diff --git a/.env.demo b/.env.demo index 20c6b926..9412e754 100644 --- a/.env.demo +++ b/.env.demo @@ -7,6 +7,24 @@ GOTENBERG_URL=http://gotenberg:3000 ALLOW_FILE_DELETE=true # Allow deletion of file records COMPLIANCE_ENABLED=true # Enable compliance templates dashboard (GDPR, HIPAA, SOC 2) +# **Logging** +# LOG_LEVEL controls the Python root-logger level. +# Accepted values: DEBUG, INFO, WARNING, ERROR, CRITICAL (default: INFO). +# When DEBUG=true and LOG_LEVEL is not set, the level is automatically lowered to DEBUG. +# LOG_LEVEL=INFO +# DEBUG=false + +# Log output format: "text" (human-readable, default) or "json" (structured JSON lines). +# Use "json" when shipping logs to Grafana Loki, Splunk, ELK, Datadog, or any SIEM. +# LOG_FORMAT=text + +# Forward application logs to a syslog receiver (in addition to stdout). +# Useful for traditional (non-container) deployments and centralised SIEM ingestion. +# LOG_SYSLOG_ENABLED=false +# LOG_SYSLOG_HOST=localhost +# LOG_SYSLOG_PORT=514 +# LOG_SYSLOG_PROTOCOL=udp # udp | tcp + # **UI / Appearance** # Default colour scheme: system (follow OS), light, or dark # Individual users can always override with the navbar dark-mode toggle. diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index fdfd90a7..bce82ab7 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -163,6 +163,13 @@ pytest --tb=short -q - Keep JavaScript minimal - prefer server-side rendering - Follow existing template structure and patterns +### Internationalization (i18n) & Localization (l10n) +- **Always** use the `_("key")` helper in Jinja2 templates and `translate("key", locale)` in Python for every user-visible string — never hardcode UI text. +- **Only add new keys to `frontend/translations/en.json`** — that is the one and only file you must touch when introducing new UI strings. +- Do **not** manually edit any non-English translation file (`de.json`, `fr.json`, etc.). An external automation script syncs all other language files from `en.json` automatically. +- Key naming convention: `
.` in snake_case, e.g. `language.search_placeholder`, `nav.help`, `common.cancel`. +- The `test_all_languages_have_same_keys` check has been intentionally removed — key completeness across locales is enforced by the external sync script, not by the test suite. + ### Testing - Write tests in `tests/` directory, mirroring `app/` structure - Use pytest markers: `@pytest.mark.unit`, `@pytest.mark.integration`, etc. diff --git a/.jules/sentinel.md b/.jules/sentinel.md new file mode 100644 index 00000000..7833fd12 --- /dev/null +++ b/.jules/sentinel.md @@ -0,0 +1,4 @@ +## 2024-05-24 - SSRF in WebDAV connection test +**Vulnerability:** The `_test_webdav_connection` function had a custom SSRF check that failed to resolve DNS names, allowing attackers to bypass the check by providing a domain that resolves to an internal IP (e.g., `127.0.0.1`). +**Learning:** DNS resolution is required for robust SSRF protection when validating URLs provided by users. +**Prevention:** Use a centralized `is_private_ip` function (now in `app/utils/network.py`) that resolves the hostname to its IPs and checks if any are private. diff --git a/BUILD_DATE b/BUILD_DATE index c39cfc05..7d0d30b7 100644 --- a/BUILD_DATE +++ b/BUILD_DATE @@ -1 +1 @@ -2026-03-13T14:54:25Z +2026-03-16T10:45:13Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 11214bf8..ea1abc51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,749 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## Unreleased + +### Code Style + +- Apply ruff auto-fix + ([`46c4031`](https://github.com/christianlouis/DocuElevate/commit/46c403127641c1b5c729ff69ab5505efa5c9b54d)) + +### Documentation + +- **changelog**: Update changelog [skip ci] + ([`5734df2`](https://github.com/christianlouis/DocuElevate/commit/5734df2d5046158a23b987fdc4235d3f3f6b4042)) + + +## Unreleased + + +## v0.147.1 (2026-03-16) + +### Bug Fixes + +- Resolve test failures and mypy errors on main + ([`c7ff177`](https://github.com/christianlouis/DocuElevate/commit/c7ff177e179b60a4b6adba7f5296522e6da4391f)) + +### Documentation + +- **changelog**: Update changelog [skip ci] + ([`dd7c8f0`](https://github.com/christianlouis/DocuElevate/commit/dd7c8f0342f00b80e83394d146e6bc51a3688687)) + +- **changelog**: Update changelog [skip ci] + ([`4d4706e`](https://github.com/christianlouis/DocuElevate/commit/4d4706e078d661682326262000e70d7e56fb6d23)) + + +## Unreleased + +### Documentation + +- **changelog**: Update changelog [skip ci] + ([`4d4706e`](https://github.com/christianlouis/DocuElevate/commit/4d4706e078d661682326262000e70d7e56fb6d23)) + + +## Unreleased + + +## v0.147.0 (2026-03-16) + +### Code Style + +- Apply ruff auto-fix + ([`80a0ddc`](https://github.com/christianlouis/DocuElevate/commit/80a0ddcbfcd89c156d6cce65bb6275bdf35c061e)) + +### Documentation + +- **changelog**: Update changelog [skip ci] + ([`5e986cb`](https://github.com/christianlouis/DocuElevate/commit/5e986cb6d66c313753c7ce9cf69137c36b354ae8)) + +- **changelog**: Update changelog [skip ci] + ([`8f8e11c`](https://github.com/christianlouis/DocuElevate/commit/8f8e11cffe5a6aaae47c9111bc6a95cb88ef6cd8)) + +### Features + +- **config**: Add JSON structured logging and syslog forwarding for application logs + ([`6da1e6f`](https://github.com/christianlouis/DocuElevate/commit/6da1e6fd816fea1dc0fa37c9ad42ce8cafed8c73)) + +- **config**: Add LOG_LEVEL setting and configure root logging at startup + ([`18c49c6`](https://github.com/christianlouis/DocuElevate/commit/18c49c6b2d214fddefa2f954d57b0358fb4b5f72)) + +### Refactoring + +- **main**: Move JSON formatter imports to module level per code review + ([`df1fa51`](https://github.com/christianlouis/DocuElevate/commit/df1fa51800fb62862271fce4e0fff691f62c3333)) + +### Testing + +- Add 500 error test for saved search deletion + ([`ae9ed6e`](https://github.com/christianlouis/DocuElevate/commit/ae9ed6e9a703f8a80880d0b1cb421de3cf024cd3)) + + +## Unreleased + +### Code Style + +- Apply ruff auto-fix + ([`80a0ddc`](https://github.com/christianlouis/DocuElevate/commit/80a0ddcbfcd89c156d6cce65bb6275bdf35c061e)) + +### Documentation + +- **changelog**: Update changelog [skip ci] + ([`8f8e11c`](https://github.com/christianlouis/DocuElevate/commit/8f8e11cffe5a6aaae47c9111bc6a95cb88ef6cd8)) + +### Testing + +- Add 500 error test for saved search deletion + ([`ae9ed6e`](https://github.com/christianlouis/DocuElevate/commit/ae9ed6e9a703f8a80880d0b1cb421de3cf024cd3)) + + +## Unreleased + +### Code Style + +- Apply ruff auto-fix + ([`80a0ddc`](https://github.com/christianlouis/DocuElevate/commit/80a0ddcbfcd89c156d6cce65bb6275bdf35c061e)) + +### Testing + +- Add 500 error test for saved search deletion + ([`ae9ed6e`](https://github.com/christianlouis/DocuElevate/commit/ae9ed6e9a703f8a80880d0b1cb421de3cf024cd3)) + + +## v0.146.0 (2026-03-16) + +### Code Style + +- Apply ruff auto-fix + ([`522cefa`](https://github.com/christianlouis/DocuElevate/commit/522cefad935508fed32e194984726b0a10c99654)) + +- Apply ruff auto-fix + ([`c76e513`](https://github.com/christianlouis/DocuElevate/commit/c76e51391b14eccbbe74f34ffadc89a477b58a64)) + +- Apply ruff auto-fix + ([`cc2a07b`](https://github.com/christianlouis/DocuElevate/commit/cc2a07b090883f3cf2affea8a5e254a4163ce966)) + +- Apply ruff auto-fix + ([`8bb6457`](https://github.com/christianlouis/DocuElevate/commit/8bb6457c65c177a13fd15de7a7b55e24eb39477e)) + +- Apply ruff auto-fix + ([`275a5ad`](https://github.com/christianlouis/DocuElevate/commit/275a5ad6fa887ce3aa05d50787bd5da435735f26)) + +- Apply ruff auto-fix + ([`ac35c5e`](https://github.com/christianlouis/DocuElevate/commit/ac35c5e6fa84f2b38cd333de75f202f13bf4c461)) + +- Apply ruff auto-fix + ([`705c801`](https://github.com/christianlouis/DocuElevate/commit/705c801158394e7d6466f82485f8d872860653bb)) + +- Apply ruff auto-fix + ([`0425d46`](https://github.com/christianlouis/DocuElevate/commit/0425d46c4440191cd410434ba64c1bc9cdb53cbb)) + +- Apply ruff auto-fix + ([`b4118f6`](https://github.com/christianlouis/DocuElevate/commit/b4118f61622a35461af2c220d8a948ecb795e65b)) + +- Format app/database.py to fix CI failure + ([`fbd4f83`](https://github.com/christianlouis/DocuElevate/commit/fbd4f837301deb208c7303553bca8facbae85ba6)) + +### Features + +- Extract embedded PDF metadata using pypdf in upload_to_email + ([`726e4df`](https://github.com/christianlouis/DocuElevate/commit/726e4dfdc47507dd08047a27f02c137ed3e7ecaf)) + +- Extract embedded PDF metadata using pypdf in upload_to_email + ([`df64aec`](https://github.com/christianlouis/DocuElevate/commit/df64aece2c19215cf762b2ac62d476888cd21527)) + +### Performance Improvements + +- Optimize dropbox token refresh by replacing blocking requests with httpx + ([`84c6e1c`](https://github.com/christianlouis/DocuElevate/commit/84c6e1c5dd1a427c7f015e7461df59b889e66154)) + +- **api**: Optimize reorder_plans to prevent N+1 queries + ([`d8372c6`](https://github.com/christianlouis/DocuElevate/commit/d8372c6fb83b09ce8d61bc8a870c921372a9d27a)) + +- **duplicates**: Fix N+1 query in group listing + ([`e4e3ac4`](https://github.com/christianlouis/DocuElevate/commit/e4e3ac40771bdd8459cc0876d9d49be441df51a4)) + +### Testing + +- Add missing error tests for updating saved searches + ([`d18c05c`](https://github.com/christianlouis/DocuElevate/commit/d18c05c36dc4324dd24e20e5344bca9c038bbf73)) + +- Improve coverage for notify_settings_updated error handling + ([`d8906ae`](https://github.com/christianlouis/DocuElevate/commit/d8906aece0045aed9dcd0f0cf1891970c7cb00e8)) + + +## v0.145.3 (2026-03-16) + +### Bug Fixes + +- **tests**: Resolve ruff import sorting issue in benchmark test + ([`fa9b037`](https://github.com/christianlouis/DocuElevate/commit/fa9b037d5a2a67f9115a1bddf0f98ba9020cefd6)) + +### Code Style + +- Apply ruff auto-fix + ([`c1657a0`](https://github.com/christianlouis/DocuElevate/commit/c1657a01a77ca6b914bc21a20a42aeb924de8254)) + +- Apply ruff auto-fix + ([`6f5f4d9`](https://github.com/christianlouis/DocuElevate/commit/6f5f4d9d4948208f65fc5572c86a08642efe54b6)) + +- Apply ruff auto-fix + ([`2cfbea2`](https://github.com/christianlouis/DocuElevate/commit/2cfbea29a9211abfc13b74dea0a841fe5a2546b9)) + +### Documentation + +- **changelog**: Update changelog [skip ci] + ([`fa36ec6`](https://github.com/christianlouis/DocuElevate/commit/fa36ec69876b919a33a7471bb837c2a6b69c2a50)) + +### Performance Improvements + +- **api**: Fix n+1 query issue in user notification preferences update + ([`fe20e02`](https://github.com/christianlouis/DocuElevate/commit/fe20e02f78c3c6236b07f50edb66599b8a9c7ed2)) + + +## Unreleased + +### Code Style + +- Apply ruff auto-fix + ([`2cfbea2`](https://github.com/christianlouis/DocuElevate/commit/2cfbea29a9211abfc13b74dea0a841fe5a2546b9)) + + +## v0.145.2 (2026-03-15) + +### Bug Fixes + +- **auth**: Case-insensitive login + mobile auth debug logging + ([`f58b894`](https://github.com/christianlouis/DocuElevate/commit/f58b8943fbec892ebcc612b28e301605a72232b4)) + + +## v0.145.1 (2026-03-15) + +### Bug Fixes + +- **mobile**: Suppress Node.js url.parse() deprecation and document Apple session fix + ([`dd02ff5`](https://github.com/christianlouis/DocuElevate/commit/dd02ff5677fdd9704da4bacdaf2850882e9f6743)) + +### Documentation + +- **changelog**: Update changelog [skip ci] + ([`4de5743`](https://github.com/christianlouis/DocuElevate/commit/4de574370c700708915c4241c1b0ac91e4478707)) + +### Testing + +- Fix webdav localhost assertion to match actual error message + ([`fe48e2a`](https://github.com/christianlouis/DocuElevate/commit/fe48e2aedc6cae822cd06a85293833ce103ebcce)) + + +## Unreleased + +### Testing + +- Fix webdav localhost assertion to match actual error message + ([`fe48e2a`](https://github.com/christianlouis/DocuElevate/commit/fe48e2aedc6cae822cd06a85293833ce103ebcce)) + + +## v0.145.0 (2026-03-15) + +### Features + +- **i18n**: Localize admin files page (filemanager.html) + ([`2bb47e7`](https://github.com/christianlouis/DocuElevate/commit/2bb47e7631836880873e51b131455ff8a500d2a6)) + + +## v0.144.0 (2026-03-15) + +### Bug Fixes + +- **i18n**: Fix overage buffer sentence spacing in admin_plans template + ([`de8922b`](https://github.com/christianlouis/DocuElevate/commit/de8922bb8e1e837ffc1ff29cbbeb1a2cd10d8d20)) + +### Documentation + +- Rewrite README.md and update UserGuide and Troubleshooting docs + ([`fcf2452`](https://github.com/christianlouis/DocuElevate/commit/fcf2452b625109dbd7f7464929d5482b94db4a32)) + +### Features + +- **i18n**: Localize admin plans page + ([`36aef73`](https://github.com/christianlouis/DocuElevate/commit/36aef7396951ff2b91677f877415b8bce4fd1fc3)) + + +## v0.143.1 (2026-03-15) + +### Bug Fixes + +- **auth**: Expo Go support via Linking.createURL; safe token URL construction; clean up return type + annotation + ([`1428556`](https://github.com/christianlouis/DocuElevate/commit/14285567d5bbf30200bd56ca30c75c906d09a376)) + +- **auth**: Store mobile_redirect_uri in session and redirect to deep-link after SSO; fix + SafeAreaView deprecation + ([`5c373e7`](https://github.com/christianlouis/DocuElevate/commit/5c373e72243ab18a4bb0f25bb23379ef6ccfa6fc)) + + +## v0.143.0 (2026-03-15) + +### Features + +- **i18n**: Localize admin users page + ([`3fc0d52`](https://github.com/christianlouis/DocuElevate/commit/3fc0d5212675a3a54ee32ecaede8a0494f309c40)) + + +## v0.142.0 (2026-03-15) + +### Features + +- **i18n**: Localize terms and conditions page + ([`8c18f0d`](https://github.com/christianlouis/DocuElevate/commit/8c18f0da1718c53ab6ba5bf70ad2679cc287f0d1)) + + +## v0.141.2 (2026-03-15) + +### Bug Fixes + +- **mobile**: Align React version with react-native-renderer to fix version mismatch crash + ([`0736278`](https://github.com/christianlouis/DocuElevate/commit/073627884ca08ddb1b7838ce95815fc20f6ca5a0)) + +### Chores + +- Initial plan placeholder + ([`c5b08e7`](https://github.com/christianlouis/DocuElevate/commit/c5b08e778d99d9a5a677f38a3ff5ba60cc657981)) + + +## v0.141.1 (2026-03-15) + +### Bug Fixes + +- **mobile**: Correct asset logo path depth and add expo-router app/ routes for web support + ([`82d90b4`](https://github.com/christianlouis/DocuElevate/commit/82d90b48e24320734f6b602044d2845efbbead05)) + +- **mobile**: Update Node.js minimum requirement to 20.19.4 + ([`b4b50e8`](https://github.com/christianlouis/DocuElevate/commit/b4b50e834088045510b3c235464862789d31c646)) + + +## v0.141.0 (2026-03-15) + +### Features + +- **ui**: Localize status page with i18n translations + ([`e46dadb`](https://github.com/christianlouis/DocuElevate/commit/e46dadbf45bc91f1c14f544538bf143a438b1c0a)) + + +## v0.140.0 (2026-03-15) + +### Features + +- **i18n**: Localize attribution page + ([`246ef70`](https://github.com/christianlouis/DocuElevate/commit/246ef702453fdfbca240b2bf0d1aa410abd9f179)) + + +## v0.139.0 (2026-03-15) + +### Features + +- **ui**: Localize license page with i18n translation keys + ([`9c73ab8`](https://github.com/christianlouis/DocuElevate/commit/9c73ab8e5963ae061c5ca3b494efb5620d4c8468)) + + +## v0.138.0 (2026-03-15) + +### Features + +- **i18n**: Localize cookies policy page + ([`182868c`](https://github.com/christianlouis/DocuElevate/commit/182868c0d71f7accfd801c7c41864c639aca5149)) + + +## v0.137.1 (2026-03-15) + +### Bug Fixes + +- **mobile**: Add missing react@19.2.4 integrity hash to package-lock.json + ([`ca962f8`](https://github.com/christianlouis/DocuElevate/commit/ca962f8040c4f6fb5f7e20cf4bf04f4c4532c100)) + +- **mobile**: Fix iOS TurboModule crash and npm install peer dep conflict + ([`f983b20`](https://github.com/christianlouis/DocuElevate/commit/f983b20a8f0424353cbda5e876428fe97459e303)) + +### Chores + +- Initial plan for npm install lockfile fix + ([`0181143`](https://github.com/christianlouis/DocuElevate/commit/01811438dcc46b5b335dc6054cbde6b229ccd332)) + + +## v0.137.0 (2026-03-15) + +### Chores + +- **mobile**: Update iOS build image to Xcode 26 for iOS 26 SDK compliance + ([`69664ec`](https://github.com/christianlouis/DocuElevate/commit/69664ec6cdb0bcfc3742fa9d75eed2125ed9ca12)) + +### Documentation + +- **changelog**: Update changelog [skip ci] + ([`8a1dc2a`](https://github.com/christianlouis/DocuElevate/commit/8a1dc2aa0e6b03408501ee8964ba60f9385c552b)) + +- **changelog**: Update changelog [skip ci] + ([`02c3992`](https://github.com/christianlouis/DocuElevate/commit/02c399239c8260cb0ba217128bb2c62271a847f7)) + +### Features + +- **ui**: Localize imprint page + ([`1f6a3a5`](https://github.com/christianlouis/DocuElevate/commit/1f6a3a58037f24fc838b2d4471afa01c68f4178d)) + + +## Unreleased + +### Chores + +- **mobile**: Update iOS build image to Xcode 26 for iOS 26 SDK compliance + ([`69664ec`](https://github.com/christianlouis/DocuElevate/commit/69664ec6cdb0bcfc3742fa9d75eed2125ed9ca12)) + +### Documentation + +- **changelog**: Update changelog [skip ci] + ([`02c3992`](https://github.com/christianlouis/DocuElevate/commit/02c399239c8260cb0ba217128bb2c62271a847f7)) + + +## Unreleased + + +## v0.136.1 (2026-03-15) + +### Bug Fixes + +- **mobile**: Resolve iOS build errors by enabling buildReactNativeFromSource for Expo SDK 54 + ([`3372a93`](https://github.com/christianlouis/DocuElevate/commit/3372a93f71f76d0dacb9c41458240b4146e33d9f)) + +### Code Style + +- Apply ruff auto-fix + ([`b7a195d`](https://github.com/christianlouis/DocuElevate/commit/b7a195d3bced215bf4d197c867883c2277940b56)) + + +## v0.136.0 (2026-03-14) + +### Features + +- **mobile**: Update DocuElevate mobile app branding with original logo and UX + ([`971e578`](https://github.com/christianlouis/DocuElevate/commit/971e578dd7f356d5a7cf2d2dfbb8c7a168f334d0)) + + +## v0.135.4 (2026-03-14) + +### Bug Fixes + +- **mobile**: Fix expo doctor dependency version mismatches for SDK 54 + ([`f6e955a`](https://github.com/christianlouis/DocuElevate/commit/f6e955acce84366cab4138634dbc8b258bb10f3d)) + + +## v0.135.3 (2026-03-14) + +### Bug Fixes + +- **mobile**: Update iOS build image from macos-sequoia-15.1-xcode-16.2 to + macos-sequoia-15.3-xcode-16.2 + ([`fe66e51`](https://github.com/christianlouis/DocuElevate/commit/fe66e519966c983cee9b8867cc33261459a085df)) + + +## v0.135.2 (2026-03-14) + +### Bug Fixes + +- **mobile**: Add missing assets and EAS workflow for automatic builds + ([`1aa02ae`](https://github.com/christianlouis/DocuElevate/commit/1aa02aea24fbfdc40cc5cf92a5907616f4d9c706)) + +- **mobile**: Sync app.json and eas.json to expo.dev project credentials + ([`5f3d134`](https://github.com/christianlouis/DocuElevate/commit/5f3d134d7ef42380b6f99fa70f8fdf71bed9391b)) + +- **mobile**: Sync app.json slug and owner to expo.dev project + ([`7633cdf`](https://github.com/christianlouis/DocuElevate/commit/7633cdf4e49277612a830ef9c6aaf9c5ed783648)) + +- **mobile**: Use org.docuelevate.mobile as app identifier + ([`4f38075`](https://github.com/christianlouis/DocuElevate/commit/4f38075de4b6647b41f776517ff6499fb616b6e6)) + + +## v0.135.1 (2026-03-14) + +### Bug Fixes + +- **mobile**: Resolve EAS CI build failures – wrap app.json, update deps, pin Xcode image + ([`3bf9589`](https://github.com/christianlouis/DocuElevate/commit/3bf9589462ffb2cff80ef3d73b38be879869f157)) + + +## v0.135.0 (2026-03-14) + +### Features + +- **ui**: Add i18n support to privacy page + ([`e1941ad`](https://github.com/christianlouis/DocuElevate/commit/e1941adfc9aa59301de9f3114a7c2370c26b547b)) + + +## v0.134.5 (2026-03-14) + +### Bug Fixes + +- **mobile**: Update react to 19.2.4 and add package-lock.json to fix npm ERESOLVE build failure + ([`8653247`](https://github.com/christianlouis/DocuElevate/commit/8653247e442b64d1d8456f716d7baa2b3f61d73a)) + +### Chores + +- Initial plan for mobile npm peer dep fix + ([`0cb2f6c`](https://github.com/christianlouis/DocuElevate/commit/0cb2f6c36263616b68f8c7799fd4c967fb1cf3bd)) + +- **i18n**: Auto-update translations via LLM + ([`c664220`](https://github.com/christianlouis/DocuElevate/commit/c6642203c095c59329d6ce460c31a0bdb53dc948)) + +- **i18n**: Auto-update translations via LLM + ([`31218c8`](https://github.com/christianlouis/DocuElevate/commit/31218c886021aced8f74881e6015d7d660cc99c2)) + +### Documentation + +- **changelog**: Update changelog [skip ci] + ([`ef4c513`](https://github.com/christianlouis/DocuElevate/commit/ef4c513908eee9fbc40f8c3bcae8cbfc072415bc)) + + +## Unreleased + +### Chores + +- **i18n**: Auto-update translations via LLM + ([`c664220`](https://github.com/christianlouis/DocuElevate/commit/c6642203c095c59329d6ce460c31a0bdb53dc948)) + +- **i18n**: Auto-update translations via LLM + ([`31218c8`](https://github.com/christianlouis/DocuElevate/commit/31218c886021aced8f74881e6015d7d660cc99c2)) + + +## v0.134.4 (2026-03-14) + +### Bug Fixes + +- **mobile**: Bump Node to 20.19.4 and fix react-navigation peer dependency + ([`4c6596b`](https://github.com/christianlouis/DocuElevate/commit/4c6596b56192341f2be4bb14a8a9ace1182bd38e)) + + +## v0.134.3 (2026-03-14) + +### Bug Fixes + +- **mobile**: Add expo-dev-client, pin Node version, and fix EAS build config + ([`6834f3e`](https://github.com/christianlouis/DocuElevate/commit/6834f3ef1b3bce099e4f8f9f76cee94a2a635f64)) + +- **mobile**: Add owner field to app.json to match EAS project owner + ([`492b2c6`](https://github.com/christianlouis/DocuElevate/commit/492b2c643c42686c950f871bd284a4e702af52d5)) + + +## v0.134.2 (2026-03-14) + +### Bug Fixes + +- **mobile**: Upgrade Expo SDK from 51 to 54 and fix EAS project ID + ([`f148785`](https://github.com/christianlouis/DocuElevate/commit/f148785079b220530ff4ba8a41ca4258727c9f2d)) + + +## v0.134.1 (2026-03-14) + +### Bug Fixes + +- **mobile**: Relax Node.js engine constraint to >=18.0.0 + ([`fb5d494`](https://github.com/christianlouis/DocuElevate/commit/fb5d494e42e1d4caf8b5d62480e38a168118de21)) + +- **mobile**: Remove expo-sharing from plugins and align .nvmrc with Node 18 LTS + ([`8f9405b`](https://github.com/christianlouis/DocuElevate/commit/8f9405b5ac33df9a0f211061038814aac3d57286)) + + +## v0.134.0 (2026-03-14) + +### Bug Fixes + +- **i18n**: Replace fragment translation keys with placeholder-based complete sentences + ([`eaa5337`](https://github.com/christianlouis/DocuElevate/commit/eaa533760dbb8e143fadfece808d1a229e29940b)) + +- **ui**: Restore missing template x-if tag and fix Nextcloud URL label key + ([`08853e8`](https://github.com/christianlouis/DocuElevate/commit/08853e823c949d9b220d02004a9ac1196b15bb23)) + +### Features + +- **ui**: Internationalize profile, subscription, integrations templates and user menu JS + ([`5a02557`](https://github.com/christianlouis/DocuElevate/commit/5a025576c42107ac01caa3d8fcf9ffe5b35223f8)) + + +## v0.133.7 (2026-03-14) + +### Bug Fixes + +- **mobile**: Fix EAS build Node.js version incompatibility for iOS and Android + ([`8717538`](https://github.com/christianlouis/DocuElevate/commit/8717538967a8d8b141984abf8c070e19728f07f8)) + + +## v0.133.6 (2026-03-14) + +### Bug Fixes + +- **database**: Quote identifiers in index management queries to prevent SQL injection + ([`120002b`](https://github.com/christianlouis/DocuElevate/commit/120002b39408fb610d06c7555abdd40ab40c2ae4)) + +### Code Style + +- Apply ruff auto-fix + ([`0b064b9`](https://github.com/christianlouis/DocuElevate/commit/0b064b9d20f600b0a6ca140d590bc93cf6148491)) + +- Use Annotated pattern in audit_logs.py to resolve Ruff B008 + ([`f96fcbe`](https://github.com/christianlouis/DocuElevate/commit/f96fcbe6c9d1b306e1b40c0485da8c4c97062f9b)) + +### Testing + +- Add error path tests for API token revocation + ([`fdf5053`](https://github.com/christianlouis/DocuElevate/commit/fdf5053acedae711fc8b1f874e6057141fd4cd6d)) + +- Clarify caller cleanup responsibility in _make_unauthenticated_client docstring + ([`751b16d`](https://github.com/christianlouis/DocuElevate/commit/751b16d804b0659514ac682b6b5d6c66a4e83e94)) + +- Exercise real auth path in test_revoke_token_unauthenticated + ([`96ef7d4`](https://github.com/christianlouis/DocuElevate/commit/96ef7d4769fc5cdfbd552cd49a13778f8717a4d9)) + +- Strengthen test_revoke_token_database_error to verify rollback is called + ([`9e9b1fb`](https://github.com/christianlouis/DocuElevate/commit/9e9b1fb158cf906de47b61997436104d924b45d6)) + +- **database**: Add unit test for quoted identifier in filehash index drop + ([`33eded0`](https://github.com/christianlouis/DocuElevate/commit/33eded02b1a4a603136a41b46dcd3ec6a5356489)) + + +## v0.133.5 (2026-03-14) + +### Bug Fixes + +- **ui**: Add 22 missing help page translation keys to en.json + ([`48a9303`](https://github.com/christianlouis/DocuElevate/commit/48a93036ca94cf910eb854c210382884911502c2)) + + +## v0.133.4 (2026-03-14) + +### Bug Fixes + +- **i18n**: Add noqa comment to intentionally broad exception in hydration helper + ([`f41ecc9`](https://github.com/christianlouis/DocuElevate/commit/f41ecc9b2c234062d5d5565380c3c409011e3883)) + +- **i18n**: Persist language preference server-side, fix dropdown rendering and avatar 404 + ([`1416d90`](https://github.com/christianlouis/DocuElevate/commit/1416d901d0615adf0c77551d1678207ae3308b3a)) + +### Chores + +- **i18n**: Auto-update translations via LLM + ([`d09227b`](https://github.com/christianlouis/DocuElevate/commit/d09227b61cad3fc77396b86834da9849a222e8a0)) + +### Documentation + +- **changelog**: Update changelog [skip ci] + ([`01739e8`](https://github.com/christianlouis/DocuElevate/commit/01739e8c228f1bd1278cb472998eb7c05e851a51)) + + +## Unreleased + +### Chores + +- **i18n**: Auto-update translations via LLM + ([`d09227b`](https://github.com/christianlouis/DocuElevate/commit/d09227b61cad3fc77396b86834da9849a222e8a0)) + + +## v0.133.3 (2026-03-14) + +### Bug Fixes + +- **i18n**: Add missing index page translation keys to en.json + ([`1f24b1b`](https://github.com/christianlouis/DocuElevate/commit/1f24b1b95be512c0f9a09b54001ae5bf71b47e37)) + + +## v0.133.2 (2026-03-14) + +### Bug Fixes + +- **ui**: Add missing suggested_languages global to error templates + ([`0592c59`](https://github.com/christianlouis/DocuElevate/commit/0592c59174bfb2cbb2b96f62297963c9a6c1bb60)) + +### Code Style + +- Apply ruff auto-fix + ([`de0b674`](https://github.com/christianlouis/DocuElevate/commit/de0b674025943dcc6aa21edc9e8027512964a605)) + + +## v0.133.1 (2026-03-14) + +### Bug Fixes + +- **test**: Remove tests that check specific translation content + ([`08fabe1`](https://github.com/christianlouis/DocuElevate/commit/08fabe154a35e9f8def21f86178b3619e021a595)) + +### Chores + +- **i18n**: Auto-update translations via LLM + ([`0cb6017`](https://github.com/christianlouis/DocuElevate/commit/0cb6017b50c7e2bb06a39a41a17d504b68bcb09f)) + +### Documentation + +- **changelog**: Update changelog [skip ci] + ([`971d450`](https://github.com/christianlouis/DocuElevate/commit/971d4501282790c73fa43823039d5d4cea0111f4)) + + +## Unreleased + +### Chores + +- **i18n**: Auto-update translations via LLM + ([`0cb6017`](https://github.com/christianlouis/DocuElevate/commit/0cb6017b50c7e2bb06a39a41a17d504b68bcb09f)) + + +## v0.133.0 (2026-03-14) + +### Features + +- **ui**: Smart compact language selector with search and flags + ([`3557590`](https://github.com/christianlouis/DocuElevate/commit/3557590679f17ad88fe7cf91b5665fd669ba0447)) + + +## v0.132.1 (2026-03-14) + +### Bug Fixes + +- **security**: Prevent potential SQL injection in database migration + ([`82b1f89`](https://github.com/christianlouis/DocuElevate/commit/82b1f89332d7bb3e7d8a16651b17a060e8ae4d0f)) + +### Chores + +- **i18n**: Auto-update translations via LLM + ([`8e86518`](https://github.com/christianlouis/DocuElevate/commit/8e865180a5e751566ea3312bef916efc9dc7cdb1)) + +- **i18n**: Auto-update translations via LLM + ([`9a480e3`](https://github.com/christianlouis/DocuElevate/commit/9a480e3d68e2e162c73cb526b2887dbcae0cedac)) + +### Documentation + +- **changelog**: Update changelog [skip ci] + ([`4a46f37`](https://github.com/christianlouis/DocuElevate/commit/4a46f372b97f89a3c0059ce8c451424e9c121c7a)) + +### Testing + +- **i18n**: Remove translation content assertion from test_translate_with_kwargs_german + ([`9b32cbc`](https://github.com/christianlouis/DocuElevate/commit/9b32cbc91b26f83cd451d0c5d369b0692dd7edf7)) + + +## Unreleased + +### Chores + +- **i18n**: Auto-update translations via LLM + ([`8e86518`](https://github.com/christianlouis/DocuElevate/commit/8e865180a5e751566ea3312bef916efc9dc7cdb1)) + +- **i18n**: Auto-update translations via LLM + ([`9a480e3`](https://github.com/christianlouis/DocuElevate/commit/9a480e3d68e2e162c73cb526b2887dbcae0cedac)) + + +## v0.132.0 (2026-03-13) + +### Features + +- **i18n**: Update language support to 77 languages + ([`59d8512`](https://github.com/christianlouis/DocuElevate/commit/59d851272dccd0213c4b718a9a07e98d9fed1be8)) + + ## v0.131.0 (2026-03-13) ### Documentation diff --git a/GIT_SHA b/GIT_SHA index a608fc48..b730cdfe 100644 --- a/GIT_SHA +++ b/GIT_SHA @@ -1 +1 @@ -a47db95 +fd15c36 diff --git a/README.md b/README.md index a149a4e8..e4235cd4 100644 --- a/README.md +++ b/README.md @@ -24,121 +24,154 @@
- DocuElevate Logo + DocuElevate Hero
## Overview -DocuElevate automates the handling, extraction, and processing of documents using a variety of services, including: +DocuElevate is an intelligent document processing system that automates the ingestion, OCR, AI-powered metadata extraction, and distribution of documents. It supports a wide range of AI providers, OCR engines, and cloud storage destinations out of the box. -- **AI Provider** (pluggable – OpenAI, Anthropic, Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement. -- **Dropbox**, **Nextcloud**, and **Google Drive** for file storage and uploads. -- **Paperless NGX** for document indexing and management. -- **Azure Document Intelligence** for OCR on PDFs. -- **Gotenberg** for file-to-PDF conversions. -- **Authentik** for authentication and user management. +**Key capabilities:** -It is designed for flexibility and configurability through environment variables, making it easily customizable for different workflows. The system can fetch documents from multiple IMAP mailboxes, process them (OCR, metadata extraction, PDF conversion), and store them in the desired destinations. +- **AI-Powered Metadata Extraction** — pluggable AI providers including OpenAI, Anthropic Claude, Google Gemini, Ollama (local), OpenRouter, Portkey, and Azure OpenAI via LiteLLM +- **Multi-Engine OCR** — Azure Document Intelligence, Tesseract, EasyOCR, Mistral OCR, Google Cloud Document AI, and AWS Textract with configurable merge strategies +- **12 Storage Destinations** — Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, WebDAV, FTP, SFTP, iCloud Drive, Email (SMTP), Paperless-ngx, and Rclone +- **Multi-Channel Ingestion** — web upload, browser extension, mobile app, CLI, REST API, IMAP email, and watched folders (local, cloud, FTP/SFTP) +- **Processing Pipelines** — customizable multi-step workflows with conditional routing rules +- **Full-Text Search** — powered by Meilisearch for instant document discovery +- **Multi-User with SSO** — local accounts, OAuth2/OIDC (Authentik), and social login (Google, Microsoft, Apple, Dropbox) -The project includes a **UI** for uploading and managing files, and an API documentation page is available at `/docs` (powered by **FastAPI**). - -## Documentation Index - -- [User Guide](docs/UserGuide.md) - How to use DocuElevate -- [Browser Extension Guide](docs/BrowserExtension.md) - Install and use the browser extension -- [API Documentation](docs/API.md) - API reference -- [Deployment Guide](docs/DeploymentGuide.md) - How to deploy DocuElevate -- [Configuration Guide](docs/ConfigurationGuide.md) - Available configuration options -- [Build Metadata](docs/BuildMetadata.md) - Automated version and build information -- [CI/CD Tools Guide](docs/CIToolsGuide.md) - CI/CD pipeline and tool documentation -- [CI Workflow Guide](docs/CIWorkflow.md) - Detailed workflow documentation -- [Development Guide](CONTRIBUTING.md) - How to contribute to DocuElevate -- [Troubleshooting](docs/Troubleshooting.md) - Common issues and solutions +The project ships with a web UI, a REST + GraphQL API, a CLI tool, a native mobile app (iOS & Android), a browser extension, and Helm charts for Kubernetes deployment. ## Screenshots
DocuElevate Upload Interface -

Upload interface for adding new documents

+

Upload interface — drag-and-drop file upload with real-time progress

DocuElevate Files View -

Files view with processed documents and metadata

+

Files view — processed documents with AI-extracted metadata

+ + DocuElevate Status View +

Status view — system health and service monitoring

> **Note:** Screenshots may not reflect the very latest UI. For the most current look, visit [docuelevate.org](https://www.docuelevate.org). -## Workflow Process - -DocuElevate follows a streamlined document processing workflow: +## Workflow
DocuElevate Workflow
-### Document Ingestion -Documents enter DocuElevate through four possible channels: -1. **Web Upload**: Users manually upload files via the web interface -2. **Browser Extension**: Send files directly from your browser with one click -3. **Email Attachments**: Automatic polling of configured IMAP mailboxes (supports multiple accounts) -4. **API**: Direct programmatic uploads via the REST API +### Ingestion + +Documents enter DocuElevate through multiple channels: + +| Channel | Description | +|---------|-------------| +| **Web Upload** | Drag-and-drop interface with real-time progress (up to 1 GB per file) | +| **Browser Extension** | Clip web pages or send files from Chrome, Firefox, or Edge | +| **Mobile App** | Capture documents with the device camera or upload from the photo library | +| **CLI** | Batch uploads and scripted workflows via the `docuelevate` command-line tool | +| **REST API** | Programmatic uploads with full API-token authentication | +| **Email (IMAP)** | Automatic polling of multiple mailboxes with attachment filtering | +| **Watched Folders** | Monitor local paths, FTP, SFTP, S3, Dropbox, Google Drive, OneDrive, Nextcloud, or WebDAV for new files | ### Processing Pipeline -Every document goes through the following steps: -1. **PDF Conversion**: Non-PDF files are converted to PDF format using Gotenberg -2. **OCR Processing**: Azure Document Intelligence extracts text from images/scans -3. **Metadata Extraction**: The configured AI provider analyzes document content to identify: - - Document type (invoice, receipt, contract, etc.) - - Key entities (dates, names, amounts, account numbers) - - Important data points specific to the document type -4. **Enrichment**: Metadata is attached to the document in a structured format + +Each document passes through a configurable set of steps: + +1. **PDF Conversion** — Non-PDF files are converted using Gotenberg, with optional PDF/A archival conversion +2. **OCR** — Text extraction via one or more OCR engines (Azure, Tesseract, EasyOCR, Mistral, Google Document AI, AWS Textract) with configurable merge strategies +3. **AI Metadata Extraction** — The configured AI provider classifies the document and extracts structured metadata (type, dates, amounts, entities) +4. **Enrichment** — Metadata is embedded into the PDF and stored alongside the document +5. **Embedding Generation** — Vector embeddings for similarity search and duplicate detection + +Steps can be customized using **Pipelines** and **Routing Rules** for conditional processing. ### Distribution -Processed documents with their metadata can be automatically sent to: -- **Dropbox**: For cloud storage and sharing -- **Nextcloud**: For self-hosted file storage -- **Google Drive**: For Google Workspace integration -- **Paperless-NGX**: For advanced document management with search capabilities -Users can choose to send documents to any combination of these destinations through configuration settings or manual selection. +Processed documents are distributed to any combination of configured destinations: + +| Destination | Type | +|------------|------| +| **Dropbox** | Cloud storage | +| **Google Drive** | Cloud storage | +| **OneDrive** | Cloud storage | +| **Amazon S3** | Object storage | +| **Nextcloud** | Self-hosted cloud | +| **WebDAV** | Protocol-based | +| **FTP / SFTP** | File transfer | +| **iCloud Drive** | Apple cloud | +| **Email (SMTP)** | Send as attachment | +| **Paperless-ngx** | Document management system | +| **Rclone** | 70+ cloud providers via Rclone | ## Features -- **Intuitive File Upload**: - - Drag-and-drop file upload on both Upload and Files pages—upload anywhere on the Files page - - Real-time upload progress with validation - - Support for PDF, Office documents, images, and more (up to 500MB per file) -- **Browser Extension**: - - Send files directly from your browser to DocuElevate with one click - - Compatible with Chrome, Firefox, Edge, and other Chromium-based browsers - - Context menu integration for quick access - - See [Browser Extension Guide](docs/BrowserExtension.md) for installation and usage -- **Document Upload & Storage**: - - Manual uploads (via API or UI) to Dropbox, Nextcloud, Google Drive, or Paperless -- **OCR Processing (Azure)**: - - Extract text from scanned PDFs using Azure Document Intelligence -- **Metadata Extraction (AI Provider)**: - - Use any supported AI provider (OpenAI, Anthropic, Gemini, Ollama, etc.) to classify, label, or otherwise enrich the text with structured metadata -- **PDF Conversion (Gotenberg)**: - - Convert non-PDF attachments (e.g., Word docs, images) into PDFs -- **Document Management (Paperless NGX)**: - - Store processed documents and metadata in a Paperless NGX instance -- **IMAP Integration**: - - Fetch documents from multiple mailboxes (including Gmail) and automatically enqueue them for processing -- **Authentication**: - - Secure access to the system using **Authentik** for OAuth2-based login +### Document Processing +- **Multi-engine OCR** with quality checks and configurable merge strategies (AI merge, longest, primary) +- **AI metadata extraction** using any supported provider (OpenAI, Anthropic, Gemini, Ollama, OpenRouter, Portkey, Azure OpenAI) +- **PDF conversion** via Gotenberg with optional PDF/A archival format +- **Duplicate detection** — exact (SHA-256) and near-duplicate (content similarity with vector embeddings) +- **Customizable pipelines** — define multi-step processing workflows with conditional routing rules -## Frameworks Used +### Document Management +- **Full-text search** powered by Meilisearch with saved searches +- **File detail view** with metadata, text preview, processing history, and similarity analysis +- **Shared links** for public document access with expiration controls +- **Bulk operations** — reprocess, delete, or reassign documents in batch -- **FastAPI**: High-performance web framework for APIs. -- **Celery**: Task queue for asynchronous processing. -- **Redis**: Message broker and result backend. -- **SQLAlchemy**: ORM for database interactions. -- **Tailwind CSS**: Utility-first CSS framework. -- **Docker**: Containerization for easy deployment. +### Multi-Channel Ingestion +- **Web UI** — drag-and-drop upload with real-time progress +- **Browser extension** — clip web pages or send files from Chrome, Firefox, Edge ([guide](docs/BrowserExtension.md)) +- **Mobile app** — iOS and Android with camera capture, push notifications, and SSO ([guide](docs/MobileApp.md)) +- **CLI tool** — batch uploads, downloads, search, and API-token management ([guide](docs/CLIGuide.md)) +- **REST API & GraphQL** — full programmatic access with Swagger documentation at `/docs` +- **IMAP email** — poll multiple mailboxes with attachment filtering and auto-processing +- **Watched folders** — local filesystem, FTP, SFTP, and cloud storage providers + +### Administration +- **Multi-user mode** with per-user document isolation and ownership +- **Subscription & billing** — Stripe integration with configurable plans and quotas +- **Scheduled jobs** — IMAP polling, watched folder scans, automated backups, uptime monitoring +- **Audit logging** with SIEM integration support +- **Compliance templates** — GDPR, HIPAA, SOC 2 +- **Admin dashboard** — user management, queue monitoring, credential management, backup/restore + +### Authentication & Security +- **Local accounts** with self-service registration and password reset +- **OAuth2/OIDC** via Authentik or any OIDC provider +- **Social login** — Google, Microsoft, Apple, Dropbox +- **API tokens** for CLI, mobile, and automation access +- **Security headers** — HSTS, CSP, X-Frame-Options, X-Content-Type-Options +- **Rate limiting** with configurable per-endpoint controls + +### Notifications +- **100+ notification backends** via Apprise — Discord, Telegram, Slack, Microsoft Teams, Email, webhooks, and more +- **Configurable events** — task failures, credential issues, file processed, user signup, payment issues +- **In-app notification inbox** with per-user preferences +- **Webhooks** — push events to external systems with HMAC signature verification and retry + +## Tech Stack + +| Component | Technology | +|-----------|-----------| +| **Backend** | FastAPI, Celery, Redis, SQLAlchemy, Alembic | +| **Frontend** | Jinja2, Tailwind CSS | +| **Search** | Meilisearch | +| **Mobile** | React Native (Expo) — iOS & Android | +| **AI** | LiteLLM (OpenAI, Anthropic, Gemini, Ollama, OpenRouter, Portkey) | +| **OCR** | Azure Document Intelligence, Tesseract, EasyOCR, Mistral, Google Doc AI, AWS Textract | +| **PDF** | Gotenberg, pypdf | +| **Auth** | Authlib (OAuth2/OIDC), MSAL, social providers | +| **Infrastructure** | Docker, Docker Compose, Helm/Kubernetes | +| **Docs** | MkDocs Material | ## Quick Start -For detailed installation and deployment instructions, please refer to the [Deployment Guide](docs/DeploymentGuide.md). +For detailed installation and deployment instructions, see the [Deployment Guide](docs/DeploymentGuide.md). ```bash # Clone the repository @@ -147,20 +180,96 @@ cd DocuElevate # Configure environment variables cp .env.demo .env -# Edit .env with your settings +# Edit .env with your settings (see Configuration Guide for all options) # Run with Docker Compose -docker-compose up -d +docker compose up -d ``` -The API will be available at **`http://localhost:8000`**, and the API documentation is available at **`http://localhost:8000/docs`**. +The web UI is available at **`http://localhost:8000`** and the interactive API documentation at **`http://localhost:8000/docs`**. + +### Kubernetes / Helm + +```bash +helm repo add docuelevate https://christianlouis.github.io/DocuElevate +helm install docuelevate docuelevate/docuelevate -f values.yaml +``` + +See the [Kubernetes Deployment Guide](docs/KubernetesDeployment.md) for full details. + +## Documentation + +### Getting Started + +| Guide | Description | +|-------|-------------| +| [Setup Wizard](docs/SetupWizard.md) | Interactive first-run setup | +| [User Guide](docs/UserGuide.md) | How to use DocuElevate | +| [Browser Extension](docs/BrowserExtension.md) | Install and use the browser extension | +| [Mobile App](docs/MobileApp.md) | iOS and Android mobile app | +| [CLI Guide](docs/CLIGuide.md) | Command-line tool for automation | + +### How-To Guides + +| Guide | Description | +|-------|-------------| +| [How-To Overview](docs/HowToGuides.md) | Index of all how-to guides | +| [Email Ingestion](docs/howto/EmailIngestion.md) | Set up IMAP email polling | +| [Watched Folder](docs/howto/WatchedFolderSetup.md) | Monitor local or remote folders | +| [Mobile Scanning](docs/howto/MobileScanning.md) | Scan documents with your phone | + +### Reference + +| Guide | Description | +|-------|-------------| +| [API Documentation](docs/API.md) | REST & GraphQL API reference | +| [Configuration Guide](docs/ConfigurationGuide.md) | All environment variables | +| [Configuration Master](docs/ConfigurationMaster.md) | Configuration overview | +| [Settings Management](docs/SettingsManagement.md) | Runtime settings UI | + +### Deployment & Operations + +| Guide | Description | +|-------|-------------| +| [Deployment Guide](docs/DeploymentGuide.md) | Docker Compose deployment | +| [Kubernetes / Helm](docs/KubernetesDeployment.md) | Kubernetes deployment with Helm charts | +| [Production Readiness](docs/ProductionReadiness.md) | Checklist for production environments | +| [Database Configuration](docs/DatabaseConfiguration.md) | Database setup and migration | +| [Backup & Restore](docs/ConfigurationGuide.md#backup--restore) | Automated backup configuration | + +### Storage Integration Setup + +| Guide | Description | +|-------|-------------| +| [Dropbox](docs/DropboxSetup.md) | Dropbox OAuth setup | +| [Google Drive](docs/GoogleDriveSetup.md) | Google Drive service account / OAuth | +| [OneDrive](docs/OneDriveSetup.md) | Microsoft OneDrive setup | +| [Amazon S3](docs/AmazonS3Setup.md) | S3 bucket configuration | +| [Authentication](docs/AuthenticationSetup.md) | OAuth2, OIDC, and social login | +| [Notifications](docs/NotificationsSetup.md) | Notification backend setup | + +### Security & Compliance + +| Guide | Description | +|-------|-------------| +| [Credential Rotation](docs/CredentialRotationGuide.md) | Rotate secrets safely | +| [Licensing Compliance](docs/LicensingCompliance.md) | Dependency licenses | +| [Privacy & GDPR](docs/PrivacyCompliance.md) | Privacy compliance | + +### Development + +| Guide | Description | +|-------|-------------| +| [Contributing](CONTRIBUTING.md) | Code style, commits, and PR process | +| [Troubleshooting](docs/Troubleshooting.md) | Common issues and solutions | +| [Configuration Troubleshooting](docs/ConfigurationTroubleshooting.md) | Configuration-specific issues | +| [Build Metadata](docs/BuildMetadata.md) | Version and build information | +| [Internationalization](docs/InternationalizationGuide.md) | Translation and localization | ## Development & Testing ### Running Tests -DocuElevate includes comprehensive test coverage. To run tests: - ```bash # Install development dependencies pip install -r requirements-dev.txt @@ -175,21 +284,21 @@ pytest --cov=app --cov-report=term-missing pytest -m unit ``` -Tests are automatically configured with the necessary environment variables - **no manual setup required!** +Tests are automatically configured with the necessary environment variables — **no manual setup required!** -For detailed testing information, including integration tests with Docker and authentication testing, see the [Contributing Guide](CONTRIBUTING.md#running-tests). +For detailed testing information, see the [Contributing Guide](CONTRIBUTING.md#running-tests). ### Contributing We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for: -- Code style guidelines +- Code style guidelines (Ruff for formatting and linting) - Commit message format (Conventional Commits) - Testing requirements - Pull request process ## License -This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details. +This project is licensed under the Apache License 2.0 — see the [LICENSE](LICENSE) file for details. ## Third-Party Software @@ -214,13 +323,10 @@ The following is a summary of the licenses used by our direct dependencies: | Uvicorn | BSD | | SQLAlchemy | MIT | | Pydantic | MIT | -| openai | MIT | | litellm | MIT | | pypdf | BSD | | Requests | Apache 2.0 | -| puremagic | MIT | -| filetype | MIT | -| Dropbox | MIT | +| Dropbox SDK | MIT | | Azure AI Document Intelligence | MIT | | Authlib | BSD | | Starlette | BSD | @@ -229,15 +335,15 @@ The following is a summary of the licenses used by our direct dependencies: | Microsoft Graph Core | MIT | | MSAL | MIT | | Boto3 | Apache 2.0 | -| Paramiko | LGPL-2.1| +| Paramiko | LGPL-2.1 | | Apprise | MIT | -| Redis | BSD | -| Gotenberg | MIT | +| Redis (py) | BSD | +| Gotenberg Client | MIT | +| Meilisearch | MIT | For a comprehensive list of all dependencies and their licenses, run: -``` +```bash pip install pip-licenses pip-licenses - ``` diff --git a/RUNTIME_INFO b/RUNTIME_INFO index 7fe3e3d4..20398c70 100644 --- a/RUNTIME_INFO +++ b/RUNTIME_INFO @@ -1,10 +1,10 @@ DocuElevate Build Information ============================== -Version: 0.131.0 -Build Date: 2026-03-13T14:54:25Z -Git Commit: a47db951295c5760e66cef1741771137ccc1b666 -Git Short SHA: a47db95 +Version: 0.147.1 +Build Date: 2026-03-16T10:45:13Z +Git Commit: fd15c3666547405bb0a3af37e98be4727ff635bb +Git Short SHA: fd15c36 Git Branch: main -Commit Date: 2026-03-13T15:54:02+01:00 -Build Timestamp: 2026-03-13T14:54:25Z +Commit Date: 2026-03-16T11:44:51+01:00 +Build Timestamp: 2026-03-16T10:45:13Z ============================== diff --git a/VERSION b/VERSION index d6cded77..c6915b0c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.131.0 +0.147.1 diff --git a/app/api/dropbox.py b/app/api/dropbox.py index f9bf10e5..da52c758 100644 --- a/app/api/dropbox.py +++ b/app/api/dropbox.py @@ -6,7 +6,7 @@ import logging import os from typing import Annotated, Optional -import requests +import httpx from fastapi import APIRouter, Depends, Form, HTTPException, Request, status from sqlalchemy.orm import Session @@ -132,57 +132,60 @@ async def test_dropbox_token(request: Request): "message": "Dropbox credentials are not fully configured", } - # Check token validity by getting current account info - headers = {"Authorization": f"Bearer {settings.dropbox_refresh_token}"} - response = requests.post( - "https://api.dropboxapi.com/2/users/get_current_account", - headers=headers, - timeout=settings.http_request_timeout, - ) - - # If token is invalid, try refreshing it - if response.status_code == 401: - logger.info("Dropbox access token invalid or expired, trying to refresh") - - # Get a new access token using the refresh token - refresh_url = "https://api.dropbox.com/oauth2/token" - refresh_data = { - "grant_type": "refresh_token", - "refresh_token": settings.dropbox_refresh_token, - "client_id": settings.dropbox_app_key, - "client_secret": settings.dropbox_app_secret, - } - - refresh_response = requests.post(refresh_url, data=refresh_data, timeout=settings.http_request_timeout) - - if refresh_response.status_code != 200: - logger.error(f"Failed to refresh Dropbox token: {refresh_response.text}") - return { - "status": "error", - "message": "Refresh token has expired or is invalid", - "needs_reauth": True, - } - - token_info = refresh_response.json() - access_token = token_info.get("access_token") - - # Try again with the new access token - headers = {"Authorization": f"Bearer {access_token}"} - response = requests.post( + async with httpx.AsyncClient() as client: + # Check token validity by getting current account info + headers = {"Authorization": f"Bearer {settings.dropbox_refresh_token}"} + response = await client.post( "https://api.dropboxapi.com/2/users/get_current_account", headers=headers, timeout=settings.http_request_timeout, ) - if response.status_code != 200: - logger.error(f"Dropbox token test failed: {response.status_code} {response.text}") - return { - "status": "error", - "message": f"Token validation failed with status {response.status_code}: {response.text}", - } + # If token is invalid, try refreshing it + if response.status_code == 401: + logger.info("Dropbox access token invalid or expired, trying to refresh") - # Get account info - account_info = response.json() + # Get a new access token using the refresh token + refresh_url = "https://api.dropbox.com/oauth2/token" + refresh_data = { + "grant_type": "refresh_token", + "refresh_token": settings.dropbox_refresh_token, + "client_id": settings.dropbox_app_key, + "client_secret": settings.dropbox_app_secret, + } + + refresh_response = await client.post( + refresh_url, data=refresh_data, timeout=settings.http_request_timeout + ) + + if refresh_response.status_code != 200: + logger.error(f"Failed to refresh Dropbox token: {refresh_response.text}") + return { + "status": "error", + "message": "Refresh token has expired or is invalid", + "needs_reauth": True, + } + + token_info = refresh_response.json() + access_token = token_info.get("access_token") + + # Try again with the new access token + headers = {"Authorization": f"Bearer {access_token}"} + response = await client.post( + "https://api.dropboxapi.com/2/users/get_current_account", + headers=headers, + timeout=settings.http_request_timeout, + ) + + if response.status_code != 200: + logger.error(f"Dropbox token test failed: {response.status_code} {response.text}") + return { + "status": "error", + "message": f"Token validation failed with status {response.status_code}: {response.text}", + } + + # Get account info + account_info = response.json() account_email = account_info.get("email", "Unknown account") account_name = account_info.get("name", {}).get("display_name", "Unknown user") diff --git a/app/api/duplicates.py b/app/api/duplicates.py index b5ab396d..69a7cd3d 100644 --- a/app/api/duplicates.py +++ b/app/api/duplicates.py @@ -73,33 +73,38 @@ def list_duplicate_groups( groups = [] total_duplicate_files = 0 - for filehash in dup_hashes: - # Find the original (non-duplicate) record with this hash - original = ( - db.query(FileRecord) - .filter(FileRecord.filehash == filehash, FileRecord.is_duplicate.is_(False)) - .order_by(FileRecord.id.asc()) - .first() + if dup_hashes: + # Fetch all matching files (both original and duplicates) in a single batch query + all_records = ( + db.query(FileRecord).filter(FileRecord.filehash.in_(dup_hashes)).order_by(FileRecord.id.asc()).all() ) - # Find all duplicate records for this hash - duplicates = ( - db.query(FileRecord) - .filter(FileRecord.filehash == filehash, FileRecord.is_duplicate.is_(True)) - .order_by(FileRecord.id.asc()) - .all() - ) + # Group records by hash + originals_by_hash = {} + duplicates_by_hash = {h: [] for h in dup_hashes} - total_duplicate_files += len(duplicates) + for record in all_records: + h = record.filehash + if not record.is_duplicate: + # Store only the first original record per hash, matching the old .first() behaviour + if h not in originals_by_hash: + originals_by_hash[h] = record + else: + duplicates_by_hash[h].append(record) + total_duplicate_files += 1 - groups.append( - { - "filehash": filehash, - "original": _file_record_to_dict(original) if original else None, - "duplicates": [_file_record_to_dict(d) for d in duplicates], - "duplicate_count": len(duplicates), - } - ) + for filehash in dup_hashes: + original = originals_by_hash.get(filehash) + duplicates = duplicates_by_hash.get(filehash, []) + + groups.append( + { + "filehash": filehash, + "original": _file_record_to_dict(original) if original else None, + "duplicates": [_file_record_to_dict(d) for d in duplicates], + "duplicate_count": len(duplicates), + } + ) total_pages = (total_groups + per_page - 1) // per_page if total_groups > 0 else 1 diff --git a/app/api/files.py b/app/api/files.py index 2277e2e9..ddfc2cbb 100644 --- a/app/api/files.py +++ b/app/api/files.py @@ -11,6 +11,7 @@ import zipfile from datetime import datetime, timezone from typing import Annotated, List, Optional +import aiofiles from fastapi import APIRouter, Depends, File, HTTPException, Query, Request, UploadFile, status from fastapi.responses import StreamingResponse from sqlalchemy import asc, desc @@ -1277,7 +1278,7 @@ async def ui_upload(request: Request, db: DbSession, file: UploadFile = File(... # enforcing the size limit during the read so memory usage stays bounded. try: written_size = 0 - with open(target_path, "wb") as f: + async with aiofiles.open(target_path, "wb") as f: chunk_size = 65536 # 64 KB chunks while True: chunk = await file.read(chunk_size) @@ -1286,14 +1287,14 @@ async def ui_upload(request: Request, db: DbSession, file: UploadFile = File(... written_size += len(chunk) if written_size > max_size: # Exceeded limit mid-stream; clean up and reject - f.close() + await f.close() os.remove(target_path) raise HTTPException( status_code=413, detail=f"File too large: exceeded {max_size} bytes during upload. " f"See SECURITY_AUDIT.md for configuration details.", ) - f.write(chunk) + await f.write(chunk) except HTTPException: raise except Exception as e: diff --git a/app/api/google_drive.py b/app/api/google_drive.py index f9eda756..f9ca4f92 100644 --- a/app/api/google_drive.py +++ b/app/api/google_drive.py @@ -363,7 +363,7 @@ def format_time_remaining(time_delta): @router.post("/google-drive/save-settings") @require_login -async def save_dropbox_settings( +async def save_google_drive_settings( request: Request, refresh_token: Annotated[str, Form(...)], client_id: Annotated[Optional[str], Form()] = None, diff --git a/app/api/integrations.py b/app/api/integrations.py index 25eddab1..8d2d9209 100644 --- a/app/api/integrations.py +++ b/app/api/integrations.py @@ -564,7 +564,6 @@ def _test_webdav_connection(config: dict[str, Any] | None, credentials: dict[str return {"success": False, "message": "Missing required field: url"} # Only allow http/https to prevent file:// or other custom scheme attacks - import ipaddress from urllib.parse import urlparse parsed = urlparse(url) @@ -574,14 +573,10 @@ def _test_webdav_connection(config: dict[str, Any] | None, credentials: dict[str # Block requests to private/internal IPs to prevent SSRF hostname = parsed.hostname or "" if hostname: - try: - addr = ipaddress.ip_address(hostname) - if addr.is_private or addr.is_loopback or addr.is_link_local: - return {"success": False, "message": "URLs pointing to internal or private networks are not allowed"} - except ValueError: - # Hostname is not an IP literal — allow DNS names through - if hostname in ("localhost", "localhost.localdomain"): - return {"success": False, "message": "URLs pointing to localhost are not allowed"} + from app.utils.network import is_private_ip + + if is_private_ip(hostname): + return {"success": False, "message": "URLs pointing to internal or private networks are not allowed"} try: import base64 diff --git a/app/api/notifications.py b/app/api/notifications.py index 7927b255..8b14eafb 100644 --- a/app/api/notifications.py +++ b/app/api/notifications.py @@ -452,17 +452,16 @@ async def update_preferences( ) try: + # Pre-fetch existing preferences for this user to avoid N+1 queries + existing_prefs = ( + db.query(UserNotificationPreference).filter(UserNotificationPreference.owner_id == owner_id).all() + ) + + # Build a fast lookup dictionary keyed by (event_type, channel_type, target_id) + prefs_dict = {(pref.event_type, pref.channel_type, pref.target_id): pref for pref in existing_prefs} + for item in body.preferences: - existing = ( - db.query(UserNotificationPreference) - .filter( - UserNotificationPreference.owner_id == owner_id, - UserNotificationPreference.event_type == item.event_type, - UserNotificationPreference.channel_type == item.channel_type, - UserNotificationPreference.target_id == item.target_id, - ) - .first() - ) + existing = prefs_dict.get((item.event_type, item.channel_type, item.target_id)) if existing: existing.is_enabled = item.is_enabled else: diff --git a/app/api/onedrive.py b/app/api/onedrive.py index e9f8328d..a9543897 100644 --- a/app/api/onedrive.py +++ b/app/api/onedrive.py @@ -3,7 +3,6 @@ OneDrive API endpoints """ import logging -import os from datetime import datetime, timedelta from typing import Annotated, Optional @@ -14,6 +13,7 @@ from sqlalchemy.orm import Session from app.auth import require_login from app.config import settings from app.database import get_db +from app.utils.env_utils import update_env_file from app.utils.oauth_helper import exchange_oauth_token from app.utils.settings_service import save_setting_to_db from app.utils.settings_sync import notify_settings_updated @@ -115,32 +115,7 @@ async def test_onedrive_token(request: Request): settings.onedrive_refresh_token = new_refresh_token # Also try to update .env file if it exists - try: - env_path = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(__file__))), ".env") - if os.path.exists(env_path): - with open(env_path, "r") as f: - env_lines = f.readlines() - - updated_lines = [] - updated = False - - for line in env_lines: - if line.startswith("ONEDRIVE_REFRESH_TOKEN="): - updated_lines.append(f"ONEDRIVE_REFRESH_TOKEN={new_refresh_token}\n") - updated = True - else: - updated_lines.append(line) - - if not updated: - updated_lines.append(f"ONEDRIVE_REFRESH_TOKEN={new_refresh_token}\n") - - with open(env_path, "w") as f: - f.writelines(updated_lines) - - logger.info("Updated refresh token in .env file") - - except Exception as e: - logger.warning(f"Failed to update refresh token in .env file: {e}") + update_env_file({"ONEDRIVE_REFRESH_TOKEN": new_refresh_token}) # Persist the rotated refresh token to the database try: @@ -246,75 +221,26 @@ async def save_onedrive_settings( user.get("preferred_username") or user.get("username") or user.get("email") or user.get("id") or "wizard" ) - # Best-effort .env file write - try: - env_path = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(__file__))), ".env") - if not os.path.exists(env_path): - logger.warning(f".env file not found at {env_path}, skipping file write") - else: - logger.info(f"Updating OneDrive settings in {env_path}") + # Build settings dictionary mapped to database/memory keys + onedrive_settings = { + "onedrive_refresh_token": refresh_token, + "onedrive_client_id": client_id, + "onedrive_client_secret": client_secret, + "onedrive_tenant_id": tenant_id, + "onedrive_folder_path": folder_path, + } - with open(env_path, "r") as f: - env_lines = f.readlines() + # Filter out None values + onedrive_settings = {k: v for k, v in onedrive_settings.items() if v is not None} - onedrive_settings = {"ONEDRIVE_REFRESH_TOKEN": refresh_token} - if client_id: - onedrive_settings["ONEDRIVE_CLIENT_ID"] = client_id - if client_secret: - onedrive_settings["ONEDRIVE_CLIENT_SECRET"] = client_secret - if tenant_id: - onedrive_settings["ONEDRIVE_TENANT_ID"] = tenant_id - if folder_path: - onedrive_settings["ONEDRIVE_FOLDER_PATH"] = folder_path + # Best-effort .env file write using the new utility + env_settings = {k.upper(): v for k, v in onedrive_settings.items()} + update_env_file(env_settings) - updated = set() - new_env_lines = [] - for line in env_lines: - stripped_line = line.rstrip() - is_updated = False - for key, value in onedrive_settings.items(): - if stripped_line.startswith(f"{key}=") or stripped_line.startswith(f"# {key}="): - new_env_lines.append(f"{key}={value}") - updated.add(key) - is_updated = True - break - if not is_updated: - new_env_lines.append(stripped_line) - - for key, value in onedrive_settings.items(): - if key not in updated: - new_env_lines.append(f"{key}={value}") - - with open(env_path, "w") as f: - f.write("\n".join(new_env_lines) + "\n") - - logger.info("Successfully updated OneDrive settings in .env file") - except Exception as env_err: - logger.warning(f"Failed to write .env file (non-fatal): {env_err}") - - # Update the settings in memory - if refresh_token: - settings.onedrive_refresh_token = refresh_token - if client_id: - settings.onedrive_client_id = client_id - if client_secret: - settings.onedrive_client_secret = client_secret - if tenant_id: - settings.onedrive_tenant_id = tenant_id - if folder_path: - settings.onedrive_folder_path = folder_path - - # Persist to database (primary) - if refresh_token: - save_setting_to_db(db, "onedrive_refresh_token", refresh_token, changed_by=changed_by) - if client_id: - save_setting_to_db(db, "onedrive_client_id", client_id, changed_by=changed_by) - if client_secret: - save_setting_to_db(db, "onedrive_client_secret", client_secret, changed_by=changed_by) - if tenant_id: - save_setting_to_db(db, "onedrive_tenant_id", tenant_id, changed_by=changed_by) - if folder_path: - save_setting_to_db(db, "onedrive_folder_path", folder_path, changed_by=changed_by) + # Update in-memory settings and persist to database dynamically + for key, value in onedrive_settings.items(): + setattr(settings, key, value) + save_setting_to_db(db, key, value, changed_by=changed_by) notify_settings_updated() diff --git a/app/api/plans.py b/app/api/plans.py index 71c6be7d..e4cce4d7 100644 --- a/app/api/plans.py +++ b/app/api/plans.py @@ -196,11 +196,20 @@ def seed_plans(db: DbSession, _admin: AdminUser) -> dict[str, Any]: def reorder_plans(body: ReorderBody, db: DbSession, _admin: AdminUser) -> dict[str, Any]: """Update sort_order for each plan_id in *body.order* (position = index in list).""" updated = 0 - for sort_order, plan_id in enumerate(body.order): - plan = db.query(SubscriptionPlan).filter(SubscriptionPlan.plan_id == plan_id).first() + + # Fetch all requested plans in a single query to avoid N+1 + plan_ids = body.order + plans = db.query(SubscriptionPlan).filter(SubscriptionPlan.plan_id.in_(plan_ids)).all() + + # Build a map for fast O(1) lookup + plan_map = {p.plan_id: p for p in plans} + + for sort_order, plan_id in enumerate(plan_ids): + plan = plan_map.get(plan_id) if plan: plan.sort_order = sort_order updated += 1 + try: db.commit() except Exception: diff --git a/app/api/profile.py b/app/api/profile.py index a12324d8..90369f73 100644 --- a/app/api/profile.py +++ b/app/api/profile.py @@ -18,7 +18,7 @@ import logging from hashlib import md5 from typing import Annotated -from fastapi import APIRouter, Depends, File, HTTPException, Request, UploadFile, status +from fastapi import APIRouter, Depends, File, HTTPException, Request, Response, UploadFile, status from pydantic import BaseModel, Field from sqlalchemy.orm import Session @@ -156,7 +156,9 @@ async def get_profile(request: Request, db: DbSession) -> ProfileResponse: @router.patch("", response_model=ProfileResponse) @require_login -async def update_profile(body: ProfileUpdateRequest, request: Request, db: DbSession) -> ProfileResponse: +async def update_profile( + body: ProfileUpdateRequest, request: Request, response: Response, db: DbSession +) -> ProfileResponse: """Update the current user's editable profile settings.""" user_id = _get_user_id(request) profile = _get_or_create_profile(db, user_id) @@ -171,6 +173,24 @@ async def update_profile(body: ProfileUpdateRequest, request: Request, db: DbSes ) profile.preferred_language = lang or None # type: ignore[assignment] + # Keep session and cookie in sync so detect_language() picks up + # the new preference immediately (without a DB round-trip). + if hasattr(request, "session"): + if lang: + request.session["preferred_language"] = lang + else: + request.session.pop("preferred_language", None) + if lang: + response.set_cookie( + key="docuelevate_lang", + value=lang, + max_age=30 * 24 * 60 * 60, + httponly=False, + samesite="lax", + ) + else: + response.delete_cookie(key="docuelevate_lang") + # Validate theme if body.preferred_theme is not None: theme = body.preferred_theme.lower().strip() diff --git a/app/api/shared_links.py b/app/api/shared_links.py index 3336edda..902e6799 100644 --- a/app/api/shared_links.py +++ b/app/api/shared_links.py @@ -313,16 +313,18 @@ async def list_shared_links( active_only: bool = Query(False, description="When true, only return active (non-revoked) links"), ) -> list[dict[str, Any]]: """List all shared links created by the authenticated user.""" - q = db.query(SharedLink).filter(SharedLink.owner_id == owner_id) + q = ( + db.query(SharedLink, FileRecord.original_filename) + .outerjoin(FileRecord, SharedLink.file_id == FileRecord.id) + .filter(SharedLink.owner_id == owner_id) + ) if active_only: q = q.filter(SharedLink.is_active.is_(True)) - links = q.order_by(SharedLink.created_at.desc()).all() + links_with_filenames = q.order_by(SharedLink.created_at.desc()).all() base_url = str(request.base_url).rstrip("/") result = [] - for link in links: - file_record = db.query(FileRecord).filter(FileRecord.id == link.file_id).first() - filename = file_record.original_filename if file_record else None + for link, filename in links_with_filenames: result.append(_link_to_dict(link, base_url, filename)) return result diff --git a/app/api/url_upload.py b/app/api/url_upload.py index f8e34d7b..78598027 100644 --- a/app/api/url_upload.py +++ b/app/api/url_upload.py @@ -2,7 +2,6 @@ API endpoint for processing files from URLs """ -import ipaddress import logging import mimetypes import os @@ -19,6 +18,7 @@ from app.config import settings from app.tasks.process_document import process_document from app.utils.allowed_types import ALLOWED_MIME_TYPES from app.utils.filename_utils import sanitize_filename +from app.utils.network import is_private_ip # Set up logging logger = logging.getLogger(__name__) @@ -42,37 +42,6 @@ class URLUploadRequest(BaseModel): return v -def is_private_ip(hostname: str) -> bool: - """ - Check if a hostname resolves to a private/internal IP address. - Protects against SSRF attacks by blocking access to internal networks. - """ - try: - # Try to parse as IP address directly - ip = ipaddress.ip_address(hostname) - return ip.is_private or ip.is_loopback or ip.is_link_local or ip.is_reserved - except ValueError: - # Not a direct IP, try to resolve hostname - try: - import socket - - # Get all IP addresses for this hostname - addr_info = socket.getaddrinfo(hostname, None) - for info in addr_info: - ip_str = info[4][0] - ip = ipaddress.ip_address(ip_str) - # Block if ANY resolved IP is private/internal - if ip.is_private or ip.is_loopback or ip.is_link_local or ip.is_reserved: - return True - return False - except (socket.gaierror, socket.error): - # Cannot resolve - allow for testing/development - # In production, DNS should work properly - # Log this for debugging - logger.warning(f"Could not resolve hostname: {hostname}") - return False # Changed from True to False to allow external domains in tests - - def validate_url_safety(url: str) -> None: """ Validate that URL is safe to fetch (SSRF protection). diff --git a/app/auth.py b/app/auth.py index 5cb08abd..a1a40702 100644 --- a/app/auth.py +++ b/app/auth.py @@ -4,12 +4,13 @@ import logging import pathlib from datetime import datetime, timezone from functools import wraps -from urllib.parse import urlparse +from urllib.parse import urlencode, urlparse from authlib.integrations.starlette_client import OAuth from fastapi import APIRouter, Depends, Request, status from fastapi.responses import JSONResponse from fastapi.templating import Jinja2Templates +from sqlalchemy import func from sqlalchemy.orm import Session from starlette.responses import RedirectResponse @@ -124,8 +125,17 @@ def get_current_user(request: Request): # Check for Bearer token auth first (API tokens) api_user = getattr(request.state, "api_token_user", None) if isinstance(api_user, dict): + logger.debug("[AUTH] get_current_user: resolved from API token (user_id=%s)", api_user.get("id")) return api_user - return request.session.get("user") + session_user = request.session.get("user") + if session_user: + logger.debug( + "[AUTH] get_current_user: resolved from session (user=%s)", + session_user.get("preferred_username") or session_user.get("email") or session_user.get("id"), + ) + else: + logger.debug("[AUTH] get_current_user: no user in session or API token") + return session_user def _resolve_bearer_user(request: Request, db: Session) -> dict | None: @@ -140,10 +150,12 @@ def _resolve_bearer_user(request: Request, db: Session) -> dict | None: """ auth_header = request.headers.get("authorization", "") if not isinstance(auth_header, str) or not auth_header.startswith("Bearer "): + logger.debug("[AUTH] _resolve_bearer_user: no Bearer token in Authorization header") return None raw_token = auth_header[7:] if not raw_token or not isinstance(raw_token, str): + logger.debug("[AUTH] _resolve_bearer_user: empty or invalid token after 'Bearer ' prefix") return None from app.api.api_tokens import hash_token @@ -152,8 +164,15 @@ def _resolve_bearer_user(request: Request, db: Session) -> dict | None: token_hash = hash_token(raw_token) db_token = db.query(ApiToken).filter(ApiToken.token_hash == token_hash, ApiToken.is_active.is_(True)).first() if db_token is None: + logger.debug("[AUTH] _resolve_bearer_user: no active API token matched the provided hash") return None + logger.debug( + "[AUTH] _resolve_bearer_user: matched API token id=%s owner=%s", + db_token.id, + db_token.owner_id, + ) + # Update usage tracking try: db_token.last_used_at = datetime.now(timezone.utc) @@ -204,16 +223,18 @@ def require_login(func): @wraps(func) async def wrapper(request: Request, *args, **kwargs): + url_path = urlparse(str(request.url)).path # Check session auth first if request.session.get("user"): + logger.debug("[AUTH] require_login: session auth OK for %s", url_path) if inspect.iscoroutinefunction(func): return await func(*args, request=request, **kwargs) else: return func(*args, request=request, **kwargs) # Fall back to Bearer token auth for API endpoints - url_path = urlparse(str(request.url)).path if url_path.startswith("/api/"): + logger.debug("[AUTH] require_login: no session, trying Bearer token for %s", url_path) try: from app.database import SessionLocal @@ -227,17 +248,22 @@ def require_login(func): if api_user: request.state.api_token_user = api_user + logger.debug( + "[AUTH] require_login: Bearer token auth OK for %s (user=%s)", url_path, api_user.get("id") + ) if inspect.iscoroutinefunction(func): return await func(*args, request=request, **kwargs) else: return func(*args, request=request, **kwargs) + logger.debug("[AUTH] require_login: no valid auth for API endpoint %s — returning 401", url_path) return JSONResponse( status_code=status.HTTP_401_UNAUTHORIZED, content={"error": "Not authenticated"}, ) # Non-API endpoint with no session — redirect to login + logger.debug("[AUTH] require_login: no session for %s — redirecting to /login", url_path) request.session["redirect_after_login"] = str(request.url) return RedirectResponse(url="/login", status_code=status.HTTP_302_FOUND) @@ -254,6 +280,38 @@ def get_gravatar_url(email): async def login(request: Request): """Show login page with appropriate authentication options.""" + # Persist the mobile deep-link redirect URI in the session so it survives + # the OAuth provider round-trip and is available when auth completes. + # Accepted schemes: + # • "docuelevate://" — production / EAS builds (custom app scheme) + # • "exp://" — Expo Go development client + # Only custom (non-HTTP) schemes are accepted to prevent open-redirect abuse. + _MOBILE_ALLOWED_SCHEMES = ("docuelevate://", "exp://") + if request.query_params.get("mobile") == "1": + redirect_uri = request.query_params.get("redirect_uri", "") + logger.debug( + "[MOBILE] Login page opened with mobile=1: redirect_uri=%r client_ip=%s", + redirect_uri, + get_client_ip(request), + ) + if any(redirect_uri.startswith(s) for s in _MOBILE_ALLOWED_SCHEMES): + request.session["mobile_redirect_uri"] = redirect_uri + logger.info( + "[MOBILE] Mobile redirect URI stored in session: %r", + redirect_uri, + ) + else: + logger.warning( + "[MOBILE] Rejected redirect_uri with disallowed scheme: %r (allowed: %s)", + redirect_uri, + ", ".join(_MOBILE_ALLOWED_SCHEMES), + ) + else: + logger.debug( + "[MOBILE] Login page opened without mobile=1 (standard browser flow) client_ip=%s", + get_client_ip(request), + ) + return templates.TemplateResponse( "login.html", { @@ -274,9 +332,15 @@ async def login(request: Request): async def oauth_login(request: Request): """Handle OAuth login flow""" if not OAUTH_CONFIGURED: + logger.debug("[AUTH] oauth_login: OAuth not configured — redirecting to /login") return RedirectResponse(url="/login?error=OAuth+not+configured", status_code=status.HTTP_302_FOUND) redirect_uri = request.url_for("oauth_callback") + logger.debug( + "[AUTH] oauth_login: initiating Authentik OAuth redirect_uri=%s session_keys=%s", + redirect_uri, + list(request.session.keys()), + ) return await oauth.authentik.authorize_redirect(request, redirect_uri) @@ -291,13 +355,23 @@ async def social_login(request: Request, provider: str): A redirect to the provider's authorization page, or back to /login on error. """ if provider not in SOCIAL_PROVIDERS: + logger.debug( + "[AUTH] social_login: unknown provider=%r (registered=%s)", provider, list(SOCIAL_PROVIDERS.keys()) + ) return RedirectResponse(url="/login?error=Unknown+social+provider", status_code=status.HTTP_302_FOUND) redirect_uri = request.url_for("social_callback", provider=provider) oauth_client = getattr(oauth, provider, None) if oauth_client is None: + logger.debug("[AUTH] social_login: provider=%r registered but OAuth client not configured", provider) return RedirectResponse(url="/login?error=Provider+not+configured", status_code=status.HTTP_302_FOUND) + logger.debug( + "[AUTH] social_login: initiating %s OAuth, redirect_uri=%s session_keys=%s", + provider, + redirect_uri, + list(request.session.keys()), + ) return await oauth_client.authorize_redirect(request, redirect_uri) @@ -356,27 +430,39 @@ async def social_callback(request: Request, provider: str, db: Session = Depends A redirect to the user's original destination or the upload page. """ if provider not in SOCIAL_PROVIDERS: + logger.debug("[AUTH] social_callback: unknown provider=%r", provider) return RedirectResponse(url="/login?error=Unknown+social+provider", status_code=status.HTTP_302_FOUND) oauth_client = getattr(oauth, provider, None) if oauth_client is None: + logger.debug("[AUTH] social_callback: provider=%r not configured", provider) return RedirectResponse(url="/login?error=Provider+not+configured", status_code=status.HTTP_302_FOUND) try: + logger.debug("[AUTH] social_callback: exchanging auth code for provider=%s", provider) token = await oauth_client.authorize_access_token(request) # Try standard OIDC userinfo first, fall back to token-embedded userinfo raw_userinfo = token.get("userinfo") if not raw_userinfo: + logger.debug("[AUTH] social_callback: no userinfo in token, fetching from userinfo endpoint") try: resp = await oauth_client.userinfo(token=token) raw_userinfo = resp if isinstance(resp, dict) else resp.json() if hasattr(resp, "json") else {} except Exception: + logger.debug("[AUTH] social_callback: userinfo endpoint failed, using empty dict", exc_info=True) raw_userinfo = {} user_data = _normalize_social_userinfo(provider, token, raw_userinfo) + logger.debug( + "[AUTH] social_callback: normalized user_data email=%s sub=%s provider=%s", + user_data.get("email"), + user_data.get("sub"), + provider, + ) if not user_data.get("email"): + logger.debug("[AUTH] social_callback: no email in user_data — aborting") return RedirectResponse( url="/login?error=Could+not+retrieve+email+from+provider", status_code=status.HTTP_302_FOUND, @@ -407,17 +493,31 @@ async def social_callback(request: Request, provider: str, db: Session = Depends user_id = ( user_data.get("sub") or user_data.get("preferred_username") or user_data.get("email") or user_data.get("id") ) + + # Mobile app flow: issue an inline API token and redirect back to the app. + logger.debug( + "[MOBILE] social_callback: checking for mobile redirect (session has mobile_redirect_uri=%s)", + "mobile_redirect_uri" in request.session, + ) + mobile_resp = _create_mobile_redirect(request, db) + if mobile_resp: + logger.info("[MOBILE] social_callback: returning mobile redirect response for provider=%s", provider) + return mobile_resp + if user_id: profile = db.query(_UserProfile).filter(_UserProfile.user_id == user_id).first() if profile and not profile.onboarding_completed: + logger.debug("[AUTH] social_callback: user=%s needs onboarding, redirecting", user_id) post_onboarding = request.session.pop("redirect_after_login", "/upload") request.session["post_onboarding_redirect"] = post_onboarding return RedirectResponse(url="/onboarding", status_code=status.HTTP_302_FOUND) redirect_url = request.session.pop("redirect_after_login", "/upload") + logger.debug("[AUTH] social_callback: login complete, redirecting to %s", redirect_url) return RedirectResponse(url=redirect_url, status_code=status.HTTP_302_FOUND) except Exception as e: logger.warning("[SECURITY] SOCIAL_LOGIN_FAILURE provider=%s error=%s", provider, type(e).__name__) + logger.debug("[AUTH] social_callback: full exception for provider=%s", provider, exc_info=True) return RedirectResponse( url="/login?error=Social+login+failed.+Please+try+again.", status_code=status.HTTP_302_FOUND ) @@ -522,15 +622,23 @@ def _ensure_user_profile(db: Session, user_data: dict, is_admin: bool = False) - async def oauth_callback(request: Request, db: Session = Depends(get_db)): """Handle OAuth callback from provider""" try: + logger.debug("[AUTH] oauth_callback: exchanging authorization code for token") token = await oauth.authentik.authorize_access_token(request) userinfo = token.get("userinfo") if not userinfo: + logger.debug("[AUTH] oauth_callback: no userinfo in token response — aborting") return RedirectResponse( url="/login?error=Failed+to+retrieve+user+information", status_code=status.HTTP_302_FOUND ) # Store user info in session user_data = dict(userinfo) + logger.debug( + "[AUTH] oauth_callback: received userinfo email=%s sub=%s groups=%s", + user_data.get("email"), + user_data.get("sub"), + user_data.get("groups", []), + ) # Add Gravatar picture if no picture is provided if not user_data.get("picture") and user_data.get("email"): @@ -545,6 +653,12 @@ async def oauth_callback(request: Request, db: Session = Depends(get_db)): groups = user_data.get("groups", []) admin_group = (settings.admin_group_name or "admin").strip().lower() is_admin = admin_group in [group.lower() for group in groups] + logger.debug( + "[AUTH] oauth_callback: admin group check — looking for %r in %s → is_admin=%s", + admin_group, + [g.lower() for g in groups], + is_admin, + ) # Set is_admin flag (defaults to False for OAuth users unless they're in admin group) user_data["is_admin"] = is_admin @@ -568,18 +682,34 @@ async def oauth_callback(request: Request, db: Session = Depends(get_db)): user_id = ( user_data.get("sub") or user_data.get("preferred_username") or user_data.get("email") or user_data.get("id") ) + + # Mobile app flow: issue an inline API token and redirect back to the app. + # This check runs before onboarding so native-app users are never sent + # to the web-based onboarding wizard. + logger.debug( + "[MOBILE] oauth_callback: checking for mobile redirect (session has mobile_redirect_uri=%s)", + "mobile_redirect_uri" in request.session, + ) + mobile_resp = _create_mobile_redirect(request, db) + if mobile_resp: + logger.info("[MOBILE] oauth_callback: returning mobile redirect response") + return mobile_resp + if user_id: profile = db.query(_UserProfile).filter(_UserProfile.user_id == user_id).first() if profile and not profile.onboarding_completed: + logger.debug("[AUTH] oauth_callback: user=%s needs onboarding, redirecting", user_id) post_onboarding = request.session.pop("redirect_after_login", "/upload") request.session["post_onboarding_redirect"] = post_onboarding return RedirectResponse(url="/onboarding", status_code=status.HTTP_302_FOUND) # Redirect to original destination or default redirect_url = request.session.pop("redirect_after_login", "/upload") + logger.debug("[AUTH] oauth_callback: login complete, redirecting to %s", redirect_url) return RedirectResponse(url=redirect_url, status_code=status.HTTP_302_FOUND) except Exception as e: logger.warning(f"[SECURITY] OAUTH_LOGIN_FAILURE error={type(e).__name__}") + logger.debug("[AUTH] oauth_callback: full exception details", exc_info=True) return RedirectResponse(url=f"/login?error=Authentication+failed:+{str(e)}", status_code=status.HTTP_302_FOUND) @@ -625,6 +755,98 @@ def _record_login_event( logger.debug("Failed to write login audit event for user=%s", username, exc_info=True) +def _create_mobile_redirect(request: Request, db: Session) -> RedirectResponse | None: + """Generate a mobile API token and return a redirect to the mobile app. + + If ``mobile_redirect_uri`` is stored in the session (set when the login + page was opened with ``?mobile=1&redirect_uri=docuelevate://...``), this + function creates a long-lived API token, appends it as a ``?token=`` + query parameter to the redirect URI, and returns the redirect so that + ``WebBrowser.openAuthSessionAsync`` in the Expo app intercepts the + deep link and stores the token. + + Returns ``None`` when the request is not part of a mobile SSO flow. + + Args: + request: The current FastAPI request. The ``user`` dict must already + be stored in ``request.session`` before calling this function. + db: Active database session used to persist the new API token. + + Returns: + A ``RedirectResponse`` to the deep-link URI with ``?token=``, + or ``None`` if no mobile redirect URI is pending. + """ + mobile_redirect_uri = request.session.pop("mobile_redirect_uri", None) + if not mobile_redirect_uri: + logger.debug("[MOBILE] _create_mobile_redirect: no mobile_redirect_uri in session — skipping mobile flow") + return None + + logger.info( + "[MOBILE] _create_mobile_redirect: mobile flow detected, redirect_uri=%r", + mobile_redirect_uri, + ) + + user = request.session.get("user") or {} + owner_id = user.get("sub") or user.get("preferred_username") or user.get("email") or user.get("id") + logger.debug( + "[MOBILE] Resolving owner_id from session user: sub=%r preferred_username=%r email=%r id=%r → owner_id=%r", + user.get("sub"), + user.get("preferred_username"), + user.get("email"), + user.get("id"), + owner_id, + ) + if not owner_id: + logger.warning("Mobile SSO redirect requested but no owner_id could be resolved from session") + return None + + # Lazy imports to avoid circular dependency via app.api.__init__ + from app.api.api_tokens import generate_api_token, hash_token + from app.models import ApiToken as _ApiToken + + plaintext = generate_api_token() + token_hash_value = hash_token(plaintext) + prefix = plaintext[:12] + + db_token = _ApiToken( + owner_id=owner_id, + name="Mobile App", + token_hash=token_hash_value, + token_prefix=prefix, + ) + try: + db.add(db_token) + db.commit() + except Exception: + db.rollback() + logger.exception("Failed to create mobile API token for owner_id=%s", owner_id) + return None + + # Safely append the token as a query parameter, preserving any existing params. + separator = "&" if "?" in mobile_redirect_uri else "?" + redirect_url = f"{mobile_redirect_uri}{separator}{urlencode({'token': plaintext})}" + + # Log the full redirect URL at DEBUG so it's visible when debug logging is enabled. + # At INFO level, log a sanitised version (scheme + host only, token prefix only) + # so the plaintext token is never written to persistent info logs. + parsed = urlparse(redirect_url) + existing_params = f"&{parsed.query.replace(f'token={plaintext}', '')}" if parsed.query else "" + sanitised_url = ( + f"{parsed.scheme}://{parsed.netloc}{parsed.path}?token={prefix}…[redacted]{existing_params.rstrip('&')}" + ) + logger.info( + "[MOBILE] MOBILE_SSO_TOKEN_ISSUED owner=%s token_id=%s redirect_target=%s", + owner_id, + db_token.id, + sanitised_url, + ) + logger.debug( + "[MOBILE] Full redirect URL being sent to client: %s", + redirect_url, + ) + return RedirectResponse(url=redirect_url, status_code=status.HTTP_302_FOUND) + + async def auth(request: Request, db: Session = Depends(get_db)): """Handle local username/password authentication. @@ -659,8 +881,13 @@ async def auth(request: Request, db: Session = Depends(get_db)): ) return RedirectResponse(url="/login?error=Invalid+username+or+password", status_code=302) + username_lower = username.lower() local_user = ( - db.query(_LocalUser).filter((_LocalUser.username == username) | (_LocalUser.email == username)).first() + db.query(_LocalUser) + .filter( + (func.lower(_LocalUser.username) == username_lower) | (func.lower(_LocalUser.email) == username_lower) + ) + .first() ) logger.debug( "[AUTH] LocalUser lookup: username=%r found=%s", @@ -694,6 +921,17 @@ async def auth(request: Request, db: Session = Depends(get_db)): logger.info("[SECURITY] LOCAL_LOGIN_SUCCESS user=%s", local_user.email) _record_login_event(db, request, local_user.email, success=True) _ensure_user_profile(db, user_data, is_admin=bool(local_user.is_admin)) + + # Mobile app flow: issue an inline API token and redirect back to the app. + logger.debug( + "[MOBILE] local auth: checking for mobile redirect (session has mobile_redirect_uri=%s)", + "mobile_redirect_uri" in request.session, + ) + mobile_resp = _create_mobile_redirect(request, db) + if mobile_resp: + logger.info("[MOBILE] local auth: returning mobile redirect response") + return mobile_resp + profile = db.query(_UserProfile).filter(_UserProfile.user_id == local_user.email).first() if profile and not profile.onboarding_completed: post_onboarding = request.session.pop("redirect_after_login", "/upload") @@ -718,13 +956,13 @@ async def auth(request: Request, db: Session = Depends(get_db)): logger.debug( "[AUTH] Admin credential check: admin_configured=%s username_match=%s multi_user_enabled=%s", admin_configured, - username == settings.admin_username if admin_configured else False, + (username or "").lower() == settings.admin_username.lower() if admin_configured else False, settings.multi_user_enabled, ) if ( settings.admin_username and settings.admin_password - and username == settings.admin_username + and (username or "").lower() == settings.admin_username.lower() and password == settings.admin_password ): admin_user_data = { @@ -739,6 +977,17 @@ async def auth(request: Request, db: Session = Depends(get_db)): logger.info("[SECURITY] LOCAL_LOGIN_SUCCESS user=%s", username) _record_login_event(db, request, username, success=True) _ensure_user_profile(db, admin_user_data, is_admin=True) + + # Mobile app flow: issue an inline API token and redirect back to the app. + logger.debug( + "[MOBILE] admin auth: checking for mobile redirect (session has mobile_redirect_uri=%s)", + "mobile_redirect_uri" in request.session, + ) + mobile_resp = _create_mobile_redirect(request, db) + if mobile_resp: + logger.info("[MOBILE] admin auth: returning mobile redirect response") + return mobile_resp + redirect_url = request.session.pop("redirect_after_login", "/upload") return RedirectResponse(url=redirect_url, status_code=302) else: @@ -760,6 +1009,7 @@ async def logout(request: Request, db: Session = Depends(get_db)): username = "unknown" if isinstance(user, dict): username = user.get("preferred_username") or user.get("email") or "unknown" + logger.debug("[AUTH] logout: clearing session for user=%s client_ip=%s", username, get_client_ip(request)) logger.info(f"[SECURITY] LOGOUT user={username}") try: from app.utils.audit_service import record_event diff --git a/app/config.py b/app/config.py index d3a2080c..30b434d1 100644 --- a/app/config.py +++ b/app/config.py @@ -48,6 +48,51 @@ class Settings(BaseSettings): workdir: str debug: bool = False # Default to False + # Logging level for the application. Accepts standard Python level names: + # DEBUG, INFO, WARNING, ERROR, CRITICAL. When *debug* is True and + # *log_level* has not been explicitly set, the effective level is forced to + # DEBUG so that all ``logger.debug()`` calls produce output. + log_level: str = Field( + default="INFO", + description=( + "Python logging level for the application root logger. " + "Accepts: DEBUG, INFO, WARNING, ERROR, CRITICAL. " + "When DEBUG=True and LOG_LEVEL is not explicitly set, " + "the effective level is automatically lowered to DEBUG." + ), + ) + + # Log output format. ``text`` is the human-readable default. + # ``json`` emits one JSON object per line, ideal for log collectors + # (Promtail, Fluentd, Filebeat, Datadog agent) and SIEM ingestion. + log_format: str = Field( + default="text", + description=( + "Log output format: 'text' (human-readable, default) or " + "'json' (structured JSON lines for SIEM / log aggregation)." + ), + ) + + # Optional syslog forwarding for application logs (not just audit events). + # When enabled, a Python SysLogHandler is added to the root logger so that + # every log message is also sent to the configured syslog receiver. + log_syslog_enabled: bool = Field( + default=False, + description="Forward application logs to a syslog receiver in addition to stdout.", + ) + log_syslog_host: str = Field( + default="localhost", + description="Hostname or IP of the syslog receiver for application logs.", + ) + log_syslog_port: int = Field( + default=514, + description="Port of the syslog receiver for application logs.", + ) + log_syslog_protocol: str = Field( + default="udp", + description="Protocol for syslog transport: 'udp' or 'tcp'.", + ) + # Making Dropbox optional dropbox_enabled: bool = Field( default=True, diff --git a/app/database.py b/app/database.py index bff3ac08..f563931a 100644 --- a/app/database.py +++ b/app/database.py @@ -210,8 +210,10 @@ def _run_schema_migrations(engine: Any) -> None: if unique_filehash_indexes: logger.info("Migrating files: dropping unique index on 'filehash'") with engine.begin() as conn: + preparer = conn.dialect.identifier_preparer for index in unique_filehash_indexes: - conn.execute(text(f"DROP INDEX IF EXISTS {index['name']}")) + quoted_idx = preparer.quote(index["name"]) + conn.execute(text(f"DROP INDEX IF EXISTS {quoted_idx}")) logger.info("Migration complete: unique index on 'filehash' removed") except Exception as exc: logger.warning(f"Skipping filehash unique index drop: {exc}") @@ -263,12 +265,17 @@ def _ensure_indexes(engine: Any, inspector: Any) -> None: table_names = inspector.get_table_names() columns_by_table: dict[str, set[str]] = {} with engine.begin() as conn: + preparer = conn.dialect.identifier_preparer for idx_name, table, column in _PERF_INDEXES: if table in table_names: if table not in columns_by_table: columns_by_table[table] = {col["name"] for col in inspector.get_columns(table)} if column in columns_by_table[table]: - conn.execute(text(f"CREATE INDEX IF NOT EXISTS {idx_name} ON {table} ({column})")) + # SECURITY: Quoted identifiers to prevent SQL injection during index creation + quoted_idx = preparer.quote(idx_name) + quoted_table = preparer.quote(table) + quoted_col = preparer.quote(column) + conn.execute(text(f"CREATE INDEX IF NOT EXISTS {quoted_idx} ON {quoted_table} ({quoted_col})")) logger.info("Performance indexes ensured") diff --git a/app/main.py b/app/main.py index 6089699b..97bb1d57 100644 --- a/app/main.py +++ b/app/main.py @@ -1,8 +1,11 @@ #!/usr/bin/env python3 +import json as _json_mod import logging import os import pathlib from contextlib import asynccontextmanager +from datetime import datetime as _dt +from datetime import timezone as _tz from fastapi import FastAPI, HTTPException, Request, status from fastapi.middleware.cors import CORSMiddleware @@ -36,6 +39,114 @@ from app.views import router as frontend_router # Explicitly include the files router from app.views.files import router as files_router +# --------------------------------------------------------------------------- +# Configure Python root logging level early so that *all* loggers (including +# those already created via ``logging.getLogger(__name__)`` in other modules) +# respect the configured level. +# +# Standard behaviour (matches Django, Flask, 12-factor conventions): +# • ``LOG_LEVEL`` env var takes precedence when explicitly set. +# • When ``DEBUG=True`` and ``LOG_LEVEL`` is **not** set, the effective +# level is automatically lowered to ``DEBUG``. +# • Default (neither flag set): ``INFO``. +# +# ``LOG_FORMAT=json`` enables structured JSON lines on stdout, suitable for +# Promtail, Fluentd, Filebeat, Datadog, Splunk UF, or any log collector. +# +# ``LOG_SYSLOG_ENABLED=true`` adds a Python SysLogHandler so that every log +# message is also forwarded to the configured syslog receiver — useful for +# traditional (non-container) deployments and centralised SIEM ingestion. +# +# Noisy third-party loggers (httpx, httpcore, authlib, etc.) are pinned to +# WARNING when the app-level is DEBUG to keep output useful. +# --------------------------------------------------------------------------- +_explicit_log_level = os.environ.get("LOG_LEVEL") +if settings.debug and _explicit_log_level is None: + _effective_level = "DEBUG" +else: + _effective_level = settings.log_level.upper() + +_effective_level_int = getattr(logging, _effective_level, logging.INFO) + + +class _JsonFormatter(logging.Formatter): + """Emit one JSON object per log line for machine consumption. + + Fields emitted: ``timestamp``, ``level``, ``logger``, ``message``, + ``module``, ``funcName``, ``lineno``, and — when present — ``exc_info``. + Compatible with Grafana Loki, Splunk, ELK, Datadog, and most SIEM tools. + """ + + def format(self, record: logging.LogRecord) -> str: + log_entry: dict = { + "timestamp": _dt.fromtimestamp(record.created, tz=_tz.utc).isoformat(), + "level": record.levelname, + "logger": record.name, + "message": record.getMessage(), + "module": record.module, + "funcName": record.funcName, + "lineno": record.lineno, + } + if record.exc_info and record.exc_info[1] is not None: + log_entry["exc_info"] = self.formatException(record.exc_info) + return _json_mod.dumps(log_entry, default=str) + + +# Choose formatter based on LOG_FORMAT setting +if settings.log_format.lower() == "json": + _handler = logging.StreamHandler() + _handler.setFormatter(_JsonFormatter()) + logging.root.handlers = [_handler] + logging.root.setLevel(_effective_level_int) +else: + logging.basicConfig( + level=_effective_level_int, + format="%(asctime)s - %(name)s - %(levelname)s - %(message)s", + datefmt="%Y-%m-%d %H:%M:%S", + force=True, + ) + +# Optional: forward application logs to a syslog receiver +if settings.log_syslog_enabled: + import logging.handlers as _lh + import socket as _socket + + _proto = settings.log_syslog_protocol.lower() + _socktype = _socket.SOCK_STREAM if _proto == "tcp" else _socket.SOCK_DGRAM + _syslog_handler = _lh.SysLogHandler( + address=(settings.log_syslog_host, settings.log_syslog_port), + socktype=_socktype, + ) + _syslog_handler.setLevel(_effective_level_int) + # Use the same formatter as stdout (text or JSON) + if settings.log_format.lower() == "json": + _syslog_handler.setFormatter(_JsonFormatter()) + else: + _syslog_handler.setFormatter(logging.Formatter("%(name)s - %(levelname)s - %(message)s")) + logging.root.addHandler(_syslog_handler) + +# Keep noisy third-party loggers quiet at DEBUG level +if _effective_level_int <= logging.DEBUG: + for _noisy in ( + "httpx", + "httpcore", + "authlib", + "urllib3", + "hpack", + "multipart", + "watchfiles", + ): + logging.getLogger(_noisy).setLevel(logging.WARNING) + +_startup_logger = logging.getLogger(__name__) +_startup_logger.info( + "Root logging level set to %s (debug=%s, format=%s, syslog=%s)", + _effective_level, + settings.debug, + settings.log_format, + settings.log_syslog_enabled, +) + # Load configuration from .env for the session key config = Config(".env") # Use settings.session_secret which has proper validation @@ -261,12 +372,14 @@ _error_templates = Jinja2Templates(directory=str(_error_templates_dir)) # Register the i18n translate helper as a global so error templates can use {{ _("key") }}. # Error pages use the default language (English); request-specific locale is not needed here. from app.utils.i18n import SUPPORTED_LANGUAGES as _SUPPORTED_LANGUAGES # noqa: E402 +from app.utils.i18n import get_suggested_languages as _get_suggested_languages # noqa: E402 from app.utils.i18n import translate as _translate_fn # noqa: E402 _error_templates.env.globals["_"] = lambda key, **kwargs: _translate_fn(key, "en", **kwargs) _error_templates.env.globals["min"] = min _error_templates.env.globals["max"] = max _error_templates.env.globals["supported_languages"] = _SUPPORTED_LANGUAGES +_error_templates.env.globals["suggested_languages"] = _get_suggested_languages("en", "") @app.exception_handler(HTTPException) diff --git a/app/tasks/extract_metadata_with_gpt.py b/app/tasks/extract_metadata_with_gpt.py index 162a75f3..484bab46 100644 --- a/app/tasks/extract_metadata_with_gpt.py +++ b/app/tasks/extract_metadata_with_gpt.py @@ -1,191 +1,192 @@ -#!/usr/bin/env python3 - -import json -import logging -import os -import re - -# Import the shared Celery instance -from app.celery_app import celery -from app.config import settings -from app.database import SessionLocal -from app.models import FileRecord -from app.tasks.embed_metadata_into_pdf import embed_metadata_into_pdf -from app.tasks.retry_config import BaseTaskWithRetry -from app.utils import log_task_progress -from app.utils.ai_provider import get_ai_provider - -logger = logging.getLogger(__name__) - - -def extract_json_from_text(text): - """ - Try to extract a JSON object from the text. - - First, check for a JSON block inside triple backticks. - - If not found, try to extract text from the first '{' to the last '}'. - """ - pattern = r"```(?:json)?\s*(\{.*?\})\s*```" - match = re.search(pattern, text, re.DOTALL) - if match: - return match.group(1) - else: - start = text.find("{") - end = text.rfind("}") - if start != -1 and end != -1 and end > start: - return text[start : end + 1] - return None - - -@celery.task(base=BaseTaskWithRetry, bind=True) -def extract_metadata_with_gpt(self, filename: str, cleaned_text: str, file_id: int = None): - """ - Uses OpenAI to classify document metadata. - - Args: - filename: Can be either a basename (e.g., "file.pdf") or a full path (e.g., "/workdir/processed/file.pdf") - cleaned_text: The extracted text from the document - file_id: Optional file ID for tracking - """ - task_id = self.request.id - logger.info(f"[{task_id}] Starting metadata extraction for: {filename}") - log_task_progress( - task_id, - "extract_metadata_with_gpt", - "in_progress", - f"Extracting metadata for {os.path.basename(filename)}", - file_id=file_id, - ) - - # Get file_id from database if not provided - if file_id is None: - tmp_dir = os.path.join(settings.workdir, "tmp") - # Handle both basename and full path - if os.path.isabs(filename): - file_path = filename - else: - file_path = os.path.join(tmp_dir, filename) - if os.path.exists(file_path): - with SessionLocal() as db: - file_record = db.query(FileRecord).filter_by(local_filename=file_path).first() - if file_record: - file_id = file_record.id - - prompt = ( - "You are a specialized document analyzer trained to extract structured metadata from documents.\n" - "Your task is to analyze the given text and return a well-structured JSON object.\n\n" - "Extract and return the following fields:\n" - "1. **filename**: Machine-readable filename " - "(YYYY-MM-DD_DescriptiveTitle, use only letters, numbers, periods, and underscores).\n" - '2. **empfaenger**: The recipient, or "Unknown" if not found.\n' - '3. **absender**: The sender, or "Unknown" if not found.\n' - "4. **correspondent**: The entity or company that issued the document " - '(shortest possible name, e.g., "Amazon" instead of "Amazon EU SARL, German branch").\n' - "5. **kommunikationsart**: One of [Behoerdlicher_Brief, Rechnung, Kontoauszug, Vertrag, " - "Quittung, Privater_Brief, Einladung, Gewerbliche_Korrespondenz, Newsletter, Werbung, Sonstiges].\n" - "6. **kommunikationskategorie**: One of [Amtliche_Postbehoerdliche_Dokumente, " - "Finanz_und_Vertragsdokumente, Geschaeftliche_Kommunikation, " - "Private_Korrespondenz, Sonstige_Informationen].\n" - "7. **document_type**: Precise classification (e.g., Invoice, Contract, Information, Unknown).\n" - "8. **tags**: A list of up to 4 relevant thematic keywords.\n" - '9. **language**: Detected document language (ISO 639-1 code, e.g., "de" or "en").\n' - "10. **title**: A human-readable title summarizing the document content.\n" - "11. **confidence_score**: A numeric value (0-100) indicating the confidence level " - "of the extracted metadata.\n" - "12. **reference_number**: Extracted invoice/order/reference number if available.\n" - "13. **monetary_amounts**: A list of key monetary values detected in the document.\n\n" - "### Important Rules:\n" - "- **OCR Correction**: Assume the text has been corrected for OCR errors.\n" - "- **Tagging**: Max 4 tags, avoiding generic or overly specific terms.\n" - "- **Title**: Concise, no addresses, and contains key identifying features.\n" - "- **Date Selection**: Use the most relevant date if multiple are found.\n" - "- **Output Language**: Maintain the document's original language.\n\n" - f"Extracted text:\n{cleaned_text}\n\n" - "Return only valid JSON with no additional commentary.\n" - ) - - try: - logger.info(f"[{task_id}] Sending classification request for {filename}...") - log_task_progress(task_id, "call_ai_provider", "in_progress", "Calling AI provider API", file_id=file_id) - provider = get_ai_provider() - model = settings.ai_model or settings.openai_model - content = provider.chat_completion( - messages=[ - {"role": "system", "content": "You are an intelligent document classifier."}, - {"role": "user", "content": prompt}, - ], - model=model, - temperature=0, - ) - - logger.info(f"[{task_id}] Raw classification response for {filename}: {content[:200]}...") - log_task_progress( - task_id, - "call_ai_provider", - "success", - "Received AI provider response", - file_id=file_id, - detail=f"Raw classification response:\n{content}", - ) - - json_text = extract_json_from_text(content) - if not json_text: - logger.error(f"[{task_id}] Could not find valid JSON in GPT response for {filename}.") - log_task_progress( - task_id, - "extract_metadata_with_gpt", - "failure", - "Invalid JSON in response", - file_id=file_id, - detail=f"Could not parse valid JSON from GPT response.\nRaw response:\n{content}", - ) - return {} - - metadata = json.loads(json_text) - - # SECURITY: Validate filename format from GPT to prevent path traversal - # The prompt requests filenames with only letters, numbers, periods, and underscores - # Enforce this constraint to prevent malicious filenames - suggested_filename = metadata.get("filename", "") - if suggested_filename: - # Check if filename contains only safe characters AND explicitly check for ".." - # Defense in depth: While the regex [\w\-\. ]+ already excludes / and \, - # we explicitly reject ".." to guard against: - # 1. Potential locale-specific \w behavior - # 2. Files literally named ".." which are valid but problematic - # 3. Future code changes that might relax the regex - if not re.match(r"^[\w\-\. ]+$", suggested_filename) or ".." in suggested_filename: - logger.warning(f"[{task_id}] Invalid filename format from GPT: '{suggested_filename}', using fallback") - # Reset to empty to trigger fallback to original filename - metadata["filename"] = "" - - logger.info(f"[{task_id}] Extracted metadata: {metadata}") - log_task_progress( - task_id, - "parse_metadata", - "success", - f"Parsed metadata: {list(metadata.keys())}", - file_id=file_id, - detail=f"Extracted metadata:\n{json.dumps(metadata, ensure_ascii=False, indent=2)}", - ) - - # Trigger the next step: embedding metadata into the PDF - # Pass the filename (can be basename or full path) so embed_metadata_into_pdf can find the file on disk - logger.info(f"[{task_id}] Queueing metadata embedding task") - log_task_progress( - task_id, "extract_metadata_with_gpt", "success", "Metadata extracted, queuing embed task", file_id=file_id - ) - embed_metadata_into_pdf.delay(filename, cleaned_text, metadata, file_id) - - return {"s3_file": os.path.basename(filename), "metadata": metadata} - - except Exception as e: - logger.exception(f"[{task_id}] AI provider classification failed for {filename}: {e}") - log_task_progress( - task_id, - "extract_metadata_with_gpt", - "failure", - f"Exception: {str(e)}", - file_id=file_id, - detail=f"AI provider classification failed for {filename}.\nException: {str(e)}", - ) - return {} +#!/usr/bin/env python3 + +import json +import logging +import os +import re + +# Import the shared Celery instance +from app.celery_app import celery +from app.config import settings +from app.database import SessionLocal +from app.models import FileRecord +from app.tasks.embed_metadata_into_pdf import embed_metadata_into_pdf +from app.tasks.retry_config import BaseTaskWithRetry +from app.utils import log_task_progress +from app.utils.ai_provider import get_ai_provider +from app.utils.filename_utils import VALID_FILENAME_RE + +logger = logging.getLogger(__name__) + + +def extract_json_from_text(text): + """ + Try to extract a JSON object from the text. + - First, check for a JSON block inside triple backticks. + - If not found, try to extract text from the first '{' to the last '}'. + """ + pattern = r"```(?:json)?\s*(\{.*?\})\s*```" + match = re.search(pattern, text, re.DOTALL) + if match: + return match.group(1) + else: + start = text.find("{") + end = text.rfind("}") + if start != -1 and end != -1 and end > start: + return text[start : end + 1] + return None + + +@celery.task(base=BaseTaskWithRetry, bind=True) +def extract_metadata_with_gpt(self, filename: str, cleaned_text: str, file_id: int = None): + """ + Uses OpenAI to classify document metadata. + + Args: + filename: Can be either a basename (e.g., "file.pdf") or a full path (e.g., "/workdir/processed/file.pdf") + cleaned_text: The extracted text from the document + file_id: Optional file ID for tracking + """ + task_id = self.request.id + logger.info(f"[{task_id}] Starting metadata extraction for: {filename}") + log_task_progress( + task_id, + "extract_metadata_with_gpt", + "in_progress", + f"Extracting metadata for {os.path.basename(filename)}", + file_id=file_id, + ) + + # Get file_id from database if not provided + if file_id is None: + tmp_dir = os.path.join(settings.workdir, "tmp") + # Handle both basename and full path + if os.path.isabs(filename): + file_path = filename + else: + file_path = os.path.join(tmp_dir, filename) + if os.path.exists(file_path): + with SessionLocal() as db: + file_record = db.query(FileRecord).filter_by(local_filename=file_path).first() + if file_record: + file_id = file_record.id + + prompt = ( + "You are a specialized document analyzer trained to extract structured metadata from documents.\n" + "Your task is to analyze the given text and return a well-structured JSON object.\n\n" + "Extract and return the following fields:\n" + "1. **filename**: Machine-readable filename " + "(YYYY-MM-DD_DescriptiveTitle, use only letters, numbers, spaces, dashes, periods, and underscores).\n" + '2. **empfaenger**: The recipient, or "Unknown" if not found.\n' + '3. **absender**: The sender, or "Unknown" if not found.\n' + "4. **correspondent**: The entity or company that issued the document " + '(shortest possible name, e.g., "Amazon" instead of "Amazon EU SARL, German branch").\n' + "5. **kommunikationsart**: One of [Behoerdlicher_Brief, Rechnung, Kontoauszug, Vertrag, " + "Quittung, Privater_Brief, Einladung, Gewerbliche_Korrespondenz, Newsletter, Werbung, Sonstiges].\n" + "6. **kommunikationskategorie**: One of [Amtliche_Postbehoerdliche_Dokumente, " + "Finanz_und_Vertragsdokumente, Geschaeftliche_Kommunikation, " + "Private_Korrespondenz, Sonstige_Informationen].\n" + "7. **document_type**: Precise classification (e.g., Invoice, Contract, Information, Unknown).\n" + "8. **tags**: A list of up to 4 relevant thematic keywords.\n" + '9. **language**: Detected document language (ISO 639-1 code, e.g., "de" or "en").\n' + "10. **title**: A human-readable title summarizing the document content.\n" + "11. **confidence_score**: A numeric value (0-100) indicating the confidence level " + "of the extracted metadata.\n" + "12. **reference_number**: Extracted invoice/order/reference number if available.\n" + "13. **monetary_amounts**: A list of key monetary values detected in the document.\n\n" + "### Important Rules:\n" + "- **OCR Correction**: Assume the text has been corrected for OCR errors.\n" + "- **Tagging**: Max 4 tags, avoiding generic or overly specific terms.\n" + "- **Title**: Concise, no addresses, and contains key identifying features.\n" + "- **Date Selection**: Use the most relevant date if multiple are found.\n" + "- **Output Language**: Maintain the document's original language.\n\n" + f"Extracted text:\n{cleaned_text}\n\n" + "Return only valid JSON with no additional commentary.\n" + ) + + try: + logger.info(f"[{task_id}] Sending classification request for {filename}...") + log_task_progress(task_id, "call_ai_provider", "in_progress", "Calling AI provider API", file_id=file_id) + provider = get_ai_provider() + model = settings.ai_model or settings.openai_model + content = provider.chat_completion( + messages=[ + {"role": "system", "content": "You are an intelligent document classifier."}, + {"role": "user", "content": prompt}, + ], + model=model, + temperature=0, + ) + + logger.info(f"[{task_id}] Raw classification response for {filename}: {content[:200]}...") + log_task_progress( + task_id, + "call_ai_provider", + "success", + "Received AI provider response", + file_id=file_id, + detail=f"Raw classification response:\n{content}", + ) + + json_text = extract_json_from_text(content) + if not json_text: + logger.error(f"[{task_id}] Could not find valid JSON in GPT response for {filename}.") + log_task_progress( + task_id, + "extract_metadata_with_gpt", + "failure", + "Invalid JSON in response", + file_id=file_id, + detail=f"Could not parse valid JSON from GPT response.\nRaw response:\n{content}", + ) + return {} + + metadata = json.loads(json_text) + + # SECURITY: Validate filename format from GPT to prevent path traversal + # The prompt requests filenames with only letters, numbers, periods, and underscores + # Enforce this constraint to prevent malicious filenames + suggested_filename = metadata.get("filename", "") + if suggested_filename: + # Check if filename contains only safe characters AND explicitly check for ".." + # Defense in depth: While the regex VALID_FILENAME_PATTERN already excludes / and \, + # we explicitly reject ".." to guard against: + # 1. Potential locale-specific \w behavior + # 2. Files literally named ".." which are valid but problematic + # 3. Future code changes that might relax the regex + if not VALID_FILENAME_RE.match(suggested_filename) or ".." in suggested_filename: + logger.warning(f"[{task_id}] Invalid filename format from GPT: '{suggested_filename}', using fallback") + # Reset to empty to trigger fallback to original filename + metadata["filename"] = "" + + logger.info(f"[{task_id}] Extracted metadata: {metadata}") + log_task_progress( + task_id, + "parse_metadata", + "success", + f"Parsed metadata: {list(metadata.keys())}", + file_id=file_id, + detail=f"Extracted metadata:\n{json.dumps(metadata, ensure_ascii=False, indent=2)}", + ) + + # Trigger the next step: embedding metadata into the PDF + # Pass the filename (can be basename or full path) so embed_metadata_into_pdf can find the file on disk + logger.info(f"[{task_id}] Queueing metadata embedding task") + log_task_progress( + task_id, "extract_metadata_with_gpt", "success", "Metadata extracted, queuing embed task", file_id=file_id + ) + embed_metadata_into_pdf.delay(filename, cleaned_text, metadata, file_id) + + return {"s3_file": os.path.basename(filename), "metadata": metadata} + + except Exception as e: + logger.exception(f"[{task_id}] AI provider classification failed for {filename}: {e}") + log_task_progress( + task_id, + "extract_metadata_with_gpt", + "failure", + f"Exception: {str(e)}", + file_id=file_id, + detail=f"AI provider classification failed for {filename}.\nException: {str(e)}", + ) + return {} diff --git a/app/tasks/upload_to_email.py b/app/tasks/upload_to_email.py index 8b9c8220..c68e4bf7 100644 --- a/app/tasks/upload_to_email.py +++ b/app/tasks/upload_to_email.py @@ -11,6 +11,7 @@ from email.mime.image import MIMEImage from email.mime.multipart import MIMEMultipart from email.mime.text import MIMEText +import pypdf from jinja2 import Environment, FileSystemLoader, select_autoescape from app.celery_app import celery @@ -80,8 +81,22 @@ def extract_metadata_from_file(file_path): except Exception as e: logger.warning(f"Failed to load metadata from JSON file: {str(e)}") - # TODO: For PDF files, try to extract embedded metadata using PyPDF2 - # This would require additional dependencies, so for now we'll just check for external JSON + # Try to extract embedded metadata from PDF + if file_path.lower().endswith(".pdf") and os.path.exists(file_path): + try: + with open(file_path, "rb") as f: + pdf_reader = pypdf.PdfReader(f) + pdf_metadata = pdf_reader.metadata + if pdf_metadata: + # Convert metadata to a standard dictionary + for key, value in pdf_metadata.items(): + # Remove the leading slash from PDF metadata keys (e.g., '/Title' -> 'Title') + clean_key = key[1:] if key.startswith("/") else key + metadata[clean_key] = str(value) + + logger.info(f"Extracted embedded metadata from PDF: {file_path}") + except Exception as e: + logger.warning(f"Failed to extract metadata from PDF {file_path}: {str(e)}") return metadata diff --git a/app/tasks/upload_with_rclone.py b/app/tasks/upload_with_rclone.py index 769d1e52..16108617 100644 --- a/app/tasks/upload_with_rclone.py +++ b/app/tasks/upload_with_rclone.py @@ -55,12 +55,12 @@ def upload_with_rclone(self, file_path: str, destination: str): try: # Ensure the remote path exists (create folders if needed) - mkdir_cmd = ["rclone", "mkdir", "--config", rclone_config_path, destination] + mkdir_cmd = ["rclone", "mkdir", "--config", rclone_config_path, "--", destination] subprocess.run(mkdir_cmd, check=True, capture_output=True) # noqa: S603 # Construct the upload command - upload_cmd = ["rclone", "copy", "--config", rclone_config_path, file_path, destination, "--progress"] + upload_cmd = ["rclone", "copy", "--config", rclone_config_path, "--progress", "--", file_path, destination] log_task_progress(task_id, "rclone_upload", "in_progress", f"Executing rclone copy to {destination}") @@ -71,7 +71,7 @@ def upload_with_rclone(self, file_path: str, destination: str): if result.returncode == 0: # Try to get a public link if possible try: - link_cmd = ["rclone", "link", "--config", rclone_config_path, f"{destination}/{filename}"] + link_cmd = ["rclone", "link", "--config", rclone_config_path, "--", f"{destination}/{filename}"] link_result = subprocess.run(link_cmd, capture_output=True, text=True, check=False) # noqa: S603 public_url = link_result.stdout.strip() if link_result.returncode == 0 else None except (subprocess.SubprocessError, OSError) as e: diff --git a/app/utils/db_migrate.py b/app/utils/db_migrate.py index 3424009d..78f87fca 100644 --- a/app/utils/db_migrate.py +++ b/app/utils/db_migrate.py @@ -12,6 +12,7 @@ The utility: """ import logging +import re from typing import Any from sqlalchemy import MetaData, create_engine, inspect, text @@ -84,8 +85,12 @@ def preview_migration(source_url: str) -> dict[str, Any]: total = 0 with src_engine.connect() as conn: for table_name in tables: + if not re.match(r"^[a-zA-Z0-9_]+$", table_name): + logger.warning(f"Skipping table with invalid name format: {table_name}") + continue # table_name is safe — sourced from inspect().get_table_names(), not user input - row = conn.execute(text(f'SELECT COUNT(*) FROM "{table_name}"')).fetchone() # noqa: S608 + quoted_table = conn.dialect.identifier_preparer.quote(table_name) + row = conn.execute(text(f"SELECT COUNT(*) FROM {quoted_table}")).fetchone() # noqa: S608 count = row[0] if row else 0 result.append({"name": table_name, "row_count": count}) total += count diff --git a/app/utils/env_utils.py b/app/utils/env_utils.py new file mode 100644 index 00000000..dfa8ad89 --- /dev/null +++ b/app/utils/env_utils.py @@ -0,0 +1,55 @@ +import logging +import os +from typing import Dict + +logger = logging.getLogger(__name__) + + +def update_env_file(settings_to_update: Dict[str, str]) -> bool: + """ + Updates the .env file with the given settings (best-effort). + Creates or modifies existing keys. + + Args: + settings_to_update: A dictionary mapping uppercase env var names to their new string values. + + Returns: + True if the file was successfully updated, False otherwise. + """ + try: + env_path = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(__file__))), ".env") + if not os.path.exists(env_path): + logger.warning(f".env file not found at {env_path}, skipping file write") + return False + + logger.info(f"Updating settings in {env_path}") + + with open(env_path, "r") as f: + env_lines = f.readlines() + + updated = set() + new_env_lines = [] + for line in env_lines: + stripped_line = line.rstrip() + is_updated = False + for key, value in settings_to_update.items(): + if stripped_line.startswith(f"{key}=") or stripped_line.startswith(f"# {key}="): + new_env_lines.append(f"{key}={value}") + updated.add(key) + is_updated = True + break + if not is_updated: + new_env_lines.append(stripped_line) + + for key, value in settings_to_update.items(): + if key not in updated: + new_env_lines.append(f"{key}={value}") + + with open(env_path, "w") as f: + f.write("\n".join(new_env_lines) + "\n") + + logger.info("Successfully updated settings in .env file") + return True + except Exception as env_err: + logger.warning(f"Failed to write .env file (non-fatal): {env_err}") + return False diff --git a/app/utils/filename_utils.py b/app/utils/filename_utils.py index 3c1b7906..1abd95dc 100644 --- a/app/utils/filename_utils.py +++ b/app/utils/filename_utils.py @@ -8,6 +8,11 @@ from pathlib import Path logger = logging.getLogger(__name__) +# Pattern for valid filenames (alphanumeric, dash, underscore, period, and space) +# Used for validating GPT-provided filenames and other inputs +VALID_FILENAME_PATTERN = r"^[\w\-\. ]+$" +VALID_FILENAME_RE = re.compile(VALID_FILENAME_PATTERN) + def get_unique_filename(original_path: str, check_exists_func: Callable[[str], bool] | None = None) -> str: """ diff --git a/app/utils/i18n.py b/app/utils/i18n.py index 30ce281c..6a6ad25c 100644 --- a/app/utils/i18n.py +++ b/app/utils/i18n.py @@ -2,7 +2,7 @@ Provides a JSON-based translation system for the DocuElevate UI with: -* **49 supported languages** covering European, Asian, Middle-Eastern, and other languages +* **77 supported languages** covering European, Asian, Middle-Eastern, African, and other languages * Browser ``Accept-Language`` detection with cookie & user-profile persistence * AI-powered fallback translation via the configured LLM provider * Locale-aware date, number, and file-size formatting helpers @@ -52,10 +52,10 @@ SUPPORTED_LANGUAGES: list[dict[str, str]] = [ {"code": "lb", "name": "Luxembourgish", "native": "Lëtzebuergesch", "flag": "🇱🇺"}, {"code": "ca", "name": "Catalan", "native": "Català", "flag": "🏴"}, {"code": "cy", "name": "Welsh", "native": "Cymraeg", "flag": "🏴󠁧󠁢󠁷󠁬󠁳󠁿"}, # Wales subdivision flag (U+1F3F4 + tag chars) - {"code": "fy", "name": "Frisian", "native": "Frysk", "flag": "🇳🇱"}, + {"code": "fy", "name": "Western Frisian", "native": "Frysk", "flag": "🇳🇱"}, {"code": "gl", "name": "Galician", "native": "Galego", "flag": "🇪🇸"}, {"code": "li", "name": "Limburgish", "native": "Limburgs", "flag": "🇳🇱"}, - {"code": "vls", "name": "West Flemish", "native": "West-Vlams", "flag": "🇧🇪"}, + {"code": "vls", "name": "Flemish", "native": "West-Vlams", "flag": "🇧🇪"}, {"code": "nds", "name": "Low German", "native": "Plattdüütsch", "flag": "🇩🇪"}, # --- Tier 3: Central & Eastern European --- {"code": "pl", "name": "Polish", "native": "Polski", "flag": "🇵🇱"}, @@ -74,25 +74,60 @@ SUPPORTED_LANGUAGES: list[dict[str, str]] = [ # --- Tier 4: Non-EU European, Middle Eastern & African --- {"code": "tr", "name": "Turkish", "native": "Türkçe", "flag": "🇹🇷"}, {"code": "uk", "name": "Ukrainian", "native": "Українська", "flag": "🇺🇦"}, - {"code": "ru", "name": "Russian", "native": "Русский", "flag": "🇷🇺"}, {"code": "he", "name": "Hebrew", "native": "עברית", "flag": "🇮🇱"}, {"code": "ar", "name": "Arabic", "native": "العربية", "flag": "🇸🇦"}, {"code": "fa", "name": "Persian", "native": "فارسی", "flag": "🇮🇷"}, {"code": "af", "name": "Afrikaans", "native": "Afrikaans", "flag": "🇿🇦"}, # --- Tier 5: Asian languages --- {"code": "zh", "name": "Chinese", "native": "中文", "flag": "🇨🇳"}, + {"code": "zh-TW", "name": "Traditional Chinese", "native": "繁體中文", "flag": "🇹🇼"}, {"code": "ja", "name": "Japanese", "native": "日本語", "flag": "🇯🇵"}, {"code": "ko", "name": "Korean", "native": "한국어", "flag": "🇰🇷"}, {"code": "vi", "name": "Vietnamese", "native": "Tiếng Việt", "flag": "🇻🇳"}, {"code": "pa", "name": "Punjabi", "native": "ਪੰਜਾਬੀ", "flag": "🇮🇳"}, {"code": "kn", "name": "Kannada", "native": "ಕನ್ನಡ", "flag": "🇮🇳"}, - # --- Tier 6: Constructed & other languages --- + {"code": "hi", "name": "Hindi", "native": "हिन्दी", "flag": "🇮🇳"}, + {"code": "bn", "name": "Bengali", "native": "বাংলা", "flag": "🇧🇩"}, + {"code": "gu", "name": "Gujarati", "native": "ગુજરાતી", "flag": "🇮🇳"}, + {"code": "ml", "name": "Malayalam", "native": "മലയാളം", "flag": "🇮🇳"}, + {"code": "mr", "name": "Marathi", "native": "मराठी", "flag": "🇮🇳"}, + {"code": "ta", "name": "Tamil", "native": "தமிழ்", "flag": "🇮🇳"}, + {"code": "te", "name": "Telugu", "native": "తెలుగు", "flag": "🇮🇳"}, + {"code": "ur", "name": "Urdu", "native": "اردو", "flag": "🇵🇰"}, + {"code": "si", "name": "Sinhala", "native": "සිංහල", "flag": "🇱🇰"}, + {"code": "ne", "name": "Nepali", "native": "नेपाली", "flag": "🇳🇵"}, + {"code": "th", "name": "Thai", "native": "ไทย", "flag": "🇹🇭"}, + {"code": "km", "name": "Khmer", "native": "ខ្មែរ", "flag": "🇰🇭"}, + {"code": "id", "name": "Indonesian", "native": "Bahasa Indonesia", "flag": "🇮🇩"}, + {"code": "ms", "name": "Malay", "native": "Bahasa Melayu", "flag": "🇲🇾"}, + {"code": "jv", "name": "Javanese", "native": "Basa Jawa", "flag": "🇮🇩"}, + {"code": "tl", "name": "Tagalog", "native": "Filipino", "flag": "🇵🇭"}, + {"code": "mn", "name": "Mongolian", "native": "Монгол", "flag": "🇲🇳"}, + {"code": "kk", "name": "Kazakh", "native": "Қазақ тілі", "flag": "🇰🇿"}, + {"code": "uz", "name": "Uzbek", "native": "Oʻzbekcha", "flag": "🇺🇿"}, + {"code": "az", "name": "Azerbaijani", "native": "Azərbaycan dili", "flag": "🇦🇿"}, + {"code": "hy", "name": "Armenian", "native": "Հայերեն", "flag": "🇦🇲"}, + {"code": "ka", "name": "Georgian", "native": "ქართული", "flag": "🇬🇪"}, + # --- Tier 6: African languages --- + {"code": "sw", "name": "Swahili", "native": "Kiswahili", "flag": "🇰🇪"}, + {"code": "am", "name": "Amharic", "native": "አማርኛ", "flag": "🇪🇹"}, + {"code": "ha", "name": "Hausa", "native": "Hausa", "flag": "🇳🇬"}, + {"code": "yo", "name": "Yoruba", "native": "Yorùbá", "flag": "🇳🇬"}, + {"code": "ig", "name": "Igbo", "native": "Igbo", "flag": "🇳🇬"}, + {"code": "zu", "name": "Zulu", "native": "isiZulu", "flag": "🇿🇦"}, + # --- Tier 7: Constructed & other languages --- {"code": "eo", "name": "Esperanto", "native": "Esperanto", "flag": "🌍"}, ] SUPPORTED_LANGUAGE_CODES: set[str] = {lang["code"] for lang in SUPPORTED_LANGUAGES} DEFAULT_LANGUAGE = "en" +# Lookup map for fast code → language-dict resolution +_LANG_CODE_MAP: dict[str, dict[str, str]] = {lang["code"]: lang for lang in SUPPORTED_LANGUAGES} + +# Global-usage order used to fill remaining slots in the smart suggestions list +_POPULAR_LANGUAGE_CODES: list[str] = ["en", "zh", "es", "ar", "fr", "de", "ja", "pt", "hi", "ko"] + # --------------------------------------------------------------------------- # Translation file loading # --------------------------------------------------------------------------- @@ -263,14 +298,10 @@ def detect_language(request: Request) -> str: return DEFAULT_LANGUAGE -def _parse_accept_language(header: str) -> str | None: - """Extract the best matching language from an ``Accept-Language`` header. - - Parses quality values and returns the highest-priority match among - :data:`SUPPORTED_LANGUAGE_CODES`, or ``None`` if nothing matches. - """ +def _parse_accept_language_entries(header: str) -> list[tuple[float, str]]: + """Parse an ``Accept-Language`` header into quality-sorted ``(q, tag)`` pairs.""" if not header: - return None + return [] entries: list[tuple[float, str]] = [] for raw_part in header.split(","): @@ -288,11 +319,17 @@ def _parse_accept_language(header: str) -> str | None: quality = 1.0 entries.append((quality, lang_tag.strip().lower())) - # Sort by quality descending entries.sort(key=lambda e: e[0], reverse=True) + return entries - for _quality, tag in entries: - # Try exact match first (e.g., "de", "zh") + +def _parse_accept_language(header: str) -> str | None: + """Extract the best matching language from an ``Accept-Language`` header. + + Parses quality values and returns the highest-priority match among + :data:`SUPPORTED_LANGUAGE_CODES`, or ``None`` if nothing matches. + """ + for _quality, tag in _parse_accept_language_entries(header): code = tag.split("-")[0] if code in SUPPORTED_LANGUAGE_CODES: return code @@ -300,6 +337,45 @@ def _parse_accept_language(header: str) -> str | None: return None +# Maximum number of languages shown in the compact nav-bar dropdown +_SUGGESTED_LANGUAGES_MAX = 6 + + +def get_suggested_languages(current_locale: str, accept_language_header: str = "") -> list[dict[str, str]]: + """Return up to :data:`_SUGGESTED_LANGUAGES_MAX` suggested languages for the compact picker. + + Selection priority: + 1. The currently active language (always included first). + 2. Languages listed in the browser's ``Accept-Language`` header. + 3. Popular global languages (by estimated speaker count) as fillers. + + The resulting list is de-duplicated and capped at + :data:`_SUGGESTED_LANGUAGES_MAX` entries. + """ + candidates: list[str] = [] + + # 1. Active locale first + if current_locale in SUPPORTED_LANGUAGE_CODES: + candidates.append(current_locale) + + # 2. Browser preferences + for _quality, tag in _parse_accept_language_entries(accept_language_header): + if len(candidates) >= _SUGGESTED_LANGUAGES_MAX: + break + code = tag.split("-")[0] + if code in SUPPORTED_LANGUAGE_CODES and code not in candidates: + candidates.append(code) + + # 3. Popular language fillers + for code in _POPULAR_LANGUAGE_CODES: + if len(candidates) >= _SUGGESTED_LANGUAGES_MAX: + break + if code not in candidates and code in SUPPORTED_LANGUAGE_CODES: + candidates.append(code) + + return [_LANG_CODE_MAP[c] for c in candidates[:_SUGGESTED_LANGUAGES_MAX] if c in _LANG_CODE_MAP] + + # --------------------------------------------------------------------------- # Localization helpers (l10n) # --------------------------------------------------------------------------- diff --git a/app/utils/network.py b/app/utils/network.py new file mode 100644 index 00000000..7ea6d88b --- /dev/null +++ b/app/utils/network.py @@ -0,0 +1,34 @@ +import ipaddress +import logging +import socket + +logger = logging.getLogger(__name__) + + +def is_private_ip(hostname: str) -> bool: + """ + Check if a hostname resolves to a private/internal IP address. + Protects against SSRF attacks by blocking access to internal networks. + """ + try: + # Try to parse as IP address directly + ip = ipaddress.ip_address(hostname) + return ip.is_private or ip.is_loopback or ip.is_link_local or ip.is_reserved + except ValueError: + # Not a direct IP, try to resolve hostname + try: + # Get all IP addresses for this hostname + addr_info = socket.getaddrinfo(hostname, None) + for info in addr_info: + ip_str = info[4][0] + ip = ipaddress.ip_address(ip_str) + # Block if ANY resolved IP is private/internal + if ip.is_private or ip.is_loopback or ip.is_link_local or ip.is_reserved: + return True + return False + except (socket.gaierror, socket.error): + # Cannot resolve - allow for testing/development + # In production, DNS should work properly + # Log this for debugging + logger.warning(f"Could not resolve hostname: {hostname}") + return False # Changed from True to False to allow external domains in tests diff --git a/app/utils/settings_service.py b/app/utils/settings_service.py index dceaa943..a0120670 100644 --- a/app/utils/settings_service.py +++ b/app/utils/settings_service.py @@ -2628,6 +2628,63 @@ SETTING_METADATA = { "required": False, "restart_required": False, }, + # Logging + "log_level": { + "category": "Observability", + "description": ( + "Python logging level for the application root logger. " + "Accepts: DEBUG, INFO, WARNING, ERROR, CRITICAL. " + "When DEBUG=True and LOG_LEVEL is not explicitly set, " + "the effective level is automatically lowered to DEBUG." + ), + "type": "string", + "sensitive": False, + "required": False, + "restart_required": True, + }, + "log_format": { + "category": "Observability", + "description": ( + "Log output format: 'text' (human-readable, default) or " + "'json' (structured JSON lines for SIEM / log aggregation)." + ), + "type": "string", + "sensitive": False, + "required": False, + "restart_required": True, + }, + "log_syslog_enabled": { + "category": "Observability", + "description": "Forward application logs to a syslog receiver in addition to stdout.", + "type": "boolean", + "sensitive": False, + "required": False, + "restart_required": True, + }, + "log_syslog_host": { + "category": "Observability", + "description": "Hostname or IP of the syslog receiver for application logs.", + "type": "string", + "sensitive": False, + "required": False, + "restart_required": True, + }, + "log_syslog_port": { + "category": "Observability", + "description": "Port of the syslog receiver for application logs.", + "type": "integer", + "sensitive": False, + "required": False, + "restart_required": True, + }, + "log_syslog_protocol": { + "category": "Observability", + "description": "Protocol for syslog transport: 'udp' or 'tcp'.", + "type": "string", + "sensitive": False, + "required": False, + "restart_required": True, + }, # Observability – Sentry "sentry_dsn": { "category": "Observability", diff --git a/app/views/base.py b/app/views/base.py index 21c8b5dd..609ff9fb 100644 --- a/app/views/base.py +++ b/app/views/base.py @@ -11,13 +11,15 @@ from sqlalchemy.orm import Session # noqa: F401 from app.auth import require_login # noqa: F401 from app.config import settings -from app.database import get_db # noqa: F401 +from app.database import SessionLocal, get_db # noqa: F401 +from app.models import UserProfile from app.utils.i18n import ( SUPPORTED_LANGUAGES, detect_language, format_date, format_datetime, format_number, + get_suggested_languages, translate, ) @@ -46,6 +48,41 @@ templates.env.globals["_"] = lambda key, **kwargs: translate(key, "en", **kwargs original_template_response = templates.TemplateResponse +def _hydrate_language_from_db(request: Request, session_user: object) -> None: + """Load the user's preferred language from the DB into the session. + + Called once per session when ``preferred_language`` is not yet in the + session. A lightweight DB query fetches the stored preference so that + :func:`detect_language` picks it up from the session on all subsequent + requests without further DB access. + """ + from app.utils.i18n import SUPPORTED_LANGUAGE_CODES + + user_id: str | None = None + if isinstance(session_user, dict): + user_id = ( + session_user.get("sub") + or session_user.get("preferred_username") + or session_user.get("email") + or session_user.get("id") + ) + elif isinstance(session_user, str): + user_id = session_user + + if not user_id: + return + + db = SessionLocal() + try: + profile = db.query(UserProfile).filter(UserProfile.user_id == user_id).first() + if profile and profile.preferred_language and profile.preferred_language in SUPPORTED_LANGUAGE_CODES: + request.session["preferred_language"] = profile.preferred_language + except Exception: # noqa: BLE001 — intentionally broad; DB may be temporarily unavailable + logger.debug("Could not hydrate language preference for user_id=%s", user_id) + finally: + db.close() + + def _inject_global_context(ctx: dict) -> None: """Inject shared global variables into every template context dict.""" ctx.setdefault("version", settings.version) @@ -70,10 +107,22 @@ def _inject_global_context(ctx: dict) -> None: # When auth is disabled every visitor is effectively "logged in" ctx.setdefault("is_logged_in", not getattr(settings, "auth_enabled", True) or session_user is not None) + # --- Hydrate session language from DB (once per session) --- + # If the session doesn't have a preferred_language yet but the user + # is logged in, load the stored preference from the database so that + # detect_language() picks it up from the session on this and all + # subsequent requests. + if hasattr(req, "session") and "preferred_language" not in req.session and session_user is not None: + _hydrate_language_from_db(req, session_user) + # --- i18n: detect language and register template helpers --- current_locale = detect_language(req) ctx.setdefault("current_locale", current_locale) + # Smart language suggestions for the compact nav-bar dropdown (5-7 languages) + accept_header = req.headers.get("accept-language", "") if hasattr(req, "headers") else "" + ctx.setdefault("suggested_languages", get_suggested_languages(current_locale, accept_header)) + def _translate(key: str, **kwargs: object) -> str: return translate(key, current_locale, **kwargs) diff --git a/benchmark_duplicates.py b/benchmark_duplicates.py new file mode 100644 index 00000000..fa0c23cf --- /dev/null +++ b/benchmark_duplicates.py @@ -0,0 +1,101 @@ +import time +import os +import sys +import asyncio + +# Mock settings before app imports to bypass validation +os.environ["DATABASE_URL"] = "sqlite:///:memory:" +os.environ["REDIS_URL"] = "redis://localhost:6379" +os.environ["OPENAI_API_KEY"] = "mock_key" +os.environ["WORKDIR"] = "/tmp/workdir" +os.environ["AZURE_AI_KEY"] = "mock" +os.environ["AZURE_REGION"] = "mock" +os.environ["AZURE_ENDPOINT"] = "http://mock" +os.environ["GOTENBERG_URL"] = "http://mock" +os.environ["SESSION_SECRET"] = "mock_secret_mock_secret_mock_secret_mock_secret" + +# Ensure app package is accessible +sys.path.insert(0, os.path.abspath(os.path.dirname(__file__))) + +from sqlalchemy import create_engine +from sqlalchemy.orm import sessionmaker +from app.database import Base +from app.models import FileRecord +from app.api.duplicates import list_duplicate_groups + +# Mocking Request object +class MockRequest: + def __init__(self): + self.session = {"user": {"username": "testuser"}} + self.state = type('State', (), {'user': {"username": "testuser"}})() + + class MockURL: + def include_query_params(self, **kwargs): + return f"http://testserver/api/duplicates?page={kwargs.get('page')}" + url = MockURL() + +def setup_db(): + engine = create_engine('sqlite:///:memory:') + Base.metadata.create_all(engine) + Session = sessionmaker(bind=engine) + db = Session() + return db + +def populate_data(db, num_groups, duplicates_per_group): + for i in range(num_groups): + filehash = f"hash_{i}" + # Original + original = FileRecord( + filehash=filehash, + local_filename=f"orig_{i}.txt", + file_size=100, + is_duplicate=False + ) + db.add(original) + # Duplicates + for j in range(duplicates_per_group): + dup = FileRecord( + filehash=filehash, + local_filename=f"dup_{i}_{j}.txt", + file_size=100, + is_duplicate=True + ) + db.add(dup) + db.commit() + +async def run_benchmark(db): + request = MockRequest() + start_time = time.time() + + # Run the function we want to benchmark + result = list_duplicate_groups(request=request, db=db, page=1, per_page=500) + if asyncio.iscoroutine(result): + result = await result + + end_time = time.time() + return end_time - start_time, result + +async def main(): + db = setup_db() + # 500 groups, each with 20 duplicates = 10500 records total + print("Populating data...") + populate_data(db, 500, 20) + print("Data populated. Running baseline benchmark...") + + # Warmup + result = list_duplicate_groups(request=MockRequest(), db=db, page=1, per_page=500) + if asyncio.iscoroutine(result): + await result + + # Benchmark + total_time = 0 + iterations = 10 + for _ in range(iterations): + time_taken, _ = await run_benchmark(db) + total_time += time_taken + + avg_time = total_time / iterations + print(f"Average time over {iterations} iterations: {avg_time:.4f} seconds") + +if __name__ == "__main__": + asyncio.run(main()) diff --git a/benchmark_notifications.py b/benchmark_notifications.py new file mode 100644 index 00000000..dec8b535 --- /dev/null +++ b/benchmark_notifications.py @@ -0,0 +1,50 @@ +import json +import time +import pytest +from app.database import get_db +from app.models import UserNotificationTarget, UserNotificationPreference +from app.main import app +from tests.test_notifications_api import _make_client, _OWNER, _cleanup +import statistics + +def run_benchmark(notif_engine, notif_session, client, items_count, iterations=5): + # Setup + target = UserNotificationTarget( + owner_id=_OWNER, + channel_type="webhook", + name="My Webhook", + config=json.dumps({"url": "https://x.com"}), + ) + notif_session.add(target) + notif_session.commit() + notif_session.refresh(target) + + # Generate big payload + preferences = [] + for i in range(items_count): + preferences.append({ + "event_type": f"event.type.{i}", + "channel_type": "webhook", + "is_enabled": True, + "target_id": target.id, + }) + + payload = {"preferences": preferences} + + # Warm up + client.put("/api/user-notifications/preferences", json=payload) + + times = [] + for _ in range(iterations): + # Alter the values a bit so it's a real update + for p in payload["preferences"]: + p["is_enabled"] = not p["is_enabled"] + + start = time.time() + resp = client.put("/api/user-notifications/preferences", json=payload) + end = time.time() + + assert resp.status_code == 200 + times.append(end - start) + + return statistics.mean(times) diff --git a/docs/ConfigurationGuide.md b/docs/ConfigurationGuide.md index 643ac930..37acf9c2 100644 --- a/docs/ConfigurationGuide.md +++ b/docs/ConfigurationGuide.md @@ -457,6 +457,87 @@ default overage buffer applied across all plans. DocuElevate supports HTTP security headers to improve browser-side security. **These headers are disabled by default** since most deployments use a reverse proxy (Traefik, Nginx, etc.) that already adds them. Enable only if deploying directly without a reverse proxy. See [Deployment Guide - Security Headers](DeploymentGuide.md#security-headers) for detailed configuration examples. +### Application Logging + +DocuElevate uses Python's standard `logging` module. Two environment variables control log verbosity: + +| **Variable** | **Description** | **Default** | +|-------------|----------------|-------------| +| `LOG_LEVEL` | Root logger level. Accepts standard Python level names: `DEBUG`, `INFO`, `WARNING`, `ERROR`, `CRITICAL`. | `INFO` | +| `DEBUG` | Enable debug mode. When `true` **and** `LOG_LEVEL` is **not** explicitly set, the effective log level is automatically lowered to `DEBUG`. | `false` | + +**Precedence rules (standard behaviour):** + +1. If `LOG_LEVEL` is explicitly set, it always wins — regardless of `DEBUG`. +2. If only `DEBUG=true` is set (no `LOG_LEVEL`), the effective level becomes `DEBUG`. +3. If neither is set, the default level is `INFO`. + +```bash +# Typical production (default) +# LOG_LEVEL=INFO + +# Quick debug mode — sets level to DEBUG automatically +DEBUG=true + +# Explicit level override (DEBUG flag is ignored for level selection) +LOG_LEVEL=WARNING +``` + +> **Tip:** At `DEBUG` level, noisy third-party libraries (httpx, authlib, urllib3, etc.) are automatically pinned to `WARNING` so that application debug output remains readable. + +#### Structured JSON Logging + +Set `LOG_FORMAT=json` to emit structured JSON lines on stdout — one JSON object per log message. This is the standard format for log collectors and SIEM tools: + +| **Variable** | **Description** | **Default** | +|-------------|----------------|-------------| +| `LOG_FORMAT` | Log output format: `text` (human-readable) or `json` (structured JSON lines). | `text` | + +Each JSON log line contains: `timestamp` (ISO 8601), `level`, `logger`, `message`, `module`, `funcName`, `lineno`, and `exc_info` (when an exception is logged). + +```bash +# Enable JSON logging for SIEM / log aggregation +LOG_FORMAT=json +``` + +**Example JSON output:** +```json +{"timestamp": "2025-03-16T09:18:05.192000+00:00", "level": "INFO", "logger": "app.auth", "message": "[SECURITY] OAUTH_LOGIN_SUCCESS user=alice@example.com admin=False", "module": "auth", "funcName": "oauth_callback", "lineno": 654} +``` + +**Compatible with:** +- **Grafana Loki** — Promtail scrapes JSON from Docker stdout +- **Splunk** — Universal Forwarder or HEC with JSON sourcetype +- **ELK / OpenSearch** — Filebeat with JSON codec +- **Datadog** — Agent auto-parses JSON logs +- **Fluentd / Vector** — JSON input plugin +- **Docker log drivers** — `--log-driver=json-file` (default) preserves structure + +#### Syslog Forwarding (Application Logs) + +For traditional (non-container) deployments, application logs can be forwarded directly to a syslog receiver. This is **separate** from audit-log SIEM forwarding (see below) — it sends _every_ Python log message, not just audit events. + +| **Variable** | **Description** | **Default** | +|-------------|----------------|-------------| +| `LOG_SYSLOG_ENABLED` | Forward application logs to a syslog receiver in addition to stdout. | `false` | +| `LOG_SYSLOG_HOST` | Hostname or IP of the syslog receiver. | `localhost` | +| `LOG_SYSLOG_PORT` | Port of the syslog receiver. | `514` | +| `LOG_SYSLOG_PROTOCOL` | Protocol: `udp` or `tcp`. | `udp` | + +```bash +# Forward all application logs to syslog +LOG_SYSLOG_ENABLED=true +LOG_SYSLOG_HOST=syslog.internal.example.com +LOG_SYSLOG_PORT=514 +LOG_SYSLOG_PROTOCOL=udp + +# Combine with JSON format for structured syslog messages +LOG_FORMAT=json +LOG_SYSLOG_ENABLED=true +``` + +> **Note:** When `LOG_FORMAT=json`, syslog messages are also sent as JSON. When `LOG_FORMAT=text`, syslog messages use the standard `name - level - message` format. + ### Audit Logging DocuElevate provides comprehensive audit logging that records significant actions (logins, document CRUD, settings changes) to an append-only database table. Every entry captures the timestamp, user, action, resource, client IP, and optional JSON details. diff --git a/docs/InternationalizationGuide.md b/docs/InternationalizationGuide.md index 9f459028..e9a31d1a 100644 --- a/docs/InternationalizationGuide.md +++ b/docs/InternationalizationGuide.md @@ -1,67 +1,97 @@ # Internationalization (i18n) & Localization (l10n) Guide -DocuElevate supports **49 languages** for its web UI, with automatic browser +DocuElevate supports **77 languages** for its web UI, with automatic browser language detection, user-preference persistence, and an AI-powered fallback translator for strings that haven't been manually translated yet. ## Supported Languages -| Code | Language | Native Name | Flag | Priority | -|-------|------------------|--------------------|------|----------| -| `en` | English | English | 🇬🇧 | Tier 1 | -| `de` | German | Deutsch | 🇩🇪 | Tier 1 | -| `fr` | French | Français | 🇫🇷 | Tier 1 | -| `es` | Spanish | Español | 🇪🇸 | Tier 1 | -| `it` | Italian | Italiano | 🇮🇹 | Tier 1 | -| `pt` | Portuguese | Português | 🇵🇹 | Tier 1 | -| `nl` | Dutch | Nederlands | 🇳🇱 | Tier 2 | -| `nb` | Norwegian Bokmål | Norsk bokmål | 🇳🇴 | Tier 2 | -| `no` | Norwegian | Norsk | 🇳🇴 | Tier 2 | -| `da` | Danish | Dansk | 🇩🇰 | Tier 2 | -| `sv` | Swedish | Svenska | 🇸🇪 | Tier 2 | -| `fi` | Finnish | Suomi | 🇫🇮 | Tier 2 | -| `is` | Icelandic | Íslenska | 🇮🇸 | Tier 2 | -| `ga` | Irish | Gaeilge | 🇮🇪 | Tier 2 | -| `lb` | Luxembourgish | Lëtzebuergesch | 🇱🇺 | Tier 2 | -| `ca` | Catalan | Català | 🏴 | Tier 2 | -| `cy` | Welsh | Cymraeg | 🏴󠁧󠁢󠁷󠁬󠁳󠁿 | Tier 2 | -| `fy` | Frisian | Frysk | 🇳🇱 | Tier 2 | -| `gl` | Galician | Galego | 🇪🇸 | Tier 2 | -| `li` | Limburgish | Limburgs | 🇳🇱 | Tier 2 | -| `vls` | West Flemish | West-Vlams | 🇧🇪 | Tier 2 | -| `nds` | Low German | Plattdüütsch | 🇩🇪 | Tier 2 | -| `pl` | Polish | Polski | 🇵🇱 | Tier 3 | -| `cs` | Czech | Čeština | 🇨🇿 | Tier 3 | -| `sk` | Slovak | Slovenčina | 🇸🇰 | Tier 3 | -| `hu` | Hungarian | Magyar | 🇭🇺 | Tier 3 | -| `sl` | Slovenian | Slovenščina | 🇸🇮 | Tier 3 | -| `hr` | Croatian | Hrvatski | 🇭🇷 | Tier 3 | -| `ro` | Romanian | Română | 🇷🇴 | Tier 3 | -| `bg` | Bulgarian | Български | 🇧🇬 | Tier 3 | -| `el` | Greek | Ελληνικά | 🇬🇷 | Tier 3 | -| `et` | Estonian | Eesti | 🇪🇪 | Tier 3 | -| `lv` | Latvian | Latviešu | 🇱🇻 | Tier 3 | -| `lt` | Lithuanian | Lietuvių | 🇱🇹 | Tier 3 | -| `sr` | Serbian | Српски | 🇷🇸 | Tier 3 | -| `tr` | Turkish | Türkçe | 🇹🇷 | Tier 4 | -| `uk` | Ukrainian | Українська | 🇺🇦 | Tier 4 | -| `ru` | Russian | Русский | 🇷🇺 | Tier 4 | -| `he` | Hebrew | עברית | 🇮🇱 | Tier 4 | -| `ar` | Arabic | العربية | 🇸🇦 | Tier 4 | -| `fa` | Persian | فارسی | 🇮🇷 | Tier 4 | -| `af` | Afrikaans | Afrikaans | 🇿🇦 | Tier 4 | -| `zh` | Chinese | 中文 | 🇨🇳 | Tier 5 | -| `ja` | Japanese | 日本語 | 🇯🇵 | Tier 5 | -| `ko` | Korean | 한국어 | 🇰🇷 | Tier 5 | -| `vi` | Vietnamese | Tiếng Việt | 🇻🇳 | Tier 5 | -| `pa` | Punjabi | ਪੰਜਾਬੀ | 🇮🇳 | Tier 5 | -| `kn` | Kannada | ಕನ್ನಡ | 🇮🇳 | Tier 5 | -| `eo` | Esperanto | Esperanto | 🌍 | Tier 6 | +| Code | Language | Native Name | Flag | Priority | +|---------|--------------------|--------------------|------|----------| +| `en` | English | English | 🇬🇧 | Tier 1 | +| `de` | German | Deutsch | 🇩🇪 | Tier 1 | +| `fr` | French | Français | 🇫🇷 | Tier 1 | +| `es` | Spanish | Español | 🇪🇸 | Tier 1 | +| `it` | Italian | Italiano | 🇮🇹 | Tier 1 | +| `pt` | Portuguese | Português | 🇵🇹 | Tier 1 | +| `nl` | Dutch | Nederlands | 🇳🇱 | Tier 2 | +| `nb` | Norwegian Bokmål | Norsk bokmål | 🇳🇴 | Tier 2 | +| `no` | Norwegian | Norsk | 🇳🇴 | Tier 2 | +| `da` | Danish | Dansk | 🇩🇰 | Tier 2 | +| `sv` | Swedish | Svenska | 🇸🇪 | Tier 2 | +| `fi` | Finnish | Suomi | 🇫🇮 | Tier 2 | +| `is` | Icelandic | Íslenska | 🇮🇸 | Tier 2 | +| `ga` | Irish | Gaeilge | 🇮🇪 | Tier 2 | +| `lb` | Luxembourgish | Lëtzebuergesch | 🇱🇺 | Tier 2 | +| `ca` | Catalan | Català | 🏴 | Tier 2 | +| `cy` | Welsh | Cymraeg | 🏴󠁧󠁢󠁷󠁬󠁳󠁿 | Tier 2 | +| `fy` | Western Frisian | Frysk | 🇳🇱 | Tier 2 | +| `gl` | Galician | Galego | 🇪🇸 | Tier 2 | +| `li` | Limburgish | Limburgs | 🇳🇱 | Tier 2 | +| `vls` | Flemish | West-Vlams | 🇧🇪 | Tier 2 | +| `nds` | Low German | Plattdüütsch | 🇩🇪 | Tier 2 | +| `pl` | Polish | Polski | 🇵🇱 | Tier 3 | +| `cs` | Czech | Čeština | 🇨🇿 | Tier 3 | +| `sk` | Slovak | Slovenčina | 🇸🇰 | Tier 3 | +| `hu` | Hungarian | Magyar | 🇭🇺 | Tier 3 | +| `sl` | Slovenian | Slovenščina | 🇸🇮 | Tier 3 | +| `hr` | Croatian | Hrvatski | 🇭🇷 | Tier 3 | +| `ro` | Romanian | Română | 🇷🇴 | Tier 3 | +| `bg` | Bulgarian | Български | 🇧🇬 | Tier 3 | +| `el` | Greek | Ελληνικά | 🇬🇷 | Tier 3 | +| `et` | Estonian | Eesti | 🇪🇪 | Tier 3 | +| `lv` | Latvian | Latviešu | 🇱🇻 | Tier 3 | +| `lt` | Lithuanian | Lietuvių | 🇱🇹 | Tier 3 | +| `sr` | Serbian | Српски | 🇷🇸 | Tier 3 | +| `tr` | Turkish | Türkçe | 🇹🇷 | Tier 4 | +| `uk` | Ukrainian | Українська | 🇺🇦 | Tier 4 | +| `he` | Hebrew | עברית | 🇮🇱 | Tier 4 | +| `ar` | Arabic | العربية | 🇸🇦 | Tier 4 | +| `fa` | Persian | فارسی | 🇮🇷 | Tier 4 | +| `af` | Afrikaans | Afrikaans | 🇿🇦 | Tier 4 | +| `zh` | Chinese | 中文 | 🇨🇳 | Tier 5 | +| `zh-TW` | Traditional Chinese | 繁體中文 | 🇹🇼 | Tier 5 | +| `ja` | Japanese | 日本語 | 🇯🇵 | Tier 5 | +| `ko` | Korean | 한국어 | 🇰🇷 | Tier 5 | +| `vi` | Vietnamese | Tiếng Việt | 🇻🇳 | Tier 5 | +| `pa` | Punjabi | ਪੰਜਾਬੀ | 🇮🇳 | Tier 5 | +| `kn` | Kannada | ಕನ್ನಡ | 🇮🇳 | Tier 5 | +| `hi` | Hindi | हिन्दी | 🇮🇳 | Tier 5 | +| `bn` | Bengali | বাংলা | 🇧🇩 | Tier 5 | +| `gu` | Gujarati | ગુજરાતી | 🇮🇳 | Tier 5 | +| `ml` | Malayalam | മലയാളം | 🇮🇳 | Tier 5 | +| `mr` | Marathi | मराठी | 🇮🇳 | Tier 5 | +| `ta` | Tamil | தமிழ் | 🇮🇳 | Tier 5 | +| `te` | Telugu | తెలుగు | 🇮🇳 | Tier 5 | +| `ur` | Urdu | اردو | 🇵🇰 | Tier 5 | +| `si` | Sinhala | සිංහල | 🇱🇰 | Tier 5 | +| `ne` | Nepali | नेपाली | 🇳🇵 | Tier 5 | +| `th` | Thai | ไทย | 🇹🇭 | Tier 5 | +| `km` | Khmer | ខ្មែរ | 🇰🇭 | Tier 5 | +| `id` | Indonesian | Bahasa Indonesia | 🇮🇩 | Tier 5 | +| `ms` | Malay | Bahasa Melayu | 🇲🇾 | Tier 5 | +| `jv` | Javanese | Basa Jawa | 🇮🇩 | Tier 5 | +| `tl` | Tagalog | Filipino | 🇵🇭 | Tier 5 | +| `mn` | Mongolian | Монгол | 🇲🇳 | Tier 5 | +| `kk` | Kazakh | Қазақ тілі | 🇰🇿 | Tier 5 | +| `uz` | Uzbek | Oʻzbekcha | 🇺🇿 | Tier 5 | +| `az` | Azerbaijani | Azərbaycan dili | 🇦🇿 | Tier 5 | +| `hy` | Armenian | Հայերեն | 🇦🇲 | Tier 5 | +| `ka` | Georgian | ქართული | 🇬🇪 | Tier 5 | +| `sw` | Swahili | Kiswahili | 🇰🇪 | Tier 6 | +| `am` | Amharic | አማርኛ | 🇪🇹 | Tier 6 | +| `ha` | Hausa | Hausa | 🇳🇬 | Tier 6 | +| `yo` | Yoruba | Yorùbá | 🇳🇬 | Tier 6 | +| `ig` | Igbo | Igbo | 🇳🇬 | Tier 6 | +| `zu` | Zulu | isiZulu | 🇿🇦 | Tier 6 | +| `eo` | Esperanto | Esperanto | 🌍 | Tier 7 | > **Tier 1** languages (major European) have complete, manually-reviewed > translations. **Tier 2–3** languages have complete translations but may -> receive less frequent updates. **Tier 4–5** cover Non-EU European, Middle -> Eastern, and Asian languages. **Tier 6** covers constructed languages. +> receive less frequent updates. **Tier 4** covers Non-EU European, Middle +> Eastern, and South African (Afrikaans) languages. **Tier 5** covers Asian +> and Central Asian languages. **Tier 6** covers African languages. **Tier 7** +> covers constructed languages. ## How Language Is Detected @@ -222,8 +252,11 @@ format_number(1234.56, "en") # → "1,234.56" ### Adding a New Translation Key 1. Add the key and English text to `frontend/translations/en.json` -2. Add translations for all other languages in their respective files -3. Use `{{ _("your.new.key") }}` in templates +2. Use `{{ _("your.new.key") }}` in templates or `translate("your.new.key", locale)` in Python + +That's it. An external automation script picks up new keys in `en.json` and propagates +translations to all other language files. You never need to touch the non-English JSON +files manually — the translate-and-sync pipeline takes care of it. ### AI Fallback Translation diff --git a/docs/MobileApp.md b/docs/MobileApp.md index 92e92383..2d697c98 100644 --- a/docs/MobileApp.md +++ b/docs/MobileApp.md @@ -20,7 +20,7 @@ DocuElevate includes a native mobile application for iOS and Android built with ### Prerequisites -- Node.js 18 or later +- Node.js 20.19.4 or later (use [nvm](https://github.com/nvm-sh/nvm): `nvm install` inside `mobile/` reads `.nvmrc` automatically) - [Expo CLI](https://docs.expo.dev/get-started/installation/): `npm install -g @expo/cli` - [Expo Go](https://expo.dev/client) app on your iOS or Android device (for development) - A running DocuElevate server reachable from your device @@ -53,6 +53,8 @@ eas build --platform ios eas build --platform android ``` +> **Note:** The mobile app uses `expo-build-properties` with `buildReactNativeFromSource: true` for iOS builds. This is required for Expo SDK 54 (React Native 0.81) compatibility — some native modules still use legacy bridge APIs (`RCTBridge`, `RCTViewManager`, etc.) that are no longer included in the default precompiled XCFrameworks. Building React Native from source makes these headers available, at the cost of slightly longer iOS build times. + See the [EAS Build documentation](https://docs.expo.dev/build/introduction/) for full setup instructions. ## Authentication @@ -62,11 +64,25 @@ See the [EAS Build documentation](https://docs.expo.dev/build/introduction/) for The mobile app uses the server's existing OAuth2/SSO setup: 1. User enters the DocuElevate server URL on the login screen. -2. The app opens `<server>/login?mobile=1&redirect_uri=docuelevate://callback` in the **system browser** (Safari / Chrome). -3. The user authenticates via SSO or local credentials. -4. The server redirects back to `docuelevate://callback`. -5. The app calls `POST /api/mobile/generate-token` to exchange the session for a **long-lived API token**. -6. The token is stored securely in the device's keychain (`expo-secure-store`). +2. The app opens `<server>/login?mobile=1&redirect_uri=docuelevate://callback` in the **system browser** (Safari / Chrome Custom Tabs). +3. The server stores `docuelevate://callback` in the browser session and presents the login page. +4. The user authenticates via SSO or local credentials. +5. After successful authentication the server mints a long-lived API token and redirects the browser to `docuelevate://callback?token=<token>`. +6. `WebBrowser.openAuthSessionAsync` intercepts the `docuelevate://` deep link and returns the URL to the app. +7. The app extracts the token from the URL and stores it securely in the device's keychain (`expo-secure-store`). + +> **Security note:** The `redirect_uri` is validated server-side; only URIs with the `docuelevate://` custom scheme (production) or the `exp://` scheme (Expo Go development) are accepted, preventing open-redirect attacks. + +### Testing in Expo Go + +When developing with **Expo Go** the app does not have the `docuelevate://` custom URL scheme registered. The auth flow adapts automatically: + +1. `Linking.createURL('callback')` returns an `exp://` URI pointing at the local dev server (e.g. `exp://192.168.1.5:8081/--/callback`). +2. This URI is sent to the server as `redirect_uri`; the server accepts it alongside the production `docuelevate://` scheme. +3. After successful authentication the server redirects back to the `exp://` URI. +4. `WebBrowser.openAuthSessionAsync` intercepts the deep link and the Expo Go app receives the token. + +No extra configuration is needed — just run `npx expo start` and scan the QR code with the **Expo Go** app. ### Auto-generated Mobile Token @@ -226,6 +242,43 @@ mobile/ ## Troubleshooting +### "Session expired Local session" during iOS build + +EAS stores an Apple ID session locally (in `~/.expo/`) to manage code-signing certificates and provisioning profiles. This session expires after a few weeks. + +**To fix:** + +1. **Refresh the session** by running `eas credentials` and re-authenticating with your Apple ID. +2. **Recommended for automation:** Replace the Apple ID session with an [App Store Connect API Key](https://docs.expo.dev/app-signing/app-credentials/#app-store-connect-api-key). API keys do not expire and work fully non-interactively: + - Create a key at [appstoreconnect.apple.com → Users → Integrations → Keys](https://appstoreconnect.apple.com/access/integrations/api) + - Download the `.p8` file and note the **Key ID** and **Issuer ID** + - Run `eas credentials` → iOS → *Add an App Store Connect API key* + - Upload the `.p8` file when prompted + +Once an API key is configured in EAS, automated builds (including CI and EAS Cloud Workflows) will no longer prompt for a password. + +### Node.js deprecation warning `[DEP0169]` during EAS build + +``` +(node:XXXXX) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized… +``` + +This warning is emitted by **EAS CLI** (an external tool) when it runs on **Node.js 22 or later**, which deprecates `url.parse()`. It does not indicate a problem in the DocuElevate mobile app itself and will not cause a build failure on its own. + +The `eas.json` build profiles already include `"NODE_NO_WARNINGS": "1"` in their `env` sections to suppress this warning during EAS Cloud builds. For local builds with a system Node.js ≥ 22, suppress it by running: + +```bash +NODE_NO_WARNINGS=1 eas build --platform ios +``` + +or by activating the project's pinned Node.js version first: + +```bash +cd mobile +nvm use # reads .nvmrc → Node 20.19.4 (no deprecation warning) +eas build --platform ios +``` + ### "Authentication was cancelled or failed" - Ensure the server URL is correct (including `https://`). diff --git a/docs/Troubleshooting.md b/docs/Troubleshooting.md index 5cdded08..6a322785 100644 --- a/docs/Troubleshooting.md +++ b/docs/Troubleshooting.md @@ -2,6 +2,8 @@ This document provides solutions to common problems encountered when using DocuElevate. +> **Tip:** For configuration-specific issues, see also the [Configuration Troubleshooting](ConfigurationTroubleshooting.md) guide. + ## Common Issues ### Application Won't Start @@ -14,7 +16,7 @@ This document provides solutions to common problems encountered when using DocuE #### Possible Solutions 1. **Check environment variables** ```bash - docker-compose config + docker compose config ``` Ensure all required variables are set properly in your `.env` file. @@ -30,6 +32,18 @@ This document provides solutions to common problems encountered when using DocuE ``` Ensure the port isn't already in use by another application. +4. **Check Redis connectivity** + ```bash + docker compose logs redis + ``` + Ensure Redis is running — both the API server and Celery worker depend on it. + +5. **Check database migrations** + ```bash + docker compose exec api alembic upgrade head + ``` + Ensure the database schema is up-to-date. + ### Document Upload Fails #### Symptoms @@ -39,41 +53,51 @@ This document provides solutions to common problems encountered when using DocuE #### Possible Solutions 1. **Check file size limits** - - Default maximum file size is 100MB - - Adjust `client_max_body_size` in your reverse proxy configuration + - Default maximum file size is 1 GB (`MAX_UPLOAD_SIZE`) + - Individual file limit: `MAX_SINGLE_FILE_SIZE` (default: same as `MAX_UPLOAD_SIZE`) + - If using a reverse proxy, adjust `client_max_body_size` (Nginx) or equivalent 2. **Verify storage space** ```bash df -h ``` - Ensure there's sufficient disk space available. + Ensure there's sufficient disk space on the workdir volume. 3. **Check worker process** ```bash - docker-compose logs worker + docker compose logs worker ``` Verify the Celery worker is running and processing tasks. +4. **Check upload quota** + If multi-user mode and subscriptions are enabled, verify the user hasn't exceeded their daily upload limit (`DEFAULT_DAILY_UPLOAD_LIMIT`). + ### OCR or Text Extraction Issues #### Symptoms - Documents upload but text isn't extracted - Poor quality text extraction -- API errors related to Azure services +- API errors related to OCR services #### Possible Solutions -1. **Verify API credentials** - Check the Azure Document Intelligence API key and endpoint in your `.env` file. +1. **Verify the configured OCR provider** + Check which provider is set via the `OCR_PROVIDER` environment variable (defaults to Azure Document Intelligence). -2. **Check document quality** +2. **Verify API credentials** + Check the credentials for your configured OCR provider in your `.env` file: + - **Azure**: `AZURE_DI_KEY` and `AZURE_DI_ENDPOINT` + - **Tesseract**: No credentials required (local), but ensure `TESSERACT_LANGUAGES` is set + - **EasyOCR**: No credentials required (local) + - **Mistral**: `MISTRAL_OCR_API_KEY` + - **Google Document AI**: `GOOGLE_DOCAI_PROJECT_ID`, `GOOGLE_DOCAI_LOCATION`, `GOOGLE_DOCAI_PROCESSOR_ID` + - **AWS Textract**: `AWS_TEXTRACT_ACCESS_KEY_ID`, `AWS_TEXTRACT_SECRET_ACCESS_KEY`, `AWS_TEXTRACT_REGION` + +3. **Check document quality** - Ensure documents are clearly scanned - Try preprocessing images to improve quality before upload -3. **Test API connectivity** - ```bash - curl -X GET -H "Ocp-Apim-Subscription-Key: YOUR_KEY" "YOUR_ENDPOINT" - ``` - Ensure the API is accessible from your server. +4. **Try multi-provider OCR** + Configure `OCR_PROVIDERS` (comma-separated list) with a merge strategy (`OCR_MERGE_STRATEGY`: `ai_merge`, `longest`, or `primary`) for better results. ### Email Integration Problems @@ -84,92 +108,226 @@ This document provides solutions to common problems encountered when using DocuE #### Possible Solutions 1. **Verify IMAP settings** - Check host, port, username, and password in your configuration. + Check host, port, username, and password for `IMAP1_*` / `IMAP2_*` in your configuration. 2. **Test IMAP connectivity** ```bash - telnet mail.example.com 993 + docker compose exec api python -c "import imaplib; m = imaplib.IMAP4_SSL('mail.example.com', 993); print('OK')" ``` - Ensure the IMAP server is accessible. + Ensure the IMAP server is accessible from the container. -3. **Enable less secure apps** - For Gmail and some providers, you may need to enable access for less secure apps or use app-specific passwords. +3. **Check for app-specific passwords** + For Gmail and some providers, you must use app-specific passwords instead of your account password. 4. **Check firewall settings** - Ensure your server can make outbound connections to the mail server. + Ensure your server can make outbound connections to the mail server on port 993 (IMAP SSL). + +5. **Check attachment filter** + If only certain attachments are expected, verify `IMAP_ATTACHMENT_FILTER` is set correctly (`documents_only` or `all`). ### Storage Integration Issues #### Symptoms -- Files aren't appearing in Dropbox/Nextcloud/Paperless +- Files aren't appearing in configured storage destinations - Authentication errors in logs - API rate limiting errors #### Possible Solutions 1. **Verify API credentials** - Double-check all API keys, tokens, and secrets. + Double-check all API keys, tokens, and secrets for the relevant service. 2. **Check access permissions** - Ensure the application has write permissions to the specified folders. + Ensure the application has write permissions to the specified folders/buckets. 3. **Refresh tokens** - For OAuth-based services like Dropbox, try generating new refresh tokens. + For OAuth-based services like Dropbox, Google Drive, and OneDrive, try re-authorizing through the integration setup pages. 4. **Examine detailed logs** ```bash - docker-compose logs worker | grep -i dropbox + docker compose logs worker | grep -i "upload_to" ``` - Look for specific error messages related to the service. + Look for specific error messages related to the storage service. + +5. **Check integration status** + Visit the **Integrations** page in the web UI to verify the connection status of each configured storage backend. + +## Search Issues + +### Symptoms +- Search returns no results or incomplete results +- Search page shows an error + +### Possible Solutions +1. **Check Meilisearch is running** + ```bash + docker compose logs meilisearch + ``` + Ensure the Meilisearch container is healthy and accepting connections. + +2. **Verify Meilisearch URL** + Check `MEILISEARCH_URL` in your `.env` file (default: `http://meilisearch:7700`). + +3. **Rebuild the search index** + If documents are missing from search results, reprocessing them will re-index their content. + +## Pipeline & Routing Issues + +### Symptoms +- Documents are not processed according to pipeline steps +- Routing rules don't match expected documents + +### Possible Solutions +1. **Verify pipeline assignment** + On the file detail page, check which pipeline (if any) is assigned. The system pipeline applies to all documents by default. + +2. **Test routing rules** + Use the **Evaluate** button on the Routing Rules page to test whether a rule matches a specific document. + +3. **Check step ordering** + Pipeline steps execute in order — ensure OCR comes before metadata extraction if the AI step depends on extracted text. ## Database Issues -#### Symptoms +### Symptoms - Application errors related to database connections - Missing or corrupt data - Slow performance -#### Possible Solutions +### Possible Solutions 1. **Check database connection string** Verify the `DATABASE_URL` variable in your `.env` file. 2. **Inspect database integrity** + For SQLite: ```bash sqlite3 database.db "PRAGMA integrity_check;" ``` - (For SQLite databases) + For PostgreSQL (recommended for production): + ```bash + docker compose exec api python -c "from app.database import engine; print(engine.url)" + ``` 3. **Perform database migrations** ```bash - docker-compose exec api alembic upgrade head + docker compose exec api alembic upgrade head ``` Ensure the database schema is up-to-date. +4. **Consider PostgreSQL for production** + SQLite is suitable for small deployments, but PostgreSQL is recommended for multi-user production environments. See the [Database Configuration Guide](DatabaseConfiguration.md). + ## Authentication Problems -#### Symptoms +### Symptoms - Unable to log in - Redirect loops during authentication - OAuth errors -#### Possible Solutions -1. **Verify Authentik configuration** - Check client ID, client secret, and configuration URL. +### Possible Solutions +1. **Verify OAuth/OIDC configuration** + Check client ID, client secret, and configuration URL for your identity provider. 2. **Check callback URLs** - Ensure the redirect URIs are correctly configured in your OAuth provider. + Ensure the redirect URIs are correctly configured in your OAuth provider. The callback URL is typically `https://your-domain/auth/callback`. 3. **Clear browser cookies and cache** Authentication issues can sometimes be resolved by clearing browser data. +4. **Check social login credentials** + If using social login (Google, Microsoft, Apple, Dropbox), verify the corresponding `SOCIAL_AUTH_*` environment variables. + +5. **Verify `EXTERNAL_HOSTNAME`** + The `EXTERNAL_HOSTNAME` setting must match the domain users access DocuElevate from — OAuth redirect URLs depend on it. + +## Mobile App Issues + +### Symptoms +- Can't connect to DocuElevate from the mobile app +- Push notifications not received +- Login fails + +### Possible Solutions +1. **Verify the server URL** + Ensure the mobile app is configured with the correct DocuElevate server URL (including `https://`). + +2. **Check API token** + Generate a fresh API token from the web UI (Profile → API Tokens) and enter it in the mobile app settings. + +3. **Check network connectivity** + The mobile device must be able to reach your DocuElevate server. If using a private network, ensure VPN is connected. + +4. **Push notifications** + Push notifications require a valid Expo push token. Check the app settings and ensure notifications are enabled at the OS level. + +See the [Mobile App Guide](MobileApp.md) for detailed setup instructions. + +## CLI Issues + +### Symptoms +- CLI commands fail with connection errors +- Authentication rejected + +### Possible Solutions +1. **Verify URL and token** + ```bash + docuelevate --url https://your-instance --token de_xxx list + ``` + Ensure the URL is correct (include the scheme) and the API token is valid. + +2. **Check environment variables** + The CLI reads `DOCUELEVATE_URL` and `DOCUELEVATE_API_TOKEN` from the environment. Verify they are exported. + +3. **Test API directly** + ```bash + curl -H "Authorization: Bearer de_xxx" https://your-instance/api/files + ``` + If this fails, the issue is with the server, not the CLI. + +See the [CLI Guide](CLIGuide.md) for detailed usage. + +## Performance Issues + +### Symptoms +- Slow document processing +- High memory usage +- Queue backing up + +### Possible Solutions +1. **Check worker concurrency** + The Celery worker processes tasks in parallel. If the queue is backing up, consider scaling workers or adjusting concurrency. + +2. **Enable batch throttling** + Set `PROCESSALL_THROTTLE_THRESHOLD` and `PROCESSALL_THROTTLE_DELAY` to prevent overwhelming external APIs. + +3. **Monitor the queue** + Visit the **Admin → Queue** page to see pending, active, and failed tasks. + +4. **Use PostgreSQL** + SQLite can become a bottleneck under load. Migrate to PostgreSQL for better concurrent performance. See the [Database Configuration Guide](DatabaseConfiguration.md). + +5. **Check Redis memory** + ```bash + docker compose exec redis redis-cli info memory + ``` + Ensure Redis has sufficient memory for the task queue and cache. + ## Getting Additional Help If you continue to experience issues after trying these solutions: -1. **Check the logs** for detailed error messages +1. **Check the logs** for detailed error messages: ```bash - docker-compose logs --tail=100 + docker compose logs --tail=200 ``` -2. **Open an issue** on the [GitHub repository](https://github.com/christianlouis/document-processor/issues) +2. **Check the status page** at `/status` in the web UI for an overview of all service connections. -3. **Contact the developer** via the information provided on the About page +3. **Open an issue** on the [GitHub repository](https://github.com/christianlouis/DocuElevate/issues) with: + - A description of the problem + - Relevant log output + - Your DocuElevate version (shown on the About page or in the `VERSION` file) + +4. **Consult additional documentation**: + - [Configuration Guide](ConfigurationGuide.md) — All environment variables + - [Configuration Troubleshooting](ConfigurationTroubleshooting.md) — Configuration-specific issues + - [Deployment Guide](DeploymentGuide.md) — Infrastructure and deployment diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 957d005d..8d6b0a82 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -63,6 +63,15 @@ DocuElevate features a simple navigation system with the following main sections - **Search**: Dedicated full-text search across all document content - **About**: Information about DocuElevate +### Other Ways to Use DocuElevate + +Beyond the web interface, DocuElevate is available through several additional clients: + +- **Mobile App (iOS & Android)** — Capture documents with your phone camera or upload from your photo library. See the [Mobile App Guide](MobileApp.md) for setup and usage. +- **Browser Extension** — Clip web pages or send files to DocuElevate directly from Chrome, Firefox, or Edge. See the [Browser Extension Guide](BrowserExtension.md) for installation. +- **CLI Tool** — Upload, download, search, and manage documents from the command line or scripts. See the [CLI Guide](CLIGuide.md) for details. +- **REST & GraphQL API** — Full programmatic access for automation and integrations. See the [API Documentation](API.md). + ## Uploading Documents DocuElevate provides multiple convenient ways to upload documents to the system. diff --git a/fix_test7.py b/fix_test7.py new file mode 100644 index 00000000..ba0c6587 --- /dev/null +++ b/fix_test7.py @@ -0,0 +1,53 @@ +import re + +with open("tests/test_api_saved_searches.py", "r") as f: + content = f.read() + +# We need to mock get_current_user in app.api.saved_searches (which is imported from app.auth) +# because saved searches uses `_get_user_id` which calls `get_current_user(request)`. +# But `_get_user_id` is NOT a dependency injected via `Depends`! +# Let's verify `app/api/saved_searches.py` uses `Depends` or just calls it. + +# In `app/api/saved_searches.py`: +# def _get_user_id(request: Request) -> str: +# user = get_current_user(request) +# if user: +# return user.get("preferred_username") ... +# It's called directly inside the routes: `user_id = _get_user_id(request)` +# It doesn't use `Depends(_get_user_id)`. +# Ah! But earlier I saw `_get_user_id` wasn't mocked properly. Let's use patch to mock `_get_user_id`. + +# Wait, `TestClient` can be given an active session, but `app.auth.get_current_user` uses `request.session.get("user")` or Bearer token. +# Is `AUTH_ENABLED` false? The test env has `os.environ["AUTH_ENABLED"] = "False"` in `tests/conftest.py`. +# If `AUTH_ENABLED` is false, `require_login` is a no-op, and `_get_user_id` falls back to "anonymous". +# Actually, `_get_user_id` returns "anonymous" if `get_current_user(request)` is None. +# If `_OWNER` is "test_user@example.com", we should probably just patch `_get_user_id`. + +replacement = """def _make_client(int_engine, owner_id: str = _OWNER): + \"\"\"Return a TestClient with *owner_id* injected as the authenticated user.\"\"\" + from app.main import app + from unittest.mock import patch + + def override_db(): + Session = sessionmaker(bind=int_engine) + session = Session() + try: + yield session + finally: + session.close() + + app.dependency_overrides[get_db] = override_db + with patch("app.api.saved_searches._get_user_id", return_value=owner_id): + with TestClient(app, base_url="http://localhost", raise_server_exceptions=False) as client: + yield client + app.dependency_overrides.clear()""" + +content = re.sub( + r"def _make_client\(int_engine, owner_id: str = _OWNER\):.*?(?=@pytest\.fixture\(\)\ndef int_client\(int_engine\):)", + replacement + "\n\n\n", + content, + flags=re.DOTALL +) + +with open("tests/test_api_saved_searches.py", "w") as f: + f.write(content) diff --git a/frontend/static/js/common.js b/frontend/static/js/common.js index b09beb42..67219a11 100644 --- a/frontend/static/js/common.js +++ b/frontend/static/js/common.js @@ -165,11 +165,11 @@ function _makeMenuLink(href, iconClass, label, extraClasses = '') { 'flex items-center gap-2 px-2 py-1 rounded-md text-gray-700 hover:text-gray-900 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500'; btn.setAttribute('aria-haspopup', 'true'); btn.setAttribute('aria-expanded', 'false'); - btn.setAttribute('aria-label', `Account menu for ${displayName}`); + btn.setAttribute('aria-label', `${((window.__i18n?.accountMenuFor) || 'Account menu for {name}').replace('{name}', displayName)}`); const avatar = document.createElement('img'); avatar.src = data.picture; - avatar.alt = 'Avatar'; + avatar.alt = window.__i18n.avatar || 'Avatar'; avatar.className = 'w-8 h-8 rounded-full'; const nameSpan = document.createElement('span'); @@ -189,7 +189,7 @@ function _makeMenuLink(href, iconClass, label, extraClasses = '') { menu.className = 'absolute right-0 mt-2 w-52 bg-white rounded-md shadow-lg ring-1 ring-black ring-opacity-5 z-50 hidden'; menu.setAttribute('role', 'menu'); - menu.setAttribute('aria-label', 'Account menu'); + menu.setAttribute('aria-label', window.__i18n.accountMenu || 'Account menu'); // User info header const header = document.createElement('div'); @@ -207,16 +207,16 @@ function _makeMenuLink(href, iconClass, label, extraClasses = '') { const linksDiv = document.createElement('div'); linksDiv.className = 'py-1'; linksDiv.appendChild( - _makeMenuLink('/profile', 'fas fa-user-circle text-blue-400', 'Profile Settings', 'text-gray-700') + _makeMenuLink('/profile', 'fas fa-user-circle text-blue-400', window.__i18n.profileSettings || 'Profile Settings', 'text-gray-700') ); linksDiv.appendChild( - _makeMenuLink('/subscription', 'fas fa-layer-group text-indigo-400', 'My Subscription', 'text-gray-700') + _makeMenuLink('/subscription', 'fas fa-layer-group text-indigo-400', window.__i18n.mySubscription || 'My Subscription', 'text-gray-700') ); linksDiv.appendChild( - _makeMenuLink('/api-tokens', 'fas fa-key text-yellow-500', 'API Tokens', 'text-gray-700') + _makeMenuLink('/api-tokens', 'fas fa-key text-yellow-500', window.__i18n.apiTokens || 'API Tokens', 'text-gray-700') ); linksDiv.appendChild( - _makeMenuLink('/shared-links', 'fas fa-share-alt text-blue-400', 'Shared Links', 'text-gray-700') + _makeMenuLink('/shared-links', 'fas fa-share-alt text-blue-400', window.__i18n.sharedLinks || 'Shared Links', 'text-gray-700') ); // Divider + Sign Out @@ -225,7 +225,7 @@ function _makeMenuLink(href, iconClass, label, extraClasses = '') { const signOutDiv = document.createElement('div'); signOutDiv.className = 'py-1'; signOutDiv.appendChild( - _makeMenuLink('/logout', 'fas fa-sign-out-alt text-red-400', 'Sign Out', 'text-red-600') + _makeMenuLink('/logout', 'fas fa-sign-out-alt text-red-400', window.__i18n.signOut || 'Sign Out', 'text-red-600') ); menu.appendChild(header); @@ -259,7 +259,7 @@ function _makeMenuLink(href, iconClass, label, extraClasses = '') { userRow.className = 'flex items-center gap-3 px-3 py-3'; const mAvatar = document.createElement('img'); mAvatar.src = data.picture; - mAvatar.alt = 'Avatar'; + mAvatar.alt = window.__i18n.avatar || 'Avatar'; mAvatar.className = 'w-8 h-8 rounded-full flex-shrink-0'; const mUserInfo = document.createElement('div'); mUserInfo.className = 'min-w-0'; @@ -284,7 +284,7 @@ function _makeMenuLink(href, iconClass, label, extraClasses = '') { profileIcon.className = 'fas fa-user-circle mr-2 text-blue-400'; profileIcon.setAttribute('aria-hidden', 'true'); profileLink.appendChild(profileIcon); - profileLink.appendChild(document.createTextNode('Profile Settings')); + profileLink.appendChild(document.createTextNode(window.__i18n.profileSettings || 'Profile Settings')); mobileAuthSection.appendChild(profileLink); // Subscription link @@ -296,7 +296,7 @@ function _makeMenuLink(href, iconClass, label, extraClasses = '') { subIcon.className = 'fas fa-layer-group mr-2 text-indigo-400'; subIcon.setAttribute('aria-hidden', 'true'); subLink.appendChild(subIcon); - subLink.appendChild(document.createTextNode('My Subscription')); + subLink.appendChild(document.createTextNode(window.__i18n.mySubscription || 'My Subscription')); mobileAuthSection.appendChild(subLink); // API Tokens link @@ -308,7 +308,7 @@ function _makeMenuLink(href, iconClass, label, extraClasses = '') { tokensIcon.className = 'fas fa-key mr-2 text-yellow-500'; tokensIcon.setAttribute('aria-hidden', 'true'); tokensLink.appendChild(tokensIcon); - tokensLink.appendChild(document.createTextNode('API Tokens')); + tokensLink.appendChild(document.createTextNode(window.__i18n.apiTokens || 'API Tokens')); mobileAuthSection.appendChild(tokensLink); // Shared Links link @@ -320,7 +320,7 @@ function _makeMenuLink(href, iconClass, label, extraClasses = '') { sharedLinksIcon.className = 'fas fa-share-alt mr-2 text-blue-400'; sharedLinksIcon.setAttribute('aria-hidden', 'true'); sharedLinksLink.appendChild(sharedLinksIcon); - sharedLinksLink.appendChild(document.createTextNode('Shared Links')); + sharedLinksLink.appendChild(document.createTextNode(window.__i18n.sharedLinks || 'Shared Links')); mobileAuthSection.appendChild(sharedLinksLink); // Logout link @@ -332,7 +332,7 @@ function _makeMenuLink(href, iconClass, label, extraClasses = '') { logoutIcon.className = 'fas fa-sign-out-alt mr-2'; logoutIcon.setAttribute('aria-hidden', 'true'); logoutLink.appendChild(logoutIcon); - logoutLink.appendChild(document.createTextNode('Sign Out')); + logoutLink.appendChild(document.createTextNode(window.__i18n.signOut || 'Sign Out')); mobileAuthSection.appendChild(logoutLink); } } else { @@ -367,7 +367,7 @@ function _renderLoggedOutAuth(authSection, mobileAuthSection) { loginLink.href = '/login'; loginLink.className = 'px-3 py-1.5 rounded-md text-sm font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-100 border border-gray-300'; - loginLink.textContent = 'Log In'; + loginLink.textContent = window.__i18n.logIn || 'Log In'; row.appendChild(loginLink); if (multiUser) { @@ -375,7 +375,7 @@ function _renderLoggedOutAuth(authSection, mobileAuthSection) { startLink.href = startHref; startLink.className = 'px-3 py-1.5 rounded-md text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500'; - startLink.textContent = allowSignup ? 'Sign Up' : 'Get Started'; + startLink.textContent = allowSignup ? (window.__i18n.signUp || 'Sign Up') : (window.__i18n.getStarted || 'Get Started'); row.appendChild(startLink); } @@ -393,7 +393,7 @@ function _renderLoggedOutAuth(authSection, mobileAuthSection) { loginIcon.className = 'fas fa-sign-in-alt mr-2'; loginIcon.setAttribute('aria-hidden', 'true'); loginLink.appendChild(loginIcon); - loginLink.appendChild(document.createTextNode('Log In')); + loginLink.appendChild(document.createTextNode(window.__i18n.logIn || 'Log In')); mobileAuthSection.appendChild(loginLink); if (multiUser) { @@ -405,7 +405,7 @@ function _renderLoggedOutAuth(authSection, mobileAuthSection) { startIcon.className = 'fas fa-arrow-right mr-2'; startIcon.setAttribute('aria-hidden', 'true'); startLink.appendChild(startIcon); - startLink.appendChild(document.createTextNode(allowSignup ? 'Sign Up' : 'Get Started')); + startLink.appendChild(document.createTextNode(allowSignup ? (window.__i18n.signUp || 'Sign Up') : (window.__i18n.getStarted || 'Get Started'))); mobileAuthSection.appendChild(startLink); } } diff --git a/frontend/templates/admin_plans.html b/frontend/templates/admin_plans.html index 41897e84..63cd420c 100644 --- a/frontend/templates/admin_plans.html +++ b/frontend/templates/admin_plans.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Plan Designer — DocuElevate Admin{% endblock %} +{% block title %}{{ _("admin_plans.page_title") }}{% endblock %} {% block content %} <main id="main-content" class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8" @@ -10,43 +10,41 @@ <!-- Header --> <div class="flex items-center justify-between mb-6"> <div> - <h1 class="text-2xl font-bold text-gray-900">Plan Designer</h1> - <p class="text-sm text-gray-500 mt-1">Manage subscription plans shown on the public pricing page.</p> + <h1 class="text-2xl font-bold text-gray-900">{{ _("admin_plans.heading") }}</h1> + <p class="text-sm text-gray-500 mt-1">{{ _("admin_plans.subheading") }}</p> </div> <div class="flex items-center gap-3"> <a href="/admin/stripe-wizard" class="inline-flex items-center px-4 py-2 border border-indigo-300 rounded-md text-sm font-medium text-indigo-700 bg-indigo-50 hover:bg-indigo-100 focus:outline-none focus:ring-2 focus:ring-offset-1 focus:ring-indigo-400" - title="Open the Stripe Setup Wizard to configure API keys and sync plans" + title="{{ _('admin_plans.btn_stripe_setup_title') }}" > - <i class="fab fa-stripe mr-2" aria-hidden="true"></i> Stripe Setup + <i class="fab fa-stripe mr-2" aria-hidden="true"></i> {{ _("admin_plans.btn_stripe_setup") }} </a> <button @click="seedDefaults()" :disabled="seeding" class="inline-flex items-center px-4 py-2 border border-gray-300 rounded-md text-sm font-medium text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-1 focus:ring-indigo-400 disabled:opacity-50" - title="Restore all four default plans (only if no plans exist yet)" + title="{{ _('admin_plans.btn_restore_defaults_title') }}" > <i class="fas fa-undo mr-2 text-gray-400" aria-hidden="true"></i> - <span x-show="!seeding">Restore Defaults</span> - <span x-show="seeding"><i class="fas fa-spinner fa-spin mr-1" aria-hidden="true"></i> Restoring…</span> + <span x-show="!seeding">{{ _("admin_plans.btn_restore_defaults") }}</span> + <span x-show="seeding"><i class="fas fa-spinner fa-spin mr-1" aria-hidden="true"></i> {{ _("admin_plans.btn_restoring") }}</span> </button> <button @click="openCreateModal()" class="inline-flex items-center px-4 py-2 rounded-md text-sm font-medium text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-1 focus:ring-indigo-500" > - <i class="fas fa-plus mr-2" aria-hidden="true"></i> Add Plan + <i class="fas fa-plus mr-2" aria-hidden="true"></i> {{ _("admin_plans.btn_add_plan") }} </button> </div> </div> <!-- Overage callout --> <div class="mb-6 rounded-lg border border-indigo-200 bg-indigo-50 p-4 text-sm text-indigo-800" role="note"> - <p class="font-semibold mb-1"><i class="fas fa-info-circle mr-1" aria-hidden="true"></i> About the Overage Buffer</p> + <p class="font-semibold mb-1"><i class="fas fa-info-circle mr-1" aria-hidden="true"></i> {{ _("admin_plans.overage_buffer_title") }}</p> <p> - The overage buffer is <strong>invisible to users</strong>. We advertise X docs/month but only enforce - at <strong>X × (1 + buffer%)</strong> docs. For example, a 150-doc/month plan with a 20% buffer - enforces at 180 docs. This prevents hard cutoffs at the exact announced limit, giving users a - graceful soft landing. + {{ _("admin_plans.overage_buffer_body_prefix") }} <strong>{{ _("admin_plans.overage_buffer_invisible") }}</strong>. {{ _("admin_plans.overage_buffer_body_suffix") }} + <strong>{{ _("admin_plans.overage_buffer_formula") }}</strong> {{ _("admin_plans.overage_buffer_tail") }} </p> </div> @@ -63,29 +61,29 @@ <!-- Loading --> <div x-show="loading" class="text-center py-12 text-gray-400"> <i class="fas fa-spinner fa-spin text-2xl" aria-hidden="true"></i> - <p class="mt-2 text-sm">Loading plans…</p> + <p class="mt-2 text-sm">{{ _("admin_plans.loading") }}</p> </div> <!-- Plans table --> <div x-show="!loading" class="bg-white shadow-sm rounded-lg overflow-hidden border border-gray-200"> - <table class="min-w-full divide-y divide-gray-200" aria-label="Subscription plans"> + <table class="min-w-full divide-y divide-gray-200" aria-label="{{ _('admin_plans.table_aria_label') }}"> <thead class="bg-gray-50"> <tr> - <th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Order</th> - <th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Plan</th> - <th scope="col" class="px-4 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">Monthly</th> - <th scope="col" class="px-4 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">Yearly</th> - <th scope="col" class="px-4 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">Monthly Limit</th> - <th scope="col" class="px-4 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">Overage %</th> - <th scope="col" class="px-4 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider">Active</th> - <th scope="col" class="px-4 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">Actions</th> + <th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("admin_plans.col_order") }}</th> + <th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("admin_plans.col_plan") }}</th> + <th scope="col" class="px-4 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("admin_plans.col_monthly") }}</th> + <th scope="col" class="px-4 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("admin_plans.col_yearly") }}</th> + <th scope="col" class="px-4 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("admin_plans.col_monthly_limit") }}</th> + <th scope="col" class="px-4 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("admin_plans.col_overage_pct") }}</th> + <th scope="col" class="px-4 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("admin_plans.col_active") }}</th> + <th scope="col" class="px-4 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("admin_plans.col_actions") }}</th> </tr> </thead> <tbody class="bg-white divide-y divide-gray-100"> <template x-if="plans.length === 0"> <tr> <td colspan="8" class="px-4 py-8 text-center text-sm text-gray-400"> - No plans yet. Click <strong>Restore Defaults</strong> to seed the four built-in plans. + {{ _("admin_plans.no_plans_intro") }} <strong>{{ _("admin_plans.btn_restore_defaults") }}</strong> {{ _("admin_plans.no_plans_suffix") }} </td> </tr> </template> @@ -97,13 +95,13 @@ @click="moveUp(idx)" :disabled="idx === 0" class="p-1 rounded hover:bg-gray-200 disabled:opacity-30" - :aria-label="'Move ' + plan.name + ' up'" + :aria-label="i18n.ariaMoveUp.replace('{name}', plan.name)" ><i class="fas fa-chevron-up text-xs" aria-hidden="true"></i></button> <button @click="moveDown(idx)" :disabled="idx === plans.length - 1" class="p-1 rounded hover:bg-gray-200 disabled:opacity-30" - :aria-label="'Move ' + plan.name + ' down'" + :aria-label="i18n.ariaMoveDown.replace('{name}', plan.name)" ><i class="fas fa-chevron-down text-xs" aria-hidden="true"></i></button> <span x-text="idx + 1" class="w-5 text-center text-xs text-gray-400"></span> </div> @@ -115,13 +113,13 @@ <span class="text-xs px-2 py-0.5 rounded-full bg-indigo-100 text-indigo-700 font-medium" x-text="plan.badge_text"></span> </template> <template x-if="plan.is_highlighted"> - <span class="text-xs px-2 py-0.5 rounded-full bg-yellow-100 text-yellow-700 font-medium"><i class="fas fa-star" aria-hidden="true"></i> Featured</span> + <span class="text-xs px-2 py-0.5 rounded-full bg-yellow-100 text-yellow-700 font-medium"><i class="fas fa-star" aria-hidden="true"></i> <span x-text="i18n.featuredBadge"></span></span> </template> </div> <div class="text-xs text-gray-400 mt-0.5" x-text="plan.plan_id"></div> </td> <td class="px-4 py-3 text-right text-sm text-gray-700"> - <span x-text="plan.price_monthly === 0 ? 'Free' : '$' + plan.price_monthly.toFixed(2)"></span> + <span x-text="plan.price_monthly === 0 ? i18n.freeLabel : '$' + plan.price_monthly.toFixed(2)"></span> </td> <td class="px-4 py-3 text-right text-sm text-gray-700"> <span x-text="plan.price_yearly === 0 ? '—' : '$' + plan.price_yearly.toFixed(2)"></span> @@ -136,7 +134,7 @@ <span class="inline-flex items-center px-2 py-0.5 rounded-full text-xs font-medium" :class="plan.is_active ? 'bg-green-100 text-green-700' : 'bg-gray-100 text-gray-500'" - x-text="plan.is_active ? 'Active' : 'Inactive'" + x-text="plan.is_active ? i18n.statusActive : i18n.statusInactive" ></span> </td> <td class="px-4 py-3 text-right"> @@ -144,16 +142,16 @@ <button @click="openEditModal(plan)" class="text-sm text-indigo-600 hover:text-indigo-800 font-medium" - :aria-label="'Edit ' + plan.name" + :aria-label="i18n.ariaEditPlan.replace('{name}', plan.name)" > - <i class="fas fa-pencil-alt" aria-hidden="true"></i> Edit + <i class="fas fa-pencil-alt" aria-hidden="true"></i> <span x-text="i18n.btnEdit"></span> </button> <button @click="deletePlan(plan.plan_id)" class="text-sm text-red-500 hover:text-red-700 font-medium" - :aria-label="'Delete ' + plan.name" + :aria-label="i18n.ariaDeletePlan.replace('{name}', plan.name)" > - <i class="fas fa-trash-alt" aria-hidden="true"></i> Delete + <i class="fas fa-trash-alt" aria-hidden="true"></i> <span x-text="i18n.btnDelete"></span> </button> </div> </td> @@ -171,8 +169,8 @@ class="inline-flex items-center px-4 py-2 rounded-md text-sm font-medium text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-1 focus:ring-indigo-500 disabled:opacity-50" > <i class="fas fa-save mr-2" aria-hidden="true"></i> - <span x-show="!saving">Save Order</span> - <span x-show="saving"><i class="fas fa-spinner fa-spin mr-1" aria-hidden="true"></i> Saving…</span> + <span x-show="!saving">{{ _("admin_plans.btn_save_order") }}</span> + <span x-show="saving"><i class="fas fa-spinner fa-spin mr-1" aria-hidden="true"></i> {{ _("admin_plans.btn_saving") }}</span> </button> </div> @@ -195,8 +193,8 @@ <div class="bg-white rounded-lg shadow-xl w-full max-w-2xl my-auto" @click.outside="modalOpen = false"> <!-- Modal header --> <div class="flex items-center justify-between px-6 py-4 border-b"> - <h2 id="modal-title" class="text-lg font-semibold text-gray-900" x-text="isCreate ? 'Add Plan' : 'Edit Plan: ' + form.name"></h2> - <button @click="modalOpen = false" class="text-gray-400 hover:text-gray-600" aria-label="Close modal"> + <h2 id="modal-title" class="text-lg font-semibold text-gray-900" x-text="isCreate ? i18n.modalCreateTitle : i18n.modalEditTitlePrefix + form.name"></h2> + <button @click="modalOpen = false" class="text-gray-400 hover:text-gray-600" aria-label="{{ _('admin_plans.modal_close_aria') }}"> <i class="fas fa-times" aria-hidden="true"></i> </button> </div> @@ -205,66 +203,66 @@ <!-- Basic Info --> <div class="px-6 py-5 space-y-4"> - <h3 class="text-sm font-semibold text-gray-700 uppercase tracking-wider">Basic Info</h3> + <h3 class="text-sm font-semibold text-gray-700 uppercase tracking-wider">{{ _("admin_plans.section_basic_info") }}</h3> <div class="grid grid-cols-2 gap-4"> <div> - <label for="f-name" class="block text-sm font-medium text-gray-700 mb-1">Name <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="f-name" class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_plans.field_name") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="f-name" type="text" x-model="form.name" required class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-indigo-400" /> </div> <div> - <label for="f-plan-id" class="block text-sm font-medium text-gray-700 mb-1">Plan ID <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="f-plan-id" class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_plans.field_plan_id") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="f-plan-id" type="text" x-model="form.plan_id" :readonly="!isCreate" :class="!isCreate ? 'bg-gray-50 text-gray-400 cursor-not-allowed' : ''" required pattern="[a-z0-9_-]+" title="Lowercase letters, numbers, _ and - only" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-indigo-400" /> - <p class="text-xs text-gray-400 mt-0.5">Lowercase slug, cannot be changed after creation.</p> + <p class="text-xs text-gray-400 mt-0.5">{{ _("admin_plans.hint_plan_id") }}</p> </div> </div> <div> - <label for="f-tagline" class="block text-sm font-medium text-gray-700 mb-1">Tagline</label> + <label for="f-tagline" class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_plans.field_tagline") }}</label> <input id="f-tagline" type="text" x-model="form.tagline" maxlength="255" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-indigo-400" /> </div> <div class="grid grid-cols-3 gap-4"> <div> - <label for="f-sort-order" class="block text-sm font-medium text-gray-700 mb-1">Sort Order</label> + <label for="f-sort-order" class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_plans.field_sort_order") }}</label> <input id="f-sort-order" type="number" x-model.number="form.sort_order" min="0" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-indigo-400" /> </div> <div class="flex items-center gap-3 pt-6"> <input id="f-active" type="checkbox" x-model="form.is_active" class="h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500" /> - <label for="f-active" class="text-sm font-medium text-gray-700">Active</label> + <label for="f-active" class="text-sm font-medium text-gray-700">{{ _("admin_plans.field_active") }}</label> </div> <div class="flex items-center gap-3 pt-6"> <input id="f-highlighted" type="checkbox" x-model="form.is_highlighted" class="h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500" /> - <label for="f-highlighted" class="text-sm font-medium text-gray-700">Featured / Highlighted</label> + <label for="f-highlighted" class="text-sm font-medium text-gray-700">{{ _("admin_plans.field_featured") }}</label> </div> </div> </div> <!-- Pricing --> <div class="px-6 py-5 space-y-4"> - <h3 class="text-sm font-semibold text-gray-700 uppercase tracking-wider">Pricing</h3> + <h3 class="text-sm font-semibold text-gray-700 uppercase tracking-wider">{{ _("admin_plans.section_pricing") }}</h3> <div class="grid grid-cols-3 gap-4"> <div> - <label for="f-price-monthly" class="block text-sm font-medium text-gray-700 mb-1">Monthly Price ($)</label> + <label for="f-price-monthly" class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_plans.field_price_monthly") }}</label> <input id="f-price-monthly" type="number" x-model.number="form.price_monthly" min="0" step="0.01" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-indigo-400" /> </div> <div> - <label for="f-price-yearly" class="block text-sm font-medium text-gray-700 mb-1">Yearly Price ($)</label> + <label for="f-price-yearly" class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_plans.field_price_yearly") }}</label> <input id="f-price-yearly" type="number" x-model.number="form.price_yearly" min="0" step="0.01" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-indigo-400" /> <p class="text-xs mt-0.5" :class="yearlySavingPct > 0 ? 'text-green-600 font-medium' : 'text-gray-400'" - x-text="yearlySavingPct > 0 ? 'Save ' + yearlySavingPct.toFixed(0) + '% vs monthly' : 'Enter yearly price to show savings'"> + x-text="yearlySavingPct > 0 ? i18n.yearlySave.replace('{pct}', yearlySavingPct.toFixed(0)) : i18n.yearlyEnter"> </p> </div> <div> - <label for="f-trial-days" class="block text-sm font-medium text-gray-700 mb-1">Trial Days</label> + <label for="f-trial-days" class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_plans.field_trial_days") }}</label> <input id="f-trial-days" type="number" x-model.number="form.trial_days" min="0" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-indigo-400" /> </div> @@ -274,21 +272,21 @@ <!-- Stripe Integration --> <div class="px-6 py-5 space-y-4"> <div class="flex items-center justify-between"> - <h3 class="text-sm font-semibold text-gray-700 uppercase tracking-wider">Stripe Integration</h3> + <h3 class="text-sm font-semibold text-gray-700 uppercase tracking-wider">{{ _("admin_plans.section_stripe") }}</h3> <a href="/admin/stripe-wizard" target="_blank" class="text-xs text-indigo-600 hover:text-indigo-800 font-medium focus:outline-none focus:ring-1 focus:ring-indigo-400 rounded" - aria-label="Open Stripe Setup Wizard in a new tab" - ><i class="fab fa-stripe mr-1" aria-hidden="true"></i>Stripe Wizard</a> + aria-label="{{ _('admin_plans.stripe_wizard_aria') }}" + ><i class="fab fa-stripe mr-1" aria-hidden="true"></i>{{ _("admin_plans.stripe_wizard_link") }}</a> </div> <p class="text-xs text-gray-500"> - Enter the Stripe Price IDs for this plan, or use the - <a href="/admin/stripe-wizard" target="_blank" class="text-indigo-600 hover:text-indigo-800 underline">Stripe Setup Wizard</a> - to auto-create them. Free plans do not need Stripe Price IDs. + {{ _("admin_plans.stripe_desc_before") }} + <a href="/admin/stripe-wizard" target="_blank" class="text-indigo-600 hover:text-indigo-800 underline">{{ _("admin_plans.stripe_wizard_text") }}</a> + {{ _("admin_plans.stripe_desc_after") }} </p> <div class="grid grid-cols-2 gap-4"> <div> <label for="f-stripe-monthly" class="block text-sm font-medium text-gray-700 mb-1"> - Stripe Price ID (monthly) + {{ _("admin_plans.field_stripe_monthly") }} </label> <input id="f-stripe-monthly" type="text" x-model="form.stripe_price_id_monthly" placeholder="price_1OtAbc…" @@ -296,7 +294,7 @@ </div> <div> <label for="f-stripe-yearly" class="block text-sm font-medium text-gray-700 mb-1"> - Stripe Price ID (yearly) + {{ _("admin_plans.field_stripe_yearly") }} </label> <input id="f-stripe-yearly" type="text" x-model="form.stripe_price_id_yearly" placeholder="price_1OtAbc… (optional)" @@ -307,36 +305,36 @@ <!-- Volume Limits --> <div class="px-6 py-5 space-y-4"> - <h3 class="text-sm font-semibold text-gray-700 uppercase tracking-wider">Volume Limits</h3> - <p class="text-xs text-gray-500">Enter <strong>0</strong> for unlimited.</p> + <h3 class="text-sm font-semibold text-gray-700 uppercase tracking-wider">{{ _("admin_plans.section_volume") }}</h3> + <p class="text-xs text-gray-500">{{ _("admin_plans.hint_zero_unlimited") }}</p> <div class="grid grid-cols-3 gap-4"> <div> - <label for="f-monthly-limit" class="block text-sm font-medium text-gray-700 mb-1">Docs / Month</label> + <label for="f-monthly-limit" class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_plans.field_docs_month") }}</label> <input id="f-monthly-limit" type="number" x-model.number="form.monthly_upload_limit" min="0" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-indigo-400" /> </div> <div> - <label for="f-lifetime-limit" class="block text-sm font-medium text-gray-700 mb-1">Lifetime Docs</label> + <label for="f-lifetime-limit" class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_plans.field_lifetime_docs") }}</label> <input id="f-lifetime-limit" type="number" x-model.number="form.lifetime_file_limit" min="0" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-indigo-400" /> </div> <div> - <label for="f-ocr-pages" class="block text-sm font-medium text-gray-700 mb-1">OCR Pages / Month</label> + <label for="f-ocr-pages" class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_plans.field_ocr_pages") }}</label> <input id="f-ocr-pages" type="number" x-model.number="form.max_ocr_pages_monthly" min="0" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-indigo-400" /> </div> <div> - <label for="f-dests" class="block text-sm font-medium text-gray-700 mb-1">Storage Destinations</label> + <label for="f-dests" class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_plans.field_storage_dests") }}</label> <input id="f-dests" type="number" x-model.number="form.max_storage_destinations" min="0" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-indigo-400" /> </div> <div> - <label for="f-mailboxes" class="block text-sm font-medium text-gray-700 mb-1">Email Mailboxes</label> + <label for="f-mailboxes" class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_plans.field_mailboxes") }}</label> <input id="f-mailboxes" type="number" x-model.number="form.max_mailboxes" min="0" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-indigo-400" /> </div> <div> - <label for="f-filesize" class="block text-sm font-medium text-gray-700 mb-1">Max File Size (MB)</label> + <label for="f-filesize" class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_plans.field_max_file_size") }}</label> <input id="f-filesize" type="number" x-model.number="form.max_file_size_mb" min="0" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-indigo-400" /> </div> @@ -345,15 +343,15 @@ <!-- Overage Designer --> <div class="px-6 py-5 space-y-4"> - <h3 class="text-sm font-semibold text-gray-700 uppercase tracking-wider">Overage Designer</h3> + <h3 class="text-sm font-semibold text-gray-700 uppercase tracking-wider">{{ _("admin_plans.section_overage") }}</h3> <div> <label for="f-overage-pct" class="block text-sm font-medium text-gray-700 mb-2"> - Buffer: + {{ _("admin_plans.field_buffer") }} <span class="text-indigo-700 font-semibold" x-text="form.overage_percent + '%'"></span> <template x-if="form.monthly_upload_limit > 0"> <span class="text-gray-500 font-normal ml-2"> - → announce <strong x-text="form.monthly_upload_limit"></strong> docs, - enforce at <strong class="text-indigo-700" x-text="Math.round(form.monthly_upload_limit * (1 + form.overage_percent / 100))"></strong> docs + {{ _("admin_plans.overage_announce") }} <strong x-text="form.monthly_upload_limit"></strong> {{ _("admin_plans.overage_docs") }} + {{ _("admin_plans.overage_enforce_at") }} <strong class="text-indigo-700" x-text="Math.round(form.monthly_upload_limit * (1 + form.overage_percent / 100))"></strong> {{ _("admin_plans.overage_docs_end") }} </span> </template> </label> @@ -368,27 +366,27 @@ aria-valuemax="100" /> <div class="flex justify-between text-xs text-gray-400 mt-1"> - <span>0% (exact)</span> - <span>50%</span> - <span>100%</span> + <span>{{ _("admin_plans.overage_0pct") }}</span> + <span>{{ _("admin_plans.overage_50pct") }}</span> + <span>{{ _("admin_plans.overage_100pct") }}</span> </div> </div> <div class="grid grid-cols-2 gap-4 opacity-60"> <div class="relative"> - <label class="block text-sm font-medium text-gray-700 mb-1">Allow Overage Billing</label> + <label class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_plans.field_allow_overage") }}</label> <div class="flex items-center gap-2"> <input type="checkbox" disabled class="h-4 w-4 rounded border-gray-300 text-indigo-600" /> - <span class="text-xs text-gray-400">Coming soon</span> + <span class="text-xs text-gray-400">{{ _("admin_plans.coming_soon") }}</span> </div> </div> <div class="relative"> - <label class="block text-sm font-medium text-gray-700 mb-1">Overage price / doc ($)</label> - <input type="number" disabled placeholder="Coming soon" + <label class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_plans.field_overage_doc_price") }}</label> + <input type="number" disabled placeholder="{{ _('admin_plans.coming_soon') }}" class="w-full px-3 py-2 border border-gray-200 rounded-md text-sm bg-gray-50 text-gray-400 cursor-not-allowed" /> </div> <div class="relative"> - <label class="block text-sm font-medium text-gray-700 mb-1">Overage price / OCR page ($)</label> - <input type="number" disabled placeholder="Coming soon" + <label class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_plans.field_overage_ocr_price") }}</label> + <input type="number" disabled placeholder="{{ _('admin_plans.coming_soon') }}" class="w-full px-3 py-2 border border-gray-200 rounded-md text-sm bg-gray-50 text-gray-400 cursor-not-allowed" /> </div> </div> @@ -396,18 +394,18 @@ <!-- Features --> <div class="px-6 py-5 space-y-3"> - <h3 class="text-sm font-semibold text-gray-700 uppercase tracking-wider">Features List</h3> - <p class="text-xs text-gray-500">These bullet points appear on the pricing page card for this plan.</p> + <h3 class="text-sm font-semibold text-gray-700 uppercase tracking-wider">{{ _("admin_plans.section_features") }}</h3> + <p class="text-xs text-gray-500">{{ _("admin_plans.hint_features") }}</p> <template x-for="(feat, i) in form.features" :key="i"> <div class="flex items-center gap-2"> <input type="text" x-model="form.features[i]" - :aria-label="'Feature ' + (i+1)" + :aria-label="i18n.ariaFeatureN.replace('{n}', i + 1)" class="flex-1 px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-indigo-400" /> <button type="button" @click="form.features.splice(i, 1)" - :aria-label="'Remove feature ' + (i+1)" + :aria-label="i18n.ariaRemoveFeatureN.replace('{n}', i + 1)" class="text-red-400 hover:text-red-600 px-2 py-2"> <i class="fas fa-times" aria-hidden="true"></i> </button> @@ -415,21 +413,21 @@ </template> <button type="button" @click="form.features.push('')" class="inline-flex items-center text-sm text-indigo-600 hover:text-indigo-800 font-medium"> - <i class="fas fa-plus mr-1" aria-hidden="true"></i> Add Feature + <i class="fas fa-plus mr-1" aria-hidden="true"></i> {{ _("admin_plans.btn_add_feature") }} </button> </div> <!-- Display --> <div class="px-6 py-5 space-y-4"> - <h3 class="text-sm font-semibold text-gray-700 uppercase tracking-wider">Display</h3> + <h3 class="text-sm font-semibold text-gray-700 uppercase tracking-wider">{{ _("admin_plans.section_display") }}</h3> <div class="grid grid-cols-2 gap-4"> <div> - <label for="f-cta" class="block text-sm font-medium text-gray-700 mb-1">CTA Button Text</label> + <label for="f-cta" class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_plans.field_cta_text") }}</label> <input id="f-cta" type="text" x-model="form.cta_text" maxlength="100" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-indigo-400" /> </div> <div> - <label for="f-badge" class="block text-sm font-medium text-gray-700 mb-1">Badge Text</label> + <label for="f-badge" class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_plans.field_badge_text") }}</label> <input id="f-badge" type="text" x-model="form.badge_text" maxlength="50" placeholder="e.g. Most Popular" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-indigo-400" /> @@ -438,7 +436,7 @@ <div class="flex items-center gap-3"> <input id="f-api" type="checkbox" x-model="form.api_access" class="h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500" /> - <label for="f-api" class="text-sm font-medium text-gray-700">API Access</label> + <label for="f-api" class="text-sm font-medium text-gray-700">{{ _("admin_plans.field_api_access") }}</label> </div> </div> @@ -449,15 +447,15 @@ @click="modalOpen = false" class="px-4 py-2 text-sm font-medium border border-gray-300 rounded-md text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-1 focus:ring-gray-400" > - Cancel + {{ _("admin_plans.btn_cancel") }} </button> <button type="submit" :disabled="saving" class="px-4 py-2 text-sm font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-1 focus:ring-indigo-500 disabled:opacity-50 disabled:cursor-not-allowed" > - <span x-show="!saving" x-text="isCreate ? 'Create Plan' : 'Save Changes'"></span> - <span x-show="saving"><i class="fas fa-spinner fa-spin mr-1" aria-hidden="true"></i> Saving…</span> + <span x-show="!saving" x-text="isCreate ? i18n.btnCreate : i18n.btnSaveChanges"></span> + <span x-show="saving"><i class="fas fa-spinner fa-spin mr-1" aria-hidden="true"></i> <span x-text="i18n.btnSaving"></span></span> </button> </div> @@ -467,9 +465,46 @@ </main> +<script> + window.__i18nAdminPlans = { + modalCreateTitle: {{ _("admin_plans.modal_create_title") | tojson }}, + modalEditTitlePrefix: {{ _("admin_plans.modal_edit_title_prefix") | tojson }}, + statusActive: {{ _("admin_plans.status_active") | tojson }}, + statusInactive: {{ _("admin_plans.status_inactive") | tojson }}, + featuredBadge: {{ _("admin_plans.featured_badge") | tojson }}, + freeLabel: {{ _("admin_plans.free_label") | tojson }}, + btnEdit: {{ _("admin_plans.btn_edit") | tojson }}, + btnDelete: {{ _("admin_plans.btn_delete") | tojson }}, + btnCreate: {{ _("admin_plans.btn_create") | tojson }}, + btnSaveChanges: {{ _("admin_plans.btn_save_changes") | tojson }}, + btnSaving: {{ _("admin_plans.btn_saving") | tojson }}, + ariaMoveUp: {{ _("admin_plans.aria_move_up") | tojson }}, + ariaMoveDown: {{ _("admin_plans.aria_move_down") | tojson }}, + ariaEditPlan: {{ _("admin_plans.aria_edit_plan") | tojson }}, + ariaDeletePlan: {{ _("admin_plans.aria_delete_plan") | tojson }}, + ariaFeatureN: {{ _("admin_plans.aria_feature_n") | tojson }}, + ariaRemoveFeatureN: {{ _("admin_plans.aria_remove_feature_n") | tojson }}, + yearlySave: {{ _("admin_plans.js_yearly_save") | tojson }}, + yearlyEnter: {{ _("admin_plans.js_yearly_enter") | tojson }}, + jsFailedLoad: {{ _("admin_plans.js_failed_load") | tojson }}, + jsPlanCreated: {{ _("admin_plans.js_plan_created") | tojson }}, + jsPlanUpdated: {{ _("admin_plans.js_plan_updated") | tojson }}, + jsDeleteConfirm: {{ _("admin_plans.js_delete_confirm") | tojson }}, + jsDeleteFailed: {{ _("admin_plans.js_delete_failed") | tojson }}, + jsPlanDeleted: {{ _("admin_plans.js_plan_deleted") | tojson }}, + jsSeedConfirm: {{ _("admin_plans.js_seed_confirm") | tojson }}, + jsSeedFailed: {{ _("admin_plans.js_seed_failed") | tojson }}, + jsReorderFailed: {{ _("admin_plans.js_reorder_failed") | tojson }}, + jsOrderSaved: {{ _("admin_plans.js_order_saved") | tojson }}, + jsSaveFailed: {{ _("admin_plans.js_save_failed") | tojson }}, + }; +</script> + <script> function planDesigner() { + const i18n = window.__i18nAdminPlans; return { + i18n, plans: [], loading: true, saving: false, @@ -524,7 +559,7 @@ function planDesigner() { this.errorMsg = ''; try { const resp = await fetch('/api/plans/admin'); - if (!resp.ok) throw new Error('Failed to load plans'); + if (!resp.ok) throw new Error(i18n.jsFailedLoad); const data = await resp.json(); this.plans = data.plans || []; } catch (e) { @@ -568,9 +603,9 @@ function planDesigner() { }); if (!resp.ok) { const err = await resp.json().catch(() => ({ detail: resp.statusText })); - throw new Error(err.detail || 'Save failed'); + throw new Error(err.detail || i18n.jsSaveFailed); } - this.successMsg = this.isCreate ? 'Plan created!' : 'Plan updated!'; + this.successMsg = this.isCreate ? i18n.jsPlanCreated : i18n.jsPlanUpdated; this.modalOpen = false; await this.loadPlans(); } catch (e) { @@ -581,15 +616,15 @@ function planDesigner() { }, async deletePlan(planId) { - if (!confirm(`Delete plan "${planId}"? This cannot be undone.`)) return; + if (!confirm(i18n.jsDeleteConfirm.replace('{id}', planId))) return; this.errorMsg = ''; try { const resp = await fetch(`/api/plans/${encodeURIComponent(planId)}`, { method: 'DELETE' }); if (!resp.ok && resp.status !== 204) { const err = await resp.json().catch(() => ({ detail: resp.statusText })); - throw new Error(err.detail || 'Delete failed'); + throw new Error(err.detail || i18n.jsDeleteFailed); } - this.successMsg = `Plan "${planId}" deleted.`; + this.successMsg = i18n.jsPlanDeleted.replace('{id}', planId); await this.loadPlans(); } catch (e) { this.errorMsg = e.message; @@ -597,12 +632,12 @@ function planDesigner() { }, async seedDefaults() { - if (!confirm('Seed the four default plans? This is a no-op if plans already exist.')) return; + if (!confirm(i18n.jsSeedConfirm)) return; this.seeding = true; this.errorMsg = ''; try { const resp = await fetch('/api/plans/seed', { method: 'POST' }); - if (!resp.ok) throw new Error('Seed failed'); + if (!resp.ok) throw new Error(i18n.jsSeedFailed); const data = await resp.json(); this.successMsg = data.message; await this.loadPlans(); @@ -635,8 +670,8 @@ function planDesigner() { headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ order }), }); - if (!resp.ok) throw new Error('Reorder failed'); - this.successMsg = 'Order saved!'; + if (!resp.ok) throw new Error(i18n.jsReorderFailed); + this.successMsg = i18n.jsOrderSaved; this.orderDirty = false; } catch (e) { this.errorMsg = e.message; diff --git a/frontend/templates/admin_users.html b/frontend/templates/admin_users.html index 360dcb2c..65c03417 100644 --- a/frontend/templates/admin_users.html +++ b/frontend/templates/admin_users.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}User Management – Admin – DocuElevate{% endblock %} +{% block title %}{{ _("admin_users.page_title") }}{% endblock %} {% block content %} <div class="container mx-auto px-4 py-8" x-data="adminUsersApp()"> @@ -9,11 +9,11 @@ <div> <h1 class="text-3xl font-bold text-gray-900 flex items-center gap-2"> <i class="fas fa-users text-blue-500" aria-hidden="true"></i> - User Management - <span class="text-xs font-semibold text-red-600 bg-red-50 border border-red-200 rounded px-2 py-0.5 ml-1">Admin Only</span> + {{ _("admin_users.heading") }} + <span class="text-xs font-semibold text-red-600 bg-red-50 border border-red-200 rounded px-2 py-0.5 ml-1">{{ _("admin_users.admin_only_badge") }}</span> </h1> <p class="text-gray-500 text-sm mt-1"> - Manage user profiles, per-user upload limits, and document ownership. + {{ _("admin_users.subheading") }} </p> </div> <button @@ -21,14 +21,14 @@ @click="openCreateModal()" class="inline-flex items-center px-4 py-2 bg-blue-600 hover:bg-blue-700 text-white text-sm font-medium rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500" > - <i class="fas fa-user-plus mr-2" aria-hidden="true"></i> Add User Profile + <i class="fas fa-user-plus mr-2" aria-hidden="true"></i> {{ _("admin_users.add_user_profile_btn") }} </button> <button type="button" @click="openCreateLocalUserModal()" class="inline-flex items-center px-4 py-2 bg-green-600 hover:bg-green-700 text-white text-sm font-medium rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-green-500" > - <i class="fas fa-user-lock mr-2" aria-hidden="true"></i> Create Local Account + <i class="fas fa-user-lock mr-2" aria-hidden="true"></i> {{ _("admin_users.create_local_account_btn") }} </button> </div> @@ -48,7 +48,7 @@ <!-- ── Search & pagination controls ──────────────────────────────────────── --> <div class="mb-4 flex flex-col sm:flex-row gap-3 items-start sm:items-center justify-between"> <div class="flex-1 max-w-sm"> - <label for="userSearch" class="sr-only">Search users</label> + <label for="userSearch" class="sr-only">{{ _("admin_users.search_users_label") }}</label> <div class="relative"> <span class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none"> <i class="fas fa-search text-gray-400 text-sm" aria-hidden="true"></i> @@ -58,7 +58,7 @@ type="search" x-model="search" @input.debounce.300ms="fetchUsers(1)" - placeholder="Filter by user ID…" + placeholder="{{ _('admin_users.filter_placeholder') }}" class="w-full pl-9 pr-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-blue-400" /> </div> @@ -68,24 +68,24 @@ <!-- ── Table ──────────────────────────────────────────────────────────────── --> <div class="bg-white shadow rounded-lg overflow-x-auto"> - <table class="min-w-full divide-y divide-gray-200" aria-label="User list"> + <table class="min-w-full divide-y divide-gray-200" aria-label="{{ _('admin_users.heading') }}"> <thead class="bg-gray-50"> <tr> - <th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">User ID</th> - <th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Display Name</th> - <th scope="col" class="px-4 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider">Documents</th> - <th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Last Upload</th> - <th scope="col" class="px-4 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider">Plan</th> - <th scope="col" class="px-4 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider">Upload Limit</th> - <th scope="col" class="px-4 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider">Status</th> - <th scope="col" class="px-4 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">Actions</th> + <th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("admin_users.col_user_id") }}</th> + <th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("admin_users.col_display_name") }}</th> + <th scope="col" class="px-4 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("admin_users.col_documents") }}</th> + <th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("admin_users.col_last_upload") }}</th> + <th scope="col" class="px-4 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("admin_users.col_plan") }}</th> + <th scope="col" class="px-4 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("admin_users.col_upload_limit") }}</th> + <th scope="col" class="px-4 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("common.status") }}</th> + <th scope="col" class="px-4 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("common.actions") }}</th> </tr> </thead> <tbody class="bg-white divide-y divide-gray-200"> <template x-if="loading"> <tr> <td colspan="8" class="px-4 py-8 text-center text-gray-400"> - <i class="fas fa-spinner fa-spin mr-2" aria-hidden="true"></i> Loading users… + <i class="fas fa-spinner fa-spin mr-2" aria-hidden="true"></i> {{ _("admin_users.loading_users") }} </td> </tr> </template> @@ -93,9 +93,9 @@ <tr> <td colspan="8" class="px-4 py-8 text-center text-gray-400"> <i class="fas fa-users-slash text-3xl block mb-2" aria-hidden="true"></i> - No users found. - <span x-show="search"> Try a different search term.</span> - <span x-show="!search"> Upload some documents or add a profile above.</span> + {{ _("admin_users.no_users_found") }} + <span x-show="search"> {{ _("admin_users.no_users_search_hint") }}</span> + <span x-show="!search"> {{ _("admin_users.no_users_add_hint") }}</span> </td> </tr> </template> @@ -159,9 +159,9 @@ <td class="px-4 py-3 text-sm text-center text-gray-700"> <span x-show="user.daily_upload_limit !== null && user.daily_upload_limit !== undefined" class="inline-flex items-center px-2 py-0.5 rounded-full text-xs font-medium bg-indigo-100 text-indigo-700" - x-text="user.daily_upload_limit + ' / day'"></span> + x-text="user.daily_upload_limit + ' {{ _("admin_users.per_day") }}'"></span> <span x-show="user.daily_upload_limit === null || user.daily_upload_limit === undefined" - class="text-gray-400 text-xs">global default</span> + class="text-gray-400 text-xs">{{ _("admin_users.global_default") }}</span> </td> <!-- Status --> <td class="px-4 py-3 text-sm text-center"> @@ -172,7 +172,7 @@ class="inline-flex items-center gap-1 px-2 py-0.5 rounded-full text-xs font-medium" > <i :class="user.is_blocked ? 'fas fa-ban' : 'fas fa-check-circle'" aria-hidden="true"></i> - <span x-text="user.is_blocked ? 'Blocked' : 'Active'"></span> + <span x-text="user.is_blocked ? '{{ _("admin_users.status_blocked") }}' : '{{ _("common.active") }}'"></span> </span> </td> <!-- Actions --> @@ -181,18 +181,18 @@ type="button" @click="openEditModal(user)" class="inline-flex items-center px-2.5 py-1.5 text-xs font-medium rounded border border-gray-300 text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-1 focus:ring-blue-500 mr-1" - :aria-label="`Edit profile for ${user.user_id}`" + :aria-label="`{{ _('common.edit') }} ${user.user_id}`" > - <i class="fas fa-edit mr-1" aria-hidden="true"></i> Edit + <i class="fas fa-edit mr-1" aria-hidden="true"></i> {{ _("common.edit") }} </button> <button type="button" @click="confirmDelete(user)" x-show="user.profile_id !== null" class="inline-flex items-center px-2.5 py-1.5 text-xs font-medium rounded border border-red-300 text-red-600 bg-white hover:bg-red-50 focus:outline-none focus:ring-2 focus:ring-offset-1 focus:ring-red-400" - :aria-label="`Delete profile for ${user.user_id}`" + :aria-label="`{{ _('common.delete') }} ${user.user_id}`" > - <i class="fas fa-trash mr-1" aria-hidden="true"></i> Delete + <i class="fas fa-trash mr-1" aria-hidden="true"></i> {{ _("common.delete") }} </button> </td> </tr> @@ -209,10 +209,10 @@ :disabled="currentPage <= 1" class="px-3 py-1.5 text-sm border border-gray-300 rounded hover:bg-gray-50 disabled:opacity-40 disabled:cursor-not-allowed" > - <i class="fas fa-chevron-left mr-1" aria-hidden="true"></i> Previous + <i class="fas fa-chevron-left mr-1" aria-hidden="true"></i> {{ _("common.previous") }} </button> <span class="text-sm text-gray-500"> - Page <span x-text="currentPage"></span> of <span x-text="pages"></span> + {{ _("common.page") }} <span x-text="currentPage"></span> {{ _("admin_users.pagination_page_of") }} <span x-text="pages"></span> </span> <button type="button" @@ -220,7 +220,7 @@ :disabled="currentPage >= pages" class="px-3 py-1.5 text-sm border border-gray-300 rounded hover:bg-gray-50 disabled:opacity-40 disabled:cursor-not-allowed" > - Next <i class="fas fa-chevron-right ml-1" aria-hidden="true"></i> + {{ _("common.next") }} <i class="fas fa-chevron-right ml-1" aria-hidden="true"></i> </button> </div> @@ -250,7 +250,7 @@ type="button" @click="modalOpen = false" class="text-gray-400 hover:text-gray-600 focus:outline-none" - aria-label="Close dialog" + aria-label="{{ _('admin_users.modal_close_aria') }}" > <i class="fas fa-times" aria-hidden="true"></i> </button> @@ -261,7 +261,7 @@ <!-- User ID (read-only when editing) --> <div> - <label for="modal-user-id" class="block text-sm font-medium text-gray-700 mb-1">User ID</label> + <label for="modal-user-id" class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_users.modal_user_id_label") }}</label> <input id="modal-user-id" type="text" @@ -269,32 +269,32 @@ :readonly="!isCreate" :class="!isCreate ? 'bg-gray-100 cursor-not-allowed' : ''" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-blue-400" - placeholder="user@example.com or OAuth sub" + placeholder="{{ _('admin_users.modal_user_id_placeholder') }}" required aria-required="true" autocomplete="off" /> - <p class="text-xs text-gray-400 mt-1">The stable identifier that matches <code>owner_id</code> in documents.</p> + <p class="text-xs text-gray-400 mt-1">{{ _("admin_users.modal_user_id_hint") }}</p> </div> <!-- Display name --> <div> - <label for="modal-display-name" class="block text-sm font-medium text-gray-700 mb-1">Display Name</label> + <label for="modal-display-name" class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_users.modal_display_name_label") }}</label> <input id="modal-display-name" type="text" x-model="form.display_name" maxlength="255" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-blue-400" - placeholder="Alice Smith (optional)" + placeholder="{{ _('admin_users.modal_display_name_placeholder') }}" /> </div> <!-- Daily upload limit --> <div> <label for="modal-limit" class="block text-sm font-medium text-gray-700 mb-1"> - Daily Upload Limit - <span class="ml-1 text-xs font-normal text-gray-400">(leave empty to use global default)</span> + {{ _("admin_users.modal_daily_limit_label") }} + <span class="ml-1 text-xs font-normal text-gray-400">{{ _("admin_users.modal_daily_limit_hint") }}</span> </label> <input id="modal-limit" @@ -302,20 +302,20 @@ x-model.number="form.daily_upload_limit" min="0" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-blue-400" - placeholder="e.g. 50 (0 = unlimited)" + placeholder="{{ _('admin_users.modal_daily_limit_placeholder') }}" /> </div> <!-- Notes --> <div> - <label for="modal-notes" class="block text-sm font-medium text-gray-700 mb-1">Admin Notes</label> + <label for="modal-notes" class="block text-sm font-medium text-gray-700 mb-1">{{ _("admin_users.modal_notes_label") }}</label> <textarea id="modal-notes" x-model="form.notes" rows="3" maxlength="4096" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-blue-400 resize-y" - placeholder="Internal notes visible only to admins…" + placeholder="{{ _('admin_users.modal_notes_placeholder') }}" ></textarea> </div> @@ -336,50 +336,50 @@ ></span> </button> <span id="modal-blocked-label" class="text-sm font-medium text-gray-700"> - Block this user - <span class="text-xs text-gray-400 font-normal">(prevents new document uploads)</span> + {{ _("admin_users.modal_block_label") }} + <span class="text-xs text-gray-400 font-normal">{{ _("admin_users.modal_block_hint") }}</span> </span> </div> <!-- Subscription tier --> <div> <label for="modal-tier" class="block text-sm font-medium text-gray-700 mb-1"> - Subscription Plan + {{ _("admin_users.modal_plan_label") }} </label> <select id="modal-tier" x-model="form.subscription_tier" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-blue-400 bg-white" > - <option value="free">Free — 25 lifetime files</option> - <option value="starter">Starter — $2.99/mo (50/mo, 1 mailbox)</option> - <option value="professional">Professional — $5.99/mo (150/mo, 3 mailboxes)</option> - <option value="business">Business — $7.99/mo (300/mo, unlimited mailboxes)</option> + <option value="free">{{ _("admin_users.modal_plan_free") }}</option> + <option value="starter">{{ _("admin_users.modal_plan_starter") }}</option> + <option value="professional">{{ _("admin_users.modal_plan_professional") }}</option> + <option value="business">{{ _("admin_users.modal_plan_business") }}</option> </select> <p class="text-xs text-gray-400 mt-1"> - Sets the quota limits for this user. Limits are enforced on upload. + {{ _("admin_users.modal_plan_hint") }} </p> </div> <!-- Billing cycle --> <div> <label for="modal-billing-cycle" class="block text-sm font-medium text-gray-700 mb-1"> - Billing Cycle + {{ _("admin_users.modal_billing_cycle_label") }} </label> <select id="modal-billing-cycle" x-model="form.subscription_billing_cycle" class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-blue-400 bg-white" > - <option value="monthly">Monthly</option> - <option value="yearly">Yearly</option> + <option value="monthly">{{ _("admin_users.modal_billing_monthly") }}</option> + <option value="yearly">{{ _("admin_users.modal_billing_yearly") }}</option> </select> </div> <!-- Subscription period start (only shown for yearly) --> <div x-show="form.subscription_billing_cycle === 'yearly'" x-cloak> <label for="modal-period-start" class="block text-sm font-medium text-gray-700 mb-1"> - Subscription Period Start + {{ _("admin_users.modal_period_start_label") }} </label> <input type="date" @@ -388,7 +388,7 @@ class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-blue-400" /> <p class="text-xs text-gray-400 mt-1"> - Annual carry-over calculates from this date. Leave blank for monthly enforcement. + {{ _("admin_users.modal_period_start_hint") }} </p> </div> @@ -409,8 +409,8 @@ ></span> </button> <span id="modal-complimentary-label" class="text-sm font-medium text-gray-700"> - Complimentary plan - <span class="text-xs text-gray-400 font-normal">(user keeps tier benefits but is never billed — set automatically for admin accounts)</span> + {{ _("admin_users.modal_complimentary_label") }} + <span class="text-xs text-gray-400 font-normal">{{ _("admin_users.modal_complimentary_hint") }}</span> </span> </div> @@ -423,15 +423,15 @@ @click="modalOpen = false" class="px-4 py-2 text-sm font-medium border border-gray-300 rounded-md text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-1 focus:ring-gray-400" > - Cancel + {{ _("common.cancel") }} </button> <button type="submit" :disabled="saving" class="px-4 py-2 text-sm font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-1 focus:ring-blue-500 disabled:opacity-50 disabled:cursor-not-allowed" > - <span x-show="!saving" x-text="isCreate ? 'Create' : 'Save Changes'"></span> - <span x-show="saving"><i class="fas fa-spinner fa-spin mr-1" aria-hidden="true"></i> Saving…</span> + <span x-show="!saving" x-text="isCreate ? '{{ _('common.create') }}' : '{{ _('admin_users.modal_save_changes') }}'"></span> + <span x-show="saving"><i class="fas fa-spinner fa-spin mr-1" aria-hidden="true"></i> {{ _("admin_users.modal_saving") }}</span> </button> </div> </form> @@ -444,10 +444,10 @@ <div> <h2 class="text-lg font-semibold text-gray-900 flex items-center gap-2"> <i class="fas fa-user-lock text-green-600" aria-hidden="true"></i> - Local User Accounts + {{ _("admin_users.local_accounts_heading") }} </h2> <p class="text-sm text-gray-500 mt-0.5"> - Email/password accounts created directly on this server. + {{ _("admin_users.local_accounts_subheading") }} </p> </div> <button @@ -455,35 +455,35 @@ @click="openCreateLocalUserModal()" class="inline-flex items-center px-3 py-1.5 bg-green-600 hover:bg-green-700 text-white text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-green-500" > - <i class="fas fa-plus mr-1" aria-hidden="true"></i> New Account + <i class="fas fa-plus mr-1" aria-hidden="true"></i> {{ _("admin_users.new_account_btn") }} </button> </div> <div class="overflow-x-auto"> - <table class="min-w-full divide-y divide-gray-200" aria-label="Local user accounts"> + <table class="min-w-full divide-y divide-gray-200" aria-label="{{ _('admin_users.local_accounts_heading') }}"> <thead class="bg-gray-50"> <tr> - <th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Username</th> - <th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Email</th> - <th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Display Name</th> - <th scope="col" class="px-4 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider">Status</th> - <th scope="col" class="px-4 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider">Role</th> - <th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Created</th> - <th scope="col" class="px-4 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">Actions</th> + <th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("admin_users.col_username") }}</th> + <th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("admin_users.col_email") }}</th> + <th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("admin_users.col_display_name") }}</th> + <th scope="col" class="px-4 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("common.status") }}</th> + <th scope="col" class="px-4 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("admin_users.col_role") }}</th> + <th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("common.created") }}</th> + <th scope="col" class="px-4 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">{{ _("common.actions") }}</th> </tr> </thead> <tbody class="bg-white divide-y divide-gray-200"> <template x-if="localUsersLoading"> <tr> <td colspan="7" class="px-4 py-6 text-center text-gray-400"> - <i class="fas fa-spinner fa-spin mr-2" aria-hidden="true"></i> Loading… + <i class="fas fa-spinner fa-spin mr-2" aria-hidden="true"></i> {{ _("admin_users.local_loading") }} </td> </tr> </template> <template x-if="!localUsersLoading && localUsers.length === 0"> <tr> <td colspan="7" class="px-4 py-6 text-center text-gray-400"> - No local accounts yet. - <button type="button" @click="openCreateLocalUserModal()" class="text-green-600 hover:underline ml-1">Create one.</button> + {{ _("admin_users.local_no_accounts") }} + <button type="button" @click="openCreateLocalUserModal()" class="text-green-600 hover:underline ml-1">{{ _("admin_users.local_create_one") }}</button> </td> </tr> </template> @@ -496,14 +496,14 @@ <span :class="lu.is_active ? 'bg-green-100 text-green-800' : 'bg-yellow-100 text-yellow-800'" class="inline-flex items-center px-2 py-0.5 rounded text-xs font-medium" - x-text="lu.is_active ? 'Active' : 'Unverified'" + x-text="lu.is_active ? '{{ _("common.active") }}' : '{{ _("admin_users.status_unverified") }}'" ></span> </td> <td class="px-4 py-3 text-sm text-center"> <span :class="lu.is_admin ? 'bg-red-100 text-red-700' : 'bg-gray-100 text-gray-600'" class="inline-flex items-center px-2 py-0.5 rounded text-xs font-medium" - x-text="lu.is_admin ? 'Admin' : 'User'" + x-text="lu.is_admin ? '{{ _("admin_users.role_admin") }}' : '{{ _("admin_users.role_user") }}'" ></span> </td> <td class="px-4 py-3 text-sm text-gray-500 whitespace-nowrap" x-text="lu.created_at ? formatDate(lu.created_at) : '—'"></td> @@ -512,34 +512,34 @@ type="button" @click="openEditLocalUserModal(lu)" class="inline-flex items-center px-2.5 py-1.5 text-xs font-medium rounded border border-gray-300 text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-1 focus:ring-blue-500 mr-1" - :aria-label="`Edit account for ${lu.username}`" + :aria-label="`{{ _('common.edit') }} ${lu.username}`" > - <i class="fas fa-edit mr-1" aria-hidden="true"></i> Edit + <i class="fas fa-edit mr-1" aria-hidden="true"></i> {{ _("common.edit") }} </button> <button type="button" @click="openSetPasswordModal(lu)" class="inline-flex items-center px-2.5 py-1.5 text-xs font-medium rounded border border-yellow-300 text-yellow-700 bg-white hover:bg-yellow-50 focus:outline-none focus:ring-2 focus:ring-offset-1 focus:ring-yellow-400 mr-1" - :aria-label="`Set password for ${lu.username}`" + :aria-label="`{{ _('admin_users.btn_password') }} ${lu.username}`" > - <i class="fas fa-key mr-1" aria-hidden="true"></i> Password + <i class="fas fa-key mr-1" aria-hidden="true"></i> {{ _("admin_users.btn_password") }} </button> <button type="button" @click="sendPasswordReset(lu)" class="inline-flex items-center px-2.5 py-1.5 text-xs font-medium rounded border border-indigo-300 text-indigo-600 bg-white hover:bg-indigo-50 focus:outline-none focus:ring-2 focus:ring-offset-1 focus:ring-indigo-400 mr-1" - :aria-label="`Send password reset email to ${lu.username}`" - title="Send password reset email" + :aria-label="`{{ _('admin_users.btn_reset') }} ${lu.username}`" + title="{{ _('admin_users.btn_reset') }}" > - <i class="fas fa-envelope mr-1" aria-hidden="true"></i> Reset + <i class="fas fa-envelope mr-1" aria-hidden="true"></i> {{ _("admin_users.btn_reset") }} </button> <button type="button" @click="confirmDeleteLocalUser(lu)" class="inline-flex items-center px-2.5 py-1.5 text-xs font-medium rounded border border-red-300 text-red-600 bg-white hover:bg-red-50 focus:outline-none focus:ring-2 focus:ring-offset-1 focus:ring-red-400" - :aria-label="`Delete account for ${lu.username}`" + :aria-label="`{{ _('common.delete') }} ${lu.username}`" > - <i class="fas fa-trash mr-1" aria-hidden="true"></i> Delete + <i class="fas fa-trash mr-1" aria-hidden="true"></i> {{ _("common.delete") }} </button> </td> </tr> @@ -562,44 +562,44 @@ > <div class="bg-white rounded-lg shadow-xl w-full max-w-lg" @click.outside="localUserModal.open = false"> <div class="px-6 py-4 border-b flex items-center justify-between"> - <h2 id="create-local-user-title" class="text-lg font-semibold text-gray-900">Create Local Account</h2> - <button type="button" @click="localUserModal.open = false" aria-label="Close" class="text-gray-400 hover:text-gray-600"> + <h2 id="create-local-user-title" class="text-lg font-semibold text-gray-900">{{ _("admin_users.create_local_title") }}</h2> + <button type="button" @click="localUserModal.open = false" aria-label="{{ _('common.close') }}" class="text-gray-400 hover:text-gray-600"> <i class="fas fa-times" aria-hidden="true"></i> </button> </div> <form @submit.prevent="submitCreateLocalUser" class="px-6 py-5 space-y-4"> <div> - <label for="lu-email" class="block text-sm font-medium text-gray-700">Email <span aria-hidden="true" class="text-red-500">*</span></label> + <label for="lu-email" class="block text-sm font-medium text-gray-700">{{ _("admin_users.col_email") }} <span aria-hidden="true" class="text-red-500">*</span></label> <input type="email" id="lu-email" x-model="localUserModal.form.email" required autocomplete="off" class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-green-500 focus:ring focus:ring-green-500 focus:ring-opacity-50 text-sm" style="min-height:40px;" aria-required="true"> </div> <div> - <label for="lu-username" class="block text-sm font-medium text-gray-700">Username <span aria-hidden="true" class="text-red-500">*</span></label> + <label for="lu-username" class="block text-sm font-medium text-gray-700">{{ _("admin_users.col_username") }} <span aria-hidden="true" class="text-red-500">*</span></label> <input type="text" id="lu-username" x-model="localUserModal.form.username" required autocomplete="off" pattern="^[a-zA-Z0-9_-]+$" minlength="3" maxlength="64" class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-green-500 focus:ring focus:ring-green-500 focus:ring-opacity-50 text-sm" style="min-height:40px;" aria-required="true" aria-describedby="lu-username-hint"> - <p id="lu-username-hint" class="mt-1 text-xs text-gray-500">3–64 characters. Letters, numbers, hyphens and underscores only.</p> + <p id="lu-username-hint" class="mt-1 text-xs text-gray-500">{{ _("admin_users.local_username_hint") }}</p> </div> <div> - <label for="lu-display-name" class="block text-sm font-medium text-gray-700">Display Name <span class="text-gray-400">(optional)</span></label> + <label for="lu-display-name" class="block text-sm font-medium text-gray-700">{{ _("admin_users.col_display_name") }} <span class="text-gray-400">{{ _("admin_users.local_display_name_optional") }}</span></label> <input type="text" id="lu-display-name" x-model="localUserModal.form.display_name" autocomplete="off" maxlength="255" class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-green-500 focus:ring focus:ring-green-500 focus:ring-opacity-50 text-sm" style="min-height:40px;"> </div> <div> - <label for="lu-password" class="block text-sm font-medium text-gray-700">Password <span aria-hidden="true" class="text-red-500">*</span></label> + <label for="lu-password" class="block text-sm font-medium text-gray-700">{{ _("auth.password_label") }} <span aria-hidden="true" class="text-red-500">*</span></label> <input type="password" id="lu-password" x-model="localUserModal.form.password" required autocomplete="new-password" minlength="8" maxlength="128" class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-green-500 focus:ring focus:ring-green-500 focus:ring-opacity-50 text-sm" style="min-height:40px;" aria-required="true" aria-describedby="lu-password-hint"> - <p id="lu-password-hint" class="mt-1 text-xs text-gray-500">Minimum 8 characters.</p> + <p id="lu-password-hint" class="mt-1 text-xs text-gray-500">{{ _("admin_users.local_password_hint") }}</p> </div> <div class="flex items-center gap-2"> <input type="checkbox" id="lu-is-admin" x-model="localUserModal.form.is_admin" class="h-4 w-4 rounded border-gray-300 text-green-600 focus:ring-green-500"> - <label for="lu-is-admin" class="text-sm text-gray-700">Grant admin privileges</label> + <label for="lu-is-admin" class="text-sm text-gray-700">{{ _("admin_users.local_admin_privileges") }}</label> </div> <div x-show="localUserModal.error" x-cloak class="bg-red-50 border-l-4 border-red-500 text-red-700 p-3 rounded text-sm" @@ -608,12 +608,12 @@ <div class="flex justify-end gap-3 pt-2"> <button type="button" @click="localUserModal.open = false" class="px-4 py-2 text-sm font-medium border border-gray-300 rounded-md text-gray-700 bg-white hover:bg-gray-50"> - Cancel + {{ _("common.cancel") }} </button> <button type="submit" :disabled="localUserModal.saving" class="px-4 py-2 text-sm font-medium rounded-md text-white bg-green-600 hover:bg-green-700 focus:outline-none focus:ring-2 focus:ring-offset-1 focus:ring-green-500 disabled:opacity-50"> - <span x-show="!localUserModal.saving">Create Account</span> - <span x-show="localUserModal.saving" x-cloak><i class="fas fa-spinner fa-spin mr-1" aria-hidden="true"></i> Creating…</span> + <span x-show="!localUserModal.saving">{{ _("admin_users.local_create_btn") }}</span> + <span x-show="localUserModal.saving" x-cloak><i class="fas fa-spinner fa-spin mr-1" aria-hidden="true"></i> {{ _("admin_users.local_creating") }}</span> </button> </div> </form> @@ -633,20 +633,20 @@ > <div class="bg-white rounded-lg shadow-xl w-full max-w-lg" @click.outside="editLocalUserModal.open = false"> <div class="px-6 py-4 border-b flex items-center justify-between"> - <h2 id="edit-local-user-title" class="text-lg font-semibold text-gray-900">Edit Local Account</h2> - <button type="button" @click="editLocalUserModal.open = false" aria-label="Close" class="text-gray-400 hover:text-gray-600"> + <h2 id="edit-local-user-title" class="text-lg font-semibold text-gray-900">{{ _("admin_users.edit_local_title") }}</h2> + <button type="button" @click="editLocalUserModal.open = false" aria-label="{{ _('common.close') }}" class="text-gray-400 hover:text-gray-600"> <i class="fas fa-times" aria-hidden="true"></i> </button> </div> <form @submit.prevent="submitEditLocalUser" class="px-6 py-5 space-y-4"> <div> - <label for="elu-email" class="block text-sm font-medium text-gray-700">Email <span aria-hidden="true" class="text-red-500">*</span></label> + <label for="elu-email" class="block text-sm font-medium text-gray-700">{{ _("admin_users.col_email") }} <span aria-hidden="true" class="text-red-500">*</span></label> <input type="email" id="elu-email" x-model="editLocalUserModal.form.email" required autocomplete="off" class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-blue-500 focus:ring focus:ring-blue-500 focus:ring-opacity-50 text-sm" style="min-height:40px;" aria-required="true"> </div> <div> - <label for="elu-display-name" class="block text-sm font-medium text-gray-700">Display Name <span class="text-gray-400">(optional)</span></label> + <label for="elu-display-name" class="block text-sm font-medium text-gray-700">{{ _("admin_users.col_display_name") }} <span class="text-gray-400">{{ _("admin_users.local_display_name_optional") }}</span></label> <input type="text" id="elu-display-name" x-model="editLocalUserModal.form.display_name" autocomplete="off" maxlength="255" class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-blue-500 focus:ring focus:ring-blue-500 focus:ring-opacity-50 text-sm" style="min-height:40px;"> @@ -654,12 +654,12 @@ <div class="flex items-center gap-2"> <input type="checkbox" id="elu-is-admin" x-model="editLocalUserModal.form.is_admin" class="h-4 w-4 rounded border-gray-300 text-blue-600 focus:ring-blue-500"> - <label for="elu-is-admin" class="text-sm text-gray-700">Admin privileges</label> + <label for="elu-is-admin" class="text-sm text-gray-700">{{ _("admin_users.local_admin_privileges_short") }}</label> </div> <div class="flex items-center gap-2"> <input type="checkbox" id="elu-is-active" x-model="editLocalUserModal.form.is_active" class="h-4 w-4 rounded border-gray-300 text-blue-600 focus:ring-blue-500"> - <label for="elu-is-active" class="text-sm text-gray-700">Account active</label> + <label for="elu-is-active" class="text-sm text-gray-700">{{ _("admin_users.local_account_active") }}</label> </div> <div x-show="editLocalUserModal.error" x-cloak class="bg-red-50 border-l-4 border-red-500 text-red-700 p-3 rounded text-sm" @@ -668,12 +668,12 @@ <div class="flex justify-end gap-3 pt-2"> <button type="button" @click="editLocalUserModal.open = false" class="px-4 py-2 text-sm font-medium border border-gray-300 rounded-md text-gray-700 bg-white hover:bg-gray-50"> - Cancel + {{ _("common.cancel") }} </button> <button type="submit" :disabled="editLocalUserModal.saving" class="px-4 py-2 text-sm font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-1 focus:ring-blue-500 disabled:opacity-50"> - <span x-show="!editLocalUserModal.saving">Save Changes</span> - <span x-show="editLocalUserModal.saving" x-cloak><i class="fas fa-spinner fa-spin mr-1" aria-hidden="true"></i> Saving…</span> + <span x-show="!editLocalUserModal.saving">{{ _("admin_users.modal_save_changes") }}</span> + <span x-show="editLocalUserModal.saving" x-cloak><i class="fas fa-spinner fa-spin mr-1" aria-hidden="true"></i> {{ _("admin_users.local_saving") }}</span> </button> </div> </form> @@ -693,23 +693,23 @@ > <div class="bg-white rounded-lg shadow-xl w-full max-w-md" @click.outside="setPasswordModal.open = false"> <div class="px-6 py-4 border-b flex items-center justify-between"> - <h2 id="set-password-title" class="text-lg font-semibold text-gray-900">Set Temporary Password</h2> - <button type="button" @click="setPasswordModal.open = false" aria-label="Close" class="text-gray-400 hover:text-gray-600"> + <h2 id="set-password-title" class="text-lg font-semibold text-gray-900">{{ _("admin_users.set_password_title") }}</h2> + <button type="button" @click="setPasswordModal.open = false" aria-label="{{ _('common.close') }}" class="text-gray-400 hover:text-gray-600"> <i class="fas fa-times" aria-hidden="true"></i> </button> </div> <form @submit.prevent="submitSetPassword" class="px-6 py-5 space-y-4"> <p class="text-sm text-gray-600"> - Set a new password directly for <strong class="font-mono" x-text="setPasswordModal.username"></strong>. - The user should change this password after logging in. + {{ _("admin_users.set_password_desc_pre") }} <strong class="font-mono" x-text="setPasswordModal.username"></strong>. + {{ _("admin_users.set_password_desc") }} </p> <div> - <label for="sp-password" class="block text-sm font-medium text-gray-700">New Password <span aria-hidden="true" class="text-red-500">*</span></label> + <label for="sp-password" class="block text-sm font-medium text-gray-700">{{ _("admin_users.new_password_label") }} <span aria-hidden="true" class="text-red-500">*</span></label> <input type="password" id="sp-password" x-model="setPasswordModal.password" required autocomplete="new-password" minlength="8" maxlength="128" class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-yellow-500 focus:ring focus:ring-yellow-500 focus:ring-opacity-50 text-sm" style="min-height:40px;" aria-required="true" aria-describedby="sp-password-hint"> - <p id="sp-password-hint" class="mt-1 text-xs text-gray-500">Minimum 8 characters.</p> + <p id="sp-password-hint" class="mt-1 text-xs text-gray-500">{{ _("admin_users.local_password_hint") }}</p> </div> <div x-show="setPasswordModal.error" x-cloak class="bg-red-50 border-l-4 border-red-500 text-red-700 p-3 rounded text-sm" @@ -718,12 +718,12 @@ <div class="flex justify-end gap-3 pt-2"> <button type="button" @click="setPasswordModal.open = false" class="px-4 py-2 text-sm font-medium border border-gray-300 rounded-md text-gray-700 bg-white hover:bg-gray-50"> - Cancel + {{ _("common.cancel") }} </button> <button type="submit" :disabled="setPasswordModal.saving" class="px-4 py-2 text-sm font-medium rounded-md text-white bg-yellow-600 hover:bg-yellow-700 focus:outline-none focus:ring-2 focus:ring-offset-1 focus:ring-yellow-500 disabled:opacity-50"> - <span x-show="!setPasswordModal.saving">Set Password</span> - <span x-show="setPasswordModal.saving" x-cloak><i class="fas fa-spinner fa-spin mr-1" aria-hidden="true"></i> Setting…</span> + <span x-show="!setPasswordModal.saving">{{ _("admin_users.set_password_btn") }}</span> + <span x-show="setPasswordModal.saving" x-cloak><i class="fas fa-spinner fa-spin mr-1" aria-hidden="true"></i> {{ _("admin_users.setting") }}</span> </button> </div> </form> @@ -743,25 +743,25 @@ > <div class="bg-white rounded-lg shadow-xl w-full max-w-md" @click.outside="deleteLocalUserModal.open = false"> <div class="px-6 py-4 border-b"> - <h2 id="delete-local-user-title" class="text-lg font-semibold text-gray-900">Delete Local Account</h2> + <h2 id="delete-local-user-title" class="text-lg font-semibold text-gray-900">{{ _("admin_users.delete_local_title") }}</h2> </div> <div class="px-6 py-5"> <p class="text-sm text-gray-700"> - Are you sure you want to delete the account for + {{ _("admin_users.delete_local_confirm") }} <strong class="font-mono" x-text="deleteLocalUserModal.username"></strong> (<span class="font-mono" x-text="deleteLocalUserModal.email"></span>)? </p> - <p class="text-sm text-gray-500 mt-2">This cannot be undone. Documents owned by this user are <strong>not</strong> deleted.</p> + <p class="text-sm text-gray-500 mt-2">{{ _("admin_users.delete_local_warning") }}</p> </div> <div class="px-6 py-4 border-t flex justify-end gap-3"> <button type="button" @click="deleteLocalUserModal.open = false" class="px-4 py-2 text-sm font-medium border border-gray-300 rounded-md text-gray-700 bg-white hover:bg-gray-50"> - Cancel + {{ _("common.cancel") }} </button> <button type="button" @click="executeDeleteLocalUser()" :disabled="deleteLocalUserModal.deleting" class="px-4 py-2 text-sm font-medium rounded-md text-white bg-red-600 hover:bg-red-700 disabled:opacity-50"> - <span x-show="!deleteLocalUserModal.deleting">Delete Account</span> - <span x-show="deleteLocalUserModal.deleting" x-cloak><i class="fas fa-spinner fa-spin mr-1" aria-hidden="true"></i> Deleting…</span> + <span x-show="!deleteLocalUserModal.deleting">{{ _("admin_users.delete_account_btn") }}</span> + <span x-show="deleteLocalUserModal.deleting" x-cloak><i class="fas fa-spinner fa-spin mr-1" aria-hidden="true"></i> {{ _("admin_users.deleting") }}</span> </button> </div> </div> @@ -780,15 +780,15 @@ > <div class="bg-white rounded-lg shadow-xl w-full max-w-md" @click.outside="deleteModal.open = false"> <div class="px-6 py-4 border-b"> - <h2 id="delete-modal-title" class="text-lg font-semibold text-gray-900">Delete User Profile</h2> + <h2 id="delete-modal-title" class="text-lg font-semibold text-gray-900">{{ _("admin_users.delete_profile_title") }}</h2> </div> <div class="px-6 py-5"> <p class="text-sm text-gray-700"> - Are you sure you want to delete the profile for + {{ _("admin_users.delete_profile_confirm") }} <strong class="font-mono" x-text="deleteModal.user_id"></strong>? </p> <p class="text-sm text-gray-500 mt-2"> - This only removes the admin-managed profile record. Documents owned by this user are <strong>not</strong> deleted. + {{ _("admin_users.delete_profile_warning") }} </p> </div> <div class="px-6 py-4 border-t flex justify-end gap-3"> @@ -797,7 +797,7 @@ @click="deleteModal.open = false" class="px-4 py-2 text-sm font-medium border border-gray-300 rounded-md text-gray-700 bg-white hover:bg-gray-50" > - Cancel + {{ _("common.cancel") }} </button> <button type="button" @@ -805,8 +805,8 @@ :disabled="deleteModal.deleting" class="px-4 py-2 text-sm font-medium rounded-md text-white bg-red-600 hover:bg-red-700 disabled:opacity-50" > - <span x-show="!deleteModal.deleting">Delete Profile</span> - <span x-show="deleteModal.deleting"><i class="fas fa-spinner fa-spin mr-1" aria-hidden="true"></i> Deleting…</span> + <span x-show="!deleteModal.deleting">{{ _("admin_users.delete_profile_btn") }}</span> + <span x-show="deleteModal.deleting"><i class="fas fa-spinner fa-spin mr-1" aria-hidden="true"></i> {{ _("admin_users.deleting") }}</span> </button> </div> </div> @@ -814,8 +814,43 @@ </div> +<script> + window.__i18nAdminUsers = { + noUsers: {{ _("admin_users.total_no_users") | tojson }}, + oneUser: {{ _("admin_users.total_one_user") | tojson }}, + countUsers: {{ _("admin_users.total_count_users") | tojson }}, + modalAddTitle: {{ _("admin_users.modal_add_title") | tojson }}, + modalEditTitle: {{ _("admin_users.modal_edit_title") | tojson }}, + failedLoadUsers: {{ _("admin_users.js_failed_load_users") | tojson }}, + networkError: {{ _("admin_users.js_network_error") | tojson }}, + saveFailed: {{ _("admin_users.js_save_failed") | tojson }}, + saved: {{ _("admin_users.js_saved") | tojson }}, + profileSaved: {{ _("admin_users.js_profile_saved") | tojson }}, + deleteFailed: {{ _("admin_users.js_delete_failed") | tojson }}, + deleted: {{ _("admin_users.js_deleted") | tojson }}, + profileDeleted: {{ _("admin_users.js_profile_deleted") | tojson }}, + failedLoadLocal: {{ _("admin_users.js_failed_load_local") | tojson }}, + accountCreated: {{ _("admin_users.js_account_created") | tojson }}, + accountCreatedMsg: {{ _("admin_users.js_account_created_msg") | tojson }}, + failedCreate: {{ _("admin_users.js_failed_create") | tojson }}, + accountDeletedMsg: {{ _("admin_users.js_account_deleted_msg") | tojson }}, + updated: {{ _("admin_users.js_updated") | tojson }}, + accountUpdated: {{ _("admin_users.js_account_updated") | tojson }}, + failedUpdate: {{ _("admin_users.js_failed_update") | tojson }}, + passwordSet: {{ _("admin_users.js_password_set") | tojson }}, + passwordSetMsg: {{ _("admin_users.js_password_set_msg") | tojson }}, + failedSetPassword: {{ _("admin_users.js_failed_set_password") | tojson }}, + emailSent: {{ _("admin_users.js_email_sent") | tojson }}, + emailSentMsg: {{ _("admin_users.js_email_sent_msg") | tojson }}, + emailNotSent: {{ _("admin_users.js_email_not_sent") | tojson }}, + smtpNotConfigured: {{ _("admin_users.js_smtp_not_configured") | tojson }}, + failed: {{ _("admin_users.js_failed") | tojson }}, + }; +</script> + <script> function adminUsersApp() { + const i18n = window.__i18nAdminUsers; return { // State users: [], @@ -887,8 +922,9 @@ function adminUsersApp() { get totalLabel() { if (this.loading) return ''; - if (this.total === 0) return 'No users'; - return `${this.total} user${this.total !== 1 ? 's' : ''}`; + if (this.total === 0) return i18n.noUsers; + if (this.total === 1) return i18n.oneUser; + return i18n.countUsers.replace('{count}', this.total); }, async init() { @@ -908,7 +944,7 @@ function adminUsersApp() { const resp = await fetch(`/api/admin/users/?${params}`); if (!resp.ok) { const err = await resp.json().catch(() => ({})); - this.showAlert('error', 'Failed to load users', err.detail || resp.statusText); + this.showAlert('error', i18n.failedLoadUsers, err.detail || resp.statusText); return; } const data = await resp.json(); @@ -916,7 +952,7 @@ function adminUsersApp() { this.total = data.total; this.pages = data.pages; } catch (e) { - this.showAlert('error', 'Network error', e.message); + this.showAlert('error', i18n.networkError, e.message); } finally { this.loading = false; } @@ -924,14 +960,14 @@ function adminUsersApp() { openCreateModal() { this.isCreate = true; - this.modalTitle = 'Add User Profile'; + this.modalTitle = i18n.modalAddTitle; this.form = { user_id: '', display_name: '', daily_upload_limit: null, notes: '', is_blocked: false, subscription_tier: 'free', subscription_billing_cycle: 'monthly', subscription_period_start: null, is_complimentary: false }; this.modalOpen = true; }, openEditModal(user) { this.isCreate = false; - this.modalTitle = 'Edit User Profile'; + this.modalTitle = i18n.modalEditTitle; this.form = { user_id: user.user_id, display_name: user.display_name || '', @@ -970,14 +1006,14 @@ function adminUsersApp() { }); if (!resp.ok) { const err = await resp.json().catch(() => ({})); - this.showAlert('error', 'Save failed', err.detail || resp.statusText); + this.showAlert('error', i18n.saveFailed, err.detail || resp.statusText); return; } this.modalOpen = false; - this.showAlert('success', 'Saved', `Profile for "${this.form.user_id}" has been saved.`); + this.showAlert('success', i18n.saved, i18n.profileSaved.replace('{id}', this.form.user_id)); await this.fetchUsers(this.currentPage); } catch (e) { - this.showAlert('error', 'Network error', e.message); + this.showAlert('error', i18n.networkError, e.message); } finally { this.saving = false; } @@ -1001,15 +1037,15 @@ function adminUsersApp() { }); if (resp.status === 204) { this.deleteModal.open = false; - this.showAlert('success', 'Deleted', `Profile for "${this.deleteModal.user_id}" has been removed.`); + this.showAlert('success', i18n.deleted, i18n.profileDeleted.replace('{id}', this.deleteModal.user_id)); await this.fetchUsers(this.currentPage); } else { const err = await resp.json().catch(() => ({})); - this.showAlert('error', 'Delete failed', err.detail || resp.statusText); + this.showAlert('error', i18n.deleteFailed, err.detail || resp.statusText); this.deleteModal.open = false; } } catch (e) { - this.showAlert('error', 'Network error', e.message); + this.showAlert('error', i18n.networkError, e.message); this.deleteModal.open = false; } finally { this.deleteModal.deleting = false; @@ -1044,12 +1080,12 @@ function adminUsersApp() { headers: { 'X-CSRF-Token': document.querySelector('meta[name="csrf-token"]')?.content || '' }, }); if (!resp.ok) { - this.showAlert('error', 'Failed to load local users', resp.statusText); + this.showAlert('error', i18n.failedLoadLocal, resp.statusText); return; } this.localUsers = await resp.json(); } catch (e) { - this.showAlert('error', 'Network error', e.message); + this.showAlert('error', i18n.networkError, e.message); } finally { this.localUsersLoading = false; } @@ -1076,14 +1112,14 @@ function adminUsersApp() { }); if (resp.ok) { this.localUserModal.open = false; - this.showAlert('success', 'Account created', `Local account for "${this.localUserModal.form.username}" was created successfully.`); + this.showAlert('success', i18n.accountCreated, i18n.accountCreatedMsg.replace('{username}', this.localUserModal.form.username)); await this.fetchLocalUsers(); } else { const err = await resp.json().catch(() => ({})); - this.localUserModal.error = err.detail || 'Failed to create account.'; + this.localUserModal.error = err.detail || i18n.failedCreate; } } catch (e) { - this.localUserModal.error = 'Network error: ' + e.message; + this.localUserModal.error = i18n.networkError + ': ' + e.message; } finally { this.localUserModal.saving = false; } @@ -1129,14 +1165,14 @@ function adminUsersApp() { }); if (resp.ok) { this.editLocalUserModal.open = false; - this.showAlert('success', 'Updated', `Account has been updated.`); + this.showAlert('success', i18n.updated, i18n.accountUpdated); await this.fetchLocalUsers(); } else { const err = await resp.json().catch(() => ({})); - this.editLocalUserModal.error = err.detail || 'Failed to update account.'; + this.editLocalUserModal.error = err.detail || i18n.failedUpdate; } } catch (e) { - this.editLocalUserModal.error = 'Network error: ' + e.message; + this.editLocalUserModal.error = i18n.networkError + ': ' + e.message; } finally { this.editLocalUserModal.saving = false; } @@ -1165,13 +1201,13 @@ function adminUsersApp() { }); if (resp.ok) { this.setPasswordModal.open = false; - this.showAlert('success', 'Password set', `Password for "${this.setPasswordModal.username}" has been updated.`); + this.showAlert('success', i18n.passwordSet, i18n.passwordSetMsg.replace('{username}', this.setPasswordModal.username)); } else { const err = await resp.json().catch(() => ({})); - this.setPasswordModal.error = err.detail || 'Failed to set password.'; + this.setPasswordModal.error = err.detail || i18n.failedSetPassword; } } catch (e) { - this.setPasswordModal.error = 'Network error: ' + e.message; + this.setPasswordModal.error = i18n.networkError + ': ' + e.message; } finally { this.setPasswordModal.saving = false; } @@ -1187,14 +1223,14 @@ function adminUsersApp() { }); const data = await resp.json().catch(() => ({})); if (resp.ok && data.sent) { - this.showAlert('success', 'Email sent', `Password reset email sent to "${lu.email}".`); + this.showAlert('success', i18n.emailSent, i18n.emailSentMsg.replace('{email}', lu.email)); } else if (resp.ok && !data.sent) { - this.showAlert('error', 'Email not sent', data.reason || 'SMTP is not configured.'); + this.showAlert('error', i18n.emailNotSent, data.reason || i18n.smtpNotConfigured); } else { - this.showAlert('error', 'Failed', data.detail || resp.statusText); + this.showAlert('error', i18n.failed, data.detail || resp.statusText); } } catch (e) { - this.showAlert('error', 'Network error', e.message); + this.showAlert('error', i18n.networkError, e.message); } }, @@ -1207,15 +1243,15 @@ function adminUsersApp() { }); if (resp.status === 204) { this.deleteLocalUserModal.open = false; - this.showAlert('success', 'Deleted', `Account for "${this.deleteLocalUserModal.username}" has been removed.`); + this.showAlert('success', i18n.deleted, i18n.accountDeletedMsg.replace('{username}', this.deleteLocalUserModal.username)); await this.fetchLocalUsers(); } else { const err = await resp.json().catch(() => ({})); - this.showAlert('error', 'Delete failed', err.detail || resp.statusText); + this.showAlert('error', i18n.deleteFailed, err.detail || resp.statusText); this.deleteLocalUserModal.open = false; } } catch (e) { - this.showAlert('error', 'Network error', e.message); + this.showAlert('error', i18n.networkError, e.message); this.deleteLocalUserModal.open = false; } finally { this.deleteLocalUserModal.deleting = false; diff --git a/frontend/templates/attribution.html b/frontend/templates/attribution.html index 95ffd433..1abc46bd 100644 --- a/frontend/templates/attribution.html +++ b/frontend/templates/attribution.html @@ -1,40 +1,40 @@ {% extends "base.html" %} -{% block title %}DocuElevate - Third-Party Attributions{% endblock %} +{% block title %}{{ _("attribution.page_title") }}{% endblock %} {% block content %} <div class="container mx-auto px-4 py-8"> - <h1 class="text-2xl font-bold mb-4">Third-Party Software Attributions</h1> + <h1 class="text-2xl font-bold mb-4">{{ _("attribution.heading") }}</h1> <div class="bg-white shadow-md rounded-lg p-6 mb-6"> <p class="mb-4"> - DocuElevate uses several open source libraries and tools. We are grateful to the - developers of these projects for their contributions to open source software. + {{ _("attribution.intro") }} </p> <div class="bg-yellow-50 border-l-4 border-yellow-400 p-4 mb-6"> <div class="flex"> <div class="flex-shrink-0"> - <svg class="h-5 w-5 text-yellow-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"> + <svg class="h-5 w-5 text-yellow-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M8.257 3.099c.765-1.36 2.722-1.36 3.486 0l5.58 9.92c.75 1.334-.213 2.98-1.742 2.98H4.42c-1.53 0-2.493-1.646-1.743-2.98l5.58-9.92zM11 13a1 1 0 11-2 0 1 1 0 012 0zm-1-8a1 1 0 00-1 1v3a1 1 0 002 0V6a1 1 0 00-1-1z" clip-rule="evenodd" /> </svg> </div> <div class="ml-3"> <p class="text-sm text-yellow-700"> - <strong>Special Attribution:</strong> This software includes Paramiko, which is licensed under LGPL. The source code for Paramiko is available at + <strong>{{ _("attribution.special_title") }}</strong> + {{ _("attribution.special_source_pre") }} <a href="https://github.com/paramiko/paramiko" class="font-medium underline text-yellow-700 hover:text-yellow-600"> https://github.com/paramiko/paramiko - </a>. - A copy of the LGPL license can be found + </a>{{ _("attribution.special_source_post") }} + {{ _("attribution.special_lgpl_pre") }} <a href="/static/licenses/lgpl.txt" class="font-medium underline text-yellow-700 hover:text-yellow-600"> - here - </a>. + {{ _("attribution.special_lgpl_link") }} + </a>{{ _("attribution.special_lgpl_post") }} </p> </div> </div> </div> - <h2 class="text-xl font-semibold mb-2">Python Dependencies</h2> + <h2 class="text-xl font-semibold mb-2">{{ _("attribution.section_python") }}</h2> <ul class="list-disc pl-5 mb-4"> <li class="mb-2"> <span class="font-semibold">FastAPI</span> (MIT License)<br> @@ -130,7 +130,7 @@ <span class="font-semibold">Paramiko</span> (LGPL-2.1 License)<br> Copyright (c) 2003-2009 Robey Pointer<br> <a href="https://github.com/paramiko/paramiko" class="text-blue-600 hover:underline">https://github.com/paramiko/paramiko</a><br> - <span class="text-sm text-gray-600">Note: This library is licensed under the GNU Lesser General Public License v2.1 (LGPL-2.1)</span> + <span class="text-sm text-gray-600">{{ _("attribution.paramiko_lgpl_note") }}</span> </li> <li class="mb-2"> <span class="font-semibold">Apprise</span> (MIT License)<br> @@ -139,7 +139,7 @@ </li> </ul> - <h2 class="text-xl font-semibold mb-2">Docker Images</h2> + <h2 class="text-xl font-semibold mb-2">{{ _("attribution.section_docker") }}</h2> <ul class="list-disc pl-5 mb-4"> <li class="mb-2"> <span class="font-semibold">Redis</span> (BSD License)<br> @@ -153,7 +153,7 @@ </li> </ul> - <h2 class="text-xl font-semibold mb-2">Frontend Dependencies</h2> + <h2 class="text-xl font-semibold mb-2">{{ _("attribution.section_frontend") }}</h2> <ul class="list-disc pl-5 mb-4"> <li class="mb-2"> <span class="font-semibold">Tailwind CSS</span> (MIT License)<br> diff --git a/frontend/templates/base.html b/frontend/templates/base.html index 25d79498..f38263ef 100644 --- a/frontend/templates/base.html +++ b/frontend/templates/base.html @@ -216,11 +216,31 @@ aria-live="polite"></span> </a> + <!-- Language selector data (kept outside the HTML attribute to avoid quote conflicts with tojson) --> + <script> + window.__langSuggested = {{ suggested_languages | tojson }}; + window.__langAll = {{ supported_languages | tojson }}; + </script> + <!-- Language selector dropdown --> - <div x-data="{ langOpen: false }" class="relative"> + <div x-data="{ + langOpen: false, + search: '', + suggested: window.__langSuggested, + all: window.__langAll, + get filtered() { + if (!this.search.trim()) return this.suggested; + const q = this.search.trim().toLowerCase(); + return this.all.filter(l => + l.native.toLowerCase().includes(q) || + l.name.toLowerCase().includes(q) || + l.code.toLowerCase().startsWith(q) + ); + } + }" class="relative" @keydown.escape="langOpen = false; search = ''"> <button - @click="langOpen = !langOpen" - @click.outside="langOpen = false" + @click="langOpen = !langOpen; if (langOpen) $nextTick(() => { if ($refs.langSearch) $refs.langSearch.focus(); })" + @click.outside="langOpen = false; search = ''" type="button" class="p-1.5 rounded-md text-gray-500 hover:text-gray-700 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500" aria-label="{{ _('language.selector') }}" @@ -228,7 +248,10 @@ :aria-expanded="langOpen" aria-haspopup="true" > - <i class="fas fa-globe"></i> + <span class="text-base leading-none" aria-hidden="true"> + {% set cur_lang = suggested_languages | selectattr("code", "equalto", current_locale) | list %} + {% if cur_lang %}{{ cur_lang[0].flag }}{% else %}🌐{% endif %} + </span> </button> <div x-show="langOpen" @@ -238,25 +261,49 @@ x-transition:leave="transition ease-in duration-75 transform" x-transition:leave-start="opacity-100 scale-100" x-transition:leave-end="opacity-0 scale-95" - class="absolute right-0 mt-2 w-48 bg-white rounded-md shadow-lg ring-1 ring-black ring-opacity-5 z-50" + class="absolute right-0 mt-2 w-56 bg-white dark:bg-gray-800 rounded-md shadow-lg ring-1 ring-black ring-opacity-5 z-50" role="menu" aria-label="{{ _('language.selector') }}" > - <div class="py-1"> - {% for lang in supported_languages %} - <button - type="button" - role="menuitem" - class="flex items-center w-full px-4 py-2 text-sm text-left hover:bg-gray-100 {% if current_locale == lang.code %}bg-blue-50 text-blue-700 font-medium{% else %}text-gray-700{% endif %}" - onclick="setLanguage('{{ lang.code }}')" - > - <span class="mr-2">{{ lang.flag }}</span> - <span>{{ lang.native }}</span> - {% if current_locale == lang.code %} - <i class="fas fa-check ml-auto text-blue-500" aria-hidden="true"></i> - {% endif %} - </button> - {% endfor %} + <!-- Search input --> + <div class="px-3 pt-2 pb-1"> + <div class="relative"> + <i class="fas fa-magnifying-glass absolute left-2 top-1/2 -translate-y-1/2 text-gray-400 text-xs pointer-events-none" aria-hidden="true"></i> + <input + x-ref="langSearch" + x-model="search" + type="search" + placeholder="{{ _('language.search_placeholder') }}" + class="w-full pl-6 pr-2 py-1 text-xs border border-gray-300 dark:border-gray-600 rounded focus:outline-none focus:ring-1 focus:ring-blue-400 dark:bg-gray-700 dark:text-white" + aria-label="{{ _('language.search_placeholder') }}" + autocomplete="off" + /> + </div> + </div> + <!-- Language list --> + <div class="py-1 max-h-56 overflow-y-auto" role="none"> + <template x-for="lang in filtered" :key="lang.code"> + <button + type="button" + role="menuitem" + :class="lang.code === '{{ current_locale }}' ? 'bg-blue-50 dark:bg-blue-900/30 text-blue-700 dark:text-blue-300 font-medium' : 'text-gray-700 dark:text-gray-200'" + class="flex items-center w-full px-4 py-2 text-sm text-left hover:bg-gray-100 dark:hover:bg-gray-700" + :onclick="`setLanguage('${lang.code}')`" + > + <span class="mr-2 text-base" x-text="lang.flag"></span> + <span x-text="lang.native"></span> + <i x-show="lang.code === '{{ current_locale }}'" class="fas fa-check ml-auto text-blue-500" aria-hidden="true"></i> + </button> + </template> + <p + x-show="filtered.length === 0" + class="px-4 py-2 text-sm text-gray-400 dark:text-gray-500" + >{{ _('language.no_results') }}</p> + </div> + <!-- Footer hint --> + <div x-show="!search.trim()" class="px-3 py-1.5 text-xs text-gray-400 dark:text-gray-500 border-t border-gray-100 dark:border-gray-700 flex items-center justify-between"> + <span x-text="`${suggested.length} / {{ supported_languages | length }}`"></span> + <button type="button" @click="$refs.langSearch.focus(); $refs.langSearch.select()" class="text-blue-500 hover:underline">{{ _('common.search') }}…</button> </div> </div> </div> @@ -501,6 +548,23 @@ })(); </script> + <!-- i18n strings for common.js (user menu) --> + <script> + window.__i18n = { + accountMenu: {{ _("nav.account_menu") | tojson }}, + accountMenuFor: {{ _("nav.account_menu_for") | tojson }}, + avatar: {{ _("common.avatar") | tojson }}, + profileSettings: {{ _("nav.profile_settings") | tojson }}, + mySubscription: {{ _("nav.my_subscription") | tojson }}, + apiTokens: {{ _("nav.api_tokens") | tojson }}, + sharedLinks: {{ _("nav.shared_links") | tojson }}, + signOut: {{ _("nav.sign_out") | tojson }}, + logIn: {{ _("nav.login") | tojson }}, + signUp: {{ _("nav.signup") | tojson }}, + getStarted: {{ _("nav.get_started") | tojson }}, + }; + </script> + <!-- Common JS (shared) --> <script src="/static/js/common.js"></script> diff --git a/frontend/templates/cookies.html b/frontend/templates/cookies.html index a177baee..3a24d939 100644 --- a/frontend/templates/cookies.html +++ b/frontend/templates/cookies.html @@ -1,58 +1,58 @@ {% extends "base.html" %} -{% block title %}Cookie Policy - DocuElevate{% endblock %} +{% block title %}{{ _("cookie_policy.page_title") }}{% endblock %} {% block content %} <div class="container mx-auto px-4 py-8 max-w-4xl"> - <h1 class="text-4xl font-bold mb-6">Cookie Policy</h1> - <p class="text-sm text-gray-500 mb-8">Last Updated: {{ build_date|default(current_date|default('May 14, 2024')) }}</p> + <h1 class="text-4xl font-bold mb-6">{{ _("cookie_policy.heading") }}</h1> + <p class="text-sm text-gray-500 mb-8">{{ _("cookie_policy.last_updated") }} {{ build_date|default(current_date|default('May 14, 2024')) }}</p> <div class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">What Are Cookies</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("cookie_policy.s1_heading") }}</h2> <p class="text-gray-700 mb-3"> - Cookies are small text files that are stored on your computer or mobile device when you visit a website. They are widely used to make websites work more efficiently and provide information to the website owners. + {{ _("cookie_policy.s1_p1") }} </p> </div> <div class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">How We Use Cookies</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("cookie_policy.s2_heading") }}</h2> <p class="text-gray-700 mb-3"> - DocuElevate uses <strong>only strictly necessary session cookies</strong> for the following purpose: + {{ _("cookie_policy.s2_p1_pre") }} <strong>{{ _("cookie_policy.s2_p1_strong") }}</strong> {{ _("cookie_policy.s2_p1_post") }} </p> <ul class="list-disc list-inside text-gray-700 ml-4 mb-3"> - <li><strong>Authentication &amp; Session Management:</strong> To identify you when you sign in and maintain your session while you use the application.</li> + <li><strong>{{ _("cookie_policy.s2_li1_label") }}</strong> {{ _("cookie_policy.s2_li1_body") }}</li> </ul> <p class="text-gray-700 mb-3"> - These cookies are mandatory for the proper functioning of our service. Without these cookies, you would be required to log in repeatedly during your browsing session. + {{ _("cookie_policy.s2_p2") }} </p> <p class="text-gray-700"> - Because these cookies are strictly necessary for the service to function, they are exempt from prior-consent requirements under the EU ePrivacy Directive (Art. 5(3)) and equivalent national implementations. We do not set any optional, analytics, advertising, or tracking cookies. + {{ _("cookie_policy.s2_p3") }} </p> </div> <div class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">Cookie Details</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("cookie_policy.s3_heading") }}</h2> <div class="overflow-x-auto"> - <table class="min-w-full text-sm text-gray-700 border border-gray-200 rounded"> + <table class="min-w-full text-sm text-gray-700 border border-gray-200 rounded" aria-label="{{ _('cookie_policy.s3_heading') }}"> <thead class="bg-gray-50"> <tr> - <th class="px-4 py-2 text-left font-semibold border-b">Name</th> - <th class="px-4 py-2 text-left font-semibold border-b">Type</th> - <th class="px-4 py-2 text-left font-semibold border-b">Purpose</th> - <th class="px-4 py-2 text-left font-semibold border-b">Duration</th> + <th class="px-4 py-2 text-left font-semibold border-b" scope="col">{{ _("cookie_policy.s3_col_name") }}</th> + <th class="px-4 py-2 text-left font-semibold border-b" scope="col">{{ _("cookie_policy.s3_col_type") }}</th> + <th class="px-4 py-2 text-left font-semibold border-b" scope="col">{{ _("cookie_policy.s3_col_purpose") }}</th> + <th class="px-4 py-2 text-left font-semibold border-b" scope="col">{{ _("cookie_policy.s3_col_duration") }}</th> </tr> </thead> <tbody> <tr class="border-b"> <td class="px-4 py-2 font-mono">session</td> - <td class="px-4 py-2">Strictly Necessary</td> - <td class="px-4 py-2">Maintains your authenticated session; required for login to function.</td> - <td class="px-4 py-2">Session (deleted on browser close or logout)</td> + <td class="px-4 py-2">{{ _("cookie_policy.s3_row1_type") }}</td> + <td class="px-4 py-2">{{ _("cookie_policy.s3_row1_purpose") }}</td> + <td class="px-4 py-2">{{ _("cookie_policy.s3_row1_duration") }}</td> </tr> <tr> <td class="px-4 py-2 font-mono">cookieNoticeDismissed</td> - <td class="px-4 py-2">Strictly Necessary</td> - <td class="px-4 py-2">Stores your acknowledgement of the cookie notice so it is not shown repeatedly (stored in localStorage, not a cookie).</td> - <td class="px-4 py-2">Persistent (browser localStorage)</td> + <td class="px-4 py-2">{{ _("cookie_policy.s3_row2_type") }}</td> + <td class="px-4 py-2">{{ _("cookie_policy.s3_row2_purpose") }}</td> + <td class="px-4 py-2">{{ _("cookie_policy.s3_row2_duration") }}</td> </tr> </tbody> </table> @@ -60,25 +60,26 @@ </div> <div class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">No Third-Party Cookies</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("cookie_policy.s4_heading") }}</h2> <p class="text-gray-700 mb-3"> - DocuElevate does not use any third-party cookies, tracking cookies, advertising cookies, or analytics cookies. We respect your privacy and only implement the minimum cookies required for our service to function. + {{ _("cookie_policy.s4_p1") }} </p> <p class="text-gray-700"> - For more information about how we handle your data, please see our <a href="/privacy" class="text-blue-600 hover:underline">Privacy Notice</a>. + {{ _("cookie_policy.s4_p2_pre") }} <a href="/privacy" class="text-blue-600 hover:underline">{{ _("cookie_policy.s4_privacy_link") }}</a>. </p> </div> <div class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">Managing Cookies</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("cookie_policy.s5_heading") }}</h2> <p class="text-gray-700 mb-3"> - Most web browsers allow you to control cookies through their settings. However, blocking or deleting our session cookies will prevent DocuElevate from functioning, as user authentication relies on these cookies. + {{ _("cookie_policy.s5_p1") }} </p> <p class="text-gray-700 mb-3"> - You may also clear the cookie notice acknowledgement stored in your browser's localStorage at any time via your browser's developer tools (Application &rarr; Local Storage). + {{ _("cookie_policy.s5_p2") }} </p> <p class="text-gray-700"> - This Cookie Policy is part of and incorporated into our <a href="/terms" class="text-blue-600 hover:underline">Terms of Service</a> and <a href="/privacy" class="text-blue-600 hover:underline">Privacy Notice</a>. + {{ _("cookie_policy.s5_p3_pre") }} <a href="/terms" class="text-blue-600 hover:underline">{{ _("cookie_policy.s5_terms_link") }}</a> + {{ _("cookie_policy.s5_p3_and") }} <a href="/privacy" class="text-blue-600 hover:underline">{{ _("cookie_policy.s5_privacy_link") }}</a>. </p> </div> </div> diff --git a/frontend/templates/filemanager.html b/frontend/templates/filemanager.html index db5e88ec..3d21d813 100644 --- a/frontend/templates/filemanager.html +++ b/frontend/templates/filemanager.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}File Manager – Admin{% endblock %} +{% block title %}{{ _("admin_files.page_title") }}{% endblock %} {% block content %} <div class="container mx-auto px-4 py-8"> @@ -8,9 +8,9 @@ <div class="mb-6 flex flex-col sm:flex-row sm:items-center sm:justify-between gap-3"> <div> <h1 class="text-3xl font-bold text-gray-900 flex items-center gap-2"> - <i class="fas fa-folder-open text-blue-500"></i> - File Manager - <span class="text-xs font-semibold text-red-600 bg-red-50 border border-red-200 rounded px-2 py-0.5 ml-1">Admin Only</span> + <i class="fas fa-folder-open text-blue-500" aria-hidden="true"></i> + {{ _("admin_files.heading") }} + <span class="text-xs font-semibold text-red-600 bg-red-50 border border-red-200 rounded px-2 py-0.5 ml-1">{{ _("admin_files.admin_only_badge") }}</span> </h1> <p class="text-gray-400 text-sm mt-1"> <code class="bg-gray-100 rounded px-1 text-xs">{{ workdir }}</code> @@ -19,15 +19,15 @@ <!-- Summary badges --> <div class="flex gap-3 text-sm flex-wrap"> <span class="inline-flex items-center gap-1.5 bg-blue-50 border border-blue-200 text-blue-700 rounded-full px-3 py-1"> - <i class="fas fa-hdd text-xs"></i> - {% if total_disk is none %}…{% else %}{{ total_disk }}{% endif %} on disk + <i class="fas fa-hdd text-xs" aria-hidden="true"></i> + {% if total_disk is none %}…{% else %}{{ total_disk }}{% endif %} {{ _("admin_files.badge_on_disk") }} </span> <span class="inline-flex items-center gap-1.5 bg-green-50 border border-green-200 text-green-700 rounded-full px-3 py-1"> - <i class="fas fa-database text-xs"></i> {{ total_db }} in DB + <i class="fas fa-database text-xs" aria-hidden="true"></i> {{ total_db }} {{ _("admin_files.badge_in_db") }} </span> {% if total_disk is not none and total_disk != total_db %} <span class="inline-flex items-center gap-1.5 bg-amber-50 border border-amber-300 text-amber-700 rounded-full px-3 py-1 font-medium"> - <i class="fas fa-triangle-exclamation text-xs"></i> Delta detected + <i class="fas fa-triangle-exclamation text-xs" aria-hidden="true"></i> {{ _("admin_files.badge_delta_detected") }} </span> {% endif %} </div> @@ -38,17 +38,17 @@ <a href="?view=filesystem" class="tab-link px-5 py-2.5 text-sm font-medium rounded-t border-b-2 transition {% if view == 'filesystem' %}border-blue-600 text-blue-600 bg-blue-50{% else %}border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300{% endif %}"> - <i class="fas fa-folder-tree mr-1.5"></i>Filesystem + <i class="fas fa-folder-tree mr-1.5" aria-hidden="true"></i>{{ _("admin_files.tab_filesystem") }} </a> <a href="?view=database" class="tab-link px-5 py-2.5 text-sm font-medium rounded-t border-b-2 transition {% if view == 'database' %}border-green-600 text-green-600 bg-green-50{% else %}border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300{% endif %}"> - <i class="fas fa-database mr-1.5"></i>Database Records + <i class="fas fa-database mr-1.5" aria-hidden="true"></i>{{ _("admin_files.tab_database") }} </a> <a href="?view=reconcile" class="tab-link px-5 py-2.5 text-sm font-medium rounded-t border-b-2 transition {% if view == 'reconcile' %}border-amber-500 text-amber-600 bg-amber-50{% else %}border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300{% endif %}"> - <i class="fas fa-code-compare mr-1.5"></i>Reconcile + <i class="fas fa-code-compare mr-1.5" aria-hidden="true"></i>{{ _("admin_files.tab_reconcile") }} {% if total_disk != total_db %} <span class="ml-1 bg-amber-500 text-white rounded-full text-xs px-1.5 py-0.5">!</span> {% endif %} @@ -62,21 +62,21 @@ <!-- Legend --> <div class="flex flex-wrap gap-4 text-xs text-gray-500 mb-4"> - <span class="flex items-center gap-1"><span class="h-2.5 w-2.5 rounded-full bg-green-400 inline-block"></span> Found in DB</span> - <span class="flex items-center gap-1"><span class="h-2.5 w-2.5 rounded-full bg-amber-400 inline-block"></span> Not in DB (orphan)</span> + <span class="flex items-center gap-1"><span class="h-2.5 w-2.5 rounded-full bg-green-400 inline-block"></span> {{ _("admin_files.legend_found_in_db") }}</span> + <span class="flex items-center gap-1"><span class="h-2.5 w-2.5 rounded-full bg-amber-400 inline-block"></span> {{ _("admin_files.legend_not_in_db") }}</span> </div> <!-- Breadcrumb --> - <nav class="flex mb-4 text-sm" aria-label="Breadcrumb"> + <nav class="flex mb-4 text-sm" aria-label="{{ _("admin_files.aria_breadcrumb") }}"> <ol class="inline-flex items-center space-x-1 flex-wrap"> <li> <a href="?view=filesystem" class="text-blue-600 hover:underline flex items-center gap-1"> - <i class="fas fa-home"></i> workdir + <i class="fas fa-home" aria-hidden="true"></i> {{ _("admin_files.breadcrumb_workdir") }} </a> </li> {% for crumb in breadcrumbs %} <li class="flex items-center"> - <i class="fas fa-chevron-right text-gray-300 mx-1 text-xs"></i> + <i class="fas fa-chevron-right text-gray-300 mx-1 text-xs" aria-hidden="true"></i> {% if loop.last %} <span class="text-gray-700 font-medium">{{ crumb.name }}</span> {% else %} @@ -93,22 +93,22 @@ <thead class="bg-gray-50"> <tr> <th class="px-4 py-3 text-left w-8"></th> - <th class="px-4 py-3 text-left font-semibold text-gray-600 uppercase tracking-wider text-xs">Name</th> - <th class="px-4 py-3 text-left font-semibold text-gray-600 uppercase tracking-wider text-xs hidden sm:table-cell">Size</th> - <th class="px-4 py-3 text-left font-semibold text-gray-600 uppercase tracking-wider text-xs hidden md:table-cell">Modified</th> - <th class="px-4 py-3 text-left font-semibold text-gray-600 uppercase tracking-wider text-xs">DB</th> - <th class="px-4 py-3 text-left font-semibold text-gray-600 uppercase tracking-wider text-xs">Actions</th> + <th class="px-4 py-3 text-left font-semibold text-gray-600 uppercase tracking-wider text-xs">{{ _("admin_files.col_name") }}</th> + <th class="px-4 py-3 text-left font-semibold text-gray-600 uppercase tracking-wider text-xs hidden sm:table-cell">{{ _("admin_files.col_size") }}</th> + <th class="px-4 py-3 text-left font-semibold text-gray-600 uppercase tracking-wider text-xs hidden md:table-cell">{{ _("admin_files.col_modified") }}</th> + <th class="px-4 py-3 text-left font-semibold text-gray-600 uppercase tracking-wider text-xs">{{ _("admin_files.col_db") }}</th> + <th class="px-4 py-3 text-left font-semibold text-gray-600 uppercase tracking-wider text-xs">{{ _("admin_files.col_actions") }}</th> </tr> </thead> <tbody class="divide-y divide-gray-100"> {% if current_path %} <tr class="hover:bg-gray-50"> - <td class="px-4 py-3 text-yellow-400"><i class="fas fa-folder"></i></td> + <td class="px-4 py-3 text-yellow-400"><i class="fas fa-folder" aria-hidden="true"></i></td> <td class="px-4 py-3 font-medium text-gray-900" colspan="4"> <a href="?view=filesystem{% if parent_path %}&path={{ parent_path | urlencode }}{% endif %}" class="text-blue-600 hover:underline flex items-center gap-1"> - <i class="fas fa-level-up-alt text-xs"></i> .. + <i class="fas fa-level-up-alt text-xs" aria-hidden="true"></i> .. </a> </td> <td></td> @@ -118,7 +118,7 @@ {% if fs_entries %} {% for entry in fs_entries %} <tr class="hover:bg-gray-50 {% if entry.db_status == 'orphan' %}bg-amber-50{% endif %}"> - <td class="px-4 py-3"><i class="{{ entry.icon }}"></i></td> + <td class="px-4 py-3"><i class="{{ entry.icon }}" aria-hidden="true"></i></td> <td class="px-4 py-3 font-medium text-gray-900 max-w-xs truncate"> {% if entry.is_dir %} <a href="?view=filesystem&path={{ entry.rel_path | urlencode }}" class="text-blue-600 hover:underline"> @@ -133,11 +133,11 @@ <td class="px-4 py-3"> {% if entry.db_status == 'in_db' %} <span class="inline-flex items-center gap-1 text-xs text-green-700 bg-green-50 border border-green-200 rounded-full px-2 py-0.5"> - <span class="h-1.5 w-1.5 rounded-full bg-green-500"></span> In DB + <span class="h-1.5 w-1.5 rounded-full bg-green-500"></span> {{ _("admin_files.status_in_db") }} </span> {% elif entry.db_status == 'orphan' %} <span class="inline-flex items-center gap-1 text-xs text-amber-700 bg-amber-50 border border-amber-200 rounded-full px-2 py-0.5"> - <span class="h-1.5 w-1.5 rounded-full bg-amber-500"></span> Orphan + <span class="h-1.5 w-1.5 rounded-full bg-amber-500"></span> {{ _("admin_files.status_orphan") }} </span> {% endif %} </td> @@ -145,7 +145,7 @@ {% if not entry.is_dir %} <a href="/admin/files/download?path={{ entry.rel_path | urlencode }}" class="inline-flex items-center gap-1 px-2.5 py-1 border border-gray-200 text-xs font-medium rounded text-gray-600 bg-white hover:bg-gray-50"> - <i class="fas fa-download text-xs"></i> Download + <i class="fas fa-download text-xs" aria-hidden="true"></i> {{ _("admin_files.btn_download") }} </a> {% endif %} </td> @@ -154,8 +154,8 @@ {% else %} <tr> <td colspan="6" class="px-6 py-10 text-center text-sm text-gray-400"> - <i class="fas fa-folder-open text-gray-200 text-3xl mb-2 block"></i> - This directory is empty. + <i class="fas fa-folder-open text-gray-200 text-3xl mb-2 block" aria-hidden="true"></i> + {{ _("admin_files.empty_directory") }} </td> </tr> {% endif %} @@ -171,9 +171,9 @@ <!-- Legend --> <div class="flex flex-wrap gap-4 text-xs text-gray-500 mb-4"> - <span class="flex items-center gap-1"><span class="h-2.5 w-2.5 rounded-full bg-green-400 inline-block"></span> File exists on disk</span> - <span class="flex items-center gap-1"><span class="h-2.5 w-2.5 rounded-full bg-red-400 inline-block"></span> File missing from disk</span> - <span class="flex items-center gap-1"><span class="h-2.5 w-2.5 rounded-full bg-gray-300 inline-block"></span> Path not set</span> + <span class="flex items-center gap-1"><span class="h-2.5 w-2.5 rounded-full bg-green-400 inline-block"></span> {{ _("admin_files.legend_file_exists") }}</span> + <span class="flex items-center gap-1"><span class="h-2.5 w-2.5 rounded-full bg-red-400 inline-block"></span> {{ _("admin_files.legend_file_missing") }}</span> + <span class="flex items-center gap-1"><span class="h-2.5 w-2.5 rounded-full bg-gray-300 inline-block"></span> {{ _("admin_files.legend_path_not_set") }}</span> </div> {% if db_records %} @@ -181,14 +181,14 @@ <table class="min-w-full divide-y divide-gray-200 text-sm"> <thead class="bg-gray-50"> <tr> - <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">ID</th> - <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">Original Filename</th> - <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs hidden md:table-cell">Size</th> - <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs hidden lg:table-cell">Ingested</th> - <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">local_filename</th> - <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">original_file_path</th> - <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">processed_file_path</th> - <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">Health</th> + <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">{{ _("admin_files.col_id") }}</th> + <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">{{ _("admin_files.col_original_filename") }}</th> + <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs hidden md:table-cell">{{ _("admin_files.col_size") }}</th> + <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs hidden lg:table-cell">{{ _("admin_files.col_ingested") }}</th> + <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">{{ _("admin_files.col_local_filename") }}</th> + <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">{{ _("admin_files.col_original_file_path") }}</th> + <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">{{ _("admin_files.col_processed_file_path") }}</th> + <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">{{ _("admin_files.col_health") }}</th> </tr> </thead> <tbody class="divide-y divide-gray-100"> @@ -197,7 +197,7 @@ <td class="px-4 py-3 text-gray-400 font-mono text-xs">{{ rec.id }}</td> <td class="px-4 py-3 font-medium text-gray-800 max-w-xs truncate" title="{{ rec.original_filename }}"> {% if rec.is_duplicate %} - <span class="text-xs text-purple-600 bg-purple-50 border border-purple-200 rounded px-1 mr-1">dup</span> + <span class="text-xs text-purple-600 bg-purple-50 border border-purple-200 rounded px-1 mr-1">{{ _("admin_files.badge_duplicate") }}</span> {% endif %} {{ rec.original_filename }} </td> @@ -226,11 +226,11 @@ <td class="px-4 py-3"> {% if rec.health == 'ok' %} <span class="inline-flex items-center gap-1 text-xs text-green-700 bg-green-50 border border-green-200 rounded-full px-2 py-0.5"> - <i class="fas fa-check text-xs"></i> OK + <i class="fas fa-check text-xs" aria-hidden="true"></i> {{ _("admin_files.health_ok") }} </span> {% else %} <span class="inline-flex items-center gap-1 text-xs text-red-700 bg-red-50 border border-red-200 rounded-full px-2 py-0.5"> - <i class="fas fa-triangle-exclamation text-xs"></i> Missing + <i class="fas fa-triangle-exclamation text-xs" aria-hidden="true"></i> {{ _("admin_files.health_missing") }} </span> {% endif %} </td> @@ -241,8 +241,8 @@ </div> {% else %} <div class="bg-white rounded-lg shadow p-10 text-center text-gray-400"> - <i class="fas fa-database text-4xl mb-3 block text-gray-200"></i> - No file records found in the database. + <i class="fas fa-database text-4xl mb-3 block text-gray-200" aria-hidden="true"></i> + {{ _("admin_files.empty_database") }} </div> {% endif %} {% endif %} @@ -254,17 +254,16 @@ {% if orphan_files or ghost_records %} <div class="bg-amber-50 border border-amber-300 rounded-lg px-5 py-4 mb-6 flex items-start gap-3"> - <i class="fas fa-triangle-exclamation text-amber-500 mt-0.5"></i> + <i class="fas fa-triangle-exclamation text-amber-500 mt-0.5" aria-hidden="true"></i> <div class="text-sm text-amber-800"> - <strong>Delta detected.</strong> - Found <strong>{{ orphan_files | length }}</strong> orphan file(s) on disk with no DB record, - and <strong>{{ ghost_records | length }}</strong> DB record(s) with missing files on disk. + <strong>{{ _("admin_files.delta_detected_title") }}</strong> + {{ _("admin_files.delta_detected_detail", orphan_count=(orphan_files | length), ghost_count=(ghost_records | length)) }} </div> </div> {% else %} <div class="bg-green-50 border border-green-300 rounded-lg px-5 py-4 mb-6 flex items-center gap-3"> - <i class="fas fa-circle-check text-green-500"></i> - <span class="text-sm text-green-800 font-medium">No delta found — filesystem and database are in sync.</span> + <i class="fas fa-circle-check text-green-500" aria-hidden="true"></i> + <span class="text-sm text-green-800 font-medium">{{ _("admin_files.no_delta") }}</span> </div> {% endif %} @@ -272,7 +271,7 @@ <div class="mb-8"> <h2 class="text-base font-semibold text-gray-800 mb-3 flex items-center gap-2"> <span class="h-3 w-3 rounded-full bg-amber-400 inline-block"></span> - Orphan files <span class="text-gray-400 font-normal text-sm ml-1">(on disk, no DB record)</span> + {{ _("admin_files.orphan_files_heading") }} <span class="text-gray-400 font-normal text-sm ml-1">{{ _("admin_files.orphan_files_desc") }}</span> <span class="text-xs bg-amber-100 text-amber-700 border border-amber-200 rounded-full px-2 py-0.5 ml-auto">{{ orphan_files | length }}</span> </h2> {% if orphan_files %} @@ -281,23 +280,23 @@ <thead class="bg-amber-50"> <tr> <th class="px-4 py-3 text-left w-8"></th> - <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">Path (relative to workdir)</th> - <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs hidden sm:table-cell">Size</th> - <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs hidden md:table-cell">Modified</th> - <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">Actions</th> + <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">{{ _("admin_files.col_path_relative") }}</th> + <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs hidden sm:table-cell">{{ _("admin_files.col_size") }}</th> + <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs hidden md:table-cell">{{ _("admin_files.col_modified") }}</th> + <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">{{ _("admin_files.col_actions") }}</th> </tr> </thead> <tbody class="divide-y divide-gray-100"> {% for f in orphan_files %} <tr class="hover:bg-amber-50"> - <td class="px-4 py-3"><i class="{{ f.icon }}"></i></td> + <td class="px-4 py-3"><i class="{{ f.icon }}" aria-hidden="true"></i></td> <td class="px-4 py-3 font-mono text-xs text-amber-800 max-w-xs truncate" title="{{ f.rel_path }}">{{ f.rel_path }}</td> <td class="px-4 py-3 text-gray-500 hidden sm:table-cell">{{ f.size }}</td> <td class="px-4 py-3 text-gray-400 text-xs hidden md:table-cell">{{ f.modified }}</td> <td class="px-4 py-3"> <a href="/admin/files/download?path={{ f.rel_path | urlencode }}" class="inline-flex items-center gap-1 px-2.5 py-1 border border-gray-200 text-xs font-medium rounded text-gray-600 bg-white hover:bg-gray-50"> - <i class="fas fa-download text-xs"></i> Download + <i class="fas fa-download text-xs" aria-hidden="true"></i> {{ _("admin_files.btn_download") }} </a> </td> </tr> @@ -306,7 +305,7 @@ </table> </div> {% else %} - <p class="text-sm text-gray-400 italic">No orphan files found.</p> + <p class="text-sm text-gray-400 italic">{{ _("admin_files.no_orphan_files") }}</p> {% endif %} </div> @@ -314,7 +313,7 @@ <div> <h2 class="text-base font-semibold text-gray-800 mb-3 flex items-center gap-2"> <span class="h-3 w-3 rounded-full bg-red-400 inline-block"></span> - Ghost records <span class="text-gray-400 font-normal text-sm ml-1">(in DB, file(s) missing on disk)</span> + {{ _("admin_files.ghost_records_heading") }} <span class="text-gray-400 font-normal text-sm ml-1">{{ _("admin_files.ghost_records_desc") }}</span> <span class="text-xs bg-red-100 text-red-700 border border-red-200 rounded-full px-2 py-0.5 ml-auto">{{ ghost_records | length }}</span> </h2> {% if ghost_records %} @@ -322,10 +321,10 @@ <table class="min-w-full divide-y divide-gray-200 text-sm"> <thead class="bg-red-50"> <tr> - <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">ID</th> - <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">Original Filename</th> - <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs hidden md:table-cell">Ingested</th> - <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">Missing paths</th> + <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">{{ _("admin_files.col_id") }}</th> + <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">{{ _("admin_files.col_original_filename") }}</th> + <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs hidden md:table-cell">{{ _("admin_files.col_ingested") }}</th> + <th class="px-4 py-3 text-left font-semibold text-gray-500 uppercase tracking-wider text-xs">{{ _("admin_files.col_missing_paths") }}</th> </tr> </thead> <tbody class="divide-y divide-gray-100"> @@ -352,7 +351,7 @@ </table> </div> {% else %} - <p class="text-sm text-gray-400 italic">No ghost records found.</p> + <p class="text-sm text-gray-400 italic">{{ _("admin_files.no_ghost_records") }}</p> {% endif %} </div> {% endif %} diff --git a/frontend/templates/imprint.html b/frontend/templates/imprint.html index f0292279..a1938d5b 100644 --- a/frontend/templates/imprint.html +++ b/frontend/templates/imprint.html @@ -1,13 +1,13 @@ {% extends "base.html" %} -{% block title %}Imprint - DocuElevate{% endblock %} +{% block title %}{{ _("imprint.page_title") }}{% endblock %} {% block content %} <div class="container mx-auto px-4 py-8 max-w-4xl"> - <h1 class="text-4xl font-bold mb-6">Imprint</h1> - <p class="text-sm text-gray-500 mb-8">Information according to § 5 TMG (German Telemedia Act)</p> + <h1 class="text-4xl font-bold mb-6">{{ _("imprint.heading") }}</h1> + <p class="text-sm text-gray-500 mb-8">{{ _("imprint.subtitle") }}</p> <div class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">Service Provider</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("imprint.provider_heading") }}</h2> <p class="text-gray-700 mb-3"> <strong>Christian Louis IT Beratung</strong><br> Alter Steinweg 3<br> @@ -17,7 +17,7 @@ </div> <div class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">Contact Information</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("imprint.contact_heading") }}</h2> <p class="text-gray-700 mb-3"> Fax: +49 40 97074609<br> Email: christianlouis@gmail.com<br> @@ -26,16 +26,16 @@ </div> <div class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">Business Registration</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("imprint.business_registration_heading") }}</h2> <p class="text-gray-700 mb-3"> - VAT Identification Number according to §27a Value Added Tax Act: DE202899017 + {{ _("imprint.business_registration_vat") }} DE202899017 </p> </div> <div class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">Responsible for Content</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("imprint.responsible_content_heading") }}</h2> <p class="text-gray-700 mb-3"> - According to § 55 Abs. 2 RStV:<br> + {{ _("imprint.responsible_content_rstv") }}<br> Christian Krakau-Louis<br> Alter Steinweg 3<br> 20459 Hamburg<br> @@ -44,36 +44,36 @@ </div> <div class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">Legal Notices</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("imprint.legal_heading") }}</h2> <p class="text-gray-700 mb-3"> - Despite careful content control, we assume no liability for the content of external links. The operators of the linked pages are solely responsible for their content. + {{ _("imprint.legal_liability") }} </p> <p class="text-gray-700 mb-3"> - All content on this website is protected by copyright. Any use outside the limits of copyright law requires the written consent of the respective author or creator. + {{ _("imprint.legal_copyright") }} </p> </div> <div class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">Online Dispute Resolution</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("imprint.dispute_heading") }}</h2> <p class="text-gray-700 mb-3"> - The European Commission provides a platform for online dispute resolution (OS): + {{ _("imprint.dispute_p1") }} <a href="https://ec.europa.eu/consumers/odr/" target="_blank" rel="noopener noreferrer" class="text-blue-600 hover:underline">https://ec.europa.eu/consumers/odr/</a> </p> <p class="text-gray-700 mb-3"> - We are not willing or obligated to participate in dispute resolution proceedings before a consumer arbitration board. + {{ _("imprint.dispute_p2") }} </p> </div> <div class="bg-white shadow rounded-lg p-6"> - <h2 class="text-2xl font-semibold mb-4">Related Policies</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("imprint.policies_heading") }}</h2> <p class="text-gray-700 mb-3"> - Our service is governed by the following policies: + {{ _("imprint.policies_intro") }} </p> <ul class="list-disc list-inside text-gray-700 ml-4 mb-3"> - <li><a href="/terms" class="text-blue-600 hover:underline">Terms of Service</a> - Rules for using DocuElevate</li> - <li><a href="/privacy" class="text-blue-600 hover:underline">Privacy Policy</a> - How we handle your data</li> - <li><a href="/cookies" class="text-blue-600 hover:underline">Cookie Policy</a> - Information about cookies we use</li> - <li><a href="/license" class="text-blue-600 hover:underline">License Information</a> - How our software is licensed</li> + <li><a href="/terms" class="text-blue-600 hover:underline">{{ _("imprint.policies_terms_label") }}</a> - {{ _("imprint.policies_terms_desc") }}</li> + <li><a href="/privacy" class="text-blue-600 hover:underline">{{ _("imprint.policies_privacy_label") }}</a> - {{ _("imprint.policies_privacy_desc") }}</li> + <li><a href="/cookies" class="text-blue-600 hover:underline">{{ _("imprint.policies_cookie_label") }}</a> - {{ _("imprint.policies_cookie_desc") }}</li> + <li><a href="/license" class="text-blue-600 hover:underline">{{ _("imprint.policies_license_label") }}</a> - {{ _("imprint.policies_license_desc") }}</li> </ul> </div> </div> diff --git a/frontend/templates/integrations_dashboard.html b/frontend/templates/integrations_dashboard.html index a710b98c..335b6745 100644 --- a/frontend/templates/integrations_dashboard.html +++ b/frontend/templates/integrations_dashboard.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Integrations – DocuElevate{% endblock %} +{% block title %}{{ _("integrations.page_title") }} – DocuElevate{% endblock %} {% block content %} <div @@ -13,10 +13,10 @@ <div> <h1 class="text-3xl font-bold text-gray-900 dark:text-white flex items-center gap-2"> <i class="fas fa-plug text-indigo-500" aria-hidden="true"></i> - Integrations + {{ _("integrations.page_title") }} </h1> <p class="text-gray-500 dark:text-gray-400 text-sm mt-1"> - Manage your ingestion sources and storage destinations in one place. + {{ _("integrations.subtitle") }} </p> </div> <button @@ -27,7 +27,7 @@ style="min-height:44px;" :aria-disabled="!canAddAny" > - <i class="fas fa-plus mr-2" aria-hidden="true"></i> Add Integration + <i class="fas fa-plus mr-2" aria-hidden="true"></i> {{ _("integrations.add_button") }} </button> </div> @@ -41,20 +41,20 @@ </div> <div class="flex-1 min-w-0"> <p class="text-sm font-medium text-gray-700 dark:text-gray-200"> - Mailbox Sources: + {{ _("integrations.sources_quota_label") }} <strong x-text="quota.src_count"></strong> <template x-if="quota.max_sources !== null && quota.max_sources > 0"> <span> / <strong x-text="quota.max_sources"></strong></span> </template> <template x-if="quota.max_sources === null"> - <span class="text-gray-400"> / unlimited</span> + <span class="text-gray-400"> {{ _("integrations.quota_unlimited") }}</span> </template> <template x-if="quota.max_sources === 0"> - <span class="text-gray-400 ml-1">(not available)</span> + <span class="text-gray-400 ml-1">{{ _("integrations.quota_not_available") }}</span> </template> </p> <p class="text-xs text-gray-400 dark:text-gray-500 mt-0.5"> - Plan: <span x-text="quota.tier_name"></span> + {{ _("integrations.plan_label") }} <span x-text="quota.tier_name"></span> </p> </div> <!-- Mini usage bar --> @@ -77,7 +77,7 @@ </div> <template x-if="quota.max_sources !== null && quota.src_count >= quota.max_sources && quota.max_sources >= 0"> <a href="/subscription" class="inline-flex items-center text-xs text-indigo-600 hover:text-indigo-800 mt-2"> - <i class="fas fa-arrow-up mr-1" aria-hidden="true"></i> Upgrade Plan + <i class="fas fa-arrow-up mr-1" aria-hidden="true"></i> {{ _("integrations.upgrade_plan") }} </a> </template> </div> @@ -90,17 +90,17 @@ </div> <div class="flex-1 min-w-0"> <p class="text-sm font-medium text-gray-700 dark:text-gray-200"> - Storage Destinations: + {{ _("integrations.destinations_quota_label") }} <strong x-text="quota.dest_count"></strong> <template x-if="quota.max_destinations !== null"> <span> / <strong x-text="quota.max_destinations"></strong></span> </template> <template x-if="quota.max_destinations === null"> - <span class="text-gray-400"> / unlimited</span> + <span class="text-gray-400"> {{ _("integrations.quota_unlimited") }}</span> </template> </p> <p class="text-xs text-gray-400 dark:text-gray-500 mt-0.5"> - Plan: <span x-text="quota.tier_name"></span> + {{ _("integrations.plan_label") }} <span x-text="quota.tier_name"></span> </p> </div> <!-- Mini usage bar --> @@ -123,7 +123,7 @@ </div> <template x-if="quota.max_destinations !== null && quota.dest_count >= quota.max_destinations"> <a href="/subscription" class="inline-flex items-center text-xs text-indigo-600 hover:text-indigo-800 mt-2"> - <i class="fas fa-arrow-up mr-1" aria-hidden="true"></i> Upgrade Plan + <i class="fas fa-arrow-up mr-1" aria-hidden="true"></i> {{ _("integrations.upgrade_plan") }} </a> </template> </div> @@ -151,7 +151,7 @@ <template x-if="loading"> <div class="text-center py-12 text-gray-400"> <i class="fas fa-spinner fa-spin text-3xl mb-3" aria-hidden="true"></i> - <p>Loading integrations…</p> + <p>{{ _("integrations.loading") }}</p> </div> </template> @@ -159,9 +159,9 @@ <template x-if="!loading && integrations.length === 0"> <div class="text-center py-16 bg-white dark:bg-gray-800 rounded-lg shadow"> <i class="fas fa-plug text-5xl text-gray-300 mb-4" aria-hidden="true"></i> - <h2 class="text-xl font-semibold text-gray-700 dark:text-gray-300 mb-2">No integrations configured</h2> + <h2 class="text-xl font-semibold text-gray-700 dark:text-gray-300 mb-2">{{ _("integrations.empty_state") }}</h2> <p class="text-gray-500 dark:text-gray-400 mb-6 max-w-md mx-auto"> - Add your first integration to connect ingestion sources (like IMAP) and storage destinations (like S3, Dropbox, or Google Drive). + {{ _("integrations.no_integrations_body") }} </p> <button type="button" @@ -170,7 +170,7 @@ class="inline-flex items-center px-5 py-2.5 bg-indigo-600 hover:bg-indigo-700 disabled:bg-gray-300 disabled:cursor-not-allowed text-white text-sm font-medium rounded-md" style="min-height:44px;" > - <i class="fas fa-plus mr-2" aria-hidden="true"></i> Add Your First Integration + <i class="fas fa-plus mr-2" aria-hidden="true"></i> {{ _("integrations.add_first_button") }} </button> </div> </template> @@ -179,7 +179,7 @@ <template x-if="!loading && sources.length > 0"> <section class="mb-8"> <h2 class="text-lg font-semibold text-gray-800 dark:text-gray-200 mb-3 flex items-center gap-2"> - <i class="fas fa-inbox text-blue-500" aria-hidden="true"></i> Sources + <i class="fas fa-inbox text-blue-500" aria-hidden="true"></i> {{ _("integrations.sources_section") }} </h2> <div class="space-y-3"> <template x-for="intg in sources" :key="intg.id"> @@ -196,7 +196,7 @@ <span class="ml-2 inline-flex items-center px-2 py-0.5 rounded text-xs font-medium" :class="intg.is_active ? 'bg-green-50 text-green-700 dark:bg-green-900 dark:text-green-300' : 'bg-gray-100 text-gray-500 dark:bg-gray-700 dark:text-gray-400'" - x-text="intg.is_active ? 'Active' : 'Paused'" + x-text="intg.is_active ? '{{ _('common.active') }}' : '{{ _('integrations.paused') }}'" ></span> </p> <template x-if="intg.last_error"> @@ -216,7 +216,7 @@ :aria-label="`${intg.has_credentials ? 'Re-authorize' : 'Authorize'} ${intg.name}`" > <i class="fas fa-key mr-1" aria-hidden="true"></i> - <span x-text="intg.has_credentials ? 'Re-Authorize' : 'Authorize'"></span> + <span x-text="intg.has_credentials ? '{{ _('integrations.authorize_reauth') }}' : '{{ _('integrations.authorize_btn') }}'"></span> </a> </template> <button @@ -233,7 +233,7 @@ <template x-if="testingId !== intg.id"> <i class="fas fa-plug mr-1" aria-hidden="true"></i> </template> - Test + {{ _("common.test") }} </button> <button type="button" @@ -242,7 +242,7 @@ style="min-height:36px;" :aria-label="`Edit ${intg.name}`" > - <i class="fas fa-edit mr-1" aria-hidden="true"></i>Edit + <i class="fas fa-edit mr-1" aria-hidden="true"></i>{{ _("common.edit") }} </button> <button type="button" @@ -251,7 +251,7 @@ style="min-height:36px;" :aria-label="`Delete ${intg.name}`" > - <i class="fas fa-trash-alt mr-1" aria-hidden="true"></i>Delete + <i class="fas fa-trash-alt mr-1" aria-hidden="true"></i>{{ _("common.delete") }} </button> </div> </div> @@ -265,7 +265,7 @@ <template x-if="!loading && destinations.length > 0"> <section class="mb-8"> <h2 class="text-lg font-semibold text-gray-800 dark:text-gray-200 mb-3 flex items-center gap-2"> - <i class="fas fa-hdd text-green-500" aria-hidden="true"></i> Destinations + <i class="fas fa-hdd text-green-500" aria-hidden="true"></i> {{ _("integrations.destinations_section") }} </h2> <div class="space-y-3"> <template x-for="intg in destinations" :key="intg.id"> @@ -282,7 +282,7 @@ <span class="ml-2 inline-flex items-center px-2 py-0.5 rounded text-xs font-medium" :class="intg.is_active ? 'bg-green-50 text-green-700 dark:bg-green-900 dark:text-green-300' : 'bg-gray-100 text-gray-500 dark:bg-gray-700 dark:text-gray-400'" - x-text="intg.is_active ? 'Active' : 'Paused'" + x-text="intg.is_active ? '{{ _('common.active') }}' : '{{ _('integrations.paused') }}'" ></span> </p> <template x-if="intg.last_error"> @@ -302,7 +302,7 @@ :aria-label="`${intg.has_credentials ? 'Re-authorize' : 'Authorize'} ${intg.name}`" > <i class="fas fa-key mr-1" aria-hidden="true"></i> - <span x-text="intg.has_credentials ? 'Re-Authorize' : 'Authorize'"></span> + <span x-text="intg.has_credentials ? '{{ _('integrations.authorize_reauth') }}' : '{{ _('integrations.authorize_btn') }}'"></span> </a> </template> <button @@ -319,7 +319,7 @@ <template x-if="testingId !== intg.id"> <i class="fas fa-plug mr-1" aria-hidden="true"></i> </template> - Test + {{ _("common.test") }} </button> <button type="button" @@ -328,7 +328,7 @@ style="min-height:36px;" :aria-label="`Edit ${intg.name}`" > - <i class="fas fa-edit mr-1" aria-hidden="true"></i>Edit + <i class="fas fa-edit mr-1" aria-hidden="true"></i>{{ _("common.edit") }} </button> <button type="button" @@ -337,7 +337,7 @@ style="min-height:36px;" :aria-label="`Delete ${intg.name}`" > - <i class="fas fa-trash-alt mr-1" aria-hidden="true"></i>Delete + <i class="fas fa-trash-alt mr-1" aria-hidden="true"></i>{{ _("common.delete") }} </button> </div> </div> @@ -371,13 +371,13 @@ <h2 :id="editingIntegration ? 'modal-title-edit' : 'modal-title-create'" class="text-lg font-semibold text-gray-900 dark:text-white" - x-text="editingIntegration ? 'Edit Integration' : 'Add Integration'" + x-text="editingIntegration ? '{{ _('integrations.modal_title_edit') }}' : '{{ _('integrations.modal_title_add') }}'" ></h2> <button type="button" @click="closeModal()" class="text-gray-400 hover:text-gray-600 dark:hover:text-gray-200 focus:outline-none focus:ring-2 focus:ring-indigo-500 rounded" - aria-label="Close modal" + aria-label="{{ _('integrations.modal_close') }}" > <i class="fas fa-times text-xl" aria-hidden="true"></i> </button> @@ -388,7 +388,7 @@ <!-- Direction --> <div> <label for="intg-direction" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1"> - Direction <span class="text-red-500" aria-hidden="true">*</span> + {{ _("integrations.direction_label") }} <span class="text-red-500" aria-hidden="true">*</span> </label> <select id="intg-direction" @@ -399,16 +399,16 @@ aria-required="true" @change="onDirectionChange()" > - <option value="">— Select —</option> - <option value="SOURCE">Source (ingestion)</option> - <option value="DESTINATION">Destination (storage)</option> + <option value="">{{ _("integrations.direction_placeholder") }}</option> + <option value="SOURCE">{{ _("integrations.direction_source") }}</option> + <option value="DESTINATION">{{ _("integrations.direction_destination") }}</option> </select> </div> <!-- Integration type --> <div> <label for="intg-type" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1"> - Integration Type <span class="text-red-500" aria-hidden="true">*</span> + {{ _("integrations.type_label") }} <span class="text-red-500" aria-hidden="true">*</span> </label> <select id="intg-type" @@ -419,7 +419,7 @@ aria-required="true" @change="onTypeChange()" > - <option value="">— Select direction first —</option> + <option value="">{{ _("integrations.type_placeholder") }}</option> <template x-for="t in availableTypes" :key="t"> <option :value="t" x-text="typeLabel(t)"></option> </template> @@ -429,13 +429,13 @@ <!-- Name --> <div> <label for="intg-name" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1"> - Label <span class="text-red-500" aria-hidden="true">*</span> + {{ _("integrations.name_label") }} <span class="text-red-500" aria-hidden="true">*</span> </label> <input id="intg-name" type="text" x-model="form.name" - placeholder="e.g. Work Gmail, S3 Archive" + placeholder="{{ _('integrations.name_placeholder') }}" required maxlength="255" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" @@ -448,46 +448,46 @@ <!-- IMAP fields --> <template x-if="form.integration_type === 'IMAP'"> <div class="space-y-3 border-t border-gray-200 dark:border-gray-700 pt-3"> - <p class="text-xs font-semibold text-gray-400 uppercase tracking-wider">IMAP Settings</p> + <p class="text-xs font-semibold text-gray-400 uppercase tracking-wider">{{ _("integrations.imap_settings") }}</p> <div class="grid grid-cols-3 gap-3"> <div class="col-span-2"> - <label for="imap-host" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Host <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="imap-host" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.host_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="imap-host" type="text" x-model="form.config.host" placeholder="imap.example.com" required class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true" /> </div> <div> - <label for="imap-port" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Port</label> + <label for="imap-port" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.port_label") }}</label> <input id="imap-port" type="number" x-model.number="form.config.port" min="1" max="65535" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> </div> <div> - <label for="imap-username" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Username <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="imap-username" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.username_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="imap-username" type="text" x-model="form.config.username" placeholder="user@example.com" required class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true" /> </div> <div> - <label for="imap-password" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Password <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="imap-password" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.password_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="imap-password" :type="showPassword ? 'text' : 'password'" x-model="form.credentials.password" :placeholder="editingIntegration ? '(unchanged if blank)' : ''" :required="!editingIntegration" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> <div class="flex flex-wrap items-center gap-4"> <label class="inline-flex items-center gap-2 text-sm text-gray-700 dark:text-gray-200 cursor-pointer"> <input type="checkbox" x-model="form.config.use_ssl" class="rounded border-gray-300 text-indigo-600 focus:ring-indigo-500" /> - Use SSL + {{ _("integrations.use_ssl") }} </label> <label class="inline-flex items-center gap-2 text-sm text-gray-700 dark:text-gray-200 cursor-pointer"> <input type="checkbox" x-model="form.config.delete_after_process" class="rounded border-gray-300 text-indigo-600 focus:ring-indigo-500" /> - Delete emails after processing + {{ _("integrations.delete_emails_label") }} </label> <label class="inline-flex items-center gap-2 text-sm text-gray-700 dark:text-gray-200 cursor-pointer"> <input type="checkbox" x-model="form.config.gmail_apply_labels" class="rounded border-gray-300 text-indigo-600 focus:ring-indigo-500" /> - Apply Gmail labels &amp; star + {{ _("integrations.gmail_labels") }} </label> <label class="inline-flex items-center gap-2 text-sm text-gray-700 dark:text-gray-200 cursor-pointer"> <input type="checkbox" x-model="showPassword" class="rounded border-gray-300 text-indigo-600 focus:ring-indigo-500" /> - Show password + {{ _("integrations.show_password") }} </label> </div> <p class="text-xs text-gray-500 dark:text-gray-400"> <i class="fas fa-info-circle mr-1" aria-hidden="true"></i> - Gmail labels &amp; star: when enabled, processed emails are starred and tagged with an "Ingested" label in Gmail. Only applies to Gmail servers. + {{ _("integrations.gmail_hint") }} </p> </div> </template> @@ -495,36 +495,36 @@ <!-- S3 fields --> <template x-if="form.integration_type === 'S3'"> <div class="space-y-3 border-t border-gray-200 dark:border-gray-700 pt-3"> - <p class="text-xs font-semibold text-gray-400 uppercase tracking-wider">S3 Settings</p> + <p class="text-xs font-semibold text-gray-400 uppercase tracking-wider">{{ _("integrations.s3_settings") }}</p> <div> - <label for="s3-bucket" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Bucket <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="s3-bucket" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.bucket_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="s3-bucket" type="text" x-model="form.config.bucket" placeholder="my-bucket" required class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true" /> </div> <div class="grid grid-cols-2 gap-3"> <div> - <label for="s3-region" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Region</label> + <label for="s3-region" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.region_label") }}</label> <input id="s3-region" type="text" x-model="form.config.region" placeholder="us-east-1" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> <div> - <label for="s3-prefix" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Folder Prefix</label> + <label for="s3-prefix" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.folder_prefix_label") }}</label> <input id="s3-prefix" type="text" x-model="form.config.folder_prefix" placeholder="documents/" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> </div> <div> - <label for="s3-endpoint" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Endpoint URL <span class="text-gray-400">(optional, for S3-compatible)</span></label> + <label for="s3-endpoint" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.endpoint_label") }} <span class="text-gray-400">{{ _("integrations.endpoint_optional") }}</span></label> <input id="s3-endpoint" type="url" x-model="form.config.endpoint_url" placeholder="https://s3.example.com" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> <div> - <label for="s3-key" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Access Key ID <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="s3-key" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.access_key_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="s3-key" type="text" x-model="form.credentials.access_key_id" :placeholder="editingIntegration ? '(unchanged if blank)' : ''" :required="!editingIntegration" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> <div> - <label for="s3-secret" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Secret Access Key <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="s3-secret" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.secret_key_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="s3-secret" :type="showPassword ? 'text' : 'password'" x-model="form.credentials.secret_access_key" :placeholder="editingIntegration ? '(unchanged if blank)' : ''" :required="!editingIntegration" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> <label class="inline-flex items-center gap-2 text-sm text-gray-700 dark:text-gray-200 cursor-pointer"> <input type="checkbox" x-model="showPassword" class="rounded border-gray-300 text-indigo-600 focus:ring-indigo-500" /> - Show secrets + {{ _("integrations.show_secrets") }} </label> </div> </template> @@ -534,24 +534,24 @@ <div class="space-y-3 border-t border-gray-200 dark:border-gray-700 pt-3"> <p class="text-xs font-semibold text-gray-400 uppercase tracking-wider" x-text="form.integration_type === 'NEXTCLOUD' ? 'Nextcloud Settings' : 'WebDAV Settings'"></p> <div> - <label for="webdav-url" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">URL <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="webdav-url" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.webdav_url_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="webdav-url" type="url" x-model="form.config.url" placeholder="https://cloud.example.com/remote.php/dav/files/user/" required class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true" /> </div> <div> - <label for="webdav-folder" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Folder Path</label> + <label for="webdav-folder" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.folder_path_label") }}</label> <input id="webdav-folder" type="text" x-model="form.config.folder" placeholder="/Documents" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> <div> - <label for="webdav-user" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Username <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="webdav-user" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.username_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="webdav-user" type="text" x-model="form.credentials.username" :required="!editingIntegration" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> <div> - <label for="webdav-pass" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Password <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="webdav-pass" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.password_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="webdav-pass" :type="showPassword ? 'text' : 'password'" x-model="form.credentials.password" :placeholder="editingIntegration ? '(unchanged if blank)' : ''" :required="!editingIntegration" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> <label class="inline-flex items-center gap-2 text-sm text-gray-700 dark:text-gray-200 cursor-pointer"> <input type="checkbox" x-model="showPassword" class="rounded border-gray-300 text-indigo-600 focus:ring-indigo-500" /> - Show password + {{ _("integrations.show_password") }} </label> </div> </template> @@ -562,29 +562,29 @@ <p class="text-xs font-semibold text-gray-400 uppercase tracking-wider" x-text="form.integration_type + ' Settings'"></p> <div class="grid grid-cols-3 gap-3"> <div class="col-span-2"> - <label for="ftp-host" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Host <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="ftp-host" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.host_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="ftp-host" type="text" x-model="form.config.host" placeholder="ftp.example.com" required class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true" /> </div> <div> - <label for="ftp-port" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Port</label> + <label for="ftp-port" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.port_label") }}</label> <input id="ftp-port" type="number" x-model.number="form.config.port" :placeholder="form.integration_type === 'SFTP' ? '22' : '21'" min="1" max="65535" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> </div> <div> - <label for="ftp-folder" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Remote Path</label> + <label for="ftp-folder" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.remote_path_label") }}</label> <input id="ftp-folder" type="text" x-model="form.config.folder" placeholder="/upload" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> <div> - <label for="ftp-user" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Username <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="ftp-user" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.username_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="ftp-user" type="text" x-model="form.credentials.username" :required="!editingIntegration" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> <div> - <label for="ftp-pass" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Password <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="ftp-pass" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.password_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="ftp-pass" :type="showPassword ? 'text' : 'password'" x-model="form.credentials.password" :placeholder="editingIntegration ? '(unchanged if blank)' : ''" :required="!editingIntegration" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> <label class="inline-flex items-center gap-2 text-sm text-gray-700 dark:text-gray-200 cursor-pointer"> <input type="checkbox" x-model="showPassword" class="rounded border-gray-300 text-indigo-600 focus:ring-indigo-500" /> - Show password + {{ _("integrations.show_password") }} </label> </div> </template> @@ -594,13 +594,12 @@ <div class="space-y-3 border-t border-gray-200 dark:border-gray-700 pt-3"> <p class="text-xs font-semibold text-gray-400 uppercase tracking-wider" x-text="typeLabel(form.integration_type) + ' Settings'"></p> <div> - <label for="oauth-folder" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Folder <span class="text-gray-400">(optional)</span></label> + <label for="oauth-folder" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.oauth_folder_label") }} <span class="text-gray-400">{{ _("integrations.folder_optional") }}</span></label> <input id="oauth-folder" type="text" x-model="form.config.folder" placeholder="/DocuElevate" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> <div class="bg-blue-50 dark:bg-blue-900/30 rounded-md p-3 text-sm text-blue-700 dark:text-blue-300"> <i class="fas fa-info-circle mr-1" aria-hidden="true"></i> - Save this integration first, then use the <strong>Authorize</strong> button to complete the OAuth flow. - Your credentials will be stored securely in your personal integration record. + {{ _("integrations.oauth_hint") }} </div> </div> </template> @@ -608,9 +607,9 @@ <!-- Email (destination) fields --> <template x-if="form.integration_type === 'EMAIL'"> <div class="space-y-3 border-t border-gray-200 dark:border-gray-700 pt-3"> - <p class="text-xs font-semibold text-gray-400 uppercase tracking-wider">Email Forward Settings</p> + <p class="text-xs font-semibold text-gray-400 uppercase tracking-wider">{{ _("integrations.email_settings") }}</p> <div> - <label for="email-to" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Recipient Email <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="email-to" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.recipient_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="email-to" type="email" x-model="form.config.recipient" placeholder="archive@example.com" required class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true" /> </div> </div> @@ -619,11 +618,11 @@ <!-- Watch Folder fields --> <template x-if="form.integration_type === 'WATCH_FOLDER'"> <div class="space-y-3 border-t border-gray-200 dark:border-gray-700 pt-3"> - <p class="text-xs font-semibold text-gray-400 uppercase tracking-wider">Watch Folder Settings</p> + <p class="text-xs font-semibold text-gray-400 uppercase tracking-wider">{{ _("integrations.watch_folder_settings") }}</p> <div> - <label for="wf-source-type" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Source Type <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="wf-source-type" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.source_type_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <select id="wf-source-type" x-model="form.config.source_type" @change="onWatchFolderSourceTypeChange()" required class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true"> - <option value="local">Local Filesystem</option> + <option value="local">{{ _("integrations.source_local") }}</option> <option value="s3">Amazon S3</option> <option value="dropbox">Dropbox</option> <option value="google_drive">Google Drive</option> @@ -636,7 +635,7 @@ <!-- Local filesystem fields --> <template x-if="form.config.source_type === 'local'"> <div> - <label for="wf-path" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Folder Path <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="wf-path" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.folder_path_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="wf-path" type="text" x-model="form.config.folder_path" placeholder="/data/inbox" required class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true" /> </div> </template> @@ -646,29 +645,29 @@ <div class="space-y-3"> <div class="grid grid-cols-2 gap-3"> <div> - <label for="wf-s3-bucket" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Bucket <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="wf-s3-bucket" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.bucket_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="wf-s3-bucket" type="text" x-model="form.config.bucket" placeholder="my-bucket" required class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true" /> </div> <div> - <label for="wf-s3-region" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Region</label> + <label for="wf-s3-region" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.region_label") }}</label> <input id="wf-s3-region" type="text" x-model="form.config.region" placeholder="us-east-1" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> </div> <div> - <label for="wf-s3-prefix" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Prefix (folder path)</label> + <label for="wf-s3-prefix" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.s3_prefix_label") }}</label> <input id="wf-s3-prefix" type="text" x-model="form.config.prefix" placeholder="inbox/" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> <div> - <label for="wf-s3-endpoint" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Endpoint URL <span class="text-xs text-gray-400">(optional, for S3-compatible)</span></label> + <label for="wf-s3-endpoint" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.endpoint_label") }} <span class="text-xs text-gray-400">{{ _("integrations.endpoint_optional") }}</span></label> <input id="wf-s3-endpoint" type="text" x-model="form.config.endpoint_url" placeholder="https://s3.example.com" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> <div class="grid grid-cols-2 gap-3"> <div> - <label for="wf-s3-ak" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Access Key ID <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="wf-s3-ak" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.access_key_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="wf-s3-ak" type="text" x-model="form.credentials.access_key_id" :required="!editingIntegration" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true" /> </div> <div> - <label for="wf-s3-sk" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Secret Access Key <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="wf-s3-sk" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.secret_key_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="wf-s3-sk" :type="showPassword ? 'text' : 'password'" x-model="form.credentials.secret_access_key" :placeholder="editingIntegration ? '(unchanged if blank)' : ''" :required="!editingIntegration" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> </div> @@ -679,7 +678,7 @@ <template x-if="form.config.source_type === 'dropbox'"> <div class="space-y-3"> <div> - <label for="wf-dbx-folder" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Folder Path <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="wf-dbx-folder" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.folder_path_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="wf-dbx-folder" type="text" x-model="form.config.folder_path" placeholder="/Inbox/Scanner" required class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true" /> </div> <div> @@ -717,7 +716,7 @@ <template x-if="form.config.source_type === 'onedrive'"> <div class="space-y-3"> <div> - <label for="wf-od-folder" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Folder Path <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="wf-od-folder" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.folder_path_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="wf-od-folder" type="text" x-model="form.config.folder_path" placeholder="/Documents/Inbox" required class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true" /> </div> <div> @@ -741,20 +740,20 @@ <template x-if="form.config.source_type === 'nextcloud'"> <div class="space-y-3"> <div> - <label for="wf-nc-url" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Nextcloud URL <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="wf-nc-url" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.nextcloud_url_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="wf-nc-url" type="url" x-model="form.config.url" placeholder="https://cloud.example.com" required class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true" /> </div> <div> - <label for="wf-nc-folder" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Folder Path <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="wf-nc-folder" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.folder_path_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="wf-nc-folder" type="text" x-model="form.config.folder_path" placeholder="/Documents/Inbox" required class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true" /> </div> <div class="grid grid-cols-2 gap-3"> <div> - <label for="wf-nc-user" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Username <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="wf-nc-user" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.username_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="wf-nc-user" type="text" x-model="form.credentials.username" :required="!editingIntegration" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true" /> </div> <div> - <label for="wf-nc-pass" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Password <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="wf-nc-pass" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.password_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="wf-nc-pass" :type="showPassword ? 'text' : 'password'" x-model="form.credentials.password" :placeholder="editingIntegration ? '(unchanged if blank)' : ''" :required="!editingIntegration" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> </div> @@ -765,20 +764,20 @@ <template x-if="form.config.source_type === 'webdav'"> <div class="space-y-3"> <div> - <label for="wf-dav-url" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">WebDAV URL <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="wf-dav-url" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.webdav_url_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="wf-dav-url" type="url" x-model="form.config.url" placeholder="https://webdav.example.com/dav/" required class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true" /> </div> <div> - <label for="wf-dav-folder" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Folder Path <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="wf-dav-folder" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.folder_path_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="wf-dav-folder" type="text" x-model="form.config.folder_path" placeholder="/remote.php/webdav/Inbox" required class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true" /> </div> <div class="grid grid-cols-2 gap-3"> <div> - <label for="wf-dav-user" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Username <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="wf-dav-user" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.username_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="wf-dav-user" type="text" x-model="form.credentials.username" :required="!editingIntegration" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true" /> </div> <div> - <label for="wf-dav-pass" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">Password <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="wf-dav-pass" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.password_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="wf-dav-pass" :type="showPassword ? 'text' : 'password'" x-model="form.credentials.password" :placeholder="editingIntegration ? '(unchanged if blank)' : ''" :required="!editingIntegration" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> </div> @@ -789,12 +788,12 @@ <div class="flex flex-wrap items-center gap-4 pt-2"> <label class="inline-flex items-center gap-2 text-sm text-gray-700 dark:text-gray-200 cursor-pointer"> <input type="checkbox" x-model="form.config.delete_after_process" class="rounded border-gray-300 text-indigo-600 focus:ring-indigo-500" /> - Delete files after processing + {{ _("integrations.delete_files_label") }} </label> <template x-if="form.config.source_type !== 'local'"> <label class="inline-flex items-center gap-2 text-sm text-gray-700 dark:text-gray-200 cursor-pointer"> <input type="checkbox" x-model="showPassword" class="rounded border-gray-300 text-indigo-600 focus:ring-indigo-500" /> - Show secrets + {{ _("integrations.show_secrets") }} </label> </template> </div> @@ -804,18 +803,18 @@ <!-- Paperless fields --> <template x-if="form.integration_type === 'PAPERLESS'"> <div class="space-y-3 border-t border-gray-200 dark:border-gray-700 pt-3"> - <p class="text-xs font-semibold text-gray-400 uppercase tracking-wider">Paperless NGX Settings</p> + <p class="text-xs font-semibold text-gray-400 uppercase tracking-wider">{{ _("integrations.paperless_settings") }}</p> <div> <label for="paperless-url" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">URL <span class="text-red-500" aria-hidden="true">*</span></label> <input id="paperless-url" type="url" x-model="form.config.url" placeholder="https://paperless.example.com" required class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" aria-required="true" /> </div> <div> - <label for="paperless-token" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">API Token <span class="text-red-500" aria-hidden="true">*</span></label> + <label for="paperless-token" class="block text-sm font-medium text-gray-700 dark:text-gray-200 mb-1">{{ _("integrations.api_token_label") }} <span class="text-red-500" aria-hidden="true">*</span></label> <input id="paperless-token" :type="showPassword ? 'text' : 'password'" x-model="form.credentials.api_token" :placeholder="editingIntegration ? '(unchanged if blank)' : ''" :required="!editingIntegration" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-indigo-500 dark:bg-gray-700 dark:text-white text-sm" /> </div> <label class="inline-flex items-center gap-2 text-sm text-gray-700 dark:text-gray-200 cursor-pointer"> <input type="checkbox" x-model="showPassword" class="rounded border-gray-300 text-indigo-600 focus:ring-indigo-500" /> - Show token + {{ _("integrations.show_token") }} </label> </div> </template> @@ -824,38 +823,33 @@ <template x-if="form.integration_type === 'WEBHOOK'"> <div class="space-y-4 border-t border-gray-200 dark:border-gray-700 pt-3"> <p class="text-xs font-semibold text-purple-500 uppercase tracking-wider"> - <i class="fas fa-bolt mr-1" aria-hidden="true"></i> Webhook Ingestion + <i class="fas fa-bolt mr-1" aria-hidden="true"></i> {{ _("integrations.webhook_heading") }} </p> <div class="bg-blue-50 dark:bg-blue-900/20 border border-blue-200 dark:border-blue-800 rounded-lg p-4"> <h4 class="text-sm font-semibold text-blue-800 dark:text-blue-200 mb-2"> <i class="fas fa-info-circle mr-1" aria-hidden="true"></i> - How Webhook Ingestion Works + {{ _("integrations.webhook_how_heading") }} </h4> <p class="text-sm text-blue-700 dark:text-blue-300 leading-relaxed"> - A webhook integration allows external systems to push documents directly into DocuElevate - via the REST API. Instead of DocuElevate polling for new files (like IMAP), <strong>your - application sends files to DocuElevate</strong> using an HTTP request with an API token for - authentication. + {{ _("integrations.webhook_how_text") }} </p> <p class="text-sm text-blue-700 dark:text-blue-300 leading-relaxed mt-2"> - This is ideal for <strong>CI/CD pipelines</strong>, <strong>automation scripts</strong>, - <strong>scanner integrations</strong>, or any system that generates documents and needs to - send them for processing. + {{ _("integrations.webhook_ideal_text") }} </p> </div> <div class="bg-gray-50 dark:bg-gray-750 rounded-lg p-4"> <h4 class="text-sm font-semibold text-gray-800 dark:text-gray-200 mb-2"> <i class="fas fa-terminal mr-1" aria-hidden="true"></i> - Quick Start + {{ _("integrations.webhook_quick_start") }} </h4> <ol class="text-sm text-gray-600 dark:text-gray-400 space-y-2 list-decimal list-inside"> <li> - Go to <a href="/api-tokens" class="text-indigo-600 hover:underline font-medium">API Tokens</a> - and create a personal token. + {% set api_tokens_link %}<a href="/api-tokens" class="text-indigo-600 hover:underline font-medium">{{ _("nav.api_tokens") }}</a>{% endset %} + {{ _("integrations.webhook_step1", api_tokens_link=api_tokens_link) | safe }} </li> - <li>Use the token to upload documents via the API:</li> + <li>{{ _("integrations.webhook_upload_with_token") }}</li> </ol> <div class="mt-3 relative"> @@ -901,9 +895,7 @@ print(response.json())</code></pre> <div class="bg-yellow-50 dark:bg-yellow-900/20 border border-yellow-200 dark:border-yellow-800 rounded-lg p-3"> <p class="text-xs text-yellow-800 dark:text-yellow-300"> <i class="fas fa-shield-alt mr-1" aria-hidden="true"></i> - <strong>Security tip:</strong> Create a dedicated API token for each integration and - revoke it immediately if compromised. Tokens can be managed on the - <a href="/api-tokens" class="underline font-medium">API Tokens</a> page. + {{ _("integrations.webhook_security_tip") }} </p> </div> </div> @@ -914,7 +906,7 @@ print(response.json())</code></pre> <div class="space-y-3 border-t border-gray-200 dark:border-gray-700 pt-3"> <p class="text-xs font-semibold text-gray-400 uppercase tracking-wider" x-text="form.integration_type + ' Settings'"></p> <p class="text-sm text-gray-500 dark:text-gray-400"> - Configuration for this integration type can be provided as JSON after creation via the API. + {{ _("integrations.generic_settings_hint") }} </p> </div> </template> @@ -923,7 +915,7 @@ print(response.json())</code></pre> <div class="flex items-center gap-2 pt-2"> <label class="inline-flex items-center gap-2 text-sm text-gray-700 dark:text-gray-200 cursor-pointer"> <input type="checkbox" x-model="form.is_active" class="rounded border-gray-300 text-indigo-600 focus:ring-indigo-500" /> - Active + {{ _("integrations.active_label") }} </label> </div> @@ -934,7 +926,7 @@ print(response.json())</code></pre> :class="testResult.success ? 'bg-green-50 border-green-400 text-green-800 dark:bg-opacity-10' : 'bg-red-50 border-red-400 text-red-800 dark:bg-opacity-10'" role="status" > - <p class="font-medium" x-text="testResult.success ? 'Connection successful' : 'Connection failed'"></p> + <p class="font-medium" x-text="testResult.success ? '{{ _('integrations.connection_success') }}' : '{{ _('integrations.connection_failed') }}'"></p> <p class="text-xs mt-0.5" x-text="testResult.message"></p> </div> </template> @@ -962,7 +954,7 @@ print(response.json())</code></pre> <template x-if="!testing"> <i class="fas fa-plug mr-2" aria-hidden="true"></i> </template> - Test Connection + {{ _("common.test_connection") }} </button> <div class="flex gap-2"> <button @@ -971,7 +963,7 @@ print(response.json())</code></pre> class="px-4 py-2 text-sm font-medium rounded border border-gray-300 dark:border-gray-600 text-gray-700 dark:text-gray-200 hover:bg-gray-50 dark:hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-gray-500" style="min-height:40px;" > - Cancel + {{ _("common.cancel") }} </button> <button type="submit" @@ -982,7 +974,7 @@ print(response.json())</code></pre> <template x-if="saving"> <i class="fas fa-spinner fa-spin mr-2" aria-hidden="true"></i> </template> - <span x-text="editingIntegration ? 'Update' : 'Save'"></span> + <span x-text="editingIntegration ? '{{ _('common.update') }}' : '{{ _('common.save') }}'"></span> </button> </div> </div> @@ -1003,12 +995,12 @@ print(response.json())</code></pre> > <div class="bg-white dark:bg-gray-800 rounded-lg shadow-xl w-full max-w-sm p-6" @click.stop> <h2 id="delete-modal-title" class="text-lg font-semibold text-gray-900 dark:text-white mb-2"> - Delete Integration? + {{ _("integrations.delete_confirm_title") }} </h2> <p class="text-sm text-gray-600 dark:text-gray-300 mb-4"> - Are you sure you want to delete + {{ _("integrations.delete_confirm_are_you_sure") }} <strong x-text="integrationToDelete ? integrationToDelete.name : ''"></strong>? - This action cannot be undone. + {{ _("integrations.delete_confirm_undone") }} </p> <div class="flex justify-end gap-2"> <button @@ -1017,7 +1009,7 @@ print(response.json())</code></pre> class="px-4 py-2 text-sm font-medium rounded border border-gray-300 dark:border-gray-600 text-gray-700 dark:text-gray-200 hover:bg-gray-50 dark:hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-gray-500" style="min-height:40px;" > - Cancel + {{ _("common.cancel") }} </button> <button type="button" @@ -1029,7 +1021,7 @@ print(response.json())</code></pre> <template x-if="deleting"> <i class="fas fa-spinner fa-spin mr-2" aria-hidden="true"></i> </template> - Delete + {{ _("common.delete") }} </button> </div> </div> diff --git a/frontend/templates/license.html b/frontend/templates/license.html index cbbe6406..1982cd11 100644 --- a/frontend/templates/license.html +++ b/frontend/templates/license.html @@ -1,36 +1,35 @@ {% extends "base.html" %} -{% block title %}DocuElevate - License{% endblock %} +{% block title %}{{ _("license.page_title") }}{% endblock %} {% block content %} <div class="container mx-auto px-4 py-8"> - <h1 class="text-2xl font-bold mb-4">License Information</h1> + <h1 class="text-2xl font-bold mb-4">{{ _("license.heading") }}</h1> <div class="bg-white shadow-md rounded-lg p-6 mb-6"> - <h2 class="text-xl font-semibold mb-4">Apache License 2.0</h2> + <h2 class="text-xl font-semibold mb-4">{{ _("license.apache_heading") }}</h2> <div class="prose"> <pre class="whitespace-pre-wrap text-sm font-mono bg-gray-50 p-4 rounded border overflow-auto max-h-96 mb-4">{{ license_text }}</pre> </div> <p class="mt-4 text-gray-600"> - DocuElevate is distributed under the Apache License 2.0, which is a permissive - open-source software license that allows you to use, modify, distribute, and - contribute to the project. + {{ _("license.apache_description") }} </p> </div> <div class="bg-white shadow-md rounded-lg p-6"> - <h2 class="text-xl font-semibold mb-4">Related Information</h2> + <h2 class="text-xl font-semibold mb-4">{{ _("license.related_heading") }}</h2> <p class="mb-3 text-gray-600"> - While this license governs the use of our software, please also review our - <a href="/terms" class="text-blue-600 hover:underline">Terms of Service</a> and - <a href="/privacy" class="text-blue-600 hover:underline">Privacy Policy</a> for - information about using the DocuElevate service. + {{ _("license.related_p1_pre") }} + <a href="/terms" class="text-blue-600 hover:underline">{{ _("license.related_terms_link") }}</a> + {{ _("license.related_and") }} + <a href="/privacy" class="text-blue-600 hover:underline">{{ _("license.related_privacy_link") }}</a> + {{ _("license.related_p1_post") }} </p> <p class="text-gray-600"> - For more information about DocuElevate, please visit the - <a href="/about" class="text-blue-600 hover:underline">About page</a>. + {{ _("license.related_p2_pre") }} + <a href="/about" class="text-blue-600 hover:underline">{{ _("license.related_about_link") }}</a>{{ _("license.related_p2_post") }} </p> </div> </div> diff --git a/frontend/templates/privacy.html b/frontend/templates/privacy.html index de0d5130..e394b49a 100644 --- a/frontend/templates/privacy.html +++ b/frontend/templates/privacy.html @@ -1,388 +1,316 @@ {% extends "base.html" %} -{% block title %}Privacy Notice - DocuElevate{% endblock %} +{% block title %}{{ _("privacy.page_title") }}{% endblock %} {% block content %} <div class="container mx-auto px-4 py-8 max-w-4xl"> - <h1 class="text-4xl font-bold mb-6">DocuElevate – Privacy Notice</h1> - <p class="text-sm text-gray-500 mb-8">Last Updated: {{ build_date|default(current_date|default('April 7, 2024')) }}</p> + <h1 class="text-4xl font-bold mb-6">{{ _("privacy.heading") }}</h1> + <p class="text-sm text-gray-500 mb-8">{{ _("privacy.last_updated") }} {{ build_date|default(current_date|default('April 7, 2024')) }}</p> <!-- Table of Contents --> <div class="bg-blue-50 border border-blue-200 rounded-lg p-4 mb-6"> - <h2 class="text-lg font-semibold mb-2 text-blue-800">Contents</h2> + <h2 class="text-lg font-semibold mb-2 text-blue-800">{{ _("privacy.toc_heading") }}</h2> <ol class="list-decimal list-inside text-blue-700 space-y-1 text-sm"> - <li><a href="#controller" class="hover:underline">Data Controller</a></li> - <li><a href="#scope" class="hover:underline">Scope of this Privacy Notice</a></li> - <li><a href="#data-collection" class="hover:underline">Data Collection &amp; Purposes</a></li> - <li><a href="#data-minimization" class="hover:underline">Data Minimization &amp; Purpose Limitation</a></li> - <li><a href="#cookies" class="hover:underline">Use of Cookies &amp; Similar Technologies</a></li> - <li><a href="#third-parties" class="hover:underline">Third-Party Services</a></li> - <li><a href="#international-transfers" class="hover:underline">International Data Transfers</a></li> - <li><a href="#retention" class="hover:underline">Data Retention</a></li> - <li><a href="#security" class="hover:underline">Data Security</a></li> - <li><a href="#gdpr-rights" class="hover:underline">Your Rights (EU / EEA / UK / Switzerland)</a></li> - <li><a href="#us-rights" class="hover:underline">Additional Rights – United States (CCPA/CPRA)</a></li> - <li><a href="#canada-rights" class="hover:underline">Additional Rights – Canada (PIPEDA / Law 25)</a></li> - <li><a href="#latam-rights" class="hover:underline">Additional Rights – Latin America (LGPD &amp; others)</a></li> - <li><a href="#apj-rights" class="hover:underline">Additional Rights – Asia-Pacific &amp; Japan</a></li> - <li><a href="#ukraine-rights" class="hover:underline">Additional Rights – Ukraine</a></li> - <li><a href="#updates" class="hover:underline">Updates to this Privacy Notice</a></li> + <li><a href="#controller" class="hover:underline">{{ _("privacy.toc_1") }}</a></li> + <li><a href="#scope" class="hover:underline">{{ _("privacy.toc_2") }}</a></li> + <li><a href="#data-collection" class="hover:underline">{{ _("privacy.toc_3") }}</a></li> + <li><a href="#data-minimization" class="hover:underline">{{ _("privacy.toc_4") }}</a></li> + <li><a href="#cookies" class="hover:underline">{{ _("privacy.toc_5") }}</a></li> + <li><a href="#third-parties" class="hover:underline">{{ _("privacy.toc_6") }}</a></li> + <li><a href="#international-transfers" class="hover:underline">{{ _("privacy.toc_7") }}</a></li> + <li><a href="#retention" class="hover:underline">{{ _("privacy.toc_8") }}</a></li> + <li><a href="#security" class="hover:underline">{{ _("privacy.toc_9") }}</a></li> + <li><a href="#gdpr-rights" class="hover:underline">{{ _("privacy.toc_10") }}</a></li> + <li><a href="#us-rights" class="hover:underline">{{ _("privacy.toc_11") }}</a></li> + <li><a href="#canada-rights" class="hover:underline">{{ _("privacy.toc_12") }}</a></li> + <li><a href="#latam-rights" class="hover:underline">{{ _("privacy.toc_13") }}</a></li> + <li><a href="#apj-rights" class="hover:underline">{{ _("privacy.toc_14") }}</a></li> + <li><a href="#ukraine-rights" class="hover:underline">{{ _("privacy.toc_15") }}</a></li> + <li><a href="#updates" class="hover:underline">{{ _("privacy.toc_16") }}</a></li> </ol> </div> <div id="controller" class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">1. Data Controller</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("privacy.s1_heading") }}</h2> <p class="text-gray-700 mb-3"> - The controller responsible for processing your personal data under the EU General Data Protection Regulation (GDPR) and equivalent privacy laws worldwide is: + {{ _("privacy.s1_p1") }} </p> <p class="text-gray-700 mb-3"> - <strong>Christian Louis IT Beratung</strong><br /> - Alter Steinweg 3, 20459 Hamburg, Germany + <strong>{{ _("privacy.s1_company") }}</strong><br /> + {{ _("privacy.s1_address") }} </p> <p class="text-gray-700 mb-3"> - Contact Email: <a href="mailto:docuelevate@christian-louis.de" class="text-blue-600 hover:underline">docuelevate@christian-louis.de</a> + {{ _("privacy.s1_contact_label") }} <a href="mailto:docuelevate@christian-louis.de" class="text-blue-600 hover:underline">docuelevate@christian-louis.de</a> </p> <p class="text-gray-700"> - For all privacy-related requests (access, deletion, rectification, opt-out, or complaints), please contact us at the email address above. - We will respond within 30 days (or the period prescribed by applicable law). + {{ _("privacy.s1_p3") }} </p> </div> <div id="scope" class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">2. Scope of this Privacy Notice</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("privacy.s2_heading") }}</h2> <p class="text-gray-700 mb-3"> - This notice applies to the DocuElevate web application, hosted at + {{ _("privacy.s2_p1_pre") }} <a href="{{ request.url.scheme }}://{{ request.url.netloc }}/" class="text-blue-600 hover:underline" target="_blank">{{ request.url.scheme }}://{{ request.url.netloc }}/</a>. </p> <p class="text-gray-700"> - It covers all users globally, including those in the European Union (EU), European Economic Area (EEA), - Germany, United Kingdom (UK), Switzerland, Ukraine, United States (US), Canada, Latin America (Latam), - Asia-Pacific, and Japan. Market-specific disclosures are provided in dedicated sections below. + {{ _("privacy.s2_p2") }} </p> </div> <div id="data-collection" class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">3. Data Collection &amp; Purposes</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("privacy.s3_heading") }}</h2> <p class="text-gray-700 mb-3"> - <strong>User Authentication:</strong> We use OAuth 2.0 (Google, Dropbox, Microsoft/OneDrive) and optional - local authentication. Through OAuth, we may receive your name, email address, and profile picture. + <strong>{{ _("privacy.s3_auth_label") }}</strong> {{ _("privacy.s3_auth_body") }} </p> <p class="text-gray-700 mb-3"> - <strong>Document Processing:</strong> Documents you upload are processed for OCR (optical character recognition), - metadata extraction, and storage to your chosen cloud provider. Document content is processed only for the - purpose you initiate and is not stored beyond what is operationally necessary. + <strong>{{ _("privacy.s3_doc_label") }}</strong> {{ _("privacy.s3_doc_body") }} </p> <p class="text-gray-700 mb-3"> - <strong>Audit Logs:</strong> We maintain limited audit logs (action type, timestamp, user identifier) to - ensure service integrity and security. These logs do not include document content. + <strong>{{ _("privacy.s3_audit_label") }}</strong> {{ _("privacy.s3_audit_body") }} </p> <p class="text-gray-700 mb-3"> - <strong>Legal Basis (GDPR Art. 6):</strong> Our primary legal bases for processing are: + <strong>{{ _("privacy.s3_legal_label") }}</strong> {{ _("privacy.s3_legal_body") }} </p> <ul class="list-disc list-inside text-gray-700 ml-4 mb-3"> - <li class="mb-1">(1)(b) Performance of a contract: to provide the DocuElevate service you have requested.</li> - <li class="mb-1">(1)(c) Legal obligation: to comply with applicable laws and regulations.</li> - <li>(1)(f) Legitimate interests: ensuring the security of the service and preventing fraud.</li> + <li class="mb-1">{{ _("privacy.s3_li1") }}</li> + <li class="mb-1">{{ _("privacy.s3_li2") }}</li> + <li>{{ _("privacy.s3_li3") }}</li> </ul> </div> <div id="data-minimization" class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">4. Data Minimization &amp; Purpose Limitation</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("privacy.s4_heading") }}</h2> <p class="text-gray-700 mb-3"> - DocuElevate is designed with data minimization as a core principle (GDPR Art. 5(1)(c)): + {{ _("privacy.s4_p1") }} </p> <ul class="list-disc list-inside text-gray-700 ml-4 mb-3"> - <li class="mb-1">We collect only the minimum personal data required to operate the service.</li> - <li class="mb-1">Document content is processed strictly for the purpose you initiate (OCR, storage, metadata extraction). - We do not use your documents to train AI models or for any secondary purpose.</li> - <li class="mb-1">No advertising, behavioural tracking, or profiling is performed.</li> - <li class="mb-1">No tracking cookies or analytics scripts are loaded.</li> - <li>Third-party AI services (e.g., OpenAI, Azure Document Intelligence) are invoked only when you initiate - document processing, and data is transmitted under data processing agreements.</li> + <li class="mb-1">{{ _("privacy.s4_li1") }}</li> + <li class="mb-1">{{ _("privacy.s4_li2") }}</li> + <li class="mb-1">{{ _("privacy.s4_li3") }}</li> + <li class="mb-1">{{ _("privacy.s4_li4") }}</li> + <li>{{ _("privacy.s4_li5") }}</li> </ul> </div> <div id="cookies" class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">5. Use of Cookies &amp; Similar Technologies</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("privacy.s5_heading") }}</h2> <p class="text-gray-700 mb-3"> - DocuElevate uses <strong>only strictly necessary session cookies</strong> to maintain your authenticated - session. These cookies are essential for the service to function and are exempt from prior-consent - requirements under the EU ePrivacy Directive (Art. 5(3)) and equivalent national laws. + {{ _("privacy.s5_p1_pre") }} <strong>{{ _("privacy.s5_p1_strong") }}</strong> {{ _("privacy.s5_p1_post") }} </p> <p class="text-gray-700 mb-3"> - <strong>We do not use:</strong> analytics cookies, advertising cookies, tracking pixels, or any - third-party cookies that would require your consent. + <strong>{{ _("privacy.s5_p2_label") }}</strong> {{ _("privacy.s5_p2_body") }} </p> <p class="text-gray-700"> - For full details on the cookies we set, their names, duration, and purpose, please visit our - <a href="/cookies" class="text-blue-600 hover:underline">Cookie Policy</a>. + {{ _("privacy.s5_p3_pre") }} + <a href="/cookies" class="text-blue-600 hover:underline">{{ _("privacy.s5_cookie_link") }}</a>. </p> </div> <div id="third-parties" class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">6. Third-Party Services</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("privacy.s6_heading") }}</h2> <p class="text-gray-700 mb-3"> - <strong>OAuth Providers (Google, Dropbox, Microsoft):</strong> When you choose to authenticate via - OAuth, the respective provider processes your credentials and may share limited profile information - with us. These providers maintain their own privacy policies. + <strong>{{ _("privacy.s6_oauth_label") }}</strong> {{ _("privacy.s6_oauth_body") }} </p> <p class="text-gray-700 mb-3"> - <strong>Cloud Storage Providers (Google Drive, Dropbox, OneDrive, Amazon S3, Nextcloud, WebDAV/SFTP/FTP):</strong> - Documents are stored in the cloud provider you configure. Your configured credentials are stored - encrypted in the application database and are used solely to perform the storage operations you request. + <strong>{{ _("privacy.s6_storage_label") }}</strong> + {{ _("privacy.s6_storage_body") }} </p> <p class="text-gray-700 mb-3"> - <strong>AI Processing Services (OpenAI, Azure Document Intelligence, others):</strong> When you initiate - OCR or AI-based metadata extraction, document data is transmitted to the AI service you or your - administrator has configured. This transmission is governed by a data processing agreement with the - respective provider. + <strong>{{ _("privacy.s6_ai_label") }}</strong> {{ _("privacy.s6_ai_body") }} </p> <p class="text-gray-700"> - <strong>No Sale or Sharing for Advertising:</strong> We do not sell, rent, or share your personal data - with third parties for advertising, marketing, or any purpose unrelated to providing the service. + <strong>{{ _("privacy.s6_no_sale_label") }}</strong> {{ _("privacy.s6_no_sale_body") }} </p> </div> <div id="international-transfers" class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">7. International Data Transfers</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("privacy.s7_heading") }}</h2> <p class="text-gray-700 mb-3"> - DocuElevate is hosted in the European Union / EEA by default. Where personal data is transferred - outside the EEA (for example to US-based AI service providers such as OpenAI), we rely on - appropriate safeguards including: + {{ _("privacy.s7_p1") }} </p> <ul class="list-disc list-inside text-gray-700 ml-4 mb-3"> <li class="mb-1"> - <strong>Standard Contractual Clauses (SCCs)</strong> adopted by the European Commission (2021/914/EU) - for transfers to processors and controllers in third countries. + <strong>{{ _("privacy.s7_scc_label") }}</strong> {{ _("privacy.s7_scc_body") }} </li> <li class="mb-1"> - <strong>Adequacy Decisions</strong> where the European Commission has recognised an equivalent level - of protection (e.g., United Kingdom, Switzerland, Canada (commercial organisations), Japan, South Korea). + <strong>{{ _("privacy.s7_adequacy_label") }}</strong> {{ _("privacy.s7_adequacy_body") }} </li> <li> - <strong>UK International Data Transfer Agreements (IDTAs)</strong> for transfers from the UK after Brexit. + <strong>{{ _("privacy.s7_idta_label") }}</strong> {{ _("privacy.s7_idta_body") }} </li> </ul> <p class="text-gray-700"> - You may request a copy of the relevant safeguards by contacting us at + {{ _("privacy.s7_contact") }} <a href="mailto:docuelevate@christian-louis.de" class="text-blue-600 hover:underline">docuelevate@christian-louis.de</a>. </p> </div> <div id="retention" class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">8. Data Retention</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("privacy.s8_heading") }}</h2> <p class="text-gray-700 mb-3"> - We retain personal data only as long as strictly necessary to provide the DocuElevate service or to - comply with legal obligations: + {{ _("privacy.s8_p1") }} </p> <ul class="list-disc list-inside text-gray-700 ml-4 mb-3"> - <li class="mb-1"><strong>Session data:</strong> Deleted when you log out or after session timeout.</li> - <li class="mb-1"><strong>File records and metadata:</strong> Retained for the duration of your use of the - service. You may delete individual files at any time through the application.</li> - <li class="mb-1"><strong>Audit logs:</strong> Retained for up to 90 days for security and compliance purposes.</li> - <li><strong>OAuth tokens:</strong> Stored in encrypted form and revocable at any time via your OAuth provider.</li> + <li class="mb-1"><strong>{{ _("privacy.s8_session_label") }}</strong> {{ _("privacy.s8_session_body") }}</li> + <li class="mb-1"><strong>{{ _("privacy.s8_files_label") }}</strong> {{ _("privacy.s8_files_body") }}</li> + <li class="mb-1"><strong>{{ _("privacy.s8_audit_label") }}</strong> {{ _("privacy.s8_audit_body") }}</li> + <li><strong>{{ _("privacy.s8_oauth_label") }}</strong> {{ _("privacy.s8_oauth_body") }}</li> </ul> <p class="text-gray-700"> - To request deletion of your account and all associated personal data, please contact us at + {{ _("privacy.s8_contact") }} <a href="mailto:docuelevate@christian-louis.de" class="text-blue-600 hover:underline">docuelevate@christian-louis.de</a>. </p> </div> <div id="security" class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">9. Data Security</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("privacy.s9_heading") }}</h2> <p class="text-gray-700 mb-3"> - We implement appropriate technical and organisational measures (TOMs) to protect your personal data, - including: + {{ _("privacy.s9_p1") }} </p> <ul class="list-disc list-inside text-gray-700 ml-4"> - <li class="mb-1">Encryption of credentials and sensitive configuration at rest.</li> - <li class="mb-1">Transport Layer Security (TLS/HTTPS) for all communications.</li> - <li class="mb-1">Role-based access controls limiting access to personal data.</li> - <li class="mb-1">Regular security audits and dependency vulnerability scanning.</li> - <li>CSRF protection on all state-changing requests.</li> + <li class="mb-1">{{ _("privacy.s9_li1") }}</li> + <li class="mb-1">{{ _("privacy.s9_li2") }}</li> + <li class="mb-1">{{ _("privacy.s9_li3") }}</li> + <li class="mb-1">{{ _("privacy.s9_li4") }}</li> + <li>{{ _("privacy.s9_li5") }}</li> </ul> </div> <div id="gdpr-rights" class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">10. Your Rights (EU / EEA / UK / Switzerland)</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("privacy.s10_heading") }}</h2> <p class="text-gray-700 mb-3"> - Under GDPR (and the UK GDPR / Swiss nFADP equivalent), you have the following rights: + {{ _("privacy.s10_p1") }} </p> <ul class="list-disc list-inside text-gray-700 ml-4 mb-3"> - <li class="mb-2"><strong>Right of Access (Art. 15):</strong> You may request a copy of the personal data - we hold about you.</li> - <li class="mb-2"><strong>Right to Rectification (Art. 16):</strong> You may request correction of inaccurate - or incomplete personal data.</li> - <li class="mb-2"><strong>Right to Erasure (Art. 17):</strong> You may request deletion of your personal data - where there is no overriding legitimate reason for us to retain it.</li> - <li class="mb-2"><strong>Right to Restriction (Art. 18):</strong> You may request that we temporarily halt - processing of your data in certain circumstances.</li> - <li class="mb-2"><strong>Right to Data Portability (Art. 20):</strong> You may request your data in a - structured, commonly used, machine-readable format.</li> - <li class="mb-2"><strong>Right to Object (Art. 21):</strong> You may object to processing based on - legitimate interests at any time.</li> - <li class="mb-2"><strong>Right to Withdraw Consent:</strong> Where processing is based on consent, you - may withdraw that consent at any time without affecting the lawfulness of prior processing.</li> - <li><strong>Right to Lodge a Complaint:</strong> You have the right to lodge a complaint with your - national Data Protection Authority (DPA). In Germany: Bundesbeauftragte für den Datenschutz und - die Informationsfreiheit (BfDI). In the UK: Information Commissioner's Office (ICO). In Switzerland: - Federal Data Protection and Information Commissioner (FDPIC).</li> + <li class="mb-2"><strong>{{ _("privacy.s10_access_label") }}</strong> {{ _("privacy.s10_access_body") }}</li> + <li class="mb-2"><strong>{{ _("privacy.s10_rectification_label") }}</strong> {{ _("privacy.s10_rectification_body") }}</li> + <li class="mb-2"><strong>{{ _("privacy.s10_erasure_label") }}</strong> {{ _("privacy.s10_erasure_body") }}</li> + <li class="mb-2"><strong>{{ _("privacy.s10_restriction_label") }}</strong> {{ _("privacy.s10_restriction_body") }}</li> + <li class="mb-2"><strong>{{ _("privacy.s10_portability_label") }}</strong> {{ _("privacy.s10_portability_body") }}</li> + <li class="mb-2"><strong>{{ _("privacy.s10_object_label") }}</strong> {{ _("privacy.s10_object_body") }}</li> + <li class="mb-2"><strong>{{ _("privacy.s10_withdraw_label") }}</strong> {{ _("privacy.s10_withdraw_body") }}</li> + <li><strong>{{ _("privacy.s10_complaint_label") }}</strong> {{ _("privacy.s10_complaint_body") }}</li> </ul> <p class="text-gray-700"> - To exercise any of the above rights, contact us at + {{ _("privacy.s10_contact") }} <a href="mailto:docuelevate@christian-louis.de" class="text-blue-600 hover:underline">docuelevate@christian-louis.de</a>. - We will respond within one calendar month (extendable by two further months for complex requests). + {{ _("privacy.s10_response") }} </p> </div> <div id="us-rights" class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">11. Additional Rights – United States (CCPA / CPRA)</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("privacy.s11_heading") }}</h2> <p class="text-gray-700 mb-3"> - If you are a resident of California or another US state with applicable privacy legislation - (including Virginia VCDPA, Colorado CPA, Connecticut CTDPA, Utah UCPA), the following additional - disclosures apply: + {{ _("privacy.s11_p1") }} </p> <ul class="list-disc list-inside text-gray-700 ml-4 mb-3"> - <li class="mb-2"><strong>Categories of personal information collected:</strong> Identifiers (name, email), - account authentication tokens, and document metadata that you choose to upload.</li> - <li class="mb-2"><strong>Purpose of collection:</strong> Providing, improving, and securing the - DocuElevate service. We do not sell or share personal information for cross-context behavioural - advertising.</li> - <li class="mb-2"><strong>Right to Know:</strong> You may request disclosure of the categories and - specific pieces of personal information we have collected about you.</li> - <li class="mb-2"><strong>Right to Delete:</strong> You may request deletion of personal information we - have collected, subject to certain exceptions.</li> - <li class="mb-2"><strong>Right to Correct:</strong> You may request correction of inaccurate personal - information.</li> - <li class="mb-2"><strong>Right to Opt Out of Sale / Sharing:</strong> We do not sell or share personal - information as defined by CCPA/CPRA. No opt-out mechanism is required; however, you may contact - us to confirm this.</li> - <li class="mb-2"><strong>Right to Limit Use of Sensitive Personal Information:</strong> We do not use - sensitive personal information beyond what is necessary to provide the service.</li> - <li><strong>Non-Discrimination:</strong> We will not discriminate against you for exercising any of - these rights.</li> + <li class="mb-2"><strong>{{ _("privacy.s11_categories_label") }}</strong> {{ _("privacy.s11_categories_body") }}</li> + <li class="mb-2"><strong>{{ _("privacy.s11_purpose_label") }}</strong> {{ _("privacy.s11_purpose_body") }}</li> + <li class="mb-2"><strong>{{ _("privacy.s11_know_label") }}</strong> {{ _("privacy.s11_know_body") }}</li> + <li class="mb-2"><strong>{{ _("privacy.s11_delete_label") }}</strong> {{ _("privacy.s11_delete_body") }}</li> + <li class="mb-2"><strong>{{ _("privacy.s11_correct_label") }}</strong> {{ _("privacy.s11_correct_body") }}</li> + <li class="mb-2"><strong>{{ _("privacy.s11_optout_label") }}</strong> {{ _("privacy.s11_optout_body") }}</li> + <li class="mb-2"><strong>{{ _("privacy.s11_limit_label") }}</strong> {{ _("privacy.s11_limit_body") }}</li> + <li><strong>{{ _("privacy.s11_nondiscrim_label") }}</strong> {{ _("privacy.s11_nondiscrim_body") }}</li> </ul> <p class="text-gray-700"> - To submit a verifiable consumer request, contact us at + {{ _("privacy.s11_contact") }} <a href="mailto:docuelevate@christian-louis.de" class="text-blue-600 hover:underline">docuelevate@christian-louis.de</a>. - We will respond within 45 days (extendable by an additional 45 days when reasonably necessary). + {{ _("privacy.s11_response") }} </p> </div> <div id="canada-rights" class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">12. Additional Rights – Canada (PIPEDA / Québec Law 25)</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("privacy.s12_heading") }}</h2> <p class="text-gray-700 mb-3"> - If you are located in Canada, the following applies under the Personal Information Protection and - Electronic Documents Act (PIPEDA) and applicable provincial legislation (including Québec Law 25 / - Bill 64): + {{ _("privacy.s12_p1") }} </p> <ul class="list-disc list-inside text-gray-700 ml-4 mb-3"> - <li class="mb-2">We collect, use, and disclose personal information only with your knowledge and - consent, or as permitted by law.</li> - <li class="mb-2"><strong>Right of Access:</strong> You may request access to your personal information - and information about how it has been used or disclosed.</li> - <li class="mb-2"><strong>Right to Correction:</strong> You may challenge the accuracy or completeness - of your personal information and request correction.</li> - <li class="mb-2"><strong>Right to Withdraw Consent:</strong> Subject to legal or contractual - restrictions, you may withdraw consent to the collection, use, or disclosure of your personal - information on reasonable notice.</li> - <li class="mb-2"><strong>Québec residents:</strong> Under Law 25, you have additional rights including - the right to data portability (effective September 2023) and the right to de-indexation where - personal information is disseminated online.</li> + <li class="mb-2">{{ _("privacy.s12_li1") }}</li> + <li class="mb-2"><strong>{{ _("privacy.s12_access_label") }}</strong> {{ _("privacy.s12_access_body") }}</li> + <li class="mb-2"><strong>{{ _("privacy.s12_correction_label") }}</strong> {{ _("privacy.s12_correction_body") }}</li> + <li class="mb-2"><strong>{{ _("privacy.s12_withdraw_label") }}</strong> {{ _("privacy.s12_withdraw_body") }}</li> + <li class="mb-2"><strong>{{ _("privacy.s12_quebec_label") }}</strong> {{ _("privacy.s12_quebec_body") }}</li> </ul> <p class="text-gray-700"> - Direct privacy complaints to our Privacy Officer at - <a href="mailto:docuelevate@christian-louis.de" class="text-blue-600 hover:underline">docuelevate@christian-louis.de</a>, - or to the Office of the Privacy Commissioner of Canada. + {{ _("privacy.s12_contact") }} + <a href="mailto:docuelevate@christian-louis.de" class="text-blue-600 hover:underline">docuelevate@christian-louis.de</a>{{ _("privacy.s12_contact_post") }} </p> </div> <div id="latam-rights" class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">13. Additional Rights – Latin America (LGPD &amp; Others)</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("privacy.s13_heading") }}</h2> <p class="text-gray-700 mb-3"> - <strong>Brazil (LGPD – Lei Geral de Proteção de Dados, Law 13.709/2018):</strong> - If you are located in Brazil, you have the following rights under the LGPD: + <strong>{{ _("privacy.s13_brazil_label") }}</strong> + {{ _("privacy.s13_brazil_body") }} </p> <ul class="list-disc list-inside text-gray-700 ml-4 mb-3"> - <li class="mb-1">Confirmation of the existence of processing and access to your data.</li> - <li class="mb-1">Correction of incomplete, inaccurate, or outdated data.</li> - <li class="mb-1">Anonymisation, blocking, or deletion of unnecessary or excessive data.</li> - <li class="mb-1">Portability of your data to another service or product provider.</li> - <li class="mb-1">Deletion of personal data processed with your consent.</li> - <li class="mb-1">Information about entities with which your data has been shared.</li> - <li class="mb-1">Information about the possibility of not consenting and the consequences of refusal.</li> - <li>Revocation of consent.</li> + <li class="mb-1">{{ _("privacy.s13_li1") }}</li> + <li class="mb-1">{{ _("privacy.s13_li2") }}</li> + <li class="mb-1">{{ _("privacy.s13_li3") }}</li> + <li class="mb-1">{{ _("privacy.s13_li4") }}</li> + <li class="mb-1">{{ _("privacy.s13_li5") }}</li> + <li class="mb-1">{{ _("privacy.s13_li6") }}</li> + <li class="mb-1">{{ _("privacy.s13_li7") }}</li> + <li>{{ _("privacy.s13_li8") }}</li> </ul> <p class="text-gray-700 mb-3"> - <strong>Other Latin American Countries:</strong> We also recognise applicable privacy laws in Argentina - (PDPA), Mexico (LFPDPPP), Chile, Colombia (Ley 1581), and others. Users in these jurisdictions may - exercise equivalent rights as outlined under their national law by contacting us. + <strong>{{ _("privacy.s13_other_label") }}</strong> {{ _("privacy.s13_other_body") }} </p> <p class="text-gray-700"> - Contact: + {{ _("privacy.s13_contact") }} <a href="mailto:docuelevate@christian-louis.de" class="text-blue-600 hover:underline">docuelevate@christian-louis.de</a> </p> </div> <div id="apj-rights" class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">14. Additional Rights – Asia-Pacific &amp; Japan</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("privacy.s14_heading") }}</h2> <p class="text-gray-700 mb-3"> - <strong>Japan (APPI – Act on the Protection of Personal Information):</strong> - Japanese residents may request disclosure, correction, addition or deletion, suspension of use, - erasure, or suspension of third-party provision of their personal information held by us. - Third-party disclosures require your prior consent except where permitted by law. + <strong>{{ _("privacy.s14_japan_label") }}</strong> + {{ _("privacy.s14_japan_body") }} </p> <p class="text-gray-700 mb-3"> - <strong>Australia (Privacy Act 1988 and Australian Privacy Principles):</strong> - Australian residents may request access to and correction of their personal information. - We will respond to access requests within 30 days. Complaints may be lodged with the - Office of the Australian Information Commissioner (OAIC). + <strong>{{ _("privacy.s14_australia_label") }}</strong> + {{ _("privacy.s14_australia_body") }} </p> <p class="text-gray-700 mb-3"> - <strong>South Korea (PIPA – Personal Information Protection Act):</strong> - Korean residents may request access, correction, deletion, and suspension of processing. - We handle personal information of Korean residents in accordance with the PIPA. + <strong>{{ _("privacy.s14_korea_label") }}</strong> + {{ _("privacy.s14_korea_body") }} </p> <p class="text-gray-700 mb-3"> - <strong>Other APJ markets (Singapore PDPA, New Zealand Privacy Act, India DPDP Act):</strong> - We recognise the data protection rights afforded to residents of these jurisdictions under their - respective national laws. Contact us to exercise your rights. + <strong>{{ _("privacy.s14_apj_label") }}</strong> + {{ _("privacy.s14_apj_body") }} </p> <p class="text-gray-700"> - Contact: + {{ _("privacy.s14_contact") }} <a href="mailto:docuelevate@christian-louis.de" class="text-blue-600 hover:underline">docuelevate@christian-louis.de</a> </p> </div> <div id="ukraine-rights" class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">15. Additional Rights – Ukraine</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("privacy.s15_heading") }}</h2> <p class="text-gray-700 mb-3"> - Users located in Ukraine are protected under the Law of Ukraine "On Personal Data Protection" - (No. 2297-VI). Your rights include access to, correction, blocking, and deletion of your personal - data, as well as the right to object to processing. + {{ _("privacy.s15_p1") }} </p> <p class="text-gray-700"> - Contact: + {{ _("privacy.s15_contact") }} <a href="mailto:docuelevate@christian-louis.de" class="text-blue-600 hover:underline">docuelevate@christian-louis.de</a> </p> </div> <div id="updates" class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">16. Updates to this Privacy Notice</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("privacy.s16_heading") }}</h2> <p class="text-gray-700 mb-3"> - We may update this notice from time to time to reflect changes in our practices or applicable laws. - The "Last Updated" date at the top of this page indicates when the notice was last revised. - Where changes are material, we will notify users via in-application notification or email where - appropriate. + {{ _("privacy.s16_p1") }} </p> <p class="text-gray-700 mb-3"> - If you have any questions or concerns about this Privacy Notice or your personal data, please - contact us at + {{ _("privacy.s16_p2_pre") }} <a href="mailto:docuelevate@christian-louis.de" class="text-blue-600 hover:underline">docuelevate@christian-louis.de</a>. </p> <p class="text-gray-700"> - Please also review our <a href="/terms" class="text-blue-600 hover:underline">Terms of Service</a>, - <a href="/cookies" class="text-blue-600 hover:underline">Cookie Policy</a>, and - <a href="/license" class="text-blue-600 hover:underline">License Information</a>. + {{ _("privacy.s16_p3_pre") }} <a href="/terms" class="text-blue-600 hover:underline">{{ _("privacy.s16_terms_link") }}</a>, + <a href="/cookies" class="text-blue-600 hover:underline">{{ _("privacy.s16_cookies_link") }}</a>, + and <a href="/license" class="text-blue-600 hover:underline">{{ _("privacy.s16_license_link") }}</a>. </p> </div> </div> diff --git a/frontend/templates/profile.html b/frontend/templates/profile.html index cd506cfb..50b2371e 100644 --- a/frontend/templates/profile.html +++ b/frontend/templates/profile.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Profile Settings – DocuElevate{% endblock %} +{% block title %}{{ _("profile.page_title") }}{% endblock %} {% block content %} <div @@ -12,10 +12,10 @@ <header class="mb-8"> <h1 class="text-2xl font-bold text-gray-900 dark:text-white flex items-center gap-2"> <i class="fas fa-user-circle text-blue-500" aria-hidden="true"></i> - Profile Settings + {{ _("profile.heading") }} </h1> <p class="mt-1 text-sm text-gray-500 dark:text-gray-400"> - Manage your display name, avatar, language, and theme preferences. + {{ _("profile.subtitle") }} </p> </header> @@ -36,7 +36,7 @@ type="button" @click="banner.visible = false" class="ml-auto" - aria-label="Dismiss" + aria-label="{{ _('profile.dismiss') }}" style="min-height:44px; min-width:44px;" > <i class="fas fa-times" aria-hidden="true"></i> @@ -49,7 +49,7 @@ aria-labelledby="avatar-heading" > <h2 id="avatar-heading" class="text-base font-semibold text-gray-900 dark:text-white mb-4"> - <i class="fas fa-camera text-gray-400 mr-2" aria-hidden="true"></i>Profile Picture + <i class="fas fa-camera text-gray-400 mr-2" aria-hidden="true"></i>{{ _("profile.avatar_heading") }} </h2> <div class="flex flex-col sm:flex-row items-center gap-6"> @@ -57,7 +57,7 @@ <div class="relative flex-shrink-0"> <img :src="avatarUrl" - alt="Your profile picture" + alt="{{ _('profile.avatar_alt') }}" class="w-24 h-24 rounded-full object-cover border-2 border-gray-200 dark:border-gray-600" /> <template x-if="hasCustomAvatar"> @@ -66,8 +66,8 @@ @click="removeAvatar()" :disabled="saving" class="absolute -top-1 -right-1 bg-red-500 hover:bg-red-600 text-white rounded-full w-6 h-6 flex items-center justify-center shadow focus:outline-none focus:ring-2 focus:ring-red-400" - aria-label="Remove custom avatar" - title="Remove custom avatar" + aria-label="{{ _('profile.avatar_remove') }}" + title="{{ _('profile.avatar_remove') }}" > <i class="fas fa-times text-xs" aria-hidden="true"></i> </button> @@ -77,8 +77,8 @@ <!-- Upload controls --> <div class="flex-1 space-y-3"> <p class="text-sm text-gray-600 dark:text-gray-400"> - Upload a JPEG, PNG, GIF, or WebP image up to 2 MB. - If no custom picture is set, your <a href="https://gravatar.com" class="underline" target="_blank" rel="noopener noreferrer" aria-label="Gravatar (opens in new tab)">Gravatar</a> is shown. + {% set gravatar_anchor %}<a href="https://gravatar.com" class="underline" target="_blank" rel="noopener noreferrer" aria-label="{{ _('profile.gravatar_link') }} (opens in new tab)">{{ _("profile.gravatar_link") }}</a>{% endset %} + {{ _("profile.avatar_upload_hint", gravatar=gravatar_anchor) | safe }} </p> <label for="avatar-input" @@ -86,7 +86,7 @@ style="min-height:44px;" > <i class="fas fa-upload" aria-hidden="true"></i> - <span>Choose image…</span> + <span>{{ _("profile.choose_image") }}</span> <input id="avatar-input" type="file" @@ -107,49 +107,49 @@ aria-labelledby="general-heading" > <h2 id="general-heading" class="text-base font-semibold text-gray-900 dark:text-white mb-4"> - <i class="fas fa-id-card text-gray-400 mr-2" aria-hidden="true"></i>General Information + <i class="fas fa-id-card text-gray-400 mr-2" aria-hidden="true"></i>{{ _("profile.general_heading") }} </h2> <div class="space-y-4"> <!-- Display name --> <div> <label for="display-name" class="block text-sm font-medium text-gray-700 dark:text-gray-300 mb-1"> - Display Name + {{ _("profile.display_name_label") }} </label> <input id="display-name" type="text" x-model="form.display_name" maxlength="255" - placeholder="Your name as shown in the UI" + placeholder="{{ _('profile.display_name_placeholder') }}" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 dark:bg-gray-700 dark:text-white" style="min-height:44px;" aria-describedby="display-name-hint" /> <p id="display-name-hint" class="mt-1 text-xs text-gray-500 dark:text-gray-400"> - Leave blank to use your account username or email. + {{ _("profile.display_name_hint") }} </p> </div> <!-- Contact email --> <div> <label for="contact-email" class="block text-sm font-medium text-gray-700 dark:text-gray-300 mb-1"> - Contact / Notification E-mail + {{ _("profile.contact_email_label") }} </label> <input id="contact-email" type="email" x-model="form.contact_email" maxlength="255" - placeholder="you@example.com" + placeholder="{{ _('profile.contact_email_placeholder') }}" class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md shadow-sm text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 dark:bg-gray-700 dark:text-white" style="min-height:44px;" aria-describedby="contact-email-hint" /> <p id="contact-email-hint" class="mt-1 text-xs text-gray-500 dark:text-gray-400"> - Used for system notifications. This does not change your login e-mail. + {{ _("profile.contact_email_hint") }} </p> </div> </div> @@ -161,14 +161,14 @@ aria-labelledby="prefs-heading" > <h2 id="prefs-heading" class="text-base font-semibold text-gray-900 dark:text-white mb-4"> - <i class="fas fa-sliders-h text-gray-400 mr-2" aria-hidden="true"></i>Preferences + <i class="fas fa-sliders-h text-gray-400 mr-2" aria-hidden="true"></i>{{ _("profile.preferences_heading") }} </h2> <div class="space-y-5"> <!-- Language --> <div> <label for="lang-select" class="block text-sm font-medium text-gray-700 dark:text-gray-300 mb-1"> - <i class="fas fa-globe text-gray-400 mr-1" aria-hidden="true"></i>UI Language + <i class="fas fa-globe text-gray-400 mr-1" aria-hidden="true"></i>{{ _("profile.language_label") }} </label> <select id="lang-select" @@ -177,20 +177,20 @@ focus:outline-none focus:ring-2 focus:ring-blue-500 dark:bg-gray-700 dark:text-white" style="min-height:44px;" > - <option value="">Auto-detect (from browser)</option> + <option value="">{{ _("profile.language_auto_detect") }}</option> {% for lang in supported_languages %} <option value="{{ lang.code }}">{{ lang.flag }} {{ lang.native }} ({{ lang.name }})</option> {% endfor %} </select> <p class="mt-1 text-xs text-gray-500 dark:text-gray-400"> - Choose your preferred interface language. "Auto-detect" follows your browser settings. + {{ _("profile.language_hint") }} </p> </div> <!-- Theme --> <fieldset> <legend class="block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2"> - <i class="fas fa-palette text-gray-400 mr-1" aria-hidden="true"></i>Colour Scheme + <i class="fas fa-palette text-gray-400 mr-1" aria-hidden="true"></i>{{ _("profile.theme_label") }} </legend> <div class="flex flex-wrap gap-3"> <label @@ -202,7 +202,7 @@ style="min-height:44px; min-width:44px;" > <input type="radio" name="theme" value="light" x-model="form.preferred_theme" class="sr-only" /> - <i class="fas fa-sun" aria-hidden="true"></i> Light + <i class="fas fa-sun" aria-hidden="true"></i> {{ _("profile.theme_light") }} </label> <label class="relative flex items-center gap-2 cursor-pointer rounded-lg border px-4 py-3 text-sm transition-colors @@ -213,7 +213,7 @@ style="min-height:44px; min-width:44px;" > <input type="radio" name="theme" value="dark" x-model="form.preferred_theme" class="sr-only" /> - <i class="fas fa-moon" aria-hidden="true"></i> Dark + <i class="fas fa-moon" aria-hidden="true"></i> {{ _("profile.theme_dark") }} </label> <label class="relative flex items-center gap-2 cursor-pointer rounded-lg border px-4 py-3 text-sm transition-colors @@ -224,11 +224,11 @@ style="min-height:44px; min-width:44px;" > <input type="radio" name="theme" value="system" x-model="form.preferred_theme" class="sr-only" /> - <i class="fas fa-desktop" aria-hidden="true"></i> System Default + <i class="fas fa-desktop" aria-hidden="true"></i> {{ _("profile.theme_system") }} </label> </div> <p class="mt-2 text-xs text-gray-500 dark:text-gray-400"> - "System Default" follows your device's dark-mode setting. + {{ _("profile.theme_hint") }} </p> </fieldset> </div> @@ -245,7 +245,7 @@ style="min-height:44px; min-width:44px;" > <i class="fas fa-save" aria-hidden="true"></i> - <span x-text="saving ? 'Saving…' : 'Save Changes'"></span> + <span x-text="saving ? '{{ _('profile.saving') }}' : '{{ _('profile.save_button') }}'"></span> </button> </div> @@ -256,13 +256,13 @@ aria-labelledby="password-heading" > <h2 id="password-heading" class="text-base font-semibold text-gray-900 dark:text-white mb-4"> - <i class="fas fa-lock text-gray-400 mr-2" aria-hidden="true"></i>Change Password + <i class="fas fa-lock text-gray-400 mr-2" aria-hidden="true"></i>{{ _("profile.password_heading") }} </h2> <div class="space-y-4 max-w-md"> <div> <label for="current-password" class="block text-sm font-medium text-gray-700 dark:text-gray-300 mb-1"> - Current Password + {{ _("profile.current_password") }} </label> <input id="current-password" @@ -276,7 +276,7 @@ </div> <div> <label for="new-password" class="block text-sm font-medium text-gray-700 dark:text-gray-300 mb-1"> - New Password + {{ _("profile.new_password") }} </label> <input id="new-password" @@ -288,11 +288,11 @@ style="min-height:44px;" aria-describedby="new-pw-hint" /> - <p id="new-pw-hint" class="mt-1 text-xs text-gray-500 dark:text-gray-400">Minimum 8 characters.</p> + <p id="new-pw-hint" class="mt-1 text-xs text-gray-500 dark:text-gray-400">{{ _("profile.new_password_hint") }}</p> </div> <div> <label for="confirm-password" class="block text-sm font-medium text-gray-700 dark:text-gray-300 mb-1"> - Confirm New Password + {{ _("profile.confirm_password") }} </label> <input id="confirm-password" @@ -314,7 +314,7 @@ style="min-height:44px;" > <i class="fas fa-key" aria-hidden="true"></i> - <span x-text="pwSaving ? 'Updating…' : 'Update Password'"></span> + <span x-text="pwSaving ? '{{ _('profile.updating') }}' : '{{ _('profile.update_password') }}'"></span> </button> </div> </div> @@ -327,7 +327,7 @@ function profileSettings() { return { // ── State ────────────────────────────────────────────────────────────── - avatarUrl: '/static/images/avatar-placeholder.svg', + avatarUrl: '/static/images/default-avatar.svg', hasCustomAvatar: false, isLocalUser: false, saving: false, @@ -349,6 +349,8 @@ function profileSettings() { }, // ── Init ─────────────────────────────────────────────────────────────── + _initialLanguage: '', + async init() { try { const res = await fetch('/api/profile'); @@ -361,6 +363,7 @@ function profileSettings() { this.form.contact_email = data.contact_email || ''; this.form.preferred_language = data.preferred_language || ''; this.form.preferred_theme = data.preferred_theme || 'system'; + this._initialLanguage = this.form.preferred_language; } catch (_e) { // Silently ignore — user might not be logged in (rare for this page) } @@ -378,6 +381,7 @@ function profileSettings() { async saveProfile() { this.saving = true; this._hideBanner(); + const previousLang = this._initialLanguage || ''; try { const csrfToken = this._getCSRFToken(); @@ -394,6 +398,11 @@ function profileSettings() { this._showBanner(data.detail || 'Failed to save settings.', true); return; } + // If the UI language changed, reload so the page renders in the new locale + if (this.form.preferred_language !== previousLang) { + window.location.reload(); + return; + } this._showBanner('Profile settings saved successfully.', false); // Update display name across the nav (refresh the avatar/name) if (data.avatar_url) { diff --git a/frontend/templates/status_dashboard.html b/frontend/templates/status_dashboard.html index c6e57e40..5777bb73 100644 --- a/frontend/templates/status_dashboard.html +++ b/frontend/templates/status_dashboard.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}System Status{% endblock %} +{% block title %}{{ _("status.page_title") }}{% endblock %} {% block head %} <!-- Font Awesome is loaded in base.html --> @@ -8,25 +8,25 @@ {% block content %} <div class="container mx-auto px-4 py-8"> <div class="mb-8"> - <h1 class="text-3xl font-bold mb-2">System Status</h1> + <h1 class="text-3xl font-bold mb-2">{{ _("status.page_title") }}</h1> <p class="text-gray-600"> - This dashboard shows the status of all configured integrations and targets. + {{ _("status.dashboard_subtitle") }} </p> <div class="bg-blue-100 border-l-4 border-blue-500 text-blue-700 p-4 my-4" role="alert"> - <p><strong>App Version:</strong> {{ app_version }}{% if release_name %} <span class="italic">"{{ release_name }}"</span>{% endif %}</p> - <p><strong>Build Date:</strong> {{ build_date }}</p> - <p><strong>Debug Mode:</strong> {{ "Enabled" if debug_enabled else "Disabled" }}</p> + <p><strong>{{ _("status.app_version") }}:</strong> {{ app_version }}{% if release_name %} <span class="italic">"{{ release_name }}"</span>{% endif %}</p> + <p><strong>{{ _("status.build_date") }}:</strong> {{ build_date }}</p> + <p><strong>{{ _("status.debug_mode") }}:</strong> {{ _("common.enabled") if debug_enabled else _("common.disabled") }}</p> {% if last_check %} - <p><strong>Last Check:</strong> {{ last_check }}</p> + <p><strong>{{ _("status.last_check") }}:</strong> {{ last_check }}</p> {% endif %} {% if container_info.is_docker %} - <p><strong>Container ID:</strong> {{ container_info.id }}</p> + <p><strong>{{ _("status.container_id") }}:</strong> {{ container_info.id }}</p> {% endif %} {% if container_info.git_sha and container_info.git_sha != 'Unknown' %} - <p><strong>Git Commit:</strong> {{ container_info.git_sha }}</p> + <p><strong>{{ _("status.git_commit") }}:</strong> {{ container_info.git_sha }}</p> {% endif %} {% if container_info.runtime_info %} - <p><strong>Container Started:</strong> {{ container_info.runtime_info }}</p> + <p><strong>{{ _("status.container_started") }}:</strong> {{ container_info.runtime_info }}</p> {% endif %} </div> </div> @@ -44,11 +44,11 @@ </div> {% if provider.configured %} <span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-100 text-green-800"> - Configured + {{ _("status.configured") }} </span> {% else %} <span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-red-100 text-red-800"> - Not Configured + {{ _("status.not_configured") }} </span> {% endif %} </div> @@ -81,14 +81,14 @@ <svg class="-ml-0.5 mr-1.5 h-2 w-2 text-green-400" fill="currentColor" viewBox="0 0 8 8"> <circle cx="4" cy="4" r="3" /> </svg> - Active + {{ _("status.active") }} </span> {% else %} <span class="inline-flex items-center px-2.5 py-0.5 rounded-md text-sm font-medium bg-gray-100 text-gray-800"> <svg class="-ml-0.5 mr-1.5 h-2 w-2 text-gray-400" fill="currentColor" viewBox="0 0 8 8"> <circle cx="4" cy="4" r="3" /> </svg> - Inactive + {{ _("status.inactive") }} </span> {% endif %} </div> @@ -100,7 +100,7 @@ class="view-details-btn inline-flex items-center px-2.5 py-1.5 border border-gray-300 text-xs font-medium rounded text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500" data-provider="{{ name }}" data-details="{{ provider.details|tojson|forceescape }}"> - View Details + {{ _("status.view_details") }} </button> {% endif %} @@ -111,7 +111,7 @@ class="test-generic-btn inline-flex items-center px-2.5 py-1.5 border border-gray-300 text-xs font-medium rounded text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500" data-endpoint="{{ provider.test_endpoint }}" data-method="POST"> - Test Notifications + {{ _("status.test_notifications") }} </button> {% endif %} @@ -121,7 +121,7 @@ class="test-generic-btn inline-flex items-center px-2.5 py-1.5 border border-gray-300 text-xs font-medium rounded text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500" data-endpoint="{{ provider.test_endpoint }}" data-method="{{ provider.test_method|default('GET') }}"> - Test {{ name }} + {{ _("status.test_provider", name=name) }} </button> {% endif %} @@ -131,15 +131,15 @@ <button class="test-provider-btn inline-flex items-center px-2.5 py-1.5 border border-gray-300 text-xs font-medium rounded text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500" data-provider="dropbox"> - Test Connection + {{ _("status.test_connection") }} </button> <a href="/dropbox-setup" class="inline-flex items-center px-2.5 py-1.5 border border-transparent text-xs font-medium rounded text-indigo-700 bg-indigo-100 hover:bg-indigo-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> - <i class="fa-solid fa-gear h-3 w-3 mr-1"></i> - Manage + <i class="fa-solid fa-gear h-3 w-3 mr-1" aria-hidden="true"></i> + {{ _("status.manage") }} </a> {% else %} <a href="/dropbox-setup" class="inline-flex items-center px-2.5 py-1.5 border border-transparent text-xs font-medium rounded text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> - Configure Now + {{ _("status.configure_now") }} </a> {% endif %} {% elif name == "OneDrive" %} @@ -147,15 +147,15 @@ <button class="test-provider-btn inline-flex items-center px-2.5 py-1.5 border border-gray-300 text-xs font-medium rounded text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500" data-provider="onedrive"> - Test Connection + {{ _("status.test_connection") }} </button> <a href="/onedrive-setup" class="inline-flex items-center px-2.5 py-1.5 border border-transparent text-xs font-medium rounded text-indigo-700 bg-indigo-100 hover:bg-indigo-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> - <i class="fa-solid fa-gear h-3 w-3 mr-1"></i> - Manage + <i class="fa-solid fa-gear h-3 w-3 mr-1" aria-hidden="true"></i> + {{ _("status.manage") }} </a> {% else %} <a href="/onedrive-setup" class="inline-flex items-center px-2.5 py-1.5 border border-transparent text-xs font-medium rounded text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> - Configure Now + {{ _("status.configure_now") }} </a> {% endif %} {% elif name == "Google Drive" %} @@ -163,15 +163,15 @@ <button class="test-provider-btn inline-flex items-center px-2.5 py-1.5 border border-gray-300 text-xs font-medium rounded text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500" data-provider="google_drive"> - Test Connection + {{ _("status.test_connection") }} </button> <a href="/google-drive-setup" class="inline-flex items-center px-2.5 py-1.5 border border-transparent text-xs font-medium rounded text-indigo-700 bg-indigo-100 hover:bg-indigo-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> - <i class="fa-solid fa-gear h-3 w-3 mr-1"></i> - Manage + <i class="fa-solid fa-gear h-3 w-3 mr-1" aria-hidden="true"></i> + {{ _("status.manage") }} </a> {% else %} <a href="/google-drive-setup" class="inline-flex items-center px-2.5 py-1.5 border border-transparent text-xs font-medium rounded text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> - Configure Now + {{ _("status.configure_now") }} </a> {% endif %} {% elif name == "AI Provider" %} @@ -179,13 +179,13 @@ <button class="test-provider-btn inline-flex items-center px-2.5 py-1.5 border border-gray-300 text-xs font-medium rounded text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500" data-provider="ai_provider"> - Test Connection + {{ _("status.test_connection") }} </button> <button id="testAiExtractionBtn" class="inline-flex items-center px-2.5 py-1.5 border border-transparent text-xs font-medium rounded text-indigo-700 bg-indigo-100 hover:bg-indigo-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> - <i class="fa-solid fa-flask mr-1"></i> - Test Extraction + <i class="fa-solid fa-flask mr-1" aria-hidden="true"></i> + {{ _("status.test_extraction") }} </button> {% endif %} {% elif name == "Azure AI" %} @@ -193,20 +193,20 @@ <button class="test-provider-btn inline-flex items-center px-2.5 py-1.5 border border-gray-300 text-xs font-medium rounded text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500" data-provider="azure"> - Test Connection + {{ _("status.test_connection") }} </button> {% endif %} {% elif provider.configured and name == "Paperless-ngx" %} <a href="{{ provider.details.host }}" target="_blank" class="inline-flex items-center px-2.5 py-1.5 border border-gray-300 text-xs font-medium rounded text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> - <i class="fa-solid fa-external-link h-3 w-3 mr-1"></i> - Open + <i class="fa-solid fa-external-link h-3 w-3 mr-1" aria-hidden="true"></i> + {{ _("status.open") }} </a> {% elif provider.configured and name == "NextCloud" %} {% if provider.details and provider.details.url %} {% set nextcloud_base_url = provider.details.url.split('/remote.php')[0] %} <a href="{{ nextcloud_base_url }}" target="_blank" class="inline-flex items-center px-2.5 py-1.5 border border-gray-300 text-xs font-medium rounded text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> - <i class="fa-solid fa-external-link h-3 w-3 mr-1"></i> - Open + <i class="fa-solid fa-external-link h-3 w-3 mr-1" aria-hidden="true"></i> + {{ _("status.open") }} </a> {% endif %} {% endif %} @@ -219,14 +219,14 @@ </div> <div class="mt-8 bg-gray-50 p-4 rounded-lg border border-gray-200"> - <h3 class="text-lg font-medium text-gray-900">Configuration Settings</h3> + <h3 class="text-lg font-medium text-gray-900">{{ _("status.config_settings") }}</h3> <p class="text-sm text-gray-600 mt-1"> - For more detailed configuration settings and environment variables, check the settings page. + {{ _("status.config_settings_desc") }} </p> <div class="mt-4"> <a href="/settings" class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> - View Detailed Configuration + {{ _("status.view_config") }} </a> </div> </div> @@ -238,15 +238,15 @@ <div id="modalIcon" class="mx-auto flex items-center justify-center h-12 w-12 rounded-full bg-green-100 mb-4"> <!-- Icon will be injected by JS --> </div> - <h3 id="modalTitle" class="text-lg leading-6 font-medium text-gray-900">Success</h3> + <h3 id="modalTitle" class="text-lg leading-6 font-medium text-gray-900">{{ _("status.modal_default_title") }}</h3> <div class="mt-2 px-7 py-3"> <p id="modalMessage" class="text-sm text-gray-500"> - Operation completed successfully. + {{ _("status.modal_default_message") }} </p> </div> <div class="items-center px-4 py-3"> <button id="modalClose" class="px-4 py-2 bg-blue-500 text-white text-base font-medium rounded-md w-full shadow-sm hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-300"> - Close + {{ _("common.close") }} </button> </div> </div> @@ -258,12 +258,12 @@ <div class="relative top-20 mx-auto p-5 border w-11/12 md:w-2/3 lg:w-1/2 shadow-lg rounded-md bg-white"> <div class="absolute top-0 right-0 pt-4 pr-4"> <button type="button" id="closeDetailsModal" class="text-gray-400 hover:text-gray-500"> - <span class="sr-only">Close</span> - <i class="fa-solid fa-xmark h-6 w-6"></i> + <span class="sr-only">{{ _("common.close") }}</span> + <i class="fa-solid fa-xmark h-6 w-6" aria-hidden="true"></i> </button> </div> <div class="mt-3"> - <h3 id="detailsModalTitle" class="text-lg leading-6 font-medium text-gray-900 mb-4">Provider Details</h3> + <h3 id="detailsModalTitle" class="text-lg leading-6 font-medium text-gray-900 mb-4">{{ _("status.provider_details") }}</h3> <div class="mt-4"> <dl class="grid grid-cols-1 gap-x-4 gap-y-6 sm:grid-cols-2"> <div id="detailsContent" class="col-span-2"> @@ -273,7 +273,7 @@ </div> <div class="mt-6 flex justify-end"> <button type="button" id="closeDetailsBtn" class="px-4 py-2 bg-indigo-600 text-white text-sm font-medium rounded-md shadow-sm hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-600"> - Close + {{ _("common.close") }} </button> </div> </div> @@ -285,35 +285,34 @@ <div class="relative top-10 mx-auto p-5 border w-11/12 md:w-3/4 lg:w-2/3 xl:w-1/2 shadow-lg rounded-md bg-white"> <div class="absolute top-0 right-0 pt-4 pr-4"> <button type="button" id="closeAiExtractionModal" class="text-gray-400 hover:text-gray-500"> - <span class="sr-only">Close</span> - <i class="fa-solid fa-xmark h-6 w-6"></i> + <span class="sr-only">{{ _("common.close") }}</span> + <i class="fa-solid fa-xmark h-6 w-6" aria-hidden="true"></i> </button> </div> <div class="mt-3"> <h3 id="aiExtractionModalTitle" class="text-lg leading-6 font-medium text-gray-900 mb-1"> - <i class="fa-solid fa-flask mr-2 text-indigo-600"></i>AI Extraction Test + <i class="fa-solid fa-flask mr-2 text-indigo-600" aria-hidden="true"></i>{{ _("status.ai_extraction_title") }} </h3> <p class="text-sm text-gray-500 mb-4"> - Paste the plain-text content of a document below and run it through the configured AI provider - to inspect the raw response, extracted JSON, and tags. + {{ _("status.ai_extraction_desc") }} </p> <!-- Input area --> <div id="aiExtractionInput"> - <label for="aiExtractionText" class="block text-sm font-medium text-gray-700 mb-1">Document Text</label> + <label for="aiExtractionText" class="block text-sm font-medium text-gray-700 mb-1">{{ _("status.ai_extraction_label") }}</label> <textarea id="aiExtractionText" rows="10" class="w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm text-sm font-mono focus:outline-none focus:ring-indigo-500 focus:border-indigo-500" - placeholder="Paste the plain-text content of your document here…"></textarea> + placeholder="{{ _('status.ai_extraction_placeholder') }}"></textarea> <div class="mt-3 flex justify-end space-x-2"> <button type="button" id="cancelAiExtractionBtn" class="px-4 py-2 border border-gray-300 text-sm font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> - Cancel + {{ _("common.cancel") }} </button> <button type="button" id="runAiExtractionBtn" class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> - <i class="fa-solid fa-play mr-2"></i>Run Extraction + <i class="fa-solid fa-play mr-2" aria-hidden="true"></i>{{ _("status.run_extraction") }} </button> </div> </div> @@ -328,30 +327,30 @@ <!-- Raw response --> <div> - <h4 class="text-sm font-medium text-gray-900 mb-1">Raw LLM Response</h4> + <h4 class="text-sm font-medium text-gray-900 mb-1">{{ _("status.raw_llm_response") }}</h4> <pre id="aiRawResponse" class="bg-gray-50 border border-gray-200 rounded p-3 text-xs overflow-auto max-h-48 whitespace-pre-wrap break-words"></pre> </div> <!-- Parsed JSON --> <div id="aiParsedJsonSection"> - <h4 class="text-sm font-medium text-gray-900 mb-1">Parsed JSON</h4> + <h4 class="text-sm font-medium text-gray-900 mb-1">{{ _("status.parsed_json_label") }}</h4> <pre id="aiParsedJson" class="bg-gray-50 border border-gray-200 rounded p-3 text-xs overflow-auto max-h-64 whitespace-pre-wrap break-words"></pre> </div> <!-- Tags --> <div id="aiTagsSection"> - <h4 class="text-sm font-medium text-gray-900 mb-1">Extracted Tags</h4> + <h4 class="text-sm font-medium text-gray-900 mb-1">{{ _("status.extracted_tags") }}</h4> <div id="aiTags" class="flex flex-wrap gap-2"></div> </div> <div class="flex justify-end space-x-2 pt-2"> <button type="button" id="aiExtractionBackBtn" class="px-4 py-2 border border-gray-300 text-sm font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> - <i class="fa-solid fa-arrow-left mr-1"></i>Back + <i class="fa-solid fa-arrow-left mr-1" aria-hidden="true"></i>{{ _("common.back") }} </button> <button type="button" id="aiExtractionCloseBtn" class="px-4 py-2 bg-indigo-600 text-white text-sm font-medium rounded-md shadow-sm hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-600"> - Close + {{ _("common.close") }} </button> </div> </div> @@ -363,6 +362,37 @@ {% block scripts %} <script> +/* Translated strings for JavaScript use */ +const i18nStrings = { + providerConfigDetails: {{ _("status.provider_config_details") | tojson }}, + noDetails: {{ _("status.no_details") | tojson }}, + settingLabel: {{ _("status.setting_label") | tojson }}, + valueLabel: {{ _("status.value_label") | tojson }}, + testNotificationSent: {{ _("status.test_notification_sent") | tojson }}, + notificationConfigMissing: {{ _("status.notification_config_missing") | tojson }}, + testNotificationFailed: {{ _("status.test_notification_failed") | tojson }}, + errorTestingNotifications: {{ _("status.error_testing_notifications") | tojson }}, + testSuccessful: {{ _("status.test_successful") | tojson }}, + tokenValidFor: {{ _("status.token_valid_for") | tojson }}, + warning: {{ _("common.warning") | tojson }}, + authRequired: {{ _("status.auth_required") | tojson }}, + tokenExpired: {{ _("status.token_expired") | tojson }}, + testFailed: {{ _("status.test_failed") | tojson }}, + connectionError: {{ _("status.connection_error") | tojson }}, + connectionTestSuccessful: {{ _("status.connection_test_successful") | tojson }}, + connectionTestFailed: {{ _("status.connection_test_failed") | tojson }}, + errorTestingConnection: {{ _("status.error_testing_connection") | tojson }}, + sending: {{ _("status.sending") | tojson }}, + testing: {{ _("status.testing") | tojson }}, + jsonParseIssue: {{ _("status.json_parse_issue") | tojson }}, + aiExtractionFailed: {{ _("status.ai_extraction_failed") | tojson }}, + errorRunningExtraction: {{ _("status.error_running_extraction") | tojson }}, + running: {{ _("status.running") | tojson }}, + aiEmptyResponse: {{ _("status.ai_empty_response") | tojson }}, + asAccount: {{ _("status.as_account") | tojson }}, + configureNow: {{ _("status.configure_now") | tojson }}, +}; + document.addEventListener('DOMContentLoaded', function() { // Modal elements const resultModal = document.getElementById('resultModal'); @@ -400,7 +430,7 @@ document.addEventListener('DOMContentLoaded', function() { } function showDetailsModal(providerName, details) { - detailsModalTitle.textContent = providerName + ' Configuration Details'; + detailsModalTitle.textContent = i18nStrings.providerConfigDetails.replace('{name}', providerName); // Clear previous content detailsContent.innerHTML = ''; @@ -414,8 +444,8 @@ document.addEventListener('DOMContentLoaded', function() { thead.className = 'bg-gray-50'; thead.innerHTML = ` <tr> - <th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Setting</th> - <th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Value</th> + <th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">${i18nStrings.settingLabel}</th> + <th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">${i18nStrings.valueLabel}</th> </tr> `; @@ -456,7 +486,7 @@ document.addEventListener('DOMContentLoaded', function() { table.appendChild(tbody); detailsContent.appendChild(table); } else { - detailsContent.innerHTML = '<p class="text-sm text-gray-500">No details available</p>'; + detailsContent.innerHTML = `<p class="text-sm text-gray-500">${i18nStrings.noDetails}</p>`; } detailsModal.classList.remove('hidden'); @@ -510,7 +540,7 @@ document.addEventListener('DOMContentLoaded', function() { testNotificationBtn.addEventListener('click', function() { const originalText = this.innerHTML; - this.innerHTML = '<i class="fa-solid fa-spinner fa-spin mr-2"></i> Sending...'; + this.innerHTML = `<i class="fa-solid fa-spinner fa-spin mr-2"></i> ${i18nStrings.sending}`; this.disabled = true; fetch('/api/diagnostic/test-notification', { @@ -519,15 +549,15 @@ document.addEventListener('DOMContentLoaded', function() { .then(response => response.json()) .then(data => { if (data.status === 'success') { - showModal('success', 'Test Notification Sent', data.message); + showModal('success', i18nStrings.testNotificationSent, data.message); } else if (data.status === 'warning') { - showModal('error', 'Notification Configuration Missing', data.message); + showModal('error', i18nStrings.notificationConfigMissing, data.message); } else { - showModal('error', 'Test Notification Failed', data.message); + showModal('error', i18nStrings.testNotificationFailed, data.message); } }) .catch(error => { - showModal('error', 'Connection Error', 'Error testing notifications: ' + error.message); + showModal('error', i18nStrings.connectionError, i18nStrings.errorTestingNotifications + error.message); }) .finally(() => { // Always restore the button text and enable the button, regardless of success or failure @@ -545,7 +575,7 @@ document.addEventListener('DOMContentLoaded', function() { const endpoint = this.getAttribute('data-endpoint'); const method = this.getAttribute('data-method') || 'GET'; - this.innerHTML = '<i class="fa-solid fa-spinner fa-spin mr-2"></i> Testing...'; + this.innerHTML = `<i class="fa-solid fa-spinner fa-spin mr-2"></i> ${i18nStrings.testing}`; this.disabled = true; fetch(endpoint, { @@ -558,28 +588,28 @@ document.addEventListener('DOMContentLoaded', function() { if (data.token_info && data.token_info.expires_in_human) { let message = data.message || 'Connection successful'; message += `<br><br><div class="bg-blue-50 p-3 rounded mt-2"> - <span class="font-medium">Token valid for:</span> ${data.token_info.expires_in_human} + <span class="font-medium">${i18nStrings.tokenValidFor}</span> ${data.token_info.expires_in_human} </div>`; - modalTitle.textContent = 'Test Successful'; + modalTitle.textContent = i18nStrings.testSuccessful; modalMessage.innerHTML = message; modalIcon.innerHTML = '<i class="fa-solid fa-check text-green-600 fa-2x"></i>'; modalIcon.className = 'mx-auto flex items-center justify-center h-12 w-12 rounded-full bg-green-100 mb-4'; resultModal.classList.remove('hidden'); } else { // Regular success - showModal('success', 'Test Successful', data.message + (data.account ? ' as ' + data.account : '')); + showModal('success', i18nStrings.testSuccessful, data.message + (data.account ? ' ' + i18nStrings.asAccount + ' ' + data.account : '')); } } else if (data.status === 'warning') { - showModal('error', 'Warning', data.message); + showModal('error', i18nStrings.warning, data.message); } else if (data.needs_reauth) { - showModal('error', 'Authentication Required', 'Your token has expired or is invalid. Please reconfigure this connection.'); + showModal('error', i18nStrings.authRequired, i18nStrings.tokenExpired); } else { - showModal('error', 'Test Failed', data.message); + showModal('error', i18nStrings.testFailed, data.message); } }) .catch(error => { - showModal('error', 'Connection Error', `Error: ${error.message}`); + showModal('error', i18nStrings.connectionError, `Error: ${error.message}`); }) .finally(() => { // Always restore the button state @@ -596,7 +626,7 @@ document.addEventListener('DOMContentLoaded', function() { const provider = this.getAttribute('data-provider'); const originalText = this.textContent; - this.innerHTML = '<i class="fa-solid fa-spinner fa-spin mr-2"></i> Testing...'; + this.innerHTML = `<i class="fa-solid fa-spinner fa-spin mr-2"></i> ${i18nStrings.testing}`; this.disabled = true; let endpoint = ''; @@ -622,35 +652,35 @@ document.addEventListener('DOMContentLoaded', function() { // Add token expiration info if available (especially for Google Drive) if (data.token_info && data.token_info.expires_in_human) { message += `<br><br><div class="bg-blue-50 p-3 rounded mt-2"> - <span class="font-medium">Token valid for:</span> ${data.token_info.expires_in_human} + <span class="font-medium">${i18nStrings.tokenValidFor}</span> ${data.token_info.expires_in_human} </div>`; // Show the message with HTML - modalTitle.textContent = 'Connection Test Successful'; + modalTitle.textContent = i18nStrings.connectionTestSuccessful; modalMessage.innerHTML = message; modalIcon.innerHTML = '<i class="fa-solid fa-check text-green-600 fa-2x"></i>'; modalIcon.className = 'mx-auto flex items-center justify-center h-12 w-12 rounded-full bg-green-100 mb-4'; resultModal.classList.remove('hidden'); } else { // Use the regular modal without HTML - showModal('success', 'Connection Test Successful', `${data.message} ${data.account ? 'as ' + data.account : ''}`); + showModal('success', i18nStrings.connectionTestSuccessful, `${data.message} ${data.account ? i18nStrings.asAccount + ' ' + data.account : ''}`); } } else { if (data.needs_reauth) { - showModal('error', 'Authentication Required', 'Your token has expired or is invalid. Please reconfigure this connection.'); + showModal('error', i18nStrings.authRequired, i18nStrings.tokenExpired); // Add option to go to config page - modalClose.textContent = "Configure Now"; + modalClose.textContent = i18nStrings.configureNow; modalClose.addEventListener('click', function redirectToConfig() { window.location.href = `/${provider.replace('_', '-')}-setup`; modalClose.removeEventListener('click', redirectToConfig); }, { once: true }); } else { - showModal('error', 'Connection Test Failed', data.message); + showModal('error', i18nStrings.connectionTestFailed, data.message); } } }) .catch(error => { - showModal('error', 'Connection Error', 'Error testing connection: ' + error.message); + showModal('error', i18nStrings.connectionError, i18nStrings.errorTestingConnection + error.message); }) .finally(() => { this.textContent = originalText; @@ -696,11 +726,11 @@ document.addEventListener('DOMContentLoaded', function() { aiExtractionMeta.textContent = `Provider: ${data.provider || '—'} | Model: ${data.model || '—'}`; // Raw response - aiRawResponse.textContent = data.raw_response || '(empty)'; + aiRawResponse.textContent = data.raw_response || i18nStrings.aiEmptyResponse; // Parse warning if (data.parse_error) { - aiParseWarning.textContent = `JSON parse issue: ${data.parse_error}`; + aiParseWarning.textContent = i18nStrings.jsonParseIssue + data.parse_error; aiParseWarning.classList.remove('hidden'); } else { aiParseWarning.classList.add('hidden'); @@ -775,7 +805,7 @@ document.addEventListener('DOMContentLoaded', function() { } const originalHTML = runAiExtractionBtn.innerHTML; - runAiExtractionBtn.innerHTML = '<i class="fa-solid fa-spinner fa-spin mr-2"></i>Running…'; + runAiExtractionBtn.innerHTML = `<i class="fa-solid fa-spinner fa-spin mr-2"></i>${i18nStrings.running}`; runAiExtractionBtn.disabled = true; cancelAiExtractionBtn.disabled = true; @@ -790,12 +820,12 @@ document.addEventListener('DOMContentLoaded', function() { showAiExtractionResults(data); } else { closeAiExtractionModalFn(); - showModal('error', 'AI Extraction Failed', data.message || 'Unknown error'); + showModal('error', i18nStrings.aiExtractionFailed, data.message || 'Unknown error'); } }) .catch(error => { closeAiExtractionModalFn(); - showModal('error', 'Connection Error', 'Error running extraction: ' + error.message); + showModal('error', i18nStrings.connectionError, i18nStrings.errorRunningExtraction + error.message); }) .finally(() => { runAiExtractionBtn.innerHTML = originalHTML; diff --git a/frontend/templates/subscription.html b/frontend/templates/subscription.html index 09143224..2f176007 100644 --- a/frontend/templates/subscription.html +++ b/frontend/templates/subscription.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}My Subscription – DocuElevate{% endblock %} +{% block title %}{{ _("subscription.page_title") }}{% endblock %} {% block content %} <div class="container mx-auto px-4 py-8 max-w-4xl"> @@ -8,9 +8,9 @@ <div class="mb-8"> <h1 class="text-3xl font-bold text-gray-900 flex items-center gap-3"> <i class="fas fa-layer-group text-indigo-500" aria-hidden="true"></i> - My Subscription + {{ _("subscription.heading") }} </h1> - <p class="text-gray-500 text-sm mt-1">Your current plan, usage and available upgrades.</p> + <p class="text-gray-500 text-sm mt-1">{{ _("subscription.subtitle") }}</p> </div> <!-- Flash messages --> @@ -21,11 +21,10 @@ <div class="bg-blue-50 border border-blue-200 rounded-xl p-6 flex items-start gap-4"> <i class="fas fa-info-circle text-blue-500 text-2xl flex-shrink-0 mt-0.5" aria-hidden="true"></i> <div> - <p class="font-semibold text-blue-800">Multi-user mode is not enabled.</p> + <p class="font-semibold text-blue-800">{{ _("subscription.single_user_title") }}</p> <p class="text-blue-700 text-sm mt-1"> - Subscription tiers apply when multi-user mode is active. Your instance currently runs in - single-user mode with no processing limits. - An admin can enable multi-user mode via <a href="/settings" class="underline hover:text-blue-900">Settings</a>. + {% set settings_link %}<a href="/settings" class="underline hover:text-blue-900">{{ _("nav.settings") }}</a>{% endset %} + {{ _("subscription.single_user_body", settings_link=settings_link) | safe }} </p> </div> </div> @@ -37,17 +36,17 @@ <div class="bg-amber-50 border border-amber-300 rounded-xl p-4 mb-6 flex items-start gap-3"> <i class="fas fa-clock text-amber-500 text-xl flex-shrink-0 mt-0.5" aria-hidden="true"></i> <div class="flex-1"> - <p class="font-semibold text-amber-800">Pending plan change scheduled</p> + <p class="font-semibold text-amber-800">{{ _("subscription.pending_title") }}</p> <p class="text-amber-700 text-sm mt-1"> - Your plan will change to <strong>{{ pending_tier.name }}</strong> - on <strong>{% if pending_date %}{{ pending_date.strftime('%B') }} {{ pending_date.day }}, {{ pending_date.year }}{% endif %}</strong>. - You keep all current plan benefits until then. + {{ _("subscription.pending_will_change") }} <strong>{{ pending_tier.name }}</strong> + {{ _("subscription.pending_on") }} <strong>{% if pending_date %}{{ pending_date.strftime('%B') }} {{ pending_date.day }}, {{ pending_date.year }}{% endif %}</strong>. + {{ _("subscription.pending_benefits") }} </p> </div> <button type="button" onclick="cancelPendingChange()" class="ml-auto flex-shrink-0 text-sm text-amber-700 underline hover:text-amber-900 font-medium" - aria-label="Cancel pending plan change"> - Cancel change + aria-label="{{ _('subscription.cancel_pending') }}"> + {{ _("subscription.cancel_pending") }} </button> </div> {% endif %} @@ -68,18 +67,18 @@ {% else %}fa-bolt text-purple-600{% endif %} text-2xl" aria-hidden="true"></i> </div> - <p class="text-xs font-semibold text-gray-400 uppercase tracking-widest">Current Plan</p> + <p class="text-xs font-semibold text-gray-400 uppercase tracking-widest">{{ _("subscription.current_plan") }}</p> <p class="text-2xl font-extrabold text-gray-900 mt-1">{{ tier.name }}</p> <p class="text-gray-500 text-sm mt-1">{{ tier.tagline }}</p> {% if tier.price_monthly > 0 %} - <p class="mt-3 text-lg font-bold text-indigo-600">${{ tier.price_monthly }}<span class="text-sm font-normal text-gray-400">/month</span></p> + <p class="mt-3 text-lg font-bold text-indigo-600">${{ tier.price_monthly }}<span class="text-sm font-normal text-gray-400">{{ _("subscription.per_month") }}</span></p> {% else %} - <p class="mt-3 text-lg font-bold text-gray-500">Free</p> + <p class="mt-3 text-lg font-bold text-gray-500">{{ _("subscription.free") }}</p> {% endif %} {% if period_start %} <p class="text-xs text-gray-400 mt-2"> <i class="fas fa-calendar-alt mr-1" aria-hidden="true"></i> - Since {{ period_start.strftime('%b') }} {{ period_start.day }}, {{ period_start.year }} + {{ _("subscription.since") }} {{ period_start.strftime('%b') }} {{ period_start.day }}, {{ period_start.year }} </p> {% endif %} </div> @@ -87,13 +86,13 @@ <!-- Usage this period --> {% if usage %} <div class="md:col-span-2 bg-white rounded-xl shadow p-6"> - <h2 class="text-sm font-semibold text-gray-500 uppercase tracking-widest mb-4">Usage</h2> + <h2 class="text-sm font-semibold text-gray-500 uppercase tracking-widest mb-4">{{ _("subscription.usage_heading") }}</h2> <div class="grid grid-cols-1 sm:grid-cols-3 gap-4"> <!-- Lifetime --> <div class="text-center"> <p class="text-3xl font-extrabold text-gray-900">{{ usage.lifetime }}</p> - <p class="text-xs text-gray-500 mt-1">Total files (lifetime)</p> + <p class="text-xs text-gray-500 mt-1">{{ _("subscription.lifetime_files") }}</p> {% if tier.lifetime_file_limit > 0 %} <div class="mt-2"> {% set lifetime_pct = ((usage.lifetime / tier.lifetime_file_limit) * 100) | int %} @@ -106,14 +105,14 @@ <p class="text-xs text-gray-400 mt-1">{{ usage.lifetime }} / {{ tier.lifetime_file_limit }}</p> </div> {% else %} - <p class="text-xs text-green-600 mt-1">Unlimited</p> + <p class="text-xs text-green-600 mt-1">{{ _("subscription.unlimited") }}</p> {% endif %} </div> <!-- Today --> <div class="text-center"> <p class="text-3xl font-extrabold text-gray-900">{{ usage.today }}</p> - <p class="text-xs text-gray-500 mt-1">Files today</p> + <p class="text-xs text-gray-500 mt-1">{{ _("subscription.today_files") }}</p> {% if tier.daily_upload_limit > 0 %} <div class="mt-2"> {% set today_pct = ((usage.today / tier.daily_upload_limit) * 100) | int %} @@ -123,17 +122,17 @@ {% if today_pct >= 90 %}bg-red-500{% elif today_pct >= 70 %}bg-yellow-500{% else %}bg-blue-500{% endif %}" style="width: {{ [today_pct, 100] | min }}%"></div> </div> - <p class="text-xs text-gray-400 mt-1">{{ usage.today }} / {{ tier.daily_upload_limit }} today</p> + <p class="text-xs text-gray-400 mt-1">{{ usage.today }} / {{ tier.daily_upload_limit }} {{ _("subscription.today_label") }}</p> </div> {% else %} - <p class="text-xs text-green-600 mt-1">Unlimited</p> + <p class="text-xs text-green-600 mt-1">{{ _("subscription.unlimited") }}</p> {% endif %} </div> <!-- This month --> <div class="text-center"> <p class="text-3xl font-extrabold text-gray-900">{{ usage.month }}</p> - <p class="text-xs text-gray-500 mt-1">Files this month</p> + <p class="text-xs text-gray-500 mt-1">{{ _("subscription.month_files") }}</p> {% if tier.monthly_upload_limit > 0 %} <div class="mt-2"> {% set month_pct = ((usage.month / tier.monthly_upload_limit) * 100) | int %} @@ -143,10 +142,10 @@ {% if month_pct >= 90 %}bg-red-500{% elif month_pct >= 70 %}bg-yellow-500{% else %}bg-indigo-500{% endif %}" style="width: {{ [month_pct, 100] | min }}%"></div> </div> - <p class="text-xs text-gray-400 mt-1">{{ usage.month }} / {{ tier.monthly_upload_limit }} this month</p> + <p class="text-xs text-gray-400 mt-1">{{ usage.month }} / {{ tier.monthly_upload_limit }} {{ _("subscription.this_month_label") }}</p> </div> {% else %} - <p class="text-xs text-green-600 mt-1">Unlimited</p> + <p class="text-xs text-green-600 mt-1">{{ _("subscription.unlimited") }}</p> {% endif %} </div> @@ -160,7 +159,7 @@ <div class="bg-white rounded-xl shadow p-6 mb-8"> <h2 class="text-lg font-semibold text-gray-900 mb-4 flex items-center gap-2"> <i class="fas fa-list-check text-green-500" aria-hidden="true"></i> - What's included in your plan + {{ _("subscription.features_heading") }} </h2> <ul class="grid grid-cols-1 sm:grid-cols-2 gap-2 text-sm text-gray-600"> {% for feature in tier.features %} @@ -176,7 +175,7 @@ <div class="mb-8"> <h2 class="text-lg font-semibold text-gray-900 mb-4 flex items-center gap-2"> <i class="fas fa-layer-group text-indigo-500" aria-hidden="true"></i> - Available Plans + {{ _("subscription.available_plans_heading") }} </h2> <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4"> {% for t in all_tiers %} @@ -192,11 +191,11 @@ {% if is_current %} <span class="absolute top-3 right-3 text-xs bg-indigo-100 text-indigo-700 font-semibold rounded-full px-2 py-0.5"> - Current + {{ _("subscription.current_badge") }} </span> {% elif is_pending %} <span class="absolute top-3 right-3 text-xs bg-amber-100 text-amber-700 font-semibold rounded-full px-2 py-0.5"> - Pending + {{ _("subscription.pending_badge") }} </span> {% elif t.badge %} <span class="absolute top-3 right-3 text-xs bg-indigo-100 text-indigo-700 font-semibold rounded-full px-2 py-0.5"> @@ -208,9 +207,9 @@ <p class="font-bold text-gray-900 pr-16">{{ t.name }}</p> <p class="text-gray-500 text-xs mt-1 mb-3">{{ t.tagline }}</p> {% if t.price_monthly > 0 %} - <p class="text-xl font-extrabold text-gray-900">${{ t.price_monthly }}<span class="text-sm font-normal text-gray-400">/mo</span></p> + <p class="text-xl font-extrabold text-gray-900">${{ t.price_monthly }}<span class="text-sm font-normal text-gray-400">{{ _("subscription.per_mo") }}</span></p> {% else %} - <p class="text-xl font-extrabold text-gray-500">Free</p> + <p class="text-xl font-extrabold text-gray-500">{{ _("subscription.free") }}</p> {% endif %} <ul class="mt-3 space-y-1 text-xs text-gray-600"> {% for feature in t.features[:3] %} @@ -220,7 +219,7 @@ </li> {% endfor %} {% if t.features | length > 3 %} - <li class="text-indigo-500 font-medium">+ {{ (t.features | length) - 3 }} more</li> + <li class="text-indigo-500 font-medium">+ {{ (t.features | length) - 3 }} {{ _("subscription.more_features_label") }}</li> {% endif %} </ul> </div> @@ -228,14 +227,14 @@ <div class="mt-4"> {% if is_current and not pending_tier_id %} <span class="block text-center py-2 px-4 rounded-lg bg-gray-100 text-gray-400 text-sm font-semibold cursor-default"> - Your current plan + {{ _("subscription.current_plan_cta") }} </span> {% elif is_current and pending_tier_id %} <!-- Keep current plan (cancel pending downgrade) --> <button type="button" onclick="changePlan('{{ t.id }}')" class="block w-full text-center py-2 px-4 rounded-lg bg-indigo-600 hover:bg-indigo-700 text-white text-sm font-semibold transition"> - Keep {{ t.name }} + {{ _("subscription.keep_plan_prefix") }} {{ t.name }} </button> {% elif is_upgrade %} {% if t.id == 'business' %} @@ -247,21 +246,21 @@ <button type="button" onclick="changePlan('{{ t.id }}')" class="block w-full text-center py-2 px-4 rounded-lg bg-green-600 hover:bg-green-700 text-white text-sm font-semibold transition"> - Upgrade to {{ t.name }} + {{ _("subscription.upgrade_to_prefix") }} {{ t.name }} </button> {% endif %} {% elif is_pending %} <button type="button" onclick="cancelPendingChange()" class="block w-full text-center py-2 px-4 rounded-lg bg-amber-100 hover:bg-amber-200 text-amber-800 text-sm font-semibold transition"> - Cancel scheduled change + {{ _("subscription.cancel_scheduled") }} </button> {% else %} <!-- Downgrade --> <button type="button" onclick="changePlan('{{ t.id }}')" class="block w-full text-center py-2 px-4 rounded-lg bg-gray-100 hover:bg-gray-200 text-gray-700 text-sm font-semibold transition"> - Downgrade to {{ t.name }} + {{ _("subscription.downgrade_to_prefix") }} {{ t.name }} </button> {% endif %} </div> @@ -270,7 +269,7 @@ </div> <p class="text-xs text-gray-400 mt-3"> <i class="fas fa-info-circle mr-1" aria-hidden="true"></i> - Upgrades take effect immediately. Downgrades are scheduled for the end of your current billing period. + {{ _("subscription.upgrade_info") }} </p> </div> @@ -279,7 +278,7 @@ <!-- Back link --> <div class="mt-8"> <a href="/" class="text-sm text-indigo-600 hover:text-indigo-800 font-medium flex items-center gap-1"> - <i class="fas fa-arrow-left text-xs" aria-hidden="true"></i> Back to Dashboard + <i class="fas fa-arrow-left text-xs" aria-hidden="true"></i> {{ _("subscription.back_to_dashboard") }} </a> </div> diff --git a/frontend/templates/terms.html b/frontend/templates/terms.html index 66cdab38..c8e5e6c9 100644 --- a/frontend/templates/terms.html +++ b/frontend/templates/terms.html @@ -1,65 +1,66 @@ {% extends "base.html" %} -{% block title %}Terms of Service - DocuElevate{% endblock %} +{% block title %}{{ _("terms.page_title") }}{% endblock %} {% block content %} <div class="container mx-auto px-4 py-8 max-w-4xl"> - <h1 class="text-4xl font-bold mb-6">Terms of Service</h1> - <p class="text-sm text-gray-500 mb-8">Last Updated: {{ current_date|default('May 14, 2024') }}</p> + <h1 class="text-4xl font-bold mb-6">{{ _("terms.heading") }}</h1> + <p class="text-sm text-gray-500 mb-8">{{ _("terms.last_updated") }} {{ current_date|default('May 14, 2024') }}</p> <div class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">1. Acceptance of Terms</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("terms.s1_heading") }}</h2> <p class="text-gray-700 mb-3"> - By accessing or using DocuElevate, you agree to be bound by these Terms of Service. If you do not agree to these terms, please do not use this service. + {{ _("terms.s1_p1") }} </p> </div> <div class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">2. Description of Service</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("terms.s2_heading") }}</h2> <p class="text-gray-700 mb-3"> - DocuElevate provides document processing, OCR, metadata extraction, and storage services. We reserve the right to modify or discontinue any aspect of the service at any time. + {{ _("terms.s2_p1") }} </p> </div> <div class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">3. User Responsibilities</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("terms.s3_heading") }}</h2> <p class="text-gray-700 mb-3"> - You are responsible for: + {{ _("terms.s3_p1") }} </p> <ul class="list-disc list-inside text-gray-700 ml-4 mb-3"> - <li>All content you upload to DocuElevate</li> - <li>Ensuring you have proper rights to upload and process documents</li> - <li>Maintaining the confidentiality of your account credentials</li> - <li>Any activity that occurs under your account</li> + <li>{{ _("terms.s3_li1") }}</li> + <li>{{ _("terms.s3_li2") }}</li> + <li>{{ _("terms.s3_li3") }}</li> + <li>{{ _("terms.s3_li4") }}</li> </ul> <p class="text-gray-700 mb-3"> - By using our service, you also agree to our <a href="/privacy" class="text-blue-600 hover:underline">Privacy Policy</a> and <a href="/cookies" class="text-blue-600 hover:underline">Cookie Policy</a>. + {{ _("terms.s3_p2_pre") }} <a href="/privacy" class="text-blue-600 hover:underline">{{ _("terms.privacy_link") }}</a> + {{ _("terms.s3_p2_and") }} <a href="/cookies" class="text-blue-600 hover:underline">{{ _("terms.cookie_link") }}</a>{{ _("terms.s3_p2_post") }} </p> </div> <div class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">4. Intellectual Property Rights</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("terms.s4_heading") }}</h2> <p class="text-gray-700 mb-3"> - DocuElevate respects intellectual property rights. Users may not upload content that infringes on the intellectual property rights of others. + {{ _("terms.s4_p1") }} </p> </div> <div class="bg-white shadow rounded-lg p-6 mb-6"> - <h2 class="text-2xl font-semibold mb-4">5. Limitation of Liability</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("terms.s5_heading") }}</h2> <p class="text-gray-700 mb-3"> - DocuElevate provides the service "as is" without warranties of any kind. We shall not be liable for any direct, indirect, incidental, special, consequential, or punitive damages resulting from your use of or inability to use the service. + {{ _("terms.s5_p1") }} </p> </div> <div class="bg-white shadow rounded-lg p-6"> - <h2 class="text-2xl font-semibold mb-4">6. Governing Law</h2> + <h2 class="text-2xl font-semibold mb-4">{{ _("terms.s6_heading") }}</h2> <p class="text-gray-700 mb-3"> - These Terms shall be governed by the laws of Germany, without regard to its conflict of law provisions. + {{ _("terms.s6_p1") }} </p> <p class="text-gray-700 mb-3"> - If you have any questions about these Terms, please contact us at <a href="mailto:docuelevate@christian-louis.de" class="text-blue-600 hover:underline">docuelevate@christian-louis.de</a>. + {{ _("terms.s6_p2_pre") }} <a href="mailto:docuelevate@christian-louis.de" class="text-blue-600 hover:underline">docuelevate@christian-louis.de</a>{{ _("terms.s6_p2_post") }} </p> <p class="text-gray-700"> - For information about how we use cookies, please see our <a href="/cookies" class="text-blue-600 hover:underline">Cookie Policy</a>. For licensing information, please refer to our <a href="/license" class="text-blue-600 hover:underline">License Information</a>. + {{ _("terms.s6_p3_pre") }} <a href="/cookies" class="text-blue-600 hover:underline">{{ _("terms.cookie_link") }}</a>{{ _("terms.s6_p3_mid") }} <a href="/license" class="text-blue-600 hover:underline">{{ _("terms.license_link") }}</a>{{ _("terms.s6_p3_post") }} </p> </div> </div> diff --git a/frontend/translations/af.json b/frontend/translations/af.json index d36160ed..13173146 100644 --- a/frontend/translations/af.json +++ b/frontend/translations/af.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Ontmoet die Skepper", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_pre": "DocuElevate word passievol ontwikkel deur", + "about.features_admin_api": "Kragtige REST-API vir programmatiese toegang", + "about.features_admin_config": "Uiters konfigureerbaar via omgewingsveranderlikes", + "about.features_admin_docker": "Docker-gereed vir maklike implementering en skaalbaarheid", + "about.features_admin_heading": "Administrasie", + "about.features_admin_oauth2": "Ondersteuning vir OAuth2-verifikasie met Authentik", + "about.features_automation_background": "Agtergrondverwerking met Redis en Celery", + "about.features_automation_gmail": "Integrasie met Gmail en generiese e-posrekeninge", + "about.features_automation_heading": "Outomatisering", + "about.features_automation_imap": "IMAP-inboksopvraging vanaf verskeie bronne", + "about.features_automation_ingestion": "Outomatiese dokumentinname vanaf verskeie invoerbronne", + "about.features_heading": "Belangrike Kenmerke", + "about.features_integration_cloud": "Wolkberging: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integrasie en Berging", + "about.features_integration_multi_dest": "Ondersteuning vir verskeie bestemmings (stoor dokumente op verskeie plekke)", + "about.features_integration_protocols": "Oordragsprotokolle: FTP, SFTP, e-posdeurnasending", + "about.features_integration_selfhosted": "Opsies vir selfhosting: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Intelligente dokumentklassifikasie en datumuittrekking", + "about.features_processing_heading": "Dokumentverwerking", + "about.features_processing_metadata": "Outomatiese metadata-uittrekking met 'n insteekbare KI-verskaffer", + "about.features_processing_ocr": "OCR aangedryf deur Azure Document Intelligence", + "about.features_processing_pdf": "PDF-omskakeling van verskeie lêerformate via Gotenberg", + "about.features_processing_upload": "Eenvoudige en veilige lêeroplaai met sleep-en-los-ondersteuning", + "about.github_logo_alt": "GitHub-logo", + "about.heading": "Oor DocuElevate", + "about.intro_post": " – jou moderne, intelligente oplossing vir dokumentverwerking! Ons het DocuElevate gebou om die manier waarop jy jou dokumente hanteer volledig te transformeer – van oplaai tot ekstraksie, van verwerking tot berging.", + "about.intro_pre": "Welkom by ", + "about.involved_description": "Wil jy in die kode delf, idees bydra of meer oor DocuElevate leer?", + "about.involved_docs": "Lees die Dokumentasie", + "about.involved_github": "Bekyk DocuElevate op GitHub", + "about.involved_heading": "Raak Betrokke", + "about.involved_website": "Besoek die DocuElevate-webwerf", + "about.legal_description": "Ons gee om vir jou privaatheid en datasekuriteit. Besigtig asseblief ons:", + "about.legal_heading": "Privaatheid & Regs", + "about.legal_license": "Lisensie-inligting", + "about.legal_privacy": "Privaatheidskennisgewing", + "about.page_title": "Oor DocuElevate", + "about.story_heading": "Ons Verhaal", + "about.story_p1": "DocuElevate is geskep met een doel voor oë: om dokumentbestuur vir almal te vereenvoudig en te stroomlyn, of jy nou 'n klein startup of 'n groot onderneming is.", + "about.story_p2": "Ons maak gebruik van die krag van inpropbare KI-verskaffers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, en meer) vir metadata-ekstraksie en teksverbetering, integreer naatloos met Dropbox, Nextcloud, en Paperless NGX vir stoor en indeksering, benut Azure Document Intelligence vir OCR, en gebruik selfs Gotenberg vir lêer-na-PDF-omskakelings.", + "api_tokens.col_created": "Aangemaak", + "api_tokens.col_last_ip": "Laaste IP", + "api_tokens.col_last_used": "Laaste gebruik", + "api_tokens.col_name": "Naam", + "api_tokens.col_prefix": "Token-voorvoegsel", + "api_tokens.copy_to_clipboard": "Kopieer token na klembord", + "api_tokens.copy_upload_example": "Kopieer oplaai-voorbeeld na klembord", + "api_tokens.copy_warning_1": "Kopieer hierdie token nou — dit sal", + "api_tokens.copy_warning_2": "nie weer gewys word nie", + "api_tokens.create_heading": "Skep nuwe token", + "api_tokens.create_token": "Skep token", + "api_tokens.creating": "Besig om te skep…", + "api_tokens.heading": "API-tokens", + "api_tokens.intro": "Skep persoonlike API-tokens om programmaties met die DocuElevate API te kommunikeer. Gebruik tokens vir webhook-oplaaie, CI/CD-pipelines, of enige skrip wat dokumente moet oplaai of opvra.", + "api_tokens.loading_tokens": "Laai tokens…", + "api_tokens.never": "Nooit", + "api_tokens.no_tokens_heading": "Nog geen API-tokens nie", + "api_tokens.no_tokens_help": "Skep jou eerste token hier bo om te begin.", + "api_tokens.page_title": "API-tokens \u0013 DocuElevate", + "api_tokens.revoke": "Herroep", + "api_tokens.revoke_prefix": "Herroep token", + "api_tokens.status_active": "Aktief", + "api_tokens.status_revoked": "Herroep", + "api_tokens.table_aria": "API-tokens", + "api_tokens.token_created": "Token suksesvol geskep!", + "api_tokens.token_name_label": "Tokennaam", + "api_tokens.token_name_placeholder": "bv. CI-pipeline, webhook-oplaai, my skrip", + "api_tokens.usage_heading": "Gebruiksvoorbeeld", + "api_tokens.usage_intro_post": "kopstuk met enige API-versoek:", + "api_tokens.usage_intro_pre": "Gebruik jou API-token in die", + "api_tokens.your_tokens": "Jou tokens", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "audit.col_resource": "Bron", + "audit.col_timestamp": "Tydstempel", + "audit.critical": "Krities", + "audit.filter_action": "Aksie", + "audit.filter_all_actions": "Alle handelinge", + "audit.filter_all_users": "Alle gebruikers", + "audit.filter_resource_placeholder": "bv. dokument, gebruiker", + "audit.filter_resource_type": "Hulpbrontipe", + "audit.filter_severity": "Ernstigheid", + "audit.filter_user": "Gebruiker", + "audit.filters_section_label": "Filters vir ouditlog", + "audit.next": "Volgende", + "audit.next_label": "Volgende bladsy", + "audit.no_events": "Nog geen ouditgebeurtenisse opgeteken nie.", + "audit.no_events_hint": "Belangrike aksies (aanmeldings, dokumentoperasies, instellingsveranderings) sal hier verskyn.", + "audit.page_title": "Ouditlogboeke - DocuElevate", + "audit.pagination_label": "Ouditlog-paginering", + "audit.prev": "Vorige", + "audit.prev_label": "Vorige bladsy", + "audit.refresh_label": "Herlaai ouditlogboeke", + "audit.siem_disabled_title": "SIEM-deurstuur is gedeaktiveer", + "audit.siem_enabled_title": "Gebeurtenisse word deurgestuur na ", + "audit.siem_off": "SIEM: Af", + "audit.subtitle": "Omvattende rekord van alle belangrike aksies wat slegs aangevul kan word.", + "audit.table_label": "Ouditloggebeurtenisse", + "audit.title": "Ouditlogboeke", + "auth.confirm_password": "Bevestig Wagwoord", + "auth.create_account": "Skep rekening", + "auth.display_name_label": "Vertoonnaam", + "auth.email_label": "E-pos", + "auth.forgot_password": "Wagwoord vergeet?", + "auth.forgot_username": "Gebruikersnaam vergeet?", + "auth.login": "Teken in", + "auth.login_title": "Teken in", + "auth.logo_alt": "DocuElevate-logo", + "auth.logout": "Teken uit", + "auth.my_account": "My rekening", + "auth.no_account": "Het jy nie 'n rekening nie?", + "auth.or_continue_with": "Of gaan voort met", + "auth.password_label": "Wagwoord", + "auth.profile": "Profiel", + "auth.remember_me": "Onthou my", + "auth.return_home": "Terug na tuisblad", + "auth.sign_in": "Teken in", + "auth.sign_in_sso": "Teken in met SSO", + "auth.sign_in_with": "Teken in met", + "auth.sign_in_with_username": "Teken in met gebruikersnaam", + "auth.signup": "Teken aan", + "auth.signup_title": "Teken aan", + "auth.username_label": "Gebruikersnaam", + "auth.username_or_email": "Gebruikersnaam of e-pos", + "auth.verify_email_back_sign_in": "Terug na aanmelding", + "auth.verify_email_expiry": "Die skakel verval in 24 uur. As jy die e-pos nie sien nie, kyk in jou strooiposmap.", + "auth.verify_email_heading": "Kyk in jou inkassie", + "auth.verify_email_message": "Ons het ’n verifikasie-e-pos aan jou gestuur. Klik asseblief die skakel in die e-pos om jou rekening te aktiveer.", + "auth.verify_email_page_title": "DocuElevate - Verifieer jou e-pos", + "auth.verify_email_resend_aria_label": "E-posadres vir hersending", + "auth.verify_email_resend_button": "Hersend verifikasie-e-pos", + "auth.verify_email_resend_label": "E-posadres", + "auth.verify_email_resend_placeholder": "Voer jou e-posadres in", + "auth.verify_email_resend_prompt": "Het jy dit nie ontvang nie?", + "backup.archives_heading": "Rugsteunargiewe", + "backup.backup_now": "Rugsteun nou", + "backup.clean_up": "Skoonmaak", + "backup.cleanup_title": "Voer retensie-opruiming nou uit", + "backup.col_created": "Geskep", + "backup.col_filename": "Lêernaam", + "backup.col_size": "Grootte", + "backup.col_storage": "Stoorplek", + "backup.col_type": "Tipe", + "backup.config_auto_backup": "Outomatiese rugsteun", + "backup.config_remote_dest": "Afgeleë bestemming", + "backup.config_retention": "Retensie", + "backup.config_total_size": "Totale plaaslike grootte", + "backup.confirm_btn": "Bevestig", + "backup.confirm_title": "Bevestig handeling", + "backup.heading": "Rugsteunbestuur", + "backup.local_only": "Slegs plaaslik", + "backup.no_backups": "Nog geen rugsteune nie.", + "backup.no_backups_hint": "Klik op Rugsteun nou om jou eerste rugsteun te skep.", + "backup.page_title": "Rugsteunbestuur", + "backup.records_label": "rekords", + "backup.restore_btn": "Herstel", + "backup.restore_desc_mid": "rugsteunargief om die databasis te herstel.", + "backup.restore_desc_pre": "Laai 'n", + "backup.restore_desc_warning": "Dit sal alle huidige data oorskryf.", + "backup.restore_file_label": "Rugsteunargief (.db.gz)", + "backup.restore_heading": "Herstel vanaf lêer", + "backup.restoring": "Besig om te herstel…", + "backup.retention_daily_detail": "– bewaar vir 3 weke", + "backup.retention_heading": "Bewaringsbeleid", + "backup.retention_hourly_detail": "– bewaar vir 4 dae", + "backup.retention_note": "Rugsteunkopieë buite hierdie perke word outomaties gesnoei nadat elke nuwe rugsteun geskep is.", + "backup.retention_weekly_detail": "– bewaar vir ~3 maande", + "backup.snapshots": "momentopnames", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", + "backup.storage_local": "lokaal", + "backup.subtitle": "Databasisrugsteune word outomaties geskep: uurliks (4 dae), daagliks (3 weke), weekliks (13 weke).", + "backup.table_aria": "Rugsteunargiewe", + "backup.trigger_daily": "Rugsteun nou (Daagliks)", + "backup.trigger_hourly": "Rugsteun nou (Uurliks)", + "backup.trigger_weekly": "Rugsteun nou (Weekliks)", + "backup.type_daily": "Daagliks", + "backup.type_hourly": "Uurliks", + "backup.type_weekly": "Weekliks", + "billing.go_to_dashboard": "Gaan na paneelbord", + "billing.manage_subscription": "Bestuur intekening", + "billing.success_heading": "Alles gereed!", + "billing.success_message": "Jou intekening is geaktiveer. Dankie dat jy DocuElevate gekies het!", + "billing.success_page_title": "DocuElevate - Intekening geaktiveer", + "common.actions": "Aksies", + "common.active": "Aktief", + "common.all": "Alle", + "common.avatar": "Avatar", + "common.back": "Terug", + "common.cancel": "Kanselleer", + "common.close": "Sluit", + "common.col_pending": "Hangende", + "common.completed": "Voltooi'd", + "common.confirm": "Bevestig", + "common.copied": "Gekopieer!", + "common.copy": "Kopieer", + "common.create": "Skep", + "common.created": "Geskep", + "common.date": "Datum", + "common.delete": "Verwyder", + "common.description": "Beskrywing", + "common.details": "Besonderhede", + "common.disabled": "Uitgeskakel", + "common.download": "Laai af", + "common.duplicate": "Dupliceer", + "common.edit": "Wysig", + "common.enabled": "Aangeskakel", + "common.error": "Fout", + "common.failed": "Gefaald", "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", + "common.inactive": "Inaktief", + "common.info": "Inligting", + "common.loading": "Laai...", + "common.name": "Naam", + "common.next": "Volgende", + "common.next_page": "Volgende bladsy", + "common.no": "Nee", + "common.none": "Geen", + "common.page": "Bladsy", + "common.paused": "Gestaak", + "common.pending": "Hangende", + "common.prev_page": "Vorige bladsy", + "common.previous": "Vorige", + "common.processing": "Verwerking", + "common.refresh": "Vernuwe", + "common.reset": "Herstel", + "common.retry": "Probeer weer", + "common.save": "Stoor", + "common.search": "Soek", + "common.select": "Kies", + "common.select_placeholder": "\u0014 kies \u0014", + "common.size": "Grootte", "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "common.submit": "Stuur in", + "common.success": "Sukses", + "common.tags": "Etikette", + "common.test": "Toets", + "common.test_connection": "Toets Verbinding", + "common.type": "Tipe", + "common.update": "Opdateer", + "common.updated": "Bygewerk", + "common.upload": "Laai op", + "common.view": "Bekyk", + "common.warning": "Waarskuwing", + "common.yes": "Ja", + "cookie.accept": "Ek verstaan", + "cookie.learn_more": "Lees meer", + "cookie.message": "Hierdie webwerf gebruik koekies om u ervaring te verbeter.", + "cookie.notice": "DocuElevate gebruik slegs die noodsaaklike sessiekoekies wat benodig word vir verifikasie en die werking van die diens. Daar word geen opsporings- of analitiese koekies gebruik nie.", + "cookie.notice_label": "Koekiekennisgewing", + "cookie.policy_link": "Koekiebeleid", + "cookie.privacy_link": "Privaatheidskennisgewing", + "credentials.col_action": "Aksie", + "credentials.col_credential": "Kredensiaal", + "credentials.col_source": "Bron", + "credentials.configured": "Gekonfigureer", + "credentials.edit_in_settings": "Wysig in Instellings", + "credentials.legend_db": "Waarde gestoor in die databasis (by rus versleuteld; oorskryf die omgewingsveranderlike)", + "credentials.legend_env_after": " lêer", + "credentials.legend_env_before": "Waarde uit omgewingsveranderlike of ", + "credentials.legend_missing": "Kredensiaal is nie ingestel nie \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "credentials.legend_restart": "Herbegin word benodig wanneer hierdie kredensiaal geroteer word", + "credentials.legend_title": "Legenda", + "credentials.manage_settings": "Bestuur Instellings", + "credentials.not_configured": "Nie Gekonfigureer Nie", + "credentials.page_title": "Kredensiaaloudit - DocuElevate", + "credentials.raw_json": "Rou JSON (API)", + "credentials.restart_title": "Herbegin word benodig nadat hierdie kredensiaal geroteer is", + "credentials.source_db_title": "Gestoor in databasis (versleuteld)", + "credentials.source_env_title": "Uit omgewingsveranderlike", + "credentials.status_missing": "Ontbrekend", + "credentials.subtitle": "Oorsig van alle sensitiewe kredensiale wat deur DocuElevate gebruik word. Geen geheime waardes word hier getoon nie \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "credentials.table_for": "Kredensiale vir", + "credentials.title": "Kredensiaaloudit", + "credentials.total_credentials": "Totale Kredensiale", + "dashboard.active_integrations": "Aktiewe Integrasies", + "dashboard.files_this_month": "Lêers Hierdie Maand", + "dashboard.files_today": "Lêers Vandag", + "dashboard.ocr_processed": "OCR Verwerk", + "dashboard.quick_actions": "Vinnige Aksies", + "dashboard.recent_activity": "Onlangse Aktiwiteit", + "dashboard.storage_targets": "Stoorbestemmings", + "dashboard.title": "Kontrolepaneel", + "dashboard.total_files": "Totale Lêers", + "dashboard.welcome": "Welkom by DocuElevate", + "duplicates.file_id_label": "Lêer ID", + "duplicates.file_id_placeholder": "bv. 42", + "duplicates.find_btn": "Vind", + "duplicates.found_files": "dubbele lêer(s) totaal.", + "duplicates.found_groups": "dubbele groep(e) met", + "duplicates.found_prefix": "Gevind", + "duplicates.group_aria": "Dubbele groep", + "duplicates.heading": "Dubbele Dokumente", + "duplicates.how_it_works_heading": "Hoe nabye dubbelkontrole werk", + "duplicates.max_results_label": "Max resultate", + "duplicates.near_dup_desc": "Kies 'n dokument om te kyk of enige ander lêers dieselfde (of baie soortgelyke) inhoud bevat — selfs al is dit op verskillende tye gescan en het dit verskillende SHA-256 hashes.", + "duplicates.near_dup_heading": "Vind Nabye Dubbele vir 'n Dokument", + "duplicates.no_exact_heading": "Geen presiese dubbele gevind nie", + "duplicates.page_title": "Dubbele Dokumente - DocuElevate", + "duplicates.pagination_aria": "Paginasie", + "duplicates.role_duplicate": "Dubbel", + "duplicates.role_original": " oorspronklike", + "duplicates.tab_exact": "Presiese Dubbele", + "duplicates.tab_near": "Nabye Dubbel Finder", + "duplicates.tabs_aria": "Dubbele opsporing tabblads", + "duplicates.threshold_label": "Gelykheid drempel", + "duplicates.view_dup_aria": "Besoek dubbele lêer", + "duplicates.view_original_aria": "Besoek oorspronklike lêer", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Oeps, ons kon daardie bladsy nie vind nie!", + "error.404_home": "Terug huis toe", + "error.404_message": "Dit lyk of DocuElevate die dokument wat jy gesoek het, verloor het. Moet nie bekommerd wees nie – ons is daar vir jou.", + "error.404_title": "404 - Nie Gevind", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", + "error.500_debug_info": "Wys Foutopsporing Inligting", + "error.500_description": "Ons bedieners het 'n ongeluk gehad en het 'n tydjie nodig.", + "error.500_heading": "Oeps! Iets het verkeerd geloop.", + "error.500_home": "Gaan Huisto", + "error.500_img_alt": "Illustrasie van 'n bediener fout", + "error.500_message1": "Ons bedieners het 'n ongeluk gehad en het 'n tydjie nodig. Miskien het die hamsters hul koffie gemors?", + "error.500_message2": "Ons is reeds besig om dit te sorteer — lêers te sorteer, bedieners te herlaai, en flux kapasitors weer te kalibreer.", + "error.500_title": "Bediener Fout - DocuElevate", + "error.forbidden": "Verbode", + "error.forbidden_message": "Jy het nie toestemming om toegang te hê tot hierdie bladsy nie.", + "error.not_found": "Bladsy nie gevind nie", + "error.not_found_message": "Die bladsy waarna jy soek, bestaan nie.", + "error.server_error": "Interne Bedienerfout", + "error.server_error_message": "Iets het verkeerd gegaan. Probeer asseblief weer later.", + "error.unauthorized": "Nie geoutentikeer nie", + "error.unauthorized_message": "Jy moet aanmeld om toegang tot hierdie bladsy te kry.", + "files.action_delete": "Verwyder lêer", + "files.action_details": "Kyk na besonderhede", + "files.action_preview": "Vinige voorspel", + "files.bulk_clear_selection": "Verwyder keuse", + "files.bulk_cloud_ocr": "Her-run Cloud OCR", + "files.bulk_delete": "Verwyder Gekoosde", + "files.bulk_download": "Aflaai as ZIP", + "files.bulk_reprocess": "Herverwerk Gekoosde", + "files.delete_modal_cancel": "Ontbind", + "files.delete_modal_confirm": "Verwyder", + "files.delete_modal_message": "Is jy seker jy wil hierdie lêer verwyder?", + "files.delete_modal_title": "Bevestig Verwydering", + "files.document_title": "Dokumenttitel", + "files.drop_overlay_hint": "Ondersteun PDF, kantoor dokumente, prente, HTML, Markdown, en meer – vouers word rekursief verwerk", + "files.drop_overlay_title": "Laat lêers of vouers êrens val om op te laai", + "files.error_hint": "Dit kan wees as gevolg van 'n konfigurasie of invoerprobleem. Gaan asseblief die bedienerlogs na.", + "files.file_size": "Lêergrootte", + "files.filename": "Lêernaam", + "files.files_selected": "lêers gekies", + "files.filter_all_providers": "Alle Verskaffers", + "files.filter_all_statuses": "Alle Statusse", + "files.filter_all_types": "Alle Tippe", + "files.filter_apply": "Toepas Filters", + "files.filter_clear": "Verwyder", + "files.filter_date_from": "Datum Van", + "files.filter_date_from_aria": "Filtreer vanaf datum", + "files.filter_date_to": "Datum Tot", + "files.filter_date_to_aria": "Filtreer tot datum", + "files.filter_form_aria": "Filtreer lêers", + "files.filter_mime_type": "MIME Tipe", + "files.filter_ocr_all": "Alle Lêers", + "files.filter_ocr_good": "Goeie kwaliteit", + "files.filter_ocr_poor": "Swak kwaliteit", + "files.filter_ocr_quality": "OCR Kwaliteit", + "files.filter_ocr_quality_aria": "Filtreer volgens OCR kwaliteit punte", + "files.filter_ocr_unchecked": "Nog nie beoordeel nie", + "files.filter_search_label": "Soek Fielnaam", + "files.filter_search_placeholder": "Voer fielnaam in...", + "files.filter_storage_provider": "Berging Verskaffer", + "files.filter_tags_aria": "Filtreer volgens merke (komma-geskeurde)", + "files.filter_tags_placeholder": "bv. faktuur,amazon", + "files.fulltext_search_label": "Volle-Tekst Soektog (OCR teks, metadata, merke)", + "files.fulltext_search_placeholder": "Soek dokumentinhoud, sender, merke, tipe...", + "files.no_files": "Geen lêers gevind nie", "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "files.page_title": "Lêer Rekords", + "files.pagination_files": "lêers", + "files.pagination_first": "Eerste", + "files.pagination_last": "Laaste", + "files.pagination_nav_aria": "Lêerlys paginering", + "files.pagination_next": "Volgende", + "files.pagination_of": "van", + "files.pagination_previous": "Vorige", + "files.pagination_showing": "Wys", + "files.preview_modal_close": "Sluit voorskou", + "files.preview_modal_title": "Voorskou", + "files.queue_banner_items": "item(s) is tans in die oes of word verwerk. Lêers sal hier verskyn sodra verwerking voltooi is.", + "files.queue_banner_link": "Sien Oes", + "files.saved_searches_empty": "Geen gestoor soektogte nog nie", + "files.saved_searches_error": "Kon nie gestoor soektogte laai nie", + "files.saved_searches_label": "Gestoor Soektogte", + "files.saved_searches_save": "Stoor Huidige", + "files.saved_searches_save_aria": "Stoor huidige filtre as 'n gestoor soektog", + "files.search_results_empty": "Geen resultate gevind nie.", + "files.search_results_title": "Soek Resultate", + "files.status_duplicate": "Dubbel", + "files.table_actions": "Aksies", + "files.table_aria": "Lêer rekords", + "files.table_created_at": "Geskep Op", + "files.table_empty": "Geen lêers gevind nie", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.table_mime_type": "MIME Tipe", + "files.table_original_filename": "Oorspronklike Fielnaam", + "files.table_select_all": "Selecteer alle lêers op hierdie bladsy", + "files.tags": "Etikette", + "files.title": "Lêers", + "files.upload_modal_aria": "Laai vordering", + "files.upload_modal_close": "Sluit laai vordering", + "files.upload_modal_header": "Lêers laai", + "files.uploaded": "Gelaai", + "footer.about": "Oor", + "footer.attribution": "Toeskrywing", + "footer.attributions": "Toeskrywings", + "footer.cookies": "Koekies", "footer.copyright": "DocuElevate {year}", "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.license": "Lisensie", + "footer.navigation": "Voetslaan navigasie", + "footer.privacy": "Privaatheid", + "footer.terms": "Voorwaardes", + "footer.version": "Weergawe {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth-gekoppeld. Lêers land in jou gekose gids.", + "help.destinations_email": "E-pos Verstuur", + "help.destinations_email_desc": "Verwerkte lêers as SMTP-aanhangsels gestuur.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Diensrekening of OAuth. Ondersteun gedeelde hardeskywe.", + "help.destinations_heading": "Bestemmings – Waar Dokumente Gaan", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Self-gashere wolk berging via WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Microsoft Graph API integrasie.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Stoot dokumente reg in Paperless vir argivering.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Enige S3-compatibele emmer (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Veilige lêeroordrag na enige bediener.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST metadata na enige eksterne eindpunt.", + "help.documentation": "Dokumentasie", + "help.faq": "Gereeld Vra gepinde Vrae", + "help.faq_1_a": "Navigeer na die Laai bladsy, sleep en laat val jou lêers of klik Kies Lêer. DocuElevate omskakel beelde en kantore dokumente na PDF, voer OCR uit, en onttrek metadata outomaties.", + "help.faq_1_q": "Hoe laai ek dokumente op?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, en HTML. Nie-PDF lêers word outomaties na PDF omskep voordat hulle verwerk word.", + "help.faq_2_q": "Watter lêerformate word ondersteun?", + "help.faq_3_a": "Ja. Gaan na E-pos Inname, voeg 'n IMAP-rekening by, en DocuElevate sal vir nuwe boodskappe poll en aanhegtings outomaties verwerk.", + "help.faq_3_q": "Kan ek dokumente vanaf e-pos ingeneem?", + "help.faq_4_a": "Pipes laat jou toe om verwerkingsstappe te ketting – OCR, KI-uitrekking, formaatomskakeling – en die resultaat na een of meer bestemmings te lei. Skep en bestuur hulle vanaf die Pipelines-bladsy.", + "help.faq_4_q": "Hoe werk verwerkingspype?", + "help.faq_5_a": "DocuElevate enkripteer geloofsbriewe in rus, kommunikeer oor TLS, en stoor nooit jou dokumente langer as wat nodig is nie. Sien die Privaatheidskennisgewing vir volle besonderhede.", + "help.faq_5_a_post": " vir volledige besonderhede.", + "help.faq_5_a_pre": "DocuElevate versleutel akrediteerdata in rus, kommunikeer oor TLS, en stoor nooit jou dokumente langer as wat nodig is nie. Sien die ", + "help.faq_5_q": "Is my data beveiligd?", + "help.faq_heading": "Gereelde Vrae", + "help.getting_started": "Begin", + "help.heading": "Hulp Centrum", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Gebruik die REST API om dokumente programmatig te druk. Verifieer met 'n Bearer-token en POST lêers na die oplaai-eindpunt.", + "help.ingestion_heading": "Data Inname Gereedskap", + "help.ingestion_mobile": "Mobiele Programme", + "help.ingestion_mobile_desc": "Gebruik enige mobiele skandeertoepassing wat pasgemaakte HTTP-oplaai bestemmings ondersteun om foto's en skanderings van jou foon of tablet na DocuElevate te stuur.", + "help.ingestion_scanners": "Netwerk Skanners", + "help.ingestion_scanners_desc": "Richt enige netwerk skanner of multifunctionele drukker na DocuElevate se oplaai-eindpunt. Geskandeerde dokumente land direk in jou verwerkingslyn.", + "help.ingestion_watched_folders": "Gekykde Mappes", + "help.ingestion_watched_folders_desc": "Konfigureer 'n plaaslike of netwerkmap om gemonitor te word. Enige lêer wat in 'n gekykde map geplaas word, word outomaties opgelaai en verwerk deur DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Maak", + "help.ingestion_zapier_desc": "Integreer DocuElevate in jou outomatiseringswerklote met Zapier, n8n, of Maak. Gebruik die REST API aksies om dokument opgelaai te aktiveer vanaf enige gebeurtenis.", + "help.meta_description": "Kry help met DocuElevate – vind gidse oor die opgelaai van dokumente, die verbinding van wolkbergings, die opstel van pype, en meer.", + "help.og_description": "Kry help met DocuElevate – vind gidse oor die opgelaai van dokumente, die verbinding van wolkbergings, die opstel van pype, en meer.", + "help.page_title": "Hulp Centrum", + "help.privacy_notice": "Privaatheidskennisgewing", + "help.quickstart_heading": "Vinige Begin", + "help.quickstart_storage": "Koppel Berging", + "help.quickstart_storage_desc": "Gaan na Instellings en skakel jou wolkrekeninge. Verwerkte dokumente word outomaties na elke bestemming wat jy konfigureer, gestuur.", + "help.quickstart_storage_desc_full": "Gaan na Integrasies en koppel jou wolkbergingsrekening. DocuElevate ondersteun Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, en meer. Verwerkte dokumente word outomaties na elke bestemming wat jy konfigureer, gestuur.", + "help.quickstart_upload": "Laai Dokumente Op", + "help.quickstart_upload_desc": "Sleep en laat val lêers op die Laai Op-bladsy of klik Kies lêer. DocuElevate omskep prente en kantoor-dokumente na PDF, voer OCR uit, en onttrek metadata outomaties.", + "help.quickstart_workflows": "Outomatiseer Werkvloei", + "help.quickstart_workflows_desc": "Skep Pype om multi-stapverwerking en routingsreëls te definieer. Kombineer OCR, KI-uitrekking, formaatomskakeling, en aflewering in 'n enkele vloei.", + "help.sources_email_ingestion": "E-pos Inname (IMAP)", + "help.sources_email_ingestion_desc": "Stuur dokumente na 'n toegewyde posbus. Onder E-pos Inname, voeg een of meer IMAP-rekeninge by. DocuElevate poll vir nuwe boodskappe en verwerk aanhegtings outomaties.", + "help.sources_heading": "Bronne – Dokumente Inkry", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", + "help.sources_rest_api_desc": "Integreer programmaties deur lêers na /api/upload te POST. Ideaal vir skripts, toegewyde vouers, skandeerders, of derdeparty gereedskap soos Zapier en n8n.", + "help.sources_scanner": "Skandeerder & Mobiel", + "help.sources_scanner_desc": "Wys netwerk skandeerders na DocuElevate se oplaai-eindpunt of gebruik enige mobiele skandeertoepassing wat pasgemaakte HTTP-bestemmings ondersteun.", + "help.sources_scanner_desc_full": "Konfigureer jou netwerk skanner of multifunctionele drukker om skanderings direk na DocuElevate te stuur. Gebruik die /api/upload eindpunt as die bestemming. Mobiele skandeertoepassings met pasgemaakte oplaai bestemmings word ook ondersteun.", + "help.sources_web_upload": "Web Oplaai", + "help.sources_web_upload_desc": "Die vinnigste manier om te begin. Open die Oplaai-bladsy, laat een of meer lêers val, en DocuElevate sorg vir die res. Ondersteunde formate sluit PDF, JPEG, PNG, TIFF, DOCX, XLSX, en meer in.", + "help.subheading": "Alles wat jy nodig het om die meeste uit DocuElevate te haal. Blader deur onderwerpe hieronder of soek vir wat jy nodig het.", + "help.support": "Ondersteuning", + "help.support_admin_message": "Kontak jou administrateur vir ondersteuningsinligting.", + "help.support_description": "Kan jy nie vind wat jy soek nie? Ons ondersteuningspan is hier om te help.", + "help.support_heading": "Kontak Ondersteuning", + "help.support_live_chat": "Lewende Klets beskikbaar – klik op die kletsbel om 'n gesprek te begin.", + "help.support_ticket_button": "Dien 'n Kaartjie In", + "help.support_ticket_desc": "Vul die onderstaande vorm in en ons ondersteuningspan sal so vinnig as moontlik by jou terugkom.", + "help.support_ticket_heading": "Maak 'n Ondersteuningskaartjie Oop", + "help.title": "Hulp Centrum", + "help.workflows_creating": "Skep 'n Pipeline", + "help.workflows_definition": "‘n Pipeline is 'n reeks verwerkingsstappe wat outomaties werk wanneer 'n dokument ingeneem word. Elke stap kan die dokument transformeer, verryk of lei.", + "help.workflows_heading": "Werkvloei & Pype", + "help.workflows_step_1": "Skakel na PDF", + "help.workflows_step_1_create": "Gaan na Pype in die hoofmenu.", + "help.workflows_step_1_full": "Skakel oor na PDF – alle inkomende lêers word genormaliseer na 'n konsekwente PDF-formaat.", + "help.workflows_step_2": "OCR – ontgin teks", + "help.workflows_step_2_create": "Klik Nuwe Pyplyn en gee dit 'n naam.", + "help.workflows_step_2_full": "OCR – trek seleksie teks uit geskandeerde bladsye met behulp van Azure Document Intelligence of die ingeboude enjin.", + "help.workflows_step_3": "AI metadata ontginning", + "help.workflows_step_3_create": "Voeg die verwerkingstappe by wat jy nodig het.", + "help.workflows_step_3_full": "AI metadata-uittreksel – klassifiseer dokument tipe en trek sleutelvelde soos bedrae, datums, en name met behulp van OpenAI.", + "help.workflows_step_4": "Lewer aan een of meer bestemmings", + "help.workflows_step_4_create": "Kies een of meer afleweringsbestemmings.", + "help.workflows_step_5_create": "Stoor – nuwe dokumente sal outomaties deur hierdie pyplyn verwerk word.", + "help.workflows_typical_steps": "Tipiese Stappe", + "help.workflows_what_is": "Wat is 'n Pyplyn?", + "index.badge_intelligent": "Intelligente Dokumentverwerking", + "index.button_browse_files": "Blaai Lêers", + "index.button_upload": "Laai Op", + "index.capabilities_cloud": "Wolkberging: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "E-pos & URL-gebaseerde dokumentinname", + "index.capabilities_ocr": "OCR & metadata ontginning met AI", + "index.capabilities_paperless": "Paperless-ngx integrasie vir dokumentbestuur", + "index.capabilities_title": "Vermoe", + "index.capabilities_workflows": "Geoutomatiseerde klassifikasie & roetering werkvloei", + "index.cta_description": "Sluit by span aan wat reeds hul dokumentverwerking met DocuElevate outomatiseer.", + "index.cta_heading": "Gereed om jou dokumentwerkvloei te verhoog?", + "index.cta_pricing": "Sien pryse", + "index.cta_signup": "Skep 'n gratis rekening", + "index.dashboard_subtitle": "Intelligente dokumentverwerking & bestuur", + "index.dashboard_subtitle_teams": "Intelligente dokumentverwerking & bestuur — gebou vir spanne", + "index.feature_ai": "AI Metadata Ontginning", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, en ander ink قابل AI verskaffers klassifiseer dokumente en trek sleutelvelde soos datums, bedrae, en onderwerpe uit.", + "index.feature_cloud": "Multi-Wolk Berging", + "index.feature_cloud_desc": "Roete verwerkte lêers na Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, en meer.", + "index.feature_email": "E-pos & IMAP Inname", + "index.feature_email_desc": "Trek dokumente outomaties uit Gmail of enige IMAP-posbus — geen handmatige opgelaaide benodig.", + "index.feature_ocr": "OCR & Tekstontginning", + "index.feature_ocr_desc": "Azure Dokument Intelligensie skakel gescande PDF's en beelde outomaties in volledig soekbare teks om.", + "index.feature_pipelines": "Pasgemaakte Pyplyne", + "index.feature_pipelines_desc": "Bou verwerkingspyplyne met konfigureerbare stappe — OCR, AI-ontginning, formaatomskakeling, en stoorroetering in enige volgorde.", + "index.feature_search": "Volle-Teks Soektog", + "index.feature_search_desc": "Vind enige dokument onmiddellik deur inhoud, metadata, of etikette regdeur jou hele argief.", + "index.feature_section_title": "Alles wat jy nodig het vir slim dokumentwerkvloei", + "index.getting_started": "Aan die Gang", + "index.getting_started_1": "Stel integrasies via Stelselsposisie op", + "index.getting_started_2": "Laai jou eerste dokument op", + "index.getting_started_3": "Hersien resultate in Lêers", + "index.getting_started_learn": "Leer meer oor DocuElevate", + "index.hero_description": "DocuElevate neem jou dokumente in, voer OCR uit, onttrek metadata met KI, en roete lêers na Dropbox, Google Drive, OneDrive, S3, Nextcloud, en meer — alles in een naatlose pyplyn.", + "index.hero_heading": "Van opgawe tot insig — outomaties.", + "index.hero_login": "Teken In", + "index.hero_pricing": "Besoek Planne & Pryse", + "index.hero_signup": "Begin — dit is gratis", + "index.integrations_active": "Aktiewe integrasies", + "index.integrations_storage": "Berginghouders", + "index.integrations_title": "Integrasies", + "index.integrations_view_status": "Besoek stelselsposisie", + "index.page_title_dashboard": "Kiesbord", + "index.page_title_public": "Intelligente Dokumentverwerkings", + "index.platform_overview": "Platformoorsig", + "index.processing_stats": "Verwerkingsstatistieke", + "index.quick_actions": "Vinige Aksies", + "index.quick_documents": "My Dokumente", + "index.quick_documents_desc": "Blaai deur jou verwerkte lêers", + "index.quick_search": "Soek", + "index.quick_search_desc": "Volle tekssoektog deur dokumente", + "index.quick_subscription": "My Intekening", + "index.quick_subscription_desc": "Besoek plan & gebruik besonderhede", + "index.quick_system_status": "Stelselsposisie", + "index.quick_system_status_desc": "Kontroleer integrasie gesondheid", + "index.quick_upload": "Laai Dokument op", + "index.quick_upload_desc": "Verwerk 'n nuwe lêer", + "index.quick_view_files": "Besoek Alle Lêers", + "index.quick_view_files_desc": "Blaai deur verwerkte dokumente", + "index.single_user_heading": "DocuElevate Kiesbord", + "index.single_user_subtitle": "Intelligente dokumentverwerking & bestuur", + "index.stat_active_integrations": "Aktiewe Integrasies", + "index.stat_active_users": "Aktiewe gebruikers", + "index.stat_files_month": "Lêers hierdie maand", + "index.stat_files_ocr": "Lêers met OCR", + "index.stat_files_today": "Lêers vandag", + "index.stat_storage_targets": "Berginghouders", + "index.stat_this_month": "Hierdie maand", + "index.stat_today": "Vandag", + "index.stat_total_files": "Totale lêers", + "index.stat_total_processed": "Algehele verwerk", "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "index.tier_upgrade": "Opgradering", + "index.tier_view_details": "Besoek volle besonderhede", + "index.upgrade_daily_limits": "Hoër daaglikse & maandelikse perke", + "index.upgrade_description": "Ontsluit meer dokumente, meer bestemmings en prioriteitsondersteuning.", + "index.upgrade_destinations": "Meer berging bestemmings", + "index.upgrade_ocr_pages": "Meer OCR bladsye", + "index.upgrade_plan": "Opgradeer jou plan", + "index.upgrade_view_pricing": "Besigtig planne & pryse", + "index.usage_lifetime": "Lewe tyd lêers", + "index.usage_month": "Lêers hierdie maand", + "index.usage_my_usage": "My gebruik", + "index.usage_today": "Lêers vandag", + "index.usage_unlimited": "Onbeperk", + "integrations.access_key_label": "Toegang Sleutel ID", + "integrations.active_label": "Aktief", + "integrations.add_button": "Voeg Integrasie By", + "integrations.add_first_button": "Voeg Jou Eerste Integrasie By", + "integrations.api_token_label": "API Token", + "integrations.authorize_btn": "Magtig", + "integrations.authorize_reauth": "Her-magtig", + "integrations.bucket_label": "Emmer", + "integrations.configure": "Konfigureer", + "integrations.connect": "Koppel", + "integrations.connected": "Gekoppel", + "integrations.connection_failed": "Verbinding het gefaal", + "integrations.connection_success": "Verbinding suksesvol", + "integrations.delete_confirm_are_you_sure": "Is jy seker jy wil verwyder", + "integrations.delete_confirm_title": "Verwyder Integrasie?", + "integrations.delete_confirm_undone": "Hierdie aksie kan nie ongedaan gemaak word nie.", + "integrations.delete_emails_label": "Verwyder e-posse na verwerking", + "integrations.delete_files_label": "Verwyder lêers na verwerking", + "integrations.destinations_quota_label": "Berging Bestemmings:", + "integrations.destinations_section": "Bestemmings", + "integrations.direction_destination": "Bestemming (berging)", + "integrations.direction_label": "Rigting", + "integrations.direction_placeholder": "\u0002014 Kies \u0002014", + "integrations.direction_source": "Bron (ingestie)", + "integrations.disconnect": "Ontkoppel", + "integrations.email_settings": "E-pos Vooruitsendinstellings", + "integrations.empty_state": "Geen integrasies geconfigureer", + "integrations.endpoint_label": "Eindpunt URL", + "integrations.endpoint_optional": "(opsioneel, vir S3-compatibel)", + "integrations.folder_label": "Lêergids", + "integrations.folder_optional": "(opsioneel)", + "integrations.folder_path_label": "Lêergids Pad", + "integrations.folder_prefix_label": "Lêergids Vooraf", + "integrations.generic_settings_hint": "Konfigurasie vir hierdie integrasietipe kan as JSON na die skep hiervan via die API verskaf word.", + "integrations.gmail_hint": "Gmail etikette & ster: wanneer geaktiveer, word verwerkte e-posse met 'n ster gemerk en met 'n \"Ingested\" etiket in Gmail geëtiketteer. Geld slegs vir Gmail bedieners.", + "integrations.gmail_labels": "Pas Gmail etikette & ster toe", + "integrations.host_label": "Gashere", + "integrations.imap_settings": "IMAP Instellings", + "integrations.loading": "Laai integrasies\u001e", + "integrations.modal_close": "Sluit modul", + "integrations.modal_title_add": "Voeg Integrasie By", + "integrations.modal_title_edit": "Wysig Integrasie", + "integrations.name_label": "Etiket", + "integrations.name_placeholder": "bv. Werk Gmail, S3 Argief", + "integrations.nextcloud_settings": "Nextcloud Instellings", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Voeg jou eerste integrasie by om inskakelingsbronne (soos IMAP) en stoorbestemmings (soos S3, Dropbox, of Google Drive) te verbind.", + "integrations.not_connected": "Nie Gekoppel nie", + "integrations.oauth_folder_label": "Gids", + "integrations.oauth_hint": "Stoor hierdie integrasie eers, en gebruik dan die Authorize-knoppie om die OAuth-stroom te voltooi. Jou akkrediteerings sal veilig in jou persoonlike integrasietoevoer gestoor word.", + "integrations.page_title": "Integrasies", + "integrations.paperless_settings": "Papierlose NGX Instellings", + "integrations.password_label": "Wagwoord", + "integrations.paused": "Paus", + "integrations.plan_label": "Plan:", + "integrations.port_label": "Poort", + "integrations.quota_not_available": "(nie beskikbaar nie)", + "integrations.quota_unlimited": "/ onbeperk", + "integrations.recipient_label": "Ontvanger E-pos", + "integrations.region_label": "Tuin", + "integrations.remote_path_label": "Afgeleë Pad", + "integrations.s3_prefix_label": "Voorvoegsel (gids pad)", + "integrations.s3_settings": "S3 Instellings", + "integrations.secret_key_label": "Geheime Toegang Sleutel", + "integrations.show_password": "Wys wagwoord", + "integrations.show_secrets": "Wys geheime", + "integrations.show_token": "Wys token", + "integrations.source_local": "Plaaslike Lêerstelsel", + "integrations.source_type_label": "Bron Tipe", + "integrations.sources_quota_label": "Posbus Bronne:", + "integrations.sources_section": "Bronne", + "integrations.subtitle": "Bestuur jou inskakelingsbronne en stoorbestemmings op een plek.", + "integrations.title": "Integrasies", + "integrations.type_label": "Integrasie Tipe", + "integrations.type_placeholder": "\u0000x Keer rigting eers \u0000x", + "integrations.upgrade_plan": "Opgradeer Plan", + "integrations.use_ssl": "Gebruik SSL", + "integrations.username_label": "Gebruikersnaam", + "integrations.watch_folder_settings": "Kyk Gids Instellings", + "integrations.webdav_settings": "WebDAV Instellings", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Inskakeling", + "integrations.webhook_how_heading": "Hoe Webhook Inskakeling Werk", + "integrations.webhook_how_text": "‘n Webhook-integrasie laat eksterne stelsels toe om dokumente direk in DocuElevate via die REST API te druk. In plaas daarvan dat DocuElevate nuwes lêers soek (soos IMAP), stuur jou toepassing lêers na DocuElevate deur middel van ‘n HTTP-versoek met ‘n API-token vir outentisering.", + "integrations.webhook_ideal_text": "Dit is ideaal vir CI/CD-pype, outomatiseringskristalle, skandeerderintegrasies, of enige stelsel wat dokumente genereer en dit vir verwerking moet stuur.", + "integrations.webhook_quick_start": "Vinige Begin", + "integrations.webhook_security_tip": "Skep ‘n toegewyde API-token vir elke integrasie en herroep dit onmiddellik indien dit geaffekteer word. Tokens kan op die API Tokens-bladsy bestuur word.", + "integrations.webhook_step1": "Gaan na {api_tokens_link} en skep 'n persoonlike token.", + "integrations.webhook_upload_with_token": "Gebruik die token om dokumente via die API op te laai:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "language.change_success": "Taal verander na {language}", + "language.changed": "Taal verander na {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", "language.el": "Ελληνικά", - "language.en": "English", + "language.en": "Engels", "language.es": "Español", "language.et": "Eesti", "language.fi": "Suomi", "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", + "language.hu": "Hongaars", "language.is": "Íslenska", - "language.it": "Italiano", + "language.it": "Italiaans", "language.lb": "Lëtzebuergesch", "language.lt": "Lietuvių", "language.lv": "Latviešu", "language.nb": "Norsk", "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", + "language.no_results": "Geen tale gevind", + "language.pl": "Pools", + "language.pt": "Portugees", + "language.ro": "Roemeens", + "language.ru": "Russkiy", + "language.search_placeholder": "Soek tale\u00130", + "language.selector": "Taal", + "language.selector_label": "Kies taal", "language.sk": "Slovenčina", "language.sl": "Slovenščina", "language.sv": "Svenska", "language.tr": "Türkçe", - "language.uk": "Українська", + "language.uk": "Ukrainian", "language.zh": "中文", - "nav.about": "About", + "nav.about": "Oor", + "nav.account_menu": "Rekeningmenu", + "nav.account_menu_for": "Rekeningmenu vir {name}", "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", + "nav.admin.audit_logs": "Auditeringslogge", + "nav.admin.backups": "Ruggesteun", + "nav.admin.plans": "Planne", + "nav.admin.scheduled_jobs": "Gekose Werk", + "nav.admin.users": "Gebruikers", + "nav.admin_actions": "Admin aksies", "nav.admin_menu": "Admin menu", "nav.api_docs": "API Docs", "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", + "nav.backup_restore": "Ruggesteun & Herstel", + "nav.credentials": "Geloofsbrief", + "nav.dark_mode": "Donker Modus", "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", + "nav.developer_docs": "Ontwikkelaar Docs", + "nav.duplicates": "Dublette", + "nav.file_manager": "Lêerbestuurder", + "nav.files": "Lêers", + "nav.get_started": "Begin", + "nav.help": "Hulp", + "nav.help_center": "Hulp Sentrum", + "nav.imap": "E-pos Invoer", + "nav.integrations": "Integrasies", + "nav.light_mode": "Ligte Modus", + "nav.login": "Aanmeld", + "nav.logout": "Afmeld", + "nav.main_navigation": "Hoof navigasie", + "nav.my_subscription": "My Intekening", + "nav.notifications": "Kennisgewings", + "nav.open_main_menu": "Open hoofmenu", + "nav.pipelines": "Pyplyn", + "nav.plan_designer": "Plan Ontwerper", + "nav.pricing": "Prys", + "nav.profile": "Profiel", + "nav.profile_settings": "Profielinstellings", + "nav.queue": "Waglys", + "nav.queue_monitor": "Waglys Monitor", + "nav.scheduled_jobs": "Geplande Werk", + "nav.search": "Soek", + "nav.settings": "Instellings", + "nav.shared_links": "Gedeelde Skakels", + "nav.sign_out": "Teken Uit", + "nav.signup": "Meld aan", + "nav.similarity": "Gelykheid", + "nav.skip_to_content": "Slaan oor na hoofinhoud", "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", + "nav.subscription": "Intekening", + "nav.toggle_dark_mode": "Wissel donker modus", + "nav.toggle_nav": "Wissel navigasie menu", + "nav.upload": "Laai op", + "nav.users": "gebruikers", + "nav.version": "Weergawe Inligting", + "notifications.filter_all": "Alles", + "notifications.filter_read": "Slegs gelees", + "notifications.filter_unread": "Slegs ongelees", + "notifications.manage_desc": "Bestuur jou kennisgewings inbox, teikens, en gebeurtenis voorkeure", + "notifications.mark_all_read": "Merk Alle as Gelees", + "notifications.mark_all_read_btn": "Merk alles gelees", + "notifications.mark_read": "Merk as Gelees", + "notifications.no_notifications": "Geen kennisgewings", + "notifications.page_title": "Kennisgewings", "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", + "notifications.tab_settings": "Instellings", + "notifications.title": "Kennisgewings", + "notifications.unread_count": "{count} ongelees kennisgewings", + "pipelines.active_label": "Aktief", + "pipelines.add_step_btn": "Voeg Stap Toe", + "pipelines.create": "Skep Pyplyn", + "pipelines.custom_label_label": "Pasgemaakte Etiket", + "pipelines.default_label": "Verstek", + "pipelines.description_label": "Beskrywing", + "pipelines.description_placeholder": "Opsionele beskrywing", + "pipelines.disabled_label": "Deactiveer", + "pipelines.edit": "Wysig Pyplyn", + "pipelines.empty_state": "Geen pyplyne nog", + "pipelines.empty_state_hint": "Skep jou eerste pyplyn om pasgemaakte dokumentverwerkingswerkvloeie te definieer.", + "pipelines.enabled_label": "Geaktiveer", + "pipelines.force_cloud_ocr_label": "Dwing wolk OCR (sla lokale teksonttrekking oor)", + "pipelines.inactive_label": "Inaktief", + "pipelines.loading": "Laai pyplyne\n", + "pipelines.name_placeholder": "My pyplyn", + "pipelines.new_pipeline_btn": "Nuwe Pyplyn", + "pipelines.no_steps": "Geen stappe gedefinieer nie. Voeg 'n stap by om jou pyplyn te begin bou.", + "pipelines.ocr_auto": "Outomaties (gebruik stelsels verstek)", + "pipelines.ocr_language_hint": "Oorskry die globale taalinstelling vir Tesseract/EasyOCR. Azure en Mistral outomaties die taal.", + "pipelines.ocr_language_label": "OCR Taal", + "pipelines.optional_suffix": "(opsioneel)", + "pipelines.page_title": "Verwerkingspyplyne", + "pipelines.set_default": "Stel as my verstek pyplyn", + "pipelines.step_label_placeholder": "Oorskry die standaard stapnaam", + "pipelines.step_type_label": "Stap tipe", + "pipelines.subtitle_intro": "Definieer en bestuur pasgemaakte dokumentverwerkingswerkvloeie.", + "pipelines.subtitle_system_post": "kenmerk en is sigbaar vir alle gebruikers.", + "pipelines.subtitle_system_pre": "Stelselpyplyne (deur admins geskep) word gewys met 'n", + "pipelines.system_label": "Stelsel", + "pipelines.system_pipeline_label": "Stelselpyplyn (sigbaar vir alle gebruikers)", + "pipelines.title": "Verwerkingspyplyne", + "profile.avatar_alt": "Jou profielprent", + "profile.avatar_heading": "Profielprent", + "profile.avatar_remove": "Verwyder persoonlike avatar", + "profile.avatar_upload_hint": "Laai 'n JPEG, PNG, GIF, of WebP prent op tot 2 MB. As daar geen persoonlike prent ingestel is nie, word jou {gravatar} vertoon.", + "profile.choose_image": "Kies prent\u001a\u001a", + "profile.confirm_password": "Bevestig Nuwe Wagwoord", + "profile.contact_email_hint": "Gebruik vir stelseldkennisgewings. Dit verander nie jou aanmeld e-pos nie.", + "profile.contact_email_label": "Kontak / Kennisgewing E-pos", + "profile.contact_email_placeholder": "jy@example.com", + "profile.current_password": "Huidige Wagwoord", + "profile.dismiss": "Verwerp", + "profile.display_name_hint": "Laat leë om jou rekening gebruikersnaam of e-pos te gebruik.", + "profile.display_name_label": "Aanskouenaam", + "profile.display_name_placeholder": "Jou naam soos in die UI vertoon", + "profile.general_heading": "Generale Inligting", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profielinstellings", + "profile.language_auto_detect": "Outomatiese opsporing (van blaaier)", + "profile.language_hint": "Kies jou verkose koppelvlaktaal. “Outomatiese opsporing” volg jou blaaierinstellings.", + "profile.language_label": "UI Taal", + "profile.new_password": "Nuwe Wagwoord", + "profile.new_password_hint": "Minstens 8 karakters.", + "profile.page_title": "Profielinstellings – DocuElevate", + "profile.password_heading": "Verander Wagwoord", + "profile.preferences_heading": "Voorkeure", + "profile.save_button": "Stoor veranderinge", + "profile.saving": "Stoor\u001a\u001a", + "profile.subtitle": "Bestuur jou aanskouenaam, avatar, taal, en tema voorkeure.", + "profile.theme_dark": "Donker", + "profile.theme_hint": "“Stelseldf” volg jou toestel se donkermodus instelling.", + "profile.theme_label": "Kleur Skema", + "profile.theme_light": "Lig", + "profile.theme_system": "Stelseldf", + "profile.update_password": "Werk Wagwoord Op", + "profile.updating": "Opdateer\u001d...", + "queue.active_tasks": "Aktiewe Take", + "queue.auto_refresh_1": "Outomatiese verfrissing elke", + "queue.auto_refresh_2": "sekondes", + "queue.col_arguments": "Argumente", + "queue.col_current_step": "Huidige Stap", + "queue.col_file": "Lêer", + "queue.col_files": "Lêers", + "queue.col_queue": "Wag", + "queue.col_state": "Toestand", + "queue.col_task": "Taak", + "queue.col_task_id": "Taak ID", + "queue.files_processing": "Lêers Verwerk", + "queue.heading": "Wag Monitor", + "queue.last_updated": "Laas opdateer:", + "queue.loading_stats": "Laai wag statistieke\u0014", + "queue.no_active_tasks": "Geen aktiewe take", + "queue.no_data": "Geen data", + "queue.no_files_processing": "Geen lêers word tans verwerk", + "queue.page_title": "Wag Monitor", + "queue.processing_pipeline": "Verwerking Pyplyn", + "queue.queued_tasks": "Gequeueerde Take", + "queue.recently_processing": "Onlangs Verwerkte Lêers", + "queue.redis_queues": "Redis Wag", + "queue.subtitle": "Regte tyds aansig van die dokument verwerking pyplyn en Celery taak wag.", + "queue.workers_online": "Werkers Aanlyn", + "search.button": "Soek", + "search.error_message": "Soek is tydelik nie beskikbaar nie. Probeer asseblief weer in 'n oomblik.", + "search.filter_aria_clear": "Verwyder alle filters", + "search.filter_clear_button": "Verwyder Filters", + "search.filter_date_from": "Datum Van", + "search.filter_date_to": "Datum Tot", + "search.filter_document_type": "Dokument Tipe", + "search.filter_document_type_placeholder": "bv. Faktuur", + "search.filter_language": "Taal", + "search.filter_language_placeholder": "bv. de", + "search.filter_sender": "Afzender", + "search.filter_sender_placeholder": "bv. ACME Corp", + "search.filter_tags": "Etikette", + "search.filter_tags_placeholder": "bv. amazon", + "search.filter_text_quality": "Tekst Kwaliteit", + "search.filter_text_quality_all": "Almal", + "search.filter_text_quality_high": "Hoog", + "search.filter_text_quality_low": "Laag", "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", + "search.filter_text_quality_no_text": "Geen tekst", + "search.heading": "Dokument Soek", + "search.input_aria_label": "Soek dokumente", + "search.input_placeholder": "Soek dokumente volgens inhoud, sender, etikette, tipe...", + "search.loading_indicator": "Soek\u001a...", + "search.no_results": "Geen resultate gevind", + "search.page_title": "Soek Dokumente", + "search.placeholder": "Soek volgens lêernaam, inhoud, etikette...", + "search.result_empty": "Geen dokumente gevind wat aan jou soek navraag voldoen nie.", + "search.results_count": "{count} resultate gevind", + "search.saved_aria_save": "Stoor huidige soek", + "search.saved_button": "Stoor Huidige", + "search.saved_empty": "Nog geen gestoor soeke nie", + "search.saved_error": "Kon nie gestoor soeke laai nie", + "search.saved_label": "Gestoor Soeke", + "search.saved_loading": "Laai...", + "search.title": "Soek Dokumente", + "settings.audit_log_btn": "Oudit Log", + "settings.autocomplete_hint": "Tik om bekende waardes te soek, of voer enige pasgemaakte waarde in.", + "settings.autocomplete_no_matches": "Geen ooreenkomste nie \u001a jy kan steeds 'n pasgemaakte waarde tik", + "settings.autocomplete_placeholder": "Tik om te soek of voer 'n waarde in\u001a", + "settings.boolean_enable_prefix": "Aktiveer", + "settings.categories_aria": "Instellings kategorie\u00130", + "settings.categories_heading": "Kategorie\u00130", + "settings.db_wizard_btn": "DB Towenaar", + "settings.effective_value_label": "Effektiewe waarde:", + "settings.encrypted_suffix": "= versleuteld in rus", + "settings.encrypted_title": "Waarde is versleuteld in rus in databasis", "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "settings.export_db_only": "DB instellings slegs", + "settings.export_full_config": "Volledige effektiewe konfigurasie", + "settings.jump_to_category": "Spring na kategorie\u001a", + "settings.manage_config_prefix": "Bestuur konfigurasie. Prioriteit:", + "settings.model_picker_hint": "Kies uit die lys of tik enige modelnaam wat deur jou verskaffer ondersteun word.", + "settings.model_picker_placeholder": "Kies 'n algemene model of tik 'n pasgemaakte naam in\u001a", + "settings.no_results_clear": "maak die soek skoon", + "settings.no_results_heading": "Geen instellings gevind", + "settings.no_results_hint": "Probeer 'n ander soekterm of", + "settings.page_heading": "Toepassing Instellings", + "settings.required_label": "(verpligtend)", + "settings.reset_confirm": "Is jy seker jy wil hierdie instelling terugstel?", + "settings.restart_required_suffix": "= herlaai vereis", + "settings.revert_btn": "Verwyder uit DB", + "settings.revert_title": "Verwyder DB oortreding en keer terug na omgewingsveranderlike of standaard", + "settings.reverting": "Terug na\u00174", + "settings.save_all_btn": "Stoor Alle Veranderinge", + "settings.save_error": "Kon nie instelling stoor nie", + "settings.save_setting_title": "Stoor hierdie instelling", + "settings.save_success": "Instelling suksesvol gestoor", + "settings.saving_state": "Stoor\u00174", + "settings.search_aria_label": "Soek instellings", + "settings.search_clear_aria": "Teëls soek", + "settings.search_placeholder": "Soek instellings volgens naam, sleutel, of beskrywing\u00174", + "settings.settings_count_suffix": "instellings", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", + "settings.source_default_badge": "STANDAARD", + "settings.source_env_badge": "OMGEWING", + "settings.title": "Instellings", + "settings.toggle_visibility_aria": "Wissel wagwoord visibiliteit", + "settings.toggle_visibility_title": "Wys/versteek waarde", + "settings.user_autocomplete_empty": "Geen ooreenlopende gebruikers gevind", + "settings.user_autocomplete_hint": "Tipeer om bestaande gebruikers volgens naam te soek, of voer enige identifiseerder handmatig in.", + "settings.user_autocomplete_placeholder": "Begin tipe om gebruikers te soek\u00174", + "settings.wizard_btn": "Towenaar", + "shared.col_expiry": "Vervaldatum", + "shared.col_file_label": "Lêer / Etiket", + "shared.col_link": "Skakel", + "shared.col_views": "Besighede", + "shared.copy_link_aria": "Kopieer skakel na knipbord", + "shared.copy_link_title": "Kopieer skakel", + "shared.create_btn": "Skep Skakel", + "shared.create_heading": "Skep Nuwe Gedeelde Skakel", + "shared.creating": "Skep\u00174", + "shared.expiry_12h": "12 ure", + "shared.expiry_14d": "14 dae", + "shared.expiry_1h": "1 uur", + "shared.expiry_24h": "24 ure (1 dag)", + "shared.expiry_30d": "30 dae", + "shared.expiry_3d": "3 dae", + "shared.expiry_6h": "6 ure", + "shared.expiry_7d": "7 dae", + "shared.expiry_label": "Vervaldatum", + "shared.expiry_never": "Nooit", + "shared.file_id_help_post": "bladsy of in die dokumentdetail-URL.", + "shared.file_id_help_pre": "Vind die lêer-ID op die", + "shared.file_id_label": "Lêer-ID", + "shared.file_id_placeholder": "bv. 42", + "shared.files_link": "Lêers", + "shared.heading": "Gedeelde skakels", + "shared.label_label": "Etiket", + "shared.label_placeholder": "bv. Gedeel met Bob", + "shared.link_created": "Gedeelde skakel geskep!", + "shared.link_created_help": "Kopieer en stuur hierdie skakel na die ontvanger.", + "shared.links_count_aria": "aantal skakels", + "shared.max_downloads_label": "Max aflaaie", + "shared.no_links": "Geen gedeelde skakels nog. Skep een hierbo om te begin.", + "shared.open_in_new_tab": "Maak in 'n nuwe tab", + "shared.open_link_aria": "Maak gedeelde skakel", + "shared.optional": "(opsioneel)", + "shared.page_title": "Gedeelde skakels – DocuElevate", + "shared.password_label": "Hetwoord", + "shared.password_placeholder": "Laat leeg vir geen hetwoord nie", + "shared.password_protected": "Hetwoord beskerm", + "shared.refresh_aria": "Verfris gedeelde skakels lys", + "shared.revoke_aria_prefix": "Trek gedeelde skakel terug vir", + "shared.revoke_btn": "Trek terug", + "shared.status_active": "Aktief", + "shared.status_expired": "Verstreke", + "shared.status_limit_reached": "Beperking bereik", + "shared.status_revoked": "Teruggetrek", + "shared.subtitle": "Deel dokumente met enigiemand via 'n tydsbeperkte of weergawesbeperkte skakel. Ontvangers het nie 'n DocuElevate-rekening nodig nie. Skakels kan met 'n hetwoord beskerm word en te eniger tyd teruggetrek word.", + "shared.table_aria": "Gedeelde skakels", + "shared.unlimited_placeholder": "Onbeperk", + "shared.your_links": "Jou Gedeelde Skakels", + "similarity.backfill_auto": "Die agtergrondtaak sal dit outomaties elke 5 minute bereken, of jy kan", + "similarity.files_missing_text": "lêer(s) het OCR teks maar nog geen inbedding nie.", + "similarity.find_pairs_btn": "Vind Pare", + "similarity.heading": "Dokument Similariteit", + "similarity.load_error": "Kon nie pare laai nie.", + "similarity.min_similarity_label": "Min. similariteit", + "similarity.no_pairs_detail": "Geen dokumentpare oorskry die similariteit drempel nie.", + "similarity.no_pairs_heading": "Geen soortgelyke pare gevind nie", + "similarity.page_title": "Dokument Gelykheid - DocuElevate", + "similarity.pagination_aria": "Gelykheid pare pagination", + "similarity.per_page_label": "Per bladsy", + "similarity.scanning": "Scanning vir gelyke dokumentpare\n...", + "similarity.stat_embedding_model": "Inbeding Model", + "similarity.stat_missing_embedding": "Ontbrekende Inbeding", + "similarity.stat_total_files": "Totaal Lêers", + "similarity.stat_with_embedding": "Met Inbeding", + "similarity.subtitle": "Pare van dokumente met hoë semantiese gelykheid, gegranteer op punt.", + "similarity.trigger_aria": "Aktiveer inbeding berekening vir alle lêers sonder inbedings", + "similarity.trigger_now": "aktiveer dit nou", + "status.app_version": "App Weergawe", + "status.build_date": "Bou Datum", "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "status.git_commit": "Git Toewyding", + "status.last_check": "Laaste Kontrole", + "status.page_title": "Sisteem Status", + "status.setting_label": "Instelling", + "status.value_label": "Waarde", + "subscription.available_plans_heading": "Beschikbare planne", + "subscription.back_to_dashboard": "Terug na Dashboard", + "subscription.cancel_pending": "Annuleer veranderings", + "subscription.cancel_scheduled": "Annuleer geskeduleerde verandering", + "subscription.contact_sales": "Kontak Verkope", + "subscription.current_badge": "Huidig", + "subscription.current_plan": "Huidige Plan", + "subscription.current_plan_cta": "Jou huidige plan", + "subscription.downgrade_to_prefix": "Afgradeer na", + "subscription.features_heading": "Wat is ingesluit in jou plan", + "subscription.free": "Gratis", + "subscription.heading": "My Intekening", + "subscription.keep_plan_prefix": "Hou", + "subscription.lifetime_files": "Totale lêrs (lewe duur)", + "subscription.month_files": "Lêrs hierdie maand", + "subscription.more_features_label": "meer", + "subscription.page_title": "My Intekening \u0013 DocuElevate", + "subscription.pending_badge": "Hangend", + "subscription.pending_benefits": "Jy hou al die huidige plan voordele totdat dan.", + "subscription.pending_on": "op", + "subscription.pending_title": "Hangende plan verandering geskeduleer", + "subscription.pending_will_change": "Jou plan sal verander na", + "subscription.per_mo": "/maand", + "subscription.per_month": "/maand", + "subscription.since": "Sedert", + "subscription.single_user_body": "Intekening vlakke geld wanneer die multi-gebruiker modus aktief is. Jou instansie werk tans in enkel-gebruiker modus sonder enige verwerking limiete. 'n Admin kan multi-gebruiker modus aktiveer via {settings_link}.", + "subscription.single_user_title": "Multi-gebruiker modus is nie geaktiveer nie.", + "subscription.subtitle": "Jou huidige plan, gebruik en beskikbare opgraderings.", + "subscription.this_month_label": "hierdie maand", + "subscription.today_files": "Lêrs vandag", + "subscription.today_label": "vandag", + "subscription.unlimited": "Onbeperk", + "subscription.upgrade_info": "Opgraderings tree onmiddellik in werking. Afgraderings is geskeduleer vir die einde van jou huidige faktureringsperiode.", + "subscription.upgrade_to_prefix": "Opgradeer na", + "subscription.usage_heading": "Gebruik", + "upload.browse_button": "Bladsy Lêers", + "upload.button_processing": "Verwerk...", + "upload.camera_button": "Neem Foto / Skandeer Dokument", + "upload.download_button": "Laai af en verwerk", + "upload.downloading": "Lêer aan die URL af laai...", + "upload.drag_drop": "Sleep en laat lêers hier of klik om te blaai", + "upload.drop_hint_desktop": "Sleep en laat lêers of vouers hier, of klik om lêers te kies.", + "upload.drop_hint_mobile": "Tik om lêers te kies of gebruik die kamera knoppie hieronder.", + "upload.drop_zone_aria": "Lêer laai area. Sleep en laat lêers hier, of druk Enter om lêers te blaai.", + "upload.error": "Laai van lêer het misluk", + "upload.error_invalid_url": "Ongeldige URL formaat", + "upload.error_url_required": "Geen URL ingevoer nie", + "upload.file_size_hint": "Max grootte: 500 MB per lêer", + "upload.file_types": "Toegelate tipes: PDF, Office dokumente (Word, Excel, PowerPoint, ens.), Beelde", + "upload.filename_description": "Laat leeg om lêernaam van URL te gebruik", + "upload.filename_label": "Lêernaam (opsioneel)", + "upload.filename_placeholder": "my-dokument.pdf", + "upload.max_size": "Maksimum lêergrootte: {size}", + "upload.page_title": "Laai Lêers Op", + "upload.section_device": "Laai op vanaf Toestel", + "upload.section_url": "Laai op vanaf URL", + "upload.select_file": "Kies Lêer", + "upload.success": "Lêer suksesvol opgelaad", + "upload.title": "Laai Dokument Op", + "upload.uploading": "Besig om op te laai...", + "upload.url_description": "Voer 'n direkte skakel na 'n lêer in (PDF, Kantoor-dokumente of beelde)", + "upload.url_label": "Lêer URL", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/am.json b/frontend/translations/am.json new file mode 100644 index 00000000..091a6f7a --- /dev/null +++ b/frontend/translations/am.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "ፈጣሪን ይገናኙ", + "about.creator_name": "ክርስቲያን ክራካው-ሎዊስ", + "about.creator_pre": "DocuElevate በተለይ በ", + "about.features_admin_api": "የመንግሥት የጽሁፍ መንግሥት አፒአይ ኃይል", + "about.features_admin_config": "በአካባቢ ተሞክጓል", + "about.features_admin_docker": "ለቀላል ማስጓብ እና መሰረዝ የዳንኽ ውድቀት", + "about.features_admin_heading": "ኦዲት", + "about.features_admin_oauth2": "የOAuth2 የአረጋዊ የመደበኛ እንቅስቃሴ ድጋፍ እንደ Authentik", + "about.features_automation_background": "የወቅታዊ ሂደት በRedis እና Celery", + "about.features_automation_gmail": "Gmail እና ዐመታዊ ኤልሊይ የኮንክስቲይስ ጥቅም", + "about.features_automation_heading": "ኦታሜሽን", + "about.features_automation_imap": "ከብዙ ዋና ገንቢ ግይሎ አንችፍ ይመለከታሉ", + "about.features_automation_ingestion": "ከብዙ ገንቢዎች የሂባለ ዳንኽ ገንቢ መግቢያ", + "about.features_heading": "ዋና ዝርዝሮች", + "about.features_integration_cloud": "የአየር ቤት ማስተከል፥ Dropbox፣ Google Drive፣ OneDrive፣ Amazon S3", + "about.features_integration_heading": "መዋቅር እና ይከዋች", + "about.features_integration_multi_dest": "ብዙ በቅርብ ድርጅት ይከተላሉ (ገንቢያዎች በብዙ ቦታዎች ዚገኛ ይሆናሉ)", + "about.features_integration_protocols": "የእንከኤ ያራእዉ ኦክታሜሽስ: FTP፣ SFTP፣ ኢሜይል ዝርዝር", + "about.features_integration_selfhosted": "የራስ ማስተከል አስተያየት: Nextcloud፣ Paperless NGX፣ WebDAV", + "about.features_processing_classification": "አይነት የመረጃ ማመሣሰል እና ቀን ገንቢ", + "about.features_processing_heading": "የመረጃ ማስረጃ", + "about.features_processing_metadata": "በውይይት አይነት ኦታሜሽን ጉዳይ ወንጌል አይነት", + "about.features_processing_ocr": "OCR በAzure የሰነድ የመሐይግ ቁልፍ", + "about.features_processing_pdf": "የዋነኛ ፋይል ቅኝ ወቅት ይወጣበት", + "about.features_processing_upload": "ቀላል እና ደህንነታቸው ያለው ዋና መረጃ መላኪያ", + "about.github_logo_alt": "GitHub እንግዳ", + "about.heading": "ወደ DocuElevate", + "about.intro_post": " – የእርስዎ ዘመናዊ፣ የተስፋ መፍትሕ በሙሉ ወደ ሞቅ አሽመት ይጠጣዊ! ፊት ወቅታዊ ሂደት ወስኪም ነገር ከጋር አይነት ዐደመሉ.", + "about.intro_pre": "እንኳን ወደ ", + "about.involved_description": "ወደ ኮድ ይወጣሉ፣ ግምት ይለጥፉ ወይም ገልጺ ይማሩ በDocuElevate?", + "about.involved_docs": "የምክስ መረጃ ይቀርባሉ", + "about.involved_github": "በGitHub ውስጥ DocuElevate ይመለከቱ", + "about.involved_heading": "ይታወቁ", + "about.involved_website": "ወደ DocuElevate ድህረ ገፅ ይገናኙ", + "about.legal_description": "ወይም ግንዛቤዎች እንደ ወዴት ናቸው እና መመክ አለዉ። እባክዎን ይሁኑ:", + "about.legal_heading": "ዕቅድ እና ፍትሕ", + "about.legal_license": "የፈቃድ መረጃ", + "about.legal_privacy": "የግል ምርጥ", + "about.page_title": "ወደ DocuElevate", + "about.story_heading": "የእኛ ታሪክ", + "about.story_p1": "DocuElevate አንድ ዓላማ ወይዘር እንደ ማዕከል ተፈጥሯል፡፡ ለዚህ ሁሉም ሰው ገንዘብ ተመክሮ ምርት እና ስራዎች ይተይበይ እና ይህ አለመጠቀም ይሰራ ከነ አስተዳደር መዋቅር ይቅርቻለኝ፡፡", + "about.story_p2": "እኛ በፍቱ እንደ ኦፕት ባለ ጌዜ ከኦፕይ አንጻ የሚገኙትን ብሄን ይዛል፡፡ መሰንያ ማስፈላለይነት እና የጽሁፍ ድርጊት ለማስፈጸም ፣ እንዲሁም ወዘንድ ከDropbox ፣ ከNextcloud እና ከPaperless NGX ከእንቀቅል ጋር ይጠቀሙ እና ከዱህብነ ድጋ መሐፀ ቅዱስ ለኦርክ ጥዋቲ እና ክወታደ ወይዘር ለጉይን ወይዘር በግብይም መረጃ እንዳይቀርበኝ፡፡", + "api_tokens.col_created": "ተፈጥሯል", + "api_tokens.col_last_ip": "መጨረሻ አይፒ", + "api_tokens.col_last_used": "መጨረሻ ይጠቀሙ", + "api_tokens.col_name": "ስም", + "api_tokens.col_prefix": "መደብ ፍተሻ", + "api_tokens.copy_to_clipboard": "እባኮትን ማስታወሻ ውስጥ ያስቀምጡ", + "api_tokens.copy_upload_example": "እባኮትን እቅፍ ተወናዳን ውስጥ ያስቀምጡ", + "api_tokens.copy_warning_1": "እባኮትን ይህን እቅፍ አሁን ወይዘር ይዞ ይቸል", + "api_tokens.copy_warning_2": "እንደዚያ ይታወቅ እንደአንድ ማለች", + "api_tokens.create_heading": "አዲስ እቅፍ ይፈጥሩ", + "api_tokens.create_token": "እቅፍ ይፈጥሩ", + "api_tokens.creating": "እቅፍ በተፈጥሮ ይይበይ...", + "api_tokens.heading": "API እቅፍ", + "api_tokens.intro": "DocuElevate API ጋር የመርምር አርጅት ለመዋቅር የሚከበሩ የግል API እቅፍ ይፈጥሩ፡፡ ወይዘር ያለው በመዋቅር ወይዘር የኦርክ የህልውኝ ወይዘር ወይዘር ይለዋሉ፣ ወይዘር ከከመቱ ወይዘር ወይዘር ይግርለቱ ወአፒ እቅፍ ይቀርቢዎታል", + "api_tokens.loading_tokens": "እቅፍ በተጫራቹ ይይበይ...", + "api_tokens.never": "አይሸክር", + "api_tokens.no_tokens_heading": "እስካሁን አለመታወቅ", + "api_tokens.no_tokens_help": "ወይዘር ይምርት ወይዘር ጉዳይ ይጜሽ አለ", + "api_tokens.page_title": "API እቅፍ - DocuElevate", + "api_tokens.revoke": "ማስታወቀቂያ", + "api_tokens.revoke_prefix": "እቅፍ ይዞብ", + "api_tokens.status_active": "እንቁላል", + "api_tokens.status_revoked": "ተይ ወይዘር", + "api_tokens.table_aria": "API እቅፍ", + "api_tokens.token_created": "እቅፍ በተፈጥሯል እንደ ትንበር ይገኙ", + "api_tokens.token_name_label": "የእቅፍ ስም", + "api_tokens.token_name_placeholder": "ለለሳን አህዳድ፣ የህልውን አይክፈው ወይዘር ጋር ወይዘር ምምጣን ወይዘይ", + "api_tokens.usage_heading": "የክቪዺ እቅፍ", + "api_tokens.usage_intro_post": "አገልግሎት ምርት ይውላል:", + "api_tokens.usage_intro_pre": "የእቅፍ እንቁላል", + "api_tokens.your_tokens": "የእቅፍ ወንድም፤", + "app.name": "DocuElevate", + "audit.col_ip": "አይፒ", + "audit.col_resource": "ወገን", + "audit.col_timestamp": "የተቐበለ ጊዜ", + "audit.critical": "ከባድ", + "audit.filter_action": "እንቅስቃሴ", + "audit.filter_all_actions": "አስማቸው", + "audit.filter_all_users": "ሁሉንም ተጠቃሚዎች", + "audit.filter_resource_placeholder": "እንደ ምሳሌ፣ ሰነድ፣ ተጠቃሚ", + "audit.filter_resource_type": "የምንጭ ዓይነት", + "audit.filter_severity": "ከፍተኛነት", + "audit.filter_user": "ተጠቃሚ", + "audit.filters_section_label": "የአውዲት ታሪክ ማጣሪያዎች", + "audit.next": "ሀገር", + "audit.next_label": "ቀጣይ ገጽ", + "audit.no_events": "ምንም አይነት ኃላፊነቶች እስካልተወሰኑ ይህ ላይ አለኝ.", + "audit.no_events_hint": "አስደናቂ እሴቶች (ውልቅት፣ የሰነዱ ሂደቶች፣ የቅሬት ለውጦች) እዚህ ይታይ.", + "audit.page_title": "የአውዲት ታሪክ - DocuElevate", + "audit.pagination_label": "የአውዲት ታሪክ ድምጻይነት", + "audit.prev": "ወቅታዊ", + "audit.prev_label": "ወቅታዊ ገጽ", + "audit.refresh_label": "የአውዲት ታሪክ ይዘን", + "audit.siem_disabled_title": "SIEM ወደ ውስጥ ይዘው ይቀርባሉ", + "audit.siem_enabled_title": "ክቶች ወደ ይቀርባሉ ይሁን", + "audit.siem_off": "SIEM: ዋጋ", + "audit.subtitle": "አስደናቂ ማስታወቂያ፣ ብቻ ግምሩፍ የሆነ ማዕበል ይዞታ.", + "audit.table_label": "የአውዲት ታሪክ ክንውንት", + "audit.title": "የአውዲት ታሪክ", + "auth.confirm_password": "የይለፍ ቃል ይገምቱ", + "auth.create_account": "መለያ ይፍጠሩ", + "auth.display_name_label": "የማሳያ ስም", + "auth.email_label": "ኢመይል", + "auth.forgot_password": "የይለፍ ቃል አለመወርወር?", + "auth.forgot_username": "የተጠቃሚ ስም አለመወርወር?", + "auth.login": "ይግቡ", + "auth.login_title": "ይግቡ", + "auth.logo_alt": "የDocuElevate ሎጎ", + "auth.logout": "ይወጡ", + "auth.my_account": "የእኔ መለያ", + "auth.no_account": "መለያ የለዎት?", + "auth.or_continue_with": "ወይም በይቅርታ ይቀጥሉ", + "auth.password_label": "የይለፍ ቃል", + "auth.profile": "መገለጫ", + "auth.remember_me": "እኔን ይዘወይ", + "auth.return_home": "ወደ ገበሬ ይመለሱ", + "auth.sign_in": "ይፈቀዱ", + "auth.sign_in_sso": "በSSO ይፈቀዱ", + "auth.sign_in_with": "በማህበረሰብ ይግቡ", + "auth.sign_in_with_username": "በይለፍ ቁጥር ይግቡ", + "auth.signup": "ይመዝገቡ", + "auth.signup_title": "ይመዝገቡ", + "auth.username_label": "ይለፍ ቁጥር", + "auth.username_or_email": "ይለፍ ቁጥር ወይም ኢ-ሜይል", + "auth.verify_email_back_sign_in": "ወደ ግባ", + "auth.verify_email_expiry": "አገናኝ በ24 ስዐት ይብቃል። ኢ-ሜይልዎን አይይዙም ከሆነ ወደ ጋርይ ይፈትሹ።", + "auth.verify_email_heading": "የይዘት መዋቅርዎን ይፈትሹ", + "auth.verify_email_message": "እንኳን ወቅት ኢ-ሜይል ልንከፍልዎ ላንቀቃቀይት እላችኋለን። እባኮትን በኢ-ሜይል ውስጥ ያለውን አገናኝ ይጫኑ።", + "auth.verify_email_page_title": "DocuElevate - ኢ-ሜይሎትን ይረጋግጡ", + "auth.verify_email_resend_aria_label": "በድጋሚ ለማስታወሻ ኢ-ሜይል", + "auth.verify_email_resend_button": "በድጋሚ ኢ-ሜይል ይላኩ", + "auth.verify_email_resend_label": "ኢ-ሜይል", + "auth.verify_email_resend_placeholder": "ኢ-ሜይልዎን ይጻፍ", + "auth.verify_email_resend_prompt": "አይቀበሉም?", + "backup.archives_heading": "የቅድመ መረጃዎች", + "backup.backup_now": "ወቅታዊ ቅድመ መረጃ ይዘጋጁ", + "backup.clean_up": "ይስረዝ", + "backup.cleanup_title": "እባኮትን ወቅታዊ ማዕቀፍ ይዘጋጁ", + "backup.col_created": "ተፈጥሯል", + "backup.col_filename": "የፋይል ስም", + "backup.col_size": "መጠን", + "backup.col_storage": "ቦታ", + "backup.col_type": "ዓይነት", + "backup.config_auto_backup": "ማስታወሻ በራሱ", + "backup.config_remote_dest": "ሩቅ ምንጭ", + "backup.config_retention": "የመውሰድ ጊዜ", + "backup.config_total_size": "ጠቅላላ አካባቢ መጠን", + "backup.confirm_btn": "አረጋግጥ", + "backup.confirm_title": "እባኮትን እንደዚህ ይዘጋጁ", + "backup.heading": "የቅድመ መረጃ አስተዳደር", + "backup.local_only": "በአካባቢ ብቻ", + "backup.no_backups": "እርስዎ ቅድመ መረጃ የለም።", + "backup.no_backups_hint": "ቅድመ መረጃ የመነሱ ይጫኑ ወደ ውቅታዊ ይመዝገቡ።", + "backup.page_title": "የቅድመ መረጃ አስተዳደር", + "backup.records_label": "መዝገቦች", + "backup.restore_btn": "ይቀጥሉ", + "backup.restore_desc_mid": "የቅድመ መረጃ ወደግቢያ ነው ወደ ማይሰይቢ ቤተማ ይዤው", + "backup.restore_desc_pre": "እባኮትን አስተዳደሩን ወዳገሩ", + "backup.restore_desc_warning": "ይህ ወቅታዊ መረጃ ሁሉንም ይቅረብ።", + "backup.restore_file_label": "የመዝገብ አርክይቭ (.db.gz)", + "backup.restore_heading": "ከፋይል ወደ ወደ ተመለሰ", + "backup.restoring": "ተመለሰ\u001e", + "backup.retention_daily_detail": "\u0004- ለ3 ወቅት ይቆይ", + "backup.retention_heading": "የመግባባት ፖሊሲ", + "backup.retention_hourly_detail": "\u00004- ለ4 ቀን ይቆይ", + "backup.retention_note": "ከዚህ የሚለው አንድነት ይሄድ መጀመሪያ ጊዜ ይቆረጥ።", + "backup.retention_weekly_detail": "\u00004- ለ~3 ወር ይቆይ", + "backup.snapshots": "የምስልዎች", + "backup.status_ok": "እሺ", + "backup.storage_local": "አካባቢ", + "backup.subtitle": "የዳታቤዝ መዝገቦች በአይን እንደሚከተሉ፡ በተለያዩ ሰዓታት (4 ቀን), በዕለቱ (3 ወቅት), በሳምንታዊ (13 ወቅት).", + "backup.table_aria": "የመዝገብ አርክይቭ", + "backup.trigger_daily": "አሁን ይቅረው (ዕለታዊ)", + "backup.trigger_hourly": "አሁን ይቅረው (ሰዓታዊ)", + "backup.trigger_weekly": "አሁን ይቅረው (ሳምንታዊ)", + "backup.type_daily": "ዕለታዊ", + "backup.type_hourly": "ሰዓታዊ", + "backup.type_weekly": "ሳምንታዊ", + "billing.go_to_dashboard": "ወደ ዳሽቦርድ ይሂዱ", + "billing.manage_subscription": "ተመዝግቦን ያስተዳድሩ", + "billing.success_heading": "ሁሉም ዝሬል!", + "billing.success_message": "የተመዝግበ እንዲህ ተነሳኝ። ለDocuElevate መርጥ እናመሰግናለን!", + "billing.success_page_title": "DocuElevate - ተመዝግቦ ተከናውኗል", + "common.actions": "እንቅስቃሴዎች", + "common.active": "አካባቢ", + "common.all": "ይህን በሙሉ", + "common.avatar": "አባታር", + "common.back": "ወደ ኋላ", + "common.cancel": "ይቅር", + "common.close": "ይዝጋ", + "common.col_pending": "በምጽ ይገኛል", + "common.completed": "ተጠናቀቀ", + "common.confirm": "እረጋግጥ", + "common.copied": "ታውቷል!", + "common.copy": "ይቅርታ", + "common.create": "መፍትሀ", + "common.created": "የተፈጠረ", + "common.date": "ቀን", + "common.delete": "ይሰርዝ", + "common.description": "መግለጫ", + "common.details": "ዝርዝር", + "common.disabled": "ይተንቀሳቀስ", + "common.download": "ይውሰዱ", + "common.duplicate": "ድጋፍ", + "common.edit": "ይዘጋጅ", + "common.enabled": "ይቀርብ", + "common.error": "ስህተት", + "common.failed": "ተወው", + "common.filter": "ይቀንጣሉ", + "common.inactive": "ይህ አይሰራም", + "common.info": "መረጃ", + "common.loading": "በመጫን...", + "common.name": "اسم", + "common.next": "ቀጣይ", + "common.next_page": "ቀጣይ ገጽ", + "common.no": "አይ", + "common.none": "የለም", + "common.page": "ገጽ", + "common.paused": "እንቅልፍ የተወደደ", + "common.pending": "ይጠብቃል", + "common.prev_page": "የቀደም ገጽ", + "common.previous": "ቀደም", + "common.processing": "በሂደት", + "common.refresh": "ይታቀይ", + "common.reset": "ይገነባ", + "common.retry": "ይደገፍ", + "common.save": "ይቀይር", + "common.search": "ፈልግ", + "common.select": "ይምረጡ", + "common.select_placeholder": "— ይምረጡ —", + "common.size": "መጠን", + "common.status": "እንቅስቃሴ", + "common.submit": "አቅርብ", + "common.success": "ድል", + "common.tags": "መለያዎች", + "common.test": "ፈተና", + "common.test_connection": "ፈተና የገንቢ", + "common.type": "ዓይነት", + "common.update": "አዘምን", + "common.updated": "የታደለ", + "common.upload": "ይጫኑ", + "common.view": "ይመልከቱ", + "common.warning": "ጠንካራ ማሳሰቢያ", + "common.yes": "አዎን", + "cookie.accept": "አቅርብኝ", + "cookie.learn_more": "በተጨማሪ ይማሩ", + "cookie.message": "ይህ ጣቢያ በደህንነትዎን ለማሻሻል ኮኪዎችን እንገናኝ።", + "cookie.notice": "DocuElevate በማስተዳደር እና አገልግሎት ሂደት የሚያስፈልጉ ዋነኛ ኮኪዎችን ብቻ ይጠቀሙ። የተከታታይ ወይም የትንቢት ኮኪዎች አይጠቀሙም።", + "cookie.notice_label": "ኮኪ ማስታወቂያ", + "cookie.policy_link": "የኮኪ ፖሊሲ", + "cookie.privacy_link": "የግለሰቦች መረጃ ማስታወቂያ", + "credentials.col_action": "እርምጃ", + "credentials.col_credential": "መረጃ", + "credentials.col_source": "ዋነኛ", + "credentials.configured": "ተከማች", + "credentials.edit_in_settings": "በቅንብር ውስጥ አስተካክል", + "credentials.legend_db": "በዳታበዝ ውስጥ የተያዘ (በገንቢ ተመልክቶ; ኢንቫይሮንመንት ተመኮር)", + "credentials.legend_env_after": " ፋይል", + "credentials.legend_env_before": "ከኢንቫይሮንመንት ተመኮር ወይም ", + "credentials.legend_missing": "መረጃ ይደነቃል — መጠቀም አልቻልኩም", + "credentials.legend_restart": "ይንቀሳቀስ የሚያስፈልገው ሲገነዘብ ይነቀሳ", + "credentials.legend_title": "መረጃ", + "credentials.manage_settings": "ቅንብሮችን አስተዳደር", + "credentials.not_configured": "አልተከማችም", + "credentials.page_title": "መረጃ አውድት - DocuElevate", + "credentials.raw_json": "ነጭ JSON (API)", + "credentials.restart_title": "እንደሚገነዘብ ይነቀሳ", + "credentials.source_db_title": "በዳታበዝ ውስጥ ተያዘ (በገንቢ)", + "credentials.source_env_title": "ከኢንቫይሮንመንት ተመኮር", + "credentials.status_missing": "አለመግባት", + "credentials.subtitle": "DocuElevate የሚጠቀምበት በጣም ዝንባሌ መረጃዎች ላይ እንደሚያመለከት ተዘጋቢ ነው። የሚኖሩ ድርክ ዋጋዎች እዚህ አይታይም — ብቻ የምንገናኝ መረጃ ይኖርና የተለይ እነዚህ ወይም ይመለከታል።", + "credentials.table_for": "መረጃዎች ይህን ነው", + "credentials.title": "መረጃ አውድት", + "credentials.total_credentials": "አጠቃላይ መረጃዎች", + "dashboard.active_integrations": "ተግባር በላይ እኑር", + "dashboard.files_this_month": "ይህ ወር የታቀደ ፋይሎች", + "dashboard.files_today": "ዛሬ የታቀደ ፋይሎች", + "dashboard.ocr_processed": "OCR ዝግጅት ተደርጎ አይደለም", + "dashboard.quick_actions": "ፈጣን እርምጃዎች", + "dashboard.recent_activity": "ቅርብ እንቅስቃሴ", + "dashboard.storage_targets": "የእንደተወዳዳሪ ቦታዎች", + "dashboard.title": "ዳሽቦርድ", + "dashboard.total_files": "አጠቃላይ ፋይሎች", + "dashboard.welcome": "ወደ DocuElevate እንኳን በደህና መጡ", + "duplicates.file_id_label": "ፋይል መለያ", + "duplicates.file_id_placeholder": "ምሳሌ፡ 42", + "duplicates.find_btn": "ግንባር", + "duplicates.found_files": "የተባይተው ፋይል(ዎች) ጠንቅ", + "duplicates.found_groups": "የተባይተው ቡድን(ዎች) ከ", + "duplicates.found_prefix": "ተገኝቷል", + "duplicates.group_aria": "የተባይተው ቡድን", + "duplicates.heading": "የተባይተው ስንኳት", + "duplicates.how_it_works_heading": "የአግኝ ዘዴ እንዴት ይሰራል", + "duplicates.max_results_label": "የከፍተኛ ውጤቶች", + "duplicates.near_dup_desc": "የተለየ ማዕበል ላይ ይህንን ይምረጡ ፋይል ይምረጡ ሌላ ፋይል(ዎች) ይዟሉ ወይም ተመሳሳይ ይዟሉ ቢይዩ ዝርዝር ይወስዳሉ እንደሚሉ ይሄን ይይዙ።", + "duplicates.near_dup_heading": "ለዚህ የተለየ ፋይል አግኝ ማዕበል ያድርጉ", + "duplicates.no_exact_heading": "ትክክለኛ የተባይተው አልተገኘም", + "duplicates.page_title": "የተባይተው ስንኳት - DocuElevate", + "duplicates.pagination_aria": "ፊደል ማዕበል", + "duplicates.role_duplicate": "የተባይተው", + "duplicates.role_original": "የምርጫ", + "duplicates.tab_exact": "ትክክለኛ የተባይተው", + "duplicates.tab_near": "አግኝ የተባይተው", + "duplicates.tabs_aria": "የተባይተው መለያዎች", + "duplicates.threshold_label": "ማስታወቂያ ደረጃ", + "duplicates.view_dup_aria": "የተባይተው ፋይል ይመልከቱ", + "duplicates.view_original_aria": "የምርጫ ፋይል ይመልከቱ", + "error.404_code": "404", + "error.404_heading": "ኦፕስ፣ ይህን ገጽ አልተገኘም!", + "error.404_home": "ወደ ቤት ይመለሱ", + "error.404_message": "DocuElevate የምን ይዞ ለሁን ወይልን የምን ነገር አምላክ ይቅርታ አድልኝ።", + "error.404_title": "404 - አልተገኘም", + "error.500_code": "500", + "error.500_debug_info": "የመወዳደር መረጃ ይታይ", + "error.500_description": "እንኳን ወንድም ቤት ይታወቅ ወይም ማዕበል ይፈልጋሉ", + "error.500_heading": "ኦፕስ! አንድ ጉዳይ ተከስቷል.", + "error.500_home": "ወደ ቤት ክልቱ", + "error.500_img_alt": "ክስተት ኀር ይዛውት እንዴት", + "error.500_message1": "እንኳን ወንድም ቤት ይታወቅ ወይም ማዕበል ይፈልጋሉ ይህ በአለት ይህ ነው ነክ", + "error.500_message2": "እኛ የእንወድ (አዞ በአዚ ወይም ዝክክ እንወድ) ከወገን ይሄ ለወይም ላይ እንደሕ", + "error.500_title": "የአገልግሎት እትዮኖት - DocuElevate", + "error.forbidden": "አልተፈቀደም", + "error.forbidden_message": "ይህን ገጽ ለመኖር ፈቃድ አልተወገደም.", + "error.not_found": "ገጹ አልተገኘም", + "error.not_found_message": "እርስዎ የሚፈልጉት ገጽ አልነበረም።", + "error.server_error": "ውስጥ የአገልግሎት ጉዳይ", + "error.server_error_message": "አንድ ችግኝ ተከስቷል። እባክዎን በላይ ይሞክሩ።", + "error.unauthorized": "የተከለከለ", + "error.unauthorized_message": "ይህ ገጽ ለመግኘት ይግቡ።", + "files.action_delete": "ፋይል ይሰርዙ", + "files.action_details": "ዝርዝር ይመልከቱ", + "files.action_preview": "አስቀድሞ ይመልከቱ", + "files.bulk_clear_selection": "ይምረጡ ይወገዱ", + "files.bulk_cloud_ocr": "አይ ውይይይ ይወክሉ", + "files.bulk_delete": "ይምረጡ ይሰርዙ", + "files.bulk_download": "እባክዎን እንደ ዝፕ ይውሰዱ", + "files.bulk_reprocess": "ወደ ኋላ ይዘዙ", + "files.delete_modal_cancel": "ክብደት", + "files.delete_modal_confirm": "ይሰርዙ", + "files.delete_modal_message": "አዎን ይሰርዙ ወይስ ይ fancy ይገኛሉ?", + "files.delete_modal_title": "ይሰርዙ ይሁን", + "files.document_title": "የሰነድ ርዕስ", + "files.drop_overlay_hint": "PDF, Office ዳታ, የምስል ፋይሎች, HTML, Markdown እና በላይ ይደግፋሉ - ፎልደር ይቀላቅል።", + "files.drop_overlay_title": "ፋይል ወይም ፎልደር ወቀስበ ይማርዱ", + "files.error_hint": "ይህ የአው ዘዴ ወይም የማስተናገድ ውስጥ ይኖር። እባክዎን የአገልግሎት ማውጣት ይመልከቱ።", + "files.file_size": "የፋይል መጠን", + "files.filename": "የፋይል ስም", + "files.files_selected": "ይምረጡ ፋይሎች", + "files.filter_all_providers": "ሁሉም እቅፍ", + "files.filter_all_statuses": "ሁሉም ሁኔታዎች", + "files.filter_all_types": "ሁሉም ዓይነቶች", + "files.filter_apply": "ዝርዝር ይላኩ", + "files.filter_clear": "ይወገዱ", + "files.filter_date_from": "ቀን ከ", + "files.filter_date_from_aria": "ከቀን ይወግዱ", + "files.filter_date_to": "ቀን ወደ", + "files.filter_date_to_aria": "ወደቀን ይወግዱ", + "files.filter_form_aria": "ፋይሎችን ይዛውው", + "files.filter_mime_type": "MIME አይነት", + "files.filter_ocr_all": "ሁሉም ፋይሎች", + "files.filter_ocr_good": "ምርጥ ጥራት", + "files.filter_ocr_poor": "ዝቅተኛ ጥራት", + "files.filter_ocr_quality": "የOCR ጥራት", + "files.filter_ocr_quality_aria": "OCR ጥራት ነጥብ በመጠን ይጠቀሙ", + "files.filter_ocr_unchecked": "እስካልተገመገመ ነበር", + "files.filter_search_label": "ፋይል ስም ፈልግ", + "files.filter_search_placeholder": "ፋይል ስም ይክትተት...", + "files.filter_storage_provider": "የግድግዳ አቅራቢ", + "files.filter_tags_aria": "በታጅ ይጠቀሙ (በኮማ የተለየ)", + "files.filter_tags_placeholder": "ለምሳሌ: ቅጽ, ዓለም", + "files.fulltext_search_label": "ፍጥረት ጽሁፍ ፈልግ (OCR ጽሁፍ, ማንበብ, ታጅ)", + "files.fulltext_search_placeholder": "የመዝገብ ይዘት ፈልግ, እንደገና, ታጅ, ዓይነት...", + "files.no_files": "ፋይሎች አልተገኙም", + "files.ocr_status": "OCR ሁኔታ", + "files.page_title": "የፋይል መዝግብ", + "files.pagination_files": "ፋይሎች", + "files.pagination_first": "ዋነኛ", + "files.pagination_last": "መጨረሻ", + "files.pagination_nav_aria": "የፋይል ዝርዝር አደራ", + "files.pagination_next": "ቀጣይ", + "files.pagination_of": "ከ", + "files.pagination_previous": "ወደ ፊት", + "files.pagination_showing": "ይታያል", + "files.preview_modal_close": "ምስሌ ዝጋ", + "files.preview_modal_title": "ምስሌ", + "files.queue_banner_items": "ነገር(ቶ) በአሁኑ ጊዜ ይመዘገባል ወይም በሂደት ላይ ነኝ። ፋይሎች እንደገና ሂደቱ ሂደት ይህ ይታያል።", + "files.queue_banner_link": "ተመዝግበ", + "files.saved_searches_empty": "ዝርዝር የተላከ ፍለጋ አለመደብ", + "files.saved_searches_error": "የተላከ ፍለጋ እንደማይታይ ወይም ይዝርዝሩ", + "files.saved_searches_label": "የተላከ ፍለጋዎች", + "files.saved_searches_save": "አሁኑን ይጠቀሙ", + "files.saved_searches_save_aria": "አሁኑን ነገር እንደተዋበ ይጠቀሙ", + "files.search_results_empty": "የተፈለገ ውጤት አልተገኙም።", + "files.search_results_title": "የፍለጋ ውጤቶች", + "files.status_duplicate": "ዳግመ", + "files.table_actions": "ውል", + "files.table_aria": "የፋይል መዝግብ", + "files.table_created_at": "የተፈጥሰ ጊዜ", + "files.table_empty": "ፋይሎች አልተገኙም", + "files.table_id": "መለያ", + "files.table_mime_type": "MIME አይነት", + "files.table_original_filename": "የመጀመሪያ ፋይል ስም", + "files.table_select_all": "የዚህ ገጽ ላይ ሁሉንም ፋይሎች ይምረጡ", + "files.tags": "ታግዎች", + "files.title": "ፋይሎች", + "files.upload_modal_aria": "የማስመዝገቢያ ዕቅፍ", + "files.upload_modal_close": "የማስመዝገቢያ ዕቅፍ ይዝጉ", + "files.upload_modal_header": "ፋይሎች በማስመዝገብ", + "files.uploaded": "ተላከ", + "footer.about": "ስለ", + "footer.attribution": "ዕውነታዊነት", + "footer.attributions": "ዕውነታዊነቶች", + "footer.cookies": "ኩኪዎች", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "የተሳሳተው", + "footer.license": "የፈቃድ", + "footer.navigation": "የጭነት እቅፍ", + "footer.privacy": "ግለሰቦች", + "footer.terms": "ውሎች", + "footer.version": "እትም {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "ወንበር ይወዳድሩ። ፋይሎች በተመረጡት አውታር ይደርሳሉ።", + "help.destinations_email": "የኢሜይል ትርፍ", + "help.destinations_email_desc": "የታየ ፋይሎች እንደ SMTP ይለውጡ።", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "የአገልግሎት አካውንት ወይም ወንበር። የተጋለሹ ወይም የቢሮ ይደግፋሉ።", + "help.destinations_heading": "ወደ ገጻችን ወደታለው መንገድ", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "የራስዎን ዝርዝር በWebDAV ቀስት ይተዋቸው።", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "የMicrosoft Graph API ማስማሪያ.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "የስንቅታ ሃሳብ ሳይኖረው፳ ወደ Paperless ያድርጉ ይችላሉ።", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "መለያ S3 ተመዝጄ (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "ወደ ማንኛውም አገልግሎት የሚያስተላለፍ", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "ወደ ሁሉም ዓይነት መንገድ ወይም ይወሰን, ይለዉን ወይም ይወዳጅኝ።", + "help.documentation": "የእምነት ማስታወቅያ", + "help.faq": "በተለምድ ይተመዝግቡ", + "help.faq_1_a": "ወደ የመውደቅ ገፅ፣ ፋይሎችዎን ማድረግ ወይም ምረጥ ፋይል አጭር ይላኩ። DocuElevate ምስልዎችን እና የቢሮ ፋይሎችን PDF ይውሰድ፣ OCRን ይግባ፣ እና አዳዲስ እንደአደሰ መግለጫ ይወሰን.", + "help.faq_1_q": "የታወቅ የምንጊዜ ተመዝግቦ ምን እንደተቀበሉዎት?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, እና HTML. እንደ ነበር የሚፈጥሮ ፋይሎች በሂደት ጊዜ ወደ PDF ቀይር ተዛውር ይችላሉ.", + "help.faq_2_q": "የዋና ፋይል ፎርማቶች የተደግፉ ምንድን ናቸው?", + "help.faq_3_a": "አዎ. ወደ ኢሜይል ግቤት ይሂዱ፣ አንድ IMAP አካውንት ያክሉ፣ እና DocuElevate ለአዲስ መልዕክቶች ይጠብቃል እና ጨርቅዎችን በስር እንደ ተዛውር ይስራል.", + "help.faq_3_q": "ከኢሜይል በሂደት የምንቀዋለን ወብ እንዴት ነው?", + "help.faq_4_a": "ፓይፕላይን አማራጭ እንደ ብዙ ጊዜ ይቻል ወይም ከየስነ ዓለም ወደ አንድ ወይም አርባን ወደ ዳታ ይሰጡ. በፓይፕላይን ገጽ ይፍጠሩ እና ይንቀው.", + "help.faq_4_q": "ሂደት ፓይፕላይን እንዴት ይሰራል?", + "help.faq_5_a": "DocuElevate ውስጥ የኪዳን ነገሮችን ይዝግጁ፣ በTLS ላይ ይወያያይ እና ወይም ማንኛውንም ጊዜ ሂደት ይቃለሉ። ሙሉ በሙሉ መረጃ ይመለከታል.", + "help.faq_5_a_post": " ለአጠቃላይ ዝርዝር.", + "help.faq_5_a_pre": "DocuElevate የተገኙ መረጃዎችን በዝግጅት ይማረክበታል፣ በTLS ላይ ይኖራል፣ እና ሰነዶችዎን ወዲያው በተገኘ እንጂ አይቀርበውም። ይህን ይመልከቱ።", + "help.faq_5_q": "ውስጥ ከነድሆች የይዘት አይደለም?", + "help.faq_heading": "የታዘ ጥያቄዎች", + "help.getting_started": "እንዴት እንደ ቀደመ ጀምሩ", + "help.heading": "እርዳታ የማዕከል", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "የREST APIን ተጠቀም እና ሰነዶችን በነጻ መንገድ አውጣ። ከአንደኛ ቦታ ወይም የአባል ኮድ ተመልከት እና ፋይሎችን ወደ አቀባዊ እቅድ እንዲሄድ ይነሳ።", + "help.ingestion_heading": "የውህብር እቃዎች", + "help.ingestion_mobile": "ሞባይል መተግበሪያዎች", + "help.ingestion_mobile_desc": "ወደ DocuElevate ከሞባይል ድምፅ የሚወደውን የይክ ትሕዝት መተግበሪያ ይጠቀሙ።", + "help.ingestion_scanners": "ኔትወርክ እንቲወር ይዘን ኢንተርኔት ይባል", + "help.ingestion_scanners_desc": "ከኔትወርክ እንቲወር ወይም አሥርግቱ ፕሪንተር ወደ DocuElevate አንቀጽ ቢወዳድው ፈገግታለሁ ወይም ወደ ዝምድር ይገናኛል። የታሰበ ሰነድ በነቅጩ ተከትላው ወዲያው ይወዳድዳል።", + "help.ingestion_watched_folders": "የተመለከቱ ዋስታት", + "help.ingestion_watched_folders_desc": "የአንደኛ ወይም ኔትወርክ ዋስታ ይቀና። ወደ ነውን ዋስታ የታሰበ ፋይል በ-DocuElevate ወይም ተመልክ መግበያ የታሰበ ይሆናል።", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "የDocuElevate አውታምነት ወፍላሊ ወሸንታ ወማክ ያብይ። ምንም አልጣዌ እነዳገቤው GNU /// ነው!", + "help.meta_description": "ለDocuElevate ይምና። ወደጋውንናን ወፍላጌዎች አቅርበዋል።", + "help.og_description": "ለDocuElevate ይምና። ወደጋውንናን ወፍላጌዎች አቅርበዋል።", + "help.page_title": "እርዳታ የማዕከል", + "help.privacy_notice": "የግለሰቦች ዕቅፍ", + "help.quickstart_heading": "የቀጣይ ጀምሮ", + "help.quickstart_storage": "መያዣን ያያያዩ", + "help.quickstart_storage_desc": "ወደ ማህበር ይሂዱ እና የይገናኙ ይሆናሉ ወደ እንደ እንደ ወብ ወውንይ. ሂደት ሙዚቃ ቁልፍ ያስቀፍል.", + "help.quickstart_storage_desc_full": "እቅድ እንዲጀምር ጋር ይኖራሉ ኩነታቸው ወበኗ! Dropbox፣ Google Drive፣ OneDrive፣ Amazon S3፣ Nextcloud እናየዋዎች ወይም የውሳን!", + "help.quickstart_upload": "ማስተካከያ ፋይሎች", + "help.quickstart_upload_desc": "ፋይልዎችን ወት ↦ ወይም ይለፍ ወኪቴ ወደ ወቀቀ ገፅ ገይረ። DocuElevate ይወዝጉልና መላው ወይም ወይነጂ ይይዝ...", + "help.quickstart_workflows": "እንደሆን ክውና", + "help.quickstart_workflows_desc": "ፓይፕላይን ይገናኝ። አንበር ወይም እንደዚህ የምንክት.", + "help.sources_email_ingestion": "ኢሜይል ውስብስ (IMAP)", + "help.sources_email_ingestion_desc": "ወደ ተመለስ ኮቪ ወይም በኢሜይል ለይይ እንዴት ይሰርግ?", + "help.sources_heading": "መሳሪያዎች - ወደ ዳታ ይገናኙ", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "ፋይልዎችን የምይገነ ሳምረው ለ /api/upload. ለፋይሊው እንዴት ይቻላል.", + "help.sources_scanner": "ሳካን መገናኛነ ", + "help.sources_scanner_desc": "ወከነዳላ እንደ DocuElevate እንዴት ይሰናቡና", + "help.sources_scanner_desc_full": "ነቅጯው ምርጥ ወይም ኤይ ውዋ በDocuElevate ወደ አቀባዊ ይንንው! /api/upload እንደ አቀባዊ.", + "help.sources_web_upload": "የድም ማስተከያ", + "help.sources_web_upload_desc": "ቀድሞ ጀምርጋ፣ ወይምየምህተው ወንዛጢ ይሬፍገዛ። የወጣቢ ፎርማቶች PD, JPEG, PNG, TIFF, DOCX, XLSX ሙሉ፣ አነገር ምንድን ናቸው.", + "help.subheading": "ለእንደምን በዳነላጉ ይሰራላ ለምን", + "help.support": "ድጋፍ", + "help.support_admin_message": "የዳር አቅርቦት ይቀያይዩ።", + "help.support_description": "የምንከቱ የወአይዝዬመር እኮ ይራዩ", + "help.support_heading": "ወይሁ ወደ ድጋፍ ይይህ", + "help.support_live_chat": "ሂደት የሚያገኙት ይህ የማይገኙ", + "help.support_ticket_button": "ዳሽን ይገጠር", + "help.support_ticket_desc": "ቅጽዋ ተመልክቶን ወየጊዮ ወውይም ወወውይ ነው በመለኪያ.", + "help.support_ticket_heading": "የድጋፍ ዳው ይገናኛል", + "help.title": "እርዳታ የማዕከል", + "help.workflows_creating": "ውርደልሩ ባሜጥም", + "help.workflows_definition": "ውርደል የምርጥ የተፈጠም ወንድ ሂደታቸው ወሐለዊ ይሆን ቢሆን እንደ ድህይወተ የአርስከው.", + "help.workflows_heading": "ውርደል ወፓይፕላይ", + "help.workflows_step_1": "PDF ወደ ማስተካከል", + "help.workflows_step_1_create": "በዋነኛ ምንጭ ወገን ወደ ፍርድ ይሂዱ.", + "help.workflows_step_1_full": "ወይም PDF ይቀይር፣ ወምርጥ በክ ሁሉም ደግናው አይወክር ነው.", + "help.workflows_step_2": "OCR – ጽሁፍ ይወጡ", + "help.workflows_step_2_create": "አዲስ ፍርድ ይጫኑ እና ስም ይስጡ.", + "help.workflows_step_2_full": "OCR ይንን ይቀጣይ አይወርድ፣ ከይዛ በቹ.", + "help.workflows_step_3": "AI መረጃ ያወጡ", + "help.workflows_step_3_create": "ያስፈልጉትን ሂደት ስብስብ ይጨምሩ.", + "help.workflows_step_3_full": "AI ይድር ይገኙበሉ አምዋ ይናደሴ፣ ማግዴዎች ወለኪ ውሱ ያሜችዘ.", + "help.workflows_step_4": "ወደ አንድ ወይም ወደ ብዙ መዳረሻዎች ይደርስ", + "help.workflows_step_4_create": "አንድ ወይም ብዙ የማስተከል መዳረሻዎች ይምረጡ.", + "help.workflows_step_5_create": "ይያዙ – አዳዲስ ስነ-ጽሁፎች በዚህ ፍርድ በራስ-ሂደት ይከናወናሉ.", + "help.workflows_typical_steps": "አማካይ ደረጃዎች", + "help.workflows_what_is": "ፍርድ ምንድነው?", + "index.badge_intelligent": "የጭነት ዳሰሳ", + "index.button_browse_files": "ፋይሎችን ይከብዩ", + "index.button_upload": "አስገባ", + "index.capabilities_cloud": "የመስክ መድረክ: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "ኢሜይል እና የይዘት-መረጃ ግንባታ", + "index.capabilities_ocr": "OCR እና በAI ቁጥር ይወጡ", + "index.capabilities_paperless": "የመረጃ አስተዳደር የታነሽ-ngx ድርጅት", + "index.capabilities_title": "ችሎታዎች", + "index.capabilities_workflows": "የተመለከተ ሥርዓት እና አሰራር ዝርዝር", + "index.cta_description": "DocuElevate ጋር እባኮት ያክሉ ወይም የሚነሳበትን ያክሉ.", + "index.cta_heading": "የስነ-ጽሁፍ ዝርዝርዎን ወደ አደረጃቴ ማስተከከል ዝግጅት አለኝ?", + "index.cta_pricing": "ዋጋን ይመልከቱ", + "index.cta_signup": "አንድ ነፃ አካውንት ይፍጠሩ", + "index.dashboard_subtitle": "የጭነት ዳሰሳ እና አስተዳደር", + "index.dashboard_subtitle_teams": "የጭነት ዳሰሳ እና አስተዳደር — ለቡድን የተሠርየ", + "index.feature_ai": "AI መረጃ ያወጡ", + "index.feature_ai_desc": "OpenAI, Claude, Gemini እና ሌሎች የውስጥ ምንጭ ኤ.አይ አቅራቢዎች የሰነዶች ምርጫን ይወጡ እና ዋጋዎች, ዝርዝሮች, እና አይነት አይተዋዮችን ይወዳዱ.", + "index.feature_cloud": "የውስጥ ተመኖርት", + "index.feature_cloud_desc": "የተነቀለ ፋይሎችን ወደ Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP እና ብዙ ማስተከል ይሂዱ.", + "index.feature_email": "ኢሜይል እና IMAP ግንባታ", + "index.feature_email_desc": "ከGmail ወይም ከየአንደኛ አይማሀዪው ተይመድ ሰነዶች እንደ ዝይሒዉ ይወጡ.", + "index.feature_ocr": "OCR እና ጽሁፍ ይወጡ", + "index.feature_ocr_desc": "Azure የጭነት ብጋን ይወጡ የመንግስት የዋይት-ነጻ ፊት ቢ ፈጨጨዋ ይሆን ወይም ንፉተኝ ይሁነዳል.", + "index.feature_pipelines": "የተመለከተ ፈርድ መረጃዎች", + "index.feature_pipelines_desc": "የቀለም ወደማስተከል ጊዜ-ጊዜ ተመዉ – OCR, AI እና ተወዳሰቶች, ግንባታ, ወይም ከአንደኛ አይኛ.", + "index.feature_search": "በተመድ ፍለጋ", + "index.feature_search_desc": "ጥንካሬ እና ማነቃናማ ወይም አንድ ዝርዝር ይمፈቅጠም.", + "index.feature_section_title": "ለጭነት ዳሰሳ ዝርዝር ያስፈልጉትን ይወድዱ", + "index.getting_started": "ለመጀመሪያ", + "index.getting_started_1": "የስርዓት ሁኔታ በመጠቀም እንግሬግ ይሁን", + "index.getting_started_2": "የመጀመሪያው መዝገብ እንዲጫነው ተጭነው", + "index.getting_started_3": "ውጤቶችን በፋይል ይወቅ", + "index.getting_started_learn": "DocuElevate ላይ ተጨማሪ ይማሩ", + "index.hero_description": "DocuElevate የእርስዎን መዝገቦች ይከተላል፣ OCR ይኑር፣ ከAI ጋር መደብ ይወስድ፣ እና የፋይሎችን መድረክ ወደ Dropbox, Google Drive, OneDrive, S3, Nextcloud, እና ሌሎች ይመላለሳል ፣ ሁሉም በአንድ የማይወድም መስመር ውስጥ።", + "index.hero_heading": "ከወረዳው ወደ ተሞክሮ - በማስተናገድ።", + "index.hero_login": "ይግቡ", + "index.hero_pricing": "እቅፎችን እና ዋጋዎችን ይመለከቱ", + "index.hero_signup": "ይጀምሩ - ነጻ ነው", + "index.integrations_active": "አንቀጽ የተጠቃሚ ቅናት", + "index.integrations_storage": "የእንቅስቃሴ መተኮሻዎች", + "index.integrations_title": "እንግሬግ ቅናት", + "index.integrations_view_status": "የስርዓት ተዋንጭ ይመልከቱ", + "index.page_title_dashboard": "ዳሽቦርድ", + "index.page_title_public": "በተሞክሮ መዝገብ ማስተናገድ", + "index.platform_overview": "የመድረክ አጠቃላይ እይታ", + "index.processing_stats": "መንገድ ሂደቶች", + "index.quick_actions": "የፈጣን ግብዓቶች", + "index.quick_documents": "የእኔ መዝገቦች", + "index.quick_documents_desc": "የተሞክሮት ፋይሎች ይዘጋጁ", + "index.quick_search": "ፍትሕ", + "index.quick_search_desc": "በመዝገቦች ዙርያ የአጠቃላይ ጥረት ፍትሕ", + "index.quick_subscription": "የእኔ የተመደብ መዝገብ", + "index.quick_subscription_desc": "የእቅፍ እና የእረፍት ዝርዝር ይመልከቱ", + "index.quick_system_status": "የስርዓት ሁኔታ", + "index.quick_system_status_desc": "የእንግሬግ ጤንነት ይመልከቱ", + "index.quick_upload": "ዝግጅት መዝገብ", + "index.quick_upload_desc": "አዲስ ፋይል ይከተሉ", + "index.quick_view_files": "አጠቃላይ ፋይሎችን ይመልከቱ", + "index.quick_view_files_desc": "የተሞክሮት መዝገቦችን ይዘጋጁ", + "index.single_user_heading": "DocuElevate ዳሽቦርድ", + "index.single_user_subtitle": "በተሞክሮ መዝገብ እና እንዲሁም አስተዳደር", + "index.stat_active_integrations": "አዳዲስ እንግሬግ ቅናት", + "index.stat_active_users": "አዳዲስ ተጠቃሚዎች", + "index.stat_files_month": "የዚህ ወር ፋይሎች", + "index.stat_files_ocr": "በOCR ያሉ ፋይሎች", + "index.stat_files_today": "ዛሬ ፋይሎች", + "index.stat_storage_targets": "የእንቅስቃሴ መተኮሻዎች", + "index.stat_this_month": "ይህ ወር", + "index.stat_today": "ዛሬ", + "index.stat_total_files": "የአጠቃላይ ፋይሎች", + "index.stat_total_processed": "አጠቃላይ ዝቅተኛ የተቀባ", + "index.tier_plan": "እቅፍ", + "index.tier_upgrade": "ወደ ዋነኛ ከወደድ", + "index.tier_view_details": "ዝርዝር ይመልከቱ", + "index.upgrade_daily_limits": "ከፍተኛ ዕለታዊ እና ወርሃዊ ወረዳዎች", + "index.upgrade_description": "በተጨማሪ ሰነዶች፣ በተጨማሪ መድረኮች እና የቅድሚያ ድጋፍ አስተናግድ።", + "index.upgrade_destinations": "በተጨማሪ የመድረክ ምድቦች", + "index.upgrade_ocr_pages": "በተጨማሪ የOCR ገጾች", + "index.upgrade_plan": "እቅድዎን ወደ እንደት ይዘው", + "index.upgrade_view_pricing": "እቅዶችን እና ዋጋዎች ይመልከቱ", + "index.usage_lifetime": "ሕይወት ፋይሎች", + "index.usage_month": "ይህ ወር ፋይሎች", + "index.usage_my_usage": "የኔ እንቅስቃሴ", + "index.usage_today": "የዛሬ ፋይሎች", + "index.usage_unlimited": "ያልተገደቡ", + "integrations.access_key_label": "የማግኘት ቁልፍ መለያ", + "integrations.active_label": "ተንቀሳቃሽ", + "integrations.add_button": "መጨመር እንቅስቃሴ", + "integrations.add_first_button": "የተመረጠን አንደኛው እንቅስቃሴ ይጨመሩ", + "integrations.api_token_label": "መታወቂያ ቁልፍ", + "integrations.authorize_btn": "ፈቃድ", + "integrations.authorize_reauth": "ዳግመ ፈቃድ", + "integrations.bucket_label": "ቦታ", + "integrations.configure": "ይወሰነ", + "integrations.connect": "ይገናኝ", + "integrations.connected": "ተያያዥ", + "integrations.connection_failed": "የገንቢ ግንኙነት አልተሳካም", + "integrations.connection_success": "የገንቢ ግንኙነት ተሳክቷል", + "integrations.delete_confirm_are_you_sure": "ይህን ማጥፊያ ትፈልጋለህ?", + "integrations.delete_confirm_title": "መጨመር እንቅስቃሴ ይለውጡ?", + "integrations.delete_confirm_undone": "ይህ እርምጃ አይታወቅም።", + "integrations.delete_emails_label": "ከሂደት መውጣት በኋላ ኢሜይል ይሰረዝ", + "integrations.delete_files_label": "ከሂደት መውጣት በኋላ ፋይሎች ይሰረዝ", + "integrations.destinations_quota_label": "የመዳረሻ በኩል ምንዛሬ:", + "integrations.destinations_section": "መዳረሻዎች", + "integrations.direction_destination": "መዳረሻ (ቦታ)", + "integrations.direction_label": "የተመለከተው", + "integrations.direction_placeholder": "\u0000a--- ይምረጡ ---", + "integrations.direction_source": "ምንጭ (እንደገንቢ)", + "integrations.disconnect": "ይለይ", + "integrations.email_settings": "ኢሜይል ወደ ውስጥ ገቢ አይቅረቡ", + "integrations.empty_state": "ምንም የይዘው ይዯዯ የተወሰነን የአለፈ ነው", + "integrations.endpoint_label": "ዋና አድራሻ ይግቡ", + "integrations.endpoint_optional": "(አማራጭ, ለ S3 ተመንዝሞ)", + "integrations.folder_label": "አባል", + "integrations.folder_optional": "(አማራጭ)", + "integrations.folder_path_label": "የማዕበል መንገድ", + "integrations.folder_prefix_label": "የማዕበል ቅድሚያ", + "integrations.generic_settings_hint": "ይህ የእንቅስቃሴ ዓይነት ምርት በ API በኩል መዘገጥ ላይ ማቅረብ ይቻላል።", + "integrations.gmail_hint": "Gmail መለያዎች እና ከተነሱ: ከምርት በኋላ ፈጻሚው ኢሜይል ይከበራሉ እና \"ተረጋይ\" ዋነኛ በ Gmail ይገናኛሉ። ይህ በ Gmail አገልግሎቶች በድርጅት ይኖረዋል።", + "integrations.gmail_labels": "Gmail መለያዎች እና ምርት እንድትኖሩ", + "integrations.host_label": "የምርቶች", + "integrations.imap_settings": "IMAP ዝግጅቶች", + "integrations.loading": "እንቅስቃሴን እንቅርጸ ይምረጡ...", + "integrations.modal_close": "የሞዳል ቅዳር", + "integrations.modal_title_add": "መጨመር እንቅስቃሴ", + "integrations.modal_title_edit": "እንቅስቃሴ ይሽማቕ", + "integrations.name_label": "መለያ", + "integrations.name_placeholder": "እንደ ግምት፣ Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Nextcloud ዝርዝር", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "እባኮትን የመጀመሪያውን እንግሬትስን አክል ወደ መግቢያ ምንጮች (IMAP ያሉበትን ይመለከታል) እና የቆሻሻ መድረሻዎች (S3, Dropbox ወይም Google Drive ያሉበትን) አድርጉ።", + "integrations.not_connected": "አልተያይዞም", + "integrations.oauth_folder_label": "ፎልደር", + "integrations.oauth_hint": "እባኮትን ይህን እንግሬት በመጀመሪያ ይቀበሉ እና ከዚያ መፍትሄ በመግባት ይጠቀሙ። የእርስዎ ማስረጃ በየገጽ ተመክሮ ይቀመጣል።", + "integrations.page_title": "ውዕልማዎች", + "integrations.paperless_settings": "Paperless NGX ዝርዝር", + "integrations.password_label": "የይለፍ ቃል", + "integrations.paused": "ይዘው ቆሞ", + "integrations.plan_label": "እቅድ:", + "integrations.port_label": "ፖርት", + "integrations.quota_not_available": "(የማይገኝ)", + "integrations.quota_unlimited": "/ ያለ ገደብ", + "integrations.recipient_label": "የተቀባይ ኢሜይል", + "integrations.region_label": "ክልል", + "integrations.remote_path_label": "ሩጫ መንገድ", + "integrations.s3_prefix_label": "የቀዳዳ ማዕበለ (ፎልደር መንገድ)", + "integrations.s3_settings": "S3 ዝርዝር", + "integrations.secret_key_label": "የምስጢር መድረክ ቁልፍ", + "integrations.show_password": "የይለፍ ቃል አሳይ", + "integrations.show_secrets": "የምስጢር መረጃዎችን አሳይ", + "integrations.show_token": "የቶክን አሳይ", + "integrations.source_local": "የአካባቢ ፋይል", + "integrations.source_type_label": "የምንጭ ዓይነት", + "integrations.sources_quota_label": "የፅሁፍ ምንጮች:", + "integrations.sources_section": "ምንጮች", + "integrations.subtitle": "የመግቢያ ምንጮችን እና የቆሻሻ መድረሻዎችን በአንደኛ ቦታ ሂደት ይቀበሉ።", + "integrations.title": "ውዕልማዎች", + "integrations.type_label": "የእንግሬት ዓይነት", + "integrations.type_placeholder": "\u0014 በመጀመሪያ ይምረጡ አይነት \u0014", + "integrations.upgrade_plan": "ዕቅድ ይወጡ", + "integrations.use_ssl": "SSL ይጠቀሙ", + "integrations.username_label": "የተጠቃሚ ስም", + "integrations.watch_folder_settings": "የማስተንብያ ፎልደር ዝርዝር", + "integrations.webdav_settings": "WebDAV ዝርዝር", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "የዌብሆክ መግቢያ", + "integrations.webhook_how_heading": "የዌብሆክ መግቢያ እንዴት ይሠራል", + "integrations.webhook_how_text": "የዌብሆክ እንግሬት በማንኛውም ውስጥ ወደ ዶኩኢላይቭ መግቢያ መደበኛ የበለጸ ውይይት ኣክሊል ይሐደሔታል። ይህም በይታይ በሚጠቀሙ ተግባር ውስጥ ወደ ዶኩኢላይቭ ይምረጣል።", + "integrations.webhook_ideal_text": "ይህ ለCI/CD መታክ ፣ ምትክ ዘዋይት እና የመደበኛ ቅም እንደ መካከል ለየእኖር ነው።", + "integrations.webhook_quick_start": "አንደኛ እንደ", + "integrations.webhook_security_tip": "ለእያንዳንዱ እንግሬት የሚያሠራ የAPI ቶክን ይፍጠር እና እንደዚያ ሠው ንቀጽል ባይኖር። ቶክኖች በAPI ቶክኖች ገጽ ላይ ይተጠቀሙ።", + "integrations.webhook_step1": "{api_tokens_link} ይሂዱ እና የግል ቶክን ይፍጠሩ።", + "integrations.webhook_upload_with_token": "በAPI ይሰጡለት ሰላሊው ይጠቀሙ፡", + "language.bg": "Български", + "language.ca": "Català", + "language.change_success": "በቋንቋ ወደ {language} ተለውጥ እንደተረፋ", + "language.changed": "በቋንቋ ወደ {language} ተለውጥ እንደተረፋ", + "language.cs": "Čeština", + "language.da": "Dansk", + "language.de": "Deutsch", + "language.el": "Ελληνικά", + "language.en": "English", + "language.es": "Español", + "language.et": "Eesti", + "language.fi": "Suomi", + "language.fr": "Français", + "language.ga": "Gaeilge", + "language.hr": "Hrvatski", + "language.hu": "ሐንጋሪ", + "language.is": "አይስላንድ", + "language.it": "ኢታላይን", + "language.lb": "ሉጅዝቡርግ", + "language.lt": "ሊቬቱኒያ", + "language.lv": "ላትቪያ", + "language.nb": "ኖርዌጂያን", + "language.nl": "ነዴርላንድ", + "language.no_results": "ቋንቋ የለም", + "language.pl": "ፖሊስኛ", + "language.pt": "ፖርቱግዋል", + "language.ro": "ሮማን", + "language.ru": "ሩስያኛ", + "language.search_placeholder": "ቋንቋ ማግኛ ይቀርበዋል\u0000", + "language.selector": "ቋንቋ", + "language.selector_label": "ቋንቋ ይምረጡ", + "language.sk": "ስሎቬን", + "language.sl": "ስሎቬን", + "language.sv": "ስዊዘ", + "language.tr": "ቱርክኛ", + "language.uk": "ዩክሬንኛ", + "language.zh": "መዋክብ", + "nav.about": "ገና", + "nav.account_menu": "መለያ ምናሌ", + "nav.account_menu_for": "{name} የመለያ ምናሌ", + "nav.admin": "አስተዳደር", + "nav.admin.audit_logs": "አውድት ሎግዎች", + "nav.admin.backups": "ባክኮ፣ ማስታወሻ", + "nav.admin.plans": "እቅዶች", + "nav.admin.scheduled_jobs": "የተመደቡ ሥራዎች", + "nav.admin.users": "ተጠቃሚዎች", + "nav.admin_actions": "አስተዳደር ወንጓው", + "nav.admin_menu": "አስተዳደር ምንጭ", + "nav.api_docs": "API ደንቦች", + "nav.api_tokens": "API ቶክኖች", + "nav.backup_restore": "ባክኮ፣ እና እንደገና ይሙሉ", + "nav.credentials": "መረጃዎች", + "nav.dark_mode": "ጨለማ እንደገና", + "nav.dashboard": "ዳሽቦርድ", + "nav.developer_docs": "የአበል ደንቦች", + "nav.duplicates": "ተደጋጋሚዎች", + "nav.file_manager": "ፋይል አስተዳደር", + "nav.files": "ፋይሎች", + "nav.get_started": "መጀመር", + "nav.help": "እገዛ", + "nav.help_center": "የእርዳታ ማዕከል", + "nav.imap": "ኢሜይል ማስገባት", + "nav.integrations": "የተሰባሰቡ አቀማመጦች", + "nav.light_mode": "ቀላል የሁኔታ አይነት", + "nav.login": "ግባ", + "nav.logout": "ውጣ", + "nav.main_navigation": "ዋና አሰራር", + "nav.my_subscription": "የኔ በርካታ", + "nav.notifications": "የማስታወቂያዎች", + "nav.open_main_menu": "ዋና ምናሌ ክፈት", + "nav.pipelines": "ፋይባይን", + "nav.plan_designer": "የዕቅፍ እንደአውታረ ዲዛይነር", + "nav.pricing": "ዋጋ", + "nav.profile": "ፕሮፋይል", + "nav.profile_settings": "የመገኛ መረጃ ቅንብሮች", + "nav.queue": "ቅዱስ", + "nav.queue_monitor": "የቅዱስ አሰሳ", + "nav.scheduled_jobs": "የተወሰነ ስራዎች", + "nav.search": "ፈልግ", + "nav.settings": "ቅንብሮች", + "nav.shared_links": "ተለጠፉ የአገናኝ አገነባ", + "nav.sign_out": "ውጭ አርግ", + "nav.signup": "ይመዝገቡ", + "nav.similarity": "ስምምነት", + "nav.skip_to_content": "ወደ ዋናው ይዘት ይውሰዱ", + "nav.status": "ሁኔታ", + "nav.subscription": "እቀላፍ ማቅረብ", + "nav.toggle_dark_mode": "እንደገና ጨለባ ዝርዝር ቀይር", + "nav.toggle_nav": "የአሰራር ምናሌ ቀይር", + "nav.upload": "ይጫኑ", + "nav.users": "ተጠቃሚዎች", + "nav.version": "የስርዓት መረጃ", + "notifications.filter_all": "ሁሉም", + "notifications.filter_read": "የተወውቀ", + "notifications.filter_unread": "ያልተወውቀ", + "notifications.manage_desc": "የማስታወቂያው ቤት ክፈት እና ፖርተር ማቅረብን የማቅረብ", + "notifications.mark_all_read": "ሁሉን ወደ እንደኛነት", + "notifications.mark_all_read_btn": "ሁሉን እንደ እንደነት ቀመጥ", + "notifications.mark_read": "ወደ እንደኛነት ቀመጥ", + "notifications.no_notifications": "የማይነቱ ማስታወቂያዎች", + "notifications.page_title": "የማስታወቂያዎች", + "notifications.tab_inbox": "የእቅፍ ቤት", + "notifications.tab_settings": "ቅንብሮች", + "notifications.title": "ማስታወቂያዎች", + "notifications.unread_count": "{count} ያልተነቃቃ ማስታወቂያዎች", + "pipelines.active_label": "እንቅስቃሴ", + "pipelines.add_step_btn": "ወቅታዊ እርምጃ እንደገና እንዲጨምር", + "pipelines.create": "ፓይፕላይን ይመዘግቡ", + "pipelines.custom_label_label": "የተለያዩ መልዕክት", + "pipelines.default_label": "ዋነኛ", + "pipelines.description_label": "መግለጫ", + "pipelines.description_placeholder": "የሚፈለገው መግለጫ", + "pipelines.disabled_label": "ወይም አልተጠቀምና", + "pipelines.edit": "ፕይፕላይን ይነብስ", + "pipelines.empty_state": "ምንም ፓይፕላይን ይልቁኝ", + "pipelines.empty_state_hint": "የግል የክፍያ ሂደት ለመግለጽ እቅፍ ይደርጉ.", + "pipelines.enabled_label": "ተደርጎ አለ", + "pipelines.force_cloud_ocr_label": "የክልል ኦፕቲዛር እገዛ ይገባ", + "pipelines.inactive_label": "አልተነቃቃ", + "pipelines.loading": "ይቀጭው እንደሆነ...", + "pipelines.name_placeholder": "የኔ ፓይፕላይን", + "pipelines.new_pipeline_btn": "አዲስ ፓይፕላይን", + "pipelines.no_steps": "ምንም እርምጃ አይከተለም። ገመድ መጀመር ይኖርባችሁ ይደረገዋል።", + "pipelines.ocr_auto": "አውቶ (እንደ ስርዓቱ ይጠቀሙ)", + "pipelines.ocr_language_hint": "ይመለከታል በTesseract/EasyOCR ላይ ያለው ቋንቋ አስቀድሞ ይወክላል። የAzure እና Mistral ቋንቋ ይከተለዋል።", + "pipelines.ocr_language_label": "የኦር ቋንቋ", + "pipelines.optional_suffix": "(ይፈልጉ)", + "pipelines.page_title": "ይቀጣጣ ፓይፕላይን", + "pipelines.set_default": "እመት እንደ ዋነኛ ፓይፕላይን ይጠቀም", + "pipelines.step_label_placeholder": "የዋነኛ የእርምጃ ስም ይቅርተው", + "pipelines.step_type_label": "የእርምጃ ዓይነት", + "pipelines.subtitle_intro": "የውሂብ መንገዶችን ይገነዘቡ እና ይቆጥቡ።", + "pipelines.subtitle_system_post": "ባድን አለው እና ለሁሉም ተጠቃሚዎች እንዲቆም ነው።", + "pipelines.subtitle_system_pre": "የስርዓት ፓይፕላይን (የአስተዳደር ተጠቃሚዎች የተፈጥረ) በአረጋጋሚ እንዲታይ ይታይ።", + "pipelines.system_label": "አውታር", + "pipelines.system_pipeline_label": "የስርዓት ፓይፕላይን (ለሁሉም ተጠቃሚዎች የታይ)", + "pipelines.title": "ይቀጣጣ ፓይፕላይን", + "profile.avatar_alt": "የእርስዎ የመገኘት ምስል", + "profile.avatar_heading": "የመገኘት ምስል", + "profile.avatar_remove": "ባለሙያ ምስል አስወግድ", + "profile.avatar_upload_hint": "2 MB ወይም ይልቅ የ JPEG, PNG, GIF, ወይም WebP የምስል አስገባ። ባለሙያ ምስል አለው ከሆነ የ {gravatar} ይታይ።", + "profile.choose_image": "ምስል ይምረጡ\u0010000a", + "profile.confirm_password": "አዲስ የይለፍ ቃል አረጋግጥ", + "profile.contact_email_hint": "ለስርዓት ማስገንዘብ። ይህ ወደ ግል ኢሜይል አይለውጥም።", + "profile.contact_email_label": "ግንኙነት / ማስገንዘብ ኢሜይል", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "ወቅታዊ የይለፍ ቃል", + "profile.dismiss": "ከታች አውጣ", + "profile.display_name_hint": "ወደ ግል ይቀጥሉ ወይም እቃ ወይም ዊእንታ ይግበሩ።", + "profile.display_name_label": "የማሳያ ስም", + "profile.display_name_placeholder": "በ UI ላይ የታየ ስም ይታይ", + "profile.general_heading": "አጠቃቀም መረጃ", + "profile.gravatar_link": "Gravatar", + "profile.heading": "የመገኘት መረጃ ቅንብሮች", + "profile.language_auto_detect": "የፕሮግራም ምንጭ", + "profile.language_hint": "ለዚህ በሰርተዋዊ እና አንኑት የሚገኙ ቋንቋ ይምረጡ። \u0010000-አምድ በምንጭ ምንጭ ይታይ።", + "profile.language_label": "የ UI ቋንቋ", + "profile.new_password": "አዲስ የይለፍ ቃል", + "profile.new_password_hint": "ቢያንስ 8 ፊደል።", + "profile.page_title": "የመገኘት መረጃ ቅንብሮች - DocuElevate", + "profile.password_heading": "የይለፍ ቃል ውይይት", + "profile.preferences_heading": "ፕረፍሬንስ", + "profile.save_button": "ለውጥ ይዘግይ", + "profile.saving": "በትክክል አዘገይ\u0010000a", + "profile.subtitle": "የማሳያ ስምዎን, ወይም, ቋንቋ, እና የአይዲ አማካይ ታቀዝ ይሁንኝ።", + "profile.theme_dark": "ጨለማ", + "profile.theme_hint": "እንግዲህ ወደ ዲባይ ተመን ይጌባሉ።", + "profile.theme_label": "የቀለም ገጽታ", + "profile.theme_light": "ቀለም ስለ ቀላል", + "profile.theme_system": "የዲባይ ዋነኛ", + "profile.update_password": "ይዘግይ ይለፍ ቃል", + "profile.updating": "እየታየ ነው\n", + "queue.active_tasks": "እንቅስቃሴ ተግባራት", + "queue.auto_refresh_1": "እንደዚህ ይቀየር", + "queue.auto_refresh_2": "ሴከንድ", + "queue.col_arguments": "አስተያየቶች", + "queue.col_current_step": "ወቅታዊ እርምጃ", + "queue.col_file": "ፋይል", + "queue.col_files": "ፋይሎች", + "queue.col_queue": "እቃ", + "queue.col_state": "ሁኔታ", + "queue.col_task": "ተግባር", + "queue.col_task_id": "የተግባር መለያ", + "queue.files_processing": "ፋይሎች በሂደት ላይ", + "queue.heading": "የእቃ ማቅረብ", + "queue.last_updated": "መጨረሻ የተቀየረ፡", + "queue.loading_stats": "የእቃ ስታቲስቲክ ጭነት\u0000", + "queue.no_active_tasks": "የሚኖሩ ተግባሮች የለም", + "queue.no_data": "ውሂብ የለም", + "queue.no_files_processing": "በመስመር ላይ የሚስተዋል ፋይሎች የለም", + "queue.page_title": "የእቃ ማቅረብ", + "queue.processing_pipeline": "የሂደት ዳሰሳ", + "queue.queued_tasks": "በእቃ ውስጥ ያሉ ተግባሮች", + "queue.recently_processing": "በርታ የታለመ ፋይሎች", + "queue.redis_queues": "የሪድስ እቃዎች", + "queue.subtitle": "በቀን ወቅታዊ የስነምር ተውዕል እና የሴለር ተግባር ማቅረብ እንደ ተለያዩ እቃዎች ይመለከታል።", + "queue.workers_online": "ስራ ላይ የሚያገኙ ሰዎች", + "search.button": "ፈልግ", + "search.error_message": "ፈልግ እንደአሁን የማይገኝ ነው። በአንደኛ ይቀይዝ.", + "search.filter_aria_clear": "የሚለው ሁሉንም ገዢዎች ሰርዝ", + "search.filter_clear_button": "ገዢዎችን ሰርዝ", + "search.filter_date_from": "ከቀን", + "search.filter_date_to": "ወደቀን", + "search.filter_document_type": "የእትም ዓይነት", + "search.filter_document_type_placeholder": "ምሳሌ፡ የግምት ወይም የተቃራኒ", + "search.filter_language": "ቋንቋ", + "search.filter_language_placeholder": "ምሳሌ፡ de", + "search.filter_sender": "እንደሚመስል", + "search.filter_sender_placeholder": "ምሳሌ፡ ACME ኮርፕ", + "search.filter_tags": "ማስታወቂያዎች", + "search.filter_tags_placeholder": "ምሳሌ፡ አማዛን", + "search.filter_text_quality": "የጽሑፍ ጥራት", + "search.filter_text_quality_all": "ሁሉ፡", + "search.filter_text_quality_high": "ከፍተኛ", + "search.filter_text_quality_low": "ዝቅተኛ", + "search.filter_text_quality_medium": "መደበኛ", + "search.filter_text_quality_no_text": "የጽሑፍ የለም", + "search.heading": "የእትም ፈልግ", + "search.input_aria_label": "ሰነዶች ይፈልጉ", + "search.input_placeholder": "በይዘት፣ አቅራቢ፣ መለያዎች፣ ዓይነት ይፈልጉ...", + "search.loading_indicator": "በማስፈን ላይ\u001d6D6", + "search.no_results": "የተገኙ የውጤቶች አይነገሩም", + "search.page_title": "ሰነዶች ይፈልጉ", + "search.placeholder": "በፋይል ስም፣ ይዘት፣ መለያዎች ይፈልጉ...", + "search.result_empty": "የእንቅስቃሴዎችን ጥያቄ የሚወዳደር ሰነዶች አልተገኙም።", + "search.results_count": "{count} ውጤቶች ተገኝተዋል", + "search.saved_aria_save": "ወቅታዊ ፍለጋ ይጠብቁ", + "search.saved_button": "ወቅታዊ ይጠብቁ", + "search.saved_empty": "አሁን የተቀባ ፍለግ የለም", + "search.saved_error": "የተቀባ ፍለግ ማስታወቂያ አልተቻለም", + "search.saved_label": "የተቀባ ፍለግ", + "search.saved_loading": "በማስታወቂያ...", + "search.title": "ሰነዶች ይፈልጉ", + "settings.audit_log_btn": "የዕቅፍ መዝገብ", + "settings.autocomplete_hint": "የታወቀ ዋጋ ለመፈለግ ይደርሱ፣ እንዲሁም ማንኛውንም የተለያዩ ዋጋ ይጻፉ።", + "settings.autocomplete_no_matches": "አንደኛ የማይነገር - የተለያዩ ዋጋ ይጻፉ", + "settings.autocomplete_placeholder": "ለመፈለግ ይጻፉ ወይም አንደኛ ዋጋ ይጻፉ...", + "settings.boolean_enable_prefix": "አንደኛ አቀራረብ", + "settings.categories_aria": "የቅድመ አሰጣጥ ምድቦች", + "settings.categories_heading": "ምድቦች", + "settings.db_wizard_btn": "የውሂብ ዕውቀት", + "settings.effective_value_label": "የተመለከተ ዋጋ:", + "settings.encrypted_suffix": "= በእንቅስቃሴ ውስጥ ታቅርብብ", + "settings.encrypted_title": "ዋጋው በመረጃ ገንቢ ውስጥ ታቅርብብ", + "settings.export_btn": "ወደ ውጭ ይዘው", + "settings.export_db_only": "የአውትኒይ ውሂብ ብቻ", + "settings.export_full_config": "አጠቃላይ ወቅታዊ እቅፍ", + "settings.jump_to_category": "ወደ ምድብ ይሂዱ...", + "settings.manage_config_prefix": "እቅፍን ይቆጣጠሩ። ቅድሚያ:", + "settings.model_picker_hint": "የምርጫ ዝርዝር ይመረጡ ወይም ከእቅፍዎ የደገፈ እንደ ዋነኛ ምርጫ ይጻፉ።", + "settings.model_picker_placeholder": "አንደኛ ዋነኛ ምርጥ ይምርጡ ወይም የተለያዩ ስም ይጻፉ...", + "settings.no_results_clear": "የውጤቶችን ቀርበህ ይገጽታሉ", + "settings.no_results_heading": "የቅድመ አሰጣጥ አይነገሩም", + "settings.no_results_hint": "መልእክት እንደው ይሞክሩ ወይም", + "settings.page_heading": "የመተግበሪያ አሰጣጥ", + "settings.required_label": "(ያስፈልግ)", + "settings.reset_confirm": "ይህን አሰጣጥ ለመቀየር ዝም ገብተዋል?", + "settings.restart_required_suffix": "= ድጋፍ ተወዳጅ", + "settings.revert_btn": "ወደ DB ይወግዱ", + "settings.revert_title": "DB እንደሚመነጭ ተመልሰው ወይም አንደኛ ወጻኢ ወይም እንደ ዚያች አድርጉ", + "settings.reverting": "ተመልሰው\n", + "settings.save_all_btn": "ሁሉንም ለውጦች ይቀርቡ", + "settings.save_error": "የቅንብር ማስታወቂያ መደበኛ አልተሳካም", + "settings.save_setting_title": "ይህን ቅንብር ይቀርቡ", + "settings.save_success": "ቅንብሩ በስተቀር ተቀምጧል", + "settings.saving_state": "እየተቀምጣለች\u0000A", + "settings.search_aria_label": "ቅንቦችን ፈልግ", + "settings.search_clear_aria": "ፍለጋን ይሰርዝ", + "settings.search_placeholder": "ቅንቦችን በስም፣ ቁልፍ ወይም መግለጫ ፈልግ\u0000A", + "settings.settings_count_suffix": "ቅንቦች", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "ዋና", + "settings.source_env_badge": "ENV", + "settings.title": "ቅንቦች", + "settings.toggle_visibility_aria": "የዝርዝሩ ምስጢርነት ይቀይሩ", + "settings.toggle_visibility_title": "ገንዘብ ይታይ/ይወው", + "settings.user_autocomplete_empty": "የተገኙ ተጠቃሚዎች የለም", + "settings.user_autocomplete_hint": "በስም የሚገኙትን ተጠቃሚዎች ለማፈላለግ ጻፉ፣ ወይም አንደኛ መለያ በእጅ ይገቡ።", + "settings.user_autocomplete_placeholder": "ተጠቃሚዎችን ለማፈላለግ ማስተላለፊያን ጀምሩ\u0000A", + "settings.wizard_btn": "እንክብካቤ", + "shared.col_expiry": "ዕቅግ", + "shared.col_file_label": "ፋይል / መለያ", + "shared.col_link": "የገና አገናኝ", + "shared.col_views": "እይታዎች", + "shared.copy_link_aria": "የማገናኝ አገናኝ ወስድይ", + "shared.copy_link_title": "የገና አገናኝ ወስድይ", + "shared.create_btn": "የገና አገናኝ ይፍጠሩ", + "shared.create_heading": "አዲስ የተጋለጣ አገናኝ ይፍጠሩ", + "shared.creating": "ይፍጠሩን\u0000A", + "shared.expiry_12h": "12 ሰዓታት", + "shared.expiry_14d": "14 ቀን", + "shared.expiry_1h": "1 ሰዓት", + "shared.expiry_24h": "24 ሰዓታት (1 ቀን)", + "shared.expiry_30d": "30 ቀን", + "shared.expiry_3d": "3 ቀን", + "shared.expiry_6h": "6 ሰዓታት", + "shared.expiry_7d": "7 ቀን", + "shared.expiry_label": "ዕቅግ", + "shared.expiry_never": "እርግጠኛ አይደለም", + "shared.file_id_help_post": "ገፅ ወይም በዲኬርም ዝርዝር URL.", + "shared.file_id_help_pre": "የፋይል መለያ ከ", + "shared.file_id_label": "የፋይል መለያ", + "shared.file_id_placeholder": "ግምት 42", + "shared.files_link": "ፋይሎች", + "shared.heading": "የተመጣጣኝ አቀራረብ", + "shared.label_label": "መለያ", + "shared.label_placeholder": "ግምት ከኦባ ጋር ከተመጣጣኝ", + "shared.link_created": "የተመጣጣኝ አንደኛ ተፈጥሯል!", + "shared.link_created_help": "ይህን ማዕድ በተገኘው ላይ ይዘው ይዘዋል ይልቁን ላንተ ይላኑ.", + "shared.links_count_aria": "የመለያዎች ቁጥር", + "shared.max_downloads_label": "ከታዋላ ወይም ፋይሎች ይወስዱ", + "shared.no_links": "እሱ ማንኛውንም በተመጣጣኝ ላይ አለፈቀ አይገደብም. ከመተዳደሪያ ይወውቁ.", + "shared.open_in_new_tab": "በአዲስ ቅርጸ በይነገና", + "shared.open_link_aria": "ተመጣጣኝ መረጃ ይከፍቱ", + "shared.optional": "(እንደ ዝርዝር)", + "shared.page_title": "የተመጣጣኝ መረጃዎች - DocuElevate", + "shared.password_label": "የይለፍ ቃል", + "shared.password_placeholder": "የይለፍ ቃል ለማይወስድ ቅቅመእወርበ", + "shared.password_protected": "የይለፍ ቃል የተጠበቀ", + "shared.refresh_aria": "የተመጣጣኝ ዝርዝርን ይዞ ይውሉ", + "shared.revoke_aria_prefix": "የተመጣጣኝ ቦታዎትን ይቅርታ", + "shared.revoke_btn": "ይቅርታ", + "shared.status_active": "ተዋሕዶ", + "shared.status_expired": "የተገባ", + "shared.status_limit_reached": "ወቅታዊ አለ", + "shared.status_revoked": "ይቅርታ አድርገዋል", + "shared.subtitle": "ይህ መረጃ ይቀይር በማቅረቧ ከማቅረቡአስ ይሠየ ቤት አመላክ እነ የግብርኤቶች መሥሪያ ይቀይር.", + "shared.table_aria": "የተመጣጣኝ መረጃዎች", + "shared.unlimited_placeholder": "ያልተገደብ", + "shared.your_links": "የእርስዎ የተመጣጣኝ አድማይኖች", + "similarity.backfill_auto": "የአንደኛ የአድማ ፥ 53 ወይም ሰዎች መላ ያወስዱ.", + "similarity.files_missing_text": "ፋይሎች የፍሳህ ጽሁፍ ቢታረፉ፣ ነውና ማይታቱ.", + "similarity.find_pairs_btn": "ያድር ጭነት", + "similarity.heading": "የዋስትክ ወይም ይህን ይተቀበሉ", + "similarity.load_error": "መሰን ላይ ይታይ የለም", + "similarity.min_similarity_label": "የዋስትክ ቅርጸ", + "similarity.no_pairs_detail": "የዋስትክ ይን ኮሞ አይታውቅም ድ ይወዝ.", + "similarity.no_pairs_heading": "አይገኝም የአታውት", + "similarity.page_title": "ሰነድ ተመሳሳይነት - DocuElevate", + "similarity.pagination_aria": "ተመሳሳይ ጥያቄዎች ገፅ ብቻ", + "similarity.per_page_label": "በገፅ", + "similarity.scanning": "ለተመሳሳይ ሰነዶች ጥያቄ ተመልክቶ ብለህ እይቅ አድርግ...", + "similarity.stat_embedding_model": "ኢምበዲንግ ሞዴል", + "similarity.stat_missing_embedding": "የማይገኝ ኢምበዲንግ", + "similarity.stat_total_files": "ጠቅላላ ፋይሎች", + "similarity.stat_with_embedding": "ከኢምበዲንግ ጋር", + "similarity.subtitle": "የበለጠ ሴምንቲክ ተመሳሳይነት ያለው ሰነዶች ጥንዶች በነጥብ ዝርዝር.", + "similarity.trigger_aria": "ለሁሉም እባኮች የተገኙ ኢምበዲንግ ሂደት እንዲጀምሩ ገደም ይሁን", + "similarity.trigger_now": "ይገድም አሁን", + "status.app_version": "የመተግበሪያ እትም", + "status.build_date": "የምርት ቀን", + "status.container_id": "የኮንቴነር መለያ", + "status.git_commit": "ጊት ኮሚት", + "status.last_check": "የመጨረሻ ተመልክት", + "status.page_title": "የስርዓት እንቅስቃሴ", + "status.setting_label": "ማስተካከያ", + "status.value_label": "ዋጋ", + "subscription.available_plans_heading": "የአስተያየት እቅዶች", + "subscription.back_to_dashboard": "ወደ ዳሽቦርድ ይዘው ተመለሱ", + "subscription.cancel_pending": "ለዚህ ለማቋረጥ", + "subscription.cancel_scheduled": "የተወደደ ለማቋረጥ", + "subscription.contact_sales": "ወርቃን ይገናኙ", + "subscription.current_badge": "ወቅታዊ", + "subscription.current_plan": "ወቅታዊ እቅድ", + "subscription.current_plan_cta": "ወቅታዊ እቅድዎ", + "subscription.downgrade_to_prefix": "ወደ ታች ዕቅድ ይሂዱ", + "subscription.features_heading": "በእቅድዎ የቀረበ ነገር ምንድን ነው", + "subscription.free": "ነፃ", + "subscription.heading": "የእቅድ ዝርዝር", + "subscription.keep_plan_prefix": "እቅድ ይቀር", + "subscription.lifetime_files": "ጠቅላላ ፋይሎች (ሕይወት)", + "subscription.month_files": "ይህ ወር ፋይሎች", + "subscription.more_features_label": "ተጨማሪ", + "subscription.page_title": "የእቅድ ዝርዝር – DocuElevate", + "subscription.pending_badge": "በሂደት ላይ", + "subscription.pending_benefits": "በዚያ ወቅት ወቅታዊ ፋይሎች ጠፍተዋል ይቆይ።", + "subscription.pending_on": "በ", + "subscription.pending_title": "በሂደት ላይ እቅድ ለመለወጥ ታበይቆል", + "subscription.pending_will_change": "እቅድዎ ወደ", + "subscription.per_mo": "/ወር", + "subscription.per_month": "/ወር", + "subscription.since": "ከ", + "subscription.single_user_body": "የተነሳ የተያያዘ ንብረት ዋነኛ የአስተዳደር ሆኖ በአንድ ተጠቃሚ ተነሣ ሁነቃ ተነሣ ኢንስታንስ አቀርባል። አንድ አስተዳደር ነገርጋሊ {settings_link} ይገናኙ።", + "subscription.single_user_title": "የተነሳ አስተዳደር ሞዴል አልተገናኘም።", + "subscription.subtitle": "ወቅታዊ እቅድዎ፣ ተጠቃሚነት እና የተጠቃሚዎች ዕቅዶች ይህ ይህ ነው።", + "subscription.this_month_label": "ይህ ወር", + "subscription.today_files": "ዛሬ ፋይሎች", + "subscription.today_label": "ዛሬ", + "subscription.unlimited": "የወይን እንዳይቀመጥ", + "subscription.upgrade_info": "ስርዓት እምበሩ ይቀየር። ታች ይቀየር።", + "subscription.upgrade_to_prefix": "ወደ እውነት ይሂዱ", + "subscription.usage_heading": "ጥቅም", + "upload.browse_button": "ፋይሎችን ይምረጡ", + "upload.button_processing": "በሂደት...", + "upload.camera_button": "ፎቶ እንደፈለግ/ሰነድ ይቀመጡ", + "upload.download_button": "ይዘው ይወድዱ እና ይለውጡ", + "upload.downloading": "ፋይል ከዩአርኤል በማውረድ...", + "upload.drag_drop": "ማጥፉና እዚህ ይገዝብ ወይም ይመርጡ", + "upload.drop_hint_desktop": "ፋይሎች ወይም አማራጭ ይምረጡ እና እዚህ ይቀመጡ, ወይም ፋይሎችን ይገምቱ.", + "upload.drop_hint_mobile": "ፋይሎችን ይምረጡ ወይም የታች እንኳን ወይም እንዲወጉ።", + "upload.drop_zone_aria": "የፋይል እንዲኖር ይቀመጡ. ፋይሎችን ይምረጡ ወይም ወሬውን ወይም እንዲመርጡ ይገዝቡ.", + "upload.error": "ላንቃ የተፈለወ", + "upload.error_invalid_url": "የማይረግፍ ዩአርኤል ቅጥ", + "upload.error_url_required": "እባኮትን ዩአርኤል ይገቡ", + "upload.file_size_hint": "በንቁ መጠን: 500 ሜይቢ በፋይል", + "upload.file_types": "እንቅፋል ዓይነቶች: PDF, የኦፊስ ሰነዶች (ወርድ, ኤክሴል, ፓውርፖየንት፣ እ.ኤአ.), ምስሎች", + "upload.filename_description": "ከዩአርኤል ፋይል ስም ይጠቀሙ ላቅ ይዝል.", + "upload.filename_label": "የፋይል ስም (የአማራጭ)", + "upload.filename_placeholder": "my-document.pdf", + "upload.max_size": "ከንቁ ፋይል መጠን: {size}", + "upload.page_title": "ፋይሎችን ይከብዩ", + "upload.section_device": "ከመሳሪያ ይወጣ", + "upload.section_url": "ከዩአርኤል ይወጣ", + "upload.select_file": "ፋይል ይምረጡ", + "upload.success": "ፋይል በስኬት ተርከባለች", + "upload.title": "ወቅታዊ ሰነድ ይምረጡ", + "upload.uploading": "እንደሚከናወን...", + "upload.url_description": "ወቅታዊ መገኛ ወደ ፋይል (PDF, የቢሮ ሰነዶች, ወይም ምስሎች) ይህንን ይጻፉ", + "upload.url_label": "የፋይል ዩአርኤል", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/ar.json b/frontend/translations/ar.json index d36160ed..4677f1ec 100644 --- a/frontend/translations/ar.json +++ b/frontend/translations/ar.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", - "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_heading": "تعرف على المبدع", + "about.creator_name": "كريستيان كراكوا-لويس", + "about.creator_pre": "تم تطوير DocuElevate بشغف بواسطة", + "about.features_admin_api": "API REST قوية للوصول البرمجي", + "about.features_admin_config": "قابلية تكوين عالية عبر متغيرات البيئة", + "about.features_admin_docker": "جاهز لـ Docker للتنفيذ السهل والتوسع", + "about.features_admin_heading": "الإدارة", + "about.features_admin_oauth2": "دعم مصادقة OAuth2 مع Authentik", + "about.features_automation_background": "معالجة الخلفية باستخدام Redis و Celery", + "about.features_automation_gmail": "تكامل Gmail وحسابات البريد الإلكتروني العامة", + "about.features_automation_heading": "التلقائية", + "about.features_automation_imap": "استطلاع صندوق IMAP من مصادر متعددة", + "about.features_automation_ingestion": "الاستخلاص التلقائي للمستندات من مدخلات متنوعة", + "about.features_heading": "المزايا الرئيسية", + "about.features_integration_cloud": "تخزين السحابة: Dropbox و Google Drive و OneDrive و Amazon S3", + "about.features_integration_heading": "التكامل والتخزين", + "about.features_integration_multi_dest": "دعم وجهات متعددة (تخزين المستندات في مواقع متعددة)", + "about.features_integration_protocols": "بروتوكولات النقل: FTP و SFTP و إعادة توجيه البريد الإلكتروني", + "about.features_integration_selfhosted": "خيارات استضافة ذاتية: Nextcloud و Paperless NGX و WebDAV", + "about.features_processing_classification": "تصنيف المستندات الذكي واستخراج التاريخ", + "about.features_processing_heading": "معالجة المستندات", + "about.features_processing_metadata": "الاستخراج التلقائي للبيانات الوصفية باستخدام مزود AI قابل للتوصيل", + "about.features_processing_ocr": "التعرف الضوئي على الحروف مدعوم من Azure Document Intelligence", + "about.features_processing_pdf": "تحويل PDF لعدة تنسيقات ملفات عبر Gotenberg", + "about.features_processing_upload": "تحميلات ملفات بسيطة وآمنة مع دعم السحب والإفلات", + "about.github_logo_alt": "شعار GitHub", + "about.heading": "عن DocuElevate", + "about.intro_post": " – الحل الحديث والذكي الخاص بك لمعالجة المستندات! لقد قمنا ببناء DocuElevate لتحويل الطريقة التي تتعامل بها مع مستنداتك تماماً – من التحميل إلى الاستخراج، من المعالجة إلى التخزين.", + "about.intro_pre": "مرحباً بكم في ", + "about.involved_description": "هل ترغب في الغوص في الشيفرة، تقديم أفكار، أو تعلم المزيد عن DocuElevate؟", + "about.involved_docs": "قراءة الوثائق", + "about.involved_github": "عرض DocuElevate على GitHub", + "about.involved_heading": "شارك", + "about.involved_website": "زيارة موقع DocuElevate", + "about.legal_description": "نحن نهتم بخصوصيتك وأمان بياناتك. يرجى مراجعة:", + "about.legal_heading": "الخصوصية والقانونية", + "about.legal_license": "معلومات الترخيص", + "about.legal_privacy": "إشعار الخصوصية", + "about.page_title": "عن DocuElevate", + "about.story_heading": "قصتنا", + "about.story_p1": "تم إنشاء DocuElevate بهدف واحد: تبسيط وإدارة الوثائق للجميع، سواء كنت شركة ناشئة صغيرة أو مؤسسة كبيرة.", + "about.story_p2": "نحن نستفيد من قوة مزودي الذكاء الاصطناعي القابلين للتوصيل (OpenAI، Anthropic Claude، Google Gemini، Ollama، OpenRouter، Portkey، والمزيد) لاستخراج البيانات الوصفية وتنقيح النصوص، وندمج بسلاسة مع Dropbox وNextcloud وPaperless NGX للتخزين والفهرسة، ونستفيد من Azure Document Intelligence لتمييز النصوص (OCR)، وحتى نستخدم Gotenberg لتحويل الملفات إلى PDF.", + "api_tokens.col_created": "تم الإنشاء", + "api_tokens.col_last_ip": "آخر IP", + "api_tokens.col_last_used": "آخر استخدام", + "api_tokens.col_name": "الاسم", + "api_tokens.col_prefix": "بادئة الرمز", + "api_tokens.copy_to_clipboard": "نسخ الرمز إلى الحافظة", + "api_tokens.copy_upload_example": "نسخ مثال التحميل إلى الحافظة", + "api_tokens.copy_warning_1": "انسخ هذا الرمز الآن — سيت", + "api_tokens.copy_warning_2": "لن يظهر مرة أخرى", + "api_tokens.create_heading": "إنشاء رمز جديد", + "api_tokens.create_token": "إنشاء رمز", + "api_tokens.creating": "جارٍ الإنشاء…", + "api_tokens.heading": "رموز API", + "api_tokens.intro": "قم بإنشاء رموز API شخصية للتفاعل مع واجهة برمجة تطبيقات DocuElevate برمجيًا. استخدم الرموز لتحميل الويب، خطوط CI/CD، أو أي سكربت يحتاج إلى تحميل أو استرجاع الوثائق.", + "api_tokens.loading_tokens": "جارٍ تحميل الرموز…", + "api_tokens.never": "أبدًا", + "api_tokens.no_tokens_heading": "لا توجد رموز API بعد", + "api_tokens.no_tokens_help": "قم بإنشاء رمزك الأول أعلاه للبدء.", + "api_tokens.page_title": "رموز API – DocuElevate", + "api_tokens.revoke": "إلغاء", + "api_tokens.revoke_prefix": "إلغاء رمز", + "api_tokens.status_active": "نشط", + "api_tokens.status_revoked": "تم إلغاؤه", + "api_tokens.table_aria": "رموز API", + "api_tokens.token_created": "تم إنشاء الرمز بنجاح!", + "api_tokens.token_name_label": "اسم الرمز", + "api_tokens.token_name_placeholder": "على سبيل المثال: CI Pipeline، Webhook Upload، My Script", + "api_tokens.usage_heading": "مثال على الاستخدام", + "api_tokens.usage_intro_post": "رأس مع أي طلب API:", + "api_tokens.usage_intro_pre": "استخدم رمز API الخاص بك في", + "api_tokens.your_tokens": "رموزك", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "audit.col_resource": "الموارد", + "audit.col_timestamp": "الطابع الزمني", + "audit.critical": "حرج", + "audit.filter_action": "الإجراء", + "audit.filter_all_actions": "جميع الإجراءات", + "audit.filter_all_users": "جميع المستخدمين", + "audit.filter_resource_placeholder": "مثل: مستند، مستخدم", + "audit.filter_resource_type": "نوع المورد", + "audit.filter_severity": "شدة", + "audit.filter_user": "المستخدم", + "audit.filters_section_label": "مرشحات سجل التدقيق", + "audit.next": "التالي", + "audit.next_label": "الصفحة التالية", + "audit.no_events": "لا توجد أحداث تدقيق مسجلة بعد.", + "audit.no_events_hint": "ستظهر الإجراءات المهمة (تسجيل الدخول، عمليات المستندات، تغييرات الإعدادات) هنا.", + "audit.page_title": "سجلات التدقيق - DocuElevate", + "audit.pagination_label": "ترقيم صفحات سجل التدقيق", + "audit.prev": "السابق", + "audit.prev_label": "الصفحة السابقة", + "audit.refresh_label": "تحديث سجلات التدقيق", + "audit.siem_disabled_title": "تم تعطيل تحويل SIEM", + "audit.siem_enabled_title": "يتم تحويل الأحداث إلى ", + "audit.siem_off": "SIEM: مغلق", + "audit.subtitle": "سجل شامل، يمكن إضافته فقط لجميع الإجراءات المهمة.", + "audit.table_label": "أحداث سجل التدقيق", + "audit.title": "سجلات التدقيق", + "auth.confirm_password": "تأكيد كلمة المرور", + "auth.create_account": "إنشاء حساب", + "auth.display_name_label": "اسم العرض", + "auth.email_label": "البريد الإلكتروني", + "auth.forgot_password": "نسيت كلمة المرور؟", + "auth.forgot_username": "نسيت اسم المستخدم؟", + "auth.login": "تسجيل الدخول", + "auth.login_title": "تسجيل الدخول", + "auth.logo_alt": "شعار DocuElevate", + "auth.logout": "تسجيل الخروج", + "auth.my_account": "حسابي", + "auth.no_account": "لا تمتلك حسابًا؟", + "auth.or_continue_with": "أو تابع مع", + "auth.password_label": "كلمة المرور", + "auth.profile": "الملف الشخصي", + "auth.remember_me": "تذكرني", + "auth.return_home": "العودة إلى الصفحة الرئيسية", + "auth.sign_in": "تسجيل الدخول", + "auth.sign_in_sso": "تسجيل الدخول باستخدام SSO", + "auth.sign_in_with": "تسجيل الدخول باستخدام", + "auth.sign_in_with_username": "تسجيل الدخول باستخدام اسم المستخدم", + "auth.signup": "اشترك", + "auth.signup_title": "اشترك", + "auth.username_label": "اسم المستخدم", + "auth.username_or_email": "اسم المستخدم أو البريد الإلكتروني", + "auth.verify_email_back_sign_in": "العودة إلى تسجيل الدخول", + "auth.verify_email_expiry": "الرابط ينتهي في 24 ساعة. إذا لم تر البريد الإلكتروني، تحقق من مجلد البريد العشوائي.", + "auth.verify_email_heading": "تحقق من صندوق الوارد الخاص بك", + "auth.verify_email_message": "لقد أرسلنا لك بريدًا إلكترونيًا للتحقق. يرجى النقر على الرابط في البريد الإلكتروني لتفعيل حسابك.", + "auth.verify_email_page_title": "دوكويليفيت - تحقق من بريدك الإلكتروني", + "auth.verify_email_resend_aria_label": "عنوان البريد الإلكتروني لإعادة الإرسال", + "auth.verify_email_resend_button": "إعادة إرسال بريد التحقق", + "auth.verify_email_resend_label": "عنوان البريد الإلكتروني", + "auth.verify_email_resend_placeholder": "أدخل عنوان بريدك الإلكتروني", + "auth.verify_email_resend_prompt": "هل لم تستلمه؟", + "backup.archives_heading": "أرشيفات النسخ الاحتياطي", + "backup.backup_now": "نسخ احتياطي الآن", + "backup.clean_up": "تنظيف", + "backup.cleanup_title": "قم بتشغيل تنظيف الاحتفاظ الآن", + "backup.col_created": "تم الإنشاء", + "backup.col_filename": "اسم الملف", + "backup.col_size": "الحجم", + "backup.col_storage": "التخزين", + "backup.col_type": "النوع", + "backup.config_auto_backup": "النسخ الاحتياطي التلقائي", + "backup.config_remote_dest": "الوجهة البعيدة", + "backup.config_retention": "الاحتفاظ", + "backup.config_total_size": "إجمالي الحجم المحلي", + "backup.confirm_btn": "تأكيد", + "backup.confirm_title": "تأكيد الإجراء", + "backup.heading": "إدارة النسخ الاحتياطي", + "backup.local_only": "محلي فقط", + "backup.no_backups": "لا توجد نسخ احتياطية بعد.", + "backup.no_backups_hint": "انقر على نسخ احتياطي الآن لإنشاء النسخة الاحتياطية الأولى الخاصة بك.", + "backup.page_title": "إدارة النسخ الاحتياطي", + "backup.records_label": "سجلات", + "backup.restore_btn": "استعادة", + "backup.restore_desc_mid": "أرشيف النسخ الاحتياطي لاستعادة قاعدة البيانات.", + "backup.restore_desc_pre": "قم بتحميل", + "backup.restore_desc_warning": "هذا سيقوم بالكتابة فوق جميع البيانات الحالية.", + "backup.restore_file_label": "أرشيف النسخة الاحتياطية (.db.gz)", + "backup.restore_heading": "استعادة من ملف", + "backup.restoring": "يتم الاستعادة\u0000\u0000…", + "backup.retention_daily_detail": "\u0000– محفوظ لمدة 3 أسابيع", + "backup.retention_heading": "سياسة الاحتفاظ", + "backup.retention_hourly_detail": "\u0000– محفوظ لمدة 4 أيام", + "backup.retention_note": "يتم تلقائياً تقليم النسخ الاحتياطية التي تتجاوز هذه الحدود بعد إنشاء نسخة احتياطية جديدة.", + "backup.retention_weekly_detail": "\u0000– محفوظ لمدة ~3 أشهر", + "backup.snapshots": "لقطات", + "backup.status_ok": "حسناً", + "backup.storage_local": "محلي", + "backup.subtitle": "يتم إنشاء النسخ الاحتياطية للقاعدة البيانات تلقائياً: كل ساعة (4 أيام)، يومياً (3 أسابيع)، أسبوعياً (13 أسبوعاً).", + "backup.table_aria": "أرشيفات النسخ الاحتياطية", + "backup.trigger_daily": "نسخ احتياطي الآن (يومي)", + "backup.trigger_hourly": "نسخ احتياطي الآن (ساعة)", + "backup.trigger_weekly": "نسخ احتياطي الآن (أسبوعي)", + "backup.type_daily": "يومي", + "backup.type_hourly": "ساعة", + "backup.type_weekly": "أسبوعي", + "billing.go_to_dashboard": "انتقل إلى لوحة التحكم", + "billing.manage_subscription": "إدارة الاشتراك", + "billing.success_heading": "أنت جاهز تماماً!", + "billing.success_message": "لقد تم تفعيل اشتراكك. شكراً لاختيارك DocuElevate!", + "billing.success_page_title": "DocuElevate - الاشتراك مفعل", + "common.actions": "إجراءات", + "common.active": "نشط", + "common.all": "الكل", + "common.avatar": "الصورة الرمزية", + "common.back": "عودة", + "common.cancel": "إلغاء", + "common.close": "إغلاق", + "common.col_pending": "قيد الانتظار", + "common.completed": "مكتمل", + "common.confirm": "تأكيد", + "common.copied": "تم النسخ!", + "common.copy": "نسخ", + "common.create": "إنشاء", + "common.created": "تم الإنشاء", + "common.date": "تاريخ", + "common.delete": "حذف", + "common.description": "الوصف", + "common.details": "التفاصيل", + "common.disabled": "معطل", + "common.download": "تحميل", + "common.duplicate": "تكرار", + "common.edit": "تعديل", + "common.enabled": "مفعل", + "common.error": "خطأ", + "common.failed": "فشل", + "common.filter": "تصفية", + "common.inactive": "غير نشط", + "common.info": "معلومات", + "common.loading": "جارٍ التحميل...", + "common.name": "الاسم", + "common.next": "التالي", + "common.next_page": "الصفحة التالية", + "common.no": "لا", + "common.none": "لا شيء", + "common.page": "صفحة", + "common.paused": "موقوف", + "common.pending": "قيد الانتظار", + "common.prev_page": "الصفحة السابقة", + "common.previous": "السابق", + "common.processing": "جارٍ المعالجة", + "common.refresh": "تحديث", + "common.reset": "إعادة تعيين", + "common.retry": "إعادة المحاولة", + "common.save": "حفظ", + "common.search": "بحث", + "common.select": "اختر", + "common.select_placeholder": "— اختر —", + "common.size": "الحجم", + "common.status": "الحالة", + "common.submit": "إرسال", + "common.success": "نجاح", + "common.tags": "علامات", + "common.test": "اختبار", + "common.test_connection": "اختبار الاتصال", + "common.type": "النوع", + "common.update": "تحديث", + "common.updated": "تم التحديث", + "common.upload": "رفع", + "common.view": "عرض", + "common.warning": "تحذير", + "common.yes": "نعم", + "cookie.accept": "فهمت", + "cookie.learn_more": "اعرف أكثر", + "cookie.message": "يستخدم هذا الموقع ملفات تعريف الارتباط لتحسين تجربتك.", + "cookie.notice": "يستخدم DocuElevate فقط ملفات تعريف الارتباط الأساسية المطلوبة للمصادقة وتشغيل الخدمة. لا يتم استخدام ملفات تعريف الارتباط للتتبع أو التحليلات.", + "cookie.notice_label": "إشعار ملفات تعريف الارتباط", + "cookie.policy_link": "سياسة ملفات تعريف الارتباط", + "cookie.privacy_link": "إشعار الخصوصية", + "credentials.col_action": "الإجراء", + "credentials.col_credential": "بيانات الاعتماد", + "credentials.col_source": "المصدر", + "credentials.configured": "مكون", + "credentials.edit_in_settings": "تعديل في الإعدادات", + "credentials.legend_db": "القيمة المخزنة في قاعدة البيانات (مشفرة في الراحة؛ تتجاوز متغير البيئة)", + "credentials.legend_env_after": "ملف", + "credentials.legend_env_before": "القيمة من متغير البيئة أو ", + "credentials.legend_missing": "بيانات الاعتماد غير مضبوطة — لن تعمل التكاملات", + "credentials.legend_restart": "إعادة تشغيل مطلوبة عند تدوير هذه البيانات الاعتماد", + "credentials.legend_title": "أسطورة", + "credentials.manage_settings": "إدارة الإعدادات", + "credentials.not_configured": "غير مضبوطة", + "credentials.page_title": "تدقيق بيانات الاعتماد - DocuElevate", + "credentials.raw_json": "JSON الخام (API)", + "credentials.restart_title": "إعادة تشغيل مطلوبة بعد تدوير هذه البيانات الاعتماد", + "credentials.source_db_title": "مخزنة في قاعدة البيانات (مشفرة)", + "credentials.source_env_title": "من متغير البيئة", + "credentials.status_missing": "مفقود", + "credentials.subtitle": "نظرة عامة على جميع بيانات الاعتماد الحساسة المستخدمة من قبل DocuElevate. لا تظهر القيم السرية هنا — فقط ما إذا كانت كل بيانات الاعتماد مضبوطة ومن أين تأتي.", + "credentials.table_for": "بيانات الاعتماد لـ", + "credentials.title": "تدقيق بيانات الاعتماد", + "credentials.total_credentials": "إجمالي بيانات الاعتماد", + "dashboard.active_integrations": "التكاملات النشطة", + "dashboard.files_this_month": "الملفات لهذا الشهر", + "dashboard.files_today": "الملفات اليوم", + "dashboard.ocr_processed": "تم معالجة OCR", + "dashboard.quick_actions": "إجراءات سريعة", + "dashboard.recent_activity": "النشاط الأخير", + "dashboard.storage_targets": "أهداف التخزين", + "dashboard.title": "لوحة التحكم", + "dashboard.total_files": "إجمالي الملفات", + "dashboard.welcome": "مرحبا بك في دوكويليفات", + "duplicates.file_id_label": "معرف الملف", + "duplicates.file_id_placeholder": "على سبيل المثال 42", + "duplicates.find_btn": "بحث", + "duplicates.found_files": "ملف(ات) مكررة إجمالاً.", + "duplicates.found_groups": "مجموعة(ات) مكررة مع", + "duplicates.found_prefix": "تم العثور على", + "duplicates.group_aria": "مجموعة مكررة", + "duplicates.heading": "المستندات المكررة", + "duplicates.how_it_works_heading": "كيف يعمل اكتشاف المستندات شبه المكررة", + "duplicates.max_results_label": "الحد الأقصى للنتائج", + "duplicates.near_dup_desc": "اختر مستندًا للتحقق مما إذا كانت هناك أي ملفات أخرى تحتوي على نفس المحتوى (أو محتوى مشابه جدًا) - حتى لو تم مسحها في أوقات مختلفة ولديها تجزئة SHA-256 مختلفة.", + "duplicates.near_dup_heading": "البحث عن المستندات شبه المكررة", + "duplicates.no_exact_heading": "لم يتم العثور على مكررات دقيقة", + "duplicates.page_title": "المستندات المكررة - دوكويليفات", + "duplicates.pagination_aria": "التصفح", + "duplicates.role_duplicate": "مكرر", + "duplicates.role_original": "أصلي", + "duplicates.tab_exact": "مكررات دقيقة", + "duplicates.tab_near": "الباحث عن مكرر شبه", + "duplicates.tabs_aria": "علامات اكتشاف المكررات", + "duplicates.threshold_label": "عتبة التشابه", + "duplicates.view_dup_aria": "عرض الملف المكرر", + "duplicates.view_original_aria": "عرض الملف الأصلي", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "عذرًا، لم نتمكن من العثور على هذه الصفحة!", + "error.404_home": "العودة إلى الصفحة الرئيسية", + "error.404_message": "يبدو أن دوكويليفات قد فقدت المستند الذي كنت تبحث عنه. لا تقلق - نحن هنا لمساعدتك.", + "error.404_title": "404 - غير موجود", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", - "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", - "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", - "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", - "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", - "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", - "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "error.500_debug_info": "عرض معلومات تصحيح الأخطاء", + "error.500_description": "واجهت خوادمنا مشكلة وتحتاج إلى لحظة.", + "error.500_heading": "عذرًا! حدث خطأ ما.", + "error.500_home": "العودة للصفحة الرئيسية", + "error.500_img_alt": "رسم توضيحي لخطأ في الخادم", + "error.500_message1": "واجهت خوادمنا مشكلة وتحتاج إلى لحظة. ربما سكب الهامستر قهوتهم؟", + "error.500_message2": "نحن نتعامل مع ذلك -sorting files, rebooting servers, and recalibrating flux capacitors.", + "error.500_title": "خطأ في الخادم - دوكويليفات", + "error.forbidden": "ممنوع", + "error.forbidden_message": "ليس لديك إذن للوصول إلى هذه الصفحة.", + "error.not_found": "صفحة غير موجودة", + "error.not_found_message": "الصفحة التي تبحث عنها غير موجودة.", + "error.server_error": "خطأ في الخادم الداخلي", + "error.server_error_message": "حدث شيء خطأ. يرجى المحاولة مرة أخرى لاحقًا.", + "error.unauthorized": "غير مصرح", + "error.unauthorized_message": "تحتاج إلى تسجيل الدخول للوصول إلى هذه الصفحة.", + "files.action_delete": "حذف الملف", + "files.action_details": "عرض التفاصيل", + "files.action_preview": "معاينة سريعة", + "files.bulk_clear_selection": "مسح التحديد", + "files.bulk_cloud_ocr": "إعادة تشغيل OCR السحابي", + "files.bulk_delete": "حذف المحدد", + "files.bulk_download": "تحميل كملف ZIP", + "files.bulk_reprocess": "إعادة معالجة المحدد", + "files.delete_modal_cancel": "إلغاء", + "files.delete_modal_confirm": "حذف", + "files.delete_modal_message": "هل أنت متأكد أنك تريد حذف هذا الملف؟", + "files.delete_modal_title": "تأكيد الحذف", + "files.document_title": "عنوان الوثيقة", + "files.drop_overlay_hint": "يدعم PDF، مستندات Office، الصور، HTML، Markdown، وغيرها - يتم معالجة المجلدات بشكل متكرر", + "files.drop_overlay_title": "قم بإسقاط الملفات أو المجلدات في أي مكان لرفعها", + "files.error_hint": "قد يكون هذا بسبب مشكلة في التكوين أو الاستيراد. يرجى التحقق من سجلات الخادم.", + "files.file_size": "حجم الملف", + "files.filename": "اسم الملف", + "files.files_selected": "ملفات محددة", + "files.filter_all_providers": "جميع الموفرين", + "files.filter_all_statuses": "جميع الحالات", + "files.filter_all_types": "جميع الأنواع", + "files.filter_apply": "تطبيق الفلاتر", + "files.filter_clear": "مسح", + "files.filter_date_from": "التاريخ من", + "files.filter_date_from_aria": "تصفية من التاريخ", + "files.filter_date_to": "التاريخ إلى", + "files.filter_date_to_aria": "تصفية إلى التاريخ", + "files.filter_form_aria": "تصفية الملفات", + "files.filter_mime_type": "نوع MIME", + "files.filter_ocr_all": "جميع الملفات", + "files.filter_ocr_good": "جودة جيدة", + "files.filter_ocr_poor": "جودة رديئة", + "files.filter_ocr_quality": "جودة OCR", + "files.filter_ocr_quality_aria": "تصفية بواسطة درجة جودة OCR", + "files.filter_ocr_unchecked": "لم يتم تقييمه بعد", + "files.filter_search_label": "بحث عن اسم الملف", + "files.filter_search_placeholder": "أدخل اسم الملف...", + "files.filter_storage_provider": "مزود التخزين", + "files.filter_tags_aria": "تصفية حسب العلامات (مفصولة بفواصل)", + "files.filter_tags_placeholder": "على سبيل المثال: فاتورة، أمازون", + "files.fulltext_search_label": "بحث نص كامل (نص OCR، بيانات وصفية، علامات)", + "files.fulltext_search_placeholder": "ابحث في محتوى المستند، المرسل، العلامات، النوع...", + "files.no_files": "لم يتم العثور على ملفات", + "files.ocr_status": "حالة OCR", + "files.page_title": "سجلات الملفات", + "files.pagination_files": "ملفات", + "files.pagination_first": "الأول", + "files.pagination_last": "الأخير", + "files.pagination_nav_aria": "تصفية قائمة الملفات", + "files.pagination_next": "التالي", + "files.pagination_of": "من", + "files.pagination_previous": "السابق", + "files.pagination_showing": "يتم عرض", + "files.preview_modal_close": "إغلاق المعاينة", + "files.preview_modal_title": "معاينة", + "files.queue_banner_items": "العنصر(العناصر) قيد الانتظار أو المعالجة حاليًا. ستظهر الملفات هنا بمجرد اكتمال المعالجة.", + "files.queue_banner_link": "عرض قائمة الانتظار", + "files.saved_searches_empty": "لا توجد عمليات بحث محفوظة بعد", + "files.saved_searches_error": "تعذر تحميل عمليات البحث المحفوظة", + "files.saved_searches_label": "عمليات البحث المحفوظة", + "files.saved_searches_save": "حفظ الحالية", + "files.saved_searches_save_aria": "حفظ الفلاتر الحالية كعملية بحث محفوظة", + "files.search_results_empty": "لم يتم العثور على نتائج.", + "files.search_results_title": "نتائج البحث", + "files.status_duplicate": "مكرر", + "files.table_actions": "الإجراءات", + "files.table_aria": "سجلات الملفات", + "files.table_created_at": "تاريخ الإنشاء", + "files.table_empty": "لم يتم العثور على ملفات", + "files.table_id": "معرف", + "files.table_mime_type": "نوع MIME", + "files.table_original_filename": "اسم الملف الأصلي", + "files.table_select_all": "تحديد جميع الملفات في هذه الصفحة", + "files.tags": "علامات", + "files.title": "الملفات", + "files.upload_modal_aria": "تقدم التحميل", + "files.upload_modal_close": "إغلاق تقدم التحميل", + "files.upload_modal_header": "تحميل الملفات", + "files.uploaded": "تم التحميل", + "footer.about": "حول", + "footer.attribution": "نسبة", + "footer.attributions": "نسب", + "footer.cookies": "الكوكيز", + "footer.copyright": "دوكيوإليفيت {year}", + "footer.imprint": "طباعة", + "footer.license": "ترخيص", + "footer.navigation": "تنقل في الفوتر", + "footer.privacy": "خصوصية", + "footer.terms": "شروط", + "footer.version": "الإصدار {version}", + "help.destinations_dropbox": "دروب بوكس", + "help.destinations_dropbox_desc": "مرتبط بـ OAuth. الملفات تذهب إلى المجلد الذي اخترته.", + "help.destinations_email": "إعادة توجيه البريد الإلكتروني", + "help.destinations_email_desc": "الملفات المعالجة ترسل كمرفقات SMTP.", + "help.destinations_google_drive": "جوجل درايف", + "help.destinations_google_drive_desc": "حساب خدمة أو OAuth. يدعم محركات الأقراص المشتركة.", + "help.destinations_heading": "وجهات - حيث تذهب المستندات", + "help.destinations_nextcloud": "نيكس كلود / WebDAV", + "help.destinations_nextcloud_desc": "تخزين سحابي مستضاف ذاتيًا عبر WebDAV.", + "help.destinations_onedrive": "وان درايف", + "help.destinations_onedrive_desc": "تكامل مع واجهة برمجة تطبيقات Microsoft Graph.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", - "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_paperless_desc": "دفع المستندات مباشرة إلى Paperless للأرشفة.", + "help.destinations_s3": "أمازون S3", + "help.destinations_s3_desc": "أي دلو متوافق مع S3 (AWS، MinIO، Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "نقل الملف بشكل آمن إلى أي خادم.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "إرسال بيانات التعريف إلى أي نقطة نهاية خارجية.", + "help.documentation": "وثائق", + "help.faq": "الأسئلة المتكررة", + "help.faq_1_a": "انتقل إلى صفحة التحميل، اسحب وأفلت ملفاتك أو انقر على اختر ملف. يقوم دوكيوإليفيت بتحويل الصور والمستندات المكتبية إلى PDF، ويشغل OCR، ويستخرج بيانات التعريف تلقائيًا.", + "help.faq_1_q": "كيف يمكنني رفع المستندات؟", + "help.faq_2_a": "PDF و JPEG و PNG و TIFF و BMP و GIF و DOCX و XLSX و PPTX و ODT و ODS و TXT و RTF و HTML. يتم تحويل الملفات غير PDF تلقائيًا إلى PDF قبل المعالجة.", + "help.faq_2_q": "ما هي تنسيقات الملفات المدعومة؟", + "help.faq_3_a": "نعم. انتقل إلى استيراد البريد الإلكتروني، أضف حساب IMAP، وسيتحقق DocuElevate من الرسائل الجديدة ويقوم بمعالجة المرفقات تلقائيًا.", + "help.faq_3_q": "هل يمكنني استيراد مستندات من البريد الإلكتروني؟", + "help.faq_4_a": "تتيح لك خطوط الأنابيب ربط خطوات المعالجة - OCR، استخراج الذكاء الاصطناعي، تحويل التنسيقات - وتوجيه النتيجة إلى وجهة واحدة أو أكثر. قم بإنشائها وإدارتها من صفحة خطوط الأنابيب.", + "help.faq_4_q": "كيف تعمل خطوط معالجة الأنابيب؟", + "help.faq_5_a": "يقوم DocuElevate بتشفير بيانات الاعتماد أثناء الراحة، ويتواصل عبر TLS، ولا يخزن مستنداتك لفترة أطول من الضروري. راجع إشعار الخصوصية للحصول على التفاصيل الكاملة.", + "help.faq_5_a_post": "للحصول على التفاصيل الكاملة.", + "help.faq_5_a_pre": "يقوم DocuElevate بتشفير بيانات الاعتماد أثناء التخزين، ويتواصل عبر بروتوكول TLS، ولا يخزن مستنداتك لفترة أطول من اللازم. راجع ", + "help.faq_5_q": "هل بياناتي آمنة؟", + "help.faq_heading": "الأسئلة الشائعة", + "help.getting_started": "البدء", + "help.heading": "مركز المساعدة", + "help.ingestion_curl": "cURL / واجهة برمجة التطبيقات REST", + "help.ingestion_curl_desc": "استخدم واجهة برمجة التطبيقات REST لدفع المستندات برمجياً. قم بالتحقق من الهوية باستخدام رمز Bearer وقم بتحميل الملفات إلى نقطة التحميل.", + "help.ingestion_heading": "أدوات استيراد البيانات", + "help.ingestion_mobile": "تطبيقات الهواتف المحمولة", + "help.ingestion_mobile_desc": "استخدم أي تطبيق مسح ضوئي على الهاتف المحمول يدعم وجهات تحميل HTTP مخصصة لإرسال الصور والمسحات إلى DocuElevate من هاتفك أو جهازك اللوحي.", + "help.ingestion_scanners": "ماسحات الشبكة", + "help.ingestion_scanners_desc": "وجه أي ماسح شبكة أو طابعة متعددة الوظائف إلى نقطة تحميل DocuElevate. تصل المستندات الممسوحة مباشرة إلى قائمة المعالجة الخاصة بك.", + "help.ingestion_watched_folders": "المجلدات المراقبة", + "help.ingestion_watched_folders_desc": "قم بتكوين مجلد محلي أو مجلد شبكة ليتم مراقبته. يتم تحميل أي ملف موضوع في مجلد مراقب تلقائياً ومعالجته بواسطة DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "ادمج DocuElevate في سير عمل الأتمتة الخاص بك باستخدام Zapier أو n8n أو Make. استخدم إجراءات واجهة برمجة التطبيقات REST لتفعيل عمليات تحميل المستندات من أي حدث.", + "help.meta_description": "احصل على المساعدة مع DocuElevate - ابحث عن أدلة حول تحميل المستندات، الاتصال بالتخزين السحابي، إعداد خطوط الأنابيب، والمزيد.", + "help.og_description": "احصل على المساعدة مع DocuElevate - ابحث عن أدلة حول تحميل المستندات، الاتصال بالتخزين السحابي، إعداد خطوط الأنابيب، والمزيد.", + "help.page_title": "مركز المساعدة", + "help.privacy_notice": "إشعار الخصوصية", + "help.quickstart_heading": "البداية السريعة", + "help.quickstart_storage": "ربط التخزين", + "help.quickstart_storage_desc": "انتقل إلى الإعدادات واربط حسابات السحابة الخاصة بك. يتم توجيه المستندات المعالجة تلقائيًا إلى كل وجهة تقوم بتكوينها.", + "help.quickstart_storage_desc_full": "انتقل إلى التكاملات وربط حسابات التخزين السحابي الخاصة بك. يدعم DocuElevate Dropbox و Google Drive و OneDrive و Amazon S3 و Nextcloud والمزيد. يتم توجيه المستندات المعالجة تلقائياً إلى كل وجهة تقوم بتكوينها.", + "help.quickstart_upload": "رفع المستندات", + "help.quickstart_upload_desc": "قم بسحب وإسقاط الملفات على صفحة الرفع أو انقر على اختيار ملف. يحول DocuElevate الصور والمستندات المكتبية إلى PDF، ويقوم بتشغيل OCR، ويستخرج البيانات الوصفية تلقائيًا.", + "help.quickstart_workflows": "أتمتة سير العمل", + "help.quickstart_workflows_desc": "قم بإنشاء خطوط أنابيب لتعريف خطوات المعالجة متعددة الخطوات وقواعد التوجيه. اجمع بين OCR، استخراج الذكاء الاصطناعي، تحويل التنسيقات، والتسليم في تدفق واحد.", + "help.sources_email_ingestion": "استيراد البريد الإلكتروني (IMAP)", + "help.sources_email_ingestion_desc": "قم بإعادة توجيه المستندات إلى صندوق بريد مخصص. تحت استيراد البريد الإلكتروني، أضف حساب IMAP واحد أو أكثر. يقوم DocuElevate بالتحقق من الرسائل الجديدة ومعالجة المرفقات تلقائيًا.", + "help.sources_heading": "المصادر - إدخال المستندات", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", - "language.bg": "Български", - "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", - "language.cs": "Čeština", - "language.da": "Dansk", - "language.de": "Deutsch", - "language.el": "Ελληνικά", - "language.en": "English", - "language.es": "Español", - "language.et": "Eesti", - "language.fi": "Suomi", - "language.fr": "Français", - "language.ga": "Gaeilge", - "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", - "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", + "help.sources_rest_api_desc": "قم بالدمج برمجيًا عن طريق إرسال الملفات إلى /api/upload. مناسب للسكريبتات، المجلدات المراقبة، الماسحات الضوئية، أو أدوات الطرف الثالث مثل Zapier و n8n.", + "help.sources_scanner": "ماسح ضوئي & موبايل", + "help.sources_scanner_desc": "وجه الماسحات الضوئية المستخدمة على الشبكة إلى نقطة تحميل DocuElevate أو استخدم أي تطبيق مسح ضوئي موبايل يدعم الوجهات المخصصة لHTTP.", + "help.sources_scanner_desc_full": "قم بتكوين الماسح الضوئي الشبكي أو الطابعة متعددة الوظائف الخاصة بك لإرسال المسحات مباشرة إلى DocuElevate. استخدم نقطة النهاية /api/upload كوجهة. يتم دعم تطبيقات المسح الضوئي على الهاتف المحمول ذات وجهات التحميل المخصصة أيضًا.", + "help.sources_web_upload": "رفع عبر الويب", + "help.sources_web_upload_desc": "أسرع طريقة للبدء. افتح صفحة الرفع، وأسقط ملفًا أو أكثر، ويعتني DocuElevate بالباقي. تشمل التنسيقات المدعومة PDF و JPEG و PNG و TIFF و DOCX و XLSX والمزيد.", + "help.subheading": "كل ما تحتاجه للاستفادة القصوى من DocuElevate. استعرض الموضوعات أدناه أو ابحث عما تحتاجه.", + "help.support": "الدعم", + "help.support_admin_message": "اتصل بالمسؤول الخاص بك لمعلومات الدعم.", + "help.support_description": "هل لا تستطيع العثور على ما تبحث عنه؟ فريق الدعم لدينا هنا للمساعدة.", + "help.support_heading": "اتصل بالدعم", + "help.support_live_chat": "الدردشة المباشرة متاحة - انقر على فقاعة الدردشة لبدء المحادثة.", + "help.support_ticket_button": "تقديم تذكرة", + "help.support_ticket_desc": "املأ النموذج أدناه وسيتواصل معك فريق الدعم الخاص بنا في أقرب وقت ممكن.", + "help.support_ticket_heading": "فتح تذكرة دعم", + "help.title": "مركز المساعدة", + "help.workflows_creating": "إنشاء خط أنابيب", + "help.workflows_definition": "خط الأنابيب هو سلسلة من خطوات المعالجة التي تعمل تلقائيًا متى ما تم إدخال مستند. يمكن لكل خطوة تحويل المستند أو إثراءه أو توجيهه.", + "help.workflows_heading": "سير العمل وخطوط الأنابيب", + "help.workflows_step_1": "تحويل إلى PDF", + "help.workflows_step_1_create": "اذهب إلى خطوط الأنابيب في القائمة الرئيسية.", + "help.workflows_step_1_full": "تحويل إلى PDF - يتم تحويل جميع الملفات الواردة إلى تنسيق PDF موحد.", + "help.workflows_step_2": "OCR – استخراج النص", + "help.workflows_step_2_create": "انقر على خط أنابيب جديد وأعطه اسمًا.", + "help.workflows_step_2_full": "OCR - استخراج النص القابل للاختيار من الصفحات الممسوحة باستخدام Azure Document Intelligence أو المحرك المدمج.", + "help.workflows_step_3": "استخراج بيانات التعريف باستخدام الذكاء الاصطناعي", + "help.workflows_step_3_create": "أضف خطوات المعالجة التي تحتاجها.", + "help.workflows_step_3_full": "استخراج بيانات التعريف بواسطة الذكاء الاصطناعي - تصنيف نوع المستند وسحب الحقول الأساسية مثل المبالغ والتواريخ والأسماء باستخدام OpenAI.", + "help.workflows_step_4": "التسليم إلى وجهة واحدة أو أكثر", + "help.workflows_step_4_create": "اختر وجهة أو أكثر للتسليم.", + "help.workflows_step_5_create": "احفظ – سيتم معالجة المستندات الجديدة من خلال هذا الخط تلقائيًا.", + "help.workflows_typical_steps": "الخطوات النموذجية", + "help.workflows_what_is": "ما هو خط الأنابيب؟", + "index.badge_intelligent": "معالجة المستندات الذكية", + "index.button_browse_files": "تصفح الملفات", + "index.button_upload": "رفع", + "index.capabilities_cloud": "تخزين سحابي: Dropbox، OneDrive، Google Drive، NextCloud", + "index.capabilities_ingestion": "استخراج المستندات بناءً على البريد الإلكتروني وURL", + "index.capabilities_ocr": "استخراج OCR وبيانات التعريف باستخدام الذكاء الاصطناعي", + "index.capabilities_paperless": "تكامل Paperless-ngx لإدارة المستندات", + "index.capabilities_title": "القدرات", + "index.capabilities_workflows": "تصنيف مؤتمت وتوجيه خطوط الأنابيب", + "index.cta_description": "انضم إلى الفرق التي تقوم بالفعل بأتمتة معالجة مستنداتها باستخدام DocuElevate.", + "index.cta_heading": "هل أنت مستعد لرفع سير عمل مستنداتك؟", + "index.cta_pricing": "اطلع على الأسعار", + "index.cta_signup": "إنشاء حساب مجاني", + "index.dashboard_subtitle": "معالجة وإدارة المستندات الذكية", + "index.dashboard_subtitle_teams": "معالجة وإدارة المستندات الذكية - مصممة للفرق", + "index.feature_ai": "استخراج بيانات التعريف باستخدام الذكاء الاصطناعي", + "index.feature_ai_desc": "تصنف OpenAI وClaude وGemini ومزودين آخرين للذكاء الاصطناعي القابل للتوصيل المستندات وتسحب الحقول الرئيسية مثل التواريخ والمبالغ والمواضيع.", + "index.feature_cloud": "تخزين متعدد السحابة", + "index.feature_cloud_desc": "وجه الملفات المعالجة إلى Dropbox وGoogle Drive وOneDrive وAmazon S3 وNextcloud وPaperless NGX وWebDAV وFTP/SFTP والمزيد.", + "index.feature_email": "استخراج البريد الإلكتروني وIMAP", + "index.feature_email_desc": "اسحب المستندات تلقائيًا من Gmail أو أي صندوق بريد IMAP – لا حاجة لرفع يدوي.", + "index.feature_ocr": "استخراج OCR والنص", + "index.feature_ocr_desc": "تحول Azure Document Intelligence ملفات PDF والصور الممسوحة ضوئيًا إلى نص قابل للبحث بالكامل تلقائيًا.", + "index.feature_pipelines": "خطوط أنابيب مخصصة", + "index.feature_pipelines_desc": "قم ببناء خطوط معالجة مع خطوات قابلة للتكوين – OCR، استخراج الذكاء الاصطناعي، تحويل التنسيق، وتوجيه التخزين بأي ترتيب.", + "index.feature_search": "بحث نص كامل", + "index.feature_search_desc": "ابحث فورًا عن أي مستند حسب المحتوى أو بيانات التعريف أو العلامات عبر أرشيفك بالكامل.", + "index.feature_section_title": "كل ما تحتاجه لعمليات العمل الذكية للمستندات", + "index.getting_started": "البدء", + "index.getting_started_1": "قم بتكوين الاندماجات عبر حالة النظام", + "index.getting_started_2": "قم بتحميل مستندك الأول", + "index.getting_started_3": "راجع النتائج في الملفات", + "index.getting_started_learn": "تعلم المزيد عن DocuElevate", + "index.hero_description": "يستوعب DocuElevate مستنداتك، ويقوم بتشغيل OCR، واستخراج البيانات الوصفية باستخدام الذكاء الاصطناعي، وتوجيه الملفات إلى Dropbox وGoogle Drive وOneDrive وS3 وNextcloud والمزيد - كل ذلك في خط أنابيب سلس واحد.", + "index.hero_heading": "من التحميل إلى الرؤية - تلقائيًا.", + "index.hero_login": "تسجيل الدخول", + "index.hero_pricing": "عرض الخطط والأسعار", + "index.hero_signup": "ابدأ - إنه مجاني", + "index.integrations_active": "الاندماجات النشطة", + "index.integrations_storage": "أهداف التخزين", + "index.integrations_title": "الاندماجات", + "index.integrations_view_status": "عرض حالة النظام", + "index.page_title_dashboard": "لوحة التحكم", + "index.page_title_public": "معالجة المستندات الذكية", + "index.platform_overview": "نظرة عامة على المنصة", + "index.processing_stats": "إحصائيات المعالجة", + "index.quick_actions": "إجراءات سريعة", + "index.quick_documents": "مستنداتي", + "index.quick_documents_desc": "تصفح ملفاتك المعالجة", + "index.quick_search": "بحث", + "index.quick_search_desc": "بحث نصي كامل عبر المستندات", + "index.quick_subscription": "اشتراكي", + "index.quick_subscription_desc": "عرض تفاصيل الخطة والاستخدام", + "index.quick_system_status": "حالة النظام", + "index.quick_system_status_desc": "تحقق من صحة الاندماج", + "index.quick_upload": "تحميل مستند", + "index.quick_upload_desc": "معالجة ملف جديد", + "index.quick_view_files": "عرض جميع الملفات", + "index.quick_view_files_desc": "تصفح المستندات المعالجة", + "index.single_user_heading": "لوحة التحكم في DocuElevate", + "index.single_user_subtitle": "معالجة وإدارة المستندات الذكية", + "index.stat_active_integrations": "الاندماجات النشطة", + "index.stat_active_users": "المستخدمون النشطون", + "index.stat_files_month": "الملفات هذا الشهر", + "index.stat_files_ocr": "ملفات مع OCR", + "index.stat_files_today": "الملفات اليوم", + "index.stat_storage_targets": "أهداف التخزين", + "index.stat_this_month": "هذا الشهر", + "index.stat_today": "اليوم", + "index.stat_total_files": "إجمالي الملفات", + "index.stat_total_processed": "إجمالي المعالجة", + "index.tier_plan": "الخطة", + "index.tier_upgrade": "ترقية", + "index.tier_view_details": "عرض التفاصيل الكاملة", + "index.upgrade_daily_limits": "حدود يومية وشهرية أعلى", + "index.upgrade_description": "افتح المزيد من المستندات والمزيد من الوجهات والدعم المميز.", + "index.upgrade_destinations": "المزيد من وجهات التخزين", + "index.upgrade_ocr_pages": "المزيد من صفحات OCR", + "index.upgrade_plan": "قم بترقية خطتك", + "index.upgrade_view_pricing": "عرض الخطط والأسعار", + "index.usage_lifetime": "ملفات مدى الحياة", + "index.usage_month": "ملفات هذا الشهر", + "index.usage_my_usage": "استخدامي", + "index.usage_today": "ملفات اليوم", + "index.usage_unlimited": "غير محدود", + "integrations.access_key_label": "معرف مفتاح الوصول", + "integrations.active_label": "نشط", + "integrations.add_button": "إضافة تكامل", + "integrations.add_first_button": "أضف تكاملك الأول", + "integrations.api_token_label": "رمز API", + "integrations.authorize_btn": "تفويض", + "integrations.authorize_reauth": "إعادة تفويض", + "integrations.bucket_label": "دلو", + "integrations.configure": "تكوين", + "integrations.connect": "اتصل", + "integrations.connected": "متصل", + "integrations.connection_failed": "فشل الاتصال", + "integrations.connection_success": "الاتصال ناجح", + "integrations.delete_confirm_are_you_sure": "هل أنت متأكد أنك تريد الحذف؟", + "integrations.delete_confirm_title": "حذف التكامل؟", + "integrations.delete_confirm_undone": "لا يمكن عكس هذا الإجراء.", + "integrations.delete_emails_label": "حذف البريد الإلكتروني بعد المعالجة", + "integrations.delete_files_label": "حذف الملفات بعد المعالجة", + "integrations.destinations_quota_label": "وجهات التخزين:", + "integrations.destinations_section": "وجهات", + "integrations.direction_destination": "وجهة (تخزين)", + "integrations.direction_label": "الاتجاه", + "integrations.direction_placeholder": "\u000e\u000007 اختر \u0000E\u000007", + "integrations.direction_source": "المصدر (الاستيعاب)", + "integrations.disconnect": "فصل الاتصال", + "integrations.email_settings": "إعدادات إعادة توجيه البريد الإلكتروني", + "integrations.empty_state": "لا توجد تكوينات للاتصال", + "integrations.endpoint_label": "رابط نقطة النهاية", + "integrations.endpoint_optional": "(اختياري، لـ S3 متوافق)", + "integrations.folder_label": "مجلد", + "integrations.folder_optional": "(اختياري)", + "integrations.folder_path_label": "مسار المجلد", + "integrations.folder_prefix_label": "بادئة المجلد", + "integrations.generic_settings_hint": "يمكن توفير تكوين لهذا النوع من التكامل كـ JSON بعد الإنشاء عبر API.", + "integrations.gmail_hint": "علامات Gmail والنجم: عند التمكين، يتم تمييز رسائل البريد الإلكتروني المعالجة ووسمها بعلامة \"تم استيعابها\" في Gmail. ينطبق فقط على خوادم Gmail.", + "integrations.gmail_labels": "تطبيق علامات Gmail والنجم", + "integrations.host_label": "مضيف", + "integrations.imap_settings": "إعدادات IMAP", + "integrations.loading": "جارٍ تحميل التكاملات\u0000E\u000007", + "integrations.modal_close": "إغلاق النافذة", + "integrations.modal_title_add": "إضافة تكامل", + "integrations.modal_title_edit": "تحرير التكامل", + "integrations.name_label": "التسمية", + "integrations.name_placeholder": "مثل. Gmail للعمل، S3 Archive", + "integrations.nextcloud_settings": "إعدادات Nextcloud", + "integrations.nextcloud_url_label": "رابط Nextcloud", + "integrations.no_integrations_body": "أضف تكاملك الأول لربط مصادر التناول (مثل IMAP) وجهات التخزين (مثل S3 أو Dropbox أو Google Drive).", + "integrations.not_connected": "غير متصل", + "integrations.oauth_folder_label": "مجلد", + "integrations.oauth_hint": "احفظ هذا التكامل أولاً، ثم استخدم زر التفويض لاستكمال عملية OAuth. سيتم تخزين بيانات الاعتماد الخاصة بك بشكل آمن في سجل تكاملك الشخصي.", + "integrations.page_title": "التكاملات", + "integrations.paperless_settings": "إعدادات Paperless NGX", + "integrations.password_label": "كلمة المرور", + "integrations.paused": "مؤقت", + "integrations.plan_label": "الخطة:", + "integrations.port_label": "المنفذ", + "integrations.quota_not_available": "(غير متوفر)", + "integrations.quota_unlimited": "/ غير محدود", + "integrations.recipient_label": "البريد الإلكتروني للمستلم", + "integrations.region_label": "المنطقة", + "integrations.remote_path_label": "المسار البعيد", + "integrations.s3_prefix_label": "البادئة (مسار المجلد)", + "integrations.s3_settings": "إعدادات S3", + "integrations.secret_key_label": "مفتاح الوصول السري", + "integrations.show_password": "إظهار كلمة المرور", + "integrations.show_secrets": "إظهار الأسرار", + "integrations.show_token": "إظهار الرمز", + "integrations.source_local": "نظام الملفات المحلي", + "integrations.source_type_label": "نوع المصدر", + "integrations.sources_quota_label": "مصادر صندوق البريد:", + "integrations.sources_section": "المصادر", + "integrations.subtitle": "إدارة مصادر التناول وجهات التخزين في مكان واحد.", + "integrations.title": "التكاملات", + "integrations.type_label": "نوع التكامل", + "integrations.type_placeholder": "\u000e\u000f اختر الاتجاه أولاً \u000e\u000f", + "integrations.upgrade_plan": "ترقية الخطة", + "integrations.use_ssl": "استخدام SSL", + "integrations.username_label": "اسم المستخدم", + "integrations.watch_folder_settings": "إعدادات مجلد المراقبة", + "integrations.webdav_settings": "إعدادات WebDAV", + "integrations.webdav_url_label": "رابط WebDAV", + "integrations.webhook_heading": "تناول Webhook", + "integrations.webhook_how_heading": "كيف يعمل تناول Webhook", + "integrations.webhook_how_text": "يتيح تكامل webhook للأنظمة الخارجية دفع المستندات مباشرة إلى DocuElevate عبر واجهة برمجة التطبيقات REST. بدلاً من أن تقوم DocuElevate بالاستعلام عن ملفات جديدة (مثل IMAP)، ترسل تطبيقك الملفات إلى DocuElevate باستخدام طلب HTTP مع رمز API للتحقق من الهوية.", + "integrations.webhook_ideal_text": "هذا مثالي لخطوط CI/CD، ونصوص الأتمتة، وتكاملات الماسحات الضوئية، أو أي نظام يولد مستندات ويحتاج إلى إرسالها للمعالجة.", + "integrations.webhook_quick_start": "لبداية سريعة", + "integrations.webhook_security_tip": "أنشئ رمز API مخصص لكل تكامل وألغيه على الفور إذا تم اختراقه. يمكن إدارة الرموز في صفحة رموز API.", + "integrations.webhook_step1": "اذهب إلى {api_tokens_link} وأنشئ رمز شخصي.", + "integrations.webhook_upload_with_token": "استخدم الرمز لتحميل المستندات عبر واجهة برمجة التطبيقات:", + "language.bg": "بلغاري", + "language.ca": "كاتالوني", + "language.change_success": "تم تغيير اللغة إلى {language}", + "language.changed": "تم تغيير اللغة إلى {language}", + "language.cs": "التشيكية", + "language.da": "الدنماركية", + "language.de": "الألمانية", + "language.el": "اليونانية", + "language.en": "الإنجليزية", + "language.es": "الأسبانية", + "language.et": "الإستونية", + "language.fi": "الفنلندية", + "language.fr": "الفرنسية", + "language.ga": "الأيرلندية", + "language.hr": "الكرواتية", + "language.hu": "المجرية", + "language.is": "الأيسلندية", + "language.it": "الإيطالية", + "language.lb": "اللوكسمبرغية", + "language.lt": "الليتوانية", + "language.lv": "اللاتفينية", + "language.nb": "النرويجية", + "language.nl": "الهولندية", + "language.no_results": "لم يتم العثور على لغات", + "language.pl": "البولندية", + "language.pt": "البرتغالية", + "language.ro": "الرومانية", + "language.ru": "الروسية", + "language.search_placeholder": "ابحث عن اللغات\u00105", + "language.selector": "اللغة", + "language.selector_label": "اختر اللغة", + "language.sk": "السلوفاكية", + "language.sl": "السلوفينية", + "language.sv": "السويدية", + "language.tr": "التركية", + "language.uk": "الأوكرانية", + "language.zh": "الصينية", + "nav.about": "حول", + "nav.account_menu": "قائمة الحساب", + "nav.account_menu_for": "قائمة الحساب لـ {name}", + "nav.admin": "المدير", + "nav.admin.audit_logs": "سجلات التدقيق", + "nav.admin.backups": "النسخ الاحتياطية", + "nav.admin.plans": "خطط", + "nav.admin.scheduled_jobs": "المهام المجدولة", + "nav.admin.users": "المستخدمون", + "nav.admin_actions": "إجراءات المدير", + "nav.admin_menu": "قائمة المدير", + "nav.api_docs": "وثائق API", + "nav.api_tokens": "رموز API", + "nav.backup_restore": "استعادة النسخة الاحتياطية", + "nav.credentials": "بيانات الاعتماد", + "nav.dark_mode": "الوضع المظلم", + "nav.dashboard": "لوحة التحكم", + "nav.developer_docs": "وثائق المطور", + "nav.duplicates": "التكرارات", + "nav.file_manager": "مدير الملفات", + "nav.files": "الملفات", + "nav.get_started": "ابدأ", + "nav.help": "مساعدة", + "nav.help_center": "مركز المساعدة", + "nav.imap": "استيراد البريد الإلكتروني", + "nav.integrations": "التكاملات", + "nav.light_mode": "الوضع الفاتح", + "nav.login": "تسجيل الدخول", + "nav.logout": "تسجيل الخروج", + "nav.main_navigation": "التنقل الرئيسي", + "nav.my_subscription": "اشتراكي", + "nav.notifications": "الإشعارات", + "nav.open_main_menu": "فتح القائمة الرئيسية", + "nav.pipelines": "الأنظمة", + "nav.plan_designer": "مصمم الخطة", + "nav.pricing": "الأسعار", + "nav.profile": "الملف الشخصي", + "nav.profile_settings": "إعدادات الملف الشخصي", + "nav.queue": "قائمة الانتظار", + "nav.queue_monitor": "مراقب قائمة الانتظار", + "nav.scheduled_jobs": "الوظائف المجدولة", + "nav.search": "بحث", + "nav.settings": "الإعدادات", + "nav.shared_links": "الروابط المشتركة", + "nav.sign_out": "تسجيل الخروج", + "nav.signup": "التسجيل", + "nav.similarity": "التشابه", + "nav.skip_to_content": "تخطي إلى المحتوى الرئيسي", + "nav.status": "الحالة", + "nav.subscription": "الاشتراك", + "nav.toggle_dark_mode": "تبديل الوضع الداكن", + "nav.toggle_nav": "تبديل قائمة التنقل", + "nav.upload": "رفع", + "nav.users": "المستخدمون", + "nav.version": "معلومات الإصدار", + "notifications.filter_all": "الكل", + "notifications.filter_read": "المقروء فقط", + "notifications.filter_unread": "غير المقروء فقط", + "notifications.manage_desc": "إدارة صندوق الإشعارات الخاص بك، الأهداف، وتفضيلات الأحداث", + "notifications.mark_all_read": "تمييز الكل كمقروء", + "notifications.mark_all_read_btn": "تمييز الكل كمقروء", + "notifications.mark_read": "تمييز كمقروء", + "notifications.no_notifications": "لا توجد إشعارات", + "notifications.page_title": "الإشعارات", + "notifications.tab_inbox": "صندوق الوارد", + "notifications.tab_settings": "الإعدادات", + "notifications.title": "الإشعارات", + "notifications.unread_count": "{count} إشعارات غير مقروءة", + "pipelines.active_label": "نشط", + "pipelines.add_step_btn": "إضافة خطوة", + "pipelines.create": "إنشاء خط أنابيب", + "pipelines.custom_label_label": "ملصق مخصص", + "pipelines.default_label": "افتراضي", + "pipelines.description_label": "الوصف", + "pipelines.description_placeholder": "وصف اختياري", + "pipelines.disabled_label": "معطل", + "pipelines.edit": "تعديل خط أنابيب", + "pipelines.empty_state": "لا توجد خطوط أنابيب بعد", + "pipelines.empty_state_hint": "قم بإنشاء خط الأنابيب الأول الخاص بك لتعريف سير عمل معالجة المستندات المخصصة.", + "pipelines.enabled_label": "مفعل", + "pipelines.force_cloud_ocr_label": "فرض OCR سحابي (تخطي استخراج النص المحلي)", + "pipelines.inactive_label": "غير نشط", + "pipelines.loading": "جاري تحميل خطوط الأنابيب\u0019", + "pipelines.name_placeholder": "خط الأنابيب الخاص بي", + "pipelines.new_pipeline_btn": "خط أنابيب جديد", + "pipelines.no_steps": "لا توجد خطوات محددة. أضف خطوة لبدء بناء خط الأنابيب الخاص بك.", + "pipelines.ocr_auto": "تلقائي (استخدم الإعداد الافتراضي للنظام)", + "pipelines.ocr_language_hint": "يتجاوز إعداد اللغة العالمي لـ Tesseract/EasyOCR. تقوم Azure و Mistral بتحديد اللغة تلقائيًا.", + "pipelines.ocr_language_label": "لغة OCR", + "pipelines.optional_suffix": "(اختياري)", + "pipelines.page_title": "خطوط أنابيب المعالجة", + "pipelines.set_default": "تعيين كخط الأنابيب الافتراضي الخاص بي", + "pipelines.step_label_placeholder": "تجاوز اسم الخطوة الافتراضي", + "pipelines.step_type_label": "نوع الخطوة", + "pipelines.subtitle_intro": "تعريف وإدارة سير العمل لمعالجة المستندات المخصصة.", + "pipelines.subtitle_system_post": "شارة وتكون مرئية لجميع المستخدمين.", + "pipelines.subtitle_system_pre": "تظهر خطوط الأنابيب الخاصة بالنظام (التي أنشأها المدراء) مع", + "pipelines.system_label": "نظام", + "pipelines.system_pipeline_label": "خط أنابيب النظام (مرئي لجميع المستخدمين)", + "pipelines.title": "خطوط أنابيب المعالجة", + "profile.avatar_alt": "صورتك الشخصية", + "profile.avatar_heading": "الصورة الشخصية", + "profile.avatar_remove": "إزالة الصورة الرمزية المخصصة", + "profile.avatar_upload_hint": "قم بتحميل صورة JPEG أو PNG أو GIF أو WebP بحجم يصل إلى 2 ميغا بايت. إذا لم يتم تحديد صورة مخصصة، ستظهر {gravatar}.", + "profile.choose_image": "اختر صورة\u0019", + "profile.confirm_password": "تأكيد كلمة المرور الجديدة", + "profile.contact_email_hint": "تُستخدم كإشعارات نظام. هذا لا يغير بريدك الإلكتروني لتسجيل الدخول.", + "profile.contact_email_label": "البريد الإلكتروني للتواصل / الإشعارات", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "كلمة المرور الحالية", + "profile.dismiss": "تجاهل", + "profile.display_name_hint": "اتركه فارغًا لاستخدام اسم المستخدم أو البريد الإلكتروني الخاص بك.", + "profile.display_name_label": "اسم العرض", + "profile.display_name_placeholder": "اسمك كما يظهر في واجهة المستخدم", + "profile.general_heading": "معلومات عامة", + "profile.gravatar_link": "Gravatar", + "profile.heading": "إعدادات الملف الشخصي", + "profile.language_auto_detect": "الكشف التلقائي (من المتصفح)", + "profile.language_hint": "اختر لغتك المفضلة لواجهة المستخدم. “الكشف التلقائي” يتبع إعدادات المتصفح الخاص بك.", + "profile.language_label": "لغة واجهة المستخدم", + "profile.new_password": "كلمة مرور جديدة", + "profile.new_password_hint": "حد أدنى 8 أحرف.", + "profile.page_title": "إعدادات الملف الشخصي - DocuElevate", + "profile.password_heading": "تغيير كلمة المرور", + "profile.preferences_heading": "التفضيلات", + "profile.save_button": "حفظ التغييرات", + "profile.saving": "جارٍ الحفظ\u0019", + "profile.subtitle": "إدارة اسم العرض الخاص بك، والصورة الرمزية، واللغة، وتفضيلات الثيم.", + "profile.theme_dark": "داكن", + "profile.theme_hint": "“الإعداد الافتراضي للنظام” يتبع إعداد الوضع الداكن لجهازك.", + "profile.theme_label": "تنسيق الألوان", + "profile.theme_light": "فاتح", + "profile.theme_system": "الإعداد الافتراضي للنظام", + "profile.update_password": "تحديث كلمة المرور", + "profile.updating": "تحديث\u001a\u001a\u001a\u001a", + "queue.active_tasks": "المهام النشطة", + "queue.auto_refresh_1": "يجدد تلقائيًا كل", + "queue.auto_refresh_2": "ثانية", + "queue.col_arguments": "المتغيرات", + "queue.col_current_step": "الخطوة الحالية", + "queue.col_file": "ملف", + "queue.col_files": "الملفات", + "queue.col_queue": "قائمة الانتظار", + "queue.col_state": "الحالة", + "queue.col_task": "المهمة", + "queue.col_task_id": "معرف المهمة", + "queue.files_processing": "معالجة الملفات", + "queue.heading": "مراقب قائمة الانتظار", + "queue.last_updated": "آخر تحديث:", + "queue.loading_stats": "جارٍ تحميل إحصاءات قائمة الانتظار\u0019", + "queue.no_active_tasks": "لا توجد مهام نشطة", + "queue.no_data": "لا توجد بيانات", + "queue.no_files_processing": "لا توجد ملفات قيد المعالجة حالياً", + "queue.page_title": "مراقب قائمة الانتظار", + "queue.processing_pipeline": "خط أنابيب المعالجة", + "queue.queued_tasks": "المهام المعلقة", + "queue.recently_processing": "الملفات التي تم معالجتها مؤخراً", + "queue.redis_queues": "قوائم انتظار Redis", + "queue.subtitle": "عرض مباشر لخط أنابيب معالجة الوثائق وقوائم مهام Celery.", + "queue.workers_online": "العمال متصلون", + "search.button": "بحث", + "search.error_message": "البحث غير متاح مؤقتاً. يرجى المحاولة مرة أخرى بعد قليل.", + "search.filter_aria_clear": "مسح جميع الفلاتر", + "search.filter_clear_button": "مسح الفلاتر", + "search.filter_date_from": "التاريخ من", + "search.filter_date_to": "التاريخ إلى", + "search.filter_document_type": "نوع الوثيقة", + "search.filter_document_type_placeholder": "مثلاً: فاتورة", + "search.filter_language": "اللغة", + "search.filter_language_placeholder": "مثلاً: de", + "search.filter_sender": "المرسل", + "search.filter_sender_placeholder": "مثلاً: ACME Corp", + "search.filter_tags": "العلامات", + "search.filter_tags_placeholder": "مثلاً: amazon", + "search.filter_text_quality": "جودة النص", + "search.filter_text_quality_all": "الجميع", + "search.filter_text_quality_high": "مرتفع", + "search.filter_text_quality_low": "منخفض", + "search.filter_text_quality_medium": "متوسط", + "search.filter_text_quality_no_text": "لا نص", + "search.heading": "بحث الوثائق", + "search.input_aria_label": "بحث في المستندات", + "search.input_placeholder": "ابحث في المستندات وفقًا للمحتوى أو المرسل أو العلامات أو النوع...", + "search.loading_indicator": "جارٍ البحث\n", + "search.no_results": "لم يتم العثور على نتائج", + "search.page_title": "بحث المستندات", + "search.placeholder": "ابحث بواسطة اسم الملف أو المحتوى أو العلامات...", + "search.result_empty": "لم يتم العثور على مستندات تطابق استفسارك.", + "search.results_count": "تم العثور على {count} نتائج", + "search.saved_aria_save": "احفظ البحث الحالي", + "search.saved_button": "احفظ الحالي", + "search.saved_empty": "لا توجد أبحاث محفوظة حتى الآن", + "search.saved_error": "تعذر تحميل الأبحاث المحفوظة", + "search.saved_label": "الأبحاث المحفوظة", + "search.saved_loading": "جارٍ التحميل...", + "search.title": "بحث المستندات", + "settings.audit_log_btn": "سجل التدقيق", + "settings.autocomplete_hint": "اكتب للبحث عن القيم المعروفة، أو أدخل أي قيمة مخصصة.", + "settings.autocomplete_no_matches": "لا توجد تطابقات — يمكنك كتابة قيمة مخصصة", + "settings.autocomplete_placeholder": "اكتب للبحث أو أدخل قيمة\u0000A", + "settings.boolean_enable_prefix": "تفعيل", + "settings.categories_aria": "فئات الإعدادات", + "settings.categories_heading": "الفئات", + "settings.db_wizard_btn": "معالج قاعدة البيانات", + "settings.effective_value_label": "القيمة الفعالة:", + "settings.encrypted_suffix": "= مشفرة في حالة السكون", + "settings.encrypted_title": "القيمة مشفرة في حالة السكون في قاعدة البيانات", + "settings.export_btn": "تصدير", + "settings.export_db_only": "إعدادات قاعدة البيانات فقط", + "settings.export_full_config": "التكوين الفعال الكامل", + "settings.jump_to_category": "انتقل إلى الفئة\u0000A", + "settings.manage_config_prefix": "إدارة التكوين. الأولوية:", + "settings.model_picker_hint": "اختر من القائمة أو اكتب أي اسم نموذج مدعوم من المزود الخاص بك.", + "settings.model_picker_placeholder": "اختر نموذجًا شائعًا أو اكتب اسمًا مخصصًا\u0000A", + "settings.no_results_clear": "مسح البحث", + "settings.no_results_heading": "لم يتم العثور على إعدادات", + "settings.no_results_hint": "جرب مصطلح بحث مختلف أو", + "settings.page_heading": "إعدادات التطبيق", + "settings.required_label": "(مطلوب)", + "settings.reset_confirm": "هل أنت متأكد أنك تريد إعادة تعيين هذا الإعداد؟", + "settings.restart_required_suffix": "= يتطلب إعادة تشغيل", + "settings.revert_btn": "إزالة من قاعدة البيانات", + "settings.revert_title": "إزالة تجاوز قاعدة البيانات والرجوع إلى المتغير البيئي أو الافتراضي", + "settings.reverting": "جارٍ الرجوع\u0019\u001a", + "settings.save_all_btn": "حفظ جميع التغييرات", + "settings.save_error": "فشل في حفظ الإعداد", + "settings.save_setting_title": "حفظ هذا الإعداد", + "settings.save_success": "تم حفظ الإعداد بنجاح", + "settings.saving_state": "جارٍ الحفظ\u0019\u001a", + "settings.search_aria_label": "بحث الإعدادات", + "settings.search_clear_aria": "مسح البحث", + "settings.search_placeholder": "ابحث عن الإعدادات بالاسم أو المفتاح أو الوصف\u0019\u001a", + "settings.settings_count_suffix": "إعدادات", + "settings.source_db_badge": "قاعدة البيانات", + "settings.source_default_badge": "افتراضي", + "settings.source_env_badge": "بيئة", + "settings.title": "الإعدادات", + "settings.toggle_visibility_aria": "تبديل رؤية كلمة المرور", + "settings.toggle_visibility_title": "عرض/إخفاء القيمة", + "settings.user_autocomplete_empty": "لم يتم العثور على مستخدمين يطابقون", + "settings.user_autocomplete_hint": "اكتب للبحث عن المستخدمين الموجودين بالاسم، أو أدخل أي مُعرف يدويًا.", + "settings.user_autocomplete_placeholder": "ابدأ الكتابة للبحث عن المستخدمين\u0019\u001a", + "settings.wizard_btn": "معالج", + "shared.col_expiry": "تاريخ الانتهاء", + "shared.col_file_label": "ملف / ملصق", + "shared.col_link": "رابط", + "shared.col_views": "المشاهدات", + "shared.copy_link_aria": "نسخ الرابط إلى الحافظة", + "shared.copy_link_title": "نسخ الرابط", + "shared.create_btn": "إنشاء رابط", + "shared.create_heading": "إنشاء رابط مشترك جديد", + "shared.creating": "جارٍ الإنشاء\u0019\u001a", + "shared.expiry_12h": "12 ساعة", + "shared.expiry_14d": "14 يومًا", + "shared.expiry_1h": "ساعة واحدة", + "shared.expiry_24h": "24 ساعة (يوم واحد)", + "shared.expiry_30d": "30 يومًا", + "shared.expiry_3d": "3 أيام", + "shared.expiry_6h": "6 ساعات", + "shared.expiry_7d": "7 أيام", + "shared.expiry_label": "تاريخ الانتهاء", + "shared.expiry_never": "أبدًا", + "shared.file_id_help_post": "صفحة أو في عنوان تفصيل الوثيقة.", + "shared.file_id_help_pre": "ابحث عن معرف الملف على", + "shared.file_id_label": "معرف الملف", + "shared.file_id_placeholder": "مثل 42", + "shared.files_link": "الملفات", + "shared.heading": "الروابط المشتركة", + "shared.label_label": "التسمية", + "shared.label_placeholder": "مثل: مشترك مع بوب", + "shared.link_created": "تم إنشاء الرابط المشترك!", + "shared.link_created_help": "انسخ وارسل هذا الرابط إلى المستلم.", + "shared.links_count_aria": "عدد الروابط", + "shared.max_downloads_label": "أقصى عدد للتنزيلات", + "shared.no_links": "لا توجد روابط مشتركة حتى الآن. أنشئ واحدة أعلاه للبدء.", + "shared.open_in_new_tab": "فتح في علامة تبويب جديدة", + "shared.open_link_aria": "فتح الرابط المشترك", + "shared.optional": "(اختياري)", + "shared.page_title": "الروابط المشتركة – DocuElevate", + "shared.password_label": "كلمة المرور", + "shared.password_placeholder": "اتركه فارغًا لعدم وجود كلمة مرور", + "shared.password_protected": "محمية بكلمة مرور", + "shared.refresh_aria": "تحديث قائمة الروابط المشتركة", + "shared.revoke_aria_prefix": "إلغاء الرابط المشترك لـ", + "shared.revoke_btn": "إلغاء", + "shared.status_active": "نشط", + "shared.status_expired": "منتهٍ", + "shared.status_limit_reached": "تم الوصول إلى الحد", + "shared.status_revoked": "ملغى", + "shared.subtitle": "شارك الوثائق مع أي شخص عبر رابط محدود الزمن أو محدود العرض. لا يحتاج المستلمون إلى حساب DocuElevate. يمكن حماية الروابط بكلمة مرور وإلغاؤها في أي وقت.", + "shared.table_aria": "الروابط المشتركة", + "shared.unlimited_placeholder": "غير محدود", + "shared.your_links": "روابطك المشتركة", + "similarity.backfill_auto": "ستقوم المهمة الخلفية بحسابها تلقائيًا كل 5 دقائق، أو يمكنك", + "similarity.files_missing_text": "تحتوي الملفات على نص OCR ولكن لا يوجد تضمين بعد.", + "similarity.find_pairs_btn": "ابحث عن الأزواج", + "similarity.heading": "تشابه الوثائق", + "similarity.load_error": "فشل في تحميل الأزواج.", + "similarity.min_similarity_label": "أدنى تشابه", + "similarity.no_pairs_detail": "لا توجد أزواج من الوثائق تتجاوز عتبة التشابه.", + "similarity.no_pairs_heading": "لا توجد أزواج مشابهة", + "similarity.page_title": "تشابه المستندات - DocuElevate", + "similarity.pagination_aria": "ترتيب أزواج التشابه", + "similarity.per_page_label": "لكل صفحة", + "similarity.scanning": "جاري البحث عن أزواج المستندات المتشابهة\u0002026", + "similarity.stat_embedding_model": "نموذج التضمين", + "similarity.stat_missing_embedding": "التضمين مفقود", + "similarity.stat_total_files": "إجمالي الملفات", + "similarity.stat_with_embedding": "مع التضمين", + "similarity.subtitle": "أزواج من المستندات ذات التشابه الدلالي العالي، مرتبة حسب الدرجة.", + "similarity.trigger_aria": "ابدأ حساب التضمين لجميع الملفات المفقودة التضمين", + "similarity.trigger_now": "ابدأ الآن", + "status.app_version": "إصدار التطبيق", + "status.build_date": "تاريخ البناء", + "status.container_id": "معرف الحاوية", + "status.git_commit": "التزام Git", + "status.last_check": "آخر فحص", + "status.page_title": "حالة النظام", + "status.setting_label": "الإعداد", + "status.value_label": "القيمة", + "subscription.available_plans_heading": "الخطط المتاحة", + "subscription.back_to_dashboard": "العودة إلى اللوحة", + "subscription.cancel_pending": "إلغاء التغيير", + "subscription.cancel_scheduled": "إلغاء التغيير المجدول", + "subscription.contact_sales": "الاتصال بالمبيعات", + "subscription.current_badge": "حالي", + "subscription.current_plan": "الخطة الحالية", + "subscription.current_plan_cta": "خطتك الحالية", + "subscription.downgrade_to_prefix": "الخفض إلى", + "subscription.features_heading": "ما هو مدرج في خطتك", + "subscription.free": "مجاني", + "subscription.heading": "اشتراكي", + "subscription.keep_plan_prefix": "احتفظ بـ", + "subscription.lifetime_files": "إجمالي الملفات (مدى الحياة)", + "subscription.month_files": "الملفات هذا الشهر", + "subscription.more_features_label": "أكثر", + "subscription.page_title": "اشتراكي – دوكوإليفات", + "subscription.pending_badge": "قيد الانتظار", + "subscription.pending_benefits": "سيبقى لديك جميع مزايا الخطة الحالية حتى ذلك الحين.", + "subscription.pending_on": "في", + "subscription.pending_title": "تغيير الخطة قيد الانتظار المجدول", + "subscription.pending_will_change": "ستتغير خطتك إلى", + "subscription.per_mo": "/شهر", + "subscription.per_month": "/شهر", + "subscription.since": "منذ", + "subscription.single_user_body": "تنطبق مستويات الاشتراك عند تفعيل وضع المستخدم المتعدد. تقوم حالياً بتشغيل مثيل في وضع المستخدم الواحد دون حدود معالجة. يمكن للمسؤول تفعيل وضع المستخدم المتعدد عبر {settings_link}.", + "subscription.single_user_title": "وضع المستخدم المتعدد غير مفعل.", + "subscription.subtitle": "خطتك الحالية، الاستخدام والترقيات المتاحة.", + "subscription.this_month_label": "هذا الشهر", + "subscription.today_files": "الملفات اليوم", + "subscription.today_label": "اليوم", + "subscription.unlimited": "غير محدود", + "subscription.upgrade_info": "تدخل الترقيات حيز التنفيذ على الفور. يتم جدولة التخفيضات لنهاية فترة الفوترة الحالية.", + "subscription.upgrade_to_prefix": "ترقية إلى", + "subscription.usage_heading": "الاستخدام", + "upload.browse_button": "تصفح الملفات", + "upload.button_processing": "جاري المعالجة...", + "upload.camera_button": "التقط صورة / امسح المستند", + "upload.download_button": "تنزيل ومعالجة", + "upload.downloading": "جاري تنزيل الملف من URL...", + "upload.drag_drop": "اسحب وأفلت الملفات هنا أو انقر لتصفح", + "upload.drop_hint_desktop": "اسحب وأفلت الملفات أو المجلدات هنا، أو انقر لاختيار الملفات.", + "upload.drop_hint_mobile": "اضغط لاختيار الملفات أو استخدم زر الكاميرا أدناه.", + "upload.drop_zone_aria": "منطقة تحميل الملف. اسحب وأفلت الملفات هنا، أو اضغط Enter لتصفح الملفات.", + "upload.error": "فشل التحميل", + "upload.error_invalid_url": "تنسيق URL غير صالح", + "upload.error_url_required": "يرجى إدخال URL", + "upload.file_size_hint": "الحجم الأقصى: 500 ميجابايت لكل ملف", + "upload.file_types": "الأنواع المسموح بها: PDF، مستندات Office (Word، Excel، PowerPoint، إلخ)، الصور", + "upload.filename_description": "اتركه فارغًا لاستخدام اسم الملف من URL", + "upload.filename_label": "اسم الملف (اختياري)", "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "upload.max_size": "أقصى حجم للملف: {size}", + "upload.page_title": "تحميل الملفات", + "upload.section_device": "التحميل من الجهاز", + "upload.section_url": "التحميل من URL", + "upload.select_file": "اختر ملف", + "upload.success": "تم رفع الملف بنجاح", + "upload.title": "رفع المستند", + "upload.uploading": "جارٍ الرفع...", + "upload.url_description": "أدخل رابطًا مباشرًا لملف (PDF أو مستندات Office أو صور)", + "upload.url_label": "رابط الملف", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/az.json b/frontend/translations/az.json new file mode 100644 index 00000000..7b20353b --- /dev/null +++ b/frontend/translations/az.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "Yaradıcı ilə tanış olun", + "about.creator_name": "Kristian Krakau-Louis", + "about.creator_pre": "DocuElevate,", + "about.features_admin_api": "Proqramatik daxil olma üçün güclü REST API", + "about.features_admin_config": "Mühit dəyişənləri vasitəsilə yüksək dərəcədə konfiqurasiya edilə bilər", + "about.features_admin_docker": "Asan yerləşdirmə və miqyaslama üçün Docker üçün hazır", + "about.features_admin_heading": "İdarəetmə", + "about.features_admin_oauth2": "Authentik ilə OAuth2 autentifikasiyası dəstəyi", + "about.features_automation_background": "Redis və Celery ilə arxa planda işləmə", + "about.features_automation_gmail": "Gmail və ümumi e-poçt hesabı inteqrasiyası", + "about.features_automation_heading": "Avtomatlaşdırma", + "about.features_automation_imap": "Bir neçə mənbədən IMAP poçt qutusu sorğulama", + "about.features_automation_ingestion": "Müxtəlif girişlərdən avtomatlaşdırılmış sənəd qəbul etmə", + "about.features_heading": "Əsas Xüsusiyyətlər", + "about.features_integration_cloud": "Bulud saxlama: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "İnteqrasiya & Saxlama", + "about.features_integration_multi_dest": "Çox istiqamət dəstəyi (sənədləri bir neçə yerdə saxlamaq)", + "about.features_integration_protocols": "Transfer protokolları: FTP, SFTP, E-poçt yönləndirmə", + "about.features_integration_selfhosted": "Öz ev sahibi variantları: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Ağıllı sənəd təsnifatı və tarix çıxarılması", + "about.features_processing_heading": "Sənəd Emalı", + "about.features_processing_metadata": "Plagin AI təminatçısı istifadə edərək avtomatlaşdırılmış metadata çıxarılması", + "about.features_processing_ocr": "Azure Document Intelligence ilə dəstəklənən OCR", + "about.features_processing_pdf": "Gotenberg vasitəsilə müxtəlif fayl formatları üçün PDF çevirmə", + "about.features_processing_upload": "Sürüşdür və burax dəstəyi ilə sadə və təhlükəsiz fayl yükləmələri", + "about.github_logo_alt": "GitHub Loqosu", + "about.heading": "DocuElevate haqqında", + "about.intro_post": " – sənəd emalı üçün müasir, ağıllı həlliniz! DocuElevate-i sənədlərinizi yükləmədən çıxarılmasına, emalından saxlanmasına qədər tamamilə dəyişdirmək üçün hazırlamışıq.", + "about.intro_pre": "Xoş gəlmisiniz ", + "about.involved_description": "Koda daxil olmaq, ideyalar vermək və ya DocuElevate haqqında daha çox öyrənmək istəyirsiniz?", + "about.involved_docs": "Dokumentasiyanı oxuyun", + "about.involved_github": "DocuElevate-i GitHub-da görün", + "about.involved_heading": "İştirak Edin", + "about.involved_website": "DocuElevate Veb saytına daxil olun", + "about.legal_description": "Biz sizin məxfiliyinizə və məlumat təhlükəsizliyinə önəm veririk. Zəhmət olmasa, bizim:", + "about.legal_heading": "Məxfilik & Hüquqi", + "about.legal_license": "Lisenziya Məlumatı", + "about.legal_privacy": "Məxfilik Bildirişi", + "about.page_title": "DocuElevate haqqında", + "about.story_heading": "Hekayəmiz", + "about.story_p1": "DocuElevate bir hədəflə yaradılıb: sənəd idarəetməsini kiçik startapdan böyük müəssisəyə qədər hər kəs üçün sadələşdirmək və axınlaşdırmaq.", + "about.story_p2": "Məlumatların çıxarılması və mətnin təkmilləşdirilməsi üçün AI təminatçılarının (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey və daha çox) gücünü istifadə edirik, Dropbox, Nextcloud və Paperless NGX ilə saxlama və indeksləşdirilmək üçün məsafəsiz inteqrasiya edirik, Azure Document Intelligence-dən OCR üçün istifadə edirik və hətta faylları PDF-ə çevirmək üçün Gotenberg-i istifadə edirik.", + "api_tokens.col_created": "Yaradıldı", + "api_tokens.col_last_ip": "Son IP", + "api_tokens.col_last_used": "Son İstifadə", + "api_tokens.col_name": "Ad", + "api_tokens.col_prefix": "Token Ön Tərəfi", + "api_tokens.copy_to_clipboard": "Tokeni clipboard-a kopyala", + "api_tokens.copy_upload_example": "Yükləmə nümunəsini clipboard-a kopyala", + "api_tokens.copy_warning_1": "Bu tokeni indi kopyala — o", + "api_tokens.copy_warning_2": "birdaha göstərilməyəcək", + "api_tokens.create_heading": "Yeni Token Yarat", + "api_tokens.create_token": "Token Yarat", + "api_tokens.creating": "Yaradılır\u0004", + "api_tokens.heading": "API Tokenləri", + "api_tokens.intro": "DocuElevate API ilə proqramlaşdırılmış şəkildə qarşılıqlı əlaqə yaratmaq üçün şəxsi API tokenləri yaradın. Tokenləri webhook yükləmələri, CI/CD boru xətləri və ya sənədləri yükləmək və ya bərpa etmək lazım olan hər hansı bir skript üçün istifadə edin.", + "api_tokens.loading_tokens": "Tokenlər yüklənir\u0004", + "api_tokens.never": "Heç vaxt", + "api_tokens.no_tokens_heading": "Hələ API tokeni yoxdur", + "api_tokens.no_tokens_help": "İlk tokeninizi yaratmaq üçün yuxarıya baxın.", + "api_tokens.page_title": "API Tokenləri – DocuElevate", + "api_tokens.revoke": "Ləğv et", + "api_tokens.revoke_prefix": "Tokeni ləğv et", + "api_tokens.status_active": "Aktiv", + "api_tokens.status_revoked": "Ləğv edilib", + "api_tokens.table_aria": "API Tokenləri", + "api_tokens.token_created": "Token müvəffəqiyyətlə yaradıldı!", + "api_tokens.token_name_label": "Token adı", + "api_tokens.token_name_placeholder": "məsələn. CI Pipeline, Webhook Yükle, Mənim Skriptim", + "api_tokens.usage_heading": "İstifadə Nümunəsi", + "api_tokens.usage_intro_post": "hər hansı bir API tələbi ilə başlıq:", + "api_tokens.usage_intro_pre": "API tokeninizi istifadə edin", + "api_tokens.your_tokens": "Sizin Tokenləriniz", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "Resurs", + "audit.col_timestamp": "Zaman Damğası", + "audit.critical": "Kritik", + "audit.filter_action": "Hərəkət", + "audit.filter_all_actions": "Bütün Hərəkətlər", + "audit.filter_all_users": "Bütün istifadəçilər", + "audit.filter_resource_placeholder": "məsələn, sənəd, istifadəçi", + "audit.filter_resource_type": "Resurs Növü", + "audit.filter_severity": "Ciddilik", + "audit.filter_user": "İstifadəçi", + "audit.filters_section_label": "Audit qeydləri filtrleri", + "audit.next": "Sonraki", + "audit.next_label": "Sonrakı səhifə", + "audit.no_events": "Hələ ki, heç bir audit hadisəsi qeydə alınmayıb.", + "audit.no_events_hint": "Əhəmiyyətli fəaliyyətlər (sistemdən giriş, sənəd əməliyyatları, parametrlərin dəyişdirilməsi) burada görünəcək.", + "audit.page_title": "Audit Qeydləri - DocuElevate", + "audit.pagination_label": "Audit qeydləri pagination", + "audit.prev": "Əvvəlki", + "audit.prev_label": "Əvvəlki səhifə", + "audit.refresh_label": "Audit qeydlərini yenilə", + "audit.siem_disabled_title": "SIEM yönləndirməsi deaktivdir", + "audit.siem_enabled_title": "Hadisələr yönləndirilir ", + "audit.siem_off": "SIEM: Deaktiv", + "audit.subtitle": "Bütün əhəmiyyətli fəaliyyətlərin ətraflı, yalnız əlavə olunan qeydi.", + "audit.table_label": "Audit qeydləri hadisələri", + "audit.title": "Audit Qeydləri", + "auth.confirm_password": "Şifrəni təsdiqləyin", + "auth.create_account": "Hesab yarat", + "auth.display_name_label": "Göstərilən Ad", + "auth.email_label": "Email", + "auth.forgot_password": "Şifrəni unutmusunuz?", + "auth.forgot_username": "İstifadəçi adını unutmusunuz?", + "auth.login": "Daxil olun", + "auth.login_title": "Daxil olun", + "auth.logo_alt": "DocuElevate Loqosu", + "auth.logout": "Çıxış et", + "auth.my_account": "Mənim Hesabım", + "auth.no_account": "Hesabınız yoxdur?", + "auth.or_continue_with": "Yaxud davam edin", + "auth.password_label": "Şifrə", + "auth.profile": "Profil", + "auth.remember_me": "Məni yadında saxla", + "auth.return_home": "Ana səhifəyə qayıt", + "auth.sign_in": "Daxil olun", + "auth.sign_in_sso": "SSO ilə daxil olun", + "auth.sign_in_with": "Giriş et", + "auth.sign_in_with_username": "İstifadəçi adı ilə giriş et", + "auth.signup": "Qeydiyyatdan keç", + "auth.signup_title": "Qeydiyyatdan keç", + "auth.username_label": "İstifadəçi adı", + "auth.username_or_email": "İstifadəçi adı və ya Email", + "auth.verify_email_back_sign_in": "Girişə qayıt", + "auth.verify_email_expiry": "Link 24 saatdan sonra etibarsız olur. Əgər e-poçtu görmürsünüzsə, spam qovluğunuzu yoxlayın.", + "auth.verify_email_heading": "Giriş qovluğunuzu yoxlayın", + "auth.verify_email_message": "Sizə təsdiq e-poçtu göndərmişik. Hesabınızı aktivləşdirmək üçün e-poçtdakı linkə klikləyin.", + "auth.verify_email_page_title": "DocuElevate - Emailinizi Təsdiq Edin", + "auth.verify_email_resend_aria_label": "Təkrar göndərmə üçün e-poçt ünvanı", + "auth.verify_email_resend_button": "Təsdiq e-poçtunu təkrar göndər", + "auth.verify_email_resend_label": "E-poçt ünvanı", + "auth.verify_email_resend_placeholder": "E-poçt ünvanınızı daxil edin", + "auth.verify_email_resend_prompt": "Almadınız?", + "backup.archives_heading": "Ehtiyat Arxivləri", + "backup.backup_now": "İndi Ehtiyat Apar", + "backup.clean_up": "Təmizlə", + "backup.cleanup_title": "Yenidən saxlanma təmizləməsini indi həyata keçir", + "backup.col_created": "Yaradılıb", + "backup.col_filename": "Fayl adı", + "backup.col_size": "Ölçü", + "backup.col_storage": "Saxlama", + "backup.col_type": "Növ", + "backup.config_auto_backup": "Avtomatik ehtiyat", + "backup.config_remote_dest": "Uzaq yer", + "backup.config_retention": "Saxlama müddəti", + "backup.config_total_size": "Cəmi yerli ölçü", + "backup.confirm_btn": "Təsdiq et", + "backup.confirm_title": "Fəaliyyəti təsdiq et", + "backup.heading": "Ehtiyat İdarəetməsi", + "backup.local_only": "Yalnız yerli", + "backup.no_backups": "Hələ ehtiyat yoxdur.", + "backup.no_backups_hint": "İlk ehtiyatınızı yaratmaq üçün İndi Ehtiyat Apar düyməsini basın.", + "backup.page_title": "Ehtiyat İdarəetməsi", + "backup.records_label": "şəhadətnamələr", + "backup.restore_btn": "Geri Yüklə", + "backup.restore_desc_mid": "verilənlər bazasını geri yükləmək üçün ehtiyat arxividir.", + "backup.restore_desc_pre": "Yükləyin bir", + "backup.restore_desc_warning": "Bu, bütün cari məlumatları üst-üstə yazacaq.", + "backup.restore_file_label": "Ehtiyat arxiv (.db.gz)", + "backup.restore_heading": "Fayldan bərpa et", + "backup.restoring": "Bərpa edilir\u000e\u000e", + "backup.retention_daily_detail": "\u000e\u00000 - 3 həftə saxlanılacaq", + "backup.retention_heading": "Saxlama siyasəti", + "backup.retention_hourly_detail": "\u00000 - 4 gün saxlanılacaq", + "backup.retention_note": "Bu sərhədləri aşan ehtiyatlar, hər yeni ehtiyat yaradıldıqda avtomatik olaraq silinir.", + "backup.retention_weekly_detail": "\u00000 - ~3 ay saxlanılacaq", + "backup.snapshots": "şəkillər", + "backup.status_ok": "tamam", + "backup.storage_local": "yerli", + "backup.subtitle": "Veritabanı ehtiyatları avtomatik yaradılır: saatlıq (4 gün), gündəlik (3 həftə), həftəlik (13 həftə).", + "backup.table_aria": "Ehtiyat arxivləri", + "backup.trigger_daily": "İndi Ehtiyatla (Gündəlik)", + "backup.trigger_hourly": "İndi Ehtiyatla (Saatlıq)", + "backup.trigger_weekly": "İndi Ehtiyatla (Həftəlik)", + "backup.type_daily": "Gündəlik", + "backup.type_hourly": "Saatlıq", + "backup.type_weekly": "Həftəlik", + "billing.go_to_dashboard": "Nəzarət panelinə keç", + "billing.manage_subscription": "Üzvülüyü idarə et", + "billing.success_heading": "Hər şey hazırdı!", + "billing.success_message": "Üzvülüyünüz aktivləşdirilib. DocuElevate-i seçdiyiniz üçün təşəkkür edirik!", + "billing.success_page_title": "DocuElevate - Üzvülük Aktivləşdirildi", + "common.actions": "Fəaliyyətlər", + "common.active": "Aktiv", + "common.all": "Hamısı", + "common.avatar": "Avatar", + "common.back": "Geri", + "common.cancel": "İmtina et", + "common.close": "Bağla", + "common.col_pending": "Gözləmədə", + "common.completed": "Tamamlandı", + "common.confirm": "Təsdiq et", + "common.copied": "Kopyalandı!", + "common.copy": "Kopyala", + "common.create": "Yarat", + "common.created": "Yaradıldı", + "common.date": "Tarix", + "common.delete": "Sil", + "common.description": "Təsvir", + "common.details": "Təfərrüatlar", + "common.disabled": "Deaktiv", + "common.download": "Yüklə", + "common.duplicate": "Təkrarlamaq", + "common.edit": "Dəyişdir", + "common.enabled": "Aktiv", + "common.error": "Xəta", + "common.failed": "Uğursuz", + "common.filter": "Filtr", + "common.inactive": "Aktiv deyil", + "common.info": "Məlumat", + "common.loading": "Yüklənir...", + "common.name": "Ad", + "common.next": "Növbəti", + "common.next_page": "Növbəti səhifə", + "common.no": "Yox", + "common.none": "Heç biri", + "common.page": "Səhifə", + "common.paused": "Dayandırılıb", + "common.pending": "Gözləyir", + "common.prev_page": "Öncəki səhifə", + "common.previous": "Öncəki", + "common.processing": "Emal edilir", + "common.refresh": "Təzələmək", + "common.reset": "Sıfırlamaq", + "common.retry": "Təkrar cəhd et", + "common.save": "Saxla", + "common.search": "Axtar", + "common.select": "Seç", + "common.select_placeholder": "\u0011C seç \u0011C", + "common.size": "Ölçü", + "common.status": "Status", + "common.submit": "Təqdim et", + "common.success": "Uğur", + "common.tags": "Etiketlər", + "common.test": "Test", + "common.test_connection": "Bağlantını Test Et", + "common.type": "Tip", + "common.update": "Yenilə", + "common.updated": "Yeniləndi", + "common.upload": "Yükləmə", + "common.view": "Bax", + "common.warning": "Xəbərdarlıq", + "common.yes": "Bəli", + "cookie.accept": "Anladım", + "cookie.learn_more": "Daha çox öyrən", + "cookie.message": "Bu veb sayt, təcrübənizi inkişaf etdirmək üçün çərəzlərdən istifadə edir.", + "cookie.notice": "DocuElevate yalnız autentifikasiya və xidmətin işləməsi üçün tələb olunan əsas sessiya çərəzlərindən istifadə edir. İzləmə və analitika çərəzlərindən istifadə olunmur.", + "cookie.notice_label": "Çerez xəbərdarlığı", + "cookie.policy_link": "Çerez Siyasəti", + "cookie.privacy_link": "Məxfilik Xəbərdarlığı", + "credentials.col_action": "Fəaliyyət", + "credentials.col_credential": "Kredensial", + "credentials.col_source": "Mənbə", + "credentials.configured": "Tənzimlənmiş", + "credentials.edit_in_settings": "Parametrlərdə düzəldin", + "credentials.legend_db": "Verilənlər bazasında saxlanılan dəyər (şifrələnmiş; mühit dəyişənini əvəz edir)", + "credentials.legend_env_after": " fayl", + "credentials.legend_env_before": "Mühit dəyişənindən dəyər və ya ", + "credentials.legend_missing": "Kredensial qoyulmayıb — inteqrasiya işləməyəcək", + "credentials.legend_restart": "Bu kredensial dəyişdirildikdə yenidən başlamaq tələb olunur", + "credentials.legend_title": "Mif", + "credentials.manage_settings": "Parametrləri idarə et", + "credentials.not_configured": "Tənzimlənməmiş", + "credentials.page_title": "Kredensial Auditi - DocuElevate", + "credentials.raw_json": "Raw JSON (API)", + "credentials.restart_title": "Bu kredensial dəyişdirildikdən sonra yenidən başlamaq tələb olunur", + "credentials.source_db_title": "Verilənlər bazasında saxlanılır (şifrələnmiş)", + "credentials.source_env_title": "Mühit dəyişənindən", + "credentials.status_missing": "Yoxdur", + "credentials.subtitle": "DocuElevate tərəfindən istifadə olunan bütün həssas kredensialların ümumi görünüşü. Burada heç bir gizli dəyər göstərilmir — yalnız hər bir kredensialın tənzimlənib-tənzimlənmədiyi və haradan gəldiyi.", + "credentials.table_for": "Kredensiallar üçün", + "credentials.title": "Kredensial Auditi", + "credentials.total_credentials": "Cəmi Kredensiallar", + "dashboard.active_integrations": "Aktiv İnteqrasiya", + "dashboard.files_this_month": "Bu Ayın Faylları", + "dashboard.files_today": "Bugünkü Fayllar", + "dashboard.ocr_processed": "OCR İcra edilmişdir", + "dashboard.quick_actions": "Tez Fəaliyyətlər", + "dashboard.recent_activity": "Son Fəaliyyət", + "dashboard.storage_targets": "Saxlama Hədəfləri", + "dashboard.title": "Panel", + "dashboard.total_files": "Cəmi Fayllar", + "dashboard.welcome": "DocuElevate-ə xoş gəldiniz", + "duplicates.file_id_label": "Fayl ID", + "duplicates.file_id_placeholder": "məsələn 42", + "duplicates.find_btn": "Axtar", + "duplicates.found_files": "təkrarlanan fayl(lar) cəmi.", + "duplicates.found_groups": "təkrarlanan qrup(lar) ilə", + "duplicates.found_prefix": "Tapıldı", + "duplicates.group_aria": "Təkrarlanan qrup", + "duplicates.heading": "Təkrarlanan Sənədlər", + "duplicates.how_it_works_heading": "Yaxın-təkrarlanan aşkar etmənin necə işlədiyi", + "duplicates.max_results_label": "Maks. nəticələr", + "duplicates.near_dup_desc": "Eyni (və ya çox bənzər) məzmunu daşıyan başqa faylların olub-olmadığını yoxlamaq üçün bir sənəd seçin — hətta fərqli vaxtlarda skan edilmiş və fərqli SHA-256 hash-lərinə malik olsalar belə.", + "duplicates.near_dup_heading": "Bir Sənəd üçün Yaxın-Təkrarlananları Tapın", + "duplicates.no_exact_heading": "Tam dəqiq təkrarlananlar tapılmadı", + "duplicates.page_title": "Təkrarlanan Sənədlər - DocuElevate", + "duplicates.pagination_aria": "Səhifələmə", + "duplicates.role_duplicate": "Təkrarlanan", + "duplicates.role_original": "Orijinal", + "duplicates.tab_exact": "Tam Dəqiq Təkrarlananlar", + "duplicates.tab_near": "Yaxın-Təkrarlanan Axtarıcısı", + "duplicates.tabs_aria": "Təkrarlanan aşkar etmə tabları", + "duplicates.threshold_label": "Bənzərlik həddi", + "duplicates.view_dup_aria": "Təkrarlanan faylı görüntüləyin", + "duplicates.view_original_aria": "Orijinal faylı görüntüləyin", + "error.404_code": "404", + "error.404_heading": "Oops, bu səhifəni tapa bilmirik!", + "error.404_home": "Ana səhifəyə qayıt", + "error.404_message": "Görünür, DocuElevate axtardığınız sənədi itirib. Narahat olmayın – biz sizə kömək edəcəyik.", + "error.404_title": "404 - Tapılmadı", + "error.500_code": "500", + "error.500_debug_info": "Debug Məlumatını Göstər", + "error.500_description": "Serverlərimizdə bir problem baş verdi və bir az zamana ehtiyac var.", + "error.500_heading": "Oops! Nəsə səhv getdi.", + "error.500_home": "Ana səhifəyə gedin", + "error.500_img_alt": "Server səhvini təsvir edən illüstrasiya", + "error.500_message1": "Serverlərimizdə bir problem baş verdi və bir az zamana ehtiyac var. Bəlkə hamsturlar qəhvələrini tökdülər?", + "error.500_message2": "Artıq biz bununla məşğul oluruq - faylları sıralayırıq, serverləri yenidən başladırıq və flux kapasitörlərini yenidən kalibrləyirik.", + "error.500_title": "Server Səhvi - DocuElevate", + "error.forbidden": "Qadağan olunub", + "error.forbidden_message": "Bu səhifəyə giriş icazəniz yoxdur.", + "error.not_found": "Səhifə tapılmadı", + "error.not_found_message": "Axtardığınız səhifə mövcud deyildir.", + "error.server_error": "Daxili Server Xətası", + "error.server_error_message": "Bir şey səhv oldu. Zəhmət olmasa sonra yenidən cəhd edin.", + "error.unauthorized": "İcazəsiz", + "error.unauthorized_message": "Bu səhifəyə daxil olmaq üçün giriş etməlisiniz.", + "files.action_delete": "Faylı sil", + "files.action_details": "Təfərrüatları gör", + "files.action_preview": "Sürətli önizləmə", + "files.bulk_clear_selection": "Seçimi Təmizlə", + "files.bulk_cloud_ocr": "Cloud OCR-i təkrar işə sal", + "files.bulk_delete": "Seçilmişləri sil", + "files.bulk_download": "ZIP olaraq yüklə", + "files.bulk_reprocess": "Seçilmişləri yenidən işləyə bilmək", + "files.delete_modal_cancel": "İmtina et", + "files.delete_modal_confirm": "Sil", + "files.delete_modal_message": "Bu faylı silmək istədiyinizə əminsiniz?", + "files.delete_modal_title": "Silinməni təsdiq et", + "files.document_title": "Sənədin Başlığı", + "files.drop_overlay_hint": "PDF, Office sənədləri, şəkillər, HTML, Markdown və daha çoxunu dəstəkləyir – qovluqlar rekursiv işlənir", + "files.drop_overlay_title": "Yükləmək üçün faylları və ya qovluqları istənilən yerə atın", + "files.error_hint": "Bu, konfiqurasiya və ya idxal problemi ilə bağlı ola bilər. Zəhmət olmasa server gündəliklərini yoxlayın.", + "files.file_size": "Fayl Ölçüsü", + "files.filename": "Fayl adı", + "files.files_selected": "seçilmiş fayl", + "files.filter_all_providers": "Bütün Provayderlər", + "files.filter_all_statuses": "Bütün Statuslar", + "files.filter_all_types": "Bütün Növlər", + "files.filter_apply": "Filtrləri Tətbiq Et", + "files.filter_clear": "Təmizlə", + "files.filter_date_from": "Tarixdən", + "files.filter_date_from_aria": "Tarixdən filter", + "files.filter_date_to": "Tarixə", + "files.filter_date_to_aria": "Tarixə filter", + "files.filter_form_aria": "Faylları filter et", + "files.filter_mime_type": "MIME Növü", + "files.filter_ocr_all": "Bütün Fayllar", + "files.filter_ocr_good": "Yaxşı keyfiyyət", + "files.filter_ocr_poor": "Zəif keyfiyyət", + "files.filter_ocr_quality": "OCR Keyfiyyəti", + "files.filter_ocr_quality_aria": "OCR keyfiyyət ballarına görə filtr", + "files.filter_ocr_unchecked": "Hələ qiymətləndirilməyib", + "files.filter_search_label": "Dosya Adı Axtar", + "files.filter_search_placeholder": "dosya adını daxil edin...", + "files.filter_storage_provider": "Yaddaş Təchizatçısı", + "files.filter_tags_aria": "Etiketlərə görə filtr (vergüllə ayrılmış)", + "files.filter_tags_placeholder": "məs. faktura,amazon", + "files.fulltext_search_label": "Tam Mətn Axtarışı (OCR mətni, metadata, etiketlər)", + "files.fulltext_search_placeholder": "Sənəd məzmununu, göndərən, etiketlər, növ... axtarın", + "files.no_files": "Heç bir fayl tapılmadı", + "files.ocr_status": "OCR Statusu", + "files.page_title": "Fayl Qeydləri", + "files.pagination_files": "fayllar", + "files.pagination_first": "İlk", + "files.pagination_last": "Son", + "files.pagination_nav_aria": "Fayl siyahısı səhifələmə", + "files.pagination_next": "Sonraki", + "files.pagination_of": "dən", + "files.pagination_previous": "Əvvəlki", + "files.pagination_showing": "Göstərilir", + "files.preview_modal_close": "Baxışı bağlayın", + "files.preview_modal_title": "Baxış", + "files.queue_banner_items": "item(lar) hal-hazırda sıralanıb və ya işlənir. İstifadə olunduqdan sonra fayllar burada görsənəcək.", + "files.queue_banner_link": "Sıralama Göstər", + "files.saved_searches_empty": "Hələ saxlanılmış axtarış yoxdur", + "files.saved_searches_error": "Saxlanılmış axtarışları yükləmək mümkün olmadı", + "files.saved_searches_label": "Saxlanılmış Axtarışlar", + "files.saved_searches_save": "Mövcudunu Saxla", + "files.saved_searches_save_aria": "Mövcud filtrləri saxlanılmış axtarış olaraq saxla", + "files.search_results_empty": "Heç bir nəticə tapılmadı.", + "files.search_results_title": "Axtarış Nəticələri", + "files.status_duplicate": "Dublikat", + "files.table_actions": "Hərəkətlər", + "files.table_aria": "Fayl qeydləri", + "files.table_created_at": "Yaradılmışdır", + "files.table_empty": "Heç bir fayl tapılmadı", + "files.table_id": "ID", + "files.table_mime_type": "MIME Növü", + "files.table_original_filename": "Əsl Fayl Adı", + "files.table_select_all": "Bu səhifədəki bütün faylları seç", + "files.tags": "Etiketlər", + "files.title": "Fayllar", + "files.upload_modal_aria": "Yükləmə prosesi", + "files.upload_modal_close": "Yükləmə prosesini bağla", + "files.upload_modal_header": "Fayllar Yüklənir", + "files.uploaded": "Yükləndi", + "footer.about": "Haqqında", + "footer.attribution": "Məlumat", + "footer.attributions": "Məlumatlar", + "footer.cookies": "Çərəzlər", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "İz", + "footer.license": "Lisenziya", + "footer.navigation": "Alt naviqasiya", + "footer.privacy": "Məxfilik", + "footer.terms": "Şərtlər", + "footer.version": "Versiya {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "OAuth-bağlı. Fayllar seçdiyiniz qovluğa düşür.", + "help.destinations_email": "E-poçt İrəliləməsi", + "help.destinations_email_desc": "İşlənmiş fayllar SMTP əlavələri kimi göndərilir.", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "Xidmət hesabı və ya OAuth. Paylaşılan sürücüləri dəstəkləyir.", + "help.destinations_heading": "Təyinatlar – Dokumentlərin Getdiyi Yer", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "WebDAV vasitəsilə öz ev sahibliyində bulud saxlama.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Microsoft Graph API inteqrasiyası.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "Sənədləri arxiv üçün birbaşa Paperless-ə göndər.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "Hər hansı bir S3-uyğun kovada (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "Hər hansı bir serverə təhlükəsiz fayl transferi.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "Hər hansı xarici son nöqtəyə POST metadata göndərin.", + "help.documentation": "Sənədləşmə", + "help.faq": "Tez-tez Verilən Suallar", + "help.faq_1_a": "Yükləmə səhifəsinə keçin, fayllarınızı sürükleyib buraxın və ya Fayl Seç düyməsini klikləyin. DocuElevate şəkilləri və ofis sənədlərini PDF formatına çevirir, OCR işlətir və metadata avtomatik olaraq çıxarır.", + "help.faq_1_q": "Sənədləri necə yükləyə bilərəm?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF və HTML. PDF olmayan fayllar emal etməzdən əvvəl avtomatik olaraq PDF-ə çevrilir.", + "help.faq_2_q": "Hansı fayl formatları dəstəklənir?", + "help.faq_3_a": "Bəli. E-poçt İstifadəsi bölməsinə keçin, IMAP hesabı əlavə edin və DocuElevate yeni mesajlar üçün yoxlama aparacaq və əlavə faylları avtomatik emal edəcək.", + "help.faq_3_q": "E-poçtdan sənədləri emal edə bilərəmmi?", + "help.faq_4_a": "Pipelines sizə emal addımlarını – OCR, AI extraction, format çevirisi – birləşdirmək və nəticəni bir və ya daha çox təyinatı yönləndirmək imkanı verir. Onları Pipelines səhifəsindən yaradın və idarə edin.", + "help.faq_4_q": "Emal boru xətləri necə işləyir?", + "help.faq_5_a": "DocuElevate məlumatları istirahətdə şifrələyir, TLS vasitəsilə ünsiyyət qurur və sənədlərinizi lazımi müddətdən daha uzun saxlamır. Tam məlumat üçün Gizlilik Bildirişinə baxın.", + "help.faq_5_a_post": " tam məlumat üçün.", + "help.faq_5_a_pre": "DocuElevate, məlumatları istirahətdə şifrələyir, TLS vasitəsilə əlaqə saxlayır və sənədlərinizi zəruri olandan daha uzun müddət saxlamağa çalışmır. Baxın ", + "help.faq_5_q": "Mənim məlumatlarım təhlükəsizdirmi?", + "help.faq_heading": "Tez-tez Soruşulan Suallar", + "help.getting_started": "Başlamaq", + "help.heading": "Kömək Mərkəzi", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Sənədləri proqramatik yolla göndərmək üçün REST API-dən istifadə edin. Bearer token ilə autentifikasiya edin və faylları yükləmə uçotuna göndərin.", + "help.ingestion_heading": "Məlumatların İynə Alınması Alətləri", + "help.ingestion_mobile": "Mobil Tətbiqlər", + "help.ingestion_mobile_desc": "Telefonunuzdan və ya tabletinizdən şəkilləri və skanları DocuElevate-ə göndərmək üçün xüsusi HTTP yükləmə istiqamətlərini dəstəkləyən istənilən mobil skan tətbiqini istifadə edin.", + "help.ingestion_scanners": "Şəbəkə Skanerləri", + "help.ingestion_scanners_desc": "Hər hansı bir şəbəkə skaneri və ya çoxfunksiyalı printeri DocuElevate-ın yükləmə uçotuna yönləndirin. Skalan sənədlər birbaşa emal sırasınıza gəlir.", + "help.ingestion_watched_folders": "İzləmə Qovluqları", + "help.ingestion_watched_folders_desc": "İzlənəcək yerli və ya şəbəkə qovluğunu konfiqurasiya edin. İzlənən qovluğa yerləşdirilən hər hansı bir fayl avtomatik olaraq yüklənir və DocuElevate tərəfindən emal olunur.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "DocuElevate-i Zapier, n8n, və ya Make ilə avtomatlaşdırma iş axınlarınıza inteqrasiya edin. Hər hansı bir hadisədən sənəd yükləmələrini başlatmaq üçün REST API fəaliyyətlərindən istifadə edin.", + "help.meta_description": "DocuElevate ilə kömək alın – sənədlərin yüklənməsi, bulud saxlama ilə əlaqə yaratma, boru kəmərlərini qurma və daha çoxuna dair rəhbərliklər tapın.", + "help.og_description": "DocuElevate ilə kömək alın – sənədlərin yüklənməsi, bulud saxlama ilə əlaqə yaratma, boru kəmərlərini qurma və daha çoxuna dair rəhbərliklər tapın.", + "help.page_title": "Kömək Mərkəzi", + "help.privacy_notice": "Gizlilik Bildirişi", + "help.quickstart_heading": "Tez Başlanğıc", + "help.quickstart_storage": "Sağlamanı Bağlayın", + "help.quickstart_storage_desc": "Parametrlərə keçin və bulud hesablarınızı bağlayın. Emal edilmiş sənədlər, konfiqurasiya etdiyiniz hər təyinatı avtomatik olaraq yönləndirilir.", + "help.quickstart_storage_desc_full": "İnteqrasiyalara keçin və bulud saxlama hesablarınızı bağlayın. DocuElevate Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud və bir çoxunu dəstəkləyir. Emal olunmuş sənədlərinizi konfiqurasiya etdiyiniz hər bir istiqamətə avtomatik yönləndrilir.", + "help.quickstart_upload": "Sənədləri Yükləyin", + "help.quickstart_upload_desc": "Faylları Yükle səhifəsinə sürükleyin və ya Fayl Seçin düyməsini basın. DocuElevate şəkilləri və ofis sənədlərini PDF-ə çevirir, OCR əməliyyatını yerinə yetirir və metadata-nı avtomatik çıxarır.", + "help.quickstart_workflows": "İş Axınlarını Avtomatlaşdırın", + "help.quickstart_workflows_desc": "Çox mərhələli emal və yönləndirmə qaydalarını təyin etmək üçün Pipelines yaradın. OCR, AI extraction, format çevirisi və çatdırmanı tək axında birləşdirin.", + "help.sources_email_ingestion": "E-poçt İstifadəsi (IMAP)", + "help.sources_email_ingestion_desc": "Sənədləri xüsusi e-poçt qutusuna yönləndirin. E-poçt İstifadəsi altında bir və ya daha çox IMAP hesabı əlavə edin. DocuElevate yeni mesajlar üçün yoxlama aparır və əlavə faylları avtomatik emal edir.", + "help.sources_heading": "Mənbələr – Sənədləri Gətirmək", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "Faylları /api/upload ünvanına POST edərək proqramlı şəkildə inteqrasiya edin. Skriptlər, izlənilən qovluqlar, skanerlər və ya Zapier və n8n kimi üçüncü tərəf alətləri üçün ideal.", + "help.sources_scanner": "Skaner və Mobil", + "help.sources_scanner_desc": "Şəbəkə skanerlərini DocuElevate yükləmə sonluğuna yönəldin və ya xüsusi HTTP təyinatlarını dəstəkləyən hər hansı bir mobil skanerləmə tətbiqini istifadə edin.", + "help.sources_scanner_desc_full": "Şəbəkə skanerinizi və ya çoxfunksiyalı printerinizi skansız birbaşa DocuElevate-ə göndərmək üçün konfiqurasiya edin. Hədəf olaraq /api/upload uçotunu istifadə edin. Xüsusi yükləmə istiqamətləri olan mobil skan tətbiqləri də dəstəklənir.", + "help.sources_web_upload": "Veb Yükləmə", + "help.sources_web_upload_desc": "Başlamaq üçün ən sürətli yol. Yükle səhifəsini açın, bir və ya daha çox faylı sürükləyin və DocuElevate qalanını öz üzərinə götürür. Dəstəklənən formatlar PDF, JPEG, PNG, TIFF, DOCX, XLSX və daha çoxdur.", + "help.subheading": "DocuElevate-dən maksimum fayda almaq üçün lazım olan hər şey. Aşağıda mövzuları gəzin və ya lazım olanı axtarın.", + "help.support": "Dəstək", + "help.support_admin_message": "Dəstək məlumatı üçün administratorunuzla əlaqə saxlayın.", + "help.support_description": "Axtardığınızı tapa bilmirəm? Dəstək komandamız kömək etmək üçün burada.", + "help.support_heading": "Dəstək ilə Əlaqə", + "help.support_live_chat": "Canlı Çat mövcuddur – söhbət başlatmaq üçün çat balonuna klikləyin.", + "help.support_ticket_button": "Bilet Göndər", + "help.support_ticket_desc": "Aşağıdakı formu doldurun və dəstək komandamız mümkün qədər tez sizinlə əlaqə saxlayacaq.", + "help.support_ticket_heading": "Dəstək Bileti Açın", + "help.title": "Kömək Mərkəzi", + "help.workflows_creating": "Pipeline Yaratmaq", + "help.workflows_definition": "Pipeline, bir sənəd əlavə edildiyi zaman avtomatik olaraq işləyən bir sıra emal addımlarından ibarətdir. Hər bir addım sənədi dəyişdirə, zənginləşdirə və ya yönləndirə bilər.", + "help.workflows_heading": "İş Axınları və Pipelines", + "help.workflows_step_1": "PDF-ə çevirin", + "help.workflows_step_1_create": "Ana menyuda Pipelines-a keçin.", + "help.workflows_step_1_full": "PDF-yə çevirmək – gələn bütün fayllar standart PDF formatına normalizə edilir.", + "help.workflows_step_2": "OCR – mətni çıxarın", + "help.workflows_step_2_create": "Yeni Pipeline-u 클릭 하고 ona bir ad verin.", + "help.workflows_step_2_full": "OCR – skan edilmiş səhifələrdən seçilə bilən mətni Azure Document Intelligence və ya daxili mühərrikdən istifadə edərək çıxarın.", + "help.workflows_step_3": "AI metadata çıxarılması", + "help.workflows_step_3_create": "Lazım olan emal addımlarını əlavə edin.", + "help.workflows_step_3_full": "AI metadata çıxarılması – sənəd tipini təsnif edin və OpenAI istifadə edərək məbləğlər, tarixlər və adlar kimi əsas sahələri çıxarın.", + "help.workflows_step_4": "Bir və ya daha çox təyinat yerinə çatdırın", + "help.workflows_step_4_create": "Bir və ya daha çox çatdırma məqsədini seçin.", + "help.workflows_step_5_create": "Saxla – yeni sənədlər bu pipeline ilə avtomatik emal ediləcək.", + "help.workflows_typical_steps": "Tipik Addımlar", + "help.workflows_what_is": "Pipeline nədir?", + "index.badge_intelligent": "İntellektual Sənəd Emalı", + "index.button_browse_files": "Sənədləri Gəz", + "index.button_upload": "Yüklə", + "index.capabilities_cloud": "Bulud saxlama: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "E-poçt və URL-yə əsaslanan sənəd qəbulü", + "index.capabilities_ocr": "AI ilə OCR və metadata çıxarılması", + "index.capabilities_paperless": "Sənəd idarəçiliyi üçün Paperless-ngx inteqrasiyası", + "index.capabilities_title": "İmkanlar", + "index.capabilities_workflows": "Avtomatlaşdırılmış təsnifat və marşrutlaşdırma iş axınları", + "index.cta_description": "DocuElevate ilə sənəd emalını avtomatlaşdıran komandalarla qoşulun.", + "index.cta_heading": "Sənəd iş axınınızı yüksəltməyə hazırsınız?", + "index.cta_pricing": "Qiymətləri görün", + "index.cta_signup": "Pulsuz hesab yaradın", + "index.dashboard_subtitle": "İntellektual sənəd emalı və idarəetmə", + "index.dashboard_subtitle_teams": "İntellektual sənəd emalı və idarəetmə — komandalar üçün hazırlanmışdır", + "index.feature_ai": "AI Metadata Çıxarılması", + "index.feature_ai_desc": "OpenAI, Claude, Gemini və digər pluggable AI təminatçıları sənədləri təsnif edir və tarixlər, məbləğlər və mövzular kimi əsas sahələri çəkirlər.", + "index.feature_cloud": "Çox Buludlu Saxlama", + "index.feature_cloud_desc": "Emal edilmiş faylları Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP və daha çoxuna yönləndirin.", + "index.feature_email": "E-poçt və IMAP Qəbulu", + "index.feature_email_desc": "Gmail və ya hər hansı bir IMAP poçt qutusundan sənədləri avtomatik olaraq alın — əllə yükləməyə ehtiyac yoxdur.", + "index.feature_ocr": "OCR və Mətni Çıxarılması", + "index.feature_ocr_desc": "Azure Sənəd İntellekti skan edilmiş PDF-ləri və şəkilləri tamamilə axtarıla bilən mətbə çevrir.", + "index.feature_pipelines": "Xüsusi Pipelines", + "index.feature_pipelines_desc": "Tənzimlənə bilən addımlarla emal pipeline-ları yaradın — OCR, AI çıxarılması, format çevrilməsi və saxlamanın yönləndirilməsi istənilən sırayla.", + "index.feature_search": "Tam Mətni Axtar", + "index.feature_search_desc": "Bütün arxivinizdə məzmun, metadata və ya etiketlər üzrə istənilən sənədi dərhal tapın.", + "index.feature_section_title": "Ağıllı sənəd iş axınları üçün lazım olan hər şey", + "index.getting_started": "Başlamaq", + "index.getting_started_1": "İnteqrasiyaları Sistem Statusu vasitəsilə konfiqurasiya edin", + "index.getting_started_2": "İlk sənədinizi yükləyin", + "index.getting_started_3": "Nəticələri Fayllar bölməsində nəzərdən keçirin", + "index.getting_started_learn": "DocuElevate haqqında daha çox öyrənin", + "index.hero_description": "DocuElevate sənədlərinizi qəbul edir, OCR keçirir, AI ilə metadata çıxarır və faylları Dropbox, Google Drive, OneDrive, S3, Nextcloud və daha çoxuna yönləndirir - hamısı birləşdirilmiş bir boru kəmərində.", + "index.hero_heading": "Yükləmədən anlayışa - avtomatik.", + "index.hero_login": "Daxil olun", + "index.hero_pricing": "Planları və Qiymətləri baxın", + "index.hero_signup": "Başlayın - bu pulsuzdur", + "index.integrations_active": "Aktiv inteqrasiyalar", + "index.integrations_storage": "Saxlama hədəfləri", + "index.integrations_title": "İnteqrasiyalar", + "index.integrations_view_status": "Sistem statusunu baxın", + "index.page_title_dashboard": "İdarəetmə Paneli", + "index.page_title_public": "İntellektual Sənəd Emalı", + "index.platform_overview": "Platforma icmalı", + "index.processing_stats": "Emal Statistikaları", + "index.quick_actions": "Tez Əməliyyatlar", + "index.quick_documents": "Mənim Sənədlərim", + "index.quick_documents_desc": "Emal edilmiş fayllarınızı nəzərdən keçirin", + "index.quick_search": "Axtarış", + "index.quick_search_desc": "Sənədlər arasında tam mətni axtarış", + "index.quick_subscription": "Mənim Abonəliyim", + "index.quick_subscription_desc": "Plan və istifadə detallarını baxın", + "index.quick_system_status": "Sistem Statusu", + "index.quick_system_status_desc": "İnteqrasiyanın sağlamlığını yoxlayın", + "index.quick_upload": "Sənəd Yükləyin", + "index.quick_upload_desc": "Yeni bir faylı emal edin", + "index.quick_view_files": "Bütün Faylları Baxın", + "index.quick_view_files_desc": "Emal edilmiş sənədləri nəzərdən keçirin", + "index.single_user_heading": "DocuElevate İdarəetmə Paneli", + "index.single_user_subtitle": "İntellektual sənəd emalı və idarə edilməsi", + "index.stat_active_integrations": "Aktiv İnteqrasiyalar", + "index.stat_active_users": "Aktiv istifadəçilər", + "index.stat_files_month": "Bu ay Fayllar", + "index.stat_files_ocr": "OCR-lə Fayllar", + "index.stat_files_today": "Bu gün Fayllar", + "index.stat_storage_targets": "Saxlama Hədəfləri", + "index.stat_this_month": "Bu ay", + "index.stat_today": "Bu gün", + "index.stat_total_files": "Cəmi fayllar", + "index.stat_total_processed": "Cəmi emal olunmuş", + "index.tier_plan": "Plan", + "index.tier_upgrade": "Təkmilləşdirmək", + "index.tier_view_details": "Tam detallara baxın", + "index.upgrade_daily_limits": "Yüksək gündəlik və aylıq limitlər", + "index.upgrade_description": "Daha çox sənəd, daha çox hədəf və prioritet dəstək açın.", + "index.upgrade_destinations": "Daha çox saxlama hədəfi", + "index.upgrade_ocr_pages": "Daha çox OCR səhifəsi", + "index.upgrade_plan": "Planınızı yüksəldin", + "index.upgrade_view_pricing": "Planlar və qiymətləri görün", + "index.usage_lifetime": "Ömürlük fayllar", + "index.usage_month": "Bu ay fayllar", + "index.usage_my_usage": "Mənin istifadəm", + "index.usage_today": "Bugün fayllar", + "index.usage_unlimited": "Limitsiz", + "integrations.access_key_label": "Giriş Açarı ID", + "integrations.active_label": "Aktiv", + "integrations.add_button": "İnteqrasiyanı Əlavə Et", + "integrations.add_first_button": "İlk İnteqrasiyanı Əlavə Et", + "integrations.api_token_label": "API Token", + "integrations.authorize_btn": "Səlahiyyət Ver", + "integrations.authorize_reauth": "Təkrar Səlahiyyət Ver", + "integrations.bucket_label": "Kova", + "integrations.configure": "Konfiqurasiya et", + "integrations.connect": "Bağlan", + "integrations.connected": "Bağlı", + "integrations.connection_failed": "Bağlantı uğursuz oldu", + "integrations.connection_success": "Bağlantı uğurlu oldu", + "integrations.delete_confirm_are_you_sure": "Silinməsini istədiyinizə əminsinizmi", + "integrations.delete_confirm_title": "İnteqrasiyanı Sil?", + "integrations.delete_confirm_undone": "Bu əməliyyat geri alına bilməz.", + "integrations.delete_emails_label": "Emilləri emal edildikdən sonra sil", + "integrations.delete_files_label": "Faylları emal edildikdən sonra sil", + "integrations.destinations_quota_label": "Saxlama Məkanları:", + "integrations.destinations_section": "Məkanlar", + "integrations.direction_destination": "Məkan (saxlama)", + "integrations.direction_label": "İstiqamət", + "integrations.direction_placeholder": "\u001e Seçin \u001e", + "integrations.direction_source": "Mənbə (qəbul)", + "integrations.disconnect": "Bağlantını kəs", + "integrations.email_settings": "Email İrəliləmə Ayarları", + "integrations.empty_state": "Heç bir inteqrasiya konfiqurasiya edilməyib", + "integrations.endpoint_label": "Endpoint URL", + "integrations.endpoint_optional": "(seçimlik, S3-ə uyğun)", + "integrations.folder_label": "Qovluq", + "integrations.folder_optional": "(seçimlik)", + "integrations.folder_path_label": "Qovluq Yolu", + "integrations.folder_prefix_label": "Qovluq Prefiksi", + "integrations.generic_settings_hint": "Bu inteqrasiya növü üçün konfiqurasiya, yaradıldıqdan sonra API vasitəsilə JSON formatında təqdim edilə bilər.", + "integrations.gmail_hint": "Gmail etiketləri və ulduz: aktivləşdirildikdə, emal edilmiş emillər ulduzlanır və Gmail'da \"Qəbul edilmiş\" etiketi ilə işarələnir. Yalnız Gmail serverlərinə aiddir.", + "integrations.gmail_labels": "Gmail etiketlərini və ulduzları tətbiq et", + "integrations.host_label": "Ev sahibi", + "integrations.imap_settings": "IMAP Parametrləri", + "integrations.loading": "İnteqrasiyalar yüklənir\u0010", + "integrations.modal_close": "Modalı bağla", + "integrations.modal_title_add": "İnteqrasiyanı Əlavə Et", + "integrations.modal_title_edit": "İnteqrasiyanı Redaktə Et", + "integrations.name_label": "Etiket", + "integrations.name_placeholder": "məs. İş Gmail, S3 Arxiv", + "integrations.nextcloud_settings": "Nextcloud Ayarları", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Qəbul etmək üçün mənbələri (məsələn, IMAP) və saxlama mənbələrini (məsələn, S3, Dropbox və ya Google Drive) birləşdirmək üçün ilk birləşməni əlavə edin.", + "integrations.not_connected": "Bağlı deyil", + "integrations.oauth_folder_label": "Qovluq", + "integrations.oauth_hint": "Bu birləşməni əvvəlcə saxlayın, sonra OAuth axınını tamamlamaq üçün İcazə ver düyməsini istifadə edin. Şəxsi birləşmə qeydinizdə məlumatlarınız təhlükəsiz şəkildə saxlanacaq.", + "integrations.page_title": "İnteqrasiyalar", + "integrations.paperless_settings": "Paperless NGX Ayarları", + "integrations.password_label": "Şifrə", + "integrations.paused": "Dayandırılıb", + "integrations.plan_label": "Plan:", + "integrations.port_label": "Port", + "integrations.quota_not_available": "(mövcud deyil)", + "integrations.quota_unlimited": "/ limitsiz", + "integrations.recipient_label": "Alıcının E-poçtu", + "integrations.region_label": "Region", + "integrations.remote_path_label": "Uzaq Yol", + "integrations.s3_prefix_label": "Prefiks (qovluq yolu)", + "integrations.s3_settings": "S3 Ayarları", + "integrations.secret_key_label": "Gizli Giriş Açarı", + "integrations.show_password": "Şifreyi göstərin", + "integrations.show_secrets": "Gizli məlumatları göstərin", + "integrations.show_token": "Tokeni göstərin", + "integrations.source_local": "Yerli Fayllar", + "integrations.source_type_label": "Mənbə Növü", + "integrations.sources_quota_label": "Mailbox Mənbələri:", + "integrations.sources_section": "Mənbələr", + "integrations.subtitle": "Qəbul mənbələrinizi və saxlama yerlərinizi bir yerdə idarə edin.", + "integrations.title": "İnteqrasiyalar", + "integrations.type_label": "Birləşmə Növü", + "integrations.type_placeholder": "\u0000 — Əvvəlcə istiqaməti seçin —", + "integrations.upgrade_plan": "Planı Yüksəldin", + "integrations.use_ssl": "SSL istifadə edin", + "integrations.username_label": "İstifadəçi adı", + "integrations.watch_folder_settings": "İzləmə Qovluğu Ayarları", + "integrations.webdav_settings": "WebDAV Ayarları", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Qəbul", + "integrations.webhook_how_heading": "Webhook Qəbulunun Necə İşlədiyi", + "integrations.webhook_how_text": "Bir webhook birləşməsi xarici sistemlərin REST API vasitəsilə sənədləri birbaşa DocuElevate-ə yollamağa imkan verir. DocuElevate yeni faylları (məsələn, IMAP) əldə etmək əvəzinə, tətbiqiniz doğrulama üçün API tokeni ilə HTTP sorğusu istifadə edərək faylları DocuElevate-ə göndərir.", + "integrations.webhook_ideal_text": "Bu, CI/CD boru xətləri, avtomatlaşdırma skriptləri, skanerlər birləşmələri və sənəd yaradan və işlənmək üçün göndərməyə ehtiyacı olan hər hansı bir sistem üçün idealdır.", + "integrations.webhook_quick_start": "Tez Başlanğıc", + "integrations.webhook_security_tip": "Hər bir birləşmə üçün xüsusi bir API tokeni yaradın və təhlükə olduqda dərhal ləğv edin. Tokenlər API Tokenləri səhifəsində idarə edilə bilər.", + "integrations.webhook_step1": "{api_tokens_link} səhifəsinə gedin və şəxsi token yaradın.", + "integrations.webhook_upload_with_token": "Sənədləri API vasitəsilə yükləmək üçün tokeni istifadə edin:", + "language.bg": "\u0018B\u000b5\u00180\u0000B7\u0018B\u0000B5\u0018F\u0000B8", + "language.ca": "Català", + "language.change_success": "Dil {language} olaraq dəyişdirildi", + "language.changed": "Dil {language} olaraq dəyişdirildi", + "language.cs": "\u0010ce\u00161tina", + "language.da": "Dansk", + "language.de": "Deutsch", + "language.el": "\u001f\u000bB\u000b1\u0000B0\u0000B9\u0000B7\u0000B9\u0000B4\u0000B9", + "language.en": "English", + "language.es": "Espa\u001fñol", + "language.et": "Eesti", + "language.fi": "Suomi", + "language.fr": "Fran\u001fais", + "language.ga": "Gaeilge", + "language.hr": "Hrvatski", + "language.hu": "Macar", + "language.is": "Íslenska", + "language.it": "İtalyanca", + "language.lb": "Lüksemburqca", + "language.lt": "Litva dili", + "language.lv": "Latviya dili", + "language.nb": "Norveç dili", + "language.nl": "Niderland dilı", + "language.no_results": "Heç bir dil tapılmadı", + "language.pl": "Polyak", + "language.pt": "Portuqal", + "language.ro": "Rumın", + "language.ru": "Rus", + "language.search_placeholder": "Dilləri axtarın…", + "language.selector": "Dil", + "language.selector_label": "Dili seçin", + "language.sk": "Slovak", + "language.sl": "Slovence", + "language.sv": "İsveç", + "language.tr": "Türkçe", + "language.uk": "Ukrayna dili", + "language.zh": "Çince", + "nav.about": "Haqqında", + "nav.account_menu": "Hesab menyusu", + "nav.account_menu_for": "{name} üçün hesab menyusu", + "nav.admin": "Administrator", + "nav.admin.audit_logs": "Audit Girişləri", + "nav.admin.backups": "Ehtiyat Nüsxələri", + "nav.admin.plans": "Planlar", + "nav.admin.scheduled_jobs": "Təyin Edilmiş İşlər", + "nav.admin.users": "İstifadəçilər", + "nav.admin_actions": "Administrator Əməliyyatları", + "nav.admin_menu": "Administrator Menyusu", + "nav.api_docs": "API Sənədləri", + "nav.api_tokens": "API Tokenləri", + "nav.backup_restore": "Ehtiyat Nüsxəsi və Bərpa", + "nav.credentials": "Kimliklər", + "nav.dark_mode": "Qaranlıq Rejim", + "nav.dashboard": "Gösterge Paneli", + "nav.developer_docs": "Tərtibatçı Sənədləri", + "nav.duplicates": "Dublikatlar", + "nav.file_manager": "Fayl Meneceri", + "nav.files": "Fayllar", + "nav.get_started": "Başlayın", + "nav.help": "Kömək", + "nav.help_center": "Yardım Mərkəzi", + "nav.imap": "Email İdxalı", + "nav.integrations": "İnteqrasiyalar", + "nav.light_mode": "Aydın Rejim", + "nav.login": "Daxil Ol", + "nav.logout": "Çıxış Et", + "nav.main_navigation": "Əsas naviqasiya", + "nav.my_subscription": "Mənim Abunəliyim", + "nav.notifications": "Bildirişlər", + "nav.open_main_menu": "Əsas menyunu aç", + "nav.pipelines": "Borular", + "nav.plan_designer": "Plan Dizayneri", + "nav.pricing": "Qiymətləndirmə", + "nav.profile": "Profil", + "nav.profile_settings": "Profil Ayarları", + "nav.queue": "Növbə", + "nav.queue_monitor": "Növbə Monitoru", + "nav.scheduled_jobs": "Təqvimə daxil edilmiş İşlər", + "nav.search": "Axtar", + "nav.settings": "Ayarlar", + "nav.shared_links": "Paylaşılan Bağlantılar", + "nav.sign_out": "Çıxış et", + "nav.signup": "Qeydiyyat", + "nav.similarity": "Oxşarlıq", + "nav.skip_to_content": "Əsas məzmunu atla", + "nav.status": "Status", + "nav.subscription": "Abunəlik", + "nav.toggle_dark_mode": "Qaranlıq rejimi dəyiş", + "nav.toggle_nav": "Naviqasiya menyusunu dəyiş", + "nav.upload": "Yüklə", + "nav.users": "İstifadəçilər", + "nav.version": "Versiya Məlumatı", + "notifications.filter_all": "Hamısı", + "notifications.filter_read": "Yalnız oxunanlar", + "notifications.filter_unread": "Yalnız oxunmamışlar", + "notifications.manage_desc": "Bildiriş qutunuzu, hədəflərinizi və hadisə seçimlərinizi idarə edin", + "notifications.mark_all_read": "Hamısını Oxunmuş kimi işarələyin", + "notifications.mark_all_read_btn": "Hamısını oxunmuş işarələyin", + "notifications.mark_read": "Oxunmuş kimi işarələyin", + "notifications.no_notifications": "Heç bir bildiriş yoxdur", + "notifications.page_title": "Bildirişlər", + "notifications.tab_inbox": "Gelenlər", + "notifications.tab_settings": "Ayarlar", + "notifications.title": "Bildirişlər", + "notifications.unread_count": "{count} oxunmamış bildiriş", + "pipelines.active_label": "Aktiv", + "pipelines.add_step_btn": "Addım Əlavə Et", + "pipelines.create": "Pipeline Yarat", + "pipelines.custom_label_label": "Xüsusi Etiket", + "pipelines.default_label": "Standart", + "pipelines.description_label": "Təsvir", + "pipelines.description_placeholder": "İstəyə bağlı təsvir", + "pipelines.disabled_label": "Deaktiv", + "pipelines.edit": "Pipeline Düzəlt", + "pipelines.empty_state": "Hələ ki pipeline yoxdur", + "pipelines.empty_state_hint": "Xüsusi sənəd emalı iş axınlarını müəyyən etmək üçün ilk pipeline-ınızı yaradın.", + "pipelines.enabled_label": "Aktivləşdirilib", + "pipelines.force_cloud_ocr_label": "Bulud OCR-i zorla icra et (yerli mətn çıxarılması keç)", + "pipelines.inactive_label": "Passiv", + "pipelines.loading": "Pipeline yüklənir\u001e...", + "pipelines.name_placeholder": "Mənim pipeline-ım", + "pipelines.new_pipeline_btn": "Yeni Pipeline", + "pipelines.no_steps": "Müəyyən edilmiş addım yoxdur. Pipeline-inizi qurmaq üçün bir addım əlavə edin.", + "pipelines.ocr_auto": "Avtomatik (sistem standartını istifadə et)", + "pipelines.ocr_language_hint": "Tesseract/EasyOCR üçün qlobal dil ayarını üstələyir. Azure və Mistral dili avtomatik tanıyır.", + "pipelines.ocr_language_label": "OCR Dili", + "pipelines.optional_suffix": "(istəyə bağlı)", + "pipelines.page_title": "Emal Pipeline-ları", + "pipelines.set_default": "Mənim standart pipeline-ım olaraq təyin et", + "pipelines.step_label_placeholder": "Standart addım adını üstələyin", + "pipelines.step_type_label": "Addım Növü", + "pipelines.subtitle_intro": "Xüsusi sənəd emalı iş axınlarını müəyyən edin və idarə edin.", + "pipelines.subtitle_system_post": "nişanı göstərir və bütün istifadəçilərə görünür.", + "pipelines.subtitle_system_pre": "Sistem pipeline-ları (administratorlar tərəfindən yaradılır) ilə", + "pipelines.system_label": "Sistem", + "pipelines.system_pipeline_label": "Sistem pipeline-ı (bütün istifadəçilərə görünür)", + "pipelines.title": "Emal Pipeline-ları", + "profile.avatar_alt": "Profil şəkliniz", + "profile.avatar_heading": "Profil Şəkli", + "profile.avatar_remove": "Xüsusi avatarı sil", + "profile.avatar_upload_hint": "Maksimum 2 MB olan JPEG, PNG, GIF və ya WebP şəkli yükləyin. Xüsusi şəkil təyin edilmədikdə, sizin {gravatar} göstərilir.", + "profile.choose_image": "Şəkil seçin...", + "profile.confirm_password": "Yeni Şifrəni Təsdiqləyin", + "profile.contact_email_hint": "Sistem bildirişləri üçün istifadə olunur. Bu, giriş e-poçtunuzu dəyişmir.", + "profile.contact_email_label": "Əlaqə / Bildiriş E-poçtu", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "Mövcud Şifrə", + "profile.dismiss": "İmtina et", + "profile.display_name_hint": "Hesab istifadəçi adınızı və ya e-poçtunuzu istifadə etmək üçün boş saxlayın.", + "profile.display_name_label": "Ekran Adı", + "profile.display_name_placeholder": "İnterfeysdə göstəriləcək adınız", + "profile.general_heading": "Ümumi Məlumat", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profil Ayarları", + "profile.language_auto_detect": "Avtomatik tanıma (brauzerdən)", + "profile.language_hint": "Sevdiyiniz interfeys dilini seçin. “Avtomatik tanıma” brauzer parametrlərinizi izləyir.", + "profile.language_label": "İnterfeys Dili", + "profile.new_password": "Yeni Şifrə", + "profile.new_password_hint": "Minimum 8 simvol.", + "profile.page_title": "Profil Ayarları – DocuElevate", + "profile.password_heading": "Şifrəni Dəyiş", + "profile.preferences_heading": "Preferences", + "profile.save_button": "Dəyişiklikləri Saxla", + "profile.saving": "Saxlanılır...", + "profile.subtitle": "Ekran adınızı, avatarınızı, dilinizi və tema tercihlərinizi idarə edin.", + "profile.theme_dark": "Qaranlıq", + "profile.theme_hint": "“Sistem standartı” cihazınızın qaranlıq rejim parametrlərini izləyir.", + "profile.theme_label": "Rəng Scheması", + "profile.theme_light": "İşıq", + "profile.theme_system": "Sistem Standartı", + "profile.update_password": "Şifrəni Yenilə", + "profile.updating": "Yenilənir...", + "queue.active_tasks": "Aktiv Tapşırıqlar", + "queue.auto_refresh_1": "Hər", + "queue.auto_refresh_2": "saniyədə avtomatik yenilənir", + "queue.col_arguments": "Argumentlər", + "queue.col_current_step": "Mövcud Addım", + "queue.col_file": "Fayl", + "queue.col_files": "Fayllar", + "queue.col_queue": "Sıra", + "queue.col_state": "Vəziyyət", + "queue.col_task": "İş", + "queue.col_task_id": "İş ID", + "queue.files_processing": "Fayllar İcra olunur", + "queue.heading": "Sıra Monitor", + "queue.last_updated": "Son güncəllənmə:", + "queue.loading_stats": "Sıra statistikasını yükləyir\b6", + "queue.no_active_tasks": "Aktiv iş yoxdur", + "queue.no_data": "Məlumat yoxdur", + "queue.no_files_processing": "Hal-hazırda icra olunan fayl yoxdur", + "queue.page_title": "Sıra Monitor", + "queue.processing_pipeline": "İcra Prosesi", + "queue.queued_tasks": "Sıraya alınmış İslər", + "queue.recently_processing": "Son dövrlərdə İcra Olunan Fayllar", + "queue.redis_queues": "Redis Sıraları", + "queue.subtitle": "Sənəd icra prosesinin və Celery iş sıralarının real vaxtda görünüşü.", + "queue.workers_online": "Onlayn İşçilər", + "search.button": "Axtar", + "search.error_message": "Axtarış müvəqqəti olaraq mövcud deyil. Zəhmət olmasa bir az sonra yenidən cəhd edin.", + "search.filter_aria_clear": "Bütün filtrləri təmizlə", + "search.filter_clear_button": "Filtrləri Təmizlə", + "search.filter_date_from": "Tarixdən", + "search.filter_date_to": "Tarixə", + "search.filter_document_type": "Sənəd Növü", + "search.filter_document_type_placeholder": "məs. Faktura", + "search.filter_language": "Dil", + "search.filter_language_placeholder": "məs. de", + "search.filter_sender": "Göndərən", + "search.filter_sender_placeholder": "məs. ACME Corp", + "search.filter_tags": "Etiketlər", + "search.filter_tags_placeholder": "məs. amazon", + "search.filter_text_quality": "Mətn Keyfiyyəti", + "search.filter_text_quality_all": "Hamısı", + "search.filter_text_quality_high": "Yüksək", + "search.filter_text_quality_low": "Aşağı", + "search.filter_text_quality_medium": "Orta", + "search.filter_text_quality_no_text": "Mətn yoxdur", + "search.heading": "Sənəd Axtarışı", + "search.input_aria_label": "Sənədləri axtarın", + "search.input_placeholder": "Məzmun, göndərən, etiketlər, növ üzrə sənədləri axtarın...", + "search.loading_indicator": "Axtarılır\u00145", + "search.no_results": "Heç bir nəticə tapılmadı", + "search.page_title": "Sənədləri Axtarın", + "search.placeholder": "Fayl adı, məzmun, etiketlər üzrə axtarın...", + "search.result_empty": "Sizin sorğunuzla uyğun gələn heç bir sənəd tapılmadı.", + "search.results_count": "{count} nəticə tapıldı", + "search.saved_aria_save": "Cari axtarışı saxla", + "search.saved_button": "Cari Saxla", + "search.saved_empty": "Hələ saxlanılmış axtarış yoxdur", + "search.saved_error": "Saxlanılmış axtarışları yükləmək mümkün olmadı", + "search.saved_label": "Saxlanılmış Axtarışlar", + "search.saved_loading": "Yüklənir...", + "search.title": "Sənədləri Axtarın", + "settings.audit_log_btn": "Audit Günü", + "settings.autocomplete_hint": "Mövcud dəyərləri axtarmaq üçün yazın, və ya istənilən özəl dəyəri daxil edin.", + "settings.autocomplete_no_matches": "Uyğunluq yoxdur — hələ də bir özəl dəyər yaza bilərsiniz", + "settings.autocomplete_placeholder": "Axtarmaq üçün yazın və ya bir dəyər daxil edin\u00145", + "settings.boolean_enable_prefix": "Aktiv et", + "settings.categories_aria": "Parametrlər kateqoriyaları", + "settings.categories_heading": "Kateqoriyalar", + "settings.db_wizard_btn": "DB Sehrbazı", + "settings.effective_value_label": "Effektiv dəyər:", + "settings.encrypted_suffix": "= istirahətdə şifrələnmişdir", + "settings.encrypted_title": "Dəyər verilənlər bazasında istirahətdə şifrələnmişdir", + "settings.export_btn": "İxrac et", + "settings.export_db_only": "Yalnız DB tənzimləmələri", + "settings.export_full_config": "Tam effektiv konfiqurasiya", + "settings.jump_to_category": "Kateqoriyaya keçin\u00145", + "settings.manage_config_prefix": "Konfiqurasiyanı idarə et. Prioritet:", + "settings.model_picker_hint": "Siyahıdan seçin və ya təminatçınız tərəfindən dəstəklənən istənilən model adını yazın.", + "settings.model_picker_placeholder": "Ümumi bir modeli seçin və ya özəl bir ad daxil edin\u00145", + "settings.no_results_clear": "axtarışı təmizləyin", + "settings.no_results_heading": "Heç bir parametr tapılmadı", + "settings.no_results_hint": "Fərqli axtarış termindən istifadə edin və ya", + "settings.page_heading": "Tətbiq Parametrləri", + "settings.required_label": "(tələb olunur)", + "settings.reset_confirm": "Bu parametri sıfırlamaq istədiyinizdən əminsiniz?", + "settings.restart_required_suffix": "= yenidən başlatma tələb olunur", + "settings.revert_btn": "DB-dən sil", + "settings.revert_title": "DB üstünü sil və mühit dəyişənlərinə və ya standartlara qayıt", + "settings.reverting": "Qayıtdı\u00111...", + "settings.save_all_btn": "Bütün Dəyişiklikləri Saxla", + "settings.save_error": "Dəyişəni saxlamaqda səhv baş verdi", + "settings.save_setting_title": "Bu dəyişəni saxla", + "settings.save_success": "Dəyişən uğurla saxlanıldı", + "settings.saving_state": "Saxlayır\u00111...", + "settings.search_aria_label": "Dəyişənləri axtar", + "settings.search_clear_aria": "Axtarışı təmizlə", + "settings.search_placeholder": "Dəyişənləri ad, açar və ya təsvir üzrə axtarın\u00111...", + "settings.settings_count_suffix": "dəyişən", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "STANDART", + "settings.source_env_badge": "MÜHİT", + "settings.title": "Dəyişənlər", + "settings.toggle_visibility_aria": "Şifrə görünürlüğünü dəyiş", + "settings.toggle_visibility_title": "Dəyəri göstərin/saklayın", + "settings.user_autocomplete_empty": "Uyğun istifadəçilər tapılmadı", + "settings.user_autocomplete_hint": "Mohtəvcud istifadəçiləri adla axtarmaq üçün yazın, ya da hər hansı bir identifikatoru əl ilə daxil edin.", + "settings.user_autocomplete_placeholder": "İstifadəçiləri axtarmaq üçün yazmağa başlayın\u00111...", + "settings.wizard_btn": "Sehrbaz", + "shared.col_expiry": "Bitmə tarixi", + "shared.col_file_label": "Fayl / Etiket", + "shared.col_link": "Bağlantı", + "shared.col_views": "Baxışlar", + "shared.copy_link_aria": "Bağlantını clipboard-a kopyala", + "shared.copy_link_title": "Bağlantını kopyala", + "shared.create_btn": "Bağlantı Yarad", + "shared.create_heading": "Yeni Paylaşılan Bağlantı Yarat", + "shared.creating": "Yaradılır\u00111...", + "shared.expiry_12h": "12 saat", + "shared.expiry_14d": "14 gün", + "shared.expiry_1h": "1 saat", + "shared.expiry_24h": "24 saat (1 gün)", + "shared.expiry_30d": "30 gün", + "shared.expiry_3d": "3 gün", + "shared.expiry_6h": "6 saat", + "shared.expiry_7d": "7 gün", + "shared.expiry_label": "Bitmə tarixi", + "shared.expiry_never": "Heç vaxt", + "shared.file_id_help_post": "səhifə və ya sənədin detal URL-də.", + "shared.file_id_help_pre": "Fayl ID-sini", + "shared.file_id_label": "Fayl ID", + "shared.file_id_placeholder": "məs.: 42", + "shared.files_link": "Fayllar", + "shared.heading": "Paylaşılan Linklər", + "shared.label_label": "Etiket", + "shared.label_placeholder": "məs.: Bob ilə paylaşdı", + "shared.link_created": "Paylaşılan link yaradıldı!", + "shared.link_created_help": "Bu linki kopyalayın və alıcıya göndərin.", + "shared.links_count_aria": "linklərin sayı", + "shared.max_downloads_label": "Maks. yükləmələr", + "shared.no_links": "Hələ heç bir paylaşılan link yoxdur. Başlamaq üçün yuxarıdan birini yaradın.", + "shared.open_in_new_tab": "Yeni tabda aç", + "shared.open_link_aria": "Paylaşılan linki aç", + "shared.optional": "(isteğe bağlı)", + "shared.page_title": "Paylaşılan Linklər – DocuElevate", + "shared.password_label": "Şifrə", + "shared.password_placeholder": "Şifrə olmadan boş saxlayın", + "shared.password_protected": "Şifrə ilə qorunan", + "shared.refresh_aria": "Paylaşılan linklərin siyahısını yeniləyin", + "shared.revoke_aria_prefix": "Paylaşılan linki ləğv et", + "shared.revoke_btn": "Ləğv et", + "shared.status_active": "Aktiv", + "shared.status_expired": "Müddəti bitmiş", + "shared.status_limit_reached": "Sərhəd çatılıb", + "shared.status_revoked": "Ləğv edilib", + "shared.subtitle": "Sənədləri vaxtla məhdudlaşdırılmış və ya görüntü ilə məhdudlaşdırılmış link vasitəsilə istənilən kəs ilə paylaşın. Alıcıların DocuElevate hesabı olması tələb edilmir. Linklər şifrə ilə qoruna bilər və istənilən vaxt ləğv edilə bilər.", + "shared.table_aria": "Paylaşılan linklər", + "shared.unlimited_placeholder": "Məhdudiyyətsiz", + "shared.your_links": "Sizin Paylaşılan Linkləriniz", + "similarity.backfill_auto": "Arxa plan işi hər 5 dəqiqədə avtomatik hesablayacaq, ya da siz", + "similarity.files_missing_text": "fayl(lar)ın OCR mətni var, amma hələ yerləşdirmə yoxdur.", + "similarity.find_pairs_btn": "Cütləri Tap", + "similarity.heading": "Sənəd Oxşarlığı", + "similarity.load_error": "Cütləri yükləmək mümkün olmadı.", + "similarity.min_similarity_label": "Min. oxşarlıq", + "similarity.no_pairs_detail": "Heç bir sənəd cütü oxşarlıq eşiklərini keçmir.", + "similarity.no_pairs_heading": "Heç bir oxşar cüt tapılmadı", + "similarity.page_title": "Sənəd Oxşarlığı - DocuElevate", + "similarity.pagination_aria": "Oxşarlıq cütlərinin səhifələnməsi", + "similarity.per_page_label": "Səhfə başına", + "similarity.scanning": "Oxşar sənəd cütləri üçün skan edilir\u001e...", + "similarity.stat_embedding_model": "İnterpolasiya Modeli", + "similarity.stat_missing_embedding": "İnterpolasiya Yoxdur", + "similarity.stat_total_files": "Ümumi Sənədlər", + "similarity.stat_with_embedding": "İnterpolasiya ilə", + "similarity.subtitle": "Yüksək semantik oxşarlığa malik sənəd cütləri, balına görə sıralanmışdır.", + "similarity.trigger_aria": "İnterpolasiya hesablanmasını bütün interpolasiyaları olmayan sənədlər üçün işə salın", + "similarity.trigger_now": "indi işə sal", + "status.app_version": "Tətbiq Versiyası", + "status.build_date": "Yaradılma Tarixi", + "status.container_id": "İç container ID", + "status.git_commit": "Git Beyannaməsi", + "status.last_check": "Son Yoxlama", + "status.page_title": "Sistem Statusu", + "status.setting_label": "Ayar", + "status.value_label": "Dəyər", + "subscription.available_plans_heading": "Mövcud Planlar", + "subscription.back_to_dashboard": "İdarəetmə panelinə geri", + "subscription.cancel_pending": "Dəyişiklikləri ləğv et", + "subscription.cancel_scheduled": "Təqvimdəki dəyişiklikləri ləğv et", + "subscription.contact_sales": "Satışlarla əlaqə saxlayın", + "subscription.current_badge": "Mövcud", + "subscription.current_plan": "Mövcud Plan", + "subscription.current_plan_cta": "Sizin mövcud planınız", + "subscription.downgrade_to_prefix": "Aşağı salın", + "subscription.features_heading": "Planınıza daxil olanlar", + "subscription.free": "Pulsuz", + "subscription.heading": "Mənim Abunəliyim", + "subscription.keep_plan_prefix": "Saxlayın", + "subscription.lifetime_files": "Cəm fayllar (ömür boyu)", + "subscription.month_files": "Bu ay fayllar", + "subscription.more_features_label": "daha", + "subscription.page_title": "Mənim Abunəliyim – DocuElevate", + "subscription.pending_badge": "Gözləmədə", + "subscription.pending_benefits": "O vaxta qədər bütün mövcud plan üstünlüklərini saxlayırsınız.", + "subscription.pending_on": "üzerində", + "subscription.pending_title": "Gözləmədə plan dəyişiklikləri təqvimdə", + "subscription.pending_will_change": "Sizin planınız", + "subscription.per_mo": "/ay", + "subscription.per_month": "/ayda", + "subscription.since": "Bəri", + "subscription.single_user_body": "Abunə təbəqələri çoxistifadəçi rejimi aktiv olduqda tətbiq olunur. Sizin nümunəniz hal-hazırda tək istifadəçi rejimində işləyir və heç bir emal limiti yoxdur. Bir admin {settings_link} vasitəsilə çoxistifadəçi rejimini aktiv edə bilər.", + "subscription.single_user_title": "Çoxistifadəçi rejimi aktiv deyil.", + "subscription.subtitle": "Sizin mövcud planınız, istifadəniz və mövcud yüksəltmələr.", + "subscription.this_month_label": "bu ay", + "subscription.today_files": "Bu gün fayllar", + "subscription.today_label": "bu gün", + "subscription.unlimited": "Limitsiz", + "subscription.upgrade_info": "Yüksəltmələr dərhal qüvvəyə minir. Aşağı salmalar mövcud faktura dövrünüzün sonunda təqvimi var.", + "subscription.upgrade_to_prefix": "Yüksəlt", + "subscription.usage_heading": "İstifadə", + "upload.browse_button": "Sənədləri Seç", + "upload.button_processing": "Emal edilir...", + "upload.camera_button": "Şəkil Çəkin / Sənəd Skan Edin", + "upload.download_button": "Yükləyin və Emal Edin", + "upload.downloading": "URL-dən fayl yüklənir...", + "upload.drag_drop": "Faylları buraya çəkib buraxın və ya seçmək üçün klikləyin", + "upload.drop_hint_desktop": "Faylları və ya qovluqları buraya çəkib buraxın, ya da faylları seçmək üçün klikləyin.", + "upload.drop_hint_mobile": "Faylları seçmək üçün toxunun və ya aşağıdakı kamera düyməsini istifadə edin.", + "upload.drop_zone_aria": "Fayl yükləmə sahəsi. Faylları buraya çəkib buraxın, ya da faylları seçmək üçün Enter basın.", + "upload.error": "Yükləmə uğursuz oldu", + "upload.error_invalid_url": "Yanlış URL formatı", + "upload.error_url_required": "Zəhmət olmasa bir URL daxil edin", + "upload.file_size_hint": "Maksimum ölçü: 500 MB hər fayl üçün", + "upload.file_types": "İcazə verilən növlər: PDF, Ofis sənədləri (Word, Excel, PowerPoint və s.), Şəkillər", + "upload.filename_description": "URL-dan fayl adından istifadə etmək üçün boş saxlayın", + "upload.filename_label": "Fayl Adı (isteğe bağlı)", + "upload.filename_placeholder": "mənim-sənədim.pdf", + "upload.max_size": "Maksimum fayl ölçüsü: {size}", + "upload.page_title": "Faylları Yükləyin", + "upload.section_device": "Cihazdan Yükləmə", + "upload.section_url": "URL-dən Yükləmə", + "upload.select_file": "Faylı Seçin", + "upload.success": "Fayl müvəffəqiyyətlə yükləndi", + "upload.title": "Sənəd Yükləyin", + "upload.uploading": "Yüklənir...", + "upload.url_description": "Fayla (PDF, Ofis sənədləri və ya şəkillər) birbaşa link daxil edin", + "upload.url_label": "Fayl URL", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/bg.json b/frontend/translations/bg.json index bf6d22cc..830504ca 100644 --- a/frontend/translations/bg.json +++ b/frontend/translations/bg.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Запознайте се със създателя", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_pre": "DocuElevate е разработен с голяма страст от", + "about.features_admin_api": "Мощен REST API за програмен достъп", + "about.features_admin_config": "Високо конфигурируем чрез променливи на средата", + "about.features_admin_docker": "Съвместим с Docker за лесно внедряване и мащабиране", + "about.features_admin_heading": "Администрация", + "about.features_admin_oauth2": "Поддръжка на OAuth2 удостоверяване чрез Authentik", + "about.features_automation_background": "Фонови обработки с Redis и Celery", + "about.features_automation_gmail": "Интеграция с Gmail и общи имейл акаунти", + "about.features_automation_heading": "Автоматизация", + "about.features_automation_imap": "Проверка на IMAP входящи кутии от множество източници", + "about.features_automation_ingestion": "Автоматизирано зареждане на документи от различни източници", + "about.features_heading": "Основни функции", + "about.features_integration_cloud": "Облачно съхранение: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Интеграция и съхранение", + "about.features_integration_multi_dest": "Поддръжка на множество местоназначения (съхраняване на документи на няколко места)", + "about.features_integration_protocols": "Протоколи за пренос: FTP, SFTP, пренасочване на имейли", + "about.features_integration_selfhosted": "Опции за самостоятелно хостване: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Интелигентна класификация на документи и извличане на дати", + "about.features_processing_heading": "Обработка на документи", + "about.features_processing_metadata": "Автоматизирано извличане на метаданни чрез плъгинов AI доставчик", + "about.features_processing_ocr": "OCR, задвижван от Azure Document Intelligence", + "about.features_processing_pdf": "Конвертиране във PDF от различни файлови формати чрез Gotenberg", + "about.features_processing_upload": "Лесно и сигурно качване на файлове с поддръжка на плъзгане и пускане", + "about.github_logo_alt": "Лого на GitHub", + "about.heading": "За DocuElevate", + "about.intro_post": " \u0013 вашето модерно, интелигентно решение за обработка на документи! Ние създадохме DocuElevate, за да преобразим напълно начина, по който работите с документите си \u0013 от качване до извличане, от обработка до съхранение.", + "about.intro_pre": "Добре дошли в ", + "about.involved_description": "Искате ли да се потопите в кода, да допринесете с идеи или да научите повече за DocuElevate?", + "about.involved_docs": "Прочетете документацията", + "about.involved_github": "Вижте DocuElevate в GitHub", + "about.involved_heading": "Включете се", + "about.involved_website": "Посетете уебсайта на DocuElevate", + "about.legal_description": "Ние се грижим за вашата поверителност и сигурност на данните. Моля, разгледайте нашите:", + "about.legal_heading": "Поверителност и правна информация", + "about.legal_license": "Информация за лиценза", + "about.legal_privacy": "Уведомление за поверителност", + "about.page_title": "За DocuElevate", + "about.story_heading": "Нашата история", + "about.story_p1": "DocuElevate е създаден с една цел: да опрости и оптимизира управлението на документи за всеки — независимо дали сте малък стартъп или голямо предприятие.", + "about.story_p2": "Използваме силата на доставчици на ИИ с поддръжка на плъгини (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey и други) за извличане на метаданни и усъвършенстване на текста, интегрираме се безпроблемно с Dropbox, Nextcloud и Paperless NGX за съхранение и индексиране, използваме Azure Document Intelligence за OCR и дори използваме Gotenberg за конвертиране на файлове в PDF.", + "api_tokens.col_created": "Създадено", + "api_tokens.col_last_ip": "Последен IP адрес", + "api_tokens.col_last_used": "Последно използвано", + "api_tokens.col_name": "Име", + "api_tokens.col_prefix": "Префикс на токена", + "api_tokens.copy_to_clipboard": "Копирайте токена в буфера за обмен", + "api_tokens.copy_upload_example": "Копирайте пример за качване в буфера за обмен", + "api_tokens.copy_warning_1": "Копирайте този токен сега — той ще", + "api_tokens.copy_warning_2": "няма да бъде показан отново", + "api_tokens.create_heading": "Създаване на нов токен", + "api_tokens.create_token": "Създайте токен", + "api_tokens.creating": "Създаване…", + "api_tokens.heading": "API токени", + "api_tokens.intro": "Създайте лични API токени, за да взаимодействате програмно с DocuElevate API. Използвайте токени за качване чрез webhook, CI/CD конвейри или за всеки скрипт, който трябва да качва или извлича документи.", + "api_tokens.loading_tokens": "Зареждане на токени…", + "api_tokens.never": "Никога", + "api_tokens.no_tokens_heading": "Все още няма API токени", + "api_tokens.no_tokens_help": "Създайте първия си токен по-горе, за да започнете.", + "api_tokens.page_title": "API токени – DocuElevate", + "api_tokens.revoke": "Оттегли", + "api_tokens.revoke_prefix": "Оттегли токена", + "api_tokens.status_active": "Активен", + "api_tokens.status_revoked": "Оттеглен", + "api_tokens.table_aria": "API токени", + "api_tokens.token_created": "Токенът е създаден успешно!", + "api_tokens.token_name_label": "Име на токена", + "api_tokens.token_name_placeholder": "напр. CI Pipeline, Webhook Upload, My Script", + "api_tokens.usage_heading": "Пример за употреба", + "api_tokens.usage_intro_post": "хедър при всяка API заявка:", + "api_tokens.usage_intro_pre": "Използвайте вашия API токен в", + "api_tokens.your_tokens": "Вашите токени", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "audit.col_resource": "Ресурс", + "audit.col_timestamp": "Времева отметка", + "audit.critical": "Критично", + "audit.filter_action": "Действие", + "audit.filter_all_actions": "Всички действия", + "audit.filter_all_users": "Всички потребители", + "audit.filter_resource_placeholder": "напр. документ, потребител", + "audit.filter_resource_type": "Тип ресурс", + "audit.filter_severity": "Ниво на сериозност", + "audit.filter_user": "Потребител", + "audit.filters_section_label": "Филтри за одитните записи", + "audit.next": "Напред", + "audit.next_label": "Следваща страница", + "audit.no_events": "Все още няма записани одитни събития.", + "audit.no_events_hint": "Тук ще се показват значимите действия (входи, операции с документи, промени в настройките).", + "audit.page_title": "Одитни записи - DocuElevate", + "audit.pagination_label": "Пагинация на одитните записи", + "audit.prev": "Предишна", + "audit.prev_label": "Предишна страница", + "audit.refresh_label": "Обнови одитните записи", + "audit.siem_disabled_title": "Препращането към SIEM е изключено", + "audit.siem_enabled_title": "Събитията се препращат към ", + "audit.siem_off": "SIEM: Изключено", + "audit.subtitle": "Изчерпателен запис само за добавяне на всички значими действия.", + "audit.table_label": "Събития в одитния журнал", + "audit.title": "Одитни записи", + "auth.confirm_password": "Потвърдете паролата", + "auth.create_account": "Създайте акаунт", + "auth.display_name_label": "Показвано име", + "auth.email_label": "Имейл", + "auth.forgot_password": "Забравили сте паролата?", + "auth.forgot_username": "Забравили потребителското име?", + "auth.login": "Влезте", + "auth.login_title": "Вход", + "auth.logo_alt": "Лого на DocuElevate", + "auth.logout": "Изход", + "auth.my_account": "Моят профил", + "auth.no_account": "Нямате акаунт?", + "auth.or_continue_with": "Или продължете с", + "auth.password_label": "Парола", + "auth.profile": "Профил", + "auth.remember_me": "Запомни ме", + "auth.return_home": "Върнете се на началната страница", + "auth.sign_in": "Влезте", + "auth.sign_in_sso": "Влезте чрез SSO", + "auth.sign_in_with": "Влезте с", + "auth.sign_in_with_username": "Влезте с потребителско име", + "auth.signup": "Регистрирай се", + "auth.signup_title": "Регистрация", + "auth.username_label": "Потребителско име", + "auth.username_or_email": "Потребителско име или имейл", + "auth.verify_email_back_sign_in": "Назад към влизане", + "auth.verify_email_expiry": "Линкът изтича след 24 часа. Ако не виждате имейла, проверете папката за нежелана поща.", + "auth.verify_email_heading": "Проверете входящата си поща", + "auth.verify_email_message": "Изпратихме ви имейл за потвърждение. Моля, кликнете върху връзката в имейла, за да активирате акаунта си.", + "auth.verify_email_page_title": "DocuElevate - Потвърдете имейла си", + "auth.verify_email_resend_aria_label": "Имейл адрес за повторно изпращане", + "auth.verify_email_resend_button": "Изпрати отново имейла за потвърждение", + "auth.verify_email_resend_label": "Имейл адрес", + "auth.verify_email_resend_placeholder": "Въведете своя имейл адрес", + "auth.verify_email_resend_prompt": "Не сте го получили?", + "backup.archives_heading": "Архиви на резервните копия", + "backup.backup_now": "Архивирай сега", + "backup.clean_up": "Почисти", + "backup.cleanup_title": "Стартирайте почистване според правилата за задържане сега", + "backup.col_created": "Създадено", + "backup.col_filename": "Име на файл", + "backup.col_size": "Размер", + "backup.col_storage": "Хранилище", + "backup.col_type": "Тип", + "backup.config_auto_backup": "Автоматично архивиране", + "backup.config_remote_dest": "Отдалечено местоположение", + "backup.config_retention": "Период на задържане", + "backup.config_total_size": "Общ локален размер", + "backup.confirm_btn": "Потвърди", + "backup.confirm_title": "Потвърдете действието", + "backup.heading": "Управление на резервните копия", + "backup.local_only": "Само локално", + "backup.no_backups": "Все още няма резервни копия.", + "backup.no_backups_hint": "Кликнете 'Архивирай сега', за да създадете първото си резервно копие.", + "backup.page_title": "Управление на резервните копия", + "backup.records_label": "записи", + "backup.restore_btn": "Възстанови", + "backup.restore_desc_mid": "архив на резервно копие за възстановяване на базата данни.", + "backup.restore_desc_pre": "Качете", + "backup.restore_desc_warning": "Това ще презапише всички текущи данни.", + "backup.restore_file_label": "Резервен архив (.db.gz)", + "backup.restore_heading": "Възстановяване от файл", + "backup.restoring": "Възстановяване…", + "backup.retention_daily_detail": "– запазено за 3 седмици", + "backup.retention_heading": "Политика за задържане", + "backup.retention_hourly_detail": "– запазено за 4 дни", + "backup.retention_note": "Резервните копия, които надхвърлят тези ограничения, се изтриват автоматично след създаване на всяко ново резервно копие.", + "backup.retention_weekly_detail": "– запазено за ~3 месеца", + "backup.snapshots": "моментни копия", + "backup.status_ok": "ОК", + "backup.storage_local": "локално", + "backup.subtitle": "Резервните копия на базата данни се създават автоматично: почасово (4 дни), ежедневно (3 седмици), седмично (13 седмици).", + "backup.table_aria": "Архиви с резервни копия", + "backup.trigger_daily": "Архивирай сега (ежедневно)", + "backup.trigger_hourly": "Архивирай сега (почасово)", + "backup.trigger_weekly": "Архивирай сега (седмично)", + "backup.type_daily": "Ежедневен", + "backup.type_hourly": "Почасов", + "backup.type_weekly": "Седмичен", + "billing.go_to_dashboard": "Отиди към таблото за управление", + "billing.manage_subscription": "Управлявай абонамента", + "billing.success_heading": "Всичко е готово!", + "billing.success_message": "Вашият абонамент беше активиран. Благодарим, че избрахте DocuElevate!", + "billing.success_page_title": "DocuElevate - Абонаментът е активиран", + "common.actions": "Действия", + "common.active": "Активен", + "common.all": "Всички", + "common.avatar": "Аватар", + "common.back": "Назад", + "common.cancel": "Отказ", + "common.close": "Затвори", + "common.col_pending": "Чакащ", + "common.completed": "Завършено", + "common.confirm": "Потвърди", + "common.copied": "Копирано!", + "common.copy": "Копирай", + "common.create": "Създай", + "common.created": "Създадено", + "common.date": "Дата", + "common.delete": "Изтрий", + "common.description": "Описание", + "common.details": "Детайли", + "common.disabled": "Деактивирано", + "common.download": "Изтегляне", + "common.duplicate": "Дублирай", + "common.edit": "Редактирай", + "common.enabled": "Активирано", + "common.error": "Грешка", + "common.failed": "Неуспешно", + "common.filter": "Филтър", + "common.inactive": "Неактивно", + "common.info": "Информация", + "common.loading": "Зареждане...", + "common.name": "Име", + "common.next": "Напред", + "common.next_page": "Следваща страница", + "common.no": "Не", + "common.none": "Няма", + "common.page": "Страница", + "common.paused": "Пауза", + "common.pending": "В очакване", + "common.prev_page": "Предишна страница", + "common.previous": "Назад", + "common.processing": "Обработва се", + "common.refresh": "Обнови", + "common.reset": "Нулирай", + "common.retry": "Опитай отново", + "common.save": "Запази", + "common.search": "Търсене", + "common.select": "Избери", + "common.select_placeholder": "\u0014 изберете \u0014", + "common.size": "Размер", + "common.status": "Статус", + "common.submit": "Изпрати", + "common.success": "Успешно", + "common.tags": "Етикети", + "common.test": "Тест", + "common.test_connection": "Тест на връзката", + "common.type": "Тип", + "common.update": "Актуализация", + "common.updated": "Актуализирано", + "common.upload": "Качване", + "common.view": "Преглед", + "common.warning": "Предупреждение", + "common.yes": "Да", + "cookie.accept": "Разбрах", + "cookie.learn_more": "Научете повече", + "cookie.message": "Този уебсайт използва бисквитки, за да подобри вашето изживяване.", + "cookie.notice": "DocuElevate използва само основни сесийни бисквитки, необходими за удостоверяване и функциониране на услугата. Не се използват проследяващи или аналитични бисквитки.", + "cookie.notice_label": "Уведомление за бисквитки", + "cookie.policy_link": "Политика за бисквитките", + "cookie.privacy_link": "Уведомление за поверителност", + "credentials.col_action": "Действие", + "credentials.col_credential": "Учетни данни", + "credentials.col_source": "Източник", + "credentials.configured": "Конфигурирано", + "credentials.edit_in_settings": "Редактиране в настройките", + "credentials.legend_db": "Стойност, съхранена в базата данни (шифрована при съхранение; замества стойност от променлива на средата)", + "credentials.legend_env_after": " файл", + "credentials.legend_env_before": "Стойност от променлива на средата или ", + "credentials.legend_missing": "Учетните данни не са зададени \u0014 интеграцията няма да работи", + "credentials.legend_restart": "Необходимо е рестартиране при смяна на тези учетни данни", + "credentials.legend_title": "Легенда", + "credentials.manage_settings": "Управление на настройките", + "credentials.not_configured": "Не е конфигурирано", + "credentials.page_title": "Одит на учетните данни - DocuElevate", + "credentials.raw_json": "Необработен JSON (API)", + "credentials.restart_title": "Необходимо е рестартиране след смяна на това удостоверение", + "credentials.source_db_title": "Съхранено в базата данни (шифровано)", + "credentials.source_env_title": "От променлива на средата", + "credentials.status_missing": "Липсва", + "credentials.subtitle": "Преглед на всички чувствителни учетни данни, използвани от DocuElevate. Тук не се показват никакви секретни стойности — само дали всяко удостоверение е конфигурирано и откъде идва.", + "credentials.table_for": "Учетни данни за", + "credentials.title": "Одит на учетните данни", + "credentials.total_credentials": "Общ брой учетни данни", + "dashboard.active_integrations": "Активни интеграции", + "dashboard.files_this_month": "Файлове този месец", + "dashboard.files_today": "Файлове днес", + "dashboard.ocr_processed": "Обработени с OCR", + "dashboard.quick_actions": "Бързи действия", + "dashboard.recent_activity": "Последна активност", + "dashboard.storage_targets": "Места за съхранение", + "dashboard.title": "Табло", + "dashboard.total_files": "Общо файлове", + "dashboard.welcome": "Добре дошли в DocuElevate", + "duplicates.file_id_label": "ID на файла", + "duplicates.file_id_placeholder": "напр. 42", + "duplicates.find_btn": "Намери", + "duplicates.found_files": "общо дублирани файл(ове).", + "duplicates.found_groups": "дублирани групи(и) с", + "duplicates.found_prefix": "Намерени", + "duplicates.group_aria": "Група дубликати", + "duplicates.heading": "Дублирани документи", + "duplicates.how_it_works_heading": "Как работи откриването на близки дубликати", + "duplicates.max_results_label": "Максимален брой резултати", + "duplicates.near_dup_desc": "Изберете документ, за да проверите дали някои други файлове съдържат същото (или много сходно) съдържание — дори ако са сканирани в различно време и имат различни SHA-256 хешове.", + "duplicates.near_dup_heading": "Намери близки дубликати за документ", + "duplicates.no_exact_heading": "Не са намерени точни дубликати", + "duplicates.page_title": "Дублирани документи - DocuElevate", + "duplicates.pagination_aria": "Пагинация", + "duplicates.role_duplicate": "Дубликат", + "duplicates.role_original": "Оригинал", + "duplicates.tab_exact": "Точни дубликати", + "duplicates.tab_near": "Търсач на близки дубликати", + "duplicates.tabs_aria": "Раздели за откриване на дубликати", + "duplicates.threshold_label": "Праг на сходство", + "duplicates.view_dup_aria": "Преглед на дублиран файл", + "duplicates.view_original_aria": "Преглед на оригиналния файл", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Опа, не успяхме да намерим тази страница!", + "error.404_home": "Към началната страница", + "error.404_message": "Изглежда DocuElevate е загубил документа, който търсехте. Не се притеснявайте — ние сме тук, за да помогнем.", + "error.404_title": "404 - Не е намерено", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Покажи информация за отстраняване на грешки", + "error.500_description": "Сървърите ни срещнаха проблем и им трябва малко време.", + "error.500_heading": "Опа! Нещо се обърка.", + "error.500_home": "Към началната страница", + "error.500_img_alt": "Илюстрация на грешка в сървъра", + "error.500_message1": "Сървърите ни срещнаха проблем и им трябва малко време. Може би хамстерите разляха кафето си?", + "error.500_message2": "Вече работим по въпроса — подреждаме файлове, рестартираме сървърите и прекалибрираме флукс-кондензаторите.", + "error.500_title": "Грешка на сървъра - DocuElevate", + "error.forbidden": "Забранено", + "error.forbidden_message": "Нямате разрешение за достъп до тази страница.", + "error.not_found": "Страницата не е намерена", + "error.not_found_message": "Страницата, която търсите, не съществува.", + "error.server_error": "Вътрешна грешка на сървъра", + "error.server_error_message": "Нещо се обърка. Моля, опитайте отново по-късно.", + "error.unauthorized": "Неоторизиран", + "error.unauthorized_message": "Трябва да влезете в системата, за да имате достъп до тази страница.", + "files.action_delete": "Изтрий файл", + "files.action_details": "Виж подробности", + "files.action_preview": "Бърз преглед", + "files.bulk_clear_selection": "Изчисти избора", + "files.bulk_cloud_ocr": "Стартирай отново Cloud OCR", + "files.bulk_delete": "Изтрий избраните", + "files.bulk_download": "Изтегли като ZIP", + "files.bulk_reprocess": "Обработи отново избраните", + "files.delete_modal_cancel": "Отказ", + "files.delete_modal_confirm": "Изтрий", + "files.delete_modal_message": "Сигурни ли сте, че искате да изтриете този файл?", + "files.delete_modal_title": "Потвърдете изтриването", + "files.document_title": "Заглавие на документа", + "files.drop_overlay_hint": "Поддържа PDF, Office документи, изображения, HTML, Markdown и други \u0013 папките се обработват рекурсивно", + "files.drop_overlay_title": "Плъзнете файлове или папки навсякъде, за да ги качите", + "files.error_hint": "Това може да се дължи на проблем с конфигурацията или импорта. Моля, проверете логовете на сървъра.", + "files.file_size": "Размер на файла", + "files.filename": "Име на файла", + "files.files_selected": "избрани файлове", + "files.filter_all_providers": "Всички доставчици", + "files.filter_all_statuses": "Всички статуси", + "files.filter_all_types": "Всички типове", + "files.filter_apply": "Приложи филтрите", + "files.filter_clear": "Изчисти", + "files.filter_date_from": "Дата от", + "files.filter_date_from_aria": "Филтрирай от дата", + "files.filter_date_to": "Дата до", + "files.filter_date_to_aria": "Филтрирай до дата", + "files.filter_form_aria": "Филтрирай файлове", + "files.filter_mime_type": "MIME тип", + "files.filter_ocr_all": "Всички файлове", + "files.filter_ocr_good": "Добро качество", + "files.filter_ocr_poor": "Лошо качество", + "files.filter_ocr_quality": "Качество на OCR", + "files.filter_ocr_quality_aria": "Филтрирай по оценка на качеството на OCR", + "files.filter_ocr_unchecked": "Все още не е оценено", + "files.filter_search_label": "Търсене по име на файл", + "files.filter_search_placeholder": "Въведете име на файл...", + "files.filter_storage_provider": "Доставчик на хранилище", + "files.filter_tags_aria": "Филтрирай по етикети (разделени със запетаи)", + "files.filter_tags_placeholder": "напр. фактура,amazon", + "files.fulltext_search_label": "Пълнотекстово търсене (OCR текст, метаданни, етикети)", + "files.fulltext_search_placeholder": "Търсене в съдържанието на документа, подателя, етикети, тип...", + "files.no_files": "Не са намерени файлове", + "files.ocr_status": "Статус на OCR", + "files.page_title": "Записи на файлове", + "files.pagination_files": "файлове", + "files.pagination_first": "Първа", + "files.pagination_last": "Последна", + "files.pagination_nav_aria": "Навигация за странициране на списъка с файлове", + "files.pagination_next": "Следваща", + "files.pagination_of": "от", + "files.pagination_previous": "Предишна", + "files.pagination_showing": "Показване", + "files.preview_modal_close": "Затвори визуализация", + "files.preview_modal_title": "Преглед", + "files.queue_banner_items": "В момента има елемент(и) в опашката или се обработват. Файловете ще се появят тук след приключване на обработката.", + "files.queue_banner_link": "Преглед на опашката", + "files.saved_searches_empty": "Все още няма запазени търсения", + "files.saved_searches_error": "Не може да се заредят запазените търсения", + "files.saved_searches_label": "Запазени търсения", + "files.saved_searches_save": "Запази текущото търсене", + "files.saved_searches_save_aria": "Запази текущите филтри като запазено търсене", + "files.search_results_empty": "Няма намерени резултати.", + "files.search_results_title": "Резултати от търсенето", + "files.status_duplicate": "Дубликат", + "files.table_actions": "Действия", + "files.table_aria": "Записи на файлове", + "files.table_created_at": "Създадено на", + "files.table_empty": "Не са намерени файлове", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.table_mime_type": "MIME тип", + "files.table_original_filename": "Оригинално име на файла", + "files.table_select_all": "Избери всички файлове на тази страница", + "files.tags": "Етикети", + "files.title": "Файлове", + "files.upload_modal_aria": "Напредък на качването", + "files.upload_modal_close": "Затвори напредъка на качването", + "files.upload_modal_header": "Качване на файлове", + "files.uploaded": "Качено", + "footer.about": "Относно", + "footer.attribution": "Признание", + "footer.attributions": "Признания", + "footer.cookies": "Бисквитки", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Информация за издателя", + "footer.license": "Лиценз", + "footer.navigation": "Навигация в долния колонтитул", + "footer.privacy": "Поверителност", + "footer.terms": "Условия", + "footer.version": "Версия {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "Свързва се чрез OAuth. Файловете се поставят в избраната от вас папка.", + "help.destinations_email": "Препращане по имейл", + "help.destinations_email_desc": "Обработените файлове се изпращат като прикачени файлове по SMTP.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Служебен акаунт или OAuth. Поддържа споделени дискове.", + "help.destinations_heading": "Дестинации \u0011 Къде отиват документите", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Самостоятелно хоствано облачно хранилище чрез WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Интеграция с Microsoft Graph API.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Изпраща документите директно в Paperless за архивиране.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Всяка S3-съвместима кофа (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Сигурен трансфер на файлове към всеки сървър.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "Изпраща метаданни (POST) към всяка външна крайна точка.", + "help.documentation": "Документация", + "help.faq": "Често задавани въпроси", + "help.faq_1_a": "Отидете на страницата за качване, плъзнете и пуснете файловете си или кликнете върху „Избери файл“. DocuElevate конвертира изображения и офис документи в PDF, изпълнява OCR и извлича метаданни автоматично.", + "help.faq_1_q": "Как да кача документи?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF и HTML. Файловете, които не са в PDF формат, се конвертират автоматично в PDF преди обработка.", + "help.faq_2_q": "Кои файлови формати се поддържат?", + "help.faq_3_a": "Да. Отидете в Прием на имейли, добавете IMAP акаунт и DocuElevate ще проверява за нови съобщения и автоматично ще обработва прикачените файлове.", + "help.faq_3_q": "Мога ли да внасям документи по имейл?", + "help.faq_4_a": "Pipelines ви позволяват да свържете стъпки за обработка \u0018\u0013\u0012\u0012\u0013OCR, извличане чрез AI, конвертиране на формат\u0013\u0012\u0012\u0018 и да насочите резултата към една или повече дестинации. Създавайте и управлявайте ги от страницата Pipelines.", + "help.faq_4_q": "Как работят pipeline-ите за обработка?", + "help.faq_5_a": "DocuElevate криптира идентификационните данни в покой, комуникира по TLS и никога не съхранява вашите документи по-дълго от необходимото. Вижте Известието за поверителност за пълни подробности.", + "help.faq_5_a_post": " за пълни детайли.", + "help.faq_5_a_pre": "DocuElevate криптира данни в покой, комуникира през TLS и никога не съхранява вашите документи по-дълго от необходимото. Вижте ", + "help.faq_5_q": "Сигурни ли са моите данни?", + "help.faq_heading": "Често задавани въпроси", + "help.getting_started": "Първи стъпки", + "help.heading": "Център за помощ", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Използвайте REST API, за да изпращате документи програмно. Аутентифицирайте се с Bearer токен и публикувайте файлове на крайната точка за качване.", + "help.ingestion_heading": "Инструменти за въвеждане на данни", + "help.ingestion_mobile": "Мобилни приложения", + "help.ingestion_mobile_desc": "Използвайте всяко мобилно приложение за сканиране, което поддържа персонализирани HTTP адреси за качване, за да изпращате снимки и сканирания до DocuElevate от вашия телефон или таблет.", + "help.ingestion_scanners": "Мрежови скенери", + "help.ingestion_scanners_desc": "Насочете всеки мрежов скенер или многофункционален принтер към крайната точка за качване на DocuElevate. Сканираните документи попадат директно във вашата опашка за обработка.", + "help.ingestion_watched_folders": "Следени папки", + "help.ingestion_watched_folders_desc": "Настройте локална или мрежова папка да бъде наблюдавана. Всеки файл, поставен в следена папка, се качва автоматично и се обработва от DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Интегрирайте DocuElevate в автоматизирани работни процеси с Zapier, n8n или Make. Използвайте действията на REST API, за да задействате качването на документи от всяко събитие.", + "help.meta_description": "Получете помощ с DocuElevate – намерете ръководства за качване на документи, свързване на облачно хранилище, настройка на потоци и много други.", + "help.og_description": "Получете помощ с DocuElevate – намерете ръководства за качване на документи, свързване на облачно хранилище, настройка на потоци и много други.", + "help.page_title": "Център за помощ", + "help.privacy_notice": "Известие за поверителност", + "help.quickstart_heading": "Бърз старт", + "help.quickstart_storage": "Свържете хранилище", + "help.quickstart_storage_desc": "Отидете в Настройки и свържете облачните си акаунти. Обработените документи се насочват автоматично към всички дестинации, които конфигурирате.", + "help.quickstart_storage_desc_full": "Отидете в Интеграции и свържете вашите акаунти за облачно хранилище. DocuElevate поддържа Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud и други. Обработените документи автоматично се насочват към всяка дестинация, която настроите.", + "help.quickstart_upload": "Качване на документи", + "help.quickstart_upload_desc": "Плъзнете и пуснете файлове на страницата за качване или кликнете Изберете файл. DocuElevate конвертира изображения и офисни документи в PDF, изпълнява OCR и автоматично извлича метаданни.", + "help.quickstart_workflows": "Автоматизиране на работни потоци", + "help.quickstart_workflows_desc": "Създайте Pipelines, за да определите многостъпкови правила за обработка и маршрутизиране. Комбинирайте OCR, извличане чрез AI, конвертиране на формати и доставка в един поток.", + "help.sources_email_ingestion": "Прием на имейли (IMAP)", + "help.sources_email_ingestion_desc": "Препращайте документи към специална пощенска кутия. В раздела Прием на имейли добавете един или повече IMAP акаунти. DocuElevate проверява за нови съобщения и автоматично обработва прикачените файлове.", + "help.sources_heading": "Източници \u0013\u0001\u0010\u0005\u0004\u0003\u0002 \u0013\u0000\u0000\u0000 Получаване на документи", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "help.sources_rest_api_desc": "Интегрирайте програмно чрез POST на файлове към /api/upload. Идеално за скриптове, наблюдавани папки, скенери или инструменти на трети страни като Zapier и n8n.", + "help.sources_scanner": "Скенер и мобилни", + "help.sources_scanner_desc": "Насочете мрежовите скенери към крайната точка за качване на DocuElevate или използвайте всяко мобилно приложение за сканиране, което поддържа персонализирани HTTP дестинации.", + "help.sources_scanner_desc_full": "Настройте вашия мрежов скенер или многофункционален принтер да изпраща сканирания директно до DocuElevate. Използвайте крайната точка /api/upload като дестинация. Мобилните приложения за сканиране с персонализирани дестинации за качване също се поддържат.", + "help.sources_web_upload": "Уеб качване", + "help.sources_web_upload_desc": "Най-бързият начин да започнете. Отворете страницата за качване, пуснете един или повече файлове и DocuElevate ще се погрижи за останалото. Поддържаните формати включват PDF, JPEG, PNG, TIFF, DOCX, XLSX и други.", + "help.subheading": "Всичко необходимо, за да извлечете максимума от DocuElevate. Прегледайте темите по-долу или потърсете това, от което се нуждаете.", + "help.support": "Поддръжка", + "help.support_admin_message": "Свържете се с администратора си за информация относно поддръжката.", + "help.support_description": "Не можете да намерите това, което търсите? Нашият екип за поддръжка е тук, за да помогне.", + "help.support_heading": "Свържете се с поддръжката", + "help.support_live_chat": "Наличен е жив чат – кликнете на чат балончето, за да започнете разговор.", + "help.support_ticket_button": "Подайте заявка", + "help.support_ticket_desc": "Попълнете формуляра по-долу и нашият екип за поддръжка ще се свърже с вас възможно най-скоро.", + "help.support_ticket_heading": "Отворете заявка за поддръжка", + "help.title": "Център за помощ", + "help.workflows_creating": "Създаване на Pipeline", + "help.workflows_definition": "Pipeline е поредица от стъпки за обработка, които се изпълняват автоматично всеки път, когато се внася документ. Всяка стъпка може да трансформира, обогати или насочи документа.", + "help.workflows_heading": "Работни потоци и Pipelines", + "help.workflows_step_1": "Конвертиране в PDF", + "help.workflows_step_1_create": "Отидете в Pipelines в главното меню.", + "help.workflows_step_1_full": "Конвертиране в PDF – всички входящи файлове се нормализират до последователен PDF формат.", + "help.workflows_step_2": "OCR — извличане на текст", + "help.workflows_step_2_create": "Щракнете върху New Pipeline и задайте име.", + "help.workflows_step_2_full": "OCR – извличане на селектируем текст от сканирани страници с помощта на Azure Document Intelligence или вградения двигател.", + "help.workflows_step_3": "Извличане на метаданни с AI", + "help.workflows_step_3_create": "Добавете необходимите стъпки за обработка.", + "help.workflows_step_3_full": "Извличане на AI метаданни – класифицирайте типа на документа и извлечете ключови полета, като суми, дати и имена с помощта на OpenAI.", + "help.workflows_step_4": "Доставяне до една или повече дестинации", + "help.workflows_step_4_create": "Изберете една или повече дестинации за доставка.", + "help.workflows_step_5_create": "Запазете — новите документи ще бъдат обработвани автоматично чрез този pipeline.", + "help.workflows_typical_steps": "Типични стъпки", + "help.workflows_what_is": "Какво е Pipeline?", + "index.badge_intelligent": "Интелигентна обработка на документи", + "index.button_browse_files": "Преглед на файлове", + "index.button_upload": "Качване", + "index.capabilities_cloud": "Облачни хранилища: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Прием на документи по имейл и чрез URL", + "index.capabilities_ocr": "OCR и извличане на метаданни с AI", + "index.capabilities_paperless": "Интеграция с Paperless-ngx за управление на документи", + "index.capabilities_title": "Възможности", + "index.capabilities_workflows": "Автоматизирани работни процеси за класифициране и маршрутизиране", + "index.cta_description": "Присъединете се към екипите, които вече автоматизират обработката на документи с DocuElevate.", + "index.cta_heading": "Готови ли сте да подобрите работния процес на документите си?", + "index.cta_pricing": "Вижте цените", + "index.cta_signup": "Създайте безплатен акаунт", + "index.dashboard_subtitle": "Интелигентна обработка и управление на документи", + "index.dashboard_subtitle_teams": "Интелигентна обработка и управление на документи — създадено за екипи", + "index.feature_ai": "Извличане на метаданни с AI", + "index.feature_ai_desc": "OpenAI, Claude, Gemini и други интегрируеми AI доставчици класифицират документите и извличат ключови полета като дати, суми и теми.", + "index.feature_cloud": "Многооблачно съхранение", + "index.feature_cloud_desc": "Пренасочвайте обработените файлове към Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP и други.", + "index.feature_email": "Приемане чрез имейл и IMAP", + "index.feature_email_desc": "Автоматично извличайте документи от Gmail или всяка IMAP пощенска кутия — не са необходими ръчни качвания.", + "index.feature_ocr": "OCR и извличане на текст", + "index.feature_ocr_desc": "Azure Document Intelligence автоматично преобразува сканирани PDF файлове и изображения в напълно търсируем текст.", + "index.feature_pipelines": "Персонализирани конвейери", + "index.feature_pipelines_desc": "Създавайте конвейери за обработка с конфигурируеми стъпки — OCR, извличане с AI, конвертиране на формати и маршрутизиране към хранилище в произволен ред.", + "index.feature_search": "Пълнотекстово търсене", + "index.feature_search_desc": "Намерете моментално всеки документ по съдържание, метаданни или тагове в целия ви архив.", + "index.feature_section_title": "Всичко необходимо за интелигентни работни процеси с документи", + "index.getting_started": "Първи стъпки", + "index.getting_started_1": "Конфигурирайте интеграциите чрез Статус на системата", + "index.getting_started_2": "Качете първия си документ", + "index.getting_started_3": "Прегледайте резултатите във Файлове", + "index.getting_started_learn": "Научете повече за DocuElevate", + "index.hero_description": "DocuElevate приема вашите документи, изпълнява OCR, извлича метаданни с помощта на изкуствен интелект и пренасочва файлове към Dropbox, Google Drive, OneDrive, S3, Nextcloud и други \u0014 всичко в един безпроблемен процес.", + "index.hero_heading": "От качване до прозрения \u0014 автоматично.", + "index.hero_login": "Вход", + "index.hero_pricing": "Вижте планове и цени", + "index.hero_signup": "Започнете \u0014 безплатно", + "index.integrations_active": "Активни интеграции", + "index.integrations_storage": "Места за съхранение", + "index.integrations_title": "Интеграции", + "index.integrations_view_status": "Вижте статуса на системата", + "index.page_title_dashboard": "Табло", + "index.page_title_public": "Интелигентна обработка на документи", + "index.platform_overview": "Преглед на платформата", + "index.processing_stats": "Статистика на обработката", + "index.quick_actions": "Бързи действия", + "index.quick_documents": "Моите документи", + "index.quick_documents_desc": "Прегледайте обработените си файлове", + "index.quick_search": "Търсене", + "index.quick_search_desc": "Пълнотекстово търсене в документи", + "index.quick_subscription": "Моят абонамент", + "index.quick_subscription_desc": "Прегледайте подробности за плана и използването", + "index.quick_system_status": "Статус на системата", + "index.quick_system_status_desc": "Проверете здравето на интеграциите", + "index.quick_upload": "Качи документ", + "index.quick_upload_desc": "Обработете нов файл", + "index.quick_view_files": "Виж всички файлове", + "index.quick_view_files_desc": "Прегледайте обработените документи", + "index.single_user_heading": "Табло на DocuElevate", + "index.single_user_subtitle": "Интелигентна обработка и управление на документи", + "index.stat_active_integrations": "Активни интеграции", + "index.stat_active_users": "Активни потребители", + "index.stat_files_month": "Файлове този месец", + "index.stat_files_ocr": "Файлове с OCR", + "index.stat_files_today": "Файлове днес", + "index.stat_storage_targets": "Места за съхранение", + "index.stat_this_month": "Този месец", + "index.stat_today": "Днес", + "index.stat_total_files": "Общ брой файлове", + "index.stat_total_processed": "Общо обработени", + "index.tier_plan": "План", + "index.tier_upgrade": "Актуализирайте", + "index.tier_view_details": "Вижте пълните подробности", + "index.upgrade_daily_limits": "По-високи дневни и месечни лимити", + "index.upgrade_description": "Отключете повече документи, повече дестинации и приоритетна поддръжка.", + "index.upgrade_destinations": "Повече дестинации за съхранение", + "index.upgrade_ocr_pages": "Повече OCR страници", + "index.upgrade_plan": "Актуализирайте плана си", + "index.upgrade_view_pricing": "Прегледайте плановете и цените", + "index.usage_lifetime": "Доживотни файлове", + "index.usage_month": "Файлове този месец", + "index.usage_my_usage": "Моето използване", + "index.usage_today": "Файлове днес", + "index.usage_unlimited": "Неограничено", + "integrations.access_key_label": "ID на достъп до ключ", + "integrations.active_label": "Активен", + "integrations.add_button": "Добави интеграция", + "integrations.add_first_button": "Добави първата си интеграция", + "integrations.api_token_label": "API токен", + "integrations.authorize_btn": "Упълномощи", + "integrations.authorize_reauth": "Пре-упълномощи", + "integrations.bucket_label": "Кухня", + "integrations.configure": "Конфигурирай", + "integrations.connect": "Свържи", + "integrations.connected": "Свързано", + "integrations.connection_failed": "Връзката не успя", + "integrations.connection_success": "Връзката е успешна", + "integrations.delete_confirm_are_you_sure": "Сигурни ли сте, че искате да изтриете", + "integrations.delete_confirm_title": "Изтриване на интеграция?", + "integrations.delete_confirm_undone": "Тази операция не може да бъде отменена.", + "integrations.delete_emails_label": "Изтрийте имейлите след обработка", + "integrations.delete_files_label": "Изтрийте файловете след обработка", + "integrations.destinations_quota_label": "Места за съхранение:", + "integrations.destinations_section": "Дестинации", + "integrations.direction_destination": "Дестинация (съхранение)", + "integrations.direction_label": "Направление", + "integrations.direction_placeholder": "\u0000A0 Изберете \u0000A0", + "integrations.direction_source": "Източник (инжектиране)", + "integrations.disconnect": "Прекъсни връзката", + "integrations.email_settings": "Настройки за препращане на имейли", + "integrations.empty_state": "Няма конфигурирани интеграции", + "integrations.endpoint_label": "URL адрес на крайна точка", + "integrations.endpoint_optional": "(по избор, за съвместими с S3)", + "integrations.folder_label": "Папка", + "integrations.folder_optional": "(по избор)", + "integrations.folder_path_label": "Път на папката", + "integrations.folder_prefix_label": "Префикс на папката", + "integrations.generic_settings_hint": "Конфигурацията за този тип интеграция може да бъде предоставена като JSON след създаването чрез API.", + "integrations.gmail_hint": "Gmail етикети & звезда: когато е активирано, обработените имейли са с добавена звезда и етикет \"Инжектиран\" в Gmail. Приложимо само за сървъри на Gmail.", + "integrations.gmail_labels": "Прилагане на Gmail етикети & звезда", + "integrations.host_label": "Хост", + "integrations.imap_settings": "IMAP настройки", + "integrations.loading": "Зареждане на интеграции\u0000A0...", + "integrations.modal_close": "Затвори модална", + "integrations.modal_title_add": "Добави интеграция", + "integrations.modal_title_edit": "Редактиране на интеграция", + "integrations.name_label": "Етикет", + "integrations.name_placeholder": "напр. Work Gmail, S3 архив", + "integrations.nextcloud_settings": "Настройки на Nextcloud", + "integrations.nextcloud_url_label": "URL на Nextcloud", + "integrations.no_integrations_body": "Добавете първата си интеграция, за да свържете източниците на инжекция (като IMAP) и целевите места за съхранение (като S3, Dropbox или Google Drive).", + "integrations.not_connected": "Не е свързано", + "integrations.oauth_folder_label": "Папка", + "integrations.oauth_hint": "Запазете първо тази интеграция, след това използвайте бутона Авторизиране, за да завършите OAuth потока. Вашите идентификационни данни ще бъдат съхранени сигурно в личния ви запис на интеграцията.", + "integrations.page_title": "Интеграции", + "integrations.paperless_settings": "Настройки на Paperless NGX", + "integrations.password_label": "Парола", + "integrations.paused": "Пауза", + "integrations.plan_label": "План:", + "integrations.port_label": "Порт", + "integrations.quota_not_available": "(не е налично)", + "integrations.quota_unlimited": "/ неограничен", + "integrations.recipient_label": "Имейл на получателя", + "integrations.region_label": "Регион", + "integrations.remote_path_label": "Отдалечен път", + "integrations.s3_prefix_label": "Префикс (път на папката)", + "integrations.s3_settings": "Настройки на S3", + "integrations.secret_key_label": "Тайна ключова стойност", + "integrations.show_password": "Покажи паролата", + "integrations.show_secrets": "Покажи тайните", + "integrations.show_token": "Покажи токена", + "integrations.source_local": "Локална файлова система", + "integrations.source_type_label": "Тип източник", + "integrations.sources_quota_label": "Източници на пощенска кутия:", + "integrations.sources_section": "Източници", + "integrations.subtitle": "Управлявайте източниците на инжекция и целевите места за съхранение на едно място.", + "integrations.title": "Интеграции", + "integrations.type_label": "Тип интеграция", + "integrations.type_placeholder": "\t14 Първо изберете посока \t14", + "integrations.upgrade_plan": "Актуализирайте плана", + "integrations.use_ssl": "Използвайте SSL", + "integrations.username_label": "Потребителско име", + "integrations.watch_folder_settings": "Настройки за наблюдение на папка", + "integrations.webdav_settings": "Настройки на WebDAV", + "integrations.webdav_url_label": "URL на WebDAV", + "integrations.webhook_heading": "Инжекция с Webhook", + "integrations.webhook_how_heading": "Как работи инжекцията с Webhook", + "integrations.webhook_how_text": "Интеграцията с webhook позволява на външни системи да изпращат документи директно в DocuElevate през REST API. Вместо DocuElevate да проверява нови файлове (като IMAP), вашето приложение изпраща файлове до DocuElevate, използвайки HTTP заявка с API токен за удостоверяване.", + "integrations.webhook_ideal_text": "Това е идеално за CI/CD потоци, автоматизационни скриптове, интеграции на скенери или всяка система, която генерира документи и трябва да ги изпрати за обработка.", + "integrations.webhook_quick_start": "Бързо стартиране", + "integrations.webhook_security_tip": "Създайте специализиран API токен за всяка интеграция и незабавно го оттеглете, ако бъде компрометиран. Токените могат да се управляват на страницата с API токени.", + "integrations.webhook_step1": "Отидете на {api_tokens_link} и създайте личен токен.", + "integrations.webhook_upload_with_token": "Използвайте токена, за да качите документи чрез API:", "language.bg": "Български", - "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Езикът беше променен на {language}", - "language.cs": "Čeština", - "language.da": "Dansk", - "language.de": "Deutsch", - "language.el": "Ελληνικά", - "language.en": "English", - "language.es": "Español", - "language.et": "Eesti", - "language.fi": "Suomi", - "language.fr": "Français", - "language.ga": "Gaeilge", - "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Български", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", - "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", + "language.ca": "Каталонски", + "language.change_success": "Езикът е променен на {language}", + "language.changed": "Езикът е променен на {language}", + "language.cs": "Чешки", + "language.da": "Датски", + "language.de": "Немски", + "language.el": "Гръцки", + "language.en": "Английски", + "language.es": "Испански", + "language.et": "Естонски", + "language.fi": "Фински", + "language.fr": "Френски", + "language.ga": "Ирландски", + "language.hr": "Хърватски", + "language.hu": "Унгарски", + "language.is": "Исландски", + "language.it": "Италиански", + "language.lb": "Люксембургски", + "language.lt": "Литовски", + "language.lv": "Латвийски", + "language.nb": "Норвежки", + "language.nl": "Нидерландски", + "language.no_results": "Не са намерени езици", + "language.pl": "Полски", + "language.pt": "Португалски", + "language.ro": "Румънски", + "language.ru": "Руски", + "language.search_placeholder": "Търсене на езици\u0000\u0000", + "language.selector": "Език", + "language.selector_label": "Изберете език", + "language.sk": "Словашки", + "language.sl": "Словенски", + "language.sv": "Шведски", + "language.tr": "Турски", + "language.uk": "Украински", + "language.zh": "Китайски", + "nav.about": "Относно", + "nav.account_menu": "Меню на акаунта", + "nav.account_menu_for": "Меню на акаунта за {name}", + "nav.admin": "Админ", + "nav.admin.audit_logs": "Одитни записи", + "nav.admin.backups": "Резервни копия", + "nav.admin.plans": "Планове", + "nav.admin.scheduled_jobs": "Планирани задачи", + "nav.admin.users": "Потребители", + "nav.admin_actions": "Администраторски действия", + "nav.admin_menu": "Администраторско меню", + "nav.api_docs": "API документация", + "nav.api_tokens": "API токени", + "nav.backup_restore": "Архивиране и възстановяване", + "nav.credentials": "Удостоверения", + "nav.dark_mode": "Тъмен режим", + "nav.dashboard": "Табло", + "nav.developer_docs": "Документация за разработчици", + "nav.duplicates": "Дубликати", + "nav.file_manager": "Файлов мениджър", + "nav.files": "Файлове", + "nav.get_started": "Започнете", + "nav.help": "Помощ", + "nav.help_center": "Център за помощ", + "nav.imap": "Импортиране на имейли", + "nav.integrations": "Интеграции", + "nav.light_mode": "Светъл режим", + "nav.login": "Вход", + "nav.logout": "Изход", + "nav.main_navigation": "Основна навигация", + "nav.my_subscription": "Моята абонамент", + "nav.notifications": "Известия", + "nav.open_main_menu": "Отвори главното меню", + "nav.pipelines": "Пайплайни", + "nav.plan_designer": "Конструктор на планове", + "nav.pricing": "Цени", + "nav.profile": "Профил", + "nav.profile_settings": "Настройки на профила", + "nav.queue": "Опашка", + "nav.queue_monitor": "Монитор на опашката", + "nav.scheduled_jobs": "Планирани задачи", + "nav.search": "Търсене", + "nav.settings": "Настройки", + "nav.shared_links": "Споделени връзки", + "nav.sign_out": "Изход", + "nav.signup": "Регистрация", + "nav.similarity": "Сходство", + "nav.skip_to_content": "Прескочи до основното съдържание", + "nav.status": "Статус", + "nav.subscription": "Абонамент", + "nav.toggle_dark_mode": "Превключи тъмен режим", + "nav.toggle_nav": "Превключи навигационното меню", + "nav.upload": "Качване", + "nav.users": "Потребители", + "nav.version": "Информация за версията", + "notifications.filter_all": "Всички", + "notifications.filter_read": "Само прочетени", + "notifications.filter_unread": "Само непрочетени", + "notifications.manage_desc": "Управлявайте кутията за известия, получателите и предпочитанията за събития", + "notifications.mark_all_read": "Маркирай всички като прочетени", + "notifications.mark_all_read_btn": "Маркирай всички като прочетени", + "notifications.mark_read": "Маркирай като прочетено", + "notifications.no_notifications": "Няма известия", + "notifications.page_title": "Известия", + "notifications.tab_inbox": "Входящи", + "notifications.tab_settings": "Настройки", + "notifications.title": "Известия", + "notifications.unread_count": "{count} непрочетени известия", + "pipelines.active_label": "Активен", + "pipelines.add_step_btn": "Добави стъпка", + "pipelines.create": "Създай пайплайн", + "pipelines.custom_label_label": "Потребителски етикет", + "pipelines.default_label": "По подразбиране", + "pipelines.description_label": "Описание", + "pipelines.description_placeholder": "Незадължително описание", + "pipelines.disabled_label": "Деактивиран", + "pipelines.edit": "Редактирай пайплайн", + "pipelines.empty_state": "Все още няма пайплайни", + "pipelines.empty_state_hint": "Създайте първия си пайплайн, за да дефинирате персонализирани работни потоци за обработка на документи.", + "pipelines.enabled_label": "Активиран", + "pipelines.force_cloud_ocr_label": "Принудително облачно OCR (пропуснете локалното извличане на текст)", + "pipelines.inactive_label": "Неактивен", + "pipelines.loading": "Зареждане на пайплайни\u0002\u0006\u0006", + "pipelines.name_placeholder": "Моят пайплайн", + "pipelines.new_pipeline_btn": "Нов пайплайн", + "pipelines.no_steps": "Не са дефинирани стъпки. Добавете стъпка, за да започнете изграждането на вашия пайплайн.", + "pipelines.ocr_auto": "Автоматично (използва системната стойност по подразбиране)", + "pipelines.ocr_language_hint": "Заменя глобалната настройка за език за Tesseract/EasyOCR. Azure и Mistral автоматично разпознават езика.", + "pipelines.ocr_language_label": "Език за OCR", + "pipelines.optional_suffix": "(по избор)", + "pipelines.page_title": "Пайплайни за обработка", + "pipelines.set_default": "Задай като мой подразбиращ се пайплайн", + "pipelines.step_label_placeholder": "Замени името на стъпката по подразбиране", + "pipelines.step_type_label": "Тип на стъпката", + "pipelines.subtitle_intro": "Дефинирайте и управлявайте персонализирани работни потоци за обработка на документи.", + "pipelines.subtitle_system_post": "значка и са видими за всички потребители.", + "pipelines.subtitle_system_pre": "Системните пайплайни (създадени от администратори) се показват с", + "pipelines.system_label": "Системен", + "pipelines.system_pipeline_label": "Системен пайплайн (видим за всички потребители)", + "pipelines.title": "Пайплайни за обработка", + "profile.avatar_alt": "Вашата снимка на профила", + "profile.avatar_heading": "Снимка на профила", + "profile.avatar_remove": "Премахнете персонализираната аватара", + "profile.avatar_upload_hint": "Качете JPEG, PNG, GIF или WebP изображение с размер до 2 MB. Ако не е зададена потребителска снимка, вашият {gravatar} се показва.", + "profile.choose_image": "Изберете изображение\n", + "profile.confirm_password": "Потвърдете новата парола", + "profile.contact_email_hint": "Използва се за системни известия. Това не променя вашия имейл за вход.", + "profile.contact_email_label": "Имейл за контакт / известие", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "Текуща парола", + "profile.dismiss": "Отхвърли", + "profile.display_name_hint": "Оставете празно, за да използвате името на вашия акаунт или имейл.", + "profile.display_name_label": "Име за показване", + "profile.display_name_placeholder": "Вашето име, както е показано в интерфейса", + "profile.general_heading": "Основна информация", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Настройки на профила", + "profile.language_auto_detect": "Автоматично откриване (от браузъра)", + "profile.language_hint": "Изберете предпочитания от вас език на интерфейса. „Автоматично откриване“ следва настройките на браузъра ви.", + "profile.language_label": "Език на интерфейса", + "profile.new_password": "Нова парола", + "profile.new_password_hint": "Минимум 8 символа.", + "profile.page_title": "Настройки на профила – DocuElevate", + "profile.password_heading": "Смяна на парола", + "profile.preferences_heading": "Предпочитания", + "profile.save_button": "Запазване на промените", + "profile.saving": "Запазване\n", + "profile.subtitle": "Управлявайте вашето име за показване, аватар, език и предпочитания по темата.", + "profile.theme_dark": "Тъмен", + "profile.theme_hint": "„Системен по подразбиране“ следва настройките за тъмен режим на вашето устройство.", + "profile.theme_label": "Цветова схема", + "profile.theme_light": "Светъл", + "profile.theme_system": "Системен по подразбиране", + "profile.update_password": "Актуализиране на парола", + "profile.updating": "Актуализиране\u001e...", + "queue.active_tasks": "Активни задачи", + "queue.auto_refresh_1": "Автоматично се обновява на всеки", + "queue.auto_refresh_2": "секунди", + "queue.col_arguments": "Аргументи", + "queue.col_current_step": "Текуща стъпка", + "queue.col_file": "Файл", + "queue.col_files": "Файлове", + "queue.col_queue": "Опашка", + "queue.col_state": "Състояние", + "queue.col_task": "Задача", + "queue.col_task_id": "ID на задачата", + "queue.files_processing": "Файлове в обработка", + "queue.heading": "Монитор на опашката", + "queue.last_updated": "Последна актуализация:", + "queue.loading_stats": "Зареждане на статистиката за опашката\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "queue.no_active_tasks": "Няма активни задачи", + "queue.no_data": "Няма данни", + "queue.no_files_processing": "В момента няма файлове в обработка", + "queue.page_title": "Монитор на опашката", + "queue.processing_pipeline": "Конвейер за обработка", + "queue.queued_tasks": "Задачи в опашката", + "queue.recently_processing": "Наскоро обработвани файлове", + "queue.redis_queues": "Redis опашки", + "queue.subtitle": "Изглед в реално време на процеса за обработка на документи и опашките на задачите в Celery.", + "queue.workers_online": "Работници онлайн", + "search.button": "Търсене", + "search.error_message": "Търсенето временно не е налично. Моля опитайте отново след малко.", + "search.filter_aria_clear": "Изчисти всички филтри", + "search.filter_clear_button": "Изчисти филтрите", + "search.filter_date_from": "Дата от", + "search.filter_date_to": "Дата до", + "search.filter_document_type": "Тип документ", + "search.filter_document_type_placeholder": "напр. Фактура", + "search.filter_language": "Език", + "search.filter_language_placeholder": "напр. de", + "search.filter_sender": "Изпращач", + "search.filter_sender_placeholder": "напр. ACME Corp", + "search.filter_tags": "Етикети", + "search.filter_tags_placeholder": "напр. amazon", + "search.filter_text_quality": "Качество на текста", + "search.filter_text_quality_all": "Всички", + "search.filter_text_quality_high": "Високо", + "search.filter_text_quality_low": "Ниско", + "search.filter_text_quality_medium": "Средно", + "search.filter_text_quality_no_text": "Без текст", + "search.heading": "Търсене на документи", + "search.input_aria_label": "Търсене на документи", + "search.input_placeholder": "Търсете документи по съдържание, подател, етикети, тип…", + "search.loading_indicator": "Търсене…", + "search.no_results": "Няма намерени резултати", + "search.page_title": "Търсене на документи", + "search.placeholder": "Търсене по име на файл, съдържание, етикети…", + "search.result_empty": "Не са намерени документи, отговарящи на вашето запитване.", + "search.results_count": "{count} намерени резултати", + "search.saved_aria_save": "Запази текущото търсене", + "search.saved_button": "Запази текущото", + "search.saved_empty": "Все още няма запазени търсения", + "search.saved_error": "Не може да се заредят запазените търсения", + "search.saved_label": "Запазени търсения", + "search.saved_loading": "Зареждане…", + "search.title": "Търсене на документи", + "settings.audit_log_btn": "Одитен журнал", + "settings.autocomplete_hint": "Въведете текст, за да търсите познати стойности, или въведете произволна стойност.", + "settings.autocomplete_no_matches": "Няма съвпадения — все пак можете да въведете собствена стойност", + "settings.autocomplete_placeholder": "Въведете текст, за да търсите или въведете стойност…", + "settings.boolean_enable_prefix": "Разреши", + "settings.categories_aria": "Категории настройки", + "settings.categories_heading": "Категории", + "settings.db_wizard_btn": "Съветник за БД", + "settings.effective_value_label": "Ефективна стойност:", + "settings.encrypted_suffix": "= криптирано в покой", + "settings.encrypted_title": "Стойността е криптирана при покой в базата данни", + "settings.export_btn": "Експортиране", + "settings.export_db_only": "Само настройки на БД", + "settings.export_full_config": "Пълна ефективна конфигурация", + "settings.jump_to_category": "Премини към категория…", + "settings.manage_config_prefix": "Управление на конфигурацията. Приоритет:", + "settings.model_picker_hint": "Изберете от списъка или въведете името на модел, поддържан от вашия доставчик.", + "settings.model_picker_placeholder": "Изберете често използван модел или въведете собствено име…", + "settings.no_results_clear": "изчистете търсенето", + "settings.no_results_heading": "Не са намерени настройки", + "settings.no_results_hint": "Опитайте друг термин за търсене или", + "settings.page_heading": "Настройки на приложението", + "settings.required_label": "(задължително)", + "settings.reset_confirm": "Сигурни ли сте, че искате да нулирате тази настройка?", + "settings.restart_required_suffix": "= необходим рестарт", + "settings.revert_btn": "Премахни от БД", + "settings.revert_title": "Премахване на презаписването в БД и връщане към променлива на средата или към стойността по подразбиране", + "settings.reverting": "Връщане\u0002\u0006\b", + "settings.save_all_btn": "Запази всички промени", + "settings.save_error": "Неуспешно запазване на настройката", + "settings.save_setting_title": "Запази тази настройка", + "settings.save_success": "Настройката беше запазена успешно", + "settings.saving_state": "Запазване\u0002\u0006\b", + "settings.search_aria_label": "Търсене в настройките", + "settings.search_clear_aria": "Изчисти търсенето", + "settings.search_placeholder": "Търсете настройки по име, ключ или описание\u0002\u0006\b", + "settings.settings_count_suffix": "настройки", + "settings.source_db_badge": "БД", + "settings.source_default_badge": "ПО подразбиране", + "settings.source_env_badge": "СРЕДА", + "settings.title": "Настройки", + "settings.toggle_visibility_aria": "Превключи видимостта на паролата", + "settings.toggle_visibility_title": "Покажи/скрий стойността", + "settings.user_autocomplete_empty": "Не са намерени съвпадащи потребители", + "settings.user_autocomplete_hint": "Въведете текст, за да търсите съществуващи потребители по име, или въвеждайте идентификатор ръчно.", + "settings.user_autocomplete_placeholder": "Започнете да въвеждате, за да търсите потребители\u0002\u0006\b", + "settings.wizard_btn": "Съветник", + "shared.col_expiry": "Изтичане", + "shared.col_file_label": "Файл / Етикет", + "shared.col_link": "Връзка", + "shared.col_views": "Прегледи", + "shared.copy_link_aria": "Копирай връзката в клипборда", + "shared.copy_link_title": "Копирай връзката", + "shared.create_btn": "Създай връзка", + "shared.create_heading": "Създаване на нова споделена връзка", + "shared.creating": "Създаване\u0002\u0006\b", + "shared.expiry_12h": "12 часа", + "shared.expiry_14d": "14 дни", + "shared.expiry_1h": "1 час", + "shared.expiry_24h": "24 часа (1 ден)", + "shared.expiry_30d": "30 дни", + "shared.expiry_3d": "3 дни", + "shared.expiry_6h": "6 часа", + "shared.expiry_7d": "7 дни", + "shared.expiry_label": "Изтичане", + "shared.expiry_never": "Никога", + "shared.file_id_help_post": "страницата или в URL адреса с подробности за документа.", + "shared.file_id_help_pre": "Намерете идентификатора на файла на", + "shared.file_id_label": "Идентификатор на файла", + "shared.file_id_placeholder": "напр. 42", + "shared.files_link": "Файлове", + "shared.heading": "Споделени връзки", + "shared.label_label": "Етикет", + "shared.label_placeholder": "напр. Споделено с Bob", + "shared.link_created": "Споделената връзка е създадена!", + "shared.link_created_help": "Копирайте и изпратете този линк на получателя.", + "shared.links_count_aria": "брой връзки", + "shared.max_downloads_label": "Макс. изтегляния", + "shared.no_links": "Все още няма споделени връзки. Създайте една по-горе, за да започнете.", + "shared.open_in_new_tab": "Отвори в нов раздел", + "shared.open_link_aria": "Отвори споделена връзка", + "shared.optional": "(по избор)", + "shared.page_title": "Споделени връзки \u0011 DocuElevate", + "shared.password_label": "Парола", + "shared.password_placeholder": "Оставете празно, за да няма парола", + "shared.password_protected": "Защитено с парола", + "shared.refresh_aria": "Обнови списъка със споделените връзки", + "shared.revoke_aria_prefix": "Отмени споделената връзка за", + "shared.revoke_btn": "Отмени", + "shared.status_active": "Активен", + "shared.status_expired": "Изтекъл", + "shared.status_limit_reached": "Достигнат лимит", + "shared.status_revoked": "Отменен", + "shared.subtitle": "Споделяйте документи с всеки чрез връзка с ограничено време или ограничено преглеждане. Получателите не се нуждаят от акаунт в DocuElevate. Връзките могат да бъдат защитени с парола и оттеглени по всяко време.", + "shared.table_aria": "Споделени връзки", + "shared.unlimited_placeholder": "Неограничено", + "shared.your_links": "Вашите споделени връзки", + "similarity.backfill_auto": "Фоновата задача ще ги изчислява автоматично на всеки 5 минути, или можете да", + "similarity.files_missing_text": "файл(ове) имат OCR текст, но все още нямат вграждане.", + "similarity.find_pairs_btn": "Намери двойки", + "similarity.heading": "Сходство на документи", + "similarity.load_error": "Неуспешно зареждане на двойките.", + "similarity.min_similarity_label": "Мин. сходство", + "similarity.no_pairs_detail": "Няма двойки документи, които да надвишават прага на сходство.", + "similarity.no_pairs_heading": "Не са намерени подобни двойки", + "similarity.page_title": "Подобие на документи - DocuElevate", + "similarity.pagination_aria": "Пагинация за двойки сходства", + "similarity.per_page_label": "На страница", + "similarity.scanning": "Търсене на сходни двойки документи\u000e2\b0\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "similarity.stat_embedding_model": "Модел за вграждане", + "similarity.stat_missing_embedding": "Липсващо вграждане", + "similarity.stat_total_files": "Общо файлове", + "similarity.stat_with_embedding": "С вграждане", + "similarity.subtitle": "Двойки документи с високо семантично сходство, подредени по оценка.", + "similarity.trigger_aria": "Задейства изчисляване на вграждания за всички файлове, на които липсват вграждания", + "similarity.trigger_now": "задействай сега", + "status.app_version": "Версия на приложението", + "status.build_date": "Дата на изграждане", + "status.container_id": "ID на контейнера", + "status.git_commit": "Git комит", + "status.last_check": "Последна проверка", + "status.page_title": "Състояние на системата", + "status.setting_label": "Настройка", + "status.value_label": "Стойност", + "subscription.available_plans_heading": "Налични планове", + "subscription.back_to_dashboard": "Обратно към таблото", + "subscription.cancel_pending": "Отмяна на промяната", + "subscription.cancel_scheduled": "Отмяна на планираната промяна", + "subscription.contact_sales": "Свържете се с продажбите", + "subscription.current_badge": "Текущ", + "subscription.current_plan": "Текущ план", + "subscription.current_plan_cta": "Вашият текущ план", + "subscription.downgrade_to_prefix": "Намалете до", + "subscription.features_heading": "Какво е включено във вашия план", + "subscription.free": "Безплатно", + "subscription.heading": "Абонаментът ми", + "subscription.keep_plan_prefix": "Запазете", + "subscription.lifetime_files": "Общо файлове (постоянно)", + "subscription.month_files": "Файлове този месец", + "subscription.more_features_label": "повече", + "subscription.page_title": "Моят абонамент – DocuElevate", + "subscription.pending_badge": "В процес на промяна", + "subscription.pending_benefits": "Запазвате всички текущи предимства на плана до тогава.", + "subscription.pending_on": "на", + "subscription.pending_title": "В процес на промяна на плана", + "subscription.pending_will_change": "Вашият план ще бъде променен на", + "subscription.per_mo": "/месец", + "subscription.per_month": "/месец", + "subscription.since": "От", + "subscription.single_user_body": "Нивата на абонамента се прилагат, когато мрежовият режим е активиран. Вашият инстанс в момента работи в режим за един потребител с без ограничения за обработка. Администратор може да активира мрежов режим чрез {settings_link}.", + "subscription.single_user_title": "Режим за множество потребители не е активиран.", + "subscription.subtitle": "Вашият текущ план, използване и налични надстройки.", + "subscription.this_month_label": "този месец", + "subscription.today_files": "Файлове днес", + "subscription.today_label": "днес", + "subscription.unlimited": "Без ограничения", + "subscription.upgrade_info": "Надстройките влизат в сила незабавно. Намаленията са планирани за края на текущия ви фактурен период.", + "subscription.upgrade_to_prefix": "Надстройка до", + "subscription.usage_heading": "Използване", + "upload.browse_button": "Преглед на файлове", + "upload.button_processing": "Обработва се...", + "upload.camera_button": "Снимай / Сканирай документ", + "upload.download_button": "Изтегли и обработи", + "upload.downloading": "Изтегля се файл от URL...", + "upload.drag_drop": "Плъзнете и пуснете файлове тук или кликнете, за да прегледате", + "upload.drop_hint_desktop": "Плъзнете и пуснете файлове или папки тук, или кликнете, за да изберете файлове.", + "upload.drop_hint_mobile": "Докоснете, за да изберете файлове, или използвайте бутона за камера по-долу.", + "upload.drop_zone_aria": "Област за качване на файлове. Плъзнете и пуснете файлове тук или натиснете Enter, за да прегледате файлове.", + "upload.error": "Качването не успя", + "upload.error_invalid_url": "Невалиден формат на URL адрес", + "upload.error_url_required": "Моля, въведете URL адрес", + "upload.file_size_hint": "Максимален размер: 500 MB на файл", + "upload.file_types": "Позволени типове: PDF, документи на Office (Word, Excel, PowerPoint и др.), изображения", + "upload.filename_description": "Оставете празно, за да се използва името на файла от URL адреса", + "upload.filename_label": "Име на файла (по избор)", "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "upload.max_size": "Максимален размер на файла: {size}", + "upload.page_title": "Качване на файлове", + "upload.section_device": "Качване от устройството", + "upload.section_url": "Качване от URL адрес", + "upload.select_file": "Изберете файл", + "upload.success": "Файлът е качен успешно", + "upload.title": "Качване на документ", + "upload.uploading": "Качва се...", + "upload.url_description": "Въведете директен линк към файл (PDF, Office документи или изображения)", + "upload.url_label": "URL на файла", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/bn.json b/frontend/translations/bn.json new file mode 100644 index 00000000..e4a36802 --- /dev/null +++ b/frontend/translations/bn.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "সৃষ্টিকর্তার সাথে পরিচয়", + "about.creator_name": "ক্রিশ্চিয়ান ক্রাকাউ-লুইস", + "about.creator_pre": "DocuElevate বছরে প্রাণঢালা বিকাশিত হয়েছে", + "about.features_admin_api": "প্রোগ্রাম্যাটিক অ্যাক্সেসের জন্য শক্তিশালী REST API", + "about.features_admin_config": "পরিবেশ ভেরিয়েবল দ্বারা অত্যন্ত কনফিগারেবল", + "about.features_admin_docker": "সহজ স্থাপন ও স্কেলিংয়ের জন্য ডকার-রেডি", + "about.features_admin_heading": "প্রশাসন", + "about.features_admin_oauth2": "Authentik সাথে OAuth2 প্রমাণীকরণ সমর্থন", + "about.features_automation_background": "Redis এবং Celery এর সাথে ব্যাকগ্রাউন্ড প্রক্রিয়াকরণ", + "about.features_automation_gmail": "Gmail এবং সাধারণ ইমেইল অ্যাকাউন্ট সম্পৃক্ততা", + "about.features_automation_heading": "স্বয়ংক্রিয়তা", + "about.features_automation_imap": "একাধিক উৎস থেকে IMAP ইনবক্স পর্যালোচনা", + "about.features_automation_ingestion": "বিভিন্ন ইনপুট থেকে স্বয়ংক্রিয় নথি গ্রহণ", + "about.features_heading": "মূল বৈশিষ্ট্যসমূহ", + "about.features_integration_cloud": "ক্লাউড স্টোরেজ: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "একীকরণ ও স্টোরেজ", + "about.features_integration_multi_dest": "একাধিক স্থানীয় সমর্থন (একাধিক স্থানে নথি সংরক্ষণ করুন)", + "about.features_integration_protocols": "স্থানান্তর প্রোটোকল: FTP, SFTP, ইমেল ফরওয়ার্ডিং", + "about.features_integration_selfhosted": "স্ব-হোস্টেড অপশন: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "বুদ্ধিমান নথি শ্রেণীবিন্যাস এবং তারিখ নির্যাস", + "about.features_processing_heading": "নথি প্রক্রিয়াকরণ", + "about.features_processing_metadata": "একটি প্লাগেবল AI প্রদানকারী দ্বারা স্বয়ংক্রিয় মেটাডেটা নির্যাস", + "about.features_processing_ocr": "Azure ডকুমেন্ট ইন্টেলিজেন্স দ্বারা পরিচালিত OCR", + "about.features_processing_pdf": "Gotenberg এর মাধ্যমে বিভিন্ন ফাইল ফরম্যাটের জন্য PDF রূপান্তর", + "about.features_processing_upload": "ড্র্যাগ & ড্রপ সহ সহজ এবং নিরাপদ ফাইল আপলোড", + "about.github_logo_alt": "GitHub লোগো", + "about.heading": "DocuElevate সম্পর্কে", + "about.intro_post": " – আপনার আধুনিক, বুদ্ধিমান সমাধান নথি প্রক্রিয়াকরণের জন্য! আমরা DocuElevate তৈরি করেছি আপনার নথি পরিচালনার পদ্ধতি সম্পূর্ণরূপে পরিবর্তন করতে – আপলোড থেকে শুরু করে নির্যাস, প্রক্রিয়া থেকে সংরক্ষণ পর্যন্ত।", + "about.intro_pre": "স্বাগতম ", + "about.involved_description": "কোডে ডুব দিতে চান, ধারণা দিতে চান, বা DocuElevate সম্পর্কে আরও জানতে চান?", + "about.involved_docs": " ডকুমেন্টেশন পড়ুন", + "about.involved_github": "GitHub এ DocuElevate দেখুন", + "about.involved_heading": "শামিল হন", + "about.involved_website": "DocuElevate ওয়েবসাইট পরিদর্শন করুন", + "about.legal_description": "আমরা আপনার গোপনীয়তা এবং তথ্য নিরাপত্তা নিয়ে চিন্তিত। দয়া করে আমাদের পর্যালোচনা করুন:", + "about.legal_heading": "গোপনীয়তা ও আইনগত", + "about.legal_license": "লাইসেন্স তথ্য", + "about.legal_privacy": "গোপনীয়তা বিজ্ঞপ্তি", + "about.page_title": "DocuElevate সম্পর্কে", + "about.story_heading": "আমাদের গল্প", + "about.story_p1": "DocuElevate একটি লক্ষ্য নিয়ে তৈরি করা হয়েছে: সবার জন্য নথি ব্যবস্থাপনাকে সহজ এবং সোজা করে তোলা, আপনি একটি ছোট স্টার্টআপ হন বা একটি বড় উদ্যোক্তা।", + "about.story_p2": "আমরা মেটাডেটা নিষ্কাশন এবং টেক্সট পরিশোধন үшін প্লাগেবল AI প্রদানকারীদের (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, এবং আরও অনেক) শক্তি ব্যবহার করি, Dropbox, Nextcloud, এবং Paperless NGX-এর সাথে সংহত করি স্টোরেজ এবং ইনডেক্সিংয়ের জন্য, OCR-এর জন্য Azure Document Intelligence ব্যবহার করি, এবং ফাইল থেকে PDF রূপান্তরের জন্য Gotenberg ব্যবহার করি।", + "api_tokens.col_created": "তৈরি করা হয়েছে", + "api_tokens.col_last_ip": "শেষ আইপিএস", + "api_tokens.col_last_used": "শেষ ব্যবহার", + "api_tokens.col_name": "নাম", + "api_tokens.col_prefix": "টোকেন উপসর্গ", + "api_tokens.copy_to_clipboard": "ক্লিপবোর্সে টোকেন কপি করুন", + "api_tokens.copy_upload_example": "ক্লিপবোর্সে আপলোডের উদাহরণ কপি করুন", + "api_tokens.copy_warning_1": "এই টোকেনটি এখন কপি করুন — এটি", + "api_tokens.copy_warning_2": "পুনরায় দেখানো হবে না", + "api_tokens.create_heading": "নতুন টোকেন তৈরি করুন", + "api_tokens.create_token": "টোকেন তৈরি করুন", + "api_tokens.creating": "তৈরি করা হচ্ছে…", + "api_tokens.heading": "API টোকেন", + "api_tokens.intro": "DocuElevate API-এর সাথে প্রোগ্রাম্যাটিকভাবে যোগাযোগ করার জন্য ব্যক্তিগত API টোকেন তৈরি করুন। ওয়েবহুক আপলোড, CI/CD পাইপলাইন, অথবা যে কোনও স্ক্রিপ্ট যা নথি আপলোড বা পুনরুদ্ধার করতে প্রয়োজন সেই জন্য টোকেন ব্যবহার করুন।", + "api_tokens.loading_tokens": "টোকেন লোড হচ্ছে…", + "api_tokens.never": "কখনও নয়", + "api_tokens.no_tokens_heading": "এখনও কোন API টোকেন নেই", + "api_tokens.no_tokens_help": "শুরু করার জন্য উপরে আপনার প্রথম টোকেনটি তৈরি করুন।", + "api_tokens.page_title": "API টোকেন – DocuElevate", + "api_tokens.revoke": "রিভোক করুন", + "api_tokens.revoke_prefix": "টোকেন রিভোক করুন", + "api_tokens.status_active": "সক্রিয়", + "api_tokens.status_revoked": "রিভোক করা হয়েছে", + "api_tokens.table_aria": "API টোকেন", + "api_tokens.token_created": "টোকেন সফলভাবে তৈরি হয়েছে!", + "api_tokens.token_name_label": "টোকেনের নাম", + "api_tokens.token_name_placeholder": "যেমন: CI পাইপলাইন, ওয়েবহুক আপলোড, আমার স্ক্রিপ্ট", + "api_tokens.usage_heading": "ব্যবহারের উদাহরণ", + "api_tokens.usage_intro_post": "কোনও API অনুরোধের সাথে শিরোনাম:", + "api_tokens.usage_intro_pre": "আপনার API টোকেন ব্যবহার করুন", + "api_tokens.your_tokens": "আপনার টোকেন", + "app.name": "DocuElevate", + "audit.col_ip": "আইপি", + "audit.col_resource": "সম্পদ", + "audit.col_timestamp": "টাইমস্ট্যাম্প", + "audit.critical": "গুরুতর", + "audit.filter_action": "ক্রিয়া", + "audit.filter_all_actions": "সমস্ত ক্রিয়া", + "audit.filter_all_users": "সকল ব্যবহারকারী", + "audit.filter_resource_placeholder": "যেমন: নথি, ব্যবহারকারী", + "audit.filter_resource_type": "সংসাধন ধরন", + "audit.filter_severity": "গুরুত্ব", + "audit.filter_user": "ব্যবহারকারী", + "audit.filters_section_label": "অডিট লগ ফিল্টার", + "audit.next": "পরবর্তী", + "audit.next_label": "পরবর্তী পৃষ্ঠা", + "audit.no_events": "আজ পর্যন্ত কোনো অডিট ঘটনা রেকর্ড করা হয়নি।", + "audit.no_events_hint": "গুরুত্বপূর্ণ কার্যক্রম (লগইন, নথির কার্যক্রম, সেটিং পরিবর্তন) এখানে প্রদর্শিত হবে।", + "audit.page_title": "অডিট লগ - ডোকুElevate", + "audit.pagination_label": "অডিট লগ পৃষ্ঠাপ্রবাহ", + "audit.prev": "পূর্ববর্তী", + "audit.prev_label": "পূর্ববর্তী পৃষ্ঠা", + "audit.refresh_label": "অডিট লগ রিফ্রেশ করুন", + "audit.siem_disabled_title": "SIEM ফরওয়ার্ডিং নিষ্ক্রিয়", + "audit.siem_enabled_title": "ঘটনাগুলি ফরওয়ার্ড করা হচ্ছে ", + "audit.siem_off": "SIEM: বন্ধ", + "audit.subtitle": "সকল গুরুত্বপূর্ণ কার্যক্রমের বিস্তৃত, শুধুমাত্র সংযোজন করার রেকর্ড।", + "audit.table_label": "অডিট লগ ঘটনা", + "audit.title": "অডিট লগ", + "auth.confirm_password": "পাসওয়ার্ড নিশ্চিত করুন", + "auth.create_account": "অ্যাকাউন্ট তৈরি করুন", + "auth.display_name_label": "ডিসপ্লে নাম", + "auth.email_label": "ইমেল", + "auth.forgot_password": "পাসওয়ার্ড ভুলে গেছেন?", + "auth.forgot_username": "ব্যবহারকারীর নাম ভুলে গেছেন?", + "auth.login": "লগ ইন", + "auth.login_title": "লগ ইন", + "auth.logo_alt": "ডোকুElevate লোগো", + "auth.logout": "লগ আউট", + "auth.my_account": "আমার অ্যাকাউন্ট", + "auth.no_account": "অ্যাকাউন্ট নেই?", + "auth.or_continue_with": "অথবা প্রক্রিয়া চালিয়ে যান", + "auth.password_label": "পাসওয়ার্ড", + "auth.profile": "প্রোফাইল", + "auth.remember_me": "আমার মনে রাখবেন", + "auth.return_home": "হোমে ফিরে যান", + "auth.sign_in": "সাইন ইন করুন", + "auth.sign_in_sso": "SSO দিয়ে সাইন ইন करें", + "auth.sign_in_with": "সাইন ইন করুন", + "auth.sign_in_with_username": "ব্যবহারকারীর নাম দিয়ে সাইন ইন করুন", + "auth.signup": "নিবন্ধন করুন", + "auth.signup_title": "নিবন্ধন করুন", + "auth.username_label": "ব্যবহারকারীর নাম", + "auth.username_or_email": "ব্যবহারকারীর নাম বা ইমেল", + "auth.verify_email_back_sign_in": "সাইন ইন এ ফিরে যান", + "auth.verify_email_expiry": "লিঙ্কটি ২৪ ঘণ্টার মধ্যে মেয়াদ শেষ হবে। যদি আপনি ইমেল না দেখেন, তবে আপনার স্প্যাম ফোল্ডার চেক করুন।", + "auth.verify_email_heading": "আপনার ইনবক্স চেক করুন", + "auth.verify_email_message": "আমরা আপনাকে একটি যাচাইকরণ ইমেল প্রেরণ করেছি। আপনার অ্যাকাউন্ট সক্রিয় করতে দয়া করে ইমেলে লিঙ্কে ক্লিক করুন।", + "auth.verify_email_page_title": "DocuElevate - আপনার ইমেল যাচাই করুন", + "auth.verify_email_resend_aria_label": "পুনঃপ্রেরণের জন্য ইমেল ঠিকানা", + "auth.verify_email_resend_button": "যাচাইকরণ ইমেল পুনঃপ্রেরণ করুন", + "auth.verify_email_resend_label": "ইমেল ঠিকানা", + "auth.verify_email_resend_placeholder": "আপনার ইমেল ঠিকানা লিখুন", + "auth.verify_email_resend_prompt": "এটি কি পাননি?", + "backup.archives_heading": "ব্যাকআপ আর্কাইভ", + "backup.backup_now": "এখন ব্যাকআপ করুন", + "backup.clean_up": "পরিচ্ছন্নতা করুন", + "backup.cleanup_title": "এখন সংরক্ষণ_cleanup চালান", + "backup.col_created": "তৈরি হয়েছে", + "backup.col_filename": "ফাইলের নাম", + "backup.col_size": "আকার", + "backup.col_storage": "সংগ্রহস্থল", + "backup.col_type": "প্রকার", + "backup.config_auto_backup": "অটো-ব্যাকআপ", + "backup.config_remote_dest": "দূরবর্তী গন্তব্য", + "backup.config_retention": "রক্ষণাবেক্ষণ", + "backup.config_total_size": "মোট স্থানীয় আকার", + "backup.confirm_btn": "নিশ্চিত করুন", + "backup.confirm_title": "ক্রিয়া নিশ্চিত করুন", + "backup.heading": "ব্যাকআপ ব্যবস্থাপনা", + "backup.local_only": "আপনি স্থানীয়", + "backup.no_backups": "এখনো কোন ব্যাকআপ নেই।", + "backup.no_backups_hint": "আপনার প্রথম ব্যাকআপ তৈরি করতে এখন ব্যাকআপ করুন ক্লিক করুন।", + "backup.page_title": "ব্যাকআপ ব্যবস্থাপনা", + "backup.records_label": "রেকর্ড", + "backup.restore_btn": "পুনরুদ্ধার করুন", + "backup.restore_desc_mid": "ডাটাবেস পুনরুদ্ধার করতে ব্যাকআপ আর্কাইভ।", + "backup.restore_desc_pre": "একটি আপলোড করুন", + "backup.restore_desc_warning": "এটি সমস্ত বর্তমান ডেটা ওভাররাইট করবে।", + "backup.restore_file_label": "ব্যাকআপ আর্কাইভ (.db.gz)", + "backup.restore_heading": "ফাইল থেকে পুনরুদ্ধার করুন", + "backup.restoring": "পুনরুদ্ধার হচ্ছে\n", + "backup.retention_daily_detail": "\n– ৩ সপ্তাহের জন্য রাখা হয়", + "backup.retention_heading": "রিটেনশন নীতি", + "backup.retention_hourly_detail": "\u0000A– ৪ দিনের জন্য রাখা হয়", + "backup.retention_note": "এই সীমার বাইরের ব্যাকআপগুলি প্রতিটি নতুন ব্যাকআপ তৈরি হওয়ার পর স্বয়ংক্রিয়ভাবে সরানো হয়।", + "backup.retention_weekly_detail": "\u0000A– ~৩ মাসের জন্য রাখা হয়", + "backup.snapshots": "ন্যূনতম চিত্র", + "backup.status_ok": "ঠীক", + "backup.storage_local": "স্থানীয়", + "backup.subtitle": "ডেটাবেস ব্যাকআপগুলি স্বয়ংক্রিয়ভাবে তৈরি হয়: প্রতি ঘণ্টায় (৪ দিন), দৈনিক (৩ সপ্তাহ), সাপ্তাহিক (১৩ সপ্তাহ)।", + "backup.table_aria": "ব্যাকআপ আর্কাইভ", + "backup.trigger_daily": "এখন ব্যাকআপ করুন (দৈনিক)", + "backup.trigger_hourly": "এখন ব্যাকআপ করুন (প্রতি ঘণ্টায়)", + "backup.trigger_weekly": "এখন ব্যাকআপ করুন (সাপ্তাহিক)", + "backup.type_daily": "দৈনিক", + "backup.type_hourly": "প্রতি ঘণ্টায়", + "backup.type_weekly": "সাপ্তাহিক", + "billing.go_to_dashboard": "ড্যাশবোর্ডে যান", + "billing.manage_subscription": "সাবস্ক্রিপশন পরিচালনা করুন", + "billing.success_heading": "আপনি সবকিছু ঠিক করেছেন!", + "billing.success_message": "আপনার সাবস্ক্রিপশন সক্রিয় হয়েছে। DocuElevate নির্বাচন করার জন্য ধন্যবাদ!", + "billing.success_page_title": "DocuElevate - সাবস্ক্রিপশন সক্রিয় হয়েছে", + "common.actions": "অ্যাকশন", + "common.active": "সক্রিয়", + "common.all": "সমস্ত", + "common.avatar": "অভিরূপ", + "common.back": "পেছনে", + "common.cancel": "বাতিল করুন", + "common.close": "বন্ধ করুন", + "common.col_pending": "অপেক্ষমাণ", + "common.completed": "সম্পূর্ণ হয়েছে", + "common.confirm": "নিশ্চিত করুন", + "common.copied": "কপি করা হয়েছে!", + "common.copy": "কপি", + "common.create": "তৈরি করুন", + "common.created": "তৈরি করা হয়েছে", + "common.date": "তারিখ", + "common.delete": "মুছুন", + "common.description": "বিবরণ", + "common.details": "বিস্তারিত", + "common.disabled": "অক্ষম", + "common.download": "ডাউনলোড", + "common.duplicate": "নকল", + "common.edit": "সंपাদনা", + "common.enabled": "সক্রিয়", + "common.error": "ত্রুটি", + "common.failed": "ব্যর্থ", + "common.filter": "ফিল্টার", + "common.inactive": "নিষ্ক্রিয়", + "common.info": "তথ্য", + "common.loading": "লোড হচ্ছে...", + "common.name": "নাম", + "common.next": "পরবর্তী", + "common.next_page": "পরবর্তী পৃষ্ঠা", + "common.no": "না", + "common.none": "কিছুই নেই", + "common.page": "পৃষ্ঠা", + "common.paused": "রহিত", + "common.pending": "অপেক্ষায়", + "common.prev_page": "পূর্ববর্তী পৃষ্ঠা", + "common.previous": "পূর্ববর্তী", + "common.processing": "প্রক্রিয়াকরণ", + "common.refresh": "রিফ্রেশ", + "common.reset": "রিসেট", + "common.retry": "পুনরায় চেষ্টা করুন", + "common.save": "সংরক্ষণ", + "common.search": "অনুসন্ধান", + "common.select": "নির্বাচন করুন", + "common.select_placeholder": "\u0000— নির্বাচন করুন —", + "common.size": "আকার", + "common.status": "অবস্থা", + "common.submit": "জমা দিন", + "common.success": "সাফল্য", + "common.tags": "ট্যাগগুলো", + "common.test": "পরীক্ষা", + "common.test_connection": "সংযোগ পরীক্ষা", + "common.type": "প্রকার", + "common.update": "আপডেট", + "common.updated": "আপডেট হয়েছে", + "common.upload": "আপলোড", + "common.view": "দেখুন", + "common.warning": "সম্প্রতি", + "common.yes": "হ্যাঁ", + "cookie.accept": "বুঝেছি", + "cookie.learn_more": "আরো জানুন", + "cookie.message": "এই ওয়েবসাইটটি আপনার অভিজ্ঞতা উন্নত করতে কুকিজ ব্যবহার করে।", + "cookie.notice": "DocuElevate শুধুমাত্র প্রমাণীকরণ এবং পরিষেবা পরিচালনার জন্য প্রয়োজনীয় মৌলিক সেশন কুকিজ ব্যবহার করে। কোনো ট্র্যাকিং বা বিশ্লেষণ কুকিজ ব্যবহৃত হয় না।", + "cookie.notice_label": "কুকি নোটিশ", + "cookie.policy_link": "কুকি নীতি", + "cookie.privacy_link": "গোপনীয়তা নোটিশ", + "credentials.col_action": "কর্ম", + "credentials.col_credential": "প্রমাণপত্র", + "credentials.col_source": "সূত্র", + "credentials.configured": "সংরক্ষিত", + "credentials.edit_in_settings": "সেটিংসে এডিট করুন", + "credentials.legend_db": "ডেটাবেসে সংরক্ষিত মান (বিশ্রামে এনক্রিপ্টেড; পরিবেশ পরিবর্তনশীলকে অতিক্রম করে)", + "credentials.legend_env_after": " ফাইল", + "credentials.legend_env_before": "পরিবেশ পরিবর্তনশীল বা ", + "credentials.legend_missing": "প্রমাণপত্র সেট করা হয়নি — ইন্টিগ্রেশন কাজ করবে না", + "credentials.legend_restart": "এই প্রমাণপত্র পরিবর্তিত হলে পুনরায় চালু করা প্রয়োজন", + "credentials.legend_title": "লেজেন্ড", + "credentials.manage_settings": "সেটিংস পরিচালনা করুন", + "credentials.not_configured": "কনফিগার করা হয়নি", + "credentials.page_title": "প্রমাণপত্র অডিট - DocuElevate", + "credentials.raw_json": "ভাঁজা JSON (API)", + "credentials.restart_title": "এই প্রমাণপত্র পরিবর্তনের পরে পুনরায় চালু করা প্রয়োজন", + "credentials.source_db_title": "ডেটাবেসে সংরক্ষিত (এনক্রিপ্টেড)", + "credentials.source_env_title": "পরিবেশ পরিবর্তনশীল থেকে", + "credentials.status_missing": "অবস্থান নেই", + "credentials.subtitle": "DocuElevate দ্বারা ব্যবহৃত সমস্ত সংবেদনশীল প্রমাণপত্রের একটি সারসংক্ষেপ। এখানে কোনো গোপন মান প্রদর্শন করা হয়নি — কেবলমাত্র প্রতিটি প্রমাণপত্র কনফিগার করা হয়েছে কিনা এবং এটি কোথা থেকে এসেছে তা।", + "credentials.table_for": "প্রমাণপত্রের জন্য", + "credentials.title": "প্রমাণপত্র অডিট", + "credentials.total_credentials": "মোট প্রমাণপত্র", + "dashboard.active_integrations": "সক্রিয় ইন্টিগ্রেশন", + "dashboard.files_this_month": "এই মাসের ফাইলসমূহ", + "dashboard.files_today": "আজকের ফাইলসমূহ", + "dashboard.ocr_processed": "OCR প্রক্রিয়াকৃত", + "dashboard.quick_actions": "দ্রুত কর্ম", + "dashboard.recent_activity": "সাম্প্রতিক কার্যক্রম", + "dashboard.storage_targets": "সংগ্রহস্থল লক্ষ্য", + "dashboard.title": "ড্যাশবোর্ড", + "dashboard.total_files": "মোট ফাইল", + "dashboard.welcome": "DocuElevate এ স্বাগতম", + "duplicates.file_id_label": "ফাইল আইডি", + "duplicates.file_id_placeholder": "যেমন 42", + "duplicates.find_btn": "খুঁজুন", + "duplicates.found_files": "ডুplikেট ফাইল(গুলি) মোট।", + "duplicates.found_groups": "ডুplikেট গ্রুপ(গুলি) সহ", + "duplicates.found_prefix": "পাওয়া গেছে", + "duplicates.group_aria": "ডুplikেট গ্রুপ", + "duplicates.heading": "ডুplikেট ডকুমেন্টসমূহ", + "duplicates.how_it_works_heading": "কিভাবে নিকট ডুplikেট শনাক্তকরণ কাজ করে", + "duplicates.max_results_label": "সর্বাধিক ফলাফল", + "duplicates.near_dup_desc": "একটি ডকুমেন্ট নির্বাচন করুন যাচাই করতে যে অন্য কোনও ফাইলে একই (বা খুব অনুরূপ) বিষয়বস্তু রয়েছে কিনা — এমনকি যদি তারা ভিন্ন সময়ে স্ক্যান করা হয় এবং প্রত্যেকটির আলাদা SHA-256 হ্যাশ থাকে।", + "duplicates.near_dup_heading": "একটি ডকুমেন্টের জন্য নিকট ডুplikেট খুঁজুন", + "duplicates.no_exact_heading": "কোন সঠিক ডুplikেট পাওয়া যায়নি", + "duplicates.page_title": "ডুplikেট ডকুমেন্টসমূহ - DocuElevate", + "duplicates.pagination_aria": "পৃষ্ঠাবিন্যাস", + "duplicates.role_duplicate": "ডুplikেট", + "duplicates.role_original": "মূল", + "duplicates.tab_exact": "সঠিক ডুplikেট", + "duplicates.tab_near": "নিকট-ডুplikেট সন্ধানকারী", + "duplicates.tabs_aria": "ডুplikেট শনাক্তকরণ ট্যাবগুলো", + "duplicates.threshold_label": "সাদৃশ্য থ্রেশহোল্ড", + "duplicates.view_dup_aria": "ডুplikেট ফাইল দেখুন", + "duplicates.view_original_aria": "মূল ফাইল দেখুন", + "error.404_code": "404", + "error.404_heading": "ওহ, আমরা সেই পৃষ্ঠাটি খুঁজে পাইনি!", + "error.404_home": "বাড়িতে ফিরে যান", + "error.404_message": "এটি মনে হচ্ছে DocuElevate আপনার কাঙ্ক্ষিত ডকুমেন্টটি হারিয়ে ফেলেছে। চিন্তার কিছু নেই – আমরা আপনার সঙ্গেঅ আছি।", + "error.404_title": "404 - পাওয়া যায়নি", + "error.500_code": "500", + "error.500_debug_info": "ডিবাগ তথ্য দেখান", + "error.500_description": "আমাদের সার্ভারগুলো একটি দুর্ঘটনার সম্মুখীন হয়েছে এবং কিছু সময় প্রয়োজন।", + "error.500_heading": "ওহ! কিছু ভুল হয়েছে।", + "error.500_home": "বাড়িতে যান", + "error.500_img_alt": "একটি সার্ভার ত্রুটির চিত্রণ", + "error.500_message1": "আমাদের সার্ভারগুলো একটি দুর্ঘটনার সম্মুখীন হয়েছে এবং কিছু সময় প্রয়োজন। হয়তো হ্যামস্টারগুলো তাদের কফি ঢেলে দিয়েছে?", + "error.500_message2": "আমরা এর মধ্যে আছি—ফাইলগুলো সাজানো, সার্ভারগুলো রিবুট করা এবং ফ্লাক্স ক্যাপাসিটার পুনঃসামঞ্জস্য করা।", + "error.500_title": "সার্ভার ত্রুটি - DocuElevate", + "error.forbidden": "নিষিদ্ধ", + "error.forbidden_message": "আপনার এই পৃষ্ঠায় প্রবেশের অনুমতি নেই।", + "error.not_found": "পাতা পাওয়া যায়নি", + "error.not_found_message": "আপনি যে পাতা খুঁজছেন তা বিদ্যমান নয়।", + "error.server_error": "অভ্যন্তরীণ সার্ভার ত্রুটি", + "error.server_error_message": "কিছু ভুল হয়েছে। দয়া করে পরে আবার চেষ্টা করুন।", + "error.unauthorized": "অনুমোদিত নয়", + "error.unauthorized_message": "এই পৃষ্ঠায় প্রবেশ করতে আপনাকে লগ ইন করতে হবে।", + "files.action_delete": "ফাইল মুছে ফেলুন", + "files.action_details": "বিস্তার বিবরণী দেখুন", + "files.action_preview": "দ্রুত পূর্বদর্শন", + "files.bulk_clear_selection": "নির্বাচন পরিষ্কার করুন", + "files.bulk_cloud_ocr": "ক্লাউড OCR আবার চলান", + "files.bulk_delete": "নির্বাচিত মুছুন", + "files.bulk_download": "ZIP হিসাবে ডাউনলোড করুন", + "files.bulk_reprocess": "নির্বাচিত আবার প্রক্রিয়া করুন", + "files.delete_modal_cancel": "বাতিল করুন", + "files.delete_modal_confirm": "মুছুন", + "files.delete_modal_message": "আপনি কি এই ফাইলটি মুছে ফেলতে নিশ্চিত?", + "files.delete_modal_title": "মুছে ফেলার নিশ্চিতকরণ", + "files.document_title": "নথির শিরোনাম", + "files.drop_overlay_hint": "PDF, অফিস ডক, চিত্র, HTML, মার্কডাউন এবং আরও অনেক কিছু সমর্থিত - ফোল্ডারগুলি পুনরাবৃত্তিমূলকভাবে প্রক্রিয়া করা হয়", + "files.drop_overlay_title": "আপলোড করতে ফাইল বা ফোল্ডার এখানে ফেলে দিন", + "files.error_hint": "এটি একটি কনফিগারেশন বা আমদানি সমস্যার কারণে হতে পারে। দয়া করে সার্ভার লগ চেক করুন।", + "files.file_size": "ফাইলের আকার", + "files.filename": "ফাইলের নাম", + "files.files_selected": "নির্বাচিত ফাইলগুলি", + "files.filter_all_providers": "সমস্ত প্রদানকারী", + "files.filter_all_statuses": "সমস্ত অবস্থা", + "files.filter_all_types": "সমস্ত প্রকার", + "files.filter_apply": "ফিল্টার প্রয়োগ করুন", + "files.filter_clear": "পরিষ্কার", + "files.filter_date_from": "তারিখ থেকে", + "files.filter_date_from_aria": "তারিখ থেকে ফিল্টার করুন", + "files.filter_date_to": "তারিখ পর্যন্ত", + "files.filter_date_to_aria": "তারিখ পর্যন্ত ফিল্টার করুন", + "files.filter_form_aria": "ফাইল ফিল্টার করুন", + "files.filter_mime_type": "MIME প্রকার", + "files.filter_ocr_all": "সমস্ত ফাইল", + "files.filter_ocr_good": "ভালো মানের", + "files.filter_ocr_poor": "দুর্বল মানের", + "files.filter_ocr_quality": "OCR মান", + "files.filter_ocr_quality_aria": "OCR গুণমান স্কোর দ্বারা ফিল্টার করুন", + "files.filter_ocr_unchecked": "এখনও মূল্যায়ন করা হয়নি", + "files.filter_search_label": "ফাইলনাম অনুসন্ধান করুন", + "files.filter_search_placeholder": "ফাইলনাম প্রবেশ করুন...", + "files.filter_storage_provider": "সংরক্ষণ প্রদানকারী", + "files.filter_tags_aria": "ট্যাগ দ্বারা ফিল্টার করুন (কমা দ্বারা আলাদা)", + "files.filter_tags_placeholder": "যেমন: ইনভয়েস,অ্যামাজন", + "files.fulltext_search_label": "পূর্ণ-টেক্সট অনুসন্ধান (OCR টেক্সট, মেটাডাটা, ট্যাগ)", + "files.fulltext_search_placeholder": "ডকুমেন্টের বিষয়বস্তু, প্রেরক, ট্যাগ, প্রকার অনুসন্ধান করুন...", + "files.no_files": "কোন ফাইল পাওয়া যায়নি", + "files.ocr_status": "OCR স্থিতি", + "files.page_title": "ফাইলের রেকর্ডসমূহ", + "files.pagination_files": "ফাইল", + "files.pagination_first": "প্রথম", + "files.pagination_last": "শেষ", + "files.pagination_nav_aria": "ফাইলের তালিকার পৃষ্ঠায়ন", + "files.pagination_next": "পরবর্তী", + "files.pagination_of": "এর", + "files.pagination_previous": "পূর্ববর্তী", + "files.pagination_showing": "দেখানো হচ্ছে", + "files.preview_modal_close": "পূর্বরূপ বন্ধ করুন", + "files.preview_modal_title": "পূর্বরূপ", + "files.queue_banner_items": "আইটেম(গুলি) বর্তমানে কিউড বা প্রক্রিয়াকৃত হচ্ছে। প্রক্রিয়া সম্পন্ন হলে ফাইলগুলি এখানে প্রদর্শিত হবে।", + "files.queue_banner_link": "কিউ দেখুন", + "files.saved_searches_empty": "এখনও কোন সংরক্ষিত অনুসন্ধান নেই", + "files.saved_searches_error": "সংরক্ষিত অনুসন্ধানগুলি লোড করা যায়নি", + "files.saved_searches_label": "সংরক্ষিত অনুসন্ধানসমূহ", + "files.saved_searches_save": "বর্তমানে সংরক্ষণ করুন", + "files.saved_searches_save_aria": "বর্তমান ফিল্টারগুলোকে একটি সংরক্ষিত অনুসন্ধান হিসাবে সংরক্ষণ করুন", + "files.search_results_empty": "কোন ফলাফল পাওয়া যায়নি।", + "files.search_results_title": "অনুসন্ধান ফলাফল", + "files.status_duplicate": "ডুপ্লিকেট", + "files.table_actions": "অ্যাকশনসমূহ", + "files.table_aria": "ফাইলের রেকর্ডসমূহ", + "files.table_created_at": "কখন তৈরি হয়েছিল", + "files.table_empty": "কোন ফাইল পাওয়া যায়নি", + "files.table_id": "আইডি", + "files.table_mime_type": "MIME প্রকার", + "files.table_original_filename": "মূল ফাইলনাম", + "files.table_select_all": "এই পাতার সমস্ত ফাইল নির্বাচন করুন", + "files.tags": "ট্যাগ", + "files.title": "ফাইল", + "files.upload_modal_aria": "আপলোডের অগ্রগতি", + "files.upload_modal_close": "আপলোডের অগ্রগতি বন্ধ করুন", + "files.upload_modal_header": "ফাইল আপলোড করা হচ্ছে", + "files.uploaded": "আপলোড করা হয়েছে", + "footer.about": "সম্পর্কিত", + "footer.attribution": "অ্যাট্রিবিউশন", + "footer.attributions": "অ্যাট্রিবিউশন", + "footer.cookies": "কুকিজ", + "footer.copyright": "ডোকুএলিভেট {year}", + "footer.imprint": "ইম্প্রিন্ট", + "footer.license": "লাইসেন্স", + "footer.navigation": "ফুটার নেভিগেশন", + "footer.privacy": "গোপনীয়তা", + "footer.terms": "শর্তাবলী", + "footer.version": "সংস্করণ {version}", + "help.destinations_dropbox": "ড্রপবক্স", + "help.destinations_dropbox_desc": "OAuth-লিংক করা। ফাইল আপনার নির্বাচিত ফোল্ডারে পৌঁছে যায়।", + "help.destinations_email": "ইমেইল ফরওয়ার্ডিং", + "help.destinations_email_desc": "প্রক্রিয়াকৃত ফাইল SMTP সংযোগ হিসাবে পাঠানো হয়।", + "help.destinations_google_drive": "গুগল ড্রাইভ", + "help.destinations_google_drive_desc": "সার্ভিস অ্যাকাউন্ট বা OAuth। শেয়ার্ড ড্রাইভগুলিকে সমর্থন করে।", + "help.destinations_heading": "গন্তব্যগুলি – ডকুমেন্ট কোথায় যায়", + "help.destinations_nextcloud": "নেক্সটক্লাউড / WebDAV", + "help.destinations_nextcloud_desc": "WebDAV এর মাধ্যমে স্ব-হোস্টেড ক্লাউড স্টোরেজ।", + "help.destinations_onedrive": "ওনড্রাইভ", + "help.destinations_onedrive_desc": "মাইক্রোসফট গ্রাফ API ইন্টিগ্রেশন।", + "help.destinations_paperless": "পেপারলেস-নক্স", + "help.destinations_paperless_desc": "আর্কাইভের জন্য ডকুমেন্টগুলিকে সরাসরি পেপারলেসে ঠেলুন।", + "help.destinations_s3": "অ্যামাজন S3", + "help.destinations_s3_desc": "কোনও S3-কম্প্যাটিবল বাকেট (AWS, MinIO, ওয়াসাবি)।", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "কোনও সার্ভারে নিরাপদ ফাইল স্থানান্তর।", + "help.destinations_webhook": "ওয়েবহুক", + "help.destinations_webhook_desc": "কোনও বাইরের এনপয়েন্টে POST মেটাডেটা।", + "help.documentation": "নথিপত্র", + "help.faq": "প্রায়শই জিজ্ঞাসিত প্রশ্নাবলী", + "help.faq_1_a": "আপলোড পৃষ্ঠায় যান, আপনার ফাইলগুলি টানুন এবং ফেলে দিন অথবা ফাইল নির্বাচন করুন ক্লিক করুন। ডোকুএলিভেট ছবি এবং অফিস ডকুমেন্টগুলিকে PDF-তে রূপান্তর করে, OCR চালায় এবং স্বয়ংক্রিয়ভাবে মেটাডেটা বের করে।", + "help.faq_1_q": "আমি কীভাবে ডকুমেন্ট আপলোড করব?", + "help.faq_2_a": "পিডিএফ, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, এবং HTML। non-PDF ফাইলগুলি প্রক্রিয়াকরণের আগে স্বয়ংক্রিয়ভাবে PDF-এ রূপান্তরিত হয়।", + "help.faq_2_q": "কোন ফাইল ফরম্যাটগুলো সমর্থিত?", + "help.faq_3_a": "হ্যাঁ। ইমেইল ইনজেশন-এ যান, একটি IMAP অ্যাকাউন্ট যুক্ত করুন, এবং DocuElevate নতুন বার্তা চেক করবে এবং সংযুক্তি স্বয়ংক্রিয়ভাবে প্রক্রিয়া করবে।", + "help.faq_3_q": "আমি ইমেইল থেকে ডকুমেন্ট নিতে পারি?", + "help.faq_4_a": "পাইপলাইনগুলি আপনাকে প্রক্রিয়াকরণের পদক্ষেপগুলিকে একত্রিত করতে দেয় - OCR, AI এক্সট্র্যাকশন, ফরম্যাট রূপান্তর - এবং ফলাফলটি এক বা একাধিক গন্তব্যে পাঠাতে। পাইপলাইন পৃষ্ঠায় সেগুলি তৈরি এবং পরিচালনা করুন।", + "help.faq_4_q": "প্রক্রিয়াকরণের পাইপলাইনগুলি কীভাবে কাজ করে?", + "help.faq_5_a": "DocuElevate বিশ্রামে প্রমাণপত্রগুলি এনক্রিপ্ট করে, TLS-এর মাধ্যমে যোগাযোগ করে, এবং আপনার ডকুমেন্টগুলি যতটুকু প্রয়োজন ততটুকু লম্বা সময় ধরে সংরক্ষণ করে না। পূর্ণ বিবরণের জন্য গোপনীয়তার নোটিশ দেখুন।", + "help.faq_5_a_post": "সম্পূর্ণ তথ্যের জন্য।", + "help.faq_5_a_pre": "DocuElevate সঞ্চয়ে আইডেন্টিফায়ারগুলি এনক্রিপ্ট করে, TLS এর মাধ্যমে যোগাযোগ করে এবং কখনো আপনার ডকুমেন্টগুলি প্রয়োজনের চেয়ে দীর্ঘ সময় পর্যন্ত সংরক্ষণ করে না। দেখুন ", + "help.faq_5_q": "আমার ডাটা নিরাপদ কি?", + "help.faq_heading": "নোটিশের প্রশ্নসমূহ", + "help.getting_started": "শুরু করা", + "help.heading": "সহায়ক কেন্দ্র", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "প্রোগ্রামেটিকভাবে ডকুমেন্টগুলি আপলোড করতে REST API ব্যবহার করুন। একটি Bearer টোকেন দিয়ে প্রমাণীকরণ করুন এবং ফাইলগুলি আপলোড এন্ডপয়েন্টে POST করুন।", + "help.ingestion_heading": "ডেটা ইনজেকশন টুলস", + "help.ingestion_mobile": "মোবাইল অ্যাপ", + "help.ingestion_mobile_desc": "আপনার ফোন বা ট্যাবলেট থেকে DocuElevate-এ ফটো এবং স্ক্যান পাঠাতে কাস্টম HTTP আপলোড গন্তব্য সমর্থনকারী যে কোনও মোবাইল স্ক্যানিং অ্যাপ ব্যবহার করুন।", + "help.ingestion_scanners": "নেটওয়ার্ক স্ক্যানার", + "help.ingestion_scanners_desc": "DocuElevate এর আপলোড এন্ডপয়েন্টে যে কোনও নেটওয়ার্ক স্ক্যানার বা বহু-ফাংশন প্রিন্টার নির্দেশ করুন। স্ক্যান করা ডকুমেন্টগুলি সরাসরি আপনার প্রক্রিয়াকরণ কিউতে পৌঁছে যাবে।", + "help.ingestion_watched_folders": "মৌলিক ফোল্ডার", + "help.ingestion_watched_folders_desc": "যেকোনো স্থানীয় বা নেটওয়ার্ক ফোল্ডার পর্যবেক্ষণের জন্য কনফিগার করুন। একটি মৌলিক ফোল্ডারে রাখা যেকোনো ফাইল স্বয়ংক্রিয়ভাবে আপলোড এবং DocuElevate দ্বারা প্রক্রিয়া করা হয়।", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Zapier, n8n, বা Make এর সাথে আপনার স্বয়ংক্রিয় কাজের প্রবাহে DocuElevate ইন্টিগ্রেট করুন। যেকোনো ইভেন্ট থেকে ডকুমেন্ট আপলোড ট্রিগার করতে REST API পদক্ষেপগুলি ব্যবহার করুন।", + "help.meta_description": "DocuElevate নিয়ে সাহায্য পান - ডকুমেন্ট আপলোডের জন্য গাইড খুঁজুন, ক্লাউড স্টোরেজ সংযোগ করুন, পাইপলাইন সেট আপ করুন, এবং আরও অনেক কিছু।", + "help.og_description": "DocuElevate নিয়ে সাহায্য পান - ডকুমেন্ট আপলোডের জন্য গাইড খুঁজুন, ক্লাউড স্টোরেজ সংযোগ করুন, পাইপলাইন সেট আপ করুন, এবং আরও অনেক কিছু।", + "help.page_title": "সহায়ক কেন্দ্র", + "help.privacy_notice": "গোপনীয়তা নোটিশ", + "help.quickstart_heading": "দ্রুত শুরু", + "help.quickstart_storage": "সংরক্ষণাগার সংযোগ করুন", + "help.quickstart_storage_desc": "সেটিংসে যান এবং আপনার ক্লাউড অ্যাকাউন্টগুলিকে সংযুক্ত করুন। প্রক্রিয়াকৃত ডকুমেন্টগুলি আপনার কনফিগার করা প্রতিটি গন্তব্যে স্বয়ংক্রিয়ভাবে পাঠানো হয়।", + "help.quickstart_storage_desc_full": "ইন্টিগ্রেশনসে যান এবং আপনার ক্লাউড স্টোরেজ অ্যাকাউন্টগুলি লিঙ্ক করুন। DocuElevate Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud এবং আরও অনেক কিছু সমর্থন করে। প্রক্রিয়া করা ডকুমেন্টগুলি স্বয়ংক্রিয়ভাবে আপনার কনফিগার করা প্রতিটি গন্তব্যে রাউট করা হয়।", + "help.quickstart_upload": "ডকুমেন্ট আপলোড করুন", + "help.quickstart_upload_desc": "আপলোড পৃষ্ঠায় ফাইলগুলি ড্র্যাগ ও ড্রপ করুন বা 'ফাইল নির্বাচিত করুন' ক্লিক করুন। DocuElevate ছবিগুলি এবং অফিসের ডকুমেন্টকে PDF-এ রূপান্তর করে, OCR চালায়, এবং স্বয়ংক্রিয়ভাবে মেটাডেটা এক্সট্র্যাক্ট করে।", + "help.quickstart_workflows": "কাজের প্রবাহ স্বয়ংক্রিয় করুন", + "help.quickstart_workflows_desc": "একাধিক পদক্ষেপের প্রক্রিয়াকরণ এবং রাউটিং নিয়মগুলি সংজ্ঞায়িত করতে পাইপলাইন তৈরি করুন। একটি একক প্রবাহে OCR, AI এক্সট্র্যাকশন, ফরম্যাট রূপান্তর, এবং বিতরণ একত্রিত করুন।", + "help.sources_email_ingestion": "ইমেইল ইনজেশন (IMAP)", + "help.sources_email_ingestion_desc": "একটি নির্দিষ্ট মেইলবক্সে ডকুমেন্টগুলি ফরওয়ার্ড করুন। ইমেইল ইনজেশনের অধীনে একটি বা একাধিক IMAP অ্যাকাউন্ট যুক্ত করুন। DocuElevate নতুন বার্তা চেক করে থাকে এবং স্বয়ংক্রিয়ভাবে সংযুক্তিগুলি প্রক্রিয়া করে।", + "help.sources_heading": "সূত্র - ডকুমেন্ট আনুন", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "ফাইলগুলি /api/upload-এ POST করে প্রোগ্রাম্যাটিকভাবে সংহত করুন। স্ক্রিপ্ট, নজরদারিতে থাকা ফোল্ডার, স্ক্যানার, বা Zapier এবং n8n এর মতো তৃতীয় পক্ষের টুলগুলির জন্য আদর্শ।", + "help.sources_scanner": "স্ক্যানার ও মোবাইল", + "help.sources_scanner_desc": "DocuElevate-এর আপলোড এন্ডপয়েন্টের দিকে নেটওয়ার্ক স্ক্যানার লক্ষ্য করুন অথবা যে কোনও মোবাইল স্ক্যানিং অ্যাপ বিশিষ্ট HTTP গন্তব্যগুলি সমর্থন করে।", + "help.sources_scanner_desc_full": "আপনার নেটওয়ার্ক স্ক্যানার বা বহু-ফাংশন প্রিন্টার কনফিগার করুন যাতে স্ক্যানগুলি সরাসরি DocuElevate এ পাঠানো হয়। গন্তব্য হিসাবে /api/upload এন্ডপয়েন্ট ব্যবহার করুন। কাস্টম আপলোড গন্তব্য সহ মোবাইল স্ক্যানিং অ্যাপও সমর্থিত।", + "help.sources_web_upload": "ওয়েব আপলোড", + "help.sources_web_upload_desc": "শুরু করার জন্য সবচেয়ে দ্রুত উপায়। আপলোড পৃষ্ঠা খুলুন, এক বা একাধিক ফাইল ড্রপ করুন, এবং DocuElevate বাকি যত্ন নেবে। সমর্থিত ফরম্যাটগুলি অন্তর্ভুক্ত PDF, JPEG, PNG, TIFF, DOCX, XLSX, এবং আরও অনেক কিছু।", + "help.subheading": "DocuElevate থেকে সর্বাধিক সুবিধা পেতে আপনার যা দরকার তা। নীচে বিষয়গুলি ব্রাউজ করুন অথবা আপনার প্রয়োজন অনুসন্ধান করুন।", + "help.support": "সহায়তা", + "help.support_admin_message": "সহায়তা তথ্যের জন্য আপনার প্রশাসকের সাথে যোগাযোগ করুন।", + "help.support_description": "আপনি কি খুঁজছেন তা খুঁজে পেতে পারছেন না? আমাদের সহায়তা দল আপনার সাহায্যের জন্য এখানে।", + "help.support_heading": "সহায়তা যোগাযোগ করুন", + "help.support_live_chat": "লাইভ চ্যাট উপলব্ধ - আলাপ শুরু করতে চ্যাট বুদ্বুদে ক্লিক করুন।", + "help.support_ticket_button": "একটি টিকিট জমা দিন", + "help.support_ticket_desc": "নিচের ফর্মটি পূরণ করুন এবং আমাদের সহায়তা দল যত তাড়াতাড়ি সম্ভব আপনার সাথে যোগাযোগ করবে।", + "help.support_ticket_heading": "একটি সহায়তা টিকিট খুলুন", + "help.title": "সহায়ক কেন্দ্র", + "help.workflows_creating": "একটি পাইপলাইন তৈরি করা", + "help.workflows_definition": "একটি পাইপলাইন হলো প্রক্রিয়াকরণের পদক্ষেপগুলির একটি সিরিজ যা স্বয়ংক্রিয়ভাবে চলে যখন একটি ডকুমেন্ট ইঞ্জেস্ট করা হয়। প্রতিটি পদক্ষেপ ডকুমেন্ট পরিবর্তন, সমৃদ্ধ, বা রাউট করতে পারে।", + "help.workflows_heading": "কাজের প্রবাহ এবং পাইপলাইনগুলি", + "help.workflows_step_1": "পিডিএফ এ রূপান্তর করুন", + "help.workflows_step_1_create": "মূল মেনুতে পাইপলাইনসে যান।", + "help.workflows_step_1_full": "PDF এ রূপান্তর করুন - সকল আগত ফাইল একটি ধারাবাহিক PDF ফরম্যাটে স্বাভাবিক করা হয়।", + "help.workflows_step_2": "ওসিআর - টেক্সট বের করুন", + "help.workflows_step_2_create": "নতুন পাইপলাইন ক্লিক করুন এবং এটির একটি নাম দিন।", + "help.workflows_step_2_full": "OCR - Azure Document Intelligence বা বিল্ট-ইন ইঞ্জিন ব্যবহার করে স্ক্যান করা পৃষ্ঠাগুলি থেকে নির্বাচনী পাঠ্য বের করুন।", + "help.workflows_step_3": "এআই মেটাডাটা নির্ভরতা", + "help.workflows_step_3_create": "আপনার প্রয়োজনীয় প্রক্রিয়াকরণ পদক্ষেপ যোগ করুন।", + "help.workflows_step_3_full": "AI মেটাডেটা নিষ্কাশন - ডকুমেন্টের ধরন শ্রেণীবদ্ধ করুন এবং OpenAI ব্যবহার করে পরিমাণ, তারিখ এবং নামের মতো মূল ক্ষেত্রগুলি বের করুন।", + "help.workflows_step_4": "এক বা একাধিক গন্তব্যে সরবরাহ করুন", + "help.workflows_step_4_create": "এক বা একাধিক ডেলিভারি গন্তব্য বেছে নিন।", + "help.workflows_step_5_create": "সংরক্ষণ করুন - নতুন ডকুমেন্টগুলি স্বয়ংক্রিয়ভাবে এই পাইপলাইন মারফত প্রক্রিয়া হবে।", + "help.workflows_typical_steps": "সাধারণ পদক্ষেপ", + "help.workflows_what_is": "পাইপলাইন কী?", + "index.badge_intelligent": "বুদ্ধিমান ডকুমেন্ট প্রক্রিয়াকরণ", + "index.button_browse_files": "ফাইল ব্রাউজ করুন", + "index.button_upload": "আপলোড করুন", + "index.capabilities_cloud": "ক্লাউড স্টোরেজ: ড্রপবক্স, ওয়ানড্রাইভ, গুগল ড্রাইভ, নেক্সটক্লাউড", + "index.capabilities_ingestion": "ইমেইল ও URL ভিত্তিক ডকুমেন্ট ইনজেশন", + "index.capabilities_ocr": "ওসিআর ও এআই সহ মেটাডাটা বের করা", + "index.capabilities_paperless": "ডকুমেন্ট ব্যবস্থাপনার জন্য পেপারলেস-এনজি একত্রিতকরণ", + "index.capabilities_title": "ক্ষমতা", + "index.capabilities_workflows": "স্বয়ংক্রিয় শ্রেণীবিন্যাস ও রাউটিং ওয়ার্কফ্লোস", + "index.cta_description": "DocuElevate এর মাধ্যমে ইতিমধ্যে তাদের ডকুমেন্ট প্রক্রিয়াকরণ স্বয়ংক্রিয় করা দলের সাথে যোগ দিন।", + "index.cta_heading": "আপনার ডকুমেন্ট কাজের প্রবাহ উন্নত করতে প্রস্তুত?", + "index.cta_pricing": "মুল্য নির্ধারণ দেখুন", + "index.cta_signup": "একটি মুক্ত অ্যাকাউন্ট তৈরি করুন", + "index.dashboard_subtitle": "বুদ্ধিমান ডকুমেন্ট প্রক্রিয়াকরণ ও ব্যবস্থাপনা", + "index.dashboard_subtitle_teams": "বুদ্ধিমান ডকুমেন্ট প্রক্রিয়াকরণ ও ব্যবস্থাপনা - দলগুলির জন্য তৈরি", + "index.feature_ai": "এআই মেটাডাটা বের করা", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, এবং অন্যান্য প্লাগেবল এআই প্রদানকারীরা ডকুমেন্টগুলি শ্রেণীবদ্ধ করে এবং তারিখ, পরিমাণ এবং বিষয়ের মতো মূল ক্ষেত্রগুলি বের করে।", + "index.feature_cloud": "মাল্টি-ক্লাউড স্টোরেজ", + "index.feature_cloud_desc": "প্রক্রিয়াজাত ফাইলগুলিকে ড্রপবক্স, গুগল ড্রাইভ, ওয়ানড্রাইভ, আমাজন S3, নেক্সটক্লাউড, পেপারলেস এনজিএক্স, ওয়েবডেভ, FTP/SFTP, এবং আরও অনেকের কাছে রাউট করুন।", + "index.feature_email": "ইমেল এবং আইএমএপ ইনজেশন", + "index.feature_email_desc": "জিমেইল বা যেকোনো আইএমএপ মেইলবক্স থেকে স্বয়ংক্রিয়ভাবে ডকুমেন্টগুলি বের করুন - কোন ম্যানুয়াল আপলোড প্রয়োজন নেই।", + "index.feature_ocr": "ওসিআর ও টেক্সট বের করা", + "index.feature_ocr_desc": "আজুর ডকুমেন্ট ইনটেলিজেন্স স্ক্যান করা পিডিএফ এবং চিত্রগুলিকে স্বয়ংক্রিয়ভাবে পূর্ণভাবে অনুসন্ধানযোগ্য টেক্সটে রূপান্তর করে।", + "index.feature_pipelines": "কাস্টম পাইপলাইন", + "index.feature_pipelines_desc": "কনফিগারযোগ্য পদক্ষেপ সহ প্রক্রিয়াকরণ পাইপলাইন তৈরি করুন - ওসিআর, এআই নির্ভরতা, ফরম্যাট রূপান্তর, এবং যে কোনো ক্রমে স্টোরেজ রাউটিং।", + "index.feature_search": "পূর্ণ-টেক্সট অনুসন্ধান", + "index.feature_search_desc": "আপনার পুরো আর্কাইভ জুড়ে বিষয়বস্তু, মেটাডাটা, বা ট্যাগ দ্বারা যেকোনো ডকুমেন্টটি অবিলম্বে খুঁজে বের করুন।", + "index.feature_section_title": "বুদ্ধিমান ডকুমেন্ট কাজের প্রবাহের জন্য যা কিছু প্রয়োজন", + "index.getting_started": "শুরু করা", + "index.getting_started_1": "প্রণালী স্থিতি দ্বারা সংহতকরণ কনফিগার করুন", + "index.getting_started_2": "আপনার প্রথম নথি আপলোড করুন", + "index.getting_started_3": "ফাইলগুলিতে ফলাফল পর্যালোচনা করুন", + "index.getting_started_learn": "DocuElevate এর সম্পর্কে আরও জানুন", + "index.hero_description": "DocuElevate আপনার নথিগুলি গ্রহণ করে, OCR চালায়, AI দিয়ে মেটাডেটা বের করে এবং Dropbox, Google Drive, OneDrive, S3, Nextcloud এবং আরও বিভিন্ন স্থানে ফাইলগুলো রাউট করে— সব কিছু একটি আমেজ পদ্ধতিতে।", + "index.hero_heading": "আপলোড থেকে তথ্য— স্বয়ংক্রিয়ভাবে।", + "index.hero_login": "লগ ইন করুন", + "index.hero_pricing": "পরিকল্পনা ও মূল্য দেখুন", + "index.hero_signup": "শুরু করুন — এটি বিনামূল্যে", + "index.integrations_active": "সক্রিয় সংহতকরণ", + "index.integrations_storage": "সংরক্ষণাগার লক্ষ্য", + "index.integrations_title": "সংহতকরণ", + "index.integrations_view_status": "সিস্টেমের স্থিতি দেখুন", + "index.page_title_dashboard": "ড্যাশবোর্ড", + "index.page_title_public": "বুদ্ধিমান নথি প্রক্রিয়াকরণ", + "index.platform_overview": "প্ল্যাটফর্মের সারসংক্ষেপ", + "index.processing_stats": "প্রসেসিং পরিসংখ্যান", + "index.quick_actions": "দ্রুত ক্রিয়াকলাপ", + "index.quick_documents": "আমার নথি", + "index.quick_documents_desc": "আপনার প্রক্রিয়াকৃত ফাইলগুলি ব্রাউজ করুন", + "index.quick_search": "অনুসন্ধান করুন", + "index.quick_search_desc": "নথির মধ্যে পূর্ণ-পাঠ্য অনুসন্ধান", + "index.quick_subscription": "আমার গ্রাহকতা", + "index.quick_subscription_desc": "পরিকল্পনা ও ব্যবহারের বিস্তারিত দেখুন", + "index.quick_system_status": "সিস্টেম স্থিতি", + "index.quick_system_status_desc": "সংহতকরণের স্বাস্থ্য পরীক্ষা করুন", + "index.quick_upload": "নথি আপলোড করুন", + "index.quick_upload_desc": "একটি নতুন ফাইল প্রক্রিয়া করুন", + "index.quick_view_files": "সমস্ত ফাইল দেখুন", + "index.quick_view_files_desc": "প্রক্রিয়াকৃত নথিগুলি ব্রাউজ করুন", + "index.single_user_heading": "DocuElevate ড্যাশবোর্ড", + "index.single_user_subtitle": "বুদ্ধিমান নথি প্রক্রিয়াকরণ ও পরিচালনা", + "index.stat_active_integrations": "সক্রিয় সংহতকরণ", + "index.stat_active_users": "সক্রিয় ব্যবহারকারীরা", + "index.stat_files_month": "এই মাসের ফাইল", + "index.stat_files_ocr": "ওসিআর সহ ফাইল", + "index.stat_files_today": "আজকের ফাইল", + "index.stat_storage_targets": "সংরক্ষণাগার লক্ষ্য", + "index.stat_this_month": "এই মাস", + "index.stat_today": "আজ", + "index.stat_total_files": "মোট ফাইল", + "index.stat_total_processed": "মোট প্রক্রিয়াকৃত", + "index.tier_plan": "পরিকল্পনা", + "index.tier_upgrade": "আপগ্রেড করুন", + "index.tier_view_details": "সম্পূর্ণ বিস্তারিত দেখুন", + "index.upgrade_daily_limits": "উচ্চতর দৈনিক ও মাসিক সীমা", + "index.upgrade_description": "আরও ডকুমেন্ট, আরও গন্তব্য এবং অগ্রাধিকার সমর্থন আনলক করুন।", + "index.upgrade_destinations": "আরও স্টোরেজ গন্তব্য", + "index.upgrade_ocr_pages": "আরও OCR পৃষ্ঠা", + "index.upgrade_plan": "আপনার পরিকল্পনা উন্নত করুন", + "index.upgrade_view_pricing": "পরিকল্পনা এবং দাম দেখুন", + "index.usage_lifetime": "আজীবন ফাইল", + "index.usage_month": "এই মাসের ফাইল", + "index.usage_my_usage": "আমার ব্যবহার", + "index.usage_today": "আজকের ফাইল", + "index.usage_unlimited": "অসীম", + "integrations.access_key_label": "অ্যাক্সেস কী আইডি", + "integrations.active_label": "সক্রিয়", + "integrations.add_button": "ইন্টিগ্রেশন যোগ করুন", + "integrations.add_first_button": "আপনার প্রথম ইন্টিগ্রেশন যোগ করুন", + "integrations.api_token_label": "এপিআই টোকেন", + "integrations.authorize_btn": "অনুমোদন করুন", + "integrations.authorize_reauth": "পুনরায় অনুমোদন করুন", + "integrations.bucket_label": "বাকেট", + "integrations.configure": "কনফিগার করুন", + "integrations.connect": "সংযুক্ত করুন", + "integrations.connected": "সংযুক্ত আছে", + "integrations.connection_failed": "সংযোগ ব্যর্থ", + "integrations.connection_success": "সংযোগ সফল", + "integrations.delete_confirm_are_you_sure": "আপনি কি সত্যিই মুছে ফেলতে চান", + "integrations.delete_confirm_title": "ইন্টিগ্রেশন মুছে ফেলবেন?", + "integrations.delete_confirm_undone": "এই কাজটি পুনরুদ্ধার করা যাবে না।", + "integrations.delete_emails_label": "প্রক্রিয়াকরণের পরে ইমেল মুছুন", + "integrations.delete_files_label": "প্রক্রিয়াকরণের পরে ফাইল মুছুন", + "integrations.destinations_quota_label": "সংরক্ষণাগার গন্তব্যগুলি:", + "integrations.destinations_section": "গন্তব্য", + "integrations.direction_destination": "গন্তব্য (সংরক্ষণ)", + "integrations.direction_label": "দিকনির্দেশনা", + "integrations.direction_placeholder": "\t96নির্বাচন করুন\u0014D", + "integrations.direction_source": "সূত্র (গ্রহণ)", + "integrations.disconnect": "সংযোগ বিচ্ছিন্ন করুন", + "integrations.email_settings": "ইমেল ফরওয়ার্ড সেটিংস", + "integrations.empty_state": "কোনো ইন্টিগ্রেশন কনফিগার করা হয়নি", + "integrations.endpoint_label": "এন্ডপয়েন্ট URL", + "integrations.endpoint_optional": "(ঐচ্ছিক, S3-অনুরূপের জন্য)", + "integrations.folder_label": "ফোল্ডার", + "integrations.folder_optional": "(ঐচ্ছিক)", + "integrations.folder_path_label": "ফোল্ডার পথ", + "integrations.folder_prefix_label": "ফোল্ডার পূর্বসংকেত", + "integrations.generic_settings_hint": "এই ইন্টিগ্রেশন প্রকারের জন্য কনফিগারেশন API-এর মাধ্যমে সৃষ্টি করার পরে JSON হিসাবে প্রদান করা যেতে পারে।", + "integrations.gmail_hint": "Gmail লেবেল এবং তারকা: সক্রিয় হলে, প্রক্রিয়াকৃত ইমেলগুলি তারকা হয় এবং Gmail-এ \"গ্রহণ করা হয়েছে\" লেবেল হিসাবে ট্যাগ করা হয়। শুধুমাত্র Gmail সার্ভারগুলিতে প্রযোজ্য।", + "integrations.gmail_labels": "Gmail লেবেল এবং তারকা প্রয়োগ করুন", + "integrations.host_label": "হোস্ট", + "integrations.imap_settings": "IMAP সেটিংস", + "integrations.loading": "ইন্টিগ্রেশনগুলি লোড হচ্ছে\n", + "integrations.modal_close": "মোডাল বন্ধ করুন", + "integrations.modal_title_add": "ইন্টিগ্রেশন যোগ করুন", + "integrations.modal_title_edit": "ইন্টিগ্রেশন সম্পাদক", + "integrations.name_label": "লেবেল", + "integrations.name_placeholder": "যেমন: Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Nextcloud সেটিংস", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "আপনার প্রথম সংযোগটি যোগ করুন যাতে ইনজেশন উৎস (যেমন IMAP) এবং সংরক্ষণাগার গন্তব্যস্থল (যেমন S3, Dropbox, বা Google Drive) সংযুক্ত করা যায়।", + "integrations.not_connected": "সংযুক্ত নয়", + "integrations.oauth_folder_label": "ফোল্ডার", + "integrations.oauth_hint": "প্রথমে এই সংযোগটি সংরক্ষণ করুন, তারপর OAuth প্রবাহ সম্পূর্ণ করতে Authorize বোতাম ব্যবহার করুন। আপনার শংসাপত্রগুলি আপনার ব্যক্তিগত সংযোগ রেকর্ডে নিরাপদে সংরক্ষিত থাকবে।", + "integrations.page_title": "ইন্টিগ্রেশন", + "integrations.paperless_settings": "Paperless NGX সেটিংস", + "integrations.password_label": "পাসওয়ার্ড", + "integrations.paused": "পজ", + "integrations.plan_label": "প্ল্যান:", + "integrations.port_label": "পোর্ট", + "integrations.quota_not_available": "(উপলব্ধ নয়)", + "integrations.quota_unlimited": "/ অশেষ", + "integrations.recipient_label": "প্রাপক ইমেইল", + "integrations.region_label": "অঞ্চল", + "integrations.remote_path_label": "রিমোট পথ", + "integrations.s3_prefix_label": "প্রিফিক্স (ফোল্ডার পথ)", + "integrations.s3_settings": "S3 সেটিংস", + "integrations.secret_key_label": "গোপন অ্যাক্সেস কী", + "integrations.show_password": "পাসওয়ার্ড দেখান", + "integrations.show_secrets": "গোপনীয়তা দেখান", + "integrations.show_token": "টোকেন দেখান", + "integrations.source_local": "লোকাল ফাইলসিস্টেম", + "integrations.source_type_label": "সূত্রের প্রকার", + "integrations.sources_quota_label": "মেইলবক্স উৎস:", + "integrations.sources_section": "উৎস", + "integrations.subtitle": "এক জায়গায় আপনার ইনজেশন উৎস এবং সংরক্ষণাগার গন্তব্যস্থল পরিচালনা করুন।", + "integrations.title": "ইন্টিগ্রেশন", + "integrations.type_label": "সংযোগের প্রকার", + "integrations.type_placeholder": "— প্রথমে দিক নির্বাচন করুন —", + "integrations.upgrade_plan": "আপগ্রেড প্ল্যান", + "integrations.use_ssl": "SSL ব্যবহার করুন", + "integrations.username_label": "ব্যবহারকারী নাম", + "integrations.watch_folder_settings": "ওয়াচ ফোল্ডার সেটিংস", + "integrations.webdav_settings": "WebDAV সেটিংস", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook ইনজেশন", + "integrations.webhook_how_heading": "Webhook ইনজেশন কিভাবে কাজ করে", + "integrations.webhook_how_text": "একটি ওয়েবহুক সংযোগ বাহ্যিক সিস্টেমগুলিকে REST API-এর মাধ্যমে ডকুমেন্টগুলি সরাসরি DocuElevate-এ পাঠানোর অনুমতি দেয়। DocuElevate নতুন ফাইলের জন্য পোলিংয়ের পরিবর্তে (যেমন IMAP), আপনার অ্যাপ্লিকেশন একটি HTTP অনুরোধ ব্যবহার করে অ autentification এর জন্য একটি API টোকেন সহ DocuElevate-এ ফাইলগুলি প্রেরণ করে।", + "integrations.webhook_ideal_text": "এইটি CI/CD পাইপলাইন, স্বয়ংক্রিয় স্ক্রিপ্ট, স্ক্যানার সংযোগ, অথবা যেকোনো সিস্টেমের জন্য আদর্শ যা ডকুমেন্ট তৈরি করে এবং সেগুলি প্রক্রিয়াকরণের জন্য প্রেরণ করতে প্রয়োজন।", + "integrations.webhook_quick_start": "দ্রুত শুরু", + "integrations.webhook_security_tip": "প্রতিটি সংযোগের জন্য একটি নিবেদিত API টোকেন তৈরি করুন এবং যদি এমনকি ক্ষতিগ্রস্থ হয় তবে তা তৎক্ষণাৎ বাতিল করুন। টোকেনগুলি API টোকেন পৃষ্ঠায় পরিচালনা করা যেতে পারে।", + "integrations.webhook_step1": "{api_tokens_link} এ যান এবং একটি ব্যক্তিগত টোকেন তৈরি করুন।", + "integrations.webhook_upload_with_token": "API-এর মাধ্যমে ডকুমেন্টগুলি আপলোড করতে টোকেন ব্যবহার করুন:", + "language.bg": "বুলগেরিয়ান", + "language.ca": "কাতালান", + "language.change_success": "ভাষা পরিবর্তন হয়েছে {language} এ", + "language.changed": "ভাষা পরিবর্তন হয়েছে {language} এ", + "language.cs": "চেক", + "language.da": "ড্যানিশ", + "language.de": "জার্মান", + "language.el": "গ্রীক", + "language.en": "ইংরেজি", + "language.es": "স্প্যানিশ", + "language.et": "এস্তোনীয়", + "language.fi": "ফিনিশ", + "language.fr": "ফ্রেঞ্চ", + "language.ga": "আইরিশ", + "language.hr": "ক্রোয়েশিয়ান", + "language.hu": "বেঙ্গালি", + "language.is": "বাংলা", + "language.it": "ইতালীয়", + "language.lb": "লুক্সেমবার্গিশ", + "language.lt": "লিথুইনিয়ান", + "language.lv": "লেটভিয়ান", + "language.nb": "নরওয়েজিয়ান", + "language.nl": "ডাচ", + "language.no_results": "কোন ভাষা পাওয়া যায়নি", + "language.pl": "পোলিশ", + "language.pt": "পোর্টুগিজ", + "language.ro": "রোমানিয়ান", + "language.ru": "রাশিয়ান", + "language.search_placeholder": "ভাষা খুঁজুন\n", + "language.selector": "ভাষা", + "language.selector_label": "ভাষা নির্বাচন করুন", + "language.sk": "স্লোভাক", + "language.sl": "স্লোভেনীয়", + "language.sv": "সুইডিশ", + "language.tr": "তুর্কিশ", + "language.uk": "ইউক্রেনীয়", + "language.zh": "চীনা", + "nav.about": "সম্বন্ধে", + "nav.account_menu": "অ্যাকাউন্ট মেনু", + "nav.account_menu_for": "{name} এর জন্য অ্যাকাউন্ট মেনু", + "nav.admin": "অ্যাডমিন", + "nav.admin.audit_logs": "অডিট লগ", + "nav.admin.backups": "ব্যাকআপ", + "nav.admin.plans": "পরিকল্পনাসমূহ", + "nav.admin.scheduled_jobs": "নির্ধারিত কাজ", + "nav.admin.users": "ব্যবহারকারীরা", + "nav.admin_actions": "অ্যাডমিনের পদক্ষেপ", + "nav.admin_menu": "অ্যাডমিন মেনু", + "nav.api_docs": "এপিআই ডকস", + "nav.api_tokens": "এপিআই টোকেন", + "nav.backup_restore": "ব্যাকআপ এবং পুনরুদ্ধার", + "nav.credentials": "সাক্ষ্যপ্রমাণ", + "nav.dark_mode": "ডার্ক মোড", + "nav.dashboard": "ড্যাশবোর্ড", + "nav.developer_docs": "ডেভেলপার ডকস", + "nav.duplicates": "ডুপ্লিকেট", + "nav.file_manager": "ফাইল ম্যানেজার", + "nav.files": "ফাইল", + "nav.get_started": "শুরু করুন", + "nav.help": "সাহায্য", + "nav.help_center": "সাহায্য কেন্দ্র", + "nav.imap": "ইমেইল আমদানি", + "nav.integrations": "ইন্টিগ্রেশন", + "nav.light_mode": "এলোমেলো মোড", + "nav.login": "লগইন", + "nav.logout": "লগআউট", + "nav.main_navigation": "মূল ন্যাভিগেশন", + "nav.my_subscription": "আমার সাবস্ক্রীপশন", + "nav.notifications": "অবগতিগুলি", + "nav.open_main_menu": "মূল মেনু খোলাই", + "nav.pipelines": "পাইপলাইন", + "nav.plan_designer": "পরিকল্পনা ডিজাইনার", + "nav.pricing": "দাম", + "nav.profile": "প্রোফাইল", + "nav.profile_settings": "প্রোফাইল সেটিংস", + "nav.queue": "কিউ", + "nav.queue_monitor": "কিউ মনিটর", + "nav.scheduled_jobs": "নির্ধারিত কাজ", + "nav.search": "অনুসন্ধান", + "nav.settings": "সেটিংস", + "nav.shared_links": "শেয়ার করা লিংক", + "nav.sign_out": "সাইন আউট", + "nav.signup": "সাইন আপ", + "nav.similarity": "সাদৃশ্য", + "nav.skip_to_content": "মূল বিষয়বস্তুতে যান", + "nav.status": "অবস্থা", + "nav.subscription": "সাবস্ক্রিপশন", + "nav.toggle_dark_mode": "গা dark ় মোড পরিবর্তন করুন", + "nav.toggle_nav": "ন্যাভিগেশন মেনু পরিবর্তন করুন", + "nav.upload": "আপলোড", + "nav.users": "ব্যবহারকারীরা", + "nav.version": "সংস্করণ তথ্য", + "notifications.filter_all": "সব", + "notifications.filter_read": "শুধুমাত্র পড়া", + "notifications.filter_unread": "শুধুমাত্র অপরিচিত", + "notifications.manage_desc": "আপনার অবগতির ইনবক্স, লক্ষ্য এবং ইভেন্টের পছন্দগুলি পরিচালনা করুন", + "notifications.mark_all_read": "সবগুলি পড়া হিসাবে মার্ক করুন", + "notifications.mark_all_read_btn": "সব পড়া মার্ক করুন", + "notifications.mark_read": "পড়া হিসাবে মার্ক করুন", + "notifications.no_notifications": "কোনও অবস্থা নয়", + "notifications.page_title": "অবগতিগুলি", + "notifications.tab_inbox": "ইনবক্স", + "notifications.tab_settings": "সেটিংস", + "notifications.title": "নোটিফিকেশন", + "notifications.unread_count": "{count} অবিজ্ঞপ্তি", + "pipelines.active_label": "সক্রিয়", + "pipelines.add_step_btn": "ধাপ যোগ করুন", + "pipelines.create": "পাইপলাইন তৈরি করুন", + "pipelines.custom_label_label": "কাস্টম লেবেল", + "pipelines.default_label": "ডিফল্ট", + "pipelines.description_label": "বিবরণ", + "pipelines.description_placeholder": "ঐচ্ছিক বিবরণ", + "pipelines.disabled_label": "অক্ষম", + "pipelines.edit": "পাইপলাইন সম্পাদনা করুন", + "pipelines.empty_state": "এখনো কোন পাইপলাইন নেই", + "pipelines.empty_state_hint": "কাস্টম ডকুমেন্ট প্রক্রিয়াকরণের ওয়ার্কফ্লো সংজ্ঞায়িত করতে আপনার প্রথম পাইপলাইন তৈরি করুন।", + "pipelines.enabled_label": "সক্ষম", + "pipelines.force_cloud_ocr_label": "ক্লাউড OCR বাধ্য করুন (স্থানীয় টেক্সট নিষ্কাশন এড়িয়ে চলুন)", + "pipelines.inactive_label": "নিষ্ক্রিয়", + "pipelines.loading": "পাইপলাইন লোড হচ্ছে\u0015", + "pipelines.name_placeholder": "আমার পাইপলাইন", + "pipelines.new_pipeline_btn": "নতুন পাইপলাইন", + "pipelines.no_steps": "কোন ধাপ সংজ্ঞায়িত করা হয়নি। আপনার পাইপলাইন তৈরির জন্য একটি ধাপ যোগ করুন।", + "pipelines.ocr_auto": "স্বয়ংক্রিয় (সিস্টেমের ডিফল্ট ব্যবহার করুন)", + "pipelines.ocr_language_hint": "Tesseract/EasyOCR-এর জন্য গ্লোবাল ভাষার সেটিংকে অতিক্রম করে। Azure এবং Mistral ভাষা স্বয়ংক্রিয়ভাবে সনাক্ত করে।", + "pipelines.ocr_language_label": "OCR ভাষা", + "pipelines.optional_suffix": "(ঐচ্ছিক)", + "pipelines.page_title": "প্রক্রিয়াকরণ পাইপলাইন", + "pipelines.set_default": "আমার ডিফল্ট পাইপলাইন হিসেবে সেট করুন", + "pipelines.step_label_placeholder": "ডিফল্ট ধাপের নাম অতিক্রম করুন", + "pipelines.step_type_label": "ধাপের প্রকার", + "pipelines.subtitle_intro": "কাস্টম ডকুমেন্ট প্রক্রিয়াকরণের ওয়ার্কফ্লো সংজ্ঞায়িত এবং পরিচালনা করুন।", + "pipelines.subtitle_system_post": "ব্যাজ এবং সকল ব্যবহারকারীর জন্য দৃশ্যমান।", + "pipelines.subtitle_system_pre": "সিস্টেম পাইপলাইন (অ্যাডমিন দ্বারা তৈরি) একটি", + "pipelines.system_label": "সিস্টেম", + "pipelines.system_pipeline_label": "সিস্টেম পাইপলাইন (সব ব্যবহারকারীর জন্য দৃশ্যমান)", + "pipelines.title": "প্রক্রিয়াকরণ পাইপলাইন", + "profile.avatar_alt": "আপনার প্রোফাইল ছবি", + "profile.avatar_heading": "প্রোফাইল ছবি", + "profile.avatar_remove": "কাস্টম অ্যাভাটার মুছুন", + "profile.avatar_upload_hint": "২ এমবি পর্যন্ত JPEG, PNG, GIF, বা WebP ইমেজ আপলোড করুন। যদি কোন কাস্টম ছবি সেট করা না হয়, তবে আপনার {gravatar} প্রদর্শিত হবে।", + "profile.choose_image": "ছবি নির্বাচন করুন\u0001", + "profile.confirm_password": "নতুন পাসওয়ার্ড নিশ্চিত করুন", + "profile.contact_email_hint": "সিস্টেম বিজ্ঞপ্তির জন্য ব্যবহার করা হয়। এটি আপনার লগইন ই-মেইল পরিবর্তন করে না।", + "profile.contact_email_label": "যোগাযোগ / বিজ্ঞপ্তি ই-মেইল", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "বর্তমান পাসওয়ার্ড", + "profile.dismiss": "বাতিল করুন", + "profile.display_name_hint": "আপনার অ্যাকাউন্ট ইউজারনেম বা ই-মেইল ব্যবহারের জন্য ফাঁকা রাখুন।", + "profile.display_name_label": "ডিসপ্লে নাম", + "profile.display_name_placeholder": "আপনার নাম যেমন UI তে প্রদর্শিত হয়", + "profile.general_heading": "সাধারণ তথ্য", + "profile.gravatar_link": "গ্রাভাটার", + "profile.heading": "প্রোফাইল সেটিংস", + "profile.language_auto_detect": "অটো-ডিটেক্ট (ব্রাউজার থেকে)", + "profile.language_hint": "আপনার পছন্দের ইন্টারফেস ভাষা নির্বাচন করুন। “অটো-ডিটেক্ট” আপনার ব্রাউজারের সেটিংস অনুসরণ করে।", + "profile.language_label": "UI ভাষা", + "profile.new_password": "নতুন পাসওয়ার্ড", + "profile.new_password_hint": "ন্যূনতম ৮ অক্ষর।", + "profile.page_title": "প্রোফাইল সেটিংস - ডকুএলিভেট", + "profile.password_heading": "পাসওয়ার্ড পরিবর্তন করুন", + "profile.preferences_heading": "পছন্দসমূহ", + "profile.save_button": "পরিবর্তন সংরক্ষণ করুন", + "profile.saving": "সংরক্ষণ করা হচ্ছে\u0001", + "profile.subtitle": "আপনার ডিসপ্লে নাম, অ্যাভাটার, ভাষা এবং থিমের পছন্দগুলি পরিচালনা করুন।", + "profile.theme_dark": "অন্ধকার", + "profile.theme_hint": "“সিস্টেম ডিফল্ট” আপনার ডিভাইসের অন্ধকার মোড সেটিং অনুসরণ করে।", + "profile.theme_label": "রঙ স্কীম", + "profile.theme_light": "আলো", + "profile.theme_system": "সিস্টেম ডিফল্ট", + "profile.update_password": "পাসওয়ার্ড আপডেট করুন", + "profile.updating": "আপডেট করা হচ্ছে\u001c", + "queue.active_tasks": "সক্রিয় কাজ", + "queue.auto_refresh_1": "প্রতি", + "queue.auto_refresh_2": "সেকেন্ডে স্বয়ংক্রিয়ভাবে রিফ্রেশ হয়", + "queue.col_arguments": "তর্কসমূহ", + "queue.col_current_step": "বর্তমান ধাপ", + "queue.col_file": "ফাইল", + "queue.col_files": "ফাইল", + "queue.col_queue": "কিউ", + "queue.col_state": "অবস্থা", + "queue.col_task": "কাজ", + "queue.col_task_id": "কাজের আইডি", + "queue.files_processing": "ফাইল প্রক্রিয়াকরণ", + "queue.heading": "কিউ মনিটর", + "queue.last_updated": "শেষ আপডেট:", + "queue.loading_stats": "কিউ পরিসংখ্যান লোড হচ্ছে\u001c", + "queue.no_active_tasks": "কোন কার্যকর কাজ নেই", + "queue.no_data": "কোন তথ্য নেই", + "queue.no_files_processing": "বর্তমানে কোন ফাইল প্রক্রিয়া করা হচ্ছে না", + "queue.page_title": "কিউ মনিটর", + "queue.processing_pipeline": "প্রক্রিয়াকরণ পাইপলাইন", + "queue.queued_tasks": "কিউতে থাকা কাজ", + "queue.recently_processing": "সম্প্রতি প্রক্রিয়া করা ফাইল", + "queue.redis_queues": "রেডিস কিউ", + "queue.subtitle": "ডকুমেন্ট প্রক্রিয়াকরণ পাইপলাইন এবং সেলারি কাজের কিউয়ের রিয়েল-টাইম ভিউ।", + "queue.workers_online": "কর্মী online", + "search.button": "সন্ধান", + "search.error_message": "সন্ধান অস্থায়ীভাবে উপলব্ধ নয়। দয়া করে কয়েক মুহূর্ত পর আবার চেষ্টা করুন।", + "search.filter_aria_clear": "সমস্ত ফিল্টার মুছুন", + "search.filter_clear_button": "ফিল্টার মুছুন", + "search.filter_date_from": "তারিখ থেকে", + "search.filter_date_to": "তারিখ পর্যন্ত", + "search.filter_document_type": "ডকুমেন্টের ধরন", + "search.filter_document_type_placeholder": "যেমন। ইনভয়েস", + "search.filter_language": "ভাষা", + "search.filter_language_placeholder": "যেমন। de", + "search.filter_sender": "প্রেরক", + "search.filter_sender_placeholder": "যেমন। এসি এমই কর্প", + "search.filter_tags": "ট্যাগ", + "search.filter_tags_placeholder": "যেমন। আমাজন", + "search.filter_text_quality": "টেক্সটের গুণমান", + "search.filter_text_quality_all": "সমস্ত", + "search.filter_text_quality_high": "উচ্চ", + "search.filter_text_quality_low": "নিম্ন", + "search.filter_text_quality_medium": "মধ্যম", + "search.filter_text_quality_no_text": "কোন টেক্সট নেই", + "search.heading": "ডকুমেন্ট সন্ধান", + "search.input_aria_label": "নথি অনুসন্ধান করুন", + "search.input_placeholder": "বিষয়বস্তু, প্রেরক, ট্যাগ, প্রকার দ্বারা নথি অনুসন্ধান করুন...", + "search.loading_indicator": "অনুসন্ধান করছি\u000e", + "search.no_results": "কোনো ফলাফল পাওয়া যায়নি", + "search.page_title": "নথি অনুসন্ধান", + "search.placeholder": "ফাইলের নাম, বিষয়বস্তু, ট্যাগ দ্বারা অনুসন্ধান করুন...", + "search.result_empty": "আপনার অনুসন্ধানের সাথে মিলছে এমন কোনো নথি পাওয়া যায়নি।", + "search.results_count": "{count} ফলাফল পাওয়া গেছে", + "search.saved_aria_save": "বর্তমান অনুসন্ধান সংরক্ষণ করুন", + "search.saved_button": "বর্তমান সংরক্ষণ করুন", + "search.saved_empty": "এখনো কোনো সংরক্ষিত অনুসন্ধান নেই", + "search.saved_error": "সংরক্ষিত অনুসন্ধানগুলি লোড করা যায়নি", + "search.saved_label": "সংরক্ষিত অনুসন্ধান", + "search.saved_loading": "লোড হচ্ছে...", + "search.title": "নথি অনুসন্ধান", + "settings.audit_log_btn": "অডিট লগ", + "settings.autocomplete_hint": "জানা মান অনুসন্ধান করতে টাইপ করুন, অথবা যেকোনো কাস্টম মান প্রবেশ করুন।", + "settings.autocomplete_no_matches": "কোনো মেল খুঁজে পাওয়া যায়নি - আপনি এখনও একটি কাস্টম মান টাইপ করতে পারেন", + "settings.autocomplete_placeholder": "অনুসন্ধান করতে টাইপ করুন অথবা একটি মূল্য প্রবেশ করুন\u000e", + "settings.boolean_enable_prefix": "সক্ষম করুন", + "settings.categories_aria": "সেটিংস Kategorien", + "settings.categories_heading": "ক্যাটেগরিস", + "settings.db_wizard_btn": "ডিবি উইজার্ড", + "settings.effective_value_label": "কার্যকর মূল্য:", + "settings.encrypted_suffix": "= বিশ্রামে এনক্রিপ্ট করা", + "settings.encrypted_title": "মূল্য ডাটাবেসে বিশ্রামে এনক্রিপ্ট করা হয়েছে", + "settings.export_btn": "রপ্তানি করুন", + "settings.export_db_only": "শুধুমাত্র DB সেটিংস", + "settings.export_full_config": "পূর্ণ কার্যকর কনফিগারেশন", + "settings.jump_to_category": "ক্যাটেগরিতে লাফ দিন\u000e", + "settings.manage_config_prefix": "কনফিগারেশন পরিচালনা করুন। অগ্রাধিকার:", + "settings.model_picker_hint": "তালিকা থেকে নির্বাচন করুন অথবা আপনার প্রদানকারী দ্বারা সমর্থিত যেকোনো মডেল নাম টাইপ করুন।", + "settings.model_picker_placeholder": "একটি সাধারণ মডেল নির্বাচন করুন অথবা একটি কাস্টম নাম টাইপ করুন\u000e", + "settings.no_results_clear": "অনুসন্ধান পরিষ্কার করুন", + "settings.no_results_heading": "কোনো সেটিংস পাওয়া যায়নি", + "settings.no_results_hint": "ভিন্ন অনুসন্ধান শব্দ চেষ্টা করুন অথবা", + "settings.page_heading": "অ্যাপ্লিকেশন সেটিংস", + "settings.required_label": "(আবশ্যক)", + "settings.reset_confirm": "আপনি কি সত্যিই এই সেটিংটি রিসেট করতে চান?", + "settings.restart_required_suffix": "= পুনরায় শুরু প্রয়োজন", + "settings.revert_btn": "ডিবি থেকে মুছে ফেলুন", + "settings.revert_title": "ডিবি ওভাররাইভ মুছে ফেলুন এবং পরিবেশ ভেরিয়েবল বা ডিফল্টে ফিরে যান", + "settings.reverting": "ফিরিয়ে নিচ্ছে\u001e", + "settings.save_all_btn": "সমস্ত পরিবর্তন সংরক্ষণ করুন", + "settings.save_error": "সেটিংস সংরক্ষণ করতে ব্যর্থ", + "settings.save_setting_title": "এই সেটিং সংরক্ষণ করুন", + "settings.save_success": "সেটিং সফলভাবে সংরক্ষণ করা হয়েছে", + "settings.saving_state": "সংরক্ষণ করা হচ্ছে\u001e", + "settings.search_aria_label": "সেটিংস অনুসন্ধান করুন", + "settings.search_clear_aria": "অনুসন্ধান মুছে ফেলুন", + "settings.search_placeholder": "নাম, কী, বা বর্ণনার দ্বারা সেটিংস অনুসন্ধান করুন\u0001E", + "settings.settings_count_suffix": "সেটিংস", + "settings.source_db_badge": "ডিবি", + "settings.source_default_badge": "ডিফল্ট", + "settings.source_env_badge": "পরিবেশ", + "settings.title": "সেটিংস", + "settings.toggle_visibility_aria": "পাসওয়ার্ড দৃশ্যমানতা টগল করুন", + "settings.toggle_visibility_title": "মান দেখান/লুকান", + "settings.user_autocomplete_empty": "মিলযুক্ত ব্যবহারকারী পাওয়া যায়নি", + "settings.user_autocomplete_hint": "নামের দ্বারা বিদ্যমান ব্যবহারকারীদের অনুসন্ধান করতে টাইপ করুন বা যে কোনও শনাক্তকারী ম্যানুয়ালি প্রবেশ করান।", + "settings.user_autocomplete_placeholder": "ব্যবহারকারীদের অনুসন্ধান করতে টাইপ করা শুরু করুন\u0001E", + "settings.wizard_btn": "উইজার্ড", + "shared.col_expiry": "মেয়াদ শেষ", + "shared.col_file_label": "ফাইল / লেবেল", + "shared.col_link": "লিঙ্ক", + "shared.col_views": "দৃশ্য", + "shared.copy_link_aria": "ক্লিপবোর্ডে লিঙ্ক কপি করুন", + "shared.copy_link_title": "লিঙ্ক কপি করুন", + "shared.create_btn": "লিঙ্ক তৈরি করুন", + "shared.create_heading": "নতুন শেয়ার করা লিঙ্ক তৈরি করুন", + "shared.creating": "তৈরি করা হচ্ছে\u0001E", + "shared.expiry_12h": "১২ ঘন্টা", + "shared.expiry_14d": "১৪ দিন", + "shared.expiry_1h": "১ ঘন্টা", + "shared.expiry_24h": "২৪ ঘণ্টা (১ দিন)", + "shared.expiry_30d": "৩০ দিন", + "shared.expiry_3d": "৩ দিন", + "shared.expiry_6h": "৬ ঘন্টা", + "shared.expiry_7d": "৭ দিন", + "shared.expiry_label": "মেয়াদ শেষ", + "shared.expiry_never": "কখনো নয়", + "shared.file_id_help_post": "পেজ বা ডকুমেন্ট বিস্তারিত URL-এ।", + "shared.file_id_help_pre": "ফাইল ID খুঁজুন", + "shared.file_id_label": "ফাইল আইডি", + "shared.file_id_placeholder": "যেমন 42", + "shared.files_link": "ফাইলসমূহ", + "shared.heading": "শেয়ার করা লিঙ্কসমূহ", + "shared.label_label": "লেবেল", + "shared.label_placeholder": "যেমন। ববের সাথে শেয়ার করা", + "shared.link_created": "শেয়ার করা লিঙ্ক তৈরি হয়েছে!", + "shared.link_created_help": "এই লিঙ্কটি কপি করুন এবং প্রাপককে পাঠান।", + "shared.links_count_aria": "লিঙ্ক সংখ্যা", + "shared.max_downloads_label": "সর্বাধিক ডাউনলোড", + "shared.no_links": "এখনো কোনো শেয়ার করা লিঙ্ক নেই। শুরু করতে উপরে একটি তৈরি করুন।", + "shared.open_in_new_tab": "নতুন ট্যাবে খুলুন", + "shared.open_link_aria": "শেয়ার করা লিঙ্ক খুলুন", + "shared.optional": "(ঐচ্ছিক)", + "shared.page_title": "শেয়ার করা লিঙ্কসমূহ – ডকুএলিভেট", + "shared.password_label": "পাসওয়ার্ড", + "shared.password_placeholder": "পাসওয়ার্ডের জন্য শূন্য রেখে দিন", + "shared.password_protected": "পাসওয়ার্ড সুরক্ষিত", + "shared.refresh_aria": "শেয়ার করা লিঙ্কের তালিকা রিফ্রেশ করুন", + "shared.revoke_aria_prefix": "শেয়ার করা লিঙ্কটি বাতিল করুন", + "shared.revoke_btn": "বাতিল করুন", + "shared.status_active": "সক্রিয়", + "shared.status_expired": "মেয়াদের শেষ", + "shared.status_limit_reached": "সীমা পৌঁছানো হয়েছে", + "shared.status_revoked": "বাতিল হয়েছে", + "shared.subtitle": "চালিত সময়সীমা বা দর্শন সীমাবদ্ধ লিঙ্কের মাধ্যমে যেকোনো ব্যক্তির সঙ্গে ডকুমেন্ট শেয়ার করুন। প্রাপকদের ডকুএলিভেট অ্যাকাউন্টের প্রয়োজন নেই। লিঙ্কগুলি পাসওয়ার্ড সুরক্ষিত করা যেতে পারে এবং যে কোনও সময় বাতিল করা যেতে পারে।", + "shared.table_aria": "শেয়ার করা লিঙ্কসমূহ", + "shared.unlimited_placeholder": "অসীম", + "shared.your_links": "আপনার শেয়ার করা লিঙ্কসমূহ", + "similarity.backfill_auto": "পটভূমির কাজটি প্রতি ৫ মিনিটে স্বয়ংক্রিয়ভাবে সেগুলি গণনা করবে, অথবা আপনি", + "similarity.files_missing_text": "ফাইল(গুলি) OCR টেক্সট রয়েছে কিন্তু এখনও এমবেডিং নেই।", + "similarity.find_pairs_btn": "জোড় খুঁজুন", + "similarity.heading": "ডকুমেন্ট সাম্যতা", + "similarity.load_error": "জোড় লোড করতে ব্যর্থ হয়েছে।", + "similarity.min_similarity_label": "সর্বনিম্ন সাম্যতা", + "similarity.no_pairs_detail": "কোনো ডকুমেন্ট জোড় সাম্যতা থ্রেশহোল্ড অতিক্রম করেনি।", + "similarity.no_pairs_heading": "কোনো অনুরূপ জোড় পাওয়া যায়নি", + "similarity.page_title": "ডকুমেন্ট সাদৃশ্য - ডোকুইলেভেট", + "similarity.pagination_aria": "সাদৃশ্য যুগল পৃষ্ঠা সংখ্যা", + "similarity.per_page_label": "প্রতি পৃষ্ঠা", + "similarity.scanning": "সাদৃশ্য ডকুমেন্ট যুগলের জন্য স্ক্যান করা হচ্ছে\u0005...", + "similarity.stat_embedding_model": "এম্বেডিং মডেল", + "similarity.stat_missing_embedding": "মিসিং এম্বেডিং", + "similarity.stat_total_files": "মোট ফাইল", + "similarity.stat_with_embedding": "এম্বেডিং সহ", + "similarity.subtitle": "উচ্চ সাংকেতিক সাদৃশ্য সহ ডকুমেন্টের যুগল, স্কোর অনুযায়ী র‍্যাঙ্ক করা হয়েছে।", + "similarity.trigger_aria": "সব ফাইলের জন্য এম্বেডিং গণনা শুরু করুন যেগুলোর এম্বেডিং отсутствует", + "similarity.trigger_now": "এখন এটি শুরু করুন", + "status.app_version": "অ্যাপ সংস্করণ", + "status.build_date": "নির্মাণ তারিখ", + "status.container_id": "কন্টেইনার আইডি", + "status.git_commit": "গিট কমিট", + "status.last_check": "শেষ পরীক্ষা", + "status.page_title": "সিস্টেম স্থিতি", + "status.setting_label": "সেটিং", + "status.value_label": "মান", + "subscription.available_plans_heading": "উপলব্ধ পরিকল্পনা", + "subscription.back_to_dashboard": "ড্যাশবোর্ডে ফিরে যান", + "subscription.cancel_pending": "পরিবর্তন বাতিল করুন", + "subscription.cancel_scheduled": "নির্ধারিত পরিবর্তন বাতিল করুন", + "subscription.contact_sales": "বিক্রয় যোগাযোগ করুন", + "subscription.current_badge": "বর্তমান", + "subscription.current_plan": "বর্তমান পরিকল্পনা", + "subscription.current_plan_cta": "আপনার বর্তমান পরিকল্পনা", + "subscription.downgrade_to_prefix": "হ্রাস করুন", + "subscription.features_heading": "আপনার পরিকল্পনায় কী অন্তর্ভুক্ত", + "subscription.free": "মুক্ত", + "subscription.heading": "আমার সাবস্ক্রিপশন", + "subscription.keep_plan_prefix": "রাখুন", + "subscription.lifetime_files": "মোট ফাইল (জীবনকাল)", + "subscription.month_files": "এই মাসের ফাইল", + "subscription.more_features_label": "আরও", + "subscription.page_title": "আমার সাবস্ক্রিপশন – DocuElevate", + "subscription.pending_badge": "এসিআরযুক্ত", + "subscription.pending_benefits": "আপনি তখন পর্যন্ত সব বর্তমান পরিকল্পনার সুবিধা রাখবেন।", + "subscription.pending_on": "এর উপর", + "subscription.pending_title": "এসিআরযুক্ত পরিকল্পনার পরিবর্তন নির্ধারিত", + "subscription.pending_will_change": "আপনার পরিকল্পনা পরিবর্তিত হবে", + "subscription.per_mo": "/মাস", + "subscription.per_month": "/মাসে", + "subscription.since": "থেকে", + "subscription.single_user_body": "একাধিক ব্যবহারকারী মোড সক্রিয় হলে সাবস্ক্রিপশন স্তর প্রযোজ্য। আপনার উদাহরণ বর্তমানে একক-ব্যবহারকারী মোডে চলছে কোনও প্রক্রিয়াকরণ সীমা ছাড়াই। একটি প্রশাসক {settings_link} এর মাধ্যমে একাধিক ব্যবহারকারী মোড সক্ষম করতে পারে।", + "subscription.single_user_title": "একাধিক ব্যবহারকারী মোড সক্ষম নয়।", + "subscription.subtitle": "আপনার বর্তমান পরিকল্পনা, ব্যবহার এবং উপলব্ধ আপগ্রেডগুলি।", + "subscription.this_month_label": "এই মাসে", + "subscription.today_files": "আজকের ফাইল", + "subscription.today_label": "আজ", + "subscription.unlimited": "অসীম", + "subscription.upgrade_info": "আপগ্রেডগুলি তাত্ক্ষণিকভাবে কার্যকর হয়। হ্রাসগুলি আপনার বর্তমান বিলিং পিরিয়ডের শেষে নির্ধারিত হয়।", + "subscription.upgrade_to_prefix": "আপগ্রেড করুন", + "subscription.usage_heading": "ব্যবহার", + "upload.browse_button": "ফাইল ব্রাউজ করুন", + "upload.button_processing": "প্রক্রিয়াকরণ...", + "upload.camera_button": "ছবি তুলুন / ডকুমেন্ট স্ক্যান করুন", + "upload.download_button": "ডাউনলোড করুন এবং প্রক্রিয়া করুন", + "upload.downloading": "ইউআরএল থেকে ফাইল ডাউনলোড করা হচ্ছে...", + "upload.drag_drop": "এখানে ফাইলগুলি ড্র্যাগ এবং ড্রপ করুন অথবা ব্রাউজ করার জন্য ক্লিক করুন", + "upload.drop_hint_desktop": "এখানে ফাইল বা ফোল্ডার ড্র্যাগ এবং ড্রপ করুন, অথবা ফাইল নির্বাচন করতে ক্লিক করুন।", + "upload.drop_hint_mobile": "ফাইল নির্বাচন করতে ট্যাপ করুন অথবা নীচের ক্যামেরা বোতাম ব্যবহার করুন।", + "upload.drop_zone_aria": "ফাইল আপলোড এলাকা। এখানে ফাইল ড্র্যাগ এবং ড্রপ করুন, অথবা ফাইল ব্রাউজ করতে এন্টার প্রেস করুন।", + "upload.error": "আপলোড ব্যর্থ হয়েছে", + "upload.error_invalid_url": "অবৈধ ইউআরএল ফরম্যাট", + "upload.error_url_required": "অনুগ্রহ করে একটি ইউআরএল দিন", + "upload.file_size_hint": "সর্বাধিক আকার: প্রতি ফাইল 500 এমবি", + "upload.file_types": "অনুমোদিত ধরণ: পিডিএফ, অফিস ডকুমেন্ট (ওয়ার্ড, এক্সেল, পাওয়ারপয়েন্ট, ইত্যাদি), ছবি", + "upload.filename_description": "ইউআরএল থেকে ফাইলনেম ব্যবহারের জন্য খালি রাখুন", + "upload.filename_label": "ফাইলনেম (ঐচ্ছিক)", + "upload.filename_placeholder": "my-document.pdf", + "upload.max_size": "সর্বাধিক ফাইল আকার: {size}", + "upload.page_title": "ফাইল আপলোড করুন", + "upload.section_device": "ডিভাইস থেকে আপলোড করুন", + "upload.section_url": "ইউআরএল থেকে আপলোড করুন", + "upload.select_file": "ফাইল নির্বাচন করুন", + "upload.success": "ফাইল সফলভাবে আপলোড হয়েছে", + "upload.title": "নথি আপলোড করুন", + "upload.uploading": "আপলোড হচ্ছে...", + "upload.url_description": "একটি ফাইলের জন্য সরাসরি লিঙ্ক প্রবেশ করান (PDF, অফিস নথি, অথবা ছবি)", + "upload.url_label": "ফাইল URL", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/ca.json b/frontend/translations/ca.json index 40003405..ca713afc 100644 --- a/frontend/translations/ca.json +++ b/frontend/translations/ca.json @@ -1,113 +1,113 @@ { "about.creator_heading": "Coneix el Creador", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate és desenvolupat apassionadament per", - "about.features_admin_api": "Potent API REST per a l'accés programàtic", + "about.creator_pre": "DocuElevate és desenvolupat amb passió per", + "about.features_admin_api": "API REST potent per accés programàtic", "about.features_admin_config": "Altament configurable mitjançant variables d'entorn", - "about.features_admin_docker": "Preparat per a Docker per a un desplegament i escalat senzills", + "about.features_admin_docker": "Preparat per Docker per a un desplegament i escalat fàcil", "about.features_admin_heading": "Administració", "about.features_admin_oauth2": "Suport d'autenticació OAuth2 amb Authentik", "about.features_automation_background": "Processament en segon pla amb Redis i Celery", - "about.features_automation_gmail": "Integració amb Gmail i comptes de correu genèrics", + "about.features_automation_gmail": "Integració del compte de Gmail i correu electrònic genèric", "about.features_automation_heading": "Automatització", - "about.features_automation_imap": "Sondeig de safata d'entrada IMAP des de múltiples fonts", - "about.features_automation_ingestion": "Ingestió automàtica de documents des de diverses entrades", - "about.features_heading": "Característiques Principals", + "about.features_automation_imap": "Polling d'inbox IMAP de múltiples fonts", + "about.features_automation_ingestion": "Ingressió automatitzada de documents des de diverses fonts", + "about.features_heading": "Funcions Clau", "about.features_integration_cloud": "Emmagatzematge al núvol: Dropbox, Google Drive, OneDrive, Amazon S3", "about.features_integration_heading": "Integració i Emmagatzematge", - "about.features_integration_multi_dest": "Suport multidestinació (emmagatzema documents en múltiples ubicacions)", - "about.features_integration_protocols": "Protocols de transferència: FTP, SFTP, reenviament de correu", - "about.features_integration_selfhosted": "Opcions allotjades pròpiament: Nextcloud, Paperless NGX, WebDAV", + "about.features_integration_multi_dest": "Suport de múltiples destinacions (emmagatzemar documents en diversos llocs)", + "about.features_integration_protocols": "Protocols de transferència: FTP, SFTP, Reenviament de correu electrònic", + "about.features_integration_selfhosted": "Opcions autohost: Nextcloud, Paperless NGX, WebDAV", "about.features_processing_classification": "Classificació intel·ligent de documents i extracció de dates", "about.features_processing_heading": "Processament de Documents", - "about.features_processing_metadata": "Extracció automatitzada de metadades mitjançant un proveïdor d'IA connectable", - "about.features_processing_ocr": "OCR impulsat per Azure Document Intelligence", - "about.features_processing_pdf": "Conversió a PDF per a diversos formats de fitxer mitjançant Gotenberg", - "about.features_processing_upload": "Pujades de fitxers simples i segures amb suport d'arrossegar i deixar anar", + "about.features_processing_metadata": "Extracció automatitzada de metadades mitjançant un proveïdor d'IA modular", + "about.features_processing_ocr": "OCR alimentat per Azure Document Intelligence", + "about.features_processing_pdf": "Conversió de PDF per a diversos formats de fitxer mitjançant Gotenberg", + "about.features_processing_upload": "Pujades de fitxers simples i segurs amb suport de drag & drop", "about.github_logo_alt": "Logotip de GitHub", - "about.heading": "Quant a DocuElevate", - "about.intro_post": " – la teva solució moderna i intel·ligent per al processament de documents! Hem creat DocuElevate per transformar completament la manera en què gestiones els teus documents: des de la pujada fins a l'extracció, des del processament fins a l'emmagatzematge.", - "about.intro_pre": "Benvingut/da a ", - "about.involved_description": "Vols endinsar-te en el codi, contribuir amb idees o aprendre més sobre DocuElevate?", - "about.involved_docs": "Llegeix la Documentació", + "about.heading": "Sobre DocuElevate", + "about.intro_post": " – la teva solució moderna i intel·ligent per al processament de documents! Hem construït DocuElevate per transformar completament la manera com gestiones els teus documents – des de la pujada fins a l'extracció, del processament a l'emmagatzematge.", + "about.intro_pre": "Benvingut a ", + "about.involved_description": "Vols submergir-te en el codi, contribuir amb idees o aprendre més sobre DocuElevate?", + "about.involved_docs": "Llegiu la Documentació", "about.involved_github": "Veure DocuElevate a GitHub", "about.involved_heading": "Participa", - "about.involved_website": "Visita el web de DocuElevate", - "about.legal_description": "Ens preocupem per la teva privacitat i seguretat de les dades. Si us plau, revisa:", - "about.legal_heading": "Privacitat i Legal", - "about.legal_license": "Informació de llicència", - "about.legal_privacy": "Avís de privacitat", - "about.page_title": "Quant a DocuElevate", + "about.involved_website": "Visita el lloc web de DocuElevate", + "about.legal_description": "Ens importa la teva privadesa i seguretat de dades. Si us plau revisa el nostre:", + "about.legal_heading": "Privadesa i Legal", + "about.legal_license": "Informació sobre la Llicència", + "about.legal_privacy": "Avís de Privadesa", + "about.page_title": "Sobre DocuElevate", "about.story_heading": "La Nostra Història", - "about.story_p1": "DocuElevate va ser creat amb un objectiu en ment: simplificar i agilitzar la gestió de documents per a tothom, ja siguis una petita empresa emergent o una gran corporació.", - "about.story_p2": "Aprofitem el poder dels proveïdors d'IA connectables (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey i més) per a l'extracció de metadades i el refinament de text, integrem sense problemes amb Dropbox, Nextcloud i Paperless NGX per a l'emmagatzematge i la indexació, aprofitem Azure Document Intelligence per a l'OCR, i fins i tot utilitzem Gotenberg per a les conversions de fitxers a PDF.", + "about.story_p1": "DocuElevate es va crear amb un únic objectiu: simplificar i optimitzar la gestió de documentació per a tothom, ja sigui una petita startup o una gran empresa.", + "about.story_p2": "Aprofitem el poder dels proveïdors d'IA modulars (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, i més) per a l'extracció de metadades i la refinament de textos, integrem sense problemes amb Dropbox, Nextcloud, i Paperless NGX per a l'emmagatzematge i indexació, aprofitem Azure Document Intelligence per a OCR, i fins i tot usem Gotenberg per a conversions de fitxer a PDF.", "api_tokens.col_created": "Creat", - "api_tokens.col_last_ip": "Darrera IP", - "api_tokens.col_last_used": "Darrer ús", + "api_tokens.col_last_ip": "Última IP", + "api_tokens.col_last_used": "Últim usat", "api_tokens.col_name": "Nom", - "api_tokens.col_prefix": "Prefix del testimoni", - "api_tokens.copy_to_clipboard": "Copia el testimoni al porta-retalls", - "api_tokens.copy_upload_example": "Copia l'exemple de pujada al porta-retalls", - "api_tokens.copy_warning_1": "Copia aquest testimoni ara — no", - "api_tokens.copy_warning_2": "es tornarà a mostrar", - "api_tokens.create_heading": "Crea un nou testimoni", - "api_tokens.create_token": "Crea un testimoni", + "api_tokens.col_prefix": "Prefix del token", + "api_tokens.copy_to_clipboard": "Copia el token al porta-retalls", + "api_tokens.copy_upload_example": "Copia l'exemple de càrrega al porta-retalls", + "api_tokens.copy_warning_1": "Copia aquest token ara — es tornarà a", + "api_tokens.copy_warning_2": "no es mostrarà més", + "api_tokens.create_heading": "Crear nou token", + "api_tokens.create_token": "Crear token", "api_tokens.creating": "Creant…", - "api_tokens.heading": "Testimonis d'API", - "api_tokens.intro": "Crea testimonis d'API personals per interactuar amb l'API de DocuElevate de manera programàtica. Utilitza testimonis per a pujades per webhook, canonades CI/CD, o qualsevol script que necessiti pujar o recuperar documents.", - "api_tokens.loading_tokens": "Carregant testimonis…", + "api_tokens.heading": "Tokens API", + "api_tokens.intro": "Crea tokens API personals per interactuar amb l'API de DocuElevate de manera programàtica. Utilitza tokens per a càrregues per webhook, pipelines CI/CD, o qualsevol script que necessiti pujar o recuperar documents.", + "api_tokens.loading_tokens": "Carregant tokens…", "api_tokens.never": "Mai", - "api_tokens.no_tokens_heading": "Encara no hi ha testimonis d'API", - "api_tokens.no_tokens_help": "Crea el teu primer testimoni a dalt per començar.", - "api_tokens.page_title": "Testimonis d'API – DocuElevate", + "api_tokens.no_tokens_heading": "Encara no hi ha tokens API", + "api_tokens.no_tokens_help": "Crea el teu primer token dalt per començar.", + "api_tokens.page_title": "Tokens API – DocuElevate", "api_tokens.revoke": "Revocar", - "api_tokens.revoke_prefix": "Revoca el testimoni", + "api_tokens.revoke_prefix": "Revocar token", "api_tokens.status_active": "Actiu", "api_tokens.status_revoked": "Revocat", - "api_tokens.table_aria": "Testimonis d'API", - "api_tokens.token_created": "Testimoni creat correctament!", - "api_tokens.token_name_label": "Nom del testimoni", - "api_tokens.token_name_placeholder": "p. ex. CI Pipeline, Pujada per webhook, El meu script", + "api_tokens.table_aria": "Tokens API", + "api_tokens.token_created": "Token creat amb èxit!", + "api_tokens.token_name_label": "Nom del token", + "api_tokens.token_name_placeholder": "p.ex. CI Pipeline, Càrrega per Webhook, El meu Script", "api_tokens.usage_heading": "Exemple d'ús", - "api_tokens.usage_intro_post": "capçalera amb qualsevol sol·licitud d'API:", - "api_tokens.usage_intro_pre": "Utilitza el teu testimoni d'API a la", - "api_tokens.your_tokens": "Els teus testimonis", + "api_tokens.usage_intro_post": "encapçalament amb qualsevol petició API:", + "api_tokens.usage_intro_pre": "Utilitza el teu token API en el", + "api_tokens.your_tokens": "Els teus tokens", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Recurs", - "audit.col_timestamp": "Marca de temps", + "audit.col_resource": "Recurso", + "audit.col_timestamp": "Carpeta de temps", "audit.critical": "Crític", "audit.filter_action": "Acció", "audit.filter_all_actions": "Totes les accions", "audit.filter_all_users": "Tots els usuaris", - "audit.filter_resource_placeholder": "p. ex. document, usuari", + "audit.filter_resource_placeholder": "per exemple, document, usuari", "audit.filter_resource_type": "Tipus de recurs", - "audit.filter_severity": "Gravetat", + "audit.filter_severity": "Severitat", "audit.filter_user": "Usuari", "audit.filters_section_label": "Filtres del registre d'auditoria", "audit.next": "Següent", - "audit.next_label": "Pàgina següent", + "audit.next_label": "Següent pàgina", "audit.no_events": "Encara no s'han registrat esdeveniments d'auditoria.", - "audit.no_events_hint": "Les accions significatives (inicis de sessió, operacions amb documents, canvis de configuració) apareixeran aquí.", - "audit.page_title": "Registres d'auditoria - DocuElevate", + "audit.no_events_hint": "Accions significatives (inicis de sessió, operacions de documents, canvis de configuració) apareixeran aquí.", + "audit.page_title": "Registres d'Auditoria - DocuElevate", "audit.pagination_label": "Paginació del registre d'auditoria", "audit.prev": "Anterior", "audit.prev_label": "Pàgina anterior", - "audit.refresh_label": "Actualitza els registres d'auditoria", - "audit.siem_disabled_title": "El reenviament SIEM està desactivat", - "audit.siem_enabled_title": "S'estan reenviant esdeveniments a ", - "audit.siem_off": "SIEM: Desactivat", - "audit.subtitle": "Registre complet i només d'addició de totes les accions significatives.", + "audit.refresh_label": "Actualitzar registres d'auditoria", + "audit.siem_disabled_title": "El reenvio SIEM està desactivat", + "audit.siem_enabled_title": "Els esdeveniments s'estan reenviant a ", + "audit.siem_off": "SIEM: Apagat", + "audit.subtitle": "Registre exhaustiu, només additiu de totes les accions significatives.", "audit.table_label": "Esdeveniments del registre d'auditoria", - "audit.title": "Registres d'auditoria", + "audit.title": "Registres d'Auditoria", "auth.confirm_password": "Confirma la contrasenya", "auth.create_account": "Crea un compte", - "auth.display_name_label": "Nom visible", + "auth.display_name_label": "Nom a mostrar", "auth.email_label": "Correu electrònic", "auth.forgot_password": "Has oblidat la contrasenya?", "auth.forgot_username": "Has oblidat el nom d'usuari?", "auth.login": "Inicia sessió", - "auth.login_title": "Inicia sessió", + "auth.login_title": "Inici de sessió", "auth.logo_alt": "Logotip de DocuElevate", "auth.logout": "Tanca la sessió", "auth.my_account": "El meu compte", @@ -116,77 +116,78 @@ "auth.password_label": "Contrasenya", "auth.profile": "Perfil", "auth.remember_me": "Recorda'm", - "auth.return_home": "Torna a l'inici", - "auth.sign_in": "Inicia sessió", - "auth.sign_in_sso": "Inicia sessió amb SSO", + "auth.return_home": "Torna a la pàgina d'inici", + "auth.sign_in": "Iniciar sessió", + "auth.sign_in_sso": "Iniciar sessió amb SSO", "auth.sign_in_with": "Inicia sessió amb", - "auth.sign_in_with_username": "Inicia sessió amb nom d'usuari", - "auth.signup": "Registra't", - "auth.signup_title": "Registra't", + "auth.sign_in_with_username": "Inicia sessió amb el nom d'usuari", + "auth.signup": "Registrar-se", + "auth.signup_title": "Registrar-se", "auth.username_label": "Nom d'usuari", - "auth.username_or_email": "Nom d'usuari o correu electrònic", - "auth.verify_email_back_sign_in": "Torna a iniciar sessió", - "auth.verify_email_expiry": "L'enllaç caduca en 24 hores. Si no veus el correu, comprova la carpeta de correu brossa.", - "auth.verify_email_heading": "Comprova la safata d'entrada", - "auth.verify_email_message": "T'hem enviat un correu de verificació. Fes clic a l'enllaç del correu per activar el teu compte.", - "auth.verify_email_page_title": "DocuElevate - Verifica el teu correu", - "auth.verify_email_resend_aria_label": "Adreça de correu per al reenviament", - "auth.verify_email_resend_button": "Reenviar correu de verificació", + "auth.username_or_email": "Nom d'usuari o Correu electrònic", + "auth.verify_email_back_sign_in": "Torna a la sessió", + "auth.verify_email_expiry": "El vincle expira en 24 hores. Si no veus l'email, revisa la teva carpeta de spam.", + "auth.verify_email_heading": "Comprova la teva safata d'entrada", + "auth.verify_email_message": "T'hem enviat un correu electrònic de verificació. Si us plau, fes clic al vincle de l'email per activar el teu compte.", + "auth.verify_email_page_title": "DocuElevate - Verifica el teu Correu Electrònic", + "auth.verify_email_resend_aria_label": "Adreça de correu electrònic per reenvio", + "auth.verify_email_resend_button": "Reenviar correu electrònic de verificació", "auth.verify_email_resend_label": "Adreça de correu electrònic", - "auth.verify_email_resend_placeholder": "Introdueix la teva adreça de correu", - "auth.verify_email_resend_prompt": "No l'has rebut?", - "backup.archives_heading": "Arxius de còpia de seguretat", - "backup.backup_now": "Fes una còpia ara", - "backup.clean_up": "Neteja", - "backup.cleanup_title": "Executa la neteja de retenció ara", + "auth.verify_email_resend_placeholder": "Introdueix la teva adreça de correu electrònic", + "auth.verify_email_resend_prompt": "No ho has rebuda?", + "backup.archives_heading": "Arxius de Còpia de Seguretat", + "backup.backup_now": "Còpia de Seguretat Ara", + "backup.clean_up": "Netejar", + "backup.cleanup_title": "Executar la neteja de retenció ara", "backup.col_created": "Creat", "backup.col_filename": "Nom del fitxer", "backup.col_size": "Mida", "backup.col_storage": "Emmagatzematge", "backup.col_type": "Tipus", - "backup.config_auto_backup": "Còpia automàtica", + "backup.config_auto_backup": "Còpia de seguretat automàtica", "backup.config_remote_dest": "Destinació remota", "backup.config_retention": "Retenció", "backup.config_total_size": "Mida total local", - "backup.confirm_btn": "Confirma", - "backup.confirm_title": "Confirma l'acció", + "backup.confirm_btn": "Confirmar", + "backup.confirm_title": "Confirmar acció", "backup.heading": "Gestió de còpies de seguretat", "backup.local_only": "Només local", "backup.no_backups": "Encara no hi ha còpies de seguretat.", - "backup.no_backups_hint": "Fes clic a «Fes una còpia ara» per crear la primera còpia de seguretat.", + "backup.no_backups_hint": "Fes clic a Còpia de Seguretat Ara per crear la teva primera còpia de seguretat.", "backup.page_title": "Gestió de còpies de seguretat", "backup.records_label": "registres", "backup.restore_btn": "Restaura", "backup.restore_desc_mid": "arxiu de còpia de seguretat per restaurar la base de dades.", - "backup.restore_desc_pre": "Puja un", + "backup.restore_desc_pre": "Carrega un", "backup.restore_desc_warning": "Això sobreescriurà totes les dades actuals.", "backup.restore_file_label": "Arxiu de còpia de seguretat (.db.gz)", "backup.restore_heading": "Restaura des d'un fitxer", - "backup.restoring": "Restaurant…", - "backup.retention_daily_detail": "– conservades durant 3 setmanes", + "backup.restoring": "Restaurant\u001e...", + "backup.retention_daily_detail": "\u0013 mantingut durant 3 setmanes", "backup.retention_heading": "Política de retenció", - "backup.retention_hourly_detail": "– conservades durant 4 dies", - "backup.retention_note": "Les còpies més antigues que aquests límits s'eliminen automàticament després de crear-ne una de nova.", - "backup.retention_weekly_detail": "– conservades durant ~3 mesos", + "backup.retention_hourly_detail": "\u0013 mantingut durant 4 dies", + "backup.retention_note": "Les còpies de seguretat més enllà d'aquests límits es tallegaran automàticament després de cada nova còpia de seguretat creada.", + "backup.retention_weekly_detail": "\u0013 mantingut durant ~3 mesos", "backup.snapshots": "instantànies", - "backup.status_ok": "correcte", + "backup.status_ok": "ok", "backup.storage_local": "local", - "backup.subtitle": "Les còpies de seguretat de la base de dades es creen automàticament: cada hora (4 dies), diàriament (3 setmanes), setmanalment (13 setmanes).", + "backup.subtitle": "Les còpies de seguretat de la base de dades es creen automàticament: cada hora (4 dies), diàries (3 setmanes), setmanals (13 setmanes).", "backup.table_aria": "Arxius de còpia de seguretat", - "backup.trigger_daily": "Fes una còpia ara (diària)", - "backup.trigger_hourly": "Fes una còpia ara (horària)", - "backup.trigger_weekly": "Fes una còpia ara (setmanal)", + "backup.trigger_daily": "Còpia de seguretat ara (Diària)", + "backup.trigger_hourly": "Còpia de seguretat ara (Cada hora)", + "backup.trigger_weekly": "Còpia de seguretat ara (Setmanal)", "backup.type_daily": "Diària", - "backup.type_hourly": "Horària", + "backup.type_hourly": "Cada hora", "backup.type_weekly": "Setmanal", - "billing.go_to_dashboard": "Vés al tauler de control", + "billing.go_to_dashboard": "Ves al tauler", "billing.manage_subscription": "Gestiona la subscripció", - "billing.success_heading": "Tot a punt!", - "billing.success_message": "La teva subscripció s'ha activat. Gràcies per escollir DocuElevate!", + "billing.success_heading": "Ja estàs tot configurat!", + "billing.success_message": "La teva subscripció ha estat activada. Gràcies per triar DocuElevate!", "billing.success_page_title": "DocuElevate - Subscripció activada", "common.actions": "Accions", "common.active": "Actiu", - "common.all": "Tot", + "common.all": "Tots", + "common.avatar": "Avatar", "common.back": "Enrere", "common.cancel": "Cancel·la", "common.close": "Tanca", @@ -202,15 +203,15 @@ "common.description": "Descripció", "common.details": "Detalls", "common.disabled": "Desactivat", - "common.download": "Descarrega", - "common.duplicate": "Duplica", - "common.edit": "Edita", + "common.download": "Descarregar", + "common.duplicate": "Duplicar", + "common.edit": "Editar", "common.enabled": "Activat", "common.error": "Error", - "common.failed": "Fallit", - "common.filter": "Filtra", + "common.failed": "Fallat", + "common.filter": "Filtrar", "common.inactive": "Inactiu", - "common.info": "Informació", + "common.info": "Info", "common.loading": "Carregant...", "common.name": "Nom", "common.next": "Següent", @@ -218,80 +219,84 @@ "common.no": "No", "common.none": "Cap", "common.page": "Pàgina", + "common.paused": "Parat", "common.pending": "Pendent", "common.prev_page": "Pàgina anterior", "common.previous": "Anterior", "common.processing": "Processant", - "common.refresh": "Actualitza", - "common.reset": "Restableix", - "common.retry": "Reintenta", - "common.save": "Desa", - "common.search": "Cerca", - "common.select": "Selecciona", - "common.select_placeholder": "— selecciona —", + "common.refresh": "Actualitzar", + "common.reset": "Restablir", + "common.retry": "Reintentar", + "common.save": "Desar", + "common.search": "Cercar", + "common.select": "Seleccionar", + "common.select_placeholder": "\u0013 - seleccionar \u0013", "common.size": "Mida", "common.status": "Estat", - "common.submit": "Envia", + "common.submit": "Enviar", "common.success": "Èxit", "common.tags": "Etiquetes", + "common.test": "Prova", + "common.test_connection": "Prova la connexió", "common.type": "Tipus", + "common.update": "Actualitzar", "common.updated": "Actualitzat", - "common.upload": "Puja", - "common.view": "Visualitza", - "common.warning": "Avís", + "common.upload": "Pujar", + "common.view": "Veure", + "common.warning": "Advertència", "common.yes": "Sí", - "cookie.accept": "Entesos", - "cookie.learn_more": "Aprèn-ne més", - "cookie.message": "Aquest lloc web utilitza galetes per millorar la teva experiència.", - "cookie.notice": "DocuElevate utilitza únicament galetes de sessió essencials necessàries per a l'autenticació i el funcionament del servei. No s'utilitzen galetes de seguiment ni d'analítica.", - "cookie.notice_label": "Avís de galetes", - "cookie.policy_link": "Política de galetes", - "cookie.privacy_link": "Avís de privacitat", + "cookie.accept": "D'acord", + "cookie.learn_more": "Més informació", + "cookie.message": "Aquest lloc web utilitza cookies per millorar la teva experiència.", + "cookie.notice": "DocuElevate només utilitza cookies de sessió essencials necessàries per a l'autenticació i el funcionament del servei. No s'utilitzen cookies de seguiment ni d'analítica.", + "cookie.notice_label": "Avís de cookies", + "cookie.policy_link": "Política de cookies", + "cookie.privacy_link": "Avís de privadesa", "credentials.col_action": "Acció", "credentials.col_credential": "Credencial", - "credentials.col_source": "Origen", + "credentials.col_source": "Font", "credentials.configured": "Configurat", "credentials.edit_in_settings": "Edita a la configuració", - "credentials.legend_db": "Valor emmagatzemat a la base de dades (xifrat en repòs; sobreescriu la variable d'entorn)", + "credentials.legend_db": "Valor emmagatzemat a la base de dades (encriptat en repòs; sobreescriu la variable d'entorn)", "credentials.legend_env_after": " fitxer", "credentials.legend_env_before": "Valor de la variable d'entorn o ", - "credentials.legend_missing": "Credencial no configurada — la integració no funcionarà", - "credentials.legend_restart": "Cal reiniciar quan es roti aquesta credencial", + "credentials.legend_missing": "Credencial no establerta — la integració no funcionarà", + "credentials.legend_restart": "Es requereix reiniciar quan aquesta credencial es canviï", "credentials.legend_title": "Llegenda", "credentials.manage_settings": "Gestiona la configuració", "credentials.not_configured": "No configurat", - "credentials.page_title": "Auditoria de credencials - DocuElevate", + "credentials.page_title": "Auditoria de Credencials - DocuElevate", "credentials.raw_json": "JSON en brut (API)", - "credentials.restart_title": "Cal reiniciar després de rotar aquesta credencial", - "credentials.source_db_title": "Emmagatzemat a la base de dades (xifrat)", - "credentials.source_env_title": "Des de la variable d'entorn", - "credentials.status_missing": "Manca", - "credentials.subtitle": "Resum de totes les credencials sensibles utilitzades per DocuElevate. Aquí no es mostren els valors secrets, només si cada credencial està configurada i d'on prové.", - "credentials.table_for": "Credencials per a", - "credentials.title": "Auditoria de credencials", - "credentials.total_credentials": "Total de credencials", - "dashboard.active_integrations": "Integracions actives", - "dashboard.files_this_month": "Fitxers aquest mes", - "dashboard.files_today": "Fitxers avui", - "dashboard.ocr_processed": "OCR processat", - "dashboard.quick_actions": "Accions ràpides", - "dashboard.recent_activity": "Activitat recent", - "dashboard.storage_targets": "Destinacions d'emmagatzematge", + "credentials.restart_title": "Es requereix reiniciar després de canviar aquesta credencial", + "credentials.source_db_title": "Emmagatzemat a la base de dades (encriptat)", + "credentials.source_env_title": "De la variable d'entorn", + "credentials.status_missing": "Faltant", + "credentials.subtitle": "Visió general de totes les credencials sensibles utilitzades per DocuElevate. No s'hi mostren valors secrets — només si cada credencial està configurada i d'on prové.", + "credentials.table_for": "Credencials per", + "credentials.title": "Auditoria de Credencials", + "credentials.total_credentials": "Total de Credencials", + "dashboard.active_integrations": "Integracions Actives", + "dashboard.files_this_month": "Fitxers Aquest Mes", + "dashboard.files_today": "Fitxers Avui", + "dashboard.ocr_processed": "OCR Processat", + "dashboard.quick_actions": "Accions Ràpides", + "dashboard.recent_activity": "Activitat Recent", + "dashboard.storage_targets": "Objectius d'Emmagatzematge", "dashboard.title": "Tauler de control", - "dashboard.total_files": "Total de fitxers", - "dashboard.welcome": "Benvingut/da a DocuElevate", - "duplicates.file_id_label": "ID del fitxer", + "dashboard.total_files": "Total de Fitxers", + "dashboard.welcome": "Benvingut a DocuElevate", + "duplicates.file_id_label": "ID de fitxer", "duplicates.file_id_placeholder": "p. ex. 42", - "duplicates.find_btn": "Cerca", + "duplicates.find_btn": "Troba", "duplicates.found_files": "fitxer(s) duplicat(s) en total.", - "duplicates.found_groups": "grup(s) de duplicats amb", + "duplicates.found_groups": "grup(s) duplicat(s) amb", "duplicates.found_prefix": "Trobats", - "duplicates.group_aria": "Grup de duplicats", + "duplicates.group_aria": "Grup duplicat", "duplicates.heading": "Documents duplicats", "duplicates.how_it_works_heading": "Com funciona la detecció de quasi-duplicats", - "duplicates.max_results_label": "Resultats màxims", - "duplicates.near_dup_desc": "Selecciona un document per comprovar si altres fitxers contenen el mateix contingut (o molt similar), fins i tot si van ser escanejats en moments diferents i tenen hash SHA-256 diferent.", - "duplicates.near_dup_heading": "Cerca quasi-duplicats d'un document", + "duplicates.max_results_label": "Resultats màx.", + "duplicates.near_dup_desc": "Selecciona un document per verificar si altres fitxers contenen el mateix (o contingut molt similar) — fins i tot si han estat escanejats en moments diferents i tenen diferents hashes SHA-256.", + "duplicates.near_dup_heading": "Troba quasi-duplicats per un document", "duplicates.no_exact_heading": "No s'han trobat duplicats exactes", "duplicates.page_title": "Documents duplicats - DocuElevate", "duplicates.pagination_aria": "Paginació", @@ -300,77 +305,77 @@ "duplicates.tab_exact": "Duplicats exactes", "duplicates.tab_near": "Cercador de quasi-duplicats", "duplicates.tabs_aria": "Pestanyes de detecció de duplicats", - "duplicates.threshold_label": "Llindar de similitud", - "duplicates.view_dup_aria": "Visualitza el fitxer duplicat", - "duplicates.view_original_aria": "Visualitza el fitxer original", + "duplicates.threshold_label": "Llimitat de similitud", + "duplicates.view_dup_aria": "Veure fitxer duplicat", + "duplicates.view_original_aria": "Veure fitxer original", "error.404_code": "404", - "error.404_heading": "Vaja, no hem trobat aquesta pàgina!", - "error.404_home": "Torna a l'inici", - "error.404_message": "Sembla que DocuElevate ha extraviat el document que buscaves. No et preocupis, t'ajudarem.", + "error.404_heading": "Ups, no hem pogut trobar aquella pàgina!", + "error.404_home": "Torna a la pàgina inicial", + "error.404_message": "Sembla que DocuElevate ha perdut el document que buscaves. No et preocupis – estem aquí per ajudar-te.", "error.404_title": "404 - No trobat", "error.500_code": "500", - "error.500_debug_info": "Mostra la informació de depuració", + "error.500_debug_info": "Mostra informació de depuració", "error.500_description": "Els nostres servidors han tingut un problema i necessiten un moment.", - "error.500_heading": "Vaja! Alguna cosa ha anat malament.", - "error.500_home": "Vés a l'inici", + "error.500_heading": "Ups! Alguna cosa ha anat malament.", + "error.500_home": "Vés a la pàgina inicial", "error.500_img_alt": "Il·lustració d'un error de servidor", - "error.500_message1": "Els nostres servidors han tingut un ensurt i necessiten un moment. Potser els hàmsters han vessat el cafè?", - "error.500_message2": "Ja ho estem solucionant: ordenant fitxers, reiniciant servidors i recalibrant condensadors de fluix.", - "error.500_title": "Error del servidor - DocuElevate", + "error.500_message1": "Els nostres servidors han tingut un problema i necessiten un moment. Potser els hàmsters han vessat el seu cafè?", + "error.500_message2": "Ja estem treballant-hi—classificant fitxers, reiniciant servidors i recalibrant condensadors de flux.", + "error.500_title": "Error de servidor - DocuElevate", "error.forbidden": "Prohibit", "error.forbidden_message": "No tens permís per accedir a aquesta pàgina.", "error.not_found": "Pàgina no trobada", - "error.not_found_message": "La pàgina que cerques no existeix.", + "error.not_found_message": "La pàgina que busques no existeix.", "error.server_error": "Error intern del servidor", - "error.server_error_message": "Alguna cosa ha anat malament. Torna-ho a intentar més tard.", + "error.server_error_message": "Alguna cosa ha anat malament. Si us plau, torna-ho a provar més tard.", "error.unauthorized": "No autoritzat", - "error.unauthorized_message": "Has d'iniciar sessió per accedir a aquesta pàgina.", - "files.action_delete": "Elimina el fitxer", - "files.action_details": "Visualitza els detalls", + "error.unauthorized_message": "Necessites iniciar sessió per accedir a aquesta pàgina.", + "files.action_delete": "Eliminar fitxer", + "files.action_details": "Veure detalls", "files.action_preview": "Previsualització ràpida", - "files.bulk_clear_selection": "Esborra la selecció", - "files.bulk_cloud_ocr": "Torna a executar l'OCR al núvol", - "files.bulk_delete": "Elimina els seleccionats", - "files.bulk_download": "Descarrega com a ZIP", - "files.bulk_reprocess": "Reprocessa els seleccionats", - "files.delete_modal_cancel": "Cancel·la", - "files.delete_modal_confirm": "Elimina", - "files.delete_modal_message": "Estàs segur/a que vols eliminar aquest fitxer?", + "files.bulk_clear_selection": "Netejar selecció", + "files.bulk_cloud_ocr": "Tornar a fer OCR al núvol", + "files.bulk_delete": "Eliminar seleccionats", + "files.bulk_download": "Descarregar com a ZIP", + "files.bulk_reprocess": "Tornar a processar seleccionats", + "files.delete_modal_cancel": "Cancel·lar", + "files.delete_modal_confirm": "Eliminar", + "files.delete_modal_message": "Estàs segur que vols eliminar aquest fitxer?", "files.delete_modal_title": "Confirma l'eliminació", "files.document_title": "Títol del document", - "files.drop_overlay_hint": "Admet PDF, documents d'Office, imatges, HTML, Markdown i més: les carpetes es processen de manera recursiva", - "files.drop_overlay_title": "Deixa caure fitxers o carpetes en qualsevol lloc per pujar-los", - "files.error_hint": "Pot ser degut a un problema de configuració o importació. Comprova els registres del servidor.", + "files.drop_overlay_hint": "Suporta PDF, documents d'Office, imatges, HTML, Markdown, i més – les carpetes es processen de manera recursiva", + "files.drop_overlay_title": "Introdueix fitxers o carpetes en qualsevol lloc per pujar", + "files.error_hint": "Això podria ser degut a un problema de configuració o d'importació. Si us plau, comproveu els registres del servidor.", "files.file_size": "Mida del fitxer", "files.filename": "Nom del fitxer", "files.files_selected": "fitxers seleccionats", "files.filter_all_providers": "Tots els proveïdors", "files.filter_all_statuses": "Tots els estats", "files.filter_all_types": "Tots els tipus", - "files.filter_apply": "Aplica els filtres", - "files.filter_clear": "Esborra", + "files.filter_apply": "Aplicar filtres", + "files.filter_clear": "Netejar", "files.filter_date_from": "Data des de", - "files.filter_date_from_aria": "Filtra des de la data", + "files.filter_date_from_aria": "Filtrar des de la data", "files.filter_date_to": "Data fins a", - "files.filter_date_to_aria": "Filtra fins a la data", - "files.filter_form_aria": "Filtra fitxers", + "files.filter_date_to_aria": "Filtrar fins a la data", + "files.filter_form_aria": "Filtrar fitxers", "files.filter_mime_type": "Tipus MIME", "files.filter_ocr_all": "Tots els fitxers", "files.filter_ocr_good": "Bona qualitat", "files.filter_ocr_poor": "Mala qualitat", - "files.filter_ocr_quality": "Qualitat de l'OCR", - "files.filter_ocr_quality_aria": "Filtra per puntuació de qualitat OCR", + "files.filter_ocr_quality": "Qualitat OCR", + "files.filter_ocr_quality_aria": "Filtrar per puntuació de qualitat OCR", "files.filter_ocr_unchecked": "Encara no avaluat", - "files.filter_search_label": "Cerca el nom del fitxer", - "files.filter_search_placeholder": "Introdueix el nom del fitxer...", + "files.filter_search_label": "Cerca Nom del Fitxer", + "files.filter_search_placeholder": "Introduïu el nom del fitxer...", "files.filter_storage_provider": "Proveïdor d'emmagatzematge", - "files.filter_tags_aria": "Filtra per etiquetes (separades per comes)", - "files.filter_tags_placeholder": "p. ex. factura,amazon", - "files.fulltext_search_label": "Cerca de text complet (text OCR, metadades, etiquetes)", + "files.filter_tags_aria": "Filtrar per etiquetes (separades per comes)", + "files.filter_tags_placeholder": "per exemple, factura,amazon", + "files.fulltext_search_label": "Cerca de Text Completa (text OCR, metadades, etiquetes)", "files.fulltext_search_placeholder": "Cerca contingut del document, remitent, etiquetes, tipus...", "files.no_files": "No s'han trobat fitxers", "files.ocr_status": "Estat OCR", - "files.page_title": "Registres de fitxers", + "files.page_title": "Registres de Fitxers", "files.pagination_files": "fitxers", "files.pagination_first": "Primer", "files.pagination_last": "Últim", @@ -379,17 +384,17 @@ "files.pagination_of": "de", "files.pagination_previous": "Anterior", "files.pagination_showing": "Mostrant", - "files.preview_modal_close": "Tanca la previsualització", - "files.preview_modal_title": "Previsualització", - "files.queue_banner_items": "element(s) estan en cua o s'estan processant. Els fitxers apareixeran aquí un cop finalitzi el processament.", - "files.queue_banner_link": "Visualitza la cua", - "files.saved_searches_empty": "Encara no hi ha cerques desades", - "files.saved_searches_error": "No s'han pogut carregar les cerques desades", - "files.saved_searches_label": "Cerques desades", + "files.preview_modal_close": "Tancar vista prèvia", + "files.preview_modal_title": "Vista Prèvia", + "files.queue_banner_items": "element(s) estan actualment en cua o s'estan processant. Els fitxers apareixeran aquí un cop s'acabi el processament.", + "files.queue_banner_link": "Veure cua", + "files.saved_searches_empty": "Encara no hi ha cerques guardades", + "files.saved_searches_error": "No s'ha pogut carregar les cerques guardades", + "files.saved_searches_label": "Cerques Guardades", "files.saved_searches_save": "Desa l'actual", - "files.saved_searches_save_aria": "Desa els filtres actuals com a cerca desada", + "files.saved_searches_save_aria": "Desa els filtres actuals com a cerca guardada", "files.search_results_empty": "No s'han trobat resultats.", - "files.search_results_title": "Resultats de la cerca", + "files.search_results_title": "Resultats de la Cerca", "files.status_duplicate": "Duplicat", "files.table_actions": "Accions", "files.table_aria": "Registres de fitxers", @@ -397,193 +402,295 @@ "files.table_empty": "No s'han trobat fitxers", "files.table_id": "ID", "files.table_mime_type": "Tipus MIME", - "files.table_original_filename": "Nom de fitxer original", - "files.table_select_all": "Selecciona tots els fitxers d'aquesta pàgina", + "files.table_original_filename": "Nom Original del Fitxer", + "files.table_select_all": "Seleccionar tots els fitxers d'aquesta pàgina", "files.tags": "Etiquetes", "files.title": "Fitxers", - "files.upload_modal_aria": "Progrés de la pujada", - "files.upload_modal_close": "Tanca el progrés de la pujada", - "files.upload_modal_header": "Pujant fitxers", - "files.uploaded": "Pujat", - "footer.about": "Quant a", + "files.upload_modal_aria": "Progrés de càrrega", + "files.upload_modal_close": "Tancar el progrés de càrrega", + "files.upload_modal_header": "Carregant fitxers", + "files.uploaded": "Carregat", + "footer.about": "Sobre", "footer.attribution": "Atribució", "footer.attributions": "Atribucions", "footer.cookies": "Galetes", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Impressum", + "footer.imprint": "Imprès", "footer.license": "Llicència", "footer.navigation": "Navegació del peu de pàgina", - "footer.privacy": "Privacitat", + "footer.privacy": "Privadesa", "footer.terms": "Termes", "footer.version": "Versió {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "Enllaçat amb OAuth. Els fitxers arriben a la carpeta escollida.", - "help.destinations_email": "Reenviament de correu electrònic", - "help.destinations_email_desc": "Els fitxers processats s'envien com a adjunts SMTP.", + "help.destinations_dropbox_desc": "Enllaçat per OAuth. Els fitxers es col·loquen al directori escollit.", + "help.destinations_email": "Reenviament d'Email", + "help.destinations_email_desc": "Fitxers processats enviats com a fitxers adjunts SMTP.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Compte de servei o OAuth. Admet unitats compartides.", + "help.destinations_google_drive_desc": "Compte de servei o OAuth. Suporta unitats compartides.", "help.destinations_heading": "Destinacions – On van els documents", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Emmagatzematge al núvol propi mitjançant WebDAV.", + "help.destinations_nextcloud_desc": "Emmagatzematge en núvol auto-allotjat a través de WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Integració amb l'API de Microsoft Graph.", + "help.destinations_onedrive_desc": "Integració de l'API de Microsoft Graph.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Envia documents directament a Paperless per arxivar-los.", + "help.destinations_paperless_desc": "Empenyeu documents directament a Paperless per a arxivament.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Qualsevol dipòsit compatible amb S3 (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Qualsevol cub creat compatible amb S3 (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Transferència segura de fitxers a qualsevol servidor.", + "help.destinations_sftp_desc": "Transferència de fitxers segura a qualsevol servidor.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "Envia metadades per POST a qualsevol punt final extern.", + "help.destinations_webhook_desc": "Publicar metadades a qualsevol punt final extern.", "help.documentation": "Documentació", - "help.faq": "Preguntes freqüents", - "help.faq_1_a": "Navega fins a la pàgina de pujada, arrossega i deixa caure els fitxers o fes clic a «Tria fitxer». DocuElevate converteix imatges i documents d'Office a PDF, executa l'OCR i extreu les metadades automàticament.", - "help.faq_1_q": "Com pujo documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF i HTML. Els fitxers no PDF es converteixen automàticament a PDF abans del processament.", - "help.faq_2_q": "Quins formats de fitxer s'admeten?", - "help.faq_3_a": "Sí. Ves a Ingestió de correu, afegeix un compte IMAP i DocuElevate sondeja els missatges nous i processa els adjunts automàticament.", - "help.faq_3_q": "Puc ingerir documents des del correu electrònic?", - "help.faq_4_a": "Les canonades et permeten encadenar passos de processament —OCR, extracció amb IA, conversió de format— i enrutar el resultat a una o més destinacions. Crea'ls i gestiona'ls des de la pàgina de Canonades.", - "help.faq_4_q": "Com funcionen les canonades de processament?", - "help.faq_5_a": "DocuElevate xifra les credencials en repòs, es comunica per TLS i mai emmagatzema els documents més temps del necessari. Consulta l'avís de privacitat per a tots els detalls.", - "help.faq_5_q": "Estan segures les meves dades?", - "help.faq_heading": "Preguntes freqüents", - "help.getting_started": "Primers passos", - "help.heading": "Centre d'ajuda", - "help.page_title": "Centre d'ajuda", - "help.privacy_notice": "Avís de privacitat", - "help.quickstart_heading": "Inici ràpid", - "help.quickstart_storage": "Connecta l'emmagatzematge", - "help.quickstart_storage_desc": "Ves a Configuració i vincula els teus comptes al núvol. Els documents processats s'enruten automàticament a cada destinació que configuris.", - "help.quickstart_upload": "Puja documents", - "help.quickstart_upload_desc": "Arrossega i deixa caure fitxers a la pàgina de pujada o fes clic a «Tria fitxer». DocuElevate converteix imatges i documents d'Office a PDF, executa l'OCR i extreu les metadades automàticament.", - "help.quickstart_workflows": "Automatitza els fluxos de treball", - "help.quickstart_workflows_desc": "Crea Canonades per definir el processament i les regles d'enrutament en múltiples passos. Combina OCR, extracció amb IA, conversió de format i lliurament en un únic flux.", - "help.sources_email_ingestion": "Ingestió de correu (IMAP)", - "help.sources_email_ingestion_desc": "Reenvia documents a una bústia dedicada. A Ingestió de correu, afegeix un o més comptes IMAP. DocuElevate sondeja els nous missatges i processa els adjunts automàticament.", - "help.sources_heading": "Fonts – Com entren els documents", - "help.sources_rest_api": "API REST", - "help.sources_rest_api_desc": "Integra programàticament enviant fitxers per POST a /api/upload. Ideal per a scripts, carpetes vigilades, escàners o eines de tercers com Zapier i n8n.", - "help.sources_scanner": "Escàner i mòbil", - "help.sources_scanner_desc": "Apunta els escàners de xarxa al punt d'accés de pujada de DocuElevate o utilitza qualsevol aplicació d'escaneig mòbil que admeti destinacions HTTP personalitzades.", - "help.sources_web_upload": "Pujada web", - "help.sources_web_upload_desc": "La manera més ràpida de començar. Obre la pàgina de pujada, deixa caure un o més fitxers i DocuElevate s'encarrega de la resta. Els formats admesos inclouen PDF, JPEG, PNG, TIFF, DOCX, XLSX i més.", - "help.subheading": "Tot el que necessites per treure el màxim profit de DocuElevate. Navega pels temes o cerca el que necessites.", + "help.faq": "Preguntes Freqüents", + "help.faq_1_a": "Navegueu a la pàgina de càrrega, arrossegueu i deixeu caure els vostres fitxers o feu clic a Escollir fitxer. DocuElevate converteix imatges i documents d'oficina a PDF, executa OCR i extreu metadades automàticament.", + "help.faq_1_q": "Com puc carregar documents?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF i HTML. Els fitxers que no són PDF es converteixen automàticament a PDF abans del processament.", + "help.faq_2_q": "Quins formats de fitxer són compatibles?", + "help.faq_3_a": "Sí. Vés a Ingesta d'Email, afegeix un compte IMAP i DocuElevate buscarà nous missatges i processarà els adjunts automàticament.", + "help.faq_3_q": "Puc ingerir documents des de l'email?", + "help.faq_4_a": "Les cadenes de processament et permeten encadenar passos de processament - OCR, extracció AI, conversió de formats - i dirigir el resultat a una o més destinacions. Crea i gestiona-les des de la pàgina de Cadenes.", + "help.faq_4_q": "Com funcionen les cadenes de processament?", + "help.faq_5_a": "DocuElevate xifra les credencials en repòs, comunica mitjançant TLS i mai emmagatzema els teus documents més temps del necessari. Consulta l'Avís de Privacitat per a més detalls.", + "help.faq_5_a_post": " per a obtenir tots els detalls.", + "help.faq_5_a_pre": "DocuElevate xifra les credencials en repòs, comunica a través de TLS i mai emmagatzema els seus documents més temps del necessari. Vegeu el ", + "help.faq_5_q": "És segura la meva dada?", + "help.faq_heading": "Preguntes Freqüents", + "help.getting_started": "Començant", + "help.heading": "Centre d'Ajuda", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Utilitzeu la REST API per enviar documents de manera programàtica. Authenticateu-vos amb un token Bearer i envieu fitxers al punt d' càrrega.", + "help.ingestion_heading": "Eines d'Ingesta de Dades", + "help.ingestion_mobile": "Aplicacions Mòbils", + "help.ingestion_mobile_desc": "Utilitzeu qualsevol aplicació d'escaneig mòbil que suporti destinacions de càrrega HTTP personalitzades per enviar fotos i escanejos a DocuElevate des del vostre telèfon o tauleta.", + "help.ingestion_scanners": "Escàners de Xarxa", + "help.ingestion_scanners_desc": "Apunteu qualsevol escàner de xarxa o impressora multifuncional al punt d' càrrega de DocuElevate. Els documents escanejats arriben directament a la vostra cua de processament.", + "help.ingestion_watched_folders": "Carpetes Vigilades", + "help.ingestion_watched_folders_desc": "Configureu una carpeta local o de xarxa per ser monitoritzada. Qualsevol fitxer col·locat en una carpeta vigilada s'envia automàticament i es processa per DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integreu DocuElevate als vostres fluxos de treball d'automatització amb Zapier, n8n o Make. Utilitzeu les accions de la REST API per desencadenar càrregues de documents des de qualsevol esdeveniment.", + "help.meta_description": "Obteniu ajuda amb DocuElevate – trobeu guies sobre com carregar documents, connectar emmagatzematge al núvol, configurar canals i més.", + "help.og_description": "Obteniu ajuda amb DocuElevate – trobeu guies sobre com carregar documents, connectar emmagatzematge al núvol, configurar canals i més.", + "help.page_title": "Centre d'Ajuda", + "help.privacy_notice": "Avís de Privacitat", + "help.quickstart_heading": "Inici Ràpid", + "help.quickstart_storage": "Connectar Emmagatzematge", + "help.quickstart_storage_desc": "Ves a Configuració i vincula els teus comptes al núvol. Els documents processats es dirigeixen automàticament a cada destinació que configuris.", + "help.quickstart_storage_desc_full": "Dirigiu-vos a Integracions i vinculeu els vostres comptes d'emmagatzematge al núvol. DocuElevate suporta Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, i més. Els documents processats es dirigen automàticament a cada destinació que configureu.", + "help.quickstart_upload": "Puja Documents", + "help.quickstart_upload_desc": "Arrossega i deixa anar fitxers a la pàgina de Puja o fes clic a Escollir Fitxer. DocuElevate converteix imatges i documents d'oficina a PDF, executa OCR i extreu metadades automàticament.", + "help.quickstart_workflows": "Automatitzar Fluxos de Treball", + "help.quickstart_workflows_desc": "Crea Cadenes per definir regles de processament i routing de múltiples passos. Combina OCR, extracció AI, conversió de formats i lliurament en un sol flux.", + "help.sources_email_ingestion": "Ingesta d'Email (IMAP)", + "help.sources_email_ingestion_desc": "Reenvia documents a un correu electrònic dedicat. A la Ingesta d'Email, afegeix un o més comptes IMAP. DocuElevate busca nous missatges i processa els adjunts automàticament.", + "help.sources_heading": "Fonts - Obtenint Documents", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "Integra de manera programàtica enviant fitxers a /api/upload. Ideal per a scripts, carpetes vigilades, escàners o eines de tercers com Zapier i n8n.", + "help.sources_scanner": "Escàner & Mòbil", + "help.sources_scanner_desc": "Apunta escàners de xarxa al punt de pujada de DocuElevate o utilitza qualsevol aplicació d'escanejat mòbil que admeti destinacions HTTP personalitzades.", + "help.sources_scanner_desc_full": "Configureu el vostre escàner de xarxa o impressora multifuncional per enviar escanejos directament a DocuElevate. Utilitzeu el punt d' /api/upload com a destinació. També es suporten aplicacions d'escaneig mòbil amb destinacions de càrrega personalitzades.", + "help.sources_web_upload": "Pujada Web", + "help.sources_web_upload_desc": "La manera més ràpida de començar. Obre la pàgina de Puja, deixa caure un o més fitxers i DocuElevate s'encarrega de la resta. Els formats compatibles inclouen PDF, JPEG, PNG, TIFF, DOCX, XLSX i més.", + "help.subheading": "Tot el que necessites per treure el màxim profit de DocuElevate. Navega per temes a continuació o busca el que necessites.", "help.support": "Suport", - "help.support_admin_message": "Contacta amb el teu administrador per obtenir informació de suport.", - "help.support_description": "No trobes el que cerques? El nostre equip de suport és aquí per ajudar-te.", - "help.support_heading": "Contacta amb el suport", - "help.support_ticket_button": "Envia un tiquet", - "help.support_ticket_heading": "Obre un tiquet de suport", - "help.title": "Centre d'ajuda", - "help.workflows_creating": "Crear una canonada", - "help.workflows_definition": "Una canonada és una sèrie de passos de processament que s'executen automàticament cada vegada que s'ingereix un document. Cada pas pot transformar, enriquir o enrutar el document.", - "help.workflows_heading": "Fluxos de treball i Canonades", - "help.workflows_step_1": "Converteix a PDF", - "help.workflows_step_1_create": "Ves a Canonades al menú principal.", - "help.workflows_step_2": "OCR – extreu text", - "help.workflows_step_2_create": "Fes clic a «Nova canonada» i posa-li un nom.", - "help.workflows_step_3": "Extracció de metadades amb IA", + "help.support_admin_message": "Contacta amb el teu administrador per a informació sobre suport.", + "help.support_description": "No trobes el que busques? El nostre equip de suport està aquí per ajudar.", + "help.support_heading": "Contacta amb Suport", + "help.support_live_chat": "Xat en viu disponible – feu clic a la bombolla de xat per iniciar una conversa.", + "help.support_ticket_button": "Envia un Ticket", + "help.support_ticket_desc": "Ompliu el formulari a continuació i el nostre equip de suport es posarà en contacte amb vosaltres tan aviat com sigui possible.", + "help.support_ticket_heading": "Obre un Ticket de Suport", + "help.title": "Centre d'Ajuda", + "help.workflows_creating": "Creant una Cadena", + "help.workflows_definition": "Una Cadena és una sèrie de passos de processament que s'executen automàticament cada cop que s'ingesta un document. Cada pas pot transformar, enriquir o dirigir el document.", + "help.workflows_heading": "Fluxos de Treball i Cadenes", + "help.workflows_step_1": "Convertir a PDF", + "help.workflows_step_1_create": "Vés a Canalitzadors al menú principal.", + "help.workflows_step_1_full": "Convertir a PDF – tots els fitxers entrants s'normalitzen a un format PDF consistent.", + "help.workflows_step_2": "OCR – extreure text", + "help.workflows_step_2_create": "Fes clic a Nou Canalitzador i dóna-li un nom.", + "help.workflows_step_2_full": "OCR – extraieu text seleccionable de pàgines escanejades utilitzant Azure Document Intelligence o el motor incorporat.", + "help.workflows_step_3": "Extracció de metadades AI", "help.workflows_step_3_create": "Afegeix els passos de processament que necessites.", - "help.workflows_step_4": "Lliura a una o més destinacions", + "help.workflows_step_3_full": "Extracció de metadades d'IA – classifiqueu el tipus de document i extreu camps clau com quantitats, dates i noms utilitzant OpenAI.", + "help.workflows_step_4": "Entrega a una o més destinacions", "help.workflows_step_4_create": "Tria una o més destinacions de lliurament.", - "help.workflows_step_5_create": "Desa: els nous documents es processaran automàticament a través d'aquesta canonada.", - "help.workflows_typical_steps": "Passos típics", - "help.workflows_what_is": "Què és una canonada?", - "index.badge_intelligent": "Processament intel·ligent de documents", - "index.button_browse_files": "Navega pels fitxers", - "index.button_upload": "Puja", + "help.workflows_step_5_create": "Desa – els documents nous es processaran automàticament a través d'aquest canalitzador.", + "help.workflows_typical_steps": "Passos Típics", + "help.workflows_what_is": "Què és un Canalitzador?", + "index.badge_intelligent": "Processament de Documents Intel·ligents", + "index.button_browse_files": "Navegar per Fitxers", + "index.button_upload": "Pujar", "index.capabilities_cloud": "Emmagatzematge al núvol: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Ingestió de documents per correu i URL", - "index.capabilities_ocr": "OCR i extracció de metadades amb IA", - "index.capabilities_paperless": "Integració amb Paperless-ngx per a la gestió de documents", + "index.capabilities_ingestion": "Ingesta de documents basada en correu electrònic i URL", + "index.capabilities_ocr": "OCR i extracció de metadades amb AI", + "index.capabilities_paperless": "Integració Paperless-ngx per a la gestió de documents", "index.capabilities_title": "Capacitats", - "index.capabilities_workflows": "Fluxos de treball automatitzats de classificació i enrutament", - "index.cta_description": "Uneix-te als equips que ja automatitzen el seu processament de documents amb DocuElevate.", - "index.cta_heading": "Preparat/da per elevar el teu flux de treball documental?", - "index.cta_pricing": "Consulta els preus", + "index.capabilities_workflows": "Classificació automatitzada i fluxos de treball de ruteig", + "index.cta_description": "Uneix-te a equips que ja estan automatitzant el seu processament de documents amb DocuElevate.", + "index.cta_heading": "Preparat per elevar el teu flux de treball documental?", + "index.cta_pricing": "Veure preus", "index.cta_signup": "Crea un compte gratuït", - "index.dashboard_subtitle": "Processament i gestió intel·ligent de documents", - "index.dashboard_subtitle_teams": "Processament i gestió intel·ligent de documents — creat per a equips", - "index.feature_ai": "Extracció de metadades amb IA", - "index.feature_ai_desc": "OpenAI, Claude, Gemini i altres proveïdors d'IA connectables classifiquen documents i extreuen camps clau com dates, imports i assumptes.", - "index.feature_cloud": "Emmagatzematge multicloud", - "index.feature_cloud_desc": "Enruta els fitxers processats a Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP i més.", - "index.feature_email": "Ingestió per correu i IMAP", - "index.feature_email_desc": "Extreu automàticament documents de Gmail o qualsevol bústia IMAP: no calen pujades manuals.", - "index.feature_ocr": "OCR i extracció de text", + "index.dashboard_subtitle": "Processament i gestió intel·ligents de documents", + "index.dashboard_subtitle_teams": "Processament i gestió intel·ligents de documents — construït per a equips", + "index.feature_ai": "Extracció de Metadades AI", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, i altres proveïdors d'AI plug-in classifiquen documents i extreuen camps clau com dates, quantitats i temes.", + "index.feature_cloud": "Emmagatzematge Multi-Núvol", + "index.feature_cloud_desc": "Ruteja fitxers processats a Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP i més.", + "index.feature_email": "Ingesta de Correu Electrònic i IMAP", + "index.feature_email_desc": "Extreu automàticament documents de Gmail o qualsevol bústia IMAP — sense uploads manual necessàries.", + "index.feature_ocr": "OCR i Extracció de Text", "index.feature_ocr_desc": "Azure Document Intelligence converteix PDFs escanejats i imatges en text totalment cercable automàticament.", - "index.feature_pipelines": "Canonades personalitzades", - "index.feature_pipelines_desc": "Crea canonades de processament amb passos configurables: OCR, extracció amb IA, conversió de format i enrutament d'emmagatzematge en qualsevol ordre.", - "index.feature_search": "Cerca de text complet", - "index.feature_search_desc": "Troba instantàniament qualsevol document per contingut, metadades o etiquetes a tot el teu arxiu.", + "index.feature_pipelines": "Canalitzadors Personalitzats", + "index.feature_pipelines_desc": "Construeix canalitzadors de processament amb passos configurables — OCR, extracció AI, conversió de format i ruteig d'emmagatzematge en qualsevol ordre.", + "index.feature_search": "Cerca de Text Completa", + "index.feature_search_desc": "Troba instantàniament qualsevol document pel contingut, metadades o etiquetes a tot el teu arxiu.", "index.feature_section_title": "Tot el que necessites per a fluxos de treball documentals intel·ligents", - "index.getting_started": "Primers passos", - "index.getting_started_1": "Configura les integracions a l'estat del sistema", + "index.getting_started": "Començant", + "index.getting_started_1": "Configureu les integracions a través de l'Estat del Sistema", "index.getting_started_2": "Puja el teu primer document", - "index.getting_started_3": "Revisa els resultats a Fitxers", + "index.getting_started_3": "Revisa els resultats a Arxius", "index.getting_started_learn": "Aprèn més sobre DocuElevate", - "index.hero_description": "DocuElevate ingereix els teus documents, executa l'OCR, extreu metadades amb IA i enruta fitxers a Dropbox, Google Drive, OneDrive, S3, Nextcloud i més, tot en una canonada perfecta.", - "index.hero_heading": "De la pujada a la comprensió — automàticament.", - "index.hero_login": "Inicia sessió", - "index.hero_pricing": "Consulta plans i preus", + "index.hero_description": "DocuElevate ingereix els teus documents, executa OCR, extreu metadades amb IA, i ruta arxius a Dropbox, Google Drive, OneDrive, S3, Nextcloud, i més — tot en una sola canalització sense costures.", + "index.hero_heading": "De la càrrega a la informació — automàticament.", + "index.hero_login": "Iniciar Sessió", + "index.hero_pricing": "Veure Plans i Preus", "index.hero_signup": "Comença — és gratuït", "index.integrations_active": "Integracions actives", - "index.integrations_storage": "Destinacions d'emmagatzematge", + "index.integrations_storage": "Targets d'emmagatzematge", "index.integrations_title": "Integracions", - "index.integrations_view_status": "Visualitza l'estat del sistema", - "index.page_title_dashboard": "Tauler de control", - "index.page_title_public": "Processament intel·ligent de documents", - "index.platform_overview": "Visió general de la plataforma", - "index.quick_actions": "Accions ràpides", - "index.quick_documents": "Els meus documents", - "index.quick_documents_desc": "Navega pels fitxers processats", + "index.integrations_view_status": "Veure l'estat del sistema", + "index.page_title_dashboard": "Tauler de Control", + "index.page_title_public": "Processament de Documents Intel·ligents", + "index.platform_overview": "Visió general de la Plataforma", + "index.processing_stats": "Estadístiques de processament", + "index.quick_actions": "Accions Ràpides", + "index.quick_documents": "Els Meus Documents", + "index.quick_documents_desc": "Explora els teus fitxers processats", "index.quick_search": "Cerca", - "index.quick_search_desc": "Cerca de text complet als documents", - "index.quick_subscription": "La meva subscripció", - "index.quick_subscription_desc": "Consulta els detalls del pla i l'ús", - "index.quick_system_status": "Estat del sistema", - "index.quick_system_status_desc": "Comprova l'estat de la integració", - "index.quick_upload": "Puja un document", + "index.quick_search_desc": "Cerca de text complet a través de documents", + "index.quick_subscription": "La Meva Subscripció", + "index.quick_subscription_desc": "Veure detalls del pla i ús", + "index.quick_system_status": "Estat del Sistema", + "index.quick_system_status_desc": "Comprova la salut de les integracions", + "index.quick_upload": "Pujar Document", "index.quick_upload_desc": "Processa un nou fitxer", - "index.quick_view_files": "Visualitza tots els fitxers", - "index.quick_view_files_desc": "Navega pels documents processats", - "index.single_user_heading": "Tauler de control de DocuElevate", - "index.single_user_subtitle": "Processament i gestió intel·ligent de documents", - "index.stat_active_integrations": "Integracions actives", + "index.quick_view_files": "Veure Tots els Arxius", + "index.quick_view_files_desc": "Explora documents processats", + "index.single_user_heading": "Tauler de Control de DocuElevate", + "index.single_user_subtitle": "Processament i gestió de documents intel·ligents", + "index.stat_active_integrations": "Integracions Actives", "index.stat_active_users": "Usuaris actius", - "index.stat_files_month": "Fitxers aquest mes", - "index.stat_files_today": "Fitxers avui", - "index.stat_storage_targets": "Destinacions d'emmagatzematge", - "index.stat_total_files": "Total de fitxers", + "index.stat_files_month": "Arxius aquest mes", + "index.stat_files_ocr": "Fitxers amb OCR", + "index.stat_files_today": "Arxius avui", + "index.stat_storage_targets": "Targets d'Emmagatzematge", + "index.stat_this_month": "Aquest mes", + "index.stat_today": "Avui", + "index.stat_total_files": "Total d'arxius", + "index.stat_total_processed": "Total processat", "index.tier_plan": "Pla", "index.tier_upgrade": "Millora", - "index.tier_view_details": "Visualitza els detalls complets", - "index.upgrade_daily_limits": "Límits diaris i mensuals més alts", + "index.tier_view_details": "Veure detalls complets", + "index.upgrade_daily_limits": "Més límits diaris i mensuals", "index.upgrade_description": "Desbloqueja més documents, més destinacions i suport prioritari.", "index.upgrade_destinations": "Més destinacions d'emmagatzematge", "index.upgrade_ocr_pages": "Més pàgines OCR", - "index.upgrade_plan": "Millora el teu pla", - "index.upgrade_view_pricing": "Consulta plans i preus", - "index.usage_lifetime": "Fitxers totals", - "index.usage_month": "Fitxers aquest mes", + "index.upgrade_plan": "Actualitza el teu pla", + "index.upgrade_view_pricing": "Veure plans i preus", + "index.usage_lifetime": "Arxius amb vida útil", + "index.usage_month": "Arxius aquest mes", "index.usage_my_usage": "El meu ús", - "index.usage_today": "Fitxers avui", + "index.usage_today": "Arxius avui", "index.usage_unlimited": "Il·limitat", - "integrations.configure": "Configura", - "integrations.connect": "Connecta", + "integrations.access_key_label": "ID de la Clau d'Accés", + "integrations.active_label": "Actiu", + "integrations.add_button": "Afegir Integració", + "integrations.add_first_button": "Afegiu la vostra primera integració", + "integrations.api_token_label": "Token API", + "integrations.authorize_btn": "Autoritzar", + "integrations.authorize_reauth": "Reautoritzar", + "integrations.bucket_label": "Cistella", + "integrations.configure": "Configurar", + "integrations.connect": "Connectar", "integrations.connected": "Connectat", - "integrations.disconnect": "Desconnecta", + "integrations.connection_failed": "La connexió ha fallat", + "integrations.connection_success": "Connexió exitosa", + "integrations.delete_confirm_are_you_sure": "Esteu segur que voleu eliminar", + "integrations.delete_confirm_title": "Eliminar Integració?", + "integrations.delete_confirm_undone": "Aquesta acció no es pot desfer.", + "integrations.delete_emails_label": "Eliminar correus electrònics després del processament", + "integrations.delete_files_label": "Eliminar fitxers després del processament", + "integrations.destinations_quota_label": "Destinacions d'emmagatzematge:", + "integrations.destinations_section": "Destinacions", + "integrations.direction_destination": "Destinació (emmagatzematge)", + "integrations.direction_label": "Direcció", + "integrations.direction_placeholder": "\u0015 Select \u0015", + "integrations.direction_source": "Font (ingestió)", + "integrations.disconnect": "Desconnectar", + "integrations.email_settings": "Configuració de reencaminament de correu electrònic", "integrations.empty_state": "No hi ha integracions configurades", + "integrations.endpoint_label": "URL de l'endpoint", + "integrations.endpoint_optional": "(opcional, per a S3-compatible)", "integrations.folder_label": "Carpeta", - "integrations.host_label": "Servidor", + "integrations.folder_optional": "(opcional)", + "integrations.folder_path_label": "Ruta de la carpeta", + "integrations.folder_prefix_label": "Prefix de la carpeta", + "integrations.generic_settings_hint": "La configuració per aquest tipus d'integració es pot proporcionar com a JSON després de la creació mitjançant l'API.", + "integrations.gmail_hint": "Etiquetes i estrelles de Gmail: quan està habilitat, els correus electrònics processats es marquen amb una estrella i s'etiqueten amb una etiqueta \"Ingested\" a Gmail. Aplica només a servidors de Gmail.", + "integrations.gmail_labels": "Aplicar etiquetes de Gmail i estrella", + "integrations.host_label": "Amfitriona", "integrations.imap_settings": "Configuració IMAP", + "integrations.loading": "Carregant integracions\u0015", + "integrations.modal_close": "Tancar modal", + "integrations.modal_title_add": "Afegir Integració", + "integrations.modal_title_edit": "Editar Integració", + "integrations.name_label": "Etiqueta", + "integrations.name_placeholder": "per exemple, Gmail de Treball, Arxiu S3", + "integrations.nextcloud_settings": "Configuració de Nextcloud", + "integrations.nextcloud_url_label": "URL de Nextcloud", + "integrations.no_integrations_body": "Afegiu la vostra primera integració per connectar fonts d'ingesta (com IMAP) i destinacions d'emmagatzematge (com S3, Dropbox o Google Drive).", "integrations.not_connected": "No connectat", + "integrations.oauth_folder_label": "Carpeta", + "integrations.oauth_hint": "Desa primer aquesta integració, després utilitza el botó Autoritzar per completar el flux OAuth. Les teves credencials es desaran de manera segura en el teu registre d'integració personal.", "integrations.page_title": "Integracions", + "integrations.paperless_settings": "Configuració de Paperless NGX", "integrations.password_label": "Contrasenya", + "integrations.paused": "Pausa", + "integrations.plan_label": "Pla:", "integrations.port_label": "Port", + "integrations.quota_not_available": "(no disponible)", + "integrations.quota_unlimited": "/ il·limitat", + "integrations.recipient_label": "Correu electrònic del destinatari", + "integrations.region_label": "Regió", + "integrations.remote_path_label": "Cami remot", + "integrations.s3_prefix_label": "Prefix (ruta de carpeta)", + "integrations.s3_settings": "Configuració de S3", + "integrations.secret_key_label": "Clau d'accés secreta", + "integrations.show_password": "Mostra la contrasenya", + "integrations.show_secrets": "Mostra els secrets", + "integrations.show_token": "Mostra el token", + "integrations.source_local": "Sistema de fitxers local", + "integrations.source_type_label": "Tipus de font", + "integrations.sources_quota_label": "Fonts de correu:", + "integrations.sources_section": "Fonts", + "integrations.subtitle": "Gestiona les teves fonts d'ingesta i destinacions d'emmagatzematge en un sol lloc.", "integrations.title": "Integracions", + "integrations.type_label": "Tipus d'integració", + "integrations.type_placeholder": "\u00040 Selecciona direcció primer \u00040", + "integrations.upgrade_plan": "Actualitza el pla", + "integrations.use_ssl": "Utilitza SSL", "integrations.username_label": "Nom d'usuari", + "integrations.watch_folder_settings": "Configuració de Carpeta Vigilada", + "integrations.webdav_settings": "Configuració de WebDAV", + "integrations.webdav_url_label": "URL de WebDAV", + "integrations.webhook_heading": "Ingesta de Webhook", + "integrations.webhook_how_heading": "Com funciona l'Ingesta de Webhook", + "integrations.webhook_how_text": "Una integració de webhook permet als sistemes externs enviar documents directament a DocuElevate a través de l'API REST. En lloc que DocuElevate estigui mirant nous fitxers (com IMAP), la teva aplicació envia fitxers a DocuElevate mitjançant una sol·licitud HTTP amb un token d'API per a l'autenticació.", + "integrations.webhook_ideal_text": "Això és ideal per a pipelines CI/CD, scripts d'automatització, integracions d'escaner, o qualsevol sistema que genera documents i necessita enviar-los per al processament.", + "integrations.webhook_quick_start": "Inici ràpid", + "integrations.webhook_security_tip": "Crea un token d'API dedicat per a cada integració i revoca'l immediatament si es compromès. Els tokens es poden gestionar a la pàgina de Tokens d'API.", + "integrations.webhook_step1": "Ves a {api_tokens_link} i crea un token personal.", + "integrations.webhook_upload_with_token": "Utilitza el token per penjar documents a través de l'API:", "language.bg": "Български", "language.ca": "Català", "language.change_success": "Idioma canviat a {language}", @@ -592,44 +699,48 @@ "language.da": "Dansk", "language.de": "Deutsch", "language.el": "Ελληνικά", - "language.en": "English", + "language.en": "Anglès", "language.es": "Español", "language.et": "Eesti", "language.fi": "Suomi", "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Idioma", - "language.selector_label": "Selecciona l'idioma", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "Quant a", - "nav.admin": "Administració", - "nav.admin.audit_logs": "Registres d'auditoria", + "language.hu": "Hongarès", + "language.is": "Islandès", + "language.it": "Italian", + "language.lb": "Lluçemburgués", + "language.lt": "Lituà", + "language.lv": "Llatvià", + "language.nb": "Noruec", + "language.nl": "Neerlandès", + "language.no_results": "No s'han trobat llengües", + "language.pl": "Polonès", + "language.pt": "Portuguès", + "language.ro": "Romanès", + "language.ru": "Rus", + "language.search_placeholder": "Cerca llengües\u00168", + "language.selector": "Llengua", + "language.selector_label": "Selecciona la llengua", + "language.sk": "Eslovac", + "language.sl": "Eslovè", + "language.sv": "Suec", + "language.tr": "Turc", + "language.uk": "Ucraïnès", + "language.zh": "Xinès", + "nav.about": "Sobre", + "nav.account_menu": "Menú del compte", + "nav.account_menu_for": "Menú del compte per a {name}", + "nav.admin": "Administrador", + "nav.admin.audit_logs": "Registres d'Auditoria", "nav.admin.backups": "Còpies de seguretat", "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Tasques programades", + "nav.admin.scheduled_jobs": "Feines programades", "nav.admin.users": "Usuaris", - "nav.admin_actions": "Accions d'administrador", - "nav.admin_menu": "Menú d'administrador", - "nav.api_docs": "Docs de l'API", - "nav.api_tokens": "Testimonis d'API", + "nav.admin_actions": "Accions d'Administrador", + "nav.admin_menu": "Menú d'Administrador", + "nav.api_docs": "Docs API", + "nav.api_tokens": "Tokens API", "nav.backup_restore": "Còpia de seguretat i restauració", "nav.credentials": "Credencials", "nav.dark_mode": "Mode fosc", @@ -638,198 +749,237 @@ "nav.duplicates": "Duplicats", "nav.file_manager": "Gestor de fitxers", "nav.files": "Fitxers", + "nav.get_started": "Començar", "nav.help": "Ajuda", "nav.help_center": "Centre d'ajuda", - "nav.imap": "Importació de correu", + "nav.imap": "Importació de correu electrònic", "nav.integrations": "Integracions", "nav.light_mode": "Mode clar", - "nav.login": "Inicia sessió", - "nav.logout": "Tanca la sessió", + "nav.login": "Iniciar sessió", + "nav.logout": "Tancar sessió", "nav.main_navigation": "Navegació principal", + "nav.my_subscription": "La meva subscripció", "nav.notifications": "Notificacions", - "nav.open_main_menu": "Obre el menú principal", - "nav.pipelines": "Canonades", + "nav.open_main_menu": "Obrir el menú principal", + "nav.pipelines": "Pipelines", "nav.plan_designer": "Dissenyador de plans", "nav.pricing": "Preus", "nav.profile": "Perfil", + "nav.profile_settings": "Configuració del perfil", "nav.queue": "Cua", "nav.queue_monitor": "Monitor de cua", - "nav.scheduled_jobs": "Tasques programades", + "nav.scheduled_jobs": "Feines programades", "nav.search": "Cerca", "nav.settings": "Configuració", "nav.shared_links": "Enllaços compartits", - "nav.signup": "Registra't", + "nav.sign_out": "Tancar sessió", + "nav.signup": "Inscriure's", "nav.similarity": "Similitud", - "nav.skip_to_content": "Salta al contingut principal", + "nav.skip_to_content": "Salt a contingut principal", "nav.status": "Estat", "nav.subscription": "Subscripció", - "nav.toggle_dark_mode": "Canvia el mode fosc", - "nav.toggle_nav": "Canvia el menú de navegació", - "nav.upload": "Puja", + "nav.toggle_dark_mode": "Activar mode fosc", + "nav.toggle_nav": "Activar menú de navegació", + "nav.upload": "Pujar", "nav.users": "Usuaris", "nav.version": "Informació de versió", "notifications.filter_all": "Tot", "notifications.filter_read": "Només llegits", "notifications.filter_unread": "Només no llegits", - "notifications.manage_desc": "Gestiona la teva safata d'entrada de notificacions, destinacions i preferències d'esdeveniments", - "notifications.mark_all_read": "Marca-les totes com a llegides", - "notifications.mark_all_read_btn": "Marca totes com a llegides", - "notifications.mark_read": "Marca com a llegida", + "notifications.manage_desc": "Gestiona la teva bústia de notificacions, objectius i preferències d'esdeveniments", + "notifications.mark_all_read": "Marcar tots com a llegits", + "notifications.mark_all_read_btn": "Marcar tots llegits", + "notifications.mark_read": "Marcar com a llegit", "notifications.no_notifications": "No hi ha notificacions", "notifications.page_title": "Notificacions", - "notifications.tab_inbox": "Safata d'entrada", + "notifications.tab_inbox": "Bústia d'entrada", "notifications.tab_settings": "Configuració", "notifications.title": "Notificacions", "notifications.unread_count": "{count} notificacions no llegides", - "pipelines.active_label": "Activa", - "pipelines.add_step_btn": "Afegeix un pas", - "pipelines.create": "Crea una canonada", - "pipelines.custom_label_label": "Etiqueta personalitzada", - "pipelines.default_label": "Per defecte", + "pipelines.active_label": "Actiu", + "pipelines.add_step_btn": "Afegir Pas", + "pipelines.create": "Crear Pipeline", + "pipelines.custom_label_label": "Etiqueta Personalitzada", + "pipelines.default_label": "Per Defecte", "pipelines.description_label": "Descripció", "pipelines.description_placeholder": "Descripció opcional", - "pipelines.disabled_label": "Desactivada", - "pipelines.edit": "Edita la canonada", - "pipelines.empty_state": "Encara no hi ha canonades", - "pipelines.empty_state_hint": "Crea la teva primera canonada per definir fluxos de treball de processament de documents personalitzats.", - "pipelines.enabled_label": "Activada", - "pipelines.force_cloud_ocr_label": "Força l'OCR al núvol (omet l'extracció de text local)", - "pipelines.inactive_label": "Inactiva", - "pipelines.loading": "Carregant canonades…", - "pipelines.name_placeholder": "La meva canonada", - "pipelines.new_pipeline_btn": "Nova canonada", - "pipelines.no_steps": "No s'han definit passos. Afegeix un pas per començar a crear la teva canonada.", - "pipelines.ocr_auto": "Automàtic (utilitza el valor predeterminat del sistema)", - "pipelines.ocr_language_hint": "Sobreescriu la configuració d'idioma global per a Tesseract/EasyOCR. Azure i Mistral detecten l'idioma automàticament.", - "pipelines.ocr_language_label": "Idioma OCR", + "pipelines.disabled_label": "Deshabilitat", + "pipelines.edit": "Editar Pipeline", + "pipelines.empty_state": "No hi ha pipelines encara", + "pipelines.empty_state_hint": "Crea el teu primer pipeline per definir fluxos de treball de processament de documents personalitzats.", + "pipelines.enabled_label": "Habilitat", + "pipelines.force_cloud_ocr_label": "Forçar OCR en núvol (salt de l'extracció de text local)", + "pipelines.inactive_label": "Inactiu", + "pipelines.loading": "Carregant pipelines\u000206", + "pipelines.name_placeholder": "El meu pipeline", + "pipelines.new_pipeline_btn": "Nou Pipeline", + "pipelines.no_steps": "Sense passos definits. Afegiu un pas per començar a construir el vostre pipeline.", + "pipelines.ocr_auto": "Automàtic (fer servir la configuració predeterminada del sistema)", + "pipelines.ocr_language_hint": "Substitueix la configuració de llengua global per a Tesseract/EasyOCR. Azure i Mistral detecten automàticament la llengua.", + "pipelines.ocr_language_label": "Llengua OCR", "pipelines.optional_suffix": "(opcional)", - "pipelines.page_title": "Canonades de processament", - "pipelines.set_default": "Estableix com a canonada predeterminada", - "pipelines.step_label_placeholder": "Sobreescriu el nom del pas per defecte", - "pipelines.step_type_label": "Tipus de pas", + "pipelines.page_title": "Processament de Pipelines", + "pipelines.set_default": "Establir com el meu pipeline per defecte", + "pipelines.step_label_placeholder": "Substitueix el nom del pas per defecte", + "pipelines.step_type_label": "Tipus de Pas", "pipelines.subtitle_intro": "Defineix i gestiona fluxos de treball de processament de documents personalitzats.", "pipelines.subtitle_system_post": "insígnia i són visibles per a tots els usuaris.", - "pipelines.subtitle_system_pre": "Les canonades del sistema (creades pels administradors) es mostren amb una", + "pipelines.subtitle_system_pre": "Els pipelines del sistema (creats per administradors) es mostren amb una", "pipelines.system_label": "Sistema", - "pipelines.system_pipeline_label": "Canonada del sistema (visible per a tots els usuaris)", - "pipelines.title": "Canonades de processament", - "queue.active_tasks": "Tasques actives", - "queue.auto_refresh_1": "S'actualitza automàticament cada", + "pipelines.system_pipeline_label": "Pipeline del sistema (visible per a tots els usuaris)", + "pipelines.title": "Processament de Pipelines", + "profile.avatar_alt": "La teva imatge de perfil", + "profile.avatar_heading": "Imatge de perfil", + "profile.avatar_remove": "Eliminar avatar personalitzat", + "profile.avatar_upload_hint": "Puja una imatge JPEG, PNG, GIF o WebP de fins a 2 MB. Si no es configura cap imatge personalitzada, es mostrarà el teu {gravatar}.", + "profile.choose_image": "Escollir imatge\u000206", + "profile.confirm_password": "Confirmar nova contrasenya", + "profile.contact_email_hint": "S'usa per a notificacions del sistema. Això no canvia el teu correu electrònic d'inici de sessió.", + "profile.contact_email_label": "Correu electrònic de contacte / notificació", + "profile.contact_email_placeholder": "tu@example.com", + "profile.current_password": "Contrasenya actual", + "profile.dismiss": "Descartar", + "profile.display_name_hint": "Deixa en blanc per utilitzar el nom d'usuari o correu electrònic del teu compte.", + "profile.display_name_label": "Nom a mostrar", + "profile.display_name_placeholder": "El teu nom tal com es mostra a la interfície", + "profile.general_heading": "Informació general", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Configuració del perfil", + "profile.language_auto_detect": "Detecció automàtica (del navegador)", + "profile.language_hint": "Escull la teva llengua d'interfície preferida. \u0004Cuda detecció automàtica\u0004 segueix les configuracions del teu navegador.", + "profile.language_label": "Llengua de la interfície", + "profile.new_password": "Nova contrasenya", + "profile.new_password_hint": "Mínim 8 caràcters.", + "profile.page_title": "Configuració del perfil \u0004 DocuElevate", + "profile.password_heading": "Canviar contrasenya", + "profile.preferences_heading": "Preferències", + "profile.save_button": "Desar canvis", + "profile.saving": "Desant\u000206", + "profile.subtitle": "Gestiona el teu nom a mostrar, avatar, llengua i preferències del tema.", + "profile.theme_dark": "Fosc", + "profile.theme_hint": "\u0004Sistema predeterminat\u0004 segueix la configuració del mode fosc del teu dispositiu.", + "profile.theme_label": "Esquema de colors", + "profile.theme_light": "Clar", + "profile.theme_system": "Sistema predeterminat", + "profile.update_password": "Actualitzar contrasenya", + "profile.updating": "Actualitzant\u00115", + "queue.active_tasks": "Tasques Actives", + "queue.auto_refresh_1": "Actualitza automàticament cada", "queue.auto_refresh_2": "segons", "queue.col_arguments": "Arguments", - "queue.col_current_step": "Pas actual", + "queue.col_current_step": "Pas Actual", "queue.col_file": "Fitxer", "queue.col_files": "Fitxers", "queue.col_queue": "Cua", "queue.col_state": "Estat", - "queue.col_task": "Tasca", - "queue.col_task_id": "ID de tasca", - "queue.files_processing": "Fitxers en processament", - "queue.heading": "Monitor de cua", - "queue.last_updated": "Darrera actualització:", - "queue.loading_stats": "Carregant estadístiques de la cua…", - "queue.no_active_tasks": "No hi ha tasques actives", + "queue.col_task": "Tasques", + "queue.col_task_id": "ID de la tasca", + "queue.files_processing": "Fitxers Processant", + "queue.heading": "Monitor de Cua", + "queue.last_updated": "Última actualització:", + "queue.loading_stats": "Carregant estadístiques de la cua\u0000 ", + "queue.no_active_tasks": "Sense tasques actives", "queue.no_data": "Sense dades", - "queue.no_files_processing": "Ara no s'estan processant fitxers", - "queue.page_title": "Monitor de cua", - "queue.processing_pipeline": "Canonada de processament", - "queue.queued_tasks": "Tasques en cua", - "queue.recently_processing": "Fitxers processats recentment", + "queue.no_files_processing": "Actualment no hi ha fitxers processant-se", + "queue.page_title": "Monitor de Cua", + "queue.processing_pipeline": "Cicle de Processament", + "queue.queued_tasks": "Tasques en Cua", + "queue.recently_processing": "Fitxers Recentment Processant", "queue.redis_queues": "Cues de Redis", - "queue.subtitle": "Vista en temps real de la canonada de processament de documents i les cues de tasques de Celery.", - "queue.workers_online": "Treballadors en línia", + "queue.subtitle": "Vista en temps real del cicle de processament de documents i les cues de tasques de Celery.", + "queue.workers_online": "Treballadors En Línia", "search.button": "Cerca", - "search.error_message": "La cerca no està disponible temporalment. Torna-ho a intentar en un moment.", - "search.filter_aria_clear": "Esborra tots els filtres", - "search.filter_clear_button": "Esborra els filtres", - "search.filter_date_from": "Data des de", - "search.filter_date_to": "Data fins a", - "search.filter_document_type": "Tipus de document", + "search.error_message": "La cerca no està disponible temporalment. Si us plau, torna a intentar-ho d'aquí a un moment.", + "search.filter_aria_clear": "Esborrar tots els filtres", + "search.filter_clear_button": "Esborrar Filtres", + "search.filter_date_from": "Data De", + "search.filter_date_to": "Data Fins", + "search.filter_document_type": "Tipus de Document", "search.filter_document_type_placeholder": "p. ex. Factura", "search.filter_language": "Idioma", - "search.filter_language_placeholder": "p. ex. ca", + "search.filter_language_placeholder": "p. ex. de", "search.filter_sender": "Remitent", "search.filter_sender_placeholder": "p. ex. ACME Corp", "search.filter_tags": "Etiquetes", "search.filter_tags_placeholder": "p. ex. amazon", - "search.filter_text_quality": "Qualitat del text", - "search.filter_text_quality_all": "Tot", - "search.filter_text_quality_high": "Alta", - "search.filter_text_quality_low": "Baixa", - "search.filter_text_quality_medium": "Mitjana", + "search.filter_text_quality": "Qualitat del Text", + "search.filter_text_quality_all": "Tots", + "search.filter_text_quality_high": "Alt", + "search.filter_text_quality_low": "Baix", + "search.filter_text_quality_medium": "Mitjà", "search.filter_text_quality_no_text": "Sense text", - "search.heading": "Cerca de documents", + "search.heading": "Cerca de Documents", "search.input_aria_label": "Cerca documents", "search.input_placeholder": "Cerca documents per contingut, remitent, etiquetes, tipus...", - "search.loading_indicator": "Cercant…", + "search.loading_indicator": "Cercant\u001026", "search.no_results": "No s'han trobat resultats", - "search.page_title": "Cerca documents", + "search.page_title": "Cerca Documents", "search.placeholder": "Cerca per nom de fitxer, contingut, etiquetes...", - "search.result_empty": "No s'han trobat documents que coincideixin amb la teva consulta.", - "search.results_count": "S'han trobat {count} resultats", + "search.result_empty": "No s'han trobat documents que coincideixin amb la seva consulta.", + "search.results_count": "{count} resultats trobats", "search.saved_aria_save": "Desa la cerca actual", - "search.saved_button": "Desa l'actual", + "search.saved_button": "Desa Actual", "search.saved_empty": "Encara no hi ha cerques desades", "search.saved_error": "No s'han pogut carregar les cerques desades", - "search.saved_label": "Cerques desades", + "search.saved_label": "Cerques Desades", "search.saved_loading": "Carregant...", - "search.title": "Cerca documents", - "settings.audit_log_btn": "Registre d'auditoria", + "search.title": "Cerca Documents", + "settings.audit_log_btn": "Log d'auditoria", "settings.autocomplete_hint": "Escriu per cercar valors coneguts o introdueix qualsevol valor personalitzat.", - "settings.autocomplete_no_matches": "Sense coincidències — encara pots escriure un valor personalitzat", - "settings.autocomplete_placeholder": "Escriu per cercar o introdueix un valor…", - "settings.boolean_enable_prefix": "Activa", + "settings.autocomplete_no_matches": "Sense coincid&egrave;ncies \u00199 - encara pots escriure un valor personalitzat", + "settings.autocomplete_placeholder": "Escriu per cercar o introdueix un valor\u001026", + "settings.boolean_enable_prefix": "Activar", "settings.categories_aria": "Categories de configuració", "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "Assistent de BD", + "settings.db_wizard_btn": "Assistent de DB", "settings.effective_value_label": "Valor efectiu:", "settings.encrypted_suffix": "= xifrat en repòs", "settings.encrypted_title": "El valor està xifrat en repòs a la base de dades", - "settings.export_btn": "Exporta", - "settings.export_db_only": "Només configuració de BD", - "settings.export_full_config": "Configuració efectiva completa", - "settings.jump_to_category": "Salta a la categoria…", + "settings.export_btn": "Exportar", + "settings.export_db_only": "Només configuracions de DB", + "settings.export_full_config": "Configuració completa efectiva", + "settings.jump_to_category": "Salta a la categoria\u001026", "settings.manage_config_prefix": "Gestiona la configuració. Prioritat:", - "settings.model_picker_hint": "Tria de la llista o escriu qualsevol nom de model compatible amb el teu proveïdor.", - "settings.model_picker_placeholder": "Selecciona un model comú o escriu un nom personalitzat…", - "settings.no_results_clear": "esborra la cerca", - "settings.no_results_heading": "No s'ha trobat cap configuració", + "settings.model_picker_hint": "Tria de la llista o escriu qualsevol nom de model suportat pel teu proveïdor.", + "settings.model_picker_placeholder": "Selecciona un model comú o escriu un nom personalitzat\u001026", + "settings.no_results_clear": "netejar la cerca", + "settings.no_results_heading": "No s'han trobat configuracions", "settings.no_results_hint": "Prova un terme de cerca diferent o", - "settings.page_heading": "Configuració de l'aplicació", - "settings.required_label": "(obligatori)", - "settings.reset_confirm": "Estàs segur/a que vols restablir aquesta configuració?", - "settings.restart_required_suffix": "= cal reiniciar", - "settings.revert_btn": "Elimina de la BD", - "settings.revert_title": "Elimina la substitució de BD i reverteix a la variable d'entorn o al valor predeterminat", - "settings.reverting": "Revertint…", + "settings.page_heading": "Configuració de l'Aplicació", + "settings.required_label": "(requerit)", + "settings.reset_confirm": "Estàs segur que vols restablir aquesta configuració?", + "settings.restart_required_suffix": "= es requereix reinici", + "settings.revert_btn": "Eliminar de la DB", + "settings.revert_title": "Eliminar la sobreposició de la DB i tornar a la variable d'entorn o per defecte", + "settings.reverting": "Revertint\u00130", "settings.save_all_btn": "Desa tots els canvis", - "settings.save_error": "No s'ha pogut desar la configuració", + "settings.save_error": "Error en desar la configuració", "settings.save_setting_title": "Desa aquesta configuració", "settings.save_success": "Configuració desada correctament", - "settings.saving_state": "Desant…", - "settings.search_aria_label": "Cerca la configuració", - "settings.search_clear_aria": "Esborra la cerca", - "settings.search_placeholder": "Cerca la configuració per nom, clau o descripció…", + "settings.saving_state": "Desant\u00130", + "settings.search_aria_label": "Cerca configuracions", + "settings.search_clear_aria": "Esborrar cerca", + "settings.search_placeholder": "Cerca configuracions per nom, clau o descripció\u00130", "settings.settings_count_suffix": "configuracions", - "settings.source_db_badge": "BD", - "settings.source_default_badge": "DEFECTE", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "PER DEFECTE", "settings.source_env_badge": "ENV", - "settings.title": "Configuració", - "settings.toggle_visibility_aria": "Commuta la visibilitat de la contrasenya", - "settings.toggle_visibility_title": "Mostra/amaga el valor", - "settings.user_autocomplete_empty": "No s'han trobat usuaris coincidents", - "settings.user_autocomplete_hint": "Escriu per cercar usuaris existents per nom o introdueix qualsevol identificador manualment.", - "settings.user_autocomplete_placeholder": "Comença a escriure per cercar usuaris…", - "settings.wizard_btn": "Assistent", - "shared.col_expiry": "Caducitat", + "settings.title": "Configuracions", + "settings.toggle_visibility_aria": "Canvia la visibilitat de la contrasenya", + "settings.toggle_visibility_title": "Mostrar/ocultar valor", + "settings.user_autocomplete_empty": "No s'han trobat usuaris que coincidir", + "settings.user_autocomplete_hint": "Escriu per cercar usuaris existents per nom, o escriu manualment qualsevol identificador.", + "settings.user_autocomplete_placeholder": "Comença a escriure per cercar usuaris\u00130", + "settings.wizard_btn": "Assistència", + "shared.col_expiry": "Data de caducitat", "shared.col_file_label": "Fitxer / Etiqueta", "shared.col_link": "Enllaç", "shared.col_views": "Visualitzacions", "shared.copy_link_aria": "Copia l'enllaç al porta-retalls", "shared.copy_link_title": "Copia l'enllaç", - "shared.create_btn": "Crea un enllaç", - "shared.create_heading": "Crea un nou enllaç compartit", - "shared.creating": "Creant…", + "shared.create_btn": "Crear enllaç", + "shared.create_heading": "Crear un nou enllaç compartit", + "shared.creating": "Creant\u00130", "shared.expiry_12h": "12 hores", "shared.expiry_14d": "14 dies", "shared.expiry_1h": "1 hora", @@ -838,92 +988,127 @@ "shared.expiry_3d": "3 dies", "shared.expiry_6h": "6 hores", "shared.expiry_7d": "7 dies", - "shared.expiry_label": "Caducitat", + "shared.expiry_label": "Data de caducitat", "shared.expiry_never": "Mai", - "shared.file_id_help_post": "pàgina o a l'URL de detall del document.", + "shared.file_id_help_post": "pàgina o en l'URL de detalls del document.", "shared.file_id_help_pre": "Troba l'ID del fitxer a la", "shared.file_id_label": "ID del fitxer", "shared.file_id_placeholder": "p. ex. 42", "shared.files_link": "Fitxers", "shared.heading": "Enllaços compartits", "shared.label_label": "Etiqueta", - "shared.label_placeholder": "p. ex. Compartit amb en Joan", + "shared.label_placeholder": "p. ex. Compartit amb Bob", "shared.link_created": "Enllaç compartit creat!", "shared.link_created_help": "Copia i envia aquest enllaç al destinatari.", "shared.links_count_aria": "nombre d'enllaços", - "shared.max_downloads_label": "Descàrregues màximes", - "shared.no_links": "Encara no hi ha enllaços compartits. Crea'n un a dalt per començar.", - "shared.open_in_new_tab": "Obre en una pestanya nova", + "shared.max_downloads_label": "Màx. descàrregues", + "shared.no_links": "Encara no hi ha enllaços compartits. Crea un a dalt per començar.", + "shared.open_in_new_tab": "Obre en una nova pestanya", "shared.open_link_aria": "Obre l'enllaç compartit", "shared.optional": "(opcional)", "shared.page_title": "Enllaços compartits – DocuElevate", "shared.password_label": "Contrasenya", - "shared.password_placeholder": "Deixa en blanc per no tenir contrasenya", - "shared.password_protected": "Protegit amb contrasenya", + "shared.password_placeholder": "Deixa el camp en blanc si no necessites contrasenya", + "shared.password_protected": "Protegit per contrasenya", "shared.refresh_aria": "Actualitza la llista d'enllaços compartits", - "shared.revoke_aria_prefix": "Revoca l'enllaç compartit per a", - "shared.revoke_btn": "Revoca", + "shared.revoke_aria_prefix": "Revoca l'enllaç compartit per", + "shared.revoke_btn": "Revocar", "shared.status_active": "Actiu", "shared.status_expired": "Caducat", "shared.status_limit_reached": "Límit assolit", "shared.status_revoked": "Revocat", - "shared.subtitle": "Comparteix documents amb qualsevol persona mitjançant un enllaç limitat per temps o per visualitzacions. Els destinataris no necessiten un compte de DocuElevate. Els enllaços es poden protegir amb contrasenya i revocar en qualsevol moment.", + "shared.subtitle": "Comparteix documents amb qualsevol a través d'un enllaç amb límit de temps o de visualització. Els destinataris no necessiten un compte de DocuElevate. Els enllaços poden estar protegits per contrasenya i poden ser revocats en qualsevol moment.", "shared.table_aria": "Enllaços compartits", "shared.unlimited_placeholder": "Il·limitat", "shared.your_links": "Els teus enllaços compartits", - "similarity.backfill_auto": "La tasca en segon pla els calcularà automàticament cada 5 minuts, o bé pots", - "similarity.files_missing_text": "fitxer(s) tenen text OCR però encara no tenen incrustació.", - "similarity.find_pairs_btn": "Cerca parells", - "similarity.heading": "Similitud de documents", - "similarity.load_error": "No s'han pogut carregar els parells.", - "similarity.min_similarity_label": "Similitud mín.", - "similarity.no_pairs_detail": "Cap parell de documents supera el llindar de similitud.", - "similarity.no_pairs_heading": "No s'han trobat parells similars", - "similarity.page_title": "Similitud de documents - DocuElevate", - "similarity.pagination_aria": "Paginació dels parells de similitud", + "similarity.backfill_auto": "La tasca en segon pla els calcularà automàticament cada 5 minuts, o pots", + "similarity.files_missing_text": "fitxer(s) tenen text OCR però encara no tenen incrustacions.", + "similarity.find_pairs_btn": "Troba Paret", + "similarity.heading": "Similaritat de documents", + "similarity.load_error": "No s'ha pogut carregar les parelles.", + "similarity.min_similarity_label": "Min. similaritat", + "similarity.no_pairs_detail": "No hi ha parelles de documents que superin el llindar de similaritat.", + "similarity.no_pairs_heading": "No s'han trobat parelles similars", + "similarity.page_title": "Similitud de Documents - DocuElevate", + "similarity.pagination_aria": "Paginació de parells de similitud", "similarity.per_page_label": "Per pàgina", - "similarity.scanning": "Cercant parells de documents similars…", - "similarity.stat_embedding_model": "Model d'incrustació", - "similarity.stat_missing_embedding": "Incrustació mancant", - "similarity.stat_total_files": "Total de fitxers", - "similarity.stat_with_embedding": "Amb incrustació", + "similarity.scanning": "Escanejant parells de documents similars\n", + "similarity.stat_embedding_model": "Model d'Embutició", + "similarity.stat_missing_embedding": "Embutició Faltant", + "similarity.stat_total_files": "Fitxers Totals", + "similarity.stat_with_embedding": "Amb Embutició", "similarity.subtitle": "Parells de documents amb alta similitud semàntica, ordenats per puntuació.", - "similarity.trigger_aria": "Desencadena el càlcul d'incrustació per a tots els fitxers sense incrustació", - "similarity.trigger_now": "desencadena'l ara", - "status.app_version": "Versió de l'aplicació", - "status.build_date": "Data de compilació", + "similarity.trigger_aria": "Activar el càlcul d'embutició per a tots els fitxers que falten embuticions", + "similarity.trigger_now": "activa-ho ara", + "status.app_version": "Versió de l'App", + "status.build_date": "Data de Construcció", "status.container_id": "ID del contenidor", - "status.git_commit": "Commit de Git", - "status.last_check": "Darrera comprovació", - "status.page_title": "Estat del sistema", + "status.git_commit": "Compromís de Git", + "status.last_check": "Última Comprovació", + "status.page_title": "Estat del Sistema", "status.setting_label": "Configuració", "status.value_label": "Valor", - "upload.browse_button": "Navega pels fitxers", + "subscription.available_plans_heading": "Plans disponibles", + "subscription.back_to_dashboard": "Tornar al tauler de control", + "subscription.cancel_pending": "Cancel\u0002d canvi", + "subscription.cancel_scheduled": "Cancel\u0002d canvi programat", + "subscription.contact_sales": "Contactar vendes", + "subscription.current_badge": "Actual", + "subscription.current_plan": "Pla actual", + "subscription.current_plan_cta": "El teu pla actual", + "subscription.downgrade_to_prefix": "Dibuixada a", + "subscription.features_heading": "Qu\u0000 inclou el teu pla", + "subscription.free": "Gratuït", + "subscription.heading": "La meva subscripci\u0003", + "subscription.keep_plan_prefix": "Mantenir", + "subscription.lifetime_files": "Fitxers totals (per vida)", + "subscription.month_files": "Fitxers aquest mes", + "subscription.more_features_label": "m\u0003", + "subscription.page_title": "La meva subscripci\u0003 \u0011 DocuElevate", + "subscription.pending_badge": "Pendent", + "subscription.pending_benefits": "Mantens tots els beneficis del pla actual fins aleshores.", + "subscription.pending_on": "el", + "subscription.pending_title": "Canvi de pla pendent programat", + "subscription.pending_will_change": "El teu pla canvi\u0002 a", + "subscription.per_mo": "/mes", + "subscription.per_month": "/mes", + "subscription.since": "Des de", + "subscription.single_user_body": "Els nivells de subscripci\u0003 s'apliquen quan el mode multiusuari est\u0002 activat. La teva inst\u0003ncia actualment funcioni en mode d'usuari unic sense límits de processament. Un administrador pot habilitar el mode multiusuari mitjanant {settings_link}.", + "subscription.single_user_title": "El mode multiusuari no est\u0002 habilitat.", + "subscription.subtitle": "El teu pla actual, utilització i actualitzacions disponibles.", + "subscription.this_month_label": "aquest mes", + "subscription.today_files": "Fitxers avui", + "subscription.today_label": "avui", + "subscription.unlimited": "Il·limitat", + "subscription.upgrade_info": "Les actualitzacions entren en vigor de manera immediata. Les disminucions es programen per al final del teu període de facturació actual.", + "subscription.upgrade_to_prefix": "Actualitzar a", + "subscription.usage_heading": "Ús", + "upload.browse_button": "Navegar Fitxers", "upload.button_processing": "Processant...", - "upload.camera_button": "Fes una foto / Escaneja el document", - "upload.download_button": "Descarrega i processa", - "upload.downloading": "Descarregant el fitxer des de l'URL...", + "upload.camera_button": "Fer Foto / Escanejar Document", + "upload.download_button": "Descarregar i Processar", + "upload.downloading": "Baixant fitxer des de l'URL...", "upload.drag_drop": "Arrossega i deixa caure fitxers aquí o fes clic per navegar", "upload.drop_hint_desktop": "Arrossega i deixa caure fitxers o carpetes aquí, o fes clic per seleccionar fitxers.", - "upload.drop_hint_mobile": "Toca per seleccionar fitxers o utilitza el botó de la càmera a sota.", - "upload.drop_zone_aria": "Àrea de pujada de fitxers. Arrossega i deixa caure fitxers aquí, o prem Retorn per navegar pels fitxers.", - "upload.error": "Error de pujada", - "upload.error_invalid_url": "Format d'URL no vàlid", + "upload.drop_hint_mobile": "Toca per seleccionar fitxers o utilitza el botó de càmera a continuació.", + "upload.drop_zone_aria": "Àrea de càrrega de fitxers. Arrossega i deixa caure fitxers aquí, o prem Enter per navegar per fitxers.", + "upload.error": "La càrrega ha fallat", + "upload.error_invalid_url": "Format d'URL invàlid", "upload.error_url_required": "Si us plau, introdueix una URL", "upload.file_size_hint": "Mida màxima: 500 MB per fitxer", "upload.file_types": "Tipus permesos: PDF, documents d'Office (Word, Excel, PowerPoint, etc.), Imatges", - "upload.filename_description": "Deixa en blanc per utilitzar el nom de fitxer de l'URL", - "upload.filename_label": "Nom del fitxer (opcional)", + "upload.filename_description": "Deixa buit per utilitzar el nom del fitxer de l'URL", + "upload.filename_label": "Nom del Fitxer (opcional)", "upload.filename_placeholder": "el-meu-document.pdf", - "upload.max_size": "Mida màxima del fitxer: {size}", - "upload.page_title": "Puja fitxers", - "upload.section_device": "Puja des del dispositiu", - "upload.section_url": "Puja des d'una URL", - "upload.select_file": "Selecciona un fitxer", + "upload.max_size": "Mida máx. del fitxer: {size}", + "upload.page_title": "Càrrega de Fitxers", + "upload.section_device": "Càrrega des del Dispositiu", + "upload.section_url": "Càrrega des de l'URL", + "upload.select_file": "Selecciona fitxer", "upload.success": "Fitxer pujat correctament", - "upload.title": "Puja un document", + "upload.title": "Puja Document", "upload.uploading": "Pujant...", - "upload.url_description": "Introdueix un enllaç directe a un fitxer (PDF, documents d'Office o imatges)", + "upload.url_description": "Introdueix un enllaç directe a un fitxer (PDF, documents d'Oficina o imatges)", "upload.url_label": "URL del fitxer", - "upload.url_placeholder": "https://exemple.com/document.pdf" + "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/cs.json b/frontend/translations/cs.json index 6af65b34..79d3af90 100644 --- a/frontend/translations/cs.json +++ b/frontend/translations/cs.json @@ -1,593 +1,700 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Seznamte se s tvůrcem", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_pre": "DocuElevate je vášnivě vyvíjeno", + "about.features_admin_api": "Silné REST API pro programový přístup", + "about.features_admin_config": "Vysoce konfigurovatelné prostřednictvím proměnných prostředí", + "about.features_admin_docker": "Připraveno pro Docker pro snadné nasazení a škálování", + "about.features_admin_heading": "Správa", + "about.features_admin_oauth2": "Podpora ověřování OAuth2 s Authentikem", + "about.features_automation_background": "Zpracování na pozadí s Redis a Celery", + "about.features_automation_gmail": "Integrace Gmailu a obecných emailových účtů", + "about.features_automation_heading": "Automatizace", + "about.features_automation_imap": "Polling IMAP schránek z více zdrojů", + "about.features_automation_ingestion": "Automatizované příjímání dokumentů z různých vstupů", + "about.features_heading": "Klíčové vlastnosti", + "about.features_integration_cloud": "Cloudové úložiště: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integrace a úložiště", + "about.features_integration_multi_dest": "Podpora více umístění (ukládejte dokumenty na více místech)", + "about.features_integration_protocols": "Přenosové protokoly: FTP, SFTP, Přesměrování e-mailů", + "about.features_integration_selfhosted": "Možnosti self-hosted: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Inteligentní klasifikace dokumentů a extrakce dat", + "about.features_processing_heading": "Zpracování dokumentů", + "about.features_processing_metadata": "Automatizovaná extrakce metadat pomocí zaměnitelného AI poskytovatele", + "about.features_processing_ocr": "OCR poháněné Azure Document Intelligence", + "about.features_processing_pdf": "Konverze PDF pro různé formáty souborů pomocí Gotenberg", + "about.features_processing_upload": "Jednoduché a bezpečné nahrávání souborů s podporou drag & drop", + "about.github_logo_alt": "Logo GitHub", + "about.heading": "O DocuElevate", + "about.intro_post": " – vaše moderní, inteligentní řešení pro zpracování dokumentů! Vytvořili jsme DocuElevate, abychom zcela transformovali způsob, jakým zpracováváte své dokumenty – od nahrávání po extrakci, od zpracování po ukládání.", + "about.intro_pre": "Vítejte na ", + "about.involved_description": "Chcete se ponořit do kódu, přispět nápady nebo se dozvědět více o DocuElevate?", + "about.involved_docs": "Přečtěte si dokumentaci", + "about.involved_github": "Prohlédněte si DocuElevate na GitHubu", + "about.involved_heading": "Zapojte se", + "about.involved_website": "Navštivte webové stránky DocuElevate", + "about.legal_description": "Záleží nám na vaší soukromí a bezpečnosti dat. Prosím, přezkoumejte naše:", + "about.legal_heading": "Soukromí a právní záležitosti", + "about.legal_license": "Informace o licenci", + "about.legal_privacy": "Oznámení o soukromí", + "about.page_title": "O DocuElevate", + "about.story_heading": "Náš příběh", + "about.story_p1": "DocuElevate byl vytvořen s jedním cílem: zjednodušit a zefektivnit správu dokumentů pro každého, ať už jste malý startup nebo velký podnik.", + "about.story_p2": "Využíváme sílu plug-and-play AI poskytovatelů (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey a další) pro extrakci metadat a vylepšení textu, bezproblémově integrujeme s Dropboxem, Nextcloudem a Paperless NGX pro ukládání a indexaci, využíváme Azure Document Intelligence pro OCR a dokonce používáme Gotenberg pro konverze souborů na PDF.", + "api_tokens.col_created": "Vytvořeno", + "api_tokens.col_last_ip": "Poslední IP", + "api_tokens.col_last_used": "Naposledy použito", + "api_tokens.col_name": "Název", + "api_tokens.col_prefix": "Předpona tokenu", + "api_tokens.copy_to_clipboard": "Zkopírovat token do schránky", + "api_tokens.copy_upload_example": "Zkopírovat příklad nahrávání do schránky", + "api_tokens.copy_warning_1": "Zkopírujte tento token nyní — bude", + "api_tokens.copy_warning_2": "znovu nezobrazen", + "api_tokens.create_heading": "Vytvořit nový token", + "api_tokens.create_token": "Vytvořit token", + "api_tokens.creating": "Vytváří se\u00130", + "api_tokens.heading": "API tokeny", + "api_tokens.intro": "Vytvořte osobní API tokeny pro interakci s API DocuElevate programově. Používejte tokeny pro nahrávání webhooks, CI/CD pipeline nebo jakýkoli skript, který potřebuje nahrávat nebo stahovat dokumenty.", + "api_tokens.loading_tokens": "Načítání tokenů\u00130", + "api_tokens.never": "Nikdy", + "api_tokens.no_tokens_heading": "Žádné API tokeny zatím", + "api_tokens.no_tokens_help": "Vytvořte svůj první token výše a začněte.", + "api_tokens.page_title": "API tokeny – DocuElevate", + "api_tokens.revoke": "Odvolat", + "api_tokens.revoke_prefix": "Odvolat token", + "api_tokens.status_active": "Aktivní", + "api_tokens.status_revoked": "Odvolaný", + "api_tokens.table_aria": "API tokeny", + "api_tokens.token_created": "Token byl úspěšně vytvořen!", + "api_tokens.token_name_label": "Název tokenu", + "api_tokens.token_name_placeholder": "např. CI Pipeline, Webhook Upload, Můj skript", + "api_tokens.usage_heading": "Příklad použití", + "api_tokens.usage_intro_post": "hlavička s jakýmkoli API požadavkem:", + "api_tokens.usage_intro_pre": "Použijte svůj API token v", + "api_tokens.your_tokens": "Vaše tokeny", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", + "audit.col_resource": "Zdroje", + "audit.col_timestamp": "Časová značka", + "audit.critical": "Kritické", + "audit.filter_action": "Akce", + "audit.filter_all_actions": "Všechny akce", + "audit.filter_all_users": "Všichni uživatelé", + "audit.filter_resource_placeholder": "např. dokument, uživatel", + "audit.filter_resource_type": "Typ zdroje", + "audit.filter_severity": "Závažnost", + "audit.filter_user": "Uživatel", + "audit.filters_section_label": "Filtry protokolu auditu", + "audit.next": "Další", + "audit.next_label": "Další stránka", + "audit.no_events": "Zatím nebyly zaznamenány žádné události auditu.", + "audit.no_events_hint": "Zde se objeví významné akce (přihlášení, operace s dokumenty, změny nastavení).", + "audit.page_title": "Protokoly auditu - DocuElevate", + "audit.pagination_label": "Stránkování protokolu auditu", + "audit.prev": "Předchozí", + "audit.prev_label": "Předchozí stránka", + "audit.refresh_label": "Obnovit protokoly auditu", + "audit.siem_disabled_title": "Přesměrování SIEM je deaktivováno", + "audit.siem_enabled_title": "Události jsou přesměrovány na ", + "audit.siem_off": "SIEM: Vypnuto", + "audit.subtitle": "Komplexní, pouze doplňkový záznam všech významných akcí.", + "audit.table_label": "Události protokolu auditu", + "audit.title": "Protokoly auditu", + "auth.confirm_password": "Potvrďte heslo", + "auth.create_account": "Vytvořit účet", + "auth.display_name_label": "Zobrazované jméno", "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", + "auth.forgot_password": "Zapomněli jste heslo?", + "auth.forgot_username": "Zapomněli jste uživatelské jméno?", + "auth.login": "Přihlásit se", + "auth.login_title": "Přihlásit se", + "auth.logo_alt": "Logo DocuElevate", + "auth.logout": "Odhlásit se", + "auth.my_account": "Můj účet", + "auth.no_account": "Nemáte účet?", + "auth.or_continue_with": "Nebo pokračujte s", + "auth.password_label": "Heslo", + "auth.profile": "Profil", + "auth.remember_me": "Zapamatovat si mě", + "auth.return_home": "Vrátit se domů", + "auth.sign_in": "Přihlásit se", + "auth.sign_in_sso": "Přihlásit se pomocí SSO", + "auth.sign_in_with": "Přihlásit se pomocí", + "auth.sign_in_with_username": "Přihlásit se pomocí uživatelského jména", + "auth.signup": "Registrace", + "auth.signup_title": "Registrace", + "auth.username_label": "Uživatelské jméno", + "auth.username_or_email": "Uživatelské jméno nebo email", + "auth.verify_email_back_sign_in": "Zpět k přihlášení", + "auth.verify_email_expiry": "Odkaz vyprší za 24 hodin. Pokud email nevidíte, zkontrolujte svou spamovou složku.", + "auth.verify_email_heading": "Zkontrolujte svou doručenou poštu", + "auth.verify_email_message": "Poslali jsme vám ověřovací email. Klikněte prosím na odkaz v emailu, abyste aktivovali svůj účet.", + "auth.verify_email_page_title": "DocuElevate - Ověřte svůj email", + "auth.verify_email_resend_aria_label": "Emailová adresa pro opětovné odeslání", + "auth.verify_email_resend_button": "Odeslat ověřovací email znovu", + "auth.verify_email_resend_label": "Emailová adresa", + "auth.verify_email_resend_placeholder": "Zadejte svou emailovou adresu", + "auth.verify_email_resend_prompt": "Nedostali jste ho?", + "backup.archives_heading": "Zálohovací archivy", + "backup.backup_now": "Zálohovat nyní", + "backup.clean_up": "Vyčistit", + "backup.cleanup_title": "Spustit úklid uchovávání nyní", + "backup.col_created": "Vytvořeno", + "backup.col_filename": "Název souboru", + "backup.col_size": "Velikost", + "backup.col_storage": "Úložiště", + "backup.col_type": "Typ", + "backup.config_auto_backup": "Automatická záloha", + "backup.config_remote_dest": "Vzdálený cíl", + "backup.config_retention": "Uchovávání", + "backup.config_total_size": "Celková lokální velikost", + "backup.confirm_btn": "Potvrdit", + "backup.confirm_title": "Potvrdit akci", + "backup.heading": "Správa záloh", + "backup.local_only": "Pouze lokální", + "backup.no_backups": "Zatím žádné zálohy.", + "backup.no_backups_hint": "Klikněte na Zálohovat nyní, abyste vytvořili svou první zálohu.", + "backup.page_title": "Správa záloh", + "backup.records_label": "záznamy", + "backup.restore_btn": "Obnovit", + "backup.restore_desc_mid": "zálohovací archiv pro obnovení databáze.", + "backup.restore_desc_pre": "Nahrát", + "backup.restore_desc_warning": "Tímto se přepíší všechna aktuální data.", + "backup.restore_file_label": "Zálohovací archív (.db.gz)", + "backup.restore_heading": "Obnovit ze souboru", + "backup.restoring": "Obnovuji\u00130\u00100\u00100\u00150\u0010\u00160\u00190\u0010\u00150\u0015\u00160\u0010\u00140\u0010\u00160\u00100\u00140\u00100\u00160\u00100\u00190\u00100\u00160\u00150\u00160\u00100\u00100\u00160\u00150\u00150\u00160\u00190\u00150\u00140\u00100\u00160\u00100\u00160\u00150\u00190\u00100\u00140\u00190\u00150\u00140\u00150\u00140\u00150\u00160\u00190\u00145\u00130.", + "backup.retention_daily_detail": "\u00120\u00150\u00130\u00160\u00150\u00190\u00140\u00160\u00130\u00190\u00140.", + "backup.retention_heading": "Politika uchovávání", + "backup.retention_hourly_detail": "\u00120\u00150\u00130\u00140\u00150\u00190\u00140.", + "backup.retention_note": "Zálohy nad tyto limity jsou automaticky odstraňovány po vytvoření každé nové zálohy.", + "backup.retention_weekly_detail": "\u00120\u00150\u00130\u00145\u00130\u00140\u00100\u00150\u00150\u00140\u00190\u00150.", + "backup.snapshots": "snaps", + "backup.status_ok": "v pořádku", + "backup.storage_local": "místní", + "backup.subtitle": "Zálohy databází jsou vytvářeny automaticky: každou hodinu (4 dny), denně (3 týdny), týdně (13 týdnů).", + "backup.table_aria": "Zálohovací archívy", + "backup.trigger_daily": "Zálohovat nyní (denně)", + "backup.trigger_hourly": "Zálohovat nyní (hodinově)", + "backup.trigger_weekly": "Zálohovat nyní (týdně)", + "backup.type_daily": "Denně", + "backup.type_hourly": "Hodinově", + "backup.type_weekly": "Týdně", + "billing.go_to_dashboard": "Přejít na palubní desku", + "billing.manage_subscription": "Spravovat předplatné", + "billing.success_heading": "Vše je nastaveno!", + "billing.success_message": "Vaše předplatné bylo aktivováno. Děkujeme, že jste si vybrali DocuElevate!", + "billing.success_page_title": "DocuElevate - Předplatné aktivováno", + "common.actions": "Akce", + "common.active": "Aktivní", + "common.all": "Vše", + "common.avatar": "Avatar", + "common.back": "Zpět", + "common.cancel": "Zrušit", + "common.close": "Zavřít", + "common.col_pending": "Čekající", + "common.completed": "Dokončeno", + "common.confirm": "Potvrdit", + "common.copied": "Zkopírováno!", + "common.copy": "Kopírovat", + "common.create": "Vytvořit", + "common.created": "Vytvořeno", + "common.date": "Datum", + "common.delete": "Smazat", + "common.description": "Popis", + "common.details": "Podrobnosti", + "common.disabled": "Zakázáno", + "common.download": "Stáhnout", + "common.duplicate": "Duplicitní", + "common.edit": "Upravit", + "common.enabled": "Povoleno", + "common.error": "Chyba", + "common.failed": "Nezdařilo se", + "common.filter": "Filtr", + "common.inactive": "Neaktivní", + "common.info": "Informace", + "common.loading": "Načítání...", + "common.name": "Název", + "common.next": "Další", + "common.next_page": "Další stránka", + "common.no": "Ne", + "common.none": "Žádný", + "common.page": "Stránka", + "common.paused": "Pozastaveno", + "common.pending": "Čekající", + "common.prev_page": "Předchozí stránka", + "common.previous": "Předchozí", + "common.processing": "Zpracovávání", + "common.refresh": "Aktualizovat", + "common.reset": "Obnovit", + "common.retry": "Zkusit znovu", + "common.save": "Uložit", + "common.search": "Hledat", + "common.select": "Vybrat", + "common.select_placeholder": "— vybrat —", + "common.size": "Velikost", + "common.status": "Stav", + "common.submit": "Odeslat", + "common.success": "Úspěch", + "common.tags": "Štítky", + "common.test": "Test", + "common.test_connection": "Testovat připojení", + "common.type": "Typ", + "common.update": "Aktualizovat", + "common.updated": "Aktualizováno", + "common.upload": "Nahrát", + "common.view": "Zobrazit", + "common.warning": "Upozornění", + "common.yes": "Ano", + "cookie.accept": "Rozumím", + "cookie.learn_more": "Zjistit více", + "cookie.message": "Tato webová stránka používá soubory cookie ke zlepšení vašeho zážitku.", + "cookie.notice": "DocuElevate používá pouze nezbytné relace soubory cookie nezbytné pro autentizaci a provoz služeb. Nebyly použity žádné soubory cookie pro sledování nebo analýzu.", + "cookie.notice_label": "Oznámení o souborech cookie", + "cookie.policy_link": "Zásady cookie", + "cookie.privacy_link": "Oznámení o ochraně soukromí", + "credentials.col_action": "Akce", + "credentials.col_credential": "Uvěření", + "credentials.col_source": "Zdroj", + "credentials.configured": "Nakonfigurováno", + "credentials.edit_in_settings": "Upravit v nastavení", + "credentials.legend_db": "Hodnota uložená v databázi (šifrována v klidu; přepisuje proměnnou prostředí)", + "credentials.legend_env_after": " soubor", + "credentials.legend_env_before": "Hodnota z proměnné prostředí nebo ", + "credentials.legend_missing": "Uvěření není nastaveno — integrace nebude fungovat", + "credentials.legend_restart": "Restartování je vyžadováno, když je toto uvěření rotováno", + "credentials.legend_title": "Legenda", + "credentials.manage_settings": "Spravovat nastavení", + "credentials.not_configured": "Není nakonfigurováno", + "credentials.page_title": "Audit Uvěření - DocuElevate", "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "credentials.restart_title": "Restartování je vyžadováno po rotaci tohoto uvěření", + "credentials.source_db_title": "Uloženo v databázi (šifrováno)", + "credentials.source_env_title": "Z proměnné prostředí", + "credentials.status_missing": "Chybějící", + "credentials.subtitle": "Přehled všech citlivých uvěření používaných DocuElevate. Žádné tajné hodnoty zde nejsou zobrazeny — pouze zda je každé uvěření nakonfigurováno a odkud pochází.", + "credentials.table_for": "Uvěření pro", + "credentials.title": "Audit Uvěření", + "credentials.total_credentials": "Celková uvěření", + "dashboard.active_integrations": "Aktivní integrace", + "dashboard.files_this_month": "Soubory Tento Měsíc", + "dashboard.files_today": "Soubory Dnes", + "dashboard.ocr_processed": "Zpracováno OCR", + "dashboard.quick_actions": "Rychlé akce", + "dashboard.recent_activity": "Nedávná aktivita", + "dashboard.storage_targets": "Cíle úložiště", + "dashboard.title": "Nástěnka", + "dashboard.total_files": "Celkový počet souborů", + "dashboard.welcome": "Vítejte v DocuElevate", + "duplicates.file_id_label": "ID souboru", + "duplicates.file_id_placeholder": "např. 42", + "duplicates.find_btn": "Najít", + "duplicates.found_files": "celkem duplicitních souborů.", + "duplicates.found_groups": "duplicitní skupina(y) s", + "duplicates.found_prefix": "Nalezeno", + "duplicates.group_aria": "Duplicitní skupina", + "duplicates.heading": "Duplicitní dokumenty", + "duplicates.how_it_works_heading": "Jak funguje detekce téměř duplicit", + "duplicates.max_results_label": "Maximální výsledky", + "duplicates.near_dup_desc": "Vyberte dokument, abyste zkontrolovali, zda jakékoli jiné soubory obsahují stejný (nebo velmi podobný) obsah — i když byly skenovány v různých časech a mají různé SHA-256 hash.", + "duplicates.near_dup_heading": "Najít téměř duplikáty pro dokument", + "duplicates.no_exact_heading": "Nebyly nalezeny žádné přesné duplikáty", + "duplicates.page_title": "Duplicitní dokumenty - DocuElevate", + "duplicates.pagination_aria": "Stránkování", + "duplicates.role_duplicate": "Duplikát", + "duplicates.role_original": "Originál", + "duplicates.tab_exact": "Přesné duplikáty", + "duplicates.tab_near": "Hledání téměř duplikátů", + "duplicates.tabs_aria": "Karty detekce duplikátů", + "duplicates.threshold_label": "Prahová hodnota podobnosti", + "duplicates.view_dup_aria": "Zobrazit duplicitní soubor", + "duplicates.view_original_aria": "Zobrazit originální soubor", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Ups, tu stránku jsme nemohli najít!", + "error.404_home": "Vrátit se domů", + "error.404_message": "Zdá se, že DocuElevate ztratil dokument, který jste hledali. Nebojte se – jsme tu pro vás.", + "error.404_title": "404 - Nenalezeno", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Zobrazit informace o chybě", + "error.500_description": "Naše servery narazily na problém a potřebují chvilku.", + "error.500_heading": "Ups! Něco se pokazilo.", + "error.500_home": "Jít domů", + "error.500_img_alt": "Ilustrace serverové chyby", + "error.500_message1": "Naše servery narazily na problém a potřebují chvilku. Možná se křečci vylili se svým kávou?", + "error.500_message2": "Už na tom pracujeme – třídíme soubory, restartujeme servery a kalibrujeme flux kompenzátory.", + "error.500_title": "Chyba serveru - DocuElevate", + "error.forbidden": "Zakázáno", + "error.forbidden_message": "Nemáte oprávnění k přístupu na tuto stránku.", + "error.not_found": "Stránka nenalezena", + "error.not_found_message": "Stránka, kterou hledáte, neexistuje.", + "error.server_error": "Interní chyba serveru", + "error.server_error_message": "Něco se pokazilo. Zkuste to prosím později.", + "error.unauthorized": "Neautorizováno", + "error.unauthorized_message": "Musíte se přihlásit pro přístup na tuto stránku.", + "files.action_delete": "Smazat soubor", + "files.action_details": "Zobrazit detaily", + "files.action_preview": "Rychlý náhled", + "files.bulk_clear_selection": "Vymazat výběr", + "files.bulk_cloud_ocr": "Znovu spustit Cloud OCR", + "files.bulk_delete": "Smazat vybrané", + "files.bulk_download": "Stáhnout jako ZIP", + "files.bulk_reprocess": "Zpracovat znovu vybrané", + "files.delete_modal_cancel": "Zrušit", + "files.delete_modal_confirm": "Smazat", + "files.delete_modal_message": "Opravu chcete tento soubor smazat?", + "files.delete_modal_title": "Potvrdit smazání", + "files.document_title": "Název dokumentu", + "files.drop_overlay_hint": "Podporuje PDF, kancelářské dokumenty, obrázky, HTML, Markdown a další – složky jsou zpracovány rekurzivně", + "files.drop_overlay_title": "Přetáhněte soubory nebo složky kdekoli pro nahrání", + "files.error_hint": "To může být způsobeno problémem s konfigurací nebo importem. Zkontrolujte prosím protokoly serveru.", + "files.file_size": "Velikost souboru", + "files.filename": "Název souboru", + "files.files_selected": "soubor(y) vybráno", + "files.filter_all_providers": "Všichni poskytovatelé", + "files.filter_all_statuses": "Všechny stavy", + "files.filter_all_types": "Všechny typy", + "files.filter_apply": "Použít filtry", + "files.filter_clear": "Vymazat", + "files.filter_date_from": "Datum od", + "files.filter_date_from_aria": "Filtrovat od data", + "files.filter_date_to": "Datum do", + "files.filter_date_to_aria": "Filtrovat do data", + "files.filter_form_aria": "Filtrovat soubory", + "files.filter_mime_type": "MIME typ", + "files.filter_ocr_all": "Všechny soubory", + "files.filter_ocr_good": "Dobrá kvalita", + "files.filter_ocr_poor": "Nízká kvalita", + "files.filter_ocr_quality": "Kvalita OCR", + "files.filter_ocr_quality_aria": "Filtrovat podle skóre kvality OCR", + "files.filter_ocr_unchecked": "Dosud nehodnoceno", + "files.filter_search_label": "Hledat název souboru", + "files.filter_search_placeholder": "Zadejte název souboru...", + "files.filter_storage_provider": "Poskytovatel úložiště", + "files.filter_tags_aria": "Filtrovat podle štítků (oddělených čárkami)", + "files.filter_tags_placeholder": "např. faktura,amazon", + "files.fulltext_search_label": "Hledání v plném textu (OCR text, metadata, štítky)", + "files.fulltext_search_placeholder": "Hledat obsah dokumentu, odesílatele, štítky, typ...", + "files.no_files": "Žádné soubory nenalezeny", + "files.ocr_status": "Stav OCR", + "files.page_title": "Záznamy souborů", + "files.pagination_files": "soubory", + "files.pagination_first": "První", + "files.pagination_last": "Poslední", + "files.pagination_nav_aria": "Paginace seznamu souborů", + "files.pagination_next": "Další", + "files.pagination_of": "z", + "files.pagination_previous": "Předchozí", + "files.pagination_showing": "Zobrazuje se", + "files.preview_modal_close": "Zavřít náhled", + "files.preview_modal_title": "Náhled", + "files.queue_banner_items": "položka(e) jsou momentálně ve frontě nebo se zpracovávají. Soubory se zde objeví, jakmile bude zpracování dokončeno.", + "files.queue_banner_link": "Zobrazit frontu", + "files.saved_searches_empty": "Žádné uložené vyhledávání zatím nejsou", + "files.saved_searches_error": "Nepodařilo se načíst uložená vyhledávání", + "files.saved_searches_label": "Uložená vyhledávání", + "files.saved_searches_save": "Uložit aktuální", + "files.saved_searches_save_aria": "Uložit aktuální filtry jako uložené vyhledávání", + "files.search_results_empty": "Nebyly nalezeny žádné výsledky.", + "files.search_results_title": "Výsledky hledání", + "files.status_duplicate": "Duplikát", + "files.table_actions": "Akce", + "files.table_aria": "Záznamy souborů", + "files.table_created_at": "Vytvořeno", + "files.table_empty": "Žádné soubory nenalezeny", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", + "files.table_mime_type": "MIME typ", + "files.table_original_filename": "Původní název souboru", + "files.table_select_all": "Vybrat všechny soubory na této stránce", + "files.tags": "Štítky", + "files.title": "Soubory", + "files.upload_modal_aria": "Pokrok nahrávání", + "files.upload_modal_close": "Zavřít pokrok nahrávání", + "files.upload_modal_header": "Nahrávání souborů", + "files.uploaded": "Nahráno", + "footer.about": "O", + "footer.attribution": "Uvedení autorství", + "footer.attributions": "Uvedení autorství", "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.license": "Licence", + "footer.navigation": "Navigace v patičce", + "footer.privacy": "Ochrana soukromí", + "footer.terms": "Podmínky", + "footer.version": "Verze {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", - "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_dropbox_desc": "Odkazováno pomocí OAuth. Soubory skončí ve vámi vybrané složce.", + "help.destinations_email": "Přeposílání e-mailů", + "help.destinations_email_desc": "Zpracované soubory odesílané jako přílohy SMTP.", + "help.destinations_google_drive": "Google Disk", + "help.destinations_google_drive_desc": "Účet služby nebo OAuth. Podporuje sdílené disky.", + "help.destinations_heading": "Cíle – Kam jdou dokumenty", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Samo-hostované cloudové úložiště přes WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Integrace Microsoft Graph API.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Odesílejte dokumenty přímo do Paperless pro archivaci.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Jakýkoli S3-kompatibilní bucket (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Bezpečný přenos souborů na jakýkoli server.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST metadata na jakýkoli externí koncový bod.", + "help.documentation": "Dokumentace", + "help.faq": "Často kladené otázky", + "help.faq_1_a": "Přejděte na stránku nahrávání, přetáhněte své soubory nebo klikněte na Vybrat soubor. DocuElevate převádí obrázky a kancelářské dokumenty do PDF, provádí OCR a automaticky extrahuje metadata.", + "help.faq_1_q": "Jak mohu nahrát dokumenty?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF a HTML. Ne-PDF soubory jsou automaticky převedeny na PDF před zpracováním.", + "help.faq_2_q": "Jaké formáty souborů jsou podporovány?", + "help.faq_3_a": "Ano. Přejděte na Email Ingestion, přidejte účet IMAP a DocuElevate bude automaticky kontrolovat nové zprávy a zpracovávat přílohy.", + "help.faq_3_q": "Mohu načítat dokumenty z emailu?", + "help.faq_4_a": "Pipeline vám umožňují spojit zpracovatelské kroky – OCR, AI extrakci, konverzi formátu – a směrovat výsledek do jednoho nebo více cílů. Vytvářejte a spravujte je na stránce Pipelines.", + "help.faq_4_q": "Jak fungují zpracovatelské pipeline?", + "help.faq_5_a": "DocuElevate šifruje přihlašovací údaje v klidu, komunikuje přes TLS a nikdy neuchovává vaše dokumenty déle, než je nutné. Viz Oznámení o ochraně soukromí pro podrobnosti.", + "help.faq_5_a_post": " pro úplné podrobnosti.", + "help.faq_5_a_pre": "DocuElevate šifruje přihlašovací údaje v klidu, komunikuje přes TLS a nikdy neuchovává vaše dokumenty déle, než je nutné. Podívejte se na ", + "help.faq_5_q": "Jsou moje data bezpečná?", + "help.faq_heading": "Často kladené otázky", + "help.getting_started": "Začínáme", + "help.heading": "Centrum nápovědy", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Použijte REST API k programatickému nahrávání dokumentů. Autentizujte se pomocí Bearer tokenu a POSTujte soubory na koncový bod pro nahrávání.", + "help.ingestion_heading": "Nástroje pro ingestaci dat", + "help.ingestion_mobile": "Mobilní aplikace", + "help.ingestion_mobile_desc": "Použijte jakoukoli mobilní skenovací aplikaci, která podporuje vlastní HTTP cíle nahrávání, abyste ze svého telefonu nebo tabletu posílali fotografie a skeny do DocuElevate.", + "help.ingestion_scanners": "Síťové skenery", + "help.ingestion_scanners_desc": "Nasměrujte jakýkoli síťový skener nebo multifunkční tiskárnu na koncový bod nahrávání DocuElevate. Naskenované dokumenty přistanou přímo ve vaší zpracovatelské frontě.", + "help.ingestion_watched_folders": "Sledované složky", + "help.ingestion_watched_folders_desc": "Nakonfigurujte místní nebo síťovou složku tak, aby byla monitorována. Jakýkoli soubor umístěný ve sledované složce je automaticky nahrán a zpracován DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrujte DocuElevate do svých automatizačních pracovních postupů pomocí Zapier, n8n nebo Make. Použijte akce REST API k vyvolání nahrávání dokumentů z jakéhokoli události.", + "help.meta_description": "Získejte pomoc s DocuElevate – najděte příručky k nahrávání dokumentů, připojení cloudového úložiště, nastavení pipeline a dalším.", + "help.og_description": "Získejte pomoc s DocuElevate – najděte příručky k nahrávání dokumentů, připojení cloudového úložiště, nastavení pipeline a dalším.", + "help.page_title": "Centrum nápovědy", + "help.privacy_notice": "Oznámení o ochraně soukromí", + "help.quickstart_heading": "Rychlý začátek", + "help.quickstart_storage": "Propojit úložiště", + "help.quickstart_storage_desc": "Přejděte do Nastavení a propojíte své cloudové účty. Zpracované dokumenty jsou automaticky směrovány do každého cíle, který nakonfigurujete.", + "help.quickstart_storage_desc_full": "Přejděte do sekce Integrace a propojte své účty cloudového úložiště. DocuElevate podporuje Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud a další. Zpracované dokumenty jsou automaticky směrovány na každou destinaci, kterou nakonfigurujete.", + "help.quickstart_upload": "Nahrát dokumenty", + "help.quickstart_upload_desc": "Jednoduše přetáhněte soubory na stránku pro nahrávání nebo klikněte na Vybrat soubor. DocuElevate převádí obrázky a kancelářské dokumenty na PDF, provádí OCR a automaticky extrahuje metadata.", + "help.quickstart_workflows": "Automatizovat pracovní postupy", + "help.quickstart_workflows_desc": "Vytvářejte pipeline pro definování zpracovatelských a směrovacích pravidel s více kroky. Kombinujte OCR, AI extrakci, konverzi formátu a doručení v jediném toku.", + "help.sources_email_ingestion": "Načítání z emailu (IMAP)", + "help.sources_email_ingestion_desc": "Přeposílejte dokumenty na specializovanou schránku. Pod Načítáním z emailu přidejte jeden nebo více účtů IMAP. DocuElevate automaticky kontroluje nové zprávy a zpracovává přílohy.", + "help.sources_heading": "Zdroje – Jak získat dokumenty", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", + "help.sources_rest_api_desc": "Integrujte programově zasláním souborů na /api/upload. Ideální pro skripty, sledované složky, skenery nebo nástroje třetích stran jako Zapier a n8n.", + "help.sources_scanner": "Skener a mobil", + "help.sources_scanner_desc": "Nasměrujte síťové skenery na nahrávací konec DocuElevate nebo použijte jakoukoli mobilní aplikaci pro skenování, která podporuje vlastní HTTP cíle.", + "help.sources_scanner_desc_full": "Nakonfigurujte svůj síťový skener nebo multifunkční tiskárnu, aby posílala skeny přímo do DocuElevate. Použijte koncový bod /api/upload jako cíl. Mobilní skenovací aplikace s vlastními cíli nahrávání jsou také podporovány.", + "help.sources_web_upload": "Webové nahrávání", + "help.sources_web_upload_desc": "Nejrychlejší způsob, jak začít. Otevřete stránku pro nahrávání, přetáhněte jeden nebo více souborů a DocuElevate se postará o zbytek. Podporované formáty zahrnují PDF, JPEG, PNG, TIFF, DOCX, XLSX a další.", + "help.subheading": "Vše, co potřebujete, abyste získali maximum z DocuElevate. Procházejte témata níže nebo si vyhledejte, co potřebujete.", + "help.support": "Podpora", + "help.support_admin_message": "Kontaktujte svého administrátora pro informace o podpoře.", + "help.support_description": "Nemůžete najít, co hledáte? Náš podporný tým je tu, aby pomohl.", + "help.support_heading": "Kontaktovat podporu", + "help.support_live_chat": "Live Chat k dispozici – klikněte na bublinu chatu a začněte konverzaci.", + "help.support_ticket_button": "Odeslat ticket", + "help.support_ticket_desc": "Vyplňte formulář níže a náš podporný tým se vám ozve co nejdříve.", + "help.support_ticket_heading": "Otevřít ticket pro podporu", + "help.title": "Centrum nápovědy", + "help.workflows_creating": "Vytváření pipeline", + "help.workflows_definition": "Pipeline je série zpracovatelských kroků, které se automaticky spouštějí kdykoli je dokument načten. Každý krok může transformovat, obohacovat nebo směrovat dokument.", + "help.workflows_heading": "Pracovní postupy a pipeline", + "help.workflows_step_1": "Převést na PDF", + "help.workflows_step_1_create": "Přejděte do sekce Pipelines v hlavním menu.", + "help.workflows_step_1_full": "Převeďte na PDF – všechny příchozí soubory jsou normalizovány na konzistentní PDF formát.", + "help.workflows_step_2": "OCR – extrakce textu", + "help.workflows_step_2_create": "Klikněte na Nový Pipeline a dejte mu název.", + "help.workflows_step_2_full": "OCR – extrakce vybraného textu ze skenovaných stránek pomocí Azure Document Intelligence nebo vestavěného enginu.", + "help.workflows_step_3": "Extrakce AI metadat", + "help.workflows_step_3_create": "Přidejte potřebné zpracovatelské kroky.", + "help.workflows_step_3_full": "Extrahování AI metadata – klasifikace typu dokumentu a získání klíčových polí, jako jsou částky, data a jména pomocí OpenAI.", + "help.workflows_step_4": "Doručit na jedno nebo více míst", + "help.workflows_step_4_create": "Zvolte jedno nebo více míst pro doručení.", + "help.workflows_step_5_create": "Uložit – nové dokumenty budou touto pipeline automaticky zpracovány.", + "help.workflows_typical_steps": "Typické kroky", + "help.workflows_what_is": "Co je Pipeline?", + "index.badge_intelligent": "Inteligentní zpracování dokumentů", + "index.button_browse_files": "Procházet soubory", + "index.button_upload": "Nahrát", + "index.capabilities_cloud": "Cloudové úložiště: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Zpracování dokumentů na základě e-mailu a URL", + "index.capabilities_ocr": "OCR a extrakce metadat pomocí AI", + "index.capabilities_paperless": "Integrace Paperless-ngx pro správu dokumentů", + "index.capabilities_title": "Možnosti", + "index.capabilities_workflows": "Automatizované klasifikace a směrovací workflow", + "index.cta_description": "Připojte se k týmům, které již automatizují své zpracování dokumentů s DocuElevate.", + "index.cta_heading": "Připraveni vylepšit svůj pracovní postup s dokumenty?", + "index.cta_pricing": "Podívejte se na ceny", + "index.cta_signup": "Vytvořte si zdarma účet", + "index.dashboard_subtitle": "Inteligentní zpracování a správa dokumentů", + "index.dashboard_subtitle_teams": "Inteligentní zpracování a správa dokumentů — postaveno pro týmy", + "index.feature_ai": "Extrakce AI metadat", + "index.feature_ai_desc": "OpenAI, Claude, Gemini a další plug-in poskytovatelé AI klasifikují dokumenty a vybírají klíčová pole, jako jsou data, částky a předměty.", + "index.feature_cloud": "Multi-Cloud úložiště", + "index.feature_cloud_desc": "Směrujte zpracované soubory do Dropboxu, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP a dalších.", + "index.feature_email": "Zpracování e-mailů a IMAP", + "index.feature_email_desc": "Automaticky stahujte dokumenty z Gmailu nebo jakékoli IMAP schránky — žádné ruční nahrávání není potřeba.", + "index.feature_ocr": "OCR a extrakce textu", + "index.feature_ocr_desc": "Azure Document Intelligence převádí skenované PDF a obrázky na plně prohledávatelný text automaticky.", + "index.feature_pipelines": "Vlastní Pipelines", + "index.feature_pipelines_desc": "Vytvářejte zpracovatelské pipelines s konfigurovatelnými kroky — OCR, AI extrakce, konverze formátu a směrování úložiště v libovolném pořadí.", + "index.feature_search": "Plnotextové vyhledávání", + "index.feature_search_desc": "Okamžitě nalezněte jakýkoli dokument podle obsahu, metadat nebo štítků napříč celým vaším archívem.", + "index.feature_section_title": "Vše, co potřebujete pro inteligentní pracovní postupy s dokumenty", + "index.getting_started": "Jak začít", + "index.getting_started_1": "Nakonfigurujte integrace prostřednictvím stavu systému", + "index.getting_started_2": "Nahrajte svůj první dokument", + "index.getting_started_3": "Zkontrolujte výsledky v souborech", + "index.getting_started_learn": "Zjistit více o DocuElevate", + "index.hero_description": "DocuElevate přijímá vaše dokumenty, provádí OCR, extrahuje metadata pomocí AI a směruje soubory na Dropbox, Google Drive, OneDrive, S3, Nextcloud a další — vše v jednom bezproblémovém toku.", + "index.hero_heading": "Od nahrání k přehledu — automaticky.", + "index.hero_login": "Přihlásit se", + "index.hero_pricing": "Zobrazit plány a ceny", + "index.hero_signup": "Začít — je to zdarma", + "index.integrations_active": "Aktivní integrace", + "index.integrations_storage": "Cíle úložiště", + "index.integrations_title": "Integrace", + "index.integrations_view_status": "Zobrazit stav systému", + "index.page_title_dashboard": "Nástěnka", + "index.page_title_public": "Inteligentní zpracování dokumentů", + "index.platform_overview": "Přehled platformy", + "index.processing_stats": "Statistiky zpracování", + "index.quick_actions": "Rychlé akce", + "index.quick_documents": "Moje dokumenty", + "index.quick_documents_desc": "Procházejte své zpracované soubory", + "index.quick_search": "Hledat", + "index.quick_search_desc": "Hledání v plném textu v dokumentech", + "index.quick_subscription": "Moje předplatné", + "index.quick_subscription_desc": "Zobrazit podrobnosti o plánu a používání", + "index.quick_system_status": "Stav systému", + "index.quick_system_status_desc": "Zkontrolujte zdravotní stav integrace", + "index.quick_upload": "Nahrát dokument", + "index.quick_upload_desc": "Zpracovat nový soubor", + "index.quick_view_files": "Zobrazit všechny soubory", + "index.quick_view_files_desc": "Procházejte zpracované dokumenty", + "index.single_user_heading": "Nástěnka DocuElevate", + "index.single_user_subtitle": "Inteligentní zpracování a management dokumentů", + "index.stat_active_integrations": "Aktivní integrace", + "index.stat_active_users": "Aktivní uživatelé", + "index.stat_files_month": "Soubory tento měsíc", + "index.stat_files_ocr": "Soubory s OCR", + "index.stat_files_today": "Soubory dnes", + "index.stat_storage_targets": "Cíle úložiště", + "index.stat_this_month": "Tento měsíc", + "index.stat_today": "Dnes", + "index.stat_total_files": "Celkový počet souborů", + "index.stat_total_processed": "Celkem zpracováno", + "index.tier_plan": "Plán", + "index.tier_upgrade": "Zvýšit", + "index.tier_view_details": "Zobrazit úplné podrobnosti", + "index.upgrade_daily_limits": "Vyšší denní a měsíční limity", + "index.upgrade_description": "Odemkněte více dokumentů, více destinací a prioritní podporu.", + "index.upgrade_destinations": "Více destinací pro úložiště", + "index.upgrade_ocr_pages": "Více OCR stránek", + "index.upgrade_plan": "Zvýšení plánu", + "index.upgrade_view_pricing": "Zobrazit plány a ceny", + "index.usage_lifetime": "Soubor během celého života", + "index.usage_month": "Soubor tento měsíc", + "index.usage_my_usage": "Moje využití", + "index.usage_today": "Soubor dnes", + "index.usage_unlimited": "Neomezené", + "integrations.access_key_label": "ID přístupového klíče", + "integrations.active_label": "Aktivní", + "integrations.add_button": "Přidat integraci", + "integrations.add_first_button": "Přidat první integraci", + "integrations.api_token_label": "API token", + "integrations.authorize_btn": "Autorizovat", + "integrations.authorize_reauth": "Znovu autorizovat", + "integrations.bucket_label": "Bucket", + "integrations.configure": "Nastavit", + "integrations.connect": "Připojit", + "integrations.connected": "Připojeno", + "integrations.connection_failed": "Připojení se nezdařilo", + "integrations.connection_success": "Připojení bylo úspěšné", + "integrations.delete_confirm_are_you_sure": "Opravdu chcete smazat", + "integrations.delete_confirm_title": "Smazat integraci?", + "integrations.delete_confirm_undone": "Tuto akci nelze vrátit.", + "integrations.delete_emails_label": "Smazat e-maily po zpracování", + "integrations.delete_files_label": "Smazat soubory po zpracování", + "integrations.destinations_quota_label": "Úložné destinace:", + "integrations.destinations_section": "Destinace", + "integrations.direction_destination": "Destinace (úložiště)", + "integrations.direction_label": "Směr", + "integrations.direction_placeholder": "\u0000;— Vybrat —", + "integrations.direction_source": "Zdroj (vstup)", + "integrations.disconnect": "Odpojit", + "integrations.email_settings": "Nastavení přesměrování e-mailů", + "integrations.empty_state": "Žádné integrované služby", + "integrations.endpoint_label": "URL koncového bodu", + "integrations.endpoint_optional": "(volitelné, pro S3-kompatibilní)", + "integrations.folder_label": "Složka", + "integrations.folder_optional": "(volitelné)", + "integrations.folder_path_label": "Cesta k složce", + "integrations.folder_prefix_label": "Předpona složky", + "integrations.generic_settings_hint": "Konfigurace pro tento typ integrace může být poskytnuta jako JSON po jejím vytvoření prostřednictvím API.", + "integrations.gmail_hint": "Gmail štítky & hvězdička: když je povoleno, zpracované e-maily jsou označeny hvězdičkou a označeny štítkem \"Zpracováno\" v Gmailu. Platí pouze pro servery Gmailu.", + "integrations.gmail_labels": "Použít Gmail štítky & hvězdičku", + "integrations.host_label": "Hostitel", + "integrations.imap_settings": "Nastavení IMAP", + "integrations.loading": "Načítání integrací\u001e", + "integrations.modal_close": "Zavřít modální okno", + "integrations.modal_title_add": "Přidat integraci", + "integrations.modal_title_edit": "Upravit integraci", + "integrations.name_label": "Štítek", + "integrations.name_placeholder": "např. Pracovní Gmail, S3 Archiv", + "integrations.nextcloud_settings": "Nastavení Nextcloudu", + "integrations.nextcloud_url_label": "URL Nextcloudu", + "integrations.no_integrations_body": "Přidejte svou první integraci pro propojení zdrojů načítání (jako IMAP) a úložných destinací (jako S3, Dropbox nebo Google Drive).", + "integrations.not_connected": "Není připojeno", + "integrations.oauth_folder_label": "Složka", + "integrations.oauth_hint": "Nejprve uložte tuto integraci, poté použijte tlačítko Oprávnit k dokončení OAuth postupu. Vaše přihlašovací údaje budou bezpečně uloženy ve vaší osobní evidenci integrace.", + "integrations.page_title": "Integrace", + "integrations.paperless_settings": "Nastavení Paperless NGX", + "integrations.password_label": "Heslo", + "integrations.paused": "Pozastaveno", + "integrations.plan_label": "Plán:", "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "integrations.quota_not_available": "(není k dispozici)", + "integrations.quota_unlimited": "/ neomezené", + "integrations.recipient_label": "Email příjemce", + "integrations.region_label": "Region", + "integrations.remote_path_label": "Vzdálená cesta", + "integrations.s3_prefix_label": "Předpona (cesta k složce)", + "integrations.s3_settings": "Nastavení S3", + "integrations.secret_key_label": "Tajný přístupový klíč", + "integrations.show_password": "Zobrazit heslo", + "integrations.show_secrets": "Zobrazit tajemství", + "integrations.show_token": "Zobrazit token", + "integrations.source_local": "Místní souborový systém", + "integrations.source_type_label": "Typ zdroje", + "integrations.sources_quota_label": "Zdroje poštovní schránky:", + "integrations.sources_section": "Zdroje", + "integrations.subtitle": "Spravujte své zdroje načítání a úložné destinace na jednom místě.", + "integrations.title": "Integrace", + "integrations.type_label": "Typ integrace", + "integrations.type_placeholder": "\u0000A0Vyberte nejprve směrování\u0000A0", + "integrations.upgrade_plan": "Vylepšit plán", + "integrations.use_ssl": "Použít SSL", + "integrations.username_label": "Uživatelské jméno", + "integrations.watch_folder_settings": "Nastavení sledované složky", + "integrations.webdav_settings": "Nastavení WebDAV", + "integrations.webdav_url_label": "URL WebDAV", + "integrations.webhook_heading": "Webhook načítání", + "integrations.webhook_how_heading": "Jak funguje Webhook načítání", + "integrations.webhook_how_text": "Integrace webhooku umožňuje externím systémům posílat dokumenty přímo do DocuElevate prostřednictvím REST API. Místo toho, aby DocuElevate průběžně vyhledával nové soubory (jako IMAP), vaše aplikace posílá soubory do DocuElevate pomocí HTTP požadavku s API tokenem pro autentizaci.", + "integrations.webhook_ideal_text": "To je ideální pro CI/CD pipeline, automatizační skripty, integrace skenerů nebo jakýkoli systém, který generuje dokumenty a potřebuje je odeslat k zpracování.", + "integrations.webhook_quick_start": "Rychlý start", + "integrations.webhook_security_tip": "Vytvořte specializovaný API token pro každou integraci a okamžitě jej zrušte, pokud byl ohrožen. Tokeny lze spravovat na stránce API tokenů.", + "integrations.webhook_step1": "Jděte na {api_tokens_link} a vytvořte osobní token.", + "integrations.webhook_upload_with_token": "Použijte token k nahrání dokumentů prostřednictvím API:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Jazyk byl změněn na {language}", + "language.change_success": "Jazyk změněn na {language}", + "language.changed": "Jazyk změněn na {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", @@ -599,331 +706,409 @@ "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Čeština", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", + "language.hu": "Maďarština", + "language.is": "Icelandic", + "language.it": "Italština", + "language.lb": "Lucemburština", + "language.lt": "Litevština", + "language.lv": "Lotyština", + "language.nb": "Norština", + "language.nl": "Nizozemština", + "language.no_results": "Žádné jazyky nenalezeny", + "language.pl": "Polština", + "language.pt": "Portugalština", + "language.ro": "Rumunština", + "language.ru": "Ruština", + "language.search_placeholder": "Hledat jazyky\n", + "language.selector": "Jazyk", + "language.selector_label": "Vybrat jazyk", + "language.sk": "Slovenština", + "language.sl": "Slovinština", + "language.sv": "Švédština", + "language.tr": "Turečtina", + "language.uk": "Ukrajinština", + "language.zh": "Čínština", + "nav.about": "O nás", + "nav.account_menu": "Účet", + "nav.account_menu_for": "Účet pro {name}", + "nav.admin": "Administrátor", + "nav.admin.audit_logs": "Auditní záznamy", + "nav.admin.backups": "Zálohy", + "nav.admin.plans": "Plány", + "nav.admin.scheduled_jobs": "Naplánované úkoly", + "nav.admin.users": "Uživatelé", + "nav.admin_actions": "Akce administrátora", + "nav.admin_menu": "Administrátorská nabídka", + "nav.api_docs": "API dokumentace", + "nav.api_tokens": "API tokeny", + "nav.backup_restore": "Zálohování a obnova", + "nav.credentials": "Pověření", + "nav.dark_mode": "Tmavý režim", + "nav.dashboard": "Nástěnka", + "nav.developer_docs": "Dokumentace pro vývojáře", + "nav.duplicates": "Duplicitní", + "nav.file_manager": "Správce souborů", + "nav.files": "Soubory", + "nav.get_started": "Začít", + "nav.help": "Nápověda", + "nav.help_center": "Centrum nápovědy", + "nav.imap": "Import e-mailů", + "nav.integrations": "Integrace", + "nav.light_mode": "Světelný režim", + "nav.login": "Přihlásit se", + "nav.logout": "Odhlásit se", + "nav.main_navigation": "Hlavní navigace", + "nav.my_subscription": "Moje předplatné", + "nav.notifications": "Oznámení", + "nav.open_main_menu": "Otevřít hlavní menu", + "nav.pipelines": "Pracovní toky", + "nav.plan_designer": "Návrhář plánů", + "nav.pricing": "Ceny", + "nav.profile": "Profil", + "nav.profile_settings": "Nastavení profilu", + "nav.queue": "Čekací fronta", + "nav.queue_monitor": "Monitor čekací fronty", + "nav.scheduled_jobs": "Naplánované úkoly", + "nav.search": "Hledat", + "nav.settings": "Nastavení", + "nav.shared_links": "Sdílené odkazy", + "nav.sign_out": "Odhlásit se", + "nav.signup": "Registrovat se", + "nav.similarity": "Podobnost", + "nav.skip_to_content": "Přeskočit na hlavní obsah", + "nav.status": "Stav", + "nav.subscription": "Předplatné", + "nav.toggle_dark_mode": "Přepnout na tmavý režim", + "nav.toggle_nav": "Přepnout navigační menu", + "nav.upload": "Nahrát", + "nav.users": "Uživatelé", + "nav.version": "Informace o verzi", + "notifications.filter_all": "Vše", + "notifications.filter_read": "Jen přečtené", + "notifications.filter_unread": "Jen nepřečtené", + "notifications.manage_desc": "Spravujte svou doručenou poštu, cíle a preference událostí", + "notifications.mark_all_read": "Označit vše jako přečtené", + "notifications.mark_all_read_btn": "Označit vše jako přečtené", + "notifications.mark_read": "Označit jako přečtené", + "notifications.no_notifications": "Žádná oznámení", + "notifications.page_title": "Oznámení", + "notifications.tab_inbox": "Doručená pošta", + "notifications.tab_settings": "Nastavení", + "notifications.title": "Upozornění", + "notifications.unread_count": "{count} nečtená upozornění", + "pipelines.active_label": "Aktivní", + "pipelines.add_step_btn": "Přidat krok", + "pipelines.create": "Vytvořit pipeline", + "pipelines.custom_label_label": "Vlastní štítek", + "pipelines.default_label": "Výchozí", + "pipelines.description_label": "Popis", + "pipelines.description_placeholder": "Volitelný popis", + "pipelines.disabled_label": "Deaktivováno", + "pipelines.edit": "Upravit pipeline", + "pipelines.empty_state": "Zatím žádné pipeline", + "pipelines.empty_state_hint": "Vytvořte svou první pipeline pro definici vlastních pracovních postupů zpracování dokumentů.", + "pipelines.enabled_label": "Povolené", + "pipelines.force_cloud_ocr_label": "Nutit cloudové OCR (přeskočit místní extrakci textu)", + "pipelines.inactive_label": "Neaktivní", + "pipelines.loading": "Načítání pipeline\n", + "pipelines.name_placeholder": "Moje pipeline", + "pipelines.new_pipeline_btn": "Nová pipeline", + "pipelines.no_steps": "Žádné kroky nejsou definovány. Přidejte krok pro zahájení sestavování vaší pipeline.", + "pipelines.ocr_auto": "Automatické (použít výchozí systém)", + "pipelines.ocr_language_hint": "Přepisuje globální jazykové nastavení pro Tesseract/EasyOCR. Azure a Mistral automaticky detekují jazyk.", + "pipelines.ocr_language_label": "Jazyk OCR", + "pipelines.optional_suffix": "(volitelné)", + "pipelines.page_title": "Zpracování pipeline", + "pipelines.set_default": "Nastavit jako moji výchozí pipeline", + "pipelines.step_label_placeholder": "Přepsat výchozí název kroku", + "pipelines.step_type_label": "Typ kroku", + "pipelines.subtitle_intro": "Definujte a spravujte vlastní pracovní postupy zpracování dokumentů.", + "pipelines.subtitle_system_post": "odznak a jsou viditelné pro všechny uživatele.", + "pipelines.subtitle_system_pre": "Systémové pipeline (vytvořené administrátory) jsou zobrazeny s", + "pipelines.system_label": "Systém", + "pipelines.system_pipeline_label": "Systémová pipeline (viditelná pro všechny uživatele)", + "pipelines.title": "Zpracování pipeline", + "profile.avatar_alt": "Vaše profilová fotografie", + "profile.avatar_heading": "Profilový obrázek", + "profile.avatar_remove": "Odstranit vlastní avatar", + "profile.avatar_upload_hint": "Nahrajte obrázek ve formátu JPEG, PNG, GIF nebo WebP do 2 MB. Pokud není nastaven žádný vlastní obrázek, zobrazí se váš {gravatar}.", + "profile.choose_image": "Vybrat obrázek\u00152", + "profile.confirm_password": "Potvrďte nové heslo", + "profile.contact_email_hint": "Používá se pro systémová upozornění. Toto nemění váš přihlašovací e-mail.", + "profile.contact_email_label": "E-mail pro kontakt / upozornění", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "Současné heslo", + "profile.dismiss": "Zavřít", + "profile.display_name_hint": "Nechte prázdné pro použití uživatelského jména nebo e-mailu účtu.", + "profile.display_name_label": "Zobrazované jméno", + "profile.display_name_placeholder": "Vaše jméno, jak se zobrazuje v UI", + "profile.general_heading": "Obecné informace", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Nastavení profilu", + "profile.language_auto_detect": "Automatická detekce (z prohlížeče)", + "profile.language_hint": "Vyberte si preferovaný jazyk rozhraní. „Automatická detekce“ se řídí nastavením vašeho prohlížeče.", + "profile.language_label": "Jazyk UI", + "profile.new_password": "Nové heslo", + "profile.new_password_hint": "Minimálně 8 znaků.", + "profile.page_title": "Nastavení profilu – DocuElevate", + "profile.password_heading": "Změnit heslo", + "profile.preferences_heading": "Nastavení", + "profile.save_button": "Uložit změny", + "profile.saving": "Ukládání\u00152", + "profile.subtitle": "Spravujte své zobrazované jméno, avatar, jazyk a preferencí témat.", + "profile.theme_dark": "Tmavé", + "profile.theme_hint": "„Výchozí systém“ se řídí nastavením tmavého režimu vašeho zařízení.", + "profile.theme_label": "Barevné schéma", + "profile.theme_light": "Světlé", + "profile.theme_system": "Výchozí systém", + "profile.update_password": "Aktualizovat heslo", + "profile.updating": "Aktualizace\u00163\u00135\u00130\u00135\u00141\u00135\u00133\u00123\u00135\u00123\u00137\u00132\u00135\u00134\u00130\u00131\u00130\u00131\u00132\u00133\u00137\u00136\u00135\u00135\u00134\u00132\u00134\u00133\u00132\u00135\u00133\u00135\u00130\u00130\u00131\u00131\u00130\u00131\u00133\u00134\u00134\u00130\u00130\u00141\u00131\u00135\u00130\u00141\u00136\u00132\u00134\u00130\u00133\u00133\u00136\u00137", + "queue.active_tasks": "Aktivní úkoly", + "queue.auto_refresh_1": "Automaticky se obnovuje každých", + "queue.auto_refresh_2": "sekund", + "queue.col_arguments": "Argumenty", + "queue.col_current_step": "Aktuální krok", + "queue.col_file": "Soubor", + "queue.col_files": "Soubory", + "queue.col_queue": "Fronta", + "queue.col_state": "Stav", + "queue.col_task": "Úkol", + "queue.col_task_id": "ID úkolu", + "queue.files_processing": "Zpracovávání souborů", + "queue.heading": "Monitor fronty", + "queue.last_updated": "Naposledy aktualizováno:", + "queue.loading_stats": "Načítání statistik fronty\n\n", + "queue.no_active_tasks": "Žádné aktivní úkoly", + "queue.no_data": "Žádná data", + "queue.no_files_processing": "Žádné soubory se momentálně nezpracovávají", + "queue.page_title": "Monitor fronty", + "queue.processing_pipeline": "Zpracovatelská linka", + "queue.queued_tasks": "Úkoly ve frontě", + "queue.recently_processing": "Nedávno zpracovávané soubory", + "queue.redis_queues": "Redis fronty", + "queue.subtitle": "Reálný časový přehled procesní linky dokumentů a front úkolů Celery.", + "queue.workers_online": "Pracovníci online", + "search.button": "Hledat", + "search.error_message": "Hledání je dočasně nedostupné. Zkuste to prosím za chvíli znovu.", + "search.filter_aria_clear": "Vymazat všechny filtry", + "search.filter_clear_button": "Vymazat filtry", + "search.filter_date_from": "Datum od", + "search.filter_date_to": "Datum do", + "search.filter_document_type": "Typ dokumentu", + "search.filter_document_type_placeholder": "např. Faktura", + "search.filter_language": "Jazyk", + "search.filter_language_placeholder": "např. de", + "search.filter_sender": "Odesílatel", + "search.filter_sender_placeholder": "např. ACME Corp", + "search.filter_tags": "Štítky", + "search.filter_tags_placeholder": "např. amazon", + "search.filter_text_quality": "Kvalita textu", + "search.filter_text_quality_all": "Všechny", + "search.filter_text_quality_high": "Vysoká", + "search.filter_text_quality_low": "Nízká", + "search.filter_text_quality_medium": "Střední", + "search.filter_text_quality_no_text": "Žádný text", + "search.heading": "Hledání dokumentů", + "search.input_aria_label": "Hledat dokumenty", + "search.input_placeholder": "Hledat dokumenty podle obsahu, odesílatele, štítků, typu...", + "search.loading_indicator": "Hledání\u00133;", + "search.no_results": "Nenašly se žádné výsledky", + "search.page_title": "Hledat dokumenty", + "search.placeholder": "Hledat podle názvu souboru, obsahu, štítků...", + "search.result_empty": "Nenašly se žádné dokumenty odpovídající vašemu dotazu.", + "search.results_count": "Nalezeno {count} výsledků", + "search.saved_aria_save": "Uložit aktuální hledání", + "search.saved_button": "Uložit aktuální", + "search.saved_empty": "Žádná uložená hledání zatím", + "search.saved_error": "Nepodařilo se načíst uložená hledání", + "search.saved_label": "Uložená hledání", + "search.saved_loading": "Načítání...", + "search.title": "Hledat dokumenty", + "settings.audit_log_btn": "Audit log", + "settings.autocomplete_hint": "Zadejte pro hledání známých hodnot, nebo zadejte jakoukoli vlastní hodnotu.", + "settings.autocomplete_no_matches": "Žádné shody — můžete stále zadat vlastní hodnotu", + "settings.autocomplete_placeholder": "Zadejte pro hledání nebo zadejte hodnotu\u00133;", + "settings.boolean_enable_prefix": "Povolit", + "settings.categories_aria": "Kategorie nastavení", + "settings.categories_heading": "Kategorie", "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "settings.effective_value_label": "Účinná hodnota:", + "settings.encrypted_suffix": "= šifrováno na disku", + "settings.encrypted_title": "Hodnota je šifrována na disku v databázi", + "settings.export_btn": "Exportovat", + "settings.export_db_only": "Nastavení DB pouze", + "settings.export_full_config": "Úplná účinná konfigurace", + "settings.jump_to_category": "Přeskočit na kategorii\u00133;", + "settings.manage_config_prefix": "Spravovat konfiguraci. Priorita:", + "settings.model_picker_hint": "Vyberte ze seznamu nebo zadejte jakýkoli název modelu podporovaného vaším poskytovatelem.", + "settings.model_picker_placeholder": "Vyberte běžný model nebo zadejte vlastní název\u00133;", + "settings.no_results_clear": "vyčistit hledání", + "settings.no_results_heading": "Žádná nastavení nenalezena", + "settings.no_results_hint": "Zkuste jiný hledaný výraz nebo", + "settings.page_heading": "Nastavení aplikace", + "settings.required_label": "(požadováno)", + "settings.reset_confirm": "Opravdu chcete resetovat toto nastavení?", + "settings.restart_required_suffix": "= restartování vyžadováno", + "settings.revert_btn": "Odstranit z DB", + "settings.revert_title": "Odstranit přepsání DB a vrátit se k proměnné prostředí nebo výchozí hodnotě", + "settings.reverting": "Vrátí se\u0019...", + "settings.save_all_btn": "Uložit všechny změny", + "settings.save_error": "Selhalo při ukládání nastavení", + "settings.save_setting_title": "Uložit toto nastavení", + "settings.save_success": "Nastavení bylo úspěšně uloženo", + "settings.saving_state": "Ukládá\u0019...", + "settings.search_aria_label": "Hledat nastavení", + "settings.search_clear_aria": "Vymazat hledání", + "settings.search_placeholder": "Hledejte nastavení podle názvu, klíče nebo popisu\u0019...", + "settings.settings_count_suffix": "nastavení", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "settings.source_default_badge": "VÝCHOZÍ", + "settings.source_env_badge": "PROSTŘEDÍ", + "settings.title": "Nastavení", + "settings.toggle_visibility_aria": "Přepnout viditelnost hesla", + "settings.toggle_visibility_title": "Zobrazit/skryt hodnotu", + "settings.user_autocomplete_empty": "Nebyli nalezeni žádní shodní uživatelé", + "settings.user_autocomplete_hint": "Zadejte pro vyhledání existujících uživatelů podle jména, nebo zadejte jakýkoli identifikátor ručně.", + "settings.user_autocomplete_placeholder": "Začněte psát pro vyhledání uživatelů\u0019...", + "settings.wizard_btn": "Průvodce", + "shared.col_expiry": "Platnost", + "shared.col_file_label": "Soubor / Štítek", + "shared.col_link": "Odkaz", + "shared.col_views": "Zobrazení", + "shared.copy_link_aria": "Kopírovat odkaz do schránky", + "shared.copy_link_title": "Kopírovat odkaz", + "shared.create_btn": "Vytvořit odkaz", + "shared.create_heading": "Vytvořit nový sdílený odkaz", + "shared.creating": "Vytváření\u0019...", + "shared.expiry_12h": "12 hodin", + "shared.expiry_14d": "14 dní", + "shared.expiry_1h": "1 hodina", + "shared.expiry_24h": "24 hodin (1 den)", + "shared.expiry_30d": "30 dní", + "shared.expiry_3d": "3 dny", + "shared.expiry_6h": "6 hodin", + "shared.expiry_7d": "7 dní", + "shared.expiry_label": "Platnost", + "shared.expiry_never": "Nikdy", + "shared.file_id_help_post": "stránce nebo v URL detailu dokumentu.", + "shared.file_id_help_pre": "Najděte ID souboru na", + "shared.file_id_label": "ID souboru", + "shared.file_id_placeholder": "např. 42", + "shared.files_link": "Soubory", + "shared.heading": "Sdílené odkazy", + "shared.label_label": "Štítek", + "shared.label_placeholder": "např. Sdíleno s Bobem", + "shared.link_created": "Sdílený odkaz byl vytvořen!", + "shared.link_created_help": "Zkopírujte a odešlete tento odkaz příjemci.", + "shared.links_count_aria": "počet odkazů", + "shared.max_downloads_label": "Max. stažení", + "shared.no_links": "Zatím nejsou žádné sdílené odkazy. Vytvořte jeden výše a začněte.", + "shared.open_in_new_tab": "Otevřít v novém panelu", + "shared.open_link_aria": "Otevřít sdílený odkaz", + "shared.optional": "(volitelné)", + "shared.page_title": "Sdílené odkazy – DocuElevate", + "shared.password_label": "Heslo", + "shared.password_placeholder": "Nechte prázdné pro žádné heslo", + "shared.password_protected": "Heslem chráněno", + "shared.refresh_aria": "Obnovit seznam sdílených odkazů", + "shared.revoke_aria_prefix": "Odvolat sdílený odkaz pro", + "shared.revoke_btn": "Odvolat", + "shared.status_active": "Aktivní", + "shared.status_expired": "Expirovaný", + "shared.status_limit_reached": "Limit dosažen", + "shared.status_revoked": "Odvoláno", + "shared.subtitle": "Sdílejte dokumenty s kýmkoli prostřednictvím odkazu s časovým omezením nebo omezením zobrazení. Příjemci nemusí mít účet DocuElevate. Odkazy mohou být chráněny heslem a mohou být kdykoli odvolány.", + "shared.table_aria": "Sdílené odkazy", + "shared.unlimited_placeholder": "Neomezeně", + "shared.your_links": "Vaše sdílené odkazy", + "similarity.backfill_auto": "Pozadí úkolu je automaticky vypočítá každých 5 minut, nebo můžete", + "similarity.files_missing_text": "soubor(y) mají OCR text, ale zatím žádné vložení.", + "similarity.find_pairs_btn": "Najít páry", + "similarity.heading": "Podobnost dokumentů", + "similarity.load_error": "Nepodařilo se načíst páry.", + "similarity.min_similarity_label": "Min. podobnost", + "similarity.no_pairs_detail": "Žádné dvojice dokumentů nepřekračují prahovou hodnotu podobnosti.", + "similarity.no_pairs_heading": "Nebyly nalezeny žádné podobné páry", + "similarity.page_title": "Podobnost dokumentů - DocuElevate", + "similarity.pagination_aria": "Stránkování podobnostních párů", + "similarity.per_page_label": "Na stránku", + "similarity.scanning": "Hledání podobných párů dokumentů\n\n...", + "similarity.stat_embedding_model": "Model vkládání", + "similarity.stat_missing_embedding": "Chybějící vložení", + "similarity.stat_total_files": "Celkový počet souborů", + "similarity.stat_with_embedding": "S vložením", + "similarity.subtitle": "Páry dokumentů s vysokou sémantickou podobností, seřazené podle skóre.", + "similarity.trigger_aria": "Spuštění výpočtu vkládání pro všechny soubory, které postrádají vložení", + "similarity.trigger_now": "spustit nyní", + "status.app_version": "Verze aplikace", + "status.build_date": "Datum sestavení", + "status.container_id": "ID kontejneru", + "status.git_commit": "Git commit", + "status.last_check": "Poslední kontrola", + "status.page_title": "Stav systému", + "status.setting_label": "Nastavení", + "status.value_label": "Hodnota", + "subscription.available_plans_heading": "Dostupné plány", + "subscription.back_to_dashboard": "Zpět na řídicí panel", + "subscription.cancel_pending": "Zrušit změnu", + "subscription.cancel_scheduled": "Zrušit naplánovanou změnu", + "subscription.contact_sales": "Kontaktovat prodej", + "subscription.current_badge": "Aktuální", + "subscription.current_plan": "Aktuální plán", + "subscription.current_plan_cta": "Váš aktuální plán", + "subscription.downgrade_to_prefix": "Snížit na", + "subscription.features_heading": "Co je zahrnuto ve vašem plánu", + "subscription.free": "Zdarma", + "subscription.heading": "Moje předplatné", + "subscription.keep_plan_prefix": "Udržet", + "subscription.lifetime_files": "Celkem souborů (doživotně)", + "subscription.month_files": "Souborů tento měsíc", + "subscription.more_features_label": "více", + "subscription.page_title": "Moje předplatné \u00161\u00130\u00135\u00130\u00130\u00133\u00135\u00134\u00131\u00134", + "subscription.pending_badge": "Čekající", + "subscription.pending_benefits": "Všechny aktuální výhody plánu si zachováte až do té doby.", + "subscription.pending_on": "dne", + "subscription.pending_title": "Naplánovaná změna plánu čeká", + "subscription.pending_will_change": "Váš plán se změní na", + "subscription.per_mo": "/měsíc", + "subscription.per_month": "/měsíc", + "subscription.since": "Od", + "subscription.single_user_body": "Úrovně předplatného platí, když je aktivní režim více uživatelů. Vaše instance aktuálně funguje v režimu jednoho uživatele bez omezení zpracování. Administrátor může povolit režim více uživatelů prostřednictvím {settings_link}.", + "subscription.single_user_title": "Režim více uživatelů není povolen.", + "subscription.subtitle": "Váš aktuální plán, využití a dostupné upgrady.", + "subscription.this_month_label": "tento měsíc", + "subscription.today_files": "Souborů dnes", + "subscription.today_label": "dnes", + "subscription.unlimited": "Neomezené", + "subscription.upgrade_info": "Upgrady vstupují v platnost okamžitě. Snížení plánu je naplánováno na konec vašeho aktuálního fakturačního období.", + "subscription.upgrade_to_prefix": "Upgradovat na", + "subscription.usage_heading": "Využití", + "upload.browse_button": "Procházet soubory", + "upload.button_processing": "Zpracovává se...", + "upload.camera_button": "Vyfotit / Naskenovat dokument", + "upload.download_button": "Stáhnout a zpracovat", + "upload.downloading": "Stahuji soubor z URL...", + "upload.drag_drop": "Přetáhněte a pusťte soubory sem nebo klikněte pro procházení", + "upload.drop_hint_desktop": "Přetáhněte a pusťte soubory nebo složky sem, nebo klikněte pro výběr souborů.", + "upload.drop_hint_mobile": "Klepněte pro výběr souborů nebo použijte tlačítko kamery níže.", + "upload.drop_zone_aria": "Oblast nahrávání souborů. Přetáhněte a pusťte soubory sem, nebo stiskněte Enter pro procházení souborů.", + "upload.error": "Nahrávání selhalo", + "upload.error_invalid_url": "Neplatný formát URL", + "upload.error_url_required": "Zadejte prosím URL", + "upload.file_size_hint": "Maximální velikost: 500 MB na soubor", + "upload.file_types": "Povolené typy: PDF, kancelářské dokumenty (Word, Excel, PowerPoint, atd.), Obrázky", + "upload.filename_description": "Nechte prázdné pro použití názvu souboru z URL", + "upload.filename_label": "Název souboru (volitelné)", + "upload.filename_placeholder": "můj-dokument.pdf", + "upload.max_size": "Maximální velikost souboru: {size}", + "upload.page_title": "Nahrávání souborů", + "upload.section_device": "Nahrát ze zařízení", + "upload.section_url": "Nahrát z URL", + "upload.select_file": "Vyberte soubor", + "upload.success": "Soubor byl úspěšně nahrán", + "upload.title": "Nahrát dokument", + "upload.uploading": "Nahrávám...", + "upload.url_description": "Vložte přímý odkaz na soubor (PDF, kancelářské dokumenty nebo obrázky)", + "upload.url_label": "URL souboru", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/cy.json b/frontend/translations/cy.json index d36160ed..045117a3 100644 --- a/frontend/translations/cy.json +++ b/frontend/translations/cy.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Cwrdd â’r Creawdwr", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", + "about.creator_pre": "Mae DocuElevate wedi ei ddatblygu â phassion gan", + "about.features_admin_api": "API REST pwerus ar gyfer mynediad rhaglen", + "about.features_admin_config": "Amlgylchol iawn trwy newidynnau amgylchedd", + "about.features_admin_docker": "Parod i Docker ar gyfer cyflwyno a graddfa hawdd", + "about.features_admin_heading": "Gweinyddiaeth", + "about.features_admin_oauth2": "Cymorth dilysu OAuth2 gyda Authentik", + "about.features_automation_background": "Prosesu yn y cefndir gyda Redis a Celery", + "about.features_automation_gmail": "Integreiddio Gmail ac e-bost cyffredin", + "about.features_automation_heading": "Automatiaeth", + "about.features_automation_imap": "Polling blwch iawnd yn IMAP o sawl ffynhonnell", + "about.features_automation_ingestion": "Goryrrwr dogfen awtomataidd o wahanol fewnbwn", + "about.features_heading": "Priodweddau Allweddol", + "about.features_integration_cloud": "Cofrestru cwmwl: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integreiddio a Chadw", + "about.features_integration_multi_dest": "Cymorth llawer o leoliadau (store dogfennau mewn lleoliadau lluosog)", + "about.features_integration_protocols": "Protocolau trosglwyddo: FTP, SFTP, Ychwanegu e-bost", + "about.features_integration_selfhosted": "Opsiynau hun-hostio: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Dosbarthiad dogfennau deallus a thynnu dyddiadau", + "about.features_processing_heading": "Prosesu Dogfennau", + "about.features_processing_metadata": "Tynnu metada data awtomataidd gan ddefnyddio cyflenwr AI plwg", + "about.features_processing_ocr": "OCR wedi ei bweru gan Azure Document Intelligence", + "about.features_processing_pdf": "Trawsyrru PDF ar gyfer fformatau ffeil amrywiol trwy Gotenberg", + "about.features_processing_upload": "Uwchlwytho ffeiliau syml a diogel gyda chefnogaeth llusgo a gollwng", + "about.github_logo_alt": "Logo GitHub", + "about.heading": "Am DocuElevate", + "about.intro_post": " – eich ateb modern, deallus ar gyfer prosesu dogfennau! Rydym wedi adeiladu DocuElevate i drawsyrru’r ffordd rydych yn delio â’ch dogfennau – o uwchlwytho i dynnu, o brosesu i gadw.", + "about.intro_pre": "Croeso i ", + "about.involved_description": "Eisiau ymgolli yn y cod, cyfrannu syniadau, neu ddysgu mwy am DocuElevate?", + "about.involved_docs": "Darllen y Dogfennaeth", + "about.involved_github": "Gweld DocuElevate ar GitHub", + "about.involved_heading": "Cymryd Rhan", + "about.involved_website": "Ymwelwch â Gwefan DocuElevate", + "about.legal_description": "Rydym yn gofalu am eich preifatrwydd a diogelwch data. Awdurdodwch ein:", + "about.legal_heading": "Preifatrwydd a Phwysig", + "about.legal_license": "Gwybodaeth Trwydded", + "about.legal_privacy": "Hysbysiad Preifatrwydd", + "about.page_title": "Am DocuElevate", + "about.story_heading": "Ein Stori", + "about.story_p1": "Cafodd DocuElevate ei chreu gyda un nod yn ei fryd: i symlhau a llunio rheolaeth dogfennau ar gyfer pawb, beth bynnag yw eich graddfa, boed yn fenter fach neu'n gwmni mawr.", + "about.story_p2": "Rydym yn defnyddio pŵer darparwyr AI y gellir eu plugo (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, ac eraill) ar gyfer echdynnu metadata a pharfannau testun, yn integreiddio'n ddi-dor â Dropbox, Nextcloud, a Paperless NGX ar gyfer storio a mynegeio, yn defnyddio Azure Document Intelligence ar gyfer OCR, ac yn defnyddio Gotenberg ar gyfer trosi ffeiliau i PDF.", + "api_tokens.col_created": "Creadig", + "api_tokens.col_last_ip": "IP Diweddar", + "api_tokens.col_last_used": "Defnyddiwyd Diweddar", + "api_tokens.col_name": "Enw", + "api_tokens.col_prefix": "Rhagddodiad Token", + "api_tokens.copy_to_clipboard": "Copi token i'r clipfwrdd", + "api_tokens.copy_upload_example": "Copi enghraifft llwytho i'r clipfwrdd", + "api_tokens.copy_warning_1": "Copiwch y token hwn nawr — bydd", + "api_tokens.copy_warning_2": "ddim yn cael ei ddangos eto", + "api_tokens.create_heading": "Creu Token Newydd", + "api_tokens.create_token": "Creu Token", + "api_tokens.creating": "Yn creu\u00123", + "api_tokens.heading": "Tokenau API", + "api_tokens.intro": "Creu tokenau API personol i ryngweithio â'r API DocuElevate yn ddirwystr. Defnyddiwch dtokenau ar gyfer llwytho gwefannau, piblinellau CI/CD, neu unrhyw sgript sy'n angenrheidiol i lwytho neu ddychwelyd dogfennau.", + "api_tokens.loading_tokens": "Yn llwytho tokenau\u00123", + "api_tokens.never": "Byth", + "api_tokens.no_tokens_heading": "Dim tokenau API eto", + "api_tokens.no_tokens_help": "Creu eich token cyntaf uchod i ddechrau.", + "api_tokens.page_title": "Tokenau API – DocuElevate", + "api_tokens.revoke": "Dirwyn yn ôl", + "api_tokens.revoke_prefix": "Dirwyn token yn ôl", "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "api_tokens.status_revoked": "Wedi'i dirwyn yn ôl", + "api_tokens.table_aria": "Tokenau API", + "api_tokens.token_created": "Token wedi'i greu'n llwyddiannus!", + "api_tokens.token_name_label": "Enw'r token", + "api_tokens.token_name_placeholder": "e.e. CI Pipeline, Llwytho Gwefannau, Fy Sgript", + "api_tokens.usage_heading": "Enghraifft Defnydd", + "api_tokens.usage_intro_post": "penawd gyda phob cais API:", + "api_tokens.usage_intro_pre": "Defnyddiwch eich token API yn y", + "api_tokens.your_tokens": "Eich Tokenau", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", + "audit.col_resource": "Adroddiad", + "audit.col_timestamp": "Amser Stamp", + "audit.critical": "Critigol", + "audit.filter_action": "Gweithred", + "audit.filter_all_actions": "Pob gweithred", + "audit.filter_all_users": "Pob defnyddiwr", + "audit.filter_resource_placeholder": "e.e. dogfen, defnyddiwr", + "audit.filter_resource_type": "Math Adresource", + "audit.filter_severity": "Difrifoldeb", + "audit.filter_user": "Defnyddiwr", + "audit.filters_section_label": "Ffiltrau cofrestriadau", + "audit.next": "Nesaf", + "audit.next_label": "Y dudalen nesaf", + "audit.no_events": "Dim digwyddiadau archwilio wedi'u cofrestru eto.", + "audit.no_events_hint": "Bydd gweithredoedd pwysig (mewngofnodi, gweithrediadau dogfennau, newidiadau gosodiadau) yn ymddangos yma.", + "audit.page_title": "Cofrestriadau Archwilio - DocuElevate", + "audit.pagination_label": "Pagiadu cofrestr archwilio", + "audit.prev": "Blaenorol", + "audit.prev_label": "Y dudalen flaenorol", + "audit.refresh_label": "Adnewyddu cofrestriadau archwilio", + "audit.siem_disabled_title": "Mae cyfarch SIEM wedi'i ddiffodd", + "audit.siem_enabled_title": "Mae digwyddiadau yn cael eu cyfarch i ", + "audit.siem_off": "SIEM: Allan", + "audit.subtitle": "Cofrestr fanwl, dim ond yn ychwanegu yn unig o bob gweithred bwysig.", + "audit.table_label": "Digwyddiadau cofrestr archwilio", + "audit.title": "Cofrestriadau Archwilio", + "auth.confirm_password": "Cadarnhewch y Cyfrinair", + "auth.create_account": "Creu cyfrif", + "auth.display_name_label": "Enw arddangos", + "auth.email_label": "E-bost", + "auth.forgot_password": "Wedi anghofio'r Cyfrinair?", + "auth.forgot_username": "Wedi anghofio enw defnyddiwr?", + "auth.login": "Mewngofnodi", + "auth.login_title": "Mewngofnodi", + "auth.logo_alt": "Logo DocuElevate", + "auth.logout": "Allgofnodi", + "auth.my_account": "Fy Nghyfrif", + "auth.no_account": "Does dim gennych gyfrif?", + "auth.or_continue_with": "Neu parhau gydag", + "auth.password_label": "Cyfrinair", + "auth.profile": "Proffil", + "auth.remember_me": "Cofiwch fi", + "auth.return_home": "Dychwelyd i gartref", + "auth.sign_in": "Mewngofnodi", + "auth.sign_in_sso": "Mewngofnodi gyda SSO", + "auth.sign_in_with": "Mewngofnod â", + "auth.sign_in_with_username": "Mewngofnod â chyfenw", + "auth.signup": "Cofrestrwch", + "auth.signup_title": "Cofrestrwch", + "auth.username_label": "Enw defnyddiwr", + "auth.username_or_email": "Enw defnyddiwr neu E-bost", + "auth.verify_email_back_sign_in": "Yn ôl i mewn i'r cyfrif", + "auth.verify_email_expiry": "Mae'r ddolen yn dod i ben o fewn 24 awr. Os nad ydych yn gweld yr e-bost, gwiriwch eich ffolder sbam.", + "auth.verify_email_heading": "Gwirio eich mêl", + "auth.verify_email_message": "Rydym wedi anfon e-bost dilysu atoch. Pleidleisiwch ar y ddolen yn yr e-bost i actifadu eich cyfrif.", + "auth.verify_email_page_title": "DocuElevate - Gwirio Eich E-bost", + "auth.verify_email_resend_aria_label": "Cyfeiriad e-bost ar gyfer ailosod", + "auth.verify_email_resend_button": "Ailosod e-bost dilysu", + "auth.verify_email_resend_label": "Cyfeiriad e-bost", + "auth.verify_email_resend_placeholder": "Rhowch eich cyfeiriad e-bost", + "auth.verify_email_resend_prompt": "Nid yw wedi cyrraedd?", + "backup.archives_heading": "Archifau Back-up", + "backup.backup_now": "Back-up Nawr", + "backup.clean_up": "Clirio", + "backup.cleanup_title": "Rhedeg clirio cadw nawr", + "backup.col_created": "Crewyd", + "backup.col_filename": "Enw ffeil", + "backup.col_size": "Maint", + "backup.col_storage": "Storio", + "backup.col_type": "Math", + "backup.config_auto_backup": "Back-up awtomatig", + "backup.config_remote_dest": "Dolen bell", + "backup.config_retention": "Cadw", + "backup.config_total_size": "Maint lleol cyfan", + "backup.confirm_btn": "Cadarnhau", + "backup.confirm_title": "Cadarnhau'r weithred", + "backup.heading": "Rheoli Back-up", + "backup.local_only": "Dim ond lleol", + "backup.no_backups": "Dim backups eto.", + "backup.no_backups_hint": "Cliciwch Back-up Nawr i greu eich back-up cyntaf.", + "backup.page_title": "Rheoli Back-up", + "backup.records_label": "cofrestriadau", + "backup.restore_btn": "Adfer", + "backup.restore_desc_mid": "archif back-up i adfer y gronfa ddata.", + "backup.restore_desc_pre": "Dewiswch", + "backup.restore_desc_warning": "Bydd hyn yn orffen pob data cyfredol.", + "backup.restore_file_label": "Archif gefn (/.db.gz)", + "backup.restore_heading": "Adfer o Ffeil", + "backup.restoring": "Adfer\u00103", + "backup.retention_daily_detail": "\u0013 - kept for 3 wythnosau", + "backup.retention_heading": "Polisi cadw", + "backup.retention_hourly_detail": "\u0013 - kept for 4 diwrnodau", + "backup.retention_note": "Mae cefnlenni tu hwnt i’r ffiniau hyn yn cael eu tynnu’n awtomatig ar ôl i bob cefnlen newydd gael ei chreu.", + "backup.retention_weekly_detail": "\u0013 - kept for ~3 misoedd", + "backup.snapshots": "snepiau", + "backup.status_ok": "iawn", + "backup.storage_local": "leol", + "backup.subtitle": "Mae cefnlenni cronfa ddata yn cael eu creu’n awtomatig: bob awr (4 diwrnod), bob dydd (3 wythnosau), bob wythnos (13 wythnosau).", + "backup.table_aria": "Archifau cefn", + "backup.trigger_daily": "Cefnwch Nawr (Bob Dydd)", + "backup.trigger_hourly": "Cefnwch Nawr (Bob Awyr)", + "backup.trigger_weekly": "Cefnwch Nawr (Bob Wythnos)", + "backup.type_daily": "Bob Dydd", + "backup.type_hourly": "Bob Awyr", + "backup.type_weekly": "Bob Wythnos", + "billing.go_to_dashboard": "Ewch i’r darluniau", + "billing.manage_subscription": "Rheoli tanysgrifiad", + "billing.success_heading": "Rydych chi wedi’i wneud!", + "billing.success_message": "Mae eich tanysgrifiad wedi’i actifadu. Diolch am ddewis DocuElevate!", + "billing.success_page_title": "DocuElevate - Tanysgrifiad wedi’i actifadu", + "common.actions": "Gweithrediadau", "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", + "common.all": "Pawb", + "common.avatar": "Avatar", + "common.back": "Yn ôl", + "common.cancel": "Diddymu", + "common.close": "Cau", + "common.col_pending": "Hawddfarn", + "common.completed": "Wedi’i gwblhau", + "common.confirm": "Cadarnhau", + "common.copied": "Wedi ei gopïo!", + "common.copy": "Copïo", + "common.create": "Creu", + "common.created": "Wedi’i greu", + "common.date": "Dyddiad", + "common.delete": "Dileu", + "common.description": "Disgrifiad", + "common.details": "Manylion", + "common.disabled": "Anabl", + "common.download": "Lawrlwytho", + "common.duplicate": "Dyblyg", + "common.edit": "Golygu", + "common.enabled": "Cysylltiedig", + "common.error": "Gwall", + "common.failed": "Methledig", + "common.filter": "Hyd", + "common.inactive": "Anweithgar", + "common.info": "Gwybodaeth", + "common.loading": "Ychwanegu...", + "common.name": "Enw", + "common.next": "Nesaf", + "common.next_page": "Tudalen nesaf", + "common.no": "Na", + "common.none": "Dim", + "common.page": "Tudalen", + "common.paused": "Cyrhaedd", + "common.pending": "Wythnos", + "common.prev_page": "Tudalen flaenorol", + "common.previous": "Blaenorol", + "common.processing": "Prosesu", + "common.refresh": "Ailgychwyn", + "common.reset": "Ailset", + "common.retry": "Ceisio eto", + "common.save": "Cadw", + "common.search": " chwilio", + "common.select": "Dewis", + "common.select_placeholder": "\u0013 dewis \u0013", + "common.size": "Maint", + "common.status": "Statws", + "common.submit": "Cyflwyno", + "common.success": "Llwyddiant", + "common.tags": "Tagiau", + "common.test": "Prawf", + "common.test_connection": "Prawf Cysylltiad", + "common.type": "Math", + "common.update": "Diweddaru", + "common.updated": "Diweddarwyd", "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "common.view": "Gwybodaeth", + "common.warning": "Rhybudd", + "common.yes": "Ie", + "cookie.accept": "Deall", + "cookie.learn_more": "Dysgwch mwy", + "cookie.message": "Mae'r wefan hon yn defnyddio cwcis i wella eich profiad.", + "cookie.notice": "Mae DocuElevate yn defnyddio dim ond cwcis sesiwn hanfodol sydd eu hangen ar gyfer dilysu a gweithrediad gwasanaeth. Nid yw cwcis olrhain nac analytics yn cael eu defnyddio.", + "cookie.notice_label": "Hysbysiad cwci", + "cookie.policy_link": "Polisi cwci", + "cookie.privacy_link": "Hysbysiad preifatrwydd", + "credentials.col_action": "Gweithred", + "credentials.col_credential": "Credenciales", + "credentials.col_source": "Ffynhonnell", + "credentials.configured": "Wedi'i gymhwyso", + "credentials.edit_in_settings": "Golygu yn y Gosodiadau", + "credentials.legend_db": "Gwerth wedi'i storio yn y gronfa ddata (wedi'i gyfrinacho yn ei le; yn gorchfygol newidynnau'r amgylchedd)", + "credentials.legend_env_after": " ffeil", + "credentials.legend_env_before": "Gwerth o newidyn yr amgylchedd neu ", + "credentials.legend_missing": "Credenciales heb ei gosod — ni fydd integreiddio'n gweithio", + "credentials.legend_restart": "Ailgychwyn yn ofynnol pan fydd y credenciales hwn yn cael ei newid", + "credentials.legend_title": "Chwedl", + "credentials.manage_settings": "Rheoli Gosodiadau", + "credentials.not_configured": "Heb ei gymhwyso", + "credentials.page_title": "Archwiliad Credenciales - DocuElevate", + "credentials.raw_json": "JSON crai (API)", + "credentials.restart_title": "Ailgychwyn yn ofynnol ar ôl newid y credenciales hwn", + "credentials.source_db_title": "Wedi'i storio yn y gronfa ddata (wedi'i gyfrinacho)", + "credentials.source_env_title": "O newidyn yr amgylchedd", + "credentials.status_missing": "Ar goll", + "credentials.subtitle": "Trosolwg o'r holl gredenciales sensitif a ddefnyddir gan DocuElevate. Nid yw unrhyw werth cudd yn cael ei ddangos yma — dim ond a yw pob credenciales wedi'i gymhwyso a ble mae'n dod o.", + "credentials.table_for": "Credenciales ar gyfer", + "credentials.title": "Archwiliad Credenciales", + "credentials.total_credentials": "Cyfanswm Credenciales", + "dashboard.active_integrations": "Integreiddiadau Actif", + "dashboard.files_this_month": "Ffeiliau Y Mis hwn", + "dashboard.files_today": "Ffeiliau Heddiw", + "dashboard.ocr_processed": "OCR Wedi'i Brosesu", + "dashboard.quick_actions": "Gweithredoedd Cyflym", + "dashboard.recent_activity": "Activitiadau Diweddar", + "dashboard.storage_targets": "Dargedau Storio", + "dashboard.title": "Dangosfa", + "dashboard.total_files": "Cyfanswm Ffeiliau", + "dashboard.welcome": "Croeso i DocuElevate", + "duplicates.file_id_label": "ID Ffeil", + "duplicates.file_id_placeholder": "e.e. 42", + "duplicates.find_btn": "Canfod", + "duplicates.found_files": "ffeiliau dyblyg(au) yn gyfan gwbl.", + "duplicates.found_groups": "grwpiau dyblyg(au) gyda", + "duplicates.found_prefix": "Dod wedi", + "duplicates.group_aria": "Grŵp dyblyg", + "duplicates.heading": "Dogfennau Dyblyg", + "duplicates.how_it_works_heading": "Sut mae'r broses canfod dyblygon agos yn gweithio", + "duplicates.max_results_label": "Max canlyniadau", + "duplicates.near_dup_desc": "Dewiswch ddogfen i wirio a yw unrhyw ffeiliau eraill yn cynnwys yr un cynnwys (neu'n debyg iawn) \n hyd yn oed os câi eu sgrinio ar wahanol adegau a phob un â hashs SHA-256 gwahanol.", + "duplicates.near_dup_heading": "Canfod Dyblygon Agos ar gyfer Dogfen", + "duplicates.no_exact_heading": "Dim dyblygon union wedi'u canfod", + "duplicates.page_title": "Dogfennau Dyblyg - DocuElevate", + "duplicates.pagination_aria": "Paginate", + "duplicates.role_duplicate": "Dyblyg", + "duplicates.role_original": "Gwreiddiol", + "duplicates.tab_exact": "Dyblygion Union", + "duplicates.tab_near": "Darganfyddwr Dyblygon Agos", + "duplicates.tabs_aria": "Tabs canfod dyblygon", + "duplicates.threshold_label": "Trothwy tebyg", + "duplicates.view_dup_aria": "Gweld ffeil ddyblyg", + "duplicates.view_original_aria": "Gweld ffeil wreiddiol", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Oops, ni allwn ddod o hyd i'r dudalen hon!", + "error.404_home": "Dychweliad adref", + "error.404_message": "Mae'n ymddangos bod DocuElevate wedi colli'r ddogfen roeddech chi'n chwilio amdani. Peidiwch â pharhau i boeni – rydym yma i'ch cefnogi.", + "error.404_title": "404 - Heb ei Ddod o Hyd", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Dangos Gwybodaeth Debug", + "error.500_description": "Cafodd ein gweinyddion drafferth a bydd angen munud.", + "error.500_heading": "Oops! Mae rhywbeth wedi mynd o'i le.", + "error.500_home": "Mynd Adref", + "error.500_img_alt": "Darlun o gammedd server", + "error.500_message1": "Cafodd ein gweinyddion drafferth a bydd angen munud. Efallai bod y merched yn gollwng eu coffi?", + "error.500_message2": "Rydym eisoes yn gweithio ar hyn—cyfuno ffeiliau, ail-ddechrau gweinyddion, a thrawsnewid capasitwyr fflox.", + "error.500_title": "Gwall Gweinydd - DocuElevate", + "error.forbidden": "Gwaharddedig", + "error.forbidden_message": "Nid ydych chi'n cael caniatâd i fynediad i'r dudalen hon.", + "error.not_found": "Nid yw'r dudalen wedi'i chanfod", + "error.not_found_message": "Nid yw'r dudalen rydych chi'n chwilio amdani yn bodoli.", + "error.server_error": "Gwall Gwasanaeth Mewnol", + "error.server_error_message": "Mae rhywbeth wedi mynd o'i le. Pleidleisiwch i drio eto yn hwyr.", + "error.unauthorized": "Heb awdurdod", + "error.unauthorized_message": "Mae angen i chi gofrestru i gael mynediad i'r dudalen hon.", + "files.action_delete": "Dileu ffeil", + "files.action_details": "Gweld manylion", + "files.action_preview": "Prahôn cyflym", + "files.bulk_clear_selection": "Clirio Dewis", + "files.bulk_cloud_ocr": "Ail-fynd â Cloud OCR", + "files.bulk_delete": "Dileu a Ddewiswyd", + "files.bulk_download": "Lawrlwytho fel ZIP", + "files.bulk_reprocess": "Ailbrosesu a Ddewiswyd", + "files.delete_modal_cancel": "Canslo", + "files.delete_modal_confirm": "Dileu", + "files.delete_modal_message": "Ydych chi'n siŵr eich bod am ddileu'r ffeil hon?", + "files.delete_modal_title": "Cadarnhau Dileu", + "files.document_title": "Teitl y Ddogfen", + "files.drop_overlay_hint": "Cefnogi PDF, docs Office, delweddau, HTML, Markdown, ac yn rhagor – mae ffolderau'n cael eu prosesu yn ôl yn ddibynadwy", + "files.drop_overlay_title": "Rhowch ffeiliau neu ffolderi unrhyw le i uwchlwytho", + "files.error_hint": "Gallai hyn fod oherwydd problem gydag ardystiad neu fewnforio. Gwiriwch logiau'r gwasanaeth.", + "files.file_size": "Maint y Ffeil", + "files.filename": "Enw Ffeil", + "files.files_selected": "ffeiliau wedi'u dewis", + "files.filter_all_providers": "Pob Darparwr", + "files.filter_all_statuses": "Pob statws", + "files.filter_all_types": "Pob Math", + "files.filter_apply": "Gymhwyso Ffilteriau", + "files.filter_clear": "Clirio", + "files.filter_date_from": "Dyddiad O", + "files.filter_date_from_aria": "Ffilter o ddyddiad", + "files.filter_date_to": "Dyddiad I", + "files.filter_date_to_aria": "Ffilter i ddyddiad", + "files.filter_form_aria": "Ffilterio ffeiliau", + "files.filter_mime_type": "Math MIME", + "files.filter_ocr_all": "Pob Ffeil", + "files.filter_ocr_good": "Ansawdd da", + "files.filter_ocr_poor": "Ansawdd gwael", + "files.filter_ocr_quality": "Ansawdd OCR", + "files.filter_ocr_quality_aria": "Filteriwch yn seiliedig ar sgôr ansawdd OCR", + "files.filter_ocr_unchecked": "Heb ei asesu eto", + "files.filter_search_label": "Chwilio Ffeil enw", + "files.filter_search_placeholder": "Nodwch enw ffeil...", + "files.filter_storage_provider": "Darparwr Storfa", + "files.filter_tags_aria": "Filteriwch yn seiliedig ar dagiau (wedi eu separu gan gomau)", + "files.filter_tags_placeholder": "e.e. anfoneb,amazon", + "files.fulltext_search_label": "Chwiliad Testun Llawn (testun OCR, metadata, tagiau)", + "files.fulltext_search_placeholder": "Chwilio cynnwys dogfen, anfonwr, tagiau, math...", + "files.no_files": "Dim ffeiliau wedi'u darganfod", + "files.ocr_status": "Statws OCR", + "files.page_title": "Cofnodion Ffeil", + "files.pagination_files": "ffeiliau", + "files.pagination_first": "Cyntaf", + "files.pagination_last": "Olaf", + "files.pagination_nav_aria": "Pereintiad rhestr ffeiliau", + "files.pagination_next": "Nesaf", + "files.pagination_of": "o", + "files.pagination_previous": "Cynheliedig", + "files.pagination_showing": "Yn dangos", + "files.preview_modal_close": "Cau rhagolwg", + "files.preview_modal_title": "Rhagolwg", + "files.queue_banner_items": "item(s) yn cael eu paratoi neu'n cael eu prosesu. Bydd ffeiliau yn ymddangos yma unwaith y bydd y broses yn gorffen.", + "files.queue_banner_link": "Gweld Pigfain", + "files.saved_searches_empty": "Dim chwiliadau wedi'u cadw eto", + "files.saved_searches_error": "Methwyd â llwytho chwiliadau wedi'u cadw", + "files.saved_searches_label": "Chwiliadau wedi'u Cadw", + "files.saved_searches_save": "Cadw'r Cyfredol", + "files.saved_searches_save_aria": "Cadwch hidlwyr cyfredol fel chwiliad wedi'i gadw", + "files.search_results_empty": "Dim canlyniadau wedi'u darganfod.", + "files.search_results_title": "Canlyniadau Chwilio", + "files.status_duplicate": "Dymunol", + "files.table_actions": "Gweithredoedd", + "files.table_aria": "Cofnodion ffeil", + "files.table_created_at": "Creu Ar", + "files.table_empty": "Dim ffeiliau wedi'u darganfod", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.table_mime_type": "Math MIME", + "files.table_original_filename": "Enw Ffeil Gwreiddiol", + "files.table_select_all": "Dewiswch yr holl ffeiliau ar y dudalen hon", + "files.tags": "Tagiau", + "files.title": "Ffeiliau", + "files.upload_modal_aria": "Cynnydd llwytho i fyny", + "files.upload_modal_close": "Cau cynnydd llwytho i fyny", + "files.upload_modal_header": "Llwytho Ffeiliau", + "files.uploaded": "Wedi'i lwytho", + "footer.about": "Ynghylch", + "footer.attribution": "Hawlfraint", + "footer.attributions": "Hawlfraint", + "footer.cookies": "Cwcis", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Argraffiad", + "footer.license": "Trwydded", + "footer.navigation": "Nawdyr traed", + "footer.privacy": "Preifatrwydd", + "footer.terms": "Telerau", + "footer.version": "Fersiwn {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "Cysylltiedig â OAuth. Mae ffeiliau yn cyrraedd yn eich folder dewisol.", + "help.destinations_email": "Ailgyfeirio E-bost", + "help.destinations_email_desc": "Ffeiliau wedi'u prosesu'n cael eu hanfon fel atodiadau SMTP.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Cyfrif gwasanaeth neu OAuth. Mae'n cefnogi driveiau rhannol.", + "help.destinations_heading": "Manoedd cyrchfan – Ble mae Dogfennau yn Mynd", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Storfa cwmwl wedi'i hunan-hostio trwy WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Integreiddio API Microsoft Graph.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Pwyswch ddogfennau yn syth i Paperless ar gyfer archifio.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Unrhyw fwced yn gydnaws â S3 (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Trosglwyddo ffeiliau diogel i unrhyw weinydd.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST meta-data i unrhyw benodolyn allanol.", + "help.documentation": "Dogfennaeth", + "help.faq": "Cwestiynau Cyffredin", + "help.faq_1_a": "Navyddwch i'r dudalen Llwytho i fyny, llusgwch a gollwng eich ffeiliau neu cliciwch Dewis Ffeil. Mae DocuElevate yn trosi delweddau a dogfennau swyddfa i PDF, yn cwblhau OCR, a'n ddwyn meta-data yn awtomatig.", + "help.faq_1_q": "Sut y gallaf lwytho dogfennau i fyny?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, a HTML. Mae ffeiliau heb PDF yn cael eu trawsnewid yn awtomatig i PDF cyn eu prosesu.", + "help.faq_2_q": "Pa ffeiliau sydd wedi'u cefnogi?", + "help.faq_3_a": "Oes. Ewch i Dderbyn E-bost, ychwanegwch gyfrif IMAP, a bydd DocuElevate yn holi am negeseuon newydd ac yn prosesu atodiadau'n awtomatig.", + "help.faq_3_q": "A allaf dderbyn dogfennau drwy e-bost?", + "help.faq_4_a": "Mae piblinellau'n eich galluogi i gysylltu camau prosesu – OCR, tynnu AI, newid fformat – a chyfeirio'r canlyniad i un neu fwy o gyrchfannau. Creu a rheoli nhw o'r dudalen Piblinellau.", + "help.faq_4_q": "Sut mae piblinellau prosesu yn gweithio?", + "help.faq_5_a": "Mae DocuElevate yn gyfrinachol â chredenciales yn llonydd, yn cyfathrebu dros TLS, ac ni storioch eich dogfennau am fwy o amser nag sydd ei angen. Gweler y Hysbysiad Preifatrwydd am fanylion llawn.", + "help.faq_5_a_post": " am fanylion llawn.", + "help.faq_5_a_pre": "Mae DocuElevate yn gyfrinachol ar gyfer cyfeiriadau, yn cyfathrebu dros TLS, ac byth yn storio eich dogfennau yn hirach nag sydd angen. Gweler y ", + "help.faq_5_q": "A yw fy data'n ddiogel?", + "help.faq_heading": "Cwestiynau Cyffredin", + "help.getting_started": "Dechrau", + "help.heading": "Canolfan Gymorth", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Defnyddiwch y REST API i ddanfon dogfennau yn rhaglenol. Dilynwch gyda thocyn Bearer a POSTiwch ffeiliau i'r pwynt lanlwytho.", + "help.ingestion_heading": "Offer Dynesu Data", + "help.ingestion_mobile": "Apps Symudol", + "help.ingestion_mobile_desc": "Defnyddiwch unrhyw ap sganio symudol sy'n cefnogi cyrchfannau llwytho HTTP arferol i anfon lluniau a sganiau i DocuElevate o'ch ffôn neu dyfais tabl.", + "help.ingestion_scanners": "Sganwyr Rhwydwaith", + "help.ingestion_scanners_desc": "Pwyntiwch unrhyw sganwr rhwydwaith neu beiriant lluosog at bwynt lanlwytho DocuElevate. Mae dogfennau a sganwyd yn cyrraedd yn uniongyrchol yn eich gwaith prosesu.", + "help.ingestion_watched_folders": "Ffoldrau Gwyliedig", + "help.ingestion_watched_folders_desc": "Ffynhonnell ffolder leol neu rwydwaith i'w monitro. Bydd unrhyw ffeil a leinwyd mewn ffolder wyliedig yn cael ei llwytho i fyny a'i brosesu'n awtomatig gan DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrewch DocuElevate i'ch llif gweithdai awtomatiaeth gyda Zapier, n8n, neu Make. Defnyddiwch weithredoedd REST API i sbarduno llwytho dogfennau o unrhyw ddigwyddiad.", + "help.meta_description": "Gael cymorth gyda DocuElevate – chwiliwch ar gyfer canllawiau ar lanlwytho dogfennau, cysylltu storfa cwmwl, sefydlu piblinellau, ac yn y blaen.", + "help.og_description": "Gael cymorth gyda DocuElevate – chwiliwch ar gyfer canllawiau ar lanlwytho dogfennau, cysylltu storfa cwmwl, sefydlu piblinellau, ac yn y blaen.", + "help.page_title": "Canolfan Gymorth", + "help.privacy_notice": "Hysbysiad Preifatrwydd", + "help.quickstart_heading": "Cyflwyniad Gyflym", + "help.quickstart_storage": "Cysylltwch â Storio", + "help.quickstart_storage_desc": "Ewch i'r Gosodiadau a chysylltwch â'ch cyfrifon cwmwl. Mae dogfennau a broseswyd yn cael eu cyfeirio'n awtomatig i bob cyrchfan a ffurfioddwch.", + "help.quickstart_storage_desc_full": "Ewch i Integrau a gysylltwch â'ch cyfrifon storfa cwmwl. Mae DocuElevate yn cefnogi Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, ac yn y blaen. Mae dogfennau a broseswyd yn cael eu cyfeirio'n awtomatig i bob cyrchfan rydych chi'n ei sefydlu.", + "help.quickstart_upload": "Uchwyso Dogfennau", + "help.quickstart_upload_desc": "Chwythwch a gollwng ffeiliau ar y dudalen Uwchwyso neu cliciwch Dewis Ffeil. Mae DocuElevate yn newid delweddau a dogfennau swyddfa i PDF, yn rhedeg OCR, ac yn tynnu metadata'n awtomatig.", + "help.quickstart_workflows": "Rhwydweithiau Cyflymu", + "help.quickstart_workflows_desc": "Creu Piblinellau i ddiffinio rheolau prosesu a chyfeirio camau lluosog. Sefydlu OCR, tynnu AI, newid fformat, a dosbarthu mewn llif sengl.", + "help.sources_email_ingestion": "Derbyn E-bost (IMAP)", + "help.sources_email_ingestion_desc": "Cyfeiriwch ddogfennau i fag e-bost penodol. O dan Derbyn E-bost, ychwanegwch un neu fwy o gyfrifon IMAP. Mae DocuElevate yn holi am negeseuon newydd ac yn prosesu atodiadau'n awtomatig.", + "help.sources_heading": "FFynhonnell – Derbyn Dogfennau", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "help.sources_rest_api_desc": "Mewngofnodi'n raglennol trwy POST-ing ffeiliau i /api/upload. Dymunol ar gyfer sgriptiau, ffolderi gwylio, sganwyr, neu offer trydydd parti fel Zapier a n8n.", + "help.sources_scanner": "Sganwr & Ffôn Symudol", + "help.sources_scanner_desc": "Cyfeiriwch sganwyr rhwydwaith at gyfeiriad uwchlwytho DocuElevate neu defnyddiwch unrhyw ap sganio symudol sy'n cefnogi cyrchfannau HTTP personol.", + "help.sources_scanner_desc_full": "Ffurfiwch eich sganwr rhwydwaith neu beiriant lluosog i anfon sganiau'n uniongyrchol i DocuElevate. Defnyddiwch y pwynt /api/upload fel y cyrchfan. Mae apps sganio symudol gyda chyrchfannau llwytho arferol hefyd yn cael eu cefnogi.", + "help.sources_web_upload": "Uwchlwytho Gwe", + "help.sources_web_upload_desc": "Y ffordd fwyaf cyflym i ddechrau. Agorwch y dudalen Uwchlwytho, gollwng un neu fwy o ffeiliau, a bydd DocuElevate yn gofalu am y gweddill. Mae'r ffeiliau wedi'u cefnogi yn cynnwys PDF, JPEG, PNG, TIFF, DOCX, XLSX, a mwy.", + "help.subheading": "Popeth sydd ei angen arnoch i gael y gorau o DocuElevate. Cewch bori trwy bynciau isod neu chwilio am yr hyn sydd ei hangen arnoch.", + "help.support": "Cymorth", + "help.support_admin_message": "Cysylltwch â'ch gweinyddwr am wybodaeth cymorth.", + "help.support_description": "Methwch ddod o hyd i'r hyn rydych yn chwilio amdano? Mae ein tîm cymorth yma i helpu.", + "help.support_heading": "Cysylltwch â Chymorth", + "help.support_live_chat": "Sgwrs Fyw ar gael – cliciwch y pwmpen sgwrs i ddechrau sgwrs.", + "help.support_ticket_button": "Cyflwynwch Ddocyn", + "help.support_ticket_desc": "Llenwch y ffurflen isod a bydd ein tim cymorth yn ymateb i chi mor gyflym ag y gallant.", + "help.support_ticket_heading": "Agor Ddocyn Cymorth", + "help.title": "Canolfan Gymorth", + "help.workflows_creating": "Creu Piblinell", + "help.workflows_definition": "Mae Piblinell yn gyfres o gamau prosesu sy'n rhedeg yn awtomatig wrth i ddogfen gael ei derbyn. Gall pob cam drawsnewid, cyfoethogi, neu gyfeirio'r ddogfen.", + "help.workflows_heading": "Rhwydweithiau a Phiblinellau", + "help.workflows_step_1": "Trosi i PDF", + "help.workflows_step_1_create": "Ewch i Pipelines yn y prif faenw.", + "help.workflows_step_1_full": "Trosi i PDF – mae pob ffeil sy'n dod i mewn yn cael ei normalization i fformat PDF cyson.", + "help.workflows_step_2": "OCR – dychwelyd testun", + "help.workflows_step_2_create": "Cliciwch New Pipeline a rhoi enw iddo.", + "help.workflows_step_2_full": "OCR – echdynnu testun dewisol o dudalennau wedi eu sganio gan ddefnyddio Deallusrwydd Dogfen Azure neu'r peiriant adeiledig.", + "help.workflows_step_3": "Dychweliad metadata AI", + "help.workflows_step_3_create": "Ychwanegwch y camau prosesu sydd eu hangen arnoch.", + "help.workflows_step_3_full": "Echdynnu metadata AI – dosbarthu math dogfen a thynnu meysydd allweddol fel symiau, dyddiadau, a henwau gan ddefnyddio OpenAI.", + "help.workflows_step_4": "Ddanfon i un neu ragor o gyrchfannau", + "help.workflows_step_4_create": "Dewiswch un neu ragor o gyrchfannau dosbarthu.", + "help.workflows_step_5_create": "Cadwch – bydd dogfennau newydd yn cael eu prosesu trwy'r pipeline hwn yn awtomatig.", + "help.workflows_typical_steps": "Camau Típig", + "help.workflows_what_is": "Beth yw Pipeline?", + "index.badge_intelligent": "Prosesu Dogfennau Deallus", + "index.button_browse_files": "Pori Dogfennau", + "index.button_upload": "Uwchlwytho", + "index.capabilities_cloud": "Storio yn y Cwmwl: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Dygymod dogfennau trwy e-bost a URL", + "index.capabilities_ocr": "OCR a dychweliad metadata gyda AI", + "index.capabilities_paperless": "Integreiddio Paperless-ngx ar gyfer rheoli dogfennau", + "index.capabilities_title": "Sgiliau", + "index.capabilities_workflows": "Dosbarthiad a llwybrau awtomataidd", + "index.cta_description": "Ymunwch â thimau sy'n awr yn awtomeiddio eu prosesu dogfennau gyda DocuElevate.", + "index.cta_heading": "Barod i godi eich llif gwaith dogfennau?", + "index.cta_pricing": "Gweld prisiau", + "index.cta_signup": "Creu cyfrif am ddim", + "index.dashboard_subtitle": "Prosesu a rheoli dogfennau deallus", + "index.dashboard_subtitle_teams": "Prosesu a rheoli dogfennau deallus — wedi'i adeiladu ar gyfer timau", + "index.feature_ai": "Dychweliad Metadata AI", + "index.feature_ai_desc": "Mae OpenAI, Claude, Gemini, a darparwyr AI eraill yn dosbarthu dogfennau a thynnu allan meysydd allweddol fel dyddiadau, swm, a pynciau.", + "index.feature_cloud": "Storfa Fwy-Cwmwl", + "index.feature_cloud_desc": "Rheoli dogfennau wedi'u prosesu i Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, ac eraill.", + "index.feature_email": "Dychweliad E-bost ac IMAP", + "index.feature_email_desc": "Tynna dogfennau yn awtomatig o Gmail neu unrhyw blwch post IMAP — dim angen uwchlwytho manually.", + "index.feature_ocr": "OCR a Dychweliad Testun", + "index.feature_ocr_desc": "Mae Azure Document Intelligence yn trosi PDF a delweddau wedi'u sganio yn destun sy'n hawdd ei chwilio yn awtomatig.", + "index.feature_pipelines": "Pipelines Custom", + "index.feature_pipelines_desc": "Adeiladu pipelines prosesu gyda chamau y gellir eu fformatio — OCR, dychweliad AI, cyfnewid fformat, a rheoli storio mewn unrhyw drefn.", + "index.feature_search": "Chwilio Testun Llawn", + "index.feature_search_desc": "Darganfyddwch unrhyw ddogfen ar unwaith trwy gynnwys, metadata, neu dendrau ar draws eich holl archif.", + "index.feature_section_title": "Popeth sydd ei angen arnoch ar gyfer llif gwaith dogfennau deallus", + "index.getting_started": "Dechrau", + "index.getting_started_1": "Cynhelwch integreiddiadau trwy Statws y System", + "index.getting_started_2": "Cyflwynwch eich dogfen gyntaf", + "index.getting_started_3": "Adolygwch y canlyniadau yn y Ffeiliau", + "index.getting_started_learn": "Dysgwch fwy am DocuElevate", + "index.hero_description": "Mae DocuElevate yn ymgysylltu â’ch dogfennau, yn rhedeg OCR, yn tynnu metadata gyda AI, ac yn dyrannu ffeiliau i Dropbox, Google Drive, OneDrive, S3, Nextcloud, ac eraill — popeth mewn pipeline di-dor.", + "index.hero_heading": "O gyflwyno i mewnwelediad — yn awtomatig.", + "index.hero_login": "Mewngofnodi", + "index.hero_pricing": "Gweld Cynlluniau a Threfniadau", + "index.hero_signup": "Dechrau — mae’n rhad ac am ddim", + "index.integrations_active": "Integreiddiadau actif", + "index.integrations_storage": "Targetau storio", + "index.integrations_title": "Integreiddiadau", + "index.integrations_view_status": "Gweld statws y system", + "index.page_title_dashboard": "Dangosfa", + "index.page_title_public": "Prosesu Dogfennau deallus", + "index.platform_overview": "Trosolwg o'r llwyfan", + "index.processing_stats": "Ystadegau Prosesu", + "index.quick_actions": "Camau Cyflym", + "index.quick_documents": "Fy Ndogfennau", + "index.quick_documents_desc": "Bwrw golwg ar eich ffeiliau proseswyd", + "index.quick_search": "Chwilio", + "index.quick_search_desc": "Chwiliad testun llawn ar draws dogfennau", + "index.quick_subscription": "Fy Manylion Tanysgrifiad", + "index.quick_subscription_desc": "Gweld manylion cynllun a defnydd", + "index.quick_system_status": "Statws y System", + "index.quick_system_status_desc": "Gwirio iechyd y broses integreiddio", + "index.quick_upload": "Cyflwyno Dogfen", + "index.quick_upload_desc": "Prosesu ffeil newydd", + "index.quick_view_files": "Gweld Pob Ffeil", + "index.quick_view_files_desc": "Bwrw golwg ar ddogfennau proseswyd", + "index.single_user_heading": "Dangosfa DocuElevate", + "index.single_user_subtitle": "Prosesu a rheoli dogfennau deallus", + "index.stat_active_integrations": "Integreiddiadau Actif", + "index.stat_active_users": "Defnyddwyr actif", + "index.stat_files_month": "Ffeiliau eleni", + "index.stat_files_ocr": "Ffeiliau gyda OCR", + "index.stat_files_today": "Ffeiliau heddiw", + "index.stat_storage_targets": "Targetau Storio", + "index.stat_this_month": "Y mis hwn", + "index.stat_today": "Heddiw", + "index.stat_total_files": "Cyfanswm ffeiliau", + "index.stat_total_processed": "Cyfanswm wedi'i brosesu", + "index.tier_plan": "Cynllun", + "index.tier_upgrade": "Uwchsgilio", + "index.tier_view_details": "Gweld manylion llawn", + "index.upgrade_daily_limits": "Terfynau dyddiol & misol uwch", + "index.upgrade_description": "Datgloi mwy o ddogfennau, mwy o gyrchfannau a chymorth blaenoriaethol.", + "index.upgrade_destinations": "Mwy o gyrchfannau storio", + "index.upgrade_ocr_pages": "Mwy o dudalennau OCR", + "index.upgrade_plan": "Hygyrchu eich cynllun", + "index.upgrade_view_pricing": "Gweld cynlluniau & prisiau", + "index.usage_lifetime": "Ffeiliau oes", + "index.usage_month": "Ffeiliau'r mis hwn", + "index.usage_my_usage": "Fy defnydd", + "index.usage_today": "Ffeiliau heddiw", + "index.usage_unlimited": "Ddim yn gyfyngedig", + "integrations.access_key_label": "ID Allwedd Mynediad", + "integrations.active_label": "Active", + "integrations.add_button": "Ychwanegu Integreiddiad", + "integrations.add_first_button": "Ychwanegu Eich Integreiddiad Cyntaf", + "integrations.api_token_label": "Token API", + "integrations.authorize_btn": "Awdurdodi", + "integrations.authorize_reauth": "Awdurdodi Cyd-wneud", + "integrations.bucket_label": "Cynffon", + "integrations.configure": "Ffurfweddu", + "integrations.connect": "Cysylltu", + "integrations.connected": "Cysylltiedig", + "integrations.connection_failed": "Methodd y cysylltiad", + "integrations.connection_success": "Cysylltiad llwyddiannus", + "integrations.delete_confirm_are_you_sure": "Ydych chi'n siŵr eich bod am ddileu", + "integrations.delete_confirm_title": "Dileu Integreiddiad?", + "integrations.delete_confirm_undone": "Ni ellir dychwelyd y cam hwn.", + "integrations.delete_emails_label": "Dileu e-byst ar ôl prosesu", + "integrations.delete_files_label": "Dileu ffeiliau ar ôl prosesu", + "integrations.destinations_quota_label": "Cyrchfannau Storio:", + "integrations.destinations_section": "Cyrchfannau", + "integrations.direction_destination": "Cyrchfan (storio)", + "integrations.direction_label": "Cyfeiriad", + "integrations.direction_placeholder": "\u0002 Dewis \u0002", + "integrations.direction_source": "Ffynhonnell (derbyn)", + "integrations.disconnect": "Dadgysylltu", + "integrations.email_settings": "Gosodiadau Trosglwyddo E-bost", + "integrations.empty_state": "Dim integreiddiadau wedi'u ffurfweddu", + "integrations.endpoint_label": "URL Pwynt Dyni", + "integrations.endpoint_optional": "(dewisol, ar gyfer S3-cydnaws)", + "integrations.folder_label": "Ffolder", + "integrations.folder_optional": "(dewisol)", + "integrations.folder_path_label": "Llwybrau Ffolder", + "integrations.folder_prefix_label": "Blaenaf Ffolder", + "integrations.generic_settings_hint": "Gall configwriaeth ar gyfer y math integreiddiad hwn gael ei darparu fel JSON ar ôl ei greu trwy'r API.", + "integrations.gmail_hint": "Labelau Gmail & sêr: pan ddaw yn actif, mae e-byst wedi'u prosesu yn cael sêr a label arnynt \"Wedi'u Derbyn\" yn Gmail. Dim ond yn berthnasol i weinyddion Gmail.", + "integrations.gmail_labels": "Cymhwyso labelau Gmail & sêr", + "integrations.host_label": "Gwestai", + "integrations.imap_settings": "Gosodiadau IMAP", + "integrations.loading": "Wrth lwytho integreiddiadau\u0002", + "integrations.modal_close": "Cau modal", + "integrations.modal_title_add": "Ychwanegu Integreiddiad", + "integrations.modal_title_edit": "Golygu Integreiddiad", + "integrations.name_label": "Label", + "integrations.name_placeholder": "e.e. Gmail Gwaith, Archif S3", + "integrations.nextcloud_settings": "Gosodiadau Nextcloud", + "integrations.nextcloud_url_label": "URL Nextcloud", + "integrations.no_integrations_body": "Ychwanegwch eich cymhwyster cyntaf i gysylltu ffynonellau derbyn (fel IMAP) a dyfeisiau storio (fel S3, Dropbox, neu Google Drive).", + "integrations.not_connected": "Heb gysylltiad", + "integrations.oauth_folder_label": "Cwrs", + "integrations.oauth_hint": "Cadwch y cymhwyster hwn yn gyntaf, yna defnyddiwch y botwm Awdurdodi i gwblhau llif OAuth. Bydd eich cyfreithiau'n cael eu storio'n ddiogel yn eich cofnod cymhwyster personol.", + "integrations.page_title": "Integrau", + "integrations.paperless_settings": "Gosodiadau Paperless NGX", + "integrations.password_label": "Cyfrinair", + "integrations.paused": "Wedi'i atal", + "integrations.plan_label": "Cynllun:", + "integrations.port_label": "Porth", + "integrations.quota_not_available": "(ffynhonnell ddim ar gael)", + "integrations.quota_unlimited": "/ di-rwystr", + "integrations.recipient_label": "E-bost derbynnydd", + "integrations.region_label": "Ardal", + "integrations.remote_path_label": "Llwybr Gyrchfan", + "integrations.s3_prefix_label": "Prefix (llwybr cwrs)", + "integrations.s3_settings": "Gosodiadau S3", + "integrations.secret_key_label": "Allwedd Mynediad Ddirgel", + "integrations.show_password": "Dangos cyfrinair", + "integrations.show_secrets": "Dangos cyfrinachau", + "integrations.show_token": "Dangos tocyn", + "integrations.source_local": "System Ffeiliau Leol", + "integrations.source_type_label": "Math Ffynhonnell", + "integrations.sources_quota_label": "Ffynonellau Blwch Sgwrs:", + "integrations.sources_section": "Ffynonellau", + "integrations.subtitle": "Rheolwch eich ffynonellau derbyn a dyfeisiau storio on un lle.", + "integrations.title": "Integrau", + "integrations.type_label": "Math Cymhwyster", + "integrations.type_placeholder": "\u0000C2 Dewiswch y cyfeiriad yn gyntaf \u0000C2", + "integrations.upgrade_plan": "Uwchraddio Cynllun", + "integrations.use_ssl": "Defnyddiwch SSL", + "integrations.username_label": "Enw defnyddiwr", + "integrations.watch_folder_settings": "Gosodiadau Ffolder Gwylio", + "integrations.webdav_settings": "Gosodiadau WebDAV", + "integrations.webdav_url_label": "URL WebDAV", + "integrations.webhook_heading": "Derbyniaeth Webhook", + "integrations.webhook_how_heading": "Sut Mae Derbyniaeth Webhook yn Gweithio", + "integrations.webhook_how_text": "Mae cymhwyster webhook yn caniatáu i systemau allanol bwyso dogfennau yn uniongyrchol i DocuElevate trwy'r API REST. Yn hytrach na pholi DocuElevate am ffeiliau newydd (fel IMAP), mae eich cymhwyster yn anfon ffeiliau i DocuElevate gan ddefnyddio cais HTTP gyda thocyn API ar gyfer dilysu.", + "integrations.webhook_ideal_text": "Mae hyn yn berffaith ar gyfer piblinellau CI/CD, sgriptiau awtomataidd, cydweithrediadau sganer, neu unrhyw system sy'n creu dogfennau ac sydd angen eu hanfon ar gyfer prosesu.", + "integrations.webhook_quick_start": "Cymryd y Camau Cyflym", + "integrations.webhook_security_tip": "Creu tocyn API penodol ar gyfer pob cymhwyster a diddymu ef ar unwaith os ydyw'n cael ei dorri. Gall tocynnau gael eu rheoli ar y dudalen Tocynnau API.", + "integrations.webhook_step1": "Ewch i {api_tokens_link} a chreu tocyn personol.", + "integrations.webhook_upload_with_token": "Defnyddiwch y tocyn i uwchlwytho dogfennau trwy'r API:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "language.change_success": "Newid iaith i {language}", + "language.changed": "Newid iaith i {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", "language.el": "Ελληνικά", - "language.en": "English", + "language.en": "Saesneg", "language.es": "Español", "language.et": "Eesti", "language.fi": "Suomi", "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", + "language.hu": "Pwyleg", + "language.is": "Gwyddel", + "language.it": "Italian", + "language.lb": "Luxembourgish", + "language.lt": "Litvanaidd", + "language.lv": "Latviaidd", + "language.nb": "Norgeg", + "language.nl": "Iseldireg", + "language.no_results": "Dim ieithoedd wedi'u dod o hyd", + "language.pl": "Pŵl", + "language.pt": "Portiwg", + "language.ro": "Rwmaniaidd", + "language.ru": "Rwsiaidd", + "language.search_placeholder": "Chwilio ieithoedd\u0014", + "language.selector": "Iaith", + "language.selector_label": "Dewis iaith", + "language.sk": "Slofaca", + "language.sl": "Slefennog", + "language.sv": "Swedeg", + "language.tr": "Twrceg", + "language.uk": "Wcrainig", + "language.zh": "Tsieinëeg", + "nav.about": "Ynghylch", + "nav.account_menu": "Meny Cyfrif", + "nav.account_menu_for": "Meny Cyfrif ar gyfer {name}", + "nav.admin": "Gweinidog", + "nav.admin.audit_logs": "Coedlog Adolygu", + "nav.admin.backups": "Mwyndod", + "nav.admin.plans": "Cynlluniau", + "nav.admin.scheduled_jobs": "Swyddi Cynlluniwyd", + "nav.admin.users": "Defnyddwyr", + "nav.admin_actions": "Camau gweinidog", + "nav.admin_menu": "Menu gweinidog", + "nav.api_docs": "Dogfennau API", + "nav.api_tokens": "Tocynnau API", + "nav.backup_restore": "Mwyndod & Adfer", + "nav.credentials": "Tystieithoedd", + "nav.dark_mode": "Modd Tywyll", + "nav.dashboard": "Drysfa", + "nav.developer_docs": "Dogfennau Datblygwr", + "nav.duplicates": "Dyblygu", + "nav.file_manager": "Rheolwr Ffeiliau", + "nav.files": "Ffeiliau", + "nav.get_started": "Dechrau", + "nav.help": "Cymorth", + "nav.help_center": "Canolfan Gymorth", + "nav.imap": "Mewnos Ebost", + "nav.integrations": "Integreiddiadau", + "nav.light_mode": "Modd Goleuedig", + "nav.login": "Mewngofnodi", + "nav.logout": "Allgofnodi", + "nav.main_navigation": "Prynhawn lledled", + "nav.my_subscription": "Fy Aelodaeth", + "nav.notifications": "Hysbysiadau", + "nav.open_main_menu": "Agor y prif fwydlen", + "nav.pipelines": "Piblinellau", + "nav.plan_designer": "Dylunydd Cynllun", + "nav.pricing": "Prisiau", + "nav.profile": "Proffil", + "nav.profile_settings": "Gosodiadau Proffil", + "nav.queue": "Ci", + "nav.queue_monitor": "Monitor Ci", + "nav.scheduled_jobs": "Gwaith Cynlluniedig", + "nav.search": "Chwilio", + "nav.settings": "Gosodiadau", + "nav.shared_links": "Cysylltiadau Arian", + "nav.sign_out": "Allan", + "nav.signup": "Cofrestrwch", + "nav.similarity": "Tebyg", + "nav.skip_to_content": "Skip i'r prif gynnwys", + "nav.status": "Statws", + "nav.subscription": "Cofrestriad", + "nav.toggle_dark_mode": "Troi modd tywyll ymlaen", + "nav.toggle_nav": "Troi'r fwrdd navigational ymlaen", + "nav.upload": "Cyflwyno", + "nav.users": "Defnyddwyr", + "nav.version": "Gwybodaeth Fersiwn", + "notifications.filter_all": "Pob un", + "notifications.filter_read": "Darllen yn unig", + "notifications.filter_unread": "Nas darllenwyd yn unig", + "notifications.manage_desc": "Rheoli eich blychau hysbysiadau, targedau, a dewisiadau digwyddiadau", + "notifications.mark_all_read": "Marcio'r Holl Ddarllen", + "notifications.mark_all_read_btn": "Marcio pob un yn ddarllen", + "notifications.mark_read": "Marcio fel Darllen", + "notifications.no_notifications": "Dim hysbysiadau", + "notifications.page_title": "Hysbysiadau", + "notifications.tab_inbox": "Blychau Derbyn", + "notifications.tab_settings": "Gosodiadau", + "notifications.title": "Hysbysiadau", + "notifications.unread_count": "{count} hysbysiadau heb eu darllen", "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", + "pipelines.add_step_btn": "Ychwanegu Cam", + "pipelines.create": "Creu Pipeline", + "pipelines.custom_label_label": " label arferol", + "pipelines.default_label": "Y Default", + "pipelines.description_label": "Disgrifiad", + "pipelines.description_placeholder": "Disgrifiad dewisol", + "pipelines.disabled_label": "Analluog", + "pipelines.edit": "Golygu Pipeline", + "pipelines.empty_state": "Dim pipelinoet eto", + "pipelines.empty_state_hint": "Creu eich pipeline gyntaf i ddiffinio llifoedd gwaith prosesu dogfennau arferol.", + "pipelines.enabled_label": "Galluog", + "pipelines.force_cloud_ocr_label": "Gorfodi OCR cLOUD (methu ag echdynnu testun lleol)", + "pipelines.inactive_label": "Anactif", + "pipelines.loading": "Llwytho pipelinoet\u0001\u0001", + "pipelines.name_placeholder": "Fy pipeline", + "pipelines.new_pipeline_btn": "Pipeline Newydd", + "pipelines.no_steps": "Dim camau wedi'u diffinio. Ychwanegwch gam i ddechrau adeiladu eich pipeline.", + "pipelines.ocr_auto": "Auto (defnyddiwch y gosodiad system cyfredol)", + "pipelines.ocr_language_hint": "Ddiffinio'r gosodiad iaith byd-eang ar gyfer Tesseract/EasyOCR. Mae Azure a Mistral yn awto-ddehongli'r iaith.", + "pipelines.ocr_language_label": "Iaith OCR", + "pipelines.optional_suffix": "(dewisol)", + "pipelines.page_title": "Pipelinau Prosesu", + "pipelines.set_default": "Setiwch fel fy mhrif pipeline", + "pipelines.step_label_placeholder": "Gisgynwch enw cam y cyffredinol", + "pipelines.step_type_label": "Math Cam", + "pipelines.subtitle_intro": "Diffinio a rheoli llifoedd gwaith prosesu dogfennau arferol.", + "pipelines.subtitle_system_post": "badge a byddant yn weladwy i'r holl ddefnyddwyr.", + "pipelines.subtitle_system_pre": "Mae pipelinoetau system (a grëwyd gan weinyddwyr) yn cael eu dangos gyda", "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", + "pipelines.system_pipeline_label": "Pipeline system (gweldadwy gan bob defnyddiwr)", + "pipelines.title": "Pipelinau Prosesu", + "profile.avatar_alt": "Eich llun proffil", + "profile.avatar_heading": "Llun Proffil", + "profile.avatar_remove": "Dileu llun proffil arferol", + "profile.avatar_upload_hint": "Lift JPEG, PNG, GIF, neu ddelwedd WebP hyd at 2 MB. Os nad oes llun arferol wedi'i osod, bydd eich {gravatar} yn ymddangos.", + "profile.choose_image": "Dewis delwedd\u00130", + "profile.confirm_password": "Cadarnhau'r Gyfrinair Newydd", + "profile.contact_email_hint": "Defnyddir ar gyfer hysbysiadau system. Ni newid hwn eich e-bost mewngofnodi.", + "profile.contact_email_label": "E-bost Cyswllt / Hysbysiad", + "profile.contact_email_placeholder": "chi@example.com", + "profile.current_password": "Cyfrinair Cyfredol", + "profile.dismiss": "Gwrthod", + "profile.display_name_hint": "Gadewch yn wag i ddefnyddio enw defnyddiwr eich cyfrif neu e-bost.", + "profile.display_name_label": "Enw arddangos", + "profile.display_name_placeholder": "Eich enw fel y dangosir yn y UI", + "profile.general_heading": "Gwybodaeth Genedlaethol", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Gosodiadau Proffil", + "profile.language_auto_detect": "Darganfod yn awtomatig (o broseswyr)", + "profile.language_hint": "Dewiswch eich iaith rhyngwyneb ddewisol. Mae “Darganfod yn awtomatig” yn dilyn gosodiadau eich porwr.", + "profile.language_label": "Iaith UI", + "profile.new_password": "Cyfrinair Newydd", + "profile.new_password_hint": "Isafswm 8 nod.", + "profile.page_title": "Gosodiadau Proffil – DocuElevate", + "profile.password_heading": "Newid Cyfrinair", + "profile.preferences_heading": "Dewisiadau", + "profile.save_button": "Cadw Newidiadau", + "profile.saving": "Yn cadw\u00130", + "profile.subtitle": "Rheoli eich enw arddangos, llun proffil, iaith, a dewisiadau thema.", + "profile.theme_dark": "Tywyll", + "profile.theme_hint": "Mae “Argraffiad System” yn dilyn gosodiad mod gwead tywyll eich dyfais.", + "profile.theme_label": "Cynllun Lliw", + "profile.theme_light": "Golau", + "profile.theme_system": "Argraffiad System", + "profile.update_password": "Diweddaru Cyfrinair", + "profile.updating": "Wella\u001e...", + "queue.active_tasks": "Tasgau Active", + "queue.auto_refresh_1": "Ail-fyw ar ei ben ei hun bob", + "queue.auto_refresh_2": "eiliadau", + "queue.col_arguments": "Argymhellion", + "queue.col_current_step": "Cam presennol", + "queue.col_file": "Ffeil", + "queue.col_files": "Ffeiliau", + "queue.col_queue": "Rhestr", + "queue.col_state": "Statws", + "queue.col_task": "Tasg", + "queue.col_task_id": "ID Tasg", + "queue.files_processing": "Ffeiliau'n Boycio", + "queue.heading": "Monitor Rhestr", + "queue.last_updated": "Diweddarwyd ddiwethaf:", + "queue.loading_stats": "Llwytho ystadegau rhestr\u001026", + "queue.no_active_tasks": "Dim tasgau gweithredol", + "queue.no_data": "Dim data", + "queue.no_files_processing": "Dim ffeiliau'n boycio ar hyn o bryd", + "queue.page_title": "Monitor Rhestr", + "queue.processing_pipeline": "Piblinell Brosesu", + "queue.queued_tasks": "Tasgau yn y Rhestr", + "queue.recently_processing": "Ffeiliau'n Boycio'n Ddiweddar", + "queue.redis_queues": "Rhestrau Redis", + "queue.subtitle": "Golwg amser real ar y piblinell brosesu dogfennau a rhestrau tasgau Celery.", + "queue.workers_online": "Gweithwyr Arlein", + "search.button": "Chwilio", + "search.error_message": "Mae chwilio ar gael yn dros dro. Pleidiwch i geisio eto mewn eiliad.", + "search.filter_aria_clear": "Clirio pob hidlo", + "search.filter_clear_button": "Clirio Hidlo", + "search.filter_date_from": "Dyddiad O", + "search.filter_date_to": "Dyddiad I", + "search.filter_document_type": "Math o Ddogfen", + "search.filter_document_type_placeholder": "e.e. Anfoneb", + "search.filter_language": "Iaith", + "search.filter_language_placeholder": "e.e. de", + "search.filter_sender": "Anfonwr", + "search.filter_sender_placeholder": "e.e. ACME Corp", "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "search.filter_tags_placeholder": "e.e. amazon", + "search.filter_text_quality": "Ansawdd Testun", + "search.filter_text_quality_all": "Pob", + "search.filter_text_quality_high": "Uchel", + "search.filter_text_quality_low": "Isel", + "search.filter_text_quality_medium": "Canol", + "search.filter_text_quality_no_text": "Dim testun", + "search.heading": "Chwilio Dogfen", + "search.input_aria_label": "Chwilio am ddogfennau", + "search.input_placeholder": "Chwilio am ddogfennau gan gynnwys cynnwys, anfonwr, tagiau, math...", + "search.loading_indicator": "Chwilio\u0010", + "search.no_results": "Dim canlyniadau wedi'u dod o hyd", + "search.page_title": "Chwilio Am Ddogfennau", + "search.placeholder": "Chwilio yn ôl enw ffeil, cynnwys, tagiau...", + "search.result_empty": "Dim dogfennau wedi'u dod o hyd sy'n cyd-fynd â'ch chwiliad.", + "search.results_count": "{count} canlyniadau wedi'u dod o hyd", + "search.saved_aria_save": "Cadw chwiliad cyfredol", + "search.saved_button": "Cadw Cyfredol", + "search.saved_empty": "Dim chwiliadau wedi'u cadw eto", + "search.saved_error": "Methwyd â llwytho chwiliadau wedi'u cadw", + "search.saved_label": "Chwiliadau wedi'u Cadw", + "search.saved_loading": "Llwytho...", + "search.title": "Chwilio Am Ddogfennau", + "settings.audit_log_btn": "Log Archwilio", + "settings.autocomplete_hint": "Teipiwch i chwilio am werthoedd gwybodus, neu nodwch unrhyw werth arferol.", + "settings.autocomplete_no_matches": "Dim cyfatebion \u0014 gallwch parhau i deipio gwerth arferol", + "settings.autocomplete_placeholder": "Teipiwch i chwilio neu nodwch werth\u001f", + "settings.boolean_enable_prefix": "Galluogi", + "settings.categories_aria": "Categorïau gosodiadau", + "settings.categories_heading": "Categorïau", + "settings.db_wizard_btn": "Rheolwr DB", + "settings.effective_value_label": "Gwerth effeithiol:", + "settings.encrypted_suffix": "= wedi ei ddirwyn yn erbyn ysgafn", + "settings.encrypted_title": "Mae'r gwerth wedi'i ddirwyn yn erbyn ysgafn yn y gronfa ddata", + "settings.export_btn": "Allforio", + "settings.export_db_only": "Gosodiadau DB yn unig", + "settings.export_full_config": "Cyfluniad effeithiol llawn", + "settings.jump_to_category": "Neidio i gategori\u001f", + "settings.manage_config_prefix": "Rheoli'r cyfluniad. Blaenoriaeth:", + "settings.model_picker_hint": "Dewiswch o'r rhestr neu deipiwch unrhyw enw model sy'n cael ei gefnogi gan eich darparwr.", + "settings.model_picker_placeholder": "Dewiswch fodel cyffredin neu deipiwch enw arferol\u001f", + "settings.no_results_clear": "clirio'r chwiliad", + "settings.no_results_heading": "Dim gosodiadau wedi'u dod o hyd", + "settings.no_results_hint": "Dewiswch derm chwilio gwahanol neu", + "settings.page_heading": "Gosodiadau'r Ap", + "settings.required_label": "(angenrheidiol)", + "settings.reset_confirm": "A ydych chi'n siŵr eich bod am ailddiffodd y gosodiad hwn?", + "settings.restart_required_suffix": "= angen ailgychwyn", + "settings.revert_btn": "Tynnu o DB", + "settings.revert_title": "Tynnu gorlif DB a dychwelyd i newidyn amgylchedd neu dderbyniad", + "settings.reverting": "Dychwelyd\u00113", + "settings.save_all_btn": "Cadw Pob Newid", + "settings.save_error": "Bu dirprwy i gadw'r gosodiad", + "settings.save_setting_title": "Cadw'r gosodiad hwn", + "settings.save_success": "Gosodiad wedi'i gadw'n llwyddiannus", + "settings.saving_state": "Yn cadw\u00113", + "settings.search_aria_label": "Chwilio am osodiadau", + "settings.search_clear_aria": "Clirio chwiliad", + "settings.search_placeholder": "Chwilio am osodiadau trwy enw, allweddol, neu ddisgrifiad\u00113", + "settings.settings_count_suffix": "gosodiadau", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", + "settings.source_default_badge": "DERBYN", + "settings.source_env_badge": "AMGYLCHEDD", + "settings.title": "Gosodiadau", + "settings.toggle_visibility_aria": "Newid gweladwyedd cyfrinair", + "settings.toggle_visibility_title": "Dangos/cuddio gwerth", + "settings.user_autocomplete_empty": "Dim defnyddwyr sy'n cyfateb wedi'u darganfod", + "settings.user_autocomplete_hint": "Teipiwch i chwilio am ddefnyddwyr presennol trwy enw, neu rhowch unrhyw ddynodwr â llaw.", + "settings.user_autocomplete_placeholder": "Dechreuwch deipio i chwilio am ddefnyddwyr\u00113", + "settings.wizard_btn": "Gweithdy", + "shared.col_expiry": "Dyddiad dod i ben", + "shared.col_file_label": "Ffeil / Label", + "shared.col_link": "Dolen", + "shared.col_views": "Golygfeydd", + "shared.copy_link_aria": "Copi dolen i'r clipfwrdd", + "shared.copy_link_title": "Copi dolen", + "shared.create_btn": "Creu Dolen", + "shared.create_heading": "Creu Dolen Gyfranogol Newydd", + "shared.creating": "Creu\u00113", + "shared.expiry_12h": "12 awr", + "shared.expiry_14d": "14 diwrnod", + "shared.expiry_1h": "1 awr", + "shared.expiry_24h": "24 awr (1 diwrnod)", + "shared.expiry_30d": "30 diwrnod", + "shared.expiry_3d": "3 diwrnod", + "shared.expiry_6h": "6 awr", + "shared.expiry_7d": "7 diwrnod", + "shared.expiry_label": "Dyddiad dod i ben", + "shared.expiry_never": "Byth", + "shared.file_id_help_post": "tudalen neu yn y URL manylion y ddogfen.", + "shared.file_id_help_pre": "Cewch y Gyfrif Ffeil ar y", + "shared.file_id_label": "Cyfrif Ffeil", + "shared.file_id_placeholder": "e.e. 42", + "shared.files_link": "Ffeiliau", + "shared.heading": "Cyswllt Rhannol", "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", + "shared.label_placeholder": "e.e. Rhannwyd â Bob", + "shared.link_created": "Cyswllt rhannol wedi'i greu!", + "shared.link_created_help": "Copïwch a chyfnewid y cyswllt hwn i'r derbynnydd.", + "shared.links_count_aria": "nifer y cysylltiadau", + "shared.max_downloads_label": "Mwyafrif llwytho'n ôl", + "shared.no_links": "Dim cysylltiadau rhannol eto. Creu un uchod i ddechrau.", + "shared.open_in_new_tab": "Agor yn y tab newydd", + "shared.open_link_aria": "Agor cyswllt rhannol", + "shared.optional": "(dewisol)", + "shared.page_title": "Cyswllt Rhannol – DocuElevate", + "shared.password_label": "Cyfrinair", + "shared.password_placeholder": "Gadewch yn wag ar gyfer dim cyfrinair", + "shared.password_protected": "Amddiffynnwyd gyda chyfrinair", + "shared.refresh_aria": "Ail-fyw'r rhestr o gysylltiadau rhannol", + "shared.revoke_aria_prefix": "Caniatáu'r cyswllt rhannol ar gyfer", + "shared.revoke_btn": "Caniatáu", "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", + "shared.status_expired": "Ddirwynedig", + "shared.status_limit_reached": "Cyfyngiad wedi'i gyrraedd", + "shared.status_revoked": "Caniatáu", + "shared.subtitle": "Rhannwch ddogfennau gyda phobl unrhyw un trwy gysylltiad â chyfnod amser neu gyfnod golygydd. Nid oes angen i dderbynyddion gael cyfrif DocuElevate. Gall cysylltiadau fod yn amddiffynnwyd gyda chyfrinair a gall fod wedi'i ganiatáu unrhyw dro.", + "shared.table_aria": "Cysylltiadau rhannol", + "shared.unlimited_placeholder": "Diwahardd", + "shared.your_links": "Eich Cysylltiadau Rhannol", + "similarity.backfill_auto": "Bydd y dasg gefndirol yn eu cyfrifo'n awtomatig bob 5 munud, neu gallwch", + "similarity.files_missing_text": "ffeiliau sydd gan destun OCR ond dim cynllunio eto.", + "similarity.find_pairs_btn": "Dod o hyd i Barau", + "similarity.heading": "Tebygrwydd Dogfen", + "similarity.load_error": "Methodd llwytho parau.", + "similarity.min_similarity_label": "Min. tebygrwydd", + "similarity.no_pairs_detail": "Nid oes unrhyw barau dogfen sy'n cyrraedd y trothwy tebygrwydd.", + "similarity.no_pairs_heading": "Dim parau tebyg yn cael eu canfod", + "similarity.page_title": "Teitl Ddogfennau Tebyg - DocuElevate", + "similarity.pagination_aria": "Poriadau tebygolrwydd", + "similarity.per_page_label": "Yng nghopïau", + "similarity.scanning": "Sganiwr am barau dogfennau tebyg\u0015d...", + "similarity.stat_embedding_model": "Model Embedding", + "similarity.stat_missing_embedding": "Embedding yn Brin", + "similarity.stat_total_files": "Cyfanswm Ffeiliau", + "similarity.stat_with_embedding": "Gyda Embedding", + "similarity.subtitle": "Parau o ddogfennau gyda thebygolrwydd semantig uchel, wedi eu graddio gan sgôr.", + "similarity.trigger_aria": "Dyna gyfrifiad embedding ar gyfer pob ffeil sydd heb embeddings", + "similarity.trigger_now": "dyna fe nawr", + "status.app_version": "Fersiwn App", + "status.build_date": "Dyddiad Adeiladu", + "status.container_id": "ID Cuddian", "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "status.last_check": "Ysgol Reoli Diweddaraf", + "status.page_title": "Statws y System", + "status.setting_label": "Gosodiad", + "status.value_label": "Gwerth", + "subscription.available_plans_heading": "Cynlluniau ArGael", + "subscription.back_to_dashboard": "Yn ôl i'r Dashboard", + "subscription.cancel_pending": "Diddymu newid", + "subscription.cancel_scheduled": "Diddymu newid schedledig", + "subscription.contact_sales": "Cysylltwch â Chyfarwyddwyr", + "subscription.current_badge": "Presennol", + "subscription.current_plan": "Cynllun Presennol", + "subscription.current_plan_cta": "Eich cynllun presennol", + "subscription.downgrade_to_prefix": "Bleych i", + "subscription.features_heading": "Beth sy'n cynnwys yn eich cynllun", + "subscription.free": "Am Ddim", + "subscription.heading": "Fy Abonement", + "subscription.keep_plan_prefix": "Cadwch", + "subscription.lifetime_files": "Cyfanswm ffeiliau (goedlen)", + "subscription.month_files": "Ffeiliau y mis hwn", + "subscription.more_features_label": "mwy", + "subscription.page_title": "Fy Abonement – DocuElevate", + "subscription.pending_badge": "Ar Gynllun", + "subscription.pending_benefits": "Cewch gadw'r holl fanteision cynllun presennol tan hynny.", + "subscription.pending_on": "ar", + "subscription.pending_title": "Newid cynllun sydd ar gynllun", + "subscription.pending_will_change": "Bydd eich cynllun yn newid i", + "subscription.per_mo": "/mis", + "subscription.per_month": "/mis", + "subscription.since": "O", + "subscription.single_user_body": "Mae haenau abonement yn gweithio pan fydd modd dwy-user yn weithredol. Mae eich cyfnod presennol yn rhedeg mewn modd un defnyddiwr heb unrhyw derfynau prosesu. Gall gweinyddwr alluogi modd dwy-user drwy {settings_link}.", + "subscription.single_user_title": "Nid yw modd dwy-user wedi'i alluogi.", + "subscription.subtitle": "Eich cynllun presennol, defnydd a chynnydd sydd ar gael.", + "subscription.this_month_label": "y mis hwn", + "subscription.today_files": "Ffeiliau heddiw", + "subscription.today_label": "heddiw", + "subscription.unlimited": "Dim Terfyn", + "subscription.upgrade_info": "Mae cynnydd yn dod i rym ar unwaith. Mae bleychi yn cael eu cynllunio ar gyfer diwedd eich cyfnod bilio presennol.", + "subscription.upgrade_to_prefix": "Cynnydd i", + "subscription.usage_heading": "Defnydd", + "upload.browse_button": "Pori Ffeiliau", + "upload.button_processing": "Y broses...", + "upload.camera_button": "Cymryd Llun / Sganio Dogfen", + "upload.download_button": "Lawrlwytho a Phrosesu", + "upload.downloading": "Lawrlwytho ffeil o URL...", + "upload.drag_drop": "Llithro a gollwng ffeiliau yma neu glicio i pori", + "upload.drop_hint_desktop": "Llithro a gollwng ffeiliau neu fapiau yma, neu glicio i ddewis ffeiliau.", + "upload.drop_hint_mobile": "Tap i ddewis ffeiliau neu ddefnyddio'r botwm camera isod.", + "upload.drop_zone_aria": "Ardal diweddaru ffeil. Llithro a gollwng ffeiliau yma, neu pwyswch Enter i borio ffeiliau.", + "upload.error": "Methiant uwchlwytho", + "upload.error_invalid_url": "Fformat URL annilys", + "upload.error_url_required": "Rhowch URL os gwelwch yn dda", + "upload.file_size_hint": "Maint mwyaf: 500 MB y ffeil", + "upload.file_types": "Mathau caniataol: PDF, dogfennau Office (Word, Excel, PowerPoint, ac ati), Delweddau", + "upload.filename_description": "Gadewch yn wag i ddefnyddio enw ffeil o URL", + "upload.filename_label": "Enw Ffeil (dewisol)", + "upload.filename_placeholder": "fy-nghyfrif.pdf", + "upload.max_size": "Maint mwyaf y ffeil: {size}", + "upload.page_title": "Uwchlwytho Ffeiliau", + "upload.section_device": "Uwchlwytho o ddyfais", + "upload.section_url": "Uwchlwytho o URL", + "upload.select_file": "Dewiswch Ffeil", + "upload.success": "Ffeil wedi'i llwytho i fyny'n llwyddiannus", + "upload.title": "Llwytho Dogfen", + "upload.uploading": "Llwytho i fyny...", + "upload.url_description": "Rhowch ddolen benodol i ffeil (PDF, dogfennau Office, neu delweddau)", + "upload.url_label": "URL y Ffeil", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/da.json b/frontend/translations/da.json index 0dfc33f5..a0d808b7 100644 --- a/frontend/translations/da.json +++ b/frontend/translations/da.json @@ -1,593 +1,700 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Mød Skaberen", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", + "about.creator_pre": "DocuElevate er passioneret udviklet af", + "about.features_admin_api": "Kraftfuld REST API til programmatisk adgang", + "about.features_admin_config": "Højt konfigurerbar via miljøvariabler", + "about.features_admin_docker": "Docker-klar for nem implementering og skalering", "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", + "about.features_admin_oauth2": "OAuth2 autentifikationssupport med Authentik", + "about.features_automation_background": "Baggrundsbehandling med Redis og Celery", + "about.features_automation_gmail": "Gmail og generisk email-konto integration", + "about.features_automation_heading": "Automatisering", + "about.features_automation_imap": "IMAP indbakke polling fra flere kilder", + "about.features_automation_ingestion": "Automatiseret dokumentindtagelse fra forskellige input", + "about.features_heading": "Nøglefunktioner", + "about.features_integration_cloud": "Cloud-lagring: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integration & Lagring", + "about.features_integration_multi_dest": "Multi-destination support (gem dokumenter på flere steder)", + "about.features_integration_protocols": "Overførselsprotokoller: FTP, SFTP, Email videresendelse", + "about.features_integration_selfhosted": "Self-hosted muligheder: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Intelligent dokumentklassifikation og dataudtrækning", + "about.features_processing_heading": "Dokumentbehandling", + "about.features_processing_metadata": "Automatiseret metadataudtrækning ved hjælp af en plug-in AI-udbyder", + "about.features_processing_ocr": "OCR drevet af Azure Document Intelligence", + "about.features_processing_pdf": "PDF-konvertering til forskellige filformater via Gotenberg", + "about.features_processing_upload": "Enkel og sikker filupload med drag & drop support", "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", + "about.heading": "Om DocuElevate", + "about.intro_post": " – din moderne, intelligente løsning til dokumentbehandling! Vi har bygget DocuElevate for fuldstændig at transformere den måde, du håndterer dine dokumenter på – fra upload til udtrækning, fra behandling til lagring.", + "about.intro_pre": "Velkommen til ", + "about.involved_description": "Vil du dykke ned i koden, bidrage med idéer eller lære mere om DocuElevate?", + "about.involved_docs": "Læs Dokumentationen", + "about.involved_github": "Se DocuElevate på GitHub", + "about.involved_heading": "Bliv Involveret", + "about.involved_website": "Besøg DocuElevate Website", + "about.legal_description": "Vi værner om dit privatliv og datasikkerhed. Gennemgå venligst vores:", + "about.legal_heading": "Privatliv & Juridisk", + "about.legal_license": "Licensinformation", + "about.legal_privacy": "Privatlivsmeddelelse", + "about.page_title": "Om DocuElevate", + "about.story_heading": "Vores Historie", + "about.story_p1": "DocuElevate blev skabt med ét mål for øje: at forenkle og strømline dokumenthåndtering for alle, hvad enten du er en lille startup eller en stor virksomhed.", + "about.story_p2": "Vi udnytter kraften fra pluggbare AI-udbydere (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey og flere) til metadataudtrækning og tekstforfining, integreres problemfrit med Dropbox, Nextcloud og Paperless NGX til lagring og indeksering, udnytter Azure Document Intelligence til OCR, og bruger endda Gotenberg til fil-til-PDF konverteringer.", + "api_tokens.col_created": "Oprettet", + "api_tokens.col_last_ip": "Sidste IP", + "api_tokens.col_last_used": "Sidst brugt", + "api_tokens.col_name": "Navn", + "api_tokens.col_prefix": "Token-præfiks", + "api_tokens.copy_to_clipboard": "Kopier token til udklipsholder", + "api_tokens.copy_upload_example": "Kopier upload eksempel til udklipsholder", + "api_tokens.copy_warning_1": "Kopier dette token nu — det vil", + "api_tokens.copy_warning_2": "ikke blive vist igen", + "api_tokens.create_heading": "Opret nyt token", + "api_tokens.create_token": "Opret token", + "api_tokens.creating": "Opretter\u0000...", "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", + "api_tokens.intro": "Opret personlige API-tokens for at interagere med DocuElevate API'et programmatiske. Brug tokens til webhook uploads, CI/CD pipelines, eller ethvert script, der har brug for at uploade eller hente dokumenter.", + "api_tokens.loading_tokens": "Indlæser tokens\u0000...", + "api_tokens.never": "Aldrig", + "api_tokens.no_tokens_heading": "Ingen API-tokens endnu", + "api_tokens.no_tokens_help": "Opret dit første token ovenfor for at komme i gang.", "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", + "api_tokens.revoke": "Tilbagekald", + "api_tokens.revoke_prefix": "Tilbagekald token", + "api_tokens.status_active": "Aktiv", + "api_tokens.status_revoked": "Tilbagekaldt", "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "api_tokens.token_created": "Token oprettet med succes!", + "api_tokens.token_name_label": "Token navn", + "api_tokens.token_name_placeholder": "f.eks. CI Pipeline, Webhook Upload, Mit Script", + "api_tokens.usage_heading": "Brugseksempel", + "api_tokens.usage_intro_post": "header med enhver API-anmodning:", + "api_tokens.usage_intro_pre": "Brug dit API-token i", + "api_tokens.your_tokens": "Dine Tokens", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", + "audit.col_resource": "Ressource", + "audit.col_timestamp": "Tidsstempel", + "audit.critical": "Kritisk", + "audit.filter_action": "Handling", + "audit.filter_all_actions": "Alle handlinger", + "audit.filter_all_users": "Alle brugere", + "audit.filter_resource_placeholder": "f.eks. dokument, bruger", + "audit.filter_resource_type": "Ressource Type", + "audit.filter_severity": "Sværhedsgrad", + "audit.filter_user": "Bruger", + "audit.filters_section_label": "Audit log filtre", + "audit.next": "Næste", + "audit.next_label": "Næste side", + "audit.no_events": "Ingen audit begivenheder registreret endnu.", + "audit.no_events_hint": "Betydningsfulde handlinger (logins, dokumentoperationer, indstillingsændringer) vises her.", "audit.page_title": "Audit Logs - DocuElevate", "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", + "audit.prev": "Forrige", + "audit.prev_label": "Forrige side", + "audit.refresh_label": "Opdater audit logs", + "audit.siem_disabled_title": "SIEM videresendelse er deaktiveret", + "audit.siem_enabled_title": "Begivenheder videresendes til ", + "audit.siem_off": "SIEM: Slukket", + "audit.subtitle": "Omfattende, append-only optagelse af alle betydningsfulde handlinger.", + "audit.table_label": "Audit log begivenheder", "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", + "auth.confirm_password": "Bekræft Adgangskode", + "auth.create_account": "Opret konto", + "auth.display_name_label": "Visningsnavn", "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", + "auth.forgot_password": "Glemt Adgangskode?", + "auth.forgot_username": "Glemt brugernavn?", + "auth.login": "Log Ind", + "auth.login_title": "Log Ind", "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", + "auth.logout": "Log Ud", + "auth.my_account": "Min Konto", + "auth.no_account": "Har ikke en konto?", + "auth.or_continue_with": "Eller fortsæt med", + "auth.password_label": "Adgangskode", + "auth.profile": "Profil", + "auth.remember_me": "Husk mig", + "auth.return_home": "Returner til Hjem", + "auth.sign_in": "Log ind", + "auth.sign_in_sso": "Log ind med SSO", + "auth.sign_in_with": "Log ind med", + "auth.sign_in_with_username": "Log ind med brugernavn", + "auth.signup": "Tilmeld dig", + "auth.signup_title": "Tilmeld dig", + "auth.username_label": "Brugernavn", + "auth.username_or_email": "Brugernavn eller email", + "auth.verify_email_back_sign_in": "Tilbage til login", + "auth.verify_email_expiry": "Linket udløber om 24 timer. Hvis du ikke ser e-mailen, så tjek din spam-mappe.", + "auth.verify_email_heading": "Tjek din indbakke", + "auth.verify_email_message": "Vi har sendt dig en bekræftelses-e-mail. Klik venligst på linket i e-mailen for at aktivere din konto.", + "auth.verify_email_page_title": "DocuElevate - Bekræft din E-mail", + "auth.verify_email_resend_aria_label": "E-mailadresse til genfremsendelse", + "auth.verify_email_resend_button": "Genfremsend bekræftelses-e-mail", + "auth.verify_email_resend_label": "E-mailadresse", + "auth.verify_email_resend_placeholder": "Indtast din e-mailadresse", + "auth.verify_email_resend_prompt": "Modtog du ikke den?", + "backup.archives_heading": "Backup Arkiver", + "backup.backup_now": "Tag backup nu", + "backup.clean_up": "Ryd op", + "backup.cleanup_title": "Udfør opbevaringsoprydning nu", + "backup.col_created": "Oprettet", + "backup.col_filename": "Filnavn", + "backup.col_size": "Størrelse", + "backup.col_storage": "Lagring", "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "backup.config_auto_backup": "Automatisk backup", + "backup.config_remote_dest": "Fjerndestination", + "backup.config_retention": "Opbevaring", + "backup.config_total_size": "Total lokal størrelse", + "backup.confirm_btn": "Bekræft", + "backup.confirm_title": "Bekræft handling", + "backup.heading": "Backup Administration", + "backup.local_only": "Kun lokal", + "backup.no_backups": "Ingen backups endnu.", + "backup.no_backups_hint": "Klik på Tag backup nu for at oprette din første backup.", + "backup.page_title": "Backup Administration", + "backup.records_label": "poster", + "backup.restore_btn": "Gendan", + "backup.restore_desc_mid": "backup-arkiv for at genskabe databasen.", + "backup.restore_desc_pre": "Upload en", + "backup.restore_desc_warning": "Dette vil overskrive al nuværende data.", + "backup.restore_file_label": "Backup arkiv (.db.gz)", + "backup.restore_heading": "Gendan fra fil", + "backup.restoring": "Gendanner\u001a", + "backup.retention_daily_detail": "\u0015l\u0015net i 3 uger", + "backup.retention_heading": "Opbevaringspolitik", + "backup.retention_hourly_detail": "\u0015l\u0015net i 4 dage", + "backup.retention_note": "Sikkerhedskopier ud over disse grænser bliver automatisk fjernet efter hver ny sikkerhedskopi er oprettet.", + "backup.retention_weekly_detail": "\u0015l\u0015net i ~3 måneder", + "backup.snapshots": "øjebliksbilleder", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", + "backup.storage_local": "lokal", + "backup.subtitle": "Database sikkerhedskopier oprettes automatisk: hver time (4 dage), dagligt (3 uger), ugentligt (13 uger).", + "backup.table_aria": "Backup arkiver", + "backup.trigger_daily": "Sikkerhedskopier nu (Dagligt)", + "backup.trigger_hourly": "Sikkerhedskopier nu (Hver time)", + "backup.trigger_weekly": "Sikkerhedskopier nu (Ugenteel)", + "backup.type_daily": "Dagligt", + "backup.type_hourly": "Hver time", + "backup.type_weekly": "Ugentlig", + "billing.go_to_dashboard": "Gå til dashboard", + "billing.manage_subscription": "Administrer abonnement", + "billing.success_heading": "Du er klar!", + "billing.success_message": "Dit abonnement er blevet aktiveret. Tak fordi du valgte DocuElevate!", + "billing.success_page_title": "DocuElevate - Abonnement Aktiveret", + "common.actions": "Handlinger", + "common.active": "Aktiv", + "common.all": "Alle", + "common.avatar": "Avatar", + "common.back": "Tilbage", + "common.cancel": "Annuller", + "common.close": "Luk", + "common.col_pending": "Afventer", + "common.completed": "Fuldført", + "common.confirm": "Bekræft", + "common.copied": "Kopieret!", + "common.copy": "Kopier", + "common.create": "Opret", + "common.created": "Oprettet", + "common.date": "Dato", + "common.delete": "Slet", + "common.description": "Beskrivelse", + "common.details": "Detaljer", + "common.disabled": "Deaktiveret", "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", + "common.duplicate": "Duplikat", + "common.edit": "Rediger", + "common.enabled": "Aktiveret", + "common.error": "Fejl", + "common.failed": "Mislykkedes", "common.filter": "Filter", - "common.inactive": "Inactive", + "common.inactive": "Inaktiv", "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", + "common.loading": "Indlæser...", + "common.name": "Navn", + "common.next": "Næste", + "common.next_page": "Næste side", + "common.no": "Nej", + "common.none": "Ingen", + "common.page": "Side", + "common.paused": "Paused", + "common.pending": "Afventer", + "common.prev_page": "Forrige side", + "common.previous": "Forrige", + "common.processing": "Behandler", + "common.refresh": "Opdater", + "common.reset": "Nulstil", + "common.retry": "Prøv igen", + "common.save": "Gem", + "common.search": "Søg", + "common.select": "Vælg", + "common.select_placeholder": "\u00117 vælg \u00117", + "common.size": "Størrelse", "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", + "common.submit": "Indsend", + "common.success": "Succes", "common.tags": "Tags", + "common.test": "Test", + "common.test_connection": "Test forbindelse", "common.type": "Type", - "common.updated": "Updated", + "common.update": "Opdater", + "common.updated": "Opdateret", "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", + "common.view": "Vis", + "common.warning": "Advarsel", + "common.yes": "Ja", + "cookie.accept": "Forstået", + "cookie.learn_more": "Lær mere", + "cookie.message": "Denne hjemmeside bruger cookies til at forbedre din oplevelse.", + "cookie.notice": "DocuElevate bruger kun essentielle sessionscookies, der er nødvendige for godkendelse og driftsservice. Ingen sporings- eller analysescookies anvendes.", + "cookie.notice_label": "Cookie-meddelelse", + "cookie.policy_link": "Cookiepolitik", + "cookie.privacy_link": "Privatlivserklæring", + "credentials.col_action": "Handling", + "credentials.col_credential": "Legitimationsoplysninger", + "credentials.col_source": "Kilde", + "credentials.configured": "Konfigureret", + "credentials.edit_in_settings": "Rediger i Indstillinger", + "credentials.legend_db": "Værdi gemt i databasen (krypteret i hvile; overskriver miljøvariabel)", + "credentials.legend_env_after": " fil", + "credentials.legend_env_before": "Værdi fra miljøvariabel eller ", + "credentials.legend_missing": "Legitimationsoplysninger ikke indstillet — integration vil ikke fungere", + "credentials.legend_restart": "Genstart kræves, når denne legitimationsoplysning er roteret", + "credentials.legend_title": "Legende", + "credentials.manage_settings": "Administrer Indstillinger", + "credentials.not_configured": "Ikke Konfigureret", + "credentials.page_title": "Legitimationsrevision - DocuElevate", + "credentials.raw_json": "Rå JSON (API)", + "credentials.restart_title": "Genstart kræves efter rotation af denne legitimationsoplysning", + "credentials.source_db_title": "Gemmes i database (krypteret)", + "credentials.source_env_title": "Fra miljøvariabel", + "credentials.status_missing": "Manglende", + "credentials.subtitle": "Oversigt over alle følsomme legitimationsoplysninger brugt af DocuElevate. Ingen hemmelige værdier vises her — kun om hver legitimationsoplysning er konfigureret, og hvor den kommer fra.", + "credentials.table_for": "Legitimationsoplysninger for", + "credentials.title": "Legitimationsrevision", + "credentials.total_credentials": "Samlede Legitimationsoplysninger", + "dashboard.active_integrations": "Aktive Integrationer", + "dashboard.files_this_month": "Filer Denne Måned", + "dashboard.files_today": "Filer I Dag", + "dashboard.ocr_processed": "OCR Behandlet", + "dashboard.quick_actions": "Hurtige Handlinger", + "dashboard.recent_activity": "Seneste Aktivitet", + "dashboard.storage_targets": "Lagringsmål", "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", + "dashboard.total_files": "Samlede Filer", + "dashboard.welcome": "Velkommen til DocuElevate", + "duplicates.file_id_label": "Fil-ID", + "duplicates.file_id_placeholder": "f.eks. 42", "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", + "duplicates.found_files": "duplicate fil(er) i alt.", + "duplicates.found_groups": "duplicate gruppe(r) med", + "duplicates.found_prefix": "Fundet", + "duplicates.group_aria": "Duplicate gruppe", + "duplicates.heading": "Duplicate Dokumenter", + "duplicates.how_it_works_heading": "Hvordan nær-dublet detektion fungerer", + "duplicates.max_results_label": "Maks resultater", + "duplicates.near_dup_desc": "Vælg et dokument for at tjekke, om andre filer indeholder det samme (eller meget lignende) indhold — selvom de blev scannet på forskellige tidspunkter og har forskellige SHA-256 hashes.", + "duplicates.near_dup_heading": "Find Nær-Duplikater for et Dokument", + "duplicates.no_exact_heading": "Ingen eksakte dubletter fundet", + "duplicates.page_title": "Duplicate Dokumenter - DocuElevate", "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", + "duplicates.role_duplicate": "Duplikat", "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "duplicates.tab_exact": "Eksakte Dubletter", + "duplicates.tab_near": "Nær-Duplikat Finder", + "duplicates.tabs_aria": "Duplicate detektions faner", + "duplicates.threshold_label": "Ligheder tærskel", + "duplicates.view_dup_aria": "Se duplikatfil", + "duplicates.view_original_aria": "Se originalfil", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Ups, vi kunne ikke finde den side!", + "error.404_home": "Returner hjem", + "error.404_message": "Det ser ud til, at DocuElevate har mistet det dokument, du ledte efter. Bekymr dig ikke – vi har ryggen.", + "error.404_title": "404 - Ikke Fundet", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", + "error.500_debug_info": "Vis Debug Info", + "error.500_description": "Vores servere har oplevet et problem og har brug for et øjeblik.", + "error.500_heading": "Ups! Noget gik galt.", + "error.500_home": "Gå hjem", + "error.500_img_alt": "Illustration af en serverfejl", + "error.500_message1": "Vores servere har oplevet et problem og har brug for et øjeblik. Måske har hamsterne spildt deres kaffe?", + "error.500_message2": "Vi er allerede i gang - sorterer filer, genstarter servere og kalibrerer flux-kondensatorer.", + "error.500_title": "Serverfejl - DocuElevate", + "error.forbidden": "Forbudt", + "error.forbidden_message": "Du har ikke tilladelse til at få adgang til denne side.", + "error.not_found": "Siden ikke fundet", + "error.not_found_message": "Den side, du søger efter, findes ikke.", + "error.server_error": "Intern serverfejl", + "error.server_error_message": "Noget gik galt. Prøv venligst igen senere.", + "error.unauthorized": "Uautoriseret", + "error.unauthorized_message": "Du skal logge ind for at få adgang til denne side.", + "files.action_delete": "Slet fil", + "files.action_details": "Vis detaljer", + "files.action_preview": "Hurtig forhåndsvisning", + "files.bulk_clear_selection": "Ryd valg", + "files.bulk_cloud_ocr": "Kør Cloud OCR igen", + "files.bulk_delete": "Slet valgte", + "files.bulk_download": "Download som ZIP", + "files.bulk_reprocess": "Behandl valgte igen", + "files.delete_modal_cancel": "Annuller", + "files.delete_modal_confirm": "Slet", + "files.delete_modal_message": "Er du sikker på, at du vil slette denne fil?", + "files.delete_modal_title": "Bekræft sletning", + "files.document_title": "Dokumenttitel", + "files.drop_overlay_hint": "Understøtter PDF, Office-dokumenter, billeder, HTML, Markdown og mere – mapper behandles rekursivt", + "files.drop_overlay_title": "Slip filer eller mapper hvor som helst for at uploade", + "files.error_hint": "Dette kan skyldes et konfigurations- eller importproblem. Tjek venligst serverens logfiler.", + "files.file_size": "Filstørrelse", + "files.filename": "Filnavn", + "files.files_selected": "filer valgt", + "files.filter_all_providers": "Alle udbydere", + "files.filter_all_statuses": "Alle statuser", + "files.filter_all_types": "Alle typer", + "files.filter_apply": "Anvend filtre", + "files.filter_clear": "Ryd", + "files.filter_date_from": "Dato fra", + "files.filter_date_from_aria": "Filtrer fra dato", + "files.filter_date_to": "Dato til", + "files.filter_date_to_aria": "Filtrer til dato", + "files.filter_form_aria": "Filtrer filer", + "files.filter_mime_type": "MIME-type", + "files.filter_ocr_all": "Alle filer", + "files.filter_ocr_good": "God kvalitet", + "files.filter_ocr_poor": "Dårlig kvalitet", + "files.filter_ocr_quality": "OCR-kvalitet", + "files.filter_ocr_quality_aria": "Filtrer efter OCR-kvalitetsscore", + "files.filter_ocr_unchecked": "Ikke vurderet endnu", + "files.filter_search_label": "Søg Filnavn", + "files.filter_search_placeholder": "Indtast filnavn...", + "files.filter_storage_provider": "Lagringsudbyder", + "files.filter_tags_aria": "Filtrer efter tags (kommasepareret)", + "files.filter_tags_placeholder": "f.eks. faktura,amazon", + "files.fulltext_search_label": "Fuldt-tekst Søgning (OCR tekst, metadata, tags)", + "files.fulltext_search_placeholder": "Søg dokumentindhold, afsender, tags, type...", + "files.no_files": "Ingen filer fundet", "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "files.page_title": "Filoptegnelser", + "files.pagination_files": "filer", + "files.pagination_first": "Første", + "files.pagination_last": "Sidste", + "files.pagination_nav_aria": "Fil liste pagination", + "files.pagination_next": "Næste", + "files.pagination_of": "af", + "files.pagination_previous": "Forrige", + "files.pagination_showing": "Viser", + "files.preview_modal_close": "Luk forhåndsvisning", + "files.preview_modal_title": "Forhåndsvisning", + "files.queue_banner_items": "element(er) er i øjeblikket i kø eller bliver behandlet. Filer vil vises her, når behandlingen er afsluttet.", + "files.queue_banner_link": "Se Kø", + "files.saved_searches_empty": "Ingen gemte søgninger endnu", + "files.saved_searches_error": "Kunne ikke indlæse gemte søgninger", + "files.saved_searches_label": "Gemte Søgninger", + "files.saved_searches_save": "Gem Aktuel", + "files.saved_searches_save_aria": "Gem aktuelle filtre som en gemt søgning", + "files.search_results_empty": "Ingen resultater fundet.", + "files.search_results_title": "Søgeresultater", + "files.status_duplicate": "Duplikat", + "files.table_actions": "Handlinger", + "files.table_aria": "Filoptegnelser", + "files.table_created_at": "Oprettet Den", + "files.table_empty": "Ingen filer fundet", "files.table_id": "ID", "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", + "files.table_original_filename": "Originalt Filnavn", + "files.table_select_all": "Vælg alle filer på denne side", "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", + "files.title": "Filer", + "files.upload_modal_aria": "Upload fremskridt", + "files.upload_modal_close": "Luk upload fremskridt", + "files.upload_modal_header": "Uploader filer", + "files.uploaded": "Uploadet", + "footer.about": "Om", "footer.attribution": "Attribution", - "footer.attributions": "Attributions", + "footer.attributions": "Attributioner", "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", + "footer.license": "Licens", + "footer.navigation": "Bundnavigation", + "footer.privacy": "Privatliv", + "footer.terms": "Vilkår", "footer.version": "Version {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", - "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_dropbox_desc": "OAuth-koblet. Filer lander i din valgte mappe.", + "help.destinations_email": "Email videresendelse", + "help.destinations_email_desc": "Behandlede filer sendt som SMTP vedhæftninger.", + "help.destinations_google_drive": "Google Drev", + "help.destinations_google_drive_desc": "Servicekonto eller OAuth. Understøtter delte drev.", + "help.destinations_heading": "Destinationer – Hvor Dokumenter Går", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Selvhostet cloud-lagring via WebDAV.", "help.destinations_onedrive": "OneDrive", "help.destinations_onedrive_desc": "Microsoft Graph API integration.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Skub dokumenter direkte ind i Paperless for arkivering.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Enhver S3-kompatibel bucket (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Sikker filoverførsel til enhver server.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST metadata til enhver ekstern slutpunkt.", + "help.documentation": "Dokumentation", + "help.faq": "Ofte stillede spørgsmål", + "help.faq_1_a": "Naviger til Upload siden, træk og slip dine filer eller klik på Vælg fil. DocuElevate konverterer billeder og kontordokumenter til PDF, kører OCR og udtrækker metadata automatisk.", + "help.faq_1_q": "Hvordan uploader jeg dokumenter?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF og HTML. Ikke-PDF filer bliver automatisk konverteret til PDF inden behandling.", + "help.faq_2_q": "Hvilke filformater understøttes?", + "help.faq_3_a": "Ja. Gå til E-mail Indtagelse, tilføj en IMAP-konto, og DocuElevate vil hente nye beskeder og behandle vedhæftede filer automatisk.", + "help.faq_3_q": "Kan jeg indtage dokumenter fra e-mail?", + "help.faq_4_a": "Pipelines giver dig mulighed for at kæde behandlingstrin sammen – OCR, AI udtrækning, formatkonvertering – og sende resultatet til en eller flere destinationer. Opret og administrer dem fra Pipelines-siden.", + "help.faq_4_q": "Hvordan fungerer behandlingspipelines?", + "help.faq_5_a": "DocuElevate krypterer legitimationsoplysninger i hvile, kommunikerer over TLS, og gemmer aldrig dine dokumenter længere end nødvendigt. Se Privatlivspolitikken for fulde detaljer.", + "help.faq_5_a_post": " for fulde detaljer.", + "help.faq_5_a_pre": "DocuElevate krypterer legitimationsoplysninger i hvile, kommunikerer over TLS, og gemmer aldrig dine dokumenter længere end nødvendigt. Se den ", + "help.faq_5_q": "Er mine data sikre?", + "help.faq_heading": "Ofte Stillede Spørgsmål", + "help.getting_started": "Kom i Gang", + "help.heading": "Hjælp Center", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Brug REST API'en til programmatisk at sende dokumenter. Autentificer med en Bearer-token og POST filer til upload-endepunktet.", + "help.ingestion_heading": "Dataindtagelsesværktøjer", + "help.ingestion_mobile": "Mobilapps", + "help.ingestion_mobile_desc": "Brug enhver mobil scanningsapp, der understøtter brugerdefinerede HTTP-uploaddestinationer, til at sende fotos og scanninger til DocuElevate fra din telefon eller tablet.", + "help.ingestion_scanners": "Netværksscannere", + "help.ingestion_scanners_desc": "Ret enhver netværksscanner eller multifunktionsprinter mod DocuElevates upload-endepunkt. Scannede dokumenter lander direkte i din behandlingskø.", + "help.ingestion_watched_folders": "Overvågede mapper", + "help.ingestion_watched_folders_desc": "Konfigurer en lokal eller netværksmappe til at blive overvåget. Enhver fil, der placeres i en overvåget mappe, uploades automatisk og behandles af DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrer DocuElevate i dine automatiseringsarbejdsgange med Zapier, n8n eller Make. Brug REST API-handlinger til at udløse dokumentuploads fra enhver hændelse.", + "help.meta_description": "Få hjælp til DocuElevate – find vejledninger til uploading af dokumenter, tilslutning af cloud-lagring, opsætning af pipelines og meget mere.", + "help.og_description": "Få hjælp til DocuElevate – find vejledninger til uploading af dokumenter, tilslutning af cloud-lagring, opsætning af pipelines og meget mere.", + "help.page_title": "Hjælp Center", + "help.privacy_notice": "Privatlivspolitik", + "help.quickstart_heading": "Hurtig Start", + "help.quickstart_storage": "Forbind Lagring", + "help.quickstart_storage_desc": "Gå til Indstillinger og link dine sky-konti. Behandlede dokumenter bliver automatisk sendt til hver destination, du konfigurerer.", + "help.quickstart_storage_desc_full": "Gå til integrationer og link dine cloud-lagringskonti. DocuElevate understøtter Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud og meget mere. Behandlede dokumenter dirigeres automatisk til hver destination, du konfigurerer.", + "help.quickstart_upload": "Upload Dokumenter", + "help.quickstart_upload_desc": "Træk og slip filer på Upload-siden eller klik Vælg Fil. DocuElevate konverterer billeder og kontordokumenter til PDF, kører OCR og udtrækker metadata automatisk.", + "help.quickstart_workflows": "Automatiser Arbejdsgange", + "help.quickstart_workflows_desc": "Opret Pipelines for at definere multi-trins behandling og routingsregler. Kombiner OCR, AI udtrækning, formatkonvertering og levering i en enkelt flow.", + "help.sources_email_ingestion": "E-mail Indtagelse (IMAP)", + "help.sources_email_ingestion_desc": "Videregiv dokumenter til en dedikeret mailbox. Under E-mail Indtagelse, tilføj en eller flere IMAP-konti. DocuElevate henter nye beskeder og behandler vedhæftede filer automatisk.", + "help.sources_heading": "Kilder – Indsamling af Dokumenter", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", + "help.sources_rest_api_desc": "Integrer programmatisk ved at sende filer til /api/upload. Ideelt til scripts, overvågede mapper, scannere eller tredjeparts værktøjer som Zapier og n8n.", + "help.sources_scanner": "Scanner & Mobil", + "help.sources_scanner_desc": "Pege netværksscannere mod DocuElevate's upload-endpoint eller brug enhver mobil scanningsapp, der understøtter brugerdefinerede HTTP-destinationer.", + "help.sources_scanner_desc_full": "Konfigurer din netværksscanner eller multifunktionsprinter til at sende scanninger direkte til DocuElevate. Brug /api/upload-endepunktet som destination. Mobile scanningsapps med brugerdefinerede uploaddestinationer understøttes også.", "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", + "help.sources_web_upload_desc": "Den hurtigste måde at komme i gang på. Åbn Upload-siden, drop en eller flere filer, og DocuElevate tager sig af resten. Understøttede formater inkluderer PDF, JPEG, PNG, TIFF, DOCX, XLSX og mere.", + "help.subheading": "Alt hvad du behøver for at få det meste ud af DocuElevate. Gennemse emner nedenfor eller søg efter hvad du behøver.", "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", + "help.support_admin_message": "Kontakt din administrator for supportinformation.", + "help.support_description": "Kan du ikke finde det, du leder efter? Vores supportteam er her for at hjælpe.", + "help.support_heading": "Kontakt Support", + "help.support_live_chat": "Live chat tilgængelig – klik på chatboblen for at starte en samtale.", + "help.support_ticket_button": "Indsend en Ticket", + "help.support_ticket_desc": "Udfyld formularen nedenfor, og vores supportteam vil kontakte dig hurtigst muligt.", + "help.support_ticket_heading": "Åbn en Supportticket", + "help.title": "Hjælp Center", + "help.workflows_creating": "Oprettelse af en Pipeline", + "help.workflows_definition": "En Pipeline er en række behandlingstrin, der kører automatisk, hver gang et dokument bliver indtaget. Hvert trin kan transformere, berige eller dirigere dokumentet.", + "help.workflows_heading": "Arbejdsgange & Pipelines", + "help.workflows_step_1": "Konverter til PDF", + "help.workflows_step_1_create": "Gå til Pipelines i hovedmenuen.", + "help.workflows_step_1_full": "Konverter til PDF – alle indkommende filer normaliseres til et ensartet PDF-format.", + "help.workflows_step_2": "OCR – udtræk tekst", + "help.workflows_step_2_create": "Klik på Ny Pipeline og giv den et navn.", + "help.workflows_step_2_full": "OCR – udtræk vælgbar tekst fra scannede sider ved hjælp af Azure Document Intelligence eller den indbyggede motor.", + "help.workflows_step_3": "AI metadataudtræk", + "help.workflows_step_3_create": "Tilføj de behandlingstrin, du har brug for.", + "help.workflows_step_3_full": "AI metadataudtrækning – klassificer dokumenttype og hent nøglefelter som beløb, datoer og navne ved hjælp af OpenAI.", + "help.workflows_step_4": "Lever til en eller flere destinationer", + "help.workflows_step_4_create": "Vælg en eller flere leveringsdestinationer.", + "help.workflows_step_5_create": "Gem – nye dokumenter vil automatisk blive behandlet gennem denne pipeline.", + "help.workflows_typical_steps": "Typiske trin", + "help.workflows_what_is": "Hvad er en Pipeline?", + "index.badge_intelligent": "Intelligent Dokumentbehandling", + "index.button_browse_files": "Gennemse filer", "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", + "index.capabilities_cloud": "Cloud-lagring: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Email- og URL-baseret dokumentindtag", + "index.capabilities_ocr": "OCR & metadataudtræk med AI", + "index.capabilities_paperless": "Paperless-ngx integration til dokumenthåndtering", + "index.capabilities_title": "Funktioner", + "index.capabilities_workflows": "Automatiserede klassifikations- og ruting workflows", + "index.cta_description": "Deltag i teams, der allerede automatiserer deres dokumentbehandling med DocuElevate.", + "index.cta_heading": "Klar til at forbedre din dokumentworkflow?", + "index.cta_pricing": "Se priser", + "index.cta_signup": "Opret en gratis konto", + "index.dashboard_subtitle": "Intelligent dokumentbehandling & -styring", + "index.dashboard_subtitle_teams": "Intelligent dokumentbehandling & -styring – bygget til teams", + "index.feature_ai": "AI Metadataudtræk", + "index.feature_ai_desc": "OpenAI, Claude, Gemini og andre plug-in AI-udbydere klassificerer dokumenter og udtrækker nøglefelter som datoer, beløb og emner.", + "index.feature_cloud": "Multi-Cloud Lagring", + "index.feature_cloud_desc": "Rute behandlede filer til Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP og mere.", + "index.feature_email": "Email & IMAP Indtag", + "index.feature_email_desc": "Træk automatisk dokumenter fra Gmail eller enhver IMAP-mailboks – ingen manuelle uploads nødvendige.", + "index.feature_ocr": "OCR & Tekstudtræk", + "index.feature_ocr_desc": "Azure Document Intelligence konverterer scannede PDF'er og billeder til fuldt søgbart tekst automatisk.", + "index.feature_pipelines": "Brugerdefinerede Pipelines", + "index.feature_pipelines_desc": "Byg behandlingspipelines med konfigurerbare trin – OCR, AI-udtræk, formatkonvertering og lagerruting i vilkårlig rækkefølge.", + "index.feature_search": "Fuldt tekstsøgning", + "index.feature_search_desc": "Find straks ethvert dokument ved indhold, metadata eller tags på tværs af dit samlede arkiv.", + "index.feature_section_title": "Alt hvad du behøver til smarte dokumentworkflows", + "index.getting_started": "Kom godt i gang", + "index.getting_started_1": "Konfigurer integrationer via Systemstatus", + "index.getting_started_2": "Upload dit første dokument", + "index.getting_started_3": "Gennemgå resultater i Filer", + "index.getting_started_learn": "Lær mere om DocuElevate", + "index.hero_description": "DocuElevate indsamler dine dokumenter, kører OCR, udtrækker metadata med AI, og sender filer til Dropbox, Google Drive, OneDrive, S3, Nextcloud, og mere — alt i en strømlinet pipeline.", + "index.hero_heading": "Fra upload til indsigt — automatisk.", + "index.hero_login": "Log ind", + "index.hero_pricing": "Se planer & priser", + "index.hero_signup": "Kom i gang — det er gratis", + "index.integrations_active": "Aktive integrationer", + "index.integrations_storage": "Lagringsmål", + "index.integrations_title": "Integrationer", + "index.integrations_view_status": "Se systemstatus", "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", + "index.page_title_public": "Intelligent dokumentbehandling", + "index.platform_overview": "Platformoversigt", + "index.processing_stats": "Behandlingsstatistik", + "index.quick_actions": "Hurtige handlinger", + "index.quick_documents": "Mine dokumenter", + "index.quick_documents_desc": "Gennemse dine behandlede filer", + "index.quick_search": "Søg", + "index.quick_search_desc": "Fuldt tekstsøgning på tværs af dokumenter", + "index.quick_subscription": "Mit abonnement", + "index.quick_subscription_desc": "Se plan- & brugerdetaljer", + "index.quick_system_status": "Systemstatus", + "index.quick_system_status_desc": "Tjek integrationens tilstand", + "index.quick_upload": "Upload dokument", + "index.quick_upload_desc": "Behandl en ny fil", + "index.quick_view_files": "Se alle filer", + "index.quick_view_files_desc": "Gennemse behandlede dokumenter", "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", + "index.single_user_subtitle": "Intelligent dokumentbehandling & management", + "index.stat_active_integrations": "Aktive integrationer", + "index.stat_active_users": "Aktive brugere", + "index.stat_files_month": "Filer denne måned", + "index.stat_files_ocr": "Filer med OCR", + "index.stat_files_today": "Filer i dag", + "index.stat_storage_targets": "Lagringsmål", + "index.stat_this_month": "Denne måned", + "index.stat_today": "I dag", + "index.stat_total_files": "Total filer", + "index.stat_total_processed": "Total behandlet", "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", + "index.tier_upgrade": "Opgrader", + "index.tier_view_details": "Se fulde detaljer", + "index.upgrade_daily_limits": "Højere daglige og månedlige grænser", + "index.upgrade_description": "Lås op for flere dokumenter, flere destinationer og prioritetsupport.", + "index.upgrade_destinations": "Flere lagringsdestinationer", + "index.upgrade_ocr_pages": "Flere OCR-sider", + "index.upgrade_plan": "Opgrader din plan", + "index.upgrade_view_pricing": "Se planer og priser", + "index.usage_lifetime": "Livstidsfiler", + "index.usage_month": "Filer denne måned", + "index.usage_my_usage": "Min brug", + "index.usage_today": "Filer i dag", + "index.usage_unlimited": "Ubegrænset", + "integrations.access_key_label": "Adgangsnøgle ID", + "integrations.active_label": "Aktiv", + "integrations.add_button": "Tilføj integration", + "integrations.add_first_button": "Tilføj din første integration", + "integrations.api_token_label": "API-token", + "integrations.authorize_btn": "Autoriser", + "integrations.authorize_reauth": "Gen-autoriser", + "integrations.bucket_label": "Bucket", + "integrations.configure": "Konfigurer", + "integrations.connect": "Forbind", + "integrations.connected": "Forbundet", + "integrations.connection_failed": "Forbindelse mislykkedes", + "integrations.connection_success": "Forbindelse lykkedes", + "integrations.delete_confirm_are_you_sure": "Er du sikker på, at du vil slette", + "integrations.delete_confirm_title": "Slet integration?", + "integrations.delete_confirm_undone": "Denne handling kan ikke annulleres.", + "integrations.delete_emails_label": "Slet emails efter behandling", + "integrations.delete_files_label": "Slet filer efter behandling", + "integrations.destinations_quota_label": "Lagringsdestinationer:", + "integrations.destinations_section": "Destinationer", + "integrations.direction_destination": "Destination (lager)", + "integrations.direction_label": "Retning", + "integrations.direction_placeholder": "\u0014 Vælg \u0014", + "integrations.direction_source": "Kilde (indsamling)", + "integrations.disconnect": "Afbryd", + "integrations.email_settings": "Indstillinger for email-videresendelse", + "integrations.empty_state": "Ingen integrationer konfigureret", + "integrations.endpoint_label": "Endpoint URL", + "integrations.endpoint_optional": "(valgfri, for S3-kompatible)", + "integrations.folder_label": "Mappe", + "integrations.folder_optional": "(valgfri)", + "integrations.folder_path_label": "Foldersti", + "integrations.folder_prefix_label": "Folderpræfiks", + "integrations.generic_settings_hint": "Konfiguration for denne integrationstype kan angives som JSON efter oprettelse via API'en.", + "integrations.gmail_hint": "Gmail labels & stjerne: når aktiveret, bliver behandlede emails stjernemarkeret og mærket med en \"Indsamlet\" label i Gmail. Gælder kun for Gmail-servere.", + "integrations.gmail_labels": "Anvend Gmail labels & stjerne", + "integrations.host_label": "Vært", + "integrations.imap_settings": "IMAP-indstillinger", + "integrations.loading": "Indlæser integrationer\u00014", + "integrations.modal_close": "Luk modal", + "integrations.modal_title_add": "Tilføj integration", + "integrations.modal_title_edit": "Rediger integration", + "integrations.name_label": "Label", + "integrations.name_placeholder": "f.eks. Arbejd Gmail, S3 Arkiv", + "integrations.nextcloud_settings": "Nextcloud Indstillinger", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Tilføj din første integration for at forbinde indholds kilder (som IMAP) og lager destinationer (som S3, Dropbox eller Google Drive).", + "integrations.not_connected": "Ikke forbundet", + "integrations.oauth_folder_label": "Mappe", + "integrations.oauth_hint": "Gem denne integration først, og brug derefter Autoriser knappen for at fuldføre OAuth-flowet. Dine legitimationsoplysninger vil blive opbevaret sikkert i din personlige integrationspost.", + "integrations.page_title": "Integrationer", + "integrations.paperless_settings": "Paperless NGX Indstillinger", + "integrations.password_label": "Adgangskode", + "integrations.paused": "Pauset", + "integrations.plan_label": "Plan:", "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "integrations.quota_not_available": "(ikke tilgængelig)", + "integrations.quota_unlimited": "/ ubegrænset", + "integrations.recipient_label": "Modtager E-mail", + "integrations.region_label": "Region", + "integrations.remote_path_label": "Fjernbane", + "integrations.s3_prefix_label": "Præfiks (mappesti)", + "integrations.s3_settings": "S3 Indstillinger", + "integrations.secret_key_label": "Hemmelige Adgangsnøgle", + "integrations.show_password": "Vis kodeord", + "integrations.show_secrets": "Vis hemmeligheder", + "integrations.show_token": "Vis token", + "integrations.source_local": "Lokal Filssytem", + "integrations.source_type_label": "Kildetype", + "integrations.sources_quota_label": "Postkasse Kilder:", + "integrations.sources_section": "Kilder", + "integrations.subtitle": "Administrer dine indhold kilder og lager destinationer ét sted.", + "integrations.title": "Integrationer", + "integrations.type_label": "Integrations Type", + "integrations.type_placeholder": "\u0000 Vælg retning først \u00000", + "integrations.upgrade_plan": "Opgrader Plan", + "integrations.use_ssl": "Brug SSL", + "integrations.username_label": "Brugernavn", + "integrations.watch_folder_settings": "Overvåg Mappe Indstillinger", + "integrations.webdav_settings": "WebDAV Indstillinger", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Indhold", + "integrations.webhook_how_heading": "Hvordan Webhook Indhold Fungerer", + "integrations.webhook_how_text": "En webhook integration gør det muligt for eksterne systemer at sende dokumenter direkte ind i DocuElevate via REST API. I stedet for at DocuElevate spørger efter nye filer (som IMAP), sender din applikation filer til DocuElevate ved hjælp af en HTTP-anmodning med en API-token til autentifikation.", + "integrations.webhook_ideal_text": "Dette er ideelt til CI/CD pipelines, automatiseringsscripts, scanner integrationer eller ethvert system der genererer dokumenter og skal sende dem til behandling.", + "integrations.webhook_quick_start": "Hurtig Start", + "integrations.webhook_security_tip": "Opret en dedikeret API-token til hver integration og tilbagekald den straks, hvis den kompromitteres. Tokens kan administreres på siden API Tokens.", + "integrations.webhook_step1": "Gå til {api_tokens_link} og opret en personlig token.", + "integrations.webhook_upload_with_token": "Brug tokenet til at uploade dokumenter via API:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Sproget blev ændret til {language}", + "language.change_success": "Sprog ændret til {language}", + "language.changed": "Sprog ændret til {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", @@ -599,331 +706,409 @@ "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", + "language.hu": "Ungarsk", "language.is": "Íslenska", - "language.it": "Italiano", + "language.it": "Italiensk", "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", + "language.lt": "Lituanisk", + "language.lv": "Latviski", "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Dansk", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", + "language.nl": "Hollandsk", + "language.no_results": "Ingen sprog fundet", + "language.pl": "Polsk", + "language.pt": "Portugisisk", + "language.ro": "Rumænsk", + "language.ru": "Russisk", + "language.search_placeholder": "Søg efter sprog\u0010", + "language.selector": "Sprog", + "language.selector_label": "Vælg sprog", + "language.sk": "Slovakisk", + "language.sl": "Slovensk", + "language.sv": "Svensk", + "language.tr": "Tyrkisk", + "language.uk": "Ukrainsk", + "language.zh": "Kinesisk", + "nav.about": "Om", + "nav.account_menu": "Konto menu", + "nav.account_menu_for": "Konto menu for {name}", + "nav.admin": "Administrator", + "nav.admin.audit_logs": "Revisionslogs", + "nav.admin.backups": "Sikkerhedskopier", + "nav.admin.plans": "Planer", + "nav.admin.scheduled_jobs": "Planlagte opgaver", + "nav.admin.users": "Brugere", + "nav.admin_actions": "Admin handlinger", + "nav.admin_menu": "Administrator menu", + "nav.api_docs": "API Dokuementation", "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", + "nav.backup_restore": "Backup & Gendannelse", + "nav.credentials": "Legitimationsoplysninger", + "nav.dark_mode": "Mørk tilstand", "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", + "nav.developer_docs": "Udviklerdokumentation", + "nav.duplicates": "Duplikater", + "nav.file_manager": "Filhåndtering", + "nav.files": "Filer", + "nav.get_started": "Kom i gang", + "nav.help": "Hjælp", + "nav.help_center": "Hjælp Center", "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", + "nav.integrations": "Integrationer", + "nav.light_mode": "Lys Tilstand", + "nav.login": "Log Ind", + "nav.logout": "Log Ud", + "nav.main_navigation": "Hovednavigation", + "nav.my_subscription": "Mit abonnement", + "nav.notifications": "Notifikationer", + "nav.open_main_menu": "Åbn hovedmenu", + "nav.pipelines": "Pipeline", "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", + "nav.pricing": "Priser", + "nav.profile": "Profil", + "nav.profile_settings": "Profilindstillinger", + "nav.queue": "Kø", + "nav.queue_monitor": "Kø Monitor", + "nav.scheduled_jobs": "Planlagte Jobs", + "nav.search": "Søg", + "nav.settings": "Indstillinger", + "nav.shared_links": "Delte Links", + "nav.sign_out": "Log ud", + "nav.signup": "Tilmeld", + "nav.similarity": "Lighed", + "nav.skip_to_content": "Spring til hovedindhold", "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", + "nav.subscription": "Abonnement", + "nav.toggle_dark_mode": "Skift til mørk tilstand", + "nav.toggle_nav": "Skift navigationsmenu", "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", + "nav.users": "Brugere", + "nav.version": "Versionsoplysninger", + "notifications.filter_all": "Alle", + "notifications.filter_read": "Kun læst", + "notifications.filter_unread": "Kun ulæst", + "notifications.manage_desc": "Administrer din notifikation indbakke, mål og begivenhedspræferencer", + "notifications.mark_all_read": "Markér Alle som Læst", + "notifications.mark_all_read_btn": "Markér alle læst", + "notifications.mark_read": "Markér som Læst", + "notifications.no_notifications": "Ingen notifikationer", + "notifications.page_title": "Notifikationer", + "notifications.tab_inbox": "Indbakke", + "notifications.tab_settings": "Indstillinger", + "notifications.title": "Notifikationer", + "notifications.unread_count": "{count} uåbnede notifikationer", + "pipelines.active_label": "Aktiv", + "pipelines.add_step_btn": "Tilføj trin", + "pipelines.create": "Opret pipeline", + "pipelines.custom_label_label": "Brugerdefineret label", + "pipelines.default_label": "Standard", + "pipelines.description_label": "Beskrivelse", + "pipelines.description_placeholder": "Valgfri beskrivelse", + "pipelines.disabled_label": "Deaktiveret", + "pipelines.edit": "Rediger pipeline", + "pipelines.empty_state": "Ingen pipelines endnu", + "pipelines.empty_state_hint": "Opret din første pipeline for at definere brugerdefinerede dokumentbehandlingsarbejdsgange.", + "pipelines.enabled_label": "Aktiveret", + "pipelines.force_cloud_ocr_label": "Tving cloud OCR (spring lokal tekstudtræk over)", + "pipelines.inactive_label": "Inaktiv", + "pipelines.loading": "Indlæser pipelines…", + "pipelines.name_placeholder": "Min pipeline", + "pipelines.new_pipeline_btn": "Ny pipeline", + "pipelines.no_steps": "Ingen trin defineret. Tilføj et trin for at begynde at opbygge din pipeline.", + "pipelines.ocr_auto": "Auto (brug systemstandard)", + "pipelines.ocr_language_hint": "Overskriver den globale sprogindstilling for Tesseract/EasyOCR. Azure og Mistral registrerer automatisk sproget.", + "pipelines.ocr_language_label": "OCR-sprog", + "pipelines.optional_suffix": "(valgfrit)", + "pipelines.page_title": "Behandlingspipelines", + "pipelines.set_default": "Indstil som min standardpipeline", + "pipelines.step_label_placeholder": "Overskriv standard trin navn", + "pipelines.step_type_label": "Trin-type", + "pipelines.subtitle_intro": "Definer og administrer brugerdefinerede dokumentbehandlingsarbejdsgange.", + "pipelines.subtitle_system_post": "badge og er synlige for alle brugere.", + "pipelines.subtitle_system_pre": "Systempipelines (oprettet af administratorer) vises med en", "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", + "pipelines.system_pipeline_label": "Systempipeline (synlig for alle brugere)", + "pipelines.title": "Behandlingspipelines", + "profile.avatar_alt": "Dit profilbillede", + "profile.avatar_heading": "Profilbillede", + "profile.avatar_remove": "Fjern brugerdefineret avatar", + "profile.avatar_upload_hint": "Upload et JPEG, PNG, GIF eller WebP billede på op til 2 MB. Hvis der ikke er noget brugerdefineret billede, vises din {gravatar}.", + "profile.choose_image": "Vælg billede\u0000a\u0000a", + "profile.confirm_password": "Bekræft nyt kodeord", + "profile.contact_email_hint": "Bruges til systemnotifikationer. Dette ændrer ikke din login-e-mail.", + "profile.contact_email_label": "Kontakt / Notifikations-e-mail", + "profile.contact_email_placeholder": "du@eksempel.com", + "profile.current_password": "Nuværende kodeord", + "profile.dismiss": "Afvis", + "profile.display_name_hint": "Lad det stå tomt for at bruge dit kontobrukernavn eller e-mail.", + "profile.display_name_label": "Visningsnavn", + "profile.display_name_placeholder": "Dit navn som vist i UI'en", + "profile.general_heading": "Generel information", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profilindstillinger", + "profile.language_auto_detect": "Auto-detect (fra browser)", + "profile.language_hint": "Vælg dit foretrukne grænsefladesprog. “Auto-detect” følger dine browserindstillinger.", + "profile.language_label": "UI-sprog", + "profile.new_password": "Nyt kodeord", + "profile.new_password_hint": "Minimum 8 tegn.", + "profile.page_title": "Profilindstillinger – DocuElevate", + "profile.password_heading": "Ændre kodeord", + "profile.preferences_heading": "Præferencer", + "profile.save_button": "Gem ændringer", + "profile.saving": "Gemmer\u0000a\u0000a", + "profile.subtitle": "Administrer dit visningsnavn, avatar, sprog og tema præferencer.", + "profile.theme_dark": "Mørk", + "profile.theme_hint": "“Systemstandard” følger din enheds mørke tilstandsindstilling.", + "profile.theme_label": "Farveskema", + "profile.theme_light": "Lys", + "profile.theme_system": "Systemstandard", + "profile.update_password": "Opdater kodeord", + "profile.updating": "Opdaterer\n", + "queue.active_tasks": "Aktive opgaver", + "queue.auto_refresh_1": "Opdateres automatisk hvert", + "queue.auto_refresh_2": "sekund", + "queue.col_arguments": "Argumenter", + "queue.col_current_step": "Nuværende trin", + "queue.col_file": "Fil", + "queue.col_files": "Filer", + "queue.col_queue": "Kø", + "queue.col_state": "Status", + "queue.col_task": "Opgave", + "queue.col_task_id": "Opgave ID", + "queue.files_processing": "Behandler filer", + "queue.heading": "Køovervågning", + "queue.last_updated": "Sidst opdateret:", + "queue.loading_stats": "Indlæser køstatistik\u001e", + "queue.no_active_tasks": "Ingen aktive opgaver", + "queue.no_data": "Ingen data", + "queue.no_files_processing": "Ingen filer, der i øjeblikket behandles", + "queue.page_title": "Køovervågning", + "queue.processing_pipeline": "Behandlingspipeline", + "queue.queued_tasks": "Køede opgaver", + "queue.recently_processing": "Nyligt behandlede filer", + "queue.redis_queues": "Redis køer", + "queue.subtitle": "Real-time visning af dokumentbehandlingspipeline og Celery opgavekøer.", + "queue.workers_online": "Arbejder online", + "search.button": "Søg", + "search.error_message": "Søgning er midlertidigt utilgængelig. Prøv venligst igen om et øjeblik.", + "search.filter_aria_clear": "Ryd alle filtre", + "search.filter_clear_button": "Ryd filtre", + "search.filter_date_from": "Dato fra", + "search.filter_date_to": "Dato til", + "search.filter_document_type": "Dokumenttype", + "search.filter_document_type_placeholder": "f.eks. Faktura", + "search.filter_language": "Sprog", + "search.filter_language_placeholder": "f.eks. da", + "search.filter_sender": "Afsender", + "search.filter_sender_placeholder": "f.eks. ACME Corp", "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", + "search.filter_tags_placeholder": "f.eks. amazon", + "search.filter_text_quality": "Tekstkvalitet", + "search.filter_text_quality_all": "Alle", + "search.filter_text_quality_high": "Høj", + "search.filter_text_quality_low": "Lav", + "search.filter_text_quality_medium": "Mellem", + "search.filter_text_quality_no_text": "Ingen tekst", + "search.heading": "Dokumentsøgning", + "search.input_aria_label": "Søg dokumenter", + "search.input_placeholder": "Søg dokumenter efter indhold, afsender, tags, type...", + "search.loading_indicator": "Søger\u00100", + "search.no_results": "Ingen resultater fundet", + "search.page_title": "Søg Dokumenter", + "search.placeholder": "Søg efter filnavn, indhold, tags...", + "search.result_empty": "Ingen dokumenter fundet, der matcher din forespørgsel.", + "search.results_count": "{count} resultater fundet", + "search.saved_aria_save": "Gem nuværende søgning", + "search.saved_button": "Gem Nuværende", + "search.saved_empty": "Ingen gemte søgninger endnu", + "search.saved_error": "Kunne ikke indlæse gemte søgninger", + "search.saved_label": "Gemte Søgninger", + "search.saved_loading": "Indlæser...", + "search.title": "Søg Dokumenter", + "settings.audit_log_btn": "Revision Log", + "settings.autocomplete_hint": "Skriv for at søge kendte værdier, eller indtast enhver brugerdefineret værdi.", + "settings.autocomplete_no_matches": "Ingen matcher \u00100 du kan stadig indtaste en brugerdefineret værdi", + "settings.autocomplete_placeholder": "Skriv for at søge eller indtast en værdi\u00100", + "settings.boolean_enable_prefix": "Aktivér", + "settings.categories_aria": "Indstillingskategorier", + "settings.categories_heading": "Kategorier", "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "settings.effective_value_label": "Effektiv værdi:", + "settings.encrypted_suffix": "= krypteret i ro", + "settings.encrypted_title": "Værdien er krypteret i ro i databasen", + "settings.export_btn": "Eksportér", + "settings.export_db_only": "DB indstillinger kun", + "settings.export_full_config": "Fuldt effektiv konfiguration", + "settings.jump_to_category": "Spring til kategori\u00100", + "settings.manage_config_prefix": "Administrer konfiguration. Prioritet:", + "settings.model_picker_hint": "Vælg fra listen eller skriv et modelnavn, der understøttes af din udbyder.", + "settings.model_picker_placeholder": "Vælg en almindelig model eller skriv et brugerdefineret navn\u00100", + "settings.no_results_clear": "ryd søgningen", + "settings.no_results_heading": "Ingen indstillinger fundet", + "settings.no_results_hint": "Prøv en anden søgeterm eller", + "settings.page_heading": "Applikationsindstillinger", + "settings.required_label": "(påkrævet)", + "settings.reset_confirm": "Er du sikker på, at du vil nulstille denne indstilling?", + "settings.restart_required_suffix": "= genstart kræves", + "settings.revert_btn": "Fjern fra DB", + "settings.revert_title": "Fjern DB-overskrivning og gå tilbage til miljøvariabel eller standard", + "settings.reverting": "Går tilbage\u0014...", + "settings.save_all_btn": "Gem Alle Ændringer", + "settings.save_error": "Fejl ved lagring af indstilling", + "settings.save_setting_title": "Gem denne indstilling", + "settings.save_success": "Indstilling gemt succesfuldt", + "settings.saving_state": "Gemmer\u0014...", + "settings.search_aria_label": "Søg i indstillinger", + "settings.search_clear_aria": "Ryd søgning", + "settings.search_placeholder": "Søg indstillinger efter navn, nøgle eller beskrivelse\u0014...", + "settings.settings_count_suffix": "indstillinger", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", + "settings.source_default_badge": "STANDARD", + "settings.source_env_badge": "MILJØ", + "settings.title": "Indstillinger", + "settings.toggle_visibility_aria": "Skift synlighed for kodeord", + "settings.toggle_visibility_title": "Vis/skjul værdi", + "settings.user_autocomplete_empty": "Ingen matchende brugere fundet", + "settings.user_autocomplete_hint": "Skriv for at søge efter eksisterende brugere efter navn, eller indtast hvilken som helst identifikator manuelt.", + "settings.user_autocomplete_placeholder": "Begynd at skrive for at søge brugere\u0014...", + "settings.wizard_btn": "Assistent", + "shared.col_expiry": "Udløb", + "shared.col_file_label": "Fil / Mærke", "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", + "shared.col_views": "Visninger", + "shared.copy_link_aria": "Kopier link til udklipsholder", + "shared.copy_link_title": "Kopier link", + "shared.create_btn": "Opret Link", + "shared.create_heading": "Opret Nyt Delt Link", + "shared.creating": "Opretter\u0014...", + "shared.expiry_12h": "12 timer", + "shared.expiry_14d": "14 dage", + "shared.expiry_1h": "1 time", + "shared.expiry_24h": "24 timer (1 dag)", + "shared.expiry_30d": "30 dage", + "shared.expiry_3d": "3 dage", + "shared.expiry_6h": "6 timer", + "shared.expiry_7d": "7 dage", + "shared.expiry_label": "Udløb", + "shared.expiry_never": "Aldrig", + "shared.file_id_help_post": "side eller i dokumentdetalje-URL'en.", + "shared.file_id_help_pre": "Find fil-ID'en på", + "shared.file_id_label": "Fil-ID", + "shared.file_id_placeholder": "f.eks. 42", + "shared.files_link": "Filer", + "shared.heading": "Delte Links", "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", - "upload.url_placeholder": "https://example.com/document.pdf" + "shared.label_placeholder": "f.eks. Delt med Bob", + "shared.link_created": "Delt link oprettet!", + "shared.link_created_help": "Kopier og send dette link til modtageren.", + "shared.links_count_aria": "antal links", + "shared.max_downloads_label": "Maksimale downloads", + "shared.no_links": "Ingen delte links endnu. Opret et ovenfor for at komme i gang.", + "shared.open_in_new_tab": "Åbn i ny fane", + "shared.open_link_aria": "Åbn delt link", + "shared.optional": "(valgfri)", + "shared.page_title": "Delte Links - DocuElevate", + "shared.password_label": "Adgangskode", + "shared.password_placeholder": "Lad være tomt for ingen adgangskode", + "shared.password_protected": "Adgangskodebeskyttet", + "shared.refresh_aria": "Opdater liste over delte links", + "shared.revoke_aria_prefix": "Tilbagerul delt link for", + "shared.revoke_btn": "Tilbagerul", + "shared.status_active": "Aktiv", + "shared.status_expired": "Udløbet", + "shared.status_limit_reached": "Grænse nået", + "shared.status_revoked": "Tilbagerullet", + "shared.subtitle": "Del dokumenter med alle via et tidsbegrænset eller visningsbegrænset link. Modtagere behøver ikke en DocuElevate-konto. Links kan være adgangskodebeskyttede og tilbagerulles til enhver tid.", + "shared.table_aria": "Delte links", + "shared.unlimited_placeholder": "Ubegrænset", + "shared.your_links": "Dine Delte Links", + "similarity.backfill_auto": "Baggrundsopgaven vil beregne dem automatisk hvert 5. minut, eller du kan", + "similarity.files_missing_text": "fil(er) har OCR-tekst men ingen embedding endnu.", + "similarity.find_pairs_btn": "Find Par", + "similarity.heading": "Dokumentlighedhed", + "similarity.load_error": "Fejl ved indlæsning af par.", + "similarity.min_similarity_label": "Min. lighed", + "similarity.no_pairs_detail": "Ingen dokumentpar overstiger lighedstærsklen.", + "similarity.no_pairs_heading": "Ingen lignende par fundet", + "similarity.page_title": "Dokumentlighed - DocuElevate", + "similarity.pagination_aria": "Pagination af lighedspar", + "similarity.per_page_label": "Per side", + "similarity.scanning": "Scanner efter lignende dokumentpar\u00100", + "similarity.stat_embedding_model": "Indlejringsmodel", + "similarity.stat_missing_embedding": "Mangler indlejring", + "similarity.stat_total_files": "Samlet antal filer", + "similarity.stat_with_embedding": "Med indlejring", + "similarity.subtitle": "Par af dokumenter med høj semantisk lighed, rangeret efter score.", + "similarity.trigger_aria": "Udl\u0000s indlejringsberegning for alle filer, der mangler indlejringer", + "similarity.trigger_now": "udl\u0000s det nu", + "status.app_version": "App-version", + "status.build_date": "Byg dato", + "status.container_id": "Container-ID", + "status.git_commit": "Git-commit", + "status.last_check": "Sidste kontrol", + "status.page_title": "Systemstatus", + "status.setting_label": "Indstilling", + "status.value_label": "Værdi", + "subscription.available_plans_heading": "Tilgængelige planer", + "subscription.back_to_dashboard": "Tilbage til instrumentbrættet", + "subscription.cancel_pending": "Annuller ændring", + "subscription.cancel_scheduled": "Annuller planlagt ændring", + "subscription.contact_sales": "Kontakt salg", + "subscription.current_badge": "Aktuel", + "subscription.current_plan": "Aktuel plan", + "subscription.current_plan_cta": "Din nuværende plan", + "subscription.downgrade_to_prefix": "Nedgradering til", + "subscription.features_heading": "Hvad\u000e inkluderet i din plan", + "subscription.free": "Gratis", + "subscription.heading": "Mit abonnement", + "subscription.keep_plan_prefix": "Behold", + "subscription.lifetime_files": "Samlede filer (livstid)", + "subscription.month_files": "Filer denne måned", + "subscription.more_features_label": "mere", + "subscription.page_title": "Mit abonnement \u0000 DocuElevate", + "subscription.pending_badge": "Afventer", + "subscription.pending_benefits": "Du beholder alle nuværende planfordele indtil da.", + "subscription.pending_on": "den", + "subscription.pending_title": "Afventende planændring planlagt", + "subscription.pending_will_change": "Din plan vil ændre sig til", + "subscription.per_mo": "/mnd", + "subscription.per_month": "/måned", + "subscription.since": "Siden", + "subscription.single_user_body": "Abonnementsniveauer gælder, når multibrugerfunktion er aktiv. Din instans kører i øjeblikket i enkeltbrugerfunktion uden behandlingsgrænser. En administrator kan aktivere multibrugerfunktion via {settings_link}.", + "subscription.single_user_title": "Multibrugerfunktion er ikke aktiveret.", + "subscription.subtitle": "Din nuværende plan, brug og tilgængelige opgraderinger.", + "subscription.this_month_label": "denne måned", + "subscription.today_files": "Filer i dag", + "subscription.today_label": "i dag", + "subscription.unlimited": "Ubegrænset", + "subscription.upgrade_info": "Opgraderinger træder i kraft med det samme. Nedgraderinger er planlagt til slutningen af din nuværende betalingsperiode.", + "subscription.upgrade_to_prefix": "Opgrader til", + "subscription.usage_heading": "Brug", + "upload.browse_button": "Gennemse filer", + "upload.button_processing": "Behandler...", + "upload.camera_button": "Tag foto / Scan dokument", + "upload.download_button": "Download og behandl", + "upload.downloading": "Downloader fil fra URL...", + "upload.drag_drop": "Træk og slip filer her eller klik for at gennemse", + "upload.drop_hint_desktop": "Træk og slip filer eller mapper her, eller klik for at vælge filer.", + "upload.drop_hint_mobile": "Tryk for at vælge filer eller brug kamera-knappen nedenfor.", + "upload.drop_zone_aria": "Filupload-område. Træk og slip filer her, eller tryk på Enter for at gennemse filer.", + "upload.error": "Upload mislykkedes", + "upload.error_invalid_url": "Ugyldigt URL-format", + "upload.error_url_required": "Indtast venligst en URL", + "upload.file_size_hint": "Maksimal størrelse: 500 MB pr. fil", + "upload.file_types": "Tilladte typer: PDF, Office-dokumenter (Word, Excel, PowerPoint osv.), Billeder", + "upload.filename_description": "Lad være tom for at bruge filnavn fra URL", + "upload.filename_label": "Filnavn (valgfrit)", + "upload.filename_placeholder": "mit-dokument.pdf", + "upload.max_size": "Maksimal filstørrelse: {size}", + "upload.page_title": "Upload filer", + "upload.section_device": "Upload fra enhed", + "upload.section_url": "Upload fra URL", + "upload.select_file": "Vælg fil", + "upload.success": "Fil uploadet succesfuldt", + "upload.title": "Upload dokument", + "upload.uploading": "Uploader...", + "upload.url_description": "Indtast et direkte link til en fil (PDF, Office-dokumenter eller billeder)", + "upload.url_label": "Fil-URL", + "upload.url_placeholder": "https://example.com/dokument.pdf" } diff --git a/frontend/translations/de.json b/frontend/translations/de.json index 2ec4bfa6..131b90d2 100644 --- a/frontend/translations/de.json +++ b/frontend/translations/de.json @@ -1,196 +1,197 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Lernen Sie den Ersteller kennen", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", + "about.creator_pre": "DocuElevate wird mit Leidenschaft entwickelt von", + "about.features_admin_api": "Mächtige REST API für programmatischen Zugriff", + "about.features_admin_config": "Hochgradig konfigurierbar über Umgebungsvariablen", + "about.features_admin_docker": "Docker-bereit für einfache Bereitstellung und Skalierung", + "about.features_admin_heading": "Verwaltung", + "about.features_admin_oauth2": "OAuth2-Authentifizierungsunterstützung mit Authentik", + "about.features_automation_background": "Hintergrundverarbeitung mit Redis und Celery", + "about.features_automation_gmail": "Integration von Gmail und generischen E-Mail-Konten", + "about.features_automation_heading": "Automatisierung", + "about.features_automation_imap": "IMAP-Posteingangsabfrage von mehreren Quellen", + "about.features_automation_ingestion": "Automatisierte Dokumentenaufnahme aus verschiedenen Eingaben", + "about.features_heading": "Hauptmerkmale", + "about.features_integration_cloud": "Cloud-Speicher: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integration & Speicherung", + "about.features_integration_multi_dest": "Unterstützung für mehrere Ziele (Dokumente an mehreren Standorten speichern)", + "about.features_integration_protocols": "Übertragungsprotokolle: FTP, SFTP, E-Mail-Weiterleitung", + "about.features_integration_selfhosted": "Selbstgehostete Optionen: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Intelligente Dokumentenklassifizierung und Datumsextraktion", + "about.features_processing_heading": "Dokumentenverarbeitung", + "about.features_processing_metadata": "Automatisierte Metadatenextraktion mithilfe eines anpassbaren KI-Anbieters", + "about.features_processing_ocr": "OCR unterstützt von Azure Document Intelligence", + "about.features_processing_pdf": "PDF-Konvertierung für verschiedene Dateiformate über Gotenberg", + "about.features_processing_upload": "Einfache und sichere Datei-Uploads mit Drag & Drop-Unterstützung", + "about.github_logo_alt": "GitHub-Logo", + "about.heading": "Über DocuElevate", + "about.intro_post": " – Ihre moderne, intelligente Lösung für die Dokumentenverarbeitung! Wir haben DocuElevate entwickelt, um die Art und Weise, wie Sie Ihre Dokumente verwalten – vom Hochladen über die Extraktion bis hin zur Verarbeitung und Speicherung, vollständig zu transformieren.", + "about.intro_pre": "Willkommen bei ", + "about.involved_description": "Möchten Sie in den Code eintauchen, Ideen einbringen oder mehr über DocuElevate erfahren?", + "about.involved_docs": "Die Dokumentation lesen", + "about.involved_github": "DocuElevate auf GitHub ansehen", + "about.involved_heading": "Beteiligen Sie sich", + "about.involved_website": "Besuchen Sie die DocuElevate-Website", + "about.legal_description": "Wir kümmern uns um Ihre Privatsphäre und Datensicherheit. Bitte überprüfen Sie unser:", + "about.legal_heading": "Datenschutz & Rechtliches", + "about.legal_license": "Lizenzinformationen", + "about.legal_privacy": "Datenschutzerklärung", + "about.page_title": "Über DocuElevate", + "about.story_heading": "Unsere Geschichte", + "about.story_p1": "DocuElevate wurde mit einem Ziel ins Leben gerufen: die Dokumentenverwaltung für alle zu vereinfachen und zu optimieren, egal ob Sie ein kleines Startup oder ein großes Unternehmen sind.", + "about.story_p2": "Wir nutzen die Leistung von pluggable KI-Anbietern (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey und viele mehr) zur Metadatenextraktion und Textverfeinerung, integrieren nahtlos mit Dropbox, Nextcloud und Paperless NGX für Speicherung und Indizierung, nutzen Azure Document Intelligence für OCR und verwenden sogar Gotenberg für Datei-zu-PDF-Konvertierungen.", + "api_tokens.col_created": "Erstellt", + "api_tokens.col_last_ip": "Letzte IP", + "api_tokens.col_last_used": "Zuletzt verwendet", "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "api_tokens.col_prefix": "Token-Präfix", + "api_tokens.copy_to_clipboard": "Token in die Zwischenablage kopieren", + "api_tokens.copy_upload_example": "Beispiel für den Upload in die Zwischenablage kopieren", + "api_tokens.copy_warning_1": "Kopieren Sie dieses Token jetzt — es wird", + "api_tokens.copy_warning_2": "nicht erneut angezeigt", + "api_tokens.create_heading": "Neues Token erstellen", + "api_tokens.create_token": "Token erstellen", + "api_tokens.creating": "Wird erstellt…", + "api_tokens.heading": "API-Tokens", + "api_tokens.intro": "Erstellen Sie persönliche API-Tokens, um programmgesteuert mit der DocuElevate-API zu interagieren. Verwenden Sie Tokens für Webhook-Uploads, CI/CD-Pipelines oder jedes Skript, das Dokumente hochladen oder abrufen muss.", + "api_tokens.loading_tokens": "Lade Tokens…", + "api_tokens.never": "Nie", + "api_tokens.no_tokens_heading": "Noch keine API-Tokens", + "api_tokens.no_tokens_help": "Erstellen Sie oben Ihr erstes Token, um zu beginnen.", + "api_tokens.page_title": "API-Tokens – DocuElevate", + "api_tokens.revoke": "Widerrufen", + "api_tokens.revoke_prefix": "Token widerrufen", + "api_tokens.status_active": "Aktiv", + "api_tokens.status_revoked": "Widerrufen", + "api_tokens.table_aria": "API-Tokens", + "api_tokens.token_created": "Token erfolgreich erstellt!", + "api_tokens.token_name_label": "Token-Name", + "api_tokens.token_name_placeholder": "z.B. CI-Pipeline, Webhook-Upload, Mein Skript", + "api_tokens.usage_heading": "Nutzungsbeispiel", + "api_tokens.usage_intro_post": "Header mit jeder API-Anfrage:", + "api_tokens.usage_intro_pre": "Verwenden Sie Ihr API-Token im", + "api_tokens.your_tokens": "Ihre Tokens", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", + "audit.col_resource": "Ressource", + "audit.col_timestamp": "Zeitstempel", + "audit.critical": "Kritisch", + "audit.filter_action": "Aktion", + "audit.filter_all_actions": "Alle Aktionen", + "audit.filter_all_users": "Alle Benutzer", + "audit.filter_resource_placeholder": "z.B. Dokument, Benutzer", + "audit.filter_resource_type": "Ressourcentyp", + "audit.filter_severity": "Schweregrad", + "audit.filter_user": "Benutzer", + "audit.filters_section_label": "Protokollfilter für Audit", + "audit.next": "Weiter", + "audit.next_label": "Nächste Seite", + "audit.no_events": "Noch keine Auditereignisse aufgezeichnet.", + "audit.no_events_hint": "Bedeutende Aktionen (Anmeldungen, Dokumentenoperationen, Änderungen der Einstellungen) werden hier angezeigt.", + "audit.page_title": "Audit Protokolle - DocuElevate", + "audit.pagination_label": "Seitenpagination für Auditprotokolle", + "audit.prev": "Vorher", + "audit.prev_label": "Vorherige Seite", + "audit.refresh_label": "Auditprotokolle aktualisieren", + "audit.siem_disabled_title": "SIEM-Weiterleitung ist deaktiviert", + "audit.siem_enabled_title": "Ereignisse werden weitergeleitet an ", + "audit.siem_off": "SIEM: Aus", + "audit.subtitle": "Umfassender, nur hinzuzufügender Bericht über alle bedeutenden Aktionen.", + "audit.table_label": "Ereignisse im Auditprotokoll", + "audit.title": "Auditprotokolle", "auth.confirm_password": "Passwort bestätigen", - "auth.create_account": "Create account", + "auth.create_account": "Konto erstellen", "auth.display_name_label": "Anzeigename", - "auth.email_label": "E-Mail", + "auth.email_label": "Email", "auth.forgot_password": "Passwort vergessen?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Anmelden", - "auth.login_title": "Anmelden", + "auth.forgot_username": "Benutzernamen vergessen?", + "auth.login": "Einloggen", + "auth.login_title": "Einloggen", "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Abmelden", + "auth.logout": "Ausloggen", "auth.my_account": "Mein Konto", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", + "auth.no_account": "Haben Sie kein Konto?", + "auth.or_continue_with": "Oder fortfahren mit", "auth.password_label": "Passwort", "auth.profile": "Profil", "auth.remember_me": "Angemeldet bleiben", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", + "auth.return_home": "Zurück zur Startseite", + "auth.sign_in": "Anmelden", + "auth.sign_in_sso": "Mit SSO anmelden", + "auth.sign_in_with": "Einloggen mit", + "auth.sign_in_with_username": "Einloggen mit Benutzernamen", "auth.signup": "Registrieren", "auth.signup_title": "Registrieren", "auth.username_label": "Benutzername", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "auth.username_or_email": "Benutzername oder E-Mail", + "auth.verify_email_back_sign_in": "Zurück zum Einloggen", + "auth.verify_email_expiry": "Der Link verfällt in 24 Stunden. Wenn Sie die E-Mail nicht sehen, überprüfen Sie Ihren Spam-Ordner.", + "auth.verify_email_heading": "Überprüfen Sie Ihren Posteingang", + "auth.verify_email_message": "Wir haben Ihnen eine Bestätigungs-E-Mail gesendet. Bitte klicken Sie auf den Link in der E-Mail, um Ihr Konto zu aktivieren.", + "auth.verify_email_page_title": "DocuElevate - Überprüfen Sie Ihre E-Mail", + "auth.verify_email_resend_aria_label": "E-Mail-Adresse für erneutes Senden", + "auth.verify_email_resend_button": "Bestätigungs-E-Mail erneut senden", + "auth.verify_email_resend_label": "E-Mail-Adresse", + "auth.verify_email_resend_placeholder": "Geben Sie Ihre E-Mail-Adresse ein", + "auth.verify_email_resend_prompt": "Nicht erhalten?", + "backup.archives_heading": "Backup-Archive", + "backup.backup_now": "Jetzt sichern", + "backup.clean_up": "Aufräumen", + "backup.cleanup_title": "Jetzt Aufbewahrung Cleanup durchführen", + "backup.col_created": "Erstellt", + "backup.col_filename": "Dateiname", + "backup.col_size": "Größe", + "backup.col_storage": "Speicher", + "backup.col_type": "Typ", + "backup.config_auto_backup": "Automatische Sicherung", + "backup.config_remote_dest": "Remote-Ziel", + "backup.config_retention": "Aufbewahrung", + "backup.config_total_size": "Gesamter lokaler Speicherplatz", + "backup.confirm_btn": "Bestätigen", + "backup.confirm_title": "Aktion bestätigen", + "backup.heading": "Backup-Verwaltung", + "backup.local_only": "Nur lokal", + "backup.no_backups": "Noch keine Backups.", + "backup.no_backups_hint": "Klicken Sie auf Jetzt sichern, um Ihr erstes Backup zu erstellen.", + "backup.page_title": "Backup-Verwaltung", + "backup.records_label": "Aufzeichnungen", + "backup.restore_btn": "Wiederherstellen", + "backup.restore_desc_mid": "Backup-Archiv zur Wiederherstellung der Datenbank.", + "backup.restore_desc_pre": "Laden Sie ein", + "backup.restore_desc_warning": "Dies wird alle aktuellen Daten überschreiben.", + "backup.restore_file_label": "Backup-Archiv (.db.gz)", + "backup.restore_heading": "Wiederherstellung aus Datei", + "backup.restoring": "Wiederherstellung\u0002026", + "backup.retention_daily_detail": "\u0002013 aufbewahrt für 3 Wochen", + "backup.retention_heading": "Aufbewahrungsrichtlinie", + "backup.retention_hourly_detail": "\u0002013 aufbewahrt für 4 Tage", + "backup.retention_note": "Backups, die über diese Grenzen hinausgehen, werden nach jedem neuen Backup automatisch gelöscht.", + "backup.retention_weekly_detail": "\u0002013 aufbewahrt für ~3 Monate", + "backup.snapshots": "Snapshots", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", + "backup.storage_local": "lokal", + "backup.subtitle": "Datenbank-Backups werden automatisch erstellt: stündlich (4 Tage), täglich (3 Wochen), wöchentlich (13 Wochen).", + "backup.table_aria": "Backup-Archive", + "backup.trigger_daily": "Jetzt sichern (täglich)", + "backup.trigger_hourly": "Jetzt sichern (stündlich)", + "backup.trigger_weekly": "Jetzt sichern (wöchentlich)", + "backup.type_daily": "Täglich", + "backup.type_hourly": "Stündlich", + "backup.type_weekly": "Wöchentlich", + "billing.go_to_dashboard": "Zum Dashboard gehen", + "billing.manage_subscription": "Abonnement verwalten", + "billing.success_heading": "Sie sind bereit!", + "billing.success_message": "Ihr Abonnement wurde aktiviert. Vielen Dank, dass Sie sich für DocuElevate entschieden haben!", + "billing.success_page_title": "DocuElevate - Abonnement aktiviert", "common.actions": "Aktionen", "common.active": "Aktiv", "common.all": "Alle", + "common.avatar": "Avatar", "common.back": "Zurück", "common.cancel": "Abbrechen", "common.close": "Schließen", - "common.col_pending": "Pending", + "common.col_pending": "Ausstehend", "common.completed": "Abgeschlossen", "common.confirm": "Bestätigen", "common.copied": "Kopiert!", @@ -208,19 +209,20 @@ "common.enabled": "Aktiviert", "common.error": "Fehler", "common.failed": "Fehlgeschlagen", - "common.filter": "Filtern", + "common.filter": "Filter", "common.inactive": "Inaktiv", "common.info": "Info", - "common.loading": "Laden...", + "common.loading": "Lade...", "common.name": "Name", - "common.next": "Weiter", - "common.next_page": "Next page", + "common.next": "Nächste", + "common.next_page": "Nächste Seite", "common.no": "Nein", "common.none": "Keine", - "common.page": "Page", + "common.page": "Seite", + "common.paused": "Pausiert", "common.pending": "Ausstehend", - "common.prev_page": "Previous page", - "common.previous": "Zurück", + "common.prev_page": "Vorherige Seite", + "common.previous": "Vorherige", "common.processing": "Verarbeitung", "common.refresh": "Aktualisieren", "common.reset": "Zurücksetzen", @@ -228,96 +230,99 @@ "common.save": "Speichern", "common.search": "Suche", "common.select": "Auswählen", - "common.select_placeholder": "— select —", + "common.select_placeholder": "\u00046 ausw\u00048len \u00046", "common.size": "Größe", "common.status": "Status", "common.submit": "Absenden", "common.success": "Erfolg", "common.tags": "Tags", + "common.test": "Test", + "common.test_connection": "Testverbindung", "common.type": "Typ", + "common.update": "Aktualisieren", "common.updated": "Aktualisiert", "common.upload": "Hochladen", - "common.view": "Ansehen", + "common.view": "Anzeigen", "common.warning": "Warnung", "common.yes": "Ja", - "cookie.accept": "Akzeptieren", + "cookie.accept": "Verstanden", "cookie.learn_more": "Mehr erfahren", - "cookie.message": "Diese Website verwendet Cookies, um Ihr Erlebnis zu verbessern.", - "cookie.notice": "DocuElevate verwendet nur essentielle Sitzungscookies, die für die Authentifizierung und den Servicebetrieb erforderlich sind. Es werden keine Tracking- oder Analyse-Cookies verwendet.", + "cookie.message": "Diese Website verwendet Cookies, um Ihre Erfahrung zu verbessern.", + "cookie.notice": "DocuElevate verwendet nur essentielle Sitzungscookies, die für die Authentifizierung und den Betrieb des Dienstes erforderlich sind. Es werden keine Tracking- oder Analyse-Cookies verwendet.", "cookie.notice_label": "Cookie-Hinweis", "cookie.policy_link": "Cookie-Richtlinie", - "cookie.privacy_link": "Datenschutzhinweis", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", + "cookie.privacy_link": "Datenschutzerklärung", + "credentials.col_action": "Aktion", + "credentials.col_credential": "Zugangsdaten", + "credentials.col_source": "Quelle", + "credentials.configured": "Konfiguriert", + "credentials.edit_in_settings": "In den Einstellungen bearbeiten", + "credentials.legend_db": "Wert in der Datenbank gespeichert (verschlüsselt im Ruhezustand; überschreibt Umgebungsvariable)", + "credentials.legend_env_after": " Datei", + "credentials.legend_env_before": "Wert aus Umgebungsvariable oder ", + "credentials.legend_missing": "Zugangsdaten nicht gesetzt — Integration funktioniert nicht", + "credentials.legend_restart": "Neustart erforderlich, wenn diese Zugangsdaten rotiert werden", + "credentials.legend_title": "Legende", + "credentials.manage_settings": "Einstellungen verwalten", + "credentials.not_configured": "Nicht konfiguriert", + "credentials.page_title": "Zugangsdaten-Audit - DocuElevate", + "credentials.raw_json": "Roh-JSON (API)", + "credentials.restart_title": "Neustart erforderlich nach dem Rotieren dieser Zugangsdaten", + "credentials.source_db_title": "In der Datenbank gespeichert (verschlüsselt)", + "credentials.source_env_title": "Von Umgebungsvariable", + "credentials.status_missing": "Fehlend", + "credentials.subtitle": "Übersicht über alle sensiblen Zugangsdaten, die von DocuElevate verwendet werden. Keine geheimen Werte werden hier angezeigt — nur ob jede Zugangsdaten konfiguriert ist und woher sie stammt.", + "credentials.table_for": "Zugangsdaten für", + "credentials.title": "Zugangsdaten-Audit", + "credentials.total_credentials": "Gesamtanzahl der Zugangsdaten", "dashboard.active_integrations": "Aktive Integrationen", - "dashboard.files_this_month": "Dateien diesen Monat", + "dashboard.files_this_month": "Dateien in diesem Monat", "dashboard.files_today": "Dateien heute", "dashboard.ocr_processed": "OCR verarbeitet", "dashboard.quick_actions": "Schnellaktionen", - "dashboard.recent_activity": "Letzte Aktivitäten", + "dashboard.recent_activity": "Letzte Aktivität", "dashboard.storage_targets": "Speicherziele", - "dashboard.title": "Übersicht", - "dashboard.total_files": "Dateien gesamt", + "dashboard.title": "Dashboard", + "dashboard.total_files": "Gesamtzahl der Dateien", "dashboard.welcome": "Willkommen bei DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", + "duplicates.file_id_label": "Datei-ID", + "duplicates.file_id_placeholder": "z.B. 42", + "duplicates.find_btn": "Finden", + "duplicates.found_files": "doppelte Datei(en) insgesamt.", + "duplicates.found_groups": "doppelte Gruppe(n) mit", + "duplicates.found_prefix": "Gefunden", + "duplicates.group_aria": "Doppelte Gruppe", + "duplicates.heading": "Doppelte Dokumente", + "duplicates.how_it_works_heading": "Wie die Erkennung von nahen Duplikaten funktioniert", + "duplicates.max_results_label": "Max Ergebnisse", + "duplicates.near_dup_desc": "Wählen Sie ein Dokument aus, um zu überprüfen, ob andere Dateien denselben (oder sehr ähnlichen) Inhalt enthalten – selbst wenn sie zu unterschiedlichen Zeiten gescannt wurden und unterschiedliche SHA-256-Hashes haben.", + "duplicates.near_dup_heading": "Nahe Duplikate für ein Dokument finden", + "duplicates.no_exact_heading": "Keine exakten Duplikate gefunden", + "duplicates.page_title": "Doppelte Dokumente - DocuElevate", + "duplicates.pagination_aria": "Seitenumbruch", + "duplicates.role_duplicate": "Duplikat", "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "duplicates.tab_exact": "Exakte Duplikate", + "duplicates.tab_near": "Nahe-Duplizierung Finder", + "duplicates.tabs_aria": "Tabs zur Duplikaterkennung", + "duplicates.threshold_label": "Ähnlichkeitsschwelle", + "duplicates.view_dup_aria": "Doppelte Datei anzeigen", + "duplicates.view_original_aria": "Originaldatei anzeigen", "error.404_code": "404", - "error.404_heading": "Ups, diese Seite konnten wir nicht finden!", - "error.404_home": "Zur Startseite", - "error.404_message": "Es scheint, als hätte DocuElevate das gesuchte Dokument verlegt. Keine Sorge – wir helfen Ihnen weiter.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Ups, wir konnten diese Seite nicht finden!", + "error.404_home": "Zurück zur Startseite", + "error.404_message": "Es scheint, dass DocuElevate das Dokument, nach dem Sie gesucht haben, verlegt hat. Keine Sorge – wir helfen Ihnen weiter.", + "error.404_title": "404 - Nicht gefunden", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Unsere Server haben ein Problem und brauchen einen Moment.", + "error.500_debug_info": "Debug-Info anzeigen", + "error.500_description": "Unsere Server hatten ein Missgeschick und benötigen einen Moment.", "error.500_heading": "Ups! Etwas ist schiefgelaufen.", - "error.500_home": "Zur Startseite", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Zugriff verweigert", + "error.500_home": "Nach Hause gehen", + "error.500_img_alt": "Illustration eines Serverfehlers", + "error.500_message1": "Unsere Server hatten ein Missgeschick und benötigen einen Moment. Vielleicht haben die Hamster ihren Kaffee verschüttet?", + "error.500_message2": "Wir sind bereits dabei – Dateien sortieren, Server neustarten und Flusskondensatoren kalibrieren.", + "error.500_title": "Serverfehler - DocuElevate", + "error.forbidden": "Verboten", "error.forbidden_message": "Sie haben keine Berechtigung, auf diese Seite zuzugreifen.", "error.not_found": "Seite nicht gefunden", "error.not_found_message": "Die gesuchte Seite existiert nicht.", @@ -329,7 +334,7 @@ "files.action_details": "Details anzeigen", "files.action_preview": "Schnellvorschau", "files.bulk_clear_selection": "Auswahl aufheben", - "files.bulk_cloud_ocr": "Cloud-OCR erneut ausführen", + "files.bulk_cloud_ocr": "Cloud OCR erneut ausführen", "files.bulk_delete": "Ausgewählte löschen", "files.bulk_download": "Als ZIP herunterladen", "files.bulk_reprocess": "Ausgewählte erneut verarbeiten", @@ -338,260 +343,362 @@ "files.delete_modal_message": "Sind Sie sicher, dass Sie diese Datei löschen möchten?", "files.delete_modal_title": "Löschung bestätigen", "files.document_title": "Dokumenttitel", - "files.drop_overlay_hint": "Unterstützt PDF, Office-Dokumente, Bilder, HTML, Markdown und mehr", - "files.drop_overlay_title": "Dateien oder Ordner zum Hochladen hier ablegen", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", + "files.drop_overlay_hint": "Unterstützt PDF, Office-Dokumente, Bilder, HTML, Markdown und mehr – Ordner werden rekursiv verarbeitet", + "files.drop_overlay_title": "Dateien oder Ordner überall ablegen, um hochzuladen", + "files.error_hint": "Das könnte auf ein Konfigurations- oder Importproblem zurückzuführen sein. Bitte überprüfen Sie die Serverprotokolle.", "files.file_size": "Dateigröße", "files.filename": "Dateiname", - "files.files_selected": "files selected", + "files.files_selected": "ausgewählte Dateien", "files.filter_all_providers": "Alle Anbieter", "files.filter_all_statuses": "Alle Status", "files.filter_all_types": "Alle Typen", "files.filter_apply": "Filter anwenden", - "files.filter_clear": "Zurücksetzen", + "files.filter_clear": "Löschen", "files.filter_date_from": "Datum von", - "files.filter_date_from_aria": "Filter from date", + "files.filter_date_from_aria": "Filter nach Datum", "files.filter_date_to": "Datum bis", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", + "files.filter_date_to_aria": "Filter bis Datum", + "files.filter_form_aria": "Dateien filtern", "files.filter_mime_type": "MIME-Typ", "files.filter_ocr_all": "Alle Dateien", "files.filter_ocr_good": "Gute Qualität", "files.filter_ocr_poor": "Schlechte Qualität", "files.filter_ocr_quality": "OCR-Qualität", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", + "files.filter_ocr_quality_aria": "Nach OCR-Qualitätsbewertung filtern", "files.filter_ocr_unchecked": "Noch nicht bewertet", - "files.filter_search_label": "Search Filename", + "files.filter_search_label": "Dateinamen suchen", "files.filter_search_placeholder": "Dateinamen eingeben...", "files.filter_storage_provider": "Speicheranbieter", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "z.B. Rechnung,Amazon", - "files.fulltext_search_label": "Volltextsuche", - "files.fulltext_search_placeholder": "Dokumentinhalt, Absender, Tags, Typ durchsuchen...", + "files.filter_tags_aria": "Nach Tags filtern (durch Komma getrennt)", + "files.filter_tags_placeholder": "z.B. Rechnung,amazon", + "files.fulltext_search_label": "Volltextsuche (OCR-Text, Metadaten, Tags)", + "files.fulltext_search_placeholder": "Dokumenteninhalt, Absender, Tags, Typ suchen...", "files.no_files": "Keine Dateien gefunden", "files.ocr_status": "OCR-Status", - "files.page_title": "Dateiübersicht", - "files.pagination_files": "files", + "files.page_title": "Dateiunterlagen", + "files.pagination_files": "Dateien", "files.pagination_first": "Erste", "files.pagination_last": "Letzte", - "files.pagination_nav_aria": "File list pagination", + "files.pagination_nav_aria": "Dateiliste-Paginierung", "files.pagination_next": "Nächste", - "files.pagination_of": "of", + "files.pagination_of": "von", "files.pagination_previous": "Vorherige", - "files.pagination_showing": "Showing", + "files.pagination_showing": "Anzeigen", "files.preview_modal_close": "Vorschau schließen", "files.preview_modal_title": "Vorschau", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "Warteschlange ansehen", + "files.queue_banner_items": "Artikel sind derzeit in der Warteschlange oder werden verarbeitet. Dateien erscheinen hier, sobald die Verarbeitung abgeschlossen ist.", + "files.queue_banner_link": "Warteschlange anzeigen", "files.saved_searches_empty": "Noch keine gespeicherten Suchen", - "files.saved_searches_error": "Gespeicherte Suchen konnten nicht geladen werden", + "files.saved_searches_error": "Konnte gespeicherte Suchen nicht laden", "files.saved_searches_label": "Gespeicherte Suchen", - "files.saved_searches_save": "Aktuelle speichern", - "files.saved_searches_save_aria": "Save current filters as a saved search", + "files.saved_searches_save": "Aktuell speichern", + "files.saved_searches_save_aria": "Aktuelle Filter als gespeicherte Suche speichern", "files.search_results_empty": "Keine Ergebnisse gefunden.", "files.search_results_title": "Suchergebnisse", - "files.status_duplicate": "Duplicate", + "files.status_duplicate": "Duplikat", "files.table_actions": "Aktionen", - "files.table_aria": "File records", + "files.table_aria": "Dateiunterlagen", "files.table_created_at": "Erstellt am", "files.table_empty": "Keine Dateien gefunden", "files.table_id": "ID", "files.table_mime_type": "MIME-Typ", - "files.table_original_filename": "Originaler Dateiname", + "files.table_original_filename": "Ursprünglicher Dateiname", "files.table_select_all": "Alle Dateien auf dieser Seite auswählen", "files.tags": "Tags", "files.title": "Dateien", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", + "files.upload_modal_aria": "Upload-Fortschritt", + "files.upload_modal_close": "Upload-Fortschritt schließen", "files.upload_modal_header": "Dateien hochladen", "files.uploaded": "Hochgeladen", - "footer.about": "Über uns", - "footer.attribution": "Namensnennung", - "footer.attributions": "Quellenangaben", - "footer.cookies": "Cookie-Richtlinie", - "footer.copyright": "© {year} DocuElevate", + "footer.about": "Über", + "footer.attribution": "Urheberschaft", + "footer.attributions": "Urheberschaften", + "footer.cookies": "Cookies", + "footer.copyright": "DocuElevate {year}", "footer.imprint": "Impressum", "footer.license": "Lizenz", - "footer.navigation": "Fußzeilennavigation", + "footer.navigation": "Fußzeilen-Navigation", "footer.privacy": "Datenschutz", "footer.terms": "Nutzungsbedingungen", - "footer.version": "Version", + "footer.version": "Version {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-verknüpft. Dateien landen in Ihrem gewählten Ordner.", + "help.destinations_dropbox_desc": "OAuth-verbunden. Dateien landen in Ihrem gewählten Ordner.", "help.destinations_email": "E-Mail-Weiterleitung", - "help.destinations_email_desc": "Verarbeitete Dateien als SMTP-Anhänge gesendet.", + "help.destinations_email_desc": "Verarbeitete Dateien werden als SMTP-Anhänge gesendet.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Dienstkonto oder OAuth. Unterstützt geteilte Laufwerke.", - "help.destinations_heading": "Ziele – Wohin die Dokumente gehen", + "help.destinations_google_drive_desc": "Service-Konto oder OAuth. Unterstützt gemeinsam genutzte Laufwerke.", + "help.destinations_heading": "Ziele – Wo Dokumente hingehen", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Selbstgehosteter Cloud-Speicher über WebDAV.", + "help.destinations_nextcloud_desc": "Selbst gehosteter Cloud-Speicher über WebDAV.", "help.destinations_onedrive": "OneDrive", "help.destinations_onedrive_desc": "Microsoft Graph API-Integration.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Dokumente direkt in Paperless zur Archivierung übertragen.", + "help.destinations_paperless_desc": "Dokumente direkt in Paperless für die Archivierung pushen.", "help.destinations_s3": "Amazon S3", "help.destinations_s3_desc": "Jeder S3-kompatible Bucket (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Sichere Dateiübertragung auf beliebige Server.", + "help.destinations_sftp_desc": "Sichere Dateiübertragung zu jedem Server.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "Metadaten per POST an einen externen Endpunkt senden.", + "help.destinations_webhook_desc": "POST-Metadaten an jeden externen Endpunkt.", "help.documentation": "Dokumentation", "help.faq": "Häufig gestellte Fragen", - "help.faq_1_a": "Navigieren Sie zur Upload-Seite, ziehen Sie Ihre Dateien per Drag-and-Drop oder klicken Sie auf Datei auswählen. DocuElevate konvertiert Bilder und Office-Dokumente in PDF, führt OCR durch und extrahiert Metadaten automatisch.", + "help.faq_1_a": "Navigieren Sie zur Upload-Seite, ziehen Sie Ihre Dateien per Drag & Drop oder klicken Sie auf Datei wählen. DocuElevate konvertiert Bilder und Office-Dokumente in PDF, führt OCR durch und extrahiert Metadaten automatisch.", "help.faq_1_q": "Wie lade ich Dokumente hoch?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF und HTML. Nicht-PDF-Dateien werden vor der Verarbeitung automatisch in PDF konvertiert.", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF und HTML. Nicht-PDF-Dateien werden vor der Verarbeitung automatisch in PDF umgewandelt.", "help.faq_2_q": "Welche Dateiformate werden unterstützt?", - "help.faq_3_a": "Ja. Gehen Sie zu E-Mail-Import, fügen Sie ein IMAP-Konto hinzu, und DocuElevate prüft auf neue Nachrichten und verarbeitet Anhänge automatisch.", - "help.faq_3_q": "Kann ich Dokumente per E-Mail importieren?", - "help.faq_4_a": "Pipelines ermöglichen es Ihnen, Verarbeitungsschritte zu verketten – OCR, KI-Extraktion, Formatkonvertierung – und das Ergebnis an ein oder mehrere Ziele weiterzuleiten. Erstellen und verwalten Sie diese auf der Pipelines-Seite.", + "help.faq_3_a": "Ja. Gehe zu E-Mail-Ingestion, füge ein IMAP-Konto hinzu, und DocuElevate ruft automatisch neue Nachrichten ab und verarbeitet Anhänge.", + "help.faq_3_q": "Kann ich Dokumente aus E-Mails importieren?", + "help.faq_4_a": "Pipelines ermöglichen es dir, Verarbeitungsstufen zu verketten – OCR, KI-Extraktion, Formatkonvertierung – und das Ergebnis an ein oder mehrere Ziele weiterzuleiten. Erstelle und verwalte sie auf der Seite Pipelines.", "help.faq_4_q": "Wie funktionieren Verarbeitungs-Pipelines?", - "help.faq_5_a": "DocuElevate verschlüsselt Anmeldedaten im Ruhezustand, kommuniziert über TLS und speichert Ihre Dokumente nie länger als nötig. Weitere Details finden Sie in der Datenschutzerklärung.", - "help.faq_5_q": "Sind meine Daten sicher?", + "help.faq_5_a": "DocuElevate verschlüsselt Anmeldeinformationen im Ruhezustand, kommuniziert über TLS und speichert deine Dokumente niemals länger als nötig. Siehe die Datenschutzerklärung für vollständige Details.", + "help.faq_5_a_post": " für vollständige Details.", + "help.faq_5_a_pre": "DocuElevate verschlüsselt Anmeldeinformationen im Ruhezustand, kommuniziert über TLS und speichert Ihre Dokumente niemals länger als notwendig. Siehe das ", + "help.faq_5_q": "Ist meine Daten sicher?", "help.faq_heading": "Häufig gestellte Fragen", "help.getting_started": "Erste Schritte", "help.heading": "Hilfezentrum", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Verwenden Sie die REST API, um Dokumente programmgesteuert zu übertragen. Authentifizieren Sie sich mit einem Bearer-Token und POSTen Sie Dateien an den Upload-Endpunkt.", + "help.ingestion_heading": "Datenimport-Tools", + "help.ingestion_mobile": "Mobile Apps", + "help.ingestion_mobile_desc": "Verwenden Sie jede mobile Scanning-App, die benutzerdefinierte HTTP-Upload-Ziele unterstützt, um Fotos und Scans von Ihrem Telefon oder Tablet an DocuElevate zu senden.", + "help.ingestion_scanners": "Netzwerkscanner", + "help.ingestion_scanners_desc": "Richten Sie jeden Netzwerkscanner oder Multifunktionsdrucker auf den Upload-Endpunkt von DocuElevate aus. Scans landen direkt in Ihrer Verarbeitungswarteschlange.", + "help.ingestion_watched_folders": "Überwachte Ordner", + "help.ingestion_watched_folders_desc": "Konfigurieren Sie einen lokalen oder Netzwerkordner zur Überwachung. Jede Datei, die in einem überwachten Ordner abgelegt wird, wird automatisch von DocuElevate hochgeladen und verarbeitet.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrieren Sie DocuElevate in Ihre Automatisierungs-Workflows mit Zapier, n8n oder Make. Verwenden Sie die REST API-Aktionen, um Dokumenten-Uploads aus jedem Ereignis auszulösen.", + "help.meta_description": "Holen Sie sich Hilfe bei DocuElevate – finden Sie Anleitungen zum Hochladen von Dokumenten, Verbinden von Cloud-Speichern, Einrichten von Pipelines und mehr.", + "help.og_description": "Holen Sie sich Hilfe bei DocuElevate – finden Sie Anleitungen zum Hochladen von Dokumenten, Verbinden von Cloud-Speichern, Einrichten von Pipelines und mehr.", "help.page_title": "Hilfezentrum", - "help.privacy_notice": "Privacy Notice", + "help.privacy_notice": "Datenschutzerklärung", "help.quickstart_heading": "Schnellstart", "help.quickstart_storage": "Speicher verbinden", - "help.quickstart_storage_desc": "Gehen Sie zu Einstellungen und verknüpfen Sie Ihre Cloud-Konten. Verarbeitete Dokumente werden automatisch an jedes konfigurierte Ziel weitergeleitet.", + "help.quickstart_storage_desc": "Gehe zu Einstellungen und verlinke deine Cloud-Konten. Verarbeitete Dokumente werden automatisch an jedes konfiguriertes Ziel weitergeleitet.", + "help.quickstart_storage_desc_full": "Gehen Sie zu Integrationen und verknüpfen Sie Ihre Cloud-Speicherkonten. DocuElevate unterstützt Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud und mehr. Verarbeitete Dokumente werden automatisch an jedes Ziel weitergeleitet, das Sie konfigurieren.", "help.quickstart_upload": "Dokumente hochladen", - "help.quickstart_upload_desc": "Ziehen Sie Dateien auf die Upload-Seite oder klicken Sie auf Datei auswählen. DocuElevate konvertiert Bilder und Office-Dokumente in PDF, führt OCR durch und extrahiert Metadaten automatisch.", - "help.quickstart_workflows": "Arbeitsabläufe automatisieren", - "help.quickstart_workflows_desc": "Erstellen Sie Pipelines, um mehrstufige Verarbeitungs- und Weiterleitungsregeln zu definieren. Kombinieren Sie OCR, KI-Extraktion, Formatkonvertierung und Zustellung in einem einzigen Ablauf.", - "help.sources_email_ingestion": "E-Mail-Import (IMAP)", - "help.sources_email_ingestion_desc": "Leiten Sie Dokumente an ein dediziertes Postfach weiter. Unter E-Mail-Import fügen Sie ein oder mehrere IMAP-Konten hinzu. DocuElevate prüft auf neue Nachrichten und verarbeitet Anhänge automatisch.", - "help.sources_heading": "Quellen – Dokumente einbringen", - "help.sources_rest_api": "REST-API", - "help.sources_rest_api_desc": "Integrieren Sie programmgesteuert, indem Sie Dateien an /api/upload senden. Ideal für Skripte, überwachte Ordner, Scanner oder Drittanbieter-Tools wie Zapier und n8n.", + "help.quickstart_upload_desc": "Ziehe Dateien auf die Upload-Seite oder klicke auf Datei auswählen. DocuElevate konvertiert Bilder und Büro-Dokumente in PDF, führt OCR durch und extrahiert automatisch Metadaten.", + "help.quickstart_workflows": "Workflows automatisieren", + "help.quickstart_workflows_desc": "Erstelle Pipelines, um mehrstufige Verarbeitungs- und Routing-Regeln zu definieren. Kombiniere OCR, KI-Extraktion, Formatkonvertierung und Zustellung in einem einzigen Fluss.", + "help.sources_email_ingestion": "E-Mail-Ingestion (IMAP)", + "help.sources_email_ingestion_desc": "Leite Dokumente an ein gewidmetes Postfach weiter. Unter E-Mail-Ingestion kannst du ein oder mehrere IMAP-Konten hinzufügen. DocuElevate ruft automatisch neue Nachrichten ab und verarbeitet Anhänge.", + "help.sources_heading": "Quellen – Dokumente einpflegen", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "Integriere programmatisch, indem du Dateien an /api/upload POST-est. Ideal für Skripte, überwachte Ordner, Scanner oder Drittanbieter-Tools wie Zapier und n8n.", "help.sources_scanner": "Scanner & Mobil", - "help.sources_scanner_desc": "Richten Sie Netzwerkscanner auf den Upload-Endpunkt von DocuElevate oder verwenden Sie eine mobile Scan-App, die benutzerdefinierte HTTP-Ziele unterstützt.", + "help.sources_scanner_desc": "Richte Netzwerkscanner auf DocuElevates Upload-Endpunkt oder verwende eine mobile Scanner-App, die benutzerdefinierte HTTP-Ziele unterstützt.", + "help.sources_scanner_desc_full": "Konfigurieren Sie Ihren Netzwerkscanner oder Multifunktionsdrucker, um Scans direkt an DocuElevate zu senden. Verwenden Sie den /api/upload-Endpunkt als Ziel. Mobile Scanning-Apps mit benutzerdefinierten Upload-Zielen werden ebenfalls unterstützt.", "help.sources_web_upload": "Web-Upload", - "help.sources_web_upload_desc": "Der schnellste Weg, um loszulegen. Öffnen Sie die Upload-Seite, legen Sie eine oder mehrere Dateien ab, und DocuElevate kümmert sich um den Rest. Unterstützte Formate sind PDF, JPEG, PNG, TIFF, DOCX, XLSX und mehr.", - "help.subheading": "Alles, was Sie brauchen, um DocuElevate optimal zu nutzen. Durchsuchen Sie die Themen unten oder suchen Sie nach dem, was Sie brauchen.", + "help.sources_web_upload_desc": "Der schnellste Weg, um zu beginnen. Öffne die Upload-Seite, ziehe eine oder mehrere Dateien hinein, und DocuElevate kümmert sich um den Rest. Unterstützte Formate sind PDF, JPEG, PNG, TIFF, DOCX, XLSX und mehr.", + "help.subheading": "Alles, was du brauchst, um das Beste aus DocuElevate herauszuholen. Durchsuche die Themen unten oder suche nach dem, was du benötigst.", "help.support": "Support", - "help.support_admin_message": "Wenden Sie sich an Ihren Administrator für Support-Informationen.", - "help.support_description": "Können Sie nicht finden, was Sie suchen? Unser Support-Team hilft Ihnen gerne weiter.", + "help.support_admin_message": "Wende dich an deinen Administrator für Supportinformationen.", + "help.support_description": "Kannst du nicht finden, wonach du suchst? Unser Support-Team ist hier, um zu helfen.", "help.support_heading": "Support kontaktieren", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Hilfecenter", + "help.support_live_chat": "Live-Chat verfügbar – klicken Sie auf die Sprechblase, um eine Unterhaltung zu beginnen.", + "help.support_ticket_button": "Ticket einreichen", + "help.support_ticket_desc": "Füllen Sie das folgende Formular aus und unser Support-Team wird sich so schnell wie möglich bei Ihnen melden.", + "help.support_ticket_heading": "Ein Support-Ticket öffnen", + "help.title": "Hilfezentrum", "help.workflows_creating": "Eine Pipeline erstellen", - "help.workflows_definition": "Eine Pipeline ist eine Reihe von Verarbeitungsschritten, die automatisch ausgeführt werden, wenn ein Dokument aufgenommen wird. Jeder Schritt kann das Dokument transformieren, anreichern oder weiterleiten.", - "help.workflows_heading": "Arbeitsabläufe & Pipelines", - "help.workflows_step_1": "In PDF konvertieren", - "help.workflows_step_1_create": "Gehen Sie im Hauptmenü zu Pipelines.", + "help.workflows_definition": "Eine Pipeline ist eine Reihe von Verarbeitungsschritten, die automatisch ausgeführt werden, wann immer ein Dokument aufgenommen wird. Jeder Schritt kann das Dokument transformieren, anreichern oder weiterleiten.", + "help.workflows_heading": "Workflows & Pipelines", + "help.workflows_step_1": "In PDF umwandeln", + "help.workflows_step_1_create": "Gehe zu Pipelines im Hauptmenü.", + "help.workflows_step_1_full": "In PDF konvertieren – alle eingehenden Dateien werden in ein konsistentes PDF-Format normalisiert.", "help.workflows_step_2": "OCR – Text extrahieren", - "help.workflows_step_2_create": "Klicken Sie auf Neue Pipeline und geben Sie ihr einen Namen.", - "help.workflows_step_3": "KI-Metadatenextraktion", - "help.workflows_step_3_create": "Fügen Sie die benötigten Verarbeitungsschritte hinzu.", - "help.workflows_step_4": "An ein oder mehrere Ziele liefern", - "help.workflows_step_4_create": "Wählen Sie ein oder mehrere Zustellungsziele.", + "help.workflows_step_2_create": "Klicke auf Neue Pipeline und gib ihr einen Namen.", + "help.workflows_step_2_full": "OCR – wahlfreien Text von gescannten Seiten mit Azure Document Intelligence oder der integrierten Engine extrahieren.", + "help.workflows_step_3": "AI-Metadatenextraktion", + "help.workflows_step_3_create": "Füge die benötigten Verarbeitungsschritte hinzu.", + "help.workflows_step_3_full": "KI-Metadaten-Extraktion – Klassifizieren Sie den Dokumenttyp und ziehen Sie wichtige Felder wie Beträge, Daten und Namen mit OpenAI heraus.", + "help.workflows_step_4": "Lieferung an ein oder mehrere Ziele", + "help.workflows_step_4_create": "Wähle ein oder mehrere Lieferziele aus.", "help.workflows_step_5_create": "Speichern – neue Dokumente werden automatisch durch diese Pipeline verarbeitet.", "help.workflows_typical_steps": "Typische Schritte", "help.workflows_what_is": "Was ist eine Pipeline?", "index.badge_intelligent": "Intelligente Dokumentenverarbeitung", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", + "index.button_browse_files": "Dateien durchsuchen", + "index.button_upload": "Hochladen", "index.capabilities_cloud": "Cloud-Speicher: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "E-Mail- & URL-basierte Dokumentenaufnahme", + "index.capabilities_ingestion": "E-Mail- und URL-basierte Dokumentenaufnahme", "index.capabilities_ocr": "OCR & Metadatenextraktion mit KI", - "index.capabilities_paperless": "Paperless-ngx-Integration für Dokumentenverwaltung", + "index.capabilities_paperless": "Paperless-ngx-Integration für Dokumentenmanagement", "index.capabilities_title": "Funktionen", - "index.capabilities_workflows": "Automatisierte Klassifizierung & Routing-Workflows", - "index.cta_description": "Schließen Sie sich Teams an, die ihre Dokumentenverarbeitung bereits mit DocuElevate automatisieren.", - "index.cta_heading": "Bereit, Ihren Dokumenten-Workflow zu verbessern?", + "index.capabilities_workflows": "Automatisierte Klassifikations- & Routing-Workflows", + "index.cta_description": "Schließe dich den Teams an, die bereits ihre Dokumentenverarbeitung mit DocuElevate automatisieren.", + "index.cta_heading": "Bereit, deinen Dokumentenworkflow zu optimieren?", "index.cta_pricing": "Preise ansehen", "index.cta_signup": "Kostenloses Konto erstellen", - "index.dashboard_subtitle": "Intelligente Dokumentenverarbeitung & -verwaltung", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "KI-Metadatenextraktion", - "index.feature_ai_desc": "OpenAI, Claude, Gemini und andere KI-Anbieter klassifizieren Dokumente und extrahieren wichtige Felder wie Daten, Beträge und Betreffzeilen.", - "index.feature_cloud": "Multi-Cloud-Speicher", - "index.feature_cloud_desc": "Leiten Sie verarbeitete Dateien an Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP und mehr weiter.", - "index.feature_email": "E-Mail- & IMAP-Import", - "index.feature_email_desc": "Ziehen Sie Dokumente automatisch aus Gmail oder jedem IMAP-Postfach – keine manuellen Uploads nötig.", - "index.feature_ocr": "OCR & Texterkennung", - "index.feature_ocr_desc": "Azure Document Intelligence konvertiert gescannte PDFs und Bilder automatisch in vollständig durchsuchbaren Text.", + "index.dashboard_subtitle": "Intelligente Dokumentenverarbeitung & -management", + "index.dashboard_subtitle_teams": "Intelligente Dokumentenverarbeitung & -management – entwickelt für Teams", + "index.feature_ai": "AI-Metadatenextraktion", + "index.feature_ai_desc": "OpenAI, Claude, Gemini und andere erweiterbare KI-Anbieter klassifizieren Dokumente und ziehen wichtige Felder wie Daten, Beträge und Betreffs heraus.", + "index.feature_cloud": "Multi-Cloud-Speicherung", + "index.feature_cloud_desc": "Verarbeite Dateien zu Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP und mehr.", + "index.feature_email": "E-Mail- & IMAP-Aufnahme", + "index.feature_email_desc": "Zieht automatisch Dokumente aus Gmail oder jedem IMAP-Postfach – keine manuellen Uploads erforderlich.", + "index.feature_ocr": "OCR & Textextraktion", + "index.feature_ocr_desc": "Azure Document Intelligence wandelt gescannte PDFs und Bilder automatisch in vollständig durchsuchbaren Text um.", "index.feature_pipelines": "Benutzerdefinierte Pipelines", - "index.feature_pipelines_desc": "Erstellen Sie Verarbeitungs-Pipelines mit konfigurierbaren Schritten – OCR, KI-Extraktion, Formatkonvertierung und Speicher-Routing in beliebiger Reihenfolge.", + "index.feature_pipelines_desc": "Erstelle Verarbeitungspipelines mit konfigurierbaren Schritten – OCR, AI-Extraktion, Formatkonvertierung und Speicher-Routing in beliebiger Reihenfolge.", "index.feature_search": "Volltextsuche", - "index.feature_search_desc": "Finden Sie sofort jedes Dokument nach Inhalt, Metadaten oder Tags in Ihrem gesamten Archiv.", - "index.feature_section_title": "Alles, was Sie für intelligente Dokumenten-Workflows brauchen", + "index.feature_search_desc": "Finde sofort jedes Dokument nach Inhalt, Metadaten oder Tags in deinem gesamten Archiv.", + "index.feature_section_title": "Alles, was du für intelligente Dokumentenworkflows benötigst", "index.getting_started": "Erste Schritte", - "index.getting_started_1": "Integrationen über Systemstatus konfigurieren", - "index.getting_started_2": "Erstes Dokument hochladen", + "index.getting_started_1": "Integrationen über den Systemstatus konfigurieren", + "index.getting_started_2": "Laden Sie Ihr erstes Dokument hoch", "index.getting_started_3": "Ergebnisse in Dateien überprüfen", - "index.getting_started_learn": "Mehr über DocuElevate erfahren", - "index.hero_description": "DocuElevate nimmt Ihre Dokumente auf, führt OCR durch, extrahiert Metadaten mit KI und leitet Dateien an Dropbox, Google Drive, OneDrive, S3, Nextcloud und mehr weiter – alles in einer nahtlosen Pipeline.", - "index.hero_heading": "Vom Hochladen zur Erkenntnis – automatisch.", - "index.hero_login": "Anmelden", - "index.hero_pricing": "Tarife & Preise ansehen", - "index.hero_signup": "Kostenlos starten", + "index.getting_started_learn": "Erfahren Sie mehr über DocuElevate", + "index.hero_description": "DocuElevate verarbeitet Ihre Dokumente, führt OCR durch, extrahiert Metadaten mit KI und leitet Dateien an Dropbox, Google Drive, OneDrive, S3, Nextcloud und mehr weiter – alles in einer nahtlosen Pipeline.", + "index.hero_heading": "Von Upload zu Erkenntnis – automatisch.", + "index.hero_login": "Einloggen", + "index.hero_pricing": "Pläne & Preise ansehen", + "index.hero_signup": "Loslegen – es ist kostenlos", "index.integrations_active": "Aktive Integrationen", "index.integrations_storage": "Speicherziele", "index.integrations_title": "Integrationen", "index.integrations_view_status": "Systemstatus anzeigen", - "index.page_title_dashboard": "Übersicht", + "index.page_title_dashboard": "Dashboard", "index.page_title_public": "Intelligente Dokumentenverarbeitung", "index.platform_overview": "Plattformübersicht", + "index.processing_stats": "Verarbeitungsstatistiken", "index.quick_actions": "Schnellaktionen", "index.quick_documents": "Meine Dokumente", - "index.quick_documents_desc": "Ihre verarbeiteten Dateien durchsuchen", + "index.quick_documents_desc": "Durchsuchen Sie Ihre bearbeiteten Dateien", "index.quick_search": "Suche", - "index.quick_search_desc": "Volltextsuche über Dokumente", + "index.quick_search_desc": "Volltextsuche in Dokumenten", "index.quick_subscription": "Mein Abonnement", - "index.quick_subscription_desc": "Tarif & Nutzungsdetails anzeigen", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", + "index.quick_subscription_desc": "Plan- & Nutzungsdetails anzeigen", + "index.quick_system_status": "Systemstatus", + "index.quick_system_status_desc": "Integrationsstatus überprüfen", "index.quick_upload": "Dokument hochladen", "index.quick_upload_desc": "Eine neue Datei verarbeiten", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", + "index.quick_view_files": "Alle Dateien anzeigen", + "index.quick_view_files_desc": "Durchsuchen Sie bearbeitete Dokumente", "index.single_user_heading": "DocuElevate Dashboard", "index.single_user_subtitle": "Intelligente Dokumentenverarbeitung & -verwaltung", - "index.stat_active_integrations": "Active Integrations", + "index.stat_active_integrations": "Aktive Integrationen", "index.stat_active_users": "Aktive Benutzer", "index.stat_files_month": "Dateien diesen Monat", + "index.stat_files_ocr": "Dateien mit OCR", "index.stat_files_today": "Dateien heute", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Dateien gesamt", - "index.tier_plan": "Tarif", + "index.stat_storage_targets": "Speicherziele", + "index.stat_this_month": "Diesen Monat", + "index.stat_today": "Heute", + "index.stat_total_files": "Insgesamt Dateien", + "index.stat_total_processed": "Insgesamt verarbeitet", + "index.tier_plan": "Plan", "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "Alle Details ansehen", + "index.tier_view_details": "Vollständige Details anzeigen", "index.upgrade_daily_limits": "Höhere tägliche & monatliche Limits", - "index.upgrade_description": "Mehr Dokumente, mehr Ziele und Prioritäts-Support freischalten.", - "index.upgrade_destinations": "Mehr Speicherziele", + "index.upgrade_description": "Schalte mehr Dokumente, mehr Ziele und priorisierten Support frei.", + "index.upgrade_destinations": "Mehr Speicherorte", "index.upgrade_ocr_pages": "Mehr OCR-Seiten", - "index.upgrade_plan": "Tarif upgraden", - "index.upgrade_view_pricing": "Tarife & Preise ansehen", - "index.usage_lifetime": "Dateien gesamt", + "index.upgrade_plan": "Upgrade deinen Plan", + "index.upgrade_view_pricing": "Pläne & Preise anzeigen", + "index.usage_lifetime": "Lebenslange Dateien", "index.usage_month": "Dateien diesen Monat", - "index.usage_my_usage": "Meine Nutzung", + "index.usage_my_usage": "Mein Verbrauch", "index.usage_today": "Dateien heute", "index.usage_unlimited": "Unbegrenzt", + "integrations.access_key_label": "Zugangs-Schlüssel-ID", + "integrations.active_label": "Aktiv", + "integrations.add_button": "Integration hinzufügen", + "integrations.add_first_button": "Fügen Sie Ihre erste Integration hinzu", + "integrations.api_token_label": "API-Token", + "integrations.authorize_btn": "Autorisieren", + "integrations.authorize_reauth": "Erneut autorisieren", + "integrations.bucket_label": "Bucket", "integrations.configure": "Konfigurieren", "integrations.connect": "Verbinden", "integrations.connected": "Verbunden", + "integrations.connection_failed": "Verbindung fehlgeschlagen", + "integrations.connection_success": "Verbindung erfolgreich", + "integrations.delete_confirm_are_you_sure": "Sind Sie sicher, dass Sie löschen möchten", + "integrations.delete_confirm_title": "Integration löschen?", + "integrations.delete_confirm_undone": "Diese Aktion kann nicht rückgängig gemacht werden.", + "integrations.delete_emails_label": "E-Mails nach der Verarbeitung löschen", + "integrations.delete_files_label": "Dateien nach der Verarbeitung löschen", + "integrations.destinations_quota_label": "Speicherziele:", + "integrations.destinations_section": "Ziele", + "integrations.direction_destination": "Ziel (Speicherung)", + "integrations.direction_label": "Richtung", + "integrations.direction_placeholder": "\u00040 Wählen \u00040", + "integrations.direction_source": "Quelle (Ingestion)", "integrations.disconnect": "Trennen", + "integrations.email_settings": "E-Mail-Weiterleitungseinstellungen", "integrations.empty_state": "Keine Integrationen konfiguriert", + "integrations.endpoint_label": "Endpoint-URL", + "integrations.endpoint_optional": "(optional, für S3-kompatibel)", "integrations.folder_label": "Ordner", + "integrations.folder_optional": "(optional)", + "integrations.folder_path_label": "Ordnerpfad", + "integrations.folder_prefix_label": "Ordner-Präfix", + "integrations.generic_settings_hint": "Die Konfiguration für diesen Integrations-Typ kann nach der Erstellung über die API als JSON bereitgestellt werden.", + "integrations.gmail_hint": "Gmail-Labels & Stern: Wenn aktiviert, werden verarbeitete E-Mails mit einem Stern versehen und mit einem „Ingested“-Label in Gmail markiert. Gilt nur für Gmail-Server.", + "integrations.gmail_labels": "Gmail-Labels & Stern anwenden", "integrations.host_label": "Host", "integrations.imap_settings": "IMAP-Einstellungen", + "integrations.loading": "Integrationen laden\u00046", + "integrations.modal_close": "Modal schließen", + "integrations.modal_title_add": "Integration hinzufügen", + "integrations.modal_title_edit": "Integration bearbeiten", + "integrations.name_label": "Bezeichnung", + "integrations.name_placeholder": "z.B. Work Gmail, S3 Archiv", + "integrations.nextcloud_settings": "Nextcloud Einstellungen", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Fügen Sie Ihre erste Integration hinzu, um Einnahmequellen (wie IMAP) und Speicherziele (wie S3, Dropbox oder Google Drive) zu verbinden.", "integrations.not_connected": "Nicht verbunden", + "integrations.oauth_folder_label": "Ordner", + "integrations.oauth_hint": "Speichern Sie diese Integration zuerst, und verwenden Sie dann die Schaltfläche Autorisieren, um den OAuth-Flow abzuschließen. Ihre Anmeldeinformationen werden sicher in Ihrem persönlichen Integrationsdatensatz gespeichert.", "integrations.page_title": "Integrationen", + "integrations.paperless_settings": "Paperless NGX Einstellungen", "integrations.password_label": "Passwort", + "integrations.paused": "Pausiert", + "integrations.plan_label": "Plan:", "integrations.port_label": "Port", + "integrations.quota_not_available": "(nicht verfügbar)", + "integrations.quota_unlimited": "/ unbegrenzt", + "integrations.recipient_label": "Empfänger-E-Mail", + "integrations.region_label": "Region", + "integrations.remote_path_label": "Entfernte Pfad", + "integrations.s3_prefix_label": "Präfix (Ordnerpfad)", + "integrations.s3_settings": "S3 Einstellungen", + "integrations.secret_key_label": "Geheimer Zugriffsschlüssel", + "integrations.show_password": "Passwort anzeigen", + "integrations.show_secrets": "Geheimnisse anzeigen", + "integrations.show_token": "Token anzeigen", + "integrations.source_local": "Lokales Dateisystem", + "integrations.source_type_label": "Quelltyp", + "integrations.sources_quota_label": "Postfachquellen:", + "integrations.sources_section": "Quellen", + "integrations.subtitle": "Verwalten Sie Ihre Einnahmequellen und Speicherziele an einem Ort.", "integrations.title": "Integrationen", + "integrations.type_label": "Integrationsart", + "integrations.type_placeholder": "\u0000b7 Zuerst Richtung auswählen \u0000b7", + "integrations.upgrade_plan": "Plan upgraden", + "integrations.use_ssl": "SSL verwenden", "integrations.username_label": "Benutzername", - "language.bg": "Български", - "language.ca": "Català", + "integrations.watch_folder_settings": "Überwachungsordner-Einstellungen", + "integrations.webdav_settings": "WebDAV Einstellungen", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Einnahme", + "integrations.webhook_how_heading": "Wie Webhook Einnahme funktioniert", + "integrations.webhook_how_text": "Eine Webhook-Integration ermöglicht es externen Systemen, Dokumente direkt über die REST-API in DocuElevate zu pushen. Anstatt dass DocuElevate nach neuen Dateien (wie IMAP) sucht, sendet Ihre Anwendung Dateien an DocuElevate über eine HTTP-Anfrage mit einem API-Token zur Authentifizierung.", + "integrations.webhook_ideal_text": "Dies ist ideal für CI/CD-Pipelines, Automatisierungsskripte, Scanner-Integrationen oder jedes System, das Dokumente generiert und sie zur Verarbeitung senden muss.", + "integrations.webhook_quick_start": "Schnellstart", + "integrations.webhook_security_tip": "Erstellen Sie ein dediziertes API-Token für jede Integration und widerrufen Sie es sofort, wenn es kompromittiert wurde. Tokens können auf der Seite API-Tokens verwaltet werden.", + "integrations.webhook_step1": "Gehen Sie zu {api_tokens_link} und erstellen Sie ein persönliches Token.", + "integrations.webhook_upload_with_token": "Verwenden Sie das Token, um Dokumente über die API hochzuladen:", + "language.bg": "\u001c\u001e\u0006\u001a\u0003\u00002", + "language.ca": "Katalà", "language.change_success": "Sprache geändert zu {language}", "language.changed": "Sprache geändert zu {language}", - "language.cs": "Čeština", + "language.cs": "\u0010e\u00161tina", "language.da": "Dansk", "language.de": "Deutsch", - "language.el": "Ελληνικά", + "language.el": "\u0001A\u0005\u0000B\u00001A\u00000C", "language.en": "Englisch", "language.es": "Spanisch", "language.et": "Eesti", @@ -599,79 +706,87 @@ "language.fr": "Französisch", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", + "language.hu": "Ungarisch", "language.is": "Íslenska", "language.it": "Italienisch", "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", + "language.lt": "Litauisch", + "language.lv": "Lettisch", + "language.nb": "Norwegisch", "language.nl": "Niederländisch", + "language.no_results": "Keine Sprachen gefunden", "language.pl": "Polnisch", "language.pt": "Portugiesisch", - "language.ro": "Română", + "language.ro": "Rumänisch", "language.ru": "Russisch", + "language.search_placeholder": "Sprachen suchen…", "language.selector": "Sprache", - "language.selector_label": "Sprache wählen", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", + "language.selector_label": "Sprache auswählen", + "language.sk": "Slowakisch", + "language.sl": "Slowenisch", + "language.sv": "Schwedisch", + "language.tr": "Türkisch", + "language.uk": "Ukrainisch", "language.zh": "Chinesisch", - "nav.about": "Über uns", - "nav.admin": "Administration", - "nav.admin.audit_logs": "Prüfprotokolle", - "nav.admin.backups": "Sicherungen", - "nav.admin.plans": "Tarife", + "nav.about": "Über", + "nav.account_menu": "Kontomenü", + "nav.account_menu_for": "Kontomenü für {name}", + "nav.admin": "Admin", + "nav.admin.audit_logs": "Audit-Protokolle", + "nav.admin.backups": "Backups", + "nav.admin.plans": "Pläne", "nav.admin.scheduled_jobs": "Geplante Aufgaben", "nav.admin.users": "Benutzer", "nav.admin_actions": "Admin-Aktionen", "nav.admin_menu": "Admin-Menü", "nav.api_docs": "API-Dokumentation", "nav.api_tokens": "API-Token", - "nav.backup_restore": "Sicherung & Wiederherstellung", - "nav.credentials": "Zugangsdaten", + "nav.backup_restore": "Backup & Wiederherstellung", + "nav.credentials": "Anmeldeinformationen", "nav.dark_mode": "Dunkelmodus", - "nav.dashboard": "Übersicht", + "nav.dashboard": "Dashboard", "nav.developer_docs": "Entwicklerdokumentation", "nav.duplicates": "Duplikate", "nav.file_manager": "Dateimanager", "nav.files": "Dateien", + "nav.get_started": "Loslegen", "nav.help": "Hilfe", - "nav.help_center": "Hilfecenter", + "nav.help_center": "Hilfe-Center", "nav.imap": "E-Mail-Import", "nav.integrations": "Integrationen", - "nav.light_mode": "Hellmodus", - "nav.login": "Anmelden", + "nav.light_mode": "Heller Modus", + "nav.login": "Einloggen", "nav.logout": "Abmelden", "nav.main_navigation": "Hauptnavigation", + "nav.my_subscription": "Mein Abonnement", "nav.notifications": "Benachrichtigungen", "nav.open_main_menu": "Hauptmenü öffnen", "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan-Designer", + "nav.plan_designer": "Planer", "nav.pricing": "Preise", "nav.profile": "Profil", + "nav.profile_settings": "Profileinstellungen", "nav.queue": "Warteschlange", - "nav.queue_monitor": "Warteschlangen-Monitor", - "nav.scheduled_jobs": "Geplante Aufgaben", + "nav.queue_monitor": "Warteschlangenmonitor", + "nav.scheduled_jobs": "Geplante Jobs", "nav.search": "Suche", "nav.settings": "Einstellungen", "nav.shared_links": "Geteilte Links", + "nav.sign_out": "Abmelden", "nav.signup": "Registrieren", "nav.similarity": "Ähnlichkeit", "nav.skip_to_content": "Zum Hauptinhalt springen", - "nav.status": "Systemstatus", + "nav.status": "Status", "nav.subscription": "Abonnement", "nav.toggle_dark_mode": "Dunkelmodus umschalten", "nav.toggle_nav": "Navigationsmenü umschalten", "nav.upload": "Hochladen", "nav.users": "Benutzer", - "nav.version": "Versionsinformationen", + "nav.version": "Versionsinfo", "notifications.filter_all": "Alle", - "notifications.filter_read": "Nur gelesene", - "notifications.filter_unread": "Nur ungelesene", - "notifications.manage_desc": "Verwalten Sie Ihren Posteingang, Ziele und Ereignispräferenzen", + "notifications.filter_read": "Nur gelesen", + "notifications.filter_unread": "Nur ungelesen", + "notifications.manage_desc": "Verwalten Sie Ihren Benachrichtigungs-Posteingang, Zielgruppen und Ereigniseinstellungen", "notifications.mark_all_read": "Alle als gelesen markieren", "notifications.mark_all_read_btn": "Alle als gelesen markieren", "notifications.mark_read": "Als gelesen markieren", @@ -682,76 +797,111 @@ "notifications.title": "Benachrichtigungen", "notifications.unread_count": "{count} ungelesene Benachrichtigungen", "pipelines.active_label": "Aktiv", - "pipelines.add_step_btn": "Add Step", + "pipelines.add_step_btn": "Schritt hinzufügen", "pipelines.create": "Pipeline erstellen", - "pipelines.custom_label_label": "Custom Label", + "pipelines.custom_label_label": "Benutzerdefinierte Bezeichnung", "pipelines.default_label": "Standard", "pipelines.description_label": "Beschreibung", - "pipelines.description_placeholder": "Optional description", + "pipelines.description_placeholder": "Optionale Beschreibung", "pipelines.disabled_label": "Deaktiviert", "pipelines.edit": "Pipeline bearbeiten", "pipelines.empty_state": "Noch keine Pipelines", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", + "pipelines.empty_state_hint": "Erstellen Sie Ihre erste Pipeline, um benutzerdefinierte Dokumentverarbeitungs-Workflows zu definieren.", "pipelines.enabled_label": "Aktiviert", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", + "pipelines.force_cloud_ocr_label": "Cloud-OCR erzwingen (lokale Textextraktion überspringen)", "pipelines.inactive_label": "Inaktiv", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", + "pipelines.loading": "Pipelines werden geladen\u001e", + "pipelines.name_placeholder": "Meine Pipeline", + "pipelines.new_pipeline_btn": "Neue Pipeline", + "pipelines.no_steps": "Keine Schritte definiert. Fügen Sie einen Schritt hinzu, um mit dem Erstellen Ihrer Pipeline zu beginnen.", + "pipelines.ocr_auto": "Automatisch (Systemstandard verwenden)", + "pipelines.ocr_language_hint": "Überschreibt die globale Spracheinstellung für Tesseract/EasyOCR. Azure und Mistral erkennen die Sprache automatisch.", + "pipelines.ocr_language_label": "OCR-Sprache", "pipelines.optional_suffix": "(optional)", "pipelines.page_title": "Verarbeitungs-Pipelines", "pipelines.set_default": "Als meine Standard-Pipeline festlegen", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", + "pipelines.step_label_placeholder": "Den Standard-Schrittnamen überschreiben", + "pipelines.step_type_label": "Schritt-Typ", + "pipelines.subtitle_intro": "Definieren und verwalten Sie benutzerdefinierte Dokumentverarbeitungs-Workflows.", + "pipelines.subtitle_system_post": "Abzeichen und sind für alle Benutzer sichtbar.", + "pipelines.subtitle_system_pre": "Systempipelines (von Administratoren erstellt) werden mit einem", "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", + "pipelines.system_pipeline_label": "Systempipeline (für alle Benutzer sichtbar)", "pipelines.title": "Verarbeitungs-Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", + "profile.avatar_alt": "Ihr Profilbild", + "profile.avatar_heading": "Profilbild", + "profile.avatar_remove": "Benutzerdefiniertes Avatar entfernen", + "profile.avatar_upload_hint": "Laden Sie ein JPEG-, PNG-, GIF- oder WebP-Bild von bis zu 2 MB hoch. Wenn kein benutzerdefiniertes Bild eingestellt ist, wird Ihr {gravatar} angezeigt.", + "profile.choose_image": "Bild wählen\u000206", + "profile.confirm_password": "Neues Passwort bestätigen", + "profile.contact_email_hint": "Wird für Systembenachrichtigungen verwendet. Dies ändert nicht Ihre Anmelde-E-Mail.", + "profile.contact_email_label": "Kontakt- / Benachrichtigungs-E-Mail", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "Aktuelles Passwort", + "profile.dismiss": "Schließen", + "profile.display_name_hint": "Feld leer lassen, um Ihren Kontobenutzernamen oder Ihre E-Mail zu verwenden.", + "profile.display_name_label": "Anzeigename", + "profile.display_name_placeholder": "Ihr Name, wie er in der Benutzeroberfläche angezeigt wird", + "profile.general_heading": "Allgemeine Informationen", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profileinstellungen", + "profile.language_auto_detect": "Automatisch erkennen (vom Browser)", + "profile.language_hint": "Wählen Sie Ihre bevorzugte Interface-Sprache. „Automatisch erkennen“ folgt Ihren Browsereinstellungen.", + "profile.language_label": "UI-Sprache", + "profile.new_password": "Neues Passwort", + "profile.new_password_hint": "Mindestens 8 Zeichen.", + "profile.page_title": "Profileinstellungen – DocuElevate", + "profile.password_heading": "Passwort ändern", + "profile.preferences_heading": "Einstellungen", + "profile.save_button": "Änderungen speichern", + "profile.saving": "Speichern\u000206", + "profile.subtitle": "Verwalten Sie Ihren Anzeigenamen, Avatar, Sprache und Themenpräferenzen.", + "profile.theme_dark": "Dunkel", + "profile.theme_hint": "„Systemstandard“ folgt der Dunkelmodus-Einstellung Ihres Geräts.", + "profile.theme_label": "Farbschema", + "profile.theme_light": "Hell", + "profile.theme_system": "Systemstandard", + "profile.update_password": "Passwort aktualisieren", + "profile.updating": "Aktualisiere\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e\u001e", + "queue.active_tasks": "Aktive Aufgaben", + "queue.auto_refresh_1": "Aktualisiert sich automatisch alle", + "queue.auto_refresh_2": "Sekunden", + "queue.col_arguments": "Argumente", + "queue.col_current_step": "Aktueller Schritt", + "queue.col_file": "Datei", + "queue.col_files": "Dateien", + "queue.col_queue": "Warteschlange", + "queue.col_state": "Status", + "queue.col_task": "Aufgabe", + "queue.col_task_id": "Aufgaben-ID", + "queue.files_processing": "Dateien werden verarbeitet", + "queue.heading": "Warteschlangenmonitor", + "queue.last_updated": "Zuletzt aktualisiert:", + "queue.loading_stats": "Warte auf Statistiken\u0002026", + "queue.no_active_tasks": "Keine aktiven Aufgaben", + "queue.no_data": "Keine Daten", + "queue.no_files_processing": "Derzeit keine Dateien in Bearbeitung", + "queue.page_title": "Warteschlangenmonitor", + "queue.processing_pipeline": "Verarbeitungs-Pipeline", + "queue.queued_tasks": "Wartende Aufgaben", + "queue.recently_processing": "Kürzlich verarbeitete Dateien", + "queue.redis_queues": "Redis-Warteschlangen", + "queue.subtitle": "Echtzeitansicht der Dokumentenverarbeitungspipeline und Celery-Aufgabenwarteschlangen.", + "queue.workers_online": "Arbeiter online", "search.button": "Suchen", - "search.error_message": "Suche ist vorübergehend nicht verfügbar. Bitte versuchen Sie es gleich erneut.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Filter zurücksetzen", + "search.error_message": "Die Suche ist vorübergehend nicht verfügbar. Bitte versuchen Sie es in einem Moment erneut.", + "search.filter_aria_clear": "Alle Filter löschen", + "search.filter_clear_button": "Filter löschen", "search.filter_date_from": "Datum von", "search.filter_date_to": "Datum bis", - "search.filter_document_type": "Dokumenttyp", - "search.filter_document_type_placeholder": "z.B. Rechnung", + "search.filter_document_type": "Dokumentenart", + "search.filter_document_type_placeholder": "z. B. Rechnung", "search.filter_language": "Sprache", - "search.filter_language_placeholder": "z.B. de", + "search.filter_language_placeholder": "z. B. de", "search.filter_sender": "Absender", - "search.filter_sender_placeholder": "z.B. ACME GmbH", + "search.filter_sender_placeholder": "z. B. ACME Corp", "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "z.B. Amazon", + "search.filter_tags_placeholder": "z. B. amazon", "search.filter_text_quality": "Textqualität", "search.filter_text_quality_all": "Alle", "search.filter_text_quality_high": "Hoch", @@ -759,160 +909,195 @@ "search.filter_text_quality_medium": "Mittel", "search.filter_text_quality_no_text": "Kein Text", "search.heading": "Dokumentensuche", - "search.input_aria_label": "Search documents", + "search.input_aria_label": "Dokumente suchen", "search.input_placeholder": "Dokumente nach Inhalt, Absender, Tags, Typ suchen...", - "search.loading_indicator": "Suche läuft…", + "search.loading_indicator": "Suche\u0013328...", "search.no_results": "Keine Ergebnisse gefunden", "search.page_title": "Dokumente suchen", "search.placeholder": "Nach Dateiname, Inhalt, Tags suchen...", - "search.result_empty": "Keine Dokumente gefunden, die Ihrer Suche entsprechen.", + "search.result_empty": "Keine Dokumente gefunden, die Ihrer Anfrage entsprechen.", "search.results_count": "{count} Ergebnisse gefunden", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Aktuelle speichern", + "search.saved_aria_save": "Aktuelle Suche speichern", + "search.saved_button": "Aktuell speichern", "search.saved_empty": "Noch keine gespeicherten Suchen", - "search.saved_error": "Gespeicherte Suchen konnten nicht geladen werden", + "search.saved_error": "Konnte gespeicherte Suchen nicht laden", "search.saved_label": "Gespeicherte Suchen", "search.saved_loading": "Laden...", "search.title": "Dokumente suchen", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Möchten Sie diese Einstellung wirklich zurücksetzen?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Einstellung konnte nicht gespeichert werden", - "settings.save_setting_title": "Save this setting", + "settings.audit_log_btn": "Audit-Log", + "settings.autocomplete_hint": "Tippen Sie, um bekannte Werte zu suchen, oder geben Sie einen benutzerdefinierten Wert ein.", + "settings.autocomplete_no_matches": "Keine Übereinstimmungen - Sie können weiterhin einen benutzerdefinierten Wert eingeben", + "settings.autocomplete_placeholder": "Tippen Sie, um zu suchen oder einen Wert einzugeben...", + "settings.boolean_enable_prefix": "Aktivieren", + "settings.categories_aria": "Einstellungs-Kategorien", + "settings.categories_heading": "Kategorien", + "settings.db_wizard_btn": "DB-Assistent", + "settings.effective_value_label": "Effektiver Wert:", + "settings.encrypted_suffix": "= bei Speicherung verschlüsselt", + "settings.encrypted_title": "Wert ist bei Speicherung in der Datenbank verschlüsselt", + "settings.export_btn": "Exportieren", + "settings.export_db_only": "Nur DB-Einstellungen", + "settings.export_full_config": "Vollständige effektive Konfiguration", + "settings.jump_to_category": "Zur Kategorie springen...", + "settings.manage_config_prefix": "Konfiguration verwalten. Priorität:", + "settings.model_picker_hint": "Wählen Sie aus der Liste oder geben Sie einen beliebigen von Ihrem Anbieter unterstützten Modellnamen ein.", + "settings.model_picker_placeholder": "Wählen Sie ein gängiges Modell oder geben Sie einen benutzerdefinierten Namen ein...", + "settings.no_results_clear": "Suche löschen", + "settings.no_results_heading": "Keine Einstellungen gefunden", + "settings.no_results_hint": "Versuchen Sie einen anderen Suchbegriff oder", + "settings.page_heading": "Anwendungseinstellungen", + "settings.required_label": "(erforderlich)", + "settings.reset_confirm": "Sind Sie sicher, dass Sie diese Einstellung zurücksetzen möchten?", + "settings.restart_required_suffix": "= Neustart erforderlich", + "settings.revert_btn": "Aus DB entfernen", + "settings.revert_title": "DB-Überschreibung entfernen und auf Umgebungsvariable oder Standard zurücksetzen", + "settings.reverting": "Wird zurückgesetzt\u00160", + "settings.save_all_btn": "Alle Änderungen speichern", + "settings.save_error": "Fehler beim Speichern der Einstellung", + "settings.save_setting_title": "Diese Einstellung speichern", "settings.save_success": "Einstellung erfolgreich gespeichert", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "settings.saving_state": "Wird gespeichert\u00160", + "settings.search_aria_label": "Einstellungen suchen", + "settings.search_clear_aria": "Suche löschen", + "settings.search_placeholder": "Einstellungen nach Name, Schlüssel oder Beschreibung suchen\u00160", + "settings.settings_count_suffix": "Einstellungen", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", + "settings.source_default_badge": "STANDARD", + "settings.source_env_badge": "UMGEBUNG", "settings.title": "Einstellungen", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", + "settings.toggle_visibility_aria": "Passwortsichtbarkeit umschalten", + "settings.toggle_visibility_title": "Wert anzeigen/verbergen", + "settings.user_autocomplete_empty": "Keine passenden Benutzer gefunden", + "settings.user_autocomplete_hint": "Tippen Sie, um vorhandene Benutzer nach Namen zu suchen, oder geben Sie manuell eine Kennung ein.", + "settings.user_autocomplete_placeholder": "Beginnen Sie zu tippen, um Benutzer zu suchen\u00160", + "settings.wizard_btn": "Assistent", + "shared.col_expiry": "Ablauf", + "shared.col_file_label": "Datei / Bezeichnung", "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", + "shared.col_views": "Aufrufe", + "shared.copy_link_aria": "Link in die Zwischenablage kopieren", + "shared.copy_link_title": "Link kopieren", + "shared.create_btn": "Link erstellen", + "shared.create_heading": "Neuen geteilten Link erstellen", + "shared.creating": "Wird erstellt\u00160", + "shared.expiry_12h": "12 Stunden", + "shared.expiry_14d": "14 Tage", + "shared.expiry_1h": "1 Stunde", + "shared.expiry_24h": "24 Stunden (1 Tag)", + "shared.expiry_30d": "30 Tage", + "shared.expiry_3d": "3 Tage", + "shared.expiry_6h": "6 Stunden", + "shared.expiry_7d": "7 Tage", + "shared.expiry_label": "Ablauf", + "shared.expiry_never": "Nie", + "shared.file_id_help_post": "Seite oder in der Dokumentdetail-URL.", + "shared.file_id_help_pre": "Finden Sie die Date-ID auf dem", + "shared.file_id_label": "Datei-ID", + "shared.file_id_placeholder": "z.B. 42", + "shared.files_link": "Dateien", + "shared.heading": "Geteilte Links", + "shared.label_label": "Etikett", + "shared.label_placeholder": "z.B. Geteilt mit Bob", + "shared.link_created": "Geteilter Link erstellt!", + "shared.link_created_help": "Kopieren Sie diesen Link und senden Sie ihn an den Empfänger.", + "shared.links_count_aria": "Anzahl der Links", + "shared.max_downloads_label": "Max. Downloads", + "shared.no_links": "Noch keine geteilten Links. Erstellen Sie oben einen, um zu beginnen.", + "shared.open_in_new_tab": "In neuem Tab öffnen", + "shared.open_link_aria": "Geteilten Link öffnen", "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", + "shared.page_title": "Geteilte Links – DocuElevate", + "shared.password_label": "Passwort", + "shared.password_placeholder": "Feld leer lassen für kein Passwort", + "shared.password_protected": "Passwort geschützt", + "shared.refresh_aria": "Geteilte Links-Liste aktualisieren", + "shared.revoke_aria_prefix": "Geteilten Link für", + "shared.revoke_btn": "Widerrufen", + "shared.status_active": "Aktiv", + "shared.status_expired": "Abgelaufen", + "shared.status_limit_reached": "Limit erreicht", + "shared.status_revoked": "Widerrufen", + "shared.subtitle": "Teilen Sie Dokumente mit jedem über einen zeitlich begrenzten oder ansichtsbeschränkten Link. Empfänger benötigen kein DocuElevate-Konto. Links können passwortgeschützt und jederzeit widerrufen werden.", + "shared.table_aria": "Geteilte Links", + "shared.unlimited_placeholder": "Unbegrenzt", + "shared.your_links": "Ihre geteilten Links", + "similarity.backfill_auto": "Die Hintergrundaufgabe wird sie automatisch alle 5 Minuten berechnen, oder Sie können", + "similarity.files_missing_text": "Datei(en) haben OCR-Text, aber noch keine Einbettung.", + "similarity.find_pairs_btn": "Paare finden", + "similarity.heading": "Dokumentähnlichkeit", + "similarity.load_error": "Fehler beim Laden der Paare.", + "similarity.min_similarity_label": "Min. Ähnlichkeit", + "similarity.no_pairs_detail": "Keine Dokumentpaare überschreiten den Ähnlichkeitsschwellenwert.", + "similarity.no_pairs_heading": "Keine ähnlichen Paare gefunden", + "similarity.page_title": "Dokumentenähnlichkeit - DocuElevate", + "similarity.pagination_aria": "Seitenpagination der Ähnlichkeiten", + "similarity.per_page_label": "Pro Seite", + "similarity.scanning": "Suche nach ähnlichen Dokumentenpaaren\u0002026", + "similarity.stat_embedding_model": "Embedding-Modell", + "similarity.stat_missing_embedding": "Fehlendes Embedding", + "similarity.stat_total_files": "Gesamtdateien", + "similarity.stat_with_embedding": "Mit Embedding", + "similarity.subtitle": "Paare von Dokumenten mit hoher semantischer Ähnlichkeit, sortiert nach Punktzahl.", + "similarity.trigger_aria": "Berechnung des Embeddings für alle Dateien ohne Embeddings auslösen", + "similarity.trigger_now": "jetzt auslösen", "status.app_version": "App-Version", "status.build_date": "Build-Datum", "status.container_id": "Container-ID", "status.git_commit": "Git-Commit", - "status.last_check": "Letzte Prüfung", + "status.last_check": "Letzte Überprüfung", "status.page_title": "Systemstatus", "status.setting_label": "Einstellung", "status.value_label": "Wert", + "subscription.available_plans_heading": "Verfügbare Pläne", + "subscription.back_to_dashboard": "Zurück zum Dashboard", + "subscription.cancel_pending": "Änderung abbrechen", + "subscription.cancel_scheduled": "Geplante Änderung abbrechen", + "subscription.contact_sales": "Vertrieb kontaktieren", + "subscription.current_badge": "Aktuell", + "subscription.current_plan": "Aktueller Plan", + "subscription.current_plan_cta": "Ihr aktueller Plan", + "subscription.downgrade_to_prefix": "Herunterstufen auf", + "subscription.features_heading": "Was in Ihrem Plan enthalten ist", + "subscription.free": "Kostenlos", + "subscription.heading": "Mein Abonnement", + "subscription.keep_plan_prefix": "Behalten", + "subscription.lifetime_files": "Gesamtdateien (lebenslang)", + "subscription.month_files": "Dateien diesen Monat", + "subscription.more_features_label": "mehr", + "subscription.page_title": "Mein Abonnement – DocuElevate", + "subscription.pending_badge": "Ausstehend", + "subscription.pending_benefits": "Sie behalten alle Vorteile des aktuellen Plans bis dahin.", + "subscription.pending_on": "am", + "subscription.pending_title": "Geplanter Planwechsel ausstehend", + "subscription.pending_will_change": "Ihr Plan wird auf ändern:", + "subscription.per_mo": "/Monat", + "subscription.per_month": "/Monat", + "subscription.since": "Seit", + "subscription.single_user_body": "Abonnementstufen gelten, wenn der Mehrbenutzermodus aktiv ist. Ihre Instanz läuft derzeit im Einzelbenutzermodus ohne Verarbeitungseinschränkungen. Ein Administrator kann den Mehrbenutzermodus über {settings_link} aktivieren.", + "subscription.single_user_title": "Mehrbenutzermodus ist nicht aktiviert.", + "subscription.subtitle": "Ihr aktueller Plan, Nutzung und verfügbare Upgrades.", + "subscription.this_month_label": "diesen Monat", + "subscription.today_files": "Dateien heute", + "subscription.today_label": "heute", + "subscription.unlimited": "Unbegrenzt", + "subscription.upgrade_info": "Upgrades treten sofort in Kraft. Herabstufungen sind für das Ende Ihres aktuellen Abrechnungszeitraums geplant.", + "subscription.upgrade_to_prefix": "Hochstufen auf", + "subscription.usage_heading": "Nutzung", "upload.browse_button": "Dateien durchsuchen", - "upload.button_processing": "Verarbeitung...", + "upload.button_processing": "Wird verarbeitet...", "upload.camera_button": "Foto aufnehmen / Dokument scannen", "upload.download_button": "Herunterladen und verarbeiten", - "upload.downloading": "Datei wird von URL heruntergeladen...", - "upload.drag_drop": "Dateien hierher ziehen oder zum Durchsuchen klicken", - "upload.drop_hint_desktop": "Dateien oder Ordner hierher ziehen oder klicken, um Dateien auszuwählen.", - "upload.drop_hint_mobile": "Tippen Sie, um Dateien auszuwählen, oder verwenden Sie die Kamera-Schaltfläche unten.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", + "upload.downloading": "Datei von der URL wird heruntergeladen...", + "upload.drag_drop": "Dateien hierher ziehen und ablegen oder klicken, um zu durchsuchen", + "upload.drop_hint_desktop": "Dateien oder Ordner hierher ziehen und ablegen, oder klicken, um Dateien auszuwählen.", + "upload.drop_hint_mobile": "Tippen, um Dateien auszuwählen oder den Kamera-Button unten zu verwenden.", + "upload.drop_zone_aria": "Bereich zum Hochladen von Dateien. Dateien hierher ziehen und ablegen oder die Eingabetaste drücken, um Dateien zu durchsuchen.", "upload.error": "Upload fehlgeschlagen", "upload.error_invalid_url": "Ungültiges URL-Format", "upload.error_url_required": "Bitte geben Sie eine URL ein", "upload.file_size_hint": "Maximale Größe: 500 MB pro Datei", "upload.file_types": "Erlaubte Typen: PDF, Office-Dokumente (Word, Excel, PowerPoint usw.), Bilder", - "upload.filename_description": "Leer lassen, um den Dateinamen aus der URL zu verwenden", + "upload.filename_description": "Feld leer lassen, um den Dateinamen aus der URL zu verwenden", "upload.filename_label": "Dateiname (optional)", "upload.filename_placeholder": "mein-dokument.pdf", "upload.max_size": "Maximale Dateigröße: {size}", @@ -925,5 +1110,5 @@ "upload.uploading": "Wird hochgeladen...", "upload.url_description": "Geben Sie einen direkten Link zu einer Datei ein (PDF, Office-Dokumente oder Bilder)", "upload.url_label": "Datei-URL", - "upload.url_placeholder": "https://beispiel.de/dokument.pdf" + "upload.url_placeholder": "https://example.com/dokument.pdf" } diff --git a/frontend/translations/dk.json b/frontend/translations/dk.json new file mode 100644 index 00000000..12cf6506 --- /dev/null +++ b/frontend/translations/dk.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "Mød Skaberen", + "about.creator_name": "Christian Krakau-Louis", + "about.creator_pre": "DocuElevate er passioneret udviklet af", + "about.features_admin_api": "Kraftfuld REST API til programmatisk adgang", + "about.features_admin_config": "Meget konfigurerbar via miljøvariabler", + "about.features_admin_docker": "Docker-klar for nem implementering og skalering", + "about.features_admin_heading": "Administration", + "about.features_admin_oauth2": "OAuth2 autentificeringssupport med Authentik", + "about.features_automation_background": "Baggrundsbehandling med Redis og Celery", + "about.features_automation_gmail": "Gmail og generisk e-mail konto integration", + "about.features_automation_heading": "Automatisering", + "about.features_automation_imap": "IMAP indbakke polling fra flere kilder", + "about.features_automation_ingestion": "Automatiseret dokumentindsamling fra forskellige input", + "about.features_heading": "Nøglefunktioner", + "about.features_integration_cloud": "Cloud-lagring: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integration & Lagring", + "about.features_integration_multi_dest": "Multi-destinationssupport (opbevar dokumenter på flere steder)", + "about.features_integration_protocols": "Overførselsprotokoller: FTP, SFTP, E-mail videresendelse", + "about.features_integration_selfhosted": "Self-hosted muligheder: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Intelligent dokumentklassifikation og dataudtrækning", + "about.features_processing_heading": "Dokumentbehandling", + "about.features_processing_metadata": "Automatiseret metadataudtrækning ved hjælp af en pluggable AI-leverandør", + "about.features_processing_ocr": "OCR drevet af Azure Document Intelligence", + "about.features_processing_pdf": "PDF-konvertering til forskellige filformater via Gotenberg", + "about.features_processing_upload": "Enkel og sikker filupload med drag & drop support", + "about.github_logo_alt": "GitHub Logo", + "about.heading": "Om DocuElevate", + "about.intro_post": " – din moderne, intelligente løsning til dokumentbehandling! Vi har bygget DocuElevate til helt at transformere den måde, du håndterer dine dokumenter på – fra upload til udtrækning, fra behandling til opbevaring.", + "about.intro_pre": "Velkommen til ", + "about.involved_description": "Vil du dykke ind i koden, bidrage med ideer eller lære mere om DocuElevate?", + "about.involved_docs": "Læs Dokumentationen", + "about.involved_github": "Se DocuElevate på GitHub", + "about.involved_heading": "Bliv Involveret", + "about.involved_website": "Besøg DocuElevate Website", + "about.legal_description": "Vi bekymrer os om dit privatliv og datasikkerhed. Gennemgå venligst vores:", + "about.legal_heading": "Privatliv & Juridisk", + "about.legal_license": "Licensinformation", + "about.legal_privacy": "Privatlivsmeddelelse", + "about.page_title": "Om DocuElevate", + "about.story_heading": "Vores Historie", + "about.story_p1": "DocuElevate blev skabt med ét mål for øje: at forenkle og strømline dokumenthåndtering for alle, hvad enten du er en lille opstart eller en stor virksomhed.", + "about.story_p2": "Vi udnytter kraften fra pluggable AI-leverandører (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey og flere) til metadataudtrækning og tekstforfinelse, integrerer problemfrit med Dropbox, Nextcloud og Paperless NGX til opbevaring og indeksering, udnytter Azure Document Intelligence til OCR, og bruger endda Gotenberg til fil-til-PDF-konvertering.", + "api_tokens.col_created": "Oprettet", + "api_tokens.col_last_ip": "Sidste IP", + "api_tokens.col_last_used": "Sidst brugt", + "api_tokens.col_name": "Navn", + "api_tokens.col_prefix": "Token præfiks", + "api_tokens.copy_to_clipboard": "Kopier token til udklipsholder", + "api_tokens.copy_upload_example": "Kopier upload-eksempel til udklipsholder", + "api_tokens.copy_warning_1": "Kopier dette token nu — det vil", + "api_tokens.copy_warning_2": "ikke blive vist igen", + "api_tokens.create_heading": "Opret nyt token", + "api_tokens.create_token": "Opret token", + "api_tokens.creating": "Opretter…", + "api_tokens.heading": "API Tokens", + "api_tokens.intro": "Opret personlige API-tokens for at interagere med DocuElevate API'en programmæssigt. Brug tokens til webhook uploads, CI/CD pipelines eller ethvert script, der har brug for at uploade eller hente dokumenter.", + "api_tokens.loading_tokens": "Indlæser tokens…", + "api_tokens.never": "Aldrig", + "api_tokens.no_tokens_heading": "Ingen API-tokens endnu", + "api_tokens.no_tokens_help": "Opret dit første token ovenfor for at komme i gang.", + "api_tokens.page_title": "API Tokens – DocuElevate", + "api_tokens.revoke": "Tilbagekalde", + "api_tokens.revoke_prefix": "Tilbagekald token", + "api_tokens.status_active": "Aktiv", + "api_tokens.status_revoked": "Tilbagekaldt", + "api_tokens.table_aria": "API Tokens", + "api_tokens.token_created": "Token oprettet med succes!", + "api_tokens.token_name_label": "Token navn", + "api_tokens.token_name_placeholder": "f.eks. CI Pipeline, Webhook Upload, Mit Script", + "api_tokens.usage_heading": "Brugseksempel", + "api_tokens.usage_intro_post": "header med enhver API-anmodning:", + "api_tokens.usage_intro_pre": "Brug dit API-token i", + "api_tokens.your_tokens": "Dine Tokens", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "Ressource", + "audit.col_timestamp": "Tidsstempel", + "audit.critical": "Kritisk", + "audit.filter_action": "Handling", + "audit.filter_all_actions": "Alle handlinger", + "audit.filter_all_users": "Alle brugere", + "audit.filter_resource_placeholder": "f.eks. dokument, bruger", + "audit.filter_resource_type": "Ressource type", + "audit.filter_severity": "Alvorlighed", + "audit.filter_user": "Bruger", + "audit.filters_section_label": "Audit log filtre", + "audit.next": "Næste", + "audit.next_label": "Næste side", + "audit.no_events": "Ingen audit begivenheder er blevet registreret endnu.", + "audit.no_events_hint": "Betydelige handlinger (logins, dokumentoperationer, ændringer i indstillinger) vil vises her.", + "audit.page_title": "Audit logs - DocuElevate", + "audit.pagination_label": "Audit log pagination", + "audit.prev": "Forrige", + "audit.prev_label": "Forrige side", + "audit.refresh_label": "Opdater audit logs", + "audit.siem_disabled_title": "SIEM videresendelse er deaktiveret", + "audit.siem_enabled_title": "Begivenheder bliver videresendt til ", + "audit.siem_off": "SIEM: Slukket", + "audit.subtitle": "Omfattende, append-only optegnelse over alle betydelige handlinger.", + "audit.table_label": "Audit log begivenheder", + "audit.title": "Audit logs", + "auth.confirm_password": "Bekræft adgangskode", + "auth.create_account": "Opret konto", + "auth.display_name_label": "Visningsnavn", + "auth.email_label": "Email", + "auth.forgot_password": "Glemt adgangskode?", + "auth.forgot_username": "Glemt brugernavn?", + "auth.login": "Log ind", + "auth.login_title": "Log ind", + "auth.logo_alt": "DocuElevate Logo", + "auth.logout": "Log ud", + "auth.my_account": "Min konto", + "auth.no_account": "Har du ikke en konto?", + "auth.or_continue_with": "Eller fortsæt med", + "auth.password_label": "Adgangskode", + "auth.profile": "Profil", + "auth.remember_me": "Husk mig", + "auth.return_home": "Vend tilbage til startside", + "auth.sign_in": "Log ind", + "auth.sign_in_sso": "Log ind med SSO", + "auth.sign_in_with": "Log ind med", + "auth.sign_in_with_username": "Log ind med brugernavn", + "auth.signup": "Tilmeld dig", + "auth.signup_title": "Tilmeld dig", + "auth.username_label": "Brugernavn", + "auth.username_or_email": "Brugernavn eller E-mail", + "auth.verify_email_back_sign_in": "Tilbage til login", + "auth.verify_email_expiry": "Linket udløber om 24 timer. Hvis du ikke ser e-mailen, skal du tjekke din spam-mappe.", + "auth.verify_email_heading": "Tjek din indbakke", + "auth.verify_email_message": "Vi har sendt dig en verificerings-e-mail. Klik venligst på linket i e-mailen for at aktivere din konto.", + "auth.verify_email_page_title": "DocuElevate - Bekræft din E-mail", + "auth.verify_email_resend_aria_label": "E-mailadresse til gensend", + "auth.verify_email_resend_button": "Gensend verificerings-e-mail", + "auth.verify_email_resend_label": "E-mailadresse", + "auth.verify_email_resend_placeholder": "Indtast din e-mailadresse", + "auth.verify_email_resend_prompt": "Modtog du ikke den?", + "backup.archives_heading": "Backup Arkiver", + "backup.backup_now": "Backup nu", + "backup.clean_up": "Ryd op", + "backup.cleanup_title": "Kør opbevaringsoprydning nu", + "backup.col_created": "Oprettet", + "backup.col_filename": "Filnavn", + "backup.col_size": "Størrelse", + "backup.col_storage": "Opbevaring", + "backup.col_type": "Type", + "backup.config_auto_backup": "Automatisk backup", + "backup.config_remote_dest": "Fjerndestination", + "backup.config_retention": "Opbevaring", + "backup.config_total_size": "Total lokal størrelse", + "backup.confirm_btn": "Bekræft", + "backup.confirm_title": "Bekræft handling", + "backup.heading": "Backup Administration", + "backup.local_only": "Kun lokal", + "backup.no_backups": "Ingen backups endnu.", + "backup.no_backups_hint": "Klik på Backup nu for at oprette din første backup.", + "backup.page_title": "Backup Administration", + "backup.records_label": "poster", + "backup.restore_btn": "Gendan", + "backup.restore_desc_mid": "backup arkiv for at gendanne databasen.", + "backup.restore_desc_pre": "Upload en", + "backup.restore_desc_warning": "Dette vil overskrive alle nuværende data.", + "backup.restore_file_label": "Backup-arkiv (.db.gz)", + "backup.restore_heading": "Gendan fra fil", + "backup.restoring": "Gendanner\u001e", + "backup.retention_daily_detail": "\u0011- opbevares i 3 uger", + "backup.retention_heading": "Bevaringspolitik", + "backup.retention_hourly_detail": "\u0011- opbevares i 4 dage", + "backup.retention_note": "Backups der overstiger disse grænser ryddes automatisk efter hver ny backup er oprettet.", + "backup.retention_weekly_detail": "\u0011- opbevares i ~3 måneder", + "backup.snapshots": "øjebliksbilleder", + "backup.status_ok": "ok", + "backup.storage_local": "lokal", + "backup.subtitle": "Databasebackups oprettes automatisk: hver time (4 dage), dagligt (3 uger), ugentligt (13 uger).", + "backup.table_aria": "Backup-arkiver", + "backup.trigger_daily": "Backup nu (Dagligt)", + "backup.trigger_hourly": "Backup nu (Time)", + "backup.trigger_weekly": "Backup nu (Ugentligt)", + "backup.type_daily": "Dagligt", + "backup.type_hourly": "Time", + "backup.type_weekly": "Ugentligt", + "billing.go_to_dashboard": "Gå til dashboard", + "billing.manage_subscription": "Administrer abonnement", + "billing.success_heading": "Du er klar!", + "billing.success_message": "Dit abonnement er blevet aktiveret. Tak fordi du valgte DocuElevate!", + "billing.success_page_title": "DocuElevate - Abonnement aktiveret", + "common.actions": "Handlinger", + "common.active": "Aktiv", + "common.all": "Alle", + "common.avatar": "Avatar", + "common.back": "Tilbage", + "common.cancel": "Annuller", + "common.close": "Luk", + "common.col_pending": "Afventer", + "common.completed": "Fuldført", + "common.confirm": "Bekræft", + "common.copied": "Kopieret!", + "common.copy": "Kopier", + "common.create": "Opret", + "common.created": "Oprettet", + "common.date": "Dato", + "common.delete": "Slet", + "common.description": "Beskrivelse", + "common.details": "Detaljer", + "common.disabled": "Deaktiveret", + "common.download": "Download", + "common.duplicate": "Duplikat", + "common.edit": "Rediger", + "common.enabled": "Aktiveret", + "common.error": "Fejl", + "common.failed": "Mislykkedes", + "common.filter": "Filter", + "common.inactive": "Inaktiv", + "common.info": "Info", + "common.loading": "Indlæser...", + "common.name": "Navn", + "common.next": "Næste", + "common.next_page": "Næste side", + "common.no": "Nej", + "common.none": "Ingen", + "common.page": "Side", + "common.paused": "Pauset", + "common.pending": "Afventer", + "common.prev_page": "Forrige side", + "common.previous": "Forrige", + "common.processing": "Behandler", + "common.refresh": "Opdater", + "common.reset": "Nulstil", + "common.retry": "Prøv igen", + "common.save": "Gem", + "common.search": "Søg", + "common.select": "Vælg", + "common.select_placeholder": "\u000000 vælg \u000000", + "common.size": "Størrelse", + "common.status": "Status", + "common.submit": "Indsend", + "common.success": "Succes", + "common.tags": "Tags", + "common.test": "Test", + "common.test_connection": "Test forbindelse", + "common.type": "Type", + "common.update": "Opdater", + "common.updated": "Opdateret", + "common.upload": "Upload", + "common.view": "Vis", + "common.warning": "Advarsel", + "common.yes": "Ja", + "cookie.accept": "Forstået", + "cookie.learn_more": "Læs mere", + "cookie.message": "Denne hjemmeside bruger cookies til at forbedre din oplevelse.", + "cookie.notice": "DocuElevate bruger kun essentielle session cookies, der er nødvendige for autentifikation og serviceoperation. Ingen tracking- eller analysecookies anvendes.", + "cookie.notice_label": "Cookie meddelelse", + "cookie.policy_link": "Cookiepolitik", + "cookie.privacy_link": "Privatlivsmeddelelse", + "credentials.col_action": "Handling", + "credentials.col_credential": "Legitimationsoplysninger", + "credentials.col_source": "Kilde", + "credentials.configured": "Konfigureret", + "credentials.edit_in_settings": "Rediger i Indstillinger", + "credentials.legend_db": "Værdi gemt i databasen (krypteret i ro; overskriver miljøvariabel)", + "credentials.legend_env_after": " fil", + "credentials.legend_env_before": "Værdi fra miljøvariabel eller ", + "credentials.legend_missing": "Legitimationsoplysninger ikke indstillet — integrationen vil ikke fungere", + "credentials.legend_restart": "Genstart påkrævet, når denne legitimationsoplysning roteres", + "credentials.legend_title": "Legende", + "credentials.manage_settings": "Administrer Indstillinger", + "credentials.not_configured": "Ikke Konfigureret", + "credentials.page_title": "Legitimationsoplysning Audit - DocuElevate", + "credentials.raw_json": "Rå JSON (API)", + "credentials.restart_title": "Genstart påkrævet efter rotation af denne legitimationsoplysning", + "credentials.source_db_title": "Gemmes i database (krypteret)", + "credentials.source_env_title": "Fra miljøvariabel", + "credentials.status_missing": "Manglende", + "credentials.subtitle": "Oversigt over alle følsomme legitimationsoplysninger brugt af DocuElevate. Ingen hemmelige værdier vises her — kun om hver legitimationsoplysning er konfigureret, og hvor den kommer fra.", + "credentials.table_for": "Legitimationsoplysninger for", + "credentials.title": "Legitimationsoplysning Audit", + "credentials.total_credentials": "Samlede Legitimationsoplysninger", + "dashboard.active_integrations": "Aktive Integrationer", + "dashboard.files_this_month": "Filer Denne Måned", + "dashboard.files_today": "Filer I Dag", + "dashboard.ocr_processed": "OCR Behandlet", + "dashboard.quick_actions": "Hurtige Handlinger", + "dashboard.recent_activity": "Seneste Aktivitet", + "dashboard.storage_targets": "Lagringsmål", + "dashboard.title": "Dashboard", + "dashboard.total_files": "Samlede Filer", + "dashboard.welcome": "Velkommen til DocuElevate", + "duplicates.file_id_label": "Fil ID", + "duplicates.file_id_placeholder": "f.eks. 42", + "duplicates.find_btn": "Find", + "duplicates.found_files": "duplicate fil(er) i alt.", + "duplicates.found_groups": "duplicate gruppe(r) med", + "duplicates.found_prefix": "Fundet", + "duplicates.group_aria": "Duplicate gruppe", + "duplicates.heading": "Duplicate dokumenter", + "duplicates.how_it_works_heading": "Sådan fungerer nær-dublet registrering", + "duplicates.max_results_label": "Maksimum resultater", + "duplicates.near_dup_desc": "Vælg et dokument for at tjekke, om andre filer indeholder det samme (eller meget lignende) indhold – selvom de er scannet på forskellige tidspunkter og har forskellige SHA-256 hashes.", + "duplicates.near_dup_heading": "Find Nær-Dubletter for et Dokument", + "duplicates.no_exact_heading": "Ingen præcise dubletter fundet", + "duplicates.page_title": "Duplicate Dokumenter - DocuElevate", + "duplicates.pagination_aria": "Pagination", + "duplicates.role_duplicate": "Duplicate", + "duplicates.role_original": "Original", + "duplicates.tab_exact": "Præcise Dubletter", + "duplicates.tab_near": "Nær-Dublet Finder", + "duplicates.tabs_aria": "Duplicate registrering faner", + "duplicates.threshold_label": "Similaritetsterskel", + "duplicates.view_dup_aria": "Vis duplicate fil", + "duplicates.view_original_aria": "Vis original fil", + "error.404_code": "404", + "error.404_heading": "Ups, vi kunne ikke finde den side!", + "error.404_home": "Returner til Hjem", + "error.404_message": "Det ser ud til, at DocuElevate har mistet dokumentet, du ledte efter. Bare rolig – vi har ryggen.", + "error.404_title": "404 - Ikke Fundet", + "error.500_code": "500", + "error.500_debug_info": "Vis fejlinformation", + "error.500_description": "Vores servere har oplevet et problem og har brug for et øjeblik.", + "error.500_heading": "Ups! Noget gik galt.", + "error.500_home": "Gå til Hjem", + "error.500_img_alt": "Illustration af en serverfejl", + "error.500_message1": "Vores servere har oplevet et problem og har brug for et øjeblik. Måske har hamstrene spildt deres kaffe?", + "error.500_message2": "Vi er allerede i gang – sorterer filer, genstarter servere og genkalibrerer flux-kondensatorer.", + "error.500_title": "Serverfejl - DocuElevate", + "error.forbidden": "Forbudt", + "error.forbidden_message": "Du har ikke tilladelse til at få adgang til denne side.", + "error.not_found": "Siden blev ikke fundet", + "error.not_found_message": "Den side, du leder efter, findes ikke.", + "error.server_error": "Intern serverfejl", + "error.server_error_message": "Noget gik galt. Prøv venligst igen senere.", + "error.unauthorized": "Uautoriseret", + "error.unauthorized_message": "Du skal logge ind for at få adgang til denne side.", + "files.action_delete": "Slet fil", + "files.action_details": "Vis detaljer", + "files.action_preview": "Hurtig forhåndsvisning", + "files.bulk_clear_selection": "Ryd valg", + "files.bulk_cloud_ocr": "Kør Cloud OCR igen", + "files.bulk_delete": "Slet valgte", + "files.bulk_download": "Download som ZIP", + "files.bulk_reprocess": "Behandl valgte igen", + "files.delete_modal_cancel": "Annuller", + "files.delete_modal_confirm": "Slet", + "files.delete_modal_message": "Er du sikker på, at du vil slette denne fil?", + "files.delete_modal_title": "Bekræft sletning", + "files.document_title": "Dokumenttitel", + "files.drop_overlay_hint": "Understøtter PDF, Office-dokumenter, billeder, HTML, Markdown og mere – mapper behandles rekursivt", + "files.drop_overlay_title": "Drop filer eller mapper hvor som helst for at uploade", + "files.error_hint": "Dette kan skyldes et konfigurations- eller importproblem. Tjek venligst serverloggene.", + "files.file_size": "Filstørrelse", + "files.filename": "Filnavn", + "files.files_selected": "valgte filer", + "files.filter_all_providers": "Alle udbydere", + "files.filter_all_statuses": "Alle statusser", + "files.filter_all_types": "Alle typer", + "files.filter_apply": "Anvend filtre", + "files.filter_clear": "Ryd", + "files.filter_date_from": "Dato fra", + "files.filter_date_from_aria": "Filter fra dato", + "files.filter_date_to": "Dato til", + "files.filter_date_to_aria": "Filter til dato", + "files.filter_form_aria": "Filtrer filer", + "files.filter_mime_type": "MIME-type", + "files.filter_ocr_all": "Alle filer", + "files.filter_ocr_good": "God kvalitet", + "files.filter_ocr_poor": "Dårlig kvalitet", + "files.filter_ocr_quality": "OCR-kvalitet", + "files.filter_ocr_quality_aria": "Filtrer efter OCR-kvalitetsscore", + "files.filter_ocr_unchecked": "Ikke vurderet endnu", + "files.filter_search_label": "Søg filnavn", + "files.filter_search_placeholder": "Indtast filnavn...", + "files.filter_storage_provider": "Lagringsudbyder", + "files.filter_tags_aria": "Filtrer efter tags (kommaseparerede)", + "files.filter_tags_placeholder": "f.eks. faktura,amazon", + "files.fulltext_search_label": "Fuldt tekstsøgnings (OCR tekst, metadata, tags)", + "files.fulltext_search_placeholder": "Søg dokumentindhold, afsender, tags, type...", + "files.no_files": "Ingen filer fundet", + "files.ocr_status": "OCR-status", + "files.page_title": "Filoptegnelser", + "files.pagination_files": "filer", + "files.pagination_first": "Første", + "files.pagination_last": "Sidste", + "files.pagination_nav_aria": "Fil liste paginering", + "files.pagination_next": "Næste", + "files.pagination_of": "af", + "files.pagination_previous": "Forrige", + "files.pagination_showing": "Viser", + "files.preview_modal_close": "Luk forhåndsvisning", + "files.preview_modal_title": "Forhåndsvisning", + "files.queue_banner_items": "element(er) er i øjeblikket i kø eller er ved at blive behandlet. Filer vil vises her, når behandlingen er færdig.", + "files.queue_banner_link": "Se kø", + "files.saved_searches_empty": "Ingen gemte søgninger endnu", + "files.saved_searches_error": "Kunne ikke indlæse gemte søgninger", + "files.saved_searches_label": "Gemme søgninger", + "files.saved_searches_save": "Gem nuværende", + "files.saved_searches_save_aria": "Gem nuværende filtre som en gemt søgning", + "files.search_results_empty": "Ingen resultater fundet.", + "files.search_results_title": "Søgeresultater", + "files.status_duplicate": "Duplikat", + "files.table_actions": "Handlinger", + "files.table_aria": "Filoptegnelser", + "files.table_created_at": "Oprettet den", + "files.table_empty": "Ingen filer fundet", + "files.table_id": "ID", + "files.table_mime_type": "MIME-type", + "files.table_original_filename": "Oprindeligt filnavn", + "files.table_select_all": "Vælg alle filer på denne side", + "files.tags": "Tags", + "files.title": "Filer", + "files.upload_modal_aria": "Upload fremskridt", + "files.upload_modal_close": "Luk upload fremskridt", + "files.upload_modal_header": "Uploader filer", + "files.uploaded": "Uploadet", + "footer.about": "Om", + "footer.attribution": "Tildeling", + "footer.attributions": "Tildelinger", + "footer.cookies": "Cookies", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "Imprint", + "footer.license": "Licens", + "footer.navigation": "Footer navigation", + "footer.privacy": "Privatliv", + "footer.terms": "Vilkår", + "footer.version": "Version {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "OAuth-forbundet. Filer lander i din valgte mappe.", + "help.destinations_email": "Email videresendelse", + "help.destinations_email_desc": "Behandlede filer sendt som SMTP vedhæftninger.", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "Servicekonto eller OAuth. Understøtter delte drev.", + "help.destinations_heading": "Destinationer – Hvor dokumenter går", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "Selvhostet cloud lagring via WebDAV.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Microsoft Graph API-integration.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "Skub dokumenter direkte ind i Paperless til arkivering.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "Enhver S3-kompatibel bucket (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "Sikker filoverførsel til enhver server.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "POST metadata til enhver ekstern endpoint.", + "help.documentation": "Dokumentation", + "help.faq": "Ofte stillede spørgsmål", + "help.faq_1_a": "Naviger til Upload siden, træk-og-slip dine filer eller klik Vælg fil. DocuElevate konverterer billeder og kontor dokumenter til PDF, kører OCR og udtrækker metadata automatisk.", + "help.faq_1_q": "Hvordan uploader jeg dokumenter?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF og HTML. Ikke-PDF filer bliver automatisk konverteret til PDF før behandling.", + "help.faq_2_q": "Hvilke filformater understøttes?", + "help.faq_3_a": "Ja. Gå til E-mail Indtagelse, tilføj en IMAP-konto, og DocuElevate vil hente nye beskeder og automatisk behandle vedhæftede filer.", + "help.faq_3_q": "Kan jeg indtage dokumenter fra e-mail?", + "help.faq_4_a": "Pipelines giver dig mulighed for at kæde behandlingstrin sammen – OCR, AI-udtrækning, formatkonvertering – og sende resultatet til en eller flere destinationer. Opret og administrer dem fra Pipelines siden.", + "help.faq_4_q": "Hvordan fungerer behandlingspipelines?", + "help.faq_5_a": "DocuElevate krypterer legitimationsoplysninger i hvile, kommunikerer over TLS og opbevarer aldrig dine dokumenter længere end nødvendigt. Se Privatlivspolitikken for fulde oplysninger.", + "help.faq_5_a_post": " for fulde detaljer.", + "help.faq_5_a_pre": "DocuElevate krypterer legitimationsoplysninger, mens de er i hvile, kommunikerer over TLS og gemmer aldrig dine dokumenter længere end nødvendigt. Se ", + "help.faq_5_q": "Er mine data sikre?", + "help.faq_heading": "Ofte stillede spørgsmål", + "help.getting_started": "Kom i gang", + "help.heading": "Hjælp Center", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Brug REST API'en til at overføre dokumenter programmæssigt. Godkend med en Bearer-token og POST filer til upload-endepunktet.", + "help.ingestion_heading": "Dataindsamling Værktøjer", + "help.ingestion_mobile": "Mobilapps", + "help.ingestion_mobile_desc": "Brug hvilken som helst mobilscanningsapp, der understøtter brugerdefinerede HTTP-uploaddestinationer til at sende billeder og scanninger til DocuElevate fra din telefon eller tablet.", + "help.ingestion_scanners": "Netværksscannere", + "help.ingestion_scanners_desc": "Ret enhver netværksscanner eller multifunktionsprinter mod DocuElevates upload-endepunkt. Scannede dokumenter lander direkte i din behandlingskø.", + "help.ingestion_watched_folders": "Overvågede Mapper", + "help.ingestion_watched_folders_desc": "Konfigurer en lokal eller netværksmappe til at blive overvåget. Enhver fil, der placeres i en overvåget mappe, uploades automatisk og behandles af DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrer DocuElevate i dine automatiseringsworkflows med Zapier, n8n eller Make. Brug REST API-handlinger til at udløse dokumentuploads fra enhver hændelse.", + "help.meta_description": "Få hjælp med DocuElevate – find vejledninger til upload af dokumenter, forbindelse til cloud-lagring, opsætning af pipelines og mere.", + "help.og_description": "Få hjælp med DocuElevate – find vejledninger til upload af dokumenter, forbindelse til cloud-lagring, opsætning af pipelines og mere.", + "help.page_title": "Hjælp Center", + "help.privacy_notice": "Privatlivspolitik", + "help.quickstart_heading": "Hurtig start", + "help.quickstart_storage": "Forbind lagring", + "help.quickstart_storage_desc": "Gå til Indstillinger og link dine cloud-konti. Behandlede dokumenter bliver automatisk sendt til hver destination, du konfigurerer.", + "help.quickstart_storage_desc_full": "Gå til Integrationer og link dine cloud-lagringskonti. DocuElevate understøtter Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud og mere. Behandlede dokumenter dirigeres automatisk til hver destination, du konfigurerer.", + "help.quickstart_upload": "Upload dokumenter", + "help.quickstart_upload_desc": "Træk og slip filer på Upload siden eller klik Vælg fil. DocuElevate konverterer billeder og kontordokumenter til PDF, kører OCR, og udtrækker metadata automatisk.", + "help.quickstart_workflows": "Automatiser arbejdsgange", + "help.quickstart_workflows_desc": "Opret Pipelines for at definere multi-trin behandling og ruteregler. Kombiner OCR, AI-udtrækning, formatkonvertering, og levering i et enkelt flow.", + "help.sources_email_ingestion": "E-mail Indtagelse (IMAP)", + "help.sources_email_ingestion_desc": "Send dokumenter til en dedikeret postkasse. Under E-mail Indtagelse, tilføj en eller flere IMAP-konti. DocuElevate henter nye beskeder og behandler vedhæftede filer automatisk.", + "help.sources_heading": "Kilder – Få dokumenter ind", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "Integrer programmatisk ved at POST-e filer til /api/upload. Ideelt til scripts, overvågede mapper, scannere eller tredjepartsværktøjer som Zapier og n8n.", + "help.sources_scanner": "Scanner & Mobil", + "help.sources_scanner_desc": "Ret netværksscannere mod DocuElevates upload-endpoint eller brug en hvilken som helst mobil scanningsapp, der understøtter brugerdefinerede HTTP-destinationer.", + "help.sources_scanner_desc_full": "Konfigurer din netværksscanner eller multifunktionsprinter til at sende scanninger direkte til DocuElevate. Brug /api/upload-endepunktet som destination. Mobilscanningsapps med brugerdefinerede uploaddestinationer understøttes også.", + "help.sources_web_upload": "Webupload", + "help.sources_web_upload_desc": "Den hurtigste måde at komme i gang. Åbn Upload siden, slip en eller flere filer, og DocuElevate tager sig af resten. Understøttede formater inkluderer PDF, JPEG, PNG, TIFF, DOCX, XLSX og mere.", + "help.subheading": "Alt hvad du behøver for at få det meste ud af DocuElevate. Gennemse emnerne nedenfor eller søg efter hvad du har brug for.", + "help.support": "Support", + "help.support_admin_message": "Kontakt din administrator for supportoplysninger.", + "help.support_description": "Kan du ikke finde, hvad du leder efter? Vores supportteam er her for at hjælpe.", + "help.support_heading": "Kontakt support", + "help.support_live_chat": "Live Chat tilgængelig – klik på chatboblen for at starte en samtale.", + "help.support_ticket_button": "Indsend en ticket", + "help.support_ticket_desc": "Udfyld formularen nedenfor, så vender vores supportteam tilbage til dig så hurtigt som muligt.", + "help.support_ticket_heading": "Åbn en supportticket", + "help.title": "Hjælp Center", + "help.workflows_creating": "Oprettelse af en Pipeline", + "help.workflows_definition": "En Pipeline er en række behandlingstrin, der kører automatisk, hver gang et dokument indtages. Hvert trin kan transformere, berige eller rute dokumentet.", + "help.workflows_heading": "Arbejdsgange & Pipelines", + "help.workflows_step_1": "Konverter til PDF", + "help.workflows_step_1_create": "Gå til pipelines i hovedmenuen.", + "help.workflows_step_1_full": "Konverter til PDF – alle indkommende filer normaliseres til et konsekvent PDF-format.", + "help.workflows_step_2": "OCR – udtræk tekst", + "help.workflows_step_2_create": "Klik på Ny Pipeline og giv den et navn.", + "help.workflows_step_2_full": "OCR – udtræk vælgbar tekst fra scannede sider ved hjælp af Azure Document Intelligence eller den indbyggede motor.", + "help.workflows_step_3": "AI metadataudtræk", + "help.workflows_step_3_create": "Tilføj de behandlingstrin, du har brug for.", + "help.workflows_step_3_full": "AI metadataudtræk – klassificer dokumenttype og træk nøglefelter såsom beløb, datoer og navne ved hjælp af OpenAI.", + "help.workflows_step_4": "Lever til en eller flere destinationer", + "help.workflows_step_4_create": "Vælg en eller flere leveringsdestinationer.", + "help.workflows_step_5_create": "Gem – nye dokumenter vil blive behandlet gennem denne pipeline automatisk.", + "help.workflows_typical_steps": "Typiske trin", + "help.workflows_what_is": "Hvad er en pipeline?", + "index.badge_intelligent": "Intelligent dokumentbehandling", + "index.button_browse_files": "Gennemse filer", + "index.button_upload": "Upload", + "index.capabilities_cloud": "Cloud-lagring: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Email- og URL-baseret dokumentindtag", + "index.capabilities_ocr": "OCR & metadataudtræk med AI", + "index.capabilities_paperless": "Paperless-ngx integration til dokumenthåndtering", + "index.capabilities_title": "Funktioner", + "index.capabilities_workflows": "Automatiserede klassificerings- og routingarbejdsprocesser", + "index.cta_description": "Deltag i teams, der allerede automatiserer deres dokumentbehandling med DocuElevate.", + "index.cta_heading": "Klar til at løfte din dokumentarbejdsgang?", + "index.cta_pricing": "Se priser", + "index.cta_signup": "Opret en gratis konto", + "index.dashboard_subtitle": "Intelligent dokumentbehandling & håndtering", + "index.dashboard_subtitle_teams": "Intelligent dokumentbehandling & håndtering – bygget til teams", + "index.feature_ai": "AI Metadataudtræk", + "index.feature_ai_desc": "OpenAI, Claude, Gemini og andre plug-and-play AI-udbydere klassificerer dokumenter og udtrækker nøglefelter som datoer, beløb og emner.", + "index.feature_cloud": "Multi-Cloud-lagring", + "index.feature_cloud_desc": "Rout behandlede filer til Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP og mere.", + "index.feature_email": "Email- & IMAP-indtag", + "index.feature_email_desc": "Træk automatisk dokumenter fra Gmail eller hvilken som helst IMAP-postkasse – ingen manuelle uploads nødvendige.", + "index.feature_ocr": "OCR & Tekstudtræk", + "index.feature_ocr_desc": "Azure Dokument Intelligence konverterer scannede PDF'er og billeder til fuldt søgbart tekst automatisk.", + "index.feature_pipelines": "Tilpassede pipelines", + "index.feature_pipelines_desc": "Byg behandlingspipelines med konfigurerbare trin – OCR, AI-udtræk, formatkonvertering og lager-routing i vilkårlig rækkefølge.", + "index.feature_search": "Fuldtekstssøgning", + "index.feature_search_desc": "Find straks ethvert dokument efter indhold, metadata eller tags på tværs af dit samlede arkiv.", + "index.feature_section_title": "Alt hvad du behøver til smarte dokumentarbejdsprocesser", + "index.getting_started": "Kom godt i gang", + "index.getting_started_1": "Konfigurer integrationer via Systemstatus", + "index.getting_started_2": "Upload dit første dokument", + "index.getting_started_3": "Gennemgå resultater i Filer", + "index.getting_started_learn": "Lær mere om DocuElevate", + "index.hero_description": "DocuElevate indsamler dine dokumenter, kører OCR, udtrækker metadata med AI, og ruter filer til Dropbox, Google Drive, OneDrive, S3, Nextcloud, og mere — alt i en strømlinet pipeline.", + "index.hero_heading": "Fra upload til indsigt — automatisk.", + "index.hero_login": "Log ind", + "index.hero_pricing": "Se planer & priser", + "index.hero_signup": "Kom i gang — det er gratis", + "index.integrations_active": "Aktive integrationer", + "index.integrations_storage": "Lagringsmål", + "index.integrations_title": "Integrationer", + "index.integrations_view_status": "Se systemstatus", + "index.page_title_dashboard": "Dashboard", + "index.page_title_public": "Intelligent dokumentbehandling", + "index.platform_overview": "Platform oversigt", + "index.processing_stats": "Behandlingsstatistik", + "index.quick_actions": "Hurtige handlinger", + "index.quick_documents": "Mine dokumenter", + "index.quick_documents_desc": "Gennemse dine behandlede filer", + "index.quick_search": "Søg", + "index.quick_search_desc": "Fuldt tekstsøgning på tværs af dokumenter", + "index.quick_subscription": "Mit abonnement", + "index.quick_subscription_desc": "Se plan- og brugsdetaljer", + "index.quick_system_status": "Systemstatus", + "index.quick_system_status_desc": "Tjek integrationsstatus", + "index.quick_upload": "Upload dokument", + "index.quick_upload_desc": "Behandl en ny fil", + "index.quick_view_files": "Vis alle filer", + "index.quick_view_files_desc": "Gennemse behandlede dokumenter", + "index.single_user_heading": "DocuElevate Dashboard", + "index.single_user_subtitle": "Intelligent dokumentbehandling & -styring", + "index.stat_active_integrations": "Aktive integrationer", + "index.stat_active_users": "Aktive brugere", + "index.stat_files_month": "Filer denne måned", + "index.stat_files_ocr": "Filer med OCR", + "index.stat_files_today": "Filer i dag", + "index.stat_storage_targets": "Lagringsmål", + "index.stat_this_month": "Denne måned", + "index.stat_today": "I dag", + "index.stat_total_files": "I alt filer", + "index.stat_total_processed": "Total behandlede", + "index.tier_plan": "Plan", + "index.tier_upgrade": "Opgrader", + "index.tier_view_details": "Se fulde detaljer", + "index.upgrade_daily_limits": "Højere daglige & månedlige grænser", + "index.upgrade_description": "Lås op for flere dokumenter, flere destinationer og prioriteret support.", + "index.upgrade_destinations": "Flere lagerdestinationer", + "index.upgrade_ocr_pages": "Flere OCR-sider", + "index.upgrade_plan": "Opgrader din plan", + "index.upgrade_view_pricing": "Se planer & priser", + "index.usage_lifetime": "Livstidsfiler", + "index.usage_month": "Filer denne måned", + "index.usage_my_usage": "Min brug", + "index.usage_today": "Filer i dag", + "index.usage_unlimited": "Ubegribeligt", + "integrations.access_key_label": "Adgangsnøgle ID", + "integrations.active_label": "Aktiv", + "integrations.add_button": "Tilføj integration", + "integrations.add_first_button": "Tilføj din første integration", + "integrations.api_token_label": "API-token", + "integrations.authorize_btn": "Autoriser", + "integrations.authorize_reauth": "Gen-autoriser", + "integrations.bucket_label": "Bucket", + "integrations.configure": "Konfigurér", + "integrations.connect": "Forbind", + "integrations.connected": "Forbundet", + "integrations.connection_failed": "Forbindelse mislykkedes", + "integrations.connection_success": "Forbindelse succesfuld", + "integrations.delete_confirm_are_you_sure": "Er du sikker på, at du vil slette", + "integrations.delete_confirm_title": "Slet integration?", + "integrations.delete_confirm_undone": "Denne handling kan ikke fortrydes.", + "integrations.delete_emails_label": "Slet e-mails efter behandling", + "integrations.delete_files_label": "Slet filer efter behandling", + "integrations.destinations_quota_label": "Lagerdestinationer:", + "integrations.destinations_section": "Destinationer", + "integrations.direction_destination": "Destination (lager)", + "integrations.direction_label": "Retning", + "integrations.direction_placeholder": "\u0013 Vælg \u0013", + "integrations.direction_source": "Kilde (indtagelse)", + "integrations.disconnect": "Afbryd", + "integrations.email_settings": "Indstillinger for e-mail videresendelse", + "integrations.empty_state": "Ingen integrationer konfigureret", + "integrations.endpoint_label": "Endpoint URL", + "integrations.endpoint_optional": "(valgfrit, for S3-kompatible)", + "integrations.folder_label": "Mappe", + "integrations.folder_optional": "(valgfrit)", + "integrations.folder_path_label": "Mappebane", + "integrations.folder_prefix_label": "Mappesuffiks", + "integrations.generic_settings_hint": "Konfiguration for denne integrationstype kan angives som JSON efter oprettelse via API'en.", + "integrations.gmail_hint": "Gmail etiketter & stjerne: når aktiveret, bliver behandlede e-mails markeret med stjerne og mærket med en \"Indtaget\" etiket i Gmail. Gælder kun for Gmail-servere.", + "integrations.gmail_labels": "Anvend Gmail etiketter & stjerne", + "integrations.host_label": "Vært", + "integrations.imap_settings": "IMAP-indstillinger", + "integrations.loading": "Indlæser integrationer\u00105", + "integrations.modal_close": "Luk modal", + "integrations.modal_title_add": "Tilføj integration", + "integrations.modal_title_edit": "Rediger integration", + "integrations.name_label": "Etiket", + "integrations.name_placeholder": "f.eks. Arbejd Gmail, S3 Arkiv", + "integrations.nextcloud_settings": "Nextcloud Indstillinger", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Tilføj din første integration for at forbinde indholdskilder (som IMAP) og lagringsdestinationer (som S3, Dropbox eller Google Drive).", + "integrations.not_connected": "Ikke forbundet", + "integrations.oauth_folder_label": "Mappe", + "integrations.oauth_hint": "Gem denne integration først, og brug derefter godkendelsesknappen for at fuldføre OAuth-flowet. Dine legitimationsoplysninger gemmes sikkert i din personlige integrationspost.", + "integrations.page_title": "Integrationer", + "integrations.paperless_settings": "Paperless NGX Indstillinger", + "integrations.password_label": "Adgangskode", + "integrations.paused": "Pauset", + "integrations.plan_label": "Plan:", + "integrations.port_label": "Port", + "integrations.quota_not_available": "(ikke tilgængelig)", + "integrations.quota_unlimited": "/ ubegrænset", + "integrations.recipient_label": "Modtager E-mail", + "integrations.region_label": "Region", + "integrations.remote_path_label": "Fjernbane", + "integrations.s3_prefix_label": "Præfiks (mappebane)", + "integrations.s3_settings": "S3 Indstillinger", + "integrations.secret_key_label": "Hemmelig Adgangsnøgle", + "integrations.show_password": "Vis adgangskode", + "integrations.show_secrets": "Vis hemmeligheder", + "integrations.show_token": "Vis token", + "integrations.source_local": "Lokalt Filsystem", + "integrations.source_type_label": "Kildetype", + "integrations.sources_quota_label": "Postkasse Kilder:", + "integrations.sources_section": "Kilder", + "integrations.subtitle": "Administrer dine indholdskilder og lagringsdestinationer ét sted.", + "integrations.title": "Integrationer", + "integrations.type_label": "Integrations Type", + "integrations.type_placeholder": "\u0002014 Vælg retning først \u0002014", + "integrations.upgrade_plan": "Opgrader Plan", + "integrations.use_ssl": "Brug SSL", + "integrations.username_label": "Brugernavn", + "integrations.watch_folder_settings": "Overvåg Mappe Indstillinger", + "integrations.webdav_settings": "WebDAV Indstillinger", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Indhold", + "integrations.webhook_how_heading": "Sådan fungerer Webhook Indhold", + "integrations.webhook_how_text": "En webhook-integration gør det muligt for eksterne systemer at presse dokumenter direkte ind i DocuElevate via REST API'en. I stedet for at DocuElevate spørger efter nye filer (som IMAP), sender din applikation filer til DocuElevate ved hjælp af en HTTP-anmodning med en API-token til godkendelse.", + "integrations.webhook_ideal_text": "Dette er ideelt til CI/CD pipelines, automatiseringsscripts, scannerintegrationer eller ethvert system, der genererer dokumenter og har brug for at sende dem til behandling.", + "integrations.webhook_quick_start": "Hurtig Start", + "integrations.webhook_security_tip": "Opret en dedikeret API-token for hver integration, og tilbagekald den straks, hvis den bliver kompromitteret. Tokens kan administreres på siden med API-tokens.", + "integrations.webhook_step1": "Gå til {api_tokens_link} og opret en personlig token.", + "integrations.webhook_upload_with_token": "Brug token til at uploade dokumenter via API:", + "language.bg": "Български", + "language.ca": "Català", + "language.change_success": "Sprog ændret til {language}", + "language.changed": "Sprog ændret til {language}", + "language.cs": "Čeština", + "language.da": "Dansk", + "language.de": "Deutsch", + "language.el": "Ελληνικά", + "language.en": "English", + "language.es": "Español", + "language.et": "Eesti", + "language.fi": "Suomi", + "language.fr": "Français", + "language.ga": "Gaeilge", + "language.hr": "Hrvatski", + "language.hu": "Ungarsk", + "language.is": "Íslenska", + "language.it": "Italiensk", + "language.lb": "Luxembourgs", + "language.lt": "Litauisk", + "language.lv": "Lettisk", + "language.nb": "Norsk", + "language.nl": "Hollandsk", + "language.no_results": "Ingen sprog fundet", + "language.pl": "Polsk", + "language.pt": "Portugisisk", + "language.ro": "Rumænsk", + "language.ru": "Russisk", + "language.search_placeholder": "Søg sprog\u0010", + "language.selector": "Sprog", + "language.selector_label": "Vælg sprog", + "language.sk": "Slovakisk", + "language.sl": "Slovensk", + "language.sv": "Svensk", + "language.tr": "Tyrkisk", + "language.uk": "Ukrainsk", + "language.zh": "Kinesisk", + "nav.about": "Om", + "nav.account_menu": "Konto menu", + "nav.account_menu_for": "Konto menu for {name}", + "nav.admin": "Admin", + "nav.admin.audit_logs": "Revisionslogfiler", + "nav.admin.backups": "Sikkerhedskopier", + "nav.admin.plans": "Planer", + "nav.admin.scheduled_jobs": "Planlagte opgaver", + "nav.admin.users": "Brugere", + "nav.admin_actions": "Admin handlinger", + "nav.admin_menu": "Admin menu", + "nav.api_docs": "API-dokumenter", + "nav.api_tokens": "API-nøgler", + "nav.backup_restore": "Backup & Gendan", + "nav.credentials": "Credentials", + "nav.dark_mode": "Mørk tilstand", + "nav.dashboard": "Dashboard", + "nav.developer_docs": "Udviklerdokumenter", + "nav.duplicates": "Duplikater", + "nav.file_manager": "Filhåndtering", + "nav.files": "Filer", + "nav.get_started": "Kom i gang", + "nav.help": "Hjælp", + "nav.help_center": "Hjælpecenter", + "nav.imap": "E-mail import", + "nav.integrations": "Integrationer", + "nav.light_mode": "Lys tilstand", + "nav.login": "Log ind", + "nav.logout": "Log ud", + "nav.main_navigation": "Hovednavigation", + "nav.my_subscription": "Mit abonnement", + "nav.notifications": "Underretninger", + "nav.open_main_menu": "Åbn hovedmenu", + "nav.pipelines": "Pipeline", + "nav.plan_designer": "Planlægningsværktøj", + "nav.pricing": "Priser", + "nav.profile": "Profil", + "nav.profile_settings": "Profilindstillinger", + "nav.queue": "Kø", + "nav.queue_monitor": "Kømonitor", + "nav.scheduled_jobs": "Planlagte jobs", + "nav.search": "Søg", + "nav.settings": "Indstillinger", + "nav.shared_links": "Delte links", + "nav.sign_out": "Log ud", + "nav.signup": "Tilmeld dig", + "nav.similarity": "Lighed", + "nav.skip_to_content": "Spring til hovedindhold", + "nav.status": "Status", + "nav.subscription": "Abonnement", + "nav.toggle_dark_mode": "Skift til mørk tilstand", + "nav.toggle_nav": "Skift navigationsmenu", + "nav.upload": "Upload", + "nav.users": "Brugere", + "nav.version": "Versionsinfo", + "notifications.filter_all": "Alle", + "notifications.filter_read": "Kun læste", + "notifications.filter_unread": "Kun ulæste", + "notifications.manage_desc": "Administrer din underretning indbakke, mål og begivenheds præferencer", + "notifications.mark_all_read": "Marker alle som læst", + "notifications.mark_all_read_btn": "Marker alle læst", + "notifications.mark_read": "Marker som læst", + "notifications.no_notifications": "Ingen underretninger", + "notifications.page_title": "Underretninger", + "notifications.tab_inbox": "Indbakke", + "notifications.tab_settings": "Indstillinger", + "notifications.title": "Notifikationer", + "notifications.unread_count": "{count} ulæste notifikationer", + "pipelines.active_label": "Aktiv", + "pipelines.add_step_btn": "Tilføj trin", + "pipelines.create": "Opret pipeline", + "pipelines.custom_label_label": "Tilpasset etiket", + "pipelines.default_label": "Standard", + "pipelines.description_label": "Beskrivelse", + "pipelines.description_placeholder": "Valgfri beskrivelse", + "pipelines.disabled_label": "Deaktiveret", + "pipelines.edit": "Rediger pipeline", + "pipelines.empty_state": "Ingen pipelines endnu", + "pipelines.empty_state_hint": "Opret din første pipeline for at definere tilpassede dokumentbehandlingsarbejdsgange.", + "pipelines.enabled_label": "Aktiveret", + "pipelines.force_cloud_ocr_label": "Tving sky-OCR (spring lokal tekstudtræk over)", + "pipelines.inactive_label": "Inaktiv", + "pipelines.loading": "Indlæser pipelines\u00100", + "pipelines.name_placeholder": "Min pipeline", + "pipelines.new_pipeline_btn": "Ny pipeline", + "pipelines.no_steps": "Ingen trin defineret. Tilføj et trin for at begynde at opbygge din pipeline.", + "pipelines.ocr_auto": "Auto (brug systemstandard)", + "pipelines.ocr_language_hint": "Overskriver den globale sprogindstilling for Tesseract/EasyOCR. Azure og Mistral opdager automatisk sproget.", + "pipelines.ocr_language_label": "OCR-sprog", + "pipelines.optional_suffix": "(valgfrit)", + "pipelines.page_title": "Behandlingspipelines", + "pipelines.set_default": "Sæt som min standardpipeline", + "pipelines.step_label_placeholder": "Overskriv standard trin navn", + "pipelines.step_type_label": "Trin type", + "pipelines.subtitle_intro": "Definer og administrer tilpassede dokumentbehandlingsarbejdsgange.", + "pipelines.subtitle_system_post": "badge og er synlige for alle brugere.", + "pipelines.subtitle_system_pre": "Systempipelines (oprettet af administratorer) vises med en", + "pipelines.system_label": "System", + "pipelines.system_pipeline_label": "Systempipeline (synlig for alle brugere)", + "pipelines.title": "Behandlingspipelines", + "profile.avatar_alt": "Dit profilbillede", + "profile.avatar_heading": "Profilbillede", + "profile.avatar_remove": "Fjern brugerdefineret avatar", + "profile.avatar_upload_hint": "Upload et JPEG-, PNG-, GIF- eller WebP-billede op til 2 MB. Hvis der ikke er indstillet noget brugerdefineret billede, vises din {gravatar}.", + "profile.choose_image": "Vælg billede\u0014", + "profile.confirm_password": "Bekræft nyt kodeord", + "profile.contact_email_hint": "Bruges til systemmeddelelser. Dette ændrer ikke din login-e-mail.", + "profile.contact_email_label": "Kontakt / Notifikations-e-mail", + "profile.contact_email_placeholder": "du@eksempel.dk", + "profile.current_password": "Nuværende kodeord", + "profile.dismiss": "Afvis", + "profile.display_name_hint": "Lad være tomt for at bruge dit kontonavn eller e-mail.", + "profile.display_name_label": "Visningsnavn", + "profile.display_name_placeholder": "Dit navn som vist i UI'en", + "profile.general_heading": "Generel information", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profilindstillinger", + "profile.language_auto_detect": "Auto-detekter (fra browser)", + "profile.language_hint": "Vælg dit foretrukne grænsefladesprog. \u0000D8Auto-detekter\u0000D9 følger dine browserindstillinger.", + "profile.language_label": "UI-sprog", + "profile.new_password": "Nyt kodeord", + "profile.new_password_hint": "Minimum 8 tegn.", + "profile.page_title": "Profilindstillinger \u0001– DocuElevate", + "profile.password_heading": "Skift kodeord", + "profile.preferences_heading": "Præferencer", + "profile.save_button": "Gem ændringer", + "profile.saving": "Gemmer\u0002", + "profile.subtitle": "Administrer dit visningsnavn, avatar, sprog og tema-præferencer.", + "profile.theme_dark": "Mørk", + "profile.theme_hint": "\u0001Systemstandard\u0000D9 følger din enheds mørke tilstandsindstilling.", + "profile.theme_label": "Farveskema", + "profile.theme_light": "Lys", + "profile.theme_system": "Systemstandard", + "profile.update_password": "Opdater kodeord", + "profile.updating": "Opdaterer\n", + "queue.active_tasks": "Aktive opgaver", + "queue.auto_refresh_1": "Opdateres automatisk hver", + "queue.auto_refresh_2": "sekunder", + "queue.col_arguments": "Argumenter", + "queue.col_current_step": "Nuværende trin", + "queue.col_file": "Fil", + "queue.col_files": "Filer", + "queue.col_queue": "Kø", + "queue.col_state": "Status", + "queue.col_task": "Opgave", + "queue.col_task_id": "Opgave ID", + "queue.files_processing": "Behandler filer", + "queue.heading": "Kø Monitor", + "queue.last_updated": "Sidst opdateret:", + "queue.loading_stats": "Indlæser kø statistik\u00157", + "queue.no_active_tasks": "Ingen aktive opgaver", + "queue.no_data": "Ingen data", + "queue.no_files_processing": "Ingen filer behandles i øjeblikket", + "queue.page_title": "Kø Monitor", + "queue.processing_pipeline": "Behandlingspipeline", + "queue.queued_tasks": "Opgaver i kø", + "queue.recently_processing": "Senest behandlede filer", + "queue.redis_queues": "Redis Køer", + "queue.subtitle": "Real-time visning af dokumentbehandlingspipeline og Celery opgavekøer.", + "queue.workers_online": "Arbejder Online", + "search.button": "Søg", + "search.error_message": "Søgning er midlertidigt utilgængelig. Prøv venligst igen om et øjeblik.", + "search.filter_aria_clear": "Ryd alle filtre", + "search.filter_clear_button": "Ryd filtre", + "search.filter_date_from": "Dato Fra", + "search.filter_date_to": "Dato Til", + "search.filter_document_type": "Dokumenttype", + "search.filter_document_type_placeholder": "f.eks. Faktura", + "search.filter_language": "Sprog", + "search.filter_language_placeholder": "f.eks. da", + "search.filter_sender": "Afsender", + "search.filter_sender_placeholder": "f.eks. ACME Corp", + "search.filter_tags": "Tags", + "search.filter_tags_placeholder": "f.eks. amazon", + "search.filter_text_quality": "Tekst Kvalitet", + "search.filter_text_quality_all": "Alle", + "search.filter_text_quality_high": "Høj", + "search.filter_text_quality_low": "Lav", + "search.filter_text_quality_medium": "Middel", + "search.filter_text_quality_no_text": "Ingen tekst", + "search.heading": "Dokumentsøgning", + "search.input_aria_label": "Søg dokumenter", + "search.input_placeholder": "Søg dokumenter efter indhold, afsender, tags, type...", + "search.loading_indicator": "Søger\u001ef...", + "search.no_results": "Ingen resultater fundet", + "search.page_title": "Søg Dokumenter", + "search.placeholder": "Søg efter filnavn, indhold, tags...", + "search.result_empty": "Ingen dokumenter fundet, der matcher din forespørgsel.", + "search.results_count": "{count} resultater fundet", + "search.saved_aria_save": "Gem nuværende søgning", + "search.saved_button": "Gem Nuværende", + "search.saved_empty": "Ingen gemte søgninger endnu", + "search.saved_error": "Kunne ikke indlæse gemte søgninger", + "search.saved_label": "Gemte Søgninger", + "search.saved_loading": "Indlæser...", + "search.title": "Søg Dokumenter", + "settings.audit_log_btn": "Revisionslog", + "settings.autocomplete_hint": "Skriv for at søge i kendte værdier eller indtast en vilkårlig værdi.", + "settings.autocomplete_no_matches": "Ingen matches \u0014 du kan stadig skrive en vilkårlig værdi", + "settings.autocomplete_placeholder": "Skriv for at søge eller indtast en værdi\u001ef...", + "settings.boolean_enable_prefix": "Aktiver", + "settings.categories_aria": "Indstillingskategorier", + "settings.categories_heading": "Kategorier", + "settings.db_wizard_btn": "DB Assistent", + "settings.effective_value_label": "Effektiv værdi:", + "settings.encrypted_suffix": "= krypteret i ro", + "settings.encrypted_title": "Værdi er krypteret i ro i databasen", + "settings.export_btn": "Eksporter", + "settings.export_db_only": "Kun DB indstillinger", + "settings.export_full_config": "Fuldt effektiv konfiguration", + "settings.jump_to_category": "Hopper til kategori\u001ef...", + "settings.manage_config_prefix": "Administrer konfiguration. Prioritet:", + "settings.model_picker_hint": "Vælg fra listen eller skriv et vilkårligt modellenavn, der understøttes af din leverandør.", + "settings.model_picker_placeholder": "Vælg en almindelig model eller skriv et tilpasset navn\u001ef...", + "settings.no_results_clear": "ryd søgningen", + "settings.no_results_heading": "Ingen indstillinger fundet", + "settings.no_results_hint": "Prøv et andet søgeterm eller", + "settings.page_heading": "Applikationsindstillinger", + "settings.required_label": "(påkrævet)", + "settings.reset_confirm": "Er du sikker på, at du vil nulstille denne indstilling?", + "settings.restart_required_suffix": "= genstart påkrævet", + "settings.revert_btn": "Fjern fra DB", + "settings.revert_title": "Fjern DB override og revert til miljøvariabel eller standard", + "settings.reverting": "Reverterer\u00145", + "settings.save_all_btn": "Gem Alle Ændringer", + "settings.save_error": "Fejl ved gemning af indstilling", + "settings.save_setting_title": "Gem denne indstilling", + "settings.save_success": "Indstilling gemt succesfuldt", + "settings.saving_state": "Gemmers\u00145", + "settings.search_aria_label": "Søg indstillinger", + "settings.search_clear_aria": "Ryd søgning", + "settings.search_placeholder": "Søg indstillinger efter navn, nøgle eller beskrivelse\u00145", + "settings.settings_count_suffix": "indstillinger", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "STANDARD", + "settings.source_env_badge": "MILJØ", + "settings.title": "Indstillinger", + "settings.toggle_visibility_aria": "Skift password synlighed", + "settings.toggle_visibility_title": "Vis/skjul værdi", + "settings.user_autocomplete_empty": "Ingen matchende brugere fundet", + "settings.user_autocomplete_hint": "Skriv for at søge efter eksisterende brugere efter navn, eller indtast en hvilken som helst identifikator manuelt.", + "settings.user_autocomplete_placeholder": "Begynd at skrive for at søge brugere\u00145", + "settings.wizard_btn": "Wizard", + "shared.col_expiry": "Udløb", + "shared.col_file_label": "Fil / Etiket", + "shared.col_link": "Link", + "shared.col_views": "Visninger", + "shared.copy_link_aria": "Kopier link til udklipsholder", + "shared.copy_link_title": "Kopier link", + "shared.create_btn": "Opret Link", + "shared.create_heading": "Opret Nyt Delt Link", + "shared.creating": "Opretter\u00145", + "shared.expiry_12h": "12 timer", + "shared.expiry_14d": "14 dage", + "shared.expiry_1h": "1 time", + "shared.expiry_24h": "24 timer (1 dag)", + "shared.expiry_30d": "30 dage", + "shared.expiry_3d": "3 dage", + "shared.expiry_6h": "6 timer", + "shared.expiry_7d": "7 dage", + "shared.expiry_label": "Udløb", + "shared.expiry_never": "Aldrig", + "shared.file_id_help_post": "side eller i dokumentdetalje-URL'en.", + "shared.file_id_help_pre": "Find fil-ID'en på", + "shared.file_id_label": "Fil-ID", + "shared.file_id_placeholder": "f.eks. 42", + "shared.files_link": "Filer", + "shared.heading": "Delte Links", + "shared.label_label": "Etikette", + "shared.label_placeholder": "f.eks. Delt med Bob", + "shared.link_created": "Delt link oprettet!", + "shared.link_created_help": "Kopier og send dette link til modtageren.", + "shared.links_count_aria": "antal links", + "shared.max_downloads_label": "Maks. downloads", + "shared.no_links": "Ingen delte links endnu. Opret et ovenfor for at komme i gang.", + "shared.open_in_new_tab": "Åbn i ny fane", + "shared.open_link_aria": "Åbn delt link", + "shared.optional": "(valgfri)", + "shared.page_title": "Delte Links – DocuElevate", + "shared.password_label": "Adgangskode", + "shared.password_placeholder": "Lad være tom for ingen adgangskode", + "shared.password_protected": "Adgangskodebeskyttet", + "shared.refresh_aria": "Opdater liste over delte links", + "shared.revoke_aria_prefix": "Tilbagekald delt link for", + "shared.revoke_btn": "Tilbagekald", + "shared.status_active": "Aktiv", + "shared.status_expired": "Udløbet", + "shared.status_limit_reached": "Grænse nået", + "shared.status_revoked": "Tilbagekaldt", + "shared.subtitle": "Del dokumenter med hvem som helst via et tidsbegrænset eller visningsbegrænset link. Modtagere behøver ikke en DocuElevate-konto. Links kan være adgangskodebeskyttede og tilbagekaldes når som helst.", + "shared.table_aria": "Delte links", + "shared.unlimited_placeholder": "Ubegribelig", + "shared.your_links": "Dine Delte Links", + "similarity.backfill_auto": "Baggrundsopgaven vil beregne dem automatisk hvert 5. minut, eller du kan", + "similarity.files_missing_text": "fil(er) har OCR-tekst, men ingen embedding endnu.", + "similarity.find_pairs_btn": "Find Par", + "similarity.heading": "Dokumentsimilaritet", + "similarity.load_error": "Kunne ikke indlæse par.", + "similarity.min_similarity_label": "Min. lighed", + "similarity.no_pairs_detail": "Ingen dokumentpar overstiger lighedsgrænsen.", + "similarity.no_pairs_heading": "Ingen lignende par fundet", + "similarity.page_title": "Dokumentlighed - DocuElevate", + "similarity.pagination_aria": "Pagination af lignende par", + "similarity.per_page_label": "Per side", + "similarity.scanning": "Scanner efter lignende dokumentpar\u0000e6\u0000b...", + "similarity.stat_embedding_model": "Indlejringsmodel", + "similarity.stat_missing_embedding": "Manglende indlejring", + "similarity.stat_total_files": "Samlede filer", + "similarity.stat_with_embedding": "Med indlejring", + "similarity.subtitle": "Par af dokumenter med høj semantisk lighed, rangeret efter scoring.", + "similarity.trigger_aria": " Udl\u0000f8se indlejring beregning for alle filer uden indlejring", + "similarity.trigger_now": "udl\u0000f8s det nu", + "status.app_version": "App version", + "status.build_date": "Bygge dato", + "status.container_id": "Container ID", + "status.git_commit": "Git commit", + "status.last_check": "Sidste tjek", + "status.page_title": "Systemstatus", + "status.setting_label": "Indstilling", + "status.value_label": "Værdi", + "subscription.available_plans_heading": "Tilgængelige planer", + "subscription.back_to_dashboard": "Tilbage til dashboard", + "subscription.cancel_pending": "Annuller ændring", + "subscription.cancel_scheduled": "Annuller planlagt ændring", + "subscription.contact_sales": "Kontakt salg", + "subscription.current_badge": "Aktuel", + "subscription.current_plan": "Aktuel plan", + "subscription.current_plan_cta": "Din nuværende plan", + "subscription.downgrade_to_prefix": "Nedgrader til", + "subscription.features_heading": "Hvad der er inkluderet i din plan", + "subscription.free": "Gratis", + "subscription.heading": "Min abonnement", + "subscription.keep_plan_prefix": "Behold", + "subscription.lifetime_files": "Samlede filer (levetid)", + "subscription.month_files": "Filer denne måned", + "subscription.more_features_label": "mere", + "subscription.page_title": "Min abonnement \u0000a DocuElevate", + "subscription.pending_badge": "Ventende", + "subscription.pending_benefits": "Du beholder alle nuværende planfordele indtil da.", + "subscription.pending_on": "den", + "subscription.pending_title": "Ventende planændring planlagt", + "subscription.pending_will_change": "Din plan vil ændre sig til", + "subscription.per_mo": "/md", + "subscription.per_month": "/måned", + "subscription.since": "Siden", + "subscription.single_user_body": "Abonnementsniveauer gælder, når multi-bruger-tilstand er aktiv. Din instans kører i øjeblikket i enkeltbruger-tilstand uden behandlingsgrænser. En admin kan aktivere multi-bruger-tilstand via {settings_link}.", + "subscription.single_user_title": "Multi-bruger-tilstand er ikke aktiveret.", + "subscription.subtitle": "Din nuværende plan, brug og tilgængelige opgraderinger.", + "subscription.this_month_label": "denne måned", + "subscription.today_files": "Filer i dag", + "subscription.today_label": "i dag", + "subscription.unlimited": "Ubegrænset", + "subscription.upgrade_info": "Opgraderinger træder i kraft med det samme. Nedgraderinger er planlagt til slutningen af din nuværende faktureringsperiode.", + "subscription.upgrade_to_prefix": "Opgrader til", + "subscription.usage_heading": "Brug", + "upload.browse_button": "Gennemse filer", + "upload.button_processing": "Behandler...", + "upload.camera_button": "Tag foto / Scan dokument", + "upload.download_button": "Download og behandle", + "upload.downloading": " Downloader fil fra URL...", + "upload.drag_drop": "Træk og slip filer her eller klik for at gennemse", + "upload.drop_hint_desktop": "Træk og slip filer eller mapper her, eller klik for at vælge filer.", + "upload.drop_hint_mobile": "Tryk for at vælge filer eller brug kamera knappen nedenfor.", + "upload.drop_zone_aria": "Fil upload område. Træk og slip filer her, eller tryk Enter for at gennemse filer.", + "upload.error": "Upload fejl", + "upload.error_invalid_url": "Ugyldigt URL-format", + "upload.error_url_required": "Indtast venligst en URL", + "upload.file_size_hint": "Maksimal størrelse: 500 MB pr. fil", + "upload.file_types": "Tilladte typer: PDF, kontordokumenter (Word, Excel, PowerPoint osv.), billeder", + "upload.filename_description": "Lad stå tomt for at bruge filnavnet fra URL", + "upload.filename_label": "Filnavn (valgfrit)", + "upload.filename_placeholder": "mit-dokument.pdf", + "upload.max_size": "Maksimal filstørrelse: {size}", + "upload.page_title": "Upload filer", + "upload.section_device": "Upload fra enhed", + "upload.section_url": "Upload fra URL", + "upload.select_file": "Vælg fil", + "upload.success": "Fil uploadet med succes", + "upload.title": "Upload dokument", + "upload.uploading": "Uploader...", + "upload.url_description": "Indtast et direkte link til en fil (PDF, Office-dokumenter eller billeder)", + "upload.url_label": "Fil-URL", + "upload.url_placeholder": "https://example.com/dokument.pdf" +} diff --git a/frontend/translations/el.json b/frontend/translations/el.json index d36160ed..0a1901f2 100644 --- a/frontend/translations/el.json +++ b/frontend/translations/el.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Γνωρίστε τον Δημιουργό", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", + "about.creator_pre": "Το DocuElevate αναπτύσσεται με πάθος από", + "about.features_admin_api": "Ισχυρό REST API για προγραμματισμένη πρόσβαση", + "about.features_admin_config": "Εξαιρετικά παραμετροποιήσιμο μέσω περιβαλλοντικών μεταβλητών", + "about.features_admin_docker": "Έτοιμο για Docker για εύκολη ανάπτυξη και κλιμάκωση", + "about.features_admin_heading": "Διαχείριση", + "about.features_admin_oauth2": "Υποστήριξη αυθεντικοποίησης OAuth2 με το Authentik", + "about.features_automation_background": "Διαδικασία στο παρασκήνιο με Redis και Celery", + "about.features_automation_gmail": "Ενσωμάτωση Gmail και γενικών λογαριασμών email", + "about.features_automation_heading": "Αυτοματοποίηση", + "about.features_automation_imap": "Έλεγχος IMAP inbox από πολλές πηγές", + "about.features_automation_ingestion": "Αυτοματοποιημένη εισαγωγή εγγράφων από διάφορες πηγές", + "about.features_heading": "Κύρια Χαρακτηριστικά", + "about.features_integration_cloud": "Αποθήκευση στο Cloud: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Ενσωμάτωσης & Αποθήκευσης", + "about.features_integration_multi_dest": "Υποστήριξη πολλαπλών προορισμών (αποθήκευση εγγράφων σε πολλούς χώρους)", + "about.features_integration_protocols": "Πρωτόκολλα μεταφοράς: FTP, SFTP, Προώθηση email", + "about.features_integration_selfhosted": "Επιλογές self-hosted: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Έξυπνη ταξινόμηση εγγράφων και εξαγωγή ημερομηνιών", + "about.features_processing_heading": "Επεξεργασία Εγγράφων", + "about.features_processing_metadata": "Αυτοματοποιημένη εξαγωγή μεταδεδομένων χρησιμοποιώντας έναν pluggable AI πάροχο", + "about.features_processing_ocr": "OCR που τροφοδοτείται από το Azure Document Intelligence", + "about.features_processing_pdf": "Μετατροπή PDF για διάφορες μορφές αρχείων μέσω Gotenberg", + "about.features_processing_upload": "Απλές και ασφαλείς ανεβάσεις αρχείων με υποστήριξη drag & drop", + "about.github_logo_alt": "Λογότυπο GitHub", + "about.heading": "Σχετικά με το DocuElevate", + "about.intro_post": " – η σύγχρονη, έξυπνη λύση σας για την επεξεργασία εγγράφων! Έχουμε δημιουργήσει το DocuElevate για να μεταμορφώσει εντελώς τον τρόπο που χειρίζεστε τα έγγραφά σας – από την ανέβασμα μέχρι την εξαγωγή, από την επεξεργασία έως την αποθήκευση.", + "about.intro_pre": "Καλώς ήρθατε στο ", + "about.involved_description": "Θέλετε να μπλέξετε στον κώδικα, να συνεισφέρετε ιδέες ή να μάθετε περισσότερα για το DocuElevate;", + "about.involved_docs": "Διαβάστε την Τεκμηρίωση", + "about.involved_github": "Δείτε το DocuElevate στο GitHub", + "about.involved_heading": "Εμπλακείτε", + "about.involved_website": "Επισκεφθείτε την Ιστοσελίδα του DocuElevate", + "about.legal_description": "Μας ενδιαφέρει η ιδιωτικότητα και η ασφάλεια των δεδομένων σας. Παρακαλούμε αναθεωρήστε μας:", + "about.legal_heading": "Ιδιωτικότητα & Νομικά", + "about.legal_license": "Πληροφορίες Άδειας", + "about.legal_privacy": "Ειδοποίηση Ιδιωτικότητας", + "about.page_title": "Σχετικά με το DocuElevate", + "about.story_heading": "Η Ιστορία μας", + "about.story_p1": "Το DocuElevate δημιουργήθηκε με έναν στόχο: να απλοποιήσει και να βελτιώσει τη διαχείριση εγγράφων για όλους, είτε είστε μια μικρή νεοφυής επιχείρηση είτε μια μεγάλη επιχείρηση.", + "about.story_p2": "Εκμεταλλευόμαστε τη δύναμη των επεκτάσιμων παρόχων AI (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey και άλλοι) για εξαγωγή μεταδεδομένων και βελτίωση κειμένου, ενσωματώνουμε απρόσκοπτα με το Dropbox, το Nextcloud και το Paperless NGX για αποθήκευση και ευρετηρίαση, εκμεταλλευόμαστε την Azure Document Intelligence για OCR και χρησιμοποιούμε ακόμη και το Gotenberg για μετατροπές αρχείων σε PDF.", + "api_tokens.col_created": "Δημιουργήθηκε", + "api_tokens.col_last_ip": "Τελευταία IP", + "api_tokens.col_last_used": "Τελευταία χρήση", + "api_tokens.col_name": "Όνομα", + "api_tokens.col_prefix": "Πρόθεμα Token", + "api_tokens.copy_to_clipboard": "Αντιγραφή token στο πρόχειρο", + "api_tokens.copy_upload_example": "Αντιγραφή παραδείγματος ανέβασμα στο πρόχειρο", + "api_tokens.copy_warning_1": "Αντιγράψτε αυτό το token τώρα — θα", + "api_tokens.copy_warning_2": "δεν εμφανιστεί ξανά", + "api_tokens.create_heading": "Δημιουργία Νέου Token", + "api_tokens.create_token": "Δημιουργία Token", + "api_tokens.creating": "Δημιουργία…", "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", + "api_tokens.intro": "Δημιουργήστε προσωπικά API tokens για να αλληλεπιδράσετε με το API του DocuElevate προγραμματισμένα. Χρησιμοποιήστε tokens για uploads webhook, CI/CD pipelines ή οποιοδήποτε σενάριο χρειάζεται να ανέβει ή να ανακτήσει έγγραφα.", + "api_tokens.loading_tokens": "Φόρτωση tokens…", + "api_tokens.never": "Ποτέ", + "api_tokens.no_tokens_heading": "Δεν υπάρχουν API tokens ακόμη", + "api_tokens.no_tokens_help": "Δημιουργήστε το πρώτο σας token παραπάνω για να ξεκινήσετε.", "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", + "api_tokens.revoke": "Αναίρεση", + "api_tokens.revoke_prefix": "Αναίρεση token", + "api_tokens.status_active": "Ενεργό", + "api_tokens.status_revoked": "Ανακληθέν", "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "api_tokens.token_created": "Το token δημιουργήθηκε επιτυχώς!", + "api_tokens.token_name_label": "Όνομα token", + "api_tokens.token_name_placeholder": "π.χ. CI Pipeline, Webhook Upload, Το Σενάριό Μου", + "api_tokens.usage_heading": "Παράδειγμα Χρήσης", + "api_tokens.usage_intro_post": "κεφαλίδα με οποιοδήποτε API αίτημα:", + "api_tokens.usage_intro_pre": "Χρησιμοποιήστε το API token σας στο", + "api_tokens.your_tokens": "Τα Tokens σας", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", + "audit.col_resource": "Πόρος", + "audit.col_timestamp": "Χρονική Σήμανση", + "audit.critical": "Κρίσιμο", + "audit.filter_action": "Ενέργεια", + "audit.filter_all_actions": "Όλες οι ενέργειες", + "audit.filter_all_users": "Όλοι οι χρήστες", + "audit.filter_resource_placeholder": "π.χ. έγγραφο, χρήστης", + "audit.filter_resource_type": "Τύπος Πόρου", + "audit.filter_severity": "Σοβαρότητα", + "audit.filter_user": "Χρήστης", + "audit.filters_section_label": "Φίλτρα καταγραφής ελέγχου", + "audit.next": "Επόμενο", + "audit.next_label": "Επόμενη σελίδα", + "audit.no_events": "Δεν έχουν καταγραφεί ακόμη γεγονότα ελέγχου.", + "audit.no_events_hint": "Σημαντικές ενέργειες (συνδέσεις, λειτουργίες εγγράφων, αλλαγές ρυθμίσεων) θα εμφανιστούν εδώ.", + "audit.page_title": "Καταγραφές Ελέγχου - DocuElevate", + "audit.pagination_label": "Σελιδοποίηση καταγραφής ελέγχου", + "audit.prev": "Προηγούμενο", + "audit.prev_label": "Προηγούμενη σελίδα", + "audit.refresh_label": "Ανανέωση καταγραφών ελέγχου", + "audit.siem_disabled_title": "Η προώθηση SIEM είναι απενεργοποιημένη", + "audit.siem_enabled_title": "Τα γεγονότα προωθούνται σε ", + "audit.siem_off": "SIEM: Απενεργοποιημένο", + "audit.subtitle": "Συνοπτική, μόνο προσθήκης εγγραφή όλων των σημαντικών ενεργειών.", + "audit.table_label": "Γεγονότα καταγραφής ελέγχου", + "audit.title": "Καταγραφές Ελέγχου", + "auth.confirm_password": "Επιβεβαίωση Κωδικού", + "auth.create_account": "Δημιουργία λογαριασμού", + "auth.display_name_label": "Όνομα Εμφάνισης", "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "auth.forgot_password": "Ξεχάσατε τον Κωδικό;", + "auth.forgot_username": "Ξεχάσατε το όνομα χρήστη;", + "auth.login": "Σύνδεση", + "auth.login_title": "Σύνδεση", + "auth.logo_alt": "Λογότυπο DocuElevate", + "auth.logout": "Αποσύνδεση", + "auth.my_account": "Ο Λογαριασμός Μου", + "auth.no_account": "Δεν έχετε λογαριασμό;", + "auth.or_continue_with": "Ή συνεχίστε με", + "auth.password_label": "Κωδικός", + "auth.profile": "Προφίλ", + "auth.remember_me": "Να με θυμάσαι", + "auth.return_home": "Επιστροφή στην Αρχική", + "auth.sign_in": "Συνδεθείτε", + "auth.sign_in_sso": "Συνδεθείτε με SSO", + "auth.sign_in_with": "Σύνδεση με", + "auth.sign_in_with_username": "Σύνδεση με όνομα χρήστη", + "auth.signup": "Εγγραφή", + "auth.signup_title": "Εγγραφή", + "auth.username_label": "Όνομα χρήστη", + "auth.username_or_email": "Όνομα χρήστη ή Email", + "auth.verify_email_back_sign_in": "Πίσω στη σύνδεση", + "auth.verify_email_expiry": "Ο σύνδεσμος λήγει σε 24 ώρες. Εάν δεν δείτε το email, ελέγξτε τον φάκελο ανεπιθύμητης αλληλογραφίας.", + "auth.verify_email_heading": "Ελέγξτε το εισερχόμενο σας", + "auth.verify_email_message": "Σας έχουμε στείλει ένα email επιβεβαίωσης. Παρακαλώ κάντε κλικ στον σύνδεσμο στο email για να ενεργοποιήσετε τον λογαριασμό σας.", + "auth.verify_email_page_title": "DocuElevate - Επιβεβαιώστε το Email σας", + "auth.verify_email_resend_aria_label": "Διεύθυνση email για επαναποστολή", + "auth.verify_email_resend_button": "Επαναποστολή email επιβεβαίωσης", + "auth.verify_email_resend_label": "Διεύθυνση email", + "auth.verify_email_resend_placeholder": "Εισάγετε τη διεύθυνση email σας", + "auth.verify_email_resend_prompt": "Δεν το λάβατε;", + "backup.archives_heading": "Αρχεία Δεδομένων", + "backup.backup_now": "Δημιουργία Αντιγράφου Τώρα", + "backup.clean_up": "Καθαρισμός", + "backup.cleanup_title": "Εκτέλεση καθαρισμού διατήρησης τώρα", + "backup.col_created": "Δημιουργήθηκε", + "backup.col_filename": "Όνομα αρχείου", + "backup.col_size": "Μέγεθος", + "backup.col_storage": "Αποθήκευση", + "backup.col_type": "Τύπος", + "backup.config_auto_backup": "Αυτόματη Δημιουργία Αντιγράφου", + "backup.config_remote_dest": "Απομακρυσμένος προορισμός", + "backup.config_retention": "Διατήρηση", + "backup.config_total_size": "Συνολικό τοπικό μέγεθος", + "backup.confirm_btn": "Επιβεβαίωση", + "backup.confirm_title": "Επιβεβαίωση ενέργειας", + "backup.heading": "Διαχείριση Αντιγράφων", + "backup.local_only": "Μόνο τοπικό", + "backup.no_backups": "Δεν υπάρχουν αντίγραφα ακόμη.", + "backup.no_backups_hint": "Κάντε κλικ στο Δημιουργία Αντιγράφου Τώρα για να δημιουργήσετε το πρώτο σας αντίγραφο.", + "backup.page_title": "Διαχείριση Αντιγράφων", + "backup.records_label": "καταγραφές", + "backup.restore_btn": "Επαναφορά", + "backup.restore_desc_mid": "αρχείο αντιγράφου για την αποκατάσταση της βάσης δεδομένων.", + "backup.restore_desc_pre": "Ανεβάστε ένα", + "backup.restore_desc_warning": "Αυτό θα αντικαταστήσει όλα τα τρέχοντα δεδομένα.", + "backup.restore_file_label": "Αρχείο αντιγράφου ασφαλείας (.db.gz)", + "backup.restore_heading": "Ανάκτηση από αρχείο", + "backup.restoring": "Ανάκτηση\u0010...", + "backup.retention_daily_detail": "– διατηρείται για 3 εβδομάδες", + "backup.retention_heading": "Πολιτική διατήρησης", + "backup.retention_hourly_detail": "– διατηρείται για 4 ημέρες", + "backup.retention_note": "Τα αντίγραφα ασφαλείας πέρα από αυτά τα όρια διαγράφονται αυτόματα μετά από κάθε νέο αντίγραφο ασφαλείας που δημιουργείται.", + "backup.retention_weekly_detail": "– διατηρείται για ~3 μήνες", + "backup.snapshots": "στιγμιότυπα", + "backup.status_ok": "εντάξει", + "backup.storage_local": "τοπικά", + "backup.subtitle": "Τα αντίγραφα ασφαλείας της βάσης δεδομένων δημιουργούνται αυτόματα: κάθε ώρα (4 ημέρες), καθημερινά (3 εβδομάδες), εβδομαδιαίως (13 εβδομάδες).", + "backup.table_aria": "Αρχεία αντιγράφων ασφαλείας", + "backup.trigger_daily": "Δημιουργία αντιγράφου ασφαλείας τώρα (Καθημερινά)", + "backup.trigger_hourly": "Δημιουργία αντιγράφου ασφαλείας τώρα (Κάθε ώρα)", + "backup.trigger_weekly": "Δημιουργία αντιγράφου ασφαλείας τώρα (Εβδομαδιαία)", + "backup.type_daily": "Καθημερινά", + "backup.type_hourly": "Κάθε ώρα", + "backup.type_weekly": "Εβδομαδιαία", + "billing.go_to_dashboard": "Μετάβαση στον πίνακα ελέγχου", + "billing.manage_subscription": "Διαχείριση συνδρομής", + "billing.success_heading": "Είστε έτοιμοι!", + "billing.success_message": "Η συνδρομή σας έχει ενεργοποιηθεί. Ευχαριστούμε που επιλέξετε το DocuElevate!", + "billing.success_page_title": "DocuElevate - Συνδρομή ενεργοποιημένη", + "common.actions": "Ενέργειες", + "common.active": "Ενεργό", + "common.all": "Όλα", + "common.avatar": "Αβατάρ", + "common.back": "Πίσω", + "common.cancel": "Ακύρωση", + "common.close": "Κλείσιμο", + "common.col_pending": "Εκκρεμούν", + "common.completed": "Ολοκληρώθηκε", + "common.confirm": "Επιβεβαίωση", + "common.copied": "Αντιγράφηκε!", + "common.copy": "Αντιγραφή", + "common.create": "Δημιουργία", + "common.created": "Δημιουργήθηκε", + "common.date": "Ημερομηνία", + "common.delete": "Διαγραφή", + "common.description": "Περιγραφή", + "common.details": "Λεπτομέρειες", + "common.disabled": "Απενεργοποιημένο", + "common.download": "Λήψη", + "common.duplicate": "Αντιγραφή", + "common.edit": "Επεξεργασία", + "common.enabled": "Ενεργοποιημένο", + "common.error": "Σφάλμα", + "common.failed": "Αποτυχία", + "common.filter": "Φίλτρο", + "common.inactive": "Ανενεργό", + "common.info": "Πληροφορίες", + "common.loading": "Φόρτωμα...", + "common.name": "Όνομα", + "common.next": "Επόμενο", + "common.next_page": "Επόμενη σελίδα", + "common.no": "Όχι", + "common.none": "Κανένα", + "common.page": "Σελίδα", + "common.paused": " paused", + "common.pending": "Σε εκκρεμότητα", + "common.prev_page": "Προηγούμενη σελίδα", + "common.previous": "Προηγούμενο", + "common.processing": "Επεξεργασία", + "common.refresh": "Ανανέωση", + "common.reset": "Επαναφορά", + "common.retry": "Δοκιμή ξανά", + "common.save": "Αποθήκευση", + "common.search": "Αναζήτηση", + "common.select": "Επιλογή", + "common.select_placeholder": "— επιλέξτε —", + "common.size": "Μέγεθος", + "common.status": "Κατάσταση", + "common.submit": "Υποβολή", + "common.success": "Επιτυχία", + "common.tags": "Ετικέτες", + "common.test": "Δοκιμή", + "common.test_connection": "Δοκιμή σύνδεσης", + "common.type": "Τύπος", + "common.update": "Ενημέρωση", + "common.updated": "Ενημερώθηκε", + "common.upload": "Μεταφόρτωμα", + "common.view": "Προβολή", + "common.warning": "Προειδοποίηση", + "common.yes": "Ναι", + "cookie.accept": "Το κατάλαβα", + "cookie.learn_more": "Μάθετε περισσότερα", + "cookie.message": "Αυτή η ιστοσελίδα χρησιμοποιεί cookies για να βελτιώσει την εμπειρία σας.", + "cookie.notice": "Το DocuElevate χρησιμοποιεί μόνο τα απαραίτητα session cookies που απαιτούνται για την αυθεντικοποίηση και τη λειτουργία της υπηρεσίας. Δεν χρησιμοποιούνται cookies παρακολούθησης ή ανάλυσης.", + "cookie.notice_label": "Ειδοποίηση cookies", + "cookie.policy_link": "Πολιτική Cookies", + "cookie.privacy_link": "Ειδοποίηση Απορρήτου", + "credentials.col_action": "Ενέργεια", + "credentials.col_credential": "Πιστοποίηση", + "credentials.col_source": "Πηγή", + "credentials.configured": "Ρυθμισμένο", + "credentials.edit_in_settings": "Επεξεργασία στις Ρυθμίσεις", + "credentials.legend_db": "Τιμή αποθηκευμένη στη βάση δεδομένων (κρυπτογραφημένη σε αδράνεια; παρακάμπτει τη μεταβλητή του περιβάλλοντος)", + "credentials.legend_env_after": " αρχείο", + "credentials.legend_env_before": "Τιμή από τη μεταβλητή περιβάλλοντος ή ", + "credentials.legend_missing": "Η πιστοποίηση δεν έχει οριστεί — η ενσωμάτωσή δεν θα λειτουργήσει", + "credentials.legend_restart": "Απαιτείται επανεκκίνηση όταν αυτή η πιστοποίηση αλλάξει", + "credentials.legend_title": "Θρύλος", + "credentials.manage_settings": "Διαχείριση Ρυθμίσεων", + "credentials.not_configured": "Μη Ρυθμισμένο", + "credentials.page_title": "Έλεγχος Πιστοποίησης - DocuElevate", + "credentials.raw_json": "Ακατέργαστο JSON (API)", + "credentials.restart_title": "Απαιτείται επανεκκίνηση μετά την αλλαγή αυτής της πιστοποίησης", + "credentials.source_db_title": "Αποθηκευμένο στη βάση δεδομένων (κρυπτογραφημένο)", + "credentials.source_env_title": "Από τη μεταβλητή περιβάλλοντος", + "credentials.status_missing": "Απουσιάζει", + "credentials.subtitle": "Επισκόπηση όλων των ευαίσθητων πιστοποιήσεων που χρησιμοποιούνται από το DocuElevate. Δεν εμφανίζονται εδώ μυστικές τιμές — μόνο αν κάθε πιστοποίηση είναι ρυθμισμένη και από πού προέρχεται.", + "credentials.table_for": "Πιστοποιήσεις για", + "credentials.title": "Έλεγχος Πιστοποίησης", + "credentials.total_credentials": "Συνολικές Πιστοποιήσεις", + "dashboard.active_integrations": "Ενεργές Ενσωματώσεις", + "dashboard.files_this_month": "Αρχεία Αυτόν τον Μήνα", + "dashboard.files_today": "Αρχεία Σήμερα", + "dashboard.ocr_processed": "Επεξεργασία OCR", + "dashboard.quick_actions": "Γρήγορες Ενέργειες", + "dashboard.recent_activity": "Πρόσφατη Δραστηριότητα", + "dashboard.storage_targets": "Στόχοι Αποθήκευσης", + "dashboard.title": "Πίνακας Ελέγχου", + "dashboard.total_files": "Συνολικά Αρχεία", + "dashboard.welcome": "Καλώς ήρθατε στο DocuElevate", + "duplicates.file_id_label": "ID Αρχείου", + "duplicates.file_id_placeholder": "π.χ. 42", + "duplicates.find_btn": "Βρείτε", + "duplicates.found_files": "συνολικά διπλά αρχεία.", + "duplicates.found_groups": "διπλές ομάδες με", + "duplicates.found_prefix": "Βρέθηκαν", + "duplicates.group_aria": "Διπλή ομάδα", + "duplicates.heading": "Διπλά Έγγραφα", + "duplicates.how_it_works_heading": "Πώς λειτουργεί η ανίχνευση σχεδόν-διπλών", + "duplicates.max_results_label": "Μέγιστα αποτελέσματα", + "duplicates.near_dup_desc": "Επιλέξτε ένα έγγραφο για να ελέγξετε αν άλλα αρχεία περιέχουν το ίδιο (ή πολύ παρόμοιο) περιεχόμενο — ακόμη και αν έχουν σαρωθεί σε διαφορετικούς χρόνους και έχουν διαφορετικούς SHA-256 κατακερματισμούς.", + "duplicates.near_dup_heading": "Βρείτε Σχεδόν-Διπλά για ένα Έγγραφο", + "duplicates.no_exact_heading": "Δεν βρέθηκαν ακριβή διπλά", + "duplicates.page_title": "Διπλά Έγγραφα - DocuElevate", + "duplicates.pagination_aria": "Σελιδοποίηση", + "duplicates.role_duplicate": "Διπλό", + "duplicates.role_original": "Αρχικό", + "duplicates.tab_exact": "Ακριβή Διπλά", + "duplicates.tab_near": "Εξερευνητής Σχεδόν-Διπλών", + "duplicates.tabs_aria": "Καρτέλες ανίχνευσης διπλών", + "duplicates.threshold_label": "Όριο ομοιότητας", + "duplicates.view_dup_aria": "Δείτε το διπλό αρχείο", + "duplicates.view_original_aria": "Δείτε το αρχικό αρχείο", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Oops, δεν μπορέσαμε να βρούμε αυτήν την σελίδα!", + "error.404_home": "Επιστροφή στην Αρχική", + "error.404_message": "Φαίνεται ότι το DocuElevate έχει χάσει το έγγραφο που ψάχνατε. Μην ανησυχείτε – είμαστε εδώ για εσάς.", + "error.404_title": "404 - Δεν Βρέθηκε", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Εμφάνιση Πληροφοριών Σφαλμάτων", + "error.500_description": "Οι διακομιστές μας συναντήθηκαν με ένα ατύχημα και χρειάζονται μια στιγμή.", + "error.500_heading": "Oops! Κάτι πήγε στραβά.", + "error.500_home": "Πηγαίνετε στην Αρχική", + "error.500_img_alt": "Εικόνα ενός σφάλματος διακομιστή", + "error.500_message1": "Οι διακομιστές μας συναντήθηκαν με ένα ατύχημα και χρειάζονται μια στιγμή. Ίσως οι χάμστερ έχυσαν τον καφέ τους;", + "error.500_message2": "Είμαστε ήδη στο έργο — τακτοποιούμε αρχεία, επανεκκινώντας διακομιστές και ανακαλibrating πυρηνικές μηχανές.", + "error.500_title": "Σφάλμα Διακομιστή - DocuElevate", + "error.forbidden": "Απαγορευμένο", + "error.forbidden_message": "Δεν έχετε άδεια πρόσβασης σε αυτήν τη σελίδα.", + "error.not_found": "Η σελίδα δεν βρέθηκε", + "error.not_found_message": "Η σελίδα που αναζητάτε δεν υπάρχει.", + "error.server_error": "Εσωτερικό Σφάλμα Διακομιστή", + "error.server_error_message": "Κάτι πήγε στραβά. Παρακαλώ προσπαθήστε ξανά αργότερα.", + "error.unauthorized": "Μη εξουσιοδοτημένος", + "error.unauthorized_message": "Πρέπει να συνδεθείτε για να έχετε πρόσβαση σε αυτή τη σελίδα.", + "files.action_delete": "Διαγραφή αρχείου", + "files.action_details": "Προβολή λεπτομερειών", + "files.action_preview": "Γρήγορη προεπισκόπηση", + "files.bulk_clear_selection": "Καθαρισμός επιλογής", + "files.bulk_cloud_ocr": "Επαναφορά Cloud OCR", + "files.bulk_delete": "Διαγραφή επιλεγμένων", + "files.bulk_download": "Λήψη ως ZIP", + "files.bulk_reprocess": "Επαναδιαδικασία επιλεγμένων", + "files.delete_modal_cancel": "Ακύρωση", + "files.delete_modal_confirm": "Διαγραφή", + "files.delete_modal_message": "Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το αρχείο;", + "files.delete_modal_title": "Επιβεβαίωση Διαγραφής", + "files.document_title": "Τίτλος Εγγράφου", + "files.drop_overlay_hint": "Υποστηρίζει PDF, doc Office, εικόνες, HTML, Markdown και περισσότερα – οι φάκελοι επεξεργάζονται αναδρομικά", + "files.drop_overlay_title": "Αφήστε αρχεία ή φακέλους οπουδήποτε για να ανεβάσετε", + "files.error_hint": "Αυτό μπορεί να οφείλεται σε πρόβλημα διαμόρφωσης ή εισαγωγής. Παρακαλώ ελέγξτε τα αρχεία καταγραφής του διακομιστή.", + "files.file_size": "Μέγεθος Αρχείου", + "files.filename": "Όνομα Αρχείου", + "files.files_selected": "αρχεία επιλεγμένα", + "files.filter_all_providers": "Όλοι οι Παροχείς", + "files.filter_all_statuses": "Όλες οι Καταστάσεις", + "files.filter_all_types": "Όλοι οι Τύποι", + "files.filter_apply": "Εφαρμογή Φίλτρων", + "files.filter_clear": "Καθαρισμός", + "files.filter_date_from": "Ημερομηνία Από", + "files.filter_date_from_aria": "Φιλτράρετε από ημερομηνία", + "files.filter_date_to": "Ημερομηνία Έως", + "files.filter_date_to_aria": "Φιλτράρετε έως ημερομηνία", + "files.filter_form_aria": "Φιλτράρετε αρχεία", + "files.filter_mime_type": "MIME Τύπος", + "files.filter_ocr_all": "Όλα τα Αρχεία", + "files.filter_ocr_good": "Καλή ποιότητα", + "files.filter_ocr_poor": "Κακή ποιότητα", + "files.filter_ocr_quality": "Ποιότητα OCR", + "files.filter_ocr_quality_aria": "Φίλτρο κατά βαθμολογία ποιότητας OCR", + "files.filter_ocr_unchecked": "Δεν έχει αξιολογηθεί ακόμη", + "files.filter_search_label": "Αναζήτηση ονόματος αρχείου", + "files.filter_search_placeholder": "Εισάγετε όνομα αρχείου...", + "files.filter_storage_provider": "Προμηθευτής αποθήκευσης", + "files.filter_tags_aria": "Φίλτρο κατά ετικέτες (χωρισμένες με κόμμα)", + "files.filter_tags_placeholder": "π.χ. τιμολόγιο,amazon", + "files.fulltext_search_label": "Αναζήτηση πλήρους κειμένου (κείμενο OCR, μεταδεδομένα, ετικέτες)", + "files.fulltext_search_placeholder": "Αναζητήστε περιεχόμενο εγγράφου, αποστολέα, ετικέτες, τύπο...", + "files.no_files": "Δεν βρέθηκαν αρχεία", + "files.ocr_status": "Κατάσταση OCR", + "files.page_title": "Καταγραφές Αρχείων", + "files.pagination_files": "αρχεία", + "files.pagination_first": "Πρώτο", + "files.pagination_last": "Τελευταίο", + "files.pagination_nav_aria": "Πλοήγηση λίστας αρχείων", + "files.pagination_next": "Επόμενο", + "files.pagination_of": "από", + "files.pagination_previous": "Προηγούμενο", + "files.pagination_showing": "Εμφάνιση", + "files.preview_modal_close": "Κλείσιμο προεπισκόπησης", + "files.preview_modal_title": "Προεπισκόπηση", + "files.queue_banner_items": "αντικείμενο(α) είναι αυτή τη στιγμή σε αναμονή ή επεξεργάζονται. Τα αρχεία θα εμφανιστούν εδώ μόλις ολοκληρωθεί η επεξεργασία.", + "files.queue_banner_link": "Δείτε την ουρά", + "files.saved_searches_empty": "Δεν υπάρχουν αποθηκευμένες αναζητήσεις ακόμη", + "files.saved_searches_error": "Δεν ήταν δυνατή η φόρτωση αποθηκευμένων αναζητήσεων", + "files.saved_searches_label": "Αποθηκευμένες Αναζητήσεις", + "files.saved_searches_save": "Αποθήκευση Τρέχοντος", + "files.saved_searches_save_aria": "Αποθήκευση τρεχόντων φίλτρων ως αποθηκευμένη αναζήτηση", + "files.search_results_empty": "Δεν βρέθηκαν αποτελέσματα.", + "files.search_results_title": "Αποτελέσματα Αναζητήσεων", + "files.status_duplicate": "Διπλότυπο", + "files.table_actions": "Ενέργειες", + "files.table_aria": "Καταγραφές αρχείων", + "files.table_created_at": "Δημιουργήθηκε στις", + "files.table_empty": "Δεν βρέθηκαν αρχεία", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", + "files.table_mime_type": "MIME Τύπος", + "files.table_original_filename": "Αρχικό Όνομα Αρχείου", + "files.table_select_all": "Επιλέξτε όλα τα αρχεία σε αυτή τη σελίδα", + "files.tags": "Ετικέτες", + "files.title": "Αρχεία", + "files.upload_modal_aria": "Πρόοδος ανέβασματός", + "files.upload_modal_close": "Κλείσιμο προόδου ανέβασματός", + "files.upload_modal_header": "Ανέβασμα Αρχείων", + "files.uploaded": "Ανεβασμένα", + "footer.about": "Σχετικά", + "footer.attribution": "Αναγνώριση", + "footer.attributions": "Αναγνωρίσεις", "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Εκτύπωση", + "footer.license": "Άδεια", + "footer.navigation": "Πλοήγηση υποσέλιδου", + "footer.privacy": "Απόρρητο", + "footer.terms": "Όροι", + "footer.version": "Έκδοση {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "Συνδεδεμένο μέσω OAuth. Τα αρχεία τοποθετούνται στον επιλεγμένο σας φάκελο.", + "help.destinations_email": "Προώθηση Email", + "help.destinations_email_desc": "Οι επεξεργασμένοι φάκελοι αποστέλλονται ως συνημμένα μέσω SMTP.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Λογαριασμός υπηρεσίας ή OAuth. Υποστηρίζει κοινόχρητους δίσκους.", + "help.destinations_heading": "Προορισμοί – Πού Πηγαίνουν τα Έγγραφα", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Αυτοφιλοξενούμενη αποθήκευση σύννεφου μέσω WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Ενσωμάτωσης Microsoft Graph API.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Σπρώξτε τα έγγραφα απευθείας στο Paperless για αρχειοθέτηση.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Οποιοδήποτε συμβατό bucket S3 (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Ασφαλής μεταφορά αρχείων σε οποιονδήποτε διακομιστή.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST μεταδεδομένα σε οποιοδήποτε εξωτερικό endpoint.", + "help.documentation": "Τεκμηρίωση", + "help.faq": "Συχνές Ερωτήσεις", + "help.faq_1_a": "Μεταβείτε στη σελίδα Ανέβασμα, σύρετε και αποθέστε τα αρχεία σας ή κάντε κλικ στο Επιλογή Αρχείου. Το DocuElevate μετατρέπει εικόνες και έγγραφα γραφείου σε PDF, εκτελεί OCR και εξάγει μεταδεδομένα αυτόματα.", + "help.faq_1_q": "Πώς να ανεβάσω έγγραφα;", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF και HTML. Τα μη αρχεία PDF μετατρέπονται αυτόματα σε PDF πριν από την επεξεργασία.", + "help.faq_2_q": "Ποιες μορφές αρχείων υποστηρίζονται;", + "help.faq_3_a": "Ναι. Πηγαίνετε στην εισαγωγή email, προσθέστε έναν λογαριασμό IMAP, και το DocuElevate θα ελέγχει για νέα μηνύματα και θα επεξεργάζεται τα συνημμένα αυτόματα.", + "help.faq_3_q": "Μπορώ να εισάγω έγγραφα από το email;", + "help.faq_4_a": "Οι αγωγοί σας επιτρέπουν να αλυσιδωθούν τα βήματα επεξεργασίας – OCR, εξαγωγή AI, μετατροπή μορφής – και να δρομολογήσετε το αποτέλεσμα σε έναν ή περισσότερους προορισμούς. Δημιουργήστε και διαχειριστείτε τους από τη σελίδα Αγωγών.", + "help.faq_4_q": "Πώς λειτουργούν οι αγωγοί επεξεργασίας;", + "help.faq_5_a": "Το DocuElevate κρυπτογραφεί τις διαπιστεύσεις όταν είναι αδρανείς, επικοινωνεί μέσω TLS και δεν αποθηκεύει τα έγγραφα σας περισσότερο από όσο είναι απαραίτητο. Δείτε την ειδοποίηση απορρήτου για όλες τις λεπτομέρειες.", + "help.faq_5_a_post": " για πλήρεις λεπτομέρειες.", + "help.faq_5_a_pre": "Το DocuElevate κρυπτογραφεί τα διαπιστευτήρια σε κατάσταση ηρεμίας, επικοινωνεί μέσω TLS και ποτέ δεν αποθηκεύει τα έγγραφά σας μεγαλύτερο από όσο είναι απαραίτητο. Δείτε το ", + "help.faq_5_q": "Είναι τα δεδομένα μου ασφαλή;", + "help.faq_heading": "Συχνές Ερωτήσεις", + "help.getting_started": "Εισαγωγή", + "help.heading": "Κέντρο Βοήθειας", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Χρησιμοποιήστε το REST API για να στείλετε έγγραφα προγραμματισμένα. Αυθεντικοποιηθείτε με ένα Bearer token και ανεβάστε αρχεία στο σημείο φόρτωσης.", + "help.ingestion_heading": "Εργαλεία Εισαγωγής Δεδομένων", + "help.ingestion_mobile": "Κινητές Εφαρμογές", + "help.ingestion_mobile_desc": "Χρησιμοποιήστε οποιαδήποτε κινητή εφαρμογή σάρωσης που υποστηρίζει προσαρμοσμένους προορισμούς HTTP για να στείλετε φωτογραφίες και σαρώσεις στο DocuElevate από το τηλέφωνο ή το tablet σας.", + "help.ingestion_scanners": "Δίκτυα Σαρωτές", + "help.ingestion_scanners_desc": "Δηλώστε οποιοδήποτε δίκτυο σαρωτή ή πολυλειτουργικό εκτυπωτή στο σημείο φόρτωσης του DocuElevate. Τα σαρωμένα έγγραφα προσγειώνονται απευθείας στη λίστα επεξεργασίας σας.", + "help.ingestion_watched_folders": "Παρακολουθούμενοι Φάκελοι", + "help.ingestion_watched_folders_desc": "Ρυθμίστε έναν τοπικό ή δικτυακό φάκελο για παρακολούθηση. Κάθε αρχείο που τοποθετείται σε έναν παρακολουθούμενο φάκελο ανεβαίνει αυτόματα και επεξεργάζεται από το DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Ενσωματώστε το DocuElevate στις ροές αυτοματισμού σας με το Zapier, n8n ή Make. Χρησιμοποιήστε τις ενέργειες του REST API για να προκαλέσετε φορτώματα εγγράφων από οποιαδήποτε εκδήλωση.", + "help.meta_description": "Πάρτε βοήθεια με το DocuElevate – βρείτε οδηγίες σχετικά με την ανέβασμα εγγράφων, τη σύνδεση με την αποθηκευτική cloud, την εγκατάσταση αγωγών και άλλα.", + "help.og_description": "Πάρτε βοήθεια με το DocuElevate – βρείτε οδηγίες σχετικά με την ανέβασμα εγγράφων, τη σύνδεση με την αποθηκευτική cloud, την εγκατάσταση αγωγών και άλλα.", + "help.page_title": "Κέντρο Βοήθειας", + "help.privacy_notice": "Ειδοποίηση Απορρήτου", + "help.quickstart_heading": "Γρήγορη Έναρξη", + "help.quickstart_storage": "Σύνδεση Αποθήκευσης", + "help.quickstart_storage_desc": "Πηγαίνετε στις ρυθμίσεις και συνδέστε τους λογαριασμούς cloud σας. Τα επεξεργασμένα έγγραφα δρομολογούνται αυτόματα σε κάθε προορισμό που διαμορφώνετε.", + "help.quickstart_storage_desc_full": "Μεταβείτε στις Ενσωματώσεις και συνδέστε τους λογαριασμούς σας αποθηκευτικού χώρου cloud. Το DocuElevate υποστηρίζει Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud και άλλα. Τα επεξεργασμένα έγγραφα προωθούνται αυτόματα σε κάθε προορισμό που ρυθμίζετε.", + "help.quickstart_upload": "Μεταφόρτωση Εγγράφων", + "help.quickstart_upload_desc": "Σύρετε και αποθέστε αρχεία στη σελίδα μεταφόρτωσης ή κάντε κλικ στο Επιλογή Αρχείου. Το DocuElevate μετατρέπει εικόνες και έγγραφα γραφείου σε PDF, εκτελεί OCR και εξάγει μεταδεδομένα αυτόματα.", + "help.quickstart_workflows": "Αυτοματοποίηση Ροών Εργασίας", + "help.quickstart_workflows_desc": "Δημιουργήστε αγωγούς για να ορίσετε κανόνες επεξεργασίας πολλών βημάτων και δρομολόγησης. Συνδυάστε OCR, εξαγωγή AI, μετατροπή μορφής και παράδοση σε μια ενιαία ροή.", + "help.sources_email_ingestion": "Εισαγωγή Email (IMAP)", + "help.sources_email_ingestion_desc": "Προωθήστε έγγραφα σε ένα ειδικό γραμματοκιβώτιο. Κάτω από την Εισαγωγή Email, προσθέστε έναν ή περισσότερους λογαριασμούς IMAP. Το DocuElevate ελέγχει για νέα μηνύματα και επεξεργάζεται τα συνημμένα αυτόματα.", + "help.sources_heading": "Πηγές – Εισαγωγή Εγγράφων", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", - "language.bg": "Български", - "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", - "language.cs": "Čeština", - "language.da": "Dansk", - "language.de": "Deutsch", + "help.sources_rest_api_desc": "Ενσωματώστε προγραμματισμένα με POST-ing αρχεία στη διαδρομή /api/upload. Ιδανικό για scripts, φακέλους παρακολούθησης, σαρωτές ή εργαλεία τρίτων όπως το Zapier και n8n.", + "help.sources_scanner": "Σαρωτής & Κινητό", + "help.sources_scanner_desc": "Στοχεύστε τους δικτυακούς σαρωτές στο σημείο μεταφόρτωσης του DocuElevate ή χρησιμοποιήστε οποιαδήποτε εφαρμογή σαρωτή κινητού που υποστηρίζει προσαρμοσμένους προορισμούς HTTP.", + "help.sources_scanner_desc_full": "Ρυθμίστε τον δικτυακό σαρωτή ή τον πολυλειτουργικό εκτυπωτή σας να στέλνει σαρώσεις απευθείας στο DocuElevate. Χρησιμοποιήστε το σημείο προορισμού /api/upload. Σαρωτικές εφαρμογές κινητής τηλεφωνίας με προσαρμοσμένους προορισμούς ανέβασμα υποστηρίζονται επίσης.", + "help.sources_web_upload": "Μεταφόρτωση Ιστοσελίδας", + "help.sources_web_upload_desc": "Ο ταχύτερος τρόπος για να ξεκινήσετε. Ανοίξτε τη σελίδα μεταφόρτωσης, αποθέστε ένα ή περισσότερα αρχεία και το DocuElevate αναλαμβάνει τα υπόλοιπα. Υποστηριζόμενες μορφές περιλαμβάνουν PDF, JPEG, PNG, TIFF, DOCX, XLSX και άλλα.", + "help.subheading": "Ό,τι χρειάζεστε για να εκμεταλλευτείτε στο έπακρο το DocuElevate. Περιηγηθείτε σε θέματα παρακάτω ή αναζητήστε αυτό που χρειάζεστε.", + "help.support": "Υποστήριξη", + "help.support_admin_message": "Επικοινωνήστε με τον διαχειριστή σας για πληροφορίες υποστήριξης.", + "help.support_description": "Δε βρίσκετε αυτό που ψάχνετε; Η ομάδα υποστήριξής μας είναι εδώ για να βοηθήσει.", + "help.support_heading": "Επικοινωνία Υποστήριξης", + "help.support_live_chat": "Διαθέσιμο ζωντανό chat – κάντε κλικ στην μπάλα συνομιλίας για να ξεκινήσετε μια συνομιλία.", + "help.support_ticket_button": "Υποβολή Εισιτηρίου", + "help.support_ticket_desc": "Συμπληρώστε την παρακάτω φόρμα και η ομάδα υποστήριξής μας θα σας απαντήσει το συντομότερο δυνατόν.", + "help.support_ticket_heading": "Άνοιγμα Εισιτηρίου Υποστήριξης", + "help.title": "Κέντρο Βοήθειας", + "help.workflows_creating": "Δημιουργία Αγωγού", + "help.workflows_definition": "Ένας Αγωγός είναι μια σειρά βημάτων επεξεργασίας που εκτελούνται αυτόματα κάθε φορά που εισάγεται ένα έγγραφο. Κάθε βήμα μπορεί να μεταμορφώσει, να εμπλουτίσει ή να δρομολογήσει το έγγραφο.", + "help.workflows_heading": "Ροές Εργασίας & Αγωγοί", + "help.workflows_step_1": "Μετατροπή σε PDF", + "help.workflows_step_1_create": "Πηγαίνετε στα Pipelines στο κύριο μενού.", + "help.workflows_step_1_full": "Μετατροπή σε PDF – όλα τα εισερχόμενα αρχεία κανονικοποιούνται σε μια συνεπή μορφή PDF.", + "help.workflows_step_2": "OCR – εξαγωγή κειμένου", + "help.workflows_step_2_create": "Κάντε κλικ στο Νέο Pipeline και δώστε του ένα όνομα.", + "help.workflows_step_2_full": "OCR – εξαγάγετε επιλέξιμο κείμενο από σαρωμένες σελίδες χρησιμοποιώντας την Azure Document Intelligence ή τη σχετική μηχανή.", + "help.workflows_step_3": "Εξαγωγή μεταδεδομένων AI", + "help.workflows_step_3_create": "Προσθέστε τα βήματα επεξεργασίας που χρειάζεστε.", + "help.workflows_step_3_full": "Εξαγωγή AI μεταδεδομένων – ταξινομήστε τον τύπο εγγράφου και εξαγάγετε βασικά πεδία όπως ποσά, ημερομηνίες και ονόματα χρησιμοποιώντας το OpenAI.", + "help.workflows_step_4": "Παράδοση σε έναν ή περισσότερους προορισμούς", + "help.workflows_step_4_create": "Επιλέξτε έναν ή περισσότερους προορισμούς παράδοσης.", + "help.workflows_step_5_create": "Αποθήκευση – τα νέα έγγραφα θα επεξεργάζονται αυτόματα μέσω αυτού του pipeline.", + "help.workflows_typical_steps": "Τυπικά Βήματα", + "help.workflows_what_is": "Τι είναι ένα Pipeline;", + "index.badge_intelligent": "Έξυπνη Επεξεργασία Εγγράφων", + "index.button_browse_files": "Περιήγηση σε Αρχεία", + "index.button_upload": "Αναβάθμιση", + "index.capabilities_cloud": "Αποθήκευση στο Cloud: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Εισαγωγή εγγράφων μέσω Email & URL", + "index.capabilities_ocr": "OCR & εξαγωγή μεταδεδομένων με AI", + "index.capabilities_paperless": "Ένταξη Paperless-ngx για διαχείριση εγγράφων", + "index.capabilities_title": "Δυνατότητες", + "index.capabilities_workflows": "Αυτοματοποιημένη κατηγοριοποίηση & ροές εργασίας", + "index.cta_description": "Εγγραφείτε σε ομάδες που αυτοματοποιούν ήδη τη διαδικασία επεξεργασίας εγγράφων τους με το DocuElevate.", + "index.cta_heading": "Έτοιμοι να ανυψώσετε τη ροή εργασίας σας;", + "index.cta_pricing": "Δείτε τις τιμές", + "index.cta_signup": " Δημιουργία δωρεάν λογαριασμού", + "index.dashboard_subtitle": "Έξυπνη επεξεργασία και διαχείριση εγγράφων", + "index.dashboard_subtitle_teams": "Έξυπνη επεξεργασία και διαχείριση εγγράφων — σχεδιασμένη για ομάδες", + "index.feature_ai": "Εξαγωγή Μεταδεδομένων AI", + "index.feature_ai_desc": "Οι OpenAI, Claude, Gemini και άλλοι προμηθευτές AI κατατάσσουν τα έγγραφα και εξάγουν βασικά πεδία όπως ημερομηνίες, ποσά και θέματα.", + "index.feature_cloud": "Αποθήκευση σε Πολλαπλά Cloud", + "index.feature_cloud_desc": "Δρομολογήστε επεProcessed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", + "index.feature_email": "Εισαγωγή μέσω Email & IMAP", + "index.feature_email_desc": "Αυτόματα σύρετε έγγραφα από το Gmail ή οποιοδήποτε mailbox IMAP — χωρίς manual uploads.", + "index.feature_ocr": "OCR & Εξαγωγή Κειμένου", + "index.feature_ocr_desc": "Η Azure Document Intelligence μετατρέπει σαρωμένα PDFs και εικόνες σε πλήρως αναζητήσιμο κείμενο αυτόματα.", + "index.feature_pipelines": "Προσαρμοσμένα Pipelines", + "index.feature_pipelines_desc": "Κατασκευάστε pipelines επεξεργασίας με ρυθμιζόμενα βήματα — OCR, εξαγωγή AI, μετατροπή μορφής και δρομολόγηση αποθήκευσης με οποιαδήποτε σειρά.", + "index.feature_search": "Αναζήτηση Πλήρους Κειμένου", + "index.feature_search_desc": "Βρείτε αμέσως οποιοδήποτε έγγραφο με βάση το περιεχόμενο, τα μεταδεδομένα ή τις ετικέτες σε ολόκληρο το αρχείο σας.", + "index.feature_section_title": "Τα πάντα που χρειάζεστε για έξυπνες ροές εργασίας εγγράφων", + "index.getting_started": "Πώς να Ξεκινήσετε", + "index.getting_started_1": "Ρυθμίστε τις ολοκληρώσεις μέσω Κατάστασης Συστήματος", + "index.getting_started_2": "Ανεβάστε το πρώτο σας έγγραφο", + "index.getting_started_3": "Ελέγξτε τα αποτελέσματα στα Αρχεία", + "index.getting_started_learn": "Μάθετε περισσότερα για το DocuElevate", + "index.hero_description": "Το DocuElevate επεξεργάζεται τα έγγραφά σας, εκτελεί OCR, εξάγει μεταδεδομένα με AI και προωθεί αρχεία σε Dropbox, Google Drive, OneDrive, S3, Nextcloud και άλλα — όλα σε μια απρόσκοπτη pipeline.", + "index.hero_heading": "Από την ανέβασμα στην ανάλυση — αυτόματα.", + "index.hero_login": "Σύνδεση", + "index.hero_pricing": "Δείτε Σχέδια & Τιμές", + "index.hero_signup": "Ξεκινήστε — είναι δωρεάν", + "index.integrations_active": "Ενεργές ολοκληρώσεις", + "index.integrations_storage": "Στόχοι αποθήκευσης", + "index.integrations_title": "Ολοκληρώσεις", + "index.integrations_view_status": "Δείτε την κατάσταση του συστήματος", + "index.page_title_dashboard": "Πίνακας ελέγχου", + "index.page_title_public": "Ικανή Επεξεργασία Εγγράφων", + "index.platform_overview": "Επισκόπηση Πλατφόρμας", + "index.processing_stats": "Στατιστικά Επεξεργασίας", + "index.quick_actions": "Γρήγορες Ενέργειες", + "index.quick_documents": "Τα Έγγραφά Μου", + "index.quick_documents_desc": "Περιηγηθείτε στα επεξεργασμένα αρχεία σας", + "index.quick_search": "Αναζήτηση", + "index.quick_search_desc": "Αναζήτηση πλήρους κειμένου σε έγγραφα", + "index.quick_subscription": "Η Συνδρομή Μου", + "index.quick_subscription_desc": "Δείτε λεπτομέρειες προγράμματος & χρήσης", + "index.quick_system_status": "Κατάσταση Συστήματος", + "index.quick_system_status_desc": "Ελέγξτε την κατάσταση ολοκλήρωσης", + "index.quick_upload": "Ανεβάστε Έγγραφο", + "index.quick_upload_desc": "Επεξεργαστείτε ένα νέο αρχείο", + "index.quick_view_files": "Δείτε Όλα τα Αρχεία", + "index.quick_view_files_desc": "Περιηγηθείτε στα επεξεργασμένα έγγραφα", + "index.single_user_heading": "Πίνακας Ελέγχου DocuElevate", + "index.single_user_subtitle": "Ικανή επεξεργασία & διαχείριση εγγράφων", + "index.stat_active_integrations": "Ενεργές Ολοκληρώσεις", + "index.stat_active_users": "Ενεργοί χρήστες", + "index.stat_files_month": "Αρχεία αυτόν τον μήνα", + "index.stat_files_ocr": "Αρχεία με OCR", + "index.stat_files_today": "Αρχεία σήμερα", + "index.stat_storage_targets": "Στόχοι Αποθήκευσης", + "index.stat_this_month": "Αυτόν τον μήνα", + "index.stat_today": "Σήμερα", + "index.stat_total_files": "Σύνολο αρχείων", + "index.stat_total_processed": "Συνολικά επεξεργασμένα", + "index.tier_plan": "Σχέδιο", + "index.tier_upgrade": "Αναβάθμιση", + "index.tier_view_details": "Δείτε πλήρεις λεπτομέρειες", + "index.upgrade_daily_limits": "Υψηλότερα ημερήσια & μηνιαία όρια", + "index.upgrade_description": "Ξεκλειδώστε περισσότερα έγγραφα, περισσότερους προορισμούς και προτεραιότητα υποστήριξης.", + "index.upgrade_destinations": "Περισσότεροι προορισμοί αποθήκευσης", + "index.upgrade_ocr_pages": "Περισσότερες σελίδες OCR", + "index.upgrade_plan": "Αναβαθμίστε το πρόγραμμα σας", + "index.upgrade_view_pricing": "Δείτε τα προγράμματα & τις τιμές", + "index.usage_lifetime": "Διαρκή αρχεία", + "index.usage_month": "Αρχεία αυτό το μήνα", + "index.usage_my_usage": "Η χρήση μου", + "index.usage_today": "Αρχεία σήμερα", + "index.usage_unlimited": "Απεριόριστο", + "integrations.access_key_label": "Αναγνωριστικό κλειδιού πρόσβασης", + "integrations.active_label": "Ενεργό", + "integrations.add_button": "Προσθήκη Ενσωμάτωσης", + "integrations.add_first_button": "Προσθέστε την Πρώτη σας Ενσωμάτωση", + "integrations.api_token_label": "Κωδικός API", + "integrations.authorize_btn": "Εξουσιοδότηση", + "integrations.authorize_reauth": "Επανεξουσιοδότηση", + "integrations.bucket_label": "Κάδος", + "integrations.configure": "Ρύθμιση", + "integrations.connect": "Σύνδεση", + "integrations.connected": "Συνδεδεμένο", + "integrations.connection_failed": "Η σύνδεση απέτυχε", + "integrations.connection_success": "Η σύνδεση ήταν επιτυχής", + "integrations.delete_confirm_are_you_sure": "Είστε σίγουροι ότι θέλετε να διαγράψετε", + "integrations.delete_confirm_title": "Διαγραφή Ενσωμάτωσης;", + "integrations.delete_confirm_undone": "Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.", + "integrations.delete_emails_label": "Διαγραφή emails μετά την επεξεργασία", + "integrations.delete_files_label": "Διαγραφή αρχείων μετά την επεξεργασία", + "integrations.destinations_quota_label": "Αποθηκευτικοί Προορισμοί:", + "integrations.destinations_section": "Προορισμοί", + "integrations.direction_destination": "Προορισμός (αποθήκευση)", + "integrations.direction_label": "Κατεύθυνση", + "integrations.direction_placeholder": "\u0014 Επιλέξτε \u0014", + "integrations.direction_source": "Πηγή (είσοδος)", + "integrations.disconnect": "Αποσύνδεση", + "integrations.email_settings": "Ρυθμίσεις προώθησης email", + "integrations.empty_state": "Δεν έχει ρυθμιστεί καμία ολοκλήρωση", + "integrations.endpoint_label": "URL τερματικού", + "integrations.endpoint_optional": "(προαιρετικό, για συμβατότητα με S3)", + "integrations.folder_label": "Φάκελος", + "integrations.folder_optional": "(προαιρετικό)", + "integrations.folder_path_label": "Διαδρομή φακέλου", + "integrations.folder_prefix_label": "Πρόθεμα φακέλου", + "integrations.generic_settings_hint": "Η διαμόρφωση για αυτόν τον τύπο ενσωμάτωσης μπορεί να παρέχεται ως JSON μετά τη δημιουργία μέσω του API.", + "integrations.gmail_hint": "Ετικέτες Gmail & αστέρι: όταν είναι ενεργοποιημένο, τα επεξεργασμένα emails επισημαίνονται με αστέρι και ετικέτα \"Εισαχθέν\" στο Gmail. Ισχύει μόνο για διακομιστές Gmail.", + "integrations.gmail_labels": "Εφαρμογή ετικετών Gmail & αστέρι", + "integrations.host_label": "Διακομιστής", + "integrations.imap_settings": "Ρυθμίσεις IMAP", + "integrations.loading": "Φόρτωση ενσωματώσεων\u0010", + "integrations.modal_close": "Κλείσιμο παραθύρου", + "integrations.modal_title_add": "Προσθήκη Ενσωμάτωσης", + "integrations.modal_title_edit": "Επεξεργασία Ενσωμάτωσης", + "integrations.name_label": "Ετικέτα", + "integrations.name_placeholder": "π.χ. Εργασία Gmail, Αρχειοθέτηση S3", + "integrations.nextcloud_settings": "Ρυθμίσεις Nextcloud", + "integrations.nextcloud_url_label": "URL Nextcloud", + "integrations.no_integrations_body": "Προσθέστε την πρώτη σας ενσωμάτωσή για να συνδέσετε πηγές λήψης (όπως IMAP) και προορισμούς αποθήκευσης (όπως S3, Dropbox ή Google Drive).", + "integrations.not_connected": "Μη Συνδεδεμένο", + "integrations.oauth_folder_label": "Φάκελος", + "integrations.oauth_hint": "Αποθηκεύστε πρώτα αυτή την ενσωμάτωσή και στη συνέχεια χρησιμοποιήστε το κουμπί Εξουσιοδότηση για να ολοκληρώσετε τη ροή OAuth. Τα διαπιστευτήριά σας θα αποθηκευτούν με ασφάλεια στο προσωπικό σας αρχείο ενσωμάτωσης.", + "integrations.page_title": "Ολοκληρώσεις", + "integrations.paperless_settings": "Ρυθμίσεις Paperless NGX", + "integrations.password_label": "Κωδικός πρόσβασης", + "integrations.paused": "Σε παύση", + "integrations.plan_label": "Σχέδιο:", + "integrations.port_label": "Θύρα", + "integrations.quota_not_available": "(μη διαθέσιμο)", + "integrations.quota_unlimited": "/ απεριόριστο", + "integrations.recipient_label": "Ηλεκτρονικό ταχυδρομείο παραλήπτη", + "integrations.region_label": "Περιοχή", + "integrations.remote_path_label": "Απομακρυσμένη διαδρομή", + "integrations.s3_prefix_label": "Πρόθεμα (διαδρομή φακέλου)", + "integrations.s3_settings": "Ρυθμίσεις S3", + "integrations.secret_key_label": "Μυστικό Κλειδί Πρόσβασης", + "integrations.show_password": "Εμφάνιση κωδικού πρόσβασης", + "integrations.show_secrets": "Εμφάνιση μυστικών", + "integrations.show_token": "Εμφάνιση διακριτικού", + "integrations.source_local": "Τοπικό Σύστημα Αρχείων", + "integrations.source_type_label": "Τύπος Πηγής", + "integrations.sources_quota_label": "Πηγές Ταχυδρομείου:", + "integrations.sources_section": "Πηγές", + "integrations.subtitle": "Διαχειριστείτε τις πηγές λήψης και τους προορισμούς αποθήκευσής σας σε ένα μέρος.", + "integrations.title": "Ολοκληρώσεις", + "integrations.type_label": "Τύπος Ενσωμάτωσης", + "integrations.type_placeholder": "\u0004 Επιλέξτε κατεύθυνση πρώτα \u000004", + "integrations.upgrade_plan": "Αναβάθμιση Σχεδίου", + "integrations.use_ssl": "Χρήση SSL", + "integrations.username_label": "Όνομα χρήστη", + "integrations.watch_folder_settings": "Ρυθμίσεις Φακέλου Παρακολούθησης", + "integrations.webdav_settings": "Ρυθμίσεις WebDAV", + "integrations.webdav_url_label": "URL WebDAV", + "integrations.webhook_heading": "Webhook Λήψη", + "integrations.webhook_how_heading": "Πώς λειτουργεί η λήψη Webhook", + "integrations.webhook_how_text": "Μια ενσωμάτωση webhook επιτρέπει σε εξωτερικά συστήματα να σπρώχνουν έγγραφα άμεσα στο DocuElevate μέσω του REST API. Αντί το DocuElevate να ελέγχει για νέα αρχεία (όπως IMAP), η εφαρμογή σας στέλνει αρχεία στο DocuElevate χρησιμοποιώντας ένα αίτημα HTTP με ένα διακριτικό API για αυθεντικοποίηση.", + "integrations.webhook_ideal_text": "Αυτό είναι ιδανικό για CI/CD pipelines, αυτοματοποιημένα σενάρια, ενσωματώσεις σαρωτών ή οποιοδήποτε σύστημα που δημιουργεί έγγραφα και χρειάζεται να τα στείλει προς επεξεργασία.", + "integrations.webhook_quick_start": "Γρήγορη Εκκίνηση", + "integrations.webhook_security_tip": "Δημιουργήστε ένα αφιερωμένο διακριτικό API για κάθε ενσωμάτωση και ανακαλέστε το αμέσως αν διακυβευτεί. Τα διακριτικά μπορούν να διαχειρίζονται στη σελίδα Διακριτικών API.", + "integrations.webhook_step1": "Μεταβείτε στο {api_tokens_link} και δημιουργήστε ένα προσωπικό διακριτικό.", + "integrations.webhook_upload_with_token": "Χρησιμοποιήστε το διακριτικό για να ανεβάσετε έγγραφα μέσω του API:", + "language.bg": "Βουλγαρικά", + "language.ca": "Καταλανικά", + "language.change_success": "Η γλώσσα άλλαξε σε {language}", + "language.changed": "Η γλώσσα άλλαξε σε {language}", + "language.cs": "Τσεχικά", + "language.da": "Δανικά", + "language.de": "Γερμανικά", "language.el": "Ελληνικά", - "language.en": "English", - "language.es": "Español", - "language.et": "Eesti", - "language.fi": "Suomi", - "language.fr": "Français", - "language.ga": "Gaeilge", - "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", + "language.en": "Αγγλικά", + "language.es": "Ισπανικά", + "language.et": "Εσθονικά", + "language.fi": "Φινλανδικά", + "language.fr": "Γαλλικά", + "language.ga": "Ιρλανδικά", + "language.hr": "Κροατικά", + "language.hu": "Ουγγρικά", + "language.is": "Ισλανδικά", + "language.it": "Ιταλικά", + "language.lb": "Λουξεμβουργιανά", + "language.lt": "Λιθουανικά", + "language.lv": "Λετονικά", + "language.nb": "Νορβηγικά", + "language.nl": "Ολλανδικά", + "language.no_results": "Δεν βρέθηκαν γλώσσες", + "language.pl": "Πολωνικά", + "language.pt": "Πορτογαλικά", + "language.ro": "Ρουμάνικα", + "language.ru": "Ρωσικά", + "language.search_placeholder": "Αναζήτηση γλωσσών\n0", + "language.selector": "Γλώσσα", + "language.selector_label": "Επιλέξτε γλώσσα", + "language.sk": "Σλοβακικά", + "language.sl": "Σλοβενικά", + "language.sv": "Σουηδικά", + "language.tr": "Τούρκικα", + "language.uk": "Ουκρανικά", + "language.zh": "Κινέζικα", + "nav.about": "Σχετικά", + "nav.account_menu": "Μενού λογαριασμού", + "nav.account_menu_for": "Μενού λογαριασμού για {name}", + "nav.admin": "Διαχειριστής", + "nav.admin.audit_logs": "Καταγραφές Ελέγχου", + "nav.admin.backups": "Αντίγραφα Ασφαλείας", + "nav.admin.plans": "Σχέδια", + "nav.admin.scheduled_jobs": "Προγραμματισμένες Δουλειές", + "nav.admin.users": "Χρήστες", + "nav.admin_actions": "Ενέργειες Διαχειριστή", + "nav.admin_menu": "Μενού Διαχειριστή", + "nav.api_docs": "Έγγραφα API", + "nav.api_tokens": "Tokens API", + "nav.backup_restore": "Αντίγραφο & Επαναφορά", + "nav.credentials": "Διαπιστευτήρια", + "nav.dark_mode": "Σκοτεινός Τρόπος", + "nav.dashboard": "Ταμπλό", + "nav.developer_docs": "Έγγραφα Προγραμματιστών", + "nav.duplicates": "Διπλότυπα", + "nav.file_manager": "Διαχειριστής Αρχείων", + "nav.files": "Αρχεία", + "nav.get_started": "Ξεκινήστε", + "nav.help": "Βοήθεια", + "nav.help_center": "Κέντρο Βοήθειας", + "nav.imap": "Εισαγωγή Ηλεκτρονικού Ταχυδρομείου", + "nav.integrations": "Ενοποιήσεις", + "nav.light_mode": "Φωτεινός Τρόπος", + "nav.login": "Σύνδεση", + "nav.logout": "Αποσύνδεση", + "nav.main_navigation": "Κύρια πλοήγηση", + "nav.my_subscription": "Η συνδρομή μου", + "nav.notifications": "Ειδοποιήσεις", + "nav.open_main_menu": "Άνοιγμα κύριου μενού", + "nav.pipelines": "Διαδικασίες", + "nav.plan_designer": "Σχεδιαστής Σχεδίων", + "nav.pricing": "Τιμολόγηση", + "nav.profile": "Προφίλ", + "nav.profile_settings": "Ρυθμίσεις προφίλ", + "nav.queue": "Ουρά", + "nav.queue_monitor": "Παρακολούθηση Ουράς", + "nav.scheduled_jobs": "Προγραμματισμένες Εργασίες", + "nav.search": "Αναζήτηση", + "nav.settings": "Ρυθμίσεις", + "nav.shared_links": "Κοινόχρηστοι Σύνδεσμοι", + "nav.sign_out": "Αποσύνδεση", + "nav.signup": "Εγγραφή", + "nav.similarity": "Ομοιότητα", + "nav.skip_to_content": "Παράλειψη στο κύριο περιεχόμενο", + "nav.status": "Κατάσταση", + "nav.subscription": "Συνδρομή", + "nav.toggle_dark_mode": "Εναλλαγή σε σκοτεινός τρόπος", + "nav.toggle_nav": "Εναλλαγή μενού πλοήγησης", + "nav.upload": "Μέγιστη μεταφόρτωσης", + "nav.users": "Χρήστες", + "nav.version": "Πληροφορίες Έκδοσης", + "notifications.filter_all": "Όλα", + "notifications.filter_read": "Μόνο διαβασμένα", + "notifications.filter_unread": "Μόνο αδιάβαστα", + "notifications.manage_desc": "Διαχειριστείτε το εισερχόμενο γραμματοκιβώτιο ειδοποιήσεών σας, τους στόχους και τις προτιμήσεις γεγονότων", + "notifications.mark_all_read": "Σημειώστε Όλα ως Διαβασμένα", + "notifications.mark_all_read_btn": "Σημειώστε όλα διαβασμένα", + "notifications.mark_read": "Σημειώστε ως Διαβασμένο", + "notifications.no_notifications": "Κανέναν ειδοποίηση", + "notifications.page_title": "Ειδοποιήσεις", + "notifications.tab_inbox": "Εισερχόμενα", + "notifications.tab_settings": "Ρυθμίσεις", + "notifications.title": "Ειδοποιήσεις", + "notifications.unread_count": "{count} μη αναγνωσμένες ειδοποιήσεις", + "pipelines.active_label": "Ενεργό", + "pipelines.add_step_btn": "Προσθήκη Βήματος", + "pipelines.create": "Δημιουργία Pipeline", + "pipelines.custom_label_label": "Προσαρμοσμένη Ετικέτα", + "pipelines.default_label": "Προεπιλεγμένο", + "pipelines.description_label": "Περιγραφή", + "pipelines.description_placeholder": "Προαιρετική περιγραφή", + "pipelines.disabled_label": "Απενεργοποιημένο", + "pipelines.edit": "Επεξεργασία Pipeline", + "pipelines.empty_state": "Δεν υπάρχουν pipelines ακόμα", + "pipelines.empty_state_hint": "Δημιουργήστε το πρώτο σας pipeline για να ορίσετε προσαρμοσμένες ροές επεξεργασίας εγγράφων.", + "pipelines.enabled_label": "Ενεργοποιημένο", + "pipelines.force_cloud_ocr_label": "Επιβολή cloud OCR (παράλειψη τοπικής εξαγωγής κειμένου)", + "pipelines.inactive_label": "Αδρανές", + "pipelines.loading": "Φόρτωμα pipelines…", + "pipelines.name_placeholder": "Το pipeline μου", + "pipelines.new_pipeline_btn": "Νέο Pipeline", + "pipelines.no_steps": "Δεν έχει οριστεί κανένα βήμα. Προσθέστε ένα βήμα για να ξεκινήσετε την κατασκευή του pipeline σας.", + "pipelines.ocr_auto": "Αυτόματα (χρήση προεπιλεγμένης ρύθμισης συστήματος)", + "pipelines.ocr_language_hint": "Αντικαθιστά την παγκόσμια ρύθμιση γλώσσας για Tesseract/EasyOCR. Το Azure και το Mistral ανιχνεύουν αυτόματα τη γλώσσα.", + "pipelines.ocr_language_label": "Γλώσσα OCR", + "pipelines.optional_suffix": "(προαιρετικό)", + "pipelines.page_title": "Επεξεργασία Pipelines", + "pipelines.set_default": "Ορισμός ως προεπιλεγμένο pipeline", + "pipelines.step_label_placeholder": "Αντικατάσταση του προεπιλεγμένου ονόματος βήματος", + "pipelines.step_type_label": "Τύπος Βήματος", + "pipelines.subtitle_intro": "Ορίστε και διαχειριστείτε προσαρμοσμένες ροές επεξεργασίας εγγράφων.", + "pipelines.subtitle_system_post": "σήμα και είναι ορατές σε όλους τους χρήστες.", + "pipelines.subtitle_system_pre": "Τα συστήματα pipelines (δημιουργούνται από διαχειριστές) εμφανίζονται με ένα", + "pipelines.system_label": "Σύστημα", + "pipelines.system_pipeline_label": "Σύστημα pipeline (ορατό σε όλους τους χρήστες)", + "pipelines.title": "Επεξεργασία Pipelines", + "profile.avatar_alt": "Η φωτογραφία προφίλ σας", + "profile.avatar_heading": "Φωτογραφία προφίλ", + "profile.avatar_remove": "Αφαίρεση προσαρμοσμένης φωτογραφίας", + "profile.avatar_upload_hint": "Μεταφορτώστε μια εικόνα JPEG, PNG, GIF ή WebP έως 2 MB. Εάν δεν έχει οριστεί καμία προσαρμοσμένη εικόνα, εμφανίζεται το {gravatar}.", + "profile.choose_image": "Επιλέξτε εικόνα\u0013", + "profile.confirm_password": "Επιβεβαίωση νέου κωδικού πρόσβασης", + "profile.contact_email_hint": "Χρησιμοποιείται για ειδοποιήσεις συστήματος. Αυτό δεν αλλάζει το email σύνδεσής σας.", + "profile.contact_email_label": "Email επικοινωνίας / ειδοποιήσεων", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "Τρέχων κωδικός πρόσβασης", + "profile.dismiss": "Απόρριψη", + "profile.display_name_hint": "Αφήστε κενό για να χρησιμοποιήσετε το όνομα χρήστη ή το email του λογαριασμού σας.", + "profile.display_name_label": "Όνομα εμφάνισης", + "profile.display_name_placeholder": "Το όνομά σας όπως φαίνεται στο UI", + "profile.general_heading": "Γενικές πληροφορίες", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Ρυθμίσεις προφίλ", + "profile.language_auto_detect": "Αυτόματη ανίχνευση (από τον περιηγητή)", + "profile.language_hint": "Επιλέξτε τη γλώσσα διεπαφής που προτιμάτε. Η \"Αυτόματη ανίχνευση\" ακολουθεί τις ρυθμίσεις του περιηγητή σας.", + "profile.language_label": "Γλώσσα διεπαφής", + "profile.new_password": "Νέος κωδικός πρόσβασης", + "profile.new_password_hint": "Ελάχιστο 8 χαρακτήρες.", + "profile.page_title": "Ρυθμίσεις προφίλ – DocuElevate", + "profile.password_heading": "Αλλαγή κωδικού πρόσβασης", + "profile.preferences_heading": "Προτιμήσεις", + "profile.save_button": "Αποθήκευση αλλαγών", + "profile.saving": "Αποθήκευση\u0013", + "profile.subtitle": "Διαχειριστείτε το όνομα εμφάνισης, τη φωτογραφία σας, τη γλώσσα και τις προτιμήσεις θέματος.", + "profile.theme_dark": "Σκοτεινό", + "profile.theme_hint": "Η \"Προεπιλογή συστήματος\" ακολουθεί τη ρύθμιση σκοτεινής λειτουργίας της συσκευής σας.", + "profile.theme_label": "Χρωματική παλέτα", + "profile.theme_light": "Ανοιχτό", + "profile.theme_system": "Προεπιλογή συστήματος", + "profile.update_password": "Ενημέρωση κωδικού πρόσβασης", + "profile.updating": "Ενημέρωση…", + "queue.active_tasks": "Ενεργές Εργασίες", + "queue.auto_refresh_1": "Αυτόματη ανανέωση κάθε", + "queue.auto_refresh_2": "δευτερόλεπτα", + "queue.col_arguments": "Παράμετροι", + "queue.col_current_step": "Τρέχων Βήμα", + "queue.col_file": "Αρχείο", + "queue.col_files": "Αρχεία", + "queue.col_queue": "Ουρά", + "queue.col_state": "Κατάσταση", + "queue.col_task": "Καθήκον", + "queue.col_task_id": "ID Καθήκοντος", + "queue.files_processing": "Επεξεργασία Αρχείων", + "queue.heading": "Παρακολούθηση Ουράς", + "queue.last_updated": "Τελευταία ενημέρωση:", + "queue.loading_stats": "Φόρτωση στατιστικών ουράς\n", + "queue.no_active_tasks": "Δεν υπάρχουν ενεργά καθήκοντα", + "queue.no_data": "Δεν υπάρχουν δεδομένα", + "queue.no_files_processing": "Δεν υπάρχουν αρχεία που επεξεργάζονται αυτή τη στιγμή", + "queue.page_title": "Παρακολούθηση Ουράς", + "queue.processing_pipeline": "Διαδικασία Επεξεργασίας", + "queue.queued_tasks": "Καθήκοντα στην Ουρά", + "queue.recently_processing": "Πρόσφατα Επεξεργαζόμενα Αρχεία", + "queue.redis_queues": "Ουρές Redis", + "queue.subtitle": "Ζωντανή προβολή της διαδικασίας επεξεργασίας εγγράφων και των ουρών εργασιών Celery.", + "queue.workers_online": "Εργαζόμενοι Online", + "search.button": "Αναζήτηση", + "search.error_message": "Η αναζήτηση είναι προσωρινά μη διαθέσιμη. Παρακαλώ δοκιμάστε ξανά σε λίγο.", + "search.filter_aria_clear": "Καθαρισμός όλων των φίλτρων", + "search.filter_clear_button": "Καθαρισμός Φίλτρων", + "search.filter_date_from": "Ημερομηνία Από", + "search.filter_date_to": "Ημερομηνία Έως", + "search.filter_document_type": "Τύπος Εγγράφου", + "search.filter_document_type_placeholder": "π.χ. Τιμολόγιο", + "search.filter_language": "Γλώσσα", + "search.filter_language_placeholder": "π.χ. de", + "search.filter_sender": "Αποστολέας", + "search.filter_sender_placeholder": "π.χ. ACME Corp", + "search.filter_tags": "Ετικέτες", + "search.filter_tags_placeholder": "π.χ. amazon", + "search.filter_text_quality": "Ποιότητα Κειμένου", + "search.filter_text_quality_all": "Όλα", + "search.filter_text_quality_high": "Υψηλή", + "search.filter_text_quality_low": "Χαμηλή", + "search.filter_text_quality_medium": "Μέτρια", + "search.filter_text_quality_no_text": "Χωρίς κείμενο", + "search.heading": "Αναζήτηση Εγγράφου", + "search.input_aria_label": "Αναζήτηση εγγράφων", + "search.input_placeholder": "Αναζήτηση εγγράφων κατά περιεχόμενο, αποστολέα, ετικέτες, τύπο...", + "search.loading_indicator": "Αναζητώ\u00160", + "search.no_results": "Δεν βρέθηκαν αποτελέσματα", + "search.page_title": "Αναζήτηση Εγγράφων", + "search.placeholder": "Αναζήτηση κατά όνομα αρχείου, περιεχόμενο, ετικέτες...", + "search.result_empty": "Δεν βρέθηκαν έγγραφα που να ταιριάζουν με την αναζήτησή σας.", + "search.results_count": "{count} αποτελέσματα βρέθηκαν", + "search.saved_aria_save": "Αποθήκευση τρέχουσας αναζήτησης", + "search.saved_button": "Αποθήκευση Τρέχουσας", + "search.saved_empty": "Δεν υπάρχουν αποθηκευμένες αναζητήσεις ακόμη", + "search.saved_error": "Δεν ήταν δυνατό να φορτώσετε τις αποθηκευμένες αναζητήσεις", + "search.saved_label": "Αποθηκευμένες Αναζητήσεις", + "search.saved_loading": "Φόρτωση...", + "search.title": "Αναζήτηση Εγγράφων", + "settings.audit_log_btn": "Εγγραφή Ελέγχου", + "settings.autocomplete_hint": "Πληκτρολογήστε για να αναζητήσετε γνωστές τιμές ή εισάγετε οποιαδήποτε προσαρμοσμένη τιμή.", + "settings.autocomplete_no_matches": "Δεν βρέθηκαν αντιστοιχίες — μπορείτε να πληκτρολογήσετε μια προσαρμοσμένη τιμή", + "settings.autocomplete_placeholder": "Πληκτρολογήστε για να αναζητήσετε ή να εισάγετε μια τιμή\u00160", + "settings.boolean_enable_prefix": "Ενεργοποίηση", + "settings.categories_aria": "Κατηγορίες ρυθμίσεων", + "settings.categories_heading": "Κατηγορίες", + "settings.db_wizard_btn": "Οδηγός DB", "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "settings.encrypted_suffix": "= κρυπτογραφημένο όταν είναι σε αδράνεια", + "settings.encrypted_title": "Η τιμή είναι κρυπτογραφημένη όταν είναι σε αδράνεια στη βάση δεδομένων", + "settings.export_btn": "Εξαγωγή", + "settings.export_db_only": "Μόνο ρυθμίσεις DB", + "settings.export_full_config": "Πλήρης αποτελεσματική διαμόρφωση", + "settings.jump_to_category": "Μετάβαση στην κατηγορία\u00160", + "settings.manage_config_prefix": "Διαχείριση διαμόρφωσης. Προτεραιότητα:", + "settings.model_picker_hint": "Επιλέξτε από τη λίστα ή πληκτρολογήστε οποιοδήποτε όνομα μοντέλου υποστηρίζεται από τον προμηθευτή σας.", + "settings.model_picker_placeholder": "Επιλέξτε ένα κοινό μοντέλο ή πληκτρολογήστε ένα προσαρμοσμένο όνομα\u00160", + "settings.no_results_clear": "καθαρίστε την αναζήτηση", + "settings.no_results_heading": "Δεν βρέθηκαν ρυθμίσεις", + "settings.no_results_hint": "Δοκιμάστε μια διαφορετική αναζητητική φράση ή", + "settings.page_heading": "Ρυθμίσεις Εφαρμογής", + "settings.required_label": "(απαιτείται)", + "settings.reset_confirm": "Είστε σίγουροι ότι θέλετε να επαναφέρετε αυτή τη ρύθμιση;", + "settings.restart_required_suffix": "= απαιτείται επανεκκίνηση", + "settings.revert_btn": "Αφαίρεση από τη βάση δεδομένων", + "settings.revert_title": "Αφαίρεση της υπερπήδησης της βάσης δεδομένων και επιστροφή στη μεταβλητή περιβάλλοντος ή προεπιλογής", + "settings.reverting": "Επιστροφή\u0002026", + "settings.save_all_btn": "Αποθήκευση όλων των αλλαγών", + "settings.save_error": "Αποτυχία αποθήκευσης ρύθμισης", + "settings.save_setting_title": "Αποθήκευση αυτής της ρύθμισης", + "settings.save_success": "Η ρύθμιση αποθηκεύτηκε με επιτυχία", + "settings.saving_state": "Αποθήκευση\u0002026", + "settings.search_aria_label": "Αναζήτηση ρυθμίσεων", + "settings.search_clear_aria": "Καθαρισμός αναζήτησης", + "settings.search_placeholder": "Αναζητήστε ρυθμίσεις με βάση το όνομα, το κλειδί ή την περιγραφή\u0002026", + "settings.settings_count_suffix": "ρυθμίσεις", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", + "settings.source_default_badge": "ΠΡΟΕΠΙΛΟΓΗ", "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", + "settings.title": "Ρυθμίσεις", + "settings.toggle_visibility_aria": "Εναλλαγή ορατότητας κωδικού", + "settings.toggle_visibility_title": "Εμφάνιση/απόκρυψη τιμής", + "settings.user_autocomplete_empty": "Δεν βρέθηκαν αντίστοιχοι χρήστες", + "settings.user_autocomplete_hint": "Πληκτρολογήστε για να αναζητήσετε υπάρχοντες χρήστες με βάση το όνομα, ή εισάγετε οποιονδήποτε αναγνωριστικό χειροκίνητα.", + "settings.user_autocomplete_placeholder": "Αρχίστε να πληκτρολογείτε για να αναζητήσετε χρήστες\u0002026", + "settings.wizard_btn": "Οδηγός", + "shared.col_expiry": "Λήξη", + "shared.col_file_label": "Αρχείο / Ετικέτα", + "shared.col_link": "Σύνδεσμος", + "shared.col_views": "Προβολές", + "shared.copy_link_aria": "Αντιγραφή συνδέσμου στο πρόχειρο", + "shared.copy_link_title": "Αντιγραφή συνδέσμου", + "shared.create_btn": "Δημιουργία Συνδέσμου", + "shared.create_heading": "Δημιουργία Νέου Κοινού Συνδέσμου", + "shared.creating": "Δημιουργία\u0002026", + "shared.expiry_12h": "12 ώρες", + "shared.expiry_14d": "14 ημέρες", + "shared.expiry_1h": "1 ώρα", + "shared.expiry_24h": "24 ώρες (1 ημέρα)", + "shared.expiry_30d": "30 ημέρες", + "shared.expiry_3d": "3 ημέρες", + "shared.expiry_6h": "6 ώρες", + "shared.expiry_7d": "7 ημέρες", + "shared.expiry_label": "Λήξη", + "shared.expiry_never": "Ποτέ", + "shared.file_id_help_post": "σελίδα ή στη διεύθυνση URL λεπτομερειών του εγγράφου.", + "shared.file_id_help_pre": "Βρείτε το ID αρχείου στο", + "shared.file_id_label": "ID Αρχείου", + "shared.file_id_placeholder": "π.χ. 42", + "shared.files_link": "Αρχεία", + "shared.heading": "Κοινές Συνδέσεις", + "shared.label_label": "Ετικέτα", + "shared.label_placeholder": "π.χ. Κοινό με τον Bob", + "shared.link_created": "Δημιουργήθηκε κοινή σύνδεση!", + "shared.link_created_help": "Αντιγράψτε και στείλτε αυτή τη σύνδεση στον παραλήπτη.", + "shared.links_count_aria": "αριθμός συνδέσεων", + "shared.max_downloads_label": "Μέγιστες λήψεις", + "shared.no_links": "Δεν υπάρχουν ακόμη κοινές συνδέσεις. Δημιουργήστε μία παραπάνω για να ξεκινήσετε.", + "shared.open_in_new_tab": "Άνοιγμα σε νέα καρτέλα", + "shared.open_link_aria": "Άνοιγμα κοινής σύνδεσης", + "shared.optional": "(προαιρετικό)", + "shared.page_title": "Κοινές Συνδέσεις – DocuElevate", + "shared.password_label": "Κωδικός πρόσβασης", + "shared.password_placeholder": "Αφήστε κενό για χωρίς κωδικό", + "shared.password_protected": "Με προστασία κωδικού", + "shared.refresh_aria": "Ανανέωση λίστας κοινών συνδέσεων", + "shared.revoke_aria_prefix": "Αναίρεση κοινής σύνδεσης για", + "shared.revoke_btn": "Αναίρεση", + "shared.status_active": "Ενεργό", + "shared.status_expired": "Έχει λήξει", + "shared.status_limit_reached": "Έχει επιτευχθεί το όριο", + "shared.status_revoked": "Ανακλήθηκε", + "shared.subtitle": "Μοιραστείτε έγγραφα με οποιονδήποτε μέσω μιας σύνδεσης περιορισμένου χρόνου ή περιορισμένης προβολής. Οι παραλήπτες δεν χρειάζονται λογαριασμό DocuElevate. Οι συνδέσεις μπορούν να προστατεύονται με κωδικό και να ανακαλούνται οποιαδήποτε στιγμή.", + "shared.table_aria": "Κοινές συνδέσεις", + "shared.unlimited_placeholder": "Απεριόριστο", + "shared.your_links": "Οι Κοινές Συνδέσεις σας", + "similarity.backfill_auto": "Η εργασία στο παρασκήνιο θα τις υπολογίσει αυτόματα κάθε 5 λεπτά, ή μπορείτε να", + "similarity.files_missing_text": "το αρχείο(α) έχει(χουν) κείμενο OCR αλλά δεν υπάρχει ακόμη ενσωμάτωσή.", + "similarity.find_pairs_btn": "Βρείτε Ζευγάρια", + "similarity.heading": "Ομοιότητα Εγγράφων", + "similarity.load_error": "Αποτυχία φόρτωσης ζευγαριών.", + "similarity.min_similarity_label": "Ελάχιστη ομοιότητα", + "similarity.no_pairs_detail": "Κανένα ζευγάρι εγγράφων δεν υπερβαίνει το όριο ομοιότητας.", + "similarity.no_pairs_heading": "Δεν βρέθηκαν παρόμοια ζευγάρια", + "similarity.page_title": "Συγκρισιμότητα Εγγράφων - DocuElevate", + "similarity.pagination_aria": "Σελίδες ζευγαριών συγκρισιμότητας", + "similarity.per_page_label": "Ανά σελίδα", + "similarity.scanning": "Σά scanning για παρόμοια ζευγάρια εγγράφων\b", + "similarity.stat_embedding_model": "Μοντέλο Ενσωμάτωσης", + "similarity.stat_missing_embedding": "Λείπει η Ενσωμάτωσης", + "similarity.stat_total_files": "Συνολικά Αρχεία", + "similarity.stat_with_embedding": "Με Ενσωμάτωσης", + "similarity.subtitle": "Ζεύγη εγγράφων με υψηλή σημασιολογική συγγένεια, ταξινομημένα κατά σκορ.", + "similarity.trigger_aria": "Ενεργοποίηση υπολογισμού ενσωμάτωσης για όλα τα αρχεία που λείπουν ενσωματώσεις", + "similarity.trigger_now": "ενεργοποίησέ το τώρα", + "status.app_version": "Έκδοση Εφαρμογής", + "status.build_date": "Ημερομηνία Δημιουργίας", + "status.container_id": "ID Κοντέινερ", "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "status.last_check": "Τελευταία Έλεγξη", + "status.page_title": "Κατάσταση Συστήματος", + "status.setting_label": "Ρύθμιση", + "status.value_label": "Αξία", + "subscription.available_plans_heading": "Διαθέσιμα Σχέδια", + "subscription.back_to_dashboard": "Επιστροφή στον Πίνακα Ελέγχου", + "subscription.cancel_pending": "Ακύρωση αλλαγής", + "subscription.cancel_scheduled": "Ακύρωση προγραμματισμένης αλλαγής", + "subscription.contact_sales": "Επικοινωνία με τις Πωλήσεις", + "subscription.current_badge": "Τρέχον", + "subscription.current_plan": "Τρέχον Σχέδιο", + "subscription.current_plan_cta": "Το τρέχον σχέδιο σας", + "subscription.downgrade_to_prefix": "Υποβάθμιση σε", + "subscription.features_heading": "Τι περιλαμβάνεται στο σχέδιο σας", + "subscription.free": "Δωρεάν", + "subscription.heading": "Η Συνδρομή Μου", + "subscription.keep_plan_prefix": "Διατήρηση", + "subscription.lifetime_files": "Συνολικά αρχεία (δια βίου)", + "subscription.month_files": "Αρχεία αυτόν τον μήνα", + "subscription.more_features_label": "περισσότερα", + "subscription.page_title": "Η Συνδρομή Μου – DocuElevate", + "subscription.pending_badge": "Εκκρεμεί", + "subscription.pending_benefits": "Διατηρείτε όλα τα τρέχοντα οφέλη του σχεδίου σας μέχρι τότε.", + "subscription.pending_on": "στις", + "subscription.pending_title": "Προγραμματισμένη αλλαγή σχεδίου εκκρεμεί", + "subscription.pending_will_change": "Το σχέδιο σας θα αλλάξει σε", + "subscription.per_mo": "/μήνα", + "subscription.per_month": "/μήνα", + "subscription.since": "Από", + "subscription.single_user_body": "Τα επίπεδα συνδρομής ισχύουν όταν είναι ενεργοποιημένη η λειτουργία πολλών χρηστών. Η τρέχουσα εγκατάσταση σας εκτελείται σε λειτουργία με έναν χρήστη χωρίς περιορισμούς επεξεργασίας. Ένας διαχειριστής μπορεί να ενεργοποιήσει τη λειτουργία πολλών χρηστών μέσω του {settings_link}.", + "subscription.single_user_title": "Η λειτουργία πολλών χρηστών δεν είναι ενεργοποιημένη.", + "subscription.subtitle": "Το τρέχον σχέδιο σας, η χρήση και οι διαθέσιμες αναβαθμίσεις.", + "subscription.this_month_label": "αυτό το μήνα", + "subscription.today_files": "Αρχεία σήμερα", + "subscription.today_label": "σήμερα", + "subscription.unlimited": "Απεριόριστο", + "subscription.upgrade_info": "Οι αναβαθμίσεις ισχύουν άμεσα. Οι υποβαθμίσεις προγραμματίζονται για το τέλος της τρέχουσας περιόδου χρέωσης σας.", + "subscription.upgrade_to_prefix": "Αναβάθμιση σε", + "subscription.usage_heading": "Χρήση", + "upload.browse_button": "Περιήγηση Αρχείων", + "upload.button_processing": "Επεξεργασία...", + "upload.camera_button": "Τράβηγμα Φωτογραφίας / Σάρωση Εγγράφου", + "upload.download_button": "Λήψη και Επεξεργασία", + "upload.downloading": "Λήψη αρχείου από URL...", + "upload.drag_drop": "Σύρτε και αποθέστε αρχεία εδώ ή κάντε κλικ για να περιηγηθείτε", + "upload.drop_hint_desktop": "Σύρτε και αποθέστε αρχεία ή φακέλους εδώ, ή κάντε κλικ για να επιλέξετε αρχεία.", + "upload.drop_hint_mobile": "Πατήστε για να επιλέξετε αρχεία ή χρησιμοποιήστε το κουμπί κάμερας παρακάτω.", + "upload.drop_zone_aria": "Περιοχή ανέβασμα αρχείου. Σύρτε και αποθέστε αρχεία εδώ, ή πατήστε Enter για να περιηγηθείτε σε αρχεία.", + "upload.error": "Αποτυχία ανέβασμα", + "upload.error_invalid_url": "Άκυρη μορφή URL", + "upload.error_url_required": "Παρακαλώ εισάγετε ένα URL", + "upload.file_size_hint": "Μέγιστο μέγεθος: 500 MB ανά αρχείο", + "upload.file_types": "Επιτρεπόμενοι τύποι: PDF, Εγγραφα Office (Word, Excel, PowerPoint, κ.λπ.), Εικόνες", + "upload.filename_description": "Αφήστε κενό για να χρησιμοποιήσετε το όνομα αρχείου από το URL", + "upload.filename_label": "Όνομα Αρχείου (προαιρετικό)", + "upload.filename_placeholder": "το-έγγραφο-μου.pdf", + "upload.max_size": "Μέγιστο μέγεθος αρχείου: {size}", + "upload.page_title": "Ανέβασμα Αρχείων", + "upload.section_device": "Ανέβασμα από Συσκευή", + "upload.section_url": "Ανέβασμα από URL", + "upload.select_file": "Επιλέξτε Αρχείο", + "upload.success": "Το αρχείο μεταφορτώθηκε με επιτυχία", + "upload.title": "Μεταφόρτωση Εγγράφου", + "upload.uploading": "Μεταφόρτωση...", + "upload.url_description": "Εισάγετε έναν άμεσο σύνδεσμο σε ένα αρχείο (PDF, έγγραφα Office ή εικόνες)", + "upload.url_label": "URL Αρχείου", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/en.json b/frontend/translations/en.json index d36160ed..08eaf2de 100644 --- a/frontend/translations/en.json +++ b/frontend/translations/en.json @@ -41,6 +41,280 @@ "about.story_heading": "Our Story", "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", + "admin_plans.aria_delete_plan": "Delete {name}", + "admin_plans.aria_edit_plan": "Edit {name}", + "admin_plans.aria_feature_n": "Feature {n}", + "admin_plans.aria_move_down": "Move {name} down", + "admin_plans.aria_move_up": "Move {name} up", + "admin_plans.aria_remove_feature_n": "Remove feature {n}", + "admin_plans.btn_add_feature": "Add Feature", + "admin_plans.btn_add_plan": "Add Plan", + "admin_plans.btn_cancel": "Cancel", + "admin_plans.btn_create": "Create Plan", + "admin_plans.btn_delete": "Delete", + "admin_plans.btn_edit": "Edit", + "admin_plans.btn_restore_defaults": "Restore Defaults", + "admin_plans.btn_restore_defaults_title": "Restore all four default plans (only if no plans exist yet)", + "admin_plans.btn_restoring": "Restoring\u2026", + "admin_plans.btn_save_changes": "Save Changes", + "admin_plans.btn_save_order": "Save Order", + "admin_plans.btn_saving": "Saving\u2026", + "admin_plans.btn_stripe_setup": "Stripe Setup", + "admin_plans.btn_stripe_setup_title": "Open the Stripe Setup Wizard to configure API keys and sync plans", + "admin_plans.col_actions": "Actions", + "admin_plans.col_active": "Active", + "admin_plans.col_monthly": "Monthly", + "admin_plans.col_monthly_limit": "Monthly Limit", + "admin_plans.col_order": "Order", + "admin_plans.col_overage_pct": "Overage %", + "admin_plans.col_plan": "Plan", + "admin_plans.col_yearly": "Yearly", + "admin_plans.coming_soon": "Coming soon", + "admin_plans.featured_badge": "Featured", + "admin_plans.field_active": "Active", + "admin_plans.field_allow_overage": "Allow Overage Billing", + "admin_plans.field_api_access": "API Access", + "admin_plans.field_badge_text": "Badge Text", + "admin_plans.field_buffer": "Buffer:", + "admin_plans.field_cta_text": "CTA Button Text", + "admin_plans.field_docs_month": "Docs / Month", + "admin_plans.field_featured": "Featured / Highlighted", + "admin_plans.field_lifetime_docs": "Lifetime Docs", + "admin_plans.field_mailboxes": "Email Mailboxes", + "admin_plans.field_max_file_size": "Max File Size (MB)", + "admin_plans.field_name": "Name", + "admin_plans.field_ocr_pages": "OCR Pages / Month", + "admin_plans.field_overage_doc_price": "Overage price / doc ($)", + "admin_plans.field_overage_ocr_price": "Overage price / OCR page ($)", + "admin_plans.field_plan_id": "Plan ID", + "admin_plans.field_price_monthly": "Monthly Price ($)", + "admin_plans.field_price_yearly": "Yearly Price ($)", + "admin_plans.field_sort_order": "Sort Order", + "admin_plans.field_storage_dests": "Storage Destinations", + "admin_plans.field_stripe_monthly": "Stripe Price ID (monthly)", + "admin_plans.field_stripe_yearly": "Stripe Price ID (yearly)", + "admin_plans.field_tagline": "Tagline", + "admin_plans.field_trial_days": "Trial Days", + "admin_plans.free_label": "Free", + "admin_plans.heading": "Plan Designer", + "admin_plans.hint_features": "These bullet points appear on the pricing page card for this plan.", + "admin_plans.hint_plan_id": "Lowercase slug, cannot be changed after creation.", + "admin_plans.hint_zero_unlimited": "Enter 0 for unlimited.", + "admin_plans.js_delete_confirm": "Delete plan \"{id}\"? This cannot be undone.", + "admin_plans.js_delete_failed": "Delete failed", + "admin_plans.js_failed_load": "Failed to load plans", + "admin_plans.js_order_saved": "Order saved!", + "admin_plans.js_plan_created": "Plan created!", + "admin_plans.js_plan_deleted": "Plan \"{id}\" deleted.", + "admin_plans.js_plan_updated": "Plan updated!", + "admin_plans.js_reorder_failed": "Reorder failed", + "admin_plans.js_save_failed": "Save failed", + "admin_plans.js_seed_confirm": "Seed the four default plans? This is a no-op if plans already exist.", + "admin_plans.js_seed_failed": "Seed failed", + "admin_plans.js_yearly_enter": "Enter yearly price to show savings", + "admin_plans.js_yearly_save": "Save {pct}% vs monthly", + "admin_plans.loading": "Loading plans\u2026", + "admin_plans.modal_close_aria": "Close modal", + "admin_plans.modal_create_title": "Add Plan", + "admin_plans.modal_edit_title_prefix": "Edit Plan: ", + "admin_plans.no_plans_intro": "No plans yet. Click", + "admin_plans.no_plans_suffix": "to seed the four built-in plans.", + "admin_plans.overage_0pct": "0% (exact)", + "admin_plans.overage_100pct": "100%", + "admin_plans.overage_50pct": "50%", + "admin_plans.overage_announce": "\u2192 announce", + "admin_plans.overage_buffer_body_prefix": "The overage buffer is", + "admin_plans.overage_buffer_body_suffix": "We advertise X docs/month but only enforce at", + "admin_plans.overage_buffer_formula": "X \u00d7 (1 + buffer%)", + "admin_plans.overage_buffer_invisible": "invisible to users", + "admin_plans.overage_buffer_tail": "docs. For example, a 150-doc/month plan with a 20% buffer enforces at 180 docs. This prevents hard cutoffs at the exact announced limit, giving users a graceful soft landing.", + "admin_plans.overage_buffer_title": "About the Overage Buffer", + "admin_plans.overage_docs": "docs,", + "admin_plans.overage_docs_end": "docs", + "admin_plans.overage_enforce_at": "enforce at", + "admin_plans.page_title": "Plan Designer \u2014 DocuElevate Admin", + "admin_plans.section_basic_info": "Basic Info", + "admin_plans.section_display": "Display", + "admin_plans.section_features": "Features List", + "admin_plans.section_overage": "Overage Designer", + "admin_plans.section_pricing": "Pricing", + "admin_plans.section_stripe": "Stripe Integration", + "admin_plans.section_volume": "Volume Limits", + "admin_plans.status_active": "Active", + "admin_plans.status_inactive": "Inactive", + "admin_plans.stripe_desc_after": "to auto-create them. Free plans do not need Stripe Price IDs.", + "admin_plans.stripe_desc_before": "Enter the Stripe Price IDs for this plan, or use the", + "admin_plans.stripe_wizard_aria": "Open Stripe Setup Wizard in a new tab", + "admin_plans.stripe_wizard_link": "Stripe Wizard", + "admin_plans.stripe_wizard_text": "Stripe Setup Wizard", + "admin_plans.subheading": "Manage subscription plans shown on the public pricing page.", + "admin_plans.table_aria_label": "Subscription plans", + "admin_files.admin_only_badge": "Admin Only", + "admin_files.aria_breadcrumb": "Breadcrumb", + "admin_files.badge_delta_detected": "Delta detected", + "admin_files.badge_duplicate": "dup", + "admin_files.badge_in_db": "in DB", + "admin_files.badge_on_disk": "on disk", + "admin_files.breadcrumb_workdir": "workdir", + "admin_files.btn_download": "Download", + "admin_files.col_actions": "Actions", + "admin_files.col_db": "DB", + "admin_files.col_health": "Health", + "admin_files.col_id": "ID", + "admin_files.col_ingested": "Ingested", + "admin_files.col_local_filename": "local_filename", + "admin_files.col_missing_paths": "Missing paths", + "admin_files.col_modified": "Modified", + "admin_files.col_name": "Name", + "admin_files.col_original_file_path": "original_file_path", + "admin_files.col_original_filename": "Original Filename", + "admin_files.col_path_relative": "Path (relative to workdir)", + "admin_files.col_processed_file_path": "processed_file_path", + "admin_files.col_size": "Size", + "admin_files.delta_detected_detail": "Found {orphan_count} orphan file(s) on disk with no DB record, and {ghost_count} DB record(s) with missing files on disk.", + "admin_files.delta_detected_title": "Delta detected.", + "admin_files.empty_database": "No file records found in the database.", + "admin_files.empty_directory": "This directory is empty.", + "admin_files.ghost_records_desc": "(in DB, file(s) missing on disk)", + "admin_files.ghost_records_heading": "Ghost records", + "admin_files.heading": "File Manager", + "admin_files.health_missing": "Missing", + "admin_files.health_ok": "OK", + "admin_files.legend_file_exists": "File exists on disk", + "admin_files.legend_file_missing": "File missing from disk", + "admin_files.legend_found_in_db": "Found in DB", + "admin_files.legend_not_in_db": "Not in DB (orphan)", + "admin_files.legend_path_not_set": "Path not set", + "admin_files.no_delta": "No delta found \u2014 filesystem and database are in sync.", + "admin_files.no_ghost_records": "No ghost records found.", + "admin_files.no_orphan_files": "No orphan files found.", + "admin_files.orphan_files_desc": "(on disk, no DB record)", + "admin_files.orphan_files_heading": "Orphan files", + "admin_files.page_title": "File Manager \u2013 Admin", + "admin_files.status_in_db": "In DB", + "admin_files.status_orphan": "Orphan", + "admin_files.tab_database": "Database Records", + "admin_files.tab_filesystem": "Filesystem", + "admin_files.tab_reconcile": "Reconcile", + "admin_users.add_user_profile_btn": "Add User Profile", + "admin_users.admin_only_badge": "Admin Only", + "admin_users.btn_password": "Password", + "admin_users.btn_reset": "Reset", + "admin_users.col_display_name": "Display Name", + "admin_users.col_documents": "Documents", + "admin_users.col_email": "Email", + "admin_users.col_last_upload": "Last Upload", + "admin_users.col_plan": "Plan", + "admin_users.col_role": "Role", + "admin_users.col_upload_limit": "Upload Limit", + "admin_users.col_user_id": "User ID", + "admin_users.col_username": "Username", + "admin_users.create_local_account_btn": "Create Local Account", + "admin_users.create_local_title": "Create Local Account", + "admin_users.delete_account_btn": "Delete Account", + "admin_users.delete_local_confirm": "Are you sure you want to delete the account for", + "admin_users.delete_local_title": "Delete Local Account", + "admin_users.delete_local_warning": "This cannot be undone. Documents owned by this user are not deleted.", + "admin_users.delete_profile_btn": "Delete Profile", + "admin_users.delete_profile_confirm": "Are you sure you want to delete the profile for", + "admin_users.delete_profile_title": "Delete User Profile", + "admin_users.delete_profile_warning": "This only removes the admin-managed profile record. Documents owned by this user are not deleted.", + "admin_users.deleting": "Deleting…", + "admin_users.edit_local_title": "Edit Local Account", + "admin_users.filter_placeholder": "Filter by user ID…", + "admin_users.global_default": "global default", + "admin_users.heading": "User Management", + "admin_users.js_account_created": "Account created", + "admin_users.js_account_created_msg": "Local account for \"{username}\" was created successfully.", + "admin_users.js_account_deleted_msg": "Account for \"{username}\" has been removed.", + "admin_users.js_account_updated": "Account has been updated.", + "admin_users.js_delete_failed": "Delete failed", + "admin_users.js_deleted": "Deleted", + "admin_users.js_email_not_sent": "Email not sent", + "admin_users.js_email_sent": "Email sent", + "admin_users.js_email_sent_msg": "Password reset email sent to \"{email}\".", + "admin_users.js_failed": "Failed", + "admin_users.js_failed_create": "Failed to create account.", + "admin_users.js_failed_load_local": "Failed to load local users", + "admin_users.js_failed_load_users": "Failed to load users", + "admin_users.js_failed_set_password": "Failed to set password.", + "admin_users.js_failed_update": "Failed to update account.", + "admin_users.js_network_error": "Network error", + "admin_users.js_password_set": "Password set", + "admin_users.js_password_set_msg": "Password for \"{username}\" has been updated.", + "admin_users.js_profile_deleted": "Profile for \"{id}\" has been removed.", + "admin_users.js_profile_saved": "Profile for \"{id}\" has been saved.", + "admin_users.js_save_failed": "Save failed", + "admin_users.js_saved": "Saved", + "admin_users.js_smtp_not_configured": "SMTP is not configured.", + "admin_users.js_updated": "Updated", + "admin_users.loading_users": "Loading users…", + "admin_users.local_account_active": "Account active", + "admin_users.local_accounts_heading": "Local User Accounts", + "admin_users.local_accounts_subheading": "Email/password accounts created directly on this server.", + "admin_users.local_admin_privileges": "Grant admin privileges", + "admin_users.local_admin_privileges_short": "Admin privileges", + "admin_users.local_create_btn": "Create Account", + "admin_users.local_create_one": "Create one.", + "admin_users.local_creating": "Creating…", + "admin_users.local_display_name_optional": "(optional)", + "admin_users.local_loading": "Loading…", + "admin_users.local_no_accounts": "No local accounts yet.", + "admin_users.local_password_hint": "Minimum 8 characters.", + "admin_users.local_saving": "Saving…", + "admin_users.local_username_hint": "3–64 characters. Letters, numbers, hyphens and underscores only.", + "admin_users.modal_add_title": "Add User Profile", + "admin_users.modal_billing_cycle_label": "Billing Cycle", + "admin_users.modal_billing_monthly": "Monthly", + "admin_users.modal_billing_yearly": "Yearly", + "admin_users.modal_block_hint": "(prevents new document uploads)", + "admin_users.modal_block_label": "Block this user", + "admin_users.modal_close_aria": "Close dialog", + "admin_users.modal_complimentary_hint": "(user keeps tier benefits but is never billed — set automatically for admin accounts)", + "admin_users.modal_complimentary_label": "Complimentary plan", + "admin_users.modal_daily_limit_hint": "(leave empty to use global default)", + "admin_users.modal_daily_limit_label": "Daily Upload Limit", + "admin_users.modal_daily_limit_placeholder": "e.g. 50 (0 = unlimited)", + "admin_users.modal_display_name_label": "Display Name", + "admin_users.modal_display_name_placeholder": "Alice Smith (optional)", + "admin_users.modal_edit_title": "Edit User Profile", + "admin_users.modal_notes_label": "Admin Notes", + "admin_users.modal_notes_placeholder": "Internal notes visible only to admins…", + "admin_users.modal_period_start_hint": "Annual carry-over calculates from this date. Leave blank for monthly enforcement.", + "admin_users.modal_period_start_label": "Subscription Period Start", + "admin_users.modal_plan_business": "Business — $7.99/mo (300/mo, unlimited mailboxes)", + "admin_users.modal_plan_free": "Free — 25 lifetime files", + "admin_users.modal_plan_hint": "Sets the quota limits for this user. Limits are enforced on upload.", + "admin_users.modal_plan_label": "Subscription Plan", + "admin_users.modal_plan_professional": "Professional — $5.99/mo (150/mo, 3 mailboxes)", + "admin_users.modal_plan_starter": "Starter — $2.99/mo (50/mo, 1 mailbox)", + "admin_users.modal_save_changes": "Save Changes", + "admin_users.modal_saving": "Saving…", + "admin_users.modal_user_id_hint": "The stable identifier that matches owner_id in documents.", + "admin_users.modal_user_id_label": "User ID", + "admin_users.modal_user_id_placeholder": "user@example.com or OAuth sub", + "admin_users.new_account_btn": "New Account", + "admin_users.new_password_label": "New Password", + "admin_users.no_users_add_hint": "Upload some documents or add a profile above.", + "admin_users.no_users_found": "No users found.", + "admin_users.no_users_search_hint": "Try a different search term.", + "admin_users.page_title": "User Management – Admin – DocuElevate", + "admin_users.pagination_page_of": "of", + "admin_users.per_day": "/ day", + "admin_users.role_admin": "Admin", + "admin_users.role_user": "User", + "admin_users.search_users_label": "Search users", + "admin_users.set_password_btn": "Set Password", + "admin_users.set_password_desc": "The user should change this password after logging in.", + "admin_users.set_password_desc_pre": "Set a new password directly for", + "admin_users.set_password_title": "Set Temporary Password", + "admin_users.setting": "Setting…", + "admin_users.status_blocked": "Blocked", + "admin_users.status_unverified": "Unverified", + "admin_users.subheading": "Manage user profiles, per-user upload limits, and document ownership.", + "admin_users.total_count_users": "{count} users", + "admin_users.total_no_users": "No users", + "admin_users.total_one_user": "1 user", "api_tokens.col_created": "Created", "api_tokens.col_last_ip": "Last IP", "api_tokens.col_last_used": "Last Used", @@ -73,6 +347,19 @@ "api_tokens.usage_intro_pre": "Use your API token in the", "api_tokens.your_tokens": "Your Tokens", "app.name": "DocuElevate", + "attribution.heading": "Third-Party Software Attributions", + "attribution.intro": "DocuElevate uses several open source libraries and tools. We are grateful to the developers of these projects for their contributions to open source software.", + "attribution.page_title": "DocuElevate - Third-Party Attributions", + "attribution.paramiko_lgpl_note": "Note: This library is licensed under the GNU Lesser General Public License v2.1 (LGPL-2.1)", + "attribution.section_docker": "Docker Images", + "attribution.section_frontend": "Frontend Dependencies", + "attribution.section_python": "Python Dependencies", + "attribution.special_lgpl_link": "here", + "attribution.special_lgpl_post": ".", + "attribution.special_lgpl_pre": "A copy of the LGPL license can be found", + "attribution.special_source_post": ".", + "attribution.special_source_pre": "This software includes Paramiko, which is licensed under LGPL. The source code for Paramiko is available at", + "attribution.special_title": "Special Attribution:", "audit.col_ip": "IP", "audit.col_resource": "Resource", "audit.col_timestamp": "Timestamp", @@ -187,6 +474,7 @@ "common.actions": "Actions", "common.active": "Active", "common.all": "All", + "common.avatar": "Avatar", "common.back": "Back", "common.cancel": "Cancel", "common.close": "Close", @@ -218,6 +506,7 @@ "common.no": "No", "common.none": "None", "common.page": "Page", + "common.paused": "Paused", "common.pending": "Pending", "common.prev_page": "Previous page", "common.previous": "Previous", @@ -234,7 +523,10 @@ "common.submit": "Submit", "common.success": "Success", "common.tags": "Tags", + "common.test": "Test", + "common.test_connection": "Test Connection", "common.type": "Type", + "common.update": "Update", "common.updated": "Updated", "common.upload": "Upload", "common.view": "View", @@ -247,6 +539,41 @@ "cookie.notice_label": "Cookie notice", "cookie.policy_link": "Cookie Policy", "cookie.privacy_link": "Privacy Notice", + "cookie_policy.heading": "Cookie Policy", + "cookie_policy.last_updated": "Last Updated:", + "cookie_policy.page_title": "Cookie Policy - DocuElevate", + "cookie_policy.s1_heading": "What Are Cookies", + "cookie_policy.s1_p1": "Cookies are small text files that are stored on your computer or mobile device when you visit a website. They are widely used to make websites work more efficiently and provide information to the website owners.", + "cookie_policy.s2_heading": "How We Use Cookies", + "cookie_policy.s2_li1_body": "To identify you when you sign in and maintain your session while you use the application.", + "cookie_policy.s2_li1_label": "Authentication & Session Management:", + "cookie_policy.s2_p1_post": "for the following purpose:", + "cookie_policy.s2_p1_pre": "DocuElevate uses", + "cookie_policy.s2_p1_strong": "only strictly necessary session cookies", + "cookie_policy.s2_p2": "These cookies are mandatory for the proper functioning of our service. Without these cookies, you would be required to log in repeatedly during your browsing session.", + "cookie_policy.s2_p3": "Because these cookies are strictly necessary for the service to function, they are exempt from prior-consent requirements under the EU ePrivacy Directive (Art. 5(3)) and equivalent national implementations. We do not set any optional, analytics, advertising, or tracking cookies.", + "cookie_policy.s3_col_duration": "Duration", + "cookie_policy.s3_col_name": "Name", + "cookie_policy.s3_col_purpose": "Purpose", + "cookie_policy.s3_col_type": "Type", + "cookie_policy.s3_heading": "Cookie Details", + "cookie_policy.s3_row1_duration": "Session (deleted on browser close or logout)", + "cookie_policy.s3_row1_purpose": "Maintains your authenticated session; required for login to function.", + "cookie_policy.s3_row1_type": "Strictly Necessary", + "cookie_policy.s3_row2_duration": "Persistent (browser localStorage)", + "cookie_policy.s3_row2_purpose": "Stores your acknowledgement of the cookie notice so it is not shown repeatedly (stored in localStorage, not a cookie).", + "cookie_policy.s3_row2_type": "Strictly Necessary", + "cookie_policy.s4_heading": "No Third-Party Cookies", + "cookie_policy.s4_p1": "DocuElevate does not use any third-party cookies, tracking cookies, advertising cookies, or analytics cookies. We respect your privacy and only implement the minimum cookies required for our service to function.", + "cookie_policy.s4_p2_pre": "For more information about how we handle your data, please see our", + "cookie_policy.s4_privacy_link": "Privacy Notice", + "cookie_policy.s5_heading": "Managing Cookies", + "cookie_policy.s5_p1": "Most web browsers allow you to control cookies through their settings. However, blocking or deleting our session cookies will prevent DocuElevate from functioning, as user authentication relies on these cookies.", + "cookie_policy.s5_p2": "You may also clear the cookie notice acknowledgement stored in your browser's localStorage at any time via your browser's developer tools (Application → Local Storage).", + "cookie_policy.s5_p3_and": "and", + "cookie_policy.s5_p3_pre": "This Cookie Policy is part of and incorporated into our", + "cookie_policy.s5_privacy_link": "Privacy Notice", + "cookie_policy.s5_terms_link": "Terms of Service", "credentials.col_action": "Action", "credentials.col_credential": "Credential", "credentials.col_source": "Source", @@ -446,15 +773,31 @@ "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", "help.faq_4_q": "How do processing pipelines work?", "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", + "help.faq_5_a_post": " for full details.", + "help.faq_5_a_pre": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the ", "help.faq_5_q": "Is my data secure?", "help.faq_heading": "Frequently Asked Questions", "help.getting_started": "Getting Started", "help.heading": "Help Center", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Use the REST API to push documents programmatically. Authenticate with a Bearer token and POST files to the upload endpoint.", + "help.ingestion_heading": "Data Ingestion Tools", + "help.ingestion_mobile": "Mobile Apps", + "help.ingestion_mobile_desc": "Use any mobile scanning app that supports custom HTTP upload destinations to send photos and scans to DocuElevate from your phone or tablet.", + "help.ingestion_scanners": "Network Scanners", + "help.ingestion_scanners_desc": "Point any network scanner or multifunction printer at DocuElevate's upload endpoint. Scanned documents land directly in your processing queue.", + "help.ingestion_watched_folders": "Watched Folders", + "help.ingestion_watched_folders_desc": "Configure a local or network folder to be monitored. Any file placed in a watched folder is automatically uploaded and processed by DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrate DocuElevate into your automation workflows with Zapier, n8n, or Make. Use the REST API actions to trigger document uploads from any event.", + "help.meta_description": "Get help with DocuElevate – find guides on uploading documents, connecting cloud storage, setting up pipelines, and more.", + "help.og_description": "Get help with DocuElevate – find guides on uploading documents, connecting cloud storage, setting up pipelines, and more.", "help.page_title": "Help Center", "help.privacy_notice": "Privacy Notice", "help.quickstart_heading": "Quick Start", "help.quickstart_storage": "Connect Storage", "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", + "help.quickstart_storage_desc_full": "Head to Integrations and link your cloud storage accounts. DocuElevate supports Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, and more. Processed documents are automatically routed to every destination you configure.", "help.quickstart_upload": "Upload Documents", "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", "help.quickstart_workflows": "Automate Workflows", @@ -466,6 +809,7 @@ "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", "help.sources_scanner": "Scanner & Mobile", "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", + "help.sources_scanner_desc_full": "Configure your network scanner or multifunction printer to send scans directly to DocuElevate. Use the /api/upload endpoint as the destination. Mobile scanning apps with custom upload destinations are also supported.", "help.sources_web_upload": "Web Upload", "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", @@ -473,7 +817,9 @@ "help.support_admin_message": "Contact your administrator for support information.", "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", "help.support_heading": "Contact Support", + "help.support_live_chat": "Live Chat available – click the chat bubble to start a conversation.", "help.support_ticket_button": "Submit a Ticket", + "help.support_ticket_desc": "Fill in the form below and our support team will get back to you as soon as possible.", "help.support_ticket_heading": "Open a Support Ticket", "help.title": "Help Center", "help.workflows_creating": "Creating a Pipeline", @@ -481,15 +827,43 @@ "help.workflows_heading": "Workflows & Pipelines", "help.workflows_step_1": "Convert to PDF", "help.workflows_step_1_create": "Go to Pipelines in the main menu.", + "help.workflows_step_1_full": "Convert to PDF – all incoming files are normalised to a consistent PDF format.", "help.workflows_step_2": "OCR – extract text", "help.workflows_step_2_create": "Click New Pipeline and give it a name.", + "help.workflows_step_2_full": "OCR – extract selectable text from scanned pages using Azure Document Intelligence or the built-in engine.", "help.workflows_step_3": "AI metadata extraction", "help.workflows_step_3_create": "Add the processing steps you need.", + "help.workflows_step_3_full": "AI metadata extraction – classify document type and pull key fields such as amounts, dates, and names using OpenAI.", "help.workflows_step_4": "Deliver to one or more destinations", "help.workflows_step_4_create": "Choose one or more delivery destinations.", "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", "help.workflows_typical_steps": "Typical Steps", "help.workflows_what_is": "What is a Pipeline?", + "imprint.business_registration_heading": "Business Registration", + "imprint.business_registration_vat": "VAT Identification Number according to §27a Value Added Tax Act:", + "imprint.contact_heading": "Contact Information", + "imprint.dispute_heading": "Online Dispute Resolution", + "imprint.dispute_p1": "The European Commission provides a platform for online dispute resolution (OS):", + "imprint.dispute_p2": "We are not willing or obligated to participate in dispute resolution proceedings before a consumer arbitration board.", + "imprint.heading": "Imprint", + "imprint.legal_copyright": "All content on this website is protected by copyright. Any use outside the limits of copyright law requires the written consent of the respective author or creator.", + "imprint.legal_heading": "Legal Notices", + "imprint.legal_liability": "Despite careful content control, we assume no liability for the content of external links. The operators of the linked pages are solely responsible for their content.", + "imprint.page_title": "Imprint - DocuElevate", + "imprint.policies_cookie_desc": "Information about cookies we use", + "imprint.policies_cookie_label": "Cookie Policy", + "imprint.policies_heading": "Related Policies", + "imprint.policies_intro": "Our service is governed by the following policies:", + "imprint.policies_license_desc": "How our software is licensed", + "imprint.policies_license_label": "License Information", + "imprint.policies_privacy_desc": "How we handle your data", + "imprint.policies_privacy_label": "Privacy Policy", + "imprint.policies_terms_desc": "Rules for using DocuElevate", + "imprint.policies_terms_label": "Terms of Service", + "imprint.provider_heading": "Service Provider", + "imprint.responsible_content_heading": "Responsible for Content", + "imprint.responsible_content_rstv": "According to § 55 Abs. 2 RStV:", + "imprint.subtitle": "Information according to § 5 TMG (German Telemedia Act)", "index.badge_intelligent": "Intelligent Document Processing", "index.button_browse_files": "Browse Files", "index.button_upload": "Upload", @@ -535,6 +909,7 @@ "index.page_title_dashboard": "Dashboard", "index.page_title_public": "Intelligent Document Processing", "index.platform_overview": "Platform overview", + "index.processing_stats": "Processing Stats", "index.quick_actions": "Quick Actions", "index.quick_documents": "My Documents", "index.quick_documents_desc": "Browse your processed files", @@ -553,9 +928,13 @@ "index.stat_active_integrations": "Active Integrations", "index.stat_active_users": "Active users", "index.stat_files_month": "Files this month", + "index.stat_files_ocr": "Files with OCR", "index.stat_files_today": "Files today", "index.stat_storage_targets": "Storage Targets", + "index.stat_this_month": "This month", + "index.stat_today": "Today", "index.stat_total_files": "Total files", + "index.stat_total_processed": "Total processed", "index.tier_plan": "Plan", "index.tier_upgrade": "Upgrade", "index.tier_view_details": "View full details", @@ -570,20 +949,95 @@ "index.usage_my_usage": "My usage", "index.usage_today": "Files today", "index.usage_unlimited": "Unlimited", + "integrations.access_key_label": "Access Key ID", + "integrations.active_label": "Active", + "integrations.add_button": "Add Integration", + "integrations.add_first_button": "Add Your First Integration", + "integrations.api_token_label": "API Token", + "integrations.authorize_btn": "Authorize", + "integrations.authorize_reauth": "Re-Authorize", + "integrations.bucket_label": "Bucket", "integrations.configure": "Configure", "integrations.connect": "Connect", "integrations.connected": "Connected", + "integrations.connection_failed": "Connection failed", + "integrations.connection_success": "Connection successful", + "integrations.delete_confirm_are_you_sure": "Are you sure you want to delete", + "integrations.delete_confirm_title": "Delete Integration?", + "integrations.delete_confirm_undone": "This action cannot be undone.", + "integrations.delete_emails_label": "Delete emails after processing", + "integrations.delete_files_label": "Delete files after processing", + "integrations.destinations_quota_label": "Storage Destinations:", + "integrations.destinations_section": "Destinations", + "integrations.direction_destination": "Destination (storage)", + "integrations.direction_label": "Direction", + "integrations.direction_placeholder": "— Select —", + "integrations.direction_source": "Source (ingestion)", "integrations.disconnect": "Disconnect", + "integrations.email_settings": "Email Forward Settings", "integrations.empty_state": "No integrations configured", + "integrations.endpoint_label": "Endpoint URL", + "integrations.endpoint_optional": "(optional, for S3-compatible)", "integrations.folder_label": "Folder", + "integrations.folder_optional": "(optional)", + "integrations.folder_path_label": "Folder Path", + "integrations.folder_prefix_label": "Folder Prefix", + "integrations.generic_settings_hint": "Configuration for this integration type can be provided as JSON after creation via the API.", + "integrations.gmail_hint": "Gmail labels & star: when enabled, processed emails are starred and tagged with an \"Ingested\" label in Gmail. Only applies to Gmail servers.", + "integrations.gmail_labels": "Apply Gmail labels & star", "integrations.host_label": "Host", "integrations.imap_settings": "IMAP Settings", + "integrations.loading": "Loading integrations…", + "integrations.modal_close": "Close modal", + "integrations.modal_title_add": "Add Integration", + "integrations.modal_title_edit": "Edit Integration", + "integrations.name_label": "Label", + "integrations.name_placeholder": "e.g. Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Nextcloud Settings", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Add your first integration to connect ingestion sources (like IMAP) and storage destinations (like S3, Dropbox, or Google Drive).", "integrations.not_connected": "Not Connected", + "integrations.oauth_folder_label": "Folder", + "integrations.oauth_hint": "Save this integration first, then use the Authorize button to complete the OAuth flow. Your credentials will be stored securely in your personal integration record.", "integrations.page_title": "Integrations", + "integrations.paperless_settings": "Paperless NGX Settings", "integrations.password_label": "Password", + "integrations.paused": "Paused", + "integrations.plan_label": "Plan:", "integrations.port_label": "Port", + "integrations.quota_not_available": "(not available)", + "integrations.quota_unlimited": "/ unlimited", + "integrations.recipient_label": "Recipient Email", + "integrations.region_label": "Region", + "integrations.remote_path_label": "Remote Path", + "integrations.s3_prefix_label": "Prefix (folder path)", + "integrations.s3_settings": "S3 Settings", + "integrations.secret_key_label": "Secret Access Key", + "integrations.show_password": "Show password", + "integrations.show_secrets": "Show secrets", + "integrations.show_token": "Show token", + "integrations.source_local": "Local Filesystem", + "integrations.source_type_label": "Source Type", + "integrations.sources_quota_label": "Mailbox Sources:", + "integrations.sources_section": "Sources", + "integrations.subtitle": "Manage your ingestion sources and storage destinations in one place.", "integrations.title": "Integrations", + "integrations.type_label": "Integration Type", + "integrations.type_placeholder": "— Select direction first —", + "integrations.upgrade_plan": "Upgrade Plan", + "integrations.use_ssl": "Use SSL", "integrations.username_label": "Username", + "integrations.watch_folder_settings": "Watch Folder Settings", + "integrations.webdav_settings": "WebDAV Settings", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Ingestion", + "integrations.webhook_how_heading": "How Webhook Ingestion Works", + "integrations.webhook_how_text": "A webhook integration allows external systems to push documents directly into DocuElevate via the REST API. Instead of DocuElevate polling for new files (like IMAP), your application sends files to DocuElevate using an HTTP request with an API token for authentication.", + "integrations.webhook_ideal_text": "This is ideal for CI/CD pipelines, automation scripts, scanner integrations, or any system that generates documents and needs to send them for processing.", + "integrations.webhook_quick_start": "Quick Start", + "integrations.webhook_security_tip": "Create a dedicated API token for each integration and revoke it immediately if compromised. Tokens can be managed on the API Tokens page.", + "integrations.webhook_step1": "Go to {api_tokens_link} and create a personal token.", + "integrations.webhook_upload_with_token": "Use the token to upload documents via the API:", "language.bg": "Български", "language.ca": "Català", "language.change_success": "Language changed to {language}", @@ -607,10 +1061,12 @@ "language.lv": "Latviešu", "language.nb": "Norsk", "language.nl": "Nederlands", + "language.no_results": "No languages found", "language.pl": "Polski", "language.pt": "Português", "language.ro": "Română", "language.ru": "Русский", + "language.search_placeholder": "Search languages…", "language.selector": "Language", "language.selector_label": "Select language", "language.sk": "Slovenčina", @@ -619,7 +1075,22 @@ "language.tr": "Türkçe", "language.uk": "Українська", "language.zh": "中文", + "license.apache_description": "DocuElevate is distributed under the Apache License 2.0, which is a permissive open-source software license that allows you to use, modify, distribute, and contribute to the project.", + "license.apache_heading": "Apache License 2.0", + "license.heading": "License Information", + "license.page_title": "License Information - DocuElevate", + "license.related_about_link": "About page", + "license.related_and": "and", + "license.related_heading": "Related Information", + "license.related_p1_post": "for information about using the DocuElevate service.", + "license.related_p1_pre": "While this license governs the use of our software, please also review our", + "license.related_p2_post": ".", + "license.related_p2_pre": "For more information about DocuElevate, please visit the", + "license.related_privacy_link": "Privacy Policy", + "license.related_terms_link": "Terms of Service", "nav.about": "About", + "nav.account_menu": "Account menu", + "nav.account_menu_for": "Account menu for {name}", "nav.admin": "Admin", "nav.admin.audit_logs": "Audit Logs", "nav.admin.backups": "Backups", @@ -638,6 +1109,7 @@ "nav.duplicates": "Duplicates", "nav.file_manager": "File Manager", "nav.files": "Files", + "nav.get_started": "Get Started", "nav.help": "Help", "nav.help_center": "Help Center", "nav.imap": "Email Import", @@ -646,18 +1118,21 @@ "nav.login": "Log In", "nav.logout": "Log Out", "nav.main_navigation": "Main navigation", + "nav.my_subscription": "My Subscription", "nav.notifications": "Notifications", "nav.open_main_menu": "Open main menu", "nav.pipelines": "Pipelines", "nav.plan_designer": "Plan Designer", "nav.pricing": "Pricing", "nav.profile": "Profile", + "nav.profile_settings": "Profile Settings", "nav.queue": "Queue", "nav.queue_monitor": "Queue Monitor", "nav.scheduled_jobs": "Scheduled Jobs", "nav.search": "Search", "nav.settings": "Settings", "nav.shared_links": "Shared Links", + "nav.sign_out": "Sign Out", "nav.signup": "Sign Up", "nav.similarity": "Similarity", "nav.skip_to_content": "Skip to main content", @@ -713,6 +1188,220 @@ "pipelines.system_label": "System", "pipelines.system_pipeline_label": "System pipeline (visible to all users)", "pipelines.title": "Processing Pipelines", + "privacy.heading": "DocuElevate – Privacy Notice", + "privacy.last_updated": "Last Updated:", + "privacy.page_title": "Privacy Notice - DocuElevate", + "privacy.s10_access_body": "You may request a copy of the personal data we hold about you.", + "privacy.s10_access_label": "Right of Access (Art. 15):", + "privacy.s10_complaint_body": "You have the right to lodge a complaint with your national Data Protection Authority (DPA). In Germany: Bundesbeauftragte für den Datenschutz und die Informationsfreiheit (BfDI). In the UK: Information Commissioner's Office (ICO). In Switzerland: Federal Data Protection and Information Commissioner (FDPIC).", + "privacy.s10_complaint_label": "Right to Lodge a Complaint:", + "privacy.s10_contact": "To exercise any of the above rights, contact us at", + "privacy.s10_erasure_body": "You may request deletion of your personal data where there is no overriding legitimate reason for us to retain it.", + "privacy.s10_erasure_label": "Right to Erasure (Art. 17):", + "privacy.s10_heading": "10. Your Rights (EU / EEA / UK / Switzerland)", + "privacy.s10_object_body": "You may object to processing based on legitimate interests at any time.", + "privacy.s10_object_label": "Right to Object (Art. 21):", + "privacy.s10_p1": "Under GDPR (and the UK GDPR / Swiss nFADP equivalent), you have the following rights:", + "privacy.s10_portability_body": "You may request your data in a structured, commonly used, machine-readable format.", + "privacy.s10_portability_label": "Right to Data Portability (Art. 20):", + "privacy.s10_rectification_body": "You may request correction of inaccurate or incomplete personal data.", + "privacy.s10_rectification_label": "Right to Rectification (Art. 16):", + "privacy.s10_response": "We will respond within one calendar month (extendable by two further months for complex requests).", + "privacy.s10_restriction_body": "You may request that we temporarily halt processing of your data in certain circumstances.", + "privacy.s10_restriction_label": "Right to Restriction (Art. 18):", + "privacy.s10_withdraw_body": "Where processing is based on consent, you may withdraw that consent at any time without affecting the lawfulness of prior processing.", + "privacy.s10_withdraw_label": "Right to Withdraw Consent:", + "privacy.s11_categories_body": "Identifiers (name, email), account authentication tokens, and document metadata that you choose to upload.", + "privacy.s11_categories_label": "Categories of personal information collected:", + "privacy.s11_contact": "To submit a verifiable consumer request, contact us at", + "privacy.s11_correct_body": "You may request correction of inaccurate personal information.", + "privacy.s11_correct_label": "Right to Correct:", + "privacy.s11_delete_body": "You may request deletion of personal information we have collected, subject to certain exceptions.", + "privacy.s11_delete_label": "Right to Delete:", + "privacy.s11_heading": "11. Additional Rights – United States (CCPA / CPRA)", + "privacy.s11_know_body": "You may request disclosure of the categories and specific pieces of personal information we have collected about you.", + "privacy.s11_know_label": "Right to Know:", + "privacy.s11_limit_body": "We do not use sensitive personal information beyond what is necessary to provide the service.", + "privacy.s11_limit_label": "Right to Limit Use of Sensitive Personal Information:", + "privacy.s11_nondiscrim_body": "We will not discriminate against you for exercising any of these rights.", + "privacy.s11_nondiscrim_label": "Non-Discrimination:", + "privacy.s11_optout_body": "We do not sell or share personal information as defined by CCPA/CPRA. No opt-out mechanism is required; however, you may contact us to confirm this.", + "privacy.s11_optout_label": "Right to Opt Out of Sale / Sharing:", + "privacy.s11_p1": "If you are a resident of California or another US state with applicable privacy legislation (including Virginia VCDPA, Colorado CPA, Connecticut CTDPA, Utah UCPA), the following additional disclosures apply:", + "privacy.s11_purpose_body": "Providing, improving, and securing the DocuElevate service. We do not sell or share personal information for cross-context behavioural advertising.", + "privacy.s11_purpose_label": "Purpose of collection:", + "privacy.s11_response": "We will respond within 45 days (extendable by an additional 45 days when reasonably necessary).", + "privacy.s12_access_body": "You may request access to your personal information and information about how it has been used or disclosed.", + "privacy.s12_access_label": "Right of Access:", + "privacy.s12_contact": "Direct privacy complaints to our Privacy Officer at", + "privacy.s12_contact_post": ", or to the Office of the Privacy Commissioner of Canada.", + "privacy.s12_correction_body": "You may challenge the accuracy or completeness of your personal information and request correction.", + "privacy.s12_correction_label": "Right to Correction:", + "privacy.s12_heading": "12. Additional Rights – Canada (PIPEDA / Québec Law 25)", + "privacy.s12_li1": "We collect, use, and disclose personal information only with your knowledge and consent, or as permitted by law.", + "privacy.s12_p1": "If you are located in Canada, the following applies under the Personal Information Protection and Electronic Documents Act (PIPEDA) and applicable provincial legislation (including Québec Law 25 / Bill 64):", + "privacy.s12_quebec_body": "Under Law 25, you have additional rights including the right to data portability (effective September 2023) and the right to de-indexation where personal information is disseminated online.", + "privacy.s12_quebec_label": "Québec residents:", + "privacy.s12_withdraw_body": "Subject to legal or contractual restrictions, you may withdraw consent to the collection, use, or disclosure of your personal information on reasonable notice.", + "privacy.s12_withdraw_label": "Right to Withdraw Consent:", + "privacy.s13_brazil_body": "If you are located in Brazil, you have the following rights under the LGPD:", + "privacy.s13_brazil_label": "Brazil (LGPD – Lei Geral de Proteção de Dados, Law 13.709/2018):", + "privacy.s13_contact": "Contact:", + "privacy.s13_heading": "13. Additional Rights – Latin America (LGPD & Others)", + "privacy.s13_li1": "Confirmation of the existence of processing and access to your data.", + "privacy.s13_li2": "Correction of incomplete, inaccurate, or outdated data.", + "privacy.s13_li3": "Anonymisation, blocking, or deletion of unnecessary or excessive data.", + "privacy.s13_li4": "Portability of your data to another service or product provider.", + "privacy.s13_li5": "Deletion of personal data processed with your consent.", + "privacy.s13_li6": "Information about entities with which your data has been shared.", + "privacy.s13_li7": "Information about the possibility of not consenting and the consequences of refusal.", + "privacy.s13_li8": "Revocation of consent.", + "privacy.s13_other_body": "We also recognise applicable privacy laws in Argentina (PDPA), Mexico (LFPDPPP), Chile, Colombia (Ley 1581), and others. Users in these jurisdictions may exercise equivalent rights as outlined under their national law by contacting us.", + "privacy.s13_other_label": "Other Latin American Countries:", + "privacy.s14_apj_body": "We recognise the data protection rights afforded to residents of these jurisdictions under their respective national laws. Contact us to exercise your rights.", + "privacy.s14_apj_label": "Other APJ markets (Singapore PDPA, New Zealand Privacy Act, India DPDP Act):", + "privacy.s14_australia_body": "Australian residents may request access to and correction of their personal information. We will respond to access requests within 30 days. Complaints may be lodged with the Office of the Australian Information Commissioner (OAIC).", + "privacy.s14_australia_label": "Australia (Privacy Act 1988 and Australian Privacy Principles):", + "privacy.s14_contact": "Contact:", + "privacy.s14_heading": "14. Additional Rights – Asia-Pacific & Japan", + "privacy.s14_japan_body": "Japanese residents may request disclosure, correction, addition or deletion, suspension of use, erasure, or suspension of third-party provision of their personal information held by us. Third-party disclosures require your prior consent except where permitted by law.", + "privacy.s14_japan_label": "Japan (APPI – Act on the Protection of Personal Information):", + "privacy.s14_korea_body": "Korean residents may request access, correction, deletion, and suspension of processing. We handle personal information of Korean residents in accordance with the PIPA.", + "privacy.s14_korea_label": "South Korea (PIPA – Personal Information Protection Act):", + "privacy.s15_contact": "Contact:", + "privacy.s15_heading": "15. Additional Rights – Ukraine", + "privacy.s15_p1": "Users located in Ukraine are protected under the Law of Ukraine \"On Personal Data Protection\" (No. 2297-VI). Your rights include access to, correction, blocking, and deletion of your personal data, as well as the right to object to processing.", + "privacy.s16_cookies_link": "Cookie Policy", + "privacy.s16_heading": "16. Updates to this Privacy Notice", + "privacy.s16_license_link": "License Information", + "privacy.s16_p1": "We may update this notice from time to time to reflect changes in our practices or applicable laws. The \"Last Updated\" date at the top of this page indicates when the notice was last revised. Where changes are material, we will notify users via in-application notification or email where appropriate.", + "privacy.s16_p2_pre": "If you have any questions or concerns about this Privacy Notice or your personal data, please contact us at", + "privacy.s16_p3_pre": "Please also review our", + "privacy.s16_terms_link": "Terms of Service", + "privacy.s1_address": "Alter Steinweg 3, 20459 Hamburg, Germany", + "privacy.s1_company": "Christian Louis IT Beratung", + "privacy.s1_contact_label": "Contact Email:", + "privacy.s1_heading": "1. Data Controller", + "privacy.s1_p1": "The controller responsible for processing your personal data under the EU General Data Protection Regulation (GDPR) and equivalent privacy laws worldwide is:", + "privacy.s1_p3": "For all privacy-related requests (access, deletion, rectification, opt-out, or complaints), please contact us at the email address above. We will respond within 30 days (or the period prescribed by applicable law).", + "privacy.s2_heading": "2. Scope of this Privacy Notice", + "privacy.s2_p1_pre": "This notice applies to the DocuElevate web application, hosted at", + "privacy.s2_p2": "It covers all users globally, including those in the European Union (EU), European Economic Area (EEA), Germany, United Kingdom (UK), Switzerland, Ukraine, United States (US), Canada, Latin America (Latam), Asia-Pacific, and Japan. Market-specific disclosures are provided in dedicated sections below.", + "privacy.s3_audit_body": "We maintain limited audit logs (action type, timestamp, user identifier) to ensure service integrity and security. These logs do not include document content.", + "privacy.s3_audit_label": "Audit Logs:", + "privacy.s3_auth_body": "We use OAuth 2.0 (Google, Dropbox, Microsoft/OneDrive) and optional local authentication. Through OAuth, we may receive your name, email address, and profile picture.", + "privacy.s3_auth_label": "User Authentication:", + "privacy.s3_doc_body": "Documents you upload are processed for OCR (optical character recognition), metadata extraction, and storage to your chosen cloud provider. Document content is processed only for the purpose you initiate and is not stored beyond what is operationally necessary.", + "privacy.s3_doc_label": "Document Processing:", + "privacy.s3_heading": "3. Data Collection & Purposes", + "privacy.s3_legal_body": "Our primary legal bases for processing are:", + "privacy.s3_legal_label": "Legal Basis (GDPR Art. 6):", + "privacy.s3_li1": "(1)(b) Performance of a contract: to provide the DocuElevate service you have requested.", + "privacy.s3_li2": "(1)(c) Legal obligation: to comply with applicable laws and regulations.", + "privacy.s3_li3": "(1)(f) Legitimate interests: ensuring the security of the service and preventing fraud.", + "privacy.s4_heading": "4. Data Minimization & Purpose Limitation", + "privacy.s4_li1": "We collect only the minimum personal data required to operate the service.", + "privacy.s4_li2": "Document content is processed strictly for the purpose you initiate (OCR, storage, metadata extraction). We do not use your documents to train AI models or for any secondary purpose.", + "privacy.s4_li3": "No advertising, behavioural tracking, or profiling is performed.", + "privacy.s4_li4": "No tracking cookies or analytics scripts are loaded.", + "privacy.s4_li5": "Third-party AI services (e.g., OpenAI, Azure Document Intelligence) are invoked only when you initiate document processing, and data is transmitted under data processing agreements.", + "privacy.s4_p1": "DocuElevate is designed with data minimization as a core principle (GDPR Art. 5(1)(c)):", + "privacy.s5_cookie_link": "Cookie Policy", + "privacy.s5_heading": "5. Use of Cookies & Similar Technologies", + "privacy.s5_p1_post": "to maintain your authenticated session. These cookies are essential for the service to function and are exempt from prior-consent requirements under the EU ePrivacy Directive (Art. 5(3)) and equivalent national laws.", + "privacy.s5_p1_pre": "DocuElevate uses", + "privacy.s5_p1_strong": "only strictly necessary session cookies", + "privacy.s5_p2_body": "analytics cookies, advertising cookies, tracking pixels, or any third-party cookies that would require your consent.", + "privacy.s5_p2_label": "We do not use:", + "privacy.s5_p3_pre": "For full details on the cookies we set, their names, duration, and purpose, please visit our", + "privacy.s6_ai_body": "When you initiate OCR or AI-based metadata extraction, document data is transmitted to the AI service you or your administrator has configured. This transmission is governed by a data processing agreement with the respective provider.", + "privacy.s6_ai_label": "AI Processing Services (OpenAI, Azure Document Intelligence, others):", + "privacy.s6_heading": "6. Third-Party Services", + "privacy.s6_no_sale_body": "We do not sell, rent, or share your personal data with third parties for advertising, marketing, or any purpose unrelated to providing the service.", + "privacy.s6_no_sale_label": "No Sale or Sharing for Advertising:", + "privacy.s6_oauth_body": "When you choose to authenticate via OAuth, the respective provider processes your credentials and may share limited profile information with us. These providers maintain their own privacy policies.", + "privacy.s6_oauth_label": "OAuth Providers (Google, Dropbox, Microsoft):", + "privacy.s6_storage_body": "Documents are stored in the cloud provider you configure. Your configured credentials are stored encrypted in the application database and are used solely to perform the storage operations you request.", + "privacy.s6_storage_label": "Cloud Storage Providers (Google Drive, Dropbox, OneDrive, Amazon S3, Nextcloud, WebDAV/SFTP/FTP):", + "privacy.s7_adequacy_body": "where the European Commission has recognised an equivalent level of protection (e.g., United Kingdom, Switzerland, Canada (commercial organisations), Japan, South Korea).", + "privacy.s7_adequacy_label": "Adequacy Decisions", + "privacy.s7_contact": "You may request a copy of the relevant safeguards by contacting us at", + "privacy.s7_heading": "7. International Data Transfers", + "privacy.s7_idta_body": "for transfers from the UK after Brexit.", + "privacy.s7_idta_label": "UK International Data Transfer Agreements (IDTAs)", + "privacy.s7_p1": "DocuElevate is hosted in the European Union / EEA by default. Where personal data is transferred outside the EEA (for example to US-based AI service providers such as OpenAI), we rely on appropriate safeguards including:", + "privacy.s7_scc_body": "adopted by the European Commission (2021/914/EU) for transfers to processors and controllers in third countries.", + "privacy.s7_scc_label": "Standard Contractual Clauses (SCCs)", + "privacy.s8_audit_body": "Retained for up to 90 days for security and compliance purposes.", + "privacy.s8_audit_label": "Audit logs:", + "privacy.s8_contact": "To request deletion of your account and all associated personal data, please contact us at", + "privacy.s8_files_body": "Retained for the duration of your use of the service. You may delete individual files at any time through the application.", + "privacy.s8_files_label": "File records and metadata:", + "privacy.s8_heading": "8. Data Retention", + "privacy.s8_oauth_body": "Stored in encrypted form and revocable at any time via your OAuth provider.", + "privacy.s8_oauth_label": "OAuth tokens:", + "privacy.s8_p1": "We retain personal data only as long as strictly necessary to provide the DocuElevate service or to comply with legal obligations:", + "privacy.s8_session_body": "Deleted when you log out or after session timeout.", + "privacy.s8_session_label": "Session data:", + "privacy.s9_heading": "9. Data Security", + "privacy.s9_li1": "Encryption of credentials and sensitive configuration at rest.", + "privacy.s9_li2": "Transport Layer Security (TLS/HTTPS) for all communications.", + "privacy.s9_li3": "Role-based access controls limiting access to personal data.", + "privacy.s9_li4": "Regular security audits and dependency vulnerability scanning.", + "privacy.s9_li5": "CSRF protection on all state-changing requests.", + "privacy.s9_p1": "We implement appropriate technical and organisational measures (TOMs) to protect your personal data, including:", + "privacy.toc_1": "Data Controller", + "privacy.toc_10": "Your Rights (EU / EEA / UK / Switzerland)", + "privacy.toc_11": "Additional Rights – United States (CCPA/CPRA)", + "privacy.toc_12": "Additional Rights – Canada (PIPEDA / Law 25)", + "privacy.toc_13": "Additional Rights – Latin America (LGPD & others)", + "privacy.toc_14": "Additional Rights – Asia-Pacific & Japan", + "privacy.toc_15": "Additional Rights – Ukraine", + "privacy.toc_16": "Updates to this Privacy Notice", + "privacy.toc_2": "Scope of this Privacy Notice", + "privacy.toc_3": "Data Collection & Purposes", + "privacy.toc_4": "Data Minimization & Purpose Limitation", + "privacy.toc_5": "Use of Cookies & Similar Technologies", + "privacy.toc_6": "Third-Party Services", + "privacy.toc_7": "International Data Transfers", + "privacy.toc_8": "Data Retention", + "privacy.toc_9": "Data Security", + "privacy.toc_heading": "Contents", + "profile.avatar_alt": "Your profile picture", + "profile.avatar_heading": "Profile Picture", + "profile.avatar_remove": "Remove custom avatar", + "profile.avatar_upload_hint": "Upload a JPEG, PNG, GIF, or WebP image up to 2 MB. If no custom picture is set, your {gravatar} is shown.", + "profile.choose_image": "Choose image…", + "profile.confirm_password": "Confirm New Password", + "profile.contact_email_hint": "Used for system notifications. This does not change your login e-mail.", + "profile.contact_email_label": "Contact / Notification E-mail", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "Current Password", + "profile.dismiss": "Dismiss", + "profile.display_name_hint": "Leave blank to use your account username or email.", + "profile.display_name_label": "Display Name", + "profile.display_name_placeholder": "Your name as shown in the UI", + "profile.general_heading": "General Information", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profile Settings", + "profile.language_auto_detect": "Auto-detect (from browser)", + "profile.language_hint": "Choose your preferred interface language. “Auto-detect” follows your browser settings.", + "profile.language_label": "UI Language", + "profile.new_password": "New Password", + "profile.new_password_hint": "Minimum 8 characters.", + "profile.page_title": "Profile Settings – DocuElevate", + "profile.password_heading": "Change Password", + "profile.preferences_heading": "Preferences", + "profile.save_button": "Save Changes", + "profile.saving": "Saving…", + "profile.subtitle": "Manage your display name, avatar, language, and theme preferences.", + "profile.theme_dark": "Dark", + "profile.theme_hint": "“System Default” follows your device’s dark-mode setting.", + "profile.theme_label": "Colour Scheme", + "profile.theme_light": "Light", + "profile.theme_system": "System Default", + "profile.update_password": "Update Password", + "profile.updating": "Updating…", "queue.active_tasks": "Active Tasks", "queue.auto_refresh_1": "Auto-refreshes every", "queue.auto_refresh_2": "seconds", @@ -890,14 +1579,131 @@ "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", "similarity.trigger_now": "trigger it now", + "status.active": "Active", + "status.ai_empty_response": "(empty)", + "status.ai_extraction_desc": "Paste the plain-text content of a document below and run it through the configured AI provider to inspect the raw response, extracted JSON, and tags.", + "status.ai_extraction_failed": "AI Extraction Failed", + "status.ai_extraction_label": "Document Text", + "status.ai_extraction_placeholder": "Paste the plain-text content of your document here…", + "status.ai_extraction_title": "AI Extraction Test", "status.app_version": "App Version", + "status.as_account": "as", + "status.auth_required": "Authentication Required", "status.build_date": "Build Date", + "status.config_settings": "Configuration Settings", + "status.config_settings_desc": "For more detailed configuration settings and environment variables, check the settings page.", + "status.configure_now": "Configure Now", + "status.configured": "Configured", + "status.connection_error": "Connection Error", + "status.connection_test_failed": "Connection Test Failed", + "status.connection_test_successful": "Connection Test Successful", "status.container_id": "Container ID", + "status.container_started": "Container Started", + "status.dashboard_subtitle": "This dashboard shows the status of all configured integrations and targets.", + "status.debug_mode": "Debug Mode", + "status.error_running_extraction": "Error running extraction: ", + "status.error_testing_connection": "Error testing connection: ", + "status.error_testing_notifications": "Error testing notifications: ", + "status.extracted_tags": "Extracted Tags", "status.git_commit": "Git Commit", + "status.inactive": "Inactive", + "status.json_parse_issue": "JSON parse issue: ", "status.last_check": "Last Check", + "status.manage": "Manage", + "status.modal_default_message": "Operation completed successfully.", + "status.modal_default_title": "Success", + "status.no_details": "No details available", + "status.not_configured": "Not Configured", + "status.notification_config_missing": "Notification Configuration Missing", + "status.open": "Open", "status.page_title": "System Status", + "status.parsed_json_label": "Parsed JSON", + "status.provider_config_details": "{name} Configuration Details", + "status.provider_details": "Provider Details", + "status.raw_llm_response": "Raw LLM Response", + "status.run_extraction": "Run Extraction", + "status.running": "Running…", + "status.sending": "Sending...", "status.setting_label": "Setting", + "status.test_connection": "Test Connection", + "status.test_extraction": "Test Extraction", + "status.test_failed": "Test Failed", + "status.test_notification_failed": "Test Notification Failed", + "status.test_notification_sent": "Test Notification Sent", + "status.test_notifications": "Test Notifications", + "status.test_provider": "Test {name}", + "status.test_successful": "Test Successful", + "status.testing": "Testing...", + "status.token_expired": "Your token has expired or is invalid. Please reconfigure this connection.", + "status.token_valid_for": "Token valid for:", "status.value_label": "Value", + "status.view_config": "View Detailed Configuration", + "status.view_details": "View Details", + "subscription.available_plans_heading": "Available Plans", + "subscription.back_to_dashboard": "Back to Dashboard", + "subscription.cancel_pending": "Cancel change", + "subscription.cancel_scheduled": "Cancel scheduled change", + "subscription.contact_sales": "Contact Sales", + "subscription.current_badge": "Current", + "subscription.current_plan": "Current Plan", + "subscription.current_plan_cta": "Your current plan", + "subscription.downgrade_to_prefix": "Downgrade to", + "subscription.features_heading": "What’s included in your plan", + "subscription.free": "Free", + "subscription.heading": "My Subscription", + "subscription.keep_plan_prefix": "Keep", + "subscription.lifetime_files": "Total files (lifetime)", + "subscription.month_files": "Files this month", + "subscription.more_features_label": "more", + "subscription.page_title": "My Subscription – DocuElevate", + "subscription.pending_badge": "Pending", + "subscription.pending_benefits": "You keep all current plan benefits until then.", + "subscription.pending_on": "on", + "subscription.pending_title": "Pending plan change scheduled", + "subscription.pending_will_change": "Your plan will change to", + "subscription.per_mo": "/mo", + "subscription.per_month": "/month", + "subscription.since": "Since", + "subscription.single_user_body": "Subscription tiers apply when multi-user mode is active. Your instance currently runs in single-user mode with no processing limits. An admin can enable multi-user mode via {settings_link}.", + "subscription.single_user_title": "Multi-user mode is not enabled.", + "subscription.subtitle": "Your current plan, usage and available upgrades.", + "subscription.this_month_label": "this month", + "subscription.today_files": "Files today", + "subscription.today_label": "today", + "subscription.unlimited": "Unlimited", + "subscription.upgrade_info": "Upgrades take effect immediately. Downgrades are scheduled for the end of your current billing period.", + "subscription.upgrade_to_prefix": "Upgrade to", + "subscription.usage_heading": "Usage", + "terms.cookie_link": "Cookie Policy", + "terms.heading": "Terms of Service", + "terms.last_updated": "Last Updated:", + "terms.license_link": "License Information", + "terms.page_title": "Terms of Service - DocuElevate", + "terms.privacy_link": "Privacy Policy", + "terms.s1_heading": "1. Acceptance of Terms", + "terms.s1_p1": "By accessing or using DocuElevate, you agree to be bound by these Terms of Service. If you do not agree to these terms, please do not use this service.", + "terms.s2_heading": "2. Description of Service", + "terms.s2_p1": "DocuElevate provides document processing, OCR, metadata extraction, and storage services. We reserve the right to modify or discontinue any aspect of the service at any time.", + "terms.s3_heading": "3. User Responsibilities", + "terms.s3_li1": "All content you upload to DocuElevate", + "terms.s3_li2": "Ensuring you have proper rights to upload and process documents", + "terms.s3_li3": "Maintaining the confidentiality of your account credentials", + "terms.s3_li4": "Any activity that occurs under your account", + "terms.s3_p1": "You are responsible for:", + "terms.s3_p2_and": "and", + "terms.s3_p2_post": ".", + "terms.s3_p2_pre": "By using our service, you also agree to our", + "terms.s4_heading": "4. Intellectual Property Rights", + "terms.s4_p1": "DocuElevate respects intellectual property rights. Users may not upload content that infringes on the intellectual property rights of others.", + "terms.s5_heading": "5. Limitation of Liability", + "terms.s5_p1": "DocuElevate provides the service \"as is\" without warranties of any kind. We shall not be liable for any direct, indirect, incidental, special, consequential, or punitive damages resulting from your use of or inability to use the service.", + "terms.s6_heading": "6. Governing Law", + "terms.s6_p1": "These Terms shall be governed by the laws of Germany, without regard to its conflict of law provisions.", + "terms.s6_p2_post": ".", + "terms.s6_p2_pre": "If you have any questions about these Terms, please contact us at", + "terms.s6_p3_mid": ". For licensing information, please refer to our", + "terms.s6_p3_post": ".", + "terms.s6_p3_pre": "For information about how we use cookies, please see our", "upload.browse_button": "Browse Files", "upload.button_processing": "Processing...", "upload.camera_button": "Take Photo / Scan Document", diff --git a/frontend/translations/eo.json b/frontend/translations/eo.json index d36160ed..28ce9d88 100644 --- a/frontend/translations/eo.json +++ b/frontend/translations/eo.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Renkontu la Kreanton", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", + "about.creator_pre": "DocuElevate estas pasie disvolvita de", + "about.features_admin_api": "Potenca REST API por programar aliron", + "about.features_admin_config": "Tre agordebla per medio variablaj", + "about.features_admin_docker": "Docker-preta por facila deplojado kaj skalado", + "about.features_admin_heading": "Administrado", + "about.features_admin_oauth2": "OAuth2 aŭtentikiga subteno kun Authentik", + "about.features_automation_background": "Fona procesado kun Redis kaj Celery", + "about.features_automation_gmail": "Gmail kaj ĝenerala retpoŝta konto integriĝo", + "about.features_automation_heading": "Aŭtomatigo", + "about.features_automation_imap": "IMAP enirkontrolo el pluraj fontoj", + "about.features_automation_ingestion": "Aŭtomatigita dokumenta enigo el diversaj enigoj", + "about.features_heading": "Ĉefaj Trajtoj", + "about.features_integration_cloud": "Nuba stokado: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integriĝo & Stokado", + "about.features_integration_multi_dest": "Multi-destino subteno (stoku dokumentojn en pluraj lokoj)", + "about.features_integration_protocols": "Transfiraj protokoloj: FTP, SFTP, Retpoŝta antaŭenigo", + "about.features_integration_selfhosted": "Fogaditaj opcioj: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Inteligenta dokumenta klasifiko kaj datumo elpelo", + "about.features_processing_heading": "Dokumenta Procesado", + "about.features_processing_metadata": "Aŭtomatigita metadata elpelo uzante plugablajn AI provizantojn", + "about.features_processing_ocr": "OCR potenca de Azure Document Intelligence", + "about.features_processing_pdf": "PDF konvertiĝo por diversaj dosierformatoj per Gotenberg", + "about.features_processing_upload": "Simplaj kaj sekuraj dosieraj alŝutoj kun dragu & faldu subteno", + "about.github_logo_alt": "GitHub Emblemo", + "about.heading": "Pri DocuElevate", + "about.intro_post": " – via modernaj, inteligenta solvo por dokumenta procesado! Ni konstruis DocuElevate por tute transformi la manieron, kiel vi traktas viajn dokumentojn – el alŝuto al elpelo, el procesado al stokado.", + "about.intro_pre": "Bonvenon al ", + "about.involved_description": "Ĉu vi volas enprofundiĝi en la kodon, kontribui ideojn, aŭ lerni pli pri DocuElevate?", + "about.involved_docs": "Legu la Dokumentadon", + "about.involved_github": "Vidu DocuElevate en GitHub", + "about.involved_heading": "Iĝi Involvata", + "about.involved_website": "Vizitu DocuElevate Retsitejon", + "about.legal_description": "Ni zorgas pri via privateco kaj datuma sekureco. Bonvolu revizii nian:", + "about.legal_heading": "Privateco & Jura", + "about.legal_license": "Licencinformo", + "about.legal_privacy": "Privateca Notico", + "about.page_title": "Pri DocuElevate", + "about.story_heading": "Nia Historio", + "about.story_p1": "DocuElevate estis kreita kun unu celo en menso: simpligi kaj efikigi dokumentadministradon por ĉiuj, ĉu vi estas malgranda komenco aŭ granda entrepreno.", + "about.story_p2": "Ni uzas la potencon de pluginaj AI providantoj (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, kaj pli) por metadata eluziĝo kaj teksto rafinado, integriĝas senŝanalige kun Dropbox, Nextcloud, kaj Paperless NGX por stokejo kaj indekso, utiligas Azure Document Intelligence por OCR, kaj eĉ uzas Gotenberg por dosiero al PDF konvertiĝo.", + "api_tokens.col_created": "Kreita", "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "api_tokens.col_last_used": "Laste Uzita", + "api_tokens.col_name": "Nomo", + "api_tokens.col_prefix": "Token Prefikso", + "api_tokens.copy_to_clipboard": "Kopiu token al glubordo", + "api_tokens.copy_upload_example": "Kopiu elŝutekzemplon al glubordo", + "api_tokens.copy_warning_1": "Kopiu ĉi tiun tokenon nun — ĝi", + "api_tokens.copy_warning_2": "ne estos montrita denove", + "api_tokens.create_heading": "Krei Novan Tokenon", + "api_tokens.create_token": "Krei Tokenon", + "api_tokens.creating": "Kreante…", + "api_tokens.heading": "API Tokenoj", + "api_tokens.intro": "Kreu personajn API tokenojn por interagi kun la DocuElevate API programatic'e. Uzu tokenojn por webhook elŝutoj, CI/CD tuboj, aŭ ajna skripto kiu bezonas elŝuti aŭ recuperi dokumentojn.", + "api_tokens.loading_tokens": "Ŝargante tokenojn…", + "api_tokens.never": "Neniam", + "api_tokens.no_tokens_heading": "Neniuj API tokenoj ankoraŭ", + "api_tokens.no_tokens_help": "Kreu vian unuan tokenon supre por komenci.", + "api_tokens.page_title": "API Tokenoj – DocuElevate", + "api_tokens.revoke": "Revoki", + "api_tokens.revoke_prefix": "Revoki tokenon", + "api_tokens.status_active": "Aktiva", + "api_tokens.status_revoked": "Revokita", + "api_tokens.table_aria": "API Tokenoj", + "api_tokens.token_created": "Tokeno kreita sukcese!", + "api_tokens.token_name_label": "Tokeno nomo", + "api_tokens.token_name_placeholder": "ekz. CI Pipeline, Webhook Elŝuto, Mia Skripto", + "api_tokens.usage_heading": "Uzado Ekzemplo", + "api_tokens.usage_intro_post": "kapo kun ajna API peto:", + "api_tokens.usage_intro_pre": "Uzu vian API token en la", + "api_tokens.your_tokens": "Viaĵ Tokenoj", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "audit.col_resource": "Resurso", + "audit.col_timestamp": "Timbazo", + "audit.critical": "Kritika", + "audit.filter_action": "Ago", + "audit.filter_all_actions": "Ĉiuj agoj", + "audit.filter_all_users": "Ĉiuj uzantoj", + "audit.filter_resource_placeholder": "ekz. dokumento, uzanto", + "audit.filter_resource_type": "Tipo de rimedo", + "audit.filter_severity": "Severeco", + "audit.filter_user": "Uzanto", + "audit.filters_section_label": "Filtroj de la aŭditao registro", + "audit.next": "Sekva", + "audit.next_label": "Sekva paĝo", + "audit.no_events": "Neniuj aŭditaj eventoj ĝis nun registritaj.", + "audit.no_events_hint": "Gravaj agoj (ensalutoj, dokumento-operacioj, ŝanĝoj de agordoj) aperos ĉi tie.", + "audit.page_title": "Aŭditaj Registroj - DocuElevate", + "audit.pagination_label": "Paginado de aŭdits registroj", + "audit.prev": "Antaŭa", + "audit.prev_label": "Antaŭa paĝo", + "audit.refresh_label": "Refreŝi aŭditajn registrojn", + "audit.siem_disabled_title": "SIEM transsendado estas malŝaltita", + "audit.siem_enabled_title": "Eventoj estas transsendataj al ", + "audit.siem_off": "SIEM: Malŝaltita", + "audit.subtitle": "Kompleta, nur-aldona registro de ĉiuj gravaj agoj.", + "audit.table_label": "Aŭditaj registroj de eventoj", + "audit.title": "Aŭditaj Registroj", + "auth.confirm_password": "Konfirmi Pasvorton", + "auth.create_account": "Krei konton", + "auth.display_name_label": "Montri Nomon", + "auth.email_label": "Retpoŝto", + "auth.forgot_password": "Forigis Pasvorton?", + "auth.forgot_username": "Forigis uzantnomon?", + "auth.login": "Ensaluti", + "auth.login_title": "Ensaluti", + "auth.logo_alt": "DocuElevate Emblemo", + "auth.logout": "Elsaluti", + "auth.my_account": "Mia Konto", + "auth.no_account": "Ĉu ne havas konton?", + "auth.or_continue_with": "Aŭ daŭrigu per", + "auth.password_label": "Pasvorto", + "auth.profile": "Profili", + "auth.remember_me": "Memoru min", + "auth.return_home": "Reiri al Hejmo", + "auth.sign_in": "Ensaluti", + "auth.sign_in_sso": "Ensaluti kun SSO", + "auth.sign_in_with": "Ensaluti per", + "auth.sign_in_with_username": "Ensaluti per uzantnomo", + "auth.signup": "Registriĝu", + "auth.signup_title": "Registriĝu", + "auth.username_label": "Uzantnomo", + "auth.username_or_email": "Uzantnomo aŭ Retpoŝto", + "auth.verify_email_back_sign_in": "Giri al ensaluto", + "auth.verify_email_expiry": "La ligilo eksvalidiĝos en 24 horoj. Se vi ne vidas la retpoŝton, kontrolu vian spaman foliumilon.", + "auth.verify_email_heading": "Kontrolu vian enirkestilon", + "auth.verify_email_message": "Ni sendis al vi retpoŝton por konfirmo. Bonvolu klaki la ligilon en la retpoŝto por aktivigi vian konton.", + "auth.verify_email_page_title": "DocuElevate - Konfirmu Vian Retpoŝton", + "auth.verify_email_resend_aria_label": "Retpoŝta adreso por resendado", + "auth.verify_email_resend_button": "Resendi konfirman retpoŝton", + "auth.verify_email_resend_label": "Retpoŝta adreso", + "auth.verify_email_resend_placeholder": "Enigu vian retpoŝtan adreson", + "auth.verify_email_resend_prompt": "Ĉu vi ne ricevis ĝin?", + "backup.archives_heading": "Sekurkopiaj Arkivoj", + "backup.backup_now": "Sekurkopii Nun", + "backup.clean_up": "Purigi", + "backup.cleanup_title": "Fari retenan purigon nun", + "backup.col_created": "Kreita", + "backup.col_filename": "Dosiernomo", + "backup.col_size": "Grando", + "backup.col_storage": "Stokado", + "backup.col_type": "Tipo", + "backup.config_auto_backup": "Aŭtomata sekurkopiado", + "backup.config_remote_dest": "Malproksima celo", + "backup.config_retention": "Reteno", + "backup.config_total_size": "Tuta loka grandeco", + "backup.confirm_btn": "Konfirmi", + "backup.confirm_title": "Konfirmi agon", + "backup.heading": "Sekurkopiado Administrado", + "backup.local_only": "Nur loka", + "backup.no_backups": "Neniuj sekurkopioj ankoraŭ.", + "backup.no_backups_hint": "Kliku Sekurkopii Nun por krei vian unuan sekurkopion.", + "backup.page_title": "Sekurkopiado Administrado", + "backup.records_label": "rekordoj", + "backup.restore_btn": "Restarigi", + "backup.restore_desc_mid": "sekurkopia arkivo por restarigi la datumbazon.", + "backup.restore_desc_pre": "Alŝutu", + "backup.restore_desc_warning": "Ĉi tio superos ĉiujn nunajn datumojn.", + "backup.restore_file_label": "Sekurkopio arkivo (.db.gz)", + "backup.restore_heading": "Restarigi el Dosiero", + "backup.restoring": "Restarigante\u0000a", + "backup.retention_daily_detail": "\u0000– konservita dum 3 semajnoj", + "backup.retention_heading": "Konservado-politiko", + "backup.retention_hourly_detail": "\u0000– konservita dum 4 tagoj", + "backup.retention_note": "Sekurkopioj preter ĉi tiuj limoj estas aŭtomate forigitaj post ĉiu nova sekurkopio estas kreita.", + "backup.retention_weekly_detail": "\u0000– konservita dum ~3 monatoj", + "backup.snapshots": "snapshot'oj", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "backup.storage_local": "lokala", + "backup.subtitle": "Datumbazaj sekurkopioj estas aŭtomate kreitaj: horo (4 tagoj), ĉiutage (3 semajnoj), ĉiusemajne (13 semajnoj).", + "backup.table_aria": "Sekurkopio arkivoj", + "backup.trigger_daily": "Sekurkopiu Nun (Ĉiutage)", + "backup.trigger_hourly": "Sekurkopiu Nun (Hore)", + "backup.trigger_weekly": "Sekurkopiu Nun (Ĉiusemajne)", + "backup.type_daily": "Ĉiutage", + "backup.type_hourly": "Hore", + "backup.type_weekly": "Ĉiusemajne", + "billing.go_to_dashboard": "Iru al la panelo", + "billing.manage_subscription": "Administri abonon", + "billing.success_heading": "Vi estas ĉiuj pretaj!", + "billing.success_message": "Via abono estis ativita. Dankon pro elekti DocuElevate!", + "billing.success_page_title": "DocuElevate - Abono Aktivigita", + "common.actions": "Agoj", + "common.active": "Aktiva", + "common.all": "Ĉio", + "common.avatar": "Avataro", + "common.back": "Malantaŭ", + "common.cancel": "Nuligi", + "common.close": "Fermi", + "common.col_pending": "Atendanta", + "common.completed": "Completiĝis", + "common.confirm": "Konfirmi", + "common.copied": "Kopiiĝis!", + "common.copy": "Kopii", + "common.create": "Krei", + "common.created": "Kreita", + "common.date": "Dato", + "common.delete": "Forigi", + "common.description": "Priskribo", + "common.details": "Detaloj", + "common.disabled": "Malŝaltita", + "common.download": "Elŝuti", + "common.duplicate": "Duplikato", + "common.edit": "Redakti", + "common.enabled": "Ŝaltita", + "common.error": "Eraro", + "common.failed": "Malsukcesis", + "common.filter": "Filtri", + "common.inactive": "Neaktive", + "common.info": "Informo", + "common.loading": "Ŝarĝante...", + "common.name": "Nomo", + "common.next": "Sekva", + "common.next_page": "Sekva paĝo", + "common.no": "Ne", + "common.none": "Nenio", + "common.page": "Paĝo", + "common.paused": "Pausita", + "common.pending": "Atendata", + "common.prev_page": "Antaŭa paĝo", + "common.previous": "Antaŭa", + "common.processing": "Prilaborante", + "common.refresh": "Reni", + "common.reset": "Reenigi", + "common.retry": "Provante denove", + "common.save": "Konservi", + "common.search": "Serĉi", + "common.select": "Elekti", + "common.select_placeholder": "\u0014 - elekti -", + "common.size": "Grando", + "common.status": "Statuso", + "common.submit": "Sendi", + "common.success": "Sukceso", + "common.tags": "Etikedoj", + "common.test": "Testo", + "common.test_connection": "Testi Konektecon", + "common.type": "Tipo", + "common.update": "Ĝisdatigi", + "common.updated": "Ĝisdatigita", + "common.upload": "Ŭuploadi", + "common.view": "Vidi", + "common.warning": "Malamika", + "common.yes": "Jes", + "cookie.accept": "Ricevita", + "cookie.learn_more": "Lernu pli", + "cookie.message": "Ĉi tiu retejo uzas kuketojn por plibonigi vian sperton.", + "cookie.notice": "DocuElevate uzas nur esencajn sesiajn kuketojn necesajn por autenticado kaj funkciado de servoj. Neniuj spurejoj aŭ analitikaj kuketoj estas uzataj.", + "cookie.notice_label": "Kuketa avizo", + "cookie.policy_link": "Kuketa Politiko", + "cookie.privacy_link": "Privateca Avizo", + "credentials.col_action": "Ago", + "credentials.col_credential": "Atestilo", + "credentials.col_source": "Fonto", + "credentials.configured": "Konfigureita", + "credentials.edit_in_settings": "Redakti en Agordoj", + "credentials.legend_db": "Valoro konservita en la datumbazo (ĉifrita en ripozo; superregas mediejon variablon)", + "credentials.legend_env_after": " dosiero", + "credentials.legend_env_before": "Valoro el mediejo variablo aŭ ", + "credentials.legend_missing": "Atestilo ne agordita — integriĝo ne funkcios", + "credentials.legend_restart": "Restartigo necesa kiam ĉi tiu atestilo estas rotaciita", + "credentials.legend_title": "Legendo", + "credentials.manage_settings": "Administri Agordojn", + "credentials.not_configured": "Ne Konfigureita", + "credentials.page_title": "Atestila Revizio - DocuElevate", + "credentials.raw_json": "Kruda JSON (API)", + "credentials.restart_title": "Restartigo necesa post rotaciado de ĉi tiu atestilo", + "credentials.source_db_title": "Konservita en datumbazo (ĉifrita)", + "credentials.source_env_title": "El mediejo variablo", + "credentials.status_missing": "Mankanta", + "credentials.subtitle": "Superrigardo pri ĉiuj senceraj atestiloj uzataj de DocuElevate. Neniuj sekretaj valoroj estas montritaj ĉi tie — nur ĉu ĉiu atestilo estas agordita kaj de kie ĝi venas.", + "credentials.table_for": "Atestiloj por", + "credentials.title": "Atestila Revizio", + "credentials.total_credentials": "Totalaj Atestiloj", + "dashboard.active_integrations": "Aktivaj Integriĝoj", + "dashboard.files_this_month": "Dosieroj Ĉi tiu Monato", + "dashboard.files_today": "Dosieroj Hodiaŭ", + "dashboard.ocr_processed": "OCR Prprocesita", + "dashboard.quick_actions": "Rapidaj Agadoj", + "dashboard.recent_activity": "Recenta Agado", + "dashboard.storage_targets": "Magajno Celoj", + "dashboard.title": "Tablo", + "dashboard.total_files": "Totalaj Dosieroj", + "dashboard.welcome": "Bonvenon al DocuElevate", + "duplicates.file_id_label": "Dosiera ID", + "duplicates.file_id_placeholder": "ekz. 42", + "duplicates.find_btn": "Trovi", + "duplicates.found_files": "duplikatDosieroj total.", + "duplicates.found_groups": "duplikat grupoj kun", + "duplicates.found_prefix": "Trovis", + "duplicates.group_aria": "Duplikata grupo", + "duplicates.heading": "Duplikataj Dokumentoj", + "duplicates.how_it_works_heading": "Kiel funkcias proksimduplikata detekto", + "duplicates.max_results_label": "Maks. rezultoj", + "duplicates.near_dup_desc": "Elektu dokumenton por kontroli ĉu aliaj dosieroj enhavas la saman (aŭ tre similan) enhavon — eĉ se ili estis skanitaj je malsamaj tempoj kaj havas malsamajn SHA-256 hash'ojn.", + "duplicates.near_dup_heading": "Trovi Proksim-Duplikatojn por Dokumento", + "duplicates.no_exact_heading": "Neniuj ekzaktaj duplikatoj trovita", + "duplicates.page_title": "Duplikataj Dokumentoj - DocuElevate", + "duplicates.pagination_aria": "Paginado", + "duplicates.role_duplicate": "Duplikato", + "duplicates.role_original": "Originalo", + "duplicates.tab_exact": "Ekzaktaj Duplikatoj", + "duplicates.tab_near": "Proksim-Duplikata Trovi", + "duplicates.tabs_aria": "Duplikata detekto tabuloj", + "duplicates.threshold_label": "Simileco sojlo", + "duplicates.view_dup_aria": "Vidi duplikatan dosieron", + "duplicates.view_original_aria": "Vidi originalan dosieron", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Hoops, ni ne povis trovi tiun paĝon!", + "error.404_home": "Reiri Hejmen", + "error.404_message": "Ŝajnas ke DocuElevate mislokigis la dokumenton, kiun vi serĉis. Ne zorgu – ni helpas vin.", + "error.404_title": "404 - Ne Trovi", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Montri Debug Informon", + "error.500_description": "Niaj serviloj renkontis problemon kaj bezonas momenton.", + "error.500_heading": "Hoops! Iio Malsukcesis.", + "error.500_home": "Iru Hejmen", + "error.500_img_alt": "Ilustraĵo de servila errore", + "error.500_message1": "Niaj serviloj renkontis problemon kaj bezonas momenton. Ĉu eble la hamstroj kolapsis siajn kafon?", + "error.500_message2": "Ni jam okupiĝas pri tio—ordigante dosierojn, rebootante servilojn, kaj rekalibrante fluk-kapacitojn.", + "error.500_title": "Servila Eraro - DocuElevate", + "error.forbidden": "Malpermesita", + "error.forbidden_message": "Vi ne havas permeson por aliri ĉi tiun paĝon.", + "error.not_found": "Paĝo ne trovita", + "error.not_found_message": "La paĝo, kiun vi serĉas, ne ekzistas.", + "error.server_error": "Interna Servila Eraro", + "error.server_error_message": "Io malbone okazis. Bonvolu provi denove poste.", + "error.unauthorized": "Ne rajtigita", + "error.unauthorized_message": "Vi devas ensaluti por aliri ĉi tiun paĝon.", + "files.action_delete": "Forigi dosieron", + "files.action_details": "Vidigi detalojn", + "files.action_preview": "Rapida antaŭrigardo", + "files.bulk_clear_selection": "Malplenigi Selektadon", + "files.bulk_cloud_ocr": "Redistribui Cloud OCR", + "files.bulk_delete": "Forigi Elektitajn", + "files.bulk_download": "Elŝuti kiel ZIP", + "files.bulk_reprocess": "Reprocezi Elektitajn", + "files.delete_modal_cancel": "Nuligi", + "files.delete_modal_confirm": "Forigi", + "files.delete_modal_message": "Ĉu vi certas, ke vi volas forigi ĉi tiun dosieron?", + "files.delete_modal_title": "Konfirmi Forigon", + "files.document_title": "Dokumenta Titolo", + "files.drop_overlay_hint": "Subtenas PDF, Oficejajn dokumentojn, bildojn, HTML, Markdown, kaj pli – dosierujoj estas prilaborataj rekte", + "files.drop_overlay_title": "Metu dosierojn aŭ dosierujojn ie ajn por alŝuti", + "files.error_hint": "Ĉi tio eble estas pro konfiguracio aŭ importproblemo. Bonvolu kontroli la servilajn logojn.", + "files.file_size": "Dosiera Grandezo", + "files.filename": "Dosiernomo", + "files.files_selected": "dosieroj elektitaj", + "files.filter_all_providers": "Ĉiuj Provizantoj", + "files.filter_all_statuses": "Ĉiuj Statusoj", + "files.filter_all_types": "Ĉiuj Tipe", + "files.filter_apply": "Apliki Filtrilojn", + "files.filter_clear": "Malplenigi", + "files.filter_date_from": "Dato De", + "files.filter_date_from_aria": "Filtri de dato", + "files.filter_date_to": "Dato Al", + "files.filter_date_to_aria": "Filtri al dato", + "files.filter_form_aria": "Filtri dosierojn", + "files.filter_mime_type": "MIME Tipo", + "files.filter_ocr_all": "Ĉiuj Dosieroj", + "files.filter_ocr_good": "Bona kvalito", + "files.filter_ocr_poor": "Malbona kvalito", + "files.filter_ocr_quality": "OCR Kvalito", + "files.filter_ocr_quality_aria": "Filtri laŭ OCR kvalito punkto", + "files.filter_ocr_unchecked": "Antaŭe ne taksita", + "files.filter_search_label": "Serĉu Dosiernomo", + "files.filter_search_placeholder": "Enmetu dosiernomo...", + "files.filter_storage_provider": "Stokigilo Provizanto", + "files.filter_tags_aria": "Filtri laŭ etikedoj (komma-separitaj)", + "files.filter_tags_placeholder": "ekz. fakturo,amazon", + "files.fulltext_search_label": "Plena Teksto Serĉo (OCR teksto, metadata, etikedoj)", + "files.fulltext_search_placeholder": "Serĉu dokumentan enhavon, sendinton, etikedojn, tipon...", + "files.no_files": "Neniaj dosieroj troviĝis", + "files.ocr_status": "OCR Statuso", + "files.page_title": "Dosieraj Registroj", + "files.pagination_files": "dosieroj", + "files.pagination_first": "Unua", + "files.pagination_last": "Lasta", + "files.pagination_nav_aria": "Dosiera listo paĝigo", + "files.pagination_next": "Sekvanta", + "files.pagination_of": "de", + "files.pagination_previous": "Antaŭa", + "files.pagination_showing": "Montrante", + "files.preview_modal_close": "Fermu antaŭrigardon", + "files.preview_modal_title": "Antaŭrigardo", + "files.queue_banner_items": "item(oj) estas nuntempe en vico aŭ procesata. Dosieroj aperos ĉi tie kiam prilaborado finiĝos.", + "files.queue_banner_link": "Vidi Vicon", + "files.saved_searches_empty": "Neniaj konservitaj serĉoj ankoraŭ", + "files.saved_searches_error": "Ne povis ŝarĝi konservitajn serĉojn", + "files.saved_searches_label": "Konservitaj Serĉoj", + "files.saved_searches_save": "Konservu Nuntempe", + "files.saved_searches_save_aria": "Konservu nunajn filtrilojn kiel konservitan serĉon", + "files.search_results_empty": "Neniaj rezultoj trovitaj.", + "files.search_results_title": "Serĉo Rezultoj", + "files.status_duplicate": "Duobla", + "files.table_actions": "Agoj", + "files.table_aria": "Dosieraj registroj", + "files.table_created_at": "Kreita Je", + "files.table_empty": "Neniaj dosieroj troviĝis", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.table_mime_type": "MIME Tipo", + "files.table_original_filename": "Originala Dosiernomo", + "files.table_select_all": "Selektu ĉiujn dosierojn en ĉi tiu paĝo", + "files.tags": "Etiquettes", + "files.title": "Dosieroj", + "files.upload_modal_aria": "Ŝargi progreso", + "files.upload_modal_close": "Fermi ŝargi progreson", + "files.upload_modal_header": "Ŝargante Dosierojn", + "files.uploaded": "Ŝarĝita", + "footer.about": "Pri", + "footer.attribution": "Aŭtoreco", + "footer.attributions": "Aŭtorajeco", + "footer.cookies": "Kuketoj", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Prunto", + "footer.license": "Licenco", + "footer.navigation": "Futuro navigado", + "footer.privacy": "Privateco", + "footer.terms": "Kondiĉoj", + "footer.version": "Versio {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth-ligita. Dosieroj alvenas en vian elektitan folion.", + "help.destinations_email": "Retpoŝta Sendado", + "help.destinations_email_desc": "Primitivaj dosieroj senditaj kiel SMTP-aldonaĵoj.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Serva konto aŭ OAuth. Subtenas dividitaĵojn.", + "help.destinations_heading": "Destinoj – Kie Dokumentoj Iradas", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Mem-gastigita nubstorgejo per WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Microsoft Graph API-integrado.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Pushti dokumentojn rekte en Paperless por arkivado.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Ajna S3-kompatibla kaĝo (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Sekura dosiertransdono al ajna servilo.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST metadata al ajna ekstera punkto.", + "help.documentation": "Dokumentado", + "help.faq": "ofte Demanditaj Demandoj", + "help.faq_1_a": "Navigu al la Ŝarĝa paĝo, tiru kaj faligu viajn dosierojn aŭ alklaku Elekti Dosieron. DocuElevate konvertas bildojn kaj oficejnajn dokumentojn al PDF, funkcias OCR, kaj elprenas metadata aŭtomate.", + "help.faq_1_q": "Kiel mi ŝargas dokumentojn?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, kaj HTML. Ne-PDF dosieroj estas aŭtomate konvertitaj al PDF antaŭ procesado.", + "help.faq_2_q": "Khiuj dosierformatoj estas subtenataj?", + "help.faq_3_a": "Jes. Iru al Retpoŝta Enigo, aldonu IMAP-konton, kaj DocuElevate kontrolos novajn mesaĝojn kaj aŭtomate procesos aldonitajn dosierojn.", + "help.faq_3_q": "Ĉu mi povas enigi dokumentojn el retpoŝto?", + "help.faq_4_a": "Pipeline permesas al vi ĉenumi procesajn paŝojn – OCR, AI-ekstraktado, formato konvertiĝo – kaj direcion la rezulton al unu aŭ pli da cellokoj. Kreu kaj administru ilin de la paĝo Pipelines.", + "help.faq_4_q": "Kiel funkcias procesaj pipeline?", + "help.faq_5_a": "DocuElevate enkriptu kredentigajn informojn dum ili ripozas, komunikas super TLS, kaj neniam stoki viajn dokumentojn pli longe ol necesa. Vidu la Privatecan Noton por plenaj detaloj.", + "help.faq_5_a_post": " por plenaj detaloj.", + "help.faq_5_a_pre": "DocuElevate ĉifras kredentilojn en ripozo, komunikas super TLS, kaj neniam stokas viajn dokumentojn pli longe ol necesas. Vidu la ", + "help.faq_5_q": "Ĉu mia datumoj estas sekuraj?", + "help.faq_heading": "Ofte Demanditaj Demandoj", + "help.getting_started": "Komencante", + "help.heading": "Helpo Centro", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Uzu la REST API por programare pushi dokumentojn. Aŭtentigu kun portilo tokeno kaj POST-u dosierojn al la alŝuta fino-punkto.", + "help.ingestion_heading": "Datumaj Enmetaj Iloj", + "help.ingestion_mobile": "Mobilaj Aplikoj", + "help.ingestion_mobile_desc": "Uzu ajnan mobilan skanadan aplikaĵon, kiu subtenas personigitajn HTTP-alŝutcelojn por sendi fotojn kaj skanadojn al DocuElevate de via telefono aŭ tablojdo.", + "help.ingestion_scanners": "Retaj Skaniloj", + "help.ingestion_scanners_desc": "Direktu ajnan retan skanilon aŭ multifunkcian printeron al la alŝuta fino-punkto de DocuElevate. Skanitaj dokumentoj alvenas rekte en vian procesadlokon.", + "help.ingestion_watched_folders": "Rigardataj Foliojn", + "help.ingestion_watched_folders_desc": "Konfiguru lokan aŭ retnetan folion por esti kontrolata. Ajna dosiero metita en rigardatan folion estas aŭtomate alŝutita kaj procesita de DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Faru", + "help.ingestion_zapier_desc": "Integru DocuElevate en viajn aŭtomatigo-fluoj kun Zapier, n8n, aŭ Faru. Uzu la REST API-agojn por aktivigi dokumentan alŝuton de ajna evento.", + "help.meta_description": "Akiru helpon kun DocuElevate – trovu gvidojn pri alŝutado de dokumentoj, konnectiĝante al nuba stokado, agordante pipeline'ojn, kaj pli.", + "help.og_description": "Akiru helpon kun DocuElevate – trovu gvidojn pri alŝutado de dokumentoj, konnectiĝante al nuba stokado, agordante pipeline'ojn, kaj pli.", + "help.page_title": "Helpo Centro", + "help.privacy_notice": "Privateca Mono", + "help.quickstart_heading": "Rapida Komenco", + "help.quickstart_storage": "Konekti Stokejon", + "help.quickstart_storage_desc": "Iru al Agordoj kaj ligu viajn nubajn konto. Procesitaj dokumentoj estas aŭtomate direktitaj al ĉiu celloko, kiun vi konfigurigas.", + "help.quickstart_storage_desc_full": "Iru al Integracioj kaj ligu viajn nuba stokado-kontojn. DocuElevate subtenas Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, kaj pli. Procesitaj dokumentoj estas aŭtomate direktitaj al ĉiu celo, kiun vi agordas.", + "help.quickstart_upload": "Alŝuti Dokumentojn", + "help.quickstart_upload_desc": "Trenu kaj faligu dosierojn sur la Alŝutu paĝon aŭ alklaku Elekti Dosieron. DocuElevate konvertas bildojn kaj oficejajn dokumentojn al PDF, funkciigas OCR, kaj ekstraktas metadatajn aŭtomate.", + "help.quickstart_workflows": "Automatigi Fluxojn", + "help.quickstart_workflows_desc": "Kreu Pipeline por difini multpaŝan procesadon kaj direktinajn regulojn. Kombinu OCR, AI-ekstraktadon, formato konvertiĝon, kaj liveradon en unu fluo.", + "help.sources_email_ingestion": "Retpoŝta Enigo (IMAP)", + "help.sources_email_ingestion_desc": "Umaguz dokumentojn al dediĉita retpoŝta skatolo. Sub Retpoŝta Enigo, aldonu unu aŭ plurajn IMAP-kontojn. DocuElevate kontrolas novajn mesaĝojn kaj aŭtomate procesas aldonitajn dosierojn.", + "help.sources_heading": "Fontoj – Enigi Dokumentojn", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", - "language.bg": "Български", - "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", - "language.cs": "Čeština", - "language.da": "Dansk", - "language.de": "Deutsch", - "language.el": "Ελληνικά", - "language.en": "English", - "language.es": "Español", - "language.et": "Eesti", - "language.fi": "Suomi", - "language.fr": "Français", + "help.sources_rest_api_desc": "Integru programite per POST-ado de dosieroj al /api/upload. Ideala por skriptoj, observitaj dosierujoj, skaniloj, aŭ triaj partiaj iloj kiel Zapier kaj n8n.", + "help.sources_scanner": "Skanilo & Moveble", + "help.sources_scanner_desc": "Direktu reto-skanilojn al la alŝuta fino de DocuElevate aŭ uzadu ajnan moveblan skanilan aplikaĵon, kiu subtenas personigitajn HTTP-direktojn.", + "help.sources_scanner_desc_full": "Konfiguru vian retnetan skanilon aŭ multifunkcian printeron por sendi skanojn rekte al DocuElevate. Uzu la /api/upload fino-punkton kiel la celon. Mobilaj skanaj aplikoj kun personigitaj alŝutceloj ankaŭ estas subtenataj.", + "help.sources_web_upload": "Retaj Alŝutoj", + "help.sources_web_upload_desc": "La plej rapida maniero por komenci. Malfermu la Alŝutu paĝon, faligu unu aŭ plurajn dosierojn, kaj DocuElevate prizorgas la restaĵo. Subtenataj formatoj inkluzivas PDF, JPEG, PNG, TIFF, DOCX, XLSX, kaj pli.", + "help.subheading": "Ĉio, kion vi bezonas por profiti maksimume el DocuElevate. Bredi temojn sube aŭ serĉi kion vi bezonas.", + "help.support": "Subteno", + "help.support_admin_message": "Kontaktu vian administranton por subtena informo.", + "help.support_description": "Ne povas trovi tion, kion vi serĉas? Nia subtena teamo estas ĉi tie por helpi.", + "help.support_heading": "Kontaktu Subtenon", + "help.support_live_chat": "Vivaj Ĉatfojmo disponebla – klaku la ĉatbuleton por komenci konversacion.", + "help.support_ticket_button": "Sendu Bileton", + "help.support_ticket_desc": "Plenigu la formulon sube kaj nia subtena teamo respondos al vi kiam eble.", + "help.support_ticket_heading": "Malfermu Subtenan Bileton", + "help.title": "Helpo Centro", + "help.workflows_creating": "Kreatante Pipeline", + "help.workflows_definition": "Pipeline estas serio da procesaj paŝoj, kiuj aŭtomate funkcias ĉiufoje kiam dokumento estas enirita. Ĉiu paŝo povas transformi, riĉigi, aŭ direkti la dokumenton.", + "help.workflows_heading": "Fluxoj & Pipelines", + "help.workflows_step_1": "Konverti al PDF", + "help.workflows_step_1_create": "Iru al Pipelines en la ĉefa menuo.", + "help.workflows_step_1_full": "Konverti al PDF – ĉiuj enirantaj dosieroj estas normaligitaj al konsekvenca PDF-formato.", + "help.workflows_step_2": "OCR – elpreni tekston", + "help.workflows_step_2_create": "Klaku Novan Pipeline kaj donu al ĝi nomon.", + "help.workflows_step_2_full": "OCR – elprenu elekteblan tekston de skanitaj paĝoj uzante Azure Document Intelligence aŭ la enkonstruitan motoron.", + "help.workflows_step_3": "AI metadataj elpreno", + "help.workflows_step_3_create": "Aldonu la procesajn paŝojn, kiujn vi bezonas.", + "help.workflows_step_3_full": "AI metadata-ekstraktado – klasifiku dokumenttipon kaj eksprnujn ŝlosilajn kampojn kiel kvantoj, datoj, kaj nomoj uzante OpenAI.", + "help.workflows_step_4": "Sendu al unu aŭ pli da cellokoj", + "help.workflows_step_4_create": "Elektu unu aŭ pli da sendolokoj.", + "help.workflows_step_5_create": "Konservi – novaj dokumentoj estos procesitaj tra ĉi tiu pipeline aŭtomate.", + "help.workflows_typical_steps": "Tipaj Paŝoj", + "help.workflows_what_is": "Kio estas Pipeline?", + "index.badge_intelligent": "Inteligenta Dokumenta Pr destacado", + "index.button_browse_files": "Ĉeĵu Dosierojn", + "index.button_upload": "Ŝarĝi", + "index.capabilities_cloud": "Nuba stoko: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Dokumenta enmeto per Retpoŝto & URL", + "index.capabilities_ocr": "OCR & metadataj elpreno kun AI", + "index.capabilities_paperless": "Paperless-ngx integriĝo por dokumentadministrado", + "index.capabilities_title": "Kapabloj", + "index.capabilities_workflows": "Aŭtomatigitaj klasifikado & rutado de fluxoj", + "index.cta_description": "Aliĝu al teamoj jam aŭtomatigantaj ilian dokumentan procesadon kun DocuElevate.", + "index.cta_heading": "Ĉu vi pretas altigi vian dokumentan fluo?", + "index.cta_pricing": "Vidi prezon", + "index.cta_signup": "Krei senpagan konton", + "index.dashboard_subtitle": "Inteligenta dokumenta procesado & administrado", + "index.dashboard_subtitle_teams": "Inteligenta dokumenta procesado & administrado — kreita por teamoj", + "index.feature_ai": "AI Metadataj Elpreno", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, kaj aliaj pliboneblaj AI provizantoj klasifikas dokumentojn kaj elprenas ŝlosilkampojn kiel datoj, sumoj, kaj temoj.", + "index.feature_cloud": "Mult-nuba Stoko", + "index.feature_cloud_desc": "Ruti procesitajn dosierojn al Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, kaj pli.", + "index.feature_email": "Retpoŝto & IMAP Enmeto", + "index.feature_email_desc": "Aŭtomate elpreni dokumentojn el Gmail aŭ ajna IMAP poŝtujo — neniu mana ŝarĝo bezonatas.", + "index.feature_ocr": "OCR & Teksto Elpreno", + "index.feature_ocr_desc": "Azure Dokumenta Inteligenteco konvertas skanitajn PDF'ojn kaj bildojn en tute serĉeblan tekston aŭtomate.", + "index.feature_pipelines": "Personigitaj Pipelines", + "index.feature_pipelines_desc": "Konstruu procesajn pipelines kun agordeblaj paŝoj — OCR, AI elpreno, formato konvertiĝo, kaj stokado rutado en ajna ordo.", + "index.feature_search": "Plena-Teksta Serĉo", + "index.feature_search_desc": "Instantane trovi ajnan dokumenton per enhavo, metadatoj, aŭ etikedo en via tuta arkivo.", + "index.feature_section_title": "Ĉio, kion vi bezonas por inteligentaj dokumentaj fluxoj", + "index.getting_started": "Komencante", + "index.getting_started_1": "Agordu integraĵojn per Sistemo Stato", + "index.getting_started_2": "Alŝutu vian unuan dokumenton", + "index.getting_started_3": "Revizii rezultojn en Dosieroj", + "index.getting_started_learn": "Lernu pli pri DocuElevate", + "index.hero_description": "DocuElevate enfosis viajn dokumentojn, faras OCR, elprenas metadatenojn per AI, kaj sendas dosierojn al Dropbox, Google Drive, OneDrive, S3, Nextcloud, kaj pli — ĉio en unu senjunta pipejo.", + "index.hero_heading": "De alŝuto al kompreno — aŭtomate.", + "index.hero_login": "Ensaluti", + "index.hero_pricing": "Vidi Planojn & Prezon", + "index.hero_signup": "Komenci — ĝi estas senpaga", + "index.integrations_active": "Aktivaj integraĵoj", + "index.integrations_storage": "Stokaj celoj", + "index.integrations_title": "Integraĵoj", + "index.integrations_view_status": "Vidi sisteman staton", + "index.page_title_dashboard": "Tablo", + "index.page_title_public": "Inteligenta Dokumenta Procezado", + "index.platform_overview": "Superrigardo de la Platformo", + "index.processing_stats": "Prilaboraj Statistikoj", + "index.quick_actions": "Rapidoj", + "index.quick_documents": "Miaj Dokumentoj", + "index.quick_documents_desc": "Kontrolu viajn procesitajn dosierojn", + "index.quick_search": "Serĉi", + "index.quick_search_desc": "Plena teksta serĉado tra dokumentoj", + "index.quick_subscription": "Mia Abonado", + "index.quick_subscription_desc": "Vidi planon & uzadadetojn", + "index.quick_system_status": "Sistemo Stato", + "index.quick_system_status_desc": "Kontroli integran sanon", + "index.quick_upload": "Alŝuti Dokumenton", + "index.quick_upload_desc": "Pripensi novan dosieron", + "index.quick_view_files": "Vidi Ĉiujn Dosierojn", + "index.quick_view_files_desc": "Kontrolu procesitajn dokumentojn", + "index.single_user_heading": "DocuElevate Tabla", + "index.single_user_subtitle": "Inteligenta dokumenta procezado & administrado", + "index.stat_active_integrations": "Aktivaj Integraĵoj", + "index.stat_active_users": "Aktivaj uzantoj", + "index.stat_files_month": "Dosieroj ĉi tiun monaton", + "index.stat_files_ocr": "Dosieroj kun OCR", + "index.stat_files_today": "Dosieroj hodiaŭ", + "index.stat_storage_targets": "Stokaj Celoj", + "index.stat_this_month": "Ĉi tiu monato", + "index.stat_today": "Hodiaŭ", + "index.stat_total_files": "Totala dosieroj", + "index.stat_total_processed": "Totalo prilaborita", + "index.tier_plan": "Plano", + "index.tier_upgrade": "Plialtiĝi", + "index.tier_view_details": "Vidi plenajn detalojn", + "index.upgrade_daily_limits": "Pli altaj ĉiutagaj kaj monate limoj", + "index.upgrade_description": "Malŝlosi pli da dokumentoj, pli da cellokoj kaj prioritata subteno.", + "index.upgrade_destinations": "Pli da stokejoj", + "index.upgrade_ocr_pages": "Pli da OCR-paĝoj", + "index.upgrade_plan": "Ŝanĝi vian planon", + "index.upgrade_view_pricing": "Vidi planojn kaj prezojn", + "index.usage_lifetime": "Vivdaŭraj dosieroj", + "index.usage_month": "Dosieroj ĉi-monate", + "index.usage_my_usage": "Mia uzado", + "index.usage_today": "Dosieroj hodiaŭ", + "index.usage_unlimited": "Senlima", + "integrations.access_key_label": "Akcesoŝlosilo ID", + "integrations.active_label": "Aktiva", + "integrations.add_button": "Atiĝi Integradon", + "integrations.add_first_button": "Atiĝi Vian Unuan Integradon", + "integrations.api_token_label": "API Ŝlosilo", + "integrations.authorize_btn": "Aŭtorizi", + "integrations.authorize_reauth": "Re-Aŭtorizi", + "integrations.bucket_label": "Buklo", + "integrations.configure": "Configuraci", + "integrations.connect": "Konekti", + "integrations.connected": "Konektita", + "integrations.connection_failed": "Konekto malsukcesis", + "integrations.connection_success": "Konekto sukcesis", + "integrations.delete_confirm_are_you_sure": "Ĉu vi certas, ke vi volas forigi", + "integrations.delete_confirm_title": "Forigi Integradon?", + "integrations.delete_confirm_undone": "Tiu agado ne povas esti revokita.", + "integrations.delete_emails_label": "Forigi retpoŝtojn post prilaborado", + "integrations.delete_files_label": "Forigi dosierojn post prilaborado", + "integrations.destinations_quota_label": "Stokaj Destinacioj:", + "integrations.destinations_section": "Destinacioj", + "integrations.direction_destination": "Destinacio (stokado)", + "integrations.direction_label": "Direkto", + "integrations.direction_placeholder": "\u0014 Elekti \u0014", + "integrations.direction_source": "Fonto (inkonjunkcio)", + "integrations.disconnect": "Malŝalti", + "integrations.email_settings": "Retpoŝta Sendado Agordoj", + "integrations.empty_state": "Neniuj integriĝoj konfiguritaj", + "integrations.endpoint_label": "Fina punkto URL", + "integrations.endpoint_optional": "(opcia, por S3-kongrua)", + "integrations.folder_label": "Dosierujo", + "integrations.folder_optional": "(opcia)", + "integrations.folder_path_label": "Dosierujo Vojo", + "integrations.folder_prefix_label": "Dosierujo Prefikso", + "integrations.generic_settings_hint": "Konfiguracio por ĉi tiu tipo de integriĝo povas esti provizita kiel JSON post kreado tra la API.", + "integrations.gmail_hint": "Gmail etikedo & stelo: kiam ebligita, prilaboritaj retpoŝtoj estas stelaj kaj etikeditaj per \"Inĝenita\" etikedo en Gmail. Validas nur por Gmail serviloj.", + "integrations.gmail_labels": "Apliki Gmail etikedo & stelon", + "integrations.host_label": "Gastiganto", + "integrations.imap_settings": "IMAP Agordoj", + "integrations.loading": "Ŝargante integriĝojn\u0019", + "integrations.modal_close": "Fermi modalon", + "integrations.modal_title_add": "Atiĝi Integradon", + "integrations.modal_title_edit": "Redakti Integradon", + "integrations.name_label": "Etikedo", + "integrations.name_placeholder": "ekz. Laborika Gmail, S3 Arĥivo", + "integrations.nextcloud_settings": "Nextcloud Agordoj", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Aldonu vian unuan integriĝon por konekti enigojn (kiel IMAP) kaj stokejojn (kiel S3, Dropbox, aŭ Google Drive).", + "integrations.not_connected": "Ne Konektita", + "integrations.oauth_folder_label": "Dosiero", + "integrations.oauth_hint": "Savi ĉi tiun integriĝon unue, poste uzu la Aŭtorizi butonon porCompleti la OAuth fluon. Viajn atestilojn oni konservos sekure en via persona integriĝa registro.", + "integrations.page_title": "Integriĝoj", + "integrations.paperless_settings": "Papero Senagaj NGX Agordoj", + "integrations.password_label": "Pasvorto", + "integrations.paused": "Suspendita", + "integrations.plan_label": "Plano:", + "integrations.port_label": "Pordo", + "integrations.quota_not_available": "(ne disponebla)", + "integrations.quota_unlimited": "/ ilimigita", + "integrations.recipient_label": "Ricevilo Retpoŝto", + "integrations.region_label": "Regiono", + "integrations.remote_path_label": "Malproksima Vojo", + "integrations.s3_prefix_label": "Prefikso (dosierujo vojo)", + "integrations.s3_settings": "S3 Agordoj", + "integrations.secret_key_label": "Sekreta Aĉesklavo", + "integrations.show_password": "Montri pasvorton", + "integrations.show_secrets": "Montri sekretojn", + "integrations.show_token": "Montri tokenon", + "integrations.source_local": "Loka Dosierujo", + "integrations.source_type_label": "Fonto Tipo", + "integrations.sources_quota_label": "Poŝtkutimoj Fontoj:", + "integrations.sources_section": "Fontoj", + "integrations.subtitle": "Administri viajn enigojn kaj stokejojn en unu loko.", + "integrations.title": "Integriĝoj", + "integrations.type_label": "Integriĝa Tipo", + "integrations.type_placeholder": "\u0000d7 Elekti direkton unue \u0000d7", + "integrations.upgrade_plan": "Plibonigi Planon", + "integrations.use_ssl": "Uzi SSL", + "integrations.username_label": "Uzantnomo", + "integrations.watch_folder_settings": "Observi Dosierujon Agordoj", + "integrations.webdav_settings": "WebDAV Agordoj", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Enigo", + "integrations.webhook_how_heading": "Kiel Webhook Enigo Funkcias", + "integrations.webhook_how_text": "Webhook integriĝo permesas eksterajn sistemojn sendi dokumentojn rekte en DocuElevate tra la REST API. Anstataŭ ke DocuElevate kontrolu novajn dosierojn (kiel IMAP), via apliko sendas dosierojn al DocuElevate uzante HTTP peton kun API token por aŭtentikigo.", + "integrations.webhook_ideal_text": "Ĉi tio estas ideala por CI/CD tuboj, aŭtomatia skriptoj, skanilo integriĝoj, aŭ ajna sistemo, kiu generas dokumentojn kaj bezonas sendi ilin por prilaborado.", + "integrations.webhook_quick_start": "Rapida Komenco", + "integrations.webhook_security_tip": "Kreu dediĉitan API token por ĉiu integriĝo kaj nuligu ĝin tuj se kompromitita. Tokentoj povas esti administrataj en la API Tokenoj paĝo.", + "integrations.webhook_step1": "Iru al {api_tokens_link} kaj kreu personan tokenon.", + "integrations.webhook_upload_with_token": "Uzu la tokenon por lardi dokumentojn per la API:", + "language.bg": "Bulgara", + "language.ca": "Kataluna", + "language.change_success": "Lingvo ŝanĝita al {language}", + "language.changed": "Lingvo ŝanĝita al {language}", + "language.cs": "Ĉeĥa", + "language.da": "Dana", + "language.de": "Germana", + "language.el": "Greka", + "language.en": "Angla", + "language.es": "Hispana", + "language.et": "Estona", + "language.fi": "Finna", + "language.fr": "Franca", "language.ga": "Gaeilge", - "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", + "language.hr": "Kroata", + "language.hu": "Hungara", + "language.is": "Islanda", + "language.it": "Itala", + "language.lb": "Luksemburga", + "language.lt": "Lituana", + "language.lv": "Latva", + "language.nb": "Norvega", + "language.nl": "Nederlanda", + "language.no_results": "Neniuj lingvoj trovita", + "language.pl": "Pollanda", + "language.pt": "Portugala", + "language.ro": "Rumana", + "language.ru": "Rusa", + "language.search_placeholder": "Serĉi lingvojn\n", + "language.selector": "Lingvo", + "language.selector_label": "Elektu lingvon", + "language.sk": "Slovaka", + "language.sl": "Slovena", + "language.sv": "Sveda", + "language.tr": "Turka", + "language.uk": "Ukraina", + "language.zh": "Ĉina", + "nav.about": "Pri", + "nav.account_menu": "Kontrolmenuo", + "nav.account_menu_for": "Kontrolmenuo por {name}", "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "nav.admin.audit_logs": "Reviziaj Logoj", + "nav.admin.backups": "Sekurkopioj", + "nav.admin.plans": "Planoj", + "nav.admin.scheduled_jobs": "Planitaj Taskoj", + "nav.admin.users": "Uzantoj", + "nav.admin_actions": "Admin-agoj", + "nav.admin_menu": "Admin-menuo", + "nav.api_docs": "API-Dokumentoj", + "nav.api_tokens": "API-Tokennoj", + "nav.backup_restore": "Sekurkopio & Restarigo", + "nav.credentials": "Kredencialoj", + "nav.dark_mode": "Malhela Reĝimo", + "nav.dashboard": "Kontrolpanelo", + "nav.developer_docs": "Disvolviga Dokumentaro", + "nav.duplicates": "Duplikatoj", + "nav.file_manager": "Dosieradministrilo", + "nav.files": "Dosieroj", + "nav.get_started": "Komenci", + "nav.help": "Helpo", + "nav.help_center": "Helpoj Centro", + "nav.imap": "Retpoŝta Enigo", + "nav.integrations": "Integradoj", + "nav.light_mode": "Luma Reĝimo", + "nav.login": "Ensaluti", + "nav.logout": "Elsaluti", + "nav.main_navigation": "Ĉefa navigado", + "nav.my_subscription": "Mia Abono", + "nav.notifications": "Notifikoj", + "nav.open_main_menu": "Malfermi ĉefan menuon", + "nav.pipelines": "Pipeline'oj", + "nav.plan_designer": "Planisto", + "nav.pricing": "Prezoj", + "nav.profile": "Profilo", + "nav.profile_settings": "Profilaj Agordoj", + "nav.queue": "Kvino", + "nav.queue_monitor": "Kvino Monitoro", + "nav.scheduled_jobs": "Planitaj Laboroj", + "nav.search": "Serĉi", + "nav.settings": "Agordoj", + "nav.shared_links": "Partitaj Ligomoj", + "nav.sign_out": "Elsalti", + "nav.signup": "Registriĝi", + "nav.similarity": "Simileco", + "nav.skip_to_content": "Saltar al ĉefa enhavo", + "nav.status": "Statuso", + "nav.subscription": "Abonado", + "nav.toggle_dark_mode": "Ŝalti malhelan reĝimon", + "nav.toggle_nav": "Ŝalti navigadan menuon", + "nav.upload": "Alŝuti", + "nav.users": "Uzantoj", + "nav.version": "Versio Informo", + "notifications.filter_all": "Ĉiuj", + "notifications.filter_read": "Nur Legitaj", + "notifications.filter_unread": "Nur Nelegitaj", + "notifications.manage_desc": "Administri vian notifikan enkatolon, celon, kaj eventon preferojn", + "notifications.mark_all_read": "Marki Ĉion kiel Legita", + "notifications.mark_all_read_btn": "Marki ĉiuj legita", + "notifications.mark_read": "Marki kiel Legita", + "notifications.no_notifications": "Neniuj notifikoj", + "notifications.page_title": "Notifikoj", + "notifications.tab_inbox": "Enketo", + "notifications.tab_settings": "Agordoj", + "notifications.title": "Notifikoj", + "notifications.unread_count": "{count} nelegitaj notifikoj", + "pipelines.active_label": "Aktiva", + "pipelines.add_step_btn": "Aldoni Paŝon", + "pipelines.create": "Krei Pipeline", + "pipelines.custom_label_label": "Sama Etikedo", + "pipelines.default_label": "Defaŭlte", + "pipelines.description_label": "Priskribo", + "pipelines.description_placeholder": "Opcia priskribo", + "pipelines.disabled_label": "Malŝaltita", + "pipelines.edit": "Redakti Pipeline", + "pipelines.empty_state": "Ne estas ajnaj pipeline-oj", + "pipelines.empty_state_hint": "Kreu vian unuan pipeline por difini kutimajn dokumentaĵ-procezdajn laborfluojn.", + "pipelines.enabled_label": "Ŝaltita", + "pipelines.force_cloud_ocr_label": "Devigi nuban OCR (saltu lokan tekstan ekstraktadon)", + "pipelines.inactive_label": "Neaktiva", + "pipelines.loading": "Ŝarĝante pipeline-ojn\u00100b", + "pipelines.name_placeholder": "Mia pipeline", + "pipelines.new_pipeline_btn": "Nova Pipeline", + "pipelines.no_steps": "Neniu paŝo difinita. Aldonu paŝon por komenci konstrui vian pipeline.", + "pipelines.ocr_auto": "Aŭtomate (uzi sisteman defaŭltan valoron)", + "pipelines.ocr_language_hint": "Superas la tutmondan lingvan agordon por Tesseract/EasyOCR. Azure kaj Mistral aŭtomate detektas la lingvon.", + "pipelines.ocr_language_label": "OCR Lingvo", + "pipelines.optional_suffix": "(opcia)", + "pipelines.page_title": "Procezado de Pipeline-oj", + "pipelines.set_default": "Agordi kiel mian defaŭltan pipeline", + "pipelines.step_label_placeholder": "Superi la nomon de la defaŭlta paŝo", + "pipelines.step_type_label": "Tipo de Paŝo", + "pipelines.subtitle_intro": "Difinu kaj administru kutimajn dokumentaĵ-procezdajn laborfluojn.", + "pipelines.subtitle_system_post": "badĝo kaj estas videblaj al ĉiuj uzantoj.", + "pipelines.subtitle_system_pre": "Sistemaj pipeline-oj (kreiĝas de administrantoj) estas montrataj kun", + "pipelines.system_label": "Sistemo", + "pipelines.system_pipeline_label": "Sistemo pipeline (videbla al ĉiuj uzantoj)", + "pipelines.title": "Procezado de Pipeline-oj", + "profile.avatar_alt": "Via profiligilo", + "profile.avatar_heading": "Profilbildo", + "profile.avatar_remove": "Forigi kutiman profiligilon", + "profile.avatar_upload_hint": "Alŝutu JPEG, PNG, GIF, aŭ WebP bildon ĝis 2 MB. Se neniu kutima bildo estas agordita, via {gravatar} estas montrata.", + "profile.choose_image": "Elektu bildon\u0000", + "profile.confirm_password": "Konfirmi Novan Pasvorton", + "profile.contact_email_hint": "Uzata por sistemaj notifiko. Ĉi tio ne ŝanĝas vian ensaluton retpoŝton.", + "profile.contact_email_label": "Kontakta / Notifika Retpoŝto", + "profile.contact_email_placeholder": "vi@ekzemplo.com", + "profile.current_password": "Aktuala Pasvorto", + "profile.dismiss": "Malakcepti", + "profile.display_name_hint": "Lasu malplena por utiligi vian kontan uzantnomon aŭ retpoŝton.", + "profile.display_name_label": "Montra Nomo", + "profile.display_name_placeholder": "Via nomo kiel montrita en la UI", + "profile.general_heading": "Ĝeneralaj Informoj", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profilaj Agordoj", + "profile.language_auto_detect": "Aŭtomate detekti (de la retumilo)", + "profile.language_hint": "Elektu vian preferatan interfacon lingvon. “Aŭtomate detekti” sekvas la agordojn de via retumilo.", + "profile.language_label": "UI Lingvo", + "profile.new_password": "Nova Pasvorto", + "profile.new_password_hint": "Minimumo 8 karakteroj.", + "profile.page_title": "Profilaj Agordoj – DocuElevate", + "profile.password_heading": "Ŝanĝi Pasvorton", + "profile.preferences_heading": "Preferoj", + "profile.save_button": "Konservi Ŝanĝojn", + "profile.saving": "Konservante\u0000", + "profile.subtitle": "Administru vian montran nomon, profiligilon, lingvon, kaj temajn preferojn.", + "profile.theme_dark": "Malluma", + "profile.theme_hint": "“Sistemo Defaŭlto” sekvas la malhelan reĝimon de via aparato.", + "profile.theme_label": "Kolora Skemo", + "profile.theme_light": "Luma", + "profile.theme_system": "Sistemo Defaŭlto", + "profile.update_password": "Ĝisdatigi Pasvorton", + "profile.updating": "Ĝ updating\u001b...", + "queue.active_tasks": "Aktivaj Taskoj", + "queue.auto_refresh_1": "Aŭtomate ĝisdatigas ĉiun", + "queue.auto_refresh_2": "sekundoj", + "queue.col_arguments": "Argumentoj", + "queue.col_current_step": "Aktuala Paŝo", + "queue.col_file": "Dosiero", + "queue.col_files": "Dosieroj", + "queue.col_queue": "Vico", + "queue.col_state": "Stato", + "queue.col_task": "Tasko", + "queue.col_task_id": "Tasko ID", + "queue.files_processing": "Dosieroj Procedantaj", + "queue.heading": "Vico Monitorilo", + "queue.last_updated": "Ŝanĝita lastfoje:", + "queue.loading_stats": "Ŝarĝante vico-statistikojn\u000206", + "queue.no_active_tasks": "Neniuj aktivaj taskoj", + "queue.no_data": "Neniuj datumoj", + "queue.no_files_processing": "Neniuj dosieroj ĝuste procedantaj", + "queue.page_title": "Vico Monitorilo", + "queue.processing_pipeline": "Procesado Pipelineto", + "queue.queued_tasks": "Vicitaj Taskoj", + "queue.recently_processing": "Ĝuste Procedantaj Dosieroj", + "queue.redis_queues": "Redis Vicoj", + "queue.subtitle": "Reala-tempa vido de la dokumento procesado pipelineto kaj Celery tasko vicigoj.", + "queue.workers_online": "Laboristoj Interrete", + "search.button": "Serĉi", + "search.error_message": "Serĉo estas provizore ne disponebla. Bonvolu reprovi post momento.", + "search.filter_aria_clear": "Malplenigi ĉiujn filtrilojn", + "search.filter_clear_button": "Malplenigi Filtrilojn", + "search.filter_date_from": "Dato De", + "search.filter_date_to": "Dato Ĉi", + "search.filter_document_type": "Dokumento Tipo", + "search.filter_document_type_placeholder": "ekz. Fakturo", + "search.filter_language": "Lingvo", + "search.filter_language_placeholder": "ekz. de", + "search.filter_sender": "Sendinto", + "search.filter_sender_placeholder": "ekz. ACME Corp", + "search.filter_tags": "Etikedoj", + "search.filter_tags_placeholder": "ekz. amazon", + "search.filter_text_quality": "Teksto Kvalito", + "search.filter_text_quality_all": "Ĉiuj", + "search.filter_text_quality_high": "Alta", + "search.filter_text_quality_low": "Malalta", + "search.filter_text_quality_medium": "Meza", + "search.filter_text_quality_no_text": "Neniuj teksto", + "search.heading": "Dokumento Serĉo", + "search.input_aria_label": "Serĉi dokumentojn", + "search.input_placeholder": "Serĉi dokumentojn per enhavo, sendinto, etikedo, tipo...", + "search.loading_indicator": "Serĉante…", + "search.no_results": "Neniuj rezultoj trovitaj", + "search.page_title": "Serĉi Dokumentojn", + "search.placeholder": "Serĉi per dosiernomo, enhavo, etikedo...", + "search.result_empty": "Neniuj dokumentoj trovitaj, kiuj kongruas kun via demando.", + "search.results_count": "{count} rezultoj trovitaj", + "search.saved_aria_save": "Konservi aktualan serĉon", + "search.saved_button": "Konservi Aktuale", + "search.saved_empty": "Neniuj konservitaj serĉoj ankoraŭ", + "search.saved_error": "Ne povis ŝarĝi konservitajn serĉojn", + "search.saved_label": "Konservitaj Serĉoj", + "search.saved_loading": "Ŝarĝante...", + "search.title": "Serĉi Dokumentojn", + "settings.audit_log_btn": "Revizio Registro", + "settings.autocomplete_hint": "Skribu por serĉi konatajn valorojn, aŭ enigu iun ajn ĝustan valoron.", + "settings.autocomplete_no_matches": "Neniuj kongruoj — vi ankoraŭ povas tipe enigi ĝustan valoron", + "settings.autocomplete_placeholder": "Skribu por serĉi aŭ enigu valoron…", + "settings.boolean_enable_prefix": "Ebligi", + "settings.categories_aria": "Agordaj kategorioj", + "settings.categories_heading": "Kategorioj", + "settings.db_wizard_btn": "DB Sorĉisto", + "settings.effective_value_label": "Efika valoro:", + "settings.encrypted_suffix": "= ĉifrita kiam ripozas", + "settings.encrypted_title": "Valoro estas ĉifrita kiam ripozas en datumbazo", + "settings.export_btn": "Eksporti", + "settings.export_db_only": "Nur DB agordoj", + "settings.export_full_config": "Plena efika agordo", + "settings.jump_to_category": "Sali al kategorio…", + "settings.manage_config_prefix": "Administri agordon. Prioritato:", + "settings.model_picker_hint": "Elektu el la listo aŭ tipe enigu ajnan modelnomon subtenatan de via provizanto.", + "settings.model_picker_placeholder": "Selectu oftan modelon aŭ tipe enigu ĝustan nomon…", + "settings.no_results_clear": "purigi la serĉon", + "settings.no_results_heading": "Neniuj agordoj trovitaj", + "settings.no_results_hint": "Provu alian serĉterminon aŭ", + "settings.page_heading": "Applika Agordoj", + "settings.required_label": "(necese)", + "settings.reset_confirm": "Ĉu vi certas, ke vi volas restarigi ĉi tiun agordon?", + "settings.restart_required_suffix": "= rekontrolo postulata", + "settings.revert_btn": "Forigi el DB", + "settings.revert_title": "Forigi DB superrezignon kaj reveni al medio variablo aŭ defaŭlto", + "settings.reverting": "Revenante\u00105", + "settings.save_all_btn": "Salvar Ĉiuj Ŝanĝoj", + "settings.save_error": "Malsukcesis savi agordon", + "settings.save_setting_title": "Savi ĉi tiun agordon", + "settings.save_success": "Agordo sukcese konservita", + "settings.saving_state": "Konservante\u00105", + "settings.search_aria_label": "Serĉi agordojn", + "settings.search_clear_aria": "Malpleniĝi serĉon", + "settings.search_placeholder": "Serĉi agordojn laŭ nomo, ŝlosilo, aŭ priskribo\u00105", + "settings.settings_count_suffix": "agordoj", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "settings.source_default_badge": "DEFAŬLT", + "settings.source_env_badge": "MEDIO", + "settings.title": "Agordoj", + "settings.toggle_visibility_aria": "Ŝanĝi vido de pasvorto", + "settings.toggle_visibility_title": "Montri/kaŝi valoron", + "settings.user_autocomplete_empty": "Neniuj kongruaj uzantoj trovitaj", + "settings.user_autocomplete_hint": "Batu por serĉi ekzistantajn uzantojn laŭ nomo, aŭ enigu iun ajn identigilojn mane.", + "settings.user_autocomplete_placeholder": "Komencu tajpi por serĉi uzantojn\u00105", + "settings.wizard_btn": "Sorĉisto", + "shared.col_expiry": "Eksvalidiĝo", + "shared.col_file_label": "Dosiero / Etikedo", + "shared.col_link": "Ligo", + "shared.col_views": "Vidoj", + "shared.copy_link_aria": "Kopiu ligon al sendrata", + "shared.copy_link_title": "Kopiu ligon", + "shared.create_btn": "Krei Ligon", + "shared.create_heading": "Krei Novan Ŝarĝitan Ligon", + "shared.creating": "Kreante\u00105", + "shared.expiry_12h": "12 horoj", + "shared.expiry_14d": "14 tagoj", + "shared.expiry_1h": "1 horo", + "shared.expiry_24h": "24 horoj (1 tago)", + "shared.expiry_30d": "30 tagoj", + "shared.expiry_3d": "3 tagoj", + "shared.expiry_6h": "6 horoj", + "shared.expiry_7d": "7 tagoj", + "shared.expiry_label": "Eksvalidiĝo", + "shared.expiry_never": "Neniam", + "shared.file_id_help_post": "paĝo aŭ en la dokumento-detalaj URL.", + "shared.file_id_help_pre": "Trovu la dosierra ID sur la", + "shared.file_id_label": "Dosiera ID", + "shared.file_id_placeholder": "ekz. 42", + "shared.files_link": "Dosieroj", + "shared.heading": "Kunhavitaj Ligiloj", + "shared.label_label": "Etikedo", + "shared.label_placeholder": "ekz. Kunhavigita kun Bob", + "shared.link_created": "Kunhavigita ligo kreita!", + "shared.link_created_help": "Kopiu kaj sendu ĉi tiun ligon al la ricevanto.", + "shared.links_count_aria": "numero de ligiloj", + "shared.max_downloads_label": "Maks. elŝutoj", + "shared.no_links": "Neniuj kunhavitaj ligiloj ankoraŭ. Kreu unu supre por komenci.", + "shared.open_in_new_tab": "Malfermi en nova langeto", + "shared.open_link_aria": "Malfermi kunhavitajn ligon", + "shared.optional": "(nepre)", + "shared.page_title": "Kunhavitaj Ligiloj – DocuElevate", + "shared.password_label": "Pasvorto", + "shared.password_placeholder": "Lasu malplena por senpasvorto", + "shared.password_protected": "Pasvorte protektita", + "shared.refresh_aria": "Refreŝi la liston de kunhavitaj ligiloj", + "shared.revoke_aria_prefix": "Revoki kunhavitajn ligon por", + "shared.revoke_btn": "Revoki", + "shared.status_active": "Aktiva", + "shared.status_expired": "Eksvalidiĝis", + "shared.status_limit_reached": "Limigo atingita", + "shared.status_revoked": "Revokita", + "shared.subtitle": "Kunhavigu dokumentojn kun ajna persono per limtempo aŭ limvida ligo. Ricevantoj ne bezonas DocuElevate konton. Ligiloj povas esti pasvorte protektitaj kaj revokitaj iam ajn.", + "shared.table_aria": "Kunhavitaj ligiloj", + "shared.unlimited_placeholder": "Senlimigita", + "shared.your_links": "Viajn Kunhavitajn Ligilojn", + "similarity.backfill_auto": "La fona tasko kalkulos ilin aŭtomate ĉiun 5 minutojn, aŭ vi povas", + "similarity.files_missing_text": "dosiero(j) havas OCR-tekston sed neniun enmetadon ankoraŭ.", + "similarity.find_pairs_btn": "Trovi Parojn", + "similarity.heading": "Dokumenta Simileco", + "similarity.load_error": "Malsukcesis ŝarĝi parojn.", + "similarity.min_similarity_label": "Min. simileco", + "similarity.no_pairs_detail": "Neniu dokumenta paroj superas la simileco-amasan.", + "similarity.no_pairs_heading": "Neniuj similaj paroj trovita", + "similarity.page_title": "Dokumenta Simileco - DocuElevate", + "similarity.pagination_aria": "Simileco paroj pagination", + "similarity.per_page_label": "Po paĝo", + "similarity.scanning": "Skanejo por similaj dokumentaj paroj\u00133...", + "similarity.stat_embedding_model": "Enmetada Modelo", + "similarity.stat_missing_embedding": "Mankanta Enmetado", + "similarity.stat_total_files": "Totala Dosieroj", + "similarity.stat_with_embedding": "Kun Enmetado", + "similarity.subtitle": "Paroj de dokumentoj kun alta semantika simileco, ordigitaj laŭ poentaro.", + "similarity.trigger_aria": "Aktivigi enmetan kalkuladon por ĉiuj dosieroj kun mankantaj enmetadoj", + "similarity.trigger_now": "aktivigu ĝin nun", + "status.app_version": "Aplika Versio", + "status.build_date": "KonstruaDato", + "status.container_id": "Konteinera ID", + "status.git_commit": "Git Komito", + "status.last_check": "Lasta Kontrolado", + "status.page_title": "Sistema Stato", + "status.setting_label": "Agordo", + "status.value_label": "Valoro", + "subscription.available_plans_heading": "Disponibloj Planoj", + "subscription.back_to_dashboard": "Reiri al Taksilo", + "subscription.cancel_pending": "Nulligi ŝanĝon", + "subscription.cancel_scheduled": "Nulligi planitan ŝanĝon", + "subscription.contact_sales": "Kontakti Vendon", + "subscription.current_badge": "Aktuala", + "subscription.current_plan": "Aktuala Plano", + "subscription.current_plan_cta": "Via aktuala plano", + "subscription.downgrade_to_prefix": "Malfaciliĝi al", + "subscription.features_heading": "Kio estas inkludita en via plano", + "subscription.free": "Senpaga", + "subscription.heading": "Mia Abono", + "subscription.keep_plan_prefix": "Konservi", + "subscription.lifetime_files": "Totalaj dosieroj (vivtempa)", + "subscription.month_files": "Dosieroj ĉi tiun monaton", + "subscription.more_features_label": "pli", + "subscription.page_title": "Mia Abono – DocuElevate", + "subscription.pending_badge": "Atendanta", + "subscription.pending_benefits": "Vi konservas ĉiujn aktualajn plano-avantaĝojn ĝis tiam.", + "subscription.pending_on": "je", + "subscription.pending_title": "Atendanta planenŝanĝo planita", + "subscription.pending_will_change": "Via plano ŝanĝiĝos al", + "subscription.per_mo": "/monato", + "subscription.per_month": "/monate", + "subscription.since": "Ekde", + "subscription.single_user_body": "Abonaj niveloj aplikiĝas kiam multiuzula reĝimo estas aktiva. Via instanco nuntempe funkcias en unuuzula reĝimo sen procesaj limoj. Administranto povas ebligi multiuzulan reĝimon per {settings_link}.", + "subscription.single_user_title": "Multiuzula reĝimo ne estas ebligita.", + "subscription.subtitle": "Via aktuala plano, uzado kaj disponeblaj plibonigoj.", + "subscription.this_month_label": "ĉi tiu monato", + "subscription.today_files": "Dosieroj hodiaŭ", + "subscription.today_label": "hodiaŭ", + "subscription.unlimited": "Senlima", + "subscription.upgrade_info": "Plibonigoj havas efikon tuj. Malfakiligadoj estas planitaj por la fino de via aktuala faktura periodo.", + "subscription.upgrade_to_prefix": "Plibonigi al", + "subscription.usage_heading": "Uzado", + "upload.browse_button": "Serĉi Dosierojn", + "upload.button_processing": "Procezado...", + "upload.camera_button": "Fotigi / Skani Dokumenton", + "upload.download_button": "Elŝuti kaj Procezi", + "upload.downloading": "Elŝutante dosieron de URL...", + "upload.drag_drop": "Treni & faldu dosierojn ĉi tie aŭ klaku por serĉi", + "upload.drop_hint_desktop": "Treni & faldu dosierojn aŭ foliojn ĉi tie, aŭ klaku por elekti dosierojn.", + "upload.drop_hint_mobile": "Tuŝu por elekti dosierojn aŭ uzo la kamerao butonon sube.", + "upload.drop_zone_aria": "Dosiera ŝarĝa areo. Trenu kaj faldu dosierojn ĉi tie, aŭ premu Eniri por serĉi dosierojn.", + "upload.error": "Ŝarĝo malsukcesis", + "upload.error_invalid_url": "Nevalida URL formato", + "upload.error_url_required": "Bonvolu enigi URL", + "upload.file_size_hint": "Maksimuma grandeco: 500 MB po dosiero", + "upload.file_types": "Permesitaj tipoj: PDF, Oficeaj dokumentoj (Word, Excel, PowerPoint, ktp.), Bildoj", + "upload.filename_description": "Lasu malplena por uzi dosiernomo el URL", + "upload.filename_label": "Dosiernomo (nepraj)", + "upload.filename_placeholder": "mia-dokumento.pdf", + "upload.max_size": "Maksimuma dosiergrandeco: {size}", + "upload.page_title": "Ŝarĝi Dosierojn", + "upload.section_device": "Ŝarĝi de Aparato", + "upload.section_url": "Ŝarĝi de URL", + "upload.select_file": "Elekti Dosieron", + "upload.success": "Dosiero sukcese ŝarĝita", + "upload.title": "Ŝarĝi Dokumenton", + "upload.uploading": "Ŝarĝi...", + "upload.url_description": "Enigu rektan ligon al dosiero (PDF, Oficejaj dokumentoj, aŭ bildoj)", + "upload.url_label": "Dosiera URL", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/es.json b/frontend/translations/es.json index 87484489..17cd1d95 100644 --- a/frontend/translations/es.json +++ b/frontend/translations/es.json @@ -3,75 +3,75 @@ "about.creator_name": "Christian Krakau-Louis", "about.creator_pre": "DocuElevate es desarrollado apasionadamente por", "about.features_admin_api": "Potente API REST para acceso programático", - "about.features_admin_config": "Altamente configurable mediante variables de entorno", - "about.features_admin_docker": "Listo para Docker para facilitar el despliegue y escalado", + "about.features_admin_config": "Altamente configurable a través de variables de entorno", + "about.features_admin_docker": "Listo para Docker para fácil implementación y escalado", "about.features_admin_heading": "Administración", "about.features_admin_oauth2": "Soporte de autenticación OAuth2 con Authentik", "about.features_automation_background": "Procesamiento en segundo plano con Redis y Celery", "about.features_automation_gmail": "Integración con Gmail y cuentas de correo genéricas", "about.features_automation_heading": "Automatización", - "about.features_automation_imap": "Sondeo de bandeja de entrada IMAP desde múltiples fuentes", - "about.features_automation_ingestion": "Ingesta automatizada de documentos desde diversas entradas", - "about.features_heading": "Características Principales", + "about.features_automation_imap": "Sondeo de bandeja de entrada IMAP de múltiples fuentes", + "about.features_automation_ingestion": "Ingesta automatizada de documentos desde varias entradas", + "about.features_heading": "Características Clave", "about.features_integration_cloud": "Almacenamiento en la nube: Dropbox, Google Drive, OneDrive, Amazon S3", "about.features_integration_heading": "Integración y Almacenamiento", - "about.features_integration_multi_dest": "Soporte multi-destino (almacena documentos en múltiples ubicaciones)", - "about.features_integration_protocols": "Protocolos de transferencia: FTP, SFTP, reenvío de correo", - "about.features_integration_selfhosted": "Opciones auto-alojadas: Nextcloud, Paperless NGX, WebDAV", + "about.features_integration_multi_dest": "Soporte multi-destino (almacenar documentos en múltiples ubicaciones)", + "about.features_integration_protocols": "Protocolos de transferencia: FTP, SFTP, Reenvío de correo electrónico", + "about.features_integration_selfhosted": "Opciones autohospedadas: Nextcloud, Paperless NGX, WebDAV", "about.features_processing_classification": "Clasificación inteligente de documentos y extracción de fechas", "about.features_processing_heading": "Procesamiento de Documentos", - "about.features_processing_metadata": "Extracción automatizada de metadatos mediante un proveedor de IA configurable", - "about.features_processing_ocr": "Soporte OCR para documentos escaneados", - "about.features_processing_pdf": "Conversión a PDF para varios formatos de archivo mediante Gotenberg", - "about.features_processing_upload": "Sube una vez, distribuye en todos lados", + "about.features_processing_metadata": "Extracción automatizada de metadatos utilizando un proveedor de IA enchufable", + "about.features_processing_ocr": "OCR impulsado por Azure Document Intelligence", + "about.features_processing_pdf": "Conversión de PDF para varios formatos de archivo a través de Gotenberg", + "about.features_processing_upload": "Subidas de archivos sencillas y seguras con soporte para arrastrar y soltar", "about.github_logo_alt": "Logo de GitHub", "about.heading": "Acerca de DocuElevate", - "about.intro_post": " – su solución moderna e inteligente para el procesamiento de documentos. Hemos creado DocuElevate para transformar completamente la forma en que gestiona sus documentos – desde la carga hasta la extracción, desde el procesamiento hasta el almacenamiento.", + "about.intro_post": " \u0001F3\u0001C3 tu solución moderna e inteligente para el procesamiento de documentos! Hemos construido DocuElevate para transformar completamente la forma en que manejas tus documentos \u0001F3\u0001C3 desde la subida hasta la extracción, desde el procesamiento hasta el almacenamiento.", "about.intro_pre": "Bienvenido a ", - "about.involved_description": "¿Quiere explorar el código, contribuir con ideas o saber más sobre DocuElevate?", - "about.involved_docs": "Leer la Documentación", + "about.involved_description": "¿Quieres sumergirte en el código, contribuir con ideas o aprender más sobre DocuElevate?", + "about.involved_docs": "Lee la Documentación", "about.involved_github": "Ver DocuElevate en GitHub", - "about.involved_heading": "Participa", - "about.involved_website": "Visitar el Sitio Web de DocuElevate", - "about.legal_description": "Nos preocupamos por su privacidad y seguridad de datos. Por favor, revise nuestros:", + "about.involved_heading": "Involúcrate", + "about.involved_website": "Visita el Sitio Web de DocuElevate", + "about.legal_description": "Nos importa tu privacidad y la seguridad de tus datos. Por favor revisa nuestro:", "about.legal_heading": "Privacidad y Legal", "about.legal_license": "Información de Licencia", "about.legal_privacy": "Aviso de Privacidad", "about.page_title": "Acerca de DocuElevate", "about.story_heading": "Nuestra Historia", - "about.story_p1": "DocuElevate fue creado con un objetivo en mente: simplificar y agilizar la gestión de documentos para todos, ya sea una pequeña startup o una gran empresa.", - "about.story_p2": "Aprovechamos el poder de los proveedores de IA configurables (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, y más) para la extracción de metadatos y refinamiento de texto, nos integramos perfectamente con Dropbox, Nextcloud y Paperless NGX para almacenamiento e indexación, utilizamos Azure Document Intelligence para OCR, e incluso usamos Gotenberg para conversiones de archivos a PDF.", + "about.story_p1": "DocuElevate fue creado con un objetivo en mente: simplificar y optimizar la gestión de documentos para todos, ya seas una pequeña startup o una gran empresa.", + "about.story_p2": "Aprovechamos el poder de proveedores de IA intercambiables (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey y más) para la extracción de metadatos y el refinamiento de texto, nos integramos sin problemas con Dropbox, Nextcloud y Paperless NGX para el almacenamiento y la indexación, aprovechamos Azure Document Intelligence para OCR e incluso usamos Gotenberg para conversiones de archivo a PDF.", "api_tokens.col_created": "Creado", "api_tokens.col_last_ip": "Última IP", "api_tokens.col_last_used": "Último uso", "api_tokens.col_name": "Nombre", - "api_tokens.col_prefix": "Prefijo del Token", + "api_tokens.col_prefix": "Prefijo del token", "api_tokens.copy_to_clipboard": "Copiar token al portapapeles", - "api_tokens.copy_upload_example": "Copiar ejemplo de carga al portapapeles", - "api_tokens.copy_warning_1": "Copie este token ahora — no", - "api_tokens.copy_warning_2": "se mostrará de nuevo", - "api_tokens.create_heading": "Crear Nuevo Token", - "api_tokens.create_token": "Crear Token", - "api_tokens.creating": "Creando…", + "api_tokens.copy_upload_example": "Copiar ejemplo de subida al portapapeles", + "api_tokens.copy_warning_1": "Copia este token ahora — se", + "api_tokens.copy_warning_2": "no mostrará de nuevo", + "api_tokens.create_heading": "Crear nuevo token", + "api_tokens.create_token": "Crear token", + "api_tokens.creating": "Creando\u001330\u001073", "api_tokens.heading": "Tokens de API", - "api_tokens.intro": "Cree tokens de API personales para interactuar con la API de DocuElevate de forma programática. Use tokens para cargas por webhook, pipelines CI/CD, o cualquier script que necesite cargar o recuperar documentos.", - "api_tokens.loading_tokens": "Cargando tokens…", + "api_tokens.intro": "Crea tokens de API personales para interactuar con la API de DocuElevate de manera programática. Usa tokens para cargas de webhook, pipelines de CI/CD o cualquier script que necesite subir o recuperar documentos.", + "api_tokens.loading_tokens": "Cargando tokens\u001330\u001073", "api_tokens.never": "Nunca", "api_tokens.no_tokens_heading": "Sin tokens de API aún", - "api_tokens.no_tokens_help": "Cree su primer token arriba para comenzar.", + "api_tokens.no_tokens_help": "Crea tu primer token arriba para comenzar.", "api_tokens.page_title": "Tokens de API – DocuElevate", "api_tokens.revoke": "Revocar", "api_tokens.revoke_prefix": "Revocar token", "api_tokens.status_active": "Activo", "api_tokens.status_revoked": "Revocado", "api_tokens.table_aria": "Tokens de API", - "api_tokens.token_created": "¡Token creado correctamente!", + "api_tokens.token_created": "¡Token creado con éxito!", "api_tokens.token_name_label": "Nombre del token", - "api_tokens.token_name_placeholder": "p.ej. Pipeline CI, Carga Webhook, Mi Script", - "api_tokens.usage_heading": "Ejemplo de Uso", - "api_tokens.usage_intro_post": "encabezado con cualquier solicitud a la API:", - "api_tokens.usage_intro_pre": "Use su token de API en el encabezado", - "api_tokens.your_tokens": "Sus Tokens", + "api_tokens.token_name_placeholder": "p. ej. Pipeline de CI, Subida de Webhook, Mi Script", + "api_tokens.usage_heading": "Ejemplo de uso", + "api_tokens.usage_intro_post": "encabezado con cualquier solicitud de API:", + "api_tokens.usage_intro_pre": "Usa tu token de API en el", + "api_tokens.your_tokens": "Tus tokens", "app.name": "DocuElevate", "audit.col_ip": "IP", "audit.col_resource": "Recurso", @@ -80,113 +80,114 @@ "audit.filter_action": "Acción", "audit.filter_all_actions": "Todas las acciones", "audit.filter_all_users": "Todos los usuarios", - "audit.filter_resource_placeholder": "p.ej. documento, usuario", - "audit.filter_resource_type": "Tipo de Recurso", + "audit.filter_resource_placeholder": "p. ej. documento, usuario", + "audit.filter_resource_type": "Tipo de recurso", "audit.filter_severity": "Severidad", "audit.filter_user": "Usuario", "audit.filters_section_label": "Filtros del registro de auditoría", "audit.next": "Siguiente", "audit.next_label": "Página siguiente", "audit.no_events": "Aún no se han registrado eventos de auditoría.", - "audit.no_events_hint": "Las acciones significativas (inicios de sesión, operaciones con documentos, cambios de configuración) aparecerán aquí.", - "audit.page_title": "Registros de Auditoría - DocuElevate", + "audit.no_events_hint": "Las acciones significativas (inicios de sesión, operaciones con documentos, cambios en la configuración) aparecerán aquí.", + "audit.page_title": "Registros de auditoría - DocuElevate", "audit.pagination_label": "Paginación del registro de auditoría", "audit.prev": "Anterior", "audit.prev_label": "Página anterior", "audit.refresh_label": "Actualizar registros de auditoría", - "audit.siem_disabled_title": "El reenvío SIEM está deshabilitado", + "audit.siem_disabled_title": "El reenvío de SIEM está desactivado", "audit.siem_enabled_title": "Los eventos se están reenviando a ", - "audit.siem_off": "SIEM: Apagado", - "audit.subtitle": "Registro completo e inamovible de todas las acciones significativas.", + "audit.siem_off": "SIEM: Desactivado", + "audit.subtitle": "Registro integral y solo de anexos de todas las acciones significativas.", "audit.table_label": "Eventos del registro de auditoría", "audit.title": "Registros de Auditoría", "auth.confirm_password": "Confirmar contraseña", "auth.create_account": "Crear cuenta", "auth.display_name_label": "Nombre para mostrar", "auth.email_label": "Correo electrónico", - "auth.forgot_password": "¿Olvidó su contraseña?", - "auth.forgot_username": "¿Olvidó su nombre de usuario?", + "auth.forgot_password": "¿Olvidaste tu contraseña?", + "auth.forgot_username": "¿Olvidaste tu nombre de usuario?", "auth.login": "Iniciar sesión", - "auth.login_title": "Iniciar Sesión", + "auth.login_title": "Iniciar sesión", "auth.logo_alt": "Logo de DocuElevate", "auth.logout": "Cerrar sesión", "auth.my_account": "Mi cuenta", - "auth.no_account": "¿No tiene una cuenta?", - "auth.or_continue_with": "O continuar con", + "auth.no_account": "¿No tienes una cuenta?", + "auth.or_continue_with": "O continúa con", "auth.password_label": "Contraseña", "auth.profile": "Perfil", "auth.remember_me": "Recuérdame", - "auth.return_home": "Volver al Inicio", + "auth.return_home": "Volver a inicio", "auth.sign_in": "Iniciar sesión", "auth.sign_in_sso": "Iniciar sesión con SSO", "auth.sign_in_with": "Iniciar sesión con", "auth.sign_in_with_username": "Iniciar sesión con nombre de usuario", - "auth.signup": "Registrarse", - "auth.signup_title": "Registrarse", + "auth.signup": "Regístrate", + "auth.signup_title": "Regístrate", "auth.username_label": "Nombre de usuario", "auth.username_or_email": "Nombre de usuario o correo electrónico", "auth.verify_email_back_sign_in": "Volver a iniciar sesión", - "auth.verify_email_expiry": "El enlace expira en 24 horas. Si no ve el correo, revise su carpeta de spam.", - "auth.verify_email_heading": "Revise su bandeja de entrada", - "auth.verify_email_message": "Le hemos enviado un correo de verificación. Por favor, haga clic en el enlace del correo para activar su cuenta.", - "auth.verify_email_page_title": "DocuElevate - Verifique su Correo", - "auth.verify_email_resend_aria_label": "Dirección de correo para reenvío", + "auth.verify_email_expiry": "El enlace expira en 24 horas. Si no ves el correo, revisa tu carpeta de spam.", + "auth.verify_email_heading": "Revisa tu bandeja de entrada", + "auth.verify_email_message": "Te hemos enviado un correo electrónico de verificación. Haz clic en el enlace del correo para activar tu cuenta.", + "auth.verify_email_page_title": "DocuElevate - Verifica tu correo electrónico", + "auth.verify_email_resend_aria_label": "Dirección de correo para reenviar", "auth.verify_email_resend_button": "Reenviar correo de verificación", "auth.verify_email_resend_label": "Dirección de correo", - "auth.verify_email_resend_placeholder": "Introduzca su dirección de correo", - "auth.verify_email_resend_prompt": "¿No lo recibió?", - "backup.archives_heading": "Archivos de Copia de Seguridad", - "backup.backup_now": "Hacer Copia Ahora", + "auth.verify_email_resend_placeholder": "Introduce tu dirección de correo electrónico", + "auth.verify_email_resend_prompt": "¿No lo recibiste?", + "backup.archives_heading": "Archivos de copia de seguridad", + "backup.backup_now": "Copia de seguridad ahora", "backup.clean_up": "Limpiar", "backup.cleanup_title": "Ejecutar limpieza de retención ahora", "backup.col_created": "Creado", - "backup.col_filename": "Nombre de Archivo", + "backup.col_filename": "Nombre de archivo", "backup.col_size": "Tamaño", "backup.col_storage": "Almacenamiento", "backup.col_type": "Tipo", - "backup.config_auto_backup": "Copia automática", + "backup.config_auto_backup": "Copia de seguridad automática", "backup.config_remote_dest": "Destino remoto", "backup.config_retention": "Retención", "backup.config_total_size": "Tamaño local total", "backup.confirm_btn": "Confirmar", "backup.confirm_title": "Confirmar acción", - "backup.heading": "Copia de Seguridad", + "backup.heading": "Gestión de copias de seguridad", "backup.local_only": "Solo local", - "backup.no_backups": "Sin copias de seguridad aún.", - "backup.no_backups_hint": "Haga clic en Hacer Copia Ahora para crear su primera copia de seguridad.", - "backup.page_title": "Copia de Seguridad", + "backup.no_backups": "Aún no hay copias de seguridad.", + "backup.no_backups_hint": "Haz clic en Copia de seguridad ahora para crear tu primera copia de seguridad.", + "backup.page_title": "Gestión de copias de seguridad", "backup.records_label": "registros", "backup.restore_btn": "Restaurar", "backup.restore_desc_mid": "archivo de copia de seguridad para restaurar la base de datos.", - "backup.restore_desc_pre": "Cargue un", - "backup.restore_desc_warning": "Esto sobreescribirá todos los datos actuales.", - "backup.restore_file_label": "Archivo de copia de seguridad (.db.gz)", - "backup.restore_heading": "Restaurar desde Archivo", - "backup.restoring": "Restaurando…", - "backup.retention_daily_detail": "– conservado durante 3 semanas", + "backup.restore_desc_pre": "Cargar un", + "backup.restore_desc_warning": "Esto sobrescribirá todos los datos actuales.", + "backup.restore_file_label": "Archivo de respaldo (.db.gz)", + "backup.restore_heading": "Restaurar desde archivo", + "backup.restoring": "Restaurando\u00133\u001210", + "backup.retention_daily_detail": "\u001310 mantenido por 3 semanas", "backup.retention_heading": "Política de retención", - "backup.retention_hourly_detail": "– conservado durante 4 días", - "backup.retention_note": "Las copias de seguridad que superan estos límites se eliminan automáticamente tras cada nueva copia.", - "backup.retention_weekly_detail": "– conservado durante ~3 meses", + "backup.retention_hourly_detail": "\u001310 mantenido por 4 días", + "backup.retention_note": "Las copias de seguridad que superen estos límites se eliminan automáticamente después de que se crea cada nueva copia de seguridad.", + "backup.retention_weekly_detail": "\u001310 mantenido por ~3 meses", "backup.snapshots": "instantáneas", - "backup.status_ok": "correcto", + "backup.status_ok": "ok", "backup.storage_local": "local", - "backup.subtitle": "Las copias de seguridad de la base de datos se crean automáticamente: cada hora (4 días), diaria (3 semanas), semanal (13 semanas).", - "backup.table_aria": "Archivos de copia de seguridad", - "backup.trigger_daily": "Hacer Copia Ahora (Diaria)", - "backup.trigger_hourly": "Hacer Copia Ahora (Horaria)", - "backup.trigger_weekly": "Hacer Copia Ahora (Semanal)", + "backup.subtitle": "Las copias de seguridad de la base de datos se crean automáticamente: cada hora (4 días), diariamente (3 semanas), semanalmente (13 semanas).", + "backup.table_aria": "Archivos de respaldo", + "backup.trigger_daily": "Hacer copia de seguridad ahora (diaria)", + "backup.trigger_hourly": "Hacer copia de seguridad ahora (por hora)", + "backup.trigger_weekly": "Hacer copia de seguridad ahora (semanal)", "backup.type_daily": "Diaria", - "backup.type_hourly": "Horaria", + "backup.type_hourly": "Por hora", "backup.type_weekly": "Semanal", - "billing.go_to_dashboard": "Ir al panel de control", + "billing.go_to_dashboard": "Ir al tablero", "billing.manage_subscription": "Gestionar suscripción", "billing.success_heading": "¡Todo listo!", - "billing.success_message": "Su suscripción ha sido activada. ¡Gracias por elegir DocuElevate!", + "billing.success_message": "Tu suscripción ha sido activada. ¡Gracias por elegir DocuElevate!", "billing.success_page_title": "DocuElevate - Suscripción Activada", "common.actions": "Acciones", "common.active": "Activo", "common.all": "Todo", + "common.avatar": "Avatar", "common.back": "Atrás", "common.cancel": "Cancelar", "common.close": "Cerrar", @@ -195,7 +196,7 @@ "common.confirm": "Confirmar", "common.copied": "¡Copiado!", "common.copy": "Copiar", - "common.create": "Create", + "common.create": "Crear", "common.created": "Creado", "common.date": "Fecha", "common.delete": "Eliminar", @@ -203,7 +204,7 @@ "common.details": "Detalles", "common.disabled": "Deshabilitado", "common.download": "Descargar", - "common.duplicate": "Duplicate", + "common.duplicate": "Duplicar", "common.edit": "Editar", "common.enabled": "Habilitado", "common.error": "Error", @@ -214,10 +215,11 @@ "common.loading": "Cargando...", "common.name": "Nombre", "common.next": "Siguiente", - "common.next_page": "Página siguiente", + "common.next_page": "Siguiente página", "common.no": "No", "common.none": "Ninguno", "common.page": "Página", + "common.paused": "Pausado", "common.pending": "Pendiente", "common.prev_page": "Página anterior", "common.previous": "Anterior", @@ -228,365 +230,470 @@ "common.save": "Guardar", "common.search": "Buscar", "common.select": "Seleccionar", - "common.select_placeholder": "— seleccionar —", + "common.select_placeholder": "\u0002D select \u0002D", "common.size": "Tamaño", "common.status": "Estado", - "common.submit": "Submit", + "common.submit": "Enviar", "common.success": "Éxito", - "common.tags": "Tags", + "common.tags": "Etiquetas", + "common.test": "Prueba", + "common.test_connection": "Probar conexión", "common.type": "Tipo", + "common.update": "Actualizar", "common.updated": "Actualizado", - "common.upload": "Cargar", + "common.upload": "Subir", "common.view": "Ver", "common.warning": "Advertencia", "common.yes": "Sí", "cookie.accept": "Entendido", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate utiliza solo cookies de sesión esenciales necesarias para la autenticación y el funcionamiento del servicio. No se utilizan cookies de seguimiento ni analíticas.", + "cookie.learn_more": "Aprender más", + "cookie.message": "Este sitio web utiliza cookies para mejorar su experiencia.", + "cookie.notice": "DocuElevate utiliza solo cookies de sesión esenciales requeridas para la autenticación y operación del servicio. No se utilizan cookies de seguimiento o análisis.", "cookie.notice_label": "Aviso de cookies", "cookie.policy_link": "Política de cookies", "cookie.privacy_link": "Aviso de privacidad", "credentials.col_action": "Acción", - "credentials.col_credential": "Credencial", - "credentials.col_source": "Origen", + "credentials.col_credential": "Credenciales", + "credentials.col_source": "Fuente", "credentials.configured": "Configurado", "credentials.edit_in_settings": "Editar en Configuración", - "credentials.legend_db": "Valor almacenado en la base de datos (cifrado en reposo; reemplaza la variable de entorno)", - "credentials.legend_env_after": "", - "credentials.legend_env_before": "Valor de variable de entorno o archivo ", + "credentials.legend_db": "Valor almacenado en la base de datos (encriptado en reposo; anula la variable de entorno)", + "credentials.legend_env_after": " archivo", + "credentials.legend_env_before": "Valor de la variable de entorno o ", "credentials.legend_missing": "Credencial no configurada — la integración no funcionará", - "credentials.legend_restart": "Se requiere reinicio al rotar esta credencial", + "credentials.legend_restart": "Se requiere reinicio cuando esta credencial es rotada", "credentials.legend_title": "Leyenda", - "credentials.manage_settings": "Gestionar Configuración", - "credentials.not_configured": "No Configurado", - "credentials.page_title": "Auditoría de Credenciales - DocuElevate", + "credentials.manage_settings": "Gestionar configuración", + "credentials.not_configured": "No configurado", + "credentials.page_title": "Auditoría de credenciales - DocuElevate", "credentials.raw_json": "JSON sin procesar (API)", "credentials.restart_title": "Se requiere reinicio después de rotar esta credencial", - "credentials.source_db_title": "Almacenado en base de datos (cifrado)", - "credentials.source_env_title": "Desde variable de entorno", + "credentials.source_db_title": "Almacenado en la base de datos (encriptado)", + "credentials.source_env_title": "Desde la variable de entorno", "credentials.status_missing": "Faltante", - "credentials.subtitle": "Resumen de todas las credenciales sensibles utilizadas por DocuElevate. No se muestran valores secretos — solo si cada credencial está configurada y de dónde proviene.", + "credentials.subtitle": "Resumen de todas las credenciales sensibles utilizadas por DocuElevate. No se muestran valores secretos aquí — solo si cada credencial está configurada y de dónde proviene.", "credentials.table_for": "Credenciales para", - "credentials.title": "Auditoría de Credenciales", + "credentials.title": "Auditoría de credenciales", "credentials.total_credentials": "Total de Credenciales", - "dashboard.active_integrations": "Integraciones activas", - "dashboard.files_this_month": "Archivos este mes", - "dashboard.files_today": "Archivos hoy", - "dashboard.ocr_processed": "OCR procesados", - "dashboard.quick_actions": "Acciones rápidas", - "dashboard.recent_activity": "Actividad reciente", - "dashboard.storage_targets": "Destinos de almacenamiento", - "dashboard.title": "Panel", - "dashboard.total_files": "Total de archivos", + "dashboard.active_integrations": "Integraciones Activas", + "dashboard.files_this_month": "Archivos Este Mes", + "dashboard.files_today": "Archivos Hoy", + "dashboard.ocr_processed": "OCR Procesado", + "dashboard.quick_actions": "Acciones Rápidas", + "dashboard.recent_activity": "Actividad Reciente", + "dashboard.storage_targets": "Objetivos de Almacenamiento", + "dashboard.title": "Tablero", + "dashboard.total_files": "Total de Archivos", "dashboard.welcome": "Bienvenido a DocuElevate", - "duplicates.file_id_label": "ID de Archivo", - "duplicates.file_id_placeholder": "p.ej. 42", - "duplicates.find_btn": "Buscar", + "duplicates.file_id_label": "ID del archivo", + "duplicates.file_id_placeholder": "p. ej. 42", + "duplicates.find_btn": "Encontrar", "duplicates.found_files": "archivo(s) duplicado(s) en total.", - "duplicates.found_groups": "grupo(s) de duplicados con", - "duplicates.found_prefix": "Se encontraron", - "duplicates.group_aria": "Grupo de duplicados", + "duplicates.found_groups": "grupo(s) duplicado(s) con", + "duplicates.found_prefix": "Encontrado", + "duplicates.group_aria": "Grupo duplicado", "duplicates.heading": "Documentos Duplicados", - "duplicates.how_it_works_heading": "Cómo funciona la detección de duplicados aproximados", - "duplicates.max_results_label": "Máximo de resultados", - "duplicates.near_dup_desc": "Seleccione un documento para verificar si algún otro archivo contiene el mismo contenido (o muy similar) — incluso si fueron escaneados en momentos diferentes y tienen diferentes hashes SHA-256.", - "duplicates.near_dup_heading": "Encontrar Duplicados Aproximados de un Documento", + "duplicates.how_it_works_heading": "Cómo funciona la detección de casi duplicados", + "duplicates.max_results_label": "Resultados máximos", + "duplicates.near_dup_desc": "Selecciona un documento para verificar si hay otros archivos que contengan el mismo (o contenido muy similar) \u00037504; incluso si fueron escaneados en diferentes momentos y tienen diferentes hashes SHA-256.", + "duplicates.near_dup_heading": "Encontrar Casi Duplicados para un Documento", "duplicates.no_exact_heading": "No se encontraron duplicados exactos", "duplicates.page_title": "Documentos Duplicados - DocuElevate", "duplicates.pagination_aria": "Paginación", "duplicates.role_duplicate": "Duplicado", "duplicates.role_original": "Original", "duplicates.tab_exact": "Duplicados Exactos", - "duplicates.tab_near": "Buscador de Duplicados Aproximados", + "duplicates.tab_near": "Buscador de Casi Duplicados", "duplicates.tabs_aria": "Pestañas de detección de duplicados", "duplicates.threshold_label": "Umbral de similitud", "duplicates.view_dup_aria": "Ver archivo duplicado", "duplicates.view_original_aria": "Ver archivo original", "error.404_code": "404", - "error.404_heading": "¡Vaya, no encontramos esa página!", - "error.404_home": "Volver al Inicio", - "error.404_message": "La página que busca no existe.", - "error.404_title": "Página No Encontrada", + "error.404_heading": "¡Ups, no pudimos encontrar esa página!", + "error.404_home": "Regresar a Casa", + "error.404_message": "Parece que DocuElevate ha extraviado el documento que estabas buscando. No te preocupes – estamos aquí para ayudarte.", + "error.404_title": "404 - No Encontrado", "error.500_code": "500", "error.500_debug_info": "Mostrar Información de Depuración", - "error.500_description": "Nuestros servidores encontraron un problema y necesitan un momento.", - "error.500_heading": "¡Vaya! Algo salió mal.", - "error.500_home": "Ir al Inicio", - "error.500_img_alt": "Ilustración de un error del servidor", - "error.500_message1": "Nuestros servidores encontraron un problema y necesitan un momento. ¿Quizás los hámsteres derramaron su café?", - "error.500_message2": "Ya estamos en ello — ordenando archivos, reiniciando servidores y recalibrando los condensadores de flujo.", - "error.500_title": "Error Interno del Servidor", + "error.500_description": "Nuestros servidores encontraron un contratiempo y necesitan un momento.", + "error.500_heading": "¡Ups! Algo Salió Mal.", + "error.500_home": "Ir a Casa", + "error.500_img_alt": "Ilustración de un error de servidor", + "error.500_message1": "Nuestros servidores encontraron un contratiempo y necesitan un momento. ¿Quizás los hámsters derramaron su café?", + "error.500_message2": "Ya estamos en ello\u00037504;organizando archivos, reiniciando servidores y recalibrando condensadores de flujos.", + "error.500_title": "Error de Servidor - DocuElevate", "error.forbidden": "Prohibido", - "error.forbidden_message": "No tiene permiso para acceder a esta página.", + "error.forbidden_message": "No tienes permiso para acceder a esta página.", "error.not_found": "Página no encontrada", - "error.not_found_message": "La página que busca no existe.", + "error.not_found_message": "La página que buscas no existe.", "error.server_error": "Error interno del servidor", - "error.server_error_message": "Algo salió mal. Inténtelo de nuevo más tarde.", - "error.unauthorized": "Por favor, inicie sesión para acceder a esta página.", - "error.unauthorized_message": "Debe iniciar sesión para acceder a esta página.", + "error.server_error_message": "Algo salió mal. Por favor, inténtalo de nuevo más tarde.", + "error.unauthorized": "No autorizado", + "error.unauthorized_message": "Necesitas iniciar sesión para acceder a esta página.", "files.action_delete": "Eliminar archivo", "files.action_details": "Ver detalles", "files.action_preview": "Vista previa rápida", - "files.bulk_clear_selection": "Limpiar Selección", - "files.bulk_cloud_ocr": "Re-ejecutar OCR en la Nube", - "files.bulk_delete": "Eliminar Seleccionados", + "files.bulk_clear_selection": "Borrar selección", + "files.bulk_cloud_ocr": "Volver a ejecutar Cloud OCR", + "files.bulk_delete": "Eliminar seleccionados", "files.bulk_download": "Descargar como ZIP", - "files.bulk_reprocess": "Reprocesar Seleccionados", + "files.bulk_reprocess": "Reprocesar seleccionados", "files.delete_modal_cancel": "Cancelar", "files.delete_modal_confirm": "Eliminar", - "files.delete_modal_message": "¿Está seguro de que desea eliminar este archivo?", - "files.delete_modal_title": "Confirmar Eliminación", + "files.delete_modal_message": "¿Estás seguro de que deseas eliminar este archivo?", + "files.delete_modal_title": "Confirmar eliminación", "files.document_title": "Título del documento", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more", - "files.drop_overlay_title": "Suelte archivos o carpetas en cualquier lugar para cargar", - "files.error_hint": "Esto puede deberse a un problema de configuración o importación. Por favor, revise los registros del servidor.", + "files.drop_overlay_hint": "Soporta PDF, documentos de Office, imágenes, HTML, Markdown y más – las carpetas se procesan recursivamente", + "files.drop_overlay_title": "Suelta archivos o carpetas en cualquier lugar para subir", + "files.error_hint": "Esto puede ser debido a un problema de configuración o importación. Por favor, revisa los registros del servidor.", "files.file_size": "Tamaño del archivo", "files.filename": "Nombre del archivo", "files.files_selected": "archivos seleccionados", - "files.filter_all_providers": "Todos los Proveedores", - "files.filter_all_statuses": "Todos los Estados", - "files.filter_all_types": "Todos los Tipos", - "files.filter_apply": "Aplicar Filtros", - "files.filter_clear": "Limpiar", - "files.filter_date_from": "Fecha Desde", - "files.filter_date_from_aria": "Filtrar desde fecha", - "files.filter_date_to": "Fecha Hasta", - "files.filter_date_to_aria": "Filtrar hasta fecha", + "files.filter_all_providers": "Todos los proveedores", + "files.filter_all_statuses": "Todos los estados", + "files.filter_all_types": "Todos los tipos", + "files.filter_apply": "Aplicar filtros", + "files.filter_clear": "Borrar", + "files.filter_date_from": "Fecha desde", + "files.filter_date_from_aria": "Filtrar desde la fecha", + "files.filter_date_to": "Fecha hasta", + "files.filter_date_to_aria": "Filtrar hasta la fecha", "files.filter_form_aria": "Filtrar archivos", "files.filter_mime_type": "Tipo MIME", - "files.filter_ocr_all": "Todos los Archivos", + "files.filter_ocr_all": "Todos los archivos", "files.filter_ocr_good": "Buena calidad", "files.filter_ocr_poor": "Baja calidad", - "files.filter_ocr_quality": "Calidad OCR", - "files.filter_ocr_quality_aria": "Filtrar por puntuación de calidad OCR", + "files.filter_ocr_quality": "Calidad de OCR", + "files.filter_ocr_quality_aria": "Filtrar por puntaje de calidad OCR", "files.filter_ocr_unchecked": "Aún no evaluado", - "files.filter_search_label": "Buscar por Nombre de Archivo", - "files.filter_search_placeholder": "Introduzca nombre de archivo...", - "files.filter_storage_provider": "Proveedor de Almacenamiento", + "files.filter_search_label": "Buscar nombre de archivo", + "files.filter_search_placeholder": "Ingrese el nombre de archivo...", + "files.filter_storage_provider": "Proveedor de almacenamiento", "files.filter_tags_aria": "Filtrar por etiquetas (separadas por comas)", - "files.filter_tags_placeholder": "p.ej. factura,amazon", - "files.fulltext_search_label": "Full-Text Search", - "files.fulltext_search_placeholder": "Buscar contenido del documento, remitente, etiquetas, tipo...", + "files.filter_tags_placeholder": "p. ej. factura,amazon", + "files.fulltext_search_label": "Búsqueda de texto completo (texto OCR, metadatos, etiquetas)", + "files.fulltext_search_placeholder": "Buscar en contenido del documento, remitente, etiquetas, tipo...", "files.no_files": "No se encontraron archivos", "files.ocr_status": "Estado OCR", - "files.page_title": "Registros de Archivos", + "files.page_title": "Registros de archivos", "files.pagination_files": "archivos", "files.pagination_first": "Primero", "files.pagination_last": "Último", - "files.pagination_nav_aria": "Paginación de la lista de archivos", + "files.pagination_nav_aria": "Paginación de lista de archivos", "files.pagination_next": "Siguiente", "files.pagination_of": "de", "files.pagination_previous": "Anterior", "files.pagination_showing": "Mostrando", "files.preview_modal_close": "Cerrar vista previa", - "files.preview_modal_title": "Vista Previa", + "files.preview_modal_title": "Vista previa", "files.queue_banner_items": "elemento(s) están actualmente en cola o siendo procesados. Los archivos aparecerán aquí una vez que se complete el procesamiento.", "files.queue_banner_link": "Ver Cola", - "files.saved_searches_empty": "Sin búsquedas guardadas aún", - "files.saved_searches_error": "No se pudieron cargar las búsquedas guardadas", + "files.saved_searches_empty": "No hay búsquedas guardadas aún", + "files.saved_searches_error": "No se pudo cargar las búsquedas guardadas", "files.saved_searches_label": "Búsquedas Guardadas", "files.saved_searches_save": "Guardar Actual", - "files.saved_searches_save_aria": "Guardar filtros actuales como búsqueda guardada", + "files.saved_searches_save_aria": "Guardar los filtros actuales como una búsqueda guardada", "files.search_results_empty": "No se encontraron resultados.", - "files.search_results_title": "Resultados de Búsqueda", + "files.search_results_title": "Resultados de búsqueda", "files.status_duplicate": "Duplicado", "files.table_actions": "Acciones", "files.table_aria": "Registros de archivos", - "files.table_created_at": "Creado el", + "files.table_created_at": "Creado en", "files.table_empty": "No se encontraron archivos", "files.table_id": "ID", "files.table_mime_type": "Tipo MIME", - "files.table_original_filename": "Nombre Original del Archivo", - "files.table_select_all": "Seleccionar todos los archivos de esta página", + "files.table_original_filename": "Nombre de archivo original", + "files.table_select_all": "Seleccionar todos los archivos en esta página", "files.tags": "Etiquetas", "files.title": "Archivos", "files.upload_modal_aria": "Progreso de carga", "files.upload_modal_close": "Cerrar progreso de carga", "files.upload_modal_header": "Cargando Archivos", - "files.uploaded": "Subido", - "footer.about": "About", - "footer.attribution": "Attribution", + "files.uploaded": "Cargado", + "footer.about": "Acerca de", + "footer.attribution": "Atribución", "footer.attributions": "Atribuciones", "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Aviso legal", + "footer.imprint": "Imprimir", "footer.license": "Licencia", "footer.navigation": "Navegación del pie de página", "footer.privacy": "Privacidad", "footer.terms": "Términos", "footer.version": "Versión {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "Vinculado por OAuth. Los archivos llegan a su carpeta elegida.", - "help.destinations_email": "Reenvío por Correo", - "help.destinations_email_desc": "Archivos procesados enviados como adjuntos SMTP.", + "help.destinations_dropbox_desc": "Vinculado a OAuth. Los archivos van a la carpeta que eligió.", + "help.destinations_email": "Reenvío de Email", + "help.destinations_email_desc": "Archivos procesados enviados como archivos adjuntos SMTP.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Cuenta de servicio u OAuth. Compatible con unidades compartidas.", - "help.destinations_heading": "Destinos – A Dónde Van los Documentos", + "help.destinations_google_drive_desc": "Cuenta de servicio o OAuth. Soporta unidades compartidas.", + "help.destinations_heading": "Destinos – Donde van los documentos", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Almacenamiento en la nube auto-alojado mediante WebDAV.", + "help.destinations_nextcloud_desc": "Almacenamiento en la nube autoalojado a través de WebDAV.", "help.destinations_onedrive": "OneDrive", "help.destinations_onedrive_desc": "Integración con la API de Microsoft Graph.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Envíe documentos directamente a Paperless para archivarlos.", + "help.destinations_paperless_desc": "Envía documentos directamente a Paperless para archivo.", "help.destinations_s3": "Amazon S3", "help.destinations_s3_desc": "Cualquier bucket compatible con S3 (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Transferencia segura de archivos a cualquier servidor.", + "help.destinations_sftp_desc": "Transferencia de archivos segura a cualquier servidor.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "Envíe metadatos mediante POST a cualquier endpoint externo.", + "help.destinations_webhook_desc": "Envía metadatos a cualquier punto final externo.", "help.documentation": "Documentación", - "help.faq": "Preguntas frecuentes", - "help.faq_1_a": "Vaya a la página de Carga, arrastre y suelte sus archivos o haga clic en Elegir Archivo. DocuElevate convierte imágenes y documentos Office a PDF, ejecuta OCR y extrae metadatos automáticamente.", - "help.faq_1_q": "¿Cómo cargo documentos?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF y HTML. Los archivos que no son PDF se convierten automáticamente a PDF antes de procesarse.", + "help.faq": "Preguntas Frecuentes", + "help.faq_1_a": "Navegue a la página de carga, arrastre y suelte sus archivos o haga clic en Elegir Archivo. DocuElevate convierte imágenes y documentos de oficina a PDF, ejecuta OCR y extrae metadatos automáticamente.", + "help.faq_1_q": "¿Cómo subo documentos?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, y HTML. Los archivos que no son PDF se convierten automáticamente a PDF antes de ser procesados.", "help.faq_2_q": "¿Qué formatos de archivo son compatibles?", - "help.faq_3_a": "Sí. Vaya a Ingesta de Correo, agregue una cuenta IMAP, y DocuElevate sondeará los nuevos mensajes y procesará los adjuntos automáticamente.", + "help.faq_3_a": "Sí. Ve a Ingesta de Correo, agrega una cuenta IMAP y DocuElevate consultará los nuevos mensajes y procesará los archivos adjuntos automáticamente.", "help.faq_3_q": "¿Puedo ingerir documentos desde el correo electrónico?", - "help.faq_4_a": "Los pipelines le permiten encadenar pasos de procesamiento – OCR, extracción con IA, conversión de formato – y enrutar el resultado a uno o más destinos. Créelos y gestiónelos desde la página de Pipelines.", + "help.faq_4_a": "Los pipelines te permiten encadenar pasos de procesamiento – OCR, extracción de IA, conversión de formato – y enviar el resultado a uno o más destinos. Crea y adminístralos desde la página de Pipelines.", "help.faq_4_q": "¿Cómo funcionan los pipelines de procesamiento?", - "help.faq_5_a": "DocuElevate cifra las credenciales en reposo, se comunica mediante TLS y nunca almacena sus documentos más tiempo del necesario. Consulte el Aviso de Privacidad para obtener todos los detalles.", - "help.faq_5_q": "¿Están seguros mis datos?", + "help.faq_5_a": "DocuElevate cifra las credenciales en reposo, se comunica a través de TLS y nunca almacena tus documentos más tiempo del necesario. Consulta el Aviso de Privacidad para más detalles.", + "help.faq_5_a_post": " para obtener todos los detalles.", + "help.faq_5_a_pre": "DocuElevate encripta credenciales en reposo, se comunica a través de TLS y nunca almacena tus documentos más tiempo del necesario. Consulta el ", + "help.faq_5_q": "¿Está segura mi data?", "help.faq_heading": "Preguntas Frecuentes", - "help.getting_started": "Primeros pasos", - "help.heading": "Ayuda y Destinos", - "help.page_title": "Ayuda y Destinos", + "help.getting_started": "Comenzando", + "help.heading": "Centro de Ayuda", + "help.ingestion_curl": "cURL / API REST", + "help.ingestion_curl_desc": "Utiliza la API REST para enviar documentos programáticamente. Autentícate con un token Bearer y publica archivos en el endpoint de carga.", + "help.ingestion_heading": "Herramientas de Ingesta de Datos", + "help.ingestion_mobile": "Aplicaciones Móviles", + "help.ingestion_mobile_desc": "Usa cualquier aplicación de escaneo móvil que soporte destinos de carga HTTP personalizados para enviar fotos y escaneos a DocuElevate desde tu teléfono o tableta.", + "help.ingestion_scanners": "Escáneres de Red", + "help.ingestion_scanners_desc": "Apunta cualquier escáner de red o impresora multifuncional al endpoint de carga de DocuElevate. Los documentos escaneados caen directamente en tu cola de procesamiento.", + "help.ingestion_watched_folders": "Carpetas Vigiladas", + "help.ingestion_watched_folders_desc": "Configura una carpeta local o de red para ser monitoreada. Cualquier archivo colocado en una carpeta vigilada se carga y procesa automáticamente por DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integra DocuElevate en tus flujos de trabajo de automatización con Zapier, n8n o Make. Utiliza las acciones de la API REST para activar cargas de documentos desde cualquier evento.", + "help.meta_description": "Obtén ayuda con DocuElevate – encuentra guías sobre cómo cargar documentos, conectar almacenamiento en la nube, configurar tuberías y más.", + "help.og_description": "Obtén ayuda con DocuElevate – encuentra guías sobre cómo cargar documentos, conectar almacenamiento en la nube, configurar tuberías y más.", + "help.page_title": "Centro de Ayuda", "help.privacy_notice": "Aviso de Privacidad", "help.quickstart_heading": "Inicio Rápido", "help.quickstart_storage": "Conectar Almacenamiento", - "help.quickstart_storage_desc": "Vaya a Configuración y vincule sus cuentas en la nube. Los documentos procesados se enrutan automáticamente a cada destino que configure.", - "help.quickstart_upload": "Cargar Documentos", - "help.quickstart_upload_desc": "Arrastre y suelte archivos en la página de Carga o haga clic en Elegir Archivo. DocuElevate convierte imágenes y documentos Office a PDF, ejecuta OCR y extrae metadatos automáticamente.", + "help.quickstart_storage_desc": "Dirígete a Configuración y vincula tus cuentas en la nube. Los documentos procesados se envían automáticamente a cada destino que configures.", + "help.quickstart_storage_desc_full": "Dirígete a Integraciones y vincula tus cuentas de almacenamiento en la nube. DocuElevate soporta Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud y más. Los documentos procesados se envían automáticamente a cada destino que configures.", + "help.quickstart_upload": "Subir Documentos", + "help.quickstart_upload_desc": "Arrastra y suelta archivos en la página de Carga o haz clic en Elegir Archivo. DocuElevate convierte imágenes y documentos de oficina a PDF, ejecuta OCR y extrae metadatos automáticamente.", "help.quickstart_workflows": "Automatizar Flujos de Trabajo", - "help.quickstart_workflows_desc": "Cree Pipelines para definir procesamiento multi-paso y reglas de enrutamiento. Combine OCR, extracción con IA, conversión de formato y entrega en un único flujo.", - "help.sources_email_ingestion": "Ingesta de Correo (IMAP)", - "help.sources_email_ingestion_desc": "Reenvíe documentos a un buzón dedicado. En Ingesta de Correo, agregue una o más cuentas IMAP. DocuElevate sondea los nuevos mensajes y procesa los adjuntos automáticamente.", - "help.sources_heading": "Fuentes – Cómo Entran los Documentos", + "help.quickstart_workflows_desc": "Crea Pipelines para definir reglas de procesamiento y enrutamiento en varios pasos. Combina OCR, extracción de IA, conversión de formato y entrega en un solo flujo.", + "help.sources_email_ingestion": "Ingesta de Correo Electrónico (IMAP)", + "help.sources_email_ingestion_desc": "Reenvía documentos a un buzón dedicado. Bajo Ingesta de Correo Electrónico, agrega una o más cuentas IMAP. DocuElevate consulta los nuevos mensajes y procesa los archivos adjuntos automáticamente.", + "help.sources_heading": "Fuentes – Ingresando Documentos", "help.sources_rest_api": "API REST", - "help.sources_rest_api_desc": "Intégrese programáticamente enviando archivos mediante POST a /api/upload. Ideal para scripts, carpetas vigiladas, escáneres o herramientas de terceros como Zapier y n8n.", + "help.sources_rest_api_desc": "Integra programáticamente enviando archivos a /api/upload. Ideal para scripts, carpetas vigiladas, escáneres o herramientas de terceros como Zapier y n8n.", "help.sources_scanner": "Escáner y Móvil", - "help.sources_scanner_desc": "Apunte los escáneres de red al endpoint de carga de DocuElevate o use cualquier aplicación de escaneo móvil que admita destinos HTTP personalizados.", + "help.sources_scanner_desc": "Apunta escáneres de red al endpoint de carga de DocuElevate o utiliza cualquier aplicación de escaneo móvil que soporte destinos HTTP personalizados.", + "help.sources_scanner_desc_full": "Configura tu escáner de red o impresora multifuncional para enviar escaneos directamente a DocuElevate. Utiliza el endpoint /api/upload como destino. También se admiten aplicaciones de escaneo móvil con destinos de carga personalizados.", "help.sources_web_upload": "Carga Web", - "help.sources_web_upload_desc": "La forma más rápida de comenzar. Abra la página de Carga, suelte uno o más archivos, y DocuElevate se encarga del resto. Los formatos compatibles incluyen PDF, JPEG, PNG, TIFF, DOCX, XLSX y más.", - "help.subheading": "Todo lo que necesita para aprovechar al máximo DocuElevate. Explore los temas a continuación o busque lo que necesita.", + "help.sources_web_upload_desc": "La forma más rápida de comenzar. Abre la página de Carga, suelta uno o más archivos y DocuElevate se encarga del resto. Los formatos compatibles incluyen PDF, JPEG, PNG, TIFF, DOCX, XLSX y más.", + "help.subheading": "Todo lo que necesitas para sacar el máximo provecho de DocuElevate. Navega por los temas a continuación o busca lo que necesitas.", "help.support": "Soporte", - "help.support_admin_message": "Contacte a su administrador para obtener información de soporte.", - "help.support_description": "¿No encuentra lo que busca? Nuestro equipo de soporte está aquí para ayudar.", + "help.support_admin_message": "Contacta a tu administrador para obtener información de soporte.", + "help.support_description": "¿No puedes encontrar lo que buscas? Nuestro equipo de soporte está aquí para ayudar.", "help.support_heading": "Contactar Soporte", + "help.support_live_chat": "Chat en Vivo disponible – haz clic en la burbuja de chat para comenzar una conversación.", "help.support_ticket_button": "Enviar un Ticket", + "help.support_ticket_desc": "Completa el formulario a continuación y nuestro equipo de soporte se pondrá en contacto contigo lo antes posible.", "help.support_ticket_heading": "Abrir un Ticket de Soporte", - "help.title": "Centro de ayuda", - "help.workflows_creating": "Crear un Pipeline", - "help.workflows_definition": "Un Pipeline es una serie de pasos de procesamiento que se ejecutan automáticamente cada vez que se ingiere un documento. Cada paso puede transformar, enriquecer o enrutar el documento.", - "help.workflows_heading": "Flujos de Trabajo y Pipelines", + "help.title": "Centro de Ayuda", + "help.workflows_creating": "Creando un Pipeline", + "help.workflows_definition": "Un Pipeline es una serie de pasos de procesamiento que se ejecutan automáticamente cada vez que se ingresa un documento. Cada paso puede transformar, enriquecer o enrutar el documento.", + "help.workflows_heading": "Flujos de Trabajo & Pipelines", "help.workflows_step_1": "Convertir a PDF", - "help.workflows_step_1_create": "Vaya a Pipelines en el menú principal.", + "help.workflows_step_1_create": "Ve a Pipelines en el menú principal.", + "help.workflows_step_1_full": "Convierte a PDF – todos los archivos entrantes se normalizan a un formato PDF consistente.", "help.workflows_step_2": "OCR – extraer texto", - "help.workflows_step_2_create": "Haga clic en Nuevo Pipeline y asígnele un nombre.", - "help.workflows_step_3": "Extracción de metadatos con IA", - "help.workflows_step_3_create": "Agregue los pasos de procesamiento que necesite.", + "help.workflows_step_2_create": "Haz clic en Nueva Pipeline y dale un nombre.", + "help.workflows_step_2_full": "OCR – extrae texto seleccionable de páginas escaneadas utilizando Azure Document Intelligence o el motor integrado.", + "help.workflows_step_3": "Extracción de metadatos AI", + "help.workflows_step_3_create": "Agrega los pasos de procesamiento que necesites.", + "help.workflows_step_3_full": "Extracción de metadatos de IA – clasifica el tipo de documento y extrae campos clave como montos, fechas y nombres utilizando OpenAI.", "help.workflows_step_4": "Entregar a uno o más destinos", - "help.workflows_step_4_create": "Elija uno o más destinos de entrega.", - "help.workflows_step_5_create": "Guarde — los nuevos documentos se procesarán automáticamente mediante este pipeline.", + "help.workflows_step_4_create": "Elige uno o más destinos de entrega.", + "help.workflows_step_5_create": "Guardar – los nuevos documentos serán procesados a través de esta pipeline automáticamente.", "help.workflows_typical_steps": "Pasos Típicos", - "help.workflows_what_is": "¿Qué es un Pipeline?", - "index.badge_intelligent": "Procesamiento Inteligente de Documentos", + "help.workflows_what_is": "¿Qué es una Pipeline?", + "index.badge_intelligent": "Procesamiento de Documentos Inteligente", "index.button_browse_files": "Explorar Archivos", - "index.button_upload": "Cargar", + "index.button_upload": "Subir", "index.capabilities_cloud": "Almacenamiento en la nube: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Ingesta de documentos por correo y URL", - "index.capabilities_ocr": "OCR y extracción de metadatos con IA", - "index.capabilities_paperless": "Integración con Paperless-ngx para gestión documental", + "index.capabilities_ingestion": "Ingesta de documentos basada en correo electrónico y URL", + "index.capabilities_ocr": "OCR y extracción de metadatos con AI", + "index.capabilities_paperless": "Integración de Paperless-ngx para gestión documental", "index.capabilities_title": "Capacidades", - "index.capabilities_workflows": "Flujos de trabajo automatizados de clasificación y enrutamiento", - "index.cta_description": "Únase a los equipos que ya automatizan su procesamiento de documentos con DocuElevate.", - "index.cta_heading": "¿Listo para elevar su flujo de trabajo documental?", + "index.capabilities_workflows": "Clasificación automatizada y flujos de trabajo de enrutamiento", + "index.cta_description": "Únete a los equipos que ya están automatizando su procesamiento documental con DocuElevate.", + "index.cta_heading": "¿Listo para elevar tu flujo de trabajo documental?", "index.cta_pricing": "Ver precios", - "index.cta_signup": "Crear una cuenta gratuita", - "index.dashboard_subtitle": "Procesamiento y gestión inteligente de documentos", - "index.dashboard_subtitle_teams": "Procesamiento y gestión inteligente de documentos — creado para equipos", - "index.feature_ai": "Extracción de Metadatos con IA", - "index.feature_ai_desc": "OpenAI, Claude, Gemini y otros proveedores de IA configurables clasifican documentos y extraen campos clave como fechas, importes y asuntos.", - "index.feature_cloud": "Almacenamiento Multi-Nube", - "index.feature_cloud_desc": "Enrute archivos procesados a Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP y más.", - "index.feature_email": "Ingesta por Correo e IMAP", - "index.feature_email_desc": "Extraiga documentos automáticamente de Gmail o cualquier buzón IMAP — sin cargas manuales necesarias.", + "index.cta_signup": "Crea una cuenta gratuita", + "index.dashboard_subtitle": "Procesamiento y gestión de documentos inteligentes", + "index.dashboard_subtitle_teams": "Procesamiento y gestión de documentos inteligentes — diseñado para equipos", + "index.feature_ai": "Extracción de Metadatos AI", + "index.feature_ai_desc": "OpenAI, Claude, Gemini y otros proveedores de AI plugueables clasifican documentos y extraen campos clave como fechas, montos y asuntos.", + "index.feature_cloud": "Almacenamiento Multi-Cloud", + "index.feature_cloud_desc": "Enruta archivos procesados a Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP y más.", + "index.feature_email": "Ingesta de Correo Electrónico e IMAP", + "index.feature_email_desc": "Extrae automáticamente documentos de Gmail o cualquier buzón IMAP — sin necesidad de cargas manuales.", "index.feature_ocr": "OCR y Extracción de Texto", - "index.feature_ocr_desc": "Azure Document Intelligence convierte PDFs escaneados e imágenes en texto completamente buscable de forma automática.", - "index.feature_pipelines": "Pipelines Personalizados", - "index.feature_pipelines_desc": "Construya pipelines de procesamiento con pasos configurables — OCR, extracción con IA, conversión de formato y enrutamiento de almacenamiento en cualquier orden.", + "index.feature_ocr_desc": "Azure Document Intelligence convierte PDFs escaneados e imágenes en texto completamente buscable automáticamente.", + "index.feature_pipelines": "Pipelines Personalizadas", + "index.feature_pipelines_desc": "Crea pipelines de procesamiento con pasos configurables — OCR, extracción AI, conversión de formato y enrutamiento de almacenamiento en cualquier orden.", "index.feature_search": "Búsqueda de Texto Completo", - "index.feature_search_desc": "Encuentre instantáneamente cualquier documento por contenido, metadatos o etiquetas en todo su archivo.", - "index.feature_section_title": "Todo lo que necesita para flujos de trabajo documentales inteligentes", - "index.getting_started": "Primeros Pasos", - "index.getting_started_1": "Configure integraciones mediante Estado del Sistema", - "index.getting_started_2": "Cargue su primer documento", - "index.getting_started_3": "Revise los resultados en Archivos", - "index.getting_started_learn": "Más información sobre DocuElevate", - "index.hero_description": "DocuElevate ingiere sus documentos, ejecuta OCR, extrae metadatos con IA y enruta archivos a Dropbox, Google Drive, OneDrive, S3, Nextcloud y más — todo en un pipeline continuo.", + "index.feature_search_desc": "Encuentra instantáneamente cualquier documento por contenido, metadatos o etiquetas a través de todo tu archivo.", + "index.feature_section_title": "Todo lo que necesitas para flujos de trabajo documentales inteligentes", + "index.getting_started": "Empezando", + "index.getting_started_1": "Configurar integraciones a través del Estado del Sistema", + "index.getting_started_2": "Sube tu primer documento", + "index.getting_started_3": "Revisa los resultados en Archivos", + "index.getting_started_learn": "Aprender más sobre DocuElevate", + "index.hero_description": "DocuElevate ingiere tus documentos, realiza OCR, extrae metadatos con IA y envía archivos a Dropbox, Google Drive, OneDrive, S3, Nextcloud y más — todo en un solo pipeline sin interrupciones.", "index.hero_heading": "De la carga a la información — automáticamente.", - "index.hero_login": "Iniciar Sesión", + "index.hero_login": "Iniciar sesión", "index.hero_pricing": "Ver Planes y Precios", "index.hero_signup": "Comenzar — es gratis", "index.integrations_active": "Integraciones activas", - "index.integrations_storage": "Destinos de almacenamiento", + "index.integrations_storage": "Objetivos de almacenamiento", "index.integrations_title": "Integraciones", "index.integrations_view_status": "Ver estado del sistema", - "index.page_title_dashboard": "Panel de Control", - "index.page_title_public": "Procesamiento Inteligente de Documentos", - "index.platform_overview": "Resumen de la plataforma", + "index.page_title_dashboard": "Tablero", + "index.page_title_public": "Procesamiento de Documentos Inteligente", + "index.platform_overview": "Descripción general de la plataforma", + "index.processing_stats": "Estadísticas de Procesamiento", "index.quick_actions": "Acciones Rápidas", "index.quick_documents": "Mis Documentos", - "index.quick_documents_desc": "Explorar sus archivos procesados", + "index.quick_documents_desc": "Navega por tus archivos procesados", "index.quick_search": "Buscar", "index.quick_search_desc": "Búsqueda de texto completo en documentos", "index.quick_subscription": "Mi Suscripción", "index.quick_subscription_desc": "Ver detalles del plan y uso", "index.quick_system_status": "Estado del Sistema", - "index.quick_system_status_desc": "Comprobar la salud de las integraciones", - "index.quick_upload": "Cargar Documento", + "index.quick_system_status_desc": "Verificar la salud de integración", + "index.quick_upload": "Subir Documento", "index.quick_upload_desc": "Procesar un nuevo archivo", "index.quick_view_files": "Ver Todos los Archivos", - "index.quick_view_files_desc": "Explorar documentos procesados", - "index.single_user_heading": "Panel de DocuElevate", - "index.single_user_subtitle": "Procesamiento y gestión inteligente de documentos", + "index.quick_view_files_desc": "Navegar por documentos procesados", + "index.single_user_heading": "Tablero de DocuElevate", + "index.single_user_subtitle": "Procesamiento y gestión de documentos inteligentes", "index.stat_active_integrations": "Integraciones Activas", "index.stat_active_users": "Usuarios activos", "index.stat_files_month": "Archivos este mes", + "index.stat_files_ocr": "Archivos con OCR", "index.stat_files_today": "Archivos hoy", - "index.stat_storage_targets": "Destinos de Almacenamiento", + "index.stat_storage_targets": "Objetivos de Almacenamiento", + "index.stat_this_month": "Este mes", + "index.stat_today": "Hoy", "index.stat_total_files": "Total de archivos", + "index.stat_total_processed": "Total procesados", "index.tier_plan": "Plan", "index.tier_upgrade": "Actualizar", - "index.tier_view_details": "Ver todos los detalles", + "index.tier_view_details": "Ver detalles completos", "index.upgrade_daily_limits": "Límites diarios y mensuales más altos", - "index.upgrade_description": "Desbloquee más documentos, más destinos y soporte prioritario.", + "index.upgrade_description": "Desbloquea más documentos, más destinos y soporte prioritario.", "index.upgrade_destinations": "Más destinos de almacenamiento", - "index.upgrade_ocr_pages": "Más páginas OCR", - "index.upgrade_plan": "Actualice su plan", + "index.upgrade_ocr_pages": "Más páginas de OCR", + "index.upgrade_plan": "Actualiza tu plan", "index.upgrade_view_pricing": "Ver planes y precios", "index.usage_lifetime": "Archivos de por vida", "index.usage_month": "Archivos este mes", "index.usage_my_usage": "Mi uso", "index.usage_today": "Archivos hoy", "index.usage_unlimited": "Ilimitado", + "integrations.access_key_label": "ID de clave de acceso", + "integrations.active_label": "Activo", + "integrations.add_button": "Agregar integración", + "integrations.add_first_button": "Agregar tu primera integración", + "integrations.api_token_label": "Token de API", + "integrations.authorize_btn": "Autorizar", + "integrations.authorize_reauth": "Re-autorizar", + "integrations.bucket_label": "Contenedor", "integrations.configure": "Configurar", "integrations.connect": "Conectar", "integrations.connected": "Conectado", + "integrations.connection_failed": "Conexión fallida", + "integrations.connection_success": "Conexión exitosa", + "integrations.delete_confirm_are_you_sure": "¿Estás seguro de que quieres eliminar", + "integrations.delete_confirm_title": "¿Eliminar integración?", + "integrations.delete_confirm_undone": "Esta acción no se puede deshacer.", + "integrations.delete_emails_label": "Eliminar correos electrónicos después del procesamiento", + "integrations.delete_files_label": "Eliminar archivos después del procesamiento", + "integrations.destinations_quota_label": "Destinos de almacenamiento:", + "integrations.destinations_section": "Destinos", + "integrations.direction_destination": "Destino (almacenamiento)", + "integrations.direction_label": "Dirección", + "integrations.direction_placeholder": "\u0005B Seleccionar \u0005B", + "integrations.direction_source": "Origen (ingestión)", "integrations.disconnect": "Desconectar", + "integrations.email_settings": "Configuraciones de reenvío de correo electrónico", "integrations.empty_state": "No hay integraciones configuradas", + "integrations.endpoint_label": "URL de endpoint", + "integrations.endpoint_optional": "(opcional, para S3-compatible)", "integrations.folder_label": "Carpeta", + "integrations.folder_optional": "(opcional)", + "integrations.folder_path_label": "Ruta de la carpeta", + "integrations.folder_prefix_label": "Prefijo de carpeta", + "integrations.generic_settings_hint": "La configuración para este tipo de integración se puede proporcionar como JSON después de la creación a través de la API.", + "integrations.gmail_hint": "Etiquetas de Gmail & estrella: cuando está habilitado, los correos electrónicos procesados son marcados con estrella y etiquetados con una etiqueta \"Ingestado\" en Gmail. Solo se aplica a los servidores de Gmail.", + "integrations.gmail_labels": "Aplicar etiquetas de Gmail & estrella", "integrations.host_label": "Host", - "integrations.imap_settings": "Ajustes IMAP", + "integrations.imap_settings": "Configuración de IMAP", + "integrations.loading": "Cargando integraciones\u0005B", + "integrations.modal_close": "Cerrar modal", + "integrations.modal_title_add": "Agregar integración", + "integrations.modal_title_edit": "Editar integración", + "integrations.name_label": "Etiqueta", + "integrations.name_placeholder": "p. ej. Gmail de trabajo, Archivo S3", + "integrations.nextcloud_settings": "Configuraciones de Nextcloud", + "integrations.nextcloud_url_label": "URL de Nextcloud", + "integrations.no_integrations_body": "Agrega tu primera integración para conectar fuentes de ingesta (como IMAP) y destinos de almacenamiento (como S3, Dropbox o Google Drive).", "integrations.not_connected": "No conectado", + "integrations.oauth_folder_label": "Carpeta", + "integrations.oauth_hint": "Guarda primero esta integración, luego usa el botón Autorizar para completar el flujo de OAuth. Tus credenciales se almacenarán de forma segura en tu registro de integración personal.", "integrations.page_title": "Integraciones", + "integrations.paperless_settings": "Configuraciones de Paperless NGX", "integrations.password_label": "Contraseña", + "integrations.paused": "Pausado", + "integrations.plan_label": "Plan:", "integrations.port_label": "Puerto", + "integrations.quota_not_available": "(no disponible)", + "integrations.quota_unlimited": "/ ilimitado", + "integrations.recipient_label": "Correo Electrónico del Destinatario", + "integrations.region_label": "Región", + "integrations.remote_path_label": "Ruta Remota", + "integrations.s3_prefix_label": "Prefijo (ruta de carpeta)", + "integrations.s3_settings": "Configuraciones de S3", + "integrations.secret_key_label": "Clave de Acceso Secreta", + "integrations.show_password": "Mostrar contraseña", + "integrations.show_secrets": "Mostrar secretos", + "integrations.show_token": "Mostrar token", + "integrations.source_local": "Sistema de Archivos Local", + "integrations.source_type_label": "Tipo de Fuente", + "integrations.sources_quota_label": "Fuentes de Buzón:", + "integrations.sources_section": "Fuentes", + "integrations.subtitle": "Gestiona tus fuentes de ingesta y destinos de almacenamiento en un solo lugar.", "integrations.title": "Integraciones", - "integrations.username_label": "Usuario", + "integrations.type_label": "Tipo de Integración", + "integrations.type_placeholder": "\u0014 Selecciona dirección primero \u0014", + "integrations.upgrade_plan": "Actualizar Plan", + "integrations.use_ssl": "Usar SSL", + "integrations.username_label": "Nombre de usuario", + "integrations.watch_folder_settings": "Configuraciones de Carpeta Vigilada", + "integrations.webdav_settings": "Configuraciones de WebDAV", + "integrations.webdav_url_label": "URL de WebDAV", + "integrations.webhook_heading": "Ingesta de Webhook", + "integrations.webhook_how_heading": "Cómo Funciona la Ingesta de Webhook", + "integrations.webhook_how_text": "Una integración de webhook permite a sistemas externos enviar documentos directamente a DocuElevate a través de la API REST. En lugar de que DocuElevate esté consultando nuevos archivos (como IMAP), tu aplicación envía archivos a DocuElevate usando una solicitud HTTP con un token de API para autenticación.", + "integrations.webhook_ideal_text": "Esto es ideal para pipelines de CI/CD, scripts de automatización, integraciones de escáner o cualquier sistema que genere documentos y necesite enviarlos para su procesamiento.", + "integrations.webhook_quick_start": "Inicio Rápido", + "integrations.webhook_security_tip": "Crea un token de API dedicado para cada integración y revócalo de inmediato si se ve comprometido. Los tokens se pueden gestionar en la página de Tokens de API.", + "integrations.webhook_step1": "Ve a {api_tokens_link} y crea un token personal.", + "integrations.webhook_upload_with_token": "Usa el token para cargar documentos a través de la API:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", + "language.change_success": "Idioma cambiado a {language}", "language.changed": "Idioma cambiado a {language}", "language.cs": "Čeština", "language.da": "Dansk", @@ -599,120 +706,163 @@ "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", + "language.hu": "Húngaro", + "language.is": "Islandés", "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", + "language.lb": "Luxemburgués", + "language.lt": "Lituano", + "language.lv": "Letón", + "language.nb": "Noruego", + "language.nl": "Neerlandés", + "language.no_results": "No se encontraron idiomas", + "language.pl": "Polaco", + "language.pt": "Portugués", + "language.ro": "Rumano", + "language.ru": "Ruso", + "language.search_placeholder": "Buscar idiomas\u0001f", "language.selector": "Idioma", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", + "language.selector_label": "Seleccionar idioma", + "language.sk": "Eslovaco", + "language.sl": "Esloveno", + "language.sv": "Sueco", + "language.tr": "Turco", + "language.uk": "Ucraniano", + "language.zh": "Chino", "nav.about": "Acerca de", - "nav.admin": "Administración", + "nav.account_menu": "Menú de cuenta", + "nav.account_menu_for": "Menú de cuenta para {name}", + "nav.admin": "Administrador", "nav.admin.audit_logs": "Registros de auditoría", "nav.admin.backups": "Copias de seguridad", "nav.admin.plans": "Planes", - "nav.admin.scheduled_jobs": "Tareas programadas", + "nav.admin.scheduled_jobs": "Trabajos programados", "nav.admin.users": "Usuarios", - "nav.admin_actions": "Acciones de administración", - "nav.admin_menu": "Menú de administración", - "nav.api_docs": "Documentación API", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Copia de seguridad y restauración", + "nav.admin_actions": "Acciones de administrador", + "nav.admin_menu": "Menú de administrador", + "nav.api_docs": "Documentación de API", + "nav.api_tokens": "Tokens de API", + "nav.backup_restore": "Copiar y restaurar", "nav.credentials": "Credenciales", "nav.dark_mode": "Modo oscuro", - "nav.dashboard": "Panel de Control", + "nav.dashboard": "Tablero", "nav.developer_docs": "Documentación para desarrolladores", "nav.duplicates": "Duplicados", - "nav.file_manager": "Gestor de archivos", + "nav.file_manager": "Administrador de archivos", "nav.files": "Archivos", + "nav.get_started": "Empezar", "nav.help": "Ayuda", - "nav.help_center": "Centro de ayuda", - "nav.imap": "Email Import", + "nav.help_center": "Centro de Ayuda", + "nav.imap": "Importación de Correos", "nav.integrations": "Integraciones", - "nav.light_mode": "Modo claro", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Navegación principal", + "nav.light_mode": "Modo Claro", + "nav.login": "Iniciar Sesión", + "nav.logout": "Cerrar Sesión", + "nav.main_navigation": "Navegación Principal", + "nav.my_subscription": "Mi Suscripción", "nav.notifications": "Notificaciones", "nav.open_main_menu": "Abrir menú principal", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Diseñador de planes", + "nav.pipelines": "Canales", + "nav.plan_designer": "Diseñador de Planes", "nav.pricing": "Precios", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Monitor de cola", - "nav.scheduled_jobs": "Tareas programadas", + "nav.profile": "Perfil", + "nav.profile_settings": "Configuración del perfil", + "nav.queue": "Cola", + "nav.queue_monitor": "Monitor de Cola", + "nav.scheduled_jobs": "Trabajos Programados", "nav.search": "Buscar", - "nav.settings": "Configuración", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", + "nav.settings": "Configuraciones", + "nav.shared_links": "Enlaces Compartidos", + "nav.sign_out": "Cerrar sesión", + "nav.signup": "Registrar", "nav.similarity": "Similitud", - "nav.skip_to_content": "Ir al contenido principal", + "nav.skip_to_content": "Saltar al contenido principal", "nav.status": "Estado", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Alternar modo oscuro", + "nav.subscription": "Suscripción", + "nav.toggle_dark_mode": "Activar modo oscuro", "nav.toggle_nav": "Alternar menú de navegación", - "nav.upload": "Cargar", + "nav.upload": "Subir", "nav.users": "Usuarios", - "nav.version": "Información de versión", - "notifications.filter_all": "Todas", - "notifications.filter_read": "Solo leídas", - "notifications.filter_unread": "Solo no leídas", - "notifications.manage_desc": "Gestione su bandeja de notificaciones, destinos y preferencias de eventos", - "notifications.mark_all_read": "Marcar Todas como Leídas", - "notifications.mark_all_read_btn": "Marcar todas como leídas", - "notifications.mark_read": "Marcar como Leída", + "nav.version": "Información de Versión", + "notifications.filter_all": "Todo", + "notifications.filter_read": "Solo leídos", + "notifications.filter_unread": "Solo no leídos", + "notifications.manage_desc": "Administra tu bandeja de entrada de notificaciones, objetivos y preferencias de eventos", + "notifications.mark_all_read": "Marcar Todo como Leído", + "notifications.mark_all_read_btn": "Marcar todo como leído", + "notifications.mark_read": "Marcar como Leído", "notifications.no_notifications": "Sin notificaciones", "notifications.page_title": "Notificaciones", - "notifications.tab_inbox": "Bandeja", - "notifications.tab_settings": "Configuración", + "notifications.tab_inbox": "Bandeja de Entrada", + "notifications.tab_settings": "Configuraciones", "notifications.title": "Notificaciones", "notifications.unread_count": "{count} notificaciones no leídas", "pipelines.active_label": "Activo", "pipelines.add_step_btn": "Agregar Paso", - "pipelines.create": "Crear pipeline", + "pipelines.create": "Crear Pipeline", "pipelines.custom_label_label": "Etiqueta Personalizada", "pipelines.default_label": "Predeterminado", "pipelines.description_label": "Descripción", "pipelines.description_placeholder": "Descripción opcional", "pipelines.disabled_label": "Deshabilitado", - "pipelines.edit": "Editar pipeline", - "pipelines.empty_state": "Sin pipelines aún", - "pipelines.empty_state_hint": "Cree su primer pipeline para definir flujos de trabajo de procesamiento de documentos personalizados.", + "pipelines.edit": "Editar Pipeline", + "pipelines.empty_state": "Aún no hay pipelines", + "pipelines.empty_state_hint": "Crea tu primer pipeline para definir flujos de trabajo de procesamiento de documentos personalizados.", "pipelines.enabled_label": "Habilitado", - "pipelines.force_cloud_ocr_label": "Forzar OCR en la nube (omitir extracción de texto local)", + "pipelines.force_cloud_ocr_label": "Forzar OCR en la nube (saltar extracción de texto local)", "pipelines.inactive_label": "Inactivo", - "pipelines.loading": "Cargando pipelines…", + "pipelines.loading": "Cargando pipelines\u0000a0\u0000a0\u0000a0\u0000a0\u0000a0\u0000a0\u0000a0", "pipelines.name_placeholder": "Mi pipeline", "pipelines.new_pipeline_btn": "Nuevo Pipeline", - "pipelines.no_steps": "Sin pasos definidos. Agregue un paso para comenzar a construir su pipeline.", + "pipelines.no_steps": "No se han definido pasos. Agrega un paso para comenzar a construir tu pipeline.", "pipelines.ocr_auto": "Automático (usar predeterminado del sistema)", - "pipelines.ocr_language_hint": "Reemplaza la configuración de idioma global para Tesseract/EasyOCR. Azure y Mistral detectan el idioma automáticamente.", - "pipelines.ocr_language_label": "Idioma OCR", + "pipelines.ocr_language_hint": "Sobrescribe la configuración de idioma global para Tesseract/EasyOCR. Azure y Mistral detectan automáticamente el idioma.", + "pipelines.ocr_language_label": "Idioma de OCR", "pipelines.optional_suffix": "(opcional)", "pipelines.page_title": "Pipelines de Procesamiento", "pipelines.set_default": "Establecer como mi pipeline predeterminado", - "pipelines.step_label_placeholder": "Reemplazar el nombre predeterminado del paso", + "pipelines.step_label_placeholder": "Sobrescribir el nombre del paso predeterminado", "pipelines.step_type_label": "Tipo de Paso", - "pipelines.subtitle_intro": "Defina y gestione flujos de trabajo de procesamiento de documentos personalizados.", - "pipelines.subtitle_system_post": "y son visibles para todos los usuarios.", - "pipelines.subtitle_system_pre": "Los pipelines del sistema (creados por administradores) se muestran con una insignia", + "pipelines.subtitle_intro": "Define y gestiona flujos de trabajo de procesamiento de documentos personalizados.", + "pipelines.subtitle_system_post": "insignia y son visibles para todos los usuarios.", + "pipelines.subtitle_system_pre": "Los pipelines del sistema (creados por administradores) se muestran con una", "pipelines.system_label": "Sistema", "pipelines.system_pipeline_label": "Pipeline del sistema (visible para todos los usuarios)", - "pipelines.title": "Pipelines de procesamiento", + "pipelines.title": "Pipelines de Procesamiento", + "profile.avatar_alt": "Tu foto de perfil", + "profile.avatar_heading": "Foto de perfil", + "profile.avatar_remove": "Eliminar avatar personalizado", + "profile.avatar_upload_hint": "Sube una imagen JPEG, PNG, GIF o WebP de hasta 2 MB. Si no se establece ninguna imagen personalizada, se mostrará tu {gravatar}.", + "profile.choose_image": "Elegir imagen\u00133", + "profile.confirm_password": "Confirmar nueva contraseña", + "profile.contact_email_hint": "Utilizado para notificaciones del sistema. Esto no cambia tu correo electrónico de inicio de sesión.", + "profile.contact_email_label": "Correo electrónico de contacto / notificación", + "profile.contact_email_placeholder": "tú@ejemplo.com", + "profile.current_password": "Contraseña actual", + "profile.dismiss": "Descartar", + "profile.display_name_hint": "Deja en blanco para usar tu nombre de usuario o correo electrónico de la cuenta.", + "profile.display_name_label": "Nombre para mostrar", + "profile.display_name_placeholder": "Tu nombre como se muestra en la interfaz", + "profile.general_heading": "Información general", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Configuración del perfil", + "profile.language_auto_detect": "Detección automática (desde el navegador)", + "profile.language_hint": "Elige tu idioma preferido para la interfaz. \"Detección automática\" sigue la configuración de tu navegador.", + "profile.language_label": "Idioma de la interfaz", + "profile.new_password": "Nueva contraseña", + "profile.new_password_hint": "Mínimo 8 caracteres.", + "profile.page_title": "Configuración del perfil \u00132 DocuElevate", + "profile.password_heading": "Cambiar contraseña", + "profile.preferences_heading": "Preferencias", + "profile.save_button": "Guardar cambios", + "profile.saving": "Guardando\u00133", + "profile.subtitle": "Gestiona tu nombre para mostrar, avatar, idioma y preferencias de tema.", + "profile.theme_dark": "Oscuro", + "profile.theme_hint": "\"Sistema predeterminado\" sigue la configuración de modo oscuro de tu dispositivo.", + "profile.theme_label": "Esquema de color", + "profile.theme_light": "Claro", + "profile.theme_system": "Sistema predeterminado", + "profile.update_password": "Actualizar contraseña", + "profile.updating": "Actualizando\u0019;", "queue.active_tasks": "Tareas Activas", "queue.auto_refresh_1": "Se actualiza automáticamente cada", "queue.auto_refresh_2": "segundos", @@ -724,112 +874,112 @@ "queue.col_state": "Estado", "queue.col_task": "Tarea", "queue.col_task_id": "ID de Tarea", - "queue.files_processing": "Archivos Procesándose", - "queue.heading": "Cola de Procesamiento", + "queue.files_processing": "Procesando Archivos", + "queue.heading": "Monitor de Cola", "queue.last_updated": "Última actualización:", - "queue.loading_stats": "Cargando estadísticas de la cola…", - "queue.no_active_tasks": "Sin tareas activas", + "queue.loading_stats": "Cargando estadísticas de la cola\u0002026", + "queue.no_active_tasks": "No hay tareas activas", "queue.no_data": "Sin datos", "queue.no_files_processing": "No hay archivos procesándose actualmente", - "queue.page_title": "Cola de Procesamiento", + "queue.page_title": "Monitor de Cola", "queue.processing_pipeline": "Pipeline de Procesamiento", "queue.queued_tasks": "Tareas en Cola", - "queue.recently_processing": "Archivos Procesados Recientemente", - "queue.redis_queues": "Colas Redis", - "queue.subtitle": "Vista en tiempo real del pipeline de procesamiento de documentos y las colas de tareas Celery.", + "queue.recently_processing": "Archivos Procesándose Recientemente", + "queue.redis_queues": "Colas de Redis", + "queue.subtitle": "Vista en tiempo real del pipeline de procesamiento de documentos y colas de tareas de Celery.", "queue.workers_online": "Trabajadores en Línea", "search.button": "Buscar", - "search.error_message": "La búsqueda no está disponible temporalmente. Por favor, inténtelo de nuevo en un momento.", + "search.error_message": "La búsqueda está temporalmente no disponible. Por favor, inténtelo de nuevo en un momento.", "search.filter_aria_clear": "Limpiar todos los filtros", "search.filter_clear_button": "Limpiar Filtros", "search.filter_date_from": "Fecha Desde", "search.filter_date_to": "Fecha Hasta", "search.filter_document_type": "Tipo de Documento", - "search.filter_document_type_placeholder": "p.ej. Factura", + "search.filter_document_type_placeholder": "p. ej. Factura", "search.filter_language": "Idioma", - "search.filter_language_placeholder": "p.ej. es", + "search.filter_language_placeholder": "p. ej. de", "search.filter_sender": "Remitente", - "search.filter_sender_placeholder": "p.ej. Empresa ACME", + "search.filter_sender_placeholder": "p. ej. ACME Corp", "search.filter_tags": "Etiquetas", - "search.filter_tags_placeholder": "p.ej. amazon", + "search.filter_tags_placeholder": "p. ej. amazon", "search.filter_text_quality": "Calidad del Texto", - "search.filter_text_quality_all": "Todas", + "search.filter_text_quality_all": "Todo", "search.filter_text_quality_high": "Alta", "search.filter_text_quality_low": "Baja", "search.filter_text_quality_medium": "Media", "search.filter_text_quality_no_text": "Sin texto", - "search.heading": "Búsqueda", + "search.heading": "Búsqueda de Documentos", "search.input_aria_label": "Buscar documentos", "search.input_placeholder": "Buscar documentos por contenido, remitente, etiquetas, tipo...", - "search.loading_indicator": "Buscando…", - "search.no_results": "No se encontraron resultados para {query}.", - "search.page_title": "Búsqueda", - "search.placeholder": "Buscar documentos...", - "search.result_empty": "No se encontraron documentos que coincidan con su búsqueda.", - "search.results_count": "{count} resultados encontrados", + "search.loading_indicator": "Buscando\n\n\n", + "search.no_results": "No se encontraron resultados", + "search.page_title": "Buscar Documentos", + "search.placeholder": "Buscar por nombre de archivo, contenido, etiquetas...", + "search.result_empty": "No se encontraron documentos que coincidan con su consulta.", + "search.results_count": "Se encontraron {count} resultados", "search.saved_aria_save": "Guardar búsqueda actual", "search.saved_button": "Guardar Actual", - "search.saved_empty": "Sin búsquedas guardadas aún", - "search.saved_error": "No se pudieron cargar las búsquedas guardadas", + "search.saved_empty": "No hay búsquedas guardadas aún", + "search.saved_error": "No se pudo cargar las búsquedas guardadas", "search.saved_label": "Búsquedas Guardadas", "search.saved_loading": "Cargando...", - "search.title": "Buscar documentos", + "search.title": "Buscar Documentos", "settings.audit_log_btn": "Registro de Auditoría", - "settings.autocomplete_hint": "Escriba para buscar valores conocidos, o introduzca cualquier valor personalizado.", - "settings.autocomplete_no_matches": "Sin coincidencias — aún puede escribir un valor personalizado", - "settings.autocomplete_placeholder": "Escriba para buscar o introduzca un valor…", + "settings.autocomplete_hint": "Escriba para buscar valores conocidos o ingrese cualquier valor personalizado.", + "settings.autocomplete_no_matches": "No hay coincidencias \n\n\n\n\n puede seguir escribiendo un valor personalizado", + "settings.autocomplete_placeholder": "Escriba para buscar o ingrese un valor\n\n\n", "settings.boolean_enable_prefix": "Habilitar", "settings.categories_aria": "Categorías de configuración", "settings.categories_heading": "Categorías", - "settings.db_wizard_btn": "Asistente BD", + "settings.db_wizard_btn": "Asistente DB", "settings.effective_value_label": "Valor efectivo:", - "settings.encrypted_suffix": "= cifrado en reposo", - "settings.encrypted_title": "El valor está cifrado en reposo en la base de datos", + "settings.encrypted_suffix": "= encriptado en reposo", + "settings.encrypted_title": "El valor está encriptado en reposo en la base de datos", "settings.export_btn": "Exportar", - "settings.export_db_only": "Solo ajustes de BD", + "settings.export_db_only": "Solo configuraciones de DB", "settings.export_full_config": "Configuración efectiva completa", - "settings.jump_to_category": "Ir a categoría…", - "settings.manage_config_prefix": "Gestionar configuración. Prioridad:", - "settings.model_picker_hint": "Seleccione de la lista o escriba cualquier nombre de modelo compatible con su proveedor.", - "settings.model_picker_placeholder": "Seleccione un modelo común o escriba un nombre personalizado…", + "settings.jump_to_category": "Saltar a la categoría\n\n\n", + "settings.manage_config_prefix": "Administrar configuración. Prioridad:", + "settings.model_picker_hint": "Elija de la lista o escriba cualquier nombre de modelo soportado por su proveedor.", + "settings.model_picker_placeholder": "Seleccione un modelo común o escriba un nombre personalizado\n\n\n", "settings.no_results_clear": "limpiar la búsqueda", - "settings.no_results_heading": "No se encontraron ajustes", + "settings.no_results_heading": "No se encontraron configuraciones", "settings.no_results_hint": "Intente un término de búsqueda diferente o", - "settings.page_heading": "Ajustes de la Aplicación", + "settings.page_heading": "Configuraciones de la Aplicación", "settings.required_label": "(requerido)", "settings.reset_confirm": "¿Está seguro de que desea restablecer esta configuración?", "settings.restart_required_suffix": "= reinicio requerido", - "settings.revert_btn": "Eliminar de BD", - "settings.revert_title": "Eliminar el valor de BD y revertir a la variable de entorno o predeterminado", - "settings.reverting": "Revirtiendo…", - "settings.save_all_btn": "Guardar Todos los Cambios", + "settings.revert_btn": "Eliminar de la base de datos", + "settings.revert_title": "Eliminar la sobreescritura de la base de datos y revertir a la variable de entorno o defecto", + "settings.reverting": "Revirtiendo\u00143", + "settings.save_all_btn": "Guardar todos los cambios", "settings.save_error": "Error al guardar la configuración", - "settings.save_setting_title": "Guardar este ajuste", - "settings.save_success": "Configuración guardada con éxito", - "settings.saving_state": "Guardando…", - "settings.search_aria_label": "Buscar ajustes", + "settings.save_setting_title": "Guardar esta configuración", + "settings.save_success": "Configuración guardada exitosamente", + "settings.saving_state": "Guardando\u00143", + "settings.search_aria_label": "Buscar configuraciones", "settings.search_clear_aria": "Limpiar búsqueda", - "settings.search_placeholder": "Buscar ajustes por nombre, clave o descripción…", - "settings.settings_count_suffix": "ajustes", + "settings.search_placeholder": "Buscar configuraciones por nombre, clave o descripción\u00143", + "settings.settings_count_suffix": "configuraciones", "settings.source_db_badge": "BD", - "settings.source_default_badge": "PREDETERMINADO", - "settings.source_env_badge": "ENV", - "settings.title": "Configuración", - "settings.toggle_visibility_aria": "Cambiar visibilidad de contraseña", + "settings.source_default_badge": "POR DEFECTO", + "settings.source_env_badge": "ENTORNO", + "settings.title": "Configuraciones", + "settings.toggle_visibility_aria": "Alternar visibilidad de la contraseña", "settings.toggle_visibility_title": "Mostrar/ocultar valor", "settings.user_autocomplete_empty": "No se encontraron usuarios coincidentes", - "settings.user_autocomplete_hint": "Escriba para buscar usuarios existentes por nombre, o introduzca cualquier identificador manualmente.", - "settings.user_autocomplete_placeholder": "Comience a escribir para buscar usuarios…", + "settings.user_autocomplete_hint": "Escriba para buscar usuarios existentes por nombre, o ingrese cualquier identificador manualmente.", + "settings.user_autocomplete_placeholder": "Comience a escribir para buscar usuarios\u00143", "settings.wizard_btn": "Asistente", - "shared.col_expiry": "Vencimiento", + "shared.col_expiry": "Expiración", "shared.col_file_label": "Archivo / Etiqueta", "shared.col_link": "Enlace", "shared.col_views": "Vistas", "shared.copy_link_aria": "Copiar enlace al portapapeles", "shared.copy_link_title": "Copiar enlace", - "shared.create_btn": "Crear Enlace", - "shared.create_heading": "Crear Nuevo Enlace Compartido", - "shared.creating": "Creando…", + "shared.create_btn": "Crear enlace", + "shared.create_heading": "Crear nuevo enlace compartido", + "shared.creating": "Creando\u00143", "shared.expiry_12h": "12 horas", "shared.expiry_14d": "14 días", "shared.expiry_1h": "1 hora", @@ -838,28 +988,28 @@ "shared.expiry_3d": "3 días", "shared.expiry_6h": "6 horas", "shared.expiry_7d": "7 días", - "shared.expiry_label": "Vencimiento", + "shared.expiry_label": "Expiración", "shared.expiry_never": "Nunca", "shared.file_id_help_post": "página o en la URL de detalle del documento.", - "shared.file_id_help_pre": "Encuentre el ID del archivo en la", - "shared.file_id_label": "ID del Archivo", - "shared.file_id_placeholder": "p.ej. 42", + "shared.file_id_help_pre": "Encuentra el ID del archivo en el", + "shared.file_id_label": "ID del archivo", + "shared.file_id_placeholder": "p. ej. 42", "shared.files_link": "Archivos", "shared.heading": "Enlaces Compartidos", "shared.label_label": "Etiqueta", - "shared.label_placeholder": "p.ej. Compartido con Bob", + "shared.label_placeholder": "p. ej. Compartido con Bob", "shared.link_created": "¡Enlace compartido creado!", - "shared.link_created_help": "Copie y envíe este enlace al destinatario.", + "shared.link_created_help": "Copia y envía este enlace al destinatario.", "shared.links_count_aria": "número de enlaces", - "shared.max_downloads_label": "Máximo de descargas", - "shared.no_links": "Sin enlaces compartidos aún. Cree uno arriba para comenzar.", + "shared.max_downloads_label": "Máx. descargas", + "shared.no_links": "Aún no hay enlaces compartidos. Crea uno arriba para comenzar.", "shared.open_in_new_tab": "Abrir en nueva pestaña", "shared.open_link_aria": "Abrir enlace compartido", "shared.optional": "(opcional)", "shared.page_title": "Enlaces Compartidos – DocuElevate", "shared.password_label": "Contraseña", - "shared.password_placeholder": "Dejar vacío para sin contraseña", - "shared.password_protected": "Protegido con contraseña", + "shared.password_placeholder": "Deja en blanco si no hay contraseña", + "shared.password_protected": "Protegido por contraseña", "shared.refresh_aria": "Actualizar lista de enlaces compartidos", "shared.revoke_aria_prefix": "Revocar enlace compartido para", "shared.revoke_btn": "Revocar", @@ -867,63 +1017,98 @@ "shared.status_expired": "Expirado", "shared.status_limit_reached": "Límite alcanzado", "shared.status_revoked": "Revocado", - "shared.subtitle": "Comparta documentos con cualquier persona mediante un enlace de tiempo limitado o vistas limitadas. Los destinatarios no necesitan una cuenta de DocuElevate. Los enlaces pueden estar protegidos con contraseña y revocarse en cualquier momento.", + "shared.subtitle": "Comparte documentos con cualquier persona a través de un enlace con tiempo limitado o limitado en vistas. Los destinatarios no necesitan una cuenta de DocuElevate. Los enlaces pueden estar protegidos por contraseña y revocados en cualquier momento.", "shared.table_aria": "Enlaces compartidos", "shared.unlimited_placeholder": "Ilimitado", - "shared.your_links": "Sus Enlaces Compartidos", - "similarity.backfill_auto": "La tarea en segundo plano los calculará automáticamente cada 5 minutos, o puede", + "shared.your_links": "Tus Enlaces Compartidos", + "similarity.backfill_auto": "La tarea en segundo plano los calculará automáticamente cada 5 minutos, o puedes", "similarity.files_missing_text": "archivo(s) tienen texto OCR pero aún no tienen incrustación.", - "similarity.find_pairs_btn": "Buscar Pares", + "similarity.find_pairs_btn": "Encontrar Pares", "similarity.heading": "Similitud de Documentos", "similarity.load_error": "Error al cargar pares.", - "similarity.min_similarity_label": "Similitud mínima", - "similarity.no_pairs_detail": "Ningún par de documentos supera el umbral de similitud.", + "similarity.min_similarity_label": "Min. similitud", + "similarity.no_pairs_detail": "No hay pares de documentos que superen el umbral de similitud.", "similarity.no_pairs_heading": "No se encontraron pares similares", "similarity.page_title": "Similitud de Documentos - DocuElevate", "similarity.pagination_aria": "Paginación de pares de similitud", "similarity.per_page_label": "Por página", - "similarity.scanning": "Buscando pares de documentos similares…", - "similarity.stat_embedding_model": "Modelo de Incrustación", - "similarity.stat_missing_embedding": "Incrustación Faltante", + "similarity.scanning": "Escaneando pares de documentos similares\n...", + "similarity.stat_embedding_model": "Modelo de Embedding", + "similarity.stat_missing_embedding": "Embedding Faltante", "similarity.stat_total_files": "Total de Archivos", - "similarity.stat_with_embedding": "Con Incrustación", - "similarity.subtitle": "Pares de documentos con alta similitud semántica, ordenados por puntuación.", - "similarity.trigger_aria": "Activar el cálculo de incrustación para todos los archivos sin incrustaciones", - "similarity.trigger_now": "activarlo ahora", - "status.app_version": "Versión de la App", - "status.build_date": "Fecha de Compilación", + "similarity.stat_with_embedding": "Con Embedding", + "similarity.subtitle": "Pares de documentos con alta similitud semántica, clasificados por puntaje.", + "similarity.trigger_aria": "Iniciar el cálculo de embeddings para todos los archivos que faltan embeddings", + "similarity.trigger_now": "inícialo ahora", + "status.app_version": "Versión de la Aplicación", + "status.build_date": "Fecha de Construcción", "status.container_id": "ID del Contenedor", "status.git_commit": "Commit de Git", - "status.last_check": "Última Comprobación", + "status.last_check": "Última Verificación", "status.page_title": "Estado del Sistema", - "status.setting_label": "Ajuste", + "status.setting_label": "Configuración", "status.value_label": "Valor", - "upload.browse_button": "Explorar Archivos", + "subscription.available_plans_heading": "Planes Disponibles", + "subscription.back_to_dashboard": "Regresar al Panel de Control", + "subscription.cancel_pending": "Cancelar cambio", + "subscription.cancel_scheduled": "Cancelar cambio programado", + "subscription.contact_sales": "Contacto de Ventas", + "subscription.current_badge": "Actual", + "subscription.current_plan": "Plan Actual", + "subscription.current_plan_cta": "Tu plan actual", + "subscription.downgrade_to_prefix": "Degradar a", + "subscription.features_heading": "Lo que está incluido en tu plan", + "subscription.free": "Gratis", + "subscription.heading": "Mi Suscripción", + "subscription.keep_plan_prefix": "Mantener", + "subscription.lifetime_files": "Total de archivos (durante la vida útil)", + "subscription.month_files": "Archivos este mes", + "subscription.more_features_label": "más", + "subscription.page_title": "Mi Suscripción \u0013 DocuElevate", + "subscription.pending_badge": "Pendiente", + "subscription.pending_benefits": "Mantendrás todos los beneficios del plan actual hasta entonces.", + "subscription.pending_on": "el", + "subscription.pending_title": "Cambio de plan pendiente programado", + "subscription.pending_will_change": "Tu plan cambiará a", + "subscription.per_mo": "/mes", + "subscription.per_month": "/mes", + "subscription.since": "Desde", + "subscription.single_user_body": "Los niveles de suscripción se aplican cuando el modo de múltiples usuarios está activo. Tu instancia actualmente está en modo de un solo usuario sin límites de procesamiento. Un administrador puede activar el modo de múltiples usuarios a través de {settings_link}.", + "subscription.single_user_title": "El modo de múltiples usuarios no está habilitado.", + "subscription.subtitle": "Tu plan actual, uso y mejoras disponibles.", + "subscription.this_month_label": "este mes", + "subscription.today_files": "Archivos hoy", + "subscription.today_label": "hoy", + "subscription.unlimited": "Ilimitado", + "subscription.upgrade_info": "Las mejoras entran en efecto de inmediato. Las degradaciones están programadas para el final de tu período de facturación actual.", + "subscription.upgrade_to_prefix": "Mejorar a", + "subscription.usage_heading": "Uso", + "upload.browse_button": "Buscar Archivos", "upload.button_processing": "Procesando...", "upload.camera_button": "Tomar Foto / Escanear Documento", "upload.download_button": "Descargar y Procesar", "upload.downloading": "Descargando archivo desde URL...", - "upload.drag_drop": "Arrastre y suelte archivos aquí o haga clic para explorar", - "upload.drop_hint_desktop": "Arrastre y suelte archivos o carpetas aquí, o haga clic para seleccionar archivos.", - "upload.drop_hint_mobile": "Toque para seleccionar archivos o use el botón de cámara a continuación.", - "upload.drop_zone_aria": "Área de carga de archivos. Arrastre y suelte archivos aquí, o presione Intro para explorar archivos.", - "upload.error": "Error al subir", + "upload.drag_drop": "Arrastra y suelta archivos aquí o haz clic para buscar", + "upload.drop_hint_desktop": "Arrastra y suelta archivos o carpetas aquí, o haz clic para seleccionar archivos.", + "upload.drop_hint_mobile": "Toca para seleccionar archivos o usa el botón de cámara a continuación.", + "upload.drop_zone_aria": "Área de carga de archivos. Arrastra y suelta archivos aquí, o presiona Enter para buscar archivos.", + "upload.error": "La carga falló", "upload.error_invalid_url": "Formato de URL no válido", - "upload.error_url_required": "Por favor, introduzca una URL", + "upload.error_url_required": "Por favor, introduce una URL", "upload.file_size_hint": "Tamaño máximo: 500 MB por archivo", - "upload.file_types": "Tipos permitidos: PDF, documentos Office (Word, Excel, PowerPoint, etc.), Imágenes", - "upload.filename_description": "Dejar vacío para usar el nombre de archivo de la URL", - "upload.filename_label": "Nombre de archivo (opcional)", + "upload.file_types": "Tipos permitidos: PDF, documentos de Office (Word, Excel, PowerPoint, etc.), Imágenes", + "upload.filename_description": "Deja vacío para usar el nombre de archivo de la URL", + "upload.filename_label": "Nombre de Archivo (opcional)", "upload.filename_placeholder": "mi-documento.pdf", - "upload.max_size": "Tamaño máximo de archivo: {max_size}", - "upload.page_title": "Cargar Documento", - "upload.section_device": "Cargar desde Dispositivo", + "upload.max_size": "Tamaño máximo de archivo: {size}", + "upload.page_title": "Cargar Archivos", + "upload.section_device": "Cargar desde el Dispositivo", "upload.section_url": "Cargar desde URL", - "upload.select_file": "Seleccione un archivo para cargar", - "upload.success": "Documento cargado correctamente.", + "upload.select_file": "Seleccionar archivo", + "upload.success": "Archivo subido correctamente", "upload.title": "Subir documento", - "upload.uploading": "Cargando...", - "upload.url_description": "Introduzca un enlace directo a un archivo (PDF, documentos Office o imágenes)", - "upload.url_label": "URL del Archivo", - "upload.url_placeholder": "https://ejemplo.com/documento.pdf" + "upload.uploading": "Subiendo...", + "upload.url_description": "Ingrese un enlace directo a un archivo (PDF, documentos de Office o imágenes)", + "upload.url_label": "URL del archivo", + "upload.url_placeholder": "https://example.com/documento.pdf" } diff --git a/frontend/translations/et.json b/frontend/translations/et.json index d36160ed..72ba41d7 100644 --- a/frontend/translations/et.json +++ b/frontend/translations/et.json @@ -1,593 +1,700 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Tutvuge loojaiga", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_pre": "DocuElevate on kirglikult arendatud", + "about.features_admin_api": "Võimas REST API programmatiseks juurdepääsuks", + "about.features_admin_config": "Suurepäraselt konfigureeritav keskkonnamuutujate kaudu", + "about.features_admin_docker": "Dockeriga valmis lihtsaks juurutamiseks ja skaleerimiseks", + "about.features_admin_heading": "Haldamine", + "about.features_admin_oauth2": "OAuth2 autentimise tugi Authentikiga", + "about.features_automation_background": "Taustaprogresseerimine Redis ja Celery abil", + "about.features_automation_gmail": "Gmail ja tavalise e-posti konto интеграция", + "about.features_automation_heading": "Automatiseerimine", + "about.features_automation_imap": "IMAP postkasti pollimine mitmest allikast", + "about.features_automation_ingestion": "Automatiseeritud dokumentide sisestamine erinevatest allikatest", + "about.features_heading": "Peamised omadused", + "about.features_integration_cloud": "Pilve salvestus: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integreerimine ja salvestamine", + "about.features_integration_multi_dest": "Mitme sihtkoha tugi (salvesta dokumente mitmes kohas)", + "about.features_integration_protocols": "Ülekande protokollid: FTP, SFTP, e-kirjade edastamine", + "about.features_integration_selfhosted": "Kohalikud valikud: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Intelligentne dokumentide klassifitseerimine ja kuupäeva ekstsioon", + "about.features_processing_heading": "Dokumendi töötlemine", + "about.features_processing_metadata": "Automatiseeritud metaandmete ekstsioon plugina AI pakkuja abil", + "about.features_processing_ocr": "OCR, mida toetab Azure Document Intelligence", + "about.features_processing_pdf": "PDF-i konverteerimine erinevatesse failiformaatidesse Gotenbergi kaudu", + "about.features_processing_upload": "Lihtsad ja turvalised failide üleslaadimised lohista ja vita tugega", + "about.github_logo_alt": "GitHub logo", + "about.heading": "DocuElevate kohta", + "about.intro_post": " – teie kaasaegne, intelligentne lahendus dokumentide töötlemiseks! Oleme loonud DocuElevate, et täielikult muuta viisi, kuidas te oma dokumente käsitlete – üleslaadimisest ekstsioonini, töötlemisest salvestamiseni.", + "about.intro_pre": "Tere tulemast ", + "about.involved_description": "Soovite sukelduda koodiga, panustada ideid või rohkem teada saada DocuElevate'ist?", + "about.involved_docs": "Lugege dokumentatsiooni", + "about.involved_github": "Vaadake DocuElevate'i GitHubis", + "about.involved_heading": "Osalege", + "about.involved_website": "Külastage DocuElevate veebisaiti", + "about.legal_description": "Me hoolime teie privaatsusest ja andmete turvalisusest. Palun vaadake meie:", + "about.legal_heading": "Privaatsus ja juriidilised", + "about.legal_license": "Litsentsiteave", + "about.legal_privacy": "Privaatsusteade", + "about.page_title": "DocuElevate kohta", + "about.story_heading": "Meie lugu", + "about.story_p1": "DocuElevate loodi ühe eesmärgiga: lihtsustada ja sujuvamaks muuta dokumentide haldamist kõigile, olenemata teie ettevõtte suurusest, olgu see väike algaja või suur ettevõte.", + "about.story_p2": "Kasvame pluggatavate tehisintellekti teenusepakkujate (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey ja paljude teiste) jõudu metaandmete väljavõtmiseks ja teksti täiendamiseks, integreerime sujuvalt Dropboxi, Nextcloudi ja Paperless NGX-ga salvestamiseks ja indekseerimiseks, kasutame Azure Document Intelligence'i OCR-i jaoks ja isegi Gotenbergi, et teisendada faile PDF-iks.", + "api_tokens.col_created": "Loodud", + "api_tokens.col_last_ip": "Viimane IP", + "api_tokens.col_last_used": "Viimati kasutatud", + "api_tokens.col_name": "Nimi", + "api_tokens.col_prefix": "Tokeni eelmine sõna", + "api_tokens.copy_to_clipboard": "Kopeeri token lõikelauale", + "api_tokens.copy_upload_example": "Kopeeri üleslaadimise näide lõikelauale", + "api_tokens.copy_warning_1": "Kopeeri see token nüüd — see", + "api_tokens.copy_warning_2": "ei näidata enam kunagi", + "api_tokens.create_heading": "Loo uus token", + "api_tokens.create_token": "Loo token", + "api_tokens.creating": "Loodakse…", + "api_tokens.heading": "API tokenid", + "api_tokens.intro": "Loo isiklikud API tokenid DocuElevate API-ga programmeerimiseks. Kasutage tokene veebirakenduste üleslaadimiseks, CI/CD torujuhtmete jaoks või mistahes skripti, mis vajab dokumentide üleslaadimist või otsimist.", + "api_tokens.loading_tokens": "Laaditakse tokenid…", + "api_tokens.never": "Kunagi", + "api_tokens.no_tokens_heading": "API tokeneid veel pole", + "api_tokens.no_tokens_help": "Loo oma esimene token ülal, et alustada.", + "api_tokens.page_title": "API tokenid – DocuElevate", + "api_tokens.revoke": "Tühista", + "api_tokens.revoke_prefix": "Tühista token", + "api_tokens.status_active": "Aktiivne", + "api_tokens.status_revoked": "Tühistatud", + "api_tokens.table_aria": "API tokenid", + "api_tokens.token_created": "Token loodud edukalt!", + "api_tokens.token_name_label": "Tokeni nimi", + "api_tokens.token_name_placeholder": "nt. CI Pipeline, Webhooki üleslaadimine, Minu skript", + "api_tokens.usage_heading": "Kasutamise näide", + "api_tokens.usage_intro_post": "pealkiri koos mistahes API päringuga:", + "api_tokens.usage_intro_pre": "Kasutage oma API tokenit", + "api_tokens.your_tokens": "Teie tokenid", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "audit.col_resource": "Ressurss", + "audit.col_timestamp": "Ajatempli", + "audit.critical": "Kriitiline", + "audit.filter_action": "Tegevus", + "audit.filter_all_actions": "Kõik tegevused", + "audit.filter_all_users": "Kõik kasutajad", + "audit.filter_resource_placeholder": "nt. dokument, kasutaja", + "audit.filter_resource_type": "Ressursi tüüp", + "audit.filter_severity": "Tõsidus", + "audit.filter_user": "Kasutaja", + "audit.filters_section_label": "Auditi logi filtrid", + "audit.next": "Järgmine", + "audit.next_label": "Järgmine leht", + "audit.no_events": "Auditi sündmusi ei ole veel registreeritud.", + "audit.no_events_hint": "Olulised tegevused (sisselogimised, dokumendi toimingud, seadete muudatused) ilmuvad siia.", + "audit.page_title": "Auditi logid - DocuElevate", + "audit.pagination_label": "Auditi logi lehejaotus", + "audit.prev": "Eelmine", + "audit.prev_label": "Eelmine leht", + "audit.refresh_label": "Uuenda auditi logisid", + "audit.siem_disabled_title": "SIEM edastamine on keelatud", + "audit.siem_enabled_title": "Sündmused edastatakse ", + "audit.siem_off": "SIEM: Tänasel kohal", + "audit.subtitle": "Kohustuslik, ainult lisatav kõikide oluliste tegevuste rekord.", + "audit.table_label": "Auditi logi sündmused", + "audit.title": "Auditi logid", + "auth.confirm_password": "Kinnita parool", + "auth.create_account": "Loo konto", + "auth.display_name_label": "Kuvamise nimi", + "auth.email_label": "E-post", + "auth.forgot_password": "Unustasid parooli?", + "auth.forgot_username": "Unustasid kasutajanime?", + "auth.login": "Logi sisse", + "auth.login_title": "Logi sisse", + "auth.logo_alt": "DocuElevate logo", + "auth.logout": "Logi välja", + "auth.my_account": "Minu konto", + "auth.no_account": "Ei oma kontot?", + "auth.or_continue_with": "Või logi sisse", + "auth.password_label": "Parool", + "auth.profile": "Profiil", + "auth.remember_me": "Jäta meelde", + "auth.return_home": "Tagasi avalehele", + "auth.sign_in": "Logi sisse", + "auth.sign_in_sso": "Logi sisse SSO-ga", + "auth.sign_in_with": "Logi sisse", + "auth.sign_in_with_username": "Logi sisse kasutajanimega", + "auth.signup": "Registreeru", + "auth.signup_title": "Registreeru", + "auth.username_label": "Kasutajanimi", + "auth.username_or_email": "Kasutajanimi või e-posti aadress", + "auth.verify_email_back_sign_in": "Tagasi sisselogimise juurde", + "auth.verify_email_expiry": "Link aegub 24 tunni pärast. Kui te ei näe e-kirja, kontrollige oma rämpsposti kausta.", + "auth.verify_email_heading": "Kontrollige oma postkasti", + "auth.verify_email_message": "Oleme saatnud teile kinnituskirja. Palun klõpsake e-kirjas oleval lingil, et aktiveerida oma konto.", + "auth.verify_email_page_title": "DocuElevate - Kinnitage oma e-post", + "auth.verify_email_resend_aria_label": "E-posti aadress uuesti saatmiseks", + "auth.verify_email_resend_button": "Saada kinnituskiri uuesti", + "auth.verify_email_resend_label": "E-posti aadress", + "auth.verify_email_resend_placeholder": "Sisestage oma e-posti aadress", + "auth.verify_email_resend_prompt": "Ei saanud seda?", + "backup.archives_heading": "Varunduse arhiiv", + "backup.backup_now": "Varunda nüüd", + "backup.clean_up": "Puhasta", + "backup.cleanup_title": "Käivita säilitamise puhastamine nüüd", + "backup.col_created": "Loodud", + "backup.col_filename": "Failinimi", + "backup.col_size": "Suurus", + "backup.col_storage": "Salvestus", + "backup.col_type": "Tüüp", + "backup.config_auto_backup": "Automaatne varundus", + "backup.config_remote_dest": "Kaugreegion", + "backup.config_retention": "Säilitamine", + "backup.config_total_size": "Kogu kohaliku suuruse", + "backup.confirm_btn": "Kinnita", + "backup.confirm_title": "Kinnita toiming", + "backup.heading": "Varunduse haldamine", + "backup.local_only": "Ainult kohalik", + "backup.no_backups": "Siiani ei ole varukoopiaid.", + "backup.no_backups_hint": "Klõpsake Varunda nüüd, et luua oma esimene varukoopia.", + "backup.page_title": "Varunduse haldamine", + "backup.records_label": "kirjed", + "backup.restore_btn": "Taasta", + "backup.restore_desc_mid": "varunduse arhiiv andmebaasi taastamiseks.", + "backup.restore_desc_pre": "Laadige üles", + "backup.restore_desc_warning": "See kirjutab üle kõik praegused andmed.", + "backup.restore_file_label": "Varukoopia arhiiv (.db.gz)", + "backup.restore_heading": "Taasta failist", + "backup.restoring": "Taastamine\u00133...", + "backup.retention_daily_detail": "\u0011\u0010\u00139 nädalat", + "backup.retention_heading": "Säilitamise poliitika", + "backup.retention_hourly_detail": "\u0011\u0010\u00139 päeva", + "backup.retention_note": "Varukoopiad, mis ületavad need piirangud, eemaldatakse automaatselt pärast iga uue varukoopia loomist.", + "backup.retention_weekly_detail": "\u0011\u0010\u00139 ~3 kuud", + "backup.snapshots": "hetkepildid", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", + "backup.storage_local": "kohalik", + "backup.subtitle": "Andmebaasi varukoopiaid luuakse automaatselt: tunnise (4 päeva), igapäevase (3 nädalat), nädalase (13 nädalat).", + "backup.table_aria": "Varukoopia arhiivid", + "backup.trigger_daily": "Varukoopia nüüd (igapäevane)", + "backup.trigger_hourly": "Varukoopia nüüd (tunnine)", + "backup.trigger_weekly": "Varukoopia nüüd (nädalane)", + "backup.type_daily": "Igapäevane", + "backup.type_hourly": "Tunnine", + "backup.type_weekly": "Nädalane", + "billing.go_to_dashboard": "Mine armatuurlauda", + "billing.manage_subscription": "Halda tellimust", + "billing.success_heading": "Oled valmis!", + "billing.success_message": "Teie tellimus on aktiveeritud. Aitäh, et valisite DocuElevate!", + "billing.success_page_title": "DocuElevate - Tellimus aktiveeritud", + "common.actions": "Toimingud", + "common.active": "Aktiivne", + "common.all": "Kõik", + "common.avatar": "Avatar", + "common.back": "Tagasi", + "common.cancel": "Tühista", + "common.close": "Sulge", + "common.col_pending": "Ootel", + "common.completed": "Lõpetatud", + "common.confirm": "Kinnita", + "common.copied": "Kopeeritud!", + "common.copy": "Kopeeri", + "common.create": "Loo", + "common.created": "Loodud", + "common.date": "Kuupäev", + "common.delete": "Kustuta", + "common.description": "Kirjeldus", + "common.details": "Detailid", + "common.disabled": "Keelatud", + "common.download": "Laadi alla", + "common.duplicate": "Dubleeri", + "common.edit": "Redigeeri", + "common.enabled": "Lubatud", + "common.error": "Viga", + "common.failed": "Ebaõnnestus", "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", + "common.inactive": "Mitteaktiivne", + "common.info": "Teave", + "common.loading": "Laadimine...", + "common.name": "Nimi", + "common.next": "Järgmine", + "common.next_page": "Järgmine leht", + "common.no": "Ei", + "common.none": "Puudub", + "common.page": "Leht", + "common.paused": "Peatatud", + "common.pending": "Ootel", + "common.prev_page": "Eelmine leht", + "common.previous": "Eelmine", + "common.processing": "Töötlemine", + "common.refresh": "Käivita uuesti", + "common.reset": "Lähtesta", + "common.retry": "Proovi uuesti", + "common.save": "Salvesta", + "common.search": "Otsi", + "common.select": "Vali", + "common.select_placeholder": "— vali —", + "common.size": "Suurus", + "common.status": "Olek", + "common.submit": "Esita", + "common.success": "Edu", + "common.tags": "Märgid", + "common.test": "Test", + "common.test_connection": "Testi Ühendust", + "common.type": "Tüüp", + "common.update": "Uuenda", + "common.updated": "Uuendatud", + "common.upload": "Laadi üles", + "common.view": "Vaata", + "common.warning": "Hoiatus", + "common.yes": "Jah", + "cookie.accept": "Sain aru", + "cookie.learn_more": "Tutvu lähemalt", + "cookie.message": "See veebisait kasutab küpsiseid, et parandada teie kogemust.", + "cookie.notice": "DocuElevate kasutab ainult hädavajalikke sessiooniküpsiseid, mis on vajalikud autentimiseks ja teenuse toimimiseks. Ei kasutata jälgimise ega analüütika küpsiseid.", + "cookie.notice_label": "Küpsise teade", + "cookie.policy_link": "Küpsiste poliitika", + "cookie.privacy_link": "Privaatsusteade", + "credentials.col_action": "Tegevus", + "credentials.col_credential": "Krediit", + "credentials.col_source": "Allikas", + "credentials.configured": "Konfigureeritud", + "credentials.edit_in_settings": "Muuda sätetes", + "credentials.legend_db": "Väärtus, mis on salvestatud andmebaasi (krüpteeritud olekus; asendab keskkonnamuutuja)", + "credentials.legend_env_after": " fail", + "credentials.legend_env_before": "Väärtus keskkonnamuutujast või ", + "credentials.legend_missing": "Krediiti pole seadistatud — integratsioon ei tööta", + "credentials.legend_restart": "Taaskäivitamine on vajalik, kui seda krediiti vahetatakse", "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "credentials.manage_settings": "Halda seadistusi", + "credentials.not_configured": "Ei ole konfigureeritud", + "credentials.page_title": "Krediidi audit - DocuElevate", + "credentials.raw_json": "Toores JSON (API)", + "credentials.restart_title": "Taaskäivitamine on vajalik pärast selle krediidi vahetamist", + "credentials.source_db_title": "Salvestatud andmebaasi (krüpteeritud)", + "credentials.source_env_title": "Keskonnamuutujast", + "credentials.status_missing": "Puudub", + "credentials.subtitle": "Ülevaade kõigist tundlikest krediitidest, mida DocuElevate kasutab. Siin ei kuvata saladusväärtusi — ainult kas iga krediit on konfigureeritud ja kust see pärineb.", + "credentials.table_for": "Krediidid jaoks", + "credentials.title": "Krediidi audit", + "credentials.total_credentials": "Kokku krediidid", + "dashboard.active_integrations": "Aktiivsed integratsioonid", + "dashboard.files_this_month": "Failid sel kuul", + "dashboard.files_today": "Failid täna", + "dashboard.ocr_processed": "OCR töödeldud", + "dashboard.quick_actions": "Kiiretegevused", + "dashboard.recent_activity": "Viimased tegevused", + "dashboard.storage_targets": "Salvestamise sihtmärkide", + "dashboard.title": "Juhtpaneel", + "dashboard.total_files": "Kokku failid", + "dashboard.welcome": "Tere tulemast DocuElevate'i", + "duplicates.file_id_label": "Faili ID", + "duplicates.file_id_placeholder": "nt. 42", + "duplicates.find_btn": "Leia", + "duplicates.found_files": "duplikaatfail(i) kokku.", + "duplicates.found_groups": "duplikaatgrupp(i) koos", + "duplicates.found_prefix": "Leitud", + "duplicates.group_aria": "Duplikaatgrupp", + "duplicates.heading": "Duplikaatsed Dokumendid", + "duplicates.how_it_works_heading": "Kuidas toimib peaaegu duplikaatide tuvastamine", + "duplicates.max_results_label": "Maksimaalne tulemus", + "duplicates.near_dup_desc": "Valige dokument, et kontrollida, kas mõni teine fail sisaldab sama (või väga sarnast) sisu — isegi kui need on skaneeritud erinevatel aegadel ja neil on erinevad SHA-256 räsid.", + "duplicates.near_dup_heading": "Leidke peaaegu duplikaadid dokumendi jaoks", + "duplicates.no_exact_heading": "Täpseid duplikaate ei leitud", + "duplicates.page_title": "Duplikaatsed Dokumendid - DocuElevate", + "duplicates.pagination_aria": "Lehekujundus", + "duplicates.role_duplicate": "Duplikaat", + "duplicates.role_original": "Originaal", + "duplicates.tab_exact": "Täpse Duplikaadi", + "duplicates.tab_near": "Peaaegu Duplikaadi Otsija", + "duplicates.tabs_aria": "Duplikaadi tuvastamise vahekaardid", + "duplicates.threshold_label": "Sarnasuse künnis", + "duplicates.view_dup_aria": "Vaata duplikaatfaili", + "duplicates.view_original_aria": "Vaata originaalfaili", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Oh ei, me ei leidnud seda lehte!", + "error.404_home": "Tagasi Kodule", + "error.404_message": "Tundub, et DocuElevate on kaotanud dokumendi, mida otsisite. Ärge muretsege – me aitame teid.", + "error.404_title": "404 - Ei leitud", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Kuva veateave", + "error.500_description": "Meie serverites tekkis tõrge ja nad vajavad hetke.", + "error.500_heading": "Oh ei! Midagi läks valesti.", + "error.500_home": "Mine Kodule", + "error.500_img_alt": "Serveri vea illustreerimine", + "error.500_message1": "Meie serverites tekkis tõrge ja nad vajavad hetke. Äkki kukutasid hamstrid oma kohvi?", + "error.500_message2": "Me tegeleme sellega – sorteerime faile, taaskäivitame servereid ja kalibreerime vooluhäireid.", + "error.500_title": "Serveri Viga - DocuElevate", + "error.forbidden": "Keelatud", + "error.forbidden_message": "Teil ei ole lubatud sellele lehe juurde pääseda.", + "error.not_found": "Lehte ei leitud", + "error.not_found_message": "Lehte, mida otsite, ei eksisteeri.", + "error.server_error": "Sisevea viga", + "error.server_error_message": "Midagi läks valesti. Palun proovige uuesti hiljem.", + "error.unauthorized": "Autoriseerimata", + "error.unauthorized_message": "Te peate sisenema, et sellele lehele juurde pääseda.", + "files.action_delete": "Kustuta fail", + "files.action_details": "Vaata üksikasju", + "files.action_preview": "Kiire eelvaade", + "files.bulk_clear_selection": "Tühista valik", + "files.bulk_cloud_ocr": "Käivita Cloud OCR uuesti", + "files.bulk_delete": "Kustuta valitud", + "files.bulk_download": "Laadi alla ZIP-failina", + "files.bulk_reprocess": "Töötle valitud uuesti", + "files.delete_modal_cancel": "Tühista", + "files.delete_modal_confirm": "Kustuta", + "files.delete_modal_message": "Kas olete kindel, et soovite selle faili kustutada?", + "files.delete_modal_title": "Kustutamise kinnitamine", + "files.document_title": "Dokumendi pealkiri", + "files.drop_overlay_hint": "Toetab PDF, Office'i dokumente, pilte, HTML, Markdowni ja muud - kaustad töödeldakse rekursiivselt", + "files.drop_overlay_title": "Failide või kaustade üleslaadimiseks lohista siia", + "files.error_hint": "See võib olla tingitud konfiguratsiooni- või impordiga seotud probleemist. Palun kontrollige serveri logisid.", + "files.file_size": "Faili suurus", + "files.filename": "Failinimi", + "files.files_selected": "faili valitud", + "files.filter_all_providers": "Kõik teenusepakkujad", + "files.filter_all_statuses": "Kõik olekud", + "files.filter_all_types": "Kõik tüübid", + "files.filter_apply": "Kohalda filtreid", + "files.filter_clear": "Tühista", + "files.filter_date_from": "Kuupäev alates", + "files.filter_date_from_aria": "Filtreeri kuupäevast", + "files.filter_date_to": "Kuupäev kuni", + "files.filter_date_to_aria": "Filtreeri kuupäevani", + "files.filter_form_aria": "Filtreeri faile", + "files.filter_mime_type": "MIME tüüp", + "files.filter_ocr_all": "Kõik failid", + "files.filter_ocr_good": "Hea kvaliteet", + "files.filter_ocr_poor": "Halb kvaliteet", + "files.filter_ocr_quality": "OCR kvaliteet", + "files.filter_ocr_quality_aria": "Filtreeri OCR kvaliteedi punktide järgi", + "files.filter_ocr_unchecked": "Veel hindamata", + "files.filter_search_label": "Otsi faili nime", + "files.filter_search_placeholder": "Sisestage faili nimi...", + "files.filter_storage_provider": "Salvestusteenuse pakkuja", + "files.filter_tags_aria": "Filtreeri siltide järgi (eraldi komadega)", + "files.filter_tags_placeholder": "nt. arve,amazon", + "files.fulltext_search_label": "Täisteksti otsing (OCR tekst, metaandmed, sildid)", + "files.fulltext_search_placeholder": "Otsi dokumendi sisu, saatjat, silte, tüüpi...", + "files.no_files": "Faile ei leitud", + "files.ocr_status": "OCR olek", + "files.page_title": "Faili rekordid", + "files.pagination_files": "faili", + "files.pagination_first": "Esimene", + "files.pagination_last": "Viimane", + "files.pagination_nav_aria": "Failide loendi lehe navigeerimine", + "files.pagination_next": "Järgmine", + "files.pagination_of": "kokku", + "files.pagination_previous": "Eelmine", + "files.pagination_showing": "Kuvan", + "files.preview_modal_close": "Sulge eelvaade", + "files.preview_modal_title": "Eelvaade", + "files.queue_banner_items": "aste(d) on hetkel järjekorras või töötlemisel. Failid ilmuvad siia pärast töötlemise lõpetamist.", + "files.queue_banner_link": "Vaata järjekorda", + "files.saved_searches_empty": "Salvestatud otsinguid pole veel", + "files.saved_searches_error": "Ei suutnud salvestatud otsinguid laadida", + "files.saved_searches_label": "Salvestatud Otsingud", + "files.saved_searches_save": "Salvesta praegune", + "files.saved_searches_save_aria": "Salvesta praegused filtrid salvestatud otsinguna", + "files.search_results_empty": "Tulemusi ei leitud.", + "files.search_results_title": "Otsingutulemused", + "files.status_duplicate": "Dubleeritud", + "files.table_actions": "Tegevused", + "files.table_aria": "Faili rekordid", + "files.table_created_at": "Loodud", + "files.table_empty": "Faile ei leitud", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.table_mime_type": "MIME tüüp", + "files.table_original_filename": "Algne faili nimi", + "files.table_select_all": "Vali kõik failid sellel lehel", + "files.tags": "Märgid", + "files.title": "Failid", + "files.upload_modal_aria": "Pildi üleslaadimise edenemine", + "files.upload_modal_close": "Sulge üleslaadimise edenemine", + "files.upload_modal_header": "Failide üleslaadimine", + "files.uploaded": "Üles laaditud", + "footer.about": "Teave", + "footer.attribution": "Viitamine", + "footer.attributions": "Viidatud", + "footer.cookies": "Küpsised", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Trükis", + "footer.license": "Litsents", + "footer.navigation": "Jalgrida navigeerimine", + "footer.privacy": "Privaatsus", + "footer.terms": "Tingimused", + "footer.version": "Versioon {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth-seotud. Failid jõuavad teie valitud kausta.", + "help.destinations_email": "E-kirjade edastamine", + "help.destinations_email_desc": "Töödeldud failid saadetakse SMTP manustena.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Teenuse konto või OAuth. Toetab jagatud draive.", + "help.destinations_heading": "Sihtkohad – Kuhu dokumendid lähevad", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Isehostitud pilveteenus WebDAV-i kaudu.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Microsoft Graph API integraatsioon.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Tõukage dokumendid otse Paperless-sse arhiveerimiseks.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Iga S3-ühilduv ämber (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Turvaline failide edastamine igasse serverisse.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST metaandmed igasse välistesse lõpp-punktidesse.", + "help.documentation": "Dokumentatsioon", + "help.faq": "Korduma kippuvad küsimused", + "help.faq_1_a": "Liikuge üleslaadimise lehele, lohistage oma failid või klõpsake 'Vali fail'. DocuElevate teisendab pilte ja büroodokumente PDF-iks, töötab OCR-i ja ekstraheerib metaandmed automaatselt.", + "help.faq_1_q": "Kuidas ma dokumente üles laen?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF ja HTML. Mitte-PDF failid konverteeritakse automaatselt PDF-iks enne töötlemist.", + "help.faq_2_q": "Milliseid failiformaate toetatakse?", + "help.faq_3_a": "Jah. Mine e-posti sisendisse, lisa IMAP konto ja DocuElevate kontrollib uusi sõnumeid ning töötleb manuseid automaatselt.", + "help.faq_3_q": "Kas ma saan dokumente e-postist sisestada?", + "help.faq_4_a": "Töötlemise torud võimaldavad sul ühendada töötlemise samme – OCR, AI ekstraktsioon, formaadi konverteerimine – ning suunata tulemused ühte või rohkemasse sihtkohta. Loo ja halda neid torude lehelt.", + "help.faq_4_q": "Kuidas töötlemise torud töötavad?", + "help.faq_5_a": "DocuElevate krüpteerib autentimisteabe puhkeolekus, suhtleb TLS-i kaudu ja ei salvesta sinu dokumente kauem, kui see on vajalik. Täielike üksikasjade saamiseks vaata privaatsusteavitust.", + "help.faq_5_a_post": " täielike üksikasjade jaoks.", + "help.faq_5_a_pre": "DocuElevate krüpteerib andmed rahuolekus, suhtleb TLS-i kaudu ja ei säilita teie dokumente kauem kui vajalik. Vaadake ", + "help.faq_5_q": "Kas minu andmed on turvalised?", + "help.faq_heading": "Sageli Esitatavad Küsimused", + "help.getting_started": "Alustamine", + "help.heading": "Klienditugi", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Kasutage REST API-d dokumentide programmeerimistöötluseks. Autentige Bearer-tokeniga ja POSTige failid üleslaadimise lõpppunkti.", + "help.ingestion_heading": "Andmete Sissetoomise Tooted", + "help.ingestion_mobile": "Mobiilirakendused", + "help.ingestion_mobile_desc": "Kasutage mis tahes mobiilset skaneerimisrakendust, mis toetab kohandatud HTTP-üleslaadimise sihtkohti, et saata fotosid ja skaneeritud dokumente DocuElevate'isse teie telefonist või tahvelarvutist.", + "help.ingestion_scanners": "Võrgu Skannerid", + "help.ingestion_scanners_desc": "Suunake mis tahes võrgu skanner või multifunktsionaalne printer DocuElevate'i üleslaadimise lõpppunktile. Skaneeritud dokumendid jõuavad otse teie töötlemise järjekorda.", + "help.ingestion_watched_folders": "Jälgitavad Kaustad", + "help.ingestion_watched_folders_desc": "Määrake kohaliku või võrgu kausta jälgimine. Iga fail, mis pannakse jälgitavasse kausta, laaditakse automaatselt üles ja töödeldakse DocuElevate'is.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integreerige DocuElevate oma automatiseerimise töövoogudesse Zapieri, n8n või Make'i abil. Kasutage REST API toiminguid dokumentide üleslaadimise käivitamiseks igast sündmusest.", + "help.meta_description": "Saage abi DocuElevate'iga – leidke juhised dokumentide üleslaadimiseks, pilvesalvestuse ühendamiseks, torujuhtmete seadistamiseks ja muuks.", + "help.og_description": "Saage abi DocuElevate'iga – leidke juhised dokumentide üleslaadimiseks, pilvesalvestuse ühendamiseks, torujuhtmete seadistamiseks ja muuks.", + "help.page_title": "Klienditugi", + "help.privacy_notice": "Privaatsusteavitus", + "help.quickstart_heading": "Kiire Alustamine", + "help.quickstart_storage": "Ühenda Salvestus", + "help.quickstart_storage_desc": "Mine seadetesse ja lisa oma pilvekontod. Töödeldud dokumendid suunatakse automaatselt igasse sihtkohta, mille seadistad.", + "help.quickstart_storage_desc_full": "Minge Integratsioonidele ja siduge oma pilvesalvestuse kontod. DocuElevate toetab Dropboxi, Google Drive'i, OneDrive'i, Amazon S3, Nextcloud ja palju muud. Töötluse dokumente suunatakse automaatselt igasse sihtkohta, mille te seadistate.", + "help.quickstart_upload": "Laadi Dokumente Üles", + "help.quickstart_upload_desc": "Loobi failid üleslaadimise lehele või kliki Valige Fail. DocuElevate konverteerib pildid ja kontodokumendid PDF-iks, käivitab OCR-i ja ekstraheerib automaatselt metainfot.", + "help.quickstart_workflows": "Automatiseeri Töökohad", + "help.quickstart_workflows_desc": "Loo torusid, et defineerida mitme sammu töötlemise ja suunamise reeglid. Ühenda OCR, AI ekstraktsioon, formaadi konverteerimine ja edastamine ühes voos.", + "help.sources_email_ingestion": "E-posti Sisend (IMAP)", + "help.sources_email_ingestion_desc": "Edasta dokumendid spetsiaalsesse postkasti. E-posti sisendi all lisa üks või rohkem IMAP kontosid. DocuElevate kontrollib uusi sõnumeid ja töötleb manuseid automaatselt.", + "help.sources_heading": "Allikad – Dokumentide Saamine", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", + "help.sources_rest_api_desc": "Integreeri programmiliselt, postitades faile /api/upload. Ideaalselt skriptide, jälgitud kaustade, skannerite või kolmandate osapoolte tööriistade nagu Zapier ja n8n jaoks.", + "help.sources_scanner": "Skanner & Mobiil", + "help.sources_scanner_desc": "Osuta võrgu skannereid DocuElevate'i üleslaadimise lõpp-punkti või kasuta mõnda mobiilset skannimise rakendust, mis toetab kohandatud HTTP sihtkohti.", + "help.sources_scanner_desc_full": "Seadistage oma võrgu skanner või multifunktsionaalne printer, et saata skaneeringud otse DocuElevate'isse. Kasutage /api/upload lõpppunkti sihtpunktina. Toetatakse ka mobiilseid skaneerimisrakendusi, millel on kohandatud üleslaadimise sihtkohad.", + "help.sources_web_upload": "Veebipõhine Üleslaadimine", + "help.sources_web_upload_desc": "Kiireim viis alustamiseks. Ava üleslaadimise leht, kanna üks või mitu faili ja DocuElevate hoolitseb ülejäänu eest. Toetatud formaadid hõlmavad PDF, JPEG, PNG, TIFF, DOCX, XLSX ja paljusid teisi.", + "help.subheading": "Kõik, mida vajad DocuElevate'ist maksimumi saamiseks. Sirvi teemasid allpool või otsi, mida vajad.", + "help.support": "Tugi", + "help.support_admin_message": "Võta ühendust oma administraatoriga tugiteabe saamiseks.", + "help.support_description": "Kas ei leia, mida otsid? Meie tugimeeskond on siin, et aidata.", + "help.support_heading": "Võta Ühendust Toega", + "help.support_live_chat": "Reaalajas vestlus saadaval – alustage vestlust, klikkides vestluse mullile.", + "help.support_ticket_button": "Esita Pilet", + "help.support_ticket_desc": "Täida allolev vorm ja meie tugigrupp vastab teile niipea kui võimalik.", + "help.support_ticket_heading": "Ava Toetuse Pilet", + "help.title": "Klienditugi", + "help.workflows_creating": "Toru Loomine", + "help.workflows_definition": "Toru on töötlemise sammude seeria, mis käivitub automaatselt iga kord, kui dokument sisestatakse. Iga samm võib muuta, rikastada või suunata dokumenti.", + "help.workflows_heading": "Töökohad & Torud", + "help.workflows_step_1": "Muuda PDF-ks", + "help.workflows_step_1_create": "Mine peamenüüs Pipelines sektsiooni.", + "help.workflows_step_1_full": "Muutke PDF-iks – kõik sissetulevad failid normaliseeritakse ühtlaseks PDF-formaadiks.", + "help.workflows_step_2": "OCR – teksti väljatoomine", + "help.workflows_step_2_create": "Kliki Uus Pipeline ja anna sellele nimi.", + "help.workflows_step_2_full": "OCR – ekstrakti valitav tekst skaneeritud lehtedelt, kasutades Azure Document Intelligence'i või sisseehitatud mootori.", + "help.workflows_step_3": "AI metandmete väljatoomine", + "help.workflows_step_3_create": "Lisa vajalikud töötlemise etapid.", + "help.workflows_step_3_full": "AI metaandmete ekstraktsioon – klassifitseerige dokumendi tüüp ja tooge võtme väljad, näiteks summad, kuupäevad ja nimed, kasutades OpenAI-d.", + "help.workflows_step_4": "Edasta ühele või enamale sihtkohale", + "help.workflows_step_4_create": "Vali üks või mitu edastamise sihtkohta.", + "help.workflows_step_5_create": "Salvesta – uued dokumendid töödeldakse selle pipeline'i kaudu automaatselt.", + "help.workflows_typical_steps": "Tüüpilised etapid", + "help.workflows_what_is": "Mis on Pipeline?", + "index.badge_intelligent": "Intelligentne dokumentide töötlemine", + "index.button_browse_files": "Sirvi faile", + "index.button_upload": "Laadi üles", + "index.capabilities_cloud": "Pilveteenus: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Dokumendi sisestamine e-posti ja URL-i kaudu", + "index.capabilities_ocr": "OCR ja metandmete väljatoomine AI abil", + "index.capabilities_paperless": "Paperless-ngx integreerimine dokumentide haldamiseks", + "index.capabilities_title": "Võimalused", + "index.capabilities_workflows": "Automatiseeritud klassifitseerimise ja suunamise tööprotsessid", + "index.cta_description": "Liitu meeskondadega, kes automatiseerivad juba oma dokumentide töötlemist DocuElevate'iga.", + "index.cta_heading": "Kas oled valmis oma dokumentide töövoogu tõstma?", + "index.cta_pricing": "Vaata hindu", + "index.cta_signup": "Loo tasuta konto", + "index.dashboard_subtitle": "Intelligentne dokumentide töötlemine ja haldamine", + "index.dashboard_subtitle_teams": "Intelligentne dokumentide töötlemine ja haldamine — loodud meeskondadele", + "index.feature_ai": "AI Metandmete Väljatoomine", + "index.feature_ai_desc": "OpenAI, Claude, Gemini ja teised pluginatavad AI pakkujad klassifitseerivad dokumente ja väljavad olulisi väljad nagu kuupäevad, summad ja teemad.", + "index.feature_cloud": "Mitme pilve salvestamine", + "index.feature_cloud_desc": "Suuna töödeldud failid Dropboxi, Google Drive'i, OneDrive'i, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP ja muudele.", + "index.feature_email": "E-posti ja IMAP sisestamine", + "index.feature_email_desc": "Tõmba automaatselt dokumente Gmailist või mis tahes IMAP postkastist — ei ole vajalik käsitsi üleslaadimist.", + "index.feature_ocr": "OCR ja teksti väljatoomine", + "index.feature_ocr_desc": "Azure Document Intelligence muudab skannitud PDF-d ja pilte automaatselt täielikult otsitavaks tekstiks.", + "index.feature_pipelines": "Kohandatud Pipeline'id", + "index.feature_pipelines_desc": "Ehita töötlemise pipeline'id konfigureeritavate etappidega — OCR, AI väljatoomine, formaadi konversioon ja salvestussuunamine igas järjekorras.", + "index.feature_search": "Täisteksti otsing", + "index.feature_search_desc": "Leia kohe igasugune dokument sisu, metandmete või siltide abil kogu oma arhiivist.", + "index.feature_section_title": "Kõik, mida vajad nutikate dokumentide töövoogude jaoks", + "index.getting_started": "Alustamine", + "index.getting_started_1": "Konfigureeri integreerimisi läbi Süsteemi Oleku", + "index.getting_started_2": "Laadi üles oma esimene dokument", + "index.getting_started_3": "Vaata tulemusi Failides", + "index.getting_started_learn": "Õpi rohkem DocuElevate kohta", + "index.hero_description": "DocuElevate neelab sinu dokumendid, teostab OCR-i, ekstraktib metainfot AI abil ja suunab faile Dropboxi, Google Drive'i, OneDrive'i, S3, Nextcloud'i ja muusse — kõik ühes sujuvas torustikus.", + "index.hero_heading": "Ühest üleslaadimisest kõigele — automaatselt.", + "index.hero_login": "Logi sisse", + "index.hero_pricing": "Vaata plaane ja hindu", + "index.hero_signup": "Alustage — see on tasuta", + "index.integrations_active": "Aktiivsed integreerimised", + "index.integrations_storage": "Salvestus sihtkohad", + "index.integrations_title": "Integreerimised", + "index.integrations_view_status": "Vaata süsteemi olekut", + "index.page_title_dashboard": "Armatuurlaud", + "index.page_title_public": "Intelligentne Dokumentide Töötlemine", + "index.platform_overview": "Platvormi ülevaade", + "index.processing_stats": "Töötlusstatistika", + "index.quick_actions": "Kiired Tegevused", + "index.quick_documents": "Minu Dokumendid", + "index.quick_documents_desc": "Sirvi oma töödeldud faile", + "index.quick_search": "Otsi", + "index.quick_search_desc": "Täisteksti otsing dokumentide lõikes", + "index.quick_subscription": "Minu Tellimus", + "index.quick_subscription_desc": "Vaata plaani ja kasutuse andmeid", + "index.quick_system_status": "Süsteemi Oleku", + "index.quick_system_status_desc": "Kontrolli integreerimise tervist", + "index.quick_upload": "Laadi üles Dokument", + "index.quick_upload_desc": "Töötle uus fail", + "index.quick_view_files": "Vaata Kõiki Faile", + "index.quick_view_files_desc": "Sirvi töödeldud dokumente", + "index.single_user_heading": "DocuElevate Armatuurlaud", + "index.single_user_subtitle": "Intelligentne dokumentide töötlemine ja haldamine", + "index.stat_active_integrations": "Aktiivsed Integreerimised", + "index.stat_active_users": "Aktiivsed kasutajad", + "index.stat_files_month": "Failid sel kuul", + "index.stat_files_ocr": "OCR-iga failid", + "index.stat_files_today": "Failid täna", + "index.stat_storage_targets": "Salvestus Sihtkohad", + "index.stat_this_month": "Käesoleval kuul", + "index.stat_today": "Täna", + "index.stat_total_files": "Kokku faile", + "index.stat_total_processed": "Kokku töödeldud", + "index.tier_plan": "Plaani", + "index.tier_upgrade": "Uuenda", + "index.tier_view_details": "Vaata täielikke üksikasju", + "index.upgrade_daily_limits": "Kõrgemad päevased ja igakuised limiidid", + "index.upgrade_description": "Avage rohkem dokumente, rohkem sihtkohtade ja prioriteetset tuge.", + "index.upgrade_destinations": "Rohkem salvestuskohtasid", + "index.upgrade_ocr_pages": "Rohkem OCR lehti", + "index.upgrade_plan": "Uuendage oma plaani", + "index.upgrade_view_pricing": "Vaadake plaane ja hindu", + "index.usage_lifetime": "Eluaegsed failid", + "index.usage_month": "Failid sel kuul", + "index.usage_my_usage": "Minu kasutamine", + "index.usage_today": "Failid täna", + "index.usage_unlimited": "Piiramatu", + "integrations.access_key_label": "Ligipääsuvõti ID", + "integrations.active_label": "Aktiivne", + "integrations.add_button": "Lisa Integreerimine", + "integrations.add_first_button": "Lisa Oma Esimene Integreerimine", + "integrations.api_token_label": "API Token", + "integrations.authorize_btn": "Autoriseerimine", + "integrations.authorize_reauth": "Taaskinnita", + "integrations.bucket_label": "Konteiner", + "integrations.configure": "Konfigureerida", + "integrations.connect": "Ühenda", + "integrations.connected": "Ühendatud", + "integrations.connection_failed": "Ühendamine ebaõnnestus", + "integrations.connection_success": "Ühendamine õnnestus", + "integrations.delete_confirm_are_you_sure": "Kas olete kindel, et soovite kustutada", + "integrations.delete_confirm_title": "Kustuta Integreerimine?", + "integrations.delete_confirm_undone": "Seda toimingut ei saa tagasi võtta.", + "integrations.delete_emails_label": "Kusta e-kirjad pärast töötlemist", + "integrations.delete_files_label": "Kusta failid pärast töötlemist", + "integrations.destinations_quota_label": "Salvestuskohtade Kvota:", + "integrations.destinations_section": "Sihtkohad", + "integrations.direction_destination": "Sihtkoht (salvestamine)", + "integrations.direction_label": "Suund", + "integrations.direction_placeholder": "\u0010 Valige \u0010", + "integrations.direction_source": "Allikas (andmete sisestamine)", + "integrations.disconnect": "Eemalda ühendus", + "integrations.email_settings": "E-kirjade Edastamise Seaded", + "integrations.empty_state": "Konfigureeritud ei ole ühtegi integreerimist", + "integrations.endpoint_label": "Lõpp-punkti URL", + "integrations.endpoint_optional": "(valikuline, S3-ühilduv)", + "integrations.folder_label": "Kaust", + "integrations.folder_optional": "(valikuline)", + "integrations.folder_path_label": "Kausta Tee", + "integrations.folder_prefix_label": "Kausta Eesliide", + "integrations.generic_settings_hint": "Selle integratsioonitüübi seadistused võivad olla pärast loomist API kaudu esitatud JSON-i näol.", + "integrations.gmail_hint": "Gmaili sildid ja täht: kui on lubatud, siis töödeldud e-kirjad on tähistatud ja märgitud \"Sisestatud\" sildiga Gmailis. Kehtib ainult Gmaili serveritele.", + "integrations.gmail_labels": "Kohaldage Gmaili silte ja täht", "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", + "integrations.imap_settings": "IMAP seaded", + "integrations.loading": "Laadimine \u0010 integreerimiste\u0010", + "integrations.modal_close": "Sule modal", + "integrations.modal_title_add": "Lisa Integreerimine", + "integrations.modal_title_edit": "Muuda Integreerimist", + "integrations.name_label": "Silt", + "integrations.name_placeholder": "nt. Gmail, S3 arhiiv", + "integrations.nextcloud_settings": "Nextcloud seaded", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Lisa oma esimene integreerimine, et ühenduda andmete allikatega (nt IMAP) ja salvestuskohtadega (nt S3, Dropbox või Google Drive).", + "integrations.not_connected": "Ei ole ühendatud", + "integrations.oauth_folder_label": "Kaust", + "integrations.oauth_hint": "Salvesta see integreerimine kõigepealt, seejärel kasuta autoriseerimise nuppu OAuth voogu lõpetamiseks. Sinu mandaadid salvestatakse turvaliselt sinu isiklikus integreerimise rekordis.", + "integrations.page_title": "Integreerimised", + "integrations.paperless_settings": "Paperless NGX seaded", + "integrations.password_label": "Salasõna", + "integrations.paused": "Peatud", + "integrations.plan_label": "Kava:", "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "integrations.quota_not_available": "(pole saadaval)", + "integrations.quota_unlimited": "/ piiramatu", + "integrations.recipient_label": "Saaja e-post", + "integrations.region_label": "Regioon", + "integrations.remote_path_label": "Kaugtee", + "integrations.s3_prefix_label": "Prefiks (kausta tee)", + "integrations.s3_settings": "S3 seaded", + "integrations.secret_key_label": "Salajane juurdepääsu võti", + "integrations.show_password": "Näita parooli", + "integrations.show_secrets": "Näita saladusi", + "integrations.show_token": "Näita tokenit", + "integrations.source_local": "Kohalik failisüsteem", + "integrations.source_type_label": "Allika tüüp", + "integrations.sources_quota_label": "Postkasti allikad:", + "integrations.sources_section": "Allikad", + "integrations.subtitle": "Käivita oma andmeallikad ja salvestuskoha haldamine ühes kohas.", + "integrations.title": "Integreerimised", + "integrations.type_label": "Integreerimise tüüp", + "integrations.type_placeholder": "\u00073- Valige suund kõigepealt \u00073-", + "integrations.upgrade_plan": "Uuenda plaani", + "integrations.use_ssl": "Kasutage SSL-i", + "integrations.username_label": "Kasutajanimi", + "integrations.watch_folder_settings": "Jälgimise kausta seaded", + "integrations.webdav_settings": "WebDAV seaded", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook'i andmevoog", + "integrations.webhook_how_heading": "Kuidas webhook'i andmevoog töötab", + "integrations.webhook_how_text": "Webhook'i integratsioon võimaldab välistel süsteemidel dokumente otse DocuElevate'i saata läbi REST API. Selle asemel, et DocuElevate otsiks uusi faile (nt IMAP), saadab sinu rakendus faile DocuElevate'le HTTP päringu kaudu, kaasates autentimiseks API tokeni.", + "integrations.webhook_ideal_text": "See on ideaalne CI/CD torujuhtmete, automatiseerimis skriptide, skanneerimise integreerimise või mis tahes süsteemi jaoks, mis genereerib dokumente ja peab need töötlemiseks saatma.", + "integrations.webhook_quick_start": "Kiire algus", + "integrations.webhook_security_tip": "Loo iga integreerimise jaoks eraldi API token ja tühista see kohe, kui see on ohus. Tokenit saab hallata API tokenite lehelt.", + "integrations.webhook_step1": "Mine {api_tokens_link} ja loo isiklik token.", + "integrations.webhook_upload_with_token": "Kasutage tokenit dokumentide üleslaadimiseks API kaudu:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "language.change_success": "Keel on muudetud {language}", + "language.changed": "Keel on muudetud {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", @@ -599,331 +706,409 @@ "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", + "language.hu": "Ungari", + "language.is": "Islenska", + "language.it": "Itaalia", + "language.lb": "Luksemburgi", + "language.lt": "Leedu", + "language.lv": "Läti", + "language.nb": "Norra", + "language.nl": "Hollandi", + "language.no_results": "Keeli ei leitud", + "language.pl": "Poola", + "language.pt": "Portugali", + "language.ro": "Rumeenia", + "language.ru": "Venemaa", + "language.search_placeholder": "Otsi keeli\u0005", + "language.selector": "Keel", + "language.selector_label": "Vali keel", + "language.sk": "Slovaki", + "language.sl": "Sloveeni", + "language.sv": "Rootsi", + "language.tr": "Türgi", + "language.uk": "Ukraina", + "language.zh": "Hiina", + "nav.about": "Teave", + "nav.account_menu": "Konto menüü", + "nav.account_menu_for": "Konto menüü {name} jaoks", "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", + "nav.admin.audit_logs": "Audit Logid", + "nav.admin.backups": "Varukoopiad", + "nav.admin.plans": "Plaanid", + "nav.admin.scheduled_jobs": "Ajakava tööd", + "nav.admin.users": "Kasutajad", + "nav.admin_actions": "Admin tegevused", + "nav.admin_menu": "Admin menüü", + "nav.api_docs": "API Dokumendid", + "nav.api_tokens": "API Märgid", + "nav.backup_restore": "Varu ja Taasta", + "nav.credentials": "Krediendid", + "nav.dark_mode": "Tume Režiim", + "nav.dashboard": "Armatuurlauad", + "nav.developer_docs": "Arendaja Dokumendid", + "nav.duplicates": "Duplikaadid", + "nav.file_manager": "Failihaldur", + "nav.files": "Failid", + "nav.get_started": "Alustamine", + "nav.help": "AitAid", + "nav.help_center": "Abi Keskus", + "nav.imap": "E-posti Impordi", + "nav.integrations": "Integratsioonid", + "nav.light_mode": "Heleda Režiim", + "nav.login": "Logi Sisse", + "nav.logout": "Logi Välja", + "nav.main_navigation": "Peamine navigeerimine", + "nav.my_subscription": "Minu tellimus", + "nav.notifications": "Teated", + "nav.open_main_menu": "Ava peamenüü", + "nav.pipelines": "Torud", + "nav.plan_designer": "Plaani Kujundaja", + "nav.pricing": "Hinnakujundus", + "nav.profile": "Profiil", + "nav.profile_settings": "Profiili seaded", + "nav.queue": "Ootejärjekord", + "nav.queue_monitor": "Ootejärjekorra Monitor", + "nav.scheduled_jobs": "Planeeritud Töökohtad", + "nav.search": "Otsi", + "nav.settings": "Seaded", + "nav.shared_links": "Jagatud Lingid", + "nav.sign_out": "Logi välja", + "nav.signup": "Registreeru", + "nav.similarity": "Sarnasus", + "nav.skip_to_content": "Mine peamisele sisule", + "nav.status": "Oleku", + "nav.subscription": "Tellimus", + "nav.toggle_dark_mode": "Lülita tume režiim", + "nav.toggle_nav": "Lülita navigeerimismenüü", + "nav.upload": "Lae üles", + "nav.users": "Kasutajad", + "nav.version": "Versiooni Teave", + "notifications.filter_all": "Kõik", + "notifications.filter_read": "Ainult loetud", + "notifications.filter_unread": "Ainult lugemata", + "notifications.manage_desc": "Halda oma teate postkasti, sihte ja sündmuste eelistusi", + "notifications.mark_all_read": "Märgista kõik loetuks", + "notifications.mark_all_read_btn": "Märgista kõik loetuks", + "notifications.mark_read": "Märgista loetuks", + "notifications.no_notifications": "Pole teateid", + "notifications.page_title": "Teated", + "notifications.tab_inbox": "Postkast", + "notifications.tab_settings": "Seaded", + "notifications.title": "Teated", + "notifications.unread_count": "{count} lugematut teadet", + "pipelines.active_label": "Aktiivne", + "pipelines.add_step_btn": "Lisa samm", + "pipelines.create": "Loo torujuhe", + "pipelines.custom_label_label": "Kohandatud silt", + "pipelines.default_label": "Vaikimisi", + "pipelines.description_label": "Kirjeldus", + "pipelines.description_placeholder": "Valikuline kirjeldus", + "pipelines.disabled_label": "Keelatud", + "pipelines.edit": "Redigeeri torujuhet", + "pipelines.empty_state": "Torujooni pole veel", + "pipelines.empty_state_hint": "Looge oma esimene torujuhe, et määratleda kohandatud dokumenditöötluse töövood.", + "pipelines.enabled_label": "Lubatud", + "pipelines.force_cloud_ocr_label": "Sunniviisiline pilveteenuse OCR (jäta kohaliku teksti väljakaevamine vahele)", + "pipelines.inactive_label": "Aktiivne", + "pipelines.loading": "Laadimine\u001e...", + "pipelines.name_placeholder": "Minu torujuhe", + "pipelines.new_pipeline_btn": "Uus torujuhe", + "pipelines.no_steps": "Samme pole määratud. Lisa samm, et alustada oma torujuha loomist.", + "pipelines.ocr_auto": "Auto (kasuta süsteemi vaikeseadet)", + "pipelines.ocr_language_hint": "Ületab Tesseract/EasyOCRi globaalset keelesätet. Azure ja Mistral tuvastavad keele automaatselt.", + "pipelines.ocr_language_label": "OCR Keel", + "pipelines.optional_suffix": "(valikuline)", + "pipelines.page_title": "Töötlemise torujuhtmed", + "pipelines.set_default": "Määra vaikimisi torujuhe", + "pipelines.step_label_placeholder": "Ületa vaikimisi sammnime", + "pipelines.step_type_label": "Sammutüübi", + "pipelines.subtitle_intro": "Määratlege ja hallake kohandatud dokumenditöötluse töövooge.", + "pipelines.subtitle_system_post": "märgis ja on nähtavad kõigile kasutajatele.", + "pipelines.subtitle_system_pre": "Süsteemi torujuhtmed (loodud administraatorite poolt) kuvatakse", + "pipelines.system_label": "Süsteem", + "pipelines.system_pipeline_label": "Süsteemi torujuhe (nähtav kõigile kasutajatele)", + "pipelines.title": "Töötlemise torujuhtmed", + "profile.avatar_alt": "Teie profiilipilt", + "profile.avatar_heading": "Profiilipilt", + "profile.avatar_remove": "Eemaldage kohandatud avatar", + "profile.avatar_upload_hint": "Laadige üles JPEG, PNG, GIF või WebP pilt, mille suurus on kuni 2 MB. Kui kohandatud pilti ei ole seadistatud, kuvatakse teie {gravatar}.", + "profile.choose_image": "Valige pilt\u000206", + "profile.confirm_password": "Kinnitage uus parool", + "profile.contact_email_hint": "Kasutatakse süsteemi teatiste jaoks. See ei muuda teie sisselogimise e-posti.", + "profile.contact_email_label": "Kontakt / Teatamise e-post", + "profile.contact_email_placeholder": "teie@example.com", + "profile.current_password": "Praegune parool", + "profile.dismiss": "Loe edasi", + "profile.display_name_hint": "Jätke tühi, et kasutada oma konto kasutajanime või e-post.", + "profile.display_name_label": "Kuvamisnimi", + "profile.display_name_placeholder": "Teie nimi nagu see kuvatakse UI-s", + "profile.general_heading": "Üldine teave", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profiili seaded", + "profile.language_auto_detect": "Automaatne tuvastamine (brauserist)", + "profile.language_hint": "Valige oma eelistatud kasutajaliidese keel. \"Automaatne tuvastamine\" järgib teie brauseri seadeid.", + "profile.language_label": "Kasutajaliidese keel", + "profile.new_password": "Uus parool", + "profile.new_password_hint": "Miinimum 8 tähemärki.", + "profile.page_title": "Profiili seaded – DocuElevate", + "profile.password_heading": "Muuda parooli", + "profile.preferences_heading": "Eelistused", + "profile.save_button": "Salvesta muudatused", + "profile.saving": "Salvestamine\u000206", + "profile.subtitle": "Haldage oma kuvamisnime, avatari, keele ja teema eelistusi.", + "profile.theme_dark": "Tume", + "profile.theme_hint": "\"Süsteemi vaikeseade\" järgib teie seadme tumsüsteemi seadeid.", + "profile.theme_label": "Värviskeem", + "profile.theme_light": "Hele", + "profile.theme_system": "Süsteemi vaikeseade", + "profile.update_password": "Uuenda parooli", + "profile.updating": "Uuendamine\u00133", + "queue.active_tasks": "Aktiivsed ülesanded", + "queue.auto_refresh_1": "Automaatne värskendamine iga", + "queue.auto_refresh_2": "sekundi tagant", + "queue.col_arguments": "Argumentide", + "queue.col_current_step": "Käesolev samm", + "queue.col_file": "Fail", + "queue.col_files": "Failid", + "queue.col_queue": "Ootejärjekord", + "queue.col_state": "Oleku", + "queue.col_task": "Ülesanne", + "queue.col_task_id": "Ülesande ID", + "queue.files_processing": "Failide töötlemine", + "queue.heading": "Ootejärjekorra monitor", + "queue.last_updated": "Viimane uuendus:", + "queue.loading_stats": "Laadimine ootejärjekorra statistika\u0000...", + "queue.no_active_tasks": "Ei ole aktiivseid ülesandeid", + "queue.no_data": "Andmeid pole", + "queue.no_files_processing": "Praegu ei töödelda faile", + "queue.page_title": "Ootejärjekorra monitor", + "queue.processing_pipeline": "Töötlemise torustik", + "queue.queued_tasks": "Ootejärjekorras olevad ülesanded", + "queue.recently_processing": "Hiljuti töödeldud failid", + "queue.redis_queues": "Redis ootejärjekorrad", + "queue.subtitle": "Reaalajas vaade dokumendi töötlemise torustikule ja Celery ülesande ootejärjekordadele.", + "queue.workers_online": "Töötajad võrku ühendatud", + "search.button": "Otsi", + "search.error_message": "Otsing on ajutiselt mitte saadaval. Palun proovige mõne hetke pärast uuesti.", + "search.filter_aria_clear": "Eemaldas kõik filtrid", + "search.filter_clear_button": "Eemalda filtrid", + "search.filter_date_from": "Kuupäev Alates", + "search.filter_date_to": "Kuupäev Kuni", + "search.filter_document_type": "Dokumendi tüüp", + "search.filter_document_type_placeholder": "nt. Arve", + "search.filter_language": "Keel", + "search.filter_language_placeholder": "nt. de", + "search.filter_sender": "Saatja", + "search.filter_sender_placeholder": "nt. ACME Corp", + "search.filter_tags": "Märgised", + "search.filter_tags_placeholder": "nt. amazon", + "search.filter_text_quality": "Teksti kvaliteet", + "search.filter_text_quality_all": "Kõik", + "search.filter_text_quality_high": "Kõrge", + "search.filter_text_quality_low": "Madal", + "search.filter_text_quality_medium": "Keskmine", + "search.filter_text_quality_no_text": "Teksti pole", + "search.heading": "Dokumendi otsing", + "search.input_aria_label": "Otsi dokumente", + "search.input_placeholder": "Otsi dokumente sisu, saatja, sildid, tüüp...", + "search.loading_indicator": "Otsitakse\u0012020", + "search.no_results": "Tulemusi ei leitud", + "search.page_title": "Dokumentide otsing", + "search.placeholder": "Otsi faili nime, sisu, siltide järgi...", + "search.result_empty": "Teie päringule ei vastanud ühtegi dokumenti.", + "search.results_count": "Leitud {count} tulemust", + "search.saved_aria_save": "Salvesta praegune otsing", + "search.saved_button": "Salvesta praegune", + "search.saved_empty": "Küsimisi pole veel salvestatud", + "search.saved_error": "Salvestatud otsingute laadimine ebaõnnestus", + "search.saved_label": "Salvestatud otsingud", + "search.saved_loading": "Laadimine...", + "search.title": "Dokumentide otsing", + "settings.audit_log_btn": "Auditilog", + "settings.autocomplete_hint": "Käivita otsing tuntud väärtuste järgi või sisesta mõni kohandatud väärtus.", + "settings.autocomplete_no_matches": "Mitte mingit vastet \u0012020 - saad ikka sisestada kohandatud väärtuse", + "settings.autocomplete_placeholder": "Käivita otsing või sisesta väärtus\u0012020", + "settings.boolean_enable_prefix": "Aktiveeri", + "settings.categories_aria": "Seadete kategooriad", + "settings.categories_heading": "Kategooriad", "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", - "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", + "settings.effective_value_label": "Tõhus väärtus:", + "settings.encrypted_suffix": "= andmed on krüpteeritud puhkeseisundis", + "settings.encrypted_title": "Väärtus on andmebaasis puhkeseisundis krüpteeritud", + "settings.export_btn": "Ekspordi", + "settings.export_db_only": "Ainult DB seaded", + "settings.export_full_config": "Täielik tõhus konfiguratsioon", + "settings.jump_to_category": "Mine kategooriasse\u0012020", + "settings.manage_config_prefix": "Käivita konfiguratsiooni haldamine. Prioriteet:", + "settings.model_picker_hint": "Vali nimekirjast või tippige mõni mudeli nimi, mida teie pakkuja toetab.", + "settings.model_picker_placeholder": "Vali tavaline mudel või tippige kohandatud nimi\u0012020", + "settings.no_results_clear": "kustuta otsing", + "settings.no_results_heading": "Seadeid ei leitud", + "settings.no_results_hint": "Proovi teist otsinguterminit või", + "settings.page_heading": "Rakenduse seaded", + "settings.required_label": "(nõutav)", + "settings.reset_confirm": "Kas olete kindel, et soovite selle seade lähtestada?", + "settings.restart_required_suffix": "= vajab taaskäivitamist", + "settings.revert_btn": "Eemalda andmebaasist", + "settings.revert_title": "Eemalda andmebaasi ülekirjutus ja naase keskkonnamuutuja või vaikeväärtuse juurde", + "settings.reverting": "Tagasiminekut\u00116...", + "settings.save_all_btn": "Salvesta kõik muudatused", + "settings.save_error": "Seadistuse salvestamine ebaõnnestus", + "settings.save_setting_title": "Salvesta see seadistus", + "settings.save_success": "Seadistus on edukalt salvestatud", + "settings.saving_state": "Salvestamine\u00116...", + "settings.search_aria_label": "Otsi seadeid", + "settings.search_clear_aria": "Tühjenda otsing", + "settings.search_placeholder": "Otsi seadeid nime, võtme või kirjelduse järgi\u00116...", + "settings.settings_count_suffix": "seadistust", + "settings.source_db_badge": "Andmebaas", + "settings.source_default_badge": "VAIKE", + "settings.source_env_badge": "KESKKOND", + "settings.title": "Seaded", + "settings.toggle_visibility_aria": "Lülita parooli nähtavus", + "settings.toggle_visibility_title": "Kuva/peida väärtus", + "settings.user_autocomplete_empty": "Ühtegi sobivat kasutajat ei leitud", + "settings.user_autocomplete_hint": "Alusta tippimist, et otsida olemasolevaid kasutajaid nime järgi või sisestada mõni identifikaator käsitsi.", + "settings.user_autocomplete_placeholder": "Alusta tippimist, et otsida kasutajaid\u00116...", + "settings.wizard_btn": "Kuur", + "shared.col_expiry": "Keevusaeg", + "shared.col_file_label": "Fail / Silt", "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", - "upload.url_placeholder": "https://example.com/document.pdf" + "shared.col_views": "Vaated", + "shared.copy_link_aria": "Kopeeri link lõikepinda", + "shared.copy_link_title": "Kopeeri link", + "shared.create_btn": "Loo link", + "shared.create_heading": "Loo uus jagatud link", + "shared.creating": "Loodud\u00116...", + "shared.expiry_12h": "12 tundi", + "shared.expiry_14d": "14 päeva", + "shared.expiry_1h": "1 tund", + "shared.expiry_24h": "24 tundi (1 päev)", + "shared.expiry_30d": "30 päeva", + "shared.expiry_3d": "3 päeva", + "shared.expiry_6h": "6 tundi", + "shared.expiry_7d": "7 päeva", + "shared.expiry_label": "Keevusaeg", + "shared.expiry_never": "Kunagi", + "shared.file_id_help_post": "lehe või dokumendi üksikasjade URL.", + "shared.file_id_help_pre": "Leidke faili ID", + "shared.file_id_label": "Faili ID", + "shared.file_id_placeholder": "nt. 42", + "shared.files_link": "Failid", + "shared.heading": "Jagatud lingid", + "shared.label_label": "Silt", + "shared.label_placeholder": "nt. Jagatud Bobiga", + "shared.link_created": "Jagatud link loodud!", + "shared.link_created_help": "Kopeeri ja saada see link saajale.", + "shared.links_count_aria": "linkide arv", + "shared.max_downloads_label": "Max allalaadimised", + "shared.no_links": "Veel pole jagatud linke. Alustamiseks loo üks ülal.", + "shared.open_in_new_tab": "Ava uues vahekaardis", + "shared.open_link_aria": "Ava jagatud link", + "shared.optional": "(valikuline)", + "shared.page_title": "Jagatud lingid – DocuElevate", + "shared.password_label": "Parool", + "shared.password_placeholder": "Jäta tühjaks, kui parooli pole", + "shared.password_protected": "Parooliga kaitstud", + "shared.refresh_aria": "Tee jagatud linkide nimekiri uuesti", + "shared.revoke_aria_prefix": "Tühista jagatud link", + "shared.revoke_btn": "Tühista", + "shared.status_active": "Aktiivne", + "shared.status_expired": "Aegunud", + "shared.status_limit_reached": "Limite saavutatud", + "shared.status_revoked": "Tühistatud", + "shared.subtitle": "Jaga dokumente kellegagi ajaliselt piiratud või vaatluse piiratud lingi kaudu. Saajad ei pea omama DocuElevate kontot. Lingid võivad olla parooliga kaitstud ja neid saab igal ajal tühistada.", + "shared.table_aria": "Jagatud lingid", + "shared.unlimited_placeholder": "Piiramatu", + "shared.your_links": "Teie jagatud lingid", + "similarity.backfill_auto": "Tausttöö ülesanne arvutab need automaatselt iga 5 minuti järel, või saate", + "similarity.files_missing_text": "fail(id) sisaldavad OCR-i teksti, kuid veel ei ole manustamist.", + "similarity.find_pairs_btn": "Leia paarid", + "similarity.heading": "Dokumendi sarnasus", + "similarity.load_error": "Paaride laadimine ebaõnnestus.", + "similarity.min_similarity_label": "Min. sarnasus", + "similarity.no_pairs_detail": "Ükski dokumendi paar ei ületa sarnasuse tõenäosust.", + "similarity.no_pairs_heading": "Sarnaseid paare ei leitud", + "similarity.page_title": "Dokumendi Sarnasus - DocuElevate", + "similarity.pagination_aria": "Sarnaste paaride lehejaotus", + "similarity.per_page_label": "Lehe kaupa", + "similarity.scanning": "Otsin sarnaseid dokumendipaaride\u0012e...", + "similarity.stat_embedding_model": "Süvenemise mudel", + "similarity.stat_missing_embedding": "Puuduv süvenemine", + "similarity.stat_total_files": "Kokku faile", + "similarity.stat_with_embedding": "Süvenemisega", + "similarity.subtitle": "Dokumendipaare, millel on kõrge semantiline sarnasus, järjestatud skoori järgi.", + "similarity.trigger_aria": "Käita süvenemise arvutust kõikidele failidele, millel puuduvad süvenemised", + "similarity.trigger_now": "katsu seda nüüd", + "status.app_version": "Rakenduse versioon", + "status.build_date": "Ehituskuupäev", + "status.container_id": "Konteineri ID", + "status.git_commit": "Git'i kohustus", + "status.last_check": "Viimane kontroll", + "status.page_title": "Süsteemi olek", + "status.setting_label": "Seade", + "status.value_label": "Väärtus", + "subscription.available_plans_heading": "Saadaval plaanid", + "subscription.back_to_dashboard": "Tagasi juhtpaneelile", + "subscription.cancel_pending": "Tühista muudatus", + "subscription.cancel_scheduled": "Tühista kavandatud muudatus", + "subscription.contact_sales": "Võta ühendust müügiga", + "subscription.current_badge": "Praegune", + "subscription.current_plan": "Praegune plaan", + "subscription.current_plan_cta": "Teie praegune plaan", + "subscription.downgrade_to_prefix": "Kohanemiseks", + "subscription.features_heading": "Mis on teie plaanis kaasas", + "subscription.free": "Tasuta", + "subscription.heading": "Minu tellimus", + "subscription.keep_plan_prefix": "Hoia", + "subscription.lifetime_files": "Kokku faile (elu jooksul)", + "subscription.month_files": "Faile sel kuul", + "subscription.more_features_label": "rohkem", + "subscription.page_title": "Minu tellimus - DocuElevate", + "subscription.pending_badge": "Ootel", + "subscription.pending_benefits": "Hoiate kõiki praeguse plaani eeliseid kuni selle ajani.", + "subscription.pending_on": "kuupäeval", + "subscription.pending_title": "Ootel plaani muudatus kavandatud", + "subscription.pending_will_change": "Teie plaan muutub", + "subscription.per_mo": "/kuus", + "subscription.per_month": "/kuu", + "subscription.since": "Alates", + "subscription.single_user_body": "Tellimuse tasemed kehtivad, kui mitme kasutaja režiim on aktiivne. Teie instants töötab praegu ühe kasutaja režiimis ilma töötlemise piiranguteta. Administraator võib lubada mitme kasutaja režiimi kaudu {settings_link}.", + "subscription.single_user_title": "Mitme kasutaja režiim pole aktiveeritud.", + "subscription.subtitle": "Teie praegune plaan, kasutamine ja saadaval olevad uuendused.", + "subscription.this_month_label": "sel kuul", + "subscription.today_files": "Faile täna", + "subscription.today_label": "täna", + "subscription.unlimited": "Piiramatu", + "subscription.upgrade_info": "Uuendused jõustuvad kohe. Alandamised kavandatakse teie praeguse arveldustsükli lõpuks.", + "subscription.upgrade_to_prefix": "Uuenda", + "subscription.usage_heading": "Kasutus", + "upload.browse_button": "Sirvi faile", + "upload.button_processing": "Töötlemine...", + "upload.camera_button": "Teha foto / Skaneerida dokument", + "upload.download_button": "Laadi alla ja töötle", + "upload.downloading": "Laadin faili URL-ilt alla...", + "upload.drag_drop": "Loobi ja viska failid siia või kliki sirvimiseks", + "upload.drop_hint_desktop": "Loobi ja viska failid või kaustad siia, või kliki failide valimiseks.", + "upload.drop_hint_mobile": "Kopsa failide valimiseks või kasuta allolevat kaameranuppu.", + "upload.drop_zone_aria": "Faili üleslaadimise ala. Loobi ja viska failid siia või vajuta Enter, et sirvida faile.", + "upload.error": "Üleslaadimine ebaõnnestus", + "upload.error_invalid_url": "Vale URL-i formaat", + "upload.error_url_required": "Palun sisestage URL", + "upload.file_size_hint": "Suurima suuruse piirang: 500 MB faili kohta", + "upload.file_types": "Lubatud tüübid: PDF, Office'i dokumendid (Word, Excel, PowerPoint jne), Pildid", + "upload.filename_description": "Jätke tühi, et kasutada URL-ist faili nime", + "upload.filename_label": "Faili nimi (valikuline)", + "upload.filename_placeholder": "minu-dokument.pdf", + "upload.max_size": "Maksimaalne faili suurus: {size}", + "upload.page_title": "Laadi üles faile", + "upload.section_device": "Laadi seadmest üles", + "upload.section_url": "Laadi URL-ist üles", + "upload.select_file": "Vali fail", + "upload.success": "Fail laaditud edukalt", + "upload.title": "Laadi dokument", + "upload.uploading": "Laadimine...", + "upload.url_description": "Sisestage otsene link failile (PDF, Office'i dokumendid või pildid)", + "upload.url_label": "Faili URL", + "upload.url_placeholder": "https://example.com/dokument.pdf" } diff --git a/frontend/translations/fa.json b/frontend/translations/fa.json index d36160ed..9cf2bf9f 100644 --- a/frontend/translations/fa.json +++ b/frontend/translations/fa.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", - "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", + "about.creator_heading": "با سازنده آشنا شوید", + "about.creator_name": "کریستین کراکاو-لوئیس", + "about.creator_pre": "DocuElevate با عشق توسط", + "about.features_admin_api": "API قدرتمند REST برای دسترسی برنامه‌نویسی", + "about.features_admin_config": "قابل پیکربندی بالایی از طریق متغیرهای محیطی", + "about.features_admin_docker": "آماده برای Docker برای استقرار و مقیاس‌پذیری آسان", + "about.features_admin_heading": "مدیریت", + "about.features_admin_oauth2": "حمایت از تأیید اعتبار OAuth2 با Authentik", + "about.features_automation_background": "پردازش در پس‌زمینه با Redis و Celery", + "about.features_automation_gmail": "ادغام حساب‌های Gmail و ایمیل عمومی", + "about.features_automation_heading": "خودکار سازی", + "about.features_automation_imap": "پولینگ ایمیل IMAP از چندین منبع", + "about.features_automation_ingestion": "نشر خودکار اسناد از ورودی‌های مختلف", + "about.features_heading": "ویژگی‌های کلیدی", + "about.features_integration_cloud": "ذخیره‌سازی ابری: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "یکپارچه‌سازی و ذخیره‌سازی", + "about.features_integration_multi_dest": "حمایت از چندین مقصد (ذخیره اسناد در مکان‌های متنوع)", + "about.features_integration_protocols": "پروتکل‌های انتقال: FTP, SFTP, ارسال ایمیل", + "about.features_integration_selfhosted": "گزینه‌های خود میزبانی: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "طبقه‌بندی هوشمند اسناد و استخراج تاریخ", + "about.features_processing_heading": "پردازش اسناد", + "about.features_processing_metadata": "استخراج خودکار متادیتا با استفاده از یک ارائه‌دهنده AI قابل اتصال", "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", + "about.features_processing_pdf": "تبدیل PDF برای فرمت‌های مختلف فایل از طریق Gotenberg", + "about.features_processing_upload": "بارگذاری فایل ساده و امن با پشتیبانی از کشیدن و رها کردن", + "about.github_logo_alt": "لوگوی GitHub", + "about.heading": "درباره DocuElevate", + "about.intro_post": " – راه‌حل مدرن و هوشمند شما برای پردازش اسناد! ما DocuElevate را ساخته‌ایم تا روش‌هایی که اسناد خود را مدیریت می‌کنید، از بارگذاری تا استخراج و از پردازش تا ذخیره‌سازی، به طور کامل متحول کند.", + "about.intro_pre": "به ", + "about.involved_description": "آیا می‌خواهید به کد بپردازید، ایده‌ها ارائه دهید یا درباره DocuElevate بیشتر بیاموزید؟", + "about.involved_docs": "مستندات را بخوانید", "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.involved_heading": "درگیر شوید", + "about.involved_website": "به وب‌سایت DocuElevate مراجعه کنید", + "about.legal_description": "ما به حریم خصوصی و امنیت داده‌های شما اهمیت می‌دهیم. لطفاً بررسی کنید:", + "about.legal_heading": "حریم خصوصی و قانونی", + "about.legal_license": "اطلاعات مجوز", + "about.legal_privacy": "اطلاعیه حریم خصوصی", + "about.page_title": "درباره DocuElevate", + "about.story_heading": "داستان ما", + "about.story_p1": "DocuElevate با یک هدف ایجاد شد: ساده‌سازی و بهینه‌سازی مدیریت اسناد برای همه، چه شما یک استارتاپ کوچک باشید و چه یک شرکت بزرگ.", + "about.story_p2": "ما از قدرت تأمین‌کنندگان هوش مصنوعی پلاگین‌پذیر (OpenAI، Anthropic Claude، Google Gemini، Ollama، OpenRouter، Portkey و غیره) برای استخراج متاداده و تصحیح متن استفاده می‌کنیم، به‌طور شفاف با Dropbox، Nextcloud و Paperless NGX برای ذخیره‌سازی و فهرست‌گذاری ادغام می‌شویم، از Azure Document Intelligence برای OCR بهره‌برداری می‌کنیم و حتی از Gotenberg برای تبدیل فایل به PDF استفاده می‌کنیم.", + "api_tokens.col_created": "ایجاد شده", + "api_tokens.col_last_ip": "آخرین IP", + "api_tokens.col_last_used": "آخرین استفاده", + "api_tokens.col_name": "نام", + "api_tokens.col_prefix": "پیشوند توکن", + "api_tokens.copy_to_clipboard": "کپی توکن به کلیپ بورد", + "api_tokens.copy_upload_example": "کپی مثال بارگذاری به کلیپ بورد", + "api_tokens.copy_warning_1": "این توکن را اکنون کپی کنید — این", + "api_tokens.copy_warning_2": "بار دیگر نمایش داده نخواهد شد", + "api_tokens.create_heading": "ایجاد توکن جدید", + "api_tokens.create_token": "ایجاد توکن", + "api_tokens.creating": "در حال ایجاد…", + "api_tokens.heading": "توکن‌های API", + "api_tokens.intro": "توکن‌های API شخصی ایجاد کنید تا به‌طور برنامه‌نویسی با API DocuElevate تعامل داشته باشید. از توکن‌ها برای بارگذاری وب‌هوک‌ها، خط لوله‌های CI/CD یا هر اسکریپتی که نیاز به بارگذاری یا بازیابی اسناد دارد، استفاده کنید.", + "api_tokens.loading_tokens": "در حال بارگذاری توکن‌ها…", + "api_tokens.never": "هرگز", + "api_tokens.no_tokens_heading": "هنوز توکن API وجود ندارد", + "api_tokens.no_tokens_help": "توکن اول خود را در بالا ایجاد کنید تا شروع کنید.", + "api_tokens.page_title": "توکن‌های API – DocuElevate", + "api_tokens.revoke": "لغو", + "api_tokens.revoke_prefix": "لغو توکن", + "api_tokens.status_active": "فعال", + "api_tokens.status_revoked": "لغو شده", + "api_tokens.table_aria": "توکن‌های API", + "api_tokens.token_created": "توکن با موفقیت ایجاد شد!", + "api_tokens.token_name_label": "نام توکن", + "api_tokens.token_name_placeholder": "مثلاً CI Pipeline، بارگذاری وب‌هوک، اسکریپت من", + "api_tokens.usage_heading": "مثال استفاده", + "api_tokens.usage_intro_post": "هدر با هر درخواست API:", + "api_tokens.usage_intro_pre": "از توکن API خود در", + "api_tokens.your_tokens": "توکن‌های شما", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", - "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", - "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", - "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", - "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "audit.col_resource": "منبع", + "audit.col_timestamp": "زمان‌سنجی", + "audit.critical": "بحرانی", + "audit.filter_action": "عملیات", + "audit.filter_all_actions": "همه عملیات", + "audit.filter_all_users": "تمام کاربران", + "audit.filter_resource_placeholder": "مانند: سند، کاربر", + "audit.filter_resource_type": "نوع منبع", + "audit.filter_severity": "شدت", + "audit.filter_user": "کاربر", + "audit.filters_section_label": "فیلترهای لاگ حسابرسی", + "audit.next": "بعدی", + "audit.next_label": "صفحه بعدی", + "audit.no_events": "هنوز هیچ رویداد حسابرسی ثبت نشده است.", + "audit.no_events_hint": "اقدامات مهم (ورود، عملیات اسناد، تغییرات تنظیمات) در اینجا ظاهر خواهند شد.", + "audit.page_title": "لاگ‌های حسابرسی - DocuElevate", + "audit.pagination_label": "صفحه بندی لاگ‌های حسابرسی", + "audit.prev": "قبلی", + "audit.prev_label": "صفحه قبلی", + "audit.refresh_label": "بارگذاری مجدد لاگ‌های حسابرسی", + "audit.siem_disabled_title": "انتقال SIEM غیرفعال است", + "audit.siem_enabled_title": "رویدادها به ", + "audit.siem_off": "SIEM: خاموش", + "audit.subtitle": "ضبط جامع و تنها افزودنی از تمام اقدامات مهم.", + "audit.table_label": "رویدادهای لاگ حسابرسی", + "audit.title": "لاگ‌های حسابرسی", + "auth.confirm_password": "تأیید رمز عبور", + "auth.create_account": "ایجاد حساب", + "auth.display_name_label": "نام نمایشی", + "auth.email_label": "ایمیل", + "auth.forgot_password": "رمز عبور را فراموش کرده‌اید؟", + "auth.forgot_username": "نام کاربری را فراموش کرده‌اید؟", + "auth.login": "ورود", + "auth.login_title": "ورود", + "auth.logo_alt": "لوگوی DocuElevate", + "auth.logout": "خروج", + "auth.my_account": "حساب من", + "auth.no_account": "حسابی ندارید؟", + "auth.or_continue_with": "یا با ادامه دادن با", + "auth.password_label": "رمز عبور", + "auth.profile": "پروفایل", + "auth.remember_me": "مرا به یاد داشته باش", + "auth.return_home": "بازگشت به صفحه اصلی", + "auth.sign_in": "وارد شوید", + "auth.sign_in_sso": "وارد شدن با SSO", + "auth.sign_in_with": "ورود با", + "auth.sign_in_with_username": "ورود با نام کاربری", + "auth.signup": "ثبت نام", + "auth.signup_title": "ثبت نام", + "auth.username_label": "نام کاربری", + "auth.username_or_email": "نام کاربری یا ایمیل", + "auth.verify_email_back_sign_in": "بازگشت به صفحه ورود", + "auth.verify_email_expiry": "لینک در ۲۴ ساعت منقضی می‌شود. اگر ایمیل را نمی‌بینید، پوشه هرزنامه خود را بررسی کنید.", + "auth.verify_email_heading": "این باکس خود را بررسی کنید", + "auth.verify_email_message": "ما یک ایمیل تأیید برای شما ارسال کرده‌ایم. لطفاً روی لینک موجود در ایمیل کلیک کنید تا حساب خود را فعال کنید.", + "auth.verify_email_page_title": "DocuElevate - تأیید ایمیل شما", + "auth.verify_email_resend_aria_label": "آدرس ایمیل برای ارسال دوباره", + "auth.verify_email_resend_button": "ایمیل تأیید را دوباره ارسال کنید", + "auth.verify_email_resend_label": "آدرس ایمیل", + "auth.verify_email_resend_placeholder": "آدرس ایمیل خود را وارد کنید", + "auth.verify_email_resend_prompt": "آیا آن را دریافت نکردید؟", + "backup.archives_heading": "آرشیوهای پشتیبان", + "backup.backup_now": "حالا پشتیبان‌گیری کن", + "backup.clean_up": "تمیز کردن", + "backup.cleanup_title": "اکنون عملیات تمیز کردن نگهداری را اجرا کنید", + "backup.col_created": "ایجاد شده", + "backup.col_filename": "نام فایل", + "backup.col_size": "اندازه", + "backup.col_storage": "ذخیره‌سازی", + "backup.col_type": "نوع", + "backup.config_auto_backup": "پشتیبان‌گیری خودکار", + "backup.config_remote_dest": "مقصد از راه دور", + "backup.config_retention": "نگهداری", + "backup.config_total_size": "جمع اندازه محلی", + "backup.confirm_btn": "تأیید", + "backup.confirm_title": "تأیید اقدام", + "backup.heading": "مدیریت پشتیبان", + "backup.local_only": "فقط محلی", + "backup.no_backups": "هنوز هیچ پشتیبان‌گیری وجود ندارد.", + "backup.no_backups_hint": "برای ایجاد اولین پشتیبان‌گیری خود، روی «حالا پشتیبان‌گیری کن» کلیک کنید.", + "backup.page_title": "مدیریت پشتیبان", + "backup.records_label": "سوابق", + "backup.restore_btn": "بازیابی", + "backup.restore_desc_mid": "آرشیو پشتیبان برای بازیابی پایگاه داده.", + "backup.restore_desc_pre": "یک", + "backup.restore_desc_warning": "این باعث می‌شود تا تمام داده‌های فعلی نادیده گرفته شوند.", + "backup.restore_file_label": "آرشیو پشتیبان (.db.gz)", + "backup.restore_heading": "بازیابی از فایل", + "backup.restoring": "در حال بازیابی\n...", + "backup.retention_daily_detail": "\n\u0000A\n\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\n\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A", + "backup.retention_heading": "سیاست نگهداری", + "backup.retention_hourly_detail": "\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A", + "backup.retention_note": "پشتیبان‌هایی که فراتر از این محدودیت‌ها هستند به طور خودکار پس از ایجاد هر پشتیبان جدید حذف می‌شوند.", + "backup.retention_weekly_detail": "\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A\u00000A", + "backup.snapshots": "عکس‌های فوری", + "backup.status_ok": "اوکی", + "backup.storage_local": "محلی", + "backup.subtitle": "پشتیبان‌گیری های پایگاه داده به طور خودکار ایجاد می‌شوند: ساعتی (۴ روز)، روزانه (۳ هفته)، هفتگی (۱۳ هفته).", + "backup.table_aria": "آرشیوهای پشتیبان", + "backup.trigger_daily": "همین الان پشتیبان‌گیری کن (روزانه)", + "backup.trigger_hourly": "همین الان پشتیبان‌گیری کن (ساعتی)", + "backup.trigger_weekly": "همین الان پشتیبان‌گیری کن (هفتگی)", + "backup.type_daily": "روزانه", + "backup.type_hourly": "ساعتی", + "backup.type_weekly": "هفتگی", + "billing.go_to_dashboard": "برو به داشبورد", + "billing.manage_subscription": "مدیریت اشتراک", + "billing.success_heading": "همه چیز آماده است!", + "billing.success_message": "اشتراک شما فعال شده است. از انتخاب DocuElevate متشکریم!", + "billing.success_page_title": "DocuElevate - اشتراک فعال شد", + "common.actions": "عملیات", + "common.active": "فعال", + "common.all": "همه", + "common.avatar": "آواتار", + "common.back": "بازگشت", + "common.cancel": "لغو", + "common.close": "بستن", + "common.col_pending": "در حال انتظار", + "common.completed": "تمام شده", + "common.confirm": "تأیید", + "common.copied": "کپی شد!", + "common.copy": "کپی", + "common.create": "ایجاد", + "common.created": "ایجاد شد", + "common.date": "تاریخ", + "common.delete": "حذف", + "common.description": "توضیحات", + "common.details": "جزئیات", + "common.disabled": "غیرفعال", + "common.download": "دانلود", + "common.duplicate": "تکراری", + "common.edit": "ویرایش", + "common.enabled": "فعال", + "common.error": "خطا", + "common.failed": "ناموفق", + "common.filter": "فیلتر", + "common.inactive": "غیرفعال", + "common.info": "اطلاعات", + "common.loading": "در حال بارگذاری...", + "common.name": "نام", + "common.next": "بعدی", + "common.next_page": "صفحه بعدی", + "common.no": "خیر", + "common.none": "هیچ", + "common.page": "صفحه", + "common.paused": "متوقف شده", + "common.pending": "در حال انتظار", + "common.prev_page": "صفحه قبلی", + "common.previous": "قبلی", + "common.processing": "در حال پردازش", + "common.refresh": "بروز رسانی", + "common.reset": "بازنشانی", + "common.retry": "تلاش دوباره", + "common.save": "ذخیره", + "common.search": "جستجو", + "common.select": "انتخاب", + "common.select_placeholder": "— انتخاب —", + "common.size": "اندازه", + "common.status": "وضعیت", + "common.submit": "ارسال", + "common.success": "موفق", + "common.tags": "برچسب‌ها", + "common.test": "آزمایش", + "common.test_connection": "آزمایش اتصال", + "common.type": "نوع", + "common.update": "به‌روزرسانی", + "common.updated": "بروز رسانی شده", + "common.upload": "بارگذاری", + "common.view": "مشاهده", + "common.warning": "هشدار", + "common.yes": "بله", + "cookie.accept": "فهمیدم", + "cookie.learn_more": "بیشتر بدانید", + "cookie.message": "این وب‌سایت از کوکی‌ها برای بهبود تجربه شما استفاده می‌کند.", + "cookie.notice": "DocuElevate فقط از کوکی‌های ضروری برای احراز هویت و عملکرد خدمات استفاده می‌کند. هیچ کوکی ردیابی یا تحلیلی استفاده نمی‌شود.", + "cookie.notice_label": "اخطار کوکی", + "cookie.policy_link": "سیاست کوکی", + "cookie.privacy_link": "اطلاعیه حریم خصوصی", + "credentials.col_action": "عملکرد", + "credentials.col_credential": "اعتبارنامه", + "credentials.col_source": "منبع", + "credentials.configured": "پیکربندی شده", + "credentials.edit_in_settings": "ویرایش در تنظیمات", + "credentials.legend_db": "مقدار ذخیره شده در پایگاه داده (در حالت استراحت رمزنگاری شده؛ متغیر محیطی را نادیده می‌گیرد)", + "credentials.legend_env_after": " پرونده", + "credentials.legend_env_before": "مقدار از متغیر محیطی یا ", + "credentials.legend_missing": "اعتبارنامه تنظیم نشده — ادغام کار نمی‌کند", + "credentials.legend_restart": "راه‌اندازی مجدد مورد نیاز است زمانی که این اعتبارنامه چرخانده می‌شود", + "credentials.legend_title": "افسانه", + "credentials.manage_settings": "مدیریت تنظیمات", + "credentials.not_configured": "پیکربندی نشده", + "credentials.page_title": "حسابرسی اعتبارنامه - DocuElevate", + "credentials.raw_json": "JSON خام (API)", + "credentials.restart_title": "راه‌اندازی مجدد مورد نیاز است پس از چرخاندن این اعتبارنامه", + "credentials.source_db_title": "ذخیره شده در پایگاه داده (رمزنگاری شده)", + "credentials.source_env_title": "از متغیر محیطی", + "credentials.status_missing": "گمشده", + "credentials.subtitle": "مروری بر تمام اعتبارنامه‌های حساس استفاده شده توسط DocuElevate. هیچ مقدار مخفی در اینجا نمایش داده نمی‌شود — فقط اینکه آیا هر اعتبارنامه پیکربندی شده است و از کجا آمده است.", + "credentials.table_for": "اعتبارنامه‌ها برای", + "credentials.title": "حسابرسی اعتبارنامه", + "credentials.total_credentials": "کل اعتبارنامه‌ها", + "dashboard.active_integrations": "ادغام‌های فعال", + "dashboard.files_this_month": "فایل‌ها در این ماه", + "dashboard.files_today": "فایل‌ها امروز", + "dashboard.ocr_processed": "OCR پردازش شده", + "dashboard.quick_actions": "عملیات سریع", + "dashboard.recent_activity": "فعالیت‌های اخیر", + "dashboard.storage_targets": "هدف‌های ذخیره‌سازی", + "dashboard.title": "داشبورد", + "dashboard.total_files": "کل فایل‌ها", + "dashboard.welcome": "به DocuElevate خوش آمدید", + "duplicates.file_id_label": "شناسه فایل", + "duplicates.file_id_placeholder": "مثلاً ۴۲", + "duplicates.find_btn": "یافتن", + "duplicates.found_files": "فایل(های) تکراری مجموع.", + "duplicates.found_groups": "گروه(های) تکراری با", + "duplicates.found_prefix": "یافت شده", + "duplicates.group_aria": "گروه تکراری", + "duplicates.heading": "اسناد تکراری", + "duplicates.how_it_works_heading": "چگونگی کار تشخیص نزدیک به تکرار", + "duplicates.max_results_label": "حداکثر نتایج", + "duplicates.near_dup_desc": "یک سند را انتخاب کنید تا بررسی کنید آیا فایل‌های دیگر محتوای مشابه (یا بسیار مشابه) دارند — حتی اگر در زمان‌های مختلف اسکن شده و هش SHA-256 متفاوتی دارند.", + "duplicates.near_dup_heading": "یافتن نزدیک به تکرار برای یک سند", + "duplicates.no_exact_heading": "هیچ تکرار دقیقی پیدا نشد", + "duplicates.page_title": "اسناد تکراری - DocuElevate", + "duplicates.pagination_aria": "صفحه بندی", + "duplicates.role_duplicate": "تکراری", + "duplicates.role_original": "اصلی", + "duplicates.tab_exact": "تکرارهای دقیق", + "duplicates.tab_near": "یابنده نزدیک به تکرار", + "duplicates.tabs_aria": "برگه‌های تشخیص تکرار", + "duplicates.threshold_label": "آستانه مشابهت", + "duplicates.view_dup_aria": "مشاهده فایل تکراری", + "duplicates.view_original_aria": "مشاهده فایل اصلی", + "error.404_code": "۴۰۴", + "error.404_heading": "اوه، نتوانستیم آن صفحه را پیدا کنیم!", + "error.404_home": "بازگشت به خانه", + "error.404_message": "به نظر می‌رسد DocuElevate سندی که به دنبالش بودید را گم کرده است. نگران نباشید – ما در کنار شما هستیم.", + "error.404_title": "۴۰۴ - پیدا نشد", + "error.500_code": "۵۰۰", + "error.500_debug_info": "نمایش اطلاعات اشکال زدایی", + "error.500_description": "سرورهای ما با مشکلی مواجه شدند و به لحظه‌ای نیاز دارند.", + "error.500_heading": "اوه! چیزی اشتباه پیش رفت.", + "error.500_home": "به خانه بروید", + "error.500_img_alt": "تصویری از یک خطای سرور", + "error.500_message1": "سرورهای ما با مشکلی مواجه شدند و به لحظه‌ای نیاز دارند. شاید همسترها قهوه‌شان را ریخته‌اند؟", + "error.500_message2": "ما در حال حل این مشکل هستیم – مرتب‌سازی فایل‌ها، راه‌اندازی مجدد سرورها و کالیبراسیون خازن‌های فلوکس.", + "error.500_title": "خطای سرور - DocuElevate", + "error.forbidden": "ممنوع", + "error.forbidden_message": "شما اجازه دسترسی به این صفحه را ندارید.", + "error.not_found": "صفحه پیدا نشد", + "error.not_found_message": "صفحه‌ای که به دنبالش هستید وجود ندارد.", + "error.server_error": "خطای داخلی سرور", + "error.server_error_message": "مشکلی پیش آمد. لطفاً بعداً دوباره تلاش کنید.", + "error.unauthorized": "غیرمجاز", + "error.unauthorized_message": "شما باید وارد شوید تا به این صفحه دسترسی پیدا کنید.", + "files.action_delete": "حذف فایل", + "files.action_details": "مشاهده جزئیات", + "files.action_preview": "پیش‌نمایش سریع", + "files.bulk_clear_selection": "پاک کردن انتخاب", + "files.bulk_cloud_ocr": "دوباره اجرای OCR ابری", + "files.bulk_delete": "حذف انتخاب‌شده", + "files.bulk_download": "دانلود به‌صورت ZIP", + "files.bulk_reprocess": "دوباره پردازش انتخاب‌شده", + "files.delete_modal_cancel": "لغو", + "files.delete_modal_confirm": "حذف", + "files.delete_modal_message": "آیا مطمئن هستید که می‌خواهید این فایل را حذف کنید؟", + "files.delete_modal_title": "تأیید حذف", + "files.document_title": "عنوان سند", + "files.drop_overlay_hint": "از PDF، مستندات Office، تصاویر، HTML، Markdown و غیره پشتیبانی می‌کند – پوشه‌ها به‌طور بازگشتی پردازش می‌شوند", + "files.drop_overlay_title": "فایل‌ها یا پوشه‌ها را در هر کجایی برای بارگذاری رها کنید", + "files.error_hint": "این ممکن است به دلیل یک مشکل پیکربندی یا وارد کردن باشد. لطفاً گزارش‌های سرور را بررسی کنید.", + "files.file_size": "اندازه فایل", + "files.filename": "نام فایل", + "files.files_selected": "فایل انتخاب شده", + "files.filter_all_providers": "تمام ارائه دهندگان", + "files.filter_all_statuses": "تمام وضعیت‌ها", + "files.filter_all_types": "تمام نوع‌ها", + "files.filter_apply": "اعمال فیلترها", + "files.filter_clear": "پاک کردن", + "files.filter_date_from": "تاریخ از", + "files.filter_date_from_aria": "فیلتر از تاریخ", + "files.filter_date_to": "تاریخ تا", + "files.filter_date_to_aria": "فیلتر تا تاریخ", + "files.filter_form_aria": "فیلتر فایل‌ها", + "files.filter_mime_type": "نوع MIME", + "files.filter_ocr_all": "تمام فایل‌ها", + "files.filter_ocr_good": "کیفیت خوب", + "files.filter_ocr_poor": "کیفیت ضعیف", + "files.filter_ocr_quality": "کیفیت OCR", + "files.filter_ocr_quality_aria": "فیلتر بر اساس امتیاز کیفیت OCR", + "files.filter_ocr_unchecked": "هنوز ارزیابی نشده", + "files.filter_search_label": "جستجوی نام فایل", + "files.filter_search_placeholder": "نام فایل را وارد کنید...", + "files.filter_storage_provider": "ارائه‌دهنده ذخیره‌سازی", + "files.filter_tags_aria": "فیلتر بر اساس برچسب‌ها (جدا شده با ویرگول)", + "files.filter_tags_placeholder": "مانند: فاکتور، آمازون", + "files.fulltext_search_label": "جستجوی متنی کامل (متن OCR، متادیتا، برچسب‌ها)", + "files.fulltext_search_placeholder": "محتوای سند، فرستنده، برچسب‌ها، نوع را جستجو کنید...", + "files.no_files": "فایلی پیدا نشد", + "files.ocr_status": "وضعیت OCR", + "files.page_title": "سوابق فایل", + "files.pagination_files": "فایل‌ها", + "files.pagination_first": "نخستین", + "files.pagination_last": "آخرین", + "files.pagination_nav_aria": "صفحه بندی لیست فایل", + "files.pagination_next": "بعدی", + "files.pagination_of": "از", + "files.pagination_previous": "قبلی", + "files.pagination_showing": "نمایش", + "files.preview_modal_close": "بستن پیش‌نمایش", + "files.preview_modal_title": "پیش‌نمایش", + "files.queue_banner_items": "مورد(ها) در حال حاضر در صف یا در حال پردازش هستند. فایل‌ها پس از اتمام پردازش در اینجا ظاهر خواهند شد.", + "files.queue_banner_link": "مشاهده صف", + "files.saved_searches_empty": "هیچ جستجوی ذخیره شده‌ای وجود ندارد", + "files.saved_searches_error": "نمی‌توان جستجوهای ذخیره شده را بارگذاری کرد", + "files.saved_searches_label": "جستجوهای ذخیره شده", + "files.saved_searches_save": "ذخیره جاری", + "files.saved_searches_save_aria": "ذخیره فیلترهای جاری به عنوان جستجوی ذخیره شده", + "files.search_results_empty": "نتیجه‌ای پیدا نشد.", + "files.search_results_title": "نتایج جستجو", + "files.status_duplicate": "تکراری", + "files.table_actions": "عملیات", + "files.table_aria": "سوابق فایل", + "files.table_created_at": "تاریخ ایجاد", + "files.table_empty": "هیچ فایلی پیدا نشد", + "files.table_id": "شناسه", + "files.table_mime_type": "نوع MIME", + "files.table_original_filename": "نام فایل اصلی", + "files.table_select_all": "انتخاب همه فایل‌ها در این صفحه", + "files.tags": "برچسب‌ها", + "files.title": "فایل‌ها", + "files.upload_modal_aria": "پیشرفت بارگذاری", + "files.upload_modal_close": "بستن پیشرفت بارگذاری", + "files.upload_modal_header": "بارگذاری فایل‌ها", + "files.uploaded": "بارگذاری شده", + "footer.about": "درباره", + "footer.attribution": "اعتباردهی", + "footer.attributions": "اعتباردهی‌ها", + "footer.cookies": "کوکی‌ها", + "footer.copyright": "حق نشر DocuElevate {year}", + "footer.imprint": "چاپ", + "footer.license": "مجوز", + "footer.navigation": "ناوبری فوتر", + "footer.privacy": "حریم خصوصی", + "footer.terms": "شرایط", + "footer.version": "نسخه {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "متصل به OAuth. فایل‌ها در پوشه انتخابی شما قرار می‌گیرند.", + "help.destinations_email": "ارسال ایمیل", + "help.destinations_email_desc": "فایل‌های پردازش شده به عنوان ضمایم SMTP ارسال می‌شوند.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "حساب خدمات یا OAuth. از درایوهای مشترک پشتیبانی می‌کند.", + "help.destinations_heading": "مقاصد – جایی که اسناد می‌روند", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "ذخیره‌سازی ابری خود میزبان از طریق WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "یکپارچگی API Microsoft Graph.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "سندها را مستقیماً به Paperless برای بایگانی ارسال کنید.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "هر سطل سازگار با S3 (AWS، MinIO، Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "انتقال فایل امن به هر سرور.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "متاداده را به هر نقطه پایانی خارجی ارسال کنید.", + "help.documentation": "مستندات", + "help.faq": "سوالات متداول", + "help.faq_1_a": "به صفحه بارگذاری بروید، فایل‌های خود را بکشید و رها کنید یا روی انتخاب فایل کلیک کنید. DocuElevate تصاویر و اسناد اداری را به PDF تبدیل می‌کند، OCR را اجرا می‌کند و به‌طور خودکار متاداده را استخراج می‌کند.", + "help.faq_1_q": "چطور می‌توانم اسناد را بارگذاری کنم?", + "help.faq_2_a": "PDF، JPEG، PNG، TIFF، BMP، GIF، DOCX، XLSX، PPTX، ODT، ODS، TXT، RTF و HTML. فایل‌های غیر PDF به‌طور خودکار قبل از پردازش به PDF تبدیل می‌شوند.", + "help.faq_2_q": "کدام فرمت‌های فایل پشتیبانی می‌شوند؟", + "help.faq_3_a": "بله. به بخش ایمیل و دریافت بروید، یک حساب IMAP اضافه کنید و DocuElevate به‌طور خودکار برای پیام‌های جدید نظارت کرده و ضمایم را پردازش می‌کند.", + "help.faq_3_q": "آیا می‌توانم اسناد را از ایمیل دریافت کنم؟", + "help.faq_4_a": "خطوط تولید به شما امکان می‌دهند مراحل پردازش – OCR، استخراج هوش مصنوعی، تبدیل فرمت – را زنجیره‌ای کنید و نتیجه را به یک یا چند مقصد ارسال کنید. از صفحه خطوط تولید آنها را ایجاد و مدیریت کنید.", + "help.faq_4_q": "خطوط پردازش چگونه کار می‌کنند؟", + "help.faq_5_a": "DocuElevate اطلاعات شناسایی را در حالت استراحت رمزگذاری می‌کند، بر روی TLS ارتباط برقرار می‌کند و هرگز اسناد شما را بیشتر از آنچه لازم است ذخیره نمی‌کند. برای جزئیات کامل به اطلاعیه حریم خصوصی مراجعه کنید.", + "help.faq_5_a_post": " برای جزئیات کامل.", + "help.faq_5_a_pre": "DocuElevate در حالت استراحت اطلاعات ورود را رمزگذاری می‌کند، از TLS برای ارتباطات استفاده می‌کند و هرگز مدارک شما را بیشتر از حد لازم ذخیره نمی‌کند. به ", + "help.faq_5_q": "آیا داده‌های من امن هستند؟", + "help.faq_heading": "سوالات متداول", + "help.getting_started": "شروع کار", + "help.heading": "مرکز راهنما", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "از REST API برای ارسال مدارک به صورت برنامه‌نویسی استفاده کنید. با توکن Bearer احراز هویت کنید و فایل‌ها را به نقطه پایانی آپلود ارسال کنید.", + "help.ingestion_heading": "ابزارهای واردات داده", + "help.ingestion_mobile": "برنامه‌های موبایل", + "help.ingestion_mobile_desc": "از هر برنامه اسکن موبایل که از مقاصد بارگذاری HTTP سفارشی پشتیبانی می‌کند استفاده کنید تا عکس‌ها و اسکن‌ها را از گوشی یا تبلت خود به DocuElevate ارسال کنید.", + "help.ingestion_scanners": "اسکنرهای شبکه", + "help.ingestion_scanners_desc": "هر اسکنر شبکه یا پرینتر چندکاره‌ای را به نقطه پایانی بارگذاری DocuElevate هدایت کنید. مدارک اسکن شده به طور مستقیم در صف پردازش شما قرار می‌گیرد.", + "help.ingestion_watched_folders": "پوشه‌های تحت نظارت", + "help.ingestion_watched_folders_desc": "یک پوشه محلی یا شبکه‌ای را برای نظارت تنظیم کنید. هر فایلی که در پوشه تحت نظارت قرار گیرد به طور خودکار بارگذاری و توسط DocuElevate پردازش می‌شود.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "DocuElevate را در جریان‌های اتوماسیون خود با Zapier، n8n یا Make ادغام کنید. از اقدامات REST API برای فعال‌سازی بارگذاری مدارک از هر رویدادی استفاده کنید.", + "help.meta_description": "کمک بگیرید با DocuElevate – راهنماهایی برای بارگذاری مدارک، اتصال ذخیره‌سازی ابری، تنظیم لوله‌کش‌ها و بیشتر پیدا کنید.", + "help.og_description": "کمک بگیرید با DocuElevate – راهنماهایی برای بارگذاری مدارک، اتصال ذخیره‌سازی ابری، تنظیم لوله‌کش‌ها و بیشتر پیدا کنید.", + "help.page_title": "مرکز راهنما", + "help.privacy_notice": "اطلاعیه حریم خصوصی", + "help.quickstart_heading": "شروع سریع", + "help.quickstart_storage": "اتصال ذخیره‌سازی", + "help.quickstart_storage_desc": "به تنظیمات بروید و حساب‌های ابری خود را لینک کنید. اسناد پردازش‌شده به‌طور خودکار به هر مقصدی که پیکربندی کنید ارسال می‌شوند.", + "help.quickstart_storage_desc_full": "به ادغام‌ها بروید و حساب‌های ذخیره‌سازی ابری خود را لینک کنید. DocuElevate از Dropbox، Google Drive، OneDrive، Amazon S3، Nextcloud و بیشتر پشتیبانی می‌کند. مدارک پردازش شده به طور خودکار به هر مقصدی که تنظیم کرده‌اید هدایت می‌شوند.", + "help.quickstart_upload": "بارگذاری اسناد", + "help.quickstart_upload_desc": "فایل‌ها را به صفحه بارگذاری بکشید و رها کنید یا روی انتخاب فایل کلیک کنید. DocuElevate تصاویر و اسناد اداری را به PDF تبدیل کرده، OCR را اجرا کرده و به‌طور خودکار متاداده را استخراج می‌کند.", + "help.quickstart_workflows": "خودکار کردن گردش کار", + "help.quickstart_workflows_desc": "خطوط تولید را برای تعریف پردازش چند مرحله‌ای و قوانین ارسال ایجاد کنید. OCR، استخراج هوش مصنوعی، تبدیل فرمت و تحویل را در یک جریان ترکیب کنید.", + "help.sources_email_ingestion": "دریافت ایمیل (IMAP)", + "help.sources_email_ingestion_desc": "اسناد را به یک صندوق پستی اختصاصی ارسال کنید. در بخش دریافت ایمیل، یک یا چند حساب IMAP اضافه کنید. DocuElevate به‌طور خودکار برای پیام‌های جدید نظارت کرده و ضمایم را پردازش می‌کند.", + "help.sources_heading": "منابع – دریافت اسناد", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", - "language.bg": "Български", - "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", - "language.cs": "Čeština", - "language.da": "Dansk", - "language.de": "Deutsch", - "language.el": "Ελληνικά", - "language.en": "English", - "language.es": "Español", - "language.et": "Eesti", - "language.fi": "Suomi", - "language.fr": "Français", - "language.ga": "Gaeilge", - "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", - "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", + "help.sources_rest_api_desc": "به‌طور برنامه‌نویسی با POST کردن فایل‌ها به /api/upload ادغام کنید. ایده‌آل برای اسکریپت‌ها، پوشه‌های نظارت‌شده، اسکنرها یا ابزارهای شخص ثالث مانند Zapier و n8n.", + "help.sources_scanner": "اسکنر و موبایل", + "help.sources_scanner_desc": "اسکنرهای شبکه را به نقطه بارگذاری DocuElevate هدایت کنید یا از هر برنامه اسکن موبایل که از مقاصد HTTP سفارشی پشتیبانی می‌کند استفاده کنید.", + "help.sources_scanner_desc_full": "اسکنر شبکه یا پرینتر چندکاره خود را تنظیم کنید تا اسکن‌ها را مستقیماً به DocuElevate ارسال کند. از نقطه پایانی /api/upload به عنوان مقصد استفاده کنید. برنامه‌های اسکن موبایل با مقاصد بارگذاری سفارشی نیز پشتیبانی می‌شوند.", + "help.sources_web_upload": "بارگذاری وب", + "help.sources_web_upload_desc": "سریع‌ترین راه برای شروع کار. صفحه بارگذاری را باز کنید، یک یا چند فایل را رها کنید و DocuElevate باقی‌مانده را انجام می‌دهد. فرمت‌های پشتیبانی شده شامل PDF، JPEG، PNG، TIFF، DOCX، XLSX و غیره است.", + "help.subheading": "همه چیزهایی که برای بیشترین استفاده از DocuElevate نیاز دارید. موضوعات زیر را مرور کنید یا برای آنچه نیاز دارید جستجو کنید.", + "help.support": "پشتیبانی", + "help.support_admin_message": "برای اطلاعات پشتیبانی با مدیر خود تماس بگیرید.", + "help.support_description": "آیا نمی‌توانید آنچه را که به دنبال آن هستید پیدا کنید؟ تیم پشتیبانی ما اینجا است تا کمک کند.", + "help.support_heading": "تماس با پشتیبانی", + "help.support_live_chat": "چت زنده در دسترس است – بر روی حباب چت کلیک کنید تا گفتگو را شروع کنید.", + "help.support_ticket_button": "ارسال بلیط", + "help.support_ticket_desc": "فرم زیر را پر کنید و تیم پشتیبانی ما به زودی با شما تماس خواهد گرفت.", + "help.support_ticket_heading": "باز کردن بلیط پشتیبانی", + "help.title": "مرکز راهنما", + "help.workflows_creating": "ایجاد یک خط تولید", + "help.workflows_definition": "یک خط تولید یک سری مراحل پردازش است که به‌طور خودکار هر زمان که یک سند دریافت می‌شود اجرا می‌شود. هر مرحله می‌تواند سند را تغییر دهد، غنی کند یا به مکان دیگری ارسال کند.", + "help.workflows_heading": "گردش کار و خطوط تولید", + "help.workflows_step_1": "تبدیل به PDF", + "help.workflows_step_1_create": "به Pipeline ها در منوی اصلی بروید.", + "help.workflows_step_1_full": "به PDF تبدیل کنید – تمام فایل‌های ورودی به فرمت PDF سازگار نرمالیزه می‌شوند.", + "help.workflows_step_2": "OCR – استخراج متن", + "help.workflows_step_2_create": "روی Pipeline جدید کلیک کنید و یک نام به آن بدهید.", + "help.workflows_step_2_full": "OCR – متن قابل انتخاب را از صفحات اسکن شده با استفاده از Azure Document Intelligence یا موتور داخلی استخراج کنید.", + "help.workflows_step_3": "استخراج متادیتا با هوش مصنوعی", + "help.workflows_step_3_create": "مراحل پردازش مورد نیاز خود را اضافه کنید.", + "help.workflows_step_3_full": "استخراج متاداده AI – نوع سند را طبقه‌بندی کنید و فیلدهای کلیدی مانند مقادیر، تاریخ‌ها و نام‌ها را با استفاده از OpenAI استخراج کنید.", + "help.workflows_step_4": "ارسال به یک یا چند مقصد", + "help.workflows_step_4_create": "یک یا چند مقصد تحویل را انتخاب کنید.", + "help.workflows_step_5_create": "ذخیره – اسناد جدید به‌طور خودکار از طریق این پایپلاین پردازش خواهند شد.", + "help.workflows_typical_steps": "مراحل متداول", + "help.workflows_what_is": "پایپلاین چیست؟", + "index.badge_intelligent": "پردازش سند هوشمند", + "index.button_browse_files": "مرور پرونده‌ها", + "index.button_upload": "بارگذاری", + "index.capabilities_cloud": "ذخیره‌سازی ابری: Dropbox، OneDrive، Google Drive، NextCloud", + "index.capabilities_ingestion": "ورود اسناد مبتنی بر ایمیل و URL", + "index.capabilities_ocr": "OCR و استخراج متادیتا با هوش مصنوعی", + "index.capabilities_paperless": "ادغام Paperless-ngx برای مدیریت اسناد", + "index.capabilities_title": "قابلیت‌ها", + "index.capabilities_workflows": "فازهای طبقه‌بندی و مسیریابی خودکار", + "index.cta_description": "به تیم‌هایی بپیوندید که در حال حاضر پردازش اسناد خود را با DocuElevate خودکار می‌کنند.", + "index.cta_heading": "آیا آماده‌اید تا جریان کاری سند خود را ارتقاء دهید؟", + "index.cta_pricing": "قیمت‌ها را ببینید", + "index.cta_signup": "یک حساب کاربری رایگان ایجاد کنید", + "index.dashboard_subtitle": "پردازش و مدیریت اسناد هوشمند", + "index.dashboard_subtitle_teams": "پردازش و مدیریت اسناد هوشمند – طراحی شده برای تیم‌ها", + "index.feature_ai": "استخراج متادیتا با هوش مصنوعی", + "index.feature_ai_desc": "OpenAI، Claude، Gemini و سایر ارائه‌دهندگان هوش مصنوعی قابل اتصال اسناد را طبقه‌بندی کرده و زمینه‌های کلیدی مانند تاریخ‌ها، مقادیر و موضوعات را استخراج می‌کنند.", + "index.feature_cloud": "ذخیره‌سازی چند ابری", + "index.feature_cloud_desc": "فایل‌های پردازش شده را به Dropbox، Google Drive، OneDrive، Amazon S3، Nextcloud، Paperless NGX، WebDAV، FTP/SFTP و غیره ارسال کنید.", + "index.feature_email": "ورود ایمیل و IMAP", + "index.feature_email_desc": "اسناد را به‌طور خودکار از Gmail یا هر صندوق پستی IMAP استخراج کنید – نیازی به بارگذاری دستی نیست.", + "index.feature_ocr": "OCR و استخراج متن", + "index.feature_ocr_desc": "Azure Document Intelligence فایل‌های PDF اسکن شده و تصاویر را به‌طور خودکار به متن قابل جستجو تبدیل می‌کند.", + "index.feature_pipelines": "پایپلاین‌های سفارشی", + "index.feature_pipelines_desc": "پایپلاین‌های پردازش را با مراحل قابل پیکربندی بسازید – OCR، استخراج هوش مصنوعی، تبدیل فرمت و مسیریابی ذخیره‌سازی به هر ترتیبی.", + "index.feature_search": "جستجوی متن کامل", + "index.feature_search_desc": "به‌طور فوری هر سندی را بر اساس محتوا، متادیتا یا برچسب‌ها در تمام آرشیو خود پیدا کنید.", + "index.feature_section_title": "همه چیزهایی که برای گردش کار هوشمند اسناد نیاز دارید", + "index.getting_started": "آغاز به کار", + "index.getting_started_1": "تنظیمات ادغام‌ها از طریق وضعیت سیستم", + "index.getting_started_2": "بارگذاری اولین سند خود", + "index.getting_started_3": "بازبینی نتایج در فایل‌ها", + "index.getting_started_learn": "بیشتر درباره DocuElevate یاد بگیرید", + "index.hero_description": "DocuElevate اسناد شما را دریافت می‌کند، OCR را اجرا می‌کند، متاداده را با استفاده از هوش مصنوعی استخراج می‌کند و فایل‌ها را به Dropbox، Google Drive، OneDrive، S3، Nextcloud و بیشتر ارسال می‌کند — همه در یک خط لوله بی‌نقص.", + "index.hero_heading": "از بارگذاری تا بینش — به‌طور خودکار.", + "index.hero_login": "ورود", + "index.hero_pricing": "مشاهده طرح‌ها و قیمت‌ها", + "index.hero_signup": "شروع کنید — رایگان است", + "index.integrations_active": "ادغام‌های فعال", + "index.integrations_storage": "هدف‌های ذخیره‌سازی", + "index.integrations_title": "ادغام‌ها", + "index.integrations_view_status": "مشاهده وضعیت سیستم", + "index.page_title_dashboard": "داشبورد", + "index.page_title_public": "پردازش سند هوشمند", + "index.platform_overview": "مروری بر پلتفرم", + "index.processing_stats": "آمار پردازش", + "index.quick_actions": "عملیات سریع", + "index.quick_documents": "اسناد من", + "index.quick_documents_desc": "مرور فایل‌های پردازش شده شما", + "index.quick_search": "جستجو", + "index.quick_search_desc": "جستجوی متن کامل در اسناد", + "index.quick_subscription": "اشتراک من", + "index.quick_subscription_desc": "مشاهده جزئیات طرح و استفاده", + "index.quick_system_status": "وضعیت سیستم", + "index.quick_system_status_desc": "بررسی سلامت ادغام", + "index.quick_upload": "بارگذاری سند", + "index.quick_upload_desc": "پردازش یک فایل جدید", + "index.quick_view_files": "مشاهده همه فایل‌ها", + "index.quick_view_files_desc": "مرور اسناد پردازش شده", + "index.single_user_heading": "داشبورد DocuElevate", + "index.single_user_subtitle": "پردازش و مدیریت سند هوشمند", + "index.stat_active_integrations": "ادغام‌های فعال", + "index.stat_active_users": "کاربران فعال", + "index.stat_files_month": "فایل‌ها در این ماه", + "index.stat_files_ocr": "فایل‌های با OCR", + "index.stat_files_today": "فایل‌ها امروز", + "index.stat_storage_targets": "هدف‌های ذخیره‌سازی", + "index.stat_this_month": "این ماه", + "index.stat_today": "امروز", + "index.stat_total_files": "تعداد کل فایل‌ها", + "index.stat_total_processed": "کل پردازش شده", + "index.tier_plan": "طرح", + "index.tier_upgrade": "ترقية", + "index.tier_view_details": "مشاهده جزئیات کامل", + "index.upgrade_daily_limits": "محدودیت‌های روزانه و ماهانه بیشتر", + "index.upgrade_description": "مدارک بیشتر، مقاصد بیشتر و پشتیبانی اولویت‌دار را باز کنید.", + "index.upgrade_destinations": "مقاصد ذخیره‌سازی بیشتر", + "index.upgrade_ocr_pages": "صفحات OCR بیشتر", + "index.upgrade_plan": "طرح خود را ارتقا دهید", + "index.upgrade_view_pricing": "نمایش طرح‌ها و قیمت‌ها", + "index.usage_lifetime": "فایل‌های مادام‌العمر", + "index.usage_month": "فایل‌های این ماه", + "index.usage_my_usage": "مصرف من", + "index.usage_today": "فایل‌های امروز", + "index.usage_unlimited": "نامحدود", + "integrations.access_key_label": "شناسه کلید دسترسی", + "integrations.active_label": "فعال", + "integrations.add_button": "اضافه کردن یک ادغام", + "integrations.add_first_button": "اولین ادغام خود را اضافه کنید", + "integrations.api_token_label": "توکن API", + "integrations.authorize_btn": "مجوز", + "integrations.authorize_reauth": "مجوز دوباره", + "integrations.bucket_label": "سطل", + "integrations.configure": "تنظیمات", + "integrations.connect": "اتصال", + "integrations.connected": "متصل شد", + "integrations.connection_failed": "اتصال ناموفق", + "integrations.connection_success": "اتصال موفق", + "integrations.delete_confirm_are_you_sure": "آیا مطمئن هستید که می‌خواهید حذف کنید", + "integrations.delete_confirm_title": "حذف ادغام؟", + "integrations.delete_confirm_undone": "این اقدام غیرقابل بازگشت است.", + "integrations.delete_emails_label": "حذف ایمیل‌ها پس از پردازش", + "integrations.delete_files_label": "حذف فایل‌ها پس از پردازش", + "integrations.destinations_quota_label": "مقصدهای ذخیره‌سازی:", + "integrations.destinations_section": "مقصدها", + "integrations.direction_destination": "مقصد (ذخیره‌سازی)", + "integrations.direction_label": "جهت", + "integrations.direction_placeholder": "— انتخاب کنید —", + "integrations.direction_source": "منبع (دریافت داده)", + "integrations.disconnect": "قطع اتصال", + "integrations.email_settings": "تنظیمات فوروارد ایمیل", + "integrations.empty_state": "هیچ یک از یکپارچگی‌ها تنظیم نشده‌اند", + "integrations.endpoint_label": "URL نقطه انتهایی", + "integrations.endpoint_optional": "(اختیاری، برای S3-سازگار)", + "integrations.folder_label": "پوشه", + "integrations.folder_optional": "(اختیاری)", + "integrations.folder_path_label": "مسیر پوشه", + "integrations.folder_prefix_label": "پیشوند پوشه", + "integrations.generic_settings_hint": "تنظیمات مربوط به این نوع ادغام می‌تواند پس از ایجاد از طریق API به صورت JSON ارائه شود.", + "integrations.gmail_hint": "برچسب‌ها و ستاره‌های Gmail: زمانی که فعال باشد، ایمیل‌های پردازش‌شده ستاره‌دار و با برچسب \"دریافت شده\" در Gmail برچسب‌گذاری می‌شوند. فقط برای سرورهای Gmail اعمال می‌شود.", + "integrations.gmail_labels": "اعمال برچسب‌ها و ستاره‌های Gmail", + "integrations.host_label": "میزبان", + "integrations.imap_settings": "تنظیمات IMAP", + "integrations.loading": "در حال بارگذاری ادغام‌ها\u001a", + "integrations.modal_close": "بستن مدال", + "integrations.modal_title_add": "اضافه کردن ادغام", + "integrations.modal_title_edit": "ویرایش ادغام", + "integrations.name_label": "برچسب", + "integrations.name_placeholder": "مثلاً: Gmail کاری، آرشیو S3", + "integrations.nextcloud_settings": "تنظیمات Nextcloud", + "integrations.nextcloud_url_label": "URL Nextcloud", + "integrations.no_integrations_body": " pierwszy یک ادغام اضافه کنید تا منابع ورودی (مانند IMAP) و مقاصد ذخیره‌سازی (مانند S3، Dropbox یا Google Drive) را متصل کنید.", + "integrations.not_connected": "متصل نیست", + "integrations.oauth_folder_label": "پوشه", + "integrations.oauth_hint": "ابتدا این ادغام را ذخیره کنید، سپس از دکمه مجوز استفاده کنید تا جریان OAuth را کامل کنید. اطلاعات ورود شما به طور ایمن در رکورد ادغام شخصی شما ذخیره خواهد شد.", + "integrations.page_title": "یکپارچگی‌ها", + "integrations.paperless_settings": "تنظیمات Paperless NGX", + "integrations.password_label": "کلمه عبور", + "integrations.paused": "متوقف شده", + "integrations.plan_label": "برنامه:", + "integrations.port_label": "پورت", + "integrations.quota_not_available": "(در دسترس نیست)", + "integrations.quota_unlimited": "/ نامحدود", + "integrations.recipient_label": "ایمیل گیرنده", + "integrations.region_label": "منطقه", + "integrations.remote_path_label": "مسیر از راه دور", + "integrations.s3_prefix_label": "پیشوند (مسیر پوشه)", + "integrations.s3_settings": "تنظیمات S3", + "integrations.secret_key_label": "کلید دسترسی مخفی", + "integrations.show_password": "نمایش رمز عبور", + "integrations.show_secrets": "نمایش اطلاعات مخفی", + "integrations.show_token": "نمایش توکن", + "integrations.source_local": "سیستم فایل محلی", + "integrations.source_type_label": "نوع منبع", + "integrations.sources_quota_label": "منابع صندوق پستی:", + "integrations.sources_section": "منابع", + "integrations.subtitle": "مدیریت منابع ورودی و مقاصد ذخیره‌سازی خود را در یک مکان انجام دهید.", + "integrations.title": "یکپارچگی‌ها", + "integrations.type_label": "نوع ادغام", + "integrations.type_placeholder": "\u0000— ابتدا جهت را انتخاب کنید \u0000—", + "integrations.upgrade_plan": "به‌روزرسانی برنامه", + "integrations.use_ssl": "استفاده از SSL", + "integrations.username_label": "نام کاربری", + "integrations.watch_folder_settings": "تنظیمات پوشه نظارت", + "integrations.webdav_settings": "تنظیمات WebDAV", + "integrations.webdav_url_label": "URL WebDAV", + "integrations.webhook_heading": "ورودی وب هوک", + "integrations.webhook_how_heading": "نحوه کار ورودی وب هوک", + "integrations.webhook_how_text": "یک ادغام وب هوک این امکان را می‌دهد که سیستم‌های خارجی مستندات را به‌طور مستقیم به DocuElevate از طریق API REST ارسال کنند. به‌جای اینکه DocuElevate به‌دنبال فایل‌های جدید باشد (مانند IMAP)، برنامه شما فایل‌ها را با استفاده از یک درخواست HTTP و توکن API برای احراز هویت به DocuElevate ارسال می‌کند.", + "integrations.webhook_ideal_text": "این برای خطوط لوله CI/CD، اسکریپت‌های اتوماسیون، ادغام اسکنر، یا هر سیستم دیگری که مستندات را تولید کرده و نیاز به ارسال آنها برای پردازش دارد، ایده‌آل است.", + "integrations.webhook_quick_start": "شروع سریع", + "integrations.webhook_security_tip": "برای هر ادغام یک توکن API اختصاصی ایجاد کنید و بلافاصله در صورت نفوذ آن را لغو کنید. توکن‌ها را می‌توان در صفحه توکن‌های API مدیریت کرد.", + "integrations.webhook_step1": "به {api_tokens_link} بروید و یک توکن شخصی ایجاد کنید.", + "integrations.webhook_upload_with_token": "برای آپلود مستندات از طریق API از توکن استفاده کنید:", + "language.bg": "بلغاری", + "language.ca": "کاتالان", + "language.change_success": "زبان به {language} تغییر یافت", + "language.changed": "زبان به {language} تغییر یافت", + "language.cs": "چکی", + "language.da": "دا‌نمارکی", + "language.de": "آلمانی", + "language.el": "یونانی", + "language.en": "انگلیسی", + "language.es": "اسپانیایی", + "language.et": "استونیایی", + "language.fi": "فنلاندی", + "language.fr": "فرانسوی", + "language.ga": "ایرلندی", + "language.hr": "کرواسی", + "language.hu": "مجار", + "language.is": "ایسلندی", + "language.it": "ایتالیایی", + "language.lb": "لوکزامبورگی", + "language.lt": "لیتوانیایی", + "language.lv": "لاتویایی", + "language.nb": "نروژی", + "language.nl": "هلندی", + "language.no_results": "هیچ زبانی پیدا نشد", + "language.pl": "لهستانی", + "language.pt": "پرتغالی", + "language.ro": "رومانیایی", + "language.ru": "روسی", + "language.search_placeholder": "جستجوی زبان‌ها\u0000a", + "language.selector": "زبان", + "language.selector_label": "زبان را انتخاب کنید", + "language.sk": "اسلواکیایی", + "language.sl": "اسلونیایی", + "language.sv": "سوئدی", + "language.tr": "ترکی", + "language.uk": "اوکراینیک", + "language.zh": "چینی", + "nav.about": "درباره", + "nav.account_menu": "منوی حساب", + "nav.account_menu_for": "منوی حساب برای {name}", + "nav.admin": "مدیر", + "nav.admin.audit_logs": "گزارشات حسابرسی", + "nav.admin.backups": "پشتیبان‌ها", + "nav.admin.plans": "برنامه‌ها", + "nav.admin.scheduled_jobs": "کارهای زمانبندی شده", + "nav.admin.users": "کاربران", + "nav.admin_actions": "اقدامات مدیر", + "nav.admin_menu": "منوی مدیر", + "nav.api_docs": "مستندات API", + "nav.api_tokens": "توکن‌های API", + "nav.backup_restore": "پشتیبان‌گیری و بازیابی", + "nav.credentials": "معرفی‌نامه‌ها", + "nav.dark_mode": "حالت تاریک", + "nav.dashboard": "داشبورد", + "nav.developer_docs": "مستندات توسعه‌دهنده", + "nav.duplicates": "تکراری‌ها", + "nav.file_manager": "مدیریت فایل", + "nav.files": "فایل‌ها", + "nav.get_started": "شروع کنید", + "nav.help": "کمک", + "nav.help_center": "مرکز کمک", + "nav.imap": "ورود ایمیل", + "nav.integrations": "ادغام‌ها", + "nav.light_mode": "حالت روشن", + "nav.login": "ورود", + "nav.logout": "خروج", + "nav.main_navigation": "ناوبری اصلی", + "nav.my_subscription": "اشتراک من", + "nav.notifications": "اعلانات", + "nav.open_main_menu": "باز کردن منوی اصلی", + "nav.pipelines": "خط لوله‌ها", + "nav.plan_designer": "طراحی برنامه", + "nav.pricing": "قیمت‌گذاری", + "nav.profile": "پروفایل", + "nav.profile_settings": "تنظیمات پروفایل", + "nav.queue": "صف", + "nav.queue_monitor": "نظارت بر صف", + "nav.scheduled_jobs": "کارهای زمان‌بندی شده", + "nav.search": "جستجو", + "nav.settings": "تنظیمات", + "nav.shared_links": "لینک‌های به اشتراک‌گذارید", + "nav.sign_out": "خروج", + "nav.signup": "ثبت‌نام", + "nav.similarity": "شباهت", + "nav.skip_to_content": "پرش به محتوای اصلی", + "nav.status": "وضعیت", + "nav.subscription": "اشتراک", + "nav.toggle_dark_mode": "تغییر به حالت تاریک", + "nav.toggle_nav": "تغییر منوی ناوبری", + "nav.upload": "بارگذاری", + "nav.users": "کاربران", + "nav.version": "اطلاعات نسخه", + "notifications.filter_all": "همه", + "notifications.filter_read": "فقط خوانده شده", + "notifications.filter_unread": "فقط نخوانده", + "notifications.manage_desc": "مدیریت صندوق ورودی اعلان‌ها، اهداف و ترجیحات رویداد", + "notifications.mark_all_read": "علامت‌گذاری همه به عنوان خوانده شده", + "notifications.mark_all_read_btn": "علامت‌گذاری همه به عنوان خوانده شده", + "notifications.mark_read": "علامت‌گذاری به عنوان خوانده شده", + "notifications.no_notifications": "هیچ اعلان‌", + "notifications.page_title": "اعلانات", + "notifications.tab_inbox": "صندوق ورودی", + "notifications.tab_settings": "تنظیمات", + "notifications.title": "اطلاعیه‌ها", + "notifications.unread_count": "{count} اطلاعیه خوانده‌نشده", + "pipelines.active_label": "فعال", + "pipelines.add_step_btn": "اضافه کردن مرحله", + "pipelines.create": "ایجاد خط لوله", + "pipelines.custom_label_label": "برچسب سفارشی", + "pipelines.default_label": "پیش‌فرض", + "pipelines.description_label": "شرح", + "pipelines.description_placeholder": "شرح اختیاری", + "pipelines.disabled_label": "غیرفعال", + "pipelines.edit": "ویرایش خط لوله", + "pipelines.empty_state": "هنوز خط لوله‌ای وجود ندارد", + "pipelines.empty_state_hint": "برای تعریف گردش‌کارهای پردازش اسناد سفارشی، اولین خط لوله خود را ایجاد کنید.", + "pipelines.enabled_label": "فعال", + "pipelines.force_cloud_ocr_label": "اجبار پردازش متن ابری (رد کردن استخراج متن محلی)", + "pipelines.inactive_label": "غیرفعال", + "pipelines.loading": "در حال بارگذاری خطوط لوله\n0…", + "pipelines.name_placeholder": "خط لوله من", + "pipelines.new_pipeline_btn": "خط لوله جدید", + "pipelines.no_steps": "هیچ مرحله‌ای تعریف نشده است. برای شروع ساخت خط لوله خود، یک مرحله اضافه کنید.", + "pipelines.ocr_auto": "خودکار (استفاده از پیش‌فرض سیستم)", + "pipelines.ocr_language_hint": "تنظیم زبان جهانی برای Tesseract/EasyOCR را نادیده می‌گیرد. Azure و Mistral زبان را به‌طور خودکار شناسایی می‌کنند.", + "pipelines.ocr_language_label": "زبان OCR", + "pipelines.optional_suffix": "(اختیاری)", + "pipelines.page_title": "پردازش خطوط لوله", + "pipelines.set_default": "تنظیم به عنوان خط لوله پیش‌فرض من", + "pipelines.step_label_placeholder": "نام مرحله پیش‌فرض را نادیده بگیرید", + "pipelines.step_type_label": "نوع مرحله", + "pipelines.subtitle_intro": "گردش‌کارهای پردازش اسناد سفارشی را تعریف و مدیریت کنید.", + "pipelines.subtitle_system_post": "برچسب و برای همه کاربران قابل مشاهده است.", + "pipelines.subtitle_system_pre": "خطوط لوله سیستم (ایجاد شده توسط مدیران) با یک", + "pipelines.system_label": "سیستم", + "pipelines.system_pipeline_label": "خط لوله سیستم (قابل مشاهده برای همه کاربران)", + "pipelines.title": "پردازش خطوط لوله", + "profile.avatar_alt": "عکس پروفایل شما", + "profile.avatar_heading": "عکس پروفایل", + "profile.avatar_remove": "حذف آواتار سفارشی", + "profile.avatar_upload_hint": "یک تصویر JPEG، PNG، GIF یا WebP با حداکثر حجم 2 مگابایت بارگذاری کنید. اگر عکسی تنظیم نشده باشد، {gravatar} شما نمایش داده می‌شود.", + "profile.choose_image": "انتخاب تصویر\u0014", + "profile.confirm_password": "تأیید رمز عبور جدید", + "profile.contact_email_hint": "برای اعلان‌های سیستم استفاده می‌شود. این آدرس ایمیل ورود شما را تغییر نمی‌دهد.", + "profile.contact_email_label": "ایمیل تماس / اعلان", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "رمز عبور فعلی", + "profile.dismiss": "Dismiss", + "profile.display_name_hint": "برای استفاده از نام کاربری یا ایمیل حساب خود، خالی بگذارید.", + "profile.display_name_label": "نام نمایشی", + "profile.display_name_placeholder": "نام شما به عنوان نمایش داده شده در رابط کاربری", + "profile.general_heading": "اطلاعات عمومی", + "profile.gravatar_link": "Gravatar", + "profile.heading": "تنظیمات پروفایل", + "profile.language_auto_detect": "تشخیص خودکار (از مرورگر)", + "profile.language_hint": "زبان رابط کاربری مورد نظر خود را انتخاب کنید. “تشخیص خودکار” تنظیمات مرورگر شما را دنبال می‌کند.", + "profile.language_label": "زبان رابط کاربری", + "profile.new_password": "رمز عبور جدید", + "profile.new_password_hint": "حداقل 8 کاراکتر.", + "profile.page_title": "تنظیمات پروفایل – DocuElevate", + "profile.password_heading": "تغییر رمز عبور", + "profile.preferences_heading": "تنظیمات", + "profile.save_button": "ثبت تغییرات", + "profile.saving": "در حال ذخیره\u0014", + "profile.subtitle": "مدیریت نام نمایشی، آواتار، زبان و ترجیحات تم خود.", + "profile.theme_dark": "تیره", + "profile.theme_hint": "“پیش‌فرض سیستم” تنظیمات حالت تیره دستگاه شما را دنبال می‌کند.", + "profile.theme_label": "طرح رنگ", + "profile.theme_light": "روشن", + "profile.theme_system": "پیش‌فرض سیستم", + "profile.update_password": "به‌روزرسانی رمز عبور", + "profile.updating": "در حال بروزرسانی\n", + "queue.active_tasks": "وظایف فعال", + "queue.auto_refresh_1": "به‌طور خودکار هر", + "queue.auto_refresh_2": "ثانیه به‌روزرسانی می‌شود", + "queue.col_arguments": "آرگومان‌ها", + "queue.col_current_step": "مرحله فعلی", + "queue.col_file": "فایل", + "queue.col_files": "فایل‌ها", + "queue.col_queue": "صف", + "queue.col_state": "وضعیت", + "queue.col_task": "وظیفه", + "queue.col_task_id": "شناسه وظیفه", + "queue.files_processing": "در حال پردازش فایل‌ها", + "queue.heading": "نظارت بر صف", + "queue.last_updated": "آخرین به‌روزرسانی:", + "queue.loading_stats": "در حال بارگذاری آمار صف\u000420…", + "queue.no_active_tasks": "هیچ وظیفه‌ فعالی وجود ندارد", + "queue.no_data": "هیچ داده‌ای وجود ندارد", + "queue.no_files_processing": "هیچ فایلی در حال پردازش نیست", + "queue.page_title": "نظارت بر صف", + "queue.processing_pipeline": "خط لوله پردازش", + "queue.queued_tasks": "وظایف در صف", + "queue.recently_processing": "فایل‌های در حال پردازش اخیر", + "queue.redis_queues": "صف‌های Redis", + "queue.subtitle": "نمایش زنده از خط لوله پردازش اسناد و صف‌های وظیفه Celery.", + "queue.workers_online": "کارگران آنلاین", + "search.button": "جستجو", + "search.error_message": "جستجو به طور موقت در دسترس نیست. لطفاً کمی بعد دوباره تلاش کنید.", + "search.filter_aria_clear": "پاک کردن تمام فیلترها", + "search.filter_clear_button": "پاک کردن فیلترها", + "search.filter_date_from": "تاریخ از", + "search.filter_date_to": "تاریخ تا", + "search.filter_document_type": "نوع سند", + "search.filter_document_type_placeholder": "به عنوان مثال، فاکتور", + "search.filter_language": "زبان", + "search.filter_language_placeholder": "به عنوان مثال، de", + "search.filter_sender": "فرستنده", + "search.filter_sender_placeholder": "به عنوان مثال، ACME Corp", + "search.filter_tags": "برچسب‌ها", + "search.filter_tags_placeholder": "به عنوان مثال، amazon", + "search.filter_text_quality": "کیفیت متن", + "search.filter_text_quality_all": "همه", + "search.filter_text_quality_high": "بالا", + "search.filter_text_quality_low": "پایین", + "search.filter_text_quality_medium": "متوسط", + "search.filter_text_quality_no_text": "بدون متن", + "search.heading": "جستجوی سند", + "search.input_aria_label": "جستجوی اسناد", + "search.input_placeholder": "جستجوی اسناد بر اساس محتوا، فرستنده، برچسب‌ها، نوع...", + "search.loading_indicator": "در حال جستجو", + "search.no_results": "هیچ نتیجه‌ای یافت نشد", + "search.page_title": "جستجوی اسناد", + "search.placeholder": "جستجو بر اساس نام فایل، محتوا، برچسب‌ها...", + "search.result_empty": "هیچ سندی مطابق با درخواست شما یافت نشد.", + "search.results_count": "{count} نتیجه یافت شد", + "search.saved_aria_save": "ذخیره جستجوی فعلی", + "search.saved_button": "ذخیره فعلی", + "search.saved_empty": "هنوز هیچ جستجویی ذخیره نشده است", + "search.saved_error": "نتوانستم جستجوهای ذخیره شده را بارگذاری کنم", + "search.saved_label": "جستجوهای ذخیره شده", + "search.saved_loading": "در حال بارگذاری...", + "search.title": "جستجوی اسناد", + "settings.audit_log_btn": "گزارش حسابرسی", + "settings.autocomplete_hint": "برای جستجو مقادیر شناخته شده را تایپ کنید، یا هر مقدار دلخواهی را وارد کنید.", + "settings.autocomplete_no_matches": "هیچ مقداری یافت نشد — شما می‌توانید یک مقدار دلخواه تایپ کنید", + "settings.autocomplete_placeholder": "برای جستجو تایپ کنید یا مقداری وارد کنید", + "settings.boolean_enable_prefix": "فعال سازی", + "settings.categories_aria": "دسته‌بندی‌های تنظیمات", + "settings.categories_heading": "دسته بندی‌ها", + "settings.db_wizard_btn": "جادوگر پایگاه داده", + "settings.effective_value_label": "مقدار مؤثر:", + "settings.encrypted_suffix": "= رمزنگاری شده در حالت استراحت", + "settings.encrypted_title": "مقدار در حالت استراحت در پایگاه داده رمزنگاری شده است", + "settings.export_btn": "صادر کردن", + "settings.export_db_only": "تنظیمات پایگاه داده فقط", + "settings.export_full_config": "پیکربندی کامل مؤثر", + "settings.jump_to_category": "بپر به دسته", + "settings.manage_config_prefix": "مدیریت پیکربندی. اولویت:", + "settings.model_picker_hint": "از لیست انتخاب کنید یا هر نام مدل پشتیبانی شده توسط ارائه‌دهنده خود را تایپ کنید.", + "settings.model_picker_placeholder": "یک مدل رایج انتخاب کنید یا یک نام دلخواه تایپ کنید", + "settings.no_results_clear": "جستجو را پاک کنید", + "settings.no_results_heading": "هیچ تنظیماتی یافت نشد", + "settings.no_results_hint": "از یک عبارت جستجوی دیگر استفاده کنید یا", + "settings.page_heading": "تنظیمات برنامه", + "settings.required_label": "(ضروری)", + "settings.reset_confirm": "آیا مطمئن هستید که می‌خواهید این تنظیم را بازنشانی کنید؟", + "settings.restart_required_suffix": "= نیاز به راه‌اندازی مجدد", + "settings.revert_btn": "حذف از پایگاه داده", + "settings.revert_title": "حذف Override پایگاه داده و بازگشت به متغیر محیطی یا پیش‌فرض", + "settings.reverting": "در حال بازگشت\u0014", + "settings.save_all_btn": "ذخیره تمامی تغییرات", + "settings.save_error": "ذخیره تنظیمات با خطا مواجه شد", + "settings.save_setting_title": "ذخیره این تنظیم", + "settings.save_success": "تنظیم با موفقیت ذخیره شد", + "settings.saving_state": "در حال ذخیره\u0014", + "settings.search_aria_label": "جستجوی تنظیمات", + "settings.search_clear_aria": "پاک کردن جستجو", + "settings.search_placeholder": "تنظیمات را با نام، کلید یا توصیف جستجو کنید\u0014", + "settings.settings_count_suffix": "تنظیمات", + "settings.source_db_badge": "پایگاه داده", + "settings.source_default_badge": "پیش‌فرض", + "settings.source_env_badge": "متغیر محیطی", + "settings.title": "تنظیمات", + "settings.toggle_visibility_aria": "تغییر وضوح کلمه عبور", + "settings.toggle_visibility_title": "نمایش/عدم نمایش مقدار", + "settings.user_autocomplete_empty": "هیچ کاربر متناسبی پیدا نشد", + "settings.user_autocomplete_hint": "برای جستجوی کاربران موجود با نام، تایپ کنید یا هر شناسه‌ای را به صورت دستی وارد کنید.", + "settings.user_autocomplete_placeholder": "برای جستجوی کاربران شروع به تایپ کنید\u0014", + "settings.wizard_btn": "جادوگر", + "shared.col_expiry": "انقضا", + "shared.col_file_label": "فایل / برچسب", + "shared.col_link": "لینک", + "shared.col_views": "بازدیدها", + "shared.copy_link_aria": "کپی لینک به کلیپ بورد", + "shared.copy_link_title": "کپی لینک", + "shared.create_btn": "ایجاد لینک", + "shared.create_heading": "ایجاد لینک مشترک جدید", + "shared.creating": "در حال ایجاد\u0014", + "shared.expiry_12h": "۱۲ ساعت", + "shared.expiry_14d": "۱۴ روز", + "shared.expiry_1h": "۱ ساعت", + "shared.expiry_24h": "۲۴ ساعت (۱ روز)", + "shared.expiry_30d": "۳۰ روز", + "shared.expiry_3d": "۳ روز", + "shared.expiry_6h": "۶ ساعت", + "shared.expiry_7d": "۷ روز", + "shared.expiry_label": "انقضا", + "shared.expiry_never": "هرگز", + "shared.file_id_help_post": "صفحه یا در URL جزئیات سند.", + "shared.file_id_help_pre": "شناسه فایل را در", + "shared.file_id_label": "شناسه فایل", + "shared.file_id_placeholder": "مثلاً ۴۲", + "shared.files_link": "فایل‌ها", + "shared.heading": "لینک‌های به اشتراک گذاشته شده", + "shared.label_label": "برچسب", + "shared.label_placeholder": "مثلاً با باب به اشتراک گذاشته شده", + "shared.link_created": "لینک به اشتراک گذاشته شده ایجاد شد!", + "shared.link_created_help": "این لینک را کپی کرده و به گیرنده ارسال کنید.", + "shared.links_count_aria": "تعداد لینک‌ها", + "shared.max_downloads_label": "حداکثر دانلودها", + "shared.no_links": "هنوز هیچ لینک به اشتراک گذاشته‌ای وجود ندارد. یکی را در بالا ایجاد کنید تا شروع کنید.", + "shared.open_in_new_tab": "در تب جدید باز کن", + "shared.open_link_aria": "لینک به اشتراک گذاشته شده را باز کن", + "shared.optional": "(اختیاری)", + "shared.page_title": "لینک‌های به اشتراک گذاشته شده – DocuElevate", + "shared.password_label": "رمز عبور", + "shared.password_placeholder": "برای عدم وجود رمز عبور خالی بگذارید", + "shared.password_protected": "با رمز عبور محافظت شده", + "shared.refresh_aria": "لیست لینک‌های به اشتراک گذاشته شده را تازه‌سازی کن", + "shared.revoke_aria_prefix": "لینک به اشتراک گذاشته شده را برای", + "shared.revoke_btn": "لغو", + "shared.status_active": "فعال", + "shared.status_expired": "منقضی شده", + "shared.status_limit_reached": "حداکثر رسیده", + "shared.status_revoked": "لغو شده", + "shared.subtitle": "اسناد را با هر کسی از طریق یک لینک زمانی یا محدود به مشاهده به اشتراک بگذارید. دریافت‌کنندگان به حساب DocuElevate نیاز ندارند. لینک‌ها می‌توانند با رمز عبور محافظت شده و در هر زمان لغو شوند.", + "shared.table_aria": "لینک‌های به اشتراک گذاشته شده", + "shared.unlimited_placeholder": "نامحدود", + "shared.your_links": "لینک‌های به اشتراک گذاشته شده شما", + "similarity.backfill_auto": "وظیفه پس‌زمینه هر ۵ دقیقه به‌طور خودکار آن‌ها را محاسبه خواهد کرد، یا شما می‌توانید", + "similarity.files_missing_text": "فایل(ها) متن OCR دارند اما هنوز جاسازی نشده‌اند.", + "similarity.find_pairs_btn": "پیدا کردن جفت‌ها", + "similarity.heading": "شباهت اسناد", + "similarity.load_error": "بارگذاری جفت‌ها ناکام ماند.", + "similarity.min_similarity_label": "حداقل شباهت", + "similarity.no_pairs_detail": "هیچ جفت سندی از آستانه شباهت فراتر نمی‌رود.", + "similarity.no_pairs_heading": "هیچ جفت مشابهی پیدا نشد", + "similarity.page_title": "شباهت مستند - DocuElevate", + "similarity.pagination_aria": "صفحه‌بندی جفت‌های مشابه", + "similarity.per_page_label": "در هر صفحه", + "similarity.scanning": "در حال اسکن برای جفت‌های مستند مشابه\n...", + "similarity.stat_embedding_model": "مدل جاسازی", + "similarity.stat_missing_embedding": "جاسازی مفقود", + "similarity.stat_total_files": "تعداد کل فایل‌ها", + "similarity.stat_with_embedding": "با جاسازی", + "similarity.subtitle": "جفت‌های مستند با شباهت معنایی بالا، بر اساس امتیاز رتبه‌بندی شده‌اند.", + "similarity.trigger_aria": "محاسبه جاسازی را برای تمامی فایل‌های مفقود شده، فعال کنید", + "similarity.trigger_now": "اکنون فعالش کن", + "status.app_version": "نسخه اپلیکیشن", + "status.build_date": "تاریخ ساخت", + "status.container_id": "شناسه کانتینر", + "status.git_commit": "کامیت گیت", + "status.last_check": "آخرین بررسی", + "status.page_title": "وضعیت سیستم", + "status.setting_label": "تنظیمات", + "status.value_label": "مقدار", + "subscription.available_plans_heading": "طرح های موجود", + "subscription.back_to_dashboard": "بازگشت به داشبورد", + "subscription.cancel_pending": "لغو تغییر", + "subscription.cancel_scheduled": "لغو تغییر برنامه‌ریزی شده", + "subscription.contact_sales": "تماس با فروش", + "subscription.current_badge": "فعلی", + "subscription.current_plan": "طرح فعلی", + "subscription.current_plan_cta": "طرح فعلی شما", + "subscription.downgrade_to_prefix": "کاهش به", + "subscription.features_heading": "چه چیزی در طرح شما گنجانده شده است", + "subscription.free": "رایگان", + "subscription.heading": "اشتراک من", + "subscription.keep_plan_prefix": "نگه‌داشتن", + "subscription.lifetime_files": "تعداد کل فایل‌ها (همیشگی)", + "subscription.month_files": "فایل‌ها در این ماه", + "subscription.more_features_label": "بیشتر", + "subscription.page_title": "اشتراک من - DocuElevate", + "subscription.pending_badge": "در حال انتظار", + "subscription.pending_benefits": "تا آن زمان تمامی مزایای طرح فعلی خود را حفظ می‌کنید.", + "subscription.pending_on": "در", + "subscription.pending_title": "تغییر طرح در حال انتظار برنامه‌ریزی شده", + "subscription.pending_will_change": "طرح شما به", + "subscription.per_mo": "/ماه", + "subscription.per_month": "/ماه", + "subscription.since": "از", + "subscription.single_user_body": "رده‌های اشتراک زمانی اعمال می‌شوند که حالت چندکاربره فعال باشد. نمونه شما در حال حاضر در حالت تک‌کاربره اجرا می‌شود بدون محدودیت پردازش. یک مدیر می‌تواند حالت چندکاربره را از طریق {settings_link} فعال کند.", + "subscription.single_user_title": "حالت چندکاربره فعال نیست.", + "subscription.subtitle": "طرح فعلی شما، استفاده و به‌روزرسانی‌های موجود.", + "subscription.this_month_label": "این ماه", + "subscription.today_files": "فایل‌ها امروز", + "subscription.today_label": "امروز", + "subscription.unlimited": "نامحدود", + "subscription.upgrade_info": "به‌روزرسانی‌ها بلافاصله اثر می‌کنند. کاهش به طرح در انتهای دوره صورتحساب فعلی شما برنامه‌ریزی شده است.", + "subscription.upgrade_to_prefix": "به‌روزرسانی به", + "subscription.usage_heading": "استفاده", + "upload.browse_button": "جستجوی فایل‌ها", + "upload.button_processing": "در حال پردازش...", + "upload.camera_button": "عکس بگیرید / سند را اسکن کنید", + "upload.download_button": "دانلود و پردازش", + "upload.downloading": "در حال دانلود فایل از URL...", + "upload.drag_drop": "فایل‌ها را بکشید و در اینجا رها کنید یا روی آن کلیک کنید برای جستجو", + "upload.drop_hint_desktop": "فایل‌ها یا پوشه‌ها را بکشید و در اینجا رها کنید، یا برای انتخاب فایل‌ها روی آن کلیک کنید.", + "upload.drop_hint_mobile": "برای انتخاب فایل‌ها ضربه بزنید یا از دکمه دوربین زیر استفاده کنید.", + "upload.drop_zone_aria": "منطقه بارگذاری فایل. فایل‌ها را در اینجا بکشید و رها کنید، یا کلید Enter را فشار دهید تا فایل‌ها را جستجو کنید.", + "upload.error": "بارگذاری ناموفق بود", + "upload.error_invalid_url": "قالب URL نامعتبر", + "upload.error_url_required": "لطفاً یک URL وارد کنید", + "upload.file_size_hint": "حداکثر اندازه: 500 مگابایت برای هر فایل", + "upload.file_types": "نوع‌های مجاز: PDF، مستندات Office (Word، Excel، PowerPoint و غیره)، تصاویر", + "upload.filename_description": "برای استفاده از نام فایل از URL خالی بگذارید", + "upload.filename_label": "نام فایل (اختیاری)", "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "upload.max_size": "حداکثر اندازه فایل: {size}", + "upload.page_title": "بارگذاری فایل‌ها", + "upload.section_device": "بارگذاری از دستگاه", + "upload.section_url": "بارگذاری از URL", + "upload.select_file": "فایل را انتخاب کنید", + "upload.success": "فایل با موفقیت بارگذاری شد", + "upload.title": "بارگذاری سند", + "upload.uploading": "در حال بارگذاری...", + "upload.url_description": "یک لینک مستقیم به یک فایل (PDF، اسناد Office یا تصاویر) وارد کنید", + "upload.url_label": "آدرس فایل", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/fi.json b/frontend/translations/fi.json index edc89326..e2bd4fa2 100644 --- a/frontend/translations/fi.json +++ b/frontend/translations/fi.json @@ -1,593 +1,700 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Tutustu luojaan", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_pre": "DocuElevatea kehitetään intohimoisesti", + "about.features_admin_api": "Voimakas REST API ohjelmallista käyttöä varten", + "about.features_admin_config": "Erittäin konfiguroitavissa ympäristömuuttujien kautta", + "about.features_admin_docker": "Docker-valmis helppoa käyttöönottoa ja skaalausta varten", + "about.features_admin_heading": "Hallinta", + "about.features_admin_oauth2": "OAuth2-todentamis tuki Authentikin kanssa", + "about.features_automation_background": "Taustaprosessointi Redis ja Celery:n avulla", + "about.features_automation_gmail": "Gmail ja yleisten sähköpostitilien integraatio", + "about.features_automation_heading": "Automaatiot", + "about.features_automation_imap": "IMAP-postilaatikon kysely useista lähteistä", + "about.features_automation_ingestion": "Automaattinen asiakirjojen sisäänottaminen eri syötteistä", + "about.features_heading": "Keskeiset ominaisuudet", + "about.features_integration_cloud": "Pilvitallennus: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integraatio & Tallennus", + "about.features_integration_multi_dest": "Monikohteinen tuki (asiakirjat useisiin sijainteihin)", + "about.features_integration_protocols": "Siirtoprotokollat: FTP, SFTP, Sähköposti uudelleenlähetys", + "about.features_integration_selfhosted": "Oma isännöintivaihtoehdot: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Älykäs asiakirjojen luokittelu ja päivämäärän poiminta", + "about.features_processing_heading": "Asiakirjojen käsittely", + "about.features_processing_metadata": "Automaattinen metatietojen poiminta liitettävän AI-palveluntarjoajan avulla", + "about.features_processing_ocr": "OCR Azure Document Intelligence:n avulla", + "about.features_processing_pdf": "PDF-muunnos eri tiedostomuodoista Gotenbergin kautta", + "about.features_processing_upload": "Yksinkertaiset ja turvalliset tiedostojen lataukset raahaa ja pudota -tuen kanssa", + "about.github_logo_alt": "GitHub-logo", + "about.heading": "Tietoa DocuElevatesta", + "about.intro_post": " – nykyaikainen, älykäs ratkaisusi asiakirjojen käsittelyyn! Olemme rakentaneet DocuElevaten muuttaaksemme täysin tavan, jolla käsittelet asiakirjojasi – latauksesta poimintaan, käsittelystä tallennukseen.", + "about.intro_pre": "Tervetuloa ", + "about.involved_description": "Haluatko syventyä koodiin, antaa ideoita tai oppia lisää DocuElevatesta?", + "about.involved_docs": "Lue dokumentaatio", + "about.involved_github": "Näe DocuElevate GitHubissa", + "about.involved_heading": "Osallistu", + "about.involved_website": "Vieraile DocuElevate-sivustolla", + "about.legal_description": "Me välitämme yksityisyydestäsi ja tietoturvastasi. Tarkista:", + "about.legal_heading": "Yksityisyys & Laillisuus", + "about.legal_license": "Lisenssitiedot", + "about.legal_privacy": "Yksityisyysilmoitus", + "about.page_title": "Tietoa DocuElevatesta", + "about.story_heading": "Tarinaamme", + "about.story_p1": "DocuElevate luotiin yksi tavoite mielessä: helpottaa ja virtaviivaistaa asiakirjahallintoa kaikille, olivatpa he pieniä startupeja tai suuria yrityksiä.", + "about.story_p2": "Hyödynnämme liitettäviä tekoälypalveluiden (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey ja muita) voimaa metadatan poimimiseen ja tekstin jalostamiseen, integroimme saumattomasti Dropboxin, Nextcloudin ja Paperless NGX:n kanssa varastointia ja indeksointia varten, hyödynnämme Azure Document Intelligenceä OCR:ssä ja käytämme jopa Gotenbergia tiedostoista PDF:ksi muuntamiseen.", + "api_tokens.col_created": "Luotu", + "api_tokens.col_last_ip": "Viimeinen IP", + "api_tokens.col_last_used": "Viimeksi käytetty", + "api_tokens.col_name": "Nimi", + "api_tokens.col_prefix": "Token-etuliite", + "api_tokens.copy_to_clipboard": "Kopioi token leikepöydälle", + "api_tokens.copy_upload_example": "Kopioi latausesimerkki leikepöydälle", + "api_tokens.copy_warning_1": "Kopioi tämä token nyt — se", + "api_tokens.copy_warning_2": "ei tule näkymään uudelleen", + "api_tokens.create_heading": "Luo uusi token", + "api_tokens.create_token": "Luo token", + "api_tokens.creating": "Luodaan…", + "api_tokens.heading": "API-tokenit", + "api_tokens.intro": "Luo henkilökohtaisia API-tokeneita vuorovaikuttaaksesi DocuElevate API:n kanssa ohjelmallisesti. Käytä tokeneita webhook-latauksiin, CI/CD-putkiin tai mihin tahansa skriptiin, joka tarvitsee ladata tai palauttaa asiakirjoja.", + "api_tokens.loading_tokens": "Ladataan tokeneita…", + "api_tokens.never": "Ei koskaan", + "api_tokens.no_tokens_heading": "Ei API-tokeneita vielä", + "api_tokens.no_tokens_help": "Luo ensimmäinen token yllä olevasta päästäksesi alkuun.", + "api_tokens.page_title": "API-tokenit – DocuElevate", + "api_tokens.revoke": "Peruuta", + "api_tokens.revoke_prefix": "Peruuta token", + "api_tokens.status_active": "Aktiivinen", + "api_tokens.status_revoked": "Peruutettu", + "api_tokens.table_aria": "API-tokenit", + "api_tokens.token_created": "Token luotiin onnistuneesti!", + "api_tokens.token_name_label": "Token-nimi", + "api_tokens.token_name_placeholder": "esim. CI-putki, Webhook-lataus, Skriptini", + "api_tokens.usage_heading": "Käyttöesimerkki", + "api_tokens.usage_intro_post": "otsikko kaikilla API-pyynnöillä:", + "api_tokens.usage_intro_pre": "Käytä API-tokeniasi", + "api_tokens.your_tokens": "Tokenisi", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "audit.col_resource": "Resurssi", + "audit.col_timestamp": "Aikaleima", + "audit.critical": "Kriittinen", + "audit.filter_action": "Toiminta", + "audit.filter_all_actions": "Kaikki toiminnot", + "audit.filter_all_users": "Kaikki käyttäjät", + "audit.filter_resource_placeholder": "esim. asiakirja, käyttäjä", + "audit.filter_resource_type": "Resurssin tyyppi", + "audit.filter_severity": "Vakavuus", + "audit.filter_user": "Käyttäjä", + "audit.filters_section_label": "Audit-lokin suodattimet", + "audit.next": "Seuraava", + "audit.next_label": "Seuraava sivu", + "audit.no_events": "Audit-tapahtumia ei ole vielä tallennettu.", + "audit.no_events_hint": "Merkittävät toimet (kirjautumiset, asiakirjakäsittelyt, asetusten muutokset) näkyvät täällä.", + "audit.page_title": "Audit-lokit - DocuElevate", + "audit.pagination_label": "Audit-lokin sivutus", + "audit.prev": "Edellinen", + "audit.prev_label": "Edellinen sivu", + "audit.refresh_label": "Päivitä audit-lokit", + "audit.siem_disabled_title": "SIEM-lähetys on poistettu käytöstä", + "audit.siem_enabled_title": "Tapahtumat lähetetään osoitteeseen ", + "audit.siem_off": "SIEM: Pois päältä", + "audit.subtitle": "Kattava, vain lisättävä tallennus kaikista merkittävistä toimenpiteistä.", + "audit.table_label": "Audit-lokin tapahtumat", + "audit.title": "Audit-lokit", + "auth.confirm_password": "Vahvista salasana", + "auth.create_account": "Luo tili", + "auth.display_name_label": "Näyttönimi", + "auth.email_label": "Sähköposti", + "auth.forgot_password": "Unohditko salasanan?", + "auth.forgot_username": "Unohditko käyttäjänimen?", + "auth.login": "Kirjaudu sisään", + "auth.login_title": "Kirjaudu sisään", + "auth.logo_alt": "DocuElevate-logo", + "auth.logout": "Kirjaudu ulos", + "auth.my_account": "Oma tilini", + "auth.no_account": "Ei tiliä?", + "auth.or_continue_with": "Tai jatka", + "auth.password_label": "Salasana", + "auth.profile": "Profiili", + "auth.remember_me": "Muista minut", + "auth.return_home": "Palaa kotiin", + "auth.sign_in": "Kirjaudu sisään", + "auth.sign_in_sso": "Kirjaudu sisään SSO:lla", + "auth.sign_in_with": "Kirjaudu sisään", + "auth.sign_in_with_username": "Kirjaudu sisään käyttäjätunnuksella", + "auth.signup": "Rekisteröidy", + "auth.signup_title": "Rekisteröidy", + "auth.username_label": "Käyttäjätunnus", + "auth.username_or_email": "Käyttäjätunnus tai Sähköposti", + "auth.verify_email_back_sign_in": "Takaisin kirjautumiseen", + "auth.verify_email_expiry": "Linkki vanhenee 24 tunnissa. Jos et näe sähköpostia, tarkista roskapostikansiosi.", + "auth.verify_email_heading": "Tarkista postilaatikkosi", + "auth.verify_email_message": "Olemme lähettäneet sinulle vahvistussähköpostin. Klikkaa sähköpostin linkkiä aktivoidaksesi tilisi.", + "auth.verify_email_page_title": "DocuElevate - Vahvista sähköpostisi", + "auth.verify_email_resend_aria_label": "Sähköpostiosoite uudelleenlähetykselle", + "auth.verify_email_resend_button": "Lähetä vahvistussähköposti uudelleen", + "auth.verify_email_resend_label": "Sähköpostiosoite", + "auth.verify_email_resend_placeholder": "Syötä sähköpostiosoitteesi", + "auth.verify_email_resend_prompt": "Etkö saanut sitä?", + "backup.archives_heading": "Varmuuskopioarkistot", + "backup.backup_now": "Varmuuskopioi nyt", + "backup.clean_up": "Siivoa", + "backup.cleanup_title": "Suorita säilytyssiivous nyt", + "backup.col_created": "Luotu", + "backup.col_filename": "Tiedostonimi", + "backup.col_size": "Koko", + "backup.col_storage": "Tallennus", + "backup.col_type": "Tyyppi", + "backup.config_auto_backup": "Automaattinen varmuuskopiointi", + "backup.config_remote_dest": "Etäkohde", + "backup.config_retention": "Säilytys", + "backup.config_total_size": "Kokonaislokalisoitu koko", + "backup.confirm_btn": "Vahvista", + "backup.confirm_title": "Vahvista toiminto", + "backup.heading": "Varmuuskopiointi", + "backup.local_only": "Vain paikallinen", + "backup.no_backups": "Ei varmuuskopioita vielä.", + "backup.no_backups_hint": "Klikkaa Varmuuskopioi nyt luodaksesi ensimmäisen varmuuskopiosi.", + "backup.page_title": "Varmuuskopiointihallinta", + "backup.records_label": "tietueet", + "backup.restore_btn": "Palauta", + "backup.restore_desc_mid": "varmuuskopioarkisto palauttaaksesi tietokannan.", + "backup.restore_desc_pre": "Lähetä", + "backup.restore_desc_warning": "Tämä ylikirjoittaa kaikki nykyiset tiedot.", + "backup.restore_file_label": "Varmuuskopioarkisto (.db.gz)", + "backup.restore_heading": "Palauta tiedostosta", + "backup.restoring": "Palautetaan\u0015B\u0015B", + "backup.retention_daily_detail": "\u0015B\u0015B säilytetään 3 viikkoa", + "backup.retention_heading": "Säilytyspolitiikka", + "backup.retention_hourly_detail": "\u0015B\u0015B säilytetään 4 päivää", + "backup.retention_note": "Näiden rajojen ylittävät varmuuskopiot poistetaan automaattisesti jokaisen uuden varmuuskopion luomisen jälkeen.", + "backup.retention_weekly_detail": "\u0015B\u0015B säilytetään noin 3 kuukautta", + "backup.snapshots": "kuvakaappaukset", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "backup.storage_local": "paikallinen", + "backup.subtitle": "Tietokannan varmuuskopiot luodaan automaattisesti: tuntikohtaisesti (4 päivää), päivittäin (3 viikkoa), viikoittain (13 viikkoa).", + "backup.table_aria": "Varmuuskopioarkistot", + "backup.trigger_daily": "Varmuuskopioi nyt (päivittäin)", + "backup.trigger_hourly": "Varmuuskopioi nyt (tuntikohtaiseen)", + "backup.trigger_weekly": "Varmuuskopioi nyt (viikoittain)", + "backup.type_daily": "Päivittäin", + "backup.type_hourly": "Tuntikohtaiseen", + "backup.type_weekly": "Viikoittain", + "billing.go_to_dashboard": "Siirry kojetauluun", + "billing.manage_subscription": "Hallitse tilaus", + "billing.success_heading": "Olet valmis!", + "billing.success_message": "Tilauksesi on aktivoitu. Kiitos, että valitsit DocuElevaten!", + "billing.success_page_title": "DocuElevate - Tilaus aktivoitu", + "common.actions": "Toiminnot", + "common.active": "Aktiivinen", + "common.all": "Kaikki", + "common.avatar": "Avatar", + "common.back": "Takaisin", + "common.cancel": "Peruuta", + "common.close": "Sulje", + "common.col_pending": "Odottaa", + "common.completed": "Valmis", + "common.confirm": "Vahvista", + "common.copied": "Kopioitu!", + "common.copy": "Kopioi", + "common.create": "Luo", + "common.created": "Luotu", + "common.date": "Päivämäärä", + "common.delete": "Poista", + "common.description": "Kuvaus", + "common.details": "Yksityiskohdat", + "common.disabled": "Pois käytöstä", + "common.download": "Lataa", + "common.duplicate": "Kopioi", + "common.edit": "Muokkaa", + "common.enabled": "Käytössä", + "common.error": "Virhe", + "common.failed": "Epäonnistui", + "common.filter": "Suodata", + "common.inactive": "Epäkunnossa", + "common.info": "Tietoa", + "common.loading": "Ladataan...", + "common.name": "Nimi", + "common.next": "Seuraava", + "common.next_page": "Seuraava sivu", + "common.no": "Ei", + "common.none": "Ei mitään", + "common.page": "Sivu", + "common.paused": "Tauko", + "common.pending": "Odottaa", + "common.prev_page": "Edellinen sivu", + "common.previous": "Edellinen", + "common.processing": "Käsitellään", + "common.refresh": "Päivitä", + "common.reset": "Nollaa", + "common.retry": "Yritä uudelleen", + "common.save": "Tallenna", + "common.search": "Hae", + "common.select": "Valitse", + "common.select_placeholder": "— valitse —", + "common.size": "Koko", + "common.status": "Tila", + "common.submit": "Lähetä", + "common.success": "Onnistui", + "common.tags": "Tägät", + "common.test": "Testi", + "common.test_connection": "Testaa yhteys", + "common.type": "Tyyppi", + "common.update": "Päivitä", + "common.updated": "Päivitetty", + "common.upload": "Lataa", + "common.view": "Näytä", + "common.warning": "Varoitus", + "common.yes": "Kyllä", + "cookie.accept": "Selvä", + "cookie.learn_more": "Lue lisää", + "cookie.message": "Tämä verkkosivusto käyttää evästeitä parantaakseen käyttökokemustasi.", + "cookie.notice": "DocuElevate käyttää vain välttämättömiä istuntoevästeitä, jotka ovat tarpeen todennusta ja palvelun toimintaa varten. Ei käytetä seurantaa tai analytiikkaevästeitä.", + "cookie.notice_label": "Evästeilmoitus", + "cookie.policy_link": "Evästekäytäntö", + "cookie.privacy_link": "Tietosuojailmoitus", + "credentials.col_action": "Toiminto", + "credentials.col_credential": "Todistus", + "credentials.col_source": "Lähde", + "credentials.configured": "Määrätty", + "credentials.edit_in_settings": "Muokkaa asetuksissa", + "credentials.legend_db": "Arvo tallennettu tietokantaan (salattuna levossa; ohittaa ympäristömuuttujan)", + "credentials.legend_env_after": " tiedosto", + "credentials.legend_env_before": "Arvo ympäristömuuttujasta tai ", + "credentials.legend_missing": "Todistusta ei ole asetettu — integraatio ei toimi", + "credentials.legend_restart": "Uudelleenkäynnistys vaaditaan, kun tätä todistusta vaihdetaan", + "credentials.legend_title": "Legenda", + "credentials.manage_settings": "Hallitse asetuksia", + "credentials.not_configured": "Ei määrätty", + "credentials.page_title": "Todistus Tarkastus - DocuElevate", + "credentials.raw_json": "Raaka JSON (API)", + "credentials.restart_title": "Uudelleenkäynnistys vaaditaan tämän todistuksen vaihdon jälkeen", + "credentials.source_db_title": "Tallennettu tietokantaan (salattuna)", + "credentials.source_env_title": "Ympäristömuuttujasta", + "credentials.status_missing": "Puuttuva", + "credentials.subtitle": "Yleiskuvaus kaikista arkaluontoisista todistuksista, joita DocuElevate käyttää. Tässä ei näytetä salaisia arvoja — vain se, onko kukin todistus määrätty ja mistä se tulee.", + "credentials.table_for": "Todistukset varten", + "credentials.title": "Todistus Tarkastus", + "credentials.total_credentials": "Yhteensä Todistuksia", + "dashboard.active_integrations": "Aktiiviset Integraatiot", + "dashboard.files_this_month": "Tiedostot Tällä Kuukaudella", + "dashboard.files_today": "Tiedostot Tänään", + "dashboard.ocr_processed": "OCR Käsitelty", + "dashboard.quick_actions": "Nopeat Toiminnot", + "dashboard.recent_activity": "Äskettäinen Toiminta", + "dashboard.storage_targets": "Tallennustavoitteet", + "dashboard.title": "Koontinäyttö", + "dashboard.total_files": "Yhteensä Tiedostoja", + "dashboard.welcome": "Tervetuloa DocuElevateen", + "duplicates.file_id_label": "Tiedoston ID", + "duplicates.file_id_placeholder": "esim. 42", + "duplicates.find_btn": "Löydä", + "duplicates.found_files": "duplikaattitiedostoa yhteensä.", + "duplicates.found_groups": "duplikaattiryhmää, joissa on", + "duplicates.found_prefix": "Löydetty", + "duplicates.group_aria": "Duplikaattiryhmä", + "duplicates.heading": "Duplikaattidokumentit", + "duplicates.how_it_works_heading": "Kuinka lähes-duplikaattien tunnistus toimii", + "duplicates.max_results_label": "Max. tulokset", + "duplicates.near_dup_desc": "Valitse asiakirja tarkistaaksesi, sisältävätkö muut tiedostot saman (tai hyvin samanlaisen) sisällön — vaikka ne olisi skannattu eri aikoina ja niillä on eri SHA-256 -havaintoja.", + "duplicates.near_dup_heading": "Löydä lähes-duplikaatit asiakirjalle", + "duplicates.no_exact_heading": "Ei tarkkoja duplikaatteja löydetty", + "duplicates.page_title": "Duplikaattidokumentit - DocuElevate", + "duplicates.pagination_aria": "Sivutus", + "duplicates.role_duplicate": "Duplikaatti", + "duplicates.role_original": "Alkuperäinen", + "duplicates.tab_exact": "Tarkat duplikaatit", + "duplicates.tab_near": "Lähes-Duplikaatin Etsijä", + "duplicates.tabs_aria": "Duplikaattien tunnistuksen välilehdet", + "duplicates.threshold_label": "Samanlaisuusraja", + "duplicates.view_dup_aria": "Näytä duplikaattitiedosto", + "duplicates.view_original_aria": "Näytä alkuperäinen tiedosto", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Hups, emme löytäneet tätä sivua!", + "error.404_home": "Palaa etusivulle", + "error.404_message": "Näyttää siltä, että DocuElevate on hukannut etsimäsi asiakirjan. Älä huoli – olemme tässä auttamassa.", + "error.404_title": "404 - Ei löydy", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Näytä virheinfo", + "error.500_description": "Palvelimillamme tapahtui vahinko ja tarvitsevat hetken.", + "error.500_heading": "Hups! Jokin meni pieleen.", + "error.500_home": "Mene kotisivulle", + "error.500_img_alt": "Kuva palvelinvirheestä", + "error.500_message1": "Palvelimillamme tapahtui vahinko ja tarvitsevat hetken. Ehkä hamsterit kaatoivat kahvinsa?", + "error.500_message2": "Olemme jo sen parissa - lajittelemme tiedostoja, käynnistämme palvelimia uudelleen ja kalibroimme flux-kondensaattoreita.", + "error.500_title": "Palvelinvirhe - DocuElevate", + "error.forbidden": "Kielletty", + "error.forbidden_message": "Sinulla ei ole oikeutta päästä tälle sivulle.", + "error.not_found": "Sivua ei löydy", + "error.not_found_message": "Hakemaasi sivua ei ole olemassa.", + "error.server_error": "Sisäinen palvelinvirhe", + "error.server_error_message": "Jotain meni pieleen. Yritä myöhemmin uudelleen.", + "error.unauthorized": "Valtuuttamaton", + "error.unauthorized_message": "Sinun pitää kirjautua sisään päästäksesi tälle sivulle.", + "files.action_delete": "Poista tiedosto", + "files.action_details": "Näytä tiedot", + "files.action_preview": "Nopea esikatselu", + "files.bulk_clear_selection": "Tyhjennä valinta", + "files.bulk_cloud_ocr": "Aja Cloud OCR uudelleen", + "files.bulk_delete": "Poista valitut", + "files.bulk_download": "Lataa ZIP-muodossa", + "files.bulk_reprocess": "Käsittele valitut uudelleen", + "files.delete_modal_cancel": "Peruuta", + "files.delete_modal_confirm": "Poista", + "files.delete_modal_message": "Oletko varma, että haluat poistaa tämän tiedoston?", + "files.delete_modal_title": "Vahvista poisto", + "files.document_title": "Asiakirjan otsikko", + "files.drop_overlay_hint": "Tuetaan PDF-, Office-dokumentteja, kuvia, HTML:ää, Markdownia ja paljon muuta – kansiot käsitellään rekursiivisesti", + "files.drop_overlay_title": "Roiskaise tiedostoja tai kansioita mihin tahansa ladataksesi", + "files.error_hint": "Tämä voi johtua kokoonpano- tai tuontiongelmasta. Tarkista palvelinlokit.", + "files.file_size": "Tiedoston koko", + "files.filename": "Tiedostonimi", + "files.files_selected": "valittua tiedostoa", + "files.filter_all_providers": "Kaikki toimittajat", + "files.filter_all_statuses": "Kaikki tilat", + "files.filter_all_types": "Kaikki tyypit", + "files.filter_apply": "Sovella suodattimia", + "files.filter_clear": "Tyhjennä", + "files.filter_date_from": "Päivämäärä alkaen", + "files.filter_date_from_aria": "Suodata päivämäärän mukaan", + "files.filter_date_to": "Päivämäärä asti", + "files.filter_date_to_aria": "Suodata päivämäärän mukaan", + "files.filter_form_aria": "Suodata tiedostoja", + "files.filter_mime_type": "MIME-tyyppi", + "files.filter_ocr_all": "Kaikki tiedostot", + "files.filter_ocr_good": "Hyvä laatu", + "files.filter_ocr_poor": "Huono laatu", + "files.filter_ocr_quality": "OCR-laatu", + "files.filter_ocr_quality_aria": "Suodata OCR-laatupisteen mukaan", + "files.filter_ocr_unchecked": "Ei vielä arvioitu", + "files.filter_search_label": "Etsi tiedostonimi", + "files.filter_search_placeholder": "Anna tiedostonimi...", + "files.filter_storage_provider": "Tallennuspalveluntarjoaja", + "files.filter_tags_aria": "Suodata tunnisteiden mukaan (erotettuna pilkuilla)", + "files.filter_tags_placeholder": "esim. lasku,amazon", + "files.fulltext_search_label": "Koko tekstin haku (OCR-teksti, metadata, tunnisteet)", + "files.fulltext_search_placeholder": "Etsi asiakirjan sisältöä, lähettäjää, tunnisteita, tyyppiä...", + "files.no_files": "Ei tiedostoja löytynyt", + "files.ocr_status": "OCR-tila", + "files.page_title": "Tiedostotiedot", + "files.pagination_files": "tiedostoa", + "files.pagination_first": "Ensimmäinen", + "files.pagination_last": "Viimeinen", + "files.pagination_nav_aria": "Tiedostoluettelon sivutus", + "files.pagination_next": "Seuraava", + "files.pagination_of": "/", + "files.pagination_previous": "Edellinen", + "files.pagination_showing": "Näytetään", + "files.preview_modal_close": "Sulje esikatselu", + "files.preview_modal_title": "Esikatselu", + "files.queue_banner_items": "kohta(t) odottavat tai käsitellään parhaillaan. Tiedostot tulevat näkyviin täällä, kun käsittely on valmis.", + "files.queue_banner_link": "Näytä jono", + "files.saved_searches_empty": "Ei vielä tallennettuja hakuja", + "files.saved_searches_error": "Tallennettuja hakuja ei voitu ladata", + "files.saved_searches_label": "Tallennetut haut", + "files.saved_searches_save": "Tallenna nykyinen", + "files.saved_searches_save_aria": "Tallenna nykyiset suodattimet tallennettuna hakuina", + "files.search_results_empty": "Ei tuloksia löytynyt.", + "files.search_results_title": "Hakutulokset", + "files.status_duplicate": "Kaksoiskappale", + "files.table_actions": "Toiminnot", + "files.table_aria": "Tiedostotiedot", + "files.table_created_at": "Luotu", + "files.table_empty": "Ei tiedostoja löytynyt", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.table_mime_type": "MIME-tyyppi", + "files.table_original_filename": "Alkuperäinen tiedostonimi", + "files.table_select_all": "Valitse kaikki tiedostot tältä sivulta", + "files.tags": "Tunnisteet", + "files.title": "Tiedostot", + "files.upload_modal_aria": "Latausprosessi", + "files.upload_modal_close": "Sulje latausprosessi", + "files.upload_modal_header": "Ladataan tiedostoja", + "files.uploaded": "Ladattu", + "footer.about": "Tietoa", + "footer.attribution": "Tekijänoikeudet", + "footer.attributions": "Tekijänoikeudet", + "footer.cookies": "Evästeet", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Impressum", + "footer.license": "Lisenssi", + "footer.navigation": "Alatunnisteen navigointi", + "footer.privacy": "Yksityisyys", + "footer.terms": "Ehdot", + "footer.version": "Versio {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth-yhteys. Tiedostot menevät valitsemaasi kansioon.", + "help.destinations_email": "Sähköposti-välitys", + "help.destinations_email_desc": "Käsitellyt tiedostot lähetetään SMTP-liitetiedostoina.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Palvelutili tai OAuth. Tukee jaettuja asemia.", + "help.destinations_heading": "Kohteet – Minne asiakirjat menevät", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Oma pilvitallennus WebDAV:n kautta.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Microsoft Graph API -integraatio.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Työnnä asiakirjat suoraan Paperlessiin arkistointia varten.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Mikä tahansa S3-yhteensopiva säiliö (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Turvallinen tiedonsiirto mille tahansa palvelimelle.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST-metatiedot mille tahansa ulkoiselle päätepisteelle.", + "help.documentation": "Dokumentaatio", + "help.faq": "Usein kysytyt kysymykset", + "help.faq_1_a": "Siirry Lataussivulle, raahaa ja pudota tiedostosi tai napsauta Valitse tiedosto. DocuElevate muuntaa kuvat ja toimistodokumentit PDF:ksi, suorittaa OCR:ää ja nostaa metatietoja automaattisesti.", + "help.faq_1_q": "Kuinka lataan asiakirjoja?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF ja HTML. Ei-PDF-tiedostot muunnetaan automaattisesti PDF:ksi ennen käsittelyä.", + "help.faq_2_q": "Mitä tiedostomuotoja tuetaan?", + "help.faq_3_a": "Kyllä. Siirry sähköpostin sisäänottosivulle, lisää IMAP-tili, ja DocuElevate tarkistaa uusia viestejä ja käsittelee liitteet automaattisesti.", + "help.faq_3_q": "Voinko ottaa asiakirjoja vastaan sähköpostista?", + "help.faq_4_a": "Putket antavat sinun ketjuttaa käsittelyvaiheita – OCR, AI-erotus, muunnos – ja ohjata tuloksen yhteen tai useampaan kohteeseen. Luo ja hallinnoi niitä Putket-sivulta.", + "help.faq_4_q": "Kuinka käsittelyputket toimivat?", + "help.faq_5_a": "DocuElevate salaa tunnistetiedot levossa, kommunikoi TLS:n yli, eikä koskaan tallenna asiakirjojasi pidempään kuin on tarpeen. Katso tietosuojailmoitus saadaksesi täydelliset tiedot.", + "help.faq_5_a_post": " täysien tietojen saamiseksi.", + "help.faq_5_a_pre": "DocuElevate salaa tunnistetiedot levossa, kommunikoi TLS:n yli ja ei koskaan tallenna asiakirjojasi pidempään kuin on tarpeen. Katso ", + "help.faq_5_q": "Onko tietoni turvassa?", + "help.faq_heading": "Usein kysytyt kysymykset", + "help.getting_started": "Aloittaminen", + "help.heading": "Ohjeet", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Käytä REST API:a asiakirjojen ohjelmalliseen siirtämiseen. Tunnistaudu Bearer-tokenilla ja lähetä tiedostoja latauspisteeseen.", + "help.ingestion_heading": "Tietojen Siirto- ja Integroitsetyökalut", + "help.ingestion_mobile": " mobiilisovellukset", + "help.ingestion_mobile_desc": "Käytä mitä tahansa mobiilisovellusta, joka tukee mukautettuja HTTP-latauskohteita lähettääksesi valokuvia ja skannauksia DocuElevateen puhelimeltasi tai tabletistasi.", + "help.ingestion_scanners": "Verkkoskaannerit", + "help.ingestion_scanners_desc": "Suunnata mitä tahansa verkkoskaanneria tai monitoimilaitetta DocuElevaten latauspisteeseen. Skannatut asiakirjat saapuvat suoraan käsittelyjonosi.", + "help.ingestion_watched_folders": "Valvotut kansiot", + "help.ingestion_watched_folders_desc": "Määritä paikallinen tai verkkokansio valvottavaksi. Kaikki valvottuun kansioon sijoitetut tiedostot ladataan automaattisesti ja käsitellään DocuElevatessa.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integroi DocuElevate automaatio-työnkulkuusi Zapierin, n8n:n tai Make:n avulla. Käytä REST API -toimintoja laukaistaksesi asiakirjojen latauksia mistä tahansa tapahtumasta.", + "help.meta_description": "Hanki apua DocuElevatelta – löydä oppaita asiakirjojen lataamiseen, pilvitallennuksen yhdistämiseen, putkien määrittämiseen jne.", + "help.og_description": "Hanki apua DocuElevatelta – löydä oppaita asiakirjojen lataamiseen, pilvitallennuksen yhdistämiseen, putkien määrittämiseen jne.", + "help.page_title": "Ohjeet", + "help.privacy_notice": "Tietosuojailmoitus", + "help.quickstart_heading": "Pikaopas", + "help.quickstart_storage": "Yhdistä tallennus", + "help.quickstart_storage_desc": "Siirry asetuksiin ja linkitä pilvitilisi. Käsitellyt asiakirjat ohjataan automaattisesti kaikkiin määrittämiisi kohteisiin.", + "help.quickstart_storage_desc_full": "Siirry Integraatioihin ja yhdistä pilvitallennustilisi. DocuElevate tukee Dropboxia, Google Drivea, OneDrivea, Amazon S3:ta, Nextcloudia ja muita. Käsitellyt asiakirjat ohjataan automaattisesti jokaiseen määränpäähän, jonka määrität.", + "help.quickstart_upload": "Lataa asiakirjoja", + "help.quickstart_upload_desc": "Vedä ja pudota tiedostoja lataussivulle tai napsauta Valitse tiedosto. DocuElevate muuntaa kuvat ja toimistodokumentit PDF:iksi, suorittaa OCR:n ja poimii metatietoa automaattisesti.", + "help.quickstart_workflows": "Automatisoi työnkulut", + "help.quickstart_workflows_desc": "Luo putkia määritelläksesi monivaiheisia käsittely- ja reittisääntöjä. Yhdistä OCR, AI-erotus, muunnos ja toimitus yhteen virtaan.", + "help.sources_email_ingestion": "Sähköpostin sisäänotto (IMAP)", + "help.sources_email_ingestion_desc": "Lähetä asiakirjat omistetulle postilaatikolle. Sähköpostin sisäänoton alla, lisää yksi tai useampi IMAP-tili. DocuElevate tarkistaa uusia viestejä ja käsittelee liitteet automaattisesti.", + "help.sources_heading": "Lähteet – Asiakirjojen saaminen", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "help.sources_rest_api_desc": "Integroi ohjelmallisesti POST-taakse tiedostoja /api/upload. Ihanteellinen skripteille, valvottuille kansioille, skannerille tai kolmannen osapuolen työkaluilla kuten Zapier ja n8n.", + "help.sources_scanner": "Skanneri & Mobiili", + "help.sources_scanner_desc": "Suuntaa verkko-skannerit DocuElevaten latauspisteeseen tai käytä mitä tahansa mobiilisovellusta, joka tukee mukautettuja HTTP-kohteita.", + "help.sources_scanner_desc_full": "Määritä verkkoskaannerisi tai monitoimilaitteesi lähettämään skannauksia suoraan DocuElevateen. Käytä /api/upload-pistettä määränpäänä. Mobiilisovelluksia, joissa on mukautettuja latauskohteita, tuetaan myös.", + "help.sources_web_upload": "Verkkolataus", + "help.sources_web_upload_desc": "Nopein tapa aloittaa. Avaa lataussivu, pudota yksi tai useampi tiedosto, ja DocuElevate hoitaa loput. Tuetut muodot sisältävät PDF, JPEG, PNG, TIFF, DOCX, XLSX ja muita.", + "help.subheading": "Kaikki mitä tarvitset saadaksesi kaiken irti DocuElevatesta. Selaa alla olevia aiheita tai hae tarvitsemasi.", + "help.support": "Tuki", + "help.support_admin_message": "Ota yhteyttä järjestelmänvalvojaasi tukitietojen saamiseksi.", + "help.support_description": "Etkö löydä etsimääsi? Tukitiimimme on täällä auttamassa.", + "help.support_heading": "Ota yhteyttä tukeen", + "help.support_live_chat": "Live Chat saatavilla – napsauta keskustelupalloa aloittaaksesi keskustelu.", + "help.support_ticket_button": "Lähetä tiketti", + "help.support_ticket_desc": "Täytä alla oleva lomake, ja tukitiimimme ottaa sinuun yhteyttä mahdollisimman pian.", + "help.support_ticket_heading": "Avaa tukiticketti", + "help.title": "Ohjeet", + "help.workflows_creating": "Putken luominen", + "help.workflows_definition": "Putki on käsittelyvaiheiden sarja, joka suoritetaan automaattisesti aina, kun asiakirja otetaan vastaan. Jokainen vaihe voi muuttaa, rikastaa tai ohjata asiakirjaa.", + "help.workflows_heading": "Työnkulut & Putket", + "help.workflows_step_1": "Muuta PDF:ksi", + "help.workflows_step_1_create": "Siirry Putkiin päävalikossa.", + "help.workflows_step_1_full": "Muuta PDF:ksi – kaikki saapuvat tiedostot normalisoidaan johdonmukaiseen PDF-muotoon.", + "help.workflows_step_2": "OCR – tekstin poiminta", + "help.workflows_step_2_create": "Napsauta Uusi putki ja anna sille nimi.", + "help.workflows_step_2_full": "OCR – ota valittavaa tekstiä skannatuista sivuista käyttämällä Azure Document Intelligencea tai sisäänrakennettua moottoria.", + "help.workflows_step_3": "AI-metadata poiminta", + "help.workflows_step_3_create": "Lisää tarvittavat käsittelyvaiheet.", + "help.workflows_step_3_full": "AI-metadata-analyysi – luokittele asiakirjatyyppi ja nosta avainkenttiä kuten summat, päivämäärät ja nimet käyttämällä OpenAI:tä.", + "help.workflows_step_4": "Toimita yhteen tai useampaan kohteeseen", + "help.workflows_step_4_create": "Valitse yksi tai useampi toimituskohde.", + "help.workflows_step_5_create": "Tallenna – uudet asiakirjat käsitellään automaattisesti tämän putken kautta.", + "help.workflows_typical_steps": "Tyypilliset vaiheet", + "help.workflows_what_is": "Mikä on putki?", + "index.badge_intelligent": "Älykäs asiakirjakäsittely", + "index.button_browse_files": "Selaa tiedostoja", + "index.button_upload": "Lataa ylös", + "index.capabilities_cloud": "Pilvitallennus: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Sähköposti- ja URL-pohjainen asiakirjojen poiminta", + "index.capabilities_ocr": "OCR ja metadata poiminta tekoälyn avulla", + "index.capabilities_paperless": "Paperless-ngx-integraatio asiakirjahallintaan", + "index.capabilities_title": "Kyvykkyydet", + "index.capabilities_workflows": "Automaattinen luokittelu ja reititysputket", + "index.cta_description": "Liity tiimeihin, jotka automaattisesti käsittelevät asiakirjojaan DocuElevate'n avulla.", + "index.cta_heading": "Valmis nostamaan asiakirjatyöskentelyäsi?", + "index.cta_pricing": "Katso hinnoittelu", + "index.cta_signup": "Luo ilmainen tili", + "index.dashboard_subtitle": "Älykäs asiakirjakäsittely ja hallinta", + "index.dashboard_subtitle_teams": "Älykäs asiakirjakäsittely ja hallinta — rakennettu tiimeille", + "index.feature_ai": "AI Metadata Poiminta", + "index.feature_ai_desc": "OpenAI, Claude, Gemini ja muut liitettävät tekoälypalveluntarjoajat luokittelevat asiakirjoja ja poimivat tärkeitä kenttiä, kuten päivämäärät, summat ja aiheet.", + "index.feature_cloud": "Monipilvitallennus", + "index.feature_cloud_desc": "Reititä käsitellyt tiedostot Dropboxiin, Google Driveen, OneDriveen, Amazon S3:een, Nextcloudiin, Paperless NGX:ään, WebDAV:iin, FTP/SFTP:hen ja muualle.", + "index.feature_email": "Sähköposti- ja IMAP-poiminta", + "index.feature_email_desc": "Vedä asiakirjat automaattisesti Gmailista tai mistä tahansa IMAP-postilaatikosta — ilman manuaalisia latauksia.", + "index.feature_ocr": "OCR ja tekstin poiminta", + "index.feature_ocr_desc": "Azure Document Intelligence muuntaa skannatut PDF:t ja kuvat täysin haettavaksi tekstiksi automaattisesti.", + "index.feature_pipelines": "Mukautetut putket", + "index.feature_pipelines_desc": "Rakenna käsittelyputkia konfiguroitavilla vaiheilla – OCR, AI-poiminta, formaattimuunnos ja tallennusreititys missä tahansa järjestyksessä.", + "index.feature_search": "Täydellinen tekstihaku", + "index.feature_search_desc": "Löydä heti mikä tahansa asiakirja sisällön, metadatan tai tunnisteiden perusteella koko arkistostasi.", + "index.feature_section_title": "Kaikki, mitä tarvitset älykkäisiin asiakirjatyönkulkuihin", + "index.getting_started": "Aloittaminen", + "index.getting_started_1": "Konfiguroi integraatiot järjestelmän tilan kautta", + "index.getting_started_2": "Lataa ensimmäinen asiakirjasi", + "index.getting_started_3": "Tarkista tulokset Tiedostoissa", + "index.getting_started_learn": "Opi lisää DocuElevatesta", + "index.hero_description": "DocuElevate imee asiakirjasi, suorittaa tekstintunnistuksen, ekstraktoi metatietoja tekoälyn avulla ja reitittää tiedostot Dropboxiin, Google Driveen, OneDriveen, S3:een, Nextcloudiin ja muualle — kaikki yhdessä saumattomassa putkistossa.", + "index.hero_heading": "Latauksesta näkemyksiin — automaattisesti.", + "index.hero_login": "Kirjaudu sisään", + "index.hero_pricing": "Näytä suunnitelmat ja hinnat", + "index.hero_signup": "Aloita — se on ilmainen", + "index.integrations_active": "Aktiiviset integraatiot", + "index.integrations_storage": "Tallennuskohteet", + "index.integrations_title": "Integraatiot", + "index.integrations_view_status": "Näytä järjestelmän tila", + "index.page_title_dashboard": "Hallintapaneeli", + "index.page_title_public": "Älykäs asiakirjakäsittely", + "index.platform_overview": "Alustan yleiskatsaus", + "index.processing_stats": "Käsittelytilastot", + "index.quick_actions": "Nopeat toiminnot", + "index.quick_documents": "Omani Asiakirjat", + "index.quick_documents_desc": "Selaa käsiteltyjä tiedostojasi", + "index.quick_search": "Haku", + "index.quick_search_desc": "Koko tekstin haku asiakirjojen välillä", + "index.quick_subscription": "Tilaukseni", + "index.quick_subscription_desc": "Näytä suunnitelman ja käyttöön liittyvät tiedot", + "index.quick_system_status": "Järjestelmän tila", + "index.quick_system_status_desc": "Tarkista integraatioiden terveydentila", + "index.quick_upload": "Lataa asiakirja", + "index.quick_upload_desc": "Käsittele uusi tiedosto", + "index.quick_view_files": "Näytä kaikki tiedostot", + "index.quick_view_files_desc": "Selaa käsiteltyjä asiakirjoja", + "index.single_user_heading": "DocuElevate Hallintapaneeli", + "index.single_user_subtitle": "Älykäs asiakirjakäsittely ja -hallinta", + "index.stat_active_integrations": "Aktiiviset integraatiot", + "index.stat_active_users": "Aktiiviset käyttäjät", + "index.stat_files_month": "Tiedostot tänä kuukautena", + "index.stat_files_ocr": "Tiedostot, joissa on OCR", + "index.stat_files_today": "Tiedostot tänään", + "index.stat_storage_targets": "Tallennustavoitteet", + "index.stat_this_month": "Tänä kuukautena", + "index.stat_today": "Tänään", + "index.stat_total_files": "Yhteensä tiedostoja", + "index.stat_total_processed": "Yhteensä käsitelty", + "index.tier_plan": "Suunnitelma", + "index.tier_upgrade": "Päivitä", + "index.tier_view_details": "Näytä täydelliset tiedot", + "index.upgrade_daily_limits": "Korkeammat päivittäiset ja kuukausittaiset rajat", + "index.upgrade_description": "Vapauta lisää asiakirjoja, lisää kohteita ja ensisijainen tuki.", + "index.upgrade_destinations": "Lisää tallennuskohteita", + "index.upgrade_ocr_pages": "Lisää OCR-sivuja", + "index.upgrade_plan": "Päivitä suunnitelmasi", + "index.upgrade_view_pricing": "Näytä suunnitelmat ja hinnat", + "index.usage_lifetime": "Elinikäiset tiedostot", + "index.usage_month": "Tiedostot tänä kuukautena", + "index.usage_my_usage": "Oma käyttöni", + "index.usage_today": "Tiedostot tänään", + "index.usage_unlimited": "Rajoittamaton", + "integrations.access_key_label": "Pääskeysarake", + "integrations.active_label": "Aktiivinen", + "integrations.add_button": "Lisää integraatio", + "integrations.add_first_button": "Lisää ensimmäinen integraatiosi", + "integrations.api_token_label": "API-tunnus", + "integrations.authorize_btn": "Valtuuta", + "integrations.authorize_reauth": "Valtuuta uudelleen", + "integrations.bucket_label": "Kuvasto", + "integrations.configure": "Määritä", + "integrations.connect": "Yhdistä", + "integrations.connected": "Yhdistetty", + "integrations.connection_failed": "Yhteys epäonnistui", + "integrations.connection_success": "Yhteys onnistui", + "integrations.delete_confirm_are_you_sure": "Oletko varma, että haluat poistaa", + "integrations.delete_confirm_title": "Poista integraatio?", + "integrations.delete_confirm_undone": "Tätä toimintoa ei voi peruuttaa.", + "integrations.delete_emails_label": "Poista sähköpostit käsittelyn jälkeen", + "integrations.delete_files_label": "Poista tiedostot käsittelyn jälkeen", + "integrations.destinations_quota_label": "Tallennuskohteet:", + "integrations.destinations_section": "Kohteet", + "integrations.direction_destination": "Kohde (tallennus)", + "integrations.direction_label": "Suunta", + "integrations.direction_placeholder": "\u0000A0 Valitse \u0000A0", + "integrations.direction_source": "Lähde (sisäänotto)", + "integrations.disconnect": "Katkaise yhteys", + "integrations.email_settings": "Sähköpostin välitysasetukset", + "integrations.empty_state": "Ei määritettyjä integraatioita", + "integrations.endpoint_label": "Päätteen URL", + "integrations.endpoint_optional": "(valinnainen, S3-yhteensopiva)", + "integrations.folder_label": "Kansio", + "integrations.folder_optional": "(valinnainen)", + "integrations.folder_path_label": "Kansion polku", + "integrations.folder_prefix_label": "Kansion etuliite", + "integrations.generic_settings_hint": "Tämän integraatiotyypin määritys voidaan antaa JSON-muodossa luomisen jälkeen API:n kautta.", + "integrations.gmail_hint": "Gmail-tunnisteet & tähti: kun otetaan käyttöön, käsitellyt sähköpostit saavat tähden ja merkitään \"Sisäänotettu\"-tunnisteella Gmailissa. Koskee vain Gmail-palvelimia.", + "integrations.gmail_labels": "Käytä Gmail-tunnisteita & tähteä", + "integrations.host_label": "Isäntä", + "integrations.imap_settings": "IMAP-asetukset", + "integrations.loading": "Ladataan integraatioita\u0000A0", + "integrations.modal_close": "Sulje malli", + "integrations.modal_title_add": "Lisää integraatio", + "integrations.modal_title_edit": "Muokkaa integraatiota", + "integrations.name_label": "Tunniste", + "integrations.name_placeholder": "esim. Työ Gmail, S3-arkisto", + "integrations.nextcloud_settings": "Nextcloud-asetukset", + "integrations.nextcloud_url_label": "Nextcloud-URL", + "integrations.no_integrations_body": "Lisää ensimmäinen integraatiosi yhdistääksesi sisäänottolähteet (kuten IMAP) ja tallennuskohteet (kuten S3, Dropbox tai Google Drive).", + "integrations.not_connected": "Ei yhdistetty", + "integrations.oauth_folder_label": "Kansio", + "integrations.oauth_hint": "Tallenna tämä integraatio ensin, sitten käytä Valmis-painiketta OAuth-prosessin loppuun saattamiseksi. Tunnistetietosi tallennetaan turvallisesti henkilökohtaiseen integraatiotietueeseesi.", + "integrations.page_title": "Integraatiot", + "integrations.paperless_settings": "Paperless NGX -asetukset", + "integrations.password_label": "Salasana", + "integrations.paused": "Keskeytetty", + "integrations.plan_label": "Suunnitelma:", + "integrations.port_label": "Portti", + "integrations.quota_not_available": "(ei saatavilla)", + "integrations.quota_unlimited": "/ rajaton", + "integrations.recipient_label": "Vastaanottajan sähköposti", + "integrations.region_label": "Alue", + "integrations.remote_path_label": "Etäpolku", + "integrations.s3_prefix_label": "Prefiksi (kansio-polku)", + "integrations.s3_settings": "S3-asetukset", + "integrations.secret_key_label": "Salainen pääsytunnus", + "integrations.show_password": "Näytä salasana", + "integrations.show_secrets": "Näytä salaisuudet", + "integrations.show_token": "Näytä tunnus", + "integrations.source_local": "Paikallinen tiedostojärjestelmä", + "integrations.source_type_label": "Lähteen tyyppi", + "integrations.sources_quota_label": "Postilaatikon lähteet:", + "integrations.sources_section": "Lähteet", + "integrations.subtitle": "Hallitse sisäänottolähteitäsi ja tallennuskohteitasi yhdessä paikassa.", + "integrations.title": "Integraatiot", + "integrations.type_label": "Integraation tyyppi", + "integrations.type_placeholder": "\u0013 Valitse suunta ensin \u0013", + "integrations.upgrade_plan": "Päivitä suunnitelma", + "integrations.use_ssl": "Käytä SSL:ää", + "integrations.username_label": "Käyttäjätunnus", + "integrations.watch_folder_settings": "Seurantakansioasetukset", + "integrations.webdav_settings": "WebDAV-asetukset", + "integrations.webdav_url_label": "WebDAV-URL", + "integrations.webhook_heading": "Webhook-sisäänotto", + "integrations.webhook_how_heading": "Kuinka Webhook-sisäänotto toimii", + "integrations.webhook_how_text": "Webhook-integraatio sallii ulkoisten järjestelmien siirtää asiakirjoja suoraan DocuElevateen REST-API:n kautta. Sen sijaan, että DocuElevate kyselisi uusia tiedostoja (kuten IMAP), sovelluksesi lähettää tiedostoja DocuElevateen HTTP-pyynnön avulla API-tunnuksella todennusta varten.", + "integrations.webhook_ideal_text": "Tämä on ihanteellinen CI/CD-putkille, automaatioskripteille, skanneri-integraatioille tai mille tahansa järjestelmälle, joka tuottaa asiakirjoja ja tarvitsee lähettää niitä käsiteltäväksi.", + "integrations.webhook_quick_start": "Nopea alku", + "integrations.webhook_security_tip": "Luo jokaiselle integraatiolle oma API-tunnus ja peruuta se välittömästi, jos se vaarantuu. Tunnuksia voidaan hallita API-tunnussivulla.", + "integrations.webhook_step1": "Siirry osoitteeseen {api_tokens_link} ja luo henkilökohtainen tunnus.", + "integrations.webhook_upload_with_token": "Käytä tunnusta asiakirjojen lataamiseen API:n kautta:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Kieli vaihdettiin kieleen {language}", + "language.change_success": "Kieli vaihdettu muotoon {language}", + "language.changed": "Kieli vaihdettu muotoon {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", @@ -599,331 +706,409 @@ "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", + "language.hu": "Unkarin", "language.is": "Íslenska", "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", + "language.lb": "Luxemburgin", "language.lt": "Lietuvių", "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", + "language.nb": "Norja", + "language.nl": "Hollanti", + "language.no_results": "Ei kieliä löytynyt", + "language.pl": "Puola", + "language.pt": "Portugali", + "language.ro": "Romanian", "language.ru": "Русский", - "language.selector": "Suomi", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", + "language.search_placeholder": "Etsi kieliä\n0\u001e", + "language.selector": "Kieli", + "language.selector_label": "Valitse kieli", + "language.sk": "Slovin", + "language.sl": "Sloveeni", + "language.sv": "Ruotsi", "language.tr": "Türkçe", "language.uk": "Українська", "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "nav.about": "Tietoja", + "nav.account_menu": "Tilivalikko", + "nav.account_menu_for": "Tilivalikko käyttäjälle {name}", + "nav.admin": "Hallinta", + "nav.admin.audit_logs": "Audit-tallenteet", + "nav.admin.backups": "Varmuuskopiot", + "nav.admin.plans": "Suunnitelmat", + "nav.admin.scheduled_jobs": "Aikataulutetut työt", + "nav.admin.users": "Käyttäjät", + "nav.admin_actions": "Ylläpitotoimet", + "nav.admin_menu": "Ylläpitovalikko", + "nav.api_docs": "API-dokumentaatio", + "nav.api_tokens": "API-avoimet", + "nav.backup_restore": "Varmuuskopio & Palauta", + "nav.credentials": "Todistukset", + "nav.dark_mode": "Tumma tila", + "nav.dashboard": "Koontinäyttö", + "nav.developer_docs": "Kehittäjädokumentaatio", + "nav.duplicates": "Kopiot", + "nav.file_manager": "Tiedostonhallinta", + "nav.files": "Tiedostot", + "nav.get_started": "Aloita", + "nav.help": "Apua", + "nav.help_center": "Ohjekeskus", + "nav.imap": "Sähköpostin tuonti", + "nav.integrations": "Integraatiot", + "nav.light_mode": "Vaaleatila", + "nav.login": "Kirjaudu sisään", + "nav.logout": "Kirjaudu ulos", + "nav.main_navigation": "Päävalikko", + "nav.my_subscription": "Oma tilaus", + "nav.notifications": "Ilmoitukset", + "nav.open_main_menu": "Avaa päävalikko", + "nav.pipelines": "Putket", + "nav.plan_designer": "Suunnittelija", + "nav.pricing": "Hinnoittelu", + "nav.profile": "Profiili", + "nav.profile_settings": "Profiiliasetukset", + "nav.queue": "Jonotus", + "nav.queue_monitor": "Jonon valvoja", + "nav.scheduled_jobs": "Aikataulutetut työt", + "nav.search": "Haku", + "nav.settings": "Asetukset", + "nav.shared_links": "Jaetut linkit", + "nav.sign_out": "Kirjaudu ulos", + "nav.signup": "Rekisteröidy", + "nav.similarity": "Samanlaisuus", + "nav.skip_to_content": "Siirry pääsisältöön", + "nav.status": "Tila", + "nav.subscription": "Tilauksen", + "nav.toggle_dark_mode": "Vaihda pimeä tila", + "nav.toggle_nav": "Vaihda navigointivalikko", + "nav.upload": "Lataa", + "nav.users": "Käyttäjät", + "nav.version": "Versiotiedot", + "notifications.filter_all": "Kaikki", + "notifications.filter_read": "Vain luetut", + "notifications.filter_unread": "Vain lukemattomat", + "notifications.manage_desc": "Hallinnoi ilmoituskansiotasi, kohteita ja tapahtumapreferenssejäsi", + "notifications.mark_all_read": "Merkitse kaikki luetuiksi", + "notifications.mark_all_read_btn": "Merkitse kaikki luetuiksi", + "notifications.mark_read": "Merkitse luetuksi", + "notifications.no_notifications": "Ei ilmoituksia", + "notifications.page_title": "Ilmoitukset", + "notifications.tab_inbox": "Saapuneet", + "notifications.tab_settings": "Asetukset", + "notifications.title": "Ilmoitukset", + "notifications.unread_count": "{count} lukemattomat ilmoitukset", + "pipelines.active_label": "Aktiivinen", + "pipelines.add_step_btn": "Lisää vaihe", + "pipelines.create": "Luo putki", + "pipelines.custom_label_label": "Mukautettu tunnus", + "pipelines.default_label": "Oletus", + "pipelines.description_label": "Kuvaus", + "pipelines.description_placeholder": "Valinnainen kuvaus", + "pipelines.disabled_label": "Pois käytöstä", + "pipelines.edit": "Muokkaa putkea", + "pipelines.empty_state": "Ei putkia vielä", + "pipelines.empty_state_hint": "Luo ensimmäinen putkesi määrittääksesi mukautettuja asiakirjakäsittelytyönkulkuja.", + "pipelines.enabled_label": "Käytössä", + "pipelines.force_cloud_ocr_label": "Pakota pilvi-OCR (ohita paikallinen tekstin poiminta)", + "pipelines.inactive_label": "Epäaktiivinen", + "pipelines.loading": "Ladataan putkia\n", + "pipelines.name_placeholder": "Putkeni", + "pipelines.new_pipeline_btn": "Uusi putki", + "pipelines.no_steps": "Ei määritettyjä vaiheita. Lisää vaihe aloittaaksesi putken rakentamisen.", + "pipelines.ocr_auto": "Automaattinen (käytä järjestelmän oletusta)", + "pipelines.ocr_language_hint": "Ohittaa globaalin kieliasetuksen Tesseract/EasyOCR:lle. Azure ja Mistral tunnistavat kielen automaattisesti.", + "pipelines.ocr_language_label": "OCR-kieli", + "pipelines.optional_suffix": "(valinnainen)", + "pipelines.page_title": "Käsittelyputket", + "pipelines.set_default": "Aseta oletusputkeksi", + "pipelines.step_label_placeholder": "Ohita oletusvaiheen nimi", + "pipelines.step_type_label": "Vaiheen tyyppi", + "pipelines.subtitle_intro": "Määritä ja hallinnoi mukautettuja asiakirjakäsittelytyönkulkuja.", + "pipelines.subtitle_system_post": "merkki ja näkyvät kaikille käyttäjille.", + "pipelines.subtitle_system_pre": "Järjestelmän putket (järjestelmänvalvojien luomat) näytetään", + "pipelines.system_label": "Järjestelmä", + "pipelines.system_pipeline_label": "Järjestelmän putki (näkyy kaikille käyttäjille)", + "pipelines.title": "Käsittelyputket", + "profile.avatar_alt": "Profiilikuva", + "profile.avatar_heading": "Profiilikuva", + "profile.avatar_remove": "Poista mukautettu avatar", + "profile.avatar_upload_hint": "Lataa JPEG-, PNG-, GIF- tai WebP-kuva, jonka koko on enintään 2 MB. Jos mukautettua kuvaa ei ole asetettu, näyttöön tulee sinun {gravatar}.", + "profile.choose_image": "Valitse kuva\u00060", + "profile.confirm_password": "Vahvista uusi salasana", + "profile.contact_email_hint": "Käytetään järjestelmän ilmoituksiin. Tämä ei muuta sisäänkirjautumis-sähköpostiaasi.", + "profile.contact_email_label": "Yhteystiedot / Ilmoitussähköposti", + "profile.contact_email_placeholder": "sinä@esimerkiksi.com", + "profile.current_password": "Nykyinen salasana", + "profile.dismiss": "Hylkää", + "profile.display_name_hint": "Jätä tyhjäksi käyttääksesi tiliäsi tai sähköpostiasi.", + "profile.display_name_label": "Näkyvä nimi", + "profile.display_name_placeholder": "Nimesi, kuten se näkyy käyttöliittymässä", + "profile.general_heading": "Yleiset tiedot", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profiiliasetukset", + "profile.language_auto_detect": "Automaattinen havaitseminen (selain)", + "profile.language_hint": "Valitse haluamasi käyttöliittymän kieli. \"Automaattinen havaitseminen\" seuraa selaimesi asetuksia.", + "profile.language_label": "Käyttöliittymän kieli", + "profile.new_password": "Uusi salasana", + "profile.new_password_hint": "Vähintään 8 merkkiä.", + "profile.page_title": "Profiiliasetukset – DocuElevate", + "profile.password_heading": "Vaihda salasana", + "profile.preferences_heading": "Asetukset", + "profile.save_button": "Tallenna muutokset", + "profile.saving": "Tallennetaan\u00060", + "profile.subtitle": "Hallinnoi näkyvää nimeäsi, avatariasi, kieltä ja teema-asetuksia.", + "profile.theme_dark": "Tumma", + "profile.theme_hint": "\"Järjestelmän oletus\" seuraa laitteen tumman tilan asetuksia.", + "profile.theme_label": "Väriteema", + "profile.theme_light": "Vaalea", + "profile.theme_system": "Järjestelmän oletus", + "profile.update_password": "Päivitä salasana", + "profile.updating": "Päivitetään\u000e...", + "queue.active_tasks": "Aktiiviset tehtävät", + "queue.auto_refresh_1": "Päivittyy automaattisesti joka", + "queue.auto_refresh_2": "sekunti", + "queue.col_arguments": "Argumentit", + "queue.col_current_step": "Nykyinen vaihe", + "queue.col_file": "Tiedosto", + "queue.col_files": "Tiedostot", + "queue.col_queue": "Jonot", + "queue.col_state": "Tila", + "queue.col_task": "Tehtävä", + "queue.col_task_id": "Tehtävän ID", + "queue.files_processing": "Tiedostojen käsittely", + "queue.heading": "Jonon valvoja", + "queue.last_updated": "Viimeksi päivitetty:", + "queue.loading_stats": "Ladataan jonon tilastoja\u000e", + "queue.no_active_tasks": "Ei aktiivisia tehtäviä", + "queue.no_data": "Ei tietoja", + "queue.no_files_processing": "Ei tiedostoja tällä hetkellä käsitellään", + "queue.page_title": "Jonon valvoja", + "queue.processing_pipeline": "Käsittelyputki", + "queue.queued_tasks": "Jonossa olevat tehtävät", + "queue.recently_processing": "Viimeksi käsitellyt tiedostot", + "queue.redis_queues": "Redis-jonot", + "queue.subtitle": "Reaaliaikainen näkymä asiakirjan käsittelyputkesta ja Celery-tehtäväjonoista.", + "queue.workers_online": "Työntekijät online", + "search.button": "Hae", + "search.error_message": "Haku ei ole tällä hetkellä saatavilla. Yritä hetken kuluttua uudestaan.", + "search.filter_aria_clear": "Tyhjennä kaikki suodattimet", + "search.filter_clear_button": "Tyhjennä suodattimet", + "search.filter_date_from": "Päivämäärä alkaen", + "search.filter_date_to": "Päivämäärä asti", + "search.filter_document_type": "Asiakirjan tyyppi", + "search.filter_document_type_placeholder": "esim. Lasku", + "search.filter_language": "Kieli", + "search.filter_language_placeholder": "esim. de", + "search.filter_sender": "Lähettäjä", + "search.filter_sender_placeholder": "esim. ACME Corp", + "search.filter_tags": "Tagit", + "search.filter_tags_placeholder": "esim. amazon", + "search.filter_text_quality": "Tekstin laatu", + "search.filter_text_quality_all": "Kaikki", + "search.filter_text_quality_high": "Korkea", + "search.filter_text_quality_low": "Matala", + "search.filter_text_quality_medium": "Keskitaso", + "search.filter_text_quality_no_text": "Ei tekstiä", + "search.heading": "Asiakirjahaku", + "search.input_aria_label": "Hae asiakirjoja", + "search.input_placeholder": "Hae asiakirjoja sisällön, lähettäjän, tagien, tyypin mukaan...", + "search.loading_indicator": "Hakeminen\u001208", + "search.no_results": "Ei tuloksia löytynyt", + "search.page_title": "Hae asiakirjoja", + "search.placeholder": "Hae tiedostonimen, sisällön, tagien mukaan...", + "search.result_empty": "Hakuehtojasi vastaavia asiakirjoja ei löytynyt.", + "search.results_count": "{count} tulosta löytyi", + "search.saved_aria_save": "Tallenna nykyinen haku", + "search.saved_button": "Tallenna nykyinen", + "search.saved_empty": "Ei tallennettuja hakuja vielä", + "search.saved_error": "Tallennettujen hakujen lataaminen epäonnistui", + "search.saved_label": "Tallennetut haut", + "search.saved_loading": "Lataaminen...", + "search.title": "Hae asiakirjoja", + "settings.audit_log_btn": "Tarkastusloki", + "settings.autocomplete_hint": "Kirjoita etsiäksesi tunnettuja arvoja tai syötä mikä tahansa mukautettu arvo.", + "settings.autocomplete_no_matches": "Ei osumia — voit silti kirjoittaa mukautetun arvon", + "settings.autocomplete_placeholder": "Kirjoita etsiäksesi tai syötä arvo\u001208", + "settings.boolean_enable_prefix": "Ota käyttöön", + "settings.categories_aria": "Asetusten kategoriat", + "settings.categories_heading": "Kategoriat", + "settings.db_wizard_btn": "Tietokanta-asiantuntija", + "settings.effective_value_label": "Tehokas arvo:", + "settings.encrypted_suffix": "= salattu levossa", + "settings.encrypted_title": "Arvo on salattu levossa tietokannassa", + "settings.export_btn": "Vie", + "settings.export_db_only": "Vain tietokannan asetukset", + "settings.export_full_config": "Koko tehokas kokoonpano", + "settings.jump_to_category": "Hyppää kategoriaan\u001208", + "settings.manage_config_prefix": "Hallinnoi kokoonpanoa. Prioriteetti:", + "settings.model_picker_hint": "Valitse luettelosta tai kirjoita mikä tahansa malli, jota palvelin tukee.", + "settings.model_picker_placeholder": "Valitse yleinen malli tai kirjoita mukautettu nimi\u001208", + "settings.no_results_clear": "tyhjennä haku", + "settings.no_results_heading": "Asetuksia ei löytynyt", + "settings.no_results_hint": "Kokeile toista hakusanaa tai", + "settings.page_heading": "Sovelluksen asetukset", + "settings.required_label": "(vaaditaan)", + "settings.reset_confirm": "Oletko varma, että haluat palauttaa tämän asetuksen?", + "settings.restart_required_suffix": "= tarvitaan uudelleenkäynnistys", + "settings.revert_btn": "Poista tietokannasta", + "settings.revert_title": "Poista tietokannan ohitus ja palauta ympäristömuuttujaan tai oletusarvoon", + "settings.reverting": "Palautetaan\u0002\u0002\u0002\u0002\u0002", + "settings.save_all_btn": "Tallenna kaikki muutokset", + "settings.save_error": "Asetuksen tallentaminen epäonnistui", + "settings.save_setting_title": "Tallenna tämä asetus", + "settings.save_success": "Asetus tallennettu onnistuneesti", + "settings.saving_state": "Tallennetaan\u0002\u0002\u0002\u0002\u0002", + "settings.search_aria_label": "Hae asetuksia", + "settings.search_clear_aria": "Tyhjennä haku", + "settings.search_placeholder": "Hae asetuksia nimellä, avaimella tai kuvauksella\u0002\u0002\u0002\u0002\u0002", + "settings.settings_count_suffix": "asetusta", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "settings.source_default_badge": "OLETA", + "settings.source_env_badge": "YMPÄRISTÖ", + "settings.title": "Asetukset", + "settings.toggle_visibility_aria": "Vaihda salasanan näkyvyyttä", + "settings.toggle_visibility_title": "Näytä/peitä arvo", + "settings.user_autocomplete_empty": "Yhteensopivia käyttäjiä ei löytynyt", + "settings.user_autocomplete_hint": "Aloita kirjoittaminen etsiäksesi olemassa olevia käyttäjiä nimellä tai syötä mikä tahansa tunniste käsin.", + "settings.user_autocomplete_placeholder": "Aloita kirjoittaminen etsiäksesi käyttäjiä\u0002\u0002\u0002\u0002\u0002", + "settings.wizard_btn": "Taikuri", + "shared.col_expiry": "Vanhenee", + "shared.col_file_label": "Tiedosto / Merkintä", + "shared.col_link": "Linkki", + "shared.col_views": "Näkymät", + "shared.copy_link_aria": "Kopioi linkki leikepöydälle", + "shared.copy_link_title": "Kopioi linkki", + "shared.create_btn": "Luo linkki", + "shared.create_heading": "Luo uusi jaettu linkki", + "shared.creating": "Luodaan\u0002\u0002\u0002\u0002\u0002", + "shared.expiry_12h": "12 tuntia", + "shared.expiry_14d": "14 päivää", + "shared.expiry_1h": "1 tunti", + "shared.expiry_24h": "24 tuntia (1 päivä)", + "shared.expiry_30d": "30 päivää", + "shared.expiry_3d": "3 päivää", + "shared.expiry_6h": "6 tuntia", + "shared.expiry_7d": "7 päivää", + "shared.expiry_label": "Vanhenee", + "shared.expiry_never": "Ei koskaan", + "shared.file_id_help_post": "sivulla tai asiakirjatiedoston URL-osoitteessa.", + "shared.file_id_help_pre": "Etsi tiedoston ID", + "shared.file_id_label": "Tiedoston ID", + "shared.file_id_placeholder": "esim. 42", + "shared.files_link": "Tiedostot", + "shared.heading": "Jaetut Linkit", + "shared.label_label": "Tunniste", + "shared.label_placeholder": "esim. Jaettu Bobin kanssa", + "shared.link_created": "Jaettu linkki luotu!", + "shared.link_created_help": "Kopioi ja lähetä tämä linkki vastaanottajalle.", + "shared.links_count_aria": "linkkien määrä", + "shared.max_downloads_label": "Max lataukset", + "shared.no_links": "Ei jaettuja linkkejä vielä. Luo yksi yllä päästäksesi alkuun.", + "shared.open_in_new_tab": "Avaa uudessa välilehdessä", + "shared.open_link_aria": "Avaa jaettu linkki", + "shared.optional": "(valinnainen)", + "shared.page_title": "Jaetut Linkit – DocuElevate", + "shared.password_label": "Salasana", + "shared.password_placeholder": "Jätä tyhjäksi, jos ei halua salasanaa", + "shared.password_protected": "Salasanalla suojattu", + "shared.refresh_aria": "Päivitä jaettujen linkkien lista", + "shared.revoke_aria_prefix": "Peruuta jaettu linkki", + "shared.revoke_btn": "Peruuta", + "shared.status_active": "Aktiivinen", + "shared.status_expired": "Epäonnistunut", + "shared.status_limit_reached": "Raja saavutettu", + "shared.status_revoked": "Peruutettu", + "shared.subtitle": "Jaa asiakirjoja kenen kanssa tahansa aikarajoitetun tai katselurajoitetun linkin avulla. Vastaanottajat eivät tarvitse DocuElevate-tiliä. Linkit voivat olla salasanalla suojattuja ja ne voidaan peruuttaa milloin tahansa.", + "shared.table_aria": "Jaetut linkit", + "shared.unlimited_placeholder": "Rajoittamaton", + "shared.your_links": "Omia Jaettuja Linkkejäsi", + "similarity.backfill_auto": "Taustatehtävä laskee ne automaattisesti joka 5. minuutti, tai voit", + "similarity.files_missing_text": "tiedosto(ja) sisältävät OCR-tekstiä, mutta ei vielä upotusta.", + "similarity.find_pairs_btn": "Löydä Parit", + "similarity.heading": "Asiakirjojen Samankaltaisuus", + "similarity.load_error": "Parien lataaminen epäonnistui.", + "similarity.min_similarity_label": "Min. samankaltaisuus", + "similarity.no_pairs_detail": "Ei asiakirjoja, joiden parit ylittävät samankaltaisuusrajan.", + "similarity.no_pairs_heading": "Ei löytynyt samankaltaisia pareja", + "similarity.page_title": "Asiakirjojen Samankaltaisuus - DocuElevate", + "similarity.pagination_aria": "Samankaltaisten parien sivutus", + "similarity.per_page_label": "Per sivu", + "similarity.scanning": "Etsitään samankaltaisia asiakirjaparien\u0000A0...", + "similarity.stat_embedding_model": "Upotusmalli", + "similarity.stat_missing_embedding": "Puuttuva upotus", + "similarity.stat_total_files": "Yhteensä tiedostoja", + "similarity.stat_with_embedding": "Upotuksella", + "similarity.subtitle": "Asiakirjaparit, joilla on korkea semanttinen samankaltaisuus, järjestetty pisteiden mukaan.", + "similarity.trigger_aria": "Käynnistä upotuksen laskenta kaikille tiedostoille, joilta puuttuu upotus", + "similarity.trigger_now": "nopeasti se nyt", + "status.app_version": "Sovelluksen versio", + "status.build_date": "Kokoamispäivämäärä", + "status.container_id": "Konteinerin ID", + "status.git_commit": "Git-committi", + "status.last_check": "Viimeisin tarkistus", + "status.page_title": "Järjestelmän tila", + "status.setting_label": "Asetus", + "status.value_label": "Arvo", + "subscription.available_plans_heading": "Saatavilla olevat suunnitelmat", + "subscription.back_to_dashboard": "Takaisin hallintapaneeliin", + "subscription.cancel_pending": "Peruuta muutos", + "subscription.cancel_scheduled": "Peruuta aikataulutettu muutos", + "subscription.contact_sales": "Ota yhteyttä myyntiin", + "subscription.current_badge": "Nykyinen", + "subscription.current_plan": "Nykyinen suunnitelma", + "subscription.current_plan_cta": "Nykyinen suunnitelmasi", + "subscription.downgrade_to_prefix": "Alennus", + "subscription.features_heading": "Mitä suunnitelmaasi sisältyy", + "subscription.free": "Ilmainen", + "subscription.heading": "Tilaukseni", + "subscription.keep_plan_prefix": "Pidä", + "subscription.lifetime_files": "Yhteensä tiedostoja (elinikä)", + "subscription.month_files": "Tiedostot tänä kuukautena", + "subscription.more_features_label": "lisää", + "subscription.page_title": "Tilaukseni – DocuElevate", + "subscription.pending_badge": "Odottaa", + "subscription.pending_benefits": "Säilytät kaikki nykyisen suunnitelman edut siihen asti.", + "subscription.pending_on": "päivämääränä", + "subscription.pending_title": "Odottaa suunnitelman muutosta aikataulutettuna", + "subscription.pending_will_change": "Suunnitelmasi muuttuu muotoon", + "subscription.per_mo": "/kk", + "subscription.per_month": "/kuukausi", + "subscription.since": "Alkaen", + "subscription.single_user_body": "Tilauksen tasot ovat voimassa, kun monikäyttäjätila on aktiivinen. Instanssisi toimii tällä hetkellä yksittäiskäyttäjätilassa ilman käsittelyrajoja. Järjestelmänvalvoja voi aktivoida monikäyttäjätilan {settings_link} kautta.", + "subscription.single_user_title": "Monikäyttäjätila ei ole käytössä.", + "subscription.subtitle": "Nykyinen suunnitelmasi, käyttö ja saatavilla olevat päivitykset.", + "subscription.this_month_label": "tänä kuukautena", + "subscription.today_files": "Tiedostot tänään", + "subscription.today_label": "tänään", + "subscription.unlimited": "Rajoittamaton", + "subscription.upgrade_info": "Päivitykset astuvat voimaan heti. Alennukset on aikataulutettu nykyisen laskutuskauden loppuun.", + "subscription.upgrade_to_prefix": "Päivitä", + "subscription.usage_heading": "Käyttö", + "upload.browse_button": "Selaa tiedostoja", + "upload.button_processing": "Käsitellään...", + "upload.camera_button": "Ota valokuva / Skanna asiakirja", + "upload.download_button": "Lataa ja käsittele", + "upload.downloading": "Ladataan tiedostoa URL-osoitteesta...", + "upload.drag_drop": "Vedä ja pudota tiedostoja tänne tai napsauta selataksesi", + "upload.drop_hint_desktop": "Vedä ja pudota tiedostoja tai kansioita tänne, tai napsauta valitaksesi tiedostoja.", + "upload.drop_hint_mobile": "Napauta valitaksesi tiedostoja tai käytä alla olevaa kamera-buttonia.", + "upload.drop_zone_aria": "Tiedostojen latausalue. Vedä ja pudota tiedostoja tänne, tai paina Enter valitaksesi tiedostoja.", + "upload.error": "Lähetys epäonnistui", + "upload.error_invalid_url": "Virheellinen URL-muoto", + "upload.error_url_required": "Ole hyvä ja syötä URL", + "upload.file_size_hint": "Maksimikoko: 500 MB per tiedosto", + "upload.file_types": "Sallitut tyypit: PDF, Office-dokumentit (Word, Excel, PowerPoint jne.), Kuvia", + "upload.filename_description": "Jätä tyhjiksi käyttääksesi tiedostonimeä URL:stä", + "upload.filename_label": "Tiedostonimi (valinnainen)", + "upload.filename_placeholder": "asiakirjani.pdf", + "upload.max_size": "Maksimikoko: {size}", + "upload.page_title": "Lataa tiedostoja", + "upload.section_device": "Lataa laitteesta", + "upload.section_url": "Lataa URL-osoitteesta", + "upload.select_file": "Valitse tiedosto", + "upload.success": "Tiedosto ladattu onnistuneesti", + "upload.title": "Lataa asiakirja", + "upload.uploading": "Ladataan...", + "upload.url_description": "Syötä suora linkki tiedostoon (PDF, Office-dokumentit tai kuvat)", + "upload.url_label": "Tiedoston URL", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/fr.json b/frontend/translations/fr.json index 2680bf85..17f3cb04 100644 --- a/frontend/translations/fr.json +++ b/frontend/translations/fr.json @@ -1,63 +1,63 @@ { - "about.creator_heading": "Rencontrez le créateur", + "about.creator_heading": "Rencontrez le Créateur", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate est développé avec passion par", + "about.creator_pre": "DocuElevate est passionnément développé par", "about.features_admin_api": "API REST puissante pour un accès programmatique", "about.features_admin_config": "Hautement configurable via des variables d'environnement", "about.features_admin_docker": "Prêt pour Docker pour un déploiement et une mise à l'échelle faciles", "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "Prise en charge de l'authentification OAuth2 avec Authentik", + "about.features_admin_oauth2": "Support d'authentification OAuth2 avec Authentik", "about.features_automation_background": "Traitement en arrière-plan avec Redis et Celery", - "about.features_automation_gmail": "Intégration Gmail et comptes e-mail génériques", + "about.features_automation_gmail": "Intégration de Gmail et de comptes de messagerie génériques", "about.features_automation_heading": "Automatisation", - "about.features_automation_imap": "Interrogation de boîte de réception IMAP depuis plusieurs sources", - "about.features_automation_ingestion": "Ingestion automatisée de documents depuis diverses sources", - "about.features_heading": "Fonctionnalités clés", - "about.features_integration_cloud": "Stockage cloud : Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Intégration et stockage", - "about.features_integration_multi_dest": "Prise en charge multi-destinations (stocker des documents à plusieurs endroits)", - "about.features_integration_protocols": "Protocoles de transfert : FTP, SFTP, transfert par e-mail", + "about.features_automation_imap": "Interrogation de boîte de réception IMAP à partir de plusieurs sources", + "about.features_automation_ingestion": "Ingestion automatisée de documents à partir de diverses entrées", + "about.features_heading": "Caractéristiques Clés", + "about.features_integration_cloud": "Stockage dans le cloud : Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Intégration & Stockage", + "about.features_integration_multi_dest": "Support multi-destination (stockez des documents à plusieurs emplacements)", + "about.features_integration_protocols": "Protocoles de transfert : FTP, SFTP, Réacheminement d'e-mails", "about.features_integration_selfhosted": "Options auto-hébergées : Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Classification intelligente des documents et extraction des dates", - "about.features_processing_heading": "Traitement des documents", - "about.features_processing_metadata": "Extraction automatisée des métadonnées via un fournisseur d'IA extensible", - "about.features_processing_ocr": "OCR propulsé par Azure Document Intelligence", + "about.features_processing_classification": "Classification intelligente des documents et extraction de dates", + "about.features_processing_heading": "Traitement de Documents", + "about.features_processing_metadata": "Extraction automatisée de métadonnées en utilisant un fournisseur IA adaptable", + "about.features_processing_ocr": "OCR alimenté par Azure Document Intelligence", "about.features_processing_pdf": "Conversion PDF pour divers formats de fichiers via Gotenberg", - "about.features_processing_upload": "Téléversements de fichiers simples et sécurisés avec prise en charge du glisser-déposer", + "about.features_processing_upload": "Téléversements de fichiers simples et sécurisés avec support de glisser-déposer", "about.github_logo_alt": "Logo GitHub", "about.heading": "À propos de DocuElevate", - "about.intro_post": " – votre solution moderne et intelligente pour le traitement des documents ! Nous avons créé DocuElevate pour transformer complètement la façon dont vous gérez vos documents – de la mise en ligne à l'extraction, du traitement au stockage.", - "about.intro_pre": "Bienvenue sur ", - "about.involved_description": "Vous souhaitez plonger dans le code, contribuer des idées ou en savoir plus sur DocuElevate ?", - "about.involved_docs": "Lire la documentation", + "about.intro_post": " – votre solution moderne et intelligente pour le traitement de documents ! Nous avons construit DocuElevate pour transformer complètement la façon dont vous gérez vos documents – de l'upload à l'extraction, du traitement au stockage.", + "about.intro_pre": "Bienvenue chez ", + "about.involved_description": "Vous souhaitez plonger dans le code, contribuer des idées ou en apprendre davantage sur DocuElevate ?", + "about.involved_docs": "Lisez la Documentation", "about.involved_github": "Voir DocuElevate sur GitHub", - "about.involved_heading": "Participer", - "about.involved_website": "Visiter le site web de DocuElevate", - "about.legal_description": "Nous tenons à votre confidentialité et à la sécurité de vos données. Veuillez consulter :", - "about.legal_heading": "Confidentialité et mentions légales", - "about.legal_license": "Informations sur la licence", - "about.legal_privacy": "Avis de confidentialité", + "about.involved_heading": "Impliquer", + "about.involved_website": "Visitez le site Web de DocuElevate", + "about.legal_description": "Nous nous soucions de votre vie privée et de la sécurité de vos données. Veuillez consulter notre :", + "about.legal_heading": "Confidentialité & Légal", + "about.legal_license": "Informations sur la Licence", + "about.legal_privacy": "Avis de Confidentialité", "about.page_title": "À propos de DocuElevate", - "about.story_heading": "Notre histoire", - "about.story_p1": "DocuElevate a été créé avec un seul objectif : simplifier et rationaliser la gestion des documents pour tous, que vous soyez une petite startup ou une grande entreprise.", - "about.story_p2": "Nous exploitons la puissance des fournisseurs d'IA extensibles (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, et plus) pour l'extraction de métadonnées et le raffinement de texte, nous intégrons parfaitement Dropbox, Nextcloud et Paperless NGX pour le stockage et l'indexation, exploitons Azure Document Intelligence pour l'OCR, et utilisons même Gotenberg pour les conversions de fichiers en PDF.", + "about.story_heading": "Notre Histoire", + "about.story_p1": "DocuElevate a été créé avec un objectif en tête : simplifier et rationaliser la gestion des documents pour tout le monde, que vous soyez une petite startup ou une grande entreprise.", + "about.story_p2": "Nous exploitons la puissance des fournisseurs d'IA extensibles (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, et plus) pour l'extraction de métadonnées et le raffinement de texte, intégrons de manière transparente avec Dropbox, Nextcloud, et Paperless NGX pour le stockage et l'indexation, utilisons Azure Document Intelligence pour l'OCR, et utilisons même Gotenberg pour les conversions de fichiers en PDF.", "api_tokens.col_created": "Créé", "api_tokens.col_last_ip": "Dernière IP", - "api_tokens.col_last_used": "Dernière utilisation", + "api_tokens.col_last_used": "Dernier utilisé", "api_tokens.col_name": "Nom", "api_tokens.col_prefix": "Préfixe du jeton", "api_tokens.copy_to_clipboard": "Copier le jeton dans le presse-papiers", - "api_tokens.copy_upload_example": "Copier l'exemple de mise en ligne dans le presse-papiers", - "api_tokens.copy_warning_1": "Copiez ce jeton maintenant — il ne sera", - "api_tokens.copy_warning_2": "pas affiché à nouveau", + "api_tokens.copy_upload_example": "Copier un exemple de téléchargement dans le presse-papiers", + "api_tokens.copy_warning_1": "Copiez ce jeton maintenant ‒ il", + "api_tokens.copy_warning_2": "ne sera plus affiché", "api_tokens.create_heading": "Créer un nouveau jeton", "api_tokens.create_token": "Créer un jeton", - "api_tokens.creating": "Création en cours…", + "api_tokens.creating": "Création\u001000", "api_tokens.heading": "Jetons API", - "api_tokens.intro": "Créez des jetons API personnels pour interagir avec l'API DocuElevate de manière programmatique. Utilisez des jetons pour les mises en ligne via webhook, les pipelines CI/CD ou tout script devant téléverser ou récupérer des documents.", - "api_tokens.loading_tokens": "Chargement des jetons…", + "api_tokens.intro": "Créez des jetons API personnels pour interagir avec l'API DocuElevate par programmation. Utilisez des jetons pour les téléchargements webhook, les pipelines CI/CD, ou tout script qui a besoin de télécharger ou de récupérer des documents.", + "api_tokens.loading_tokens": "Chargement des jetons\u001000", "api_tokens.never": "Jamais", - "api_tokens.no_tokens_heading": "Aucun jeton API pour l'instant", + "api_tokens.no_tokens_heading": "Pas encore de jetons API", "api_tokens.no_tokens_help": "Créez votre premier jeton ci-dessus pour commencer.", "api_tokens.page_title": "Jetons API – DocuElevate", "api_tokens.revoke": "Révoquer", @@ -67,10 +67,10 @@ "api_tokens.table_aria": "Jetons API", "api_tokens.token_created": "Jeton créé avec succès !", "api_tokens.token_name_label": "Nom du jeton", - "api_tokens.token_name_placeholder": "ex. : Pipeline CI, Webhook Upload, Mon Script", + "api_tokens.token_name_placeholder": "par ex. CI Pipeline, Webhook Upload, Mon Script", "api_tokens.usage_heading": "Exemple d'utilisation", - "api_tokens.usage_intro_post": "avec toute requête API :", - "api_tokens.usage_intro_pre": "Utilisez votre jeton API dans l'en-tête", + "api_tokens.usage_intro_post": "en-tête avec toute requête API :", + "api_tokens.usage_intro_pre": "Utilisez votre jeton API dans le", "api_tokens.your_tokens": "Vos jetons", "app.name": "DocuElevate", "audit.col_ip": "IP", @@ -80,39 +80,39 @@ "audit.filter_action": "Action", "audit.filter_all_actions": "Toutes les actions", "audit.filter_all_users": "Tous les utilisateurs", - "audit.filter_resource_placeholder": "ex. : document, utilisateur", + "audit.filter_resource_placeholder": "ex. document, utilisateur", "audit.filter_resource_type": "Type de ressource", "audit.filter_severity": "Gravité", "audit.filter_user": "Utilisateur", - "audit.filters_section_label": "Filtres du journal d'audit", + "audit.filters_section_label": "Filtres des journaux d'audit", "audit.next": "Suivant", "audit.next_label": "Page suivante", - "audit.no_events": "Aucun événement d'audit enregistré pour l'instant.", - "audit.no_events_hint": "Les actions significatives (connexions, opérations sur les documents, modifications des paramètres) apparaîtront ici.", + "audit.no_events": "Aucun événement d'audit enregistré pour le moment.", + "audit.no_events_hint": "Les actions significatives (connexions, opérations sur les documents, modifications de paramètres) apparaîtront ici.", "audit.page_title": "Journaux d'audit - DocuElevate", - "audit.pagination_label": "Pagination du journal d'audit", + "audit.pagination_label": "Pagination des journaux d'audit", "audit.prev": "Précédent", "audit.prev_label": "Page précédente", "audit.refresh_label": "Actualiser les journaux d'audit", "audit.siem_disabled_title": "Le transfert SIEM est désactivé", - "audit.siem_enabled_title": "Les événements sont transférés vers ", + "audit.siem_enabled_title": "Les événements sont transférés à ", "audit.siem_off": "SIEM : Désactivé", - "audit.subtitle": "Enregistrement complet et immuable de toutes les actions significatives.", - "audit.table_label": "Événements du journal d'audit", + "audit.subtitle": "Enregistrement complet et ajout uniquement de toutes les actions significatives.", + "audit.table_label": "Événements des journaux d'audit", "audit.title": "Journaux d'audit", "auth.confirm_password": "Confirmer le mot de passe", "auth.create_account": "Créer un compte", "auth.display_name_label": "Nom d'affichage", - "auth.email_label": "E-mail", + "auth.email_label": "Email", "auth.forgot_password": "Mot de passe oublié ?", "auth.forgot_username": "Nom d'utilisateur oublié ?", "auth.login": "Se connecter", - "auth.login_title": "Connexion", + "auth.login_title": "Se connecter", "auth.logo_alt": "Logo DocuElevate", "auth.logout": "Se déconnecter", "auth.my_account": "Mon compte", "auth.no_account": "Vous n'avez pas de compte ?", - "auth.or_continue_with": "Ou continuer avec", + "auth.or_continue_with": "Ou continuez avec", "auth.password_label": "Mot de passe", "auth.profile": "Profil", "auth.remember_me": "Se souvenir de moi", @@ -120,73 +120,74 @@ "auth.sign_in": "Se connecter", "auth.sign_in_sso": "Se connecter avec SSO", "auth.sign_in_with": "Se connecter avec", - "auth.sign_in_with_username": "Se connecter avec un nom d'utilisateur", + "auth.sign_in_with_username": "Se connecter avec le nom d'utilisateur", "auth.signup": "S'inscrire", - "auth.signup_title": "Inscription", + "auth.signup_title": "S'inscrire", "auth.username_label": "Nom d'utilisateur", - "auth.username_or_email": "Nom d'utilisateur ou e-mail", + "auth.username_or_email": "Nom d'utilisateur ou Email", "auth.verify_email_back_sign_in": "Retour à la connexion", - "auth.verify_email_expiry": "Le lien expire dans 24 heures. Si vous ne voyez pas l'e-mail, vérifiez votre dossier spam.", + "auth.verify_email_expiry": "Le lien expire dans 24 heures. Si vous ne voyez pas l'email, vérifiez votre dossier spam.", "auth.verify_email_heading": "Vérifiez votre boîte de réception", - "auth.verify_email_message": "Nous vous avons envoyé un e-mail de vérification. Veuillez cliquer sur le lien dans l'e-mail pour activer votre compte.", - "auth.verify_email_page_title": "DocuElevate - Vérifiez votre e-mail", - "auth.verify_email_resend_aria_label": "Adresse e-mail pour le renvoi", - "auth.verify_email_resend_button": "Renvoyer l'e-mail de vérification", - "auth.verify_email_resend_label": "Adresse e-mail", - "auth.verify_email_resend_placeholder": "Entrez votre adresse e-mail", + "auth.verify_email_message": "Nous vous avons envoyé un email de vérification. Veuillez cliquer sur le lien dans l'email pour activer votre compte.", + "auth.verify_email_page_title": "DocuElevate - Vérifiez votre Email", + "auth.verify_email_resend_aria_label": "Adresse email pour renvoi", + "auth.verify_email_resend_button": "Renvoie l'email de vérification", + "auth.verify_email_resend_label": "Adresse email", + "auth.verify_email_resend_placeholder": "Entrez votre adresse email", "auth.verify_email_resend_prompt": "Vous ne l'avez pas reçu ?", - "backup.archives_heading": "Archives de sauvegarde", - "backup.backup_now": "Sauvegarder maintenant", + "backup.archives_heading": "Archives de Sauvegarde", + "backup.backup_now": "Sauvegarder Maintenant", "backup.clean_up": "Nettoyer", - "backup.cleanup_title": "Exécuter le nettoyage de rétention maintenant", + "backup.cleanup_title": "Effectuer la nettoyage de rétention maintenant", "backup.col_created": "Créé", - "backup.col_filename": "Nom du fichier", + "backup.col_filename": "Nom de fichier", "backup.col_size": "Taille", "backup.col_storage": "Stockage", "backup.col_type": "Type", "backup.config_auto_backup": "Sauvegarde automatique", "backup.config_remote_dest": "Destination distante", "backup.config_retention": "Rétention", - "backup.config_total_size": "Taille locale totale", + "backup.config_total_size": "Taille totale locale", "backup.confirm_btn": "Confirmer", "backup.confirm_title": "Confirmer l'action", - "backup.heading": "Gestion des sauvegardes", - "backup.local_only": "Local uniquement", - "backup.no_backups": "Aucune sauvegarde pour l'instant.", - "backup.no_backups_hint": "Cliquez sur Sauvegarder maintenant pour créer votre première sauvegarde.", - "backup.page_title": "Gestion des sauvegardes", + "backup.heading": "Gestion des Sauvegardes", + "backup.local_only": "Uniquement local", + "backup.no_backups": "Aucune sauvegarde pour le moment.", + "backup.no_backups_hint": "Cliquez sur Sauvegarder Maintenant pour créer votre première sauvegarde.", + "backup.page_title": "Gestion des Sauvegardes", "backup.records_label": "enregistrements", "backup.restore_btn": "Restaurer", "backup.restore_desc_mid": "archive de sauvegarde pour restaurer la base de données.", - "backup.restore_desc_pre": "Téléversez une", + "backup.restore_desc_pre": "Téléchargez un", "backup.restore_desc_warning": "Cela écrasera toutes les données actuelles.", "backup.restore_file_label": "Archive de sauvegarde (.db.gz)", - "backup.restore_heading": "Restaurer depuis un fichier", - "backup.restoring": "Restauration en cours…", - "backup.retention_daily_detail": "– conservé pendant 3 semaines", - "backup.retention_heading": "Politique de rétention", - "backup.retention_hourly_detail": "– conservé pendant 4 jours", - "backup.retention_note": "Les sauvegardes au-delà de ces limites sont automatiquement supprimées après chaque nouvelle sauvegarde.", - "backup.retention_weekly_detail": "– conservé pendant ~3 mois", + "backup.restore_heading": "Restaurer à partir du fichier", + "backup.restoring": "Restauration\n\n\u0000A", + "backup.retention_daily_detail": "\u00102 conservé pendant 3 semaines", + "backup.retention_heading": "Politique de conservation", + "backup.retention_hourly_detail": "\u00102 conservé pendant 4 jours", + "backup.retention_note": "Les sauvegardes au-delà de ces limites sont automatiquement supprimées après la création de chaque nouvelle sauvegarde.", + "backup.retention_weekly_detail": "\u00102 conservé pendant ~3 mois", "backup.snapshots": "instantanés", "backup.status_ok": "ok", "backup.storage_local": "local", - "backup.subtitle": "Les sauvegardes de la base de données sont créées automatiquement : toutes les heures (4 jours), quotidiennement (3 semaines), hebdomadairement (13 semaines).", + "backup.subtitle": "Les sauvegardes de base de données sont créées automatiquement : horaire (4 jours), quotidien (3 semaines), hebdomadaire (13 semaines).", "backup.table_aria": "Archives de sauvegarde", - "backup.trigger_daily": "Sauvegarder maintenant (quotidien)", - "backup.trigger_hourly": "Sauvegarder maintenant (horaire)", - "backup.trigger_weekly": "Sauvegarder maintenant (hebdomadaire)", + "backup.trigger_daily": "Sauvegarder maintenant (Quotidien)", + "backup.trigger_hourly": "Sauvegarder maintenant (Horaire)", + "backup.trigger_weekly": "Sauvegarder maintenant (Hebdomadaire)", "backup.type_daily": "Quotidien", "backup.type_hourly": "Horaire", "backup.type_weekly": "Hebdomadaire", "billing.go_to_dashboard": "Aller au tableau de bord", "billing.manage_subscription": "Gérer l'abonnement", - "billing.success_heading": "Tout est en ordre !", + "billing.success_heading": "Tout est prêt !", "billing.success_message": "Votre abonnement a été activé. Merci d'avoir choisi DocuElevate !", - "billing.success_page_title": "DocuElevate - Abonnement activé", + "billing.success_page_title": "DocuElevate - Abonnement Activé", "common.actions": "Actions", "common.active": "Actif", - "common.all": "Tout", + "common.all": "Tous", + "common.avatar": "Avatar", "common.back": "Retour", "common.cancel": "Annuler", "common.close": "Fermer", @@ -204,7 +205,7 @@ "common.disabled": "Désactivé", "common.download": "Télécharger", "common.duplicate": "Dupliquer", - "common.edit": "Modifier", + "common.edit": "Éditer", "common.enabled": "Activé", "common.error": "Erreur", "common.failed": "Échoué", @@ -218,33 +219,37 @@ "common.no": "Non", "common.none": "Aucun", "common.page": "Page", + "common.paused": "En pause", "common.pending": "En attente", "common.prev_page": "Page précédente", "common.previous": "Précédent", - "common.processing": "En cours de traitement", - "common.refresh": "Actualiser", + "common.processing": "Traitement", + "common.refresh": "Rafraîchir", "common.reset": "Réinitialiser", "common.retry": "Réessayer", - "common.save": "Enregistrer", + "common.save": "Sauvegarder", "common.search": "Rechercher", "common.select": "Sélectionner", - "common.select_placeholder": "— sélectionner —", + "common.select_placeholder": "\u0014 choisir \u0014", "common.size": "Taille", "common.status": "Statut", "common.submit": "Soumettre", "common.success": "Succès", - "common.tags": "Étiquettes", + "common.tags": "Tags", + "common.test": "Test", + "common.test_connection": "Tester la connexion", "common.type": "Type", + "common.update": "Mettre à jour", "common.updated": "Mis à jour", "common.upload": "Téléverser", "common.view": "Voir", "common.warning": "Avertissement", "common.yes": "Oui", - "cookie.accept": "Compris", + "cookie.accept": "D'accord", "cookie.learn_more": "En savoir plus", - "cookie.message": "Ce site web utilise des cookies pour améliorer votre expérience.", + "cookie.message": "Ce site utilise des cookies pour améliorer votre expérience.", "cookie.notice": "DocuElevate utilise uniquement des cookies de session essentiels nécessaires à l'authentification et au fonctionnement du service. Aucun cookie de suivi ou d'analyse n'est utilisé.", - "cookie.notice_label": "Avis relatif aux cookies", + "cookie.notice_label": "Avis sur les cookies", "cookie.policy_link": "Politique de cookies", "cookie.privacy_link": "Avis de confidentialité", "credentials.col_action": "Action", @@ -253,74 +258,74 @@ "credentials.configured": "Configuré", "credentials.edit_in_settings": "Modifier dans les paramètres", "credentials.legend_db": "Valeur stockée dans la base de données (chiffrée au repos ; remplace la variable d'environnement)", - "credentials.legend_env_after": "", - "credentials.legend_env_before": "Valeur issue de la variable d'environnement ou du fichier ", + "credentials.legend_env_after": " fichier", + "credentials.legend_env_before": "Valeur provenant de la variable d'environnement ou ", "credentials.legend_missing": "Identifiant non défini — l'intégration ne fonctionnera pas", - "credentials.legend_restart": "Redémarrage requis lors de la rotation de cet identifiant", + "credentials.legend_restart": "Redémarrage requis lorsque cet identifiant est renouvelé", "credentials.legend_title": "Légende", "credentials.manage_settings": "Gérer les paramètres", "credentials.not_configured": "Non configuré", "credentials.page_title": "Audit des identifiants - DocuElevate", "credentials.raw_json": "JSON brut (API)", - "credentials.restart_title": "Redémarrage requis après la rotation de cet identifiant", + "credentials.restart_title": "Redémarrage requis après le renouvellement de cet identifiant", "credentials.source_db_title": "Stocké dans la base de données (chiffré)", - "credentials.source_env_title": "Depuis une variable d'environnement", + "credentials.source_env_title": "Provenant de la variable d'environnement", "credentials.status_missing": "Manquant", - "credentials.subtitle": "Vue d'ensemble de tous les identifiants sensibles utilisés par DocuElevate. Aucune valeur secrète n'est affichée ici — uniquement si chaque identifiant est configuré et d'où il provient.", + "credentials.subtitle": "Aperçu de tous les identifiants sensibles utilisés par DocuElevate. Aucune valeur secrète n'est affichée ici — seulement si chaque identifiant est configuré et d'où il provient.", "credentials.table_for": "Identifiants pour", "credentials.title": "Audit des identifiants", "credentials.total_credentials": "Total des identifiants", "dashboard.active_integrations": "Intégrations actives", "dashboard.files_this_month": "Fichiers ce mois-ci", "dashboard.files_today": "Fichiers aujourd'hui", - "dashboard.ocr_processed": "OCR traités", + "dashboard.ocr_processed": "OCR traité", "dashboard.quick_actions": "Actions rapides", "dashboard.recent_activity": "Activité récente", - "dashboard.storage_targets": "Destinations de stockage", + "dashboard.storage_targets": "Cibles de stockage", "dashboard.title": "Tableau de bord", "dashboard.total_files": "Total des fichiers", "dashboard.welcome": "Bienvenue sur DocuElevate", - "duplicates.file_id_label": "ID du fichier", - "duplicates.file_id_placeholder": "ex. : 42", - "duplicates.find_btn": "Rechercher", - "duplicates.found_files": "fichier(s) en double au total.", - "duplicates.found_groups": "groupe(s) de doublons avec", + "duplicates.file_id_label": "ID de fichier", + "duplicates.file_id_placeholder": "ex. 42", + "duplicates.find_btn": "Trouver", + "duplicates.found_files": "fichier(s) dupliqué(s) au total.", + "duplicates.found_groups": "groupe(s) dupliqué(s) avec", "duplicates.found_prefix": "Trouvé", - "duplicates.group_aria": "Groupe de doublons", - "duplicates.heading": "Documents en double", - "duplicates.how_it_works_heading": "Comment fonctionne la détection de quasi-doublons", + "duplicates.group_aria": "Groupe dupliqué", + "duplicates.heading": "Documents Dupliqués", + "duplicates.how_it_works_heading": "Comment fonctionne la détection de quasi-dupliqués", "duplicates.max_results_label": "Résultats max", - "duplicates.near_dup_desc": "Sélectionnez un document pour vérifier si d'autres fichiers contiennent le même contenu (ou un contenu très similaire) — même s'ils ont été numérisés à des moments différents et ont des hachages SHA-256 différents.", - "duplicates.near_dup_heading": "Trouver des quasi-doublons pour un document", - "duplicates.no_exact_heading": "Aucun doublon exact trouvé", - "duplicates.page_title": "Documents en double - DocuElevate", + "duplicates.near_dup_desc": "Sélectionnez un document pour vérifier si d'autres fichiers contiennent le même (ou un contenu très similaire) \u0014 même s'ils ont été scannés à des moments différents et ont des hachages SHA-256 différents.", + "duplicates.near_dup_heading": "Trouver des quasi-dupliqués pour un document", + "duplicates.no_exact_heading": "Aucun duplicata exact trouvé", + "duplicates.page_title": "Documents Dupliqués - DocuElevate", "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Doublon", + "duplicates.role_duplicate": "Dupliqué", "duplicates.role_original": "Original", - "duplicates.tab_exact": "Doublons exacts", - "duplicates.tab_near": "Recherche de quasi-doublons", - "duplicates.tabs_aria": "Onglets de détection des doublons", + "duplicates.tab_exact": "Duplicatas Exactes", + "duplicates.tab_near": "Chercheur de Quasi-Duplicatas", + "duplicates.tabs_aria": "Onglets de détection de duplicatas", "duplicates.threshold_label": "Seuil de similarité", - "duplicates.view_dup_aria": "Voir le fichier en double", + "duplicates.view_dup_aria": "Voir le fichier dupliqué", "duplicates.view_original_aria": "Voir le fichier original", "error.404_code": "404", - "error.404_heading": "Oups, nous n'avons pas trouvé cette page !", + "error.404_heading": "Oups, nous nt trouvons pas cette page !", "error.404_home": "Retour à l'accueil", - "error.404_message": "Il semble que DocuElevate ait égaré le document que vous recherchiez. Ne vous inquiétez pas – nous avons ce qu'il faut.", - "error.404_title": "404 - Introuvable", + "error.404_message": "Il semble que DocuElevate ait égaré le document que vous recherchiez. Ne vous inquiétez pas – nous sommes là pour vous.", + "error.404_title": "404 - Non Trouvé", "error.500_code": "500", "error.500_debug_info": "Afficher les informations de débogage", - "error.500_description": "Nos serveurs ont rencontré un problème et ont besoin d'un moment.", - "error.500_heading": "Oups ! Quelque chose s'est mal passé.", - "error.500_home": "Aller à l'accueil", - "error.500_img_alt": "Illustration d'une erreur serveur", - "error.500_message1": "Nos serveurs ont rencontré un problème et ont besoin d'un moment. Peut-être que les hamsters ont renversé leur café ?", - "error.500_message2": "Nous nous en occupons déjà — nous trions les fichiers, redémarrons les serveurs et recalibrons les condensateurs de flux.", - "error.500_title": "Erreur serveur - DocuElevate", + "error.500_description": "Nos serveurs ont rencontré un incident et ont besoin d'un moment.", + "error.500_heading": "Oups ! Quelque chose a mal tourné.", + "error.500_home": "Retour à l'accueil", + "error.500_img_alt": "Illustration d'une erreur de serveur", + "error.500_message1": "Nos serveurs ont rencontré un incident et ont besoin d'un moment. Peut-être que les hamsters ont renversé leur café ?", + "error.500_message2": "Nous sommes déjà sur le coup – tri des fichiers, redémarrage des serveurs et recalibrage des condensateurs de flux.", + "error.500_title": "Erreur de Serveur - DocuElevate", "error.forbidden": "Interdit", "error.forbidden_message": "Vous n'avez pas la permission d'accéder à cette page.", "error.not_found": "Page non trouvée", - "error.not_found_message": "La page que vous recherchez n'existe pas.", + "error.not_found_message": "La page que vous cherchez n'existe pas.", "error.server_error": "Erreur interne du serveur", "error.server_error_message": "Quelque chose s'est mal passé. Veuillez réessayer plus tard.", "error.unauthorized": "Non autorisé", @@ -329,17 +334,17 @@ "files.action_details": "Voir les détails", "files.action_preview": "Aperçu rapide", "files.bulk_clear_selection": "Effacer la sélection", - "files.bulk_cloud_ocr": "Relancer l'OCR cloud", + "files.bulk_cloud_ocr": "Relancer OCR Cloud", "files.bulk_delete": "Supprimer la sélection", "files.bulk_download": "Télécharger en ZIP", - "files.bulk_reprocess": "Retraiter la sélection", + "files.bulk_reprocess": "Reprocesser la sélection", "files.delete_modal_cancel": "Annuler", "files.delete_modal_confirm": "Supprimer", "files.delete_modal_message": "Êtes-vous sûr de vouloir supprimer ce fichier ?", "files.delete_modal_title": "Confirmer la suppression", "files.document_title": "Titre du document", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more", - "files.drop_overlay_title": "Déposez des fichiers ou des dossiers n'importe où pour les téléverser", + "files.drop_overlay_hint": "Prend en charge PDF, documents Office, images, HTML, Markdown, et plus encore – les dossiers sont traités récursivement", + "files.drop_overlay_title": "Déposez des fichiers ou des dossiers n'importe où pour télécharger", "files.error_hint": "Cela peut être dû à un problème de configuration ou d'importation. Veuillez vérifier les journaux du serveur.", "files.file_size": "Taille du fichier", "files.filename": "Nom du fichier", @@ -349,9 +354,9 @@ "files.filter_all_types": "Tous les types", "files.filter_apply": "Appliquer les filtres", "files.filter_clear": "Effacer", - "files.filter_date_from": "Date de début", + "files.filter_date_from": "Date de", "files.filter_date_from_aria": "Filtrer à partir de la date", - "files.filter_date_to": "Date de fin", + "files.filter_date_to": "Date à", "files.filter_date_to_aria": "Filtrer jusqu'à la date", "files.filter_form_aria": "Filtrer les fichiers", "files.filter_mime_type": "Type MIME", @@ -361,39 +366,39 @@ "files.filter_ocr_quality": "Qualité OCR", "files.filter_ocr_quality_aria": "Filtrer par score de qualité OCR", "files.filter_ocr_unchecked": "Pas encore évalué", - "files.filter_search_label": "Rechercher un nom de fichier", - "files.filter_search_placeholder": "Entrez un nom de fichier…", + "files.filter_search_label": "Rechercher par nom de fichier", + "files.filter_search_placeholder": "Entrez le nom de fichier...", "files.filter_storage_provider": "Fournisseur de stockage", "files.filter_tags_aria": "Filtrer par étiquettes (séparées par des virgules)", - "files.filter_tags_placeholder": "ex. : facture,amazon", - "files.fulltext_search_label": "Full-Text Search", - "files.fulltext_search_placeholder": "Rechercher dans le contenu, l'expéditeur, les étiquettes, le type…", + "files.filter_tags_placeholder": "par ex. facture,amazon", + "files.fulltext_search_label": "Recherche en texte intégral (texte OCR, métadonnées, étiquettes)", + "files.fulltext_search_placeholder": "Rechercher dans le contenu du document, l'expéditeur, les étiquettes, le type...", "files.no_files": "Aucun fichier trouvé", "files.ocr_status": "Statut OCR", "files.page_title": "Enregistrements de fichiers", "files.pagination_files": "fichiers", "files.pagination_first": "Premier", "files.pagination_last": "Dernier", - "files.pagination_nav_aria": "Pagination de la liste de fichiers", + "files.pagination_nav_aria": "Pagination de la liste des fichiers", "files.pagination_next": "Suivant", - "files.pagination_of": "sur", + "files.pagination_of": "de", "files.pagination_previous": "Précédent", - "files.pagination_showing": "Affichage", + "files.pagination_showing": "Affichage de", "files.preview_modal_close": "Fermer l'aperçu", "files.preview_modal_title": "Aperçu", - "files.queue_banner_items": "élément(s) sont actuellement en file d'attente ou en cours de traitement. Les fichiers apparaîtront ici une fois le traitement terminé.", + "files.queue_banner_items": "élément(s) sont actuellement en attente ou en cours de traitement. Les fichiers apparaîtront ici une fois le traitement terminé.", "files.queue_banner_link": "Voir la file d'attente", "files.saved_searches_empty": "Aucune recherche sauvegardée pour l'instant", "files.saved_searches_error": "Impossible de charger les recherches sauvegardées", "files.saved_searches_label": "Recherches sauvegardées", - "files.saved_searches_save": "Sauvegarder actuelle", - "files.saved_searches_save_aria": "Sauvegarder les filtres actuels comme recherche sauvegardée", + "files.saved_searches_save": "Sauvegarder actuel", + "files.saved_searches_save_aria": "Sauvegarder les filtres actuels en tant que recherche sauvegardée", "files.search_results_empty": "Aucun résultat trouvé.", "files.search_results_title": "Résultats de recherche", - "files.status_duplicate": "Doublon", + "files.status_duplicate": "Dupliquer", "files.table_actions": "Actions", "files.table_aria": "Enregistrements de fichiers", - "files.table_created_at": "Créé le", + "files.table_created_at": "Créé à", "files.table_empty": "Aucun fichier trouvé", "files.table_id": "ID", "files.table_mime_type": "Type MIME", @@ -401,25 +406,25 @@ "files.table_select_all": "Sélectionner tous les fichiers de cette page", "files.tags": "Étiquettes", "files.title": "Fichiers", - "files.upload_modal_aria": "Progression du téléversement", - "files.upload_modal_close": "Fermer la progression du téléversement", - "files.upload_modal_header": "Téléversement de fichiers", - "files.uploaded": "Téléversé", + "files.upload_modal_aria": "Progression du téléchargement", + "files.upload_modal_close": "Fermer la progression du téléchargement", + "files.upload_modal_header": "Téléchargement de fichiers", + "files.uploaded": "Téléchargé", "footer.about": "À propos", "footer.attribution": "Attribution", "footer.attributions": "Attributions", "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Mentions légales", + "footer.imprint": "Impression", "footer.license": "Licence", "footer.navigation": "Navigation du pied de page", "footer.privacy": "Confidentialité", "footer.terms": "Conditions", "footer.version": "Version {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "Lié via OAuth. Les fichiers atterrissent dans votre dossier choisi.", + "help.destinations_dropbox_desc": "Lié par OAuth. Les fichiers atterrissent dans le dossier choisi.", "help.destinations_email": "Transfert par e-mail", - "help.destinations_email_desc": "Les fichiers traités envoyés en pièces jointes SMTP.", + "help.destinations_email_desc": "Fichiers traités envoyés en tant que pièces jointes SMTP.", "help.destinations_google_drive": "Google Drive", "help.destinations_google_drive_desc": "Compte de service ou OAuth. Prend en charge les lecteurs partagés.", "help.destinations_heading": "Destinations – Où vont les documents", @@ -428,105 +433,127 @@ "help.destinations_onedrive": "OneDrive", "help.destinations_onedrive_desc": "Intégration de l'API Microsoft Graph.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Transmettez des documents directement dans Paperless pour l'archivage.", + "help.destinations_paperless_desc": "Envoyer des documents directement dans Paperless pour archivage.", "help.destinations_s3": "Amazon S3", "help.destinations_s3_desc": "Tout compartiment compatible S3 (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", "help.destinations_sftp_desc": "Transfert de fichiers sécurisé vers n'importe quel serveur.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "Envoyez des métadonnées à n'importe quel point de terminaison externe.", + "help.destinations_webhook_desc": "POST des métadonnées vers n'importe quel point de terminaison externe.", "help.documentation": "Documentation", - "help.faq": "Questions fréquentes", - "help.faq_1_a": "Accédez à la page de mise en ligne, faites glisser vos fichiers ou cliquez sur Choisir un fichier. DocuElevate convertit les images et les documents Office en PDF, exécute l'OCR et extrait automatiquement les métadonnées.", - "help.faq_1_q": "Comment puis-je téléverser des documents ?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF et HTML. Les fichiers non-PDF sont automatiquement convertis en PDF avant le traitement.", - "help.faq_2_q": "Quels formats de fichiers sont pris en charge ?", - "help.faq_3_a": "Oui. Allez dans Ingestion par e-mail, ajoutez un compte IMAP, et DocuElevate interrogera les nouveaux messages et traitera automatiquement les pièces jointes.", - "help.faq_3_q": "Puis-je ingérer des documents par e-mail ?", - "help.faq_4_a": "Les pipelines vous permettent d'enchaîner des étapes de traitement – OCR, extraction IA, conversion de format – et d'acheminer le résultat vers une ou plusieurs destinations. Créez-les et gérez-les depuis la page Pipelines.", + "help.faq": "Questions Fréquemment Posées", + "help.faq_1_a": "Accédez à la page de téléchargement, faites glisser vos fichiers ou cliquez sur Choisir un fichier. DocuElevate convertit les images et les documents bureautiques en PDF, effectue OCR et extrait automatiquement les métadonnées.", + "help.faq_1_q": "Comment puis-je télécharger des documents?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, et HTML. Les fichiers non PDF sont automatiquement convertis en PDF avant le traitement.", + "help.faq_2_q": "Quels formats de fichier sont pris en charge ?", + "help.faq_3_a": "Oui. Allez dans l'Ingestion par Email, ajoutez un compte IMAP, et DocuElevate vérifiera les nouveaux messages et traitera les pièces jointes automatiquement.", + "help.faq_3_q": "Puis-je ingérer des documents par email ?", + "help.faq_4_a": "Les pipelines vous permettent de chaîner des étapes de traitement – OCR, extraction AI, conversion de format – et de router le résultat vers une ou plusieurs destinations. Créez et gérez-les depuis la page des Pipelines.", "help.faq_4_q": "Comment fonctionnent les pipelines de traitement ?", - "help.faq_5_a": "DocuElevate chiffre les identifiants au repos, communique via TLS et ne stocke jamais vos documents plus longtemps que nécessaire. Consultez l'Avis de confidentialité pour tous les détails.", + "help.faq_5_a": "DocuElevate crypte les identifiants au repos, communique via TLS, et ne conserve jamais vos documents plus longtemps que nécessaire. Consultez l'Avis de Confidentialité pour les détails complets.", + "help.faq_5_a_post": " pour des détails complets.", + "help.faq_5_a_pre": "DocuElevate crypte les identifiants au repos, communique via TLS, et ne stocke jamais vos documents plus longtemps que nécessaire. Voir le ", "help.faq_5_q": "Mes données sont-elles sécurisées ?", - "help.faq_heading": "Questions fréquemment posées", - "help.getting_started": "Premiers pas", - "help.heading": "Centre d'aide", - "help.page_title": "Centre d'aide", - "help.privacy_notice": "Avis de confidentialité", - "help.quickstart_heading": "Démarrage rapide", - "help.quickstart_storage": "Connecter le stockage", - "help.quickstart_storage_desc": "Accédez aux Paramètres et liez vos comptes cloud. Les documents traités sont automatiquement acheminés vers chaque destination que vous configurez.", - "help.quickstart_upload": "Téléverser des documents", - "help.quickstart_upload_desc": "Faites glisser des fichiers sur la page de mise en ligne ou cliquez sur Choisir un fichier. DocuElevate convertit les images et les documents Office en PDF, exécute l'OCR et extrait automatiquement les métadonnées.", - "help.quickstart_workflows": "Automatiser les flux de travail", - "help.quickstart_workflows_desc": "Créez des Pipelines pour définir un traitement multi-étapes et des règles d'acheminement. Combinez l'OCR, l'extraction IA, la conversion de format et la livraison en un seul flux.", - "help.sources_email_ingestion": "Ingestion par e-mail (IMAP)", - "help.sources_email_ingestion_desc": "Transférez des documents vers une boîte aux lettres dédiée. Dans Ingestion par e-mail, ajoutez un ou plusieurs comptes IMAP. DocuElevate interroge les nouveaux messages et traite automatiquement les pièces jointes.", - "help.sources_heading": "Sources – Comment entrent les documents", + "help.faq_heading": "Questions Fréquemment Posées", + "help.getting_started": "Commencer", + "help.heading": "Centre d'Aide", + "help.ingestion_curl": "cURL / API REST", + "help.ingestion_curl_desc": "Utilisez l'API REST pour envoyer des documents de manière programmatique. Authentifiez-vous avec un jeton Bearer et POSTez des fichiers vers le point de terminaison de téléchargement.", + "help.ingestion_heading": "Outils d'Ingestion de Données", + "help.ingestion_mobile": "Applications Mobiles", + "help.ingestion_mobile_desc": "Utilisez n'importe quelle application de numérisation mobile qui prend en charge des destinations de téléchargement HTTP personnalisées pour envoyer des photos et des numérisations à DocuElevate depuis votre téléphone ou votre tablette.", + "help.ingestion_scanners": "Scanners Réseau", + "help.ingestion_scanners_desc": "Dirigez n'importe quel scanner réseau ou imprimante multifonction vers le point de terminaison de téléchargement de DocuElevate. Les documents numérisés arrivent directement dans votre file d'attente de traitement.", + "help.ingestion_watched_folders": "Dossiers Surveillés", + "help.ingestion_watched_folders_desc": "Configurez un dossier local ou réseau à surveiller. Tout fichier placé dans un dossier surveillé est automatiquement téléchargé et traité par DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Intégrez DocuElevate dans vos flux de travail d'automatisation avec Zapier, n8n ou Make. Utilisez les actions de l'API REST pour déclencher des téléchargements de documents à partir de tout événement.", + "help.meta_description": "Obtenez de l'aide avec DocuElevate – trouvez des guides sur le téléchargement de documents, la connexion de stockage cloud, la configuration de pipelines, et plus encore.", + "help.og_description": "Obtenez de l'aide avec DocuElevate – trouvez des guides sur le téléchargement de documents, la connexion de stockage cloud, la configuration de pipelines, et plus encore.", + "help.page_title": "Centre d'Aide", + "help.privacy_notice": "Avis de Confidentialité", + "help.quickstart_heading": "Début Rapide", + "help.quickstart_storage": "Connecter le Stockage", + "help.quickstart_storage_desc": "Rendez-vous dans les Paramètres et liez vos comptes cloud. Les documents traités sont automatiquement envoyés à chaque destination que vous configurez.", + "help.quickstart_storage_desc_full": "Rendez-vous dans Intégrations et liez vos comptes de stockage cloud. DocuElevate prend en charge Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, et plus encore. Les documents traités sont automatiquement acheminés vers chaque destination que vous configurez.", + "help.quickstart_upload": "Télécharger des Documents", + "help.quickstart_upload_desc": "Glissez et déposez des fichiers sur la page de téléchargement ou cliquez sur Choisir un Fichier. DocuElevate convertit les images et documents bureautiques en PDF, effectue l'OCR, et extrait les métadonnées automatiquement.", + "help.quickstart_workflows": "Automatiser les Flux de Travail", + "help.quickstart_workflows_desc": "Créez des Pipelines pour définir des règles de traitement et de routage en plusieurs étapes. Combinez OCR, extraction AI, conversion de format, et livraison dans un seul flux.", + "help.sources_email_ingestion": "Ingestion par Email (IMAP)", + "help.sources_email_ingestion_desc": "Transférez des documents vers une boîte aux lettres dédiée. Sous l'Ingestion par Email, ajoutez un ou plusieurs comptes IMAP. DocuElevate vérifie les nouveaux messages et traite les pièces jointes automatiquement.", + "help.sources_heading": "Sources – Obtenir des Documents", "help.sources_rest_api": "API REST", - "help.sources_rest_api_desc": "Intégrez de manière programmatique en envoyant des fichiers par POST à /api/upload. Idéal pour les scripts, les dossiers surveillés, les scanners ou les outils tiers comme Zapier et n8n.", - "help.sources_scanner": "Scanner et mobile", - "help.sources_scanner_desc": "Pointez les scanners réseau vers le point de terminaison de mise en ligne de DocuElevate ou utilisez n'importe quelle application de numérisation mobile qui prend en charge les destinations HTTP personnalisées.", - "help.sources_web_upload": "Mise en ligne via le web", - "help.sources_web_upload_desc": "La façon la plus rapide de commencer. Ouvrez la page de mise en ligne, déposez un ou plusieurs fichiers, et DocuElevate s'occupe du reste. Les formats pris en charge incluent PDF, JPEG, PNG, TIFF, DOCX, XLSX, et plus encore.", + "help.sources_rest_api_desc": "Intégrez de manière programmatique en envoyant des fichiers à /api/upload. Idéal pour les scripts, dossiers surveillés, scanners, ou outils tiers comme Zapier et n8n.", + "help.sources_scanner": "Scanner & Mobile", + "help.sources_scanner_desc": "Dirigez les scanners réseau vers le point de téléchargement de DocuElevate ou utilisez n'importe quelle application de numérisation mobile qui supporte des destinations HTTP personnalisées.", + "help.sources_scanner_desc_full": "Configurez votre scanner réseau ou votre imprimante multifonction pour envoyer des numérisations directement à DocuElevate. Utilisez le point de terminaison /api/upload comme destination. Les applications de numérisation mobile avec des destinations de téléchargement personnalisées sont également prises en charge.", + "help.sources_web_upload": "Téléchargement Web", + "help.sources_web_upload_desc": "Le moyen le plus rapide de commencer. Ouvrez la page de téléchargement, déposez un ou plusieurs fichiers, et DocuElevate s'occupe du reste. Les formats pris en charge incluent PDF, JPEG, PNG, TIFF, DOCX, XLSX, et plus.", "help.subheading": "Tout ce dont vous avez besoin pour tirer le meilleur parti de DocuElevate. Parcourez les sujets ci-dessous ou recherchez ce dont vous avez besoin.", "help.support": "Support", - "help.support_admin_message": "Contactez votre administrateur pour les informations de support.", + "help.support_admin_message": "Contactez votre administrateur pour des informations de support.", "help.support_description": "Vous ne trouvez pas ce que vous cherchez ? Notre équipe de support est là pour vous aider.", - "help.support_heading": "Contacter le support", - "help.support_ticket_button": "Soumettre un ticket", - "help.support_ticket_heading": "Ouvrir un ticket de support", - "help.title": "Centre d'aide", - "help.workflows_creating": "Créer un pipeline", - "help.workflows_definition": "Un pipeline est une série d'étapes de traitement qui s'exécutent automatiquement chaque fois qu'un document est ingéré. Chaque étape peut transformer, enrichir ou acheminer le document.", - "help.workflows_heading": "Flux de travail et pipelines", + "help.support_heading": "Contacter le Support", + "help.support_live_chat": "Chat en direct disponible – cliquez sur la bulle de chat pour commencer une conversation.", + "help.support_ticket_button": "Soumettre un Ticket", + "help.support_ticket_desc": "Remplissez le formulaire ci-dessous et notre équipe de support vous répondra dès que possible.", + "help.support_ticket_heading": "Ouvrir un Ticket de Support", + "help.title": "Centre d'Aide", + "help.workflows_creating": "Création d'un Pipeline", + "help.workflows_definition": "Un Pipeline est une série d'étapes de traitement qui s'exécutent automatiquement chaque fois qu'un document est ingéré. Chaque étape peut transformer, enrichir ou router le document.", + "help.workflows_heading": "Flux de Travail & Pipelines", "help.workflows_step_1": "Convertir en PDF", "help.workflows_step_1_create": "Allez dans Pipelines dans le menu principal.", - "help.workflows_step_2": "OCR – extraire le texte", - "help.workflows_step_2_create": "Cliquez sur Nouveau pipeline et donnez-lui un nom.", - "help.workflows_step_3": "Extraction des métadonnées par IA", - "help.workflows_step_3_create": "Ajoutez les étapes de traitement dont vous avez besoin.", + "help.workflows_step_1_full": "Convertir en PDF – tous les fichiers entrants sont normalisés en un format PDF cohérent.", + "help.workflows_step_2": "OCR – extraire du texte", + "help.workflows_step_2_create": "Cliquez sur Nouveau Pipeline et donnez-lui un nom.", + "help.workflows_step_2_full": "OCR – extrayez du texte sélectionnable des pages numérisées en utilisant Azure Document Intelligence ou le moteur intégré.", + "help.workflows_step_3": "Extraction de métadonnées IA", + "help.workflows_step_3_create": "Ajoutez les étapes de traitement nécessaires.", + "help.workflows_step_3_full": "Extraction de métadonnées AI – classez le type de document et extrayez des champs clés tels que montants, dates et noms en utilisant OpenAI.", "help.workflows_step_4": "Livrer à une ou plusieurs destinations", "help.workflows_step_4_create": "Choisissez une ou plusieurs destinations de livraison.", - "help.workflows_step_5_create": "Enregistrez – les nouveaux documents seront automatiquement traités via ce pipeline.", + "help.workflows_step_5_create": "Enregistrer – les nouveaux documents seront traités automatiquement par ce pipeline.", "help.workflows_typical_steps": "Étapes typiques", - "help.workflows_what_is": "Qu'est-ce qu'un pipeline ?", - "index.badge_intelligent": "Traitement intelligent des documents", + "help.workflows_what_is": "Qu'est-ce qu'un Pipeline?", + "index.badge_intelligent": "Traitement de documents intelligents", "index.button_browse_files": "Parcourir les fichiers", - "index.button_upload": "Téléverser", - "index.capabilities_cloud": "Stockage cloud : Dropbox, OneDrive, Google Drive, NextCloud", + "index.button_upload": "Télécharger", + "index.capabilities_cloud": "Stockage Cloud : Dropbox, OneDrive, Google Drive, NextCloud", "index.capabilities_ingestion": "Ingestion de documents par e-mail et URL", - "index.capabilities_ocr": "OCR et extraction de métadonnées avec IA", - "index.capabilities_paperless": "Intégration Paperless-ngx pour la gestion documentaire", + "index.capabilities_ocr": "OCR & extraction de métadonnées avec IA", + "index.capabilities_paperless": "Intégration Paperless-ngx pour la gestion des documents", "index.capabilities_title": "Capacités", - "index.capabilities_workflows": "Flux de travail de classification et d'acheminement automatisés", - "index.cta_description": "Rejoignez les équipes qui automatisent déjà leur traitement documentaire avec DocuElevate.", - "index.cta_heading": "Prêt à élever votre flux de travail documentaire ?", - "index.cta_pricing": "Voir les tarifs", + "index.capabilities_workflows": "Flux de travail de classification et de routage automatisés", + "index.cta_description": "Rejoignez les équipes qui automatisent déjà leur traitement de documents avec DocuElevate.", + "index.cta_heading": "Prêt à élever votre flux de travail de documents ?", + "index.cta_pricing": "Voir les prix", "index.cta_signup": "Créer un compte gratuit", - "index.dashboard_subtitle": "Traitement et gestion intelligents des documents", - "index.dashboard_subtitle_teams": "Traitement et gestion intelligents des documents — conçu pour les équipes", - "index.feature_ai": "Extraction de métadonnées par IA", - "index.feature_ai_desc": "OpenAI, Claude, Gemini et d'autres fournisseurs d'IA extensibles classifient les documents et extraient les champs clés comme les dates, les montants et les sujets.", - "index.feature_cloud": "Stockage multi-cloud", - "index.feature_cloud_desc": "Acheminez les fichiers traités vers Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, et plus encore.", - "index.feature_email": "Ingestion par e-mail et IMAP", - "index.feature_email_desc": "Extrayez automatiquement des documents de Gmail ou de n'importe quelle boîte de réception IMAP — aucun téléversement manuel nécessaire.", - "index.feature_ocr": "OCR et extraction de texte", - "index.feature_ocr_desc": "Azure Document Intelligence convertit automatiquement les PDF numérisés et les images en texte entièrement consultable.", - "index.feature_pipelines": "Pipelines personnalisés", - "index.feature_pipelines_desc": "Créez des pipelines de traitement avec des étapes configurables — OCR, extraction IA, conversion de format et acheminement vers le stockage dans n'importe quel ordre.", - "index.feature_search": "Recherche en texte intégral", - "index.feature_search_desc": "Trouvez instantanément n'importe quel document par contenu, métadonnées ou étiquettes dans toute votre archive.", - "index.feature_section_title": "Tout ce dont vous avez besoin pour des flux de travail documentaires intelligents", - "index.getting_started": "Premiers pas", - "index.getting_started_1": "Configurez les intégrations via l'État du système", - "index.getting_started_2": "Téléversez votre premier document", - "index.getting_started_3": "Consultez les résultats dans Fichiers", + "index.dashboard_subtitle": "Traitement et gestion intelligents de documents", + "index.dashboard_subtitle_teams": "Traitement et gestion intelligents de documents — conçu pour les équipes", + "index.feature_ai": "Extraction de Métadonnées IA", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, et d'autres fournisseurs d'IA modulables classifient les documents et extraient des champs clés tels que les dates, les montants et les sujets.", + "index.feature_cloud": "Stockage Multi-Cloud", + "index.feature_cloud_desc": "Acheminez les fichiers traités vers Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, et plus.", + "index.feature_email": "Ingestion par E-mail & IMAP", + "index.feature_email_desc": "Récupérez automatiquement des documents depuis Gmail ou toute boîte aux lettres IMAP — pas besoin de téléchargements manuels.", + "index.feature_ocr": "OCR & Extraction de Texte", + "index.feature_ocr_desc": "Azure Document Intelligence convertit les PDF et images scannés en texte entièrement consultable automatiquement.", + "index.feature_pipelines": "Pipelines Personnalisés", + "index.feature_pipelines_desc": "Construisez des pipelines de traitement avec des étapes configurables — OCR, extraction IA, conversion de format et routage de stockage dans n'importe quel ordre.", + "index.feature_search": "Recherche en Texte Intégral", + "index.feature_search_desc": "Trouvez instantanément n'importe quel document par contenu, métadonnées ou étiquettes dans tout votre archive.", + "index.feature_section_title": "Tout ce dont vous avez besoin pour des flux de travail de documents intelligents", + "index.getting_started": "Commencer", + "index.getting_started_1": "Configurer les intégrations via l'état du système", + "index.getting_started_2": "Téléverser votre premier document", + "index.getting_started_3": "Réviser les résultats dans les fichiers", "index.getting_started_learn": "En savoir plus sur DocuElevate", - "index.hero_description": "DocuElevate ingère vos documents, exécute l'OCR, extrait les métadonnées avec l'IA, et achemine les fichiers vers Dropbox, Google Drive, OneDrive, S3, Nextcloud, et plus encore — le tout dans un pipeline fluide.", - "index.hero_heading": "Du téléversement à la connaissance — automatiquement.", - "index.hero_login": "Connexion", - "index.hero_pricing": "Voir les forfaits et les tarifs", + "index.hero_description": "DocuElevate ingère vos documents, effectue l'OCR, extrait les métadonnées avec l'IA et achemine les fichiers vers Dropbox, Google Drive, OneDrive, S3, Nextcloud, et plus — le tout dans un pipeline sans couture.", + "index.hero_heading": "De l'upload à l'insight — automatiquement.", + "index.hero_login": "Se connecter", + "index.hero_pricing": "Voir les plans et les prix", "index.hero_signup": "Commencer — c'est gratuit", "index.integrations_active": "Intégrations actives", "index.integrations_storage": "Cibles de stockage", @@ -535,15 +562,16 @@ "index.page_title_dashboard": "Tableau de bord", "index.page_title_public": "Traitement intelligent des documents", "index.platform_overview": "Aperçu de la plateforme", + "index.processing_stats": "Statistiques de traitement", "index.quick_actions": "Actions rapides", "index.quick_documents": "Mes documents", - "index.quick_documents_desc": "Parcourez vos fichiers traités", - "index.quick_search": "Rechercher", - "index.quick_search_desc": "Recherche en texte intégral dans les documents", + "index.quick_documents_desc": "Parcourir vos fichiers traités", + "index.quick_search": "Recherche", + "index.quick_search_desc": "Recherche en texte intégral à travers les documents", "index.quick_subscription": "Mon abonnement", - "index.quick_subscription_desc": "Voir les détails du forfait et de l'utilisation", + "index.quick_subscription_desc": "Voir les détails du plan et de l'utilisation", "index.quick_system_status": "État du système", - "index.quick_system_status_desc": "Vérifier la santé des intégrations", + "index.quick_system_status_desc": "Vérifier la santé de l'intégration", "index.quick_upload": "Téléverser un document", "index.quick_upload_desc": "Traiter un nouveau fichier", "index.quick_view_files": "Voir tous les fichiers", @@ -552,38 +580,117 @@ "index.single_user_subtitle": "Traitement et gestion intelligents des documents", "index.stat_active_integrations": "Intégrations actives", "index.stat_active_users": "Utilisateurs actifs", - "index.stat_files_month": "Fichiers ce mois", + "index.stat_files_month": "Fichiers ce mois-ci", + "index.stat_files_ocr": "Fichiers avec OCR", "index.stat_files_today": "Fichiers aujourd'hui", "index.stat_storage_targets": "Cibles de stockage", + "index.stat_this_month": "Ce mois-ci", + "index.stat_today": "Aujourd'hui", "index.stat_total_files": "Total des fichiers", - "index.tier_plan": "Forfait", + "index.stat_total_processed": "Total traité", + "index.tier_plan": "Plan", "index.tier_upgrade": "Mettre à niveau", "index.tier_view_details": "Voir tous les détails", - "index.upgrade_daily_limits": "Limites quotidiennes et mensuelles plus élevées", + "index.upgrade_daily_limits": "Limites quotidiens et mensuels plus élevés", "index.upgrade_description": "Débloquez plus de documents, plus de destinations et un support prioritaire.", "index.upgrade_destinations": "Plus de destinations de stockage", "index.upgrade_ocr_pages": "Plus de pages OCR", - "index.upgrade_plan": "Mettre à niveau votre forfait", - "index.upgrade_view_pricing": "Voir les forfaits et les tarifs", - "index.usage_lifetime": "Fichiers au total", - "index.usage_month": "Fichiers ce mois", + "index.upgrade_plan": "Mettez à niveau votre plan", + "index.upgrade_view_pricing": "Voir les plans et les prix", + "index.usage_lifetime": "Fichiers à vie", + "index.usage_month": "Fichiers ce mois-ci", "index.usage_my_usage": "Mon utilisation", "index.usage_today": "Fichiers aujourd'hui", "index.usage_unlimited": "Illimité", + "integrations.access_key_label": "ID de la clé d'accès", + "integrations.active_label": "Actif", + "integrations.add_button": "Ajouter une intégration", + "integrations.add_first_button": "Ajouter votre première intégration", + "integrations.api_token_label": "Jeton API", + "integrations.authorize_btn": "Autoriser", + "integrations.authorize_reauth": "Ré-autoriser", + "integrations.bucket_label": "Seau", "integrations.configure": "Configurer", "integrations.connect": "Connecter", "integrations.connected": "Connecté", + "integrations.connection_failed": "Échec de la connexion", + "integrations.connection_success": "Connexion réussie", + "integrations.delete_confirm_are_you_sure": "Êtes-vous sûr de vouloir supprimer", + "integrations.delete_confirm_title": "Supprimer l'intégration ?", + "integrations.delete_confirm_undone": "Cette action ne peut pas être annulée.", + "integrations.delete_emails_label": "Supprimer les e-mails après traitement", + "integrations.delete_files_label": "Supprimer les fichiers après traitement", + "integrations.destinations_quota_label": "Destinations de stockage :", + "integrations.destinations_section": "Destinations", + "integrations.direction_destination": "Destination (stockage)", + "integrations.direction_label": "Direction", + "integrations.direction_placeholder": "\u0013 Sélectionner \u0013", + "integrations.direction_source": "Source (ingestion)", "integrations.disconnect": "Déconnecter", + "integrations.email_settings": "Paramètres de transfert d'e-mails", "integrations.empty_state": "Aucune intégration configurée", + "integrations.endpoint_label": "URL de l'endpoint", + "integrations.endpoint_optional": "(optionnel, pour S3 compatible)", "integrations.folder_label": "Dossier", + "integrations.folder_optional": "(optionnel)", + "integrations.folder_path_label": "Chemin du dossier", + "integrations.folder_prefix_label": "Préfixe du dossier", + "integrations.generic_settings_hint": "La configuration pour ce type d'intégration peut être fournie en JSON après création via l'API.", + "integrations.gmail_hint": "Étiquettes et étoile Gmail : lorsqu'elles sont activées, les e-mails traités sont étoilés et étiquetés avec une étiquette \"Ingéré\" dans Gmail. Ne s'applique qu'aux serveurs Gmail.", + "integrations.gmail_labels": "Appliquer les étiquettes Gmail et étoile", "integrations.host_label": "Hôte", "integrations.imap_settings": "Paramètres IMAP", + "integrations.loading": "Chargement des intégrations\u0013", + "integrations.modal_close": "Fermer le modal", + "integrations.modal_title_add": "Ajouter une intégration", + "integrations.modal_title_edit": "Modifier l'intégration", + "integrations.name_label": "Étiquette", + "integrations.name_placeholder": "par ex. Gmail professionnel, archive S3", + "integrations.nextcloud_settings": "Paramètres Nextcloud", + "integrations.nextcloud_url_label": "URL Nextcloud", + "integrations.no_integrations_body": "Ajoutez votre première intégration pour connecter des sources d'ingestion (comme IMAP) et des destinations de stockage (comme S3, Dropbox ou Google Drive).", "integrations.not_connected": "Non connecté", + "integrations.oauth_folder_label": "Dossier", + "integrations.oauth_hint": "Enregistrez d'abord cette intégration, puis utilisez le bouton Autoriser pour compléter le flux OAuth. Vos identifiants seront stockés en toute sécurité dans votre dossier d'intégration personnel.", "integrations.page_title": "Intégrations", + "integrations.paperless_settings": "Paramètres Paperless NGX", "integrations.password_label": "Mot de passe", + "integrations.paused": "Suspendu", + "integrations.plan_label": "Plan :", "integrations.port_label": "Port", + "integrations.quota_not_available": "(non disponible)", + "integrations.quota_unlimited": "/ illimité", + "integrations.recipient_label": "Email du destinataire", + "integrations.region_label": "Région", + "integrations.remote_path_label": "Chemin distant", + "integrations.s3_prefix_label": "Préfixe (chemin du dossier)", + "integrations.s3_settings": "Paramètres S3", + "integrations.secret_key_label": "Clé d'accès secrète", + "integrations.show_password": "Afficher le mot de passe", + "integrations.show_secrets": "Afficher les secrets", + "integrations.show_token": "Afficher le jeton", + "integrations.source_local": "Système de fichiers local", + "integrations.source_type_label": "Type de source", + "integrations.sources_quota_label": "Sources de boîte aux lettres :", + "integrations.sources_section": "Sources", + "integrations.subtitle": "Gérez vos sources d'ingestion et destinations de stockage au même endroit.", "integrations.title": "Intégrations", + "integrations.type_label": "Type d'intégration", + "integrations.type_placeholder": "\u0000 Sélectionnez la direction d'abord \u00000", + "integrations.upgrade_plan": "Mettre à niveau le plan", + "integrations.use_ssl": "Utiliser SSL", "integrations.username_label": "Nom d'utilisateur", + "integrations.watch_folder_settings": "Paramètres du dossier surveillé", + "integrations.webdav_settings": "Paramètres WebDAV", + "integrations.webdav_url_label": "URL WebDAV", + "integrations.webhook_heading": "Ingestion Webhook", + "integrations.webhook_how_heading": "Comment fonctionne l'ingestion Webhook", + "integrations.webhook_how_text": "Une intégration webhook permet aux systèmes externes de pousser des documents directement dans DocuElevate via l'API REST. Au lieu que DocuElevate interroge de nouveaux fichiers (comme IMAP), votre application envoie des fichiers à DocuElevate à l'aide d'une requête HTTP avec un jeton API pour l'authentification.", + "integrations.webhook_ideal_text": "C'est idéal pour les pipelines CI/CD, les scripts d'automatisation, les intégrations de scanner, ou tout système qui génère des documents et doit les envoyer pour traitement.", + "integrations.webhook_quick_start": "Démarrage rapide", + "integrations.webhook_security_tip": "Créez un jeton API dédié pour chaque intégration et révoquez-le immédiatement en cas de compromission. Les jetons peuvent être gérés sur la page des jetons API.", + "integrations.webhook_step1": "Allez sur {api_tokens_link} et créez un jeton personnel.", + "integrations.webhook_upload_with_token": "Utilisez le jeton pour télécharger des documents via l'API :", "language.bg": "Български", "language.ca": "Català", "language.change_success": "Langue changée en {language}", @@ -599,79 +706,87 @@ "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", + "language.hu": "Hongrois", "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", + "language.it": "Italien", + "language.lb": "Luxembourgeois", + "language.lt": "Lituanien", + "language.lv": "Letton", + "language.nb": "Norvégien", + "language.nl": "Néerlandais", + "language.no_results": "Aucune langue trouvée", + "language.pl": "Polonais", + "language.pt": "Portugais", + "language.ro": "Roumain", "language.ru": "Русский", + "language.search_placeholder": "Rechercher des langues\n", "language.selector": "Langue", - "language.selector_label": "Sélectionner la langue", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", + "language.selector_label": "Sélectionnez la langue", + "language.sk": "Slovak", + "language.sl": "Slovène", + "language.sv": "Suédois", + "language.tr": "Turc", "language.uk": "Українська", "language.zh": "中文", "nav.about": "À propos", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Journaux d'audit", + "nav.account_menu": "Menu du compte", + "nav.account_menu_for": "Menu du compte pour {name}", + "nav.admin": "Administrateur", + "nav.admin.audit_logs": "Journaux d'Audit", "nav.admin.backups": "Sauvegardes", - "nav.admin.plans": "Forfaits", - "nav.admin.scheduled_jobs": "Tâches planifiées", + "nav.admin.plans": "Plans", + "nav.admin.scheduled_jobs": "Tâches Planifiées", "nav.admin.users": "Utilisateurs", - "nav.admin_actions": "Actions admin", - "nav.admin_menu": "Menu admin", + "nav.admin_actions": "Actions administratives", + "nav.admin_menu": "Menu Administrateur", "nav.api_docs": "Documentation API", "nav.api_tokens": "Jetons API", - "nav.backup_restore": "Sauvegarde et restauration", + "nav.backup_restore": "Sauvegarde et Restauration", "nav.credentials": "Identifiants", - "nav.dark_mode": "Mode sombre", - "nav.dashboard": "Tableau de bord", - "nav.developer_docs": "Documentation développeur", + "nav.dark_mode": "Mode Sombre", + "nav.dashboard": "Tableau de Bord", + "nav.developer_docs": "Documentation Développeur", "nav.duplicates": "Doublons", - "nav.file_manager": "Gestionnaire de fichiers", + "nav.file_manager": "Gestionnaire de Fichiers", "nav.files": "Fichiers", + "nav.get_started": "Commencer", "nav.help": "Aide", "nav.help_center": "Centre d'aide", - "nav.imap": "Import d'e-mail", + "nav.imap": "Importation des e-mails", "nav.integrations": "Intégrations", "nav.light_mode": "Mode clair", "nav.login": "Connexion", "nav.logout": "Déconnexion", "nav.main_navigation": "Navigation principale", + "nav.my_subscription": "Mon abonnement", "nav.notifications": "Notifications", "nav.open_main_menu": "Ouvrir le menu principal", "nav.pipelines": "Pipelines", - "nav.plan_designer": "Concepteur de plans", - "nav.pricing": "Tarifs", + "nav.plan_designer": "Concepteur de plan", + "nav.pricing": "Tarification", "nav.profile": "Profil", + "nav.profile_settings": "Paramètres du profil", "nav.queue": "File d'attente", - "nav.queue_monitor": "File d'attente", + "nav.queue_monitor": "Moniteur de file d'attente", "nav.scheduled_jobs": "Tâches planifiées", "nav.search": "Recherche", "nav.settings": "Paramètres", "nav.shared_links": "Liens partagés", - "nav.signup": "Inscription", + "nav.sign_out": "Se déconnecter", + "nav.signup": "S'inscrire", "nav.similarity": "Similarité", - "nav.skip_to_content": "Aller au contenu principal", + "nav.skip_to_content": "Passer au contenu principal", "nav.status": "Statut", "nav.subscription": "Abonnement", - "nav.toggle_dark_mode": "Basculer le mode sombre", + "nav.toggle_dark_mode": "Activer/désactiver le mode sombre", "nav.toggle_nav": "Basculer le menu de navigation", - "nav.upload": "Téléverser", + "nav.upload": "Télécharger", "nav.users": "Utilisateurs", - "nav.version": "Infos de version", - "notifications.filter_all": "Tout", - "notifications.filter_read": "Lu seulement", + "nav.version": "Informations sur la version", + "notifications.filter_all": "Tous", + "notifications.filter_read": "Lire seulement", "notifications.filter_unread": "Non lu seulement", - "notifications.manage_desc": "Gérez votre boîte de réception des notifications, les cibles et les préférences d'événements", + "notifications.manage_desc": "Gérez votre boîte de réception de notifications, vos cibles et vos préférences d'événements", "notifications.mark_all_read": "Tout marquer comme lu", "notifications.mark_all_read_btn": "Tout marquer comme lu", "notifications.mark_read": "Marquer comme lu", @@ -690,108 +805,143 @@ "pipelines.description_placeholder": "Description facultative", "pipelines.disabled_label": "Désactivé", "pipelines.edit": "Modifier le pipeline", - "pipelines.empty_state": "Aucun pipeline pour l'instant", - "pipelines.empty_state_hint": "Créez votre premier pipeline pour définir des flux de traitement documentaire personnalisés.", + "pipelines.empty_state": "Pas encore de pipelines", + "pipelines.empty_state_hint": "Créez votre premier pipeline pour définir des flux de travail de traitement de documents personnalisés.", "pipelines.enabled_label": "Activé", - "pipelines.force_cloud_ocr_label": "Forcer l'OCR cloud (ignorer l'extraction de texte locale)", + "pipelines.force_cloud_ocr_label": "Forcer l'OCR cloud (ignorer l'extraction de texte local)", "pipelines.inactive_label": "Inactif", - "pipelines.loading": "Chargement des pipelines…", + "pipelines.loading": "Chargement des pipelines...", "pipelines.name_placeholder": "Mon pipeline", "pipelines.new_pipeline_btn": "Nouveau pipeline", "pipelines.no_steps": "Aucune étape définie. Ajoutez une étape pour commencer à construire votre pipeline.", "pipelines.ocr_auto": "Auto (utiliser la valeur par défaut du système)", - "pipelines.ocr_language_hint": "Remplace le paramètre de langue global pour Tesseract/EasyOCR. Azure et Mistral détectent automatiquement la langue.", + "pipelines.ocr_language_hint": "Remplace les paramètres de langue globaux pour Tesseract/EasyOCR. Azure et Mistral détectent automatiquement la langue.", "pipelines.ocr_language_label": "Langue OCR", "pipelines.optional_suffix": "(facultatif)", - "pipelines.page_title": "Pipelines de traitement", + "pipelines.page_title": "Pipeelines de traitement", "pipelines.set_default": "Définir comme mon pipeline par défaut", - "pipelines.step_label_placeholder": "Remplacer le nom d'étape par défaut", + "pipelines.step_label_placeholder": "Remplacer le nom par défaut de l'étape", "pipelines.step_type_label": "Type d'étape", - "pipelines.subtitle_intro": "Définissez et gérez des flux de traitement documentaire personnalisés.", - "pipelines.subtitle_system_post": "et sont visibles par tous les utilisateurs.", - "pipelines.subtitle_system_pre": "Les pipelines système (créés par les administrateurs) sont affichés avec un badge", + "pipelines.subtitle_intro": "Définir et gérer des flux de travail de traitement de documents personnalisés.", + "pipelines.subtitle_system_post": "badge et sont visibles par tous les utilisateurs.", + "pipelines.subtitle_system_pre": "Les pipelines systèmes (créés par les administrateurs) sont affichés avec un", "pipelines.system_label": "Système", "pipelines.system_pipeline_label": "Pipeline système (visible par tous les utilisateurs)", - "pipelines.title": "Pipelines de traitement", + "pipelines.title": "Pipeelines de traitement", + "profile.avatar_alt": "Votre photo de profil", + "profile.avatar_heading": "Photo de profil", + "profile.avatar_remove": "Supprimer l'avatar personnalisé", + "profile.avatar_upload_hint": "Téléchargez une image JPEG, PNG, GIF ou WebP jusqu'à 2 Mo. Si aucune image personnalisée n'est définie, votre {gravatar} est affiché.", + "profile.choose_image": "Choisir une image\u0019", + "profile.confirm_password": "Confirmer le nouveau mot de passe", + "profile.contact_email_hint": "Utilisé pour les notifications système. Cela ne change pas votre e-mail de connexion.", + "profile.contact_email_label": "E-mail de contact / notification", + "profile.contact_email_placeholder": "vous@example.com", + "profile.current_password": "Mot de passe actuel", + "profile.dismiss": "Ignorer", + "profile.display_name_hint": "Laissez vide pour utiliser votre nom d'utilisateur ou email de compte.", + "profile.display_name_label": "Nom d'affichage", + "profile.display_name_placeholder": "Votre nom tel qu'affiché dans l'interface", + "profile.general_heading": "Informations générales", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Paramètres du profil", + "profile.language_auto_detect": "Détection automatique (à partir du navigateur)", + "profile.language_hint": "Choisissez votre langue d'interface préférée. « Détection automatique » suit les paramètres de votre navigateur.", + "profile.language_label": "Langue de l'interface", + "profile.new_password": "Nouveau mot de passe", + "profile.new_password_hint": "Minimum 8 caractères.", + "profile.page_title": "Paramètres du profil – DocuElevate", + "profile.password_heading": "Changer le mot de passe", + "profile.preferences_heading": "Préférences", + "profile.save_button": "Sauvegarder les modifications", + "profile.saving": "Enregistrement\u0019", + "profile.subtitle": "Gérez votre nom d'affichage, avatar, langue et préférences de thème.", + "profile.theme_dark": "Sombre", + "profile.theme_hint": "« Défaut du système » suit le paramètre de mode sombre de votre appareil.", + "profile.theme_label": "Schéma de couleurs", + "profile.theme_light": "Clair", + "profile.theme_system": "Défaut du système", + "profile.update_password": "Mettre à jour le mot de passe", + "profile.updating": "Mise à jour\u00133", "queue.active_tasks": "Tâches actives", - "queue.auto_refresh_1": "Actualisation automatique toutes les", + "queue.auto_refresh_1": "Actualise automatiquement tous les", "queue.auto_refresh_2": "secondes", "queue.col_arguments": "Arguments", "queue.col_current_step": "Étape actuelle", "queue.col_file": "Fichier", "queue.col_files": "Fichiers", - "queue.col_queue": "File d'attente", + "queue.col_queue": "File", "queue.col_state": "État", "queue.col_task": "Tâche", "queue.col_task_id": "ID de tâche", - "queue.files_processing": "Fichiers en cours de traitement", - "queue.heading": "Moniteur de file d'attente", + "queue.files_processing": "Fichiers en traitement", + "queue.heading": "Moniteur de File d'attente", "queue.last_updated": "Dernière mise à jour :", - "queue.loading_stats": "Chargement des statistiques de la file d'attente…", + "queue.loading_stats": "Chargement des statistiques de la file d'attente\u00118...", "queue.no_active_tasks": "Aucune tâche active", "queue.no_data": "Aucune donnée", "queue.no_files_processing": "Aucun fichier en cours de traitement", - "queue.page_title": "Moniteur de file d'attente", + "queue.page_title": "Moniteur de File d'attente", "queue.processing_pipeline": "Pipeline de traitement", "queue.queued_tasks": "Tâches en attente", "queue.recently_processing": "Fichiers récemment traités", "queue.redis_queues": "Files d'attente Redis", - "queue.subtitle": "Vue en temps réel du pipeline de traitement des documents et des files de tâches Celery.", + "queue.subtitle": "Vue en temps réel du pipeline de traitement de documents et des files d'attente de tâches Celery.", "queue.workers_online": "Travailleurs en ligne", - "search.button": "Rechercher", + "search.button": "Recherche", "search.error_message": "La recherche est temporairement indisponible. Veuillez réessayer dans un moment.", "search.filter_aria_clear": "Effacer tous les filtres", "search.filter_clear_button": "Effacer les filtres", - "search.filter_date_from": "Date de début", - "search.filter_date_to": "Date de fin", + "search.filter_date_from": "Date de", + "search.filter_date_to": "Date à", "search.filter_document_type": "Type de document", - "search.filter_document_type_placeholder": "ex. : Facture", + "search.filter_document_type_placeholder": "ex. Facture", "search.filter_language": "Langue", - "search.filter_language_placeholder": "ex. : fr", + "search.filter_language_placeholder": "ex. fr", "search.filter_sender": "Expéditeur", - "search.filter_sender_placeholder": "ex. : ACME Corp", + "search.filter_sender_placeholder": "ex. ACME Corp", "search.filter_tags": "Étiquettes", - "search.filter_tags_placeholder": "ex. : amazon", + "search.filter_tags_placeholder": "ex. amazon", "search.filter_text_quality": "Qualité du texte", - "search.filter_text_quality_all": "Tout", - "search.filter_text_quality_high": "Élevée", - "search.filter_text_quality_low": "Faible", - "search.filter_text_quality_medium": "Moyenne", - "search.filter_text_quality_no_text": "Sans texte", + "search.filter_text_quality_all": "Tous", + "search.filter_text_quality_high": "Élevé", + "search.filter_text_quality_low": "Bas", + "search.filter_text_quality_medium": "Moyen", + "search.filter_text_quality_no_text": "Pas de texte", "search.heading": "Recherche de documents", "search.input_aria_label": "Rechercher des documents", - "search.input_placeholder": "Rechercher des documents par contenu, expéditeur, étiquettes, type…", - "search.loading_indicator": "Recherche en cours…", + "search.input_placeholder": "Rechercher des documents par contenu, expéditeur, tags, type...", + "search.loading_indicator": "Recherche\u0000\u0000\u0000\u0000\u0000\u0000", "search.no_results": "Aucun résultat trouvé", "search.page_title": "Rechercher des documents", - "search.placeholder": "Rechercher par nom, contenu, étiquettes...", - "search.result_empty": "Aucun document correspondant à votre recherche.", + "search.placeholder": "Rechercher par nom de fichier, contenu, tags...", + "search.result_empty": "Aucun document trouvé correspondant à votre requête.", "search.results_count": "{count} résultats trouvés", - "search.saved_aria_save": "Sauvegarder la recherche actuelle", - "search.saved_button": "Sauvegarder actuelle", - "search.saved_empty": "Aucune recherche sauvegardée pour l'instant", - "search.saved_error": "Impossible de charger les recherches sauvegardées", - "search.saved_label": "Recherches sauvegardées", + "search.saved_aria_save": "Enregistrer la recherche actuelle", + "search.saved_button": "Enregistrer actuel", + "search.saved_empty": "Aucune recherche enregistrée pour l'instant", + "search.saved_error": "Impossible de charger les recherches enregistrées", + "search.saved_label": "Recherches enregistrées", "search.saved_loading": "Chargement...", "search.title": "Rechercher des documents", "settings.audit_log_btn": "Journal d'audit", - "settings.autocomplete_hint": "Tapez pour rechercher des valeurs connues, ou entrez une valeur personnalisée.", - "settings.autocomplete_no_matches": "Aucune correspondance — vous pouvez quand même saisir une valeur personnalisée", - "settings.autocomplete_placeholder": "Tapez pour rechercher ou entrer une valeur…", + "settings.autocomplete_hint": "Tapez pour rechercher des valeurs connues ou entrez une valeur personnalisée.", + "settings.autocomplete_no_matches": "Aucune correspondance \u0000\u0000\u0000\u0000\u0000\u0000\u0000vous pouvez toujours taper une valeur personnalisée", + "settings.autocomplete_placeholder": "Tapez pour rechercher ou entrer une valeur\u0000\u0000\u0000\u0000\u0000\u0000\u0000", "settings.boolean_enable_prefix": "Activer", "settings.categories_aria": "Catégories de paramètres", "settings.categories_heading": "Catégories", - "settings.db_wizard_btn": "Assistant BD", + "settings.db_wizard_btn": "Assistant DB", "settings.effective_value_label": "Valeur effective :", - "settings.encrypted_suffix": "= chiffré au repos", - "settings.encrypted_title": "La valeur est chiffrée au repos dans la base de données", + "settings.encrypted_suffix": "= crypté au repos", + "settings.encrypted_title": "La valeur est cryptée au repos dans la base de données", "settings.export_btn": "Exporter", - "settings.export_db_only": "Paramètres BD uniquement", - "settings.export_full_config": "Configuration complète effective", - "settings.jump_to_category": "Aller à la catégorie…", + "settings.export_db_only": "Paramètres DB uniquement", + "settings.export_full_config": "Configuration effective complète", + "settings.jump_to_category": "Aller à la catégorie\u0000\u0000\u0000\u0000\u0000\u0000", "settings.manage_config_prefix": "Gérer la configuration. Priorité :", - "settings.model_picker_hint": "Choisissez dans la liste ou saisissez le nom de tout modèle pris en charge par votre fournisseur.", - "settings.model_picker_placeholder": "Sélectionnez un modèle courant ou saisissez un nom personnalisé…", + "settings.model_picker_hint": "Choisissez dans la liste ou tapez un nom de modèle supporté par votre fournisseur.", + "settings.model_picker_placeholder": "Sélectionnez un modèle commun ou tapez un nom personnalisé\u0000\u0000\u0000\u0000\u0000\u0000\u0000", "settings.no_results_clear": "effacer la recherche", "settings.no_results_heading": "Aucun paramètre trouvé", "settings.no_results_hint": "Essayez un autre terme de recherche ou", @@ -799,27 +949,27 @@ "settings.required_label": "(obligatoire)", "settings.reset_confirm": "Êtes-vous sûr de vouloir réinitialiser ce paramètre ?", "settings.restart_required_suffix": "= redémarrage requis", - "settings.revert_btn": "Supprimer de la BD", - "settings.revert_title": "Supprimer le remplacement BD et revenir à la variable d'environnement ou à la valeur par défaut", - "settings.reverting": "Annulation en cours…", - "settings.save_all_btn": "Sauvegarder toutes les modifications", - "settings.save_error": "Échec de l'enregistrement du paramètre", - "settings.save_setting_title": "Sauvegarder ce paramètre", + "settings.revert_btn": "Retirer de la DB", + "settings.revert_title": "Retirer la substitution de la DB et revenir à la variable d'environnement ou par défaut", + "settings.reverting": "Retour à la valeur précédente\u0014", + "settings.save_all_btn": "Enregistrer tous les changements", + "settings.save_error": "Échec de l'enregistrement des paramètres", + "settings.save_setting_title": "Enregistrer ce paramètre", "settings.save_success": "Paramètre enregistré avec succès", - "settings.saving_state": "Sauvegarde en cours…", - "settings.search_aria_label": "Rechercher dans les paramètres", + "settings.saving_state": "En cours d'enregistrement\u00142", + "settings.search_aria_label": "Rechercher les paramètres", "settings.search_clear_aria": "Effacer la recherche", - "settings.search_placeholder": "Rechercher des paramètres par nom, clé ou description…", + "settings.search_placeholder": "Rechercher des paramètres par nom, clé ou description\u00142", "settings.settings_count_suffix": "paramètres", - "settings.source_db_badge": "BD", - "settings.source_default_badge": "DÉFAUT", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "PAR DÉFAUT", "settings.source_env_badge": "ENV", "settings.title": "Paramètres", - "settings.toggle_visibility_aria": "Afficher/masquer le mot de passe", + "settings.toggle_visibility_aria": "Basculer la visibilité du mot de passe", "settings.toggle_visibility_title": "Afficher/masquer la valeur", "settings.user_autocomplete_empty": "Aucun utilisateur correspondant trouvé", - "settings.user_autocomplete_hint": "Tapez pour rechercher des utilisateurs existants par nom, ou entrez n'importe quel identifiant manuellement.", - "settings.user_autocomplete_placeholder": "Commencez à taper pour rechercher des utilisateurs…", + "settings.user_autocomplete_hint": "Tapez pour rechercher des utilisateurs existants par nom ou entrez manuellement un identifiant.", + "settings.user_autocomplete_placeholder": "Commencez à taper pour rechercher des utilisateurs\u00142", "settings.wizard_btn": "Assistant", "shared.col_expiry": "Expiration", "shared.col_file_label": "Fichier / Étiquette", @@ -829,7 +979,7 @@ "shared.copy_link_title": "Copier le lien", "shared.create_btn": "Créer un lien", "shared.create_heading": "Créer un nouveau lien partagé", - "shared.creating": "Création en cours…", + "shared.creating": "Création\u00142", "shared.expiry_12h": "12 heures", "shared.expiry_14d": "14 jours", "shared.expiry_1h": "1 heure", @@ -840,90 +990,125 @@ "shared.expiry_7d": "7 jours", "shared.expiry_label": "Expiration", "shared.expiry_never": "Jamais", - "shared.file_id_help_post": "ou dans l'URL de détail du document.", - "shared.file_id_help_pre": "Trouvez l'ID du fichier sur la page", - "shared.file_id_label": "ID du fichier", - "shared.file_id_placeholder": "ex. : 42", + "shared.file_id_help_post": "page ou dans l'URL de détail du document.", + "shared.file_id_help_pre": "Trouvez l'ID du fichier sur le", + "shared.file_id_label": "ID de fichier", + "shared.file_id_placeholder": "par ex. 42", "shared.files_link": "Fichiers", - "shared.heading": "Liens partagés", + "shared.heading": "Liens Partagés", "shared.label_label": "Étiquette", - "shared.label_placeholder": "ex. : Partagé avec Bob", + "shared.label_placeholder": "par ex. Partagé avec Bob", "shared.link_created": "Lien partagé créé !", "shared.link_created_help": "Copiez et envoyez ce lien au destinataire.", "shared.links_count_aria": "nombre de liens", "shared.max_downloads_label": "Téléchargements max", - "shared.no_links": "Aucun lien partagé pour l'instant. Créez-en un ci-dessus pour commencer.", + "shared.no_links": "Aucun lien partagé pour le moment. Créez-en un ci-dessus pour commencer.", "shared.open_in_new_tab": "Ouvrir dans un nouvel onglet", "shared.open_link_aria": "Ouvrir le lien partagé", "shared.optional": "(facultatif)", - "shared.page_title": "Liens partagés – DocuElevate", + "shared.page_title": "Liens Partagés – DocuElevate", "shared.password_label": "Mot de passe", "shared.password_placeholder": "Laissez vide pour aucun mot de passe", "shared.password_protected": "Protégé par mot de passe", - "shared.refresh_aria": "Actualiser la liste des liens partagés", + "shared.refresh_aria": "Rafraîchir la liste des liens partagés", "shared.revoke_aria_prefix": "Révoquer le lien partagé pour", "shared.revoke_btn": "Révoquer", "shared.status_active": "Actif", "shared.status_expired": "Expiré", "shared.status_limit_reached": "Limite atteinte", "shared.status_revoked": "Révoqué", - "shared.subtitle": "Partagez des documents avec n'importe qui via un lien limité dans le temps ou en nombre de vues. Les destinataires n'ont pas besoin d'un compte DocuElevate. Les liens peuvent être protégés par mot de passe et révoqués à tout moment.", + "shared.subtitle": "Partagez des documents avec quiconque via un lien limité dans le temps ou dans la vue. Les destinataires n'ont pas besoin d'un compte DocuElevate. Les liens peuvent être protégés par mot de passe et révoqués à tout moment.", "shared.table_aria": "Liens partagés", "shared.unlimited_placeholder": "Illimité", - "shared.your_links": "Vos liens partagés", + "shared.your_links": "Vos Liens Partagés", "similarity.backfill_auto": "La tâche en arrière-plan les calculera automatiquement toutes les 5 minutes, ou vous pouvez", - "similarity.files_missing_text": "fichier(s) ont du texte OCR mais pas encore d'incorporation.", - "similarity.find_pairs_btn": "Trouver des paires", - "similarity.heading": "Similarité des documents", + "similarity.files_missing_text": "le(s) fichier(s) ont un texte OCR mais pas encore d'incorporation.", + "similarity.find_pairs_btn": "Trouver des Paires", + "similarity.heading": "Similarité de Document", "similarity.load_error": "Échec du chargement des paires.", - "similarity.min_similarity_label": "Similarité min.", - "similarity.no_pairs_detail": "Aucune paire de documents ne dépasse le seuil de similarité.", + "similarity.min_similarity_label": "Similitude min.", + "similarity.no_pairs_detail": "Aucune paire de documents ne dépasse le seuil de similitude.", "similarity.no_pairs_heading": "Aucune paire similaire trouvée", - "similarity.page_title": "Similarité des documents - DocuElevate", - "similarity.pagination_aria": "Pagination des paires similaires", + "similarity.page_title": "Similitude de Document - DocuElevate", + "similarity.pagination_aria": "Pagination des paires de similitude", "similarity.per_page_label": "Par page", - "similarity.scanning": "Recherche de paires de documents similaires…", - "similarity.stat_embedding_model": "Modèle d'incorporation", - "similarity.stat_missing_embedding": "Incorporation manquante", - "similarity.stat_total_files": "Total des fichiers", - "similarity.stat_with_embedding": "Avec incorporation", - "similarity.subtitle": "Paires de documents avec une haute similarité sémantique, classées par score.", - "similarity.trigger_aria": "Déclencher le calcul des incorporations pour tous les fichiers sans incorporations", - "similarity.trigger_now": "le déclencher maintenant", - "status.app_version": "Version de l'application", - "status.build_date": "Date de compilation", - "status.container_id": "ID du conteneur", + "similarity.scanning": "Recherche de paires de documents similaires\u0015", + "similarity.stat_embedding_model": "Modèle d'Incorporation", + "similarity.stat_missing_embedding": "Incorporation Manquante", + "similarity.stat_total_files": "Total de Fichiers", + "similarity.stat_with_embedding": "Avec Incorporation", + "similarity.subtitle": "Paires de documents avec une forte similarité sémantique, classées par score.", + "similarity.trigger_aria": "Déclencher le calcul d'incorporation pour tous les fichiers manquant d'incorporation", + "similarity.trigger_now": "déclenchez-le maintenant", + "status.app_version": "Version de l'Application", + "status.build_date": "Date de Construction", + "status.container_id": "ID de Conteneur", "status.git_commit": "Commit Git", - "status.last_check": "Dernière vérification", - "status.page_title": "État du système", + "status.last_check": "Dernière Vérification", + "status.page_title": "État du Système", "status.setting_label": "Paramètre", "status.value_label": "Valeur", - "upload.browse_button": "Parcourir les fichiers", - "upload.button_processing": "Traitement en cours...", - "upload.camera_button": "Prendre une photo / Scanner un document", - "upload.download_button": "Télécharger et traiter", + "subscription.available_plans_heading": "Plans Disponibles", + "subscription.back_to_dashboard": "Retour au Tableau de Bord", + "subscription.cancel_pending": "Annuler le changement", + "subscription.cancel_scheduled": "Annuler le changement planifié", + "subscription.contact_sales": "Contacter les Ventes", + "subscription.current_badge": "Actuel", + "subscription.current_plan": "Plan Actuel", + "subscription.current_plan_cta": "Votre plan actuel", + "subscription.downgrade_to_prefix": "Downgrader vers", + "subscription.features_heading": "Ce qui est inclus dans votre plan", + "subscription.free": "Gratuit", + "subscription.heading": "Mon Abonnement", + "subscription.keep_plan_prefix": "Conserver", + "subscription.lifetime_files": "Total de fichiers (durée de vie)", + "subscription.month_files": "Fichiers ce mois-ci", + "subscription.more_features_label": "plus", + "subscription.page_title": "Mon Abonnement \u0013 DocuElevate", + "subscription.pending_badge": "En attente", + "subscription.pending_benefits": "Vous conservez tous les avantages du plan actuel jusqu'alors.", + "subscription.pending_on": "le", + "subscription.pending_title": "Changement de plan en attente programmé", + "subscription.pending_will_change": "Votre plan changera vers", + "subscription.per_mo": "/mois", + "subscription.per_month": "/mois", + "subscription.since": "Depuis", + "subscription.single_user_body": "Les niveaux d'abonnement s'appliquent lorsque le mode multi-utilisateur est actif. Votre instance fonctionne actuellement en mode utilisateur unique sans limites de traitement. Un administrateur peut activer le mode multi-utilisateur via {settings_link}.", + "subscription.single_user_title": "Le mode multi-utilisateur n'est pas activé.", + "subscription.subtitle": "Votre plan actuel, votre utilisation et les mises à niveau disponibles.", + "subscription.this_month_label": "ce mois-ci", + "subscription.today_files": "Fichiers aujourd'hui", + "subscription.today_label": "aujourd'hui", + "subscription.unlimited": "Illimité", + "subscription.upgrade_info": "Les mises à niveau prennent effet immédiatement. Les rétrogradations sont programmées pour la fin de votre période de facturation actuelle.", + "subscription.upgrade_to_prefix": "Mettre à niveau vers", + "subscription.usage_heading": "Utilisation", + "upload.browse_button": "Parcourir les Fichiers", + "upload.button_processing": "Traitement...", + "upload.camera_button": "Prendre une Photo / Scanner un Document", + "upload.download_button": "Télécharger et Traiter", "upload.downloading": "Téléchargement du fichier depuis l'URL...", - "upload.drag_drop": "Glissez-déposez vos fichiers ici ou cliquez pour parcourir", - "upload.drop_hint_desktop": "Faites glisser et déposez des fichiers ou des dossiers ici, ou cliquez pour sélectionner des fichiers.", - "upload.drop_hint_mobile": "Appuyez pour sélectionner des fichiers ou utilisez le bouton appareil photo ci-dessous.", - "upload.drop_zone_aria": "Zone de téléversement de fichiers. Faites glisser et déposez des fichiers ici, ou appuyez sur Entrée pour parcourir les fichiers.", - "upload.error": "Échec du téléversement", + "upload.drag_drop": "Glissez-déposez des fichiers ici ou cliquez pour parcourir", + "upload.drop_hint_desktop": "Glissez-déposez des fichiers ou dossiers ici, ou cliquez pour sélectionner des fichiers.", + "upload.drop_hint_mobile": "Tapez pour sélectionner des fichiers ou utilisez le bouton de la caméra ci-dessous.", + "upload.drop_zone_aria": "Zone de téléchargement de fichiers. Glissez et déposez des fichiers ici, ou appuyez sur Entrée pour parcourir les fichiers.", + "upload.error": "Échec du téléchargement", "upload.error_invalid_url": "Format d'URL invalide", "upload.error_url_required": "Veuillez entrer une URL", - "upload.file_size_hint": "Taille maximale : 500 Mo par fichier", + "upload.file_size_hint": "Taille maximum : 500 Mo par fichier", "upload.file_types": "Types autorisés : PDF, documents Office (Word, Excel, PowerPoint, etc.), Images", "upload.filename_description": "Laissez vide pour utiliser le nom de fichier de l'URL", - "upload.filename_label": "Nom de fichier (facultatif)", + "upload.filename_label": "Nom de fichier (optionnel)", "upload.filename_placeholder": "mon-document.pdf", - "upload.max_size": "Taille maximale du fichier : {size}", - "upload.page_title": "Téléverser des fichiers", - "upload.section_device": "Téléverser depuis l'appareil", - "upload.section_url": "Téléverser depuis une URL", + "upload.max_size": "Taille de fichier maximale : {size}", + "upload.page_title": "Télécharger des Fichiers", + "upload.section_device": "Télécharger depuis l'Appareil", + "upload.section_url": "Télécharger depuis l'URL", "upload.select_file": "Sélectionner un fichier", - "upload.success": "Fichier téléversé avec succès", - "upload.title": "Téléverser un document", - "upload.uploading": "Téléversement en cours...", + "upload.success": "Fichier téléchargé avec succès", + "upload.title": "Télécharger un document", + "upload.uploading": "Téléchargement...", "upload.url_description": "Entrez un lien direct vers un fichier (PDF, documents Office ou images)", "upload.url_label": "URL du fichier", - "upload.url_placeholder": "https://exemple.com/document.pdf" + "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/fy.json b/frontend/translations/fy.json index d36160ed..66c8b3f4 100644 --- a/frontend/translations/fy.json +++ b/frontend/translations/fy.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Meet de Maker", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", + "about.creator_pre": "DocuElevate is mei pasje ûntwikkele troch", + "about.features_admin_api": "Krêftige REST API foar programmatiske tagong", + "about.features_admin_config": "Heech konfigureerber fia omjouwingvariabelen", + "about.features_admin_docker": "Docker-klear foar maklike ûntploechting en scaling", + "about.features_admin_heading": "Administraasje", + "about.features_admin_oauth2": "OAuth2 autentikaasje-ûndersteuning mei Authentik", + "about.features_automation_background": "Achtergrûdferwurkingen mei Redis en Celery", + "about.features_automation_gmail": "Gmail en algemiene e-postakkountyntegraasje", "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", + "about.features_automation_imap": "IMAP ynbox polling fan ferskate boarnen", + "about.features_automation_ingestion": "Automatisearre dokumintyngest fan ferskate ynfier", + "about.features_heading": "Sleutel Funksjes", + "about.features_integration_cloud": "Cloud opslach: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Yntegraasje & Opslach", + "about.features_integration_multi_dest": "Multi-bestemming ûnderstipe (bewarje dokuminten op meardere lokaasjes)", + "about.features_integration_protocols": "Transferprotokollen: FTP, SFTP, E-post trochstjoeren", + "about.features_integration_selfhosted": "Sel-hosted opsjes: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Yntelligint dokumintklassifikaasje en datumextractie", + "about.features_processing_heading": "Dokumintferwurking", + "about.features_processing_metadata": "Automatisearre metadata-extractie mei in pluggable AI-provider", + "about.features_processing_ocr": "OCR oandreaun troch Azure Document Intelligence", + "about.features_processing_pdf": "PDF-konverzje foar ferskate bestânsformaten fia Gotenberg", + "about.features_processing_upload": "Simpele en feilige bestânsupload mei drag & drop-ûndersteuning", "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", + "about.heading": "Oer DocuElevate", + "about.intro_post": " – jo moderne, yntelliginte oplossing foar dokumintferwurking! Wy hawwe DocuElevate boud om de manier wêrop jo jo dokuminten behannelje folslein te transformaasje - fan upload nei extractie, fan ferwurking oant opslach.", + "about.intro_pre": "Wolkom by ", + "about.involved_description": "Wolle jo yndykje yn 'e code, bydrage ideeën of mear leare oer DocuElevate?", + "about.involved_docs": "Lês de Dokumentaasje", + "about.involved_github": "Sjoch DocuElevate op GitHub", + "about.involved_heading": "Truyfn", + "about.involved_website": "Besykje de DocuElevate webside", + "about.legal_description": "Wy soargje foar jo privacy en gegevensbeveiliging. Besykje ús:", + "about.legal_heading": "Privacy & Juridysk", + "about.legal_license": "Licinsje Ynformaasje", + "about.legal_privacy": "Privacy Oankundiging", + "about.page_title": "Oer DocuElevate", + "about.story_heading": "Us Ferhaal", + "about.story_p1": "DocuElevate is ûntwikkele mei ien doel foar eagen: om dokumintbehear te simplifisearjen en te streamlinen foar elkenien, oft jo in lyts startup of in grutte ûndernimming binne.", + "about.story_p2": "Wy benutten de macht fan plugbare AI-leveransiers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, en mear) foar metadata-ekstraction en tekstferbettering, yntegrearje naadloos mei Dropbox, Nextcloud, en Paperless NGX foar opslach en yndeksearjen, brûke Azure Document Intelligence foar OCR, en sels Gotenberg foar bestân-nei-PDF-konversjes.", + "api_tokens.col_created": "Makke", + "api_tokens.col_last_ip": "Lêste IP", + "api_tokens.col_last_used": "Lêst brûkt", + "api_tokens.col_name": "Namme", + "api_tokens.col_prefix": "Token Foargong", + "api_tokens.copy_to_clipboard": "Kopyearje token nei klembord", + "api_tokens.copy_upload_example": "Kopyearje upload foarbyld nei klembord", + "api_tokens.copy_warning_1": "Kopyearje dit token no — it sil", + "api_tokens.copy_warning_2": "net mear werjûn wurde", + "api_tokens.create_heading": "Nij Token Maken", + "api_tokens.create_token": "Token Maken", + "api_tokens.creating": "Maken\u00115", "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", + "api_tokens.intro": "Makker personlik API tokens om programmearre mei de DocuElevate API te ynteraksje. Brûk tokens foar webhook uploads, CI/CD pipelines, of elkenien script dat bestanden upload of ophelje moat.", + "api_tokens.loading_tokens": "Tokens laden\u00115", + "api_tokens.never": "Noait", + "api_tokens.no_tokens_heading": "Noch gjin API tokens", + "api_tokens.no_tokens_help": "Makke jo earste token hjirboppe om te begjinen.", "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", + "api_tokens.revoke": "Foarbyld", + "api_tokens.revoke_prefix": "Foarbyld token", + "api_tokens.status_active": "Aktief", + "api_tokens.status_revoked": "Foarbyld", "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "api_tokens.token_created": "Token ûnderbrocht!", + "api_tokens.token_name_label": "Token namme", + "api_tokens.token_name_placeholder": "bgl. CI Pipeline, Webhook Upload, Myn Script", + "api_tokens.usage_heading": "Brûk Foarbyld", + "api_tokens.usage_intro_post": "koptekst mei elke API oanfraach:", + "api_tokens.usage_intro_pre": "Brûk jo API token yn de", + "api_tokens.your_tokens": "Jo Tokens", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", + "audit.col_resource": "Boarne", + "audit.col_timestamp": "Tijdstip", + "audit.critical": "Kritisch", + "audit.filter_action": "Aksje", + "audit.filter_all_actions": "Alle aksjes", + "audit.filter_all_users": "Alle brûkers", + "audit.filter_resource_placeholder": "bv. dokumint, brûker", + "audit.filter_resource_type": "Boarne Type", + "audit.filter_severity": "Ernst", + "audit.filter_user": "Brûker", "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", + "audit.next": "Folgjende", + "audit.next_label": "Folgjende pagina", + "audit.no_events": "Gjin audit eveneminten registrearre.", + "audit.no_events_hint": "Signifikante aksjes (logins, dokumint operaasjes, ynstellingsferoarings) sille hjir ferskine.", "audit.page_title": "Audit Logs - DocuElevate", "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", + "audit.prev": "Foarige", + "audit.prev_label": "Foarige pagina", + "audit.refresh_label": "Fersinel audit logs", + "audit.siem_disabled_title": "SIEM trochstjoeren is útskeakele", + "audit.siem_enabled_title": "Eveneminten wurde trochstjoerd nei ", + "audit.siem_off": "SIEM: Út", + "audit.subtitle": "Omfetsjende, taheakke-allinich registraasje fan alle signifikante aksjes.", + "audit.table_label": "Audit log eveneminten", "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", + "auth.confirm_password": "Bevestig Wachtwurd", + "auth.create_account": "Maak akkount", + "auth.display_name_label": "Toon Namme", + "auth.email_label": "E-mail", + "auth.forgot_password": "Wachtwurd fergetten?", + "auth.forgot_username": "Brûkersnamme fergetten?", + "auth.login": "Ynlogge", + "auth.login_title": "Ynlogge", "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", + "auth.logout": "Útlogge", + "auth.my_account": " myn Akkount", + "auth.no_account": "Hawwe gjin akkount?", + "auth.or_continue_with": "Of gean troch mei", + "auth.password_label": "Wachtwurd", + "auth.profile": "Profil", + "auth.remember_me": "Tink om my", + "auth.return_home": "Werom nei Hûs", + "auth.sign_in": "Ynlogge", + "auth.sign_in_sso": "Ynlogge mei SSO", + "auth.sign_in_with": "Meld oan mei", + "auth.sign_in_with_username": "Meld oan mei brûkersnamme", + "auth.signup": "Registrearje", + "auth.signup_title": "Registrearje", + "auth.username_label": "Brûkersnamme", + "auth.username_or_email": "Brûkersnamme of E-post", + "auth.verify_email_back_sign_in": "Werom nei oanmelde", + "auth.verify_email_expiry": "De link ferrint yn 24 oeren. As jo de e-post net sjogge, kontrolearje jo spammap.", + "auth.verify_email_heading": "Kontrolearje jo ynbox", + "auth.verify_email_message": "Wy hawwe jo in ferifikaasjedúbelstân stjoerd. Klikje asjebleaft op de link yn 'e e-post om jo akkount te aktivearjen.", + "auth.verify_email_page_title": "DocuElevate - Befestigje jo E-post", + "auth.verify_email_resend_aria_label": "E-postadres foar opstjoeren", + "auth.verify_email_resend_button": "Ferstjoere ferifikaasjedúbelstân", + "auth.verify_email_resend_label": "E-postadres", + "auth.verify_email_resend_placeholder": "Jou jo e-postadres yn", + "auth.verify_email_resend_prompt": "Net ûntfongen?", + "backup.archives_heading": "Backup Argiven", + "backup.backup_now": "Backup No", + "backup.clean_up": "Opskjinje", + "backup.cleanup_title": "Fier retention opskjinjen no út", + "backup.col_created": "Makke", + "backup.col_filename": "Bestânsnamme", + "backup.col_size": "Grutte", + "backup.col_storage": "Opslach", "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", + "backup.config_auto_backup": "Automatyske backup", + "backup.config_remote_dest": "Ferneamde bestimming", + "backup.config_retention": "Retinsje", + "backup.config_total_size": "Totale lokale grutte", + "backup.confirm_btn": "Bevestigje", + "backup.confirm_title": "Bevestigje aksje", + "backup.heading": "Backup Beheare", + "backup.local_only": "Allinnich lokaal", + "backup.no_backups": "Gjin backups noch.", + "backup.no_backups_hint": "Klik op Backup No om jo earste backup te meitsjen.", + "backup.page_title": "Backup Behear", "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "backup.restore_btn": "Herstelle", + "backup.restore_desc_mid": "backup argyf om de databasis te herstellen.", + "backup.restore_desc_pre": "Upload in", + "backup.restore_desc_warning": "Dit sil alle huidige gegevens oerskriuwe.", + "backup.restore_file_label": "Backup-argyf (.db.gz)", + "backup.restore_heading": "Herstelle fan Bestân", + "backup.restoring": "Herstellen\u00133;", + "backup.retention_daily_detail": "\u00150 hâlden foar 3 weken", + "backup.retention_heading": "Retention belied", + "backup.retention_hourly_detail": "\u00150 hâlden foar 4 dagen", + "backup.retention_note": "Backups dy't dizze limiten oerskriuwe wurde automatysk ferfongen nei't elke nije backup makke is.", + "backup.retention_weekly_detail": "\u00150 hâlden foar ~3 moannen", + "backup.snapshots": "momentopnamen", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", + "backup.storage_local": "lokaal", + "backup.subtitle": "Database backups wurde automatysk makke: elk oere (4 dagen), deistich (3 weken), wyks (13 weken).", + "backup.table_aria": "Backup-argiven", + "backup.trigger_daily": "Backup No (Deistich)", + "backup.trigger_hourly": "Backup No (Elk Oere)", + "backup.trigger_weekly": "Backup No (Wyks)", + "backup.type_daily": "Deistich", + "backup.type_hourly": "Elk Oere", + "backup.type_weekly": "Wyks", + "billing.go_to_dashboard": "Gao nei dashboard", + "billing.manage_subscription": "Behear abonnemint", + "billing.success_heading": "Jo binne klear!", + "billing.success_message": "Jo abonnemint is aktivearre. Tank foar it kiezen fan DocuElevate!", + "billing.success_page_title": "DocuElevate - Abonnemint aktivearre", "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", + "common.active": "Aktief", + "common.all": "Alle", + "common.avatar": "Avatar", + "common.back": "Achter", + "common.cancel": "Annulearje", + "common.close": "Slute", + "common.col_pending": "Wachtsjend", + "common.completed": "Folslein", + "common.confirm": "Bevestigje", + "common.copied": "Kopiëre!", + "common.copy": "Kopiearje", + "common.create": "Makke", + "common.created": "Makke", + "common.date": "Datum", + "common.delete": "Ferwiderje", + "common.description": "Beskrivelse", "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", + "common.disabled": "Deaktivearre", + "common.download": "Únlade", + "common.duplicate": "Duplicearje", + "common.edit": "Bewurkje", + "common.enabled": "Aktivearre", + "common.error": "Fout", + "common.failed": "Falsk", "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", + "common.inactive": "Inaktive", + "common.info": "Ynformaasje", + "common.loading": "Laden...", + "common.name": "Namme", + "common.next": "Folgjende", + "common.next_page": "Folgjende pagina", + "common.no": "Nee", + "common.none": "Gjin", + "common.page": "Pagina", + "common.paused": "Pause", + "common.pending": "Wachtend", + "common.prev_page": "Foarre pagina", + "common.previous": "Foarige", + "common.processing": "Verwurkjen", + "common.refresh": "Ferfrisse", "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", + "common.retry": "Opnij besykje", + "common.save": "Bewarje", + "common.search": "Sykje", + "common.select": "Kies", + "common.select_placeholder": "\u0000A0 - kies - \u0000A0", + "common.size": "Grutte", "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", + "common.submit": "Yntsjinje", + "common.success": "Sukses", "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", + "common.test": "Test", + "common.test_connection": "Test ferbining", + "common.type": "Soart", + "common.update": "Fersנייה", + "common.updated": "Bywurke", + "common.upload": "Oplade", "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", + "common.warning": "Warskôging", + "common.yes": "Ja", + "cookie.accept": "Snapt", + "cookie.learn_more": "Lear mear", + "cookie.message": "Dizze webside brûkt koekjes om jo ûnderfining te ferbetterjen.", + "cookie.notice": "DocuElevate brûkt allinnich essinsjele sesje koekjes dy't nedich binne foar autentikaasje en tsjinsten. gjin traksje of analytics koekjes wurde brûkt.", + "cookie.notice_label": "Koekjesnotice", + "cookie.policy_link": "Koekjesbelied", "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", + "credentials.col_action": "Aksje", + "credentials.col_credential": "Aktyf", + "credentials.col_source": "Boarne", + "credentials.configured": "Konfigurearre", + "credentials.edit_in_settings": "Wikselje yn ynstellingen", + "credentials.legend_db": "Waarde opslein yn 'e database (fersletten yn rêst; oerheft omjouwing ferlykje)", + "credentials.legend_env_after": " bestân", + "credentials.legend_env_before": "Warde fan omjouwing ferlykje of ", + "credentials.legend_missing": "Aktyf net ynsteld — yntegraasje sil net wurkje", + "credentials.legend_restart": "Herstart nedich as dit aktyf wurdt rotate", + "credentials.legend_title": "Leginde", + "credentials.manage_settings": "Behear ynstellingen", + "credentials.not_configured": "Net konfigurearre", + "credentials.page_title": "Aktyf Audit - DocuElevate", "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", + "credentials.restart_title": "Herstart nedich nei't dit aktyf wurdt rotate", + "credentials.source_db_title": "Opslein yn database (fersletten)", + "credentials.source_env_title": "Fan omjouwing ferlykje", "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", + "credentials.subtitle": "Oersjoch fan alle gefoelige aktyf dy't troch DocuElevate brûkt wurde. Gjin geheime wearden wurde hjir toand — allinnich oft elke aktyf is konfigurearre en wêr't it wei komt.", + "credentials.table_for": "Aktyf foar", + "credentials.title": "Aktyf Audit", + "credentials.total_credentials": "Totaal aktyf", + "dashboard.active_integrations": "Aktive yntegrations", + "dashboard.files_this_month": "Bestannen dizze moanne", + "dashboard.files_today": "Bestannen hjoed", + "dashboard.ocr_processed": "OCR ferwurke", + "dashboard.quick_actions": "Flugge aksjes", + "dashboard.recent_activity": "Resinte aktiviteiten", + "dashboard.storage_targets": "Opslachdoelen", "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", + "dashboard.total_files": "Totaal Bestannen", + "dashboard.welcome": "Wolkom by DocuElevate", + "duplicates.file_id_label": "Bestân ID", + "duplicates.file_id_placeholder": "bv. 42", + "duplicates.find_btn": "Fine", + "duplicates.found_files": "duplicate bestân(en) totaal.", + "duplicates.found_groups": "duplicate groep(en) mei", + "duplicates.found_prefix": "Fûn", + "duplicates.group_aria": "Duplicate groep", + "duplicates.heading": "Duplicate Dokuminten", + "duplicates.how_it_works_heading": "Hoe't near-duplicate detectie wurket", + "duplicates.max_results_label": "Max resultaasje", + "duplicates.near_dup_desc": "Selectearje in dokumint om te kontrolearjen oft oare bestannen deselde (of tige fergelykbere) ynhald befetsje - sels as se op ferskillende tiden skand binne en ferskillende SHA-256 hashes hawwe.", + "duplicates.near_dup_heading": "Fine Near-Duplicates foar in Dokumint", + "duplicates.no_exact_heading": "Gjin eksakte duplicates fûn", + "duplicates.page_title": "Duplicate Dokuminten - DocuElevate", "duplicates.pagination_aria": "Pagination", "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", + "duplicates.role_original": "Origineel", + "duplicates.tab_exact": "Eksakte Duplicates", "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "duplicates.tabs_aria": "Duplicate detectie tabs", + "duplicates.threshold_label": "Fergelykberensgrins", + "duplicates.view_dup_aria": "View duplicate bestân", + "duplicates.view_original_aria": "View origineel bestân", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Oops, wy koenen dy pagina net fine!", + "error.404_home": "Werom nei Hûs", + "error.404_message": "It liket derop dat DocuElevate it dokumint datst sykje wold kwytrekke. Soe gjin soarch - wy binne hjir om te helpen.", + "error.404_title": "404 - Net Fûn", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", + "error.500_debug_info": "Toan Debug Ynformaasje", + "error.500_description": "Us servers hawwe in mishap hân en hawwe even in momint nedich.", + "error.500_heading": "Oops! Der gie wat mis.", + "error.500_home": "Gean Hûs", + "error.500_img_alt": "Yllustraasje fan in serverfault", + "error.500_message1": "Us servers hawwe in mishap hân en hawwe even in momint nedich. Miskien hawwe de hamsters har kofje ferspillige?", + "error.500_message2": "Wy binne der al mei yn 'e gong - bestannen yn woarteljen, servers opstarten, en flux-kapacitoren weromkalibrearje.", + "error.500_title": "Serverfault - DocuElevate", + "error.forbidden": "FForbidden", + "error.forbidden_message": "Jo hawwe gjin tastimming om tagong te krijen ta dizze pagina.", + "error.not_found": "Pagina net fûn", + "error.not_found_message": "De pagina dy't jo sykje bestiet net.", + "error.server_error": "YNterne serverfout", + "error.server_error_message": "Der is wat misgien. Besykje it asjebleaft letter nochris.", + "error.unauthorized": "Net autorisearre", + "error.unauthorized_message": "Jo moatte ynlogge om dizze pagina te krijen.", + "files.action_delete": "Fiel wiskje", + "files.action_details": "Sjoch details", + "files.action_preview": "Fluch foarútsicht", + "files.bulk_clear_selection": "Kies ferwiderje", + "files.bulk_cloud_ocr": "Cloud OCR op 'e nij útfierje", + "files.bulk_delete": "Wiskje selektearre", "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", + "files.bulk_reprocess": "Herferwurkje selektearre", + "files.delete_modal_cancel": "Annulearje", + "files.delete_modal_confirm": "Wiskje", + "files.delete_modal_message": "Bist der wis fan dat jo dit bestân wiskje wolle?", + "files.delete_modal_title": "Bevestigje wiskjen", + "files.document_title": "Dokuminttitel", + "files.drop_overlay_hint": "Stipe foar PDF, Office-dokuminten, ôfbyldings, HTML, Markdown, en mear – mappen wurde rekursyf ferwurke", + "files.drop_overlay_title": "Drop bestannen of mappen oeral om te uploadsjen", + "files.error_hint": "Dit kin komme fan in konfiguraasje- of ymportprobleem. Kontrolearje asjebleaft de serverlogs.", + "files.file_size": "Bestângrutte", + "files.filename": "Bestânsnamme", + "files.files_selected": "bestannen selektearre", + "files.filter_all_providers": "Alle leveransiers", + "files.filter_all_statuses": "Alle statussen", + "files.filter_all_types": "Alle soarten", + "files.filter_apply": "Filters tapasse", + "files.filter_clear": "Wiskje", + "files.filter_date_from": "Datum fan", + "files.filter_date_from_aria": "Filtrearje fan datum", + "files.filter_date_to": "Datum oant", + "files.filter_date_to_aria": "Filtrearje oant datum", + "files.filter_form_aria": "Filtrearje bestannen", + "files.filter_mime_type": "MIME-type", + "files.filter_ocr_all": "Alle bestannen", + "files.filter_ocr_good": "Goede kwaliteit", + "files.filter_ocr_poor": "Marige kwaliteit", + "files.filter_ocr_quality": "OCR-kwaliteit", + "files.filter_ocr_quality_aria": "Filtrearje op OCR kwaliteitsscore", + "files.filter_ocr_unchecked": "Noch net evaluearre", + "files.filter_search_label": "Sykje op bestânsnamme", + "files.filter_search_placeholder": "Fier bestânsnamme yn...", + "files.filter_storage_provider": "Opslachferliener", + "files.filter_tags_aria": "Filtrearje op tags (komma-skeidat)", + "files.filter_tags_placeholder": "bgl. faktuer,amazon", + "files.fulltext_search_label": "Folslein tekst sykjen (OCR tekst, metadata, tags)", + "files.fulltext_search_placeholder": "Sykje yn dokumintynhâld, ôfsender, tags, type...", + "files.no_files": "Gjin bestannen fûn", "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "files.page_title": "Bestânsopnames", + "files.pagination_files": "bestannen", + "files.pagination_first": "Earste", + "files.pagination_last": "Lêste", + "files.pagination_nav_aria": "Bestânlist paginearring", + "files.pagination_next": "Næst", + "files.pagination_of": "fan", + "files.pagination_previous": "Foarige", + "files.pagination_showing": "Fertoonje", + "files.preview_modal_close": "Slute foarbyld", + "files.preview_modal_title": "Foarbyld", + "files.queue_banner_items": "item(s) binne op dit stuit yn 'e waach of wurde ferwurkearre. Bestannen sille hjir ferskine as de ferwurking klear is.", + "files.queue_banner_link": "Sjoch Waach", + "files.saved_searches_empty": "Gjin bewarre sykjen yet", + "files.saved_searches_error": "Koed net bewarre sykjen lade", + "files.saved_searches_label": "Bewaarde Sykjen", + "files.saved_searches_save": "Bewaar Heden", + "files.saved_searches_save_aria": "Bewaar hjoeddeistige filters as in bewarre sykjen", + "files.search_results_empty": "Gjin resultaten fûn.", + "files.search_results_title": "Sykresultaten", + "files.status_duplicate": "Duplikaat", + "files.table_actions": "Akties", + "files.table_aria": "Bestânsopnames", + "files.table_created_at": "Makke op", + "files.table_empty": "Gjin bestannen fûn", "files.table_id": "ID", "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", + "files.table_original_filename": "Oarspronklike bestânsnamme", + "files.table_select_all": "Selectearje alle bestannen op dizze pagina", "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", + "files.title": "Bestannen", + "files.upload_modal_aria": "Upload foarútgong", + "files.upload_modal_close": "Slute upload foarútgong", + "files.upload_modal_header": "Bestannen oan it ferstjoeren", + "files.uploaded": "Oanbrocht", + "footer.about": "Oer", + "footer.attribution": "Attributie", + "footer.attributions": "Attributies", "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", + "footer.license": "Lisinsje", + "footer.navigation": "Fuotnavigaasje", "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.terms": "Bedingingen", + "footer.version": "Fersy {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth-koppeld. Bestannen komme yn jo keazen map.", + "help.destinations_email": "E-mail Oanforwarding", + "help.destinations_email_desc": "Verwurke bestannen as SMTP-byt Aanhangsels stjoerd.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Tsjinstakkount of OAuth. Stipe foar diele drives.", + "help.destinations_heading": "Bestimmingen – Wêr't Dokuminten Hin Gean", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Selhosted cloud opslach fia WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Microsoft Graph API yntegraasje.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Dokuminten rjochtstreeks yn Paperless foar argiveringsdoelen ferstjoere.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Elke S3-kompatible bucket (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Feilich bestân oerdragen nei elke server.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", + "help.destinations_webhook_desc": "POST metadata nei elke eksterne einpunt.", + "help.documentation": "Dokumintaasje", + "help.faq": "Faak Stellen Vragen", + "help.faq_1_a": "Navigearje nei de Upload-pagina, sleep en lit jo bestannen of klik op Kies Bestân. DocuElevate konvertearret yntrodukjes en kantoardokuminten nei PDF, draait OCR en ekstraheert metadata automatysk.", + "help.faq_1_q": "Hoe upload ik dokuminten?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, en HTML. Net-PDF-bestannen wurde automatysk omset yn PDF foardat se ferwurke wurde.", + "help.faq_2_q": "Hokker bestânsformaten wurde stipe?", + "help.faq_3_a": "Ja. Gean nei E-mail Yngesting, tail in IMAP-akkount ta, en DocuElevate sil automatysk nije berjochten sammelje en ynsluten ferwurkje.", + "help.faq_3_q": "Kin ik dokuminten fan e-mail yngestje?", + "help.faq_4_a": "Pipelines litte jo ferwurking stappen ketten – OCR, AI-ekstraction, formatomsetting – en rjochtsje it resultaat nei ien of mear bestimmingen. Maak en beheare se fan de Pipelines-pagina.", + "help.faq_4_q": "Hoe wurkje ferwurkingspipelines?", + "help.faq_5_a": "DocuElevate fersifert akkoarten yn rust, kommunisearret oer TLS, en bewarret jo dokuminten nea langer as needsaaklik. Sjoch de Privacy Notice foar folsleine details.", + "help.faq_5_a_post": " foar folsleine details.", + "help.faq_5_a_pre": "DocuElevate fersifert akkounts gegevens yn 'e útstelling, kommunisearret oer TLS, en opslaat jo dokuminten nea langer as nedich. Sjoch de ", + "help.faq_5_q": "Is myn data feilich?", + "help.faq_heading": "Faak Stelde Fragen", + "help.getting_started": "Begjin", + "help.heading": "Help Sintrum", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Brûk de REST API om dokuminten programmearre te pushen. Autentisearje mei in Bearer-token en POST bestanden nei it ynlaad einpunt.", + "help.ingestion_heading": "Gegevensyngestjoeringstools", + "help.ingestion_mobile": "Mobiele Apps", + "help.ingestion_mobile_desc": "Brûk elke mobile scans-app dy't oanpaste HTTP-ynlaadbêden stipet om foto's en scans fan jo telecommunikaasje of tablet nei DocuElevate te ferstjoeren.", + "help.ingestion_scanners": "Netwerk Scanners", + "help.ingestion_scanners_desc": "Wizigje elke netwerkscanner of multifunctionele printer nei it ynlaad einpunt fan DocuElevate. Scande dokuminten komme direkt yn jo ferwuringsqueue.", + "help.ingestion_watched_folders": "Besjoen Mappen", + "help.ingestion_watched_folders_desc": "Configurearje in lokale of netwerkmap dy't monitorere wurdt. Elkenien bestân yn in besjoen map wurdt automatysk ynladen en ferwurke troch DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrearje DocuElevate yn jo automatisearingsworkflows mei Zapier, n8n, of Make. Brûk de REST API-aksjes om dokumintynlaads fan elk evenemint te aktivearjen.", + "help.meta_description": "Krij help mei DocuElevate – fyn gidsen oer it ynladen fan dokuminten, it ferbinen fan cloud opslach, it ynstellen fan pipelines, en mear.", + "help.og_description": "Krij help mei DocuElevate – fyn gidsen oer it ynladen fan dokuminten, it ferbinen fan cloud opslach, it ynstellen fan pipelines, en mear.", + "help.page_title": "Help Sintrum", "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.quickstart_heading": "Fluch Begjin", + "help.quickstart_storage": "Ferbine Opslach", + "help.quickstart_storage_desc": "Gean nei 'Settings' en koppel jo cloud-akkounts. Ferwurke dokuminten wurde automatysk rjochte nei elke bestimmingen dy't jo konfigurearje.", + "help.quickstart_storage_desc_full": "Gean nei Yntegraasjes en koppel jo cloud opslachakkounts. DocuElevate stipet Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, en mear. Ferwurke dokuminten wurde automatysk nei elke bestimming dy't jo configurearje wurdt.", + "help.quickstart_upload": "Upload Dokuminten", + "help.quickstart_upload_desc": "Sleep & falt bestannen op 'e Upload-pagina of klik op 'Kies Bestân'. DocuElevate konvertearret bylden en kantoarbestannen nei PDF, rint OCR, en ekstraktearret metadata automatysk.", + "help.quickstart_workflows": "Automatisearje Workflows", + "help.quickstart_workflows_desc": "Maak Pipelines om meardere stappen yn ferwurking en routingregels te definiearjen. Kombinearje OCR, AI-ekstraction, formatomsetting, en levering yn ien flow.", + "help.sources_email_ingestion": "E-mail Yngesting (IMAP)", + "help.sources_email_ingestion_desc": "Direkte dokuminten nei in wijd mailbox. Under E-mail Yngesting, tafoegje ien of mear IMAP-akkounts. DocuElevate sammelt automatysk nije berjochten en ferwurket ynsluten.", + "help.sources_heading": "Boarnen – Dokuminten Ynbringe", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", + "help.sources_rest_api_desc": "Integrearje programmearjend troch bestannen te POST-jen nei /api/upload. Ideaal foar skripts, beskoatste mappen, skanners, of third-party ark lykas Zapier en n8n.", "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", + "help.sources_scanner_desc": "Wize netwurk scanners op DocuElevate's upload einpunt of brûk elke mobile scanner-app dy't oanpaste HTTP-bestimmingen stipet.", + "help.sources_scanner_desc_full": "Configurearje jo netwerkscanner of multifunctionele printer om scans direkt nei DocuElevate te ferstjoeren. Brûk it /api/upload einpunt as de bestimming. Mobiele scans-apps mei oanpaste ynlaadbêden wurde ek stipe.", "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", + "help.sources_web_upload_desc": "De fluchste manier om te begjinnen. Iepene de Upload-pagina, falt ien of mear bestannen en DocuElevate soarget foar de rest. Stipe formaten omfiemje PDF, JPEG, PNG, TIFF, DOCX, XLSX, en mear.", + "help.subheading": "Alles wat jo nedich binne om it measte út DocuElevate te heljen. Blêdzje troch ûnderwerpen hjirûnder of sykje wat jo nedich binne.", + "help.support": "Stipe", + "help.support_admin_message": "Nim kontakt op mei jo administrator foar stipe ynformaasje.", + "help.support_description": "Kinst neat fine wat jo sykje? Us stipe-team is hjir om te helpen.", + "help.support_heading": "Kontakt Stipe", + "help.support_live_chat": "Live Chat beskikber – klik op de chatbal om in petear te begjinnen.", + "help.support_ticket_button": "Dien in Ticket yn", + "help.support_ticket_desc": "Folje it formulier hjirûnder yn en ús stipe team sil jo sa gau mooglik antwurdzje.", + "help.support_ticket_heading": "Iepenje in Stipe Ticket", + "help.title": "Help Sintrum", + "help.workflows_creating": "In Pipeline meitsje", + "help.workflows_definition": "In Pipeline is in rige fan ferwurking stappen dy't automatysk draaie as in dokumint wurdt yngestje. Elke stap kin it dokumint transformearje, ferbetterje of rjochtsje.", "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", + "help.workflows_step_1": "Convertearje nei PDF", + "help.workflows_step_1_create": "Foardat nei Pipelines yn it haadmenu.", + "help.workflows_step_1_full": "Konvertearje nei PDF – alle ynkommende bestanden wurde normalisearre nei in konsistent PDF-formaat.", + "help.workflows_step_2": "OCR - tekst úthelje", + "help.workflows_step_2_create": "Klik op Nije Pipeline en jou it in namme.", + "help.workflows_step_2_full": "OCR – ekstrahear selektearber tekst út scanblêden mei Azure Document Intelligence of de ynboude motor.", + "help.workflows_step_3": "AI metadata útheljen", + "help.workflows_step_3_create": "Voeg de ferwurking stappen ta dy't jo nedich binne.", + "help.workflows_step_3_full": "AI metadata-ekstrahear – klassifisearje dokumintsoarte en helje wichtige fjilden lykas bedragen, datums, en names mei OpenAI.", + "help.workflows_step_4": "Leverje oan ien of mear bestimmings", + "help.workflows_step_4_create": "Kies ien of mear leveringsbestimmings.", + "help.workflows_step_5_create": "Sla op - nije dokuminten sille automatikus troch dizze pipeline ferwurke wurde.", + "help.workflows_typical_steps": "Typyske stappen", + "help.workflows_what_is": "Wat is in Pipeline?", + "index.badge_intelligent": "Yntelliginte Dokumentferwurking", + "index.button_browse_files": "Blêdzje troch Bestannen", "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", + "index.capabilities_cloud": "Cloud opslach: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "E-post & URL-basearre dokumintyndieling", + "index.capabilities_ocr": "OCR & metadata útheljen mei AI", + "index.capabilities_paperless": "Paperless-ngx yntegraasje foar dokumintbehear", + "index.capabilities_title": "Mogelijkheden", + "index.capabilities_workflows": "Automatisearre klassifikaasje & routing workflows", + "index.cta_description": "Slút jo oan by teams dy't al har dokumintferwurking automatizearje mei DocuElevate.", + "index.cta_heading": "Klear om jo dokumint workflow te ferheegjen?", + "index.cta_pricing": "Sjoch prizen", + "index.cta_signup": "Makkest in fergese akkount", + "index.dashboard_subtitle": "Yntelliginte dokumintferwurking & behear", + "index.dashboard_subtitle_teams": "Yntelliginte dokumintferwurking & behear - boud foar teams", + "index.feature_ai": "AI Metadata Útheljen", + "index.feature_ai_desc": "OpenAI, Claude, Gemini en oare plug-in AI providers klassifisearje dokuminten en helje wichtige fjilden út lykas datums, bedrach en ûnderwerpen.", + "index.feature_cloud": "Multi-Cloud Opslach", + "index.feature_cloud_desc": "Rjochting ferwurke bestannen nei Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, en mear.", + "index.feature_email": "E-post & IMAP Yndieling", + "index.feature_email_desc": "Automatysk dokuminten fan Gmail of elkin IMAP mailbox helje - gjin hânmatige uploads nedich.", + "index.feature_ocr": "OCR & Tekst Útheljen", + "index.feature_ocr_desc": "Azure Document Intelligence konvertearret skande PDFs en ôfbyldings yn folslein sykwurke tekst automatysk.", + "index.feature_pipelines": "Aangepaste Pipelines", + "index.feature_pipelines_desc": "Bou ferwurking pipelines mei konfigureerbare stappen - OCR, AI útheljen, formaat konverzje, en opslach routing yn elke folchoarder.", + "index.feature_search": "Folsleine Tekst Sykje", + "index.feature_search_desc": "Fyn ynstantanyk elk dokumint op basis fan ynhâld, metadata, of tags oer jo hiele arsjive.", + "index.feature_section_title": "Alles wat jo nedich binne foar slimme dokumint workflows", + "index.getting_started": "Begjin", + "index.getting_started_1": "Configurearje yntegraties fia Systeemstatus", + "index.getting_started_2": "Upload jo earste dokumint", + "index.getting_started_3": "Besjoch resultaten yn Bestannen", + "index.getting_started_learn": "Lear mear oer DocuElevate", + "index.hero_description": "DocuElevate nimt jo dokuminten op, draait OCR, ekstrakteeert metadata mei AI en rjochtet bestannen nei Dropbox, Google Drive, OneDrive, S3, Nextcloud, en mear — alles yn ien naadleaze pipeline.", + "index.hero_heading": "Fan upload nei ynsjoch — automatysk.", + "index.hero_login": "Ynlogge", + "index.hero_pricing": "Besjoch Plannen & Prizen", + "index.hero_signup": "Begjin — it is fergees", + "index.integrations_active": "Aktive yntegraties", + "index.integrations_storage": "Opslachdoelen", + "index.integrations_title": "Yntegraties", + "index.integrations_view_status": "Besjoch systeemstatus", "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", + "index.page_title_public": "Intelligent Dokumentferwurking", + "index.platform_overview": "Oersicht fan it platfoarm", + "index.processing_stats": "Verwurkingsstats", + "index.quick_actions": "Flugge Aksjes", + "index.quick_documents": "Mijn Dokuminten", + "index.quick_documents_desc": "Blêdzje troch jo ferwurkte bestannen", + "index.quick_search": "Sykje", + "index.quick_search_desc": "Folsleine tekstsykjen oer dokuminten", + "index.quick_subscription": "Mijn Abonnemint", + "index.quick_subscription_desc": "Besjoch plan & gebrûkdetails", + "index.quick_system_status": "Systeemstatus", + "index.quick_system_status_desc": "Ferkear yntegraasje sûnens", + "index.quick_upload": "Upload Dokumint", + "index.quick_upload_desc": "Ferwurkje in nij bestân", + "index.quick_view_files": "Besjoch Alle Bestannen", + "index.quick_view_files_desc": "Blêdzje troch ferwurkte dokuminten", "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", + "index.single_user_subtitle": "Intelligent dokumintferwurking & behear", + "index.stat_active_integrations": "Aktive Yntegraties", + "index.stat_active_users": "Aktive brûkers", + "index.stat_files_month": "Bestannen dizze moanne", + "index.stat_files_ocr": "Bestannen mei OCR", + "index.stat_files_today": "Bestannen hjoed", + "index.stat_storage_targets": "Opslachdoelen", + "index.stat_this_month": "Dit moanne", + "index.stat_today": "Hjoed", + "index.stat_total_files": "Totaal bestannen", + "index.stat_total_processed": "Totaal ferwurke", "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", + "index.tier_upgrade": "Ferbetterje", + "index.tier_view_details": "Besjoch folsleine details", + "index.upgrade_daily_limits": "Hege deistige & moanlikse limiten", + "index.upgrade_description": "Untslute mear dokuminten, mear bestimming en prioriteitsstipe.", + "index.upgrade_destinations": "Mear opslachbestimmingen", + "index.upgrade_ocr_pages": "Mear OCR-pagina's", + "index.upgrade_plan": "Upgrade jo plan", + "index.upgrade_view_pricing": "Sjoch plannen & prizen", + "index.usage_lifetime": "Levenslange bestannen", + "index.usage_month": "Bestannen dizze moanne", + "index.usage_my_usage": " myn gebrûk", + "index.usage_today": "Bestannen hjoed", + "index.usage_unlimited": "Ùnbeheind", + "integrations.access_key_label": "Tagongskey ID", + "integrations.active_label": "Aktiv", + "integrations.add_button": "Tafoegje yntegraasje", + "integrations.add_first_button": "Tafoegje jo earste yntegraasje", + "integrations.api_token_label": "API-token", + "integrations.authorize_btn": "Autorisearje", + "integrations.authorize_reauth": "Wer autorisearje", + "integrations.bucket_label": "Bucket", + "integrations.configure": "Konfigurearje", + "integrations.connect": "Ferbine", + "integrations.connected": "Ferbûn", + "integrations.connection_failed": "Ferbining falen", + "integrations.connection_success": "Ferbining suksesfol", + "integrations.delete_confirm_are_you_sure": "Binne jo der wis fan dat jo dit wolle ferwiderje", + "integrations.delete_confirm_title": "Integraasje ferwiderje?", + "integrations.delete_confirm_undone": "Dizze aksje kin net weromdraaid wurde.", + "integrations.delete_emails_label": "Ferwiderje e-mails nei ferwurking", + "integrations.delete_files_label": "Ferwiderje bestanden nei ferwurking", + "integrations.destinations_quota_label": "Opslachbestimmingen:", + "integrations.destinations_section": "Bestimmingen", + "integrations.direction_destination": "Bestimming (opslach)", + "integrations.direction_label": "Rjochting", + "integrations.direction_placeholder": "\u0011 Select \u0011", + "integrations.direction_source": "Boarne (ynfier)", + "integrations.disconnect": "Ferbining verbreke", + "integrations.email_settings": "E-mail trochstjoerynstellingen", + "integrations.empty_state": "Gjin yntegraasjes konfigurearre", + "integrations.endpoint_label": "Eindpunt URL", + "integrations.endpoint_optional": "(opsjoneel, foar S3-kompatibel)", + "integrations.folder_label": "Map", + "integrations.folder_optional": "(opsjoneel)", + "integrations.folder_path_label": "Mappaad", + "integrations.folder_prefix_label": "Mappreffiks", + "integrations.generic_settings_hint": "Konfiguraasje foar dit yntegratetype kin levere wurde as JSON nei kreatie fia de API.", + "integrations.gmail_hint": "Gmail labels & star: as ynskeakele, wurde ferwurke e-mails stjerrend makke en tagge mei in \"Ynfierd\" label yn Gmail. Geldt allinnich foar Gmail-servers.", + "integrations.gmail_labels": "Tapasse Gmail labels & star", "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", - "language.bg": "Български", - "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "integrations.imap_settings": "IMAP-ynstellingen", + "integrations.loading": "Yntegraties laden\u001e", + "integrations.modal_close": "Slút modal", + "integrations.modal_title_add": "Tafoegje yntegraasje", + "integrations.modal_title_edit": "Bewerkje yntegraasje", + "integrations.name_label": "Label", + "integrations.name_placeholder": "byg. Wurkje Gmail, S3 Argyf", + "integrations.nextcloud_settings": "Nextcloud Ynstellings", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Foegje jo earste yntegraasje ta om ynbringboarnen (lykas IMAP) en opslachbestimmingen (lykas S3, Dropbox, of Google Drive) te ferbinen.", + "integrations.not_connected": "Net ferbûn", + "integrations.oauth_folder_label": "Map", + "integrations.oauth_hint": "Bewarje dizze yntegraasje earst, brûk dan de Outhierknop om de OAuth-flow te kompleet te meitsjen. Jo kredinsjale sil feilich opslein wurde yn jo persoanlike yntegraasjerekord.", + "integrations.page_title": "Yntegraasjes", + "integrations.paperless_settings": "Paperless NGX Ynstellings", + "integrations.password_label": "Wachtwurd", + "integrations.paused": "Paus", + "integrations.plan_label": "Plan:", + "integrations.port_label": "Haven", + "integrations.quota_not_available": "(net beskikber)", + "integrations.quota_unlimited": "/ ûnbeheind", + "integrations.recipient_label": "Ontfanger Email", + "integrations.region_label": "Regio", + "integrations.remote_path_label": "Feroaring Paad", + "integrations.s3_prefix_label": "Foartriem (map paad)", + "integrations.s3_settings": "S3 Ynstellings", + "integrations.secret_key_label": "Geheime Tagongssleutel", + "integrations.show_password": "Show wachtwurd", + "integrations.show_secrets": "Show geheimen", + "integrations.show_token": "Show token", + "integrations.source_local": "Lokaal Filsysteem", + "integrations.source_type_label": "Boarne Soarte", + "integrations.sources_quota_label": "Mailbox Boarnen:", + "integrations.sources_section": "Boarnen", + "integrations.subtitle": "Behear jo ynbringboarnen en opslachbestimmingen op ien plak.", + "integrations.title": "Yntegraasjes", + "integrations.type_label": "Integraasjetoan", + "integrations.type_placeholder": "\u0002014 Selectearje rjochting earst \u0002014", + "integrations.upgrade_plan": "Upgrade Plan", + "integrations.use_ssl": "Brûk SSL", + "integrations.username_label": "Brûkersnamme", + "integrations.watch_folder_settings": "Sicht Map Ynstellings", + "integrations.webdav_settings": "WebDAV Ynstellings", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Ynbring", + "integrations.webhook_how_heading": "Hoe't Webhook Ynbring Wurket", + "integrations.webhook_how_text": "In webhook-yntegraasje makket it mooglik foar eksterne systemen om dokuminten direkte yn DocuElevate te stjoeren fia de REST API. Yn stee fan dat DocuElevate nije bestannen opfreget (lykas IMAP), stjoert jo applikaasje bestannen nei DocuElevate mei in HTTP-útwurking mei in API-token foar autentikaasje.", + "integrations.webhook_ideal_text": "Dit is ideaal foar CI/CD pipelines, automatisearringscripts, scanner-yntegraasjes, of elk systeem dat dokuminten generearret en se ferstjoere moat foar ferwerking.", + "integrations.webhook_quick_start": "Fluch Start", + "integrations.webhook_security_tip": "Maak in ôfsûndere API-token foar elke yntegraasje en weromlûke it immediat if it kompromittearre is. Tokens kinne beheard wurde op de API Tokens-side.", + "integrations.webhook_step1": "Gean naar {api_tokens_link} en meitsje in persoanlik token.", + "integrations.webhook_upload_with_token": "Brûk it token om dokuminten fia de API te uploaden:", + "language.bg": "Bulgarski", + "language.ca": "Katalà", + "language.change_success": "Taal ferfongen nei {language}", + "language.changed": "Taal ferfongen nei {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", "language.el": "Ελληνικά", - "language.en": "English", + "language.en": "Ingelk", "language.es": "Español", "language.et": "Eesti", "language.fi": "Suomi", "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", + "language.hu": "Hongaarsk", "language.is": "Íslenska", - "language.it": "Italiano", + "language.it": "Italiaansk", "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", + "language.lt": "Lietuvieš", "language.lv": "Latviešu", "language.nb": "Norsk", "language.nl": "Nederlands", + "language.no_results": "Gjin talen fûn", "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", + "language.pt": "Portugeesk", + "language.ro": "Roemeenske", + "language.ru": "Russysk", + "language.search_placeholder": "Sykje talen\u0000", + "language.selector": "Taal", + "language.selector_label": "Selectearje taal", + "language.sk": "Slovakysk", + "language.sl": "Sloveensk", + "language.sv": "Svensk", + "language.tr": "Turksk", + "language.uk": "Oekrainesk", + "language.zh": "Èkânses", + "nav.about": "Oer", + "nav.account_menu": "Accountmenu", + "nav.account_menu_for": "Accountmenu foar {name}", "nav.admin": "Admin", "nav.admin.audit_logs": "Audit Logs", "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", + "nav.admin.plans": "Plannen", + "nav.admin.scheduled_jobs": "Planningtaken", + "nav.admin.users": "Brûkers", + "nav.admin_actions": "Admin-aksjes", + "nav.admin_menu": "Admin-menu", + "nav.api_docs": "API-dokuminten", + "nav.api_tokens": "API-tokens", + "nav.backup_restore": "Backup & Herstelle", + "nav.credentials": "Akkoorden", + "nav.dark_mode": "F donkere modus", "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", + "nav.developer_docs": "Entwikkelderdocs", + "nav.duplicates": "Dúplikaat", + "nav.file_manager": "Bestânbehearder", + "nav.files": "Bestannen", + "nav.get_started": "Ymportearje", "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", + "nav.help_center": "Help Sintrum", + "nav.imap": "E-mail Ynfoelje", + "nav.integrations": "Integraties", + "nav.light_mode": "Ljocht Modus", + "nav.login": "Ynloggen", + "nav.logout": "Utloggen", + "nav.main_navigation": "Haadnavigatie", + "nav.my_subscription": "Mijn Abonnemint", + "nav.notifications": "Notifikaasjes", + "nav.open_main_menu": "Iepene haadmiel", "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", + "nav.plan_designer": "Planûntwerper", + "nav.pricing": "Priisstelling", + "nav.profile": "Profil", + "nav.profile_settings": "Profilen ynstellings", + "nav.queue": "Wachtlin", + "nav.queue_monitor": "Wachtlin Monitor", + "nav.scheduled_jobs": "S1kde Jobs", + "nav.search": "Sykje", + "nav.settings": "Ynstellings", + "nav.shared_links": "Dield Links", + "nav.sign_out": "Útlogge", + "nav.signup": "Oanmelde", + "nav.similarity": "Similariteit", + "nav.skip_to_content": "Oerslaan nei haadynhâld", "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", + "nav.subscription": "Abonnemint", + "nav.toggle_dark_mode": "Wiksel donker modus", + "nav.toggle_nav": "Wiksel navigatiemenu", + "nav.upload": "Oanbiede", + "nav.users": "Brûkers", + "nav.version": "Fersy Ynformaasje", + "notifications.filter_all": "Alle", + "notifications.filter_read": "Allinne lêzen", + "notifications.filter_unread": "Allinne net-lêzen", + "notifications.manage_desc": "Beheare jo notifikaasjebak, doelen en evenemintfoarkar", + "notifications.mark_all_read": "Markearje Alle as Lêzen", + "notifications.mark_all_read_btn": "Markearje alle lêzen", + "notifications.mark_read": "Markearje as Lêzen", + "notifications.no_notifications": "Gjin notifikaasjes", + "notifications.page_title": "Notifikaasjes", + "notifications.tab_inbox": "Ynlâns", + "notifications.tab_settings": "Ynstellings", + "notifications.title": "Meldingen", + "notifications.unread_count": "{count} ûnread meldingen", + "pipelines.active_label": "Aktive", + "pipelines.add_step_btn": "Voeg Stap ta", + "pipelines.create": "Maak Pipeline", + "pipelines.custom_label_label": "Oanpaste Label", + "pipelines.default_label": "Standaard", + "pipelines.description_label": "Beskriuwing", + "pipelines.description_placeholder": "Fakultearre beskriuwing", + "pipelines.disabled_label": "Utskeakele", + "pipelines.edit": "Wizigje Pipeline", + "pipelines.empty_state": "Gjin pipelines noch", + "pipelines.empty_state_hint": "Maak jo earste pipeline om oanpaste dokumintferwurking workflows te definiearjen.", + "pipelines.enabled_label": " Ynschakeld", + "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip lokale tekstopdieling)", + "pipelines.inactive_label": "Ynaktive", + "pipelines.loading": "Pipelines ynladen\u00130", + "pipelines.name_placeholder": " myn pipeline", + "pipelines.new_pipeline_btn": "Nije Pipeline", + "pipelines.no_steps": "Gjin stappen definiearre. Foegje in stap ta om te begjinnen mei it bouwen fan jo pipeline.", + "pipelines.ocr_auto": "Auto (brûk systeemstandert)", + "pipelines.ocr_language_hint": "Oerskriuwt de globale taalynstelling foar Tesseract/EasyOCR. Azure en Mistral fine automatysk de taal.", + "pipelines.ocr_language_label": "OCR Taal", + "pipelines.optional_suffix": "(fakultearre)", + "pipelines.page_title": "Ferwurkjende Pipelines", + "pipelines.set_default": "Set as myn standert pipeline", + "pipelines.step_label_placeholder": "Oerskriuw it standert stapnamme", + "pipelines.step_type_label": "Staptype", + "pipelines.subtitle_intro": "Definiearje en behearje oanpaste dokumintferwurking workflows.", + "pipelines.subtitle_system_post": "badge en binne sichtber foar alle brûkers.", + "pipelines.subtitle_system_pre": "Systeem pipelines (makke troch admins) binne toand mei in", + "pipelines.system_label": "Systeem", + "pipelines.system_pipeline_label": "Systeem pipeline (sichtber foar alle brûkers)", + "pipelines.title": "Ferwurkjende Pipelines", + "profile.avatar_alt": "Jo profielfoto", + "profile.avatar_heading": "Profielfoto", + "profile.avatar_remove": "Ferkearsje oanpaste avatar", + "profile.avatar_upload_hint": "Upload in JPEG, PNG, GIF, of WebP ôfbylding oant 2 MB. As der gjin oanpaste ôfbylding is ynsteld, wurdt jo {gravatar} toand.", + "profile.choose_image": "Kies ôfbylding\u000e", + "profile.confirm_password": "Bevestig Nije Wachwurd", + "profile.contact_email_hint": "Brûkt foar systeemnotifikaasjes. Dit feroaret net jo ynlog e-mail.", + "profile.contact_email_label": "Kontakt / Notifikaasje E-mail", + "profile.contact_email_placeholder": "jo@voorbeeld.com", + "profile.current_password": "Hjoeddeistich Wachwurd", + "profile.dismiss": "Fertouwe", + "profile.display_name_hint": "Lit leech om jo akkountnaam of e-mailadres te brûken.", + "profile.display_name_label": "Toon Namme", + "profile.display_name_placeholder": "Jo namme lykas toand yn de UI", + "profile.general_heading": "Algemiene Ynformaasje", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profilen ynstellings", + "profile.language_auto_detect": "Automatysk deteck", + "profile.language_hint": "Kies jo foarkar ynterface taal. “Automatysk deteck” folget jo browser ynstellingen.", + "profile.language_label": "UI Taal", + "profile.new_password": "Nije Wachwurd", + "profile.new_password_hint": "Minimum 8 karakters.", + "profile.page_title": "Profilen ynstellings – DocuElevate", + "profile.password_heading": "Feroarje Wachwurd", + "profile.preferences_heading": "Foarkar", + "profile.save_button": "Sla sjen oan", + "profile.saving": "Sla binne\u000e", + "profile.subtitle": "Beheare jo toon namme, avatar, taal, en tema foarkar.", + "profile.theme_dark": "Donker", + "profile.theme_hint": "“Systeemstandert” folget de donkere modus ynstelling fan jo apparaat.", + "profile.theme_label": "Kleurenschema", + "profile.theme_light": "Ljocht", + "profile.theme_system": "Systeemstandert", + "profile.update_password": "Update Wachwurd", + "profile.updating": "Oupdate\u00036...", + "queue.active_tasks": "Aktive Taken", + "queue.auto_refresh_1": "Auto-refreshes elke", + "queue.auto_refresh_2": "sekunden", + "queue.col_arguments": "Argumenten", + "queue.col_current_step": "Huidige Stap", + "queue.col_file": "Bestân", + "queue.col_files": "Bestannen", + "queue.col_queue": "Wachtrige", + "queue.col_state": "Steat", + "queue.col_task": "Taak", + "queue.col_task_id": "Taak ID", + "queue.files_processing": "Bestannen Ferwurking", + "queue.heading": "Wachtrige Monitor", + "queue.last_updated": "Lêst bywurke:", + "queue.loading_stats": "Wacht op wachtrige statistiken\u0015a", + "queue.no_active_tasks": "Gjin aktuele taken", + "queue.no_data": "Gjin gegevens", + "queue.no_files_processing": "Gjin bestannen dy't op dit stuit ferwurke wurde", + "queue.page_title": "Wachtrige Monitor", + "queue.processing_pipeline": "Ferwurking Pipeline", + "queue.queued_tasks": "Wachtrige Taken", + "queue.recently_processing": "Koartlyn ferwurke bestannen", + "queue.redis_queues": "Redis Wachtrigen", + "queue.subtitle": "Echt-tiids sicht op it dokumintferwurking pipeline en Celery taak wachtrigen.", + "queue.workers_online": "Arbeiders Online", + "search.button": "Sykje", + "search.error_message": "Sykr is tydlik net beskikber. Besykje it oer in momint noch ris.", + "search.filter_aria_clear": "Fertsjinje alle filters", + "search.filter_clear_button": "Fertsjinje Filters", + "search.filter_date_from": "Datum Fan", + "search.filter_date_to": "Datum oant", + "search.filter_document_type": "Dokumint Soarte", + "search.filter_document_type_placeholder": "bgl. Factuur", + "search.filter_language": "Taal", + "search.filter_language_placeholder": "bgl. de", + "search.filter_sender": "Ferstjoerder", + "search.filter_sender_placeholder": "bgl. ACME Corp", "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", + "search.filter_tags_placeholder": "bgl. amazon", + "search.filter_text_quality": "Tekst Kwaliteit", + "search.filter_text_quality_all": "Alle", + "search.filter_text_quality_high": "Heech", + "search.filter_text_quality_low": "Leech", "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", + "search.filter_text_quality_no_text": "Gjin tekst", + "search.heading": "Dokumint Syking", + "search.input_aria_label": "Soek dokuminten", + "search.input_placeholder": "Soek dokuminten op ynhâld, sender, tags, type...", + "search.loading_indicator": "Soek\u00113", + "search.no_results": "Gjin resultaten fûn", + "search.page_title": "Soek Dokuminten", + "search.placeholder": "Soek op bestânsnamme, ynhâld, tags...", + "search.result_empty": "Gjin dokuminten fûn dy't oerienkomme mei jo fraach.", + "search.results_count": "{count} resultaten fûn", + "search.saved_aria_save": "Fêstlizze aktuele sykjen", + "search.saved_button": "Fêstlizze Heden", + "search.saved_empty": "Gjin fêstlizze sykjen noch", + "search.saved_error": "Konnte gjin fêstlizze sykjen laden", + "search.saved_label": "Fêstlizze Sykjen", + "search.saved_loading": "Laden...", + "search.title": "Soek Dokuminten", + "settings.audit_log_btn": "Auditlog", + "settings.autocomplete_hint": "Typ om bekende wearden te sykjen, of ynfiere in maatwurkwearde.", + "settings.autocomplete_no_matches": "Gjin oerienkomsten \u00160 - jo kinne gjin maatwurkwearde ynfiere", + "settings.autocomplete_placeholder": "Typ om te sykjen of ynfiere in wearde\u00113", + "settings.boolean_enable_prefix": "Aktivearje", + "settings.categories_aria": "Ynstellingskategorien", + "settings.categories_heading": "Kategorien", "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "settings.effective_value_label": "Effektive wearde:", + "settings.encrypted_suffix": "= fersifere yn restful", + "settings.encrypted_title": "Wearde is fersifere yn restful yn databank", + "settings.export_btn": "Eksportearje", + "settings.export_db_only": "Allinnich DB ynstellingen", + "settings.export_full_config": "Folledige effektive konfiguraasje", + "settings.jump_to_category": "Springe nei kategory\u00113", + "settings.manage_config_prefix": "Beheare konfiguraasje. Prioriteit:", + "settings.model_picker_hint": "Kies út 'e list of typ in modelnamme dy't troch jo leveransier stipe wurdt.", + "settings.model_picker_placeholder": "Kies in algemien model of typ in maatwurk namme\u00113", + "settings.no_results_clear": "reinige de syk", + "settings.no_results_heading": "Gjin ynstellingen fûn", + "settings.no_results_hint": "Besykje in oare sykterm of", + "settings.page_heading": "Applikaasjeynstellingen", + "settings.required_label": "(ferplicht)", + "settings.reset_confirm": "Bist der wis fan dat jo dizze ynstelling weromsette wolle?", + "settings.restart_required_suffix": "= opnij starte nedich", + "settings.revert_btn": "Verwiderje fan DB", + "settings.revert_title": "Verwiderje DB-oeride en werom nei omjouwingsferoaring of standaard", + "settings.reverting": "Weromsette…", + "settings.save_all_btn": "Befestig alle feroarings", + "settings.save_error": "Falsk om ynstelling te bewarjen", + "settings.save_setting_title": "Befestig dizze ynstelling", + "settings.save_success": "Ynstelling mei súkses bewarre", + "settings.saving_state": "Beheine…", + "settings.search_aria_label": "Sykje ynstellings", + "settings.search_clear_aria": "Sykjen ferwiderje", + "settings.search_placeholder": "Sykje ynstellings op namme, key, of beskriuwing…", + "settings.settings_count_suffix": "ynstellingen", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", + "settings.source_default_badge": "STANDAARD", "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", + "settings.title": "Ynstellingen", + "settings.toggle_visibility_aria": "Toggle wachtwurd sichtberens", + "settings.toggle_visibility_title": "Toan/ferbergje wearde", + "settings.user_autocomplete_empty": "Gjin oerienkommende brûkers fûn", + "settings.user_autocomplete_hint": "Type om besteande brûkers te sykjen op namme, of ynfier elke identifisearder hânmjittich.", + "settings.user_autocomplete_placeholder": "Begjin te typen om brûkers te sykjen…", "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", + "shared.col_expiry": "Fertiid", + "shared.col_file_label": "Bestân / Etiket", "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", + "shared.col_views": "Sichten", + "shared.copy_link_aria": "Kopiearje link nei klembord", + "shared.copy_link_title": "Kopiearje link", + "shared.create_btn": "Maak Link", + "shared.create_heading": "Nije Mienskiplike Link meitsje", + "shared.creating": "Makke…", + "shared.expiry_12h": "12 oeren", + "shared.expiry_14d": "14 dagen", + "shared.expiry_1h": "1 oere", + "shared.expiry_24h": "24 oeren (1 dei)", + "shared.expiry_30d": "30 dagen", + "shared.expiry_3d": "3 dagen", + "shared.expiry_6h": "6 oeren", + "shared.expiry_7d": "7 dagen", + "shared.expiry_label": "Fertiid", + "shared.expiry_never": "Noait", + "shared.file_id_help_post": "side of yn 'e dokumint detail URL.", + "shared.file_id_help_pre": "Fyn de bestand ID op de", + "shared.file_id_label": "Bestân ID", + "shared.file_id_placeholder": "bijv. 42", + "shared.files_link": "Bestannen", + "shared.heading": "Hermann-links", "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", + "shared.label_placeholder": "bijv. Dield mei Bob", + "shared.link_created": "Hermann-link makke!", + "shared.link_created_help": "Kopiearje en stjoere dit link oan de ûntfanger.", + "shared.links_count_aria": "aantal links", "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", + "shared.no_links": "Noch gjin dield links. Maak ien boppe om te begjinnen.", + "shared.open_in_new_tab": "Iepenje yn nije tab", + "shared.open_link_aria": "Iepenje dield link", + "shared.optional": "(opsjoniel)", + "shared.page_title": "Hermann-links – DocuElevate", + "shared.password_label": "Wachtwurd", + "shared.password_placeholder": "Litte leech foar gjin wachtwurd", + "shared.password_protected": "Wachtwurd beskerme", + "shared.refresh_aria": "Ferfang dield linkslist", + "shared.revoke_aria_prefix": "Revokee dield link foar", + "shared.revoke_btn": "Revokee", + "shared.status_active": "Aktiv", + "shared.status_expired": "Ferrûn", + "shared.status_limit_reached": "Grins berikt", + "shared.status_revoked": "Revokeerd", + "shared.subtitle": "Dield dokuminten mei elkenien fia in tiidsbeheinde of sjoch-beheinde link. Ontfangers hawwe gjin DocuElevate akkount nedich. Links kinne wêze wachtwurd-beskerme en op elk momint revokee.", + "shared.table_aria": "Dield links", + "shared.unlimited_placeholder": "Unbeheind", + "shared.your_links": "Jo Dield Links", + "similarity.backfill_auto": "De eftergrûn taak sil se automatysk berekkenje elke 5 minuten, of jo kinne", + "similarity.files_missing_text": "bestân(nen) hawwe OCR tekst mar gjin embedding noch.", + "similarity.find_pairs_btn": "Fyn Pairs", + "similarity.heading": "Dokumint Similariteit", + "similarity.load_error": "Fielde te laden pairs.", + "similarity.min_similarity_label": "Min. similariteit", + "similarity.no_pairs_detail": "Gjin dokumint pairs oerspanne de similariteit drompel.", + "similarity.no_pairs_heading": "Gjin gelikense pairs fûn", + "similarity.page_title": "Dokumintsimilariteit - DocuElevate", + "similarity.pagination_aria": "Pagination fan similarity-paken", + "similarity.per_page_label": "Per side", + "similarity.scanning": "Scannen foar gelikense dokumintpaken\u001026", "similarity.stat_embedding_model": "Embedding Model", "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", + "similarity.stat_total_files": "Totaal Bestannen", + "similarity.stat_with_embedding": "Mei Embedding", + "similarity.subtitle": "Paken fan dokuminten mei hege semantyske similariteit, rangskikt op score.", + "similarity.trigger_aria": "Trigger embedding berekkening foar alle bestannen dy't embeddings misse", + "similarity.trigger_now": "trigger it no", + "status.app_version": "App Ferzje", + "status.build_date": "Bouwdatum", "status.container_id": "Container ID", "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", - "upload.url_placeholder": "https://example.com/document.pdf" + "status.last_check": "Lêste Kontrole", + "status.page_title": "Systeemstatus", + "status.setting_label": "Ynstelling", + "status.value_label": "Wert", + "subscription.available_plans_heading": "Beskikbere Plannen", + "subscription.back_to_dashboard": "Werom nei Dashboard", + "subscription.cancel_pending": "Change annulearje", + "subscription.cancel_scheduled": "Scheduled change annulearje", + "subscription.contact_sales": "Kontakt mei ferkeap", + "subscription.current_badge": "Aktueel", + "subscription.current_plan": "Aktuele Plan", + "subscription.current_plan_cta": "Jo aktuele plan", + "subscription.downgrade_to_prefix": "Sakket nei", + "subscription.features_heading": "Wat is yn jo plan opnommen", + "subscription.free": "Fry", + "subscription.heading": "Myn Abonnemint", + "subscription.keep_plan_prefix": "Hâld", + "subscription.lifetime_files": "Totaal bestannen (lifetime)", + "subscription.month_files": "Bestannen dizze moanne", + "subscription.more_features_label": "mear", + "subscription.page_title": "Myn Abonnemint \u00036 DocuElevate", + "subscription.pending_badge": "Oanfragen", + "subscription.pending_benefits": "Jo hâlde alle aktuelle planfoardielen oant dan.", + "subscription.pending_on": "op", + "subscription.pending_title": "Oanfragen planferoaring ynplande", + "subscription.pending_will_change": "Jo plan sil feroarje nei", + "subscription.per_mo": "/mo", + "subscription.per_month": "/moanne", + "subscription.since": "Since", + "subscription.single_user_body": "Abonnemintsnivo's binne fan tapassing as de multi-brûker modus aktyf is. Jo ynstânsje draait op dit stuit yn single-brûker modus sûnder ferwurkinglimiten. In admin kin de multi-brûker modus ynskeakelje fia {settings_link}.", + "subscription.single_user_title": "Multi-brûker modus is net ynskeakele.", + "subscription.subtitle": "Jo aktuele plan, gebrûk en beskikbere upgrades.", + "subscription.this_month_label": "deze moanne", + "subscription.today_files": "Bestannen hjoed", + "subscription.today_label": "hjoed", + "subscription.unlimited": "Unbeheind", + "subscription.upgrade_info": "Upgrades nimme immediat ynfloed. Downgrades binne ynplandes foar it ein fan jo huidige fakturearingsperioade.", + "subscription.upgrade_to_prefix": "Upgrade nei", + "subscription.usage_heading": "Gebrûk", + "upload.browse_button": "Blêdzje Bestannen", + "upload.button_processing": "Ferrifset...", + "upload.camera_button": "Nim foto / Scan dokumint", + "upload.download_button": "Download en proses", + "upload.downloading": "Bestân fan URL downloade...", + "upload.drag_drop": "Fier & drop bestannen hjir of klik om te blêdzjen", + "upload.drop_hint_desktop": "Fier & drop bestannen of mappen hjir, of klik om bestannen te selektearjen.", + "upload.drop_hint_mobile": "Tap om bestannen te selektearjen of brûk de kamera knop hjirûnder.", + "upload.drop_zone_aria": "Bestânupload gebiet. Fier en drop bestannen hjir, of druk op Enter om te blêdzjen.", + "upload.error": "Upload ferkeard", + "upload.error_invalid_url": "Ynvalid URL-formaat", + "upload.error_url_required": "Jo moatte in URL ynfiere", + "upload.file_size_hint": "Maksimale grutte: 500 MB per bestân", + "upload.file_types": "Tusken de soarten: PDF, Office dokuminten (Word, Excel, PowerPoint, ensfh.), Bylden", + "upload.filename_description": "Lit leech om bestânsnamme fan URL te brûken", + "upload.filename_label": "Bestânsnamme (opsjoneel)", + "upload.filename_placeholder": "myn-dokumint.pdf", + "upload.max_size": "Maksimale bestânsgrutte: {size}", + "upload.page_title": "Upload Bestannen", + "upload.section_device": "Upload fan Apparaat", + "upload.section_url": "Upload fan URL", + "upload.select_file": "Selectear bestân", + "upload.success": "Bestân suksesfol uploads.", + "upload.title": "Upload dokumint", + "upload.uploading": "Uploaden...", + "upload.url_description": "Jo direkte link nei in bestân ynfiere (PDF, Office-dokuminten, of ôfbyldings)", + "upload.url_label": "Bestân URL", + "upload.url_placeholder": "https://example.com/dokumint.pdf" } diff --git a/frontend/translations/ga.json b/frontend/translations/ga.json index d36160ed..5ef84bcf 100644 --- a/frontend/translations/ga.json +++ b/frontend/translations/ga.json @@ -1,593 +1,700 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Féach ar an Cruthaitheoir", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", + "about.creator_pre": "Tá DocuElevate forbartha go paiseanta ag", + "about.features_admin_api": "API REST cumhachtach le haghaidh rochtain chláraithe", + "about.features_admin_config": "Áitítear le hoiriúnachtaí ard-chumraithe trí phróistéachtaí timpeallachta", + "about.features_admin_docker": "Réidh le Docker le haghaidh déantúsaíochta agus scála éasca", + "about.features_admin_heading": "Riarachán", + "about.features_admin_oauth2": "Tacaíocht do fhíordheimhnithe OAuth2 le Authentik", + "about.features_automation_background": "Próiseáil chúlra le Redis agus Celery", + "about.features_automation_gmail": "Comhoiriúnacht Gmail agus cuntais ghréasáin ginearálta", + "about.features_automation_heading": "Uathoibriú", + "about.features_automation_imap": "Polladh IMAP ó ilfoinsí", + "about.features_automation_ingestion": "Uathoibriú iontrála doiciméad ó bhabhtaí éagsúla", + "about.features_heading": "Príomhghnéithe", + "about.features_integration_cloud": "Stóráil néata: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Comhoibriú & Stóráil", + "about.features_integration_multi_dest": "Tacaíocht il-sconna (stóráil doiciméid in il-láithreacha)", + "about.features_integration_protocols": "Conarthaí aistrithe: FTP, SFTP, Taisceadh Ríomhphoist", + "about.features_integration_selfhosted": "Roghaí owns-hosted: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Rangú doiciméad cliste agus aistarraingt dátaí", + "about.features_processing_heading": "Próiseáil Doiciméad", + "about.features_processing_metadata": "Aistarraingt metadata uathoibrithe ag úsáid soláthraí AI in-insteach", + "about.features_processing_ocr": "OCR tiomáinte ag Intleacht Doiciméad Azure", + "about.features_processing_pdf": "Comhoiriúnacht PDF le haghaidh comhoiriúnachtaí comhoiriúnachta éagsúil trí Gotenberg", + "about.features_processing_upload": "Ualach comhoiriúnach agus sábháilte le tacaíocht drag & drop", + "about.github_logo_alt": "Logo GitHub", + "about.heading": "Maidir le DocuElevate", + "about.intro_post": " \u0011 – do réiteach nua-aimseartha, cliste do phróiseáil doiciméad! Cruthaigh muid DocuElevate chun an bealach a láimhseálann tú do doiciméid a athrú go hiomlán \u0011 ó ualach go h-aistarraingt, ó phróiseáil go stóráil.", + "about.intro_pre": "Fáilte go dtí ", + "about.involved_description": "Ba mhaith leat tumadh isteach sa chód, smaointe a chur isteach, nó tuilleadh a fhoghlaim faoi DocuElevate?", + "about.involved_docs": "Léigh an Doiciméad", + "about.involved_github": "Féach ar DocuElevate ar GitHub", + "about.involved_heading": "Gabh i dTaithí", + "about.involved_website": "Cuairt a thabhairt ar Láithreán Gréasáin DocuElevate", + "about.legal_description": "Cuireann muid aire ar do phríobháideacht agus ar shlándáil do shonraí. Déan socruithe lenár:", + "about.legal_heading": "Príobháideacht & Dlí", + "about.legal_license": "Eolas ar Chead", + "about.legal_privacy": "Fógra Príobháideachta", + "about.page_title": "Maidir le DocuElevate", "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.story_p1": "ÁireamhánDocuElevate cruthaíodh le h-aidhm amháin i gcuimhne: chun bainistíocht doiciméad a shimplí agus a shruthlú do chách, cibé an bhfuil tú ag tosú le gnó beag nó le gníomhaireacht mhór.", + "about.story_p2": "Úsáidimid cumhacht na soláthraí AI inchoigeartaithe (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, agus níos mó) chun sonraí meiteashonra a bhaint agus téacs a fheabhsú, comhoibrímid go réidh le Dropbox, Nextcloud, agus Paperless NGX le haghaidh stóráil agus comhoibriú, leasaimid Azure Document Intelligence le haghaidh OCR, agus úsáidimid fiú Gotenberg chun comhoiriúnachtaí comhoibrithe comhad-go-PDF a dhéanamh.", + "api_tokens.col_created": "Cruthaithe", + "api_tokens.col_last_ip": "IP Deireanach", + "api_tokens.col_last_used": "Úsáid Deireanach", + "api_tokens.col_name": "Ainm", + "api_tokens.col_prefix": "Réamhtheachtaí Token", + "api_tokens.copy_to_clipboard": "Cóipigh an token go dtí an clíb", + "api_tokens.copy_upload_example": "Cóipigh sampla uaslódála go dtí an clíb", + "api_tokens.copy_warning_1": "Cóipigh an token seo anois — beidh sé", + "api_tokens.copy_warning_2": "ní bheidh taispeáint arís", + "api_tokens.create_heading": "Cruthaigh Token Nua", + "api_tokens.create_token": "Cruthaigh Token", + "api_tokens.creating": "Ag Cruthú…", + "api_tokens.heading": "Tokens API", + "api_tokens.intro": "Cruthaigh tokens API pearsanta chun dul i gcomhthéacs le API DocuElevate go clár. Úsáidtear tokens le haghaidh uaslódála webhook, pipelíní CI/CD, nó aon script a gcaithfidh ualach nó a fháil doiciméid.", + "api_tokens.loading_tokens": "Ag Lódáil tokens…", + "api_tokens.never": "Riamh", + "api_tokens.no_tokens_heading": "Níl aon tokens API ann go fóill", + "api_tokens.no_tokens_help": "Cruthaigh do chéad token thuas chun tús a chur.", + "api_tokens.page_title": "Tokens API – DocuElevate", + "api_tokens.revoke": "Cuir ar ceal", + "api_tokens.revoke_prefix": "Cuir token ar ceal", + "api_tokens.status_active": "Gníomhach", + "api_tokens.status_revoked": "Cur ar ceal", + "api_tokens.table_aria": "Tokens API", + "api_tokens.token_created": "Token cruthaithe go rathúil!", + "api_tokens.token_name_label": "Ainm token", + "api_tokens.token_name_placeholder": "m.sh. CI Pipeline, Uaslódáil Webhook, Mo Script", + "api_tokens.usage_heading": "Sampla Úsáide", + "api_tokens.usage_intro_post": "teideal le haon iarratas API:", + "api_tokens.usage_intro_pre": "Úsáid do token API sa", + "api_tokens.your_tokens": "Do Tokens", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", + "audit.col_resource": "Acmhainn", + "audit.col_timestamp": "Pointe Ama", + "audit.critical": "Tábhachtach", + "audit.filter_action": "Gníomh", + "audit.filter_all_actions": "Gach gníomh", + "audit.filter_all_users": "Gach úsáideoir", + "audit.filter_resource_placeholder": "m.sh. doiciméad, úsáideoir", + "audit.filter_resource_type": "Cineál Acmhainne", + "audit.filter_severity": "Ráta", + "audit.filter_user": "Úsáideoir", + "audit.filters_section_label": "Scagairí comhoibriú", + "audit.next": "Ar Aghaidh", + "audit.next_label": "Leathanach eile", + "audit.no_events": "Níl aon imeachtaí comhoibriú cláraithe go fóill.", + "audit.no_events_hint": "Gníomhartha tábhachtacha (logálachtaí, oibríochtaí doiciméada, athruithe socruithe) a thaispeánfar anseo.", + "audit.page_title": "Lógaí comhoibriú - DocuElevate", + "audit.pagination_label": "Leathanaigh loga comhoibriú", + "audit.prev": "Roimhe", + "audit.prev_label": "Leathanach roimhe", + "audit.refresh_label": "Athnuachan lóga comhoibriú", + "audit.siem_disabled_title": "Tá sé neamhghníomhach", + "audit.siem_enabled_title": "Tá na himeachtaí á n-aonrú chuig ", + "audit.siem_off": "SIEM: As", + "audit.subtitle": "Taifead comhoibríoch, dodhéanta, ar gach gníomh tábhachtach.", + "audit.table_label": "Imeachtaí loga comhoibriú", + "audit.title": "Lóga comhoibriú", + "auth.confirm_password": "Deimhnigh pasfhocal", + "auth.create_account": "Cruthaigh cuntas", + "auth.display_name_label": "Ainm Taispeána", + "auth.email_label": "Ríomhphost", + "auth.forgot_password": "An bhfaigh tú do phasfhocal?", + "auth.forgot_username": "An bhfaigh tú do ainm úsáideora?", + "auth.login": "Logáil Isteach", + "auth.login_title": "Logáil Isteach", + "auth.logo_alt": "Conradh DocuElevate", + "auth.logout": "Logáil Amach", + "auth.my_account": "Mo Chuntas", + "auth.no_account": "Níl cuntas agat?", + "auth.or_continue_with": "Nó lean ar aghaidh le", + "auth.password_label": "Pasfhocal", + "auth.profile": "Próifíl", + "auth.remember_me": "Cuimhnigh orm", + "auth.return_home": "Téigh ar ais go Baile", + "auth.sign_in": "Cláraigh", + "auth.sign_in_sso": "Cláraigh le SSO", + "auth.sign_in_with": "Déan síniú isteach le", + "auth.sign_in_with_username": "Déan síniú isteach le hainm úsáideora", + "auth.signup": "Cláraigh", + "auth.signup_title": "Cláraigh", + "auth.username_label": "Ainm úsáideora", + "auth.username_or_email": "Ainm úsáideora nó Ríomhphost", + "auth.verify_email_back_sign_in": "Ar ais chun síniú isteach", + "auth.verify_email_expiry": "Téann an nasc as dáta i 24 uair. Má tá an ríomhphost in easnamh, seiceáil do chomhoibriú spam.", + "auth.verify_email_heading": "Seiceáil do bhosca isteach", + "auth.verify_email_message": "Tá ríomhphost dóiteacha curtha chugat againn. Le do thoil cliceáil ar an nasc sa ríomhphost chun do chuntas a gníomhachtú.", + "auth.verify_email_page_title": "DocuElevate - Deimhnigh do Ríomhphost", + "auth.verify_email_resend_aria_label": "Seoladh ríomhphoist le haghaidh a athsheoladh", + "auth.verify_email_resend_button": "Athsheoladh ríomhphost dearbhaithe", + "auth.verify_email_resend_label": "Seoladh ríomhphoist", + "auth.verify_email_resend_placeholder": "Cuir isteach do sheoladh ríomhphoist", + "auth.verify_email_resend_prompt": "Níl sé faighte?", + "backup.archives_heading": "Cartlanna Tacaíochta", + "backup.backup_now": "Tacaigh Anois", + "backup.clean_up": "Glan suas", + "backup.cleanup_title": "Rith glanadh ar choinneáil anois", + "backup.col_created": "Cruthaithe", + "backup.col_filename": "Ainm comhoibrithe", + "backup.col_size": "Méid", + "backup.col_storage": "Stóráil", + "backup.col_type": "Cineál", + "backup.config_auto_backup": "Tacaíocht uathoibríoch", + "backup.config_remote_dest": "Ionad iargúlta", + "backup.config_retention": "Coinneáil", + "backup.config_total_size": "Méid áitiúil iomlán", + "backup.confirm_btn": "Deimhnigh", + "backup.confirm_title": "Deimhnaigh gníomh", + "backup.heading": "Bainistíocht Tacaíochta", + "backup.local_only": "Áitiúil amháin", + "backup.no_backups": "Níl aon tacaíochtaí ann go fóill.", + "backup.no_backups_hint": "Cliceáil Tacaigh Anois chun d'ardaigh tacaíochta a chruthú.", + "backup.page_title": "Bainistíocht Tacaíochta", + "backup.records_label": "taifid", + "backup.restore_btn": "Athchóiriú", + "backup.restore_desc_mid": "cartlann tacaíochta le haghaidh athchóiriú ar an gconradh.", + "backup.restore_desc_pre": "Uaslódáil a", + "backup.restore_desc_warning": "Scriosfaidh sé seo gach data atá ann faoi láthair.", + "backup.restore_file_label": "Cartlann cúltaca (.db.gz)", + "backup.restore_heading": "Athchóiriú ó Bluet", + "backup.restoring": "Ag athchóiriú\b5", + "backup.retention_daily_detail": "\u00020 - coimeádta ar feadh 3 seachtaine", + "backup.retention_heading": "Polasaí coimeáda", + "backup.retention_hourly_detail": "\u00020 - coimeádta ar feadh 4 lá", + "backup.retention_note": "Téitear cúltacaí níos faide ná na teorainneacha seo go huathoibríoch tar éis gach cúltaca nua a chruthú.", + "backup.retention_weekly_detail": "\u00020 - coimeádta ar feadh ~3 míonna", + "backup.snapshots": "pictiúir ghréasáin", + "backup.status_ok": "réidh", + "backup.storage_local": "locale", + "backup.subtitle": "Cruthaítear cúltacaí bunachaire go huathoibríoch: uaireanta (4 lá), laethúil (3 seachtaine), seachtainiúil (13 seachtain).", + "backup.table_aria": "Cartlanna cúltaca", + "backup.trigger_daily": "Cúltaca Anois (Laethúil)", + "backup.trigger_hourly": "Cúltaca Anois (Uaireanta)", + "backup.trigger_weekly": "Cúltaca Anois (Seachtainiúil)", + "backup.type_daily": "Laethúil", + "backup.type_hourly": "Uaireanta", + "backup.type_weekly": "Seachtainiúil", + "billing.go_to_dashboard": "Téigh chuig an dashboard", + "billing.manage_subscription": "Bainistigh síntiús", + "billing.success_heading": "Cuir do chás ar siúl!", + "billing.success_message": "Tá d’ínmheán róthóibhireachta curtha ar siúl. Go raibh maith agat as do rogha a dhéanamh ar DocuElevate!", + "billing.success_page_title": "DocuElevate - Síntiús gníomhachtaithe", + "common.actions": "Gníomhartha", + "common.active": "Gníomhach", + "common.all": "Gach", + "common.avatar": "Avatar", + "common.back": "Ar ais", + "common.cancel": "Ceal", + "common.close": "Dún", + "common.col_pending": "Ag fanacht", + "common.completed": "Críochnaithe", + "common.confirm": "Deimhniú", + "common.copied": "D’choscar!", + "common.copy": "Cóipeáil", + "common.create": "Cruthaigh", + "common.created": "Cruthaíodh", + "common.date": "Dáta", + "common.delete": "Scrios", + "common.description": "Cur síos", + "common.details": "Sonraí", + "common.disabled": "Díghníomhachtaigh", + "common.download": "Íoslódáil", + "common.duplicate": "Dupléasc", + "common.edit": "Eagar", + "common.enabled": "Gníomhachtaigh", + "common.error": "Earráid", + "common.failed": "Teip", + "common.filter": "Scagadh", + "common.inactive": "Neamhghníomhach", + "common.info": "Eolas", + "common.loading": "Ag luchtú...", + "common.name": "Ainm", + "common.next": "Ar aghaidh", + "common.next_page": "Leathanach eile", + "common.no": "Níl", "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", + "common.page": "Leathanach", + "common.paused": "Fuair pause", + "common.pending": "Fágtha", + "common.prev_page": "Leathanach roimhe", + "common.previous": "Roimhe", + "common.processing": "Ag próiseáil", + "common.refresh": "Athnuachan", + "common.reset": "Athshocrú", + "common.retry": "Athmhuintear", + "common.save": "Sábháil", + "common.search": "Cuardach", + "common.select": "Roghnaigh", + "common.select_placeholder": "— roghnaigh —", + "common.size": "Méid", + "common.status": "Stádas", + "common.submit": "Cuir isteach", + "common.success": "Rath", + "common.tags": "Clibeanna", + "common.test": "Tástáil", + "common.test_connection": "Tástáil Conneachtaí", + "common.type": "Cineál", + "common.update": "Nuashonraigh", + "common.updated": "Nuashonraithe", + "common.upload": "Uaslódáil", + "common.view": "Léigh", + "common.warning": "Rabhadh", + "common.yes": "Sí", + "cookie.accept": "Tuigim é", + "cookie.learn_more": "Foghlaim tuilleadh", + "cookie.message": "Úsáideann an suíomh gréasáin seo fianáin chun do thaithí a fheabhsú.", + "cookie.notice": "Úsáideann DocuElevate ach na fianáin seisiún riachtanacha a theastaíonn le haghaidh bailíochtaithe agus oibríochtaí seirbhísí. Ní úsáidtear fianáin rianaithe nó anailíse.", + "cookie.notice_label": "Fógra fianáin", + "cookie.policy_link": "Polasaí Fianán", + "cookie.privacy_link": "Fógra Príobháideachta", + "credentials.col_action": "Gníomh", + "credentials.col_credential": "Creidiúnas", + "credentials.col_source": "Foinsí", "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "credentials.edit_in_settings": "Cuir in eagar i gCruthanna", + "credentials.legend_db": "Luach a stóráiltear san fheidhmchláir (cryptaithe ag breathnú ar an suíomh; luíonn le heilimint comhshaoil)", + "credentials.legend_env_after": " comhad", + "credentials.legend_env_before": "Luach ó eilimint comhshaoil nó ", + "credentials.legend_missing": "Creidiúnas neamhshocraithe — ní oibreoidh an t-integratóir", + "credentials.legend_restart": "Teastaíonn athtús nuair a iompraítear an creidiúnas seo", + "credentials.legend_title": "Legind", + "credentials.manage_settings": "Bainistigh na Cruthanna", + "credentials.not_configured": "Neamhshocraithe", + "credentials.page_title": "Measúnacht Creidiúnas - DocuElevate", + "credentials.raw_json": "JSON raw (API)", + "credentials.restart_title": "Teastaíonn athtús tar éis an creidiúnas seo a iompraíonn", + "credentials.source_db_title": "Sábháilte san fheidhmchláir (cryptaithe)", + "credentials.source_env_title": "Ó eilimint comhshaoil", + "credentials.status_missing": "Neamhní", + "credentials.subtitle": "Forbhreathnú ar na creidiúnas íogaire go léir a úsáidtear ag DocuElevate. Ní bronnfar aon luachanna rúnda anseo — ach an bhfuil gach creidiúnas socraithe agus cá as a dtagann sé.", + "credentials.table_for": "Creidiúnas do", + "credentials.title": "Measúnacht Creidiúnas", + "credentials.total_credentials": "Iomlán Creidiúnas", + "dashboard.active_integrations": "Integrtaí gníomhacha", + "dashboard.files_this_month": "Comhoibriúnna an Mhí seo", + "dashboard.files_today": "Comhoibriúnna Inniu", + "dashboard.ocr_processed": "OCR Próiseáilte", + "dashboard.quick_actions": "Gníomhartha Tapa", + "dashboard.recent_activity": "Gníomhaíocht Leanúnach", + "dashboard.storage_targets": "Spriocanna Stórála", + "dashboard.title": "Painéal Rialaithe", + "dashboard.total_files": "Comhoibriúnna Iomlán", + "dashboard.welcome": "Fáilte chuig DocuElevate", + "duplicates.file_id_label": "Aitheantas Comhoibrithe", + "duplicates.file_id_placeholder": "m.sh. 42", + "duplicates.find_btn": "Faigh", + "duplicates.found_files": "comhoibrithe comhoibrithe ar fad.", + "duplicates.found_groups": "grúpaí comhoibrithe leis", + "duplicates.found_prefix": "Fuarthas", + "duplicates.group_aria": "Grúpa comhoibrithe", + "duplicates.heading": "Doiciméid Chomhoibrithe", + "duplicates.how_it_works_heading": "Conas a oibríonn na comhoibrithe gar", + "duplicates.max_results_label": "Torthaí uasta", + "duplicates.near_dup_desc": "Roghnaigh doiciméad le seiceáil an bhfuil aon comhoibrithe eile ann a choinníonn an méid céanna (nó an-chosúil) ábhar — fiú má bhí siad scagtha ag tréimhsí éagsúla agus tá hashanna SHA-256 éagsúla acu.", + "duplicates.near_dup_heading": "Faigh Comhoibrithe Gar le haghaidh Doiciméad", + "duplicates.no_exact_heading": "Níl aon chomhoibrithe cruinne le fáil", + "duplicates.page_title": "Doiciméid Chomhoibrithe - DocuElevate", + "duplicates.pagination_aria": "Paginating", + "duplicates.role_duplicate": "Comhoibre", + "duplicates.role_original": "Bunchóip", + "duplicates.tab_exact": "Comhoibrithe Cruinne", + "duplicates.tab_near": "Conradh Comhoibrithe Gar", + "duplicates.tabs_aria": "Cluichí comhoibrithe comhoibrithe", + "duplicates.threshold_label": "Téarma comhoibrithe", + "duplicates.view_dup_aria": "Léigh an comhoibre", + "duplicates.view_original_aria": "Léigh an bunchóip", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Oops, níor éirigh linn an leathanach sin a fháil!", + "error.404_home": "Tar ar ais go Baile", + "error.404_message": "Is cosúil go bhfuil DocuElevate tar éis an doiciméad a bhí á lorg agat a chur mícheart. Ná bíodh imní ort – táimid ar do shon.", + "error.404_title": "404 - Níl Dúchas", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Taispeáin Faisnéis Debug", + "error.500_description": "Bhí réamhchúraimí ag ár nfreastalaithe agus teastaíonn nóiméad uathu.", + "error.500_heading": "Oops! D'éirigh mícheart.", + "error.500_home": "Téigh Abhaile", + "error.500_img_alt": "Litríocht de earráid freastalaí", + "error.500_message1": "Bhí réamhchúraimí ag ár nfreastalaithe agus teastaíonn nóiméad uathu. B'fhéidir go raibh na hamstaraí ag spionnaigh a gcuid caife?", + "error.500_message2": "Táimid cheana féin ar an ábhar—ag comhoibriú na comhoibrithe, ag atosú na freastalaithe, agus ag recalibrate na solas flux.", + "error.500_title": "Earráid freastalaí - DocuElevate", + "error.forbidden": "Toirmiscthe", + "error.forbidden_message": "Níl cead agat chun rochtain a fháil ar an leathanach seo.", + "error.not_found": "Níor aimsíodh an leathanach", + "error.not_found_message": "Níl an leathanach atá á lorg agat ann.", + "error.server_error": "Earráid Seachadta Intíre", + "error.server_error_message": "Tharla rud éigin mícheart. Bain triail as arís níos déanaí.", + "error.unauthorized": "Neamhdhíonta", + "error.unauthorized_message": "Teastaíonn duit logáil isteach chun rochtain a fháil ar an leathanach seo.", + "files.action_delete": "Scrios comhad", + "files.action_details": "Taispeáin sonraí", + "files.action_preview": "Réamhamharc tapa", + "files.bulk_clear_selection": "Glan Roghanna", + "files.bulk_cloud_ocr": "Ath-chur i gcuimhne Cloud OCR", + "files.bulk_delete": "Scrios Roghnaithe", + "files.bulk_download": "Íoslódáil mar ZIP", + "files.bulk_reprocess": "Athphróiseáil Roghnaithe", + "files.delete_modal_cancel": "Cealaigh", + "files.delete_modal_confirm": "Scrios", + "files.delete_modal_message": "An bhfuil tú cinnte go bhfuil tú ag iarraidh an comhad seo a scrios?", + "files.delete_modal_title": "Deimhnigh Scriosadh", + "files.document_title": "Teideal Doiciméid", + "files.drop_overlay_hint": "Tacaíonn le PDF, doiciméid Oifige, íomhánna, HTML, Markdown, agus níos mó – déantar comhoibrithe go hiondúil", + "files.drop_overlay_title": "Tug na comhoibrithe nó na fillteáin anseo chun iad a uaslódáil", + "files.error_hint": "D’fhéadfadh sé seo a bheith mar thoradh ar fhadhb comhoiriúnachta nó allamuigh. Seiceáil laighean an fhreastalaí le do thoil.", + "files.file_size": "Méid comhaid", + "files.filename": "Ainm comhad", + "files.files_selected": "comhoibrithe roghnaithe", + "files.filter_all_providers": "Gach Soláthraí", + "files.filter_all_statuses": "Gach Stádas", + "files.filter_all_types": "Gach Cineál", + "files.filter_apply": "Cuir Feiltres i bhfeidhm", + "files.filter_clear": "Glan", + "files.filter_date_from": "Dáta Ó", + "files.filter_date_from_aria": "Scag ó dhát", + "files.filter_date_to": "Dáta Chuig", + "files.filter_date_to_aria": "Scag go dáta", + "files.filter_form_aria": "Scag comhoibrithe", + "files.filter_mime_type": "Cineál MIME", + "files.filter_ocr_all": "Gach Comhad", + "files.filter_ocr_good": "Cáilíocht mhaith", + "files.filter_ocr_poor": "Cáilíocht bhocht", + "files.filter_ocr_quality": "Cáilíocht OCR", + "files.filter_ocr_quality_aria": "Scag ó cáilíocht scór OCR", + "files.filter_ocr_unchecked": "Níl measúnaithe fós", + "files.filter_search_label": "Cuardaigh Ainm comhad", + "files.filter_search_placeholder": "Cuir isteach ainm comhad...", + "files.filter_storage_provider": "Soláthraí stórála", + "files.filter_tags_aria": "Scag trí ghnéithe (roghnó séasúrta)", + "files.filter_tags_placeholder": "e.g. faidh, amazon", + "files.fulltext_search_label": "Cuardach Iomlán-Teachtaire (teanga OCR, meiteashonraí, gnéithe)", + "files.fulltext_search_placeholder": "Cuardaigh ábhar doiciméid, seoltóir, gnéithe, cineál...", + "files.no_files": "Níl aon chomhoibrithe le fáil", + "files.ocr_status": "Stádas OCR", + "files.page_title": "Taifid comhad", + "files.pagination_files": "comhoibrithe", + "files.pagination_first": "Ar dtús", + "files.pagination_last": "Deireanach", + "files.pagination_nav_aria": "Conradh leathanach liosta comhoibrithe", + "files.pagination_next": "Ar Aghaidh", + "files.pagination_of": "de", + "files.pagination_previous": "Roimhe seo", + "files.pagination_showing": "Ag Taispeáint", + "files.preview_modal_close": "Dún réamhamharc", + "files.preview_modal_title": "Réamhamharc", + "files.queue_banner_items": "rud(í) atá ar fáil nó i bpróiseas. Tiocfaidh comhoibrithe anseo nuair a chríochnaíonn an próiseas.", + "files.queue_banner_link": "Féach ar an gCrios", + "files.saved_searches_empty": "Níl aon chuardach sábháilte go fóill", + "files.saved_searches_error": "Níorbh fhéidir na cuardaigh shábhála a luchtú", + "files.saved_searches_label": "Cuardaigh Shábhála", + "files.saved_searches_save": "Sábháil Reatha", + "files.saved_searches_save_aria": "Sábháil na scagairí reatha mar chuardach shábháilte", + "files.search_results_empty": "Níl aon toradh le fáil.", + "files.search_results_title": "Torthaí Cuardaigh", + "files.status_duplicate": "Duplach", + "files.table_actions": "Gníomhartha", + "files.table_aria": "Taifid comhad", + "files.table_created_at": "Cruthaithe Ag", + "files.table_empty": "Níl aon chomhoibrithe le fáil", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.table_mime_type": "Cineál MIME", + "files.table_original_filename": "Ainm comhad bunaidh", + "files.table_select_all": "Roghnaigh gach comhad ar an leathanach seo", + "files.tags": "Clibeanna", + "files.title": "Comhoibrithe", + "files.upload_modal_aria": "Céim an uaslódála", + "files.upload_modal_close": "Dún céim an uaslódála", + "files.upload_modal_header": "Ag Uaslódáil Comhoibrithe", + "files.uploaded": "Uaslódálta", + "footer.about": "Féachaint ar", + "footer.attribution": "Déanamh referência", + "footer.attributions": "Déanamh referência", + "footer.cookies": "Fianáin", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Sólás", + "footer.license": "Ceadúnas", + "footer.navigation": "Navigaíocht íochtair", + "footer.privacy": "Príobháideacht", + "footer.terms": "Téarmaí", + "footer.version": "Leagan {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "Ceangailte le OAuth. Téann comhoibrithe chuig do chuid fillteán roghnaithe.", + "help.destinations_email": "Seoladh Ríomhphoist", + "help.destinations_email_desc": "Comhoibrithe próiseáilte mar greamáin SMTP a sheoladh.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Cuntas seirbhíse nó OAuth. Tacaíonn sé le tiomantaí roinnt.", + "help.destinations_heading": "Díona \u0010 - Cá dtéann Doiciméid", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Stóráil neamhspleách néata trí WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Comhoiriúnacht le Microsoft Graph API.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Socrú doiciméad go díreach isteach i Paperless le hiarchóireacht.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Aon bhuc léas S3-aoibhinn (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Díol comhoibrithe shlán chuig aon fhreastalaí.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST meiteashonraí chuig aon pointe foircinn.", + "help.documentation": "Doiciméadú", + "help.faq": "Ceisteanna Coitianta", + "help.faq_1_a": "Gabhaigh chuig leathanach uaslódála, tarraing suas agus titeann do chomhoibrithe nó cliceáil Roghnaigh Comhoibriú. Convertaíonn DocuElevate íomhánna agus doiciméid oifige go PDF, déanann sé OCR, agus extractaíonn sé meiteashonraí go huathoibríoch.", + "help.faq_1_q": "Conas a uaslódálfaidh mé doiciméid?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, agus HTML. Convertear comhoibrithe nach PDF go PDF go huathoibriúil sula ndéantar próiseáil orthu.", + "help.faq_2_q": "Cad iad na formáidí comhoibrithe atá tacaíochta?", + "help.faq_3_a": "Sea. Téigh chuig Glacadh Ríomhphoist, cuir cuntas IMAP leis, agus déanfaidh DocuElevate polladh ar theachtaireachtaí nua agus déanfadh sé comhoibrithe a phróiseáil go huathoibríoch.", + "help.faq_3_q": "An féidir liom doiciméid a ghlacadh ó ríomhphost?", + "help.faq_4_a": "Léithéidí Oibre a ligeann duit céim próiseála a shlabhraigh – OCR, extraction AI, comhoiriúnú formáid – agus an toradh a chur chun cinn chuig ceann amháin nó níos mó conairí. Cruthaigh agus bainistigh iad ón leathanach Léithéidí Oibre.", + "help.faq_4_q": "Conas a oibríonn léithéidí próiseála?", + "help.faq_5_a": "Déanann DocuElevate cruthúnas a ghrúpa ar chreidiúnachtaí mar gheall ar an mbóthar, cumarsáidíonn sé tríd an TLS, agus ní shocraítear do doiciméid níos faide ná mar is gá. Féach ar an Nótaí Príobháideachta le haghaidh gach sonra.", + "help.faq_5_a_post": " chun sonraí iomlána a fháil.", + "help.faq_5_a_pre": "Nuair a bhíonn doiciméid ag DocuElevate, tá creidiúnachtaí faoi chosaint, cumarsáid á dhéanamh trí TLS, agus ní choinnímid do doiciméid níos faide ná mar is gá. Féach ar an ", + "help.faq_5_q": "An bhfuil mo shonraí sábháilte?", + "help.faq_heading": "Ceisteanna Coitianta", + "help.getting_started": "Ag Tús", + "help.heading": "Ionad Cabhair", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Úsáid an REST API chun doiciméid a push go gclár. Déan dearbhú le token Bearer agus POST comhoibrithe chuig an pointe ardaithe.", + "help.ingestion_heading": "Uirlisí Iontrála Sonraí", + "help.ingestion_mobile": "Aipeanna Soghluaiste", + "help.ingestion_mobile_desc": "Úsáid aon aipeanna scanadh soghluaiste a thacaíonn le críochfoirt ualaigh HTTP saincheaptha chun grianghraif agus scans a sheoladh chuig DocuElevate ón do guthán nó gléas táibléid.", + "help.ingestion_scanners": "Scannáin Líonra", + "help.ingestion_scanners_desc": "Tóg aon scanóir líonra nó printer ilfheidhmeach chuig pointe ardaithe DocuElevate. Taistealóidh doiciméid a scanadh go díreach isteach i do chluais phróiseála.", + "help.ingestion_watched_folders": "Fóilíní Breathnaithe", + "help.ingestion_watched_folders_desc": "Conas fóilín áitiúil nó líonra a leagan amach chun breathnú air. Aon chomhoibriú a chuireann tú isteach i bhfóilín breathnaithe a uaslódálfaidh agus a bpróiseofar go huathoibríoch ag DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Déan", + "help.ingestion_zapier_desc": "Comhoibriú DocuElevate isteach i do shruthanna uathoibriúcháin le Zapier, n8n, nó Déan. Úsáid gníomhaíochtaí an REST API chun uaslódáil doiciméid a ghníomhachtú ó aon imeacht.", + "help.meta_description": "Faigh cúnamh le DocuElevate – faigh treoracha ar doiciméid a uaslódáil, stóráil néata, píblíne a leagan amach, agus níos mó.", + "help.og_description": "Faigh cúnamh le DocuElevate – faigh treoracha ar doiciméid a uaslódáil, stóráil néata, píblíne a leagan amach, agus níos mó.", + "help.page_title": "Ionad Cabhair", + "help.privacy_notice": "Nótaí Príobháideachta", + "help.quickstart_heading": "Tús Tapúla", + "help.quickstart_storage": "Nascadh Stórais", + "help.quickstart_storage_desc": "Téigh chuig Socruithe agus nascut é do chuntais scamall. Déantar doiciméid a phróiseáil a chur ar fáil go huathoibríoch chuig gach conair a shocraíonn tú.", + "help.quickstart_storage_desc_full": "Téigh chuig Comhoibrithe agus ceangail do chuntais stórála néata. Tacaíonn DocuElevate le Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, agus níos mó. Déantar doiciméid a phróiseáil go huathoibríoch chuig gach ceann scríbe a leagann tú amach.", + "help.quickstart_upload": "Uaslódáil Doiciméid", + "help.quickstart_upload_desc": "Tarraing & tite na comhoibrithe ar an leathanach Uaslódála nó cliceáil Roghnaigh Comhoibriú. Convertear DocuElevate íomhánna agus doiciméid oifige go PDF, reáchtáil OCR, agus extract méadtra go huathoibríoch.", + "help.quickstart_workflows": "Uathoibriú Léithéidí Oibre", + "help.quickstart_workflows_desc": "Cruthaigh Léithéidí Oibre chun rialacha próiseála agus faireachta a shainmhíniú. Comhoibrigh OCR, extraction AI, comhoiriúnú formáid, agus seachadadh i sruth amháin.", + "help.sources_email_ingestion": "Glacadh Ríomhphoist (IMAP)", + "help.sources_email_ingestion_desc": "Cuir doiciméid chuig bosca poist sonraithe. Faoi Ghlacadh Ríomhphoist, cuir cuntas nó cuntais IMAP le chéile. Déanann DocuElevate polladh ar theachtaireachtaí nua agus déanfadh sé comhoibrithe a phróiseáil go huathoibríoch.", + "help.sources_heading": "Foinsí – Ag Baint Doiciméid", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "help.sources_rest_api_desc": "Comhoibrigh go cláraithe trí comhoibrithe POST a chur chuig /api/upload. Oiriúnach do scéalta, comhoibrithe faireachta, scagairí, nó uirlisí tríú páirtí cosúil le Zapier agus n8n.", + "help.sources_scanner": "Scagair & Soghluaiste", + "help.sources_scanner_desc": "Comhoibrigh scagairí líonra le pointe uaslódála DocuElevate nó úsáid aon aip scanála soghluaiste a thacaíonn le conairí HTTP saincheaptha.", + "help.sources_scanner_desc_full": "Conas d’fheithic choscair nó printer ilfheidhmeach a leagan amach chun scans a sheoladh go díreach chuig DocuElevate. Úsáid an /api/upload pointe mar an críoch. Tacaítear aipeanna scanadh soghluaiste le críochfoirt ualaigh saincheaptha freisin.", + "help.sources_web_upload": "Uaslódáil Gréasáin", + "help.sources_web_upload_desc": "An bealach is gasta chun tús a chur. Oscail an leathanach Uaslódála, titeann comhoibrithe amháin nó níos mó, agus déanfaidh DocuElevate an chuid eile. Áirítear ar na formáidí tacaíochta PDF, JPEG, PNG, TIFF, DOCX, XLSX, agus níos mó.", + "help.subheading": "Gach rud a theastaíonn uait chun an t-úsáid is fearr a bhaint as DocuElevate. Brabhsáil téamaí thíos nó cuardach a dhéanamh ar a teastaíonn uait.", + "help.support": "Tacaíocht", + "help.support_admin_message": "Contactaigh do riarthóir le haghaidh faisnéise tacaíochta.", + "help.support_description": "Níl tú á fháil céard atá á lorg agat? Tá ár bhfoireann tacaíochta anseo le cabhrú.", + "help.support_heading": "Teagmháil le Tacaíocht", + "help.support_live_chat": "Comhrá Beo ar fáil – cliceáil ar an mballa comhoibrithe chun comhrá a thosú.", + "help.support_ticket_button": "Seol Ticéad", + "help.support_ticket_desc": "Líon isteach an foirm thíos agus beidh ár gconradh tacaíochta i dteagmháil leat a luaithe is féidir.", + "help.support_ticket_heading": "Oscail Ticéad Tacaíochta", + "help.title": "Ionad Cabhair", + "help.workflows_creating": "Ag Cruthú Léithéidí Oibre", + "help.workflows_definition": "Is é Léithéid oibre sraith de chéimeanna próiseála a rith go huathoibríoch nuair a ghlactar le doiciméad. Is féidir le gach céim aistriú, saibhriú, nó treorachadh ar an doiciméad.", + "help.workflows_heading": "Léithéidí Oibre & Léithéidí", + "help.workflows_step_1": "Concas chun PDF", + "help.workflows_step_1_create": "Téigh go dtí na Píblínte sa mhéinseomra.", + "help.workflows_step_1_full": "Converto go PDF – tá gach comhoibriú atá ag teacht in eagar go comhoiriúnach le formáid PDF.", + "help.workflows_step_2": "OCR – bain téacs", + "help.workflows_step_2_create": "Cliceáil ar Píblín Nua agus tabhair ainm dó.", + "help.workflows_step_2_full": "OCR – extract téacs selectable ó leathanáin a scanadh ag baint úsáide as Áis Intleachta Doiciméad Azure nó an inneall tógtha.", + "help.workflows_step_3": "Conas íomhánna a bhaint as AI", + "help.workflows_step_3_create": "Cuir leis na céimeanna próiseála a theastaíonn uait.", + "help.workflows_step_3_full": "Torthúil gníomhachtaithe AI – comhoiriúnacht cineál doiciméid agus tarraingíonn sé laigeanna mar airíonna, dátaí, agus ainmneacha ag baint úsáide as OpenAI.", + "help.workflows_step_4": "Seachadadh chuig áit amháin nó níos mó", + "help.workflows_step_4_create": "Roghnaigh áit amháin nó níos mó le haghaidh seachadta.", + "help.workflows_step_5_create": "Sábháil – déantar na doiciméid nua a phróiseáil trína píblín go huathoibríoch.", + "help.workflows_typical_steps": "Céimeanna Tipiciúla", + "help.workflows_what_is": "Cad é Píblín?", + "index.badge_intelligent": "Próiseáil Doiciméad Intleachtúil", + "index.button_browse_files": "Brabhsáil Doiciméid", + "index.button_upload": "Uaslódáil", + "index.capabilities_cloud": "Stórais gaoithe: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Blagáil doiciméad bunaithe ar Ríomhphost & URL", + "index.capabilities_ocr": "OCR & bainistíocht mholtaí le AI", + "index.capabilities_paperless": "Comhoiriúnacht Paperless-ngx le haghaidh bainistíochta doiciméad", + "index.capabilities_title": "Cumas", + "index.capabilities_workflows": "Trealamh aicme & gnáthaimh ronnadh uathoibríoch", + "index.cta_description": "Cuir tús le foirne atá cheana féin ag uathoibriú a mbearta doiciméid le DocuElevate.", + "index.cta_heading": "Réidh chun do shruth doiciméad a ardú?", + "index.cta_pricing": "Féach ar na praghsanna", + "index.cta_signup": "Cruthaigh cuntas saor in aisce", + "index.dashboard_subtitle": "Próiseáil & bainistíocht doiciméad intleachtúil", + "index.dashboard_subtitle_teams": "Próiseáil & bainistíocht doiciméad intleachtúil — déanta do ghrúpaí", + "index.feature_ai": "Bainistíocht Mhoill AI", + "index.feature_ai_desc": "Classifies doiciméid a sholáthraíonn OpenAI, Claude, Gemini, agus soláthraithe AI eile agus tógann laigeanna ríthábhachtach cosúil le dátaí, méideanna agus ábhair.", + "index.feature_cloud": "Stóráil Il-Gaoithe", + "index.feature_cloud_desc": "Conas na comhoibrithe comhoibríocha a dhíriú chuig Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, agus go leor eile.", + "index.feature_email": "Blagáil Ríomhphost & IMAP", + "index.feature_email_desc": "Tóg doiciméid go huathoibríoch ón Gmail nó ó aon bhosca IMAP — nach bhfuil ualach lámhdheimhneach ag teastáil.", + "index.feature_ocr": "OCR & Bainistíocht Téacs", + "index.feature_ocr_desc": "Converts PDFanna scanáilte agus íomhánna go téacs atá inchurtha le cuardaigh go huathoibríoch.", + "index.feature_pipelines": "Píblín Pearsanta", + "index.feature_pipelines_desc": "Tóg píblínte próiseála le céimeanna in-athshocraithe — OCR, bailiúchán AI, comhoiriúnú formáid, agus díriú stórála in aon ord.", + "index.feature_search": "Cuardach Liofa-Téacs", + "index.feature_search_desc": "Faigh aon doiciméad ar an toirt trí ábhar, mholtaí, nó gneithe tríd do cartlann iomlán.", + "index.feature_section_title": "Gach rud a theastaíonn uait do shruthanna doiciméad cliste", + "index.getting_started": "Ag Tús", + "index.getting_started_1": "Configeáil comhtháthachtaí trí Stádas an Chórais", + "index.getting_started_2": "Uaslódáil do chéad doiciméad", + "index.getting_started_3": "Léigh torthaí i gComhoibriú", + "index.getting_started_learn": "Foghlaim níos mó faoi DocuElevate", + "index.hero_description": "Glanann DocuElevate do doiciméadaí, reáchtálann OCR, greamaíonn meiteashonraí le hAI, agus cuireann comhoibrithe chuig Dropbox, Google Drive, OneDrive, S3, Nextcloud, agus níos mó — go léir i bpípline neamh-shláinte.", + "index.hero_heading": "Ó uaslódáil go léargas — go huathoibríoch.", + "index.hero_login": "Logáil Isteach", + "index.hero_pricing": "Féach ar Pleananna & Praghsanna", + "index.hero_signup": "Tús a chur — tá sé saor in aisce", + "index.integrations_active": "Comhtháthachtaí gníomhacha", + "index.integrations_storage": "Spriocanna stórála", + "index.integrations_title": "Comhtháthachtaí", + "index.integrations_view_status": "Féach ar stádas an chórais", + "index.page_title_dashboard": "Painéal", + "index.page_title_public": "Próiseáil Doiciméadaí Intleachtúil", + "index.platform_overview": "Forbhreathnú ar an ardán", + "index.processing_stats": "Staitisticí próiseála", + "index.quick_actions": "Gníomhartha Tapa", + "index.quick_documents": "Mo Doiciméid", + "index.quick_documents_desc": "Brabhsáil do comhoibrithe próiseáilte", + "index.quick_search": "Cuardaigh", + "index.quick_search_desc": "Cuardach téacs iomlán ar fud doiciméad", + "index.quick_subscription": "Mo Suirbhé", + "index.quick_subscription_desc": "Féach ar shonraí plean & úsáide", + "index.quick_system_status": "Stádas an Chórais", + "index.quick_system_status_desc": "Seiceáil sláinte comhtháthachta", + "index.quick_upload": "Uaslódáil Doiciméad", + "index.quick_upload_desc": "Próiseáil comhoibrithe nua", + "index.quick_view_files": "Féach ar Gach Comhoibriú", + "index.quick_view_files_desc": "Brabhsáil doiciméid próiseáilte", + "index.single_user_heading": "Painéal DocuElevate", + "index.single_user_subtitle": "Próiseáil & bainistíocht doiciméad intleachtúil", + "index.stat_active_integrations": "Comhtháthachtaí gníomhacha", + "index.stat_active_users": "Úsáideoirí gníomhacha", + "index.stat_files_month": "Comhoibrithe an mhí seo", + "index.stat_files_ocr": "Comhoibriúnna le OCR", + "index.stat_files_today": "Comhoibrithe inniu", + "index.stat_storage_targets": "Spriocanna Stórála", + "index.stat_this_month": "An mhí seo", + "index.stat_today": "Inniu", + "index.stat_total_files": "Comhoibrithe iomlána", + "index.stat_total_processed": "Iomlán próiseáilte", + "index.tier_plan": "Plean", + "index.tier_upgrade": "Nuashonraigh", + "index.tier_view_details": "Féach ar shonraí iomlána", + "index.upgrade_daily_limits": "Líonraí laethúla agus míosúla níos airde", + "index.upgrade_description": "Cuir níos mó doiciméid, níos mó aidhm agus tacaíocht tosaíochta i gcrích.", + "index.upgrade_destinations": "Níos mó laonna stórála", + "index.upgrade_ocr_pages": "Níos mó leathanach OCR", + "index.upgrade_plan": "Cuir do phlean in airde", + "index.upgrade_view_pricing": "Féach pleananna agus praghsanna", + "index.usage_lifetime": "Comhoibriú ar feadh an tsaoil", + "index.usage_month": "Comhoibriú an mhí seo", + "index.usage_my_usage": "Mo chaiteachas", + "index.usage_today": "Comhoibriú inniu", + "index.usage_unlimited": "Neamhtheoranta", + "integrations.access_key_label": "ID Eochrach Rochtana", + "integrations.active_label": "Gníomhach", + "integrations.add_button": "Cuir Leis an tInneacht", + "integrations.add_first_button": "Cuir le do chéad inneacht", + "integrations.api_token_label": "Token API", + "integrations.authorize_btn": "Ceadaigh", + "integrations.authorize_reauth": "Athcheadaigh", + "integrations.bucket_label": "Buc", + "integrations.configure": "Confighuraigh", + "integrations.connect": "Conneachta", + "integrations.connected": "Ceangailte", + "integrations.connection_failed": "Thit an connecadh", + "integrations.connection_success": "Rinneadh connecadh go rathúil", + "integrations.delete_confirm_are_you_sure": "An bhfuil tú cinnte gur mhaith leat a scriosadh", + "integrations.delete_confirm_title": "Scrios Inneacht?", + "integrations.delete_confirm_undone": "Ní féidir an gníomh seo a chur ar ais.", + "integrations.delete_emails_label": "Scrios ríomhphoist tar éis phróiseála", + "integrations.delete_files_label": "Scrios comhad tar éis phróiseála", + "integrations.destinations_quota_label": "Suíomhanna Stórála:", + "integrations.destinations_section": "Suíomhanna", + "integrations.direction_destination": "Suíomh (stóráil)", + "integrations.direction_label": "Treoir", + "integrations.direction_placeholder": "\u0013 Roghnaigh \u0013", + "integrations.direction_source": "Foinse (ingestíocht)", + "integrations.disconnect": "Dísconneachta", + "integrations.email_settings": "Socruithe Ríomhphoist", + "integrations.empty_state": "Níl aon comhoibrithe socraithe", + "integrations.endpoint_label": "URL deireadh", + "integrations.endpoint_optional": "(rogha, do S3-comhoiriúnach)", + "integrations.folder_label": "Faldh", + "integrations.folder_optional": "(rogha)", + "integrations.folder_path_label": "Cosóga Comhoibrithe", + "integrations.folder_prefix_label": "Réamhfhocal comhoibrithe", + "integrations.generic_settings_hint": "Is féidir le comhoiriúnachtaí do chineál seo a sholáthar mar JSON tar éis cruthaithe tríd an API.", + "integrations.gmail_hint": "Laigeanna Gmail & réalta: nuair a bhíonn sé gníomhach, cuireann ríomhphoist a bpróiseáil réalta agus lipéad \"Ingested\" i Gmail. Déanann sé cur isteach ar sheirbhísí Gmail amháin.", + "integrations.gmail_labels": "Cuir laigeanna Gmail & réalta i bhfeidhm", + "integrations.host_label": "Óst", + "integrations.imap_settings": "Socruithe IMAP", + "integrations.loading": "Ag luchtú comhoiriúnachtaí\u0013", + "integrations.modal_close": "Dún modal", + "integrations.modal_title_add": "Cuir le Inneacht", + "integrations.modal_title_edit": "Eagar Inneacht", + "integrations.name_label": "Lipéad", + "integrations.name_placeholder": "m.sh. Gmail ag obair, S3 Archive", + "integrations.nextcloud_settings": "Socruithe Nextcloud", + "integrations.nextcloud_url_label": "URL Nextcloud", + "integrations.no_integrations_body": "Cuir do chéad ionrú isteach chun foinsí iontrála (ar nós IMAP) agus cinn stórála (ar nós S3, Dropbox, nó Google Drive) a chur le chéile.", + "integrations.not_connected": "Níl Ceangailte", + "integrations.oauth_folder_label": "Foldar", + "integrations.oauth_hint": "Sábháil an comhoiriúnacht seo ar dtús, ansin bain úsáid as an кнопка údaraithe chun an próiseas OAuth a chur i gcrích. Gaige an méid a bheidh i do thaifead comhoiriúnachta phearsanta.", + "integrations.page_title": "Comhoibrithe", + "integrations.paperless_settings": "Socruithe Paperless NGX", + "integrations.password_label": "Pasfhocal", + "integrations.paused": "Curtha ar ceal", + "integrations.plan_label": "Plean:", + "integrations.port_label": "Calafort", + "integrations.quota_not_available": "(ní ar fáil)", + "integrations.quota_unlimited": "/ neamhtheoranta", + "integrations.recipient_label": "Ríomhphost Faighteora", + "integrations.region_label": "Réigiún", + "integrations.remote_path_label": "Cosán iargúlta", + "integrations.s3_prefix_label": "Réiteach (cosán foldar)", + "integrations.s3_settings": "Socruithe S3", + "integrations.secret_key_label": "Eochair Ghairmiúil Rúnda", + "integrations.show_password": "Taispeáin pasfhocal", + "integrations.show_secrets": "Taispeáin rúndiamhra", + "integrations.show_token": "Taispeáin token", + "integrations.source_local": "Córas Comhoiriúnachta Áitiúil", + "integrations.source_type_label": "Cineál Foinse", + "integrations.sources_quota_label": "Foinsí Lóistín:", + "integrations.sources_section": "Foinsí", + "integrations.subtitle": "Bainistigh do fhoinsí iontrála agus do chinn stórála in aon áit amháin.", + "integrations.title": "Comhoibrithe", + "integrations.type_label": "Cineál Comhoiriúnachta", + "integrations.type_placeholder": "\bb Roghnaigh an treo ar dtús \bb", + "integrations.upgrade_plan": "Déan Móide Plean", + "integrations.use_ssl": "Úsáid SSL", + "integrations.username_label": "Ainm úsáideora", + "integrations.watch_folder_settings": "Socruithe Foldar Faire", + "integrations.webdav_settings": "Socruithe WebDAV", + "integrations.webdav_url_label": "URL WebDAV", + "integrations.webhook_heading": "Iontráil Webhook", + "integrations.webhook_how_heading": "Conas A Oibríonn Iontráil Webhook", + "integrations.webhook_how_text": "Ceadaíonn comhoiriúnacht webhook do chóras seachtracha comhoiriúnachtaí a chaitheamh go díreach isteach i DocuElevate tríd an REST API. Ina áit sin, seolann do chuid feidhmchlár comhoiriúnachtaí chuig DocuElevate ag úsáid iarratais HTTP le token API le haghaidh leidhce.", + "integrations.webhook_ideal_text": "Is é seo an réiteach idéalach do phipelines CI/CD, scripteanna uathoibrithe, comhoiriúnachtaí scanóir, nó aon chóras a ghineann doiciméid agus a theastaíonn chun iad a sheoladh le haghaidh próiseála.", + "integrations.webhook_quick_start": "Tús gasta", + "integrations.webhook_security_tip": "Cruthaigh token API ar leith do gach comhoiriúnacht agus tarraing é ar ais láithreach má tá sé contúirteach. Is féidir le tokena a bhainistiú ar leathanach na Token API.", + "integrations.webhook_step1": "Téigh chuig {api_tokens_link} agus cruthaigh token pearsanta.", + "integrations.webhook_upload_with_token": "Úsáid an token chun doiciméid a uaslódáil tríd an API:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "language.change_success": "Teanga athraithe go {language}", + "language.changed": "Teanga athraithe go {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", @@ -599,331 +706,409 @@ "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", + "language.hu": "Giotár", "language.is": "Íslenska", - "language.it": "Italiano", + "language.it": "Gaeilge", "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", + "language.lt": "Lituáinis", "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", + "language.nb": "Norse", + "language.nl": "Niúráin", + "language.no_results": "Níl aon teangacha found", "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", + "language.pt": "Portaingéil", + "language.ro": "Romanes", + "language.ru": "Ruski", + "language.search_placeholder": "Cuardaigh teangacha\u0001", + "language.selector": "Teanga", + "language.selector_label": "Roghnaigh teanga", "language.sk": "Slovenčina", "language.sl": "Slovenščina", "language.sv": "Svenska", "language.tr": "Türkçe", "language.uk": "Українська", "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", + "nav.about": "Maidir le", + "nav.account_menu": "Roghnóir cuntais", + "nav.account_menu_for": "Roghnóir cuntais do {name}", + "nav.admin": "Conra", + "nav.admin.audit_logs": "Loga Iniúchta", + "nav.admin.backups": "Cóireachtaí", + "nav.admin.plans": "Pleananna", + "nav.admin.scheduled_jobs": "Jóib Sceidealaithe", + "nav.admin.users": "Úsáideoirí", + "nav.admin_actions": "Gníomhartha Conraí", + "nav.admin_menu": "Comhéadán Conraí", + "nav.api_docs": "Doiciméid API", + "nav.api_tokens": "Tóca API", + "nav.backup_restore": "Cóire agus Athbhunú", + "nav.credentials": "Creidmheasanna", + "nav.dark_mode": "Mód Dorcha", + "nav.dashboard": "Painéal", + "nav.developer_docs": "Doiciméid Forbróirí", + "nav.duplicates": "Dúblóidí", + "nav.file_manager": "Bainisteoir comhad", + "nav.files": "Comhoibrithe", + "nav.get_started": "Tosaigh", + "nav.help": "Cúnamh", + "nav.help_center": "Ionad Cuideachta", + "nav.imap": "Allmhaireacht Ríomhphoist", + "nav.integrations": "Comhoibrithe", + "nav.light_mode": "Mód Soilse", + "nav.login": "Logáil isteach", + "nav.logout": "Logáil amach", + "nav.main_navigation": "Príomhna hOibríochtaí", + "nav.my_subscription": "Mo shíntiú", + "nav.notifications": "Foláirimh", + "nav.open_main_menu": "Oscail príomhménu", + "nav.pipelines": "Pípíní", + "nav.plan_designer": "Dearthóir Plean", + "nav.pricing": "Praghsáil", + "nav.profile": "Próifíl", + "nav.profile_settings": "Socruithe próifíle", + "nav.queue": "Córas", + "nav.queue_monitor": "Monatóireacht Córas", + "nav.scheduled_jobs": "Postanna Comhoibrithe", + "nav.search": "Cuardach", + "nav.settings": "Socruithe", + "nav.shared_links": "Naisc Roinnte", + "nav.sign_out": "Déan suas", + "nav.signup": "Cláraigh", + "nav.similarity": "Cosúlachtaí", "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "nav.status": "Stádas", + "nav.subscription": "Conradh", + "nav.toggle_dark_mode": "Cuir i gcruth / in áireamh an mód dorcha", + "nav.toggle_nav": "Cuir in áireamh an menú nasctha", + "nav.upload": "Uaslódáil", + "nav.users": "Úsáideoirí", + "nav.version": "Eolas le haghaidh leagan", + "notifications.filter_all": "Gach", + "notifications.filter_read": "Léite amháin", + "notifications.filter_unread": "Níl léite ach", + "notifications.manage_desc": "Bainistigh do bhosca foláirimh, spriocanna agus roghanna imeachta", + "notifications.mark_all_read": "Sínigh gach léite", + "notifications.mark_all_read_btn": "Sínigh gach léite", + "notifications.mark_read": "Sínigh mar Léite", + "notifications.no_notifications": "Níl foláirimh", + "notifications.page_title": "Foláirimh", + "notifications.tab_inbox": "Bosca ionchuir", + "notifications.tab_settings": "Socruithe", + "notifications.title": "Fógraí", + "notifications.unread_count": "{count} fógraí neamh-leamhaithe", + "pipelines.active_label": "Gníomhach", + "pipelines.add_step_btn": "Cuir Céim leis", + "pipelines.create": "Cruthaigh Bóthar Obair", + "pipelines.custom_label_label": "Lipéad Saincheaptha", + "pipelines.default_label": "Réamhshocraithe", + "pipelines.description_label": "Cur Síos", + "pipelines.description_placeholder": "Cur síos roghnach", + "pipelines.disabled_label": "Mionshealbhaigh", + "pipelines.edit": "Eagar Bóthar Obair", + "pipelines.empty_state": "Níl aon bhóithre oibre ann go fóill", + "pipelines.empty_state_hint": "Cruthaigh do chéad bhóthar oibre chun nósanna imeachta próiseála doiciméad saincheaptha a shannadh.", + "pipelines.enabled_label": "Ar chumas", + "pipelines.force_cloud_ocr_label": "Éiligh OCR néal (sínigh as tarraingt téacs áitiúil)", + "pipelines.inactive_label": "Neamhghníomhach", + "pipelines.loading": "Ag luchtú bóithre oibre\n", + "pipelines.name_placeholder": "Mo bhóthar oibre", + "pipelines.new_pipeline_btn": "Bóthar Oibre Nua", + "pipelines.no_steps": "Níl céimeanna sainithe. Cuir céim leis chun tosú ag tógáil do bhóthar oibre.", + "pipelines.ocr_auto": "Uathoibríoch (úsáid an réamhshocrú córas)", + "pipelines.ocr_language_hint": "Déanann sé forghníomh an shonraíochta teanga dhomhanda do Tesseract/EasyOCR. Déanann Azure agus Mistral na teanga a thomhas go huathoibríoch.", + "pipelines.ocr_language_label": "Teanga OCR", + "pipelines.optional_suffix": "(roghnach)", + "pipelines.page_title": "Bóithre Oibre ag Próiseáil", + "pipelines.set_default": "Socraigh mar mo bhóthar oibre réamhshocraithe", + "pipelines.step_label_placeholder": "Forghníomh an ainm céime réamhshocraithe", + "pipelines.step_type_label": "Cineál Céime", + "pipelines.subtitle_intro": "Sainigh agus bainistigh nósanna imeachta próiseála doiciméad saincheaptha.", + "pipelines.subtitle_system_post": "badge agus tá siad le feiceáil ag gach úsáideoir.", + "pipelines.subtitle_system_pre": "Bóithre oibre an chórais (a chruthaíonn riarthóirí) a thaispeántar le", + "pipelines.system_label": "Córas", + "pipelines.system_pipeline_label": "Bóthar Oibre an Chórais (le feiceáil ag gach úsáideoir)", + "pipelines.title": "Bóithre Oibre ag Próiseáil", + "profile.avatar_alt": "Do phictiúr próifíle", + "profile.avatar_heading": "Pictiúr Próifíle", + "profile.avatar_remove": "Bain an péire avatar saincheaptha", + "profile.avatar_upload_hint": "Uaslódáil íomhá JPEG, PNG, GIF, nó WebP suas le 2 MB. Mura bhfuil pictiúr saincheaptha socraithe, taispeánfar do {gravatar}.", + "profile.choose_image": "Roghnaigh íomhá…", + "profile.confirm_password": "Deimhniú Pasfhocal Nua", + "profile.contact_email_hint": "Úsáidtear é do fhógraí an chórais. Ní athraíonn sé do sheoladh riaracháin.", + "profile.contact_email_label": "Seoladh Ríomhphoist / Fógra", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "Pasfhocal Reatha", + "profile.dismiss": "Díghlasáil", + "profile.display_name_hint": "Fág folamh chun d'ainm úsáideora nó do ríomhphost a úsáid.", + "profile.display_name_label": "Ainm Taispeáint", + "profile.display_name_placeholder": "Do ainm mar a thaispeánfar sa UI", + "profile.general_heading": "Eolas Ginearálta", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Socruithe Próifíle", + "profile.language_auto_detect": "Fíoraithe uathoibríoch (ón brabhsálaí)", + "profile.language_hint": "Roghnaigh do theanga comhoibrithe is fearr. “Fíoraithe uathoibríoch” leanann do shocruithe brabhsálaí.", + "profile.language_label": "Teanga UI", + "profile.new_password": "Pasfhocal Nua", + "profile.new_password_hint": "Minimum 8 charachtar.", + "profile.page_title": "Socruithe Próifíle – DocuElevate", + "profile.password_heading": "Athraigh Pasfhocal", + "profile.preferences_heading": "Rochtain", + "profile.save_button": "Sábháil Athruithe", + "profile.saving": "Ag sábháil...", + "profile.subtitle": "Bainistigh do ainm taispeáint, avatar, teanga, agus roghanna téama.", + "profile.theme_dark": "Dorcha", + "profile.theme_hint": "“Réamhshocrú Systéim” leanann socrú modh dorcha do do ghléas.", + "profile.theme_label": "Scéim Dathanna", + "profile.theme_light": "Éadrom", + "profile.theme_system": "Réamhshocrú Systéim", + "profile.update_password": "Nuashonraigh Pasfhocal", + "profile.updating": "Ag nuashonrú", + "queue.active_tasks": "Tascanna Gníomhacha", + "queue.auto_refresh_1": "Athnuachan uathoibríoch gach", + "queue.auto_refresh_2": "soicind", + "queue.col_arguments": "Argóintí", + "queue.col_current_step": "Céim Reatha", + "queue.col_file": "Comhad", + "queue.col_files": "Comhoibrithe", + "queue.col_queue": "Cóimheas", + "queue.col_state": "Staid", + "queue.col_task": "Tasc", + "queue.col_task_id": "ID Tasc", + "queue.files_processing": "Comhoibrithe Ag Próiseáil", + "queue.heading": "Monatóir Cóimheasa", + "queue.last_updated": "Nuashonraithe deireanach:", + "queue.loading_stats": "Ag Lódáil staitisticí cóimheasa\u0000", + "queue.no_active_tasks": "Níl tascanna gníomhacha ann", + "queue.no_data": "Níl aon shonraí", + "queue.no_files_processing": "Níl comhoibrithe á ndéanamh faoi láthair", + "queue.page_title": "Monatóir Cóimheasa", + "queue.processing_pipeline": "Píblíne Próiseála", + "queue.queued_tasks": "Tascanna Cuimhneacháin", + "queue.recently_processing": "Comhoibrithe atá ag Próiseáil le déanaí", + "queue.redis_queues": "Cóimheas Redis", + "queue.subtitle": "Taispeántas réaltama de phíblíne próiseála doiciméid agus cóimheas tasc Celery.", + "queue.workers_online": "Oibrithe Ar Líne", + "search.button": "Cuardach", + "search.error_message": "Níl cuardach ar fáil ar feadh tamaill. Bain triail as arís i nóiméid.", + "search.filter_aria_clear": "Glan gach scagaire", + "search.filter_clear_button": "Glan Scagairí", + "search.filter_date_from": "Dáta Ón", + "search.filter_date_to": "Dáta Go", + "search.filter_document_type": "Cineál Doiciméid", + "search.filter_document_type_placeholder": "m.sh. Invoice", + "search.filter_language": "Teanga", + "search.filter_language_placeholder": "m.sh. de", + "search.filter_sender": "Seoltóir", + "search.filter_sender_placeholder": "m.sh. ACME Corp", + "search.filter_tags": "Conair", + "search.filter_tags_placeholder": "m.sh. amazon", + "search.filter_text_quality": "Cáilíocht Téacs", + "search.filter_text_quality_all": "Gach", + "search.filter_text_quality_high": "Ard", + "search.filter_text_quality_low": "Íseal", + "search.filter_text_quality_medium": "Meán", + "search.filter_text_quality_no_text": "Níl téacs ann", + "search.heading": "Cuardaigh Doiciméid", + "search.input_aria_label": "Cuardaigh doiciméid", + "search.input_placeholder": "Cuardaigh doiciméid de réir ábhar, seoltóir, gtaganna, cineál...", + "search.loading_indicator": "Ag cuardach\u00101...", + "search.no_results": "Níor fuarthas torthaí", + "search.page_title": "Cuardaigh Doiciméid", + "search.placeholder": "Cuardaigh de réir ainm comhad, ábhar, gtaganna...", + "search.result_empty": "Níor fuarthas doiciméid a comhoibríonn le do chuardach.", + "search.results_count": "Fuarthas {count} torthaí", + "search.saved_aria_save": "Sábháil an cuardach reatha", + "search.saved_button": "Sábháil An Reatha", + "search.saved_empty": "Níl aon chuardach sábháilte fós", + "search.saved_error": "Níorbh fhéidir le cuardach sábháilte a isteach", + "search.saved_label": "Cuardach Sábháilte", + "search.saved_loading": "Ag luchtú...", + "search.title": "Cuardaigh Doiciméid", + "settings.audit_log_btn": "Lóg iniúchta", + "settings.autocomplete_hint": "Clóscríobh chun luachanna a bhfuil fhios agat a chuardach, nó cuir luach saincheaptha isteach.", + "settings.autocomplete_no_matches": "Níl aon comhoiriúnachtaí \u0014 is féidir leat luach saincheaptha a chlóscríobh fós", + "settings.autocomplete_placeholder": "Clóscríobh chun cuardach a dhéanamh nó luach a chur isteach\u00101...", + "settings.boolean_enable_prefix": "Núirtear", + "settings.categories_aria": "Catagóirí socruithe", + "settings.categories_heading": "Catagóirí", + "settings.db_wizard_btn": "Cáineadh DB", + "settings.effective_value_label": "Luach éifeachtach:", + "settings.encrypted_suffix": "= criptithe faoi bhun", + "settings.encrypted_title": "Is é atá ann luach criptithe faoi bhun sa bhunachar sonraí", + "settings.export_btn": "Easpórtáil", + "settings.export_db_only": "Socruithe DB amháin", + "settings.export_full_config": "Comhoiriúnacht éifeachtach iomlán", + "settings.jump_to_category": "Léim chun catagóireachta\u00101...", + "settings.manage_config_prefix": "Bainistigh comhoiriúnacht. Tosaíocht:", + "settings.model_picker_hint": "Roghnaigh ón liosta nó clóscríobh aon ainm samhail a thacaíonn do sholáthraí.", + "settings.model_picker_placeholder": "Roghnaigh samhail coitianta nó clóscríobh ainm saincheaptha\u00101...", + "settings.no_results_clear": "glan an cuardach", + "settings.no_results_heading": "Níor fuarthas aon shocruithe", + "settings.no_results_hint": "Bain triail as téarma cuardaigh difriúil nó", + "settings.page_heading": "Socruithe Aplicaiton", + "settings.required_label": "(riachtanach)", + "settings.reset_confirm": "An bhfuil tú cinnte go gcuirfidh tú an socrú seo ar ais?", + "settings.restart_required_suffix": "= gá restart", + "settings.revert_btn": "Bain as DB", + "settings.revert_title": "Bain an athshocrú DB agus filleadh ar an athróg timpeallachta nó an gnáth", + "settings.reverting": "Ag filleadh\u001420...", + "settings.save_all_btn": "Sábháil Gach Athrú", + "settings.save_error": "Tháinig laige ar shábháil na socraithe", + "settings.save_setting_title": "Sábháil an socrú seo", + "settings.save_success": "Socrú sábháilte go rathúil", + "settings.saving_state": "Ag sábháil\u001420...", + "settings.search_aria_label": "Cuardaigh socruithe", + "settings.search_clear_aria": "Glan cuardach", + "settings.search_placeholder": "Cuardaigh socruithe trí ainm, eochair, nó cur síos\u001420...", + "settings.settings_count_suffix": "socruithe", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "settings.source_default_badge": "GNÁTH", + "settings.source_env_badge": "TIMPEALLACHT", + "settings.title": "Socruithe", + "settings.toggle_visibility_aria": "Athraigh infheictheacht pasfhocal", + "settings.toggle_visibility_title": "Taispeáin/folaigh luach", + "settings.user_autocomplete_empty": "Níl aon úsáideoirí comhoiriúnacha faighte", + "settings.user_autocomplete_hint": "Cuir isteach chun úsáideoirí atá ann cheana a chuardach trí ainm, nó iontráil aon aithint lámh go láimhe.", + "settings.user_autocomplete_placeholder": "Tosaigh ag beber chun úsáideoirí a chuardach\u001420...", + "settings.wizard_btn": "Ealaíontóir", + "shared.col_expiry": "Tréimhse", + "shared.col_file_label": "Comhad / Lipéad", + "shared.col_link": "Nasc", + "shared.col_views": "Radharcanna", + "shared.copy_link_aria": "Cóipeáil nasc chuig an gclipboard", + "shared.copy_link_title": "Cóipeáil nasc", + "shared.create_btn": "Cruthaigh Nasc", + "shared.create_heading": "Cruthaigh Nasc Comhoibrithe Nua", + "shared.creating": "Ag cruthú\u001420...", + "shared.expiry_12h": "12 uair", + "shared.expiry_14d": "14 lá", + "shared.expiry_1h": "1 uair", + "shared.expiry_24h": "24 uair (1 lá)", + "shared.expiry_30d": "30 lá", + "shared.expiry_3d": "3 lá", + "shared.expiry_6h": "6 uair", + "shared.expiry_7d": "7 lá", + "shared.expiry_label": "Tréimhse", + "shared.expiry_never": "Nunca", + "shared.file_id_help_post": "leathanach nó sa URL sonraí doiciméid.", + "shared.file_id_help_pre": "Faigh an ID comhad ar an", + "shared.file_id_label": "ID comhad", + "shared.file_id_placeholder": "m.sh. 42", + "shared.files_link": "Comhoibrithe", + "shared.heading": "Nascanna Comhoibrithe", + "shared.label_label": "Láimhseáil", + "shared.label_placeholder": "m.sh. Comhoibiaidh le Bob", + "shared.link_created": "Nasc comhoibrithe cruthaithe!", + "shared.link_created_help": "Cóipigh agus seol an nasctha seo chuig an gcliant.", + "shared.links_count_aria": "duis na nascan", + "shared.max_downloads_label": "Uaslódálacha uasta", + "shared.no_links": "Níl nasca comhoibrithe ann fós. Cruthaigh duine amháin thuas le tús a chur.", + "shared.open_in_new_tab": "Oscail i gcló nua", + "shared.open_link_aria": "Oscail nasc comhoibrithe", + "shared.optional": "(roghnach)", + "shared.page_title": "Nascanna Comhoibrithe - DocuElevate", + "shared.password_label": "Pasfhocal", + "shared.password_placeholder": "Fág folamh chun nach mbeidh pasfhocal ann", + "shared.password_protected": "Cosaint le pasfhocal", + "shared.refresh_aria": "Athnuachan liosta nascan comhoibrithe", + "shared.revoke_aria_prefix": "Téigh ar ais an nasc comhoibrithe do", + "shared.revoke_btn": "Cealaigh", + "shared.status_active": "Gníomhach", + "shared.status_expired": "Reatha", + "shared.status_limit_reached": "Teorainn sroichte", + "shared.status_revoked": "Cealaithe", + "shared.subtitle": "Comhoibrithe doiciméid le haon duine trí nasc teoranta in am nó radharc. Ní gá do faighteoirí cuntas DocuElevate. Is féidir nascan a chosaint le pasfhocal agus a chealú ag aon am.", + "shared.table_aria": "Nascanna comhoibrithe", + "shared.unlimited_placeholder": "Neamhtheoranta", + "shared.your_links": "Do Nascanna Comhoibrithe", + "similarity.backfill_auto": "Cuirfidh an tasc cúlra ar fáil go huathoibríoch iad gach 5 nóiméad, nó is féidir leat", + "similarity.files_missing_text": "comhad(t) tá téacs OCR acu ach níl embedding ann go fóill.", + "similarity.find_pairs_btn": "Faigh Phréimh", + "similarity.heading": "Comhoiriúnacht Doiciméid", + "similarity.load_error": "Theip ar phéireanna a lódáil.", + "similarity.min_similarity_label": "Min. comhoiriúnacht", + "similarity.no_pairs_detail": "Níl aon bheirteanna doiciméid a sháraíonn an leibhéal comhoiriúnachta.", + "similarity.no_pairs_heading": "Níl aon bheirteanna comhoiriúnachta le fáil", + "similarity.page_title": "Comhoiriúnacht Doiciméad - DocuElevate", + "similarity.pagination_aria": "Comhoiriúnachtaí péireanna leathanach", + "similarity.per_page_label": "In aghaidh an leathanaigh", + "similarity.scanning": "Ag scagadh do chopaí doiciméad comhoiriúnachtaí\u0014", + "similarity.stat_embedding_model": "Módel Aonrú", + "similarity.stat_missing_embedding": "Aonrú atá in easnamh", + "similarity.stat_total_files": "Comhoibrithe Iomlána", + "similarity.stat_with_embedding": "Le Aonrú", + "similarity.subtitle": "Péireanna doiciméad le comhoiriúnacht shéimeanta ard, rangaithe de réir scóre.", + "similarity.trigger_aria": "Gníomhachtaigh comhoiriúnachtaí aonrúcháin do gach comhoiriúnachtaí atá in easnamh", + "similarity.trigger_now": "gníomhachtaigh é anois", + "status.app_version": "Leagan an aip", + "status.build_date": "Dáta Tógála", + "status.container_id": "ID an Chontae", + "status.git_commit": "Conradh Git", + "status.last_check": "Seiceáil Deireanach", + "status.page_title": "Stádas an Chórais", + "status.setting_label": "Socraigh", + "status.value_label": "Luach", + "subscription.available_plans_heading": "Pleanna atá ar fáil", + "subscription.back_to_dashboard": "Ar ais chuig an gclár", + "subscription.cancel_pending": "Cealaigh an t-athrú", + "subscription.cancel_scheduled": "Cealaigh an t-athrú sceidealaithe", + "subscription.contact_sales": "Teagmháil le Díolacháin", + "subscription.current_badge": "Reatha", + "subscription.current_plan": "Pleán Reatha", + "subscription.current_plan_cta": "Do phlean reatha", + "subscription.downgrade_to_prefix": "Laghdú go", + "subscription.features_heading": "Cad atá san áireamh i do phlean", + "subscription.free": "Saor", + "subscription.heading": "Mo Síntiúis", + "subscription.keep_plan_prefix": "Coinnigh", + "subscription.lifetime_files": "Comhoibrithe iomlána (réamhsheolta)", + "subscription.month_files": "Comhoibrithe an mhí seo", + "subscription.more_features_label": "níos mó", + "subscription.page_title": "Mo Shíntiúis  DocuElevate", + "subscription.pending_badge": "Ag fanacht", + "subscription.pending_benefits": "Coinnigh gach acmhainní plean reatha go dtí ansin.", + "subscription.pending_on": "ar", + "subscription.pending_title": "Athrú plean ag fanacht sceidealaithe", + "subscription.pending_will_change": "Athróidh do phlean go", + "subscription.per_mo": "/mí", + "subscription.per_month": "/mí", + "subscription.since": "Ó", + "subscription.single_user_body": "Cuimsíonn céimeanna síntiúis nuair a bhíonn modh il-úsáideora gníomhach. Ritheann do chás faoi láthair i mód aon-úsáideora le teorainn próiseála ar bith. Is féidir le hionadaí modh il-úsáideora a ghníomhachtú trí {settings_link}.", + "subscription.single_user_title": "Níl modh il-úsáideora gníomhachtaithe.", + "subscription.subtitle": "Do phlean reatha, úsáide agus uasghrádú atá ar fáil.", + "subscription.this_month_label": "an mhí seo", + "subscription.today_files": "Comhoibrithe inniu", + "subscription.today_label": "inniu", + "subscription.unlimited": "Neamhtheoranta", + "subscription.upgrade_info": "Téann uasghrádanna i bhfeidhm go moch. Téann laghdú i bhfeidhm ag deireadh do thréimhse bille reatha.", + "subscription.upgrade_to_prefix": "Uasghrád go", + "subscription.usage_heading": "Úsáid", + "upload.browse_button": "Brabhsáil na comhoibrithe", + "upload.button_processing": "Ag próiseáil...", + "upload.camera_button": "Tóg Pictiúr / Scan Doiciméad", + "upload.download_button": "Íoslódáil agus Próiseáil", + "upload.downloading": "Ag íoslódáil comhoibre ón URL...", + "upload.drag_drop": "Tarraing & tuilleadh comhoibrithe anseo nó cliceáil chun brabhsáil", + "upload.drop_hint_desktop": "Tarraing & tuilleadh comhoibrithe nó fillteán anseo, nó cliceáil chun comhoibrithe a roghnú.", + "upload.drop_hint_mobile": "Tap chun comhoibrithe a roghnú nó úsáid an bhrúite ceamara thíos.", + "upload.drop_zone_aria": "Cúirt File Uaslódála. Tarraing agus tuilleadh comhoibrithe anseo, nó brúigh Enter chun comhoibrithe a bhrabhsáil.", + "upload.error": "Uaslódáil teipthe", + "upload.error_invalid_url": "Foirméad URL neamhbhailí", + "upload.error_url_required": "Le do thoil cuir isteach URL", + "upload.file_size_hint": "Méid uasta: 500 MB in aghaidh an chomhoibre", + "upload.file_types": "Cineálacha ceadaithe: PDF, doiciméid Oifige (Word, Excel, PowerPoint, etc.), Íomhánna", + "upload.filename_description": "Fág folamh chun ainm an chomhoibre ón URL a úsáid", + "upload.filename_label": "Ainm an chomhoibre (rogha)", + "upload.filename_placeholder": "mo-doiciméid.pdf", + "upload.max_size": "Méid uasta an chomhoibre: {size}", + "upload.page_title": "Uaslódáil Comhoibrithe", + "upload.section_device": "Uaslódáil ó Dhomhanda", + "upload.section_url": "Uaslódáil ó URL", + "upload.select_file": "Roghnaigh Comhad", + "upload.success": "Comhad uaslódáilte go rathúil", + "upload.title": "Uaslódáil Doiciméid", + "upload.uploading": "Ag uaslódáil...", + "upload.url_description": "Cuir isteach nasc díreach chuig comhad (PDF, doiciméid Oifige, nó íomhánna)", + "upload.url_label": "URL an Chomhaiste", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/gl.json b/frontend/translations/gl.json index d36160ed..63d8a75f 100644 --- a/frontend/translations/gl.json +++ b/frontend/translations/gl.json @@ -1,605 +1,712 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Coñece ao Creador", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_pre": "DocuElevate é desenvolvido con paixón por", + "about.features_admin_api": "Potente API REST para acceso programático", + "about.features_admin_config": "Altamente configurable a través de variables de ambiente", + "about.features_admin_docker": "Preparado para Docker para fácil implementación e escalado", + "about.features_admin_heading": "Administración", + "about.features_admin_oauth2": "Soporte de autenticación OAuth2 con Authentik", + "about.features_automation_background": "Procesamento en segundo plano con Redis e Celery", + "about.features_automation_gmail": "Integración de Gmail e contas de correo genéricas", + "about.features_automation_heading": "Automatización", + "about.features_automation_imap": "Polling de bandeixa de entrada IMAP de múltiples fontes", + "about.features_automation_ingestion": "Inxestión automatizada de documentos de diversas entradas", + "about.features_heading": "Características Clave", + "about.features_integration_cloud": "Almacenamento en nube: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integración e Almacenamento", + "about.features_integration_multi_dest": "Soporte para múltiples destinos (almacenar documentos en múltiples ubicacións)", + "about.features_integration_protocols": "Protocolos de transferencia: FTP, SFTP, Reenvío de correo electrónico", + "about.features_integration_selfhosted": "Opcions autohospedadas: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Clasificación intelixente de documentos e extracción de datos", + "about.features_processing_heading": "Procesamento de Documentos", + "about.features_processing_metadata": "Extracción automatizada de metadatos utilizando un proveedor de IA intercambiable", + "about.features_processing_ocr": "OCR impulsado por Azure Document Intelligence", + "about.features_processing_pdf": "Conversión de PDF para varios formatos de ficheiro a través de Gotenberg", + "about.features_processing_upload": "Cargamentos de ficheiros sin complicacións e seguros cun soporte de arrastrar e soltar", + "about.github_logo_alt": "Logotipo de GitHub", + "about.heading": "Sobre DocuElevate", + "about.intro_post": " – a túa moderna e intelixente solución para o procesamiento de documentos! Construímos DocuElevate para transformar completamente a forma en que xestionas os teus documentos – desde a carga ata a extracción, desde o procesamiento até o almacenamento.", + "about.intro_pre": "Benvido a ", + "about.involved_description": "Queres mergullarte no código, contribuír con ideas ou aprender máis sobre DocuElevate?", + "about.involved_docs": "Ler a Documentación", + "about.involved_github": "Ver DocuElevate en GitHub", + "about.involved_heading": "Involúcrate", + "about.involved_website": "Visita a Páxina Web de DocuElevate", + "about.legal_description": "Coidamos da túa privacidade e seguridade de datos. Por favor, revisa o noso:", + "about.legal_heading": "Privacidade e Legal", + "about.legal_license": "Información sobre Licenzas", + "about.legal_privacy": "Aviso de Privacidade", + "about.page_title": "Sobre DocuElevate", + "about.story_heading": "A nosa Historia", + "about.story_p1": "DocuElevate foi creado cun obxectivo en mente: simplificar e optimizar a xestión de documentos para todos, sexa unha pequena startup ou unha gran empresa.", + "about.story_p2": "Aproveitamos o poder dos provedores de IA conectables (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, e máis) para a extracción de metadatos e a refinación de texto, integrámonos sen problemas con Dropbox, Nextcloud e Paperless NGX para o almacenamento e a indexación, aproveitamos a Intelixencia de Documentos de Azure para OCR, e incluso usamos Gotenberg para conversións de ficheiros a PDF.", + "api_tokens.col_created": "Creado", + "api_tokens.col_last_ip": "Último IP", + "api_tokens.col_last_used": "Último usado", + "api_tokens.col_name": "Nome", + "api_tokens.col_prefix": "Prefixo do token", + "api_tokens.copy_to_clipboard": "Copiar token ao portapapeis", + "api_tokens.copy_upload_example": "Copiar exemplo de carga ao portapapeis", + "api_tokens.copy_warning_1": "Copia este token agora — non se", + "api_tokens.copy_warning_2": "mostrará de novo", + "api_tokens.create_heading": "Crear novo token", + "api_tokens.create_token": "Crear token", + "api_tokens.creating": "Creando…", + "api_tokens.heading": "Tokens da API", + "api_tokens.intro": "Crea tokens API persoais para interactuar programaticamente coa API de DocuElevate. Usa tokens para cargas de webhook, pipelines CI/CD ou calquera script que necesite cargar ou recuperar documentos.", + "api_tokens.loading_tokens": "Cargando tokens…", + "api_tokens.never": "Nunca", + "api_tokens.no_tokens_heading": "Non hai tokens API aínda", + "api_tokens.no_tokens_help": "Crea o teu primeiro token arriba para comezar.", + "api_tokens.page_title": "Tokens da API – DocuElevate", + "api_tokens.revoke": "Revogar", + "api_tokens.revoke_prefix": "Revogar token", + "api_tokens.status_active": "Activo", + "api_tokens.status_revoked": "Revogado", + "api_tokens.table_aria": "Tokens da API", + "api_tokens.token_created": "Token creado con éxito!", + "api_tokens.token_name_label": "Nome do token", + "api_tokens.token_name_placeholder": "por exemplo. CI Pipeline, Carga de Webhook, O meu script", + "api_tokens.usage_heading": "Exemplo de uso", + "api_tokens.usage_intro_post": "encabezado con calquera solicitude da API:", + "api_tokens.usage_intro_pre": "Usa o teu token da API no", + "api_tokens.your_tokens": "Os teus tokens", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", + "audit.col_resource": "Recurso", "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "audit.critical": "Crítico", + "audit.filter_action": "Acción", + "audit.filter_all_actions": "Todas as accións", + "audit.filter_all_users": "Todos os usuarios", + "audit.filter_resource_placeholder": "ex. documento, usuario", + "audit.filter_resource_type": "Tipo de recurso", + "audit.filter_severity": "Gravidade", + "audit.filter_user": "Usuario", + "audit.filters_section_label": "Filtros do log de auditoría", + "audit.next": "Siguiente", + "audit.next_label": "Páxina seguinte", + "audit.no_events": "Aínda non se rexistraron eventos de auditoría.", + "audit.no_events_hint": "As accións significativas (inicios de sesión, operacións de documentos, cambios de configuración) aparecerán aquí.", + "audit.page_title": "Logs de Auditoría - DocuElevate", + "audit.pagination_label": "Paginación do log de auditoría", + "audit.prev": "Anterior", + "audit.prev_label": "Páxina anterior", + "audit.refresh_label": "Actualizar logs de auditoría", + "audit.siem_disabled_title": "O reenvío de SIEM está desactivado", + "audit.siem_enabled_title": "Os eventos están sendo reenviados a ", + "audit.siem_off": "SIEM: Apagado", + "audit.subtitle": "Rexistro completo, só de apéndice, de todas as accións significativas.", + "audit.table_label": "Eventos do log de auditoría", + "audit.title": "Logs de Auditoría", + "auth.confirm_password": "Confirmar contrasinal", + "auth.create_account": "Crear conta", + "auth.display_name_label": "Nome a mostrar", + "auth.email_label": "Correo electrónico", + "auth.forgot_password": " esqueciches o contrasinal?", + "auth.forgot_username": " esqueciches o nome de usuario?", + "auth.login": "Iniciar sesión", + "auth.login_title": "Iniciar sesión", + "auth.logo_alt": "Logotipo de DocuElevate", + "auth.logout": "Cerrar sesión", + "auth.my_account": "A miña conta", + "auth.no_account": "Non ten unha conta?", + "auth.or_continue_with": "Ou continúa con", + "auth.password_label": "Contrasinal", + "auth.profile": "Perfil", + "auth.remember_me": "Recorda que", + "auth.return_home": "Voltar á casa", + "auth.sign_in": "Iniciar sesión", + "auth.sign_in_sso": "Iniciar sesión con SSO", + "auth.sign_in_with": "Inicia sesión con", + "auth.sign_in_with_username": "Inicia sesión con nome de usuario", + "auth.signup": "Inscríbete", + "auth.signup_title": "Inscríbete", + "auth.username_label": "Nome de usuario", + "auth.username_or_email": "Nome de usuario ou correo electrónico", + "auth.verify_email_back_sign_in": "Volver a iniciar sesión", + "auth.verify_email_expiry": "O enlace expira en 24 horas. Se non ves o correo, revisa a túa carpeta de spam.", + "auth.verify_email_heading": "Revisa a túa bandexa de entrada", + "auth.verify_email_message": "Enviámoste un correo electrónico de verificación. Por favor, fai clic no enlace do correo para activar a túa conta.", + "auth.verify_email_page_title": "DocuElevate - Verifica o Teu Correo Electrónico", + "auth.verify_email_resend_aria_label": "Dirección de correo para reenviar", + "auth.verify_email_resend_button": "Reenviar correo electrónico de verificación", + "auth.verify_email_resend_label": "Dirección de correo electrónico", + "auth.verify_email_resend_placeholder": "Introduce a túa dirección de correo electrónico", + "auth.verify_email_resend_prompt": "Non o recibiches?", + "backup.archives_heading": "Arquivos de Backup", + "backup.backup_now": "Backup Agora", + "backup.clean_up": "Limpar", + "backup.cleanup_title": "Executar limpeza de retención agora", + "backup.col_created": "Creato", + "backup.col_filename": "Nome do ficheiro", + "backup.col_size": "Tamaño", + "backup.col_storage": "Almacenamento", + "backup.col_type": "Tipo", + "backup.config_auto_backup": "Backup automático", + "backup.config_remote_dest": "Destino remoto", + "backup.config_retention": "Retención", + "backup.config_total_size": "Tamaño total local", + "backup.confirm_btn": "Confirmar", + "backup.confirm_title": "Confirmar acción", + "backup.heading": "Gestión de Backup", + "backup.local_only": "Só local", + "backup.no_backups": "Aínda non hai backups.", + "backup.no_backups_hint": "Fai clic en Backup Agora para crear o teu primeiro backup.", + "backup.page_title": "Gestión de Backup", + "backup.records_label": "registros", + "backup.restore_btn": "Restaurar", + "backup.restore_desc_mid": "arquivo de backup para restaurar a base de datos.", + "backup.restore_desc_pre": "Sube un", + "backup.restore_desc_warning": "Isto sobrescribirá todos os datos actuais.", + "backup.restore_file_label": "Arquivo de copia de seguridade (.db.gz)", + "backup.restore_heading": "Restaurar desde o arquivo", + "backup.restoring": "Restaurando\u00135", + "backup.retention_daily_detail": "\u00135 mantido durante 3 semanas", + "backup.retention_heading": "Política de retención", + "backup.retention_hourly_detail": "\u00135 mantido durante 4 días", + "backup.retention_note": "As copias de seguridade que superen estes límites son automáticamente eliminadas despois de que se cree cada nova copia de seguridade.", + "backup.retention_weekly_detail": "\u00135 mantido durante ~3 meses", + "backup.snapshots": "instantáneas", "backup.status_ok": "ok", "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", + "backup.subtitle": "As copias de seguridade da base de datos créanse automaticamente: cada hora (4 días), diariamente (3 semanas), semanalmente (13 semanas).", + "backup.table_aria": "Arquivos de copia de seguridade", + "backup.trigger_daily": "Copia de seguridade agora (Diaria)", + "backup.trigger_hourly": "Copia de seguridade agora (Cada hora)", + "backup.trigger_weekly": "Copia de seguridade agora (Semanal)", + "backup.type_daily": "Diaria", + "backup.type_hourly": "Cada hora", + "backup.type_weekly": "Semanal", + "billing.go_to_dashboard": "Ir ao panel de control", + "billing.manage_subscription": "Xestionar subscrición", + "billing.success_heading": "¡Estás todo listo!", + "billing.success_message": "A túa subscrición foi activada. Grazas por elixir DocuElevate!", + "billing.success_page_title": "DocuElevate - Subscrición Activada", + "common.actions": "Accións", + "common.active": "Activa", + "common.all": "Todos", + "common.avatar": "Avatar", + "common.back": "Volver", + "common.cancel": "Cancelar", + "common.close": "Pechar", + "common.col_pending": "Pendente", + "common.completed": "Completado", + "common.confirm": "Confirmar", + "common.copied": "Copiado!", + "common.copy": "Copiar", + "common.create": "Crear", + "common.created": "Creado", + "common.date": "Data", + "common.delete": "Eliminar", + "common.description": "Descrición", + "common.details": "Detalles", + "common.disabled": "Desactivado", + "common.download": "Descargar", + "common.duplicate": "Duplicar", + "common.edit": "Editar", + "common.enabled": "Activado", "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "common.failed": "Fallido", + "common.filter": "Filtrar", + "common.inactive": "Inactivo", + "common.info": "Información", + "common.loading": "Cargando...", + "common.name": "Nome", + "common.next": "Siguiente", + "common.next_page": "Páxina siguiente", + "common.no": "Non", + "common.none": "Ningún", + "common.page": "Páxina", + "common.paused": "Pausado", + "common.pending": "Pendente", + "common.prev_page": "Páxina anterior", + "common.previous": "Anterior", + "common.processing": "Procesando", + "common.refresh": "Actualizar", + "common.reset": "Restablecer", + "common.retry": "Reintentar", + "common.save": "Gardar", + "common.search": "Buscar", + "common.select": "Seleccionar", + "common.select_placeholder": "\n seleccionar \n", + "common.size": "Tamaño", + "common.status": "Estado", + "common.submit": "Enviar", + "common.success": "Éxito", + "common.tags": "Etiquetas", + "common.test": "Proba", + "common.test_connection": "Probar a conexión", + "common.type": "Tipo", + "common.update": "Actualizar", + "common.updated": "Actualizado", + "common.upload": "Subir", + "common.view": "Ver", + "common.warning": "Advertencia", + "common.yes": "Si", + "cookie.accept": "Entendido", + "cookie.learn_more": "Aprender máis", + "cookie.message": "Este sitio web usa cookies para mellorar a túa experiencia.", + "cookie.notice": "DocuElevate usa só cookies de sesión esenciais necesarias para a autenticación e funcionamento do servizo. Non se utilizan cookies de seguimento ou analíticas.", + "cookie.notice_label": "Aviso de cookies", + "cookie.policy_link": "Política de cookies", + "cookie.privacy_link": "Aviso de Privacidade", + "credentials.col_action": "Acción", + "credentials.col_credential": "Credencial", + "credentials.col_source": "Fonte", + "credentials.configured": "Configurado", + "credentials.edit_in_settings": "Editar en Configuracións", + "credentials.legend_db": "Valor almacenado na base de datos (cifrado en reposo; substitúe a variable de ambiente)", + "credentials.legend_env_after": " arquivo", + "credentials.legend_env_before": "Valor da variable de ambiente ou ", + "credentials.legend_missing": "Credencial non configurada — a integración non funcionará", + "credentials.legend_restart": "Reinicio requirido cando esta credencial se xire", + "credentials.legend_title": "Lenda", + "credentials.manage_settings": "Xestionar Configuracións", + "credentials.not_configured": "Non configurado", + "credentials.page_title": "Auditoría de Credenciais - DocuElevate", + "credentials.raw_json": "JSON en bruto (API)", + "credentials.restart_title": "Reinicio requirido tras rotar esta credencial", + "credentials.source_db_title": "Almacenado na base de datos (cifrado)", + "credentials.source_env_title": "Desde a variable de ambiente", + "credentials.status_missing": "Faltante", + "credentials.subtitle": "Resumen de todas as credenciais sensibles utilizadas por DocuElevate. Non se mostran valores secretos aquí — só se indica se cada credencial está configurada e de onde procede.", + "credentials.table_for": "Credenciais para", + "credentials.title": "Auditoría de Credenciais", + "credentials.total_credentials": "Total de Credenciais", + "dashboard.active_integrations": "Integracións Activas", + "dashboard.files_this_month": "Ficheiros Este Mes", + "dashboard.files_today": "Ficheiros Hoxe", + "dashboard.ocr_processed": "OCR Procesado", + "dashboard.quick_actions": "Accións Rápidas", + "dashboard.recent_activity": "Actividade Recente", + "dashboard.storage_targets": "Obxectivos de Almacenamento", + "dashboard.title": "Taboleiro", + "dashboard.total_files": "Total de Ficheiros", + "dashboard.welcome": "Benvido a DocuElevate", + "duplicates.file_id_label": "ID do ficheiro", + "duplicates.file_id_placeholder": "por exemplo, 42", + "duplicates.find_btn": "Atopar", + "duplicates.found_files": "arquivo(s) duplicado(s) no total.", + "duplicates.found_groups": "grupo(s) duplicado(s) con", + "duplicates.found_prefix": "Atopado", + "duplicates.group_aria": "Grupo duplicado", + "duplicates.heading": "Documentos Duplicados", + "duplicates.how_it_works_heading": "Como funciona a detección de duplicados semellantes", + "duplicates.max_results_label": "Resultados máximos", + "duplicates.near_dup_desc": "Selecciona un documento para comprobar se outros ficheiros conteñen o mesmo (ou contido moi semellante) — mesmo se foron escaneados en momentos diferentes e teñen distintas hashes SHA-256.", + "duplicates.near_dup_heading": "Atopa duplicados semellantes para un documento", + "duplicates.no_exact_heading": "Non se atoparon duplicados exactos", + "duplicates.page_title": "Documentos Duplicados - DocuElevate", + "duplicates.pagination_aria": "Paxinación", + "duplicates.role_duplicate": "Duplicado", + "duplicates.role_original": "Orixinal", + "duplicates.tab_exact": "Duplicados Exactos", + "duplicates.tab_near": "Buscador de Duplicados Semellantes", + "duplicates.tabs_aria": "Pestanas de detección de duplicados", + "duplicates.threshold_label": "Limiar de semellanza", + "duplicates.view_dup_aria": "Ver ficheiro duplicado", + "duplicates.view_original_aria": "Ver ficheiro orixinal", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Ops, non puidemos atopar esa páxina!", + "error.404_home": "Volver á páxina de inicio", + "error.404_message": "Parece que DocuElevate extraviou o documento que estabas a buscar. Non te preocupes – estamos contigo.", + "error.404_title": "404 - Non atopado", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Mostrar información de depuración", + "error.500_description": "Os nosos servidores tiveron un problema e necesitan un momento.", + "error.500_heading": "Ops! Algo saíu mal.", + "error.500_home": "Ir á páxina de inicio", + "error.500_img_alt": "Ilustración dun erro de servidor", + "error.500_message1": "Os nosos servidores tiveron un problema e necesitan un momento. Quizais os hampsters derramaron o seu café?", + "error.500_message2": "Xa estamos nisto—ordenando ficheiros, reiniciando servidores e recalibrando capacitores de fluxo.", + "error.500_title": "Erro de Servidor - DocuElevate", + "error.forbidden": "Prohibido", + "error.forbidden_message": "Non tes permiso para acceder a esta páxina.", + "error.not_found": "Páxina non atopada", + "error.not_found_message": "A páxina que estás buscando non existe.", + "error.server_error": "Erro interno do servidor", + "error.server_error_message": "Algo saíu mal. Por favor, intenta de novo máis tarde.", + "error.unauthorized": "Non autorizado", + "error.unauthorized_message": "Necesitas iniciar sesión para acceder a esta páxina.", + "files.action_delete": "Eliminar ficheiro", + "files.action_details": "Ver detalles", + "files.action_preview": "Previsualización rápida", + "files.bulk_clear_selection": "Limpar selección", + "files.bulk_cloud_ocr": "Executar de novo Cloud OCR", + "files.bulk_delete": "Eliminar seleccionados", + "files.bulk_download": "Descargar como ZIP", + "files.bulk_reprocess": "Reprocesar seleccionados", + "files.delete_modal_cancel": "Cancelar", + "files.delete_modal_confirm": "Eliminar", + "files.delete_modal_message": "Estás seguro de que desexas eliminar este ficheiro?", + "files.delete_modal_title": "Confirmar eliminación", + "files.document_title": "Título do documento", + "files.drop_overlay_hint": "Admite PDF, documentos de Office, imaxes, HTML, Markdown, e máis – as carpetas son procesadas recursivamente", + "files.drop_overlay_title": "Solta ficheiros ou carpetas en calquera lugar para subir", + "files.error_hint": "Isto pode deberse a un problema de configuración ou de importación. Por favor, verifica os registos do servidor.", + "files.file_size": "Tamaño do ficheiro", + "files.filename": "Nome do ficheiro", + "files.files_selected": "ficheiros seleccionados", + "files.filter_all_providers": "Todos os provedores", + "files.filter_all_statuses": "Todos os estados", + "files.filter_all_types": "Todos os tipos", + "files.filter_apply": "Aplicar filtros", + "files.filter_clear": "Limpar", + "files.filter_date_from": "Data dende", + "files.filter_date_from_aria": "Filtrar desde a data", + "files.filter_date_to": "Data ata", + "files.filter_date_to_aria": "Filtrar ata a data", + "files.filter_form_aria": "Filtrar ficheiros", + "files.filter_mime_type": "Tipo MIME", + "files.filter_ocr_all": "Todos os ficheiros", + "files.filter_ocr_good": "Boa calidade", + "files.filter_ocr_poor": "Pobre calidade", + "files.filter_ocr_quality": "Calidade OCR", + "files.filter_ocr_quality_aria": "Filtrar por puntuación de calidade OCR", + "files.filter_ocr_unchecked": "Avaliación non realizada", + "files.filter_search_label": "Buscar Nome do Ficheiro", + "files.filter_search_placeholder": "Introduza o nome do ficheiro...", + "files.filter_storage_provider": "Provedor de Almacenamento", + "files.filter_tags_aria": "Filtrar por etiquetas (separadas por comas)", + "files.filter_tags_placeholder": "por exemplo, factura,amazon", + "files.fulltext_search_label": "Busca de Texto Completo (texto OCR, metadatos, etiquetas)", + "files.fulltext_search_placeholder": "Buscar contido do documento, remitente, etiquetas, tipo...", + "files.no_files": "Non se atoparon ficheiros", + "files.ocr_status": "Estado de OCR", + "files.page_title": "Registros de Ficheiros", + "files.pagination_files": "ficheiros", + "files.pagination_first": "Primeiro", + "files.pagination_last": "Último", + "files.pagination_nav_aria": "Paxinación da lista de ficheiros", + "files.pagination_next": "Seginte", + "files.pagination_of": "de", + "files.pagination_previous": "Anterior", + "files.pagination_showing": "Amosando", + "files.preview_modal_close": "Pechar previa", + "files.preview_modal_title": "Previa", + "files.queue_banner_items": "artigo(s) están actualmente na cola ou sendo procesados. Os ficheiros aparecerán aquí unha vez que o procesamiento finalice.", + "files.queue_banner_link": "Ver Cola", + "files.saved_searches_empty": "Sen buscas gardadas por agora", + "files.saved_searches_error": "Non se puideron cargar as buscas gardadas", + "files.saved_searches_label": "Buscas Gardadas", + "files.saved_searches_save": "Gardar Actual", + "files.saved_searches_save_aria": "Gardar os filtros actuais como unha busca gardada", + "files.search_results_empty": "Non se atoparon resultados.", + "files.search_results_title": "Resultados da Busca", + "files.status_duplicate": "Duplicado", + "files.table_actions": "Accións", + "files.table_aria": "Registros de Ficheiros", + "files.table_created_at": "Creado en", + "files.table_empty": "Non se atoparon ficheiros", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", + "files.table_mime_type": "Tipo MIME", + "files.table_original_filename": "Nome do Ficheiro Orixinal", + "files.table_select_all": "Seleccionar todos os ficheiros nesta páxina", + "files.tags": "Etiquetas", + "files.title": "Ficheiros", + "files.upload_modal_aria": "Progresos de carga", + "files.upload_modal_close": "Pechar o progreso de carga", + "files.upload_modal_header": "Cargando Ficheiros", + "files.uploaded": "Cargado", + "footer.about": "Acerca de", + "footer.attribution": "Atribución", + "footer.attributions": "Atribucións", "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Impresión", + "footer.license": "Licenza", + "footer.navigation": "Navegación do pé de páxina", + "footer.privacy": "Privacidade", + "footer.terms": "Termos", + "footer.version": "Versión {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "Vinculado por OAuth. Os arquivos van á súa carpeta escollida.", + "help.destinations_email": "Reenvío de Correo Electrónico", + "help.destinations_email_desc": "Ficheiros procesados enviados como adxuntos SMTP.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Conta de servizo ou OAuth. Soporta unidades compartidas.", + "help.destinations_heading": "Destinos – Onde Van os Documentos", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Almacenamento en nube auto-aloxado a través de WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Integración da API de Microsoft Graph.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Empurra documentos directamente a Paperless para o archivado.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Calquera cubo compatible con S3 (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Transferencia segura de ficheiros a calquera servidor.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "Envía metadatos a calquera punto final externo.", + "help.documentation": "Documentación", + "help.faq": "Preguntas Frecuentes", + "help.faq_1_a": "Navega á páxina de carga, arrastra e solta os teus ficheiros ou fai clic en Escoller Ficheiro. DocuElevate converte imaxes e documentos de oficina a PDF, executa OCR e extrae metadatos automaticamente.", + "help.faq_1_q": "Como subo documentos?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF e HTML. Os ficheiros non PDF convértense automaticamente a PDF antes do procesamento.", + "help.faq_2_q": "Que formatos de ficheiro son compatibles?", + "help.faq_3_a": "Si. Vai a Inxestión de Correo, engade unha conta IMAP e DocuElevate consultarache por novos mensaxes e procesará os arquivos adjuntos automaticamente.", + "help.faq_3_q": "Podo inxectar documentos desde o correo electrónico?", + "help.faq_4_a": "As cadeas de procesamento permítenche encadear pasos de procesamento – OCR, extracción de IA, conversión de formato – e dirixir o resultado a un ou máis destinos. Créao e xestiónao desde a páxina de Cadeas.", + "help.faq_4_q": "Como funcionan as cadeas de procesamento?", + "help.faq_5_a": "DocuElevate cifra as credenciais en repouso, comunica a través de TLS e nunca almacena os teus documentos máis tempo do necesario. Consulta a Aviso de Privacidade para obter todos os detalles.", + "help.faq_5_a_post": " para obter detalles completos.", + "help.faq_5_a_pre": "DocuElevate cifra as credenciais en reposo, comunica a través de TLS e nunca almacena os teus documentos máis tempo do necesario. Vea o ", + "help.faq_5_q": "É seguro o meu dato?", + "help.faq_heading": "Preguntas Frequentes", + "help.getting_started": "Comezar", + "help.heading": "Centro de Axuda", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Utiliza a REST API para enviar documentos de forma programática. Autentícate cun token Bearer e envía ficheiros ao punto final de carga.", + "help.ingestion_heading": "Ferramentas de Inxestión de Datos", + "help.ingestion_mobile": "Aplicacións Móbiles", + "help.ingestion_mobile_desc": "Utiliza calquera aplicación de escáner móbil que soporte destinos de carga HTTP personalizados para enviar fotos e escaneos a DocuElevate desde o teu teléfono ou tableta.", + "help.ingestion_scanners": "Escáneres de Rede", + "help.ingestion_scanners_desc": "Apunta calquera escáner de rede ou impresora multifuncional ao punto final de carga de DocuElevate. Os documentos escaneados arríndanse directamente á túa cola de procesamento.", + "help.ingestion_watched_folders": "Directorios Vixiados", + "help.ingestion_watched_folders_desc": "Configura un directorio local ou de rede para ser monitorizado. Calquera ficheiro colocado nun directorio vixiado é automaticamente cargado e procesado por DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integra DocuElevate nas túas fluxos de automatización con Zapier, n8n ou Make. Usa as accións da REST API para acender cargas de documentos desde calquera evento.", + "help.meta_description": "Obtén axuda con DocuElevate – atoparás guías sobre como cargar documentos, conectar almacenamento na nube, configurar pipelines e moito máis.", + "help.og_description": "Obtén axuda con DocuElevate – atoparás guías sobre como cargar documentos, conectar almacenamento na nube, configurar pipelines e moito máis.", + "help.page_title": "Centro de Axuda", + "help.privacy_notice": "Aviso de Privacidade", + "help.quickstart_heading": "Comezo Rápido", + "help.quickstart_storage": "Conectar Almacenamento", + "help.quickstart_storage_desc": "Diríxeche a Configuración e liga as túas contas en nube. Os documentos procesados diríxense automáticamente a cada destino que configures.", + "help.quickstart_storage_desc_full": "Diríxete a Integracións e vincula as túas contas de almacenamento na nube. DocuElevate soporta Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud e máis. Os documentos procesados son automaticamente enviados a cada destino que configures.", + "help.quickstart_upload": "Subir Documentos", + "help.quickstart_upload_desc": "Arrastra e solta ficheiros na páxina de Subida ou fai clic en Elixir Ficheiro. DocuElevate convérte imaxes e documentos de oficina a PDF, executa OCR e extrae metadatos automaticamente.", + "help.quickstart_workflows": "Automatizar Fluxos de Traballo", + "help.quickstart_workflows_desc": "Crea Cadeas para definir regras de procesamento e roteo en varios pasos. Combina OCR, extracción de IA, conversión de formato e entrega nun único fluxo.", + "help.sources_email_ingestion": "Inxestión de Correo (IMAP)", + "help.sources_email_ingestion_desc": "Reenvía documentos a un correo dedicado. Baixo Inxestión de Correo, engade unha ou máis contas IMAP. DocuElevate consulta por novos mensaxes e procesa os arquivos adjuntos automaticamente.", + "help.sources_heading": "Fontes – Obtendo Documentos", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", + "help.sources_rest_api_desc": "Integra programáticamente publicando ficheiros en /api/upload. Ideal para scripts, carpetas vixiladas, escáneres ou ferramentas de terceiros como Zapier e n8n.", + "help.sources_scanner": "Escáner e Móbil", + "help.sources_scanner_desc": "Apunta escáneres de rede ao punto de carga de DocuElevate ou usa calquera aplicación de escáner móbil que soporte destinos HTTP personalizados.", + "help.sources_scanner_desc_full": "Configura o teu escáner de rede ou impresora multifuncional para enviar escaneos directamente a DocuElevate. Usa a ruta /api/upload como destino. As aplicacións de escaneo móbil con destinos de carga personalizados tamén son compatibles.", + "help.sources_web_upload": "Subida Web", + "help.sources_web_upload_desc": "A forma máis rápida de comezar. Abre a páxina de Subida, solta un ou varios ficheiros e DocuElevate encárgase do resto. Os formatos compatibles inclúen PDF, JPEG, PNG, TIFF, DOCX, XLSX e máis.", + "help.subheading": "Todo o que necesitas para sacar o máximo proveito de DocuElevate. Navega polos temas abaixo ou busca o que necesites.", + "help.support": "Soporte", + "help.support_admin_message": "Contacta co teu administrador para obter información sobre soporte.", + "help.support_description": "Non atopas o que buscas? O noso equipo de soporte está aquí para axudar.", + "help.support_heading": "Contacta co Soporte", + "help.support_live_chat": "Chateo en directo dispoñible – fai clic na burbulla de chat para iniciar unha conversa.", + "help.support_ticket_button": "Enviar un Ticket", + "help.support_ticket_desc": "Completa o formulario abaixo e o noso equipo de soporte contactará contigo tan pronto como sexa posible.", + "help.support_ticket_heading": "Abrir un Ticket de Soporte", + "help.title": "Centro de Axuda", + "help.workflows_creating": "Creando unha Cadea", + "help.workflows_definition": "Unha Cadea é unha serie de pasos de procesamento que se executan automaticamente sempre que se inxecta un documento. Cada paso pode transformar, enriquecer ou dirixir o documento.", + "help.workflows_heading": "Fluxos de Traballo e Cadeas", + "help.workflows_step_1": "Converter a PDF", + "help.workflows_step_1_create": "Ir a Canles no menú principal.", + "help.workflows_step_1_full": "Convértese en PDF – todos os ficheiros entrantes normalízanse a un formato PDF consistente.", + "help.workflows_step_2": "OCR – extraer texto", + "help.workflows_step_2_create": "Fai clic en Nova Canle e dálle un nome.", + "help.workflows_step_2_full": "OCR – extrae texto seleccionable de páxinas escaneadas usando Azure Document Intelligence ou o motor integrado.", + "help.workflows_step_3": "Extracción de metadatos de IA", + "help.workflows_step_3_create": "Engade os pasos de procesamento que precisas.", + "help.workflows_step_3_full": "Extracción de metadatos AI – clasifica o tipo de documento e extrai campos clave como montantes, datas e nomes usando OpenAI.", + "help.workflows_step_4": "Entregar a unha ou varias destinos", + "help.workflows_step_4_create": "Elixe unha ou varias destinos de entrega.", + "help.workflows_step_5_create": "Gardar – novos documentos serán procesados a través desta canle automáticamente.", + "help.workflows_typical_steps": "Pasos típicos", + "help.workflows_what_is": "Que é unha Canle?", + "index.badge_intelligent": "Procesamento de Documentos Intelixentes", + "index.button_browse_files": "Explorar Archivos", + "index.button_upload": "Subir", + "index.capabilities_cloud": "Almacenamento en Nube: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Inxelación de documentos por correo electrónico e URL", + "index.capabilities_ocr": "OCR e extracción de metadatos con IA", + "index.capabilities_paperless": "Integración de Paperless-ngx para xestión de documentos", + "index.capabilities_title": "Capacidades", + "index.capabilities_workflows": "Canles de clasificación e roteo automatizadas", + "index.cta_description": "Únete aos equipos que xa están automatizando o procesamento dos seus documentos con DocuElevate.", + "index.cta_heading": "¿Listo para elevar o seu fluxo de traballo de documentos?", + "index.cta_pricing": "Ver prezos", + "index.cta_signup": "Crear unha conta gratis", + "index.dashboard_subtitle": "Procesamento e xestión de documentos intelixentes", + "index.dashboard_subtitle_teams": "Procesamento e xestión de documentos intelixentes — construído para equipos", + "index.feature_ai": "Extracción de Metadatos de IA", + "index.feature_ai_desc": "OpenAI, Claude, Gemini e outros provedores de IA integrables clasifican documentos e extraen campos chave como datas, cantidades e suxeitos.", + "index.feature_cloud": "Almacenamento Multi-Nube", + "index.feature_cloud_desc": "Rotea arquivos procesados a Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP e máis.", + "index.feature_email": "Inxelación por Correo Electrónico e IMAP", + "index.feature_email_desc": "Extrae documentos de Gmail ou calquera correo IMAP automáticamente — sen necesidad de subidas manuales.", + "index.feature_ocr": "OCR e Extracción de Texto", + "index.feature_ocr_desc": "Azure Document Intelligence converte PDFs escaneados e imaxes en texto completamente indexable automáticamente.", + "index.feature_pipelines": "Canles Personalizadas", + "index.feature_pipelines_desc": "Constrúe canles de procesamento con pasos configurables — OCR, extracción de IA, conversión de formato e roteo de almacenamento en calquera orde.", + "index.feature_search": "Búsqueda de Texto Completo", + "index.feature_search_desc": "Atopa instantaneamente calquera documento por contido, metadatos ou etiquetas en todo o arquivo.", + "index.feature_section_title": "Todo o que necesitas para fluxos de traballo intelixentes de documentos", + "index.getting_started": "Comezando", + "index.getting_started_1": "Configura integracións a través do Estado do Sistema", + "index.getting_started_2": "Sube o teu primeiro documento", + "index.getting_started_3": "Revisa os resultados en Arquivos", + "index.getting_started_learn": "Aprende máis sobre DocuElevate", + "index.hero_description": "DocuElevate ingesta os teus documentos, realiza OCR, extrae metadatos con IA e dirixe arquivos a Dropbox, Google Drive, OneDrive, S3, Nextcloud e máis — todo nunha única tubaxe sen fisuras.", + "index.hero_heading": "Dende a subida ata a percepción — automaticamente.", + "index.hero_login": "Iniciar Sesión", + "index.hero_pricing": "Ver Plans e Prezos", + "index.hero_signup": "Comeza — é gratis", + "index.integrations_active": "Integracións activas", + "index.integrations_storage": "Obxectivos de almacenamento", + "index.integrations_title": "Integracións", + "index.integrations_view_status": "Ver estado do sistema", + "index.page_title_dashboard": "Taboleiro", + "index.page_title_public": "Processamento de Documentos Intelixentes", + "index.platform_overview": "Visión xeral da plataforma", + "index.processing_stats": "Estatísticas de Procesamento", + "index.quick_actions": "Accións Rápidas", + "index.quick_documents": "Os meus Documentos", + "index.quick_documents_desc": "Navega polos teus arquivos procesados", + "index.quick_search": "Buscar", + "index.quick_search_desc": "Busca de texto completo en documentos", + "index.quick_subscription": "A Miña Subscripción", + "index.quick_subscription_desc": "Ver detalles do plano e uso", + "index.quick_system_status": "Estado do Sistema", + "index.quick_system_status_desc": "Comproba a saúde da integración", + "index.quick_upload": "Sube Documento", + "index.quick_upload_desc": "Procesa un novo arquivo", + "index.quick_view_files": "Ver Todos os Arquivos", + "index.quick_view_files_desc": "Navega por documentos procesados", + "index.single_user_heading": "Taboleiro de DocuElevate", + "index.single_user_subtitle": "Processamento e xestión de documentos intelixentes", + "index.stat_active_integrations": "Integracións Activas", + "index.stat_active_users": "Usuarios Activos", + "index.stat_files_month": "Arquivos este mes", + "index.stat_files_ocr": "Ficheiros con OCR", + "index.stat_files_today": "Arquivos de hoxe", + "index.stat_storage_targets": "Obxectivos de Almacenamento", + "index.stat_this_month": "Este mes", + "index.stat_today": "Hoxe", + "index.stat_total_files": "Total de arquivos", + "index.stat_total_processed": "Total procesado", "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "index.tier_upgrade": "Mellora", + "index.tier_view_details": "Ver detalles completos", + "index.upgrade_daily_limits": "Limites diarios e mensuais máis altos", + "index.upgrade_description": "Desbloquea máis documentos, máis destinos e soporte prioritario.", + "index.upgrade_destinations": "Máis destinos de almacenamento", + "index.upgrade_ocr_pages": "Máis páxinas OCR", + "index.upgrade_plan": "Mellora o teu plan", + "index.upgrade_view_pricing": "Ver plans e prezos", + "index.usage_lifetime": "Arquivos de por vida", + "index.usage_month": "Arquivos este mes", + "index.usage_my_usage": "O meu uso", + "index.usage_today": "Arquivos hoxe", + "index.usage_unlimited": "Ilimitado", + "integrations.access_key_label": "ID de clave de acceso", + "integrations.active_label": "Activo", + "integrations.add_button": "Engadir integración", + "integrations.add_first_button": "Engade a túa primeira integración", + "integrations.api_token_label": "Token de API", + "integrations.authorize_btn": "Autorizar", + "integrations.authorize_reauth": "Re-autorizar", + "integrations.bucket_label": "Cubo", + "integrations.configure": "Configurar", + "integrations.connect": "Conectar", + "integrations.connected": "Conectado", + "integrations.connection_failed": "A conexión fallou", + "integrations.connection_success": "Conexión exitosa", + "integrations.delete_confirm_are_you_sure": "Estás seguro de que desexas eliminar", + "integrations.delete_confirm_title": "Eliminar integración?", + "integrations.delete_confirm_undone": "Esta acción non se pode desfacer.", + "integrations.delete_emails_label": "Eliminar correos despois do procesamento", + "integrations.delete_files_label": "Eliminar arquivos despois do procesamento", + "integrations.destinations_quota_label": "Destinos de almacenamento:", + "integrations.destinations_section": "Destinos", + "integrations.direction_destination": "Destino (almacenamento)", + "integrations.direction_label": "Dirección", + "integrations.direction_placeholder": "\u0014 Seleccionar \u0014", + "integrations.direction_source": "Fonte (ingestión)", + "integrations.disconnect": "Desconectar", + "integrations.email_settings": "Configuración de reenvío de correo electrónico", + "integrations.empty_state": "Sen integracións configuradas", + "integrations.endpoint_label": "URL de endpoint", + "integrations.endpoint_optional": "(opcional, para S3-compatible)", + "integrations.folder_label": "Cartafol", + "integrations.folder_optional": "(opcional)", + "integrations.folder_path_label": "Ruta da carpeta", + "integrations.folder_prefix_label": "Prefixo da carpeta", + "integrations.generic_settings_hint": "A configuración para este tipo de integración pode ser fornecida como JSON despois da creación a través da API.", + "integrations.gmail_hint": "Etiquetas e estrela de Gmail: cando están activadas, os correos procesados son estrelados e etiquetados cunha etiqueta de \"Inxestido\" en Gmail. Aplica só a servidores de Gmail.", + "integrations.gmail_labels": "Aplicar etiquetas e estrela de Gmail", + "integrations.host_label": "Anfitrión", + "integrations.imap_settings": "Configuracións de IMAP", + "integrations.loading": "Cargando integracións\n0", + "integrations.modal_close": "Pechar modal", + "integrations.modal_title_add": "Engadir integración", + "integrations.modal_title_edit": "Editar integración", + "integrations.name_label": "Etiqueta", + "integrations.name_placeholder": "por exemplo, Gmail de traballo, Arquivo S3", + "integrations.nextcloud_settings": "Configuración de Nextcloud", + "integrations.nextcloud_url_label": "URL de Nextcloud", + "integrations.no_integrations_body": "Engade a túa primeira integración para conectar fontes de ingestión (como IMAP) e destinos de almacenamento (como S3, Dropbox ou Google Drive).", + "integrations.not_connected": "Non conectado", + "integrations.oauth_folder_label": "Cartafol", + "integrations.oauth_hint": "Garda esta integración primeiro, logo usa o botón de Autorizar para completar o fluxo de OAuth. As túas credenciais serán almacenadas de forma segura na túa ficha de integración persoal.", + "integrations.page_title": "Integracións", + "integrations.paperless_settings": "Configuración de Paperless NGX", + "integrations.password_label": "Contrasinal", + "integrations.paused": "Pausado", + "integrations.plan_label": "Plan:", + "integrations.port_label": "Porto", + "integrations.quota_not_available": "(non dispoñible)", + "integrations.quota_unlimited": "/ sen límite", + "integrations.recipient_label": "Correo electrónico do destinatario", + "integrations.region_label": "Región", + "integrations.remote_path_label": "Camiño remoto", + "integrations.s3_prefix_label": "Prefixo (camiño do cartafol)", + "integrations.s3_settings": "Configuración de S3", + "integrations.secret_key_label": "Clave de acceso secreta", + "integrations.show_password": "Mostrar contrasinal", + "integrations.show_secrets": "Mostrar segredos", + "integrations.show_token": "Mostrar token", + "integrations.source_local": "Sistema de arquivos local", + "integrations.source_type_label": "Tipo de fonte", + "integrations.sources_quota_label": "Fontes de caixa de correo:", + "integrations.sources_section": "Fontes", + "integrations.subtitle": "Xestiona as túas fontes de ingestión e destinos de almacenamento nun só lugar.", + "integrations.title": "Integracións", + "integrations.type_label": "Tipo de integración", + "integrations.type_placeholder": "\u00102 - Selecciona dirección primeiro \u00102", + "integrations.upgrade_plan": "Actualizar plan", + "integrations.use_ssl": "Usar SSL", + "integrations.username_label": "Nome de usuario", + "integrations.watch_folder_settings": "Configuración de cartafol de vixilancia", + "integrations.webdav_settings": "Configuración de WebDAV", + "integrations.webdav_url_label": "URL de WebDAV", + "integrations.webhook_heading": "Ingestión de Webhook", + "integrations.webhook_how_heading": "Como funciona a ingestión de webhook", + "integrations.webhook_how_text": "Unha integración de webhook permite que sistemas externos envíen documentos directamente a DocuElevate a través da API REST. En vez de que DocuElevate consulte novos arquivos (como IMAP), a túa aplicación envía arquivos a DocuElevate usando unha solicitude HTTP cun token de API para autenticación.", + "integrations.webhook_ideal_text": "Isto é ideal para pipelines de CI/CD, scripts de automatización, integracións de escáner ou calquera sistema que xere documentos e necesite enviárllelos para procesamento.", + "integrations.webhook_quick_start": "Inicio rápido", + "integrations.webhook_security_tip": "Crea un token de API dedicado para cada integración e revócao imediatamente se se compromete. Os tokens pódense xestionar na páxina de Tokens de API.", + "integrations.webhook_step1": "Vai a {api_tokens_link} e crea un token persoal.", + "integrations.webhook_upload_with_token": "Usa o token para subir documentos a través da API:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "language.change_success": "Idioma cambiado a {language}", + "language.changed": "Idioma cambiado a {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", "language.el": "Ελληνικά", - "language.en": "English", + "language.en": "Inglés", "language.es": "Español", "language.et": "Eesti", "language.fi": "Suomi", "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", + "language.hu": "Húngaro", "language.is": "Íslenska", "language.it": "Italiano", "language.lb": "Lëtzebuergesch", @@ -607,323 +714,401 @@ "language.lv": "Latviešu", "language.nb": "Norsk", "language.nl": "Nederlands", + "language.no_results": "Non se atoparon idiomas", "language.pl": "Polski", "language.pt": "Português", "language.ro": "Română", "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", + "language.search_placeholder": "Buscar idiomas\u001e", + "language.selector": "Lingua", + "language.selector_label": "Selecciona a lingua", "language.sk": "Slovenčina", "language.sl": "Slovenščina", "language.sv": "Svenska", "language.tr": "Türkçe", "language.uk": "Українська", "language.zh": "中文", - "nav.about": "About", + "nav.about": "Sobre", + "nav.account_menu": "Menú de conta", + "nav.account_menu_for": "Menú de conta para {name}", "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", + "nav.admin.audit_logs": "Registros de auditoría", + "nav.admin.backups": "Copias de seguridade", "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "nav.admin.scheduled_jobs": "Traballos programados", + "nav.admin.users": "Usuarios", + "nav.admin_actions": "Accións de administrador", + "nav.admin_menu": "Menú de administrador", + "nav.api_docs": "Documentación da API", + "nav.api_tokens": "Tokens da API", + "nav.backup_restore": "Copia de seguridade e restauración", + "nav.credentials": "Credenciais", + "nav.dark_mode": "Modo escuro", + "nav.dashboard": "Taboleiro", + "nav.developer_docs": "Documentación de desenvolvedor", + "nav.duplicates": "Duplicados", + "nav.file_manager": "Xestor de ficheiros", + "nav.files": "Ficheiros", + "nav.get_started": "Comezar", + "nav.help": "Axuda", + "nav.help_center": "Centro de axuda", + "nav.imap": "Importación de correo", + "nav.integrations": "Integracións", + "nav.light_mode": "Modo claro", + "nav.login": "Acceder", + "nav.logout": "Pechar sesión", + "nav.main_navigation": "Navegación principal", + "nav.my_subscription": "A miña subscrición", + "nav.notifications": "Notificacións", + "nav.open_main_menu": "Abrir menú principal", + "nav.pipelines": "Canles", + "nav.plan_designer": "Deseñador de plans", + "nav.pricing": "Prezos", + "nav.profile": "Perfil", + "nav.profile_settings": "Configuración do perfil", + "nav.queue": "Cola", + "nav.queue_monitor": "Monitor de cola", + "nav.scheduled_jobs": "Empregos programados", + "nav.search": "Buscar", + "nav.settings": "Configuracións", + "nav.shared_links": "Ligazóns compartidas", + "nav.sign_out": "Pechar sesión", + "nav.signup": "Rexístrate", + "nav.similarity": "Semellanza", + "nav.skip_to_content": "Saltar ao contido principal", + "nav.status": "Estado", + "nav.subscription": "Subscrición", + "nav.toggle_dark_mode": "Activar modo escuro", + "nav.toggle_nav": "Activar menú de navegación", + "nav.upload": "Subir", + "nav.users": "Usuarios", + "nav.version": "Información da versión", + "notifications.filter_all": "Todo", + "notifications.filter_read": "Só lectura", + "notifications.filter_unread": "Só non lido", + "notifications.manage_desc": "Xestiona a túa caixa de entrada de notificacións, destinos e preferencias de eventos", + "notifications.mark_all_read": "Marcado todo como lido", + "notifications.mark_all_read_btn": "Marcar todo como lido", + "notifications.mark_read": "Marcar como lido", + "notifications.no_notifications": "Non hai notificacións", + "notifications.page_title": "Notificacións", + "notifications.tab_inbox": "Caixa de entrada", + "notifications.tab_settings": "Configuracións", + "notifications.title": "Notificacións", + "notifications.unread_count": "{count} notificacións non lidas", + "pipelines.active_label": "Activado", + "pipelines.add_step_btn": "Engadir Paso", + "pipelines.create": "Crear Pipeline", + "pipelines.custom_label_label": "Etiqueta Personalizada", + "pipelines.default_label": "Predeterminado", + "pipelines.description_label": "Descrición", + "pipelines.description_placeholder": "Descrición opcional", + "pipelines.disabled_label": "Desactivado", + "pipelines.edit": "Editar Pipeline", + "pipelines.empty_state": "Non hai pipelines aínda", + "pipelines.empty_state_hint": "Crea a túa primeira pipeline para definir fluxos de traballo de procesamento de documentos personalizados.", + "pipelines.enabled_label": "Activado", + "pipelines.force_cloud_ocr_label": "Forzar OCR na nube (saltar a extracción de texto local)", + "pipelines.inactive_label": "Inactivo", + "pipelines.loading": "Cargando pipelines\u001000", + "pipelines.name_placeholder": "A miña pipeline", + "pipelines.new_pipeline_btn": "Nova Pipeline", + "pipelines.no_steps": "Non hai pasos definidos. Engade un paso para comezar a construir a túa pipeline.", + "pipelines.ocr_auto": "Automático (usar predeterminado do sistema)", + "pipelines.ocr_language_hint": "Substitúe a configuración de idioma global para Tesseract/EasyOCR. Azure e Mistral detectan automaticamente o idioma.", + "pipelines.ocr_language_label": "Idioma OCR", + "pipelines.optional_suffix": "(opcional)", + "pipelines.page_title": "Procesamento de Pipelines", + "pipelines.set_default": "Establecer como a miña pipeline predeterminada", + "pipelines.step_label_placeholder": "Substitúe o nome do paso predeterminado", + "pipelines.step_type_label": "Tipo de Paso", + "pipelines.subtitle_intro": "Define e xestiona fluxos de traballo de procesamento de documentos personalizados.", + "pipelines.subtitle_system_post": "distintivo e son visíbeis para todos os usuarios.", + "pipelines.subtitle_system_pre": "As pipelines do sistema (creadas por administradores) móstranse cunha", + "pipelines.system_label": "Sistema", + "pipelines.system_pipeline_label": "Pipeline do sistema (visíbel para todos os usuarios)", + "pipelines.title": "Procesamento de Pipelines", + "profile.avatar_alt": "A túa imaxe de perfil", + "profile.avatar_heading": "Imaxe de perfil", + "profile.avatar_remove": "Eliminar avatar personalizado", + "profile.avatar_upload_hint": "Sobe unha imaxe en JPEG, PNG, GIF ou WebP de até 2 MB. Se non se establece ninguna imaxe personalizada, amosarase o teu {gravatar}.", + "profile.choose_image": "Escoller imaxe\u00140", + "profile.confirm_password": "Confirmar nova contrasinal", + "profile.contact_email_hint": "Usado para notificacións do sistema. Isto non cambia o teu e-mail de acceso.", + "profile.contact_email_label": "Correo electrónico de contacto / notificación", + "profile.contact_email_placeholder": "ti@exemplo.com", + "profile.current_password": "Contrasinal actual", + "profile.dismiss": "Descartar", + "profile.display_name_hint": "Deixa en branco para usar o nome de usuario ou correo electrónico da túa conta.", + "profile.display_name_label": "Nome mostrado", + "profile.display_name_placeholder": "O teu nome como se mostra na IU", + "profile.general_heading": "Información xeral", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Configuración do perfil", + "profile.language_auto_detect": "Detectar automáticamente (desde o navegador)", + "profile.language_hint": "Escolle o idioma preferido da interface. 'Detectar automaticamente' segue as configuracións do teu navegador.", + "profile.language_label": "Idioma da IU", + "profile.new_password": "Nova contrasinal", + "profile.new_password_hint": "Mínimo 8 caracteres.", + "profile.page_title": "Configuración do perfil – DocuElevate", + "profile.password_heading": "Cambiar contrasinal", + "profile.preferences_heading": "Preferencias", + "profile.save_button": "Gardar cambios", + "profile.saving": "Gardando\u00140", + "profile.subtitle": "Xestiona o teu nome mostrado, avatar, idioma e preferencias de tema.", + "profile.theme_dark": "Escuro", + "profile.theme_hint": "'Predeterminado do sistema' segue a configuración de modo escuro do teu dispositivo.", + "profile.theme_label": "Esquema de cores", + "profile.theme_light": "Clara", + "profile.theme_system": "Predeterminado do sistema", + "profile.update_password": "Actualizar contrasinal", + "profile.updating": "Actualizando\u00161", + "queue.active_tasks": "Tarefas Activas", + "queue.auto_refresh_1": "Actualízase automáticamente cada", + "queue.auto_refresh_2": "segundos", + "queue.col_arguments": "Argumentos", + "queue.col_current_step": "Paso Actual", + "queue.col_file": "Arquivo", + "queue.col_files": "Archivos", + "queue.col_queue": "Cola", + "queue.col_state": "Estado", + "queue.col_task": "Tarefa", + "queue.col_task_id": "ID da tarefa", + "queue.files_processing": "Procesando arquivos", + "queue.heading": "Monitor de Cola", + "queue.last_updated": "Última actualización:", + "queue.loading_stats": "Cargando estatísticas da cola\n0\u0000A0…", + "queue.no_active_tasks": "Sen tarefas actuais", + "queue.no_data": "Sen datos", + "queue.no_files_processing": "Sen arquivos actualmente en proceso", + "queue.page_title": "Monitor de Cola", + "queue.processing_pipeline": "Canle de procesamento", + "queue.queued_tasks": "Tarefas na cola", + "queue.recently_processing": "Archivos recentemente en proceso", + "queue.redis_queues": "Colas de Redis", + "queue.subtitle": "Vista en tempo real do canle de procesamento de documentos e das colas de tarefas de Celery.", + "queue.workers_online": "Traballadores en liña", + "search.button": "Buscar", + "search.error_message": "A búsqueda está temporalmente non dispoñible. Por favor, intente de novo en un momento.", + "search.filter_aria_clear": "Eliminar todos os filtros", + "search.filter_clear_button": "Eliminar filtros", + "search.filter_date_from": "Data Desde", + "search.filter_date_to": "Data Ata", + "search.filter_document_type": "Tipo de Documento", + "search.filter_document_type_placeholder": "por exemplo, Factura", + "search.filter_language": "Lingua", + "search.filter_language_placeholder": "por exemplo, de", + "search.filter_sender": "Remitente", + "search.filter_sender_placeholder": "por exemplo, ACME Corp", + "search.filter_tags": "Etiquetas", + "search.filter_tags_placeholder": "por exemplo, amazon", + "search.filter_text_quality": "Calidade do Texto", + "search.filter_text_quality_all": "Todo", + "search.filter_text_quality_high": "Alta", + "search.filter_text_quality_low": "Baixa", + "search.filter_text_quality_medium": "Media", + "search.filter_text_quality_no_text": "Sen texto", + "search.heading": "Búsqueda de Documentos", + "search.input_aria_label": "Buscar documentos", + "search.input_placeholder": "Buscar documentos por contido, remitente, etiquetas, tipo...", + "search.loading_indicator": "Buscando\u00133", + "search.no_results": "Non se atoparon resultados", + "search.page_title": "Buscar Documentos", + "search.placeholder": "Buscar por nome de arquivo, contido, etiquetas...", + "search.result_empty": "Non se atoparon documentos que coincidan coa súa consulta.", + "search.results_count": "{count} resultados atopados", + "search.saved_aria_save": "Gardar a búsqueda actual", + "search.saved_button": "Gardar Actual", + "search.saved_empty": "A\u0000n non hai búsquedas gardadas", + "search.saved_error": "Non se puido cargar as búsquedas gardadas", + "search.saved_label": "Búsquedas Gardadas", + "search.saved_loading": "Cargando...", + "search.title": "Buscar Documentos", + "settings.audit_log_btn": "Registro de Auditoría", + "settings.autocomplete_hint": "Escribe para buscar valores coñecidos ou introduce calquera valor personalizado.", + "settings.autocomplete_no_matches": "Sen coincidencias — aínda podes escribir un valor personalizado", + "settings.autocomplete_placeholder": "Escribe para buscar ou introducir un valor...", + "settings.boolean_enable_prefix": "Activar", + "settings.categories_aria": "Categorías de configuración", + "settings.categories_heading": "Categorías", + "settings.db_wizard_btn": "Asistente para DB", + "settings.effective_value_label": "Valor efectivo:", + "settings.encrypted_suffix": "= cifrado en repouso", + "settings.encrypted_title": "O valor está cifrado en repouso na base de datos", + "settings.export_btn": "Exportar", + "settings.export_db_only": "Sólo configuración da DB", + "settings.export_full_config": "Configuración efectiva completa", + "settings.jump_to_category": "Saltar á categoría...", + "settings.manage_config_prefix": "Xestionar configuración. Prioridade:", + "settings.model_picker_hint": "Elixe da lista ou escribe calquera nome de modelo soportado polo teu proveedor.", + "settings.model_picker_placeholder": "Selecciona un modelo común ou escribe un nome personalizado...", + "settings.no_results_clear": "limpa a búsqueda", + "settings.no_results_heading": "Non se atoparon configuracións", + "settings.no_results_hint": "Proba cun termo de busca diferente ou", + "settings.page_heading": "Configuración da Aplicación", + "settings.required_label": "(obrigatorio)", + "settings.reset_confirm": "Estás seguro de que queres restablecer esta configuración?", + "settings.restart_required_suffix": "= reinicio requerido", + "settings.revert_btn": "Retirar da DB", + "settings.revert_title": "Eliminar a sobreescritura da DB e volver á variable de ambiente ou á predeterminada", + "settings.reverting": "Revertendo\n", + "settings.save_all_btn": "Gardar Todos os Cambios", + "settings.save_error": "Fallou ao gardar a configuración", + "settings.save_setting_title": "Gardar esta configuración", + "settings.save_success": "Configuración gardada con éxito", + "settings.saving_state": "Gardando\n", + "settings.search_aria_label": "Buscar configuracións", + "settings.search_clear_aria": "Limpar a búsqueda", + "settings.search_placeholder": "Buscar configuracións por nome, clave ou descrición\n", + "settings.settings_count_suffix": "configuracións", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", + "settings.source_default_badge": "PREDOTADA", "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", - "upload.url_placeholder": "https://example.com/document.pdf" + "settings.title": "Configuracións", + "settings.toggle_visibility_aria": "Alternar visibilidade da contrasinal", + "settings.toggle_visibility_title": "Mostrar/ocultar valor", + "settings.user_autocomplete_empty": "Non se atoparon usuarios que coincidan", + "settings.user_autocomplete_hint": "Escribe para buscar usuarios existentes por nome ou introduce calquera identificador manualmente.", + "settings.user_autocomplete_placeholder": "Comeza a escribir para buscar usuarios\n", + "settings.wizard_btn": "Asistente", + "shared.col_expiry": "Data de caducidade", + "shared.col_file_label": "Arquivo / Etiqueta", + "shared.col_link": "Ligazón", + "shared.col_views": "Vistas", + "shared.copy_link_aria": "Copiar ligazón ao portapapeis", + "shared.copy_link_title": "Copiar ligazón", + "shared.create_btn": "Crear Ligazón", + "shared.create_heading": "Crear Nova Ligazón Compartida", + "shared.creating": "Creando\n", + "shared.expiry_12h": "12 horas", + "shared.expiry_14d": "14 días", + "shared.expiry_1h": "1 hora", + "shared.expiry_24h": "24 horas (1 día)", + "shared.expiry_30d": "30 días", + "shared.expiry_3d": "3 días", + "shared.expiry_6h": "6 horas", + "shared.expiry_7d": "7 días", + "shared.expiry_label": "Data de caducidade", + "shared.expiry_never": "Nunca", + "shared.file_id_help_post": "páxina ou na URL de detalle do documento.", + "shared.file_id_help_pre": "Atopa o ID do ficheiro na", + "shared.file_id_label": "ID do ficheiro", + "shared.file_id_placeholder": "por exemplo, 42", + "shared.files_link": "Ficheiros", + "shared.heading": "Ligazóns compartidas", + "shared.label_label": "Etiqueta", + "shared.label_placeholder": "por exemplo, Compartido con Bob", + "shared.link_created": "Ligazón compartida creada!", + "shared.link_created_help": "Copiar e enviar esta ligazón ao destinatario.", + "shared.links_count_aria": "número de ligazóns", + "shared.max_downloads_label": "Max. descargas", + "shared.no_links": "Aínda non hai ligazóns compartidas. Crea unha arriba para comezar.", + "shared.open_in_new_tab": "Abrir en nova pestana", + "shared.open_link_aria": "Abrir ligazón compartida", + "shared.optional": "(opcional)", + "shared.page_title": "Ligazóns compartidas – DocuElevate", + "shared.password_label": "Contrasinal", + "shared.password_placeholder": "Deixa en branco se non hai contrasinal", + "shared.password_protected": "Protexido por contrasinal", + "shared.refresh_aria": "Actualizar lista de ligazóns compartidas", + "shared.revoke_aria_prefix": "Revogar ligazón compartida para", + "shared.revoke_btn": "Revogar", + "shared.status_active": "Activa", + "shared.status_expired": "Expirada", + "shared.status_limit_reached": "Limite alcanzado", + "shared.status_revoked": "Revogada", + "shared.subtitle": "Comparte documentos con calquera a través dunha ligazón limitada no tempo ou limitadas na visualización. Os destinatarios non necesitan unha conta de DocuElevate. As ligazóns poden estar protexidas por contrasinal e revogadas en calquera momento.", + "shared.table_aria": "Ligazóns compartidas", + "shared.unlimited_placeholder": "Ilimitado", + "shared.your_links": "As súas ligazóns compartidas", + "similarity.backfill_auto": "A tarefa de fondo calculará automaticamente cada 5 minutos, ou pode", + "similarity.files_missing_text": "arquivo(s) teñen texto OCR pero non embebido aínda.", + "similarity.find_pairs_btn": "Atopa parellas", + "similarity.heading": "Semellanza de documentos", + "similarity.load_error": "Non se puido cargar as parellas.", + "similarity.min_similarity_label": "Min. semellanza", + "similarity.no_pairs_detail": "Non hai parellas de documentos que superen o limiar de semellanza.", + "similarity.no_pairs_heading": "Non se atoparon parellas semellantes", + "similarity.page_title": "Semelhanza de Documentos - DocuElevate", + "similarity.pagination_aria": "Paxinación de parellas de semelhanza", + "similarity.per_page_label": "Por páxina", + "similarity.scanning": "Escaneando pares de documentos semellantes\u0014c...", + "similarity.stat_embedding_model": "Modelo de Inserción", + "similarity.stat_missing_embedding": "Inserción Perdida", + "similarity.stat_total_files": "Total de Arquivos", + "similarity.stat_with_embedding": "Con Inserción", + "similarity.subtitle": "Pares de documentos con alta semelhanza semántica, clasificados por puntuación.", + "similarity.trigger_aria": "Acionar o cálculo de inserción para todos os arquivos sen insercións", + "similarity.trigger_now": "aciralo agora", + "status.app_version": "Versión da App", + "status.build_date": "Data de Compilación", + "status.container_id": "ID do Contedor", + "status.git_commit": "Compromiso de Git", + "status.last_check": "Última Comprobación", + "status.page_title": "Estado do Sistema", + "status.setting_label": "Configuración", + "status.value_label": "Valor", + "subscription.available_plans_heading": "Plans dispoñibles", + "subscription.back_to_dashboard": "Volver ao Taboleiro", + "subscription.cancel_pending": "Cancelar cambio", + "subscription.cancel_scheduled": "Cancelar cambio programado", + "subscription.contact_sales": "Contactar coas vendas", + "subscription.current_badge": "Actual", + "subscription.current_plan": "Plan actual", + "subscription.current_plan_cta": "O teu plan actual", + "subscription.downgrade_to_prefix": "Baixar a", + "subscription.features_heading": "Que inclúe o teu plan", + "subscription.free": "Gratuíto", + "subscription.heading": "A miña subscrición", + "subscription.keep_plan_prefix": "Manter", + "subscription.lifetime_files": "Total de arquivos (durante a vida)", + "subscription.month_files": "Arquivos este mes", + "subscription.more_features_label": "máis", + "subscription.page_title": "A miña subscrición \u00161 DocuElevate", + "subscription.pending_badge": "Pendente", + "subscription.pending_benefits": "Mantés todos os beneficios do plan actual ata entón.", + "subscription.pending_on": "o", + "subscription.pending_title": "Cambio de plano pendente programado", + "subscription.pending_will_change": "O teu plan cambiará a", + "subscription.per_mo": "/mes", + "subscription.per_month": "/mes", + "subscription.since": "Desde", + "subscription.single_user_body": "Os niveis de subscrición aplícanse cando o modo de múltiples usuarios está activo. A túa instancia actualmente está en modo de usuario único sen límites de procesamento. Un administrador pode habilitar o modo de múltiples usuarios a través de {settings_link}.", + "subscription.single_user_title": "O modo de múltiples usuarios non está habilitado.", + "subscription.subtitle": "O teu plan actual, uso e actualizacións dispoñibles.", + "subscription.this_month_label": "este mes", + "subscription.today_files": "Arquivos de hoxe", + "subscription.today_label": "hoxe", + "subscription.unlimited": "Ilimitado", + "subscription.upgrade_info": "As actualizacións entran en vigor de inmediato. As baixas programaranse para o final do teu período de facturación actual.", + "subscription.upgrade_to_prefix": "Actualizar a", + "subscription.usage_heading": "Uso", + "upload.browse_button": "Navegar Arquivos", + "upload.button_processing": "Procesando...", + "upload.camera_button": "Tomar Foto / Escanear Documento", + "upload.download_button": "Baixar e Procesar", + "upload.downloading": "Baixando arquivo desde a URL...", + "upload.drag_drop": "Arrastra e solta arquivos aquí ou fai clic para navegar", + "upload.drop_hint_desktop": "Arrastra e solta arquivos ou carpetas aquí, ou fai clic para seleccionar arquivos.", + "upload.drop_hint_mobile": "Toca para seleccionar arquivos ou usa o botón da cámara abaixo.", + "upload.drop_zone_aria": "Área de carga de arquivos. Arrastra e solta arquivos aquí, ou preme Introducir para navegar por arquivos.", + "upload.error": "Cargamento fallido", + "upload.error_invalid_url": "Formato de URL non válido", + "upload.error_url_required": "Por favor, introduce unha URL", + "upload.file_size_hint": "Tamaño máximo: 500 MB por arquivo", + "upload.file_types": "Tipos permitidos: PDF, documentos de Office (Word, Excel, PowerPoint, etc.), Imágenes", + "upload.filename_description": "Deixa en branco para usar o nome do arquivo da URL", + "upload.filename_label": "Nome do Arquivo (opcional)", + "upload.filename_placeholder": "o-meu-documento.pdf", + "upload.max_size": "Tamaño máximo do arquivo: {size}", + "upload.page_title": "Cargar Arquivos", + "upload.section_device": "Cargar desde Dispositivo", + "upload.section_url": "Cargar desde URL", + "upload.select_file": "Seleccionar arquivo", + "upload.success": "Arquivo cargado con éxito", + "upload.title": "Cargar documento", + "upload.uploading": "Cargando...", + "upload.url_description": "Introduce un enlace directo a un arquivo (PDF, documentos de Office ou imaxes)", + "upload.url_label": "URL do arquivo", + "upload.url_placeholder": "https://example.com/documento.pdf" } diff --git a/frontend/translations/gu.json b/frontend/translations/gu.json new file mode 100644 index 00000000..c0a01a13 --- /dev/null +++ b/frontend/translations/gu.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "સર્જકને મળો", + "about.creator_name": "ક્રિસ્ચિયન ક્રાકાઉ-લોઇસ", + "about.creator_pre": "ડોક્યુએલિવેટ ઉત્સાહપૂર્વક વિકસાવવામાં આવેલ છે", + "about.features_admin_api": "કાર્યકારી પ્રવેશ માટે શક્તિશાળી REST API", + "about.features_admin_config": "પરીયાવરણના ચલોથી ખૂબ જ વૈવિધ્યમય", + "about.features_admin_docker": "સરળ ક્રિયાપ્રતિક્રિયા અને સ્કેલિંગ માટે ડોકર-પ્રયોજ્ય", + "about.features_admin_heading": "વ્યવસાયિક", + "about.features_admin_oauth2": "ઑથેન્ટિક સાથે OAuth2 માન્યતા આધાર", + "about.features_automation_background": "રેંડિસ અને સેલેરીને સાથે પૃષ્ઠભૂમિ પ્રક્રિયા", + "about.features_automation_gmail": "જિમે અને સામાન્ય ઇમેઇલ ખાતા સંકલન", + "about.features_automation_heading": "સ્વચાલન", + "about.features_automation_imap": "આઇએમએપી ઈનબોક્સ એપલાયનેસ વધારે અંગે મલ્ટિપલ સોર્સેથી", + "about.features_automation_ingestion": "વિવિધ નમ્રતાથી ઓટમેટેડ દસ્તાવેજ પ્રવેશ", + "about.features_heading": "મુખ્ય લક્ષણો", + "about.features_integration_cloud": "ઑનલાઇન સંગ્રહ: ડ્રોપબોક્સ, ગૂગલ ડ્રાઇવ, વનડ્રાઇવ, અમેઝોન S3", + "about.features_integration_heading": "સંકલન અને સંગ્રહ", + "about.features_integration_multi_dest": "બહુ-ગંતવ્ય આધાર (બહુતને સ્થળોએ દસ્તાવેજો સંગ્રહિત કરો)", + "about.features_integration_protocols": "મુદ્રણ પ્રોટોકોલ્સ: એફટિપીએ , એસફટિપીએ, ઈમેઇલ આગળ વધારવું", + "about.features_integration_selfhosted": "સ્વ-આયોજિત વિકલ્પો:_NEXTCLOUD, પેપર્સલેસ NGX, વેબડેવ", + "about.features_processing_classification": "બુદ્ધિશાળી દસ્તાવેજ વર્ગીકરણ અને તારીખની બહાર પાડવાનું", + "about.features_processing_heading": "દસ્તાવેજ પ્રક્રિયા", + "about.features_processing_metadata": "પ્લગેબલ એઆઈ પ્રદાનકર્તા નો ઉપયોગ કરીને ઓટમેટેડ મેટાડેટા નિષ્કર્ષણ", + "about.features_processing_ocr": "Azure દસ્તાવેજ બુદ્ધિ દ્વારા સામર્થ્યિય OCR", + "about.features_processing_pdf": "ગોટેનબર્ગ મારફતે વિવિધ ફાઇલ ફોર્મેટ માટે PDF રૂપાંતર", + "about.features_processing_upload": "ડ્રેગ અને ડ્રોપ આધાર સાથે સરળ અને સલામત ફાઇલ અપલોડ", + "about.github_logo_alt": "GitHub લોગો", + "about.heading": "ડોક્યુએલિવેટ વિશે", + "about.intro_post": " – તમારું આધુનિક, બુદ્ધિશાળી દસ્તાવેજ પ્રક્રિયા માટેનું ઉકેલ! અમે ડોક્યુએલિવેટનું નિર્માણ કર્યું છે যাতে તમે તમારા દસ્તાવેજો સાથે સામનો કરવાની રીતને સંપૂર્ણ રીતે બદલવા માટે – અપલોડથી લઈને બહાર પાડવા સુધી, પ્રક્રિયા કરવા માટે અને સંગ્રહિત કરવા માટે.", + "about.intro_pre": "આપનું સ્વાગત છે ", + "about.involved_description": "કોડમાં ઊંડાણમાં જવા, વિચારોમાં યોગદાન આપવું, અથવા ડોક્યુએલિવેટ વિશે વધુ શીખવું છે?", + "about.involved_docs": "દસ્તાવેજ વાંચો", + "about.involved_github": "GitHub પર ડોક્યુએલિવેટ જુઓ", + "about.involved_heading": "ભાગ લીલો", + "about.involved_website": "ડોક્યુએલિવેટ વેબસાઇટ પર જાઓ", + "about.legal_description": "અમે તમારી પ્રાઇવસી અને ડેટા સુરક્ષાને કાળજી રાખીએ છીએ. કૃપા કરી અમારી સમીક્ષા કરો:", + "about.legal_heading": "પ્રાઇવસી અને કાનૂની", + "about.legal_license": "લાયસન્સ માહિતી", + "about.legal_privacy": "પ્રાઇવસી નોંધ", + "about.page_title": "ડોક્યુએલિવેટ વિશે", + "about.story_heading": "અમારી વાર્તા", + "about.story_p1": "ડોક્યુએલિવેટને એક જ ઉદ્દેશ્ય સાથે બનાવવામાં આવ્યું છે: બધા માટે દસ્તાવેજ વ્યવસ્થાપનને સરળ અને સુચારૂ બનાવવું, ભલે તમે એક નાના સ્ટાર્ટઅપ હો અથવા મોટા એન્ટરપ્રાઇઝ.", + "about.story_p2": "અમે મેટાડેટા ઉતારા અને લખાણ સુધારણા માટે પ્લગેબલ એઆઈ પ્રદાતાઓ (ઓપનએઆઈ, અનટ્રોપિક ક્લોડ, ગુગલ જમિની, ઓલ્લમા, ઓપનરાઉટર, પોર્ટકી અને વધુ) ની શક્તિનો ઉપયોગ કરીએ છીએ, સ્ટોરેજ અને ઇન્ડેક્સિંગ માટે ડ્રોપબોક્સ, નેક્ટક્લાઉડ અને પેપરલેસ NGX સાથે સરળતાથી એકીકૃત થાય છે, ઓસીઆર માટે આઝુર ડોક્યુમેન્ટ ઇન્ટેલિજન્સનો ઉપયોગ કરીએ છીએ અને ફાઇલથી PDF રૂપાંતરણ માટે ગોટેંબરગનો પણ ઉપયોગ કરીએ છીએ.", + "api_tokens.col_created": "બનાવવામાં આવ્યું", + "api_tokens.col_last_ip": "અંતિમ આઇપી", + "api_tokens.col_last_used": "અંતિમ ઉપયોગમાં લાવવામાં આવ્યું", + "api_tokens.col_name": "નામ", + "api_tokens.col_prefix": "ટોકન પ્રિફિક્સ", + "api_tokens.copy_to_clipboard": "ટોકન ક્લિપબોર્ડમાં નકલ કરો", + "api_tokens.copy_upload_example": "અપલોડ ઉદાહરણ ક્લિપબોર્ડમાં નકલ કરો", + "api_tokens.copy_warning_1": "હવે આ ટોકન નકલ કરો — તે", + "api_tokens.copy_warning_2": "ફરીથી દર્શાવાઈ ન રહી", + "api_tokens.create_heading": "નવી ટોકન બનાવો", + "api_tokens.create_token": "ટોકન બનાવો", + "api_tokens.creating": "બનાવવામાં આવી રહ્યું છે…", + "api_tokens.heading": "એપી આઇ ટોકન", + "api_tokens.intro": "ડોક્યુએલિવેટ એપી سره પ્રોગ્રામેટિક રૂપે સંપર્ક માટે વ્યક્તિગત એપી આઇ ટોકન બનાવો. વેબહુક અપલોડ્સ, CI/CD પાઇપલાઇન્સ, અથવા કોઈપણ સ્ક્રિપ્ટ માટે ટોકનનો ઉપયોગ કરો જે દસ્તાવેજો અપલોડ અથવા મેળવવાની જરૂરિયાત ધરાવે છે.", + "api_tokens.loading_tokens": "ટોકન્સ_loading...", + "api_tokens.never": "કદાચ નહીં", + "api_tokens.no_tokens_heading": "હજી સુધી કોઈ એપી આઇ ટોકન નથી", + "api_tokens.no_tokens_help": "શરૂઆત કરવા માટે ઉપર તમારું પ્રથમ ટોકન બનાવો.", + "api_tokens.page_title": "એપી આઇ ટોકન - ડોક્યુએલિવેટ", + "api_tokens.revoke": "અગ્રગણ્ય", + "api_tokens.revoke_prefix": "ટોકનને રદ કરો", + "api_tokens.status_active": "સક્રિય", + "api_tokens.status_revoked": "રદ કરવામાં આવ્યું", + "api_tokens.table_aria": "એપી આઇ ટોકન", + "api_tokens.token_created": "ટોકન સફળતાપૂર્વક બનાવવામાં આવ્યુ!", + "api_tokens.token_name_label": "ટોકનનું નામ", + "api_tokens.token_name_placeholder": "ઉદાહરણ તરીકે CI પાઇપલાઇન, વેબહુક અપલોડ, મારું સ્ક્રિપ્ટ", + "api_tokens.usage_heading": "ઉપયોગ ઉદાહરણ", + "api_tokens.usage_intro_post": "કોઈપણ એપી માંગ સાથે હેડર:", + "api_tokens.usage_intro_pre": "તમારો એપી ટોકન વપરાશ કરો", + "api_tokens.your_tokens": "તમારા ટોકન", + "app.name": "ડોક્યુએલિવેટ", + "audit.col_ip": "આઇપી", + "audit.col_resource": "સ્રોત", + "audit.col_timestamp": "ટાઇમસ્ટામ્પ", + "audit.critical": "મહત્વપૂર્ણ", + "audit.filter_action": "ક્રિયા", + "audit.filter_all_actions": "બધા કાર્યો", + "audit.filter_all_users": "બધા વપરાશકર્તાઓ", + "audit.filter_resource_placeholder": "જેમ કે દસ્તાવેજ, વપરાશકર્તા", + "audit.filter_resource_type": "ઍક્સેસ પ્રકાર", + "audit.filter_severity": "ગಂಭીરતા", + "audit.filter_user": "વપરાશકર્તા", + "audit.filters_section_label": "ઑડિટ લોગ ફિલ્ટર્સ", + "audit.next": "આગળ", + "audit.next_label": "આગલા પાનું", + "audit.no_events": "અજ્ઞાત અસંખ્ય ઘટનાઓ મળી આવી નથી.", + "audit.no_events_hint": "પ્રમુખ ક્રિયાઓ (લોગિન, દસ્તાવેજ કામગીરી, સેટિંગ્સમાં ફેરફાર) અહીં દેખાશે.", + "audit.page_title": "ઑડિટ લોગ્સ - ડોક્યુએલિવેટ", + "audit.pagination_label": "ઑડિટ લોગ પાકિંગ", + "audit.prev": "પૂર્વ", + "audit.prev_label": "પ્રણાલિક પાનું", + "audit.refresh_label": "ઑડિટ લોગને રિફ્રેશ કરો", + "audit.siem_disabled_title": "SIEM ફોરવર્ડિંગ બંધ છે", + "audit.siem_enabled_title": "ઘટનાઓ મુંડવામાં આવી રહી છે ", + "audit.siem_off": "SIEM: બંધ", + "audit.subtitle": "બધા મહત્વપૂર્ણaktionen નો વ્યાપક, ઉમેરો-માત્ર રેકોર્ડ.", + "audit.table_label": "ઑડિટ લોગ ઘટનાઓ", + "audit.title": "ઑડિટ લોગ્સ", + "auth.confirm_password": "પાસવર્ડ પખવારી કરો", + "auth.create_account": "ખાતું બનાવો", + "auth.display_name_label": "પ્રદર્શિત નામ", + "auth.email_label": "ઇમેઇલ", + "auth.forgot_password": "પાસવર્ડ ભૂલી ગયા?", + "auth.forgot_username": "વપરાશકર્તાનામ ભૂલી ગયા?", + "auth.login": "લોગીન", + "auth.login_title": "લોગીન", + "auth.logo_alt": "ડોક્યુએલિવેટ લોગો", + "auth.logout": "લોગ આઉટ", + "auth.my_account": "મારી ખાતું", + "auth.no_account": "ખાતું નથી?", + "auth.or_continue_with": "અથવા સાથે ચાલુ રાખો", + "auth.password_label": "પાસવર્ડ", + "auth.profile": "પ્રોફાઈલ", + "auth.remember_me": "ઢૂંઢો", + "auth.return_home": "ગૃહ પર પાછા જાઓ", + "auth.sign_in": "સાઇન ઇન", + "auth.sign_in_sso": "SSO સાથે સાઇન ઇન", + "auth.sign_in_with": "સાઇન ઇન કરો", + "auth.sign_in_with_username": "યુઝરનેમ દ્વારા સાઇન ઇન કરો", + "auth.signup": "સાઇન અપ", + "auth.signup_title": "સાઇન અપ", + "auth.username_label": "યુઝરનેમ", + "auth.username_or_email": "યુઝરનેમ અથવા ઇમેલ", + "auth.verify_email_back_sign_in": "સાઇન ઇન માટે પાછા જાઓ", + "auth.verify_email_expiry": "લિંક 24 કલાકમાં સમાપ્ત થાય છે. જો તમે ઇમેલ ન જુઓ, તો તમારું સ્પામ ફોલ્ડર ચકાસો.", + "auth.verify_email_heading": "તમારા ઇનબોક્સની ચકાસણી કરો", + "auth.verify_email_message": "અમે તમને એક વેરિફિકેશન ઇમેલ મોકલ્યો છે. કૃપા કરીને તમારા એકાઉન્ટને સક્રિય કરવા માટે ઇમેલમાંનાં લિંક્સ પર ક્લિક કરો.", + "auth.verify_email_page_title": "DocuElevate - તમારા ઇમેલને વેરિફાઇ કરો", + "auth.verify_email_resend_aria_label": "ફરીથી મોકલવા માટે ઇમેલ સરનામું", + "auth.verify_email_resend_button": "વેરિફિકેશન ઇમેલને ફરીથી મોકલવા", + "auth.verify_email_resend_label": "ઇમેલ સરનામું", + "auth.verify_email_resend_placeholder": "તમારું ઇમેલ સરનામું દાખલ કરો", + "auth.verify_email_resend_prompt": "તે પ્રાપ્ત થયું નથી?", + "backup.archives_heading": "બેકઅપ આર્કાઇવ", + "backup.backup_now": "હવે બેકઅપ કરો", + "backup.clean_up": "સફાઈ કરો", + "backup.cleanup_title": "હવે સત્કારીઓ સાફ કરવું", + "backup.col_created": "બણાવેલ", + "backup.col_filename": "ફાઇલનું નામ", + "backup.col_size": "એકમ", + "backup.col_storage": "સ્ટોરેજ", + "backup.col_type": "પ્રકાર", + "backup.config_auto_backup": "ઓટો-બેકઅપ", + "backup.config_remote_dest": "દૂરનું સ્થળ", + "backup.config_retention": "હોલ્ડિંગ", + "backup.config_total_size": "કુલ સ્થાનિક આકાર", + "backup.confirm_btn": "પુષ્ટિ કરો", + "backup.confirm_title": "ક્રિયા પુષ્ટિ કરો", + "backup.heading": "બેકઅપ મેનેજમેન્ટ", + "backup.local_only": "ફક્ત સ્થાનિક", + "backup.no_backups": "હજી સુધી કોઇ બેકઅપ નથી.", + "backup.no_backups_hint": "તમારો પહેલો બેકઅપ બનાવવા માટે હવે બેકઅપ પર ક્લિક કરો.", + "backup.page_title": "બેકઅપ મેનેજમેન્ટ", + "backup.records_label": "સ્ટોર", + "backup.restore_btn": "પુનઃસ્થાપિત કરો", + "backup.restore_desc_mid": "ડેટાબેસને પુનઃસ્થાપિત કરવા માટે બેકઅપ આર્કાઇવ.", + "backup.restore_desc_pre": "અપલોડ કરો એક", + "backup.restore_desc_warning": "આ બધા વર્તમાન ડેટાનેOverwrite કરશે.", + "backup.restore_file_label": "બેકઅપ આર્કાઇવ (.db.gz)", + "backup.restore_heading": "ફાઇલથી પુનઃસ્થાપિત કરો", + "backup.restoring": "પુનઃસ્થાપન\u0000a0ફેરવુ\u0000a0જાણાવી રહ્યું છે\u0000a0…", + "backup.retention_daily_detail": "\u0000a0–\u0000a0 3 અઠવાડિયાં માટે રાખવામાં આવે છે", + "backup.retention_heading": "કાળજીની નીતિ", + "backup.retention_hourly_detail": "\u0000a0–\u0000a0 4 દિવસ માટે રાખવામાં આવે છે", + "backup.retention_note": "આ મર્યાદાઓથી વધુ બેકઅપ બનાવવામાં આવ્યા પછી ઓટોમેટિક રીતે કાપીને ઓછી કરવામાં આવે છે.", + "backup.retention_weekly_detail": "\u0000a0–\u0000a0 ~3 મહિના માટે રાખવામાં આવતા છે", + "backup.snapshots": "તસવીરો", + "backup.status_ok": "ઠીક છે", + "backup.storage_local": "સ્થાનિક", + "backup.subtitle": "ડેટાબેસના બેકઅપ આપોઆપ બનાવી શકાય છે: પ્રતિ કલાક (4 દિવસ), દૈનિક (3 અઠવાડિયા), સાપ્તાહિક (13 અઠવાડિયા).", + "backup.table_aria": "બેકઅપ આર્કાઇવ", + "backup.trigger_daily": "હવે બેકઅપ લો (દૈનિક)", + "backup.trigger_hourly": "હવે બેકઅપ લો (પ્રતિ કલાક)", + "backup.trigger_weekly": "હવે બેકઅપ લો (સાપ્તાહિક)", + "backup.type_daily": "દૈનિક", + "backup.type_hourly": "પ્રતિ કલાક", + "backup.type_weekly": "સાપ્તાહિક", + "billing.go_to_dashboard": "ડેશબોર્ડ પર જાઓ", + "billing.manage_subscription": "સભા વ્યવસ્થાપિત કરો", + "billing.success_heading": "તમામ સેટ છે!", + "billing.success_message": "તમારી સભા સક્રિય થઈ ગઈ છે. ડોક્યુElevate પસંદ કરવા માટેનો આભાર!", + "billing.success_page_title": "ડોક્યુElevate - સબ્સ્ક્રિપ્શન સક્રિય થયું", + "common.actions": "ક્રિયાઓ", + "common.active": "સક્રિય", + "common.all": "બધા", + "common.avatar": "અવતાર", + "common.back": "પાછળ", + "common.cancel": "રદ્દ કરો", + "common.close": "બંધ કરો", + "common.col_pending": "અપેક્ષિત", + "common.completed": "પૂર્ણ", + "common.confirm": "ખાતરી કરો", + "common.copied": "કોપી કરવામાં આવ્યું!", + "common.copy": "કોપી", + "common.create": "બનાવો", + "common.created": "બનાવ્યો", + "common.date": "તારીખ", + "common.delete": "કાઢો", + "common.description": "વર્ણન", + "common.details": "વિગતો", + "common.disabled": "અસમર્થ", + "common.download": "ડાઉનલોડ", + "common.duplicate": "નકલી", + "common.edit": "સંપાદિત કરવું", + "common.enabled": "સક્રિય", + "common.error": "ભૂલ", + "common.failed": "વિફળ", + "common.filter": "ફિલ્ટર", + "common.inactive": "એમજૂર", + "common.info": "માહિતી", + "common.loading": "લોડ થઈ રહ્યું છે...", + "common.name": "નામ", + "common.next": "આગળ", + "common.next_page": "આગળનું પાનું", + "common.no": "ના", + "common.none": "કોઈ નથી", + "common.page": "પાનું", + "common.paused": "અરોધિત", + "common.pending": "અપૂર્વ", + "common.prev_page": "પૂર્વ p પાનું", + "common.previous": "પૂર્વ", + "common.processing": "પ્રોસેસિંગ", + "common.refresh": "ફરિકેડો", + "common.reset": "શુદ્ધ કરવા", + "common.retry": "ફરી પ્રયત્ન કરવો", + "common.save": "સRue", + "common.search": "શોધો", + "common.select": "ચૂંટી લો", + "common.select_placeholder": "— પસંદ કરો —", + "common.size": "ગ્રહણ", + "common.status": "સ્થિતિ", + "common.submit": "જમાવટ", + "common.success": "સફળતા", + "common.tags": "ટેગ્સ", + "common.test": "ટેસ્ટ", + "common.test_connection": "કનેક્શન ટેસ્ટ કરો", + "common.type": "પ્રકાર", + "common.update": "અપડેટ", + "common.updated": "અપડેટ થયેલું", + "common.upload": "અપલોડ", + "common.view": "દર્શાવવું", + "common.warning": "અપવાદ", + "common.yes": "હું માનું છું", + "cookie.accept": "સમજેલું", + "cookie.learn_more": "વધુ જાણો", + "cookie.message": "આ વેબસાઇટ તમારા અનુભવોને સુધારવા માટે કૂકીઝનો ઉપયોગ કરે છે.", + "cookie.notice": "DocuElevate ફક્ત પ્રામાણિકતા અને સેવાની કામગીરી માટે જરૂરી મૌલિક સત્ર કૂકીઝનો ઉપયોગ કરે છે. ટ્રેક કરવા કે વિશ્લેષણ કરવા માટે કૂકીઝનો ઉપયોગ નથી થતો.", + "cookie.notice_label": "કૂકી સૂચના", + "cookie.policy_link": "કૂકી નીતિ", + "cookie.privacy_link": "ગોપનીયતા સૂચના", + "credentials.col_action": "ક્રિયા", + "credentials.col_credential": "પ્રમાણપત્ર", + "credentials.col_source": "સ્રોત", + "credentials.configured": "સેટ કરેલું", + "credentials.edit_in_settings": "સેટિંગ્સમાં સંપાદિત કરો", + "credentials.legend_db": "ડેટાબેસમાં સંગ્રહિત મૂલ્ય (વિરામ પર એનક્રિપ્ટ કરેલ; પર્યાવરણ તથ્યને મદદ કરે છે)", + "credentials.legend_env_after": " ફાઈલ", + "credentials.legend_env_before": "પર્યાવરણ તથ્યમાંથી મૂલ્ય અથવા ", + "credentials.legend_missing": "પ્રમાણપત્ર સેટ કરવામાં આવ્યું નથી — ઇન્ટેગ્રેશન કાર્ય કરશે નહીં", + "credentials.legend_restart": "આ પ્રમાણપત્રનો ફરીથી ચાલુ કરવો જરૂરી છે જ્યારે તેને ફરીથી ફેરવાય છે", + "credentials.legend_title": "Legend", + "credentials.manage_settings": "સેટિંગ્સનું વ્યવસ્થાપન કરો", + "credentials.not_configured": "સેટ કરવામાં આવ્યું નથી", + "credentials.page_title": "પ્રમાણપત્ર ઓડિટ - DocuElevate", + "credentials.raw_json": "રાંસ JSON (API)", + "credentials.restart_title": "આ પ્રમાણપત્રને ફેરવ્યા બાદ ફરી ટર્ન ઓન કરવું જરૂરી છે", + "credentials.source_db_title": "ડેટાબેસમાં સંગ્રહિત (એનક્રિપ્ટ કરેલું)", + "credentials.source_env_title": "પર્યાવરણ તથ્યમાંથી", + "credentials.status_missing": "ગાયબ", + "credentials.subtitle": "DocuElevate દ્વારા વપરાતા તમામ સંવેદનશીલ પ્રમાણપત્રોનો અભ્યાસ. અહીં કોઈ ગુપ્ત મૂલ્યો દર્શાવાયા નથી — ફક્ત એ જાણવું કે દરેક પ્રમાણપત્ર સેટ કરાયેલ છે અથવા તે ક્યાંથી આવ્યું છે.", + "credentials.table_for": "પ્રમાણપત્રો માટે", + "credentials.title": "પ્રમાણપત્ર ઓડિટ", + "credentials.total_credentials": "કુલ પ્રમાણપત્રો", + "dashboard.active_integrations": "સક્રિય ઇન્ટેગ્રેશન્સ", + "dashboard.files_this_month": "આ મહિને ફાઈલો", + "dashboard.files_today": "આજે ફાઈલો", + "dashboard.ocr_processed": "OCR પ્રોસેસ્ડ", + "dashboard.quick_actions": "ઝડપી ક્રિયામાં", + "dashboard.recent_activity": "તાજેતરની પ્રવૃત્તિ", + "dashboard.storage_targets": "સંગ્રહણ લક્ષ્યો", + "dashboard.title": "ડેશબોર્ડ", + "dashboard.total_files": "કુલ ફાઈલો", + "dashboard.welcome": "ડોક્યુએલેવેટમાં આપનું સ્વાગત છે", + "duplicates.file_id_label": "ફાઇલ ID", + "duplicates.file_id_placeholder": "ઉદાહરણ તરીકે 42", + "duplicates.find_btn": "શોધો", + "duplicates.found_files": "નકલ ફાઇલ(ઓ) કુલ.", + "duplicates.found_groups": "નકલ ગ્રુપ(ઓ) સાથે", + "duplicates.found_prefix": "મિલ્યું", + "duplicates.group_aria": "નકલ ગ્રુપ", + "duplicates.heading": "નકલ દસ્તાવેજો", + "duplicates.how_it_works_heading": "કઈ રીતે નજીકના-nakal શોધી કાઢતા કાર્ય કરે છે", + "duplicates.max_results_label": "ગૂણવત્તા પરિણામો", + "duplicates.near_dup_desc": "કસોટી કરવા માટે એક દસ્તાવેજ પસંદ કરો કે અન્ય કઈ રેનોમાં સમાન (અથવા ખૂબ સમાન) સામગ્રી છે - ભલે તે અલગ અલગ સમયે સ્કેન કરવામાં આવ્યા હોય અને અલગ SHA-256 હેશ હોય.", + "duplicates.near_dup_heading": "એક દસ્તાવેજ માટે નજીકના-nakal શોધો", + "duplicates.no_exact_heading": "કોઈ ચોક્કસ નકલ મળી નથી", + "duplicates.page_title": "નકલ દસ્તાવેજો - ડોક્યુએલેવેટ", + "duplicates.pagination_aria": "પેપર મુખ્ય", + "duplicates.role_duplicate": "નકલી", + "duplicates.role_original": "પ્રાથમિક", + "duplicates.tab_exact": "ચોક્કસ નકલ", + "duplicates.tab_near": "નઝાઇક-નકલ શોધક", + "duplicates.tabs_aria": "નકલ શોધવા માટેનાં ટેબ", + "duplicates.threshold_label": "સામાન્યતા ત્રિબંધી", + "duplicates.view_dup_aria": "નકલ ફાઇલ જુઓ", + "duplicates.view_original_aria": "મૂળ ફાઇલ જુઓ", + "error.404_code": "404", + "error.404_heading": "ઓપ્સ, અમે તે પેનડો શોધી શક્યા ન હતા!", + "error.404_home": "ઘર જાઓ", + "error.404_message": "યદિ એવું લાગે છે કે ડોક્યુએલેવેટએ તમે શોધી રહેલી દસ્તાવેજ ખોવાઇ છે. ચિંતા ન કરો - અમે તમારું સમર્થન કરીએ છીએ.", + "error.404_title": "404 - મળી નથી", + "error.500_code": "500", + "error.500_debug_info": "ડિબગ માહિતી દર્શાવવા", + "error.500_description": "અમારા સર્વરોએ એક દુર્ઘટના અનુભવ્યો અને થોડી ક્ષણને જરૂર છે.", + "error.500_heading": "ઓપ્સ! કઈયે જલ્દી ખોટું થયું.", + "error.500_home": "ઘરે જાઓ", + "error.500_img_alt": "સર્વર ભૂલની રજૂઆત", + "error.500_message1": "અમારા સર્વરોએ એક દુર્ઘટના અનુભવ્યો અને થોડી ક્ષણને જરૂર છે. કદાચ હેમસ્ટરોએ તેમના કોફી વહેંચ્યું હશે?", + "error.500_message2": "અમે પહેલેથી જ આથી સમર્થ કરી રહ્યા છીએ - ફાઇલોને છાંટીને, સર્વરોને પુનઃપ્રારંભ કરીને અને ફ્લક્સ કેમ્પ્યુટર recalibrating.", + "error.500_title": "સર્વર ભૂલ - ડોક્યુએલેવેટ", + "error.forbidden": "રોકવામાં આવ્યું", + "error.forbidden_message": "તમારા પાસે આ પાનું ઍક્સેસ કરવા માટે પરવાનગી નથી.", + "error.not_found": "પેજ મળ્યો નથી", + "error.not_found_message": "યોગ્ય પેજ અસ્તિત્વમાં નથી.", + "error.server_error": "આંતરિક સર્વર ભૂલ", + "error.server_error_message": "કેટલાક ગડબડ થયું છે. કૃપા કરીને પછીથી ફરીથી પ્રયાસ કરો.", + "error.unauthorized": "અધિકાર વિહોણું", + "error.unauthorized_message": "આ પેજ ઍક્સેસ કરવા માટે તમારે લૉગિન કરવું આવશ્યક છે.", + "files.action_delete": "ફાઈલ દિષ્ટિ કરો", + "files.action_details": "વિગતો જુઓ", + "files.action_preview": "ઝડપી પૂર્વદર્શન", + "files.bulk_clear_selection": "ચોંટાટ સાફ કરો", + "files.bulk_cloud_ocr": "ક્લાઉડ OCR ફરી ચલાવો", + "files.bulk_delete": "ચૂંટાયેલ કાઢો", + "files.bulk_download": "ZIP તરીકે ડાઉનલોડ કરો", + "files.bulk_reprocess": "ફરીથી પ્રક્રિયા કરો", + "files.delete_modal_cancel": "રદ કરો", + "files.delete_modal_confirm": "કાઢો", + "files.delete_modal_message": "શું您 નિશ્ચિત છો કે આ ફાઈલ કાઢવા માંગો છો?", + "files.delete_modal_title": "કઢાણની પુષ્ટિ", + "files.document_title": "દસ્તાવેજનો શીર્ષક", + "files.drop_overlay_hint": "PDF, ઓફિસ ડોક્સ, છબી, HTML, માર્કડાઉન અને વધુને સમર્થન આપે છે - ફોલ્ડરો પુનરાવરિત કરવામાં આવે છે", + "files.drop_overlay_title": "અપીલ કરવા માટે ફાઈલો અથવા ફોલ્ડર્સ કોઈપણ જગ્યાએ મૂકવા જાઓ", + "files.error_hint": "આ સંજેોથી અથવા આયાત મુદ્દાથી થઈ શકે છે. કૃપા કરીને સર્વર લોગ્સ તપાસો.", + "files.file_size": "ફાઈલ કદ", + "files.filename": "ફાઇલનું નામ", + "files.files_selected": "ચૂંટાયેલા ફાઇલો", + "files.filter_all_providers": "બધા પ્રદાતાઓ", + "files.filter_all_statuses": "બધા સ્થાન", + "files.filter_all_types": "બધા પ્રકાર", + "files.filter_apply": "ફિલ્ટર લાગુ કરો", + "files.filter_clear": "સાફ કરો", + "files.filter_date_from": "તારીખ થી", + "files.filter_date_from_aria": "તારીખથી ફ્લિટર", + "files.filter_date_to": "તારીખ સુધી", + "files.filter_date_to_aria": "તારીખ સુધી ફ્લિટર", + "files.filter_form_aria": "ફાઇલો ફિલ્ટર કરો", + "files.filter_mime_type": "MIME પ્રકાર", + "files.filter_ocr_all": "બધા ફાઇલો", + "files.filter_ocr_good": "સારી ગુણવત્તા", + "files.filter_ocr_poor": "દુર્બળ ગુણવત્તા", + "files.filter_ocr_quality": "OCR ગુણવત્તા", + "files.filter_ocr_quality_aria": "ઓસીઆરસ્કોર દ્વારા છટણી કરો", + "files.filter_ocr_unchecked": "હજી સુધી મૂલ્યાંકન કરવામાં આવેલ નથી", + "files.filter_search_label": "ફાઇલ નામ શોધો", + "files.filter_search_placeholder": "ફાઇલ નામ દાખલ કરો...", + "files.filter_storage_provider": "સંગ્રહ પ્રદાતા", + "files.filter_tags_aria": "ટેગ્સ દ્વારા છટણી કરો (કોમાથી અલગ)", + "files.filter_tags_placeholder": "ઉદા. ઇન્વોઇસ,amazon", + "files.fulltext_search_label": "પ્રપૂર્ણ-ટેક્સ્ટ શોધ (ઓસીઆર ટેક્સ્ટ, મેટાડેટા, ટેગ્સ)", + "files.fulltext_search_placeholder": "કાગઝનો વૈવિધ્ય, મોકલનાર, ટેગ્સ, પ્રકાર શોધો...", + "files.no_files": "કોઈ ફાઇલો મળી આવી નથી", + "files.ocr_status": "ઓસીઆર સ્થિતિ", + "files.page_title": "ફાઇલના રેકોર્ડ", + "files.pagination_files": "ફાઇલો", + "files.pagination_first": "પ્રથમ", + "files.pagination_last": "છેલ્લું", + "files.pagination_nav_aria": "ફાઇલ યાદી પેજિનેશન", + "files.pagination_next": "આગળ", + "files.pagination_of": "નો", + "files.pagination_previous": "પૂર્વવત્તા", + "files.pagination_showing": "દર્શન", + "files.preview_modal_close": "પૂરવાને બંધ કરો", + "files.preview_modal_title": "પૂર્વદર્શક", + "files.queue_banner_items": "વસ્તુ(ઓ) હાલમાં ક્યુમાં છે અથવા પ્રક્રિયામાં છે. પ્રક્રિયા પૂર્ણ થયા પછી ફાઇલો અહીં આવશે.", + "files.queue_banner_link": "ક્યુ જુઓ", + "files.saved_searches_empty": "હજી સુધી બચાવેલી શોધો નથી", + "files.saved_searches_error": "જંખાવેલી શોધો લોડ કરાઈ શકી નથી", + "files.saved_searches_label": "બચાવેલ શોધો", + "files.saved_searches_save": "વર્તમાન સાચવો", + "files.saved_searches_save_aria": "વર્તમાન છટણીઓને બચાવેલી શોધ રૂપે સાચવો", + "files.search_results_empty": "કોઈ પરિણામ મળ્યું નથી.", + "files.search_results_title": "શોધના પરિણામો", + "files.status_duplicate": "ઓક્ષીણ", + "files.table_actions": "ચલાવા", + "files.table_aria": "ફાઇલના રેકોર્ડ", + "files.table_created_at": "તારીખ પર બનાવેલ", + "files.table_empty": "કોઈ ફાઇલો મળી આવી નથી", + "files.table_id": "આઇડી", + "files.table_mime_type": "માઇમ પ્રકાર", + "files.table_original_filename": "મૂળ ફાઇલ નામ", + "files.table_select_all": "આ પૃષ્ઠની તમામ ફાઇલો પસંદ કરો", + "files.tags": "ટેગ્સ", + "files.title": "ફાઈલ્સ", + "files.upload_modal_aria": "અપલોડ પ્રગતિ", + "files.upload_modal_close": "અપલોડ પ્રગતિ બંધ કરો", + "files.upload_modal_header": "ફાઈલ્સ અપલોડ કરી રહ્યા છે", + "files.uploaded": "અપલોડ થયું", + "footer.about": "વિશે", + "footer.attribution": "અવિદ્યા", + "footer.attributions": "અવિદ્યાઓ", + "footer.cookies": "કૂકીઝ", + "footer.copyright": "ડોકુએલેવેટ {year}", + "footer.imprint": "ઇમ્પ્રિન્ટ", + "footer.license": "લાઇસન્સ", + "footer.navigation": "ફુટર નવિગેશન", + "footer.privacy": "પરાઈવેસી", + "footer.terms": "કારણો", + "footer.version": "વધારાનો {version}", + "help.destinations_dropbox": "ડ્રોપબોક્સ", + "help.destinations_dropbox_desc": "ઓથેન્ટિકેશન-સંલગ્ન. ફાઈલ્સ તમારી પસંદગીના ફોલ્ડરમાં આવે છે.", + "help.destinations_email": "ઈમેઇલ ફોરવેડિંગ", + "help.destinations_email_desc": "પ્રોસેસ કરવામાં આવેલી ફાઇલ્સ SMTP અનુલગ્ન રૂપે મોકલવામાં આવે છે.", + "help.destinations_google_drive": "ગૂગલ ડ્રાઇવ", + "help.destinations_google_drive_desc": "સેવા અકાઉન્ટ અથવા ઓથેન્ટિકેશન. સંશેય ડ્રાઈવોને ટેકો આપે છે.", + "help.destinations_heading": "ગંતવ્ય - દસ્તાવો ક્યાં જાય છે", + "help.destinations_nextcloud": "નેક્સ્ટક્લાઉડ / વેબડેવ", + "help.destinations_nextcloud_desc": "વેબડેવ દ્વારા સ્વ-હોસ્ટેડ ક્લાઉડ સ્ટોરેજ.", + "help.destinations_onedrive": "વનડ્રાઇવ", + "help.destinations_onedrive_desc": "માઇક્રોસોફ્ટ ગ્રાફ API સમીક્ષા.", + "help.destinations_paperless": "પેપેરલેસ-ઍનજી", + "help.destinations_paperless_desc": "ફાઇલોની દસ્તાવેજોને પેપેરલેસમાં સીધો ધકેલવો.", + "help.destinations_s3": "એમેઝોન S3", + "help.destinations_s3_desc": "કોઈપણ S3-મિલન બકેટ (એડબ્લ્યુએસ, મિનઆઇઓ, વાસાબી).", + "help.destinations_sftp": "એસએફટીપી / એફટીપી", + "help.destinations_sftp_desc": "કોઈ પણ સર્વરમાં સુરક્ષિત ફાઇલ ટ્રાન્સફર.", + "help.destinations_webhook": "વેબ્હિત્સ", + "help.destinations_webhook_desc": "કોઈપણ બાહ્ય એન્ડપોઈન્ટ પર પોસ્ટ મેટાડેટા.", + "help.documentation": "ડૉક્યુમેન્ટેશન", + "help.faq": "વારંવાર પૂછવામાં આવતા પ્રશ્નો", + "help.faq_1_a": "અપલોડ પેજ પર જાઓ, તમારી ફાઇલ્સ ખેંચો અને છોડો અથવા ફાઇલ પસંદ કરો પર ક્લિક કરો. ડોકુએલેવેટ છબી અને કાર્ય દસ્તાઓને PDFમાં રૂપાંતરિત કરે છે, OCR ચલાવે છે અને આપોઆપ મેટાડેટા કાઢે છે.", + "help.faq_1_q": "હું જમ્બમ દસ્તાવેજો કેવી રીતે અપલોડ કરી શકું?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF અને HTML. નોન-PDF ફાઇલોની પ્રક્રિયાના પહેલા જાહેરનામા તરીકે PDF માં આપોઆપ રૂપાંતર કરવામાં આવે છે.", + "help.faq_2_q": "કઈ ફાઇલ ફોર્મેટ્સ કરાય છે?", + "help.faq_3_a": "હા. ઇમેઇલ ઇન્જેસ્ટનમાં જાઓ, એક IMAP ખાતું ઉમેરો, અને DocuElevate નવી સંદેશાઓ માટે પોલ કરશે અને સંલગ્નતાઓને આપોઆપ પ્રક્રિયા કરશે.", + "help.faq_3_q": "હું ઇમેઇલમાંથી દસ્તાવેજો ઇન્જેસ્ટ કરી શકું છું?", + "help.faq_4_a": "પાઇપલાઇન્સ તમને પ્રક્રિયાના પગલાંઓને જોડવાની મંજૂરી આપે છે - OCR, AI ઉત્કિક્ષણ, ફોર્મેટ રૂપાંતર - અને પરિણામને એક અથવા વધુ ગંતવ્યમાં માર્ગ આપે છે. પાઇપલાઇન પૃષ્ઠ પરથી તેમને બનાવો અને વ્યવસ્થિત કરો.", + "help.faq_4_q": "પ્રક્રિયા પાઇપલાઇન્સ કેવી રીતે કામ કરે છે?", + "help.faq_5_a": "DocuElevate આરામની સ્થિતિમાં ઓળખપત્રોને એન્ક્રિપ્ટ કરે છે, TLS દ્વારા સંચાર કરે છે, અને તમારી ક્રમેકમાંથી દસ્તાવેજોને જરૂર કરતાં વધુ સમય માટે સ્ટોર નથી કરે. સંપૂર્ણ વિગતો માટે ગોપની ટીપણી જુઓ.", + "help.faq_5_a_post": " સંપૂર્ણ વિગતો માટે.", + "help.faq_5_a_pre": "DocuElevate સ્થાન પર ક્રેડેન્શિયલ્સને એનક્રિપ્ટ કરે છે, TLS દ્વારા સંવાદ કરે છે, અને ક્યારેય તમારા દસ્તાવેજોને જરૂરી પહેલાં લાંબા સમય માટે store કરી નથી. જુઓ ", + "help.faq_5_q": "મારા ડેટા સુરક્ષિત છે?", + "help.faq_heading": "વારંવાર પૂછાતા પ્રશ્નો", + "help.getting_started": "શરૂઆત કેવી રીતે કરવી", + "help.heading": "મદદ કેન્દ્ર", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "દસ્તાવેજોને કાર્યક્રમmatically ધકેલવા માટે REST API નો ઉપયોગ કરો. Bearer ટોકન સાથે હસીત કરવામાં આવે છે અને ફાઈલોને અપલોડ એન્ડપોઈન્ટ પર પોસ્ટ કરો.", + "help.ingestion_heading": "ડેટા ઇન્જેક્શન સાધનો", + "help.ingestion_mobile": "મોબાઇલ એપ્સ", + "help.ingestion_mobile_desc": "તમારા ફોન અથવા ટેબલેટથી DocuElevateને ફોટા અને સ્કેન્સ મોકલવા માટે કસ્ટમ HTTP અપલોડ ડેસ્ટિનેશન્સને સમર્થન આપતા કોઈપણ મોબાઇલ સ્કેનિંગ એપ્લિકેશનનો ઉપયોગ કરો.", + "help.ingestion_scanners": "નેટવર્ક સ્કેનર", + "help.ingestion_scanners_desc": "કેવા મૂકીને કોઈપણ નેટવર્ક સ્કેનર અથવા બહુવિધ ફંક્શન પ્રિન્ટરને DocuElevateના અપલોડ એન્ડપોઈન્ટ તરફ ઉબરાવો. સ્કેન કરેલા દસ્તાવેજો સીધા તમારી પ્રોસેસિંગ ક્યુમાં પહોંચે છે.", + "help.ingestion_watched_folders": "વાંચતા ફોલ્ડર્સ", + "help.ingestion_watched_folders_desc": "સુરક્ષિત થીલાની દેખરેખ માટે એક સ્થાનિક અથવા નેટવર્ક ફોલ્ડર કોન્ફિગર કરો. જોવા વાળા ફોલ્ડરમાં કોઈપણ ફાઈલ સ્વાયત્ત અપલોડ અને DocuElevate દ્વારા પ્રક્રિયા કરવામાં આવે છે.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Zapier, n8n, અથવા Make સાથે તમારી ઓટોમેશન વર્કફ્લોને DocuElevateમાં સંકલિત કરો. કોઈપણ ઘટનાથી દસ્તાવેજોના અપલોડને શરૂ કરવા માટે REST API ક્રિયાઓનો ઉપયોગ કરો.", + "help.meta_description": "DocuElevate સાથે સહાય મેળવવા માટે - દસ્તાવેજોને અપલોડ કરવા, ક્લાઉડ સ્ટોરેજને કનેક્ટ કરવા, પાઇપલાઇનને મોબાઈલ બનાવવા અને વધુ માટે માર્ગદર્શન શોધો.", + "help.og_description": "DocuElevate સાથે સહાય મેળવવા માટે - દસ્તાવેજોને અપલોડ કરવા, ક્લાઉડ સ્ટોરેજને કનેક્ટ કરવા, પાઇપલાઇનને મોબાઈલ બનાવવા અને વધુ માટે માર્ગદર્શન શોધો.", + "help.page_title": "મદદ કેન્દ્ર", + "help.privacy_notice": "ગોપનિયતા સૂચના", + "help.quickstart_heading": "ઝડપી શરૂ", + "help.quickstart_storage": "ગતાવટ જોડો", + "help.quickstart_storage_desc": "સુવિધાઓ તરફ જાઓ અને તમારા ક્લાઉડ ખાતા જોડો. પ્રક્રિયાની દસ્તાવેજો આપોઆપ તમે જે ગંતવ્ય નિયમિત કરો તેને મૂકે છે.", + "help.quickstart_storage_desc_full": "ઇન્ટિગ્રેશન તરફ જાઓ અને તમારા ક્લાઉડ સ્ટોરેજ એકાઉન્ટો ને લિંક કરો. DocuElevate Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud અને વધુને સપોર્ટ કરે છે. પ્રોસેસ થયેલ દસ્તાવેજોને આપની પસંદગીઓ મુજબ આપોઆપ દિશામાં મોકલવામાં આવે છે.", + "help.quickstart_upload": "દસ્તાવેજો અપલોડ કરો", + "help.quickstart_upload_desc": "અપલોડ પૃષ્ઠ પર ફાઇલો ડ્રેગ અને ડ્રોપ કરો અથવા ફાઇલ પસંદ કરો ક્લિક કરો. DocuElevate છબીઓ અને ઓફિસ દસ્તાવેજોને PDF માં રૂપાંતરિત કરે છે, OCR ચલાવે છે, અને આપોઆપ મેટાડેટા નિકાસ કરે છે.", + "help.quickstart_workflows": "વિધિઓને આપમેળે બનાવો", + "help.quickstart_workflows_desc": "પાઇપલાઇન્સ બનાવો જે અનેક પગલાંની પ્રક્રિયાને વ્યાખ્યા કરે છે અને માર્ગ નિયમો. OCR, AI ઉત્કિક્ષણ, ફોર્મેટ રૂપાંતર, અને ડિલિવરીને એક જ પ્રવાહમાં એકત્ર કરો.", + "help.sources_email_ingestion": "ઇમેઇલ ઇન્જેસ્ટન (IMAP)", + "help.sources_email_ingestion_desc": "દસ્તાવેજોને સમર્પિત મેલબોક્સમાં ફોરવર્ડ કરો. ઇમેઇલ ઇન્જેસ્ટનમાં, એક અથવા વધુ IMAP ખાતા ઉમેરો. DocuElevate નવી સંદેશાઓ માટે પોલ કરે છે અને સંલગ્નતાઓને આપોઆપ પ્રક્રિયા કરે છે.", + "help.sources_heading": "સ્ત્રોત - દસ્તાવેજો લેવું", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "/api/upload પર ફાઇલો પોસ્ટ કરીને કાર્યક્રમmatically ઇન્ટિગ્રેટ કરો. સ્ક્રિપ્ટ્સ, વોચ્ડ ફોલ્ડર્સ, સ્કેનરો, અથવા ઝાપિયર અને n8n જેવા તૃતીય પક્ષ ટૂલ્સ માટે આદર્શ.", + "help.sources_scanner": "સ્કેનર & મોબાઇલ", + "help.sources_scanner_desc": "નેટવર્ક સ્કેનરોને DocuElevate ના અપલોડ અંતિમ બિંદુ પર ધ્યાન દો અથવા કોઈ પણ મોબાઇલ સ્કેનિંગ એપ્લિકેશનનો ઉપયોગ કરો જે વૈવિધ્યી HTTP ગંતવ્યને સમર્થન આપે છે.", + "help.sources_scanner_desc_full": "તમારા નેટવર્ક સ્કેનર અથવા બેંઠ મ્યુલ્ટિફંક્શન પ્રિન્ટરને DocuElevateને સીધા સ્કેન્સ મોકલવા માટે સંકલિત કરો. ગંતવ્ય તરીકે /api/upload એન્ડપોઈન્ટનો ઉપયોગ કરો. કસ્ટમ અપલોડ ડેસ્ટિનેશન્સ સાથેની મોબાઇલ સ્કેનિંગ એપ્સ પણ સપોર્ટ થાય છે.", + "help.sources_web_upload": "વેબ અપલોડ", + "help.sources_web_upload_desc": "શરૂઆત કરવા માટેનું સૌથી ઝડપી રીત. અપલોડ પૃષ્ઠ ખોલો, એક અથવા વધુ ફાઇલો નાંખો, અને DocuElevate બાકી છે તેની ખબર રાખે છે. સમર્થતાવાળા ફોર્મેટ્સમાં PDF, JPEG, PNG, TIFF, DOCX, XLSX અને વધુ સામેલ છે.", + "help.subheading": "DocuElevateમાંથી વધુમાં વધુ મેળવવા માટે જે કંઈ મદદ કરવું જોઈએ. નીચેના વિષયો માટે બ્રાઉઝ કરો અથવા તમારી જરૂરિયાત માટે શોધો.", + "help.support": "સહાય", + "help.support_admin_message": "સહાયની માહિતી માટે તમારા એડમિનિસ્ટ્રેટરને સંપર્ક કરો.", + "help.support_description": "તમે હાજર નથી તે શોધી શકો છો? અમારી સપોર્ટ ટીમ અહીં મદદ કરવા માટે છે.", + "help.support_heading": "સહાયનો સંપર્ક કરવો", + "help.support_live_chat": "લાઇવ ચેટ ઉપલબ્ધ છે - એક સંવાદ શરૂ કરવા માટે ચેટ બબ્બલે ક્લિક કરો.", + "help.support_ticket_button": "અનામત ટિકિટ સબમિટ કરો", + "help.support_ticket_desc": "નીચેનો ફોર્મ ભરો અને અમારો સપોર્ટ ટીમ તમારા પર તાત્કાલિક પાછો સંપર્ક કરશે.", + "help.support_ticket_heading": "સહાય ટિકિટ ખોલવા", + "help.title": "મદદ કેન્દ્ર", + "help.workflows_creating": "એક પાઇપલાઇન બનાવવું", + "help.workflows_definition": "પાઇપલાઇન એ પ્રક્રિયાને પગલાંજોડનાઓ છે જે દરેક વખતે આપણી દસ્તાવેજને ઇન્જેસ્ટ કરતા દરમ્યાન આપોઆપ કાર્ય કરે છે. દરેક પગલો દસ્તાવેજને રૂપાંતરિત કરી શકે છે, સમૃદ્ધ કરી શકે છે, અથવા માર્ગ શકે છે.", + "help.workflows_heading": "વિધિઓ અને પાઇપલાઇન્સ", + "help.workflows_step_1": "પીડીએફમાં રૂપાંતરિત કરો", + "help.workflows_step_1_create": "મુખ્ય મેનૂમાં પાઇપલાઇન્સ પર જાઓ.", + "help.workflows_step_1_full": "PDFમાં રૂપાંતરિત કરો - બધાIncoming ફાઇટસને એકસાથે PDF ફોર્મેટમાં ગુણાકાર થાય છે.", + "help.workflows_step_2": "ઓસીઆર - ટેક્સ્ટને કાઢો", + "help.workflows_step_2_create": "નવો પાઇપલાઇન પર ક્લિક કરો અને તેને નામ આપો.", + "help.workflows_step_2_full": "OCR - Azure ડોક્યુમેન્ટ બૌદ્ધિકતા અથવા બાંધકામના એન્જિનનો ઉપયોગ કરીને સ્કેન કરેલા પાનામાંથી પસંદગીયોગ લખાણ હાંસલ કરો.", + "help.workflows_step_3": "એઆઈ મેટાડેટા ખેચવું", + "help.workflows_step_3_create": "તમે જે પ્રક્રિયાના પગલાંઓની જરૂર છે તે ઉમેરો.", + "help.workflows_step_3_full": "AI મેટાડેટા કઢાઈ - દસ્તાવેજ પ્રકાર શ્રેણીબદ્ધ કરો અને દરેક પં થીમને ખેંચો જેમ કે રકમો, ઇતિહાસ અને નામો OpenAI નું ઉપયોગ કરીને.", + "help.workflows_step_4": "એક અથવા વધુ ગંતવ્યોને પહોંચાડવું", + "help.workflows_step_4_create": "એક અથવા વધુ ડિલિવરી ગંતવ્યો પસંદ કરો.", + "help.workflows_step_5_create": "સાચવો - નવા ડોક્યુમેન્ટો આ પાઇપલાઇન મારફતે સ્વચાલિત રીતે પ્રક્રિયા થશે.", + "help.workflows_typical_steps": "ટિપિકલ પગલાં", + "help.workflows_what_is": "પાઇપલાઇન શું છે?", + "index.badge_intelligent": "સુંદર દસ્તાવેજ સંચાલન", + "index.button_browse_files": "ફાઇલોને બ્રાઉઝ કરો", + "index.button_upload": "અપલોડ કરો", + "index.capabilities_cloud": "ક્લાઉડ સ્ટોરેજ: ડ્રૉપબોક્સ, ઑનડ્રાઈવ, ગૂગલ ડ્રાઈવ, નેક્સ્ટક્લાઉડ", + "index.capabilities_ingestion": "ઈમેલ અને URL આધારિત દસ્તાવેજ ઉસ્મીયન", + "index.capabilities_ocr": "એઆઈ સાથે ઓસીઆર અને મેટાડેટા ખેચવું", + "index.capabilities_paperless": "દસ્તાવેજ વ્યવસ્થાપન માટે પેપરલેસ-ઍનજી એકીકરણ", + "index.capabilities_title": "ક્ષમતા", + "index.capabilities_workflows": "સ્વચાલિત વર્ગીકરણ અને માર્ગદર્શક વર્કફ્લો", + "index.cta_description": "દસ્તાવેજ પ્રક્રિયા પહેલેથી જ સ્વચાલિત કરનારી ટીમોનો ભાગ olun.", + "index.cta_heading": "તમે તમારા દસ્તાવેજ વર્કફ્લોને ઊંચા કરવા માટે તૈયાર છો?", + "index.cta_pricing": "મુલ્યફેર જુઓ", + "index.cta_signup": "એક મફત ખાતું બનાવો", + "index.dashboard_subtitle": "સણદ document્યાંદિત દસ્તાવેજ પ્રક્રિયા અને વ્યવસ્થાપન", + "index.dashboard_subtitle_teams": "સણદ document્યાંદિત દસ્તાવેજ પ્રક્રિયા અને વ્યવસ્થાપન - ટીમો માટે બનાવવામાં આવેલો", + "index.feature_ai": "એઆઈ મેટાડેટા ખેચવું", + "index.feature_ai_desc": "ઓપનએઆઈ, ક્લોડ, જેઇનમી, અને અન્ય પ્લગઇની થીમશ ઇનસ્ટોલ કરનારા એઆઈ પ્રદાતાઓ દસ્તાવેજોને વર્ગીકૃત કરે છે અને તારીખો, રકમો અને વિષયો જેવા મુખ્ય ક્ષેત્રો ખેચે છે.", + "index.feature_cloud": "મલ્ટી-ક્લાઉડ સ્ટોરેજ", + "index.feature_cloud_desc": "સંસ્કૃત ફાઈલોને ડ્રોપબોક્સ, ગૂગલ ડ્રાઈવ, ઑનડ્રાઈવ, અમેઝોન S3, નેક્સ્ટક્લાઉડ, પેપરલેસ નજેડક્સ, વેવાન, FTP/SFTP, અને વધુમાં માર્ગદર્શન.", + "index.feature_email": "ઈમેલ અને IMAP ઉસ્મીયન", + "index.feature_email_desc": "જિમેઇલ અથવા કોઇ IMAP મૈલબોક્સમાંથી દસ્તાવેજો આપમેળે ખેંચો - કોઈ હાથથી અપલોડ કરવાની જરૂર નથી.", + "index.feature_ocr": "ઓસીઆર અને ટેક્સ્ટ ખેચવું", + "index.feature_ocr_desc": "એઝ્યુર ડોક્યુમેન્ટ ઇન્ટેલિજન્સ સ્કાન કરેલા પીડીએફ અને છબીઓને આપમેળે સંપૂર્ણ શોધી શકાતી ટેક્સ્ટમાં રૂપાંતરીત કરે છે.", + "index.feature_pipelines": "કસ્ટમ પાઇપલાઇન", + "index.feature_pipelines_desc": "ક્રિયા પાઇપલાઇન બનાવો જે રૂપરેખાંકિત પગલાંઓ સાથે હોય - ઓસીઆર, એઆઈ ખેચવું, ફોર્મેટ રૂપાંતર અને સ્ટોરેજ માર્ગદર્શન કોઈપણ ક્રમમાં.", + "index.feature_search": "પૂરક-ટેક્સ્ટ શોધ", + "index.feature_search_desc": "તમારા તમામ આર્કાઇવમાં સામગ્રી, મેટાડેટા, અથવા ટૅગ્સ દ્વારા કોઈપણ દસ્તાવેજ તરત જ શોધો.", + "index.feature_section_title": "સુત્રવાળી દસ્તાવેજ વર્કફ્લોક માટેની દરેક વસ્તુ", + "index.getting_started": "શરૂઆત કરી રહ્યા હોઈએ", + "index.getting_started_1": "સિસ્ટમ સ્થિતિ દ્વારા એકીકરણો રૂપરેખાંકિત કરો", + "index.getting_started_2": "તમારો પહેલો દસ્તાવેજ અપલોડ કરો", + "index.getting_started_3": "ફાઇલો પર પરિણામો સમીક્ષા કરો", + "index.getting_started_learn": "DocuElevate વિશે વધુ જાણો", + "index.hero_description": "DocuElevate તમારા દસ્તાવેજોને ખાઇ લે છે, OCR ચલાવે છે, AI સાથે મેટાડેટા કાઢે છે, અને ફાઇલોને Dropbox, Google Drive, OneDrive, S3, Nextcloud, અને વધુ તરફ રૂપરેખાંકન કરે છે — બધું એક સમર્થન પાઇપલાઇનમાં.", + "index.hero_heading": "અપલોડથી દાખલામાં — આપોઆપ.", + "index.hero_login": "લૉગ ઇન", + "index.hero_pricing": "યોજનાઓ અને દર જુઓ", + "index.hero_signup": "શરૂઆત કરો — તે મફત છે", + "index.integrations_active": "સક્રિય એકીકৰণો", + "index.integrations_storage": "સ્ટોરેજ લક્ષ્યો", + "index.integrations_title": "એકીકરણો", + "index.integrations_view_status": "સિસ્ટમ સ્થિતિ જુઓ", + "index.page_title_dashboard": "ડેશબોર્ડ", + "index.page_title_public": "બુદ્ધિશાળી દસ્તાવેજ પ્રક્રિયા", + "index.platform_overview": "પ્લેટફોર્મનો દૃષ્ટિકોણ", + "index.processing_stats": "પ્રોસેસિંગ આંકડા", + "index.quick_actions": "ઝડપી ક્રિયાઓ", + "index.quick_documents": "મારા દસ્તાવેજો", + "index.quick_documents_desc": "તમારી પ્રક્રિયાવાળા ફાઇલો બ્રાઉઝ કરો", + "index.quick_search": "શોધો", + "index.quick_search_desc": "દસ્તાવેજોમાં સંપૂર્ણ-પાક શોધ", + "index.quick_subscription": "મારો સબ્સ્ક્રિપ્શન", + "index.quick_subscription_desc": "યોજનાના અને ઉપયોગની વિગતો જુઓ", + "index.quick_system_status": "સિસ્ટમ સ્થિતિ", + "index.quick_system_status_desc": "એકીકરણ સ્વાસ્થ્ય તપાસો", + "index.quick_upload": "દસ્તાવેજ અપલોડ કરો", + "index.quick_upload_desc": "નવી ફાઇલ પ્રક્રિયા કરો", + "index.quick_view_files": "બધા ફાઇલો જુઓ", + "index.quick_view_files_desc": "પ્રક્રિયાવાળા દસ્તાવેજો બ્રાઉઝ કરો", + "index.single_user_heading": "DocuElevate ડેશબોર્ડ", + "index.single_user_subtitle": "બુદ્ધિશાળી દસ્તાવેજ પ્રક્રિયા અને વ્યવસ્થાપન", + "index.stat_active_integrations": "સક્રિય એકીકરણો", + "index.stat_active_users": "સક્રિય ઉપયોક્તા", + "index.stat_files_month": "આ મહિનાની ફાઇલો", + "index.stat_files_ocr": "ઓસીઆર સાથેની ફાઇલો", + "index.stat_files_today": "આજની ફાઇલો", + "index.stat_storage_targets": "સ્ટોરેજ લક્ષ્યો", + "index.stat_this_month": "આ મહિનો", + "index.stat_today": "આજ", + "index.stat_total_files": "કુલ ફાઇલો", + "index.stat_total_processed": "કુલ પ્રોસેસ થઈ चुका", + "index.tier_plan": "યોજનાઓ", + "index.tier_upgrade": "ઉન્નતિ કરો", + "index.tier_view_details": "કમ્પ્લીટ વિગતો જુઓ", + "index.upgrade_daily_limits": "ઉંચા દૈનિક અને માસિક મર્યાદાઓ", + "index.upgrade_description": "જાણ અને વધુ દસ્તાવેજો, વધુ ગંતવ્ય અને પ્રાથમિકતા આધાર અનલોક કરો.", + "index.upgrade_destinations": "વધુ આવ્યુંસ્થાન", + "index.upgrade_ocr_pages": "વધુ OCR પૃષ્ઠો", + "index.upgrade_plan": "તમારો યોજનાUpgrade", + "index.upgrade_view_pricing": "યોજનાઓ અને કિંમતો જુઓ", + "index.usage_lifetime": "આજીવન ફાઇલો", + "index.usage_month": "આ મહિને ફાઇલો", + "index.usage_my_usage": "મારું વપરાશ", + "index.usage_today": "આજે ફાઇલો", + "index.usage_unlimited": "અસીમિત", + "integrations.access_key_label": "ક્સેસ કી આઇડી", + "integrations.active_label": "સક્રિય", + "integrations.add_button": "ઇન્ટેગ્રેશન ઉમેરો", + "integrations.add_first_button": "તમારી પ્રથમ ઇન્ટેગ્રેશન ઉમેરો", + "integrations.api_token_label": "એપીઆઇ ટોકન", + "integrations.authorize_btn": "પ્રમાણિત કરો", + "integrations.authorize_reauth": "ફરીથી પ્રામાણિક બનાવો", + "integrations.bucket_label": "બકેટ", + "integrations.configure": "ગણતરી કરો", + "integrations.connect": "જોડે", + "integrations.connected": "જોડાયેલ", + "integrations.connection_failed": "કનેક્શન નિષ્ફળ", + "integrations.connection_success": "કનેક્શન સફળ", + "integrations.delete_confirm_are_you_sure": "શું તમે ખ્યાલમાં રાખો છો કે તમે મિટાવવા માંગો છો", + "integrations.delete_confirm_title": "ઇન્ટેગ્રેશન મિટાવો?", + "integrations.delete_confirm_undone": "આ ક્રિયા પાછા લેવામાં નહીં આવે.", + "integrations.delete_emails_label": "પ્રક્રિયા બાદ ઇમેઇલો મિટાવો", + "integrations.delete_files_label": "પ્રક્રિયા બાદ ફાઇલો મિટાવો", + "integrations.destinations_quota_label": "સ્ટોરેજ ડેસ્ટિનેશન્સ:", + "integrations.destinations_section": "ડેસ્ટિનેશન્સ", + "integrations.direction_destination": "ડેસ્ટિનેશન (સ્ટોરેજ)", + "integrations.direction_label": "શ્વેતપત્ર", + "integrations.direction_placeholder": "\u0005\u000b4 પસંદ કરો \u0005\u0002\n4", + "integrations.direction_source": "શ્રોત (ઓપરેશન)", + "integrations.disconnect": "વિભાજીત કરો", + "integrations.email_settings": "ઈમેઇલ ફોરવર્ડ સેટિંગ્સ", + "integrations.empty_state": "કોઈ એકીકરણકConfigured નથી", + "integrations.endpoint_label": "એન્ડપોઇન્ટ URL", + "integrations.endpoint_optional": "(વૈકલ્પિક, S3-સંગત માટે)", + "integrations.folder_label": "ફોલ્ડર", + "integrations.folder_optional": "(વૈકલ્પિક)", + "integrations.folder_path_label": "ફોલ્ડર પાથ", + "integrations.folder_prefix_label": "ફોલ્ડર પૂર્વપંગતિ", + "integrations.generic_settings_hint": "આ ઇન્ટેગ્રેશન પ્રકારની વ્યાખ્યા સર્જન કર્યા પછી API દ્વારા JSON તરીકે પૂરી પાડવામાં આવી શકે છે.", + "integrations.gmail_hint": "Gmail લેબલ અને તારું: સક્રિય વિસ્તરણે, પ્રક્રિયા કરેલી ઈમેઇલોને તારક અને \"ઇન્ગેસ્ટેડ\" લેબલ સાથે ટેગ કરવામાં આવે છે. માત્ર Gmail સર્વરો પર લાગુ પડે છે.", + "integrations.gmail_labels": "Gmail લેબલ અને તારું લાગુ કરો", + "integrations.host_label": "હોસ્ટ", + "integrations.imap_settings": "IMAP ગોઠન", + "integrations.loading": "ઇન્ટેગ્રેશન્સને લોડ કરી રહ્યું છે\u0007A", + "integrations.modal_close": "મોડલ બંધ કરો", + "integrations.modal_title_add": "ઇન્ટેગ્રેશન ઉમેરો", + "integrations.modal_title_edit": "ઇન્ટેગ્રેશન સંપાદિત કરો", + "integrations.name_label": "લેબલ", + "integrations.name_placeholder": "જેમ કે કાર્ય Gmail, S3 આર્કાઇવ", + "integrations.nextcloud_settings": "નેક્સ્ટક્લાઉડ સુવિધાઓ", + "integrations.nextcloud_url_label": "નેક્સ્ટક્લાઉડ યુઆરએલ", + "integrations.no_integrations_body": "તમારો પહેલો ઇન્ટિગ્રેશન ઉમેરો જેથી ઈંગેસન સ્ત્રોતો (જેમ કે IMAP) અને સ્ટોરેજ ગંતવ્ય (જેમ કે S3, Dropbox, અથવા Google Drive) સાથે કનેક્ટ કરી શકાય.", + "integrations.not_connected": "જોડેલા નથી", + "integrations.oauth_folder_label": "ફોલ્ડર", + "integrations.oauth_hint": "પ્રથમ આ ઇન્ટિગ્રેશન સાચવો, પછી OAuth પ્રવાહ પૂરો કરવા માટે અધિકૃત બટનનો ઉપયોગ કરો. તમારા સત્તાવાર દસ્તાવીજ ચોખા રીતે તમારા વ્યક્તિગત ઇન્ટિગ્રેશન રેકોર્ડમાં સાચવવામાં આવશે.", + "integrations.page_title": "એકીકરણ", + "integrations.paperless_settings": "પેપરલેસ NGX સુવિધાઓ", + "integrations.password_label": "પાસવર્ડ", + "integrations.paused": "બંધિયાર બનાવ્યું", + "integrations.plan_label": "યોજનાનો:", + "integrations.port_label": "પોર્ટ", + "integrations.quota_not_available": "(ઉપલબ્ધ નથી)", + "integrations.quota_unlimited": "/ અસ્પષ્ટ", + "integrations.recipient_label": "પ્રાપ્તકર્તાના ઇમેઇલ", + "integrations.region_label": "અપવાદ", + "integrations.remote_path_label": "દૂરનો માર્ગ", + "integrations.s3_prefix_label": "પૂર્વપ્રધાન (ફોલ્ડર માર્ગ)", + "integrations.s3_settings": "S3 સુવિધાઓ", + "integrations.secret_key_label": "ગોપ્ય પુરવઠો કી", + "integrations.show_password": "ગોપનશક્તિ બતાવો", + "integrations.show_secrets": "ગોપન સ્થાનો બતાવો", + "integrations.show_token": "ટોકન દર્શાવો", + "integrations.source_local": "સ્થાનિક ફાઈલ સિસ્ટમ", + "integrations.source_type_label": "સ્ત્રોતનો પ્રકાર", + "integrations.sources_quota_label": "મેઇલબોક્સ સ્ત્રોતો:", + "integrations.sources_section": "સ્ત્રોતો", + "integrations.subtitle": "તમારા ઇંગેસન સ્ત્રોતો અને સ્ટોરેજ ગંતવ્યને એક જ જગ્યાએ મેનેજ કરો.", + "integrations.title": "એકીકરણ", + "integrations.type_label": "ઇન્ટિગ્રેશન પ્રકારે", + "integrations.type_placeholder": "\u0014 પ્રથમ દિશા પસંદ કરો \u0014", + "integrations.upgrade_plan": "યોજનામાં સુધારો", + "integrations.use_ssl": "SSL નો ઉપયોગ કરો", + "integrations.username_label": "વપરાશકર્તા નામ", + "integrations.watch_folder_settings": "વાલી ફોલ્ડર સુવિધાઓ", + "integrations.webdav_settings": "WebDAV સુવિધાઓ", + "integrations.webdav_url_label": "WebDAV યુઆરએલ", + "integrations.webhook_heading": "Webhook ઈંગેસન", + "integrations.webhook_how_heading": "Webhook ઈંગેસન કેવી રીતે કામ કરે છે", + "integrations.webhook_how_text": "એક webhook ઇન્ટિગ્રેશન પર્યાવરਣના સિસ્ટમોને REST API મારફતે પુનઃપ્રાપ્ત કરેલા દસ્તાવેજોને સીધે DocuElevate માં મોકલવા માટે મંજૂરી આપે છે. DocuElevate નવી ફાઈલો માટે પોલિંગ કરતાં (જેમ કે IMAP), તમારો એપ્લિકેશન HTTP વિનંતીનો ઉપયોગ કરીને DocuElevateને ફાઈલો મોકલે છે જે આયોજક માટે API ટોકન છે.", + "integrations.webhook_ideal_text": "CI/CD પાઇપલાઇન્સ, ઑટોમેશન સ્ક્રિપ્ટ, સ્કેનર ઇન્ટિગ્રેશન, અથવા કોઈપણ સિસ્ટમ માટે જે દસ્તાવેજો બનાવે છે અને તેમનુ પ્રક્રિયા માટે મોકલવાની જરૂર છે તે માટે આ સરસ છે.", + "integrations.webhook_quick_start": "ઝડપી શરૂઆત", + "integrations.webhook_security_tip": "દરેક ઇન્ટિગ્રેશન માટે એક સમર્પિત API ટોકન બનાવો અને તેને તુરંત રદ કરો જો તમારે જોખમમાં મુક્યું હોય. ટોકન એપી ટોકન પૅજ પર સંચાલિત કરી શકાય છે.", + "integrations.webhook_step1": "{api_tokens_link} પર જાઓ અને એક વ્યક્તિગત ટોકન બનાવો.", + "integrations.webhook_upload_with_token": "API દ્વારા દસ્તાવેજો અપલોડ કરવા માટે ટોકનની ઉપયોગ કરો:", + "language.bg": "બલ્ગેરિયન", + "language.ca": "કેટાલન", + "language.change_success": "{language} ભાષા બદલાઈ", + "language.changed": "{language} ભાષા બદલાઈ", + "language.cs": "ચેક", + "language.da": "ડૅનિશ", + "language.de": "જર્મન", + "language.el": "ગ્રીક", + "language.en": "અંગ્રેજી", + "language.es": "હવાઈ", + "language.et": "એસ્ટોનિયન", + "language.fi": "ફિનિશ", + "language.fr": "ફ્રેંચ", + "language.ga": "આઇરીશ", + "language.hr": "ક્રોએશિયાઈ", + "language.hu": "હંગેરીયન", + "language.is": "ઈસ્લેન્ડિક", + "language.it": "ઈટાલિયન", + "language.lb": "લુક્ઝેટ્સ", + "language.lt": "લિથુનિયાના", + "language.lv": "લેટવિયન", + "language.nb": "નોર્ક", + "language.nl": "નેડરલેન્ડ્સ", + "language.no_results": "કોઈ ભાષા મળી નથી", + "language.pl": "પોલિશ", + "language.pt": "પોર્ટુગિજ", + "language.ro": "રોમેનિયન", + "language.ru": "રશિયન", + "language.search_placeholder": "ભાષાઓ શોધો\u0019", + "language.selector": "ભાષા", + "language.selector_label": "ભાષા પસંદ કરો", + "language.sk": "સ્લોવાક", + "language.sl": "સ્લોવિન", + "language.sv": "શ્વેનીશ", + "language.tr": "તુર્કીશ", + "language.uk": "યુક્રેનિયન", + "language.zh": "ચાઈનીઝ", + "nav.about": "વિષે", + "nav.account_menu": "એકાઉન્ટ મેનુ", + "nav.account_menu_for": "{name} માટેનું એકાઉન્ટ મેનુ", + "nav.admin": "એડમિન", + "nav.admin.audit_logs": "ઑડિટ લોક્સ", + "nav.admin.backups": "બેકઅપ્સ", + "nav.admin.plans": "યોજનાઓ", + "nav.admin.scheduled_jobs": "નિય مقرر કામ", + "nav.admin.users": "વપરાશકર્તાઓ", + "nav.admin_actions": "એડમિન ક્રિયાઓ", + "nav.admin_menu": "એડમિન મેનુ", + "nav.api_docs": "એપીઆઇ દસ્તાવેજો", + "nav.api_tokens": "એપીઆઇ ટોકન", + "nav.backup_restore": "બેકઅપ અને પુનઃસ્થાપન", + "nav.credentials": "ક્રેડેંશિયલ", + "nav.dark_mode": "ગાઢ મોડ", + "nav.dashboard": "ડેશફટ", + "nav.developer_docs": "ડેવલપર દસ્તાવેજો", + "nav.duplicates": "ડુપ્લિકેટ્સ", + "nav.file_manager": "ફાઇલ મૅનેજર", + "nav.files": "ફાઇલો", + "nav.get_started": "શરૂ કરો", + "nav.help": "મદદ", + "nav.help_center": "મદદ કેન્દ્ર", + "nav.imap": "ઇમેઇલ આયાત", + "nav.integrations": "ઇન્ટિગ્રેશન્સ", + "nav.light_mode": "લાઇટ મોડ", + "nav.login": "લૉગ ઇન", + "nav.logout": "લૉગ આઉટ", + "nav.main_navigation": "પ્રાથમિક નેબિગેશન", + "nav.my_subscription": "મારું સબ્સ્ક્રિપ્શન", + "nav.notifications": "અહેવાલ", + "nav.open_main_menu": "પ્રાથમિક મેનૂ ખોલો", + "nav.pipelines": "પાઇપલાઇન", + "nav.plan_designer": "યોજનાની ડિઝાઇનર", + "nav.pricing": "દેખાવો", + "nav.profile": "પ્રોફાઈલ", + "nav.profile_settings": "પ્રોફાઇલ સેટિંગ્સ", + "nav.queue": "ક્યુ", + "nav.queue_monitor": "ક્યુ મોનિટર", + "nav.scheduled_jobs": "Programmed મલ્ટીજોબસ", + "nav.search": "શોધો", + "nav.settings": "સેટિંગ્સ", + "nav.shared_links": "પોતાના લિંક્સ", + "nav.sign_out": "સાઇન આઉટ", + "nav.signup": "સાઇન અપ", + "nav.similarity": "સમાનતા", + "nav.skip_to_content": "મુખ્ય સામગ્રી પર જાઓ", + "nav.status": "સ્તિતિ", + "nav.subscription": "સબ્સ્ક્રિપ્શન", + "nav.toggle_dark_mode": "ડાર્ક મોડ ટૉગલ કરો", + "nav.toggle_nav": "નેવિગેશન મેનૂ ટૉગલ કરો", + "nav.upload": "અપલોડ કરો", + "nav.users": "વપરાશકર્તાઓ", + "nav.version": "આવૃત્તિ માહિતી", + "notifications.filter_all": "બધા", + "notifications.filter_read": "માત્ર વાંચવામાં", + "notifications.filter_unread": "માત્ર અવાંચ્ય", + "notifications.manage_desc": "તમારા સૂચનાઓ ઈનબક્સ, ટાર્ગેટ્સ અને ઇવેન્ટ પસંદગીઓનું સંચાલન કરો", + "notifications.mark_all_read": "બધા વાંચી લીધા તરીકે માર્ક કરો", + "notifications.mark_all_read_btn": "બધાને વાંચી લીધા તરીકે માર્ક કરો", + "notifications.mark_read": "વાંચી લીધા તરીકે માર્ક કરો", + "notifications.no_notifications": "કોઈ સૂચનાઓ નથી", + "notifications.page_title": "સૂચનાઓ", + "notifications.tab_inbox": "ઈનબોક્સ", + "notifications.tab_settings": "સેટિંગ્સ", + "notifications.title": "सूચનાઓ", + "notifications.unread_count": "{count} અવાંચિત સૂચનાઓ", + "pipelines.active_label": "સક્રિય", + "pipelines.add_step_btn": "કદમ ઉમેરો", + "pipelines.create": "પાઈપલાઈન બનાવો", + "pipelines.custom_label_label": "પરિણામ લેબલ", + "pipelines.default_label": "ડિફોલ્ટ", + "pipelines.description_label": "વર્ણન", + "pipelines.description_placeholder": "વૈકલ્પિક વર્ણન", + "pipelines.disabled_label": "બંધ", + "pipelines.edit": "પાઈપલાઈન સંપાદિત કરો", + "pipelines.empty_state": "હજી સુધી કોઈ પાઈપલાઈન નથી", + "pipelines.empty_state_hint": "કસ્ટમ ડૉક્યૂમેન્ટ પ્રોસેસિંગ વર્કફ્લોને પરિભાવિત કરવા માટે તમારું પહેલું પાઈપલાઇન બનાવો.", + "pipelines.enabled_label": "સક્રિય", + "pipelines.force_cloud_ocr_label": "બાદલ OCR ફરજિયાત (સ્થાનિક ટેક્સ્ટ નિષ્કરણ ધ્યાનમાં ન લો)", + "pipelines.inactive_label": "નિષ્ક્રિય", + "pipelines.loading": "પાઈપલાઈનો લોડ થઈ રહ્યા છે\u001a", + "pipelines.name_placeholder": "મારો પાઈપલાઇન", + "pipelines.new_pipeline_btn": "નવી પાઈપલાઈન", + "pipelines.no_steps": "કોઈ પગલાં વ્યાખ્યાયિત નથી. તમારા પાઈપલાઈન બનાવવા માટે એક પગલું ઉમેરો.", + "pipelines.ocr_auto": "ઓટો (સિસ્ટમ ડિફોલ્ટનો ઉપયોગ કરો)", + "pipelines.ocr_language_hint": "Tesseract/EasyOCR માટે વૈશ્વિક ભાષા સેટિંગને ઓવરરાઈડ કરે છે. આઝુર અને મિસ્ટ્રલ ભાષાને આપમેળે ઓળખે છે.", + "pipelines.ocr_language_label": "OCR ભાષા", + "pipelines.optional_suffix": "(વૈકલ્પિક)", + "pipelines.page_title": "પ્રોસેસિંગ પાઈપલાઈન્સ", + "pipelines.set_default": "મારું ડિફોલ્ટ પાઈપલિંગ તરીકે સેટ કરો", + "pipelines.step_label_placeholder": "ડીફોલ્ટ પગલાના નામને ઓવરરાઈડ કરો", + "pipelines.step_type_label": "પગલું પ્રકાર", + "pipelines.subtitle_intro": "કસ્ટમ ડૉક્યૂમેન્ટ પ્રોસેસિંગ વર્કફ્લોને વ્યાખ્યાયિત કરો અને વ્યવસ્થિત કરો.", + "pipelines.subtitle_system_post": "બેજ અને બધા વપરાશકર્તાઓને બતાવવામાં આવે છે.", + "pipelines.subtitle_system_pre": "સિસ્ટમ પાઈપલાઈન (એડમિન દ્વારા બનાવવામાં આવેલ) એક સાથે દર્શાવવામાં આવે છે.", + "pipelines.system_label": "સિસ્ટમ", + "pipelines.system_pipeline_label": "સિસ્ટમ પાઈપલાઈન (બધા વપરાશકર્તાઓને દેખાય છે)", + "pipelines.title": "પ્રોસેસિંગ પાઈપલાઈન્સ", + "profile.avatar_alt": "તમારી પ્રોફાઇલ ફોટો", + "profile.avatar_heading": "પ્રોફાઇલ ફોટો", + "profile.avatar_remove": "કસ્ટમ અવતાર દૂર કરો", + "profile.avatar_upload_hint": "2 MB સુધીમાં JPEG, PNG, GIF, અથવા WebP છબી અપલોડ કરો. જો કોઈ કસ્ટમ તસવીર સેટ કરવામાં આવી નથી, તો તમારી {gravatar} બતાવવામાં આવશે.", + "profile.choose_image": "છબી પસંદ કરો\u0005", + "profile.confirm_password": "નવી પાસવર્ડની પુષ્ટિ કરો", + "profile.contact_email_hint": "સિસ્ટમ સૂચનાઓ માટે ઉપયોગ થાય છે. આ તમારું લોગિન ઈ-મેલ બદલતું નથી.", + "profile.contact_email_label": "સંપર્ક / સૂચના ઈ-મેલ", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "વર્તમાન પાસવર્ડ", + "profile.dismiss": "તરકાવારો", + "profile.display_name_hint": "તમારા એકાઉન્ટના યુઝર નામ અથવા ઈ-મેલનો ઉપયોગ કરવા માટે ખાલી જાઓ.", + "profile.display_name_label": "ડિસ્પ્લે નામ", + "profile.display_name_placeholder": "UI માં દર્શાવેલ તમારું નામ", + "profile.general_heading": "સામાન્ય માહિતી", + "profile.gravatar_link": "ગ્રેવેટાર", + "profile.heading": "પ્રોફાઇલ સેટિંગ્સ", + "profile.language_auto_detect": "ઓટો-ડિટેક્ટ (બ્રાઉઝર પરથી)", + "profile.language_hint": "તમારી પસંદગીની ઇન્ટરફેસ ભાષા પસંદ કરો. “ઓટો-ડિટેક્ટ” તમારા બ્રાઉઝરના સેટિંગ્સનું પાલન કરે છે.", + "profile.language_label": "UI ભાષા", + "profile.new_password": "નવી પાસવર્ડ", + "profile.new_password_hint": "કમાંન પ્રતિમાની 8 અક્ષરો.", + "profile.page_title": "પ્રોફાઇલ સેટિંગ્સ – ડોક્યુએલિવેટ", + "profile.password_heading": "પાસવર્ડ બદલવો", + "profile.preferences_heading": "પ્રિયતા", + "profile.save_button": "સુધારમાં મેળવો", + "profile.saving": "સંગ્રહિત કરી રહ્યું છે\u0005", + "profile.subtitle": "તમારા ડિસ્પ્લે નામ, અવતાર, ભાષા અને થીમની પસંદગિઓને સંચાલિત કરો.", + "profile.theme_dark": "ડાર્ક", + "profile.theme_hint": "“સિસ્ટમ ડિફોલ્ટ” તમારા ઉપકરણના ડાર્ક-મોડ સેટિંગનું પાલન કરે છે.", + "profile.theme_label": "રંગ યોજના", + "profile.theme_light": "લાઇટ", + "profile.theme_system": "સિષ્ટમ ડિફોલ્ટ", + "profile.update_password": "પાસવર્ડને અપડેટ કરો", + "profile.updating": "અપડેટ કરવામાં આવી રહ્યું છે\u000720;", + "queue.active_tasks": "સક્રિય કાર્ય", + "queue.auto_refresh_1": "દરેક ઓટો-અપડેટ કરે છે", + "queue.auto_refresh_2": "મિનિટો", + "queue.col_arguments": "તર્ક", + "queue.col_current_step": "વર્તમાન પગલું", + "queue.col_file": "ફાઇલ", + "queue.col_files": "ફાઇલો", + "queue.col_queue": "ગુણવત્તા", + "queue.col_state": "રાજ્ય", + "queue.col_task": "કામ", + "queue.col_task_id": "કામ ID", + "queue.files_processing": "ફાઇલો પ્રક્રિયા કરવી", + "queue.heading": "ક્યૂ મોનિટર", + "queue.last_updated": "છેલ્લું અપડેટ:", + "queue.loading_stats": "ક્યૂ આંકડાકીય માહિતીને લોડ કરી રહ્યું છે\u000785", + "queue.no_active_tasks": "કોઈ ચલિત કાર્ય નથી", + "queue.no_data": "કોઈ ડેટા નથી", + "queue.no_files_processing": "હવે કોઈ ફાઈલો પ્રક્રિયા કરવામાં નથી", + "queue.page_title": "ક્યૂ મોનિટર", + "queue.processing_pipeline": "પ્રક્રિયા પાઇપલાઇન", + "queue.queued_tasks": "ક્યુડ ટાસ્ક", + "queue.recently_processing": "હમણાં કામ કરી રહ્યા છે ફાઈલો", + "queue.redis_queues": "રે મૃત્યુની કયું", + "queue.subtitle": "દસ્તાવેજ પ્રક્રિયા પાઇપલાઇન અને સેલેરી કાર્ય ક્યૂઝનો વાસ્તવિક-સમયનો અભિગમ.", + "queue.workers_online": "કામકાજીઓ ઑનલાઇન", + "search.button": "શોધો", + "search.error_message": "શોધન આ સમયે ઉપલબ્ધ નથી. કૃપા કરી થોડી સમય પછી ફરીથી પ્રયાસ કરો.", + "search.filter_aria_clear": "બધા ફિલ્ટરો સાફ કરો", + "search.filter_clear_button": "ફિલ્ટરો સાફ કરો", + "search.filter_date_from": "તારીખથી", + "search.filter_date_to": "તારીખ સુધી", + "search.filter_document_type": "દસ્તાવેજનો પ્રકાર", + "search.filter_document_type_placeholder": "ઉદાહરણ તરીકે, બિલ", + "search.filter_language": "ભાષા", + "search.filter_language_placeholder": "ઉદાહરણ તરીકે, de", + "search.filter_sender": "પ્રાપ્તકર્તા", + "search.filter_sender_placeholder": "ઉદાહરણ તરીકે, ACME કોર્પ", + "search.filter_tags": "ટેગ્સ", + "search.filter_tags_placeholder": "ઉદાહરણ તરીકે, આમેઝોન", + "search.filter_text_quality": "ટેક્સ્ટ ગુણવત્તા", + "search.filter_text_quality_all": "બધા", + "search.filter_text_quality_high": "ઉચ્ચ", + "search.filter_text_quality_low": " નીચું", + "search.filter_text_quality_medium": "મધ્યમ", + "search.filter_text_quality_no_text": "કોઈ લખાણ નથી", + "search.heading": "દસ્તાવેજ શોધ", + "search.input_aria_label": "કાગળો શોધો", + "search.input_placeholder": "સામગ્રી, પ્રસારક, ટેગ, પ્રકાર દ્વારા કાગળો શોધો...", + "search.loading_indicator": "શોધી રહ્યું છીએ\u0005", + "search.no_results": "કોઈ પરિણામ મળ્યા નહિ", + "search.page_title": "કાગળો શોધી રહ્યા છે", + "search.placeholder": "ફાઇલના નામ, સામગ્રી, ટેગ દ્વારા શોધો...", + "search.result_empty": "તમારા પૂછપરછને અનુકૂળ કોઇ કાગળો મળ્યા નથી.", + "search.results_count": "{count} પરિણામો મળ્યા", + "search.saved_aria_save": "હાલની શોધ સાચવો", + "search.saved_button": "હાલની સાચવો", + "search.saved_empty": "હજી સુધી કોઈ સાચવેલ શોધ નથી", + "search.saved_error": "સાચવેલ શોધ લોડ કરી શક્યો નથી", + "search.saved_label": "સાચવેલ શોધો", + "search.saved_loading": "લોડ થવા માં", + "search.title": "કાગળો શોધી રહ્યા છે", + "settings.audit_log_btn": "ઑડિટ લો", + "settings.autocomplete_hint": "જાણ્યા મૂલ્ય શોધવા માટે ટાઇપ કરો, અથવા રિક્વેસ્ટ કરેલ કોઈ કસ્ટમ મૂલ્ય દાખલ કરો.", + "settings.autocomplete_no_matches": "કોઈ મેળ não — તમે હજુ પણ કસ્ટમ મૂલ્ય ટાઈપ કરી શકો છો", + "settings.autocomplete_placeholder": "શોધવા માટે ટાઇપ કરો અથવા મૂલ્ય દાખલ કરો\u00005", + "settings.boolean_enable_prefix": "સક્રિય કરો", + "settings.categories_aria": "સેટિંગ્સ કેટેગરીઓ", + "settings.categories_heading": "શ્રેણીઓ", + "settings.db_wizard_btn": "DB વિઝાર્ડ", + "settings.effective_value_label": "પ્રभावી મૂલ્ય:", + "settings.encrypted_suffix": "= આરામમાં સંરક્ષિત", + "settings.encrypted_title": "મૂલ્ય ડેટાબેઝમાં આરામમાં સંરક્ષિત છે", + "settings.export_btn": "નિકાસ", + "settings.export_db_only": "માત્ર DB સેટિંગ્સ", + "settings.export_full_config": "પૂર્ણ અસરકારક રૂપરેખા", + "settings.jump_to_category": "શ્રેણીમાં જંપ કરો\u00005", + "settings.manage_config_prefix": "રૂપરેખા વ્યવસ્થાપિત કરો. પ્રથમતા:", + "settings.model_picker_hint": "ઓર્ડર પ્રથમથી પસંદ કરો અથવા તમે જે આપતા છે તે દ્વારા આધારિત કોઈ પણ મોડેલ નામ ટાઇપ કરો.", + "settings.model_picker_placeholder": "કોઈ સામાન્ય મોડેલ પસંદ કરો અથવા કસ્ટમ નામ ટાઇપ કરો\u00005", + "settings.no_results_clear": "શોધ ને સાફ કરો", + "settings.no_results_heading": "કોઈ સેટિંગ્સ મળ્યા નથી", + "settings.no_results_hint": "અલગ શોધ શબ્દો અજમાવો અથવા", + "settings.page_heading": "અપ્લિકેશન સેટિંગ્સ", + "settings.required_label": "(આવશ્યક છે)", + "settings.reset_confirm": "શું તમે નિશ્ચિત છો કે તમે આ સેટિંગને ફરી ધોવા માંગો છો?", + "settings.restart_required_suffix": "= પુનઃ શરૂ કરવાની જરૂર છે", + "settings.revert_btn": "ડેટા બેસથી દૂર કરો", + "settings.revert_title": "ડેટા બેસનું ઓવરરાઈડ દૂર કરો અને પર્યાવરણ વેરિયેબલ અથવા ડિફોલ્ટ પર પાછા ફરો", + "settings.reverting": "પાછું ફરતાં સુધારણા\u0000a0", + "settings.save_all_btn": "બધા ફેરફારો સાચવો", + "settings.save_error": "સેટિંગ સાચવવામાં નિષ્ફળ", + "settings.save_setting_title": "આ સેટિંગ સાચવો", + "settings.save_success": "સેટિંગ સફળતાપૂર્વક સાચવવામાં આવી", + "settings.saving_state": "સાચવાઈ રહ્યું છે\u0000a0", + "settings.search_aria_label": "સેટિંગ શોધો", + "settings.search_clear_aria": "શોધ કાઢી નાખો", + "settings.search_placeholder": "નામ, કી, કે વર્ણન દ્વારા સેટિંગ શોધો\u0000a0", + "settings.settings_count_suffix": "સેટિંગ", + "settings.source_db_badge": "ડેટા બેસ", + "settings.source_default_badge": "ડિફોલ્ટ", + "settings.source_env_badge": "પર્યાવરણ", + "settings.title": "સેટિંગ", + "settings.toggle_visibility_aria": "પાસવર્ડના દિષ્ટિત્વને સ્વિચ કરો", + "settings.toggle_visibility_title": "મૂલ્ય દર્શાવો/્ધરાવો", + "settings.user_autocomplete_empty": "મિલતા વપરાશકર્તાઓ મળ્યા નથી", + "settings.user_autocomplete_hint": "માંની વપરાશકર્તાઓને નામે શોધવા માટે ટાઇપ કરો, અથવા કોઈ ઓળખકર્તા હાથથી દાખલ કરો.", + "settings.user_autocomplete_placeholder": "વપરાશકર્તાઓ શોધવા માટે ટાઇપ કરવાનું શરૂ કરો\u0000a0", + "settings.wizard_btn": "જાદુગર", + "shared.col_expiry": "સમાપ્તિ", + "shared.col_file_label": "ફાઇલ / લેબલ", + "shared.col_link": "લિંક", + "shared.col_views": "દર્શન", + "shared.copy_link_aria": "લિંકને ક્લિપબોર્ડમાં નકલ કરો", + "shared.copy_link_title": "લિંક નકલ કરો", + "shared.create_btn": "લિંક બનાવો", + "shared.create_heading": "નવી શેર કરેલ લિંક બનાવો", + "shared.creating": "બનાવવાં\u0000a0", + "shared.expiry_12h": "12 કલાક", + "shared.expiry_14d": "14 દિવસ", + "shared.expiry_1h": "1 કલાક", + "shared.expiry_24h": "24 કલાક (1 દિવસ)", + "shared.expiry_30d": "30 દિવસ", + "shared.expiry_3d": "3 દિવસ", + "shared.expiry_6h": "6 કલાક", + "shared.expiry_7d": "7 દિવસ", + "shared.expiry_label": "સમાપ્તિ", + "shared.expiry_never": "કદી નહીં", + "shared.file_id_help_post": "પૃષ્ઠ અથવા દસ્તાવેજ વિગત URL માં.", + "shared.file_id_help_pre": "ફાઈલ ID શોધો", + "shared.file_id_label": "ફાઇલ ID", + "shared.file_id_placeholder": "ઉદાહરણ તરીકે. 42", + "shared.files_link": "ફાઇલો", + "shared.heading": "શેર કરેલ લિંક", + "shared.label_label": "લેબલ", + "shared.label_placeholder": "ઉદાહરણ તરીકે. બોબ સાથે શેર કરેલું", + "shared.link_created": "શેર કરવામાં આવેલ લિંક બનાવી!", + "shared.link_created_help": "આ લિંક કોપી કરો અને પ્રાપ્તકર્તાને મોકલો.", + "shared.links_count_aria": "લિંક્સની સંખ્યા", + "shared.max_downloads_label": " maks ડાઉનલોડ", + "shared.no_links": "હાલે કોઈ શેર કરેલી લિંક્સ નથી. પહેલા ઉપર એક બનાવો.", + "shared.open_in_new_tab": "નવા ટૅબમાં ખોલો", + "shared.open_link_aria": "શેર કરેલી લિંક ખોલો", + "shared.optional": "(ઑપ્શનલ)", + "shared.page_title": "શેર કરેલ લિંક્સ – DocuElevate", + "shared.password_label": "ગૂણકશબ્દ", + "shared.password_placeholder": "ગૂણકશબ્દ ના માટે ખાલી છોડી દો", + "shared.password_protected": "ગૂણકશબ્દ સંરક્ષણિત", + "shared.refresh_aria": "શેર કરેલી લિંક્સની યાદી તાજી કરો", + "shared.revoke_aria_prefix": "શેર કરેલી લિંક રદ્દ કરો", + "shared.revoke_btn": "રદ્દ કરો", + "shared.status_active": "ક્રિયાશીલ", + "shared.status_expired": "સમાપ્ત", + "shared.status_limit_reached": "મર્યાદા પહોંચી", + "shared.status_revoked": "રદ્દ કરેલ", + "shared.subtitle": "કાળ-મર્યાદિત અથવા દૃશ્ય-મર્યાદિત લિંક દ્વારા કોઈપણ સાથે દસ્તાવેજો શેર કરો. પ્રાપ્તકર્તાને DocuElevate ખાતું હોવું જરૂરી નથી. લિંક્સ ગૂણકશબ્દ સંરક્ષણિત અને οποે સહેલાઇથી રદ્દ કરી શકાય છે.", + "shared.table_aria": "શેર કરેલ લિંક", + "shared.unlimited_placeholder": "અસીમિત", + "shared.your_links": "તમારા શેર કરેલ લિંક્સ", + "similarity.backfill_auto": "પશ્ચભૂમિ કાર્ય દરેક 5 મિનિટમાં સ્વચાલિત રીતે તેનો હિસાબ કરશે, અથવા તમે", + "similarity.files_missing_text": "ફાઇલ(ઓ) પાસે OCR લખાણ છે પરંતુ હજુ કોઈ ઇમ્બેડિંગ નથી.", + "similarity.find_pairs_btn": "જોડીઓ શોધો", + "similarity.heading": "દસ્તાવેજ સમાનતા", + "similarity.load_error": "જોડીઓ લોડ કરવામાં નિષ્ફળ.", + "similarity.min_similarity_label": "કમથી કમ સમાનતા", + "similarity.no_pairs_detail": "કોઈ દસ્તાવેજ જોડીઓ સમાનતા થ્રેશોલ્ડને પાર નથી કરતી.", + "similarity.no_pairs_heading": "કોઈ સમાન જોડીઓ નથી મળ્યું", + "similarity.page_title": "દસ્તાવેજ સમાનતા - DocuElevate", + "similarity.pagination_aria": "સમાનતા જોડીની પેજિનેશન", + "similarity.per_page_label": "દરેક પેજ", + "similarity.scanning": "સમાન દસ્તાવેજ જોડી માટે સ્કેન કરી રહ્યા છીએ\u001e", + "similarity.stat_embedding_model": "એમ્બેડિંગ મોડેલ", + "similarity.stat_missing_embedding": "ખૂણાંનું અમ્બેડિંગ ન હોવાનું", + "similarity.stat_total_files": "કુલ ફાઇલો", + "similarity.stat_with_embedding": "એમ્બેડિંગ સાથે", + "similarity.subtitle": "ઉચ્ચ શબ્દકોષ સમાનતા ધરાવતી દસ્તાવેજની જોડી, સ્કોર દ્વારા વર્ગબદ્ધ.", + "similarity.trigger_aria": "બિન-એમ્બેડિંગ ધરાવતી તમામ ફાઇલો માટે એમ્બેડિંગ ગણના ચલાવો", + "similarity.trigger_now": "હવે ચલાવો", + "status.app_version": "એપ્લિકેશન આવૃત્તિ", + "status.build_date": "બિલ્ડ તારીખ", + "status.container_id": "કન્ટેનર આઈડી", + "status.git_commit": "Git કમિટ", + "status.last_check": "અવાહન ચેક", + "status.page_title": "સિસ્ટમ સ્થિતિ", + "status.setting_label": "સેટિંગ", + "status.value_label": "મૂળ્ય", + "subscription.available_plans_heading": "ઉપલબ્ધ યોજનાઓ", + "subscription.back_to_dashboard": "ડેશબોર્ડ પર પાછા જાઓ", + "subscription.cancel_pending": "ફેરફાર રદ કરો", + "subscription.cancel_scheduled": "અન્યાય વિશે ફેરફાર રદ કરો", + "subscription.contact_sales": "વેચાણ સંપર્ક કરો", + "subscription.current_badge": "વર્તમાન", + "subscription.current_plan": "વર્તમાન યોજના", + "subscription.current_plan_cta": "તમારી વર્તમાન યોજના", + "subscription.downgrade_to_prefix": "ગણવા માટે", + "subscription.features_heading": "તમારી યોજનામાં શું સમાવેશ થાય છે", + "subscription.free": "મકાન", + "subscription.heading": "મારો સબ્સ્ક્રિપ્શન", + "subscription.keep_plan_prefix": "રાખો", + "subscription.lifetime_files": "કુલ ફાઇલો (જીવો)", + "subscription.month_files": "આ મહિને файлગંતા", + "subscription.more_features_label": "અધિક", + "subscription.page_title": "મારો સબ્સ્ક્રિપ્શન - ડોક્યુએલેવેટ", + "subscription.pending_badge": "કક્ષાત", + "subscription.pending_benefits": "તેઓ સુધી તમારે બધા વર્તમાન યોજના લાભો રાખવા માટે છે.", + "subscription.pending_on": "પર", + "subscription.pending_title": "ફેરફારની યોજના સ્થળે છે", + "subscription.pending_will_change": "તમારી યોજના તરફ બદલે", + "subscription.per_mo": "/મથ", + "subscription.per_month": "/મહિનો", + "subscription.since": "થી", + "subscription.single_user_body": "સબ્સ્ક્રિપ્શન ધોરણો ત્યારે લાગુ થાય છે જ્યારે મલ્ટી-યુઝર સ્થિતિ સક્રિય હોય છે.તમારી ઉદિયમ હાલમાં આંતર જોડી અમલ કરવા થઈ રહી છે જેમાં કોઈ પ્રક્રિયા મર્યાદા નથી. એક વહીવટકર્તા {settings_link} દ્વારા મલ્ટી-યૂઝર મોડ સક્રિય કરી શકે છે.", + "subscription.single_user_title": "મલ્ટી-યૂઝર મોડ સક્રિય નથી.", + "subscription.subtitle": "તમારી વર્તમાન યોજના, ઉપયોગ અને ઉપલબ્ધ સુધારણાઓ.", + "subscription.this_month_label": "આ મહિને", + "subscription.today_files": "આજ ફાઇલો", + "subscription.today_label": "આજ", + "subscription.unlimited": "અમર્યાદિત", + "subscription.upgrade_info": "સુધારણાઓ તરત જ અસર દાખવે છે. ગણનાને તમારી વર્તમાન બીલિંગ પોર્ટલના અંતે ગોઠવાય છે.", + "subscription.upgrade_to_prefix": "ઉન્નત કરો", + "subscription.usage_heading": "વપરાશ", + "upload.browse_button": "ફાઇલોને શોધો", + "upload.button_processing": "પ્રોસેસિંગ...", + "upload.camera_button": "ફટકો લો / દસ્તાવેજને સ્કેન કરો", + "upload.download_button": "ડાઉનલોડ અને પ્રોસેસ", + "upload.downloading": "યુ.આર.એલમાંથી ફાઇલ ડાઉનલોડ કરી રહ્યા છીએ...", + "upload.drag_drop": "ફાઇલો અહીં ખેંચો અને છોડો અથવા શોધવા માટે ક્લિક કરો", + "upload.drop_hint_desktop": "ફાઇલો અથવા ફોલ્ડરો અહીં ખેંચો અને છોડો, અથવા ફાઇલો પસંદ કરવા માટે ક્લિક કરો.", + "upload.drop_hint_mobile": "ફાઇલો પસંદ કરવા માટે ટેપ કરો અથવા નીચે આપેલ કૅમેરા બટનનો ઉપયોગ કરો.", + "upload.drop_zone_aria": "ફાઇલ અપલોડ પ્રદેશ. અહીં ફાઇલો ખેંચો અને છોડો, અથવા ફાઇલો શોધવા માટે એન્ટર દબાવો.", + "upload.error": "અપલોડ નિષ્ફળ", + "upload.error_invalid_url": "અમાન્ય URL ફોર્મેટ", + "upload.error_url_required": "કૃપા કરીને URL દાખલ કરો", + "upload.file_size_hint": "આધિકતમ કદ: 500 MB પ્રતિ ફાઈલ", + "upload.file_types": "คืนนี้જ્ઞાત પ્રકારો: PDF, ઑફિસ દસ્તાવેજો (વર્ડ, એક્સેલ, પાવરપોઈન્ટ, વગેરે), છબીઓ", + "upload.filename_description": "URLમાંથી ફાઇલનામ વાપરવા માટે ખાલી છોડી દો", + "upload.filename_label": "ફાઇલનામ (વૈકલ્પિક)", + "upload.filename_placeholder": "my-document.pdf", + "upload.max_size": "માન્ય ફાઇલ કદ: {size}", + "upload.page_title": "ફાઇલો અપલોડ કરો", + "upload.section_device": "ડિવાઇસમાંથી અપલોડ કરો", + "upload.section_url": "URL પરથી અપલોડ કરો", + "upload.select_file": "ફાઈલ પસંદ કરો", + "upload.success": "ફાઈલ સફળતાપૂર્વક અપલોડ કરવામાં આવી", + "upload.title": "દસ્તાવેજ અપલોડ કરો", + "upload.uploading": "અપલોડ કરી રહ્યું છે...", + "upload.url_description": "ફાઈલનો સીધો લિંક દાખલ કરો (PDF, ઑફિસ દસ્તાવેજો, અથવા છબીઓ)", + "upload.url_label": "ફાઈલ URL", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/ha.json b/frontend/translations/ha.json new file mode 100644 index 00000000..e4260563 --- /dev/null +++ b/frontend/translations/ha.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "Sadu da Mai ƙirƙira", + "about.creator_name": "Christian Krakau-Louis", + "about.creator_pre": "DocuElevate an ƙirƙira shi da juriya ta", + "about.features_admin_api": "API mai ƙarfi na REST don samun dama ta hanyar shirin", + "about.features_admin_config": "Ana iya saka shi sosai ta hanyar canje-canje na yanayi", + "about.features_admin_docker": "An shirya Docker don sauƙin fitarwa da girma", + "about.features_admin_heading": "Gudanarwa", + "about.features_admin_oauth2": "Tallafin tantancewar OAuth2 tare da Authentik", + "about.features_automation_background": "Ayyukan bayan fage tare da Redis da Celery", + "about.features_automation_gmail": "Haɗin Gmail da asusun imel na gaba ɗaya", + "about.features_automation_heading": "Ayyukan Kai", + "about.features_automation_imap": "Polling inbox na IMAP daga hanyoyi da yawa", + "about.features_automation_ingestion": "Shigar da takardu ta atomatik daga hanyoyi daban-daban", + "about.features_heading": "Mabuɗin Abubuwa", + "about.features_integration_cloud": "Ajiyar gajimare: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Hadawa & Ajiyar", + "about.features_integration_multi_dest": "Tallafin wurare da yawa (ajiye takardu a wurare da yawa)", + "about.features_integration_protocols": "Hanyoyin canja wuri: FTP, SFTP, Juyawar imel", + "about.features_integration_selfhosted": "Zabi mai masaukin kai: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Hankali mai kyau na rarraba takardu da fitar da kwanan wata", + "about.features_processing_heading": "Aikin Takardu", + "about.features_processing_metadata": "Fitar da metadata ta atomatik tare da mai bayar da AI na pluggable", + "about.features_processing_ocr": "OCR mai ƙarfi daga Azure Document Intelligence", + "about.features_processing_pdf": "Sauya PDF don nau'ikan fayiloli daban-daban ta hanyar Gotenberg", + "about.features_processing_upload": "Sauƙin da aminci wajen loda fayil tare da goyon bayan jan & sauke", + "about.github_logo_alt": "Alamar GitHub", + "about.heading": "Game da DocuElevate", + "about.intro_post": " – mafita ta zamani, mai hankali don aikin takardu! Mun gina DocuElevate don canza yadda kuke gudanar da takardunku – daga loda zuwa fitarwa, daga aikin zuwa ajiyar.", + "about.intro_pre": "Maraba da ", + "about.involved_description": "Shin kuna son shiga cikin lambar, bayar da ra'ayoyi, ko koyi karin bayani game da DocuElevate?", + "about.involved_docs": "Karanta Takardun", + "about.involved_github": "Duba DocuElevate a GitHub", + "about.involved_heading": "Shiga", + "about.involved_website": "Ziyarci Shafin Yanar gizon DocuElevate", + "about.legal_description": "Muna kula da sirrinku da tsaron bayananku. Don Allah ku duba:", + "about.legal_heading": "Siri & Doka", + "about.legal_license": "Bayanan Lasisi", + "about.legal_privacy": "Sanarwar Sirri", + "about.page_title": "Game da DocuElevate", + "about.story_heading": "Labarinmu", + "about.story_p1": "An kirkiro DocuElevate tare da burin guda: don sauƙaƙe da sauƙaƙe gudanar da takardu ga kowa, ko kai ƙananan kamfani ne ko babbar ƙungiya.", + "about.story_p2": "Muna amfani da iko na masu bayar da AI masu dacewa (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, da ƙari) don fitar da metadata da gyaran rubutu, haɗa tare da Dropbox, Nextcloud, da Paperless NGX don ajiyar da tsarin, amfani da Azure Document Intelligence don OCR, har ma da amfani da Gotenberg don canji daga fayil zuwa PDF.", + "api_tokens.col_created": "An ƙirƙiri", + "api_tokens.col_last_ip": "IP na ƙarshe", + "api_tokens.col_last_used": "An yi amfani da shi na ƙarshe", + "api_tokens.col_name": "Suna", + "api_tokens.col_prefix": "Ruwan token", + "api_tokens.copy_to_clipboard": "Kwafi token zuwa clipboard", + "api_tokens.copy_upload_example": "Kwafi misalin loda zuwa clipboard", + "api_tokens.copy_warning_1": "Kwafi wannan token yanzu — zai", + "api_tokens.copy_warning_2": "ba za a sake nunawa ba", + "api_tokens.create_heading": "Ƙirƙiri Sabon Token", + "api_tokens.create_token": "Ƙirƙiri Token", + "api_tokens.creating": "Ana ƙirƙira...", + "api_tokens.heading": "API Tokens", + "api_tokens.intro": "Ƙirƙiri tokens na API na kanka don yin hulɗa tare da API na DocuElevate ta yadda za a yi shirye-shiryen lamba. Yi amfani da tokens don loda webhook, CI/CD pipelines, ko duk wani rubutun da ke buƙatar loda ko dawo da takardu.", + "api_tokens.loading_tokens": "Ana loda tokens...", + "api_tokens.never": "Babu lokacin", + "api_tokens.no_tokens_heading": "Babu tokens na API tukuna", + "api_tokens.no_tokens_help": "Ƙirƙiri token naka na farko a sama don farawa.", + "api_tokens.page_title": "API Tokens – DocuElevate", + "api_tokens.revoke": "Janye", + "api_tokens.revoke_prefix": "Janye token", + "api_tokens.status_active": "Aiki", + "api_tokens.status_revoked": "An janye", + "api_tokens.table_aria": "API Tokens", + "api_tokens.token_created": "An ƙirƙiri token cikin nasara!", + "api_tokens.token_name_label": "Sunan token", + "api_tokens.token_name_placeholder": "misali: CI Pipeline, Webhook Upload, Rubutuna", + "api_tokens.usage_heading": "Misalin Amfani", + "api_tokens.usage_intro_post": "kanun labarai tare da kowanne buƙatar API:", + "api_tokens.usage_intro_pre": "Yi amfani da token na API naka a cikin", + "api_tokens.your_tokens": "Tokens Naka", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "Albarkatu", + "audit.col_timestamp": "Lokaci", + "audit.critical": "Matsala", + "audit.filter_action": "Aiki", + "audit.filter_all_actions": "Duk ayyuka", + "audit.filter_all_users": "Duk masu amfani", + "audit.filter_resource_placeholder": "wato, takardu, masu amfani", + "audit.filter_resource_type": "Nau'in Albarkatu", + "audit.filter_severity": "Sama", + "audit.filter_user": "Mai amfani", + "audit.filters_section_label": "Fitar da rajistar duba", + "audit.next": "Na gaba", + "audit.next_label": "Shafin na gaba", + "audit.no_events": "Babu abubuwan duba da aka rubuta har yanzu.", + "audit.no_events_hint": "Muhimman ayyuka (shiga, ayyukan takardu, canje-canje na saituna) za su bayyana a nan.", + "audit.page_title": "Rajistan Duba - DocuElevate", + "audit.pagination_label": "Rarraba rajistar duba", + "audit.prev": "Kafin", + "audit.prev_label": "Shafin kafin", + "audit.refresh_label": "Sabunta rajistar duba", + "audit.siem_disabled_title": "SIEM tura an kashe", + "audit.siem_enabled_title": "Abubuwan ana turawa zuwa ", + "audit.siem_off": "SIEM: Kashe", + "audit.subtitle": "Cikakken, rajista kawai, na duk muhimman ayyuka.", + "audit.table_label": "Abubuwan rajistar duba", + "audit.title": "Rajistan Duba", + "auth.confirm_password": "Tabbatar da Kalmar Wucewa", + "auth.create_account": "Kirkiri asusu", + "auth.display_name_label": "Sunan Nuna", + "auth.email_label": "Imel", + "auth.forgot_password": "Ka manta da kalmar wucewa?", + "auth.forgot_username": "Ka manta da sunan mai amfani?", + "auth.login": "Shigo", + "auth.login_title": "Shigo", + "auth.logo_alt": "Tambarin DocuElevate", + "auth.logout": "Fita", + "auth.my_account": "Asusuna", + "auth.no_account": "Ba ka da asusu?", + "auth.or_continue_with": "Ko kuma ci gaba da", + "auth.password_label": "Kalmar Wucewa", + "auth.profile": "Takaice", + "auth.remember_me": "Ka tuna da ni", + "auth.return_home": "Komawa Gida", + "auth.sign_in": "Shiga", + "auth.sign_in_sso": "Shiga tare da SSO", + "auth.sign_in_with": "Shiga tare da", + "auth.sign_in_with_username": "Shiga tare da sunan mai amfani", + "auth.signup": "Yi rajista", + "auth.signup_title": "Yi rajista", + "auth.username_label": "Sunan mai amfani", + "auth.username_or_email": "Sunan mai amfani ko Imel", + "auth.verify_email_back_sign_in": "Komawa don shiga", + "auth.verify_email_expiry": "Hanyar ta ƙare cikin sa'o'i 24. Idan ba ku ga imel ɗin ba, duba tsarin banza.", + "auth.verify_email_heading": "Duba akwatin saƙonku", + "auth.verify_email_message": "Mun aiko muku da imel na tabbatarwa. Don Allah danna hanyar haɗi a cikin imel ɗin don kunna asusunku.", + "auth.verify_email_page_title": "DocuElevate - Tabbatar da Imel ɗinku", + "auth.verify_email_resend_aria_label": "Adireshin imel don sake aikawa", + "auth.verify_email_resend_button": "Sake aikawa imel na tabbatarwa", + "auth.verify_email_resend_label": "Adireshin imel", + "auth.verify_email_resend_placeholder": "Shigar da adireshin imel ɗinku", + "auth.verify_email_resend_prompt": "Ba ku karɓa ba?", + "backup.archives_heading": "Ajiyar Bita", + "backup.backup_now": "Ajiyawa Yanzu", + "backup.clean_up": "Tsaftace", + "backup.cleanup_title": "Gudanar da tsaftacewa yanzu", + "backup.col_created": "An ƙirƙiri", + "backup.col_filename": "Sunan fayil", + "backup.col_size": "Girma", + "backup.col_storage": "Ajiyar", + "backup.col_type": "Nau'in", + "backup.config_auto_backup": "Ajiyawa kai tsaye", + "backup.config_remote_dest": "Manufa nesa", + "backup.config_retention": "Riƙewa", + "backup.config_total_size": "Jimlar girman cikin gida", + "backup.confirm_btn": "Tabbatar", + "backup.confirm_title": "Tabbatar da aiki", + "backup.heading": "Gudanar da Ajiyawa", + "backup.local_only": "Kawai cikin gida", + "backup.no_backups": "Babu ajiyar yanzu.", + "backup.no_backups_hint": "Danna Ajiyawa Yanzu don ƙirƙirar ajiyar ku ta farko.", + "backup.page_title": "Gudanar da Ajiyawa", + "backup.records_label": "rajistar", + "backup.restore_btn": "Mayar", + "backup.restore_desc_mid": "ajiyar bita don mayar da bayanan.", + "backup.restore_desc_pre": "Loda wani", + "backup.restore_desc_warning": "Wannan zai maye gurbin duk bayanan yanzu.", + "backup.restore_file_label": "Ajiyar ajiyar (.db.gz)", + "backup.restore_heading": "Mayar daga Fayil", + "backup.restoring": "Ana mayar\u00103\u00105...", + "backup.retention_daily_detail": "\u00149 aka adana na makonni 3", + "backup.retention_heading": "Ka'idojin riƙewa", + "backup.retention_hourly_detail": "\u00149 aka adana na kwanaki 4", + "backup.retention_note": "Ajiyoyi mafi girma fiye da wannan shine za'a yanka ta atomatik bayan an ƙirƙiri sabon ajiyar.", + "backup.retention_weekly_detail": "\u00149 aka adana na ~watanni 3", + "backup.snapshots": "hoton-ajiye", + "backup.status_ok": "ok", + "backup.storage_local": "na gida", + "backup.subtitle": "Ana ƙirƙirar ajiyoyin bayanai ta atomatik: awa-awa (kwanaki 4), kullum (makonni 3), mako-mako (makonni 13).", + "backup.table_aria": "Ajiyar ajiyo", + "backup.trigger_daily": "Ajiyar Yanzu (Kullum)", + "backup.trigger_hourly": "Ajiyar Yanzu (Awa-awa)", + "backup.trigger_weekly": "Ajiyar Yanzu (Mako-mako)", + "backup.type_daily": "Kullum", + "backup.type_hourly": "Awa-awa", + "backup.type_weekly": "Mako-mako", + "billing.go_to_dashboard": "Ka koma dashboard", + "billing.manage_subscription": "Gudanar da subscribe", + "billing.success_heading": "Kun riga kun kammala!", + "billing.success_message": "An kunna rajistar ku. Na gode da zaɓar DocuElevate!", + "billing.success_page_title": "DocuElevate - Rajista An Kunna", + "common.actions": "Ayyuka", + "common.active": "Aiki", + "common.all": "Duk", + "common.avatar": "Hoto", + "common.back": "Baya", + "common.cancel": "Soke", + "common.close": "Rufe", + "common.col_pending": "Ana jiran", + "common.completed": "An Kammala", + "common.confirm": "Tabbatar", + "common.copied": "An kwafe!", + "common.copy": "Kwafi", + "common.create": "Ƙirƙiri", + "common.created": "An ƙirƙira", + "common.date": "Kwanan wata", + "common.delete": "Goge", + "common.description": "Bayani", + "common.details": "Bayanai", + "common.disabled": "An kashe", + "common.download": "Sauke", + "common.duplicate": "Kwafi", + "common.edit": "Gyara", + "common.enabled": "An kunna", + "common.error": "Kuskure", + "common.failed": "Ya gaza", + "common.filter": "Filters", + "common.inactive": "Maras aiki", + "common.info": "Bayani", + "common.loading": "Ana loda...", + "common.name": "Suna", + "common.next": "Na gaba", + "common.next_page": "Shafi na gaba", + "common.no": "A'a", + "common.none": "Babu", + "common.page": "Shafi", + "common.paused": "Bada Hana", + "common.pending": "A jiran", + "common.prev_page": "Shafin baya", + "common.previous": "Na baya", + "common.processing": "Ana sarrafawa", + "common.refresh": "Sabunta", + "common.reset": "Sake saita", + "common.retry": "Sake gwadawa", + "common.save": "Ajiye", + "common.search": "Neman", + "common.select": "Zaɓi", + "common.select_placeholder": "— zaɓi —", + "common.size": "Girma", + "common.status": "Matsayi", + "common.submit": "Tura", + "common.success": "Nasara", + "common.tags": "Alamomi", + "common.test": "Gwaji", + "common.test_connection": "Gwada Haɗi", + "common.type": "Nau'i", + "common.update": "Sabunta", + "common.updated": "An sabunta", + "common.upload": "Tura", + "common.view": "Duba", + "common.warning": "Gargadi", + "common.yes": "Eh", + "cookie.accept": "Na fahimta", + "cookie.learn_more": "Koyi ƙari", + "cookie.message": "Wannan shafin yanar gizon yana amfani da kuki don inganta kwarewarka.", + "cookie.notice": "DocuElevate yana amfani da kuki na zama guda biyu da suke da muhimmanci don tantance sannan aiki. Babu kuki na bibiyar ko nazari da ake amfani da su.", + "cookie.notice_label": "Sanarwar kuki", + "cookie.policy_link": "Dokar Kuki", + "cookie.privacy_link": "Sanarwar Sirri", + "credentials.col_action": "Aiki", + "credentials.col_credential": "Takaddun shaida", + "credentials.col_source": "Source", + "credentials.configured": "An kammala", + "credentials.edit_in_settings": "Gyara a cikin Saituna", + "credentials.legend_db": "Darajar da aka adana a cikin bayanan (an ɓoye ta a dakata; ana canza ta da canjin muhalli)", + "credentials.legend_env_after": " fayil", + "credentials.legend_env_before": "Darajar daga canjin muhalli ko ", + "credentials.legend_missing": "Takaddun shaida ba a saita ba — haɗin ba zaiyi aiki ba", + "credentials.legend_restart": "Ana buƙatar sake farawa lokacin da aka jujjuya wannan takaddar shaida", + "credentials.legend_title": "Alamomi", + "credentials.manage_settings": "Gudanar da Saituna", + "credentials.not_configured": "Ba a Kammala ba", + "credentials.page_title": "Binciken Takaddun Shaida - DocuElevate", + "credentials.raw_json": "Raw JSON (API)", + "credentials.restart_title": "Ana buƙatar sake farawa bayan jujjuya wannan takaddar shaida", + "credentials.source_db_title": "An adana a cikin bayanan (an ɓoye)", + "credentials.source_env_title": "Daga canjin muhalli", + "credentials.status_missing": "Bacewa", + "credentials.subtitle": "Bincike na dukkan takaddun shaida masu inganci da DocuElevate ke amfani da su. Babu darajoji na sirri da aka nuna a nan — kawai ko kowanne takaddar shaida an kammala ko kuma daga inda ta fito.", + "credentials.table_for": "Takaddun shaida don", + "credentials.title": "Binciken Takaddun Shaida", + "credentials.total_credentials": "Jimlar Takaddun Shaida", + "dashboard.active_integrations": "Haɗin Kai Masu Aiki", + "dashboard.files_this_month": "Files Wannan Wata", + "dashboard.files_today": "Files Yau", + "dashboard.ocr_processed": "OCR An Sarrafa", + "dashboard.quick_actions": "Ayyuka Masu Sauri", + "dashboard.recent_activity": "Ayyukan Kwanan Nan", + "dashboard.storage_targets": "Manufar Ajiya", + "dashboard.title": "Dashboard", + "dashboard.total_files": "Jimlar Files", + "dashboard.welcome": "Maraba da DocuElevate", + "duplicates.file_id_label": "ID na Fayil", + "duplicates.file_id_placeholder": "misali. 42", + "duplicates.find_btn": "Nemo", + "duplicates.found_files": "fayiloli masu maimaita.", + "duplicates.found_groups": "rukuni masu maimaita tare da", + "duplicates.found_prefix": "An Gano", + "duplicates.group_aria": "Rukunin Maimaitawa", + "duplicates.heading": "Takardun Maimaitawa", + "duplicates.how_it_works_heading": "Yadda tantance kusan-maimaitawa ke aiki", + "duplicates.max_results_label": "Mafi yawan sakamako", + "duplicates.near_dup_desc": "Zaɓi takarda don duba ko wasu fayiloli suna ɗauke da abun ciki iri ɗaya (ko kusan iri ɗaya) — ko da an bincika su a lokuta daban-daban kuma suna da hoto na SHA-256 daban.", + "duplicates.near_dup_heading": "Nemo Kusan-Maimaitawa don Takarda", + "duplicates.no_exact_heading": "Babu maimaitawa da suka dace", + "duplicates.page_title": "Takardun Maimaitawa - DocuElevate", + "duplicates.pagination_aria": "Takaddun shaida", + "duplicates.role_duplicate": "Mai maimaitawa", + "duplicates.role_original": "Asali", + "duplicates.tab_exact": "Maimaitawa Masu Dace", + "duplicates.tab_near": "Mai Nemo Kusan-Maimaitawa", + "duplicates.tabs_aria": "Tabs na tantance maimaitawa", + "duplicates.threshold_label": "Iyakokin kamanceceniya", + "duplicates.view_dup_aria": "Duba fayil mai maimaitawa", + "duplicates.view_original_aria": "Duba fayil na asali", + "error.404_code": "404", + "error.404_heading": "Hmmm, bas mu sami wannan shafin ba!", + "error.404_home": "Komawa Gida", + "error.404_message": "Yana bayyana cewa DocuElevate ya ɓata takardar da kake nema. Kada ka damu – muna tare da kai.", + "error.404_title": "404 - An Bashi", + "error.500_code": "500", + "error.500_debug_info": "Nuna Bayanan Bincike", + "error.500_description": "Serafin mu sun fuskanci wata matsala kuma suna bukatar kwana.", + "error.500_heading": "Hmmm! Wani Abu Ya Bci.", + "error.500_home": "Je Gida", + "error.500_img_alt": "Hoton kuskuren uwar garke", + "error.500_message1": "Serafin mu sun fuskanci wata matsala kuma suna bukatar kwana. Wataƙila hamsters sun zubar da kofi nasu?", + "error.500_message2": "Muna riga ana yi—natsar fayiloli, sabunta serafan, da kuma sakedaidaita ma'aunin flux.", + "error.500_title": "Kuskuren Uwar Garke - DocuElevate", + "error.forbidden": "An Haramta", + "error.forbidden_message": "Ba ka da izinin samun dama ga wannan shafin.", + "error.not_found": "Shafin ba a samu ba", + "error.not_found_message": "Shafin da kake nema ba ya wanzu.", + "error.server_error": "Kuskuren Na'urar Cikin Gida", + "error.server_error_message": "Wani abu ya samu matsala. Don Allah ka sake gwadawa daga baya.", + "error.unauthorized": "Ba a amince ba", + "error.unauthorized_message": "Kana bukatar ka shiga don samun damar wannan shafin.", + "files.action_delete": "Goge fayil", + "files.action_details": "Duba cikakkun bayanai", + "files.action_preview": "Gaggawa Preview", + "files.bulk_clear_selection": "Share Zabi", + "files.bulk_cloud_ocr": "Sake gudanar da Cloud OCR", + "files.bulk_delete": "Goge Masu Zaba", + "files.bulk_download": "Saukar da a matsayin ZIP", + "files.bulk_reprocess": "Sake sarrafa Masu Zaba", + "files.delete_modal_cancel": "Soke", + "files.delete_modal_confirm": "Goge", + "files.delete_modal_message": "Shin ka tabbata kana son goge wannan fayil?", + "files.delete_modal_title": "Tabbatar da Goge", + "files.document_title": "Taken Takardu", + "files.drop_overlay_hint": "Yana goyan bayan PDF, takardun Ofis, hotuna, HTML, Markdown, da ƙari - manyan fayiloli ana sarrafa su cikin ginin", + "files.drop_overlay_title": "Jefa fayiloli ko manyan fayiloli a ko'ina don loda", + "files.error_hint": "Wannan na iya zama saboda wata matsala ta tsari ko shigo. Don Allah duba log din na'urar.", + "files.file_size": "Girman Fayil", + "files.filename": "Sunan Fayil", + "files.files_selected": "fayiloli an zaɓa", + "files.filter_all_providers": "Duk Masu Ba da Ayyuka", + "files.filter_all_statuses": "Duk Matsaloli", + "files.filter_all_types": "Duk Nau'i", + "files.filter_apply": "Aiwatar da Filtoci", + "files.filter_clear": "Share", + "files.filter_date_from": "Ranar Daga", + "files.filter_date_from_aria": "Filta daga ranar", + "files.filter_date_to": "Ranar Zuwa", + "files.filter_date_to_aria": "Filta zuwa ranar", + "files.filter_form_aria": "Filta fayiloli", + "files.filter_mime_type": "Nau'in MIME", + "files.filter_ocr_all": "Duk Fayiloli", + "files.filter_ocr_good": "Kyakkyawan inganci", + "files.filter_ocr_poor": "Matsakaicin inganci", + "files.filter_ocr_quality": "Ingancin OCR", + "files.filter_ocr_quality_aria": "Zaɓi ta ƙimar ingancin OCR", + "files.filter_ocr_unchecked": "Ba a tantance ba tukuna", + "files.filter_search_label": "Bincika Sunan Fayil", + "files.filter_search_placeholder": "Shigar da sunan fayil...", + "files.filter_storage_provider": "Mai Ba da Ajiyar", + "files.filter_tags_aria": "Zaɓi ta tags (a cikin kwamfutocin)", + "files.filter_tags_placeholder": "misali: invoice,amazon", + "files.fulltext_search_label": "Bincike na Cikakken Rubutu (rubutun OCR, metadata, tags)", + "files.fulltext_search_placeholder": "Bincika abun cikin takardu, mai aikawa, tags, nau'in...", + "files.no_files": "Ba a samo fayiloli ba", + "files.ocr_status": "Matsayin OCR", + "files.page_title": "Rajistar Fayiloli", + "files.pagination_files": "fayiloli", + "files.pagination_first": "Na Farko", + "files.pagination_last": "Na Karshe", + "files.pagination_nav_aria": "Nawa na jerin fayiloli", + "files.pagination_next": "Na Gaba", + "files.pagination_of": "na", + "files.pagination_previous": "Na Baya", + "files.pagination_showing": "Ana Nuna", + "files.preview_modal_close": "Rufe misali", + "files.preview_modal_title": "Misali", + "files.queue_banner_items": "abo(s) a yanzu haka suna cikin jeri ko ana aikin su. Fayiloli za su bayyana anan idan aikin ya kammala.", + "files.queue_banner_link": "Duba Jeri", + "files.saved_searches_empty": "Babu binciken da aka adana tukuna", + "files.saved_searches_error": "Ba a iya ɗaukar binciken da aka adana ba", + "files.saved_searches_label": "Binciken da Aka Adana", + "files.saved_searches_save": "Adana Na Yanzu", + "files.saved_searches_save_aria": "Adana tacewa na yanzu a matsayin binciken da aka adana", + "files.search_results_empty": "Ba a samo sakamako ba.", + "files.search_results_title": "Sakamakon Bincike", + "files.status_duplicate": "Kwafi", + "files.table_actions": "Ayyuka", + "files.table_aria": "Rajistar fayiloli", + "files.table_created_at": "An Kirkiri A", + "files.table_empty": "Ba a samo fayiloli ba", + "files.table_id": "ID", + "files.table_mime_type": "Nau'in MIME", + "files.table_original_filename": "Asalin Sunan Fayil", + "files.table_select_all": "Zaɓi duk fayiloli a wannan shafin", + "files.tags": "Alamu", + "files.title": "Fayiloli", + "files.upload_modal_aria": "Ci gaba da loda", + "files.upload_modal_close": "Rufe ci gaban loda", + "files.upload_modal_header": "Loda Fayiloli", + "files.uploaded": "An loda", + "footer.about": "Game da", + "footer.attribution": "Hakkoki", + "footer.attributions": "Hakkoki", + "footer.cookies": "Kukis", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "Bugawa", + "footer.license": "Lasisi", + "footer.navigation": "Navigashen kasa", + "footer.privacy": "Sirri", + "footer.terms": "Sharuɗɗa", + "footer.version": "Sigar {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "An haɗa da OAuth. Fayiloli suna shiga cikin akwatin da ka zaɓa.", + "help.destinations_email": "Tura Imel", + "help.destinations_email_desc": "Fayilolin da aka sarrafa an tura su azaman haɗe-haɗen SMTP.", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "Asusun sabis ko OAuth. Yana goyan bayan direbobi da aka raba.", + "help.destinations_heading": "Wuraren \u0014Dakin da Takardu ke Je", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "Ajiyar girgije na kansa ta hanyar WebDAV.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Haɗin Microsoft Graph API.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "Tura takardu kai tsaye cikin Paperless don adanawa.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "Dukkan kwandon da ya dace da S3 (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "Tsaro don canja wurin fayil zuwa kowanne uwar garken.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "Aika bayanan POST zuwa kowanne wurin a waje.", + "help.documentation": "Takardun bayani", + "help.faq": "Tambayoyi da akafi yi", + "help.faq_1_a": "Je zuwa shafin loda, ja-da-aja fayilolinka ko danna zaɓi fayil. DocuElevate yana canza hotuna da takardun ofis zuwa PDF, yana gudanar da OCR, kuma yana fitar da bayanan metadata ta atomatik.", + "help.faq_1_q": "Ta yaya zan loda takardu?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, da HTML. Fayil ɗin da ba PDF ba ana canza su ta atomatik zuwa PDF kafin aiki.", + "help.faq_2_q": "Wane nau'in fayil ne aka goyi bayan?", + "help.faq_3_a": "Eh. Je zuwa Email Ingestion, ƙara asusun IMAP, kuma DocuElevate zai yi rajista don sabbin saƙonni da kuma aiwatar da ƙarin ajiya ta atomatik.", + "help.faq_3_q": "Shin zan iya shigar da takardu daga imel?", + "help.faq_4_a": "Pipelines suna ba ku damar haɗa matakan aikin - OCR, aiwatar da AI, canjin tsarin - da kuma jagorantar sakamakon zuwa wani ko fiye da wurare. Ƙirƙiri da gudanar da su daga shafin Pipelines.", + "help.faq_4_q": "Ta yaya pipelines na aiki?", + "help.faq_5_a": "DocuElevate yana ɓoye shaidun a lokacin hutawa, yana sadarwa ta hanyar TLS, kuma ba ya adana takardunku fiye da yadda ake bukata. Duba Sanarwar Sirrin don cikakkun bayanai.", + "help.faq_5_a_post": " don samun cikakkun bayanai.", + "help.faq_5_a_pre": "DocuElevate yana ɓoye takardun shaidar a lokacin huta, yana sadarwa ta hanyar TLS, kuma ba ya adana takardunku fiye da yadda ake bukata. Duba ", + "help.faq_5_q": "Shin bayanan na suna lafiya?", + "help.faq_heading": "Tambayoyi Masu Yawa", + "help.getting_started": "Fara", + "help.heading": "Cibiyar Taimako", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Yi amfani da REST API don tura takardu ta hanyar shirin. Kafa tare da token na Bearer sannan ka POST fayiloli zuwa wurin loda.", + "help.ingestion_heading": "Kayan Aikin Shigarwa na Bayanai", + "help.ingestion_mobile": "Ayyukan Wayar Salula", + "help.ingestion_mobile_desc": "Yi amfani da kowanne manhaja na daukar hoton waya da ke goyon bayan wuraren loda na HTTP na musamman don tura hotuna da daukar hoton zuwa DocuElevate daga wayarka ko allon kwamfutarka.", + "help.ingestion_scanners": "Masu Duba Yanayi", + "help.ingestion_scanners_desc": "Mika kowanne na'urar duba yanayi ko firinta mai hanyoyi da dama zuwa wurin loda DocuElevate. Takardun da aka duba suna fita kai tsaye a cikin jerin aiki naka.", + "help.ingestion_watched_folders": "Jadawalin Da Aka Kula Da Su", + "help.ingestion_watched_folders_desc": "Kafa babban fayil na gida ko na yanar gizo don a duba shi. Kowanne fayil da aka sanya a cikin babban fayil din da aka kula da shi ana loda shi kai tsaye kuma ana sarrafa shi ta DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Yi", + "help.ingestion_zapier_desc": "Haɗa DocuElevate zuwa ayyukan atomatik naka tare da Zapier, n8n, ko Yi. Yi amfani da ayyukan REST API don kunna loda takardu daga kowanne taron.", + "help.meta_description": "Samu taimako tare da DocuElevate – sami jagororin akan loda takardu, haɗa ajiyar gajiya, kafa magudanar ruwa, da ƙari.", + "help.og_description": "Samu taimako tare da DocuElevate – sami jagororin akan loda takardu, haɗa ajiyar gajiya, kafa magudanar ruwa, da ƙari.", + "help.page_title": "Cibiyar Taimako", + "help.privacy_notice": "Sanarwar Sirri", + "help.quickstart_heading": "Fara Da Sauƙi", + "help.quickstart_storage": "Haɗa Ajiyar", + "help.quickstart_storage_desc": "Tafi zuwa Saituna kuma haɗa asusun girgije. Ana jagorantar takardun da aka sarrafa zuwa kowanne wuri da ka saita.", + "help.quickstart_storage_desc_full": "Tafi zuwa Hadakar da haɗa asusun ajiyar gajiya naka. DocuElevate yana goyon bayan Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, da ƙari. Takardun da aka sarrafa suna kai tsaye ga kowanne wurin da ka kafa.", + "help.quickstart_upload": "Loda Takardu", + "help.quickstart_upload_desc": "Jan & sauke fayiloli akan shafin Loda ko danna Zaɓi Fayil. DocuElevate yana canza hotuna da takardun ofis zuwa PDF, yana gudanar da OCR, kuma yana fitar da bayanan meta ta atomatik.", + "help.quickstart_workflows": "Sarrafa Ayyuka", + "help.quickstart_workflows_desc": "Ƙirƙiri Pipelines don ayyana dokokin aikin mataki-mataki da jagoranci. Haɗa OCR, aiwatar da AI, canjin tsarin, da jigilar kaya a cikin wani tsari guda.", + "help.sources_email_ingestion": "Shigar da Imel (IMAP)", + "help.sources_email_ingestion_desc": "Tura takardu zuwa akwatin wasiƙa na musamman. A ƙarƙashin Shigar da Imel, ƙara ɗaya ko fiye da asusun IMAP. DocuElevate yana rajistar sabbin saƙonni da kuma aiwatar da ƙarin ajiya ta atomatik.", + "help.sources_heading": "Tushen - Shigar da Takardu", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "Haɗa ta hanyar shirin ta hanyar POST-ing fayiloli zuwa /api/upload. Mafi dacewa don rubutun, fayilolin da ake kallo, masu gano, ko kayan aikin guda uku kamar Zapier da n8n.", + "help.sources_scanner": "Mai gano & Wayar", + "help.sources_scanner_desc": "Nuna masu gano hanyar sadarwar ga wurin loda takardu na DocuElevate ko kuma yi amfani da kowanne manhajar gano na hannu da ke goyon bayan wurare na HTTP na al'ada.", + "help.sources_scanner_desc_full": "Saita na'urar duba yanayi naka ko firinta mai hanyoyi da yawa don tura hoton kai tsaye zuwa DocuElevate. Yi amfani da wurin /api/upload a matsayin manufa. Ayyukan daukar hoto ta waya tare da wuraren loda na musamman suma ana goyon su.", + "help.sources_web_upload": "Lodin Yanar Gizo", + "help.sources_web_upload_desc": "Hanyar mafi sauri don fara. Buɗe shafin Loda, zuba ɗaya ko fiye da fayiloli, kuma DocuElevate yana kula da sauran. Ana goyon bayan nau'ukan kamar PDF, JPEG, PNG, TIFF, DOCX, XLSX, da ƙari.", + "help.subheading": "Duk abin da kake buƙata don samun mafi yawan amfani daga DocuElevate. Bincika abubuwan da ke ƙasa ko nema don abin da kake buƙata.", + "help.support": "Taimako", + "help.support_admin_message": "Tuntuɓi mai gudanarwa don bayanan taimako.", + "help.support_description": "Ba za ku iya samun abin da kuke nema ba? Ƙungiyar tallafinmu tana nan don taimako.", + "help.support_heading": "Tuntuɓi Taimako", + "help.support_live_chat": "Tattaunawa ta Live yana akwai – danna alamar tattaunawa don fara hira.", + "help.support_ticket_button": "Aika Rokon Taimako", + "help.support_ticket_desc": "Cika fom din da ke ƙasa kuma kungiyar tallafi zamu dawo da kai cikin gaggawa.", + "help.support_ticket_heading": "Bude Rokon Taimako", + "help.title": "Cibiyar Taimako", + "help.workflows_creating": "Ƙirƙiri Pipeline", + "help.workflows_definition": "Pipeline wani tsari ne na matakan aikin da ke gudana ta atomatik duk lokacin da aka shigar da takarda. Kowanne mataki na iya canza, ƙara, ko shimfiɗa takardar.", + "help.workflows_heading": "Ayyuka & Pipelines", + "help.workflows_step_1": "Canza zuwa PDF", + "help.workflows_step_1_create": "Je zuwa Pipelines a cikin babban menu.", + "help.workflows_step_1_full": "Canza zuwa PDF – duk fayilolin da suka shigo an daidaita su zuwa tsarin PDF mai kyau.", + "help.workflows_step_2": "OCR – fitar da rubutu", + "help.workflows_step_2_create": "Danna Sabon Pipeline kuma ba shi suna.", + "help.workflows_step_2_full": "OCR – cire rubutun da za'a zaba daga shafukan da aka duba ta amfani da Azure Document Intelligence ko injin da aka gina.", + "help.workflows_step_3": "Fitar da metadata na AI", + "help.workflows_step_3_create": "Kara matakan aikin da kake bukata.", + "help.workflows_step_3_full": "Cire bayanan AI – tsaftace nau'in takardun kuma ja muhimman filaye kamar adadi, kwanan wata, da sunaye ta amfani da OpenAI.", + "help.workflows_step_4": "Isarwa zuwa wuri guda ko fiye", + "help.workflows_step_4_create": "Zaɓi wuri guda ko fiye na isarwa.", + "help.workflows_step_5_create": "Ajiye – sabbin takardu za a sarrafa su ta wannan pipeline ta atomatik.", + "help.workflows_typical_steps": "Matakai na Al'ada", + "help.workflows_what_is": "Menene Pipeline?", + "index.badge_intelligent": "Tsarin Sarrafa Takardu na hankali", + "index.button_browse_files": "Duba Fayiloli", + "index.button_upload": "Upload", + "index.capabilities_cloud": "Ajiyar girgije: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Shigar da takardu daga imel & URL", + "index.capabilities_ocr": "OCR & fitar da metadata tare da AI", + "index.capabilities_paperless": "Hada Paperless-ngx don gudanar da takardu", + "index.capabilities_title": "Ikon", + "index.capabilities_workflows": "Tsarin aiki da rarraba ta atomatik", + "index.cta_description": "Shiga ƙungiyoyin da ke riga suna yin tsari na aiki da takardu tare da DocuElevate.", + "index.cta_heading": "Shirye ku inganta tsarin aikin takardunku?", + "index.cta_pricing": "Duba farashi", + "index.cta_signup": "Create a free account", + "index.dashboard_subtitle": "Tsarin sarrafa takardu na hankali & gudanarwa", + "index.dashboard_subtitle_teams": "Tsarin sarrafa takardu na hankali & gudanarwa — an gina su don ƙungiyoyi", + "index.feature_ai": "Fitar da Metadata na AI", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, da sauran masu bayar da AI suna tantance takardu da fitar da muhimman filaye kamar kwanaki, adadi, da batutuwa.", + "index.feature_cloud": "Ajiyar Multi-Cloud", + "index.feature_cloud_desc": "Hanyar fayilolin da aka sarrafa zuwa Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, da ƙari.", + "index.feature_email": "Shigar da Email & IMAP", + "index.feature_email_desc": "A atomatik fitar da takardu daga Gmail ko kowanne akwati na IMAP — babu bukatar upload na hannu.", + "index.feature_ocr": "OCR & Fitar da Rubutu", + "index.feature_ocr_desc": "Hankalin Takardun Azure yana canza PDFs da aka danna da hotuna zuwa rubutu mai sauƙin bincika ta atomatik.", + "index.feature_pipelines": "Pipelines na Musamman", + "index.feature_pipelines_desc": "Gina pipelines na sarrafawa tare da matakai masu iya daidaitawa — OCR, fitar da AI, canjin tsarin, da harkokin ajiyar a kowanne tsari.", + "index.feature_search": "Binciken Cikakkun Rubutu", + "index.feature_search_desc": "Gano kowanne takarda nan take ta hanyar abun ciki, metadata, ko talabijin a duk faɗin ajiyar ku.", + "index.feature_section_title": "Duk abubuwan da kuke buƙata don ingantaccen tsarin aikin takardu", + "index.getting_started": "Fara", + "index.getting_started_1": "Tsara haɗin kai ta hanyar Matsayin Tsarin", + "index.getting_started_2": "Loda takardarka ta farko", + "index.getting_started_3": "Duba sakamakon a cikin Fayiloli", + "index.getting_started_learn": "Koyi ƙarin game da DocuElevate", + "index.hero_description": "DocuElevate yana karɓar takardunku, yana gudanar da OCR, yana fitar da bayanan metadata tare da AI, kuma yana aika fayiloli zuwa Dropbox, Google Drive, OneDrive, S3, Nextcloud, da ƙari — duka a cikin wani ingantaccen tsarin.", + "index.hero_heading": "Daga loda zuwa fahimta — ta atomatik.", + "index.hero_login": "Shiga", + "index.hero_pricing": "Duba Shirye-shirye & Farashi", + "index.hero_signup": "Fara — kyauta ne", + "index.integrations_active": "Haɗin kai masu aiki", + "index.integrations_storage": "Maƙasudin ajiya", + "index.integrations_title": "Haɗin kai", + "index.integrations_view_status": "Duba matsayin tsarin", + "index.page_title_dashboard": "Dashboard", + "index.page_title_public": "Tsarin Aiki Mai hankali", + "index.platform_overview": "Takaitaccen bayani game da dandalin", + "index.processing_stats": "Lissafin Aiƙo", + "index.quick_actions": "Ayyuka Masu Sauƙi", + "index.quick_documents": "Takarduna na", + "index.quick_documents_desc": "Duba fayilolin da aka sarrafa", + "index.quick_search": "Bincike", + "index.quick_search_desc": "Binciken cikakken rubutu a cikin takardu", + "index.quick_subscription": "Rajistar na", + "index.quick_subscription_desc": "Duba shirin & bayanan amfani", + "index.quick_system_status": "Matsayin Tsarin", + "index.quick_system_status_desc": "Duba lafiyar haɗin kai", + "index.quick_upload": "Loda Takarda", + "index.quick_upload_desc": "Sarrafa sabon fayil", + "index.quick_view_files": "Duba Dukkan Fayiloli", + "index.quick_view_files_desc": "Duba takardun da aka sarrafa", + "index.single_user_heading": "Dashboard na DocuElevate", + "index.single_user_subtitle": "Tsarin aiki mai hankali & gudanarwa", + "index.stat_active_integrations": "Haɗin kai masu aiki", + "index.stat_active_users": "Masu amfani masu aiki", + "index.stat_files_month": "Fayiloli wannan watan", + "index.stat_files_ocr": "Fayiloli tare da OCR", + "index.stat_files_today": "Fayiloli yau", + "index.stat_storage_targets": "Maƙasudin ajiya", + "index.stat_this_month": "Wannan watan", + "index.stat_today": "Yau", + "index.stat_total_files": "Jimlar fayiloli", + "index.stat_total_processed": "Jimillar da aka aiƙa", + "index.tier_plan": "Shirin", + "index.tier_upgrade": "Inganta", + "index.tier_view_details": "Duba cikakken bayani", + "index.upgrade_daily_limits": "Mafi girman iyakar kullum & wata", + "index.upgrade_description": "Buɗe karin takardu, karin wurare da tallafi na musamman.", + "index.upgrade_destinations": "Karin wuraren ajiya", + "index.upgrade_ocr_pages": "Karin shafukan OCR", + "index.upgrade_plan": "Inganta shirin ku", + "index.upgrade_view_pricing": "Duba shirye-shirye & farashi", + "index.usage_lifetime": "Rayuwa fayiloli", + "index.usage_month": "Fayiloli wannan wata", + "index.usage_my_usage": "Amfani na", + "index.usage_today": "Fayiloli yau", + "index.usage_unlimited": "Ba tare da iyaka ba", + "integrations.access_key_label": "Mabudin Samun shiga", + "integrations.active_label": "Aiki", + "integrations.add_button": "Kara Haɗin", + "integrations.add_first_button": "Kara Haɗin Ka Na Farko", + "integrations.api_token_label": "API Token", + "integrations.authorize_btn": "Ba da izini", + "integrations.authorize_reauth": "Sake Ba da izini", + "integrations.bucket_label": "Kwandon", + "integrations.configure": "Saitawa", + "integrations.connect": "Haɗa", + "integrations.connected": "An haɗu", + "integrations.connection_failed": "Haɗin ya gaza", + "integrations.connection_success": "Haɗin ya yi nasara", + "integrations.delete_confirm_are_you_sure": "Shin ka tabbata kana son share", + "integrations.delete_confirm_title": "Share Haɗin?", + "integrations.delete_confirm_undone": "Wannan aikin ba za a iya maido da shi ba.", + "integrations.delete_emails_label": "Share imel bayan aiwatarwa", + "integrations.delete_files_label": "Share fayiloli bayan aiwatarwa", + "integrations.destinations_quota_label": "Makasudin Ajiya:", + "integrations.destinations_section": "Makasudi", + "integrations.direction_destination": "Makasudi (ajiya)", + "integrations.direction_label": "Hanyar", + "integrations.direction_placeholder": "\u00117; Zaɓi \u00117;", + "integrations.direction_source": "Asalin (shigarwa)", + "integrations.disconnect": "Kashe haɗi", + "integrations.email_settings": "Saitin Tura Imel", + "integrations.empty_state": "Babu haɗin da aka saita", + "integrations.endpoint_label": "URL na Endpoint", + "integrations.endpoint_optional": "(na zaɓi, don S3 mai jituwa)", + "integrations.folder_label": "Jakar", + "integrations.folder_optional": "(na zaɓi)", + "integrations.folder_path_label": "Hanyar Jakar", + "integrations.folder_prefix_label": "Farkon Jakar", + "integrations.generic_settings_hint": "Ana iya ba da saitin wannan nau'in haɗin a matsayin JSON bayan ƙirƙira ta hanyar API.", + "integrations.gmail_hint": "Lambobin Gmail & tauraruwa: lokacin da aka kunna, imel ɗin da aka aiwatar ana tauraruwa da alama tare da label na \"An Shiga\" a Gmail. Wannan yana aiki ne kawai ga sabar Gmail.", + "integrations.gmail_labels": "Aiwatar da lambobin Gmail & tauraruwa", + "integrations.host_label": "Mai masauki", + "integrations.imap_settings": "Saitunan IMAP", + "integrations.loading": "Ana ɗaukar haɗin\u00117;...", + "integrations.modal_close": "Rufe modal", + "integrations.modal_title_add": "Kara Haɗin", + "integrations.modal_title_edit": "Gyara Haɗin", + "integrations.name_label": "Label", + "integrations.name_placeholder": "misali: Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Saitin Nextcloud", + "integrations.nextcloud_url_label": "URL na Nextcloud", + "integrations.no_integrations_body": "Kara haɗin farko naka don haɗawa da tushe-tushen shigo da kaya (kamar IMAP) da wuraren ajiyar kaya (kamar S3, Dropbox, ko Google Drive).", + "integrations.not_connected": "Ba a haɗu ba", + "integrations.oauth_folder_label": "Folder", + "integrations.oauth_hint": "Ajiye wannan haɗin farko, sai a yi amfani da maɓallin Authorize don kammala hanyar OAuth. Za a adana shaidarka da tsaro a cikin rikodin haɗin ka na kashin kai.", + "integrations.page_title": "Haɗin kai", + "integrations.paperless_settings": "Saitin Paperless NGX", + "integrations.password_label": "Kalmar wucewa", + "integrations.paused": "An dakatar", + "integrations.plan_label": "Shirin:", + "integrations.port_label": "Tasha", + "integrations.quota_not_available": "(babu samuwa)", + "integrations.quota_unlimited": "/ ba tare da iyaka ba", + "integrations.recipient_label": "Imel na Mai Karɓa", + "integrations.region_label": "Yanki", + "integrations.remote_path_label": "Hanyar Nesa", + "integrations.s3_prefix_label": "Gabatarwa (hanyar folder)", + "integrations.s3_settings": "Saitin S3", + "integrations.secret_key_label": "Mabuɗin Sirri", + "integrations.show_password": "Nuni da kalmar wucewa", + "integrations.show_secrets": "Nuni da sirrin", + "integrations.show_token": "Nuni da token", + "integrations.source_local": "Fayiloli na Gida", + "integrations.source_type_label": "Nau'in Tushen", + "integrations.sources_quota_label": "Tushen Mailbox:", + "integrations.sources_section": "Tushen", + "integrations.subtitle": "Gudanar da tushe-tushen shigo da kayan ka da wuraren ajiyar kaya a wuri guda.", + "integrations.title": "Haɗin kai", + "integrations.type_label": "Nau'in Haɗin", + "integrations.type_placeholder": "\u0001- Zaɓi hanyar farko -", + "integrations.upgrade_plan": "Haɓaka Shirin", + "integrations.use_ssl": "Yi amfani da SSL", + "integrations.username_label": "Sunan mai amfani", + "integrations.watch_folder_settings": "Saitin Folder Mai Kallon", + "integrations.webdav_settings": "Saitin WebDAV", + "integrations.webdav_url_label": "URL na WebDAV", + "integrations.webhook_heading": "Shigo da Webhook", + "integrations.webhook_how_heading": "Yadda Shigo da Webhook Ke Aiki", + "integrations.webhook_how_text": "Haɗin webhook yana ba da dama ga tsarin waje don tura takardu kai tsaye cikin DocuElevate ta hanyar REST API. Maimakon DocuElevate yana bincika sabbin fayiloli (kamar IMAP), aikace-aikacenku yana tura fayiloli zuwa DocuElevate ta amfani da buƙata ta HTTP tare da token na API don tantancewa.", + "integrations.webhook_ideal_text": "Wannan yana da kyau don tashoshi CI/CD, rubutun sarrafa kansa, haɗin kwamfutoci, ko kowanne tsarin da ke samar da takardu kuma ke buƙatar aikawa dasu don aiwatarwa.", + "integrations.webhook_quick_start": "Fara Da Sauƙi", + "integrations.webhook_security_tip": "Kirkiro takardar API mai zaman kanta don kowanne haɗin kuma a share ta nan take idan an lalata ta. Ana iya gudanar da tokens a shafin Tokens na API.", + "integrations.webhook_step1": "Je zuwa {api_tokens_link} kuma ka kirkiro token na kashin kai.", + "integrations.webhook_upload_with_token": "Yi amfani da token don loda takardu ta hanyar API:", + "language.bg": "\u00041c\u00038\u0004c\u00043\u00040\u00040\u00044\u00038\u00049\u00041", + "language.ca": "Català", + "language.change_success": "Harshe ya canza zuwa {language}", + "language.changed": "Harshe ya canza zuwa {language}", + "language.cs": "\u00043\u00047\u00048\u00040\u00040\u00044\u00038\u00049", + "language.da": "Dansk", + "language.de": "Deutsch", + "language.el": "\u00035\u0003b\u0003b\u00038\u0003a\u00049\u0003c", + "language.en": "Turanci", + "language.es": "Español", + "language.et": "Eesti", + "language.fi": "Suomi", + "language.fr": "Français", + "language.ga": "Gaeilge", + "language.hr": "Hrvatski", + "language.hu": "Hungarian", + "language.is": "Icelandic", + "language.it": "Italian", + "language.lb": "Luxembourgish", + "language.lt": "Lithuanian", + "language.lv": "Latvian", + "language.nb": "Norwegian", + "language.nl": "Dutch", + "language.no_results": "Ba a samo harsuna ba", + "language.pl": "Polish", + "language.pt": "Portuguese", + "language.ro": "Romanian", + "language.ru": "Russian", + "language.search_placeholder": "Nemo harsuna\u0000\u0000\u0000\u0000", + "language.selector": "Harshe", + "language.selector_label": "Zaɓi harshe", + "language.sk": "Slovak", + "language.sl": "Slovene", + "language.sv": "Swedish", + "language.tr": "Turkish", + "language.uk": "Ukrainian", + "language.zh": "Chinese", + "nav.about": "Game da", + "nav.account_menu": "Menu na asusu", + "nav.account_menu_for": "Menu na asusu na {name}", + "nav.admin": "Admin", + "nav.admin.audit_logs": "Bayanan Bita", + "nav.admin.backups": "Ajiyewa", + "nav.admin.plans": "Tsare-tsare", + "nav.admin.scheduled_jobs": "Ayyuka Masu Tsara", + "nav.admin.users": "Masu Amfani", + "nav.admin_actions": "Ayyukan Admin", + "nav.admin_menu": "Menu na Admin", + "nav.api_docs": "Takardun API", + "nav.api_tokens": "Takardun API", + "nav.backup_restore": "Ajiyewa & Tsaftace", + "nav.credentials": "Shaidar", + "nav.dark_mode": "Yanayin Duhu", + "nav.dashboard": "Dashboard", + "nav.developer_docs": "Takardun Masanin Harkokin", + "nav.duplicates": "Tsararraki", + "nav.file_manager": "Mai Sarrafa Fayil", + "nav.files": "Fayiloli", + "nav.get_started": "Fara", + "nav.help": "Taimako", + "nav.help_center": "Cibiyar Taimako", + "nav.imap": "Shigo da Imel", + "nav.integrations": "Hadakarwa", + "nav.light_mode": "Hanyar Haske", + "nav.login": "Shiga", + "nav.logout": "Fita", + "nav.main_navigation": "Babban jagora", + "nav.my_subscription": "Biyan kuɗi na", + "nav.notifications": "Saƙonni", + "nav.open_main_menu": "Bude babban menu", + "nav.pipelines": "Hanyoyin", + "nav.plan_designer": "Mai Tsara Shiri", + "nav.pricing": "Farashi", + "nav.profile": "Bayanan Kai", + "nav.profile_settings": "Saitunan bayanai", + "nav.queue": "Jerin Aiki", + "nav.queue_monitor": "Mai Kula da Jerin Aiki", + "nav.scheduled_jobs": "Ayyukan da Aka Tsara", + "nav.search": "Bincike", + "nav.settings": "Saituna", + "nav.shared_links": "Mahada Masu Raba", + "nav.sign_out": "Fita", + "nav.signup": "Rajista", + "nav.similarity": "Kamanceceniya", + "nav.skip_to_content": "Tsallaka zuwa babban abun ciki", + "nav.status": "Matsayi", + "nav.subscription": "Biyan Kuɗi", + "nav.toggle_dark_mode": "Canza zuwa yanayin duhu", + "nav.toggle_nav": "Canza menu jagora", + "nav.upload": "Loda", + "nav.users": "Masu Amfani", + "nav.version": "Bayanin Version", + "notifications.filter_all": "Duk", + "notifications.filter_read": "Karanta kawai", + "notifications.filter_unread": "Ba'a karanta ba kawai", + "notifications.manage_desc": "Kula da akwatin saƙonninka, manufofi, da zaɓin abubuwan da suka faru", + "notifications.mark_all_read": "Alamar Duk a Karanta", + "notifications.mark_all_read_btn": "Alamar duk a karanta", + "notifications.mark_read": "Alama a Karanta", + "notifications.no_notifications": "Babu saƙonni", + "notifications.page_title": "Saƙonni", + "notifications.tab_inbox": "Akwatin Saƙo", + "notifications.tab_settings": "Saituna", + "notifications.title": "Sanarwa", + "notifications.unread_count": "{count} sanarwa marasa karantawa", + "pipelines.active_label": "Aiki", + "pipelines.add_step_btn": "Ƙara Mataki", + "pipelines.create": "Ƙirƙiri Pipeline", + "pipelines.custom_label_label": "Alamar Musamman", + "pipelines.default_label": "Default", + "pipelines.description_label": "Bayani", + "pipelines.description_placeholder": "Bayanan zaɓi", + "pipelines.disabled_label": "An Kathata", + "pipelines.edit": "Gyara Pipeline", + "pipelines.empty_state": "Babu pipelines har yanzu", + "pipelines.empty_state_hint": "Ƙirƙiri pipeline naka na farko don ayyana hanyoyin sarrafa takardu na musamman.", + "pipelines.enabled_label": "An kunna", + "pipelines.force_cloud_ocr_label": "Kunna OCR na gajimare (watsi da cire rubutu na gida)", + "pipelines.inactive_label": "Ba aiki", + "pipelines.loading": "Ana ɗora pipelines\n", + "pipelines.name_placeholder": "Pipeline na", + "pipelines.new_pipeline_btn": "Sabon Pipeline", + "pipelines.no_steps": "Babu matakai da aka ayyana. Ƙara mataki don farawa gina pipeline naka.", + "pipelines.ocr_auto": "Auto (yi amfani da tsohon tsarin)", + "pipelines.ocr_language_hint": "Ana canza saitin harshe na duniya don Tesseract/EasyOCR. Azure da Mistral suna gano harshen ta atomatik.", + "pipelines.ocr_language_label": "Harshe na OCR", + "pipelines.optional_suffix": "(zaɓi)", + "pipelines.page_title": "Sarrafa Pipelines", + "pipelines.set_default": "Saita matsayin pipeline na tsoho", + "pipelines.step_label_placeholder": "Canza sunan mataki na tsoho", + "pipelines.step_type_label": "Nau'in Mataki", + "pipelines.subtitle_intro": "Ayya da kula da hanyoyin sarrafa takardu na musamman.", + "pipelines.subtitle_system_post": "badge da ana ganin su ga duk masu amfani.", + "pipelines.subtitle_system_pre": "Pipelines na tsarin (wanda admin suka ƙirƙira) ana nuna su tare da wani", + "pipelines.system_label": "Tsarin", + "pipelines.system_pipeline_label": "Pipeline na tsarin (da duk masu amfani za su gani)", + "pipelines.title": "Sarrafa Pipelines", + "profile.avatar_alt": "Hoton bayaninka", + "profile.avatar_heading": "Hoton bayanai", + "profile.avatar_remove": "Cire hoton al'ada", + "profile.avatar_upload_hint": "Loda hoto JPEG, PNG, GIF, ko WebP har zuwa 2 MB. Idan ba a sa hoto na al'ada ba, an nuna {gravatar} naka.", + "profile.choose_image": "Zaɓi hoto…", + "profile.confirm_password": "Tabbatar da Sabon Kalmar Waya", + "profile.contact_email_hint": "An yi amfani da shi don sanarwar tsarin. Wannan ba ya canza adireshin imel naka.", + "profile.contact_email_label": "Adireshin Imel / Sanarwa", + "profile.contact_email_placeholder": "kai@example.com", + "profile.current_password": "Kalmar Waya ta Yanzu", + "profile.dismiss": "Yanke", + "profile.display_name_hint": "Ka bar gwargwadon amfani da sunan shiga ko imel naka.", + "profile.display_name_label": "Sunan Fita", + "profile.display_name_placeholder": "Sunanka kamar yadda aka nuna a UI", + "profile.general_heading": "Bayanai na Gabaɗaya", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Saitunan bayanai", + "profile.language_auto_detect": "Kwayar ganowa ta atomatik (daga mai bincike)", + "profile.language_hint": "Zaɓi harshe na gudanarwar da ka fi so. “Kwaya ganowa” na bin saitunan mai bincike naka.", + "profile.language_label": "Harshe na UI", + "profile.new_password": "Sabo Kalmar Waya", + "profile.new_password_hint": "Aƙalla haruffa 8.", + "profile.page_title": "Saitunan Bayanai – DocuElevate", + "profile.password_heading": "Canza Kalmar Waya", + "profile.preferences_heading": "Zaɓuɓɓuka", + "profile.save_button": "Ajiye Canje-canje", + "profile.saving": "Ana ajiye…", + "profile.subtitle": "Sarrafa sunan fitarwa, hoto, harshe, da zaɓuɓɓukan jigo.", + "profile.theme_dark": "Duhu", + "profile.theme_hint": "“Tsarin Na Mako” na bin saitin yanayin duhu na na'urar ka.", + "profile.theme_label": "Tsarin Launi", + "profile.theme_light": "Hasken", + "profile.theme_system": "Tsarin Na Mako", + "profile.update_password": "Sabunta Kalmar Waya", + "profile.updating": "Ana sabuntawa\u001a\u001a\u001a", + "queue.active_tasks": "Ayyukan Aiki", + "queue.auto_refresh_1": "Ana sabunta kai tsaye kowane", + "queue.auto_refresh_2": "sakan", + "queue.col_arguments": "Shaida", + "queue.col_current_step": "Mataki na Yanzu", + "queue.col_file": "Fayil", + "queue.col_files": "Fayiloli", + "queue.col_queue": "Jere", + "queue.col_state": "Hali", + "queue.col_task": "Aiki", + "queue.col_task_id": "Aikin ID", + "queue.files_processing": "Fayilolin Ana Sarrafawa", + "queue.heading": "Mai Kulawa da Jere", + "queue.last_updated": "An sabunta ƙarshe:", + "queue.loading_stats": "Ana ɗora kididdigar jere\u0001.", + "queue.no_active_tasks": "Babu aikin da ke aiki", + "queue.no_data": "Babu bayanai", + "queue.no_files_processing": "Babu fayiloli da ake sarrafawa a halin yanzu", + "queue.page_title": "Mai Kulawa da Jere", + "queue.processing_pipeline": "Tashar Sarrafawa", + "queue.queued_tasks": "Ayyukan da aka Jera", + "queue.recently_processing": "Fayilolin da ake sarrafawa kwanan nan", + "queue.redis_queues": "Redis Queues", + "queue.subtitle": "Gani na ainihi na tsarin aikin takardu da jeren ayyukan Celery.", + "queue.workers_online": "Ma'aikata Kan Layi", + "search.button": "Bincika", + "search.error_message": "Binciken yana wucin gadon. Da fatan za a sake gwadawa nan ba da jimawa ba.", + "search.filter_aria_clear": "Share dukkan tace-tacen", + "search.filter_clear_button": "Share Tace-tace", + "search.filter_date_from": "Ranar Daga", + "search.filter_date_to": "Ranar Zuwa", + "search.filter_document_type": "Nau'in Takarda", + "search.filter_document_type_placeholder": "misali. Invoice", + "search.filter_language": "Harshe", + "search.filter_language_placeholder": "misali. de", + "search.filter_sender": "Mai Aiko", + "search.filter_sender_placeholder": "misali. ACME Corp", + "search.filter_tags": "Taga", + "search.filter_tags_placeholder": "misali. amazon", + "search.filter_text_quality": "Ingancin Rubutu", + "search.filter_text_quality_all": "Duka", + "search.filter_text_quality_high": "Mafi Girma", + "search.filter_text_quality_low": "Kasa", + "search.filter_text_quality_medium": "Tsaka-tsaki", + "search.filter_text_quality_no_text": "Babu rubutu", + "search.heading": "Binciken Takardu", + "search.input_aria_label": "Nemo takardu", + "search.input_placeholder": "Nemo takardu ta hanyar abun ciki, mai aikawa, alamomi, nau'i...", + "search.loading_indicator": "Nemo\n\n...", + "search.no_results": "Babu sakamako da aka samu", + "search.page_title": "Nemo Takardu", + "search.placeholder": "Nemo bisa sunan fayil, abun ciki, alamomi...", + "search.result_empty": "Babu takardu da suka dace da bincikenku.", + "search.results_count": "{count} sakamako da aka samu", + "search.saved_aria_save": "Ajiye binciken da ke yanzu", + "search.saved_button": "Ajiye Na yanzu", + "search.saved_empty": "Babu bincike da aka ajiye tukuna", + "search.saved_error": "Ba a iya loda binciken da aka ajiye ba", + "search.saved_label": "Bincike da aka Ajiye", + "search.saved_loading": "Loading...", + "search.title": "Nemo Takardu", + "settings.audit_log_btn": "Binciken Rajista", + "settings.autocomplete_hint": "Rubuta don nemo ƙimomi masu sananne, ko shiga kowanne ƙima na musamman.", + "settings.autocomplete_no_matches": "Babu daidaito \n\n - har yanzu zaka iya rubuta ƙimar na musamman", + "settings.autocomplete_placeholder": "Rubuta don nemo ko shiga wata ƙima\n\n...", + "settings.boolean_enable_prefix": "Kunna", + "settings.categories_aria": "Rukuni na saituna", + "settings.categories_heading": "Rukuni", + "settings.db_wizard_btn": "Mai sihirin DB", + "settings.effective_value_label": "Ƙimar tasiri:", + "settings.encrypted_suffix": "= an ɓoye a tsaye", + "settings.encrypted_title": "Ƙimar an ɓoye a tsaye a cikin bayanai", + "settings.export_btn": "Fitarwa", + "settings.export_db_only": "Saitunan DB kawai", + "settings.export_full_config": "Cikakken saitin tasiri", + "settings.jump_to_category": "Tsallake zuwa rukuni\n\n...", + "settings.manage_config_prefix": "Kulawa da saitin. Fa'ida:", + "settings.model_picker_hint": "Zaɓi daga jerin ko rubuta kowanne sunan samfur da ke goyon bayan mai bayarwa.", + "settings.model_picker_placeholder": "Zaɓi samfur mai kyau ko rubuta suna na musamman\n\n...", + "settings.no_results_clear": "share binciken", + "settings.no_results_heading": "Babu saituna da aka samu", + "settings.no_results_hint": "Yi ƙoƙarin wata kalma ta bincike ko", + "settings.page_heading": "Saitunan Aikace-aikace", + "settings.required_label": "(da ake buƙata)", + "settings.reset_confirm": "Shin kuna da tabbacin kuna son sake saita wannan saitin?", + "settings.restart_required_suffix": "= buƙatar sake kunnawa", + "settings.revert_btn": "Cire daga DB", + "settings.revert_title": "Cire DB override da koma zuwa canjin dakin ko na ainihi", + "settings.reverting": "Ana dawo da\u0019...", + "settings.save_all_btn": "Ajiye Duk Canje-canje", + "settings.save_error": "An gaza ajiye saitin", + "settings.save_setting_title": "Ajiye wannan saitin", + "settings.save_success": "An ajiye saitin cikin nasara", + "settings.saving_state": "Ana ajiye\u001b...", + "settings.search_aria_label": "Bincika saitin", + "settings.search_clear_aria": "Share bincike", + "settings.search_placeholder": "Bincika saitin ta amfani da suna, maɓalli, ko bayanin\u001b...", + "settings.settings_count_suffix": "saitin", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "DEFAULT", + "settings.source_env_badge": "ENV", + "settings.title": "Saituna", + "settings.toggle_visibility_aria": "Canza ganin kalmar sirri", + "settings.toggle_visibility_title": "Nuna/ɓoye ƙima", + "settings.user_autocomplete_empty": "Ba a sami masu amfani da suka dace ba", + "settings.user_autocomplete_hint": "Rubuta don bincika masu amfani da ke akwai ta suna, ko shigar da kowanne mai tantancewa da hannu.", + "settings.user_autocomplete_placeholder": "Fara rubutu don bincika masu amfani\u001b...", + "settings.wizard_btn": "Wizard", + "shared.col_expiry": "Ragowar", + "shared.col_file_label": "File / Label", + "shared.col_link": "Hanya", + "shared.col_views": "Ra'ayoyi", + "shared.copy_link_aria": "Kwafi hanya zuwa clipboard", + "shared.copy_link_title": "Kwafi hanya", + "shared.create_btn": "Kirkiri Hanya", + "shared.create_heading": "Kirkiri Sabon Hanyar raba", + "shared.creating": "Ana kirkiro\u001b...", + "shared.expiry_12h": "12 awanni", + "shared.expiry_14d": "14 kwanaki", + "shared.expiry_1h": "1 awa", + "shared.expiry_24h": "24 awanni (1 rana)", + "shared.expiry_30d": "30 kwanaki", + "shared.expiry_3d": "3 kwanaki", + "shared.expiry_6h": "6 awanni", + "shared.expiry_7d": "7 kwanaki", + "shared.expiry_label": "Ragowar", + "shared.expiry_never": "Kada", + "shared.file_id_help_post": "shafi ko cikin adireshin cikakkun bayanai na takaddar.", + "shared.file_id_help_pre": "Sami ID na fayil akan", + "shared.file_id_label": "ID na Fayil", + "shared.file_id_placeholder": "misali 42", + "shared.files_link": "Fayiloli", + "shared.heading": "Hanyoyin Da Aka Raba", + "shared.label_label": "Lakabi", + "shared.label_placeholder": "misali An raba tare da Bob", + "shared.link_created": "An ƙirƙiri hanyar da aka rabawa!", + "shared.link_created_help": "Kwafa kuma aika wannan hanyar ga mai karɓa.", + "shared.links_count_aria": "adadin hanyoyi", + "shared.max_downloads_label": "Mafi girman saukar da fayil", + "shared.no_links": "Babu hanyoyin da aka raba tukuna. Ƙirƙiri daya a sama don fara.", + "shared.open_in_new_tab": "Buɗe a sabon shafin", + "shared.open_link_aria": "Buɗe hanyar da aka rabawa", + "shared.optional": "(na zaɓi)", + "shared.page_title": "Hanyoyin Da Aka Raba – DocuElevate", + "shared.password_label": "Kalmar Waya", + "shared.password_placeholder": "Barshi fanko don babu kalmar wucewa", + "shared.password_protected": "An kare da kalmar wucewa", + "shared.refresh_aria": "Sabunta jerin hanyoyin da aka raba", + "shared.revoke_aria_prefix": "Sake janyowa hanyar da aka rabawa don", + "shared.revoke_btn": "Janye", + "shared.status_active": "Aiki", + "shared.status_expired": "An kare", + "shared.status_limit_reached": "An kai iyaka", + "shared.status_revoked": "An janye", + "shared.subtitle": "Raba takardu tare da kowa ta hanyar hanyar da aka iyakance ko ta hanyar kallo. Masu karɓa ba sa buƙatar asusun DocuElevate. Hanyoyin na iya zama suna da kariya ta kalmar wucewa kuma ana iya janyewa a kowane lokaci.", + "shared.table_aria": "Hanyoyin da aka raba", + "shared.unlimited_placeholder": "Babu iyaka", + "shared.your_links": "Hanyoyin Da Aka Raba Na Ku", + "similarity.backfill_auto": "Aikin bayan fage zai tsara su ta atomatik kowane minti 5, ko zaka iya", + "similarity.files_missing_text": "fayil (fayiloli) suna da rubutun OCR amma babu shigarwa tukuna.", + "similarity.find_pairs_btn": "Sami Ma'aurata", + "similarity.heading": "Daidaicin Takardu", + "similarity.load_error": "Jinkirin lodin ma'aurata.", + "similarity.min_similarity_label": "Mafi ƙanƙanta daidaito", + "similarity.no_pairs_detail": "Babu ma'aurata takardu da suka wuce matakin daidaito.", + "similarity.no_pairs_heading": "Babu ma'aurata masu kama da aka samo", + "similarity.page_title": "Daidaiton Takardu - DocuElevate", + "similarity.pagination_aria": "Pagination na daidaiton ma'aunin", + "similarity.per_page_label": "Kowane shafi", + "similarity.scanning": "Ana duba don samun ma'aunin takardu masu kama...\n", + "similarity.stat_embedding_model": "Tsarin Embedding", + "similarity.stat_missing_embedding": "An rasa Embedding", + "similarity.stat_total_files": "Jimlar Fayiloli", + "similarity.stat_with_embedding": "Tare da Embedding", + "similarity.subtitle": "Ma'aunin takardu tare da babban daidaito na ma'anar, an jera su bisa zuwa score.", + "similarity.trigger_aria": "Tsaida lissafin embedding don duk fayiloli da ake bukata", + "similarity.trigger_now": "tsaida shi yanzu", + "status.app_version": "Sigogar Aple", + "status.build_date": "Kwanan gina", + "status.container_id": "ID na kwantena", + "status.git_commit": "Git Commit", + "status.last_check": "Binciken Karshe", + "status.page_title": "Matsayin Tsarin", + "status.setting_label": "Saita", + "status.value_label": "Kima", + "subscription.available_plans_heading": "Shirye-shiryen da ake da su", + "subscription.back_to_dashboard": "Dawo zuwa Dashboard", + "subscription.cancel_pending": "Sake janye canjin", + "subscription.cancel_scheduled": "Sake janye canjin da aka shirya", + "subscription.contact_sales": "Tuntuɓi Talla", + "subscription.current_badge": "Yanzu", + "subscription.current_plan": "Shirin Yanzu", + "subscription.current_plan_cta": "Shirin da kake da shi yanzu", + "subscription.downgrade_to_prefix": "Falling zuwa", + "subscription.features_heading": "Me ke cikin shirin ka", + "subscription.free": "Kyauta", + "subscription.heading": "Biyan kuɗi na", + "subscription.keep_plan_prefix": "Riƙe", + "subscription.lifetime_files": "Jimlar fayiloli (rayuwa)", + "subscription.month_files": "Fayiloli wannan watan", + "subscription.more_features_label": "ƙarin", + "subscription.page_title": "Biyan kuɗi na - DocuElevate", + "subscription.pending_badge": "A jiran", + "subscription.pending_benefits": "Za ka ci gaba da samun duk fa'idodin shirin yanzu har zuwa lokacin.", + "subscription.pending_on": "akan", + "subscription.pending_title": "Canjin shirin da aka shirya a jira", + "subscription.pending_will_change": "Shirin ka zai canza zuwa", + "subscription.per_mo": "/wata", + "subscription.per_month": "/watan", + "subscription.since": "Tuni", + "subscription.single_user_body": "Matakan biyan kuɗi suna aiki lokacin da yanayin mai amfani da yawa ke aiki. An gudanar da al'adar ka a halin yanzu a cikin yanayin mai amfani guda tare da babu iyaka na aiki. Wani mai gudanarwa na iya kunna yanayin mai amfani da yawa ta hanyar {settings_link}.", + "subscription.single_user_title": "Yanayin mai amfani da yawa ba a kunna ba.", + "subscription.subtitle": "Shirin ka na yanzu, amfani da sabunta da ake da shi.", + "subscription.this_month_label": "wannan watan", + "subscription.today_files": "Fayiloli yau", + "subscription.today_label": "yau", + "subscription.unlimited": "Ba tare da iyaka ba", + "subscription.upgrade_info": "Sabuntawa suna fara aiki nan take. Ragin ƙimar an tsara su don karshen lokacin biyan kuɗin ka na yanzu.", + "subscription.upgrade_to_prefix": "Sabunta zuwa", + "subscription.usage_heading": "Amfani", + "upload.browse_button": "Duba Fayiloli", + "upload.button_processing": "Ana sarrafawa...", + "upload.camera_button": "Dauki Hoto / Duba Takardu", + "upload.download_button": "Zazzagewa da Sarrafa", + "upload.downloading": "Ana zazzage fayil daga URL...", + "upload.drag_drop": "Ja & zubar da fayiloli a nan ko danna don duba", + "upload.drop_hint_desktop": "Ja & zubar da fayiloli ko manyan fayiloli a nan, ko danna don zaɓar fayiloli.", + "upload.drop_hint_mobile": "Latsa don zaɓar fayiloli ko amfani da maɓallin kyamara a ƙasa.", + "upload.drop_zone_aria": "Yanki na ɗora fayil. Ja da zubar da fayiloli a nan, ko danna Enter don duba fayiloli.", + "upload.error": "Dora ya gagana", + "upload.error_invalid_url": "Tsarin URL mara inganci", + "upload.error_url_required": "Don Allah shigar da URL", + "upload.file_size_hint": "Matsakaicin girma: 500 MB kowanne fayil", + "upload.file_types": "Nau'ukan da aka yarda: PDF, Takardun Ofishin (Word, Excel, PowerPoint, da sauransu), Hotuna", + "upload.filename_description": "Bar shi kyalo don amfani da sunan fayil daga URL", + "upload.filename_label": "Sunan Fayil (zaɓi)", + "upload.filename_placeholder": "my-document.pdf", + "upload.max_size": "Matsakaicin girman fayil: {size}", + "upload.page_title": "Dora Fayiloli", + "upload.section_device": "Dora daga Na'ura", + "upload.section_url": "Dora daga URL", + "upload.select_file": "Zaɓi Fayil", + "upload.success": "An ɗora fayil ɗin cikin nasara", + "upload.title": "Ɗora Takardu", + "upload.uploading": "Ana ɗora...", + "upload.url_description": "Shigar da wani haɗin kai tsaye zuwa fayil (PDF, takardun Office, ko hotuna)", + "upload.url_label": "URL na Fayil", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/he.json b/frontend/translations/he.json index d36160ed..8a0fdbef 100644 --- a/frontend/translations/he.json +++ b/frontend/translations/he.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", - "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_heading": "פגש את היוצר", + "about.creator_name": "כריסטיאן קרקאואו-לואיס", + "about.creator_pre": "DocuElevate פותח בהתלהבות על ידי", + "about.features_admin_api": "API REST עוצמתי לגישה תוכנת", + "about.features_admin_config": "ניתן לה configur באמצעות משתני סביבה", + "about.features_admin_docker": "מוכן ל-Docker עבור פריסה והרחבה קלה", + "about.features_admin_heading": "ניהול", + "about.features_admin_oauth2": "תמיכה באימות OAuth2 עם Authentik", + "about.features_automation_background": "עיבוד רקע עם Redis ו-Celery", + "about.features_automation_gmail": "אינטגרציה עם חשבון Gmail וחשבונות דוא\"ל כלליים", + "about.features_automation_heading": "אוטומציה", + "about.features_automation_imap": "שיחות INBOX IMAP ממקורות מרובים", + "about.features_automation_ingestion": "קליטת מסמכים אוטומטית ממקורות שונים", + "about.features_heading": "תכונות עיקריות", + "about.features_integration_cloud": "אחסון בענן: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "אינטגרציה ואחסון", + "about.features_integration_multi_dest": "תמיכה במגוון מושאים (אחסן מסמכים במיקומים מרובים)", + "about.features_integration_protocols": "פרוטוקולי העברה: FTP, SFTP, הפניית דוא\"ל", + "about.features_integration_selfhosted": "אפשרויות מתארח עצמאי: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "סיווג מסמכים חכם והפקת תאריכים", + "about.features_processing_heading": "עיבוד מסמכים", + "about.features_processing_metadata": "הפקת מטה-נתונים אוטומטית באמצעות ספק AI ניתן לחיבור", + "about.features_processing_ocr": "OCR מונע על ידי Azure Document Intelligence", + "about.features_processing_pdf": "המרת PDF לפורמטים שונים באמצעות Gotenberg", + "about.features_processing_upload": "העלאות קבצים פשוטות ובטוחות עם תמיכה בגרירת והנחת", + "about.github_logo_alt": "לוגו GitHub", + "about.heading": "על DocuElevate", + "about.intro_post": " – הפתרון המודרני והחכם שלך לעיבוד מסמכים! בנינו את DocuElevate כדי לשנות לחלוטין את האופן שבו אתה מטפל במסמכים שלך – מהעלאה להפקה, מעיבוד לאחסון.", + "about.intro_pre": "ברוך הבא ל", + "about.involved_description": "רוצה להיכנס לקוד, לתרום רעיונות או ללמוד עוד על DocuElevate?", + "about.involved_docs": "קרא את התיעוד", + "about.involved_github": "צפה ב-DocuElevate ב-GitHub", + "about.involved_heading": "הצטרף", + "about.involved_website": "בקר באתר DocuElevate", + "about.legal_description": "אכפת לנו מפרטיותך וביטחון המידע שלך. נא לעבור על:", + "about.legal_heading": "פרטיות וחוקי", + "about.legal_license": "מידע על רישוי", + "about.legal_privacy": "הודעת פרטיות", + "about.page_title": "על DocuElevate", + "about.story_heading": "הסיפור שלנו", + "about.story_p1": "DocuElevate נוצרה עם מטרה אחת בראש: לפשט ולייעל את ניהול המסמכים עבור כולם, בין אם אתם סטארטאפ קטן או חברה גדולה.", + "about.story_p2": "אנחנו מנצלים את כוחם של ספקי AI ניתנים להוספה (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey ועוד) כדי לחלץ מטאדאטה ולשפר טקסטים, משתלבים בצורה חלקה עם Dropbox, Nextcloud ו-Paperless NGX לאחסון ואינדוקס, מנצלים את אינטליגנציה דוקומנטלית של Azure עבור OCR, ואפילו משתמשים ב-Gotenberg להמיר קבצים ל-PDF.", + "api_tokens.col_created": "נוצר", + "api_tokens.col_last_ip": "IP אחרון", + "api_tokens.col_last_used": "השתמש לאחרונה", + "api_tokens.col_name": "שם", + "api_tokens.col_prefix": "קידומת טוקן", + "api_tokens.copy_to_clipboard": "העתק טוקן ללוח", + "api_tokens.copy_upload_example": "העתק דוגמת העלאה ללוח", + "api_tokens.copy_warning_1": "העתק את הטוקן הזה עכשיו — הוא", + "api_tokens.copy_warning_2": "לא יוצג שוב", + "api_tokens.create_heading": "צור טוקן חדש", + "api_tokens.create_token": "צור טוקן", + "api_tokens.creating": "נוצר\n...", + "api_tokens.heading": "טוקני API", + "api_tokens.intro": "צור טוקני API אישיים כדי לתקשר עם ה-API של DocuElevate בצורה פרוגרמטית. השתמש בטוקנים להעלאות webhook, צינורות CI/CD, או כל סקריפט שצריך להעלות או לשלוף מסמכים.", + "api_tokens.loading_tokens": "טוען טוקנים\n...", + "api_tokens.never": "לעולם לא", + "api_tokens.no_tokens_heading": "אין עדיין טוקני API", + "api_tokens.no_tokens_help": "צור את הטוקן הראשון שלך למעלה כדי להתחיל.", + "api_tokens.page_title": "טוקני API – DocuElevate", + "api_tokens.revoke": "שיהוי", + "api_tokens.revoke_prefix": "שיהוי טוקן", + "api_tokens.status_active": "פעיל", + "api_tokens.status_revoked": "נשלל", + "api_tokens.table_aria": "טוקני API", + "api_tokens.token_created": "טוקן נוצר בהצלחה!", + "api_tokens.token_name_label": "שם הטוקן", + "api_tokens.token_name_placeholder": "למשל. CI Pipeline, Webhook Upload, הסקריפט שלי", + "api_tokens.usage_heading": "דוגמת שימוש", + "api_tokens.usage_intro_post": "כותרת עם כל בקשת API:", + "api_tokens.usage_intro_pre": "השתמש בטוקן ה-API שלך ב", + "api_tokens.your_tokens": "הטוקנים שלך", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "audit.col_resource": "משאב", + "audit.col_timestamp": "חותמת זמן", + "audit.critical": "קריטי", + "audit.filter_action": "פעולה", + "audit.filter_all_actions": "כל הפעולות", + "audit.filter_all_users": "כל המשתמשים", + "audit.filter_resource_placeholder": "למשל, מסמך, משתמש", + "audit.filter_resource_type": "סוג משאב", + "audit.filter_severity": "חומרה", + "audit.filter_user": "משתמש", + "audit.filters_section_label": "מסנני יומן ביקורת", + "audit.next": " הבא", + "audit.next_label": "עמוד הבא", + "audit.no_events": "אין אירועי ביקורת שנרשמו עדיין.", + "audit.no_events_hint": "פעולות משמעותיות (כניסות, פעולות על מסמכים, שינויים בהגדרות) יופיעו כאן.", + "audit.page_title": "יומני ביקורת - DocuElevate", + "audit.pagination_label": "פיצול יומן ביקורת", + "audit.prev": "קדימה", + "audit.prev_label": "עמוד קודם", + "audit.refresh_label": "רענן את יומני הביקורת", + "audit.siem_disabled_title": "העברת SIEM מושבתת", + "audit.siem_enabled_title": "אירועים מועברים ל-", + "audit.siem_off": "SIEM: כבוי", + "audit.subtitle": "רשומה מקיפה, רק מוסיפים של כל הפעולות המשמעותיות.", + "audit.table_label": "אירועי יומן ביקורת", + "audit.title": "יומני ביקורת", + "auth.confirm_password": "אשר סיסמה", + "auth.create_account": "צור חשבון", + "auth.display_name_label": "שם תצוגה", + "auth.email_label": "דואר אלקטרוני", + "auth.forgot_password": "שכחת סיסמה?", + "auth.forgot_username": "שכחת שם משתמש?", + "auth.login": "להיכנס", + "auth.login_title": "להיכנס", + "auth.logo_alt": "סמל DocuElevate", + "auth.logout": "יציאה", + "auth.my_account": "החשבון שלי", + "auth.no_account": "אין לך חשבון?", + "auth.or_continue_with": "או המשך עם", + "auth.password_label": "סיסמה", + "auth.profile": "פרופיל", + "auth.remember_me": "זכור אותי", + "auth.return_home": "חזור לבית", + "auth.sign_in": "התחבר", + "auth.sign_in_sso": "התחבר עם SSO", + "auth.sign_in_with": "התחבר עם", + "auth.sign_in_with_username": "התחבר עם שם משתמש", + "auth.signup": "הרשמה", + "auth.signup_title": "הרשמה", + "auth.username_label": "שם משתמש", + "auth.username_or_email": "שם משתמש או אימייל", + "auth.verify_email_back_sign_in": "חזרה להתחברות", + "auth.verify_email_expiry": "הקישור פג בתוקף תוך 24 שעות. אם אינך רואה את האימייל, בדוק את תיק הספאם שלך.", + "auth.verify_email_heading": "בדוק את תא הדואר הנכנס שלך", + "auth.verify_email_message": "שלחנו לך אימייל אישור. אנא לחץ על הקישור באימייל כדי להפעיל את החשבון שלך.", + "auth.verify_email_page_title": "DocuElevate - אמת את האימייל שלך", + "auth.verify_email_resend_aria_label": "כתובת אימייל לשליחה מחדש", + "auth.verify_email_resend_button": "שלח מחדש את אימייל האישור", + "auth.verify_email_resend_label": "כתובת אימייל", + "auth.verify_email_resend_placeholder": "הזן את כתובת האימייל שלך", + "auth.verify_email_resend_prompt": "לא קיבלת את זה?", + "backup.archives_heading": "ארכיבי גיבוי", + "backup.backup_now": "גבה עכשיו", + "backup.clean_up": "ניקוי", + "backup.cleanup_title": "הרץ ניקוי שימור עכשיו", + "backup.col_created": "נוצר", + "backup.col_filename": "שם קובץ", + "backup.col_size": "גודל", + "backup.col_storage": "אחסון", + "backup.col_type": "סוג", + "backup.config_auto_backup": "גיבוי אוטומטי", + "backup.config_remote_dest": "יעד מרוחק", + "backup.config_retention": "שימור", + "backup.config_total_size": "גודל כולל מקומי", + "backup.confirm_btn": "אשר", + "backup.confirm_title": "אשר פעולה", + "backup.heading": "ניהול גיבוי", + "backup.local_only": "רק מקומי", + "backup.no_backups": "אין גיבויים עדיין.", + "backup.no_backups_hint": "לחץ על גבה עכשיו כדי ליצור את הגיבוי הראשון שלך.", + "backup.page_title": "ניהול גיבוי", + "backup.records_label": "רשומות", + "backup.restore_btn": "שחזר", + "backup.restore_desc_mid": "ארכיון גיבוי לשחזור בסיס הנתונים.", + "backup.restore_desc_pre": "העלה קובץ", + "backup.restore_desc_warning": "זה י overwrite את כל הנתונים הנוכחיים.", + "backup.restore_file_label": "ארכיון גיבוי (.db.gz)", + "backup.restore_heading": "שחזר מקובץ", + "backup.restoring": "שחזור\u0014\u0017...", + "backup.retention_daily_detail": "\u0014- נשמר במשך 3 שבועות", + "backup.retention_heading": "מדיניות שמירה", + "backup.retention_hourly_detail": "\u0014- נשמר במשך 4 ימים", + "backup.retention_note": "גיבויים מעבר לגבולות אלו נמחקים אוטומטית לאחר שמגבים חדשים נוצרו.", + "backup.retention_weekly_detail": "\u0014- נשמר במשך ~3 חודשים", + "backup.snapshots": "תמונות מצב", + "backup.status_ok": "בסדר", + "backup.storage_local": "מקומי", + "backup.subtitle": "גיבויים של המסד נתונים נוצרים אוטומטית: כל שעה (4 ימים), מדי יום (3 שבועות), מדי שבוע (13 שבועות).", + "backup.table_aria": "ארכיוני גיבוי", + "backup.trigger_daily": "גבה עכשיו (יומי)", + "backup.trigger_hourly": "גבה עכשיו (שנתי)", + "backup.trigger_weekly": "גבה עכשיו (שבועי)", + "backup.type_daily": "יומי", + "backup.type_hourly": "שנתי", + "backup.type_weekly": "שבועי", + "billing.go_to_dashboard": "לך ללוח הבקרה", + "billing.manage_subscription": "נהל מנוי", + "billing.success_heading": "אתה מוכן!", + "billing.success_message": "המנוי שלך הופעל. תודה שבחרת ב-DocuElevate!", + "billing.success_page_title": "DocuElevate - מנוי הופעל", + "common.actions": "פעולות", + "common.active": "פעיל", + "common.all": "כל", + "common.avatar": "אווטאר", + "common.back": "אחורה", + "common.cancel": "בטל", + "common.close": "סגור", + "common.col_pending": "ממתין", + "common.completed": "הושלם", + "common.confirm": "אשר", + "common.copied": "הועתק!", + "common.copy": "העתק", + "common.create": "צור", + "common.created": "נוצר", + "common.date": "תאריך", + "common.delete": "מחק", + "common.description": "תיאור", + "common.details": "פרטים", + "common.disabled": "מושבת", + "common.download": "הורדה", + "common.duplicate": "שכפל", + "common.edit": "עריכה", + "common.enabled": "פעיל", + "common.error": "שגיאה", + "common.failed": "נכשל", + "common.filter": "מסנן", + "common.inactive": "לא פעיל", + "common.info": "מידע", + "common.loading": "טעינה...", + "common.name": "שם", + "common.next": "הבא", + "common.next_page": "דף הבא", + "common.no": "לא", + "common.none": "אין", + "common.page": "דף", + "common.paused": "מושהה", + "common.pending": "ממתין", + "common.prev_page": "דף קודם", + "common.previous": "קודם", + "common.processing": "מעבד", + "common.refresh": "רענון", + "common.reset": "איפוס", + "common.retry": "נסה שוב", + "common.save": "שמור", + "common.search": "חיפוש", + "common.select": "בחר", + "common.select_placeholder": " בחר ", + "common.size": "גודל", + "common.status": "מצב", + "common.submit": "שלח", + "common.success": "בהצלחה", + "common.tags": "תגיות", + "common.test": "מבחן", + "common.test_connection": "בדוק חיבור", + "common.type": "סוג", + "common.update": "עדכון", + "common.updated": "עודכן", + "common.upload": "העלה", + "common.view": "תצוגה", + "common.warning": "אזהרה", + "common.yes": "כן", + "cookie.accept": "נמצאה", + "cookie.learn_more": "למד עוד", + "cookie.message": "אתר זה עושה שימוש בעוגיות לשיפור החוויה שלך.", + "cookie.notice": "DocuElevate עושה שימוש רק בעוגיות סשן חיוניות הנדרשות עבור אימות ופעולה של השירות. לא נעשה שימוש בעוגיות מעקב או אנליטיקה.", + "cookie.notice_label": "הודעת עוגיות", + "cookie.policy_link": "מדיניות עוגיות", + "cookie.privacy_link": "הודעת פרטיות", + "credentials.col_action": "פעולה", + "credentials.col_credential": "אישור", + "credentials.col_source": "מקור", + "credentials.configured": "קונפוגורציה", + "credentials.edit_in_settings": "ערוך בהגדרות", + "credentials.legend_db": "ערך המאוחסן במסד הנתונים (מוצפן בעת מנוחה; מחליף משתנה סביבה)", + "credentials.legend_env_after": " קובץ", + "credentials.legend_env_before": "ערך מהמשתנה הסביבתי או ", + "credentials.legend_missing": "אישור לא הוגדר — האינטגרציה לא תעבוד", + "credentials.legend_restart": "הפעלה מחדש נדרשת כאשר אישור זה מופעל", + "credentials.legend_title": "א legenda", + "credentials.manage_settings": "נהל הגדרות", + "credentials.not_configured": "לא קונפוגרן", + "credentials.page_title": "ביקורת אישורים - DocuElevate", + "credentials.raw_json": "JSON גולמי (API)", + "credentials.restart_title": "הפעלה מחדש נדרשת לאחר שהאישור הזה שונה", + "credentials.source_db_title": "מאוחסן במסד נתונים (מוצפן)", + "credentials.source_env_title": "ממשתנה סביבתי", + "credentials.status_missing": "חסר", + "credentials.subtitle": "סקירה של כל האישורים הרגישים המשמשים את DocuElevate. ערכים סודיים לא מוצגים כאן — רק האם כל אישור קונפוגרן ומה המקור שלו.", + "credentials.table_for": "אישורים עבור", + "credentials.title": "ביקורת אישורים", + "credentials.total_credentials": "סה\"כ אישורים", + "dashboard.active_integrations": "אינטגרציות פעילות", + "dashboard.files_this_month": "קבצים החודש", + "dashboard.files_today": "קבצים היום", + "dashboard.ocr_processed": "OCR מעובד", + "dashboard.quick_actions": "פעולות מהירות", + "dashboard.recent_activity": "פעילות אחרונה", + "dashboard.storage_targets": "מטרות אחסון", + "dashboard.title": "לוח מחוונים", + "dashboard.total_files": "סה\"כ קבצים", + "dashboard.welcome": "ברוך הבא ל-DocuElevate", + "duplicates.file_id_label": "מזהה קובץ", + "duplicates.file_id_placeholder": "למשל 42", + "duplicates.find_btn": "מצא", + "duplicates.found_files": "קובץ(ים) כפול(ים) בסך הכל.", + "duplicates.found_groups": "קבוצה(ות) כפולה(ות) עם", + "duplicates.found_prefix": "נמצא", + "duplicates.group_aria": "קבוצת כפולים", + "duplicates.heading": "מסמכים כפולים", + "duplicates.how_it_works_heading": "איך עובדת זיהוי כמעט כפולים", + "duplicates.max_results_label": "תוצאות מקסימליות", + "duplicates.near_dup_desc": "בחר מסמך לבדוק אם יש קבצים נוספים המכילים את אותו תוכן (או תוכן דומה מאוד) - אפילו אם הם נסרקו בזמנים שונים ויש להם HASH SHA-256 שונים.", + "duplicates.near_dup_heading": "מצא כמעט כפולים למסמך", + "duplicates.no_exact_heading": "לא נמצאו כפולים מדויקים", + "duplicates.page_title": "מסמכים כפולים - DocuElevate", + "duplicates.pagination_aria": "ה分页", + "duplicates.role_duplicate": "כפול", + "duplicates.role_original": "מקורי", + "duplicates.tab_exact": "כפולים מדויקים", + "duplicates.tab_near": "מאתר כמעט כפולים", + "duplicates.tabs_aria": "כרטיסיות זיהוי כפולים", + "duplicates.threshold_label": "סף דמיון", + "duplicates.view_dup_aria": "צפה בקובץ כפול", + "duplicates.view_original_aria": "צפה בקובץ המקורי", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "אופס, לא הצלחנו למצוא את הדף הזה!", + "error.404_home": "חזור הביתה", + "error.404_message": "נראה כי DocuElevate איבדה את המסמך שחיפשת. אל תדאג - אנחנו כאן בשבילך.", + "error.404_title": "404 - לא נמצא", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", - "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "error.500_debug_info": "הצג מידע דיבוג", + "error.500_description": "השרתים שלנו חוו תקלה וזקוקים למעט זמן.", + "error.500_heading": "אופס! משהו השתבש.", + "error.500_home": "לך הביתה", + "error.500_img_alt": "איור של שגיאת שרת", + "error.500_message1": "השרתים שלנו חוו תקלה וזקוקים למעט זמן. יכול להיות שההאמסטרים שפכו את הקפה שלהם?", + "error.500_message2": "אנחנו כבר עוסקים בזה - ממיינים קבצים, מאתחלים שרתים ומתקנים קבלים של פלוקס.", + "error.500_title": "שגיאת שרת - DocuElevate", + "error.forbidden": "אסור", + "error.forbidden_message": "אין לך הרשאה לגשת לדף הזה.", + "error.not_found": "הדף לא נמצא", + "error.not_found_message": "הדף שאתה מחפש אינו קיים.", + "error.server_error": "שגיאת שרת פנימית", + "error.server_error_message": "משהו השתבש. אנא נסה שוב מאוחר יותר.", + "error.unauthorized": "גישה לא מורשית", + "error.unauthorized_message": "עליך להתחבר כדי לגשת לדף זה.", + "files.action_delete": "מחק קובץ", + "files.action_details": "ראה פרטים", + "files.action_preview": "תצוגה מהירה", + "files.bulk_clear_selection": "נקה בחירה", + "files.bulk_cloud_ocr": "הפעל מחדש את ה-OCR בענן", + "files.bulk_delete": "מחק נבחרים", + "files.bulk_download": "הורד כקובץ ZIP", + "files.bulk_reprocess": "עבד מחדש את הנבחרים", + "files.delete_modal_cancel": "בטל", + "files.delete_modal_confirm": "מחק", + "files.delete_modal_message": "האם אתה משוכנע שאתה רוצה למחוק את הקובץ הזה?", + "files.delete_modal_title": "אשר מחיקה", + "files.document_title": "כותרת המסמך", + "files.drop_overlay_hint": "תומך ב-PDF, מסמכי Office, תמונות, HTML, Markdown ועוד – תיקיות מעובדות באופן רקורסיבי", + "files.drop_overlay_title": "שחרר קבצים או תיקיות בכל מקום כדי להעלות", + "files.error_hint": "זה עלול להיות עקב בעיית קונפיגורציה או ייבוא. אנא בדוק את יומני השרת.", + "files.file_size": "גודל קובץ", + "files.filename": "שם קובץ", + "files.files_selected": "קבצים נבחרים", + "files.filter_all_providers": "כל הספקים", + "files.filter_all_statuses": "כל הסטטוסים", + "files.filter_all_types": "כל הסוגים", + "files.filter_apply": "החל מסננים", + "files.filter_clear": "נקה", + "files.filter_date_from": "תאריך מ", + "files.filter_date_from_aria": "סנן מתאריך", + "files.filter_date_to": "תאריך עד", + "files.filter_date_to_aria": "סנן עד תאריך", + "files.filter_form_aria": "סנן קבצים", + "files.filter_mime_type": "סוג MIME", + "files.filter_ocr_all": "כל הקבצים", + "files.filter_ocr_good": "איכות טובה", + "files.filter_ocr_poor": "איכות גרועה", + "files.filter_ocr_quality": "איכות OCR", + "files.filter_ocr_quality_aria": "סנן לפי ציון איכות OCR", + "files.filter_ocr_unchecked": "טרם נאמד", + "files.filter_search_label": "חפש שם קובץ", + "files.filter_search_placeholder": "הזן שם קובץ...", + "files.filter_storage_provider": "ספק אחסון", + "files.filter_tags_aria": "סנן לפי תגיות (מופרדות בפסיקים)", + "files.filter_tags_placeholder": "למשל, חשבונית,אמזון", + "files.fulltext_search_label": "חיפוש טקסט מלא (טקסט OCR, מטאדאטה, תגיות)", + "files.fulltext_search_placeholder": "חפש בתוכן המסמך, שולח, תגיות, סוג...", + "files.no_files": "לא נמצאו קבצים", + "files.ocr_status": "סטטוס OCR", + "files.page_title": "רשומות קבצים", + "files.pagination_files": "קבצים", + "files.pagination_first": "ראשון", + "files.pagination_last": "אחרון", + "files.pagination_nav_aria": "הנavigציית רשימת קבצים", + "files.pagination_next": "הבא", + "files.pagination_of": "של", + "files.pagination_previous": "קודם", + "files.pagination_showing": "מראה", + "files.preview_modal_close": "סגור תצוגה מקדימה", + "files.preview_modal_title": "תצוגה מקדימה", + "files.queue_banner_items": "פריט(ים) כרגע בתור או מעובד. קבצים יופיעו כאן ברגע שהעיבוד יושלם.", + "files.queue_banner_link": "ראה תור", + "files.saved_searches_empty": "אין חיפושים שמורים עדיין", + "files.saved_searches_error": "לא ניתן לטעון חיפושים שמורים", + "files.saved_searches_label": "חיפושים שמורים", + "files.saved_searches_save": "שמור נוכחי", + "files.saved_searches_save_aria": "שמור מסננים נוכחיים כחיפוש שמור", + "files.search_results_empty": "לא נמצאו תוצאות.", + "files.search_results_title": "תוצאות חיפוש", + "files.status_duplicate": "שכפול", + "files.table_actions": "פעולות", + "files.table_aria": "רשומות קבצים", + "files.table_created_at": "נוצר ב", + "files.table_empty": "לא נמצאו קבצים", + "files.table_id": "תעודת זהות", + "files.table_mime_type": "סוג MIME", + "files.table_original_filename": "שם קובץ מקור", + "files.table_select_all": "בחר את כל הקבצים בעמוד זה", + "files.tags": "תגים", + "files.title": "קבצים", + "files.upload_modal_aria": "התקדמות העלאה", + "files.upload_modal_close": "סגור את התקדמות ההעלאה", + "files.upload_modal_header": "מעלים קבצים", + "files.uploaded": "המעלה", + "footer.about": "אודות", + "footer.attribution": "אתגור", + "footer.attributions": "אתגרים", + "footer.cookies": "עוגיות", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "חותמת", + "footer.license": "רישיון", + "footer.navigation": "ניווט תחתון", + "footer.privacy": "פרטיות", + "footer.terms": "תנאים", + "footer.version": "גרסה {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "מחובר ל-OAuth. הקבצים נחתים בתיקייה שבחרת.", + "help.destinations_email": "העברת דואר אלקטרוני", + "help.destinations_email_desc": "קבצים מעובדים נשלחים כקבצי SMTP מצורפים.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "חשבון שירות או OAuth. תומך בכוננים משותפים.", + "help.destinations_heading": "יעדים – היכן שהמסמכים הולכים", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "אחסון בענן מארח עצמי דרך WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "אינטגרציה של Microsoft Graph API.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "דחוף מסמכים ישירות ל-Paperless עבור ארכוב.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "כל דלי תואם S3 (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "העברת קבצים מאובטחת לכל שרת.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "שלח מתודולוגיה לכל נקודת קצה חיצונית.", + "help.documentation": "תיעוד", + "help.faq": "שאלות נפוצות", + "help.faq_1_a": "נווט לעמוד ההעלאה, גרור והשאר את הקבצים שלך או לחץ על בחר קובץ. DocuElevate ממיר תמונות ומסמכי משרד ל-PDF, מבצע OCR ומחלץ מתודולוגיה באופן אוטומטי.", + "help.faq_1_q": "איך אני מעלה מסמכים?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, ו-HTML. קבצים שאינם PDF לא מקודדים אוטומטית ל-PDF לפני העיבוד.", + "help.faq_2_q": "אילו פורמטי קבצים נתמכים?", + "help.faq_3_a": "כן. גש ל'הזנת דואר אלקטרוני', הוסף חשבון IMAP, ו-DocuElevate יבצע סקר מִסָּרִים חדשים ויעבד את הקבצים המצורפים אוטומטית.", + "help.faq_3_q": "האם אני יכול לקלוט מסמכים מדואר אלקטרוני?", + "help.faq_4_a": "צינורות מאפשרים לך לקשר צעדי עיבוד – OCR, חיפוש בינה מלאכותית, המרת פורמטים – ולהעביר את התוצאה ליעד אחד או יותר. צור ונהל אותם מעמוד הצינורות.", + "help.faq_4_q": "איך עובדים צינורות העיבוד?", + "help.faq_5_a": "DocuElevate מצפין הסמכות במנוחה, מתקשר דרך TLS, ולא שומר על המסמכים שלך יותר מהמנורץ. עיין בהודעת הפרטיות למידע מלא.", + "help.faq_5_a_post": " למידע מלא.", + "help.faq_5_a_pre": "DocuElevate מצפין את האישורים בעת מנוחה, מתקשר באמצעות TLS, ואינו שומר את המסמכים שלך יותר זמן ממה שדרוש. ראה את ה", + "help.faq_5_q": "האם הנתונים שלי בטוחים?", + "help.faq_heading": "שאלות נפוצות", + "help.getting_started": "איך להתחיל", + "help.heading": "מרכז עזרה", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "השתמש ב-REST API כדי לדחוף מסמכים באופן תכנותי. Authentלק עם טוקן Bearer ושלח קבצים לנקודת העלאה.", + "help.ingestion_heading": "כלי קליטת נתונים", + "help.ingestion_mobile": "אפליקציות ניידות", + "help.ingestion_mobile_desc": "השתמש בכל אפליקציית סריקה ניידת שתומכת ביעדי העלאה מותאמים לשליחת תמונות וסריקות ל-DocuElevate מהטלפון או הטאבלט שלך.", + "help.ingestion_scanners": "סורקי רשת", + "help.ingestion_scanners_desc": "כוון כל סורק רשת או מדפסת רב-תכלית לנקודת העלאה של DocuElevate. מסמכים שנסרקו נכנסים ישירות לתור העיבוד שלך.", + "help.ingestion_watched_folders": "תיקיות במעקב", + "help.ingestion_watched_folders_desc": "הגדר תיק מקומי או תיק רשת למעקב. כל קובץ שיוצב בתיק במעקב מועלה ומעובד אוטומטית על ידי DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "שילוב DocuElevate בתהליכי האוטומציה שלך עם Zapier, n8n או Make. השתמש בפעולות REST API כדי להפעיל העלאות מסמכים מאירועים כלשהם.", + "help.meta_description": "קבל עזרה עם DocuElevate – מצא מדריכים להעלאת מסמכים, חיבור אחסון בענן, הקמת צינורות, ועוד.", + "help.og_description": "קבל עזרה עם DocuElevate – מצא מדריכים להעלאת מסמכים, חיבור אחסון בענן, הקמת צינורות, ועוד.", + "help.page_title": "מרכז עזרה", + "help.privacy_notice": "הודעת פרטיות", + "help.quickstart_heading": "התחלה מהירה", + "help.quickstart_storage": "חיבור אחסון", + "help.quickstart_storage_desc": "גש להגדרות וקשר את חשבונות הענן שלך. המסמכים המעובדים מועברים אוטומטית לכל יעד שאתה מגדיר.", + "help.quickstart_storage_desc_full": "עבור ל-Integrations וקשור את חשבון האחסון בענן שלך. DocuElevate תומך ב-Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, ועוד. מסמכים מעובדים מועברים אוטומטית לכל יעד שהגדרת.", + "help.quickstart_upload": "העלאת מסמכים", + "help.quickstart_upload_desc": "גרור והשק את הקבצים על עמוד ההעלאה או לחץ על 'בחר קובץ'. DocuElevate ממיר תמונות ומסמכי משרד ל-PDF, מריץ OCR, ומושך מטאדאטה אוטומטית.", + "help.quickstart_workflows": "אוטומציה של תהליכים", + "help.quickstart_workflows_desc": "צור צינורות להגדיר עיבוד של מספר שלבים וחוקי הפניית מידע. צירף OCR, חיפוש בינה מלאכותית, המרת פורמטים, ומסירה בזרימה אחת.", + "help.sources_email_ingestion": "הזנת דואר אלקטרוני (IMAP)", + "help.sources_email_ingestion_desc": "העבר מסמכים לתיבת דואר ייחודית. תחת הזנת דואר אלקטרוני, הוסף חשבון IMAP אחד או יותר. DocuElevate סוקר הודעות חדשות ומעבד את הקבצים המצורפים אוטומטית.", + "help.sources_heading": "מקורות – לקבלת מסמכים", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", - "language.bg": "Български", - "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", - "language.cs": "Čeština", - "language.da": "Dansk", - "language.de": "Deutsch", - "language.el": "Ελληνικά", - "language.en": "English", - "language.es": "Español", - "language.et": "Eesti", - "language.fi": "Suomi", - "language.fr": "Français", - "language.ga": "Gaeilge", - "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "help.sources_rest_api_desc": "שילוב בצורה תכנית ע״י שליחת קבצים ל/api/upload. אידיאלי לסקריפטים, תיקיות נצפות, סורקים, או כלים חיצוניים כמו Zapier ו-n8n.", + "help.sources_scanner": "סורק ונייד", + "help.sources_scanner_desc": "כוון סורקי רשת לכתובת העלאה של DocuElevate או השתמש בכל אפליקציית סריקה ניידת התומכת ביעדים מותאמים אישית של HTTP.", + "help.sources_scanner_desc_full": "הגדר את הסורק הרשתי שלך או את המדפסת הרב-תכלית כדי לשלוח סריקות ישירות ל-DocuElevate. השתמש בנקודת הקצה /api/upload כיעד. אפליקציות סריקה ניידות עם יעדי העלאה מותאמים גם נתמכות.", + "help.sources_web_upload": "העלאה מהאתר", + "help.sources_web_upload_desc": "הדרך המהירה ביותר להתחיל. פתח את עמוד ההעלאה, השקע קבצים אחד או יותר, ו-DocuElevate ידאג לשאר. פורמטים נתמכים כוללים PDF, JPEG, PNG, TIFF, DOCX, XLSX, ועוד.", + "help.subheading": "כל מה שאתה צריך כדי להפיק את המרב מ-DocuElevate. עיין בנושאים למטה או חפש מה שאתה צריך.", + "help.support": "שירות תמיכה", + "help.support_admin_message": "צור קשר עם המנהל שלך לקבלת מידע תמיכה.", + "help.support_description": "לא מוצא מה שאתה מחפש? צוות התמיכה שלנו כאן כדי לעזור.", + "help.support_heading": "צור קשר עם התמיכה", + "help.support_live_chat": "צ'אט חי זמין – לחץ על בלון הצ'אט כדי להתחיל שיחה.", + "help.support_ticket_button": "שלח כרטיס תמיכה", + "help.support_ticket_desc": "מלא את הטופס למטה וצוות התמיכה שלנו יחזור אליך בהקדם האפשרי.", + "help.support_ticket_heading": "פתח כרטיס תמיכה", + "help.title": "מרכז עזרה", + "help.workflows_creating": "יצירת צינור", + "help.workflows_definition": "צינור הוא סדרה של צעדי עיבוד המתרחש אוטומטית כאשר מסמך נקלט. כל שלב יכול לשנות, להעשיר, או להפנות את המסמך.", + "help.workflows_heading": "תהליכים וצינורות", + "help.workflows_step_1": "לעבור ל-PDF", + "help.workflows_step_1_create": "עבור לצינורות בתפריט הראשי.", + "help.workflows_step_1_full": "המרה ל-PDF – כל הקבצים הנכנסים מנורמלים לפורמט PDF עקבי.", + "help.workflows_step_2": "OCR – חלץ טקסט", + "help.workflows_step_2_create": "לחץ על צינור חדש ותן לו שם.", + "help.workflows_step_2_full": "OCR – חלץ טקסט נבחר מעמודים סרוקים באמצעות Azure Document Intelligence או המנוע המובנה.", + "help.workflows_step_3": "חילוץ מטא-דאטה בעזרת AI", + "help.workflows_step_3_create": "הוסף את שלבי העיבוד שאתה צריך.", + "help.workflows_step_3_full": "חילוץ מטא-DATA באמצעות בינה מלאכותית – מיין סוגי מסמכים ומשוך שדות מפתח כגון סכומים, תאריכים ושמות באמצעות OpenAI.", + "help.workflows_step_4": "מסירה ליעד אחד או יותר", + "help.workflows_step_4_create": "בחר יעד מסירה אחד או יותר.", + "help.workflows_step_5_create": "שמור – מסמכים חדשים יופקו דרך צינור זה אוטומטית.", + "help.workflows_typical_steps": "צעדים טיפוסיים", + "help.workflows_what_is": "מה זה צינור?", + "index.badge_intelligent": "עיבוד מסמכים חכם", + "index.button_browse_files": "עבור על קבצים", + "index.button_upload": "העלה", + "index.capabilities_cloud": "אחסון ענן: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "קליטת מסמכים מבוססת דוא\"ל ו-URL", + "index.capabilities_ocr": "OCR וחילוץ מטא-דאטה בעזרת AI", + "index.capabilities_paperless": "שילוב עם Paperless-ngx לניהול מסמכים", + "index.capabilities_title": "יכולות", + "index.capabilities_workflows": "סיווג ואוטומציה של זרימות עבודה", + "index.cta_description": "הצטרף לצוותים שכבר אוטומטים את עיבוד המסמכים שלהם עם DocuElevate.", + "index.cta_heading": "מוכן להעלות את זרימת העבודה של המסמכים שלך?", + "index.cta_pricing": "ראה מחירים", + "index.cta_signup": "צור חשבון חינם", + "index.dashboard_subtitle": "עיבוד וניהול מסמכים חכמים", + "index.dashboard_subtitle_teams": "עיבוד וניהול מסמכים חכמים – נבנה עבור צוותים", + "index.feature_ai": "חילוץ מטא-דאטה בעזרת AI", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, וספקי AI נוספים מסווגים מסמכים ומשלמים שדות מפתח כמו תאריכים, סכומים ונושאים.", + "index.feature_cloud": "אחסון רב-ענני", + "index.feature_cloud_desc": "נתב קבצים מעובדים ל-Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP ועוד.", + "index.feature_email": "קליטת דוא\"ל ו-IMAP", + "index.feature_email_desc": "חלץ מסמכים אוטומטית מ-Gmail או כל תיבת דוא\"ל IMAP – ללא העלאות ידניות.", + "index.feature_ocr": "OCR וחילוץ טקסט", + "index.feature_ocr_desc": "Azure Document Intelligence ממירה PDF סרוק ודימויים לטקסט שניתן לחפש בו אוטומטית.", + "index.feature_pipelines": "צינורות מותאמים אישית", + "index.feature_pipelines_desc": "בנה צינורות עיבוד עם שלבים ניתנים להגדרה – OCR, חילוץ AI, המרת פורמט ונתוב אחסון בכל סדר.", + "index.feature_search": "חיפוש טקסט מלא", + "index.feature_search_desc": "מצא כל מסמך מיידית לפי תוכן, מטא-דאטה או תגים בכל הארכיון שלך.", + "index.feature_section_title": "כל מה שאתה צריך לזרימות עבודה חכמות של מסמכים", + "index.getting_started": "מתחילים", + "index.getting_started_1": "הגדר אינטגרציות דרך מצב המערכת", + "index.getting_started_2": "העלה את המסמך הראשון שלך", + "index.getting_started_3": "סקור תוצאות בקבצים", + "index.getting_started_learn": "למד עוד על DocuElevate", + "index.hero_description": "DocuElevate קולט את המסמכים שלך, מבצע OCR, מוציא מטא-נתונים בעזרת AI, ומנתב קבצים ל-Dropbox, Google Drive, OneDrive, S3, Nextcloud ועוד – הכל בפייפליין חלק.", + "index.hero_heading": "מעמידה לה Insight – אוטומטית.", + "index.hero_login": "התחבר", + "index.hero_pricing": "הצג תוכניות ומחירים", + "index.hero_signup": "התחל – זה בחינם", + "index.integrations_active": "אינטגרציות פעילות", + "index.integrations_storage": "מטרות אחסון", + "index.integrations_title": "אינטגרציות", + "index.integrations_view_status": "הצג מצב מערכת", + "index.page_title_dashboard": "לוח בקרה", + "index.page_title_public": "עיבוד מסמכים אינטליגנטי", + "index.platform_overview": "סקירה של הפלטפורמה", + "index.processing_stats": "סטטיסטיקות עיבוד", + "index.quick_actions": "פעולות מהירות", + "index.quick_documents": "המסמכים שלי", + "index.quick_documents_desc": "גלוש בקבצים המוכנים שלך", + "index.quick_search": "חיפוש", + "index.quick_search_desc": "חיפוש מלא בטקסט במסמכים", + "index.quick_subscription": "המנוי שלי", + "index.quick_subscription_desc": "הצג פרטי תוכנית ושימוש", + "index.quick_system_status": "מצב המערכת", + "index.quick_system_status_desc": "בדוק את בריאות האינטגרציה", + "index.quick_upload": "העלאת מסמך", + "index.quick_upload_desc": "עבד קובץ חדש", + "index.quick_view_files": "ראה את כל הקבצים", + "index.quick_view_files_desc": "גלוש במסמכים המעובדים", + "index.single_user_heading": "לוח הבקרה של DocuElevate", + "index.single_user_subtitle": "עיבוד וניהול מסמכים אינטליגנטיים", + "index.stat_active_integrations": "אינטגרציות פעילות", + "index.stat_active_users": "משתמשים פעילים", + "index.stat_files_month": "קבצים החודש", + "index.stat_files_ocr": "קבצים עם OCR", + "index.stat_files_today": "קבצים היום", + "index.stat_storage_targets": "מטרות אחסון", + "index.stat_this_month": "החודש הזה", + "index.stat_today": "היום", + "index.stat_total_files": "סך הכל קבצים", + "index.stat_total_processed": "סה\"כ מעובד", + "index.tier_plan": "תוכנית", + "index.tier_upgrade": "שדרוג", + "index.tier_view_details": "הצג פרטים מלאים", + "index.upgrade_daily_limits": "גבולות יומיים וחודשיים גבוהים יותר", + "index.upgrade_description": "שחרר מסמכים נוספים, יעדים נוספים ותמיכה עדכנית.", + "index.upgrade_destinations": "יותר יעדי אחסון", + "index.upgrade_ocr_pages": "יותר דפי OCR", + "index.upgrade_plan": "שדרג את התוכנית שלך", + "index.upgrade_view_pricing": "ראה תוכניות ומחירים", + "index.usage_lifetime": "קבצים לצמיתות", + "index.usage_month": "קבצים החודש", + "index.usage_my_usage": "השימוש שלי", + "index.usage_today": "קבצים היום", + "index.usage_unlimited": "אי-מוגבל", + "integrations.access_key_label": "מפתח גישה", + "integrations.active_label": "פעיל", + "integrations.add_button": "הוסף אינטגרציה", + "integrations.add_first_button": "הוסף את האינטגרציה הראשונה שלך", + "integrations.api_token_label": "טוקן API", + "integrations.authorize_btn": "אשר", + "integrations.authorize_reauth": "אשר מחדש", + "integrations.bucket_label": "דלי", + "integrations.configure": "הגדר", + "integrations.connect": "התחבר", + "integrations.connected": "מחובר", + "integrations.connection_failed": "החיבור נכשל", + "integrations.connection_success": "החיבור הצליח", + "integrations.delete_confirm_are_you_sure": "האם אתה בטוח שברצונך למחוק", + "integrations.delete_confirm_title": "מחק אינטגרציה?", + "integrations.delete_confirm_undone": "פעולה זו אינה ניתנת לביטול.", + "integrations.delete_emails_label": "מחק מיילים לאחר עיבוד", + "integrations.delete_files_label": "מחק קבצים לאחר עיבוד", + "integrations.destinations_quota_label": "יעדי אחסון:", + "integrations.destinations_section": "יעדים", + "integrations.direction_destination": "יעד (אחסון)", + "integrations.direction_label": "כיוון", + "integrations.direction_placeholder": "\u0007E בחר \u0007E", + "integrations.direction_source": "מקור (קליטה)", + "integrations.disconnect": "נתק", + "integrations.email_settings": "הגדרות העברת מייל", + "integrations.empty_state": "אין אינטגרציות מוגדרות", + "integrations.endpoint_label": "כתובת URL של נקודת קצה", + "integrations.endpoint_optional": "(אופציונלי, עבור S3 תואם)", + "integrations.folder_label": "תיקייה", + "integrations.folder_optional": "(אופציונלי)", + "integrations.folder_path_label": "נתיב תיקייה", + "integrations.folder_prefix_label": "קידומת תיקייה", + "integrations.generic_settings_hint": "הגדרה עבור סוג אינטגרציה זה יכולה להינתן כ-JSON לאחר יצירה דרך ה-API.", + "integrations.gmail_hint": "תיוגים וכוכביות Gmail: כאשר מופעל, מיילים מעובדים מקבלים כוכב ותווית \"נקלט\" ב-Gmail. חל רק על שרתי Gmail.", + "integrations.gmail_labels": "החלת תוויות וכוכבים של Gmail", + "integrations.host_label": "מארח", + "integrations.imap_settings": "הגדרות IMAP", + "integrations.loading": "טוען אינטגרציות\u0007E", + "integrations.modal_close": "סגור מודאל", + "integrations.modal_title_add": "הוסף אינטגרציה", + "integrations.modal_title_edit": "ערוך אינטגרציה", + "integrations.name_label": "תווית", + "integrations.name_placeholder": "לדוגמה. גימייל בעבודה, ארכיון S3", + "integrations.nextcloud_settings": "הגדרות Nextcloud", + "integrations.nextcloud_url_label": "כתובת URL של Nextcloud", + "integrations.no_integrations_body": "הוסף את האינטגרציה הראשונה שלך כדי לחבר מקורות קליטת נתונים (כמו IMAP) ויעדי אחסון (כמו S3, Dropbox או Google Drive).", + "integrations.not_connected": "לא מחובר", + "integrations.oauth_folder_label": "תיקייה", + "integrations.oauth_hint": "שמור את האינטגרציה הזו קודם, ואז השתמש בלחצן האישור להשלמת זרימת ה-OAuth. האישורים שלך יישמרו בבטחה בהקלטה האישית שלך.", + "integrations.page_title": "אינטגרציות", + "integrations.paperless_settings": "הגדרות Paperless NGX", + "integrations.password_label": "סיסמה", + "integrations.paused": "מושהה", + "integrations.plan_label": "תוכנית:", + "integrations.port_label": "פורט", + "integrations.quota_not_available": "(לא זמין)", + "integrations.quota_unlimited": "/ בלתי מוגבל", + "integrations.recipient_label": "אימייל המקבל", + "integrations.region_label": "אזור", + "integrations.remote_path_label": "נתיב מרחוק", + "integrations.s3_prefix_label": "קידומת (נתיב תיקייה)", + "integrations.s3_settings": "הגדרות S3", + "integrations.secret_key_label": "מפתח גישה סודי", + "integrations.show_password": "הצג סיסמה", + "integrations.show_secrets": "הצג סודות", + "integrations.show_token": "הצג אסימון", + "integrations.source_local": "מערכת קבצים מקומית", + "integrations.source_type_label": "סוג מקור", + "integrations.sources_quota_label": "מקורות דואר נכנס:", + "integrations.sources_section": "מקורות", + "integrations.subtitle": "נהל את מקורות קליטת הנתונים ויעדי האחסון שלך במקום אחד.", + "integrations.title": "אינטגרציות", + "integrations.type_label": "סוג אינטגרציה", + "integrations.type_placeholder": "\u001024 בחר כיוון קודם \u001024", + "integrations.upgrade_plan": "שדרג תוכנית", + "integrations.use_ssl": "השתמש ב-SSL", + "integrations.username_label": "שם משתמש", + "integrations.watch_folder_settings": "הגדרות תיקיית מעקב", + "integrations.webdav_settings": "הגדרות WebDAV", + "integrations.webdav_url_label": "כתובת URL של WebDAV", + "integrations.webhook_heading": "קליטת Webhook", + "integrations.webhook_how_heading": "איך עובדת קליטת Webhook", + "integrations.webhook_how_text": "אינטגרציה של webhook מאפשרת למערכות חיצוניות לדחוף מסמכים ישירות לתוך DocuElevate דרך ה-REST API. במקום שDocuElevate יחפש קבצים חדשים (כמו IMAP), היישום שלך שולח קבצים לDocuElevate באמצעות בקשת HTTP עם אסימון API לאימות.", + "integrations.webhook_ideal_text": "זה אידיאלי לצינורות CI/CD, סקריפטי אוטומציה, אינטגרציות סורקים, או כל מערכת שמייצרת מסמכים וצריכה לשלוח אותם לעיבוד.", + "integrations.webhook_quick_start": "התחלה מהירה", + "integrations.webhook_security_tip": "צור אסימון API ייעודי לכל אינטגרציה ובטל אותו מיד אם נמצא פגיע. אסימונים יכולים להתנהל בדף אסימוני ה-API.", + "integrations.webhook_step1": "גש ל{api_tokens_link} וצור אסימון אישי.", + "integrations.webhook_upload_with_token": "השתמש באסימון כדי להעלות מסמכים דרך ה-API:", + "language.bg": "בּוּלְגָּרִית", + "language.ca": "קטלונית", + "language.change_success": "שפה שונתה ל-{language}", + "language.changed": "שפה שונתה ל-{language}", + "language.cs": "צ'כית", + "language.da": "דנית", + "language.de": "גרמנית", + "language.el": "יוונית", + "language.en": "אנגלית", + "language.es": "ספרדית", + "language.et": "אסטונית", + "language.fi": "פינית", + "language.fr": "צרפתית", + "language.ga": "גאלית", + "language.hr": "קרואטית", + "language.hu": "הונגרית", + "language.is": "איסלנדית", + "language.it": "איטלקית", + "language.lb": "לוקסמבורגית", + "language.lt": "ליטאית", + "language.lv": "לטבית", + "language.nb": "נורווגית", + "language.nl": "הולנדית", + "language.no_results": "לא נמצאו שפות", + "language.pl": "פולנית", + "language.pt": "פורטוגזית", + "language.ro": "רומנית", + "language.ru": "רוסית", + "language.search_placeholder": "חפש שפות\n", + "language.selector": "שפה", + "language.selector_label": "בחר שפה", + "language.sk": "סלובקית", + "language.sl": "סלובנית", + "language.sv": "שבדית", + "language.tr": "טורקית", + "language.uk": "אוקראינית", + "language.zh": "סינית", + "nav.about": "על", + "nav.account_menu": "תפריט חשבון", + "nav.account_menu_for": "תפריט חשבון עבור {name}", + "nav.admin": "מנהל", + "nav.admin.audit_logs": "יומני אודיט", + "nav.admin.backups": "גיבויים", + "nav.admin.plans": "תוכניות", + "nav.admin.scheduled_jobs": "עבודות מתוזמנות", + "nav.admin.users": "משתמשים", + "nav.admin_actions": "פעולות מנהל", + "nav.admin_menu": "תפריט מנהל", + "nav.api_docs": "מסמכי API", + "nav.api_tokens": "אסימוני API", + "nav.backup_restore": "גיבוי ושחזור", + "nav.credentials": "אישורים", + "nav.dark_mode": "מצב כהה", + "nav.dashboard": "לוח מחוונים", + "nav.developer_docs": "מסמכי מפתחים", + "nav.duplicates": "שכפולים", + "nav.file_manager": "מנהל קבצים", + "nav.files": "קבצים", + "nav.get_started": "תחל", + "nav.help": "עזרה", + "nav.help_center": "מרכז עזרה", + "nav.imap": "ייבוא דואר אלקטרוני", + "nav.integrations": "אינטגרציות", + "nav.light_mode": "מצב בהיר", + "nav.login": "התחבר", + "nav.logout": "התנתק", + "nav.main_navigation": "ניווט ראשי", + "nav.my_subscription": "המנוי שלי", + "nav.notifications": "התראות", + "nav.open_main_menu": "פתח תפריט ראשי", + "nav.pipelines": "צינורות", + "nav.plan_designer": "מעצב תוכניות", + "nav.pricing": "מחירים", + "nav.profile": "פרופיל", + "nav.profile_settings": "הגדרות פרופיל", + "nav.queue": "תור", + "nav.queue_monitor": "מנטר תור", + "nav.scheduled_jobs": "עבודות מתוזמנות", + "nav.search": "חיפוש", + "nav.settings": "הגדרות", + "nav.shared_links": "קישורים משותפים", + "nav.sign_out": "התנתק", + "nav.signup": "הרשמה", + "nav.similarity": "דמיון", + "nav.skip_to_content": "דלג לתוכן הראשי", + "nav.status": "סטטוס", + "nav.subscription": "מנוי", + "nav.toggle_dark_mode": "כבה מצב חשוך", + "nav.toggle_nav": "החלף תפריט ניווט", + "nav.upload": "העלה", + "nav.users": "משתמשים", + "nav.version": "מידע על גרסה", + "notifications.filter_all": "כולם", + "notifications.filter_read": "רק נקרא", + "notifications.filter_unread": "רק לא נקרא", + "notifications.manage_desc": "נהל את תיבת ההודעות שלך, מטרות, והעדפות אירועים", + "notifications.mark_all_read": "סמן הכל כנקרא", + "notifications.mark_all_read_btn": "סמן את כולם כנקראים", + "notifications.mark_read": "סמן כנקרא", + "notifications.no_notifications": "אין התראות", + "notifications.page_title": "התראות", + "notifications.tab_inbox": "תיבת דואר נכנס", + "notifications.tab_settings": "הגדרות", + "notifications.title": "התראות", + "notifications.unread_count": "{count} התראות לא נקראו", + "pipelines.active_label": "פעיל", + "pipelines.add_step_btn": "הוסף שלב", + "pipelines.create": "צור צינור", + "pipelines.custom_label_label": "תווית מותאמת", + "pipelines.default_label": "ברירת מחדל", + "pipelines.description_label": "תיאור", + "pipelines.description_placeholder": "תיאור אופציונלי", + "pipelines.disabled_label": "מנוטרל", + "pipelines.edit": "ערוך צינור", + "pipelines.empty_state": "אין צינורות עדיין", + "pipelines.empty_state_hint": "צור את הצינור הראשון שלך כדי להגדיר תהליכי עיבוד מסמכים מותאמים.", + "pipelines.enabled_label": "מאופשר", + "pipelines.force_cloud_ocr_label": "כפה OCR בענן (דלג על חילוץ טקסט מקומי)", + "pipelines.inactive_label": "לא פעיל", + "pipelines.loading": "טוען צינורות\b5", + "pipelines.name_placeholder": "הצינור שלי", + "pipelines.new_pipeline_btn": "צינור חדש", + "pipelines.no_steps": "אין שלבים מוגדרים. הוסף שלב כדי להתחיל לבנות את הצינור שלך.", + "pipelines.ocr_auto": "אוטומטי (שימוש בהגדרת ברירת המחדל של המערכת)", + "pipelines.ocr_language_hint": "מחליף את הגדרת השפה הגלובלית עבור Tesseract/EasyOCR. Azure ו-Mistral מזהים אוטומטית את השפה.", + "pipelines.ocr_language_label": "שפת OCR", + "pipelines.optional_suffix": "(אופציונלי)", + "pipelines.page_title": "עיבוד צינורות", + "pipelines.set_default": "הגדר כצינור ברירת מחדל שלי", + "pipelines.step_label_placeholder": "מחליף את שם השלב המוגדר כבררת מחדל", + "pipelines.step_type_label": "סוג שלב", + "pipelines.subtitle_intro": "הגדר וניהול תהליכי עיבוד מסמכים מותאמים.", + "pipelines.subtitle_system_post": "סמל ונראים לכל המשתמשים.", + "pipelines.subtitle_system_pre": "צינורות מערכת (שהיווצרו על ידי מנהלים) מוצגים עם", + "pipelines.system_label": "מערכת", + "pipelines.system_pipeline_label": "צינור מערכת (נראה לכל המשתמשים)", + "pipelines.title": "עיבוד צינורות", + "profile.avatar_alt": "תמונת הפרופיל שלך", + "profile.avatar_heading": "תמונת פרופיל", + "profile.avatar_remove": "מחק תמונת פרופיל מותאמת", + "profile.avatar_upload_hint": "העלה תמונה בפורמט JPEG, PNG, GIF, או WebP עד 2 MB. אם לא הוגדרה תמונה מותאמת, התמונה שלך ב-{gravatar} תוצג.", + "profile.choose_image": "בחר תמונה\n", + "profile.confirm_password": "אשר סיסמה חדשה", + "profile.contact_email_hint": "משמש להודעות מערכת. זה לא משנה את כתובת האימייל שלך לצורך כניסה.", + "profile.contact_email_label": "אימייל ליצירת קשר / הודעות", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "סיסמה נוכחית", + "profile.dismiss": "סגור", + "profile.display_name_hint": "השאר ריק כדי להשתמש בשם המשתמש או האימייל של חשבונך.", + "profile.display_name_label": "שם תצוגה", + "profile.display_name_placeholder": "שמך כפי שמופיע בממשק", + "profile.general_heading": "מידע כללי", + "profile.gravatar_link": "Gravatar", + "profile.heading": "הגדרות פרופיל", + "profile.language_auto_detect": "זיהוי אוטומטי (מהדפדפן)", + "profile.language_hint": "בחר את שפת הממשק המועדפת עליך. “זיהוי אוטומטי” עוקב אחר הגדרות הדפדפן שלך.", + "profile.language_label": "שפת ממשק", + "profile.new_password": "סיסמה חדשה", + "profile.new_password_hint": "מינימום 8 תווים.", + "profile.page_title": "הגדרות פרופיל – DocuElevate", + "profile.password_heading": "שנה סיסמה", + "profile.preferences_heading": "העדפות", + "profile.save_button": "שמור שינויים", + "profile.saving": "שומר\n", + "profile.subtitle": "נהל את שם התצוגה, תמונת הפרופיל, שפה והעדפות ערכת נושא שלך.", + "profile.theme_dark": "כהה", + "profile.theme_hint": " “ברירת מחדל של מערכת” עוקבת אחר הגדרות מצב כהה של המכשיר שלך.", + "profile.theme_label": "ערכת צבעים", + "profile.theme_light": "בהיר", + "profile.theme_system": "ברירת מחדל של מערכת", + "profile.update_password": "עדכן סיסמה", + "profile.updating": "מעדכן\t", + "queue.active_tasks": "משימות פעילות", + "queue.auto_refresh_1": "מתעדכן אוטומטית כל", + "queue.auto_refresh_2": "שניות", + "queue.col_arguments": "ארגומנטים", + "queue.col_current_step": "שלב נוכחי", + "queue.col_file": "קובץ", + "queue.col_files": "קבצים", + "queue.col_queue": "תור", + "queue.col_state": "מצב", + "queue.col_task": "משימה", + "queue.col_task_id": "מזהה משימה", + "queue.files_processing": "מעבד קבצים", + "queue.heading": "מנטר תור", + "queue.last_updated": "עודכן לאחרונה:", + "queue.loading_stats": "טוען נתוני תור\n0…", + "queue.no_active_tasks": "אין משימות פעילות", + "queue.no_data": "אין נתונים", + "queue.no_files_processing": "אין קבצים בעיבוד כרגע", + "queue.page_title": "מנטר תור", + "queue.processing_pipeline": "צינור עיבוד", + "queue.queued_tasks": "משימות בתור", + "queue.recently_processing": "קבצים בעיבוד לאחרונה", + "queue.redis_queues": "התורים של Redis", + "queue.subtitle": "תצוגה בזמן אמת של צנרת עיבוד המסמכים ותורי משימות Celery.", + "queue.workers_online": "עובדים מקוונים", + "search.button": "חפש", + "search.error_message": "החיפוש אינו זמין כרגע. אנא נסה שוב בעוד רגע.", + "search.filter_aria_clear": "נקה את כל הסינונים", + "search.filter_clear_button": "נקה סינונים", + "search.filter_date_from": "תאריך מ", + "search.filter_date_to": "תאריך עד", + "search.filter_document_type": "סוג מסמך", + "search.filter_document_type_placeholder": "למשל, חשבונית", + "search.filter_language": "שפה", + "search.filter_language_placeholder": "למשל, de", + "search.filter_sender": "שולח", + "search.filter_sender_placeholder": "למשל, ACME Corp", + "search.filter_tags": "תוויות", + "search.filter_tags_placeholder": "למשל, amazon", + "search.filter_text_quality": "איכות טקסט", + "search.filter_text_quality_all": "כל", + "search.filter_text_quality_high": "גבוה", + "search.filter_text_quality_low": " נמוך", + "search.filter_text_quality_medium": "בינוני", + "search.filter_text_quality_no_text": "אין טקסט", + "search.heading": "חיפוש מסמכים", + "search.input_aria_label": "חפש מסמכים", + "search.input_placeholder": "חפש מסמכים לפי תוכן, שולח, תגים, סוג...", + "search.loading_indicator": "מחפש…", + "search.no_results": "לא נמצאו תוצאות", + "search.page_title": "חיפוש מסמכים", + "search.placeholder": "חפש לפי שם קובץ, תוכן, תגים...", + "search.result_empty": "לא נמצאו מסמכים התואמים לשאילתא שלך.", + "search.results_count": "נמצאו {count} תוצאות", + "search.saved_aria_save": "שמור חיפוש נוכחי", + "search.saved_button": "שמור נוכחי", + "search.saved_empty": "עד כה אין חיפושים שנשמרו", + "search.saved_error": "לא ניתן לטעון חיפושים שנשמרו", + "search.saved_label": "חיפושים שנשמרו", + "search.saved_loading": "טוען...", + "search.title": "חיפוש מסמכים", + "settings.audit_log_btn": "יומן ביקורת", + "settings.autocomplete_hint": "הקלד כדי לחפש ערכים ידועים, או הכנס ערך מותאם אישית.", + "settings.autocomplete_no_matches": "אין התאמות — תוכל עדיין להקליד ערך מותאם אישית", + "settings.autocomplete_placeholder": "הקלד כדי לחפש או להזין ערך…", + "settings.boolean_enable_prefix": "אפשר", + "settings.categories_aria": "קטגוריות הגדרות", + "settings.categories_heading": "קטגוריות", + "settings.db_wizard_btn": "מ wizard של DB", + "settings.effective_value_label": "ערך אפקטיבי:", + "settings.encrypted_suffix": "= מוצפן במנוחה", + "settings.encrypted_title": "הערך מוצפן במנוחה בבסיס הנתונים", + "settings.export_btn": "ייצוא", + "settings.export_db_only": "הגדרות DB בלבד", + "settings.export_full_config": "תצורה אפקטיבית מלאה", + "settings.jump_to_category": "דלגו לקטגוריה…", + "settings.manage_config_prefix": "נהל תצורה. עדיפות:", + "settings.model_picker_hint": "בחר מהרשימה או הקלד שם מודל כלשהו התומך על ידי הספק שלך.", + "settings.model_picker_placeholder": "בחר מודל נפוץ או הקלד שם מותאם אישית…", + "settings.no_results_clear": "נקה את החיפוש", + "settings.no_results_heading": "לא נמצאו הגדרות", + "settings.no_results_hint": "נסה מונח חיפוש שונה או", + "settings.page_heading": "הגדרות אפליקציה", + "settings.required_label": "(דרוש)", + "settings.reset_confirm": "האם אתה בטוח שברצונך לאפס את ההגדרה הזו?", + "settings.restart_required_suffix": "= דרוש הפעלה מחדש", + "settings.revert_btn": "מחק מהDB", + "settings.revert_title": "מחק את ההגדרה של DB והחזר למשתנה הסביבה או ברירת המחדל", + "settings.reverting": "מוחזר\u0005...", + "settings.save_all_btn": "שמור את כל השינויים", + "settings.save_error": "נכשל בשמירת ההגדרה", + "settings.save_setting_title": "שמור הגדרה זו", + "settings.save_success": "ההגדרה נשמרה בהצלחה", + "settings.saving_state": "שמור\u0005...", + "settings.search_aria_label": "חפש הגדרות", + "settings.search_clear_aria": "נקה חיפוש", + "settings.search_placeholder": "חפש הגדרות לפי שם, מפתח או תיאור\u0005...", + "settings.settings_count_suffix": "הגדרות", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", + "settings.source_default_badge": "ברירת מחדל", + "settings.source_env_badge": "סביבה", + "settings.title": "הגדרות", + "settings.toggle_visibility_aria": "החלף בין Sichtbarkeit des Passworts", + "settings.toggle_visibility_title": "הצג/הסתיר ערך", + "settings.user_autocomplete_empty": "לא נמצאו משתמשים תואמים", + "settings.user_autocomplete_hint": "הקלד כדי לחפש משתמשים קיימים לפי שם, או הקלד כל מזהה באופן ידני.", + "settings.user_autocomplete_placeholder": "התחל להקליד כדי לחפש משתמשים\u0005...", + "settings.wizard_btn": "מדריך", + "shared.col_expiry": "תאריך פקיעה", + "shared.col_file_label": "קובץ / תווית", + "shared.col_link": "קישור", + "shared.col_views": "צפיות", + "shared.copy_link_aria": "העתק קישור ללוח", + "shared.copy_link_title": "העתק קישור", + "shared.create_btn": "צור קישור", + "shared.create_heading": "צור קישור משותף חדש", + "shared.creating": "יוצר\u0005...", + "shared.expiry_12h": "12 שעות", + "shared.expiry_14d": "14 ימים", + "shared.expiry_1h": "שעה אחת", + "shared.expiry_24h": "24 שעות (יום אחד)", + "shared.expiry_30d": "30 ימים", + "shared.expiry_3d": "3 ימים", + "shared.expiry_6h": "6 שעות", + "shared.expiry_7d": "7 ימים", + "shared.expiry_label": "תאריך פקיעה", + "shared.expiry_never": "לעולם לא", + "shared.file_id_help_post": "עמוד או בקישור לפרטי המסמך.", + "shared.file_id_help_pre": "מצא את מזהה הקובץ ב", + "shared.file_id_label": "מזהה קובץ", + "shared.file_id_placeholder": "למשל 42", + "shared.files_link": "קבצים", + "shared.heading": "קישורים משותפים", + "shared.label_label": "תווית", + "shared.label_placeholder": "למשל, משותף עם בוב", + "shared.link_created": "קישור שותף נוצר!", + "shared.link_created_help": "העתק ושלח את הקישור הזה למקבל.", + "shared.links_count_aria": "מספר הקישורים", + "shared.max_downloads_label": "הורדות מקסימליות", + "shared.no_links": "אין קישורים משותפים עדיין. צור אחד למעלה כדי להתחיל.", + "shared.open_in_new_tab": "פתח בטאב חדש", + "shared.open_link_aria": "פתח קישור משותף", + "shared.optional": "(לא חובה)", + "shared.page_title": "קישורים משותפים – DocuElevate", + "shared.password_label": "סיסמה", + "shared.password_placeholder": "השאר ריק ללא סיסמה", + "shared.password_protected": "מוגן בסיסמה", + "shared.refresh_aria": "רענן רשימת קישורים משותפים", + "shared.revoke_aria_prefix": "בטל קישור משותף עבור", + "shared.revoke_btn": "בטל", + "shared.status_active": "פעיל", + "shared.status_expired": "פג תוקף", + "shared.status_limit_reached": "הגעת למגבלה", + "shared.status_revoked": "בוטל", + "shared.subtitle": "שתף מסמכים עם כל אחד דרך קישור מוגבל בזמן או מוגבל תצוגה. המקבלים לא צריכים שהייתי חשבון ב-DocuElevate. קישורים יכולים להיות מוגנים בסיסמה וביטול בכל עת.", + "shared.table_aria": "קישורים משותפים", + "shared.unlimited_placeholder": "ללא הגבלה", + "shared.your_links": "הקישורים המשותפים שלך", + "similarity.backfill_auto": "המשימה ברקע תחשב אותם באופן אוטומטי כל 5 דקות, או שתוכל", + "similarity.files_missing_text": "קובץ(ים) יש טקסט OCR אבל אין עדכון עדיין.", + "similarity.find_pairs_btn": "מצא זוגות", + "similarity.heading": "דמיון מסמכים", + "similarity.load_error": "נכשל בלחייב זוגות.", + "similarity.min_similarity_label": "מינימום דמיון", + "similarity.no_pairs_detail": "אין זוגות מסמכים שעוברים את הסף לדמיון.", + "similarity.no_pairs_heading": "לא נמצאו זוגות דומים", + "similarity.page_title": "דמיון מסמכים - DocuElevate", + "similarity.pagination_aria": "דימויי זוגות דפים", + "similarity.per_page_label": "לפי עמוד", + "similarity.scanning": "סריקה עבור דימויי זוגות מסמכים\u000206", + "similarity.stat_embedding_model": "מודל הטמעה", + "similarity.stat_missing_embedding": "הטמעה חסרה", + "similarity.stat_total_files": "סך הקבצים", + "similarity.stat_with_embedding": "עם הטמעה", + "similarity.subtitle": "זוגות מסמכים עם דמיון סמנטי גבוה, מדורגים לפי ציון.", + "similarity.trigger_aria": "הפעל חישוב הטמעה לכל הקבצים החסרים הטמעות", + "similarity.trigger_now": "הפעל עכשיו", + "status.app_version": "גרסת אפליקציה", + "status.build_date": "תאריך בנייה", + "status.container_id": "מזהה מיכל", + "status.git_commit": "התחייבות גיט", + "status.last_check": "בדיקה אחרונה", + "status.page_title": "סטטוס מערכת", + "status.setting_label": "הגדרה", + "status.value_label": "ערך", + "subscription.available_plans_heading": "תוכניות זמינות", + "subscription.back_to_dashboard": "חזרה ללוח הבקרה", + "subscription.cancel_pending": "לבטל שינוי", + "subscription.cancel_scheduled": "לבטל שינוי מתוכנן", + "subscription.contact_sales": "צור קשר עם מכירות", + "subscription.current_badge": "נוכחי", + "subscription.current_plan": "תכנית נוכחית", + "subscription.current_plan_cta": "התכנית הנוכחית שלך", + "subscription.downgrade_to_prefix": "הורדה ל", + "subscription.features_heading": "מה כלול בתכנית שלך", + "subscription.free": "חינם", + "subscription.heading": "המנוי שלי", + "subscription.keep_plan_prefix": "שמור", + "subscription.lifetime_files": "קבצים סך הכול (לכל החיים)", + "subscription.month_files": "קבצים החודש", + "subscription.more_features_label": "יותר", + "subscription.page_title": "המנוי שלי – DocuElevate", + "subscription.pending_badge": "ממתין", + "subscription.pending_benefits": "אתה שומר על כל היתרונות של התכנית הנוכחית עד אז.", + "subscription.pending_on": "על", + "subscription.pending_title": "שינוי תכנית ממתין מתוכנן", + "subscription.pending_will_change": "התכנית שלך תשתנה ל", + "subscription.per_mo": "/חודש", + "subscription.per_month": "/חודש", + "subscription.since": "מאז", + "subscription.single_user_body": "רמות המנוי חלות כאשר מצב רב משתמשים פעיל. המופע שלך פועל כרגע במצב משתמש אחד ללא הגבלות עיבוד. מנהל יכול להפעיל את מצב רב המשתמשים דרך {settings_link}.", + "subscription.single_user_title": "מצב רב משתמשים לא מופעל.", + "subscription.subtitle": "התכנית הנוכחית שלך, השימוש ושדרוגים זמינים.", + "subscription.this_month_label": "החודש הזה", + "subscription.today_files": "קבצים היום", + "subscription.today_label": "היום", + "subscription.unlimited": "בלתי מוגבל", + "subscription.upgrade_info": "שדרוגים נכנסים לתוקף מיד. הורדות מתוכננות לסוף תקופת החיוב הנוכחית שלך.", + "subscription.upgrade_to_prefix": "שדרוג ל", + "subscription.usage_heading": "שימוש", + "upload.browse_button": "עיון בקבצים", + "upload.button_processing": "מעבד...", + "upload.camera_button": "צלם תמונה / סרוק מסמך", + "upload.download_button": "הורד ועבד", + "upload.downloading": "מוריד קובץ מ-URL...", + "upload.drag_drop": "גרור והשלך קבצים כאן או לחץ כדי לעיין", + "upload.drop_hint_desktop": "גרור והשלך קבצים או תיקיות כאן, או לחץ כדי לבחור קבצים.", + "upload.drop_hint_mobile": "הקלק כדי לבחור קבצים או השתמש בלחצן המצלמה למטה.", + "upload.drop_zone_aria": "אזור העלאת קבצים. גרור והשלך קבצים כאן, או לחץ על Enter כדי לעיין בקבצים.", + "upload.error": "העלאה נכשלה", + "upload.error_invalid_url": "פורמט URL לא חוקי", + "upload.error_url_required": "אנא הזן URL", + "upload.file_size_hint": "גודל מקסימלי: 500 MB לקובץ", + "upload.file_types": "סוגים מותר: PDF, מסמכי משרד (Word, Excel, PowerPoint וכו'), תמונות", + "upload.filename_description": "השאר ריק כדי להשתמש בשם הקובץ מה-URL", + "upload.filename_label": "שם קובץ (אופציונלי)", "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "upload.max_size": "גודל מקסימלי לקובץ: {size}", + "upload.page_title": "העלאת קבצים", + "upload.section_device": "העלאה מהמכשיר", + "upload.section_url": "העלאה מ-URL", + "upload.select_file": "בחר קובץ", + "upload.success": "הקובץ עלה בהצלחה", + "upload.title": "העלאת מסמך", + "upload.uploading": "מעלה...", + "upload.url_description": "הכנס קישור ישיר לקובץ (PDF, מסמכי אופיס, או תמונות)", + "upload.url_label": "כתובת URL של הקובץ", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/hi.json b/frontend/translations/hi.json new file mode 100644 index 00000000..0a22774d --- /dev/null +++ b/frontend/translations/hi.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "Creator से मिलें", + "about.creator_name": "क्रिश्चियन क्रैकाऊ-लुईस", + "about.creator_pre": "DocuElevate को जुनून के साथ विकसित किया गया है", + "about.features_admin_api": "प्रोग्रामेटिक एक्सेस के लिए शक्तिशाली REST API", + "about.features_admin_config": "पर्यावरण वेरिएबल के माध्यम से अत्यधिक कॉन्फ़िगर करने योग्य", + "about.features_admin_docker": "आसान तैनाती और स्केलिंग के लिए Docker-तैयार", + "about.features_admin_heading": "प्रशासन", + "about.features_admin_oauth2": "Authenticated OAuth2 समर्थन Authentik के साथ", + "about.features_automation_background": "Redis और Celery के साथ बैकग्राउंड प्रोसेसिंग", + "about.features_automation_gmail": "Gmail और सामान्य ईमेल खाता एकीकरण", + "about.features_automation_heading": "स्वचालन", + "about.features_automation_imap": "कई स्रोतों से IMAP इनबॉक्स पोलिंग", + "about.features_automation_ingestion": "विभिन्न इनपुट से स्वचालित दस्तावेज़ अधिग्रहण", + "about.features_heading": "मुख्य विशेषताएँ", + "about.features_integration_cloud": "क्लाउड स्टोरेज: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "एकीकरण और स्टोरेज", + "about.features_integration_multi_dest": "बहु-गंतव्य समर्थन (कई स्थानों में दस्तावेज़ स्टोर करें)", + "about.features_integration_protocols": "ट्रांसफर प्रोटोकॉल: FTP, SFTP, ईमेल फॉरवर्डिंग", + "about.features_integration_selfhosted": "स्व-होस्टेड विकल्प: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "बुद्धिमान दस्तावेज़ वर्गीकरण और दिनांक निकालना", + "about.features_processing_heading": "दस्तावेज़ प्रोसेसिंग", + "about.features_processing_metadata": "एक प्लग करने योग्य AI प्रदाता का उपयोग करके स्वचालित मेटाडेटा निष्कर्षण", + "about.features_processing_ocr": "Azure Document Intelligence द्वारा संचालित OCR", + "about.features_processing_pdf": "Gotenberg के माध्यम से विभिन्न फ़ाइल प्रारूपों के लिए PDF रूपांतरण", + "about.features_processing_upload": "ड्रैग और ड्रॉप समर्थन के साथ सरल और सुरक्षित फ़ाइल अपलोड", + "about.github_logo_alt": "GitHub लोगो", + "about.heading": "DocuElevate के बारे में", + "about.intro_post": " - आपका आधुनिक, बुद्धिमान समाधान दस्तावेज़ प्रोसेसिंग के लिए! हमने DocuElevate का निर्माण पूरी तरह से आपके दस्तावेज़ों को संभालने के तरीके को बदलने के लिए किया है - अपलोड से लेकर निष्कर्षण, प्रोसेसिंग से लेकर स्टोरेज तक।", + "about.intro_pre": "स्वागत है ", + "about.involved_description": "क्या आप कोड में डूबीं, विचारों में योगदान देना चाहते हैं, या DocuElevate के बारे में अधिक जानना चाहते हैं?", + "about.involved_docs": "दस्तावेज़ पढ़ें", + "about.involved_github": "GitHub पर DocuElevate देखें", + "about.involved_heading": "शामिल हों", + "about.involved_website": "DocuElevate वेबसाइट पर जाएँ", + "about.legal_description": "हम आपकी गोपनीयता और डेटा सुरक्षा की परवाह करते हैं। कृपया हमारी समीक्षा करें:", + "about.legal_heading": "गोपनीयता और कानूनी", + "about.legal_license": "लाइसेंस जानकारी", + "about.legal_privacy": "गोपनीयता नोटिस", + "about.page_title": "DocuElevate के बारे में", + "about.story_heading": "हमारी कहानी", + "about.story_p1": "DocuElevate का निर्माण एक लक्ष्य के साथ किया गया था: हर किसी के लिए दस्तावेज़ प्रबंधन को सरल और सुचारू बनाना, चाहे आप एक छोटा स्टार्टअप हों या एक बड़ा उद्यम।", + "about.story_p2": "हम मेटाडेटा निकासी और पाठ सुधार के लिए प्लगबल एआई प्रदाताओं (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, और अधिक) की शक्ति का उपयोग करते हैं, Dropbox, Nextcloud, और Paperless NGX के साथ संगStorage और अनुक्रमण के लिए निर्बाध रूप से एकीकृत करते हैं, OCR के लिए Azure Document Intelligence का लाभ उठाते हैं, और फाइल-से-PDF रूपांतरण के लिए Gotenberg का भी उपयोग करते हैं।", + "api_tokens.col_created": "निर्मित", + "api_tokens.col_last_ip": "अंतिम आईपी", + "api_tokens.col_last_used": "अंतिम उपयोग किया गया", + "api_tokens.col_name": "नाम", + "api_tokens.col_prefix": "टोकन उपसर्ग", + "api_tokens.copy_to_clipboard": "टोकन को क्लिपबोर्ड पर कॉपी करें", + "api_tokens.copy_upload_example": "अपलोड उदाहरण को क्लिपबोर्ड पर कॉपी करें", + "api_tokens.copy_warning_1": "इस टोकन को अभी कॉपी करें — यह", + "api_tokens.copy_warning_2": "फिर कभी नहीं दिखाया जाएगा", + "api_tokens.create_heading": "नया टोकन बनाएं", + "api_tokens.create_token": "टोकन बनाएं", + "api_tokens.creating": "बनाया जा रहा है…", + "api_tokens.heading": "API टोकन", + "api_tokens.intro": "DocuElevate API के साथ प्रोग्रामेटिक रूप से इंटरैक्ट करने के लिए व्यक्तिगत API टोकन बनाएं। वेबहुक अपलोड, CI/CD पाइपलाइनों, या किसी भी स्क्रिप्ट के लिए टोकन का उपयोग करें जिसे दस्तावेज़ अपलोड करने या प्राप्त करने की आवश्यकता होती है।", + "api_tokens.loading_tokens": "टोकन लोड हो रहे हैं…", + "api_tokens.never": "कभी नहीं", + "api_tokens.no_tokens_heading": "अब तक कोई API टोकन नहीं", + "api_tokens.no_tokens_help": "शुरू करने के लिए अपना पहला टोकन ऊपर बनाएं।", + "api_tokens.page_title": "API टोकन – DocuElevate", + "api_tokens.revoke": "रद्द करें", + "api_tokens.revoke_prefix": "टोकन रद्द करें", + "api_tokens.status_active": "सक्रिय", + "api_tokens.status_revoked": "रद्द किया गया", + "api_tokens.table_aria": "API टोकन", + "api_tokens.token_created": "टोकन सफलतापूर्वक बनाया गया!", + "api_tokens.token_name_label": "टोकन नाम", + "api_tokens.token_name_placeholder": "जैसे. CI पाइपलाइन, वेबहुक अपलोड, मेरी स्क्रिप्ट", + "api_tokens.usage_heading": "उपयोग उदाहरण", + "api_tokens.usage_intro_post": "किसी भी API अनुरोध के साथ हैडर:", + "api_tokens.usage_intro_pre": "अपने API टोकन का उपयोग करें", + "api_tokens.your_tokens": "आपके टोकन", + "app.name": "DocuElevate", + "audit.col_ip": "आईपी", + "audit.col_resource": "संसाधन", + "audit.col_timestamp": "टाइमस्टैम्प", + "audit.critical": "महत्वपूर्ण", + "audit.filter_action": "क्रिया", + "audit.filter_all_actions": "सभी क्रियाएँ", + "audit.filter_all_users": "सभी उपयोगकर्ता", + "audit.filter_resource_placeholder": "जैसे: दस्तावेज़, उपयोगकर्ता", + "audit.filter_resource_type": "संसाधन प्रकार", + "audit.filter_severity": "गंभीरता", + "audit.filter_user": "उपयोगकर्ता", + "audit.filters_section_label": "ऑडिट लॉग फ़िल्टर", + "audit.next": "अगला", + "audit.next_label": "अगला पृष्ठ", + "audit.no_events": "अभी तक कोई ऑडिट ईवेंट दर्ज नहीं हुआ है।", + "audit.no_events_hint": "महत्वपूर्ण क्रियाएँ (लॉगिन, दस्तावेज़ संचालन, सेटिंग्स परिवर्तन) यहाँ दिखाई देंगी।", + "audit.page_title": "ऑडिट लॉग - DocuElevate", + "audit.pagination_label": "ऑडिट लॉग पृष्ठांकन", + "audit.prev": "पिछला", + "audit.prev_label": "पिछला पृष्ठ", + "audit.refresh_label": "ऑडिट लॉग को फिर से लोड करें", + "audit.siem_disabled_title": "SIEM फॉरवर्डिंग निष्क्रिय है", + "audit.siem_enabled_title": "ईवेंट अग्रेषित किए जा रहे हैं ", + "audit.siem_off": "SIEM: बंद", + "audit.subtitle": "सभी महत्वपूर्ण क्रियाओं का व्यापक, केवल जोड़ने वाला रिकॉर्ड।", + "audit.table_label": "ऑडिट लॉग ईवेंट", + "audit.title": "ऑडिट लॉग", + "auth.confirm_password": "पासवर्ड की पुष्टि करें", + "auth.create_account": "खाता बनाएं", + "auth.display_name_label": "प्रदर्शित नाम", + "auth.email_label": "ईमेल", + "auth.forgot_password": "पासवर्ड भूल गए?", + "auth.forgot_username": "उपयोगकर्ता नाम भूल गए?", + "auth.login": "लॉग इन करें", + "auth.login_title": "लॉग इन करें", + "auth.logo_alt": "DocuElevate लोगो", + "auth.logout": "लॉग आउट करें", + "auth.my_account": "मेरा खाता", + "auth.no_account": "क्या आपके पास खाता नहीं है?", + "auth.or_continue_with": "या के साथ जारी रखें", + "auth.password_label": "पासवर्ड", + "auth.profile": "प्रोफ़ाइल", + "auth.remember_me": "मुझे याद रखें", + "auth.return_home": "होम पर लौटें", + "auth.sign_in": "साइन इन करें", + "auth.sign_in_sso": "SSO के साथ साइन इन करें", + "auth.sign_in_with": "साइन इन करें", + "auth.sign_in_with_username": "उपयोगकर्ता नाम के साथ साइन इन करें", + "auth.signup": "साइन अप करें", + "auth.signup_title": "साइन अप करें", + "auth.username_label": "उपयोगकर्ता नाम", + "auth.username_or_email": "उपयोगकर्ता नाम या ईमेल", + "auth.verify_email_back_sign_in": "साइन इन पर वापस जाएं", + "auth.verify_email_expiry": "लिंक 24 घंटे में समाप्त हो जाता है। यदि आप ईमेल नहीं देखते हैं, तो अपने स्पैम फ़ोल्डर की जांच करें।", + "auth.verify_email_heading": "अपने इनबॉक्स की जांच करें", + "auth.verify_email_message": "हमने आपको एक सत्यापन ईमेल भेजा है। कृपया अपने खाते को सक्रिय करने के लिए ईमेल में लिंक पर क्लिक करें।", + "auth.verify_email_page_title": "DocuElevate - अपने ईमेल की पुष्टि करें", + "auth.verify_email_resend_aria_label": "फिर से भेजने के लिए ईमेल पता", + "auth.verify_email_resend_button": "सत्यापन ईमेल फिर से भेजें", + "auth.verify_email_resend_label": "ईमेल पता", + "auth.verify_email_resend_placeholder": "अपना ईमेल पता दर्ज करें", + "auth.verify_email_resend_prompt": "क्या आपको यह नहीं मिला?", + "backup.archives_heading": "बैकअप अभिलेखागार", + "backup.backup_now": "अब बैकअप लें", + "backup.clean_up": "साफ करें", + "backup.cleanup_title": "अब रिटेंशन क्लीनअप चलाएँ", + "backup.col_created": "निर्मित", + "backup.col_filename": "फाइल का नाम", + "backup.col_size": "आकार", + "backup.col_storage": "स्टोरेज", + "backup.col_type": "प्रकार", + "backup.config_auto_backup": "ऑटो-बैकअप", + "backup.config_remote_dest": "दूरस्थ गंतव्य", + "backup.config_retention": "रखरखाव", + "backup.config_total_size": "कुल स्थानीय आकार", + "backup.confirm_btn": "पुष्टि करें", + "backup.confirm_title": "कार्य की पुष्टि करें", + "backup.heading": "बैकअप प्रबंधन", + "backup.local_only": "केवल स्थानीय", + "backup.no_backups": "अभी तक कोई बैकअप नहीं।", + "backup.no_backups_hint": "अपना पहला बैकअप बनाने के लिए अब बैकअप पर क्लिक करें।", + "backup.page_title": "बैकअप प्रबंधन", + "backup.records_label": "रेकॉर्ड", + "backup.restore_btn": "पुनर्स्थापित करें", + "backup.restore_desc_mid": "पुनर्स्थापित करने के लिए बैकअप अभिलेखागार।", + "backup.restore_desc_pre": "एक अपलोड करें", + "backup.restore_desc_warning": "यह सभी मौजूदा डेटा को अधिलेखित कर देगा।", + "backup.restore_file_label": "बैकअप आर्काइव (.db.gz)", + "backup.restore_heading": "फ़ाइल से पुनर्स्थापित करें", + "backup.restoring": "पुनर्स्थापित कर रहा है\n\n", + "backup.retention_daily_detail": "\b3 हफ्तों के लिए रखा गया", + "backup.retention_heading": "रखरखाव नीति", + "backup.retention_hourly_detail": "\b4 दिनों के लिए रखा गया", + "backup.retention_note": "इन सीमाओं से आगे बैकअप स्वचालित रूप से प्रत्येक नए बैकअप के बनने के बाद काट दिए जाते हैं।", + "backup.retention_weekly_detail": "\b3 महीनों के लिए रखा गया", + "backup.snapshots": "स्नैपशॉट्स", + "backup.status_ok": "ठीक है", + "backup.storage_local": "स्थानीय", + "backup.subtitle": "डाटाबेस बैकअप स्वचालित रूप से बनाए जाते हैं: प्रति घंटा (4 दिन), दैनिक (3 सप्ताह), साप्ताहिक (13 सप्ताह)।", + "backup.table_aria": "बैकअप आर्काइव", + "backup.trigger_daily": "अब बैकअप लें (दैनिक)", + "backup.trigger_hourly": "अब बैकअप लें (प्रति घंटा)", + "backup.trigger_weekly": "अब बैकअप लें (साप्ताहिक)", + "backup.type_daily": "दैनिक", + "backup.type_hourly": "प्रति घंटा", + "backup.type_weekly": "साप्ताहिक", + "billing.go_to_dashboard": "डैशबोर्ड पर जाएं", + "billing.manage_subscription": "सदस्यता प्रबंधित करें", + "billing.success_heading": "आप तैयार हैं!", + "billing.success_message": "आपकी सदस्यता सक्रिय हो गई है। DocuElevate को चुनने के लिए धन्यवाद!", + "billing.success_page_title": "DocuElevate - सदस्यता सक्रिय की गई", + "common.actions": "क्रियाएँ", + "common.active": "सक्रिय", + "common.all": "सभी", + "common.avatar": "अवतार", + "common.back": "पीछे", + "common.cancel": "रद्द करें", + "common.close": "बंद करें", + "common.col_pending": "लंबित", + "common.completed": "पूरा हुआ", + "common.confirm": "पुष्टिकरण", + "common.copied": "प्रतिलिपि बनाई गई!", + "common.copy": "कॉपी करें", + "common.create": "बनाएं", + "common.created": "बनाया गया", + "common.date": "तारीख", + "common.delete": "हटाएँ", + "common.description": "विवरण", + "common.details": "विवरण", + "common.disabled": "अक्षम", + "common.download": "डाउनलोड", + "common.duplicate": "नकल", + "common.edit": "संपादित करें", + "common.enabled": "सक्षम", + "common.error": "गलती", + "common.failed": "असफल", + "common.filter": "फ़िल्टर", + "common.inactive": "निष्क्रिय", + "common.info": "जानकारी", + "common.loading": "लोड हो रहा है...", + "common.name": "नाम", + "common.next": "अगला", + "common.next_page": "अगला पृष्ठ", + "common.no": "नहीं", + "common.none": "कोई नहीं", + "common.page": "पृष्ठ", + "common.paused": "रुका हुआ", + "common.pending": "लंबित", + "common.prev_page": "पिछला पृष्ठ", + "common.previous": "पिछला", + "common.processing": "प्रसंस्करण", + "common.refresh": "रीफ़्रेश करें", + "common.reset": "रीसेट करें", + "common.retry": "फिर से प्रयास करें", + "common.save": "सहेजें", + "common.search": "खोजें", + "common.select": "चुनें", + "common.select_placeholder": "— चुनें —", + "common.size": "आकार", + "common.status": "स्थिति", + "common.submit": "जमा करें", + "common.success": "सफलता", + "common.tags": "टैग", + "common.test": "परीक्षण", + "common.test_connection": "परीक्षण कनेक्शन", + "common.type": "प्रकार", + "common.update": "अद्यतन", + "common.updated": "अपडेट किया गया", + "common.upload": "अधिग्रहण", + "common.view": "देखें", + "common.warning": "चेतावनी", + "common.yes": "हाँ", + "cookie.accept": "समझ गया", + "cookie.learn_more": "और जानें", + "cookie.message": "यह वेबसाइट आपके अनुभव को बेहतर बनाने के लिए कुकीज़ का उपयोग करती है।", + "cookie.notice": "DocuElevate केवल आवश्यक सत्र कुकीज़ का उपयोग करता है जो प्रमाणीकरण और सेवा संचालन के लिए आवश्यक हैं। कोई ट्रैकिंग या विश्लेषण कुकीज़ का उपयोग नहीं किया जाता है।", + "cookie.notice_label": "कुकी सूचना", + "cookie.policy_link": "कुकी नीति", + "cookie.privacy_link": "गोपनीयता सूचना", + "credentials.col_action": "क्रिया", + "credentials.col_credential": "मान्यता", + "credentials.col_source": "स्रोत", + "credentials.configured": "कॉन्फ़िगर किया गया", + "credentials.edit_in_settings": "सेटिंग्स में संपादित करें", + "credentials.legend_db": "डेटाबेस में संग्रहीत मान (विश्राम में एन्क्रिप्ट किया गया; वातावरण चर को ओवरराइड करता है)", + "credentials.legend_env_after": " फ़ाइल", + "credentials.legend_env_before": "पर्यावरण चर से मान या ", + "credentials.legend_missing": "मान्यता सेट नहीं की गई— एकीकरण काम नहीं करेगा", + "credentials.legend_restart": "जब इस मान्यता को घुमाया जाता है तो पुनः चालू करना आवश्यक है", + "credentials.legend_title": "पौराणिक", + "credentials.manage_settings": "सेटिंग्स प्रबंधित करें", + "credentials.not_configured": "कॉन्फ़िगर नहीं किया गया", + "credentials.page_title": "मान्यता ऑडिट - DocuElevate", + "credentials.raw_json": "कच्चा JSON (API)", + "credentials.restart_title": "इस मान्यता को घुमाने के बाद पुनः चालू करना आवश्यक है", + "credentials.source_db_title": "डेटाबेस में संग्रहीत (एन्क्रिप्टेड)", + "credentials.source_env_title": "पर्यावरण चर से", + "credentials.status_missing": "गायब", + "credentials.subtitle": "DocuElevate द्वारा उपयोग किए गए सभी संवेदनशील मान्यताओं का अवलोकन। यहां कोई गुप्त मान नहीं दिखाए जाते— केवल यह कि प्रत्येक मान्यता कॉन्फ़िगर की गई है और यह कहाँ से आती है।", + "credentials.table_for": "मानताएँ के लिए", + "credentials.title": "मान्यता ऑडिट", + "credentials.total_credentials": "कुल मानताएँ", + "dashboard.active_integrations": "सक्रिय एकीकरण", + "dashboard.files_this_month": "इस महीने की फ़ाइलें", + "dashboard.files_today": "आज की फ़ाइलें", + "dashboard.ocr_processed": "OCR संसाधित", + "dashboard.quick_actions": "त्वरित क्रियाएँ", + "dashboard.recent_activity": "हाल की गतिविधि", + "dashboard.storage_targets": "स्टोरेज लक्ष्य", + "dashboard.title": "डैशबोर्ड", + "dashboard.total_files": "कुल फ़ाइलें", + "dashboard.welcome": "DocuElevate में आपका स्वागत है", + "duplicates.file_id_label": "फाइल आईडी", + "duplicates.file_id_placeholder": "जैसे: 42", + "duplicates.find_btn": "पाएं", + "duplicates.found_files": "कुल डुप्लिकेट फ़ाइल(ें)।", + "duplicates.found_groups": "डुप्लिकेट समूह(ों) के साथ", + "duplicates.found_prefix": "पाया गया", + "duplicates.group_aria": "डुप्लिकेट समूह", + "duplicates.heading": "डुप्लिकेट दस्तावेज़", + "duplicates.how_it_works_heading": "नजदीकी डुप्लिकेट पहचान कैसे काम करती है", + "duplicates.max_results_label": "अधिकतम परिणाम", + "duplicates.near_dup_desc": "एक दस्तावेज़ चुनें ताकि यह जांचा जा सके कि क्या अन्य फ़ाइलों में समान (या बहुत समान) सामग्री है — भले ही उन्हें अलग-अलग समय पर स्कैन किया गया हो और उनके पास विभिन्न SHA-256 हैश हों।", + "duplicates.near_dup_heading": "एक दस्तावेज़ के लिए नजदीकी डुप्लिकेट खोजें", + "duplicates.no_exact_heading": "कोई सटीक डुप्लिकेट नहीं मिला", + "duplicates.page_title": "डुप्लिकेट दस्तावेज़ - DocuElevate", + "duplicates.pagination_aria": "पृष्ठांकन", + "duplicates.role_duplicate": "डुप्लिकेट", + "duplicates.role_original": "मूल", + "duplicates.tab_exact": "सटीक डुप्लिकेट", + "duplicates.tab_near": "नजदीकी डुप्लिकेट खोजने वाला", + "duplicates.tabs_aria": "डुप्लिकेट पहचान टैब", + "duplicates.threshold_label": "समानता थ्रेशोल्ड", + "duplicates.view_dup_aria": "डुप्लिकेट फ़ाइल देखें", + "duplicates.view_original_aria": "मूल फ़ाइल देखें", + "error.404_code": "404", + "error.404_heading": "अरे, हम उस पृष्ठ को खोज नहीं सके!", + "error.404_home": "घर पर लौटें", + "error.404_message": "ऐसा लगता है कि DocuElevate ने उस दस्तावेज़ को गलत जगह रख दिया है जिसे आप खोज रहे थे। चिंता न करें - हम आपकी मदद करने के लिए यहां हैं।", + "error.404_title": "404 - नहीं मिला", + "error.500_code": "500", + "error.500_debug_info": "डिबग जानकारी दिखाएं", + "error.500_description": "हमारे सर्वरों को एक समस्या का सामना करना पड़ा और उन्हें एक क्षण की आवश्यकता है।", + "error.500_heading": "अरे! कुछ गलत हुआ।", + "error.500_home": "घर पर जाएं", + "error.500_img_alt": "सर्वर त्रुटि का चित्रण", + "error.500_message1": "हमारे सर्वरों को एक समस्या का सामना करना पड़ा और उन्हें एक क्षण की आवश्यकता है। शायद हैम्स्टर ने अपना कॉफी गिरा दी?", + "error.500_message2": "हम पहले से ही इस पर हैं— फ़ाइलें सॉर्ट कर रहे हैं, सर्वरों को फिर से शुरू कर रहे हैं, और फ्लक्स कैपेसिटर को फिर से कैलिब्रेट कर रहे हैं।", + "error.500_title": "सर्वर त्रुटि - DocuElevate", + "error.forbidden": "निषिद्ध", + "error.forbidden_message": "आपको इस पृष्ठ तक पहुँचने की अनुमति नहीं है।", + "error.not_found": "पृष्ठ नहीं मिला", + "error.not_found_message": "जिस पृष्ठ की आप तलाश कर रहे हैं, वह मौजूद नहीं है।", + "error.server_error": "आंतरिक सर्वर त्रुटि", + "error.server_error_message": "कुछ गलत हो गया है। कृपया बाद में फिर से प्रयास करें।", + "error.unauthorized": "अनधिकृत", + "error.unauthorized_message": "इस पृष्ठ तक पहुँचने के लिए आपको लॉग इन करना होगा।", + "files.action_delete": "फ़ाइल हटाएँ", + "files.action_details": "विवरण देखें", + "files.action_preview": "त्वरित पूर्वावलोकन", + "files.bulk_clear_selection": "चयन_clear करें", + "files.bulk_cloud_ocr": "क्लाउड OCR फिर से चलाएँ", + "files.bulk_delete": "चयनित हटाएँ", + "files.bulk_download": "ZIP के रूप में डाउनलोड करें", + "files.bulk_reprocess": "चयनित फिर से प्रोसेस करें", + "files.delete_modal_cancel": "रद्द करें", + "files.delete_modal_confirm": "हटाएँ", + "files.delete_modal_message": "क्या आप वाकई इस फ़ाइल को हटाना चाहते हैं?", + "files.delete_modal_title": "हटाने की पुष्टि करें", + "files.document_title": "दस्तावेज़ शीर्षक", + "files.drop_overlay_hint": "PDF, ऑफिस दस्तावेज़, छवियाँ, HTML, मार्कडाउन, और अधिक का समर्थन करता है – फ़ोल्डर पुनरावृत्त रूप से प्रोसेस किए जाते हैं", + "files.drop_overlay_title": "अपलोड करने के लिए कहीं भी फ़ाइलें या फ़ोल्डर छोड़ें", + "files.error_hint": "यह किसी कॉन्फ़िगरेशन या आयात समस्या के कारण हो सकता है। कृपया सर्वर लॉग देखें।", + "files.file_size": "फ़ाइल का आकार", + "files.filename": "फ़ाइल नाम", + "files.files_selected": "चयनित फ़ाइलें", + "files.filter_all_providers": "सभी प्रदाता", + "files.filter_all_statuses": "सभी स्थिति", + "files.filter_all_types": "सभी प्रकार", + "files.filter_apply": "फ़िल्टर लागू करें", + "files.filter_clear": "स्पष्ट करें", + "files.filter_date_from": "तारीख से", + "files.filter_date_from_aria": "तारीख से फ़िल्टर करें", + "files.filter_date_to": "तारीख तक", + "files.filter_date_to_aria": "तारीख तक फ़िल्टर करें", + "files.filter_form_aria": "फ़ाइलों को फ़िल्टर करें", + "files.filter_mime_type": "MIME प्रकार", + "files.filter_ocr_all": "सभी फ़ाइलें", + "files.filter_ocr_good": "अच्छी गुणवत्ता", + "files.filter_ocr_poor": "खराब गुणवत्ता", + "files.filter_ocr_quality": "OCR गुणवत्ता", + "files.filter_ocr_quality_aria": "OCR गुणवत्ता स्कोर द्वारा फ़िल्टर करें", + "files.filter_ocr_unchecked": "अभी तक मूल्यांकित नहीं किया गया", + "files.filter_search_label": "फ़ाइल नाम खोजें", + "files.filter_search_placeholder": "फ़ाइल नाम दर्ज करें...", + "files.filter_storage_provider": "स्टोरेज प्रोवाइडर", + "files.filter_tags_aria": "टैग द्वारा फ़िल्टर करें (कोमा से अलग)", + "files.filter_tags_placeholder": "जैसे। इनवॉइस, अमेज़न", + "files.fulltext_search_label": "पूर्ण-पाठ खोज (OCR पाठ, मेटाडेटा, टैग)", + "files.fulltext_search_placeholder": "दस्तावेज़ सामग्री, प्रेषक, टैग, प्रकार खोजें...", + "files.no_files": "कोई फ़ाइलें नहीं मिलीं", + "files.ocr_status": "OCR स्थिति", + "files.page_title": "फ़ाइल रिकॉर्ड", + "files.pagination_files": "फ़ाइलें", + "files.pagination_first": "पहला", + "files.pagination_last": "आखिरी", + "files.pagination_nav_aria": "फ़ाइल सूची पृष्ठांकन", + "files.pagination_next": "आगे", + "files.pagination_of": "का", + "files.pagination_previous": "पिछला", + "files.pagination_showing": "दिखाना", + "files.preview_modal_close": "पूर्वावलोकन बंद करें", + "files.preview_modal_title": "पूर्वावलोकन", + "files.queue_banner_items": "आइटम(एस) वर्तमान में कतार में हैं या प्रोसेस किए जा रहे हैं। फ़ाइलें यहाँ तब दिखाई देगा जब प्रोसेसिंग पूरी हो जाएगी।", + "files.queue_banner_link": "कतार देखें", + "files.saved_searches_empty": "अभी तक कोई सेवाद खोजें नहीं", + "files.saved_searches_error": "सेव की गई खोजों को लोड नहीं कर सके", + "files.saved_searches_label": "सेव की गई खोजें", + "files.saved_searches_save": "वर्तमान सहेजें", + "files.saved_searches_save_aria": "वर्तमान फ़िल्टर को एक सेव की गई खोज के रूप में सहेजें", + "files.search_results_empty": "कोई परिणाम नहीं मिला।", + "files.search_results_title": "खोज परिणाम", + "files.status_duplicate": "डुप्लीकेट", + "files.table_actions": "क्रियाएँ", + "files.table_aria": "फ़ाइल रिकॉर्ड", + "files.table_created_at": "निर्मित_at", + "files.table_empty": "कोई फ़ाइलें नहीं मिलीं", + "files.table_id": "ID", + "files.table_mime_type": "MIME प्रकार", + "files.table_original_filename": "मौ_original_filename", + "files.table_select_all": "इस पृष्ठ पर सभी फ़ाइलें चुनें", + "files.tags": "टैग", + "files.title": "फाइलें", + "files.upload_modal_aria": "अपलोड प्रगति", + "files.upload_modal_close": "अपलोड प्रगति बंद करें", + "files.upload_modal_header": "फाइलें अपलोड करना", + "files.uploaded": "अपलोड किया गया", + "footer.about": "के बारे में", + "footer.attribution": "उद्धरण", + "footer.attributions": "उद्धरण", + "footer.cookies": "कुकीज़", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "छाप", + "footer.license": "लाइसेंस", + "footer.navigation": "फुटर नेविगेशन", + "footer.privacy": "गोपनीयता", + "footer.terms": "शर्तें", + "footer.version": "संस्करण {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "OAuth-लिंक किया गया। फाइलें आपके चुने हुए फ़ोल्डर में आती हैं।", + "help.destinations_email": "ईमेल फॉरवर्डिंग", + "help.destinations_email_desc": "प्रक्रियाकृत फ़ाइलें SMTP अटैचमेंट के रूप में भेजी जाती हैं।", + "help.destinations_google_drive": "गूगल ड्राइव", + "help.destinations_google_drive_desc": "सेवा खाता या OAuth। साझा ड्राइव का समर्थन करता है।", + "help.destinations_heading": "गंतव्य – दस्तावेज़ कहाँ जाते हैं", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "WebDAV के माध्यम से स्वयं-स्थापित क्लाउड स्टोरेज।", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Microsoft Graph API एकीकरण।", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "अर्काइव के लिए दस्तावेज़ों को सीधे Paperless में धकेलें।", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "कोई भी S3-संगत बाल्टी (AWS, MinIO, Wasabi)।", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "किसी भी सर्वर पर सुरक्षित फ़ाइल स्थानांतरण।", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "किसी भी बाहरी एंडपॉइंट पर POST मेटाडेटा।", + "help.documentation": "दस्तावेज़ीकरण", + "help.faq": "अक्सर पूछे जाने वाले प्रश्न", + "help.faq_1_a": "अपलोड पृष्ठ पर जाएँ, अपनी फ़ाइलों को खींचें और छोड़ें या फ़ाइल चुनें पर क्लिक करें। DocuElevate चित्रों और कार्यालय दस्तावेज़ों को PDF में बदलता है, OCR चलाता है, और स्वचालित रूप से मेटाडेटा निकालता है।", + "help.faq_1_q": "मैं दस्तावेज़ कैसे अपलोड करूँ?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, और HTML। गैर-PDF फ़ाइलें प्रसंस्करण से पहले स्वचालित रूप से PDF में परिवर्तित की जाती हैं।", + "help.faq_2_q": "कौन से फ़ाइल प्रारूप समर्थित हैं?", + "help.faq_3_a": "हां। ईमेल इनजेशन पर जाएं, एक IMAP खाता जोड़ें, और DocuElevate नए संदेशों के लिए पॉलिंग करेगा और स्वचालित रूप से अटैचमेंट संसाधित करेगा।", + "help.faq_3_q": "क्या मैं ईमेल से दस्तावेज़ों को इन्जेस्ट कर सकता हूँ?", + "help.faq_4_a": "पाइपलाइन्स आपको प्रोसेसिंग स्टेप्स को श्रृंखला बनाने देती हैं - OCR, AI एक्सट्रैक्शन, फ़ॉर्मेट रूपांतरण - और परिणाम को एक या एक से अधिक गंतव्यों पर भेजती हैं। उन्हें पैपलाइन्स पृष्ठ से बनाएं और प्रबंधित करें।", + "help.faq_4_q": "प्रोसेसिंग पाइपलाइन्स कैसे काम करती हैं?", + "help.faq_5_a": "DocuElevate स्थिरता पर क्रेडेंशियल्स को एन्क्रिप्ट करता है, TLS के माध्यम से संचार करता है, और आपकी फ़ाइलों को आवश्यक से अधिक समय तक संग्रहीत नहीं करता है। पूर्ण विवरण के लिए गोपनीयता नीति देखें।", + "help.faq_5_a_post": " पूरी जानकारी के लिए।", + "help.faq_5_a_pre": "DocuElevate शांति के आराम में क्रेडेंशियल्स को एनक्रिप्ट करता है, TLS के माध्यम से संचार करता है, और आपकी दस्तावेज़ों को आवश्यकतानुसार लंबे समय तक नहीं रखता। देखें ", + "help.faq_5_q": "क्या मेरा डेटा सुरक्षित है?", + "help.faq_heading": "अक्सर पूछे जाने वाले प्रश्न", + "help.getting_started": "शुरू करना", + "help.heading": "सहायता केंद्र", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "दस्तावेज़ों को प्रोग्रामेटिक रूप से PUSH करने के लिए REST API का उपयोग करें। Bearer टोकन के साथ प्रमाणीकरण करें और फ़ाइलों को अपलोड एंडपॉइंट पर POST करें।", + "help.ingestion_heading": "डेटा इंपुट टूल्स", + "help.ingestion_mobile": "मोबाइल ऐप्स", + "help.ingestion_mobile_desc": "किसी भी मोबाइल स्कैनिंग ऐप का उपयोग करें जो सामान्य HTTP अपलोड गंतव्यों का समर्थन करता है ताकि फ़ोटो और स्कैन DocuElevate पर आपके फोन या टैबलेट से भेजे जा सकें।", + "help.ingestion_scanners": "नेटवर्क स्कैनर", + "help.ingestion_scanners_desc": "DocuElevate के अपलोड एंडपॉइंट पर किसी भी नेटवर्क स्कैनर या बहुउपयोगी प्रिंटर को लक्ष्य बनाएं। स्कैन किए गए दस्तावेज़ सीधे आपके प्रोसेसिंग कतार में पहुंचते हैं।", + "help.ingestion_watched_folders": "निगरानी किए गए फ़ोल्डर", + "help.ingestion_watched_folders_desc": "एक स्थानीय या नेटवर्क फ़ोल्डर को निगरानी करने के लिए कॉन्फ़िगर करें। निगरानी किए गए फ़ोल्डर में रखी गई कोई भी फ़ाइल स्वचालित रूप से अपलोड और DocuElevate द्वारा संसाधित हो जाती है।", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Zapier, n8n, या Make के साथ अपने स्वचालन कार्यप्रवाहों में DocuElevate को एकीकृत करें। किसी भी घटना से दस्तावेज़ अपलोड को ट्रिगर करने के लिए REST API क्रियाओं का उपयोग करें।", + "help.meta_description": "DocuElevate के साथ मदद प्राप्त करें - दस्तावेज़ अपलोड करने, क्लाउड स्टोरेज को जोड़ने, पाइपलाइनों को सेट अप करने और बहुत कुछ पर गाइड खोजें।", + "help.og_description": "DocuElevate के साथ मदद प्राप्त करें - दस्तावेज़ अपलोड करने, क्लाउड स्टोरेज को जोड़ने, पाइपलाइनों को सेट अप करने और बहुत कुछ पर गाइड खोजें।", + "help.page_title": "सहायता केंद्र", + "help.privacy_notice": "गोपनीयता नीति", + "help.quickstart_heading": "त्वरित प्रारंभ", + "help.quickstart_storage": "भंडारण से कनेक्ट करें", + "help.quickstart_storage_desc": "सेटिंग्स पर जाएं और अपने क्लाउड खातों को लिंक करें। संसाधित दस्तावेज़ स्वचालित रूप से हर गंतव्य पर भेजे जाते हैं जो आप कॉन्फ़िगर करते हैं।", + "help.quickstart_storage_desc_full": "इंटीग्रेशन पर जाएं और अपने क्लाउड स्टोरेज खातों को लिंक करें। DocuElevate Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, और अधिक का समर्थन करता है। प्रोसेस किए गए दस्तावेज़ अपने द्वारा कॉन्फ़िगर किए गए प्रत्येक गंतव्य पर स्वचालित रूप से भेजे जाते हैं।", + "help.quickstart_upload": "दस्तावेज़ों को अपलोड करें", + "help.quickstart_upload_desc": "अपलोड पृष्ठ पर फ़ाइलें खींचें और छोड़ें या फ़ाइल चुनें पर क्लिक करें। DocuElevate स्वचालित रूप से छवियों और कार्यालय दस्तावेज़ों को PDF में परिवर्तित करता है, OCR चलता है, और मेटाडेटा निकालता है।", + "help.quickstart_workflows": "कार्यप्रवाह स्वचालित करें", + "help.quickstart_workflows_desc": "पाइपलाइन्स बनाएं ताकि आप बहु-चरण प्रोसेसिंग और मार्ग नियमों को परिभाषित कर सकें। एकल प्रवाह में OCR, AI एक्सट्रैक्शन, फ़ॉर्मेट रूपांतरण और डिलीवरी को मिलाएं।", + "help.sources_email_ingestion": "ईमेल इनजेशन (IMAP)", + "help.sources_email_ingestion_desc": "दस्तावेज़ों को एक समर्पित मेलबॉक्स में अग्रेषित करें। ईमेल इनजेशन के अंतर्गत, एक या एक से अधिक IMAP खाते जोड़ें। DocuElevate नए संदेशों के लिए पॉलिंग करता है और स्वचालित रूप से अटैचमेंट संसाधित करता है।", + "help.sources_heading": "स्रोत - दस्तावेज़ प्राप्त करना", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "फाइलों को /api/upload पर POST करके प्रोग्रामेटिक रूप से एकीकृत करें। स्क्रिप्ट, वॉच किए गए फ़ोल्डर, स्कैनर, या Zapier और n8n जैसे तृतीय-पक्ष उपकरणों के लिए आदर्श।", + "help.sources_scanner": "स्कैनर और मोबाइल", + "help.sources_scanner_desc": "नेटवर्क स्कैनरों को DocuElevate के अपलोड एंडपॉइंट पर इंगित करें या किसी भी मोबाइल स्कैनिंग ऐप का उपयोग करें जो कस्टम HTTP गंतव्यों का समर्थन करता है।", + "help.sources_scanner_desc_full": "अपने नेटवर्क स्कैनर या बहुउपयोगी प्रिंटर को सीधे DocuElevate पर स्कैन भेजने के लिए कॉन्फ़िगर करें। गंतव्य के रूप में /api/upload एंडपॉइंट का उपयोग करें। कस्टम अपलोड गंतव्यों वाले मोबाइल स्कैनिंग ऐप्स का भी समर्थन किया जाता है।", + "help.sources_web_upload": "वेब अपलोड", + "help.sources_web_upload_desc": "शुरू करने का सबसे तेज़ तरीका। अपलोड पृष्ठ खोलें, एक या एक से अधिक फ़ाइलें छोड़ें, और DocuElevate शेष की देखभाल करता है। समर्थित फ़ॉर्मेट में PDF, JPEG, PNG, TIFF, DOCX, XLSX, और अन्य शामिल हैं।", + "help.subheading": "DocuElevate से अधिकतम लाभ प्राप्त करने के लिए आपको जो कुछ भी चाहिए। नीचे के विषयों को ब्राउज़ करें या जो आपको चाहिए उसके लिए खोजें।", + "help.support": "सहायता", + "help.support_admin_message": "सहायता जानकारी के लिए अपने व्यवस्थापक से संपर्क करें।", + "help.support_description": "क्या आप जो ढूंढ रहे हैं वह नहीं मिल रहा है? हमारी सहायता टीम मदद के लिए यहाँ है।", + "help.support_heading": "सहायता से संपर्क करें", + "help.support_live_chat": "लाइव चैट उपलब्ध है - बातचीत शुरू करने के लिए चैट बबल पर क्लिक करें।", + "help.support_ticket_button": "टिकट सबमिट करें", + "help.support_ticket_desc": "नीचे दिए गए फॉर्म को भरें और हमारी समर्थन टीम जल्द से जल्द आपसे संपर्क करेगी।", + "help.support_ticket_heading": "सहायता टिकट खोले", + "help.title": "सहायता केंद्र", + "help.workflows_creating": "पाइपलाइन बना रहे हैं", + "help.workflows_definition": "एक पाइपलाइन एक श्रृंखला है प्रोसेसिंग स्टेप्स की जो स्वचालित रूप से चलती हैं जब भी कोई दस्तावेज़ इन्जेस्ट किया जाता है। प्रत्येक चरण दस्तावेज़ को परिवर्तित, समृद्ध, या मार्ग कर सकता है।", + "help.workflows_heading": "कार्यप्रवाह और पाइपलाइन्स", + "help.workflows_step_1": "पीडीएफ में परिवर्तित करें", + "help.workflows_step_1_create": "मुख्य मेनू में पाइपलाइनों पर जाएं।", + "help.workflows_step_1_full": "PDF में परिवर्तित करें - सभी आने वाली फ़ाइलों को एक सुसंगत PDF प्रारूप में सामान्यीकृत किया जाता है।", + "help.workflows_step_2": "OCR - पाठ निकालें", + "help.workflows_step_2_create": "नई पाइपलाइन पर क्लिक करें और इसे एक नाम दें।", + "help.workflows_step_2_full": "OCR - Azure Document Intelligence या अंतर्निहित इंजन का उपयोग करके स्कैन किए गए पृष्ठों से चयन योग्य पाठ निकालें।", + "help.workflows_step_3": "एआई मेटाडेटा निष्कर्षण", + "help.workflows_step_3_create": "आपको आवश्यक प्रसंस्करण चरण जोड़ें।", + "help.workflows_step_3_full": "AI मेटाडेटा निष्कर्षण - दस्तावेज़ प्रकार को वर्गीकृत करें और OpenAI का उपयोग करके मात्रा, तिथियाँ, और नाम जैसे प्रमुख क्षेत्रों को खींचें।", + "help.workflows_step_4": "एक या अधिक गंतव्यों पर वितरित करें", + "help.workflows_step_4_create": "एक या अधिक वितरण गंतव्यों का चयन करें।", + "help.workflows_step_5_create": "सहेजें - नए दस्तावेज़ इस पाइपलाइन के माध्यम से स्वचालित रूप से संसाधित होंगे।", + "help.workflows_typical_steps": "सामान्य कदम", + "help.workflows_what_is": "पाइपलाइन क्या है?", + "index.badge_intelligent": "बुद्धिमान दस्तावेज़ प्रसंस्करण", + "index.button_browse_files": "फ़ाइलें ब्राउज़ करें", + "index.button_upload": "अपलोड करें", + "index.capabilities_cloud": "क्लाउड स्टोरेज: ड्रॉपबॉक्स, वनड्राइव, गूगल ड्राइव, नेक्स्टक्लाउड", + "index.capabilities_ingestion": "ईमेल और URL-आधारित दस्तावेज़ डेटा संग्रहण", + "index.capabilities_ocr": "AI के साथ OCR और मेटाडेटा निष्कर्षण", + "index.capabilities_paperless": "दस्तावेज़ प्रबंधन के लिए पेपरलेस-एनजीएक्स एकीकरण", + "index.capabilities_title": "क्षमताएँ", + "index.capabilities_workflows": "स्वचालित वर्गीकरण और आवंटन कार्यप्रवाह", + "index.cta_description": "उन टीमों में शामिल हों जो पहले से ही DocuElevate के साथ अपने दस्तावेज़ प्रसंस्करण को स्वचालित कर रही हैं।", + "index.cta_heading": "क्या आप अपने दस्तावेज़ कार्यप्रवाह को बढ़ाने के लिए तैयार हैं?", + "index.cta_pricing": "मूल्य निर्धारण देखें", + "index.cta_signup": "एक मुफ्त खाता बनाएं", + "index.dashboard_subtitle": "बुद्धिमान दस्तावेज़ प्रसंस्करण और प्रबंधन", + "index.dashboard_subtitle_teams": "बुद्धिमान दस्तावेज़ प्रसंस्करण और प्रबंधन - टीमों के लिए बनाया गया", + "index.feature_ai": "AI मेटाडेटा निष्कर्षण", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, और अन्य प्लग करने योग्य AI प्रदाता दस्तावेज़ों को वर्गीकृत करते हैं और तारीखों, राशियों और विषयों जैसे प्रमुख फ़ील्ड निकालते हैं।", + "index.feature_cloud": "मल्टी-क्लाउड स्टोरेज", + "index.feature_cloud_desc": "प्रोसेस की गई फ़ाइलों को ड्रॉपबॉक्स, गूगल ड्राइव, वनड्राइव, अमेज़न एस3, नेक्स्टक्लाउड, पेपरलेस एनजीएक्स, वेबडीएवी, एफटीपी/एसएफटीपी और अधिक पर रूट करें।", + "index.feature_email": "ईमेल और IMAP डेटा संग्रहण", + "index.feature_email_desc": "ऑटोमेटिक रूप से जीमेल या किसी भी IMAP मेलबॉक्स से दस्तावेज़ खींचें - कोई मैनुअल अपलोड की आवश्यकता नहीं।", + "index.feature_ocr": "OCR और पाठ निष्कर्षण", + "index.feature_ocr_desc": "Azure दस्तावेज़ बुद्धिमत्ता स्कैन किए गए PDF और चित्रों को पूरी तरह से खोजयोग्य पाठ में स्वचालित रूप से परिवर्तित करती है।", + "index.feature_pipelines": "कस्टम पाइपलाइनों", + "index.feature_pipelines_desc": "कॉन्फ़िगर करने योग्य चरणों के साथ प्रसंस्करण पाइपलाइन बनाएं - OCR, AI निष्कर्षण, फ़ॉर्मेट रूपांतरण, और किसी भी क्रम में स्टोरेज रूटिंग।", + "index.feature_search": "पूर्ण-पाठ खोज", + "index.feature_search_desc": "अपने पूरे संग्रह में सामग्री, मेटाडेटा या टैग के अनुसार किसी भी दस्तावेज़ को तुरंत खोजें।", + "index.feature_section_title": "स्मार्ट दस्तावेज़ कार्यप्रवाह के लिए आपको जो कुछ चाहिए", + "index.getting_started": "शुरू करना", + "index.getting_started_1": "सिस्टम स्थिति के माध्यम से एकीकरण कॉन्फ़िगर करें", + "index.getting_started_2": "अपना पहला दस्तावेज़ अपलोड करें", + "index.getting_started_3": "फाइलों में परिणामों की समीक्षा करें", + "index.getting_started_learn": "DocuElevate के बारे में अधिक जानें", + "index.hero_description": "DocuElevate आपके दस्तावेज़ों को ग्रहण करता है, OCR चलाता है, AI के साथ मेटाडेटा निकालता है, और फ़ाइलों को Dropbox, Google Drive, OneDrive, S3, Nextcloud और अन्य में मार्गदर्शित करता है - सभी एक निर्बाध पाइपलाइन में।", + "index.hero_heading": "अपलोड से अंतर्दृष्टि तक - स्वचालित रूप से।", + "index.hero_login": "लॉग इन करें", + "index.hero_pricing": "योजनाएँ और मूल्य देखें", + "index.hero_signup": "शुरू करें - यह मुफ्त है", + "index.integrations_active": "सक्रिय एकीकरण", + "index.integrations_storage": "स्टोरेज लक्ष्यों", + "index.integrations_title": "एकीकरण", + "index.integrations_view_status": "सिस्टम स्थिति देखें", + "index.page_title_dashboard": "डैशबोर्ड", + "index.page_title_public": "बुद्धिमान दस्तावेज़ प्रसंस्करण", + "index.platform_overview": "प्लेटफ़ॉर्म का अवलोकन", + "index.processing_stats": "प्रसंस्करण सांख्यिकी", + "index.quick_actions": "त्वरित क्रियाएँ", + "index.quick_documents": "मेरे दस्तावेज़", + "index.quick_documents_desc": "अपने संसाधित फ़ाइलों को ब्राउज़ करें", + "index.quick_search": "खोजें", + "index.quick_search_desc": "दस्तावेज़ों में पूर्ण-पाठ खोज", + "index.quick_subscription": "मेरी सब्सक्रिप्शन", + "index.quick_subscription_desc": "योजना और उपयोग विवरण देखें", + "index.quick_system_status": "सिस्टम स्थिति", + "index.quick_system_status_desc": "एकीकरण स्वास्थ्य की जाँच करें", + "index.quick_upload": "दस्तावेज़ अपलोड करें", + "index.quick_upload_desc": "एक नई फ़ाइल संसाधित करें", + "index.quick_view_files": "सभी फ़ाइलें देखें", + "index.quick_view_files_desc": "प्रसंस्कृत दस्तावेज़ों को ब्राउज़ करें", + "index.single_user_heading": "DocuElevate डैशबोर्ड", + "index.single_user_subtitle": "बुद्धिमान दस्तावेज़ प्रसंस्करण और प्रबंधन", + "index.stat_active_integrations": "सक्रिय एकीकरण", + "index.stat_active_users": "सक्रिय उपयोगकर्ता", + "index.stat_files_month": "इस महीने की फ़ाइलें", + "index.stat_files_ocr": "ओसीआर वाले फ़ाइलें", + "index.stat_files_today": "आज की फ़ाइलें", + "index.stat_storage_targets": "स्टोरेज लक्ष्यों", + "index.stat_this_month": "इस महीने", + "index.stat_today": "आज", + "index.stat_total_files": "कुल फ़ाइलें", + "index.stat_total_processed": "कुल संसाधित", + "index.tier_plan": "योजना", + "index.tier_upgrade": "अपग्रेड करें", + "index.tier_view_details": "पूर्ण विवरण देखें", + "index.upgrade_daily_limits": "उच्च दैनिक और मासिक सीमा", + "index.upgrade_description": "और अधिक दस्तावेज़, अधिक गंतव्य और प्राथमिकता सहायता अनलॉक करें।", + "index.upgrade_destinations": "अधिक स्टोरेज गंतव्य", + "index.upgrade_ocr_pages": "अधिक OCR पन्ने", + "index.upgrade_plan": "अपने प्लान को अपग्रेड करें", + "index.upgrade_view_pricing": "प्लान और कीमतें देखें", + "index.usage_lifetime": "जीवनकाल फ़ाइलें", + "index.usage_month": "इस महीने फ़ाइलें", + "index.usage_my_usage": "मेरे उपयोग", + "index.usage_today": "आज फ़ाइलें", + "index.usage_unlimited": "असीमित", + "integrations.access_key_label": "एक्सेस कुंजी आईडी", + "integrations.active_label": "सक्रिय", + "integrations.add_button": "इंटीग्रेशन जोड़ें", + "integrations.add_first_button": "अपनी पहली इंटीग्रेशन जोड़ें", + "integrations.api_token_label": "एपीआई टोकन", + "integrations.authorize_btn": "अधिकार दें", + "integrations.authorize_reauth": "फिर से अधिकार दें", + "integrations.bucket_label": "बकेट", + "integrations.configure": "कॉन्फ़िगर करें", + "integrations.connect": "जोड़ें", + "integrations.connected": "जुड़ा हुआ", + "integrations.connection_failed": "कनेक्शन विफल", + "integrations.connection_success": "कनेक्शन सफल", + "integrations.delete_confirm_are_you_sure": "क्या आप सुनिश्चित हैं कि आप हटाना चाहते हैं", + "integrations.delete_confirm_title": "इंटीग्रेशन हटाएँ?", + "integrations.delete_confirm_undone": "यह कार्रवाई पूर्ववत नहीं की जा सकती।", + "integrations.delete_emails_label": "प्रसंस्करण के बाद ईमेल हटाएँ", + "integrations.delete_files_label": "प्रसंस्करण के बाद फ़ाइलें हटाएँ", + "integrations.destinations_quota_label": "स्टोरेज गंतव्यों:", + "integrations.destinations_section": "गंतव्य", + "integrations.direction_destination": "गंतव्य (स्टोरेज)", + "integrations.direction_label": "निर्देश", + "integrations.direction_placeholder": "\n\u0000A\n\n\n\n\n", + "integrations.direction_source": "स्रोत (इंजेक्षन)", + "integrations.disconnect": "डिस्कनेक्ट करें", + "integrations.email_settings": "ईमेल फॉरवर्ड सेटिंग्स", + "integrations.empty_state": "कोई एकीकरण कॉन्फ़िगर नहीं किया गया है", + "integrations.endpoint_label": "एंडपॉइंट यूआरएल", + "integrations.endpoint_optional": "(वैकल्पिक, S3-संगत के लिए)", + "integrations.folder_label": "फ़ोल्डर", + "integrations.folder_optional": "(वैकल्पिक)", + "integrations.folder_path_label": "फोल्डर पथ", + "integrations.folder_prefix_label": "फोल्डर उपसर्ग", + "integrations.generic_settings_hint": "इस इंटीग्रेशन प्रकार के लिए कॉन्फ़िगरेशन API के माध्यम से निर्माण के बाद JSON के रूप में प्रदान किया जा सकता है।", + "integrations.gmail_hint": "जीमेल लेबल और स्टार: जब सक्षम हो, प्रसंस्कृत ईमेल को स्टार और \"इंजेस्टेड\" लेबल के साथ टैग किया जाता है। यह केवल जीमेल सर्वरों पर लागू होता है।", + "integrations.gmail_labels": "जीमेल लेबल और स्टार लागू करें", + "integrations.host_label": "होस्ट", + "integrations.imap_settings": "IMAP सेटिंग्स", + "integrations.loading": "इंटीग्रेशन लोड हो रहे हैं\n\u0000A\n\n\n", + "integrations.modal_close": "मोडल बंद करें", + "integrations.modal_title_add": "इंटीग्रेशन जोड़ें", + "integrations.modal_title_edit": "इंटीग्रेशन संपादित करें", + "integrations.name_label": "लेबल", + "integrations.name_placeholder": "जैसे कि Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Nextcloud सेटिंग्स", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "अपना पहला इंटीग्रेशन जोड़ें ताकि इन्गेशन स्रोतों (जैसे IMAP) और स्टोरेज गंतव्यों (जैसे S3, Dropbox, या Google Drive) को जोड़ सकें।", + "integrations.not_connected": "जुड़ा नहीं है", + "integrations.oauth_folder_label": "फोल्डर", + "integrations.oauth_hint": "इस इंटीग्रेशन को पहले सहेजें, फिर OAuth फ़्लो को पूरा करने के लिए Authorize बटन का उपयोग करें। आपके क्रेडेंशियल्स सुरक्षित रूप से आपके व्यक्तिगत इंटीग्रेशन रिकॉर्ड में सहेजे जाएंगे।", + "integrations.page_title": "एकीकरण", + "integrations.paperless_settings": "Paperless NGX सेटिंग्स", + "integrations.password_label": "पासवर्ड", + "integrations.paused": "रुका हुआ", + "integrations.plan_label": "योजना:", + "integrations.port_label": "पोर्ट", + "integrations.quota_not_available": "(उपलब्ध नहीं)", + "integrations.quota_unlimited": "/ असीमित", + "integrations.recipient_label": "प्रापक ईमेल", + "integrations.region_label": "क्षेत्र", + "integrations.remote_path_label": "दूरी पथ", + "integrations.s3_prefix_label": "प्रिफिक्स (फोल्डर पथ)", + "integrations.s3_settings": "S3 सेटिंग्स", + "integrations.secret_key_label": "गुप्त पहुँच कुंजी", + "integrations.show_password": "पासवर्ड दिखाएं", + "integrations.show_secrets": "गुप्त जानकारी दिखाएं", + "integrations.show_token": "टोकन दिखाएं", + "integrations.source_local": "स्थानीय फ़ाइल प्रणाली", + "integrations.source_type_label": "स्रोत प्रकार", + "integrations.sources_quota_label": "मेलबॉक्स स्रोत:", + "integrations.sources_section": "स्रोत", + "integrations.subtitle": "एक जगह अपने इन्गेशन स्रोतों और स्टोरेज गंतव्यों को प्रबंधित करें।", + "integrations.title": "एकीकरण", + "integrations.type_label": "इंटीग्रेशन प्रकार", + "integrations.type_placeholder": "\u0014 पहले दिशा का चयन करें \u0014", + "integrations.upgrade_plan": "योजना उन्नयन", + "integrations.use_ssl": "SSL का उपयोग करें", + "integrations.username_label": "यूजरनेम", + "integrations.watch_folder_settings": "वॉच फोल्डर सेटिंग्स", + "integrations.webdav_settings": "WebDAV सेटिंग्स", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook इन्गेशन", + "integrations.webhook_how_heading": "Webhook इन्गेशन कैसे काम करता है", + "integrations.webhook_how_text": "एक वेबहुक इंटीग्रेशन बाहरी सिस्टमों को REST API के माध्यम से सीधे DocuElevate में दस्तावेज़ पुश करने की अनुमति देता है। DocuElevate द्वारा नए फ़ाइलों के लिए पोलिंग करने के बजाय (जैसे IMAP), आपका एप्लिकेशन दस्तावेज़ों को प्रमाणीकरण के लिए API टोकन के साथ HTTP अनुरोध का उपयोग करके DocuElevate को भेजता है।", + "integrations.webhook_ideal_text": "यह CI/CD पाइपलाइनों, स्वचालन स्क्रिप्टों, स्कैनर इंटीग्रेशन, या किसी भी सिस्टम के लिए आदर्श है जो दस्तावेज़ उत्पन्न करता है और उन्हें प्रक्रिया के लिए भेजने की आवश्यकता होती है।", + "integrations.webhook_quick_start": "त्वरित शुरू करें", + "integrations.webhook_security_tip": "प्रत्येक इंटीग्रेशन के लिए एक समर्पित API टोकन बनाएं और यदि इसे समझौता किया जाता है तो तुरंत रद्द करें। टोकन को API Tokens पृष्ठ पर प्रबंधित किया जा सकता है।", + "integrations.webhook_step1": "{api_tokens_link} पर जाएं और एक व्यक्तिगत टोकन बनाएं।", + "integrations.webhook_upload_with_token": "API के माध्यम से दस्तावेज़ अपलोड करने के लिए टोकन का उपयोग करें:", + "language.bg": "बुल्गारियाई", + "language.ca": "कैटलन", + "language.change_success": "भाषा बदलकर {language} की गई", + "language.changed": "भाषा बदलकर {language} की गई", + "language.cs": "चेक", + "language.da": "डैनिश", + "language.de": "जर्मन", + "language.el": "ग्रीक", + "language.en": "अंग्रेजी", + "language.es": "स्पेनिश", + "language.et": "एस्टोनियन", + "language.fi": "फिनिश", + "language.fr": "फ्रेंच", + "language.ga": "आयरिश", + "language.hr": "क्रोएशियाई", + "language.hu": "हंगेरियन", + "language.is": "आइसलैन्डिक", + "language.it": "इतालवी", + "language.lb": "लक्समबर्गिश", + "language.lt": "लिथुआनियन", + "language.lv": "लेटवियन", + "language.nb": "नॉर्वेजियन", + "language.nl": "डच", + "language.no_results": "कोई भाषाएँ नहीं मिलीं", + "language.pl": "पोलिश", + "language.pt": "पुर्तगाली", + "language.ro": "रोमानियन", + "language.ru": "रूसी", + "language.search_placeholder": "भाषाएँ खोजें\n", + "language.selector": "भाषा", + "language.selector_label": "भाषा चुनें", + "language.sk": "स्लोवाक", + "language.sl": "स्लोवेनियाई", + "language.sv": "स्वीडिश", + "language.tr": "तुर्की", + "language.uk": "यूक्रेई", + "language.zh": "चाइनीज़", + "nav.about": "के बारे में", + "nav.account_menu": "खाता मेनू", + "nav.account_menu_for": "{name} के लिए खाता मेनू", + "nav.admin": "व्यवस्थापक", + "nav.admin.audit_logs": "ऑडिट लॉग्स", + "nav.admin.backups": "बैकअप", + "nav.admin.plans": "योजनाएँ", + "nav.admin.scheduled_jobs": "निर्धारित कार्य", + "nav.admin.users": "उपयोगकर्ता", + "nav.admin_actions": "व्यवस्थापक क्रियाएँ", + "nav.admin_menu": "व्यवस्थापक मेनू", + "nav.api_docs": "एपीआई डॉक्स", + "nav.api_tokens": "एपीआई टोकन", + "nav.backup_restore": "बैकअप और पुनर्स्थापना", + "nav.credentials": "साख", + "nav.dark_mode": "डार्क मोड", + "nav.dashboard": "डैशबोर्ड", + "nav.developer_docs": "डेवलपर डॉक्स", + "nav.duplicates": "डुप्लिकेट", + "nav.file_manager": "फ़ाइल प्रबंधक", + "nav.files": "फ़ाइलें", + "nav.get_started": "शुरू करें", + "nav.help": "सहायता", + "nav.help_center": "सहायता केंद्र", + "nav.imap": "ईमेल आयात", + "nav.integrations": "एकीकरण", + "nav.light_mode": "हल्का मोड", + "nav.login": "लॉग इन करें", + "nav.logout": "लॉग आउट करें", + "nav.main_navigation": "मुख्य नेविगेशन", + "nav.my_subscription": "मेरी सदस्यता", + "nav.notifications": "सूचनाएँ", + "nav.open_main_menu": "मुख्य मेनू खोलें", + "nav.pipelines": "पाइपलाइन", + "nav.plan_designer": "योजना डिजाइनर", + "nav.pricing": "मूल्य निर्धारण", + "nav.profile": "प्रोफ़ाइल", + "nav.profile_settings": "प्रोफ़ाइल सेटिंग्स", + "nav.queue": "क्यू", + "nav.queue_monitor": "क्यू मॉनिटर", + "nav.scheduled_jobs": "निर्धारित नौकरियाँ", + "nav.search": "खोजें", + "nav.settings": "सेटिंग्स", + "nav.shared_links": "साझा लिंक", + "nav.sign_out": "साइन आउट", + "nav.signup": "साइन अप करें", + "nav.similarity": "सादृश्यता", + "nav.skip_to_content": "मुख्य सामग्री पर जाएँ", + "nav.status": "स्थिति", + "nav.subscription": "सदस्यता", + "nav.toggle_dark_mode": "डार्क मोड टॉगल करें", + "nav.toggle_nav": "नेविगेशन मेनू टॉगल करें", + "nav.upload": "अपलोड करें", + "nav.users": "उपयोगकर्ता", + "nav.version": "संस्करण जानकारी", + "notifications.filter_all": "सभी", + "notifications.filter_read": "केवल पढ़ें", + "notifications.filter_unread": "केवल अप्र прочे", + "notifications.manage_desc": "अपनी अधिसूचना इनबॉक्स, लक्ष्य, और इवेंट प्राथमिकताओं का प्रबंधन करें", + "notifications.mark_all_read": "सब को पढ़ा के रूप में चिह্নित करें", + "notifications.mark_all_read_btn": "सभी को पढ़ा के रूप में चिह्नित करें", + "notifications.mark_read": "पढ़ा के रूप में चिह्नित करें", + "notifications.no_notifications": "कोई अधिसूचनाएँ नहीं", + "notifications.page_title": "सूचनाएँ", + "notifications.tab_inbox": "इनबॉक्स", + "notifications.tab_settings": "सेटिंग्स", + "notifications.title": "सूचनाएँ", + "notifications.unread_count": "{count} अनपढ़ सूचनाएँ", + "pipelines.active_label": "सक्रिय", + "pipelines.add_step_btn": "चरण जोड़ें", + "pipelines.create": "पाइपलाइन बनाएं", + "pipelines.custom_label_label": "कस्टम लेबल", + "pipelines.default_label": "डिफ़ॉल्ट", + "pipelines.description_label": "विवरण", + "pipelines.description_placeholder": "वैकल्पिक विवरण", + "pipelines.disabled_label": "अक्षम", + "pipelines.edit": "पाइपलाइन संपादित करें", + "pipelines.empty_state": "अभी तक कोई पाइपलाइन नहीं", + "pipelines.empty_state_hint": "कस्टम दस्तावेज़ प्रोसेसिंग वर्कफ़्लोज़ को परिभाषित करने के लिए अपनी पहली पाइपलाइन बनाएँ।", + "pipelines.enabled_label": "सक्षम", + "pipelines.force_cloud_ocr_label": "क्लाउड OCR को मजबूर करें (स्थानीय पाठ निकासी को छोड़ें)", + "pipelines.inactive_label": "अक्रिय", + "pipelines.loading": "पाइपलाइनों को लोड कर रहा है\n\n\n...", + "pipelines.name_placeholder": "मेरी पाइपलाइन", + "pipelines.new_pipeline_btn": "नई पाइपलाइन", + "pipelines.no_steps": "कोई चरण परिभाषित नहीं हैं। अपनी पाइपलाइन बनाने के लिए एक चरण जोड़ें।", + "pipelines.ocr_auto": "ऑटो (सिस्टम डिफ़ॉल्ट का उपयोग करें)", + "pipelines.ocr_language_hint": "Tesseract/EasyOCR के लिए वैश्विक भाषा सेटिंग को ओवरराइड करता है। Azure और Mistral भाषा को स्वचालित रूप से पहचानते हैं।", + "pipelines.ocr_language_label": "OCR भाषा", + "pipelines.optional_suffix": "(वैकल्पिक)", + "pipelines.page_title": "प्रोसेसिंग पाइपलाइन्स", + "pipelines.set_default": "मेरी डिफ़ॉल्ट पाइपलाइन के रूप में सेट करें", + "pipelines.step_label_placeholder": "डिफ़ॉल्ट चरण नाम को ओवरराइड करें", + "pipelines.step_type_label": "चरण प्रकार", + "pipelines.subtitle_intro": "कस्टम दस्तावेज़ प्रोसेसिंग वर्कफ़्लोज़ को परिभाषित और प्रबंधित करें।", + "pipelines.subtitle_system_post": "badge और सभी उपयोगकर्ताओं को दिखाई देते हैं।", + "pipelines.subtitle_system_pre": "सिस्टम पाइपलाइन्स (व्यवस्थापकों द्वारा बनाई गई) को एक", + "pipelines.system_label": "सिस्टम", + "pipelines.system_pipeline_label": "सिस्टम पाइपलाइन (सभी उपयोगकर्ताओं को दिखाई देती है)", + "pipelines.title": "प्रोसेसिंग पाइपलाइन्स", + "profile.avatar_alt": "आपकी प्रोफ़ाइल चित्र", + "profile.avatar_heading": "प्रोफ़ाइल चित्र", + "profile.avatar_remove": "कस्टम अवतार हटाएं", + "profile.avatar_upload_hint": "JPEG, PNG, GIF या WebP इमेज अपलोड करें जो 2 MB तक हो। यदि कोई कस्टम चित्र सेट नहीं है, तो आपका {gravatar} दिखाया जाएगा।", + "profile.choose_image": "छवि चुनें\u00105", + "profile.confirm_password": "नया पासवर्ड सत्यापित करें", + "profile.contact_email_hint": "सिस्टम सूचनाओं के लिए उपयोग किया जाता है। यह आपके लॉगिन ई-मेल को बदलता नहीं है।", + "profile.contact_email_label": "संपर्क / सूचनाएँ ई-मेल", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "वर्तमान पासवर्ड", + "profile.dismiss": "अवहेलना करें", + "profile.display_name_hint": "अपने खाता उपयोगकर्ता नाम या ई-मेल का उपयोग करने के लिए खाली छोड़ दें।", + "profile.display_name_label": "प्रदर्शित नाम", + "profile.display_name_placeholder": "UI में दिखाया गया आपका नाम", + "profile.general_heading": "सामान्य जानकारी", + "profile.gravatar_link": "ग्रैवेटार", + "profile.heading": "प्रोफ़ाइल सेटिंग्स", + "profile.language_auto_detect": "स्वतः पहचानें (ब्राउज़र से)", + "profile.language_hint": "आपकी पसंदीदा इंटरफेस भाषा चुनें। “स्वतः पहचानें” आपके ब्राउज़र सेटिंग्स का पालन करता है।", + "profile.language_label": "UI भाषा", + "profile.new_password": "नया पासवर्ड", + "profile.new_password_hint": "न्यूनतम 8 अक्षर।", + "profile.page_title": "प्रोफ़ाइल सेटिंग्स – DocuElevate", + "profile.password_heading": "पासवर्ड बदलें", + "profile.preferences_heading": "पसंद", + "profile.save_button": "परिवर्तन सहेजें", + "profile.saving": "सहेजना\u00105", + "profile.subtitle": "अपने प्रदर्शित नाम, अवतार, भाषा और विषय की प्राथमिकताएँ प्रबंधित करें।", + "profile.theme_dark": "गहरा", + "profile.theme_hint": "“सिस्टम डिफ़ॉल्ट” आपके उपकरण की डार्क-मोड सेटिंग का पालन करता है।", + "profile.theme_label": "रंग योजना", + "profile.theme_light": "हल्का", + "profile.theme_system": "सिस्टम डिफ़ॉल्ट", + "profile.update_password": "पासवर्ड अपडेट करें", + "profile.updating": "अद्यतन हो रहा है\u001c", + "queue.active_tasks": "सक्रिय कार्य", + "queue.auto_refresh_1": "हर", + "queue.auto_refresh_2": "सेकंड में स्वतः पुनः ताज़ा करता है", + "queue.col_arguments": "आर्गुमेंट", + "queue.col_current_step": "वर्तमान चरण", + "queue.col_file": "फ़ाइल", + "queue.col_files": "फाइलें", + "queue.col_queue": "क्यू", + "queue.col_state": "राज्य", + "queue.col_task": "कार्य", + "queue.col_task_id": "कार्य ID", + "queue.files_processing": "फाइलें प्रोसेस हो रही हैं", + "queue.heading": "क्यू मॉनिटर", + "queue.last_updated": "आखिरी बार अपडेट किया गया:", + "queue.loading_stats": "क्यू आँकड़े लोड हो रहे हैं\u0019\u001a", + "queue.no_active_tasks": "कोई सक्रिय कार्य नहीं हैं", + "queue.no_data": "कोई डेटा नहीं", + "queue.no_files_processing": "वर्तमान में कोई फाइलें प्रोसेस नहीं हो रही हैं", + "queue.page_title": "क्यू मॉनिटर", + "queue.processing_pipeline": "प्रोसेसिंग पाइपलाइन", + "queue.queued_tasks": "क्यू में कार्य", + "queue.recently_processing": "हाल ही में प्रोसेस हो रही फाइलें", + "queue.redis_queues": "रेडिस क्यू", + "queue.subtitle": "दस्तावेज़ प्रोसेसिंग पाइपलाइन और सेलरी कार्य क्यू का वास्तविक समय दृश्य।", + "queue.workers_online": "ऑनलाइन श्रमिक", + "search.button": "खोजें", + "search.error_message": "खोजना अस्थायी रूप से अनुपलब्ध है। कृपया कुछ क्षण में फिर से प्रयास करें।", + "search.filter_aria_clear": "सभी फ़िल्टर मिटाएं", + "search.filter_clear_button": "फ़िल्टर मिटाएं", + "search.filter_date_from": "तारीख से", + "search.filter_date_to": "तारीख तक", + "search.filter_document_type": "दस्तावेज़ प्रकार", + "search.filter_document_type_placeholder": "जैसे। इनवॉइस", + "search.filter_language": "भाषा", + "search.filter_language_placeholder": "जैसे। de", + "search.filter_sender": "प्रेषक", + "search.filter_sender_placeholder": "जैसे। ACME Corp", + "search.filter_tags": "टैग", + "search.filter_tags_placeholder": "जैसे। amazon", + "search.filter_text_quality": "पाठ गुणवत्ता", + "search.filter_text_quality_all": "सभी", + "search.filter_text_quality_high": "उच्च", + "search.filter_text_quality_low": "निम्न", + "search.filter_text_quality_medium": "मध्यम", + "search.filter_text_quality_no_text": "कोई पाठ नहीं", + "search.heading": "दस्तावेज़ खोज", + "search.input_aria_label": "दस्तावेज़ खोजें", + "search.input_placeholder": "सामग्री, प्रेषक, टैग, प्रकार द्वारा दस्तावेज़ खोजें...", + "search.loading_indicator": "खोज रहा है", + "search.no_results": "कोई परिणाम नहीं मिला", + "search.page_title": "दस्तावेज़ खोजें", + "search.placeholder": "फ़ाइल नाम, सामग्री, टैग द्वारा खोजें...", + "search.result_empty": "आपकी खोज से मेल खाने वाले कोई दस्तावेज़ नहीं मिले।", + "search.results_count": "{count} परिणाम मिले", + "search.saved_aria_save": "वर्तमान खोज को सहेजें", + "search.saved_button": "वर्तमान सहेजें", + "search.saved_empty": "अभी तक कोई सहेजी गई खोजें नहीं हैं", + "search.saved_error": "सहेजी गई खोजें लोड नहीं की जा सकी", + "search.saved_label": "सहेजी गई खोजें", + "search.saved_loading": "लोड हो रहा है...", + "search.title": "दस्तावेज़ खोजें", + "settings.audit_log_btn": "ऑडिट लॉग", + "settings.autocomplete_hint": "ज्ञात मानों को खोजने के लिए टाइप करें, या कोई कस्टम मान दर्ज करें।", + "settings.autocomplete_no_matches": "कोई मेल नहीं मिला — आप अभी भी एक कस्टम मान टाइप कर सकते हैं", + "settings.autocomplete_placeholder": "खोजने के लिए टाइप करें या मान दर्ज करें\u0007f", + "settings.boolean_enable_prefix": "सक्षम करें", + "settings.categories_aria": "सेटिंग्स श्रेणियाँ", + "settings.categories_heading": "श्रेणियाँ", + "settings.db_wizard_btn": "DB विजार्ड", + "settings.effective_value_label": "प्रभावी मूल्य:", + "settings.encrypted_suffix": "= विश्राम में एन्क्रिप्ट किया गया", + "settings.encrypted_title": "मूल्य डेटाबेस में विश्राम में एन्क्रिप्ट किया गया है", + "settings.export_btn": "निर्यात", + "settings.export_db_only": "केवल DB सेटिंग्स", + "settings.export_full_config": "पूर्ण प्रभावी कॉन्फ़िगरेशन", + "settings.jump_to_category": "श्रेणी पर जाएँ\u00007f", + "settings.manage_config_prefix": "कॉन्फ़िगरेशन प्रबंधित करें। प्राथमिकता:", + "settings.model_picker_hint": "सूची में से चुनें या अपने प्रदाता द्वारा समर्थित कोई भी मॉडल नाम टाइप करें।", + "settings.model_picker_placeholder": "एक सामान्य मॉडल चुनें या कस्टम नाम टाइप करें\u00007f", + "settings.no_results_clear": "खोज को साफ करें", + "settings.no_results_heading": "कोई सेटिंग नहीं मिली", + "settings.no_results_hint": "कोई अलग खोज शब्द आज़माएँ या", + "settings.page_heading": "ऐप सेटिंग्स", + "settings.required_label": "(आवश्यक)", + "settings.reset_confirm": "क्या आप निश्चित हैं कि आप इस सेटिंग को रीसेट करना चाहते हैं?", + "settings.restart_required_suffix": "= पुनरारंभ आवश्यक", + "settings.revert_btn": "DB से हटाएं", + "settings.revert_title": "DB ओवरराइड हटा कर वातावरण परिवर्तनशील या डिफ़ॉल्ट पर वापस लौटें", + "settings.reverting": "वापस जा रहा है\n", + "settings.save_all_btn": "सभी परिवर्तन सहेजें", + "settings.save_error": "सेटिंग्स सहेजने में विफल", + "settings.save_setting_title": "इस सेटिंग को सहेजें", + "settings.save_success": "सेटिंग सफलतापूर्वक सहेजी गई", + "settings.saving_state": "सहेज रहा है\n", + "settings.search_aria_label": "सेटिंग्स खोजें", + "settings.search_clear_aria": "खोज स्पष्ट करें", + "settings.search_placeholder": "नाम, कुंजी, या विवरण द्वारा सेटिंग्स खोजें\n", + "settings.settings_count_suffix": "सेटिंग्स", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "डिफ़ॉल्ट", + "settings.source_env_badge": "ENV", + "settings.title": "सेटिंग्स", + "settings.toggle_visibility_aria": "पासवर्ड दृश्यता बदलें", + "settings.toggle_visibility_title": "मान दिखाएँ/छिपाएँ", + "settings.user_autocomplete_empty": "कोई मेल खाने वाले उपयोगकर्ता नहीं मिले", + "settings.user_autocomplete_hint": "नाम द्वारा मौजूदा उपयोगकर्ताओं की खोज करने के लिए टाइप करें, या किसी पहचानकर्ता को मैन्युअल रूप से दर्ज करें।", + "settings.user_autocomplete_placeholder": "उपयोगकर्ताओं की खोज करने के लिए टाइप करना प्रारंभ करें\n", + "settings.wizard_btn": "विजार्ड", + "shared.col_expiry": "मियाद", + "shared.col_file_label": "फाइल / लेबल", + "shared.col_link": "लिंक", + "shared.col_views": "दृश्य", + "shared.copy_link_aria": "क्लिपबोर्ड पर लिंक कॉपी करें", + "shared.copy_link_title": "लिंक कॉपी करें", + "shared.create_btn": "लिंक बनाएँ", + "shared.create_heading": "नई साझा लिंक बनाएँ", + "shared.creating": "बनाते हुए\n", + "shared.expiry_12h": "12 घंटे", + "shared.expiry_14d": "14 दिन", + "shared.expiry_1h": "1 घंटा", + "shared.expiry_24h": "24 घंटे (1 दिन)", + "shared.expiry_30d": "30 दिन", + "shared.expiry_3d": "3 दिन", + "shared.expiry_6h": "6 घंटे", + "shared.expiry_7d": "7 दिन", + "shared.expiry_label": "मियाद", + "shared.expiry_never": "कभी नहीं", + "shared.file_id_help_post": "पृष्ठ या दस्तावेज़ विवरण URL में।", + "shared.file_id_help_pre": "फाइल आईडी को खोजें", + "shared.file_id_label": "फाइल आईडी", + "shared.file_id_placeholder": "जैसे 42", + "shared.files_link": "फाइलें", + "shared.heading": "साझा लिंक", + "shared.label_label": "लेबल", + "shared.label_placeholder": "जैसे, बॉब के साथ साझा किया गया", + "shared.link_created": "साझा लिंक बनाया गया!", + "shared.link_created_help": "इस लिंक को कॉपी करें और प्राप्तकर्ता को भेजें।", + "shared.links_count_aria": "लिंकों की संख्या", + "shared.max_downloads_label": "अधिकतम डाउनलोड", + "shared.no_links": "अभी तक कोई साझा लिंक नहीं है। शुरू करने के लिए ऊपर एक बनाएँ।", + "shared.open_in_new_tab": "नई टैब में खोलें", + "shared.open_link_aria": "साझा लिंक खोलें", + "shared.optional": "(वैकल्पिक)", + "shared.page_title": "साझा लिंक – DocuElevate", + "shared.password_label": "पासवर्ड", + "shared.password_placeholder": "कोई पासवर्ड न रखने के लिए खाली छोड़ें", + "shared.password_protected": "पासवर्ड सुरक्षति", + "shared.refresh_aria": "साझा लिंक सूची को ताज़ा करें", + "shared.revoke_aria_prefix": "साझा लिंक रद्द करें", + "shared.revoke_btn": "रद्द करें", + "shared.status_active": "सक्रिय", + "shared.status_expired": "समयावधि समाप्त", + "shared.status_limit_reached": "सीमा प्राप्त कर ली गई", + "shared.status_revoked": "रद्द किया गया", + "shared.subtitle": "किसी भी व्यक्ति के साथ समय-सीमित या विचार-सीमित लिंक के माध्यम से दस्तावेज़ साझा करें। प्राप्तकर्ताओं को DocuElevate खाता की आवश्यकता नहीं है। लिंक को पासवर्ड-सुरक्षति की जा सकती है और कभी भी रद्द किया जा सकता है।", + "shared.table_aria": "साझा लिंक", + "shared.unlimited_placeholder": "अनलिमिटेड", + "shared.your_links": "आपके साझा लिंक", + "similarity.backfill_auto": "पृष्ठभूमि कार्य उन्हें हर 5 मिनट में स्वचालित रूप से गणना करेगा, या आप", + "similarity.files_missing_text": "फाइल(ओं) में OCR पाठ है लेकिन कोई एम्बेडिंग नहीं है।", + "similarity.find_pairs_btn": "जोड़े खोजें", + "similarity.heading": "दस्तावेज़ समानता", + "similarity.load_error": "जोड़े लोड करने में विफल।", + "similarity.min_similarity_label": "न्यूनतम समानता", + "similarity.no_pairs_detail": "कोई दस्तावेज़ जोड़े समानता सीमा को पार नहीं करते।", + "similarity.no_pairs_heading": "कोई समान जोड़े नहीं मिले", + "similarity.page_title": "दस्तावेज समानता - DocuElevate", + "similarity.pagination_aria": "समानता जोड़े पृष्ठीकरण", + "similarity.per_page_label": "प्रति पृष्ठ", + "similarity.scanning": "समान दस्तावेज़ जोड़ों के लिए स्कैनिंग\u00002026", + "similarity.stat_embedding_model": "एम्बेडिंग मॉडल", + "similarity.stat_missing_embedding": "गुम एंबेडिंग", + "similarity.stat_total_files": "कुल फ़ाइलें", + "similarity.stat_with_embedding": "एम्बेडिंग के साथ", + "similarity.subtitle": "उच्च अर्थात्मक समानता वाले दस्तावेज़ों के जोड़े, अंक द्वारा रैंक किए गए हैं।", + "similarity.trigger_aria": "गुम एंबेडिंग के लिए सभी फ़ाइलों के लिए एंबेडिंग गणना को ट्रिगर करें", + "similarity.trigger_now": "उसे अभी ट्रिगर करें", + "status.app_version": "ऐप संस्करण", + "status.build_date": "बिल्ड तिथि", + "status.container_id": "कंटेनर आईडी", + "status.git_commit": "Git कमिट", + "status.last_check": "अंतिम जांच", + "status.page_title": "सिस्टम स्थिति", + "status.setting_label": "सेटिंग", + "status.value_label": "मान", + "subscription.available_plans_heading": "उपलब्ध योजनाएं", + "subscription.back_to_dashboard": "डैशबोर्ड पर वापस जाओ", + "subscription.cancel_pending": "परिवर्तन को रद्द करें", + "subscription.cancel_scheduled": "निर्धारित परिवर्तन को रद्द करें", + "subscription.contact_sales": "बिक्री से संपर्क करें", + "subscription.current_badge": "वर्तमान", + "subscription.current_plan": "वर्तमान योजना", + "subscription.current_plan_cta": "आपकी वर्तमान योजना", + "subscription.downgrade_to_prefix": "डाउनग्रेड करें", + "subscription.features_heading": "आपकी योजना में क्या समाविष्ट है", + "subscription.free": "मुफ्त", + "subscription.heading": "मेरा सब्सक्रिप्शन", + "subscription.keep_plan_prefix": "रखें", + "subscription.lifetime_files": "कुल फाइलें (आजीवन)", + "subscription.month_files": "इस महीने की फाइलें", + "subscription.more_features_label": "और", + "subscription.page_title": "मेरा सब्सक्रिप्शन - DocuElevate", + "subscription.pending_badge": "लंबित", + "subscription.pending_benefits": "आप तब तक सभी वर्तमान योजना के लाभ बनाए रखते हैं।", + "subscription.pending_on": "पर", + "subscription.pending_title": "लंबित योजना परिवर्तन अनुसूचित", + "subscription.pending_will_change": "आपकी योजना में परिवर्तन होगा", + "subscription.per_mo": "/माह", + "subscription.per_month": "/महिना", + "subscription.since": "से", + "subscription.single_user_body": "सब्सक्रिप्शन स्तर तब लागू होते हैं जब मल्टी-यूज़र मोड सक्रिय होता है। आपका उदाहरण वर्तमान में बिना प्रोसेसिंग सीमाओं के सिंगल-यूज़र मोड में चल रहा है। एक व्यवस्थापक {settings_link} के माध्यम से मल्टी-यूज़र मोड सक्षम कर सकता है।", + "subscription.single_user_title": "मल्टी-यूज़र मोड सक्षम नहीं है।", + "subscription.subtitle": "आपकी वर्तमान योजना, उपयोग और उपलब्ध उन्नयन।", + "subscription.this_month_label": "इस महीने", + "subscription.today_files": "आज की फाइलें", + "subscription.today_label": "आज", + "subscription.unlimited": "अनलिमिटेड", + "subscription.upgrade_info": "उन्नतियां तुरंत प्रभाव में आती हैं। डाउनग्रेड आपके वर्तमान बिलिंग अवधि के अंत के लिए अनुसूचित हैं।", + "subscription.upgrade_to_prefix": "उन्नयन करें", + "subscription.usage_heading": "उपयोग", + "upload.browse_button": "फ़ाइल ब्राउज़ करें", + "upload.button_processing": "प्रक्रिया चल रही है...", + "upload.camera_button": "फोटो लें / दस्तावेज़ स्कैन करें", + "upload.download_button": "डाउनलोड और प्रक्रिया करें", + "upload.downloading": "URL से फ़ाइल डाउनलोड हो रही है...", + "upload.drag_drop": "यहाँ फ़ाइलें खींचें और छोड़ें या ब्राउज़ करने के लिए क्लिक करें", + "upload.drop_hint_desktop": "यहाँ फ़ाइलें या फ़ोल्डर खींचें और छोड़ें, या फ़ाइलें चुनने के लिए क्लिक करें।", + "upload.drop_hint_mobile": "फ़ाइलें चुनने के लिए टैप करें या नीचे दिए गए कैमरा बटन का उपयोग करें।", + "upload.drop_zone_aria": "फ़ाइल अपलोड क्षेत्र। यहाँ फ़ाइलें खींचें और छोड़ें, या फ़ाइलों को ब्राउज़ करने के लिए Enter दबाएं।", + "upload.error": "अपलोड विफल हुआ", + "upload.error_invalid_url": "अमान्य URL प्रारूप", + "upload.error_url_required": "कृपया एक URL दर्ज करें", + "upload.file_size_hint": "अधिकतम आकार: 500 MB प्रति फ़ाइल", + "upload.file_types": "अनुमत प्रकार: PDF, कार्यालय दस्तावेज़ (Word, Excel, PowerPoint, आदि), छवियाँ", + "upload.filename_description": "URL से फ़ाइल नाम का उपयोग करने के लिए खाली छोड़ें", + "upload.filename_label": "फ़ाइल का नाम (वैकल्पिक)", + "upload.filename_placeholder": "my-document.pdf", + "upload.max_size": "अधिकतम फ़ाइल आकार: {size}", + "upload.page_title": "फ़ाइलें अपलोड करें", + "upload.section_device": "डिवाइस से अपलोड करें", + "upload.section_url": "URL से अपलोड करें", + "upload.select_file": "फ़ाइल चुनें", + "upload.success": "फ़ाइल सफलतापूर्वक अपलोड हो गई", + "upload.title": "दस्तावेज़ अपलोड करें", + "upload.uploading": "अपलोड हो रहा है...", + "upload.url_description": "एक फ़ाइल का प्रत्यक्ष लिंक दर्ज करें (PDF, ऑफिस दस्तावेज़, या चित्र)", + "upload.url_label": " फ़ाइल URL", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/hr.json b/frontend/translations/hr.json index 39d6e0ee..065df744 100644 --- a/frontend/translations/hr.json +++ b/frontend/translations/hr.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Upoznajte kreatora", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", + "about.creator_pre": "DocuElevate je s ljubavlju razvijen od strane", + "about.features_admin_api": "Moćan REST API za programski pristup", + "about.features_admin_config": "Visoko konfigurabilan putem varijabli okruženja", + "about.features_admin_docker": "Spreman za Docker za jednostavno implementiranje i skaliranje", + "about.features_admin_heading": "Administracija", + "about.features_admin_oauth2": "Podrška za OAuth2 autentifikaciju s Authentik", + "about.features_automation_background": "Pozadinsko procesuiranje s Redisom i Celeryjem", + "about.features_automation_gmail": "Integracija Gmaila i općih email računa", + "about.features_automation_heading": "Automatizacija", + "about.features_automation_imap": "IMAP provjera pristigle pošte iz više izvora", + "about.features_automation_ingestion": "Automatsko unos dokumenata iz raznih izvora", + "about.features_heading": "Ključne značajke", + "about.features_integration_cloud": "Cloud pohrana: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integracija i pohrana", + "about.features_integration_multi_dest": "Podrška za više destinacija (pohranjivanje dokumenata na više lokacija)", + "about.features_integration_protocols": "Protokoli prijenosa: FTP, SFTP, prosljeđivanje emaila", + "about.features_integration_selfhosted": "Opcije samostalnog hostinga: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Inteligentna klasifikacija dokumenata i vađenje podataka", + "about.features_processing_heading": "Obrada dokumenata", + "about.features_processing_metadata": "Automatsko vađenje metapodataka korištenjem AI pružatelja", + "about.features_processing_ocr": "OCR pokretan Azure Document Intelligence", + "about.features_processing_pdf": "PDF konverzija za razne formate datoteka putem Gotenberga", + "about.features_processing_upload": "Jednostavno i sigurno učitavanje datoteka s podrškom za povlačenje i ispuštanje", "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.heading": "O DocuElevate", + "about.intro_post": " – vaše moderno, inteligentno rješenje za obradu dokumenata! Izgradili smo DocuElevate kako bismo potpuno transformirali način na koji upravljate svojim dokumentima – od učitavanja do vađenja, od obrade do pohrane.", + "about.intro_pre": "Dobrodošli u ", + "about.involved_description": "Želite se uroniti u kod, doprinijeti idejama ili saznati više o DocuElevate?", + "about.involved_docs": "Pročitajte dokumentaciju", + "about.involved_github": "Pogledajte DocuElevate na GitHubu", + "about.involved_heading": "Uključite se", + "about.involved_website": "Posjetite DocuElevate web stranicu", + "about.legal_description": "Brinemo se o vašoj privatnosti i sigurnosti podataka. Molimo pregledajte naše:", + "about.legal_heading": "Privatnost i pravne informacije", + "about.legal_license": "Informacije o licenci", + "about.legal_privacy": "Obavijest o privatnosti", + "about.page_title": "O DocuElevate", + "about.story_heading": "Naša priča", + "about.story_p1": "DocuElevate je stvoren s jednim ciljem: pojednostaviti i olakšati upravljanje dokumentima za sve, bilo da ste mala startup ili velika tvrtka.", + "about.story_p2": "Iskorištavamo snagu dodirnih AI provajdera (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey i mnogi drugi) za ekstrakciju metapodataka i refiniranje teksta, besprijekorno se integriramo s Dropboxom, Nextcloudom i Paperless NGX za pohranu i indeksiranje, koristimo Azure Document Intelligence za OCR, a čak i Gotenberg za konverziju datoteka u PDF.", + "api_tokens.col_created": "Stvoreno", + "api_tokens.col_last_ip": "Posljednji IP", + "api_tokens.col_last_used": "Zadnja Upotreba", + "api_tokens.col_name": "Ime", + "api_tokens.col_prefix": "Predpona Tokena", + "api_tokens.copy_to_clipboard": "Kopiraj token u međuspremnik", + "api_tokens.copy_upload_example": "Kopiraj primjer prijenosa u međuspremnik", + "api_tokens.copy_warning_1": "Kopirajte ovaj token sada — to će", + "api_tokens.copy_warning_2": "neće biti prikazano ponovno", + "api_tokens.create_heading": "Stvori Novi Token", + "api_tokens.create_token": "Stvori Token", + "api_tokens.creating": "Stvaranje\u00135...", + "api_tokens.heading": "API Tokeni", + "api_tokens.intro": "Stvorite osobne API tokene za interakciju s DocuElevate API-jem programatski. Koristite tokene za učitavanje putem webhooks, CI/CD cjevovode ili bilo koji skriptu koja treba učitati ili preuzeti dokumente.", + "api_tokens.loading_tokens": "Učitavanje tokena\u00135...", + "api_tokens.never": "Nikada", + "api_tokens.no_tokens_heading": "Još nema API tokena", + "api_tokens.no_tokens_help": "Stvorite svoj prvi token iznad da biste započeli.", + "api_tokens.page_title": "API Tokeni – DocuElevate", + "api_tokens.revoke": "Poništi", + "api_tokens.revoke_prefix": "Poništi token", + "api_tokens.status_active": "Aktivan", + "api_tokens.status_revoked": "Poništen", + "api_tokens.table_aria": "API Tokeni", + "api_tokens.token_created": "Token je uspješno stvoren!", + "api_tokens.token_name_label": "Ime tokena", + "api_tokens.token_name_placeholder": "npr. CI Pipeline, Webhook Upload, Moja Skripta", + "api_tokens.usage_heading": "Primjer Korištenja", + "api_tokens.usage_intro_post": "zaglavlje s bilo kojim API zahtjevom:", + "api_tokens.usage_intro_pre": "Koristite svoj API token u", + "api_tokens.your_tokens": "Vaši Tokeni", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", + "audit.col_resource": "Resurs", + "audit.col_timestamp": "Vrijeme oznake", + "audit.critical": "Kritično", + "audit.filter_action": "Akcija", + "audit.filter_all_actions": "Sve akcije", + "audit.filter_all_users": "Svi korisnici", + "audit.filter_resource_placeholder": "npr. dokument, korisnik", + "audit.filter_resource_type": "Tip resursa", + "audit.filter_severity": "Težina", + "audit.filter_user": "Korisnik", + "audit.filters_section_label": "Filteri zapisnika audita", + "audit.next": "Dalje", + "audit.next_label": "Sljedeća stranica", + "audit.no_events": "Još nema zabilježenih događaja audita.", + "audit.no_events_hint": "Značajne radnje (prijave, operacije s dokumentima, promjene postavki) će se ovdje prikazati.", + "audit.page_title": "Zapisnici audita - DocuElevate", + "audit.pagination_label": "Paginaranje zapisnika audita", + "audit.prev": "Preth.", + "audit.prev_label": "Prethodna stranica", + "audit.refresh_label": "Osvježi zapise audita", + "audit.siem_disabled_title": "SIEM prosljeđivanje je onemogućeno", + "audit.siem_enabled_title": "Događaji se prosljeđuju na ", + "audit.siem_off": "SIEM: Isključeno", + "audit.subtitle": "Sveobuhvatni, samo-dodajući zapis svih značajnih radnji.", + "audit.table_label": "Događaji zapisnika audita", + "audit.title": "Zapisnici audita", + "auth.confirm_password": "Potvrdi lozinku", + "auth.create_account": "Kreiraj račun", + "auth.display_name_label": "Prikazno ime", "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", + "auth.forgot_password": "Zaboravili ste lozinku?", + "auth.forgot_username": "Zaboravili ste korisničko ime?", + "auth.login": "Prijavi se", + "auth.login_title": "Prijavi se", "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", + "auth.logout": "Odjavi se", + "auth.my_account": "Moj račun", + "auth.no_account": "Nemate račun?", + "auth.or_continue_with": "Ili nastavite s", + "auth.password_label": "Lozinka", + "auth.profile": "Profil", + "auth.remember_me": "Zapamti me", + "auth.return_home": "Vrati se na početnu", + "auth.sign_in": "Prijavite se", + "auth.sign_in_sso": "Prijavite se s SSO", + "auth.sign_in_with": "Prijavite se s", + "auth.sign_in_with_username": "Prijavite se s korisničkim imenom", + "auth.signup": "Registracija", + "auth.signup_title": "Registracija", + "auth.username_label": "Korisničko ime", + "auth.username_or_email": "Korisničko ime ili Email", + "auth.verify_email_back_sign_in": "Natrag na prijavu", + "auth.verify_email_expiry": "Veza ističe za 24 sata. Ako ne vidite email, provjerite svoju poštu.", + "auth.verify_email_heading": "Provjerite svoju pristiglu poštu", + "auth.verify_email_message": "Poslali smo vam verifikacijski email. Molimo vas kliknite na vezu u emailu kako biste aktivirali svoj račun.", + "auth.verify_email_page_title": "DocuElevate - Potvrdite svoj Email", + "auth.verify_email_resend_aria_label": "Email adresa za ponovni slanje", + "auth.verify_email_resend_button": "Ponovo pošaljite verifikacijski email", + "auth.verify_email_resend_label": "Email adresa", + "auth.verify_email_resend_placeholder": "Unesite svoju email adresu", + "auth.verify_email_resend_prompt": "Niste primili?", + "backup.archives_heading": "Arhive sigurnosnih kopija", + "backup.backup_now": "Sigurnosna kopija sada", + "backup.clean_up": "Očisti", + "backup.cleanup_title": "Pokrenite čišćenje zadržavanja sada", + "backup.col_created": "Napravljen", + "backup.col_filename": "Naziv datoteke", + "backup.col_size": "Veličina", + "backup.col_storage": "Pohrana", + "backup.col_type": "Tip", + "backup.config_auto_backup": "Automatska sigurnosna kopija", + "backup.config_remote_dest": "Udaljena odredišna točka", + "backup.config_retention": "Zadržavanje", + "backup.config_total_size": "Ukupna lokalna veličina", + "backup.confirm_btn": "Potvrdi", + "backup.confirm_title": "Potvrdite radnju", + "backup.heading": "Upravljanje sigurnosnim kopijama", + "backup.local_only": "Samo lokalno", + "backup.no_backups": "Nema sigurnosnih kopija još.", + "backup.no_backups_hint": "Kliknite Sigurnosna kopija sada za stvaranje prve sigurnosne kopije.", + "backup.page_title": "Upravljanje sigurnosnim kopijama", + "backup.records_label": "zapisa", + "backup.restore_btn": "Vrati", + "backup.restore_desc_mid": "arhiv sigurnosne kopije za obnavljanje baze podataka.", + "backup.restore_desc_pre": "Učitajte ", + "backup.restore_desc_warning": "Ovo će nadpisati sve trenutne podatke.", + "backup.restore_file_label": "Arhiva sigurnosne kopije (.db.gz)", + "backup.restore_heading": "Obnavljanje iz datoteke", + "backup.restoring": "Obnavljanje\u00002026", + "backup.retention_daily_detail": "\u000e– čuvano 3 tjedna", + "backup.retention_heading": "Politika zadržavanja", + "backup.retention_hourly_detail": "\u000e– čuvano 4 dana", + "backup.retention_note": "Sigurnosne kopije izvan ovih ograničenja automatski se čiste nakon svake nove sigurnosne kopije.", + "backup.retention_weekly_detail": "\u000e– čuvano ~3 mjeseca", + "backup.snapshots": "snimke", + "backup.status_ok": "u redu", + "backup.storage_local": "lokalno", + "backup.subtitle": "Sigurnosne kopije baze podataka se automatski stvaraju: svaka sat, dnevno (3 tjedna), tjedno (13 tjedana).", + "backup.table_aria": "Arhive sigurnosne kopije", + "backup.trigger_daily": "Sigurnosna kopija odmah (dnevno)", + "backup.trigger_hourly": "Sigurnosna kopija odmah (svaka sat)", + "backup.trigger_weekly": "Sigurnosna kopija odmah (tjedno)", + "backup.type_daily": "Dnevno", + "backup.type_hourly": "Svaka sat", + "backup.type_weekly": "Tjedno", + "billing.go_to_dashboard": "Idite na nadzornu ploču", + "billing.manage_subscription": "Upravljajte pretplatom", + "billing.success_heading": "Sve ste postavili!", + "billing.success_message": "Vaša pretplata je aktivirana. Hvala što ste odabrali DocuElevate!", + "billing.success_page_title": "DocuElevate - Pretplata aktivirana", + "common.actions": "Akcije", + "common.active": "Aktivno", + "common.all": "Sve", + "common.avatar": "Avatar", + "common.back": "Natrag", + "common.cancel": "Odustani", + "common.close": "Zatvori", + "common.col_pending": "Na čekanju", + "common.completed": "Završeno", + "common.confirm": "Potvrdi", + "common.copied": "Kopirano!", + "common.copy": "Kopiraj", + "common.create": "Stvori", + "common.created": "Stvoreno", + "common.date": "Datum", + "common.delete": "Izbriši", + "common.description": "Opis", + "common.details": "Detalji", + "common.disabled": "Onemogućeno", + "common.download": "Preuzmi", + "common.duplicate": "Duplikat", + "common.edit": "Uredi", + "common.enabled": "Omogućeno", + "common.error": "Greška", + "common.failed": "Neuspješno", + "common.filter": "Filtriraj", + "common.inactive": "Neaktivan", + "common.info": "Informacije", + "common.loading": "Učitavanje...", + "common.name": "Ime", + "common.next": "Sljedeće", + "common.next_page": "Sljedeća stranica", + "common.no": "Ne", + "common.none": "Nema", + "common.page": "Stranica", + "common.paused": "Pauzirano", + "common.pending": "Na čekanju", + "common.prev_page": "Prethodna stranica", + "common.previous": "Prethodno", + "common.processing": "Obrada", + "common.refresh": "Osvježi", + "common.reset": "Ponovno postavi", + "common.retry": "Pokušaj ponovno", + "common.save": "Spremi", + "common.search": "Pretraži", + "common.select": "Odaberi", + "common.select_placeholder": "\u0014 odaberi \u0014", + "common.size": "Veličina", "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "common.submit": "Pošalji", + "common.success": "Uspjeh", + "common.tags": "Oznake", + "common.test": "Test", + "common.test_connection": "Testiraj vezu", + "common.type": "Vrsta", + "common.update": "Ažuriraj", + "common.updated": "Ažurirano", + "common.upload": "Otpremi", + "common.view": "Pogled", + "common.warning": "Upozorenje", + "common.yes": "Da", + "cookie.accept": "Razumijem", + "cookie.learn_more": "Saznaj više", + "cookie.message": "Ova web stranica koristi kolačiće za poboljšanje vašeg iskustva.", + "cookie.notice": "DocuElevate koristi samo osnovne kolačiće sesije potrebne za autentifikaciju i rad usluga. Nema kolačića za praćenje ili analitiku.", + "cookie.notice_label": "Obavijest o kolačićima", + "cookie.policy_link": "Politika kolačića", + "cookie.privacy_link": "Obavijest o privatnosti", + "credentials.col_action": "Akcija", + "credentials.col_credential": "Akreditiv", + "credentials.col_source": "Izvor", + "credentials.configured": "Konfigurirano", + "credentials.edit_in_settings": "Uredi u postavkama", + "credentials.legend_db": "Vrijednost pohranjena u bazi podataka (enkriptirano u mirovanju; nadjačava varijablu okruženja)", + "credentials.legend_env_after": " datoteka", + "credentials.legend_env_before": "Vrijednost iz varijable okruženja ili ", + "credentials.legend_missing": "Akreditiv nije postavljen — integracija neće raditi", + "credentials.legend_restart": "Ponovno pokretanje je potrebno kada se ovaj akreditiv promijeni", + "credentials.legend_title": "Legenda", + "credentials.manage_settings": "Upravljanje postavkama", + "credentials.not_configured": "Nije konfigurirano", + "credentials.page_title": "Revizija akreditiva - DocuElevate", + "credentials.raw_json": "SiRaw JSON (API)", + "credentials.restart_title": "Ponovno pokretanje je potrebno nakon promjene ovog akreditiva", + "credentials.source_db_title": "Pohranjeno u bazi podataka (enkriptirano)", + "credentials.source_env_title": "Iz varijable okruženja", + "credentials.status_missing": "Nedostaje", + "credentials.subtitle": "Pregled svih osjetljivih akreditiva koji se koriste u DocuElevate. Ovdje nisu prikazane tajne vrijednosti — samo je navedeno jesu li svaki akreditiv konfiguriran i odakle dolazi.", + "credentials.table_for": "Akreditivi za", + "credentials.title": "Revizija akreditiva", + "credentials.total_credentials": "Ukupno akreditiva", + "dashboard.active_integrations": "Aktivne integracije", + "dashboard.files_this_month": "Datoteke ovog mjeseca", + "dashboard.files_today": "Datoteke danas", + "dashboard.ocr_processed": "OCR obrađeno", + "dashboard.quick_actions": "Brze radnje", + "dashboard.recent_activity": "Najnovija aktivnost", + "dashboard.storage_targets": "Ciljevi pohrane", + "dashboard.title": "Nadzorna ploča", + "dashboard.total_files": "Ukupno datoteka", + "dashboard.welcome": "Dobrodošli u DocuElevate", + "duplicates.file_id_label": "ID datoteke", + "duplicates.file_id_placeholder": "npr. 42", + "duplicates.find_btn": "Pronađi", + "duplicates.found_files": "duplikatne datoteke ukupno.", + "duplicates.found_groups": "duplikatne grupe sa", + "duplicates.found_prefix": "Pronađeno", + "duplicates.group_aria": "Duplikatna grupa", + "duplicates.heading": "Duplikatni dokumenti", + "duplicates.how_it_works_heading": "Kako funkcionira prepoznavanje gotovo duplikata", + "duplicates.max_results_label": "Maks rezultati", + "duplicates.near_dup_desc": "Odaberite dokument kako biste provjerili sadrži li neka druga datoteka isti (ili vrlo sličan) sadržaj — čak i ako su skenirane u različito vrijeme i imaju različite SHA-256 hashove.", + "duplicates.near_dup_heading": "Pronađi gotovo duplikate za dokument", + "duplicates.no_exact_heading": "Nema pronađenih točnih duplikata", + "duplicates.page_title": "Duplikatni dokumenti - DocuElevate", + "duplicates.pagination_aria": "Pagiranje", + "duplicates.role_duplicate": "Duplikat", + "duplicates.role_original": "Izvorni", + "duplicates.tab_exact": "Točni duplikati", + "duplicates.tab_near": "Finder gotovo duplikata", + "duplicates.tabs_aria": "Yabe za prepoznavanje duplikata", + "duplicates.threshold_label": "Prag sličnosti", + "duplicates.view_dup_aria": "Pogledaj duplikatnu datoteku", + "duplicates.view_original_aria": "Pogledaj izvorni dokument", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Ups, nismo mogli pronaći tu stranicu!", + "error.404_home": "Vrati se kući", + "error.404_message": "Čini se da je DocuElevate izgubio dokument koji ste tražili. Ne brinite – tu smo da vam pomognemo.", + "error.404_title": "404 - Nije pronađeno", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Prikaži informacije o grešci", + "error.500_description": "Naši serveri su naišli na problem i trebaju trenutak.", + "error.500_heading": "Ups! Nešto je pošlo po zlu.", + "error.500_home": "Idi kući", + "error.500_img_alt": "Ilustracija greške servera", + "error.500_message1": "Naši serveri su naišli na problem i trebaju trenutak. Možda su hrčci prolili kavu?", + "error.500_message2": "Već smo na tome — sortiramo datoteke, ponovo pokrećemo servere i kalibriramo flux kondenzatore.", + "error.500_title": "Greška servera - DocuElevate", + "error.forbidden": "Zabranjeno", + "error.forbidden_message": "Nemate dozvolu za pristup ovoj stranici.", + "error.not_found": "Stranica nije pronađena", + "error.not_found_message": "Stranica koju tražite ne postoji.", + "error.server_error": "Interna pogreška poslužitelja", + "error.server_error_message": "Nešto je pošlo po zlu. Pokušajte ponovo kasnije.", + "error.unauthorized": "Nije ovlašteno", + "error.unauthorized_message": "Morate se prijaviti da biste pristupili ovoj stranici.", + "files.action_delete": "Izbriši datoteku", + "files.action_details": "Pogledaj pojedinosti", + "files.action_preview": "Brzi pregled", + "files.bulk_clear_selection": "Očisti odabir", + "files.bulk_cloud_ocr": "Ponovno pokreni Cloud OCR", + "files.bulk_delete": "Izbriši odabrano", + "files.bulk_download": "Preuzmi kao ZIP", + "files.bulk_reprocess": "Ponovno obradite odabrano", + "files.delete_modal_cancel": "Otkaži", + "files.delete_modal_confirm": "Izbriši", + "files.delete_modal_message": "Jeste li sigurni da želite izbrisati ovu datoteku?", + "files.delete_modal_title": "Potvrdi brisanje", + "files.document_title": "Naslov dokumenta", + "files.drop_overlay_hint": "Podržava PDF, Office dokumente, slike, HTML, Markdown i još mnogo toga – mape se obrađuju rekurzivno", + "files.drop_overlay_title": "Spustite datoteke ili mape bilo gdje za učitavanje", + "files.error_hint": "To može biti zbog problema s konfiguracijom ili uvozom. Provjerite dnevnik poslužitelja.", + "files.file_size": "Veličina datoteke", + "files.filename": "Naziv datoteke", + "files.files_selected": "odabranih datoteka", + "files.filter_all_providers": "Svi pružatelji", + "files.filter_all_statuses": "Svi statusi", + "files.filter_all_types": "Sve vrste", + "files.filter_apply": "Primijeni filtre", + "files.filter_clear": "Očisti", + "files.filter_date_from": "Datum od", + "files.filter_date_from_aria": "Filtriraj od datuma", + "files.filter_date_to": "Datum do", + "files.filter_date_to_aria": "Filtriraj do datuma", + "files.filter_form_aria": "Filtriraj datoteke", + "files.filter_mime_type": "MIME tip", + "files.filter_ocr_all": "Sve datoteke", + "files.filter_ocr_good": "Dobra kvaliteta", + "files.filter_ocr_poor": "Loša kvaliteta", + "files.filter_ocr_quality": "Kvaliteta OCR", + "files.filter_ocr_quality_aria": "Filtriraj po OCR kvaliteti", + "files.filter_ocr_unchecked": "Još nije ocijenjeno", + "files.filter_search_label": "Pretraži naziv datoteke", + "files.filter_search_placeholder": "Unesite naziv datoteke...", + "files.filter_storage_provider": "Pružatelj pohrane", + "files.filter_tags_aria": "Filtriraj po oznakama (odvojeno zarezom)", + "files.filter_tags_placeholder": "npr. račun,amazon", + "files.fulltext_search_label": "Pretraživanje punog teksta (OCR tekst, metapodaci, oznake)", + "files.fulltext_search_placeholder": "Pretraži sadržaj dokumenta, pošiljatelja, oznake, tip...", + "files.no_files": "Nema pronađenih datoteka", + "files.ocr_status": "OCR status", + "files.page_title": "Zapisi datoteka", + "files.pagination_files": "datoteke", + "files.pagination_first": "Prva", + "files.pagination_last": "Zadnja", + "files.pagination_nav_aria": "Paginacija popisa datoteka", + "files.pagination_next": "Sljedeća", + "files.pagination_of": "od", + "files.pagination_previous": "Prethodna", + "files.pagination_showing": "Prikazuje", + "files.preview_modal_close": "Zatvori pregled", + "files.preview_modal_title": "Pregled", + "files.queue_banner_items": "stavka(e) su trenutno u redu ili se obrađuju. Datoteke će se ovdje pojaviti kada obrada završi.", + "files.queue_banner_link": "Pogledaj red", + "files.saved_searches_empty": "Nema spremljenih pretraživanja", + "files.saved_searches_error": "Nije moguće učitati spremljena pretraživanja", + "files.saved_searches_label": "Spremljena pretraživanja", + "files.saved_searches_save": "Spremi trenutno", + "files.saved_searches_save_aria": "Spremi trenutne filtre kao spremljeno pretraživanje", + "files.search_results_empty": "Nema pronađenih rezultata.", + "files.search_results_title": "Rezultati pretraživanja", + "files.status_duplicate": "Duplikat", + "files.table_actions": "Akcije", + "files.table_aria": "Zapisi datoteka", + "files.table_created_at": "Stvoreno u", + "files.table_empty": "Nema pronađenih datoteka", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.table_mime_type": "MIME tip", + "files.table_original_filename": "Izvorni naziv datoteke", + "files.table_select_all": "Odaberi sve datoteke na ovoj stranici", + "files.tags": "Oznake", + "files.title": "Datoteke", + "files.upload_modal_aria": "Napredovanje učitavanja", + "files.upload_modal_close": "Zatvori napredovanje učitavanja", + "files.upload_modal_header": "Učitavanje datoteka", + "files.uploaded": "Učitano", + "footer.about": "O nama", + "footer.attribution": "Priznanje", + "footer.attributions": "Priznanja", + "footer.cookies": "Kolačići", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Otisak", + "footer.license": "Licenca", + "footer.navigation": "Navigacija u podnožju", + "footer.privacy": "Privatnost", + "footer.terms": "Uvjeti", + "footer.version": "Verzija {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "Povezano putem OAuth-a. Datoteke se pohranjuju u vaš odabrani folder.", + "help.destinations_email": "Prosljeđivanje e-pošte", + "help.destinations_email_desc": "Obrađene datoteke poslane kao SMTP privitci.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Račun usluge ili OAuth. Podržava zajedničke diskove.", + "help.destinations_heading": "Odredišta – Gdje idu dokumenti", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Samostalno hostano pohranjivanje u oblaku putem WebDAV-a.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Integracija s Microsoft Graph API-jem.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Upravite dokumente izravno u Paperless za arhiviranje.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Bilo koja S3-kompatibilna kanta (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Sigurni prijenos datoteka na bilo koji server.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST metapodatke na bilo koju vanjsku točku.", + "help.documentation": "Dokumentacija", + "help.faq": "Često postavljana pitanja", + "help.faq_1_a": "Idite na stranicu za učitavanje, povucite i ispustite svoje datoteke ili kliknite Odaberi datoteku. DocuElevate pretvara slike i uredske dokumente u PDF, pokreće OCR i automatski izvlači metapodatke.", + "help.faq_1_q": "Kako mogu učitati dokumente?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF i HTML. Datoteke koje nisu PDF automatski se konvertiraju u PDF prije obrade.", + "help.faq_2_q": "Koji formati datoteka su podržani?", + "help.faq_3_a": "Da. Idite na Učitavanje e-pošte, dodajte IMAP račun, a DocuElevate će pretraživati nove poruke i automatski obrađivati privitke.", + "help.faq_3_q": "Mogu li preuzeti dokumente iz e-pošte?", + "help.faq_4_a": "Cjevovodi vam omogućuju da povezujete korake obrade – OCR, AI ekstrakciju, konverziju formata – i usmjerite rezultat na jedno ili više odredišta. Kreirajte i upravljajte njima na stranici Cjevovodi.", + "help.faq_4_q": "Kako funkcioniraju cjevovodi obrade?", + "help.faq_5_a": "DocuElevate šifrira pristupne podatke u mirovanju, komunicira preko TLS-a i nikada ne pohranjuje vaše dokumente duže nego što je potrebno. Pogledajte Obavijest o privatnosti za pune detalje.", + "help.faq_5_a_post": " za pune detalje.", + "help.faq_5_a_pre": "DocuElevate kriptira vjerodajnice u mirovanju, komunicira putem TLS-a i nikada ne pohranjuje vaše dokumente duže nego što je potrebno. Pogledajte ", + "help.faq_5_q": "Je li moji podaci sigurni?", + "help.faq_heading": "Česta pitanja", + "help.getting_started": "Kako početi", + "help.heading": "Centar za pomoć", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Koristite REST API za programatsko slanje dokumenata. Autentificirajte se s Bearer tokenom i POST-ujte datoteke na upload endpoint.", + "help.ingestion_heading": "Alati za unos podataka", + "help.ingestion_mobile": "Mobilne aplikacije", + "help.ingestion_mobile_desc": "Koristite bilo koju mobilnu aplikaciju za skeniranje koja podržava prilagođene HTTP odredišne točke za slanje fotografija i skenova na DocuElevate s vašeg telefona ili tableta.", + "help.ingestion_scanners": "Mrežni skeneri", + "help.ingestion_scanners_desc": "Usmjerite bilo koji mrežni skener ili višenamjenski pisač na upload endpoint DocuElevate-a. Skenirani dokumenti dolaze izravno u vašu red čekanja za obradu.", + "help.ingestion_watched_folders": "Pratljene mape", + "help.ingestion_watched_folders_desc": "Konfigurirajte lokalnu ili mrežnu mapu koja će se nadzirati. Svaka datoteka stavljena u pratljenu mapu automatski se učitava i obrađuje od strane DocuElevate-a.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrirajte DocuElevate u svoje automatizirane radne tokove s Zapier-om, n8n ili Make. Koristite REST API akcije za pokretanje učitavanja dokumenata iz bilo kojeg događaja.", + "help.meta_description": "Dobijte pomoć s DocuElevate-om – pronađite vodiče o učitavanju dokumenata, povezivanju s oblakom, postavljanju cjevovoda i više.", + "help.og_description": "Dobijte pomoć s DocuElevate-om – pronađite vodiče o učitavanju dokumenata, povezivanju s oblakom, postavljanju cjevovoda i više.", + "help.page_title": "Centar za pomoć", + "help.privacy_notice": "Obavijest o privatnosti", + "help.quickstart_heading": "Brzi početak", + "help.quickstart_storage": "Povežite pohranu", + "help.quickstart_storage_desc": "Idite na Postavke i povežite svoje račune u oblaku. Obrađeni dokumenti automatski se usmjeravaju na svako odredište koje konfigurirate.", + "help.quickstart_storage_desc_full": "Idite na Integracije i povežite svoje račune za pohranu u oblaku. DocuElevate podržava Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud i još mnogo toga. Obraditi dokumenti se automatski usmjeravaju na svaku odredišnu destinaciju koju konfigurirate.", + "help.quickstart_upload": "Učitajte dokumente", + "help.quickstart_upload_desc": "Prevucite i ispustite datoteke na stranicu za učitavanje ili kliknite Odaberi datoteku. DocuElevate konvertira slike i poslovne dokumente u PDF, pokreće OCR i automatski izvlači metapodatke.", + "help.quickstart_workflows": "Automatizirajte radne procese", + "help.quickstart_workflows_desc": "Kreirajte cjevovode kako biste definirali višestepenu obradu i pravila usmjeravanja. Kombinirajte OCR, AI ekstrakciju, konverziju formata i isporuku u jednom toku.", + "help.sources_email_ingestion": "Učitavanje e-pošte (IMAP)", + "help.sources_email_ingestion_desc": "Proslijedite dokumente na namjensku e-poštu. Pod Učitavanje e-pošte dodajte jedan ili više IMAP računa. DocuElevate pretražuje nove poruke i automatski obrađuje privitke.", + "help.sources_heading": "Izvori – Uzimanje dokumenata", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", + "help.sources_rest_api_desc": "Integrirajte programatski slanjem datoteka na /api/upload. Idealno za skripte, nadzirane mape, skeneri ili alati trećih strana kao što su Zapier i n8n.", + "help.sources_scanner": "Skeniranje i mobilno", + "help.sources_scanner_desc": "Usmjerite mrežne skenerne na DocuElevate-ovu točku za učitavanje ili upotrijebite bilo koju mobilnu aplikaciju za skeniranje koja podržava prilagođene HTTP odredišne točke.", + "help.sources_scanner_desc_full": "Konfigurirajte svoj mrežni skener ili višenamjenski pisač da šalje skenove izravno na DocuElevate. Koristite /api/upload endpoint kao odredište. Mobilne aplikacije za skeniranje s prilagođenim odredištima za učitavanje također su podržane.", + "help.sources_web_upload": "Web Učitavanje", + "help.sources_web_upload_desc": "Najbrži način za početak. Otvorite stranicu za učitavanje, ispustite jednu ili više datoteka, a DocuElevate će se pobrinuti za ostalo. Podržani formati uključuju PDF, JPEG, PNG, TIFF, DOCX, XLSX i još više.", + "help.subheading": "Sve što trebate za maksimalno iskorištavanje DocuElevatea. Pretražujte teme ispod ili tražite ono što vam treba.", + "help.support": "Podrška", + "help.support_admin_message": "Kontaktirajte svog administratora za informacije o podršci.", + "help.support_description": "Ne možete pronaći ono što tražite? Naš tim za podršku je ovdje da pomogne.", + "help.support_heading": "Kontaktirajte podršku", + "help.support_live_chat": "Live Chat dostupan – kliknite na chat balon da započnete razgovor.", + "help.support_ticket_button": "Pošaljite zahtjev", + "help.support_ticket_desc": "Ispunite obrazac u nastavku i naš tim za podršku će vam se javiti što je prije moguće.", + "help.support_ticket_heading": "Otvorite zahtjev za podršku", + "help.title": "Centar za pomoć", + "help.workflows_creating": "Kreiranje cjevovoda", + "help.workflows_definition": "Cjevovod je niz koraka obrade koji se automatski izvršavaju svaki put kada se dokument preuzme. Svaki korak može transformirati, obogatiti ili usmjeriti dokument.", + "help.workflows_heading": "Radni procesi i cjevovodi", + "help.workflows_step_1": "Pretvori u PDF", + "help.workflows_step_1_create": "Idite na Pipeline u glavnom izborniku.", + "help.workflows_step_1_full": "Konvertiranje u PDF – svi dolazni datoteke se normaliziraju u dosljedan PDF format.", + "help.workflows_step_2": "OCR – izvuci tekst", + "help.workflows_step_2_create": "Kliknite na Novi Pipeline i dajte mu ime.", + "help.workflows_step_2_full": "OCR – izvadite selektirani tekst iz skeniranih stranica koristeći Azure Document Intelligence ili ugrađeni alat.", + "help.workflows_step_3": "AI ekstrakcija metapodataka", + "help.workflows_step_3_create": "Dodajte potrebne korake obrade.", + "help.workflows_step_3_full": "Izvlačenje AI metapodataka – klasificirajte vrstu dokumenta i izvučite ključna polja kao što su iznosi, datumi i imena koristeći OpenAI.", + "help.workflows_step_4": "Dostavi na jedno ili više odredišta", + "help.workflows_step_4_create": "Odaberite jedno ili više odredišta isporuke.", + "help.workflows_step_5_create": "Spremi – nove dokumente će se automatski obraditi putem ovog pipeline-a.", + "help.workflows_typical_steps": "Tipični koraci", + "help.workflows_what_is": "Što je Pipeline?", + "index.badge_intelligent": "Inteligentna obrada dokumenata", + "index.button_browse_files": "Pregledaj datoteke", + "index.button_upload": "Otpremi", + "index.capabilities_cloud": "Oblak pohrana: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "E-mail i URL-bazirano prihvaćanje dokumenata", + "index.capabilities_ocr": "OCR i ekstrakcija metapodataka uz AI", + "index.capabilities_paperless": "Integracija Paperless-ngx za upravljanje dokumentima", + "index.capabilities_title": "Mogućnosti", + "index.capabilities_workflows": "Automatizirana klasifikacija i usmjeravanje radnih tokova", + "index.cta_description": "Pridružite se timovima koji već automatiziraju obradu svojih dokumenata s DocuElevate.", + "index.cta_heading": "Spremni za unapređenje vašeg radnog toka dokumenata?", + "index.cta_pricing": "Pogledajte cijene", + "index.cta_signup": "Kreirajte besplatni račun", + "index.dashboard_subtitle": "Inteligentna obrada i upravljanje dokumentima", + "index.dashboard_subtitle_teams": "Inteligentna obrada i upravljanje dokumentima — napravljeno za timove", + "index.feature_ai": "AI ekstrakcija metapodataka", + "index.feature_ai_desc": "OpenAI, Claude, Gemini i drugi AI pružatelji klasificiraju dokumente i izvode ključna polja poput datuma, iznosa i tema.", + "index.feature_cloud": "Multi-Cloud pohrana", + "index.feature_cloud_desc": "Usmjeravajte obrađene datoteke na Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, i više.", + "index.feature_email": "E-mail i IMAP prihvaćanje", + "index.feature_email_desc": "Automatski povucite dokumente iz Gmaila ili bilo kojeg IMAP poštanskog sandučića — nema potrebe za ručnim otpremanjem.", + "index.feature_ocr": "OCR i ekstrakcija teksta", + "index.feature_ocr_desc": "Azure Document Intelligence automatski pretvara skenirane PDF-ove i slike u potpuno pretraživi tekst.", + "index.feature_pipelines": "Prilagođeni Pipeline-i", + "index.feature_pipelines_desc": "Izradite procesne pipeline-e s konfigurabilnim koracima — OCR, AI ekstrakcija, pretvorba formata i usmjeravanje pohrane u bilo kojem redoslijedu.", + "index.feature_search": "Pretraživanje punog teksta", + "index.feature_search_desc": "Odmah pronađite bilo koji dokument po sadržaju, metapodacima ili oznakama u cijelom arhivu.", + "index.feature_section_title": "Sve što vam treba za pametne radne tokove dokumenata", + "index.getting_started": "Kako početi", + "index.getting_started_1": "Konfigurirajte integracije putem Stanja sustava", + "index.getting_started_2": "Otpremite svoj prvi dokument", + "index.getting_started_3": "Pregledajte rezultate u Datotekama", + "index.getting_started_learn": "Saznajte više o DocuElevate", + "index.hero_description": "DocuElevate preuzima vaše dokumente, pokreće OCR, ekstraktira metapodatke pomoću AI-a i prosljeđuje datoteke na Dropbox, Google Drive, OneDrive, S3, Nextcloud i više — sve u jednoj neprekidnoj liniji.", + "index.hero_heading": "Od otpremanja do uvida — automatski.", + "index.hero_login": "Prijavite se", + "index.hero_pricing": "Pogledajte planove i cjenike", + "index.hero_signup": "Započnite — besplatno je", + "index.integrations_active": "Aktivne integracije", + "index.integrations_storage": "Ciljevi pohrane", + "index.integrations_title": "Integracije", + "index.integrations_view_status": "Pogledajte stanje sustava", + "index.page_title_dashboard": "Kontrolna ploča", + "index.page_title_public": "Inteligentna obrada dokumenata", + "index.platform_overview": "Pregled platforme", + "index.processing_stats": "Statistika obrade", + "index.quick_actions": "Brze akcije", + "index.quick_documents": "Moji dokumenti", + "index.quick_documents_desc": "Pretražite svoje obrađene datoteke", + "index.quick_search": "Pretraživanje", + "index.quick_search_desc": "Pretraživanje punog teksta kroz dokumente", + "index.quick_subscription": "Moja pretplata", + "index.quick_subscription_desc": "Pogledajte detalje plana i korištenja", + "index.quick_system_status": "Stanje sustava", + "index.quick_system_status_desc": "Provjerite zdravlje integracije", + "index.quick_upload": "Otpremite dokument", + "index.quick_upload_desc": "Obradite novu datoteku", + "index.quick_view_files": "Pogledajte sve datoteke", + "index.quick_view_files_desc": "Pretražite obrađene dokumente", + "index.single_user_heading": "DocuElevate Kontrolna ploča", + "index.single_user_subtitle": "Inteligentna obrada i upravljanje dokumentima", + "index.stat_active_integrations": "Aktivne integracije", + "index.stat_active_users": "Aktivni korisnici", + "index.stat_files_month": "Datoteke ovog mjeseca", + "index.stat_files_ocr": "Datoteke s OCR-om", + "index.stat_files_today": "Datoteke danas", + "index.stat_storage_targets": "Ciljevi pohrane", + "index.stat_this_month": "Ovaj mjesec", + "index.stat_today": "Danas", + "index.stat_total_files": "Ukupno datoteka", + "index.stat_total_processed": "Ukupno obrađeno", "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", + "index.tier_upgrade": "Nadograjivanje", + "index.tier_view_details": "Pogledajte pune detalje", + "index.upgrade_daily_limits": "Viši dnevni i mjesečni limiti", + "index.upgrade_description": "Otključajte više dokumenata, više odredišta i prioritetnu podršku.", + "index.upgrade_destinations": "Više odredišta za pohranu", + "index.upgrade_ocr_pages": "Više OCR stranica", + "index.upgrade_plan": "Nadogradite svoj plan", + "index.upgrade_view_pricing": "Pogledajte planove i cijene", + "index.usage_lifetime": "Datoteke za cijeli život", + "index.usage_month": "Datoteke ovog mjeseca", + "index.usage_my_usage": "Moja upotreba", + "index.usage_today": "Datoteke danas", + "index.usage_unlimited": "Neograničeno", + "integrations.access_key_label": "ID pristupnog ključa", + "integrations.active_label": "Aktivno", + "integrations.add_button": "Dodaj integraciju", + "integrations.add_first_button": "Dodajte svoju prvu integraciju", + "integrations.api_token_label": "API token", + "integrations.authorize_btn": "Ovlasti", + "integrations.authorize_reauth": "Ponovno ovlasti", + "integrations.bucket_label": "Sanduk", + "integrations.configure": "Konfiguriraj", + "integrations.connect": "Poveži", + "integrations.connected": "Povezano", + "integrations.connection_failed": "Veza nije uspjela", + "integrations.connection_success": "Veza uspješna", + "integrations.delete_confirm_are_you_sure": "Jeste li sigurni da želite izbrisati", + "integrations.delete_confirm_title": "Izbriši integraciju?", + "integrations.delete_confirm_undone": "Ova radnja se ne može poništiti.", + "integrations.delete_emails_label": "Izbriši e-maile nakon obrade", + "integrations.delete_files_label": "Izbriši datoteke nakon obrade", + "integrations.destinations_quota_label": "Odredišta pohrane:", + "integrations.destinations_section": "Odredišta", + "integrations.direction_destination": "Odredište (pohrana)", + "integrations.direction_label": "Smjer", + "integrations.direction_placeholder": "\u00103\u00110; Odaberite \u00103\u00110;", + "integrations.direction_source": "Izvor (dovod)", + "integrations.disconnect": "Prekini vezu", + "integrations.email_settings": "Postavke prosljeđivanja e-pošte", + "integrations.empty_state": "Nema konfiguriranih integracija", + "integrations.endpoint_label": "URL krajnje točke", + "integrations.endpoint_optional": "(opcionalno, za S3-kompatibilne)", + "integrations.folder_label": "Mapa", + "integrations.folder_optional": "(opcionalno)", + "integrations.folder_path_label": "Putanja do mape", + "integrations.folder_prefix_label": "Prefiks mape", + "integrations.generic_settings_hint": "Konfiguracija za ovu vrstu integracije može se pružiti kao JSON nakon kreiranja putem API-a.", + "integrations.gmail_hint": "Gmail oznake & zvjezdica: kada je omogućeno, obrađeni e-poruke su označene zvjezdicom i označene s oznakom \"Dovedena\" u Gmailu. Primjenjuje se samo na Gmail poslužitelje.", + "integrations.gmail_labels": "Primijeni Gmail oznake & zvjezdicu", + "integrations.host_label": "Poslužitelj", + "integrations.imap_settings": "IMAP postavke", + "integrations.loading": "Učitavanje integracija\u00102\u00110;", + "integrations.modal_close": "Zatvori modal", + "integrations.modal_title_add": "Dodaj integraciju", + "integrations.modal_title_edit": "Uredi integraciju", + "integrations.name_label": "Oznaka", + "integrations.name_placeholder": "npr. Work Gmail, S3 Arhiva", + "integrations.nextcloud_settings": "Nextcloud Postavke", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Dodajte svoju prvu integraciju za povezivanje izvora preuzimanja (poput IMAP-a) i odredišta za pohranu (poput S3, Dropbox-a ili Google Drive-a).", + "integrations.not_connected": "Nije povezano", + "integrations.oauth_folder_label": "Mapa", + "integrations.oauth_hint": "Prvo spremite ovu integraciju, a zatim upotrijebite gumb Autoriziraj za dovršetak OAuth toka. Vaši podaci će biti pohranjeni sigurno u vašem osobnom integracijskom zapisu.", + "integrations.page_title": "Integracije", + "integrations.paperless_settings": "Paperless NGX Postavke", + "integrations.password_label": "Lozinka", + "integrations.paused": "Pauzirano", + "integrations.plan_label": "Plan:", "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", - "language.bg": "Български", - "language.ca": "Català", - "language.change_success": "Language changed to {language}", + "integrations.quota_not_available": "(nije dostupno)", + "integrations.quota_unlimited": "/ neograničeno", + "integrations.recipient_label": "E-pošta primatelja", + "integrations.region_label": "Regija", + "integrations.remote_path_label": "Daljinska Putanja", + "integrations.s3_prefix_label": "Prefiks (putanja do mape)", + "integrations.s3_settings": "S3 Postavke", + "integrations.secret_key_label": "Tajni Pristupni Ključ", + "integrations.show_password": "Prikaži lozinku", + "integrations.show_secrets": "Prikaži tajne", + "integrations.show_token": "Prikaži token", + "integrations.source_local": "Lokalni Datotečni Sustav", + "integrations.source_type_label": "Vrsta Izvora", + "integrations.sources_quota_label": "Izvori Pošte:", + "integrations.sources_section": "Izvori", + "integrations.subtitle": "Upravite svojim izvorima preuzimanja i odredištima za pohranu na jednom mjestu.", + "integrations.title": "Integracije", + "integrations.type_label": "Vrsta Integracije", + "integrations.type_placeholder": "\n\n Odaberite smjer prvo \n\n", + "integrations.upgrade_plan": "Nadogradite Plan", + "integrations.use_ssl": "Koristite SSL", + "integrations.username_label": "Korisničko ime", + "integrations.watch_folder_settings": "Postavke Mape za Praćenje", + "integrations.webdav_settings": "WebDAV Postavke", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Preuzimanje", + "integrations.webhook_how_heading": "Kako Funkcionira Webhook Preuzimanje", + "integrations.webhook_how_text": "Webhook integracija omogućava vanjskim sustavima da izravno šalju dokumente u DocuElevate putem REST API-ja. Umjesto da DocuElevate traži nove datoteke (poput IMAP-a), vaša aplikacija šalje datoteke u DocuElevate koristeći HTTP zahtjev s API tokenom za autentifikaciju.", + "integrations.webhook_ideal_text": "Ovo je idealno za CI/CD cjevovode, automatizacijske skripte, integracije skenera ili bilo koji sustav koji generira dokumente i treba ih poslati na obradu.", + "integrations.webhook_quick_start": "Brzi Početak", + "integrations.webhook_security_tip": "Kreirajte posvećeni API token za svaku integraciju i odmah ga opozovite ako je kompromitiran. Tokeni se mogu upravljati na stranici API Tokeni.", + "integrations.webhook_step1": "Idite na {api_tokens_link} i kreirajte osobni token.", + "integrations.webhook_upload_with_token": "Upotrijebite token za prijenos dokumenata putem API-ja:", + "language.bg": "\u001c\u001f\u0001b\u00040\u0005a\u00005a\u0005b\u00001f\u00005d", + "language.ca": "Katalonski", + "language.change_success": "Jezik je promijenjen na {language}", "language.changed": "Jezik je promijenjen na {language}", - "language.cs": "Čeština", - "language.da": "Dansk", - "language.de": "Deutsch", - "language.el": "Ελληνικά", - "language.en": "English", - "language.es": "Español", - "language.et": "Eesti", - "language.fi": "Suomi", - "language.fr": "Français", - "language.ga": "Gaeilge", + "language.cs": "\be\u00161tina", + "language.da": "Danski", + "language.de": "Njemački", + "language.el": "\u00045\u00039\u0003b\u0003b\u0004b\u0003c", + "language.en": "Engleski", + "language.es": "Španjolski", + "language.et": "Estonski", + "language.fi": "Finski", + "language.fr": "Francuski", + "language.ga": "Irski", "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Hrvatski", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", + "language.hu": "Mađarski", + "language.is": "Islandski", + "language.it": "Talijanski", + "language.lb": "Luksemburški", + "language.lt": "Litvanski", + "language.lv": "Latvijski", + "language.nb": "Norski", + "language.nl": "Nizozemski", + "language.no_results": "Nema pronađenih jezika", + "language.pl": "Poljski", + "language.pt": "Portugalski", + "language.ro": "Rumunjski", + "language.ru": "Ruski", + "language.search_placeholder": "Pretraži jezike\n", + "language.selector": "Jezik", + "language.selector_label": "Odaberite jezik", + "language.sk": "Slovački", + "language.sl": "Slovenski", + "language.sv": "Švedski", + "language.tr": "Turski", + "language.uk": "Ukrajinski", + "language.zh": "Kineski", + "nav.about": "O nama", + "nav.account_menu": "Izbornik računa", + "nav.account_menu_for": "Izbornik računa za {name}", + "nav.admin": "Administrator", + "nav.admin.audit_logs": "Revizijski logovi", + "nav.admin.backups": "Sigurnosne kopije", + "nav.admin.plans": "Planovi", + "nav.admin.scheduled_jobs": "Zakazane poslove", + "nav.admin.users": "Korisnici", + "nav.admin_actions": "Administratorske radnje", + "nav.admin_menu": "Administratorski izbornik", + "nav.api_docs": "API Dokumentacija", + "nav.api_tokens": "API Tokeni", + "nav.backup_restore": "Sigurnosna kopija i obnova", + "nav.credentials": "Akreditivi", + "nav.dark_mode": "Tamni način", + "nav.dashboard": "Nadzorna ploča", + "nav.developer_docs": "Dokumentacija za programere", + "nav.duplicates": "Duplikati", + "nav.file_manager": "Upravitelj datoteka", + "nav.files": "Datoteke", + "nav.get_started": "Započni", + "nav.help": "Pomoć", + "nav.help_center": "Centar za pomoć", + "nav.imap": "Uvoz e-pošte", + "nav.integrations": "Integracije", + "nav.light_mode": "Svijetli način", + "nav.login": "Prijava", + "nav.logout": "Odjava", + "nav.main_navigation": "Glavna navigacija", + "nav.my_subscription": "Moja pretplata", + "nav.notifications": "Obavijesti", + "nav.open_main_menu": "Otvori glavni izbornik", + "nav.pipelines": "Cijevi", + "nav.plan_designer": "Dizajner plana", + "nav.pricing": "Cijene", + "nav.profile": "Profil", + "nav.profile_settings": "Postavke profila", + "nav.queue": "Red", + "nav.queue_monitor": "Monitor reda", + "nav.scheduled_jobs": "Zakazani poslovi", + "nav.search": "Pretraži", + "nav.settings": "Postavke", + "nav.shared_links": "Dijeljene poveznice", + "nav.sign_out": "Odjavi se", + "nav.signup": "Registriraj se", + "nav.similarity": "Sličnost", + "nav.skip_to_content": "Preskoči na glavni sadržaj", "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "nav.subscription": "Pretplata", + "nav.toggle_dark_mode": "Prebaci tamni način", + "nav.toggle_nav": "Prebaci izbornik navigacije", + "nav.upload": "Otpremi", + "nav.users": "Korisnici", + "nav.version": "Informacije o verziji", + "notifications.filter_all": "Sve", + "notifications.filter_read": "Samo pročitano", + "notifications.filter_unread": "Samo nepročitano", + "notifications.manage_desc": "Upravite svojim sandučićem obavijesti, ciljevima i postavkama događaja", + "notifications.mark_all_read": "Označi sve kao pročitano", + "notifications.mark_all_read_btn": "Označi sve pročitano", + "notifications.mark_read": "Označi kao pročitano", + "notifications.no_notifications": "Nema obavijesti", + "notifications.page_title": "Obavijesti", + "notifications.tab_inbox": "Sandučić", + "notifications.tab_settings": "Postavke", + "notifications.title": "Obavijesti", + "notifications.unread_count": "{count} nepročitanih obavijesti", + "pipelines.active_label": "Aktivno", + "pipelines.add_step_btn": "Dodaj korak", + "pipelines.create": "Kreiraj pipeline", + "pipelines.custom_label_label": "Prilagođena oznaka", + "pipelines.default_label": "Zadano", + "pipelines.description_label": "Opis", + "pipelines.description_placeholder": "Opcionalni opis", + "pipelines.disabled_label": "Onemogućeno", + "pipelines.edit": "Uredi pipeline", + "pipelines.empty_state": "Nema još pipeline-a", + "pipelines.empty_state_hint": "Kreirajte svoj prvi pipeline kako biste definirali prilagođene tokove obrade dokumenata.", + "pipelines.enabled_label": "Omogućeno", + "pipelines.force_cloud_ocr_label": "Prisilite cloud OCR (preskočite lokalno vađenje teksta)", + "pipelines.inactive_label": "Neaktivno", + "pipelines.loading": "Učitavanje pipeline-a\u001a\u001a...", + "pipelines.name_placeholder": "Moj pipeline", + "pipelines.new_pipeline_btn": "Novi Pipeline", + "pipelines.no_steps": "Nema definiranih koraka. Dodajte korak da počnete graditi svoj pipeline.", + "pipelines.ocr_auto": "Automatski (koristite sistemsku zadanu postavku)", + "pipelines.ocr_language_hint": "Poništava globalnu jezičnu postavku za Tesseract/EasyOCR. Azure i Mistral automatski otkrivaju jezik.", + "pipelines.ocr_language_label": "OCR Jezik", + "pipelines.optional_suffix": "(opcionalno)", + "pipelines.page_title": "Obrada pipeline-a", + "pipelines.set_default": "Postavi kao moj zadani pipeline", + "pipelines.step_label_placeholder": "Poništite zadano ime koraka", + "pipelines.step_type_label": "Tip koraka", + "pipelines.subtitle_intro": "Definirajte i upravljajte prilagođenim tokovima obrade dokumenata.", + "pipelines.subtitle_system_post": "značka i vidljivi su svim korisnicima.", + "pipelines.subtitle_system_pre": "Sistemski pipeline-i (stvoreni od strane administratora) prikazuju se s", + "pipelines.system_label": "Sistem", + "pipelines.system_pipeline_label": "Sistemski pipeline (vidljiv svim korisnicima)", + "pipelines.title": "Obrada pipeline-a", + "profile.avatar_alt": "Vaša profilna slika", + "profile.avatar_heading": "Profilna slika", + "profile.avatar_remove": "Ukloni prilagođenu avatare", + "profile.avatar_upload_hint": "Otpremite JPEG, PNG, GIF ili WebP sliku do 2 MB. Ako nije postavljena prilagođena slika, vaš {gravatar} se prikazuje.", + "profile.choose_image": "Odaberite sliku\b5", + "profile.confirm_password": "Potvrdi novu lozinku", + "profile.contact_email_hint": "Koristi se za obavijesti sustava. Ovo ne mijenja vašu prijavnu e-poštu.", + "profile.contact_email_label": "Kontakt / E-pošta za obavijesti", + "profile.contact_email_placeholder": "vi@example.com", + "profile.current_password": "Trenutačna lozinka", + "profile.dismiss": "Odbaci", + "profile.display_name_hint": "Ostavite prazno za korištenje korisničkog imena ili e-pošte računa.", + "profile.display_name_label": "Prikazano ime", + "profile.display_name_placeholder": "Vaše ime kako ga prikazuje korisničko sučelje", + "profile.general_heading": "Opće informacije", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Postavke profila", + "profile.language_auto_detect": "Automatsko otkrivanje (iz preglednika)", + "profile.language_hint": "Odaberite svoj preferirani jezik sučelja. „Automatsko otkrivanje“ slijedi postavke vašeg preglednika.", + "profile.language_label": "Jezik sučelja", + "profile.new_password": "Nova lozinka", + "profile.new_password_hint": "Minimalno 8 znakova.", + "profile.page_title": "Postavke profila – DocuElevate", + "profile.password_heading": "Promijeni lozinku", + "profile.preferences_heading": "Postavke", + "profile.save_button": "Spremi promjene", + "profile.saving": "Spremanje\b5", + "profile.subtitle": "Upravljajte svojim prikazanim imenom, avatarom, jezikom i postavkama teme.", + "profile.theme_dark": "Tamna", + "profile.theme_hint": "„Zadani sustav“ slijedi postavku tamnog načina rada vašeg uređaja.", + "profile.theme_label": "Shema boja", + "profile.theme_light": "Svijetla", + "profile.theme_system": "Zadani sustav", + "profile.update_password": "Ažuriraj lozinku", + "profile.updating": "Ažuriranje\u001e...", + "queue.active_tasks": "Aktivne zadatke", + "queue.auto_refresh_1": "Automatski se osvježava svake", + "queue.auto_refresh_2": "sekunde", + "queue.col_arguments": "Argumenti", + "queue.col_current_step": "Trenutni korak", + "queue.col_file": "Datoteka", + "queue.col_files": "Datoteke", + "queue.col_queue": "Red", + "queue.col_state": "Stanje", + "queue.col_task": "Zadatak", + "queue.col_task_id": "ID zadatka", + "queue.files_processing": "Obrada datoteka", + "queue.heading": "Nadzor reda", + "queue.last_updated": "Zadnje ažurirano:", + "queue.loading_stats": "Učitavanje statistike reda\u00153", + "queue.no_active_tasks": "Nema aktivnih zadataka", + "queue.no_data": "Nema podataka", + "queue.no_files_processing": "Nema datoteka koje se trenutno obrađuju", + "queue.page_title": "Nadzor reda", + "queue.processing_pipeline": "Cjevovod obrade", + "queue.queued_tasks": "Zadaci u redu", + "queue.recently_processing": "Nedavno obrađene datoteke", + "queue.redis_queues": "Redis redovi", + "queue.subtitle": "Pogled u stvarnom vremenu na cjevovod za obradu dokumenata i Celery redove zadataka.", + "queue.workers_online": "Radnici online", + "search.button": "Pretraži", + "search.error_message": "Pretraživanje je privremeno nedostupno. Pokušajte ponovno za trenutak.", + "search.filter_aria_clear": "Očistite sve filtre", + "search.filter_clear_button": "Očistite filtre", + "search.filter_date_from": "Datum od", + "search.filter_date_to": "Datum do", + "search.filter_document_type": "Vrsta dokumenta", + "search.filter_document_type_placeholder": "npr. Račun", + "search.filter_language": "Jezik", + "search.filter_language_placeholder": "npr. de", + "search.filter_sender": "Pošiljatelj", + "search.filter_sender_placeholder": "npr. ACME Corp", + "search.filter_tags": "Oznake", + "search.filter_tags_placeholder": "npr. amazon", + "search.filter_text_quality": "Kvaliteta teksta", + "search.filter_text_quality_all": "Sve", + "search.filter_text_quality_high": "Visoka", + "search.filter_text_quality_low": "Niska", + "search.filter_text_quality_medium": "Srednja", + "search.filter_text_quality_no_text": "Bez teksta", + "search.heading": "Pretraživanje dokumenata", + "search.input_aria_label": "Pretraži dokumente", + "search.input_placeholder": "Pretraži dokumente po sadržaju, pošiljatelju, oznakama, tipu...", + "search.loading_indicator": "Pretraživanje\u001010", + "search.no_results": "Nema pronađenih rezultata", + "search.page_title": "Pretraži dokumente", + "search.placeholder": "Pretraži po nazivu datoteke, sadržaju, oznakama...", + "search.result_empty": "Nema dokumenata koji odgovaraju vašem upitu.", + "search.results_count": "Pronađeno {count} rezultata", + "search.saved_aria_save": "Spremi trenutnu pretragu", + "search.saved_button": "Spremi trenutnu", + "search.saved_empty": "Još nema spremljenih pretraživanja", + "search.saved_error": "Nije moguće učitati spremljena pretraživanja", + "search.saved_label": "Spremljena pretraživanja", + "search.saved_loading": "Učitavanje...", + "search.title": "Pretraži dokumente", + "settings.audit_log_btn": "Revizijski zapis", + "settings.autocomplete_hint": "Upišite za pretraživanje poznatih vrijednosti ili unesite bilo koju prilagođenu vrijednost.", + "settings.autocomplete_no_matches": "Nema podudaranja - još uvijek možete unijeti prilagođenu vrijednost", + "settings.autocomplete_placeholder": "Upišite za pretraživanje ili unesite vrijednost\u001010", + "settings.boolean_enable_prefix": "Omogući", + "settings.categories_aria": "Kategorije postavki", + "settings.categories_heading": "Kategorije", + "settings.db_wizard_btn": "Čarobnjak za DB", + "settings.effective_value_label": "Učinkovita vrijednost:", + "settings.encrypted_suffix": "= šifrirano u mirovanju", + "settings.encrypted_title": "Vrijednost je šifrirana u mirovanju u bazi podataka", + "settings.export_btn": "Izvezi", + "settings.export_db_only": "Samo postavke DB", + "settings.export_full_config": "Cjelovita učinkovita konfiguracija", + "settings.jump_to_category": "Skoči na kategoriju\u001010", + "settings.manage_config_prefix": "Upravljaj konfiguracijom. Prioritet:", + "settings.model_picker_hint": "Odaberite s popisa ili upišite bilo koje ime modela koje podržava vaš davatelj.", + "settings.model_picker_placeholder": "Odaberite uobičajeni model ili upišite prilagođeno ime\u001010", + "settings.no_results_clear": "očistite pretragu", + "settings.no_results_heading": "Nema pronađenih postavki", + "settings.no_results_hint": "Pokušajte s drugim pojmom pretraživanja ili", + "settings.page_heading": "Postavke aplikacije", + "settings.required_label": "(obavezno)", + "settings.reset_confirm": "Jeste li sigurni da želite resetirati ovu postavku?", + "settings.restart_required_suffix": "= zahtijeva ponovni pokretanje", + "settings.revert_btn": "Ukloni iz DB-a", + "settings.revert_title": "Ukloni prekonfiguraciju DB-a i vrati na varijablu okruženja ili zadanu", + "settings.reverting": "Vraćanje\u001e...", + "settings.save_all_btn": "Spremi sve promjene", + "settings.save_error": "Neuspješno spremanje postavke", + "settings.save_setting_title": "Spremi ovu postavku", + "settings.save_success": "Postavka je uspješno spremljena", + "settings.saving_state": "Spremanje\u001e...", + "settings.search_aria_label": "Pretraži postavke", + "settings.search_clear_aria": "Obriši pretraživanje", + "settings.search_placeholder": "Pretraži postavke po imenu, ključu ili opisu\u001e...", + "settings.settings_count_suffix": "postavke", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", + "settings.source_default_badge": "ZADANO", + "settings.source_env_badge": "OKRUŽENJE", + "settings.title": "Postavke", + "settings.toggle_visibility_aria": "Prebaci vidljivost lozinke", + "settings.toggle_visibility_title": "Prikaži/sakrij vrijednost", + "settings.user_autocomplete_empty": "Nema pronađenih korisnika", + "settings.user_autocomplete_hint": "Upišite za pretraživanje postojećih korisnika po imenu ili ručno unesite bilo koji identifikator.", + "settings.user_autocomplete_placeholder": "Započnite s pisanjem za pretraživanje korisnika\u001e...", + "settings.wizard_btn": "Čarobnjak", + "shared.col_expiry": "Istek", + "shared.col_file_label": "Datoteka / Oznaka", + "shared.col_link": "Veza", + "shared.col_views": "Pregledi", + "shared.copy_link_aria": "Kopiraj vezu u međuspremnik", + "shared.copy_link_title": "Kopiraj vezu", + "shared.create_btn": "Kreiraj vezu", + "shared.create_heading": "Kreiraj novu zajedničku vezu", + "shared.creating": "Kreiranje\u001e...", + "shared.expiry_12h": "12 sati", + "shared.expiry_14d": "14 dana", + "shared.expiry_1h": "1 sat", + "shared.expiry_24h": "24 sata (1 dan)", + "shared.expiry_30d": "30 dana", + "shared.expiry_3d": "3 dana", + "shared.expiry_6h": "6 sati", + "shared.expiry_7d": "7 dana", + "shared.expiry_label": "Istek", + "shared.expiry_never": "Nikad", + "shared.file_id_help_post": "stranici ili u URL-u detalja dokumenta.", + "shared.file_id_help_pre": "Pronađite ID datoteke na", + "shared.file_id_label": "ID datoteke", + "shared.file_id_placeholder": "npr. 42", + "shared.files_link": "Datoteke", + "shared.heading": "Dijeljene veze", + "shared.label_label": "Oznaka", + "shared.label_placeholder": "npr. Dijeljeno s Bobom", + "shared.link_created": "Stvorena dijeljena veza!", + "shared.link_created_help": "Kopirajte i pošaljite ovu vezu primatelju.", + "shared.links_count_aria": "broj veza", + "shared.max_downloads_label": "Maks. preuzimanja", + "shared.no_links": "Još nema dijeljenih veza. Stvorite jednu gore da biste započeli.", + "shared.open_in_new_tab": "Otvori u novoj kartici", + "shared.open_link_aria": "Otvori dijeljenu vezu", + "shared.optional": "(opcionalno)", + "shared.page_title": "Dijeljene veze – DocuElevate", + "shared.password_label": "Lozinka", + "shared.password_placeholder": "Ostavite prazno za bez lozinke", + "shared.password_protected": "Zaštićeno lozinkom", + "shared.refresh_aria": "Osvježi popis dijeljenih veza", + "shared.revoke_aria_prefix": "Odzovi dijeljenu vezu za", + "shared.revoke_btn": "Odzovi", + "shared.status_active": "Aktivno", + "shared.status_expired": "Isteklo", + "shared.status_limit_reached": "Dostignut limit", + "shared.status_revoked": "Odzvano", + "shared.subtitle": "Dijelite dokumente s bilo kim putem veze s vremenskim ili prikaznim ograničenjem. Primatelji ne trebaju račun za DocuElevate. Veze mogu biti zaštićene lozinkom i mogu biti opozvane u bilo kojem trenutku.", + "shared.table_aria": "Dijeljene veze", + "shared.unlimited_placeholder": "Neograničeno", + "shared.your_links": "Vaše dijeljene veze", + "similarity.backfill_auto": "Pozadinska zadaća će ih automatski izračunati svake 5 minuta, ili možete", + "similarity.files_missing_text": "datoteka(e) imaju OCR tekst, ali još nemaju ugradnju.", + "similarity.find_pairs_btn": "Pronađi parove", + "similarity.heading": "Sličnost dokumenata", + "similarity.load_error": "Nije uspjelo učitati parove.", + "similarity.min_similarity_label": "Min. sličnost", + "similarity.no_pairs_detail": "Nema parova dokumenata koji premašuju prag sličnosti.", + "similarity.no_pairs_heading": "Nema pronađenih sličnih parova", + "similarity.page_title": "Sličnost dokumenata - DocuElevate", + "similarity.pagination_aria": "Pagiranje sličnih parova", + "similarity.per_page_label": "Po stranici", + "similarity.scanning": "Skener za slične parove dokumenata\n...", + "similarity.stat_embedding_model": "Model ugrađivanja", + "similarity.stat_missing_embedding": "Nedostaje ugrađivanje", + "similarity.stat_total_files": "Ukupno dokumenata", + "similarity.stat_with_embedding": "S ugrađivanjem", + "similarity.subtitle": "Parovi dokumenata s visokom semantičkom sličnosti, rangirani prema rezultatu.", + "similarity.trigger_aria": "Pokreni izračun ugrađivanja za sve datoteke kojima nedostaju ugrađivanja", + "similarity.trigger_now": "pokreni to sada", + "status.app_version": "Verzija aplikacije", + "status.build_date": "Datum izrade", + "status.container_id": "ID kontejnera", "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "status.last_check": "Zadnja provjera", + "status.page_title": "Status sustava", + "status.setting_label": "Postavka", + "status.value_label": "Vrijednost", + "subscription.available_plans_heading": "Dostupni planovi", + "subscription.back_to_dashboard": "Natrag na nadzornu ploču", + "subscription.cancel_pending": "Otkaži promjenu", + "subscription.cancel_scheduled": "Otkaži zakazanu promjenu", + "subscription.contact_sales": "Kontaktirajte prodaju", + "subscription.current_badge": "Trenutno", + "subscription.current_plan": "Trenutni plan", + "subscription.current_plan_cta": "Vaš trenutni plan", + "subscription.downgrade_to_prefix": "Smanji na", + "subscription.features_heading": "Što je uključeno u vaš plan", + "subscription.free": "Besplatno", + "subscription.heading": "Moja pretplata", + "subscription.keep_plan_prefix": "Zadrži", + "subscription.lifetime_files": "Ukupno datoteka (doživotno)", + "subscription.month_files": "Datoteke ovog mjeseca", + "subscription.more_features_label": "više", + "subscription.page_title": "Moja pretplata \u0013 DocuElevate", + "subscription.pending_badge": "Na čekanju", + "subscription.pending_benefits": "Zadržavate sve trenutne pogodnosti plana do tada.", + "subscription.pending_on": "na", + "subscription.pending_title": "Plan promjene na čekanju", + "subscription.pending_will_change": "Vaš plan će se promijeniti na", + "subscription.per_mo": "/mj", + "subscription.per_month": "/mjesec", + "subscription.since": "Od", + "subscription.single_user_body": "Raz razine pretplate vrijede kada je aktivan višekorisnički način. Vaša instanca trenutno radi u jednom korisničkom načinu bez ograničenja obrade. Administrator može omogućiti višekorisnički način putem {settings_link}.", + "subscription.single_user_title": "Višekorisnički način nije omogućен.", + "subscription.subtitle": "Vaš trenutni plan, korištenje i dostupna poboljšanja.", + "subscription.this_month_label": "ovog mjeseca", + "subscription.today_files": "Datoteke danas", + "subscription.today_label": "danas", + "subscription.unlimited": "Neograničeno", + "subscription.upgrade_info": "Poboljšanja stupaju na snagu odmah. Smanjenja su zakazana za kraj vašeg trenutnog obračunskog razdoblja.", + "subscription.upgrade_to_prefix": "Poboljšaj na", + "subscription.usage_heading": "Korištenje", + "upload.browse_button": "Pregledaj datoteke", + "upload.button_processing": "Obrada...", + "upload.camera_button": "Snimi fotografiju / Skeniraj dokument", + "upload.download_button": "Preuzmi i obradite", + "upload.downloading": "Preuzimanje datoteke s URL-a...", + "upload.drag_drop": "Povuci i ispusti datoteke ovdje ili klikni za pregled", + "upload.drop_hint_desktop": "Povuci i ispusti datoteke ili mape ovdje, ili klikni za odabir datoteka.", + "upload.drop_hint_mobile": "Dodirni za odabir datoteka ili koristi gumb kamere ispod.", + "upload.drop_zone_aria": "Područje za učitavanje datoteka. Povuci i ispusti datoteke ovdje, ili pritisni Enter za pregled datoteka.", + "upload.error": "Učitavanje nije uspjelo", + "upload.error_invalid_url": "Neispravan format URL-a", + "upload.error_url_required": "Molimo unesite URL", + "upload.file_size_hint": "Maksimalna veličina: 500 MB po datoteci", + "upload.file_types": "Dopuštene vrste: PDF, Office dokumenti (Word, Excel, PowerPoint itd.), Slike", + "upload.filename_description": "Ostavite prazno za korištenje naziva datoteke iz URL-a", + "upload.filename_label": "Naziv datoteke (opcionalno)", + "upload.filename_placeholder": "moj-dokument.pdf", + "upload.max_size": "Maksimalna veličina datoteke: {size}", + "upload.page_title": "Učitajte datoteke", + "upload.section_device": "Učitajte s uređaja", + "upload.section_url": "Učitajte s URL-a", + "upload.select_file": "Odaberite datoteku", + "upload.success": "Datoteka je uspješno prenesena", + "upload.title": "Prenesite dokument", + "upload.uploading": "Prijenos...", + "upload.url_description": "Unesite izravnu vezu do datoteke (PDF, Office dokumenti ili slike)", + "upload.url_label": "URL datoteke", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/hu.json b/frontend/translations/hu.json index d36160ed..d000bcba 100644 --- a/frontend/translations/hu.json +++ b/frontend/translations/hu.json @@ -1,593 +1,700 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Ismerje meg a Kreátort", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_pre": "A DocuElevate szenvedéllyel készült", + "about.features_admin_api": "Erőteljes REST API programozott hozzáféréshez", + "about.features_admin_config": "Nagyon konfigurálható környezeti változókon keresztül", + "about.features_admin_docker": "Docker-kész az egyszerű telepítéshez és skálázáshoz", + "about.features_admin_heading": "Adminisztráció", + "about.features_admin_oauth2": "OAuth2 hitelesítési támogatás az Authentikkel", + "about.features_automation_background": "Háttérfeldolgozás Redis és Celery használatával", + "about.features_automation_gmail": "Gmail és általános email fiók integráció", + "about.features_automation_heading": "Automatizálás", + "about.features_automation_imap": "IMAP postaláda lekérdezés több forrásból", + "about.features_automation_ingestion": "Automatizált dokumentum beolvasás különböző bemenetekből", + "about.features_heading": "Főbb Jellemzők", + "about.features_integration_cloud": "Felhő tárolás: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integráció & Tárolás", + "about.features_integration_multi_dest": "Több célpont támogatása (dokumentumok tárolása több helyen)", + "about.features_integration_protocols": "Átvitel protokollok: FTP, SFTP, Email továbbítás", + "about.features_integration_selfhosted": "Könnyen üzemeltethető lehetőségek: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Intelligens dokumentumklasszifikáció és adatkinyerés", + "about.features_processing_heading": "Dokumentum Feldolgozás", + "about.features_processing_metadata": "Automatizált metaadat-kihúzás egy bővíthető AI szolgáltatón keresztül", + "about.features_processing_ocr": "OCR az Azure Document Intelligence által", + "about.features_processing_pdf": "PDF konvertálás különböző fájlformátumokhoz a Gotenberg segítségével", + "about.features_processing_upload": "Egyszerű és biztonságos fájltöltés húzással és ejtéssel", + "about.github_logo_alt": "GitHub Logó", + "about.heading": "A DocuElevate-ról", + "about.intro_post": " – a modern, intelligens megoldás a dokumentumfeldolgozáshoz! A DocuElevate-et azért építettük, hogy teljesen átformálja a dokumentumaival való bánásmódot – a feltöltéstől az adatok kinyeréséig, a feldolgozástól a tárolásig.", + "about.intro_pre": "Üdvözöljük a ", + "about.involved_description": "Szeretne belemerülni a kódba, ötleteket hozzájárulni, vagy többet megtudni a DocuElevate-ról?", + "about.involved_docs": "Olvassa el a Dokumentációt", + "about.involved_github": "Nézze meg a DocuElevate-et a GitHub-on", + "about.involved_heading": "Vegyen részt", + "about.involved_website": "Látogassa meg a DocuElevate Weboldalt", + "about.legal_description": "Fontos számunkra a magánélet és az adatbiztonság. Kérjük, tekintse át:", + "about.legal_heading": "Adatvédelem & Jogi", + "about.legal_license": "Licencinformáció", + "about.legal_privacy": "Adatvédelmi Nyilatkozat", + "about.page_title": "A DocuElevate-ról", + "about.story_heading": "Történetünk", + "about.story_p1": "A DocuElevate célja, hogy egyszerűsítse és hatékonyabbá tegye a dokumentumkezelést mindenki számára, legyen szó kis induló vállalkozásról vagy nagy vállalatról.", + "about.story_p2": "A pluggable AI szolgáltatók (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey és mások) erejét használjuk a metaadatok kiemelésére és a szöveg finomítására, zökkenőmentesen integrálva a Dropbox-szal, Nextcloud-dal és Paperless NGX-szel a tárolás és indexelés érdekében, kihasználva az Azure Document Intelligence-t az OCR-hez, és akár a Gotenberget is használva fájl-PDF konverziókhoz.", + "api_tokens.col_created": "Létrehozva", + "api_tokens.col_last_ip": "Utolsó IP", + "api_tokens.col_last_used": "Utolsó Használat", + "api_tokens.col_name": "Név", + "api_tokens.col_prefix": "Token Előtag", + "api_tokens.copy_to_clipboard": "Token másolása a vágólapra", + "api_tokens.copy_upload_example": "Feltöltési példa másolása a vágólapra", + "api_tokens.copy_warning_1": "Másold ezt a tokent most — ezt", + "api_tokens.copy_warning_2": "többé nem fogják megjeleníteni", + "api_tokens.create_heading": "Új Token Létrehozása", + "api_tokens.create_token": "Token Létrehozása", + "api_tokens.creating": "Létrehozás\u0000...", + "api_tokens.heading": "API Tokenek", + "api_tokens.intro": "Személyes API tokenek létrehozása a DocuElevate API programozott interakciójához. Használj tokent webhook feltöltésekhez, CI/CD folyamatokhoz, vagy bármelyik szkripthez, amelynek dokumentumokat kell feltöltenie vagy lekérdeznie.", + "api_tokens.loading_tokens": "Tokenek betöltése\u0000...", + "api_tokens.never": "Soha", + "api_tokens.no_tokens_heading": "Még nincsenek API tokenek", + "api_tokens.no_tokens_help": "Kezd a legelső tokened létrehozásával fent.", + "api_tokens.page_title": "API Tokenek – DocuElevate", + "api_tokens.revoke": "Visszavonás", + "api_tokens.revoke_prefix": "Token visszavonása", + "api_tokens.status_active": "Aktív", + "api_tokens.status_revoked": "Visszavonva", + "api_tokens.table_aria": "API Tokenek", + "api_tokens.token_created": "A token sikeresen létrejött!", + "api_tokens.token_name_label": "Token név", + "api_tokens.token_name_placeholder": "pl. CI Pipeline, Webhook Feltöltés, Az én Szkriptem", + "api_tokens.usage_heading": "Felhasználási Példa", + "api_tokens.usage_intro_post": "fejléc bármely API kéréshez:", + "api_tokens.usage_intro_pre": "Használd az API tokenedet a", + "api_tokens.your_tokens": "A Te Tokenjeid", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", + "audit.col_resource": "Erőforrás", + "audit.col_timestamp": "Időbélyeg", + "audit.critical": "Kritikus", + "audit.filter_action": "Akció", + "audit.filter_all_actions": "Minden akció", + "audit.filter_all_users": "Minden felhasználó", + "audit.filter_resource_placeholder": "pl. dokumentum, felhasználó", + "audit.filter_resource_type": "Erőforrás típusa", + "audit.filter_severity": "Súlyosság", + "audit.filter_user": "Felhasználó", + "audit.filters_section_label": "Audit napló szűrők", + "audit.next": "Következő", + "audit.next_label": "Következő oldal", + "audit.no_events": "Még nincs egyetlen audit esemény sem rögzítve.", + "audit.no_events_hint": "Jelentős műveletek (bejelentkezések, dokumentum műveletek, beállítási változtatások) itt fognak megjelenni.", + "audit.page_title": "Audit Naplók - DocuElevate", + "audit.pagination_label": "Audit napló lapozás", + "audit.prev": "Előző", + "audit.prev_label": "Előző oldal", + "audit.refresh_label": "Audit naplók frissítése", + "audit.siem_disabled_title": "A SIEM továbbítás le van tiltva", + "audit.siem_enabled_title": "Az események továbbításra kerülnek ide: ", + "audit.siem_off": "SIEM: Ki", + "audit.subtitle": "Átfogó, csak hozzáfűzhető rekord minden jelentős műveletről.", + "audit.table_label": "Audit napló események", + "audit.title": "Audit Naplók", + "auth.confirm_password": "Jelszó megerősítése", + "auth.create_account": "Fiók létrehozása", + "auth.display_name_label": "Megjelenítendő név", "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", + "auth.forgot_password": "Elfelejtette a jelszavát?", + "auth.forgot_username": "Elfelejtette a felhasználónevét?", + "auth.login": "Bejelentkezés", + "auth.login_title": "Bejelentkezés", + "auth.logo_alt": "DocuElevate logó", + "auth.logout": "Kijelentkezés", + "auth.my_account": "Saját fiókom", + "auth.no_account": "Nincs fiókja?", + "auth.or_continue_with": "Vagy folytassa ezzel:", + "auth.password_label": "Jelszó", + "auth.profile": "Profil", + "auth.remember_me": "Emlékezz rám", + "auth.return_home": "Visszatérés a főoldalra", + "auth.sign_in": "Bejelentkezés", + "auth.sign_in_sso": "Bejelentkezés SSO-val", + "auth.sign_in_with": "Bejelentkezés", + "auth.sign_in_with_username": "Bejelentkezés felhasználónévvel", + "auth.signup": "Regisztráció", + "auth.signup_title": "Regisztráció", + "auth.username_label": "Felhasználónév", + "auth.username_or_email": "Felhasználónév vagy Email", + "auth.verify_email_back_sign_in": "Vissza a bejelentkezéshez", + "auth.verify_email_expiry": "A hivatkozás 24 órán belül lejár. Ha nem látod az emailt, ellenőrizd a spam mappádat.", + "auth.verify_email_heading": "Ellenőrizd a beérkező leveleid", + "auth.verify_email_message": "Küldtünk neked egy megerősítő emailt. Kérlek, kattints a hivatkozásra az emailben, hogy aktiváld a fiókodat.", + "auth.verify_email_page_title": "DocuElevate - Email megerősítése", + "auth.verify_email_resend_aria_label": "Email cím az újraküldéshez", + "auth.verify_email_resend_button": "Megerősítő email újraküldése", + "auth.verify_email_resend_label": "Email cím", + "auth.verify_email_resend_placeholder": "Írd be az email címedet", + "auth.verify_email_resend_prompt": "Nem kaptad meg?", + "backup.archives_heading": "Biztonsági mentések archívumai", + "backup.backup_now": "Biztonsági mentés most", + "backup.clean_up": "Tisztítás", + "backup.cleanup_title": "Futtasd a megtartási tisztítást most", + "backup.col_created": "Létrehozva", + "backup.col_filename": "Fájl név", + "backup.col_size": "Méret", + "backup.col_storage": "Tárhely", + "backup.col_type": "Típus", + "backup.config_auto_backup": "Automatikus biztonsági mentés", + "backup.config_remote_dest": "Távoli cél", + "backup.config_retention": "Megőrzés", + "backup.config_total_size": "Összes helyi méret", + "backup.confirm_btn": "Megerősítés", + "backup.confirm_title": "Művelet megerősítése", + "backup.heading": "Biztonsági mentés kezelése", + "backup.local_only": "Csak helyi", + "backup.no_backups": "Még nincs biztonsági mentés.", + "backup.no_backups_hint": "Kattints a Biztonsági mentés most gombra, hogy létrehozd az első biztonsági mentésedet.", + "backup.page_title": "Biztonsági mentés kezelése", + "backup.records_label": "rekord", + "backup.restore_btn": "Visszaállítás", + "backup.restore_desc_mid": "biztonsági mentési archívum a database visszaállításához.", + "backup.restore_desc_pre": "Tölts fel egy", + "backup.restore_desc_warning": "Ez felülírja az összes jelenlegi adatot.", + "backup.restore_file_label": "Biztonsági mentés archívum (.db.gz)", + "backup.restore_heading": "Visszaállítás fájlból", + "backup.restoring": "Visszaállítás\u001024", + "backup.retention_daily_detail": "\u0012 - 3 hétig megőrizve", + "backup.retention_heading": "Megőrzési irányelv", + "backup.retention_hourly_detail": "\u0012 - 4 napig megőrizve", + "backup.retention_note": "A határokon túli biztonsági mentések automatikusan eltávolításra kerülnek, miután minden új biztonsági mentés létrejött.", + "backup.retention_weekly_detail": "\u0012 - kb. 3 hónapig megőrizve", + "backup.snapshots": "pillanatfelvételek", + "backup.status_ok": "rendben", + "backup.storage_local": "helyi", + "backup.subtitle": "Az adatbázis biztonsági mentések automatikusan készülnek: óránként (4 nap), naponta (3 hét), hetente (13 hét).", + "backup.table_aria": "Biztonsági mentés archívumok", + "backup.trigger_daily": "Biztonsági mentés most (Napi)", + "backup.trigger_hourly": "Biztonsági mentés most (Óránként)", + "backup.trigger_weekly": "Biztonsági mentés most (Havonta)", + "backup.type_daily": "Napi", + "backup.type_hourly": "Óránként", + "backup.type_weekly": "Havonta", + "billing.go_to_dashboard": "Menj a vezérlőpultra", + "billing.manage_subscription": "Előfizetés kezelése", + "billing.success_heading": "Minden készen áll!", + "billing.success_message": "Az előfizetésed aktiválva lett. Köszönjük, hogy a DocuElevate-ot választottad!", + "billing.success_page_title": "DocuElevate - Előfizetés Aktiválva", + "common.actions": "Műveletek", + "common.active": "Aktív", + "common.all": "Összes", + "common.avatar": "Felhasználói ikon", + "common.back": "Vissza", + "common.cancel": "Mégse", + "common.close": "Bezár", + "common.col_pending": "Függőben", + "common.completed": "Befejezve", + "common.confirm": "Megerősít", + "common.copied": "Másolva!", + "common.copy": "Másolás", + "common.create": "Létrehoz", + "common.created": "Létrehozva", + "common.date": "Dátum", + "common.delete": "Törlés", + "common.description": "Leírás", + "common.details": "Részletek", + "common.disabled": "Letiltva", + "common.download": "Letöltés", + "common.duplicate": "Másolat", + "common.edit": "Szerkesztés", + "common.enabled": "Engedélyezve", + "common.error": "Hiba", + "common.failed": "Sikertelen", + "common.filter": "Szűrő", + "common.inactive": "Inaktív", + "common.info": "Információ", + "common.loading": "Betöltés...", + "common.name": "Név", + "common.next": "Következő", + "common.next_page": "Következő oldal", + "common.no": "Nem", + "common.none": "Semmi", + "common.page": "Oldal", + "common.paused": "Szüneteltetve", + "common.pending": "Függőben", + "common.prev_page": "Előző oldal", + "common.previous": "Előző", + "common.processing": "Feldolgozás", + "common.refresh": "Frissítés", + "common.reset": "Visszaállítás", + "common.retry": "Újrapróbálkozás", + "common.save": "Mentés", + "common.search": "Keresés", + "common.select": "Kiválasztás", + "common.select_placeholder": "— válasszon —", + "common.size": "Méret", + "common.status": "Állapot", + "common.submit": "Beküldés", + "common.success": "Siker", + "common.tags": "Címkék", + "common.test": "Teszt", + "common.test_connection": "Kapcsolat tesztelése", + "common.type": "Típus", + "common.update": "Frissítés", + "common.updated": "Frissítve", + "common.upload": "Feltöltés", + "common.view": "Nézet", + "common.warning": "Figyelmeztetés", + "common.yes": "Igen", + "cookie.accept": "Értem", + "cookie.learn_more": "Tudj meg többet", + "cookie.message": "Ez a webhely sütiket használ a tapasztalatod javítása érdekében.", + "cookie.notice": "A DocuElevate csak az autentikációhoz és a szolgáltatások működéséhez szükséges alapvető munkamenet sütiket használ. Nincs nyomkövető vagy analitikai süti.", + "cookie.notice_label": "Süti értesítés", + "cookie.policy_link": "Süti Szabályzat", + "cookie.privacy_link": "Adatvédelmi Értesítés", + "credentials.col_action": "Akció", + "credentials.col_credential": "Hitelesítő adatok", + "credentials.col_source": "Forrás", + "credentials.configured": "Beállítva", + "credentials.edit_in_settings": "Szerkesztés a Beállításokban", + "credentials.legend_db": "Érték, amely az adatbázisban van tárolva (titkosítva pihenés közben; felülírja a környezeti változót)", + "credentials.legend_env_after": " fájl", + "credentials.legend_env_before": "Érték a környezeti változóból vagy ", + "credentials.legend_missing": "A hitelesítő adatok nincsenek beállítva — az integráció nem fog működni", + "credentials.legend_restart": "Újraindítás szükséges, ha ez a hitelesítő adat meg van forgatva", + "credentials.legend_title": "Jelmagyarázat", + "credentials.manage_settings": "Beállítások kezelése", + "credentials.not_configured": "Nincs beállítva", + "credentials.page_title": "Hitelesítő Adatok Ellenőrzése - DocuElevate", "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "credentials.restart_title": "Újraindítás szükséges ezen hitelesítő adat megforgatása után", + "credentials.source_db_title": "Az adatbázisban tárolva (titkosítva)", + "credentials.source_env_title": "Környezeti változóból", + "credentials.status_missing": "Hiányzó", + "credentials.subtitle": "Áttekintés a DocuElevate által használt érzékeny hitelesítő adatokról. Itt nincs titkos érték megjelenítve — csak az, hogy minden hitelesítő adat be van-e állítva és honnan származik.", + "credentials.table_for": "Hitelesítő adatok a számára", + "credentials.title": "Hitelesítő Adatok Ellenőrzése", + "credentials.total_credentials": "Összes Hitelesítő Adat", + "dashboard.active_integrations": "Aktív Integrációk", + "dashboard.files_this_month": "Fájlok Ebben a Hónapban", + "dashboard.files_today": "Fájlok Ma", + "dashboard.ocr_processed": "OCR Feldolgozva", + "dashboard.quick_actions": "Gyors Akciók", + "dashboard.recent_activity": "Legújabb Tevékenység", + "dashboard.storage_targets": "Tárolási Célok", + "dashboard.title": "Irányítópult", + "dashboard.total_files": "Összes Fájl", + "dashboard.welcome": "Üdvözöljük a DocuElevate-nél", + "duplicates.file_id_label": "Fájlazonosító", + "duplicates.file_id_placeholder": "pl. 42", + "duplicates.find_btn": "Keresés", + "duplicates.found_files": "összes másolt fájl.", + "duplicates.found_groups": "másolt csoport(ok) található", + "duplicates.found_prefix": "Találva", + "duplicates.group_aria": "Másolt csoport", + "duplicates.heading": "Másolt Dokumentumok", + "duplicates.how_it_works_heading": "Hogyan működik a közel másolatok észlelésének folyamata", + "duplicates.max_results_label": "Max eredmények", + "duplicates.near_dup_desc": "Válasszon ki egy dokumentumot, hogy ellenőrizze, van-e más fájl, amely ugyanazt (vagy nagyon hasonló) tartalmat tartalmaz — még akkor is, ha ezeket különböző időkben szkenneltek és más SHA-256 hashekkel rendelkeznek.", + "duplicates.near_dup_heading": "Közel Másolatok Keresése Egy Dokumentumhoz", + "duplicates.no_exact_heading": "Nincsenek pontos másolatok", + "duplicates.page_title": "Másolt Dokumentumok - DocuElevate", + "duplicates.pagination_aria": "Lapozás", + "duplicates.role_duplicate": "Másolat", + "duplicates.role_original": "Eredeti", + "duplicates.tab_exact": "Pontos Másolatok", + "duplicates.tab_near": "Közel Másolat Kereső", + "duplicates.tabs_aria": "Másolatok észlelési lapok", + "duplicates.threshold_label": "Hasonlósági küszöb", + "duplicates.view_dup_aria": "Másolt fájl megtekintése", + "duplicates.view_original_aria": "Eredeti fájl megtekintése", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Hoppá, nem tudtuk megtalálni ezt az oldalt!", + "error.404_home": "Vissza a kezdőlapra", + "error.404_message": "Úgy tűnik, a DocuElevate eltévedt a keresett dokumentummal. Ne aggódjon – segítünk.", + "error.404_title": "404 - Nem található", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Hibainformációk megjelenítése", + "error.500_description": "Szerverink hibába ütköztek, és szükségük van egy kis időre.", + "error.500_heading": "Hoppá! Valami hiba történt.", + "error.500_home": "Menj haza", + "error.500_img_alt": "A szerverhiba illusztrációja", + "error.500_message1": "Szerverink hibába ütköztek, és szükségük van egy kis időre. Talán a hörcsögök kibökték a kávéjukat?", + "error.500_message2": "Már dolgozunk rajta – fájlok rendezése, szerverek újraindítása és fluxuskapacitások kalibrálása.", + "error.500_title": "Szerverhiba - DocuElevate", + "error.forbidden": "Tiltott", + "error.forbidden_message": "Nincs engedélye az oldal eléréséhez.", + "error.not_found": "Az oldal nem található", + "error.not_found_message": "A keresett oldal nem létezik.", + "error.server_error": "Belső szerverhiba", + "error.server_error_message": "Valami hiba történt. Kérjük, próbálja meg később.", + "error.unauthorized": "Jogosulatlan", + "error.unauthorized_message": "Be kell jelentkeznie a lap eléréséhez.", + "files.action_delete": "Fájl törlése", + "files.action_details": "Részletek megtekintése", + "files.action_preview": "Gyors előnézet", + "files.bulk_clear_selection": "Kijelölés törlése", + "files.bulk_cloud_ocr": "Felhő OCR újrafuttatása", + "files.bulk_delete": "Kiválasztott törlése", + "files.bulk_download": "Letöltés ZIP formátumban", + "files.bulk_reprocess": "Kiválasztott újrafeldolgozása", + "files.delete_modal_cancel": "Mégse", + "files.delete_modal_confirm": "Törlés", + "files.delete_modal_message": "Biztosan törölni szeretné ezt a fájlt?", + "files.delete_modal_title": "Törlés megerősítése", + "files.document_title": "Dokumentum címe", + "files.drop_overlay_hint": "PDF, Office dokumentumok, képek, HTML, Markdown és még sok más támogatott – mappák rekurzívan kerülnek feldolgozásra", + "files.drop_overlay_title": "Húzza a fájlokat vagy mappákat bárhova az feltöltéshez", + "files.error_hint": "Ez konfigurációs vagy import problémának tudható be. Kérjük, ellenőrizze a szerver naplókat.", + "files.file_size": "Fájl mérete", + "files.filename": "Fájl neve", + "files.files_selected": "fájl kijelölve", + "files.filter_all_providers": "Minden szolgáltató", + "files.filter_all_statuses": "Minden állapot", + "files.filter_all_types": "Minden típus", + "files.filter_apply": "Szűrők alkalmazása", + "files.filter_clear": "Törlés", + "files.filter_date_from": "Dátum-tól", + "files.filter_date_from_aria": "Szűrés dátum szerint", + "files.filter_date_to": "Dátum-ig", + "files.filter_date_to_aria": "Szűrés dátumig", + "files.filter_form_aria": "Fájlok szűrése", + "files.filter_mime_type": "MIME típus", + "files.filter_ocr_all": "Minden fájl", + "files.filter_ocr_good": "Jó minőség", + "files.filter_ocr_poor": "Gyenge minőség", + "files.filter_ocr_quality": "OCR minőség", + "files.filter_ocr_quality_aria": "Szűrés OCR minőségi pontszám szerint", + "files.filter_ocr_unchecked": "Még nem értékelték", + "files.filter_search_label": "Fájlnevének keresése", + "files.filter_search_placeholder": "Írja be a fájlnevet...", + "files.filter_storage_provider": "Tároló Szolgáltató", + "files.filter_tags_aria": "Szűrés címkék szerint (vesszővel elválasztva)", + "files.filter_tags_placeholder": "pl. számla,amazon", + "files.fulltext_search_label": "Teljes szöveges keresés (OCR szöveg, metaadatok, címkék)", + "files.fulltext_search_placeholder": "Keresés dokumentumtartalom, feladó, címkék, típus...", + "files.no_files": "Nincs fájl", + "files.ocr_status": "OCR Állapot", + "files.page_title": "Fájlrekordok", + "files.pagination_files": "fájl", + "files.pagination_first": "Első", + "files.pagination_last": "Utolsó", + "files.pagination_nav_aria": "Fájl lista lapozás", + "files.pagination_next": "Következő", + "files.pagination_of": "böl", + "files.pagination_previous": "Előző", + "files.pagination_showing": "Megjelenítve", + "files.preview_modal_close": "Előnézet bezárása", + "files.preview_modal_title": "Előnézet", + "files.queue_banner_items": "tétel(ek) jelenleg sorban állnak vagy feldolgozás alatt vannak. A fájlok itt fognak megjelenni, amint a feldolgozás befejeződik.", + "files.queue_banner_link": "Sor megtekintése", + "files.saved_searches_empty": "Nincsenek mentett keresések", + "files.saved_searches_error": "Nem lehet betölteni a mentett kereséseket", + "files.saved_searches_label": "Mentett Keresések", + "files.saved_searches_save": "Jelenlegi mentése", + "files.saved_searches_save_aria": "Jelenlegi szűrők mentése mint mentett keresés", + "files.search_results_empty": "Nincs találat.", + "files.search_results_title": "Keresési Eredmények", + "files.status_duplicate": "Duplett", + "files.table_actions": "Műveletek", + "files.table_aria": "Fájlrekordok", + "files.table_created_at": "Létrehozva", + "files.table_empty": "Nincs fájl", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.table_mime_type": "MIME Típus", + "files.table_original_filename": "Eredeti Fájlnév", + "files.table_select_all": "Összes fájl kiválasztása ezen az oldalon", + "files.tags": "Címkék", + "files.title": "Fájlok", + "files.upload_modal_aria": "Feltöltési folyamat", + "files.upload_modal_close": "Feltöltési folyamat bezárása", + "files.upload_modal_header": "Fájlok feltöltése", + "files.uploaded": "Feltöltve", + "footer.about": "Rólunk", + "footer.attribution": "Hozzájárulás", + "footer.attributions": "Hozzájárulások", + "footer.cookies": "Süti", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Impresszum", + "footer.license": "Licenc", + "footer.navigation": "Lábléc navigáció", + "footer.privacy": "Adatvédelem", + "footer.terms": "Feltételek", + "footer.version": "Verzió {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth-kapcsolt. A fájlok a kiválasztott mappájába érkeznek.", + "help.destinations_email": "Email Továbbítás", + "help.destinations_email_desc": "Feldolgozott fájlok SMTP mellékletekként küldve.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Szolgáltatási fiók vagy OAuth. Támogatja a megosztott meghajtókat.", + "help.destinations_heading": "Célok – Hova mennek a dokumentumok", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Önállóan üzemeltetett felhőtárolás WebDAV-on keresztül.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Microsoft Graph API integráció.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Dokumentumok közvetlenül a Paperless-be való archiválásra.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Bármilyen S3-kompatibilis tároló (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Biztonságos fájlátvitel bármely szerverre.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST metaadatok bármely külső végpontra.", + "help.documentation": "Dokumentáció", + "help.faq": "Gyakori Kérdések", + "help.faq_1_a": "Navigáljon a Feltöltés oldalra, húzza át a fájljait, vagy kattintson a Fájl kiválasztása gombra. A DocuElevate átkonvertálja a képeket és az irodai dokumentumokat PDF formátumba, futtatja az OCR-t, és automatikusan kivonja a metaadatokat.", + "help.faq_1_q": "Hogyan tölthetek fel dokumentumokat?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF és HTML. A nem PDF fájlok automatikusan PDF formátumra kerülnek konvertálásra a feldolgozás előtt.", + "help.faq_2_q": "Milyen fájlformátumok támogatottak?", + "help.faq_3_a": "Igen. Lépjen az E-mail beolvasásra, adjon hozzá egy IMAP-fiókot, és a DocuElevate automatikusan keresni fogja az új üzeneteket és feldolgozza a mellékleteket.", + "help.faq_3_q": "Be lehet-e olvasni dokumentumokat e-mailből?", + "help.faq_4_a": "A csővezetékek lehetővé teszik a feldolgozási lépések láncolását – OCR, AI kinyerés, formátumkonverzió – és az eredmény irányítását egy vagy több célállomásra. A csővezetékeket a Csővezetékek oldalon hozhatja létre és kezelheti.", + "help.faq_4_q": "Hogyan működnek a feldolgozási csővezetékek?", + "help.faq_5_a": "A DocuElevate titkosítja a hitelesítő adatokat nyugalmi állapotban, TLS-en keresztül kommunikál, és sosem tárolja a dokumentumokat tovább a szükségesnél. A részletekért tekintse meg a Adatvédelmi Nyilatkozatot.", + "help.faq_5_a_post": " a teljes részletekért.", + "help.faq_5_a_pre": "A DocuElevate titkosítja a hitelesítő adatokat, amikor azok pihennek, TLS-en kommunikál, és soha nem tárolja a dokumentumokat tovább a szükségesnél. Lásd a ", + "help.faq_5_q": "Biztonságosak az adataim?", + "help.faq_heading": "Gyakran Ismételt Kérdések", + "help.getting_started": "Kezdőlépések", + "help.heading": "Súgó Központ", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Használja a REST API-t dokumentumok programozott küldésére. Hitelesítse magát egy Bearer tokennel és POST-olja a fájlokat a feltöltési végpontra.", + "help.ingestion_heading": "Adatbeviteli Eszközök", + "help.ingestion_mobile": "Mobil Alkalmazások", + "help.ingestion_mobile_desc": "Használjon bármilyen mobil beolvasó alkalmazást, amely támogatja a testreszabott HTTP feltöltési célokat, hogy fényképeket és beolvasásokat küldjön a DocuElevate-nek a telefonjáról vagy táblagépéről.", + "help.ingestion_scanners": "Hálózati Beolvasók", + "help.ingestion_scanners_desc": "Irányítson bármilyen hálózati beolvasót vagy multifunkciós nyomtatót a DocuElevate feltöltési végpontjára. A beolvasott dokumentumok közvetlenül a feldolgozási sorába érkeznek.", + "help.ingestion_watched_folders": "Figyelt Mappák", + "help.ingestion_watched_folders_desc": "Konfiguráljon egy helyi vagy hálózati mappát, amelyet figyelni kell. A figyelt mappába elhelyezett fájlok automatikusan feltöltésre és feldolgozásra kerülnek a DocuElevate által.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrálja a DocuElevate-t az automatizálási munkafolyamataiba a Zapier, n8n vagy Make segítségével. Használja a REST API műveleteit a dokumentumfeltöltések kiváltására bármilyen eseményből.", + "help.meta_description": "Segítséget kérhet a DocuElevate-tel kapcsolatban – találjon útmutatót a dokumentumok feltöltéséről, a felhőalapú tárolók összekapcsolásáról, csővezetékek beállításáról és egyebekről.", + "help.og_description": "Segítséget kérhet a DocuElevate-tel kapcsolatban – találjon útmutatót a dokumentumok feltöltéséről, a felhőalapú tárolók összekapcsolásáról, csővezetékek beállításáról és egyebekről.", + "help.page_title": "Súgó Központ", + "help.privacy_notice": "Adatvédelmi Nyilatkozat", + "help.quickstart_heading": "Gyors Kezdés", + "help.quickstart_storage": "Tárhely Csatlakoztatása", + "help.quickstart_storage_desc": "Lépjen a Beállításokhoz és kapcsolja össze a felhőszámláit. A feldolgozott dokumentumok automatikusan továbbításra kerülnek minden általunk konfigurált célállomásra.", + "help.quickstart_storage_desc_full": "Lépjen az Integrációk fülre és kapcsolja össze a felhőalapú tárolói fiókjait. A DocuElevate támogatja a Dropboxot, a Google Drive-ot, az OneDrive-ot, az Amazon S3-t, a Nextcloudot és még sok mást. A feldolgozott dokumentumok automatikusan eljutnak minden célhoz, amelyet konfigurál.", + "help.quickstart_upload": "Dokumentumok Feltöltése", + "help.quickstart_upload_desc": "Húzza és ejtse a fájlokat a Feltöltés oldalra, vagy kattintson a Fájl Kiválasztása gombra. A DocuElevate automatikusan konvertálja a képeket és irodai dokumentumokat PDF-be, elvégzi az OCR-t és kinyeri a metaadatokat.", + "help.quickstart_workflows": "Munkafolyamatok Automatizálása", + "help.quickstart_workflows_desc": "Hozzon létre csővezetékeket több lépéses feldolgozási és irányítási szabályok meghatározásához. Kombinálja az OCR-t, az AI kinyerést, a formátumkonverziót és a kézbesítést egyetlen folyamatban.", + "help.sources_email_ingestion": "E-mail Beolvasás (IMAP)", + "help.sources_email_ingestion_desc": "Továbbítsa a dokumentumokat egy dedikált postafiókba. Az E-mail beolvasás alatt adjon hozzá egy vagy több IMAP-fiókot. A DocuElevate automatikusan keresni fogja az új üzeneteket és feldolgozza a mellékleteket.", + "help.sources_heading": "Források – Dokumentumok Behozása", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", + "help.sources_rest_api_desc": "Integráljon programozott módon fájlokat a /api/upload útvonalra POST-olva. Ideális szkriptekhez, figyelt mappákhoz, szkennerekhez vagy harmadik féltől származó eszközökhöz, mint például a Zapier és az n8n.", + "help.sources_scanner": "Szkenner és Mobil", + "help.sources_scanner_desc": "Irányítsa a hálózati szkenneret a DocuElevate feltöltési végpontjára, vagy használjon bármilyen mobil szkenneralkalmazást, amely támogatja a saját HTTP célokat.", + "help.sources_scanner_desc_full": "Konfigurálja a hálózati beolvasóját vagy multifunkciós nyomtatóját, hogy a beolvasásokat közvetlenül a DocuElevate-nek küldje. Használja az /api/upload végpontot, mint célállomást. A mobil beolvasó alkalmazások is támogatottak, amelyek testreszabott feltöltési célokkal rendelkeznek.", + "help.sources_web_upload": "Webes Feltöltés", + "help.sources_web_upload_desc": "A leggyorsabb módja a kezdésnek. Nyissa meg a Feltöltés oldalt, ejtsen be egy vagy több fájlt, és a DocuElevate gondoskodik a továbbiakról. Támogatott formátumok közé tartozik a PDF, JPEG, PNG, TIFF, DOCX, XLSX és még sok más.", + "help.subheading": "Minden, amire szüksége van, hogy a legtöbbet hozhassa ki a DocuElevate-ből. Böngésszen a témák között, vagy keressen arra, amire szüksége van.", + "help.support": "Támogatás", + "help.support_admin_message": "Kapcsolatba lépni az adminisztrátorral a támogatási információkért.", + "help.support_description": "Nem találja, amit keres? Támogató csapatunk itt van, hogy segítsen.", + "help.support_heading": "Kapcsolatfelvétel Támogatással", + "help.support_live_chat": "Élő csevegés elérhető – kattintson a csevegő buborékra a beszélgetés megkezdéséhez.", + "help.support_ticket_button": "Jegy Benyújtása", + "help.support_ticket_desc": "Töltse ki az alábbi űrlapot, és támogató csapatunk a lehető leghamarabb felveszi önnel a kapcsolatot.", + "help.support_ticket_heading": "Támogatási Jegy Megnyitása", + "help.title": "Súgó Központ", + "help.workflows_creating": "Csővezeték Létrehozása", + "help.workflows_definition": "A csővezeték egy sor feldolgozási lépés, amely automatikusan fut minden alkalommal, amikor egy dokumentumot beolvasnak. Minden lépés átalakíthatja, gazdagíthatja vagy irányíthatja a dokumentumot.", + "help.workflows_heading": "Munkafolyamatok és Csővezetékek", + "help.workflows_step_1": "Konvertálás PDF-be", + "help.workflows_step_1_create": "Lépjen a főmenü Pipelines részére.", + "help.workflows_step_1_full": "PDF-be konvertálás – minden bejövő fájl egységes PDF formátumra van normalizálva.", + "help.workflows_step_2": "OCR – szöveg kinyerése", + "help.workflows_step_2_create": "Kattintson az Új Pipeline-ra, és adjon neki nevet.", + "help.workflows_step_2_full": "OCR – választható szöveg kinyerése beolvasott oldalakból az Azure Document Intelligence vagy a beépített motor segítségével.", + "help.workflows_step_3": "AI metaadat-kivonás", + "help.workflows_step_3_create": "Adja hozzá a szükséges feldolgozási lépéseket.", + "help.workflows_step_3_full": "AI metaadatok kinyerése – dokumentumtípus besorolása és kulcsfontosságú mezők, például összegek, dátumok és nevek kinyerése az OpenAI segítségével.", + "help.workflows_step_4": "Küldés egy vagy több célállomásra", + "help.workflows_step_4_create": "Válasszon egy vagy több kézbesítési helyet.", + "help.workflows_step_5_create": "Mentés – az új dokumentumokat automatikusan ezen a pipeline-on keresztül dolgozzák fel.", + "help.workflows_typical_steps": "Tipikus lépések", + "help.workflows_what_is": "Mi az a Pipeline?", + "index.badge_intelligent": "Intelligens Dokumentumfeldolgozás", + "index.button_browse_files": "Fájlok böngészése", + "index.button_upload": "Feltöltés", + "index.capabilities_cloud": "Felhő tárolás: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "E-mail és URL-alapú dokumentumbefogadás", + "index.capabilities_ocr": "OCR és metaadat-kivonás mesterséges intelligenciával", + "index.capabilities_paperless": "Papír nélküli-ngx integráció a dokumentumkezeléshez", + "index.capabilities_title": "Képességek", + "index.capabilities_workflows": "Automatizált osztályozási és irányítási munkafolyamatok", + "index.cta_description": "Csatlakozzon azokhoz a csapatokhoz, akik már automatizálják dokumentumkezelésüket a DocuElevate-tel.", + "index.cta_heading": "Készen áll a dokumentum munkafolyamatának fejlesztésére?", + "index.cta_pricing": "Árak megtekintése", + "index.cta_signup": "Ingyenes fiók létrehozása", + "index.dashboard_subtitle": "Intelligens dokumentumfeldolgozás és -kezelés", + "index.dashboard_subtitle_teams": "Intelligens dokumentumfeldolgozás és -kezelés — csapatok számára tervezve", + "index.feature_ai": "AI Metaadat-kivonás", + "index.feature_ai_desc": "Az OpenAI, Claude, Gemini és más plug-in AI szolgáltatók osztályozzák a dokumentumokat, és kiemelik a kulcsfontosságú mezőket, például a dátumokat, összegeket és témákat.", + "index.feature_cloud": "Multi-Felhő Tárolás", + "index.feature_cloud_desc": "Feldolgozott fájlokat irányítson a Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP és még sok más helyre.", + "index.feature_email": "E-mail és IMAP Befogadás", + "index.feature_email_desc": "Automatikusan húzzon dokumentumokat a Gmailből vagy bármely IMAP postafiókból — nincs szükség kézi feltöltésre.", + "index.feature_ocr": "OCR és Szövegek Kinyerése", + "index.feature_ocr_desc": "Az Azure Document Intelligence automatikusan konvertálja a beolvasott PDF-eket és képeket teljesen kereshető szöveggé.", + "index.feature_pipelines": "Egyedi Pipelinok", + "index.feature_pipelines_desc": "Építsen feldolgozási pipelinet konfigurálható lépésekkel – OCR, AI kinyerés, formátumkonverzió és tárhely-irányítás bármilyen sorrendben.", + "index.feature_search": "Teljes Szöveg Keresés", + "index.feature_search_desc": "Azonnal találjon bármilyen dokumentumot a tartalom, metaadatok vagy címkék alapján az egész archívumban.", + "index.feature_section_title": "Minden, amire szüksége van az intelligens dokumentum munkafolyamatokhoz", + "index.getting_started": "Kezdés", + "index.getting_started_1": "Integrációk konfigurálása a Rendszer állapotán keresztül", + "index.getting_started_2": "Töltsd fel az első dokumentumodat", + "index.getting_started_3": "Eredmények áttekintése a Fájlokban", + "index.getting_started_learn": "Tudj meg többet a DocuElevate-ről", + "index.hero_description": "A DocuElevate beolvassa a dokumentumaidat, végrehajtja az OCR-t, AI segítségével kinyeri a metaadatokat, és fájlokat irányít a Dropboxhoz, Google Drive-hoz, OneDrive-hoz, S3-hoz, Nextcloudhoz és még sok máshoz — mindez egy zökkenőmentes csővezetékben.", + "index.hero_heading": "A feltöltéstől a betekintésig — automatikusan.", + "index.hero_login": "Bejelentkezés", + "index.hero_pricing": "Tervek & Árazás megtekintése", + "index.hero_signup": "Kezdj el — ingyenes", + "index.integrations_active": "Aktív integrációk", + "index.integrations_storage": "Tárolási célok", + "index.integrations_title": "Integrációk", + "index.integrations_view_status": "Rendszerállapot megtekintése", + "index.page_title_dashboard": "Irányítópult", + "index.page_title_public": "Intelligens Dokumentumfeldolgozás", + "index.platform_overview": "Platform áttekintés", + "index.processing_stats": "Feldolgozási statisztikák", + "index.quick_actions": "Gyors műveletek", + "index.quick_documents": "Saját Dokumentumaim", + "index.quick_documents_desc": "Böngéssz a feldolgozott fájlok között", + "index.quick_search": "Keresés", + "index.quick_search_desc": "Teljes szöveges keresés a dokumentumokon", + "index.quick_subscription": "Saját Előfizetésem", + "index.quick_subscription_desc": "Terv & használati részletek megtekintése", + "index.quick_system_status": "Rendszerállapot", + "index.quick_system_status_desc": "Integrációk állapotának ellenőrzése", + "index.quick_upload": "Dokumentum feltöltése", + "index.quick_upload_desc": "Új fájl feldolgozása", + "index.quick_view_files": "Összes fájl megtekintése", + "index.quick_view_files_desc": "Feldolgozott dokumentumok böngészése", + "index.single_user_heading": "DocuElevate Irányítópult", + "index.single_user_subtitle": "Intelligens dokumentumfeldolgozás & menedzsment", + "index.stat_active_integrations": "Aktív Integrációk", + "index.stat_active_users": "Aktív felhasználók", + "index.stat_files_month": "Fájlok ezen a hónapon", + "index.stat_files_ocr": "OCR-rel rendelkező fájlok", + "index.stat_files_today": "Fájlok ma", + "index.stat_storage_targets": "Tárolási Célok", + "index.stat_this_month": "Ez a hónap", + "index.stat_today": "Ma", + "index.stat_total_files": "Összes fájl", + "index.stat_total_processed": "Összesen feldolgozva", + "index.tier_plan": "Terv", + "index.tier_upgrade": "Frissítés", + "index.tier_view_details": "Teljes részletek megtekintése", + "index.upgrade_daily_limits": "Magasabb napi és havi korlátok", + "index.upgrade_description": "További dokumentumok, több célállomás és prioritás támogató feloldása.", + "index.upgrade_destinations": "Több tárolási célállomás", + "index.upgrade_ocr_pages": "Több OCR oldal", + "index.upgrade_plan": "Frissítse a tervét", + "index.upgrade_view_pricing": "Tervek és árak megtekintése", + "index.usage_lifetime": "Élettartam fájlok", + "index.usage_month": "Fájlok ebben a hónapban", + "index.usage_my_usage": "Saját használatom", + "index.usage_today": "Fájlok ma", + "index.usage_unlimited": "Korlátlan", + "integrations.access_key_label": "Hozzáférési kulcs azonosító", + "integrations.active_label": "Aktív", + "integrations.add_button": "Integráció hozzáadása", + "integrations.add_first_button": "Első integrációd hozzáadása", + "integrations.api_token_label": "API token", + "integrations.authorize_btn": "Engedélyezés", + "integrations.authorize_reauth": "Újra engedélyezés", + "integrations.bucket_label": "Kibocsátó", + "integrations.configure": "Konfigurálás", + "integrations.connect": "Csatlakozás", + "integrations.connected": "Csatlakoztatva", + "integrations.connection_failed": "Kapcsolódás nem sikerült", + "integrations.connection_success": "Kapcsolódás sikeres", + "integrations.delete_confirm_are_you_sure": "Biztos, hogy törölni akarod?", + "integrations.delete_confirm_title": "Integráció törlése?", + "integrations.delete_confirm_undone": "Ez a művelet nem vonható vissza.", + "integrations.delete_emails_label": "E-mailek törlése feldolgozás után", + "integrations.delete_files_label": "Fájlok törlése feldolgozás után", + "integrations.destinations_quota_label": "Tárolási célok:", + "integrations.destinations_section": "Célok", + "integrations.direction_destination": "Cél (tárolás)", + "integrations.direction_label": "Irány", + "integrations.direction_placeholder": "\u0013 Válassz \u0013", + "integrations.direction_source": "Forrás (beviteli)", + "integrations.disconnect": "Kapcsolat megszüntetése", + "integrations.email_settings": "E-mail továbbítási beállítások", + "integrations.empty_state": "Nincs konfigurált integráció", + "integrations.endpoint_label": "Végpont URL", + "integrations.endpoint_optional": "(opcionális, S3-kompatibilishez)", + "integrations.folder_label": "Mappa", + "integrations.folder_optional": "(opcionális)", + "integrations.folder_path_label": "Mappa elérési út", + "integrations.folder_prefix_label": "Mappa előtag", + "integrations.generic_settings_hint": "Az integráció típus konfigurációja API-n keresztül létrehozás után JSON formátumban adható meg.", + "integrations.gmail_hint": "Gmail címkék & csillag: ha engedélyezve van, a feldolgozott e-mailek csillaggal vannak ellátva és \"Feldolgozott\" címkével vannak ellátva a Gmailben. Csak Gmail szerverekre vonatkozik.", + "integrations.gmail_labels": "Gmail címkék & csillag alkalmazása", + "integrations.host_label": "Gazda", + "integrations.imap_settings": "IMAP beállítások", + "integrations.loading": "Integrációk betöltése\u00135", + "integrations.modal_close": "Ablak bezárása", + "integrations.modal_title_add": "Integráció hozzáadása", + "integrations.modal_title_edit": "Integráció szerkesztése", + "integrations.name_label": "Címke", + "integrations.name_placeholder": "pl. Munkai Gmail, S3 Archivum", + "integrations.nextcloud_settings": "Nextcloud Beállítások", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Add meg az első integrációdat, hogy csatlakoztasd a bejövő forrásokat (mint az IMAP) és a tárolási célokat (mint az S3, Dropbox vagy Google Drive).", + "integrations.not_connected": "Nincs csatlakoztatva", + "integrations.oauth_folder_label": "Mappa", + "integrations.oauth_hint": "Először mentsd el ezt az integrációt, majd használd az Engedélyezés gombot az OAuth folyamat befejezéséhez. Az adataid biztonságosan tárolva lesznek a személyes integrációs rekordodban.", + "integrations.page_title": "Integrációk", + "integrations.paperless_settings": "Papírmentes NGX Beállítások", + "integrations.password_label": "Jelszó", + "integrations.paused": "Szüneteltetve", + "integrations.plan_label": "Terv:", "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "integrations.quota_not_available": "(nem elérhető)", + "integrations.quota_unlimited": "/ korlátlan", + "integrations.recipient_label": "Címzett Email", + "integrations.region_label": "Terület", + "integrations.remote_path_label": "Távoli Útvonal", + "integrations.s3_prefix_label": "Előtag (mappa útvonal)", + "integrations.s3_settings": "S3 Beállítások", + "integrations.secret_key_label": "Titkos Hozzáférési Kulcs", + "integrations.show_password": "Jelszó megjelenítése", + "integrations.show_secrets": "Titkok megjelenítése", + "integrations.show_token": "Token megjelenítése", + "integrations.source_local": "Helyi Fájl Rendszer", + "integrations.source_type_label": "Forrástípus", + "integrations.sources_quota_label": "Mailbox Források:", + "integrations.sources_section": "Források", + "integrations.subtitle": "Kezeld az ingestion forrásaidat és tárolási céljaidat egy helyen.", + "integrations.title": "Integrációk", + "integrations.type_label": "Integráció Típus", + "integrations.type_placeholder": "\u0002\u0002 Válaszd ki az irányt először \u0002\u0002", + "integrations.upgrade_plan": "Terv Frissítése", + "integrations.use_ssl": "SSL használata", + "integrations.username_label": "Felhasználónév", + "integrations.watch_folder_settings": "Figyelő Mappa Beállítások", + "integrations.webdav_settings": "WebDAV Beállítások", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Bejövő", + "integrations.webhook_how_heading": "Hogyan Működik a Webhook Bejövő", + "integrations.webhook_how_text": "A webhook integráció lehetővé teszi külső rendszerek számára, hogy dokumentumokat közvetlenül küldjenek a DocuElevate-be a REST API-n keresztül. Ahelyett, hogy a DocuElevate új fájlokat keresne (mint az IMAP), a te alkalmazásod HTTP kéréssel küld fájlokat a DocuElevate-nek API tokennel az azonosításhoz.", + "integrations.webhook_ideal_text": "Ideális CI/CD pipeline-okhoz, automatizáló szkriptekhez, scanner integrációkhoz vagy bármilyen rendszerhez, amely dokumentumokat generál és szüksége van azok feldolgozásra küldésére.", + "integrations.webhook_quick_start": "Gyors Kezdés", + "integrations.webhook_security_tip": "Minden integrációhoz hozz létre egy dedikált API tokent és azonnal vonj vissza, ha megsértették. A tokenek kezelhetők az API Tokenek oldalon.", + "integrations.webhook_step1": "Lépj a {api_tokens_link} oldalra és hozz létre egy személyes tokent.", + "integrations.webhook_upload_with_token": "Használj tokent a dokumentumok API-n keresztüli feltöltéséhez:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "language.change_success": "{language} nyelvre váltva", + "language.changed": "{language} nyelvre váltva", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", @@ -607,323 +714,401 @@ "language.lv": "Latviešu", "language.nb": "Norsk", "language.nl": "Nederlands", + "language.no_results": "Nincs nyelv található", "language.pl": "Polski", "language.pt": "Português", "language.ro": "Română", "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", + "language.search_placeholder": "Nyelvek keresése\u001e", + "language.selector": "Nyelv", + "language.selector_label": "Válassz nyelvet", "language.sk": "Slovenčina", "language.sl": "Slovenščina", "language.sv": "Svenska", "language.tr": "Türkçe", "language.uk": "Українська", "language.zh": "中文", - "nav.about": "About", + "nav.about": "Névjegy", + "nav.account_menu": "Fiók menü", + "nav.account_menu_for": "Fiók menü {name} számára", "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "nav.admin.audit_logs": "Audit Naplók", + "nav.admin.backups": "Biztonsági mentések", + "nav.admin.plans": "Tervek", + "nav.admin.scheduled_jobs": "Ütemezett Feladatok", + "nav.admin.users": "Felhasználók", + "nav.admin_actions": "Admin intézkedések", + "nav.admin_menu": "Admin menü", + "nav.api_docs": "API Dokumentáció", + "nav.api_tokens": "API Tokerek", + "nav.backup_restore": "Biztonsági mentés és visszaállítás", + "nav.credentials": "Hitelesítési adatok", + "nav.dark_mode": "Sötét mód", + "nav.dashboard": "Irányítópult", + "nav.developer_docs": "Fejlesztői Dokumentáció", + "nav.duplicates": "Duplikáltak", + "nav.file_manager": "Fájlkezelő", + "nav.files": "Fájlok", + "nav.get_started": "Kezdjük", + "nav.help": "Segítség", + "nav.help_center": "Súgóközpont", + "nav.imap": "Email Importálás", + "nav.integrations": "Integrációk", + "nav.light_mode": "Világos mód", + "nav.login": "Bejelentkezés", + "nav.logout": "Kijelentkezés", + "nav.main_navigation": "Fő navigáció", + "nav.my_subscription": "Előfizetésem", + "nav.notifications": "Értesítések", + "nav.open_main_menu": "Főmenü megnyitása", + "nav.pipelines": "Csövek", + "nav.plan_designer": "Tervező", + "nav.pricing": "Árazás", + "nav.profile": "Profil", + "nav.profile_settings": "Profilbeállítások", + "nav.queue": "Sor", + "nav.queue_monitor": "Sorfigyelő", + "nav.scheduled_jobs": "Ütemezett Feladatok", + "nav.search": "Keresés", + "nav.settings": "Beállítások", + "nav.shared_links": "Megosztott Linkek", + "nav.sign_out": "Kijelentkezés", + "nav.signup": "Regisztráció", + "nav.similarity": "Hasonlóság", + "nav.skip_to_content": "Ugrás a fő tartalomra", + "nav.status": "Állapot", + "nav.subscription": "Előfizetés", + "nav.toggle_dark_mode": "Sötét mód váltása", + "nav.toggle_nav": "Navigációs menü váltása", + "nav.upload": "Feltöltés", + "nav.users": "Felhasználók", + "nav.version": "Verzióinformáció", + "notifications.filter_all": "Összes", + "notifications.filter_read": "Csak olvasott", + "notifications.filter_unread": "Csak olvasatlan", + "notifications.manage_desc": "Kezelje értesítési postafiókját, céljait és eseménybeállításait", + "notifications.mark_all_read": "Mindet olvasottnak jelöl", + "notifications.mark_all_read_btn": "Mindet olvasottnak jelöl", + "notifications.mark_read": "Olvasottnak jelöl", + "notifications.no_notifications": "Nincsenek értesítések", + "notifications.page_title": "Értesítések", + "notifications.tab_inbox": "Beérkező", + "notifications.tab_settings": "Beállítások", + "notifications.title": "Értesítések", + "notifications.unread_count": "{count} olvasatlan értesítés", + "pipelines.active_label": "Aktív", + "pipelines.add_step_btn": "Lépés hozzáadása", + "pipelines.create": "Pipeline létrehozása", + "pipelines.custom_label_label": "Egyedi címke", + "pipelines.default_label": "Alapértelmezett", + "pipelines.description_label": "Leírás", + "pipelines.description_placeholder": "Opcionális leírás", + "pipelines.disabled_label": "Letiltva", + "pipelines.edit": "Pipeline szerkesztése", + "pipelines.empty_state": "Nincs még pipeline", + "pipelines.empty_state_hint": "Hozza létre első pipeline-ját az egyedi dokumentumfeldolgozási munkafolyamatok meghatározásához.", + "pipelines.enabled_label": "Engedélyezve", + "pipelines.force_cloud_ocr_label": "Kényszerített felhő OCR (ugorja át a helyi szövegkivonást)", + "pipelines.inactive_label": "Inaktív", + "pipelines.loading": "Pipeline-ok betöltése\u00143", + "pipelines.name_placeholder": "Az én pipeline-om", + "pipelines.new_pipeline_btn": "Új pipeline", + "pipelines.no_steps": "Nincs lépés meghatározva. Adjon hozzá egy lépést a pipeline építésének megkezdéséhez.", + "pipelines.ocr_auto": "Automatikus (rendszer alapértelmezett használata)", + "pipelines.ocr_language_hint": "Felülírja a Tesseract/EasyOCR globális nyelvi beállítását. Az Azure és a Mistral automatikusan érzékeli a nyelvet.", + "pipelines.ocr_language_label": "OCR Nyelv", + "pipelines.optional_suffix": "(opcionális)", + "pipelines.page_title": "Feldolgozási pipeline-ok", + "pipelines.set_default": "Alapértelmezett pipeline-ként állítom be", + "pipelines.step_label_placeholder": "Felülírja az alapértelmezett lépés nevét", + "pipelines.step_type_label": "Lépés típusa", + "pipelines.subtitle_intro": "Határozza meg és kezelje az egyedi dokumentumfeldolgozási munkafolyamatokat.", + "pipelines.subtitle_system_post": "jelvény és minden felhasználó számára látható.", + "pipelines.subtitle_system_pre": "A rendszer pipeline-ok (adminisztrátorok által létrehozva) láthatók egy", + "pipelines.system_label": "Rendszer", + "pipelines.system_pipeline_label": "Rendszer pipeline (minden felhasználó számára látható)", + "pipelines.title": "Feldolgozási pipeline-ok", + "profile.avatar_alt": "A profilképed", + "profile.avatar_heading": "Profilkép", + "profile.avatar_remove": "Egyéni avatar eltávolítása", + "profile.avatar_upload_hint": "Tölts fel egy JPEG, PNG, GIF vagy WebP képet, legfeljebb 2 MB méretben. Ha nincs egyéni kép beállítva, a {gravatar} jelenik meg.", + "profile.choose_image": "Kép kiválasztása\u00135", + "profile.confirm_password": "Új jelszó megerősítése", + "profile.contact_email_hint": "Rendszerértesítésekhez használva. Ez nem változtatja meg a bejelentkezési e-mail címedet.", + "profile.contact_email_label": "Kapcsolattartó / Értesítő E-mail", + "profile.contact_email_placeholder": "te@example.com", + "profile.current_password": "Jelenlegi jelszó", + "profile.dismiss": "Elvetés", + "profile.display_name_hint": "Hagyd üresen, hogy a fiók felhasználónevedet vagy e-mail címedet használd.", + "profile.display_name_label": "Megjelenítési név", + "profile.display_name_placeholder": "A neved, ahogy a felhasználói felületen megjelenik", + "profile.general_heading": "Általános információk", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profilbeállítások", + "profile.language_auto_detect": "Automatikus észlelés (böngészőből)", + "profile.language_hint": "Válaszd ki a kívánt felhasználói felület nyelvet. Az „Automatikus észlelés” követi a böngésző beállításait.", + "profile.language_label": "UI Nyelv", + "profile.new_password": "Új jelszó", + "profile.new_password_hint": "Minimum 8 karakter.", + "profile.page_title": "Profilbeállítások – DocuElevate", + "profile.password_heading": "Jelszó megváltoztatása", + "profile.preferences_heading": "Beállítások", + "profile.save_button": "Változások mentése", + "profile.saving": "Mentés\u00135", + "profile.subtitle": "Kezeld a megjelenítési nevedet, avatarod, nyelvet és témabeállításaidat.", + "profile.theme_dark": "Sötét", + "profile.theme_hint": "A „Rendszer alapértelmezett” követi az eszközöd sötét mód beállítását.", + "profile.theme_label": "Színskéma", + "profile.theme_light": "Világos", + "profile.theme_system": "Rendszer alapértelmezett", + "profile.update_password": "Jelszó frissítése", + "profile.updating": "Frissítés\u00115...", + "queue.active_tasks": "Aktív feladatok", + "queue.auto_refresh_1": "Automatikusan frissít minden", + "queue.auto_refresh_2": "másodpercben", + "queue.col_arguments": "Argumentumok", + "queue.col_current_step": "Jelenlegi lépés", + "queue.col_file": "Fájl", + "queue.col_files": "Fájlok", + "queue.col_queue": "Várólista", + "queue.col_state": "Állapot", + "queue.col_task": "Feladat", + "queue.col_task_id": "Feladat ID", + "queue.files_processing": "Fájlok feldolgozása", + "queue.heading": "Várólista Figyelő", + "queue.last_updated": "Utolsó frissítés:", + "queue.loading_stats": "Várólista statisztikák betöltése\u00115", + "queue.no_active_tasks": "Nincsenek aktív feladatok", + "queue.no_data": "Nincsenek adatok", + "queue.no_files_processing": "Jelenleg nincs feldolgozás alatt álló fájl", + "queue.page_title": "Várólista Figyelő", + "queue.processing_pipeline": "Feldolgozási Csővezeték", + "queue.queued_tasks": "Várakozó Feladatok", + "queue.recently_processing": "Nemrégiben Feldolgozott Fájlok", + "queue.redis_queues": "Redis Várólisták", + "queue.subtitle": "Valós idejű nézet a dokumentum-feldolgozó csővezetékről és a Celery feladat várólistákról.", + "queue.workers_online": "Online Munkások", + "search.button": "Keresés", + "search.error_message": "A keresés ideiglenesen nem elérhető. Kérjük, próbálja meg később.", + "search.filter_aria_clear": "Minden szűrő törlése", + "search.filter_clear_button": "Szűrők törlése", + "search.filter_date_from": "Dátum tól", + "search.filter_date_to": "Dátum ig", + "search.filter_document_type": "Dokumentum Típus", + "search.filter_document_type_placeholder": "pl. Számla", + "search.filter_language": "Nyelv", + "search.filter_language_placeholder": "pl. de", + "search.filter_sender": "Feladó", + "search.filter_sender_placeholder": "pl. ACME Corp", + "search.filter_tags": "Címkék", + "search.filter_tags_placeholder": "pl. amazon", + "search.filter_text_quality": "Szöveg Minőség", + "search.filter_text_quality_all": "Minden", + "search.filter_text_quality_high": "Magas", + "search.filter_text_quality_low": "Alacsony", + "search.filter_text_quality_medium": "Közepes", + "search.filter_text_quality_no_text": "Nincs szöveg", + "search.heading": "Dokumentum Keresés", + "search.input_aria_label": "Dokumentumok keresése", + "search.input_placeholder": "Dokumentumok keresése tartalom, küldő, címkék, típus alapján...", + "search.loading_indicator": "Keresés\u00106", + "search.no_results": "Nincs találat", + "search.page_title": "Dokumentumok keresése", + "search.placeholder": "Keresés fájlnév, tartalom, címkék alapján...", + "search.result_empty": "Nincsenek olyan dokumentumok, amelyek megfelelnek a keresésének.", + "search.results_count": "{count} találat található", + "search.saved_aria_save": "Aktuális keresés mentése", + "search.saved_button": "Aktuális mentése", + "search.saved_empty": "Még nincsenek mentett keresések", + "search.saved_error": "Nem sikerült betölteni a mentett kereséseket", + "search.saved_label": "Mentett keresések", + "search.saved_loading": "Betöltés...", + "search.title": "Dokumentumok keresése", + "settings.audit_log_btn": "Audit napló", + "settings.autocomplete_hint": "Kezdje el írni a keresett értékeket, vagy adjon meg bármilyen egyedi értéket.", + "settings.autocomplete_no_matches": "Nincsenek egyezések \u00102 - még mindig beírhat egy egyedi értéket", + "settings.autocomplete_placeholder": "Kezdje el írni a keresést vagy adjon meg egy értéket\u00106", + "settings.boolean_enable_prefix": "Engedélyezés", + "settings.categories_aria": "Beállítások kategóriái", + "settings.categories_heading": "Kategóriák", + "settings.db_wizard_btn": "DB Mágus", + "settings.effective_value_label": "Hatékony érték:", + "settings.encrypted_suffix": "= nyugalomban titkosítva", + "settings.encrypted_title": "Az érték nyugalomban titkosítva van az adatbázisban", + "settings.export_btn": "Exportálás", + "settings.export_db_only": "Csak DB beállítások", + "settings.export_full_config": "Teljes hatékony konfiguráció", + "settings.jump_to_category": "Ugrás a kategóriára\u00106", + "settings.manage_config_prefix": "Konfiguráció kezelése. Prioritás:", + "settings.model_picker_hint": "Válasszon a listából, vagy írjon be bármilyen modellszót, amelyet a szolgáltatója támogat.", + "settings.model_picker_placeholder": "Válasszon egy általános modellt, vagy írjon be egy egyedi nevet\u00106", + "settings.no_results_clear": "törölje a keresést", + "settings.no_results_heading": "Nincs beállítás találva", + "settings.no_results_hint": "Próbáljon ki egy másik keresési kifejezést, vagy", + "settings.page_heading": "Alkalmazás beállítások", + "settings.required_label": "(kötelező)", + "settings.reset_confirm": "Biztos benne, hogy vissza szeretné állítani ezt a beállítást?", + "settings.restart_required_suffix": "= újraindítás szükséges", + "settings.revert_btn": "Eltávolítás az adatbázisból", + "settings.revert_title": "DB felülírás eltávolítása és visszatérés környezeti változóra vagy alapértelmezett értékre", + "settings.reverting": "Visszaállítás\u00135", + "settings.save_all_btn": "Minden változás mentése", + "settings.save_error": "A beállítás mentése nem sikerült", + "settings.save_setting_title": "Ezek a beállítás mentése", + "settings.save_success": "A beállítást sikeresen mentettük", + "settings.saving_state": "Mentés\u00135", + "settings.search_aria_label": "Beállítások keresése", + "settings.search_clear_aria": "Keresés törlése", + "settings.search_placeholder": "Beállítások keresése név, kulcs vagy leírás szerint\u00135", + "settings.settings_count_suffix": "beállítás", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", + "settings.source_default_badge": "ALAPÉRTELMEZETT", + "settings.source_env_badge": "KÖRNYEZET", + "settings.title": "Beállítások", + "settings.toggle_visibility_aria": "Jelszó láthatóságának váltása", + "settings.toggle_visibility_title": "Érték megjelenítése/elrejtése", + "settings.user_autocomplete_empty": "Nincs megfelelő felhasználó", + "settings.user_autocomplete_hint": "Kezdje el írni a meglévő felhasználók nevét kereséséhez, vagy manuálisan adjon meg bármilyen azonosítót.", + "settings.user_autocomplete_placeholder": "Kezdjen el írni a felhasználók kereséséhez\u00135", + "settings.wizard_btn": "Varázsló", + "shared.col_expiry": "Lejárat", + "shared.col_file_label": "Fájl / Címke", + "shared.col_link": "Hivatkozás", + "shared.col_views": "Megtekintések", + "shared.copy_link_aria": "Hivatkozás másolása a vágólapra", + "shared.copy_link_title": "Hivatkozás másolása", + "shared.create_btn": "Hivatkozás létrehozása", + "shared.create_heading": "Új megosztott hivatkozás létrehozása", + "shared.creating": "Létrehozás\u00135", + "shared.expiry_12h": "12 óra", + "shared.expiry_14d": "14 nap", + "shared.expiry_1h": "1 óra", + "shared.expiry_24h": "24 óra (1 nap)", + "shared.expiry_30d": "30 nap", + "shared.expiry_3d": "3 nap", + "shared.expiry_6h": "6 óra", + "shared.expiry_7d": "7 nap", + "shared.expiry_label": "Lejárat", + "shared.expiry_never": "Soha", + "shared.file_id_help_post": "oldalon vagy a dokumentum részletek URL-címében.", + "shared.file_id_help_pre": "Keresd a fájlazonosítót a", + "shared.file_id_label": "Fájlazonosító", + "shared.file_id_placeholder": "pl. 42", + "shared.files_link": "Fájlok", + "shared.heading": "Megosztott linkek", + "shared.label_label": "Címke", + "shared.label_placeholder": "pl. Megosztva Bobbal", + "shared.link_created": "Megosztott link létrehozva!", + "shared.link_created_help": "Másold ki ezt a linket, és küldd el a címzettnek.", + "shared.links_count_aria": "linkek száma", + "shared.max_downloads_label": "Max letöltések", + "shared.no_links": "Még nincs megosztott link. Hozz létre egyet fent, hogy elindulj.", + "shared.open_in_new_tab": "Megnyitás új lapon", + "shared.open_link_aria": "Megosztott link megnyitása", + "shared.optional": "(opcionális)", + "shared.page_title": "Megosztott linkek – DocuElevate", + "shared.password_label": "Jelszó", + "shared.password_placeholder": "Hagyd üresen jelszó nélkül", + "shared.password_protected": "Jelszóval védett", + "shared.refresh_aria": "Megosztott linkek lista frissítése", + "shared.revoke_aria_prefix": "Megosztott link visszavonása", + "shared.revoke_btn": "Visszavonás", + "shared.status_active": "Aktív", + "shared.status_expired": "Lejárt", + "shared.status_limit_reached": "Határérték elérve", + "shared.status_revoked": "Visszavonva", + "shared.subtitle": "Oszd meg a dokumentumokat bárkivel egy időkorlátos vagy megtekintéskorlátos linken. A címzetteknek nem szükséges DocuElevate fiók. A linkek jelszóval védettek és bármikor visszavonhatók.", + "shared.table_aria": "Megosztott linkek", + "shared.unlimited_placeholder": "Korlátlan", + "shared.your_links": "A Te Megosztott Linkeid", + "similarity.backfill_auto": "A háttérfeladat automatikusan számítja ezeket 5 percenként, vagy megteheted, hogy", + "similarity.files_missing_text": "fájl(ok) rendelkeznek OCR szöveggel, de még nincs beágyazásuk.", + "similarity.find_pairs_btn": "Párok keresése", + "similarity.heading": "Dokumentum Hasonlóság", + "similarity.load_error": "A párok betöltése nem sikerült.", + "similarity.min_similarity_label": "Min. hasonlóság", + "similarity.no_pairs_detail": "Nincs olyan dokumentumpár, amely meghaladná a hasonlósági küszöböt.", + "similarity.no_pairs_heading": "Nincs hasonló pár, amit találtunk", + "similarity.page_title": "Dokumentum Hasonlóság - DocuElevate", + "similarity.pagination_aria": "Hasonlósági pár oldalak", + "similarity.per_page_label": "Oldalanként", + "similarity.scanning": "Hasonló dokumentumpárok keresése\u0001\u0002", + "similarity.stat_embedding_model": "Beágyazási Modell", + "similarity.stat_missing_embedding": "Hiányzó Beágyazás", + "similarity.stat_total_files": "Összes Fájl", + "similarity.stat_with_embedding": "Beágyazással", + "similarity.subtitle": "Magas szemantikai hasonlóságú dokumentumok párokban, pontszám szerint rangsorolva.", + "similarity.trigger_aria": "Beágyazás számításának aktiválása minden hiányzó beágyazású fájlhoz", + "similarity.trigger_now": "aktiválja most", + "status.app_version": "Alkalmazás Verzió", + "status.build_date": "Készítési Dátum", + "status.container_id": "Konténer ID", + "status.git_commit": "Git Elkötelezettség", + "status.last_check": "Utolsó Ellenőrzés", + "status.page_title": "Rendszer Állapot", + "status.setting_label": "Beállítás", + "status.value_label": "Érték", + "subscription.available_plans_heading": "Elérhető csomagok", + "subscription.back_to_dashboard": "Vissza a műszerfalra", + "subscription.cancel_pending": "Változás törlése", + "subscription.cancel_scheduled": "Terv törlése", + "subscription.contact_sales": "Kapcsolatfelvétel az értékesítéssel", + "subscription.current_badge": "Aktuális", + "subscription.current_plan": "Aktuális csomag", + "subscription.current_plan_cta": "Az aktuális csomagod", + "subscription.downgrade_to_prefix": "Szuromás", + "subscription.features_heading": "Mit tartalmaz a csomagod", + "subscription.free": "Ingyenes", + "subscription.heading": "Előfizetésem", + "subscription.keep_plan_prefix": "Megőrzi", + "subscription.lifetime_files": "Összes fájl (élethosszig)", + "subscription.month_files": "Fájlok ebben a hónapban", + "subscription.more_features_label": "több", + "subscription.page_title": "Előfizetésem \u00116 – DocuElevate", + "subscription.pending_badge": "Függőben", + "subscription.pending_benefits": "Eddig megőrzi az összes aktuális csomag előnyét.", + "subscription.pending_on": "on", + "subscription.pending_title": "Függőben lévő csomagváltozás ütemezve", + "subscription.pending_will_change": "A csomagod megváltozik erre", + "subscription.per_mo": "/hó", + "subscription.per_month": "/hónap", + "subscription.since": "Óta", + "subscription.single_user_body": "Az előfizetési szintek akkor alkalmazandók, amikor a többfelhasználós mód aktív. A példányod jelenleg egyfelhasználós módban fut, feldolgozási korlátozások nélkül. Egy adminisztrátor aktiválhatja a többfelhasználós módot a {settings_link} segítségével.", + "subscription.single_user_title": "A többfelhasználós mód nincs engedélyezve.", + "subscription.subtitle": "Az aktuális csomagod, használat és elérhető frissítések.", + "subscription.this_month_label": "ebben a hónapban", + "subscription.today_files": "Fájlok ma", + "subscription.today_label": "ma", + "subscription.unlimited": "Korlátlan", + "subscription.upgrade_info": "A frissítések azonnali hatállyal lépnek érvénybe. A visszaminősítések a jelenlegi számlázási időszak végére vannak ütemezve.", + "subscription.upgrade_to_prefix": "Frissítés erre", + "subscription.usage_heading": "Használat", + "upload.browse_button": "Fájlok Kikeresése", + "upload.button_processing": "Feldolgozás...", + "upload.camera_button": "Kép Készítése / Dokumentum Beolvasása", + "upload.download_button": "Letöltés és Feldolgozás", + "upload.downloading": "Fájl letöltése URL-ből...", + "upload.drag_drop": "Húzza ide a fájlokat, vagy kattintson a böngészéshez", + "upload.drop_hint_desktop": "Húzza ide a fájlokat vagy mappákat, vagy kattintson a fájlok kiválasztásához.", + "upload.drop_hint_mobile": "Érintse meg a fájlok kiválasztásához, vagy használja az alábbi fényképezőgép gombot.", + "upload.drop_zone_aria": "Fájl feltöltési terület. Húzza ide a fájlokat, vagy nyomja meg az Entert a fájlok böngészéséhez.", + "upload.error": "Feltöltés sikertelen", + "upload.error_invalid_url": "Érvénytelen URL formátum", + "upload.error_url_required": "Kérjük, adjon meg egy URL-t", + "upload.file_size_hint": "Maximális méret: 500 MB fájlonként", + "upload.file_types": "Engedélyezett típusok: PDF, Office dokumentumok (Word, Excel, PowerPoint, stb.), Képek", + "upload.filename_description": "Hagyja üresen az URL-ből származó fájlnév használatához", + "upload.filename_label": "Fájlnév (opcionális)", "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "upload.max_size": "Maximális fájlméret: {size}", + "upload.page_title": "Fájlok Feltöltése", + "upload.section_device": "Feltöltés Eszközről", + "upload.section_url": "Feltöltés URL-ből", + "upload.select_file": "Fájl kiválasztása", + "upload.success": "A fájl sikeresen feltöltve", + "upload.title": "Dokumentum feltöltése", + "upload.uploading": "Feltöltés...", + "upload.url_description": "Adjon meg egy közvetlen linket egy fájlhoz (PDF, Office dokumentumok vagy képek)", + "upload.url_label": "Fájl URL", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/hy.json b/frontend/translations/hy.json new file mode 100644 index 00000000..013d52b1 --- /dev/null +++ b/frontend/translations/hy.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "Հանդիպեք Ստեղծողին", + "about.creator_name": "Քրիստիան Կրակաու-Լուիս", + "about.creator_pre": "DocuElevate-ը ստեղծվում է կրքով", + "about.features_admin_api": "Հզոր REST API ծրագրային մուտքագրման համար", + "about.features_admin_config": "Բարձր ճկունություն գերդատար մակերեսների միջոցով", + "about.features_admin_docker": "Docker-ասեր հեշտ տեղադրման և մասշտաբավորման համար", + "about.features_admin_heading": "Կառավարման", + "about.features_admin_oauth2": "OAuth2 վավերացման աջակցություն Authentik-ով", + "about.features_automation_background": "Հետևողական մշակումը Redis-ով և Celery-ով", + "about.features_automation_gmail": "Gmail և ընդհանուր էլ. փոստի հաշիվների ինտեգրում", + "about.features_automation_heading": "Օտոմացիա", + "about.features_automation_imap": "IMAP հեռախոսացուցակ polling բազմաթիվ աղբյուրներից", + "about.features_automation_ingestion": "Ավտոմատ փաստաթղթերի ներբեռնման գործընթաց տարբեր մուտքերից", + "about.features_heading": "Կրկնակի Լեզու", + "about.features_integration_cloud": "Աումը սկիզբ: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Ինտեգրում և Խցիկ", + "about.features_integration_multi_dest": "Բազմաթիվ նպատակների աջակցություն (պաշտպանել փաստաթղթերը բազմաթիվ տեղերում)", + "about.features_integration_protocols": "Հարկային արձանագրություններ: FTP, SFTP, Էլ. փոստի փոխանցում", + "about.features_integration_selfhosted": "Իրական բնակող տարբերակներ: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Ինտելեկտուալ փաստաթղթերի դասակարգում և ամսաթվի արտահանում", + "about.features_processing_heading": "Փաստաթղթերի Աշխատանք", + "about.features_processing_metadata": "Օտոմատ նյութեր արտահանման օգտագործելով միացված AI մատակարար", + "about.features_processing_ocr": "OCR Azure Document Intelligence-ով", + "about.features_processing_pdf": "PDF վերածումը տարբեր ֆայլի բնութագրերի միջոցով Gotenberg-ով", + "about.features_processing_upload": "Հեշտ և ապահով ֆայլերի ձևափոխումներ ձգելով և թողնելով աջակցությամբ", + "about.github_logo_alt": "GitHub Լոգո", + "about.heading": "Հարգելով DocuElevate", + "about.intro_post": " – ձեր ժամանակակից, իրավասու լուծումը փաստաթղթերի մշակման համար: Մենք ստեղծել ենք DocuElevate-ը, որպեսզի լիովին փոխենք այն, թե ինչպես եք դուք փորձում փաստաթղթերը – ներբեռնման, արտահանման, մշակման և պաշարման:", + "about.intro_pre": "Բարի գալուստ ", + "about.involved_description": "Ցանկանում եք ներխուժել կոդը, մասնակցել գաղափարներին կամ ավելին իմանալ DocuElevate-ի մասին:", + "about.involved_docs": "Ընթացիկ փաստաթղթերը կարդալ", + "about.involved_github": "Դիտեք DocuElevate GitHub-ում", + "about.involved_heading": "Մասնակցել", + "about.involved_website": "Այցելեք DocuElevate կայքը", + "about.legal_description": "Մենք հոգ ենք տանում ձեր գաղտնիության և տվյալների անվտանգության մասին: Խնդրում ենք վերանայել մեր:", + "about.legal_heading": "Գաղտնիություն և Ինտելեկտուալ", + "about.legal_license": "Հեղինակային իրավունքի տեղեկություններ", + "about.legal_privacy": "Գաղտնիության Հայտարարություն", + "about.page_title": "Հարգելով DocuElevate", + "about.story_heading": "Մեր Պատմությունը", + "about.story_p1": "DocuElevate-ը ստեղծվել է մեկ նպատակի համար՝ բոլորի համար փաստաթղթերի կառավարման գործընթացը պարզեցնել և streamline անել, թե դուք փոքրագույն սկիզբ եք, թե մեծ ձեռնարկություն:", + "about.story_p2": "Մենք օգտագործում ենք pluggable AI մատակարարների (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey և ավելին) ուժը մեթադաթաների հասանելիության և տեքստերի վերակառուցման համար, Seamless ինտեգրվում ենք Dropbox-ի, Nextcloud-ի և Paperless NGX-ի հետ պահպանման և ինդեքսավորման համար, օգտագործում ենք Azure Document Intelligence-ը OCR-ի համար և նույնիսկ օգտագործում ենք Gotenberg-ը ֆայլերից PDF ձևափոխումների համար:", + "api_tokens.col_created": "Ստեղծված", + "api_tokens.col_last_ip": "Վերջին IP", + "api_tokens.col_last_used": "Վերջին օգտագործումը", + "api_tokens.col_name": "Անվանում", + "api_tokens.col_prefix": "Token նախապատմություն", + "api_tokens.copy_to_clipboard": "Պատճենել token-ը Clipboard", + "api_tokens.copy_upload_example": "Պատկերեք բեռնումի օրինակ Clipboard-ի վրա", + "api_tokens.copy_warning_1": "Պատճենեք այս token-ը այժմ՝ այն", + "api_tokens.copy_warning_2": "այլևս չի ցուցադրվի", + "api_tokens.create_heading": "Ստեղծել նոր token", + "api_tokens.create_token": "Ստեղծել token", + "api_tokens.creating": "Ստեղծում է\u0000a0...", + "api_tokens.heading": "API Tokens", + "api_tokens.intro": "Ստեղծեք անձնական API token-ներ DocuElevate API-ի հետ ծրագրային կերպով համագործակցելու համար: Օգտագործեք token-երը webhook բեռնումների, CI/CD խողովակաձևերի կամ որևէ սցենարի համար, որը պետք է բեռնի կամ վերցնի փաստաթղթեր:", + "api_tokens.loading_tokens": "Բեռնում է token-ները\u0000a0...", + "api_tokens.never": "Միայն", + "api_tokens.no_tokens_heading": "Դեռ չկա API token-ներ", + "api_tokens.no_tokens_help": "Սկսելու համար ստեղծեք ձեր առաջին token-ը վերևում:", + "api_tokens.page_title": "API Tokens - DocuElevate", + "api_tokens.revoke": "Մերժել", + "api_tokens.revoke_prefix": "Մերժել token-ը", + "api_tokens.status_active": " ակտիվ", + "api_tokens.status_revoked": "Մերժված", + "api_tokens.table_aria": "API Tokens", + "api_tokens.token_created": "Token-ը հաջողությամբ ստեղծվեց!", + "api_tokens.token_name_label": "Token-ի անվանում", + "api_tokens.token_name_placeholder": "օրինակ՝ CI Pipeline, Webhook Upload, Իմ սցենարը", + "api_tokens.usage_heading": "Օգտագործման օրինակ", + "api_tokens.usage_intro_post": "Header որեւէ API հարցման հետ:", + "api_tokens.usage_intro_pre": "Օգտագործեք ձեր API token-ը", + "api_tokens.your_tokens": "Ձեր token-ները", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "Վ fuente", + "audit.col_timestamp": "Ժամն_stamp", + "audit.critical": "Կրիտիկական", + "audit.filter_action": "Գործողություն", + "audit.filter_all_actions": "Բոլոր գործողությունները", + "audit.filter_all_users": "Ամեն ինչ օգտվողներ", + "audit.filter_resource_placeholder": "օր. փաստաթուղթ, օգտվող", + "audit.filter_resource_type": "Աղբյորի տեսակը", + "audit.filter_severity": "Քննադատություն", + "audit.filter_user": "Օգտվող", + "audit.filters_section_label": "Հաշվետվության ֆիլտրեր", + "audit.next": "Հաջորդ", + "audit.next_label": "Հաջորդ էջ", + "audit.no_events": "Հաշվետվության իրերի գրանցված չէ:", + "audit.no_events_hint": "Ս betydական գործողությունները (Մուտքեր, փաստաթղթային գործողություններ, կարգավորումների փոփոխություններ) այստեղ կցուցադրվեն:", + "audit.page_title": "Հաշվետվությունների գրառումներ - DocuElevate", + "audit.pagination_label": "Հաշվետվության էջային հաշվարկ", + "audit.prev": "Նախորդ", + "audit.prev_label": "Նախորդ էջ", + "audit.refresh_label": "Թարմացնել հաշվետվությունները", + "audit.siem_disabled_title": "SIEM փոխանցումը անջատված է", + "audit.siem_enabled_title": "Պատահարները փոխանցվում են ", + "audit.siem_off": "SIEM: Անչափ", + "audit.subtitle": "Ամբողջական, հավելվածային միայն բոլոր կարևոր գործողությունների արձանագրություն:", + "audit.table_label": "Հաշվետվության իրեր", + "audit.title": "Հաշվետվություններ", + "auth.confirm_password": "Հաստատել գաղտնաբառը", + "auth.create_account": "Ստեղծել հաշիվ", + "auth.display_name_label": "Ցույց տալ անունը", + "auth.email_label": "Էլ־փոստ", + "auth.forgot_password": "Մոռացել եք գաղտնաբառը:", + "auth.forgot_username": "Մոռացել եք օգտվողի անունը:", + "auth.login": "Մուտք գործել", + "auth.login_title": "Մուտք գործել", + "auth.logo_alt": "DocuElevate լոգոն", + "auth.logout": "Անջատվել", + "auth.my_account": "Իմ հաշիվը", + "auth.no_account": "Չունեք հաշիվ:", + "auth.or_continue_with": "կամ շարունակեք", + "auth.password_label": "Գաղտնաբառ", + "auth.profile": "Գիծ", + "auth.remember_me": "Հիշել ինձ", + "auth.return_home": "Վերադառնալ գլխավոր էջ", + "auth.sign_in": "Մուտք գործել", + "auth.sign_in_sso": "Մուտք գործել SSO-ով", + "auth.sign_in_with": "Մուտք գործեք", + "auth.sign_in_with_username": "Մուտք անկեղծորեն անունով", + "auth.signup": "Գրանցվել", + "auth.signup_title": "Գրանցվել", + "auth.username_label": "Անուն", + "auth.username_or_email": "Անուն կամ էլ. հասցե", + "auth.verify_email_back_sign_in": "Վերադառնալ մուտք վարելու", + "auth.verify_email_expiry": "Հղումը պարտատալիս է 24 ժամում: Եթե էլ. զետեղումը չտեսնեք, ստուգեք ձեր սպամ ֆոլդերը:", + "auth.verify_email_heading": "Ստուգեք ձեր նամակատարը", + "auth.verify_email_message": "Մի վերլուծական էլ. նամակ ենք ուղնել ձեզ: Խնդրում ենք սեղմել հղումը էլ. նամակում ձեր հաշիվը ակտիվացնելու համար:", + "auth.verify_email_page_title": "DocuElevate - Վավերացրեք ձեր էլ. հասցեն", + "auth.verify_email_resend_aria_label": "Էլ. հասցե կրկին ուղարկելու համար", + "auth.verify_email_resend_button": "Կրկին ուղարկել վավերացնող էլ. նամակ", + "auth.verify_email_resend_label": "Էլ. հասցե", + "auth.verify_email_resend_placeholder": "Մուտքագրեք ձեր էլ. հասցեն", + "auth.verify_email_resend_prompt": "Չեք ստացել?", + "backup.archives_heading": "Պահուստային արխիվներ", + "backup.backup_now": "Պահեստավորել հիմա", + "backup.clean_up": "Մաքրել", + "backup.cleanup_title": "Կատարել պահպանման մաքրում հիմա", + "backup.col_created": "Ստեղծված", + "backup.col_filename": "Ֆայլի անունը", + "backup.col_size": "Չափը", + "backup.col_storage": "Թղթի տարածք", + "backup.col_type": "Մ vrste", + "backup.config_auto_backup": "Հայտարարություն ինքնակալ", + "backup.config_remote_dest": "Հեռավոր վայր", + "backup.config_retention": "Պահպանման", + "backup.config_total_size": "Ընդհանուր տեղական չափը", + "backup.confirm_btn": "Հաստատել", + "backup.confirm_title": "Հաստատել գործողությունը", + "backup.heading": "Պահուստային կառավարման", + "backup.local_only": "Միայն տեղական", + "backup.no_backups": "Պահեստավորումներ դեռևս չկան:", + "backup.no_backups_hint": "Սեղմեք «Պահեստավորել հիմա», որպեսզի ստեղծեք ձեր առաջին պահեստավորումը:", + "backup.page_title": "Պահուստային կառավարման", + "backup.records_label": "գրանցումներ", + "backup.restore_btn": "Հետ բերել", + "backup.restore_desc_mid": "պահուստային արխիվ, որպեսզի հետ բերեք տվյալների բազան:", + "backup.restore_desc_pre": "Լրացրեք", + "backup.restore_desc_warning": "Սա կփոխարկի բոլոր ընթացիկ տվյալները:", + "backup.restore_file_label": "Backup արխիվ (.db.gz)", + "backup.restore_heading": "Վերականգնել ֆայլից", + "backup.restoring": "Վերականգնում\u0013...", + "backup.retention_daily_detail": "\u0013 պահվում է 3 շաբաթ", + "backup.retention_heading": "Պահման քաղաքականություն", + "backup.retention_hourly_detail": "\u0013 պահվում է 4 օր", + "backup.retention_note": "Այլ տվյալներ, որոնք անցնում են այս սահմանները, ավտոմատ կերպով խափանվում են նոր բեքափ ստեղծելուց հետո:", + "backup.retention_weekly_detail": "\u0013 պահվում է ~3 ամիս", + "backup.snapshots": "լուսանկարներ", + "backup.status_ok": "լավ", + "backup.storage_local": "տեղական", + "backup.subtitle": "Դատաբազայի բեքափները ստեղծվում են ավտոմատ կերպով: ժամային (4 օր), օրական (3 շաբաթ), շաբաթական (13 շաբաթ):", + "backup.table_aria": "Backup արխիվներ", + "backup.trigger_daily": "Բեքափ անել հիմա (օրական)", + "backup.trigger_hourly": "Բեքափ անել հիմա (ժամական)", + "backup.trigger_weekly": "Բեքափ անել հիմա (շաբաթական)", + "backup.type_daily": "Օրական", + "backup.type_hourly": "Ժամական", + "backup.type_weekly": "Շաբաթական", + "billing.go_to_dashboard": "Միանալ վահանակին", + "billing.manage_subscription": "Կառավարել բաժանորդագրությունը", + "billing.success_heading": "Դուք բոլորն էլ պատրաստ եք!", + "billing.success_message": "Ձեր բաժանորդագրությունը ակտիվացվել է: Ֆուտբոլիստի շնորհակալություն ձեր ընտրության համար DocuElevate!", + "billing.success_page_title": "DocuElevate - Բաժանորդագրությունը ակտիվացված է", + "common.actions": "Գործողություններ", + "common.active": "Ակտիվ", + "common.all": "Բոլոր", + "common.avatar": "Ավատար", + "common.back": "Հետ", + "common.cancel": "Չեղարկել", + "common.close": "Փակել", + "common.col_pending": "Ձեռնարկվում", + "common.completed": "Ավարտված", + "common.confirm": "Հաստատել", + "common.copied": "Պատճենած!", + "common.copy": "Պատճենել", + "common.create": "Ստեղծել", + "common.created": "Ստեղծված", + "common.date": "Tarikh", + "common.delete": "Ջնջել", + "common.description": "Նկարագրություն", + "common.details": "Մանրամասներ", + "common.disabled": "Միացված չէ", + "common.download": "Բեռնել", + "common.duplicate": "Կրկնօրինակ", + "common.edit": "Խմբագրել", + "common.enabled": "Միացված", + "common.error": "Սխալ", + "common.failed": "Ամփոփվեց", + "common.filter": "Ֆիլտրել", + "common.inactive": "Նյութը անգործուն", + "common.info": "Տեղեկություններ", + "common.loading": "Բեռնվում է...", + "common.name": "Անվանում", + "common.next": "Հաջորդ", + "common.next_page": "Հաջորդ էջ", + "common.no": "Ոչ", + "common.none": "Ոչ մեկը", + "common.page": "Էջ", + "common.paused": "Խափանված", + "common.pending": "Պահանջարկում", + "common.prev_page": "Սովորական էջ", + "common.previous": "Նախորդ", + "common.processing": "Շրջանառություն", + "common.refresh": "Թարմացնել", + "common.reset": "Կրկնակես", + "common.retry": "Նորից փորձել", + "common.save": "Պահպանել", + "common.search": "Որոնել", + "common.select": "Ընտրել", + "common.select_placeholder": "— ընտրել —", + "common.size": "Չափ", + "common.status": "Կարգավիճակ", + "common.submit": "Միացնել", + "common.success": "Նվաճում", + "common.tags": "Պիտակներ", + "common.test": "Ստուգել", + "common.test_connection": "Ստուգել կապը", + "common.type": "Տև", + "common.update": "Թարմացնել", + "common.updated": "Թարմացված", + "common.upload": "Բեռնել", + "common.view": "Դիտել", + "common.warning": "Հետազգուշացում", + "common.yes": "Այո", + "cookie.accept": "Հասկացա", + "cookie.learn_more": "Տ sijo շրախրտ", + "cookie.message": "Այս կայքը օգտագործում է կուքի ֆայլեր՝ ձեր փորձը բարելավելու համար:", + "cookie.notice": "DocuElevate-ը օգտագործում է միայն էական նստաշրջանի կուքի ֆայլեր, որոնք անհրաժեշտ են վավերացման և ծառայության աշխատանքի համար: Միացման կամ վերլուծություն իրականացնող կուքի ֆայլեր չկան:", + "cookie.notice_label": "Կուքի ծանուցում", + "cookie.policy_link": "Կուքի քաղաքականություն", + "cookie.privacy_link": "Գաղտնիության ծանուցում", + "credentials.col_action": "Գործողություն", + "credentials.col_credential": "Ապահովագրություն", + "credentials.col_source": "Հիմն", + "credentials.configured": "Կարգավորվել է", + "credentials.edit_in_settings": "Խմբագրել կարգավորումներում", + "credentials.legend_db": "Դակրված արժեք խմբագրվում է տվյալների քասագրաստում (շտապված տարածվել; շրջանցում է միջավայրի փոփոխականը)", + "credentials.legend_env_after": " ֆայլ", + "credentials.legend_env_before": "Արժեք միջավայրի փոփոխականից կամ ", + "credentials.legend_missing": "Ապահովագրություն չի սահմանվել՝ ինտեգրումը չի աշխատելու", + "credentials.legend_restart": "Այս ապահովագրությունը փոխելուց հետո վերագործարկում է անհրաժեշտ", + "credentials.legend_title": "Legend", + "credentials.manage_settings": "Կառավարել կարգերը", + "credentials.not_configured": "Չի կարգավորվել", + "credentials.page_title": "Ապահովագրության փորձարկում - DocuElevate", + "credentials.raw_json": "Հում JSON (API)", + "credentials.restart_title": "Վերագործարկում қажет այս ապահովագրությունը փոխելուց հետո", + "credentials.source_db_title": "Շտապված տվյալների քասագրանցում", + "credentials.source_env_title": "Միջավայրի փոփոխականից", + "credentials.status_missing": "Ձախողվեց", + "credentials.subtitle": "DocuElevate-ի կողմից օգտագործվող բոլոր զգայուն ապահովագրությունների տեսության ընդհանուր առարկանք: Այստեղ ցուցադրված չեն գաղտնի արժեքները՝ միայն այն, թե արդյոք յուրաքանչյուր ապահովագրություն կարգավորված է և որտեղից է գալիս:", + "credentials.table_for": "Ապահովագրություններ համար", + "credentials.title": "Ապահովագրության փորձարկում", + "credentials.total_credentials": "Ընդհանուր ապահովագրություններ", + "dashboard.active_integrations": "Ակտիվ միացումներ", + "dashboard.files_this_month": "Դրականություն այս ամսին", + "dashboard.files_today": "Դրականություն այսօր", + "dashboard.ocr_processed": "OCR-ով մշակված", + "dashboard.quick_actions": "Արագ գործողություններ", + "dashboard.recent_activity": "Վերջին գործունեություն", + "dashboard.storage_targets": "Այլքերում թիրախներ", + "dashboard.title": "Դաշպող", + "dashboard.total_files": "Ընդհանուր գրառումներ", + "dashboard.welcome": "Բարի գալուստ DocuElevate", + "duplicates.file_id_label": "Ֆայլի ID", + "duplicates.file_id_placeholder": "օրինակ. 42", + "duplicates.find_btn": "Որոնել", + "duplicates.found_files": "կրկնվող ֆայլ(եր) ընդհանուր.", + "duplicates.found_groups": "կրկնվող խումբ(եր) ունենալով", + "duplicates.found_prefix": "Ցուցադրված է", + "duplicates.group_aria": "Կրկնվող խումբ", + "duplicates.heading": "Կրկնվող փաստաթղթեր", + "duplicates.how_it_works_heading": "Ինչպես է աշխատում մոտակա կրկնակի բացահայտումը", + "duplicates.max_results_label": "Максимալ արդյունքներ", + "duplicates.near_dup_desc": "Նմանատիպ փաստաթուղթ ընտրեք, որպեսզի ստուգեք, թե արդյոք այլ ֆայլեր պարունակում են նույն (կամ շատ նման) բովանդակություն՝ անգամ եթե դրանք սկանավորվել են տարբեր ժամանակներում և ունեն տարբեր SHA-256 հեշեր:", + "duplicates.near_dup_heading": "Որոնել մոտակա կրկնային ֆայլեր փաստաթղթերի համար", + "duplicates.no_exact_heading": "Չկա ճշգրիտ կրկնօրինակ", + "duplicates.page_title": "Կրկնվող փաստաթղթեր - DocuElevate", + "duplicates.pagination_aria": "Շարքերը", + "duplicates.role_duplicate": "Կրկնօրինակ", + "duplicates.role_original": "Իրավազոր", + "duplicates.tab_exact": "Ճշգրիտ կրկնօրինակներ", + "duplicates.tab_near": "Մերձակա կրկնօրինակիչ", + "duplicates.tabs_aria": "Կրկնակի բացահայտման շերտեր", + "duplicates.threshold_label": "Նմանության շեմ", + "duplicates.view_dup_aria": "Տեսնել կրկնվող ֆայլ", + "duplicates.view_original_aria": "Տեսնել արդի ֆայլ", + "error.404_code": "404", + "error.404_heading": "Ուֆ, չկարողացանք գտնել այդ էջը!", + "error.404_home": "Վերադարձնել Դոմ", + "error.404_message": "Մեր կարծիքով DocuElevate-ը տվյալ փաստաթուղթը սխալմամբ տեղադրել է։ Մի անհանգստացեք՝ մենք ձեր կողքին ենք:", + "error.404_title": "404 - Չի գտնվել", + "error.500_code": "500", + "error.500_debug_info": "Ցուցադրել Դիագրամի Տեղեկություններ", + "error.500_description": "Մեր սերվերները հանդիպել են mishap-ի և անհրաժեշտ է մի պահ:", + "error.500_heading": "Ուֆ! Ինչ-որ բան սխալ է:", + "error.500_home": "Գնալ Դոմ", + "error.500_img_alt": "Սերվերի սխալի պատկեր", + "error.500_message1": "Մեր սերվերները հանդիպել են mishap-ի և անհրաժեշտ է մի պահ: Միգուցե հայցերը ժամանակը ցեխոտել են:", + "error.500_message2": "Մենք արդեն գործում ենք՝ դասավորելով ֆայլերը, վերածավալելով սերվերները և նորից կարգավորվելով հոսանքի կապիտուլացնողները:", + "error.500_title": "Սերվերի սխալ - DocuElevate", + "error.forbidden": "Դրսևորում", + "error.forbidden_message": "Դուք չունեք մուտք այս էջին:", + "error.not_found": "Էջը չի գտնվել", + "error.not_found_message": "Այստեղ փնտրած էջը գոյություն չունի:", + "error.server_error": "Ներքին ծառայության սխալ", + "error.server_error_message": "Ես խեղվել եմ: Խնդրում ենք փորձել կրկին ավելի ուշ:", + "error.unauthorized": "Չի թույլատրվում", + "error.unauthorized_message": "Այս էջը մուտք գործելու համար պետք է ընտանիք լինեք:", + "files.action_delete": "Ջնջել ֆայլը", + "files.action_details": "Դիտել մանրամասները", + "files.action_preview": "Այժմ դիտել", + "files.bulk_clear_selection": "Մաքրել ընտրությունը", + "files.bulk_cloud_ocr": "Նորից աշխատեցնել Cloud OCR", + "files.bulk_delete": "Ջնջել ընտրածները", + "files.bulk_download": "Բեռնել ZIP-ով", + "files.bulk_reprocess": "Կրկին մշակել ընտրվածը", + "files.delete_modal_cancel": "Չեղարկել", + "files.delete_modal_confirm": "Ջնջել", + "files.delete_modal_message": "Հաստատեք, որ ցանկանում եք ջնջել այս ֆայլը:", + "files.delete_modal_title": "Հաստատել ջնջելը", + "files.document_title": "Ափանիշի վերնագիր", + "files.drop_overlay_hint": "Ընդունում է PDF, Office փաստաթղթեր, պատկերներ, HTML, Markdown և այլն - папкасы մշակվում են ռեկուրսիվ:", + "files.drop_overlay_title": "Նետեք ֆայլերը կամ папкасы ցանկացած տեղ, որպեսզի բեռնեք:", + "files.error_hint": "Սա կարող է լինել կազմաձևման կամ ներմուծման հարց: Խնդրում ենք ստուգել ծառայության օրագրերը:", + "files.file_size": "Ֆայլի չափը", + "files.filename": "Ֆայլի անվանումը", + "files.files_selected": "ընտրած ֆայլեր", + "files.filter_all_providers": "Բոլոր մատակարարները", + "files.filter_all_statuses": "Բոլոր վիճակները", + "files.filter_all_types": "Բոլոր տեսակները", + "files.filter_apply": "Կիրառել ֆիլտրերը", + "files.filter_clear": "Մաքրել", + "files.filter_date_from": "Իրադարձության ամսաթիվը", + "files.filter_date_from_aria": "Ֆիլտրել ամսաթվից", + "files.filter_date_to": "Իրադարձության ամսաթիվը", + "files.filter_date_to_aria": "Ֆիլտրել մինչև ամսաթվով", + "files.filter_form_aria": "Ֆիլտրել ֆայլեր", + "files.filter_mime_type": "MIME տիպը", + "files.filter_ocr_all": "Բոլոր ֆայլերը", + "files.filter_ocr_good": "Լավ որակ", + "files.filter_ocr_poor": "Վատ որակ", + "files.filter_ocr_quality": "OCR որակը", + "files.filter_ocr_quality_aria": "Ֆիլտրել OCR-ի որակի միավորով", + "files.filter_ocr_unchecked": "Այն դեռ չի գնահատվել", + "files.filter_search_label": "Որոնել ֆայլի անունը", + "files.filter_search_placeholder": "Մուտքագրեք ֆայլի անունը...", + "files.filter_storage_provider": "Հաստատության մատակարար", + "files.filter_tags_aria": "Ֆիլտրել պիտակներով (չեզոք տարբերակներով)", + "files.filter_tags_placeholder": "օր. հաշիվ,ամազոն", + "files.fulltext_search_label": "Համլո-տեքստային որոնում (OCR տեքստ, մետատվյալներ, պիտակներ)", + "files.fulltext_search_placeholder": "Որոնել փաստաթղթի բովանդակություն, ուղարկող, պիտակներ, տեսակ...", + "files.no_files": "Ֆայլեր չեն հայտնաբերվել", + "files.ocr_status": "OCR-ի կարգավիճակ", + "files.page_title": "Ֆայլերի գրառումներ", + "files.pagination_files": "ֆայլեր", + "files.pagination_first": "Առաջին", + "files.pagination_last": "Վերջին", + "files.pagination_nav_aria": "Ֆայլերի ցուցակի էջազարկ", + "files.pagination_next": "Հաջորդ", + "files.pagination_of": "մի հատ", + "files.pagination_previous": "Նախորդ", + "files.pagination_showing": "Տեսնում է", + "files.preview_modal_close": "Փակել նախադիտումը", + "files.preview_modal_title": "Նախադիտում", + "files.queue_banner_items": "մանրամասն(ներ) ընթացքի մեջ են կամ սպառվում են։ Ֆայլերը կցուցադրվեն այստեղ, երբ մշակումը ավարտվի:", + "files.queue_banner_link": "Նայիր կիսագրքույկը", + "files.saved_searches_empty": "Մինչև հիմա պահպանված որոնումներ չկան", + "files.saved_searches_error": "Չհաջողվեց загрузить сохраненные запросы", + "files.saved_searches_label": "Պահպանված որոնումներ", + "files.saved_searches_save": "Պահպանել ընթացիկը", + "files.saved_searches_save_aria": "Պահպանել ընթացիկ ֆիլտրերը որպես պահպանված որոնում", + "files.search_results_empty": "Արդյունքներ չեն հայտնաբերվել։", + "files.search_results_title": "Որոնման արդյունքներ", + "files.status_duplicate": "Կրկնօրինակ", + "files.table_actions": "Գործողություններ", + "files.table_aria": "Ֆայլերի գրառումներ", + "files.table_created_at": "Ստեղծված է", + "files.table_empty": "Ֆայլեր չեն հայտնաբերվել", + "files.table_id": "ID", + "files.table_mime_type": "MIME տեսակը", + "files.table_original_filename": "Դեպի ֆայլի անուն", + "files.table_select_all": "Ընտրել այս էջի բոլոր ֆայլերը", + "files.tags": "Թեգեր", + "files.title": "Ֆայլեր", + "files.upload_modal_aria": "Եղանակների ընթացիկ վիճակ", + "files.upload_modal_close": "Փակել ընթացակարգի վիճակը", + "files.upload_modal_header": "Ֆայլերի բեռնարկում", + "files.uploaded": "Բեռնված", + "footer.about": " Մասին", + "footer.attribution": "Հղում", + "footer.attributions": "Հղումներ", + "footer.cookies": "Խունկներ", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "Տպագրություն", + "footer.license": "Լիցենզիա", + "footer.navigation": "Ոմանց մուտք", + "footer.privacy": "Հայտարարագրություն", + "footer.terms": "Պայմաններ", + "footer.version": "Версии {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "OAuth-ով կապված։ Ֆայլերը գնում են ձեր ընտրած ֆոլդեր:", + "help.destinations_email": "Այլափոխանցող էլ. փոստ", + "help.destinations_email_desc": "Գործված ֆայլեր STM-ով պարզապես ամիս են ուղարկվում:", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "Ծ服務աբով դրավ/յա OAuth։ Աջակցում է կիսված մանրուքներ։", + "help.destinations_heading": "Հասրակություններ - Որտեղ են փաստաթղթերը գնում", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "Այստեղ տեղադրված ամպային հ Storageակարան WebDAV-ի միջոցով:", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Microsoft Graph API ինտեգրում:", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "Փաստաթղթերը ուղարկում են ուղղակի Paperless.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "Մ任何 S3-օրինակիցբուխ (AWS, MinIO, Wasabi):", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "Ապահով ֆայլերի փոխանցում դեպի ցանկացած սերվեր:", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "POST մետատվյալը դեպի ցանկացած արտաքին վերջակետ:", + "help.documentation": "Փաստաթուղթ", + "help.faq": "Հաճախ տրվող հարցեր", + "help.faq_1_a": "Մուտք գործեք դատարկ էջ, քաշեք և թողեք ձեր ֆայլերը կամ սեղմեք Ընտրել ֆայլ: DocuElevate փոխում է պատկերները և գրասենյակային փաստաթղթերը PDF-ի վրա, գործում է OCR և ավտոմատ կերպով տալիս է մետատվյալները:", + "help.faq_1_q": "Ինչպես կարող եմ բեռնել փաստաթղթերը?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF և HTML։ Non-PDF ֆայլերը ավտոմատ կերպով վերափոխվում են PDF-ի, նախքան մշակումը:", + "help.faq_2_q": "Որոնք են աջակցվող ֆայլերի ձևաչափերը:", + "help.faq_3_a": "Այո։ Գնացեք էլեկտրոնային փոստի ներգրավման բաժին, ավելացրեք IMAP հաշվ account և DocuElevate-ը նոր հաղորդագրությունների համար polling կանի և ավտոմատ կերպով մշակելու կցորդները:", + "help.faq_3_q": "Կարո՞ղ եմ ներգրավել փաստաթղթեր էլ․ փոստից:", + "help.faq_4_a": "Պipeline-ները թույլ են տալիս կապել մշակման քայլերը՝ OCR, AI արդյունահանում, ձևաչափի փոխարկում և ուղղել արդյունքը մեկ կամ ավելի նշանակման։ Ստեղծեք և կառավարեք դրանք Pipelines էջում:", + "help.faq_4_q": "Ինչպե՞ս են աշխատում մշակման պPipeline-ները:", + "help.faq_5_a": "DocuElevate-ը գաղտնագրում է հավատարմագրերը հանգիստ, հաղորդակցվում է TLS-ի միջոցով և երբեք չի պահում ձեր փաստաթղթերը անհրաժեշտից ավելի երկար։ Մանրամասն տեղեկությունների համար նայեք Մասնագիտության տեղեկանքին:", + "help.faq_5_a_post": "որ ամբողջական տեղեկությունների համար.", + "help.faq_5_a_pre": "DocuElevate-ը encryption անում վավերագրերը ի վիճակի, հաղորդակցվում է TLS-ի միջոցով, և երբեք չի պահում ձեր փաստաթղթերն անհրաժեշտից ավելի երկար։ Տեսեք ", + "help.faq_5_q": "Իմ տվյալներն ապահով են՞:", + "help.faq_heading": "Շատ հարցված հարցեր", + "help.getting_started": "Սկսկողություն", + "help.heading": "Օգնության կենտրոն", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Օգտագործեք REST API-ը փաստաթղթերը ծրագրային ձևով pushing անելու համար։ Փաստաթուղթուցի հետ հաստատեք Bearer տոմսով և POST ֆայլեր ներբեռնման վերջակետին դեպի:", + "help.ingestion_heading": "Տվյալների ներգրավման գործիքներ", + "help.ingestion_mobile": "Բջջային հավելվածներ", + "help.ingestion_mobile_desc": "Օգտագործեք ցանկացած բջջային սկաննման հավելված, որը աջակցում է հարմարեցված HTTP ներբեռնումի նպատակակետերին ` նկարներ և սկաններ ուղարկելու համար DocuElevate-ին ձեր հեռախոսից կամ պլանշետից:", + "help.ingestion_scanners": "Ցանցային սկաներներ", + "help.ingestion_scanners_desc": "Որոնեք ցանկացած ցանցային սկաներ կամ բազմաֆունկցիոնալ պրինտեր DocuElevate-ի ներբեռնման վերջակետին։ Սկանավորված փաստաթղթեր անմիջապես ընկնում են ձեր մշակման հերթում:", + "help.ingestion_watched_folders": "Դիտվող Էջեր", + "help.ingestion_watched_folders_desc": "Կարգավորեք տեղական կամ ցանցային էջ, որը պետք է դիտվի։ Դիտվող էջում տեղադրված որևէ ֆայլ ինքնաբերաբար բեռնվում և մշակվում է DocuElevate-ի կողմից:", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "DocuElevate-ը ինտեգրվեք ձեր ավտոմատացման աշխատանքային հոսքերում Zapier-ի, n8n-ի կամ Make-ի միջոցով։ Օգտագործեք REST API գործողությունները փաստաթղթերի uploads-ը գեներացնելու ցանկացած իրադարձություն հետ:", + "help.meta_description": " ayudan con DocuElevate - գտեք ուղեցույցներ փաստաթղթերի uploads-ի, ամպային պահեստավորման միացման, pipelines-ի կարգավորման և ավելին։", + "help.og_description": " ayudan con DocuElevate - գտեք ուղեցույցներ փաստաթղթերի uploads-ի, ամպային պահեստավորման միացման, pipelines-ի կարգավորման և ավելին։", + "help.page_title": "Օգնության կենտրոն", + "help.privacy_notice": "Մասնագիտական տեղեկանք", + "help.quickstart_heading": "Արամանի սկսկողություն", + "help.quickstart_storage": "Միացրեք պահեստավորումը", + "help.quickstart_storage_desc": "Գնացեք կարգավորումների և միացրեք ձեր ամպային հաշիվները։ Փորձարկված փաստաթղթերը ավտոմատ կերպով ուղղվում են յուրաքանչյուր նշանակման, որը դուք կազմել եք:", + "help.quickstart_storage_desc_full": "Փորդեք ինտեգրացիաներ և միացրեք ձեր ամպային պահեստավորման հաշվեկշիռները։ DocuElevate-ն աջակցում է Dropbox-ին, Google Drive-ին, OneDrive-ին, Amazon S3-ին, Nextcloud-ին և ավելին։ Պրոցեսված փաստաթղթերը ինքնաբերաբար ուղղվում են յուրաքանչյուր նպատակակետ, որը դուք կարգավորում եք:", + "help.quickstart_upload": "Թղթադրություններ փոխանցել", + "help.quickstart_upload_desc": "Բեռնում էջի վրա դուք կարող եք քաշել և թողնել ֆայլեր կամ սեղմել Ընտրել ֆայլ։ DocuElevate-ը վերափոխում է պատկերները և գրասենյակային փաստաթղթերը PDF-ի, իրականացնում է OCR և ավտոմատ կերպով արդյունահանելու մետատվյալները:", + "help.quickstart_workflows": "Ավտոմատացնել աշխատանքային գործընթացները", + "help.quickstart_workflows_desc": "Ստեղծեք Pipelines բազմաֆայլային մշակման և ուղղումների կանոններ սահմանելու համար։ Երկրորդի մեջ համադրեք OCR, AI արդյունահանում, ձևաչափի փոխարկում և մատակարարում:", + "help.sources_email_ingestion": "Էլեկտրոնային փոստի ներգրավում (IMAP)", + "help.sources_email_ingestion_desc": "Փաստաթղթեր ուղարկել բացառիկ ժամանցային փոստի հասցեում։ Էլեկտրոնային փոստի ներգրավման բաժնում ավելացրեք մեկ կամ ավելի IMAP հաշիվներ։ DocuElevate-ը polling կանի նոր հաղորդագրությունների համար և ավտոմատ կերպով մշակելու կցորդները:", + "help.sources_heading": "Աղբյուրներ՝ փաստաթղթեր ներգրավելու համար", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "Արտոնյալ կերպով միանախորդաբառերով ֆայլեր հրապարակելով /api/upload-ում։ Հարմար է սկրիպտերի, դիտվող ֆայլերի, սկաներների կամ երրորդ կողմի գործիքների, ինչպիսիք են Zapier և n8n:", + "help.sources_scanner": "Սկաներ և շարժական", + "help.sources_scanner_desc": "Նեթվուրքային սկաներները նշեք DocuElevate-ի բեռնման կետին կամ օգտագործեք ցանկացած շարժական սկանային ծրագիր, որը աջակցում է սովորական HTTP նշանակումների:", + "help.sources_scanner_desc_full": "Կարգավորեք ձեր ցանցային սկաներն կամ բազմաֆունկցիոնալ պրինտերը ` սկանները ուղարկելու համար անմիջապես DocuElevate-ին։ Օգտագործեք /api/upload վերջակետը որպես նպատակակետ։ Բջջային սկանավորման հավելվածները, որոնք աջակցում են հարմարեցված uploads նպատակակետերին, նույնպես աջակցվում են։", + "help.sources_web_upload": "Վեբ բեռնման", + "help.sources_web_upload_desc": "Արավե ուրվագծային սկսկողությամբ: Բացեք բեռնման էջը, թողեք մեկ կամ ավելի ֆայլեր, և DocuElevate-ը վերցնում է մնացածը: Աջակցվող ձևաչափերը ներառում են PDF, JPEG, PNG, TIFF, DOCX, XLSX և այլն:", + "help.subheading": "Բոլորն, ինչ անհրաժեշտ է DocuElevate-է առավելագույնս օգտվելու համար: Շրջեք թեմաները ներքև կամ փնտրեք ձեզ անհրաժեշտը:", + "help.support": "Օգնություն", + "help.support_admin_message": "Տե՛ս ձեր ադմինիստրատորին աջակցման տեղեկությունների համար.", + "help.support_description": "Ինչպես գտնել այն, ինչ փնտրում եք: Իմ աջակցման թիմը այստեղ է օգնելու:", + "help.support_heading": "Հետադարձ կապ", + "help.support_live_chat": "Կանոնավոր զրույց մատչելի է - սեղմեք զրույցի փուչիկի վրա, որպեսզի սկսեք զրույցը։", + "help.support_ticket_button": "Ներկայացրեք տոմս", + "help.support_ticket_desc": "Լրացրեք ստորև բերված ձևը և մեր աջակցման թիմը կապի դուրս կգա ձեզ հետ հնարավորինս արագ։", + "help.support_ticket_heading": "Բացեք աջակցման տոմս", + "help.title": "Օգնության կենտրոն", + "help.workflows_creating": "Ստեղծում են Pipeline", + "help.workflows_definition": "Pipeline-ը ավտոմատ կերպով աշխատող մշակման քայլերի շարքի հասկացություն է, երբ փաստաթուղթը ներգրավվում է: Յուրաքանչյուր քայլ կարող է փոխակերպել, հարուստացնել կամ ուղղել փաստաթուղթը:", + "help.workflows_heading": "Աշխատվություններ և Pipelines", + "help.workflows_step_1": "Փոխարկել PDF", + "help.workflows_step_1_create": "Գնացեք Փոփողույժներ գլխավոր մենյուն:", + "help.workflows_step_1_full": "Դարձնել PDF - բոլոր եկող ֆայլերը նորմալացվում են անկեղծ PDF ձևաչափին։", + "help.workflows_step_2": "OCR – մուտքագրել տեքստ", + "help.workflows_step_2_create": "Սեղմեք Նոր Փոփողույժ և տվեք անվանում:", + "help.workflows_step_2_full": "OCR - քաղել ընտրովի տեքստը սկանավորված էջերից Azure Document Intelligence-ով կամ ներմուծված շարժիչով:", + "help.workflows_step_3": "AI մետատվյալների մուտքագրում", + "help.workflows_step_3_create": "Ավելացրեք անհրաժեշտ մշակման քայլերը:", + "help.workflows_step_3_full": "AI մեթադաշտի քաղում - դասակարգել փաստաթղթի տեսակն և քաշել հիմնական դաշտերը, ինչպիսիք են գումարները, ամսաթվերը և անունները OpenAI-ի միջոցով։", + "help.workflows_step_4": "Մատակարարել մեկ կամ մի քանիսը նշանակումների", + "help.workflows_step_4_create": "Ընտրեք մեկ կամ մի քանի մատակարարման նշանակումներ:", + "help.workflows_step_5_create": "Պահպանել – նոր փաստաթղթերը կմշակվեն այս փոփողույժի միջոցով ավտոմատ:", + "help.workflows_typical_steps": " tipikal քայլեր", + "help.workflows_what_is": "Ինչ է Փոփողույժը?", + "index.badge_intelligent": "Ինտելիգենտ Փաստաթղթերի Մշակում", + "index.button_browse_files": "Իմացեք Քաղաքականներ", + "index.button_upload": "Ներբեռնեք", + "index.capabilities_cloud": "Մանրախոզերի պահեստ: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Անունի և URL բազվող փաստաթղթերի մուտքագրում", + "index.capabilities_ocr": "OCR & մետատվյալների մուտքագրում AI-ով", + "index.capabilities_paperless": "Paperless-ngx ինտեգրում փաստաթղթերի կառավարությունում", + "index.capabilities_title": "Հնարավորություններ", + "index.capabilities_workflows": "Այսպիսով՝ ավտոմատ դասակարգման & ուղարկման աշխատանքները", + "index.cta_description": "Միացեք թիմերին, ովքեր արդեն ավտոմատացնում են իրենց փաստաթղթերի մշակումը DocuElevate-ով:", + "index.cta_heading": "Մ готов եք բարձրացնել ձեր փաստաթղթերի աշխատանքը:", + "index.cta_pricing": "Տեսեք գները", + "index.cta_signup": "Ստեղծեք անվճար հաշիվ", + "index.dashboard_subtitle": "Ինտելիգենտ փաստաթղթերի մշակումը & կառավարումը", + "index.dashboard_subtitle_teams": "Ինտելիգենտ փաստաթղթերի մշակումը & կառավարումը — նախատեսված թիմերի համար", + "index.feature_ai": "AI Մետատվյալների Մուտքագրում", + "index.feature_ai_desc": "OpenAI, Claude, Gemini և այլ սխալի AI մատակարարներ դասակարգում են փաստաթղթերը և դուրս են բերում հիմնական դաշտեր, ինչպիսիք են ամսաթվերը, քանակները և թեմաները:", + "index.feature_cloud": "Մի քանի- cloud հարթակ", + "index.feature_cloud_desc": "Տեղափոխեք մշակված ֆայլերը Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP և ավելին:", + "index.feature_email": "Էլ. փոստ & IMAP մուտքի", + "index.feature_email_desc": "Ավտոմատապես ստացեք փաստաթղթերը Gmail-ից կամ ցանկացած IMAP փոստարկղից — առանց ձեռքով ներբեռնելու:", + "index.feature_ocr": "OCR & Տեքստի Մուտքագրում", + "index.feature_ocr_desc": "Azure Document Intelligence-ը ավտոմատ կերպով փոխում է սկանավորած PDF-ներն ու պատկերները ամբողջորեն որոնելի տեքստի:", + "index.feature_pipelines": "Ավարտված Փոփողույժներ", + "index.feature_pipelines_desc": "Կառուցեք մշակման փոփողույժներ դուստր քայլերով - OCR, AI մուտք, ձևի փոփոխություն և պահպանման ուղու ցանկացած հաջորդականությամբ:", + "index.feature_search": "Ամբողջական Տեքստի Որոնում", + "index.feature_search_desc": "Ամենաթարմ փաստաթուղթ գտեք ցանկացած բովանդակությամբ, մետատվյալներով կամ եզրակացություններով ամբողջ արխիվում:", + "index.feature_section_title": "Ավելին, ինչ ձեզ անհրաժեշտ է խելացի փաստաթղթերի աշխատանքների համար", + "index.getting_started": "Գործարկելով սկսեք", + "index.getting_started_1": "Կոնֆիգուրացրեք ինտեգրումները Համակարգի Հաստատության միջոցով", + "index.getting_started_2": "Թողարկեք ձեր առաջին փաստաթուղթը", + "index.getting_started_3": "Ստուգեք արդյունքները Դետեկտիվներում", + "index.getting_started_learn": "Ավելին իմանալ DocuElevate-ի մասին", + "index.hero_description": "DocuElevate-ը մուտքագրում է ձեր փաստաթղթերը, իրականացնում է OCR, վերծանում է մետատվյալները AI-ի միջոցով և ուղարկում ֆայլերը Dropbox, Google Drive, OneDrive, S3, Nextcloud և ավելի շատ տեղեր՝ մեկ հարթակի միջոցով:", + "index.hero_heading": "Մուտքից մինչև տեղեկատվություն՝ ավտոմատ կերպով:", + "index.hero_login": "Մուտք", + "index.hero_pricing": "Դիտեք ծրագրերը և գները", + "index.hero_signup": "Սկսեք՝ անվճար է", + "index.integrations_active": "Ակտիվ ինտեգրումներ", + "index.integrations_storage": "Պահեստի նպատակներն", + "index.integrations_title": "Ինտեգրումներ", + "index.integrations_view_status": "Դիտեք համակարգի վիճակը", + "index.page_title_dashboard": "Վահանակ", + "index.page_title_public": "Ինտելեկտուալ Փաստաթղթի Մշակում", + "index.platform_overview": "Հարթակի ակնարկ", + "index.processing_stats": "Գործընթացի վիճակագրություն", + "index.quick_actions": "Արագ գործողություններ", + "index.quick_documents": "Իմ փաստաթղթերը", + "index.quick_documents_desc": "Դիտեք ձեր մշակված ֆայլերը", + "index.quick_search": "Որոնել", + "index.quick_search_desc": "Լրիվ զանգվածով որոնում փաստաթղթերում", + "index.quick_subscription": "Իմ բաժանորդագրությունը", + "index.quick_subscription_desc": "Դիտեք պլանի և օգտագործման մանրամասները", + "index.quick_system_status": "Համակարգի Հաստատություն", + "index.quick_system_status_desc": "Ահա ինտեգրման առողջությունը", + "index.quick_upload": "Թողարկել փաստաթուղթ", + "index.quick_upload_desc": "Մշակեք նոր ֆայլ", + "index.quick_view_files": "Դիտեք բոլոր ֆայլերը", + "index.quick_view_files_desc": "Դիտեք մշակված փաստաթղթեր", + "index.single_user_heading": "DocuElevate Վահանակ", + "index.single_user_subtitle": "Ինտելեկտուալ փաստաթղթերի մշակում և կառավարում", + "index.stat_active_integrations": "Ակտիվ Ինտեգրումներ", + "index.stat_active_users": "Ակտիվ օգտվողներ", + "index.stat_files_month": "Ֆայլեր այս ամսում", + "index.stat_files_ocr": "Օրը զբաղեցնող փաստաթղթեր", + "index.stat_files_today": "Ֆայլեր այսօր", + "index.stat_storage_targets": "Պահեստի նպատակներ", + "index.stat_this_month": "Այս ամիս", + "index.stat_today": "Այսօր", + "index.stat_total_files": "Ամենաթիվ ֆայլեր", + "index.stat_total_processed": "Ընդհանուր մշակված", + "index.tier_plan": "Պլան", + "index.tier_upgrade": "Բարելավել", + "index.tier_view_details": "Դիտեք ամբողջական մանրամասները", + "index.upgrade_daily_limits": "Բարձր օրական և ամսական սահմաններ", + "index.upgrade_description": "Բացեք ավելին փաստաթղթեր, ավելի շատ նպատակակետեր և առաջնահերթ աջակցություն:", + "index.upgrade_destinations": "Ավելին պահեստավորման նպատակակետեր", + "index.upgrade_ocr_pages": "Ավելին OCR էջեր", + "index.upgrade_plan": "Բարձրացրեք ձեր պլանը", + "index.upgrade_view_pricing": "Դիտեք պլաններ և գներ", + "index.usage_lifetime": "Կյանքի files", + "index.usage_month": "Այս ամսվա files", + "index.usage_my_usage": "Իմ օգտագործումը", + "index.usage_today": "Այսօրվա files", + "index.usage_unlimited": "Անսահման", + "integrations.access_key_label": "Մուտք գործելու բանալու ID", + "integrations.active_label": "Ակտիվ", + "integrations.add_button": "Ավելացնել ինտեգրում", + "integrations.add_first_button": "Ավելացրեք ձեր առաջին ինտեգրումը", + "integrations.api_token_label": "API բուրկ", + "integrations.authorize_btn": "Հաստատել", + "integrations.authorize_reauth": "Կրկին հաստատել", + "integrations.bucket_label": "Դոթ", + "integrations.configure": "Կարգավորել", + "integrations.connect": "Միացնել", + "integrations.connected": "Միացված", + "integrations.connection_failed": "Կապը ձախողվեց", + "integrations.connection_success": "Կապը հաջողվեց", + "integrations.delete_confirm_are_you_sure": "Ակնկալում եք, որ ուզում եք հեռացնել", + "integrations.delete_confirm_title": "Հեռացնել ինտեգրում՞", + "integrations.delete_confirm_undone": "Այս գործողությունն անհնար է վերադարձնել:", + "integrations.delete_emails_label": "Հեռացնել էլփոստերը մշակելուց հետո", + "integrations.delete_files_label": "Հեռացնել ֆայլերը մշակելուց հետո", + "integrations.destinations_quota_label": "Պահեստավորման նպաստներ:", + "integrations.destinations_section": "Նպատակներ", + "integrations.direction_destination": "Նպատակ (պահեստավորում)", + "integrations.direction_label": "Հասցե", + "integrations.direction_placeholder": "— Ընտրել —", + "integrations.direction_source": "Աղբյուր (մտցում)", + "integrations.disconnect": "Բացել", + "integrations.email_settings": "Էլփոստի փոխանցման կարգավորումներ", + "integrations.empty_state": "Չկան տրամադրված ինտեգրումներ", + "integrations.endpoint_label": "Ավագյան URL", + "integrations.endpoint_optional": "(ընտրովի, S3-համակարգի համար)", + "integrations.folder_label": "Թղթապանակ", + "integrations.folder_optional": "(ընտրովի)", + "integrations.folder_path_label": "Սևակազմի ուղի", + "integrations.folder_prefix_label": "Սևակազմի նախածանց", + "integrations.generic_settings_hint": "Այս ինտեգրման տեսակի կարգավորումները կարող են տրված լինել որպես JSON ստեղծումից հետո API-ով:", + "integrations.gmail_hint": "Gmail նշաններից & աստղերից. երբ միացված, մշակված էլփոստերը աստղավորվում են և պիտակվում \"Մուտք գործած\" պիտակով Gmail-ում: Մենք կատարել չենք կարող միայն Gmail սերվերներին:", + "integrations.gmail_labels": "Փոխանցել Gmail նշաններն & աստղը", + "integrations.host_label": "Հոսթ", + "integrations.imap_settings": "IMAP կարգավորումներ", + "integrations.loading": "Շնորհավորում ենք ինտեգրումները…", + "integrations.modal_close": "Փակել մոդալը", + "integrations.modal_title_add": "Ավելացնել ինտեգրում", + "integrations.modal_title_edit": "Խմբագրել ինտեգրում", + "integrations.name_label": "Պիտակ", + "integrations.name_placeholder": "օր. Gmail աշխատանք, S3 արխիվ", + "integrations.nextcloud_settings": "Nextcloud կարգավորումներ", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Ավելացրեք ձեր առաջին ինտեգրումը, որպեսզի միացնեք ընդունման աղբյուրները (օրինակ՝ IMAP) և պահեստավորման տեղները (օրինակ՝ S3, Dropbox կամ Google Drive):", + "integrations.not_connected": "Չի միացված", + "integrations.oauth_folder_label": "Ֆայլը", + "integrations.oauth_hint": "Առաջին հերթին պահպանեք այս ինտեգրումը, ապա օգտագործեք `Authorize` կոճակը OAuth պրոցեսը ավարտելու համար: Ձեր հավատարմագրերը անվտանգ պահվում են ձեր անձնական ինտեգրման գրառման մեջ:", + "integrations.page_title": "Ինտեգրումներ", + "integrations.paperless_settings": "Paperless NGX կարգավորումներ", + "integrations.password_label": "Գաղտնաբառ", + "integrations.paused": "Կանգնեցված", + "integrations.plan_label": "Հաշվեհամար:", + "integrations.port_label": "Ալիք", + "integrations.quota_not_available": "(չկա)", + "integrations.quota_unlimited": "/ անվճար", + "integrations.recipient_label": "Получатель Email", + "integrations.region_label": "Իրավասություն", + "integrations.remote_path_label": "Մ远路径", + "integrations.s3_prefix_label": "Նիշ (ֆայլի ճանապարհ)", + "integrations.s3_settings": "S3 կարգավորումներ", + "integrations.secret_key_label": "Գաղտնի մուտքի բանալու", + "integrations.show_password": "Ցուցադրել գաղտնաբառը", + "integrations.show_secrets": "Ցուցադրել գաղտնիքները", + "integrations.show_token": "Ցուցաբերել նշանն", + "integrations.source_local": "Yerkrashar", + "integrations.source_type_label": "Աղբյուրի տեսակ", + "integrations.sources_quota_label": "Փոստարկղի աղբյուրներ:", + "integrations.sources_section": "Աղբյուրներ", + "integrations.subtitle": "Կառավարեք ձեր ընդունման աղբյուրները և պահեստավորման վայրերը մեկ տեղում:", + "integrations.title": "Ինտեգրումներ", + "integrations.type_label": "Ինտեգրման տեսակ", + "integrations.type_placeholder": "\nD\u0000B8 ընտրեք ուղղությունը առաջինը \n\u0000B8", + "integrations.upgrade_plan": "Գերազանցեցնել ծրագրի", + "integrations.use_ssl": "Օգտագործել SSL", + "integrations.username_label": "Օգտվողի անուն", + "integrations.watch_folder_settings": "Դիտեք ֆայլի կարգավորումները", + "integrations.webdav_settings": "WebDAV կարգավորումներ", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook ընդունում", + "integrations.webhook_how_heading": "Ինչպես աշխատում է Webhook ընդունումը", + "integrations.webhook_how_text": "Webhook ինտեգրումը թույլ է տալիս արտաքին համակարգերին ուղարկել փաստաթղթեր անմիջապես DocuElevate-ի մեջ REST API-ի միջոցով: փոխարենը DocuElevate-ի նոր ֆայլերի հարցում կատարելու (օրինակ՝ IMAP), ձեր հավելվածը ուղարկում է ֆայլեր DocuElevate-ի միջոցով HTTP հարցումով API նշանի միջոցով հավատարմագրման համար:", + "integrations.webhook_ideal_text": "Սա գերազանց է CI/CD խողովակների, ավտոմատացման սցենարների, սկաներային ինտեգրումների կամ ցանկացած համակարգի համար, որն արտադրում է փաստաթղթեր և պետք է ուղարկի դրանք մշակման համար:", + "integrations.webhook_quick_start": "Ավելի արագ ստարտ", + "integrations.webhook_security_tip": "Ստեղծեք հատուկ API նշան յուրաքանչյուր ինտեգրման համար և անմիջապես անջատեք, եթե նա վտանգված է: Նշանները կարող են կառավարվել API Tokens էջում:", + "integrations.webhook_step1": "Գնացեք {api_tokens_link} և ստեղծեք անձնական նշան:", + "integrations.webhook_upload_with_token": "Օգտագործեք նշանը փաստաթղթեր բարձրացնելու համար API-ի միջոցով:", + "language.bg": "Բուլղարերեն", + "language.ca": "Կատալերեն", + "language.change_success": "Լեզուն փոխվել է՝ {language}", + "language.changed": "Լեզուն փոխվել է՝ {language}", + "language.cs": "Չեխերեն", + "language.da": "Դանիերեն", + "language.de": "Գերմաներեն", + "language.el": "Հույն", + "language.en": "Անգլերեն", + "language.es": "Իսպաներեն", + "language.et": "Եստի", + "language.fi": "Ֆիներեն", + "language.fr": "Ֆրանսերեն", + "language.ga": " आयरिश", + "language.hr": "Խորվաթերեն", + "language.hu": "Հունգարերեն", + "language.is": "Իսլանդերեն", + "language.it": "Իտալերեն", + "language.lb": "Լյուքսեմբուրգերեն", + "language.lt": "Լիտվերեն", + "language.lv": "Լատիշերեն", + "language.nb": "Նորվեգերեն", + "language.nl": "Հոլանդերեն", + "language.no_results": "Երկու լեզու չի գտնվել", + "language.pl": "Բրիտանական", + "language.pt": "Պորտուգալերեն", + "language.ro": "Ռומաներեն", + "language.ru": "Ռուսերեն", + "language.search_placeholder": "Որոնել լեզուներ\n", + "language.selector": "Լեզու", + "language.selector_label": "Ընտրեք լեզուն", + "language.sk": "Սլովակերեն", + "language.sl": "Սլովենալերեն", + "language.sv": "Շվեդերեն", + "language.tr": "Թուրքերեն", + "language.uk": "Ուկրաիներեն", + "language.zh": "Չինարեն", + "nav.about": "Մեր մասին", + "nav.account_menu": "Հաշվի մենյուն", + "nav.account_menu_for": "Հաշվի մենյուն {name}-ի համար", + "nav.admin": "Ադմին", + "nav.admin.audit_logs": "Ավտոմատացված արձանագրություններ", + "nav.admin.backups": "Պահպանել", + "nav.admin.plans": "Պլաններ", + "nav.admin.scheduled_jobs": "Հավելվածներ", + "nav.admin.users": "Օգտվողներ", + "nav.admin_actions": "Ադմինիստրատոր գործողություններ", + "nav.admin_menu": "Ադմինիստրատորի մենյու", + "nav.api_docs": "API Աղբյուրներ", + "nav.api_tokens": "API Տոկեններ", + "nav.backup_restore": "Պահպանել և վերականգնել", + "nav.credentials": "Հաստատագրեր", + "nav.dark_mode": "Մութ ռեժիմ", + "nav.dashboard": "Վահանակ", + "nav.developer_docs": "Զարգացողների աղբյուրներ", + "nav.duplicates": "Կրկնությունները", + "nav.file_manager": "Ֆայլերի կառավարիչ", + "nav.files": "Ֆայլեր", + "nav.get_started": "Սկզբնաբանություն", + "nav.help": "Օգնություն", + "nav.help_center": "Օգնության կենտրոն", + "nav.imap": "Էլ.փոստի ներմուծում", + "nav.integrations": "Ինտեգրումներ", + "nav.light_mode": "Լուսավոր režim", + "nav.login": "Մուտք", + "nav.logout": "Ելք", + "nav.main_navigation": "Հիմնական նավարկություն", + "nav.my_subscription": "Իմ բաժանորդագրությունը", + "nav.notifications": "Ծանուցումներ", + "nav.open_main_menu": "Բացել հիմնական մենյուն", + "nav.pipelines": "Հոսք", + "nav.plan_designer": "Ժամանակացույցի նախագծող", + "nav.pricing": "Գին", + "nav.profile": "Ապահովագրություն", + "nav.profile_settings": "Փորձի կարգավորումներ", + "nav.queue": "Ստեղծել հերթ", + "nav.queue_monitor": "Հերթերի մոնիտորինգ", + "nav.scheduled_jobs": "Պլանավորված աշխատանքի", + "nav.search": "Որոնել", + "nav.settings": "Պարամետրեր", + "nav.shared_links": "Բաժանված հղումներ", + "nav.sign_out": "Ելք", + "nav.signup": "Գրանցվել", + "nav.similarity": "Նմանություն", + "nav.skip_to_content": "Թվա գրել հիմնական բովանդակություն", + "nav.status": "Կարգավիճակ", + "nav.subscription": "ԱՆգիր", + "nav.toggle_dark_mode": "Վերցնել մութ režim", + "nav.toggle_nav": "Փոխել նավարկության մենյուն", + "nav.upload": "Ներբեռնել", + "nav.users": "Օգտագործողներ", + "nav.version": "Մամուլների տեղեկանք", + "notifications.filter_all": "Բոլորը", + "notifications.filter_read": "Միայն ընթերցված", + "notifications.filter_unread": "Միայն ընթերցվող", + "notifications.manage_desc": "Կառավարեք ձեր ծանուցումների ծնունդը, թիրախները և իրադարձությունների նախապատվությունները", + "notifications.mark_all_read": "Նշել բոլորը որպես ընթերցված", + "notifications.mark_all_read_btn": "Նշել բոլորը ընթերցված", + "notifications.mark_read": "Նշել որպես ընթերցված", + "notifications.no_notifications": "Չկա ծանուցումներ", + "notifications.page_title": "Ծանուցումներ", + "notifications.tab_inbox": "Փոստարկղ", + "notifications.tab_settings": "Պարամետրեր", + "notifications.title": "Ծանուցումներ", + "notifications.unread_count": "{count} չկարդացված ծանուցումներ", + "pipelines.active_label": "Թեժ", + "pipelines.add_step_btn": "Ավելացնել քայլ", + "pipelines.create": "Ստեղծել խողովակ", + "pipelines.custom_label_label": "Հատուկ սլաք", + "pipelines.default_label": "Իրական", + "pipelines.description_label": "Նկարագրություն", + "pipelines.description_placeholder": "Ընտրովի նկարագրություն", + "pipelines.disabled_label": "Անջատված", + "pipelines.edit": "Խմբագրել խողովակը", + "pipelines.empty_state": "Դեռ որևե խողովակ չկա", + "pipelines.empty_state_hint": "Ստեղծեք ձեր առաջին խողովակը, որպեսզի սահմանեք հատուկ փաստաթղթերի մշակման աշխատանքային գործընթացները:", + "pipelines.enabled_label": "Միացված", + "pipelines.force_cloud_ocr_label": "Համակարգի OCR (հեռանկարային տեքստի հանման՝ հանելով օնկածային էքստրակցիայի)", + "pipelines.inactive_label": "Մասնակցելիս չէ", + "pipelines.loading": "Բեռնվում են խողովակները\n", + "pipelines.name_placeholder": "Իմ խողովակը", + "pipelines.new_pipeline_btn": "Նոր խողովակ", + "pipelines.no_steps": "Մշակված քայլեր չկան: Ավելացրեք քայլ, որպեսզի սկսեք կառուցել ձեր խողովակը:", + "pipelines.ocr_auto": "Ամբողջական (օգտագործեք համակարգի տվյալները)", + "pipelines.ocr_language_hint": "Հանում է Tesseract/EasyOCR-ի գլոբալ լեզվաբառնան, Azure-ը և Mistral-ը ավտոմատ կերպով որոշում են լեզուն:", + "pipelines.ocr_language_label": "OCR լեզու", + "pipelines.optional_suffix": "(ընտրովի)", + "pipelines.page_title": "Մշակման խողովակներ", + "pipelines.set_default": "Սահմանել որպես իմ հիմնական խողովակ", + "pipelines.step_label_placeholder": "Հնարավոր նախաձեռնության անվանումը", + "pipelines.step_type_label": "Քայլի տեսակի", + "pipelines.subtitle_intro": "Սահմանեք և կառավարման հատուկ փաստաթղթերի մշակման աշխատանքային գործընթացները:", + "pipelines.subtitle_system_post": "անշանակված և երևում են բոլոր օգտվողներին:", + "pipelines.subtitle_system_pre": "Համակարգային խողովակները (ստեղծված ադմիների կողմից) ցույց են տալիս", + "pipelines.system_label": "Համակարգ", + "pipelines.system_pipeline_label": "Համակարգային խողովակ (երևում է բոլոր օգտվողների համար)", + "pipelines.title": "Մշակման խողովակներ", + "profile.avatar_alt": "Ձեր պրոֆիլի նկարը", + "profile.avatar_heading": "Պրոֆիլի նկարը", + "profile.avatar_remove": "Հեռացնել առանձին նկարը", + "profile.avatar_upload_hint": "Բեռնեք JPEG, PNG, GIF կամ WebP պատկեր 2 ՄԲ չափով: Եթե պատահական պատկեր չի սահմանված, ձեր {gravatar}-ը ցույց է տրվում:", + "profile.choose_image": "Ընտրել պատկեր\u001e", + "profile.confirm_password": "Հաստատել նոր գաղտնաբառը", + "profile.contact_email_hint": "Օգտագործվում է համակարգի ծանուցումների համար: Սա չի փոխում ձեր մուտքային էլ. փոստը:", + "profile.contact_email_label": "Կոնտակտի / Ծանուցման էլ. Փոստ", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "Այժմյա գաղտնաբառ", + "profile.dismiss": "Թողնել", + "profile.display_name_hint": "Թողեք դատարկ ձեր հաշվի օգտանունը կամ էլ. փոստը օգտագործելու համար:", + "profile.display_name_label": "Ցուցադրվող անուն", + "profile.display_name_placeholder": "Ձեր անունը, ինչպես ցույց է տրվում UI-ում", + "profile.general_heading": "Ընդհանուր տեղեկություններ", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Փորձի կարգավորումներ", + "profile.language_auto_detect": "Իրական ժամանակի հայտնաբերում (բրաուզերից)", + "profile.language_hint": "Ընտրեք ձեր նախընտրելի օգտագործողի օրվա լեզուն: «Իրական ժամանակի հայտնաբերում»-ը հետևում է ձեր բրաուզերի կարգավորումներին.", + "profile.language_label": "UI լեզու", + "profile.new_password": "Նոր գաղտնաբառ", + "profile.new_password_hint": "Լավագույնը՝ 8 նիշ:", + "profile.page_title": "Փորձի կարգավորումներ – DocuElevate", + "profile.password_heading": "Փոփոխել գաղտնաբառը", + "profile.preferences_heading": "Նախընտրություններ", + "profile.save_button": "Պահպանել փոփոխությունները", + "profile.saving": "Պահպանվում է\u001e", + "profile.subtitle": "Կառավարեք ձեր ցուցադրվող անունը, պրոֆիլի նկարը, լեզուն և թեմայի նախընտրությունները.", + "profile.theme_dark": "Դրժ", + "profile.theme_hint": "«Համակարգի կարգավորում»-ը հետևում է ձեր սարքի մութ-mod-ի կարգավորմանը.", + "profile.theme_label": "Գույնի սխեմա", + "profile.theme_light": "Յուրաքանչյուր", + "profile.theme_system": "Համակարգի տեղադրության", + "profile.update_password": "Թարմացնել գաղտնաբառը", + "profile.updating": "Թարմացում\u0014\u001f", + "queue.active_tasks": "Ակտիվ հանձնարարություններ", + "queue.auto_refresh_1": "Ականատես է ամեն", + "queue.auto_refresh_2": "վարկյան", + "queue.col_arguments": "Արժեքներ", + "queue.col_current_step": "Ընթացիկ քայլ", + "queue.col_file": "Ֆայլ", + "queue.col_files": "Ֆայլեր", + "queue.col_queue": "Ն queues", + "queue.col_state": "Պետք", + "queue.col_task": "Ծրագրել", + "queue.col_task_id": "Ծրագրավորման ID", + "queue.files_processing": "Ֆայլերի մշակումը", + "queue.heading": "Ն queues մոնիտոր", + "queue.last_updated": "Վերջին թարմացումը:", + "queue.loading_stats": "Տվյալների վիճակագրությունը\n0բեռնվում է\u0000A0...", + "queue.no_active_tasks": "Առկա չկան ակտիվ ծրագրեր", + "queue.no_data": "Տվյալներ չկան", + "queue.no_files_processing": "Այս պահին մշակվող ֆայլեր չկան", + "queue.page_title": "Ն queues մոնիտոր", + "queue.processing_pipeline": "Մշակման խողովակ", + "queue.queued_tasks": "Ծրագրավորված ծրագրեր", + "queue.recently_processing": "Վերջին ժամանակներս մշակվող ֆայլեր", + "queue.redis_queues": "Redis Ն queues", + "queue.subtitle": "Փաստաթղթերի մշակման խողովակի և Celery ծրագրերի կայքաբառերի իրական ժամանակի դիտում:", + "queue.workers_online": "Գործուներ առցանց", + "search.button": "Որոնել", + "search.error_message": "Որոնումը ժամանակավորապես անհասանելի է: Խնդրում ենք փորձել մի քանի րոպե անց:", + "search.filter_aria_clear": "Հասկանց մեկացման բոլոր փոփը", + "search.filter_clear_button": "Մաքրել ֆիլտրերը", + "search.filter_date_from": "Ամսաթիվից", + "search.filter_date_to": "Ամսաթիվը մինչ", + "search.filter_document_type": "Փաստաթղթի տեսակը", + "search.filter_document_type_placeholder": "օր. Հաշիվ", + "search.filter_language": "Լեզու", + "search.filter_language_placeholder": "օր. de", + "search.filter_sender": "Ուղարկող", + "search.filter_sender_placeholder": "օր. ACME Corp", + "search.filter_tags": "Պիտակներ", + "search.filter_tags_placeholder": "օր. amazon", + "search.filter_text_quality": "Տեքստի որակը", + "search.filter_text_quality_all": "Ամբողջ", + "search.filter_text_quality_high": "Բարձր", + "search.filter_text_quality_low": "Ցածր", + "search.filter_text_quality_medium": "Միջին", + "search.filter_text_quality_no_text": "Չկա տեքստ", + "search.heading": "Փաստաթղթի որոնում", + "search.input_aria_label": "Փնտրվել փաստաթղթեր", + "search.input_placeholder": "Փնտրել փաստաթղթեր բովանդակությամբ, ուղարկողի, պիտակների, tipo...", + "search.loading_indicator": "Փնտրում\u0000...", + "search.no_results": "ԸնդՀանրապես արդյունքներ չեն գտնվել", + "search.page_title": "Փնտրել փաստաթղթեր", + "search.placeholder": "Փնտրել ֆայլի անունով, բովանդակությամբ, պիտակներով...", + "search.result_empty": "Ձեր հարցմանը համապատասխանող փաստաթղթեր չեն գտնվել։", + "search.results_count": "{count} արդյունքներ գտնվել", + "search.saved_aria_save": "Պահպանել ընթացիկ գտածումը", + "search.saved_button": "Պահպանել ընթացիկ", + "search.saved_empty": "Այդպես էլ պահպանված գտածումներ չկան", + "search.saved_error": "Չ удалось загрузить сохраненные поиски", + "search.saved_label": "Պահպանված գտածումներ", + "search.saved_loading": "Ղեկավարում...", + "search.title": "Փնտրել փաստաթղթեր", + "settings.audit_log_btn": "Ուսումնասիրության ռեկորդ", + "settings.autocomplete_hint": "Յուրաքանչյուր հայտնի արժեք փնտրելու համար տեքստի ուրվագիծ գրեք կամ մուտքագրեք ցանկացած հիմնական արժեք", + "settings.autocomplete_no_matches": "Չկա պետք \u0000- դուք կարող եք դեռ գրել մասնավոր արժեք", + "settings.autocomplete_placeholder": "Գրեք արժեք կամ մուտքագրեք արժեք\u0000...", + "settings.boolean_enable_prefix": "Ակտիվացնել", + "settings.categories_aria": "Կարգավորումների կատեգորիաներ", + "settings.categories_heading": "Կատեգորիաներ", + "settings.db_wizard_btn": "DB Հունական", + "settings.effective_value_label": "Արդյունավետ արժեք:", + "settings.encrypted_suffix": "= կրկնված պայմաններում", + "settings.encrypted_title": "Արժեքը կրկնված է բժշկությունից", + "settings.export_btn": "Բեռնել", + "settings.export_db_only": "DB կարգավորումները միայն", + "settings.export_full_config": "Լրիվ արդյունավետ կարգավորում", + "settings.jump_to_category": "Խիստ կատեգորիա\u0000...", + "settings.manage_config_prefix": "Կառավարել կարգավորումները։ Prioritet:", + "settings.model_picker_hint": "Ընտրեք ցուցակից կամ մուտքագրեք ցանկացած մոդելի անվանում, որը ձեր մատակարարն աջակցում է", + "settings.model_picker_placeholder": "Ընտրեք ընդհանուր մոդել կամ մուտքագրեք մասնավոր անուն\u0000...", + "settings.no_results_clear": "մաքրեք որոնում", + "settings.no_results_heading": "Չկա կարգավորմաններ գտնված", + "settings.no_results_hint": "Որոշեք այլ որոնման տերմին կամ", + "settings.page_heading": "Հասարակական կարգավորություններ", + "settings.required_label": "(պահանջվում է)", + "settings.reset_confirm": "Բնականաբար ցանկանում եք վերագործարկել այդ կարգավորումը?", + "settings.restart_required_suffix": "= վերագործարկելը պահանջվում է", + "settings.revert_btn": "Հեռացնել DB-ից", + "settings.revert_title": "Հեռացնել DB վերափոխումը և վերադառնալ միջավայրի փոխարինողն կամ default-ը", + "settings.reverting": "Վերադարձնում\u00133;", + "settings.save_all_btn": "Պահպանել բոլոր փոփոխությունները", + "settings.save_error": "Չի հաջողվել պահպանել կարգավորումը", + "settings.save_setting_title": "Պահպանել այս կարգավորումը", + "settings.save_success": "Կարգավորումը հաջողությամբ պահպանվել է", + "settings.saving_state": "Պահպանվում\u00133;", + "settings.search_aria_label": "Փնտրել կարգավորումներ", + "settings.search_clear_aria": "Մաքրել փնտրման արդյունքները", + "settings.search_placeholder": "Փնտրել կարգավորումներ անունով, բանալով կամ նկարագրությամբ\u00133;", + "settings.settings_count_suffix": "կարգավորումներ", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "Դիմահամակարգ", + "settings.source_env_badge": "ՄԻԱՎ", + "settings.title": "Կարգավորումներ", + "settings.toggle_visibility_aria": "Փոփոխել գաղտնաբառի տեսանելիությունը", + "settings.toggle_visibility_title": "Ցուցադրել/թաքցնել արժեքը", + "settings.user_autocomplete_empty": "Համապատասխան օգտվողներ չեն գտնվել", + "settings.user_autocomplete_hint": "Այսօր գրել՝ գոյություն ունեցող օգտվողներին փնտրելու համար անունով, կամ ձեռքով մուտքագրել οποու կզզվակ են.", + "settings.user_autocomplete_placeholder": "Ըմբռնելուց սկսեք օգտվողներին փնտրելու համար\u00133;", + "settings.wizard_btn": "Փոխակերպիչ", + "shared.col_expiry": "Ավարտման ամսաթիվ", + "shared.col_file_label": "Ֆայլ / Սեփականություն", + "shared.col_link": "Հղում", + "shared.col_views": "Տեսումներ", + "shared.copy_link_aria": "Հղումը պատճենել clipboard", + "shared.copy_link_title": "Հղումը պատճենել", + "shared.create_btn": "Ստեղծել հղում", + "shared.create_heading": "Ստեղծել նոր կիսված հղում", + "shared.creating": "Ստեղծվում\u00133;", + "shared.expiry_12h": "12 ժամ", + "shared.expiry_14d": "14 օր", + "shared.expiry_1h": "1 ժամ", + "shared.expiry_24h": "24 ժամ (1 օր)", + "shared.expiry_30d": "30 օր", + "shared.expiry_3d": "3 օր", + "shared.expiry_6h": "6 ժամ", + "shared.expiry_7d": "7 օր", + "shared.expiry_label": "Ավարտման ամսաթիվ", + "shared.expiry_never": "Մի ներկա", + "shared.file_id_help_post": "էջում կամ փաստաթղթի մանրամասների URL-ում:", + "shared.file_id_help_pre": "Գտե՛ք ֆայլի ID-ն", + "shared.file_id_label": "Ֆայլի ID", + "shared.file_id_placeholder": "օր. 42", + "shared.files_link": "Ֆայլեր", + "shared.heading": "Կիսված հղումներ", + "shared.label_label": "Պիտակ", + "shared.label_placeholder": "օր. Կիսված Բոբի հետ", + "shared.link_created": "Կիսված հղումը ստեղծել է!", + "shared.link_created_help": "Բարձրացրեք և ուղարկեք այս հղումը ստացողին:", + "shared.links_count_aria": "հղումների թիվ", + "shared.max_downloads_label": "Максимально загрузки", + "shared.no_links": "Համաձայնեցված հղումներ դեռ չեն։ Շերտկացրեք մեկը վերևում սկսելու համար:", + "shared.open_in_new_tab": "Բացել նոր տաբում", + "shared.open_link_aria": "Բացել կիսված հղումը", + "shared.optional": "(ընտրովի)", + "shared.page_title": "Կիսված հղումներ - DocuElevate", + "shared.password_label": "Գործիք", + "shared.password_placeholder": "Թողնել դատարկ՝ առանց գաղտնաբառի", + "shared.password_protected": "Գաղտնաբառով պաշտպանված", + "shared.refresh_aria": "Փոփոխել կիսված հղումների ցանկը", + "shared.revoke_aria_prefix": "Հանել կիսված հղումը", + "shared.revoke_btn": "Հանել", + "shared.status_active": "Ակտիվ", + "shared.status_expired": "Իրականացված", + "shared.status_limit_reached": "Եզրայնություն հասել է", + "shared.status_revoked": "Հանված", + "shared.subtitle": "Փաստաթղթերը կիսել ցանկացած մեկի հետ՝ ժամանակային կամ դիտման սահմանափակմամբ։ Ստացողները DocuElevate հաշիվ չունեն։ Հղումները կարող են լինել գաղտնաբառով պաշտպանված և ցանկացած պահի կարող են խզվել:", + "shared.table_aria": "Կիսված հղումներ", + "shared.unlimited_placeholder": "Անսահման", + "shared.your_links": "Ձեր կիսված հղումները", + "similarity.backfill_auto": "Հետին ծրագիրը կօգտագործի դրանք ավտոմատ կերպով ամեն 5 րոպեն մեկ, իսկ դուք կարող եք", + "similarity.files_missing_text": "ֆայլ(եր) ունեն OCR տեքստ, բայց դեռ չունեն ներառում:", + "similarity.find_pairs_btn": "Գտնել զույգեր", + "similarity.heading": "Փաստաթղթերի սիմիլյարություն", + "similarity.load_error": "Չի հաջողվել ներբեռնել զույգերը:", + "similarity.min_similarity_label": "մին. սիմիլյարություն", + "similarity.no_pairs_detail": "Ոչ մի փաստաթղթերի զույգ չի գերազանցում սիմիլյարության շեմը:", + "similarity.no_pairs_heading": "Ոչ մի նման զույգ չի գտնվել", + "similarity.page_title": "Փաստաթղթերի նմանություն - DocuElevate", + "similarity.pagination_aria": "Նմանության զույգերի փ pagination", + "similarity.per_page_label": "Հաւաքաբար էջում", + "similarity.scanning": "Նման փաստաթղթերի զույգեր որոնում\u001f...", + "similarity.stat_embedding_model": "Ներդրված մոդել", + "similarity.stat_missing_embedding": "ՓMissing Embedded", + "similarity.stat_total_files": "Ընդհանուր փաստաթղթեր", + "similarity.stat_with_embedding": "Ներդրմամբ", + "similarity.subtitle": "Բարձր սեմանտիկայի նմանություն ունեցող փաստաթղթերի զույգեր, դասակարգված միավորներով:", + "similarity.trigger_aria": "Ներդրման հաշվարկը նախաձեռնելու համար բոլոր փաստաթղթերի համար, որոնցում չկա ներդրում", + "similarity.trigger_now": "այժմ սկսել", + "status.app_version": "Հավելվածի տարբերակ", + "status.build_date": "Կառուցման ամսաթիվ", + "status.container_id": "Կոնտեյների ID", + "status.git_commit": "Git-ներդրում", + "status.last_check": "Վերջին ստուգում", + "status.page_title": "Համակարգի կարգավիճակ", + "status.setting_label": "Կարգավորում", + "status.value_label": "Մանրամասնություն", + "subscription.available_plans_heading": "Լուսանցքային պլաններ", + "subscription.back_to_dashboard": "Շրջադարձի դեպի վահանակ", + "subscription.cancel_pending": "Չեղարկել փոփոխությունը", + "subscription.cancel_scheduled": "Չեղարկել ծրագրավորված փոփոխությունը", + "subscription.contact_sales": "Հետադարձ կապ վաճառքի հետ", + "subscription.current_badge": "Գոյություն ունեցող", + "subscription.current_plan": "Գործող պլանը", + "subscription.current_plan_cta": "Ներկայիս պլանը", + "subscription.downgrade_to_prefix": "Նվազեցնել", + "subscription.features_heading": "Ինչպես է ներառված ձեր պլանում", + "subscription.free": "Անվճար", + "subscription.heading": "Երվան", + "subscription.keep_plan_prefix": "Պահել", + "subscription.lifetime_files": "Ընդհանուր ֆայլեր (ընդհանուր)", + "subscription.month_files": "Ֆայլեր այս ամսում", + "subscription.more_features_label": "ավելի", + "subscription.page_title": "Երվան - DocuElevate", + "subscription.pending_badge": "Սպասվող", + "subscription.pending_benefits": "Դուք պահպանեք բոլոր ներկայիս պլանի առավելությունները մինչ այդ:", + "subscription.pending_on": "մասնավորապես", + "subscription.pending_title": "Սպասվող պլանի փոփոխություն ծրագրավորված է", + "subscription.pending_will_change": "Ваш план сменится на", + "subscription.per_mo": "/ամսիպ", + "subscription.per_month": "/ամսվա", + "subscription.since": "Մինչ", + "subscription.single_user_body": "Պլանների մակարդակները կիրառվում են, երբ ակտիվ է բազմաուսադիր ռեժիմը: Ձեր օգտվողությունը ներկայումս աշխատում է մեկ-օգտվողի ռեժիմով առանց մշակման սահմանափակումների: Որոշիչը կարող է ակտիվացնել բազմաուսադիր ռեժիմը {settings_link} միջոցով:", + "subscription.single_user_title": "Բազմաուսադիր ռեժիմն ակտիվացված չէ:", + "subscription.subtitle": "Ձեր ներկայիս պլանը, օգտագործումը և հասանելի կատարելագործումները:", + "subscription.this_month_label": "այս ամսին", + "subscription.today_files": "Ֆայլեր այսօր", + "subscription.today_label": "այսօր", + "subscription.unlimited": "Անսահման", + "subscription.upgrade_info": "Կատարելագործումները ուժի մեջ են մտնում անմիջապես: Նվազեցումները նախատեսված են ձեր ընթացիկ վճարման ժամանակահատվածի վերջի համար:", + "subscription.upgrade_to_prefix": "Կատարելագործել", + "subscription.usage_heading": "Օգտագործումը", + "upload.browse_button": "Փաթեթներ փնտրել", + "upload.button_processing": "Մշակում...", + "upload.camera_button": "Ֆոտոսանկարել / Փաստաթուղթ սկանավորել", + "upload.download_button": "Ընդունեք և մշակեք", + "upload.downloading": "Նյութը ներբեռնում է URL-ից...", + "upload.drag_drop": "Քաշեք և թողեք ֆայլերը այստեղ կամ սեղմեք փնտրելու համար", + "upload.drop_hint_desktop": "Քաշեք և թողեք ֆայլեր կամ թղթապանակներ այստեղ կամ սեղմեք ընտրելու համար:", + "upload.drop_hint_mobile": "Սեղմեք ընտրելու համար կամ օգտագործեք ստորև նշված համարը:", + "upload.drop_zone_aria": "Ֆայլի վերբեռնումի տարածք։ Քաշեք և թողեք ֆայլերը այստեղ, կամ սեղմեք Enter, որպեսզի փնտրեք ֆայլեր:", + "upload.error": "Վերբեռնումը ձախողվեց", + "upload.error_invalid_url": "Երևակայական URL ձևաչափ", + "upload.error_url_required": "Խնդրում ենք մուտքագրել URL", + "upload.file_size_hint": "Արգելված չափսը: 500 ՄԲ մեկ ֆայլի համար", + "upload.file_types": "Թողացված տեսակներ: PDF, Office փաստաթղթեր (Word, Excel, PowerPoint և այլն), Նկարներ", + "upload.filename_description": "Թողեք դատարկ, որպեսզի օգտագործեք URL-ից ֆայլի անունը", + "upload.filename_label": "Ֆայլի անուն (տրամաբառային)", + "upload.filename_placeholder": "իմ- փաստաթուղթ.pdf", + "upload.max_size": "Ավագագույն ֆայլի չափսը: {size}", + "upload.page_title": "Վերբեռնեք Ֆայլեր", + "upload.section_device": "Վերբեռնում սարքից", + "upload.section_url": "Վերբեռնում URL-ից", + "upload.select_file": "Ընտրել ֆայլ", + "upload.success": "Ֆայլը հաջողությամբ բեռնվեց", + "upload.title": "Բեռնել փաստաթուղթ", + "upload.uploading": "Բեռնվում է...", + "upload.url_description": "Մուտքագրված լինեք ֆայլի ուղիղ հղումը (PDF, Office փաստաթղթեր կամ պատկերներ)", + "upload.url_label": "Ֆայլի URL", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/id.json b/frontend/translations/id.json new file mode 100644 index 00000000..66a1ddef --- /dev/null +++ b/frontend/translations/id.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "Temui Pencipta", + "about.creator_name": "Christian Krakau-Louis", + "about.creator_pre": "DocuElevate dikembangkan dengan penuh semangat oleh", + "about.features_admin_api": "API REST yang kuat untuk akses programatik", + "about.features_admin_config": "Sangat dapat dikonfigurasi melalui variabel lingkungan", + "about.features_admin_docker": "Siap Docker untuk penerapan dan penskalaan yang mudah", + "about.features_admin_heading": "Administrasi", + "about.features_admin_oauth2": "Dukungan autentikasi OAuth2 dengan Authentik", + "about.features_automation_background": "Pemrosesan latar belakang dengan Redis dan Celery", + "about.features_automation_gmail": "Integrasi akun Gmail dan email umum", + "about.features_automation_heading": "Automasi", + "about.features_automation_imap": "Polling kotak masuk IMAP dari berbagai sumber", + "about.features_automation_ingestion": "Penerimaan dokumen otomatis dari berbagai masukan", + "about.features_heading": "Fitur Utama", + "about.features_integration_cloud": "Penyimpanan cloud: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integrasi & Penyimpanan", + "about.features_integration_multi_dest": "Dukungan multi-destinasi (menyimpan dokumen di beberapa lokasi)", + "about.features_integration_protocols": "Protokol transfer: FTP, SFTP, Penerusan Email", + "about.features_integration_selfhosted": "Opsi self-hosted: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Klasifikasi dokumen cerdas dan ekstraksi tanggal", + "about.features_processing_heading": "Pemrosesan Dokumen", + "about.features_processing_metadata": "Ekstraksi metadata otomatis menggunakan penyedia AI yang dapat dipasang", + "about.features_processing_ocr": "OCR yang didukung oleh Azure Document Intelligence", + "about.features_processing_pdf": "Konversi PDF untuk berbagai format file melalui Gotenberg", + "about.features_processing_upload": "Pengunggahan file yang sederhana dan aman dengan dukungan tarik & lepas", + "about.github_logo_alt": "Logo GitHub", + "about.heading": "Tentang DocuElevate", + "about.intro_post": " – solusi modern dan cerdas Anda untuk pemrosesan dokumen! Kami telah membangun DocuElevate untuk sepenuhnya mengubah cara Anda menangani dokumen Anda – dari unggah hingga ekstraksi, dari pemrosesan hingga penyimpanan.", + "about.intro_pre": "Selamat datang di ", + "about.involved_description": "Ingin terjun ke kode, menyumbangkan ide, atau belajar lebih banyak tentang DocuElevate?", + "about.involved_docs": "Baca Dokumentasi", + "about.involved_github": "Lihat DocuElevate di GitHub", + "about.involved_heading": "Terlibatlah", + "about.involved_website": "Kunjungi Situs Web DocuElevate", + "about.legal_description": "Kami peduli tentang privasi dan keamanan data Anda. Harap tinjau:", + "about.legal_heading": "Privasi & Legal", + "about.legal_license": "Informasi Lisensi", + "about.legal_privacy": "Pemberitahuan Privasi", + "about.page_title": "Tentang DocuElevate", + "about.story_heading": "Kisah Kami", + "about.story_p1": "DocuElevate dibuat dengan satu tujuan: untuk menyederhanakan dan memperlancar manajemen dokumen untuk semua orang, baik Anda adalah startup kecil atau perusahaan besar.", + "about.story_p2": "Kami memanfaatkan kekuatan penyedia AI yang dapat dipasang (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, dan lainnya) untuk ekstraksi metadata dan penyempurnaan teks, berintegrasi tanpa hambatan dengan Dropbox, Nextcloud, dan Paperless NGX untuk penyimpanan dan pengindeksan, memanfaatkan Azure Document Intelligence untuk OCR, dan bahkan menggunakan Gotenberg untuk konversi file ke PDF.", + "api_tokens.col_created": "Dibuat", + "api_tokens.col_last_ip": "IP Terakhir", + "api_tokens.col_last_used": "Terakhir Digunakan", + "api_tokens.col_name": "Nama", + "api_tokens.col_prefix": "Prefix Token", + "api_tokens.copy_to_clipboard": "Salin token ke clipboard", + "api_tokens.copy_upload_example": "Salin contoh unggahan ke clipboard", + "api_tokens.copy_warning_1": "Salin token ini sekarang — itu akan", + "api_tokens.copy_warning_2": "tidak ditampilkan lagi", + "api_tokens.create_heading": "Buat Token Baru", + "api_tokens.create_token": "Buat Token", + "api_tokens.creating": "Membuat\u0015", + "api_tokens.heading": "Token API", + "api_tokens.intro": "Buat token API pribadi untuk berinteraksi dengan API DocuElevate secara programatis. Gunakan token untuk unggahan webhook, pipeline CI/CD, atau skrip apa pun yang perlu mengunggah atau mengambil dokumen.", + "api_tokens.loading_tokens": "Memuat token\u0015", + "api_tokens.never": "Tidak Pernah", + "api_tokens.no_tokens_heading": "Belum ada token API", + "api_tokens.no_tokens_help": "Buat token pertama Anda di atas untuk memulai.", + "api_tokens.page_title": "Token API – DocuElevate", + "api_tokens.revoke": "Cabut", + "api_tokens.revoke_prefix": "Cabut token", + "api_tokens.status_active": "Aktif", + "api_tokens.status_revoked": "Dibatalkan", + "api_tokens.table_aria": "Token API", + "api_tokens.token_created": "Token berhasil dibuat!", + "api_tokens.token_name_label": "Nama token", + "api_tokens.token_name_placeholder": "mis. Pipeline CI, Unggah Webhook, Skrip Saya", + "api_tokens.usage_heading": "Contoh Penggunaan", + "api_tokens.usage_intro_post": "header dengan permintaan API apa pun:", + "api_tokens.usage_intro_pre": "Gunakan token API Anda di", + "api_tokens.your_tokens": "Token Anda", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "Sumber Daya", + "audit.col_timestamp": "Timestamp", + "audit.critical": "Kritis", + "audit.filter_action": "Aksi", + "audit.filter_all_actions": "Semua aksi", + "audit.filter_all_users": "Semua pengguna", + "audit.filter_resource_placeholder": "mis. dokumen, pengguna", + "audit.filter_resource_type": "Jenis Sumber", + "audit.filter_severity": "Severity", + "audit.filter_user": "Pengguna", + "audit.filters_section_label": "Filter log audit", + "audit.next": "Berikutnya", + "audit.next_label": "Halaman berikutnya", + "audit.no_events": "Belum ada acara audit yang dicatat.", + "audit.no_events_hint": "Tindakan signifikan (login, operasi dokumen, perubahan pengaturan) akan muncul di sini.", + "audit.page_title": "Log Audit - DocuElevate", + "audit.pagination_label": "Halaman log audit", + "audit.prev": "Sebelumnya", + "audit.prev_label": "Halaman sebelumnya", + "audit.refresh_label": "Segarkan log audit", + "audit.siem_disabled_title": "Pengalihan SIEM dinonaktifkan", + "audit.siem_enabled_title": "Acara sedang diteruskan ke ", + "audit.siem_off": "SIEM: Mati", + "audit.subtitle": "Rekaman lengkap, hanya tambahkan dari semua tindakan signifikan.", + "audit.table_label": "Acara log audit", + "audit.title": "Log Audit", + "auth.confirm_password": "Konfirmasi Kata Sandi", + "auth.create_account": "Buat akun", + "auth.display_name_label": "Nama Tampilan", + "auth.email_label": "Email", + "auth.forgot_password": "Lupa Kata Sandi?", + "auth.forgot_username": "Lupa nama pengguna?", + "auth.login": "Masuk", + "auth.login_title": "Masuk", + "auth.logo_alt": "Logo DocuElevate", + "auth.logout": "Keluar", + "auth.my_account": "Akun Saya", + "auth.no_account": "Belum memiliki akun?", + "auth.or_continue_with": "Atau lanjutkan dengan", + "auth.password_label": "Kata Sandi", + "auth.profile": "Profil", + "auth.remember_me": "Ingat saya", + "auth.return_home": "Kembali ke Beranda", + "auth.sign_in": "Masuk", + "auth.sign_in_sso": "Masuk dengan SSO", + "auth.sign_in_with": "Masuk dengan", + "auth.sign_in_with_username": "Masuk dengan nama pengguna", + "auth.signup": "Daftar", + "auth.signup_title": "Daftar", + "auth.username_label": "Nama Pengguna", + "auth.username_or_email": "Nama Pengguna atau Email", + "auth.verify_email_back_sign_in": "Kembali ke halaman masuk", + "auth.verify_email_expiry": "Tautan akan kedaluwarsa dalam 24 jam. Jika Anda tidak melihat email, periksa folder spam Anda.", + "auth.verify_email_heading": "Periksa kotak masuk Anda", + "auth.verify_email_message": "Kami telah mengirimkan email verifikasi kepada Anda. Silakan klik tautan dalam email untuk mengaktifkan akun Anda.", + "auth.verify_email_page_title": "DocuElevate - Verifikasi Email Anda", + "auth.verify_email_resend_aria_label": "Alamat email untuk pengiriman ulang", + "auth.verify_email_resend_button": "Kirim ulang email verifikasi", + "auth.verify_email_resend_label": "Alamat email", + "auth.verify_email_resend_placeholder": "Masukkan alamat email Anda", + "auth.verify_email_resend_prompt": "Tidak menerimanya?", + "backup.archives_heading": "Arsip Cadangan", + "backup.backup_now": "Cadangkan Sekarang", + "backup.clean_up": "Bersihkan", + "backup.cleanup_title": "Jalankan pembersihan retensi sekarang", + "backup.col_created": "Dibuat", + "backup.col_filename": "Nama Berkas", + "backup.col_size": "Ukuran", + "backup.col_storage": "Penyimpanan", + "backup.col_type": "Tipe", + "backup.config_auto_backup": "Cadangan otomatis", + "backup.config_remote_dest": "Tujuan jarak jauh", + "backup.config_retention": "Retensi", + "backup.config_total_size": "Total ukuran lokal", + "backup.confirm_btn": "Konfirmasi", + "backup.confirm_title": "Konfirmasi tindakan", + "backup.heading": "Manajemen Cadangan", + "backup.local_only": "Hanya lokal", + "backup.no_backups": "Belum ada cadangan.", + "backup.no_backups_hint": "Klik Cadangkan Sekarang untuk membuat cadangan pertama Anda.", + "backup.page_title": "Manajemen Cadangan", + "backup.records_label": "catatan", + "backup.restore_btn": "Pulihkan", + "backup.restore_desc_mid": "arsip cadangan untuk memulihkan basis data.", + "backup.restore_desc_pre": "Unggah sebuah", + "backup.restore_desc_warning": "Ini akan menimpa semua data saat ini.", + "backup.restore_file_label": "Arsip cadangan (.db.gz)", + "backup.restore_heading": "Pulihkan dari File", + "backup.restoring": "Memulihkan\n\n", + "backup.retention_daily_detail": " disimpan selama 3 minggu", + "backup.retention_heading": "Kebijakan retensi", + "backup.retention_hourly_detail": " disimpan selama 4 hari", + "backup.retention_note": "Cadangan di luar batas ini akan dipangkas secara otomatis setelah setiap cadangan baru dibuat.", + "backup.retention_weekly_detail": " disimpan selama ~3 bulan", + "backup.snapshots": "potret", + "backup.status_ok": "baik", + "backup.storage_local": "lokal", + "backup.subtitle": "Cadangan basis data dibuat secara otomatis: per jam (4 hari), setiap hari (3 minggu), setiap minggu (13 minggu).", + "backup.table_aria": "Arsip cadangan", + "backup.trigger_daily": "Cadangkan Sekarang (Harian)", + "backup.trigger_hourly": "Cadangkan Sekarang (Jamah)", + "backup.trigger_weekly": "Cadangkan Sekarang (Mingguan)", + "backup.type_daily": "Harian", + "backup.type_hourly": "Jamah", + "backup.type_weekly": "Mingguan", + "billing.go_to_dashboard": "Pergi ke dasbor", + "billing.manage_subscription": "Kelola langganan", + "billing.success_heading": "Anda sudah siap!", + "billing.success_message": "Langganan Anda telah diaktifkan. Terima kasih telah memilih DocuElevate!", + "billing.success_page_title": "DocuElevate - Langganan Diaktifkan", + "common.actions": "Tindakan", + "common.active": "Aktif", + "common.all": "Semua", + "common.avatar": "Avatar", + "common.back": "Kembali", + "common.cancel": "Batalkan", + "common.close": "Tutup", + "common.col_pending": "Menunggu", + "common.completed": "Selesai", + "common.confirm": "Konfirmasi", + "common.copied": "Disalin!", + "common.copy": "Salin", + "common.create": "Buat", + "common.created": "Dibuat", + "common.date": "Tanggal", + "common.delete": "Hapus", + "common.description": "Deskripsi", + "common.details": "Detail", + "common.disabled": "Dinonaktifkan", + "common.download": "Unduh", + "common.duplicate": "Duplikat", + "common.edit": "Edit", + "common.enabled": "Diaktifkan", + "common.error": "Kesalahan", + "common.failed": "Gagal", + "common.filter": "Filter", + "common.inactive": "Tidak aktif", + "common.info": "Info", + "common.loading": "Memuat...", + "common.name": "Nama", + "common.next": "Selanjutnya", + "common.next_page": "Halaman selanjutnya", + "common.no": "Tidak", + "common.none": "Tidak ada", + "common.page": "Halaman", + "common.paused": "Dijeda", + "common.pending": "Tertunda", + "common.prev_page": "Halaman sebelumnya", + "common.previous": "Sebelumnya", + "common.processing": "Memproses", + "common.refresh": "Muat ulang", + "common.reset": "Reset", + "common.retry": "Coba lagi", + "common.save": "Simpan", + "common.search": "Cari", + "common.select": "Pilih", + "common.select_placeholder": "\u0002 pilih \u0002", + "common.size": "Ukuran", + "common.status": "Status", + "common.submit": "Kirim", + "common.success": "Sukses", + "common.tags": "Tag", + "common.test": "Uji", + "common.test_connection": "Uji Koneksi", + "common.type": "Tipe", + "common.update": "Perbarui", + "common.updated": "Diperbarui", + "common.upload": "Unggah", + "common.view": "Lihat", + "common.warning": "Peringatan", + "common.yes": "Ya", + "cookie.accept": "Mengerti", + "cookie.learn_more": "Pelajari lebih lanjut", + "cookie.message": "Situs web ini menggunakan cookie untuk meningkatkan pengalaman Anda.", + "cookie.notice": "DocuElevate hanya menggunakan cookie sesi yang penting untuk otentikasi dan operasi layanan. Tidak ada cookie pelacakan atau analitik yang digunakan.", + "cookie.notice_label": "Pemberitahuan cookie", + "cookie.policy_link": "Kebijakan Cookie", + "cookie.privacy_link": "Pemberitahuan Privasi", + "credentials.col_action": "Aksi", + "credentials.col_credential": "Kredensial", + "credentials.col_source": "Sumber", + "credentials.configured": "Dikonfigurasi", + "credentials.edit_in_settings": "Edit di Pengaturan", + "credentials.legend_db": "Nilai yang disimpan dalam database (terenkripsi saat tidak aktif; menimpa variabel lingkungan)", + "credentials.legend_env_after": " file", + "credentials.legend_env_before": "Nilai dari variabel lingkungan atau ", + "credentials.legend_missing": "Kredensial tidak diatur — integrasi tidak akan berfungsi", + "credentials.legend_restart": "Restart diperlukan saat kredensial ini diputar", + "credentials.legend_title": "Legenda", + "credentials.manage_settings": "Kelola Pengaturan", + "credentials.not_configured": "Tidak Dikonfigurasi", + "credentials.page_title": "Audit Kredensial - DocuElevate", + "credentials.raw_json": "JSON Mentah (API)", + "credentials.restart_title": "Restart diperlukan setelah memutar kredensial ini", + "credentials.source_db_title": "Disimpan dalam database (terenkripsi)", + "credentials.source_env_title": "Dari variabel lingkungan", + "credentials.status_missing": "Hilang", + "credentials.subtitle": "Ikhtisar semua kredensial sensitif yang digunakan oleh DocuElevate. Tidak ada nilai rahasia yang ditampilkan di sini — hanya apakah setiap kredensial dikonfigurasi dan dari mana asalnya.", + "credentials.table_for": "Kredensial untuk", + "credentials.title": "Audit Kredensial", + "credentials.total_credentials": "Total Kredensial", + "dashboard.active_integrations": "Integrasi Aktif", + "dashboard.files_this_month": "File Bulan Ini", + "dashboard.files_today": "File Hari Ini", + "dashboard.ocr_processed": "OCR Diproses", + "dashboard.quick_actions": "Tindakan Cepat", + "dashboard.recent_activity": "Aktivitas Terbaru", + "dashboard.storage_targets": "Target Penyimpanan", + "dashboard.title": "Dasbor", + "dashboard.total_files": "Total File", + "dashboard.welcome": "Selamat datang di DocuElevate", + "duplicates.file_id_label": "ID File", + "duplicates.file_id_placeholder": "mis. 42", + "duplicates.find_btn": "Cari", + "duplicates.found_files": "file duplikat total.", + "duplicates.found_groups": "grup duplikat dengan", + "duplicates.found_prefix": "Ditemukan", + "duplicates.group_aria": "Grup Duplikat", + "duplicates.heading": "Dokumen Duplikat", + "duplicates.how_it_works_heading": "Cara kerja deteksi near-duplicate", + "duplicates.max_results_label": "Hasil maksimum", + "duplicates.near_dup_desc": "Pilih dokumen untuk memeriksa apakah ada file lain yang mengandung konten yang sama (atau sangat mirip) — bahkan jika mereka dipindai pada waktu yang berbeda dan memiliki hash SHA-256 yang berbeda.", + "duplicates.near_dup_heading": "Temukan Near-Duplicates untuk Dokumen", + "duplicates.no_exact_heading": "Tidak ada duplikat yang tepat ditemukan", + "duplicates.page_title": "Dokumen Duplikat - DocuElevate", + "duplicates.pagination_aria": "Halaman", + "duplicates.role_duplicate": "Duplikat", + "duplicates.role_original": "Asli", + "duplicates.tab_exact": "Duplikat Tepat", + "duplicates.tab_near": "Pencari Near-Duplicate", + "duplicates.tabs_aria": "Tab deteksi duplikat", + "duplicates.threshold_label": "Ambang kesamaan", + "duplicates.view_dup_aria": "Lihat file duplikat", + "duplicates.view_original_aria": "Lihat file asli", + "error.404_code": "404", + "error.404_heading": "Ups, kami tidak dapat menemukan halaman itu!", + "error.404_home": "Kembali ke Beranda", + "error.404_message": "Sepertinya DocuElevate telah kehilangan dokumen yang Anda cari. Jangan khawatir – kami ada di sini untuk membantu.", + "error.404_title": "404 - Tidak Ditemukan", + "error.500_code": "500", + "error.500_debug_info": "Tampilkan Info Debug", + "error.500_description": "Server kami mengalami masalah dan membutuhkan sedikit waktu.", + "error.500_heading": "Ups! Ada yang tidak beres.", + "error.500_home": "Pulang", + "error.500_img_alt": "Ilustrasi kesalahan server", + "error.500_message1": "Server kami mengalami masalah dan membutuhkan sedikit waktu. Mungkin hamster tumpah kopi mereka?", + "error.500_message2": "Kami sudah mengatasinya—mengurutkan file, merestart server, dan mengkalibrasi ulang kapasitor flux.", + "error.500_title": "Kesalahan Server - DocuElevate", + "error.forbidden": "Dilarang", + "error.forbidden_message": "Anda tidak memiliki izin untuk mengakses halaman ini.", + "error.not_found": "Halaman tidak ditemukan", + "error.not_found_message": "Halaman yang Anda cari tidak ada.", + "error.server_error": "Kesalahan Server Internal", + "error.server_error_message": "Ada yang tidak beres. Silakan coba lagi nanti.", + "error.unauthorized": "Tidak Diberi Izin", + "error.unauthorized_message": "Anda perlu masuk untuk mengakses halaman ini.", + "files.action_delete": "Hapus file", + "files.action_details": "Lihat rincian", + "files.action_preview": "Prabaca cepat", + "files.bulk_clear_selection": "Bersihkan Pilihan", + "files.bulk_cloud_ocr": "Jalankan Ulang Cloud OCR", + "files.bulk_delete": "Hapus yang Dipilih", + "files.bulk_download": "Unduh sebagai ZIP", + "files.bulk_reprocess": "Proses Ulang yang Dipilih", + "files.delete_modal_cancel": "Batal", + "files.delete_modal_confirm": "Hapus", + "files.delete_modal_message": "Apakah Anda yakin ingin menghapus file ini?", + "files.delete_modal_title": "Konfirmasi Penghapusan", + "files.document_title": "Judul Dokumen", + "files.drop_overlay_hint": "Mendukung PDF, dokumen Office, gambar, HTML, Markdown, dan lainnya – folder diproses secara rekursif", + "files.drop_overlay_title": "Seret file atau folder ke mana saja untuk mengunggah", + "files.error_hint": "Ini mungkin disebabkan oleh masalah konfigurasi atau impor. Silakan periksa log server.", + "files.file_size": "Ukuran File", + "files.filename": "Nama File", + "files.files_selected": "file terpilih", + "files.filter_all_providers": "Semua Penyedia", + "files.filter_all_statuses": "Semua Status", + "files.filter_all_types": "Semua Tipe", + "files.filter_apply": "Terapkan Filter", + "files.filter_clear": "Bersihkan", + "files.filter_date_from": "Tanggal Dari", + "files.filter_date_from_aria": "Filter dari tanggal", + "files.filter_date_to": "Tanggal Ke", + "files.filter_date_to_aria": "Filter ke tanggal", + "files.filter_form_aria": "Filter file", + "files.filter_mime_type": "Tipe MIME", + "files.filter_ocr_all": "Semua File", + "files.filter_ocr_good": "Kualitas baik", + "files.filter_ocr_poor": "Kualitas buruk", + "files.filter_ocr_quality": "Kualitas OCR", + "files.filter_ocr_quality_aria": "Saring berdasarkan skor kualitas OCR", + "files.filter_ocr_unchecked": "Belum dinilai", + "files.filter_search_label": "Cari Nama File", + "files.filter_search_placeholder": "Masukkan nama file...", + "files.filter_storage_provider": "Penyedia Penyimpanan", + "files.filter_tags_aria": "Saring berdasarkan tag (dipisahkan dengan koma)", + "files.filter_tags_placeholder": "mis. faktur,amazon", + "files.fulltext_search_label": "Pencarian Teks Penuh (teks OCR, metadata, tag)", + "files.fulltext_search_placeholder": "Cari isi dokumen, pengirim, tag, jenis...", + "files.no_files": "Tidak ada file yang ditemukan", + "files.ocr_status": "Status OCR", + "files.page_title": "Rekaman File", + "files.pagination_files": "file", + "files.pagination_first": "Pertama", + "files.pagination_last": "Terakhir", + "files.pagination_nav_aria": "Navigasi paginasi daftar file", + "files.pagination_next": "Berikutnya", + "files.pagination_of": "dari", + "files.pagination_previous": "Sebelumnya", + "files.pagination_showing": "Menampilkan", + "files.preview_modal_close": "Tutup pratinjau", + "files.preview_modal_title": "Pratinjau", + "files.queue_banner_items": "item(s) saat ini sedang dalam antrean atau diproses. File akan muncul di sini setelah pemrosesan selesai.", + "files.queue_banner_link": "Lihat Antrean", + "files.saved_searches_empty": "Belum ada pencarian yang disimpan", + "files.saved_searches_error": "Tidak dapat memuat pencarian yang disimpan", + "files.saved_searches_label": "Pencarian yang Disimpan", + "files.saved_searches_save": "Simpan Saat Ini", + "files.saved_searches_save_aria": "Simpan filter saat ini sebagai pencarian yang disimpan", + "files.search_results_empty": "Tidak ada hasil ditemukan.", + "files.search_results_title": "Hasil Pencarian", + "files.status_duplicate": "Duplikat", + "files.table_actions": "Tindakan", + "files.table_aria": "Rekaman file", + "files.table_created_at": "Dibuat Pada", + "files.table_empty": "Tidak ada file yang ditemukan", + "files.table_id": "ID", + "files.table_mime_type": "Tipe MIME", + "files.table_original_filename": "Nama File Asli", + "files.table_select_all": "Pilih semua file di halaman ini", + "files.tags": "Tag", + "files.title": "Berkas", + "files.upload_modal_aria": "Progres unggahan", + "files.upload_modal_close": "Tutup progres unggahan", + "files.upload_modal_header": "Mengunggah Berkas", + "files.uploaded": "Diunggah", + "footer.about": "Tentang", + "footer.attribution": "Atribusi", + "footer.attributions": "Atribusi", + "footer.cookies": "Cookies", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "Pencetakan", + "footer.license": "Lisensi", + "footer.navigation": "Navigasi footer", + "footer.privacy": "Privasi", + "footer.terms": "Syarat", + "footer.version": "Versi {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "Tautan OAuth. Berkas masuk ke folder yang Anda pilih.", + "help.destinations_email": "Pengalihan Email", + "help.destinations_email_desc": "Berkas yang diproses dikirim sebagai lampiran SMTP.", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "Akun layanan atau OAuth. Mendukung drive bersama.", + "help.destinations_heading": "Tujuan – Tempat Dokumen Pergi", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "Penyimpanan cloud sendiri melalui WebDAV.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Integrasi API Microsoft Graph.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "Dorong dokumen langsung ke Paperless untuk pengarsipan.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "Setiap bucket kompatibel S3 (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "Transfer file yang aman ke server mana pun.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "Kirim metadata ke endpoint eksternal mana pun.", + "help.documentation": "Dokumentasi", + "help.faq": "Pertanyaan yang Sering Diajukan", + "help.faq_1_a": "Navigasikan ke halaman Unggah, seret dan lepas berkas Anda atau klik Pilih Berkas. DocuElevate mengonversi gambar dan dokumen kantor ke PDF, menjalankan OCR, dan mengekstrak metadata secara otomatis.", + "help.faq_1_q": "Bagaimana cara saya mengunggah dokumen?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, dan HTML. File non-PDF secara otomatis diubah menjadi PDF sebelum diproses.", + "help.faq_2_q": "Format file apa yang didukung?", + "help.faq_3_a": "Ya. Pergi ke Email Ingestion, tambahkan akun IMAP, dan DocuElevate akan memeriksa pesan baru dan memproses lampiran secara otomatis.", + "help.faq_3_q": "Bisakah saya memasukkan dokumen dari email?", + "help.faq_4_a": "Pipelines memungkinkan Anda menghubungkan langkah pemrosesan – OCR, ekstraksi AI, konversi format – dan mengarahkan hasilnya ke satu atau lebih tujuan. Buat dan kelola mereka dari halaman Pipelines.", + "help.faq_4_q": "Bagaimana cara kerja pipeline pemrosesan?", + "help.faq_5_a": "DocuElevate mengenkripsi kredensial saat tidak aktif, berkomunikasi melalui TLS, dan tidak pernah menyimpan dokumen Anda lebih lama dari yang diperlukan. Lihat Pemberitahuan Privasi untuk rincian lengkap.", + "help.faq_5_a_post": " untuk detail lengkap.", + "help.faq_5_a_pre": "DocuElevate mengenkripsi kredensial saat istirahat, berkomunikasi melalui TLS, dan tidak pernah menyimpan dokumen Anda lebih lama dari yang dibutuhkan. Lihat ", + "help.faq_5_q": "Apakah data saya aman?", + "help.faq_heading": "Pertanyaan yang Sering Diajukan", + "help.getting_started": "Memulai", + "help.heading": "Pusat Bantuan", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Gunakan REST API untuk mengirim dokumen secara programatis. Autentikasi dengan token Bearer dan POST file ke endpoint unggahan.", + "help.ingestion_heading": "Alat Pengambilan Data", + "help.ingestion_mobile": "Aplikasi Seluler", + "help.ingestion_mobile_desc": "Gunakan aplikasi pemindaian seluler apa pun yang mendukung tujuan upload HTTP kustom untuk mengirim foto dan pemindaian ke DocuElevate dari ponsel atau tablet Anda.", + "help.ingestion_scanners": "Pemindai Jaringan", + "help.ingestion_scanners_desc": "Arahkan pemindai jaringan atau printer multifungsi mana pun ke endpoint unggahan DocuElevate. Dokumen yang dipindai langsung masuk ke antrean pemrosesan Anda.", + "help.ingestion_watched_folders": "Folder yang Diawasi", + "help.ingestion_watched_folders_desc": "Konfigurasikan folder lokal atau jaringan untuk dipantau. Setiap file yang ditempatkan di folder yang diawasi secara otomatis diunggah dan diproses oleh DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Buat", + "help.ingestion_zapier_desc": "Integrasikan DocuElevate ke dalam alur kerja otomatisasi Anda dengan Zapier, n8n, atau Buat. Gunakan tindakan REST API untuk memicu unggahan dokumen dari acara mana pun.", + "help.meta_description": "Dapatkan bantuan dengan DocuElevate – temukan panduan tentang mengunggah dokumen, menghubungkan penyimpanan cloud, mengatur saluran, dan banyak lagi.", + "help.og_description": "Dapatkan bantuan dengan DocuElevate – temukan panduan tentang mengunggah dokumen, menghubungkan penyimpanan cloud, mengatur saluran, dan banyak lagi.", + "help.page_title": "Pusat Bantuan", + "help.privacy_notice": "Pemberitahuan Privasi", + "help.quickstart_heading": "Panduan Cepat", + "help.quickstart_storage": "Hubungkan Penyimpanan", + "help.quickstart_storage_desc": "Buka Pengaturan dan tautkan akun cloud Anda. Dokumen yang diproses secara otomatis diarahkan ke setiap tujuan yang Anda konfigurasi.", + "help.quickstart_storage_desc_full": "Arahkan ke Integrasi dan tautkan akun penyimpanan cloud Anda. DocuElevate mendukung Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, dan banyak lagi. Dokumen yang diproses secara otomatis diarahkan ke setiap tujuan yang Anda konfigurasikan.", + "help.quickstart_upload": "Unggah Dokumen", + "help.quickstart_upload_desc": "Seret dan lepas file di halaman Unggah atau klik Pilih File. DocuElevate mengubah gambar dan dokumen kantor menjadi PDF, menjalankan OCR, dan mengekstrak metadata secara otomatis.", + "help.quickstart_workflows": "Automatisasi Workflow", + "help.quickstart_workflows_desc": "Buat Pipelines untuk mendefinisikan pemrosesan multi-langkah dan aturan pengalihan. Gabungkan OCR, ekstraksi AI, konversi format, dan pengiriman dalam satu alur.", + "help.sources_email_ingestion": "Email Ingestion (IMAP)", + "help.sources_email_ingestion_desc": "Teruskan dokumen ke kotak surat khusus. Di bawah Email Ingestion, tambahkan satu atau lebih akun IMAP. DocuElevate memeriksa pesan baru dan memproses lampiran secara otomatis.", + "help.sources_heading": "Sumber – Memasukkan Dokumen", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "Integrasikan secara programatik dengan mengirim file ke /api/upload. Ideal untuk skrip, folder yang diawasi, pemindai, atau alat pihak ketiga seperti Zapier dan n8n.", + "help.sources_scanner": "Pemindai & Mobile", + "help.sources_scanner_desc": "Arahkan pemindai jaringan ke endpoint unggah DocuElevate atau gunakan aplikasi pemindaian mobile apa pun yang mendukung tujuan HTTP kustom.", + "help.sources_scanner_desc_full": "Konfigurasikan pemindai jaringan atau printer multifungsi Anda untuk mengirim pemindaian langsung ke DocuElevate. Gunakan endpoint /api/upload sebagai tujuan. Aplikasi pemindaian seluler dengan tujuan unggahan kustom juga didukung.", + "help.sources_web_upload": "Unggah Web", + "help.sources_web_upload_desc": "Cara tercepat untuk memulai. Buka halaman Unggah, jatuhkan satu atau beberapa file, dan DocuElevate yang mengurus sisanya. Format yang didukung termasuk PDF, JPEG, PNG, TIFF, DOCX, XLSX, dan lainnya.", + "help.subheading": "Semua yang Anda butuhkan untuk memaksimalkan DocuElevate. Telusuri topik di bawah ini atau cari apa yang Anda butuhkan.", + "help.support": "Dukungan", + "help.support_admin_message": "Hubungi administrator Anda untuk informasi dukungan.", + "help.support_description": "Tidak dapat menemukan apa yang Anda cari? Tim dukungan kami siap membantu.", + "help.support_heading": "Hubungi Dukungan", + "help.support_live_chat": "Obrolan Langsung tersedia – klik gelembung obrolan untuk memulai percakapan.", + "help.support_ticket_button": "Kirim Tiket", + "help.support_ticket_desc": "Isi formulir di bawah ini dan tim dukungan kami akan menghubungi Anda secepat mungkin.", + "help.support_ticket_heading": "Buka Tiket Dukungan", + "help.title": "Pusat Bantuan", + "help.workflows_creating": "Membuat Pipeline", + "help.workflows_definition": "Pipeline adalah serangkaian langkah pemrosesan yang berjalan secara otomatis setiap kali dokumen dimasukkan. Setiap langkah dapat mengubah, memperkaya, atau mengarahkan dokumen.", + "help.workflows_heading": "Workflow & Pipeline", + "help.workflows_step_1": "Ubah ke PDF", + "help.workflows_step_1_create": "Pergi ke Pipelines di menu utama.", + "help.workflows_step_1_full": "Konversi ke PDF – semua file yang masuk dinormalisasi ke format PDF yang konsisten.", + "help.workflows_step_2": "OCR – ekstrak teks", + "help.workflows_step_2_create": "Klik New Pipeline dan berikan nama.", + "help.workflows_step_2_full": "OCR – ekstrak teks yang dapat dipilih dari halaman yang dipindai menggunakan Azure Document Intelligence atau mesin bawaan.", + "help.workflows_step_3": "Ekstraksi metadata AI", + "help.workflows_step_3_create": "Tambahkan langkah pemrosesan yang Anda butuhkan.", + "help.workflows_step_3_full": "Ekstraksi metadata AI – klasifikasikan jenis dokumen dan ambil bidang kunci seperti jumlah, tanggal, dan nama menggunakan OpenAI.", + "help.workflows_step_4": "Kirim ke satu atau lebih tujuan", + "help.workflows_step_4_create": "Pilih satu atau lebih tujuan pengiriman.", + "help.workflows_step_5_create": "Simpan – dokumen baru akan diproses melalui pipeline ini secara otomatis.", + "help.workflows_typical_steps": "Langkah-Langkah Tipikal", + "help.workflows_what_is": "Apa itu Pipeline?", + "index.badge_intelligent": "Pemrosesan Dokumen Cerdas", + "index.button_browse_files": "Jelajahi Berkas", + "index.button_upload": "Unggah", + "index.capabilities_cloud": "Penyimpanan awan: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Pengambilan dokumen berbasis Email & URL", + "index.capabilities_ocr": "OCR & ekstraksi metadata dengan AI", + "index.capabilities_paperless": "Integrasi Paperless-ngx untuk manajemen dokumen", + "index.capabilities_title": "Kemampuan", + "index.capabilities_workflows": "Klasifikasi & pengalihan otomatis", + "index.cta_description": "Bergabunglah dengan tim yang sudah mengotomatisasi pemrosesan dokumen mereka dengan DocuElevate.", + "index.cta_heading": "Siap untuk meningkatkan alur kerja dokumen Anda?", + "index.cta_pricing": "Lihat harga", + "index.cta_signup": "Buat akun gratis", + "index.dashboard_subtitle": "Pemrosesan & manajemen dokumen cerdas", + "index.dashboard_subtitle_teams": "Pemrosesan & manajemen dokumen cerdas — dibuat untuk tim", + "index.feature_ai": "Ekstraksi Metadata AI", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, dan penyedia AI lainnya mengklasifikasikan dokumen dan menarik bidang kunci seperti tanggal, jumlah, dan subjek.", + "index.feature_cloud": "Penyimpanan Multi-Awan", + "index.feature_cloud_desc": "Arahkan berkas yang diproses ke Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, dan lainnya.", + "index.feature_email": "Pengambilan Email & IMAP", + "index.feature_email_desc": "Secara otomatis menarik dokumen dari Gmail atau kotak surat IMAP mana pun — tidak perlu unggahan manual.", + "index.feature_ocr": "OCR & Ekstraksi Teks", + "index.feature_ocr_desc": "Azure Document Intelligence mengubah PDF yang dipindai dan gambar menjadi teks yang sepenuhnya dapat dicari secara otomatis.", + "index.feature_pipelines": "Pipeline Kustom", + "index.feature_pipelines_desc": "Bangun pipeline pemrosesan dengan langkah yang dapat dikonfigurasi — OCR, ekstraksi AI, konversi format, dan pengalihan penyimpanan dalam urutan apa pun.", + "index.feature_search": "Pencarian Teks Penuh", + "index.feature_search_desc": "Segera temukan dokumen apa pun berdasarkan konten, metadata, atau tag di seluruh arsip Anda.", + "index.feature_section_title": "Segala yang Anda butuhkan untuk alur kerja dokumen pintar", + "index.getting_started": "Memulai", + "index.getting_started_1": "Konfigurasi integrasi melalui Status Sistem", + "index.getting_started_2": "Unggah dokumen pertama Anda", + "index.getting_started_3": "Tinjau hasil di Berkas", + "index.getting_started_learn": "Pelajari lebih lanjut tentang DocuElevate", + "index.hero_description": "DocuElevate mengolah dokumen Anda, menjalankan OCR, mengekstrak metadata dengan AI, dan mengarahkan berkas ke Dropbox, Google Drive, OneDrive, S3, Nextcloud, dan lebih banyak lagi — semuanya dalam satu pipeline yang mulus.", + "index.hero_heading": "Dari unggahan hingga wawasan — secara otomatis.", + "index.hero_login": "Masuk", + "index.hero_pricing": "Lihat Rencana & Harga", + "index.hero_signup": "Dapatkan Mulai — gratis", + "index.integrations_active": "Integrasi aktif", + "index.integrations_storage": "Target penyimpanan", + "index.integrations_title": "Integrasi", + "index.integrations_view_status": "Lihat status sistem", + "index.page_title_dashboard": "Dasbor", + "index.page_title_public": "Pemrosesan Dokumen Cerdas", + "index.platform_overview": "Gambaran platform", + "index.processing_stats": "Statistik Pemrosesan", + "index.quick_actions": "Tindakan Cepat", + "index.quick_documents": "Dokumen Saya", + "index.quick_documents_desc": "Jelajahi berkas yang telah diproses", + "index.quick_search": "Cari", + "index.quick_search_desc": "Pencarian teks lengkap di seluruh dokumen", + "index.quick_subscription": "Langganan Saya", + "index.quick_subscription_desc": "Lihat rincian rencana & penggunaan", + "index.quick_system_status": "Status Sistem", + "index.quick_system_status_desc": "Periksa kesehatan integrasi", + "index.quick_upload": "Unggah Dokumen", + "index.quick_upload_desc": "Proses berkas baru", + "index.quick_view_files": "Lihat Semua Berkas", + "index.quick_view_files_desc": "Jelajahi dokumen yang diproses", + "index.single_user_heading": "Dasbor DocuElevate", + "index.single_user_subtitle": "Pemrosesan & manajemen dokumen cerdas", + "index.stat_active_integrations": "Integrasi Aktif", + "index.stat_active_users": "Pengguna aktif", + "index.stat_files_month": "Berkas bulan ini", + "index.stat_files_ocr": "File dengan OCR", + "index.stat_files_today": "Berkas hari ini", + "index.stat_storage_targets": "Target Penyimpanan", + "index.stat_this_month": "Bulan ini", + "index.stat_today": "Hari ini", + "index.stat_total_files": "Total berkas", + "index.stat_total_processed": "Total yang diproses", + "index.tier_plan": "Rencana", + "index.tier_upgrade": "Tingkatkan", + "index.tier_view_details": "Lihat rincian lengkap", + "index.upgrade_daily_limits": "Batas harian & bulanan yang lebih tinggi", + "index.upgrade_description": "Buka lebih banyak dokumen, lebih banyak tujuan, dan dukungan prioritas.", + "index.upgrade_destinations": "Lebih banyak tujuan penyimpanan", + "index.upgrade_ocr_pages": "Lebih banyak halaman OCR", + "index.upgrade_plan": "Tingkatkan rencana Anda", + "index.upgrade_view_pricing": "Lihat rencana & harga", + "index.usage_lifetime": "File seumur hidup", + "index.usage_month": "File bulan ini", + "index.usage_my_usage": "Penggunaan saya", + "index.usage_today": "File hari ini", + "index.usage_unlimited": "Tidak terbatas", + "integrations.access_key_label": "ID Kunci Akses", + "integrations.active_label": "Aktif", + "integrations.add_button": "Tambahkan Integrasi", + "integrations.add_first_button": "Tambahkan Integrasi Pertama Anda", + "integrations.api_token_label": "Token API", + "integrations.authorize_btn": "Otorisasi", + "integrations.authorize_reauth": "Otorisasi Ulang", + "integrations.bucket_label": "Ember", + "integrations.configure": "Konfigurasi", + "integrations.connect": "Sambungkan", + "integrations.connected": "Tersambung", + "integrations.connection_failed": "Koneksi gagal", + "integrations.connection_success": "Koneksi berhasil", + "integrations.delete_confirm_are_you_sure": "Apakah Anda yakin ingin menghapus", + "integrations.delete_confirm_title": "Hapus Integrasi?", + "integrations.delete_confirm_undone": "Tindakan ini tidak dapat dibatalkan.", + "integrations.delete_emails_label": "Hapus email setelah diproses", + "integrations.delete_files_label": "Hapus file setelah diproses", + "integrations.destinations_quota_label": "Tujuan Penyimpanan:", + "integrations.destinations_section": "Tujuan", + "integrations.direction_destination": "Tujuan (penyimpanan)", + "integrations.direction_label": "Arah", + "integrations.direction_placeholder": "\u0004e Pemilihan \u0004e", + "integrations.direction_source": "Sumber (ingesti)", + "integrations.disconnect": "Putuskan sambungan", + "integrations.email_settings": "Pengaturan Pengalihan Email", + "integrations.empty_state": "Tidak ada integrasi yang dikonfigurasi", + "integrations.endpoint_label": "URL Endpoint", + "integrations.endpoint_optional": "(opsional, untuk kompatibel dengan S3)", + "integrations.folder_label": "Folder", + "integrations.folder_optional": "(opsional)", + "integrations.folder_path_label": "Jalur Folder", + "integrations.folder_prefix_label": "Prefix Folder", + "integrations.generic_settings_hint": "Konfigurasi untuk jenis integrasi ini dapat diberikan sebagai JSON setelah dibuat melalui API.", + "integrations.gmail_hint": "Label Gmail & bintang: saat diaktifkan, email yang diproses akan diberi bintang dan ditandai dengan label \"Dimasukkan\" di Gmail. Hanya berlaku untuk server Gmail.", + "integrations.gmail_labels": "Terapkan label & bintang Gmail", + "integrations.host_label": "Host", + "integrations.imap_settings": "Pengaturan IMAP", + "integrations.loading": "Memuat integrasi\u0000a6", + "integrations.modal_close": "Tutup modal", + "integrations.modal_title_add": "Tambahkan Integrasi", + "integrations.modal_title_edit": "Edit Integrasi", + "integrations.name_label": "Label", + "integrations.name_placeholder": "misalnya. Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Pengaturan Nextcloud", + "integrations.nextcloud_url_label": "URL Nextcloud", + "integrations.no_integrations_body": "Tambahkan integrasi pertama Anda untuk menghubungkan sumber pengambilan (seperti IMAP) dan tujuan penyimpanan (seperti S3, Dropbox, atau Google Drive).", + "integrations.not_connected": "Tidak Tersambung", + "integrations.oauth_folder_label": "Folder", + "integrations.oauth_hint": "Simpan integrasi ini terlebih dahulu, lalu gunakan tombol Otorisasi untuk menyelesaikan alur OAuth. Kredensial Anda akan disimpan dengan aman di catatan integrasi pribadi Anda.", + "integrations.page_title": "Integrasi", + "integrations.paperless_settings": "Pengaturan Paperless NGX", + "integrations.password_label": "Kata Sandi", + "integrations.paused": "Dijeda", + "integrations.plan_label": "Rencana:", + "integrations.port_label": "Port", + "integrations.quota_not_available": "(tidak tersedia)", + "integrations.quota_unlimited": "/ tidak terbatas", + "integrations.recipient_label": "Email Penerima", + "integrations.region_label": "Wilayah", + "integrations.remote_path_label": "Path Jarak Jauh", + "integrations.s3_prefix_label": "Prefiks (jalan folder)", + "integrations.s3_settings": "Pengaturan S3", + "integrations.secret_key_label": "Kunci Akses Rahasia", + "integrations.show_password": "Tampilkan kata sandi", + "integrations.show_secrets": "Tampilkan rahasia", + "integrations.show_token": "Tampilkan token", + "integrations.source_local": "Sistem File Lokal", + "integrations.source_type_label": "Jenis Sumber", + "integrations.sources_quota_label": "Sumber Kotak Surat:", + "integrations.sources_section": "Sumber", + "integrations.subtitle": "Kelola sumber pengambilan dan tujuan penyimpanan Anda di satu tempat.", + "integrations.title": "Integrasi", + "integrations.type_label": "Jenis Integrasi", + "integrations.type_placeholder": "\u0002D Pilih arah terlebih dahulu \u0002D", + "integrations.upgrade_plan": "Tingkatkan Rencana", + "integrations.use_ssl": "Gunakan SSL", + "integrations.username_label": "Nama Pengguna", + "integrations.watch_folder_settings": "Pengaturan Folder Tonton", + "integrations.webdav_settings": "Pengaturan WebDAV", + "integrations.webdav_url_label": "URL WebDAV", + "integrations.webhook_heading": "Pengambilan Webhook", + "integrations.webhook_how_heading": "Cara Kerja Pengambilan Webhook", + "integrations.webhook_how_text": "Integrasi webhook memungkinkan sistem eksternal untuk mengirim dokumen langsung ke DocuElevate melalui REST API. Alih-alih DocuElevate memeriksa file baru (seperti IMAP), aplikasi Anda mengirim file ke DocuElevate menggunakan permintaan HTTP dengan token API untuk otentikasi.", + "integrations.webhook_ideal_text": "Ini ideal untuk pipeline CI/CD, skrip otomatisasi, integrasi pemindai, atau sistem apa pun yang menghasilkan dokumen dan perlu mengirimkannya untuk diproses.", + "integrations.webhook_quick_start": "Mulai Cepat", + "integrations.webhook_security_tip": "Buat token API khusus untuk setiap integrasi dan cabut segera jika terkompromi. Token dapat dikelola di halaman Token API.", + "integrations.webhook_step1": "Pergi ke {api_tokens_link} dan buat token pribadi.", + "integrations.webhook_upload_with_token": "Gunakan token untuk mengunggah dokumen melalui API:", + "language.bg": "Български", + "language.ca": "Català", + "language.change_success": "Bahasa diubah menjadi {language}", + "language.changed": "Bahasa diubah menjadi {language}", + "language.cs": "Čeština", + "language.da": "Dansk", + "language.de": "Deutsch", + "language.el": "Ελληνικά", + "language.en": "Inggris", + "language.es": "Español", + "language.et": "Eesti", + "language.fi": "Suomi", + "language.fr": "Français", + "language.ga": "Gaeilge", + "language.hr": "Hrvatski", + "language.hu": "Hungaria", + "language.is": "Íslenska", + "language.it": "Italia", + "language.lb": "Lëtzebuergesch", + "language.lt": "Lietuvių", + "language.lv": "Latviešu", + "language.nb": "Norsk", + "language.nl": "Belanda", + "language.no_results": "Tidak ada bahasa ditemukan", + "language.pl": "Polski", + "language.pt": "Portugis", + "language.ro": "Română", + "language.ru": "Русский", + "language.search_placeholder": "Cari bahasa\n\n", + "language.selector": "Bahasa", + "language.selector_label": "Pilih bahasa", + "language.sk": "Slovenčina", + "language.sl": "Slovenščina", + "language.sv": "Svenska", + "language.tr": "Türkçe", + "language.uk": "Українська", + "language.zh": "中文", + "nav.about": "Tentang", + "nav.account_menu": "Menu Akun", + "nav.account_menu_for": "Menu Akun untuk {name}", + "nav.admin": "Admin", + "nav.admin.audit_logs": "Audit Logs", + "nav.admin.backups": "Cadangan", + "nav.admin.plans": "Rencana", + "nav.admin.scheduled_jobs": "Pekerjaan Terjadwal", + "nav.admin.users": "Pengguna", + "nav.admin_actions": "Tindakan Admin", + "nav.admin_menu": "Menu Admin", + "nav.api_docs": "Dokumen API", + "nav.api_tokens": "Token API", + "nav.backup_restore": "Cadangan & Pulihkan", + "nav.credentials": "Kredensial", + "nav.dark_mode": "Mode Gelap", + "nav.dashboard": "Dasbor", + "nav.developer_docs": "Dokumen Pengembang", + "nav.duplicates": "Duplikat", + "nav.file_manager": "Pengelola Berkas", + "nav.files": "Berkas", + "nav.get_started": "Mulai", + "nav.help": "Bantuan", + "nav.help_center": "Pusat Bantuan", + "nav.imap": "Impor Email", + "nav.integrations": "Integrasi", + "nav.light_mode": "Mode Terang", + "nav.login": "Masuk", + "nav.logout": "Keluar", + "nav.main_navigation": "Navigasi Utama", + "nav.my_subscription": "Langganan Saya", + "nav.notifications": "Notifikasi", + "nav.open_main_menu": "Buka menu utama", + "nav.pipelines": "Pipa", + "nav.plan_designer": "Perancang Rencana", + "nav.pricing": "Harga", + "nav.profile": "Profil", + "nav.profile_settings": "Pengaturan Profil", + "nav.queue": "Antrian", + "nav.queue_monitor": "Pemantau Antrian", + "nav.scheduled_jobs": "Pekerjaan Terjadwal", + "nav.search": "Pencarian", + "nav.settings": "Pengaturan", + "nav.shared_links": "Tautan Bersama", + "nav.sign_out": "Keluar", + "nav.signup": "Daftar", + "nav.similarity": "Kesamaan", + "nav.skip_to_content": "Lompat ke konten utama", + "nav.status": "Status", + "nav.subscription": "Langganan", + "nav.toggle_dark_mode": "Ubah mode gelap", + "nav.toggle_nav": "Ubah menu navigasi", + "nav.upload": "Unggah", + "nav.users": "Pengguna", + "nav.version": "Info Versi", + "notifications.filter_all": "Semua", + "notifications.filter_read": "Hanya yang dibaca", + "notifications.filter_unread": "Hanya yang belum dibaca", + "notifications.manage_desc": "Kelola kotak masuk notifikasi, target, dan preferensi acara Anda", + "notifications.mark_all_read": "Tandai Semua sebagai Dibaca", + "notifications.mark_all_read_btn": "Tandai semua dibaca", + "notifications.mark_read": "Tandai sebagai Dibaca", + "notifications.no_notifications": "Tidak ada notifikasi", + "notifications.page_title": "Notifikasi", + "notifications.tab_inbox": "Kotak Masuk", + "notifications.tab_settings": "Pengaturan", + "notifications.title": "Notifikasi", + "notifications.unread_count": "{count} notifikasi belum terbaca", + "pipelines.active_label": "Aktif", + "pipelines.add_step_btn": "Tambahkan Langkah", + "pipelines.create": "Buat Saluran", + "pipelines.custom_label_label": "Label Kustom", + "pipelines.default_label": "Bawaan", + "pipelines.description_label": "Deskripsi", + "pipelines.description_placeholder": "Deskripsi opsional", + "pipelines.disabled_label": "Dinonaktifkan", + "pipelines.edit": "Sunting Saluran", + "pipelines.empty_state": "Belum ada saluran", + "pipelines.empty_state_hint": "Buat saluran pertama Anda untuk mendefinisikan alur kerja pemrosesan dokumen kustom.", + "pipelines.enabled_label": "Diaktifkan", + "pipelines.force_cloud_ocr_label": "Paksa OCR cloud (lewati ekstraksi teks lokal)", + "pipelines.inactive_label": "Tidak Aktif", + "pipelines.loading": "Memuat saluran\u0019", + "pipelines.name_placeholder": "Saluran saya", + "pipelines.new_pipeline_btn": "Saluran Baru", + "pipelines.no_steps": "Tidak ada langkah yang didefinisikan. Tambahkan langkah untuk mulai membangun saluran Anda.", + "pipelines.ocr_auto": "Otomatis (gunakan default sistem)", + "pipelines.ocr_language_hint": "Mengganti pengaturan bahasa global untuk Tesseract/EasyOCR. Azure dan Mistral mendeteksi bahasa secara otomatis.", + "pipelines.ocr_language_label": "Bahasa OCR", + "pipelines.optional_suffix": "(opsional)", + "pipelines.page_title": "Memproses Saluran", + "pipelines.set_default": "Atur sebagai saluran default saya", + "pipelines.step_label_placeholder": "Ganti nama langkah default", + "pipelines.step_type_label": "Tipe Langkah", + "pipelines.subtitle_intro": "Tentukan dan kelola alur kerja pemrosesan dokumen kustom.", + "pipelines.subtitle_system_post": "badge dan terlihat oleh semua pengguna.", + "pipelines.subtitle_system_pre": "Saluran sistem (dibuat oleh admin) ditampilkan dengan", + "pipelines.system_label": "Sistem", + "pipelines.system_pipeline_label": "Saluran sistem (terlihat oleh semua pengguna)", + "pipelines.title": "Memproses Saluran", + "profile.avatar_alt": "Foto profil Anda", + "profile.avatar_heading": "Foto Profil", + "profile.avatar_remove": "Hapus avatar kustom", + "profile.avatar_upload_hint": "Unggah gambar JPEG, PNG, GIF, atau WebP hingga 2 MB. Jika tidak ada gambar kustom yang diatur, {gravatar} Anda akan ditampilkan.", + "profile.choose_image": "Pilih gambar\u0005", + "profile.confirm_password": "Konfirmasi Kata Sandi Baru", + "profile.contact_email_hint": "Digunakan untuk notifikasi sistem. Ini tidak mengubah email login Anda.", + "profile.contact_email_label": "Email Kontak / Notifikasi", + "profile.contact_email_placeholder": "anda@contoh.com", + "profile.current_password": "Kata Sandi Saat Ini", + "profile.dismiss": "Abaikan", + "profile.display_name_hint": "Biarkan kosong untuk menggunakan nama pengguna atau email akun Anda.", + "profile.display_name_label": "Nama Tampilan", + "profile.display_name_placeholder": "Nama Anda sesuai yang ditampilkan di UI", + "profile.general_heading": "Informasi Umum", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Pengaturan Profil", + "profile.language_auto_detect": "Deteksi otomatis (dari browser)", + "profile.language_hint": "Pilih bahasa antarmuka yang Anda inginkan. “Deteksi otomatis” mengikuti pengaturan browser Anda.", + "profile.language_label": "Bahasa UI", + "profile.new_password": "Kata Sandi Baru", + "profile.new_password_hint": "Minimal 8 karakter.", + "profile.page_title": "Pengaturan Profil – DocuElevate", + "profile.password_heading": "Ganti Kata Sandi", + "profile.preferences_heading": "Preferensi", + "profile.save_button": "Simpan Perubahan", + "profile.saving": "Menyimpan\u0005", + "profile.subtitle": "Kelola nama tampilan, avatar, bahasa, dan preferensi tema Anda.", + "profile.theme_dark": "Gelap", + "profile.theme_hint": "“Sistem Default” mengikuti pengaturan mode gelap perangkat Anda.", + "profile.theme_label": "Skema Warna", + "profile.theme_light": "Terang", + "profile.theme_system": "Sistem Default", + "profile.update_password": "Perbarui Kata Sandi", + "profile.updating": "Memperbarui\u00160;", + "queue.active_tasks": "Tugas Aktif", + "queue.auto_refresh_1": "Menyegarkan otomatis setiap", + "queue.auto_refresh_2": "detik", + "queue.col_arguments": "Argumen", + "queue.col_current_step": "Langkah Saat Ini", + "queue.col_file": "Berkas", + "queue.col_files": "Berkas", + "queue.col_queue": "Antrian", + "queue.col_state": "Status", + "queue.col_task": "Tugas", + "queue.col_task_id": "ID Tugas", + "queue.files_processing": "Pemrosesan Berkas", + "queue.heading": "Monitor Antrian", + "queue.last_updated": "Terakhir diperbarui:", + "queue.loading_stats": "Memuat statistik antrian\u0019", + "queue.no_active_tasks": "Tidak ada tugas aktif", + "queue.no_data": "Tidak ada data", + "queue.no_files_processing": "Tidak ada berkas yang sedang diproses saat ini", + "queue.page_title": "Monitor Antrian", + "queue.processing_pipeline": "Pipeline Pemrosesan", + "queue.queued_tasks": "Tugas dalam Antrian", + "queue.recently_processing": "Berkas yang Baru Diproses", + "queue.redis_queues": "Antrian Redis", + "queue.subtitle": "Tampilan waktu nyata dari pipeline pemrosesan dokumen dan antrian tugas Celery.", + "queue.workers_online": "Pekerja Online", + "search.button": "Cari", + "search.error_message": "Pencarian sementara tidak tersedia. Silakan coba lagi dalam beberapa saat.", + "search.filter_aria_clear": "Bersihkan semua filter", + "search.filter_clear_button": "Bersihkan Filter", + "search.filter_date_from": "Tanggal Dari", + "search.filter_date_to": "Tanggal Sampai", + "search.filter_document_type": "Jenis Dokumen", + "search.filter_document_type_placeholder": "mis. Faktur", + "search.filter_language": "Bahasa", + "search.filter_language_placeholder": "mis. de", + "search.filter_sender": "Pengirim", + "search.filter_sender_placeholder": "mis. ACME Corp", + "search.filter_tags": "Tag", + "search.filter_tags_placeholder": "mis. amazon", + "search.filter_text_quality": "Kualitas Teks", + "search.filter_text_quality_all": "Semua", + "search.filter_text_quality_high": "Tinggi", + "search.filter_text_quality_low": "Rendah", + "search.filter_text_quality_medium": "Sedang", + "search.filter_text_quality_no_text": "Tidak ada teks", + "search.heading": "Pencarian Dokumen", + "search.input_aria_label": "Cari dokumen", + "search.input_placeholder": "Cari dokumen berdasarkan konten, pengirim, tag, tipe...", + "search.loading_indicator": "Mencari\n", + "search.no_results": "Tidak ada hasil ditemukan", + "search.page_title": "Cari Dokumen", + "search.placeholder": "Cari berdasarkan nama file, konten, tag...", + "search.result_empty": "Tidak ada dokumen yang ditemukan yang sesuai dengan kueri Anda.", + "search.results_count": "{count} hasil ditemukan", + "search.saved_aria_save": "Simpan pencarian saat ini", + "search.saved_button": "Simpan Saat Ini", + "search.saved_empty": "Belum ada pencarian yang disimpan", + "search.saved_error": "Gagal memuat pencarian yang disimpan", + "search.saved_label": "Pencarian yang Disimpan", + "search.saved_loading": "Memuat...", + "search.title": "Cari Dokumen", + "settings.audit_log_btn": "Log Audit", + "settings.autocomplete_hint": "Ketik untuk mencari nilai yang dikenal, atau masukkan nilai kustom.", + "settings.autocomplete_no_matches": "Tidak ada kecocokan - Anda masih dapat mengetik nilai kustom", + "settings.autocomplete_placeholder": "Ketik untuk mencari atau masukkan nilai\n...", + "settings.boolean_enable_prefix": "Aktifkan", + "settings.categories_aria": "Kategori pengaturan", + "settings.categories_heading": "Kategori", + "settings.db_wizard_btn": "Wizard DB", + "settings.effective_value_label": "Nilai efektif:", + "settings.encrypted_suffix": "= dienkripsi saat tidak digunakan", + "settings.encrypted_title": "Nilai dienkripsi saat tidak digunakan di database", + "settings.export_btn": "Ekspor", + "settings.export_db_only": "Pengaturan DB saja", + "settings.export_full_config": "Konfigurasi efektif penuh", + "settings.jump_to_category": "Lompati ke kategori\n...", + "settings.manage_config_prefix": "Kelola konfigurasi. Prioritas:", + "settings.model_picker_hint": "Pilih dari daftar atau ketik nama model apa pun yang didukung oleh penyedia Anda.", + "settings.model_picker_placeholder": "Pilih model umum atau ketik nama kustom\n...", + "settings.no_results_clear": "bersihkan pencarian", + "settings.no_results_heading": "Tidak ada pengaturan ditemukan", + "settings.no_results_hint": "Coba istilah pencarian yang berbeda atau", + "settings.page_heading": "Pengaturan Aplikasi", + "settings.required_label": "(diperlukan)", + "settings.reset_confirm": "Apakah Anda yakin ingin mengatur ulang pengaturan ini?", + "settings.restart_required_suffix": "= restart diperlukan", + "settings.revert_btn": "Hapus dari DB", + "settings.revert_title": "Hapus override DB dan kembali ke variabel lingkungan atau default", + "settings.reverting": "Mengembalikan\u00130...", + "settings.save_all_btn": "Simpan Semua Perubahan", + "settings.save_error": "Gagal menyimpan pengaturan", + "settings.save_setting_title": "Simpan pengaturan ini", + "settings.save_success": "Pengaturan berhasil disimpan", + "settings.saving_state": "Menyimpan\u00130...", + "settings.search_aria_label": "Cari pengaturan", + "settings.search_clear_aria": "Bersihkan pencarian", + "settings.search_placeholder": "Cari pengaturan berdasarkan nama, kunci, atau deskripsi\u00130...", + "settings.settings_count_suffix": "pengaturan", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "DEFAULT", + "settings.source_env_badge": "ENV", + "settings.title": "Pengaturan", + "settings.toggle_visibility_aria": "Alihkan visibilitas password", + "settings.toggle_visibility_title": "Tampilkan/sembunyikan nilai", + "settings.user_autocomplete_empty": "Tidak ada pengguna yang cocok ditemukan", + "settings.user_autocomplete_hint": "Ketik untuk mencari pengguna yang ada berdasarkan nama, atau masukkan identifier secara manual.", + "settings.user_autocomplete_placeholder": "Mulai mengetik untuk mencari pengguna\u00130...", + "settings.wizard_btn": "Wizard", + "shared.col_expiry": "Kedaluwarsa", + "shared.col_file_label": "File / Label", + "shared.col_link": "Tautan", + "shared.col_views": "Tampilan", + "shared.copy_link_aria": "Salin tautan ke clipboard", + "shared.copy_link_title": "Salin tautan", + "shared.create_btn": "Buat Tautan", + "shared.create_heading": "Buat Tautan Bersama Baru", + "shared.creating": "Membuat\u00130...", + "shared.expiry_12h": "12 jam", + "shared.expiry_14d": "14 hari", + "shared.expiry_1h": "1 jam", + "shared.expiry_24h": "24 jam (1 hari)", + "shared.expiry_30d": "30 hari", + "shared.expiry_3d": "3 hari", + "shared.expiry_6h": "6 jam", + "shared.expiry_7d": "7 hari", + "shared.expiry_label": "Kedaluwarsa", + "shared.expiry_never": "Tidak Pernah", + "shared.file_id_help_post": "halaman atau di URL detail dokumen.", + "shared.file_id_help_pre": "Temukan ID file di", + "shared.file_id_label": "ID File", + "shared.file_id_placeholder": "mis. 42", + "shared.files_link": "File", + "shared.heading": "Tautan Berbagi", + "shared.label_label": "Label", + "shared.label_placeholder": "mis. Dibagikan dengan Bob", + "shared.link_created": "Tautan berbagi dibuat!", + "shared.link_created_help": "Salin dan kirim tautan ini ke penerima.", + "shared.links_count_aria": "jumlah tautan", + "shared.max_downloads_label": "Unduhan maksimal", + "shared.no_links": "Belum ada tautan yang dibagikan. Buat satu di atas untuk memulai.", + "shared.open_in_new_tab": "Buka di tab baru", + "shared.open_link_aria": "Buka tautan berbagi", + "shared.optional": "(opsional)", + "shared.page_title": "Tautan Berbagi – DocuElevate", + "shared.password_label": "Kata Sandi", + "shared.password_placeholder": "Kosongkan untuk tidak ada kata sandi", + "shared.password_protected": "Dilindungi kata sandi", + "shared.refresh_aria": "Segarkan daftar tautan berbagi", + "shared.revoke_aria_prefix": "Cabut tautan berbagi untuk", + "shared.revoke_btn": "Cabut", + "shared.status_active": "Aktif", + "shared.status_expired": "Kedaluwarsa", + "shared.status_limit_reached": "Batas tercapai", + "shared.status_revoked": "Dibatalkan", + "shared.subtitle": "Bagikan dokumen dengan siapa saja melalui tautan yang dibatasi waktu atau tampilan. Penerima tidak memerlukan akun DocuElevate. Tautan dapat dilindungi kata sandi dan dicabut kapan saja.", + "shared.table_aria": "Tautan berbagi", + "shared.unlimited_placeholder": "Tidak Terbatas", + "shared.your_links": "Tautan Berbagi Anda", + "similarity.backfill_auto": "Tugas latar belakang akan menghitungnya secara otomatis setiap 5 menit, atau Anda bisa", + "similarity.files_missing_text": "file(s) memiliki teks OCR tetapi belum ada embedded.", + "similarity.find_pairs_btn": "Temukan Pasangan", + "similarity.heading": "Kesamaan Dokumen", + "similarity.load_error": "Gagal memuat pasangan.", + "similarity.min_similarity_label": "Min. kesamaan", + "similarity.no_pairs_detail": "Tidak ada pasangan dokumen yang melebihi ambang kesamaan.", + "similarity.no_pairs_heading": "Tidak ada pasangan serupa ditemukan", + "similarity.page_title": "Kesamaan Dokumen - DocuElevate", + "similarity.pagination_aria": "Halaman pasangan kesamaan", + "similarity.per_page_label": "Per halaman", + "similarity.scanning": "Mencari pasangan dokumen yang serupa\n\n\n\n...", + "similarity.stat_embedding_model": "Model Embedding", + "similarity.stat_missing_embedding": "Embedding Hilang", + "similarity.stat_total_files": "Total Berkas", + "similarity.stat_with_embedding": "Dengan Embedding", + "similarity.subtitle": "Pasangan dokumen dengan kesamaan semantik tinggi, diurutkan berdasarkan skor.", + "similarity.trigger_aria": "Trigger perhitungan embedding untuk semua berkas yang tidak memiliki embedding", + "similarity.trigger_now": "aktifkan sekarang", + "status.app_version": "Versi Aplikasi", + "status.build_date": "Tanggal Build", + "status.container_id": "ID Container", + "status.git_commit": "Git Commit", + "status.last_check": "Pemeriksaan Terakhir", + "status.page_title": "Status Sistem", + "status.setting_label": "Pengaturan", + "status.value_label": "Nilai", + "subscription.available_plans_heading": "Rencana yang Tersedia", + "subscription.back_to_dashboard": "Kembali ke Dashboard", + "subscription.cancel_pending": "Batalkan perubahan", + "subscription.cancel_scheduled": "Batalkan perubahan terjadwal", + "subscription.contact_sales": "Hubungi Penjualan", + "subscription.current_badge": "Saat ini", + "subscription.current_plan": "Rencana Saat Ini", + "subscription.current_plan_cta": "Rencana Anda saat ini", + "subscription.downgrade_to_prefix": "Turunkan ke", + "subscription.features_heading": "Apa yang termasuk dalam rencana Anda", + "subscription.free": "Gratis", + "subscription.heading": "Langganan Saya", + "subscription.keep_plan_prefix": "Pertahankan", + "subscription.lifetime_files": "Total file (seumur hidup)", + "subscription.month_files": "File bulan ini", + "subscription.more_features_label": "lebih", + "subscription.page_title": "Langganan Saya \u00160;– DocuElevate", + "subscription.pending_badge": "Tertunda", + "subscription.pending_benefits": "Anda mempertahankan semua manfaat rencana saat ini hingga saat itu.", + "subscription.pending_on": "pada", + "subscription.pending_title": "Perubahan rencana tertunda dijadwalkan", + "subscription.pending_will_change": "Rencana Anda akan berubah menjadi", + "subscription.per_mo": "/bln", + "subscription.per_month": "/bulan", + "subscription.since": "Sejak", + "subscription.single_user_body": "Tingkat langganan berlaku saat mode multi-pengguna aktif. Instance Anda saat ini berjalan dalam mode satu pengguna tanpa batas pemrosesan. Seorang admin dapat mengaktifkan mode multi-pengguna melalui {settings_link}.", + "subscription.single_user_title": "Mode multi-pengguna tidak diaktifkan.", + "subscription.subtitle": "Rencana Anda saat ini, penggunaan, dan peningkatan yang tersedia.", + "subscription.this_month_label": "bulan ini", + "subscription.today_files": "File hari ini", + "subscription.today_label": "hari ini", + "subscription.unlimited": "Tidak terbatas", + "subscription.upgrade_info": "Peningkatan berlaku segera. Penurunan dijadwalkan untuk akhir periode penagihan Anda saat ini.", + "subscription.upgrade_to_prefix": "Tingkatkan ke", + "subscription.usage_heading": "Penggunaan", + "upload.browse_button": "Jelajahi Berkas", + "upload.button_processing": "Memproses...", + "upload.camera_button": "Ambil Foto / Pindai Dokumen", + "upload.download_button": "Unduh dan Proses", + "upload.downloading": "Mengunduh berkas dari URL...", + "upload.drag_drop": "Seret & jatuhkan berkas di sini atau klik untuk menjelajahi", + "upload.drop_hint_desktop": "Seret & jatuhkan berkas atau folder di sini, atau klik untuk memilih berkas.", + "upload.drop_hint_mobile": "Ketuk untuk memilih berkas atau gunakan tombol kamera di bawah.", + "upload.drop_zone_aria": "Area unggah berkas. Seret dan jatuhkan berkas di sini, atau tekan Enter untuk menjelajahi berkas.", + "upload.error": "Unggah gagal", + "upload.error_invalid_url": "Format URL tidak valid", + "upload.error_url_required": "Silakan masukkan URL", + "upload.file_size_hint": "Ukuran maksimum: 500 MB per berkas", + "upload.file_types": "Tipe yang diizinkan: PDF, dokumen Office (Word, Excel, PowerPoint, dll.), Gambar", + "upload.filename_description": "Biarkan kosong untuk menggunakan nama berkas dari URL", + "upload.filename_label": "Nama Berkas (opsional)", + "upload.filename_placeholder": "dokumen-saya.pdf", + "upload.max_size": "Ukuran berkas maksimum: {size}", + "upload.page_title": "Unggah Berkas", + "upload.section_device": "Unggah dari Perangkat", + "upload.section_url": "Unggah dari URL", + "upload.select_file": "Pilih Berkas", + "upload.success": "Berkas berhasil diunggah", + "upload.title": "Unggah Dokumen", + "upload.uploading": "Sedang mengunggah...", + "upload.url_description": "Masukkan tautan langsung ke berkas (PDF, dokumen Office, atau gambar)", + "upload.url_label": "URL Berkas", + "upload.url_placeholder": "https://example.com/dokumen.pdf" +} diff --git a/frontend/translations/ig.json b/frontend/translations/ig.json new file mode 100644 index 00000000..1e041449 --- /dev/null +++ b/frontend/translations/ig.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "Zụkọta onye okike", + "about.creator_name": "Christian Krakau-Louis", + "about.creator_pre": "DocuElevate bụ nke ọma na-emepụta site na", + "about.features_admin_api": "Nweta REST API dị ike maka ịnweta usoro", + "about.features_admin_config": "A pụrụ ịhazi ya nke ọma site na mgbanwe gburugburu", + "about.features_admin_docker": "Daya akwụkwọ maka mfe itinye na nhazi", + "about.features_admin_heading": "Nchịkwa", + "about.features_admin_oauth2": "Nkwado nkwenye OAuth2 na Authentik", + "about.features_automation_background": "Nhazi ndabere na Redis na Celery", + "about.features_automation_gmail": "Njikọ Gmail na akaụntụ email nkịtị", + "about.features_automation_heading": "Automaeshin", + "about.features_automation_imap": "Polling IMAP inbox site na ọtụtụ isi", + "about.features_automation_ingestion": "Njikọ akwụkwọ akpaaka site na ọtụtụ input", + "about.features_heading": "Ihe atụ dị mkpa", + "about.features_integration_cloud": "Nchekwa igwe: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Njikọ & Nchekwa", + "about.features_integration_multi_dest": "Nkwado ebe ọtụtụ (chekwaa akwụkwọ na ọtụtụ ọnọdụ)", + "about.features_integration_protocols": "Ụkpụrụ ntụgharị: FTP, SFTP, Iziga email", + "about.features_integration_selfhosted": "Okwu iji onwe: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Nchọpụta akwụkwọ nwere ọgụgụ isi na iwepụ ụbọchị", + "about.features_processing_heading": "Nhazi Akwụkwọ", + "about.features_processing_metadata": "Iwepụ metadata akpaaka na-eji onye na-enye AI nwere ike ịtọ", + "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", + "about.features_processing_pdf": "Nchegharị PDF maka ọtụtụ ụdị faịlụ site na Gotenberg", + "about.features_processing_upload": "Na-upload faịlụ dị mfe ma nchekwa na nkwado ịdọta & tuputara", + "about.github_logo_alt": "Logo GitHub", + "about.heading": "Banyere DocuElevate", + "about.intro_post": " \u0013 ihe ngwọta gị nke oge a, nwere ọgụgụ isi maka nhazi akwụkwọ! Anyị rụpụtara DocuElevate ka ọ completely gbanwee ụzọ i si elekọta akwụkwọ gị \u0013 site n'ịbu ụzọ iwepụ, site na nhazi ruo na nchekwa.", + "about.intro_pre": "Nabata na ", + "about.involved_description": "Chọrọ ịbanye na koodu, tinye echiche, ma ọ bụ mụta ihe ndị ọzọ gbasara DocuElevate?", + "about.involved_docs": "Gụọ Akwụkwọ edemede", + "about.involved_github": "Lee DocuElevate na GitHub", + "about.involved_heading": "Banye", + "about.involved_website": "Banye weebụsaịtị DocuElevate", + "about.legal_description": "Anyị na-echebara nzuzo na nchekwa data gị echiche. Biko nyochaa:", + "about.legal_heading": "Nzuzo & Iwu", + "about.legal_license": "Ozi ikike", + "about.legal_privacy": "Ozi nzuzo", + "about.page_title": "Banyere DocuElevate", + "about.story_heading": "Akụkọ anyị", + "about.story_p1": "DocuElevate bụ nke e kere na otu ebumnuche: mee ka njikwa akwụkwọ belata ma doo anya maka onye ọ bụla, ma ị bụ obere azụmaahịa ma ọ bụ nnukwu ụlọ ọrụ.", + "about.story_p2": "Anyị na-eji ike nke ndị na-enye AI nwere ike itinye (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, na ndị ọzọ) maka iwepụ metadata na mmezi ederede, jikọta nke ọma na Dropbox, Nextcloud, na Paperless NGX maka nchekwa na ndenye, were Azure Document Intelligence maka OCR, ma jiri Gotenberg maka mgbakwunye faịlụ na PDF.", + "api_tokens.col_created": "E kere", + "api_tokens.col_last_ip": "IP ikpeazụ", + "api_tokens.col_last_used": "Ejiri ikpeazụ", + "api_tokens.col_name": "Aha", + "api_tokens.col_prefix": "Token Prefix", + "api_tokens.copy_to_clipboard": "Nkọwa token na clipboard", + "api_tokens.copy_upload_example": "Nkọwa ihe atụ mbupụ na clipboard", + "api_tokens.copy_warning_1": "Nkọwa token a ugbu a — ọ ga", + "api_tokens.copy_warning_2": "agaghị egosi ọzọ", + "api_tokens.create_heading": "Mepụta Token Ọhụrụ", + "api_tokens.create_token": "Mepụta Token", + "api_tokens.creating": "Na-emepụta…", + "api_tokens.heading": "API Tokens", + "api_tokens.intro": "Mepụta afọma API شخصی iji kpọrọ DocuElevate API n’ụzọ mmemme. Jiri tokens maka uploads webhook, CI/CD pipelines, ma ọ bụ ọ bụla script nke chọrọ ibupu ma ọ bụ weghachite akwụkwọ.", + "api_tokens.loading_tokens": "Na-eb loading tokens…", + "api_tokens.never": "Ala", + "api_tokens.no_tokens_heading": "Ndị API tokens adịghị ka ugbu a", + "api_tokens.no_tokens_help": "Mepụta token gị nke mbụ n'elu iji bido.", + "api_tokens.page_title": "API Tokens – DocuElevate", + "api_tokens.revoke": "Weghachite", + "api_tokens.revoke_prefix": "Weghachite token", + "api_tokens.status_active": "Na-arụ ọrụ", + "api_tokens.status_revoked": "Weghachitere", + "api_tokens.table_aria": "API Tokens", + "api_tokens.token_created": "Token e kere nke ọma!", + "api_tokens.token_name_label": "Aha token", + "api_tokens.token_name_placeholder": "nke a. CI Pipeline, Webhook Upload, My Script", + "api_tokens.usage_heading": "Ihe atụ nke iji", + "api_tokens.usage_intro_post": "isi na ọchịchọ API ọ bụla:", + "api_tokens.usage_intro_pre": "Jiri token API gị na", + "api_tokens.your_tokens": "Tokens gị", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "Akụkụ", + "audit.col_timestamp": "Oge", + "audit.critical": "Nke kacha mkpa", + "audit.filter_action": "Action", + "audit.filter_all_actions": "Ihe niile nke na-eme", + "audit.filter_all_users": "Ngwaọrụ niile", + "audit.filter_resource_placeholder": " Dịka e. g. akwụkwọ, onye ọrụ", + "audit.filter_resource_type": " ụdị ihe", + "audit.filter_severity": "Ịrịba ama", + "audit.filter_user": "Onye ọrụ", + "audit.filters_section_label": "Ihe ngosi nchịkọta ndekọ", + "audit.next": "Na-esote", + "audit.next_label": "Otu ibe na-esote", + "audit.no_events": "Enweghị ihe omume ndekọ ọ bụla e dere ugbu a.", + "audit.no_events_hint": "Ihe omume dị mkpa (nbanye, ọrụ akwụkwọ, mgbanwe ntọala) ga-apụta ebe a.", + "audit.page_title": "Ndekọ Nyocha - DocuElevate", + "audit.pagination_label": "Nchịkọta ndekọ Pagination", + "audit.prev": "N'ihu", + "audit.prev_label": "Ibe gara aga", + "audit.refresh_label": "Mụgharịa ndekọ nyochaa", + "audit.siem_disabled_title": "Nnyefe SIEM kwụsịrị", + "audit.siem_enabled_title": "Ihe omume na-apụ apụ na ", + "audit.siem_off": "SIEM: Gbanyụọ", + "audit.subtitle": "Ndekọ zuru ezu, naanị mpe, nke ihe omume dị mkpa niile.", + "audit.table_label": "Ihe omume ndekọ nyochaa", + "audit.title": "Ndekọ Nyocha", + "auth.confirm_password": "Kwado Paswọgụ", + "auth.create_account": "Mepụta akaụntụ", + "auth.display_name_label": "Aha Nchịkọta", + "auth.email_label": "Email", + "auth.forgot_password": "Ị gbaghara Paswọgụ?", + "auth.forgot_username": "Ị gbaghara aha onye ọrụ?", + "auth.login": "Banye", + "auth.login_title": "Banye", + "auth.logo_alt": "Logo DocuElevate", + "auth.logout": "Pụọ", + "auth.my_account": "Akaụntụ M", + "auth.no_account": "Enweghị m akaụntụ?", + "auth.or_continue_with": "Ma ọ bụ gaa n'ihu na", + "auth.password_label": "Paswọgụ", + "auth.profile": "Profaili", + "auth.remember_me": "Cheta m", + "auth.return_home": "Laghachiri n'ụlọ", + "auth.sign_in": "Banye", + "auth.sign_in_sso": "Banye na SSO", + "auth.sign_in_with": "Banye na", + "auth.sign_in_with_username": "Banye na aha njirimara", + "auth.signup": "Ndebanye", + "auth.signup_title": "Ndebanye", + "auth.username_label": "Aha njirimara", + "auth.username_or_email": "Aha njirimara ma ọ bụ Email", + "auth.verify_email_back_sign_in": "Lagha na banye", + "auth.verify_email_expiry": "Njikọ ahụ ga-apụ n'ọrụ n'ime awa 24. Ọ bụrụ na ị nweghị ịhụ email ahụ, lelee folda spam gị.", + "auth.verify_email_heading": "Lelee igbe ozi gị", + "auth.verify_email_message": "Anyị ezitere gị email nlele. Biko pịa njikọ na email ahụ iji gbuo gị akaụntụ.", + "auth.verify_email_page_title": "DocuElevate - Nlele Email Gị", + "auth.verify_email_resend_aria_label": "Adreesị email maka iziga ọzọ", + "auth.verify_email_resend_button": "Zipu email nlele ọzọ", + "auth.verify_email_resend_label": "Adreesị email", + "auth.verify_email_resend_placeholder": "Tinye adreesị email gị", + "auth.verify_email_resend_prompt": "Ị nweghị anata ya?", + "backup.archives_heading": "Nchekwa Archives", + "backup.backup_now": "Nchekwa Ugbu a", + "backup.clean_up": "Hichapụ", + "backup.cleanup_title": "Gbaa ọsọ nhichapụ nchedo ugbu a", + "backup.col_created": "E mepụtara", + "backup.col_filename": "Aha faịlụ", + "backup.col_size": "Onu ogugu", + "backup.col_storage": "Nchekwa", + "backup.col_type": "Ụdị", + "backup.config_auto_backup": "Nchekwa akpaghị aka", + "backup.config_remote_dest": "Ebe ị na-aga n'ụwa nile", + "backup.config_retention": "Nchedo", + "backup.config_total_size": "Total size nke mpaghara", + "backup.confirm_btn": "Kwe omume", + "backup.confirm_title": "Kwe omume omume", + "backup.heading": "Njikwa Nchekwa", + "backup.local_only": "Nanị nke mpaghara", + "backup.no_backups": "Enweghị nchebe ọhụụ.", + "backup.no_backups_hint": "Pịa Nchekwa Ugbu a ka ịmepụta nchebe gị mbụ.", + "backup.page_title": "Njikwa Nchekwa", + "backup.records_label": "ndekọ", + "backup.restore_btn": "Weghachite", + "backup.restore_desc_mid": "nchekwa archive iji weghachite ndatabase.", + "backup.restore_desc_pre": "Bugharịa a", + "backup.restore_desc_warning": "Nke a ga-ndọghachi data niile dị ugbu a.", + "backup.restore_file_label": "Akwụkwọ ndabere (.db.gz)", + "backup.restore_heading": "Ndochi site na Faịlụ", + "backup.restoring": "Na ndochi\n\n", + "backup.retention_daily_detail": "\n\n - edobere maka izu 3", + "backup.retention_heading": "Policy ndokwa", + "backup.retention_hourly_detail": "\u00000a - edobere maka ụbọchị 4", + "backup.retention_note": "Ndị na-adịkarịa ala n'elu oke a na-edochi akpụkpọ ụkwụ n'ozuzu mgbe e mepụtara ndabere ọhụrụ.", + "backup.retention_weekly_detail": "\u00000a - edobere maka ~ ọnwa 3", + "backup.snapshots": "ndepụta", + "backup.status_ok": "ọma", + "backup.storage_local": "ime obodo", + "backup.subtitle": "A na-emepụta ndabere database n'oge a: kwa elekere (ụbọchị 4), kwa ụbọchị (izu 3), kwa izu (izuzu 13).", + "backup.table_aria": "Akwụkwọ ndabere", + "backup.trigger_daily": "Ndabere Ugbu a (Kwa ụbọchị)", + "backup.trigger_hourly": "Ndabere Ugbu a (Kwa elekere)", + "backup.trigger_weekly": "Ndabere Ugbu a (Kwa izu)", + "backup.type_daily": "Kwa ụbọchị", + "backup.type_hourly": "Kwa elekere", + "backup.type_weekly": "Kwa izu", + "billing.go_to_dashboard": "Gaa na dashboard", + "billing.manage_subscription": "Hazi nsụgharị", + "billing.success_heading": "Ị nọ na setịpụrụ!", + "billing.success_message": "Ọrụ gị ahaziri. Daalụ maka ịhọrọ DocuElevate!", + "billing.success_page_title": "DocuElevate - Subscription Ahaziri", + "common.actions": "Ime", + "common.active": "Ndị na-arụ ọrụ", + "common.all": "All", + "common.avatar": "Avatar", + "common.back": "Lagha", + "common.cancel": "Kpọrọ", + "common.close": "Mechie", + "common.col_pending": "Na-eche", + "common.completed": "Mechapụtara", + "common.confirm": "Kwado", + "common.copied": "E wepụtara!", + "common.copy": "E wepụta", + "common.create": "Mepụta", + "common.created": "Mepụtara", + "common.date": "Ụbọchị", + "common.delete": "Ehichapụ", + "common.description": "Nkọwa", + "common.details": "Nkọwa zuru ezu", + "common.disabled": "Emechiri", + "common.download": "Nbudata", + "common.duplicate": "Nkọwa abụọ", + "common.edit": "Dezie", + "common.enabled": "Mepee", + "common.error": "Njehie", + "common.failed": "Dịghị", + "common.filter": "Ntụgharị", + "common.inactive": "Na-arụ ọrụ", + "common.info": "Ozi", + "common.loading": "Na-ebubata...", + "common.name": "Aha", + "common.next": "N'ịzọ", + "common.next_page": "N'ịzọ peeji", + "common.no": "Mba", + "common.none": "Nnone", + "common.page": "Peeji", + "common.paused": "Kwụsịrị", + "common.pending": "Na-eche", + "common.prev_page": "Peeji gara aga", + "common.previous": "Gara aga", + "common.processing": "Na-arụ ọrụ", + "common.refresh": "Nkwụsịrị", + "common.reset": "Tọgharịa", + "common.retry": "Megharia", + "common.save": "Chekwaa", + "common.search": "Chọpụta", + "common.select": "Họrọ", + "common.select_placeholder": "\u0014 họrọ \u0014", + "common.size": "Ibu", + "common.status": "Ọnọdụ", + "common.submit": "Ziga", + "common.success": "Success", + "common.tags": "Tags", + "common.test": "Nnwale", + "common.test_connection": "Nnwale Njikọ", + "common.type": "Ndị", + "common.update": "Mmelite", + "common.updated": "Nweghachiri", + "common.upload": "Bulite", + "common.view": "Hụ", + "common.warning": "Ịdọ aka na ntị", + "common.yes": "Ee", + "cookie.accept": "Nabata", + "cookie.learn_more": "Mụta ihe ọzọ", + "cookie.message": "Websaịtị a na-eji kuki iji melite ahụmịhe gị.", + "cookie.notice": "DocuElevate na-eji naanị kuki oge dị mkpa nke a na-achọ maka nkwenye na arụmọrụ ọrụ. A naghị eji kuki njikwa ma ọ bụ analytics.", + "cookie.notice_label": "Nkwupụta kuki", + "cookie.policy_link": "Iwu kuki", + "cookie.privacy_link": "Nkwupụta Nzuzo", + "credentials.col_action": "Omume", + "credentials.col_credential": "Akwụkwọ ikike", + "credentials.col_source": "Isi iyi", + "credentials.configured": "Emebere", + "credentials.edit_in_settings": "Dezie na Ntọala", + "credentials.legend_db": "Uru edere na nchekwa data (ekwentị na-ejide; na-echekwa mgbanwe gburugburu)", + "credentials.legend_env_after": " faịlụ", + "credentials.legend_env_before": "Uru sitere na mgbanwe gburugburu ma ọ bụ ", + "credentials.legend_missing": "Akwụkwọ ikike adịghị akwụsịrị — njikọ agaghị arụ ọrụ", + "credentials.legend_restart": "Chọrọ ịmalitegharịrị mgbe a gbanwere akwụkwọ ikike a", + "credentials.legend_title": "Akara", + "credentials.manage_settings": "Jikwaa Ntọala", + "credentials.not_configured": "A naghị eme ya", + "credentials.page_title": "Nyochaa Akwụkwọ Ikike - DocuElevate", + "credentials.raw_json": "Raw JSON (API)", + "credentials.restart_title": "Chọrọ ịmalitegharịrị mgbe a gbanwere akwụkwọ ikike a", + "credentials.source_db_title": "Ederede na nchekwa data (ekwentị)", + "credentials.source_env_title": "Site na mgbanwe gburugburu", + "credentials.status_missing": "Adịghị", + "credentials.subtitle": "Nchịkọta nke niile akwụkwọ ikike dị egwu dị na DocuElevate. A naghị egosi uru nzuzo ebe a — naanị ma akwụkwọ ikike ọ bụla edobere na ebe ọ sitere.", + "credentials.table_for": "Akwụkwọ ikike maka", + "credentials.title": "Nyochaa Akwụkwọ Ikike", + "credentials.total_credentials": "Nọmba Akwụkwọ Ikike", + "dashboard.active_integrations": "Njikọ Ndụ", + "dashboard.files_this_month": "Faịlụ Nke a ọnwa", + "dashboard.files_today": "Faịlụ Taa", + "dashboard.ocr_processed": "OCR Rụpụtara", + "dashboard.quick_actions": "Omume Nchekwa", + "dashboard.recent_activity": "Njiko N'oge A", + "dashboard.storage_targets": "Ebumnuche Nchekwa", + "dashboard.title": "Dashboard", + "dashboard.total_files": "Nọmba Faịlụ", + "dashboard.welcome": "Nnọọ na DocuElevate", + "duplicates.file_id_label": "ID faịlụ", + "duplicates.file_id_placeholder": "dịka 42", + "duplicates.find_btn": "Chọta", + "duplicates.found_files": "faịlụ mgbakwunye(s) n'ozuzu.", + "duplicates.found_groups": "otu mgbakwunye(s) nwere", + "duplicates.found_prefix": "Achọpụtara", + "duplicates.group_aria": "Otu mgbakwunye", + "duplicates.heading": "Akwụkwọ Mgbakwunye", + "duplicates.how_it_works_heading": "Osi arụ ọrụ nchọpụta mgbakwunye dị nso", + "duplicates.max_results_label": "Nsonaazụ kachasị", + "duplicates.near_dup_desc": "Họrọ akwụkwọ iji lelee ma faịlụ ndị ọzọ nwere otu (ma ọ bụ ihe dị ọnụ) ọdịnaya — ọbụlagodi ma e jiri ya tụlee oge dị iche iche ma nwee ọdịiche SHA-256 dị iche.", + "duplicates.near_dup_heading": "Chọta Mgbakwunye Dị Nsọ maka Akwụkwọ", + "duplicates.no_exact_heading": "Enweghị mgbakwunye ziri ezi e mere", + "duplicates.page_title": "Akwụkwọ Mgbakwunye - DocuElevate", + "duplicates.pagination_aria": "Nkwupụta", + "duplicates.role_duplicate": "Mgbakwunye", + "duplicates.role_original": "Mbụ", + "duplicates.tab_exact": "Mgbakwunye Ziri Ezi", + "duplicates.tab_near": "Chọọ Mgbakwunye Dị Nsọ", + "duplicates.tabs_aria": "Nkwupụta nchọpụta mgbakwunye", + "duplicates.threshold_label": "Ọkwa yiri", + "duplicates.view_dup_aria": "Lee faịlụ mgbakwunye", + "duplicates.view_original_aria": "Lee faịlụ mbụ", + "error.404_code": "404", + "error.404_heading": "Okwu, anyi ahughari ike chọta ibe ahụ!", + "error.404_home": "Laghachiri na Ụlọ", + "error.404_message": "Ọ dị ka DocuElevate tụrụ faịlụ ị na-achọ. Ekwela egwu – anyị nọ na-ahụ gị.", + "error.404_title": "404 - Achọtaghị", + "error.500_code": "500", + "error.500_debug_info": "Gosi Ozi Nyocha", + "error.500_description": "Ụlọ ọrụ anyị nwere nsogbu ma chọrọ obere oge.", + "error.500_heading": "Okwu! Something Went Wrong.", + "error.500_home": "Gaa Ụlọ", + "error.500_img_alt": "Nkọwa nke njehie ụlọ ọrụ", + "error.500_message1": "Ụlọ ọrụ anyị nwere nsogbu ma chọrọ obere oge. Ọ nwere ike na hamsters sịrị nsị kọfị ha?", + "error.500_message2": "Anyị adịghị n'ala na ya—na-ahazi faịlụ, na-arụghachi ụlọ ọrụ, na-agbanwe flux capacitors.", + "error.500_title": "Njehie Ụlọ Ọrụ - DocuElevate", + "error.forbidden": "Ejiri", + "error.forbidden_message": "I nwereghị ikike ịnweta ibe a.", + "error.not_found": "Ụbọchị anụghị", + "error.not_found_message": "Ụbọchị ị na-achọ adịghị.", + "error.server_error": "Njehie Server", + "error.server_error_message": "Ihe mehiere. Biko nwale ya ọzọ n’oge na-adịghị anya.", + "error.unauthorized": "Enweghị ikike", + "error.unauthorized_message": "Chọrọ ịbanye iji nweta ibe a.", + "files.action_delete": "Wepu faịlụ", + "files.action_details": "Lee nkọwa", + "files.action_preview": "Nlele ọsọ", + "files.bulk_clear_selection": "Hichapụ Nhọrọ", + "files.bulk_cloud_ocr": "Tụọ Cloud OCR ọzọ", + "files.bulk_delete": "Wepu Ahọrọ", + "files.bulk_download": "Budata dịka ZIP", + "files.bulk_reprocess": "Rụọ ọrụ Ahọrọ ọzọ", + "files.delete_modal_cancel": "Kwụsị", + "files.delete_modal_confirm": "Wepu", + "files.delete_modal_message": "Ị kwenyere na ịchọrọ iwepu faịlụ a?", + "files.delete_modal_title": "Kwenyere Iwepu", + "files.document_title": "Aha akwụkwọ", + "files.drop_overlay_hint": "Nkwado PDF, Office docs, onyonyo, HTML, Markdown, na karịa - usoro a na-emegharị ọzọ", + "files.drop_overlay_title": "Tinye faịlụ ma ọ bụ nchekwa n'ebe ọ bụla iji bulite", + "files.error_hint": " Nke a nwere ike ịbụ n'ihi nsogbu ntọala ma ọ bụ mbubata. Biko lelee ndekọ sava.", + "files.file_size": "Nha faịlụ", + "files.filename": "Aha faịlụ", + "files.files_selected": "faịlụ ahọrọ", + "files.filter_all_providers": "Ndị na-enye niile", + "files.filter_all_statuses": "Ọnọdụ niile", + "files.filter_all_types": "Ụdị niile", + "files.filter_apply": "Tinye Nchịkọta", + "files.filter_clear": "Hichapụ", + "files.filter_date_from": "Ụbọchị si", + "files.filter_date_from_aria": "Nchịkọta site na ụbọchị", + "files.filter_date_to": "Ụbọchị ruo", + "files.filter_date_to_aria": "Nchịkọta ruo ụbọchị", + "files.filter_form_aria": "Nchịkọta faịlụ", + "files.filter_mime_type": "MIME Ụdị", + "files.filter_ocr_all": "Faịlụ niile", + "files.filter_ocr_good": "Ọdịdị ọma", + "files.filter_ocr_poor": "Ọdịdị na-adịghị mma", + "files.filter_ocr_quality": "Ọdịdị OCR", + "files.filter_ocr_quality_aria": "Họrọ site na akara bụ OCR", + "files.filter_ocr_unchecked": "Emeghị nyocha", + "files.filter_search_label": "Chọọ Aha Faịlụ", + "files.filter_search_placeholder": "Tinye aha faịlụ...", + "files.filter_storage_provider": "Nchekwa Onye Nkwado", + "files.filter_tags_aria": "Họrọ site na tags (nke a na-ekewapụ nke ọma)", + "files.filter_tags_placeholder": "nke a. nkwụnye,amazon", + "files.fulltext_search_label": "Nchọta Okwu Nsọ (OCR text, metadata, tags)", + "files.fulltext_search_placeholder": "Chọọ ọdịnaya akwụkwọ, onye zigara, tags, ụdị...", + "files.no_files": "Enweghị faịlụ anyụ", + "files.ocr_status": "Okwu OCR", + "files.page_title": "Akwụkwọ Ncheta", + "files.pagination_files": "faịlụ", + "files.pagination_first": "Mbụ", + "files.pagination_last": "Ikpeazụ", + "files.pagination_nav_aria": "Ndepụta faịlụ pagination", + "files.pagination_next": "Na-esote", + "files.pagination_of": "nke", + "files.pagination_previous": "N'oge gara aga", + "files.pagination_showing": "Na-egosi", + "files.preview_modal_close": "Mechie nlele", + "files.preview_modal_title": "Nlele", + "files.queue_banner_items": "ihe(s) nọ na ntaneti ma ọ bụ na-arụ ọrụ. Faịlụ ga-apụta ebe a ozugbo arụ ọrụ mechara.", + "files.queue_banner_link": "Lee Ntanet", + "files.saved_searches_empty": "Enweghị nchọta echekwara ruo ugbu a", + "files.saved_searches_error": "Enweghị ike ibudata nchọta echekwara", + "files.saved_searches_label": "Nchọpụta Echekwara", + "files.saved_searches_save": "Chekwaa Nke Ugbu a", + "files.saved_searches_save_aria": "Chekwaa nzfilter ugbu a dị ka nchọta echekwara", + "files.search_results_empty": "Enweghị nsonaazụ nchọta.", + "files.search_results_title": "Nsonaazụ Nchọta", + "files.status_duplicate": "Ntọgharị", + "files.table_actions": "Ime Actions", + "files.table_aria": "Akwụkwọ ndekọ", + "files.table_created_at": "E mepụtara na", + "files.table_empty": "Enweghị faịlụ anyụ", + "files.table_id": "ID", + "files.table_mime_type": "MIME Ụdị", + "files.table_original_filename": "Aha Faịlụ Mbụ", + "files.table_select_all": "Họrọ faịlụ niile na peeji a", + "files.tags": "Aha", + "files.title": "Faịlụ", + "files.upload_modal_aria": "Nkwado nbudata", + "files.upload_modal_close": "Mechie nkwado nbudata", + "files.upload_modal_header": "Na-ebudata faịlụ", + "files.uploaded": "Ebudatara", + "footer.about": "Banyere", + "footer.attribution": "Nkwanye", + "footer.attributions": "Nkwanyefee", + "footer.cookies": "Kuki", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "Ebe kachasị", + "footer.license": "Ikike", + "footer.navigation": "Ntọala nke ụkwụ", + "footer.privacy": "Nzuzo", + "footer.terms": "Okwu", + "footer.version": "Vershọn {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "Nnwale njikọ. Faịlụ na-abịa na folda ị họọrọ.", + "help.destinations_email": "Izugbe Email", + "help.destinations_email_desc": "Faịlụ emechara ezipụtara dịka SMTP ihe njikọ.", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "Okwu ọrụ ma ọ bụ nnwale njikọ. Na-akwado ugbo ala ndị ekeresziri.", + "help.destinations_heading": "Ebe Nsọtụ - Ebee ka Akwụkwọ ndụ Gaa", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "Nchekwa igwe onwe ya site na WebDAV.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Njikọ Microsoft Graph API.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "Gbaa akwụkwọ n'ozuzu na Paperless maka ndekọ.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "Mma S3 kwekọrọ (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "Nkwado faịlụ na nchekwa ọ bụla.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "POST metadata na njedebe mpụga ọ bụla.", + "help.documentation": "Akwụkwọ Ntuziaka", + "help.faq": "Ajụjụ a na-ajụkarị", + "help.faq_1_a": "Gaa na ibe Nbudata, dọdọrọ faịlụ gị ma ọ bụ pịa Họrọ Faịlụ. DocuElevate na-agbanwe foto na akwụkwọ ọrụ ka PDF, na-eme OCR, na-ewepụ metadata na-akpaghị aka.", + "help.faq_1_q": "Kedu ka m ga-esi budata akwụkwọ?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, na HTML. Faịlụ ndị na-abụghị PDF na-agbanwe na PDF nke ọma tupu emezigharịa.", + "help.faq_2_q": "Kedu ụdị faịlụ ndị a na-akwado?", + "help.faq_3_a": "Ee. Jiri Email Ingestion, tinye akaụntụ IMAP, na DocuElevate ga-enyocha ozi ọhụrụ na-emeghe faịlụ mgbakwunye nke ọma.", + "help.faq_3_q": "Enwere m ike ịbanye akwụkwọ site na email?", + "help.faq_4_a": "Pipelines na-enye gị ohere ijikọ usoro nhazi – OCR, AI ịtọpụ, mgbanwe atụmatụ – ma zigara nsonaazụ na otu ma ọ bụ karịa ebe a na-eziga. Mepụta ma jikwaa ha site na peeji Pipelines.", + "help.faq_4_q": "Kedu ka usoro nhazi pipelines si arụ ọrụ?", + "help.faq_5_a": "DocuElevate na-encrypt credentials mgbe ọ na-ejide, na-ejikọta site na TLS, ma ọ naghị echekwa akwụkwọ gị ogologo oge nke dị mkpa. Lee Nchedo Ịkpa maka nkọwa zuru ezu.", + "help.faq_5_a_post": " maka nkọwa zuru ezu.", + "help.faq_5_a_pre": "DocuElevate na-ezoro ozi nzuzo mgbe ọ na-ejide, na-ekwurịta okwu site na TLS, na mgbe niile na-echekwa akwụkwọ gị ogologo oge karịa ihe dị mkpa. Lee ", + "help.faq_5_q": "Ị data m nọ nche?", + "help.faq_heading": "Ajụjụ a na-ajụkarị", + "help.getting_started": "Malite", + "help.heading": "Ozi Ncheta", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Jiri REST API kwufu akwụkwọ na usoro mmemme. Nkwenye na token Bearer ma tinye faịlụ na njedebe mbupụtara.", + "help.ingestion_heading": "Ngwaọrụ Ingestion Data", + "help.ingestion_mobile": "Ngwaọrụ Mbadamba", + "help.ingestion_mobile_desc": "Jiri ngwa nyocha mobiele ọ bụla nke na-akwado ebe HTTP mbupụtara ka e wee zipụta foto na nyocha na DocuElevate site na ekwentị ma ọ bụ mbadamba gị.", + "help.ingestion_scanners": "Ntughari Netwọk", + "help.ingestion_scanners_desc": "Jiri ntughari netwọk ma ọ bụ igwe na-ebipụta multifunction na njedebe mbupụtara nke DocuElevate. Akwụkwọ a nyochara na-eru ozugbo na usoro nhazi gị.", + "help.ingestion_watched_folders": "Ncheta Foda", + "help.ingestion_watched_folders_desc": "Tọọ foda mpaghara ma ọ bụ netwọk ka a na-enyocha ya. Faịlụ ọ bụla etinyere na foda a na-enyocha na-ebudata na igodo site na DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Mee", + "help.ingestion_zapier_desc": "Kekọrịta DocuElevate na usoro akụrụngwa gị na Zapier, n8n, ma ọ bụ Mee. Jiri omume REST API mefu mbupụta akwụkwọ site na ihe omume ọ bụla.", + "help.meta_description": "Nwetaghachi enyemaka na DocuElevate – chọta nduzi na ibudata akwụkwọ, ịjikọta nchekwa igwe, ịtọlite ​​pipelines, na ọtụtụ ọzọ.", + "help.og_description": "Nwetaghachi enyemaka na DocuElevate – chọta nduzi na ibudata akwụkwọ, ịjikọta nchekwa igwe, ịtọlite ​​pipelines, na ọtụtụ ọzọ.", + "help.page_title": "Ozi Ncheta", + "help.privacy_notice": "Nchedo Ịkpa", + "help.quickstart_heading": "Iji Malite N'ụzọ Ọsọ", + "help.quickstart_storage": "Njikọ nchekwa", + "help.quickstart_storage_desc": "Gaa na Ntọala ma jikọọ akaụntụ igwe ojii gị. A na-eziga akwụkwọ emechara gaa na ebe ọ bụla ị haziri.", + "help.quickstart_storage_desc_full": "Gaa na Njikọ ma jikọọ akaụntụ nchekwa igwe gị. DocuElevate na-akwado Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, na ọtụtụ. Akwụkwọ a na-amata bụ nke a na-eziga na mpaghara ọ bụla ị na-eto.", + "help.quickstart_upload": "Bulite Akwụkwọ", + "help.quickstart_upload_desc": "Dabere faịlụ na bọtịnụ Bulite ma ọ bụ pịa họrọ faịlụ. DocuElevate na-agbanwe onyonyo na akwụkwọ ọfịs na PDF, na-eme OCR, ma na-ewepụ metadata nke ọma.", + "help.quickstart_workflows": "Mepụta Usoro Ọrụ", + "help.quickstart_workflows_desc": "Mepụta Pipelines iji kọwaa usoro nhazi nke ọtụtụ nzọụkwụ na iwu ntụgharị. Jikọta OCR, AI ịtọpụ, mgbanwe atụmatụ, na nnyefe na otu ụzọ.", + "help.sources_email_ingestion": "Email Ingestion (IMAP)", + "help.sources_email_ingestion_desc": "Zipu akwụkwọ na igbe ozi e mere nke ọma. N'okpuru Email Ingestion, tinye otu ma ọ bụ karịa akaụntụ IMAP. DocuElevate na-enyocha ozi ọhụrụ na-emeghe faịlụ mgbakwunye nke ọma.", + "help.sources_heading": "Isi mmalite – Na-enweta Akwụkwọ", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "Tinye ọrụ na-akpaghị aka site na POST-ing faịlụ na /api/upload. Ọ dị mma maka scripts, ụlọ nchekwa a na-enyocha, skanịta, ma ọ bụ ngwá ọrụ nke atọ dịka Zapier na n8n.", + "help.sources_scanner": "Skanịrị na Ekwe ntị", + "help.sources_scanner_desc": "Doo skanịtị netwọk na njikọ bulite DocuElevate ma ọ bụ jiri ngwa skanịnụ ekwentị ọ bụla na-akwado ebe HTTP ịhazi.", + "help.sources_scanner_desc_full": "Tọọ ntughari netwọk gị ma ọ bụ igwe na-ebipụta multifunction ka o zipụ nyocha ozugbo na DocuElevate. Jiri ebe /api/upload dịka ebe a. Ngwa nyocha moblie nwere ebe mbupụta ahaziri ahaziri bụkwa nke e kwadoro.", + "help.sources_web_upload": "Web Upload", + "help.sources_web_upload_desc": "Usoro ngwa ngwa kachasị iji malite. Mepee ibe Bulite, tinye otu ma ọ bụ karịa faịlụ, na DocuElevate na-eje ozi nke ọma. A na-akwado ụdị faịlụ dịka PDF, JPEG, PNG, TIFF, DOCX, XLSX, na ọtụtụ ndị ọzọ.", + "help.subheading": "Ihe niile ịchọrọ iji nweta ihe kachasị mma site na DocuElevate. Gaa n'isiokwu dị n'okpuru ma ọ bụ chọọ ihe ịchọrọ.", + "help.support": "Nkwado", + "help.support_admin_message": "Kpọtụrụ onye njikwa gị maka ozi nkwado.", + "help.support_description": "Enweghị ike ịchọta ihe ịchọrọ? Otu nkwado anyị nọ ebe a iji nyere gị aka.", + "help.support_heading": "Kpọtụrụ Nkwado", + "help.support_live_chat": "Live Chat dị \u0013 pịa bọtịnụ mkparịta ụka ka ị malite mkparịta ụka.", + "help.support_ticket_button": "Tinye Tiketi", + "help.support_ticket_desc": "Jupụta fọọm dị n'okpuru ma otu ndị ọrụ anyị ga-alaghachi gị ozugbo o kwere mee.", + "help.support_ticket_heading": "Mepee Tiketi Nkwado", + "help.title": "Ozi Ncheta", + "help.workflows_creating": "Na-emepụta Pipeline", + "help.workflows_definition": "Pipeline bụ usoro nhazi nke na-arụ ọrụ akpaka mgbe a na-etinye akwụkwọ. Nzọụkwụ ọ bụla nwere ike ịgbanwe, nweta, ma ọ bụ zigara akwụkwọ.", + "help.workflows_heading": "Usoro Ọrụ & Pipelines", + "help.workflows_step_1": "Gbanwee na PDF", + "help.workflows_step_1_create": "Gaa na Pipelines na menu zuru ezu.", + "help.workflows_step_1_full": "kpọghachite na PDF \u0013 faịlụ niile na-abata a na-emelite na usoro PDF kwekọrọ.", + "help.workflows_step_2": "OCR – nweta ederede", + "help.workflows_step_2_create": "Pịa Pipeline Ọhụrụ ma nye ya aha.", + "help.workflows_step_2_full": "OCR \u0013 wepụ ọdịnaya nwere ike ịhọrọ site na ibe e nyochara site na iji Azure Document Intelligence ma ọ bụ igwe arụnyere.", + "help.workflows_step_3": "Nweta metadata AI", + "help.workflows_step_3_create": "Tinye usoro ọrụ ị chọrọ.", + "help.workflows_step_3_full": "Ndị AI na-enwe metadata \u0013 na-achọpụta ụdị akwụkwọ na wepụ ihe ndị bụ isi dị ka ego, ụbọchị, na aha site na iji OpenAI.", + "help.workflows_step_4": "Zipu na otu ma ọ bụ karịa ebe ndị ị na-eziga", + "help.workflows_step_4_create": "Họrọ otu ma ọ bụ karịa ebe ndị ị na-eziga.", + "help.workflows_step_5_create": "Zọpụta – akwụkwọ ọhụrụ ga-emekwa site na pipeline a na-akpaaka.", + "help.workflows_typical_steps": "Usoro Dị N'azụ", + "help.workflows_what_is": "Kedu ihe bụ Pipeline?", + "index.badge_intelligent": "Nrụpụta Akwụkwọ Amamihe", + "index.button_browse_files": "Nyochaa Faịlụ", + "index.button_upload": "Bulite", + "index.capabilities_cloud": "Nchekwa igwe ojii: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Nbipute akwụkwọ site na Email & URL", + "index.capabilities_ocr": "OCR & nnapụta metadata na AI", + "index.capabilities_paperless": "Njikọ paperless-ngx maka njikwa akwụkwọ", + "index.capabilities_title": "Ịkụzi", + "index.capabilities_workflows": "Automated classification & routing workflows", + "index.cta_description": "Jikọọ ndị otu na-amalite na-akpaghị aka n'ọrụ ha nke akwụkwọ na DocuElevate.", + "index.cta_heading": "Kwadebe iji bulie usoro akwụkwọ gị?", + "index.cta_pricing": "Lee ọnụahịa", + "index.cta_signup": "Mepụta akaụntụ efu", + "index.dashboard_subtitle": "Nrụpụta na njikwa akwụkwọ amamihe", + "index.dashboard_subtitle_teams": "Nrụpụta na njikwa akwụkwọ amamihe — wulite maka ndị otu", + "index.feature_ai": "Nnapụta Metadata AI", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, na ndị na-enye AI ndị ọzọ na klasịfa akwụkwọ ma wepụ ihe ndị dị mkpa dịka ụbọchị, ego, na isiokwu.", + "index.feature_cloud": "Nchekwa Multi-Cloud", + "index.feature_cloud_desc": "Ziga faịlụ ndị e mere na Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, na ndị ọzọ.", + "index.feature_email": "Nbipute Email & IMAP", + "index.feature_email_desc": "Na-akpaghị aka wepụ akwụkwọ site na Gmail ma ọ bụ ụlọ nkwakọba ozi IMAP ọ bụla — enweghị mkpa bulite n'aka.", + "index.feature_ocr": "OCR & Nnapụta Ederede", + "index.feature_ocr_desc": "Azure Document Intelligence na-agbanwe PDFs na eserese a na-escan ma bụrụ Texte a pụrụ ịchọgharị na-akpaghị aka.", + "index.feature_pipelines": "Pipelines Emebere", + "index.feature_pipelines_desc": "Wulite pipelines processing nwere usoro na-emegharị - OCR, nnapụta AI, mgbanwe format, na routing nchekwa n'usoro ọ bụla.", + "index.feature_search": "Nchọgharị Ederede Nfọn", + "index.feature_search_desc": "Nwee ike ịchọta akwụkwọ ọ bụla n'oge a site n'ọrụ, metadata, ma ọ bụ ihe ngosi n'ogbe gị niile.", + "index.feature_section_title": "Ihe niile ị chọrọ maka usoro akwụkwọ amamihe", + "index.getting_started": "Ibido", + "index.getting_started_1": "Tọọgharị ngwakọ site na Ọnọdụ Sistem", + "index.getting_started_2": "Bulite akwụkwọ gị mbụ", + "index.getting_started_3": "Nyochaa nsonaazụ na Faịlụ", + "index.getting_started_learn": "Mụta ihe gbasara DocuElevate", + "index.hero_description": "DocuElevate na-ebudata akwụkwọ gị, na-arụ ọrụ OCR, na-ewepụta metadata site na AI, ma na-ebugharị faịlụ na Dropbox, Google Drive, OneDrive, S3, Nextcloud, na ọtụtụ ndị ọzọ — niile n'otu ọdụ ọkọlọtọ.", + "index.hero_heading": "Site na bulite ruo nghọta — akp automatiki.", + "index.hero_login": "Banye", + "index.hero_pricing": "Lee atụmatụ & ọnụahịa", + "index.hero_signup": "Malite — ọ bụ n'efu", + "index.integrations_active": "Ngwakọ ndị na-arụ ọrụ", + "index.integrations_storage": "Ebumnuche nchekwa", + "index.integrations_title": "Ngwakọ", + "index.integrations_view_status": "Lee ọnọdụ sistem", + "index.page_title_dashboard": "Dashboard", + "index.page_title_public": "Nhazi Akwụkwọ Nkwụsịrị", + "index.platform_overview": "Nchịkọta nyiwe", + "index.processing_stats": "Stat nke Prosesing", + "index.quick_actions": "Akụkụ Mmasị", + "index.quick_documents": "Akwụkwọ M", + "index.quick_documents_desc": "Lụọ faịlụ gị rụpụtara", + "index.quick_search": "Chọta", + "index.quick_search_desc": "Chọta site na akwụkwọ niile", + "index.quick_subscription": "Ndenye M", + "index.quick_subscription_desc": "Lee atụmatụ & nkọwa ojiji", + "index.quick_system_status": "Ọnọdụ Sistem", + "index.quick_system_status_desc": "Lelee ahụike ngwakọ", + "index.quick_upload": "Bulite Akwụkwọ", + "index.quick_upload_desc": "Rụọ ọrụ faịlụ ọhụrụ", + "index.quick_view_files": "Lee Faịlụ niile", + "index.quick_view_files_desc": "Lụọ akwụkwọ rụpụtara", + "index.single_user_heading": "Dashboard DocuElevate", + "index.single_user_subtitle": "Nhazi & njikwa akwụkwọ smart", + "index.stat_active_integrations": "Ngwakọ ndị na-arụ ọrụ", + "index.stat_active_users": "Ndị ọrụ ndị na-arụ ọrụ", + "index.stat_files_month": "Faịlụ n’ịsọ a", + "index.stat_files_ocr": "Faịlụ nwere OCR", + "index.stat_files_today": "Faịlụ taa", + "index.stat_storage_targets": "Ebumnuche nchekwa", + "index.stat_this_month": "N'ọnwa a", + "index.stat_today": "Taa", + "index.stat_total_files": "Nchịkọta faịlụ", + "index.stat_total_processed": "Ntụle nke total prosesed", + "index.tier_plan": "Atụmatụ", + "index.tier_upgrade": "Mmelite", + "index.tier_view_details": "Lee nkọwa zuru ezu", + "index.upgrade_daily_limits": "Nke a bụ oke ụbọchị & ọnwa kacha elu", + "index.upgrade_description": "Mepee akwụkwọ ndị ọzọ, ebe nkwado karịa na nkwado ahụ kachasị.", + "index.upgrade_destinations": "Ebe nchekwa ndị ọzọ", + "index.upgrade_ocr_pages": "Ịtinye akwụkwọ OCR ndị ọzọ", + "index.upgrade_plan": "Mezue atụmatụ gị", + "index.upgrade_view_pricing": "Lee atụmatụ & ụgwọ", + "index.usage_lifetime": "Faịlụ ndụ", + "index.usage_month": "Faịlụ n'ọnwa a", + "index.usage_my_usage": "Ojiji m", + "index.usage_today": "Faịlụ taa", + "index.usage_unlimited": "Na-enweghị njedebe", + "integrations.access_key_label": "Izi Ozi ID", + "integrations.active_label": "Na-arụ ọrụ", + "integrations.add_button": "Tinye Njikọ", + "integrations.add_first_button": "Tinye Njikọ Gị Nke Mbụ", + "integrations.api_token_label": "API Token", + "integrations.authorize_btn": "Kwado", + "integrations.authorize_reauth": "Kwado Ọzọ", + "integrations.bucket_label": "Akwụkwọ", + "integrations.configure": "Hazie", + "integrations.connect": "Soro", + "integrations.connected": "Ejikọtara", + "integrations.connection_failed": "Njikọ dara", + "integrations.connection_success": "Njikọ gara nke ọma", + "integrations.delete_confirm_are_you_sure": "Ị nwere obi ike na ịchọrọ ihichapụ", + "integrations.delete_confirm_title": "Hichapụ Njikọ?", + "integrations.delete_confirm_undone": "A na-enweghị ike weghachite ihe a.", + "integrations.delete_emails_label": "Hichapụ ozi ịntanetị mgbe emechara", + "integrations.delete_files_label": "Hichapụ faịlụ mgbe emechara", + "integrations.destinations_quota_label": "Ebe nchekwa:", + "integrations.destinations_section": "Ebe nchekwa", + "integrations.direction_destination": "Ebe Nkwaghari (nchekwa)", + "integrations.direction_label": "Nzọụkwụ", + "integrations.direction_placeholder": "\u0002d9 Họrọ \u0002d9", + "integrations.direction_source": "Isi (nchịkọta)", + "integrations.disconnect": "Echigharịrị", + "integrations.email_settings": "Ntọala Zipu Ozi", + "integrations.empty_state": "Enweghị njikọ ezubere", + "integrations.endpoint_label": "Endpoint URL", + "integrations.endpoint_optional": "(nhọrọ, maka S3 nwekọrịta)", + "integrations.folder_label": "Ụlọ", + "integrations.folder_optional": "(nhọrọ)", + "integrations.folder_path_label": "Ọnọdụ Nchekwa", + "integrations.folder_prefix_label": "Mgbakwunye Nchekwa", + "integrations.generic_settings_hint": "Ntọala maka ụdị njikọ a nwere ike ịnye dị ka JSON mgbe e mesịrị site na API.", + "integrations.gmail_hint": "Gmail labels & kpakpando: mgbe emechara, ozi ịntanetị emechara na-enweta kpakpando ma ghara tag na \"Nchịkọta\" label na Gmail. Na-emetụta naanị ọdụ Gmail.", + "integrations.gmail_labels": "Tinye Gmail labels & kpakpando", + "integrations.host_label": "Ndị na-ejide", + "integrations.imap_settings": "Imap Ntọala", + "integrations.loading": "Na-ebu njikọ\u0002d9", + "integrations.modal_close": "Mechie modal", + "integrations.modal_title_add": "Tinye Njikọ", + "integrations.modal_title_edit": "Dezi Njikọ", + "integrations.name_label": "Ihe", + "integrations.name_placeholder": "dịka. Gmail ọrụ, S3 Archive", + "integrations.nextcloud_settings": "Nextcloud Ntọala", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Tinye njikọta gị mbụ iji jikọta isi iyi (dịka IMAP) na ebe nchekwa (dịka S3, Dropbox, ma ọ bụ Google Drive).", + "integrations.not_connected": "Emeghị njikọ", + "integrations.oauth_folder_label": "Ọkpụkpụ", + "integrations.oauth_hint": "Nchekwa njikọta a mbụ, mgbe ahụ jiri bọtịnụ Authorize rụọ ọrụ OAuth. A ga-echekwa ozi ịntanetị gị n'ebe nchekwa nke njikọta gị.", + "integrations.page_title": "Njikọ", + "integrations.paperless_settings": "Ntọala Paperless NGX", + "integrations.password_label": "Okwuntughe", + "integrations.paused": "Kwụsịrị", + "integrations.plan_label": "Atụmatụ:", + "integrations.port_label": "Ọbọchị", + "integrations.quota_not_available": "(adịghị available)", + "integrations.quota_unlimited": "/ enweghị njedebe", + "integrations.recipient_label": "Email Nnata", + "integrations.region_label": " mpaghara", + "integrations.remote_path_label": "Ụzọ Dị Iremote", + "integrations.s3_prefix_label": "Prefix ( ụzọ ndekọ)", + "integrations.s3_settings": "Ntọala S3", + "integrations.secret_key_label": "Ihe nzuzo Key", + "integrations.show_password": "Gosi paswọọdụ", + "integrations.show_secrets": "Gosi ihe nzuzo", + "integrations.show_token": "Gosi token", + "integrations.source_local": "Fọldụ Local", + "integrations.source_type_label": "Ụdị Isi", + "integrations.sources_quota_label": "Isi iyi Mailbox:", + "integrations.sources_section": "Isi iyi", + "integrations.subtitle": "Jikwaa isi iyi yana ebe nchekwa gị n'otu ebe.", + "integrations.title": "Njikọ", + "integrations.type_label": "Ụdị Njikọta", + "integrations.type_placeholder": "\u0002 Họrọ ikike mbụ \u0000", + "integrations.upgrade_plan": "Mmelite Atụmatụ", + "integrations.use_ssl": "Jiri SSL", + "integrations.username_label": "Aha njirimara", + "integrations.watch_folder_settings": "Ntọala Watch Folder", + "integrations.webdav_settings": "Ntọala WebDAV", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Ingestion", + "integrations.webhook_how_heading": "Otu Webhook Ingestion Si Rụọ Ọrụ", + "integrations.webhook_how_text": "Njikọta webhook na-enye ụzọ sistemụ ndị ọzọ iji kwufu akwụkwọ ozugbo n'ime DocuElevate site na REST API. Kama DocuElevate na-enyocha faịlụ ọhụrụ (dịka IMAP), ngwa gị na-eziga faịlụ na DocuElevate iji arịrịọ HTTP na token API maka njirimara.", + "integrations.webhook_ideal_text": "Nke a dị mma maka pipelines CI/CD, scripts ntuziaka, njikọta scanner, ma ọ bụ usoro ọ bụla na-emepụta akwụkwọ ma chọpụta na ọ bụ ịkwụsịrị ha maka emechi.", + "integrations.webhook_quick_start": "Malite ngwa ngwa", + "integrations.webhook_security_tip": "Mepụta token API pụrụ iche maka njikọta ọ bụla ma gbochie ya ozugbo ma ọ bụrụ na e merụọ ya. A pụrụ ijikwa tokens na ibe Tokens API.", + "integrations.webhook_step1": "Gaa na {api_tokens_link} na mepụta token nkeonwe.", + "integrations.webhook_upload_with_token": "Jiri token a bulite akwụkwọ site na API:", + "language.bg": "Български", + "language.ca": "Català", + "language.change_success": "Asụsụ gbanwere na {language}", + "language.changed": "Asụsụ gbanwere na {language}", + "language.cs": "Čeština", + "language.da": "Dansk", + "language.de": "Deutsch", + "language.el": "Ελληνικά", + "language.en": "English", + "language.es": "Español", + "language.et": "Eesti", + "language.fi": "Suomi", + "language.fr": "Français", + "language.ga": "Gaeilge", + "language.hr": "Hrvatski", + "language.hu": "Igbo", + "language.is": "Igbo", + "language.it": "Igbo", + "language.lb": "Igbo", + "language.lt": "Igbo", + "language.lv": "Igbo", + "language.nb": "Igbo", + "language.nl": "Igbo", + "language.no_results": "Enweghi asụsụ chọta", + "language.pl": "Igbo", + "language.pt": "Igbo", + "language.ro": "Igbo", + "language.ru": "Igbo", + "language.search_placeholder": "Chọwa asụsụ\n", + "language.selector": "Asụsụ", + "language.selector_label": "Họrọ asụsụ", + "language.sk": "Igbo", + "language.sl": "Igbo", + "language.sv": "Igbo", + "language.tr": "Igbo", + "language.uk": "Igbo", + "language.zh": "Igbo", + "nav.about": "Banyere", + "nav.account_menu": "Ụlọ ọrụ akaụntụ", + "nav.account_menu_for": "Ụlọ ọrụ akaụntụ maka {name}", + "nav.admin": "Onye nchịkwa", + "nav.admin.audit_logs": "Ncheta Nyocha", + "nav.admin.backups": "Ntinye nke ndabere", + "nav.admin.plans": "Atụmatụ", + "nav.admin.scheduled_jobs": "Ọrụ ezubere", + "nav.admin.users": "Ndị ọrụ", + "nav.admin_actions": "Omume onye nchịkwa", + "nav.admin_menu": "Nmegharị onye nchịkwa", + "nav.api_docs": "Akwụkwọ API", + "nav.api_tokens": "Token API", + "nav.backup_restore": "Ndabere & Nweghachi", + "nav.credentials": "Akwụkwọ ikike", + "nav.dark_mode": "Oge ntụpọ", + "nav.dashboard": "Dashboard", + "nav.developer_docs": "Akwụkwọ ndị mmepe", + "nav.duplicates": "Nkọwa n'uru", + "nav.file_manager": "Njikwa faịlụ", + "nav.files": "Faịlụ", + "nav.get_started": "Malite", + "nav.help": "Enyemaka", + "nav.help_center": "Ebe Nkwado", + "nav.imap": "Ibufe Ozi", + "nav.integrations": "Njikọ", + "nav.light_mode": "Ọdịdị Ọcha", + "nav.login": "Banye", + "nav.logout": "Pụọ", + "nav.main_navigation": "Ntuziaka Ukwu", + "nav.my_subscription": "Nkwado M", + "nav.notifications": "Nkwupụta", + "nav.open_main_menu": "Meghee menu ukwu", + "nav.pipelines": "Pipelines", + "nav.plan_designer": "Nchepụta Atụmatụ", + "nav.pricing": "Ụgwọ", + "nav.profile": "Profaili", + "nav.profile_settings": "Nhazi Profaili", + "nav.queue": "Ntuziaka", + "nav.queue_monitor": "Nlekota Ntuziaka", + "nav.scheduled_jobs": "Ọrụ Edepụtara", + "nav.search": "Chọọ", + "nav.settings": "Ntughari", + "nav.shared_links": "Njikọ Ekeresimesi", + "nav.sign_out": "Pụpụta", + "nav.signup": "Debanye", + "nav.similarity": "N'otu", + "nav.skip_to_content": "Gbaa mbọ pụọ na ọdịnaya", + "nav.status": "Ọnọdụ", + "nav.subscription": "Nbanye", + "nav.toggle_dark_mode": "Gbanwee ọnọdụ ọchịchịrị", + "nav.toggle_nav": "Gbanwee menu ntuziaka", + "nav.upload": "Bulite", + "nav.users": "Ndị ọrụ", + "nav.version": "Ozi Nsụgharị", + "notifications.filter_all": " niile", + "notifications.filter_read": "Ndị na-agụ naanị", + "notifications.filter_unread": "Ndị na-agụghị", + "notifications.manage_desc": "Jikọọ igbe nkwupụta gị, ebe a na-ele, na ihe a na-ahọrọ", + "notifications.mark_all_read": "Kọwaa niile dị ka agụ", + "notifications.mark_all_read_btn": "Kọwaa niile dị ka agụ", + "notifications.mark_read": "Kọwaa dị ka agụ", + "notifications.no_notifications": "Enweghị nkwupụta", + "notifications.page_title": "Nkwupụta", + "notifications.tab_inbox": "Igbe Nkwupụta", + "notifications.tab_settings": "Ntughari", + "notifications.title": "Nkwupụta", + "notifications.unread_count": "{count} nkwupụta na-adịghị agụ", + "pipelines.active_label": "Na-arụ ọrụ", + "pipelines.add_step_btn": "Tinye nzọụkwụ", + "pipelines.create": "Mepụta Pipeline", + "pipelines.custom_label_label": "Ahụmahụ Nkọwa", + "pipelines.default_label": "Ntụle", + "pipelines.description_label": "Nkọwa", + "pipelines.description_placeholder": "Nkọwa nke na-adabere na ya", + "pipelines.disabled_label": "Kwụsiri", + "pipelines.edit": "Dezie Pipeline", + "pipelines.empty_state": "Enweghị pipelines ka ọ dị", + "pipelines.empty_state_hint": "Mepụta pipeline mbụ gị iji kọwapụta usoro nhazi akwụkwọ nke gị.", + "pipelines.enabled_label": "Na-arụ ọrụ", + "pipelines.force_cloud_ocr_label": "Kwụsịrị igwe ojii OCR (gbakwunye mbipụta akwụkwọ mpaghara)", + "pipelines.inactive_label": "Na-enweghị ọrụ", + "pipelines.loading": "Na-atụnyere pipelines…", + "pipelines.name_placeholder": "Pipeline m", + "pipelines.new_pipeline_btn": "Pipeline Ọhụrụ", + "pipelines.no_steps": "Enweghị nzọụkwụ akọwapụtara. Tinye nzọụkwụ iji malite iwulite pipeline gị.", + "pipelines.ocr_auto": "Auto (jiri ndekọ default sistem)", + "pipelines.ocr_language_hint": "Na-eme ka nhazi asụsụ zuru ụwa ọnụ maka Tesseract/EasyOCR. Azure na Mistral na-achọpụta asụsụ ahụ.", + "pipelines.ocr_language_label": "Asụsụ OCR", + "pipelines.optional_suffix": "(nwere nhọrọ)", + "pipelines.page_title": "Na-arụ ọrụ Pipelines", + "pipelines.set_default": "T ịtọ dị ka pipeline default m", + "pipelines.step_label_placeholder": "Nye aha nzọụkwụ default a", + "pipelines.step_type_label": "Ụdị Nzọụkwụ", + "pipelines.subtitle_intro": "Kpọpụtara ma jikwaa usoro nhazi akwụkwọ nke gị.", + "pipelines.subtitle_system_post": "badge ma hụkwuo ya n'anya, nke a na-ele anya nke ọma maka ndị ọrụ niile.", + "pipelines.subtitle_system_pre": "Usoro sistem (mepụtara site na ndị nchịkwa) na-egosi ya na a", + "pipelines.system_label": "Sistem", + "pipelines.system_pipeline_label": "Pipeline sistem (na-ahụkwu maka ndị ọrụ niile)", + "pipelines.title": "Na-arụ ọrụ Pipelines", + "profile.avatar_alt": "Foto profaili gi", + "profile.avatar_heading": "Foto Profaili", + "profile.avatar_remove": "Wepu avatar ahaziri", + "profile.avatar_upload_hint": "Bulite foto JPEG, PNG, GIF, ma ọ bụ WebP ruo 2 MB. Ọ bụrụ na enweghị foto ahaziri, {gravatar} gị ka a ga-egosi.", + "profile.choose_image": "Họrọ foto\n", + "profile.confirm_password": "Kwado Okwuntughe Ọhụrụ", + "profile.contact_email_hint": "A na-eji ya eme ihe maka nkwenye sistem. Nke a adịghị agbanwe email nbanye gị.", + "profile.contact_email_label": "Email Kpọtụrụ / Nkwenye", + "profile.contact_email_placeholder": "ị@example.com", + "profile.current_password": "Okwuntughe Ugbu a", + "profile.dismiss": "Kwụsịrị", + "profile.display_name_hint": "Hapụ ka ọ na-ejide aha njirimara akaụntụ gị ma ọ bụ email.", + "profile.display_name_label": "Aha Nwere N'Anya", + "profile.display_name_placeholder": "Aha gị dịka e gosiri na UI", + "profile.general_heading": "Ozi Ọhụrụ", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Nhazi Profaili", + "profile.language_auto_detect": "Nyocha akpaka (site na nchọgharị)", + "profile.language_hint": "Họrọ asụsụ interface ị chọrọ. “Nyocha akpaka” na-esochi ntọala nchọgharị gị.", + "profile.language_label": "Asụsụ UI", + "profile.new_password": "Okwuntughe Ọhụrụ", + "profile.new_password_hint": "Kwụsịrị ọnụọgụ 8.", + "profile.page_title": "Nhazi Profaili – DocuElevate", + "profile.password_heading": "Gbanwee Okwuntughe", + "profile.preferences_heading": "Ọhụrụ", + "profile.save_button": "Nchekwa Nchịkọta", + "profile.saving": "Na-echekwa\n", + "profile.subtitle": "Jikwaa aha ngosi gị, avatar, asụsụ, na usoro ihe atụ.", + "profile.theme_dark": "Ojii", + "profile.theme_hint": "“Ntọala Sistem” na-esochi ntọala ụzọ mgbawa nke ngwaọrụ gị.", + "profile.theme_label": "Ụdị Color", + "profile.theme_light": "Ọcha", + "profile.theme_system": "Ntọala Sistem", + "profile.update_password": "Melite Okwuntughe", + "profile.updating": "Na-emelite\b\b\b\b", + "queue.active_tasks": "Nrụpụta Nrụrụ", + "queue.auto_refresh_1": "Na-arịọgharị onwe ya kwa", + "queue.auto_refresh_2": "sekọnd", + "queue.col_arguments": "Nkwekọrịta", + "queue.col_current_step": "Nzọụkwụ Ukwu", + "queue.col_file": "Faịlụ", + "queue.col_files": "Faịlụ", + "queue.col_queue": "Ndepụta", + "queue.col_state": "Steeti", + "queue.col_task": "Ọrụ", + "queue.col_task_id": "ID Ọrụ", + "queue.files_processing": "Nyocha Faịlụ", + "queue.heading": "Nlele Ndepụta", + "queue.last_updated": "Kechara melite:", + "queue.loading_stats": "Na-ebubata statistiks ndepụta\u001e", + "queue.no_active_tasks": "Enweghi ọrụ na-arụ ọrụ", + "queue.no_data": "Enweghị data", + "queue.no_files_processing": "Enweghị faịlụ na-arụ ọrụ ugbu a", + "queue.page_title": "Nlele Ndepụta", + "queue.processing_pipeline": "Ngwaọrụ Nyocha", + "queue.queued_tasks": "Ọrụ Ndepụta", + "queue.recently_processing": "Faịlụ Na-arụ Ọrụ N'oge a", + "queue.redis_queues": "Ndepụta Redis", + "queue.subtitle": "Nlele oge ziri ezi nke usoro nyochaa akwụkwọ na ndepụta ọrụ Celery.", + "queue.workers_online": "Ọrụ n'ịntanetị", + "search.button": "Chọpụtaghachi", + "search.error_message": "Chọpụtaghachi dị na ọnọdụ na-adịghị. Biko nwaa ọzọ n'ọnọdụ ọzọ.", + "search.filter_aria_clear": "Hichapụ ihe niile", + "search.filter_clear_button": "Hichapụ Ihe Nlele", + "search.filter_date_from": "Ụbọchị Si", + "search.filter_date_to": "Ụbọchị Ru", + "search.filter_document_type": "Ụdị Akwụkwọ", + "search.filter_document_type_placeholder": "nke a bụ Invoice", + "search.filter_language": "Asụsụ", + "search.filter_language_placeholder": "nke a bụ de", + "search.filter_sender": "Onye zitere", + "search.filter_sender_placeholder": "nke a bụ ACME Corp", + "search.filter_tags": "Aha", + "search.filter_tags_placeholder": "nke a bụ amazon", + "search.filter_text_quality": "Ogologo Ozi", + "search.filter_text_quality_all": "Nke niile", + "search.filter_text_quality_high": "Elu", + "search.filter_text_quality_low": "Ọ thấp", + "search.filter_text_quality_medium": "N'etiti", + "search.filter_text_quality_no_text": "Enweghị okwu", + "search.heading": "Chọpụtaghachi Akwụkwọ", + "search.input_aria_label": "Chọọrọ akwụkwọ", + "search.input_placeholder": "Chọọrọ akwụkwọ site na ọdịnaya, onye mbata, akara, ụdị...", + "search.loading_indicator": "Na-achọ\u001e", + "search.no_results": "Enweghị nsonaazụ chọtara", + "search.page_title": "Chọọrọ Akwụkwọ", + "search.placeholder": "Chọọrọ site na aha faịlụ, ọdịnaya, akara...", + "search.result_empty": "Enweghị akwụkwọ chọtara nke kwekọrọ na ajụjụ gị.", + "search.results_count": "{count} nsonaazụ chọtara", + "search.saved_aria_save": "Zọpụta chọpụtara ugbu a", + "search.saved_button": "Zọpụta Ugbu a", + "search.saved_empty": "Enweghị chọpụtara echekwara ọzọ", + "search.saved_error": "Enweghị ike ibudata chọpụtara echekwara", + "search.saved_label": "Chọpụtara Echekwara", + "search.saved_loading": "Na-ebudata...", + "search.title": "Chọọrọ Akwụkwọ", + "settings.audit_log_btn": "Nkwupụta Nyocha", + "settings.autocomplete_hint": "Depụta iji chọọ ihe a maara, ma ọ bụ tinye uru onye ọ bụla.", + "settings.autocomplete_no_matches": "Enweghị mmezi \u001a ị ka nwere ike ịdepụta uru onye ọ bụla", + "settings.autocomplete_placeholder": "Depụta iji chọọ ma ọ bụ tinye uru\u0001e", + "settings.boolean_enable_prefix": "Mepee", + "settings.categories_aria": "Otu ụdị ntọala", + "settings.categories_heading": "Otu ụdị", + "settings.db_wizard_btn": "DB Wizard", + "settings.effective_value_label": "Uru dị irè:", + "settings.encrypted_suffix": "= echekwara n'ezinụlọ", + "settings.encrypted_title": "Uru na-echekwa n'ezinụlọ na ndekọ", + "settings.export_btn": "Export", + "settings.export_db_only": "Ntọala DB naanị", + "settings.export_full_config": "Full effective config", + "settings.jump_to_category": "Gaa na otu ụdị\u00001e", + "settings.manage_config_prefix": "Jikwaa nhazi. Nke kachasị mkpa:", + "settings.model_picker_hint": "Họrọ site na ndepụta ma ọ bụ depụta aha ụdị ọ bụla nke onye na-enye gị.", + "settings.model_picker_placeholder": "Họrọ ụdị a ma ama ma ọ bụ depụta aha onye ọ bụla\u00001e", + "settings.no_results_clear": "hichapụ nchọgharị", + "settings.no_results_heading": "Enweghị ntọala chọtara", + "settings.no_results_hint": "Gbalịa okwu nchọgharị ọzọ ma ọ bụ", + "settings.page_heading": "Ntọala Ngwa", + "settings.required_label": "( chọrọ )", + "settings.reset_confirm": "Ị zutere na ị chọrọ iweghachite ntọala a?", + "settings.restart_required_suffix": "= a chọrọ iweghachite", + "settings.revert_btn": "Wepu na DB", + "settings.revert_title": "Wepu DB override ma laghachi na mgbanwe ma ọ bụ ndabara", + "settings.reverting": "Na-eweghachi\n0\n0...", + "settings.save_all_btn": "Chekwaa Mgbanwe niile", + "settings.save_error": "Nweta ịchekwa ntọala", + "settings.save_setting_title": "Chekwaa ntọala a", + "settings.save_success": "Ntọala echekwara nke ọma", + "settings.saving_state": "Na-echekwa\n...", + "settings.search_aria_label": "Chọọ ntọala", + "settings.search_clear_aria": "Hichapụ nchọgharị", + "settings.search_placeholder": "Chọọ ntọala site na aha, igodo, ma ọ bụ nkọwa\n...", + "settings.settings_count_suffix": "ntọala", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "NDABARA", + "settings.source_env_badge": "ENV", + "settings.title": "Ntọala", + "settings.toggle_visibility_aria": "Gbanwee mgbasa ozi paswọọdụ", + "settings.toggle_visibility_title": "Gosi/hichapụ uru", + "settings.user_autocomplete_empty": "A nweghị ndị ọrụ a na-ahụ n'anya", + "settings.user_autocomplete_hint": "Tinye ka ịchọta ndị ọrụ dị ugbu a site na aha, ma ọ bụ tinye ihe njirimara ọ bụla n'aka.", + "settings.user_autocomplete_placeholder": "Malite ịde ka ịchọta ndị ọrụ\n...", + "settings.wizard_btn": "Wizọ", + "shared.col_expiry": "Nkwụsị", + "shared.col_file_label": "Faịlụ / Nkọwa", + "shared.col_link": "Njikọ", + "shared.col_views": "Lezienụ", + "shared.copy_link_aria": "Kpọọ njikọ na clipboard", + "shared.copy_link_title": "Kpọọ njikọ", + "shared.create_btn": "Mepụta Njikọ", + "shared.create_heading": "Mepụta Njikọ Kachasị Nkwado", + "shared.creating": "Na-emepụta\n...", + "shared.expiry_12h": "12 awa", + "shared.expiry_14d": "14 ụbọchị", + "shared.expiry_1h": "1 awa", + "shared.expiry_24h": "24 awa (1 ụbọchị)", + "shared.expiry_30d": "30 ụbọchị", + "shared.expiry_3d": "3 ụbọchị", + "shared.expiry_6h": "6 awa", + "shared.expiry_7d": "7 ụbọchị", + "shared.expiry_label": "Nkwụsị", + "shared.expiry_never": "Achọghị", + "shared.file_id_help_post": "nke ibe ma ọ bụ na URL nkọwa akwụkwọ.", + "shared.file_id_help_pre": "Chọta faịlụ ID na", + "shared.file_id_label": "Faịlụ ID", + "shared.file_id_placeholder": "ụzọ dị iche e.g. 42", + "shared.files_link": "Faịlụ", + "shared.heading": "Njikọ Share", + "shared.label_label": "Ihe ngosi", + "shared.label_placeholder": "e.g. Ekerịta na Bob", + "shared.link_created": "Njikọ ekerịta emebere!", + "shared.link_created_help": "Kpọọ ma zipu njikọ a na onye na-anata.", + "shared.links_count_aria": "nọmba njikọ", + "shared.max_downloads_label": "Max nbudata", + "shared.no_links": "Enweghị njikọ ekerịta ruo ugbu a. Mepụta otu n'elu iji malite.", + "shared.open_in_new_tab": "Meghee na taabụ ọhụrụ", + "shared.open_link_aria": "Meghee njikọ ekerịta", + "shared.optional": "(ahịrị)", + "shared.page_title": "Njikọ ekerịta – DocuElevate", + "shared.password_label": "Okwuntughe", + "shared.password_placeholder": "Ahapụ efu maka na enweghị okwuntughe", + "shared.password_protected": "Nchedo okwuntughe", + "shared.refresh_aria": "Melite ndepụta njikọ ekerịta", + "shared.revoke_aria_prefix": "Hichapụ njikọ ekerịta maka", + "shared.revoke_btn": "Hichapụ", + "shared.status_active": "Ọrụ", + "shared.status_expired": "Agwụla", + "shared.status_limit_reached": "Iwu ruru", + "shared.status_revoked": "E wepụtaworị", + "shared.subtitle": "Kekọrịta akwụkwọ na onye ọ bụla site na njikọ nwere oke oge ma ọ bụ nkwụsị. Ndị natara anaghị achọ akaụntụ DocuElevate. Njikọ nwere ike ịbụ nke nwere okwuntughe na a pụghị iwepụ n'oge ọ bụla.", + "shared.table_aria": "Njikọ ekerịta", + "shared.unlimited_placeholder": "Na-enweghị oke", + "shared.your_links": "Njikọ Ekerịta Gị", + "similarity.backfill_auto": "Ncheta ndọtị ga-emegharị ha na akpaghị aka every 5 nkeji, ma ọ bụ ị nwere ike", + "similarity.files_missing_text": "faịlụ(ha) nwere ederede OCR mana enweghị etiti izu.", + "similarity.find_pairs_btn": "Chọta Pairs", + "similarity.heading": "Ndị Akwụkwọ Dabara", + "similarity.load_error": "Nyefee njem si na loading başar.", + "similarity.min_similarity_label": "Min. atụ yiri", + "similarity.no_pairs_detail": "Enweghị faịlụ mmiri e nwere arụpụtara na-ahụ na àgwà ahụ.", + "similarity.no_pairs_heading": "Enweghị pairs dk na-ahụ", + "similarity.page_title": "Nkwụsi документов - DocuElevate", + "similarity.pagination_aria": "Nkwụsi párs pagination", + "similarity.per_page_label": "N'ebe nwe obodo", + "similarity.scanning": "Na-enyocha maka ndị na-egosi akwụkwọ dị mfe\n", + "similarity.stat_embedding_model": "Emepụta Nkwụrụ", + "similarity.stat_missing_embedding": "Emeputara Nkwụrụ", + "similarity.stat_total_files": "Nkwụkpụ akwụkwọ niile", + "similarity.stat_with_embedding": "Na-emepụta Nkwụrụ", + "similarity.subtitle": "Párs nke akwụkwọ nwere nne dị elu semantị, ebe a na-edebanye ahụ.", + "similarity.trigger_aria": "Mepụta usoro ngosi maka akwụkwọ niile na-enweghị nkwụrụ", + "similarity.trigger_now": "mepụta ya ugbu a", + "status.app_version": "Version Ngwa", + "status.build_date": "Ụbọchị ịmepụta", + "status.container_id": "ID akpa", + "status.git_commit": "Git Ntuziaka", + "status.last_check": "Nyochakwa ikpeazụ", + "status.page_title": "Ọnọdụ sistem", + "status.setting_label": "Njikwa", + "status.value_label": "Ọnụ", + "subscription.available_plans_heading": "Nhọrọ dị", + "subscription.back_to_dashboard": "Lagha na Dashboard", + "subscription.cancel_pending": "Kwụsịrị mgbanwe", + "subscription.cancel_scheduled": "Kwụsịrị mgbanwe edebere", + "subscription.contact_sales": "Kpọtụrụ Ọrụ Ahịa", + "subscription.current_badge": "Ugbu a", + "subscription.current_plan": "Ntọala Ugbu a", + "subscription.current_plan_cta": "Ntọala gị ugbu a", + "subscription.downgrade_to_prefix": "Mepụta na", + "subscription.features_heading": "Kedu ihe dị na ntọala gị", + "subscription.free": "N'efu", + "subscription.heading": "Ndị ahịa m", + "subscription.keep_plan_prefix": "Chekwa", + "subscription.lifetime_files": "Faịlụ niile (ndụ)", + "subscription.month_files": "Faịlụ izu a", + "subscription.more_features_label": "karịa", + "subscription.page_title": "Ndị ahịa m \t0 - DocuElevate", + "subscription.pending_badge": "Na-eche", + "subscription.pending_benefits": "Ị na-edebe uru niile nke ntọala ugbu a ruo mgbe ahụ.", + "subscription.pending_on": "na", + "subscription.pending_title": "Ntọala mgbanwe na-eche", + "subscription.pending_will_change": "Ntọala gị ga-agbanwe na", + "subscription.per_mo": "/ ọnwa", + "subscription.per_month": "/ ọnwa", + "subscription.since": "Kemgbe", + "subscription.single_user_body": "Ndekọ ndị ahịa na-arụ ọrụ mgbe ọnọdụ onye otu kacha mma dị. Ọnọdụ gị na-arụ ọrụ ugbu a na ọnọdụ onye otu otu na-enweghị oke nhazi. Onye nchịkwa nwere ike ịkwalite ọnọdụ onye otu site na {settings_link}.", + "subscription.single_user_title": "Njikọ onye otu abụghị nke ndị ọrụ.", + "subscription.subtitle": "Ntọala gị ugbu a, ojiji na mmelite dị.", + "subscription.this_month_label": "n'izu a", + "subscription.today_files": "Faịlụ taa", + "subscription.today_label": "ta", + "subscription.unlimited": "Na-enweghị njedebe", + "subscription.upgrade_info": "Mmelite na-abara uru ozugbo. Mwepu na-edebere maka njedebe nke oge ịkwụ ụgwọ gị ugbu a.", + "subscription.upgrade_to_prefix": "Mmelite na", + "subscription.usage_heading": "Ojiji", + "upload.browse_button": "Chọwa Akwụkwọ", + "upload.button_processing": "Na-arụ ọrụ...", + "upload.camera_button": "Were Foto / Chọpụta Akwụkwọ", + "upload.download_button": "Budata ma mepụta", + "upload.downloading": "Na-ebudata akwụkwọ site na URL...", + "upload.drag_drop": "Tụba & tụba akwụkwọ ebe a ma ọ bụ pịa iji chọwa", + "upload.drop_hint_desktop": "Tụba & tụba akwụkwọ ma ọ bụ folda ebe a, ma ọ bụ pịa iji họrọ akwụkwọ.", + "upload.drop_hint_mobile": "Pịa iji họrọ akwụkwọ ma ọ bụ jiri bọtịnụ igwefoto dị n'okpuru.", + "upload.drop_zone_aria": "Ọnọdụ ebudata akwụkwọ. Tụba ma tụba akwụkwọ ebe a, ma ọ bụ pịa Enter iji chọwa akwụkwọ.", + "upload.error": "Ebughi akwụkwọ", + "upload.error_invalid_url": "Ndụ URL na-ezighị ezi", + "upload.error_url_required": "Biko, tinye URL", + "upload.file_size_hint": "Iri n'elu: 500 MB kwa akwụkwọ", + "upload.file_types": "A nabatara ụdị: PDF, akwụkwọ Office (Word, Excel, PowerPoint, wdg), Ihe osise", + "upload.filename_description": "Hapụ efu iji jiri aha akwụkwọ sitere na URL", + "upload.filename_label": "Aha akwụkwọ (dịka nhọrọ)", + "upload.filename_placeholder": "my-document.pdf", + "upload.max_size": "Iri n'elu akwụkwọ: {size}", + "upload.page_title": "Bido akwụkwọ", + "upload.section_device": "Bido site na ngwaọrụ", + "upload.section_url": "Bido site na URL", + "upload.select_file": "Họrọ faịlụ", + "upload.success": "Faịlụ emebere na成功", + "upload.title": "Bulite Akwụkwọ", + "upload.uploading": "Na-ebupụta...", + "upload.url_description": "Tinye njikọ kpọmkwem na faịlụ (PDF, akwụkwọ Office, ma ọ bụ onyonyo)", + "upload.url_label": "Faịlụ URL", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/is.json b/frontend/translations/is.json index b4bf7872..adae44d9 100644 --- a/frontend/translations/is.json +++ b/frontend/translations/is.json @@ -1,593 +1,700 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Hittu skapara", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", + "about.creator_pre": "DocuElevate er þróað af ástríðu af", + "about.features_admin_api": "Mikið REST API fyrir forritunaraðgang", + "about.features_admin_config": "Mjög stillanlegt í gegnum umhverfisbreyturnar", + "about.features_admin_docker": "Docker-klárt fyrir auðvelda útflytningu og skalanleika", + "about.features_admin_heading": "Stjórnun", + "about.features_admin_oauth2": "OAuth2 auðkenningarstuðningur með Authentik", + "about.features_automation_background": "Bakvinnsla með Redis og Celery", + "about.features_automation_gmail": "Gmail og almenn tölvupóstsreikning samþætting", + "about.features_automation_heading": "Sjálfvirkni", + "about.features_automation_imap": "IMAP póstkassi skönnun frá mörgum aðilum", + "about.features_automation_ingestion": "Sjálfvirk skráning gagna frá mismunandi inntökum", + "about.features_heading": "Aðal einkenni", + "about.features_integration_cloud": "Skýja geymsla: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Samþætting & Geymsla", + "about.features_integration_multi_dest": "Stuðningur við mörg áfangastaði (geymið skjöl í mörgum stöðum)", + "about.features_integration_protocols": "Flutningsprotokoll: FTP, SFTP, Tölvupóstur áfram", + "about.features_integration_selfhosted": "Eigin hýsingu valkostir: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Gagnleg skjöl flokkun og dagsetningarskýrsla", + "about.features_processing_heading": "Skráningu Gagna", + "about.features_processing_metadata": "Sjálfvirk lýsigagna skýrsla með pluggable AI veitanda", + "about.features_processing_ocr": "OCR knúið af Azure Document Intelligence", + "about.features_processing_pdf": "PDF umbreyting fyrir mismunandi skráarsnið í gegnum Gotenberg", + "about.features_processing_upload": "Einfalt og öruggt skrár hlaðning með drag & drop stuðningi", + "about.github_logo_alt": "GitHub Merki", + "about.heading": "Um DocuElevate", + "about.intro_post": " – nútíma, snjöll lausn fyrir skráningu gagna! Við höfum búið til DocuElevate til að breyta alfarið hvernig þú handfjerðir skjölin þín – frá hleðslu til skráningu, frá skráningu til geymslu.", + "about.intro_pre": "Velkomin á ", + "about.involved_description": "Viltu kafa í kóðann, leggja fram hugmyndir eða læra meira um DocuElevate?", + "about.involved_docs": "Lesa skjalið", + "about.involved_github": "Skoða DocuElevate á GitHub", + "about.involved_heading": "Taktu þátt", + "about.involved_website": "Heimsæktu DocuElevate vefsíðu", + "about.legal_description": "Við leggjum áherslu á næmi þín og öryggi gagna. Vinsamlegast skoðaðu okkar:", + "about.legal_heading": "Næmi & Lög", + "about.legal_license": "Leyfisupplýsingar", + "about.legal_privacy": "Námskylda um næmi", + "about.page_title": "Um DocuElevate", + "about.story_heading": "Okkar Saga", + "about.story_p1": "DocuElevate var búið til með eitt markmið í huga: að einfalda og straumlínulaga skjalastjórnun fyrir alla, hvort sem þú ert lítill upphafsfyrirtæki eða stórt fyrirtæki.", + "about.story_p2": "Við nýtum kraftinn af pluggable AI veitum (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey og fleira) fyrir meta upplýsingasöfnun og texta úrbætur, tengjum okkur þétt við Dropbox, Nextcloud og Paperless NGX fyrir geymslu og skráningu, nýtum Azure Document Intelligence fyrir OCR, og jafnvel notum Gotenberg fyrir skjal-í-PDF umbreytingar.", + "api_tokens.col_created": "Búið til", + "api_tokens.col_last_ip": "Síðasta IP", + "api_tokens.col_last_used": "Síðast notað", + "api_tokens.col_name": "Nafn", + "api_tokens.col_prefix": "Token forskeyti", + "api_tokens.copy_to_clipboard": "Afrita token í klippiborð", + "api_tokens.copy_upload_example": "Afrita uppsetningu til að hlaða í klippiborð", + "api_tokens.copy_warning_1": "Afritaðu þennan token núna — það mun", + "api_tokens.copy_warning_2": "ekki verða sýnt aftur", + "api_tokens.create_heading": "Búa til nýtt token", + "api_tokens.create_token": "Búa til token", + "api_tokens.creating": "Býr til\u000206", "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", + "api_tokens.intro": "Búðu til persónuleg API tokens til að hafa samskipti við DocuElevate API á forritunarmáli. Notaðu tokens fyrir webhook upphleðslur, CI/CD rásir, eða hvaða skriftu sem þarf að hlaða upp eða sækja skjöl.", + "api_tokens.loading_tokens": "Hleður tokens\u000206", + "api_tokens.never": "Aldrei", + "api_tokens.no_tokens_heading": "Engin API tokens enn", + "api_tokens.no_tokens_help": "Búðu til þitt fyrsta token hér að ofan til að byrja.", "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", + "api_tokens.revoke": "Fella úr gildi", + "api_tokens.revoke_prefix": "Fella token úr gildi", + "api_tokens.status_active": "Virkt", + "api_tokens.status_revoked": "Fellt úr gildi", "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "api_tokens.token_created": "Token búið til með góðum árangri!", + "api_tokens.token_name_label": "Token nafn", + "api_tokens.token_name_placeholder": "t.d. CI Pipeline, Webhook Upload, Minn Skrift", + "api_tokens.usage_heading": "Notkun Dæmi", + "api_tokens.usage_intro_post": "haus með hvaða API beiðni sem er:", + "api_tokens.usage_intro_pre": "Notaðu API tokenið þitt í", + "api_tokens.your_tokens": "Þín Tokens", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", + "audit.col_resource": "Sjá", + "audit.col_timestamp": "Tímasetning", + "audit.critical": "Kritísk", + "audit.filter_action": "Aðgerð", + "audit.filter_all_actions": "Allar aðgerðir", + "audit.filter_all_users": "Allir notendur", + "audit.filter_resource_placeholder": "t.d. skjal, notandi", + "audit.filter_resource_type": "Tegund auðlindar", + "audit.filter_severity": "Alvarleiki", + "audit.filter_user": "Notandi", + "audit.filters_section_label": "Síur skráningarlogs", + "audit.next": "Næsta", + "audit.next_label": "Næsta síða", + "audit.no_events": "Engar skráningaraðgerðir skráðar enn.", + "audit.no_events_hint": "Verulegar aðgerðir (innskriftir, skjalaaðgerðir, breytingar á stillingum) munu birtast hér.", + "audit.page_title": "Skráningarlogs - DocuElevate", + "audit.pagination_label": "Skráningarlog síusamsetning", + "audit.prev": "Fyrri", + "audit.prev_label": "Fyrri síða", + "audit.refresh_label": "Endurnýja skráningarlogs", + "audit.siem_disabled_title": "SIEM framleiðsla er óvirk", + "audit.siem_enabled_title": "Aðgerðir eru sendar til ", + "audit.siem_off": "SIEM: Óvirkt", + "audit.subtitle": "Örugg, aðeins viðbótar skrá yfir allar verulegar aðgerðir.", + "audit.table_label": "Skráningarlog aðgerðir", + "audit.title": "Skráningarlogs", + "auth.confirm_password": "Staðfesta Lykilorð", + "auth.create_account": "Búa til reikning", + "auth.display_name_label": "Sýndarnafn", + "auth.email_label": "Netfang", + "auth.forgot_password": "Gleymdir þú lykilorðinu?", + "auth.forgot_username": "Gleymdir þú notandanafninu?", + "auth.login": "Innskrá", + "auth.login_title": "Innskrá", + "auth.logo_alt": "DocuElevate Merki", + "auth.logout": "Útskrá", + "auth.my_account": "Min Reikningur", + "auth.no_account": "Ertu ekki með reikning?", + "auth.or_continue_with": "Eða halda áfram með", + "auth.password_label": "Lykilorð", "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "auth.remember_me": "Mundu eftir mér", + "auth.return_home": "Fara aftur heim", + "auth.sign_in": "Skrá þig inn", + "auth.sign_in_sso": "Skrá þig inn með SSO", + "auth.sign_in_with": "Skrá inn með", + "auth.sign_in_with_username": "Skrá inn með notendanafni", + "auth.signup": "Skrá sig", + "auth.signup_title": "Skrá sig", + "auth.username_label": "Notendnafn", + "auth.username_or_email": "Notendanafnið eða Netfang", + "auth.verify_email_back_sign_in": "Til baka að skráningu", + "auth.verify_email_expiry": "Tengingin rennur út eftir 24 klukkustundir. Ef þú sérð ekki póstinn, athugaðu ruslpósts mappa þína.", + "auth.verify_email_heading": "Athugaðu póstkassann þinn", + "auth.verify_email_message": "Við höfum sent þér staðfestingar póst. Vinsamlegast smelltu á tengilinn í póstinum til að virkna reikninginn þinn.", + "auth.verify_email_page_title": "DocuElevate - Staðfestu Netfangið Þitt", + "auth.verify_email_resend_aria_label": "Netfang til að senda aftur", + "auth.verify_email_resend_button": "Senda staðfestingarpóst aftur", + "auth.verify_email_resend_label": "Netfang", + "auth.verify_email_resend_placeholder": "Sláðu inn netfangið þitt", + "auth.verify_email_resend_prompt": "Fekkstu það ekki?", + "backup.archives_heading": "Afritsarkiv", + "backup.backup_now": "Afrita Núna", + "backup.clean_up": "Þrífa upp", + "backup.cleanup_title": "Keyra aðgerð til að þrífa núna", + "backup.col_created": "Búið til", + "backup.col_filename": "Skfile", + "backup.col_size": "Stærð", + "backup.col_storage": "Geymsla", + "backup.col_type": "Tegund", + "backup.config_auto_backup": "Sjálfvirk afritun", + "backup.config_remote_dest": "Fjarlægar áfangastaður", + "backup.config_retention": "Fyrirvara", + "backup.config_total_size": "Heildarstærð á staðnum", + "backup.confirm_btn": "Staðfesta", + "backup.confirm_title": "Staðfesta aðgerð", + "backup.heading": "Stjórnun afrita", + "backup.local_only": "Aðeins staðbundið", + "backup.no_backups": "Engin afrit enn.", + "backup.no_backups_hint": "Smelltu á Afrita Núna til að búa til þitt fyrsta afrit.", + "backup.page_title": "Stjórnun afrita", + "backup.records_label": "skráningar", + "backup.restore_btn": "Endurheimta", + "backup.restore_desc_mid": "afritsarkiv til að endurheimta gagnagrunninn.", + "backup.restore_desc_pre": "Hladdu upp einu", + "backup.restore_desc_warning": "Þetta mun skrifa yfir öll núverandi gögn.", + "backup.restore_file_label": "Bakuppsöfnun skjal (.db.gz)", + "backup.restore_heading": "Endurheimta úr skjali", + "backup.restoring": "Endurheimtir\u000e...", + "backup.retention_daily_detail": "\u0011 - haldið í 3 vikur", + "backup.retention_heading": "Skilmálar fyrir geymd", + "backup.retention_hourly_detail": "\u0011 - haldið í 4 daga", + "backup.retention_note": "Bakuppsagnir sem fara yfir þessi mörk eru sjálfkrafa hreinsaðar eftir að ný bakuppsöfnun er gerð.", + "backup.retention_weekly_detail": "\u0011 - haldið í ~3 mánuði", + "backup.snapshots": "myndir", + "backup.status_ok": "áfram", + "backup.storage_local": "staðbundin", + "backup.subtitle": "Gagnagrunns bakuppsagnir eru búnar til sjálfkrafa: á klukkutíma fresti (4 dagar), daglega (3 vikur), vikulega (13 vikur).", + "backup.table_aria": "Bakuppsöfnunarskrár", + "backup.trigger_daily": "Bakuppsöfnun núna (Dagleg)", + "backup.trigger_hourly": "Bakuppsöfnun núna (Klukkutíma)", + "backup.trigger_weekly": "Bakuppsöfnun núna (Vikulega)", + "backup.type_daily": "Dagleg", + "backup.type_hourly": "Klukkutíma", + "backup.type_weekly": "Vikulega", + "billing.go_to_dashboard": "Fara í stjórnborð", + "billing.manage_subscription": "Stjórna áskrift", + "billing.success_heading": "Þú ert tilbúin!", + "billing.success_message": "Þín áskrift hefur verið virkjuð. Takk fyrir að velja DocuElevate!", + "billing.success_page_title": "DocuElevate - Áskrift virkjuð", + "common.actions": "Aðgerðir", + "common.active": "Virkt", + "common.all": "Öll", + "common.avatar": "Avatar", + "common.back": "Til baka", + "common.cancel": "Fella niður", + "common.close": "Loka", + "common.col_pending": "Í bið", + "common.completed": "Lokið", + "common.confirm": "Staðfesta", + "common.copied": "Afritað!", + "common.copy": "Afrita", + "common.create": "Búa til", + "common.created": "Búið til", + "common.date": "Dagsetning", + "common.delete": "Eyða", + "common.description": "Lýsing", + "common.details": "Smáatriði", + "common.disabled": "Óvirkt", + "common.download": "Sækja", + "common.duplicate": "Afrit", + "common.edit": "Breyta", + "common.enabled": "Virkt", + "common.error": "Villa", + "common.failed": "Mistókst", + "common.filter": "Síu", + "common.inactive": "Óvirkt", + "common.info": "Uppýsingar", + "common.loading": "Hleður...", + "common.name": "Nafn", + "common.next": "Næsta", + "common.next_page": "Næstsíða", + "common.no": "Nei", + "common.none": "Ekkert", + "common.page": "Síða", + "common.paused": "Pásuð", + "common.pending": "Í bið", + "common.prev_page": "Fyrri síða", + "common.previous": "Fyrra", + "common.processing": "Vinnur", + "common.refresh": "Endurnýja", + "common.reset": "Endurstilla", + "common.retry": "Reyna aftur", + "common.save": "Vista", + "common.search": "Leita", + "common.select": "Valkostur", + "common.select_placeholder": "– veldu –", + "common.size": "Stærð", + "common.status": "Staða", + "common.submit": "Senda", + "common.success": "Sigrast", + "common.tags": "Merki", + "common.test": "Próf", + "common.test_connection": "Prófa tenginguna", + "common.type": "Tegund", + "common.update": "Uppfæra", + "common.updated": "Uppfært", + "common.upload": "Hlaða upp", + "common.view": "Skoða", + "common.warning": "Varningur", + "common.yes": "Já", + "cookie.accept": "Skilaboð", + "cookie.learn_more": "Lærðu meira", + "cookie.message": "Þessi vefsíða notar kökur til að bæta notendaupplifun þína.", + "cookie.notice": "DocuElevate notar aðeins nauðsynlegar sesjónskökur sem krafist er fyrir auðkenningu og rekstur þjónustunnar. Engar kökur til að fylgjast með eða greina eru notaðar.", + "cookie.notice_label": "Kökur tilkynning", + "cookie.policy_link": "Köku stefna", + "cookie.privacy_link": "Persónuverndartilkynning", + "credentials.col_action": "Aðgerð", + "credentials.col_credential": "Auðkenni", + "credentials.col_source": "Heimild", + "credentials.configured": "Stillt", + "credentials.edit_in_settings": "Breyta í Stillingum", + "credentials.legend_db": "Gildi geymt í gagnagrunninum (kóðuð í hvíld; yfirskrifar umhverfiskennitölu)", + "credentials.legend_env_after": " skrá", + "credentials.legend_env_before": "Gildi frá umhverfiskennitölu eða ", + "credentials.legend_missing": "Auðkenni ekki stillt — samþætting mun ekki virka", + "credentials.legend_restart": "Endurræsa nauðsynleg þegar þessu auðkenni er snúið", + "credentials.legend_title": "Lýsing", + "credentials.manage_settings": "Stjórna Stillingum", + "credentials.not_configured": "Ekki Stillt", + "credentials.page_title": "Auðkennisúttekt - DocuElevate", + "credentials.raw_json": "Óbreytt JSON (API)", + "credentials.restart_title": "Endurræsa nauðsynleg eftir að snúa þessu auðkenni", + "credentials.source_db_title": "Geymt í gagnagrunni (kóðað)", + "credentials.source_env_title": "Frá umhverfiskennitölu", + "credentials.status_missing": "Vantar", + "credentials.subtitle": "Yfirlit yfir öll viðkvæm auðkenni sem DocuElevate notar. Engin leyndar gildi eru sýnd hér — aðeins hvort hvert auðkenni sé stillt og hvaðan það kemur.", + "credentials.table_for": "Auðkenni fyrir", + "credentials.title": "Auðkennisúttekt", + "credentials.total_credentials": "Heildarfjöldi auðkenna", + "dashboard.active_integrations": "Starfandi samþættingar", + "dashboard.files_this_month": "Skjöl Þennan Mánuð", + "dashboard.files_today": "Skjöl Í Dag", + "dashboard.ocr_processed": "OCR Unnið", + "dashboard.quick_actions": "Hraðaraðgerðir", + "dashboard.recent_activity": "Nýleg virkni", + "dashboard.storage_targets": "Geymslu markmið", + "dashboard.title": "Yfirlit", + "dashboard.total_files": "Heildarfjöldi skjal", + "dashboard.welcome": "Velkomin í DocuElevate", + "duplicates.file_id_label": "Skráarauki", + "duplicates.file_id_placeholder": "t.d. 42", + "duplicates.find_btn": "Finna", + "duplicates.found_files": "tvöfaldar skráar(t) alls.", + "duplicates.found_groups": "tvöfaldar hóp(k) með", + "duplicates.found_prefix": "Fundið", + "duplicates.group_aria": "Tvöfaldur hópur", + "duplicates.heading": "Tvöfaldar Skjöl", + "duplicates.how_it_works_heading": "Hvernig nálægt tvöfaldar upptökuskönnun virkar", + "duplicates.max_results_label": "Maks niðurstöður", + "duplicates.near_dup_desc": "Veldu skjal til að athuga hvort önnur skrár innihaldi sama (eða mjög svipað) efni – jafnvel þó að þær hafi verið skannaðar á mismunandi tímum og hafi mismunandi SHA-256 hash.", + "duplicates.near_dup_heading": "Finna Nálægt-Tvöfaldar fyrir Skjal", + "duplicates.no_exact_heading": "Engar nákvæmar tvöfaldar fundnar", + "duplicates.page_title": "Tvöfaldar Skjöl - DocuElevate", + "duplicates.pagination_aria": "Síðunúmerun", + "duplicates.role_duplicate": "Tvöfaldur", + "duplicates.role_original": "Upprunalegur", + "duplicates.tab_exact": "Nákvæmar Tvöfaldar", + "duplicates.tab_near": "Nálægt-Tvöfaldar Finndur", + "duplicates.tabs_aria": "Töflur fyrir tvöfaldar upptökur", + "duplicates.threshold_label": "Svipaðs þröskuldur", + "duplicates.view_dup_aria": "Skoða tvöfaldar skrá", + "duplicates.view_original_aria": "Skoða upprunalega skrá", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Úps, við gátum ekki fundið þessa síðu!", + "error.404_home": "Fara heim", + "error.404_message": "Það virðist sem DocuElevate hafi misst skjalið sem þú varst að leita að. Ekki hafa áhyggjur – við verðum þess að passa.", + "error.404_title": "404 - Finndist Ekki", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Sýna Villu Upplýsingar", + "error.500_description": "Þjónar okkar lentu í mistökum og þurfa smá stund.", + "error.500_heading": "Úps! Eitthvað fór úrskeiðis.", + "error.500_home": "Fara heim", + "error.500_img_alt": "Mynd af þjónar villa", + "error.500_message1": "Þjónar okkar lentu í mistökum og þurfa smá stund. Kannski spilltu hamstrarnir kaffinu sínu?", + "error.500_message2": "Við erum þegar að því – raða skrám, endurræsa þjónar og endurstillt flæðistrengina.", + "error.500_title": "Þjónar Villa - DocuElevate", + "error.forbidden": "Fyrirgefið", + "error.forbidden_message": "Þú hefur ekki heimild til að fá aðgang að þessari síðu.", + "error.not_found": "Síða fannst ekki", + "error.not_found_message": "Síðan sem þú ert að leita að er ekki til.", + "error.server_error": "Innri þjónustuvilla", + "error.server_error_message": "Eitthvað fór úrskeiðis. Vinsamlegast reyndu aftur síðar.", + "error.unauthorized": "Óheimilt", + "error.unauthorized_message": "Þú þarft að skrá þig inn til að fá aðgang að þessari síðu.", + "files.action_delete": "Eyða skrá", + "files.action_details": "Skoða upplýsingar", + "files.action_preview": "Fljótleg forsýning", + "files.bulk_clear_selection": "Hreinsa val", + "files.bulk_cloud_ocr": "Endurkeyra Cloud OCR", + "files.bulk_delete": "Eyða valið", + "files.bulk_download": "Sækja sem ZIP", + "files.bulk_reprocess": "Endurvinnum valið", + "files.delete_modal_cancel": "Hætta við", + "files.delete_modal_confirm": "Eyða", + "files.delete_modal_message": "Ertu viss um að þú viljir eyða þessari skrá?", + "files.delete_modal_title": "Staðfesta eyðingu", + "files.document_title": "Titill skjal", + "files.drop_overlay_hint": "Stuðlar að PDF, Office skjölum, myndum, HTML, Markdown og fleira – skálar eru unnar endurkvæmilega", + "files.drop_overlay_title": "Droppa skrám eða skáldum hvar sem er til að hlaða upp", + "files.error_hint": "Þetta gæti verið vegna stillingar eða innflutningsvandamáls. Vinsamlegast athugaðu þjónustuskýrslurnar.", + "files.file_size": "Skjalastærð", + "files.filename": "Skráarnafn", + "files.files_selected": "skrár valdar", + "files.filter_all_providers": "Allir þjónustuaðilar", + "files.filter_all_statuses": "Allar stöður", + "files.filter_all_types": "Allar tegundir", + "files.filter_apply": "Beita síum", + "files.filter_clear": "Hreinsa", + "files.filter_date_from": "Dagsetning frá", + "files.filter_date_from_aria": "Síua frá dagsetningu", + "files.filter_date_to": "Dagsetning til", + "files.filter_date_to_aria": "Síua til dagsetningar", + "files.filter_form_aria": "Síua skrár", + "files.filter_mime_type": "MIME tegund", + "files.filter_ocr_all": "Allar skrár", + "files.filter_ocr_good": "Góð gæði", + "files.filter_ocr_poor": "Léleg gæði", + "files.filter_ocr_quality": "OCR gæði", + "files.filter_ocr_quality_aria": "Sía eftir gæði OCR einkunn", + "files.filter_ocr_unchecked": "Ekki metin ennþá", + "files.filter_search_label": "Leita að skráarheiti", + "files.filter_search_placeholder": "Sláðu inn skráarheiti...", + "files.filter_storage_provider": "Geymsuþjónusta", + "files.filter_tags_aria": "Sía eftir merkjum (aðskilin með kommum)", + "files.filter_tags_placeholder": "t.d. reikningur,amazon", + "files.fulltext_search_label": "Heildartextaleit (OCR texti, metadata, merki)", + "files.fulltext_search_placeholder": "Leita að efni skjalsins, sendanda, merkjum, tegund...", + "files.no_files": "Engar skrár fundust", + "files.ocr_status": "OCR stöð", + "files.page_title": "Skráaskrá", + "files.pagination_files": "skrár", + "files.pagination_first": "Fyrsta", + "files.pagination_last": "Síðasta", + "files.pagination_nav_aria": "Skráaskrá síukerfi", + "files.pagination_next": "Næsta", + "files.pagination_of": "af", + "files.pagination_previous": "Fyrir", + "files.pagination_showing": "Sýnir", + "files.preview_modal_close": "Loka forskoðun", + "files.preview_modal_title": "Forskoðun", + "files.queue_banner_items": "eining(ar) eru núna í bið eða í vinnslu. Skrár munu birtast hér þegar vinnslunni er lokið.", + "files.queue_banner_link": "Skoða Biðrað", + "files.saved_searches_empty": "Engar vistaðar leitarniðurstöður enn", + "files.saved_searches_error": "Gat ekki hlaðið vistaðar leitarniðurstöðum", + "files.saved_searches_label": "Vistaðar leitarniðurstöður", + "files.saved_searches_save": "Vista núverandi", + "files.saved_searches_save_aria": "Vista núverandi síur sem vistaða leitarniðurstöðu", + "files.search_results_empty": "Engar niðurstöður fundust.", + "files.search_results_title": "Leitarniðurstöður", + "files.status_duplicate": "Afrit", + "files.table_actions": "Aðgerðir", + "files.table_aria": "Skráaskrá", + "files.table_created_at": "Búið til", + "files.table_empty": "Engar skrár fundust", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.table_mime_type": "MIME tegund", + "files.table_original_filename": "Upprunalega skráarheitið", + "files.table_select_all": "Veldu allar skrár á þessari síðu", + "files.tags": "Merki", + "files.title": "Skjöl", + "files.upload_modal_aria": "Upphleðsla háttar", + "files.upload_modal_close": "Loka upphleðsluhátt", + "files.upload_modal_header": "Upphleðsla skjalanna", + "files.uploaded": "Hafið verið hlaðið upp", + "footer.about": "Um", + "footer.attribution": "Heimsókn", + "footer.attributions": "Heimsóknir", + "footer.cookies": "Visskiptakökur", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Fyrirmynd", + "footer.license": "Leyfi", + "footer.navigation": "Fótanefn", + "footer.privacy": "Persónuvernd", + "footer.terms": "Skilmálar", + "footer.version": "Útgáfa {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth-tengdur. Skráir lenda í valda möppu þinni.", + "help.destinations_email": "Skeytavörur", + "help.destinations_email_desc": "Unnið skrár sendar sem SMTP viðhengi.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Þjónustu reikningur eða OAuth. Styður deilda drif.", + "help.destinations_heading": "Áfangastaðir – Hvar skjöl fara", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Sjálfsveitað skýjageymsla í gegnum WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Microsoft Graph API samþætting.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Skila skjölum beint í Paperless til skrásetningar.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Allt S3-samsvarandi kassi (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Örugg skráarsending til hvers kyns þjón.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST að meta til hvaða ytri endapunkts.", + "help.documentation": "Skjölun", + "help.faq": "Algengar spurningar", + "help.faq_1_a": "Farið á upphleðslusíðuna, draga og sleppa skrám eða smella á Veldu skrá. DocuElevate breytir myndum og skrifstofuskjölum í PDF, framkvæmir OCR og útdregur meta gögn sjálfkrafa.", + "help.faq_1_q": "Hvernig hlaða ég upp skjölum?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF og HTML. Skrár sem eru ekki PDF eru sjálfkrafa breytt í PDF áður en þær eru unnar.", + "help.faq_2_q": "Hvaða skráarform eru studd?", + "help.faq_3_a": "Já. Farðu í Email Ingestion, bættu við IMAP reikningi, og DocuElevate mun leita að nýjum skilaboðum og vinna úr viðhengjum sjálfkrafa.", + "help.faq_3_q": "Get ég selt skjöl úr tölvupósti?", + "help.faq_4_a": "Rörin leyfa þér að tengja saman skref í vinnslu – OCR, AI útdráttur, skráarbreyting – og leiða niðurstöðuna að einum eða fleiri áfangastöðum. Búðu til og stjórnaðu þeim úr Pipelines síðu.", + "help.faq_4_q": "Hvernig virka vinnslurör?", + "help.faq_5_a": "DocuElevate dulkóðar auðkenni í hvíld, skiptir máli yfir TLS, og geymir aldrei skjöl þín lengur en nauðsynlegt er. Skoðaðu persónuverndar tilkynninguna fyrir allar upplýsingar.", + "help.faq_5_a_post": " eftir allar upplýsingar.", + "help.faq_5_a_pre": "DocuElevate dulkodar akkúrat þegar gögnin eru í hvíld, hefur samskipti yfir TLS og geymir aldrei skjöl þín lengur en nauðsynlegt er. Sjáðu ", + "help.faq_5_q": "Eru gögn mín örugg?", + "help.faq_heading": "Algengar spurningar", + "help.getting_started": "Byrjað", + "help.heading": "Hjálparsíða", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Notaðu REST API-ið til að hlaða skjölum inn forritaskiptum. Authentify með Bearer token og POST-aðu skjalum að hlaðpunktinum.", + "help.ingestion_heading": "Gagnasöfnunartól", + "help.ingestion_mobile": "Farsímavettvangar", + "help.ingestion_mobile_desc": "Notaðu hvaða farsíma skönnunaraðgerð sem styður sérsniðnar HTTP hlaðunarheildir til að senda ljósmyndir og skönnun í DocuElevate frá símanum þínum eða spjaldtölvunni.", + "help.ingestion_scanners": "Nettengdir skannar", + "help.ingestion_scanners_desc": "Bendir á hvaða net skanna eða fjölskipta prentara sem er að hlaðpunkt DocuElevate. Skönnuð skjöl lenda beint í vinnsluflokknum þínum.", + "help.ingestion_watched_folders": "Vaktir möppur", + "help.ingestion_watched_folders_desc": "Stilltu innlendan eða netmöppu til að vera fylgst með. Hvaða skjal sem er sett í vaktina mappa er sjálfkrafa hlaðið inn og unnið af DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Samþættið DocuElevate í sjálfvirkar verkflæði ykkar með Zapier, n8n, eða Make. Notaðu REST API aðgerðir til að kveikja á hleðslu skjala frá hvaða atburði sem er.", + "help.meta_description": "Fáðu aðstoð við DocuElevate – finndu leiðbeiningar um að hlaða skjölum, tengja skýgeymslur, setja upp rör og fleira.", + "help.og_description": "Fáðu aðstoð við DocuElevate – finndu leiðbeiningar um að hlaða skjölum, tengja skýgeymslur, setja upp rör og fleira.", + "help.page_title": "Hjálparsíða", + "help.privacy_notice": "Persónuverndar tilkynning", + "help.quickstart_heading": "Skráning fljótt", + "help.quickstart_storage": "Tengja geymslu", + "help.quickstart_storage_desc": "Farðu í Stillingar og tengdu skýjareikninga þína. Unnar skrár eru sjálfkrafa leiddar að hverju áfangastað sem þú stillir.", + "help.quickstart_storage_desc_full": "Farðu í samþættingar og tengdu skýgeymslukerfi þín. DocuElevate styður Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, og fleira. Unnu skjöl eru sjálfkrafa send á hvert áfangastað sem þú stillir.", + "help.quickstart_upload": "Hlaða upp skjölum", + "help.quickstart_upload_desc": "Dragðu og slepptu skrám á Hlaða upp síðu eða smelltu á Veldu skrá. DocuElevate breytir myndum og skrifstofuskjölum í PDF, framkvæmir OCR og útdríddu metadátu sjálfkrafa.", + "help.quickstart_workflows": "Sjálfvirkni vinnuflæði", + "help.quickstart_workflows_desc": "Búðu til Pipelines til að skilgreina fjölskrefa vinnslu og leiðslureglur. Sameinaðu OCR, AI útdrátt, skráarbreyting og dreifingu í einum flokki.", + "help.sources_email_ingestion": "Tölvupóstun (IMAP)", + "help.sources_email_ingestion_desc": "Fyrirgefðu skjölum í sérstakan póstkassa. Undir Email Ingestion, bættu við einum eða fleiri IMAP reikningum. DocuElevate leitar að nýjum skilaboðum og vinnur úr viðhengjum sjálfkrafa.", + "help.sources_heading": "Heimildir – Fá skjöl inn", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "help.sources_rest_api_desc": "Sameinaðu forritalega með því að POST-a skrám í /api/upload. Fullkomið fyrir skriftur, vöktunarfolda, skanna, eða þriðja aðila verkfæri eins og Zapier og n8n.", + "help.sources_scanner": "Snið & Farsíma", + "help.sources_scanner_desc": "Beindu netsskönnu á hleðsluaðferð DocuElevate eða notaðu hvaða farsíma skönnu sem styður sérsniðnar HTTP áfangastaði.", + "help.sources_scanner_desc_full": "Stilltu net skanni þinn eða fjölskipta prentara til að senda skönnun beint í DocuElevate. Notaðu /api/upload hlaðarpunktinn sem áfangastað. Farsíma skönnunaraðgerðir með sérsniðnum hlaðunarheildum eru einnig studdar.", + "help.sources_web_upload": "Vefsíða Hlaða upp", + "help.sources_web_upload_desc": "Hraðasti leiðin til að byrja. Opnaðu Hlaða upp síðu, slepptu einni eða fleiri skrám, og DocuElevate sér um restina. Studd skráarform eru meðal annars PDF, JPEG, PNG, TIFF, DOCX, XLSX og meira.", + "help.subheading": "Allt sem þú þarft til að nýta DocuElevate sem best. Skoðaðu efni hér að neðan eða leitaðu að því sem þú þarft.", + "help.support": "Stuðningur", + "help.support_admin_message": "Hafðu samband við stjórnanda þinn fyrir stuðningsupplýsingar.", + "help.support_description": "Finnurðu ekki það sem þú ert að leita að? Stuðningsteymið okkar er hér til að hjálpa.", + "help.support_heading": "Hafðu samband við stuðning", + "help.support_live_chat": "Fjórum spjall í beinni – smelltu á spjallkúlu til að hefja samtal.", + "help.support_ticket_button": "Senda miða", + "help.support_ticket_desc": "Fylla út eyðublaðið hér að neðan og stuðningsteymið okkar mun hafa samband við þig eins fljótt og auðið er.", + "help.support_ticket_heading": "Opna stuðningsmiða", + "help.title": "Hjálparsíða", + "help.workflows_creating": "Búa til rör", + "help.workflows_definition": "Rör er röð vinnsluskrefa sem keyra sjálfkrafa þegar skjöl eru slegin inn. Hvert skref getur umbreytt, auðgað eða leitt skjölin.", + "help.workflows_heading": "Vinnuflæði & Rör", + "help.workflows_step_1": "Breyta í PDF", + "help.workflows_step_1_create": "Farðu í Pipelines í aðalvalmyndinni.", + "help.workflows_step_1_full": "Breytir í PDF – öll innkomin skjöl eru breytt í samræmda PDF sniði.", + "help.workflows_step_2": "OCR – draga út texta", + "help.workflows_step_2_create": "Smelltu á Nýja leið og gefðu henni nafn.", + "help.workflows_step_2_full": "OCR – draga út valanleika texta úr skönnuðum síðum með því að nota Azure Document Intelligence eða innbyggða vél.", + "help.workflows_step_3": "AI upplýsingadreifing", + "help.workflows_step_3_create": "Bættu við úrvinnsluskrefunum sem þú þarft.", + "help.workflows_step_3_full": "AI metagagnasöfnun – flokka tegund skjals og draga út lykilliði eins og magn, dagsetningar og nöfn með OpenAI.", + "help.workflows_step_4": "Afhenda á einn eða fleiri áfangastaði", + "help.workflows_step_4_create": "Veldu einn eða fleiri afhendingarstaði.", + "help.workflows_step_5_create": "Vista – ný skjal verða unnin í gegnum þessa leið sjálfkrafa.", + "help.workflows_typical_steps": "Dæmigerð skref", + "help.workflows_what_is": "Hvað er leið?", + "index.badge_intelligent": "Greind skjalavinnsla", + "index.button_browse_files": "Skoða skrár", + "index.button_upload": "Hlaða upp", + "index.capabilities_cloud": "Skýja geymsla: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Tölvupóstur & URL-grunn skjal inntaka", + "index.capabilities_ocr": "OCR & upplýsingadreifing með AI", + "index.capabilities_paperless": "Paperless-ngx samþætting fyrir skjalastjórnun", + "index.capabilities_title": "Getu", + "index.capabilities_workflows": "Automatised flokkun & aðferðir", + "index.cta_description": "Taktu þátt í teymum sem þegar eru að sjálfvirknivinna skjalavinnslu sína með DocuElevate.", + "index.cta_heading": "Til búinn að lyfta skjalaflæði þínu?", + "index.cta_pricing": "Sjá verð", + "index.cta_signup": "Búa til ókeypis aðgang", + "index.dashboard_subtitle": "Greind skjalavinnsla & stjórnun", + "index.dashboard_subtitle_teams": "Greind skjalavinnsla & stjórnun — byggt fyrir teymi", + "index.feature_ai": "AI Upplýsingadreifing", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, og aðrir pluggable AI veitir flokka skjöl og draga út lykilvísitölu eins og dagsetningar, fjárhæðir og efni.", + "index.feature_cloud": "Fjöl-ský geymsla", + "index.feature_cloud_desc": "Svo unnið skrár til Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, og fleira.", + "index.feature_email": "Tölvupóstur & IMAP inntaka", + "index.feature_email_desc": "Sjálfkrafa draga skjöl úr Gmail eða hvaða IMAP póstkassa sem er — engar handvirkar hleðslur þörf.", + "index.feature_ocr": "OCR & Texta útdráttur", + "index.feature_ocr_desc": "Azure Document Intelligence breytir skannaðri PDF-skrá og myndum í fyllilega leitartexta sjálfkrafa.", + "index.feature_pipelines": "Aðlagaðar leiðir", + "index.feature_pipelines_desc": "Byggðu úrvinnsluleiðir með stillanlegum skrefum — OCR, AI útdráttur, sniðbreyting, og geymsluleiðir í hvaða röð sem er.", + "index.feature_search": "Heildar-texta leita", + "index.feature_search_desc": "Finndu strax hvaða skjal sem er eftir innihaldi, upplýsingum eða merkjum um allt skjalasafnið þitt.", + "index.feature_section_title": "Allt sem þú þarft fyrir snjalla skjalaflæði", + "index.getting_started": "Byrjun", + "index.getting_started_1": "Stilla innfellingar í gegnum Kerfisástand", + "index.getting_started_2": "Upphlaða fyrsta skjalinu þínu", + "index.getting_started_3": "Fara yfir niðurstöður í Skrám", + "index.getting_started_learn": "Læra meira um DocuElevate", + "index.hero_description": "DocuElevate tekur við skjölunum þínum, framkvæmir OCR, dregur út metaupplýsingar með AI, og beinir skrám að Dropbox, Google Drive, OneDrive, S3, Nextcloud, og fleira — allt í einum einfalda leiðslum.", + "index.hero_heading": "Frá upphleðslu til innsæis — sjálfvirkt.", + "index.hero_login": "Skrá inn", + "index.hero_pricing": "Skoða áætlanir & verð", + "index.hero_signup": "Byrjaðu — það er ókeypis", + "index.integrations_active": "Virkar innfellingar", + "index.integrations_storage": "Geymslu markmið", + "index.integrations_title": "Innfellingar", + "index.integrations_view_status": "Skoða kerfisástand", + "index.page_title_dashboard": "Stjórnborð", + "index.page_title_public": "Greind skjalaferli", + "index.platform_overview": "Yfirlit yfir vettvang", + "index.processing_stats": "Vinnslustatistik", + "index.quick_actions": "Fljótlegar aðgerðir", + "index.quick_documents": "Mín skjöl", + "index.quick_documents_desc": "Skoða unnin skrár", + "index.quick_search": "Leita", + "index.quick_search_desc": "Heildartextaleit um skjöl", + "index.quick_subscription": "Mín áskrift", + "index.quick_subscription_desc": "Skoða áætlun & notkunardetails", + "index.quick_system_status": "Kerfisástand", + "index.quick_system_status_desc": "Skoða heilsu innfellinga", + "index.quick_upload": "Upphlaða skjali", + "index.quick_upload_desc": "Vinna úr nýju skjali", + "index.quick_view_files": "Skoða öll skjöl", + "index.quick_view_files_desc": "Skoða unnin skjöl", + "index.single_user_heading": "DocuElevate stjórnborð", + "index.single_user_subtitle": "Greind skjalaferli & stjórnun", + "index.stat_active_integrations": "Virkar innfellingar", + "index.stat_active_users": "Virkar notendur", + "index.stat_files_month": "Skrár í þessum mánuði", + "index.stat_files_ocr": "Skrár með OCR", + "index.stat_files_today": "Skrár í dag", + "index.stat_storage_targets": "Geymslu markmið", + "index.stat_this_month": "Þessi mánuður", + "index.stat_today": "Í dag", + "index.stat_total_files": "Heildarskrár", + "index.stat_total_processed": "Heildarfjöldi unnið", + "index.tier_plan": "Áætlun", + "index.tier_upgrade": "Uppfæra", + "index.tier_view_details": "Skoða fullar upplýsingar", + "index.upgrade_daily_limits": "Hærri daglegir og mánaðarlegir mörk", + "index.upgrade_description": "Lokaðu að meira skjali, fleiri áfangastaði og forgangs stuðning.", + "index.upgrade_destinations": "Fleiri geymslu áfangastaði", + "index.upgrade_ocr_pages": "Fleiri OCR síður", + "index.upgrade_plan": "Uppfærðu þinn áætlun", + "index.upgrade_view_pricing": "Skoða áætlanir og verð", + "index.usage_lifetime": "Líftími skrár", + "index.usage_month": "Skrár þetta mánuð", + "index.usage_my_usage": "Min niðurnjörðun", + "index.usage_today": "Skrár í dag", + "index.usage_unlimited": "Ótakmarkað", + "integrations.access_key_label": "Aðgangslykill ID", + "integrations.active_label": "Virkt", + "integrations.add_button": "Bæta við samþættingu", + "integrations.add_first_button": "Bæta við fyrsta samþættingu", + "integrations.api_token_label": "API token", + "integrations.authorize_btn": "Leyfa", + "integrations.authorize_reauth": "Endur-leyfa", + "integrations.bucket_label": "Fata", + "integrations.configure": "Sérsníða", + "integrations.connect": "Tengja", + "integrations.connected": "Tengt", + "integrations.connection_failed": "Tenging mistókst", + "integrations.connection_success": "Tenging tókst", + "integrations.delete_confirm_are_you_sure": "Ertu viss um að þú viljir eyða", + "integrations.delete_confirm_title": "Eyða samþættingu?", + "integrations.delete_confirm_undone": "Þessi aðgerð getur ekki verið afturkölluð.", + "integrations.delete_emails_label": "Eyða tölvupósti eftir úrvinnslu", + "integrations.delete_files_label": "Eyða skrám eftir úrvinnslu", + "integrations.destinations_quota_label": "Geymslustaðir:", + "integrations.destinations_section": "Áfangastaðir", + "integrations.direction_destination": "Áfangastaður (geymsla)", + "integrations.direction_label": "Stefna", + "integrations.direction_placeholder": "\u0016\u0015 Veldu \u0016\u0015", + "integrations.direction_source": "Heimild (inntaka)", + "integrations.disconnect": "Aftengja", + "integrations.email_settings": "Stillingar fyrir tölvupóstsamskipti", + "integrations.empty_state": "Engar samþættingar stilltar", + "integrations.endpoint_label": "Endapunkts URL", + "integrations.endpoint_optional": "(valfrjáls, fyrir S3-samskipti)", + "integrations.folder_label": "Mappa", + "integrations.folder_optional": "(valfrjáls)", + "integrations.folder_path_label": "Blaðr ós", + "integrations.folder_prefix_label": "Forskeyti", + "integrations.generic_settings_hint": "Stillingar fyrir þennan samþættingarflokk má veita sem JSON eftir skapað hefur verið í gegnum API.", + "integrations.gmail_hint": "Gmail merki & stjarna: þegar virkjað, eru úrvunnir tölvupóstar merktir stjörnu og merkt \"Inntaka\" í Gmail. Gildir aðeins fyrir Gmail þjónana.", + "integrations.gmail_labels": "Beita Gmail merkjum & stjörnu", + "integrations.host_label": "Gestgjafi", + "integrations.imap_settings": "IMAP stillingar", + "integrations.loading": "Hleður samþættingum\u0010", + "integrations.modal_close": "Loka glugga", + "integrations.modal_title_add": "Bæta við samþættingu", + "integrations.modal_title_edit": "Breyta samþættingu", + "integrations.name_label": "Merki", + "integrations.name_placeholder": "t.d. Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Nextcloud stillingar", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Bættu við fyrstu samþættingu þinni til að tengja ingestsjóður (eins og IMAP) og geymslusvæði (eins og S3, Dropbox, eða Google Drive).", + "integrations.not_connected": "Ekki tengt", + "integrations.oauth_folder_label": "Mappa", + "integrations.oauth_hint": "Vistaðu þessa samþættingu fyrst, notaðu síðan Yfirlýsingartakkann til að ljúka OAuth flæði. Þínar auðkennisupplýsingar verða geymdar örugglega í persónulegu samþættingaskránni þinni.", + "integrations.page_title": "Samþættingar", + "integrations.paperless_settings": "Paperless NGX stillingar", + "integrations.password_label": "Lykilorð", + "integrations.paused": "Pausað", + "integrations.plan_label": "Áætlun:", + "integrations.port_label": "Skrá", + "integrations.quota_not_available": "(ekki tiltækt)", + "integrations.quota_unlimited": "/ ótakmarkað", + "integrations.recipient_label": "Móttakandi tölvupóstur", + "integrations.region_label": "Svæði", + "integrations.remote_path_label": "Fjarlægt slóð", + "integrations.s3_prefix_label": "Forskeyti (mappaslóð)", + "integrations.s3_settings": "S3 stillingar", + "integrations.secret_key_label": "Leynd aðgangslykill", + "integrations.show_password": "Sýna lykilorð", + "integrations.show_secrets": "Sýna leyndardóma", + "integrations.show_token": "Sýna token", + "integrations.source_local": "Lokal skráarsafn", + "integrations.source_type_label": "Gerð uppsprettu", + "integrations.sources_quota_label": "Póstkassa uppsprettur:", + "integrations.sources_section": "Uppsprettur", + "integrations.subtitle": "Stjórnaðu inntaksuppsprettunum þínum og geymslusvæðum á einum stað.", + "integrations.title": "Samþættingar", + "integrations.type_label": "Gerð samþættingar", + "integrations.type_placeholder": "\u0014 Veldu átt fyrst \u0014", + "integrations.upgrade_plan": "Breyta áætlun", + "integrations.use_ssl": "Nota SSL", + "integrations.username_label": "Notandanafn", + "integrations.watch_folder_settings": "Vekjaraskrá stillingar", + "integrations.webdav_settings": "WebDAV stillingar", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook inntak", + "integrations.webhook_how_heading": "Hvernig webhook inntak virkar", + "integrations.webhook_how_text": "Webhook samþætting gerir ytri kerfum kleift að ýta skjölum beint í DocuElevate í gegnum REST API. Í stað þess að DocuElevate leita nýrra skráa (eins og IMAP), sendir forritið þitt skrár til DocuElevate með HTTP beiðni með API token til auðkenningar.", + "integrations.webhook_ideal_text": "Þetta er fullkomið fyrir CI/CD rásir, sjálfvirkni skriftur, skanna samþættingar, eða hvaða kerfi sem býr til skjöl og þarf að senda þau til vinnslu.", + "integrations.webhook_quick_start": "Fljótleg byrjun", + "integrations.webhook_security_tip": "Búðu til sértækan API token fyrir hverja samþættingu og afturkallaðu það strax ef það er ógnað. Tokens má stjórna á API Tokens síðunni.", + "integrations.webhook_step1": "Farðu á {api_tokens_link} og búðu til persónulegan token.", + "integrations.webhook_upload_with_token": "Notaðu token til að hlaða upp skjölum í gegnum API:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Tungumálið var breytt í {language}", + "language.change_success": "Tungumáli breytt í {language}", + "language.changed": "Tungumáli breytt í {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", @@ -599,331 +706,409 @@ "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", + "language.hu": "Ungverska", "language.is": "Íslenska", - "language.it": "Italiano", + "language.it": "Ítalska", "language.lb": "Lëtzebuergesch", "language.lt": "Lietuvių", "language.lv": "Latviešu", "language.nb": "Norsk", - "language.nl": "Nederlands", + "language.nl": "Hollenska", + "language.no_results": "Engar tungumál fundust", "language.pl": "Polski", - "language.pt": "Português", + "language.pt": "Portugues", "language.ro": "Română", "language.ru": "Русский", - "language.selector": "Íslenska", - "language.selector_label": "Select language", + "language.search_placeholder": "Leita að tungumálum\n0\n0", + "language.selector": "Tungumál", + "language.selector_label": "Veldu tungumál", "language.sk": "Slovenčina", "language.sl": "Slovenščina", "language.sv": "Svenska", "language.tr": "Türkçe", "language.uk": "Українська", "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "nav.about": "Um", + "nav.account_menu": "Reikningsvalmynd", + "nav.account_menu_for": "Reikningsvalmynd fyrir {name}", + "nav.admin": "Stjórnun", + "nav.admin.audit_logs": "Skoðunarskrár", + "nav.admin.backups": "Afrit", + "nav.admin.plans": "Áætlanir", + "nav.admin.scheduled_jobs": "Áætlun jáfnar", + "nav.admin.users": "Notendur", + "nav.admin_actions": "Aðgerðir stjórnanda", + "nav.admin_menu": "Stjórnunarval", + "nav.api_docs": "API skjöl", + "nav.api_tokens": "API tokens", + "nav.backup_restore": "Afrit & Endurheimt", + "nav.credentials": "Vottunargögn", + "nav.dark_mode": "Dökkt hamur", + "nav.dashboard": "Stjórnborð", + "nav.developer_docs": "Forritara skjöl", + "nav.duplicates": "Afritun", + "nav.file_manager": "Skráastjóri", + "nav.files": "Skrár", + "nav.get_started": "Byrjaðu", + "nav.help": "Aðstoð", + "nav.help_center": "Aðstoðarmiðstöð", + "nav.imap": "Tölvupóstflutningur", + "nav.integrations": "Samþættingar", + "nav.light_mode": "Ljóshamur", + "nav.login": "Skrá Inn", + "nav.logout": "Skrá Út", + "nav.main_navigation": "Aðalstjórn", + "nav.my_subscription": "Mín áskrift", + "nav.notifications": "Tilkynningar", + "nav.open_main_menu": "Opna aðalvalmynd", + "nav.pipelines": "Rásir", + "nav.plan_designer": "Áætlunarsmíðari", + "nav.pricing": "Verðlagning", + "nav.profile": "Prófíll", + "nav.profile_settings": "Profilstillingar", + "nav.queue": "Biðröð", + "nav.queue_monitor": "Biðröð Vöktun", + "nav.scheduled_jobs": "Skipulagðar Vinnu", + "nav.search": "Leita", + "nav.settings": "Stillingar", + "nav.shared_links": "Deildi Hlekkir", + "nav.sign_out": "Skrá út", + "nav.signup": "Skrá Sig", + "nav.similarity": "Líkind", + "nav.skip_to_content": "Skoðaðu aðalefni", + "nav.status": "Staða", + "nav.subscription": "Aðild", + "nav.toggle_dark_mode": "Skrá á dökkan ham", + "nav.toggle_nav": "Skrá á stjórnvaldsvalmynd", + "nav.upload": "Hlaða Upp", + "nav.users": "Notendur", + "nav.version": "Útgáfuupplýsingar", + "notifications.filter_all": "Allt", + "notifications.filter_read": "Bara lesin", + "notifications.filter_unread": "Bara ólesin", + "notifications.manage_desc": "Stjórnaðu pósthólfi þínu, tilvísunum og atburðakostum", + "notifications.mark_all_read": "Merkja Allt sem Lesið", + "notifications.mark_all_read_btn": "Merkja allt lesið", + "notifications.mark_read": "Merkja sem Lesið", + "notifications.no_notifications": "Engar tilkynningar", + "notifications.page_title": "Tilkynningar", + "notifications.tab_inbox": "Innbox", + "notifications.tab_settings": "Stillingar", + "notifications.title": "Tilkynningar", + "notifications.unread_count": "{count} ólesnar tilkynningar", + "pipelines.active_label": "Aktíft", + "pipelines.add_step_btn": "Bæta skrefi við", + "pipelines.create": "Búa til rör", + "pipelines.custom_label_label": "Sérsniðið merki", + "pipelines.default_label": "Sjálfgefið", + "pipelines.description_label": "Lýsing", + "pipelines.description_placeholder": "Valfrjáls lýsing", + "pipelines.disabled_label": "Óvirkt", + "pipelines.edit": "Breyta rör", + "pipelines.empty_state": "Engin rör enn", + "pipelines.empty_state_hint": "Búðu til þitt fyrsta rör til að skilgreina sérsniðnar ferli fyrir skjalavinnslu.", + "pipelines.enabled_label": "Virkjað", + "pipelines.force_cloud_ocr_label": "Þvinga ský OCR (sleppa staðbundinni textaútgáfu)", + "pipelines.inactive_label": "Óvirkt", + "pipelines.loading": "Hladar rörum…", + "pipelines.name_placeholder": "Rör mitt", + "pipelines.new_pipeline_btn": "Nýtt rör", + "pipelines.no_steps": "Engin skref skilgreind. Bættu við skrefi til að byrja að byggja upp þitt rör.", + "pipelines.ocr_auto": "Sjálfvirkt (nota sjálfgefið kerfisval)", + "pipelines.ocr_language_hint": "Setur af stað alþjóðlegu tungumálastillinguna fyrir Tesseract/EasyOCR. Azure og Mistral þekkja sjálfkrafa tungumálið.", + "pipelines.ocr_language_label": "OCR Tungumál", + "pipelines.optional_suffix": "(valfrjálst)", + "pipelines.page_title": "Vinnsla rör", + "pipelines.set_default": "Setja sem mitt sjálfgefið rör", + "pipelines.step_label_placeholder": "Yfirskrifa sjálfgefið skrefanavn", + "pipelines.step_type_label": "Skrefategund", + "pipelines.subtitle_intro": "Skilgreina og stjórna sérsniðnum ferlum fyrir skjalavinnslu.", + "pipelines.subtitle_system_post": "merki og eru sýnileg öllum notendum.", + "pipelines.subtitle_system_pre": "Kerfisrör (birt af stjórnendum) eru sýnd með", + "pipelines.system_label": "Kerfi", + "pipelines.system_pipeline_label": "Kerfisrör (sýnilegt öllum notendum)", + "pipelines.title": "Vinnsla rör", + "profile.avatar_alt": "Myndin þín í prófílnum", + "profile.avatar_heading": "Prófílmynd", + "profile.avatar_remove": "Fjarlægja sérsniðna mynd", + "profile.avatar_upload_hint": "Uppfæra JPEG, PNG, GIF eða WebP mynd upp að 2 MB. Ef ekki er sérsniðin mynd sett, er {gravatar} sýnd.", + "profile.choose_image": "Veldu mynd\u0000a\u0000a", + "profile.confirm_password": "Staðfesta nýja lykilorðið", + "profile.contact_email_hint": "Notað fyrir kerfisviðvaranir. Þetta breytir ekki innskráningartölvupóstinum þínum.", + "profile.contact_email_label": "Tengiliður / Viðvarana tölvupóstur", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "Núverandi lykilorð", + "profile.dismiss": "Hunsa", + "profile.display_name_hint": "Skildu eftir tómt til að nota notendanafn reikningsins eða tölvupóst.", + "profile.display_name_label": "Sýndarnafn", + "profile.display_name_placeholder": "Þitt nafn eins og það sé sýnt í UI", + "profile.general_heading": "Almennar upplýsingar", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Prófílstillingar", + "profile.language_auto_detect": "Sjálfvirk greining (frá vafra)", + "profile.language_hint": "Veldu aðgangstungumál sem þú kýst. „Sjálfvirk greining“ fer eftir stillingum vafrans þíns.", + "profile.language_label": "UI tungumál", + "profile.new_password": "Nýtt lykilorð", + "profile.new_password_hint": "Minni en 8 stafir.", + "profile.page_title": "Prófílstillingar – DocuElevate", + "profile.password_heading": "Breyta lykilorði", + "profile.preferences_heading": "Valkostir", + "profile.save_button": "Vista breytingar", + "profile.saving": "Sparar\u0000a\u0000a", + "profile.subtitle": "Stjórnaðu sýndarnafni, prófílmynd, tungumáli og þema valkostum.", + "profile.theme_dark": "Dökk", + "profile.theme_hint": "„Kerfislægt sjálfgefið“ fylgir stillingu dökkra stjórnunar fyrir tækið þitt.", + "profile.theme_label": "Litaval", + "profile.theme_light": "Létt", + "profile.theme_system": "Kerfislægt sjálfgefið", + "profile.update_password": "Uppfæra lykilorð", + "profile.updating": "Uppfærir\u001a\u00111", + "queue.active_tasks": "Aktífar verkefni", + "queue.auto_refresh_1": "Sjálfvirkt endurnýjar á", + "queue.auto_refresh_2": "sekúndum", + "queue.col_arguments": "Rök", + "queue.col_current_step": "Núverandi skref", + "queue.col_file": "Skjal", + "queue.col_files": "Skrár", + "queue.col_queue": "Biðröð", + "queue.col_state": "Ástand", + "queue.col_task": "Verkefni", + "queue.col_task_id": "Verkefni ID", + "queue.files_processing": "Skráarvinnsla", + "queue.heading": "Biðröð Vöktun", + "queue.last_updated": "Síðast uppfært:", + "queue.loading_stats": "Hleður biðröð tölfræði\u0000a...", + "queue.no_active_tasks": "Engin virk verkefni", + "queue.no_data": "Engin gögn", + "queue.no_files_processing": "Engar skrár í vinnslu", + "queue.page_title": "Biðröð Vöktun", + "queue.processing_pipeline": "Vinnslupípa", + "queue.queued_tasks": "Biðröð verkefna", + "queue.recently_processing": "Skrár í nýlegri vinnslu", + "queue.redis_queues": "Redis Biðröðir", + "queue.subtitle": "Sýning í rauntíma á skjaldvinnslupípunni og Celery verkefnabiðröðum.", + "queue.workers_online": "Vinnufólk á netinu", + "search.button": "Leita", + "search.error_message": "Leit er tímabundið ófáanleg. Vinsamlegast reyndu aftur eftir smá stund.", + "search.filter_aria_clear": "Hreinsa öll síu", + "search.filter_clear_button": "Hreinsa síur", + "search.filter_date_from": "Dagsetning Frá", + "search.filter_date_to": "Dagsetning Til", + "search.filter_document_type": "Skjalategund", + "search.filter_document_type_placeholder": "t.d. Reikningur", + "search.filter_language": "Tungumál", + "search.filter_language_placeholder": "t.d. de", + "search.filter_sender": "Sendandi", + "search.filter_sender_placeholder": "t.d. ACME Corp", + "search.filter_tags": "Merki", + "search.filter_tags_placeholder": "t.d. amazon", + "search.filter_text_quality": "Texti Gæði", + "search.filter_text_quality_all": "Öll", + "search.filter_text_quality_high": "Hátt", + "search.filter_text_quality_low": "Lágt", + "search.filter_text_quality_medium": "Miðlungs", + "search.filter_text_quality_no_text": "Engin texti", + "search.heading": "Skjalaleit", + "search.input_aria_label": "Leita að skjölum", + "search.input_placeholder": "Leita að skjölum eftir efni, sendanda, merki, tegund...", + "search.loading_indicator": "Leita\u00173;", + "search.no_results": "Engin niðurstaða fundin", + "search.page_title": "Leita að skjölum", + "search.placeholder": "Leita með skráarheiti, efni, merki...", + "search.result_empty": "Engin skjöl fundust sem passa við fyrirspurn þína.", + "search.results_count": "{count} niðurstöður fundnar", + "search.saved_aria_save": "Vista núverandi leit", + "search.saved_button": "Vista núverandi", + "search.saved_empty": "Engar vistaðar leitarfyrirspurnir enn", + "search.saved_error": "Gat ekki hlaðið vistuðum leitarfyrirspurnum", + "search.saved_label": "Vistar leitarfyrirspurnir", + "search.saved_loading": "Hlaða...", + "search.title": "Leita að skjölum", + "settings.audit_log_btn": "Endurskoðunarskírsla", + "settings.autocomplete_hint": "Sláðu inn til að leita að þekktum gildum eða sláðu inn hvaða sérsniðið gildi sem er.", + "settings.autocomplete_no_matches": "Engin samsvörun - þú getur samt slegið inn sérsniðið gildi", + "settings.autocomplete_placeholder": "Sláðu inn til að leita eða sláðu inn gildi\u00173;", + "settings.boolean_enable_prefix": "Virkja", + "settings.categories_aria": "Flokkar stillinga", + "settings.categories_heading": "Flokkar", + "settings.db_wizard_btn": "DB töframaður", + "settings.effective_value_label": "Gildið sem gildir:", + "settings.encrypted_suffix": "= dulkóðað í hvíld", + "settings.encrypted_title": "Gildið er dulkóðað í hvíld í gagnagrunninum", + "settings.export_btn": "Flytja út", + "settings.export_db_only": "DB stillingar aðeins", + "settings.export_full_config": "Fullkomin virk uppsetning", + "settings.jump_to_category": "Stökkva í flokk\u00173;", + "settings.manage_config_prefix": "Stjórna stillingu. Forgangur:", + "settings.model_picker_hint": "Veldu úr listanum eða sláðu inn hvaða módeli sem er sem er studd af veitan.", + "settings.model_picker_placeholder": "Veldu algengt módel eða sláðu inn sérsniðið nafn\u00173;", + "settings.no_results_clear": "hreinsa leitarniðurstöðuna", + "settings.no_results_heading": "Engar stillingar fundust", + "settings.no_results_hint": "Prófaðu aðra leitarorð eða", + "settings.page_heading": "Forritstillur", + "settings.required_label": "(nauðsynlegt)", + "settings.reset_confirm": "Ertu viss um að þú viljir endurstilla þessa stillingu?", + "settings.restart_required_suffix": "= endurræsing nauðsynleg", + "settings.revert_btn": "Fjarlægja úr DB", + "settings.revert_title": "Fjarlægja DB overriding og snúa aftur að umhverfisbreytu eða sjálfgefnu", + "settings.reverting": "Afturhvarf\u0002026", + "settings.save_all_btn": "Vista allar breytingar", + "settings.save_error": "Mistakist að vista stillingu", + "settings.save_setting_title": "Vista þessa stillingu", + "settings.save_success": "Stillingu vistað með góðum árangri", + "settings.saving_state": "Vistun\u000002026", + "settings.search_aria_label": "Leita að stillingum", + "settings.search_clear_aria": "Hreinsa leitina", + "settings.search_placeholder": "Leita að stillingum eftir nafni, lykli eða lýsingu\u0002026", + "settings.settings_count_suffix": "stillingar", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "settings.source_default_badge": "SJÁLFGJAF", + "settings.source_env_badge": "UMHVERFI", + "settings.title": "Stillingar", + "settings.toggle_visibility_aria": "Breita sýnileika lykilorðs", + "settings.toggle_visibility_title": "Sýna/fela gildi", + "settings.user_autocomplete_empty": "Engir samhliða notendur fundust", + "settings.user_autocomplete_hint": "Sláðu inn til að leita að núverandi notendum eftir nafni, eða sláðu inn hvaða auðkenni sem er handvirkt.", + "settings.user_autocomplete_placeholder": "Byrjaðu að slá inn til að leita að notendum\u0002026", + "settings.wizard_btn": "Galdrakarl", + "shared.col_expiry": "Gildistími", + "shared.col_file_label": "Skrá / Merki", + "shared.col_link": "Tengill", + "shared.col_views": "Skoðanir", + "shared.copy_link_aria": "Afrita tengil í klippiborðið", + "shared.copy_link_title": "Afrita tengil", + "shared.create_btn": "Búa til tengil", + "shared.create_heading": "Búa til nýjan deilanlegan tengil", + "shared.creating": "Búum til\u0002026", + "shared.expiry_12h": "12 klukkustundir", + "shared.expiry_14d": "14 dagar", + "shared.expiry_1h": "1 klukkustund", + "shared.expiry_24h": "24 klukkustundir (1 dagur)", + "shared.expiry_30d": "30 dagar", + "shared.expiry_3d": "3 dagar", + "shared.expiry_6h": "6 klukkustundir", + "shared.expiry_7d": "7 dagar", + "shared.expiry_label": "Gildistími", + "shared.expiry_never": "Aldrei", + "shared.file_id_help_post": "síðu eða í URL details skjalsins.", + "shared.file_id_help_pre": "Finndu skrár ID á", + "shared.file_id_label": "Skrá ID", + "shared.file_id_placeholder": "t.d. 42", + "shared.files_link": "Skrár", + "shared.heading": "Deildar Tenglar", + "shared.label_label": "Merkimiði", + "shared.label_placeholder": "t.d. Deilt með Bob", + "shared.link_created": "Deildur tengill búinn til!", + "shared.link_created_help": "Afritaðu og sendu þennan tengil til viðtakandans.", + "shared.links_count_aria": "fjöldi tengla", + "shared.max_downloads_label": "Max niðurhall", + "shared.no_links": "Engir deildir tenglar enn. Búðu til einn hér að ofan til að byrja.", + "shared.open_in_new_tab": "Opna í nýjum flipa", + "shared.open_link_aria": "Opna deildan tengil", + "shared.optional": "(valfrjálst)", + "shared.page_title": "Deildar Tenglar – DocuElevate", + "shared.password_label": "Lykilorð", + "shared.password_placeholder": "Láttu blanko fyrir ekki lykilorð", + "shared.password_protected": "Lykilorð verndað", + "shared.refresh_aria": "Endurnýja lista yfir deilda tengla", + "shared.revoke_aria_prefix": "Fella niður deild tengil fyrir", + "shared.revoke_btn": "Fella niður", + "shared.status_active": "Virkt", + "shared.status_expired": "Útrunnið", + "shared.status_limit_reached": "Mörk náð", + "shared.status_revoked": "Fellt niður", + "shared.subtitle": "Deildu skjölum með hverjum sem er í gegnum tímabundinn eða sýningartakmarkaðan tengil. Þeir sem taka á móti þurfa ekki að hafa DocuElevate reikning. Tenglar geta verið lykilorðverndaðir og fellir niður hvenær sem er.", + "shared.table_aria": "Deildar tenglar", + "shared.unlimited_placeholder": "Ótakmarkað", + "shared.your_links": "Þínir Deildar Tenglar", + "similarity.backfill_auto": "Bakgrunnsverkefnið mun reikna þau sjálfkrafa á hverju 5 mínútur, eða þú getur", + "similarity.files_missing_text": "skrá(s) hafa OCR texta en engin innbóði enn.", + "similarity.find_pairs_btn": "Finna Pör", + "similarity.heading": "Skjal Samræmi", + "similarity.load_error": "Mistókst að hlaða pörum.", + "similarity.min_similarity_label": "Min. samræmi", + "similarity.no_pairs_detail": "Engin skjöl pör fara yfir samræmismarkið.", + "similarity.no_pairs_heading": "Engin svipuð pör fundin", + "similarity.page_title": "Skjalasamband - DocuElevate", + "similarity.pagination_aria": "Sniðmátasíður fyrir samband", + "similarity.per_page_label": "Á hverja síðu", + "similarity.scanning": "Skannað fyrir svipuðum skjalapörum\u0015B", + "similarity.stat_embedding_model": "Innsetningar módel", + "similarity.stat_missing_embedding": "Vantar innsetningu", + "similarity.stat_total_files": "Heildarfjöldi skjalanna", + "similarity.stat_with_embedding": "Með innsetningu", + "similarity.subtitle": "Pör af skjölum með miklu merkingarsambandi, raðað eftir einkunn.", + "similarity.trigger_aria": "Virkja útreikning á innsetningu fyrir öll skjöl sem vanta innsetningar", + "similarity.trigger_now": "virkja það núna", + "status.app_version": "Forrit útgáfa", + "status.build_date": "Útgáfudagur", + "status.container_id": "Gámaauðkenni", + "status.git_commit": "Git skuldbinding", + "status.last_check": "Síðasta athugun", + "status.page_title": "Kerfisástand", + "status.setting_label": "Stilling", + "status.value_label": "Gildi", + "subscription.available_plans_heading": "Tiltæk áætlanir", + "subscription.back_to_dashboard": "Til baka á stjórnborð", + "subscription.cancel_pending": "Afstrika breytingu", + "subscription.cancel_scheduled": "Afstrika áætlaða breytingu", + "subscription.contact_sales": "Hafðu samband við söludeild", + "subscription.current_badge": "Núverandi", + "subscription.current_plan": "Núverandi áætlun", + "subscription.current_plan_cta": "Þín núverandi áætlun", + "subscription.downgrade_to_prefix": "Lækka í", + "subscription.features_heading": "Hvað er innifalið í áætlun þinni", + "subscription.free": "Ókeypis", + "subscription.heading": "Skráning mín", + "subscription.keep_plan_prefix": "Halda", + "subscription.lifetime_files": "Heildarfail (líftími)", + "subscription.month_files": "Föng þessa mánaðar", + "subscription.more_features_label": "meira", + "subscription.page_title": "Skráning mín \u0013 DocuElevate", + "subscription.pending_badge": "Í bið", + "subscription.pending_benefits": "Þú heldur öllum núverandi áætlunargreiðslum þar til þá.", + "subscription.pending_on": "á", + "subscription.pending_title": "Breyting á áætlun í bið eftir áætlun", + "subscription.pending_will_change": "Áætlun þín mun breytast í", + "subscription.per_mo": "/mána\u000f", + "subscription.per_month": "/mánu\u000f", + "subscription.since": "Síðan", + "subscription.single_user_body": "Skráningastig gildir þegar margnotendaaðgerð er virk. Dæmismyndin þín er núna í einnotendaaðgerð með engum vinnslumörkum. Stjórnandi getur virkjað margnotendaaðgerð í gegnum {settings_link}.", + "subscription.single_user_title": "Margnotendaaðgerð er ekki virk.", + "subscription.subtitle": "Þín núverandi áætlun, notkun og tiltæk uppfærslur.", + "subscription.this_month_label": "þessum mánuði", + "subscription.today_files": "Föng í dag", + "subscription.today_label": "í dag", + "subscription.unlimited": "Ótakmarkað", + "subscription.upgrade_info": "Uppfærslur taka strax gildi. Lækkanir eru áætlaðar fyrir lok núverandi reikningsáskriftar.", + "subscription.upgrade_to_prefix": "Uppfæra í", + "subscription.usage_heading": "Notkun", + "upload.browse_button": "Skoða skrár", + "upload.button_processing": "Vinnslua...", + "upload.camera_button": "Taka mynd / Skanna skjal", + "upload.download_button": "Sækja og vinna", + "upload.downloading": "Sæki skrá frá URL...", + "upload.drag_drop": "Drag & drop skrár hérna eða smella til að skoða", + "upload.drop_hint_desktop": "Drag & drop skrár eða möppur hérna, eða smella til að velja skrár.", + "upload.drop_hint_mobile": "Snerta til að velja skrár eða nota myndatökuknappinn hér að neðan.", + "upload.drop_zone_aria": "Skrárupload svæði. Drag and drop skrár hérna, eða ýta á Enter til að skoða skrár.", + "upload.error": "Hlaða upp mistókst", + "upload.error_invalid_url": "Ógildur URL sniðið", + "upload.error_url_required": "Vinsamlegast sláðu inn URL", + "upload.file_size_hint": "Maksimum stærð: 500 MB á skrá", + "upload.file_types": "Leyfðar tegundir: PDF, Office skjöl (Word, Excel, PowerPoint, o.s.frv.), Myndir", + "upload.filename_description": "Láttu tómtt til að nota skráarnafn frá URL", + "upload.filename_label": "Skráarnafn (valfrjálst)", + "upload.filename_placeholder": "mitt-skjal.pdf", + "upload.max_size": "Maksimum skráarstærð: {size}", + "upload.page_title": "Hlaða upp skrám", + "upload.section_device": "Hlaða upp frá tæki", + "upload.section_url": "Hlaða upp frá URL", + "upload.select_file": "Veldu skrá", + "upload.success": "Skrá hefur verið hlaðin upp með सफलता", + "upload.title": "Hlaða upp skjali", + "upload.uploading": "Að hlaða upp...", + "upload.url_description": "Sláðu inn beina tengingu að skrá (PDF, Office skrár eða myndir)", + "upload.url_label": "Skrá URL", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/it.json b/frontend/translations/it.json index 673ec619..784bfa42 100644 --- a/frontend/translations/it.json +++ b/frontend/translations/it.json @@ -1,201 +1,202 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Incontra il Creatore", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_pre": "DocuElevate è sviluppato con passione da", + "about.features_admin_api": "API REST potente per accesso programmatico", + "about.features_admin_config": "Altamente configurabile tramite variabili ambientali", + "about.features_admin_docker": "Pronto per Docker per un facile deployment e scaling", + "about.features_admin_heading": "Amministrazione", + "about.features_admin_oauth2": "Supporto per autenticazione OAuth2 con Authentik", + "about.features_automation_background": "Elaborazione in background con Redis e Celery", + "about.features_automation_gmail": "Integrazione con Gmail e account email generici", + "about.features_automation_heading": "Automazione", + "about.features_automation_imap": "Polling della casella IMAP da più fonti", + "about.features_automation_ingestion": "Ingestione automatizzata di documenti da vari input", + "about.features_heading": "Caratteristiche Principali", + "about.features_integration_cloud": "Archiviazione cloud: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integrazione & Archiviazione", + "about.features_integration_multi_dest": "Supporto multi-destinazione (archivia documenti in più luoghi)", + "about.features_integration_protocols": "Protocolli di trasferimento: FTP, SFTP, inoltro email", + "about.features_integration_selfhosted": "Opzioni self-hosted: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Classificazione intelligente dei documenti e estrazione delle date", + "about.features_processing_heading": "Elaborazione Documenti", + "about.features_processing_metadata": "Estrazione automatizzata dei metadati utilizzando un fornitore di AI pluggabile", + "about.features_processing_ocr": "OCR alimentato da Azure Document Intelligence", + "about.features_processing_pdf": "Conversione PDF per vari formati di file tramite Gotenberg", + "about.features_processing_upload": "Upload di file semplice e sicuro con supporto drag & drop", + "about.github_logo_alt": "Logo di GitHub", + "about.heading": "Informazioni su DocuElevate", + "about.intro_post": " – la tua soluzione moderna e intelligente per l'elaborazione dei documenti! Abbiamo costruito DocuElevate per trasformare completamente il modo in cui gestisci i tuoi documenti – dall'upload all'estrazione, dall'elaborazione all'archiviazione.", + "about.intro_pre": "Benvenuto in ", + "about.involved_description": "Vuoi immergerti nel codice, contribuire con idee o saperne di più su DocuElevate?", + "about.involved_docs": "Leggi la Documentazione", + "about.involved_github": "Guarda DocuElevate su GitHub", + "about.involved_heading": "Partecipa", + "about.involved_website": "Visita il Sito di DocuElevate", + "about.legal_description": "Ci preoccupiamo della tua privacy e della sicurezza dei dati. Ti preghiamo di rivedere il nostro:", + "about.legal_heading": "Privacy & Legale", + "about.legal_license": "Informazioni sulla Licenza", + "about.legal_privacy": "Avviso sulla Privacy", + "about.page_title": "Informazioni su DocuElevate", + "about.story_heading": "La Nostra Storia", + "about.story_p1": "DocuElevate è stato creato con un obiettivo in mente: semplificare e ottimizzare la gestione dei documenti per tutti, che tu sia una piccola startup o una grande azienda.", + "about.story_p2": "Sfruttiamo il potere dei fornitori di intelligenza artificiale plug-in (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey e altri) per l'estrazione dei metadati e il raffinamento del testo, integriamo senza problemi con Dropbox, Nextcloud e Paperless NGX per archiviazione e indicizzazione, utilizziamo Azure Document Intelligence per OCR e persino Gotenberg per conversioni da file a PDF.", + "api_tokens.col_created": "Creato", + "api_tokens.col_last_ip": "Ultimo IP", + "api_tokens.col_last_used": "Ultimo Utilizzato", + "api_tokens.col_name": "Nome", + "api_tokens.col_prefix": "Prefisso Token", + "api_tokens.copy_to_clipboard": "Copia token negli appunti", + "api_tokens.copy_upload_example": "Copia esempio di caricamento negli appunti", + "api_tokens.copy_warning_1": "Copia questo token ora — verrà", + "api_tokens.copy_warning_2": "non mostrato di nuovo", + "api_tokens.create_heading": "Crea Nuovo Token", + "api_tokens.create_token": "Crea Token", + "api_tokens.creating": "Creazione in corso…", + "api_tokens.heading": "Token API", + "api_tokens.intro": "Crea token API personali per interagire con l'API di DocuElevate in modo programmato. Usa i token per caricamenti webhook, pipeline CI/CD o qualsiasi script che necessita di caricare o recuperare documenti.", + "api_tokens.loading_tokens": "Caricamento token in corso…", + "api_tokens.never": "Mai", + "api_tokens.no_tokens_heading": "Nessun token API ancora", + "api_tokens.no_tokens_help": "Crea il tuo primo token sopra per iniziare.", + "api_tokens.page_title": "Token API – DocuElevate", + "api_tokens.revoke": "Revoca", + "api_tokens.revoke_prefix": "Revoca token", + "api_tokens.status_active": "Attivo", + "api_tokens.status_revoked": "Revocato", + "api_tokens.table_aria": "Token API", + "api_tokens.token_created": "Token creato con successo!", + "api_tokens.token_name_label": "Nome del token", + "api_tokens.token_name_placeholder": "es. CI Pipeline, Caricamento Webhook, Il Mio Script", + "api_tokens.usage_heading": "Esempio di Utilizzo", + "api_tokens.usage_intro_post": "intestazione con qualsiasi richiesta API:", + "api_tokens.usage_intro_pre": "Usa il tuo token API nel", + "api_tokens.your_tokens": "I Tuoi Token", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", + "audit.col_resource": "Risorsa", "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", + "audit.critical": "Critico", + "audit.filter_action": "Azione", + "audit.filter_all_actions": "Tutte le azioni", + "audit.filter_all_users": "Tutti gli utenti", + "audit.filter_resource_placeholder": "ad es. documento, utente", + "audit.filter_resource_type": "Tipo di risorsa", + "audit.filter_severity": "Severità", + "audit.filter_user": "Utente", + "audit.filters_section_label": "Filtri del registro audit", + "audit.next": "Avanti", + "audit.next_label": "Pagina successiva", + "audit.no_events": "Nessun evento audit registrato ancora.", + "audit.no_events_hint": "Le azioni significative (accessi, operazioni sui documenti, modifiche alle impostazioni) appariranno qui.", + "audit.page_title": "Registri Audit - DocuElevate", + "audit.pagination_label": "Paginazione registro audit", + "audit.prev": "Precedente", + "audit.prev_label": "Pagina precedente", + "audit.refresh_label": "Aggiorna i registri audit", + "audit.siem_disabled_title": "L'inoltro SIEM è disabilitato", + "audit.siem_enabled_title": "Gli eventi vengono inoltrati a ", + "audit.siem_off": "SIEM: Spento", + "audit.subtitle": "Registro completo, solo in aggiunta di tutte le azioni significative.", + "audit.table_label": "Eventi del registro audit", + "audit.title": "Registri Audit", + "auth.confirm_password": "Conferma password", + "auth.create_account": "Crea un account", + "auth.display_name_label": "Nome visualizzato", "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", + "auth.forgot_password": "Password dimenticata?", + "auth.forgot_username": "Nome utente dimenticato?", "auth.login": "Accedi", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Esci", + "auth.login_title": "Accedi", + "auth.logo_alt": "Logo DocuElevate", + "auth.logout": "Disconnetti", "auth.my_account": "Il mio account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", + "auth.no_account": "Non hai un account?", + "auth.or_continue_with": "O continua con", "auth.password_label": "Password", "auth.profile": "Profilo", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", + "auth.remember_me": "Ricordami", + "auth.return_home": "Torna alla home", + "auth.sign_in": "Accedi", + "auth.sign_in_sso": "Accedi con SSO", + "auth.sign_in_with": "Accedi con", + "auth.sign_in_with_username": "Accedi con nome utente", "auth.signup": "Registrati", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", + "auth.signup_title": "Registrati", + "auth.username_label": "Nome utente", + "auth.username_or_email": "Nome utente o Email", + "auth.verify_email_back_sign_in": "Torna per accedere", + "auth.verify_email_expiry": "Il link scade in 24 ore. Se non vedi l'email, controlla la tua cartella spam.", + "auth.verify_email_heading": "Controlla la tua casella di posta", + "auth.verify_email_message": "Ti abbiamo inviato un'email di verifica. Clicca sul link nell'email per attivare il tuo account.", + "auth.verify_email_page_title": "DocuElevate - Verifica la tua Email", + "auth.verify_email_resend_aria_label": "Indirizzo email per il reinvio", + "auth.verify_email_resend_button": "Reinvia email di verifica", + "auth.verify_email_resend_label": "Indirizzo email", + "auth.verify_email_resend_placeholder": "Inserisci il tuo indirizzo email", + "auth.verify_email_resend_prompt": "Non l'hai ricevuta?", + "backup.archives_heading": "Archivi di Backup", + "backup.backup_now": "Esegui Backup Ora", + "backup.clean_up": "Pulizia", + "backup.cleanup_title": "Esegui la pulizia della retention ora", + "backup.col_created": "Creato", + "backup.col_filename": "Nome file", + "backup.col_size": "Dimensione", + "backup.col_storage": "Archiviazione", + "backup.col_type": "Tipo", + "backup.config_auto_backup": "Backup automatico", + "backup.config_remote_dest": "Destinazione remota", "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "backup.config_total_size": "Dimensione totale locale", + "backup.confirm_btn": "Conferma", + "backup.confirm_title": "Conferma azione", + "backup.heading": "Gestione Backup", + "backup.local_only": "Solo locale", + "backup.no_backups": "Nessun backup ancora.", + "backup.no_backups_hint": "Clicca su Esegui Backup Ora per creare il tuo primo backup.", + "backup.page_title": "Gestione Backup", + "backup.records_label": "record", + "backup.restore_btn": "Ripristina", + "backup.restore_desc_mid": "archivio di backup per ripristinare il database.", + "backup.restore_desc_pre": "Carica un", + "backup.restore_desc_warning": "Questo sovrascriverà tutti i dati attuali.", + "backup.restore_file_label": "Archivio di backup (.db.gz)", + "backup.restore_heading": "Ripristina da File", + "backup.restoring": "Ripristino\u001220;", + "backup.retention_daily_detail": "\u0013 conservati per 3 settimane", + "backup.retention_heading": "Politica di conservazione", + "backup.retention_hourly_detail": "\u0013 conservati per 4 giorni", + "backup.retention_note": "I backup oltre questi limiti vengono automaticamente eliminati dopo la creazione di ogni nuovo backup.", + "backup.retention_weekly_detail": "\u0013 conservati per ~3 mesi", + "backup.snapshots": "istantanee", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", + "backup.storage_local": "locale", + "backup.subtitle": "I backup del database vengono creati automaticamente: ogni ora (4 giorni), ogni giorno (3 settimane), ogni settimana (13 settimane).", + "backup.table_aria": "Archivi di backup", + "backup.trigger_daily": "Backup Ora (Giornaliero)", + "backup.trigger_hourly": "Backup Ora (Orario)", + "backup.trigger_weekly": "Backup Ora (Settimanale)", + "backup.type_daily": "Giornaliero", + "backup.type_hourly": "Orario", + "backup.type_weekly": "Settimanale", + "billing.go_to_dashboard": "Vai al dashboard", + "billing.manage_subscription": "Gestisci abbonamento", + "billing.success_heading": "Sei a posto!", + "billing.success_message": "Il tuo abbonamento è stato attivato. Grazie per aver scelto DocuElevate!", + "billing.success_page_title": "DocuElevate - Abbonamento Attivato", "common.actions": "Azioni", "common.active": "Attivo", - "common.all": "Tutto", + "common.all": "Tutti", + "common.avatar": "Avatar", "common.back": "Indietro", "common.cancel": "Annulla", "common.close": "Chiudi", - "common.col_pending": "Pending", + "common.col_pending": "In attesa", "common.completed": "Completato", "common.confirm": "Conferma", "common.copied": "Copiato!", "common.copy": "Copia", - "common.create": "Create", + "common.create": "Crea", "common.created": "Creato", "common.date": "Data", "common.delete": "Elimina", @@ -203,7 +204,7 @@ "common.details": "Dettagli", "common.disabled": "Disabilitato", "common.download": "Scarica", - "common.duplicate": "Duplicate", + "common.duplicate": "Duplica", "common.edit": "Modifica", "common.enabled": "Abilitato", "common.error": "Errore", @@ -214,109 +215,113 @@ "common.loading": "Caricamento...", "common.name": "Nome", "common.next": "Avanti", - "common.next_page": "Next page", + "common.next_page": "Pagina successiva", "common.no": "No", "common.none": "Nessuno", - "common.page": "Page", - "common.pending": "In attesa", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "In elaborazione", - "common.refresh": "Aggiorna", - "common.reset": "Reimposta", + "common.page": "Pagina", + "common.paused": "In pausa", + "common.pending": "In sospeso", + "common.prev_page": "Pagina precedente", + "common.previous": "Precedente", + "common.processing": "Elaborazione", + "common.refresh": "Ricarica", + "common.reset": "Ripristina", "common.retry": "Riprova", "common.save": "Salva", "common.search": "Cerca", "common.select": "Seleziona", - "common.select_placeholder": "— select —", + "common.select_placeholder": "\u00199 seleziona \u00199", "common.size": "Dimensione", "common.status": "Stato", - "common.submit": "Submit", + "common.submit": "Invia", "common.success": "Successo", - "common.tags": "Tags", + "common.tags": "Tag", + "common.test": "Test", + "common.test_connection": "Test connessione", "common.type": "Tipo", + "common.update": "Aggiornare", "common.updated": "Aggiornato", "common.upload": "Carica", "common.view": "Visualizza", "common.warning": "Avviso", "common.yes": "Sì", "cookie.accept": "Ho capito", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate utilizza solo cookie di sessione essenziali necessari per l'autenticazione e il funzionamento del servizio. Non vengono utilizzati cookie di tracciamento o analisi.", - "cookie.notice_label": "Avviso sui cookie", + "cookie.learn_more": "Scopri di più", + "cookie.message": "Questo sito web utilizza i cookie per migliorare la tua esperienza.", + "cookie.notice": "DocuElevate utilizza solo i cookie di sessione essenziali necessari per l'autenticazione e il funzionamento del servizio. Non vengono utilizzati cookie di tracciamento o analisi.", + "cookie.notice_label": "Avviso cookie", "cookie.policy_link": "Politica sui cookie", "cookie.privacy_link": "Informativa sulla privacy", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", + "credentials.col_action": "Azione", + "credentials.col_credential": "Credenziale", + "credentials.col_source": "Fonte", + "credentials.configured": "Configurato", + "credentials.edit_in_settings": "Modifica nelle impostazioni", + "credentials.legend_db": "Valore memorizzato nel database (crittografato a riposo; sovrascrive la variabile di ambiente)", "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", + "credentials.legend_env_before": "Valore dalla variabile di ambiente o ", + "credentials.legend_missing": "Credenziale non impostata — l'integrazione non funzionerà", + "credentials.legend_restart": "Riavvio richiesto quando questa credenziale viene modificata", + "credentials.legend_title": "Leggenda", + "credentials.manage_settings": "Gestisci impostazioni", + "credentials.not_configured": "Non configurato", + "credentials.page_title": "Audit delle credenziali - DocuElevate", + "credentials.raw_json": "JSON grezzo (API)", + "credentials.restart_title": "Riavvio richiesto dopo aver ruotato questa credenziale", + "credentials.source_db_title": "Memorizzato nel database (crittografato)", + "credentials.source_env_title": "Dalla variabile di ambiente", + "credentials.status_missing": "Mancante", + "credentials.subtitle": "Panoramica di tutte le credenziali sensibili utilizzate da DocuElevate. Nessun valore segreto è mostrato qui — solo se ogni credenziale è configurata e da dove proviene.", + "credentials.table_for": "Credenziali per", + "credentials.title": "Audit delle credenziali", + "credentials.total_credentials": "Credenziali totali", "dashboard.active_integrations": "Integrazioni attive", - "dashboard.files_this_month": "File questo mese", - "dashboard.files_today": "File oggi", - "dashboard.ocr_processed": "OCR elaborati", - "dashboard.quick_actions": "Azioni rapide", + "dashboard.files_this_month": "File di questo mese", + "dashboard.files_today": "File di oggi", + "dashboard.ocr_processed": "OCR elaborato", + "dashboard.quick_actions": "Azioni veloci", "dashboard.recent_activity": "Attività recente", - "dashboard.storage_targets": "Destinazioni di archiviazione", - "dashboard.title": "Cruscotto", + "dashboard.storage_targets": "Obiettivi di archiviazione", + "dashboard.title": "Dashboard", "dashboard.total_files": "File totali", - "dashboard.welcome": "Benvenuto su DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "dashboard.welcome": "Benvenuto in DocuElevate", + "duplicates.file_id_label": "ID del file", + "duplicates.file_id_placeholder": "es. 42", + "duplicates.find_btn": "Trova", + "duplicates.found_files": "file duplicati in totale.", + "duplicates.found_groups": "gruppo/i duplicati con", + "duplicates.found_prefix": "Trovato", + "duplicates.group_aria": "Gruppo duplicato", + "duplicates.heading": "Documenti Duplicati", + "duplicates.how_it_works_heading": "Come funziona il rilevamento dei quasi duplicati", + "duplicates.max_results_label": "Risultati max", + "duplicates.near_dup_desc": "Seleziona un documento per controllare se altri file contengono lo stesso (o contenuto molto simile) \u0014 anche se sono stati scansionati in momenti diversi e hanno hash SHA-256 diversi.", + "duplicates.near_dup_heading": "Trova Quasi-Duplicati per un Documento", + "duplicates.no_exact_heading": "Nessun duplicato esatto trovato", + "duplicates.page_title": "Documenti Duplicati - DocuElevate", + "duplicates.pagination_aria": "Paginazione", + "duplicates.role_duplicate": "Duplicato", + "duplicates.role_original": "Originale", + "duplicates.tab_exact": "Duplicati Esatti", + "duplicates.tab_near": "Trovatore di Quasi-Duplicati", + "duplicates.tabs_aria": "Schede di rilevamento duplicati", + "duplicates.threshold_label": "Soglia di somiglianza", + "duplicates.view_dup_aria": "Visualizza file duplicato", + "duplicates.view_original_aria": "Visualizza file originale", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Oops, non siamo riusciti a trovare quella pagina!", + "error.404_home": "Torna alla Home", + "error.404_message": "Sembra che DocuElevate abbia smarrito il documento che stavi cercando. Non preoccuparti - ci siamo noi.", + "error.404_title": "404 - Non Trovato", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", + "error.500_debug_info": "Mostra Info di Debug", + "error.500_description": "I nostri server hanno incontrato un imprevisto e hanno bisogno di un momento.", + "error.500_heading": "Oops! Qualcosa è andato storto.", + "error.500_home": "Vai alla Home", + "error.500_img_alt": "Illustrazione di un errore del server", + "error.500_message1": "I nostri server hanno incontrato un imprevisto e hanno bisogno di un momento. Forse i criceti hanno rovesciato il loro caffè?", + "error.500_message2": "Siamo già al lavoro — ordinando file, riavviando server e ri-calibrando i condensatori a flusso.", + "error.500_title": "Errore del Server - DocuElevate", "error.forbidden": "Vietato", "error.forbidden_message": "Non hai il permesso di accedere a questa pagina.", "error.not_found": "Pagina non trovata", @@ -324,606 +329,786 @@ "error.server_error": "Errore interno del server", "error.server_error_message": "Qualcosa è andato storto. Riprova più tardi.", "error.unauthorized": "Non autorizzato", - "error.unauthorized_message": "Devi accedere per visualizzare questa pagina.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", + "error.unauthorized_message": "Devi effettuare il login per accedere a questa pagina.", + "files.action_delete": "Elimina file", + "files.action_details": "Visualizza dettagli", + "files.action_preview": "Anteprima veloce", + "files.bulk_clear_selection": "Cancella selezione", + "files.bulk_cloud_ocr": "Riesegui Cloud OCR", + "files.bulk_delete": "Elimina selezionati", + "files.bulk_download": "Scarica come ZIP", + "files.bulk_reprocess": "Rielabora selezionati", + "files.delete_modal_cancel": "Annulla", + "files.delete_modal_confirm": "Elimina", + "files.delete_modal_message": "Sei sicuro di voler eliminare questo file?", + "files.delete_modal_title": "Conferma eliminazione", "files.document_title": "Titolo del documento", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", + "files.drop_overlay_hint": "Supporta PDF, documenti Office, immagini, HTML, Markdown e altro - le cartelle vengono elaborate ricorsivamente", + "files.drop_overlay_title": "Trascina file o cartelle ovunque per caricare", + "files.error_hint": "Questo potrebbe essere dovuto a un problema di configurazione o importazione. Controlla i log del server.", "files.file_size": "Dimensione del file", "files.filename": "Nome del file", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", + "files.files_selected": "file selezionati", + "files.filter_all_providers": "Tutti i fornitori", + "files.filter_all_statuses": "Tutti gli stati", + "files.filter_all_types": "Tutti i tipi", + "files.filter_apply": "Applica filtri", + "files.filter_clear": "Cancella", + "files.filter_date_from": "Data da", + "files.filter_date_from_aria": "Filtra dalla data", + "files.filter_date_to": "Data a", + "files.filter_date_to_aria": "Filtra alla data", + "files.filter_form_aria": "Filtra file", + "files.filter_mime_type": "Tipo MIME", + "files.filter_ocr_all": "Tutti i file", + "files.filter_ocr_good": "Buona qualità", + "files.filter_ocr_poor": "Scarsa qualità", + "files.filter_ocr_quality": "Qualità OCR", + "files.filter_ocr_quality_aria": "Filtra per punteggio di qualità OCR", + "files.filter_ocr_unchecked": "Non ancora valutato", + "files.filter_search_label": "Cerca Nome File", + "files.filter_search_placeholder": "Inserisci il nome del file...", + "files.filter_storage_provider": "Fornitore di Archiviazione", + "files.filter_tags_aria": "Filtra per tag (separati da virgola)", + "files.filter_tags_placeholder": "es. fattura,amazon", + "files.fulltext_search_label": "Ricerca Testo Completo (testo OCR, metadati, tag)", + "files.fulltext_search_placeholder": "Cerca contenuto del documento, mittente, tag, tipo...", "files.no_files": "Nessun file trovato", "files.ocr_status": "Stato OCR", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "files.page_title": "Registrazioni File", + "files.pagination_files": "file", + "files.pagination_first": "Primo", + "files.pagination_last": "Ultimo", + "files.pagination_nav_aria": "Paginazione elenco file", + "files.pagination_next": "Successivo", + "files.pagination_of": "di", + "files.pagination_previous": "Precedente", + "files.pagination_showing": "Mostrando", + "files.preview_modal_close": "Chiudi anteprima", + "files.preview_modal_title": "Anteprima", + "files.queue_banner_items": "elemento(i) sono attualmente in coda o in fase di elaborazione. I file appariranno qui una volta completata l'elaborazione.", + "files.queue_banner_link": "Visualizza Coda", + "files.saved_searches_empty": "Nessuna ricerca salvata ancora", + "files.saved_searches_error": "Impossibile caricare le ricerche salvate", + "files.saved_searches_label": "Ricerche Salvate", + "files.saved_searches_save": "Salva Corrente", + "files.saved_searches_save_aria": "Salva i filtri correnti come ricerca salvata", + "files.search_results_empty": "Nessun risultato trovato.", + "files.search_results_title": "Risultati della Ricerca", + "files.status_duplicate": "Duplicato", + "files.table_actions": "Azioni", + "files.table_aria": "Registrazioni file", + "files.table_created_at": "Creato Il", + "files.table_empty": "Nessun file trovato", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", + "files.table_mime_type": "Tipo MIME", + "files.table_original_filename": "Nome File Originale", + "files.table_select_all": "Seleziona tutti i file in questa pagina", "files.tags": "Tag", "files.title": "File", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", + "files.upload_modal_aria": "Progresso dell'upload", + "files.upload_modal_close": "Chiudi il progresso dell'upload", + "files.upload_modal_header": "Caricamento File", "files.uploaded": "Caricato", - "footer.about": "About", - "footer.attribution": "Attribution", + "footer.about": "Informazioni", + "footer.attribution": "Attribuzione", "footer.attributions": "Attribuzioni", "footer.cookies": "Cookie", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Note legali", + "footer.imprint": "Impronta", "footer.license": "Licenza", - "footer.navigation": "Navigazione a piè di pagina", + "footer.navigation": "Navigazione del footer", "footer.privacy": "Privacy", "footer.terms": "Termini", "footer.version": "Versione {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "Collegato tramite OAuth. I file vengono salvati nella cartella scelta.", + "help.destinations_email": "Inoltro email", + "help.destinations_email_desc": "File elaborati inviati come allegati SMTP.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Account di servizio o OAuth. Supporta drive condivisi.", + "help.destinations_heading": "Destinazioni – Dove vanno i documenti", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Archiviazione cloud self-hosted tramite WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Integrazione con Microsoft Graph API.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Invia documenti direttamente in Paperless per l'archiviazione.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Qualsiasi bucket compatibile S3 (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Trasferimento file sicuro su qualsiasi server.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", + "help.destinations_webhook_desc": "Invia metadata a qualsiasi endpoint esterno.", "help.documentation": "Documentazione", - "help.faq": "Domande frequenti", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Per iniziare", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.faq": "Domande Frequenti", + "help.faq_1_a": "Vai alla pagina di upload, trascina e rilascia i tuoi file oppure clicca su Scegli File. DocuElevate converte le immagini e i documenti d'ufficio in PDF, esegue OCR e estrae automaticamente i metadata.", + "help.faq_1_q": "Come faccio a caricare documenti?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF e HTML. I file non PDF vengono automaticamente convertiti in PDF prima dell'elaborazione.", + "help.faq_2_q": "Quali formati di file sono supportati?", + "help.faq_3_a": "Sì. Vai su Email Ingestion, aggiungi un account IMAP e DocuElevate controllerà nuovi messaggi ed elaborerà gli allegati automaticamente.", + "help.faq_3_q": "Posso acquisire documenti da email?", + "help.faq_4_a": "Le pipeline ti consentono di concatenare passaggi di elaborazione – OCR, estrazione AI, conversione di formato – e indirizzare il risultato a una o più destinazioni. Creale e gestiscile dalla pagina delle Pipeline.", + "help.faq_4_q": "Come funzionano le pipeline di elaborazione?", + "help.faq_5_a": "DocuElevate cripta le credenziali a riposo, comunica tramite TLS e non conserva mai i tuoi documenti più a lungo del necessario. Consulta l'Informativa sulla privacy per tutti i dettagli.", + "help.faq_5_a_post": " per dettagli completi.", + "help.faq_5_a_pre": "DocuElevate cripta le credenziali a riposo, comunica tramite TLS e non memorizza i tuoi documenti più a lungo del necessario. Vedi il ", + "help.faq_5_q": "I miei dati sono al sicuro?", + "help.faq_heading": "Domande Frequenti", + "help.getting_started": "Iniziare", + "help.heading": "Centro Assistenza", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Utilizza l'API REST per inviare documenti programmaticamente. Autenticati con un token Bearer e PUBBLICA file all'endpoint di upload.", + "help.ingestion_heading": "Strumenti di Inserimento Dati", + "help.ingestion_mobile": "App Mobili", + "help.ingestion_mobile_desc": "Usa qualsiasi app di scansione mobile che supporti destinazioni di upload HTTP personalizzate per inviare foto e scansioni a DocuElevate dal tuo telefono o tablet.", + "help.ingestion_scanners": "Scanner di Rete", + "help.ingestion_scanners_desc": "Punta qualsiasi scanner di rete o stampante multifunzione all'endpoint di upload di DocuElevate. I documenti scansionati atterrano direttamente nella tua coda di elaborazione.", + "help.ingestion_watched_folders": "Cartelle Monitorate", + "help.ingestion_watched_folders_desc": "Configura una cartella locale o di rete da monitorare. Qualsiasi file inserito in una cartella monitorata viene automaticamente caricato e elaborato da DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integra DocuElevate nei tuoi flussi di lavoro di automazione con Zapier, n8n o Make. Usa le azioni dell'API REST per attivare gli upload di documenti da qualsiasi evento.", + "help.meta_description": "Ottieni aiuto con DocuElevate – trova guide su come caricare documenti, collegare archiviazione cloud, impostare pipeline e altro ancora.", + "help.og_description": "Ottieni aiuto con DocuElevate – trova guide su come caricare documenti, collegare archiviazione cloud, impostare pipeline e altro ancora.", + "help.page_title": "Centro Assistenza", + "help.privacy_notice": "Informativa sulla Privacy", + "help.quickstart_heading": "Guida Rapida", + "help.quickstart_storage": "Collega lo Storaggio", + "help.quickstart_storage_desc": "Vai su Impostazioni e collega i tuoi account cloud. I documenti elaborati vengono automaticamente indirizzati a ogni destinazione che configuri.", + "help.quickstart_storage_desc_full": "Vai su Integrazioni e collega i tuoi account di archiviazione cloud. DocuElevate supporta Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud e altro. I documenti elaborati vengono automaticamente instradati a ogni destinazione che configuri.", + "help.quickstart_upload": "Carica Documenti", + "help.quickstart_upload_desc": "Trascina e rilascia file nella pagina di caricamento o fai clic su Scegli File. DocuElevate converte immagini e documenti di ufficio in PDF, esegue OCR ed estrae automaticamente i metadati.", + "help.quickstart_workflows": "Automatizza i Flussi di Lavoro", + "help.quickstart_workflows_desc": "Crea Pipeline per definire regole di elaborazione e instradamento a più fasi. Combina OCR, estrazione AI, conversione di formato e consegna in un unico flusso.", + "help.sources_email_ingestion": "Acquisizione Email (IMAP)", + "help.sources_email_ingestion_desc": "Inoltra documenti a una casella di posta dedicata. Nella sezione Email Ingestion, aggiungi uno o più account IMAP. DocuElevate controlla nuovi messaggi ed elabora gli allegati automaticamente.", + "help.sources_heading": "Fonti – Acquisire Documenti", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", + "help.sources_rest_api_desc": "Integra programmaticamente inviando file a /api/upload. Ideale per script, cartelle monitorate, scanner o strumenti di terze parti come Zapier e n8n.", + "help.sources_scanner": "Scanner e Mobile", + "help.sources_scanner_desc": "Punta gli scanner di rete all'endpoint di caricamento di DocuElevate o utilizza qualsiasi app di scansione mobile che supporta destinazioni HTTP personalizzate.", + "help.sources_scanner_desc_full": "Configura il tuo scanner di rete o stampante multifunzione per inviare le scansioni direttamente a DocuElevate. Usa l'endpoint /api/upload come destinazione. Sono supportate anche le app di scansione mobile con destinazioni di upload personalizzate.", + "help.sources_web_upload": "Caricamento Web", + "help.sources_web_upload_desc": "Il modo più veloce per iniziare. Apri la pagina di caricamento, trascina uno o più file e DocuElevate si occupa del resto. I formati supportati includono PDF, JPEG, PNG, TIFF, DOCX, XLSX e altro.", + "help.subheading": "Tutto ciò di cui hai bisogno per ottenere il massimo da DocuElevate. Sfoglia gli argomenti qui sotto o cerca ciò di cui hai bisogno.", "help.support": "Supporto", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Centro assistenza", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", + "help.support_admin_message": "Contatta il tuo amministratore per informazioni sul supporto.", + "help.support_description": "Non riesci a trovare ciò che stai cercando? Il nostro team di supporto è qui per aiutarti.", + "help.support_heading": "Contatta il Supporto", + "help.support_live_chat": "Chat dal Vivo disponibile – clicca sulla bolla di chat per iniziare una conversazione.", + "help.support_ticket_button": "Invia un Ticket", + "help.support_ticket_desc": "Compila il modulo qui sotto e il nostro team di supporto ti risponderà il prima possibile.", + "help.support_ticket_heading": "Apri un Ticket di Supporto", + "help.title": "Centro Assistenza", + "help.workflows_creating": "Creazione di una Pipeline", + "help.workflows_definition": "Una Pipeline è una serie di passaggi di elaborazione che vengono eseguiti automaticamente ogni volta che un documento viene acquisito. Ogni passaggio può trasformare, arricchire o instradare il documento.", + "help.workflows_heading": "Flussi di Lavoro e Pipeline", + "help.workflows_step_1": "Converti in PDF", + "help.workflows_step_1_create": "Vai ai Pipeline nel menu principale.", + "help.workflows_step_1_full": "Converti in PDF – tutti i file in arrivo vengono normalizzati in un formato PDF coerente.", + "help.workflows_step_2": "OCR – estrazione del testo", + "help.workflows_step_2_create": "Clicca su Nuovo Pipeline e dai un nome.", + "help.workflows_step_2_full": "OCR – estrai testo selezionabile dalle pagine scansionate utilizzando Azure Document Intelligence o il motore integrato.", + "help.workflows_step_3": "Estrazione dei metadati AI", + "help.workflows_step_3_create": "Aggiungi i passaggi di elaborazione di cui hai bisogno.", + "help.workflows_step_3_full": "Estrazione di metadati AI – classifica il tipo di documento e estrai campi chiave come importi, date e nomi utilizzando OpenAI.", + "help.workflows_step_4": "Consegna a una o più destinazioni", + "help.workflows_step_4_create": "Scegli una o più destinazioni di consegna.", + "help.workflows_step_5_create": "Salva – i nuovi documenti saranno elaborati automaticamente attraverso questo pipeline.", + "help.workflows_typical_steps": "Passaggi Tipici", + "help.workflows_what_is": "Cos'è un Pipeline?", + "index.badge_intelligent": "Elaborazione Intelligente dei Documenti", + "index.button_browse_files": "Sfoglia File", + "index.button_upload": "Carica", + "index.capabilities_cloud": "Archiviazione cloud: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Ingesso di documenti basato su Email e URL", + "index.capabilities_ocr": "OCR e estrazione dei metadati con AI", + "index.capabilities_paperless": "Integrazione Paperless-ngx per la gestione dei documenti", + "index.capabilities_title": "Capacità", + "index.capabilities_workflows": "Classificazione automatizzata e flussi di lavoro di instradamento", + "index.cta_description": "Unisciti ai team che stanno già automatizzando il loro processo di elaborazione documentale con DocuElevate.", + "index.cta_heading": "Pronto a elevare il tuo flusso di lavoro documentale?", + "index.cta_pricing": "Vedi i prezzi", + "index.cta_signup": "Crea un account gratuito", + "index.dashboard_subtitle": "Elaborazione e gestione intelligente dei documenti", + "index.dashboard_subtitle_teams": "Elaborazione e gestione intelligente dei documenti — progettata per i team", + "index.feature_ai": "Estrazione di Metadati AI", + "index.feature_ai_desc": "OpenAI, Claude, Gemini e altri fornitori di AI plug-in classificano i documenti e estraggono campi chiave come date, importi e soggetti.", + "index.feature_cloud": "Archiviazione Multi-Cloud", + "index.feature_cloud_desc": "Instrada i file elaborati a Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP e altro.", + "index.feature_email": "Ingesso Email e IMAP", + "index.feature_email_desc": "Estrai automaticamente documenti da Gmail o qualsiasi casella di posta IMAP — non sono necessari caricamenti manuali.", + "index.feature_ocr": "OCR e Estrazione di Testo", + "index.feature_ocr_desc": "Azure Document Intelligence converte PDF e immagini scansionati in testo completamente ricercabile automaticamente.", + "index.feature_pipelines": "Pipeline Personalizzati", + "index.feature_pipelines_desc": "Costruisci pipeline di elaborazione con passaggi configurabili — OCR, estrazione AI, conversione di formato e instradamento di archiviazione in qualsiasi ordine.", + "index.feature_search": "Ricerca Full-Text", + "index.feature_search_desc": "Trova istantaneamente qualsiasi documento per contenuto, metadati o etichette in tutto il tuo archivio.", + "index.feature_section_title": "Tutto ciò di cui hai bisogno per flussi di lavoro documentali intelligenti", + "index.getting_started": "Iniziare", + "index.getting_started_1": "Configura integrazioni tramite Stato del Sistema", + "index.getting_started_2": "Carica il tuo primo documento", + "index.getting_started_3": "Esamina i risultati nei File", + "index.getting_started_learn": "Scopri di più su DocuElevate", + "index.hero_description": "DocuElevate acquisisce i tuoi documenti, esegue OCR, estrae metadati con l'IA e instrada i file su Dropbox, Google Drive, OneDrive, S3, Nextcloud e altro ancora — tutto in un'unica pipeline senza soluzione di continuità.", + "index.hero_heading": "Dall'upload all'analisi — automaticamente.", + "index.hero_login": "Accedi", + "index.hero_pricing": "Visualizza Piani e Prezzi", + "index.hero_signup": "Inizia — è gratuito", + "index.integrations_active": "Integrazioni attive", + "index.integrations_storage": "Obiettivi di archiviazione", + "index.integrations_title": "Integrazioni", + "index.integrations_view_status": "Visualizza stato del sistema", "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", + "index.page_title_public": "Elaborazione Documenti Intelligenti", + "index.platform_overview": "Panoramica della piattaforma", + "index.processing_stats": "Statistiche di elaborazione", + "index.quick_actions": "Azioni Rapide", + "index.quick_documents": "I Miei Documenti", + "index.quick_documents_desc": "Esplora i tuoi file elaborati", + "index.quick_search": "Cerca", + "index.quick_search_desc": "Ricerca full-text nei documenti", + "index.quick_subscription": "Il Mio Abbonamento", + "index.quick_subscription_desc": "Visualizza dettagli del piano e dell'uso", + "index.quick_system_status": "Stato del Sistema", + "index.quick_system_status_desc": "Controlla la salute delle integrazioni", + "index.quick_upload": "Carica Documento", + "index.quick_upload_desc": "Elabora un nuovo file", + "index.quick_view_files": "Visualizza Tutti i File", + "index.quick_view_files_desc": "Esplora documenti elaborati", + "index.single_user_heading": "Dashboard di DocuElevate", + "index.single_user_subtitle": "Elaborazione e gestione documenti intelligenti", + "index.stat_active_integrations": "Integrazioni Attive", + "index.stat_active_users": "Utenti attivi", + "index.stat_files_month": "File questo mese", + "index.stat_files_ocr": "File con OCR", + "index.stat_files_today": "File oggi", + "index.stat_storage_targets": "Obiettivi di Archiviazione", + "index.stat_this_month": "Questo mese", + "index.stat_today": "Oggi", + "index.stat_total_files": "File totali", + "index.stat_total_processed": "Totale elaborato", + "index.tier_plan": "Piano", + "index.tier_upgrade": "Aggiorna", + "index.tier_view_details": "Visualizza dettagli completi", + "index.upgrade_daily_limits": "Limiti giornalieri e mensili più elevati", + "index.upgrade_description": "Sblocca più documenti, più destinazioni e supporto prioritario.", + "index.upgrade_destinations": "Maggiore spazio di archiviazione", + "index.upgrade_ocr_pages": "Più pagine OCR", + "index.upgrade_plan": "Aggiorna il tuo piano", + "index.upgrade_view_pricing": "Visualizza piani e prezzi", + "index.usage_lifetime": "File a vita", + "index.usage_month": "File di questo mese", + "index.usage_my_usage": "Il mio utilizzo", + "index.usage_today": "File di oggi", + "index.usage_unlimited": "Illimitato", + "integrations.access_key_label": "ID chiave di accesso", + "integrations.active_label": "Attivo", + "integrations.add_button": "Aggiungi integrazione", + "integrations.add_first_button": "Aggiungi la tua prima integrazione", + "integrations.api_token_label": "Token API", + "integrations.authorize_btn": "Autorizza", + "integrations.authorize_reauth": "Re-autorizza", + "integrations.bucket_label": "Bucket", "integrations.configure": "Configura", "integrations.connect": "Connetti", "integrations.connected": "Connesso", + "integrations.connection_failed": "Connessione fallita", + "integrations.connection_success": "Connessione riuscita", + "integrations.delete_confirm_are_you_sure": "Sei sicuro di voler eliminare", + "integrations.delete_confirm_title": "Eliminare integrazione?", + "integrations.delete_confirm_undone": "Questa azione non può essere annullata.", + "integrations.delete_emails_label": "Elimina le email dopo l'elaborazione", + "integrations.delete_files_label": "Elimina i file dopo l'elaborazione", + "integrations.destinations_quota_label": "Destinazioni di archiviazione:", + "integrations.destinations_section": "Destinazioni", + "integrations.direction_destination": "Destinazione (archiviazione)", + "integrations.direction_label": "Direzione", + "integrations.direction_placeholder": "\u00040 Seleziona \u00040", + "integrations.direction_source": "Fonte (ingestione)", "integrations.disconnect": "Disconnetti", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", + "integrations.email_settings": "Impostazioni inoltro email", + "integrations.empty_state": "Nessuna integrazione configurata", + "integrations.endpoint_label": "URL endpoint", + "integrations.endpoint_optional": "(opzionale, per compatibilità S3)", + "integrations.folder_label": "Cartella", + "integrations.folder_optional": "(opzionale)", + "integrations.folder_path_label": "Percorso della cartella", + "integrations.folder_prefix_label": "Prefisso della cartella", + "integrations.generic_settings_hint": "La configurazione per questo tipo di integrazione può essere fornita come JSON dopo la creazione tramite l'API.", + "integrations.gmail_hint": "Etichette Gmail & stella: quando attivato, le email elaborate vengono contrassegnate con una stella e taggate con un'etichetta \"Ingestita\" in Gmail. Si applica solo ai server Gmail.", + "integrations.gmail_labels": "Applica etichette e stella Gmail", "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", + "integrations.imap_settings": "Impostazioni IMAP", + "integrations.loading": "Caricamento integrazioni\u00026", + "integrations.modal_close": "Chiudi modale", + "integrations.modal_title_add": "Aggiungi integrazione", + "integrations.modal_title_edit": "Modifica integrazione", + "integrations.name_label": "Etichetta", + "integrations.name_placeholder": "es. Gmail di lavoro, Archivio S3", + "integrations.nextcloud_settings": "Impostazioni Nextcloud", + "integrations.nextcloud_url_label": "URL Nextcloud", + "integrations.no_integrations_body": "Aggiungi la tua prima integrazione per collegare le fonti di acquisizione (come IMAP) e le destinazioni di archiviazione (come S3, Dropbox o Google Drive).", "integrations.not_connected": "Non connesso", - "integrations.page_title": "Integrations", + "integrations.oauth_folder_label": "Cartella", + "integrations.oauth_hint": "Salva prima questa integrazione, poi utilizza il pulsante Autorizza per completare il flusso OAuth. Le tue credenziali saranno memorizzate in sicurezza nel tuo record di integrazione personale.", + "integrations.page_title": "Integrazioni", + "integrations.paperless_settings": "Impostazioni Paperless NGX", "integrations.password_label": "Password", - "integrations.port_label": "Port", + "integrations.paused": "In pausa", + "integrations.plan_label": "Piano:", + "integrations.port_label": "Porta", + "integrations.quota_not_available": "(non disponibile)", + "integrations.quota_unlimited": "/ illimitato", + "integrations.recipient_label": "Email del destinatario", + "integrations.region_label": "Regione", + "integrations.remote_path_label": "Percorso remoto", + "integrations.s3_prefix_label": "Prefisso (percorso della cartella)", + "integrations.s3_settings": "Impostazioni S3", + "integrations.secret_key_label": "Chiave di accesso segreta", + "integrations.show_password": "Mostra password", + "integrations.show_secrets": "Mostra segreti", + "integrations.show_token": "Mostra token", + "integrations.source_local": "Filesystem locale", + "integrations.source_type_label": "Tipo di fonte", + "integrations.sources_quota_label": "Fonti della casella di posta:", + "integrations.sources_section": "Fonti", + "integrations.subtitle": "Gestisci le tue fonti di acquisizione e destinazioni di archiviazione in un unico posto.", "integrations.title": "Integrazioni", - "integrations.username_label": "Username", + "integrations.type_label": "Tipo di integrazione", + "integrations.type_placeholder": "─ Seleziona prima la direzione ─", + "integrations.upgrade_plan": "Aggiorna piano", + "integrations.use_ssl": "Usa SSL", + "integrations.username_label": "Nome utente", + "integrations.watch_folder_settings": "Impostazioni cartella di monitoraggio", + "integrations.webdav_settings": "Impostazioni WebDAV", + "integrations.webdav_url_label": "URL WebDAV", + "integrations.webhook_heading": "Acquisizione Webhook", + "integrations.webhook_how_heading": "Come funziona l'acquisizione Webhook", + "integrations.webhook_how_text": "Un'integrazione webhook consente ai sistemi esterni di inviare documenti direttamente in DocuElevate tramite l'API REST. Invece di un polling di DocuElevate per nuovi file (come IMAP), la tua applicazione invia file a DocuElevate utilizzando una richiesta HTTP con un token API per l'autenticazione.", + "integrations.webhook_ideal_text": "Questo è ideale per pipeline CI/CD, script di automazione, integrazioni di scanner o qualsiasi sistema che genera documenti e deve inviarli per l'elaborazione.", + "integrations.webhook_quick_start": "Guida rapida", + "integrations.webhook_security_tip": "Crea un token API dedicato per ogni integrazione e revocalo immediatamente se compromesso. I token possono essere gestiti nella pagina dei token API.", + "integrations.webhook_step1": "Vai a {api_tokens_link} e crea un token personale.", + "integrations.webhook_upload_with_token": "Usa il token per caricare documenti tramite l'API:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", + "language.change_success": "Lingua cambiata in {language}", "language.changed": "Lingua cambiata in {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", "language.el": "Ελληνικά", - "language.en": "English", + "language.en": "Inglese", "language.es": "Español", "language.et": "Eesti", "language.fi": "Suomi", "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", + "language.hu": "Ungherese", + "language.is": "Islandese", "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", + "language.lb": "Lussemburghese", + "language.lt": "Lituano", + "language.lv": "Lettone", + "language.nb": "Norvegese", + "language.nl": "Olandese", + "language.no_results": "Nessuna lingua trovata", + "language.pl": "Polacco", + "language.pt": "Portoghese", + "language.ro": "Romeno", + "language.ru": "Russo", + "language.search_placeholder": "Cerca lingue\u0000...", "language.selector": "Lingua", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", + "language.selector_label": "Seleziona lingua", + "language.sk": "Slovacco", + "language.sl": "Sloveno", + "language.sv": "Svedese", + "language.tr": "Turco", + "language.uk": "Ucraino", + "language.zh": "Cinese", "nav.about": "Informazioni", + "nav.account_menu": "Menu dell'account", + "nav.account_menu_for": "Menu dell'account per {name}", "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Azioni admin", - "nav.admin_menu": "Menu admin", - "nav.api_docs": "Documentazione API", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup e ripristino", + "nav.admin.audit_logs": "Registri di Audit", + "nav.admin.backups": "Backup", + "nav.admin.plans": "Piani", + "nav.admin.scheduled_jobs": "Lavori Pianificati", + "nav.admin.users": "Utenti", + "nav.admin_actions": "Azioni Admin", + "nav.admin_menu": "Menu Admin", + "nav.api_docs": "Documenti API", + "nav.api_tokens": "Token API", + "nav.backup_restore": "Backup e Ripristino", "nav.credentials": "Credenziali", - "nav.dark_mode": "Modalità scura", - "nav.dashboard": "Cruscotto", - "nav.developer_docs": "Documentazione sviluppatore", - "nav.duplicates": "Duplicati", - "nav.file_manager": "Gestore file", + "nav.dark_mode": "Modalità Scura", + "nav.dashboard": "Dashboard", + "nav.developer_docs": "Documenti Sviluppatore", + "nav.duplicates": "Doppioni", + "nav.file_manager": "Gestore File", "nav.files": "File", + "nav.get_started": "Inizia", "nav.help": "Aiuto", "nav.help_center": "Centro assistenza", - "nav.imap": "Email Import", + "nav.imap": "Importazione email", "nav.integrations": "Integrazioni", "nav.light_mode": "Modalità chiara", - "nav.login": "Log In", - "nav.logout": "Log Out", + "nav.login": "Accedi", + "nav.logout": "Esci", "nav.main_navigation": "Navigazione principale", + "nav.my_subscription": "Il mio abbonamento", "nav.notifications": "Notifiche", - "nav.open_main_menu": "Apri menu principale", + "nav.open_main_menu": "Apri il menu principale", "nav.pipelines": "Pipeline", - "nav.plan_designer": "Designer dei piani", + "nav.plan_designer": "Pianificatore di piani", "nav.pricing": "Prezzi", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Monitor coda", - "nav.scheduled_jobs": "Attività pianificate", + "nav.profile": "Profilo", + "nav.profile_settings": "Impostazioni del profilo", + "nav.queue": "Coda", + "nav.queue_monitor": "Monitor della coda", + "nav.scheduled_jobs": "Lavori programmati", "nav.search": "Cerca", "nav.settings": "Impostazioni", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarità", - "nav.skip_to_content": "Vai al contenuto principale", + "nav.shared_links": "Link condivisi", + "nav.sign_out": "Disconnettersi", + "nav.signup": "Iscriviti", + "nav.similarity": "Somiglianza", + "nav.skip_to_content": "Salta al contenuto principale", "nav.status": "Stato", - "nav.subscription": "Subscription", + "nav.subscription": "Abbonamento", "nav.toggle_dark_mode": "Attiva/disattiva modalità scura", "nav.toggle_nav": "Attiva/disattiva menu di navigazione", "nav.upload": "Carica", "nav.users": "Utenti", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", + "nav.version": "Info versione", + "notifications.filter_all": "Tutti", + "notifications.filter_read": "Solo letti", + "notifications.filter_unread": "Solo non letti", + "notifications.manage_desc": "Gestisci la tua casella di posta delle notifiche, obiettivi e preferenze degli eventi", "notifications.mark_all_read": "Segna tutto come letto", - "notifications.mark_all_read_btn": "Mark all read", + "notifications.mark_all_read_btn": "Segna tutto come letto", "notifications.mark_read": "Segna come letto", "notifications.no_notifications": "Nessuna notifica", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", + "notifications.page_title": "Notifiche", + "notifications.tab_inbox": "Posta in arrivo", + "notifications.tab_settings": "Impostazioni", "notifications.title": "Notifiche", "notifications.unread_count": "{count} notifiche non lette", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Crea pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Modifica pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Pipeline di elaborazione", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", + "pipelines.active_label": "Attivo", + "pipelines.add_step_btn": "Aggiungi Passo", + "pipelines.create": "Crea Pipeline", + "pipelines.custom_label_label": "Etichetta Personalizzata", + "pipelines.default_label": "Predefinito", + "pipelines.description_label": "Descrizione", + "pipelines.description_placeholder": "Descrizione opzionale", + "pipelines.disabled_label": "Disabilitato", + "pipelines.edit": "Modifica Pipeline", + "pipelines.empty_state": "Nessuna pipeline ancora", + "pipelines.empty_state_hint": "Crea la tua prima pipeline per definire flussi di lavoro di elaborazione documenti personalizzati.", + "pipelines.enabled_label": "Attivato", + "pipelines.force_cloud_ocr_label": "Forza OCR cloud (salta l'estrazione del testo locale)", + "pipelines.inactive_label": "Inattivo", + "pipelines.loading": "Caricamento pipeline\u001520", + "pipelines.name_placeholder": "La mia pipeline", + "pipelines.new_pipeline_btn": "Nuova Pipeline", + "pipelines.no_steps": "Nessun passo definito. Aggiungi un passo per iniziare a costruire la tua pipeline.", + "pipelines.ocr_auto": "Auto (usa il valore predefinito di sistema)", + "pipelines.ocr_language_hint": "Sovrascrive l'impostazione della lingua globale per Tesseract/EasyOCR. Azure e Mistral rilevano automaticamente la lingua.", + "pipelines.ocr_language_label": "Lingua OCR", + "pipelines.optional_suffix": "(opzionale)", + "pipelines.page_title": "Pipeline di Elaborazione", + "pipelines.set_default": "Imposta come mia pipeline predefinita", + "pipelines.step_label_placeholder": "Sovrascrivi il nome del passo predefinito", + "pipelines.step_type_label": "Tipo di Passo", + "pipelines.subtitle_intro": "Definisci e gestisci flussi di lavoro di elaborazione documenti personalizzati.", + "pipelines.subtitle_system_post": "badge e sono visibili a tutti gli utenti.", + "pipelines.subtitle_system_pre": "Le pipeline di sistema (create dagli amministratori) sono mostrate con un", + "pipelines.system_label": "Sistema", + "pipelines.system_pipeline_label": "Pipeline di sistema (visibile a tutti gli utenti)", + "pipelines.title": "Pipeline di Elaborazione", + "profile.avatar_alt": "La tua immagine del profilo", + "profile.avatar_heading": "Immagine del profilo", + "profile.avatar_remove": "Rimuovi avatar personalizzato", + "profile.avatar_upload_hint": "Carica un'immagine JPEG, PNG, GIF o WebP fino a 2 MB. Se non è impostata alcuna immagine personalizzata, viene mostrato il tuo {gravatar}.", + "profile.choose_image": "Scegli immagine\u0000", + "profile.confirm_password": "Conferma la nuova password", + "profile.contact_email_hint": "Utilizzato per le notifiche di sistema. Questo non cambia la tua e-mail di accesso.", + "profile.contact_email_label": "E-mail di contatto / Notifica", + "profile.contact_email_placeholder": "tu@example.com", + "profile.current_password": "Password attuale", + "profile.dismiss": "Chiudi", + "profile.display_name_hint": "Lascia vuoto per utilizzare il nome utente o l'email del tuo account.", + "profile.display_name_label": "Nome visualizzato", + "profile.display_name_placeholder": "Il tuo nome come visualizzato nell'interfaccia", + "profile.general_heading": "Informazioni generali", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Impostazioni del profilo", + "profile.language_auto_detect": "Rilevamento automatico (dal browser)", + "profile.language_hint": "Scegli la tua lingua di interfaccia preferita. “Rilevamento automatico” segue le impostazioni del tuo browser.", + "profile.language_label": "Lingua dell'interfaccia", + "profile.new_password": "Nuova password", + "profile.new_password_hint": "Minimo 8 caratteri.", + "profile.page_title": "Impostazioni del profilo – DocuElevate", + "profile.password_heading": "Cambia password", + "profile.preferences_heading": "Preferenze", + "profile.save_button": "Salva modifiche", + "profile.saving": "Salvataggio\u0000", + "profile.subtitle": "Gestisci il tuo nome visualizzato, avatar, lingua e preferenze di tema.", + "profile.theme_dark": "Scuro", + "profile.theme_hint": "“Impostazione predefinita di sistema” segue l'impostazione della modalità scura del tuo dispositivo.", + "profile.theme_label": "Schema colori", + "profile.theme_light": "Chiaro", + "profile.theme_system": "Impostazione predefinita di sistema", + "profile.update_password": "Aggiorna password", + "profile.updating": "Aggiornamento\u0019...", + "queue.active_tasks": "Attività Attive", + "queue.auto_refresh_1": "Aggiorna automaticamente ogni", + "queue.auto_refresh_2": "secondi", + "queue.col_arguments": "Argomenti", + "queue.col_current_step": "Passo Corrente", "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", + "queue.col_files": "File", + "queue.col_queue": "Coda", + "queue.col_state": "Stato", + "queue.col_task": "Attività", + "queue.col_task_id": "ID Attività", + "queue.files_processing": "Elaborazione File", + "queue.heading": "Monitor Coda", + "queue.last_updated": "Ultimo aggiornamento:", + "queue.loading_stats": "Caricamento statistiche coda\n", + "queue.no_active_tasks": "Nessuna attività attiva", + "queue.no_data": "Nessun dato", + "queue.no_files_processing": "Nessun file attualmente in elaborazione", + "queue.page_title": "Monitor Coda", + "queue.processing_pipeline": "Pipeline di Elaborazione", + "queue.queued_tasks": "Attività in Coda", + "queue.recently_processing": "File Recentemente Elaborati", + "queue.redis_queues": "Code Redis", + "queue.subtitle": "Visualizzazione in tempo reale della pipeline di elaborazione documenti e delle code di attività Celery.", + "queue.workers_online": "Lavoratori Online", + "search.button": "Cerca", + "search.error_message": "La ricerca è temporaneamente non disponibile. Riprova tra un momento.", + "search.filter_aria_clear": "Pulisci tutti i filtri", + "search.filter_clear_button": "Pulisci Filtri", + "search.filter_date_from": "Data Da", + "search.filter_date_to": "Data A", + "search.filter_document_type": "Tipo di Documento", + "search.filter_document_type_placeholder": "e.g. Fattura", + "search.filter_language": "Lingua", "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", + "search.filter_sender": "Mittente", "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", + "search.filter_tags": "Tag", "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", + "search.filter_text_quality": "Qualità del Testo", + "search.filter_text_quality_all": "Tutti", + "search.filter_text_quality_high": "Alto", + "search.filter_text_quality_low": "Basso", + "search.filter_text_quality_medium": "Medio", + "search.filter_text_quality_no_text": "Nessun testo", + "search.heading": "Ricerca Documenti", + "search.input_aria_label": "Cerca documenti", + "search.input_placeholder": "Cerca documenti per contenuto, mittente, tag, tipo...", + "search.loading_indicator": "Ricerca in corso…", "search.no_results": "Nessun risultato trovato", - "search.page_title": "Search Documents", - "search.placeholder": "Cerca per nome, contenuto, tag...", - "search.result_empty": "No documents found matching your query.", + "search.page_title": "Cerca Documenti", + "search.placeholder": "Cerca per nome file, contenuto, tag...", + "search.result_empty": "Nessun documento trovato che corrisponda alla tua query.", "search.results_count": "{count} risultati trovati", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Cerca documenti", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Sei sicuro di voler reimpostare questa impostazione?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Salvataggio impostazione fallito", - "settings.save_setting_title": "Save this setting", + "search.saved_aria_save": "Salva ricerca attuale", + "search.saved_button": "Salva Attuale", + "search.saved_empty": "Nessuna ricerca salvata ancora", + "search.saved_error": "Impossibile caricare le ricerche salvate", + "search.saved_label": "Ricerche Salvate", + "search.saved_loading": "Caricamento...", + "search.title": "Cerca Documenti", + "settings.audit_log_btn": "Registro di Audit", + "settings.autocomplete_hint": "Digita per cercare valori noti, oppure inserisci un valore personalizzato.", + "settings.autocomplete_no_matches": "Nessuna corrispondenza — puoi comunque digitare un valore personalizzato", + "settings.autocomplete_placeholder": "Digita per cercare o inserisci un valore…", + "settings.boolean_enable_prefix": "Abilita", + "settings.categories_aria": "Categorie delle impostazioni", + "settings.categories_heading": "Categorie", + "settings.db_wizard_btn": "Wizard DB", + "settings.effective_value_label": "Valore effettivo:", + "settings.encrypted_suffix": "= crittografato a riposo", + "settings.encrypted_title": "Il valore è crittografato a riposo nel database", + "settings.export_btn": "Esporta", + "settings.export_db_only": "Solo impostazioni DB", + "settings.export_full_config": "Configurazione effettiva completa", + "settings.jump_to_category": "Salta alla categoria…", + "settings.manage_config_prefix": "Gestisci configurazione. Priorità:", + "settings.model_picker_hint": "Scegli dalla lista o digita qualsiasi nome modello supportato dal tuo fornitore.", + "settings.model_picker_placeholder": "Seleziona un modello comune o digita un nome personalizzato…", + "settings.no_results_clear": "svuota la ricerca", + "settings.no_results_heading": "Nessuna impostazione trovata", + "settings.no_results_hint": "Prova un termine di ricerca diverso o", + "settings.page_heading": "Impostazioni dell'Applicazione", + "settings.required_label": "(obbligatorio)", + "settings.reset_confirm": "Sei sicuro di voler ripristinare questa impostazione?", + "settings.restart_required_suffix": "= riavvio necessario", + "settings.revert_btn": "Rimuovi dal DB", + "settings.revert_title": "Rimuovi l'override del DB e torna alla variabile d'ambiente o al valore predefinito", + "settings.reverting": "Ripristino\u00169", + "settings.save_all_btn": "Salva tutte le modifiche", + "settings.save_error": "Salvataggio delle impostazioni non riuscito", + "settings.save_setting_title": "Salva questa impostazione", "settings.save_success": "Impostazione salvata con successo", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "settings.saving_state": "Salvataggio\u00169", + "settings.search_aria_label": "Cerca impostazioni", + "settings.search_clear_aria": "Cancella ricerca", + "settings.search_placeholder": "Cerca impostazioni per nome, chiave o descrizione\u00169", + "settings.settings_count_suffix": "impostazioni", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", + "settings.source_default_badge": "DEFINITO", "settings.source_env_badge": "ENV", "settings.title": "Impostazioni", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", + "settings.toggle_visibility_aria": "Attiva disattiva visibilità password", + "settings.toggle_visibility_title": "Mostra/nascondi valore", + "settings.user_autocomplete_empty": "Nessun utente corrispondente trovato", + "settings.user_autocomplete_hint": "Digita per cercare utenti esistenti per nome, oppure inserisci manualmente un qualsiasi identificatore.", + "settings.user_autocomplete_placeholder": "Inizia a digitare per cercare utenti\u00169", "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", + "shared.col_expiry": "Scadenza", + "shared.col_file_label": "File / Etichetta", + "shared.col_link": "Collegamento", + "shared.col_views": "Visualizzazioni", + "shared.copy_link_aria": "Copia link negli appunti", + "shared.copy_link_title": "Copia link", + "shared.create_btn": "Crea collegamento", + "shared.create_heading": "Crea nuovo collegamento condiviso", + "shared.creating": "Creazione\u00169", + "shared.expiry_12h": "12 ore", + "shared.expiry_14d": "14 giorni", + "shared.expiry_1h": "1 ora", + "shared.expiry_24h": "24 ore (1 giorno)", + "shared.expiry_30d": "30 giorni", + "shared.expiry_3d": "3 giorni", + "shared.expiry_6h": "6 ore", + "shared.expiry_7d": "7 giorni", + "shared.expiry_label": "Scadenza", + "shared.expiry_never": "Mai", + "shared.file_id_help_post": "pagina o nell'URL dei dettagli del documento.", + "shared.file_id_help_pre": "Trova l'ID del file su", + "shared.file_id_label": "ID File", + "shared.file_id_placeholder": "es. 42", + "shared.files_link": "File", + "shared.heading": "Link Condivisi", + "shared.label_label": "Etichetta", + "shared.label_placeholder": "es. Condiviso con Bob", + "shared.link_created": "Link condiviso creato!", + "shared.link_created_help": "Copia e invia questo link al destinatario.", + "shared.links_count_aria": "numero di link", + "shared.max_downloads_label": "Download massimi", + "shared.no_links": "Nessun link condiviso ancora. Crea uno sopra per iniziare.", + "shared.open_in_new_tab": "Apri in una nuova scheda", + "shared.open_link_aria": "Apri link condiviso", + "shared.optional": "(opzionale)", + "shared.page_title": "Link Condivisi – DocuElevate", "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Trascina i file qui o fai clic per sfogliare", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", + "shared.password_placeholder": "Lascia vuoto per nessuna password", + "shared.password_protected": "Protetto da password", + "shared.refresh_aria": "Aggiorna l'elenco dei link condivisi", + "shared.revoke_aria_prefix": "Revoca link condiviso per", + "shared.revoke_btn": "Revoca", + "shared.status_active": "Attivo", + "shared.status_expired": "Scaduto", + "shared.status_limit_reached": "Limite raggiunto", + "shared.status_revoked": "Revocato", + "shared.subtitle": "Condividi documenti con chiunque tramite un link con limite di tempo o di visualizzazione. I destinatari non hanno bisogno di un account DocuElevate. I link possono essere protetti da password e revocati in qualsiasi momento.", + "shared.table_aria": "Link condivisi", + "shared.unlimited_placeholder": "Illimitato", + "shared.your_links": "I Tuoi Link Condivisi", + "similarity.backfill_auto": "Il compito in background li calcolerà automaticamente ogni 5 minuti, oppure puoi", + "similarity.files_missing_text": "file(i) hanno testo OCR ma nessun embedding ancora.", + "similarity.find_pairs_btn": "Trova Coppie", + "similarity.heading": "Similarità Documenti", + "similarity.load_error": "Impossibile caricare le coppie.", + "similarity.min_similarity_label": "Min. similarità", + "similarity.no_pairs_detail": "Nessuna coppia di documenti supera la soglia di similarità.", + "similarity.no_pairs_heading": "Nessuna coppia simile trovata", + "similarity.page_title": "Somiglianza Documenti - DocuElevate", + "similarity.pagination_aria": "Paginazione coppie di somiglianza", + "similarity.per_page_label": "Per pagina", + "similarity.scanning": "Scansione per coppie di documenti simili\u0010002", + "similarity.stat_embedding_model": "Modello di Embedding", + "similarity.stat_missing_embedding": "Embedding Mancante", + "similarity.stat_total_files": "File Totali", + "similarity.stat_with_embedding": "Con Embedding", + "similarity.subtitle": "Coppie di documenti con alta somiglianza semantica, classificate per punteggio.", + "similarity.trigger_aria": "Attiva il calcolo dell'embedding per tutti i file mancanti di embedding", + "similarity.trigger_now": "attivalo ora", + "status.app_version": "Versione App", + "status.build_date": "Data di Build", + "status.container_id": "ID Contenitore", + "status.git_commit": "Commit Git", + "status.last_check": "Ultimo Controllo", + "status.page_title": "Stato del Sistema", + "status.setting_label": "Impostazione", + "status.value_label": "Valore", + "subscription.available_plans_heading": "Piani disponibili", + "subscription.back_to_dashboard": "Torna al cruscotto", + "subscription.cancel_pending": "Annulla modifica", + "subscription.cancel_scheduled": "Annulla modifica programmata", + "subscription.contact_sales": "Contatta le vendite", + "subscription.current_badge": "Attuale", + "subscription.current_plan": "Piano attuale", + "subscription.current_plan_cta": "Il tuo piano attuale", + "subscription.downgrade_to_prefix": "Scendi a", + "subscription.features_heading": "Cosa è incluso nel tuo piano", + "subscription.free": "Gratuito", + "subscription.heading": "Il mio abbonamento", + "subscription.keep_plan_prefix": "Tieni", + "subscription.lifetime_files": "File totali (durata vita)", + "subscription.month_files": "File di questo mese", + "subscription.more_features_label": "di più", + "subscription.page_title": "Il mio abbonamento – DocuElevate", + "subscription.pending_badge": "In attesa", + "subscription.pending_benefits": "Mantieni tutti i benefici del piano attuale fino ad allora.", + "subscription.pending_on": "su", + "subscription.pending_title": "Modifica piano in attesa programmata", + "subscription.pending_will_change": "Il tuo piano cambierà in", + "subscription.per_mo": "/mese", + "subscription.per_month": "/mese", + "subscription.since": "Dal", + "subscription.single_user_body": "I livelli di abbonamento si applicano quando la modalità multi-utente è attiva. La tua istanza attualmente funziona in modalità utente singolo senza limiti di elaborazione. Un amministratore può abilitare la modalità multi-utente tramite {settings_link}.", + "subscription.single_user_title": "La modalità multi-utente non è abilitata.", + "subscription.subtitle": "Il tuo piano attuale, utilizzo e aggiornamenti disponibili.", + "subscription.this_month_label": "questo mese", + "subscription.today_files": "File di oggi", + "subscription.today_label": "oggi", + "subscription.unlimited": "Illimitato", + "subscription.upgrade_info": "Gli aggiornamenti entrano in vigore immediatamente. Le diminuzioni sono programmate per la fine del tuo attuale periodo di fatturazione.", + "subscription.upgrade_to_prefix": "Aggiorna a", + "subscription.usage_heading": "Utilizzo", + "upload.browse_button": "Sfoglia File", + "upload.button_processing": "Elaborazione...", + "upload.camera_button": "Fai Foto / Scansione Documento", + "upload.download_button": "Scarica e Elabora", + "upload.downloading": "Scaricando il file da URL...", + "upload.drag_drop": "Trascina e rilascia i file qui o clicca per sfogliare", + "upload.drop_hint_desktop": "Trascina e rilascia file o cartelle qui, o clicca per selezionare file.", + "upload.drop_hint_mobile": "Tocca per selezionare file o usa il pulsante della fotocamera qui sotto.", + "upload.drop_zone_aria": "Area di upload file. Trascina e rilascia i file qui, o premi Invio per sfogliare i file.", "upload.error": "Caricamento fallito", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", + "upload.error_invalid_url": "Formato URL non valido", + "upload.error_url_required": "Inserisci un URL per favore", + "upload.file_size_hint": "Dimensione massima: 500 MB per file", + "upload.file_types": "Tipi consentiti: PDF, documenti Office (Word, Excel, PowerPoint, ecc.), Immagini", + "upload.filename_description": "Lascia vuoto per utilizzare il nome del file dall'URL", + "upload.filename_label": "Nome del File (opzionale)", + "upload.filename_placeholder": "mio-documento.pdf", "upload.max_size": "Dimensione massima del file: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Seleziona file", + "upload.page_title": "Carica File", + "upload.section_device": "Carica da Dispositivo", + "upload.section_url": "Carica da URL", + "upload.select_file": "Seleziona File", "upload.success": "File caricato con successo", - "upload.title": "Carica documento", + "upload.title": "Carica Documento", "upload.uploading": "Caricamento in corso...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "upload.url_description": "Inserisci un collegamento diretto a un file (PDF, documenti Office o immagini)", + "upload.url_label": "URL del File", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/ja.json b/frontend/translations/ja.json index d36160ed..34f97f9f 100644 --- a/frontend/translations/ja.json +++ b/frontend/translations/ja.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", - "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_heading": "クリエイターに会う", + "about.creator_name": "クリスチャン・クラカウ=ルイ", + "about.creator_pre": "DocuElevateは熱心に開発されています", + "about.features_admin_api": "プログラムによるアクセスのための強力なREST API", + "about.features_admin_config": "環境変数を介して高いカスタマイズ性", + "about.features_admin_docker": "容易なデプロイとスケーリングのためのDocker対応", + "about.features_admin_heading": "管理", + "about.features_admin_oauth2": "AuthentikによるOAuth2認証サポート", + "about.features_automation_background": "RedisとCeleryによるバックグラウンド処理", + "about.features_automation_gmail": "Gmailおよび一般的なメールアカウントの統合", + "about.features_automation_heading": "自動化", + "about.features_automation_imap": "複数ソースからのIMAP受信ボックスポーリング", + "about.features_automation_ingestion": "さまざまな入力からの自動文書取り込み", + "about.features_heading": "主な機能", + "about.features_integration_cloud": "クラウドストレージ:Dropbox、Google Drive、OneDrive、Amazon S3", + "about.features_integration_heading": "統合とストレージ", + "about.features_integration_multi_dest": "複数の場所に文書を保存するためのマルチデスティネーションサポート", + "about.features_integration_protocols": "転送プロトコル:FTP、SFTP、メール転送", + "about.features_integration_selfhosted": "セルフホスティングオプション:Nextcloud、Paperless NGX、WebDAV", + "about.features_processing_classification": "インテリジェントな文書分類と日付抽出", + "about.features_processing_heading": "文書処理", + "about.features_processing_metadata": "プラグ可能なAIプロバイダーを使用した自動メタデータ抽出", + "about.features_processing_ocr": "Azure Document IntelligenceによるOCR", + "about.features_processing_pdf": "Gotenbergを介したさまざまなファイル形式のPDF変換", + "about.features_processing_upload": "ドラッグアンドドロップをサポートしたシンプルで安全なファイルアップロード", + "about.github_logo_alt": "GitHubロゴ", + "about.heading": "DocuElevateについて", + "about.intro_post": " – あなたの現代的でインテリジェントな文書処理ソリューション!DocuElevateは、アップロードから抽出、処理からストレージまで、文書の扱い方を完全に変革するために構築されました。", + "about.intro_pre": "ようこそ、", + "about.involved_description": "コードに飛び込み、アイデアを提供したり、DocuElevateについてもっと学びたいですか?", + "about.involved_docs": "ドキュメントを読む", + "about.involved_github": "GitHubでDocuElevateを見る", + "about.involved_heading": "参加する", + "about.involved_website": "DocuElevateのウェブサイトを訪問", + "about.legal_description": "私たちはあなたのプライバシーとデータのセキュリティを大切にしています。私たちの以下を確認してください:", + "about.legal_heading": "プライバシーと法的情報", + "about.legal_license": "ライセンス情報", + "about.legal_privacy": "プライバシー通知", + "about.page_title": "DocuElevateについて", + "about.story_heading": "私たちのストーリー", + "about.story_p1": "DocuElevateは、すべての人々のために文書管理を簡素化し、合理化するという1つの目的で作られました。あなたが小さなスタートアップであれ、大規模な企業であれ。", + "about.story_p2": "私たちは、メタデータ抽出とテキスト精練のためにプラグイン可能なAIプロバイダー(OpenAI、Anthropic Claude、Google Gemini、Ollama、OpenRouter、Portkeyなど)の力を活用し、Dropbox、Nextcloud、Paperless NGXとのシームレスな統合を行い、ストレージとインデックス作成を行い、Azure Document IntelligenceをOCRに活用し、さらにGotenbergを使用してファイルからPDFへの変換を行います。", + "api_tokens.col_created": "作成日", + "api_tokens.col_last_ip": "最終IP", + "api_tokens.col_last_used": "最終使用日", + "api_tokens.col_name": "名前", + "api_tokens.col_prefix": "トークンプレフィックス", + "api_tokens.copy_to_clipboard": "トークンをクリップボードにコピー", + "api_tokens.copy_upload_example": "アップロード例をクリップボードにコピー", + "api_tokens.copy_warning_1": "このトークンを今すぐコピーしてください — それは", + "api_tokens.copy_warning_2": "再度表示されることはありません", + "api_tokens.create_heading": "新しいトークンを作成", + "api_tokens.create_token": "トークンを作成", + "api_tokens.creating": "作成中…", + "api_tokens.heading": "APIトークン", + "api_tokens.intro": "DocuElevate APIにプログラム的に対話するための個人用APIトークンを作成します。ウェブフックのアップロード、CI/CDパイプラインや、文書をアップロードまたは取得する必要のあるスクリプトにトークンを使用します。", + "api_tokens.loading_tokens": "トークンを読み込み中…", + "api_tokens.never": "決して", + "api_tokens.no_tokens_heading": "まだAPIトークンがありません", + "api_tokens.no_tokens_help": "始めるには、上にある最初のトークンを作成してください。", + "api_tokens.page_title": "APIトークン – DocuElevate", + "api_tokens.revoke": "無効化する", + "api_tokens.revoke_prefix": "トークンを無効化", + "api_tokens.status_active": "アクティブ", + "api_tokens.status_revoked": "無効", + "api_tokens.table_aria": "APIトークン", + "api_tokens.token_created": "トークンが正常に作成されました!", + "api_tokens.token_name_label": "トークン名", + "api_tokens.token_name_placeholder": "例: CIパイプライン、ウェブフックアップロード、私のスクリプト", + "api_tokens.usage_heading": "使用例", + "api_tokens.usage_intro_post": "任意のAPIリクエストのヘッダー:", + "api_tokens.usage_intro_pre": "APIトークンを使用してください", + "api_tokens.your_tokens": "あなたのトークン", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "audit.col_resource": "リソース", + "audit.col_timestamp": "タイムスタンプ", + "audit.critical": "重要", + "audit.filter_action": "アクション", + "audit.filter_all_actions": "すべてのアクション", + "audit.filter_all_users": "すべてのユーザー", + "audit.filter_resource_placeholder": "例:ドキュメント、ユーザー", + "audit.filter_resource_type": "リソースタイプ", + "audit.filter_severity": "重大度", + "audit.filter_user": "ユーザー", + "audit.filters_section_label": "監査ログフィルター", + "audit.next": "次へ", + "audit.next_label": "次のページ", + "audit.no_events": "監査イベントはまだ記録されていません。", + "audit.no_events_hint": "重要なアクション(ログイン、ドキュメント操作、設定変更)がここに表示されます。", + "audit.page_title": "監査ログ - DocuElevate", + "audit.pagination_label": "監査ログのページネーション", + "audit.prev": "前へ", + "audit.prev_label": "前のページ", + "audit.refresh_label": "監査ログをリフレッシュ", + "audit.siem_disabled_title": "SIEMの転送が無効です", + "audit.siem_enabled_title": "イベントが転送されています ", + "audit.siem_off": "SIEM: オフ", + "audit.subtitle": "すべての重要なアクションの包括的で追記のみの記録。", + "audit.table_label": "監査ログイベント", + "audit.title": "監査ログ", + "auth.confirm_password": "パスワードの確認", + "auth.create_account": "アカウントを作成", + "auth.display_name_label": "表示名", + "auth.email_label": "メール", + "auth.forgot_password": "パスワードをお忘れですか?", + "auth.forgot_username": "ユーザー名をお忘れですか?", + "auth.login": "ログイン", + "auth.login_title": "ログイン", + "auth.logo_alt": "DocuElevate ロゴ", + "auth.logout": "ログアウト", + "auth.my_account": "マイアカウント", + "auth.no_account": "アカウントをお持ちでないですか?", + "auth.or_continue_with": "または、次で続行", + "auth.password_label": "パスワード", + "auth.profile": "プロフィール", + "auth.remember_me": "次回から自動でログイン", + "auth.return_home": "ホームに戻る", + "auth.sign_in": "サインイン", + "auth.sign_in_sso": "SSOでサインイン", + "auth.sign_in_with": "サインインする", + "auth.sign_in_with_username": "ユーザー名でサインインする", + "auth.signup": "サインアップ", + "auth.signup_title": "サインアップ", + "auth.username_label": "ユーザー名", + "auth.username_or_email": "ユーザー名またはメールアドレス", + "auth.verify_email_back_sign_in": "サインインに戻る", + "auth.verify_email_expiry": "リンクは24時間で失効します。メールが見当たらない場合は、迷惑メールフォルダーを確認してください。", + "auth.verify_email_heading": "受信トレイを確認してください", + "auth.verify_email_message": "確認メールをお送りしました。アカウントを有効にするには、メール内のリンクをクリックしてください。", + "auth.verify_email_page_title": "DocuElevate - メールを確認する", + "auth.verify_email_resend_aria_label": "再送信のためのメールアドレス", + "auth.verify_email_resend_button": "確認メールを再送信する", + "auth.verify_email_resend_label": "メールアドレス", + "auth.verify_email_resend_placeholder": "メールアドレスを入力してください", + "auth.verify_email_resend_prompt": "受信しませんでしたか?", + "backup.archives_heading": "バックアップアーカイブ", + "backup.backup_now": "今すぐバックアップ", + "backup.clean_up": "クリーンアップ", + "backup.cleanup_title": "保持クリーンアップを今すぐ実行", + "backup.col_created": "作成日", + "backup.col_filename": "ファイル名", + "backup.col_size": "サイズ", + "backup.col_storage": "ストレージ", + "backup.col_type": "タイプ", + "backup.config_auto_backup": "自動バックアップ", + "backup.config_remote_dest": "リモート先", + "backup.config_retention": "保持", + "backup.config_total_size": "総ローカルサイズ", + "backup.confirm_btn": "確認", + "backup.confirm_title": "アクションを確認", + "backup.heading": "バックアップ管理", + "backup.local_only": "ローカルのみ", + "backup.no_backups": "まだバックアップはありません。", + "backup.no_backups_hint": "今すぐバックアップをクリックして、最初のバックアップを作成してください。", + "backup.page_title": "バックアップ管理", + "backup.records_label": "レコード", + "backup.restore_btn": "復元", + "backup.restore_desc_mid": "データベースを復元するバックアップアーカイブ。", + "backup.restore_desc_pre": "アップロードする", + "backup.restore_desc_warning": "これにより、現在のすべてのデータが上書きされます。", + "backup.restore_file_label": "バックアップアーカイブ (.db.gz)", + "backup.restore_heading": "ファイルから復元", + "backup.restoring": "復元中\u0002026", + "backup.retention_daily_detail": "\u0002\u000201- 3週間保持", + "backup.retention_heading": "保持ポリシー", + "backup.retention_hourly_detail": "\u0002\u000201- 4日間保持", + "backup.retention_note": "これらの制限を超えたバックアップは、新しいバックアップが作成されるたびに自動的に削除されます。", + "backup.retention_weekly_detail": "\u0002\u000201- 約3ヶ月保持", + "backup.snapshots": "スナップショット", + "backup.status_ok": "正常", + "backup.storage_local": "ローカル", + "backup.subtitle": "データベースバックアップは自動的に作成されます:毎時(4日間)、毎日(3週間)、毎週(13週間)。", + "backup.table_aria": "バックアップアーカイブ", + "backup.trigger_daily": "今すぐバックアップ(毎日)", + "backup.trigger_hourly": "今すぐバックアップ(毎時)", + "backup.trigger_weekly": "今すぐバックアップ(毎週)", + "backup.type_daily": "毎日", + "backup.type_hourly": "毎時", + "backup.type_weekly": "毎週", + "billing.go_to_dashboard": "ダッシュボードに移動", + "billing.manage_subscription": "サブスクリプションを管理", + "billing.success_heading": "すべて準備完了です!", + "billing.success_message": "あなたのサブスクリプションが有効化されました。DocuElevateを選んでいただきありがとうございます!", + "billing.success_page_title": "DocuElevate - サブスクリプションが有効化されました", + "common.actions": "アクション", + "common.active": "アクティブ", + "common.all": "すべて", + "common.avatar": "アバター", + "common.back": "戻る", + "common.cancel": "キャンセル", + "common.close": "閉じる", + "common.col_pending": "保留中", + "common.completed": "完了", + "common.confirm": "確認", + "common.copied": "コピーされました!", + "common.copy": "コピー", + "common.create": "作成", + "common.created": "作成済み", + "common.date": "日付", + "common.delete": "削除", + "common.description": "説明", + "common.details": "詳細", + "common.disabled": "無効", + "common.download": "ダウンロード", + "common.duplicate": "複製", + "common.edit": "編集", + "common.enabled": "有効", + "common.error": "エラー", + "common.failed": "失敗", + "common.filter": "フィルタ", + "common.inactive": "非アクティブ", + "common.info": "情報", + "common.loading": "読み込み中...", + "common.name": "名前", + "common.next": "次", + "common.next_page": "次のページ", + "common.no": "いいえ", + "common.none": "なし", + "common.page": "ページ", + "common.paused": "一時停止", + "common.pending": "保留中", + "common.prev_page": "前のページ", + "common.previous": "前", + "common.processing": "処理中", + "common.refresh": "更新", + "common.reset": "リセット", + "common.retry": "再試行", + "common.save": "保存", + "common.search": "検索", + "common.select": "選択", + "common.select_placeholder": " — 選択 — ", + "common.size": "サイズ", + "common.status": "ステータス", + "common.submit": "送信", + "common.success": "成功", + "common.tags": "タグ", + "common.test": "テスト", + "common.test_connection": "接続テスト", + "common.type": "タイプ", + "common.update": "更新", + "common.updated": "更新", + "common.upload": "アップロード", + "common.view": "表示", + "common.warning": "警告", + "common.yes": "はい", + "cookie.accept": "わかりました", + "cookie.learn_more": "詳しく知る", + "cookie.message": "このウェブサイトは、あなたの体験を向上させるためにクッキーを使用しています。", + "cookie.notice": "DocuElevateは、認証およびサービス運用に必要な基本的なセッションクッキーのみを使用します。追跡または分析クッキーは使用されません。", + "cookie.notice_label": "クッキーノーティス", + "cookie.policy_link": "クッキーポリシー", + "cookie.privacy_link": "プライバシーノーティス", + "credentials.col_action": "アクション", + "credentials.col_credential": "資格情報", + "credentials.col_source": "ソース", + "credentials.configured": "構成済み", + "credentials.edit_in_settings": "設定で編集", + "credentials.legend_db": "データベースに保存された値(静止時に暗号化;環境変数を上書き)", + "credentials.legend_env_after": " ファイル", + "credentials.legend_env_before": "環境変数または ", + "credentials.legend_missing": "資格情報が設定されていません — 統合が機能しません", + "credentials.legend_restart": "この資格情報が回転したときに再起動が必要です", + "credentials.legend_title": "凡例", + "credentials.manage_settings": "設定を管理", + "credentials.not_configured": "未構成", + "credentials.page_title": "資格情報監査 - DocuElevate", + "credentials.raw_json": "生JSON(API)", + "credentials.restart_title": "この資格情報を回転させた後に再起動が必要です", + "credentials.source_db_title": "データベースに保存(暗号化)", + "credentials.source_env_title": "環境変数から", + "credentials.status_missing": "欠損", + "credentials.subtitle": "DocuElevateによって使用されるすべての機密資格情報の概要。ここには秘密の値は表示されず — 各資格情報が構成されているかとその出所のみが表示されます。", + "credentials.table_for": "資格情報", + "credentials.title": "資格情報監査", + "credentials.total_credentials": "総資格情報", + "dashboard.active_integrations": "アクティブな統合", + "dashboard.files_this_month": "今月のファイル", + "dashboard.files_today": "今日のファイル", + "dashboard.ocr_processed": "OCR処理済み", + "dashboard.quick_actions": "クイックアクション", + "dashboard.recent_activity": "最近のアクティビティ", + "dashboard.storage_targets": "ストレージターゲット", + "dashboard.title": "ダッシュボード", + "dashboard.total_files": "総ファイル", + "dashboard.welcome": "DocuElevateへようこそ", + "duplicates.file_id_label": "ファイルID", + "duplicates.file_id_placeholder": "例: 42", + "duplicates.find_btn": "探す", + "duplicates.found_files": "重複ファイルが合計で。", + "duplicates.found_groups": "重複グループがあり", + "duplicates.found_prefix": "見つかりました", + "duplicates.group_aria": "重複グループ", + "duplicates.heading": "重複文書", + "duplicates.how_it_works_heading": "近似重複検出の仕組み", + "duplicates.max_results_label": "最大結果", + "duplicates.near_dup_desc": "他のファイルに同じ(または非常に似た)内容が含まれているかを確認するために文書を選択してください — たとえ異なる時点でスキャンされたものであっても、SHA-256ハッシュが異なっていてもかまいません。", + "duplicates.near_dup_heading": "文書の近似重複を見つける", + "duplicates.no_exact_heading": "正確な重複は見つかりませんでした", + "duplicates.page_title": "重複文書 - DocuElevate", + "duplicates.pagination_aria": "ページネーション", + "duplicates.role_duplicate": "重複", + "duplicates.role_original": "オリジナル", + "duplicates.tab_exact": "正確な重複", + "duplicates.tab_near": "近似重複ファインダー", + "duplicates.tabs_aria": "重複検出タブ", + "duplicates.threshold_label": "類似性閾値", + "duplicates.view_dup_aria": "重複ファイルを表示", + "duplicates.view_original_aria": "オリジナルファイルを表示", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "おっと、そのページが見つかりませんでした!", + "error.404_home": "ホームに戻る", + "error.404_message": "DocuElevateは、あなたが探していた文書を見失ったようです。心配しないでください - 私たちがサポートします。", + "error.404_title": "404 - 見つかりません", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "デバッグ情報を表示", + "error.500_description": "私たちのサーバーが問題に直面し、少し時間が必要です。", + "error.500_heading": "おっと!何かが間違っていました。", + "error.500_home": "ホームへ", + "error.500_img_alt": "サーバーエラーのイラスト", + "error.500_message1": "私たちのサーバーが問題に直面し、少し時間が必要です。もしかしたらハムスターがコーヒーをこぼしたのかも?", + "error.500_message2": "私たちはすでに対処中です — ファイルの整理、サーバーの再起動、フラックスキャパシタの再調整を行っています。", + "error.500_title": "サーバーエラー - DocuElevate", + "error.forbidden": "禁止されています", + "error.forbidden_message": "このページにアクセスする権限がありません。", + "error.not_found": "ページが見つかりません", + "error.not_found_message": "お探しのページは存在しません。", + "error.server_error": "内部サーバーエラー", + "error.server_error_message": "何かがうまくいきませんでした。後でもう一度お試しください。", + "error.unauthorized": "未認証", + "error.unauthorized_message": "このページにアクセスするにはログインする必要があります。", + "files.action_delete": "ファイルを削除", + "files.action_details": "詳細を表示", + "files.action_preview": "クイックプレビュー", + "files.bulk_clear_selection": "選択をクリア", + "files.bulk_cloud_ocr": "クラウドOCRを再実行", + "files.bulk_delete": "選択したものを削除", + "files.bulk_download": "ZIPとしてダウンロード", + "files.bulk_reprocess": "選択したものを再処理", + "files.delete_modal_cancel": "キャンセル", + "files.delete_modal_confirm": "削除", + "files.delete_modal_message": "本当にこのファイルを削除してもよろしいですか?", + "files.delete_modal_title": "削除の確認", + "files.document_title": "ドキュメントタイトル", + "files.drop_overlay_hint": "PDF、Officeドキュメント、画像、HTML、Markdownなどをサポートしています - フォルダは再帰的に処理されます", + "files.drop_overlay_title": "アップロードするには、どこにでもファイルまたはフォルダをドロップしてください", + "files.error_hint": "これは設定やインポートの問題が原因です。サーバーログを確認してください。", + "files.file_size": "ファイルサイズ", + "files.filename": "ファイル名", + "files.files_selected": "選択されたファイル", + "files.filter_all_providers": "すべてのプロバイダー", + "files.filter_all_statuses": "すべてのステータス", + "files.filter_all_types": "すべてのタイプ", + "files.filter_apply": "フィルターを適用", + "files.filter_clear": "クリア", + "files.filter_date_from": "日付から", + "files.filter_date_from_aria": "日付からフィルター", + "files.filter_date_to": "日付まで", + "files.filter_date_to_aria": "日付までフィルター", + "files.filter_form_aria": "ファイルをフィルター", + "files.filter_mime_type": "MIMEタイプ", + "files.filter_ocr_all": "すべてのファイル", + "files.filter_ocr_good": "良質", + "files.filter_ocr_poor": "低品質", + "files.filter_ocr_quality": "OCRの品質", + "files.filter_ocr_quality_aria": "OCR品質スコアでフィルタ", + "files.filter_ocr_unchecked": "まだ評価されていません", + "files.filter_search_label": "ファイル名で検索", + "files.filter_search_placeholder": "ファイル名を入力...", + "files.filter_storage_provider": "ストレージプロバイダー", + "files.filter_tags_aria": "タグでフィルタ(カンマ区切り)", + "files.filter_tags_placeholder": "例: 請求書, アマゾン", + "files.fulltext_search_label": "全文検索(OCRテキスト、メタデータ、タグ)", + "files.fulltext_search_placeholder": "文書内容、送信者、タグ、種類を検索...", + "files.no_files": "ファイルが見つかりません", + "files.ocr_status": "OCRステータス", + "files.page_title": "ファイルレコード", + "files.pagination_files": "ファイル", + "files.pagination_first": "最初", + "files.pagination_last": "最後", + "files.pagination_nav_aria": "ファイルリストのページネーション", + "files.pagination_next": "次", + "files.pagination_of": "の", + "files.pagination_previous": "前", + "files.pagination_showing": "表示中", + "files.preview_modal_close": "プレビューを閉じる", + "files.preview_modal_title": "プレビュー", + "files.queue_banner_items": "アイテムが現在キューに入っているか処理中です。処理が完了するとファイルがここに表示されます。", + "files.queue_banner_link": "キューを表示", + "files.saved_searches_empty": "保存された検索はまだありません", + "files.saved_searches_error": "保存された検索を読み込めませんでした", + "files.saved_searches_label": "保存された検索", + "files.saved_searches_save": "現在の検索を保存", + "files.saved_searches_save_aria": "現在のフィルタを保存された検索として保存", + "files.search_results_empty": "結果が見つかりませんでした。", + "files.search_results_title": "検索結果", + "files.status_duplicate": "重複", + "files.table_actions": "アクション", + "files.table_aria": "ファイルレコード", + "files.table_created_at": "作成日", + "files.table_empty": "ファイルが見つかりません", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.table_mime_type": "MIMEタイプ", + "files.table_original_filename": "元のファイル名", + "files.table_select_all": "このページのすべてのファイルを選択", + "files.tags": "タグ", + "files.title": "ファイル", + "files.upload_modal_aria": "アップロード進捗", + "files.upload_modal_close": "アップロード進捗を閉じる", + "files.upload_modal_header": "ファイルをアップロード中", + "files.uploaded": "アップロード完了", + "footer.about": "について", + "footer.attribution": "帰属表示", + "footer.attributions": "帰属表示", + "footer.cookies": "クッキー", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "印刷物", + "footer.license": "ライセンス", + "footer.navigation": "フッターナビゲーション", + "footer.privacy": "プライバシー", + "footer.terms": "利用規約", + "footer.version": "バージョン {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", - "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_dropbox_desc": "OAuth連携。ファイルは選択したフォルダーに格納されます。", + "help.destinations_email": "メール転送", + "help.destinations_email_desc": "処理されたファイルがSMTP添付ファイルとして送信されます。", + "help.destinations_google_drive": "Googleドライブ", + "help.destinations_google_drive_desc": "サービスアカウントまたはOAuth。共有ドライブに対応。", + "help.destinations_heading": "行き先 – 文書が行く場所", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "WebDAVを介した自己ホスト型クラウドストレージ。", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Microsoft Graph API統合。", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "文書を直接Paperlessに押し込み、アーカイブします。", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "S3互換バケット(AWS、MinIO、Wasabi)です。", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "任意のサーバーへの安全なファイル転送。", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "任意の外部エンドポイントにPOSTメタデータを送信します。", + "help.documentation": "ドキュメンテーション", + "help.faq": "よくある質問", + "help.faq_1_a": "アップロードページに移動し、ファイルをドラッグアンドドロップするか、[ファイルを選択]をクリックします。DocuElevateは画像とオフィス文書をPDFに変換し、OCRを実行し、メタデータを自動的に抽出します。", + "help.faq_1_q": "どのように文書をアップロードしますか?", + "help.faq_2_a": "PDF、JPEG、PNG、TIFF、BMP、GIF、DOCX、XLSX、PPTX、ODT、ODS、TXT、RTF、およびHTML。非PDFファイルは処理前に自動的にPDFに変換されます。", + "help.faq_2_q": "どのファイル形式がサポートされていますか?", + "help.faq_3_a": "はい。メール取り込みに進み、IMAPアカウントを追加すると、DocuElevateが新しいメッセージをポーリングし、添付ファイルを自動的に処理します。", + "help.faq_3_q": "メールから文書を取り込むことはできますか?", + "help.faq_4_a": "パイプラインを使用すると、処理ステップをチェーンすることができます - OCR、AI抽出、形式変換 - 結果を1つまたは複数の宛先にルーティングします。パイプラインページから作成および管理できます。", + "help.faq_4_q": "処理パイプラインはどのように機能しますか?", + "help.faq_5_a": "DocuElevateは静止時に資格情報を暗号化し、TLS経由で通信し、必要以上に文書を保存することはありません。詳細についてはプライバシー通知を参照してください。", + "help.faq_5_a_post": "の詳細については。", + "help.faq_5_a_pre": "DocuElevateは、静止状態での資格情報を暗号化し、TLS経由で通信し、必要以上に文書を保存することはありません。詳細については、", + "help.faq_5_q": "私のデータは安全ですか?", + "help.faq_heading": "よくある質問", + "help.getting_started": "はじめに", + "help.heading": "ヘルプセンター", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "REST APIを使用して、プログラム的に文書をプッシュします。Bearer トークンで認証し、ファイルをアップロードエンドポイントにPOSTします。", + "help.ingestion_heading": "データ取り込みツール", + "help.ingestion_mobile": "モバイルアプリ", + "help.ingestion_mobile_desc": "カスタムHTTPアップロードデスティネーションをサポートする任意のモバイルスキャンアプリを使用して、電話やタブレットからDocuElevateに写真やスキャンを送信します。", + "help.ingestion_scanners": "ネットワークスキャナー", + "help.ingestion_scanners_desc": "ネットワークスキャナーや多機能プリンターをDocuElevateのアップロードエンドポイントに向けて設定します。スキャンした文書は、処理キューに直接配置されます。", + "help.ingestion_watched_folders": "監視フォルダー", + "help.ingestion_watched_folders_desc": "監視するローカルまたはネットワークフォルダーを構成します。監視フォルダーに配置されたファイルは、自動的にDocuElevateによってアップロードされ、処理されます。", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Zapier、n8n、またはMakeを使用してDocuElevateを自動化ワークフローに統合します。REST APIアクションを使用して、任意のイベントからの文書アップロードをトリガーします。", + "help.meta_description": "DocuElevateに関するヘルプを取得する – 文書のアップロード、クラウドストレージの接続、パイプラインの設定などのガイドを見つけます。", + "help.og_description": "DocuElevateに関するヘルプを取得する – 文書のアップロード、クラウドストレージの接続、パイプラインの設定などのガイドを見つけます。", + "help.page_title": "ヘルプセンター", + "help.privacy_notice": "プライバシー通知", + "help.quickstart_heading": "クイックスタート", + "help.quickstart_storage": "ストレージを接続", + "help.quickstart_storage_desc": "設定に移動し、クラウドアカウントをリンクします。処理された文書は、構成したすべての宛先に自動的にルーティングされます。", + "help.quickstart_storage_desc_full": "統合に移動し、クラウドストレージアカウントをリンクします。DocuElevateはDropbox、Google Drive、OneDrive、Amazon S3、Nextcloudなどをサポートしています。処理された文書は、設定したすべてのデスティネーションに自動的にルーティングされます。", + "help.quickstart_upload": "文書をアップロード", + "help.quickstart_upload_desc": "ファイルをアップロードページにドラッグ&ドロップするか、ファイルを選択をクリックします。DocuElevateは画像とオフィス文書をPDFに変換し、OCRを実行し、メタデータを自動的に抽出します。", + "help.quickstart_workflows": "ワークフローを自動化", + "help.quickstart_workflows_desc": "パイプラインを作成して、複数のステップ処理およびルーティングルールを定義します。OCR、AI抽出、形式変換、および配信を単一のフローに組み合わせます。", + "help.sources_email_ingestion": "メール取り込み (IMAP)", + "help.sources_email_ingestion_desc": "文書を専用のメールボックスに転送します。メール取り込みの下に、1つ以上のIMAPアカウントを追加します。DocuElevateは新しいメッセージをポーリングし、添付ファイルを自動的に処理します。", + "help.sources_heading": "ソース - 文書の取り込み", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", - "language.bg": "Български", - "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", - "language.cs": "Čeština", - "language.da": "Dansk", - "language.de": "Deutsch", - "language.el": "Ελληνικά", - "language.en": "English", - "language.es": "Español", - "language.et": "Eesti", - "language.fi": "Suomi", - "language.fr": "Français", - "language.ga": "Gaeilge", - "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "help.sources_rest_api_desc": "ファイルを/api/uploadにPOSTしてプログラムで統合します。スクリプト、監視フォルダ、スキャナー、Zapierやn8nなどのサードパーティツールに最適です。", + "help.sources_scanner": "スキャナー&モバイル", + "help.sources_scanner_desc": "ネットワークスキャナーをDocuElevateのアップロードエンドポイントに向けるか、カスタムHTTP宛先をサポートする任意のモバイルスキャンアプリを使用します。", + "help.sources_scanner_desc_full": "ネットワークスキャナーや多機能プリンターを設定して、スキャンを直接DocuElevateに送信します。/api/uploadエンドポイントをデスティネーションとして使用します。カスタムアップロードデスティネーションを持つモバイルスキャンアプリもサポートされています。", + "help.sources_web_upload": "ウェブアップロード", + "help.sources_web_upload_desc": "始めるための最速の方法です。アップロードページを開き、1つまたは複数のファイルをドロップし、DocuElevateが残りを処理します。サポートされている形式には、PDF、JPEG、PNG、TIFF、DOCX、XLSXなどがあります。", + "help.subheading": "DocuElevateを最大限に活用するために必要なすべての情報。以下のトピックを閲覧するか、必要な情報を検索してください。", + "help.support": "サポート", + "help.support_admin_message": "サポート情報については管理者にお問い合わせください。", + "help.support_description": "お探しの情報が見つかりませんか?私たちのサポートチームがここにいます。", + "help.support_heading": "サポートにお問い合わせ", + "help.support_live_chat": "ライブチャットが利用可能です – チャットバブルをクリックして会話を開始してください。", + "help.support_ticket_button": "チケットを提出", + "help.support_ticket_desc": "以下のフォームに記入してください。サポートチームができるだけ早くご連絡いたします。", + "help.support_ticket_heading": "サポートチケットを開く", + "help.title": "ヘルプセンター", + "help.workflows_creating": "パイプラインの作成", + "help.workflows_definition": "パイプラインは、文書が取り込まれるたびに自動的に実行される一連の処理ステップです。各ステップで文書を変換、強化、またはルーティングできます。", + "help.workflows_heading": "ワークフローとパイプライン", + "help.workflows_step_1": "PDFに変換", + "help.workflows_step_1_create": "メインメニューのパイプラインに移動します。", + "help.workflows_step_1_full": "PDFに変換 – すべての受信ファイルは一貫したPDF形式に正規化されます。", + "help.workflows_step_2": "OCR - テキストを抽出", + "help.workflows_step_2_create": "新しいパイプラインをクリックし、名前を付けます。", + "help.workflows_step_2_full": "OCR – Azure Document Intelligenceまたは組み込みエンジンを使用して、スキャンしたページから選択可能なテキストを抽出します。", + "help.workflows_step_3": "AIメタデータ抽出", + "help.workflows_step_3_create": "必要な処理ステップを追加します。", + "help.workflows_step_3_full": "AIメタデータ抽出 – 文書の種類を分類し、OpenAIを使用して金額、日付、名前などの重要なフィールドを抽出します。", + "help.workflows_step_4": "1つまたは複数の宛先に配信", + "help.workflows_step_4_create": "1つまたは複数の配信先を選択します。", + "help.workflows_step_5_create": "保存 - 新しいドキュメントはこのパイプラインを通じて自動的に処理されます。", + "help.workflows_typical_steps": "典型的なステップ", + "help.workflows_what_is": "パイプラインとは何ですか?", + "index.badge_intelligent": "インテリジェント文書処理", + "index.button_browse_files": "ファイルを参照", + "index.button_upload": "アップロード", + "index.capabilities_cloud": "クラウドストレージ: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "メールおよびURLベースの文書取り込み", + "index.capabilities_ocr": "AIによるOCRおよびメタデータ抽出", + "index.capabilities_paperless": "文書管理のためのPaperless-ngx統合", + "index.capabilities_title": "機能", + "index.capabilities_workflows": "自動分類およびルーティングワークフロー", + "index.cta_description": "DocuElevateを使って文書処理を自動化しているチームに参加しましょう。", + "index.cta_heading": "あなたの文書ワークフローを高める準備はできましたか?", + "index.cta_pricing": "料金を見る", + "index.cta_signup": "無料アカウントを作成", + "index.dashboard_subtitle": "インテリジェントな文書処理と管理", + "index.dashboard_subtitle_teams": "チーム向けに構築されたインテリジェントな文書処理と管理", + "index.feature_ai": "AIメタデータ抽出", + "index.feature_ai_desc": "OpenAI、Claude、Gemini、およびその他のプラグイン可能なAIプロバイダが文書を分類し、日付、金額、件名などの主要なフィールドを抽出します。", + "index.feature_cloud": "マルチクラウドストレージ", + "index.feature_cloud_desc": "処理されたファイルをDropbox、Google Drive、OneDrive、Amazon S3、Nextcloud、Paperless NGX、WebDAV、FTP/SFTPなどにルーティングします。", + "index.feature_email": "メールおよびIMAP取り込み", + "index.feature_email_desc": "Gmailまたは任意のIMAPメールボックスから文書を自動的に取得します - 手動アップロードは不要です。", + "index.feature_ocr": "OCRおよびテキスト抽出", + "index.feature_ocr_desc": "Azure Document IntelligenceがスキャンされたPDFや画像を自動的に完全に検索可能なテキストに変換します。", + "index.feature_pipelines": "カスタムパイプライン", + "index.feature_pipelines_desc": "設定可能なステップを持つ処理パイプラインを構築します - OCR、AI抽出、フォーマット変換、およびストレージルーティングを任意の順序で。", + "index.feature_search": "全文検索", + "index.feature_search_desc": "アーカイブ全体からコンテンツ、メタデータ、またはタグで任意の文書を瞬時に見つけます。", + "index.feature_section_title": "スマートな文書ワークフローに必要なすべて", + "index.getting_started": "はじめに", + "index.getting_started_1": "システムステータスを通じて統合を設定する", + "index.getting_started_2": "最初のドキュメントをアップロードする", + "index.getting_started_3": "ファイルで結果を確認する", + "index.getting_started_learn": "DocuElevateについて詳しく学ぶ", + "index.hero_description": "DocuElevateはあなたのドキュメントを取り込み、OCRを実行し、AIでメタデータを抽出し、Dropbox、Google Drive、OneDrive、S3、Nextcloudなどにファイルをルーティングします — すべてがシームレスなパイプラインで行われます。", + "index.hero_heading": "アップロードからインサイトまで — 自動的に。", + "index.hero_login": "ログイン", + "index.hero_pricing": "プランと価格を見る", + "index.hero_signup": "開始する — 無料です", + "index.integrations_active": "アクティブな統合", + "index.integrations_storage": "ストレージターゲット", + "index.integrations_title": "統合", + "index.integrations_view_status": "システムステータスを表示する", + "index.page_title_dashboard": "ダッシュボード", + "index.page_title_public": "インテリジェントドキュメント処理", + "index.platform_overview": "プラットフォームの概要", + "index.processing_stats": "処理統計", + "index.quick_actions": "クイックアクション", + "index.quick_documents": "マイドキュメント", + "index.quick_documents_desc": "処理されたファイルをブラウズする", + "index.quick_search": "検索", + "index.quick_search_desc": "ドキュメント全体を検索", + "index.quick_subscription": "マイサブスクリプション", + "index.quick_subscription_desc": "プランと使用状況の詳細を見る", + "index.quick_system_status": "システムステータス", + "index.quick_system_status_desc": "統合の健康状態を確認する", + "index.quick_upload": "ドキュメントをアップロード", + "index.quick_upload_desc": "新しいファイルを処理する", + "index.quick_view_files": "すべてのファイルを表示", + "index.quick_view_files_desc": "処理されたドキュメントをブラウズする", + "index.single_user_heading": "DocuElevateダッシュボード", + "index.single_user_subtitle": "インテリジェントなドキュメント処理と管理", + "index.stat_active_integrations": "アクティブな統合", + "index.stat_active_users": "アクティブユーザー", + "index.stat_files_month": "今月のファイル", + "index.stat_files_ocr": "OCRを含むファイル", + "index.stat_files_today": "今日のファイル", + "index.stat_storage_targets": "ストレージターゲット", + "index.stat_this_month": "今月", + "index.stat_today": "今日", + "index.stat_total_files": "総ファイル数", + "index.stat_total_processed": "合計処理済み", + "index.tier_plan": "プラン", + "index.tier_upgrade": "アップグレード", + "index.tier_view_details": "詳細を見る", + "index.upgrade_daily_limits": "より高い日次と月次の制限", + "index.upgrade_description": "より多くの文書、より多くの保存先、優先サポートをアンロックします。", + "index.upgrade_destinations": "より多くのストレージ保存先", + "index.upgrade_ocr_pages": "より多くのOCRページ", + "index.upgrade_plan": "プランをアップグレード", + "index.upgrade_view_pricing": "プランと料金を見る", + "index.usage_lifetime": "ライフタイムファイル", + "index.usage_month": "今月のファイル", + "index.usage_my_usage": "私の使用状況", + "index.usage_today": "今日のファイル", + "index.usage_unlimited": "無制限", + "integrations.access_key_label": "アクセスキーID", + "integrations.active_label": "アクティブ", + "integrations.add_button": "統合を追加", + "integrations.add_first_button": "最初の統合を追加", + "integrations.api_token_label": "APIトークン", + "integrations.authorize_btn": "認証", + "integrations.authorize_reauth": "再認証", + "integrations.bucket_label": "バケット", + "integrations.configure": "設定", + "integrations.connect": "接続", + "integrations.connected": "接続済み", + "integrations.connection_failed": "接続に失敗しました", + "integrations.connection_success": "接続成功", + "integrations.delete_confirm_are_you_sure": "本当に削除しますか", + "integrations.delete_confirm_title": "統合を削除しますか?", + "integrations.delete_confirm_undone": "この操作は元に戻せません。", + "integrations.delete_emails_label": "処理後にメールを削除", + "integrations.delete_files_label": "処理後にファイルを削除", + "integrations.destinations_quota_label": "ストレージデスティネーション:", + "integrations.destinations_section": "デスティネーション", + "integrations.direction_destination": "デスティネーション(ストレージ)", + "integrations.direction_label": "方向", + "integrations.direction_placeholder": "─ 選択 ─", + "integrations.direction_source": "ソース(取り込み)", + "integrations.disconnect": "切断", + "integrations.email_settings": "メール転送設定", + "integrations.empty_state": "設定されたインテグレーションはありません", + "integrations.endpoint_label": "エンドポイントURL", + "integrations.endpoint_optional": "(オプション、S3互換用)", + "integrations.folder_label": "フォルダー", + "integrations.folder_optional": "(オプション)", + "integrations.folder_path_label": "フォルダーパス", + "integrations.folder_prefix_label": "フォルダープレフィックス", + "integrations.generic_settings_hint": "この統合タイプの設定は、作成後にAPIを介してJSONとして提供できます。", + "integrations.gmail_hint": "Gmailラベルとスター: 有効にすると、処理されたメールはスター付きになり、Gmailで「取り込まれた」ラベルが付けられます。Gmailサーバーにのみ適用されます。", + "integrations.gmail_labels": "Gmailラベルとスターを適用", + "integrations.host_label": "ホスト", + "integrations.imap_settings": "IMAP設定", + "integrations.loading": "統合を読み込んでいます…", + "integrations.modal_close": "モーダルを閉じる", + "integrations.modal_title_add": "統合を追加", + "integrations.modal_title_edit": "統合を編集", + "integrations.name_label": "ラベル", + "integrations.name_placeholder": "例: Work Gmail, S3 アーカイブ", + "integrations.nextcloud_settings": "Nextcloud 設定", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "最初の統合を追加して、取り込み元(IMAP など)およびストレージ先(S3、Dropbox、Google Drive など)を接続します。", + "integrations.not_connected": "接続されていません", + "integrations.oauth_folder_label": "フォルダー", + "integrations.oauth_hint": "この統合を最初に保存し、その後承認ボタンを使用して OAuth フローを完了してください。あなたの資格情報は個人の統合記録に安全に保存されます。", + "integrations.page_title": "インテグレーション", + "integrations.paperless_settings": "Paperless NGX 設定", + "integrations.password_label": "パスワード", + "integrations.paused": "一時停止中", + "integrations.plan_label": "プラン:", + "integrations.port_label": "ポート", + "integrations.quota_not_available": "(利用不可)", + "integrations.quota_unlimited": "/ 無制限", + "integrations.recipient_label": "受信者メール", + "integrations.region_label": "リージョン", + "integrations.remote_path_label": "リモートパス", + "integrations.s3_prefix_label": "プレフィックス(フォルダーパス)", + "integrations.s3_settings": "S3 設定", + "integrations.secret_key_label": "秘密アクセスキー", + "integrations.show_password": "パスワードを表示", + "integrations.show_secrets": "シークレットを表示", + "integrations.show_token": "トークンを表示", + "integrations.source_local": "ローカルファイルシステム", + "integrations.source_type_label": "ソースタイプ", + "integrations.sources_quota_label": "メールボックスソース:", + "integrations.sources_section": "ソース", + "integrations.subtitle": "取り込み元とストレージ先を一箇所で管理します。", + "integrations.title": "インテグレーション", + "integrations.type_label": "統合タイプ", + "integrations.type_placeholder": "\u0010方向を最初に選択\u0010", + "integrations.upgrade_plan": "プランをアップグレード", + "integrations.use_ssl": "SSLを使用", + "integrations.username_label": "ユーザー名", + "integrations.watch_folder_settings": "ウォッチフォルダー設定", + "integrations.webdav_settings": "WebDAV 設定", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook 取り込み", + "integrations.webhook_how_heading": "Webhook 取り込みの動作", + "integrations.webhook_how_text": "Webhook 統合を使用すると、外部システムが REST API を介して直接 DocuElevate に文書をプッシュできます。DocuElevate が新しいファイル(IMAP など)をポーリングする代わりに、アプリケーションが HTTP リクエストを使ってファイルを DocuElevate に送信し、認証のための API トークンを使用します。", + "integrations.webhook_ideal_text": "これは CI/CD パイプライン、自動化スクリプト、スキャナー統合、または文書を生成し、処理のために送信する必要のある任意のシステムに理想的です。", + "integrations.webhook_quick_start": "クイックスタート", + "integrations.webhook_security_tip": "各統合のために専用の API トークンを作成し、漏洩した場合はすぐに取り消してください。トークンは API トークンページで管理できます。", + "integrations.webhook_step1": "{api_tokens_link} に移動して、個人トークンを作成します。", + "integrations.webhook_upload_with_token": "トークンを使用して、API 経由で文書をアップロードします:", + "language.bg": "ブルガリア語", + "language.ca": "カタルーニャ語", + "language.change_success": "言語が{language}に変更されました", + "language.changed": "言語が{language}に変更されました", + "language.cs": "チェコ語", + "language.da": "デンマーク語", + "language.de": "ドイツ語", + "language.el": "ギリシャ語", + "language.en": "英語", + "language.es": "スペイン語", + "language.et": "エストニア語", + "language.fi": "フィンランド語", + "language.fr": "フランス語", + "language.ga": "アイルランド語", + "language.hr": "クロアチア語", + "language.hu": "ハンガリー語", + "language.is": "アイスランド語", + "language.it": "イタリア語", + "language.lb": "ルクセンブルク語", + "language.lt": "リトアニア語", + "language.lv": "ラトビア語", + "language.nb": "ノルウェー語", + "language.nl": "オランダ語", + "language.no_results": "言語が見つかりません", + "language.pl": "ポーランド語", + "language.pt": "ポルトガル語", + "language.ro": "ルーマニア語", + "language.ru": "ロシア語", + "language.search_placeholder": "言語を検索\n0", + "language.selector": "言語", + "language.selector_label": "言語を選択", + "language.sk": "スロバキア語", + "language.sl": "スロベニア語", + "language.sv": "スウェーデン語", + "language.tr": "トルコ語", + "language.uk": "ウクライナ語", + "language.zh": "中国語", + "nav.about": "概要", + "nav.account_menu": "アカウントメニュー", + "nav.account_menu_for": "{name} のアカウントメニュー", + "nav.admin": "管理者", + "nav.admin.audit_logs": "監査ログ", + "nav.admin.backups": "バックアップ", + "nav.admin.plans": "プラン", + "nav.admin.scheduled_jobs": "スケジュールされたジョブ", + "nav.admin.users": "ユーザー", + "nav.admin_actions": "管理者アクション", + "nav.admin_menu": "管理者メニュー", + "nav.api_docs": "API ドキュメント", + "nav.api_tokens": "API トークン", + "nav.backup_restore": "バックアップと復元", + "nav.credentials": "認証情報", + "nav.dark_mode": "ダークモード", + "nav.dashboard": "ダッシュボード", + "nav.developer_docs": "開発者ドキュメント", + "nav.duplicates": "重複", + "nav.file_manager": "ファイルマネージャー", + "nav.files": "ファイル", + "nav.get_started": "始める", + "nav.help": "ヘルプ", + "nav.help_center": "ヘルプセンター", + "nav.imap": "メールインポート", + "nav.integrations": "統合", + "nav.light_mode": "ライトモード", + "nav.login": "ログイン", + "nav.logout": "ログアウト", + "nav.main_navigation": "メインナビゲーション", + "nav.my_subscription": "マイサブスクリプション", + "nav.notifications": "通知", + "nav.open_main_menu": "メインメニューを開く", + "nav.pipelines": "パイプライン", + "nav.plan_designer": "プランデザイナー", + "nav.pricing": "価格", + "nav.profile": "プロフィール", + "nav.profile_settings": "プロフィール設定", + "nav.queue": "キュー", + "nav.queue_monitor": "キューモニター", + "nav.scheduled_jobs": "スケジュールされたジョブ", + "nav.search": "検索", + "nav.settings": "設定", + "nav.shared_links": "共有リンク", + "nav.sign_out": "サインアウト", + "nav.signup": "サインアップ", + "nav.similarity": "類似性", + "nav.skip_to_content": "メインコンテンツにスキップ", + "nav.status": "ステータス", + "nav.subscription": "サブスクリプション", + "nav.toggle_dark_mode": "ダークモードを切り替える", + "nav.toggle_nav": "ナビゲーションメニューを切り替える", + "nav.upload": "アップロード", + "nav.users": "ユーザー", + "nav.version": "バージョン情報", + "notifications.filter_all": "すべて", + "notifications.filter_read": "既読のみ", + "notifications.filter_unread": "未読のみ", + "notifications.manage_desc": "通知受信箱、ターゲット、およびイベント設定を管理します", + "notifications.mark_all_read": "すべてを既読にする", + "notifications.mark_all_read_btn": "すべて既読にする", + "notifications.mark_read": "既読にする", + "notifications.no_notifications": "通知はありません", + "notifications.page_title": "通知", + "notifications.tab_inbox": "受信トレイ", + "notifications.tab_settings": "設定", + "notifications.title": "通知", + "notifications.unread_count": "{count} 件の未読通知", + "pipelines.active_label": "アクティブ", + "pipelines.add_step_btn": "ステップを追加", + "pipelines.create": "パイプラインを作成", + "pipelines.custom_label_label": "カスタムラベル", + "pipelines.default_label": "デフォルト", + "pipelines.description_label": "説明", + "pipelines.description_placeholder": "オプションの説明", + "pipelines.disabled_label": "無効", + "pipelines.edit": "パイプラインを編集", + "pipelines.empty_state": "まだパイプラインはありません", + "pipelines.empty_state_hint": "カスタムドキュメント処理ワークフローを定義するために最初のパイプラインを作成してください。", + "pipelines.enabled_label": "有効", + "pipelines.force_cloud_ocr_label": "クラウドOCRを強制(ローカルテキスト抽出をスキップ)", + "pipelines.inactive_label": "非アクティブ", + "pipelines.loading": "パイプラインを読み込み中…", + "pipelines.name_placeholder": "私のパイプライン", + "pipelines.new_pipeline_btn": "新しいパイプライン", + "pipelines.no_steps": "定義されたステップはありません。パイプラインを構築するためにステップを追加してください。", + "pipelines.ocr_auto": "自動(システムデフォルトを使用)", + "pipelines.ocr_language_hint": "Tesseract/EasyOCRのグローバル言語設定を上書きします。AzureとMistralは言語を自動検出します。", + "pipelines.ocr_language_label": "OCR言語", + "pipelines.optional_suffix": "(オプション)", + "pipelines.page_title": "処理パイプライン", + "pipelines.set_default": "デフォルトのパイプラインに設定", + "pipelines.step_label_placeholder": "デフォルトのステップ名を上書き", + "pipelines.step_type_label": "ステップタイプ", + "pipelines.subtitle_intro": "カスタムドキュメント処理ワークフローを定義および管理します。", + "pipelines.subtitle_system_post": "バッジが付いており、すべてのユーザーに表示されます。", + "pipelines.subtitle_system_pre": "システムパイプライン(管理者によって作成)は", + "pipelines.system_label": "システム", + "pipelines.system_pipeline_label": "システムパイプライン(すべてのユーザーに表示)", + "pipelines.title": "処理パイプライン", + "profile.avatar_alt": "あなたのプロフィール写真", + "profile.avatar_heading": "プロフィール写真", + "profile.avatar_remove": "カスタムアバターを削除", + "profile.avatar_upload_hint": "JPEG、PNG、GIF、またはWebP形式の画像を最大2MBまでアップロードできます。カスタム画像が設定されていない場合、あなたの {gravatar} が表示されます。", + "profile.choose_image": "画像を選択\n0\u000b\u000e\u000b\f\b\u000b\r\u0000\t\u00001\u000005\u0005\u0004\u0000\u0001\u000009", + "profile.confirm_password": "新しいパスワードを確認", + "profile.contact_email_hint": "システム通知に使用されます。ログイン用のメールアドレスは変更されません。", + "profile.contact_email_label": "連絡先 / 通知メール", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "現在のパスワード", + "profile.dismiss": "閉じる", + "profile.display_name_hint": "アカウントのユーザー名またはメールアドレスを使用するには空白のままにしてください。", + "profile.display_name_label": "表示名", + "profile.display_name_placeholder": "UIに表示されるあなたの名前", + "profile.general_heading": "一般情報", + "profile.gravatar_link": "Gravatar", + "profile.heading": "プロフィール設定", + "profile.language_auto_detect": "自動検出(ブラウザから)", + "profile.language_hint": "好みのインターフェース言語を選択してください。「自動検出」はブラウザの設定に従います。", + "profile.language_label": "UI言語", + "profile.new_password": "新しいパスワード", + "profile.new_password_hint": "最低8文字。", + "profile.page_title": "プロフィール設定 – DocuElevate", + "profile.password_heading": "パスワード変更", + "profile.preferences_heading": "設定", + "profile.save_button": "変更を保存", + "profile.saving": "保存中\u00008\u000005\b", + "profile.subtitle": "表示名、アバター、言語、テーマの設定を管理します。", + "profile.theme_dark": "ダーク", + "profile.theme_hint": "「システムデフォルト」はデバイスのダークモード設定に従います。", + "profile.theme_label": "カラースキーム", + "profile.theme_light": "ライト", + "profile.theme_system": "システムデフォルト", + "profile.update_password": "パスワードを更新", + "profile.updating": "更新中…", + "queue.active_tasks": "アクティブなタスク", + "queue.auto_refresh_1": "自動的に更新されるのは毎", + "queue.auto_refresh_2": "秒", + "queue.col_arguments": "引数", + "queue.col_current_step": "現在のステップ", + "queue.col_file": "ファイル", + "queue.col_files": "ファイル", + "queue.col_queue": "キュー", + "queue.col_state": "状態", + "queue.col_task": "タスク", + "queue.col_task_id": "タスク ID", + "queue.files_processing": "ファイル処理中", + "queue.heading": "キューモニター", + "queue.last_updated": "最終更新:", + "queue.loading_stats": "キュー統計を読み込んでいます\u0000a0…", + "queue.no_active_tasks": "アクティブなタスクはありません", + "queue.no_data": "データはありません", + "queue.no_files_processing": "現在処理中のファイルはありません", + "queue.page_title": "キューモニター", + "queue.processing_pipeline": "処理パイプライン", + "queue.queued_tasks": "キューに入っているタスク", + "queue.recently_processing": "最近処理中のファイル", + "queue.redis_queues": "Redisキュー", + "queue.subtitle": "ドキュメント処理パイプラインとCeleryタスクキューのリアルタイムビュー。", + "queue.workers_online": "オンライン作業者", + "search.button": "検索", + "search.error_message": "検索は一時的に利用できません。しばらくしてからもう一度お試しください。", + "search.filter_aria_clear": "すべてのフィルターをクリア", + "search.filter_clear_button": "フィルターをクリア", + "search.filter_date_from": "日付から", + "search.filter_date_to": "日付まで", + "search.filter_document_type": "ドキュメントタイプ", + "search.filter_document_type_placeholder": "例: 請求書", + "search.filter_language": "言語", + "search.filter_language_placeholder": "例: de", + "search.filter_sender": "送信者", + "search.filter_sender_placeholder": "例: ACME Corp", + "search.filter_tags": "タグ", + "search.filter_tags_placeholder": "例: amazon", + "search.filter_text_quality": "テキストの品質", + "search.filter_text_quality_all": "すべて", + "search.filter_text_quality_high": "高", + "search.filter_text_quality_low": "低", + "search.filter_text_quality_medium": "中", + "search.filter_text_quality_no_text": "テキストなし", + "search.heading": "ドキュメント検索", + "search.input_aria_label": "ドキュメントを検索", + "search.input_placeholder": "コンテンツ、送信者、タグ、タイプでドキュメントを検索...", + "search.loading_indicator": "検索中\u0005", + "search.no_results": "結果が見つかりませんでした", + "search.page_title": "ドキュメントの検索", + "search.placeholder": "ファイル名、コンテンツ、タグで検索...", + "search.result_empty": "クエリに一致するドキュメントが見つかりませんでした。", + "search.results_count": "{count} 件の結果が見つかりました", + "search.saved_aria_save": "現在の検索を保存", + "search.saved_button": "現在の検索を保存", + "search.saved_empty": "まだ保存された検索はありません", + "search.saved_error": "保存された検索を読み込めませんでした", + "search.saved_label": "保存された検索", + "search.saved_loading": "読み込み中...", + "search.title": "ドキュメントの検索", + "settings.audit_log_btn": "監査ログ", + "settings.autocomplete_hint": "既知の値を検索するには入力するか、カスタム値を入力してください。", + "settings.autocomplete_no_matches": "一致するものがありません - カスタム値を入力することもできます", + "settings.autocomplete_placeholder": "検索するか、値を入力してください\u00005...", + "settings.boolean_enable_prefix": "有効にする", + "settings.categories_aria": "設定カテゴリ", + "settings.categories_heading": "カテゴリ", + "settings.db_wizard_btn": "DBウィザード", + "settings.effective_value_label": "有効な値:", + "settings.encrypted_suffix": "= 保存時に暗号化", + "settings.encrypted_title": "値はデータベース内で保存時に暗号化されます", + "settings.export_btn": "エクスポート", + "settings.export_db_only": "DB設定のみ", + "settings.export_full_config": "完全な有効な設定", + "settings.jump_to_category": "カテゴリにジャンプ\u00005...", + "settings.manage_config_prefix": "構成を管理します。優先順位:", + "settings.model_picker_hint": "リストから選択するか、プロバイダーがサポートする任意のモデル名を入力します。", + "settings.model_picker_placeholder": "一般的なモデルを選択するか、カスタム名を入力してください\u00005...", + "settings.no_results_clear": "検索をクリア", + "settings.no_results_heading": "設定が見つかりませんでした", + "settings.no_results_hint": "別の検索語を試すか、", + "settings.page_heading": "アプリケーション設定", + "settings.required_label": "(必須)", + "settings.reset_confirm": "この設定をリセットしてもよろしいですか?", + "settings.restart_required_suffix": "= 再起動が必要", + "settings.revert_btn": "DBから削除", + "settings.revert_title": "DBのオーバーライドを削除し、環境変数またはデフォルトに戻す", + "settings.reverting": "戻しています\n", + "settings.save_all_btn": "すべての変更を保存", + "settings.save_error": "設定の保存に失敗しました", + "settings.save_setting_title": "この設定を保存", + "settings.save_success": "設定が正常に保存されました", + "settings.saving_state": "保存中\n", + "settings.search_aria_label": "設定を検索", + "settings.search_clear_aria": "検索をクリア", + "settings.search_placeholder": "名前、キー、または説明で設定を検索\n", + "settings.settings_count_suffix": "設定", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", + "settings.source_default_badge": "デフォルト", + "settings.source_env_badge": "環境", + "settings.title": "設定", + "settings.toggle_visibility_aria": "パスワードの表示/非表示を切り替え", + "settings.toggle_visibility_title": "値を表示/非表示にする", + "settings.user_autocomplete_empty": "一致するユーザーが見つかりませんでした", + "settings.user_autocomplete_hint": "名前で既存のユーザーを検索するには入力するか、任意の識別子を手動で入力してください。", + "settings.user_autocomplete_placeholder": "ユーザーを検索するには入力を開始してください\n", + "settings.wizard_btn": "ウィザード", + "shared.col_expiry": "有効期限", + "shared.col_file_label": "ファイル / ラベル", + "shared.col_link": "リンク", + "shared.col_views": "ビュー", + "shared.copy_link_aria": "リンクをクリップボードにコピー", + "shared.copy_link_title": "リンクをコピー", + "shared.create_btn": "リンクを作成", + "shared.create_heading": "新しい共有リンクを作成", + "shared.creating": "作成中\n", + "shared.expiry_12h": "12時間", + "shared.expiry_14d": "14日", + "shared.expiry_1h": "1時間", + "shared.expiry_24h": "24時間(1日)", + "shared.expiry_30d": "30日", + "shared.expiry_3d": "3日", + "shared.expiry_6h": "6時間", + "shared.expiry_7d": "7日", + "shared.expiry_label": "有効期限", + "shared.expiry_never": "決して", + "shared.file_id_help_post": "ページまたはドキュメントの詳細URL内。", + "shared.file_id_help_pre": "ファイルIDを", + "shared.file_id_label": "ファイルID", + "shared.file_id_placeholder": "例: 42", + "shared.files_link": "ファイル", + "shared.heading": "共有リンク", + "shared.label_label": "ラベル", + "shared.label_placeholder": "例: ボブと共有", + "shared.link_created": "共有リンクが作成されました!", + "shared.link_created_help": "このリンクをコピーして受取人に送信します。", + "shared.links_count_aria": "リンクの数", + "shared.max_downloads_label": "最大ダウンロード数", + "shared.no_links": "まだ共有リンクがありません。始めるには上で作成してください。", + "shared.open_in_new_tab": "新しいタブで開く", + "shared.open_link_aria": "共有リンクを開く", + "shared.optional": "(オプション)", + "shared.page_title": "共有リンク – DocuElevate", + "shared.password_label": "パスワード", + "shared.password_placeholder": "パスワードなしの場合は空白のままにしてください", + "shared.password_protected": "パスワード保護", + "shared.refresh_aria": "共有リンクリストを更新", + "shared.revoke_aria_prefix": "共有リンクを無効化する", + "shared.revoke_btn": "無効にする", + "shared.status_active": "アクティブ", + "shared.status_expired": "期限切れ", + "shared.status_limit_reached": "制限に達しました", + "shared.status_revoked": "無効化されました", + "shared.subtitle": "期限付きまたは閲覧制限付きのリンクを通じて、誰とでもドキュメントを共有できます。受取人はDocuElevateアカウントを持つ必要はありません。リンクはパスワードで保護され、いつでも無効化できます。", + "shared.table_aria": "共有リンク", + "shared.unlimited_placeholder": "無制限", + "shared.your_links": "あなたの共有リンク", + "similarity.backfill_auto": "バックグラウンドタスクは5分ごとに自動的に計算します。または、あなたは", + "similarity.files_missing_text": "ファイルはOCRテキストを持っていますが、まだ埋め込みがありません。", + "similarity.find_pairs_btn": "ペアを見つける", + "similarity.heading": "ドキュメントの類似性", + "similarity.load_error": "ペアの読み込みに失敗しました。", + "similarity.min_similarity_label": "最小類似性", + "similarity.no_pairs_detail": "類似性の閾値を超えるドキュメントペアはありません。", + "similarity.no_pairs_heading": "類似のペアは見つかりませんでした", + "similarity.page_title": "ドキュメントの類似性 - DocuElevate", + "similarity.pagination_aria": "類似ペアのページネーション", + "similarity.per_page_label": "ページあたり", + "similarity.scanning": "類似文書ペアをスキャン中\n...", + "similarity.stat_embedding_model": "埋め込みモデル", + "similarity.stat_missing_embedding": "埋め込みが欠落しています", + "similarity.stat_total_files": "総ファイル数", + "similarity.stat_with_embedding": "埋め込みあり", + "similarity.subtitle": "スコアでランク付けされた高い意味論的類似性を持つ文書のペア。", + "similarity.trigger_aria": "すべてのファイルの埋め込み計算をトリガーする", + "similarity.trigger_now": "今すぐトリガーする", + "status.app_version": "アプリバージョン", + "status.build_date": "ビルド日", + "status.container_id": "コンテナID", + "status.git_commit": "Gitコミット", + "status.last_check": "最終チェック", + "status.page_title": "システムステータス", + "status.setting_label": "設定", + "status.value_label": "値", + "subscription.available_plans_heading": "利用可能なプラン", + "subscription.back_to_dashboard": "ダッシュボードに戻る", + "subscription.cancel_pending": "変更をキャンセル", + "subscription.cancel_scheduled": "予定された変更をキャンセル", + "subscription.contact_sales": "営業に問い合わせる", + "subscription.current_badge": "現在", + "subscription.current_plan": "現在のプラン", + "subscription.current_plan_cta": "あなたの現在のプラン", + "subscription.downgrade_to_prefix": "ダウングレード", + "subscription.features_heading": "プランに含まれる内容", + "subscription.free": "無料", + "subscription.heading": "マイサブスクリプション", + "subscription.keep_plan_prefix": "維持する", + "subscription.lifetime_files": "ファイル総数(生涯)", + "subscription.month_files": "今月のファイル", + "subscription.more_features_label": "もっと見る", + "subscription.page_title": "マイサブスクリプション – DocuElevate", + "subscription.pending_badge": "保留中", + "subscription.pending_benefits": "それまでの間、すべての現在のプランの特典を維持します。", + "subscription.pending_on": "に", + "subscription.pending_title": "保留中のプラン変更が予定されています", + "subscription.pending_will_change": "あなたのプランは次のように変更されます", + "subscription.per_mo": "/月", + "subscription.per_month": "/月", + "subscription.since": "以来", + "subscription.single_user_body": "複数ユーザーモードがアクティブな場合にサブスクリプション層が適用されます。あなたのインスタンスは現在、処理制限のないシングルユーザーモードで実行されています。管理者は{settings_link}を介して複数ユーザーモードを有効にできます。", + "subscription.single_user_title": "複数ユーザーモードは有効になっていません。", + "subscription.subtitle": "あなたの現在のプラン、使用状況、および利用可能なアップグレード。", + "subscription.this_month_label": "今月", + "subscription.today_files": "今日のファイル", + "subscription.today_label": "今日", + "subscription.unlimited": "無制限", + "subscription.upgrade_info": "アップグレードは即時に有効になります。ダウングレードは現在の請求期間の終了時に予定されています。", + "subscription.upgrade_to_prefix": "アップグレード", + "subscription.usage_heading": "使用状況", + "upload.browse_button": "ファイルを参照", + "upload.button_processing": "処理中...", + "upload.camera_button": "写真を撮る / ドキュメントをスキャン", + "upload.download_button": "ダウンロードして処理", + "upload.downloading": "URLからファイルをダウンロードしています...", + "upload.drag_drop": "ここにファイルをドラッグ&ドロップするか、クリックして参照", + "upload.drop_hint_desktop": "ここにファイルやフォルダをドラッグ&ドロップするか、クリックしてファイルを選択します。", + "upload.drop_hint_mobile": "ファイルを選択するにはタップするか、下のカメラボタンを使用します。", + "upload.drop_zone_aria": "ファイルアップロードエリア。ここにファイルをドラッグ&ドロップするか、Enterキーを押してファイルを参照します。", + "upload.error": "アップロードに失敗しました", + "upload.error_invalid_url": "無効なURL形式", + "upload.error_url_required": "URLを入力してください", + "upload.file_size_hint": "最大サイズ: 500 MB/ファイル", + "upload.file_types": "許可されたタイプ: PDF、Office文書(Word、Excel、PowerPointなど)、画像", + "upload.filename_description": "URLからファイル名を使用するには空白のままにしてください", + "upload.filename_label": "ファイル名(オプション)", "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "upload.max_size": "最大ファイルサイズ: {size}", + "upload.page_title": "ファイルをアップロード", + "upload.section_device": "デバイスからアップロード", + "upload.section_url": "URLからアップロード", + "upload.select_file": "ファイルを選択", + "upload.success": "ファイルが正常にアップロードされました", + "upload.title": "ドキュメントのアップロード", + "upload.uploading": "アップロード中...", + "upload.url_description": "ファイルへの直接リンクを入力してください(PDF、Officeドキュメント、または画像)", + "upload.url_label": "ファイルURL", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/jv.json b/frontend/translations/jv.json new file mode 100644 index 00000000..5396d70d --- /dev/null +++ b/frontend/translations/jv.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "Ayo kenal karo Pencipta", + "about.creator_name": "Christian Krakau-Louis", + "about.creator_pre": "DocuElevate dikembangake kanthi semangat dening", + "about.features_admin_api": "API REST sing kuat kanggo akses programatik", + "about.features_admin_config": "Sangat bisa disesuaikan liwat variabel lingkungan", + "about.features_admin_docker": "Siap Docker kanggo penyebaran lan skala gampang", + "about.features_admin_heading": "Administrasi", + "about.features_admin_oauth2": "Dukungan autentikasi OAuth2 nganggo Authentik", + "about.features_automation_background": "Pangolahan latar kanthi Redis lan Celery", + "about.features_automation_gmail": "Integrasi akun Gmail lan email umum", + "about.features_automation_heading": "Automasi", + "about.features_automation_imap": "Polling inbox IMAP saka akeh sumber", + "about.features_automation_ingestion": "Panghimpunan dokumen otomatis saka berbagai masukan", + "about.features_heading": "Fitur Kunci", + "about.features_integration_cloud": "Penyimpanan awan: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integrasi & Penyimpanan", + "about.features_integration_multi_dest": "Dukungan multi-tujuan (nyimpen dokumen ing macem-macem lokasi)", + "about.features_integration_protocols": "Protokol transfer: FTP, SFTP, Penerusan Email", + "about.features_integration_selfhosted": "Pilihan self-hosted: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Klasifikasi dokumen cerdas lan ekstraksi tanggal", + "about.features_processing_heading": "Pengolahan Dokumen", + "about.features_processing_metadata": "Ekstraksi metadata otomatis nggunakake penyedia AI sing bisa dipasang", + "about.features_processing_ocr": "OCR dikuasai dening Azure Document Intelligence", + "about.features_processing_pdf": "Konversi PDF kanggo macem-macem format file liwat Gotenberg", + "about.features_processing_upload": "Unggah file sing gampang lan aman kanthi dukungan drag & drop", + "about.github_logo_alt": "Logo GitHub", + "about.heading": "Bab DocuElevate", + "about.intro_post": " – solusi modern lan cerdas kanggo pangolahan dokumen sampeyan! Kita wis mbangun DocuElevate kanggo ngowahi cara sampeyan nangani dokumen – saka unggahan nganti ekstraksi, saka pangolahan nganti penyimpanan.", + "about.intro_pre": "Sugeng rawuh ing ", + "about.involved_description": "Kepengin mlebu ing kode, nyumbang ide, utawa sinau luwih lengkap babagan DocuElevate?", + "about.involved_docs": "Waca Dokumentasi", + "about.involved_github": "Deleng DocuElevate ing GitHub", + "about.involved_heading": "Melibatake", + "about.involved_website": "Kunjungi Situs Web DocuElevate", + "about.legal_description": "Kita perduli karo privasi lan keamanan data sampeyan. Mangga review:", + "about.legal_heading": "Privasi & Legal", + "about.legal_license": "Informasi Lisensi", + "about.legal_privacy": "Pemberitahuan Privasi", + "about.page_title": "Bab DocuElevate", + "about.story_heading": "Crita Kita", + "about.story_p1": "DocuElevate digawe kanthi siji tujuan ing pikiran: kanggo nyederhanakake lan ngoptimalake manajemen dokumen kanggo kabeh wong, apa sampeyan sawijining startup cilik utawa perusahaan gedhe.", + "about.story_p2": "Kita nggunakake kekuatan penyedia AI sing bisa disambungake (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, lan liya-liyane) kanggo ekstraksi metadata lan penyempurnaan teks, nggabungake kanthi lancar karo Dropbox, Nextcloud, lan Paperless NGX kanggo panyimpenan lan pengindeksan, memanfaatkan Azure Document Intelligence kanggo OCR, lan malah nggunakake Gotenberg kanggo konversi file menyang PDF.", + "api_tokens.col_created": "Digawe", + "api_tokens.col_last_ip": "IP Paling Akhir", + "api_tokens.col_last_used": "Paling Akhir Digunakake", + "api_tokens.col_name": "Jeneng", + "api_tokens.col_prefix": "Prefiks Token", + "api_tokens.copy_to_clipboard": "Salin token menyang papan clipboard", + "api_tokens.copy_upload_example": "Salin conto unggah menyang papan clipboard", + "api_tokens.copy_warning_1": "Salin token iki saiki — bakal", + "api_tokens.copy_warning_2": "ora dituduhake maneh", + "api_tokens.create_heading": "Gawe Token Anyar", + "api_tokens.create_token": "Gawe Token", + "api_tokens.creating": "Nggawé…", + "api_tokens.heading": "Token API", + "api_tokens.intro": "Gawe token API pribadi kanggo berinteraksi kanthi programatik karo API DocuElevate. Gunakake token kanggo unggahan webhook, pipeline CI/CD, utawa skrip apa wae sing butuh kanggo unggah utawa njupuk dokumen.", + "api_tokens.loading_tokens": "Nggunduh token…", + "api_tokens.never": "Ora tau", + "api_tokens.no_tokens_heading": "Ora ana token API nganti saiki", + "api_tokens.no_tokens_help": "Gawe token sampeyan sing pertama ing ndhuwur supaya bisa miwiti.", + "api_tokens.page_title": "Token API – DocuElevate", + "api_tokens.revoke": "Batal", + "api_tokens.revoke_prefix": "Batal token", + "api_tokens.status_active": "Aktif", + "api_tokens.status_revoked": "Dibatalkan", + "api_tokens.table_aria": "Token API", + "api_tokens.token_created": "Token wis sukses digawe!", + "api_tokens.token_name_label": "Jeneng token", + "api_tokens.token_name_placeholder": "contone. CI Pipeline, Unggah Webhook, Skripku", + "api_tokens.usage_heading": "Conto Panggunaan", + "api_tokens.usage_intro_post": "header kanthi panjalukan API apa wae:", + "api_tokens.usage_intro_pre": "Gunakake token API sampeyan ing", + "api_tokens.your_tokens": "Token Sampeyan", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "Sumber", + "audit.col_timestamp": "Stempel Wektu", + "audit.critical": "Kritis", + "audit.filter_action": "Tindakan", + "audit.filter_all_actions": "Kabeh tindakan", + "audit.filter_all_users": "Kabeh pangguna", + "audit.filter_resource_placeholder": "contone. dokumen, pangguna", + "audit.filter_resource_type": "Tipe Sumber", + "audit.filter_severity": "Tingkat Keparahan", + "audit.filter_user": "Pangguna", + "audit.filters_section_label": "Filter log audit", + "audit.next": "Sabanjure", + "audit.next_label": "Kaca sabanjure", + "audit.no_events": "Ora ana acara audit sing dicathet.", + "audit.no_events_hint": "Tindakan signifikan (logins, operasi dokumen, owah-owahan setelan) bakal muncul ing kene.", + "audit.page_title": "Log Audit - DocuElevate", + "audit.pagination_label": "Paginasikan log audit", + "audit.prev": "Sadurunge", + "audit.prev_label": "Kaca sadurunge", + "audit.refresh_label": "Refresh log audit", + "audit.siem_disabled_title": "Penerusan SIEM dinonaktifkan", + "audit.siem_enabled_title": "Acara dikirim menyang ", + "audit.siem_off": "SIEM: Mati", + "audit.subtitle": "Rekor lengkap, append-only saka kabeh tindakan signifikan.", + "audit.table_label": "Acara log audit", + "audit.title": "Log Audit", + "auth.confirm_password": "Konfirmasi Sandi", + "auth.create_account": "Gawe akun", + "auth.display_name_label": "Nama Tampilan", + "auth.email_label": "Email", + "auth.forgot_password": "Lali Sandi?", + "auth.forgot_username": "Lali jeneng pangguna?", + "auth.login": "Mlebu", + "auth.login_title": "Mlebu", + "auth.logo_alt": "Logo DocuElevate", + "auth.logout": "Metu", + "auth.my_account": "Akunku", + "auth.no_account": "Ora duwe akun?", + "auth.or_continue_with": "Utawa terusake nganggo", + "auth.password_label": "Sandi", + "auth.profile": "Profil", + "auth.remember_me": "Elinga aku", + "auth.return_home": "Bali menyang Beranda", + "auth.sign_in": "Mlebu", + "auth.sign_in_sso": "Mlebu nganggo SSO", + "auth.sign_in_with": "Mlebu kanthi", + "auth.sign_in_with_username": "Mlebu kanthi jeneng pangguna", + "auth.signup": "Daftar", + "auth.signup_title": "Daftar", + "auth.username_label": "Jeneng pangguna", + "auth.username_or_email": "Jeneng pangguna utawa Email", + "auth.verify_email_back_sign_in": "Bali menyang mlebu", + "auth.verify_email_expiry": "Tautan kadaluwarsa ing 24 jam. Yen sampeyan ora ndeleng email, priksa folder spam sampeyan.", + "auth.verify_email_heading": "Priksa kotak mlebu sampeyan", + "auth.verify_email_message": "Kita wis ngirimkan sampeyan email verifikasi. Mangga klik tautan ing email kanggo ngaktifake akun sampeyan.", + "auth.verify_email_page_title": "DocuElevate - Verifikasi Email Anda", + "auth.verify_email_resend_aria_label": "Alamat email kanggo ngiriman ulang", + "auth.verify_email_resend_button": "Kirim ulang email verifikasi", + "auth.verify_email_resend_label": "Alamat email", + "auth.verify_email_resend_placeholder": "Masukkan alamat email sampeyan", + "auth.verify_email_resend_prompt": "Ora nampa?", + "backup.archives_heading": "Arsip Cadangan", + "backup.backup_now": "Cadangkan Saiki", + "backup.clean_up": "Reresik", + "backup.cleanup_title": "Jalankan reresik retensi saiki", + "backup.col_created": "Digawe", + "backup.col_filename": "Jeneng file", + "backup.col_size": "Ukuran", + "backup.col_storage": "Panyimpenan", + "backup.col_type": "Jenis", + "backup.config_auto_backup": "Cadangan otomatis", + "backup.config_remote_dest": "Tujuan jarak jauh", + "backup.config_retention": "Retensi", + "backup.config_total_size": "Ukuran lokal total", + "backup.confirm_btn": "Konfirmasi", + "backup.confirm_title": "Konfirmasi tindakan", + "backup.heading": "Manajemen Cadangan", + "backup.local_only": "Hanya lokal", + "backup.no_backups": "Durung ana cadangan.", + "backup.no_backups_hint": "Klik Cadangkan Saiki kanggo nggawe cadangan pertama sampeyan.", + "backup.page_title": "Manajemen Cadangan", + "backup.records_label": "cathetan", + "backup.restore_btn": "Mulihake", + "backup.restore_desc_mid": "arsip cadangan kanggo mulihake database.", + "backup.restore_desc_pre": "Unggah sebuah", + "backup.restore_desc_warning": "Iki bakal nulis ulang kabeh data saiki.", + "backup.restore_file_label": "Arsip cadangan (.db.gz)", + "backup.restore_heading": "Pulih saka Berkas", + "backup.restoring": "Mempulih\n...", + "backup.retention_daily_detail": "\u0013 disimpen kanggo 3 minggu", + "backup.retention_heading": "Kebijakan Retensi", + "backup.retention_hourly_detail": "\u0013 disimpen kanggo 4 dina", + "backup.retention_note": "Cadangan sing ngluwihi watesan iki bakal otomatis dibuang sawise saben cadangan anyar digawe.", + "backup.retention_weekly_detail": "\u0013 disimpen kanggo ~3 sasi", + "backup.snapshots": "snapshot", + "backup.status_ok": "ok", + "backup.storage_local": "lokal", + "backup.subtitle": "Cadangan basis data digawe kanthi otomatis: saben jam (4 dina), saben dina (3 minggu), saben minggu (13 minggu).", + "backup.table_aria": "Arsip cadangan", + "backup.trigger_daily": "Cadangan Saiki (Saben Dina)", + "backup.trigger_hourly": "Cadangan Saiki (Saben Jam)", + "backup.trigger_weekly": "Cadangan Saiki (Saben Minggu)", + "backup.type_daily": "Saben Dina", + "backup.type_hourly": "Saben Jam", + "backup.type_weekly": "Saben Minggu", + "billing.go_to_dashboard": "Balik menyang dasbor", + "billing.manage_subscription": "Kelola langganan", + "billing.success_heading": "Sampeyan wis siap!", + "billing.success_message": "Langganan sampeyan wis diaktifake. Matur nuwun kanggo milih DocuElevate!", + "billing.success_page_title": "DocuElevate - Langganan Diaktifake", + "common.actions": "Aksi", + "common.active": "Aktif", + "common.all": "Kabeh", + "common.avatar": "Avatar", + "common.back": "Mundur", + "common.cancel": "Batal", + "common.close": "Tutup", + "common.col_pending": "Ditunggu", + "common.completed": "Rampung", + "common.confirm": "Konfirmasi", + "common.copied": "Disalin!", + "common.copy": "Salin", + "common.create": "Gawe", + "common.created": "Digawe", + "common.date": "Tanggal", + "common.delete": "Hapus", + "common.description": "Deskripsi", + "common.details": "Rincian", + "common.disabled": "Dipateni", + "common.download": "Unduh", + "common.duplicate": "Duplikat", + "common.edit": "Edit", + "common.enabled": "Daktolak", + "common.error": "Kesalahan", + "common.failed": "Gagal", + "common.filter": "Saringan", + "common.inactive": "Ora aktif", + "common.info": "Info", + "common.loading": "Muat...", + "common.name": "Nama", + "common.next": "Sabanjure", + "common.next_page": "Kaca sabanjure", + "common.no": "Ora", + "common.none": "Ora ana", + "common.page": "Kaca", + "common.paused": "Mandheg", + "common.pending": "Nunggu", + "common.prev_page": "Kaca sadurunge", + "common.previous": "Sadurunge", + "common.processing": "Proses", + "common.refresh": "Refresh", + "common.reset": "Setel ulang", + "common.retry": "Coba maneh", + "common.save": "Simpen", + "common.search": "Golek", + "common.select": "Pilih", + "common.select_placeholder": "— pilih —", + "common.size": "Ukuran", + "common.status": "Status", + "common.submit": "Kirim", + "common.success": "Sukses", + "common.tags": "Tag", + "common.test": "Uji", + "common.test_connection": "Uji Sambungan", + "common.type": "Jeni", + "common.update": "Perbarui", + "common.updated": "Diperbarui", + "common.upload": "Unggah", + "common.view": "Tampilkan", + "common.warning": "Peringatan", + "common.yes": "Ya", + "cookie.accept": "Ngerti", + "cookie.learn_more": "Sinau luwih akeh", + "cookie.message": "Situs web iki nggunakake cookie kanggo ningkatake pengalaman sampeyan.", + "cookie.notice": "DocuElevate mung nggunakake cookie sesi sing penting kanggo otentikasi lan operasi layanan. Ora ana cookie pelacakan utawa analitik sing digunakake.", + "cookie.notice_label": "Pemberitahuan cookie", + "cookie.policy_link": "Kebijakan Cookie", + "cookie.privacy_link": "Pemberitahuan Privasi", + "credentials.col_action": "Tindakan", + "credentials.col_credential": "Kredensial", + "credentials.col_source": "Sumber", + "credentials.configured": "Dikonfigurasi", + "credentials.edit_in_settings": "Sunting ing Setelan", + "credentials.legend_db": "Nilai disimpen ing basis data (terenskripsi saat tidak aktif; menggantikan variabel lingkungan)", + "credentials.legend_env_after": " file", + "credentials.legend_env_before": "Nilai saka variabel lingkungan utawa ", + "credentials.legend_missing": "Kredensial ora disetel — integrasi ora bakal bisa digunakake", + "credentials.legend_restart": "Miwiti maneh dibutuhake nalika kredensial iki dirotasi", + "credentials.legend_title": "Legenda", + "credentials.manage_settings": "Kelola Setelan", + "credentials.not_configured": "Ora Dikonfigurasi", + "credentials.page_title": "Audit Kredensial - DocuElevate", + "credentials.raw_json": "JSON Mentah (API)", + "credentials.restart_title": "Miwiti maneh dibutuhake sawise ngowahi kredensial iki", + "credentials.source_db_title": "Disimpen ing basis data (terenskripsi)", + "credentials.source_env_title": "Saka variabel lingkungan", + "credentials.status_missing": "Hilang", + "credentials.subtitle": "Ringkesan kabeh kredensial sensitif sing digunakake dening DocuElevate. Ora ana nilai rahasia sing dituduhake ing kene — mung apa saben kredensial wis dikonfigurasi lan saka endi asale.", + "credentials.table_for": "Kredensial kanggo", + "credentials.title": "Audit Kredensial", + "credentials.total_credentials": "Total Kredensial", + "dashboard.active_integrations": "Integrasi Aktif", + "dashboard.files_this_month": "Berkas Bulan iki", + "dashboard.files_today": "Berkas Dina iki", + "dashboard.ocr_processed": "OCR Diproses", + "dashboard.quick_actions": "Tindakan Cepat", + "dashboard.recent_activity": "Kegiatan Anyar", + "dashboard.storage_targets": "Target Penyimpanan", + "dashboard.title": "Dasbor", + "dashboard.total_files": "Total Berkas", + "dashboard.welcome": "Sugeng rawuh ing DocuElevate", + "duplicates.file_id_label": "ID File", + "duplicates.file_id_placeholder": "contone 42", + "duplicates.find_btn": "Goleki", + "duplicates.found_files": "file duplikat total.", + "duplicates.found_groups": "kelompok duplikat karo", + "duplicates.found_prefix": "Ditemokake", + "duplicates.group_aria": "Kelompok Duplikat", + "duplicates.heading": "Dokumen Duplikat", + "duplicates.how_it_works_heading": "Carane deteksi near-duplicate bisa digunakake", + "duplicates.max_results_label": "Hasil maksimal", + "duplicates.near_dup_desc": "Pilih dokumen kanggo mriksa manawa ana file liyane sing ngemot konten sing padha (utawa banget mirip) - sanajan yen dipindai ing wektu sing beda lan duwe hash SHA-256 sing beda.", + "duplicates.near_dup_heading": "Goleki Near-Duplicates kanggo Dokumen", + "duplicates.no_exact_heading": "Ora ana duplikat persis sing ditemokake", + "duplicates.page_title": "Dokumen Duplikat - DocuElevate", + "duplicates.pagination_aria": "Penomoran", + "duplicates.role_duplicate": "Duplikat", + "duplicates.role_original": "Asli", + "duplicates.tab_exact": "Duplikat Persis", + "duplicates.tab_near": "Penemu Near-Duplicate", + "duplicates.tabs_aria": "Tab deteksi duplikat", + "duplicates.threshold_label": "Ambang kesamaan", + "duplicates.view_dup_aria": "Tampilake file duplikat", + "duplicates.view_original_aria": "Tampilake file asli", + "error.404_code": "404", + "error.404_heading": "Oops, kita ora bisa nemokake kaca kuwi!", + "error.404_home": "Bali menyang Ngarep", + "error.404_message": "Kayane DocuElevate wis salah ngatur dokumen sing sampeyan goleki. Aja kuwatir - kita wis siyap mbantu sampeyan.", + "error.404_title": "404 - Ora Ditemokake", + "error.500_code": "500", + "error.500_debug_info": "Tampilake Info Debug", + "error.500_description": "Server kita ngalami masalah lan butuh sawetara wektu.", + "error.500_heading": "Oops! Ana Sing Salah.", + "error.500_home": "Bali menyang Ngarep", + "error.500_img_alt": "Ilustrasi kesalahan server", + "error.500_message1": "Server kita ngalami masalah lan butuh sawetara wektu. Mungkin hamster wis nyegat kopi?", + "error.500_message2": "Kita wis ngurus iki - nyortir file, ngawali ulang server, lan ngetrapake ulang kapasitor flux.", + "error.500_title": "Kesalahan Server - DocuElevate", + "error.forbidden": "Dilarang", + "error.forbidden_message": "Sampeyan ora duwe ijin kanggo ngakses kaca iki.", + "error.not_found": "Kaca ora ditemokake", + "error.not_found_message": "Kaca sing sampeyan goleki ora ana.", + "error.server_error": "Kesalahan Server Internal", + "error.server_error_message": "Ana sing salah. Mangga coba maneh mengko.", + "error.unauthorized": "Ora Sah", + "error.unauthorized_message": "Sampeyan perlu mlebu kanggo ngakses kaca iki.", + "files.action_delete": "Hapus file", + "files.action_details": "Tampilkan rincian", + "files.action_preview": "Pratelan Cepat", + "files.bulk_clear_selection": "Hapus Pilihan", + "files.bulk_cloud_ocr": "Ulangi Cloud OCR", + "files.bulk_delete": "Hapus Dipilih", + "files.bulk_download": "Unduh minangka ZIP", + "files.bulk_reprocess": "Olah Ulang Dipilih", + "files.delete_modal_cancel": "Batal", + "files.delete_modal_confirm": "Hapus", + "files.delete_modal_message": "Apa sampeyan yakin pengin ngapus file iki?", + "files.delete_modal_title": "Konfirmasi Penghapusan", + "files.document_title": "Judul Dokumen", + "files.drop_overlay_hint": "Ndukung PDF, dokumen Office, gambar, HTML, Markdown, lan liyane – folder diproses sacara rekurif", + "files.drop_overlay_title": "Lempar file utawa folder ing endi wae kanggo ngunggah", + "files.error_hint": "Iki bisa amarga masalah konfigurasi utawa impor. Mangga priksa log server.", + "files.file_size": "Ukuran File", + "files.filename": "Nama File", + "files.files_selected": "file dipilih", + "files.filter_all_providers": "Kabeh Penyedia", + "files.filter_all_statuses": "Kabeh Status", + "files.filter_all_types": "Kabeh Jenis", + "files.filter_apply": "Terapake Filter", + "files.filter_clear": "Bersihkan", + "files.filter_date_from": "Tanggal Dari", + "files.filter_date_from_aria": "Filter saka tanggal", + "files.filter_date_to": "Tanggal Ke", + "files.filter_date_to_aria": "Filter nganti tanggal", + "files.filter_form_aria": "Filter file", + "files.filter_mime_type": "Jenis MIME", + "files.filter_ocr_all": "Kabeh File", + "files.filter_ocr_good": "Kualitas apik", + "files.filter_ocr_poor": "Kualitas buruk", + "files.filter_ocr_quality": "Kualitas OCR", + "files.filter_ocr_quality_aria": "Saring miturut skor kualitas OCR", + "files.filter_ocr_unchecked": "Durung dinilai", + "files.filter_search_label": "Golek Filename", + "files.filter_search_placeholder": "Lebokake filename...", + "files.filter_storage_provider": "Penyedia Penyimpanan", + "files.filter_tags_aria": "Saring miturut tag (dipisahake nganggo koma)", + "files.filter_tags_placeholder": "contone. invoice,amazon", + "files.fulltext_search_label": "Golek Jeblokan-Text (teks OCR, metadata, tag)", + "files.fulltext_search_placeholder": "Golek konten dokumen, pengirim, tag, jinis...", + "files.no_files": "Ora ana berkas sing ditemokake", + "files.ocr_status": "Status OCR", + "files.page_title": "Rekor File", + "files.pagination_files": "berkas", + "files.pagination_first": "Kaping pisan", + "files.pagination_last": "Akhir", + "files.pagination_nav_aria": "Navigasi paginasi dhaptar berkas", + "files.pagination_next": "Sabanjure", + "files.pagination_of": "saka", + "files.pagination_previous": "Sebelumnya", + "files.pagination_showing": "Nunjukake", + "files.preview_modal_close": "Tutupi pratayang", + "files.preview_modal_title": "Pratayang", + "files.queue_banner_items": "item(s) saiki antre utawa lagi diproses. Berkas bakal muncul ing kene sawise proses rampung.", + "files.queue_banner_link": "Tindakake Antre", + "files.saved_searches_empty": "Durung ana golèk sing disimpen", + "files.saved_searches_error": "Ora bisa ngundhuh golèk sing disimpen", + "files.saved_searches_label": "Golèk Sing Disimpen", + "files.saved_searches_save": "Simpen Saiki", + "files.saved_searches_save_aria": "Simpen filter saiki minangka golèk sing disimpen", + "files.search_results_empty": "Ora ana asil sing ditemokake.", + "files.search_results_title": "Asil Golek", + "files.status_duplicate": "Duplikat", + "files.table_actions": "Tindakan", + "files.table_aria": "Rekor file", + "files.table_created_at": "Dibuat Ing", + "files.table_empty": "Ora ana berkas sing ditemokake", + "files.table_id": "ID", + "files.table_mime_type": "Tipe MIME", + "files.table_original_filename": "Filename Asli", + "files.table_select_all": "Pilih kabeh berkas ing kaca iki", + "files.tags": "Tag", + "files.title": "Berkas", + "files.upload_modal_aria": "Kemajuan unggah", + "files.upload_modal_close": "Tutup kemajuan unggah", + "files.upload_modal_header": "Sedang Mengunggah Berkas", + "files.uploaded": "Telah Diunggah", + "footer.about": "Tentang", + "footer.attribution": "Atribusi", + "footer.attributions": "Atribusi", + "footer.cookies": "Cookie", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "Cetak", + "footer.license": "Lisensi", + "footer.navigation": "Navigasi footer", + "footer.privacy": "Privasi", + "footer.terms": "Syarat", + "footer.version": "Versi {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "Terkait OAuth. Berkas masuk ke folder yang Anda pilih.", + "help.destinations_email": "Pengiriman Email", + "help.destinations_email_desc": "Berkas yang diproses dikirim sebagai lampiran SMTP.", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "Akun layanan atau OAuth. Mendukung drive bersama.", + "help.destinations_heading": "Tujuan – Ke Mana Dokumen Pergi", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "Penyimpanan cloud yang di-host sendiri melalui WebDAV.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Integrasi API Microsoft Graph.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "Kirim dokumen langsung ke Paperless untuk pengarsipan.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "Bucket yang kompatibel S3 (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "Transfer file yang aman ke server mana pun.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "Kirim metadata ke titik akhir eksternal mana pun.", + "help.documentation": "Dokumentasi", + "help.faq": "Pertanyaan yang Sering Diajukan", + "help.faq_1_a": "Navigasikan ke halaman Unggah, seret dan lepas berkas Anda atau klik Pilih Berkas. DocuElevate mengonversi gambar dan dokumen kantor ke PDF, menjalankan OCR, dan mengekstrak metadata secara otomatis.", + "help.faq_1_q": "Bagaimana cara mengunggah dokumen?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, lan HTML. Berkas non-PDF sacara otomatis dikonversi kanggo PDF sadurunge diproses.", + "help.faq_2_q": "Format berkas apa sing didhukung?", + "help.faq_3_a": "Ya. Bukak Email Ingestion, tambahake akun IMAP, lan DocuElevate bakal ngetung pesen anyar lan ngolah lampiran kanthi otomatis.", + "help.faq_3_q": "Apa aku bisa ngimpor dokumen saka email?", + "help.faq_4_a": "Pipelines ngidini sampeyan nyambung langkah-langkah proses – OCR, ekstraksi AI, konversi format – lan ngeterake hasil menyang siji utawa luwih tujuan. Gawe lan kelola saka kaca Pipelines.", + "help.faq_4_q": "Kepiye cara kerja pipeline pemrosesan?", + "help.faq_5_a": "DocuElevate nyandhet kredensial nalika istirahat, komunikasi liwat TLS, lan ora nate nyimpen dokumen sampeyan luwih suwe tinimbang sing dibutuhake. Delengen Pemberitahuan Privasi kanggo rincian lengkap.", + "help.faq_5_a_post": " kanggo rincian lengkap.", + "help.faq_5_a_pre": "DocuElevate ngeskripsi kredensial ing istirahat, komunikasi liwat TLS, lan ora nate nyimpen dokumen sampeyan luwih suwe tinimbang sing dibutuhake. Deleng ", + "help.faq_5_q": "Apa data saya aman?", + "help.faq_heading": "Pitakonan Sing Asring Ditakokake", + "help.getting_started": "Miwa Awal", + "help.heading": "Pusat Bantuan", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Gunakake REST API kanggo ngirim dokumen kanthi program. Authenticate nganggo token Bearer lan POST file menyang titik upload.", + "help.ingestion_heading": "Alat Pengambilan Data", + "help.ingestion_mobile": "Aplikasi Seluler", + "help.ingestion_mobile_desc": "Gunakake aplikasi pemindaian seluler sing ndhukung tujuan upload HTTP kustom kanggo ngirim foto lan pindai menyang DocuElevate saka ponsel utawa tablet sampeyan.", + "help.ingestion_scanners": "Pemindai Jaringan", + "help.ingestion_scanners_desc": "Arahake pemindai jaringan utawa printer multifungsi menyang titik upload DocuElevate. Dokumen sing dipindai langsung mlebu ing antrian pemrosesan sampeyan.", + "help.ingestion_watched_folders": "Folder Sing Dipantau", + "help.ingestion_watched_folders_desc": "Atur folder lokal utawa jaringan kanggo dipantau. Saben file sing dilebokake ing folder sing dipantau bakal otomatis diupload lan diproses dening DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrasi DocuElevate menyang alur kerja otomatis sampeyan nganggo Zapier, n8n, utawa Make. Gunakake tindakan REST API kanggo nyetel unggahan dokumen saka acara apa wae.", + "help.meta_description": "Entuk bantuan karo DocuElevate – temokake pandhuan babagan ngupload dokumen, nyambungake penyimpanan awan, nyetel saluran, lan liya-liyane.", + "help.og_description": "Entuk bantuan karo DocuElevate – temokake pandhuan babagan ngupload dokumen, nyambungake penyimpanan awan, nyetel saluran, lan liya-liyane.", + "help.page_title": "Pusat Bantuan", + "help.privacy_notice": "Pemberitahuan Privasi", + "help.quickstart_heading": "Miwa Cepet", + "help.quickstart_storage": "Sambungake Penyimpanan", + "help.quickstart_storage_desc": "Menehi menyang Setelan lan sambungake akun cloud sampeyan. Dokumen sing diproses otomatis dialokasikan menyang saben tujuan sing sampeyan konfigurasi.", + "help.quickstart_storage_desc_full": "Mlebu menyang Integrasi lan sambungake akun penyimpanan awan sampeyan. DocuElevate ndhukung Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, lan liya-liyane. Dokumen sing diproses bakal otomatis dialokasikan menyang saben tujuan sing sampeyan atur.", + "help.quickstart_upload": "Unggah Dokumen", + "help.quickstart_upload_desc": "Seret & jatuhake berkas ing kaca Unggah utawa klik Pilih Berkas. DocuElevate ngowahi gambar lan dokumen kantor dadi PDF, mlaku OCR, lan ngasilake metadata kanthi otomatis.", + "help.quickstart_workflows": "Automasi Alur Kerja", + "help.quickstart_workflows_desc": "Gawe Pipelines kanggo nemtokake aturan pemrosesan lan alokasi multi-langkah. Gabungake OCR, ekstraksi AI, konversi format, lan pengiriman ing siji aliran.", + "help.sources_email_ingestion": "Email Ingestion (IMAP)", + "help.sources_email_ingestion_desc": "Transfer dokumen menyang kotak surat khusus. Ing Email Ingestion, tambahake siji utawa luwih akun IMAP. DocuElevate ngetung pesen anyar lan ngolah lampiran kanthi otomatis.", + "help.sources_heading": "Sumber – Nglirit Dokumen", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "Integrasi sacara programatik kanthi ngirim berkas menyang /api/upload. Ideal kanggo skrip, folder sing dipantau, pemindai, utawa alat pihak katelu kaya Zapier lan n8n.", + "help.sources_scanner": "Pemindai & Seluler", + "help.sources_scanner_desc": "Arahake pemindai jaringan menyang titik unggah DocuElevate utawa gunakake aplikasi pemindaian seluler sing ndhukung tujuan HTTP kustom.", + "help.sources_scanner_desc_full": "Atur pemindai jaringan utawa printer multifungsi sampeyan kanggo ngirim pindai langsung menyang DocuElevate. Gunakake titik /api/upload minangka tujuan. Aplikasi pemindaian seluler nganggo tujuan upload kustom uga didhukung.", + "help.sources_web_upload": "Unggah Web", + "help.sources_web_upload_desc": "Cara paling cepet kanggo miwiti. Bukak kaca Unggah, seret siji utawa luwih berkas, lan DocuElevate bakal ngurus sisa. Format sing didhukung kalebu PDF, JPEG, PNG, TIFF, DOCX, XLSX, lan liya-liyane.", + "help.subheading": "Kabeh sing sampeyan butuhake kanggo nggunakake DocuElevate kanthi maksimal. Telusuri topik ing ngisor iki utawa goleki apa sing sampeyan butuhake.", + "help.support": "Dukungan", + "help.support_admin_message": "Hubungi administrator sampeyan kanggo informasi dukungan.", + "help.support_description": "Ora bisa nemokake apa sing sampeyan goleki? Tim dukungan kita ana ing kene kanggo mbantu.", + "help.support_heading": "Hubungi Dukungan", + "help.support_live_chat": "Obrolan Langsung kasedhiya – klik gelembung obrolan kanggo miwiti obrolan.", + "help.support_ticket_button": "Kirim Tiket", + "help.support_ticket_desc": "Iseni formulir ing ngisor iki lan tim dukungan kami bakal menghubungi sampeyan secepat mungkin.", + "help.support_ticket_heading": "Bukak Tiket Dukungan", + "help.title": "Pusat Bantuan", + "help.workflows_creating": "Nggawe Pipelines", + "help.workflows_definition": "Pipeline yaiku serangkaian langkah pemrosesan sing mlaku kanthi otomatis nalika dokumen diproses. Saben langkah bisa ngowahi, nambah, utawa ngatur dokumen.", + "help.workflows_heading": "Alur Kerja & Pipelines", + "help.workflows_step_1": "Ngonversi menyang PDF", + "help.workflows_step_1_create": "Dadi menyang Pipelines ing menu utama.", + "help.workflows_step_1_full": "Konversi menyang PDF – kabeh file mlebu dinormalisasi menyang format PDF sing konsisten.", + "help.workflows_step_2": "OCR – njupuk teks", + "help.workflows_step_2_create": "Klik Pipeline Anyar lan menehi jeneng.", + "help.workflows_step_2_full": "OCR – njupuk teks sing bisa dipilih saka kaca sing dipindai nggunakake Azure Document Intelligence utawa mesin bawaan.", + "help.workflows_step_3": "Ekstraksi metadata AI", + "help.workflows_step_3_create": "Tambahake langkah-langkah proses sing dibutuhake.", + "help.workflows_step_3_full": "Ekstraksi metadata AI – klasifikasikan jinis dokumen lan tarik kolom kunci kayata jumlah, tanggal, lan jeneng nggunakake OpenAI.", + "help.workflows_step_4": "Kirim menyang siji utawa luwih tujuan", + "help.workflows_step_4_create": "Pilih siji utawa luwih tujuan pengiriman.", + "help.workflows_step_5_create": "Simpen – dokumen anyar bakal diproses liwat pipeline iki kanthi otomatis.", + "help.workflows_typical_steps": "Langkah-langkah Umum", + "help.workflows_what_is": "Apa iku Pipeline?", + "index.badge_intelligent": "Proses Dokumentasi Cerdas", + "index.button_browse_files": "Telusuri Berkas", + "index.button_upload": "Unggah", + "index.capabilities_cloud": "Penyimpanan awan: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Email & pangolahan dokumen adhedhasar URL", + "index.capabilities_ocr": "OCR & ekstraksi metadata nganggo AI", + "index.capabilities_paperless": "Integrasi Paperless-ngx kanggo manajemen dokumen", + "index.capabilities_title": "Kemampuan", + "index.capabilities_workflows": "Klasifikasi otomatis & alur kerja routing", + "index.cta_description": "Gabung karo tim sing wis ngotomatisasi proses dokumen kanthi DocuElevate.", + "index.cta_heading": "Siap kanggo ngangkat alur kerja dokumen sampeyan?", + "index.cta_pricing": "Deleng rega", + "index.cta_signup": "Gawe akun gratis", + "index.dashboard_subtitle": "Proses & manajemen dokumen cerdas", + "index.dashboard_subtitle_teams": "Proses & manajemen dokumen cerdas — digawe kanggo tim", + "index.feature_ai": "Ekstraksi Metadata AI", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, lan panyedhiya AI sing bisa disambungake liya ngklasifikasikake dokumen lan njupuk lapangan kunci kaya tanggal, jumlah, lan subyek.", + "index.feature_cloud": "Penyimpanan Multi-Cloud", + "index.feature_cloud_desc": "Rute berkas sing diproses menyang Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, lan liyane.", + "index.feature_email": "Email & Ingestion IMAP", + "index.feature_email_desc": "Secara otomatis njupuk dokumen saka Gmail utawa kotak surat IMAP apa wae — ora butuh unggahan manual.", + "index.feature_ocr": "OCR & Ekstraksi Teks", + "index.feature_ocr_desc": "Azure Document Intelligence ngowahi PDF lan gambar sing dipindai dadi teks sing bisa dicari kanthi otomatis.", + "index.feature_pipelines": "Pipeline Kustom", + "index.feature_pipelines_desc": "Bangun pipeline proses kanthi langkah-langkah sing bisa disesuaikan — OCR, ekstraksi AI, konversi format, lan rute penyimpanan kanthi urutan apa wae.", + "index.feature_search": "Pencarian Teks Lengkap", + "index.feature_search_desc": "Langsung nemokake dokumen apa wae miturut konten, metadata, utawa tag ing kabeh arsip sampeyan.", + "index.feature_section_title": "Kabeh sing sampeyan butuhake kanggo alur kerja dokumen cerdas", + "index.getting_started": "Miang Ka Wiwitan", + "index.getting_started_1": "Ngatur integrasi liwat Status Sistem", + "index.getting_started_2": "Unggah dokumen pisanan sampeyan", + "index.getting_started_3": "Tinjau asil ing Berkas", + "index.getting_started_learn": "Sinau luwih lengkap babagan DocuElevate", + "index.hero_description": "DocuElevate nyerna dokumen sampeyan, nindakake OCR, nyeret metadata nganggo AI, lan ngarahake berkas menyang Dropbox, Google Drive, OneDrive, S3, Nextcloud, lan liya-liyané - kabeh ing siji jalur tanpa masalah.", + "index.hero_heading": "Saka unggah nganti wawasan - otomatis.", + "index.hero_login": "Mlebu", + "index.hero_pricing": "Deleng Rencana & Regane", + "index.hero_signup": "Miwiti - gratis", + "index.integrations_active": "Integrasi aktif", + "index.integrations_storage": "Target panyimpenan", + "index.integrations_title": "Integrasi", + "index.integrations_view_status": "Deleng status sistem", + "index.page_title_dashboard": "Dasbor", + "index.page_title_public": "Proses Dokumen Cerdas", + "index.platform_overview": "Tinjauan platform", + "index.processing_stats": "Statistik Proses", + "index.quick_actions": "Tindakan Cepet", + "index.quick_documents": "Dokumenku", + "index.quick_documents_desc": "Jelajahi berkas sing wis diproses", + "index.quick_search": "Telusuri", + "index.quick_search_desc": "Telusuran teks lengkap ing dokumen", + "index.quick_subscription": "Langganan aku", + "index.quick_subscription_desc": "Deleng rincian rencana & panggunaan", + "index.quick_system_status": "Status Sistem", + "index.quick_system_status_desc": "Priksa kesehatan integrasi", + "index.quick_upload": "Unggah Dokumen", + "index.quick_upload_desc": "Proses berkas anyar", + "index.quick_view_files": "Deleng Kabeh Berkas", + "index.quick_view_files_desc": "Jelajahi dokumen sing wis diproses", + "index.single_user_heading": "Dasbor DocuElevate", + "index.single_user_subtitle": "Proses & manajemen dokumen cerdas", + "index.stat_active_integrations": "Integrasi Aktif", + "index.stat_active_users": "Pengguna Aktif", + "index.stat_files_month": "Berkas sasi iki", + "index.stat_files_ocr": "Berkas nganggo OCR", + "index.stat_files_today": "Berkas dina iki", + "index.stat_storage_targets": "Target Panyimpenan", + "index.stat_this_month": "Bulan iki", + "index.stat_today": "Dina iki", + "index.stat_total_files": "Total berkas", + "index.stat_total_processed": "Total diproses", + "index.tier_plan": "Rencana", + "index.tier_upgrade": "Upgrade", + "index.tier_view_details": "Deleng rincian lengkap", + "index.upgrade_daily_limits": "Batas harian & bulanan luwih dhuwur", + "index.upgrade_description": "Unlock luwih akeh dokumen, luwih akeh tujuan lan dhukungan prioritas.", + "index.upgrade_destinations": "Tujuan panyimpenan luwih akeh", + "index.upgrade_ocr_pages": "Laman OCR luwih akeh", + "index.upgrade_plan": "Upgrade rencana sampeyan", + "index.upgrade_view_pricing": "Deleng rencana & rega", + "index.usage_lifetime": "File seumur hidup", + "index.usage_month": "File bulan iki", + "index.usage_my_usage": "Pamakeanku", + "index.usage_today": "File dina iki", + "index.usage_unlimited": "Tanpa wates", + "integrations.access_key_label": "ID Kunci Akses", + "integrations.active_label": "Aktif", + "integrations.add_button": "Tambah Integrasi", + "integrations.add_first_button": "Tambah Integrasi Pertama sampeyan", + "integrations.api_token_label": "Token API", + "integrations.authorize_btn": "Melegitimasi", + "integrations.authorize_reauth": "Melegitimasi Ulang", + "integrations.bucket_label": "Ember", + "integrations.configure": "Konfigurasi", + "integrations.connect": "Sambungke", + "integrations.connected": "Sambung", + "integrations.connection_failed": "Sambungan gagal", + "integrations.connection_success": "Sambungan sukses", + "integrations.delete_confirm_are_you_sure": "Apa sampeyan yakin pengin mbusak", + "integrations.delete_confirm_title": "Mbuwang Integrasi?", + "integrations.delete_confirm_undone": "Tindakan iki ora bisa dibalikke.", + "integrations.delete_emails_label": "Mbuwang email sawise diproses", + "integrations.delete_files_label": "Mbuwang file sawise diproses", + "integrations.destinations_quota_label": "Tujuan Penyimpanan:", + "integrations.destinations_section": "Tujuan", + "integrations.direction_destination": "Tujuan (penyimpanan)", + "integrations.direction_label": "Arah", + "integrations.direction_placeholder": "\n Pilih \n", + "integrations.direction_source": "Sumber (ingesti)", + "integrations.disconnect": "Putus sambungan", + "integrations.email_settings": "Setelan Pengalihan Email", + "integrations.empty_state": "Ora ana integrasi sing dikonfigurasi", + "integrations.endpoint_label": "URL Titik Akhir", + "integrations.endpoint_optional": "(pilihan, kanggo S3-kompatibel)", + "integrations.folder_label": "Folder", + "integrations.folder_optional": "(pilihan)", + "integrations.folder_path_label": "Jalur Folder", + "integrations.folder_prefix_label": "Prefiks Folder", + "integrations.generic_settings_hint": "Konfigurasi kanggo jinis integrasi iki bisa diwenehake minangka JSON sawise digawe liwat API.", + "integrations.gmail_hint": "Label & bintang Gmail: nalika diaktifake, email sing diproses diwenehi bintang lan ditandhani nganggo label \"Diterima\" ing Gmail. Mung ditrapake kanggo server Gmail.", + "integrations.gmail_labels": "Terapake label & bintang Gmail", + "integrations.host_label": "Host", + "integrations.imap_settings": "Setelan IMAP", + "integrations.loading": "Ngunggah integrasi\u001a", + "integrations.modal_close": "Tutup modal", + "integrations.modal_title_add": "Tambah Integrasi", + "integrations.modal_title_edit": "Sunting Integrasi", + "integrations.name_label": "Label", + "integrations.name_placeholder": "contoh: Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Setelan Nextcloud", + "integrations.nextcloud_url_label": "URL Nextcloud", + "integrations.no_integrations_body": "Tambah integrasi pertama sampeyan kanggo nyambung sumber pangumpulan (seperti IMAP) lan tujuan panyimpenan (seperti S3, Dropbox, utawa Google Drive).", + "integrations.not_connected": "Ora Sambung", + "integrations.oauth_folder_label": "Folder", + "integrations.oauth_hint": "Simpan integrasi iki luwih dhisik, banjur gunakake tombol Authorize kanggo ngrampungake aliran OAuth. Kredensial sampeyan bakal disimpen kanthi aman ing cathetan integrasi pribadi sampeyan.", + "integrations.page_title": "Integrasi", + "integrations.paperless_settings": "Setelan Paperless NGX", + "integrations.password_label": "Sandi", + "integrations.paused": "Ditangguhkan", + "integrations.plan_label": "Rencana:", + "integrations.port_label": "Port", + "integrations.quota_not_available": "(ora kasedhiya)", + "integrations.quota_unlimited": "/ ora ana batasan", + "integrations.recipient_label": "Email Penerima", + "integrations.region_label": "Wilayah", + "integrations.remote_path_label": "Jalan Jauh", + "integrations.s3_prefix_label": "Prefix (jalur folder)", + "integrations.s3_settings": "Setelan S3", + "integrations.secret_key_label": "Kunci Akses Rahasia", + "integrations.show_password": "Tampilake sandhi", + "integrations.show_secrets": "Tampilake rahasia", + "integrations.show_token": "Tampilake token", + "integrations.source_local": "Sistem File Lokal", + "integrations.source_type_label": "Tipe Sumber", + "integrations.sources_quota_label": "Sumber Kotak Surat:", + "integrations.sources_section": "Sumber", + "integrations.subtitle": "Kelola sumber pangumpulan lan tujuan panyimpenan sampeyan ing siji panggonan.", + "integrations.title": "Integrasi", + "integrations.type_label": "Tipe Integrasi", + "integrations.type_placeholder": " Pilih arah luwih dhisik ", + "integrations.upgrade_plan": "Tingkatake Rencana", + "integrations.use_ssl": "Gunakake SSL", + "integrations.username_label": "Jeneng pangguna", + "integrations.watch_folder_settings": "Setelan Folder Nonton", + "integrations.webdav_settings": "Setelan WebDAV", + "integrations.webdav_url_label": "URL WebDAV", + "integrations.webhook_heading": "Pangumpulan Webhook", + "integrations.webhook_how_heading": "Kepiye Cara Kerja Pangumpulan Webhook", + "integrations.webhook_how_text": "Integrasi webhook ngidini sistem eksternal kanggo ngirim dokumen langsung menyang DocuElevate liwat REST API. Tinimbang DocuElevate narik file anyar (kaya IMAP), aplikasi sampeyan ngirim file menyang DocuElevate nggunakake permintaan HTTP nganggo token API kanggo autentikasi.", + "integrations.webhook_ideal_text": "Iki cocog kanggo jalur CI/CD, skrip otomatisasi, integrasi pemindai, utawa sistem apa wae sing ngasilake dokumen lan butuh kanggo ngirim kanggo diproses.", + "integrations.webhook_quick_start": "Mulai Cepet", + "integrations.webhook_security_tip": "Gawe token API khusus kanggo saben integrasi lan nalika ngerti yen dikompromèkaké, cabut langsung. Token bisa dikelola ing kaca Token API.", + "integrations.webhook_step1": "Ayo menyang {api_tokens_link} lan nggawe token pribadi.", + "integrations.webhook_upload_with_token": "Gunakake token kanggo ngunggah dokumen liwat API:", + "language.bg": "Български", + "language.ca": "Català", + "language.change_success": "Basa diganti dadi {language}", + "language.changed": "Basa diganti dadi {language}", + "language.cs": "Čeština", + "language.da": "Dansk", + "language.de": "Deutsch", + "language.el": "Ελληνικά", + "language.en": "English", + "language.es": "Español", + "language.et": "Eesti", + "language.fi": "Suomi", + "language.fr": "Français", + "language.ga": "Gaeilge", + "language.hr": "Hrvatski", + "language.hu": "Basa Hungaria", + "language.is": "Basa Islándia", + "language.it": "Basa Italia", + "language.lb": "Basa Létzebuergesch", + "language.lt": "Basa Lituania", + "language.lv": "Basa Latvia", + "language.nb": "Basa Norwègi", + "language.nl": "Basa Walanda", + "language.no_results": "Ora ana basa sing ditemokake", + "language.pl": "Basa Polandia", + "language.pt": "Basa Portugis", + "language.ro": "Basa România", + "language.ru": "Basa Rusia", + "language.search_placeholder": "Golek basa\n0\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "language.selector": "Basa", + "language.selector_label": "Pilih basa", + "language.sk": "Basa Slovakia", + "language.sl": "Basa Slovenia", + "language.sv": "Basa Swedia", + "language.tr": "Basa Turki", + "language.uk": "Basa Ukraina", + "language.zh": "Basa Mandarin", + "nav.about": "Babagan", + "nav.account_menu": "Menu Akun", + "nav.account_menu_for": "Menu Akun kanggo {name}", + "nav.admin": "Admin", + "nav.admin.audit_logs": "Catatan Audit", + "nav.admin.backups": "Cadangan", + "nav.admin.plans": "Rencana", + "nav.admin.scheduled_jobs": "Pekerjaan Terjadwal", + "nav.admin.users": "Pengguna", + "nav.admin_actions": "Tindakan Admin", + "nav.admin_menu": "Menu Admin", + "nav.api_docs": "Dokumen API", + "nav.api_tokens": "Token API", + "nav.backup_restore": "Cadangan & Pulihkan", + "nav.credentials": "Kredensial", + "nav.dark_mode": "Mode Gelap", + "nav.dashboard": "Dasbor", + "nav.developer_docs": "Dokumen Pengembang", + "nav.duplicates": "Duplikat", + "nav.file_manager": "Manajer Berkas", + "nav.files": "Berkas", + "nav.get_started": "Miwiti", + "nav.help": "Bantuan", + "nav.help_center": "Pusat Bantuan", + "nav.imap": "Impor Email", + "nav.integrations": "Integrasi", + "nav.light_mode": "Mode Terang", + "nav.login": "Masuk", + "nav.logout": "Keluar", + "nav.main_navigation": "Navigasi Utama", + "nav.my_subscription": "Langganan Aku", + "nav.notifications": "Notifikasi", + "nav.open_main_menu": "Buka menu utama", + "nav.pipelines": "Pipa", + "nav.plan_designer": "Perancang Rencana", + "nav.pricing": "Harga", + "nav.profile": "Profil", + "nav.profile_settings": "Setelan Profil", + "nav.queue": "Antrian", + "nav.queue_monitor": "Monitor Antrian", + "nav.scheduled_jobs": "Pekerjaan Terjadwal", + "nav.search": "Cari", + "nav.settings": "Pengaturan", + "nav.shared_links": "Tautan Bersama", + "nav.sign_out": "Metu", + "nav.signup": "Daftar", + "nav.similarity": "Kesamaan", + "nav.skip_to_content": "Lewati ke konten utama", + "nav.status": "Status", + "nav.subscription": "Langganan", + "nav.toggle_dark_mode": "Alihkan mode gelap", + "nav.toggle_nav": "Alihkan menu navigasi", + "nav.upload": "Unggah", + "nav.users": "Pengguna", + "nav.version": "Info Versi", + "notifications.filter_all": "Semua", + "notifications.filter_read": "Hanya Bacaan", + "notifications.filter_unread": "Hanya Belum Dibaca", + "notifications.manage_desc": "Kelola kotak masuk notifikasi, target, dan preferensi acara Anda", + "notifications.mark_all_read": "Tandai Semua sebagai Dibaca", + "notifications.mark_all_read_btn": "Tandai semua dibaca", + "notifications.mark_read": "Tandai sebagai Dibaca", + "notifications.no_notifications": "Tidak ada notifikasi", + "notifications.page_title": "Notifikasi", + "notifications.tab_inbox": "Kotak Masuk", + "notifications.tab_settings": "Pengaturan", + "notifications.title": "Notifikasi", + "notifications.unread_count": "{count} notifikasi ora diwaca", + "pipelines.active_label": "Aktif", + "pipelines.add_step_btn": "Tambahkan Langkah", + "pipelines.create": "Gawe Pipeline", + "pipelines.custom_label_label": "Label Kustom", + "pipelines.default_label": "Standar", + "pipelines.description_label": "Deskripsi", + "pipelines.description_placeholder": "Deskripsi opsional", + "pipelines.disabled_label": "Dipateni", + "pipelines.edit": "Sunting Pipeline", + "pipelines.empty_state": "Durung ana pipeline", + "pipelines.empty_state_hint": "Gawe pipeline pisanan sampeyan kanggo nemtokake alur kerja pemrosesan dokumen kustom.", + "pipelines.enabled_label": "Diaktifake", + "pipelines.force_cloud_ocr_label": "Paksa OCR awan (lewati ekstraksi teks lokal)", + "pipelines.inactive_label": "Ora aktif", + "pipelines.loading": "Nggoleki pipeline\u001e", + "pipelines.name_placeholder": "Pipeline saya", + "pipelines.new_pipeline_btn": "Pipeline Anyar", + "pipelines.no_steps": "Ora ana langkah sing ditemtokake. Tambah langkah kanggo miwiti mbangun pipeline sampeyan.", + "pipelines.ocr_auto": "Otomatis (gunakake setelan standar sistem)", + "pipelines.ocr_language_hint": "Nglewati setelan basa global kanggo Tesseract/EasyOCR. Azure lan Mistral otomatis ndeteksi basa.", + "pipelines.ocr_language_label": "Basa OCR", + "pipelines.optional_suffix": "(opsional)", + "pipelines.page_title": "Pemrosesan Pipeline", + "pipelines.set_default": "Atur minangka pipeline standar saya", + "pipelines.step_label_placeholder": "Ganti jeneng langkah standar", + "pipelines.step_type_label": "Jenis Langkah", + "pipelines.subtitle_intro": "Nemokake lan ngatur alur kerja pemrosesan dokumen kustom.", + "pipelines.subtitle_system_post": "badge lan katon kanggo kabeh pangguna.", + "pipelines.subtitle_system_pre": "Pipeline sistem (digawe dening admin) ditampilake kanthi", + "pipelines.system_label": "Sistem", + "pipelines.system_pipeline_label": "Pipeline sistem (katon kanggo kabeh pangguna)", + "pipelines.title": "Pemrosesan Pipeline", + "profile.avatar_alt": "Gambar profil sampeyan", + "profile.avatar_heading": "Gambar Profil", + "profile.avatar_remove": "Enteni avatar khusus", + "profile.avatar_upload_hint": "Unggah gambar JPEG, PNG, GIF, utawa WebP nganti 2 MB. Yen ora ana gambar khusus sing disetel, {gravatar} sampeyan bakal ditampilake.", + "profile.choose_image": "Pilih gambar\u00100", + "profile.confirm_password": "Konfirmasi Sandi Anyar", + "profile.contact_email_hint": "Digunakake kanggo notifikasi sistem. Iki ora ngganti email mlebu sampeyan.", + "profile.contact_email_label": "Email Kontak / Notifikasi", + "profile.contact_email_placeholder": "sampeyan@example.com", + "profile.current_password": "Sandi Saiki", + "profile.dismiss": "Tolak", + "profile.display_name_hint": "Kanggo kosong supaya nggunakake jeneng pengguna akun utawa email sampeyan.", + "profile.display_name_label": "Jeneng Tampilan", + "profile.display_name_placeholder": "Jeneng sampeyan kaya sing ditampilake ing UI", + "profile.general_heading": "Informasi Umum", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Setelan Profil", + "profile.language_auto_detect": "Deteksi otomatis (saka browser)", + "profile.language_hint": "Pilih basa antarmuka sing sampeyan pilih. \u000022Deteksi otomatis\u000022 ngetutake setelan browser sampeyan.", + "profile.language_label": "Basa UI", + "profile.new_password": "Sandi Anyar", + "profile.new_password_hint": "Minimal 8 karakter.", + "profile.page_title": "Setelan Profil \u00100 DocuElevate", + "profile.password_heading": "Ganti Sandi", + "profile.preferences_heading": "Preferensi", + "profile.save_button": "Simpan Perubahan", + "profile.saving": "Nyimpen\u00100", + "profile.subtitle": "Kelola jeneng tampilan, avatar, basa, lan preferensi tema sampeyan.", + "profile.theme_dark": "Peteng", + "profile.theme_hint": "\u000022Standar Sistem\u000022 ngetutake setelan mode peteng piranti sampeyan.", + "profile.theme_label": "Skema Warna", + "profile.theme_light": "Cahya", + "profile.theme_system": "Standar Sistem", + "profile.update_password": "Perbarui Sandi", + "profile.updating": "Nganyari\u001a\u001e", + "queue.active_tasks": "Tugas Aktif", + "queue.auto_refresh_1": "Menyegar otomatis saben", + "queue.auto_refresh_2": "detik", + "queue.col_arguments": "Argumen", + "queue.col_current_step": "Langkah Saiki", + "queue.col_file": "Berkas", + "queue.col_files": "Berkas", + "queue.col_queue": "Antrian", + "queue.col_state": "Status", + "queue.col_task": "Tugas", + "queue.col_task_id": "ID Tugas", + "queue.files_processing": "Berkas sedang diproses", + "queue.heading": "Monitor Antrian", + "queue.last_updated": "Terakhir diperbarui:", + "queue.loading_stats": "Memuat statistik antrian\n...", + "queue.no_active_tasks": "Tidak ada tugas aktif", + "queue.no_data": "Tidak ada data", + "queue.no_files_processing": "Tidak ada berkas yang sedang diproses", + "queue.page_title": "Monitor Antrian", + "queue.processing_pipeline": "Pipeline Pemrosesan", + "queue.queued_tasks": "Tugas yang Antri", + "queue.recently_processing": "Berkas yang Baru Diproses", + "queue.redis_queues": "Antrian Redis", + "queue.subtitle": "Tampilan waktu nyata dari pipeline pemrosesan dokumen dan antrian tugas Celery.", + "queue.workers_online": "Pekerja Dalam Talian", + "search.button": "Cari", + "search.error_message": "Pencarian sedang tidak tersedia. Silakan coba lagi sebentar.", + "search.filter_aria_clear": "Bersihkan semua filter", + "search.filter_clear_button": "Bersihkan Filter", + "search.filter_date_from": "Tanggal Dari", + "search.filter_date_to": "Tanggal Hingga", + "search.filter_document_type": "Tipe Dokumen", + "search.filter_document_type_placeholder": "mis. Faktur", + "search.filter_language": "Bahasa", + "search.filter_language_placeholder": "mis. de", + "search.filter_sender": "Pengirim", + "search.filter_sender_placeholder": "mis. ACME Corp", + "search.filter_tags": "Tag", + "search.filter_tags_placeholder": "mis. amazon", + "search.filter_text_quality": "Kualitas Teks", + "search.filter_text_quality_all": "Semua", + "search.filter_text_quality_high": "Tinggi", + "search.filter_text_quality_low": "Rendah", + "search.filter_text_quality_medium": "Sedang", + "search.filter_text_quality_no_text": "Tidak ada teks", + "search.heading": "Pencarian Dokumen", + "search.input_aria_label": "Goleki dokumen", + "search.input_placeholder": "Goleki dokumen miturut isi, pengirim, tag, jinis...", + "search.loading_indicator": "Mencari\u00133", + "search.no_results": "Ora ana asil sing ditemokake", + "search.page_title": "Goleki Dokumen", + "search.placeholder": "Goleki miturut jeneng file, isi, tag...", + "search.result_empty": "Ora ana dokumen sing cocog karo panjalukan sampeyan.", + "search.results_count": "{count} asil ditemokake", + "search.saved_aria_save": "Simpen pencarian saiki", + "search.saved_button": "Simpen Saiki", + "search.saved_empty": "Ora ana pencarian sing disimpen", + "search.saved_error": "Ora bisa mbukak pencarian sing disimpen", + "search.saved_label": "Pencarian Sing Disimpen", + "search.saved_loading": "Muat...", + "search.title": "Goleki Dokumen", + "settings.audit_log_btn": "Audit Log", + "settings.autocomplete_hint": "Ketikan kanggo goleki nilai sing dikenal, utawa lebokake nilai kustom.", + "settings.autocomplete_no_matches": "Ora ana pas nambah \u0013 sampeyan isih bisa ketik nilai kustom", + "settings.autocomplete_placeholder": "Ketikan kanggo goleki utawa lebokake nilai\u00133", + "settings.boolean_enable_prefix": "Aktifake", + "settings.categories_aria": "Kategori setelan", + "settings.categories_heading": "Kategori", + "settings.db_wizard_btn": "DB Wizard", + "settings.effective_value_label": "Nilai efektif:", + "settings.encrypted_suffix": "= dienkripsi nalika istirahat", + "settings.encrypted_title": "Nilai dienkripsi nalika istirahat ing basis data", + "settings.export_btn": "Ekspor", + "settings.export_db_only": "Setelan DB wae", + "settings.export_full_config": "Konfigurasi efektif lengkap", + "settings.jump_to_category": "Loncat menyang kategori\u00133", + "settings.manage_config_prefix": "Kelola konfigurasi. Prioritas:", + "settings.model_picker_hint": "Pilih saka dhaftar utawa ketik jeneng model apa wae sing didhukung dening panyedhiya sampeyan.", + "settings.model_picker_placeholder": "Pilih model umum utawa ketik jeneng kustom\u00133", + "settings.no_results_clear": "ngresiki pencarian", + "settings.no_results_heading": "Ora ana setelan sing ditemokake", + "settings.no_results_hint": "Coba istilah pencarian liyane utawa", + "settings.page_heading": "Setelan Aplikasi", + "settings.required_label": "(diperlukan)", + "settings.reset_confirm": "Apa sampeyan yakin sampeyan pengin reset setelan iki?", + "settings.restart_required_suffix": "= restart dibutuhake", + "settings.revert_btn": "Mbatalake saka DB", + "settings.revert_title": "Mbatalake override DB lan bali menyang variabel lingkungan utawa default", + "settings.reverting": "Mbatalake\n\n", + "settings.save_all_btn": "Simpan Kabeh Owah-owahan", + "settings.save_error": "Gagal nyimpen setelan", + "settings.save_setting_title": "Simpen setelan iki", + "settings.save_success": "Setelan kasimpen kanthi sukses", + "settings.saving_state": "Nyimpen\n\n", + "settings.search_aria_label": "Goleki setelan", + "settings.search_clear_aria": "Resiki telusuran", + "settings.search_placeholder": "Goleki setelan miturut jeneng, kunci, utawa deskripsi\n\n", + "settings.settings_count_suffix": "setelan", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "DEFAULT", + "settings.source_env_badge": "ENV", + "settings.title": "Setelan", + "settings.toggle_visibility_aria": "Ganti visibilitas sandi", + "settings.toggle_visibility_title": "Tampilake/sembunyikake nilai", + "settings.user_autocomplete_empty": "Ora ana pangguna sing cocog ditemokake", + "settings.user_autocomplete_hint": "Ketik kanggo golek pangguna sing ana miturut jeneng, utawa ketik identifier apa wae kanthi manual.", + "settings.user_autocomplete_placeholder": "Mulai ngetik kanggo golek pangguna\n\n", + "settings.wizard_btn": "Wizard", + "shared.col_expiry": "Kadaluarsa", + "shared.col_file_label": "File / Label", + "shared.col_link": "Link", + "shared.col_views": "Tampilan", + "shared.copy_link_aria": "Salin link menyang clipboard", + "shared.copy_link_title": "Salin link", + "shared.create_btn": "Gawe Link", + "shared.create_heading": "Gawe Link Bareng Anyar", + "shared.creating": "Nggawe\n\n", + "shared.expiry_12h": "12 jam", + "shared.expiry_14d": "14 dina", + "shared.expiry_1h": "1 jam", + "shared.expiry_24h": "24 jam (1 dina)", + "shared.expiry_30d": "30 dina", + "shared.expiry_3d": "3 dina", + "shared.expiry_6h": "6 jam", + "shared.expiry_7d": "7 dina", + "shared.expiry_label": "Kadaluarsa", + "shared.expiry_never": "Ora pernah", + "shared.file_id_help_post": "halaman utawa ing URL rincian dokumen.", + "shared.file_id_help_pre": "Golet ID file ing", + "shared.file_id_label": "ID File", + "shared.file_id_placeholder": "cth. 42", + "shared.files_link": "File", + "shared.heading": "Link Sing Dibagi", + "shared.label_label": "Label", + "shared.label_placeholder": "cth. Dibagi karo Bob", + "shared.link_created": "Link sing dibagi digawe!", + "shared.link_created_help": "Salin lan kirim link iki menyang penerima.", + "shared.links_count_aria": "jumlah link", + "shared.max_downloads_label": "Maks. unduhan", + "shared.no_links": "Durung ana link sing dibagi. Gawe siji ing ndhuwur kanggo miwiti.", + "shared.open_in_new_tab": "Mbukak ing tab anyar", + "shared.open_link_aria": "Mbukak link sing dibagi", + "shared.optional": "(opsional)", + "shared.page_title": "Link Sing Dibagi – DocuElevate", + "shared.password_label": "Sandi", + "shared.password_placeholder": "Tinggal kosong kanggo tanpa sandi", + "shared.password_protected": "Dilindungi sandi", + "shared.refresh_aria": "Menyegarkan daftar link sing dibagi", + "shared.revoke_aria_prefix": "Mencabut link sing dibagi kanggo", + "shared.revoke_btn": "Cabut", + "shared.status_active": "Aktif", + "shared.status_expired": "Wis kadaluarsa", + "shared.status_limit_reached": "Batesan kepenuhi", + "shared.status_revoked": "Dibatalake", + "shared.subtitle": "Bagikna dokumen karo sapa wae liwat link sing winates wektu utawa tampilan. Penerima ora perlu akun DocuElevate. Link bisa dilindungi sandi lan dicabut kapan wae.", + "shared.table_aria": "Link sing dibagi", + "shared.unlimited_placeholder": "Tanpa wates", + "shared.your_links": "Link Sing Dibagi Panjenengan", + "similarity.backfill_auto": "Tugas latar mburi bakal ngetung otomatis saben 5 menit, utawa sampeyan bisa", + "similarity.files_missing_text": "file(s) duwe teks OCR nanging durung ana embedding.", + "similarity.find_pairs_btn": "Golet Pasangan", + "similarity.heading": "Kesamaan Dokumen", + "similarity.load_error": "Gagal mbukak pasangan.", + "similarity.min_similarity_label": "Min. kesamaan", + "similarity.no_pairs_detail": "Ora ana pasangan dokumen sing ngluwihi ambang kesamaan.", + "similarity.no_pairs_heading": "Ora ana pasangan sing mirip ditemokake", + "similarity.page_title": "Dokumen Kesamaan - DocuElevate", + "similarity.pagination_aria": "Pagination pasangan kesamaan", + "similarity.per_page_label": "Saben kaca", + "similarity.scanning": "Nggoleki pasangan dokumen sing padha\u001010", + "similarity.stat_embedding_model": "Model Embedding", + "similarity.stat_missing_embedding": "Embedding Hilang", + "similarity.stat_total_files": "Total File", + "similarity.stat_with_embedding": "Dengan Embedding", + "similarity.subtitle": "Pasangan dokumen kanthi kesamaan semantik sing dhuwur, dirangking miturut skor.", + "similarity.trigger_aria": "Trigger komputasi embedding kanggo kabeh file sing ilang embedding", + "similarity.trigger_now": "trigger saiki", + "status.app_version": "Versi Aplikasi", + "status.build_date": "Tanggal Bangunan", + "status.container_id": "ID Kontainer", + "status.git_commit": "Komit Git", + "status.last_check": "Pemeriksaan Pungkasan", + "status.page_title": "Status Sistem", + "status.setting_label": "Setelan", + "status.value_label": "Nilai", + "subscription.available_plans_heading": "Rencana Sing Tersedia", + "subscription.back_to_dashboard": "Bali menyang Dashboard", + "subscription.cancel_pending": "Batal ganti", + "subscription.cancel_scheduled": "Batal ganti sing dijadwal", + "subscription.contact_sales": "Hubungi Sales", + "subscription.current_badge": "Saiki", + "subscription.current_plan": "Rencana Saiki", + "subscription.current_plan_cta": "Rencana sampeyan saiki", + "subscription.downgrade_to_prefix": "Turun tingkat menyang", + "subscription.features_heading": "Apa wae sing kalebu ing rencana sampeyan", + "subscription.free": "Gratis", + "subscription.heading": "Langganan Aku", + "subscription.keep_plan_prefix": "Tetep", + "subscription.lifetime_files": "Total file (seumur hidup)", + "subscription.month_files": "File bulan iki", + "subscription.more_features_label": "luwih", + "subscription.page_title": "Langganan Aku \u001a DocuElevate", + "subscription.pending_badge": "Nunggu", + "subscription.pending_benefits": "Sampeyan njaga kabeh keuntungan rencana saiki nganti wektu kasebut.", + "subscription.pending_on": "ing", + "subscription.pending_title": "Perubahan rencana nunggu dijadwal", + "subscription.pending_will_change": "Rencana sampeyan bakal ganti menyang", + "subscription.per_mo": "/selo", + "subscription.per_month": "/sasi", + "subscription.since": "Wiwihe", + "subscription.single_user_body": "Tingkat langganan ditrapake nalika mode multi-pengguna aktif. Instansi sampeyan saiki mlaku ing mode siji-pengguna tanpa watesan proses. Admin bisa ngaktifake mode multi-pengguna liwat {settings_link}.", + "subscription.single_user_title": "Mode multi-pengguna ora diaktifake.", + "subscription.subtitle": "Rencana sampeyan saiki, panggunaan lan upgrade sing kasedhiya.", + "subscription.this_month_label": "sasi iki", + "subscription.today_files": "File dina iki", + "subscription.today_label": "dina iki", + "subscription.unlimited": "Tanpa Wates", + "subscription.upgrade_info": "Upgrade langsung ditrapake. Turun tingkat dijadwal kanggo pungkasan periode tagihan saiki.", + "subscription.upgrade_to_prefix": "Upgrade menyang", + "subscription.usage_heading": "Panggunaan", + "upload.browse_button": "Telusuri File", + "upload.button_processing": "Ngolah...", + "upload.camera_button": "Jupuk Foto / Pindai Dokumen", + "upload.download_button": "Download lan Proses", + "upload.downloading": "Ngundhuh file saka URL...", + "upload.drag_drop": "Tarik & lepas file ing kene utawa klik kanggo telusuri", + "upload.drop_hint_desktop": "Tarik & lepas file utawa folder ing kene, utawa klik kanggo milih file.", + "upload.drop_hint_mobile": "Ketuk kanggo milih file utawa gunakake tombol kamera ing ngisor.", + "upload.drop_zone_aria": "Area unggah file. Tarik lan lepas file ing kene, utawa pencet Enter kanggo telusuri file.", + "upload.error": "Unggah gagal", + "upload.error_invalid_url": "Format URL ora sah", + "upload.error_url_required": "Mangga lebokake URL", + "upload.file_size_hint": "Ukuran maksimal: 500 MB saben file", + "upload.file_types": "Macem-macem sing diijini: PDF, dokumen Office (Word, Excel, PowerPoint, lsp.), Gambar", + "upload.filename_description": "Tinggal kosong kanggo nggunakake jeneng file saka URL", + "upload.filename_label": "Jeneng File (opsional)", + "upload.filename_placeholder": "dokumen-saya.pdf", + "upload.max_size": "Ukuran file maksimal: {size}", + "upload.page_title": "Unggah File", + "upload.section_device": "Unggah saka Piranti", + "upload.section_url": "Unggah saka URL", + "upload.select_file": "Pilih Berkas", + "upload.success": "Berkas wis sukses diunggah", + "upload.title": "Unggah Dokumen", + "upload.uploading": "Sedang diunggah...", + "upload.url_description": "Lebokna pranala langsung menyang berkas (PDF, dokumen Office, utawa gambar)", + "upload.url_label": "URL Berkas", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/ka.json b/frontend/translations/ka.json new file mode 100644 index 00000000..3007967f --- /dev/null +++ b/frontend/translations/ka.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "შეხვდით შემქმნელს", + "about.creator_name": "კრისტიან კრაკაუ-ლუისი", + "about.creator_pre": "DocuElevate გამოყვანილია ღრმა სიყვარულით", + "about.features_admin_api": "ძლიერი REST API პროგრამული ხელმისაწვდომობისთვის", + "about.features_admin_config": "აღჭურვა გარემოს მნ采购 გამოსულებებით", + "about.features_admin_docker": "Docker-სთვის მზად, მარტივი გაშვების და მასშტაბირებისათვის", + "about.features_admin_heading": "ადმინისტრაცია", + "about.features_admin_oauth2": "OAuth2 ავტორიზაციის მხარდაჭერა Authentik-თან", + "about.features_automation_background": "ფონის პროცესინგი Redis და Celery-ით", + "about.features_automation_gmail": "Gmail და ზოგადი ელ-ფოსტის ანგარიშის ინტეგრაცია", + "about.features_automation_heading": "ავტომატიზაცია", + "about.features_automation_imap": "IMAP სიის ჰაეროვანი პარამეტრებიდან მრავალ წყაროდან", + "about.features_automation_ingestion": "გადაწვდილი დოკუმენტების ავტომატური წესით მიღება", + "about.features_heading": "შუა მახასიათებლები", + "about.features_integration_cloud": " cloud-სტორაჟი: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "ინტეგრაცია და შენახვა", + "about.features_integration_multi_dest": "რულტოდან მრავალი ადგილის მხარდაჭერა (დოკუმენტების შენახვა მრავალი ადგილას)", + "about.features_integration_protocols": "გადაწვლის პროტოკოლები: FTP, SFTP, ელ-ფოსტის გადამისამართება", + "about.features_integration_selfhosted": "თავდასხმა ვარიანტები: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "ჭკვიანი დოკუმენტების კლასიფიკაცია და თარიღის გამოტანა", + "about.features_processing_heading": "დოკუმენტების პროცესინგი", + "about.features_processing_metadata": "ავტომატური მეტა მონაცემების გამოტანა AI-წარმომწყენებლების გამოყენებით", + "about.features_processing_ocr": "OCR, რომელსაც მხარს უჭერს Azure Document Intelligence", + "about.features_processing_pdf": "PDF გარდაქმნა სხვადასხვა ფაილის ფორმატისთვის Gotenberg-ის საშუალებით", + "about.features_processing_upload": "საშუალება და დაცული ფაილების მიღება drag & drop მხარდაჭერით", + "about.github_logo_alt": "GitHub ლოგო", + "about.heading": "DocuElevate-ის შესახებ", + "about.intro_post": " – თქვენი თანამედროვე, ჭკვიანი გადაწყვეტა დოკუმენტების პროცესინგისთვის! ჩვენ შევქმენით DocuElevate რომ სრულად გადაკეთოს თქვენი დოკუმენტების მართვის გზა – აპლიკაციისგან გაწვდამდე, პროცესინგიდან შენახვამდე.", + "about.intro_pre": "მოგესალმებით ", + "about.involved_description": "გსურთ გამოვიდეთ კოდში, გადაიტანოთ იდეები, ან გაიგოთ უფრო მეტი DocuElevate-ის შესახებ?", + "about.involved_docs": "იწვდეთ დოკუმენტაციას", + "about.involved_github": "იხილეთ DocuElevate GitHub-ზე", + "about.involved_heading": "შეიყვარეთ", + "about.involved_website": "ეწვიეთ DocuElevate ვებსაიტზე", + "about.legal_description": "ჩვენ ზრუნავთ თქვენს პირადობის და მონაცემების უსაფრთხოებაზე. გთხოვთ, გაეცნოთ ჩვენს:", + "about.legal_heading": "პირადობა და სამართლებრივი", + "about.legal_license": "ლიცენზიის ინფორმაცია", + "about.legal_privacy": "პირადი ანგარიშის შეტყობინება", + "about.page_title": "DocuElevate-ის შესახებ", + "about.story_heading": "ჩვენი ისტორია", + "about.story_p1": "DocuElevate-მა შექმნა ერთი მიზნით: უბრალოდ და მარტივად მართოს დოკუმენტების მართვა ყველასთვის, იქნება ეს პატარა სტარტაპი თუ დიდი საწარმო.", + "about.story_p2": "ჩვენ გავაერთიანეთ პლაგუნებადი AI პროვაიდერების ძალა (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey და სხვა) მეტადატას ამოღებისა და ტექსტის დახვეწისთვის, seamlessly ინტეგრირდებით Dropbox, Nextcloud და Paperless NGX-თან სერტიფიკაციისა და ინდექსაციისთვის, ვსარგებლობთ Azure დოკუმენტის ინტელექტით OCR-ისთვის, და ვستخدمებთ Gotenberg-ს ფაილიდან PDF-ში კონვერტაციისთვის.", + "api_tokens.col_created": " შექმნილია", + "api_tokens.col_last_ip": "ბოლო IP", + "api_tokens.col_last_used": "ბოლო გამოყენება", + "api_tokens.col_name": "სახელი", + "api_tokens.col_prefix": "ტოკენის წინადადება", + "api_tokens.copy_to_clipboard": "კოპირება ტოკენისთვის ბაწრიდან", + "api_tokens.copy_upload_example": "კოპირება ატვირთვის მაგალითისთვის ბაწრიდან", + "api_tokens.copy_warning_1": "კოპირე ეს ტოკენი ახლა — ეს", + "api_tokens.copy_warning_2": "მერე აღარ გამოჩნდება", + "api_tokens.create_heading": "შექმნათ ახალი ტოკენი", + "api_tokens.create_token": "შექმნათ ტოკენი", + "api_tokens.creating": "შექმნა…", + "api_tokens.heading": "API ტოკენები", + "api_tokens.intro": "შექმენით პირადი API ტოკენები DocuElevate API-თან პროგრამულად ურთიერთობისთვის. გამოიყენეთ ტოკენები webhook ატვირთვის, CI/CD পাইპლაინების, ან ნებისმიერი სკრიპტისთვის, რომელსაც სჭირდება დოკუმენტების ატვირთვა ან აღება.", + "api_tokens.loading_tokens": "ტოკენების მანძილზე…", + "api_tokens.never": "არასოდეს", + "api_tokens.no_tokens_heading": "ატვირთვა API ტოკენები ჯერ არაა", + "api_tokens.no_tokens_help": "შექმნათ თქვენი პირველი ტოკენი ზემოთ, რომ დაიწყოთ.", + "api_tokens.page_title": "API ტოკენები – DocuElevate", + "api_tokens.revoke": "გაუქმება", + "api_tokens.revoke_prefix": "გაუქმება ტოკენის", + "api_tokens.status_active": "აქტიური", + "api_tokens.status_revoked": "გაუქმებული", + "api_tokens.table_aria": "API ტოკენები", + "api_tokens.token_created": "ტოკენი წარმატებით იქნა შექმნილი!", + "api_tokens.token_name_label": "ტოკენის სახელი", + "api_tokens.token_name_placeholder": "მაგ. CI Pipeline, Webhook ატვირთვა, ჩემი სკრიპტი", + "api_tokens.usage_heading": "გამოყენების მაგალითი", + "api_tokens.usage_intro_post": "ხელ_HEADER ნებისმიერი API მოთხოვნისთვის:", + "api_tokens.usage_intro_pre": "გამოიყენეთ თქვენი API ტოკენი", + "api_tokens.your_tokens": "თქვენი ტოკენები", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "რესურსი", + "audit.col_timestamp": "დროის მარკა", + "audit.critical": "კრიტიკული", + "audit.filter_action": "ქმედება", + "audit.filter_all_actions": "ყველა ქმედება", + "audit.filter_all_users": "ყველა მომხმარებელი", + "audit.filter_resource_placeholder": "მაგალითი: დოკუმენტი, მომხმარებელი", + "audit.filter_resource_type": "რესურსის ტიპი", + "audit.filter_severity": "სერიოზულობა", + "audit.filter_user": "მომხმარებელი", + "audit.filters_section_label": "აუდიტის ლოგების ფილტრები", + "audit.next": "შემდეგი", + "audit.next_label": "შემდეგი გვერდი", + "audit.no_events": "აუდიტის ღონისძიებები ჯერ არ არის გაწვდილი.", + "audit.no_events_hint": "მნიშვნელოვანი მოქმედებები (შესვლის, დოკუმენტის ოპერაციები, პარამეტრების შეცვლები) აქ გამოჩნდება.", + "audit.page_title": "აუდიტის ლოგები - DocuElevate", + "audit.pagination_label": "აუდიტის ლოგების გადაფურცვლა", + "audit.prev": "წინა", + "audit.prev_label": "წინა გვერდი", + "audit.refresh_label": "აუდიტის ლოგების განახლება", + "audit.siem_disabled_title": "SIEM-ის გადამისამართება გამორთულია", + "audit.siem_enabled_title": "ასპექტები გადის ", + "audit.siem_off": "SIEM: გამორთულია", + "audit.subtitle": "ყოველი მნიშვნელოვანი მოქმედების ყოვლისმომცველი, მხოლოდ დამატებითი ჩანაწერი.", + "audit.table_label": "აუდიტის ლოგების მოვლენები", + "audit.title": "აუდიტის ლოგები", + "auth.confirm_password": "პაროლის ნ bestätigt", + "auth.create_account": "ანგარიშის შექმნა", + "auth.display_name_label": "სახელის ჩვენება", + "auth.email_label": "ელ. ფოსტა", + "auth.forgot_password": "დამავიწყდა პაროლი?", + "auth.forgot_username": "დამავიწყდა მომხმარებლის სახელი?", + "auth.login": "შესვლა", + "auth.login_title": "შესვლა", + "auth.logo_alt": "DocuElevate-ის ლოგო", + "auth.logout": "გამოსვლა", + "auth.my_account": "ჩემი ანგარიში", + "auth.no_account": "არ გაქვთ ანგარიში?", + "auth.or_continue_with": "ან გააგრძელეთ", + "auth.password_label": "პაროლი", + "auth.profile": "პროფილი", + "auth.remember_me": "მემორი", + "auth.return_home": "სახლში დაბრუნება", + "auth.sign_in": "შესვლა", + "auth.sign_in_sso": "შესვლა SSO-ით", + "auth.sign_in_with": "შეიყვანეთ", + "auth.sign_in_with_username": "შეიყვანეთ მომხმარებლის სახელით", + "auth.signup": "რეგისტრაცია", + "auth.signup_title": "რეგისტრაცია", + "auth.username_label": "მომხმარებლის სახელი", + "auth.username_or_email": "მომხმარებლის სახელი ან ელ.ფოსტა", + "auth.verify_email_back_sign_in": "პოზიცია რეგისტრაციისკენ", + "auth.verify_email_expiry": "ლინკი 24 საათში იწურება. თუ ვერ გესმით ელ.შეთვს, შეამოწმეთ სპამი.", + "auth.verify_email_heading": "შეამოწმეთ თქვენი მიმართვა", + "auth.verify_email_message": "ჩვენ გამოგიგზავნეთ შესამოწმებელი ელ.ფოსტა. გთხოვთ, დააჭირეთ ელ.ფოსტის იმ ლინკს, რათა გააქტიუროთ თქვენი ანგარიში.", + "auth.verify_email_page_title": "DocuElevate - შეამოწმეთ თქვენი ელ.ფოსტა", + "auth.verify_email_resend_aria_label": "ელ.ფოსტა ხელახლა გაგზავნისთვის", + "auth.verify_email_resend_button": "ხელსუფალი ელ.ფოსტის ხელახლა გაგზავნა", + "auth.verify_email_resend_label": "ელ.ფოსტის მისამართი", + "auth.verify_email_resend_placeholder": "შეიყვანეთ თქვენი ელ.ფოსტის მისამართი", + "auth.verify_email_resend_prompt": "არ მიიღეთ?", + "backup.archives_heading": "ბექაპ არქივები", + "backup.backup_now": "ბექაპი ახლა", + "backup.clean_up": "წმენდა", + "backup.cleanup_title": "ჩაჭექე შენახვის სუფთა ახლა", + "backup.col_created": "შექმნილია", + "backup.col_filename": "ფაილის სახელი", + "backup.col_size": "ზომა", + "backup.col_storage": "შენახვა", + "backup.col_type": "ტიპი", + "backup.config_auto_backup": "ავტო-ბექაპი", + "backup.config_remote_dest": "მხოლოდ მიზნობრივი", + "backup.config_retention": "შენახვის პოლიტიკა", + "backup.config_total_size": "სრული ადგილობრივი ზომა", + "backup.confirm_btn": "დაადასტურეთ", + "backup.confirm_title": "მოქმედების დამთხვევა", + "backup.heading": "ბექაპის მართვა", + "backup.local_only": "მხოლოდ ადგილობრივი", + "backup.no_backups": "მანამდე არ არის ბექაპები.", + "backup.no_backups_hint": "პირველი ბექაპის შესაქმნელად დააჭირეთ ბექაპი ახლა.", + "backup.page_title": "ბექაპის მართვა", + "backup.records_label": "ჩანაწერები", + "backup.restore_btn": "აღდგენა", + "backup.restore_desc_mid": "ბექაპი არქივი შესანახი ბაზის.", + "backup.restore_desc_pre": "უმეტესობა", + "backup.restore_desc_warning": "ეს overwrite ყველა მიმდინარე მონაცემს.", + "backup.restore_file_label": "ბაკაპის არქივი (.db.gz)", + "backup.restore_heading": "აღდგენა ფაილიდან", + "backup.restoring": "აღდგენა\u0002026", + "backup.retention_daily_detail": "\u0013 შენახულია 3 კვირა", + "backup.retention_heading": "შენახვის პოლიტიკა", + "backup.retention_hourly_detail": "\u0013 შენახულია 4 დღე", + "backup.retention_note": "ბაკაპები ამ საზღვრების მიღმა ავტომატურად გამოიწერება ყოველი ახალი ბაკაპის შექმნის შემდეგ.", + "backup.retention_weekly_detail": "\u0013 შენახულია ~3 თვე", + "backup.snapshots": "სურათები", + "backup.status_ok": "საჭიროა", + "backup.storage_local": "ადგილობრივად", + "backup.subtitle": "მონაცემთა ბაზის ბაკაპები ავტომატურად იქმნება: ყოველ საათში (4 დღე), ყოველ დღეს (3 კვირა), ყოველ კვირაში (13 კვირა).", + "backup.table_aria": "ბაკაპის არქივები", + "backup.trigger_daily": "ბაკაპი ახლა (ყოველდღიური)", + "backup.trigger_hourly": "ბაკაპი ახლა (ყოველ საათში)", + "backup.trigger_weekly": "ბაკაპი ახლა (ყოველ კვირაში)", + "backup.type_daily": "ყოველდღიური", + "backup.type_hourly": "ყოველ საათში", + "backup.type_weekly": "ყოველ კვირაში", + "billing.go_to_dashboard": "გადაწვდოს დაკვირვების დაფაზე", + "billing.manage_subscription": "მართეთ გამოწერა", + "billing.success_heading": "ყველაფერი მზადაა!", + "billing.success_message": "თქვენი გამოწერა აქტივირებულია. მადლობა არჩევისთვის DocuElevate!", + "billing.success_page_title": "DocuElevate - გამოწერა აქტივირებულია", + "common.actions": "მოქმედებები", + "common.active": "აქტიური", + "common.all": "ყველა", + "common.avatar": "ავატარი", + "common.back": "უკან", + "common.cancel": "გულდაწყვეტა", + "common.close": "ხარისხი", + "common.col_pending": "მოლოდინში", + "common.completed": "დასრულებულია", + "common.confirm": "დადასტურება", + "common.copied": "კოპირებული!", + "common.copy": "კოპირება", + "common.create": "შექმნილია", + "common.created": "შექმნილია", + "common.date": "თარიღი", + "common.delete": "წაშლა", + "common.description": "აღწერა", + "common.details": "დეტალები", + "common.disabled": "გამორთულია", + "common.download": "ჩამოტვირთვა", + "common.duplicate": "კოპირება", + "common.edit": "რედაქტირება", + "common.enabled": " ჩაირთო", + "common.error": "შეცდომა", + "common.failed": "დაფასებულია", + "common.filter": "ფილტრი", + "common.inactive": "არაქტიური", + "common.info": "გასაგები", + "common.loading": "ჩატვირთვა...", + "common.name": "სახელი", + "common.next": "გამ voo", + "common.next_page": "შემდეგი გვერდი", + "common.no": "არა", + "common.none": "არაფერია", + "common.page": "გვერდი", + "common.paused": "შეჩერებულია", + "common.pending": "მოლოდინში", + "common.prev_page": "წინა გვერდი", + "common.previous": "წინა", + "common.processing": "პროცესირება", + "common.refresh": "განახლება", + "common.reset": "მოცემის აღდგენა", + "common.retry": "განახლება", + "common.save": "შენახვა", + "common.search": "ძიება", + "common.select": "არჩევა", + "common.select_placeholder": "‒ აირჩიეთ ‒", + "common.size": "ზომა", + "common.status": "სტატუსი", + "common.submit": "გაგზავნა", + "common.success": "წარმატება", + "common.tags": "ტეგები", + "common.test": "ტესტი", + "common.test_connection": "ტესტირება კონექტირების", + "common.type": "ტიპი", + "common.update": "განახლება", + "common.updated": "განახლებულია", + "common.upload": "უძრავი", + "common.view": "ნახვა", + "common.warning": "გაფრთხილება", + "common.yes": "დიახ", + "cookie.accept": "შესაბამისად", + "cookie.learn_more": "მეტის სწავლა", + "cookie.message": "ეს ვებსაიტი იყენებს(cookie) თქვენი გამოცდილების გაუმჯობესებისთვის.", + "cookie.notice": "DocuElevate იყენებს მხოლოდ აუცილებელ სესიის(cookie) ავტორიზაციის და მომსახურების ოპერაციისათვის. არ გამოიყენება ნებისმიერ ნაშუალების ანალიზის(cookie).", + "cookie.notice_label": "(cookie) შეტყობინება", + "cookie.policy_link": "(cookie) პოლიტიკა", + "cookie.privacy_link": "კონფიდენციალურობის შეტყობინება", + "credentials.col_action": "მოქმედება", + "credentials.col_credential": "საკრედიტო", + "credentials.col_source": "წყარო", + "credentials.configured": "კონფიგურირებული", + "credentials.edit_in_settings": "შეცვლა პარამეტრებში", + "credentials.legend_db": "მონაცემები შენახულია მონაცემთა ბაზაში (შეტყობინება დაშიფვრაც შეუნარჩუნებული; ცვლის გარემოს ცვლადს)", + "credentials.legend_env_after": " ფაილი", + "credentials.legend_env_before": "გარემოს ცვლადზე ან ", + "credentials.legend_missing": "საკრედიტო ვერ განვითარდა - ინტეგრაცია ვერ იმუშავებს", + "credentials.legend_restart": "გადატვირთვა საჭირო არის როდესაც ეს საკრედიტო განახლდება", + "credentials.legend_title": "Legenda", + "credentials.manage_settings": "მართვა პარამეტრები", + "credentials.not_configured": "არ არის კონფიგურირებული", + "credentials.page_title": "საკრედიტო აუდიტი - DocuElevate", + "credentials.raw_json": "მცირე JSON (API)", + "credentials.restart_title": "გადატვირთვა აუცილებელია ამ საკრედიტოს გადატრიალების შემდეგ", + "credentials.source_db_title": "შენახულია მონაცემთა ბაზაში (დაცულია)", + "credentials.source_env_title": "გარემოს ცვლადიდან", + "credentials.status_missing": "მოცურება", + "credentials.subtitle": "თვით დაცული საკრედიტოების მიმოხილვა DocuElevate-ს მიერ გამოყენებული. აქ არ არისჩვენებული საიდუმლო მნიშვნელობები - მხოლოდ ყველა საკრედიტოს კონფიგურირებული ადგილი და წარმომავლობა.", + "credentials.table_for": "კრედიტები", + "credentials.title": "საკრედიტო აუდიტი", + "credentials.total_credentials": "საწყისი საკრედიტოები", + "dashboard.active_integrations": "აქტიური ინტეგრაციები", + "dashboard.files_this_month": "ფაილები ამ თვეში", + "dashboard.files_today": "ფაილები დღეს", + "dashboard.ocr_processed": "OCR დამუშავებული", + "dashboard.quick_actions": "სწრაფი მოქმედებები", + "dashboard.recent_activity": "ბოლო აქტივობა", + "dashboard.storage_targets": "შენახვის მიზნები", + "dashboard.title": "დასავლური", + "dashboard.total_files": "მთლიანი ფაილები", + "dashboard.welcome": "გაცნობებთ DocuElevate-ში", + "duplicates.file_id_label": "ფაილის ID", + "duplicates.file_id_placeholder": "მაგალითად 42", + "duplicates.find_btn": "ძებნა", + "duplicates.found_files": "წყვეტილი ფაილი(ებ)ს ჯამში.", + "duplicates.found_groups": "წყვეტილი ჯგუფ(ებ)ი", + "duplicates.found_prefix": "შევხვდით", + "duplicates.group_aria": "წყვეტილი ჯგუფი", + "duplicates.heading": "წყვეტილი დოკუმენტები", + "duplicates.how_it_works_heading": "როგორ მუშაობს სიახლოვით წყვეტილი აღმოჩენის სისტემა", + "duplicates.max_results_label": "მაქს შედეგები", + "duplicates.near_dup_desc": "შეარჩიეთ დოკუმენტი, რათა შეამოწმოთ, შეიცავს თუ არა სხვა ფაილები იმავე (ან ძალიან მსგავსი) შინაარსით — მიუხედავად იმისა, რომ ისინი სკანირდა სხვადასხვა დროს და აქვთ სხვადასხვა SHA-256 ჰეშები.", + "duplicates.near_dup_heading": "შიძალა სიახლოვით წყვეტილები დოკუმენტისთვის", + "duplicates.no_exact_heading": "არა აქცია წყვეტილი აღმოჩენები", + "duplicates.page_title": "წყვეტილი დოკუმენტები - DocuElevate", + "duplicates.pagination_aria": "პაგინაცია", + "duplicates.role_duplicate": "წყვეტილი", + "duplicates.role_original": "ორიგინალი", + "duplicates.tab_exact": "ზუსტი წყვეტილები", + "duplicates.tab_near": "მოახლოებითი წყვეტილი აღმომჩენი", + "duplicates.tabs_aria": "წყვეტილი აღმოჩენის ჩანაწერები", + "duplicates.threshold_label": "მსგავსობის ზღვარი", + "duplicates.view_dup_aria": "იხილეთ წყვეტილი ფაილი", + "duplicates.view_original_aria": "ხედავთ ორიგინალურ ფაილს", + "error.404_code": "404", + "error.404_heading": "ოუფ! ამ გვერდს ვერ ვიპოვეთ!", + "error.404_home": "მთავარ გვერდზე", + "error.404_message": "გვეჩვენება, რომ DocuElevate-მა დაკარგა ის დოკუმენტი, რომელსაც ეძებდით. ნუ ინერვიულებთ – ჩვენ თქვენს გვერდზე ვართ.", + "error.404_title": "404 - ვერ მოიძებნა", + "error.500_code": "500", + "error.500_debug_info": "გამოჩინეთ დებაგ ინფო", + "error.500_description": "ჩვენი სერვერები ვრცელდებათ და საჭიროა დრო.", + "error.500_heading": "ოუფ! რაღაც არასწორი მოხდა.", + "error.500_home": "მთავარ გვერდზე", + "error.500_img_alt": "სერვერის შეცდომის ილუსტრაცია", + "error.500_message1": "ჩვენი სერვერები ვვდალზეა და საჭიროა დრო. იქნებ ჰამსტრებმა მათი ყავა გადაასხეს?", + "error.500_message2": "ჩვენ უკვე ვმუშაობთ ამაზე—ფაილების დალაგებაში, სერვერების რეიბუტში და ფლუქს ლითალური კალიბრაციის გაკეთებაში.", + "error.500_title": "სერვერის შეცდომა - DocuElevate", + "error.forbidden": "კერძო", + "error.forbidden_message": "გთხოვთ, არ გაქვთ ნება ამ გვერდის წვდომისთვის.", + "error.not_found": "გვერდი ვერ მოიძებნა", + "error.not_found_message": "თქვენი ძებნილი გვერდი არ არსებობს.", + "error.server_error": "შიდა სერვერული შეცდომა", + "error.server_error_message": "რამე არასწორედ მიდის. გთხოვთ, სცადეთ მოგვიანებით.", + "error.unauthorized": "განქმნილი", + "error.unauthorized_message": "თქვენ უნდა შევიდეთ, რომ ამ გვერდზე წვდომა ნახოთ.", + "files.action_delete": "ფაილის წაშლა", + "files.action_details": "დეტალების ნახვა", + "files.action_preview": "სწრაფი პრევა", + "files.bulk_clear_selection": "შერჩევის გასუფთავება", + "files.bulk_cloud_ocr": "გადამუშავება Cloud OCR", + "files.bulk_delete": "შერჩეულიების წაშლა", + "files.bulk_download": "ჩანახატეთ ZIP ფორმატში", + "files.bulk_reprocess": "გადამუშავება შერჩეული", + "files.delete_modal_cancel": "გაუქმება", + "files.delete_modal_confirm": "წაშლა", + "files.delete_modal_message": "გგგავთ, რომ გსურთ ამ ფაილის წაშლა?", + "files.delete_modal_title": "წაშლის Confirm", + "files.document_title": "სანათური სათაური", + "files.drop_overlay_hint": "წარმოიღეთ PDF, ოფისის დოკუმენტები, ფოტოები, HTML, Markdown და სხვა - ფolders პროცესირდება რიკურსიულად", + "files.drop_overlay_title": "ჩადეთ ფაილები ან ფolders სადმე სწრაფად", + "files.error_hint": "ეს შეიძლება იყოს შეყვანის ან იმპორტის პრობლემის გამო. გთხოვთ, შეამოწმოთ სერვერის ლოგები.", + "files.file_size": "ფაილის ზომა", + "files.filename": "ფაილის სახელი", + "files.files_selected": "შერჩეული ფაილები", + "files.filter_all_providers": "ყველა პროვაიდერი", + "files.filter_all_statuses": "ყველა მდგომარეობა", + "files.filter_all_types": "ყველა ტიპი", + "files.filter_apply": "გამოიყენეთ ფილტრები", + "files.filter_clear": "გასუფთავება", + "files.filter_date_from": "თარიღი მას შემდეგ", + "files.filter_date_from_aria": "ფილტრი თარიღიდან", + "files.filter_date_to": "თარიღი რაც", + "files.filter_date_to_aria": "ფილტრი თარიღზე", + "files.filter_form_aria": "ფილი ფაილები", + "files.filter_mime_type": "MIME ტიპი", + "files.filter_ocr_all": "ყველა ფაილი", + "files.filter_ocr_good": "ითვლება ხარისხი", + "files.filter_ocr_poor": "წარმომიქონია ხარისხი", + "files.filter_ocr_quality": "OCR ხარისხი", + "files.filter_ocr_quality_aria": "ფილტრული OCR ხარისხის ქულა", + "files.filter_ocr_unchecked": "სწორედ შეფასებული არაა", + "files.filter_search_label": "ძებნა ფაილის নামით", + "files.filter_search_placeholder": "შეიყვანეთ ფაილის სახელი...", + "files.filter_storage_provider": "რეკვედების მიმწვდელი", + "files.filter_tags_aria": "ფილტრული ეტიკეტებით (კომით გაწვდილი)", + "files.filter_tags_placeholder": "მაგ. ინვოისი,amazon", + "files.fulltext_search_label": "სრულ ტექსტში ძიება (OCR ტექსტი, მეტადატა, ეტიკეტები)", + "files.fulltext_search_placeholder": "ძებნა დოკუმენტის შინაარსზე, გამგზავნზე, ეტიკეტებზე, ტიპზე...", + "files.no_files": "ფაილები ვერ მოიძებნა", + "files.ocr_status": "OCR სტატუსი", + "files.page_title": "ფაილის ჩანაწერები", + "files.pagination_files": "ფაილები", + "files.pagination_first": "პირველი", + "files.pagination_last": "ბოლო", + "files.pagination_nav_aria": "ფაილის სიის გვერდების მითითება", + "files.pagination_next": "შემდეგი", + "files.pagination_of": "ის", + "files.pagination_previous": "წინა", + "files.pagination_showing": "ჩანდება", + "files.preview_modal_close": "შეფასების დახურვა", + "files.preview_modal_title": "შეფასება", + "files.queue_banner_items": "ბუნებრივი(ები) ამჟამად რიგშია ან ინდათდება. ფაილები გამოჩნდება აქ სამუშაოების დასრულების შემდეგ.", + "files.queue_banner_link": "მანქანა ხელშეწერა", + "files.saved_searches_empty": "ჯერ დაზოგილი ძიება არ არსებობს", + "files.saved_searches_error": "შესაძლებელი იყო არა დაზოგილი ძიებების ხელში", + "files.saved_searches_label": "დაზოგილი ძიებები", + "files.saved_searches_save": "ამჟამინდელი დაზოგვა", + "files.saved_searches_save_aria": "ამჟამინდელი ფილტრები დაზოგილი ძიებად", + "files.search_results_empty": "შედეგები ვერ მოიძებნა.", + "files.search_results_title": "ძებნის შედეგები", + "files.status_duplicate": "მეორადი", + "files.table_actions": "ქმედებები", + "files.table_aria": "ფაილის ჩანაწერები", + "files.table_created_at": "შექმნის თარიღი", + "files.table_empty": "ფაილები ვერ მოიძებნა", + "files.table_id": "ID", + "files.table_mime_type": "MIME ტიპი", + "files.table_original_filename": "ორიგინალური ფაილის სახელი", + "files.table_select_all": "შეირჩევით ყველა ფაილი ამ გვერდზე", + "files.tags": "თეიბეები", + "files.title": "ფაილები", + "files.upload_modal_aria": "ატვირთვის პროგრესი", + "files.upload_modal_close": "ატვირთვის progreso დახურვა", + "files.upload_modal_header": "ფაილების ატვირთვა", + "files.uploaded": "ატვირთული", + "footer.about": "შესახებ", + "footer.attribution": "ატრიბუცია", + "footer.attributions": "ატრიბუციები", + "footer.cookies": "კუკიები", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "ბეჭდვა", + "footer.license": "ლიცენზია", + "footer.navigation": "ფეხბრძოლა წვდომა", + "footer.privacy": "კონფიდენციალურობა", + "footer.terms": "ეს პირობები", + "footer.version": "ვერსია {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "OAuth-ით დაკავშირებული. ფაილები უამრავ პაპკაში გადადის.", + "help.destinations_email": "ელექტრონული ფოსტის გადამისამართება", + "help.destinations_email_desc": "პროცესული ფაილები გაიგზავნება SMTP-ის მიკუთვნებულ ფაილებად.", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "სერვისის ანგარიში ან OAuth. უჭერს მხარს გაზიარებულ დრაივებს.", + "help.destinations_heading": "მიზნები – სად მიდიან დოკუმენტები", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "თავისი ჰოსტინგით შექმნილი ღრუბლები WebDAV-ის საშუალებით.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Microsoft Graph API-ის ინტეგრაცია.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "დოკუმენტების პირდაპირ გამოგზავნა Paperless-ში არქივისთვის.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "ნებისმიერი S3-თან თავსებადობის მხარდამჭერი (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "ბუნებრივი ფაილთა გადაცემა ნებისმიერ სერვერზე.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "POST მეტდატა ნებისმიერ გარე მჯდომარე პუნქტზე.", + "help.documentation": "დოკუმენტაცია", + "help.faq": "ხშირად დასმული კითხვები", + "help.faq_1_a": "მოიძახეთ ატვირთვის გვერდზე, მიაწვდეთ და გადააგდეთ თქვენი ფაილები ან დააჭირეთ აარჩიეთ ფაილი. DocuElevate გარდაქმნის გამოსახულებებსა და ოფისის დოკუმენტებს PDF-ად, ახორციელებს OCR და ავტომატურად გამოსცემს მეტდატას.", + "help.faq_1_q": "როგორ უნდა ატვირთო დოკუმენტები?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF და HTML. არა-PDF ფაილები ავტომატურად გადაიქცევა PDF-ში დამუშავების წინ.", + "help.faq_2_q": "რომელი ფაილის ფორმატები არის მხარდაჭერილი?", + "help.faq_3_a": "კი. გადადით მიუწვდე იმეილში, დაამატეთ IMAP ანგარიში და DocuElevate ავტომატურად შეამოწმებს ნანახ შეტყობინებებს და გადაამუშავებს დანართებს.", + "help.faq_3_q": "ხდოსა მაქვს დოკუმენტების მიღება იმეილიდან?", + "help.faq_4_a": "პაიპლაინები გაწვდავენ პროცესის ნაბიჯების ბრენდს – OCR, AI მოპოვება, ფორმატების გადაყვანა – და მიმართავენ შედეგს ერთ ან მეტ დანიშნულებაზე. შექმენით და მართეთ ისინი პაიპლაინის გვერდზე.", + "help.faq_4_q": "როგორ მუშაობს პროცესის პაიპლაინები?", + "help.faq_5_a": "DocuElevate ახდენს სავსე მონაცემების დაშიფვრას, კომუნიკაციას თეატრალური TLS-ის მეშვეობით და არასოდეს ინახავს თქვენს დოკუმენტებს აუცილებელზე მეტ ხანს. სრულ დეტალებზე იხილეთ კონფიდენციალურობის განცხადება.", + "help.faq_5_a_post": " სრულ დეტალებისთვის.", + "help.faq_5_a_pre": "DocuElevate ასEncrypt-ის ინფორმაცია შესვენებაში, გამოხატავს TLS-ით, და არასდროს ინახავს თქვენს დოკუმენტებს უფრო ხანგრძლივად, ვიდრე საჭიროა. იხილეთ ", + "help.faq_5_q": "არის ჩემი მონაცემები უსაფრთხო?", + "help.faq_heading": "ხშირად დასმული კითხვები", + "help.getting_started": "გამოყენების დაწყება", + "help.heading": "დახმარების ცენტრი", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "გამოიყენეთ REST API დოკუმენტების პროგრამული გადატანისთვის. გაამართლებეთ Bearer ტოკენით და POST ფაილები ატვირთვის ბოლო წერტილში.", + "help.ingestion_heading": "მონაცემების მიღების ინსტრუმენტები", + "help.ingestion_mobile": "მობილური აპლიკაციები", + "help.ingestion_mobile_desc": "გამოიყენეთ ნებისმიერი მობილური სკანირების აპლიკაცია, რომელიც უჭერს მხარს კესტუმრთულ HTTP ატვირთვის დანიშნულებებს, რათა გაუგზავნოთ ფოტოები და სკანირება DocuElevate-სგან თქვენი ტელეფონიდან ან პლანშეტიდან.", + "help.ingestion_scanners": "ქსელური სკანერები", + "help.ingestion_scanners_desc": "სცადეთ ნებისმიერი ქსელური სკანერი ან მრავალფუნქციური პრინტერი DocuElevate-ის ატვირთვის ბოლო წერტილზე. სკანირებული დოკუმენტები პირდაპირ გადადიან თქვენს დამუშავების რიგში.", + "help.ingestion_watched_folders": "დახმარდილი საქაღალეები", + "help.ingestion_watched_folders_desc": "გაიარეთ ადგილობრივი ან ქსელური საქაღალე მონიტორინგისთვის. ნებისმიერ საქაღალდეში დადებული ფაილი ავტომატურად ატვირთულია და დამუშავდება DocuElevate-ს მიერ.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "DocuElevate ინტეგრირდეთ вашим ავტომატიზაციის სამუშაოების პროცესში Zapier, n8n, ან Make-სთან. გამოიყენეთ REST API მოქმედებები დოკუმენტების ატვირთვის დასატყობად ნებისმიერი მოვლენიდან.", + "help.meta_description": "მიიღეთ დახმარება DocuElevate-სთან – გამონახეთ სახელმძღვანელოები დოკუმენტების ატვირთვის, ღრუბლის შენახვის დაკავშირების, მილების დადგმის და კიდევ უფრო მეტი.", + "help.og_description": "მიიღეთ დახმარება DocuElevate-სთან – გამონახეთ სახელმძღვანელოები დოკუმენტების ატვირთვის, ღრუბლის შენახვის დაკავშირების, მილების დადგმის და კიდევ უფრო მეტი.", + "help.page_title": "დახმარების ცენტრი", + "help.privacy_notice": "კონფიდენციალურობის განცხადება", + "help.quickstart_heading": "სწრაფი დაწყება", + "help.quickstart_storage": "სანახების დაუკავშირება", + "help.quickstart_storage_desc": "გადაადგილდეთ პარამეტრებში და დააკავშირეთ თქვენი ღრუბლოვანი ანგარიშები. დამუშავებული დოკუმენტები ავტომატურად მიმართულ იქნება თქვენ მიერ კონფიგურირებულ თითოეულ დანიშნულებაზე.", + "help.quickstart_storage_desc_full": "მოსწვდეთ ინტეგრაციებს და დააკავშირდეთ თქვენს ღრუბლური შენახვის ანგარიშებს. DocuElevate უჭერს მხარს Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud და კიდევ უფრო მეტს. დამუშავებული დოკუმენტები ავტომატურად გადამისამართდება თითოეულ დანიშნულების ადგილზე, რომელიც თქვენ დააყენებთ.", + "help.quickstart_upload": "დოკუმენტების ატვირთვა", + "help.quickstart_upload_desc": "გადაწვდეთ ფაილები ატვირთვის გვერდზე ან დააწკაპეთ აირჩიეთ ფაილი. DocuElevate ავტომატურად აქცევს იმიჯებს და ოფისის დოკუმენტებს PDF-ში, აღნიშნავს OCR და ახდენს მეტადატების მოპოვებას.", + "help.quickstart_workflows": "ავტომატიზირება პროცესების", + "help.quickstart_workflows_desc": "შექმენით პაიპლაინები, რომ განსაზღვროთ მრავალსტეფური პროცესი და მიმართულების წესები. დააკავშირეთ OCR, AI მოპოვება, ფორმატების გადაყვანა და მიწოდება ერთ ნაკადში.", + "help.sources_email_ingestion": "ელ. ფოსტის მიღება (IMAP)", + "help.sources_email_ingestion_desc": "გადაგზავნეთ დოკუმენტები სპეციალურ მოიკრიბეში. ელ.ფოსტის მიღების ქვეშ დაამატეთ ერთი ან მეტი IMAP ანგარიში. DocuElevate ავტომატურად შეამოწმებს ახალ შეტყობინებებს და გადაამუშავებს დანართებს.", + "help.sources_heading": "წყაროდან - დოკუმენტების მიღება", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "კაზებზე პროგრამულად შეაერთეთ ფაილები /api/upload-ზე POST-ით. იდეალურია სკრიპტების, თვალყურის მუდმივი მონიტორინგისთვის, სკანერების ან მესამე მხარის ხელსაწყოების, როგორიცაა Zapier და n8n.", + "help.sources_scanner": "სკანერი და მობილური", + "help.sources_scanner_desc": "აკავშირეთ ქსელის სკანერები DocuElevate-ის ატვირთვის პუნქტისკენ ან გამოიყენეთ ნებისმიერი მობილური სკანირების აპლიკაცია, რომელიც მხარს უჭერს კუსტუმ HTTP-ს დანიშნულებებს.", + "help.sources_scanner_desc_full": "გაიარეთ თქვენი ქსელური სკანერი ან მრავალფუნქციური პრინტერი, რათა სკანირება პირდაპირ DocuElevate-ს გაუგზავნოს. გამოიყენეთ /api/upload ბოლო წერტილი როგორც დანიშნულება. მობილური სკანირების აპლიკაციები წევრაულ ატვირთვის დანიშნულებებსაც ექვემდებარება.", + "help.sources_web_upload": "ვებსატვირთვა", + "help.sources_web_upload_desc": "მაქსიმალურად სწრაფი გზა დაიწყოს. გახსენით ატვირთვის გვერდი, გაათავენ ერთ ან რამდენიმე ფაილი და DocuElevate იზრუნებს დანარჩენზე. მხარდაჭერილი ფორმატები მოიცავს PDF, JPEG, PNG, TIFF, DOCX, XLSX და სხვა.", + "help.subheading": "ყველაფერი, რაც დაგჭირდებათ DocuElevate-ის მაქსიმალურად გამოყენებისათვის. مرور ვადები ქვემოთ ან მოძებნეთ რაც გჭირდებათ.", + "help.support": "დახმარება", + "help.support_admin_message": "დაკავშირეთ თქვენი ადმინისტრატორი მხარდაჭერის ინფორმაციას.", + "help.support_description": "შეგიძლიათ ვერ მოიძიოთ რაც გჭირდებათ? ჩვენი დახმარების გუნდი მზად არის დაეხმაროს.", + "help.support_heading": "დახმარების კონტაქტი", + "help.support_live_chat": "ცოცხალი საუბარი ხელმისაწვდომია – ურთიერთობის დასაწყებად დააჭირეთ საუბრების ბუშტს.", + "help.support_ticket_button": "გთხოვთ მოიყვანოთ ბილეთი", + "help.support_ticket_desc": "შეავსეთ ქვემოთ მოცემული ფორმა და ჩვენი მხარდაჭერის გუნდი მალე დაგიბრუნდებათ.", + "help.support_ticket_heading": "გაღების დახმარების ბილეთ", + "help.title": "დახმარების ცენტრი", + "help.workflows_creating": "პაიპლაინის შექმნა", + "help.workflows_definition": "პაიპლაინი არის პროცესების ნაბიჯების სერია, რომელიც ავტომატურად შესრულდება whenever დოკუმენტი მიღებულია. თითოეული ნაბიჯი შეიძლება გარდაქმნას, გაამდიდროს ან მიმართოს დოკუმენტი.", + "help.workflows_heading": "პროექტები და პაიპლაინები", + "help.workflows_step_1": "PDF-ში გარდაქმნა", + "help.workflows_step_1_create": "მთავარი მენიუში Pipelines-ის გვერდზე გადადით.", + "help.workflows_step_1_full": "PDF-ში კონვერტირება – ყველა შემომავალი ფაილი რეგულირდება ერთიანი PDF ფორმატში.", + "help.workflows_step_2": "OCR – ტექსტის ამოღება", + "help.workflows_step_2_create": "დააჭირეთ New Pipeline და მიაწვდეთ სახელი.", + "help.workflows_step_2_full": "OCR – შეარჩიეთ სკანირებული გვერდებიდან გამოსაყენებელი ტექსტი Azure Document Intelligence-ს ან ჩაშენებული ბერქნიდა.", + "help.workflows_step_3": "AI მეტადატას ამოღება", + "help.workflows_step_3_create": "ჩართეთ საჭირო პროცესების ნაბიჯები.", + "help.workflows_step_3_full": "AI მეტატექსტის ამოღება – კლასიფიკაცია დოკუმენტის ტიპისა და ძირითადი ველის, როგორიცაა თანხები, თარიღები და სახელი, ამოღება OpenAI-ს გამოყენებით.", + "help.workflows_step_4": "პოვნა ერთ ან მეტ მიმართულებაზე", + "help.workflows_step_4_create": "აირჩიეთ ერთი ან მეტი მიწოდების მიმართულება.", + "help.workflows_step_5_create": "შეინახეთ – ახალი დოკუმენტები ავტომატურად გადმოიტვირთება ამ ცქერის საშუალებით.", + "help.workflows_typical_steps": "სრული ნაბიჯები", + "help.workflows_what_is": "რა არის Pipeline?", + "index.badge_intelligent": "ჭკვიანი დოკუმენტების დამუშავება", + "index.button_browse_files": "ფაილების ძიება", + "index.button_upload": "მიწერე", + "index.capabilities_cloud": "ღრუბლის შენახვა: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "ელფოსტით და URL-ის საფუძვლიანი დოკუმენტის შეწოვა", + "index.capabilities_ocr": "OCR & მეტადატას ამოღება AI-ით", + "index.capabilities_paperless": "Paperless-ngx ინტეგრაცია დოკუმენტების მართვისთვის", + "index.capabilities_title": "მახასიათებლები", + "index.capabilities_workflows": "ავტომატიზირებული კლასიფიკაცია და რედირექტირების სამუშაო პროცესები", + "index.cta_description": "შუერთდით გუნდებს, რომლებიც უკვე ავტომატიზირებენ თავიანთ დოკუმენტების დამუშავებას DocuElevate-ის დახმარებით.", + "index.cta_heading": "მზად ხართ გააუმჯობესოთ თქვენი დოკუმენტური სამუშაო პროცესები?", + "index.cta_pricing": "თავაზობთ ფასებზე", + "index.cta_signup": "შექმენით უფასო ანგარიში", + "index.dashboard_subtitle": "ჭკვიანი დოკუმენტების დამუშავება და მართვა", + "index.dashboard_subtitle_teams": "ჭკვიანი დოკუმენტების დამუშავება და მართვა — შექმნილი გუნდებისთვის", + "index.feature_ai": "AI მეტადატას ამოღება", + "index.feature_ai_desc": "OpenAI, Claude, Gemini და სხვა დანართი AI პროვაიდერები კლასიფიცირებენ დოკუმენტებს და გამოაქვეყნებენ მნიშვნელოვან ველებს, როგორიცაა თარიღები, რაოდენობები და თემები.", + "index.feature_cloud": "ნათელი ღრუბლის შენახვა", + "index.feature_cloud_desc": "გადაიყვანეთ ქაღალდშებოჭილი ფაილები Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP და სხვა.", + "index.feature_email": "ელფოსტისა და IMAP-ის გაწვდილი", + "index.feature_email_desc": "ავტომატურად გამოიწვდეთ დოკუმენტები Gmail-დან ან ნებისმიერი IMAP მოქმედი საფოსტო ყუთიდან — არ საჭიროებს ხელით დატვირთვას.", + "index.feature_ocr": "OCR & ტექსტის მიღება", + "index.feature_ocr_desc": "Azure Document Intelligence გარდაქმნის სკანირებულ PDF-ებსა და სურათებს სრულად საძიებო ტექსტებად ავტომატურად.", + "index.feature_pipelines": "მორგებული Pipeline-ები", + "index.feature_pipelines_desc": "შეადგინეთ პროცესების Pipeline-ები მორგებული ნაბიჯებით — OCR, AI-ების მიღება, ფორმატის გარდაქმნა და შენახვის რედირექტირება ნებისმიერი წესით.", + "index.feature_search": "სრული ტექსტური ძიება", + "index.feature_search_desc": "მცირე დროში მოძებნეთ ნებისმიერი დოკუმენტი მისი შემცველობით, მეტა-დატებით ან ტეგებით თქვენს მთელ არქივში.", + "index.feature_section_title": "ყველაფერი რაც გჭირდებათ ჭკვიანი დოკუმენტური სამუშაო პროცესებისთვის", + "index.getting_started": "საწყისი ნაბიჯები", + "index.getting_started_1": "ინტეგრაციების კონფიგურაცია სისტემური სტატუსის მეშვეობით", + "index.getting_started_2": "გადმოსწერეთ თქვენი პირველი დოკუმენტი", + "index.getting_started_3": "შეამოწმეთ შედეგები ფაილებში", + "index.getting_started_learn": "მეცნიერეთ მეტი DocuElevate-ის შესახებ", + "index.hero_description": "DocuElevate-ს ახარებს თქვენი დოკუმენტები, ატარებს OCR-ს, გამოაქვს მეტადატა AI-ის მეშვეობით და მიმართავს ფაილებს Dropbox-ის, Google Drive-ის, OneDrive-ის, S3-ის, Nextcloud-ის და სხვა მეშვეობით - ყველაფერს ერთ უწყვეტ მიმოქცევაში.", + "index.hero_heading": "გადმოსაწერი პროცესიდან ინფორმაცია - ავტომატურად.", + "index.hero_login": "შესვლა", + "index.hero_pricing": "გადახდების და ფასების ნახვა", + "index.hero_signup": "დაწყება - ეს უფასოა", + "index.integrations_active": "აქტიური ინტეგრაციები", + "index.integrations_storage": "სტორაჟის მიზნები", + "index.integrations_title": "ინტეგრაციები", + "index.integrations_view_status": "მხედველობა სისტემურ სტატუსზე", + "index.page_title_dashboard": "დაშბორდი", + "index.page_title_public": "ინტელექტუალური დოკუმენტების პროცესი", + "index.platform_overview": "პლატფორმის მიმოხილვა", + "index.processing_stats": "შედარების სტატისტიკა", + "index.quick_actions": "სწრაფი მოქმედებები", + "index.quick_documents": "ჩემო დოკუმენტები", + "index.quick_documents_desc": "შეამოწმეთ თქვენი დამუშავებული ფაილები", + "index.quick_search": "ძებნა", + "index.quick_search_desc": "სრული ტექსტური ძებნა დოკუმენტებში", + "index.quick_subscription": "ჩემო გამოწერა", + "index.quick_subscription_desc": "გადახდის და გამოყენების დეტალების ნახვა", + "index.quick_system_status": "სისტემური სტატუსი", + "index.quick_system_status_desc": "შეამოწმეთ ინტეგრაციის ჯანმრთელობა", + "index.quick_upload": "გადმოსაწერი დოკუმენტი", + "index.quick_upload_desc": "ახალი ფაილის პროცესი", + "index.quick_view_files": "მხედველობა ყველა ფაილზე", + "index.quick_view_files_desc": "შეამოწმეთ დამუშავებული დოკუმენტები", + "index.single_user_heading": "DocuElevate დემო", + "index.single_user_subtitle": "ინტელექტუალური დოკუმენტების პროცესი და მართვა", + "index.stat_active_integrations": "აქტიური ინტეგრაციები", + "index.stat_active_users": "აქტიური მომხმარებლები", + "index.stat_files_month": "ფაილები ამ თვეში", + "index.stat_files_ocr": "ფაილები OCR-ით", + "index.stat_files_today": "ფაილები დღეს", + "index.stat_storage_targets": "სტორაჟის მიზნები", + "index.stat_this_month": "ამ თვეში", + "index.stat_today": "დღეს", + "index.stat_total_files": "სრული ფაილები", + "index.stat_total_processed": "სრულიად დამუშავებული", + "index.tier_plan": "გეგმა", + "index.tier_upgrade": "განახლებულობა", + "index.tier_view_details": "იხილეთ სრულ დეტალებზე", + "index.upgrade_daily_limits": "უმაღლესი დღიური და месячные ლიმიტები", + "index.upgrade_description": "გაიხსნე მეტი დოკუმენტები, მეტი დანიშნულებები და პრიორიტეტული მხარდაჭერა.", + "index.upgrade_destinations": "მეტი საცავი", + "index.upgrade_ocr_pages": "მეტი OCR გვერდები", + "index.upgrade_plan": "გადაიხადეთ თქვენი გეგმა", + "index.upgrade_view_pricing": "მოიხილეთ გეგმები და ფასები", + "index.usage_lifetime": "ბრძანებების ხანგრძლივობა", + "index.usage_month": "ბრძანებები ამ თვეში", + "index.usage_my_usage": "მაჩვენებლები", + "index.usage_today": "ბრძანებები დღეს", + "index.usage_unlimited": "არასრული", + "integrations.access_key_label": "ექსკლუზიური გასაღების ID", + "integrations.active_label": "აქტიური", + "integrations.add_button": "ინტეგრაციის დამატება", + "integrations.add_first_button": "ცხელი ინტეგრაციის დამატება", + "integrations.api_token_label": "API-token", + "integrations.authorize_btn": "ავტორიზაცია", + "integrations.authorize_reauth": "ახალი ავტორიზაცია", + "integrations.bucket_label": "ბაკეტი", + "integrations.configure": "გვერდის გააქტიურება", + "integrations.connect": "დაკავშირება", + "integrations.connected": "დაკავშირებულია", + "integrations.connection_failed": "კონექტირება ვერ მოხერხდა", + "integrations.connection_success": "კონეკტირება წარმატებით", + "integrations.delete_confirm_are_you_sure": "მყარად ხარ ამ წაშლის სურვილის შესახებ?", + "integrations.delete_confirm_title": "ინტეგრაციის წაშლა?", + "integrations.delete_confirm_undone": "ეს მოქმედება გაუქმებული არ იქნება.", + "integrations.delete_emails_label": "წაიშალოს ელ. დაშვების შემდგომ.", + "integrations.delete_files_label": "ფაილები წაიშალოს პროცესირების შემდეგ", + "integrations.destinations_quota_label": "შენახვის დანიშნულებები:", + "integrations.destinations_section": "დანიშნულებები", + "integrations.direction_destination": "დანიშნულება (შენახვა)", + "integrations.direction_label": "გზა", + "integrations.direction_placeholder": "\u0000e2\u0003a0 აირჩიეთ \u0000e2\u0003a0", + "integrations.direction_source": "წყარო (მიღება)", + "integrations.disconnect": "ძალადობის გათავისუფლება", + "integrations.email_settings": "ელ. ფოსტა გადამისამართვის პარამეტრები", + "integrations.empty_state": "არ არის გაწვდილი სექრეტი", + "integrations.endpoint_label": "ჯავშანი URL", + "integrations.endpoint_optional": "(სავალდებულო, S3-თან თავსებად)", + "integrations.folder_label": "კიდევ ერთი გრაფა", + "integrations.folder_optional": "(გარანტირებული)", + "integrations.folder_path_label": "საქაღალდის გზა", + "integrations.folder_prefix_label": "საქაღალდის პრეფიქსი", + "integrations.generic_settings_hint": "ამ ინტეგრაციის ტიპისთვის კონფიგურაცია შეიძლება დაფიქსირდეს JSON-ით შექმნის შემდეგ API-ის საშუალებით.", + "integrations.gmail_hint": "Gmail-ის ეტიკეტები და ვარსკვლავები: როდესაც ჩართულია, დაკვირვებული ელ. წერილები ხდება ვარსკვლავის და ცნობის \"შეგროვებული\" ეტიკეტით Gmail-ში. მხოლოდ Gmail-სერვერებზე მუშაობს.", + "integrations.gmail_labels": "გაეცანით Gmail-ის ეტიკეტებს და ვარსკვლავს", + "integrations.host_label": "მასპინძელი", + "integrations.imap_settings": "IMAP პარამეტრები", + "integrations.loading": "ინტეგრაციების დატვირთვა\u0000e2\u0003a0", + "integrations.modal_close": "მოდალის დახურვა", + "integrations.modal_title_add": "ინტეგრაციის დამატება", + "integrations.modal_title_edit": "ინტეგრაციის შენიშვნა", + "integrations.name_label": "ეტიკეტი", + "integrations.name_placeholder": "მაგ. სამუშაო Gmail, S3 არქივი", + "integrations.nextcloud_settings": "Nextcloud პარამეტრები", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "დაამატეთ თქვენი პირველი ინტეგრაცია საინჟინრო წყაროების (როგორც IMAP) და შენახვის დანიშნულებების (როგორც S3, Dropbox ან Google Drive) დასაკავშირებლად.", + "integrations.not_connected": "არ არის დაკავშირებული", + "integrations.oauth_folder_label": "ფოლდერი", + "integrations.oauth_hint": "ამ ინტეგრაციის შენახვა პირველ რიგში, შემდეგ გამოიყენეთ ავტორიზაციის ღილაკი OAuth პროცესის დასასრულებლად. თქვენი სერთიფიკატები უსაფრთხოდ შეინარჩუნება თქვენი პირადი ინტეგრაციის ჩანაწერებში.", + "integrations.page_title": "ინტეგრაციები", + "integrations.paperless_settings": "Paperless NGX პარამეტრები", + "integrations.password_label": "პაროლი", + "integrations.paused": "ჩაბარებულია", + "integrations.plan_label": "გეგმა:", + "integrations.port_label": "პორტი", + "integrations.quota_not_available": "(არ არის ხელმისაწვდომი)", + "integrations.quota_unlimited": "/ უსასრულო", + "integrations.recipient_label": "მიმღების ელექტრონული ფოსტა", + "integrations.region_label": "რეგიონი", + "integrations.remote_path_label": "მრავალი გზა", + "integrations.s3_prefix_label": "პრეფიქსი (ფოლდერის გზა)", + "integrations.s3_settings": "S3 პარამეტრები", + "integrations.secret_key_label": "საიდუმლო წვდომის გასაღები", + "integrations.show_password": "პაროლის ჩვენება", + "integrations.show_secrets": "საიდუმლოების ჩვენება", + "integrations.show_token": "ტოკენის ჩვენება", + "integrations.source_local": "ადგილობრივი ფაილი", + "integrations.source_type_label": "წყაროს ტიპი", + "integrations.sources_quota_label": "ფოსტათა წყაროები:", + "integrations.sources_section": "წყაროები", + "integrations.subtitle": "მართეთ თქვენი საინჟინრო წყაროები და შენახვის დანიშნულებები ერთ ადგილას.", + "integrations.title": "ინტეგრაციები", + "integrations.type_label": "ინტეგრაციის ტიპი", + "integrations.type_placeholder": "\u0001\u0000 პირველ რიგში დავრჩეთ მიმართულება \u000001\u0001", + "integrations.upgrade_plan": "გეგმის გაუმჯობესება", + "integrations.use_ssl": "SSL-ის გამოყენება", + "integrations.username_label": "განარჯვილი სახელი", + "integrations.watch_folder_settings": "ფოლდერის ყურების პარამეტრები", + "integrations.webdav_settings": "WebDAV პარამეტრები", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook საინჟინრო", + "integrations.webhook_how_heading": "როგორ მუშაობს Webhook საინჟინრო", + "integrations.webhook_how_text": "Webhook ინტეგრაცია საშუალებას აძლევს ექსთერნალური სისტემების მიერ დოკუმენტების პირდაპირ გადაყვანას DocuElevate-ში REST API-ის საშუალებით. ნაცვლად того, რომ DocuElevate ახალი ფაილების შესამოწმებლად (როგორც IMAP), თქვენი აპლიკაცია ფაილებს DocuElevate-ს უგზავნის HTTP მოთხოვნით API ტოკენით ავტორიზაციის მიზნით.", + "integrations.webhook_ideal_text": "ეს იდეალურია CI/CD ტუბებზე, ავტო-მატარებლის სკრიპტებზე, სკანერების ინტეგრაციებზე, ან ნებისმიერ სისტემაზე, რომელიც დოკუმენტებს გენერირებს და საჭიროა მათი გადამისამართება პროცესზე.", + "integrations.webhook_quick_start": "მაგნიტური დაწყება", + "integrations.webhook_security_tip": "შექმენით გამიჯნული API ტოკენი თითო ინტეგრაციისათვის და დაუყოვნებლივ გააუქმეთ, თუ კომპრომეტირებული იქნება. ტოკენები შეიძლება მართონ API ტოკენების გვერდზე.", + "integrations.webhook_step1": "წასვლას {api_tokens_link}-ზე და შექმენით პერსონალური ტოკენი.", + "integrations.webhook_upload_with_token": "მოიხმარეთ ტოკენი დოკუმენტების ატვირთვისათვის API-ის საშუალებით:", + "language.bg": "ბულგარული", + "language.ca": "კატალანური", + "language.change_success": "ენა დატვირთულია {language}-ში", + "language.changed": "ენა შეიცვალა {language}-ში", + "language.cs": "ჩეხური", + "language.da": "დანი", + "language.de": "გერმანი", + "language.el": "ბერძნული", + "language.en": "ინგლისური", + "language.es": "ესპანური", + "language.et": "ესტონური", + "language.fi": "ფინური", + "language.fr": "ფრანგული", + "language.ga": "ირლანდიური", + "language.hr": "ხორვატული", + "language.hu": "ჰUngრული", + "language.is": "აისლანდიური", + "language.it": "იტალიური", + "language.lb": "ლუქსემბურგული", + "language.lt": "ლიტვური", + "language.lv": "ლატვიური", + "language.nb": "ნორვეგიული", + "language.nl": "ნიდერლანდური", + "language.no_results": "ენის პოვნა შეუსაბამოა", + "language.pl": "პოლონური", + "language.pt": "პორტუგალიური", + "language.ro": "რუმინული", + "language.ru": "რუსული", + "language.search_placeholder": "ძებნა ენებზე\u0014", + "language.selector": "ენაში", + "language.selector_label": "აირჩიეთ ენა", + "language.sk": "სლოვაკური", + "language.sl": "სლოვენიელი", + "language.sv": "სვედური", + "language.tr": "თურქული", + "language.uk": "უკრაინული", + "language.zh": "ჩინური", + "nav.about": "მौतბა", + "nav.account_menu": "ანგარიშის მენიუდი", + "nav.account_menu_for": "ანგარიშის მენიუდი {name}-ისთვის", + "nav.admin": "ადმინისტრატორი", + "nav.admin.audit_logs": "აუდიტის სია", + "nav.admin.backups": "მედიაციის", + "nav.admin.plans": "გეგმა", + "nav.admin.scheduled_jobs": "გეგმიური ამოცანები", + "nav.admin.users": "მომხმარებლები", + "nav.admin_actions": "ადმინისტრატორის მოქმედებები", + "nav.admin_menu": "ადმინისტრატორის მენეჯერი", + "nav.api_docs": "API დოკუმენტაცია", + "nav.api_tokens": "API ტოკენები", + "nav.backup_restore": "მედიაცია და აღდგენა", + "nav.credentials": "უკრაზოგეტები", + "nav.dark_mode": "შავი რეჟიმი", + "nav.dashboard": "დაშფა", + "nav.developer_docs": "მომხმარებლის დოკუმენტები", + "nav.duplicates": "საბეჭდები", + "nav.file_manager": "ფაილების მენეჯერი", + "nav.files": "ფაილები", + "nav.get_started": "დაწყება", + "nav.help": "შეხვედრა", + "nav.help_center": "შესაძლებლობის ცენტრი", + "nav.imap": "ელემენტების იმპორტი", + "nav.integrations": "ინტეგრაციები", + "nav.light_mode": "ლახვური რეჟიმი", + "nav.login": "შესვლა", + "nav.logout": "გამოსვლა", + "nav.main_navigation": "მთავარი გაზიარება", + "nav.my_subscription": "ჩამწერობა", + "nav.notifications": "აღრიცხვები", + "nav.open_main_menu": "მთავარი მენიუს გაწვდვა", + "nav.pipelines": "პაიპლაინები", + "nav.plan_designer": "გეგმების დიზაინერი", + "nav.pricing": "ფასები", + "nav.profile": "პროფილი", + "nav.profile_settings": "პროფილის პარამეტრები", + "nav.queue": "ვედრებები", + "nav.queue_monitor": "ვედრებების მონიტორი", + "nav.scheduled_jobs": "გეგმიური სამუშაოები", + "nav.search": "ძიება", + "nav.settings": " ustawienia", + "nav.shared_links": "სाझი დაკავშირებები", + "nav.sign_out": "გამოსვლა", + "nav.signup": "რეგისტრაცია", + "nav.similarity": "მსგავსება", + "nav.skip_to_content": "გაუშვით მთავარ შინაარსზე", + "nav.status": "სტატუსი", + "nav.subscription": "წარმოჩენა", + "nav.toggle_dark_mode": "ბნელ რეჟიმზე გადართვა", + "nav.toggle_nav": "ნავიგაციის მენიუს გადართვა", + "nav.upload": "ატვირთვა", + "nav.users": "მომხმარებლები", + "nav.version": "რედაქტირების ინფორმაცია", + "notifications.filter_all": "ყველა", + "notifications.filter_read": "გაუწვდული მხოლოდ", + "notifications.filter_unread": "არამატერიალური მხოლოდ", + "notifications.manage_desc": "მართეთ თქვენი შეტყობინების ყუთი, მიზნები და ღონისძიების ვარიანტები", + "notifications.mark_all_read": "ყველა როგორც წასული", + "notifications.mark_all_read_btn": "ყველა წასული", + "notifications.mark_read": "ნიშნავს როგორც წასული", + "notifications.no_notifications": "შეტყობინებები არ არის", + "notifications.page_title": "შეტყობინებები", + "notifications.tab_inbox": "შეტყობინებების ყუთი", + "notifications.tab_settings": " ustawienia", + "notifications.title": "შეტყობინებები", + "notifications.unread_count": "{count} წაუკითხავი შეტყობინება", + "pipelines.active_label": "აქტიური", + "pipelines.add_step_btn": "დაამატეთ ნაბიჯი", + "pipelines.create": "შექმნა Pipeline", + "pipelines.custom_label_label": "სპეციალური ეტიკეტი", + "pipelines.default_label": "ნაგულისხმევი", + "pipelines.description_label": "აღწერა", + "pipelines.description_placeholder": "მოზრდილის აღწერა", + "pipelines.disabled_label": "გამორთული", + "pipelines.edit": "წარმოებათა რედაქტირება", + "pipelines.empty_state": "მონაცემთა ნაკრები არ არსებობს", + "pipelines.empty_state_hint": "შექმენით თქვენი პირველი pipeline, რათა განსაზღვროთ პერსონალიზებული დოკუმენტური პროცესების სამუშაო ნაკრებები.", + "pipelines.enabled_label": "აქტივირებული", + "pipelines.force_cloud_ocr_label": "ატვირთეთ Cloud OCR (გადადება ადგილობრივი ტექსტური ამოღების)", + "pipelines.inactive_label": "პასიური", + "pipelines.loading": "მონაცემთა ნაკრების დატვირთვა\u0000", + "pipelines.name_placeholder": "ჩემი pipeline", + "pipelines.new_pipeline_btn": "ახალი Pipeline", + "pipelines.no_steps": "ნაბიჯები არ არის განსაზღვრული. დაამატეთ ნაბიჯი, რომ დაიწყოთ თქვენი pipeline-ის მშენებლობა.", + "pipelines.ocr_auto": "ავტომატურად (მოუსადაგებს სისტემურ ნაგულისხმევ პარამეტრს)", + "pipelines.ocr_language_hint": "შეგიძლიათ შეცვალოთ Tesseract/EasyOCR-ის გლობალური ენის პარამეტი. Azure და Mistral ავტომატურად ჭეშმარიტი ენის ცნობას.", + "pipelines.ocr_language_label": "OCR ენა", + "pipelines.optional_suffix": "(ამოღებული)", + "pipelines.page_title": "პროცესების Pipeline-ები", + "pipelines.set_default": "მივანადგუროთ როგორც ჩემი ნაგულისხმევი pipeline", + "pipelines.step_label_placeholder": "გამოიყენეთ ნაგულისხმევი ნაბიჯის სახელი", + "pipelines.step_type_label": "ნაბიჯის ტიპი", + "pipelines.subtitle_intro": "განსაზღვრეთ და მართეთ პერსონალიზებული დოკუმენტური პროცესების სამუშაო ნაკრებები.", + "pipelines.subtitle_system_post": "ბეჯა და ყველა მომხმარებელს სჩანს.", + "pipelines.subtitle_system_pre": "სისტემური Pipeline-ები (შექმნილია მმართველების მიერ) ჩანს", + "pipelines.system_label": "სისტემა", + "pipelines.system_pipeline_label": "სისტემური Pipeline (ყველასათვის გამოჩენილი)", + "pipelines.title": "პროცესების Pipeline-ები", + "profile.avatar_alt": "შენი პროფილის სურათი", + "profile.avatar_heading": "პროფილის სურათი", + "profile.avatar_remove": "კომენტარი ატვირთული სურათის წაშლა", + "profile.avatar_upload_hint": "ატვირთეთ JPEG, PNG, GIF ან WebP ფორმატის სურათი, რომელიც 2 MB-მდეა. თუ არ არის გამორჩეული არაფრის სურათი, თქვენი {gravatar} გაწვდილი იქნება.", + "profile.choose_image": "არჩევა სურათის\u000e", + "profile.confirm_password": "ახალი პაროლის დადასტურება", + "profile.contact_email_hint": "გამოიყენება სისტემური შეტყობინებებისთვის. ეს არ ცვლის თქვენი შესვლის მართვის ელ. ფოსტას.", + "profile.contact_email_label": "საკონტაქტო / შეტყობინების ელ. ფოსტა", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "მიმდინარე პაროლი", + "profile.dismiss": "გატარება", + "profile.display_name_hint": "ტოვეთ ცარიელი თქვენი ანგარიშის სახელის ან ელ. ფოსტის გამოყენებისათვის.", + "profile.display_name_label": "სახელის ჩვენება", + "profile.display_name_placeholder": "თქვენი სახელი ნაჩვენებია ინტერფეისში", + "profile.general_heading": "ზოგადი ინფორმაცია", + "profile.gravatar_link": "Gravatar", + "profile.heading": "პროფილის პარამეტრები", + "profile.language_auto_detect": "ავტომატური შენიშვნა (ბრაუზერიდან)", + "profile.language_hint": "აირჩიეთ თქვენი საქმის სავალდებულო ენა. “ავტომატური შენიშვნა” ემთხვევა თქვენს ბრაუზერის პარამეტრებს.", + "profile.language_label": "UI ენა", + "profile.new_password": "ახალი პაროლი", + "profile.new_password_hint": "მინიმუმ 8 სიმბოლო.", + "profile.page_title": "პროფილის პარამეტრები - DocuElevate", + "profile.password_heading": "პაროლის შეცვლა", + "profile.preferences_heading": "პარამეტრები", + "profile.save_button": "ცვლილებების შენახვა", + "profile.saving": "შენახვა\u000e", + "profile.subtitle": "მართეთ თქვენი სახელი, პროფილის სურათი, ენა და თემა.", + "profile.theme_dark": "ბნელი", + "profile.theme_hint": "სისტემური შეასრულება სილუეტის რეჟიმის პარამეტრებს.", + "profile.theme_label": "ფერის სქემა", + "profile.theme_light": "მჯერა", + "profile.theme_system": "სისტემური ბრანდი", + "profile.update_password": "პაროლის განახლება", + "profile.updating": " განახლდება…", + "queue.active_tasks": "აქტიური დავალებები", + "queue.auto_refresh_1": "ავტომატურად რეგულირდება ყოველი", + "queue.auto_refresh_2": "წამში", + "queue.col_arguments": "არგუმენტები", + "queue.col_current_step": "წამყვანი ნაბიჯი", + "queue.col_file": "ფაილი", + "queue.col_files": "ფაილები", + "queue.col_queue": "ანგარიში", + "queue.col_state": "სტატუსი", + "queue.col_task": "მოცულობა", + "queue.col_task_id": "მოცულობის ID", + "queue.files_processing": "ფაილების დამუშავება", + "queue.heading": "ანგარიშის მონიტორი", + "queue.last_updated": "ბოლო განახლება:", + "queue.loading_stats": "ანგარიშის სტატისტიკის დატვირთვა\u0000...", + "queue.no_active_tasks": "აქტიური მოცულობები არ არის", + "queue.no_data": "მონაცემები არ არსებობს", + "queue.no_files_processing": "ამჟამად არცერთი ფაილი არ მუშავდება", + "queue.page_title": "ანგარიშის მონიტორი", + "queue.processing_pipeline": "დამუშავების პიპელაინი", + "queue.queued_tasks": "შედგენილი მოცულობები", + "queue.recently_processing": "ბოლო დროს დამუშავებული ფაილები", + "queue.redis_queues": "Redis-ის რიგები", + "queue.subtitle": "დოკუმენტების დამუშავების პიპელაინის და Celery-ის მოცულობების რეალური დროის ხედვა.", + "queue.workers_online": "მუშაკები ონლაინ", + "search.button": "ძებნა", + "search.error_message": "ძებნა დროებით ხელმისაწვდომი არ არის. გთხოვთ, სცადეთ ცოტა ხანში.", + "search.filter_aria_clear": "გაასუფთავეთ ყველა ფილტრი", + "search.filter_clear_button": "გაასუფთავე ფილტრები", + "search.filter_date_from": "თარიღი დაწყებიდან", + "search.filter_date_to": "თარიღები შედგომამდე", + "search.filter_document_type": "დოკუმენტის ტიპი", + "search.filter_document_type_placeholder": "მაგ. ინვოისი", + "search.filter_language": "ენა", + "search.filter_language_placeholder": "მაგ. de", + "search.filter_sender": "მომწერიის სახელი", + "search.filter_sender_placeholder": "მაგ. ACME Corp", + "search.filter_tags": "ნიშნები", + "search.filter_tags_placeholder": "მაგ. amazon", + "search.filter_text_quality": "ტექსტის ხარისხი", + "search.filter_text_quality_all": "ყველა", + "search.filter_text_quality_high": "მაღალი", + "search.filter_text_quality_low": "დაბალი", + "search.filter_text_quality_medium": "საშუალო", + "search.filter_text_quality_no_text": "ტექსტი არ არსებობს", + "search.heading": "დოკუმენტების ძიება", + "search.input_aria_label": "Докუმენტების ძიება", + "search.input_placeholder": "ძირითადი, გასგები, ნიშნები, ტიპი... დომენების ძიება", + "search.loading_indicator": "ძიება\u000e", + "search.no_results": "არასაკმარისი შედეგები", + "search.page_title": "Докუმენტების ძიება", + "search.placeholder": "ძირითადი ფაილის სახელი, გასგები, ნიშნები...", + "search.result_empty": "თქვენი მიმართვის შესაბამისი კულტურები არ მოიძებნა.", + "search.results_count": "{count} შედეგები მოიძნა", + "search.saved_aria_save": "მიმდინარე მოძიების შენახვა", + "search.saved_button": "მიმდინარე შენახვა", + "search.saved_empty": "ჯერ კიდევ არ არის შენახული მოძიებები", + "search.saved_error": "შენახული მოძიების დატვირთვა ვერ მოხერხდა", + "search.saved_label": "შენახული მოძიებები", + "search.saved_loading": "დებაიტება...", + "search.title": "Докუმენტების ძიება", + "settings.audit_log_btn": "Audit Log", + "settings.autocomplete_hint": "ტიპი რომ მოიძიოთ ცნობილი ფასები, ან შეიყვანეთ ნებისმიერი მორგებული ღირებულება.", + "settings.autocomplete_no_matches": "არ არის თანხვედრილი - შეგიძლიათ კვლავ მიუთითოთ მორგებული ღირებულება", + "settings.autocomplete_placeholder": "ტიპი რომ მოიძიოთ ან შეიყვანეთ ღირებულება\u000e", + "settings.boolean_enable_prefix": "ჩართვა", + "settings.categories_aria": "პარამეტრების კატეგორიები", + "settings.categories_heading": "კატეგორიები", + "settings.db_wizard_btn": "DB Wizard", + "settings.effective_value_label": "ეფექტური ღირებულება:", + "settings.encrypted_suffix": "= დაშიფრული დასვენებული", + "settings.encrypted_title": "ღირებულება დაშიფრულია დასვენებულ მონაცემებში", + "settings.export_btn": "ექსპორტი", + "settings.export_db_only": "მონაცემების ბაზის პარამეტრები მხოლოდ", + "settings.export_full_config": "სრული ეფექტური კონფიგურაცია", + "settings.jump_to_category": "კატეგორიაში გადახვევა\u000e", + "settings.manage_config_prefix": "კონფიგურაციის მართვა. პრიორიტეტი:", + "settings.model_picker_hint": "აირჩიეთ სიისგან ან დაწერეთ ნებისმიერი მოდელის სახელი, რომელიც თქვენი მომწოდებლის მიერ არის მხარდაჭერილი.", + "settings.model_picker_placeholder": "აირჩიე საერთო მოდელი ან შეიყვანეთ მორგებული სახელი\u000e", + "settings.no_results_clear": "ძებნის გასუფთავება", + "settings.no_results_heading": "არ არის პარამეტრები", + "settings.no_results_hint": "ცუდად შესაძლებელიანა სხვა ძებნის სიტყვა ან", + "settings.page_heading": "აპლიკაციის პარამეტრები", + "settings.required_label": "(საჭირო)", + "settings.reset_confirm": "დარწმუნებული ხართ, რომ გსურთ ამ პარამეტრის საფუძველი?", + "settings.restart_required_suffix": "= საჭიროა ხელახალი დაიწყება", + "settings.revert_btn": "წაშლა DB-დან", + "settings.revert_title": "წაშალეთ DB გადაჭრა და ბრუნდეთ გარემოს ცვლადზე ან გაგებისათვის", + "settings.reverting": "ბრუნდება\u00026", + "settings.save_all_btn": "შენახეთ ყველა ცვლილება", + "settings.save_error": "არ მოხერხდა პარამის შენახვა", + "settings.save_setting_title": "შექმენით ეს პარამეტრი", + "settings.save_success": "პარამეტრი წარმატებით შეინახეს", + "settings.saving_state": "შენახვა\u00026", + "settings.search_aria_label": "ძებნა პარამეტრების", + "settings.search_clear_aria": "წაშალეთ ძებნა", + "settings.search_placeholder": "ძებნა პარამეტრების სახელით, კავშირგაბმულობით ან აღწერით\u00026", + "settings.settings_count_suffix": "პარამეტრები", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "DEFAULT", + "settings.source_env_badge": "ENV", + "settings.title": "პარამეტრები", + "settings.toggle_visibility_aria": "ტყვიის წაშლა", + "settings.toggle_visibility_title": "აჩვენეთ/შეკეცეთ მნიშვნელობა", + "settings.user_autocomplete_empty": "მონიშნული მომხმარებლები ვერ მოიძებნა", + "settings.user_autocomplete_hint": "წერეთ რომ მოიძიოთ არსებული მომხმარებლები სახელით, ან ხელით შეიყვანეთ ნებისმიერი იდენტიფიკატორი.", + "settings.user_autocomplete_placeholder": "დაწყების მიზნით ძებნა\u00026", + "settings.wizard_btn": "მაგისტრალი", + "shared.col_expiry": "წარმოების ვადა", + "shared.col_file_label": "ფაილი / ლეიბლი", + "shared.col_link": "კავშირი", + "shared.col_views": "მისნებები", + "shared.copy_link_aria": "კავშირის ასლი კლიპბორდზე", + "shared.copy_link_title": "კავშირის ასლი", + "shared.create_btn": "შექმენით კავშირი", + "shared.create_heading": "შექმენით ახალი გაზიარებული კავშირი", + "shared.creating": "შექმნა\u00026", + "shared.expiry_12h": "12 საათი", + "shared.expiry_14d": "14 დღე", + "shared.expiry_1h": "1 საათი", + "shared.expiry_24h": "24 საათი (1 დღე)", + "shared.expiry_30d": "30 დღე", + "shared.expiry_3d": "3 დღე", + "shared.expiry_6h": "6 საათი", + "shared.expiry_7d": "7 დღე", + "shared.expiry_label": "წარმოების ვადა", + "shared.expiry_never": "Never", + "shared.file_id_help_post": "გვერდზე ან დოკუმენტის დეტალების URL-ში.", + "shared.file_id_help_pre": "მოძებნეთ ფაილის ID", + "shared.file_id_label": "ფაილის ID", + "shared.file_id_placeholder": "მაგ. 42", + "shared.files_link": "ფაილები", + "shared.heading": "გაზიარებული ლინკები", + "shared.label_label": "ე.წ. ლეიბლი", + "shared.label_placeholder": "მაგ. გაზიარებულია ბობთან", + "shared.link_created": "გაზიარებული ლინკი შექმნილია!", + "shared.link_created_help": "აკოპირეთ და გაუგზავნეთ ეს ლინკი მიმღებს.", + "shared.links_count_aria": "ლინკების რაოდენობა", + "shared.max_downloads_label": "Максимალური ჩამოტვირთვები", + "shared.no_links": "ახლა არცერთი გაზიარებული ლინკი არ არის. შექმნეთ ერთი ზემოთ, რომ დაიწყოთ.", + "shared.open_in_new_tab": "ახალ ტაბში გახსნა", + "shared.open_link_aria": "გახსნილი გაზიარებული ლინკი", + "shared.optional": "(ირჩევადი)", + "shared.page_title": "გაზიარებული ლინკები – DocuElevate", + "shared.password_label": "პაროლი", + "shared.password_placeholder": "არაფერი დატოვეთ, თუ პაროლი არ გსურთ", + "shared.password_protected": "პაროლის დაცვა", + "shared.refresh_aria": "გაზიარებული ლინკების სიის განახლება", + "shared.revoke_aria_prefix": "გაზიარებული ლინკის გაუქმება", + "shared.revoke_btn": "გაუქმება", + "shared.status_active": "აქტიური", + "shared.status_expired": "ვადა გასულია", + "shared.status_limit_reached": "შეზღუდვა მიღწეულია", + "shared.status_revoked": "გაუქმდა", + "shared.subtitle": "გაზიარეთ დოკუმენტები ნებისმიერი ადამიანისთვის დროით შეზღუდულ ან ნახვის შეზღუდულ ლინკზე. მიმღებებს DocuElevate-ის ანგარიში არ სჭირდებათ. ლინკები შეიძლება იყოს პაროლით დაცული და ნებისმიერ დროს გაუქმებული.", + "shared.table_aria": "გაზიარებული ლინკები", + "shared.unlimited_placeholder": "უკიდურესი", + "shared.your_links": "თქვენი გაზიარებული ლინკები", + "similarity.backfill_auto": "ფონური დავალება მათ ავტომატურად გაანგარიშებს ყოველ 5 წუთში, ან შეგიძლიათ", + "similarity.files_missing_text": "ფაილ(ებ)ში არის OCR ტექსტი, მაგრამ ჯერ არ არის მიმაგრებული.", + "similarity.find_pairs_btn": "იპოვეთ წყვილები", + "similarity.heading": "დოკუმენტის მსგავსება", + "similarity.load_error": "წყვილების ჩატვირთვა ვერ მოხერხდა.", + "similarity.min_similarity_label": "ნაკლებად. მსგავსება", + "similarity.no_pairs_detail": "არ არსებობს დოკუმენტების წყვილები, რომლებიც მსგავსების სემღვვრეს ენიჭება.", + "similarity.no_pairs_heading": "არ მოიძებნა მსგავსი წყვილები", + "similarity.page_title": "დოკუმენტების მსგავსება - DocuElevate", + "similarity.pagination_aria": "მსგავსობის წყვილების პარამეტრები", + "similarity.per_page_label": "თვეში", + "similarity.scanning": "მსგავსი დოკუმენტების წყვილების სკანირება\n", + "similarity.stat_embedding_model": "ენის მოდელი", + "similarity.stat_missing_embedding": "გაკლებული ენები", + "similarity.stat_total_files": "სულ ფაილები", + "similarity.stat_with_embedding": "ენები დამატებულია", + "similarity.subtitle": "დოკუმენტების წყვილები მაღალი სემანტიკური მსგავსებით, შეფასების მიხედვით", + "similarity.trigger_aria": "ენების გამოთვლა ყველა ფაილზე, სადაც ენები აკლია", + "similarity.trigger_now": "გააქტიურეთ ახლა", + "status.app_version": "აპლიკაციის ვერსია", + "status.build_date": "შენების თარიღი", + "status.container_id": "კონტეინერის ID", + "status.git_commit": "Git კომიტი", + "status.last_check": "ბოლო შემოწმება", + "status.page_title": "სისტემის სტატუსი", + "status.setting_label": "პარამეტრი", + "status.value_label": "ღირებულება", + "subscription.available_plans_heading": "ხელმისაწვდომი გეგმები", + "subscription.back_to_dashboard": "დაბრუნდით პანელზე", + "subscription.cancel_pending": "შეცვლა გააუქმეთ", + "subscription.cancel_scheduled": "განრიგი გააუქმეთ", + "subscription.contact_sales": "დაგვიკავშირდით გაყიდვებთან", + "subscription.current_badge": "მიმდინარე", + "subscription.current_plan": "მიმდინარე გეგმა", + "subscription.current_plan_cta": "თქვენი არსებული გეგმა", + "subscription.downgrade_to_prefix": "დამოუკიდებელი", + "subscription.features_heading": "რა შედის თქვენს გეგმაში", + "subscription.free": "უფასო", + "subscription.heading": "ჩემი გამოწერა", + "subscription.keep_plan_prefix": "შენარჩუნება", + "subscription.lifetime_files": "ჯამური ფაილები (სრული სიცოცხლე)", + "subscription.month_files": "ფაილები ამ თვეში", + "subscription.more_features_label": "უფრო მეტი", + "subscription.page_title": "ჩემი გამოწერა – DocuElevate", + "subscription.pending_badge": "მიმდინარე", + "subscription.pending_benefits": "თქვენ შეინარჩუნებთ ყველა მიმდინარე გეგმას დღითდე.", + "subscription.pending_on": "ზე", + "subscription.pending_title": "გეგმას ცვლილება დაგეგმილია", + "subscription.pending_will_change": "თქვენი გეგმა შეიცვლება", + "subscription.per_mo": "/თვე", + "subscription.per_month": "/თვეში", + "subscription.since": "იდან", + "subscription.single_user_body": "ურთიერთქმედების დონეები მოქმედებს, როდესაც მრავალწინააღმდეგობის რეჟიმი აქტიურია. თქვენი ინსტანცია ამჟამად მუშაობს ერთ-ერთ მომხმარებელში და არ აქვს პროცესის შეშლის შეზღუდვები. ადმინისტრატორს შეუძლია აქტიურ გახდეს მრავალ მომხმარებელში რეჟიმი {settings_link}.", + "subscription.single_user_title": "მრავალი მომხმარებლის რეჟიმი არ არის გაწვდილი.", + "subscription.subtitle": "თქვენი მიმდინარე გეგმა, გამოყენება და ხელმისაწვდომი გაწვდები.", + "subscription.this_month_label": "ამ თვეში", + "subscription.today_files": "ფაილები დღეს", + "subscription.today_label": "დღეს", + "subscription.unlimited": "არასაზღვრული", + "subscription.upgrade_info": "გაწვდები მაშინვე მოქმედებს. ჩამოსულები დაგეგმილია მიმდინარე სესხის პერიოდის დასრულებისათვის.", + "subscription.upgrade_to_prefix": "გაწვდეთ", + "subscription.usage_heading": "გამოყენება", + "upload.browse_button": "ფაილების ხედი", + "upload.button_processing": "მომზადება...", + "upload.camera_button": "ფოტოს გადაღება / დოკუმენტის სკანირება", + "upload.download_button": "ჩამოტვირთვა და დამუშავება", + "upload.downloading": "ფაილის ჩამოტვირთვა URL-დან...", + "upload.drag_drop": "გადაიყვანეთ და დატოვეთ ფაილები აქ, ან დააჭირეთ შესატყვისად", + "upload.drop_hint_desktop": "გადაიყვანეთ და დატოვეთ ფაილები ან ფolders აქ, ან დააჭირეთ არჩევის ფაილებს.", + "upload.drop_hint_mobile": "დე კონკრეტული ფაილების არჩევის სურვილით ან გამოიყენეთ კამერის ღილაკი ქვემოთ.", + "upload.drop_zone_aria": "ფაილის ატვირთვის ტერიტორია. გადააადგილეთ და დატოვეთ ფაილები აქ, ან დააჭირეთ Enter- ს ფაილების არჩევისთვის.", + "upload.error": "ატვირთვა ვერ მოხერხდა", + "upload.error_invalid_url": "არასწორი URL ფორმატი", + "upload.error_url_required": "გთხოვთ, შეიყვანოთ URL", + "upload.file_size_hint": "მაქსიმალური ზომა: 500 მბ თითო ფაილზე", + "upload.file_types": "ნებადართული ტიპები: PDF, ოფისის დოკუმენტები (Word, Excel, PowerPoint და სხვ.), სურათები", + "upload.filename_description": "დაეტოვე ცარიელი, რომ გამოიყენოთ სათაური URL-დან", + "upload.filename_label": "ფაილის სახელი (არასავალდებულო)", + "upload.filename_placeholder": "ჩემი-დოკუმენტი.pdf", + "upload.max_size": "მაქსიმალური ფაილის ზომა: {size}", + "upload.page_title": "ფაილების ატვირთვა", + "upload.section_device": "ატვირთვა მოწყობილობიდან", + "upload.section_url": "ატვირთვა URL-დან", + "upload.select_file": "აირჩიეთ ფაილი", + "upload.success": "ფაილი წარმატებით აიტვირთა", + "upload.title": "დოკუმენტების ატვირთვა", + "upload.uploading": "ატვირთვა მიმდინარეობს...", + "upload.url_description": "შეიტანეთ პირდაპირი ლინკი ფაილზე (PDF, ოფისის დოკუმენტები ან სურათები)", + "upload.url_label": "ფაილის URL", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/kk.json b/frontend/translations/kk.json new file mode 100644 index 00000000..226bef66 --- /dev/null +++ b/frontend/translations/kk.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "Жасауышпен танысыңыз", + "about.creator_name": "Христиан Кракау-Луис", + "about.creator_pre": "DocuElevate - ынталы түрде дамытылған", + "about.features_admin_api": "Бағдарламалық қолжетімділік үшін қуатты REST API", + "about.features_admin_config": "Қоршаған орта айнымалылары арқылы жоғары конфигурацияланатын", + "about.features_admin_docker": "Оңай орналастыру және масштабтау үшін Docker-ға дайын", + "about.features_admin_heading": "Әкімшілік", + "about.features_admin_oauth2": "Authentik-пен OAuth2 аутентификациясын қолдау", + "about.features_automation_background": "Redis және Celery көмегімен фондық өңдеу", + "about.features_automation_gmail": "Gmail және жалпы электрондық пошта есептік жазбасын интеграциялау", + "about.features_automation_heading": "Автоматика", + "about.features_automation_imap": "Бірнеше көзден IMAP кірісін бақылау", + "about.features_automation_ingestion": "Әр түрлі енгізулерден автоматтандырылған құжат алу", + "about.features_heading": "Негізгі мүмкіндіктер", + "about.features_integration_cloud": "Бұлттық сақтау: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Интеграция & Сақтау", + "about.features_integration_multi_dest": "Көп бағытты қолдау (құжаттарды бірнеше орынға сақтау)", + "about.features_integration_protocols": "Жіберу протоколдары: FTP, SFTP, Электрондық поштаны қайта бағыттау", + "about.features_integration_selfhosted": "Өзге хостинг нұсқалары: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Интеллектуалды құжаттарды классификациялау және деректерді алу", + "about.features_processing_heading": "Құжаттарды өңдеу", + "about.features_processing_metadata": "Плагинді AI провайдерін пайдалана отырып, автоматтандырылған метадеректерді алу", + "about.features_processing_ocr": "Azure Document Intelligence көмегімен OCR", + "about.features_processing_pdf": "Gotenberg арқылы әр түрлі файл форматтарын PDF-ке түрлендіру", + "about.features_processing_upload": "Тартып алып тастау мүмкіндігімен қарапайым және қауіпсіз файлдарды жүктеу", + "about.github_logo_alt": "GitHub логотипі", + "about.heading": "DocuElevate туралы", + "about.intro_post": " – сіздің заманауи, интеллектуалды шешіміңіз құжаттарды өңдеу үшін! Біз DocuElevate-ті құжаттарыңызды жүктеуден бастап, алудың, өңдеуден бастап, сақтауға дейінгі тәсілдерді толығымен өзгерту үшін жасадық.", + "about.intro_pre": " Қош келдіңіз ", + "about.involved_description": "Кодқа қажеттілік, идеялар енгізу немесе DocuElevate туралы көбірек білгіңіз келе ме?", + "about.involved_docs": "Құжаттамаға көз салыңыз", + "about.involved_github": "DocuElevate-ті GitHub-та қараңыз", + "about.involved_heading": "Қатысыңыз", + "about.involved_website": "DocuElevate веб-сайтына кіріңіз", + "about.legal_description": "Біз сіздің құпиялылығыңыз бен деректеріңіздің қауіпсіздігіне қамқорлық жасаймыз. Біздің қарастыруымызды тексеріңіз:", + "about.legal_heading": "Құпиялылық & Заң", + "about.legal_license": "Лицензия туралы ақпарат", + "about.legal_privacy": "Құпиялылық туралы хабарлама", + "about.page_title": "DocuElevate туралы", + "about.story_heading": "Біздің тарих", + "about.story_p1": "DocuElevate барлық адамдар үшін құжаттарды басқаруды жеңілдету және оңтайландыру мақсатында құрылды, сіз шағын стартап болсын немесе ірі кәсіпорын.", + "about.story_p2": "Біз метадеректерді алу және мәтінді жақсарту үшін қосылатын AI провайдерлерінің (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey және т.б.) қуатын пайдаланамыз, сақтауға және индексациялауға Dropbox, Nextcloud және Paperless NGX-ке тегіс интеграция жасаймыз, OCR үшін Azure Document Intelligence-ті пайдаланамыз, тіпті файлдарды PDF-ке түрлендіру үшін Gotenberg-ті қолданамыз.", + "api_tokens.col_created": "Жасалды", + "api_tokens.col_last_ip": "Соңғы IP", + "api_tokens.col_last_used": "Соңғы қолдану", + "api_tokens.col_name": "Аты", + "api_tokens.col_prefix": "Токен префиксі", + "api_tokens.copy_to_clipboard": "Токенді буферге көшіру", + "api_tokens.copy_upload_example": "Жүктеу мысалын буферге көшіру", + "api_tokens.copy_warning_1": "Бұл токенді қазір көшіріңіз — ол", + "api_tokens.copy_warning_2": "қайта көрсетілмейді", + "api_tokens.create_heading": "Жаңа токен жасау", + "api_tokens.create_token": "Токен жасау", + "api_tokens.creating": "Жасалуда...", + "api_tokens.heading": "API токендері", + "api_tokens.intro": "DocuElevate API-мен бағдарламалық түрде өзара әрекет ету үшін жеке API токендерін жасаңыз. Токендерді вебхук жүктеулеріне, CI/CD конвейерлеріне немесе құжаттарды жүктеу немесе алу үшін қажетті кез келген сценарийлерде пайдаланыңыз.", + "api_tokens.loading_tokens": "Токендер жүктелуде...", + "api_tokens.never": "Ешқашан", + "api_tokens.no_tokens_heading": "Әзірге API токендері жоқ", + "api_tokens.no_tokens_help": "Бастау үшін жоғарыда бірінші токеніңізді жасаңыз.", + "api_tokens.page_title": "API токендері – DocuElevate", + "api_tokens.revoke": "Жою", + "api_tokens.revoke_prefix": "Токенді жою", + "api_tokens.status_active": "Белсенді", + "api_tokens.status_revoked": "Жойылған", + "api_tokens.table_aria": "API токендері", + "api_tokens.token_created": "Токен сәтті жасалды!", + "api_tokens.token_name_label": "Токеннің аты", + "api_tokens.token_name_placeholder": "мысалы, CI Pipeline, Webhook Upload, Менің сценарийім", + "api_tokens.usage_heading": "Қолдану мысалы", + "api_tokens.usage_intro_post": "кез келген API сұранысымен заголовка:", + "api_tokens.usage_intro_pre": "API токеніңізді", + "api_tokens.your_tokens": "Сіздің токендеріңіз", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "Ресурс", + "audit.col_timestamp": "Уақыт белгісі", + "audit.critical": "Маңызды", + "audit.filter_action": "Әрекет", + "audit.filter_all_actions": "Барлық әрекеттер", + "audit.filter_all_users": "Барлық пайдаланушылар", + "audit.filter_resource_placeholder": "мысалы, құжат, пайдаланушы", + "audit.filter_resource_type": "Ресурс түрі", + "audit.filter_severity": "Деңгейі", + "audit.filter_user": "Пайдаланушы", + "audit.filters_section_label": "Аудит журналдарының сүзгілері", + "audit.next": "Келесі", + "audit.next_label": "Келесі бет", + "audit.no_events": "Әлі ешқандай аудит оқиғалары жазылған жоқ.", + "audit.no_events_hint": "Маңызды әрекеттер (кірулер, құжат операциялары, параметрлерді өзгерту) мұнда пайда болады.", + "audit.page_title": "Аудит журналдары - DocuElevate", + "audit.pagination_label": "Аудит журналдарын беттеу", + "audit.prev": "Алдыңғы", + "audit.prev_label": "Алдыңғы бет", + "audit.refresh_label": "Аудит журналдарын жаңарту", + "audit.siem_disabled_title": "SIEM алға жіберу өшірілген", + "audit.siem_enabled_title": "Оқиғалар жіберілуде ", + "audit.siem_off": "SIEM: Өшірулі", + "audit.subtitle": "Барлық маңызды әрекеттердің толығырақ, тек қана қосымша жазбасы.", + "audit.table_label": "Аудит журналдары оқиғалары", + "audit.title": "Аудит журналдары", + "auth.confirm_password": "Паролді растаңыз", + "auth.create_account": "Есептік жазба жасау", + "auth.display_name_label": "Көрсету аты", + "auth.email_label": "Электрондық пошта", + "auth.forgot_password": "Парольді ұмыттыңыз ба?", + "auth.forgot_username": "Пайдаланушы атын ұмыттыңыз ба?", + "auth.login": "Кіру", + "auth.login_title": "Кіру", + "auth.logo_alt": "DocuElevate Логотипі", + "auth.logout": "Шығу", + "auth.my_account": "Менің есептік жазбам", + "auth.no_account": "Есептік жазбаңыз жоқ па?", + "auth.or_continue_with": "Немесе мынамен жалғастырыңыз", + "auth.password_label": "Пароль", + "auth.profile": "Профиль", + "auth.remember_me": "Мені еске ал", + "auth.return_home": "Басты бетке оралу", + "auth.sign_in": "Кіру", + "auth.sign_in_sso": "SSO арқылы кіру", + "auth.sign_in_with": "Кіру", + "auth.sign_in_with_username": "Пайдаланушы атпен кіру", + "auth.signup": "Тіркелу", + "auth.signup_title": "Тіркелу", + "auth.username_label": "Пайдаланушы аты", + "auth.username_or_email": "Пайдаланушы аты немесе электрондық пошта", + "auth.verify_email_back_sign_in": "Кіруге оралу", + "auth.verify_email_expiry": "Сілтеме 24 сағаттан кейін жойылады. Электрондық поштаны көрмесеңіз, спам қалтасын тексеріңіз.", + "auth.verify_email_heading": "Пошта жәшігіңізді тексеріңіз", + "auth.verify_email_message": "Біз сізге верификация электрондық поштасын жібердік. Аккаунтыңызды белсендіру үшін электрондық поштаның ішіндегі сілтемені басыңыз.", + "auth.verify_email_page_title": "DocuElevate - Электрондық поштаңызды растаңыз", + "auth.verify_email_resend_aria_label": "Қайтып жіберу үшін электрондық пошта мекенжайы", + "auth.verify_email_resend_button": "Верификация электрондық поштасын қайта жіберу", + "auth.verify_email_resend_label": "Электрондық пошта мекенжайы", + "auth.verify_email_resend_placeholder": "Электрондық пошта мекенжайыңызды енгізіңіз", + "auth.verify_email_resend_prompt": "Алмадыңыз ба?", + "backup.archives_heading": "Резервтік көшірмелер", + "backup.backup_now": "Қазір резервтік көшірме жасау", + "backup.clean_up": "Тазалау", + "backup.cleanup_title": "Сақтау тазалауын қазір жүргізіңіз", + "backup.col_created": "Жасалған", + "backup.col_filename": "Файлдың аты", + "backup.col_size": "Өлшемі", + "backup.col_storage": "Сақтау", + "backup.col_type": "Типі", + "backup.config_auto_backup": "Автоматты резервтік көшірме", + "backup.config_remote_dest": "Қашықтағы бағыт", + "backup.config_retention": "Сақтау мерзімі", + "backup.config_total_size": "Жалпы жергілікті көлем", + "backup.confirm_btn": "Растау", + "backup.confirm_title": "Әрекетті растау", + "backup.heading": "Резервтік көшірме басқаруы", + "backup.local_only": "Тек жергілікті", + "backup.no_backups": "Әлі резервтік көшірмелер жоқ.", + "backup.no_backups_hint": "Алғашқы резервтік көшірмеңізді жасау үшін 'Қазір резервтік көшірме жасау' батырмасын басыңыз.", + "backup.page_title": "Резервтік көшірме басқаруы", + "backup.records_label": "жазбалар", + "backup.restore_btn": "Қалпына келтіру", + "backup.restore_desc_mid": "мәліметтер базасын қалпына келтіру үшін резервтік архив.", + "backup.restore_desc_pre": "Жүктеп алу", + "backup.restore_desc_warning": "Бұл қазіргі деректердің бәрін алмастырады.", + "backup.restore_file_label": "Резервтік архив (.db.gz)", + "backup.restore_heading": "Файлдан қалпына келтіру", + "backup.restoring": "Қалпына келтірілуде\u000206", + "backup.retention_daily_detail": "\u000206– 3 апта бойы сақталады", + "backup.retention_heading": "Сақталу саясаты", + "backup.retention_hourly_detail": "\u000206– 4 күн бойы сақталады", + "backup.retention_note": "Бұл шектерден тыс резервтік көшірмелер автоматты түрде әр жаңа резервтік көшірме жасалғаннан кейін жойылады.", + "backup.retention_weekly_detail": "\u000206– шамамен 3 ай бойы сақталады", + "backup.snapshots": "скриншоттар", + "backup.status_ok": "жарайды", + "backup.storage_local": "локальді", + "backup.subtitle": "Дерекқордың резервтік көшірмелері автоматты түрде құрылады: сағат сайын (4 күн), күн сайын (3 апта), апта сайын (13 апта).", + "backup.table_aria": "Резервтік архивтер", + "backup.trigger_daily": "Резервтеу Қазір (Күнделікті)", + "backup.trigger_hourly": "Резервтеу Қазір (Сағат сайын)", + "backup.trigger_weekly": "Резервтеу Қазір (Апта сайын)", + "backup.type_daily": "Күнделікті", + "backup.type_hourly": "Сағат сайын", + "backup.type_weekly": "Апта сайын", + "billing.go_to_dashboard": "Басқару панеліне өту", + "billing.manage_subscription": "Жазылымды басқару", + "billing.success_heading": "Сіз бәрін жасадыңыз!", + "billing.success_message": "Сіздің жазылымыңыз белсенді болды. DocuElevate таңдағаныңыз үшін рақмет!", + "billing.success_page_title": "DocuElevate - Жазылым белсенділенді", + "common.actions": "Әрекеттер", + "common.active": "Белсенді", + "common.all": "Барлық", + "common.avatar": "Аватар", + "common.back": "Артқа", + "common.cancel": "Бас тарту", + "common.close": "Жабу", + "common.col_pending": "Күтілуде", + "common.completed": "Аяқталды", + "common.confirm": "Растау", + "common.copied": "Көшірілді!", + "common.copy": "Көшіру", + "common.create": "Жасау", + "common.created": "Жасалды", + "common.date": "Күн", + "common.delete": "Жою", + "common.description": "Сипаттамасы", + "common.details": "Бөлшектер", + "common.disabled": "Өшірулі", + "common.download": "Жүктеу", + "common.duplicate": "Көшіру", + "common.edit": "Түзету", + "common.enabled": "Қосулы", + "common.error": "Қате", + "common.failed": "Сәтсіз", + "common.filter": "Сүзгі", + "common.inactive": "Белсенді емес", + "common.info": "Ақпарат", + "common.loading": "Жүктелуде...", + "common.name": "Аты", + "common.next": "Келесі", + "common.next_page": "Келесі бет", + "common.no": "Жоқ", + "common.none": "Жоқ", + "common.page": "Бет", + "common.paused": "Уақытша тоқтату", + "common.pending": "Күтілуде", + "common.prev_page": "Алдыңғы бет", + "common.previous": "Алдыңғы", + "common.processing": "Өңдеу", + "common.refresh": "Жаңарту", + "common.reset": "Бастапқы күйге келтіру", + "common.retry": "Қайталау", + "common.save": "Сақтау", + "common.search": "Іздеу", + "common.select": "Таңдау", + "common.select_placeholder": "— таңдау —", + "common.size": "Өлшем", + "common.status": "Статус", + "common.submit": "Жіберу", + "common.success": "Жеңіс", + "common.tags": "Тегтер", + "common.test": "Тест", + "common.test_connection": "Байланысты тексеру", + "common.type": "Тип", + "common.update": "Жаңарту", + "common.updated": "Жаңартылды", + "common.upload": "Жүктеу", + "common.view": "Көру", + "common.warning": "Ескерту", + "common.yes": "Иә", + "cookie.accept": "Түсіндім", + "cookie.learn_more": "Көбірек біліңіз", + "cookie.message": "Бұл веб-сайт сіздің тәжірибеңізді жақсарту үшін кукилерді пайдаланады.", + "cookie.notice": "DocuElevate аутентификация және қызмет жұмыс істеу үшін қажетті тек негізгі сессиялық кукилерді пайдаланады. Бақылау немесе аналитикалық кукилер пайдаланылмайды.", + "cookie.notice_label": "Куки туралы хабарлама", + "cookie.policy_link": "Куки саясаты", + "cookie.privacy_link": "Жекелік хабарлама", + "credentials.col_action": "Әрекет", + "credentials.col_credential": "Куәлік", + "credentials.col_source": "Дереккөз", + "credentials.configured": "Конфигурацияланған", + "credentials.edit_in_settings": "Параметрлерде өзгерту", + "credentials.legend_db": "Дерекқорда сақталған мән (қол қойылған; орташа айнымалыны басып алады)", + "credentials.legend_env_after": " файлы", + "credentials.legend_env_before": "Орташа айнымалыдан алынған мән немесе ", + "credentials.legend_missing": "Куәлік орнатылмаған — интеграция жұмыс істемейді", + "credentials.legend_restart": "Бұл куәлік ауыстырылғанда қайта жүктеу қажет", + "credentials.legend_title": "Аңыз", + "credentials.manage_settings": "Параметрлерді басқару", + "credentials.not_configured": "Конфигурацияланбаған", + "credentials.page_title": "Куәлік аудиті - DocuElevate", + "credentials.raw_json": "Шикі JSON (API)", + "credentials.restart_title": "Бұл куәлік ауыстырылғаннан кейін қайта жүктеу қажет", + "credentials.source_db_title": "Дерекқорда сақталған (қол қойылған)", + "credentials.source_env_title": "Орташа айнымалыдан", + "credentials.status_missing": "Жоғалған", + "credentials.subtitle": "DocuElevate қолданатын барлық сезімтал куәліктердің шолуы. Мұнда ешқандай құпия мәндер көрсетілмейді — тек әр куәлiктiң конфигурацияланғаны және оның қайдан алынғаны.", + "credentials.table_for": "Куәліктер үшін", + "credentials.title": "Куәлік аудиті", + "credentials.total_credentials": "Барлық куәліктер", + "dashboard.active_integrations": "Белсенді интеграциялар", + "dashboard.files_this_month": "Осы айдағы файлдар", + "dashboard.files_today": "Бүгінгі файлдар", + "dashboard.ocr_processed": "OCR өңделген", + "dashboard.quick_actions": "Жылдам әрекеттер", + "dashboard.recent_activity": "Соңғы әрекет", + "dashboard.storage_targets": "Сақтау нысандары", + "dashboard.title": "Басқару панелі", + "dashboard.total_files": "Барлық файлдар", + "dashboard.welcome": "Документтерді көтеру қызметіне қош келдіңіз", + "duplicates.file_id_label": "Файл ID", + "duplicates.file_id_placeholder": "мәселен, 42", + "duplicates.find_btn": "Табу", + "duplicates.found_files": "қосымша файл(дар) бар.", + "duplicates.found_groups": "қосымша топ(тар) бар", + "duplicates.found_prefix": "Табылды", + "duplicates.group_aria": "Қосымша топ", + "duplicates.heading": "Қосымша құжаттар", + "duplicates.how_it_works_heading": "Жақын-қосымшаларды анықтаудың қалай жұмыс істейтінін", + "duplicates.max_results_label": "Максималды нәтижелер", + "duplicates.near_dup_desc": "Басқа файлдардың дәл (немесе өте ұқсас) мазмұнды қамтитынын тексеру үшін құжат таңдаңыз — уақытында әр түрлі сканерленсе де және әр түрлі SHA-256 хэштеріне ие болса да.", + "duplicates.near_dup_heading": "Құжат үшін Жақын-қосымшаларды табу", + "duplicates.no_exact_heading": "Дәл қосымшалар табылмады", + "duplicates.page_title": "Қосымша құжаттар - Документтерді көтеру", + "duplicates.pagination_aria": "Беттік навигация", + "duplicates.role_duplicate": "Қосымша", + "duplicates.role_original": "Бастапқы", + "duplicates.tab_exact": "Дәл қосымшалар", + "duplicates.tab_near": "Жақын-қосымшаларды табу", + "duplicates.tabs_aria": "Қосымша анықтау қойындысы", + "duplicates.threshold_label": "Ұқсастық шегі", + "duplicates.view_dup_aria": "Қосымша файлды көрсету", + "duplicates.view_original_aria": "Бастапқы файлды көрсету", + "error.404_code": "404", + "error.404_heading": "Ой, біз бұл бетті таба алмадық!", + "error.404_home": "Басты бетке қайту", + "error.404_message": "Көрініп тұрғандай, Документтерді көтеру қызметі сіз іздеген құжатты тауып ала алмады. Уайымдамаңыз – біз сізді қолдаймыз.", + "error.404_title": "404 - Табылмады", + "error.500_code": "500", + "error.500_debug_info": "Деректерді көрсету", + "error.500_description": "Біздің серверлерде кездейсоқ оқиға болды және біраз уақыт қажет.", + "error.500_heading": "Ой! Бір нәрсе дұрыс емес.", + "error.500_home": "Басты бетке қайта оралу", + "error.500_img_alt": "Сервер қателерінің иллюстрациясы", + "error.500_message1": "Біздің серверлерде кездейсоқ оқиға болды және біраз уақыт қажет. Мүмкін, хомяктар кофесін төкті ме?", + "error.500_message2": "Біз бұнымен айналысып жатырмыз — файлдарды сұрыптау, серверлерді қайта жүктеу және флюкс конденсаторларын қайта калибрлеу.", + "error.500_title": "Сервер қатесі - Документтерді көтеру", + "error.forbidden": "Тыйым салынған", + "error.forbidden_message": "Сізге бұл бетке кіруге рұқсат жоқ.", + "error.not_found": "Бет табылған жоқ", + "error.not_found_message": "Сіз іздеп отырған бет жоқ.", + "error.server_error": "Ішкі сервер қателігі", + "error.server_error_message": "Бірнәрсені жасау барысында қате орын алды. Кейінірек қайтадан әрекет етіңіз.", + "error.unauthorized": "Кіру рұқсат етілмеген", + "error.unauthorized_message": "Осы бетке кіру үшін жүйеге кіріңіз.", + "files.action_delete": "Файлды жою", + "files.action_details": "Толық ақпаратты қарау", + "files.action_preview": "Жылдам қарау", + "files.bulk_clear_selection": "Таңдауды тазалау", + "files.bulk_cloud_ocr": "Cloud OCR қайта іске қосу", + "files.bulk_delete": "Таңдалғанды жою", + "files.bulk_download": "ZIP форматында жүктеу", + "files.bulk_reprocess": "Таңдалғанды қайта өңдеу", + "files.delete_modal_cancel": "Бас тарту", + "files.delete_modal_confirm": "Жою", + "files.delete_modal_message": "Осы файлды жоюға сенімдісіз бе?", + "files.delete_modal_title": "Жоюды_confirm", + "files.document_title": "Құжаттың атауы", + "files.drop_overlay_hint": "PDF, Office құжаттары, суреттер, HTML, Markdown және тағы басқаларын қолдайды – қалталар рекурсивті өңделеді", + "files.drop_overlay_title": "Жүктеу үшін файлдарды немесе қалталарды кез келген жерге тастаңыз", + "files.error_hint": "Бұл конфигурация немесе импорт мәселесіне байланысты болуы мүмкін. Сервер журналдарын тексеріңіз.", + "files.file_size": "Файлдың өлшемі", + "files.filename": "Файл атауы", + "files.files_selected": "таңдалған файл(дар)", + "files.filter_all_providers": "Барлық провайдерлер", + "files.filter_all_statuses": "Барлық статустар", + "files.filter_all_types": "Барлық типтер", + "files.filter_apply": "Фильтрлерді қолдану", + "files.filter_clear": "Тазалау", + "files.filter_date_from": "Күні", + "files.filter_date_from_aria": "Күннен фильтрлеу", + "files.filter_date_to": "Күніне дейін", + "files.filter_date_to_aria": "Күнге дейін фильтрлеу", + "files.filter_form_aria": "Файлдарды фильтрлеу", + "files.filter_mime_type": "MIME типі", + "files.filter_ocr_all": "Барлық файлдар", + "files.filter_ocr_good": "Жақсы сапа", + "files.filter_ocr_poor": "Нашар сапа", + "files.filter_ocr_quality": "OCR сапасы", + "files.filter_ocr_quality_aria": "OCR сапа бағасы бойынша сүзу", + "files.filter_ocr_unchecked": "Әлі бағаланған жоқ", + "files.filter_search_label": "Файл атауын іздеу", + "files.filter_search_placeholder": "Файл атауын енгізіңіз...", + "files.filter_storage_provider": "Сақтау провайдері", + "files.filter_tags_aria": "Тегтер бойынша сүзу (нүктелі үтірмен бөлінген)", + "files.filter_tags_placeholder": "мысалы, шот-фактура,amazon", + "files.fulltext_search_label": "Толық мәтінді іздеу (OCR мәтіні, метадеректер, тегтер)", + "files.fulltext_search_placeholder": "Құжат мазмұнын, жіберушіні, тегтерді, типті іздеңіз...", + "files.no_files": "Файлдар табылмады", + "files.ocr_status": "OCR мәртебесі", + "files.page_title": "Файл жазбалары", + "files.pagination_files": "файл(дар)", + "files.pagination_first": "Алғашқы", + "files.pagination_last": "Соңғы", + "files.pagination_nav_aria": "Файл тізімі беттеу", + "files.pagination_next": "Келесі", + "files.pagination_of": "әр", + "files.pagination_previous": "Алдынғы", + "files.pagination_showing": "Көрсету", + "files.preview_modal_close": "Алдын ала қарауды жабыңыз", + "files.preview_modal_title": "Алдын ала қарау", + "files.queue_banner_items": "зат(тар) қазіргі уақытта кезекте немесе өңделуде. Өңдеу аяқталғаннан кейін файлдар мұнда пайда болады.", + "files.queue_banner_link": "Кезекті көру", + "files.saved_searches_empty": "Әлі сақталған іздеулер жоқ", + "files.saved_searches_error": "Сақталған іздеулерді жүктеу мүмкін емес", + "files.saved_searches_label": "Сақталған іздеулер", + "files.saved_searches_save": "Ағымдағыны сақтаңыз", + "files.saved_searches_save_aria": "Ағымдағы сүзгілерді сақталған іздеу ретінде сақтау", + "files.search_results_empty": "Нәтижелер табылмады.", + "files.search_results_title": "Іздеу нәтижелері", + "files.status_duplicate": "Дубликат", + "files.table_actions": "Әрекеттер", + "files.table_aria": "Файл жазбалары", + "files.table_created_at": "Жасалған күні", + "files.table_empty": "Файлдар табылмады", + "files.table_id": "ID", + "files.table_mime_type": "MIME түрі", + "files.table_original_filename": "Бастапқы файл атауы", + "files.table_select_all": "Осы беттегі барлық файлдарды таңдау", + "files.tags": "Тэгтер", + "files.title": "Файлдар", + "files.upload_modal_aria": "Жүктеу барысы", + "files.upload_modal_close": "Жүктеу барысын жабу", + "files.upload_modal_header": "Файлдарды жүктеу", + "files.uploaded": "Жүктелді", + "footer.about": "Туралы", + "footer.attribution": "Авторлық құқық", + "footer.attributions": "Авторлық құқықтар", + "footer.cookies": "Кукилер", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "Баспа", + "footer.license": "Лицензия", + "footer.navigation": "Төменгі навигация", + "footer.privacy": "Жеке деректер", + "footer.terms": "Шарттар", + "footer.version": "Нұсқа {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "OAuth-тен байланыстырылған. Файлдар сіз таңдаған қалтаға түседі.", + "help.destinations_email": "Электронды пошта арқылы жіберу", + "help.destinations_email_desc": "SMTP тіркемелері ретінде жіберілген өңделген файлдар.", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "Қызметтік шот немесе OAuth. Орналастырылған дискіні қолдайды.", + "help.destinations_heading": "Мақсаттар – Құжаттар қайда барады", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "WebDAV арқылы өзін-өзі орналастырылған бұлттық сақтау.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Microsoft Graph API интеграциясы.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "Құжаттарды мұрағаттау үшін Paperless-ке тікелей жіберу.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "S3-ке үйлесімді кез келген шелек (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "Кез келген серверге қауіпсіз файл жіберу.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "Кез келген сыртқы нүктеге POST метадеректерін жіберу.", + "help.documentation": "Құжаттама", + "help.faq": "Жиі Қойылатын Сұ Questions", + "help.faq_1_a": "Жүктеу бетіне өтіп, файлдарыңызды сүйреп апарыңыз немесе Файлды Таңдау түймесін басыңыз. DocuElevate суреттер мен офис құжаттарын PDF форматына түрлендіреді, OCR-ді іске қосады және метадеректерді автоматты түрде алады.", + "help.faq_1_q": "Құжаттарды қалай жүктеймін?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF және HTML. PDF емес файлдар өңдеу алдында автоматты түрде PDF форматына түрлендіріледі.", + "help.faq_2_q": "Қандай файл форматтары қолдау көрсетіледі?", + "help.faq_3_a": "Иә. Электрондық пошта қабылдауына өтіп, IMAP есептік жазбасын қосыңыз, және DocuElevate жаңа хабарламаларды тексереді және тіркемелерді автоматты түрде өңдейді.", + "help.faq_3_q": "Мен электрондық поштаның құжаттарын қабылдай аламын ба?", + "help.faq_4_a": "Pipeline-дар сізге өңдеу қадамдарын - OCR, AI экстракциясы, форматты түрлендіру - байланыстыруға және нәтижені бір немесе бірнеше бағытқа бағыттауға мүмкіндік береді. Оларды Pipeline бетінде құрып, басқарыңыз.", + "help.faq_4_q": "Өңдеу Pipeline-дары қалай жұмыс істейді?", + "help.faq_5_a": "DocuElevate құпия сөздерді тыныштықта шифрлайды, TLS арқылы байланыс жасайды және сіздің құжаттарыңызды қажетті уақыттан ұзағырақ сақтамайды. Толық мәліметтер үшін Құпиялылық хабарламасын қараңыз.", + "help.faq_5_a_post": "толық мәліметтер үшін.", + "help.faq_5_a_pre": "DocuElevate мәліметтерді жібергенде шифрлайды, TLS арқылы байланысады және құжаттарыңызды қажет болғаннан ұзақ сақтамайды. Келесіге қараңыз ", + "help.faq_5_q": "Менің деректерім қауіпсіз бе?", + "help.faq_heading": "Жиі қойылатын сұрақтар", + "help.getting_started": "Бастау", + "help.heading": "Көмек орталығы", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Құжаттарды бағдарламалық түрде жіберу үшін REST API пайдаланыңыз. Bearer токенімен аутентификация жасаңыз және файлдарды жүктеу нүктесіне POST жасаңыз.", + "help.ingestion_heading": "Деректерді енгізу құралдары", + "help.ingestion_mobile": "Ұялы қосымшалар", + "help.ingestion_mobile_desc": "Телефоныңыздан немесе планшетіңізден DocuElevate-ке фотосуреттер мен сканерлеулерді жіберу үшін арнайы HTTP жүктеу бағыттарын қолдайтын кез келген мобильді сканерлеу қосымшасын пайдаланыңыз.", + "help.ingestion_scanners": "Желілік сканерлер", + "help.ingestion_scanners_desc": "Кез келген желілік сканерді немесе көп функциялы принтерді DocuElevate жүктеу нүктесіне бағыттаңыз. Сканерленген құжаттар тікелей сіздің өңдеу кезегіңізге түседі.", + "help.ingestion_watched_folders": "Карап отыратын қалталар", + "help.ingestion_watched_folders_desc": "Бақыланатын жергілікті немесе желілік қалтаны конфигурациялаңыз. Карап отыратын қалтаға орналастырылған кез келген файл автоматты түрде жүктеліп, DocuElevate арқылы өңделеді.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "DocuElevate-ті автоматтандыру жұмыс процестеріңізге Zapier, n8n немесе Make арқылы интеграциялаңыз. Құжаттарды жүктеуді кез келген оқиғадан бастау үшін REST API әрекеттерін пайдаланыңыз.", + "help.meta_description": "DocuElevate-ке көмек алыңыз – құжаттарды жүктеу, бұлт сақтау орындарымен байланысу, құбырларды орнату және т.б. туралы нұсқаулықтарды табыңыз.", + "help.og_description": "DocuElevate-ке көмек алыңыз – құжаттарды жүктеу, бұлт сақтау орындарымен байланысу, құбырларды орнату және т.б. туралы нұсқаулықтарды табыңыз.", + "help.page_title": "Көмек орталығы", + "help.privacy_notice": "Құпиялылық хабарламасы", + "help.quickstart_heading": "Жылдам бастау", + "help.quickstart_storage": "Сақтау орнын қосу", + "help.quickstart_storage_desc": "Параметрлерге өтіңіз және бұлттық есептік жазбаларыңызды байланыстырыңыз. Өңделген құжаттар сіз конфигурациялаған әрбір бағытқа автоматты түрде жіберіледі.", + "help.quickstart_storage_desc_full": "Интеграциялар бөліміне өтіп, бұлт сақтау есептік жазбаларыңызды байланыстырыңыз. DocuElevate Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud және басқа да бірқатар қызметтерді қолдайды. Өңделген құжаттар сіз конфигурациялаған әр бағытқа автоматты түрде жіберіледі.", + "help.quickstart_upload": "Құжаттарды жүктеу", + "help.quickstart_upload_desc": "Файлдарды Жүктеу бетіне сүйреп апар немесе Файлды таңдаңыз деп басыңыз. DocuElevate суреттер мен офис құжаттарын PDF форматына түрлендіреді, OCR іске қосады және метадеректерді автоматты түрде алады.", + "help.quickstart_workflows": "Жұмыс ағындарын автоматтандыру", + "help.quickstart_workflows_desc": "Көп қадамды өңдеу және бағыттау ережелерін анықтау үшін Pipeline-дарды құрыңыз. OCR, AI экстракциясы, форматты түрлендіру және тасымалдауды бір ағында біріктіріңіз.", + "help.sources_email_ingestion": "Электрондық пошта қабылдауы (IMAP)", + "help.sources_email_ingestion_desc": "Құжаттарды арнайы пошта жәшігіне жіберіңіз. Электрондық пошта қабылдауында бір немесе бірнеше IMAP есептік жазбаларын қосыңыз. DocuElevate жаңа хабарламаларды тексереді және тіркемелерді автоматты түрде өңдейді.", + "help.sources_heading": "Дереккөздер – Құжаттарды алу", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "Файлдарды /api/upload адресіне POST арқылы бағдарламалық түрде біріктіріңіз. Скрипттер, бақыланатын қалталар, сканерлер немесе Zapier және n8n сияқты үшінші тарап құралдары үшін ыңғайлы.", + "help.sources_scanner": "Сканер & Мобильді", + "help.sources_scanner_desc": "Желілік сканерлерді DocuElevate-тың жүктеу нүктесіне бағыттаңыз немесе арнайы HTTP бағыттарын қолдайтын кез келген мобильді сканерлеу қосымшасын пайдаланыңыз.", + "help.sources_scanner_desc_full": "Желілік сканеріңізді немесе көп функциялы принтеріңізді DocuElevate-ке тікелей сканерлеулерді жіберу үшін конфигурациялаңыз. Мақсат ретінде /api/upload нүктесін пайдалануды ұмытпаңыз. Арнайы жүктеу бағыттары бар мобильді сканерлеу қосымшалары да қолдау көрсетіледі.", + "help.sources_web_upload": "Веб жүктеу", + "help.sources_web_upload_desc": "Бастау үшін ең жылдам жол. Жүктеу бетіне өтіп, бір немесе бірнеше файлды тастаңыз, және DocuElevate қалғанын шешеді. Қолдау көрсетілетін форматтар PDF, JPEG, PNG, TIFF, DOCX, XLSX және т.б.", + "help.subheading": "DocuElevate-тен барынша тиімді қолдану үшін қажеттінің бәрі. Тақырыптарды төменде қараңыз немесе қажеттіні іздеңіз.", + "help.support": "Қолдау", + "help.support_admin_message": "Қолдау ақпаратын алу үшін әкімшіңізбен хабарласыңыз.", + "help.support_description": "Іздегеніңізді таба алмайсыңыз ба? Біздің қолдау тобы көмектесуге дайын.", + "help.support_heading": "Қолдау көрсету", + "help.support_live_chat": "Тікелей Чат қолжетімді – сөйлесуді бастау үшін чат бұршағына басыңыз.", + "help.support_ticket_button": "Тікелей хабарлама жіберу", + "help.support_ticket_desc": "Төмендегі форманы толтырыңыз, және біздің қолдау командасы мүмкіндігінше тезірек сізбен хабарласатын болады.", + "help.support_ticket_heading": "Қолдау тікетіңізді ашыңыз", + "help.title": "Көмек орталығы", + "help.workflows_creating": "Pipeline құру", + "help.workflows_definition": "Pipeline - бұл құжат қабылданған сайын автоматты түрде іске қосылатын өңдеу қадамдарының сериясы. Әр қадам құжатты түрлендіре, толықтыра немесе бағыттай алады.", + "help.workflows_heading": "Жұмыс ағындары мен Pipeline-дар", + "help.workflows_step_1": "PDF форматына түрлендіріңіз", + "help.workflows_step_1_create": "Негізгі мәзірдегі Пайдалану жоспарларына өтіңіз.", + "help.workflows_step_1_full": "PDF-ке айналдыру – барлық кіріс файлдары біркелкі PDF форматында қалыпқа келтіріледі.", + "help.workflows_step_2": "OCR – мәтінді шығару", + "help.workflows_step_2_create": "Жаңа Пайдалану жоспары батырмасын басыңыз және оған атау беріңіз.", + "help.workflows_step_2_full": "OCR – Azure Document Intelligence немесе енгізілген қозғалтқышты пайдаланып, сканерленген беттерден таңдауға болатын мәтінді шығарыңыз.", + "help.workflows_step_3": "AI метадеректерін шығару", + "help.workflows_step_3_create": "Сізге қажет өңдеу қадамдарын қосыңыз.", + "help.workflows_step_3_full": "AI метадеректерді шығару – құжат түрін жіктеп, OpenAI арқылы сомалар, күндер және атаулар сияқты негізгі өрістерді шығарыңыз.", + "help.workflows_step_4": "Бір немесе бірнеше бағытқа жеткізу", + "help.workflows_step_4_create": "Бір немесе бірнеше жеткізу бағыттарын таңдаңыз.", + "help.workflows_step_5_create": "Сақтау – жаңа құжаттар автоматты түрде осы пайдалану жоспары бойынша өңделеді.", + "help.workflows_typical_steps": "Типтік қадамдар", + "help.workflows_what_is": "Пайдалану жоспары дегеніміз не?", + "index.badge_intelligent": "Интеллектуалды құжаттарды өңдеу", + "index.button_browse_files": "Файлдарды қарау", + "index.button_upload": "Жүктеу", + "index.capabilities_cloud": "Бұлттық сақтау: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Email & URL негізіндегі құжаттарды енгізу", + "index.capabilities_ocr": "OCR & AI арқылы метадеректерді шығару", + "index.capabilities_paperless": "Құжаттарды басқару үшін Paperless-ngx интеграциясы", + "index.capabilities_title": "Мүмкіндіктер", + "index.capabilities_workflows": "Автоматты классификациялау & маршруттау пайдалану жоспарлары", + "index.cta_description": "DocuElevate арқылы құжаттарды өңдеуді автоматтандыруға кіріскен командаларға қосылыңыз.", + "index.cta_heading": "Құжаттар жұмыс ағыныңызды көтеруге дайынсыз ба?", + "index.cta_pricing": "Бағаны қарау", + "index.cta_signup": "Тегін есеп жазбасын жасаңыз", + "index.dashboard_subtitle": "Интеллектуалды құжаттарды өңдеу & басқару", + "index.dashboard_subtitle_teams": "Интеллектуалды құжаттарды өңдеу & басқару — командалар үшін жасалған", + "index.feature_ai": "AI Метадеректерін шығару", + "index.feature_ai_desc": "OpenAI, Claude, Gemini және басқа да плагинді AI жеткізушілері құжаттарды классификациялап, күндер, сома, тақырыптар сияқты негізгі өрістерді шығарады.", + "index.feature_cloud": "Көп-Бұлттық Сақтау", + "index.feature_cloud_desc": "Өңделген файлдарды Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP және басқаларға бағыттаңыз.", + "index.feature_email": "Email & IMAP енгізу", + "index.feature_email_desc": "Gmail немесе кез келген IMAP поштасынан құжаттарды автоматты түрде шығарыңыз — қолмен жүктеулер қажет емес.", + "index.feature_ocr": "OCR & Мәтінді шығару", + "index.feature_ocr_desc": "Azure Document Intelligence сканерленген PDF файлдарын және суреттерді автоматты түрде толық ізделетін мәтінге айналдырады.", + "index.feature_pipelines": "Бапталған Пайдалану жоспарлары", + "index.feature_pipelines_desc": "Бапталатын қадамдармен өңдеу пайдалану жоспарларын құрыңыз — OCR, AI шығару, форматты өзгерту және сақтау маршрутын кез келген тәртіппен.", + "index.feature_search": "Толықмәтіндік іздеу", + "index.feature_search_desc": "Сіздің архивіңіздегі кез келген құжатты мазмұны, метадеректері немесе тегтері бойынша бірден табыңыз.", + "index.feature_section_title": "Смарт құжат жұмыс ағындары үшін қажет нәрсенің бәрі", + "index.getting_started": "Бастау", + "index.getting_started_1": "Жүйе күйі арқылы интеграцияларды конфигурациялау", + "index.getting_started_2": "Алғашқы құжатыңызды жүктеңіз", + "index.getting_started_3": "Файлдардағы нәтижелерді қарау", + "index.getting_started_learn": "DocuElevate туралы қосымша ақпарат алыңыз", + "index.hero_description": "DocuElevate құжаттарыңызды қабылдап, OCR жүргізеді, AI арқылы метадеректерді шығарады және файлдарды Dropbox, Google Drive, OneDrive, S3, Nextcloud және басқа да көптеген жерлерге бағыттайды — барлығы біртекті процесте.", + "index.hero_heading": "Жүктеуден деректерге — автоматты түрде.", + "index.hero_login": "Кіру", + "index.hero_pricing": "Жоспарлар мен бағаны қарау", + "index.hero_signup": "Бастау — бұл тегін", + "index.integrations_active": "Белсенді интеграциялар", + "index.integrations_storage": "Сақтау нысандары", + "index.integrations_title": "Интеграциялар", + "index.integrations_view_status": "Жүйе күйін қарау", + "index.page_title_dashboard": "Басқару панелі", + "index.page_title_public": "Интеллектуалдық құжаттарды өңдеу", + "index.platform_overview": "Платформаның шолуы", + "index.processing_stats": "Өңдеу статистикасы", + "index.quick_actions": "Жедел әрекеттер", + "index.quick_documents": "Менің құжаттарым", + "index.quick_documents_desc": "Өңделген файлдарыңызды қарап шығыңыз", + "index.quick_search": "Іздеу", + "index.quick_search_desc": "Құжаттар бойынша толық мәтіндік іздеу", + "index.quick_subscription": "Менің жазылымым", + "index.quick_subscription_desc": "Жоспар мен пайдалану мәліметтерін қарау", + "index.quick_system_status": "Жүйе күйі", + "index.quick_system_status_desc": "Интеграцияның денсаулығын тексеру", + "index.quick_upload": "Құжат жүктеу", + "index.quick_upload_desc": "Жаңа файлды өңдеу", + "index.quick_view_files": "Барлық файлдарды қарау", + "index.quick_view_files_desc": "Өңделген құжаттарды қарап шығыңыз", + "index.single_user_heading": "DocuElevate басқару панелі", + "index.single_user_subtitle": "Интеллектуалдық құжаттарды өңдеу және басқару", + "index.stat_active_integrations": "Белсенді интеграциялар", + "index.stat_active_users": "Белсенді қолданушылар", + "index.stat_files_month": "Осы айдағы файлдар", + "index.stat_files_ocr": "OCR бар файлдар", + "index.stat_files_today": "Бүгінгі файлдар", + "index.stat_storage_targets": "Сақтау нысандары", + "index.stat_this_month": "Бұл ай", + "index.stat_today": "Бүгін", + "index.stat_total_files": "Жалпы файлдар", + "index.stat_total_processed": "Барлық өңделген", + "index.tier_plan": "Жоспар", + "index.tier_upgrade": "Жаңарту", + "index.tier_view_details": "Толық мәліметтерді қарау", + "index.upgrade_daily_limits": "Күнделікті және ай сайынғы шектен жоғары", + "index.upgrade_description": "Көбірек құжаттарды, көбірек бағыттарды және басымдықты қолдауды ашыңыз.", + "index.upgrade_destinations": "Көбірек сақтау бағыттары", + "index.upgrade_ocr_pages": "Көбірек OCR беттері", + "index.upgrade_plan": "Жоспарыңызды жаңартыңыз", + "index.upgrade_view_pricing": "Жоспарлар мен бағаларды қараңыз", + "index.usage_lifetime": "Ғұмыр бойы файлдар", + "index.usage_month": "Осы айдағы файлдар", + "index.usage_my_usage": "Менің пайдаланылымым", + "index.usage_today": "Бүгінгі файлдар", + "index.usage_unlimited": "Шексіз", + "integrations.access_key_label": "Кіру Кілті ID", + "integrations.active_label": "Белсенді", + "integrations.add_button": "Интеграция қосу", + "integrations.add_first_button": "Алғашқы интеграцияңызды қосыңыз", + "integrations.api_token_label": "API Токені", + "integrations.authorize_btn": "Авторизациялау", + "integrations.authorize_reauth": "Қайта авторизациялау", + "integrations.bucket_label": "Сөмке", + "integrations.configure": "Конфигурациялау", + "integrations.connect": "Қосу", + "integrations.connected": "Қосылды", + "integrations.connection_failed": "Байланыс сәтсіз аяқталды", + "integrations.connection_success": "Байланыс табысты", + "integrations.delete_confirm_are_you_sure": "Сіз шынымен жойғыңыз келе ме", + "integrations.delete_confirm_title": "Интеграцияны жою?", + "integrations.delete_confirm_undone": "Бұл әрекет бұзылмайды.", + "integrations.delete_emails_label": "Өңделгеннен кейін электрондық хаттарды жою", + "integrations.delete_files_label": "Өңделгеннен кейін файлдарды жою", + "integrations.destinations_quota_label": "Сақтау бағыттары:", + "integrations.destinations_section": "Бағыттар", + "integrations.direction_destination": "Бағыт (сақтау)", + "integrations.direction_label": "Бағыт", + "integrations.direction_placeholder": "— Таңдаңыз —", + "integrations.direction_source": "Көз (ингестия)", + "integrations.disconnect": "Қосылуды өшіру", + "integrations.email_settings": "Электрондық хаттарды алға жіберу баптаулары", + "integrations.empty_state": "Бапталмаған интеграциялар жоқ", + "integrations.endpoint_label": "Соңғы нүкте URL", + "integrations.endpoint_optional": "(қосымша, S3-ке сәйкес)", + "integrations.folder_label": "Қапшық", + "integrations.folder_optional": "(қосымша)", + "integrations.folder_path_label": "Папка жолы", + "integrations.folder_prefix_label": "Папка префиксі", + "integrations.generic_settings_hint": "Бұл интеграция түрі үшін конфигурацияны API арқылы жасау кезінде JSON форматында ұсынуға болады.", + "integrations.gmail_hint": "Gmail белгілері мен жұлдыз: қосылған кезде, өңделген электрондық хаттар жұлдызды және Gmail-де \"Ингестияланған\" белгісімен белгіленеді. Тек Gmail серверлеріне қолданылады.", + "integrations.gmail_labels": "Gmail белгілерін және жұлдызды қолдану", + "integrations.host_label": "Хост", + "integrations.imap_settings": "IMAP параметрлері", + "integrations.loading": "Интеграцияларды жүктеп жатыр\u0000a0…", + "integrations.modal_close": "Модальды жабыңыз", + "integrations.modal_title_add": "Интеграция қосу", + "integrations.modal_title_edit": "Интеграцияны өңдеу", + "integrations.name_label": "Бейне", + "integrations.name_placeholder": "мысалы, Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Nextcloud параметрлері", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Іңгіштік көздерін (IMAP сияқты) және сақтау орны мықтыларын (S3, Dropbox немесе Google Drive сияқты) байланыстыру үшін бірінші интеграцияны қосыңыз.", + "integrations.not_connected": "Қосылмаған", + "integrations.oauth_folder_label": "Папка", + "integrations.oauth_hint": "Алдымен бұл интеграцияны сақтаңыз, содан кейін OAuth ағынын аяқтау үшін Рұқсат беру түймесін пайдаланыңыз. Сіздің куәліктеріңіз жеке интеграция жазбаңызда қауіпсіз сақталады.", + "integrations.page_title": "Интеграциялар", + "integrations.paperless_settings": "Paperless NGX параметрлері", + "integrations.password_label": "Құпия сөз", + "integrations.paused": "Уақытша тоқтатылды", + "integrations.plan_label": "Жоспар:", + "integrations.port_label": "Порт", + "integrations.quota_not_available": "(қолжетімсіз)", + "integrations.quota_unlimited": "/ шектеусіз", + "integrations.recipient_label": "Алушы Email", + "integrations.region_label": "Аймақ", + "integrations.remote_path_label": "Қашықтықтағы жол", + "integrations.s3_prefix_label": "Префикс (папка жолы)", + "integrations.s3_settings": "S3 параметрлері", + "integrations.secret_key_label": "Құпия қол жеткізу кілті", + "integrations.show_password": "Құпия сөзді көрсету", + "integrations.show_secrets": "Құпияларды көрсету", + "integrations.show_token": "Токенді көрсету", + "integrations.source_local": "Жергілікті файлдық жүйе", + "integrations.source_type_label": "Дереккөз түрі", + "integrations.sources_quota_label": "Пошта жәшігі көздері:", + "integrations.sources_section": "Дереккөздер", + "integrations.subtitle": "Інгіштік көздеріңізді және сақтау орны мықтыларыңызды бір жерде басқару.", + "integrations.title": "Интеграциялар", + "integrations.type_label": "Интеграция түрі", + "integrations.type_placeholder": "— Алдымен бағытты таңдаңыз —", + "integrations.upgrade_plan": "Жоспарды жаңарту", + "integrations.use_ssl": "SSL пайдалану", + "integrations.username_label": "Қолданушы аты", + "integrations.watch_folder_settings": "Қарау папкасы параметрлері", + "integrations.webdav_settings": "WebDAV параметрлері", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Інгіштігі", + "integrations.webhook_how_heading": "Webhook Інгіштігі қалай жұмыс істейді", + "integrations.webhook_how_text": "Webhook интеграциясы сыртқы жүйелерге REST API арқылы DocuElevate-ке құжаттарды тікелей жіберуге мүмкіндік береді. DocuElevate жаңа файлдарды тексерудің орнына (IMAP сияқты), сіздің қосымшаңыз файларды DocuElevate-ке аутентификация үшін API токенін пайдаланып HTTP сұрау арқылы жібереді.", + "integrations.webhook_ideal_text": "Бұл CI/CD пайплайндары, автоматтандыру сценарийлері, сканер интеграциялары немесе құжаттар жасайтын және оларды өңдеу үшін жіберуді қажет ететін кез келген жүйе үшін ыңғайлы.", + "integrations.webhook_quick_start": "Жылдам бастау", + "integrations.webhook_security_tip": "Әр интеграция үшін арнайы API токенін жасаңыз және ол бұзылған жағдайда дереу жойыңыз. Токендерді API токендері бетінде басқаруға болады.", + "integrations.webhook_step1": "{api_tokens_link} бетіне өтіп, жеке токен жасаңыз.", + "integrations.webhook_upload_with_token": "API арқылы құжаттарды жүктеу үшін токенді пайдаланыңыз:", + "language.bg": "Български", + "language.ca": "Català", + "language.change_success": "Тіл {language} деп өзгертілді", + "language.changed": "Тіл {language} деп өзгертілді", + "language.cs": "Čeština", + "language.da": "Dansk", + "language.de": "Deutsch", + "language.el": "Ελληνικά", + "language.en": "English", + "language.es": "Español", + "language.et": "Eesti", + "language.fi": "Suomi", + "language.fr": "Français", + "language.ga": "Gaeilge", + "language.hr": "Hrvatski", + "language.hu": "Венгер", + "language.is": "Исландский", + "language.it": "Итальянский", + "language.lb": "Люксембургский", + "language.lt": "Литовский", + "language.lv": "Латышский", + "language.nb": "Норвегия", + "language.nl": "Нидерландский", + "language.no_results": "Тілдер табылмады", + "language.pl": "Польский", + "language.pt": "Португальский", + "language.ro": "Румын", + "language.ru": "Русский", + "language.search_placeholder": "Тілдерді іздеу\u0014", + "language.selector": "Тіл", + "language.selector_label": "Тілді таңдаңыз", + "language.sk": "Словацкий", + "language.sl": "Словенский", + "language.sv": "Шведский", + "language.tr": "Түрікше", + "language.uk": "Украинский", + "language.zh": "Қытай тілі", + "nav.about": "Жаңалықтар", + "nav.account_menu": "Есептік жазба мәзірі", + "nav.account_menu_for": "{name} үшін есептік жазба мәзірі", + "nav.admin": "Әкімші", + "nav.admin.audit_logs": "Тексеру журналдары", + "nav.admin.backups": "Резервтік көшірмелер", + "nav.admin.plans": "Жоспарлар", + "nav.admin.scheduled_jobs": "Жоспарланған жұмыстар", + "nav.admin.users": "Пайдаланушылар", + "nav.admin_actions": "Әкімші әрекеттері", + "nav.admin_menu": "Әкімші мәзірі", + "nav.api_docs": "API құжаттары", + "nav.api_tokens": "API токендері", + "nav.backup_restore": "Резервтік көшірме & Қалпына келтіру", + "nav.credentials": "Креденциалдар", + "nav.dark_mode": "Қара режим", + "nav.dashboard": "Басқару панелі", + "nav.developer_docs": "Әзірлеуші құжаттары", + "nav.duplicates": "Дубликаттар", + "nav.file_manager": "Файл менеджері", + "nav.files": "Файлдар", + "nav.get_started": "Бастау", + "nav.help": "Көмек", + "nav.help_center": "Көмек орталығы", + "nav.imap": "Электрондық поштаны импорттау", + "nav.integrations": "Интеграциялар", + "nav.light_mode": "Жеңіл режим", + "nav.login": "Кіру", + "nav.logout": "Шығу", + "nav.main_navigation": "Негізгі навигация", + "nav.my_subscription": "Менің абоненттігім", + "nav.notifications": "Хабарламалар", + "nav.open_main_menu": "Негізгі мәзірді ашу", + "nav.pipelines": "Pipeline-дер", + "nav.plan_designer": "Жоспар дизайнері", + "nav.pricing": "Бағалар", + "nav.profile": "Профиль", + "nav.profile_settings": "Профиль параметрлері", + "nav.queue": "Кезек", + "nav.queue_monitor": "Кезек мониторингі", + "nav.scheduled_jobs": "Жоспарланған жұмыстар", + "nav.search": "Іздеу", + "nav.settings": "Параметрлер", + "nav.shared_links": "Бөлісілген сілтемелер", + "nav.sign_out": "Шығу", + "nav.signup": "Тіркелу", + "nav.similarity": "Ұқсастық", + "nav.skip_to_content": "Негізгі мазмұнға өту", + "nav.status": "Статус", + "nav.subscription": "Жазылу", + "nav.toggle_dark_mode": "Қара режимді ауыстыру", + "nav.toggle_nav": "Навигация мәзірін ауыстыру", + "nav.upload": "Жүктеу", + "nav.users": "Пайдаланушылар", + "nav.version": "Нұсқа ақпараты", + "notifications.filter_all": "Барлық", + "notifications.filter_read": "Тек оқылған", + "notifications.filter_unread": "Тек оқылмаған", + "notifications.manage_desc": "Хабарлама кіріс жәшігіңізді, нысандарыңызды және оқиға параметрлеріңізді басқару", + "notifications.mark_all_read": "Барлығын оқылған деп белгілеу", + "notifications.mark_all_read_btn": "Барлығын оқылған деп белгілеу", + "notifications.mark_read": "Оқылған деп белгілеу", + "notifications.no_notifications": "Хабарламалар жоқ", + "notifications.page_title": "Хабарламалар", + "notifications.tab_inbox": "Кіріс жәшігі", + "notifications.tab_settings": "Параметрлер", + "notifications.title": "Хабарламалар", + "notifications.unread_count": "{count} оқылмаған хабарламалар", + "pipelines.active_label": "Белсенді", + "pipelines.add_step_btn": "Қадам қосу", + "pipelines.create": "Тұжырымдаманы жасау", + "pipelines.custom_label_label": "Мерзімді белгі", + "pipelines.default_label": "Әдепкі", + "pipelines.description_label": "Сипаттама", + "pipelines.description_placeholder": "Қосымша сипаттама", + "pipelines.disabled_label": "Өшірулі", + "pipelines.edit": "Тұжырымдаманы өңдеу", + "pipelines.empty_state": "Тұжырымдамалар әлі жоқ", + "pipelines.empty_state_hint": "Пайдалануға арналған құжаттарды өңдеудің жұмыс ағындарын анықтау үшін алғашқы тұжырымдаманы жасаңыз.", + "pipelines.enabled_label": "Қосылған", + "pipelines.force_cloud_ocr_label": "Бұлттық OCR-ды мәжбүрлеу (жергілікті мәтіндер шығарып алуын өткізіп жіберу)", + "pipelines.inactive_label": "Белсенді емес", + "pipelines.loading": "Тұжырымдамалар жүктелуде\n", + "pipelines.name_placeholder": "Менің тұжырымдамам", + "pipelines.new_pipeline_btn": "Жаңа тұжырымдама", + "pipelines.no_steps": "Қадамдар анықталмаған. Тұжырымдамаңызды құра бастау үшін бір қадам қосыңыз.", + "pipelines.ocr_auto": "Авто (жүйенің әдепкі баптауларын пайдалану)", + "pipelines.ocr_language_hint": "Tesseract/EasyOCR үшін әлемдік тіл параметрін қайта жазу. Azure және Mistral тілін автоматты түрде анықтайды.", + "pipelines.ocr_language_label": "OCR Тілі", + "pipelines.optional_suffix": "(қосымша)", + "pipelines.page_title": "Өңдеу тұжырымдамалары", + "pipelines.set_default": "Менің әдепкі тұжырымдамам ретінде орнату", + "pipelines.step_label_placeholder": "Әдепкі қадамның атын қайта жазыңыз", + "pipelines.step_type_label": "Қадам түрі", + "pipelines.subtitle_intro": "Мерзімді құжаттарды өңдеу жұмыс ағындарын анықтаңыз және басқарыңыз.", + "pipelines.subtitle_system_post": "белгісімен көрсетіледі және барлық пайдаланушыларға көрінеді.", + "pipelines.subtitle_system_pre": "Әкімшілер жасаған жүйелік тұжырымдамалар", + "pipelines.system_label": "Жүйе", + "pipelines.system_pipeline_label": "Жүйелік тұжырымдама (барлық пайдаланушыларға көрінеді)", + "pipelines.title": "Өңдеу тұжырымдамалары", + "profile.avatar_alt": "Сіздің профиль суретіңіз", + "profile.avatar_heading": "Профиль Суреті", + "profile.avatar_remove": "Арнайы аватарды жою", + "profile.avatar_upload_hint": "JPEG, PNG, GIF немесе WebP форматындағы 2 МБ-қа дейінгі суретті жүктеңіз. Егер арнайы сурет орнатылмаса, сіздің {gravatar} көрсетіледі.", + "profile.choose_image": "Сурет таңдаңыз…", + "profile.confirm_password": "Жаңа паролді растаңыз", + "profile.contact_email_hint": "Жүйелік хабарландырулар үшін қолданылады. Бұл сіздің кіру электрондық поштаңызды өзгертпейді.", + "profile.contact_email_label": "Байланыс / Хабарландыру Электрондық Пошта", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "Ағымдағы пароль", + "profile.dismiss": "Жабу", + "profile.display_name_hint": "Егер қуыста қалдырсаңыз, сіздің есептік жазба логиніңіз немесе электрондық поштаңыз пайдаланылады.", + "profile.display_name_label": "Көрсетілетін атау", + "profile.display_name_placeholder": "UI-де көрсетілетін атыңыз", + "profile.general_heading": "Жалпы ақпарат", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Профиль параметрлері", + "profile.language_auto_detect": "Автоматты анықтау (браузерден)", + "profile.language_hint": "Сіздің қалаулы интерфейс тілін таңдаңыз. «Автоматты анықтау» браузер параметрлеріңізге сәйкес келеді.", + "profile.language_label": "UI Тілі", + "profile.new_password": "Жаңа пароль", + "profile.new_password_hint": "Минимум 8 таңба.", + "profile.page_title": "Профиль параметрлері – DocuElevate", + "profile.password_heading": "Парольді өзгерту", + "profile.preferences_heading": "Параметрлер", + "profile.save_button": "Өзгерістерді сақтау", + "profile.saving": "Сақтау…", + "profile.subtitle": "Сіздің көрсетілетін атыңызды, аватарыңызды, тілдік және тақырып параметрлеріңізді басқару.", + "profile.theme_dark": "Қара", + "profile.theme_hint": "«Жүйе әдепкі» сіздің құрылғыңыздың қара режим параметрлеріне сәйкес келеді.", + "profile.theme_label": "Түстік схема", + "profile.theme_light": "Жарық", + "profile.theme_system": "Жүйе әдепкі", + "profile.update_password": "Парольді жаңарту", + "profile.updating": "Жаңарту\u0001…", + "queue.active_tasks": "Белсенді тапсырмалар", + "queue.auto_refresh_1": "Әр", + "queue.auto_refresh_2": "секунд сайын автоматты түрде жаңартылады", + "queue.col_arguments": "Аргументтер", + "queue.col_current_step": "Ағымдағы қадам", + "queue.col_file": "Файл", + "queue.col_files": "Файлдар", + "queue.col_queue": "Кезек", + "queue.col_state": "Жағдай", + "queue.col_task": "Міндет", + "queue.col_task_id": "Міндет ID", + "queue.files_processing": "Файлдарды өңдеу", + "queue.heading": "Кезек Мониторы", + "queue.last_updated": "Соңғы жаңарту:", + "queue.loading_stats": "Кезек статистикасын жүктеу\n", + "queue.no_active_tasks": "Белсенді міндеттер жоқ", + "queue.no_data": "Деректер жоқ", + "queue.no_files_processing": "Қазіргі уақытта өңделіп жатқан файлдар жоқ", + "queue.page_title": "Кезек Мониторы", + "queue.processing_pipeline": "Өңдеу Пайплайны", + "queue.queued_tasks": "Кезектегі Міндеттер", + "queue.recently_processing": "Соңғы өңделіп жатқан файлдар", + "queue.redis_queues": "Redis Кезектері", + "queue.subtitle": "Құжатты өңдеу пайплайны мен Celery міндеттерінің кезегінің нағыз уақыттағы көрінісі.", + "queue.workers_online": "Онлайн Жұмысшылар", + "search.button": "Іздеу", + "search.error_message": "Іздеу уақытша қолжетімсіз. Бір сәттен кейін қайтадан пробовать.", + "search.filter_aria_clear": "Барлық сүзгілерді тазалау", + "search.filter_clear_button": "Сүзгілерді тазалау", + "search.filter_date_from": "Күні", + "search.filter_date_to": "Күні", + "search.filter_document_type": "Құжат түрі", + "search.filter_document_type_placeholder": "мысалы, Шот-фактура", + "search.filter_language": "Тіл", + "search.filter_language_placeholder": "мысалы, de", + "search.filter_sender": "Жөнелтуші", + "search.filter_sender_placeholder": "мысалы, ACME Corp", + "search.filter_tags": "Тегтер", + "search.filter_tags_placeholder": "мысалы, amazon", + "search.filter_text_quality": "Мәтін Сапасы", + "search.filter_text_quality_all": "Барлығы", + "search.filter_text_quality_high": "Жоғары", + "search.filter_text_quality_low": "Төмен", + "search.filter_text_quality_medium": "Орта", + "search.filter_text_quality_no_text": "Мәтін жоқ", + "search.heading": "Құжатты Іздеу", + "search.input_aria_label": "Құжаттарды іздеу", + "search.input_placeholder": "Мазмұн, жіберуші, тегтер, түрі бойынша құжаттарды іздеңіз...", + "search.loading_indicator": "Ізделуде\u001a", + "search.no_results": "Нәтижелер табылған жоқ", + "search.page_title": "Құжаттарды іздеу", + "search.placeholder": "Файл атауы, мазмұн, тегтер бойынша іздеңіз...", + "search.result_empty": "Сіздің сұранысыңызбен сәйкес келетін құжаттар табылған жоқ.", + "search.results_count": "{count} нәтиже табылды", + "search.saved_aria_save": "Ағымдағы іздеуді сақтау", + "search.saved_button": "Ағымдағы сақтаңыз", + "search.saved_empty": "Әлі сақталған іздеулер жоқ", + "search.saved_error": "Сақталған іздеулерді жүктеу мүмкін болмады", + "search.saved_label": "Сақталған іздеулер", + "search.saved_loading": "Жүктелуде...", + "search.title": "Құжаттарды іздеу", + "settings.audit_log_btn": "Аудит журналы", + "settings.autocomplete_hint": "Белгісіз мәндерді іздеу үшін теріңіз, немесе кез келген өздігінен тұжырымдама мәнін енгізіңіз.", + "settings.autocomplete_no_matches": "Табылмады — сіз әлі де өздігінен тұжырымдама мәнін тере аласыз", + "settings.autocomplete_placeholder": "Іздеу үшін теріңіз немесе мәнді енгізіңіз\u001a", + "settings.boolean_enable_prefix": "Қосу", + "settings.categories_aria": "Баптаулар категориялары", + "settings.categories_heading": "Категориялар", + "settings.db_wizard_btn": "DB сиқыршы", + "settings.effective_value_label": "Нәтижелі мән:", + "settings.encrypted_suffix": "= тыныштықта шифрланған", + "settings.encrypted_title": "Мән дерекқорда тыныштықта шифрланған", + "settings.export_btn": "Экспорттау", + "settings.export_db_only": "Тек DB баптаулары", + "settings.export_full_config": "Толық тиімді конфигурация", + "settings.jump_to_category": "Категорияға өтіңіз\u001a", + "settings.manage_config_prefix": "Конфигурацияны басқару. Приоритет:", + "settings.model_picker_hint": "Тізімнен таңданыз немесе провайдеріңіз қолдайтын кез келген модель атын жазыңыз.", + "settings.model_picker_placeholder": "Жиі қолданылатын модельді таңдаңыз немесе өздігінен атау жазып көріңіз\u001a", + "settings.no_results_clear": "іздеуді тазалау", + "settings.no_results_heading": "Баптаулар табылған жоқ", + "settings.no_results_hint": "Әр түрлі іздеу терминін көріңіз немесе", + "settings.page_heading": "Қолданба баптаулары", + "settings.required_label": "(міндетті)", + "settings.reset_confirm": "Сіз осы баптауды қалпына келтіргіңіз келетініне сенімдісіз бе?", + "settings.restart_required_suffix": "= қайта жүктеу қажет", + "settings.revert_btn": "Мәліметтер базасынан алып тастау", + "settings.revert_title": "DB үстеме мен орташа айнымалыны жою және стандартты режимге оралу", + "settings.reverting": "Оралу\u0002026", + "settings.save_all_btn": "Барлық өзгерістерді сақтау", + "settings.save_error": "Баптауды сақтап қалу мүмкін болмады", + "settings.save_setting_title": "Бұл баптауды сақтау", + "settings.save_success": "Баптау сәтті сақталды", + "settings.saving_state": "Сақталуда\u0002026", + "settings.search_aria_label": "Баптауларды іздеу", + "settings.search_clear_aria": "Іздеуді тазарту", + "settings.search_placeholder": "Аты, кілті немесе сипаттамасы бойынша баптауларды іздеңіз\u0002026", + "settings.settings_count_suffix": "баптау", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "Стандартты", + "settings.source_env_badge": "ENV", + "settings.title": "Баптаулар", + "settings.toggle_visibility_aria": "Парольдің көрінімділігін ауыстыру", + "settings.toggle_visibility_title": "Мәнді көрсету/жасырын ету", + "settings.user_autocomplete_empty": "Сәйкес пайдаланушылар табылған жоқ", + "settings.user_autocomplete_hint": "Аты бойынша бар пайдаланушыларды іздеу үшін теріңіз немесе кез келген идентификаторды қолмен енгізіңіз.", + "settings.user_autocomplete_placeholder": "Пайдаланушыларды іздеу үшін тере бастаңыз\u0002026", + "settings.wizard_btn": "Сиқыршы", + "shared.col_expiry": "Мерзімі", + "shared.col_file_label": "Файл / Этикетка", + "shared.col_link": "Сілтеме", + "shared.col_views": "Көріністер", + "shared.copy_link_aria": "Сілтемені буферге көшіру", + "shared.copy_link_title": "Сілтемені көшіру", + "shared.create_btn": "Сілтеме жасау", + "shared.create_heading": "Жаңа ортақ сілтеме жасау", + "shared.creating": "Жасалуда\u0002026", + "shared.expiry_12h": "12 сағат", + "shared.expiry_14d": "14 күн", + "shared.expiry_1h": "1 сағат", + "shared.expiry_24h": "24 сағат (1 күн)", + "shared.expiry_30d": "30 күн", + "shared.expiry_3d": "3 күн", + "shared.expiry_6h": "6 сағат", + "shared.expiry_7d": "7 күн", + "shared.expiry_label": "Мерзімі", + "shared.expiry_never": "Ешқашан", + "shared.file_id_help_post": "бетте немесе құжаттың егжей-тегжейлер URL-інде.", + "shared.file_id_help_pre": "Файл ID-ін табыңыз", + "shared.file_id_label": "Файл ID", + "shared.file_id_placeholder": "мәселен 42", + "shared.files_link": "Файлдар", + "shared.heading": "Бөлінген сілтемелер", + "shared.label_label": "Этикет", + "shared.label_placeholder": "мәселен, Бобпен бөлінген", + "shared.link_created": "Бөлінген сілтеме жасалды!", + "shared.link_created_help": "Осы сілтемені көшіріп, алушыға жіберіңіз.", + "shared.links_count_aria": "сілтемелер саны", + "shared.max_downloads_label": "Максимум жүктеулер", + "shared.no_links": "Әлі ешқандай бөлінген сілтемелер жоқ. Жоғарыда бір жасаңыз.", + "shared.open_in_new_tab": "Жаңа қойында ашу", + "shared.open_link_aria": "Бөлінген сілтемені ашу", + "shared.optional": "(міндетті емес)", + "shared.page_title": "Бөлінген сілтемелер – DocuElevate", + "shared.password_label": "Пароль", + "shared.password_placeholder": "Пароль енгізбеңіз", + "shared.password_protected": "Парольмен қорғалған", + "shared.refresh_aria": "Бөлінген сілтемелер тізімін жаңарту", + "shared.revoke_aria_prefix": "{name} үшін бөлінген сілтемені қайтарып алу", + "shared.revoke_btn": "Қайтарып алу", + "shared.status_active": "Белсенді", + "shared.status_expired": "Мерзімі өткен", + "shared.status_limit_reached": "Шекке жетті", + "shared.status_revoked": "Қайтарылды", + "shared.subtitle": "Құжаттарды уақыт шектеулі немесе қарау шектеулі сілтеме арқылы кез келген адаммен бөлісіңіз. Алушыларға DocuElevate тіркелгісі қажет емес. Сілтемелер парольмен қорғалған және кез келген уақытта қайтарып алынуы мүмкін.", + "shared.table_aria": "Бөлінген сілтемелер", + "shared.unlimited_placeholder": "Шексіз", + "shared.your_links": "Сіздің бөлінген сілтемелеріңіз", + "similarity.backfill_auto": "Фондық тапсырма оларды әр 5 минут сайын автоматты түрде есептейді, немесе сіз", + "similarity.files_missing_text": "файл(дар) OCR мәтіні бар бірақ әлі енгізілмеген.", + "similarity.find_pairs_btn": "Жұптарды табу", + "similarity.heading": "Құжат ұқсастығы", + "similarity.load_error": "Жұптарды жүктеу сәтсіз аяқталды.", + "similarity.min_similarity_label": "Мин. ұқсастық", + "similarity.no_pairs_detail": "Ұқсастық шегінен асатын құжат жұптары жоқ.", + "similarity.no_pairs_heading": "Ұқсас жұптар табылмады", + "similarity.page_title": "Құжат ұқсастығы - DocuElevate", + "similarity.pagination_aria": "Ұқсастық жұптары бетті бекіту", + "similarity.per_page_label": "Бетіне", + "similarity.scanning": "Ұқсас құжат жұптарын сканерлеу\u00156", + "similarity.stat_embedding_model": "Эмбеддинг моделі", + "similarity.stat_missing_embedding": "Эмбеддинг жоқ", + "similarity.stat_total_files": "Жалпы файлдар", + "similarity.stat_with_embedding": "Эмбеддингпен", + "similarity.subtitle": "Балмен бағаланған жоғары семантикалық ұқсастықтағы құжаттар жұптары.", + "similarity.trigger_aria": "Эмбеддинг есептеуін жасау үшін барлығына жоқ файлдарды триггерлеу", + "similarity.trigger_now": "онсыз триггерлеу", + "status.app_version": "Қосымша нұсқасы", + "status.build_date": "Құрылым күні", + "status.container_id": "Контейнер ID", + "status.git_commit": "Git Commit", + "status.last_check": "Соңғы тексеру", + "status.page_title": "Жүйе мәртебесі", + "status.setting_label": "Бағдарлама", + "status.value_label": "Мәні", + "subscription.available_plans_heading": "Қол жетімді жоспарлар", + "subscription.back_to_dashboard": "Басқару панеліне оралу", + "subscription.cancel_pending": "Өзгерісті тоқтату", + "subscription.cancel_scheduled": "Жоспарланған өзгерісті тоқтату", + "subscription.contact_sales": "Сату бөлімімен хабарласу", + "subscription.current_badge": "Ағымдағы", + "subscription.current_plan": "Ағымдағы жоспар", + "subscription.current_plan_cta": "Сіздің ағымдағы жоспарыңыз", + "subscription.downgrade_to_prefix": "Төмендету үшін", + "subscription.features_heading": "Сіздің жоспарыңызға не кіреді", + "subscription.free": "Тегін", + "subscription.heading": "Менің жазылымым", + "subscription.keep_plan_prefix": "Сақтау", + "subscription.lifetime_files": "Жалпы файлдар (өмір бойы)", + "subscription.month_files": "Осы айдағы файлдар", + "subscription.more_features_label": "көбірек", + "subscription.page_title": "Менің жазылымым – DocuElevate", + "subscription.pending_badge": "Күту", + "subscription.pending_benefits": "Сіз барлық ағымдағы жоспар артықшылықтарын сақтайсыз.", + "subscription.pending_on": "жоғары", + "subscription.pending_title": "Жоспар өзгерісі күтілуде", + "subscription.pending_will_change": "Сіздің жоспарыңызға өзгеріс енгізіледі", + "subscription.per_mo": "/ай", + "subscription.per_month": "/айына", + "subscription.since": "Бастап", + "subscription.single_user_body": "Жазылым деңгейлері көп қолданушы режимі қосылғанда қолданылады. Сіздің инстанцияңызда қазіргі уақытта көп қолданушы режимі жоқ, тек бір қолданушы режимі жұмыс істейді. Әкімші көп қолданушы режимін {settings_link} арқылы қосуға болады.", + "subscription.single_user_title": "Көп қолданушы режимі қосылмаған.", + "subscription.subtitle": "Сіздің ағымдағы жоспарыңыз, пайдалану және қол жетімді жаңартулар.", + "subscription.this_month_label": "осы айда", + "subscription.today_files": "Бүгінгі файлдар", + "subscription.today_label": "бүгін", + "subscription.unlimited": "Шектеусіз", + "subscription.upgrade_info": "Жаңартулар дереу күшіне енеді. Төмендетулер сіздің ағымдағы төлем кезеңіңіздің соңында жоспарланады.", + "subscription.upgrade_to_prefix": "Жаңарту үшін", + "subscription.usage_heading": "Пайдалану", + "upload.browse_button": "Файлдарды іздеу", + "upload.button_processing": "Өңдеу...", + "upload.camera_button": "Сурет түсіру / Құжатты сканерлеу", + "upload.download_button": "Жүктеп алу және өңдеу", + "upload.downloading": "URL-ден файлды жүктеп алу...", + "upload.drag_drop": "Файлдарды мұнда сүйреп апарыңыз немесе іздеу үшін басыңыз", + "upload.drop_hint_desktop": "Файлдар немесе қалталарды мұнда сүйреп апарыңыз, немесе файлдарды таңдау үшін басыңыз.", + "upload.drop_hint_mobile": "Файлдарды таңдау үшін тап басыңыз немесе төмендегі камера түймесін пайдаланыңыз.", + "upload.drop_zone_aria": "Файлды жүктеу аймағы. Файлдарды мұнда сүйреп апарыңыз, немесе файлдарды іздеу үшін Enter пернесін басыңыз.", + "upload.error": "Жүктеу сәтсіз аяқталды", + "upload.error_invalid_url": "URL форматы жарамсыз", + "upload.error_url_required": "URL енгізіңіз, өтінемін", + "upload.file_size_hint": "Максималды өлшем: 500 МБ файлға", + "upload.file_types": "Рұқсат етілген түрлері: PDF, Office құжаттары (Word, Excel, PowerPoint және т.б.), Суреттер", + "upload.filename_description": "URL-ден файл атын пайдалану үшін бос қалдырыңыз", + "upload.filename_label": "Файл аты (міндетті емес)", + "upload.filename_placeholder": "my-document.pdf", + "upload.max_size": "Максималды файл өлшемі: {size}", + "upload.page_title": "Файлдарды жүктеу", + "upload.section_device": "Құрылғыдан жүктеу", + "upload.section_url": "URL-ден жүктеу", + "upload.select_file": "Файлды таңдаңыз", + "upload.success": "Файл табысты жүктелді", + "upload.title": "Документ жүктеу", + "upload.uploading": "Жүктелуде...", + "upload.url_description": "Файлға (PDF, Office құжаттары немесе суреттер) тікелей сілтемені енгізіңіз", + "upload.url_label": "Файл URL-і", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/km.json b/frontend/translations/km.json new file mode 100644 index 00000000..2a394693 --- /dev/null +++ b/frontend/translations/km.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "ជួបអ្នកបង្កើត", + "about.creator_name": "Christian Krakau-Louis", + "about.creator_pre": "DocuElevate ត្រូវបានអភិវឌ្ឍន៍ដោយឈានមុខ", + "about.features_admin_api": "REST API ពណ៌កលនាភាពសម្រាប់ការចូលប្រើកម្មវិធី", + "about.features_admin_config": "អាចកំណត់ប្រែបានយ៉ាងខ្លាំងតាមអថេរបរិស្ថាន", + "about.features_admin_docker": "ម៉ាស៊ីន Docker ដែលមានស្រាប់សម្រាប់ការដំឡើង និងពង្រីកយ៉ាងងាយស្រួល", + "about.features_admin_heading": "ការគ្រប់គ្រង", + "about.features_admin_oauth2": "គាំទ្រការអ Authenticate OAuth2 ជាមួយ Authentik", + "about.features_automation_background": "ការប្រតិបត្ដិខាងក្រោយជាមួយ Redis និង Celery", + "about.features_automation_gmail": "ការបញ្ចូល Gmail និងគណនីអ៊ីមែលទូទៅ", + "about.features_automation_heading": "ការបូកបញ្ចូល", + "about.features_automation_imap": "ការទាញយក inbox IMAP ពីមុខងារច្រើន", + "about.features_automation_ingestion": "ការបញ្ចូលឯកសារដោយស្វ័យប្រវត្តិពីការបញ្ចូលជាច្រើន", + "about.features_heading": "លក្ខណៈសំខាន់ៗ", + "about.features_integration_cloud": "អង្គការគ្រប់ជាតិកំណត់: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "ការបញ្ចូល និង អង្គការគ្រប់ជាតិ", + "about.features_integration_multi_dest": "គាំទ្រកំណត់ចំណាំច្រើន (រក្សាទុកឯកសារនៅកន្លែងជាច្រើន)", + "about.features_integration_protocols": "ប្រៃសណីយ៍ផ្ទេរ: FTP, SFTP, ការផ្សាយអ៊ីមែល", + "about.features_integration_selfhosted": "ជម្រើសសម្រាប់សមាសភាពខ្លួន: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "ការបែងចែកឯកសារយ៉ាងឆ្លាតវៃ និង ការចេញកាលបរិច្ឆេទ", + "about.features_processing_heading": "ការប្រតិបត្តិឯកសារ", + "about.features_processing_metadata": "ការចេញកម្រិតមូលដ្ឋានដោយស្វ័យប្រវត្តិប្រើអ្នកផ្តល់ AI ដែលអាចភ្ជាប់បាន", + "about.features_processing_ocr": "OCR ដែលមានព.powered by Azure Document Intelligence", + "about.features_processing_pdf": "បម្លែង PDF សម្រាប់ទ្រង់ទ្រាយឯកសារជាច្រើនតាមរយៈ Gotenberg", + "about.features_processing_upload": "ការបញ្ចូលឯកសារអោយសាមញ្ញ និងមានសុវត្ថិភាពជាមួយការគាំទ្រប្រើប្រាស់ទាញបន្ថែម", + "about.github_logo_alt": "តំណរ GitHub", + "about.heading": "អំពី DocuElevate", + "about.intro_post": " - ដំណោះស្រាយទាន់សម័យនិងឆ្លាតវៃសម្រាប់ការប្រតិបត្តិឯកសារ! យើងបានបង្កើត DocuElevate ដើម្បីបម្លែងវិធីដែលអ្នកដាល់ឯកសាររបស់អ្នកស្រាប់ - ពីការបញ្ចូលទៅការចេញកាលបរិច្ឆេទ ពីការប្រតិបត្តិទៅការចូលស្តុក។", + "about.intro_pre": "សូមស្វាគមន៍មកកាន់", + "about.involved_description": "ចង់ចូលទៅក្នុងកូដ ជួយផ្តល់គំនិត ឬ មើលមកអំពី DocuElevate ដូចម្តេច?", + "about.involved_docs": "អានឯកសារបង្ហាញ", + "about.involved_github": "មើល DocuElevate នៅលើ GitHub", + "about.involved_heading": "ចូលរួម", + "about.involved_website": "ចូលទៅកាន់គេហទំព័រ DocuElevate", + "about.legal_description": "យើងយកចិត្តទុកដាក់ខាងអត្ត​ចរិតនិងសុវត្ថិភាពទិន្នន័យរបស់អ្នក។ សូមពិនិត្យមើល:", + "about.legal_heading": "ភាពឯកជន និង ច្បាប់", + "about.legal_license": "ការប៉ុស្ដាយថ្លៃ", + "about.legal_privacy": "ការរក្សាទុកជាទេ", + "about.page_title": "អំពី DocuElevate", + "about.story_heading": "រឿងរ៉ាវរបស់យើង", + "about.story_p1": "DocuElevate ត្រូវបានបង្កើតឡើងដោយមានគោលដៅមួយគឺ៖ ដើម្បីធ្វើឱ្យការគ្រប់គ្រងឯកសារងាយស្រួលនិងឆាប់រហ័សសម្រាប់អ្នកគ្រប់គ្នា មិនថាគឺជាសហការីតូចឬសហគ្រាសធំ។", + "about.story_p2": "យើងនឹងប្រើសមត្ថភាពនៃអ្នកផ្គត់ផ្គង់ AI ដែលអាចភ្ជាប់បាន (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, និងអ្នកផ្សេងទៀត) សម្រាប់ការទាញយកមេដាត់និងការកែសម្រួលអត្ថបទ សេចក្តីផ្សំដោយគ្មានកំណែសរុបជាមួយ Dropbox, Nextcloud, និង Paperless NGX សម្រាប់ការផ្ទុកនិងចំហៀង ប្រើប្រាស់ Azure Document Intelligence សម្រាប់ OCR និងក même Gotenberg សម្រាប់ការបម្លែងឯកសារទៅជា PDF។", + "api_tokens.col_created": "បានបង្កើត", + "api_tokens.col_last_ip": "IP ចុងក្រោយ", + "api_tokens.col_last_used": "បានប្រើចុងក្រោយ", + "api_tokens.col_name": "ឈ្មោះ", + "api_tokens.col_prefix": "Token Prefix", + "api_tokens.copy_to_clipboard": "ចម្លង Token ទៅកាន់ Clipboard", + "api_tokens.copy_upload_example": "ចម្លងឧទាហរណ៍អាប់ឡូដទៅកាន់ Clipboard", + "api_tokens.copy_warning_1": "ចម្លង Token នេះเดี๋ยវានឹង", + "api_tokens.copy_warning_2": "មិនត្រូវបានបង្ហាញម្តងទៀត", + "api_tokens.create_heading": "បង្កើត Token ថ្មី", + "api_tokens.create_token": "បង្កើត Token", + "api_tokens.creating": "កំពុងបង្កើត...", + "api_tokens.heading": "API Tokens", + "api_tokens.intro": "បង្កើត Token API ផ្ទាល់ខ្លួនដើម្បី interacts ជាមួយកម្មវិធី API នៃ DocuElevate ដោយវាសម្រាប់ការអាប់ឡូដ Webhook, CI/CD pipelines ឬស្គ្រីបណាមួយដែលត្រូវការអាប់ឡូដឬទាញយកឯកសារ។", + "api_tokens.loading_tokens": "កំពុងបង្ហាញ Token...", + "api_tokens.never": "មិនដែល", + "api_tokens.no_tokens_heading": "មិនមាន Token API ទេ", + "api_tokens.no_tokens_help": "បង្កើត Token ပ rst លើដើម្បីចាប់ផ្តើម។", + "api_tokens.page_title": "API Tokens - DocuElevate", + "api_tokens.revoke": "ខកខាន", + "api_tokens.revoke_prefix": "ខកខាន Token", + "api_tokens.status_active": "សកម្ម", + "api_tokens.status_revoked": "បានខកខាន", + "api_tokens.table_aria": "API Tokens", + "api_tokens.token_created": "Token ត្រូវបានបង្កើតដោយជោគជ័យ!", + "api_tokens.token_name_label": "ឈ្មោះ Token", + "api_tokens.token_name_placeholder": "ឧ. CI Pipeline, Webhook Upload, My Script", + "api_tokens.usage_heading": "ឧទាហរណ៍ការប្រើប្រាស់", + "api_tokens.usage_intro_post": "ក្បាលជាមួយសំណើ API ណាមួយ:", + "api_tokens.usage_intro_pre": "ប្រើ Token API របស់អ្នកនៅក្នុង", + "api_tokens.your_tokens": "Token របស់អ្នក", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "ធនធាន", + "audit.col_timestamp": "ម៉ោង", + "audit.critical": "សំខាន់", + "audit.filter_action": "សកម្មភាព", + "audit.filter_all_actions": "សកម្មភាពទាំងអស់", + "audit.filter_all_users": "អ្នកប្រើប្រាស់ទាំងអស់", + "audit.filter_resource_placeholder": "ណែនាំ៖ឯកសារ, អ្នកប្រើប្រាស់", + "audit.filter_resource_type": "ប្រភេទធនធាន", + "audit.filter_severity": "កម្រិត", + "audit.filter_user": "អ្នកប្រើប្រាស់", + "audit.filters_section_label": "ចុងភៅការត្រួតពិនិត្យ", + "audit.next": "បន្ទាប់", + "audit.next_label": "ទំព័របន្ទាប់", + "audit.no_events": "មិនមានព្រឹត្តិការណ៍ការត្រួតពិនិត្យណាដែលត្រូវបានកត់ត្រាចេញទេ។", + "audit.no_events_hint": "សកម្មភាពសំខាន់ៗ (ចូលប្រើ, ប្រតិបត្តិការឯកសារ, ការផ្លាស់ប្រែការកំណត់) នឹងបង្ហាញនៅទីនេះ។", + "audit.page_title": "កំណត់ហេតុការត្រួតពិនិត្យ - DocuElevate", + "audit.pagination_label": "ការរៀបចំបន្ទាត់កំណត់ហេតុការត្រួតពិនិត្យ", + "audit.prev": "មុន", + "audit.prev_label": "ទំព័រ​មុន", + "audit.refresh_label": "ធ្វើឡើងវិញនូវកំណត់ហេតុការត្រួតពិនិត្យ", + "audit.siem_disabled_title": "ការបញ្ជូន SIEM ត្រូវបានបិទ", + "audit.siem_enabled_title": "ព្រឹត្តិការណ៍កំពុងត្រូវបានបញ្ជូនទៅ ", + "audit.siem_off": "SIEM: បិទ", + "audit.subtitle": "កំណត់ហេតុបន្ថែមតែមួយគត់ដ៏ទូលំទូលាយនៃសកម្មភាពសំខាន់ៗទាំងអស់។", + "audit.table_label": "ព្រឹត្តិការណ៍កំណត់ហេតុការត្រួតពិនិត្យ", + "audit.title": "កំណត់ហេតុការត្រួតពិនិត្យ", + "auth.confirm_password": "បញ្ជាក់​ពាក្យសម្ងាត់", + "auth.create_account": "បង្កើតគណនី", + "auth.display_name_label": "ឈ្មោះបង្ហាញ", + "auth.email_label": "អ៊ីមែល", + "auth.forgot_password": "ភ្លេចពាក្យសម្ងាត់?", + "auth.forgot_username": "ភ្លេចឈ្មោះអ្នកប្រើ?", + "auth.login": "ចូលប្រើ", + "auth.login_title": "ចូលប្រើ", + "auth.logo_alt": "រូបសញ្ញា DocuElevate", + "auth.logout": "ចេញ", + "auth.my_account": "គណនីរបស់ខ្ញុំ", + "auth.no_account": "មិនមានគណនីទេ?", + "auth.or_continue_with": "ឬបន្តជាមួយ", + "auth.password_label": "ពាក្យសម្ងាត់", + "auth.profile": "ប្រវត្តិរូប", + "auth.remember_me": "ចាំខ្ញុំ", + "auth.return_home": "ត្រឡប់ទៅទំព័រដើម", + "auth.sign_in": "ចូល", + "auth.sign_in_sso": "ចូលជាមួយ SSO", + "auth.sign_in_with": "ចូលមួយជាមួយ", + "auth.sign_in_with_username": "ចូលមួយជាមួយឈ្លីស", + "auth.signup": "ចុះឈ្មោះ", + "auth.signup_title": "ចុះឈ្មោះ", + "auth.username_label": "ឈ្មោះអ្នកប្រើ", + "auth.username_or_email": "ឈ្មោះអ្នកប្រើឬអ៊ីមែល", + "auth.verify_email_back_sign_in": "ត្រឡប់ទៅបណ្ដាញ", + "auth.verify_email_expiry": "តំណភ្ជាប់អស់កំណត់ក្នុង 24 ម៉ោង។ ប្រសិនបើអ្នកមិនឃើញអ៊ីមែលទេ សូមពិនិត្យរកថាតើវាធារណីឬទេ។", + "auth.verify_email_heading": "ពិនិត្យប្រអាក់ទៅសំបុត្រចូល", + "auth.verify_email_message": "យើងបានផ្ញើអ៊ីមែលបញ្ជាក់មកអ្នក។ សូមចុចតំណភ្ជាប់ក្នុងអ៊ីមែលដើម្បីដំណើរការកុំព្យូទ័ររបស់អ្នក។", + "auth.verify_email_page_title": "DocuElevate - បញ្ជាក់អ៊ីមែលរបស់អ្នក", + "auth.verify_email_resend_aria_label": "អាសយដ្ឋានអ៊ីមែលសម្រាប់ផ្ញើឡើងវិញ", + "auth.verify_email_resend_button": "ផ្ញើអ៊ីមែលបញ្ជាក់ឡើងវិញ", + "auth.verify_email_resend_label": "អាសយដ្ឋានអ៊ីមែល", + "auth.verify_email_resend_placeholder": "បញ្ចូលអាសយដ្ឋានអ៊ីមែលរបស់អ្នក", + "auth.verify_email_resend_prompt": "មិនទទួលទេ?", + "backup.archives_heading": "ឯកសារបុកបញ្ចូល", + "backup.backup_now": "បុកបញ្ចូលឥឡូវនេះ", + "backup.clean_up": "សម្អាត", + "backup.cleanup_title": "ធ្វើសម្អាតការរក្សាទុកឥឡូវនេះ", + "backup.col_created": "បានប្រើប្រាស់", + "backup.col_filename": "ឈ្មោះឯកសារ", + "backup.col_size": "ទំហំ", + "backup.col_storage": "ស្តុក", + "backup.col_type": "ប្រភេទ", + "backup.config_auto_backup": "បុកបញ្ចូលដោយស្វ័យប្រវត្តិ", + "backup.config_remote_dest": "គោលដៅឆ្ងាយ", + "backup.config_retention": "ការเก็บรักษា", + "backup.config_total_size": "ទំហំសរុបក្នុងស្រុក", + "backup.confirm_btn": "អនុម័ត", + "backup.confirm_title": "អនុម័តសកម្មភាព", + "backup.heading": "បក្ខពោលការបុកបញ្ចូល", + "backup.local_only": "ក្នុងស្រុកតែប៉ុណ្ណោះ", + "backup.no_backups": "មិនមានការបុកបញ្ចូលនៅឡើយទេ។", + "backup.no_backups_hint": "ចុចបុកបញ្ចូលឥឡូវនេះដើម្បីបង្កើតការបុកបញ្ចូលដំបូងរបស់អ្នក។", + "backup.page_title": "គ្រប់គ្រងការបុកបញ្ចូល", + "backup.records_label": "កំណត់ត្រា", + "backup.restore_btn": "ដំណើរការឡើងវិញ", + "backup.restore_desc_mid": "សូមយកឯកសារបុកបញ្ចូលដើម្បីដំណើរការទិន្នន័យឡើងវិញ។", + "backup.restore_desc_pre": "ផ្ទុកឡើងមួយ", + "backup.restore_desc_warning": "នេះនឹងជំនួសទិន្នន័យទាំងអស់ដែលមានសព្វវគ្គ។", + "backup.restore_file_label": "ឯកសារបម្រើ (.db.gz)", + "backup.restore_heading": "ស្ដារឡើងវិញពីឯកសារ", + "backup.restoring": "កំពុងស្ដារឡើងវិញ\n", + "backup.retention_daily_detail": "\n\n - រក្សាសម្រាប់ 3 សប្តាហ៍", + "backup.retention_heading": "គោលការណ៍រក្សា", + "backup.retention_hourly_detail": "\n\n - រក្សាសម្រាប់ 4 ថ្ងៃ", + "backup.retention_note": "ការបម្រុងទុកជាន់តែត្រចះឱ្យកើតមានការកាត់បន្ថែមបន្ទាប់ពីការបម្រុងទុកថ្មីមួយត្រូវបានបង្កើត។", + "backup.retention_weekly_detail": "\n\n - រក្សាសម្រាប់ ~3 ខែ", + "backup.snapshots": "រូបថត", + "backup.status_ok": "ច្បាស់ណាស់", + "backup.storage_local": "នៅក្នុងបញ្ជី", + "backup.subtitle": "ការបម្រើទិន្នន័យត្រូវបានបង្កើតឡើងដោយស្វ័យប្រវត្តិ: ប្រចាំម៉ោង (4 ថ្ងៃ), ប្រចាំថ្ងៃ (3 សប្តាហ៍), ប្រចាំសាប្តាហ៍ (13 សប្តាហ៍)।", + "backup.table_aria": "ឯកសារបម្រុងទុក", + "backup.trigger_daily": "បម្រើ ខាងនេះ (ប្រចាំថ្ងៃ)", + "backup.trigger_hourly": "បម្រើ ខាងនេះ (ប្រចាំម៉ោង)", + "backup.trigger_weekly": "បម Rouge ខាងនេះ (ប្រចាំសាប្តាហ៍)", + "backup.type_daily": "ប្រចាំថ្ងៃ", + "backup.type_hourly": "ប្រចាំម៉ោង", + "backup.type_weekly": "ប្រចាំសាប្តាហ៍", + "billing.go_to_dashboard": "ទៅកាន់ផ្ទាំងគ្រប់គ្រង", + "billing.manage_subscription": "គ្រប់គ្រងការកាស", + "billing.success_heading": "អ្នកបានរៀបចំរួចរាល់ហើយ!", + "billing.success_message": "ការជាវរបស់អ្នកត្រូវបានធ្វើឱ្យសកម្ម។ អរគុណចំពោះការជ្រើសរើស DocuElevate!", + "billing.success_page_title": "DocuElevate - ការជាវត្រូវបានសកម្ម", + "common.actions": "សកម្មភាព", + "common.active": "សកម្ម", + "common.all": "គ្រប់យ៉ាង", + "common.avatar": "រូបបទ", + "common.back": "ត្រលប់", + "common.cancel": "លុប", + "common.close": "បិទ", + "common.col_pending": "ផ្អែក", + "common.completed": "បានបញ្ចប់", + "common.confirm": "បញ្ជាក់", + "common.copied": "បានចម្លង!", + "common.copy": "ចម្លង", + "common.create": "បង្កើត", + "common.created": "បានបង្កើត", + "common.date": "កាលបរិច្ឆេទ", + "common.delete": "លុប", + "common.description": "ការពិពណ៌នា", + "common.details": "ព័ត៌មានលម្អិត", + "common.disabled": "បានបិទ", + "common.download": "ទាញយក", + "common.duplicate": "ចម្លង", + "common.edit": "កំណែសរសេរ", + "common.enabled": "បានធ្វើឲ្យអ៊ីចរិត", + "common.error": "កំហុស", + "common.failed": "បានបរាជ័យ", + "common.filter": "តម្រូវការ", + "common.inactive": "មិនប្រើប្រាស់", + "common.info": "ព័ត៌មាន", + "common.loading": "កំពុងទាញយក...", + "common.name": "ឈ្មោះ", + "common.next": "បន្ទាប់", + "common.next_page": "ទំព័របន្ទាប់", + "common.no": "នៅចង្កូត", + "common.none": "គ្មាន", + "common.page": "ទំព័រ", + "common.paused": "បានផ្អាក", + "common.pending": "រងចាំ", + "common.prev_page": "ទំព័រាមធ្លេង", + "common.previous": "មុន", + "common.processing": "កំពុងដំណើរការ", + "common.refresh": "បន្ថែមទិន្នន័យ", + "common.reset": "កំណត់ឡើងវិញ", + "common.retry": "ជួសជុលឡើងវិញ", + "common.save": "រក្សាទុក", + "common.search": "ស្វែងរក", + "common.select": "ជ្រើសរើស", + "common.select_placeholder": "— ជ្រើសរើស —", + "common.size": "ទំហំ", + "common.status": "ស្ថានភាព", + "common.submit": "ដាក់ស្នើ", + "common.success": "ជោគជ័យ", + "common.tags": "ផ្លាស់ប្តូរ", + "common.test": "តេស្ត", + "common.test_connection": "តេស្តការតភ្ជាប់", + "common.type": "ប្រភេទ", + "common.update": "ធ្វើបច្ចុប្បន្នភាព", + "common.updated": "បានធ្វើបច្ចុប្បន្នភាព", + "common.upload": "ប្រើប្រាស់", + "common.view": "មើល", + "common.warning": "ការ​ព្រមាន", + "common.yes": "យើងត относится", + "cookie.accept": "យល់ព្រម", + "cookie.learn_more": "រៀនបន្ថែម", + "cookie.message": "គេហទំព័រនេះប្រើគូកីហ្វីសម្រាប់ធ្វើឱ្យប្រសើរឡើងនូវបទពិសោធន៍របស់អ្នក។", + "cookie.notice": "DocuElevate ប្រើគូកីសារធាតុដែលចាំបាច់សម្រាប់កំណត់អត្តសញ្ញាណនិងការប្រតិបត្តិការ សេវាកម្ម។ គូកី​សម្រាប់តាមដានឬវិភាគមិនត្រូវបានប្រើ។", + "cookie.notice_label": "ព័ត៌មានគូកី", + "cookie.policy_link": "គោលបំណងគូកី", + "cookie.privacy_link": "ព័ត៌មានដាក់ស្នើនិងភាពឯកជន", + "credentials.col_action": "សកម្មភាព", + "credentials.col_credential": "អត្តសញ្ញាណ", + "credentials.col_source": "ប្រភព", + "credentials.configured": "បានកំណត់", + "credentials.edit_in_settings": "កែសម្រួលក្នុងការកំណត់", + "credentials.legend_db": "តម្លៃដែលបានរក្សាទុកក្នុងមូលដ្ឋានទិន្នន័យ (បានអ៊ិនគ្រីបនៅពេលស្ងាត់; បទល្មើសអថេរបរិស្ថាន)", + "credentials.legend_env_after": " ឯកសារ", + "credentials.legend_env_before": "តម្លៃពីអថេរបរិស្ថានឬ ", + "credentials.legend_missing": "អត្តសញ្ញាណមិនបានកំណត់ - ការភ្ជាប់នឹងមិនដំណើរការ", + "credentials.legend_restart": "ត្រូវការកំណត់ឡើងវិញនៅពេលដែលអត្តសញ្ញាណនេះត្រូវបានប្តូរ", + "credentials.legend_title": "Legend", + "credentials.manage_settings": "គ្រប់គ្រងការកំណត់", + "credentials.not_configured": "មិនបានកំណត់", + "credentials.page_title": "ការត្រួតពិនិត្យអត្តសញ្ញាណ - DocuElevate", + "credentials.raw_json": "JSON គឺអធ្យាស្រ័យ (API)", + "credentials.restart_title": "ត្រូវការកំណត់ឡើងវិញបន្ទាប់ពីការប្ដូរអត្តសញ្ញាណនេះ", + "credentials.source_db_title": "បានរក្សាទុកក្នុងមូលដ្ឋានទិន្នន័យ (បានអ៊ិនគ្រីប)", + "credentials.source_env_title": "ពីអថេរបរិស្ថាន", + "credentials.status_missing": "ក_missing", + "credentials.subtitle": "ជាសង្ខេបនៃអត្តសញ្ញាណភាគច្រើនដែលមានអាសន្នដែល DocuElevate ប្រើ។ មិនមានតម្លៃសម្ងាត់ត្រូវបានបង្ហាញនៅទីនេះ - គ្រាន់តែថាសរាល់អត្តសញ្ញាណត្រូវបានកំណត់ ហើយទីកន្លែងដែលវាមកពី។", + "credentials.table_for": "អត្តសញ្ញាណសម្រាប់", + "credentials.title": "ការត្រួតពិនិត្យអត្តសញ្ញាណ", + "credentials.total_credentials": "សរុបអត្តសញ្ញាណ", + "dashboard.active_integrations": "ការភ្ជាប់សកម្ម", + "dashboard.files_this_month": "ឯកសារនៅខែនេះ", + "dashboard.files_today": "ឯកសារ​ពេល này", + "dashboard.ocr_processed": "OCR ត្រូវបានដំណើរការ", + "dashboard.quick_actions": "សកម្មភាពឆាប់រហ័ស", + "dashboard.recent_activity": "សកម្មភាពថ្មីៗ", + "dashboard.storage_targets": "គោលដៅស្តុក", + "dashboard.title": "ផ្ទាំងគ្រប់គ្រង", + "dashboard.total_files": "សរុបឯកសារ", + "dashboard.welcome": "សូមស្វាគមន៍មកកាន់ DocuElevate", + "duplicates.file_id_label": "អត្តសញ្ញាណឯកសារ", + "duplicates.file_id_placeholder": "ឧ។ 42", + "duplicates.find_btn": "ស្វែងរក", + "duplicates.found_files": "ឯកសារ​ស្ទួន({{count}}) ដ៏ស្ទួន។", + "duplicates.found_groups": "ក្រុមស្ទួន({{count}}) រួមជាមួយ", + "duplicates.found_prefix": "បានរកឃើញ", + "duplicates.group_aria": "ក្រុមស្ទួន", + "duplicates.heading": "ឯកសារស្ទួន", + "duplicates.how_it_works_heading": "របៀបដែលការបញ្ជាក់ស្ទួនកណ្ដាលដំណើរការ", + "duplicates.max_results_label": "លទ្ធផលអតិបរមា", + "duplicates.near_dup_desc": "ជ្រើសឯកសារមួយដើម្បីពិនិត្យមើលថាតើឯកសារដែលផ្សេងទៀតមានមាតិកាដូចគ្នា (ឬប្រហែលគ្នាជាង) ដែរទេ - ទោះបីពួកវាត្រូវបានស្កេននៅពេលផ្សេងគ្នា និងមាន SHA-256 hash ដែលខុសគ្នាដែរ។", + "duplicates.near_dup_heading": "ស្វែងរកឯកសារស្ទួនខាងក្រោមសម្រាប់ឯកសារមួយ", + "duplicates.no_exact_heading": "មិនមានឯកសារស្ទួនដូចគ្នាទេ", + "duplicates.page_title": "ឯកសារស្ទួន - DocuElevate", + "duplicates.pagination_aria": "ការវាយតំលៃ", + "duplicates.role_duplicate": "ស្ទួន", + "duplicates.role_original": "ដើម", + "duplicates.tab_exact": "ឯកសរស្ទួនដូចគ្នា", + "duplicates.tab_near": "ឯកសារស្ទួនខាងក្រោម", + "duplicates.tabs_aria": "កន្លែងបញ្ជារការស្ទួន", + "duplicates.threshold_label": "វិបត្តិនៃភាពស្រដៀង", + "duplicates.view_dup_aria": "មើលឯកសារស្ទួន", + "duplicates.view_original_aria": "មើលឯកសារដើម", + "error.404_code": "404", + "error.404_heading": "អូបស៍, យើងមិនអាចរកទំពែនេះទេ!", + "error.404_home": "ត្រឡប់ទៅផ្ទះ", + "error.404_message": "វាបង្ហាញថា DocuElevate បានបំភ្លេចឯកសារដែលអ្នកកំពុងស្វែងរក។ កុំយើងបារម្ភ - យើងមានអ្នកនៅ!", + "error.404_title": "404 - មិនបានរកឃើញ", + "error.500_code": "500", + "error.500_debug_info": "បង្ហាញព័ត៌មាន Debug", + "error.500_description": "ម៉ាស៊ីនបម្រើរបស់យើងបានជួបប្រទៈអ្វីដ៏អសកម្ម និងត្រូវការពេលស្អាតមួយ", + "error.500_heading": "អូបស៍! អ្វីមួយបានខុស!", + "error.500_home": "ទៅផ្ទះ", + "error.500_img_alt": "ការពិពណ៌នាអំពីកំហុសម៉ាស៊ីនបម្រើ", + "error.500_message1": "ម៉ាស៊ីនបម្រើរបស់យើងបានជួបប្រទៈអ្វីដ៏អសកម្ម និងត្រូវការពេលស្អាតមួយ។ ប្រហែលជាហាំស៊ែរ លេចចេញកាហ្វេ?", + "error.500_message2": "យើងកំពុងធ្វើការនេះ - កំពុងធ្វើរ៉ូបូតម៉ាស៊ីនបម្រើ, កំពុងរៀបចំឯកសារ និងកំពុងកំណត់កម្រិតបន្ទាត់ទឹកកកផងដែរ។", + "error.500_title": "កំហុសម៉ាស៊ីនបម្រើ - DocuElevate", + "error.forbidden": "ករណីរំលោភ", + "error.forbidden_message": "លោកអ្នកគ្មានសិទ្ធិចូលដំណើរការទំព័រនេះឡើយ។", + "error.not_found": "ទំព័រមិនមាន", + "error.not_found_message": "ទំព័រដែលអ្នកកំពុងស្វែងរកមិនមានទេ។", + "error.server_error": "កំហុសម៉ាស៊ីនបម្រើខាងក្នុង", + "error.server_error_message": "មានអ្វីមួយកើតឡើងមិនសូវល្អទេ។ សូមព្យាយាមសាកត្រឡប់មកវិញក្រោយ។", + "error.unauthorized": "មិនមានអនុញ្ញាត", + "error.unauthorized_message": "អ្នកត្រូវតែចុះឈ្មោះដើម្បីចូលដំណើរការទំព័រនេះ។", + "files.action_delete": "លុបឯកសារ", + "files.action_details": "មើលព័ត៌មានលម្អិត", + "files.action_preview": "មើលមុន", + "files.bulk_clear_selection": "លុបជម្រើស", + "files.bulk_cloud_ocr": "ដំណើរការ Cloud OCR ម្តងទៀត", + "files.bulk_delete": "លុបជ្រើសរើស", + "files.bulk_download": "ទាញយកជា ZIP", + "files.bulk_reprocess": "ដំណើរការឡើងវិញជ្រើសរើស", + "files.delete_modal_cancel": "បោះបង់", + "files.delete_modal_confirm": "លុប", + "files.delete_modal_message": "តើអ្នកប្រាកដទេថាអ្នកចង់លុបឯកសារនេះ?", + "files.delete_modal_title": "បញ្ជាក់ការលុប", + "files.document_title": "ចំណងជើងឯកសារ", + "files.drop_overlay_hint": "គាំទ្រ PDF, ឯកសារ Office, រូបភាព, HTML, Markdown និងទៀតទៀត - ធុងត្រូវបានដំណើរការតាមការបន្ត", + "files.drop_overlay_title": "ទាញឯកសារឬធុងឲ្យខាងក្រោមដើម្បីឡើង", + "files.error_hint": "នេះអាចជានាមការ ឬ បញ្ហាគាំទ្រដែលមិនបានដំណើរការ។ សូមពិនិត្យកំណត់ហេតុម៉ាស៊ីនបម្រើ។", + "files.file_size": "ទំហំឯកសារ", + "files.filename": "ឈ្មោះឯកសារ", + "files.files_selected": "ឯកសារជ្រើសរើស", + "files.filter_all_providers": "អ្នកផ្គត់ផ្គង់ទាំងអស់", + "files.filter_all_statuses": "ស្ថានភាពទាំងអស់", + "files.filter_all_types": "ប្រភេទទាំងអស់", + "files.filter_apply": "អនុវត្តការកំណត់ច filtros", + "files.filter_clear": "ច្រាស", + "files.filter_date_from": "កាលបរិច្ឆេទពី", + "files.filter_date_from_aria": "ច្រៀងពីកាលបរិច្ឆេទ", + "files.filter_date_to": "កាលបរិច្ឆេទទៅ", + "files.filter_date_to_aria": "ច្រៀងទៅកាលបរិច្ឆេទ", + "files.filter_form_aria": "ចត្ឍមន្តឯកសារ", + "files.filter_mime_type": "ប្រភេទ MIME", + "files.filter_ocr_all": "ឯកសារទាំងអស់", + "files.filter_ocr_good": "មានគុណភាពល្អ", + "files.filter_ocr_poor": "មានគុណភាពអាក្រក់", + "files.filter_ocr_quality": "គុណភាព OCR", + "files.filter_ocr_quality_aria": "ច្រៀកដោយពិន្ទុគុណភាព OCR", + "files.filter_ocr_unchecked": "មិនទាន់បានវាយតម្លៃ", + "files.filter_search_label": "ស្វែងរកឈ្មោះឯកសារ", + "files.filter_search_placeholder": "បញ្ចូលឈ្មោះឯកសារ...", + "files.filter_storage_provider": "អ្នកផ្តល់ដែលផ្ទុក", + "files.filter_tags_aria": "ច្រៀកដោយផ្លូវបញ្ជ្រាប (បុកកណ្តាល)", + "files.filter_tags_placeholder": "ឧ. វិក្គុល, អាម៉ាហ្សូន", + "files.fulltext_search_label": "ស្វែងរកចំណងជើងពេញ (អត្ថបទ OCR, ព័ត៌មានមូលដ្ឋាន, ធ្លាក់)", + "files.fulltext_search_placeholder": "ស្វែងរកមាតិកាឯកសារ, អ្នកផ្ញើរ, ធ្លាក់, ប្រភេទ...", + "files.no_files": "មិនមានឯកសារទេ", + "files.ocr_status": "ស្ថានភាព OCR", + "files.page_title": "កំណត់ត្រារបស់ឯកសារ", + "files.pagination_files": "ឯកសារ", + "files.pagination_first": "ដំបូង", + "files.pagination_last": "ចុងក្រោយ", + "files.pagination_nav_aria": "បញ្ជីឯកសារកំណត់បទបញ្ជា", + "files.pagination_next": "បន្ទាប់", + "files.pagination_of": "នៃ", + "files.pagination_previous": "មុន", + "files.pagination_showing": "កំពុងបង្ហាញ", + "files.preview_modal_close": "បិទការបង្ហាញ", + "files.preview_modal_title": "ការបង្ហាញ", + "files.queue_banner_items": "អនុបូរណ៍(ៗ)កំពុងត្រូវបានបុកនិងកំពុងដំណើរការ។ ឯកសារនឹងបង្ហាញនៅទីនេះពេលដែលការដំណើរការសមុទ្រ.", + "files.queue_banner_link": "មើលខារ", + "files.saved_searches_empty": "មិនមានការស្វែងរកដែលរក្សាទុកទេ", + "files.saved_searches_error": "មិនអាចផ្ទុកការស្វែងរកដែលរក្សាទុកបាន", + "files.saved_searches_label": "ការស្វែងរកដែលរក្សាទុក", + "files.saved_searches_save": "រក្សាទុកចំពោះបច្ចុប្បន្ន", + "files.saved_searches_save_aria": "រក្សាទុកតម្រងបច្ចុប្បន្នជាការស្វែងរកដែលរក្សាទុក", + "files.search_results_empty": "មិនមានលទ្ធផលណាមួយទេ។", + "files.search_results_title": "លទ្ធផលស្វែងរក", + "files.status_duplicate": "ច្បាប់បន្ទាន់", + "files.table_actions": "សកម្មភាព", + "files.table_aria": "កំណត់ត្រារបស់ឯកសារ", + "files.table_created_at": "បង្កើតនៅ", + "files.table_empty": "មិនមានឯកសារ", + "files.table_id": "កំណត់អត្តសញ្ញាណ", + "files.table_mime_type": "ប្រភេទ MIME", + "files.table_original_filename": "ឈ្មោះឯកសារមូលដ្ឋាន", + "files.table_select_all": "ជ្រើសរើសឯកសារទាំងអស់នៅក្នុងទំព័រនេះ", + "files.tags": "ស្លាក", + "files.title": "ឯកសារ", + "files.upload_modal_aria": "កំពុងផ្ទុកឡើង", + "files.upload_modal_close": "បិទកំណត់ការផ្ទុកឡើង", + "files.upload_modal_header": "កំពុងផ្ទុកឯកសារ", + "files.uploaded": "បានផ្ទុកឡើង", + "footer.about": "អំពី", + "footer.attribution": "ការប្រគេនឈ្មោះ", + "footer.attributions": "ការប្រគេនឈ្មោះ", + "footer.cookies": "កូកី", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "សំគាល់", + "footer.license": "អាជីព", + "footer.navigation": "ការនាំយកទំព័រ", + "footer.privacy": "ភាពឯកជន", + "footer.terms": "លក្ខខណ្ឌ", + "footer.version": "អាថ៌កំបាំង {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "ភ្ជាប់ដោយ OAuth។ ឯកសារចុះក្នុងថតដែលអ្នកបានជ្រើសរើស។", + "help.destinations_email": "ការផ្ញើអ៊ីមែល", + "help.destinations_email_desc": "ឯកសារដែលបានកែសម្រួលគឺត្រូវផ្ញើជាឧបករណ៍ភ្ជាប់ SMTP។", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "គណនីសេវាកម្មឬ OAuth។ គាំទ្រថ្ងៃចែករំលែក។", + "help.destinations_heading": "ទី назначения – ទៅកាន់ឯកសារ", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "ការផ្ទុកវាតដូដោយខ្លួនឯងតាម WebDAV។", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "ការភ្ជាប់ API របស់ Microsoft Graph។", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "ផ្ទុកឯកសារទៅក្នុង Paperless សម្រាប់ការពារប្រាក់គឺទីកន្លែង។", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "កំបូល S3 រាយករណីណាមួយ (AWS, MinIO, Wasabi)।", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "ការផ្ទុកឯកសារដោយសុវត្ថិភាពទៅកាន់ម៉ាសុីនបម្រើណាមួយ។", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "បញ្ជាក់ metadata ទៅកាន់ចំណុចចេញក្រៅណាមួយ។", + "help.documentation": "ឯកសារ", + "help.faq": "សំណួរដែលតែងត្រូវសួរ", + "help.faq_1_a": " ទៅកាន់ទំព័រផ្ទុកឡើង, ចុច និងទាញយកឯកសាររបស់អ្នក ឬចុចជ្រើសរើសឯកសារ។ DocuElevate បំលែងរូបភាពនិងឯកសារការិយាល័យទៅ PDF, ប្រតិបត្តិ OCR និងយក metadata ជាបុគ្គលដោយស្វ័យប្រវត្តិ។", + "help.faq_1_q": "តើខ្ញុំត្រូវធ្វើម៉េចដើម្បីផ្ទុកឯកសារឡើង?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, និង HTML។ ឯកសារមិនមែនPDF ត្រូវបានបំលែងទៅជាPDF ដោយស្វ័យប្រវត្តិក្នុងពេលដែលក្រុមមានដំណើរ។", + "help.faq_2_q": "មុខរស់ឯកសារណាដែលគាំទ្រ?", + "help.faq_3_a": "បាទ។ ទៅកាន់ការទទួលអ៊ីមែល បន្ថែមគណនី IMAP ហើយ DocuElevate នឹងត្រួតពិនិត្យសារថ្មីនិងដំណើរការជើងភ្ជាប់ដោយស្វ័យប្រវត្តិ។", + "help.faq_3_q": "ខ្ញុំអាចទទួលឯកសារពីអ៊ីមែលបានទេ?", + "help.faq_4_a": "ផ្លូវបង្ហូរអនុញ្ញាតិឲ្យអ្នកភ្ជាប់ជំហាននៃការដំណើរការ - OCR, ការដោះសោ AI, ការបំលែងទ្រង់ទ្រាយ - និងបញ្ជូនលទ្ធផលទៅគោលដៅមួយឬច្រើន។ បង្កើត និងគ្រប់គ្រងវាមកពីទំព័រ Pipelines។", + "help.faq_4_q": "ដំណើរការផ្លូវបង្ហូរធ្វើការយ៉ាងដូចម្តេច?", + "help.faq_5_a": "DocuElevate បញ្ចូលពាក្យសម្ងាត់ដែលស្ងៀមក្រោម, ចែករំលែកតាមរយៈ TLS, ហើយមិនបានផ្ទុកឯកសាររបស់អ្នកយូរជាងចាំបាច់ទេ។ ពិនិត្យជូនអ្នកអាប់ដេតនានាដើម្បីទទួលបានព័ត៌មានលំអិត។", + "help.faq_5_a_post": "សម្រាប់ព័ត៌មានលម្អិតក្នុងពេញ.", + "help.faq_5_a_pre": "DocuElevate ធ្វើឱ្យសុវត្ថិភាពនូវព័ត៌មានសម្គាល់នៅរយៈពេលបញ្ចប់ទិន្នន័យ, ទំនាក់ទំនងតាមរយៈ TLS, ហើយមិនរក្សាទុកឯកសាររបស់អ្នកក្នុងរយៈពេលយ៉ាងយូរ។ ពិនិត្យមើល ", + "help.faq_5_q": "ទិន្នន័យរបស់ខ្ញុំមានសុវត្ថិភាពទេ?", + "help.faq_heading": "សំណួរដែលឆ្លើយជាញឹកញឹក", + "help.getting_started": "ចាប់ផ្តើម", + "help.heading": "មជ្ឈមណ្ឌលជំនួយ", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "ប្រើ REST API ដើម្បីបញ្ចូលឯកសារដោយកម្មវិធី។ សូមអ Authenticate ទៅជាមួយកូដ Bearer និង POST ឯកសារទៅកាន់ចំណុចផ្ទុកឡើង។", + "help.ingestion_heading": "ឧបករណ៍បញ្ចូលទិន្នន័យ", + "help.ingestion_mobile": "កម្មវិធីចលករ", + "help.ingestion_mobile_desc": "ប្រើកម្មវិធីស្កេនទូរស័ព្ទ mobile ដែលគាំទ្រដែលជាកន្លែងផ្ទុក HTTP ថ្មីដើម្បីផ្ញើរូបថតនិងស្កេនទៅ DocuElevate ពីទូរស័ព្ទស្មាអូប ឬតាប្លេតរបស់អ្នក។", + "help.ingestion_scanners": "ម៉ាស៊ីនស្កេនបណ្តាញ", + "help.ingestion_scanners_desc": "ចង្អុលម៉ាស៊ីនស្កេនបណ្តាញឬម៉ាស៊ីនបោះពុម multifunction ទៅកាន់ចំណុចផ្ទុកឡើងរបស់ DocuElevate។ ឯកសារដែលបានស្កេននឹងធ្វើការស្វែងរកចូលទៅក្នុងបញ្ជីកំពុងដំណើរការរបស់អ្នក។", + "help.ingestion_watched_folders": "ថតបានមើល", + "help.ingestion_watched_folders_desc": "កំណត់ថតក្នុងស្រុក ឬថតបណ្តាញដែលត្រូវបានមើល។ ឯកសារណាមួយដែលត្រូវបានដាក់ចូលក្នុងថតដែលត្រូវបានមើលនឹងត្រូវបានផ្ទុកឡើងដោយស្វ័យប្រវត្តិនិងដំណើរការដោយ DocuElevate។", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "បញ្ចូល DocuElevate ជាមួយនឹងការធ្វើប្រតិបត្តិការដោយ Zapier, n8n, ឬ Make។ ប្រើសកម្មភាព REST API ដើម្បីរ៉ាប់រ៉ារអំពីការផ្ទុកអត្ថបទឯកសារ ពីព្រឹត្តិការ ណាមួយ។", + "help.meta_description": "ទទួលបានជំនួយជាមួយ DocuElevate – ស្វែងរកមេរៀនក្នុងការផ្ទុកឯកសារ, เชื่อมกลุ่มពពក, កំណត់បណ្តាញ, និងច្រើនទៀត។", + "help.og_description": "ទទួលបានជំនួយជាមួយ DocuElevate – ស្វែងរកមេរៀនក្នុងការផ្ទុកឯកសារ, เชื่อมกลุ่มពពក, កំណត់បណ្តាញ, និងច្រើនទៀត។", + "help.page_title": "មជ្ឈមណ្ឌលជំនួយ", + "help.privacy_notice": "ពត៌មានឱ្យបានប្រកបដោយឯកជនភាព", + "help.quickstart_heading": "ការចាប់ផ្តើមយ៉ាងឆាប់រហ័ស", + "help.quickstart_storage": "ភ្ជាប់ស្តុក", + "help.quickstart_storage_desc": "ទៅកាន់ការកំណត់ និងភ្ជាប់គណនីព bulដារខ Cloud របស់អ្នក។ ឯកសារដែលដំណើរការ ត្រូវបានបញ្ជូនទៅគោលដៅជាមួយដែលអ្នកកំណត់។", + "help.quickstart_storage_desc_full": "ចូលទៅកាន់ការបង្កើត និងភ្ជាប់គណនីផ្ទុកពពករបស់អ្នក។ DocuElevate គាំទ្រ Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud និងច្រើនទៀត។ ឯកសារដែលបានដំណើរការ ត្រូវបានផ្ញើទៅគ្រប់គ្រឿងចក្រ ដែលអ្នកកំណត់។", + "help.quickstart_upload": "បញ្ចូលឯកសារ", + "help.quickstart_upload_desc": "ដក់ & វះឯកសារចូលកាន់ទំព័រ Upload ឬចុចជ្រើសឯកសារ។ DocuElevate បំលែងរូបភាព និងឯកសារការិយាល័យទៅជាPDF ជាមួយនឹងការប្រតិបត្តិការOCR និងច extractor metadata ដោយស្វ័យប្រវត្តិ។", + "help.quickstart_workflows": "ធ្វើឱ្យការងារជាដំណើរការ", + "help.quickstart_workflows_desc": "បង្កើត Pipelines ដើម្បីកំណត់ការដំណើរការតាមជំហាន និងច្បាប់បញ្ជូន។ ជួយប្រមូលនូវ OCR, ការដោះសោ AI, ការបំលែងទ្រង់ទ្រាយ និងការបញ្ជូននៅក្នុងមួយចលនាក្នុងលំនាំមួយ។", + "help.sources_email_ingestion": "ការទទួលអ៊ីមែល (IMAP)", + "help.sources_email_ingestion_desc": "បញ្ជូនឯកសារទៅកាន់ប្រអប់សំបុត្រដែលគេបានគ្រប់គ្រង។ នៅក្នុងការទទួលអ៊ីមែល បន្ថែមគណនី IMAP មួយឬច្រើន។ DocuElevate ត្រួតពិនិត្យសារថ្មីនិងដំណើរការជើងភ្ជាប់ដោយស្វ័យប្រវត្តិ។", + "help.sources_heading": "ប្រភព - ការទទួលឯកសារ", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "រួមបញ្ចូលដោយនិទាឃរដូវឯកសារចូលក្នុង /api/upload។ ដោយរួមប្រសិទ្ធភាពសម្រាប់ស្ដីអំពីការ, បណ្ដុំដែលត្រូវបានម៉ូដែល, ការស្កេន, ឬឧបករណ៍ភាគីទីបីដូចជា Zapier និង n8n។", + "help.sources_scanner": "ម៉ាស៊ីនស្កេន & ទូរស័ព្ទចល័ត", + "help.sources_scanner_desc": "បង្ហោះម៉ាស៊ីនស្កេនបណ្ដាញទៅកាន់ចំណុចផ្ទុកឯកសារដែលមានប្រសិទ្ធភាពរបស់ DocuElevate ឬប្រើកម្មវិធីស្កេនចល័តណាមួយដែលគាំទ្រតំបន់HTTP ផ្ទាល់ខ្លួន។", + "help.sources_scanner_desc_full": "កំណត់ម៉ាស៊ីនស្កេនបណ្តាញ ឬម៉ាស៊ីនបោះពុម multifunction របស់អ្នក ដើម្បីផ្ញើឯកសារស្កេនទៅ DocuElevate យូន៉ទឹម។ ប្រើចំណុច /api/upload ជាកន្លែងចេញ។ កម្មវិធីស្កេនលើទូរស័ព្ទដែលមានកន្លែងដាក់បញ្ចូលផ្ទុះគ្នាក៏ត្រូវបានគាំទ្រដែរ។", + "help.sources_web_upload": "បញ្ចូលតាមអ៊ីនធឺណែត", + "help.sources_web_upload_desc": "វិធីសាស្ត្រដែលលឿនបំផុតដើម្បីចាប់ផ្តើម។ បើកទំព័រ Upload, ដាក់ឯកសារមួយឬច្រើន, ហើយ DocuElevate ច្បាស់នឹងជួយឲ្យបានសម្រូចហូត។ មុខរបរ ដែលគាំទ្ររួមមាន PDF, JPEG, PNG, TIFF, DOCX, XLSX, និងផ្សេងៗទៀត។", + "help.subheading": "អ្វីដែលអ្នកត្រូវការ​ដើម្បីទទួលបានអ្វីកាន់តែច្រើនពី DocuElevate។ ស្វែងរកប្រធានបទខាងក្រោម ឬស្វែងរកអ្វីដែលអ្នកចង់បាន។", + "help.support": "គាំទ្រ", + "help.support_admin_message": "ទំនាក់ទំនងអ្នកគ្រប់គ្រងរបស់អ្នកសម្រាប់ព័ត៌មានគាំទ្រ។", + "help.support_description": "មិនអាចស្វែងរកអ្វីដែលអ្នកកំពុងស្វែងរកបានទេ? ក្រុមគាំទ្ររបស់យើងនៅទីនេះដើម្បីជួយ។", + "help.support_heading": "ទំនាក់ទំនងគាំទ្រ", + "help.support_live_chat": "ការសន្ទនាជោគជ័យទទួលបាន – ចុចពីរបារសន្ទនាដើម្បីចាប់ផ្តើមការសន្ទនា។", + "help.support_ticket_button": "ដាក់លេខសំងាត់", + "help.support_ticket_desc": "បំពេញទ формы ខាងក្រោម និងក្រុមគាំទ្ររបស់យើងនឹងឆ្លើយតបអ្នកក្នុងរយៈពេលឆាប់ៗនេះ។", + "help.support_ticket_heading": "បើកបានលេខសំងាត់គាំទ្រ", + "help.title": "មជ្ឈមណ្ឌលជំនួយ", + "help.workflows_creating": "កែទ្រង់ទ្រាយបង្ហូរ", + "help.workflows_definition": "Pipeline គឺជាស៊េរីនៃបន្ទាត់នៃសកម្មភាពផ្តល់កំណត់ដែលទៅនឹងដំណើរការទៅតាមម្តុលរាល់ដំណែងដែលឯកសារត្រូវបានទទួល។ បន្ទាត់ទាំងអស់អាចបម្លែង, បង្កើត, ឬបញ្ជូនឯកសារ។", + "help.workflows_heading": "សកម្មភាព & Pipelines", + "help.workflows_step_1": "បម្លែងទៅជា PDF", + "help.workflows_step_1_create": "ចូលទៅកាន់ Pipelines នៅក្នុងម៉ឺនុយសំខាន់។", + "help.workflows_step_1_full": "ប្តូរទៅ PDF – ឯកសារទាំងអស់ដែលចូលនឹងត្រូវបានធ្វើឱ្យសមស្របទៅជាទ្រង់ទ្រាយ PDF ថ្មី។", + "help.workflows_step_2": "OCR - យកអក្សរចេញ", + "help.workflows_step_2_create": "ចុច New Pipeline ហើយផ្តល់ឈ្មោះវា។", + "help.workflows_step_2_full": "OCR – យកអត្ថបទដែលអាចជ្រើសបានចេញពីទំព័រស្កេនដោយប្រើ Azure Document Intelligence ឬម៉ាស៊ីនមួយ។", + "help.workflows_step_3": "ការទាញយកមាតិកា AI", + "help.workflows_step_3_create": "បន្ថែមជំហានកំណត់ដែលអ្នកត្រូវការនៅ។", + "help.workflows_step_3_full": "ការទាញយកព័ត៌មានប្រពន្ធ័ AI – បែងចែកប្រភេទឯកសារនិងទាញយកស៊ុមស្នាមដៃ ដូចជា ចំនួន, កាលបរិច្ឆេទ, និងឈ្មោះ ប្រើ OpenAI។", + "help.workflows_step_4": "ដឹកជញ្ជូនទៅកាន់កន្លែងទទួលមួយឬច្រើន", + "help.workflows_step_4_create": "ជ្រើសគោលដៅដឹកជញ្ជូនមួយឬច្រើន។", + "help.workflows_step_5_create": "រក្សាទុក - ឯកសារថ្មីនឹងត្រូវបានដំណើរការ តាមរយៈពាណិជ្ជកម្មនេះដោយស្វ័យប្រវត្តិ។", + "help.workflows_typical_steps": "ជំហានទូទៅ", + "help.workflows_what_is": "Pipeline គ是什么?", + "index.badge_intelligent": "នានា ឯកសារយ៉ាងវៃឆ្លាត", + "index.button_browse_files": "ស្វែងរកឯកសារ", + "index.button_upload": "បញ្ចូល", + "index.capabilities_cloud": "សារពើភ័ណ្ឌគម្របខ្យល់: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "ការប្រមូលឯកសារតាមអ៊ីមែល និង URL", + "index.capabilities_ocr": "OCR និងការទាញយកមាតិកាដោយ AI", + "index.capabilities_paperless": "ការចូលរួម Paperless-ngx សម្រាប់ការគ្រប់គ្រងឯកសារ", + "index.capabilities_title": "សមត្ថភាព", + "index.capabilities_workflows": "ការបែងចែកស្វ័យប្រវត្តិ និងការបញ្ជូនលំហាត់", + "index.cta_description": "រួមចំណែកជាមួយក្រុមដែលបានដំណើរការទុនសេះឯកសារជាមួយ DocuElevate។", + "index.cta_heading": "តើអ្នកត្រៀមខ្លួនចំពោះការលើកស្ទួយឯកសាររបស់អ្នកទេ?", + "index.cta_pricing": "ឃើញតម្លៃ", + "index.cta_signup": "បង្កើតគណនីឥតគិតថ្លៃ", + "index.dashboard_subtitle": "ការប្រមូលឯកសារយ៉ាងវៃឆ្លាត និងការគ្រប់គ្រង", + "index.dashboard_subtitle_teams": "ការប្រមូលឯកសារយ៉ាងវៃឆ្លាត និងការគ្រប់គ្រង - បង្កើតសម្រាប់ក្រុម", + "index.feature_ai": "ការទាញយកមាតិកា AI", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, និងអ្នកផ្គត់ផ្គង់ AI ផ្សេងទៀតចាត់តាំងឯកសារនិងយកចម្បងមេដឹកនាំដូចជាថ្ងៃ, ចំនួន, និងមុខវត្ថុ។", + "index.feature_cloud": "សារពើភ័ណ្ឌម៉ុលទី", + "index.feature_cloud_desc": "ផ្លូវឯកសារដែលបានដំណើរការទៅកាន់ Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, និងផ្សេងទៀត។", + "index.feature_email": "ការប្រមូលឯកសារតាមអ៊ីមែល និង IMAP", + "index.feature_email_desc": "យកឯកសារពី Gmail ឬកប្បាស IMAP យ៉ាងស្វ័យប្រវត្តិ - មិនចាំបាច់បញ្ចូលដោយមែនទេ។", + "index.feature_ocr": "OCR និងការទាញយកអក្សរ", + "index.feature_ocr_desc": "Azure Document Intelligence បម្លែង PDF និងរូបភាពដែលបានគូសទៅជាអក្សរដែលស្រាវជ្រាវបានទាំងស្រុងដោយស្វ័យប្រវត្តិ។", + "index.feature_pipelines": "Pipeline ផ្ទៃខាង", + "index.feature_pipelines_desc": "សាងសង់ផលប្រយោជន៍ដោយជំហានអាចកំណត់ - OCR, ការចេញ AI, ការបម្លែងទ្រង់ទ្រាយ, និងការបញ្ជូនសារពើភ័ណ្ឌក្នុងលំដាប់ណាមួយ។", + "index.feature_search": "ស្វែងរកអត្ថបទពេញ", + "index.feature_search_desc": "រកឯកសារណាមួយដោយមាតិកា, មេដឹកនាំ, ឬស្លាកនៅទូទាំងអារាំរបស់អ្នក។", + "index.feature_section_title": "គ្រប់យ៉ាងដែលអ្នកត្រូវការសម្រាប់សកម្មភាពឯកសារយ៉ាងឆ្លាត", + "index.getting_started": "ការចាប់ផ្តើម", + "index.getting_started_1": "កំណត់រចនាសម្ព័ន្ធនៃការរួមបញ្ចូលតាមរយៈស្ថានភាពប្រព័ន្ធ", + "index.getting_started_2": "ផ្ទុកឯកសារដំបូងរបស់អ្នក", + "index.getting_started_3": "ពិនិត្យលទ្ធផលនៅក្នុងឯកសារ", + "index.getting_started_learn": "រៀនបន្ថែមអំពី DocuElevate", + "index.hero_description": "DocuElevate រក្សាទុកឯកសាររបស់អ្នក, ប្រើប្រាស់ OCR, ទាញយកមូលដ្ឋានទិន្នន័យដោយ AI, និងបញ្ជូនឯកសារទៅកាន់ Dropbox, Google Drive, OneDrive, S3, Nextcloud, និងផ្សេងទៀត — ទាំងអស់ក្នុងបណ្តាញដែលរលូនមួយ", + "index.hero_heading": "ចាប់ពីការផ្ទុកទៅកាន់ការយល់ដឹង — ដោយស្វ័យប្រវត្តិ។", + "index.hero_login": "ចូល", + "index.hero_pricing": "មើលផែនការនិងតម្លៃ", + "index.hero_signup": "ចាប់ផ្តើម — វាឥតគិតថ្លៃ", + "index.integrations_active": "ការរួមបញ្ចូលសកម្ម", + "index.integrations_storage": "គោលដៅដោយសંગ્રៈ", + "index.integrations_title": "ការរួមបញ្ចូល", + "index.integrations_view_status": "មើលស្ថានភាពប្រព័ន្ធ", + "index.page_title_dashboard": "បញ្ជីដ្ឋាន", + "index.page_title_public": "កែច្នៃឯកសារច្បាស់លាស់", + "index.platform_overview": "ការពិពណ៌នារ្វដ្ឋាន", + "index.processing_stats": "ស្ថិតិការប្រតិបត្តិការ", + "index.quick_actions": "សកម្មភាពភ្លាមៗ", + "index.quick_documents": "ឯកសាររបស់ខ្ញុំ", + "index.quick_documents_desc": "ស្វែងរកឯកសារដែលបានដំណើរការរបស់អ្នក", + "index.quick_search": "ស្វែងរក", + "index.quick_search_desc": "ស្វែងរកអត្ថបទគ្រប់ទាំងក្នុងឯកសារ", + "index.quick_subscription": "ការជាវរបស់ខ្ញុំ", + "index.quick_subscription_desc": "មើលព័ត៌មានលម្អិតនៃផែនការនិងការប្រើប្រាស់", + "index.quick_system_status": "ស្ថានភាពប្រព័ន្ធ", + "index.quick_system_status_desc": "ពិនិត្យសុខភាពការរួមបញ្ចូល", + "index.quick_upload": "ផ្ទុកឯកសារ", + "index.quick_upload_desc": "ដំណើរការឯកសារថ្មី", + "index.quick_view_files": "មើលឯកសារទាំងអស់", + "index.quick_view_files_desc": "ស្វែងរកឯកសារដែលបានដំណើរការ", + "index.single_user_heading": "បញ្ជីដ្ឋាន DocuElevate", + "index.single_user_subtitle": "កែច្នៃនិងគ្រប់គ្រងឯកសារច្បាស់លាស់", + "index.stat_active_integrations": "ការរួមបញ្ចូលសកម្ម", + "index.stat_active_users": "អ្នកប្រើប្រាស់សកម្ម", + "index.stat_files_month": "ឯកសារในខែនេះ", + "index.stat_files_ocr": "ឯកសារដែលមាន OCR", + "index.stat_files_today": "ឯកសារបែបនេះ", + "index.stat_storage_targets": "គោលដៅស្តុក", + "index.stat_this_month": " ខែនេះ", + "index.stat_today": "ថ្ងៃនេះ", + "index.stat_total_files": "ឯកសារសរុប", + "index.stat_total_processed": "ចំនួនសរុបដែលបានប្រតិបត្តិការ", + "index.tier_plan": "ផែនការ", + "index.tier_upgrade": "ឧបត្ថម្ភ", + "index.tier_view_details": "មើលព័ត៌មានលម្អិតពេញលេញ", + "index.upgrade_daily_limits": "កំណត់ការកើនឡើងប្រចាំថ្ងៃ និងប្រចាំខែខ្ពស់", + "index.upgrade_description": "បើកឱ្យឯកសារច្រើនឡើង កន្លែងបញ្ជូនច្រើន និងការគាំទ្រជាអាទិភាព។", + "index.upgrade_destinations": "គន្លងរក្សាទុកច្រើនឡើង", + "index.upgrade_ocr_pages": "ទំព័រ OCR ច្រើនឡើង", + "index.upgrade_plan": "កំណត់ផែនការរបស់អ្នក", + "index.upgrade_view_pricing": "មើលផែនការ និងតម្លៃ", + "index.usage_lifetime": "ឯកសារអាយុកម្លាស់", + "index.usage_month": "ឯកសារនៅខែនេះ", + "index.usage_my_usage": "ការប្រើប្រាស់របស់ខ្ញុំ", + "index.usage_today": "ឯកសារនៅថ្ងៃនេះ", + "index.usage_unlimited": "អត្រាដែលមិនមានការដាក់កំណត់", + "integrations.access_key_label": "អត្តសញ្ញាណស្នាក់ឋាន", + "integrations.active_label": "សកម្ម", + "integrations.add_button": "បញ្ចូលការរួមបញ្ចូល", + "integrations.add_first_button": "បញ្ចូលការរួមបញ្ចូលដំបូងរបស់អ្នក", + "integrations.api_token_label": "API Token", + "integrations.authorize_btn": "អនុញ្ញាត", + "integrations.authorize_reauth": "អនុញ្ញាតវិញ", + "integrations.bucket_label": "ធុងទឹក", + "integrations.configure": "កំណត់", + "integrations.connect": "ភ្ជាប់", + "integrations.connected": "ភ្ជាប់រួចរាល់", + "integrations.connection_failed": "ការតភ្ជាប់អត់បាន", + "integrations.connection_success": "ការតភ្ជាប់សមស្រប", + "integrations.delete_confirm_are_you_sure": "តើអ្នកប្រាកដថាអ្នកចង់លុប?", + "integrations.delete_confirm_title": "លុបការរួមបញ្ចូល?", + "integrations.delete_confirm_undone": "សកម្មភាពនេះមិនអាចត្រឡប់វិញបានទេ។", + "integrations.delete_emails_label": "លុបទំព័រអ៊ីមែលក្រោយពីធ្វើដំណើរ", + "integrations.delete_files_label": "លុបទិន្នន័យក្រោយពីធ្វើដំណើរ", + "integrations.destinations_quota_label": "កំណត់ទិន្នន័យធ(Storage Destinations):", + "integrations.destinations_section": "ទីតាំង", + "integrations.direction_destination": "ទីតាំង (ធ storage)", + "integrations.direction_label": "ទិសដៅ", + "integrations.direction_placeholder": "\u0016D ជ្រើសរៀងខ្ពស់\u0016D", + "integrations.direction_source": "ប្រភព (ការបញ្ចូល)", + "integrations.disconnect": "ផ្តាច់", + "integrations.email_settings": "ការកំណត់ផ្ញើអ៊ីមែល", + "integrations.empty_state": "គ្មានការ រួមបញ្ចូលដែលបានកំណត់", + "integrations.endpoint_label": "URL សមាជិក", + "integrations.endpoint_optional": "(ជាជម្រើស, សម្រាប់ S3 compatible)", + "integrations.folder_label": "ថត", + "integrations.folder_optional": "(ជាជម្រើស)", + "integrations.folder_path_label": "ផ្លូវថត", + "integrations.folder_prefix_label": "ក្បាលថត", + "integrations.generic_settings_hint": "ការកំណត់សម្រាប់ប្រភេទការរួមបញ្ចូលនេះអាចបានផ្ដល់ជាជាន់ JSON បន្ទាប់ពីបង្កើតតាម API។", + "integrations.gmail_hint": "ម៉ាក និងផ្កាយ Gmail: នៅពេលដែលតើកំពុងអនុញ្ញាត, អ៊ីមែលដែលបានដំណើរការត្រូវបានផ្កាយហើយបានម៉ាកជាមួយអ្នកសហព័ន្ធ \"បានបញ្ចូល\" នៅក្នុង Gmail។ នេះគ្រាន់តែអាចអនុវត្តទៅម៉ាស៊ីនបម្រើ Gmail ប៉ុណ្ណោះ។", + "integrations.gmail_labels": "អនុវត្តម៉ាក Gmail & ផ្កាយ", + "integrations.host_label": "ម្ចាស់គេហទំព័រ", + "integrations.imap_settings": "កំណត់ IMAP", + "integrations.loading": "កំពុងផ្ទាញការរួមបញ្ចូល\u0016D", + "integrations.modal_close": "បិទម៉ូដាល់", + "integrations.modal_title_add": "បញ្ចូលការរួមបញ្ចូល", + "integrations.modal_title_edit": "កែប្រែការរួមបញ្ចូល", + "integrations.name_label": "ម៉ាក", + "integrations.name_placeholder": "ឆាប់ៗ។ ការងារគ្រាម្រាស់, S3 Archive", + "integrations.nextcloud_settings": "ការកំណត់ Nextcloud", + "integrations.nextcloud_url_label": "URL Nextcloud", + "integrations.no_integrations_body": "បន្ថែមការបញ្ចូលដំបូងរបស់អ្នកដើម្បីភ្ជាប់ប្រភពឈូង (ដូចជា IMAP) និងគោលដៅស្តុក (ដូចជា S3, Dropbox, ឬ Google Drive ។)", + "integrations.not_connected": "មិនបានភ្ជាប់", + "integrations.oauth_folder_label": "ថត", + "integrations.oauth_hint": "រក្សាទុកការបញ្ចូលនេះមុន, បន្ទាប់មកប្រើប៊ូតុង Authorize ដើម្បីបញ្ចប់លំហូរ OAuth។ អាជីវកម្មរបស់អ្នកនឹងត្រូវបានរក្សាទុកយ៉ាងសុវត្ថិភាពនៅក្នុងកំណត់ត្រាការបញ្ចូលផ្ទាល់ខ្លួនរបស់អ្នក។", + "integrations.page_title": "ការរួមបញ្ចូល", + "integrations.paperless_settings": "ការកំណត់ Paperless NGX", + "integrations.password_label": "លេខសំងាត់", + "integrations.paused": "បានខ្ចូត", + "integrations.plan_label": "ផែនការ:", + "integrations.port_label": "ដើមឈាម", + "integrations.quota_not_available": "(អត់អាចរកបាន)", + "integrations.quota_unlimited": "/ អចក្រិត", + "integrations.recipient_label": "អ៊ីមែលអ្នកទទួល", + "integrations.region_label": "តំបន់", + "integrations.remote_path_label": "ទីកន្លែងចេញក្រៅ", + "integrations.s3_prefix_label": "Prefix (ទីបញ្ជាក់ថត)", + "integrations.s3_settings": "ការកំណត់ S3", + "integrations.secret_key_label": "សោសម្ងាត់", + "integrations.show_password": "បង្ហាញពាក្យសម្ងាត់", + "integrations.show_secrets": "បង្ហាញសម្ងាត់", + "integrations.show_token": "បង្ហាញកូដ", + "integrations.source_local": "ប្រព័ន្ធឯកសារដែលនៅក្នុងមូលដ្ឋាន", + "integrations.source_type_label": "ប្រភេទប្រភព", + "integrations.sources_quota_label": "ប្រភពសំបុត្រ៖", + "integrations.sources_section": "ប្រភព", + "integrations.subtitle": "គ្រប់គ្រងប្រភពចូល និងគោលដៅស្តុករបស់អ្នកនៅក្នុងកន្លែងមួយ។", + "integrations.title": "ការរួមបញ្ចូល", + "integrations.type_label": "ប្រភេទការបញ្ចូល", + "integrations.type_placeholder": "\u0017D\u00154 ជ្រើសរើសទិសខាងមុន \u0017D\u00154", + "integrations.upgrade_plan": "ធ្វើជំពូកផែនការ", + "integrations.use_ssl": "ប្រើ SSL", + "integrations.username_label": "ឈ្មោះអ្នកប្រើប្រាស់", + "integrations.watch_folder_settings": "ការកំណត់ថតមើល", + "integrations.webdav_settings": "ការកំណត់ WebDAV", + "integrations.webdav_url_label": "URL WebDAV", + "integrations.webhook_heading": "Webhook Ingestion", + "integrations.webhook_how_heading": "របៀបដែល Webhook Ingestion ដំណើរការ", + "integrations.webhook_how_text": "ការបញ្ចូល webhook អនុញ្ញាតឱ្យប្រព័ន្ធក្រៅបង្ហាញឯកសារទៅក្នុង DocuElevate តាមរយៈ REST API ។ តាមរយៈការបង់អត្រា ជំនួយសម្រាប់ឯកសារថ្មី (ដូចជា IMAP), កម្មវិធីរបស់អ្នកផ្ញើឯកសារទៅ DocuElevate ប្រើការស្នើសុំ HTTP ជាមួយកូដ API សម្រាប់ការផ្ទៀងផ្ទាត់។", + "integrations.webhook_ideal_text": "នេះគឺល្អសម្រាប់បន្ទាត់ CI/CD, សkript អូតូម៉ារួម, ការបញ្ចូលស្កាន័រហើយ ឬប្រព័ន្ធណាមួយដែលកើតមានឯកសារនិងត្រូវប្រើបញ្ជូនរបស់វ​សម្រាប់ការប្រព្រឹត្តកម្ម।", + "integrations.webhook_quick_start": "ចាប់ផ្តើមយ៉ាងឆាប់រហ័ស", + "integrations.webhook_security_tip": "បង្កើតកូដ API ពិសេសសម្រាប់ការបញ្ចូលមួយៗ ហើយយកវាឱ្យកំណត់ភ្លាមៗប្រសិនបើថោះកូដ។ កូដអាចត្រូវបានគ្រប់គ្រងនៅក្នុងទំព័រ API Tokens ។", + "integrations.webhook_step1": "ចូលទៅកាន់ {api_tokens_link} ហើយបង្កើតកូដគំនិតផ្ទាល់ខ្លួន។", + "integrations.webhook_upload_with_token": "ប្រើកូដ ដើម្បីបញ្ជូនឯកសារតាមរយៈ API:", + "language.bg": "ភាសាប៊ុលហ្គារីយ៉ាន", + "language.ca": "ភាសាកាតាឡេន", + "language.change_success": "បានផ្លាស់ប្តូរភាសាទៅ {language}", + "language.changed": "បានផ្លាស់ប្តូរភាសាទៅ {language}", + "language.cs": "ភាសាចេខ", + "language.da": "ភាសាឌានីស", + "language.de": "ភាសាអាល្លឺម៉ង់", + "language.el": "ភាសាស៊ីក្រិច", + "language.en": "ភាសាអង់គ្លេស", + "language.es": "ភាសាអេស៉ប៉ាញ", + "language.et": "ភាសាអេស្តូនី", + "language.fi": "ភាសាហ្វីន", + "language.fr": "ភាសាបារាំង", + "language.ga": "ភាសាខេលីស", + "language.hr": "ភាសាខ្រូអូឌីស", + "language.hu": "ហ៊ុយហ្គារីអង់", + "language.is": "អ៊ីស្លង់", + "language.it": "អ៊ីតាលី", + "language.lb": "លុចសំបក", + "language.lt": "លីទូវីយ៉ា", + "language.lv": "លាតវ៉ាស", + "language.nb": "ន័រដី", + "language.nl": "ហូឡង់", + "language.no_results": "មិនមានភាសាអ្វីបានរកឃើញទេ", + "language.pl": "ផូឡង់", + "language.pt": "ព័រទូហ្គាល់", + "language.ro": "រ៉ូម៉ានី", + "language.ru": "រ៉ូស៊ី", + "language.search_placeholder": "ស្វែងរកភាសា", + "language.selector": "ភាសា", + "language.selector_label": "ជ្រើសរើសភាសា", + "language.sk": "ស្លូវ៉ាក់", + "language.sl": "សLouisុយ", + "language.sv": "ស្វេដ", + "language.tr": "ទ័រគីស", + "language.uk": "អូក្រែន", + "language.zh": "ចិន", + "nav.about": "អំពី", + "nav.account_menu": "ម៉ឺនគណនី", + "nav.account_menu_for": "ម៉ឺនគណនីសម្រាប់ {name}", + "nav.admin": "អត្ថបទគ្រប់គ្រង", + "nav.admin.audit_logs": "កាតព្វកិច្ចសូមពិចារណា", + "nav.admin.backups": "បម្រុង", + "nav.admin.plans": "ផែនការ", + "nav.admin.scheduled_jobs": "ការងារដែលបានកំណត់", + "nav.admin.users": "អ្នកប្រើ", + "nav.admin_actions": "សកម្មភាពអភិបាល", + "nav.admin_menu": "ម៉ឺនុយអភិបាល", + "nav.api_docs": "ឯកសារ API", + "nav.api_tokens": "តូកេន API", + "nav.backup_restore": "បម្រុង និងកែសម្រួល", + "nav.credentials": "អត្តសញ្ញាណ", + "nav.dark_mode": "ម៉ូដែលងងឹត", + "nav.dashboard": "បញ្ជីគ្រប់គ្រង", + "nav.developer_docs": "ឯកសារ​អភិវឌ្ឍន៍", + "nav.duplicates": "ស្ពឹកជាន់", + "nav.file_manager": "អ្នកគ្រប់គ្រងឯកសារ", + "nav.files": "ឯកសារ", + "nav.get_started": "ចាប់ផ្តើម", + "nav.help": "ជំនួយ", + "nav.help_center": "មណ្ឌលជំនួយ", + "nav.imap": "នាំចូលអ៊ីមែល", + "nav.integrations": "ការរួមបញ្ចូល", + "nav.light_mode": "របៀបភ្លឺ", + "nav.login": "ចុinputក្នុង", + "nav.logout": "ចេញ", + "nav.main_navigation": "មិនលំអែងសំខាន់", + "nav.my_subscription": "ការជាវរបស់ខ្ញុំ", + "nav.notifications": "ការជូនដំណឹង", + "nav.open_main_menu": "បើកម៉ឺនុយសំខាន់", + "nav.pipelines": "បណ្ដាញ", + "nav.plan_designer": "អ្នករចនាច្បាប់", + "nav.pricing": "តម្លៃ", + "nav.profile": "ប្រវត្តិរូប", + "nav.profile_settings": "ការកំណត់ប្រវត្តិ", + "nav.queue": "បញ្ជីរង់ចាំ", + "nav.queue_monitor": "ម៉ូនីត័រ​បញ្ជី​រង់ចាំ", + "nav.scheduled_jobs": "ការងារ​ដែលបានកំណត់", + "nav.search": "ស្វែងរក", + "nav.settings": "កំណត់", + "nav.shared_links": "តំណភ្ជាប់ដែលបានចែករំលែក", + "nav.sign_out": "ចុះចូល", + "nav.signup": "ចុះឈ្មោះ", + "nav.similarity": "ភាពស្រដៀង", + "nav.skip_to_content": "អត់​កុំរាំងរ៉េ​ដល់ខ្លឹមសារសំខាន់", + "nav.status": "ស្ថានភាព", + "nav.subscription": "ការជាវ", + "nav.toggle_dark_mode": "ប្តូរបច្ចុប្បន្នភាពអង្រួន", + "nav.toggle_nav": "ប្តូរម៉ឺនុយណាវីកង់", + "nav.upload": "អំពាវនាវ", + "nav.users": "អ្នកប្រើ", + "nav.version": "ព័ត៌មានអំពីកំណែ", + "notifications.filter_all": "ទាំងអស់", + "notifications.filter_read": "អានទេ", + "notifications.filter_unread": "អានមិនបានទេ", + "notifications.manage_desc": "គ្រប់គ្រងប្រអប់អ៊ីមែលជូនដំណឹង អំពីគោលដៅ និងការជ្រើសរើសក៏ឡើង", + "notifications.mark_all_read": "សម្គាល់ទាំងអស់ថាអាន", + "notifications.mark_all_read_btn": "សម្គាល់ទាំងអស់ថាអាន", + "notifications.mark_read": "សម្គាល់ថាអាន", + "notifications.no_notifications": "គ្មានការជូនដំណឹង", + "notifications.page_title": "ការជូនដំណឹង", + "notifications.tab_inbox": "ប្រអប់សារទូល", + "notifications.tab_settings": "កំណត់", + "notifications.title": "ការប្រកាស", + "notifications.unread_count": "{count} ការប្រកាសមិនទាន់បានអាន", + "pipelines.active_label": "សកម្ម", + "pipelines.add_step_btn": "បន្ថែមជំហាន", + "pipelines.create": "បង្កើតឈើដំណាក់កាល", + "pipelines.custom_label_label": "អត្ថបទមានភាពអនុញ្ញាត", + "pipelines.default_label": "លំនាំដើម", + "pipelines.description_label": "ការពិពណ៌នា", + "pipelines.description_placeholder": "ការពិពណ៌នាដែលមិនធ្វើអោយកែង", + "pipelines.disabled_label": "បានបិទ", + "pipelines.edit": "កែសម្រួលឈើដំណាក់កាល", + "pipelines.empty_state": "នៅនេះមិនមានឈើដំណាក់កាល", + "pipelines.empty_state_hint": "បង្កើតឈើដំណាក់កាលដំបូងរបស់អ្នកដើម្បីកំណត់ដំណើរការឯកសារដែលមានអត្ថបទអនុញ្ញាត។", + "pipelines.enabled_label": "បានអនុញ្ញាត", + "pipelines.force_cloud_ocr_label": "បង្ខំឱ្យប្រើ Cloud OCR (រំលងការទាញយកអត្ថបទក្នុងស្រុក)", + "pipelines.inactive_label": "មិនសកម្ម", + "pipelines.loading": "កំពុងមើលឈើដំណាក់កាល\t\t\t", + "pipelines.name_placeholder": "ឈើដំណាក់កាលរបស់ខ្ញុំ", + "pipelines.new_pipeline_btn": "ឈើដំណាក់កាលថ្មី", + "pipelines.no_steps": "មិនមានជំហានបញ្ជាក់ទេ។ បន្ថែមជំហានមួយដើម្បីចាប់ផ្តើមកសាងឈើដំណាក់កាលរបស់អ្នក។", + "pipelines.ocr_auto": "ស្វ័យប្រវត្តិ (ប្រើលំនាំដើមប្រពន្ធ័)", + "pipelines.ocr_language_hint": "ប្តូរតំលៃភាសាសម្រាប់ Tesseract/EasyOCR។ Azure និង Mistral ធ្វើការស្គាល់ភាសាដោយស្វ័យប្រវត្តិ។", + "pipelines.ocr_language_label": "ភាសា OCR", + "pipelines.optional_suffix": "(មានឱ្យជ្រើសរើស)", + "pipelines.page_title": "ការប្រតិបត្តិឈើដំណាក់កាល", + "pipelines.set_default": "កំណត់ជា​ឈើដំណាក់កាលលំនាំដើម​របស់ខ្ញុំ", + "pipelines.step_label_placeholder": "ប្តូរឈ្មោះជំហានលំនាំដើម", + "pipelines.step_type_label": "ប្រភេទជំហាន", + "pipelines.subtitle_intro": "កំណត់និងគ្រប់គ្រងដំណើរការឯកសារដែលមានអត្ថបទអនុញ្ញាត។", + "pipelines.subtitle_system_post": "សញ្ញាសាស្ត្រ និងអាចមើលឃើញដោយអ្នកប្រើទាំងអស់។", + "pipelines.subtitle_system_pre": "ឈើដំណាក់កាលប្រព័ន្ធ (បង្កើតដោយអ្នកគ្រប់គ្រង) បង្ហាញជាមួយនឹង", + "pipelines.system_label": "ប្រព័ន្ធ", + "pipelines.system_pipeline_label": "ឈើដំណាក់កាលប្រព័ន្ធ (មើលឃើញដោយអ្នកប្រើទាំងអស់)", + "pipelines.title": "ការប្រតិបត្តិឈើដំណាក់កាល", + "profile.avatar_alt": "រូបភាពប្រវត្តិរបស់អ្នក", + "profile.avatar_heading": "រូបភាពប្រវត្តិ", + "profile.avatar_remove": "លុបរូបភាពប្រវត្តិផ្ទាល់ខ្លួន", + "profile.avatar_upload_hint": "អាប់ឡូតរូបភាព JPEG, PNG, GIF ឬ WebP ទំហំមិនបានលើស 2 MB។ ប្រសិនបើមិនមានរូបភាពផ្ទាល់ខ្លួនតំឡើងទេ រូបភាព {gravatar} របស់អ្នកនឹងត្រូវបង្ហាញ។", + "profile.choose_image": "ជ្រើសរូបភាព\n0...", + "profile.confirm_password": "បញ្ជាក់ពាក្យសម្ងាត់ថ្មី", + "profile.contact_email_hint": "ប្រើសម្រាប់ការជូនដំណឹងប្រព័ន្ធ។ នេះមិនប្តូរពាក្យអ៊ីមែលចូលរបស់អ្នកឡើយ។", + "profile.contact_email_label": "អ៊ីមែលរាយការណ៍ / ផ្ញើការជូនដំណឹង", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "ពាក្យសម្ងាត់បច្ចុប្បន្ន", + "profile.dismiss": "អបអភ័យ", + "profile.display_name_hint": "ទុកវាដោយគ្មានគ្រឿងបន្លាស់ដើម្បីប្រើឈ្មោះអ្នកគណនីរបស់អ្នកឬអ៊ីមែល។", + "profile.display_name_label": "ឈ្មោះបង្ហាញ", + "profile.display_name_placeholder": "ឈ្មោះរបស់អ្នកដូចដែលបង្ហាញនៅក្នុង UI", + "profile.general_heading": "ព័ត៌មានទូទៅ", + "profile.gravatar_link": "Gravatar", + "profile.heading": "ការកំណត់ប្រវត្តិ", + "profile.language_auto_detect": "រកឃុំដោយស្វ័យប្រវត្តិ (ពីផ្ទាំងអ្នកម៉ាស៊ីន)", + "profile.language_hint": "ជ្រើសភាសាសមរម្យទាំងនេះ។ “រកឃុំដោយស្វ័យប្រវត្តិ” នឹងអនុវត្តតាមការកំណត់អ្នកម៉ាស៊ីនរបស់អ្នក។", + "profile.language_label": "ភាសា UI", + "profile.new_password": "ពាក្យសម្ងាត់ថ្មី", + "profile.new_password_hint": "អញ្ញើនទំហំ 8 តួអក្សរ។", + "profile.page_title": "ការកំណត់ប្រវត្តិ – DocuElevate", + "profile.password_heading": "ប្តូរពាក្យសម្ងាត់", + "profile.preferences_heading": "ប្រភេទ", + "profile.save_button": "រក្សាទុកការផ្លាស់ប្តូរ", + "profile.saving": "កំពុងរក្សាទុក\u0000a0...", + "profile.subtitle": "គ្រប់គ្រងឈ្មោះបង្ហាញរបស់អ្នក, រូបភាព, ភាសា, និងការជ្រើសរើសថ្មី។", + "profile.theme_dark": "មង შედეგ", + "profile.theme_hint": "“លំនាំគំរូ” នឹងអនុវត្តតាមការកំណត់កម្រិតមងខ្មៅរបស់ឧបករណ៍របស់អ្នក។", + "profile.theme_label": "សេវាកម្មពណ៌", + "profile.theme_light": "ល្អ", + "profile.theme_system": "លំនាំគំរូ", + "profile.update_password": "អ៊ីមែលពាក្យសម្ងាត់", + "profile.updating": "ក正在បច្ចុប្បន្នភាព\n0", + "queue.active_tasks": "កាស្រោមសកម្ម", + "queue.auto_refresh_1": "សូម្បី សុវត្ថិភាពរៀបរាប់រាល់", + "queue.auto_refresh_2": "វិនាទី", + "queue.col_arguments": "អាគ្រោង", + "queue.col_current_step": "ជំហានបច្ចុប្បន្ន", + "queue.col_file": "ឯកសារ", + "queue.col_files": "ឯកសារ", + "queue.col_queue": "ថ្នាក់រ៉េ", + "queue.col_state": "អាទិភាព", + "queue.col_task": "ភារៈ", + "queue.col_task_id": "អត្តសញ្ញាណភារៈ", + "queue.files_processing": "កំពុងព្យាបាលឯកសារ", + "queue.heading": "ត្រួតពិនិត្យថ្នាក់រ៉េ", + "queue.last_updated": "បានកែប្រែចុងក្រោយ:", + "queue.loading_stats": "កំពុងផ្ទុកស្ថិតិថ្នាក់រ៉េ\u0000a0\u0000a0", + "queue.no_active_tasks": "មិនមានភារៈសកម្ម", + "queue.no_data": "មិនមានទិន្ន័យ", + "queue.no_files_processing": "មិនមានឯកសារដែលកំពុងព្យាបាល", + "queue.page_title": "ត្រួតពិនិត្យថ្នាក់រ៉េ", + "queue.processing_pipeline": "ខ្សែបន្សំព្យាបាល", + "queue.queued_tasks": "ភារៈដែលនៅក្នុងថ្នាក់រ៉េ", + "queue.recently_processing": "ឯកសារដែលកំពុងព្យាបាលថ្មីៗ", + "queue.redis_queues": "Redis Queues", + "queue.subtitle": "មើលពេលជាក់ស្តែងនៃខ្សែបន្សំព្យាបាលឯកសារ និងថ្នាក់ភារៈធ្វើការនៅក្នុង Celery។", + "queue.workers_online": "ការងារ​អ៊ីនធឺណិត", + "search.button": "ស្វែងរក", + "search.error_message": "ការស្វែងរកមិនមានស្រិតជូរនៅពេលបច្ចុប្បន្ន។ សូមព្យាយាមមួយនៅពេលឆាប់នេះ។", + "search.filter_aria_clear": "សម្អាតគ្រប់អ្នកកំណត់", + "search.filter_clear_button": "សម្អាតអ្នកកំណត់", + "search.filter_date_from": "កាលបរិច្ឆេទពី", + "search.filter_date_to": "កាលបរិច្ឆេទទៅ", + "search.filter_document_type": "ប្រភេទឯកសារ", + "search.filter_document_type_placeholder": "ឧ. វិក័យកន្លែង", + "search.filter_language": "ភាសា", + "search.filter_language_placeholder": "ឧ. de", + "search.filter_sender": "អ្នកផ្ញើ", + "search.filter_sender_placeholder": "ឧ. ACME Corp", + "search.filter_tags": "ស្លាក", + "search.filter_tags_placeholder": "ឧ. amazon", + "search.filter_text_quality": "គុណភាពអត្ថបទ", + "search.filter_text_quality_all": "គ្រប់", + "search.filter_text_quality_high": "ខ្ពស់", + "search.filter_text_quality_low": "ទាប", + "search.filter_text_quality_medium": "មធ្យម", + "search.filter_text_quality_no_text": "មិនមានអត្ថបទ", + "search.heading": "ស្វែងរកឯកសារ", + "search.input_aria_label": "ស្វែងរកឯកសារ", + "search.input_placeholder": "ស្វែងរកឯកសារតាមគ្រប់មាតិកា, អ្នកផ្ញើ, តុ, ប្រភេទ...", + "search.loading_indicator": "កំពុងស្វែងរក\n0...", + "search.no_results": "មិនមានលទ្ធផលណាមួយ", + "search.page_title": "ស្វែងរកឯកសារ", + "search.placeholder": "ស្វែងរកតាមឈ្មោះឯកសារ, មាតិកា, តុ...", + "search.result_empty": "មិនមានឯកសារណាមួយដែលត្រូវគ្នានឹងការស្វែងរករបស់អ្នក។", + "search.results_count": "{count} លទ្ធផលបានរកឃើញ", + "search.saved_aria_save": "រក្សាទុកការស្វែងរកបច្ចុប្បន្ន", + "search.saved_button": "រក្សាទុកបច្ចុប្បន្ន", + "search.saved_empty": "មិនមានការស្វែងរកដែលបានរក្សាទុកឡើយ", + "search.saved_error": "មិនអាចផ្ទាំងព័ត៌មានការស្វែងរកដែលបានរក្សាទុកបានទេ", + "search.saved_label": "ការស្វែងរកដែលបានរក្សាទុក", + "search.saved_loading": "កំពុងផ្ទៃឡើង...", + "search.title": "ស្វែងរកឯកសារ", + "settings.audit_log_btn": "កំណត់ហេតុពិនិត្យ", + "settings.autocomplete_hint": "វាយសម្រាប់ស្វែងរកតម្លៃស្គាល់, ឬបញ្ចូលតម្លៃបុគ្គលិកណាមួយ។", + "settings.autocomplete_no_matches": "មិនមានការប្រកួត​ណាមួយ\n0— អ្នកអាចវាយតម្លៃបុគ្គលិកបាន", + "settings.autocomplete_placeholder": "វាយសម្រាប់ស្វែងរកឬបញ្ចូលតម្លៃ\n0...", + "settings.boolean_enable_prefix": "បើក", + "settings.categories_aria": "ប្រភេទកំណត់រចនាសម្ព័ន្ធ", + "settings.categories_heading": "ប្រភេទ", + "settings.db_wizard_btn": "DB Wizard", + "settings.effective_value_label": "តម្លៃមានសុរិយភាព:", + "settings.encrypted_suffix": "= បានเข้ารหัสនៅស្ថិតិ", + "settings.encrypted_title": "តម្លៃត្រូវបានเข้ารหัสនៅស្ថិតិក្នុងមូលដ្ឋានទិន្នន័យ", + "settings.export_btn": "នាំចេញ", + "settings.export_db_only": "កំណត់សម្រាប់ DB ប៉ុណ្ណោះ", + "settings.export_full_config": "កំណត់សំខាន់ទាំងមូល", + "settings.jump_to_category": "លោតទៅប្រភេទ\n0...", + "settings.manage_config_prefix": "គ្រប់គ្រងកំណត់រចនាសម្ព័ន្ធ។ អាទិភាព:", + "settings.model_picker_hint": "ជ្រើសរើសពីរាយនាម ឬវាយឈ្មោះម៉ូដែលណាមួយដែលមានការគាំទ្រដោយអ្នកផ្គត់ផ្គង់របស់អ្នក។", + "settings.model_picker_placeholder": "ជ្រើសម៉ូដែលទូទៅឬវាយឈ្មោះបុគ្គលិក\n0...", + "settings.no_results_clear": "សំអាតការស្វែងរក", + "settings.no_results_heading": "មិនមានការកំណត់ណាមួយ", + "settings.no_results_hint": "សូមព្យាយាមវាយពាក្យស្វែងរកផ្សេងៗ ឬ", + "settings.page_heading": "កំណត់កម្មវិធី", + "settings.required_label": "(តម្រូវ)", + "settings.reset_confirm": "តើអ្នកប្រាកដជា​ចង់កំណត់តម្លៃនេះមែនទេ?", + "settings.restart_required_suffix": "= ត្រូវការចាប់ផ្តើមឡើងវិញ", + "settings.revert_btn": "លុបចេញពី DB", + "settings.revert_title": "លុបការប្ដូរពី DB ហើយត្រលប់ទៅអ្នកបម្រើរង្វង់ឬលំនាំ", + "settings.reverting": "កំពុងត្រលប់\u00136;", + "settings.save_all_btn": "រក្សាទុកការផ្លាសផ្លាស់ទាំងអស់", + "settings.save_error": "បរាជ័យក្នុងការរក្សាទុក​ការ​កំណត់", + "settings.save_setting_title": "រក្សា​ទុក​ការ​កំណត់​នេះ", + "settings.save_success": "ការកំណត់ត្រូវបាន​រក្សាទុកជាយូរពេក", + "settings.saving_state": "កំពុងកំណត់\u00136;", + "settings.search_aria_label": "ស្វែងរកការកំណត់", + "settings.search_clear_aria": "លុបស្វែងរក", + "settings.search_placeholder": "ស្វែងរកការកំណត់តាមឈ្មោះ, គន្លឹះ ឬ​និយមន័យ\u00136;", + "settings.settings_count_suffix": "ការកំណត់", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "លំនាំ", + "settings.source_env_badge": "ENV", + "settings.title": "ការកំណត់", + "settings.toggle_visibility_aria": "ប្ដូរការមើលឃើញអត្ថអម", + "settings.toggle_visibility_title": "បង្ហាញ/លាក់តម្លៃ", + "settings.user_autocomplete_empty": "គ្មានអ្នកប្រើប្រាស់ដែលត្រូវគ្នា", + "settings.user_autocomplete_hint": "វាយដើម្បីស្វែងរកអ្នកប្រើប្រាស់ដែលមានស្រាប់តាមឈ្មោះ ឬបញ្ចូលសម្គាល់ណាមួយដោយដៃ។", + "settings.user_autocomplete_placeholder": "ចាប់ផ្តើមវាយដើម្បីស្វែងរកអ្នកប្រើប្រាស់\u00136;", + "settings.wizard_btn": "អ្នកគ្រប់គ្រង", + "shared.col_expiry": "ខ្ពង់ពេល", + "shared.col_file_label": "ឯកសារ / ស្លាក", + "shared.col_link": "តំណ", + "shared.col_views": "មើល", + "shared.copy_link_aria": "ចម្លងតំណទៅប្រអប់ស្តុក", + "shared.copy_link_title": "ចម្លងតំណ", + "shared.create_btn": "បង្កើតតំណ", + "shared.create_heading": "បង្កើតតំណដែលបានចែករំលែកថ្មី", + "shared.creating": "កំពុងបង្កើត\u00136;", + "shared.expiry_12h": "12 ម៉ោង", + "shared.expiry_14d": "14 ថ្ងៃ", + "shared.expiry_1h": "1 ម៉ោង", + "shared.expiry_24h": "24 ម៉ោង (1 ថ្ងៃ)", + "shared.expiry_30d": "30 ថ្ងៃ", + "shared.expiry_3d": "3 ថ្ងៃ", + "shared.expiry_6h": "6 ម៉ោង", + "shared.expiry_7d": "7 ថ្ងៃ", + "shared.expiry_label": "ខ្ពង់ពេល", + "shared.expiry_never": "មិនដែល", + "shared.file_id_help_post": "ទំព័រ ឬ URL ព័ត៌មានឯកសារ។", + "shared.file_id_help_pre": "ស្វែងរក ID ឯកសារ នៅលើ", + "shared.file_id_label": "ID ឯកសារ", + "shared.file_id_placeholder": "ឧទាហរណ៍ 42", + "shared.files_link": "ឯកសារ", + "shared.heading": "តំណភ្ជាប់ដែលចែករំលែក", + "shared.label_label": "ស្លាក", + "shared.label_placeholder": "ឧទាហរណ៍ ថែរក្សាជាមួយ Bob", + "shared.link_created": "តំណភ្ជាប់ដែលចែករំលែកបានបង្កើតឡើង!", + "shared.link_created_help": "ចម្លងនិងផ្ញើតំណនេះទៅអ្នកទទួល។", + "shared.links_count_aria": "ចំនួននៃតំណ", + "shared.max_downloads_label": "ចំនួនអប់រំអតិបរិមា", + "shared.no_links": "មិនមានតំណដែលចែករំលែកទេ។ បង្កើតមួយនៅខាងលើដើម្បីចាប់ផ្តើម។", + "shared.open_in_new_tab": "បើកក្នុងបំពង់ថ្មី", + "shared.open_link_aria": "បើកតំណដែលចែករំលែក", + "shared.optional": "(ជាជម្រើស)", + "shared.page_title": "តំណភ្ជាប់ដែលចែករំលែក – DocuElevate", + "shared.password_label": "ពាក្យសម្ងាត់", + "shared.password_placeholder": "ទុកឲ្យស្ទាក់សម្រាប់ពាក្យសម្ងប់មិនមាន", + "shared.password_protected": "ការពារដោយពាក្យសម្ងាត់", + "shared.refresh_aria": "ស្រូបបញ្ជីតំណដែលចែករំលែក", + "shared.revoke_aria_prefix": "សម្រេចតំណដែលចែករំលែកសម្រាប់", + "shared.revoke_btn": "យកយុត្តិភាពវិញ", + "shared.status_active": "សកម្ម", + "shared.status_expired": "បានផុតកំណត់", + "shared.status_limit_reached": "បានដល់កំណត់", + "shared.status_revoked": "បានយកយុត្តិភាពវិញ", + "shared.subtitle": "ចែករំលែកឯកសារជាមួយនរណាម្នាក់តាមរយៈតំណដែលមានកំណត់ពេលវេលាឬកំណត់ការមើល។ អ្នកទទួលមិនត្រូវការគណនី DocuElevate ទេ។ តំណអាចត្រូវបានការពារដោយពាក្យសម្ងាត់និងអាចយកយុត្តិភាពវិញបានក្នុងគ្រប់ពេលវេលា។", + "shared.table_aria": "តំណដែលចែករំលែក", + "shared.unlimited_placeholder": "អតិច្ចកំណត់", + "shared.your_links": "តំណដែលចែករំលែករបស់អ្នក", + "similarity.backfill_auto": "ភារកិច្ចផ្ទៃខាងក្រោយនឹងគណនា អ automatically នៅរៀងរាល់ 5 នាទី ឬអ្នកអាច", + "similarity.files_missing_text": "ឯកសារ(ៗ) មានអត្ថបទ OCR ប៉ុន្តែមិនមានការតភ្ជាប់ទៅទេ។", + "similarity.find_pairs_btn": "ស្វែងរកដ pareja", + "similarity.heading": "សមាឌឯកសារ", + "similarity.load_error": "បរាជ័យក្នុងការតម្លើងពាក្យច្បាប់។", + "similarity.min_similarity_label": "អតិបរិមាផ្នែកសម្ថភាព", + "similarity.no_pairs_detail": "មិនមានឯកសារដែលជាប្រភេទហិងស្រដៀងកាន់តែអតិបរិមាសម្ថភាព។", + "similarity.no_pairs_heading": "មិនមានឧបសគ្គស្រដៀងបានស្វែងរក", + "similarity.page_title": "ឯកសារដែលស្រដៀងគ្នា - DocuElevate", + "similarity.pagination_aria": "ការបPagination ការស្រដៀងគ្នា", + "similarity.per_page_label": "ក្នុងមួយទំព័រ", + "similarity.scanning": "កំពុងស្កេនសម្រាប់គូឯកសារដែលស្រដៀងគ្នា\u001350", + "similarity.stat_embedding_model": "ម៉ូដែល Embedding", + "similarity.stat_missing_embedding": "Embedding ដែលខ្វះ", + "similarity.stat_total_files": "ឯកសារដែលសរុប", + "similarity.stat_with_embedding": "មាន Embedding", + "similarity.subtitle": "គូឯកសារដែលមានសមាសភាពស្រដៀងគ្នាប្រសើរ ដោយបានចាត់តាំងដោយចំណាត់ថ្នាក់។", + "similarity.trigger_aria": "ការបដិសេធការគណនាអំពី Embedding សម្រាប់ឯកសារទាំងអស់ដែលខ្វះ Embedding", + "similarity.trigger_now": "ធ្វើនេះឥឡូវ", + "status.app_version": "កំណែកម្មវិធី", + "status.build_date": "ថ្ងៃកសាង", + "status.container_id": "អត្តសញ្ញាណជំរៅ", + "status.git_commit": "ការប្តូរភាព Git", + "status.last_check": "ការត្រួតពិនិត្យចុងក្រោយ", + "status.page_title": "สถานภาพប្រព័ន្ធ", + "status.setting_label": "ការ​ស្ថាបនា", + "status.value_label": "មន្ទីរ", + "subscription.available_plans_heading": "ផែនការអាចប្រើបាន", + "subscription.back_to_dashboard": "ត្រឡប់ទៅកាន់ព្រះតេជោ", + "subscription.cancel_pending": "លើកយ៉ាងទំនេរ", + "subscription.cancel_scheduled": "លើកការផ្លាស់ប្តូរដែលបានរៀបចំ", + "subscription.contact_sales": "ទំនាក់ទំនងចំណូល", + "subscription.current_badge": "បច្ចុប្បន្ន", + "subscription.current_plan": "ផែនការបច្ចុប្បន្ន", + "subscription.current_plan_cta": "ផែនការបច្ចុប្បន្នរបស់អ្នក", + "subscription.downgrade_to_prefix": "បន្ថយទៅ", + "subscription.features_heading": "អ្វីដែលមាននៅក្នុងផែនការរបស់អ្នក", + "subscription.free": "មិនគិតថ្លៃ", + "subscription.heading": "ការជាវរបស់ខ្ញុំ", + "subscription.keep_plan_prefix": "រក្សា", + "subscription.lifetime_files": "ឯកសារទាំងអស់ (ជីវិត)", + "subscription.month_files": "ឯកសារនៅខែនេះ", + "subscription.more_features_label": "ច្រើនទៀត", + "subscription.page_title": "ការជាវរបស់ខ្ញុំ - DocuElevate", + "subscription.pending_badge": "នៅជាការរំពឹង", + "subscription.pending_benefits": "អ្នករក្សាប៉ុនែមិនសូវបានឈប់ការប្រាក់នៃការទទួលរាល់ពេលដល់​ដើម", + "subscription.pending_on": "នៅលើ", + "subscription.pending_title": "ផែនការប្រាក់រងចាំដែលបានរៀបចំ", + "subscription.pending_will_change": "ផែនការរបស់អ្នកនឹងផ្លាស់ប្តូរទៅ", + "subscription.per_mo": "/ខែ", + "subscription.per_month": "/ខែ", + "subscription.since": "ចាប់តាំងពី", + "subscription.single_user_body": "ថ្នាក់ការជាវមានប្រសិទ្ធិភាពនៅពេលដែលរបៀបមនុស្សពហុដំណើរការដំណើរការកំពុងសកម្ម។ ឧបករណ៍របស់អ្នកកំពុងដំណើរការនៅក្នុងរបៀបប្រើប្រាស់តែម្ដងដោយគ្មានកំណត់នៃដំណើរការ។ អ្នកដែលគ្រប់គ្រងអាចប្រើរបៀបមនុស្សច្រើនតាមរយៈ {settings_link}។", + "subscription.single_user_title": "របៀបមនុស្សច្រើនមិនត្រូវបានបើក", + "subscription.subtitle": "ផែនការបច្ចុប្បន្នរបស់អ្នក, ការប្រើប្រាស់ និងកំណែឬកែមដែលអាចប្រើបាន។", + "subscription.this_month_label": "ខែនេះ", + "subscription.today_files": "ឯកសារថ្ងៃនេះ", + "subscription.today_label": "ថ្ងៃនេះ", + "subscription.unlimited": "អន្ដរាយ", + "subscription.upgrade_info": "ការកែលម្អយ៉ាងឆាប់រហ័ស។ ការបន្ថយត្រូវបានរៀបចំសម្រាប់ចុងកាលបរិច្ឆេទការទូទាត់បច្ចុប្បន្នរបស់អ្នក។", + "subscription.upgrade_to_prefix": "កែលម្អទៅ", + "subscription.usage_heading": "ការប្រើប្រាស់", + "upload.browse_button": "ជ្រើសកម្មវិធី", + "upload.button_processing": "កំពុងដំណើរការ...", + "upload.camera_button": "យករូប/ស្កេនឯកសារ", + "upload.download_button": "ទាញយក និងដំណើរការ", + "upload.downloading": "កំពុងទាញយកឯកសារពី URL...", + "upload.drag_drop": "ធ្វើជារូបភាព & ទាញវាទៅទីនេះឬចុចដើម្បីជ្រើស", + "upload.drop_hint_desktop": "ធ្វើជារូបភាព & ទាញឯកសារ ឬថតឧបករណ៍ ទៅទីនេះ ឬចុចដើម្បីជ្រើសឯកសារ។", + "upload.drop_hint_mobile": "ចុចដើម្បីជ្រើសឯកសារឬប្រើប៊ូតុងកាមេរ៉ាខាងក្រោម។", + "upload.drop_zone_aria": "មូលដ្ឋាននៅក្នុងឯកសារដាក់ឡើង។ ទាញឯកសារទៅទីនេះ ឬចុចបញ្ចូល ដើម្បីជ្រើសឯកសារ។", + "upload.error": "បញ្ចូលបានបរាជ័យ", + "upload.error_invalid_url": "ទម្រង់ URL មិនត្រឹមត្រូវ", + "upload.error_url_required": "សូមបញ្ចូល URL", + "upload.file_size_hint": "ទំហំអតិថិជន៖ 500 MB ក្នុងមួយឯកសារ", + "upload.file_types": "ប្រភេទដែលអនុញ្ញាត៖ PDF, ឯកសារ Office (Word, Excel, PowerPoint, ល។), រូបភាព", + "upload.filename_description": "ទុកទំនេរ ដើម្បីប្រើឈ្មោះឯកសារពី URL", + "upload.filename_label": "ឈ្មោះឯកសារ (ជាផ្នែកជាជម្រើស)", + "upload.filename_placeholder": "my-document.pdf", + "upload.max_size": "ទំហំឯកសារប្រកាន់៖ {size}", + "upload.page_title": "ដាក់ឡើងឯកសារ", + "upload.section_device": "ដាក់ឡើងពីឧបករណ៍", + "upload.section_url": "ដាក់ឡើងពី URL", + "upload.select_file": "ជ្រើសរើសឯកសារ", + "upload.success": "ឯកសារបានអាប់ឡូតដោយជצלחה", + "upload.title": "អាប់ឡូតឯកសារ", + "upload.uploading": "កំពុងអាប់ឡូត...", + "upload.url_description": "បញ្ចូលតំណត្រង់ទៅឯកសារមួយ (PDF, ឯកសារការិយាល័យ, ឬរូបភាព)", + "upload.url_label": "តំណ URL ឯកសារ", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/kn.json b/frontend/translations/kn.json index d36160ed..6e9786b0 100644 --- a/frontend/translations/kn.json +++ b/frontend/translations/kn.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", - "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", + "about.creator_heading": "ಚೇತರಿಕೆಗೆ ಒಪ್ಪಿಸುವವನು", + "about.creator_name": "ಕ್ರಿಸ್ತಿಯನ್ ಕ್ರಕೌ-ಲೂಯಿಸ್", + "about.creator_pre": "ಡೆಾಕುಎಲ್ಲಿವೇಟ್ ಅನ್ನು ಉಲ್ಲೇಖಾತ್ಮಕವಾಗಿ ಅಭಿವೃದ್ಧಿಪಡಿಸಲಾಗಿದೆ", + "about.features_admin_api": "ಕಾರ್ಯಕ್ರಮಾತ್ಮಕ ಪ್ರವೇಶಕ್ಕಾಗಿ ಶಕ್ತಿ ಶಾಲೀ REST API", + "about.features_admin_config": "ಪರಿಸರಚರಗಳ ಮೂಲಕ ಅತ್ಯಂತ ಕಾನ್ಫಿಗರ್ ಮಾಡಬಹುದಾಗಿದೆ", + "about.features_admin_docker": "ಸುಲಭವಾದ ತ್ಯಾಜ್ಯ ಮತ್ತು ಪ್ರಮಾಣವರ್ಧನೆಗಾಗಿ ಡೊಕರ್-ಬ readiness", + "about.features_admin_heading": "ನಿರ್ವಹಣೆ", + "about.features_admin_oauth2": "ಐಥೆಂಟ್‌ಕುತರ್ದೊ ಆಧಾರಿತ OAuth2 ಪ್ರಮಾಣೀಕರಣ ಬೆಂಬಲ", + "about.features_automation_background": "ರೆಡಿಸ್ ಮತ್ತು ಸೆಲೆರಿ ಸಹಿತ ಹಿನ್ನೆಲೆ ಕಾರ್ಯನಿರ್ವಹಣೆ", + "about.features_automation_gmail": "ಜಿಮೇಲ್ ಮತ್ತು ಸಾಮಾನ್ಯ ಇಮೇಲ್ ಖಾತೆ ಅದಾಯಿತೀ", + "about.features_automation_heading": "ಆಟೋಮೇಶನ್", + "about.features_automation_imap": "ಹೆಚ್ಚಿನ ಮೂಲಗಳಿಂದ IMAP ಇನ್‌ಬಾಕ್ಸ್ ಪೋಲಿಂಗ್", + "about.features_automation_ingestion": "ವಿಭಿನ್ನ ಪ್ರವೇಶಗಳಿಂದ ಸ್ವಾಯತ್ತ ದಾಖಲೆ ಆದಾಯಿತೀ", + "about.features_heading": "ಮುಖ್ಯ ವೈಶಿಷ್ಟ್ಯಗಳು", + "about.features_integration_cloud": "ಕ್ಲೌಡ್ ಸಂಗ್ರಹಣೆ: ಡ್ರಾಪ್‌ಬಾಕ್ಸ್, ಗೂಗಲ್ ಡ್ರೈವ್, ಒನ್‌ಡ್ರೈವ್, ಅಮೆಜಾನ್ S3", + "about.features_integration_heading": "ಎಲ್ಲಾವುದಕ್ಕೆ & ಸಂಗ್ರಹಣೆ", + "about.features_integration_multi_dest": "ಬಹು-ಗಮ್ಯಸ್ಥಾನ ಬೆಂಬಲ (ಬೈಲಕಗಳನ್ನು ಬಹು ಸ್ಥಳಗಳಲ್ಲಿ ಸಂಗ್ರಹಿಸಿ)", + "about.features_integration_protocols": "ಮಾಹಿತಿ ವರ್ಗಾವಣೆ ಪ್ರೋಟೋಕೋಲ್‌ಗಳು: FTP, SFTP, ಇಮೇಲ್ ಮರುನಿರ್ದೇಶನ", + "about.features_integration_selfhosted": "ಸ್ವಯಂ-ಹೋಸ್ಟೆಡ್ ಆಯ್ಕೆಗಳು: ನೆಕ್ಸ್ಟ್‌ಕ್ಲೌಡ್, ಕಾಗದರಹಿತ NGX, ವೆಬ್‌ಡಿವ್", + "about.features_processing_classification": "ಬುದ್ಧಿವಂತಿಕೆಯ ದಾಖಲೆ ವರ್ಗೀಕರಣ ಮತ್ತು ದಿನಾಂಕ ತೆಂಗಿಸಲು", + "about.features_processing_heading": "ದಾಖಲೆ ವರ್ಗೀಕರಣ", + "about.features_processing_metadata": "ಉದ್ಘಾಟನೆ AI ಪೂರೈಕೆದಾರರ ಬಳಕೆ ಮೂಲಕ ಸ್ವಾಯತ್ತ ಮೆಟಾಡೇಟಾ ತೆಗೆಯುವುದು", + "about.features_processing_ocr": "ಏಜುರ್ ಡಾಕ್ಯುಮೆಂಟ್ ಇಂಟಲಿಜೆನ್ಸ್ ಮೂಲಕ OCR ಶಕ್ತಿ", + "about.features_processing_pdf": "ಗೋಟೆನ್ಬರ್ಗ್ ಮೂಲಕ ವಿವಿಧ ಫೈಲ್ ಸ್ವರೂಪಗಳಿಗೆ PDF ಪರಿವರ್ತನೆ", + "about.features_processing_upload": "ಡ್ರಾಗ್ & ಡ್ರಾಪ್ ಬೆಂಬಲದೊಂದಿಗೆ ಸರಳ ಮತ್ತು ಸುರಕ್ಷಿತ ಫೈಲ್ ಅಪ್ಲೋಡ್", + "about.github_logo_alt": "ಗಿತ್‌ಹಬ್ ಲೋಗೋ", + "about.heading": "ಡೆಾಕುಎಲ್ಲಿವೇಟ್ ಕುರಿತು", + "about.intro_post": " - ನಿಮ್ಮ ಆಧುನಿಕ, ಬುದ್ಧಿವಂತ ಪರಿಹಾರವು ದಾಖಲೆ ಕಾರ್ಯನಿರ್ವಹಣೆಗೆ! ನಮಗೆ ಡೊಕ್ಯುಎಲಿವೇಟ್ ಅನ್ನು ಪ್ರಕ್ರಿಯೆಗೆ ಸಾಕ್ಷಿಯಾಗಿ ಏಕಾಗ್ರತೆಯ ಬಗ್ಗೆ ತಮ್ಮ ದಾಖಲುಗಳನ್ನು ಉಲ್ಲೇಖ ಮಾಡಲು ಸಂಪೂರ್ಣ ಪರಿ. ಆಗಾಗ್ಗೆ ಅಪ್ಲೋಡ್, ತಕ್ಷಣವೇ, ಕಾರ್ಯನಿರ್ವಹಣೆ, ಸಂಗ್ರಹಣೆ.", + "about.intro_pre": "ಸ್ವಾಗತ ", + "about.involved_description": "ಕೋಡಿನಲ್ಲಿ ಗೆಳೆಯನಾಗಲು, ಆಲೋಚನೆಗಳನ್ನು ಒದಗಿಸಲು, ಅಥವಾ DocuElevate ಬಗ್ಗೆ ಹೆಚ್ಚು ತಿಳಿಯುವ ಆಸೆಯಿದೆಯಾ?", + "about.involved_docs": "ಡಾಕ್ಯುಮೆಂಟೇಶನ್ ಓದಿ", + "about.involved_github": "ಗಿತ್‌ಹಬ್‌ನಲ್ಲಿ ಡೊಕ್ಯುಎಲ್ಲಿವೇಟ್ ಅನ್ನು ನೋಡಿ", + "about.involved_heading": "ಸ್ನೇಹಿತನಾಗಿರಿ", + "about.involved_website": "ಡೊಕ್ಯುಎಲ್ಲಿವೇಟ್ ವೆಬ್‌ಸೈಟ್ ಭೇಟಿನೀಡಿ", + "about.legal_description": "ನಾವು ನಿಮ್ಮ ಖಾತಿರಕ್ಷಣೆ ಮತ್ತು ಡೇಟಾ ಭದ್ರತೆಯ ಬಗ್ಗೆ ಚಿಂತಿಸುತ್ತೇವೆ. ದಯವಿಟ್ಟು ನಮ್ಮ ಪರಿಶೀಲಿಸಿ:", + "about.legal_heading": "ಖಾತಿರಕ್ಷಣೆ & ಕಾನೂನು", + "about.legal_license": "ಅನುವಾಧ ಮಾಹಿತಿ", + "about.legal_privacy": "ಖಾತಿರಕ್ಷಣೆ ಗಮನಿಕೆ", + "about.page_title": "ಡೆಾಕುಎಲ್ಲಿವೇಟ್ ಬಗ್ಗೆ", + "about.story_heading": "ನಮ್ಮ ಕಥೆ", + "about.story_p1": "DocuElevate ಅನ್ನು ಒಬ್ಬ ವ್ಯಕ್ತಿಯ ಉದ್ದೇಶಕ್ಕಾಗಿ ನಿರ್ಮಿಸಲಾದದು: ಪ್ರತಿ ವ್ಯಕ್ತಿಯೊಬ್ಬರಿಗೆ, ನೀವು ಸಣ್ಣ ಸ್ಟಾರ್ಟಪ್ ಅಥವಾ ದೊಡ್ಡ ಎಂಟರ್‌ಪ್ರೈಸಾಗಿದ್ದೀರಾ ಎಂಬುದರ ಪರಾವಲಂಬಿಸದಂತೆ, ಡಾಕ್ಯುಮೆಂಟ್ ನಿರ್ವಹಣೆಯನ್ನು ಸುಲಭಮಾಡಲು ಮತ್ತು ಸುಗಮಗೊಳಿಸಲು.", + "about.story_p2": "ಮೆಟಾಡೇಟಾ ಅಳವಡಿಕೆ ಮತ್ತು ಪಠ್ಯದ ಶ್ರೇಣೀಬದ್ಧತೆಗೆ ಪ್ಲಗ್‌ಬಲ್ ಏಐ ಪೂರೈಕೆದಾರರ ಶಕ್ತಿಯನ್ನು (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey ಮತ್ತು ಇನ್ನಷ್ಟು) ಬಳಸಿಕೊಳ್ಳುತ್ತೇವೆ, Dropbox, Nextcloud ಮತ್ತು Paperless NGX ಗೆ സംഭರಣ ಮತ್ತು ಸೂಚಿಕರಕ್ಕಾಗಿ ನಿರಂತರವಾಗಿ ಇಂಟೆಗ್ರೇಟ್ ಮಾಡುತ್ತೇವೆ, OCR ಗೆ Azure Document Intelligence ಅನ್ನು ಬಳಸುತ್ತೇವೆ ಮತ್ತು ಫೈಲ್-ਟू-PDF ಪರಿವರ್ತನೆಗಳಿಗೆ Gotenberg ಅನ್ನು ಬಳಸುತ್ತೇವೆ.", + "api_tokens.col_created": "ಸಾಂದ್ರಿತ", + "api_tokens.col_last_ip": "ಕೊನೆಯ ಐಪಿ", + "api_tokens.col_last_used": "ಕೊನೆಯ ಬಳಕೆ", + "api_tokens.col_name": "ಹೆಸರು", "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "api_tokens.copy_to_clipboard": "ಕ್ಲಿಪ್‌ಬೋರ್ಡ್‌ಕ್ಕೆ ಟೋಕನ್ ನಕಲು ಮಾಡಿ", + "api_tokens.copy_upload_example": "ಭéidu ಉದಾಹರಣೆ ಕ್ಲಿಪ್‌ಬೋರ್ಡ್‌ಕ್ಕೆ ನಕಲು ಮಾಡಿ", + "api_tokens.copy_warning_1": "ಈ ಟೋಕನ್ ಅನ್ನು ಇರುವುದು ಈಗ ನಕಲು ಮಾಡಿ — ಇದು", + "api_tokens.copy_warning_2": "ಮರುಕಪ್ ನೀಡಲಾಗುವುದಿಲ್ಲ", + "api_tokens.create_heading": "ಹೊಸ ಟೋಕನ್ ರಚಿಸಿ", + "api_tokens.create_token": "ಟೋಕನ್ ರಚಿಸಿ", + "api_tokens.creating": "ಇದುವರೆಗೆ\u0000", + "api_tokens.heading": "ಎಪಿಐ ಟೋಕನ್ಗಳು", + "api_tokens.intro": "DocuElevate API ಅನ್ನು ಪ್ರೋಗ್ರಾಮ್ರೀಯವಾಗಿ ಸಂವಾದಿಸಲು ವೈ ವೈತಿ API ಟೋಕನ್‌ಗಳನ್ನು ರಚಿಸಿ. ವೆಬ್‌ಹುಕ್ ಅಪ್ಲೋಡ್‌ಗಳಿಗೆ, CI/CD ಪೈಪ್ಲೈನ್ಗಳಿಗೆ ಅಥವಾ ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳನ್ನು ಅಪ್ಲೋಡ್ ಅಥವಾ ವಾಪಾಸು ಪಡೆಯುವ ಮೋಡೆಲ್‌ಗಳಿಗೆ ಟೋಕನ್‌ಗಳನ್ನು ಬಳಸಿರಿ.", + "api_tokens.loading_tokens": "ಟೋಕನ್‌ಗಳನ್ನು ಲೋಡ್ ಆಗುತ್ತಿದೆ\u0000", + "api_tokens.never": "ಎಂದಿಗೂ ಇಲ್ಲ", + "api_tokens.no_tokens_heading": "ಎರಡು API ಟೋಕನ್‌ಗಳು ಇಲ್ಲ", + "api_tokens.no_tokens_help": "ಶروعات ಮಾಡಲು ನಿಮ್ಮ ಮೊದಲ ಟೋಕನ್ ಅನ್ನು ಮೇಲಿಂದ ರಚಿಸಿ.", + "api_tokens.page_title": "ಎಪಿಐ ಟೋಕನ್ಗಳಾಗೆ - ಡಾಕುElevate", + "api_tokens.revoke": "ಕರಾರುಗಸ್ತಿ", + "api_tokens.revoke_prefix": "ಟೋಕನ್ ಅನ್ನು ಕರಾರುಗಸ್ತಿಯ ಮಾಡು", + "api_tokens.status_active": "ಸಕ್ರಿಯ", + "api_tokens.status_revoked": "ಕರಾರುಗಸ್ತಿಯ", + "api_tokens.table_aria": "ಎಪಿಐ ಟೋಕನ್ಗಳು", + "api_tokens.token_created": "ಟೋಕನ್ ಯಶಸ್ವಿಯಾಗಿ ರಚಿಸಲಾಗಿದೆ!", + "api_tokens.token_name_label": "ಟೋಕನ್ ಹೆಸರು", + "api_tokens.token_name_placeholder": "ಉದಾಹರಣೆಗೆ CI ಪೈಪ್ಲೈನ್, ವೆಬ್‌ಹುಕ್ ಅಪ್ಲೋಡ್, ನನ್ನ ಸ್ಕ್ರಿಪ್ಟ್", + "api_tokens.usage_heading": "ಬಳಕೆ ಉದಾಹರಣೆ", + "api_tokens.usage_intro_post": "ಎರಡು ಯಾವುದೇ API ವಿನಂತಿಯೊಂದಿಗೆ:", + "api_tokens.usage_intro_pre": "ನಿಮ್ಮ API ಟೋಕನನ್ನು ಬಳಸಿರಿ", + "api_tokens.your_tokens": "ನಿಮ್ಮ ಟೋಕನ್‌ಗಳು", "app.name": "DocuElevate", - "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "audit.col_ip": "ಐಪಿ", + "audit.col_resource": "ಸಂಪತ್ತು", + "audit.col_timestamp": "ಟೈಮ್‌ಸ್ಟ್ಯಾಂಪ್", + "audit.critical": "ತೀವ್ರ", + "audit.filter_action": "ಕ್ರಿಯೆ", + "audit.filter_all_actions": "ಎಲ್ಲಾ ಕ್ರಿಯೆಗಳು", + "audit.filter_all_users": "ಎಲ್ಲಾ ಬಳಕೆದಾರರು", + "audit.filter_resource_placeholder": "ಉದಾಹರಣೆಗೆ: ದಾಖಲೆ, ಬಳಕೆದಾರ", + "audit.filter_resource_type": "ಆಸಕ್ತಿ ಪ್ರಕಾರ", + "audit.filter_severity": "ಗಂಭೀರತೆ", + "audit.filter_user": "ಬಳಕೆದಾರ", + "audit.filters_section_label": "ಆಡಿಟ್ ಲಾಗ್ ಫಿಲ್ಟರ್‌ಗಳು", + "audit.next": "ಮುಂದುವರಿಸಿ", + "audit.next_label": "ಮುಂದಿನ ಪುಟ", + "audit.no_events": "ಇವರನ್ನು ದಾಖಲಿಸಲಾಗಿದೆ ಅಂತಹ ಯಾವುದೇ ಆಡಿಟ್ ಘಟನೆಗಳನ್ನು ಕಾಣುತ್ತಿಲ್ಲ.", + "audit.no_events_hint": "ಕಿದ್ಪಟ್ಟುಗಳು (ಲಾಗಿನ್‌ಗಳು, ದಾಖಲೆ ಕಾರ್ಯಾಚರಣೆಗಳು, ಸೆಟಿಂಗ್ ಬದಲಾವಣೆಗಳು) ಇಲ್ಲಿ ಹಾಜರಾಗುತ್ತವೆ.", + "audit.page_title": "ಆಡಿಟ್ ಲಾಗ್‌ಗಳು - ಡೊಕುಎಲೆವೇಟ್", + "audit.pagination_label": "ಆಡಿಟ್ ಲಾಗ್ ಪುಟೀಕರಣ", + "audit.prev": "ಹಿಂದಿನ", + "audit.prev_label": "ಹಿಂದಿನ ಪುಟ", + "audit.refresh_label": "ಆಡಿಟ್ ಲಾಗ್‌ಗಳನ್ನು ನವೀಕರಿಸಿ", + "audit.siem_disabled_title": "SIEM ಮುನ್ಸೂಚನೆ ನಿಷ್ಕ್ರಿಯವಾಗಿದೆ", + "audit.siem_enabled_title": "ಘಟನೆಗಳನ್ನು ಸರಿಯಿಸಲಾಗುತ್ತಿದೆ ", + "audit.siem_off": "SIEM: ಆಫ್", + "audit.subtitle": "ಸರ್ವ ಪ್ರಮುಖ ಕ್ರಿಯೆಗಳ ಸಮಗ್ರ, ಪೂರಕವಾದ ದಾಖಲೆ.", + "audit.table_label": "ಆಡಿಟ್ ಲಾಗ್ ಘಟನೆಗಳು", + "audit.title": "ಆಡಿಟ್ ಲಾಗ್‌ಗಳು", + "auth.confirm_password": "ಪಾಸ್ವರ್ಡ್ ಖಾತ್ರಿ করুন", + "auth.create_account": "ಖಾತೆ ರಚಿಸಿ", + "auth.display_name_label": "ಪ್ರದರ್ಶಿತ ಹೆಸರು", + "auth.email_label": "ಇಮೇಲ್", + "auth.forgot_password": "ಪಾಸ್ವರ್ಡ್ ಮರೆತುಹೋಗಿದೆಯಾ?", + "auth.forgot_username": "ಬಳಕೆದಾರನಾಮ ಮರೆತುಹೋಗಿದೆಯಾ?", + "auth.login": "ಲಾಗ್ ಇನ್", + "auth.login_title": "ಲಾಗ್ ಇನ್", + "auth.logo_alt": "ಡೊಕುಎಲೆವೇಟ್ ಲೋಗೋ", + "auth.logout": "ಲಾಗ್ ಔಟ್", + "auth.my_account": "ನನ್ನ ಖಾತೆ", + "auth.no_account": "ಖಾತೆ ಇಲ್ಲವೇ?", + "auth.or_continue_with": "ಅಥವಾ ಮುಂದುವರಿಯಿರಿ", + "auth.password_label": "ಪಾಸ್ವರ್ಡ್", + "auth.profile": "ಊರಲು", + "auth.remember_me": "ನನ್ನನ್ನು ನೆನೆಸಿರಿ", + "auth.return_home": "ಮನೆಗೆ ಮರಳಿಸಲು", + "auth.sign_in": "ಸೈನ್ ಇನ್", + "auth.sign_in_sso": "SSO ವರಿಸೋಲ್ಲಿ ಸೈನ್ ಇನ್", + "auth.sign_in_with": "ಸೈನ್ ಇನ್ ಮಾಡಿ", + "auth.sign_in_with_username": "ಬಳಹ್ನಾಮದೊಂದಿಗೆ ಸೈನ್ ಇನ್ ಮಾಡಿ", + "auth.signup": "ನ್ನು ಸೇರಿಸು", + "auth.signup_title": "ನ್ನು ಸೇರಿಸು", + "auth.username_label": "ಬಳಹ್ನಾಮ", + "auth.username_or_email": "ಬಳಹ್ನಾಮ ಅಥವಾ ಇಮೇಲ್", + "auth.verify_email_back_sign_in": "ಸೈನ್ ಇನ್ ಗೆ ಹಿಂತೆಗೆದುಕೊಳ್ಳಿ", + "auth.verify_email_expiry": "ಲಿಂಕ್ 24 ಗಂಟೆಗಳಲ್ಲಿ ಗ್ರಾಹ್ಯಗೊಳ್ಳುತ್ತದೆ. ನೀವು ಇಮೇಲ್ ಅನ್ನು ನೋಡದಿದ್ದರೆ, ನಿಮ್ಮ ಸ್ಪಾಮ್ ಫೋಲ್ಡರ್ ಅನ್ನು ಪರಿಶೀಲಿಸಿ.", + "auth.verify_email_heading": "ನಿಮ್ಮ ಇನ್ಬಾಕ್ ಅನ್ನು ಪರಿಶೀಲಿಸಿ", + "auth.verify_email_message": "ನಾವು ನಿಮಗೆ ಪರಿಶೀಲನಾ ಇಮೇಲ್ ಅನ್ನು ಕಳುಹಿಸಿದ್ದೇವೆ. ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಲು ದಯವಿಟ್ಟು ಇಮೇಲ್ ನ ಲಿಂಕ್ ಮೇಲೆ ಕ್ಲಿಕ್ ಮಾಡಿ.", + "auth.verify_email_page_title": "DocuElevate - ನಿಮ್ಮ ಇಮೇಲ್ ನ ಖಾತ್ರಿಪಡಿ", + "auth.verify_email_resend_aria_label": "ಮರುಕಳಿಸುವಿಕೆಗಾಗಿ ಇಮೇಲ್ ವಿಳಾಸ", + "auth.verify_email_resend_button": "ಪರಿಶೀಲನಾ ಇಮೇಲ್ ಅನ್ನು ಮರುಕಳಿಸಿ", + "auth.verify_email_resend_label": "ಇಮೇಲ್ ವಿಳಾಸ", + "auth.verify_email_resend_placeholder": "ನಿಮ್ಮ ಇಮೇಲ್ ವಿಳಾಸವನ್ನು ನಮೂದಿಸಿ", + "auth.verify_email_resend_prompt": "ಇದು ಲಭ್ಯವಾಗಲಿಲ್ಲವೇ?", + "backup.archives_heading": "ಬ್ಯಾಕಪ್ ಆರ್ಕಿವ್ಸ್", + "backup.backup_now": "ಈಗ ಬ್ಯಾಕಪ್ ಮಾಡಿ", + "backup.clean_up": "ಶುದ್ಧೀಕರಣ", + "backup.cleanup_title": "ಈಗ ತೆರವು ಪುನರ್ ಆರಂಬಿಸಿ", + "backup.col_created": "ತರುವಾಯ", + "backup.col_filename": "ಫೈಲ್ ಹೆಸರು", + "backup.col_size": "ಗಾತ್ರ", + "backup.col_storage": "ಭಂಡಾರ", + "backup.col_type": "ವೆಗ", + "backup.config_auto_backup": "ಆटो-ಬ್ಯಾಕಪ್", + "backup.config_remote_dest": "ಜದ್ಧಾಕ್ ಸ್ಥಳ", + "backup.config_retention": "ಪುನಃ ವ್ಯವಸ್ಥೆ", + "backup.config_total_size": "ಕೊಟ್ಟೆಯ ಸ್ಥಳೀಯ ಗಾತ್ರ", + "backup.confirm_btn": "ಖಚಿತಪಡಿಸಿ", + "backup.confirm_title": "ಕ್ರಿಯೆಯನ್ನು ಖಚಿತಪಡಿಸಲು", + "backup.heading": "ಬ್ಯಾಕಪ್ ನಿರ್ವಹಣೆ", + "backup.local_only": "ಮೆಟ್ಟಿಗೆ ಮಾತ್ರ", + "backup.no_backups": "ಇಲ್ಲಿನ ಯಾವುದೇ ಬ್ಯಾಕಪ್ಗಳು ಇಲ್ಲ.", + "backup.no_backups_hint": "ನಿಮ್ಮ ಮೊದಲ ಬ್ಯಾಕಪ್ ಅನ್ನು ರಚಿಸಲು ಈಗ ಬ್ಯಾಕಪ್ ಮೇಲೆ ಕ್ಲಿಕ್ ಮಾಡಿ.", + "backup.page_title": "ಬ್ಯಾಕಪ್ ನಿರ್ವಹಣೆ", + "backup.records_label": " ಅತ್ಯಾಗುತಿಗಳು", + "backup.restore_btn": "ಪುನಸ್ತಾಪಿಸಲು", + "backup.restore_desc_mid": "ಡೇಟಾಬೇಸ್ ಅನ್ನು ಪುನಃಸ್ಥಾಪಿಸಲು ಬ್ಯಾಕಪ್ ಆರ್ಕಿವೆ.", + "backup.restore_desc_pre": "ಊರೆಯಲು", + "backup.restore_desc_warning": "ಇದು ಎಲ್ಲಾ ಬ actuales ಡಾತಾ ಮಸಿ.", + "backup.restore_file_label": "ಬ್ಯಾಕಪ್ ಆಡಿಷ್ವರ್ (.db.gz)", + "backup.restore_heading": "ಫೈಲ್ ನಿಂದ ಪುನಃಸ್ಥಾಪನೆ", + "backup.restoring": "ಪುನಃಸ್ಥಾಪಿತ ಮಾಡಲಾಗುತ್ತಿದೆ\u0013", + "backup.retention_daily_detail": "\u000b3 ವಾರಗಳ ಕಾಲ ಕಾಯಲಾಗಿದೆ", + "backup.retention_heading": "ಕಾಯುವಿಕೆ ನೀತಿ", + "backup.retention_hourly_detail": "\u00004 ದಿನಗಳ ಕಾಲ ಕಾಯಲಾಗಿದೆ", + "backup.retention_note": "ಈ ಮಿತಿಗಳ ಮೀರಿ ಇರುವ ಬ್ಯಾಕಪ್ಗಳು ಹೊಸ ಬ್ಯಾಕಪ್ ತಯಾರಿಸಿದ ನಂತರ ಸ್ವಯಂಚಾಲಿತವಾಗಿ ಕತ್ತರಿಸಲಾಗುತ್ತದೆ.", + "backup.retention_weekly_detail": "\u00003 ತಿಂಗಳ ಕಾಲ ಕಾಯಲಾಗಿದೆ", + "backup.snapshots": "ಸ್ನಾಪ್‌ಶಾಟ್‌ಗಳು", + "backup.status_ok": "ಸರಿ", + "backup.storage_local": "ಸ್ಥಾನೀಯ", + "backup.subtitle": "ಡೇಟಾಬೇಸ್ ಬ್ಯಾಕಪ್‌ಗಳು ಸ್ವಯಂಚಾಲಿತವಾಗಿ ತಯಾರಿಸಲಾಗುತ್ತದೆ: ಪ್ರತಿ ಗಂಟೆ (4 ದಿನ), ಪ್ರತಿದಿನ (3 ವಾರ), ವಾರಕ್ಕೆ (13 ವಾರ).", + "backup.table_aria": "ಬ್ಯಾಕಪ್ ಆಡಿಷ್ವರ್‌ಗಳು", + "backup.trigger_daily": "ಈಗ ಬ್ಯಾಕಪ್ ಮಾಡಿ (ದಿನಕೆ)", + "backup.trigger_hourly": "ಈಗ ಬ್ಯಾಕಪ್ ಮಾಡಿ (ಗಂಟೆಗೆ)", + "backup.trigger_weekly": "ಈಗ ಬ್ಯಾಕಪ್ ಮಾಡಿ (ವಾರಕ್ಕೆ)", + "backup.type_daily": "ದೈನಂದಿನ", + "backup.type_hourly": "ಗಂಟೆಯ", + "backup.type_weekly": "ವಾರದ", + "billing.go_to_dashboard": "ಡ್ಯಾಶ್‌ಬೋರ್‌ಗೆ ಹೋಗಿ", + "billing.manage_subscription": "ಸಬ್ಸ್ಕ್ರಿಪ್ಶನ್ ಅನ್ನು ನಿರ್ವಹಿಸಿ", + "billing.success_heading": "ನೀವು ಎಲ್ಲವನ್ನೂ ಹೊಂದಿದ್ದೀರಿ!", + "billing.success_message": "ನಿಮ್ಮ ಸಬ್ಸ್ಕ್ರಿಪ್ಶನ್ ಸಕ್ರಿಯಗೊಳ್ಳಲಾಗಿದೆ. ಡೋಕುElevate ಆಯ್ಕೆ ಮಾಡಿದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು!", + "billing.success_page_title": "ಡೋಕುElevate - ಸಬ್ಸ್ಕ್ರಿಪ್ಶನ್ ಸಕ್ರಿಯಗೊಂಡಿತು", + "common.actions": "ಕಾರ್ಯಗಳು", + "common.active": "ಸಕ್ರಿಯ", + "common.all": "ಮೆಲ್ಲ", + "common.avatar": "ಅವತಾರ", + "common.back": "ಹಿಂದಕ್ಕೆ", + "common.cancel": "ರದ್ದು", + "common.close": "ಬಂದೊಯ್ಯಿ", + "common.col_pending": "ಅದೇ ವಿಚಾರದಲ್ಲಿ", + "common.completed": "ಪೂರ್ಣಗೊಂಡಿತು", + "common.confirm": "ದೃಢೀಕರಿಸಿ", + "common.copied": "ಕುಲಕ್ಕೆ!", + "common.copy": "ಅನುದರ್ಶಿಸು", + "common.create": "ತಯಾರಿಸು", + "common.created": "ತಯಾರಿಸಲಾಗಿದೆ", + "common.date": "ದಿನಾಂಕ", + "common.delete": "ಅಳಿಸಿ", + "common.description": "ವಿವರಣೆ", + "common.details": "ವಿವರಗಳು", + "common.disabled": "ಅಂಗೀಕೃತ", + "common.download": "ಡೌನ್‌ಲೋಡ್", + "common.duplicate": "ನಕಲಿ", + "common.edit": "ಸಂಪಾದನೆ", + "common.enabled": "ಆಸಕ್ತ", + "common.error": "ದೋಷ", + "common.failed": "ವೈಫಲ್ಯ", + "common.filter": "ಫಿಲ್ಟರ್", + "common.inactive": "ಚಲಾಯಿತ", + "common.info": "ಚಟುವಟಿಕೆ", + "common.loading": "ಡೇಟಾಯಿಸುತ್ತಿರುವ...", + "common.name": "ಹೆಸರು", + "common.next": "ಮರುಭಾಗ", + "common.next_page": "ಮರುಬಳಕೆ ಪುಟ", + "common.no": "ಸರಿ ಇಲ್ಲ", + "common.none": "ಯಾವುದೂ ಇಲ್ಲ", + "common.page": "ಪುಟ", + "common.paused": "ನಿಲ್ಲಿಸಲಾಗಿದೆ", + "common.pending": "ಬಾಕಿ", + "common.prev_page": "ಹಿಂದಿನ ಪುಟ", + "common.previous": "ಹಿಂದಿನ", + "common.processing": "ನಿರ್ವಹಣೆಯಲ್ಲಿದೆ", + "common.refresh": "ನವೀಕರಿಸಿ", + "common.reset": "ಮರುಸೆಟು", + "common.retry": "ಮರುಪ್ರಯತ್ನಿಸಿ", + "common.save": "ಉಳಿಸಿ", + "common.search": "ಶೋಧನೆ", + "common.select": "ಆಯ್ಕೆ ಮಾಡಿ", + "common.select_placeholder": "\u0013 ಆಯ್ಕೆ ಮಾಡಿ \u0014", + "common.size": "ಆಕಾರ", + "common.status": "ಸ್ಥಿತಿ", + "common.submit": "ಸಲ್ಲಿಸಿ", + "common.success": "ಶ್ರೀನಿವಾರ", + "common.tags": "ಟಾಗ್ಗಳು", + "common.test": "ಮೆಟ್ರಿಕ್", + "common.test_connection": "ಸಂಪರ್ಕ ಪರೀಕ್ಷಿಸಿ", + "common.type": "ಪ್ರಕಾರ", + "common.update": "ನವೀಕರಣ", + "common.updated": "ನವೀಕೃತ", + "common.upload": "ಅಪ್ಲೋಡ್", + "common.view": "ದೃಷ್ಟಿ", + "common.warning": "ಎಚ್ಚರಿಕೆ", + "common.yes": "ಹೌದು", + "cookie.accept": "ಮೆಚ್ಚಿಗೆ ಸೇರಿಸಲಾಗಿದೆ", + "cookie.learn_more": "ಹತ್ತು ತಿಳಿಯಿರಿ", + "cookie.message": "ಈ ವೆಬ್ಸೈಟ್ ನಿಮ್ಮ ಅನುಭವವನ್ನು ಸುಧಾರಿಸಲು ಕೂಕೀಸ್ ಅನ್ನು ಬಳಸುತ್ತದೆ.", + "cookie.notice": "DocuElevate ಖಾತರಿಪಡಿಸುವಿಕೆ ಮತ್ತು ಸೇವಾ ಕಾರ್ಯಾಚರಣೆಗೆ ಅಗತ್ಯವಿರುವ ಮಾತ್ರ ಮುಖ್ಯ ಸೆಷನ್ ಕೂಕೀಸ್ ಅನ್ನು ಬಳಸುತ್ತದೆ. ಹೂಡಿಕೆ ಅಥವಾ ವಿಶ್ಲೇಷಣೆ ಕೂಕೀಸ್ ಅನ್ನು ಬಳಸಲಾಗುವುದಿಲ್ಲ.", + "cookie.notice_label": "ಕೂಕಿ ಅಧಿಸೂಚನೆ", + "cookie.policy_link": "ಕೂಕಿ ನೀತಿ", + "cookie.privacy_link": "ಖಾಸಗಿ ಅಧಿಸೂಚನೆ", + "credentials.col_action": "ಕ್ರಮ", + "credentials.col_credential": "ಪರ್ಯಾಯ", + "credentials.col_source": "ತಾಂತ್ರಿಕ", + "credentials.configured": "ಕೋಷ್ಟಿಕರ್ತ", + "credentials.edit_in_settings": "ಸೆಟ್ಟಿಂಗ್ಸ್‌ನಲ್ಲಿ ಸಂಪಾದಿಸಿ", + "credentials.legend_db": "ಡೇಟಾಬೇಸ್‌ನಲ್ಲಿ ಸಂಗ್ರಹಿತ ಮೌಲ್ಯ (ಶಾಂತ ಬ್ರೇಕಿಂಗ್; ಪರಿಸರ ಚರಕ್ಕೆ ಓಟು)", + "credentials.legend_env_after": " ಫೈಲ್", + "credentials.legend_env_before": "ಪರಿಸರ ಚರದಿಂದ ಉತ್ತರಿಸುತ್ತಾನೆ ಅಥವಾ ", + "credentials.legend_missing": "ಪರ್ಯಾಯ ಹೊಂದಿಸಲಾಗಿಲ್ಲ - ಸಮೀಕರಣ ಕಾರ್ಯಗತವಾಗುವುದಿಲ್ಲ", + "credentials.legend_restart": "ಈ ಪರ್ಯಾಯವನ್ನು ಪುನರಾರಂಭಿಸುವಾಗ ಪುನಾರಂಭ ಅಗತ್ಯವಿದೆ", + "credentials.legend_title": "ಖಂಡಿತ", + "credentials.manage_settings": "ಸೆಟ್ಟಿಂಗ್ಸ್ ನಿರ್ವಹಿಸಿ", + "credentials.not_configured": "ಹೊಂದಿಸಲಾಗಿಲ್ಲ", + "credentials.page_title": "ಪರ್ಯಾಯ ಪರಿಶೀಲನೆ - DocuElevate", + "credentials.raw_json": "ಕಚ್ಚಾ JSON (API)", + "credentials.restart_title": "ಈ ಪರ್ಯಾಯವನ್ನು ತಿರುಗಿಸಿದ ನಂತರ ಪುನಾರಂಭ ಅಗತ್ಯವಿದೆ", + "credentials.source_db_title": "ಡೇಟಾಬೇಸ್‌ನಲ್ಲಿ ಸಂಗ್ರಹಿತ (ಶಾವಿತರ)", + "credentials.source_env_title": "ಪರಿಸರ ಚರದಿಂದ", + "credentials.status_missing": "ಅನುದಾಸಾರ", + "credentials.subtitle": "DocuElevate ಬಳಸದ ಎಲ್ಲಾ ಸೂಕ್ಷ್ಮ ಪರ್ಯಾಯಗಳ ಮಹತ್ವ. ಇಲ್ಲಿ ಯಾವುದೇ ಗುಪ್ತ ಮೌಲ್ಯಗಳನ್ನು ತೋರಿಸಲಾಗುವುದಿಲ್ಲ - ಕೇವಲ ಪ್ರತಿಯೊಂದು ಪರ್ಯಾಯ ಹೊಂದಿರುವುದು ಮತ್ತು ಅದು ಎಲ್ಲಿಂದ ಬಂದಿದೆ ಎಂಬುದನ್ನು ಮಾತ್ರ.", + "credentials.table_for": "ಪರ್ಯಾಯಗಳಿಗಾಗಿ", + "credentials.title": "ಪರ್ಯಾಯ ಪರಿಶೀಲನೆ", + "credentials.total_credentials": "ಒಟ್ಟು ಪರ್ಯಾಯಗಳು", + "dashboard.active_integrations": "ಸಕ್ರಿಯ ಏಕೀಕರಣಗಳು", + "dashboard.files_this_month": "ಈ ತಿಂಗಳ ಫೈಲ್ಸ್", + "dashboard.files_today": "ಇಂದಿನ ಫೈಲ್ಸ್", + "dashboard.ocr_processed": "OCR ಪ್ರಕ್ರಿಯೆಗೆ ಒಳಪಟ್ಟವು", + "dashboard.quick_actions": "ತ್ವರಿತ ಕ್ರಮಗಳು", + "dashboard.recent_activity": "ಇತ್ತೀಚಿನ ಚಟುವಟಿಕೆ", + "dashboard.storage_targets": "ಸಂಗ್ರಹ ನಿರೀಕ್ಷೆಗಳು", + "dashboard.title": "ಡ್ಯಾಷ್‌ಬೋರ್ಡ್", + "dashboard.total_files": "ಒಟ್ಟು ಫೈಲ್ಸ್", + "dashboard.welcome": "DocuElevate ಗೆ ಸ್ವ್ಗಾತ", + "duplicates.file_id_label": "ಫೈಲ್ ID", + "duplicates.file_id_placeholder": "ಉದಾಹರಣೆಗೆ 42", + "duplicates.find_btn": "ಕಂಡುಹಿಡಿಯಿರಿ", + "duplicates.found_files": "ನಕಲಿ ಫೈಲ್(ಗಳು) ಒಟ್ಟಾಗಿ.", + "duplicates.found_groups": "ನಕಲಿ ಗುಂಪು(ಗಳು) ಜೊತೆ", + "duplicates.found_prefix": "ಕೋಡಲಾಗಿದೆ", + "duplicates.group_aria": "ನಕಲಿ ಗುಂಪು", + "duplicates.heading": "ನಕಲಿ ಡೋಕ್ಯುಮೆಂಟ್ಸ್", + "duplicates.how_it_works_heading": "ನಕಲಿತೆಗೆ ಸಮೀಪಿಸುವುದು ಹೇಗೆ ಕಾರ್ಯನಿರ್ವಹಿಸುತ್ತದೆ", + "duplicates.max_results_label": "ಗರಿಷ್ಠ ಫಲಿತಾಂಶಗಳು", + "duplicates.near_dup_desc": "ಹೊರೆಯಲ್ಲಿ ಇತರ ಫೈಲ್‌ಗಳು ಒಂದೇ (ಅಥವಾ ಬಹಳ ಕ್ಲೋಸ್) ವಿಷಯವನ್ನು ಒಳಗೊಂಡுள்ளದೋ ಇಲ್ಲವೋ ಎಂಬುದನ್ನು ಪರಿಶೀಲಿಸಲು ಡೋಕ್ಯುಮೆಂಟ್ ಅನ್ನು ಆಯ್ಕೆ ಮಾಡಿರಿ — ಆದರೆ ಅವು ವಿಭಿನ್ನ ಸಮಯದಲ್ಲಿ scanned ಮಾಡಲಾದವು ಮತ್ತು ವಿಭಿನ್ನ SHA-256 ಹ್ಯಾಶ್‌ಗಳನ್ನು ಹೊಂದಿರುವಾಗ.", + "duplicates.near_dup_heading": "ಡೋಕ್ಯುಮೆಂಟ್‌ಗಾಗಿ ಸಮೀಪ ನಕಲುಗಳನ್ನು ಕಂಡುಹಿಡಿಯಿರಿ", + "duplicates.no_exact_heading": "ದಾಖಲಿಸಿದ ನಿಖರ ನಕಲಿ ದೊರಕಲಿಲ್ಲ", + "duplicates.page_title": "ನಕಲಿ ಡೋಕ್ಯುಮೆಂಟ್ - DocuElevate", + "duplicates.pagination_aria": "ಪೇಜಿನೇಶನ್", + "duplicates.role_duplicate": "ನಕಲಿ", + "duplicates.role_original": "ಮೂಲ", + "duplicates.tab_exact": "ನಿಖರ ನಕಲಿ", + "duplicates.tab_near": "ನಿಕಟ-ನಕಲಿ ಹುಡುಕಲಾಗಿದೆ", + "duplicates.tabs_aria": "ನಕಲಿ ಪತ್ತೆಗಾಗಿ ಟ್ಯಾಬ್‌ಗಳು", + "duplicates.threshold_label": "ಸಮಾನತೆಯ ಥ್ರೆಶೋಲ್ಡ್", + "duplicates.view_dup_aria": "ನಕಲಿ ಫೈಲ್ ಅನ್ನು ವೀಕ್ಷಿಸಿ", + "duplicates.view_original_aria": "ಮೂಲ ಫೈಲ್ ಅನ್ನು ವೀಕ್ಷಿಸಿ", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "ಅಯ್ಯೋ, ನಾವು ಆ ಪುಟವನ್ನು ಕಂಡುಹಿಡಿಯಲಿಲ್ಲ!", + "error.404_home": "ಮುಖಪುಟಕ್ಕೆ ಹಿಂತಿರುಗಿ", + "error.404_message": "DocuElevate ನೀವು ಹುಡುಕುತ್ತಿದ್ದ ಡೋಕ್ಯುಮೆಂಟ್ ಅನ್ನು ತಪ್ಪಾಗಿತ್ತು ಎಂದು ತೋರುತ್ತದೆ. ಕಷ್ಟಪಡಬೇಡಿ – ನಿಮ್ಮ ನಡುವಲ್ಲಿಯೇ ನಾವು ನಿಮ್ಮನ್ನು ಬೆಂಬಲಿಸುತ್ತೇವೆ.", + "error.404_title": "404 - ದೊರಕಲಿಲ್ಲ", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", - "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", - "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", - "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", - "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", - "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", - "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", - "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", - "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "error.500_debug_info": "ಡebug ಮಾಹಿತಿಯನ್ನು ತೋರಿಸುತ್ತದೆ", + "error.500_description": "ನಮ್ಮ ಸರ್ವರ್‌ಗಳಿಗೆ ಸಮಸ್ಯೆ ಎದುರಾಗಿದೆ ಮತ್ತು ಸ್ವಲ್ಪ ಸಮಯ ಬೇಕಾಗಿದೆ.", + "error.500_heading": "ಅಯ್ಯೋ! ಏನ ಖಾತರಿಯಾಗಲಿಲ್ಲ.", + "error.500_home": "ಮನೆಗೆ ಹೋಗಿ", + "error.500_img_alt": "ಸರ್ವರ್ ದೋಷದ ಚಿತ್ರಣ", + "error.500_message1": "ನಮ್ಮ ಸರ್ವರ್‌ಗಳಿಗೆ ಸಮಸ್ಯೆ ಎದುರಾಗಿದೆ ಮತ್ತು ಸ್ವಲ್ಪ ಸಮಯ ಬೇಕಾಗಿದೆ. ಜೇನ ತೆಗೆದುಕೊಂಡ ಹ್ಯಾಮ್‌ಸ್ಟರ್‌ಗಳು ಅವರ ಕಾಫಿ ಓಡಿಸುತ್ತಿದ್ದವೆ?", + "error.500_message2": "ನಾವು ಈಗಾಗಲೇ ಇದರಲ್ಲಿ ಇದ್ದೇವೆ – ಫೈಲ್‌ಗಳನ್ನು ಶ್ರೇಣೀಬದ್ಧ ಮಾಡುತ್ತಿದೆ, ಸರ್ವರ್‌ಗಳನ್ನು ಪುನಃಾರಂಭಿಸುತ್ತಿದೆ ಮತ್ತು ಫ್ಲಕ್ಸ್ನವನ್ನು ಪುನಃಕಲ್ಪಿಸುತ್ತಿದೆ.", + "error.500_title": "ಸರ್ವರ್ ದೋಷ - DocuElevate", + "error.forbidden": "ನಿಷೇಧಿಸಲಾಗಿದೆ", + "error.forbidden_message": "ನೀವು ಈ ಪುಟವನ್ನು ಅಕ್ಸೆಸ್ ಮಾಡಲು ಅನುಮತಿ ಇಲ್ಲ.", + "error.not_found": "ಪೇಜ್ ಸಿಕ್ಕುತ್ತಿಲ್ಲ", + "error.not_found_message": "ನೀವು ಹುಡುಕುತ್ತಿದ್ದ ಪುಟ ಇಲ್ಲ.", + "error.server_error": "ಆಂತರಿಕ ಸರ್ವರ್ ದೋಷ", + "error.server_error_message": "ಊರ್ಹಿಯಾಗಿದೆ. ದಯವಿಟ್ಟು ನಂತರ ಪುನರಾಯ ಮಾಡಿ.", + "error.unauthorized": "ಅನುಮತಿಸದ", + "error.unauthorized_message": "ಈ ಪುಟವನ್ನು ಪ್ರವೇಶಿಸಲು ನೀವು ಲಾಗ್ ಆಗಬೇಕಾಗಿದೆ.", + "files.action_delete": "ಫೈಲ್ ಅಳಿಸಿ", + "files.action_details": "ವಿವರಗಳನ್ನು ನೋಡಿ", + "files.action_preview": "ತೊರೆಯು", + "files.bulk_clear_selection": "ಒಳನೋಟ ಸ್ಪಷ್ಟಗೊಳಿಸಿ", + "files.bulk_cloud_ocr": "ಮರು ಚಾಲನೆ ನೀಡಲು ಕ್ಲೌಡ್ OCR", + "files.bulk_delete": "ಆಯ್ಕೆ ಮಾಡಿದವುಗಳನ್ನು ಅಳಿಸಿ", + "files.bulk_download": "ZIP ಹುಟ್ಟಿಸಲು ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ", + "files.bulk_reprocess": "ಆಯ್ಕೆ ಮಾಡಿದವುಗಳನ್ನು ಮರು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಿ", + "files.delete_modal_cancel": "ರದ್ದುಮಾಡು", + "files.delete_modal_confirm": "ಅಳಿಸು", + "files.delete_modal_message": "ನೀವು ಈ ಫೈಲ್ ಅನ್ನು ಅಳಿಸಲು ಖಚಿತವಾಗಿದ್ದೀರಾ?", + "files.delete_modal_title": "ಅಳಿಸುವುದನ್ನು ದೃಢೀಕರಿಸಿ", + "files.document_title": "ಡಾಕ್ಯುಮೆಂಟ್ ಶೀರ್ಷಿಕೆ", + "files.drop_overlay_hint": "PDF, ಆಫ್‌ಫೀಸ್ ಡಾಕ್, ಚಿತ್ತಾರಗಳು, HTML, ಮಾರ್ಕ್‌ಡೌನ್, ಮತ್ತು ಹೆಚ್ಚಿಗೆ ಲಕ್ಷಣಗಳಲ್ಲಿದೆ - ಕಡತಗಳು ಪುನರಾವರ್ತಿತವಾಗಿವೆ", + "files.drop_overlay_title": "ಅಪ್ಪಗೆ ಹಾಕಲು ಯಾವುದಾದರೂ ಫೈಲ್ ಅಥವಾ ಫೋಲ್ಡರ್ ಅನ್ನು ಹತ್ತಿರಿ", + "files.error_hint": "ಇದು ಏನೆಂದರೆ ಆಯ್ಕೆ ಅಥವಾ ಆಮದು ಸಮಸ್ಯೆ ಇರಬಹುದು. ದಯವಿಟ್ಟು ಸರ್ವರ್ ಹಕ್ಕುಪತ್ರಗಳನ್ನು ಪರಿಶೀಲಿಸಿ.", + "files.file_size": "ಫೈಲ್ ಗಾತ್ರ", + "files.filename": "ಫೈಲ್ ಹೆಸರು", + "files.files_selected": "ಆಯ್ಕೆ ಮಾಡಿದ ಫೈಲ್‌ಗಳು", + "files.filter_all_providers": "ಎಲ್ಲಾ ಪ್ರೊವೈಡರ್‌ಗಳು", + "files.filter_all_statuses": "ಎಲ್ಲಾ ಸ್ಥಿತಿಗಳು", + "files.filter_all_types": "ಎಲ್ಲಾ ಪ್ರಕಾರಗಳು", + "files.filter_apply": "ಪರಿಶೀಲನೆ ಮರು ಪ್ರಕೋಟಿಸಿ", + "files.filter_clear": "ಅಳಿಸು", + "files.filter_date_from": "ದಿನಾಂಕದಿಂದ", + "files.filter_date_from_aria": "ದಿನಾಂಕದಿಂದ ಪರಿಮಿತಿ", + "files.filter_date_to": "ದಿನಾಂಕಕ್ಕೆ", + "files.filter_date_to_aria": "ದಿನಾಂಕಕ್ಕೆ ಪರಿಮಿತಿ", + "files.filter_form_aria": "ಫೈಲ್‌ಗಳನ್ನು ಪರಿಮಿತಿ", + "files.filter_mime_type": "MIME ಪ್ರಕಾರ", + "files.filter_ocr_all": "ಎಲ್ಲಾ ಫೈಲ್‌ಗಳು", + "files.filter_ocr_good": "ಉತ್ತಮ ಗುಣ", + "files.filter_ocr_poor": "ಕೀಳ ಗುಣ", + "files.filter_ocr_quality": "OCR ಗುಣ", + "files.filter_ocr_quality_aria": "ಓಸಿಆರ್ ಗುಣಮಟ್ಟ ಅಂಕೆಯ ಮೂಲಕ ಫೀಲ್ಟರ್ ಮಾಡು", + "files.filter_ocr_unchecked": "ಇನ್ನುಮಾತ್ರ ಮೌಲ್ಯಮಾಪನವಾಗಿಲ್ಲ", + "files.filter_search_label": "ಫೈಲ್ ಸಂಖ್ಯೆಯನ್ನು ಶೋಧಿಸಿ", + "files.filter_search_placeholder": "ಫೈಲ್ ಸಂಖ್ಯೆಯನ್ನು ನಮೂದಿಸಿ...", + "files.filter_storage_provider": "ಸ್ತೋರಿಂಗ್ ನೀಡುವವರು", + "files.filter_tags_aria": "ಟ್ಯಾಗ್ಗಳ ಮೂಲಕ ಫೀಲ್ಟರ್ करो (ಕೋಮಾಸ್ರೇತ)", + "files.filter_tags_placeholder": "ಉದಾಹರಣೆ: ಬಿಲ್, ಆಮಜಾನ್", + "files.fulltext_search_label": "ಪೂರ್ಣ-ಪಠ್ಯ ಶೋಧ (ಓಸಿಆರ್ ಪಠ್ಯ, ಚಿನ್ನಾದೇಶ, ಟ್ಯಾಗ್ಗಳು)", + "files.fulltext_search_placeholder": "ದಾಖಲೆ ವಿಷಯ, ಕಳುಹಿಸುವವರು, ಟ್ಯಾಗ್ಗಳು, ಪ್ರಕಾರವನ್ನು ಶೋಧಿಸಿ...", + "files.no_files": "ಏನೂ ಕಡತಗಳು ದೊರಕಲಿಲ್ಲ", + "files.ocr_status": "ಓಸಿಆರ್ ಸ್ಥಿತಿ", + "files.page_title": "ಫೈಲ್ ದಾಖಲೆಗಳು", + "files.pagination_files": "ಕಡತಗಳು", + "files.pagination_first": "ಮೊದಲ", + "files.pagination_last": "ಕಡೆಯದು", + "files.pagination_nav_aria": "ಫೈಲ್ ಪಟ್ಟಿಯ ಪುಟಗಮನ", + "files.pagination_next": "ಮರು", + "files.pagination_of": "ಯುಗ", + "files.pagination_previous": "ಹಿಂದಿನ", + "files.pagination_showing": "ಗೋಚಿಸುತ್ತಿದೆ", + "files.preview_modal_close": "ಪೂರ್ವದರ್ಶನವನ್ನು ಮುಚ್ಚು", + "files.preview_modal_title": "ಪೂರ್ವದರ್ಶನ", + "files.queue_banner_items": "ಆ ಇಟಮ್(ಗಳು) ಪ್ರಸ್ತುತ ಕ್ಯೂನಲ್ಲಿ ಅಥವಾ ಕಾರ್ಯಗತಗೊಳಿಸಲಾಗುತ್ತಿದೆ. ಕಾರ್ಯಗತಿ ಪೂರ್ಣಗೊಂಡ ನಂತರ ಕಡತಗಳು ಇಲ್ಲಿ ತೋರಿಸಲಾಗುತ್ತದೆ.", + "files.queue_banner_link": "ಕ್ಯೂ ನೋಡಿ", + "files.saved_searches_empty": "ಯಾವುದೇ ಉಳಿಸಲಾಗಿದೆ ಶೋಧಗಳು ಇಲ್ಲ", + "files.saved_searches_error": "ಉಳಿಸಲಾಗಿದೆ ಶೋಧಗಳನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ", + "files.saved_searches_label": "ಉಳಿಸಲಾಗಿದೆ ಶೋಧಗಳು", + "files.saved_searches_save": "ಪ್ರಸ್ತುತವನ್ನು ಉಳಿಸಿ", + "files.saved_searches_save_aria": "ಪ್ರಸ್ತುತ ಹಾಳೆಗಳ ಮೇಲೆ ಉಳಿಸಲಾಗುವ ಶೋಧವಾಗಿ ಉಳಿಸಿ", + "files.search_results_empty": "ಯಾವುದೇ ಫಲಿತಾಂಶಗಳಿಲ್ಲ.", + "files.search_results_title": "ಶೋಧ ಫಲಿತಾಂಶಗಳು", + "files.status_duplicate": "ಪುರಾತನವು", + "files.table_actions": "ಚಟುವಟಿಕೆಗಳು", + "files.table_aria": "ಫೈಲ್ ದಾಖಲೆಗಳು", + "files.table_created_at": "ರಚನೆಯಾದಾಗ", + "files.table_empty": "ಯಾವುದೇ ಕಡತಗಳು ತಪ್ಪಾಗಿಲ್ಲ", + "files.table_id": "ಐಡಿ", + "files.table_mime_type": "ಎಮ್‌ಐಎಮ್‌ಇ ಟೈಪ್", + "files.table_original_filename": "ಮೂಲ ಫೈಲ್ ಸಂಖ್ಯೆ", + "files.table_select_all": "ಈ ಪುಟದ ಎಲ್ಲಾ ಕಡತಗಳನ್ನು ಆಯ್ಕೆ ಮಾಡಿ", + "files.tags": "ಟ್ಯಾಗ್‌ಗಳನ್ನು", + "files.title": "ಹಕ್ಕಿಗಳನ್ನು", + "files.upload_modal_aria": "ಊರಚಾಲನೆಯ ಪ್ರಗತಿಯಿಂದ", + "files.upload_modal_close": "ಊರಚಾಲನೆಯ ಪ್ರಗತಿಯನ್ನು ಮುಚ್ಚು", + "files.upload_modal_header": "ಹಕ್ಕಿಗಳು ಅಪ್ಲೋಡ್ ಮಾಡುತ್ತಿದೆ", + "files.uploaded": "ಅಪ್ಲೋಡ್ ಮಾಡಲಾಗಿದೆ", + "footer.about": "ಬಗ್ಗೆ", + "footer.attribution": "ಅಟ್ರಿಬ್ಯೂಷನ್", + "footer.attributions": "ಅಟ್ರಿಬ್ಯೂಷನ್ಗಳು", + "footer.cookies": "ಕುಕ್ಕೀಸ್", + "footer.copyright": "ಡಾಕ್‌ಯುಎಲಿವೇಟ್ {year}", + "footer.imprint": "ಇಂಪ್ರಿಂಟ್", + "footer.license": "লাইসেন্স", + "footer.navigation": "ಫೂಟರ್ ಕಾರ್ಯಚಲನೆ", + "footer.privacy": "ಗೋಪ್ಯತೆ", + "footer.terms": "ಪರಿಶ್ಲೀಲನೆಗಳು", + "footer.version": "ಆವೃತ್ತಿ {version}", + "help.destinations_dropbox": "ಡ್ರಾಪ್‌ಬಾಕ್ಸ್", + "help.destinations_dropbox_desc": "ಓಆಥ್-ಲಿಂಕ್ ಮಾಡಿದ. ಫೈಲುಗಳು ನಿಮ್ಮ ಆಯ್ಕೆಯ ಫೋಲುನಲ್ಲಿದ್ದರು.", + "help.destinations_email": "ಇಮೇಲ್ ಫಾರ್ವಾರ್ಡಿಂಗ್", + "help.destinations_email_desc": "ಪ್ರಕ್ರಿಯೆಯಾದ ಫೈಲುಗಳನ್ನು SMTP ಅಟ್ಯಾಚ್ಮೆಂಟ್‌ಗಳಂತೆ ಕಳುಹಿಸಲಾಗಿದೆ.", + "help.destinations_google_drive": "ಗೂಗಲ್ ಡ್ರೈವ್", + "help.destinations_google_drive_desc": "ಸೇವಾ ಖಾತೆ ಅಥವಾ OAuth. ಹಂಚಿಕೊಂಡ ಡ್ರೈವ್‌ಗಳನ್ನು ಬೆಂಬಲಿಸುತ್ತದೆ.", + "help.destinations_heading": "ಗಮ್ಯಸ್ಥಾನಗಳು - ಡೋಕ್ಮೆಂಟ್‌ಗಳು ಎಲ್ಲಿಗೆ ಹೋಗುತ್ತವೆ", + "help.destinations_nextcloud": "ನೆಕ್ಸ್ಟ್‌ಕ್ಲೌಡ್ / ವೆಬ್‌ಡೇವ್", + "help.destinations_nextcloud_desc": "ವೆಬ್‌ಡೇವ್ ಮೂಲಕ ಸ್ವಾಯತ್ತ ಪ್ಲೇಟ್ ನ ಮತ್ತೊಂದು ಕಸ.", + "help.destinations_onedrive": "ಒನ್‌ಡ್ರೈವ್", + "help.destinations_onedrive_desc": "ಮೈಕ್ರೋಸಾಫ್ಟ್ ಗ್ರಾಫ್ ಎಪಿಐ ಏಕರೂಪ.", + "help.destinations_paperless": "ಪೇಪರ್‌ಲೆಸ್-ಎನ್‌ಜಿಎಕ್ಸ್", + "help.destinations_paperless_desc": "ಡೋಕ್ಮೆಂಟ್‌ಗಳನ್ನು ಪೇಪರ್‌ಲೆಸ್ ಒಂದರಲ್ಲಿನ ಪಾತಾಲಕ್ಕಾಗಿ ತಳ್ಳು.", + "help.destinations_s3": "ಅಮೆಜಾನ್ S3", + "help.destinations_s3_desc": "ಯಾವುದೇ S3-ಅನೂಕು ಸದಾನುಭವ ಬೆಕೆಟ್ (AWS, ಮಿನಿಯೊ, ವಸಾಬಿ).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", - "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_sftp_desc": "ಯಾವುದೇ ಸರ್ವರ್‌ಗಳಿಗೆ ಸುಗಮ ಫೈಲ್ ವರ್ಜಾನ್.", + "help.destinations_webhook": "ವೆಬ್‌ಹುಕ್", + "help.destinations_webhook_desc": "ಯಾವುದೇ ಔಟ್‌ಬೌಂಡ್ ಎಂಡ್ಪಾಯಿಂಟ್‌ಗೆ POST ಮೆಟಾಡೇಟಾ.", + "help.documentation": "ಅಭಿವೃದ್ಧಿ", + "help.faq": "ಹಾಕಿದ ಪ್ರಶ್ನೆಗಳು", + "help.faq_1_a": "ಅಪ್ಲೋಡ್ ಪುಟಕ್ಕೆ ಹೋಗಿ, ನಿಮ್ಮ ಫೈಲ್‌ಗಳನ್ನು ಎಳೆಯಿರಿ ಅಥವಾ ಆಯ್ಕೆ ಫೈಲ್ ಕ್ಲಿಕ್ ಮಾಡಿ. ಡಾಕ್‌ಯುಎಲಿವೇಟ್ ಚಿತ್ರಗಳು ಮತ್ತು ಕಛೇರಿ ಡೋಕ್ಮೆಂಟ್‌ಗಳನ್ನು PDFಗೆ ಪರಿವರ್ತಿಸುತ್ತದೆ, OCR ಅನ್ನು ನಿರ್ವಹಿಸುತ್ತದೆ ಮತ್ತು ಸ್ವಯಂ-ನಿರ್ಮಿತ ಮೆಟಾಡೇಟಾವನ್ನು ತೆಗೆದುಹೊರೆಯುತ್ತದೆ.", + "help.faq_1_q": "ಏಕೆಂದರೆ ನಾನು ಡೋಕ್ಮೆಂಟ್‌ಗಳನ್ನು ಅಪ್ಲೋಡ್ ಮಾಡುತ್ತೇನೆ?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, ಮತ್ತು HTML. ನಾನ್-ಪಿಡಿಎಫ್ ಕಡತಗಳನ್ನು ಪ್ರಕ್ರಿಯೆಗೊಳ್ಳುವ ಮೊದಲು ಸ್ವಾಯತ್ತವಾಗಿ ಪಿಡಿಎಫ್ ಗೆ ಪರಿವರ್ತಿಸಲಾಗುತ್ತದೆ.", + "help.faq_2_q": "ನಾವು ಎಲ್ಲಾ ಯಾವ ಫೈಲ್ ಫಾರ್ಮಾಟ್‌ಗಳನ್ನು ಬೆಂಬಲಿಸುತ್ತೇವೆ?", + "help.faq_3_a": "ಹೌದು. ಇಮೇಲ್ ಉಳಿತಾಯಕ್ಕೆ ಹೋಗಿ, IMAP ಖಾತೆಯನ್ನು ಸೇರಿಸಿ ಮತ್ತು DocuElevate ಹೊಸ ಸಂದೇಶಗಳಿಗಾಗಿ ಶೋಧಿಸುತ್ತೆ ಮತ್ತು ಕರಾಟನಗಳನ್ನು ಸ್ವಾಯತ್ತವಾಗಿ ಪ್ರಕ್ರಿಯೆಗೊಳ್ಳಲಿದೆ.", + "help.faq_3_q": "ನಾನು ಇಮೇಲ್‌ನಲ್ಲಿ ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳನ್ನು ಬಳಸುತ್ತೇನೆ?", + "help.faq_4_a": "ಪೈಪ್ಲೈನ್ಗಳು ನೀವು ಪ್ರಕ್ರಿಯೆ ಹಂತಗಳನ್ನು ಶ್ರೇಣೀಬದ್ಧಗೊಳಿಸಲು ನಿವೇಶಿಸಲು ಅವಕಾಶ ನೀಡುತ್ತವೆ - OCR, AI ತೆಗೆದುಹಾಕುವುದು, ಫಾರ್ಮಾಟ್ ಪರಿವರ್ತನೆ - ಮತ್ತು ಫಲಿತಾಂಶವನ್ನು ಒಂದು ಅಥವಾ ಹೆಚ್ಚು ಗಮ್ಯಸ್ಥಾನಗಳಿಗೆ ಮಾರ್ಗಗೊಳ್ಳುತ್ತದೆ. ಪೈಪ್ಲೈನ್ಸ್ ಪುಟದಿಂದ ಕ್ರಿಯಾತ್ಮಕವಾಗಿ ಐಡಿಯಾ ಮತ್ತು ನಿರ್ವಹಿಸಿ.", + "help.faq_4_q": "ಪ್ರಕ್ರಿಯೆ ಪೈಪ್ಲೈನ್‌ಗಳು ಹೇಗೆ ಕಾರ್ಯಗತವಾಗುತ್ತವೆ?", + "help.faq_5_a": "DocuElevate ವಿಶ್ರಾಂತದಲ್ಲಿನ ಪ್ರಮಾಣಪತ್ರಗಳನ್ನು ಎನ್‌ಕ್ರಿಪ್ಟ್ ಮಾಡುತ್ತದೆ, TLS ಮೂಲಕ ಸಂವಹನ ಮಾಡುತ್ತದೆ, ಮತ್ತು ನಿಮ್ಮ ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳನ್ನು ಅಗತ್ಯಕ್ಕಿಂತ ಹೆಚ್ಚು ಕಾಲ ಸંગ્રಹಿಸುವುದಿಲ್ಲ. ಸಂಪೂರ್ಣ ವಿವರಗಳಿಗೆ ಗೌಪ್ಯತೆಯ ಅಧಿಸೂಚನೆಯನ್ನು ನೋಡಿ.", + "help.faq_5_a_post": " ಸಂಪೂರ್ಣ ವಿವರಗಳಿಗಾಗಿ.", + "help.faq_5_a_pre": "ಡೊಕ್ಯೂಎಲಿವೇಟ್ ಕ್ರೆಡೆಂಟಿಯಲ್‌ಗಳನ್ನು ವಿಶ್ರಾಂತಿಯಲ್ಲಿಟ್ಟುಕೊಳ್ಳುತ್ತದೆ, TLS ಮೂಲಕ ಸಂಪರ್ಕಿಸುತ್ತೆ ಮತ್ತು ನಿಮ್ಮ ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳನ್ನು ಅಗತ್ಯಕ್ಕಿಂತ ಹೆಚ್ಚು ಸಮಯ ಸಂಗ್ರಹಿಸುತ್ತಿಲ್ಲ. ನೋಡಿ ", + "help.faq_5_q": "ನನ್ನ ಡೇಟಾದ ಸುರಕ್ಷತೆ ಏನು?", + "help.faq_heading": "ಆದೇಶವಾಗಿ ಕೇಳುವ ಪ್ರಶ್ನೆಗಳು", + "help.getting_started": "ಪ್ರಾರಂಭಿಸುತ್ತಿದ್ದೇನೆ", + "help.heading": "ಸಹಾಯ ಕೇಂದ್ರ", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳನ್ನು ಕಾರ್ಯಕ್ರಮದ ಮೂಲಕ ತಳಿಸುವುದಕ್ಕಾಗಿ REST API ಅನ್ನು ಬಳಸಿರಿ. ಬೇಹುಗಾರ ಟೋಕನ್ ಮೂಲಕ ದೃಢೀಕರಿಸಿ ಮತ್ತು ಫೈಲ್‌ಗಳನ್ನು ಅಪ್ಲೋಡ್ ಅಂತಿವರೆಗೆ POST ಮಾಡಿ.", + "help.ingestion_heading": "ಡೇಟಾ ಅಂಗಸಾಧನೆ ಉಪಕರಣಗಳು", + "help.ingestion_mobile": "ಮಣ್ಣೆಳ್ಳಿಕೆಯನ್ನು", + "help.ingestion_mobile_desc": "ನಿಮ್ಮ ಮೊಬೈಲ್ ಅಥವಾ ಟ್ಯಾಬ್ಲೆಟ್‌ನಿಂದ ಡೊಕ್ಯೂಎಲಿವೇಟ್ ಗೆ ಫೋಟೋಗಳು ಮತ್ತು ಸ್ಕ್ಯಾನ್‌ಗಳನ್ನು ಕಳುಹಿಸಲು ಕಸ್ಟಮ್ HTTP ಅಪ್ಲೋಡ್ ಸ್ಥಳಗಳನ್ನು ಬೆಂಬಲಿಸುವ ಯಾವುದೇ ಮೊಬೈಲ್ ಸ್ಕ್ಯಾನಿಂಗ್ ಅಪ್ಲಿಕೇಶನ್ ಅನ್ನು ಬಳಸಿರಿ.", + "help.ingestion_scanners": "ನೆಟ್ವರ್ಕ್ ಸ್ಕ್ಯಾನರ್‌ಗಳು", + "help.ingestion_scanners_desc": "ನಿಮ್ಮ ನೆಟ್ವರ್ಕ್ ಸ್ಕ್ಯಾನರ್ ಅಥವಾ ಬಹುಮುಖ ಮುದ್ರಕವನ್ನು ಡೊಕ್ಯೂಎಲಿವೇಟ್‌ನ ಅಪ್ಲೋಡ್ ಅಂತಿವರೆಗೆ ಬಿಂಸಿಸಿ. ಸ್ಕ್ಯಾನ್ ಮಾಡಿದ ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳು ನೇರವಾಗಿ ನಿಮ್ಮ ಪ್ರಕ್ರಿಯೆ ಕQueued ನಲ್ಲಿ ಬಿದ್ದವು.", + "help.ingestion_watched_folders": "ಕನಸುಗಾರ ನಿಡಿಗಳು", + "help.ingestion_watched_folders_desc": "ನಿಮ್ಮ ನಿರೀಕ್ಷಣೆಗೆ ಅಧಿಕೃತ ಸ್ಥಳೀಯ ಅಥವಾ ನೆಟ್ವರ್ಕ್ ಫೋಲ್ಡರ್ ಅನ್ನು ಸಂರಚಿಸಿ. ಕನಸುಗಾರದ ವ್ಯಕ್ತಿಯಾದ ಯಾವುದೇ ಫೈಲ್ ಸ್ವಯಂಚಾಲಿತವಾಗಿ ಡೊಕ್ಯೂಎಲಿವೇಟ್ ಗೆ ಅಪ್ಲೋಡ್ ಮತ್ತು ಪ್ರಕ್ರಿಯಿಸಲಾಗುತ್ತದೆ.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Zapier, n8n ಅಥವಾ Make ಸಹಾಯದಿಂದ ಡೊಕ್ಯೂಎಲಿವೇಟ್ ಅನ್ನು ನಿಮ್ಮ Automation ಶ್ರಾವಣಾ ಅಲ್ಲಿಗೆ ಮಿತೆಯಾಗಿಸಿ. ಯಾವುದಾದರು ಕಾರ್ಯಕ್ರಮದಿಂದ ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳನ್ನು ಅಪ್ಲೋಡ್ ಮಾಡಲು REST API ಕಾರ್ಯಗಳನ್ನು ಬಳಸಿರಿ.", + "help.meta_description": "ಡೊಕ್ಯೂಎಲಿವೇಟ್ ಕೃಷಿಯೋತೆ ಸಹಾಯ ಪಡೆಯಿರಿ - ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳನ್ನು ಅಪ್ಲೋಡ್ ಮಾಡುವುದರ ಬಗ್ಗೆ ಮಾರ್ಗದರ್ಶಿಕೆಯನ್ನು, ಕ್ಲೌಡ್ ಸಂಗ್ರಹಣೆಗಳನ್ನು ಸಂಪರ್ಕಿಸುವುದರ ಬಗ್ಗೆ, ಪೈಪ್ಲೈನ್‌ಗಳನ್ನು ಹೊಂದಿಸುವುದರ ಬಗ್ಗೆ ಕಂಡುಹಿಡಿಯಿರಿ ಮತ್ತು ಇತರವು.", + "help.og_description": "ಡೊಕ್ಯೂಎಲಿಸ್ವೇಟ್ ಕೃಷಿಯೋತೆ ಸಹಾಯ ಪಡೆಯಿರಿ - ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳನ್ನು ಅಪ್ಲೋಡ್ ಮಾಡುವುದರ ಬಗ್ಗೆ ಮಾರ್ಗದರ್ಶಿಕೆಯನ್ನು, ಕ್ಲೌಡ್ ಸಂಗ್ರಹಣೆಗಳನ್ನು ಸಂಪರ್ಕಿಸುವುದರ ಬಗ್ಗೆ, ಪೈಪ್ಲೈನ್‌ಗಳನ್ನು ಹೊಂದಿಸುವುದರ ಬಗ್ಗೆ ಕಂಡುಹಿಡಿಯಿರಿ ಮತ್ತು ಇತರವು.", + "help.page_title": "ಸಹಾಯ ಕೇಂದ್ರ", + "help.privacy_notice": "ಗೌಪ್ಯತೆಯ ಅಧಿಸೂಚನೆ", + "help.quickstart_heading": "ತ್ವರಿತ ಪ್ರಾರಂಭ", + "help.quickstart_storage": "ಸಂಗ್ರಹ ಸಂಪರ್ಕಿಸಿ", + "help.quickstart_storage_desc": "ಆಯ್ಕೆಗೆ ಹೋಗಿ ಮತ್ತು ನಿಮ್ಮ ಕ್ಲೌಡ್ ಖಾತೆಗಳನ್ನು ಲಿಂಕ್ ಮಾಡಿ. ಪ್ರಕ್ರಿಯೆಗೊಳ್ಳುವ ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳನ್ನು ನೀವು ಹೊಂದಿಸಿರುವ ಪ್ರತಿಯೊಂದು ಗಮ್ಯಸ್ಥಾನಕ್ಕೆ ಸ್ವಾಯತ್ತವಾಗಿ ಮಾರ್ಗಗೊಳ್ಳುತ್ತದೆ.", + "help.quickstart_storage_desc_full": "ಇಂಟೆಗ್ರೇಶನ್‌ಗಳಿಗೆ ಹೋಗಿ ಮತ್ತು ನಿಮ್ಮ ಕ್ಲೌಡ್‌ ಸ್ಟೋರೇಜ್ ಖಾತೆಗಳನ್ನು ಲಿಂಕ್ ಮಾಡಿ. ಡೊಕ್ಯೂಎಲಿವೇಟ್ ಡ್ರಾಪ್‌ಬಾಕ್, ಗೌಗಲ್ ಡ್ರೈವ್, ಓನ್‌ಡ್ರೈವ್, ಆಮಜಾನ್ S3, ನೆಕ್ಸ್ಟ್‌ಕ್ಲೌಡ್ ಮತ್ತು ಇನ್ನಷ್ಟು ಬೆಂಬಲಿಸುತ್ತದೆ. ಪ್ರಕ್ರಿಯೆಗೊಳ್ಳುವ ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳನ್ನು ನೀವು ಸಂರಚಿಸಿರುವ ಪ್ರತಿಯೊಂದು ಗುರಿಯಿಂದ ಸ್ವಯಂಚಾಲಿತವಾಗಿ ಮಾರ್ಗವಿರುತ್ತವೆ.", + "help.quickstart_upload": "ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳನ್ನು ಅಪ್ಲೋಡ್ ಮಾಡಿ", + "help.quickstart_upload_desc": "ಅಪ್ಲೋಡ್ ಪುಟದಲ್ಲಿ ಕಡತಗಳನ್ನು ಎಳೆಯಿರಿ ಮತ್ತು ಬಂಧಿಸಲಾಗುವುದು ಅಥವಾ ಕಡತ ಆಯ್ಕೆಮಾಡಿ ಕ್ಲಿಕ್ ಮಾಡಿ. DocuElevate ಚಿತ್ರಗಳು ಮತ್ತು ಕಚೇರಿ ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳನ್ನು PDF ಗೆ ಪರಿವರ್ತಿಸುತ್ತದೆ, OCR ರನ್ಸ್, ಮತ್ತು ಮೆಟಾಡೇಟಾವನ್ನು ಸ್ವಾಯತ್ತವಾಗಿ ತೆಗೆದುಹಾಕುತ್ತದೆ.", + "help.quickstart_workflows": "ಕೆಲಸದ ಪ್ರವಾಹಗಳನ್ನು ಸ್ವಾಯತ್ತಗೊಳಿಸಲು", + "help.quickstart_workflows_desc": "ಬಳಕೆದಾರ ಪ್ರಮಾಣಪತ್ರಗಳನ್ನು ಖಾತರಿಮಾಡಲು ಪೈಪ್ಲೈನ್ಗಳನ್ನು ರಚಿಸಿ ಮತ್ತು ಮಾರ್ಗದಾಟ ನಿಯಮಗಳನ್ನು ಗುರುತಿಸಲು. OCR, AI ತೆಗೆದುಹಾಕುವುದು, ಫಾರ್ಮಾಟ್ ಪರಿವರ್ತನೆ ಮತ್ತು ವಿತರಣೆಯನ್ನು ಒಂದೇ ಪ್ರವಾಹದಲ್ಲಿ ಸೇರಿಸಿ.", + "help.sources_email_ingestion": "ಇಮೇಲ್ ಉಳಿತಾಯ (IMAP)", + "help.sources_email_ingestion_desc": "ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳನ್ನು ನಿರ್ದಿಷ್ಟವಾದ ಮೋಕಿಯಲ್ಲಿಗೆ ಕಳಚಿ. ಇಮೇಲ್ ಉಳಿತಾಯದ ಅಡಿ, ಒಬ್ಬ ಅಥವಾ ಹೆಚ್ಚು IMAP ಖಾತೆಗಳನ್ನು ಸೇರಿಸಿ. DocuElevate ಹೊಸ ಸಂದೇಶಗಳಿಗಾಗಿ ಶ್ರೀಮಂತ ಮಾಡುತ್ತದೆ ಮತ್ತು ಕರಾಟನಗಳನ್ನು ಸ್ವಾಯತ್ತವಾಗಿ ಪ್ರಕ್ರಿಯಿಸುತ್ತದೆ.", + "help.sources_heading": "ಮೂಲಗಳು - ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳನ್ನು ಇನ್ ಮಾಡುವ ಮೋಕებიც", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", - "language.bg": "Български", - "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", - "language.cs": "Čeština", - "language.da": "Dansk", - "language.de": "Deutsch", - "language.el": "Ελληνικά", - "language.en": "English", - "language.es": "Español", - "language.et": "Eesti", - "language.fi": "Suomi", - "language.fr": "Français", - "language.ga": "Gaeilge", - "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", - "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", + "help.sources_rest_api_desc": "/files/upload ಗೆ ಫೈಲ್‌ಗಳನ್ನು ಪೋಸ್ಟ್ ಮಾಡುವುದು ಮೂಲಕ ಕ್ರಿಯಾತ್ಮಕವಾಗಿ ಬೆಳೆಸಿ. ಕ್ರಿಯಾತ್ಮಕತೆಗೆ, ವೀಕ್ಷಿತ ಕಡತಗಳ, ಸ್ಕ್ಯಾನರ್, ಅಥವಾ Zapier ಮತ್ತು n8n ವಿರುದ್ಧವಾಗಿ ಮೂರು-ಪಕ್ಷದ ಸಾಧನಗಳು.", + "help.sources_scanner": "ಸ್ಕ್ಯಾನರ್ & ಮೊಬೈಲ್", + "help.sources_scanner_desc": "ನೆಟ್ವರ್ಕ್ ಸ್ಕ್ಯಾನರ್‌ಗಳನ್ನು DocuElevate ನ ಅಪ್ಲೋಡ್ ಅಂತರ್ಗತವನ್ನು ಸೂಚಿಸಿ ಅಥವಾ ಕಸ್ಟಮ್ HTTP ಗಮ್ಯಸ್ಥಾನಗಳನ್ನು ಬೆಂಬಲಿಸುವ ಯಾವುದೇ ಮೊಬೈಲ್ ಸ್ಕ್ಯಾನಿಂಗ್ ಅಪ್ಲಿಕೇಶನ್ ಬಳಸಿರಿ.", + "help.sources_scanner_desc_full": "ನಿಮ್ಮ ನೆಟ್ವರ್ಕ್ ಸ್ಕ್ಯಾನರ್ ಅಥವಾ ಬಹುಮುಖ ಮುದ್ರಕವನ್ನು ಡೊಕ್ಯೂಎಲಿವೇಟ್ ಗೆ ನೇರವಾಗಿ ಮಿಗಿಯುವಂತೆ ಹೂಡಿಕೊಳ್ಳಿ. ಗುರಿಯಾದರಿಗೆ /API/upload ಅನ್ನು ಒಂದು ಸ್ಥಳವಾಗಿ ಬಳಸಿರಿ. ಕಸ್ಟಮ್ ಅಪ್ಲೋಡ್ ಗುರಿಗಳೊಂದಿಗೆ_mobile scanning apps ಗೆಲ್ಲಲಾಗುತ್ತದೆ.", + "help.sources_web_upload": "ಜಾಲ ಅಪ್ಲೋಡ್", + "help.sources_web_upload_desc": "ಪ್ರಾರಂಭಿಸಲು ಅತ್ಯಂತ ಶ್ರೇಷ್ಟ ಮಾರ್ಗ. ಅಪ್ಲೋಡ್ ಪುಟವನ್ನು ತೆರೆಯಿರಿ, ಒಂದರಿಂದ ಹೆಚ್ಚು ಕಡತಗಳನ್ನು ಬದಲಾವಣೆ ಮತ್ತು DocuElevate ಇತರವನ್ನು ನೋಡುತ್ತದೆ. ಬೆಂಬಲಿತ ಫಾರ್ಮಾಟ್‌ಗಳಲ್ಲಿ PDF, JPEG, PNG, TIFF, DOCX, XLSX, ಮತ್ತು ಇನ್ನಷ್ಟು ಒಳಗೊಂಡಿದೆ.", + "help.subheading": "DocuElevate ನ ಶ್ರೇಷ್ಠವಾಗಿರುವುದಕ್ಕಾಗಿ ನೀವು ಅಗತ್ಯವಿರುವ ಎಲ್ಲಾ ಸಹಾಯ. ಕೆಳಗಿನ ವಿಷಯಗಳನ್ನು ಬ್ರೌಸ್ ಮಾಡಿ ಅಥವಾ ನೀವು ಅಗತ್ಯವಿರುವದರ ಮೇಲೆ ಹುಡುಕು.", + "help.support": " ಬೆಂಬಲ", + "help.support_admin_message": "ಬೆಂಬಲ ಮಾಹಿತಿಗಳಿಗಾಗಿ ನಿಮ್ಮ ಆಡಳಿತಾಧಿಕಾರಿಗೆ ಸಂಪರ್ಕಿಸಿ.", + "help.support_description": "ನೀವು ಹುಡುಕುತ್ತಿರುವುದನ್ನು ಹುಡುಕಲಾಗುತ್ತಿದೆಯಾ? ನಮ್ಮ ಬೆಂಬಲ ತಂಡವು ಸಹಾಯ ಮಾಡಲು ಇಲ್ಲಿ ಇದೆ.", + "help.support_heading": "ಬೆಂಬಲಕ್ಕೆ ಸಂಪರ್ಕಿಸಿ", + "help.support_live_chat": "ಜಾರಿ ಚಾಟ್ ಲಭ್ಯವಿದೆ - ಮಾತುಕತೆ ಪ್ರಾರಂಭಿಸಲು ಚಾಟ್ ಬಬಲ್ ಕ್ಲಿಕ್ ಮಾಡಿ.", + "help.support_ticket_button": "ಟಿಕೆಟ್ ಸಲ್ಲಿಸಿ", + "help.support_ticket_desc": "ಕೆಳಗಿನ ಫಾರ್ಮ್ ತುಂಬissez ಮಾಡಿ ಮತ್ತು ನಮ್ಮ ಬೆಂಬಲ ತಂಡವು ಶೀಘ್ರದಲ್ಲೇ ನಿಮ್ಮನ್ನು ಸಂಪರ್ಕಿಸುತ್ತಿದೆ.", + "help.support_ticket_heading": "ಬೆಂಬಲ ಟಿಕೆಟ್ ಓಪನ್ ಮಾಡಿ", + "help.title": "ಸಹಾಯ ಕೇಂದ್ರ", + "help.workflows_creating": "ಪೈಪ್ಲೈನ್ ರಚಿಸುತ್ತಿದೆ", + "help.workflows_definition": "ಪೈಪ್ಲೈನ್ ಅನ್ನು ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳನ್ನು ಬಳಸಿದಾಗ ಸ್ವಾಯತ್ತವಾಗಿ ಓಟದ ಹಂತಗಳ ಸರಣಿಯಾಗಿ ನಿರ್ವಹಿಸುವುದು. ಪ್ರತಿ ಹಂತವು ಡಾಕ್ಯುಮೆಂಟ್ ಅನ್ನು ಪರಿವರ್ತಿನಮಾಡಬಹುದು, ಸಂಪೂರ್ಣಗೊಳಿಸಬಹುದು ಅಥವಾ ಮಾರ್ಗದರ್ಶನ ಮಾಡಬಹುದು.", + "help.workflows_heading": "ಕೆಲಸದ ಪ್ರವಾಹಗಳು ಮತ್ತು ಪೈಪ್ಲೈನ್ಗಳು", + "help.workflows_step_1": "PDFಗೆ ಪರಿವರ್ತಿಸಿ", + "help.workflows_step_1_create": "ಮುಖ್ಯ ಮೆನುದಲ್ಲಿ ಪೈಪ್ಲೈನ್ಗಳ ಕಡೆ ಹೋಗಿ.", + "help.workflows_step_1_full": "PDF ಗೆ ಪರಿವರ್ತಿಸು - ಎಲ್ಲಾ ಬರುವ ಫೈಲ್‌ಗಳನ್ನು ನಿಯಮಿತ PDF ರೂಪಾಂತರಕ್ಕೆ ಪರಿಷ್ಕರಿಸಲಾಗಿದೆ.", + "help.workflows_step_2": "ಓಸಿಆರ್ - ಪಠ್ಯವನ್ನು ತೆಗೆದು ಹಾಕಿ", + "help.workflows_step_2_create": "ನೂತನ ಪೈಪ್ಲೈನ್‌ ಅನ್ನು ಒತ್ತಿ ಮತ್ತು ಇದಕ್ಕೆ ಹೆಸರನ್ನು ನೀಡಿ.", + "help.workflows_step_2_full": "OCR - ಆಜೂರ್ ಡಾಕ್ಯುಮೆಂಟ್ ಇಂಟೆಲಿಜೆನ್ಸ್ ಅಥವಾ ನಿರ್ಮಿತ ಎಂಜಿನ್ ಅನ್ನು ಬಳಸಿಕೊಂಡು ಸ್ಕ್ಯಾನ್ ಮಾಡಿದ ಪುಟಗಳಿಂದ ಆಯ್ಕೆ ಮಾಡಬಹುದಾದ ಪಠ್ಯವನ್ನು ತೆಗೆಯಿರಿ.", + "help.workflows_step_3": "ಏಐ ಮೆಟಾಡೇಟಾ ಎಕ್ಸ್ಟ್ರಷನ್", + "help.workflows_step_3_create": "ನಿಮ್ಮ ಅಗತ್ಯವಿರುವ ಸ್ವೀಕರಿಸುವ ಹಂತಗಳನ್ನು ಸೇರಿಸಿ.", + "help.workflows_step_3_full": "AI ಮೆಟಾಡೇಟಾ ಉಲ್ಲೇಖಣೆ - ಡಾಕ್ಯುಮೆಂಟ್ ಪ್ರಕಾರವನ್ನು ವರ್ಗೀಕರಿಸಿ ಮತ್ತು ಮಾದರಿಗಳಂತೆ ಪ್ರಮಾಣಗಳು, ತಾರೀಕ್‌ಗಳು ಮತ್ತು ಹೆಸರಿದ ಪರಿಮಳಿಗಳನ್ನು ತೆಗೆದುಮಾಡಿ.", + "help.workflows_step_4": "ಒಂದು ಅಥವಾ ಹೆಚ್ಚು ಗಮ್ಯಸ್ಥಾನಗಳಿಗೆ ವಿತರಿಸಿ", + "help.workflows_step_4_create": "ಒಂದು ಅಥವಾ ಹೆಚ್ಚು ವಿತರಣಾ ಗಮ್ಯಸ್ಥಾನಗಳನ್ನು ಆಯ್ಕೆ ಮಾಡಿ.", + "help.workflows_step_5_create": "ಉಳಿಸಿ - ಹೊಸ ದಾಖಲೆಗಳು ಈ ಪೈಪ್ಲೈನ್ ಮೂಲಕ ಸ್ವಯಂವಾಗೆ ಪ್ರಕ್ರಿಯೆಯಾಗುವವು.", + "help.workflows_typical_steps": "ಸ್ವಾಭಾವಿಕ ಹಂತಗಳು", + "help.workflows_what_is": "ಪೈಪ್ಲೈನ್ ಏನು?", + "index.badge_intelligent": "ಬುದ್ಧಿವಂತ ದಾಖಲೆ ಪ್ರಕ್ರಿಯೆ", + "index.button_browse_files": "ไฟล์ಗಳನ್ನು ಬ್ರೌಸ್ ಮಾಡಿ", + "index.button_upload": "ಅನ್ ಲೋಡ್", + "index.capabilities_cloud": "ಮೋಡಲ್ ಸಂಗ್ರಹಣೆ: ಡ್ರಾಪ್‌ಬಾಕ್ಸ್, ಒನ್‌ಡ್ರೈವು, ಗೂಗಲ್ ಡ್ರೈവ്, ನೆಕ್ಸ್ಟ್‌ಕ್ಲೌಡ್", + "index.capabilities_ingestion": "ಇಮೇಲ್ ಮತ್ತು URL ಆಧಾರಿತ ದಾಖಲೆ ಸ್ವೀಕರಣ", + "index.capabilities_ocr": "ಓಸಿಆರ್ ಮತ್ತು ಏಐ ಜೊತೆಗೆ ಮೆಟಾಡೇಟಾ ಎಕ್ಸ್ಟ್ರಷನ್", + "index.capabilities_paperless": "ದಾಖಲೆ ನಿರ್ವಹಣೆಯಿಗಾಗಿ ಪೇಪರ್‌ಲೆಸ್-ಎನ್‌ಜಿಎಕ್ಸ್ನ ಎಂಟ್ರಿಗ್ರೇಶನ್", + "index.capabilities_title": "ಸಾಧನೆಗಳು", + "index.capabilities_workflows": "ಸ್ವಾಯತ್ತ ವರ್ಗೀಕರಣ ಮತ್ತು ಮಾರ್ಗವನ್ನು ಹೊಂದಿದೆ", + "index.cta_description": "ಡೊಕ್ಯುಎಲೆವೆಟ್‌ನೊಂದಿಗೆ ಇದುವರೆಗೆ ತಮ್ಮ ದಾಖಲೆ ಪ್ರಕ್ರಿಯೆಯನ್ನು ಸ್ವಯಂವಾರಿಯಾಗಿ ಮಾಡುವ ತಂಡಗಳಿಗೆ ಸೇರайтесь.", + "index.cta_heading": "ನಿಮ್ಮ ದಾಖಲೆ ಕೆಲಸದ ಪNebಲೆವನ್ನು ಹೆಚ್ಚಿಸಲು ಸಿದ್ದರಾಗಿದ್ದೀರಿ?", + "index.cta_pricing": "ಹುಡುಕಾಟ ದರ", + "index.cta_signup": "ಒಂದು ಉಚಿತ ಖಾತೆ ಸೃಷ್ಟಿಸಿ", + "index.dashboard_subtitle": "ಬುದ್ಧಿವಂತ ದಾಖಲೆ ಪ್ರಕ್ರಿಯೆ ಮತ್ತು ನಿರ್ವಹಣೆ", + "index.dashboard_subtitle_teams": "ಬುದ್ಧಿವಂತ ದಾಖಲೆ ಪ್ರಕ್ರಿಯೆ ಮತ್ತು ನಿರ್ವಹಣೆ - ತಂಡಗಳಿಗೆ ನಿರ್ಮಿತವಾಗಿದೆ", + "index.feature_ai": "ಐಎಟಿ ಮೆಟಾಡೇಟಾ ಎಕ್ಸ್ಟ್ರಷನ್", + "index.feature_ai_desc": "OpenAI, Claude, Gemini ಮತ್ತು ಇತರ ಪ್ಲಗ್‌ಗ್ ಮಾಡಿದ ಏಐ ಒದಗಿಸುವವರು ದಾಖಲೆಯನ್ನು ವರ್ಗೀಕರಿಸುತ್ತವೆ ಮತ್ತು ದಿನಾಂಕಗಳು, ಮೊತ್ತಗಳು ಮತ್ತು ವಿಷಯಗಳಂತೆ ಮುಖ್ಯ ಕ್ಷೇತ್ರಗಳನ್ನು ತೆಗೆದು ಹಾಕುತ್ತವೆ.", + "index.feature_cloud": "ಬಹು-ಕ್ಲೌಡ್ ಸಂಗ್ರಹಣೆ", + "index.feature_cloud_desc": "ಶ್ರೇಣೀಬದ್ಧವಾದ ಕಡತಗಳನ್ನು ಡ್ರಾಪ್‌ಬಾಕ್ಸ್, ಗೂಗಲ್ ಡ್ರೈವ್, ಒನ್‌ಡ್ರೈವು, ಅಮೆಜಾನ್ S3, ನೆಕ್ಸ್ಟ್‌ಕ್ಲೌಡ್, ಪೇಪರ್‌ಲೆಸ್ ಎನ್‌ಜಿಎಕ್ಸ್ನಲ್ಲಿ ಸಾಗಿಸಲು.", + "index.feature_email": "ಇಮೇಲ್ ಮತ್ತು IMAP ಸ್ವೀಕರಣ", + "index.feature_email_desc": "ಜ್ಮೇಲ್ ಅಥವಾ ಯಾವುದೇ IMAP ಇಮೇಲ್ ಬಾಕ್‌ಸ್ನಿಂದ ಸ್ವಯಂಚಾಲಿತವಾಗಿ ದಾಖಲೆಗಳನ್ನು ತೆಗೆದುಕೊಳ್ಳಿ - ಯಾವುದೇ ಕೈಗಣಕಿ ಅಗತ್ಯವಿಲ್ಲ.", + "index.feature_ocr": "ಓಸಿಆರ್ ಮತ್ತು ಪಠ್ಯವನ್ನು ತೆಗೆದು ಹಾಕುವುದು", + "index.feature_ocr_desc": "ಝುರ್ ಡಾಕ್ಯುಮೆಂಟ್ ಇಂಟೆಲಿಜೆನ್ಸ್ ಸ್ಕ್ಯಾನ್ ಮಾಡಿದ PDFಗಳನ್ನು ಮತ್ತು ಚಿತ್ರಗಳನ್ನು ಸಂಪೂರ್ಣವಾಗಿ ಹುಡುಕಬಹುದಾದ ಪಠ್ಯದಲ್ಲಿ ಸ್ವಯಂ ಮಾರ್ಪಡಿಸುತ್ತದೆ.", + "index.feature_pipelines": "ಕಸ್ಟಮ್ ಪೈಪ್ಲೈನ್ಗಳು", + "index.feature_pipelines_desc": "ಕನಿಷ್ಕ್ರಿಯ ಹಂತಗಳನ್ನು ಹೊಂದಿರುವ ಪ್ರಕ್ರಿಯೆ ಪೈಪ್ಲೈನ್ಗಳನ್ನು ನಿರ್ಮಿಸಿ - ಓಸಿಆರ್, ಏಐ ಎಕ್ಸ್ಟ್ರಷನ್, ಫಾರ್ಮಾಟ್ ಮಾರ್ಪಾಡು, ಮತ್ತು ಯಾವುದೇ ಕ್ರಮದಲ್ಲಿ ಸಂಗ್ರಹಣೆ ಮಾರ್ಗವನ್ನು ಹೊಂದಲಾಗಿದೆ.", + "index.feature_search": "ಪೂರ್ಣ-ಪಠ್ಯ ಹುಡುಕಾಟ", + "index.feature_search_desc": "ನಿಮ್ಮ ಸಂಪೂರ್ಣ ಆರ್ಕೈವ್ದಲ್ಲಿ ವಿಷಯ, ಮೆಟಾಡೇಟಾ ಅಥವಾ ಟ್ಯಾಗ್ಗಳೊಂದಿಗೆ ಯಾವುದೇ ದಾಖಲೆ ತಕ್ಷಣವೇ ಹುಡುಕಿ.", + "index.feature_section_title": "ಬುದ್ಧಿವಂತ ದಾಖಲೆ ವರ್ಕ್‌ಫ್ಲೋಗಳಿಗೆ ನೀವು ಅಗತ್ಯವಿರುವ ಎಲ್ಲವೂ", + "index.getting_started": "ಆರಂಭಿಸಲು", + "index.getting_started_1": "ಸಿಸ್ಟಮ್ ಸ್ಥಿತಿಯಿಂದ ಇಂಟಿಗ್ರೇಷನ್ಗಳನ್ನು ಸಂಪಾದಿಸಿ", + "index.getting_started_2": "ನಿಮ್ಮ ಪ್ರಥಮ ದಾಖಲೆವನ್ನು ಅಪ್ಲೋಡ್ ಮಾಡಿ", + "index.getting_started_3": "ಫೈಲ್‌ಗಳಲ್ಲಿ ಫಲಿತಾಂಶಗಳನ್ನು ಪರಿಶೀಲಿಸಿ", + "index.getting_started_learn": "DocuElevate ಬಗ್ಗೆ ಹೆಚ್ಚು ತಿಳಿಯಿರಿ", + "index.hero_description": "DocuElevate ನಿಮ್ಮ ದಾಖಲೆಗಳನ್ನು ಸ್ವೀಕರಿಸುತ್ತದೆ, OCR ನಡಿಸುತ್ತವೆ, AI ಮೂಲಕ ಮೆಟಾಡೇಟಾವನ್ನು ತೆಗೆದು ಹಾಕುತ್ತದೆ ಮತ್ತು ಫೈಲ್‌ಗಳನ್ನು Dropbox, Google Drive, OneDrive, S3, Nextcloud ಮತ್ತು ಇನ್ನಷ್ಟು ಕಡೆ ಒಡನಾಡುತ್ತದೆ — ಎಲ್ಲಾ ಒಂದೇ ಕೂಡುವ ಪುPipeline.", + "index.hero_heading": "ಅಪ್ಲೋಡ್ ನಿಂದ ಅರ್ಥಗಳು — ಸ್ವಯಂಚಾಲಿತವಾಗಿ.", + "index.hero_login": "ಲಾಗ್ ಇನ್", + "index.hero_pricing": "ಯೋಜನೆಗಳು & ಬೆಲೆಗಳು ನೋಡಿ", + "index.hero_signup": "ಆರಂಭಿಸಿ — ಇದು ಉಚಿತ", + "index.integrations_active": "ಸಕ್ರಿಯ ಇಂಟಿಗ್ರೇಷನ್ಗಳ", + "index.integrations_storage": "ಸ್ಟೋರೇಜ್ ಗುರಿಗಳು", + "index.integrations_title": "ಇಂಟಿಗ್ರೇಷನ್ಗಳು", + "index.integrations_view_status": "ಸಿಸ್ಟಮ್ ಸ್ಥಿತಿಯನ್ನು ನೋಡಿ", + "index.page_title_dashboard": "ಡಾಶ್‌ಬೋರ್ಡ್", + "index.page_title_public": "ಬಹುಜ್ಞಿಯನ್ನು ದಾಖಲಿಸುವ ಕಾರ್ಯಸಾಧನೆ", + "index.platform_overview": "ವಿಜೆತಾರಿಕೆ ಪರಿಶೀಲನೆ", + "index.processing_stats": "ಪ್ರಕ್ರಿಯೆ ವಿವರಗಳು", + "index.quick_actions": "ತ್ವರಿತ ಕ್ರಿಯೆಗಳು", + "index.quick_documents": "ನನ್ನ ದಾಖಲೆಗಳು", + "index.quick_documents_desc": "ನೀವು ಬೆಳೆಯಿಸಿರುವ ಫೈಲ್‌ಗಳನ್ನು ಬ್ರೌಸ್ ಮಾಡಿ", + "index.quick_search": "ಹೊಳಪು", + "index.quick_search_desc": "ದಾಖലೆಗಳಾದ್ಯಂತ ಸಂಪೂರ್ಣ ಪಠ್ಯ ಹುಡುಕಾಟ", + "index.quick_subscription": "ನನ್ನ ಚಂದಾ", + "index.quick_subscription_desc": "ಯೋಜನೆ & ಬಳಕೆಯ ವಿವರಗಳನ್ನು ನೋಡಿ", + "index.quick_system_status": "ಸಿಸ್ಟಮ್ ಸ್ಥಿತಿ", + "index.quick_system_status_desc": "ಇಂಟಿಗ್ರೇಷನ್ ಆರೋಗ್ಯವನ್ನು ಪರಿಶೀಲಿಸಿ", + "index.quick_upload": "ದಾಖಲೆ ಅಪ್ಲೋಡ್ ಮಾಡಿ", + "index.quick_upload_desc": "ಹೊಸ ಫೈಲ್ ಅನ್ನು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಿ", + "index.quick_view_files": "ಎಲ್ಲಾ ಫೈಲ್‌ಗಳನ್ನು ನೋಡಿ", + "index.quick_view_files_desc": "ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಿದ ದಾಖಲೆಗಳನ್ನು ಬ್ರೌಸ್ ಮಾಡಿ", + "index.single_user_heading": "DocuElevate ಡಾಶ್‌ಬೋರ್ಡ್", + "index.single_user_subtitle": "ಬಹುದನ ಸೇರುವ ಕಾರ್ಯ ಮತ್ತು ನಿರ್ವಹಣೆ", + "index.stat_active_integrations": "ಸಕ್ರಿಯ ಇಂಟಿಗ್ರೇಷನ್ಗಳು", + "index.stat_active_users": "ಸಕ್ರಿಯ ಬಳಕೆದಾರರು", + "index.stat_files_month": "ಈ ತಿಂಗಳ ಫೈಲ್‌ಗಳು", + "index.stat_files_ocr": "ಒಂದು OCR ಇರುವ ಕಡತಗಳು", + "index.stat_files_today": "ನಾಳೆಯ ಫೈಲ್‌ಗಳು", + "index.stat_storage_targets": "ಸ್ಟೋರೇಜ್ ಗುರಿಗಳು", + "index.stat_this_month": "ಈ ತಿಂಗಳು", + "index.stat_today": "ಇಂದು", + "index.stat_total_files": "ಒಟ್ಟು ಫೈಲ್‌ಗಳು", + "index.stat_total_processed": "ಏಕಕಾಲಕ್ಕೆ ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲಾದ ಒಟ್ಟು", + "index.tier_plan": "ಯೋಜನೆ", + "index.tier_upgrade": "ಉನ್ನತಿ", + "index.tier_view_details": "ಪೂರ್ಣ ವಿವರಗಳನ್ನು ನೋಡಿ", + "index.upgrade_daily_limits": "ಉತ್ತರ ಪ್ರದೇಶದ ದಿನ & ತಿಂಗಳ ವ್ಯಾಪ್ತಿ", + "index.upgrade_description": "ಮತ್ತು ಹೆಚ್ಚಿನ ದಾಖಲೆಗಳನ್ನು, ಹೆಚ್ಚು ಗುರಿಗಳನ್ನು ಮತ್ತು ಆದ್ಯತೆಯ ಬೆಂಬಲವನ್ನು ಅನล็ಾಕ್ ಮಾಡಿ.", + "index.upgrade_destinations": "ಹೆಚ್ಚಿನ ಸಂಗ್ರಹಣೆ ಗುರಿಗಳು", + "index.upgrade_ocr_pages": "ಹೆಚ್ಚಿನ OCR ಪುಟಗಳು", + "index.upgrade_plan": "ನಿಮ್ಮ ಯೋಜನೆಯನ್ನು ಅಪ್‌ಗ್ರೇಡ್ ಮಾಡಿ", + "index.upgrade_view_pricing": "ಯೋಜನೆಗಳು & ಬೆಲೆಗಳ ಬಗ್ಗೆ ನೋಡಿ", + "index.usage_lifetime": "ಜೀವಿತ ಫೈಲ್‌ಗಳು", + "index.usage_month": "ಈ ತಿಂಗಳ ಫೈಲ್‌ಗಳು", + "index.usage_my_usage": "ನನ್ನ ಬಳಕೆ", + "index.usage_today": "ಇಂದು ಫೈಲ್‌ಗಳು", + "index.usage_unlimited": "ಅನಿಯಂತ್ರಿತ", + "integrations.access_key_label": "ಪ್ರವೇಶ ಕೀ ಐಡಿ", + "integrations.active_label": "ಕ್ರಿಯಾತ್ಮಕ", + "integrations.add_button": "ಒಳಸದ ಸ್ಥಾಪಿಸು", + "integrations.add_first_button": "ನಿಮ್ಮ ಮೊದಲ ಒಳಸಾದನ್ನು ಸೇರಿಸಿ", + "integrations.api_token_label": "ಎಪಿ ಐ ಟೋಕನ್", + "integrations.authorize_btn": "ಅಧಿಕೃತಗೊಳಿಸಿ", + "integrations.authorize_reauth": "ಮರು-ಅಧಿಕೃತಗೊಳಿಸಿ", + "integrations.bucket_label": "ಬಕೆಟ್", + "integrations.configure": "ಕೋಷ್ಟಕ", + "integrations.connect": "ಜೋಡಿಸಲು", + "integrations.connected": "ಸಂಪರ್ಕ ಹೊಂದಿದೆ", + "integrations.connection_failed": "ಸಂಪರ್ಕ ವಿಫಲವಾಗಿದೆ", + "integrations.connection_success": "ಸಂಪರ್ಕ ಯಶಸ್ವಿ", + "integrations.delete_confirm_are_you_sure": "ನೀವು ಅಳಿಸಲು ಖಚಿತವಾಗಿ ಬಯಸುತ್ತೀರಾ?", + "integrations.delete_confirm_title": "ಒಳಸಾದನ್ನು ಅಳಿಸೋಣಾ?", + "integrations.delete_confirm_undone": "ಈ ಕ್ರಮವನ್ನು ಹಿಂತಿರುಗಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ.", + "integrations.delete_emails_label": "ಆಮ್‍ಬಳಿವಿನ ನಂತರ ಇಮೇಲ್‌ಗಳನ್ನು ಅಳಿಸಿ", + "integrations.delete_files_label": "ಆಮ್‍ಬಳಿವಿನ ನಂತರ ಕಡತಗಳನ್ನು ಅಳಿಸಿ", + "integrations.destinations_quota_label": "ಕೋಶ ಗಮ್ಯದ ಸ್ಥಳಗಳು:", + "integrations.destinations_section": "ಗಮ್ಯದ ಸ್ಥಳಗಳು", + "integrations.direction_destination": "ಗಮ್ಯಸ್ಥಾನ (ಕೋಶ)", + "integrations.direction_label": "ದಿಶೆ", + "integrations.direction_placeholder": "\u001c ಆಯ್ಕೆ ಮಾಡಿ \u001d", + "integrations.direction_source": "ಮೂಲ (ಆಮೋದ)", + "integrations.disconnect": "ಜೋಡಣೆ ನಿಲ್ಲಿಸುವುದು", + "integrations.email_settings": "ಇಮೇಲ್ ಫಾರ್ವರ್ಡ್ ಪಟ್ಟಿ", + "integrations.empty_state": "ಯುತಕೃತಿಗಳು ಕಾನ್ಫಿಗರ್ ಮಾಡಿಲ್ಲ", + "integrations.endpoint_label": "ಎಂಡ್ಪಾಯಿಂಟ್ URL", + "integrations.endpoint_optional": "(ಕೋಷ್ಟಕ, S3- ಹೊಂದಾಣಿಕೆಗೆ)", + "integrations.folder_label": "ಕೋಶ", + "integrations.folder_optional": "(ಐಚ್ಛಿಕ)", + "integrations.folder_path_label": "ಕೋಶ ಪಥ", + "integrations.folder_prefix_label": "ಕೋಶ ಪ್ರೀಫಿಕ್ಸ್", + "integrations.generic_settings_hint": "ಈ ಒಳಸತ್ತ ಪ್ರದಾನ ಮಾಡಲು ಸಂರಚನೆಗಳನ್ನು API ಮೂಲಕ ನಿರ್ಮಾಣದ ನಂತರ JSON ರೂಪದಲ್ಲಿ ಒದಗಿಸಬಹುದು.", + "integrations.gmail_hint": "ಜಿಮೈಲ್ ಟ್ಯಾಗ್‌ಗಳು ಮತ್ತು ತಾರೆ: ಸಕ್ರಿಯಗೊಳಿಸಿದಾಗ, ಪ್ರಕ್ರಿಯೆಯಾದ ಇಮೇಲ್‌ಗಳನ್ನು ಜಿಮೈಲ್‌ನಲ್ಲಿ \"ಆಮೋದಿತ\" ಟ್ಯಾಗ್‌ಗಾಗಿ ತಾರೆ ಆಧಾರಿತವಾಗಿರುತ್ತವೆ. ಇದು ಜಿಮೈಲ್ ನಾಡಿಯ ಮೇಲೆ ಮಾತ್ರ ಅನ್ವಯಿಸುತ್ತದೆ.", + "integrations.gmail_labels": "ಜಿಮೈಲ್ ಟ್ಯಾಗ್‌ಗಳನ್ನು ಮತ್ತು ತಾರೆಯನ್ನು ಅನ್ವಯಿಸಿ", + "integrations.host_label": "ಹೋಸ್ಟ್", + "integrations.imap_settings": "IMAP ಸೆಟ್ಟಿಂಗ್‌ಗಳ", + "integrations.loading": "ಒಳಸಂಬಂಧಿಸುವಂತೆ ಲೋಡ್ ಮಾಡಲಾಗುತ್ತಿದೆ\u0014", + "integrations.modal_close": "ಮೋಡಲ್ ಮುಚ್ಚಿ", + "integrations.modal_title_add": "ಒಳಸದೆ ಸೇರಿಸಿ", + "integrations.modal_title_edit": "ಒಳಸಾದನ್ನು ಸಂಪಾದಿಸಿ", + "integrations.name_label": "ಟ್ಯಾಗ್", + "integrations.name_placeholder": "ಉದಾಹರಣೆಗೆ: ವರ್ಕ್ ಜಿಮೇಲ್, S3 ವಿಲಕ್ಷಣೆ", + "integrations.nextcloud_settings": "ನೇಕ್ಸ್ಟ್‌ಕ್ಲೌಡ್ ಆಸ್ಥಿತಿಗಳು", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "ಪ್ರಥಮ ಇನ್‌ಟಿಗ್ರೇಶನ್‌ ಅನ್ನು ಸೇರಿಸಿ ಇನ್ಜೆಸ್ಟಿಯನ್ ಮೂಲಗಳನ್ನು (IMAP ಹೀಗೆ) ಮತ್ತು ಸಂಗ್ರಹಿಸಲು destinations (S3, ಡ್ರೋಪ್‌ಬಾಕ್ಸ್ ಅಥವಾ ಗೂಗಲ್ ಡ್ರೈವ್ ಹೀಗೆ) ಸಂಪರ್ಕಿಸು.", + "integrations.not_connected": "ಸಂಪರ್ಕ ಹೊಂದಿಲ್ಲ", + "integrations.oauth_folder_label": "ಹೊರೆಯು", + "integrations.oauth_hint": "ಈ ಇನ್‌ಟಿಗ್ರೇಶನ್‌ನ್ನು ಮೊದಲು ಉಳಿಸಿ, ನಂತರ OAuth ಪ್ರವಾಹವನ್ನು ಮುಗಿಸಲು Authorize ಬಟನ್ ಬಳಸಿ. ನಿಮ್ಮ ಪ್ರಮಾಣಪತ್ರಗಳನ್ನು ನಿಮ್ಮ ವೈಯಕ್ತಿಕ ಇನ್‌ಟಿಗ್ರೇಶನ್ ದಾಖಲೆದಲ್ಲಿ ಸುರಕ್ಷಿತವಾಗಿ ಉಳಿಸಲಾಗುತ್ತದೆ.", + "integrations.page_title": "ಯುತಕೃತಿಗಳು", + "integrations.paperless_settings": "ಪೇಪರ್‌ಲೆಸ್ NGX ಆಸ್ಥಿತಿಗಳು", + "integrations.password_label": "ಪಾಸ್ವರ್ಡ್", + "integrations.paused": "ತಡೆಯಿತು", + "integrations.plan_label": "ಯೋಜನೆ:", + "integrations.port_label": "ಪೋರ್ವ", + "integrations.quota_not_available": "(ಲಭಿಸುವುದಿಲ್ಲ)", + "integrations.quota_unlimited": "/ ಅಸೀಮಿತ", + "integrations.recipient_label": "ಸ್ವೀಕೃತ ಇಮೇಲ್", + "integrations.region_label": "ಪ್ರದೇಶ", + "integrations.remote_path_label": "ದೂರದ ಮಾರ್ಗ", + "integrations.s3_prefix_label": "ಆಕಾರ (ಫೋಲ್ಡರ್ ಮಾರ್ಗ)", + "integrations.s3_settings": "S3 ಆಸ್ಥಿತಿಗಳು", + "integrations.secret_key_label": "ಗೌಪ್ಯ ಪ್ರವೇಶ ಕೀ", + "integrations.show_password": "ಗುಪ್ತಪದವನ್ನು ತೋರಿಸಿ", + "integrations.show_secrets": "ಗೌಪ್ಯತೆಗೆ ತೋರಿಸಿ", + "integrations.show_token": "ಟೋಕನ್ ಅನ್ನು ತೋರಿಸಿ", + "integrations.source_local": "ಸ್ಥಳೀಯ ಫೈಲ್‌ಸಿಸ್ಟಮ್", + "integrations.source_type_label": "ಮೂಲದ ಪ್ರಕಾರ", + "integrations.sources_quota_label": "ಮೇಲ್‌ಬಾಕ್ಸ್ ಮೂಲಗಳು:", + "integrations.sources_section": "ಮೂಲಗಳು", + "integrations.subtitle": "ನಿಮ್ಮ ಇನ್ಜೆಸ್ಟಿಯನ್ ಮೂಲಗಳು ಮತ್ತು ಸಂಗ್ರಹಿತ ಸ್ಥಳಗಳನ್ನು ಒಂದು ಸ್ಥಳದಲ್ಲಿ ನಿರ್ವಹಿಸಿ.", + "integrations.title": "ಯುತಕೃತಿಗಳು", + "integrations.type_label": "ಇನ್‌ಟಿಗ್ರೇಶನ್ ಪ್ರಕಾರ", + "integrations.type_placeholder": "\u0002D— ಪ್ರಥಮ ದಿಕ್ಕು ಆಯ್ಕೆ ಮಾಡಿ \u0002D", + "integrations.upgrade_plan": "ಅಐಚ್ಛಿಕ ಉದ್ದೇಶ", + "integrations.use_ssl": "SSL ಬಳಸಿರಿ", + "integrations.username_label": "ಬಳಕೆದಾರರ ಹೆಸರು", + "integrations.watch_folder_settings": "ವೀಕ್ಷಣೆ ಫೋಲ್ಡರ್ ಆಸ್ಥಿತಿಗಳು", + "integrations.webdav_settings": "WebDAV ಆಸ್ಥಿತಿಗಳು", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook ಇನ್ಜೆಸ್ಟಿಯನ್", + "integrations.webhook_how_heading": "Webhook ಇನ್ಜೆಸ್ಟಿಯನ್ ಹೇಗೆ ಕಾರ್ಯನಿರ್ವಹಿಸುತ್ತದೆ", + "integrations.webhook_how_text": "Webhook ಇನ್‌ಟಿಗ್ರೇಶನ್‌ ಹೊರಗಿನ ವ್ಯವಸ್ಥೆಗಳನ್ನು REST API ಮೂಲಕ ನಿಖರವಾಗಿ ಡೊಕುಎಲೆವೆಟ್‌ಗೆ ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳನ್ನು ಕಳುಹಿಸಲು ಅನುಮತಿಸುತ್ತದೆ. ಡೊಕುಎಲೆವೆಟ್ ಹೊಸ ಫೈಲ್‌ಗಳನ್ನು polling ಮಾಡುವುದು (IMAP ಹೀಗೆ) ಬದಲು, ನಿಮ್ಮ ಅಪ್ಲಿಕೇಶನ್ API ಟೋಕನ್ ಅನ್ನು ಪ್ರಮಾಣೀಕರಣಕ್ಕಾಗಿ HTTP ವಿನಂತಿಯ ಬಳಸಿ ಡೊಕುಎಲೆವೆಟ್‌ಗೆ ಫೈಲ್‌ಗಳನ್ನು ಕಳುಹಿಸುತ್ತದೆ.", + "integrations.webhook_ideal_text": "CI/CD ಪೈಪ್ಲೈನ್ಗಳ, ಸ್ವಾಯತ್ತತೆ ಸ್ಕ್ರಿಪ್ಟ್‌ಗಳು,ಸ್ಕ್ಯಾನರ್ ಇನ್‌ಟಿಗ್ರೇಶನ್‌ಗಳು ಅಥವಾ ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳನ್ನು ನಿರ್ಮಿಸುವ ಮತ್ತು ಅವುಗಳನ್ನು ಪ್ರಕ್ರಿಯೆಗಾಗು ಕಳುಹಿಸಬೇಕಾದ ಯಾವುದೇ ವ್ಯವಸ್ಥೆಗಳಿಗೆ ಇದು ತಕ್ಕಂತವಾಗಿದೆ.", + "integrations.webhook_quick_start": "ತಕ್ಷಣ ಪ್ರಾರಂಭಿಸು", + "integrations.webhook_security_tip": "প্ৰತಿಯೊಂದು ಇನ್‌ಟಿಗ್ರೇಶನ್‌ಗಾಗಿ ಒದಗಿಸಲಾದ API ಟೋಕನ್‌ ಅನ್ನು ರಚಿಸಿ ಮತ್ತು ಅಪಾಯವಾದರೆ ತಕ್ಷಣ ಅದನ್ನು ರದ್ದುಪಡಿಸಿ. ಟೋಕನ್‌ಗಳನ್ನು API ಟೋಕನ್‌ಗಳ ಪುಟದಲ್ಲಿ ನಿರ್ವಹಿಸಬಹುದು.", + "integrations.webhook_step1": "{api_tokens_link} ಗೆ ಒಳಗೊಂಡು ವೈಯಕ್ತಿಕ ಟೋಕನ್ ಅನ್ನು ರಚಿಸಿ.", + "integrations.webhook_upload_with_token": "API ಮೂಲಕ ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳನ್ನು ಅಪ್ಲೋಡ್ ಮಾಡಲು ಟೋಕನ್ ಅನ್ನು ಬಳಸಿ:", + "language.bg": "ಬುಲ್ಗೇರಿಯನ್", + "language.ca": "ಕಟಲನ", + "language.change_success": "ಭಾಷೆ ಬದಲಾಯಿಸಲಾಗಿದೆ {language} ಗೆ", + "language.changed": "ಭಾಷೆ ಬದಲಾಯಿಸಲಾಗಿದೆ {language} ಗೆ", + "language.cs": "ಚೆಕ್", + "language.da": "ಡ್ಯಾನಿಷ್", + "language.de": "ಜರ್ಮನ್", + "language.el": "ಗ್ರೀಕ್", + "language.en": "ಇಂಗ್ಲಿಷ್", + "language.es": "ಎಸ್‌ಪ್ಯಾನಿಷ್", + "language.et": "ಎಸ್ಟೋನಿಯನ್", + "language.fi": "ಫಿನ್ನಿಷ್", + "language.fr": "ಫ್ರೆಂಚ್", + "language.ga": "ಐರಿಷ್", + "language.hr": "ಕ್ರೊಯೇಶಿಯನ್", + "language.hu": "ಮ್ಯಾಗ್ಯಾರ್", + "language.is": "ಐಸ್ವೆಲ್ಸ್", + "language.it": "ಇಟಾಲಿಯನ್", + "language.lb": "ಲ್ಯೂಕ್ಸೆಂಬರ್ಗಿಶ್", + "language.lt": "ಲಿತ್ವಾನಿಯನ್", + "language.lv": "ಲೇಟ್ವಿಯನ್", + "language.nb": "ನಾರ್ವೆಜಿಯನ್", + "language.nl": "ಡಚ್", + "language.no_results": "ಯಾವುದೇ ಭಾಷೆಗಳು ಕಂಡುಬರುವುದಿಲ್ಲ", + "language.pl": "ಪೋಲಿಷ್", + "language.pt": "ಪೋರ್ಟ್‌ಗಾಲೀಸ್", + "language.ro": "ರೊಮೇನಿಯನ್", + "language.ru": "ರೆಸ್ಸಿಯನ್", + "language.search_placeholder": "ಭಾಷೆಗಳಿಗಾಗಿ ಹುಡುಕಿ\u00020", + "language.selector": "ಭಾಷೆ", + "language.selector_label": "ಭಾಷೆ ಆಯ್ಕೆ ಮಾಡಿ", + "language.sk": "ಸ್ಲೋವೆನಿಯನ್", + "language.sl": "ಸ್ಲೊವೆನಿಯನ್", + "language.sv": "ಸ್ವೀಡಿಷ್", + "language.tr": "ಟರ್ಕಿಷ್", + "language.uk": "ಯುಕ್ರೇನಿಯನ್", + "language.zh": "ಚೀನ್", + "nav.about": "ಬಗ್ಗೆ", + "nav.account_menu": "ಖಾತೆ ಮೆನು", + "nav.account_menu_for": "{name} ಗೆ ಖಾತೆ ಮೆನು", + "nav.admin": "ಅಡ್ಮಿನ್", + "nav.admin.audit_logs": "ಆಡಿಟ್ ಲಾಗ್ಸ್", + "nav.admin.backups": "ಬ್ಯಾಕಪುಗಳು", + "nav.admin.plans": "ಯೋಜನೆಗಳು", + "nav.admin.scheduled_jobs": "ಅಗತ್ಯ ತೋರಣೆ ಕೆಲಸಗಳು", + "nav.admin.users": "ಬಳಕೆದಾರರು", + "nav.admin_actions": "ಅಡ್ಮಿನ್ ಕ್ರಿಯೆಗಳು", + "nav.admin_menu": "ಅಡ್ಮಿನ್ ಮೆನು", + "nav.api_docs": "API ಡಾಕ್‌ಗಳು", + "nav.api_tokens": "API ಟೋಕನ್‌ಗಳು", + "nav.backup_restore": "ಬ್ಯಾಕప్ ಮತ್ತು ರಿಸ್ಟೋರ್", + "nav.credentials": "ಪ್ರಾಪ್ತಿಗಳು", + "nav.dark_mode": "ಕಪ್ಪು ಮೋಡ್", + "nav.dashboard": "ಡಾಶ್‌ಬೋರ್ಡ್", + "nav.developer_docs": "ವಿಕಾಸಕರ ಡಾಕ್‌ಗಳು", + "nav.duplicates": "ನಕಲಿ", + "nav.file_manager": "ಫೈಲ್ ನಿರ್ವಹಕ", + "nav.files": "ಫೈಲ್ಗಳು", + "nav.get_started": "ಆರಂಭಿಸಿ", + "nav.help": "ಹelp", + "nav.help_center": "ಸಹಾಯ ಕೇಂದ್ರ", + "nav.imap": "ಇಮೇಲ್ ಆಮದು", + "nav.integrations": "ಇಂಟಿಗ್ರೇಷನ್‌ಗಳು", + "nav.light_mode": "ಬೆಳಕು ಮೋಡ್", + "nav.login": "ಲಾಗ್ ಇನ್", + "nav.logout": "ಲಾಗ್ ಔಟ್", + "nav.main_navigation": "ಪ್ರಾಥಮಿಕ ನಾವಿಗೇಶನ್", + "nav.my_subscription": "ನನ್ನ ಚಂದೆ", + "nav.notifications": "ಅಲರ್ಟ್‌ಗಳು", + "nav.open_main_menu": "ಪ್ರಾಥಮಿಕ ಮೆನು ತೆರೆಯಿರಿ", + "nav.pipelines": "ಪೈಪ್ಲೈನ್ಸ್", + "nav.plan_designer": "ಯೋಜನೆ ವಿನ್ಯಾಸಕ", + "nav.pricing": "ಗೋಚಿ", + "nav.profile": "ಪ್ರೊಫೈಲ್", + "nav.profile_settings": "ಪ್ರೊಫೈಲ್ ಸೆಟ್ಟಿಂಗ್‌ಗಳು", + "nav.queue": "ಕೆಟ್ಟಾಯ", + "nav.queue_monitor": "ಕೆಟ್ಟಾಯ ವೀಕ್ಷಕ", + "nav.scheduled_jobs": "ನ್ಯಾಯಮೂಲೆ ಕೆಲಸಗಳು", + "nav.search": "ಹುಡುಕು", + "nav.settings": "ಸೆಟ್ಟింగ್ಸ್", + "nav.shared_links": "ಹಂಚುವ ಲಿಂಕ್ಸ್", + "nav.sign_out": "ಉಳಿಯಿರಿ", + "nav.signup": "ಸೈನ್ ಅಪ್", + "nav.similarity": "ಒಳ್ಳೆ ತತ್ವ", + "nav.skip_to_content": "ಮುಖ್ಯ ವಿಷಯಕ್ಕೆ ಹೋಗಿ", + "nav.status": "ಸ್ಥಿತಿ", + "nav.subscription": "ಚಂದಾ", + "nav.toggle_dark_mode": "ಕಪ್ಪು ಮೋಡ್ ಬದಲಾಯಿಸಿ", + "nav.toggle_nav": "ನಾವಿಗೇಷನ್ ಮೆನು ಬದಲಾಯಿಸಿ", + "nav.upload": "ಅಪ್ಲೋಡ್", + "nav.users": "ಬಳಕೆದಾರರು", + "nav.version": "ಆಸಕ್ತ ಮಾಹಿತಿ", + "notifications.filter_all": "ಎಲ್ಲಾ", + "notifications.filter_read": "ಕೇವಲ ಓದು", + "notifications.filter_unread": "ಕೇವಲ ಓದಿಲ್ಲದ", + "notifications.manage_desc": "ನಿಮ್ಮ ಅಲರ್ಟ್ ಉತ್ಪನ್ನ, ಗುರಿಗಳು ಮತ್ತು ಘಟನೆಗಳಿಗೆ ಸಂಬಂಧಪಟ್ಟ ಆಯ್ಕೆಗಳು ಶ್ರೇಣೀಬದ್ಧಗೊಳಿಸಿ", + "notifications.mark_all_read": "ಎಲ್ಲವನ್ನು ಓದಾದಂತೆ ಗುರುತಿಸಿ", + "notifications.mark_all_read_btn": "ಎಲ್ಲವನ್ನು ಓದಾಗಿ ಗುರುತಿಸಿ", + "notifications.mark_read": "ಓದಾದಂತೆ ಗುರುತಿಸಿ", + "notifications.no_notifications": "ಯಾವತ್ತೇನೂ ಅಲರ್ಟ್ ಇಲ್ಲ", + "notifications.page_title": "ಅಲರ್ಟ್‌ಗಳು", + "notifications.tab_inbox": "ಇನ್ಬಾಕ್ಸ್", + "notifications.tab_settings": "ಸೆಟ್ಟಿಂಗ್ಸ್", + "notifications.title": "ನೋಟಿಫಿಕೇಶನ್‌ಗಳು", + "notifications.unread_count": "{count} ಓದಲಾದ ನೋಟಿಫಿಕೇಶನ್‌ಗಳು", + "pipelines.active_label": "ಚಾಲಿತ", + "pipelines.add_step_btn": "ಹಂತವನ್ನು ಸೇರ್ಪಡೆ ಮಾಡಿ", + "pipelines.create": "ಪೈಪ್ಲೈನ್‌ನ್ನು ರಚಿಸಿ", + "pipelines.custom_label_label": "ವೈಯಕ್ತಿಕ ಲೇಬಲ್", + "pipelines.default_label": "ಮೂಲ", + "pipelines.description_label": "ವಿವರಣೆ", + "pipelines.description_placeholder": "ಆಗತ್ಯವಿಲ್ಲದ ವಿವರಣೆ", + "pipelines.disabled_label": "ಚಾಲನೆಯಲ್ಲದ", + "pipelines.edit": "ಪೈಪ್ಲೈನ್ ಅನ್ನು ಸಂಪಾದಿಸಿ", + "pipelines.empty_state": "ಇನ್ನೂ ಯಾವುದೇ ಪೈಪ್ಲೈನ್‌ಗಳು ಇಲ್ಲ", + "pipelines.empty_state_hint": "ಆದೇ ಪ್ರಕ್ರಿಯೆપ્રವಾಹಗಳನ್ನು ವ್ಯಾಖ್ಯಾನಿಸಲು ನಿಮ್ಮ ಮೊದಲ ಪೈಪ್ಲೈನ್ ಅನ್ನು ರಚಿಸಿ.", + "pipelines.enabled_label": "ಚಾಲಿಸುವಂತೆ", + "pipelines.force_cloud_ocr_label": "ಕ್ಲೌಡ್ OCR ಅನ್ನು ಬಲ Push ಮಾಡಿ (ಸ್ಥಳೀಯ ಪಠ್ಯ ಹಾಳೆ ತೆಗೆದು ಹಾಕಿ)", + "pipelines.inactive_label": "ಚಾಲನೆಯಲ್ಲ", + "pipelines.loading": "ಪೈಪ್ಲೈನ್‌ಗಳನ್ನು ಒಳಹರಿಯುತ್ತಿದೆ\u001a6", + "pipelines.name_placeholder": "ನನ್ನ ಪೈಪ್ಲೈನ್", + "pipelines.new_pipeline_btn": "ಬಹು ಫೈಪ್ಲೈನ್", + "pipelines.no_steps": "ಯಾವುದೇ ಹಂತಗಳನ್ನು ವ್ಯಾಖ್ಯಾನಿತ ಮಾಡಿಲ್ಲ. ನಿಮ್ಮ ಪೈಪ್ಲೈನ್ ಅನ್ನು ನಿರ್ಮಿಸಲು ಹಂತವನ್ನು ಸೇರಿಸಿ.", + "pipelines.ocr_auto": "ಸ್ವಯಂ (ವ್ಯವಸ್ಥೆಯ ಡೀಫಾಲ್ಟ್ ಅನ್ನು ಬಳಸಿರಿ)", + "pipelines.ocr_language_hint": "ಟೆಸSeract/EasyOCR ಗೆ ಜಾಗತಿಕ ಭಾಷಾ ಸೆಟಿಂಗ್ ಮೀರಿಸುತ್ತದೆ. ಆಜುರ್ ಮತ್ತು ಮಿಸ್ಟ್ರಾಲ್ ಭಾಷೆಯನ್ನು ಆತ್ಮಿತವಾಗಿ ಗುರುತಿಸುತ್ತವೆ.", + "pipelines.ocr_language_label": "OCR ಭಾಷೆ", + "pipelines.optional_suffix": "(ಆಗತ್ಯವಿಲ್ಲದ)", + "pipelines.page_title": "ಪ್ರಕ್ರಿಯೆ ಪೈಪ್ಲೈನ್‌ಗಳು", + "pipelines.set_default": "ನನ್ನ ಮೂಲ ಪೈಪ್ಲೈನ್ ಆಗಿ ಹೊಂದ mistakenly", + "pipelines.step_label_placeholder": "ಮೂಲ ಹಂತದ ಹೆಸರನ್ನು ಮೀರಿಸಿ", + "pipelines.step_type_label": "ಹಂತದ ಪ್ರಕಾರ", + "pipelines.subtitle_intro": "ವೈಯಕ್ತಿಕ ಡಾಕ್ಯುಮೆಂಟ್ ಪ್ರಕ್ರಿಯೆ ಕಾರ್ಯಚಟುವಟಿಕೆಗಳನ್ನು ವ್ಯಾಖ್ಯಾನಿಸಿ ಮತ್ತು ನಿರ್ವಹಿಸಿ.", + "pipelines.subtitle_system_post": "ಬೈಜ್ ಮತ್ತು ಎಲ್ಲಾ ಬಳಕೆದಾರರಿಗೆ ದೃಶ್ಯಮಾನವಾಗಿರುತ್ತವೆ.", + "pipelines.subtitle_system_pre": "ಸಿಸ್ಟಮ್ ಪೈಪ್ಲೈನ್‌ಗಳು (ನಿರ್ದೇಶಕರಿಂದ ರಚಿಸಲಾಗಿದೆ) ಒಂದು", + "pipelines.system_label": "ಸಿಸ್ಟಮ್", + "pipelines.system_pipeline_label": "ಸಿಸ್ಟಮ್ ಪೈಪ್ಲೈನ್ (ಎಲ್ಲಾ ಬಳಕೆದಾರರಿಗೆ ದೃಶ್ಯಮಾನ)", + "pipelines.title": "ಪ್ರಕ್ರಿಯೆ ಪೈಪ್ಲೈನ್‌ಗಳು", + "profile.avatar_alt": "ನೀವು ಕೊಟ್ಟ ಪ್ರೊಫೈಲ್ ಚಿತ್ರ", + "profile.avatar_heading": "ಪ್ರೊಫೈಲ್ ಚಿತ್ರ", + "profile.avatar_remove": "ವೈಯುಕ್ತಿಕ ಚಿತ್ರವನ್ನು ವ್ಯತ್ಯಾಸಗೊಳಿಸಿ", + "profile.avatar_upload_hint": "2 MB ಉದ್ದಕ್ಕೂ JPEG, PNG, GIF ಅಥವಾ WebP ಇಮೇಜ್ ಅಪ್ಲೋಡ್ ಮಾಡಿ. ಯಾವುದೇ ವೈಯುಕ್ತಿಕ ಚಿತ್ರ ಹೊಂದಿಲ್ಲ ಬಿಟ್ಟರೆ, ನಿಮ್ಮ {gravatar} ಗೋಚರಿಸುತ್ತಾರೆ.", + "profile.choose_image": "ಚಿತ್ರವನ್ನು ಆಯ್ಕೆ ಮಾಡಿ\u0007...", + "profile.confirm_password": "ಹೆಸರು ಗೂಢಚೀಪೆ ನಿಖರ ಮಾಡಿ", + "profile.contact_email_hint": "ಸಾಮಾನ್ಯ ಉತ್ತರವಾಗಿ ಬಳಸಲಾಗುತ್ತದೆ. ಇದು ನಿಮ್ಮ ಲಾಗಿನ್ ಇ-ಮೇಲ್ ಅನ್ನು ಬದಲಾಯಿಸುವುದಿಲ್ಲ.", + "profile.contact_email_label": "ಸಂಪರ್ಕ / ನೋಟಿಫಿಕೇಶನ್ ಇ-ಮೇಲ್", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "ಪ್ರಸ್ತುತ ಹೆಸರನ್ನು", + "profile.dismiss": "ಅನುದಿನ ಮಾಡಿ", + "profile.display_name_hint": "ನಿಮ್ಮ ಖಾತೆಯ ಬಳಕೆದಾರ ಹೆಸರು ಅಥವಾ ಇ-ಮೇಲ್ ಅನ್ನು ಬಳಸಲು ಆದರೆ ಖಾಲಿ ಇರಲಿ.", + "profile.display_name_label": "ಪ್ರದರ್ಶಿತ ಹೆಸರು", + "profile.display_name_placeholder": "ಐಕಾನಿನಲ್ಲಿ ತೋರಿಸಲಾದ ನಿಮ್ಮ ಹೆಸರು", + "profile.general_heading": "ಸಾಮಾನ್ಯ ಮಾಹಿತಿ", + "profile.gravatar_link": "ಗ್ರಾವಿಟಾರ್", + "profile.heading": "ಪ್ರೊಫೈಲ್ ಸೆಟ್ಟಿಂಗ್‌ಗಳು", + "profile.language_auto_detect": "ಸ್ವಾಯತ್ತ - ಗುರುತಿಸುವಿಕೆ (ಬ್ರೌಸರ್‌ನಿಂದ)", + "profile.language_hint": "ನೀವು ಆಯ್ಕೆ ಮಾಡುವ ಇಂಟರ್‌ಫೇಸ್ ಭಾಷೆಯನ್ನು ಆಯ್ಕೆ ಮಾಡಿ. “ಸ್ವಾಯತ್ತ - ಗುರುತಿಸುವಿಕೆ” ನಿಮ್ಮ ಬ್ರೌಸರ್ ಶ್ರೇಣಿಗಳನ್ನು ಅನುಸರಿಸುತ್ತದೆ.", + "profile.language_label": "UI ಭಾಷೆ", + "profile.new_password": "ಹೊರೆಯ ಹೆಸರನ್ನು", + "profile.new_password_hint": "ಕನಿಷ್ಠ 8 ಅಕ್ಷರಗಳು.", + "profile.page_title": "ಪ್ರೊಫೈಲ್ ಸೆಟ್ಟಿಂಗ್‌ಗಳು - ಡೋಕ್ಯುಎಲೆವೆಟ್", + "profile.password_heading": "ಹೆಸರು ಬದಲಾಯಿಸಿ", + "profile.preferences_heading": "ಆಗತ್ಯತೆಗಳು", + "profile.save_button": "ಬದಲಾವಣೆಗಳನ್ನು ಉಳಿಸಿ", + "profile.saving": "ಉಳಿಸುತ್ತೆ\u0007...", + "profile.subtitle": "ನಿಮ್ಮ ಪ್ರದರ್ಶಿತ ಹೆಸರು, ಚಿತ್ರ, ಭಾಷೆ ಮತ್ತು ಥೀಮ್ ಆದ್ಯತೆಯನ್ನು ನಿರ್ವಹಿಸಿ.", + "profile.theme_dark": "ಮಗುವನ್ನು", + "profile.theme_hint": "“ಕೋಷ್ಟಕ ಡಿಫಾಲ್ಟ್” ಹಾರ್ಡ್ವೇರ್ ಮರುಕಟ್ಟೆಯ ಮೇಲೆ ಅಂಡರ್ನೆರಂತೆ ನಡೆಯುತ್ತದೆ.", + "profile.theme_label": "ಬಣ್ಣная схема", + "profile.theme_light": "ಬೆಳಕು", + "profile.theme_system": "ಕೋಷ್ಟಕ ಡಿಫಾಲ್ಟ್", + "profile.update_password": "ಹೆಸರು ನವೀಕರಿಸಿ", + "profile.updating": "ನವೀಕರಣ गर्दै\n0...", + "queue.active_tasks": "ಚಾಲಿತ ಕೆಲಸಗಳು", + "queue.auto_refresh_1": "ಪ್ರತಿವೇಳೆ ಸ್ವಯಂ-ರೀಫ್ರೆಶ್‌", + "queue.auto_refresh_2": "ಎಲ್ಲಾ", + "queue.col_arguments": "ಆರ್ಗುಮೆಂಟ್‌ಗಳು", + "queue.col_current_step": "বর্তমান ಹಂತ", + "queue.col_file": "ಫೈಲ್", + "queue.col_files": "ಫೈಲ್‌ಗಳು", + "queue.col_queue": "ಕೋಷ್ಟಕ", + "queue.col_state": "ರಾಜ್ಯ", + "queue.col_task": "ಕೆಲಸ", + "queue.col_task_id": "ಕೆಲಸದ ID", + "queue.files_processing": "ಫೈಲ್‌ಗಳನ್ನು ಶ್ರೇಣೀಬದ್ಧಗೊಳಿಸುತ್ತಿದೆ", + "queue.heading": "ಕೋಷ್ಟಕ ಗಮನಕೇಂದ್ರ", + "queue.last_updated": "ಕೊನೆಯ ತಯಾರಿಸಲಾಗಿದೆ:", + "queue.loading_stats": "ಕೋಷ್ಟಕ ಸಂಖ್ಯಾಂકો ಲೋಡಿಂಗ್\u00161", + "queue.no_active_tasks": "ಸಕ್ರಿಯ ಕೆಲಸಗಳು ಇಲ್ಲ", + "queue.no_data": "ಡೇಟಾ ಇಲ್ಲ", + "queue.no_files_processing": "ಈಗ ಯಾವುದೇ ಫೈಲ್‌ಗಳನ್ನು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸುತ್ತಿಲ್ಲ", + "queue.page_title": "ಕೋಷ್ಟಕ ಗಮನಕೇಂದ್ರ", + "queue.processing_pipeline": "ಪ್ರೆಕ್ರಿಯೆ ಪೈಪ್‌ಲೈನ್", + "queue.queued_tasks": "ಶ್ರೇಣೀಬದ್ಧವಾದ ಕಾರ್ಯಗಳು", + "queue.recently_processing": "ಇತ್ತೀಚೆಗೆ ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲಾಗುವ ಫೈಲ್‌ಗಳು", + "queue.redis_queues": "ರಿಡಿಸ್ ಕೋಷ್ಟಕಗಳು", + "queue.subtitle": "ಪೂರ್ಣ ಪ್ರಮಾಣದಲ್ಲಿ ದಾಖಲೆ ಶ್ರೇಣೀಬದ್ಧಗೊಳಿಸುವ ಪೈಪ್‌ಲೈನ್ ಮತ್ತು ಸೆಲರಿ ಕಾರ್ಯ ಕೋಷ್ಟಕಗಳ ದೃಶ್ಯ.", + "queue.workers_online": "ಆನ್ಲೈನ್ ಕಾರ್ಮಿಕರು", + "search.button": "ಹುಡುಕಿ", + "search.error_message": "ಹುಡುಕು ತಾತ್ಕಾಲಿಕವಾಗಿ ಲಭ್ಯವಿಲ್ಲ. ದಯವಿಟ್ಟು ಪುನಃ ಪ್ರಯತ್ನಿಸಿ.", + "search.filter_aria_clear": "ಎಲ್ಲಾ ಫೀಲ್ಟರ್‌ಗಳನ್ನು ಕ್ಲಿಯರ್ ಮಾಡಿ", + "search.filter_clear_button": "ಫೀಲ್ಟರ್‌ಗಳನ್ನು ಕ್ಲಿಯರ್ ಮಾಡಿ", + "search.filter_date_from": "ತಾರೀಕು ಇಂದ", + "search.filter_date_to": "ತಾರೀಕು ತನಕ", + "search.filter_document_type": "ದಾಖಲೆಯ ಪ್ರಕಾರ", + "search.filter_document_type_placeholder": "ಉದಾ. ಬಿಲ್", + "search.filter_language": "ಭಾಷೆ", + "search.filter_language_placeholder": "ಉದಾ. ಡೆ", + "search.filter_sender": "ಕಳುಹಿಸುವವರು", + "search.filter_sender_placeholder": "ಉದಾ. ಎಸಿ.ಎಮ್.ಇ ಕಾರ್ಪ್", + "search.filter_tags": "ಟ್ಯಾಗ್‌ಗಳು", + "search.filter_tags_placeholder": "ಉದಾ. ಅಮೇಜಾನ್", + "search.filter_text_quality": "ಆಕೃತಿಯ ಗುಣಮಟ್ಟ", + "search.filter_text_quality_all": "ಎಲ್ಲಾ", + "search.filter_text_quality_high": "ಹೆಚ್ಚು", + "search.filter_text_quality_low": "ಕಡಿಮೆ", + "search.filter_text_quality_medium": "ಮಧ್ಯಮ", + "search.filter_text_quality_no_text": "ಬೆಳೆಕೈ ಇಲ್ಲ", + "search.heading": "ದಾಖಲೆ ಹುಡುಕಾಟ", + "search.input_aria_label": "ದಾಖಲೆಗಳನ್ನು ಹುಡುಕು", + "search.input_placeholder": "ವಿಷಯ, ಕಳುಹಿಸಿದ್ದಾರೆ, ಟ್ಯಾಗ್, ಶ್ರೇಣಿಯಂತೆ ದಾಖಲೆಗಳನ್ನು ಹುಡುಕು...", + "search.loading_indicator": "ಹುಡಕುತ್ತಿರುವ\u001a", + "search.no_results": "ಯಾವುದೇ ಫಲಿತಾಂಶಗಳು ಕಂಡುಬಂದಿಲ್ಲ", + "search.page_title": "ದಾಖಲೆಗಳನ್ನು ಹುಡುಕು", + "search.placeholder": "ಫೈಲ್ ಹೆಸರು, ವಿಷಯ, ಟ್ಯಾಗ್ ಮೂಲಕ ಹುಡುಕು...", + "search.result_empty": "ನಿಮ್ಮ ಕೇಳಿಗೆ ಹೊಂದಿದ ಯಾವುದೇ ದಾಖಲೆಗಳನ್ನು ಒಯ್ಯಿಲ್ಲ.", + "search.results_count": "{count} ಫಲಿತಾಂಶಗಳು ಕಂಡುಬಂದವು", + "search.saved_aria_save": "ಈಗಿನ ಹುಡುಕಾಟವನ್ನು ಉಳಿಸು", + "search.saved_button": "ಈಗಿನ ಉಳಿಸು", + "search.saved_empty": "ಇದುವರೆಗೆ ಉಳಿಸಲಾದ ಯಾವುದೇ ಹುಡುಕಾಟಗಳಿಲ್ಲ", + "search.saved_error": "ಉಳಿಸಿದ ಹುಡುಕಾಟಗಳನ್ನು ಲೋಡ್ ಮಾಡಲಾಗಲಿಲ್ಲ", + "search.saved_label": "ಉಳಿಸಲಾದ ಹುಡುಕಾಟಗಳು", + "search.saved_loading": "ಲೋಡ್ ಆಗುತ್ತಿದೆ...", + "search.title": "ದಾಖಲೆಗಳನ್ನು ಹುಡುಕು", + "settings.audit_log_btn": "ಆಡಿಟ್ ಲಾಗ್", + "settings.autocomplete_hint": "ಅಲ್ಲಿರುವ ಮೌಲ್ಯಗಳನ್ನು ಹುಡುಕಲು ಟाइಪ್ ಮಾಡಿ, ಅಥವಾ ಯಾವುದೇ ಕಸ್ಟಮ್ ಮೌಲ್ಯವನ್ನು ನಮೂದಿಸಿ.", + "settings.autocomplete_no_matches": "ಯಾವುದೇ ಹೊಂದಿಕೆ ಇಲ್ಲ — ನೀವು ಕಸ್ಟಮ್ ಮೌಲ್ಯವನ್ನು ಟೈಪ್ ಮಾಡಬಹುದು", + "settings.autocomplete_placeholder": "ಹುಡುಕಲು ಟೈಪ್ ಮಾಡಿ ಅಥವಾ ಮಾನ್ಯ ಮೌಲ್ಯವನ್ನು ನಮೂದಿಸಿ\u001a", + "settings.boolean_enable_prefix": "ಚಾಲನೆ ಮಾಡಿ", + "settings.categories_aria": "ಸೆಟ್ಟಿಂಗ್ ಶ್ರೇಣಿಗಳು", + "settings.categories_heading": "ಶ್ರೇಣಿಗಳು", + "settings.db_wizard_btn": "ಡಿಬಿ ಮಾಂತ್ರಿಕ", + "settings.effective_value_label": "ಸಕ್ರೀಯ ಮೌಲ್ಯ:", + "settings.encrypted_suffix": "= ಶ್ರೇಣೀಬದ್ಧವಾಗಿದ್ದು", + "settings.encrypted_title": "ಮೌಲ್ಯವನ್ನು ಡೇಟಾಬೇಸ್‌ನಲ್ಲಿ ಶ್ರೇಣೀಬದ್ಧವಾಗಿ ಪ್ರಮಾಣೀಕರಿಸಲಾಗಿದೆ", + "settings.export_btn": "ವೆಚ್ಚಿಸಲು", + "settings.export_db_only": "ಡಿಬಿ ಸೆಟ್ಟಿಂಗ್‌ಗಳಷ್ಟೆ", + "settings.export_full_config": "ಸಂಪೂರ್ಣ ಸಕ್ರೀಯ ಶ್ರೇಣಿ", + "settings.jump_to_category": "ಶ್ರೇಣಿಯತ್ತ ಹಾರಿರಿ\u0001a", + "settings.manage_config_prefix": "ಗೋಚಿ ವ್ಯವಸ್ಥೆ ನಿರ್ವಹಿಸಿ. ಪ್ರಾಥಮಿಕತೆ:", + "settings.model_picker_hint": "ಪಟ್ಟಿಯಿಂದ ಆಯ್ಕೆಯಾಗಿರಿ ಅಥವಾ ನಿಮ್ಮ ಇತ್ತೀಚಿನ ಮಾನ್ಯತೆಯನ್ನು ಟೈಪ್ ಮಾಡಿ.", + "settings.model_picker_placeholder": "ಸಾಮಾನ್ಯ ಮಾದರಿಯನ್ನು ಆಯ್ಕೆ ಮಾಡಿರಿ ಅಥವಾ ಕಸ್ಟಮ್ ಹೆಸರು ಟೈಪ್ ಮಾಡಿ\u0001a", + "settings.no_results_clear": "ಹುಡುಕಾಟವನ್ನು ಶುದ್ಧಗೊಳಿಸಿ", + "settings.no_results_heading": "ಯಾವುದೇ ಸೆಟ್ಟಿಂಗ್‌ಗಳನ್ನು ಕಂಡುಬಂದಿಲ್ಲ", + "settings.no_results_hint": "ವಿವಿಧ ಹುಡುಕಾಟ ಪದವನ್ನು ಯತ್ನಿಸಿ ಅಥವಾ", + "settings.page_heading": "ಅನ್ವಯ ಸೆಟ್ಟಿಂಗ್‌ಗಳು", + "settings.required_label": "(ಅವಶ್ಯಕ)", + "settings.reset_confirm": "ನೀವು ಈ ಸೆಟ್ಟಿಂಗ್ ಅನ್ನು ಮರುಸ್ಥಾಪಿಸಲು ಖಚಿತವಾಗಿದ್ದೀರಾ?", + "settings.restart_required_suffix": "= ಪುನಾರಂಭ ಬೇಕಾಗಿದೆ", + "settings.revert_btn": "ಡಿಬಿ ನಿಂದ ತೆಗೆದು ಹಾಕಿ", + "settings.revert_title": "ಡಿಬಿ ಓವರ ರೈಡ್ ತೆಗೆದು ಹಾಕಿ ಮತ್ತು ಪರಿಸರ ಚರ ಅಥವಾ ಡೀಫಾಲ್ಟ್ ಗೆ ಹಿಂದರಿಸಿ", + "settings.reverting": "ಹಿಂದರಿಸುತ್ತೇನೆ", + "settings.save_all_btn": "ಎಲ್ಲಾ ಬದಲಾವಣೆಗಳನ್ನು ಉಳಿಸಿ", + "settings.save_error": "ಸಂಸ್ಕರಣೆಯನ್ನು ಉಳಿಸಲು ವಿಫಲವಾಗಿದೆ", + "settings.save_setting_title": "ಈ ಸಾಂದರ್ಭಿಕೆಯನ್ನು ಉಳಿಸಿ", + "settings.save_success": "ಸ್ಥಿತಿ ಯಶಸ್ವಿಯಾಗಿ ಉಳಿಸಲಾಗಿದೆ", + "settings.saving_state": "ಉಳಿಸುತ್ತಿದೆ\u0007f\u0007f", + "settings.search_aria_label": "ಸಾಧನೆಗಳನ್ನು ಹುಡುಕಿರಿ", + "settings.search_clear_aria": "ಹುಡುಕುವಿಕೆಯನ್ನು ಕ್ಲೀಯರ್ ಮಾಡಿ", + "settings.search_placeholder": "ಹೆಸರಿನಲ್ಲಿ, ಕೀಲಿ, ಅಥವಾ ವಿವರದಲ್ಲಿ ಹುಡುಕಿ\u0007f\u0007f", + "settings.settings_count_suffix": "ಸಂಸ್ಕರಣೆಗಳನ್ನು", + "settings.source_db_badge": "ಡಿಬಿ", + "settings.source_default_badge": "ಡೀಫಾಲ್ಟ್", + "settings.source_env_badge": "ಜನಾರೀ", + "settings.title": "ಸಂಸ್ಕರಣೆಗಳು", + "settings.toggle_visibility_aria": "ಮಾಹಿತಿ ದ್ರಷ್ಟಿ Toggle", + "settings.toggle_visibility_title": "ಬೆಳಕು/ಮರೆ", + "settings.user_autocomplete_empty": "ಕ್ಷಮಿಸಿದ ಬಳಕೆದಾರರನ್ನು ತಲುಪಿಸಲು ಏನು ಕಂಡುಬಂದಿಲ್ಲ", + "settings.user_autocomplete_hint": "ಹೆಸರಿನಲ್ಲಿ विद्यमಾನ ಬಳಕೆದಾರರನ್ನು ಹುಡುಕಲು ಟೈಪ್ ಮಾಡಿ, ಅಥವಾ ಯಾವುದೇ ಗುರುತಿಸುವಿಕೆಯನ್ನು ಕೈಯಿಂದ ನಮೂದಿಸಿ.", + "settings.user_autocomplete_placeholder": "ಬಳಕೆದಾರರನ್ನು ಹುಡುಕಲು ಟೈಪ್ ಮಾಡುವುದು ಪ್ರಾರಂಭಿಸಿ\u0007f\u0007f", + "settings.wizard_btn": "ಜಾದೂಕಾರ", + "shared.col_expiry": "ಅಂತ್ಯ", + "shared.col_file_label": "ಫೈಲ್ / ಲೇಬಲ್", + "shared.col_link": "ಲಿಂಕ್", + "shared.col_views": "ದೃಶ್ಯಗಳು", + "shared.copy_link_aria": "ಕ್ಲಿಪ್‌ಬೋರ್ಡ್‌ಗೆ ಲಿಂಕ್ ನಕಲು", + "shared.copy_link_title": "ಲಿಂಕ್ ನಕಲು", + "shared.create_btn": "ಲಿಂಕ್ ರಚಿಸು", + "shared.create_heading": "ಹೊಸ ಹಂಚಣೆ ಲಿಂಕ್ ರಚಿಸಿ", + "shared.creating": "ರಚಿಸುತ್ತಿದೆ\u0007f\u0007f", + "shared.expiry_12h": "12 ಗಂಟೆಗಳು", + "shared.expiry_14d": "14 ದಿನಗಳು", + "shared.expiry_1h": "1 ಗಂಟೆ", + "shared.expiry_24h": "24 ಗಂಟೆಗಳು (1 ದಿನ)", + "shared.expiry_30d": "30 ದಿನಗಳು", + "shared.expiry_3d": "3 ದಿನಗಳು", + "shared.expiry_6h": "6 ಗಂಟೆಗಳು", + "shared.expiry_7d": "7 ದಿನಗಳು", + "shared.expiry_label": "ಅಂತ್ಯ", + "shared.expiry_never": "ಊರೆಯಲ್ಲ", + "shared.file_id_help_post": "ಗಡುಸ್ಕು ಅಥವಾ ಡಾಕ್ಯುಮೆಂಟ್ ವಿವರ URL.", + "shared.file_id_help_pre": "ಫೈಲ್ ಐಡಿ ಅನ್ನು ಹೀಗಾಗಿಯೇ ಹುಡುಕಿ", + "shared.file_id_label": "ಫೈಲ್ ಐಡಿ", + "shared.file_id_placeholder": "ಉದಾಹರಣೆ: 42", + "shared.files_link": "ಫೈಲ್‌ಗಳು", + "shared.heading": "ಹಂಚುವ ಲಿಂಕ್‌ಗಳು", + "shared.label_label": "ಲೇಬಲ್", + "shared.label_placeholder": "ಉದಾಹರಣೆ: ಬಾಬ್‌ಬಾಗಿರುವ ಹಂಚಿಕೆ", + "shared.link_created": "ಹಂಚುವ ಲಿಂಕ್ ನಿರ್ಮಿಸಲಾಗಿದೆ!", + "shared.link_created_help": "ಈ ಲಿಂಕ್ ಅನ್ನು ದಾಖಲಾತಿಗೆ ಕ propi ಮಾಡಿ ಮತ್ತು ಕಳುಹಿಸಿ.", + "shared.links_count_aria": "ಲಿಂಕ್‌ಗಳ ಸಂಖ್ಯೆಯು", + "shared.max_downloads_label": "ಗರಿಷ್ಠ ಡೌನ್‌ಲೋಡ್‌ಗಳು", + "shared.no_links": "ಇಲ್ಲಿ ಯಾವುದೇ ಹಂಚಿಕೆಯ ಲಿಂಕ್‌ಗಳಿಲ್ಲ. ಆರಂಭಿಸಲು ಮೇಲೆಯಲ್ಲ ಸೇರಿದ ಲಿಂಕ್ ಅನ್ನು ರಚಿಸಿ.", + "shared.open_in_new_tab": "ಹೊಸ ಟ್ಯಾಬ್‌ನಲ್ಲಿ ತೆರೆಯಿರಿ", + "shared.open_link_aria": "ಹಂಚಿರುವ ಲಿಂಕ್ ತೆರೆಯಿರಿ", + "shared.optional": "(ಐಚ್ಛಿಕ)", + "shared.page_title": "ಹಂಚುವ ಲಿಂಕ್‌ಗಳು – ಡಾಕ್ಯುಎಲಿವೇಟ್", + "shared.password_label": "ಪಾಸ್‌ವರ್ಡ್", + "shared.password_placeholder": "ಪಾಸ್‌ವರ್ಡ್ ಇಲ್ಲದಿದ್ದರೆ ಖಾಲಿ ಬಿಡಿ", + "shared.password_protected": "ಪಾಸ್‌ವರ್ಡ್ ಸುಲಭವಿಲ್ಲ", + "shared.refresh_aria": "ಹಂಚಿದ ಲಿಂಕ್‌ಗಳ ಪಟ್ಟಿ ಪುನರ್ತಾಜ್ ಮಾಡಿ", + "shared.revoke_aria_prefix": "ಹಂಚಲ್ಪಟ್ಟ ಲಿಂಕ್ ಅನ್ನು ಹಿಂಪಡೆದುಕೊಳ್ಳಿ", + "shared.revoke_btn": "ಹಿಂಪಡೆಯಿರಿ", + "shared.status_active": "ಅಸ್ಥಿತ್ವದಲ್ಲಿರುವ", + "shared.status_expired": "ಅವಧಿ ಮೀರಿಸಲಾಗಿದೆ", + "shared.status_limit_reached": "ಸೀಮೆ ತಲುಪಿಸಲಾಗಿದೆ", + "shared.status_revoked": "ಹಿಂದಿರುಗಿಸಲಾಗಿದೆ", + "shared.subtitle": "ಅನ್ಯಾಯತಾ ಅಥವಾ ವೀಕ್ಷಣಾ-ಸೀಮಿತ ಲಿಂಕ್ ಮೂಲಕ ಯಾರಾದರೂ ದಾಖಲೆಗಳನ್ನು ಹಂಚಿಕೊಳ್ಳಿ. ಸ್ವೀಕರಿಸುವವರಿಗೆ ಡಾಕ್ಯುಎಲಿವೇಟ್ ಖಾತೆ ಇರಬೇಕಾಗಿಲ್ಲ. ಲಿಂಕ್‌ಗಳನ್ನು ಪಾಸ್‌ವರ್ಡ್ ರಕ್ಷಣಾತ್ಮಕವಾಗಿ ಮನೆಯಲ್ಲಿಯೇ ಮತ್ತು ಯಾವುದೇ ಸಮಯದಲ್ಲಿ ಹಿಂಪಡೆಯಲಾಗುತ್ತದೆ.", + "shared.table_aria": "ಹಂಚುವ ಲಿಂಕ್‌ಗಳು", + "shared.unlimited_placeholder": "ಅನಂತ", + "shared.your_links": "ನಿಮ್ಮ ಹಂಚುವ ಲಿಂಕ್‌ಗಳು", + "similarity.backfill_auto": "ಹೆಚ್ಚಿನ 5 ನಿಮಿಷಗಳಲ್ಲಿ ಹಿಂಡಗಿ ಕಾರ್ಯವು ಅವರನ್ನು ಯೋಚಿಸುತ್ತದೆ, ಅಥವಾ ನೀವು", + "similarity.files_missing_text": "ಫೈಲ್‌ಗಳು ಒಪ್ಪಿಗೆ ಪಠ್ಯವನ್ನು ಹೊಂದಿರುತ್ತವೆ ಆದರೆ ಇನ್ನೂ ಮೂಡಿಸಲಿಲ್ಲ.", + "similarity.find_pairs_btn": "ದೋಸ್ತುಗಳನ್ನು ಹುಡುಕಿ", + "similarity.heading": "ದಾಖಲೆ ಸಮಾನಾಂಶ", + "similarity.load_error": "ದೋಸ್ತುಗಳನ್ನು ಲೋಡ್ ಮಾಡಲು ವಿಫಲವಾಯಿತು.", + "similarity.min_similarity_label": "ಕಿಮ್ಮತ್ತು. ಸಮಾನಾಂಶ", + "similarity.no_pairs_detail": "ಯಾವುದೇ ದಾಖಲೆ ದೋಸ್ತುಗಳು ಸಮಾನಾಂಶ ಕೋಟವನ್ನು ಮೀರಿಸುವುದಿಲ್ಲ.", + "similarity.no_pairs_heading": "ಯಾವುದೇ ಸಮಾನ ದೋಸ್ತುಗಳು ಕಂಡುಬಂದಿಲ್ಲ", + "similarity.page_title": "เอกสารความคล้ายคลึง - DocuElevate", + "similarity.pagination_aria": "เกี่ยวกับการแบ่งหน้า", + "similarity.per_page_label": "ต่อหน้า", + "similarity.scanning": "กำลังสแกนหาเอกสารที่คล้ายกัน\u0010...", + "similarity.stat_embedding_model": "โมเดลฝัง", + "similarity.stat_missing_embedding": "ฝังหายไป", + "similarity.stat_total_files": "ไฟล์ทั้งหมด", + "similarity.stat_with_embedding": "กับการฝัง", + "similarity.subtitle": "เอกสารคู่ที่มีความคล้ายคลึงทางความหมายสูง จัดอันดับตามคะแนน", + "similarity.trigger_aria": "เรียกการคำนวณการฝังสำหรับไฟล์ทั้งหมดที่ขาดการฝัง", + "similarity.trigger_now": "เรียกใช้ทันที", + "status.app_version": "เวอร์ชันแอป", + "status.build_date": "วันที่สร้าง", + "status.container_id": "รหัสคอนเทนเนอร์", "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", + "status.last_check": "ตรวจสอบครั้งล่าสุด", + "status.page_title": "สถานะระบบ", + "status.setting_label": "การตั้งค่า", + "status.value_label": "ค่า", + "subscription.available_plans_heading": "ಲಭ್ಯವಿರುವ ಯೋಜನೆಗಳು", + "subscription.back_to_dashboard": "ಡ್ಯಾಶ್‌ಬೋರ್ಡ್‌ಗೆ ಹಿಂದಕ್ಕೆ", + "subscription.cancel_pending": "ಬದಲಾವಣೆಯನ್ನು ರದ್ದುಮಾಡಿ", + "subscription.cancel_scheduled": "ಶೆಡ್ಯೂಲ್ ಮಾಡಲಾದ ಬದಲಾವಣೆಯನ್ನು ರದ್ದುಮಾಡಿ", + "subscription.contact_sales": "ಮಾರ್ಕೆಟಿಂಗ್ ಸಂಪರ್ಕಿಸಿ", + "subscription.current_badge": "ಪ್ರಸ್ತುತ", + "subscription.current_plan": "ಪ್ರಸ್ತುತ ಯೋಜನೆ", + "subscription.current_plan_cta": "ನಿಮ್ಮ ಪ್ರಸ್ತುತ ಯೋಜನೆ", + "subscription.downgrade_to_prefix": "ಅಲ್ಪಗತಿಗೆ", + "subscription.features_heading": "ನಿಮ್ಮ ಯೋಜನೆಯಲ್ಲಿರುವವುಗಳು", + "subscription.free": "ಮುಕ್ತ", + "subscription.heading": "ನನ್ನ ಸಹಾಯದ ಪ್ರಯೋಜನ", + "subscription.keep_plan_prefix": "ಕಿಟ್ಟಿ", + "subscription.lifetime_files": "ಒಟ್ಟು ಫೈಲ್‌ಗಳು (ಜೀವನಕಾಲ)", + "subscription.month_files": "ಈ ತಿಂಗಳ ಫೈಲ್‌ಗಳು", + "subscription.more_features_label": "ಇನ್ನಷ್ಟು", + "subscription.page_title": "ನನ್ನ ಸಹಾಯದ ಪ್ರಯೋಜನ - ಡೊಕುಎಲಿವೇಟ್", + "subscription.pending_badge": "ಪ್ರತೀಕ್ಷಣೆಯಲ್ಲಿದೆ", + "subscription.pending_benefits": "ನೀವು ಆ ಕಾಲದಲ್ಲಿಯಲ್ಲಿರುವ ಎಲ್ಲಾ ಪ್ರಸ್ತುತ ಯೋಜನೆಯ ಲಾಭಗಳನ್ನು ಉಳಿಸುತ್ತಿದ್ದೀರಿ.", + "subscription.pending_on": "ಮೇಲೆ", + "subscription.pending_title": "ಪ್ರತೀಕ್ಷಣೆಯಲ್ಲಿರುವ ಯೋಜನೆಯ ಬದಲಾವಣೆ ಶೆಡ್ಯೂಲ್", + "subscription.pending_will_change": "ನಿಮ್ಮ ಯೋಜನೆ ಬದಲಾಯಿತಾಗುತ್ತದೆ", + "subscription.per_mo": "/ತಿಂಗಳು", + "subscription.per_month": "/ತಿಂಗಳಿಗೆ", + "subscription.since": "ಇಲ್ಲಿಯನಿಂದ", + "subscription.single_user_body": "ಬಹು-ಬಳಕೆದಾರ ಮೋಡ್ ಸಕ್ರಿಯವಾಗಿರುವಾಗ ಸ್ಟ್ರೈಪ್ಗಳ ಶ್ರೇಣಿಗಳು ಅನ್ವಯಿಸುತ್ತವೆ. ನಿಮ್ಮ ಘಟಕವು ಪ್ರಸ್ತುತ ಏಕಕಾಲದ ಬಳಕೆದಾರ ಮೋಡ್‌ನಲ್ಲಿ ಕಾರ್ಯನಿರ್ವಹಿಸುತ್ತಿದೆ ಮತ್ತು ಯಾವುದೇ ಕಾರ್ಯನಿರ್ವಹಣೆ ಸೀಮಿತವಿಲ್ಲ. ಒಬ್ಬ ಆಡಳಿತಕಾರನು {settings_link} ಮೂಲಕ ಬಹು-ಬಳಕೆದಾರ ಮೋಡ್ ಅನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬಹುದು.", + "subscription.single_user_title": "ಬಹು-ಬಳಕೆದಾರ ಮೋಡ್ ಸಕ್ರಿಯಗೊಂಡಿಲ್ಲ.", + "subscription.subtitle": "ನಿಮ್ಮ ಪ್ರಸ್ತುತ ಯೋಜನೆ, ಬಳಕೆ ಮತ್ತು ಲಭ್ಯವಿರುವ ನವೀಕರಣಗಳು.", + "subscription.this_month_label": "ಈ ತಿಂಗಳು", + "subscription.today_files": "ಇಂದಿನ ಫೈಲ್‌ಗಳು", + "subscription.today_label": "ಇಂದು", + "subscription.unlimited": "ಅನಿವಾರ್ಯ", + "subscription.upgrade_info": "ನವೀಕರಣಗಳು ತಕ್ಷಣ ಪರಿಣಾಮ ಬೀರಲು ಆರಂಭವಾಗುತ್ತದೆ. ಕಡಿಮೆ ಮಾಡುವ ಪ್ರಕ್ರಿಯೆ ನಿಮ್ಮ ಪ್ರಸ್ತುತ ಬಿಲ್ಲಿಂಗ್ ಅವಧಿಯ ಕೊನೆಗೆ ಶೆಡ್ಯೂಲ್ ಆಗಿರುತ್ತದೆ.", + "subscription.upgrade_to_prefix": "ನವೀಕರಿಸಲು", + "subscription.usage_heading": "ಬಳಕೆ", + "upload.browse_button": "เรียกดูไฟล์", + "upload.button_processing": "กำลังประมวลผล...", + "upload.camera_button": "ถ่ายภาพ / สแกนเอกสาร", + "upload.download_button": "ดาวน์โหลดและประมวลผล", + "upload.downloading": "กำลังดาวน์โหลดไฟล์จาก URL...", + "upload.drag_drop": "ลาก & วางไฟล์ที่นี่หรือคลิกเพื่อเรียกดู", + "upload.drop_hint_desktop": "ลาก & วางไฟล์หรือโฟลเดอร์ที่นี่ หรือคลิกเพื่อเลือกไฟล์", + "upload.drop_hint_mobile": "แตะเพื่อเลือกไฟล์หรือใช้ปุ่มกล้องด้านล่าง", + "upload.drop_zone_aria": "พื้นที่อัปโหลดไฟล์ ลากและวางไฟล์ที่นี่ หรือกด Enter เพื่อตรวจสอบไฟล์", + "upload.error": "การอัปโหลดล้มเหลว", + "upload.error_invalid_url": "รูปแบบ URL ไม่ถูกต้อง", + "upload.error_url_required": "กรุณาใส่ URL", + "upload.file_size_hint": "ขนาดสูงสุด: 500 MB ต่อไฟล์", + "upload.file_types": "ประเภทที่อนุญาต: PDF, เอกสารสำนักงาน (Word, Excel, PowerPoint เป็นต้น), รูปภาพ", + "upload.filename_description": "ว่างไว้เพื่อใช้ชื่อไฟล์จาก URL", + "upload.filename_label": "ชื่อไฟล์ (ไม่บังคับ)", "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "upload.max_size": "ขนาดไฟล์สูงสุด: {size}", + "upload.page_title": "อัปโหลดไฟล์", + "upload.section_device": "อัปโหลดจากอุปกรณ์", + "upload.section_url": "อัปโหลดจาก URL", + "upload.select_file": "ಫೈಲ್ ಆಯ್ಕೆಮಾಡಿ", + "upload.success": "ಫೈಲ್ ಯಶಸ್ವಿಯಾಗಿ ಅಪ್ಲೋಡ್ ಮಾಡಲಾಗಿದೆ", + "upload.title": "ಡಾಕ್ಯುಮೆಂಟ್ ಅಪ್ಲೋಡ್ ಮಾಡಿ", + "upload.uploading": "ಅಪ್ಲೋಡ್ ಮಾಡುತ್ತಿದೆ...", + "upload.url_description": "ಫೈಲ್‌ಗೆ ನೇರ ಲಿಂಕ್ ಸೇರಿಸಿ (PDF, ಆಫೀಸ್ ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳು, ಅಥವಾ ಇಮೇಜ್‌ಗಳು)", + "upload.url_label": "ಫೈಲ್ URL", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/ko.json b/frontend/translations/ko.json index d36160ed..91e61bd5 100644 --- a/frontend/translations/ko.json +++ b/frontend/translations/ko.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", - "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_heading": "창작자 만나기", + "about.creator_name": "크리스찬 크라카우-루이스", + "about.creator_pre": "DocuElevate는 열정적으로 개발되었습니다.", + "about.features_admin_api": "프로그래밍적 접근을 위한 강력한 REST API", + "about.features_admin_config": "환경 변수를 통한 고도로 구성 가능", + "about.features_admin_docker": "간편한 배포 및 확장을 위한 Docker 준비 완료", + "about.features_admin_heading": "관리", + "about.features_admin_oauth2": "Authentik을 통한 OAuth2 인증 지원", + "about.features_automation_background": "Redis와 Celery를 이용한 백그라운드 처리", + "about.features_automation_gmail": "Gmail 및 일반 이메일 계정 통합", + "about.features_automation_heading": "자동화", + "about.features_automation_imap": "여러 소스에서 IMAP 수신함 폴링", + "about.features_automation_ingestion": "다양한 입력으로부터의 자동 문서 수집", + "about.features_heading": "주요 기능", + "about.features_integration_cloud": "클라우드 저장소: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "통합 및 저장소", + "about.features_integration_multi_dest": "다중 목적지 지원 (여러 위치에 문서 저장)", + "about.features_integration_protocols": "전송 프로토콜: FTP, SFTP, 이메일 포워딩", + "about.features_integration_selfhosted": "자체 호스팅 옵션: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "지능형 문서 분류 및 날짜 추출", + "about.features_processing_heading": "문서 처리", + "about.features_processing_metadata": "플러그 가능 AI 공급자를 이용한 자동 메타데이터 추출", + "about.features_processing_ocr": "Azure Document Intelligence를 통한 OCR", + "about.features_processing_pdf": "Gotenberg를 통한 다양한 파일 형식의 PDF 변환", + "about.features_processing_upload": "드래그 앤 드롭 지원이 있는 간단하고 안전한 파일 업로드", + "about.github_logo_alt": "GitHub 로고", + "about.heading": "DocuElevate 소개", + "about.intro_post": " – 문서 처리를 위한 당신의 현대적이고 지능적인 솔루션! 우리는 문서의 업로드에서 추출, 처리에서 저장까지의 방식을 완전히 변화시키기 위해 DocuElevate를 구축했습니다.", + "about.intro_pre": "환영합니다 ", + "about.involved_description": "코드에 참여하고 싶거나 아이디어를 기여하거나 DocuElevate에 대해 더 알고 싶으신가요?", + "about.involved_docs": "문서 읽기", + "about.involved_github": "GitHub에서 DocuElevate 보기", + "about.involved_heading": "참여하기", + "about.involved_website": "DocuElevate 웹사이트 방문하기", + "about.legal_description": "우리는 귀하의 개인 정보와 데이터 보안을 중요하게 생각합니다. 우리의 내용을 검토해 주세요:", + "about.legal_heading": "개인정보 보호 및 법적", + "about.legal_license": "라이선스 정보", + "about.legal_privacy": "개인정보 보호 공지", + "about.page_title": "DocuElevate 소개", + "about.story_heading": "우리의 이야기", + "about.story_p1": "DocuElevate는 모든 사람, 소규모 스타트업이든 대규모 기업이든 관계없이 문서 관리를 단순화하고 효율화하는 것을 목표로 만들어졌습니다.", + "about.story_p2": "우리는 메타데이터 추출 및 텍스트 개선을 위해 플러그형 AI 제공업체(OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey 등)의 힘을 활용하고, Dropbox, Nextcloud 및 Paperless NGX와 원활하게 통합하여 저장 및 색인화를 수행하며, Azure Document Intelligence를 OCR에 활용하고, 심지어 Gotenberg를 사용하여 파일을 PDF로 변환합니다.", + "api_tokens.col_created": "생성됨", + "api_tokens.col_last_ip": "최근 IP", + "api_tokens.col_last_used": "마지막 사용", + "api_tokens.col_name": "이름", + "api_tokens.col_prefix": "토큰 접두사", + "api_tokens.copy_to_clipboard": "클립보드에 토큰 복사", + "api_tokens.copy_upload_example": "클립보드에 업로드 예제 복사", + "api_tokens.copy_warning_1": "지금 이 토큰을 복사하세요 — ", + "api_tokens.copy_warning_2": "다시 표시되지 않습니다", + "api_tokens.create_heading": "새 토큰 생성", + "api_tokens.create_token": "토큰 생성", + "api_tokens.creating": "생성 중…", + "api_tokens.heading": "API 토큰", + "api_tokens.intro": "DocuElevate API와 프로그래밍 방식으로 상호작용하기 위해 개인 API 토큰을 생성하세요. 웹후크 업로드, CI/CD 파이프라인 또는 문서를 업로드하거나 가져와야 하는 모든 스크립트에 토큰을 사용하세요.", + "api_tokens.loading_tokens": "토큰 로딩 중…", + "api_tokens.never": "절대", + "api_tokens.no_tokens_heading": "아직 API 토큰이 없습니다", + "api_tokens.no_tokens_help": "시작하려면 위에서 첫 번째 토큰을 생성하세요.", + "api_tokens.page_title": "API 토큰 – DocuElevate", + "api_tokens.revoke": "취소", + "api_tokens.revoke_prefix": "토큰 취소", + "api_tokens.status_active": "활성", + "api_tokens.status_revoked": "취소됨", + "api_tokens.table_aria": "API 토큰", + "api_tokens.token_created": "토큰이 성공적으로 생성되었습니다!", + "api_tokens.token_name_label": "토큰 이름", + "api_tokens.token_name_placeholder": "예: CI 파이프라인, 웹후크 업로드, 내 스크립트", + "api_tokens.usage_heading": "사용 예시", + "api_tokens.usage_intro_post": "모든 API 요청의 헤더:", + "api_tokens.usage_intro_pre": "API 토큰을 사용하세요", + "api_tokens.your_tokens": "귀하의 토큰", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "audit.col_resource": "리소스", + "audit.col_timestamp": "타임스탬프", + "audit.critical": "중요", + "audit.filter_action": "작업", + "audit.filter_all_actions": "모든 작업", + "audit.filter_all_users": "모든 사용자", + "audit.filter_resource_placeholder": "예: 문서, 사용자", + "audit.filter_resource_type": "리소스 유형", + "audit.filter_severity": "심각도", + "audit.filter_user": "사용자", + "audit.filters_section_label": "감사 로그 필터", + "audit.next": "다음", + "audit.next_label": "다음 페이지", + "audit.no_events": "아직 기록된 감사 이벤트가 없습니다.", + "audit.no_events_hint": "중요한 작업(로그인, 문서 작업, 설정 변경)이 여기에 나타납니다.", + "audit.page_title": "감사 로그 - DocuElevate", + "audit.pagination_label": "감사 로그 페이지네이션", + "audit.prev": "이전", + "audit.prev_label": "이전 페이지", + "audit.refresh_label": "감사 로그 새로 고침", + "audit.siem_disabled_title": "SIEM 포워딩이 비활성화되었습니다", + "audit.siem_enabled_title": "이벤트가 전송되고 있습니다 ", + "audit.siem_off": "SIEM: 끔", + "audit.subtitle": "모든 중요한 작업의 포괄적이고 추가 전용 기록.", + "audit.table_label": "감사 로그 이벤트", + "audit.title": "감사 로그", + "auth.confirm_password": "비밀번호 확인", + "auth.create_account": "계정 만들기", + "auth.display_name_label": "표시 이름", + "auth.email_label": "이메일", + "auth.forgot_password": "비밀번호를 잊으셨나요?", + "auth.forgot_username": "사용자 이름을 잊으셨나요?", + "auth.login": "로그인", + "auth.login_title": "로그인", + "auth.logo_alt": "DocuElevate 로고", + "auth.logout": "로그아웃", + "auth.my_account": "내 계정", + "auth.no_account": "계정이 없으신가요?", + "auth.or_continue_with": "또는 다음으로 계속", + "auth.password_label": "비밀번호", + "auth.profile": "프로필", + "auth.remember_me": "로그인 상태 유지", + "auth.return_home": "홈으로 돌아가기", + "auth.sign_in": "로그인", + "auth.sign_in_sso": "SSO로 로그인", + "auth.sign_in_with": "으로 로그인", + "auth.sign_in_with_username": "사용자 이름으로 로그인", + "auth.signup": "가입하기", + "auth.signup_title": "가입하기", + "auth.username_label": "사용자 이름", + "auth.username_or_email": "사용자 이름 또는 이메일", + "auth.verify_email_back_sign_in": "로그인 화면으로 돌아가기", + "auth.verify_email_expiry": "링크는 24시간 후에 만료됩니다. 이메일이 보이지 않으면 스팸 폴더를 확인하세요.", + "auth.verify_email_heading": "받은 편지함 확인", + "auth.verify_email_message": "확인 이메일을 보냈습니다. 이메일의 링크를 클릭하여 계정을 활성화하세요.", + "auth.verify_email_page_title": "DocuElevate - 이메일 확인", + "auth.verify_email_resend_aria_label": "재전송할 이메일 주소", + "auth.verify_email_resend_button": "확인 이메일 재전송", + "auth.verify_email_resend_label": "이메일 주소", + "auth.verify_email_resend_placeholder": "이메일 주소를 입력하세요", + "auth.verify_email_resend_prompt": "받지 못하셨나요?", + "backup.archives_heading": "백업 아카이브", + "backup.backup_now": "지금 백업", + "backup.clean_up": "정리", + "backup.cleanup_title": "지금 보존 정리 실행", + "backup.col_created": "생성일", + "backup.col_filename": "파일 이름", + "backup.col_size": "크기", + "backup.col_storage": "저장소", + "backup.col_type": "유형", + "backup.config_auto_backup": "자동 백업", + "backup.config_remote_dest": "원격 대상", + "backup.config_retention": "보존", + "backup.config_total_size": "총 로컬 크기", + "backup.confirm_btn": "확인", + "backup.confirm_title": "작업 확인", + "backup.heading": "백업 관리", + "backup.local_only": "로컬 전용", + "backup.no_backups": "아직 백업이 없습니다.", + "backup.no_backups_hint": "지금 백업을 클릭하여 첫 번째 백업을 생성하세요.", + "backup.page_title": "백업 관리", + "backup.records_label": "기록", + "backup.restore_btn": "복원", + "backup.restore_desc_mid": "데이터베이스를 복원할 백업 아카이브.", + "backup.restore_desc_pre": "업로드할 ", + "backup.restore_desc_warning": "이렇게 하면 모든 현재 데이터가 덮어씌워집니다.", + "backup.restore_file_label": "백업 아카이브 (.db.gz)", + "backup.restore_heading": "파일에서 복원", + "backup.restoring": "복원 중\n", + "backup.retention_daily_detail": "\u0013 3주 동안 보관", + "backup.retention_heading": "보존 정책", + "backup.retention_hourly_detail": "\u0013 4일 동안 보관", + "backup.retention_note": "이 한계를 넘어서는 백업은 새로운 백업이 생성될 때 자동으로 정리됩니다.", + "backup.retention_weekly_detail": "\u0013 약 3개월 동안 보관", + "backup.snapshots": "스냅샷", + "backup.status_ok": "확인", + "backup.storage_local": "로컬", + "backup.subtitle": "데이터베이스 백업은 자동으로 생성됩니다: 시간별 (4일), 일별 (3주), 주별 (13주).", + "backup.table_aria": "백업 아카이브", + "backup.trigger_daily": "지금 백업하기 (일별)", + "backup.trigger_hourly": "지금 백업하기 (시간별)", + "backup.trigger_weekly": "지금 백업하기 (주별)", + "backup.type_daily": "일별", + "backup.type_hourly": "시간별", + "backup.type_weekly": "주별", + "billing.go_to_dashboard": "대시보드로 이동", + "billing.manage_subscription": "구독 관리", + "billing.success_heading": "모든 준비가 완료되었습니다!", + "billing.success_message": "귀하의 구독이 활성화되었습니다. DocuElevate를 선택해 주셔서 감사합니다!", + "billing.success_page_title": "DocuElevate - 구독 활성화됨", + "common.actions": "작업", + "common.active": "활성", + "common.all": "모두", + "common.avatar": "아바타", + "common.back": "뒤로", + "common.cancel": "취소", + "common.close": "닫기", + "common.col_pending": "보류 중", + "common.completed": "완료", + "common.confirm": "확인", + "common.copied": "복사됨!", + "common.copy": "복사", + "common.create": "생성", + "common.created": "생성됨", + "common.date": "날짜", + "common.delete": "삭제", + "common.description": "설명", + "common.details": "상세 정보", + "common.disabled": "비활성화됨", + "common.download": "다운로드", + "common.duplicate": "중복", + "common.edit": "편집", + "common.enabled": "활성화됨", + "common.error": "오류", + "common.failed": "실패", + "common.filter": "필터", + "common.inactive": "비활성 상태", + "common.info": "정보", + "common.loading": "로딩 중...", + "common.name": "이름", + "common.next": "다음", + "common.next_page": "다음 페이지", + "common.no": "아니오", + "common.none": "없음", + "common.page": "페이지", + "common.paused": "일시중지", + "common.pending": "대기 중", + "common.prev_page": "이전 페이지", + "common.previous": "이전", + "common.processing": "처리 중", + "common.refresh": "새로 고침", + "common.reset": "초기화", + "common.retry": "재시도", + "common.save": "저장", + "common.search": "검색", + "common.select": "선택", + "common.select_placeholder": "— 선택 —", + "common.size": "크기", + "common.status": "상태", + "common.submit": "제출", + "common.success": "성공", + "common.tags": "태그", + "common.test": "테스트", + "common.test_connection": "연결 테스트", + "common.type": "유형", + "common.update": "업데이트", + "common.updated": "업데이트됨", + "common.upload": "업로드", + "common.view": "보기", + "common.warning": "경고", + "common.yes": "예", + "cookie.accept": "알겠습니다", + "cookie.learn_more": "자세히 알아보기", + "cookie.message": "이 웹사이트는 사용자 경험을 향상시키기 위해 쿠키를 사용합니다.", + "cookie.notice": "DocuElevate는 인증 및 서비스 운영에 필요한 필수 세션 쿠키만 사용합니다. 추적 또는 분석 쿠키는 사용되지 않습니다.", + "cookie.notice_label": "쿠키 알림", + "cookie.policy_link": "쿠키 정책", + "cookie.privacy_link": "개인정보 보호 공지", + "credentials.col_action": "작업", + "credentials.col_credential": "자격 증명", + "credentials.col_source": "출처", + "credentials.configured": "구성됨", + "credentials.edit_in_settings": "설정에서 편집", + "credentials.legend_db": "데이터베이스에 저장된 값(암호화됨)", + "credentials.legend_env_after": " 파일", + "credentials.legend_env_before": "환경 변수 또는 ", + "credentials.legend_missing": "자격 증명이 설정되지 않음 — 통합이 작동하지 않습니다", + "credentials.legend_restart": "이 자격 증명이 갱신되면 재시작이 필요합니다", + "credentials.legend_title": "전설", + "credentials.manage_settings": "설정 관리", + "credentials.not_configured": "구성되지 않음", + "credentials.page_title": "자격 증명 감사 - DocuElevate", + "credentials.raw_json": "원시 JSON (API)", + "credentials.restart_title": "이 자격 증명을 갱신한 후 재시작이 필요합니다", + "credentials.source_db_title": "데이터베이스에 저장됨(암호화됨)", + "credentials.source_env_title": "환경 변수에서", + "credentials.status_missing": "누락됨", + "credentials.subtitle": "DocuElevate에서 사용하는 모든 민감한 자격 증명에 대한 개요. 여기에는 비밀 값이 표시되지 않으며, 각 자격 증명이 구성되었는지와 그 출처만 표시됩니다.", + "credentials.table_for": "자격 증명", + "credentials.title": "자격 증명 감사", + "credentials.total_credentials": "총 자격 증명", + "dashboard.active_integrations": "활성 통합", + "dashboard.files_this_month": "이번 달 파일", + "dashboard.files_today": "오늘의 파일", + "dashboard.ocr_processed": "OCR 처리됨", + "dashboard.quick_actions": "빠른 작업", + "dashboard.recent_activity": "최근 활동", + "dashboard.storage_targets": "스토리지 대상", + "dashboard.title": "대시보드", + "dashboard.total_files": "총 파일 수", + "dashboard.welcome": "DocuElevate에 오신 것을 환영합니다", + "duplicates.file_id_label": "파일 ID", + "duplicates.file_id_placeholder": "예: 42", + "duplicates.find_btn": "찾기", + "duplicates.found_files": "총 중복 파일(s).", + "duplicates.found_groups": "중복 그룹(s) 발견됨", + "duplicates.found_prefix": "발견됨", + "duplicates.group_aria": "중복 그룹", + "duplicates.heading": "중복 문서", + "duplicates.how_it_works_heading": "근접 중복 감지 작동 방식", + "duplicates.max_results_label": "최대 결과", + "duplicates.near_dup_desc": "문서를 선택하여 다른 파일이 동일한 (또는 매우 유사한) 내용을 포함하고 있는지 확인하십시오. - 원본이 다른 시간에 스캔되었고 SHA-256 해시가 다르더라도 가능합니다.", + "duplicates.near_dup_heading": "문서의 근접 중복 찾기", + "duplicates.no_exact_heading": "정확한 중복이 발견되지 않았습니다", + "duplicates.page_title": "중복 문서 - DocuElevate", + "duplicates.pagination_aria": "페이지 매김", + "duplicates.role_duplicate": "중복", + "duplicates.role_original": "원본", + "duplicates.tab_exact": "정확한 중복", + "duplicates.tab_near": "근접 중복 검색기", + "duplicates.tabs_aria": "중복 감지 탭", + "duplicates.threshold_label": "유사성 기준", + "duplicates.view_dup_aria": "중복 파일 보기", + "duplicates.view_original_aria": "원본 파일 보기", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "이런! 해당 페이지를 찾을 수 없습니다!", + "error.404_home": "홈으로 돌아가기", + "error.404_message": "문서가 잘못된 위치에 있는 것 같습니다. 걱정 마세요 - 우리는 당신을 지켜보고 있습니다.", + "error.404_title": "404 - 찾을 수 없음", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "디버그 정보 표시", + "error.500_description": "서버가 문제를 겪었고 잠시 시간이 필요합니다.", + "error.500_heading": "이런! 뭔가 잘못되었습니다.", + "error.500_home": "홈으로 가기", + "error.500_img_alt": "서버 오류 일러스트", + "error.500_message1": "서버가 문제를 겪었고 잠시 시간이 필요합니다. 햄스터들이 커피를 쏟았을까요?", + "error.500_message2": "우리는 이미 작업 중입니다 - 파일 정리, 서버 재부팅, 플럭스 커패시터 재조정.", + "error.500_title": "서버 오류 - DocuElevate", + "error.forbidden": "금지됨", + "error.forbidden_message": "이 페이지에 접근할 권한이 없습니다.", + "error.not_found": "페이지를 찾을 수 없습니다", + "error.not_found_message": "찾고 있는 페이지는 존재하지 않습니다.", + "error.server_error": "내부 서버 오류", + "error.server_error_message": "문제가 발생했습니다. 나중에 다시 시도하십시오.", + "error.unauthorized": "권한 없음", + "error.unauthorized_message": "이 페이지에 접근하려면 로그인해야 합니다.", + "files.action_delete": "파일 삭제", + "files.action_details": "세부정보 보기", + "files.action_preview": "빠른 미리보기", + "files.bulk_clear_selection": "선택 지우기", + "files.bulk_cloud_ocr": "클라우드 OCR 다시 실행", + "files.bulk_delete": "선택된 항목 삭제", + "files.bulk_download": "ZIP으로 다운로드", + "files.bulk_reprocess": "선택된 항목 재처리", + "files.delete_modal_cancel": "취소", + "files.delete_modal_confirm": "삭제", + "files.delete_modal_message": "이 파일을 삭제하시겠습니까?", + "files.delete_modal_title": "삭제 확인", + "files.document_title": "문서 제목", + "files.drop_overlay_hint": "PDF, Office 문서, 이미지, HTML, Markdown 등을 지원합니다 – 폴더는 재귀적으로 처리됩니다.", + "files.drop_overlay_title": "파일이나 폴더를 어디에나 끌어다 놓아 업로드", + "files.error_hint": "구성 또는 가져오기 문제일 수 있습니다. 서버 로그를 확인하십시오.", + "files.file_size": "파일 크기", + "files.filename": "파일 이름", + "files.files_selected": "선택된 파일", + "files.filter_all_providers": "전체 공급자", + "files.filter_all_statuses": "전체 상태", + "files.filter_all_types": "모든 유형", + "files.filter_apply": "필터 적용", + "files.filter_clear": "지우기", + "files.filter_date_from": "날짜", + "files.filter_date_from_aria": "날짜 필터", + "files.filter_date_to": "날짜까지", + "files.filter_date_to_aria": "날짜까지 필터", + "files.filter_form_aria": "파일 필터", + "files.filter_mime_type": "MIME 유형", + "files.filter_ocr_all": "모든 파일", + "files.filter_ocr_good": "좋은 품질", + "files.filter_ocr_poor": "낮은 품질", + "files.filter_ocr_quality": "OCR 품질", + "files.filter_ocr_quality_aria": "OCR 품질 점수로 필터링", + "files.filter_ocr_unchecked": "아직 평가되지 않음", + "files.filter_search_label": "파일 이름 검색", + "files.filter_search_placeholder": "파일 이름을 입력하세요...", + "files.filter_storage_provider": "저장 제공자", + "files.filter_tags_aria": "태그로 필터링 (쉼표로 구분)", + "files.filter_tags_placeholder": "예: 송장,아마존", + "files.fulltext_search_label": "전체 텍스트 검색 (OCR 텍스트, 메타데이터, 태그)", + "files.fulltext_search_placeholder": "문서 내용, 발신자, 태그, 유형 검색...", + "files.no_files": "파일이 없습니다", + "files.ocr_status": "OCR 상태", + "files.page_title": "파일 기록", + "files.pagination_files": "파일", + "files.pagination_first": "첫 번째", + "files.pagination_last": "마지막", + "files.pagination_nav_aria": "파일 목록 페이지네이션", + "files.pagination_next": "다음", + "files.pagination_of": "의", + "files.pagination_previous": "이전", + "files.pagination_showing": "표시 중", + "files.preview_modal_close": "미리보기 닫기", + "files.preview_modal_title": "미리보기", + "files.queue_banner_items": "항목이 현재 대기 중이거나 처리 중입니다. 처리가 완료되면 파일이 여기에 표시됩니다.", + "files.queue_banner_link": "대기열 보기", + "files.saved_searches_empty": "아직 저장된 검색이 없습니다", + "files.saved_searches_error": "저장된 검색을 불러올 수 없습니다", + "files.saved_searches_label": "저장된 검색", + "files.saved_searches_save": "현재 저장", + "files.saved_searches_save_aria": "현재 필터를 저장된 검색으로 저장", + "files.search_results_empty": "결과를 찾을 수 없습니다.", + "files.search_results_title": "검색 결과", + "files.status_duplicate": "중복", + "files.table_actions": "작업", + "files.table_aria": "파일 기록", + "files.table_created_at": "생성 일자", + "files.table_empty": "파일이 없습니다", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.table_mime_type": "MIME 유형", + "files.table_original_filename": "원본 파일 이름", + "files.table_select_all": "이 페이지의 모든 파일 선택", + "files.tags": "태그", + "files.title": "파일", + "files.upload_modal_aria": "업로드 진행 상황", + "files.upload_modal_close": "업로드 진행 상황 닫기", + "files.upload_modal_header": "파일 업로드 중", + "files.uploaded": "업로드됨", + "footer.about": "정보", + "footer.attribution": "저작권", + "footer.attributions": "저작권 목록", + "footer.cookies": "쿠키", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", - "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", - "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", - "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", - "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "footer.imprint": "인쇄물", + "footer.license": "라이센스", + "footer.navigation": "바닥글 탐색", + "footer.privacy": "개인정보 보호", + "footer.terms": "약관", + "footer.version": "버전 {version}", + "help.destinations_dropbox": "드롭박스", + "help.destinations_dropbox_desc": "OAuth 연결됨. 파일이 선택한 폴더에 저장됩니다.", + "help.destinations_email": "이메일 포워딩", + "help.destinations_email_desc": "처리된 파일이 SMTP 첨부파일로 전송됩니다.", + "help.destinations_google_drive": "구글 드라이브", + "help.destinations_google_drive_desc": "서비스 계정 또는 OAuth. 공유 드라이브를 지원합니다.", + "help.destinations_heading": "전송 위치 - 문서가 가는 곳", + "help.destinations_nextcloud": "넥스트클라우드 / WebDAV", + "help.destinations_nextcloud_desc": "WebDAV를 통한 자체 호스팅 클라우드 저장소.", + "help.destinations_onedrive": "원드라이브", + "help.destinations_onedrive_desc": "Microsoft Graph API 통합.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", - "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_paperless_desc": "기록을 위해 문서를 바로 Paperless로 전송.", + "help.destinations_s3": "아마존 S3", + "help.destinations_s3_desc": "S3 호환 버킷 (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", - "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_sftp_desc": "모든 서버에 안전하게 파일 전송.", + "help.destinations_webhook": "웹훅", + "help.destinations_webhook_desc": "POST 메타데이터를 외부 엔드포인트에 전송.", + "help.documentation": "문서", + "help.faq": "자주 묻는 질문", + "help.faq_1_a": "업로드 페이지로 이동하여 파일을 드래그 앤 드롭하거나 파일 선택을 클릭하세요. DocuElevate는 이미지를 PDF로 변환하고, OCR을 실행하며, 메타데이터를 자동으로 추출합니다.", + "help.faq_1_q": "문서를 어떻게 업로드하나요?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF 및 HTML. 비-PDF 파일은 처리 전에 자동으로 PDF로 변환됩니다.", + "help.faq_2_q": "어떤 파일 형식이 지원되나요?", + "help.faq_3_a": "예. 이메일 수집으로 가서 IMAP 계정을 추가하면 DocuElevate가 새로운 메시지를 폴링하고 첨부파일을 자동으로 처리합니다.", + "help.faq_3_q": "이메일에서 문서를 수집할 수 있나요?", + "help.faq_4_a": "파이프라인을 사용하면 처리 단계인 OCR, AI 추출, 형식 변환을 체인으로 연결하고 결과를 하나 이상의 목적지로 라우팅할 수 있습니다. 파이프라인 페이지에서 만들고 관리하세요.", + "help.faq_4_q": "처리 파이프라인은 어떻게 작동하나요?", + "help.faq_5_a": "DocuElevate는 휴면 상태에서 자격 증명을 암호화하고, TLS를 통해 통신하며, 문서를 필요한 이상으로 오래 저장하지 않습니다. 전체 세부 정보는 개인정보 보호 고지를 참조하세요.", + "help.faq_5_a_post": " 전체 세부정보를 참조하십시오.", + "help.faq_5_a_pre": "DocuElevate는 저장 중에 자격 증명을 암호화하고, TLS를 통해 통신하며, 문서를 필요 이상으로 오래 저장하지 않습니다. ", + "help.faq_5_q": "내 데이터는 안전한가요?", + "help.faq_heading": "자주 묻는 질문", + "help.getting_started": "시작하기", + "help.heading": "도움말 센터", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "REST API를 사용하여 문서를 프로그래밍적으로 푸시합니다. Bearer 토큰으로 인증하고 파일을 업로드 엔드포인트에 POST합니다.", + "help.ingestion_heading": "데이터 수집 도구", + "help.ingestion_mobile": "모바일 앱", + "help.ingestion_mobile_desc": "커스텀 HTTP 업로드 대상을 지원하는 모바일 스캔 앱을 사용하여 전화기나 태블릿에서 DocuElevate에 사진과 스캔을 보냅니다.", + "help.ingestion_scanners": "네트워크 스캐너", + "help.ingestion_scanners_desc": "네트워크 스캐너나 다기능 프린터를 DocuElevate의 업로드 엔드포인트에 지향합니다. 스캔한 문서는 처리 대기열에 직접 들어갑니다.", + "help.ingestion_watched_folders": "감시 폴더", + "help.ingestion_watched_folders_desc": "모니터링할 로컬 또는 네트워크 폴더를 구성합니다. 감시 폴더에 배치된 파일은 자동으로 DocuElevate에 업로드되고 처리됩니다.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Zapier, n8n 또는 Make와 함께 DocuElevate를 자동화 워크플로에 통합합니다. REST API 작업을 사용하여 모든 이벤트에서 문서 업로드를 트리거합니다.", + "help.meta_description": "DocuElevate에 대한 도움을 받으십시오 – 문서 업로드, 클라우드 저장소 연결, 파이프라인 설정 등에 대한 가이드를 찾아보세요.", + "help.og_description": "DocuElevate에 대한 도움을 받으십시오 – 문서 업로드, 클라우드 저장소 연결, 파이프라인 설정 등에 대한 가이드를 찾아보세요.", + "help.page_title": "도움말 센터", + "help.privacy_notice": "개인정보 보호 고지", + "help.quickstart_heading": "빠른 시작", + "help.quickstart_storage": "저장소 연결", + "help.quickstart_storage_desc": "설정으로 이동하여 클라우드 계정을 연결하세요. 처리된 문서들은 구성한 모든 목적지로 자동으로 라우팅됩니다.", + "help.quickstart_storage_desc_full": "통합으로 이동하여 클라우드 저장소 계정을 연결하십시오. DocuElevate는 Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud 등을 지원합니다. 처리된 문서는 구성한 모든 대상으로 자동으로 라우팅됩니다.", + "help.quickstart_upload": "문서 업로드", + "help.quickstart_upload_desc": "업로드 페이지에 파일을 끌어다 놓거나 파일 선택을 클릭하세요. DocuElevate는 이미지 및 오피스 문서를 PDF로 변환하고 OCR을 수행하며 메타데이터를 자동으로 추출합니다.", + "help.quickstart_workflows": "워크플로 자동화", + "help.quickstart_workflows_desc": "파이프라인을 생성하여 다단계 처리 및 라우팅 규칙을 정의하세요. OCR, AI 추출, 형식 변환 및 전송을 단일 흐름에서 결합하세요.", + "help.sources_email_ingestion": "이메일 수집 (IMAP)", + "help.sources_email_ingestion_desc": "전용 메일박스로 문서를 전달하세요. 이메일 수집 아래에서 하나 이상의 IMAP 계정을 추가하세요. DocuElevate가 새로운 메시지를 폴링하고 첨부 파일을 자동으로 처리합니다.", + "help.sources_heading": "소스 - 문서 가져오기", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", - "language.bg": "Български", - "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", - "language.cs": "Čeština", - "language.da": "Dansk", - "language.de": "Deutsch", - "language.el": "Ελληνικά", - "language.en": "English", - "language.es": "Español", - "language.et": "Eesti", - "language.fi": "Suomi", - "language.fr": "Français", - "language.ga": "Gaeilge", - "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "help.sources_rest_api_desc": "파일을 /api/upload에 POST하여 프로그래밍 방식으로 통합하세요. 스크립트, 감시 폴더, 스캐너 또는 Zapier 및 n8n과 같은 타사 도구에 이상적입니다.", + "help.sources_scanner": "스캐너 및 모바일", + "help.sources_scanner_desc": "네트워크 스캐너를 DocuElevate의 업로드 엔드포인트에 지정하거나 커스텀 HTTP 목적지를 지원하는 모바일 스캔 앱을 사용하세요.", + "help.sources_scanner_desc_full": "네트워크 스캐너나 다기능 프린터를 구성하여 스캔을 DocuElevate에 직접 전송합니다. /api/upload 엔드포인트를 목적지로 사용합니다. 커스텀 업로드 대상을 가진 모바일 스캔 앱도 지원됩니다.", + "help.sources_web_upload": "웹 업로드", + "help.sources_web_upload_desc": "시작하는 가장 빠른 방법입니다. 업로드 페이지를 열고 하나 이상의 파일을 드롭하세요. DocuElevate가 나머지를 처리합니다. 지원하는 형식에는 PDF, JPEG, PNG, TIFF, DOCX, XLSX 등이 포함됩니다.", + "help.subheading": "DocuElevate를 최대한 활용하는 데 필요한 모든 것입니다. 아래 주제를 탐색하거나 필요한 내용을 검색하세요.", + "help.support": "지원", + "help.support_admin_message": "지원 정보를 위해 관리자를 연락하세요.", + "help.support_description": "찾고 있는 내용을 찾을 수 없나요? 저희 지원 팀이 도와드리겠습니다.", + "help.support_heading": "지원 문의", + "help.support_live_chat": "라이브 채팅 가능 – 대화 시작을 위해 채팅 버튼을 클릭하십시오.", + "help.support_ticket_button": "티켓 제출", + "help.support_ticket_desc": "아래 양식을 작성해 주시면 지원팀이 최대한 빨리 연락드리겠습니다.", + "help.support_ticket_heading": "지원 티켓 열기", + "help.title": "도움말 센터", + "help.workflows_creating": "파이프라인 생성", + "help.workflows_definition": "파이프라인은 문서가 수집될 때마다 자동으로 실행되는 일련의 처리 단계입니다. 각 단계는 문서를 변환, 풍부하게 하거나 라우팅할 수 있습니다.", + "help.workflows_heading": "워크플로 및 파이프라인", + "help.workflows_step_1": "PDF로 변환", + "help.workflows_step_1_create": "메인 메뉴에서 파이프라인으로 이동합니다.", + "help.workflows_step_1_full": "PDF로 변환 – 모든 수신 파일은 일관된 PDF 형식으로 정규화됩니다.", + "help.workflows_step_2": "OCR – 텍스트 추출", + "help.workflows_step_2_create": "새 파이프라인을 클릭하고 이름을 지정합니다.", + "help.workflows_step_2_full": "OCR – Azure Document Intelligence 또는 내장 엔진을 사용하여 스캔한 페이지에서 선택 가능한 텍스트를 추출합니다.", + "help.workflows_step_3": "AI 메타데이터 추출", + "help.workflows_step_3_create": "필요한 처리 단계를 추가합니다.", + "help.workflows_step_3_full": "AI 메타데이터 추출 – 문서 유형을 분류하고 금액, 날짜 및 이름과 같은 주요 필드를 OpenAI를 사용하여 가져옵니다.", + "help.workflows_step_4": "하나 이상의 목적지로 전달", + "help.workflows_step_4_create": "하나 이상의 배달 목적지를 선택합니다.", + "help.workflows_step_5_create": "저장 – 새로운 문서는 이 파이프라인을 통해 자동으로 처리됩니다.", + "help.workflows_typical_steps": "일반적인 단계", + "help.workflows_what_is": "파이프라인이란 무엇인가요?", + "index.badge_intelligent": "지능형 문서 처리", + "index.button_browse_files": "파일 찾아보기", + "index.button_upload": "업로드", + "index.capabilities_cloud": "클라우드 저장소: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "이메일 및 URL 기반 문서 수집", + "index.capabilities_ocr": "AI를 통한 OCR 및 메타데이터 추출", + "index.capabilities_paperless": "문서 관리를 위한 Paperless-ngx 통합", + "index.capabilities_title": "기능", + "index.capabilities_workflows": "자동 분류 및 라우팅 워크플로우", + "index.cta_description": "DocuElevate로 문서 처리를 자동화하고 있는 팀에 합류하세요.", + "index.cta_heading": "당신의 문서 워크플로우를 향상시킬 준비가 되셨나요?", + "index.cta_pricing": "가격 보기", + "index.cta_signup": "무료 계정 만들기", + "index.dashboard_subtitle": "지능형 문서 처리 및 관리", + "index.dashboard_subtitle_teams": "팀을 위한 지능형 문서 처리 및 관리", + "index.feature_ai": "AI 메타데이터 추출", + "index.feature_ai_desc": "OpenAI, Claude, Gemini 및 기타 플러그형 AI 제공자가 문서를 분류하고 날짜, 금액 및 주제와 같은 주요 필드를 추출합니다.", + "index.feature_cloud": "다중 클라우드 저장소", + "index.feature_cloud_desc": "처리된 파일을 Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP 등으로 라우팅합니다.", + "index.feature_email": "이메일 및 IMAP 수집", + "index.feature_email_desc": "Gmail 또는 모든 IMAP 메일박스에서 문서를 자동으로 뽑아냅니다 - 수동 업로드가 필요 없습니다.", + "index.feature_ocr": "OCR 및 텍스트 추출", + "index.feature_ocr_desc": "Azure Document Intelligence는 스캔된 PDF 및 이미지를 자동으로 완전히 검색 가능한 텍스트로 변환합니다.", + "index.feature_pipelines": "사용자 정의 파이프라인", + "index.feature_pipelines_desc": "구성 가능한 단계로 처리 파이프라인을 구축합니다 - 원하는 순서로 OCR, AI 추출, 형식 변환 및 저장 라우팅.", + "index.feature_search": "전체 텍스트 검색", + "index.feature_search_desc": "전체 아카이브에서 콘텐츠, 메타데이터 또는 태그로 문서를 즉시 찾습니다.", + "index.feature_section_title": "스마트 문서 워크플로우에 필요한 모든 것", + "index.getting_started": "시작하기", + "index.getting_started_1": "시스템 상태를 통해 통합 구성", + "index.getting_started_2": "첫 번째 문서 업로드", + "index.getting_started_3": "파일에서 결과 검토", + "index.getting_started_learn": "DocuElevate에 대해 더 알아보기", + "index.hero_description": "DocuElevate는 귀하의 문서를 수집하고, OCR을 실행하며, AI로 메타데이터를 추출하고, Dropbox, Google Drive, OneDrive, S3, Nextcloud 등으로 파일을 라우팅합니다 \u0010; 모든 것이 하나의 매끄러운 파이프라인에서 이루어집니다.", + "index.hero_heading": "업로드에서 통찰까지 \u0010; 자동으로.", + "index.hero_login": "로그인", + "index.hero_pricing": "요금제 및 가격 보기", + "index.hero_signup": "시작하기 \u0010; 무료입니다", + "index.integrations_active": "활성 통합", + "index.integrations_storage": "저장소 대상", + "index.integrations_title": "통합", + "index.integrations_view_status": "시스템 상태 보기", + "index.page_title_dashboard": "대시보드", + "index.page_title_public": "지능형 문서 처리", + "index.platform_overview": "플랫폼 개요", + "index.processing_stats": "처리 통계", + "index.quick_actions": "빠른 작업", + "index.quick_documents": "내 문서", + "index.quick_documents_desc": "처리된 파일 탐색", + "index.quick_search": "검색", + "index.quick_search_desc": "문서 전반에 걸친 전면 텍스트 검색", + "index.quick_subscription": "내 구독", + "index.quick_subscription_desc": "계획 및 사용 세부정보 보기", + "index.quick_system_status": "시스템 상태", + "index.quick_system_status_desc": "통합 건강 상태 확인", + "index.quick_upload": "문서 업로드", + "index.quick_upload_desc": "새 파일 처리", + "index.quick_view_files": "모든 파일 보기", + "index.quick_view_files_desc": "처리된 문서 탐색", + "index.single_user_heading": "DocuElevate 대시보드", + "index.single_user_subtitle": "지능형 문서 처리 및 관리", + "index.stat_active_integrations": "활성 통합", + "index.stat_active_users": "활성 사용자", + "index.stat_files_month": "이번 달 파일", + "index.stat_files_ocr": "OCR가 있는 파일", + "index.stat_files_today": "오늘의 파일", + "index.stat_storage_targets": "저장소 대상", + "index.stat_this_month": "이번 달", + "index.stat_today": "오늘", + "index.stat_total_files": "총 파일", + "index.stat_total_processed": "총 처리됨", + "index.tier_plan": "계획", + "index.tier_upgrade": "업그레이드", + "index.tier_view_details": "전체 세부정보 보기", + "index.upgrade_daily_limits": "더 높은 일일 및 월간 한도", + "index.upgrade_description": "더 많은 문서, 더 많은 저장소 및 우선 지원을 잠금 해제하세요.", + "index.upgrade_destinations": "더 많은 저장소 위치", + "index.upgrade_ocr_pages": "더 많은 OCR 페이지", + "index.upgrade_plan": "요금제를 업그레이드하세요", + "index.upgrade_view_pricing": "요금제 및 가격보기", + "index.usage_lifetime": "평생 파일", + "index.usage_month": "이번 달의 파일", + "index.usage_my_usage": "내 사용량", + "index.usage_today": "오늘의 파일", + "index.usage_unlimited": "무제한", + "integrations.access_key_label": "액세스 키 ID", + "integrations.active_label": "활성", + "integrations.add_button": "통합 추가", + "integrations.add_first_button": "첫 번째 통합 추가", + "integrations.api_token_label": "API 토큰", + "integrations.authorize_btn": "승인", + "integrations.authorize_reauth": "재승인", + "integrations.bucket_label": "버킷", + "integrations.configure": "설정", + "integrations.connect": "연결", + "integrations.connected": "연결됨", + "integrations.connection_failed": "연결 실패", + "integrations.connection_success": "연결 성공", + "integrations.delete_confirm_are_you_sure": "정말 삭제하시겠습니까?", + "integrations.delete_confirm_title": "통합 삭제?", + "integrations.delete_confirm_undone": "이 작업은 실행 취소할 수 없습니다.", + "integrations.delete_emails_label": "처리 후 이메일 삭제", + "integrations.delete_files_label": "처리 후 파일 삭제", + "integrations.destinations_quota_label": "저장소 목적지:", + "integrations.destinations_section": "목적지", + "integrations.direction_destination": "목적지 (저장소)", + "integrations.direction_label": "방향", + "integrations.direction_placeholder": "\u0014\u0016 선택 \u0014\u0016", + "integrations.direction_source": "소스(수집)", + "integrations.disconnect": "연결 해제", + "integrations.email_settings": "이메일 전달 설정", + "integrations.empty_state": "설정된 통합이 없습니다", + "integrations.endpoint_label": "엔드포인트 URL", + "integrations.endpoint_optional": "(선택사항, S3 호환용)", + "integrations.folder_label": "폴더", + "integrations.folder_optional": "(선택사항)", + "integrations.folder_path_label": "폴더 경로", + "integrations.folder_prefix_label": "폴더 접두사", + "integrations.generic_settings_hint": "이 통합 유형에 대한 구성은 API를 통해 생성 후 JSON으로 제공할 수 있습니다.", + "integrations.gmail_hint": "Gmail 레이블 및 별표: 활성화되면 처리된 이메일은 별표가 표시되고 Gmail에서 '수집됨' 레이블이 붙습니다. Gmail 서버에만 적용됩니다.", + "integrations.gmail_labels": "Gmail 레이블 및 별표 적용", + "integrations.host_label": "호스트", + "integrations.imap_settings": "IMAP 설정", + "integrations.loading": "통합 로딩 중...", + "integrations.modal_close": "모달 닫기", + "integrations.modal_title_add": "통합 추가", + "integrations.modal_title_edit": "통합 편집", + "integrations.name_label": "레이블", + "integrations.name_placeholder": "예: Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Nextcloud 설정", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "처음 통합을 추가하여 수집 소스(예: IMAP)와 저장 목적지(예: S3, Dropbox 또는 Google Drive)에 연결하세요.", + "integrations.not_connected": "연결되지 않음", + "integrations.oauth_folder_label": "폴더", + "integrations.oauth_hint": "이 통합을 먼저 저장한 다음, 권한 부여 버튼을 사용하여 OAuth 흐름을 완료하세요. 자격 증명은 개인 통합 기록에 안전하게 저장됩니다.", + "integrations.page_title": "통합", + "integrations.paperless_settings": "Paperless NGX 설정", + "integrations.password_label": "비밀번호", + "integrations.paused": "일시 중지", + "integrations.plan_label": "플랜:", + "integrations.port_label": "포트", + "integrations.quota_not_available": "(사용 불가)", + "integrations.quota_unlimited": "/ 무제한", + "integrations.recipient_label": "수신 이메일", + "integrations.region_label": "지역", + "integrations.remote_path_label": "원격 경로", + "integrations.s3_prefix_label": "접두사(폴더 경로)", + "integrations.s3_settings": "S3 설정", + "integrations.secret_key_label": "비밀 액세스 키", + "integrations.show_password": "비밀번호 표시", + "integrations.show_secrets": "비밀 표시", + "integrations.show_token": "토큰 표시", + "integrations.source_local": "로컬 파일 시스템", + "integrations.source_type_label": "소스 유형", + "integrations.sources_quota_label": "메일박스 소스:", + "integrations.sources_section": "소스", + "integrations.subtitle": "한 곳에서 수집 소스와 저장 목적지를 관리하세요.", + "integrations.title": "통합", + "integrations.type_label": "통합 유형", + "integrations.type_placeholder": "— 방향을 먼저 선택하세요 —", + "integrations.upgrade_plan": "플랜 업그레이드", + "integrations.use_ssl": "SSL 사용", + "integrations.username_label": "사용자 이름", + "integrations.watch_folder_settings": "감시 폴더 설정", + "integrations.webdav_settings": "WebDAV 설정", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "웹후크 수집", + "integrations.webhook_how_heading": "웹후크 수집 작동 방식", + "integrations.webhook_how_text": "웹후크 통합을 통해 외부 시스템이 REST API를 통해 문서를 직접 DocuElevate로 푸시할 수 있습니다. DocuElevate가 새로운 파일을 폴링하는 대신(예: IMAP), 응용 프로그램은 인증을 위한 API 토큰과 함께 HTTP 요청을 사용하여 DocuElevate로 파일을 보냅니다.", + "integrations.webhook_ideal_text": "이는 CI/CD 파이프라인, 자동화 스크립트, 스캐너 통합 또는 문서를 생성하고 처리하기 위해 보낼 필요가 있는 모든 시스템에 적합합니다.", + "integrations.webhook_quick_start": "빠른 시작", + "integrations.webhook_security_tip": "각 통합에 대해 전용 API 토큰을 생성하고, 유출되면 즉시 취소하세요. 토큰은 API 토큰 페이지에서 관리할 수 있습니다.", + "integrations.webhook_step1": "{api_tokens_link}로 가서 개인 토큰을 생성하세요.", + "integrations.webhook_upload_with_token": "API를 통해 문서를 업로드하려면 토큰을 사용하세요:", + "language.bg": "불가리아어", + "language.ca": "카탈란어", + "language.change_success": "언어가 {language}로 변경되었습니다", + "language.changed": "언어가 {language}로 변경되었습니다", + "language.cs": "체코어", + "language.da": "덴마크어", + "language.de": "독일어", + "language.el": "그리스어", + "language.en": "영어", + "language.es": "스페인어", + "language.et": "에스토니아어", + "language.fi": "핀란드어", + "language.fr": "프랑스어", + "language.ga": "아일랜드어", + "language.hr": "크로아티아어", + "language.hu": "헝가리어", + "language.is": "아이슬란드어", + "language.it": "이탈리아어", + "language.lb": "룩셈부르크어", + "language.lt": "리투아니아어", + "language.lv": "라트비아어", + "language.nb": "노르웨이어", + "language.nl": "네덜란드어", + "language.no_results": "언어를 찾을 수 없습니다", + "language.pl": "폴란드어", + "language.pt": "포르투갈어", + "language.ro": "루마니아어", + "language.ru": "러시아어", + "language.search_placeholder": "언어 검색\u0003A", + "language.selector": "언어", + "language.selector_label": "언어 선택", + "language.sk": "슬로바키아어", + "language.sl": "슬로베니아어", + "language.sv": "스웨덴어", + "language.tr": "터키어", + "language.uk": "우크라이나어", + "language.zh": "중국어", + "nav.about": "정보", + "nav.account_menu": "계정 메뉴", + "nav.account_menu_for": "{name}의 계정 메뉴", + "nav.admin": "관리자", + "nav.admin.audit_logs": "감사 로그", + "nav.admin.backups": "백업", + "nav.admin.plans": "플랜", + "nav.admin.scheduled_jobs": "예약된 작업", + "nav.admin.users": "사용자", + "nav.admin_actions": "관리자 작업", + "nav.admin_menu": "관리자 메뉴", + "nav.api_docs": "API 문서", + "nav.api_tokens": "API 토큰", + "nav.backup_restore": "백업 및 복원", + "nav.credentials": "자격 증명", + "nav.dark_mode": "다크 모드", + "nav.dashboard": "대시보드", + "nav.developer_docs": "개발자 문서", + "nav.duplicates": "중복", + "nav.file_manager": "파일 관리자", + "nav.files": "파일", + "nav.get_started": "시작하기", + "nav.help": "도움말", + "nav.help_center": "헬프 센터", + "nav.imap": "이메일 가져오기", + "nav.integrations": "통합", + "nav.light_mode": "라이트 모드", + "nav.login": "로그인", + "nav.logout": "로그아웃", + "nav.main_navigation": "주 탐색", + "nav.my_subscription": "내 구독", + "nav.notifications": "알림", + "nav.open_main_menu": "주 메뉴 열기", + "nav.pipelines": "파이프라인", + "nav.plan_designer": "계획 디자이너", + "nav.pricing": "가격 책정", + "nav.profile": "프로필", + "nav.profile_settings": "프로필 설정", + "nav.queue": "대기열", + "nav.queue_monitor": "대기열 모니터", + "nav.scheduled_jobs": "예약된 작업", + "nav.search": "검색", + "nav.settings": "설정", + "nav.shared_links": "공유 링크", + "nav.sign_out": "로그아웃", + "nav.signup": "가입", + "nav.similarity": "유사성", + "nav.skip_to_content": "주 콘텐츠로 건너뛰기", + "nav.status": "상태", + "nav.subscription": "구독", + "nav.toggle_dark_mode": "어두운 모드 전환", + "nav.toggle_nav": "탐색 메뉴 토글", + "nav.upload": "업로드", + "nav.users": "사용자", + "nav.version": "버전 정보", + "notifications.filter_all": "모두", + "notifications.filter_read": "읽기 전용", + "notifications.filter_unread": "읽지 않음만", + "notifications.manage_desc": "알림 받은 편지함, 대상 및 이벤트 기본 설정 관리", + "notifications.mark_all_read": "모두 읽음으로 표시", + "notifications.mark_all_read_btn": "모두 읽음으로 표시", + "notifications.mark_read": "읽음으로 표시", + "notifications.no_notifications": "알림이 없습니다", + "notifications.page_title": "알림", + "notifications.tab_inbox": "받은 편지함", + "notifications.tab_settings": "설정", + "notifications.title": "알림", + "notifications.unread_count": "{count}개의 읽지 않은 알림", + "pipelines.active_label": "활성", + "pipelines.add_step_btn": "단계 추가", + "pipelines.create": "파이프라인 생성", + "pipelines.custom_label_label": "사용자 지정 레이블", + "pipelines.default_label": "기본", + "pipelines.description_label": "설명", + "pipelines.description_placeholder": "선택적 설명", + "pipelines.disabled_label": "비활성", + "pipelines.edit": "파이프라인 편집", + "pipelines.empty_state": "아직 파이프라인이 없습니다", + "pipelines.empty_state_hint": "사용자 지정 문서 처리 워크플로를 정의하기 위해 첫 번째 파이프라인을 생성하세요.", + "pipelines.enabled_label": "활성화됨", + "pipelines.force_cloud_ocr_label": "클라우드 OCR 강제 사용(로컬 텍스트 추출 건너뛰기)", + "pipelines.inactive_label": "비활성", + "pipelines.loading": "파이프라인 로딩 중…", + "pipelines.name_placeholder": "내 파이프라인", + "pipelines.new_pipeline_btn": "새 파이프라인", + "pipelines.no_steps": "정의된 단계가 없습니다. 단계를 추가하여 파이프라인 구축을 시작하세요.", + "pipelines.ocr_auto": "자동(시스템 기본값 사용)", + "pipelines.ocr_language_hint": "Tesseract/EasyOCR의 전역 언어 설정을 덮어씁니다. Azure와 Mistral은 언어를 자동 감지합니다.", + "pipelines.ocr_language_label": "OCR 언어", + "pipelines.optional_suffix": "(선택 사항)", + "pipelines.page_title": "처리 파이프라인", + "pipelines.set_default": "내 기본 파이프라인으로 설정", + "pipelines.step_label_placeholder": "기본 단계 이름 덮어쓰기", + "pipelines.step_type_label": "단계 유형", + "pipelines.subtitle_intro": "사용자 지정 문서 처리 워크플로 정의 및 관리.", + "pipelines.subtitle_system_post": "배지이며 모든 사용자에게 표시됩니다.", + "pipelines.subtitle_system_pre": "시스템 파이프라인(관리자에 의해 생성)은", + "pipelines.system_label": "시스템", + "pipelines.system_pipeline_label": "시스템 파이프라인(모든 사용자에게 표시)", + "pipelines.title": "처리 파이프라인", + "profile.avatar_alt": "당신의 프로필 사진", + "profile.avatar_heading": "프로필 사진", + "profile.avatar_remove": "사용자 정의 아바타 제거", + "profile.avatar_upload_hint": "최대 2MB의 JPEG, PNG, GIF 또는 WebP 이미지를 업로드하세요. 사용자 정의 사진이 설정되지 않은 경우, 당신의 {gravatar}이 표시됩니다.", + "profile.choose_image": "이미지 선택\u0015", + "profile.confirm_password": "새 암호 확인", + "profile.contact_email_hint": "시스템 알림에 사용됩니다. 이는 로그인 이메일을 변경하지 않습니다.", + "profile.contact_email_label": "연락처 / 알림 이메일", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "현재 비밀번호", + "profile.dismiss": "닫기", + "profile.display_name_hint": "계정 사용자 이름 또는 이메일을 사용하려면 비워 두세요.", + "profile.display_name_label": "표시 이름", + "profile.display_name_placeholder": "UI에 표시되는 당신의 이름", + "profile.general_heading": "일반 정보", + "profile.gravatar_link": "Gravatar", + "profile.heading": "프로필 설정", + "profile.language_auto_detect": "자동 감지(브라우저에서)", + "profile.language_hint": "선호하는 인터페이스 언어를 선택하세요. “자동 감지”는 브라우저 설정을 따릅니다.", + "profile.language_label": "UI 언어", + "profile.new_password": "새 비밀번호", + "profile.new_password_hint": "최소 8자 이상.", + "profile.page_title": "프로필 설정 – DocuElevate", + "profile.password_heading": "비밀번호 변경", + "profile.preferences_heading": "환경 설정", + "profile.save_button": "변경 사항 저장", + "profile.saving": "저장 중\u0015", + "profile.subtitle": "표시 이름, 아바타, 언어 및 테마 환경설정을 관리하세요.", + "profile.theme_dark": "어두운", + "profile.theme_hint": "“시스템 기본값”은 장치의 다크 모드 설정을 따릅니다.", + "profile.theme_label": "색상 체계", + "profile.theme_light": "밝은", + "profile.theme_system": "시스템 기본값", + "profile.update_password": "비밀번호 업데이트", + "profile.updating": "업데이트 중\u001d", + "queue.active_tasks": "활성 작업", + "queue.auto_refresh_1": "자동 새로 고침 빈도", + "queue.auto_refresh_2": "초", + "queue.col_arguments": "인수", + "queue.col_current_step": "현재 단계", + "queue.col_file": "파일", + "queue.col_files": "파일", + "queue.col_queue": "대기열", + "queue.col_state": "상태", + "queue.col_task": "작업", + "queue.col_task_id": "작업 ID", + "queue.files_processing": "파일 처리 중", + "queue.heading": "대기열 모니터", + "queue.last_updated": "마지막 업데이트:", + "queue.loading_stats": "대기열 통계 로드 중\n", + "queue.no_active_tasks": "활성 작업이 없습니다", + "queue.no_data": "데이터가 없습니다", + "queue.no_files_processing": "현재 처리 중인 파일이 없습니다", + "queue.page_title": "대기열 모니터", + "queue.processing_pipeline": "처리 파이프라인", + "queue.queued_tasks": "대기 중인 작업", + "queue.recently_processing": "최근 처리 중인 파일", + "queue.redis_queues": "Redis 대기열", + "queue.subtitle": "문서 처리 파이프라인 및 Celery 작업 대기열의 실시간 보기입니다.", + "queue.workers_online": "온라인 작업자", + "search.button": "검색", + "search.error_message": "검색이 일시적으로 사용할 수 없습니다. 잠시 후 다시 시도해 주세요.", + "search.filter_aria_clear": "모든 필터 지우기", + "search.filter_clear_button": "필터 지우기", + "search.filter_date_from": "날짜부터", + "search.filter_date_to": "날짜까지", + "search.filter_document_type": "문서 유형", + "search.filter_document_type_placeholder": "예: 송장", + "search.filter_language": "언어", + "search.filter_language_placeholder": "예: de", + "search.filter_sender": "발신자", + "search.filter_sender_placeholder": "예: ACME Corp", + "search.filter_tags": "태그", + "search.filter_tags_placeholder": "예: 아마존", + "search.filter_text_quality": "텍스트 품질", + "search.filter_text_quality_all": "모두", + "search.filter_text_quality_high": "높음", + "search.filter_text_quality_low": "낮음", + "search.filter_text_quality_medium": "중간", + "search.filter_text_quality_no_text": "텍스트 없음", + "search.heading": "문서 검색", + "search.input_aria_label": "문서 검색", + "search.input_placeholder": "내용, 발신자, 태그, 유형으로 문서 검색...", + "search.loading_indicator": "검색 중\n", + "search.no_results": "결과가 없습니다", + "search.page_title": "문서 검색", + "search.placeholder": "파일 이름, 내용, 태그로 검색...", + "search.result_empty": "쿼리와 일치하는 문서를 찾을 수 없습니다.", + "search.results_count": "{count} 개의 결과가 발견되었습니다.", + "search.saved_aria_save": "현재 검색 저장", + "search.saved_button": "현재 저장", + "search.saved_empty": "저장된 검색이 없습니다", + "search.saved_error": "저장된 검색을 불러올 수 없습니다", + "search.saved_label": "저장된 검색", + "search.saved_loading": "불러오는 중...", + "search.title": "문서 검색", + "settings.audit_log_btn": "감사 로그", + "settings.autocomplete_hint": "알려진 값을 검색하려면 입력하거나 사용자 정의 값을 입력하세요.", + "settings.autocomplete_no_matches": "일치하는 항목이 없습니다 — 사용자 정의 값을 계속 입력할 수 있습니다", + "settings.autocomplete_placeholder": "검색할 값을 입력하거나 값을 입력하세요\n...", + "settings.boolean_enable_prefix": "활성화", + "settings.categories_aria": "설정 카테고리", + "settings.categories_heading": "카테고리", + "settings.db_wizard_btn": "DB 마법사", + "settings.effective_value_label": "유효한 값:", + "settings.encrypted_suffix": "= 저장 시 암호화됨", + "settings.encrypted_title": "값이 데이터베이스에 저장 시 암호화됨", + "settings.export_btn": "내보내기", + "settings.export_db_only": "DB 설정만", + "settings.export_full_config": "전체 유효 구성", + "settings.jump_to_category": "카테고리로 이동\n...", + "settings.manage_config_prefix": "구성 관리. 우선순위:", + "settings.model_picker_hint": "목록에서 선택하거나 공급자가 지원하는 모델 이름을 입력하세요.", + "settings.model_picker_placeholder": "일반 모델 선택 또는 사용자 정의 이름 입력\n...", + "settings.no_results_clear": "검색을 지우세요", + "settings.no_results_heading": "설정이 없습니다", + "settings.no_results_hint": "다른 검색어를 사용해 보거나", + "settings.page_heading": "응용 프로그램 설정", + "settings.required_label": "(필수)", + "settings.reset_confirm": "이 설정을 재설정하시겠습니까?", + "settings.restart_required_suffix": "= 재시작 필요", + "settings.revert_btn": "DB에서 제거", + "settings.revert_title": "DB 오버라이드를 제거하고 환경 변수 또는 기본값으로 되돌리기", + "settings.reverting": "되돌리는 중\u0002026", + "settings.save_all_btn": "모든 변경 사항 저장", + "settings.save_error": "설정 저장에 실패했습니다", + "settings.save_setting_title": "이 설정 저장", + "settings.save_success": "설정이 성공적으로 저장되었습니다", + "settings.saving_state": "저장 중\u0002026", + "settings.search_aria_label": "설정 검색", + "settings.search_clear_aria": "검색 지우기", + "settings.search_placeholder": "이름, 키 또는 설명으로 설정 검색\u0002026", + "settings.settings_count_suffix": "설정", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", + "settings.source_default_badge": "기본값", "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", + "settings.title": "설정", + "settings.toggle_visibility_aria": "비밀번호 가시성 전환", + "settings.toggle_visibility_title": "값 표시/숨기기", + "settings.user_autocomplete_empty": "일치하는 사용자를 찾을 수 없습니다", + "settings.user_autocomplete_hint": "이름으로 기존 사용자를 검색하거나 식별자를 직접 입력하세요.", + "settings.user_autocomplete_placeholder": "사용자 검색을 시작하려면 입력하세요\u0002026", + "settings.wizard_btn": "마법사", + "shared.col_expiry": "만료", + "shared.col_file_label": "파일 / 레이블", + "shared.col_link": "링크", + "shared.col_views": "조회수", + "shared.copy_link_aria": "링크를 클립보드에 복사", + "shared.copy_link_title": "링크 복사", + "shared.create_btn": "링크 생성", + "shared.create_heading": "새 공유 링크 생성", + "shared.creating": "생성 중\u0002026", + "shared.expiry_12h": "12시간", + "shared.expiry_14d": "14일", + "shared.expiry_1h": "1시간", + "shared.expiry_24h": "24시간 (1일)", + "shared.expiry_30d": "30일", + "shared.expiry_3d": "3일", + "shared.expiry_6h": "6시간", + "shared.expiry_7d": "7일", + "shared.expiry_label": "만료", + "shared.expiry_never": "영원히", + "shared.file_id_help_post": "페이지 또는 문서 세부 URL에서.", + "shared.file_id_help_pre": "파일 ID는", + "shared.file_id_label": "파일 ID", + "shared.file_id_placeholder": "예: 42", + "shared.files_link": "파일", + "shared.heading": "공유 링크", + "shared.label_label": "라벨", + "shared.label_placeholder": "예: Bob과 공유됨", + "shared.link_created": "공유 링크가 생성되었습니다!", + "shared.link_created_help": "이 링크를 복사하여 수신자에게 보내세요.", + "shared.links_count_aria": "링크 수", + "shared.max_downloads_label": "최대 다운로드", + "shared.no_links": "아직 공유된 링크가 없습니다. 시작하려면 위에 하나를 만드세요.", + "shared.open_in_new_tab": "새 탭에서 열기", + "shared.open_link_aria": "공유 링크 열기", + "shared.optional": "(선택 사항)", + "shared.page_title": "공유 링크 - DocuElevate", + "shared.password_label": "비밀번호", + "shared.password_placeholder": "비밀번호 없음은 빈칸으로 남겨두세요", + "shared.password_protected": "비밀번호 보호됨", + "shared.refresh_aria": "공유 링크 목록 새로 고침", + "shared.revoke_aria_prefix": "{name}에 대한 공유 링크 취소", + "shared.revoke_btn": "취소", + "shared.status_active": "활성", + "shared.status_expired": "만료됨", + "shared.status_limit_reached": "한도 초과", + "shared.status_revoked": "취소됨", + "shared.subtitle": "시간 제한 또는 조회 제한 링크를 통해 누구와든 문서를 공유하세요. 수신자는 DocuElevate 계정이 필요하지 않습니다. 링크는 비밀번호로 보호되며 언제든지 취소할 수 있습니다.", + "shared.table_aria": "공유 링크", + "shared.unlimited_placeholder": "무제한", + "shared.your_links": "내 공유 링크", + "similarity.backfill_auto": "백그라운드 작업이 매 5분마다 자동으로 계산합니다. 또는", + "similarity.files_missing_text": "파일이 OCR 텍스트는 있으나 아직 임베딩이 없습니다.", + "similarity.find_pairs_btn": "쌍 찾기", + "similarity.heading": "문서 유사성", + "similarity.load_error": "쌍을 로드하지 못했습니다.", + "similarity.min_similarity_label": "최소 유사성", + "similarity.no_pairs_detail": "유사성 기준을 초과하는 문서 쌍이 없습니다.", + "similarity.no_pairs_heading": "유사한 쌍을 찾을 수 없습니다.", + "similarity.page_title": "문서 유사성 - DocuElevate", + "similarity.pagination_aria": "유사성 쌍 페이지 매기기", + "similarity.per_page_label": "페이지당", + "similarity.scanning": "유사한 문서 쌍 스캔 중\u0005A...", + "similarity.stat_embedding_model": "임베딩 모델", + "similarity.stat_missing_embedding": "누락된 임베딩", + "similarity.stat_total_files": "총 파일 수", + "similarity.stat_with_embedding": "임베딩 포함", + "similarity.subtitle": "점수에 따라 순위가 매겨진 높은 의미적 유사성을 가진 문서 쌍.", + "similarity.trigger_aria": "임베딩이 누락된 모든 파일에 대한 임베딩 계산 시작", + "similarity.trigger_now": "지금 시작하기", + "status.app_version": "앱 버전", + "status.build_date": "빌드 날짜", + "status.container_id": "컨테이너 ID", + "status.git_commit": "Git 커밋", + "status.last_check": "마지막 체크", + "status.page_title": "시스템 상태", + "status.setting_label": "설정", + "status.value_label": "값", + "subscription.available_plans_heading": "사용 가능한 요금제", + "subscription.back_to_dashboard": "대시보드로 돌아가기", + "subscription.cancel_pending": "변경 취소", + "subscription.cancel_scheduled": "예정된 변경 취소", + "subscription.contact_sales": "영업팀에 문의", + "subscription.current_badge": "현재", + "subscription.current_plan": "현재 요금제", + "subscription.current_plan_cta": "귀하의 현재 요금제", + "subscription.downgrade_to_prefix": "하향 조정", + "subscription.features_heading": "요금제에 포함된 내용", + "subscription.free": "무료", + "subscription.heading": "내 구독", + "subscription.keep_plan_prefix": "유지", + "subscription.lifetime_files": "총 파일 (평생)", + "subscription.month_files": "이번 달의 파일", + "subscription.more_features_label": "더보기", + "subscription.page_title": "내 구독 – DocuElevate", + "subscription.pending_badge": "대기 중", + "subscription.pending_benefits": "그때까지 모든 현재 요금제 혜택을 유지합니다.", + "subscription.pending_on": "에서", + "subscription.pending_title": "예정된 요금제 변경 대기 중", + "subscription.pending_will_change": "귀하의 요금제가 다음으로 변경됩니다:", + "subscription.per_mo": "/개월", + "subscription.per_month": "/달", + "subscription.since": "이후", + "subscription.single_user_body": "다사용자 모드가 활성화되어 있을 때 구독 계층이 적용됩니다. 귀하의 인스턴스는 현재 처리 제한 없이 단일 사용자 모드로 실행되고 있습니다. 관리자는 {settings_link}를 통해 다사용자 모드를 활성화할 수 있습니다.", + "subscription.single_user_title": "다사용자 모드가 활성화되지 않았습니다.", + "subscription.subtitle": "귀하의 현재 요금제, 사용량 및 가능 업그레이드.", + "subscription.this_month_label": "이번 달", + "subscription.today_files": "오늘의 파일", + "subscription.today_label": "오늘", + "subscription.unlimited": "무제한", + "subscription.upgrade_info": "업그레이드는 즉시 적용됩니다. 하향 조정은 현재 청구 기간의 끝으로 예정되어 있습니다.", + "subscription.upgrade_to_prefix": "업그레이드", + "subscription.usage_heading": "사용량", + "upload.browse_button": "파일 선택", + "upload.button_processing": "처리 중...", + "upload.camera_button": "사진 찍기 / 문서 스캔", + "upload.download_button": "다운로드 및 처리", + "upload.downloading": "URL에서 파일 다운로드 중...", + "upload.drag_drop": "여기에 파일을 드래그 앤 드롭하거나 클릭하여 선택", + "upload.drop_hint_desktop": "여기에 파일이나 폴더를 드래그 앤 드롭하거나 클릭하여 파일을 선택하세요.", + "upload.drop_hint_mobile": "파일 선택을 위해 탭하거나 아래의 카메라 버튼을 사용하세요.", + "upload.drop_zone_aria": "파일 업로드 영역. 여기에 파일을 드래그 앤 드롭하거나 Enter 키를 눌러 파일을 탐색하세요.", + "upload.error": "업로드 실패", + "upload.error_invalid_url": "유효하지 않은 URL 형식", + "upload.error_url_required": "URL을 입력하세요", + "upload.file_size_hint": "최대 크기: 파일당 500 MB", + "upload.file_types": "허용되는 형식: PDF, 오피스 문서(Word, Excel, PowerPoint 등), 이미지", + "upload.filename_description": "URL에서 파일 이름을 사용하려면 비워두세요", + "upload.filename_label": "파일 이름 (선택 사항)", "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "upload.max_size": "최대 파일 크기: {size}", + "upload.page_title": "파일 업로드", + "upload.section_device": "디바이스에서 업로드", + "upload.section_url": "URL에서 업로드", + "upload.select_file": "파일 선택", + "upload.success": "파일이 성공적으로 업로드되었습니다", + "upload.title": "문서 업로드", + "upload.uploading": "업로드 중...", + "upload.url_description": "파일(PDF, 오피스 문서 또는 이미지)에 대한 직접 링크를 입력하세요", + "upload.url_label": "파일 URL", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/lb.json b/frontend/translations/lb.json index d36160ed..6c3ef3f0 100644 --- a/frontend/translations/lb.json +++ b/frontend/translations/lb.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Trefft de Creator", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", + "about.creator_pre": "DocuElevate gëtt mat Passioun entwéckelt vun", + "about.features_admin_api": "Mächteg REST API fir programmatesche Zougang", + "about.features_admin_config": "Héich konfiguréierbar iwwer Ëmfeldvariabelen", + "about.features_admin_docker": "Docker-fäerdeg fir einfach Bereedstellung an Skaléierung", + "about.features_admin_heading": "Administratioun", + "about.features_admin_oauth2": "OAuth2 Authentifikatiounsënnerstetzung mat Authentik", + "about.features_automation_background": "Hannergrondveraarbechtung mat Redis a Celery", + "about.features_automation_gmail": "Gmail a generesch E-Mail Kontintegratioun", + "about.features_automation_heading": "Automatisatioun", + "about.features_automation_imap": "IMAP Inbox Polling vun verschiddenen Quellen", + "about.features_automation_ingestion": "Automatiséiert Dokumenten-Integratioun vun de verschiddene Quellen", + "about.features_heading": "Schlësselmerkmale", + "about.features_integration_cloud": "Cloud Späicherung: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integratioun & Späicherung", + "about.features_integration_multi_dest": "Multi-Zil ënnerstëtzung (Dokumenter an verschiddene Standorte späicheren)", + "about.features_integration_protocols": "Transferprotokoller: FTP, SFTP, E-Mail Weiderleitung", + "about.features_integration_selfhosted": "Selbstgehoster Optiounen: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Intelligent Dokumentklassifikatioun a Datenauszeechnung", + "about.features_processing_heading": "Dokumentveraarbechtung", + "about.features_processing_metadata": "Automatiséiert Metadaten-Auszeechnung mat engem pluggable AI Provider", + "about.features_processing_ocr": "OCR vu Azure Document Intelligence enthale", + "about.features_processing_pdf": "PDF Konversioun fir verschidde Dateiformater iwwer Gotenberg", + "about.features_processing_upload": "E einfache an séchere File Upload mat Drag & Drop Ënnerstëtzunge", "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", + "about.heading": "Iwwer DocuElevate", + "about.intro_post": " – Är modern, intelligent Léisung fir Dokumentveraarbechtung! Mir hunn DocuElevate entwéckelt fir d’Weeër wéi Dir Är Dokumenter behandelt – vun Upload bis Auszeechnung, vun der Veraarbechtung bis Späicherung, komplett ze transforméieren.", + "about.intro_pre": "Wëllkomm bei ", + "about.involved_description": "Wëllt Dir an de Code eintauchen, Iddie bäidroen oder méi iwwer DocuElevate léieren?", + "about.involved_docs": "Liest d'Dokumentatioun", + "about.involved_github": "Kuckt DocuElevate op GitHub", + "about.involved_heading": "Maacht mat", + "about.involved_website": "Visitt DocuElevate Websäit", + "about.legal_description": "Mir këmmeren eis ëm Är Privatsphär an Datensécherheet. Kuckt w.e.g. eis:", + "about.legal_heading": "Privatsphär & Legal", + "about.legal_license": "Lizenzinformatioun", + "about.legal_privacy": "Privatsphär Notiz", + "about.page_title": "Iwwer DocuElevate", + "about.story_heading": "UrsStory", + "about.story_p1": "DocuElevate gouf erschaffen mat engem eenzege Ziel: d'Dokumentmanagement einfach a effizient ze maachen fir jidderee, ob Dir eng kleng Startup oder eng grouss Entreprise sidd.", + "about.story_p2": "Mir notzen d'Kraaft vun pluggable AI Anbieter (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, an méi) fir Metadatenextraktioun a Textverfeinerung, integréieren nahtlos mat Dropbox, Nextcloud, an Paperless NGX fir Lagerung a Indexéierung, maachen benotzt vum Azure Document Intelligence fir OCR, an benotzen souguer Gotenberg fir Datei-zu-PDF Ëmwandelungen.", + "api_tokens.col_created": "Erstellt", + "api_tokens.col_last_ip": "Leschte IP", + "api_tokens.col_last_used": "Leschte benotzt", + "api_tokens.col_name": "Numm", "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", + "api_tokens.copy_to_clipboard": "Token an d'Clipboard kopéieren", + "api_tokens.copy_upload_example": "Kopéiert de Uploadbeispill an d'Clipboard", + "api_tokens.copy_warning_1": "Kopéiert dësen Token elo - et wäert", + "api_tokens.copy_warning_2": "net nach eng Kéier gewisen ginn", + "api_tokens.create_heading": "Neit Token erstellen", + "api_tokens.create_token": "Token erstellen", + "api_tokens.creating": "Erstellt ...", "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", + "api_tokens.intro": "Erstellt perséinlech API Tokens fir mat der DocuElevate API programmatesch ze interagéieren. Benotzt Tokens fir Webhook Uploads, CI/CD Pipelines, oder all Skript dat muss Dokumenter ophalen oder recuperéieren.", + "api_tokens.loading_tokens": "Tokens ladend ...", + "api_tokens.never": "Niwwer", + "api_tokens.no_tokens_heading": "Keen API Tokens nach", + "api_tokens.no_tokens_help": "Erstellt Äert éischt Token ier, fir anzefänken.", "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", + "api_tokens.revoke": "Widderhuelen", + "api_tokens.revoke_prefix": "Token widderhuelen", + "api_tokens.status_active": "Aktiv", + "api_tokens.status_revoked": "Widdergeholl", "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "api_tokens.token_created": "Token erfollegräich erstallt!", + "api_tokens.token_name_label": "Token Numm", + "api_tokens.token_name_placeholder": "z.B. CI Pipeline, Webhook Upload, Meng Skript", + "api_tokens.usage_heading": "Benotzungsbeispill", + "api_tokens.usage_intro_post": "Header mat all API Ufro:", + "api_tokens.usage_intro_pre": "Benotzt Äert API Token am", + "api_tokens.your_tokens": "Är Tokens", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", + "audit.col_resource": "Ressource", "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", + "audit.critical": "Kritesch", + "audit.filter_action": "Aktioun", + "audit.filter_all_actions": "All Aktiounen", + "audit.filter_all_users": "All Benotzer", + "audit.filter_resource_placeholder": "z.B. Dokument, Benotzer", + "audit.filter_resource_type": "Ressource Typ", + "audit.filter_severity": "Schweregrad", + "audit.filter_user": "Benotzer", + "audit.filters_section_label": "Auditlogfiltroen", + "audit.next": "Nächst", + "audit.next_label": "Nächste Säit", + "audit.no_events": "Keng Audit-Eventer nach erfaasst.", + "audit.no_events_hint": "Wichteg Aktioune (Login, Dokumentatiounsoperatioune, Ännerunge vun den Astellungen) ginn hei ugewisen.", "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", + "audit.pagination_label": "Auditlog-Paginatioun", + "audit.prev": "Virdrun", + "audit.prev_label": "Virdrun Säit", + "audit.refresh_label": "Auditlogs ernéieren", + "audit.siem_disabled_title": "SIEM Weiderleitung ass deaktivéiert", + "audit.siem_enabled_title": "Eventer ginn ugezéckt an ", + "audit.siem_off": "SIEM: Aus", + "audit.subtitle": "E révéierend, append-only Verzeechnung vun allen wichtege Aktioune.", + "audit.table_label": "Auditlog-Eventer", "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", + "auth.confirm_password": "Passwuert bestätegen", + "auth.create_account": "Konto erstellen", + "auth.display_name_label": "Ugeblechenaam", + "auth.email_label": "E-Mail", + "auth.forgot_password": "Passwuert vergiessen?", + "auth.forgot_username": "Benotzernumm vergiessen?", + "auth.login": "Anmelden", + "auth.login_title": "Anmelden", "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", + "auth.logout": "Ausloggen", + "auth.my_account": "Meng Konto", + "auth.no_account": "Keen Konto?", + "auth.or_continue_with": "Oder weider maachen mat", + "auth.password_label": "Passwuert", + "auth.profile": "Profil", + "auth.remember_me": "Merken ech", + "auth.return_home": "Zréck an d'Haus", + "auth.sign_in": "Anmelden", + "auth.sign_in_sso": "Anmelden mat SSO", + "auth.sign_in_with": "Anmelden mat", + "auth.sign_in_with_username": "Anmelden mat Benotzernumm", + "auth.signup": "Registréieren", + "auth.signup_title": "Registréieren", + "auth.username_label": "Benotzernumm", + "auth.username_or_email": "Benotzernumm oder E-Mail", + "auth.verify_email_back_sign_in": "Zréck zu der Anmeldung", + "auth.verify_email_expiry": "Den Link verléisst an 24 Stonne. Wann Dir d'E-Mail net gesitt, kontrolléiert Är Spam-Mappe.", + "auth.verify_email_heading": "Kontrolléiert Är Inbox", + "auth.verify_email_message": "Mir hunn Iech eng Bestätegungs-E-Mail geschéckt. Klickt w.e.g. op den Link an der E-Mail fir Ären Account ze aktivéieren.", + "auth.verify_email_page_title": "DocuElevate - Bestätegt Är E-Mail", + "auth.verify_email_resend_aria_label": "E-Mail-Adress fir nach eng Kéier ze schécken", + "auth.verify_email_resend_button": "Bestätegungs-E-Mail nach eng Kéier schécken", + "auth.verify_email_resend_label": "E-Mail-Adress", + "auth.verify_email_resend_placeholder": "Gitt Är E-Mail-Adress an", + "auth.verify_email_resend_prompt": "Hutt Dir et net kritt?", + "backup.archives_heading": "Backup Archive", + "backup.backup_now": "Backup Elo", + "backup.clean_up": "Sécher maachen", + "backup.cleanup_title": "Säit Retention Cleanup elo", + "backup.col_created": "Crééiert", + "backup.col_filename": "Dateinumm", + "backup.col_size": "Gréisst", + "backup.col_storage": "Depo", + "backup.col_type": "Typ", + "backup.config_auto_backup": "Auto-Backup", + "backup.config_remote_dest": "Remote Destinatioun", + "backup.config_retention": "Retentioun", + "backup.config_total_size": "Total lokal Gréisst", + "backup.confirm_btn": "Bestätegen", + "backup.confirm_title": "Bestätegt Aktioun", "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", + "backup.local_only": "Nur lokal", + "backup.no_backups": "Keng Backups bis elo.", + "backup.no_backups_hint": "Klickt op Backup Elo fir Ären éischte Backup ze erstellen.", "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "backup.records_label": "Rekorder", + "backup.restore_btn": "Restauréieren", + "backup.restore_desc_mid": "Backup Archive fir d'Database ze restauréieren.", + "backup.restore_desc_pre": "Uplueden eng", + "backup.restore_desc_warning": "Dëst wäert all aktuell Donnéeën iwwerhuelen.", + "backup.restore_file_label": "Backup Archiv (.db.gz)", + "backup.restore_heading": "Restore vun Datei", + "backup.restoring": "Restauréieren\u0014", + "backup.retention_daily_detail": "\u00101 – fir 3 Wochen gehal", + "backup.retention_heading": "Retentiounspolitik", + "backup.retention_hourly_detail": "\u00101 – fir 4 Deeg gehal", + "backup.retention_note": "Backups déi dës Lëmpen iwwerschreiden, ginn automatesch no all neie Backup, dee crééiert gëtt, gepréift.", + "backup.retention_weekly_detail": "\u00101 – fir ~3 Méint gehal", + "backup.snapshots": "Snapshots", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", + "backup.storage_local": "lokal", + "backup.subtitle": "D'Database Backups ginn automatesch erstellt: stänneg (4 Deeg), dail (3 Wochen), wöchentlech (13 Wochen).", + "backup.table_aria": "Backup Archiver", + "backup.trigger_daily": "Backup Elo (Dail)", + "backup.trigger_hourly": "Backup Elo (Stänn)", + "backup.trigger_weekly": "Backup Elo (Wöchentlech)", + "backup.type_daily": "Dail", + "backup.type_hourly": "Stänn", + "backup.type_weekly": "Wöchentlech", + "billing.go_to_dashboard": "Gaan op Dashboard", + "billing.manage_subscription": "Abonnements verwalten", + "billing.success_heading": "Dir sidd bereet!", + "billing.success_message": "Är Abonnements huet gewonnen. Merci fir DocuElevate ze wielen!", + "billing.success_page_title": "DocuElevate - Abonnements Aktivéiert", + "common.actions": "Aktiounen", + "common.active": "Aktiv", "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", + "common.avatar": "Avatar", + "common.back": "Réck", + "common.cancel": "Annuléieren", + "common.close": "Schëff", + "common.col_pending": "Wäerteg", + "common.completed": "Fäerdeg", + "common.confirm": "Bestätegen", + "common.copied": "Kopéiert!", + "common.copy": "Kopéieren", + "common.create": "Erstellen", + "common.created": "Erstellt", + "common.date": "Datum", + "common.delete": "Läschen", + "common.description": "Beschreiwung", + "common.details": "Detailer", + "common.disabled": "Deaktivéiert", + "common.download": "D'Ënnerschrëft lueden", + "common.duplicate": "Duplikat", + "common.edit": "Änneren", + "common.enabled": "Aktivéiert", + "common.error": "Feeler", + "common.failed": "Feeler", + "common.filter": "Filteren", + "common.inactive": "Inaktiv", "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", + "common.loading": "Lueden...", + "common.name": "Numm", + "common.next": "Nächsten", + "common.next_page": "Nächste Säit", + "common.no": "Net", + "common.none": "Kee", + "common.page": "Säit", + "common.paused": "Pausséiert", + "common.pending": "Ugegraff", + "common.prev_page": "Virdrun Säit", + "common.previous": "Virdrun", + "common.processing": "Verarbeiten", + "common.refresh": "Erneieren", + "common.reset": "Zrécksetzen", + "common.retry": "Ech probéieren et nach eng Kéier", + "common.save": "Späicheren", + "common.search": "Sichen", + "common.select": "Wielen", + "common.select_placeholder": "\u0000B4 wielen \u0000B4", + "common.size": "Gréisst", "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", + "common.submit": "Ofginn", + "common.success": "Succès", + "common.tags": "Etiketten", + "common.test": "Test", + "common.test_connection": "Test Verbindung", + "common.type": "Typ", + "common.update": "Aktualiséieren", + "common.updated": "Aktualiséiert", + "common.upload": "Uplueden", + "common.view": "Vue", + "common.warning": "Warnung", + "common.yes": "Jo", + "cookie.accept": "Keen Problem", + "cookie.learn_more": "Méi erfahren", + "cookie.message": "Dës Websäit benotzt Cookies fir Är Erfahrung ze verbesseren.", + "cookie.notice": "DocuElevate benotzt nëmmen essentiel Session-Cookies, déi fir d'Authentifikatioun an den Servicebetrib noutwenneg sinn. Keng Tracking oder Analytics-Cookies ginn benotzt.", + "cookie.notice_label": "Cookie Notice", + "cookie.policy_link": "Cookie Politik", "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", + "credentials.col_action": "Aktioun", "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", + "credentials.col_source": "Quell", + "credentials.configured": "Konfiguréiert", + "credentials.edit_in_settings": "Änneren an de Setzungen", + "credentials.legend_db": "Wäert, deen an der Datebank gespäichert ass (verschlësselt bei Paus; iwwersteigt d'Umfeldvariabel)", + "credentials.legend_env_after": " Datei", + "credentials.legend_env_before": "Wäert aus der Umfeldvariabel oder ", + "credentials.legend_missing": "Credential net agegestallt — Integratioun wäert net fonctionéieren", + "credentials.legend_restart": "Restart erfuerderlech wann dës Credential gedréit gëtt", + "credentials.legend_title": "Legende", + "credentials.manage_settings": "Setzungen verwalten", + "credentials.not_configured": "Net Konfiguréiert", "credentials.page_title": "Credential Audit - DocuElevate", "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", + "credentials.restart_title": "Restart erfuerderlech no der Rotatioun vun dëser Credential", + "credentials.source_db_title": "An der Datebank gespäichert (verschlësselt)", + "credentials.source_env_title": "Aus der Umfeldvariabel", + "credentials.status_missing": "Versuergt", + "credentials.subtitle": "Iwwersiicht iwwer all sensibel Credentials, déi vun DocuElevate benotzt ginn. Keng geheime Wäerter ginn hei gewisen — nëmmen ob all Credential konfiguréiert ass an wou et hier kënnt.", + "credentials.table_for": "Credentials fir", "credentials.title": "Credential Audit", "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", + "dashboard.active_integrations": "Aktiv Integratiounen", + "dashboard.files_this_month": "Dateien dëse Mënsch", + "dashboard.files_today": "Dateien Haut", + "dashboard.ocr_processed": "OCR Verarbeitet", + "dashboard.quick_actions": "Schnell Aktiounen", + "dashboard.recent_activity": "Jéngst Aktivitéit", + "dashboard.storage_targets": "Speicherziler", "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", + "dashboard.total_files": "Total Dateien", + "dashboard.welcome": "Wëllkomm bei DocuElevate", + "duplicates.file_id_label": "Datei ID", + "duplicates.file_id_placeholder": "z.B. 42", + "duplicates.find_btn": "Fannen", + "duplicates.found_files": "duplizéiert Datei(en) total.", + "duplicates.found_groups": "duplizéiert Grupp(en) mat", + "duplicates.found_prefix": "Fonnt", + "duplicates.group_aria": "Duplizéiert Grupp", + "duplicates.heading": "Duplizéiert Dokumenter", + "duplicates.how_it_works_heading": "Wéi d'Erkennung vu bal-Duplikater fonctionnéiert", + "duplicates.max_results_label": "Max Resultater", + "duplicates.near_dup_desc": "Wielt e Dokument fir ze kontrolléieren ob aner Dateien déiselwecht (oder sehr ähnlech) Inhalter enthalen — och wann si zu verschillende Zäiten gescannt goufen an ënnerschiddlech SHA-256 Hashes hunn.", + "duplicates.near_dup_heading": "Fannt bal-Duplikater fir e Dokument", + "duplicates.no_exact_heading": "Keen exakt Duplikat fonnt", + "duplicates.page_title": "Duplizéiert Dokumenter - DocuElevate", "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", + "duplicates.role_duplicate": "Duplizéiert", "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "duplicates.tab_exact": "Exakt Duplikater", + "duplicates.tab_near": "Bal-Duplikat Fanner", + "duplicates.tabs_aria": "Duplizéiert Erkennung Tabs", + "duplicates.threshold_label": "Ähnlechkeet Schwell", + "duplicates.view_dup_aria": "Duplizéiert Datei ugegraff", + "duplicates.view_original_aria": "Original Datei ugegraff", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Oops, mir konnten dës Säit net fannen!", + "error.404_home": "Heem zurréck", + "error.404_message": "Et schéngt wéi wann DocuElevate dat Dokument verluer huet dat Dir gesicht hutt. Maacht Iech keng Sorgen – mir sinn derfir hei.", + "error.404_title": "404 - Net Fonnt", "error.500_code": "500", "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", + "error.500_description": "Eis Servere sinn op e Problem gestouss an brauchen e Moment.", + "error.500_heading": "Oops! Eppes ass falsch gaangen.", + "error.500_home": "Gitt Heem", + "error.500_img_alt": "Illustratioun vun engem Serverfeeler", + "error.500_message1": "Eis Servere sinn op e Problem gestouss an brauchen e Moment. Möglech datt d'Hamster hiren Kaffi versuergt hunn?", + "error.500_message2": "Mir sinn schonn dran – Dateien uerdnen, Server neiséieren, an Flux-Kapazitéiten neikaliséieren.", + "error.500_title": "Serverfeeler - DocuElevate", + "error.forbidden": "Verbuet", + "error.forbidden_message": "Dir hutt net d'Recht fir op dës Säit zouzegräifen.", + "error.not_found": "Säit net fonnt", + "error.not_found_message": "D'Säit déi Dir sicht, existéiert net.", + "error.server_error": "Interne Serverfeeler", + "error.server_error_message": "Et ass eppes falsch gaangen. W.e.g. probéiert et méi spéit nach eng Kéier.", + "error.unauthorized": "Net autoriséiert", + "error.unauthorized_message": "Dir musst Iech anmelde fir dës Säit z'éréichten.", + "files.action_delete": "Datei läschen", + "files.action_details": "Detailer gesin", + "files.action_preview": "Schnellvirstellung", + "files.bulk_clear_selection": "Selection läschen", + "files.bulk_cloud_ocr": "Cloud OCR nach eng Kéier ausféieren", + "files.bulk_delete": "Sélectionéiert läschen", + "files.bulk_download": "Als ZIP oflueden", + "files.bulk_reprocess": "Sélectionéiert nees verarbeiten", "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", + "files.delete_modal_confirm": "Läschen", + "files.delete_modal_message": "Seet Dir sécher datt Dir dës Datei wëllt läschen?", + "files.delete_modal_title": "Läschung bestätegen", + "files.document_title": "Dokumenttitre", + "files.drop_overlay_hint": "Ënnerstëtzt PDF, Office Dokumenter, Bilcher, HTML, Markdown, a méi – Unnerverdeelungen ginn rekursiv verarbeitet", + "files.drop_overlay_title": "Drop Dateien oder Ordner iwwerall fir ze uploade", + "files.error_hint": "Dëst kéint wéinst enger Konfiguratioun oder Importproblem sinn. W.e.g. kontrolléiert d'Serverlogs.", + "files.file_size": "Dateigréisst", + "files.filename": "Dateinumm", + "files.files_selected": "Dateien ausgewielt", + "files.filter_all_providers": "All Provideren", + "files.filter_all_statuses": "All Statusen", + "files.filter_all_types": "All Typen", + "files.filter_apply": "Filter aplizéieren", + "files.filter_clear": "Clearen", + "files.filter_date_from": "Datum vun", + "files.filter_date_from_aria": "Filter vum Datum", + "files.filter_date_to": "Datum bis", + "files.filter_date_to_aria": "Filter bis Datum", + "files.filter_form_aria": "Filter Dateien", + "files.filter_mime_type": "MIME Typ", + "files.filter_ocr_all": "All Dateien", + "files.filter_ocr_good": "Gutt Qualitéit", + "files.filter_ocr_poor": "Schlecht Qualitéit", + "files.filter_ocr_quality": "OCR Qualitéit", + "files.filter_ocr_quality_aria": "filteren no OCR Qualitéit Punkt", + "files.filter_ocr_unchecked": "Nach net bewäert", + "files.filter_search_label": "Sich Numm", + "files.filter_search_placeholder": "Gitt dee Numm un...", + "files.filter_storage_provider": "Lageranbieter", + "files.filter_tags_aria": "filteren no Tags (komma-getrennt)", + "files.filter_tags_placeholder": "z.B. Rechnung,amazon", + "files.fulltext_search_label": "Full-Text Sich (OCR Text, Metadata, Tags)", + "files.fulltext_search_placeholder": "Sicht Dokumentinhalt, Sender, Tags, Typ...", + "files.no_files": "Keng Dateie fonden", "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", + "files.page_title": "Datei Rekorder", + "files.pagination_files": "Dateien", "files.pagination_first": "First", "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "files.pagination_nav_aria": "Dateiliste Paginatioun", + "files.pagination_next": "Nächst", + "files.pagination_of": "vun", + "files.pagination_previous": "Virdrun", + "files.pagination_showing": "Zeigt", + "files.preview_modal_close": "Prévisualisierungsfenster schléissen", + "files.preview_modal_title": "Prévisibilitéit", + "files.queue_banner_items": "Gegenstand(è) sinn elo an der Warteschlaang oder ginn verarbeitet. Dateie wäerten hei erscheinen wann d'Veraarbechtung fäerdeg ass.", + "files.queue_banner_link": "Warteschlaang uweisen", + "files.saved_searches_empty": "Nach keng gespäichert Sichen", + "files.saved_searches_error": "Konnte gespäichert Sichen net lueden", + "files.saved_searches_label": "Gespeichert Sichen", + "files.saved_searches_save": "Aktuell späicheren", + "files.saved_searches_save_aria": "Aktuell Filter als gespäichert Sich späicheren", + "files.search_results_empty": "Keng Resultater fonnt.", + "files.search_results_title": "Sich Resultater", + "files.status_duplicate": "Dréck", + "files.table_actions": "Aktiounen", + "files.table_aria": "Datei Rekorder", + "files.table_created_at": "Erstellt Am", + "files.table_empty": "Keng Dateie fonden", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", + "files.table_mime_type": "MIME Typ", + "files.table_original_filename": "Urspréngleche Numm", + "files.table_select_all": "All Dateie wielen op dëser Säit", "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", + "files.title": "Fichieren", + "files.upload_modal_aria": "Upload Fortschrëtt", + "files.upload_modal_close": "Upload Fortschrëtt zoumaachen", + "files.upload_modal_header": "Fichieren hochluften", + "files.uploaded": "Hochgelueden", + "footer.about": "Iwwer", + "footer.attribution": "Zouversioun", + "footer.attributions": "Zouversioune", "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Impressum", + "footer.license": "Lizenz", + "footer.navigation": "Féierung vun der Fousszeil", + "footer.privacy": "Privatsphär", + "footer.terms": "Bedingungen", + "footer.version": "Versioun {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth-verknëppelt. Fichieren landen an där gewielter Map.", + "help.destinations_email": "E-Mail Weiderleitung", + "help.destinations_email_desc": "Veraarbecht Fichieren als SMTP- Dateianhang verschéckt.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Servicerkonto oder OAuth. Ënnerstëtzt gedeelt Mappe.", + "help.destinations_heading": "Destinatiounen – Wou Dokumenter goen", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Selbst-gehostert Cloud-Speicher iwwer WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Microsoft Graph API Integratioun.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Duerchdrécken Dokumenter direkt an Paperless fir Archivéierung.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "All S3-kompatibel Bucket (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Sécher Datei transferéieren op all Server.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", + "help.destinations_webhook_desc": "POST Metadaten op all externen Endpoint.", + "help.documentation": "Dokumentoatioun", + "help.faq": "Fro'en déi oft gestallt ginn", + "help.faq_1_a": "Navigéiert op d'Säit fir ze uploaden, zitt a wäert Är Fichieren oder klickt wielt Datei. DocuElevate konvertéiert Biller an Büro Dokumenter an PDF, leeft OCR, an extrahéiert Metadaten automatesch.", + "help.faq_1_q": "Wéi kann ech Dokumenter uploaden?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, an HTML. Net-PDF-Dateien ginn automatesch zu PDF konvertéiert virun der Verarbeitung.", + "help.faq_2_q": "Welche Dateiformate sinn ënnerstëtzt?", + "help.faq_3_a": "Jo. Gitt op Email Ingestion, addéiert en IMAP Kont, an DocuElevate wäert fir nei Nachrichtë polléieren an d'Bijhänger automatesch verarbeiten.", + "help.faq_3_q": "Kann ech Dokumenter duerch E-Mail importéieren?", + "help.faq_4_a": "Pipelines erlaben Iech, Verarbechtschritte ze verknëppelen – OCR, AI-Extraktioun, Formatkonversioun – an den Resultat un ee oder méi Destinatiounen ze leeden. Erstellt a verwalten se vun der Pipelines-Seite.", + "help.faq_4_q": "Wéi funktionnéieren Verarbechts-Pipelines?", + "help.faq_5_a": "DocuElevate verschlësselt Zrécktrëpper, kommunizéiert iwwer TLS, an d'Dokumenter ginn ni méi laang gespäichert wéi néideg. Kuckt de Privatsphär-Hinweis fir komplett Details.", + "help.faq_5_a_post": " fir komplett Detailer.", + "help.faq_5_a_pre": "DocuElevate encryptéiert Credentials am Ruhezoustand, kommunizéiert iwwer TLS, a späichert ni Är Dokumenter méi laang wéi néideg. Guckt d'", + "help.faq_5_q": "Sinn meng Daten sécher?", + "help.faq_heading": "Frot méi oft", + "help.getting_started": "Ufänger", + "help.heading": "Hëllef Centrum", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Benotzt d' REST API fir Dokumenter programmatesch ze pushen. Authentifizéiert mat engem Bearer Token an POST Dateien un den Upload Endpunkt.", + "help.ingestion_heading": "Date Ingestioun Tools", + "help.ingestion_mobile": "Mobil Apps", + "help.ingestion_mobile_desc": "Benotzt all mobil Scann-App déi individuell HTTP Upload Destinatiounen ënnerstëtzt fir Fotoen a Scannerresultater aus Ärem Telephon oder Tablet un DocuElevate ze schécken.", + "help.ingestion_scanners": "Netscaner", + "help.ingestion_scanners_desc": "Zielt all Netscanner oder Multifunktionsdrucker op den Upload Endpunkt vu DocuElevate. Scannéiert Dokumenter kommen direkt an Äre Verarbechtskëscht.", + "help.ingestion_watched_folders": "Beobachtete Folders", + "help.ingestion_watched_folders_desc": "Konfiguréiert e lokalen oder Netzwierkfolder fir ze iwwerwaachen. All Datei déi an engem beobachtete Folder placéiert gëtt, gëtt automatesch ugelueden an a DocuElevate verarbeitet.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integréiert DocuElevate an Äre Automatiséierungs-Workflows mat Zapier, n8n, oder Make. Benotzt d' REST API Aktiounen fir Dokumentuploads vu jidder Art vun Event ze startéieren.", + "help.meta_description": "Holt Hëllef mat DocuElevate – fënnt Uweisungen iwwer d'Uplueden vun Dokumenter, d'Verbannung vum Cloud Storage, d'Astellung vun Pipelineën, a méi.", + "help.og_description": "Holt Hëllef mat DocuElevate – fënnt Uweisungen iwwer d'Uplueden vun Dokumenter, d'Verbannung vum Cloud Storage, d'Astellung vun Pipelineën, a méi.", + "help.page_title": "Hëllef Centrum", + "help.privacy_notice": "Privatsphär-Hinweis", + "help.quickstart_heading": "Rapid Start", + "help.quickstart_storage": "Storage verbannen", + "help.quickstart_storage_desc": "Gitt an d'Astellunge an verlinkt Är Cloud-Konten. Verarbecht Dokumenter ginn automatesch un all Destinatioun geleed, déi Dir konfiguréiert.", + "help.quickstart_storage_desc_full": "Gitt op Integratiounen an associéiert Är Cloud Storage Konten. DocuElevate ënnerstëtzt Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, a méi. Verarbeitet Dokumenter ginn automatesch un all Destination déi Dir konfiguréiert routéiert.", + "help.quickstart_upload": "Dokumenten Uploaden", + "help.quickstart_upload_desc": "Zéckt a loosst Dateien op der Upload-Säit oder klickt op Datei wielen. DocuElevate konvertéiert Biller an Office-Dokumenter zu PDF, fiert OCR aus, an extrahiert automatesch Metadaten.", + "help.quickstart_workflows": "Workflows automatiséieren", + "help.quickstart_workflows_desc": "Erscht Pipelines fir multi-Stap-Verarbeitung a Routing-Regelen ze definéieren. Kombinéiert OCR, AI-Extraktioun, Formatkonversioun, an Liwwerung an enger eenzeger Strooss.", "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.sources_email_ingestion_desc": "Leed Dokumenter un eng dedizéiert Mailbox. Ënner Email Ingestion, addéiert een oder méi IMAP Konten. DocuElevate polléiert fir nei Nachrichtë an veraarbecht Bijhänger automatesch.", + "help.sources_heading": "Quellen – Dokumenter aginn", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", + "help.sources_rest_api_desc": "Integréiert programmatesch andeems Dir Dateien un /api/upload POST. Ideal fir Skripte, iwwerwaachte Folders, Scanner oder d'Instrumenter vun Drëtt, wéi Zapier an n8n.", + "help.sources_scanner": "Scanner & Mobil", + "help.sources_scanner_desc": "Point Netzwerk-Scanner un d'Upload-Endpunkt vu DocuElevate oder benotzt all mobil Scannen App déi personaliséiert HTTP Destinatiounen ënnerstëtzt.", + "help.sources_scanner_desc_full": "Konfiguréiert Ären Netscanner oder Multifunktionsdrucker fir Scans direkt un DocuElevate ze schécken. Benotzt den /api/upload Endpunkt als Destination. Mobil Scann-Appen mat individuelle Upload Destinatiounen sinn och ënnerstëtzt.", "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", + "help.sources_web_upload_desc": "D'schnellst Manéier fir unzefänken. Maacht d'Upload-Säit op, zitt eng oder méi Dateien, an DocuElevate këmmert sech ëm de Rescht. Ugebuede Formater sinn PDF, JPEG, PNG, TIFF, DOCX, XLSX, a méi.", + "help.subheading": "Alles wat Dir braucht fir dat Meeschtes aus DocuElevate erausz ze kréien. Durchstöbert Themen ënnen oder sicht no wat Dir braucht.", "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", + "help.support_admin_message": "Kontaktéiert Ären Administrateur fir Support Informatioune.", + "help.support_description": "Kënnt Dir net fannen wat Dir sicht? Eis Support-Team ass hei fir ze hëllefen.", + "help.support_heading": "Support Kontakter", + "help.support_live_chat": "Live Chat verfügbar – klickt op d'Chatbladde fir eng Konversatioun unzefänken.", + "help.support_ticket_button": "Reeschten Ticket", + "help.support_ticket_desc": "Fëllt den ënneschte Formulaire aus an eisem Ënnerstëtzungs-Team wäert Iech sou séier wéi méiglech zréckmelden.", + "help.support_ticket_heading": "Opemachen e Support Ticket", + "help.title": "Hëllef Centrum", + "help.workflows_creating": "E Pipeline kreéieren", + "help.workflows_definition": "E Pipeline ass eng Serie vu Verarbechtschritte déi automatesch ausgeféiert ginn wann eng Dokument importéiert gëtt. All Schrëtt kann d'Dokument transforméieren, bereichern, oder leeden.", "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", + "help.workflows_step_1": "Zu PDF konvertéieren", + "help.workflows_step_1_create": "Go op Pipelines am Haaptmenu.", + "help.workflows_step_1_full": "Konvertéieren an PDF – all unkommend Dateien ginn normaliséiert an e konsistent PDF-Format.", + "help.workflows_step_2": "OCR – Text extrahéieren", + "help.workflows_step_2_create": "Klickt op Neie Pipeline a gitt him e Numm.", + "help.workflows_step_2_full": "OCR – extrahéiert wählbare Text aus gescannte Säiten mat Azure Document Intelligence oder dem integrierten Motor.", + "help.workflows_step_3": "AI Metadatenextraktioun", + "help.workflows_step_3_create": "Fügt d'Veraarbechtungsschritte bäi, déi Dir braucht.", + "help.workflows_step_3_full": "AI Metadatenextraktioun – klasséiert Dokumenttyp an zitt Schlësselfelder wéi Beträg, Datumen, a Nimm mat OpenAI.", + "help.workflows_step_4": "Liwweren an eng oder méi Destinatioune", + "help.workflows_step_4_create": "Wielt eng oder méi Liwwerziler.", + "help.workflows_step_5_create": "Späichert – nei Dokumenter ginn automatesch duerch dës Pipeline veraarbecht.", + "help.workflows_typical_steps": "Typesch Schrëtt", + "help.workflows_what_is": "Wat ass eng Pipeline?", + "index.badge_intelligent": "Intelligent Dokumentveraarbechtung", + "index.button_browse_files": "Dateien duerchbläkken", + "index.button_upload": "Uppladen", + "index.capabilities_cloud": "Cloud-Speicherung: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Email- & URL-basiert Dokumenteninschrëft", + "index.capabilities_ocr": "OCR & Metadatenextraktioun mat AI", + "index.capabilities_paperless": "Paperless-ngx Integratioun fir Dokumentenmanagement", + "index.capabilities_title": "Fäegkeeten", + "index.capabilities_workflows": "Automatiséiert Klassifikatioun & Routing Workflows", + "index.cta_description": "Keen mat Teams, déi schonn hir Dokumentenveraarbechtung mat DocuElevate automatiséieren.", + "index.cta_heading": "Bereet fir Äre Dokumentworkflow ze verbesseren?", + "index.cta_pricing": "Preisen gesin", + "index.cta_signup": "Erstellt e gratis Konto", + "index.dashboard_subtitle": "Intelligent Dokumentveraarbechtung & Management", + "index.dashboard_subtitle_teams": "Intelligent Dokumentveraarbechtung & Management — entworf fir Teams", + "index.feature_ai": "AI Metadatenextraktioun", + "index.feature_ai_desc": "OpenAI, Claude, Gemini an aner plug-in AI Provider klassifizéieren Dokumenter an huelen wichteg Fälder wéi Daten, Beträg a Sujeten eraus.", "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", + "index.feature_cloud_desc": "Leed veraarbecht Dateien zu Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP an nach méi.", + "index.feature_email": "Email & IMAP Inschrëft", + "index.feature_email_desc": "Automatesch Dokumenter aus Gmail oder all IMAP Mailbox ophalen — keng manuell Uppladungen erfuerderlech.", + "index.feature_ocr": "OCR & Textextraktioun", + "index.feature_ocr_desc": "Azure Document Intelligence konvertéiert gescannt PDFs an Biller automatesch a voll sichbar Text.", + "index.feature_pipelines": "Personaliséiert Pipelines", + "index.feature_pipelines_desc": "Baut Veraarbechtungs-Pipelines mat konfiguréierbaren Schrëtt — OCR, AI Extraktioun, Formatkonversioun, a Speicherrouting an all Reihenfolgen.", + "index.feature_search": "Volltext Sich", + "index.feature_search_desc": "Fannt instantes jiddereen Dokument duerch Inhalt, Metadaten oder Tags iwwer Är ganz Archiv.", + "index.feature_section_title": "Alles wat Dir braucht fir schlaue Dokumentworkflows", + "index.getting_started": "Ugefaangen", + "index.getting_started_1": "Integratiounen iwwer Systemstatus konfiguréieren", + "index.getting_started_2": "Lued Äert éischt Dokument erop", + "index.getting_started_3": "Resultater an Dateie iwwerpréifen", + "index.getting_started_learn": "Léiert méi iwwer DocuElevate", + "index.hero_description": "DocuElevate absorbéiert Är Dokumenter, féiert OCR duerch, extrahéiert Metadaten mat AI, an leet Datei'en un Dropbox, Google Drive, OneDrive, S3, Nextcloud, an méi \u00017 all an engem nahtlosen Pipeline.", + "index.hero_heading": "Vun Eroplueden bis Indication \u00017 automatesch.", + "index.hero_login": "Anmellen", + "index.hero_pricing": "Plängen & Präisser uweisen", + "index.hero_signup": "Beginn \u00017 et ass gratis", + "index.integrations_active": "Aktiv Integratiounen", + "index.integrations_storage": "Storage-Ziiler", + "index.integrations_title": "Integratiounen", + "index.integrations_view_status": "Systemstatus uweisen", "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", + "index.page_title_public": "Intelligent Dokumentveraarbechtung", + "index.platform_overview": "Plattform Iwwerbléck", + "index.processing_stats": "Verarbeitung Stats", + "index.quick_actions": "Schnéi Aktiounen", + "index.quick_documents": "Meng Dokumenter", + "index.quick_documents_desc": "Duerchstöbern Är veraarbecht Dateien", + "index.quick_search": "Sichen", + "index.quick_search_desc": "Full-text Sichen iwwer Dokumenter", + "index.quick_subscription": "Meng Abonnement", + "index.quick_subscription_desc": "Plang & Benotzungsdetails uweisen", "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", + "index.quick_system_status_desc": "Integratiounsgesondheet iwwerpréiwen", + "index.quick_upload": "Dokument eroplueden", + "index.quick_upload_desc": "E neit Datei veraarbechten", + "index.quick_view_files": "All Dateien uweisen", + "index.quick_view_files_desc": "Duerchstöberen veraarbecht Dokumenter", "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", + "index.single_user_subtitle": "Intelligent Dokumentveraarbechtung & Management", + "index.stat_active_integrations": "Aktiv Integratiounen", + "index.stat_active_users": "Aktiv Benotzer", + "index.stat_files_month": "Dateien dëst Mois", + "index.stat_files_ocr": "Dateien mat OCR", + "index.stat_files_today": "Dateien haut", + "index.stat_storage_targets": "Storage-Ziiler", + "index.stat_this_month": "Dësen Mount", + "index.stat_today": "Haut", + "index.stat_total_files": "Total Dateien", + "index.stat_total_processed": "Total verarbeitet", + "index.tier_plan": "Plang", "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", + "index.tier_view_details": "Ganzen Detail uweisen", + "index.upgrade_daily_limits": "Héich deeglech & monatlech Limiten", + "index.upgrade_description": "Entsperrt méi Dokumenter, méi Destinatiounen an Prioritéitssupport.", + "index.upgrade_destinations": "Méiglechkeeten fir méi Lagerung", + "index.upgrade_ocr_pages": "Méi OCR Säiten", + "index.upgrade_plan": "Upgrade ären Plang", + "index.upgrade_view_pricing": "Pläng & Präisser uewen", + "index.usage_lifetime": "Liewensdauer Dateien", + "index.usage_month": "Dateien dëse Mount", + "index.usage_my_usage": "Meng Benotzung", + "index.usage_today": "Dateien haut", + "index.usage_unlimited": "Onbegrenzt", + "integrations.access_key_label": "Zougangsschlëssel ID", + "integrations.active_label": "Aktiv", + "integrations.add_button": "Integratioun derbäi", + "integrations.add_first_button": "Är éischt Integratioun derbäi", + "integrations.api_token_label": "API Token", + "integrations.authorize_btn": "Autoriséieren", + "integrations.authorize_reauth": "Nach eng Kéier autoriséieren", + "integrations.bucket_label": "Eimer", + "integrations.configure": "Konfiguréieren", + "integrations.connect": "Verbannen", + "integrations.connected": "Verbonden", + "integrations.connection_failed": "Verbindung fehlgeschloen", + "integrations.connection_success": "Verbindung erfollegrich", + "integrations.delete_confirm_are_you_sure": "Sécher dass Dir wëllt läschen", + "integrations.delete_confirm_title": "Integratioun läschen?", + "integrations.delete_confirm_undone": "Dësen Akt kann net réckgängg gemaach ginn.", + "integrations.delete_emails_label": "E-Maile läschen nom Veraarbechtung", + "integrations.delete_files_label": "Dateien läschen nom Veraarbechtung", + "integrations.destinations_quota_label": "Späichergeschtatiounen:", + "integrations.destinations_section": "Destinatiounen", + "integrations.direction_destination": "Destinatioun (Späicherung)", + "integrations.direction_label": "Direktioun", + "integrations.direction_placeholder": "\u0011 Wielen \u0011", + "integrations.direction_source": "Quell (Ingestioun)", + "integrations.disconnect": "Trennen", + "integrations.email_settings": "E-Mail Weiderleefer Astellunge", + "integrations.empty_state": "Keng Integratiounen konfiguréiert", + "integrations.endpoint_label": "Endpoint URL", + "integrations.endpoint_optional": "(optional, fir S3-kompatibel)", + "integrations.folder_label": "Dossier", + "integrations.folder_optional": "(optional)", + "integrations.folder_path_label": "Ordnerpfad", + "integrations.folder_prefix_label": "Ordnerpräif", + "integrations.generic_settings_hint": "Konfiguratioun fir dësen Integratiounstype kann als JSON nom Schafen iwwer d'API zur Verfügung gestallt ginn.", + "integrations.gmail_hint": "Gmail Etiketten & Stern: wann aktivéiert, ginn veraarbecht E-Maile mat engem Stern gekennzechent an mat engem \"Ingested\" Etikett an Gmail. Gëlt nëmmen fir Gmail Serveren.", + "integrations.gmail_labels": "Gmail Etiketten & Stern appliquéieren", "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", + "integrations.imap_settings": "IMAP Astellungen", + "integrations.loading": "Integratiounen lueden\u00186", + "integrations.modal_close": "Modal zoumaachen", + "integrations.modal_title_add": "Integratioun derbäi", + "integrations.modal_title_edit": "Integratioun upassen", + "integrations.name_label": "Etikett", + "integrations.name_placeholder": "z.B. Aarbecht Gmail, S3 Archive", + "integrations.nextcloud_settings": "Nextcloud Astellungen", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Füügt Är éischt Integratioun derbäi fir Ingestiounszoulen (wéi IMAP) an Aarbechtsplazen (wéi S3, Dropbox oder Google Drive) ze verbannen.", + "integrations.not_connected": "Net Verbonden", + "integrations.oauth_folder_label": "Ordner", + "integrations.oauth_hint": "Speichert dës Integratioun eerst, dann benotzt de Autoriséiere Knäpp, fir de OAuth Flow ze kompletéieren. Är Zréckzéiunge gi sécher an Ärem perséinleche Integratiounsrekord gespäichert.", + "integrations.page_title": "Integratiounen", + "integrations.paperless_settings": "Paperless NGX Astellungen", + "integrations.password_label": "Passwuert", + "integrations.paused": "Pauséiert", + "integrations.plan_label": "Plang:", "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "integrations.quota_not_available": "(net verfügbar)", + "integrations.quota_unlimited": "/ onbegrenzt", + "integrations.recipient_label": "Empfänger E-Mail", + "integrations.region_label": "Regioun", + "integrations.remote_path_label": "Remote Pfad", + "integrations.s3_prefix_label": "Prefix (Ordnerpfad)", + "integrations.s3_settings": "S3 Astellungen", + "integrations.secret_key_label": "Geheime Zougangsschlëssel", + "integrations.show_password": "Wisen Passwort", + "integrations.show_secrets": "Wisen Geheimnisser", + "integrations.show_token": "Wisen Token", + "integrations.source_local": "Lokal Dateisystem", + "integrations.source_type_label": "Quelltyp", + "integrations.sources_quota_label": "Mailbox Quellen:", + "integrations.sources_section": "Quellen", + "integrations.subtitle": "Verwaltert Är Ingestiounszoulen an Aarbechtsplazen an enger Plaz.", + "integrations.title": "Integratiounen", + "integrations.type_label": "Integratiounstyp", + "integrations.type_placeholder": "\u000b\u000b Wielt eng Richtung zuerst \u000b\u000b", + "integrations.upgrade_plan": "Upgrade Plang", + "integrations.use_ssl": "Benotzt SSL", + "integrations.username_label": "Benotzernumm", + "integrations.watch_folder_settings": "Ordner Astellungen", + "integrations.webdav_settings": "WebDAV Astellungen", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Ingestioun", + "integrations.webhook_how_heading": "Wéi Webhook Ingestioun Funktionéiert", + "integrations.webhook_how_text": "Eng Webhook Integratioun erlaabt extern Systemer, Dokumenter direkt an DocuElevate iwwer den REST API ze schécken. Amplaz datt DocuElevate no neie Dateien (wéi IMAP) sicht, schéckt Äre Programm Dateien un DocuElevate mat engem HTTP Ufro mat engem API Token fir Authentifikatioun.", + "integrations.webhook_ideal_text": "Dës ass ideal fir CI/CD Pipelinen, Automatisatiounsskripten, Scanner Integratiounen, oder all System dat Dokumenter generéiert an se fir d'Veraarbechtung muss schécken.", + "integrations.webhook_quick_start": "Schnell Start", + "integrations.webhook_security_tip": "Schafft e speziellen API Token fir all Integratioun a widderzéit et direkt wann et compromittéiert gëtt. Tokens kënnen op der API Tokens Säit verwalt ginn.", + "integrations.webhook_step1": "Gitt op {api_tokens_link} an erstellt e perséinlechen Token.", + "integrations.webhook_upload_with_token": "Benotzt de Token fir Dokumenter iwwer den API ze uploaden:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "language.change_success": "Sprache geännert op {language}", + "language.changed": "Sprache geännert op {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", "language.el": "Ελληνικά", - "language.en": "English", + "language.en": "Englesch", "language.es": "Español", "language.et": "Eesti", "language.fi": "Suomi", "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", + "language.hu": "Ungaresch", + "language.is": "\u0000d8slenska", + "language.it": "Italienesch", "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", + "language.lt": "Lettisch", + "language.lv": "Lettisch", "language.nb": "Norsk", "language.nl": "Nederlands", + "language.no_results": "Keen Sproochen gefunden", "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", + "language.pt": "Portugiesesch", + "language.ro": "Rumänesch", + "language.ru": "\f\f\u000b\f\u000b\n\n\u0000a\u000b\f\u000e\u000b", + "language.search_placeholder": "Sproochenuffiirde…", + "language.selector": "Sprooch", + "language.selector_label": "Wielt Sprooch", + "language.sk": "Slowakesch", + "language.sl": "Slowenesch", + "language.sv": "Schwedesch", + "language.tr": "Türkesch", + "language.uk": "\u0000c8\u0000b\u0000f\u0000f\u0000c\u0000d\u0000l\u0000c", + "language.zh": "\u0000e3\u0000e2\u0000b", + "nav.about": "Iwwert", + "nav.account_menu": "Kontoadministratioun", + "nav.account_menu_for": "Kontoadministratioun fir {name}", + "nav.admin": "Administrateur", "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", + "nav.admin.backups": "Backupen", + "nav.admin.plans": "Pläng", + "nav.admin.scheduled_jobs": "Geplangte Aufgaben", + "nav.admin.users": "Benotzer", + "nav.admin_actions": "Administrateur Aktiounen", + "nav.admin_menu": "Administrateur Menü", + "nav.api_docs": "API Docks", "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", + "nav.backup_restore": "Backup & Restauréieren", + "nav.credentials": "Credientien", + "nav.dark_mode": "Dunkel Modus", "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", + "nav.developer_docs": "Entwéckler Docks", + "nav.duplicates": "Duplikater", + "nav.file_manager": "Datei Manager", + "nav.files": "Dateien", + "nav.get_started": "Ammen starten", + "nav.help": "Hëllef", + "nav.help_center": "Hëllef Zentrum", "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", + "nav.integrations": "Integratiounen", + "nav.light_mode": "Licht Modus", + "nav.login": "Alogen", + "nav.logout": "Uschléissen", + "nav.main_navigation": "Haapt Navigatioun", + "nav.my_subscription": "Meng Abo", + "nav.notifications": "Benotzungsnotifikatiounen", + "nav.open_main_menu": "Haaptmenü opmaachen", "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", + "nav.plan_designer": "Plang Designer", + "nav.pricing": "Préiser", + "nav.profile": "Profil", + "nav.profile_settings": "Profilakommados", "nav.queue": "Queue", "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", + "nav.scheduled_jobs": "Geplangte Aarbechten", + "nav.search": "Sich", + "nav.settings": "Einstellungen", + "nav.shared_links": "Deelen Links", + "nav.sign_out": "Ofmelden", + "nav.signup": "Registréieren", + "nav.similarity": "Similaritéit", + "nav.skip_to_content": "Z directionéiere bis zum Haaptinhalt", "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", + "nav.subscription": "Abonnement", + "nav.toggle_dark_mode": "Dunkel Modus umschalten", + "nav.toggle_nav": "Navigatiounsmenü umschalten", "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", + "nav.users": "Benotzer", + "nav.version": "Versiounsinformatioun", "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", + "notifications.filter_read": "NUR gelies", + "notifications.filter_unread": "NUR net gelies", "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", + "notifications.mark_all_read": "Markéiert all als gelies", + "notifications.mark_all_read_btn": "All gelies markieren", + "notifications.mark_read": "Markéiert als gelies", + "notifications.no_notifications": "Keng Notifikatiounen", + "notifications.page_title": "Notifikatiounen", "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", + "notifications.tab_settings": "Einstellungen", + "notifications.title": "Notifikatiounen", + "notifications.unread_count": "{count} net gelies Notifikatiounen", + "pipelines.active_label": "Aktiv", + "pipelines.add_step_btn": "Schrëtt hinzufügen", + "pipelines.create": "Pipeline erstellen", + "pipelines.custom_label_label": "Eegen Etikett", + "pipelines.default_label": "Standard", + "pipelines.description_label": "Beschreiwung", + "pipelines.description_placeholder": "Optional Beschreiwung", + "pipelines.disabled_label": "Deaktivéiert", + "pipelines.edit": "Pipeline éditéieren", + "pipelines.empty_state": "Keen Pipeline bis elo", + "pipelines.empty_state_hint": "Schafen Är éischt Pipeline fir eegen Dokumentveraarbechtungs-Workflows ze definéieren.", + "pipelines.enabled_label": "Aktivéiert", + "pipelines.force_cloud_ocr_label": "Zwangs Cloud OCR (lokal Textextraktioun ignoréieren)", + "pipelines.inactive_label": "Inaktiv", + "pipelines.loading": "Pipelines laden\u001e", + "pipelines.name_placeholder": "Mäi Pipeline", + "pipelines.new_pipeline_btn": "Nei Pipeline", + "pipelines.no_steps": "Keng Schrëtt definiéiert. Füügt e Schrëtt derbäi fir un Ärer Pipeline ze bauen.", + "pipelines.ocr_auto": "Auto (systemstandard benotzen)", + "pipelines.ocr_language_hint": "Ümgeet d'global Sproochenoptioun fir Tesseract/EasyOCR. Azure an Mistral erkenn déi Sprooch automatesch.", + "pipelines.ocr_language_label": "OCR Sprooch", "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", + "pipelines.page_title": "Veraarbechtungs-Pipelines", + "pipelines.set_default": "Als menger Standard-Pipeline setzen", + "pipelines.step_label_placeholder": "De standard Schrëttsnumm iwwerschreiwen", + "pipelines.step_type_label": "Schrëtt Typ", + "pipelines.subtitle_intro": "Definéiert a verwaltet eegen Dokumentveraarbechtungs-Workflows.", + "pipelines.subtitle_system_post": "Badge an si sichtbar fir all Nutzer.", + "pipelines.subtitle_system_pre": "System-Pipelines (crééiert vun Administrateuren) sinn mat engem", "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", + "pipelines.system_pipeline_label": "System-Pipeline (sichtbar fir all Nutzer)", + "pipelines.title": "Veraarbechtungs-Pipelines", + "profile.avatar_alt": "Är Profilbild", + "profile.avatar_heading": "Profilbild", + "profile.avatar_remove": "Maachen déi personaliséiert Avatar ewech", + "profile.avatar_upload_hint": "Lueden e JPEG, PNG, GIF oder WebP Bild bis zu 2 MB erop. Wann keng personaliséiert Bild festgeluecht ass, gëtt Är {gravatar} gewisen.", + "profile.choose_image": "Bild wielen…", + "profile.confirm_password": "Bestätegt nei Passwuert", + "profile.contact_email_hint": "Benotzt fir Systemnotifikatiounen. Dëst ännert Ären Accès-E-Mail net.", + "profile.contact_email_label": "Kontakt / Notifikatioun E-Mail", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "Aktuellt Passwuert", + "profile.dismiss": "Ofwéckelen", + "profile.display_name_hint": "Loosst et eidel fir Ären Accès-Numm oder E-Mail ze benotzen.", + "profile.display_name_label": "Ugezeige Numm", + "profile.display_name_placeholder": "Ären Numm wéi am UI gewisen", + "profile.general_heading": "Allgemeng Informatiounen", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profilakommados", + "profile.language_auto_detect": "Automatesch Erkennung (vun Browser)", + "profile.language_hint": "Wielt Är bevorzugt Benotzterinterface-Sprooch. “Automatesch Erkennung” follegt Äre Browser-Astellunge.", + "profile.language_label": "UI Sprooch", + "profile.new_password": "Neit Passwuert", + "profile.new_password_hint": "Minimum 8 Charakterer.", + "profile.page_title": "Profilakommados – DocuElevate", + "profile.password_heading": "Passwuert änneren", + "profile.preferences_heading": "Preferenze", + "profile.save_button": "Ännerungen späicheren", + "profile.saving": "Späicheren…", + "profile.subtitle": "Verwalt Ären ugezeigten Numm, Avatar, Sprooch a Thema-Preferenzen.", + "profile.theme_dark": "Däischtert", + "profile.theme_hint": "“Systemstandard” follegt der däischter Modus Astellung vun Ärem Apparat.", + "profile.theme_label": "Faarfschema", + "profile.theme_light": "Liicht", + "profile.theme_system": "Systemstandard", + "profile.update_password": "Passwuert aktualiséieren", + "profile.updating": "Aktualiséieren\u00133", + "queue.active_tasks": "Aktiv Tasken", + "queue.auto_refresh_1": "Auto-Refresht all", + "queue.auto_refresh_2": "Sekonnen", + "queue.col_arguments": "Argumenter", + "queue.col_current_step": "Aktuellen Schrëtt", + "queue.col_file": "Datei", + "queue.col_files": "Fichieren", "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", + "queue.col_state": "Status", + "queue.col_task": "Aufgabe", + "queue.col_task_id": "Aufgaben ID", + "queue.files_processing": "Fichieren Veraarbechtung", "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", + "queue.last_updated": "Zënter lescht aktualiséiert:", + "queue.loading_stats": "Lueden vun Queue Statistiken\n0…", + "queue.no_active_tasks": "Keng aktiv Aufgaben", + "queue.no_data": "Keng Daten", + "queue.no_files_processing": "Keng Fichieren am Moment verarbeitet", "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", + "queue.processing_pipeline": "Veraarbechtungs Pipeline", + "queue.queued_tasks": "Queuéiert Aufgaben", + "queue.recently_processing": "Kuerz Fichiere Veraarbecht", "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", + "queue.subtitle": "Echtzäit Vue vum Documentveraarbechtungs Pipeline an Celery Aufgaben Queues.", + "queue.workers_online": "Aarbechter Online", + "search.button": "Sichen", + "search.error_message": "Sichen ass momentan net verfügbar. W.e.g. probéiert et nach eng Kéier an engem Moment.", + "search.filter_aria_clear": "All Filtrë merzéieren", + "search.filter_clear_button": "Filtrë merzéieren", + "search.filter_date_from": "Datum Vun", + "search.filter_date_to": "Datum Bis", + "search.filter_document_type": "Documenttyp", + "search.filter_document_type_placeholder": "z.B. Rechnung", + "search.filter_language": "Sprooch", + "search.filter_language_placeholder": "z.B. de", "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", + "search.filter_sender_placeholder": "z.B. ACME Corp", "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", + "search.filter_tags_placeholder": "z.B. amazon", + "search.filter_text_quality": "Textqualitéit", "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", + "search.filter_text_quality_high": "Héchst", + "search.filter_text_quality_low": "Niddreg", + "search.filter_text_quality_medium": "Mëttel", + "search.filter_text_quality_no_text": "Keen Text", + "search.heading": "Document Sich", + "search.input_aria_label": "Dokumenten sichen", + "search.input_placeholder": "Dokumenten duerch Inhalt, Sender, Tags, Typ ... sichen", + "search.loading_indicator": "Sichen\u0001926", + "search.no_results": "Keen Resultater fonnt", + "search.page_title": "Dokumenten sichen", + "search.placeholder": "Sichen duerch Dateinumm, Inhalt, Tags ...", + "search.result_empty": "Keen Dokumenter, déi Ärer Fro entspriechen, fonnt.", + "search.results_count": "{count} Resultater fonnt", + "search.saved_aria_save": "Aktuell Sich hunn", + "search.saved_button": "Aktuell späicheren", + "search.saved_empty": "Keng gespäicherten Sichen nach", + "search.saved_error": "Konnte gespäicherten Sichen net lueden", + "search.saved_label": "Gespeicherte Sichen", + "search.saved_loading": "Lueden ...", + "search.title": "Dokumenten sichen", + "settings.audit_log_btn": "Auditprotokoll", + "settings.autocomplete_hint": "Schreift fir bekannt Wäerter ze sichen, oder gitt eng individuell Wärt agebrach.", + "settings.autocomplete_no_matches": "Keen Matcher \u0014 \u00196 dir kënnt nach eng individuell Wärt schreift", + "settings.autocomplete_placeholder": "Schreift fir ze sichen oder eng Wärt agebrach ...", + "settings.boolean_enable_prefix": "Aktivéiere", + "settings.categories_aria": "Einstellungen Kategorien", + "settings.categories_heading": "Kategorien", "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "settings.effective_value_label": "Effektive Wärt:", + "settings.encrypted_suffix": "= verschl\u001926 am Ruhezustand", + "settings.encrypted_title": "Wärt ass verschl\u001926 am Ruhezustand an der Datebank", + "settings.export_btn": "Exportéieren", + "settings.export_db_only": "Just DB-Einstellungen", + "settings.export_full_config": "Ganz effektiv Konfiguratioun", + "settings.jump_to_category": "Sprang an d'Kategorie ...", + "settings.manage_config_prefix": "Konfiguratioun verwalten. Prioritéit:", + "settings.model_picker_hint": "Wielt aus der Lëscht oder schreift all Modellnumm, deen vun Ärem Provider ënnerstëtzt gëtt.", + "settings.model_picker_placeholder": "Wielt e gemeinsame Modell oder schreift e individuellen Numm ...", + "settings.no_results_clear": "d'Sich lëschten", + "settings.no_results_heading": "Keng Einstellungen fonnt", + "settings.no_results_hint": "Probéiert eng aner Sichbegriff oder", + "settings.page_heading": "Applikatiounseinstellungen", + "settings.required_label": "(erfuerderlech)", + "settings.reset_confirm": "Sind dir sécher, datt Dir dës Einstellung zrécksetzen wëllt?", + "settings.restart_required_suffix": "= neistarten erfuerderlech", + "settings.revert_btn": "Entfernen aus DB", + "settings.revert_title": "DB Iwwerreechung eentfernen a widder op Ëmfeldvariabel oder Standard zréckzéien", + "settings.reverting": "Wiederherstellen\u001036", + "settings.save_all_btn": "All Ännerungen späicheren", + "settings.save_error": "Späicheren vun der Astellung ass gescheitert", + "settings.save_setting_title": "Dës Astellung späicheren", + "settings.save_success": "Astellung erfollegräich gespäichert", + "settings.saving_state": "Späicheren\u001036", + "settings.search_aria_label": "Astellungen sichen", + "settings.search_clear_aria": "Sich ecleeren", + "settings.search_placeholder": "Sichen Astellungen no Numm, Schlëssel, oder Beschreiwung\u001036", + "settings.settings_count_suffix": "Astellungen", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", + "settings.source_default_badge": "STANDARD", "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", + "settings.title": "Astellungen", + "settings.toggle_visibility_aria": "Passwuertsiicht umschalten", + "settings.toggle_visibility_title": "Wäert weisen/verstechen", + "settings.user_autocomplete_empty": "Keen entspriechend Benotzer fonnt", + "settings.user_autocomplete_hint": "Schreift fir bestehend Benotzer no Numm ze sichen, oder gitt e Beispill manuell an.", + "settings.user_autocomplete_placeholder": "Fänkt un ze schreift fir Benotzer ze sichen\u001036", "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", + "shared.col_expiry": "Verfallsdatum", + "shared.col_file_label": "Dossier / Label", "shared.col_link": "Link", "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", + "shared.copy_link_aria": "Link an d'Zwischenspeicher kopéieren", + "shared.copy_link_title": "Link kopéieren", + "shared.create_btn": "Link erstellen", + "shared.create_heading": "Neit gemeinsamen Link erstellen", + "shared.creating": "Erstellen\u001036", + "shared.expiry_12h": "12 Stonnen", + "shared.expiry_14d": "14 Deeg", + "shared.expiry_1h": "1 Stonn", + "shared.expiry_24h": "24 Stonnen (1 Dag)", + "shared.expiry_30d": "30 Deeg", + "shared.expiry_3d": "3 Deeg", + "shared.expiry_6h": "6 Stonnen", + "shared.expiry_7d": "7 Deeg", + "shared.expiry_label": "Verfallsdatum", + "shared.expiry_never": "Jeemools", + "shared.file_id_help_post": "Seite oder an der URL vum Dokumentdetail.", + "shared.file_id_help_pre": "Fënnt de Datei-ID op der", + "shared.file_id_label": "Datei-ID", + "shared.file_id_placeholder": "z.B. 42", + "shared.files_link": "Dateien", + "shared.heading": "Geteete Linken", "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", + "shared.label_placeholder": "z.B. Geteet mat Bob", + "shared.link_created": "Geteete Link erstallt!", + "shared.link_created_help": "Kopéiert an schéckt dësen Link un den Empfänger.", + "shared.links_count_aria": "Zuel vun Linken", + "shared.max_downloads_label": "Max Downloads", + "shared.no_links": "Keng geteete Linken nach. Erstellt eng iwwer fir anzefänken.", + "shared.open_in_new_tab": "An neier Registerkaart opmaachen", + "shared.open_link_aria": "Geteete Link opmaachen", "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", + "shared.page_title": "Geteete Linken – DocuElevate", + "shared.password_label": "Passwuert", + "shared.password_placeholder": "Léisst e Leer fir kee Passwuert", + "shared.password_protected": "Passwuert geschützt", + "shared.refresh_aria": "Erneiert d'Liste vun geteete Linken", + "shared.revoke_aria_prefix": "Zréckzéien vum geteete Link fir", + "shared.revoke_btn": "Zréckzéien", + "shared.status_active": "Aktiv", + "shared.status_expired": "Abedankt", + "shared.status_limit_reached": "Limit erreecht", + "shared.status_revoked": "Gestrach", + "shared.subtitle": "Deelen Dokumenter mat jiddferen duerch e zeitlimitéierte oder sichtlimitéierte Link. Empfänger brauche keen DocuElevate Konto. Linken kënnen passwuertgeschützt sinn an zu all Moment zréckgezunn ginn.", + "shared.table_aria": "Geteete Linken", + "shared.unlimited_placeholder": "Onlimitéiert", + "shared.your_links": "Är Geteete Linken", + "similarity.backfill_auto": "D'Ënnerbackgrondaufgab wäert se automatesch all 5 Minutten berechnen, oder Dir kënnt", + "similarity.files_missing_text": "Datei(en) hunn OCR Text awer nach keng Embeddding.", + "similarity.find_pairs_btn": "Fannt Pairen", + "similarity.heading": "Dokument Ënnerscheed", + "similarity.load_error": "Lueden vu Pairen ouni Erfolleg.", + "similarity.min_similarity_label": "Min. Ënnerscheed", + "similarity.no_pairs_detail": "Keng Dokumentpaaren iwwertrëffen d'Ënnerscheed Schwelle.", + "similarity.no_pairs_heading": "Keng ähnlech Pairen fonnt", + "similarity.page_title": "Dokument Ähnlechkeet - DocuElevate", + "similarity.pagination_aria": "Ähnlechkeet Pärchen Pagination", + "similarity.per_page_label": "Pro Säit", + "similarity.scanning": "Scannen no ähnleche Dokument Pärchen...", + "similarity.stat_embedding_model": "Embedding Modell", + "similarity.stat_missing_embedding": "Fehlend Embedding", + "similarity.stat_total_files": "Total Dateien", + "similarity.stat_with_embedding": "Mat Embedding", + "similarity.subtitle": "Pärchen vu Dokumenter mat héijer semantescher Ähnlechkeet, rangéiert no Score.", + "similarity.trigger_aria": "Trigger Embedding Berechnung fir all Dateien déi Embeddings féle", + "similarity.trigger_now": "lo séch triggeren", + "status.app_version": "App Versioun", + "status.build_date": "Build Datum", "status.container_id": "Container ID", "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "status.last_check": "Lescht Iwwerpréiwung", + "status.page_title": "Systemstatus", + "status.setting_label": "Astellunge", + "status.value_label": "Wäert", + "subscription.available_plans_heading": "Disponibel Pläng", + "subscription.back_to_dashboard": "Zréck op Dashboard", + "subscription.cancel_pending": "Ännerung annuléieren", + "subscription.cancel_scheduled": "Geplangte changement annuléieren", + "subscription.contact_sales": "Verkafsbereitstellung kontaktéieren", + "subscription.current_badge": "Aktuell", + "subscription.current_plan": "Aktuellen Plang", + "subscription.current_plan_cta": "Äre aktuellen Plang", + "subscription.downgrade_to_prefix": "Zréckgoe op", + "subscription.features_heading": "Wat ass an ärem Plang enthal", + "subscription.free": "Fräi", + "subscription.heading": "Meng Abonnement", + "subscription.keep_plan_prefix": "Halten", + "subscription.lifetime_files": "Total Dateie (liewensdauer)", + "subscription.month_files": "Dateie dëse Mount", + "subscription.more_features_label": "méi", + "subscription.page_title": "Meng Abonnement \u00134 DocuElevate", + "subscription.pending_badge": "Àllegen", + "subscription.pending_benefits": "Dir haalt all actuel Plang Beneficer bis deem Zäitpunkt.", + "subscription.pending_on": "am", + "subscription.pending_title": "Geplangten Plangschangement àllegen", + "subscription.pending_will_change": "Äre Plang gëtt geännert op", + "subscription.per_mo": "/mo", + "subscription.per_month": "/Mount", + "subscription.since": "Zënter", + "subscription.single_user_body": "Abonnementstufen gëllen wann de Multi-User-Modus aktiv ass. Äre System leeft zur Zäit am Single-User-Modus ouni Verarbechtsgrenzen. En Admin kann de Multi-User-Modus iwwer {settings_link} aktivéieren.", + "subscription.single_user_title": "Multi-User-Modus ass net aktiv.", + "subscription.subtitle": "Äre aktuellen Plang, Gebrauch an disponibil Upgrades.", + "subscription.this_month_label": "dëse Mount", + "subscription.today_files": "Dateie haut", + "subscription.today_label": "haut", + "subscription.unlimited": "Unbegrenzt", + "subscription.upgrade_info": "Upgrades trêen direkt an. Downgrades ginn zum Enn vun Ärer aktueller Abrechnungsperiod geplangt.", + "subscription.upgrade_to_prefix": "Upgrade op", + "subscription.usage_heading": "Gebrauch", + "upload.browse_button": "Dateien auswielen", + "upload.button_processing": "Verarbechten...", + "upload.camera_button": "Foto maachen / Dokument scannen", + "upload.download_button": "Download an verarbeiten", + "upload.downloading": "Datei vun URL eroflueden...", + "upload.drag_drop": "Zéie & drop Dateien hei oder klickt fir ze wielen", + "upload.drop_hint_desktop": "Zéie & drop Dateien oder Folders hei, oder klickt fir Dateien ze wielen.", + "upload.drop_hint_mobile": "Tippt fir Dateien ze wielen oder benotzt den Kamera Knäppchen ënnen.", + "upload.drop_zone_aria": "Datei Upload Beräich. Zéie a fallen Dateien hei, oder dréckt Enter fir Dateien ze wielen.", + "upload.error": "Upload ass gescheitert", + "upload.error_invalid_url": "Ungüglieder URL Format", + "upload.error_url_required": "Bitte gitt eng URL an", + "upload.file_size_hint": "Maximum Gréisst: 500 MB pro Datei", + "upload.file_types": "Erlaabte Typen: PDF, Office Dokumenter (Word, Excel, PowerPoint, etc.), Biller", + "upload.filename_description": "Loosst eidel fir den Dateinumm vun der URL ze benotzen", + "upload.filename_label": "Dateinumm (optiounal)", + "upload.filename_placeholder": "meng-document.pdf", + "upload.max_size": "Maximal Datei Gréisst: {size}", + "upload.page_title": "Dateien Uplueden", + "upload.section_device": "Uplued vun Geräter", + "upload.section_url": "Uplued vun URL", + "upload.select_file": "Wielt Datei", + "upload.success": "Datei erfolgech ugegraFF", + "upload.title": "Dokument ugegraFF", + "upload.uploading": "UgegraFF...", + "upload.url_description": "Gitt e direkte Link zu enger Datei an (PDF, Office Dokumenter, oder Biller)", + "upload.url_label": "Datei URL", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/li.json b/frontend/translations/li.json index d36160ed..705271c4 100644 --- a/frontend/translations/li.json +++ b/frontend/translations/li.json @@ -1,593 +1,700 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Maak kennis met de creator", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", + "about.creator_pre": "DocuElevate is met passie ontwikkeld door", + "about.features_admin_api": "Krachtige REST API voor programatische toegang", + "about.features_admin_config": "Hoogst configureerbaar via omgevingsvariabelen", + "about.features_admin_docker": "Docker-klaar voor gemakkelijke implementatie en opschaling", + "about.features_admin_heading": "Administratie", + "about.features_admin_oauth2": "OAuth2-authenticatieondersteuning met Authentik", + "about.features_automation_background": "Achtergrondverwerking met Redis en Celery", + "about.features_automation_gmail": "Gmail en algemene e-mailaccountintegratie", + "about.features_automation_heading": "Automatisering", + "about.features_automation_imap": "IMAP-inbox polling uit meerdere bronnen", + "about.features_automation_ingestion": "Geautomatiseerde documentinvoer uit verschillende ingangen", + "about.features_heading": "Belangrijkste functies", + "about.features_integration_cloud": "Cloudopslag: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integratie & Opslag", + "about.features_integration_multi_dest": "Multi-bestemmingsondersteuning (sla documenten op op meerdere locaties)", + "about.features_integration_protocols": "Transferprotocollen: FTP, SFTP, E-mail doorsturen", + "about.features_integration_selfhosted": "Zelf-gehoste opties: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Intelligente documentclassificatie en dataverzameling", + "about.features_processing_heading": "Documentverwerking", + "about.features_processing_metadata": "Geautomatiseerde metadata-extractie met een pluggable AI-provider", + "about.features_processing_ocr": "OCR aangedreven door Azure Document Intelligence", + "about.features_processing_pdf": "PDF-conversie voor verschillende bestandsformaten via Gotenberg", + "about.features_processing_upload": "Eenvoudige en veilige bestand uploads met drag & drop ondersteuning", + "about.github_logo_alt": "GitHub-logo", + "about.heading": "Over DocuElevate", + "about.intro_post": " – jouw moderne, intelligente oplossing voor documentverwerking! We hebben DocuElevate gebouwd om de manier waarop je je documenten beheert volledig te transformeren – van uploaden tot extractie, van verwerking tot opslag.", + "about.intro_pre": "Welkom bij ", + "about.involved_description": "Wil je in de code duiken, ideeën bijdragen of meer leren over DocuElevate?", + "about.involved_docs": "Lees de documentatie", + "about.involved_github": "Bekijk DocuElevate op GitHub", + "about.involved_heading": "Doe mee", + "about.involved_website": "Bezoek de DocuElevate-website", + "about.legal_description": "We geven om jouw privacy en gegevensbeveiliging. Bekijk alstublieft onze:", + "about.legal_heading": "Privacy & Juridisch", + "about.legal_license": "Licentie-informatie", + "about.legal_privacy": "Privacyverklaring", + "about.page_title": "Over DocuElevate", + "about.story_heading": "Ons verhaal", + "about.story_p1": "DocuElevate is gemaak met èng doel in gedach: om dokumentbeheere te vereenvoudige en te stroomline voor iederee, of ge n kleinsjtartup of e groete onderneming bents.", + "about.story_p2": "Merke de kracht van pluggable AI-leveranciers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, en mer) veur metadata-extractie en tekstverfijnin, integreer naadloos mit Dropbox, Nextcloud, en Paperless NGX veur opslag en indexing, benut Azure Document Intelligence veur OCR, en gebriek zelfs Gotenberg veur file-to-PDF conversies.", + "api_tokens.col_created": "Gemaakt", + "api_tokens.col_last_ip": "Laatste IP", + "api_tokens.col_last_used": "Laatste Gebruikt", + "api_tokens.col_name": "Naam", "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", + "api_tokens.copy_to_clipboard": "Kopieer token naar klembord", + "api_tokens.copy_upload_example": "Kopieer upload voorbeeld naar klembord", + "api_tokens.copy_warning_1": "Kopieer dit token noe — het zal", + "api_tokens.copy_warning_2": "niet weer getoond weure", + "api_tokens.create_heading": "Maak Nieu Token", + "api_tokens.create_token": "Maak Token", + "api_tokens.creating": "Maakt\u0000e…", "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", + "api_tokens.intro": "Maak persoonlijke API tokens om te interageren mit de DocuElevate API programmaties. Gebruik tokens veur webhook uploads, CI/CD pipelines, of e sjript die moet uploaden of documenten ophalen.", + "api_tokens.loading_tokens": "Tokens laot…", + "api_tokens.never": "Nooit", + "api_tokens.no_tokens_heading": "Geen API tokens nog", + "api_tokens.no_tokens_help": "Maak dien eerste token hierboven om te beginne.", "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", + "api_tokens.revoke": "Herroep", + "api_tokens.revoke_prefix": "Herroep token", + "api_tokens.status_active": "Actief", + "api_tokens.status_revoked": "Herroepen", "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "api_tokens.token_created": "Token met success gemaakt!", + "api_tokens.token_name_label": "Token naam", + "api_tokens.token_name_placeholder": "b.v. CI Pipeline, Webhook Upload, Mijn Script", + "api_tokens.usage_heading": "Gebruik Voorbeeld", + "api_tokens.usage_intro_post": "header mit eige API verzoek:", + "api_tokens.usage_intro_pre": "Gebruik dien API token in de", + "api_tokens.your_tokens": "Dien Tokens", "app.name": "DocuElevate", "audit.col_ip": "IP", "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", + "audit.col_timestamp": "Tijdstempel", + "audit.critical": "Kritiek", + "audit.filter_action": "Actie", + "audit.filter_all_actions": "Alle acties", + "audit.filter_all_users": "Alle gebruikers", + "audit.filter_resource_placeholder": "bijv. document, gebruiker", + "audit.filter_resource_type": "Hulpbron Type", + "audit.filter_severity": "Ernst", + "audit.filter_user": "Gebruiker", "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", + "audit.next": "Volgende", + "audit.next_label": "Volgende pagina", + "audit.no_events": "Geen audit evenementen tot nu toe geregistreerd.", + "audit.no_events_hint": "Belangrijke acties (inloggen, documentbewerkingen, instellingen wijzigingen) zullen hier verschijnen.", "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", + "audit.pagination_label": "Audit log paginering", + "audit.prev": "Vorige", + "audit.prev_label": "Vorige pagina", + "audit.refresh_label": "Vernieuw audit logs", + "audit.siem_disabled_title": "SIEM doorsturen is uitgeschakeld", + "audit.siem_enabled_title": "Evenementen worden doorgestuurd naar ", + "audit.siem_off": "SIEM: Uit", + "audit.subtitle": "Uitgebreid, alleen-append record van alle significante acties.", + "audit.table_label": "Audit log evenementen", "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", + "auth.confirm_password": "Bevestig Wachtwoord", + "auth.create_account": "Maak account", + "auth.display_name_label": "Weergavenaam", "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", + "auth.forgot_password": "Wachtwoord Vergeten?", + "auth.forgot_username": "Gebruikersnaam Vergeten?", + "auth.login": "Inloggen", + "auth.login_title": "Inloggen", "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", + "auth.logout": "Uitloggen", + "auth.my_account": "Mijn Account", + "auth.no_account": "Heb je geen account?", + "auth.or_continue_with": "Of ga verder met", + "auth.password_label": "Wachtwoord", + "auth.profile": "Profiel", + "auth.remember_me": "Onthoud mij", + "auth.return_home": "Terug naar Home", + "auth.sign_in": "Aanmelden", + "auth.sign_in_sso": "Aanmelden met SSO", + "auth.sign_in_with": "Inloggen mit", + "auth.sign_in_with_username": "Inloggen mit gebruikersnaam", + "auth.signup": "Aanmelden", + "auth.signup_title": "Aanmelden", + "auth.username_label": "Gebruikersnaam", + "auth.username_or_email": "Gebruikersnaam of E-mail", + "auth.verify_email_back_sign_in": "Terug naar inloggen", + "auth.verify_email_expiry": "De link verloopt in 24 uur. Als je de e-mail niet ziet, controleer je spamfolder.", + "auth.verify_email_heading": "Controleer je inbox", + "auth.verify_email_message": "We hebben je een verificatie-e-mail gestuurd. Klik op de link in de e-mail om je account te activeren.", + "auth.verify_email_page_title": "DocuElevate - Verifieer Je E-mail", + "auth.verify_email_resend_aria_label": "E-mailadres voor opnieuw verzenden", + "auth.verify_email_resend_button": "Verzend verificatie-e-mail opnieuw", + "auth.verify_email_resend_label": "E-mailadres", + "auth.verify_email_resend_placeholder": "Voer je e-mailadres in", + "auth.verify_email_resend_prompt": "Niet ontvangen?", + "backup.archives_heading": "Backup Archieven", + "backup.backup_now": "Maak nu een backup", + "backup.clean_up": "Opruimen", + "backup.cleanup_title": "Voer nu retention opruiming uit", + "backup.col_created": "Aangemaakt", + "backup.col_filename": "Bestandsnaam", + "backup.col_size": "Grootte", + "backup.col_storage": "Opslag", "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", + "backup.config_auto_backup": "Automatische backup", + "backup.config_remote_dest": "Afstandelijke bestemming", + "backup.config_retention": "Retentie", + "backup.config_total_size": "Totaal lokale grootte", + "backup.confirm_btn": "Bevestigen", + "backup.confirm_title": "Bevestig actie", + "backup.heading": "Backup Beheer", + "backup.local_only": "Alleen lokaal", + "backup.no_backups": "Nog geen backups.", + "backup.no_backups_hint": "Klik op Maak nu een backup om je eerste backup te maken.", + "backup.page_title": "Backup Beheer", "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "backup.restore_btn": "Herstellen", + "backup.restore_desc_mid": "backuparchief om de database te herstellen.", + "backup.restore_desc_pre": "Upload een", + "backup.restore_desc_warning": "Dit zal alle huidige gegevens overschrijven.", + "backup.restore_file_label": "Backup archief (.db.gz)", + "backup.restore_heading": "Herstellen van bestand", + "backup.restoring": "Herstellen\u0015", + "backup.retention_daily_detail": "\u000203 weeke", + "backup.retention_heading": "Bewaarbeleid", + "backup.retention_hourly_detail": "\u000204 dág", + "backup.retention_note": "Backups die deze limieten overschrijden worden automatisch verwijderd na elke nieuwe backup die wordt gemaakt.", + "backup.retention_weekly_detail": "\u000203 maande", + "backup.snapshots": "momentopnames", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", + "backup.storage_local": "lokaal", + "backup.subtitle": "Databank backups worden automatisch gemaakt: elk uur (4 dág), dagelijks (3 weke), wekelijks (13 weke).", + "backup.table_aria": "Backup archieven", + "backup.trigger_daily": "Backup Nu (Dagelijks)", + "backup.trigger_hourly": "Backup Nu (Uurlijks)", + "backup.trigger_weekly": "Backup Nu (Wekelijks)", + "backup.type_daily": "Dagelijks", + "backup.type_hourly": "Uurlijks", + "backup.type_weekly": "Wekelijks", + "billing.go_to_dashboard": "Ga naar dashboard", + "billing.manage_subscription": "Beheer abonnement", + "billing.success_heading": "Je bent helemaal klaar!", + "billing.success_message": "Je abonnement is geactiveerd. Bedankt voor het kiezen van DocuElevate!", + "billing.success_page_title": "DocuElevate - Abonnement Geactiveerd", + "common.actions": "Acties", + "common.active": "Actief", + "common.all": "Alle", + "common.avatar": "Avatar", + "common.back": "Terug", + "common.cancel": "Annuleren", + "common.close": "Sluiten", + "common.col_pending": "In afwachting", + "common.completed": "Voltooid", + "common.confirm": "Bevestigen", + "common.copied": "Gekopieerd!", + "common.copy": "Kopiëren", + "common.create": "Creëren", + "common.created": "Gemaakt", + "common.date": "Datum", + "common.delete": "Verwijderen", + "common.description": "Beskrywing", + "common.details": "Detalje", + "common.disabled": "Uitschaald", + "common.download": "Aflaad", + "common.duplicate": "Dupliceer", + "common.edit": "Bewere", + "common.enabled": "Ingeschakeld", + "common.error": "Fout", + "common.failed": "Geëchode", "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", + "common.inactive": "Inaktief", + "common.info": "Informaties", + "common.loading": "Laod...", + "common.name": "Naam", + "common.next": "Volgende", + "common.next_page": "Volgende pagina", + "common.no": "Nee", + "common.none": "Geen", + "common.page": "Pagina", + "common.paused": "Pausd", + "common.pending": "In afwachting", + "common.prev_page": "Vorige pagina", + "common.previous": "Vorige", + "common.processing": "Verwerking", + "common.refresh": "Vernieuwen", + "common.reset": "Herstel", + "common.retry": "Probeer opnieuw", + "common.save": "Bewaar", + "common.search": "Zoek", + "common.select": "Kies", + "common.select_placeholder": "\u0002014 kies \u0002014", + "common.size": "Grootte", "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", + "common.submit": "Indienen", + "common.success": "Succes", "common.tags": "Tags", + "common.test": "Test", + "common.test_connection": "Test Verbinding", "common.type": "Type", - "common.updated": "Updated", + "common.update": "Updaten", + "common.updated": "Bijgewerkt", "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", + "common.view": "Zicht", + "common.warning": "Waarschuwing", + "common.yes": "Ja", + "cookie.accept": "Begrepen", + "cookie.learn_more": "Meer lerne", + "cookie.message": "Dish website gebroeke cookies um äch deney te verbesse.", + "cookie.notice": "DocuElevate gebroekt alleen essensieële sessie-cookies die vereiste zijn veur authenticatie en dienstwerking. Geen tracking of analytics cookies worden gebruikt.", + "cookie.notice_label": "Cookie-aankondiging", + "cookie.policy_link": "Cookiebeleid", + "cookie.privacy_link": "Privacy-aankondiging", + "credentials.col_action": "Actie", "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", + "credentials.col_source": "Bron", + "credentials.configured": "Geconfigureerd", + "credentials.edit_in_settings": "Bewerk in Instellingen", + "credentials.legend_db": "Warde opgeslagen in de database (geëncrypteerd in rust; overschrijft omgevingsvariabele)", + "credentials.legend_env_after": " bestand", + "credentials.legend_env_before": "Warde van omgevingsvariabele of ", + "credentials.legend_missing": "Credential niet ingesteld — integratie zal niet werken", + "credentials.legend_restart": "Herstart vereist wanneer deze credential wordt gedraaid", + "credentials.legend_title": "Legende", + "credentials.manage_settings": "Beheer Instellingen", + "credentials.not_configured": "Niet Geconfigureerd", "credentials.page_title": "Credential Audit - DocuElevate", "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", + "credentials.restart_title": "Herstart vereist na het draaien van deze credential", + "credentials.source_db_title": "Opgeslagen in database (geëncrypteerd)", + "credentials.source_env_title": "Van omgevingsvariabele", + "credentials.status_missing": "Ontbrekend", + "credentials.subtitle": "Overzicht van alle gevoelige credentials die door DocuElevate worden gebruikt. Geen geheime waardes worden hier getoond — alleen of elke credential is geconfigureerd en waar hij vandaan komt.", + "credentials.table_for": "Credentials veur", "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", + "credentials.total_credentials": "Totaal Credentials", + "dashboard.active_integrations": "Actieve Integraties", + "dashboard.files_this_month": "Bestanden Disse Maand", + "dashboard.files_today": "Bestanden Disse Daag", + "dashboard.ocr_processed": "OCR Verwerkt", + "dashboard.quick_actions": "Snelle Acties", + "dashboard.recent_activity": "Recente Activiteit", + "dashboard.storage_targets": "Opslagdoelen", "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "dashboard.total_files": "Totaal Bestanden", + "dashboard.welcome": "Welkom bij DocuElevate", + "duplicates.file_id_label": "Bestand ID", + "duplicates.file_id_placeholder": "b.v. 42", + "duplicates.find_btn": "Zoek", + "duplicates.found_files": "dubbele bestand(en) totaal.", + "duplicates.found_groups": "dubbele groep(en) met", + "duplicates.found_prefix": "Gevonden", + "duplicates.group_aria": "Dubbele groep", + "duplicates.heading": "Dubbele Documenten", + "duplicates.how_it_works_heading": "Hoe near-duplicate detectie werkt", + "duplicates.max_results_label": "Max resultaat", + "duplicates.near_dup_desc": "Selecteer een document om te controleren of andere bestanden dezelfde (of zeer soortgelijke) inhoud bevatten — zelfs als ze op verschillende tijden zijn gescand en verschillende SHA-256-hashes hebben.", + "duplicates.near_dup_heading": "Vind Near-Duplicates voor een Document", + "duplicates.no_exact_heading": "Geen exacte duplicaten gevonden", + "duplicates.page_title": "Dubbele Documenten - DocuElevate", + "duplicates.pagination_aria": "Paginering", + "duplicates.role_duplicate": "Dubbel", + "duplicates.role_original": "Origineel", + "duplicates.tab_exact": "Exacte Duplicaten", + "duplicates.tab_near": "Near-Duplicate Vinder", + "duplicates.tabs_aria": "Tabs voor duplicate detectie", + "duplicates.threshold_label": "Gelijkenis drempel", + "duplicates.view_dup_aria": "Bekijk dubbel bestand", + "duplicates.view_original_aria": "Bekijk origineel bestand", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Oeps, we konden die pagina niet vinden!", + "error.404_home": "Terug naar Home", + "error.404_message": "Het lijkt erop dat DocuElevate het document dat u zocht, kwijt is geraakt. Maak je geen zorgen – we zijn er voor je.", + "error.404_title": "404 - Niet Gevonden", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Toon Debug Info", + "error.500_description": "Onze servers hebben een probleem ondervonden en hebben even tijd nodig.", + "error.500_heading": "Oeps! Er is iets mis gegaan.", + "error.500_home": "Ga naar Home", + "error.500_img_alt": "Illustratie van een serverfout", + "error.500_message1": "Onze servers hebben een probleem ondervonden en hebben even tijd nodig. Misschien hebben de hamsters hun koffie gemorst?", + "error.500_message2": "We zijn er al mee bezig — bestanden sorteren, servers opnieuw opstarten en fluxcapacitors opnieuw kalibreren.", + "error.500_title": "Serverfout - DocuElevate", + "error.forbidden": "Verboden", + "error.forbidden_message": "Je hebt geen toestemming om deze pagina te bekijken.", + "error.not_found": "Pagi neet gevonden", + "error.not_found_message": "De pagi die ge zocht neet bestaat.", + "error.server_error": "Intern Serverfout", + "error.server_error_message": "Er is iets misgegaan. Probeer het later nog es.", + "error.unauthorized": "Niet geautoriseerd", + "error.unauthorized_message": "Ge moet inloggen om toegang tot deze pagi te krijgen.", + "files.action_delete": "Verwijder bestand", + "files.action_details": "Bekijk details", + "files.action_preview": "Snelle preview", + "files.bulk_clear_selection": "Selectie wissen", + "files.bulk_cloud_ocr": "Herhaal Cloud OCR", + "files.bulk_delete": "Verwijder geselecteerde", + "files.bulk_download": "Download als ZIP", + "files.bulk_reprocess": "Herprocess geselecteerde", + "files.delete_modal_cancel": "Annuleren", + "files.delete_modal_confirm": "Verwijder", + "files.delete_modal_message": "Weet ge zeker dat ge dit bestand wilt verwijderen?", + "files.delete_modal_title": "Bevestig verwijdering", + "files.document_title": "Documenttitel", + "files.drop_overlay_hint": "Ondersteunt PDF, Office-docs, afbeeldingen, HTML, Markdown, en meer – mappen worden recursief verwerkt", + "files.drop_overlay_title": "Drop bestanden of mappen om te uploaden", + "files.error_hint": "Dit kan te maken hebben met een configuratie- of importprobleem. Controleer de serverlogs.", + "files.file_size": "Bestandsgrootte", + "files.filename": "Bestandsnaam", + "files.files_selected": "bestanden geselecteerd", + "files.filter_all_providers": "Alle providers", + "files.filter_all_statuses": "Alle statussen", + "files.filter_all_types": "Alle typen", + "files.filter_apply": "Filters toepassen", + "files.filter_clear": "Wissen", + "files.filter_date_from": "Datum van", + "files.filter_date_from_aria": "Filter van datum", + "files.filter_date_to": "Datum tot", + "files.filter_date_to_aria": "Filter tot datum", + "files.filter_form_aria": "Filter bestanden", + "files.filter_mime_type": "MIME-type", + "files.filter_ocr_all": "Alle bestanden", + "files.filter_ocr_good": "Goede kwaliteit", + "files.filter_ocr_poor": "Slechte kwaliteit", + "files.filter_ocr_quality": "OCR-kwaliteit", + "files.filter_ocr_quality_aria": "Filter op OCR-kwaliteitscore", + "files.filter_ocr_unchecked": "Nog niet beoordeeld", + "files.filter_search_label": "Zoek bestandsnaam", + "files.filter_search_placeholder": "Voer bestandsnaam in...", + "files.filter_storage_provider": "Opslagprovider", + "files.filter_tags_aria": "Filter op tags (gescheiden door komma's)", + "files.filter_tags_placeholder": "bijv. factuur,amazon", + "files.fulltext_search_label": "Volledige tekst zoeken (OCR-tekst, metadata, tags)", + "files.fulltext_search_placeholder": "Zoek documentinhoud, verzender, tags, type...", + "files.no_files": "Geen bestanden gevonden", + "files.ocr_status": "OCR-status", + "files.page_title": "Bestandrecords", + "files.pagination_files": "bestanden", + "files.pagination_first": "Eerste", + "files.pagination_last": "Laatste", + "files.pagination_nav_aria": "Bestandenlijst paginering", + "files.pagination_next": "Volgende", + "files.pagination_of": "van", + "files.pagination_previous": "Vorige", + "files.pagination_showing": "Toon", + "files.preview_modal_close": "Sluit preview", + "files.preview_modal_title": "Voorbeeld", + "files.queue_banner_items": "item(s) zijn momenteel in de wachtrij of worden verwerkt. Bestanden zullen hier verschijnen zodra de verwerking is voltooid.", + "files.queue_banner_link": "Bekijk wachtrij", + "files.saved_searches_empty": "Nog geen opgeslagen zoekopdrachten", + "files.saved_searches_error": "Kon opgeslagen zoekopdrachten niet laden", + "files.saved_searches_label": "Opgeslagen zoekopdrachten", + "files.saved_searches_save": "Huidige opslaan", + "files.saved_searches_save_aria": "Sla huidige filters op als een opgeslagen zoekopdracht", + "files.search_results_empty": "Geen resultaten gevonden.", + "files.search_results_title": "Zoekresultaten", + "files.status_duplicate": "Duplicaat", + "files.table_actions": "Acties", + "files.table_aria": "Bestandrecords", + "files.table_created_at": "Aangemaakt op", + "files.table_empty": "Geen bestanden gevonden", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", + "files.table_mime_type": "MIME-type", + "files.table_original_filename": "Originele bestandsnaam", + "files.table_select_all": "Selecteer alle bestanden op deze pagina", "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", + "files.title": "Bestanden", + "files.upload_modal_aria": "Upload voortgang", + "files.upload_modal_close": "Sluit upload voortgang", + "files.upload_modal_header": "Bestanden uploaden", + "files.uploaded": "Geüpload", + "footer.about": "Over", + "footer.attribution": "Toeschrijving", + "footer.attributions": "Toeschrijvingen", "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", + "footer.imprint": "Afdruk", + "footer.license": "Licentie", + "footer.navigation": "Voettekst navigatie", "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.terms": "Voorwaarden", + "footer.version": "Versie {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth-verbonden. Bestanden komen in uw gekozen map.", + "help.destinations_email": "E-mail Doorsturen", + "help.destinations_email_desc": "Verwerkte bestanden verzonden als SMTP-bijlagen.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Service-account of OAuth. Ondersteunt gedeelde schijven.", + "help.destinations_heading": "Bestemmingen – Waar Documenten Heen Gaan", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Zelf-gehoste cloudopslag via WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Integratie met Microsoft Graph API.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Documenten direct in Paperless voor archivering duwen.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Elke S3-compatibele bucket (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Veilige bestandsoverdracht naar elke server.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST metadata naar elke externe eindpunt.", + "help.documentation": "Documentatie", + "help.faq": "Veelgestelde Vragen", + "help.faq_1_a": "Navigeer naar de Upload-pagina, sleep uw bestanden of klik op Bestand Kiezen. DocuElevate converteert afbeeldingen en kantoordocumenten naar PDF, voert OCR uit en extraheert automatisch metadata.", + "help.faq_1_q": "Hoe upload ik documenten?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, en HTML. Non-PDF-bestanden worden automatisch omgezet naar PDF voor verwerking.", + "help.faq_2_q": "Welche bestandformate weere ondersteund?", + "help.faq_3_a": "Ja. Ga naar E-mail Ingestie, voeg een IMAP-account toe, en DocuElevate zal op nieuwe berichten polsen en bijlagen automatisch verwerken.", + "help.faq_3_q": "Kan ik documenten van e-mail ingestie?", + "help.faq_4_a": "Pipelines laote je verwerkingsstappen chainen – OCR, AI-extractie, formatomzetting – en routeer het resultaat naar één of meerdere bestemmingen. Maak ze aan en beheer ze vanaf de Pipelines-pagina.", + "help.faq_4_q": "Hoe werke verwerkingspipelines?", + "help.faq_5_a": "DocuElevate versleutelt gegevens in rust, communiceert over TLS, en slaat je documenten nooit langer op dan nodig is. Zie de Privacyverklaring voor alle details.", + "help.faq_5_a_post": " veur 'n volledig detail.", + "help.faq_5_a_pre": "DocuElevate versleutelt inloggegevens in rust, communiceert oer TLS, en bewaar etj documents nóg langer dan noodzakelijk. Zie de ", + "help.faq_5_q": "Is mijn data veilig?", + "help.faq_heading": "Väufig gestelde vraoge", + "help.getting_started": "Eerste stappen", + "help.heading": "Helpcentrum", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Gebruik de REST API om documents programmeerbaar te pushen. Authenticeer met 'n Bearer token en POST bestanden na de upload endpoint.", + "help.ingestion_heading": "Data Inname Tools", + "help.ingestion_mobile": "Mobiele Apps", + "help.ingestion_mobile_desc": "Gebruik elke mobiele scan-app die aangepast HTTP upload bestemmingen ondersteunt om foto's en scans van je telefoon of tablet naar DocuElevate te sturen.", + "help.ingestion_scanners": "Netwerkscanners", + "help.ingestion_scanners_desc": "Richt elke netwerkscanner of multifunctionele printer op de upload endpoint van DocuElevate. Gescande documenten komen rechtstreeks in je verwerkingswachtrij.", + "help.ingestion_watched_folders": "Toegewezen Mappen", + "help.ingestion_watched_folders_desc": "Configureer 'n lokale of netwerkmap om gemonitord te worden. Elk bestand dat in 'n toegewezen map geplaatst wordt, wordt automatisch geüpload en verwerkt door DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integreer DocuElevate in je automatiseringsworkflows met Zapier, n8n, of Make. Gebruik de REST API-acties om documentuploads vanuit elk evenement te triggeren.", + "help.meta_description": "Krijg hulp met DocuElevate – vind gidsen over het uploaden van documenten, het verbinden van cloudopslag, het instellen van pipelines, en meer.", + "help.og_description": "Krijg hulp met DocuElevate – vind gidsen over het uploaden van documenten, het verbinden van cloudopslag, het instellen van pipelines, en meer.", + "help.page_title": "Helpcentrum", + "help.privacy_notice": "Privacyverklaring", + "help.quickstart_heading": "Snelstart", + "help.quickstart_storage": "Opslag verbinden", + "help.quickstart_storage_desc": "Ga naar Instellingen en koppel je cloudaccounts. Verwerkte documenten worden automatisch naar elke bestemming gerouteerd die je configureert.", + "help.quickstart_storage_desc_full": "Ga naar Integraties en koppel je cloudopslagaccounts. DocuElevate ondersteunt Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, en meer. Verwerkte documenten worden automatisch naar elke bestemming gestuurd die je configureert.", + "help.quickstart_upload": "Documenten uploaden", + "help.quickstart_upload_desc": "Sleep bestanden naar de uploadpagina of klik op Kies bestand. DocuElevate zet afbeeldingen en kantoordocumenten om naar PDF, voert OCR uit, en extraheert automatisch metadata.", + "help.quickstart_workflows": "Werkstromen automatiseren", + "help.quickstart_workflows_desc": "Maak Pipelines aan om multi-stap verwerkings- en routeringsregels te definiëren. Combineer OCR, AI-extractie, formatomzetting, en levering in één stroom.", + "help.sources_email_ingestion": "E-mail Ingestie (IMAP)", + "help.sources_email_ingestion_desc": "Stuur documenten door naar een speciale mailbox. Onder E-mail Ingestie, voeg één of meerdere IMAP-accounts toe. DocuElevate polst op nieuwe berichten en verwerkt bijlagen automatisch.", + "help.sources_heading": "Bronnen – Documenten binnenhalen", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", + "help.sources_rest_api_desc": "Integreer programmatisch door bestanden naar /api/upload te POST-en. Ideaal voor scripts, bewaakte mappen, scanners, of derde partijen zoals Zapier en n8n.", + "help.sources_scanner": "Scanner & Mobiel", + "help.sources_scanner_desc": "Wijs netwerkscanners naar het upload-eindpunt van DocuElevate of gebruik een mobiele scan-app die aangepaste HTTP-bestemmingen ondersteunt.", + "help.sources_scanner_desc_full": "Configureer je netwerkscanner of multifunctionele printer om scans rechtstreeks naar DocuElevate te sturen. Gebruik de /api/upload endpoint als bestemming. Mobiele scan-apps met aangepaste uploadbestemmingen worden ook ondersteund.", + "help.sources_web_upload": "Webupload", + "help.sources_web_upload_desc": "De snelste manier om te beginnen. Open de uploadpagina, sleep één of meerdere bestanden en DocuElevate zorgt voor de rest. Ondersteunde formaten zijn onder andere PDF, JPEG, PNG, TIFF, DOCX, XLSX, en meer.", + "help.subheading": "Alles wat je nodig hebt om het meeste uit DocuElevate te halen. Blader door de onderwerpen hieronder of zoek naar wat je nodig hebt.", + "help.support": "Ondersteuning", + "help.support_admin_message": "Neem contact op met je beheerder voor ondersteuningsinformatie.", + "help.support_description": "Kun je niet vinden wat je zoekt? Ons ondersteuningsteam staat klaar om te helpen.", + "help.support_heading": "Neem contact op met ondersteuning", + "help.support_live_chat": "Live Chat beschikbaar – klik op de chatbel om een gesprek te starten.", + "help.support_ticket_button": "Dien een ticket in", + "help.support_ticket_desc": "Vul het formulier hieronder in en ons supportteam zal je zo snel mogelijk terugbellen.", + "help.support_ticket_heading": "Open een ondersteuningsticket", + "help.title": "Helpcentrum", + "help.workflows_creating": "Een Pipeline maken", + "help.workflows_definition": "Een Pipeline is een reeks verwerkingsstappen die automatisch worden uitgevoerd wanneer een document wordt ingeladen. Elke stap kan het document transformeren, verrijken of routeren.", + "help.workflows_heading": "Werkstromen & Pipelines", + "help.workflows_step_1": "Convertere na PDF", + "help.workflows_step_1_create": "Ga na Pipelines in het hoofmenu.", + "help.workflows_step_1_full": "Converteer naar PDF – alle inkomende bestanden worden genormaliseerd naar een consistente PDF-indeling.", + "help.workflows_step_2": "OCR – tekst uithale", + "help.workflows_step_2_create": "Klik op Nieuwe Pipeline en geef het een naam.", + "help.workflows_step_2_full": "OCR – selecteerbare tekst van gescande pagina's extraheren met behulp van Azure Document Intelligence of de ingebouwde engine.", + "help.workflows_step_3": "AI metadata uithaling", + "help.workflows_step_3_create": "Voeg de verwerkingsstappen toe die je nodig heb.", + "help.workflows_step_3_full": "AI metadata-extractie – classificeer documenttype en haal sleutelvelden zoals bedragen, data, en namen op met OpenAI.", + "help.workflows_step_4": "Lever aan één of meer bestemmingen", + "help.workflows_step_4_create": "Kies één of meer afleverbestemmingen.", + "help.workflows_step_5_create": "Opslaan – nieuwe documenten worden automatisch via deze pipeline verwerkt.", + "help.workflows_typical_steps": "Typische Stappen", + "help.workflows_what_is": "Wat is een Pipeline?", + "index.badge_intelligent": "Intelligent Documentverwerking", + "index.button_browse_files": "Bestanden Doorzoeken", + "index.button_upload": "Uploaden", + "index.capabilities_cloud": "Cloudopslag: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "E-mail & URL-gebaseerde documentinname", + "index.capabilities_ocr": "OCR & metadata uithaling met AI", + "index.capabilities_paperless": "Paperless-ngx integratie voor documentbeheer", + "index.capabilities_title": "Mogelijkheden", + "index.capabilities_workflows": "Geautomatiseerde classificatie & routeringsworkflows", + "index.cta_description": "Sluit je aan bij teams die hun documentverwerking al aan het automatiseren zijn met DocuElevate.", + "index.cta_heading": "Klaar om je documentworkflow te verbeteren?", + "index.cta_pricing": "Bekijk prijzen", + "index.cta_signup": "Maak een gratis account aan", + "index.dashboard_subtitle": "Intelligent documentverwerking & beheer", + "index.dashboard_subtitle_teams": "Intelligent documentverwerking & beheer – gebouwd voor teams", + "index.feature_ai": "AI Metadata Uithaling", + "index.feature_ai_desc": "OpenAI, Claude, Gemini en andere pluggable AI aanbieders classificeren documenten en halen belangrijke velden zoals datums, bedragen en onderwerpen eruit.", + "index.feature_cloud": "Multi-Cloud Opslag", + "index.feature_cloud_desc": "Leid verwerkte bestanden naar Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP en meer.", + "index.feature_email": "E-mail & IMAP Inname", + "index.feature_email_desc": "Haal automatisch documenten uit Gmail of elke IMAP mailbox – geen handmatige uploads nodig.", + "index.feature_ocr": "OCR & Tekst Uithaling", + "index.feature_ocr_desc": "Azure Document Intelligence converteert gescande PDF's en afbeeldingen automatisch in volledig doorzoekbare tekst.", + "index.feature_pipelines": "Aangepaste Pipelines", + "index.feature_pipelines_desc": "Bouw verwerkingspipelines met configureerbare stappen – OCR, AI uithaling, formaatconversie en opslagroutering in elke volgorde.", + "index.feature_search": "Volledige-tekst Zoek", + "index.feature_search_desc": "Vind onmiddellijk elk document op inhoud, metadata of tags door je hele archief.", + "index.feature_section_title": "Alles wat je nodig hebt voor slimme documentworkflows", + "index.getting_started": "Aan de Slag", + "index.getting_started_1": "Configureer integraties via Systeemstatus", + "index.getting_started_2": "Upload je eerste document", + "index.getting_started_3": "Beoordeel resultaten in Bestanden", + "index.getting_started_learn": "Leer meer over DocuElevate", + "index.hero_description": "DocuElevate neemt je documenten op, voert OCR uit, haalt metadata met AI op, en stuurt bestanden naar Dropbox, Google Drive, OneDrive, S3, Nextcloud, en meer — alles in een naadloze pijplijn.", + "index.hero_heading": "Van upload naar inzicht — automatisch.", + "index.hero_login": "Inloggen", + "index.hero_pricing": "Bekijk Plannen & Prijzen", + "index.hero_signup": "Begin met gebruiken — het is gratis", + "index.integrations_active": "Actieve integraties", + "index.integrations_storage": "Opslagdoelen", + "index.integrations_title": "Integraties", + "index.integrations_view_status": "Bekijk systeemstatus", "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", + "index.page_title_public": "Intelligente Documentverwerking", + "index.platform_overview": "Platformoverzicht", + "index.processing_stats": "Verwerkingsstatistieken", + "index.quick_actions": "Snelle Acties", + "index.quick_documents": "Mijn Documenten", + "index.quick_documents_desc": "Blader door je verwerkte bestanden", + "index.quick_search": "Zoeken", + "index.quick_search_desc": "Volledige tekstzoekfunctie door documenten", + "index.quick_subscription": "Mijn Abonnement", + "index.quick_subscription_desc": "Bekijk plan- & gebruiksdetails", + "index.quick_system_status": "Systeemstatus", + "index.quick_system_status_desc": "Controleer integratiewelzijn", + "index.quick_upload": "Document Uploaden", + "index.quick_upload_desc": "Verwerk een nieuw bestand", + "index.quick_view_files": "Bekijk Alle Bestanden", + "index.quick_view_files_desc": "Blader door verwerkte documenten", "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", + "index.single_user_subtitle": "Intelligente documentverwerking & -beheer", + "index.stat_active_integrations": "Actieve Integraties", + "index.stat_active_users": "Actieve gebruikers", + "index.stat_files_month": "Bestanden deze maand", + "index.stat_files_ocr": "Bestanden met OCR", + "index.stat_files_today": "Bestanden vandaag", + "index.stat_storage_targets": "Opslagdoelen", + "index.stat_this_month": "Dit maond", + "index.stat_today": "Vandaog", + "index.stat_total_files": "Totaal bestanden", + "index.stat_total_processed": "Totaal verwerkte", "index.tier_plan": "Plan", "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", + "index.tier_view_details": "Bekijk volledige details", + "index.upgrade_daily_limits": "Högher tägliche & monatliche Limite", + "index.upgrade_description": "Entsperr mieh Dokumente, mieh Ziele un Prioritätsbelaas.", + "index.upgrade_destinations": "Mieh Opslagdoelen", + "index.upgrade_ocr_pages": "Mieh OCR-Seite", + "index.upgrade_plan": "Verbeter dien Plan", + "index.upgrade_view_pricing": "Zicht op Plannen & Prijzen", + "index.usage_lifetime": "Levenslange Dateien", + "index.usage_month": "Dateien dis Monat", + "index.usage_my_usage": "Mien Nutzung", + "index.usage_today": "Dateien heden", + "index.usage_unlimited": "Onbeperkt", + "integrations.access_key_label": "Toegangssleutel ID", + "integrations.active_label": "Aktief", + "integrations.add_button": "Integratie Toevoege", + "integrations.add_first_button": "Voeg Joar Eerste Integratie Toe", + "integrations.api_token_label": "API Token", + "integrations.authorize_btn": "Autoriseer", + "integrations.authorize_reauth": "Hernieuw Autorisatie", + "integrations.bucket_label": "Emmer", + "integrations.configure": "Configurere", + "integrations.connect": "Verbinde", + "integrations.connected": "Verbonden", + "integrations.connection_failed": "Verbinding mislukt", + "integrations.connection_success": "Verbinding succesvol", + "integrations.delete_confirm_are_you_sure": "Weet je zeker dat je wilt verwijderen", + "integrations.delete_confirm_title": "Integratie Verwijderen?", + "integrations.delete_confirm_undone": "Deze actie kan niet ongedaan gemaakt worden.", + "integrations.delete_emails_label": "Verwijder e-mails na verwerking", + "integrations.delete_files_label": "Verwijder bestanden na verwerking", + "integrations.destinations_quota_label": "Opslagbestemmingen:", + "integrations.destinations_section": "Bestemmingen", + "integrations.direction_destination": "Bestemming (opslag)", + "integrations.direction_label": "Richting", + "integrations.direction_placeholder": "\u0011 Selecteer \u0011", + "integrations.direction_source": "Bron (inname)", + "integrations.disconnect": "Verbinde ikke", + "integrations.email_settings": "Instellingen voor E-mail Doorsturen", + "integrations.empty_state": "Geen integrations geconfigureerd", + "integrations.endpoint_label": "Eindpunt URL", + "integrations.endpoint_optional": "(optioneel, voor S3-compatibel)", + "integrations.folder_label": "Map", + "integrations.folder_optional": "(optioneel)", + "integrations.folder_path_label": "Map Pad", + "integrations.folder_prefix_label": "Map Voorvoegsel", + "integrations.generic_settings_hint": "Configuratie voor dit integratietype kan als JSON na creatie via de API worden verstrekt.", + "integrations.gmail_hint": "Gmail-labels & ster: wanneer ingeschakeld, worden verwerkte e-mails gemarkeerd en getagd met een \"Ingenomen\" label in Gmail. Geldt alleen voor Gmail-servers.", + "integrations.gmail_labels": "Toepassen Gmail-labels & ster", "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "integrations.imap_settings": "IMAP Instellingen", + "integrations.loading": "Integraties laden\u0011", + "integrations.modal_close": "Sluit modal", + "integrations.modal_title_add": "Integratie Toevoegen", + "integrations.modal_title_edit": "Integratie Bewerken", + "integrations.name_label": "Label", + "integrations.name_placeholder": "bijv. Werk Gmail, S3 Archief", + "integrations.nextcloud_settings": "Nextcloud Instellingen", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Voeg je eerste integratie toe om innamebronnen (zoals IMAP) en opslagbestemmingen (zoals S3, Dropbox of Google Drive) te verbinden.", + "integrations.not_connected": "Niet Verbonden", + "integrations.oauth_folder_label": "Map", + "integrations.oauth_hint": "Bewaar deze integratie eerst, gebruik dan de Autoriseren-knop om de OAuth-stroom te voltooien. Je referenties worden veilig opgeslagen in je persoonlijke integratieregister.", + "integrations.page_title": "Integraties", + "integrations.paperless_settings": "Paperless NGX Instellingen", + "integrations.password_label": "Wachtwoord", + "integrations.paused": "Gestopt", + "integrations.plan_label": "Plan:", + "integrations.port_label": "Poort", + "integrations.quota_not_available": "(niet beschikbaar)", + "integrations.quota_unlimited": "/ onbeperkt", + "integrations.recipient_label": "Ontvanger Email", + "integrations.region_label": "Regio", + "integrations.remote_path_label": "Afstands Pad", + "integrations.s3_prefix_label": "Prefix (map pad)", + "integrations.s3_settings": "S3 Instellingen", + "integrations.secret_key_label": "Geheime Toegangssleutel", + "integrations.show_password": "Toon wachtwoord", + "integrations.show_secrets": "Toon geheimen", + "integrations.show_token": "Toon token", + "integrations.source_local": "Lokale Bestandsysteem", + "integrations.source_type_label": "Bron Type", + "integrations.sources_quota_label": "Mailbox Bronnen:", + "integrations.sources_section": "Bronnen", + "integrations.subtitle": "Beheer je innamebronnen en opslagbestemmingen op één plek.", + "integrations.title": "Integraties", + "integrations.type_label": "Integratie Type", + "integrations.type_placeholder": "\u0000a0 Selecteer eerst richting \u0000a0", + "integrations.upgrade_plan": "Upgrade Plan", + "integrations.use_ssl": "Gebruik SSL", + "integrations.username_label": "Gebruikersnaam", + "integrations.watch_folder_settings": "Bekijk Map Instellingen", + "integrations.webdav_settings": "WebDAV Instellingen", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Inname", + "integrations.webhook_how_heading": "Hoe Webhook Inname Werkt", + "integrations.webhook_how_text": "Een webhookintegratie stelt externe systemen in staat om documenten rechtstreeks in DocuElevate te pushen via de REST API. In plaats van dat DocuElevate nieuwe bestanden (zoals IMAP) opvraagt, verzendt jouw applicatie bestanden naar DocuElevate met een HTTP-aanroep met een API-token voor authenticatie.", + "integrations.webhook_ideal_text": "Dit is ideaal voor CI/CD-pijplijnen, automatiseringsscripts, scannerintegraties of elk systeem dat documenten genereert en ze voor verwerking moet verzenden.", + "integrations.webhook_quick_start": "Snelle Start", + "integrations.webhook_security_tip": "Maak een speciaal API-token voor elke integratie en intrek het onmiddellijk als het in gevaar is. Tokens kunnen worden beheerd op de API Tokens pagina.", + "integrations.webhook_step1": "Ga naar {api_tokens_link} en maak een persoonlijk token aan.", + "integrations.webhook_upload_with_token": "Gebruik het token om documenten via de API te uploaden:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "language.change_success": "Taal gewisseld na {language}", + "language.changed": "Taal gewisseld na {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", @@ -599,331 +706,409 @@ "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", + "language.hu": "Hongaars", + "language.is": "Ijslands", + "language.it": "Italiaans", "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", + "language.lt": "Litouws", + "language.lv": "Lets", + "language.nb": "Noors", "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", + "language.no_results": "Genoeg talen geve", + "language.pl": "Pools", + "language.pt": "Portugees", + "language.ro": "Roemeens", + "language.ru": "Russisch", + "language.search_placeholder": "Zoek talen\u00100", + "language.selector": "Taal", + "language.selector_label": "Selecteer taal", + "language.sk": "Slovaaks", + "language.sl": "Sloveens", + "language.sv": "Zweeds", + "language.tr": "Turks", + "language.uk": "Oekraïens", + "language.zh": "Chinees", + "nav.about": "Over", + "nav.account_menu": "Account menu", + "nav.account_menu_for": "Account menu veur {name}", + "nav.admin": "Beheer", "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", + "nav.admin.backups": "Back-ups", + "nav.admin.plans": "Plannen", + "nav.admin.scheduled_jobs": "Geplande Taken", + "nav.admin.users": "Gebruikers", + "nav.admin_actions": "Beheer acties", + "nav.admin_menu": "Beheer menu", "nav.api_docs": "API Docs", "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", + "nav.backup_restore": "Back-up & Herstellen", + "nav.credentials": "Inloggegevens", + "nav.dark_mode": "Donkere Modus", "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", + "nav.developer_docs": "Ontwikkelaars Docs", + "nav.duplicates": "Duplicaten", + "nav.file_manager": "Bestandsbeheer", + "nav.files": "Bestanden", + "nav.get_started": "Beginne", "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", + "nav.help_center": "Helpcentrum", + "nav.imap": "E-Mail Import", + "nav.integrations": "Integratiews", + "nav.light_mode": "Lichte Módus", + "nav.login": "Inloggen", + "nav.logout": "Uitloggen", + "nav.main_navigation": "Hoofdnavigatie", + "nav.my_subscription": "Meng Abonnement", + "nav.notifications": "Notificaties", + "nav.open_main_menu": "Open hoofmenu", "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", + "nav.plan_designer": "Planontwerper", + "nav.pricing": "Prijzen", + "nav.profile": "Profiel", + "nav.profile_settings": "Profielinstellinge", + "nav.queue": "Wachtrij", + "nav.queue_monitor": "Wachtrijmonitor", + "nav.scheduled_jobs": "Geplande banen", + "nav.search": "Zoeken", + "nav.settings": "Instellingen", + "nav.shared_links": "Gedeelde links", + "nav.sign_out": "Uutlogge", + "nav.signup": "Aanmelden", + "nav.similarity": "Gelijkenis", + "nav.skip_to_content": "Overslaan naar hoofdinformatie", "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", + "nav.subscription": "Abonnement", + "nav.toggle_dark_mode": "Schakel donkere modus in", + "nav.toggle_nav": "Schakel navigatiemenu in", + "nav.upload": "Uploaden", + "nav.users": "Gebruikers", + "nav.version": "Versie-informatie", + "notifications.filter_all": "Alle", + "notifications.filter_read": "Alleen gelezen", + "notifications.filter_unread": "Alleen ongelezen", + "notifications.manage_desc": "Beheer je notificatie-inbox, doelstellingen en evenementvoorkeuren", + "notifications.mark_all_read": "Markeer alles als gelezen", + "notifications.mark_all_read_btn": "Markeer alles gelezen", + "notifications.mark_read": "Markeer als gelezen", + "notifications.no_notifications": "Geen notificaties", + "notifications.page_title": "Notificaties", "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", + "notifications.tab_settings": "Instellingen", + "notifications.title": "Notificaties", + "notifications.unread_count": "{count} nie gelezen notificaties", + "pipelines.active_label": "Aktief", + "pipelines.add_step_btn": "Stap Toevoegen", + "pipelines.create": "Pipeline Aanmaken", + "pipelines.custom_label_label": "Aangepaste Label", + "pipelines.default_label": "Standaard", + "pipelines.description_label": "Beschrijving", + "pipelines.description_placeholder": "Optionele beschrijving", + "pipelines.disabled_label": "Uitgeschakeld", + "pipelines.edit": "Pipeline Bewerken", + "pipelines.empty_state": "Nog geen pipelines", + "pipelines.empty_state_hint": "Maak je eerste pipeline om aangepaste documentverwerkingsworkflows te definiëren.", + "pipelines.enabled_label": "Ingeschakeld", + "pipelines.force_cloud_ocr_label": "Forceer cloud OCR (sla lokale tekstextractie over)", + "pipelines.inactive_label": "Inactief", + "pipelines.loading": "Pipelines laden\n", + "pipelines.name_placeholder": "Mijn pipeline", + "pipelines.new_pipeline_btn": "Nieuwe Pipeline", + "pipelines.no_steps": "Geen stappen gedefinieerd. Voeg een stap toe om je pipeline te bouwen.", + "pipelines.ocr_auto": "Auto (gebruik systeem standaard)", + "pipelines.ocr_language_hint": "Overschrijft de globale taalinstelling voor Tesseract/EasyOCR. Azure en Mistral detecteren automatisch de taal.", + "pipelines.ocr_language_label": "OCR Taal", + "pipelines.optional_suffix": "(optioneel)", + "pipelines.page_title": "Verwerkingspipelines", + "pipelines.set_default": "Instellen als mijn standaardpipeline", + "pipelines.step_label_placeholder": "Overschrijf de standaard stapnaam", + "pipelines.step_type_label": "Staptype", + "pipelines.subtitle_intro": "Definieer en beheer aangepaste documentverwerkingsworkflows.", + "pipelines.subtitle_system_post": "badge en zijn zichtbaar voor alle gebruikers.", + "pipelines.subtitle_system_pre": "Systeempipelines (aangemaakt door beheerders) worden getoond met een", + "pipelines.system_label": "Systeem", + "pipelines.system_pipeline_label": "Systeempipeline (zichtbaar voor alle gebruikers)", + "pipelines.title": "Verwerkingspipelines", + "profile.avatar_alt": "Uur profielafbeelding", + "profile.avatar_heading": "Profielafbeelding", + "profile.avatar_remove": "Verwijder aangepaste avatar", + "profile.avatar_upload_hint": "Upload een JPEG, PNG, GIF, of WebP afbeelding tot 2 MB. As er geen aangepaste afbeelding is ingesteld, es u {gravatar} te zien.", + "profile.choose_image": "Kies afbeelding…", + "profile.confirm_password": "Bevestig Nieuw Wachtwoord", + "profile.contact_email_hint": "Gebruikt veur systeem notificaties. Dit verandert uw inlog-e-mail niet.", + "profile.contact_email_label": "Contact / Notificatie E-mail", + "profile.contact_email_placeholder": "u@example.com", + "profile.current_password": "Huidige Wachtwoord", + "profile.dismiss": "Afwijze", + "profile.display_name_hint": "Laat leeg om uw accountgebruikersnaam of e-mail te gebruiken.", + "profile.display_name_label": "Weergavenaam", + "profile.display_name_placeholder": "Uur naam zoaj in de UI", + "profile.general_heading": "Algemene Informatie", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profielinstellinge", + "profile.language_auto_detect": "Automatisch detecte (van browser)", + "profile.language_hint": "Kies u preferente interface taal. “Automatisch detecte” volgd u browserinstellinge.", + "profile.language_label": "UI Taal", + "profile.new_password": "Nij Wachtwoord", + "profile.new_password_hint": "Minimum 8 tekens.", + "profile.page_title": "Profielinstellinge – DocuElevate", + "profile.password_heading": "Wachtwoord Wijzigen", + "profile.preferences_heading": "Voorkeuren", + "profile.save_button": "Wijziginge Opslaan", + "profile.saving": "Opslaan…", + "profile.subtitle": "Beheer u weergavenaam, avatar, taal, en thema voorkeu'ren.", + "profile.theme_dark": "Donker", + "profile.theme_hint": "“Systeem Standaard” volgd u apparaat’s donker-modus instelling.", + "profile.theme_label": "Kleurenschema", + "profile.theme_light": "Licht", + "profile.theme_system": "Systeem Standaard", + "profile.update_password": "Wachtwoord Bijwerken", + "profile.updating": "Bezig met updaten\u00116", + "queue.active_tasks": "Actieve Taken", + "queue.auto_refresh_1": "Automatisch verversen elke", + "queue.auto_refresh_2": "seconden", + "queue.col_arguments": "Argumenten", + "queue.col_current_step": "Huidige Stap", + "queue.col_file": "Bestand", + "queue.col_files": "Bestande", + "queue.col_queue": "Wachtrij", + "queue.col_state": "Staat", + "queue.col_task": "Taak", + "queue.col_task_id": "Taak ID", + "queue.files_processing": "Bestande in Verwerking", + "queue.heading": "Wachtrij Monitor", + "queue.last_updated": "Laatst bijgewerkt:", + "queue.loading_stats": "Bezig met laden van wachtrijstatisieken\u0017e", + "queue.no_active_tasks": "Geen actieve taken", + "queue.no_data": "Geen gegevens", + "queue.no_files_processing": "Momenteel geen bestanden in verwerking", + "queue.page_title": "Wachtrij Monitor", + "queue.processing_pipeline": "Verwerkingsleiding", + "queue.queued_tasks": "In wachtrij geplaatste taken", + "queue.recently_processing": "Recent in verwerking zijnde bestanden", + "queue.redis_queues": "Redis Wachtrijen", + "queue.subtitle": "Realtime weergave van de documentverwerkingsleiding en Celery taakwachtrijen.", + "queue.workers_online": "Werknemers Online", + "search.button": "Zoeken", + "search.error_message": "Zoeken is tijdelijk niet beschikbaar. Probeer het over een moment opnieuw.", + "search.filter_aria_clear": "Verwijder alle filters", + "search.filter_clear_button": "Filters verwijderen", + "search.filter_date_from": "Datum Van", + "search.filter_date_to": "Datum Tot", + "search.filter_document_type": "Documenttype", + "search.filter_document_type_placeholder": "bijv. Factuur", + "search.filter_language": "Taal", + "search.filter_language_placeholder": "bijv. de", + "search.filter_sender": "Afzender", + "search.filter_sender_placeholder": "bijv. ACME Corp", "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", + "search.filter_tags_placeholder": "bijv. amazon", + "search.filter_text_quality": "Tekstkwaliteit", + "search.filter_text_quality_all": "Alle", + "search.filter_text_quality_high": "Hoog", + "search.filter_text_quality_low": "Laag", + "search.filter_text_quality_medium": "Gemiddeld", + "search.filter_text_quality_no_text": "Geen tekst", + "search.heading": "Document Zoekopdracht", + "search.input_aria_label": "Zoek documenten", + "search.input_placeholder": "Zoek documenten op inhoud, afzender, tags, type...", + "search.loading_indicator": "Zoeken\u0000...", + "search.no_results": "Geen resultaten gevonden", + "search.page_title": "Zoek Documenten", + "search.placeholder": "Zoek op bestandsnaam, inhoud, tags...", + "search.result_empty": "Geen documenten gevonden die aan uw zoekopdracht voldoen.", + "search.results_count": "{count} resultaten gevonden", + "search.saved_aria_save": "Bewaarde huidig zoekopdracht", + "search.saved_button": "Huidig Bewaren", + "search.saved_empty": "Nog geen opgeslagen zoekopdrachten", + "search.saved_error": "Kon opgeslagen zoekopdrachten niet laden", + "search.saved_label": "Bewaarde Zoekopdrachten", + "search.saved_loading": "Laden...", + "search.title": "Zoek Documenten", "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", + "settings.autocomplete_hint": "Typ om bekende waarden te zoeken, of voer een aangepaste waarde in.", + "settings.autocomplete_no_matches": "Geen overeenkomsten — je kunt nog steeds een aangepaste waarde typen", + "settings.autocomplete_placeholder": "Typ om te zoeken of voer een waarde in\u0000...", + "settings.boolean_enable_prefix": "Inschakelen", + "settings.categories_aria": "Instellingen categorieën", + "settings.categories_heading": "Categorieën", "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "settings.effective_value_label": "Effectieve waarde:", + "settings.encrypted_suffix": "= versleuteld in rust", + "settings.encrypted_title": "Waarde is versleuteld in rust in database", + "settings.export_btn": "Exporteren", + "settings.export_db_only": "Alleen DB instellingen", + "settings.export_full_config": "Volledige effectieve configuratie", + "settings.jump_to_category": "Spring naar categorie\u0000...", + "settings.manage_config_prefix": "Beheer configuratie. Prioriteit:", + "settings.model_picker_hint": "Kies uit de lijst of typ een modelnaam die door uw provider wordt ondersteund.", + "settings.model_picker_placeholder": "Selecteer een algemeen model of typ een aangepaste naam\u0000...", + "settings.no_results_clear": "zoekopdracht wissen", + "settings.no_results_heading": "Geen instellingen gevonden", + "settings.no_results_hint": "Probeer een andere zoekterm of", + "settings.page_heading": "Toepassingsinstellingen", + "settings.required_label": "(vereist)", + "settings.reset_confirm": "Weet u zeker dat u deze instelling wilt resetten?", + "settings.restart_required_suffix": "= herstart vereist", + "settings.revert_btn": "Verwijder van DB", + "settings.revert_title": "Verwijder DB-override en keer terug naor omgevingsvariabele of standaard", + "settings.reverting": "Bezig met terugdraaie\u0010", + "settings.save_all_btn": "Bewaar alle wijzigingen", + "settings.save_error": "Mislukt om instelling te bewaren", + "settings.save_setting_title": "Bewaar deze instelling", + "settings.save_success": "Instelling succesvol bewaard", + "settings.saving_state": "Bezig met bewaren\u0010", + "settings.search_aria_label": "Zoek instellingen", + "settings.search_clear_aria": "Wis zoekopdracht", + "settings.search_placeholder": "Zoek instellingen op naam, sleutel of beschrijving\u0010", + "settings.settings_count_suffix": "instellingen", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", + "settings.source_default_badge": "STANDAARD", "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", + "settings.title": "Instellingen", + "settings.toggle_visibility_aria": "Toon/verborgen wachtwoord zichtbaarheid", + "settings.toggle_visibility_title": "Toon/verborg waarde", + "settings.user_autocomplete_empty": "Geen overeenkomende gebruikers gevonden", + "settings.user_autocomplete_hint": "Typ om bestaande gebruikers op naam te zoeken, of voer handmatig een identificator in.", + "settings.user_autocomplete_placeholder": "Begin te typen om gebruikers te zoeken\u0010", "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", + "shared.col_expiry": "Vervaldatum", + "shared.col_file_label": "Bestand / Label", "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", + "shared.col_views": "Weergaven", + "shared.copy_link_aria": "Kopieer link naar klembordo", + "shared.copy_link_title": "Kopieer link", + "shared.create_btn": "Maak Link", + "shared.create_heading": "Maak Nieuwe Gedeelde Link", + "shared.creating": "Aan het maken\u0010", + "shared.expiry_12h": "12 uur", + "shared.expiry_14d": "14 dagen", + "shared.expiry_1h": "1 uur", + "shared.expiry_24h": "24 uur (1 dag)", + "shared.expiry_30d": "30 dagen", + "shared.expiry_3d": "3 dagen", + "shared.expiry_6h": "6 uur", + "shared.expiry_7d": "7 dagen", + "shared.expiry_label": "Vervaldatum", + "shared.expiry_never": "Nooit", + "shared.file_id_help_post": "pagina of in de documentdetail-URL.", + "shared.file_id_help_pre": "Zoek de bestands-ID op de", + "shared.file_id_label": "Bestands-ID", + "shared.file_id_placeholder": "bijv. 42", + "shared.files_link": "Bestanden", + "shared.heading": "Gedeelde Links", "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", + "shared.label_placeholder": "bijv. Gedeeld met Bob", + "shared.link_created": "Gedeelde link aangemaakt!", + "shared.link_created_help": "Kopieer en stuur deze link naar de ontvanger.", + "shared.links_count_aria": "aantal links", "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", + "shared.no_links": "Nog geen gedeelde links. Maak er een hierboven om te beginnen.", + "shared.open_in_new_tab": "Open in nieuw tabblad", + "shared.open_link_aria": "Open gedeelde link", + "shared.optional": "(optioneel)", + "shared.page_title": "Gedeelde Links – DocuElevate", + "shared.password_label": "Wachtwoord", + "shared.password_placeholder": "Laat leeg voor geen wachtwoord", + "shared.password_protected": "Wachtwoord beschermd", + "shared.refresh_aria": "Vernieuw lijst met gedeelde links", + "shared.revoke_aria_prefix": "Herroep gedeelde link voor", + "shared.revoke_btn": "Herroep", + "shared.status_active": "Actief", + "shared.status_expired": "Verlopen", + "shared.status_limit_reached": "Limiet bereikt", + "shared.status_revoked": "Herroepen", + "shared.subtitle": "Deel documenten met iedereen via een tijdslimiet of kijklimiet link. Ontvangers hebben geen DocuElevate-account nodig. Links kunnen wachtwoordbeschermd zijn en op elk moment worden herroepen.", + "shared.table_aria": "Gedeelde links", + "shared.unlimited_placeholder": "Onbeperkt", + "shared.your_links": "Jouw Gedeelde Links", + "similarity.backfill_auto": "De achtergrondtaak zal ze automatisch elke 5 minuten berekenen, of je kunt", + "similarity.files_missing_text": "bestand(en) hebben OCR-tekst maar nog geen embedding.", + "similarity.find_pairs_btn": "Vind Pairs", + "similarity.heading": "Document Similariteit", + "similarity.load_error": "Kon pairs niet laden.", + "similarity.min_similarity_label": "Min. similariteit", + "similarity.no_pairs_detail": "Geen documentparen overschrijden de similariteitsdrempel.", + "similarity.no_pairs_heading": "Geen vergelijkbare paren gevonden", + "similarity.page_title": "Dokumänt Ähnlichkeit - DocuElevate", + "similarity.pagination_aria": "Ähnlichkeitspärchen Pagination", + "similarity.per_page_label": "Pro Seite", + "similarity.scanning": "Scanne för ähnliche Dokumentpärchen...", + "similarity.stat_embedding_model": "Embedding Modell", + "similarity.stat_missing_embedding": "Fehlendes Embedding", + "similarity.stat_total_files": "Gesamtzahl Dateien", + "similarity.stat_with_embedding": "Mit Embedding", + "similarity.subtitle": "Pärchen von Dokumenten mit hoher semantischer Ähnlichkeit, nach Punktzahl geordnet.", + "similarity.trigger_aria": "Trigger Berechnung vom Embedding för alle Dateien, die kein Embedding haben", + "similarity.trigger_now": "jetzt auslösen", "status.app_version": "App Version", - "status.build_date": "Build Date", + "status.build_date": "Bau Datum", "status.container_id": "Container ID", "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", - "upload.url_placeholder": "https://example.com/document.pdf" + "status.last_check": "Letzte Überprüfung", + "status.page_title": "Systemstatus", + "status.setting_label": "Einstellung", + "status.value_label": "Wert", + "subscription.available_plans_heading": "Beschikbare Plannen", + "subscription.back_to_dashboard": "Terug naar Dashboard", + "subscription.cancel_pending": "Annuleer wijziging", + "subscription.cancel_scheduled": "Annuleer geplande wijziging", + "subscription.contact_sales": "Neem contact op met Verkoop", + "subscription.current_badge": "Huidig", + "subscription.current_plan": "Huidig Plan", + "subscription.current_plan_cta": "Je huidig plan", + "subscription.downgrade_to_prefix": "Downgrade naar", + "subscription.features_heading": "Wat is inbegrepen in je plan", + "subscription.free": "Vrij", + "subscription.heading": "Mijn Abonnement", + "subscription.keep_plan_prefix": "Behoud", + "subscription.lifetime_files": "Totaal bestanden (levenslang)", + "subscription.month_files": "Bestanden deze maand", + "subscription.more_features_label": "meer", + "subscription.page_title": "Mijn Abonnement \u00116 DocuElevate", + "subscription.pending_badge": "In afwachting", + "subscription.pending_benefits": "Je behoudt alle voordelen van het huidige plan tot dan.", + "subscription.pending_on": "op", + "subscription.pending_title": "In afwachting geplande planwijziging", + "subscription.pending_will_change": "Je plan verandert naar", + "subscription.per_mo": "/mnd", + "subscription.per_month": "/maand", + "subscription.since": "Sinds", + "subscription.single_user_body": "Abonnementsniveaus zijn van toepassing wanneer de multi-user modus actief is. Je instantie draait momenteel in de enkele gebruiker modus zonder verwerkingslimieten. Een admin kan de multi-user modus inschakelen via {settings_link}.", + "subscription.single_user_title": "Multi-user modus is niet ingeschakeld.", + "subscription.subtitle": "Je huidige plan, gebruik en beschikbare upgrades.", + "subscription.this_month_label": "deze maand", + "subscription.today_files": "Bestanden vandaag", + "subscription.today_label": "vandaag", + "subscription.unlimited": "Onbeperkt", + "subscription.upgrade_info": "Upgrades gaan onmiddellijk in. Downgrades zijn gepland voor het einde van je huidige factureringsperiode.", + "subscription.upgrade_to_prefix": "Upgrade naar", + "subscription.usage_heading": "Gebruik", + "upload.browse_button": "Dateien Durchsehen", + "upload.button_processing": "Verarbeite...", + "upload.camera_button": "Foto Machen / Dokument Scannen", + "upload.download_button": "Herunterladen und Verarbeiten", + "upload.downloading": "Datei von URL herunterladen...", + "upload.drag_drop": "Ziehen & Ablegen von Dateien hier oder klicken, um zu durchsuchen", + "upload.drop_hint_desktop": "Ziehen & Ablegen von Dateien oder Ordnern hier, oder klicken, um Dateien auszuwählen.", + "upload.drop_hint_mobile": "Tippen, um Dateien auszuwählen oder die Kamera-Taste unten zu verwenden.", + "upload.drop_zone_aria": "Datei-Upload-Bereich. Ziehen und Ablegen von Dateien hier, oder drücke Enter, um Dateien zu durchsuchen.", + "upload.error": "Upload fehlgeschlagen", + "upload.error_invalid_url": "Ungültiges URL-Format", + "upload.error_url_required": "Bitte geben Sie eine URL ein", + "upload.file_size_hint": "Maximale Größe: 500 MB pro Datei", + "upload.file_types": "Erlaubte Typen: PDF, Office-Dokumente (Word, Excel, PowerPoint, etc.), Bilder", + "upload.filename_description": "Leer lassen, um den Dateinamen von der URL zu verwenden", + "upload.filename_label": "Dateiname (optional)", + "upload.filename_placeholder": "mein-dokument.pdf", + "upload.max_size": "Maximale Dateigröße: {size}", + "upload.page_title": "Dateien Hochladen", + "upload.section_device": "Von Gerät hochladen", + "upload.section_url": "Von URL hochladen", + "upload.select_file": "Selecteer Bestân", + "upload.success": "Bestân met sukses geüpload", + "upload.title": "Upload Dokument", + "upload.uploading": "Bezig met uploaden...", + "upload.url_description": "Geef een direkte link naar een bestân (PDF, Office dokumenten of afbeeldings)", + "upload.url_label": "Bestân URL", + "upload.url_placeholder": "https://voorbeeld.com/dokument.pdf" } diff --git a/frontend/translations/lt.json b/frontend/translations/lt.json index d36160ed..e11d1c5d 100644 --- a/frontend/translations/lt.json +++ b/frontend/translations/lt.json @@ -1,593 +1,700 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Susipažinkite su Kūrėju", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", + "about.creator_pre": "DocuElevate yra kūrybingai vystomas", + "about.features_admin_api": "Galinga REST API programiniam prieigimui", + "about.features_admin_config": "Labai konfigūruojama per aplinkos kintamuosius", + "about.features_admin_docker": "Docker paruošta lengvam diegimui ir mastelio keitimui", + "about.features_admin_heading": "Administravimas", + "about.features_admin_oauth2": "OAuth2 autentifikavimo palaikymas su Authentik", + "about.features_automation_background": "Fono apdorojimas naudojant Redis ir Celery", + "about.features_automation_gmail": "Gmail ir bendro el. pašto sąskaitų integracija", + "about.features_automation_heading": "Automatizacija", + "about.features_automation_imap": "IMAP pašto dėžutės stebėjimas iš kelių šaltinių", + "about.features_automation_ingestion": "Automatizuotas dokumentų įrašymas iš įvairių šaltinių", + "about.features_heading": "Pagrindinės savybės", + "about.features_integration_cloud": "Debesų saugykla: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integracija ir Saugojimas", + "about.features_integration_multi_dest": "Daugiakryptė parama (dokumentų saugojimas keliuose vietose)", + "about.features_integration_protocols": "Perdavimo protokolai: FTP, SFTP, El. pašto persiuntimas", + "about.features_integration_selfhosted": "Savitarna: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Intelligent dokumentų klasifikacija ir datos išgavimas", + "about.features_processing_heading": "Dokumentų Apdorojimas", + "about.features_processing_metadata": "Automatizuota metaduomenų išgavimas naudojant prijungiamą AI teikėją", + "about.features_processing_ocr": "OCR varomas Azure Document Intelligence", + "about.features_processing_pdf": "PDF konvertavimas įvairiems failų formatams naudojant Gotenberg", + "about.features_processing_upload": "Paprasčią ir saugią failų įkėlimą su vilkimo ir numetimo palaikymu", "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.heading": "Apie DocuElevate", + "about.intro_post": " – jūsų moderni, intelektuali dokumentų apdorojimo sprendimas! Mes sukūrėme DocuElevate, kad visiškai transformuotume, kaip jūs tvarkote savo dokumentus – nuo įkėlimo iki išgavimo, nuo apdorojimo iki saugojimo.", + "about.intro_pre": "Sveiki atvykę į ", + "about.involved_description": "Norite pasinerti į kodą, prisidėti idėjomis arba sužinoti daugiau apie DocuElevate?", + "about.involved_docs": "Perskaitykite dokumentaciją", + "about.involved_github": "Peržiūrėkite DocuElevate GitHub", + "about.involved_heading": "Įsitraukite", + "about.involved_website": "Apsilankykite DocuElevate svetainėje", + "about.legal_description": "Mums rūpi jūsų privatumas ir duomenų saugumas. Prašome peržiūrėti mūsų:", + "about.legal_heading": "Privatumas ir Teisiniai Klausimai", + "about.legal_license": "Licencijos Informacija", + "about.legal_privacy": "Privatumo Pranešimas", + "about.page_title": "Apie DocuElevate", + "about.story_heading": "Mūsų Istorija", + "about.story_p1": "DocuElevate buvo sukurtas su viena tikslu: supaprastinti ir optimizuoti dokumentų valdymą visiems, nesvarbu, ar esate mažas startuolis, ar didelė įmonė.", + "about.story_p2": "Mes pasinaudojame platinamų AI teikėjų (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey ir kt.) galia metaduomenų ištraukimo ir teksto rafinavimo tikslais, be trikdžių integruojamės su Dropbox, Nextcloud ir Paperless NGX saugojimui ir indeksavimui, naudojame Azure Document Intelligence OCR, o net ir naudojame Gotenberg failų konvertavimui į PDF.", + "api_tokens.col_created": "Sukurtas", + "api_tokens.col_last_ip": "Paskutinis IP", + "api_tokens.col_last_used": "Paskutinį kartą naudotas", + "api_tokens.col_name": "Pavadinimas", + "api_tokens.col_prefix": "Ženklo prefiksas", + "api_tokens.copy_to_clipboard": "Kopijuoti ženklelį į išklotinę", + "api_tokens.copy_upload_example": "Kopijuoti įkėlimo pavyzdį į išklotinę", + "api_tokens.copy_warning_1": "Kopijuokite šį ženklelį dabar — jis", + "api_tokens.copy_warning_2": "nebebus rodomas", + "api_tokens.create_heading": "Sukurti naują ženklelį", + "api_tokens.create_token": "Sukurti ženklelį", + "api_tokens.creating": "Kuriama\u0000...", + "api_tokens.heading": "API Ženkleliai", + "api_tokens.intro": "Sukurkite asmeninius API ženklelius, kad galėtumėte programuoti sąveiką su DocuElevate API. Naudokite ženklelius webhook įkėlimo, CI/CD procesams ar bet kokiam skriptui, kuriam reikia įkelti arba gauti dokumentus.", + "api_tokens.loading_tokens": "Kraunami ženkleliai\u0000...", + "api_tokens.never": "Niekuomet", + "api_tokens.no_tokens_heading": "Dar nėra API ženklelių", + "api_tokens.no_tokens_help": "Sukurkite pirmąjį ženklelį aukščiau, kad pradėtumėte.", + "api_tokens.page_title": "API Ženkleliai – DocuElevate", + "api_tokens.revoke": "Atšaukti", + "api_tokens.revoke_prefix": "Atšaukti ženklelį", + "api_tokens.status_active": "Aktyvus", + "api_tokens.status_revoked": "Atšauktas", + "api_tokens.table_aria": "API Ženkleliai", + "api_tokens.token_created": "Ženklelis sėkmingai sukurtas!", + "api_tokens.token_name_label": "Ženklelio pavadinimas", + "api_tokens.token_name_placeholder": "pvz. CI Pipeline, Webhook Upload, Mano Skriptas", + "api_tokens.usage_heading": "Naudojimo pavyzdys", + "api_tokens.usage_intro_post": "antraštė su bet kokiu API užklausimu:", + "api_tokens.usage_intro_pre": "Naudokite savo API ženklelį", + "api_tokens.your_tokens": "Jūsų ženkleliai", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "audit.col_resource": "Ištekliai", + "audit.col_timestamp": "Laiko žyma", + "audit.critical": "Kritinis", + "audit.filter_action": "Veiksmas", + "audit.filter_all_actions": "Visi veiksmai", + "audit.filter_all_users": "Visi vartotojai", + "audit.filter_resource_placeholder": "pvz. dokumentas, vartotojas", + "audit.filter_resource_type": "Išteklių tipas", + "audit.filter_severity": "Sunkumas", + "audit.filter_user": "Vartotojas", + "audit.filters_section_label": "Audito žurnalo filtrai", + "audit.next": "Toliau", + "audit.next_label": "Kitas puslapis", + "audit.no_events": "Dar nėra užfiksuota jokių audito įvykių.", + "audit.no_events_hint": "Reikšmingi veiksmai (prisijungimai, dokumentų operacijos, nustatymų pakeitimai) bus rodomi čia.", + "audit.page_title": "Audito žurnalai - DocuElevate", + "audit.pagination_label": "Audito žurnalo puslapiavimas", + "audit.prev": "Ankstesnis", + "audit.prev_label": "Ankstesnis puslapis", + "audit.refresh_label": "Atnaujinti audito žurnalus", + "audit.siem_disabled_title": "SIEM perdavimas yra išjungtas", + "audit.siem_enabled_title": "Įvykiai perduodami į ", + "audit.siem_off": "SIEM: Išjungta", + "audit.subtitle": "Išsamus, tik priedų įrašas apie visus reikšmingus veiksmus.", + "audit.table_label": "Audito žurnalo įvykiai", + "audit.title": "Audito žurnalai", + "auth.confirm_password": "Patvirtinti slaptažodį", + "auth.create_account": "Sukurti paskyrą", + "auth.display_name_label": "Rodomas vardas", + "auth.email_label": "El. paštas", + "auth.forgot_password": "Pamiršote slaptažodį?", + "auth.forgot_username": "Pamiršote vartotojo vardą?", + "auth.login": "Prisijungti", + "auth.login_title": "Prisijungti", + "auth.logo_alt": "DocuElevate logotipas", + "auth.logout": "Atsijungti", + "auth.my_account": "Mano paskyra", + "auth.no_account": "Neturite paskyros?", + "auth.or_continue_with": "Arba tęskite su", + "auth.password_label": "Slaptažodis", + "auth.profile": "Profilis", + "auth.remember_me": "Atsiminkite mane", + "auth.return_home": "Grįžti į pradžią", + "auth.sign_in": "Prisijungti", + "auth.sign_in_sso": "Prisijungti su SSO", + "auth.sign_in_with": "Prisijunkite su", + "auth.sign_in_with_username": "Prisijunkite su vartotojo vardu", + "auth.signup": "Užsiregistruoti", + "auth.signup_title": "Užsiregistruoti", + "auth.username_label": "Vartotojo vardas", + "auth.username_or_email": "Vartotojo vardas arba El. paštas", + "auth.verify_email_back_sign_in": "Grįžti prie prisijungimo", + "auth.verify_email_expiry": "Nuoroda galioja 24 valandas. Jeigu nematote el. laiško, patikrinkite savo šlamšto aplanką.", + "auth.verify_email_heading": "Patikrinkite savo gautuosius", + "auth.verify_email_message": "Išsiuntėme jums patvirtinimo laišką. Prašome paspausti nuorodą laiške, kad aktyvuotumėte savo paskyrą.", + "auth.verify_email_page_title": "DocuElevate - Patvirtinkite savo el. paštą", + "auth.verify_email_resend_aria_label": "El. pašto adresas pakartotiniam siuntimui", + "auth.verify_email_resend_button": "Pakartotinai siųsti patvirtinimo laišką", + "auth.verify_email_resend_label": "El. pašto adresas", + "auth.verify_email_resend_placeholder": "Įveskite savo el. pašto adresą", + "auth.verify_email_resend_prompt": "Negavote?", + "backup.archives_heading": "Atsarginių kopijų archyvai", + "backup.backup_now": "Atsarginė kopija dabar", + "backup.clean_up": "Išvalyti", + "backup.cleanup_title": "Paleiskite kaupimo išvalymą dabar", + "backup.col_created": "Sukurtas", + "backup.col_filename": "Failo pavadinimas", + "backup.col_size": "Dydis", + "backup.col_storage": "Saugykla", + "backup.col_type": "Tipas", + "backup.config_auto_backup": "Automatinė atsarginė kopija", + "backup.config_remote_dest": "Nuotolinė paskirties vieta", + "backup.config_retention": "Saugumo laikotarpis", + "backup.config_total_size": "Bendras vietos dydis", + "backup.confirm_btn": "Patvirtinti", + "backup.confirm_title": "Patvirtinti veiksmą", + "backup.heading": "Atsarginių kopijų valdymas", + "backup.local_only": "Tik vietinė", + "backup.no_backups": "Kol kas nėra atsarginių kopijų.", + "backup.no_backups_hint": "Paspauskite „Atsarginė kopija dabar“, kad sukurtumėte pirmąją atsarginę kopiją.", + "backup.page_title": "Atsarginių kopijų valdymas", + "backup.records_label": "įrašai", + "backup.restore_btn": "Atkurti", + "backup.restore_desc_mid": "atsarginę kopiją, kad atkurtumėte duomenų bazę.", + "backup.restore_desc_pre": "Įkelkite", + "backup.restore_desc_warning": "Tai perrašys visus dabartinius duomenis.", + "backup.restore_file_label": "Atsarginė archyvo failas (.db.gz)", + "backup.restore_heading": "Atkurti iš failiuko", + "backup.restoring": "Atkuria\u0000...", + "backup.retention_daily_detail": "\u0000– saugoma 3 savaites", + "backup.retention_heading": "Laikymo politika", + "backup.retention_hourly_detail": "\u0000– saugoma 4 dienas", + "backup.retention_note": "Atsarginiai kopijos, viršijančios šias ribas, automatiškai pašalinamos po kiekvienos naujos atsarginės kopijos sukūrimo.", + "backup.retention_weekly_detail": "\u0000– saugoma ~3 mėnesius", + "backup.snapshots": "nuotraukos", + "backup.status_ok": "gerai", + "backup.storage_local": "vietinis", + "backup.subtitle": "Duomenų bazės atsarginės kopijos kuriamos automatiškai: kas valandą (4 dienas), kasdien (3 savaites), kas savaitę (13 savaičių).", + "backup.table_aria": "Atsarginių archyvų", + "backup.trigger_daily": "Atsarginė kopija dabar (kasdien)", + "backup.trigger_hourly": "Atsarginė kopija dabar (kiekvieną valandą)", + "backup.trigger_weekly": "Atsarginė kopija dabar (kas savaitę)", + "backup.type_daily": "Kasdien", + "backup.type_hourly": "Kiekvieną valandą", + "backup.type_weekly": "Kas savaitę", + "billing.go_to_dashboard": "Eiti į prietaisų skydelį", + "billing.manage_subscription": "Tvarkyti prenumeratą", + "billing.success_heading": "Visi nustatymai baigti!", + "billing.success_message": "Jūsų prenumerata buvo aktyvuota. Dėkojame, kad pasirinkote DocuElevate!", + "billing.success_page_title": "DocuElevate - Prenumerata aktyvuota", + "common.actions": "Veiksmai", + "common.active": "Aktyvus", + "common.all": "Visi", + "common.avatar": "Avataras", + "common.back": "Atgal", + "common.cancel": "Atšaukti", + "common.close": "Uždaryti", + "common.col_pending": "Laukiama", + "common.completed": "Užbaigta", + "common.confirm": "Patvirtinti", + "common.copied": "Nukopijuota!", + "common.copy": "Kopijuoti", + "common.create": "Sukurti", + "common.created": "Sukurtas", + "common.date": "Data", + "common.delete": "Ištrinti", + "common.description": "Aprašymas", + "common.details": "Detaliai", + "common.disabled": "Išjungta", + "common.download": "Atsisiųsti", + "common.duplicate": "Dublikatas", + "common.edit": " redaguoti", + "common.enabled": "Įjungta", + "common.error": "Klaida", + "common.failed": "Nepavyko", + "common.filter": "Filtruoti", + "common.inactive": "Neaktyvus", + "common.info": "Informacija", + "common.loading": "Kraunama...", + "common.name": "Pavadinimas", + "common.next": "Kitas", + "common.next_page": "Kitas puslapis", + "common.no": "Ne", + "common.none": "Nėra", + "common.page": "Puslapis", + "common.paused": "Sustabdyta", + "common.pending": "Laukiama", + "common.prev_page": "Ankstesnis puslapis", + "common.previous": "Ankstesnis", + "common.processing": "Apdorojama", + "common.refresh": "Atnaujinti", + "common.reset": "Atstatyti", + "common.retry": "Bandykite dar kartą", + "common.save": "Išsaugoti", + "common.search": "Ieškoti", + "common.select": "Pasirinkti", + "common.select_placeholder": "\u0002D pasirinkti \u0002D", + "common.size": "Dydis", + "common.status": "Būsena", + "common.submit": "Pateikti", + "common.success": "Sėkmė", + "common.tags": "Žymos", + "common.test": "Testas", + "common.test_connection": "Patikrinti ryšį", + "common.type": "Tipas", + "common.update": "Atnaujinti", + "common.updated": "Atnaujinta", + "common.upload": "Įkelti", + "common.view": "Peržiūrėti", + "common.warning": "Įspėjimas", + "common.yes": "Taip", + "cookie.accept": "Supratau", + "cookie.learn_more": "Sužinokite daugiau", + "cookie.message": "Ši svetainė naudoja slapukus, kad pagerintų jūsų patirtį.", + "cookie.notice": "DocuElevate naudoja tik būtinuosius sesijos slapukus, reikalingus autentifikacijai ir paslaugų veikimui. Nėra naudojami stebėjimo ar analizės slapukai.", + "cookie.notice_label": "Slapuko pranešimas", + "cookie.policy_link": "Slapukų politika", + "cookie.privacy_link": "Privatumo pranešimas", + "credentials.col_action": "Veiksmas", + "credentials.col_credential": "Akreditacija", + "credentials.col_source": "Šaltinis", + "credentials.configured": "Konfigūruotas", + "credentials.edit_in_settings": "Redaguoti nustatymuose", + "credentials.legend_db": "Vertė saugoma duomenų bazėje (šifruota poilsio būsenoje; pakeičia aplinkos kintamąjį)", + "credentials.legend_env_after": " failas", + "credentials.legend_env_before": "Vertė iš aplinkos kintamojo arba ", + "credentials.legend_missing": "Akreditacija nėra nustatyta — integracija veiks netinkamai", + "credentials.legend_restart": "Reikalingas perkrovimas, kai ši akreditacija atnaujinama", + "credentials.legend_title": "Legenda", + "credentials.manage_settings": "Tvarkyti nustatymus", + "credentials.not_configured": "Nėra sukonfigūruota", + "credentials.page_title": "Akreditacijos auditą - DocuElevate", + "credentials.raw_json": "Brutas JSON (API)", + "credentials.restart_title": "Reikalingas perkrovimas po šios akreditacijos atnaujinimo", + "credentials.source_db_title": "Saugojimas duomenų bazėje (šifruota)", + "credentials.source_env_title": "Iš aplinkos kintamojo", + "credentials.status_missing": "Trūksta", + "credentials.subtitle": "Apžvalga visų jautrių akreditacijų, naudojamų DocuElevate. Čia nėra rodomi slapti duomenys — tik tai, ar kiekviena akreditacija yra sukonfigūruota ir iš kur ji gauta.", + "credentials.table_for": "Akreditacijos", + "credentials.title": "Akreditacijos auditą", + "credentials.total_credentials": "Bendras akreditacijų skaičius", + "dashboard.active_integrations": "Aktyvios integracijos", + "dashboard.files_this_month": "Failai šį mėnesį", + "dashboard.files_today": "Failai šiandien", + "dashboard.ocr_processed": "OCR apdorota", + "dashboard.quick_actions": "Greiti veiksmai", + "dashboard.recent_activity": "Naujausia veikla", + "dashboard.storage_targets": "Atsargų tikslai", + "dashboard.title": "Valdymo pultas", + "dashboard.total_files": "Bendras failų skaičius", + "dashboard.welcome": "Sveiki atvykę į DocuElevate", + "duplicates.file_id_label": "Failo ID", + "duplicates.file_id_placeholder": "pvz. 42", + "duplicates.find_btn": "Rasti", + "duplicates.found_files": "rastami failai(-ų) iš viso.", + "duplicates.found_groups": "rastami grupių(-ių) su", + "duplicates.found_prefix": "Rasta", + "duplicates.group_aria": "Dublikato grupė", + "duplicates.heading": "Dublikuoti dokumentai", + "duplicates.how_it_works_heading": "Kaip veikia beveik dubliako aptikimas", + "duplicates.max_results_label": "Maksimali rezultatų skaičius", + "duplicates.near_dup_desc": "Pasirinkite dokumentą, kad patikrintumėte, ar kiti failai turi tą patį (arba labai panašų) turinį — net jei jie buvo nuskenuoti skirtingu laiku ir turi skirtingus SHA-256 hash.", + "duplicates.near_dup_heading": "Rasti beveik dublikatus dokumentui", + "duplicates.no_exact_heading": "Tikslūs dublikai nerasti", + "duplicates.page_title": "Dublikuoti dokumentai - DocuElevate", + "duplicates.pagination_aria": "Puslapiavimas", + "duplicates.role_duplicate": "Dublikatas", + "duplicates.role_original": "Originalas", + "duplicates.tab_exact": "Tiksli dublika", + "duplicates.tab_near": "Beveik dublikuotų paieška", + "duplicates.tabs_aria": "Dublikuotų aptikimo skirtukai", + "duplicates.threshold_label": "Panašumo slenkstis", + "duplicates.view_dup_aria": "Peržiūrėti dublikato failą", + "duplicates.view_original_aria": "Peržiūrėti originalų failą", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Oi, negalėjome rasti tos puslapio!", + "error.404_home": "Grįžti į pradinį puslapį", + "error.404_message": "Atrodo, kad DocuElevate neteisingai padėjo dokumentą, kurio ieškojote. Nesijaudinkite – mes jums padėsime.", + "error.404_title": "404 - Nerasta", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Rodyti derinimo informaciją", + "error.500_description": "Mūsų serveriai patyrė nesėkmę ir reikia momento.", + "error.500_heading": "Oi! Kas nors nepavyko.", + "error.500_home": "Eiti į pradinį puslapį", + "error.500_img_alt": "Serverio klaidos iliustracija", + "error.500_message1": "Mūsų serveriai patyrė nesėkmę ir reikia momento. Galbūt žiurkėnai išpylė savo kavą?", + "error.500_message2": "Jau dirbame - rūšiuojame failus, perkrauname serverius ir kalibruojame fluxo kondensatorius.", + "error.500_title": "Serverio klaida - DocuElevate", + "error.forbidden": "Uždrausta", + "error.forbidden_message": "Neturite teisės pasiekti šią puslapį.", + "error.not_found": "Puslapis nerastas", + "error.not_found_message": "Puslapis, kurio ieškote, neegzistuoja.", + "error.server_error": "Vidinė serverio klaida", + "error.server_error_message": "Kas nors nepavyko. Prašome bandyti vėl vėliau.", + "error.unauthorized": "Neteisėta", + "error.unauthorized_message": "Jūs turite prisijungti, kad galėtumėte pasiekti šį puslapį.", + "files.action_delete": "Ištrinti failą", + "files.action_details": "Peržiūrėti detales", + "files.action_preview": "Greita peržiūra", + "files.bulk_clear_selection": "Išvalyti pasirinkimą", + "files.bulk_cloud_ocr": "Pakartotinai vykdyti Cloud OCR", + "files.bulk_delete": "Ištrinti pasirinktus", + "files.bulk_download": "Atsisiųsti kaip ZIP", + "files.bulk_reprocess": "Pakartotinai apdoroti pasirinktus", + "files.delete_modal_cancel": "Atšaukti", + "files.delete_modal_confirm": "Ištrinti", + "files.delete_modal_message": "Ar tikrai norite ištrinti šį failą?", + "files.delete_modal_title": "Patvirtinti ištrynimą", + "files.document_title": "Dokumento pavadinimas", + "files.drop_overlay_hint": "Pagalba PDF, Office dokumentams, vaizdams, HTML, Markdown ir kt. – aplankai yra apdorojami rekursyviai", + "files.drop_overlay_title": "Nuneškite failus arba aplankus bet kur įkėlimui", + "files.error_hint": "Tai gali būti dėl konfigūracijos ar importo problemos. Prašome patikrinti serverio žurnalus.", + "files.file_size": "Failo dydis", + "files.filename": "Failo pavadinimas", + "files.files_selected": "pasirinkti failai", + "files.filter_all_providers": "Visi tiekėjai", + "files.filter_all_statuses": "Visi statusai", + "files.filter_all_types": "Visi tipai", + "files.filter_apply": "Taikyti filtrus", + "files.filter_clear": "Išvalyti", + "files.filter_date_from": "Data nuo", + "files.filter_date_from_aria": "Filtruoti nuo datos", + "files.filter_date_to": "Data iki", + "files.filter_date_to_aria": "Filtruoti iki datos", + "files.filter_form_aria": "Filtruoti failus", + "files.filter_mime_type": "MIME tipas", + "files.filter_ocr_all": "Visi failai", + "files.filter_ocr_good": "Gera kokybė", + "files.filter_ocr_poor": "Prasta kokybė", + "files.filter_ocr_quality": "OCR kokybė", + "files.filter_ocr_quality_aria": "Filtruoti pagal OCR kokybės balą", + "files.filter_ocr_unchecked": "Dar neįvertintas", + "files.filter_search_label": "Ieškoti failo pavadinimo", + "files.filter_search_placeholder": "Įveskite failo pavadinimą...", + "files.filter_storage_provider": "Saugojimo teikėjas", + "files.filter_tags_aria": "Filtruoti pagal žymes (atskirtas kableliais)", + "files.filter_tags_placeholder": "pvz., sąskaita,amazon", + "files.fulltext_search_label": "Viso teksto paieška (OCR tekstas, metaduomenys, žymės)", + "files.fulltext_search_placeholder": "Ieškokite dokumento turinio, siuntėjo, žymių, tipo...", + "files.no_files": "Failų nerasta", + "files.ocr_status": "OCR būsena", + "files.page_title": "Failų įrašai", + "files.pagination_files": "failai", + "files.pagination_first": "Pirmas", + "files.pagination_last": "Paskutinis", + "files.pagination_nav_aria": "Failų sąrašo puslapiavimas", + "files.pagination_next": "Kitas", + "files.pagination_of": "iš", + "files.pagination_previous": "Ankstesnis", + "files.pagination_showing": "Rodoma", + "files.preview_modal_close": "Užverti peržiūrą", + "files.preview_modal_title": "Peržiūra", + "files.queue_banner_items": "elementai šiuo metu yra eilėje arba apdorojami. Failai pasirodys čia, kai apdorojimas bus baigtas.", + "files.queue_banner_link": "Peržiūrėti eilę", + "files.saved_searches_empty": "Išsaugotų paieškų dar nėra", + "files.saved_searches_error": "Nepavyko įkelti išsaugotų paieškų", + "files.saved_searches_label": "Išsaugotos paieškos", + "files.saved_searches_save": "Išsaugoti dabartinę", + "files.saved_searches_save_aria": "Išsaugoti dabartinius filtrus kaip išsaugotą paiešką", + "files.search_results_empty": "Rezultatų nerasta.", + "files.search_results_title": "Paieškos rezultatai", + "files.status_duplicate": "Dublikatas", + "files.table_actions": "Veiksmai", + "files.table_aria": "Failų įrašai", + "files.table_created_at": "Sukurtas", + "files.table_empty": "Failų nerasta", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.table_mime_type": "MIME tipas", + "files.table_original_filename": "Originalus failo pavadinimas", + "files.table_select_all": "Pasirinkti visus failus šioje puslapio", + "files.tags": "Žymos", + "files.title": "Failai", + "files.upload_modal_aria": "Įkėlimo pažanga", + "files.upload_modal_close": "Uždaryti įkėlimo progresą", + "files.upload_modal_header": "Įkeliamas failas", + "files.uploaded": "Įkeltas", + "footer.about": "Apie", + "footer.attribution": "Autorių teisės", + "footer.attributions": "Autorių teisės", + "footer.cookies": "Slapukai", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Impressum", + "footer.license": "Licencija", + "footer.navigation": "Apatinė navigacija", + "footer.privacy": "Privatumas", + "footer.terms": "Sąlygos", + "footer.version": "Versija {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth susijungimas. Failai patenka į jūsų pasirinktas aplankas.", + "help.destinations_email": "El. Pašto persiuntimas", + "help.destinations_email_desc": "Apdoroti failai siunčiami kaip SMTP priedai.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Paslaugų paskyra arba OAuth. Palaiko bendrinamus diskus.", + "help.destinations_heading": "Kryptys – Kur eina dokumentai", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Savybės valdomas debesų saugojimas per WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Microsoft Graph API integracija.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Dokumentus tiesiai perkelti į Paperless archyvavimui.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Bet koks S3 suderinamas kibiras (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Saugus failų perdavimas į bet kurį serverį.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST metaduomenis į bet kokį išorinį tašką.", + "help.documentation": "Dokumentacija", + "help.faq": "Dažniausiai užduodami klausimai", + "help.faq_1_a": "Eikite į Įkėlimo puslapį, vilkite ir mesti failus arba spustelėkite Pasirinkti failą. DocuElevate konvertuoja vaizdus ir biuro dokumentus į PDF, atlieka OCR ir automatiškai ištraukia metaduomenis.", + "help.faq_1_q": "Kaip įkelti dokumentus?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF ir HTML. Ne-PDF failai automatiškai konvertuojami į PDF prieš apdorojimą.", + "help.faq_2_q": "Kurie failų formatai yra palaikomi?", + "help.faq_3_a": "Taip. Eikite į El. pašto įkėlimą, pridėkite IMAP paskyrą, ir DocuElevate automatiškai tikrins naujus pranešimus ir apdoros priedus.", + "help.faq_3_q": "Ar galiu įkelti dokumentus iš el. pašto?", + "help.faq_4_a": "Pipelines leidžia jums grandinėti apdorojimo etapus – OCR, AI ištraukimas, formatų konvertavimas – ir nukreipti rezultatą į vieną ar daugiau tikslų. Kurkite ir valdykite juos iš Pipelines puslapio.", + "help.faq_4_q": "Kaip veikia apdorojimo pipelines?", + "help.faq_5_a": "DocuElevate šifruoja kredencialus neveikiant, bendrauja per TLS ir niekada nesaugo jūsų dokumentų ilgiau nei reikia. Daugiau informacijos rasite Privatumo pranešime.", + "help.faq_5_a_post": " visai informacijai.", + "help.faq_5_a_pre": "DocuElevate užšifruoja kredencialus neveikimo režimu, bendrauja per TLS ir niekada nesaugo jūsų dokumentų ilgiau nei būtina. Žiūrėkite ", + "help.faq_5_q": "Ar mano duomenys yra saugūs?", + "help.faq_heading": "Dažnai užduodami klausimai", + "help.getting_started": "Pradžia", + "help.heading": "Pagalbos centras", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Naudokite REST API, kad programiškai įkeltumėte dokumentus. Autentifikuokitės su Bearer žetonu ir POST failus į įkėlimo galinį tašką.", + "help.ingestion_heading": "Duomenų Įkėlimo Įrankiai", + "help.ingestion_mobile": "Mobiliosios Programos", + "help.ingestion_mobile_desc": "Naudokite bet kurią mobiliosios skenavimo programą, kuri palaiko pasirinktinius HTTP įkėlimo taškus, kad fotografijas ir skenavimus siųstumėte į DocuElevate iš savo telefono ar planšetės.", + "help.ingestion_scanners": "Tinklo Skenuokliai", + "help.ingestion_scanners_desc": "Nukreipkite bet kurį tinklo skenerį arba daugiafunkcį spausdintuvą į DocuElevate įkėlimo galinį tašką. Skenuoti dokumentai tiesiai nukeliauja į jūsų apdorojimo eilę.", + "help.ingestion_watched_folders": "Stebimos Katalogai", + "help.ingestion_watched_folders_desc": "Sukonfigūruokite vietinį ar tinklo katalogą, kuris būtų stebimas. Bet koks failas, įdėtas į stebimą katalogą, automatiškai įkeltas ir apdorotas DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integruokite DocuElevate į savo automatizavimo darbus su Zapier, n8n arba Make. Naudokite REST API veiksmus, kad sukurtumėte dokumentų įkėlimus iš bet kokio įvykio.", + "help.meta_description": "Gaukite pagalbą su DocuElevate – raskite gaires, kaip įkelti dokumentus, prijungti debesų saugyklas, nustatyti vamzdynus ir dar daugiau.", + "help.og_description": "Gaukite pagalbą su DocuElevate – raskite gaires, kaip įkelti dokumentus, prijungti debesų saugyklas, nustatyti vamzdynus ir dar daugiau.", + "help.page_title": "Pagalbos centras", + "help.privacy_notice": "Privatumo pranešimas", + "help.quickstart_heading": "Greitas pradėjimas", + "help.quickstart_storage": "Prijungti saugyklą", + "help.quickstart_storage_desc": "Eikite į Nustatymai ir sujunkite savo debesų paskyras. Apdoroti dokumentai automatiškai nukreipiami į kiekvieną nustatytą tikslą.", + "help.quickstart_storage_desc_full": "Eikite į Integracijas ir sujunkite savo debesų saugyklos paskyras. DocuElevate palaiko Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud ir daugiau. Apdoroti dokumentai automatiškai nukreipiami į kiekvieną paskirties vietą, kurią sukonfigūruojate.", + "help.quickstart_upload": "Įkelti dokumentus", + "help.quickstart_upload_desc": "Vilkite ir numeskite failus į Įkėlimo puslapį arba spustelėkite Pasirinkti failą. DocuElevate konvertuoja vaizdus ir biuro dokumentus į PDF, atlieka OCR ir automatiškai ištraukia metaduomenis.", + "help.quickstart_workflows": "Automatizuoti darbo eigas", + "help.quickstart_workflows_desc": "Kurkite Pipelines, kad apibrėžtumėte daugiažingsnį apdorojimą ir nukreipimo taisykles. Sujunkite OCR, AI ištraukimas, formatų konvertavimas ir pristatymas į vieną srautą.", + "help.sources_email_ingestion": "El. pašto įkėlimas (IMAP)", + "help.sources_email_ingestion_desc": "Perduokite dokumentus į skirtą pašto dėžutę. Skiltyje El. pašto įkėlimas pridėkite vieną ar daugiau IMAP paskyrų. DocuElevate automatiškai tikrins naujus pranešimus ir apdoros priedus.", + "help.sources_heading": "Šaltiniai – Dokumentų įkėlimas", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", + "help.sources_rest_api_desc": "Integruokite programuodami siųsdami failus į /api/upload. Idealu skriptams, stebimiems aplankams, skaitytuvams ar trečiųjų šalių įrankiams, tokiems kaip Zapier ir n8n.", + "help.sources_scanner": "Skaitytuvas ir mobilusis", + "help.sources_scanner_desc": "Nukreipkite tinklo skaitytuvus į DocuElevate įkėlimo tašką arba naudokite bet kurią mobiliojo skaitymo programėlę, kuri palaiko tinkinamus HTTP tikslus.", + "help.sources_scanner_desc_full": "Sukonfigūruokite savo tinklo skenerį arba daugiafunkcį spausdintuvą, kad skenavimus siųstumėte tiesiai į DocuElevate. Naudokite /api/upload galinį tašką kaip paskirties vietą. Taip pat palaikomos mobiliosios skenavimo programos su pasirinktiniais įkėlimo taškais.", + "help.sources_web_upload": "Interneto įkėlimas", + "help.sources_web_upload_desc": "Greita pradžia. Atidarykite Įkėlimo puslapį, numeskite vieną ar daugiau failų, ir DocuElevate pasirūpins likusiu. Palaikomi formatai: PDF, JPEG, PNG, TIFF, DOCX, XLSX ir kt.", + "help.subheading": "Viskas, ko jums reikia, kad pasinaudotumėte DocuElevate. Naršykite žemiau esančius temas arba ieškokite, ko jums reikia.", + "help.support": "Pagalba", + "help.support_admin_message": "Susisiekite su savo administratoriumi dėl pagalbos informacijos.", + "help.support_description": "Negalite rasti to, ko ieškote? Mūsų pagalbos komanda čia, kad padėtų.", + "help.support_heading": "Susisiekite su pagalba", + "help.support_live_chat": "Gyvas pokalbis prieinamas – spustelėkite pokalbių burbulą, kad pradėtumėte pokalbį.", + "help.support_ticket_button": "Pateikti bilietą", + "help.support_ticket_desc": "Užpildykite žemiau esantį formą, ir mūsų palaikymo komanda susisieks su jumis kuo greičiau.", + "help.support_ticket_heading": "Atidaryti pagalbos bilietą", + "help.title": "Pagalbos centras", + "help.workflows_creating": "Pipeline kūrimas", + "help.workflows_definition": "Pipeline yra apdorojimo etapų seka, kuri automatiškai vykdoma, kai dokumentas yra įkeltas. Kiekvienas etapas gali transformuoti, praturtinti arba nukreipti dokumentą.", + "help.workflows_heading": "Darbo eigos ir Pipelines", + "help.workflows_step_1": "Konvertuoti į PDF", + "help.workflows_step_1_create": "Eikite į Pipelines pagrindiniame meniu.", + "help.workflows_step_1_full": "Konvertuoti į PDF – visi atvykstantys failai yra normalizuojami į nuoseklų PDF formatą.", + "help.workflows_step_2": "OCR – išgauti tekstą", + "help.workflows_step_2_create": "Paspauskite Naujas Pipeline ir suteikite jam pavadinimą.", + "help.workflows_step_2_full": "OCR – išskirkite parenkamą tekstą iš nuskenuotų puslapių naudodami Azure Dokumentų Intelectą arba integruotą variklį.", + "help.workflows_step_3": "AI metaduomenų išgavimas", + "help.workflows_step_3_create": "Pridėkite reikalingus apdorojimo žingsnius.", + "help.workflows_step_3_full": "AI meta-duomenų ištraukimas – klasifikuokite dokumento tipą ir ištraukite pagrindines laukus, tokius kaip sumos, datos ir vardai, naudodami OpenAI.", + "help.workflows_step_4": "Pristatyti į vieną ar daugiau vietų", + "help.workflows_step_4_create": "Pasirinkite vieną ar daugiau pristatymo vietų.", + "help.workflows_step_5_create": "Išsaugoti – nauji dokumentai bus automatiškai apdorojami per šį pipeline.", + "help.workflows_typical_steps": "Tipiniai žingsniai", + "help.workflows_what_is": "Kas yra Pipeline?", + "index.badge_intelligent": "Išmanus dokumentų apdorojimas", + "index.button_browse_files": "Naršyti failus", + "index.button_upload": "Įkelti", + "index.capabilities_cloud": "Debesų saugojimas: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Dokumentų įkėlimas per el. paštą ir URL", + "index.capabilities_ocr": "OCR ir metaduomenų išgavimas su AI", + "index.capabilities_paperless": "Paperless-ngx integracija dokumentų valdymui", + "index.capabilities_title": "Galimybės", + "index.capabilities_workflows": "Automatizuota klasifikacija ir maršrutizavimo procesai", + "index.cta_description": "Prisijunkite prie komandų, kurios jau automatizuoja savo dokumentų apdorojimą su DocuElevate.", + "index.cta_heading": "Pasiruošę pakelti savo dokumentų darbo eigą?", + "index.cta_pricing": "Žiūrėti kainas", + "index.cta_signup": "Sukurti nemokamą paskyrą", + "index.dashboard_subtitle": "Išmanus dokumentų apdorojimas ir valdymas", + "index.dashboard_subtitle_teams": "Išmanus dokumentų apdorojimas ir valdymas — sukurtas komandoms", + "index.feature_ai": "AI Metaduomenų Išgavimas", + "index.feature_ai_desc": "OpenAI, Claude, Gemini ir kiti pluggable AI tiekėjai klasifikuoja dokumentus ir ištraukia svarbiausius laukus, tokius kaip datos, sumos ir temos.", + "index.feature_cloud": "Daugelio debesų saugojimas", + "index.feature_cloud_desc": "Maršrutizuokite apdorotus failus į Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP ir kt.", + "index.feature_email": "El. pašto ir IMAP Įkėlimas", + "index.feature_email_desc": "Automatiškai ištraukite dokumentus iš Gmail arba bet kurios IMAP pašto dėžutės — rankinis įkėlimas nereikalingas.", + "index.feature_ocr": "OCR ir Teksto Išgavimas", + "index.feature_ocr_desc": "Azure Document Intelligence automatiškai paverčia nuskenuotus PDF ir nuotraukas į visiškai ieškomą tekstą.", "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "index.feature_pipelines_desc": "Kurkite apdorojimo pipelines su konfigūruojamais žingsniais — OCR, AI išgavimas, formato konvertavimas ir saugojimo maršrutizavimas bet kokia tvarka.", + "index.feature_search": "Pilno teksto paieška", + "index.feature_search_desc": "Akimoju raskite bet kurį dokumentą pagal turinį, metaduomenis ar žymas visame archyve.", + "index.feature_section_title": "Viskas, ko jums reikia išmanioms dokumentų darbo eigoms", + "index.getting_started": "Pradėti", + "index.getting_started_1": "Nustatykite integracijas per Sistemos būseną", + "index.getting_started_2": "Įkelkite savo pirmąjį dokumentą", + "index.getting_started_3": "Peržiūrėkite rezultatus Failuose", + "index.getting_started_learn": "Sužinokite daugiau apie DocuElevate", + "index.hero_description": "DocuElevate apdoroja jūsų dokumentus, atlieka OCR, išgauna metaduomenis su AI ir maršrutizuoja failus į Dropbox, Google Drive, OneDrive, S3, Nextcloud ir dar daugiau — viskas viename be pertrūkių.", + "index.hero_heading": "Nuo įkėlimo iki įžvalgos — automatiškai.", + "index.hero_login": "Prisijungti", + "index.hero_pricing": "Peržiūrėti planus ir kainas", + "index.hero_signup": "Pradėkite — tai nemokama", + "index.integrations_active": "Aktyvios integracijos", + "index.integrations_storage": "Saugojimo tikslai", + "index.integrations_title": "Integracijos", + "index.integrations_view_status": "Žiūrėti sistemos būseną", + "index.page_title_dashboard": "Informacijos suvestinė", + "index.page_title_public": "Intelektualus dokumentų apdorojimas", + "index.platform_overview": "Platformos apžvalga", + "index.processing_stats": "Apdorojimo statistika", + "index.quick_actions": "Greiti veiksmai", + "index.quick_documents": "Mano dokumentai", + "index.quick_documents_desc": "Naršykite savo apdorotus failus", + "index.quick_search": "Paieška", + "index.quick_search_desc": "Viso teksto paieška dokumentuose", + "index.quick_subscription": "Mano prenumerata", + "index.quick_subscription_desc": "Peržiūrėti plano ir naudojimo duomenis", + "index.quick_system_status": "Sistemos būsenos", + "index.quick_system_status_desc": "Patikrinkite integracijos būklę", + "index.quick_upload": "Įkelti dokumentą", + "index.quick_upload_desc": "Apdoroti naują failą", + "index.quick_view_files": "Peržiūrėti visus failus", + "index.quick_view_files_desc": "Naršykite apdorotus dokumentus", + "index.single_user_heading": "DocuElevate informacijos suvestinė", + "index.single_user_subtitle": "Intelektualus dokumentų apdorojimas ir valdymas", + "index.stat_active_integrations": "Aktyvios integracijos", + "index.stat_active_users": "Aktyvūs vartotojai", + "index.stat_files_month": "Failai šį mėnesį", + "index.stat_files_ocr": "Failai su OCR", + "index.stat_files_today": "Failai šiandien", + "index.stat_storage_targets": "Saugojimo tikslai", + "index.stat_this_month": "Šį mėnesį", + "index.stat_today": "Šiandien", + "index.stat_total_files": "Iš viso failų", + "index.stat_total_processed": "Iš viso apdorota", + "index.tier_plan": "Planas", + "index.tier_upgrade": "Atnaujinti", + "index.tier_view_details": "Peržiūrėti pilnus duomenis", + "index.upgrade_daily_limits": "Aukštesni dienos ir mėnesio limitai", + "index.upgrade_description": "Atblokokite daugiau dokumentų, daugiau paskirties vietų ir prioritetinį palaikymą.", + "index.upgrade_destinations": "Daugiau saugojimo paskirties vietų", + "index.upgrade_ocr_pages": "Daugiau OCR puslapių", + "index.upgrade_plan": "Atnaujinkite savo planą", + "index.upgrade_view_pricing": "Peržiūrėti planus ir kainas", + "index.usage_lifetime": "Gyvenimo trukmės failai", + "index.usage_month": "Failai šį mėnesį", + "index.usage_my_usage": "Mano naudojimas", + "index.usage_today": "Failai šiandien", + "index.usage_unlimited": "Nepaprastas", + "integrations.access_key_label": "Prieigos rakto ID", + "integrations.active_label": "Aktyvus", + "integrations.add_button": "Pridėti integraciją", + "integrations.add_first_button": "Pridėti pirmąją integraciją", + "integrations.api_token_label": "API žetonas", + "integrations.authorize_btn": "Įgalinti", + "integrations.authorize_reauth": "Pakartotinai įgalinti", + "integrations.bucket_label": "Konteineris", + "integrations.configure": "Konfigūruoti", + "integrations.connect": "Prijungti", + "integrations.connected": "Prijungta", + "integrations.connection_failed": "Ryšys nepavyko", + "integrations.connection_success": "Ryšys sėkmingas", + "integrations.delete_confirm_are_you_sure": "Ar tikrai norite ištrinti", + "integrations.delete_confirm_title": "Ištrinti integraciją?", + "integrations.delete_confirm_undone": "Šio veiksmo negalima atšaukti.", + "integrations.delete_emails_label": "Ištrinti el. laiškus po apdorojimo", + "integrations.delete_files_label": "Ištrinti failus po apdorojimo", + "integrations.destinations_quota_label": "Saugojimo paskirties:", + "integrations.destinations_section": "Paskirtys", + "integrations.direction_destination": "Paskirties vieta (saugojimas)", + "integrations.direction_label": "Kryptis", + "integrations.direction_placeholder": "\u0000a0 Pasirinkite \u0000a0", + "integrations.direction_source": "Šaltinis (įkėlimas)", + "integrations.disconnect": "Atsijungti", + "integrations.email_settings": "El. pašto persiuntimo nustatymai", + "integrations.empty_state": "Nėra sukonfigūruotų integracijų", + "integrations.endpoint_label": "Galinė taška URL", + "integrations.endpoint_optional": "(pasirinktinai, S3 suderinama)", + "integrations.folder_label": "Katalogas", + "integrations.folder_optional": "(pasirinktinai)", + "integrations.folder_path_label": "Katalogo kelias", + "integrations.folder_prefix_label": "Katalogo prefiksas", + "integrations.generic_settings_hint": "Šio integracijos tipo konfigūracija gali būti pateikta kaip JSON po sukūrimo per API.", + "integrations.gmail_hint": "Gmail etiketės ir žvaigždutė: kai įjungta, apdoroti el. laiškai yra pažymėti žvaigždute ir žymimi \"Įkeltas\" etikete Gmail. Tinka tik Gmail serveriams.", + "integrations.gmail_labels": "Taikyti Gmail etiketes ir žvaigždutę", + "integrations.host_label": "Šaltinis", + "integrations.imap_settings": "IMAP nustatymai", + "integrations.loading": "Kraunamos integracijos\u0000a0...", + "integrations.modal_close": "Uždaryti modalą", + "integrations.modal_title_add": "Pridėti integraciją", + "integrations.modal_title_edit": "Redaguoti integraciją", + "integrations.name_label": "Žymėjimas", + "integrations.name_placeholder": "pvz. Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Nextcloud nustatymai", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Pridėkite savo pirmą integraciją, kad sujungtumėte įkėlimo šaltinius (pvz., IMAP) ir saugojimo paskirties vietas (pvz., S3, Dropbox arba Google Drive).", + "integrations.not_connected": "Nepasirinkta", + "integrations.oauth_folder_label": "Mappė", + "integrations.oauth_hint": "Išsaugokite šią integraciją pirmiausia, tada naudokite mygtuką \"Įgalinti\", kad užbaigtumėte OAuth srautą. Jūsų prisijungimo duomenys bus saugomi saugiai jūsų asmeninėje integracijos įrašo vietoje.", + "integrations.page_title": "Integracijos", + "integrations.paperless_settings": "Paperless NGX nustatymai", + "integrations.password_label": " slaptažodis", + "integrations.paused": "Sustabdyta", + "integrations.plan_label": "Planas:", + "integrations.port_label": "Prievadas", + "integrations.quota_not_available": "(nepasiekiama)", + "integrations.quota_unlimited": "/ neribota", + "integrations.recipient_label": "Gavėjo el. paštas", + "integrations.region_label": "Regionas", + "integrations.remote_path_label": "Nuotolinis kelias", + "integrations.s3_prefix_label": "Prefiksas (mappės kelias)", + "integrations.s3_settings": "S3 nustatymai", + "integrations.secret_key_label": "Slaptas prieigos raktas", + "integrations.show_password": "Rodyti slaptažodį", + "integrations.show_secrets": "Rodyti paslaptis", + "integrations.show_token": "Rodyti žetoną", + "integrations.source_local": "Vietinė failų sistema", + "integrations.source_type_label": "Šaltinio tipas", + "integrations.sources_quota_label": "Pašto dėžutės šaltiniai:", + "integrations.sources_section": "Šaltiniai", + "integrations.subtitle": "Valdykite savo įkėlimo šaltinius ir saugojimo paskirtis vienoje vietoje.", + "integrations.title": "Integracijos", + "integrations.type_label": "Integracijos tipas", + "integrations.type_placeholder": "\u0014 Selektyvus kryptis pirmiausia \u0014", + "integrations.upgrade_plan": "Atnaujinti planą", + "integrations.use_ssl": "Naudoti SSL", + "integrations.username_label": "Vartotojo vardas", + "integrations.watch_folder_settings": "Palaikyti mappės nustatymus", + "integrations.webdav_settings": "WebDAV nustatymai", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook įkėlimas", + "integrations.webhook_how_heading": "Kaip veikia Webhook įkėlimas", + "integrations.webhook_how_text": "Webhook integracija leidžia išorinėms sistemoms tiesiogiai siųsti dokumentus į DocuElevate per REST API. Vietoj to, kad DocuElevate ieškotų naujų failų (pvz., IMAP), jūsų programa siunčia failus į DocuElevate naudodama HTTP užklausą su API žetonu autentifikacija.", + "integrations.webhook_ideal_text": "Tai idealiai tinka CI/CD pipeline'ams, automatizavimo scenarijams, skenerių integracijoms arba bet kuriai sistemai, generuojančiai dokumentus ir reikalingai juos siųsti apdorojimui.", + "integrations.webhook_quick_start": "Greitas įstartavimas", + "integrations.webhook_security_tip": "Sukurkite specialų API žetoną kiekvienai integracijai ir atšaukite jį iš karto, jei jis buvo pažeistas. Žetonus galima valdyti API žetonų puslapyje.", + "integrations.webhook_step1": "Eikite į {api_tokens_link} ir sukurkite asmeninį žetoną.", + "integrations.webhook_upload_with_token": "Naudokite žetoną dokumentams įkelti per API:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "language.change_success": "Kalba pakeista į {language}", + "language.changed": "Kalba pakeista į {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", @@ -599,331 +706,409 @@ "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", + "language.hu": "Vengrių", + "language.is": "Islandų", + "language.it": "Italų", + "language.lb": "Luksemburgiečių", "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", + "language.lv": "Latvių", + "language.nb": "Norvegų", + "language.nl": "Olandų", + "language.no_results": "Nerasta kalbų", + "language.pl": "Lenkų", + "language.pt": "Portugalų", + "language.ro": "Rumunų", + "language.ru": "Rusų", + "language.search_placeholder": "Ieškoti kalbų\u000206", + "language.selector": "Kalba", + "language.selector_label": "Pasirinkite kalbą", + "language.sk": "Slovakų", + "language.sl": "Slovėnų", + "language.sv": "Švedų", + "language.tr": "Turkų", + "language.uk": "Ukrainiečių", + "language.zh": "Kinų", + "nav.about": "Apie", + "nav.account_menu": "Paskyros meniu", + "nav.account_menu_for": "Paskyros meniu {name}", + "nav.admin": "Administratorius", + "nav.admin.audit_logs": "Audito žurnalai", + "nav.admin.backups": "Atsarginės kopijos", + "nav.admin.plans": "Planai", + "nav.admin.scheduled_jobs": "Naplanavimo užduotys", + "nav.admin.users": "Vartotojai", + "nav.admin_actions": "Administratorius veiksmai", + "nav.admin_menu": "Administratoriaus meniu", + "nav.api_docs": "API dokumentacija", + "nav.api_tokens": "API žetonai", + "nav.backup_restore": "Atsarginė kopija ir atkūrimas", + "nav.credentials": "Akreditacijos", + "nav.dark_mode": "Tamsus režimas", + "nav.dashboard": "Valdymo pultas", + "nav.developer_docs": "Kūrėjų dokumentacija", + "nav.duplicates": "Dublikatai", + "nav.file_manager": "Failų tvarkyklė", + "nav.files": "Failai", + "nav.get_started": "Pradėti", + "nav.help": "Pagalba", + "nav.help_center": "Pagalbos centras", + "nav.imap": "El. pašto importavimas", + "nav.integrations": "Integracijos", + "nav.light_mode": "Šviesus režimas", + "nav.login": "Prisijungti", + "nav.logout": "Atsijungti", + "nav.main_navigation": "Pagrindinė navigacija", + "nav.my_subscription": "Mano prenumerata", + "nav.notifications": "Pranešimai", + "nav.open_main_menu": "Atidaryti pagrindinį meniu", "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "nav.plan_designer": "Plano kūrėjas", + "nav.pricing": "Kainodara", + "nav.profile": "Profilis", + "nav.profile_settings": "Profilio nustatymai", + "nav.queue": "Eilė", + "nav.queue_monitor": "Eilių stebėjimas", + "nav.scheduled_jobs": "Planuoti darbai", + "nav.search": "Paieška", + "nav.settings": "Nustatymai", + "nav.shared_links": "Bendrinami nuorodos", + "nav.sign_out": "Atsijungti", + "nav.signup": "Registruotis", + "nav.similarity": "Panašumas", + "nav.skip_to_content": "Praleisti į pagrindinį turinį", + "nav.status": "Būsena", + "nav.subscription": "Prenumerata", + "nav.toggle_dark_mode": "Perjungti tamsų režimą", + "nav.toggle_nav": "Perjungti navigacijos meniu", + "nav.upload": "Įkelti", + "nav.users": "Vartotojai", + "nav.version": "Versijos informacija", + "notifications.filter_all": "Visi", + "notifications.filter_read": "Tik perskaityti", + "notifications.filter_unread": "Tik neperskaityti", + "notifications.manage_desc": "Valdykite savo pranešimų pašto dėžutę, taikinius ir įvykių nuostatas", + "notifications.mark_all_read": "Pažymėti viską kaip perskaitytą", + "notifications.mark_all_read_btn": "Pažymėti viską kaip perskaitytą", + "notifications.mark_read": "Pažymėti kaip perskaitytą", + "notifications.no_notifications": "Nėra pranešimų", + "notifications.page_title": "Pranešimai", + "notifications.tab_inbox": "Gautieji", + "notifications.tab_settings": "Nustatymai", + "notifications.title": "Pranešimai", + "notifications.unread_count": "{count} neperskaityti pranešimai", + "pipelines.active_label": "Aktyvus", + "pipelines.add_step_btn": "Pridėti žingsnį", + "pipelines.create": "Sukurti Pipeline", + "pipelines.custom_label_label": "Pasirinktinis žymuo", + "pipelines.default_label": "Numatytasis", + "pipelines.description_label": "Aprašymas", + "pipelines.description_placeholder": "Pasirinktinė aprašymas", + "pipelines.disabled_label": "Išjungtas", + "pipelines.edit": "Redaguoti Pipeline", + "pipelines.empty_state": "Dar nėra pipeline’ų", + "pipelines.empty_state_hint": "Sukurkite savo pirmąjį pipeline’ą, kad apibrėžtumėte pasirinktinius dokumentų apdorojimo darbo srautus.", + "pipelines.enabled_label": "Įjungtas", + "pipelines.force_cloud_ocr_label": "Priversti debesų OCR (praleisti vietinį tekstų išgavimą)", + "pipelines.inactive_label": "Neaktyvus", + "pipelines.loading": "Kraunamos pipeline’ai\u0000", + "pipelines.name_placeholder": "Mano pipeline’as", + "pipelines.new_pipeline_btn": "Naujas Pipeline", + "pipelines.no_steps": "Žingsniai neapibrėžti. Pridėkite žingsnį, kad pradėtumėte kurti savo pipeline’ą.", + "pipelines.ocr_auto": "Automatinis (naudoti sistemos numatytuosius)", + "pipelines.ocr_language_hint": "Perrašoma pasaulinė kalbos nustatymo nustatymas Tesseract/EasyOCR. Azure ir Mistral automatiškai nustato kalbą.", + "pipelines.ocr_language_label": "OCR Kalba", + "pipelines.optional_suffix": "(pasirinktinai)", + "pipelines.page_title": "Apdorojimo Pipeline’ai", + "pipelines.set_default": "Nustatyti kaip mano numatytąjį pipeline’ą", + "pipelines.step_label_placeholder": "Perrašyti numatytą žingsnio pavadinimą", + "pipelines.step_type_label": "Žingsnio Tipas", + "pipelines.subtitle_intro": "Apibrėžkite ir valdykite pasirinktinius dokumentų apdorojimo darbo srautus.", + "pipelines.subtitle_system_post": "ženklas ir matomas visiems vartotojams.", + "pipelines.subtitle_system_pre": "Sistemos pipeline’ai (sukūrė administratoriai) rodomi su", + "pipelines.system_label": "Sistema", + "pipelines.system_pipeline_label": "Sistemos pipeline’as (matomas visiems vartotojams)", + "pipelines.title": "Apdorojimo Pipeline’ai", + "profile.avatar_alt": "Jūsų profilio nuotrauka", + "profile.avatar_heading": "Profilio nuotrauka", + "profile.avatar_remove": "Pašalinti pasirinktą avatarą", + "profile.avatar_upload_hint": "Įkelkite JPEG, PNG, GIF arba WebP formato vaizdą, kurio dydis neviršija 2 MB. Jei pasirinktinis vaizdas nenustatytas, bus rodomas jūsų {gravatar}.", + "profile.choose_image": "Pasirinkite vaizdą\u001e\u001e\u001e", + "profile.confirm_password": "Patvirtinti naują slaptažodį", + "profile.contact_email_hint": "Naudojama sistemos pranešimams. Tai nekeičia jūsų prisijungimo el. pašto.", + "profile.contact_email_label": "Kontaktinis / Pranešimų el. paštas", + "profile.contact_email_placeholder": "jūs@example.com", + "profile.current_password": "Dabartinis slaptažodis", + "profile.dismiss": "Atmesti", + "profile.display_name_hint": "Palikite tuščią, kad naudotumėte savo paskyros vartotojo vardą arba el. paštą.", + "profile.display_name_label": "Rodomas vardas", + "profile.display_name_placeholder": "Jūsų vardas, kaip rodomas sąsajoje", + "profile.general_heading": "Bendra informacija", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profilio nustatymai", + "profile.language_auto_detect": "Automatinis aptikimas (iš naršyklės)", + "profile.language_hint": "Pasirinkite pageidaujamą sąsajos kalbą. „Automatinis aptikimas“ seka jūsų naršyklės nustatymus.", + "profile.language_label": "Sąsajos kalba", + "profile.new_password": "Naujas slaptažodis", + "profile.new_password_hint": "Mažiausiai 8 simboliai.", + "profile.page_title": "Profilio nustatymai – DocuElevate", + "profile.password_heading": "Keisti slaptažodį", + "profile.preferences_heading": "Nuostatos", + "profile.save_button": "Išsaugoti pakeitimus", + "profile.saving": "Išsaugoma\u001e\u001e", + "profile.subtitle": "Tvarkykite savo rodomo vardo, avatare, kalbos ir temos nuostatas.", + "profile.theme_dark": "Tamsi", + "profile.theme_hint": "„Sistemos numatyta“ seka jūsų įrenginio tamsaus režimo nustatymą.", + "profile.theme_label": "Spalvų schema", + "profile.theme_light": "Šviesi", + "profile.theme_system": "Sistemos numatyta", + "profile.update_password": "Atnaujinti slaptažodį", + "profile.updating": "Atnaujinama\u0000", + "queue.active_tasks": "Aktyvūs Užduotys", + "queue.auto_refresh_1": "Automatiškai atnaujinama kas", + "queue.auto_refresh_2": "sekundes", + "queue.col_arguments": "Argumentai", + "queue.col_current_step": "Dabartinis Žingsnis", + "queue.col_file": "Failas", + "queue.col_files": "Failai", + "queue.col_queue": "Eiga", + "queue.col_state": "Būsena", + "queue.col_task": "Užduotis", + "queue.col_task_id": "Užduoties ID", + "queue.files_processing": "Failų apdorojimas", + "queue.heading": "Eigos stebėjimas", + "queue.last_updated": "Paskutinį kartą atnaujinta:", + "queue.loading_stats": "Kraunamos eigos statistikos\n\n", + "queue.no_active_tasks": "Nėra aktyvių užduočių", + "queue.no_data": "Nėra duomenų", + "queue.no_files_processing": "Šiuo metu apdorojama jokių failų", + "queue.page_title": "Eigos stebėjimas", + "queue.processing_pipeline": "Apdorojimo linija", + "queue.queued_tasks": "Eigos užduotys", + "queue.recently_processing": "Neseniai apdoroti failai", + "queue.redis_queues": "Redis Eigos", + "queue.subtitle": "Realaus laiko dokumentų apdorojimo linijos ir Celery užduočių eigos peržiūra.", + "queue.workers_online": "Darbuotojai internete", + "search.button": "Ieškoti", + "search.error_message": "Ieška laikinai neprieinama. Prašome bandyti vėliau.", + "search.filter_aria_clear": "Išvalyti visus filtrus", + "search.filter_clear_button": "Išvalyti filtrus", + "search.filter_date_from": "Data Nuo", + "search.filter_date_to": "Data Iki", + "search.filter_document_type": "Dokumento Tipas", + "search.filter_document_type_placeholder": "pvz. Sąskaita", + "search.filter_language": "Kalba", + "search.filter_language_placeholder": "pvz. de", + "search.filter_sender": "Siuntėjas", + "search.filter_sender_placeholder": "pvz. ACME Corp", + "search.filter_tags": "Žymės", + "search.filter_tags_placeholder": "pvz. amazon", + "search.filter_text_quality": "Teksto Kokybė", + "search.filter_text_quality_all": "Visi", + "search.filter_text_quality_high": "Aukšta", + "search.filter_text_quality_low": "Žema", + "search.filter_text_quality_medium": "Vidutinė", + "search.filter_text_quality_no_text": "Nėra teksto", + "search.heading": "Dokumento Paieška", + "search.input_aria_label": "Ieškoti dokumentų", + "search.input_placeholder": "Ieškoti dokumentų pagal turinį, siuntėją, žymes, tipą...", + "search.loading_indicator": "Ieškoma\u000202\u00102", + "search.no_results": "Atsakymų nerasta", + "search.page_title": "Ieškoti dokumentų", + "search.placeholder": "Ieškoti pagal failo pavadinimą, turinį, žymes...", + "search.result_empty": "Nerasta dokumentų, atitinkančių jūsų užklausą.", + "search.results_count": "Rasta {count} rezultatų", + "search.saved_aria_save": "Išsaugoti dabartinę paiešką", + "search.saved_button": "Išsaugoti dabartinę", + "search.saved_empty": "Dar nėra išsaugotų paieškų", + "search.saved_error": "Nepavyko įkelti išsaugotų paieškų", + "search.saved_label": "Išsaugotos paieškos", + "search.saved_loading": "Kraunama...", + "search.title": "Ieškoti dokumentų", + "settings.audit_log_btn": "Audito žurnalas", + "settings.autocomplete_hint": "Įrašykite, kad ieškotumėte pažįstamų reikšmių, arba įveskite bet kokią pasirinktą reikšmę.", + "settings.autocomplete_no_matches": "Nerasta atitikimų — galite vis tiek įvesti pasirinktą reikšmę", + "settings.autocomplete_placeholder": "Įveskite, kad ieškotumėte arba įveskite reikšmę\u000202\u00102", + "settings.boolean_enable_prefix": "Įgalinti", + "settings.categories_aria": "Nustatymų kategorijos", + "settings.categories_heading": "Kategorijos", + "settings.db_wizard_btn": "DB vedlys", + "settings.effective_value_label": "Veiksminga reikšmė:", + "settings.encrypted_suffix": "= užšifruota saugoma", + "settings.encrypted_title": "Reikšmė užšifruota, kai ji saugoma duomenų bazėje", + "settings.export_btn": "Eksportuoti", + "settings.export_db_only": "Tik DB nustatymai", + "settings.export_full_config": "Visi efektyvūs nustatymai", + "settings.jump_to_category": "Peršokti į kategoriją\u000202\u00102", + "settings.manage_config_prefix": "Tvarkyti konfigūraciją. Prioritetas:", + "settings.model_picker_hint": "Pasirinkite iš sąrašo arba įveskite bet kurį modelio pavadinimą, kuriam jūsų paslaugų teikėjas teikia paramą.", + "settings.model_picker_placeholder": "Pasirinkite bendrą modelį arba įveskite pasirinktą pavadinimą\u000202\u00102", + "settings.no_results_clear": "išvalyti paiešką", + "settings.no_results_heading": "Nerasta nustatymų", + "settings.no_results_hint": "Išbandykite kitą paieškos terminą arba", + "settings.page_heading": "Programos nustatymai", + "settings.required_label": "(privaloma)", + "settings.reset_confirm": "Ar tikrai norite atstatyti šį nustatymą?", + "settings.restart_required_suffix": "= reikalingas perkrovimas", + "settings.revert_btn": "Pašalinti iš DB", + "settings.revert_title": "Pašalinti DB perrašymą ir grįžti prie aplinkos kintamojo arba numatytojo", + "settings.reverting": "Grąžinimas\u0002026", + "settings.save_all_btn": "Išsaugoti visus pakeitimus", + "settings.save_error": "Nepavyko išsaugoti nustatymo", + "settings.save_setting_title": "Išsaugoti šį nustatymą", + "settings.save_success": "Nustatymas sėkmingai išsaugotas", + "settings.saving_state": "Išsaugojimas\u0002026", + "settings.search_aria_label": "Ieškoti nustatymų", + "settings.search_clear_aria": "Išvalyti paiešką", + "settings.search_placeholder": "Ieškoti nustatymų pagal pavadinimą, raktą ar aprašymą\u0002026", + "settings.settings_count_suffix": "nustatymai", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "settings.source_default_badge": "NUMATYTA", + "settings.source_env_badge": "APLINKA", + "settings.title": "Nustatymai", + "settings.toggle_visibility_aria": "Pakeisti slaptažodžio matomumą", + "settings.toggle_visibility_title": "Rodyti/slėpti vertę", + "settings.user_autocomplete_empty": "Atsitikimo vartotojų nerasta", + "settings.user_autocomplete_hint": "Įveskite, kad ieškotumėte esamų vartotojų pagal pavadinimą, arba įveskite bet kokį identifikatorių rankiniu būdu.", + "settings.user_autocomplete_placeholder": "Pradėkite rašyti, kad ieškotumėte vartotojų\u0002026", + "settings.wizard_btn": "Vedlys", + "shared.col_expiry": "Galiojimas", + "shared.col_file_label": "Failas / Etiketas", + "shared.col_link": "Nuoroda", + "shared.col_views": "Peržiūros", + "shared.copy_link_aria": "Nukopijuoti nuorodą į iškarpinę", + "shared.copy_link_title": "Nukopijuoti nuorodą", + "shared.create_btn": "Sukurti nuorodą", + "shared.create_heading": "Sukurti naują bendrinamą nuorodą", + "shared.creating": "Kuriama\u0002026", + "shared.expiry_12h": "12 valandų", + "shared.expiry_14d": "14 dienų", + "shared.expiry_1h": "1 valanda", + "shared.expiry_24h": "24 valandos (1 diena)", + "shared.expiry_30d": "30 dienų", + "shared.expiry_3d": "3 dienos", + "shared.expiry_6h": "6 valandos", + "shared.expiry_7d": "7 dienos", + "shared.expiry_label": "Galiojimas", + "shared.expiry_never": "Niekuomet", + "shared.file_id_help_post": "puslapyje arba dokumento detalių URL.", + "shared.file_id_help_pre": "Raskite failo ID", + "shared.file_id_label": "Failo ID", + "shared.file_id_placeholder": "pvz. 42", + "shared.files_link": "Failai", + "shared.heading": "Bendrinti nuorodos", + "shared.label_label": "Žymė", + "shared.label_placeholder": "pvz. Bendrinta su Bobu", + "shared.link_created": "Bendra nuoroda sukurta!", + "shared.link_created_help": "Kopijuokite ir siųskite šią nuorodą gavėjui.", + "shared.links_count_aria": "nuorodų skaičius", + "shared.max_downloads_label": "Maksimalus atsisiuntimų skaičius", + "shared.no_links": "Dar nėra bendrų nuorodų. Sukurkite vieną viršuje, kad pradėtumėte.", + "shared.open_in_new_tab": "Atidaryti naujame skirtuke", + "shared.open_link_aria": "Atidaryti bendrą nuorodą", + "shared.optional": "(neprivaloma)", + "shared.page_title": "Bendri nuorodos – DocuElevate", + "shared.password_label": "Slaptažodis", + "shared.password_placeholder": "Palikite tuščią, jei slaptažodžio nėra", + "shared.password_protected": "Apsaugota slaptažodžiu", + "shared.refresh_aria": "Atnaujinti bendrų nuorodų sąrašą", + "shared.revoke_aria_prefix": "Atšaukti bendrą nuorodą", + "shared.revoke_btn": "Atšaukti", + "shared.status_active": "Aktyvus", + "shared.status_expired": "Pasibaigęs", + "shared.status_limit_reached": "Pasiektas limitas", + "shared.status_revoked": "Atšauktas", + "shared.subtitle": "Bendraukite dokumentais su bet kuo per laiko apribotą arba peržiūros apribotą nuorodą. Gavėjams nereikia DocuElevate paskyros. Nuorodos gali būti apsaugotos slaptažodžiu ir atšaukiamos bet kuriuo metu.", + "shared.table_aria": "Bendros nuorodos", + "shared.unlimited_placeholder": "Neišmatuojamas", + "shared.your_links": "Jūsų bendros nuorodos", + "similarity.backfill_auto": "Fono užduotis automatiškai apskaičiuos jas kas 5 minutes, arba galite", + "similarity.files_missing_text": "failai turi OCR tekstą, bet dar nėra įterpimo.", + "similarity.find_pairs_btn": "Rasti poras", + "similarity.heading": "Dokumentų panašumas", + "similarity.load_error": "Nepavyko įkelti porų.", + "similarity.min_similarity_label": "Min. panašumas", + "similarity.no_pairs_detail": "Nėra dokumentų porų, viršijančių panašumo slenkstį.", + "similarity.no_pairs_heading": "Nerasta panašių porų", + "similarity.page_title": "Dokumento Panašumas - DocuElevate", + "similarity.pagination_aria": "Panašumo porų puslapiavimas", + "similarity.per_page_label": "Per puslapį", + "similarity.scanning": "Ieškoma panašių dokumentų porų\u0012023", + "similarity.stat_embedding_model": "Įterpimo Modelis", + "similarity.stat_missing_embedding": "Trūksta Įterpimo", + "similarity.stat_total_files": "Bendras Failų Skaičius", + "similarity.stat_with_embedding": "Su Įterpimu", + "similarity.subtitle": "Dokumentų poros su didele semantine panašumu, įvertintos pagal balą.", + "similarity.trigger_aria": "Paleisti įterpimo skaičiavimą visiems failams, kuriems trūksta įterpimų", + "similarity.trigger_now": "paleisti dabar", + "status.app_version": "Programos Versija", + "status.build_date": "Kūrimo Data", + "status.container_id": "Konteinerio ID", + "status.git_commit": "Git Įsipareigojimas", + "status.last_check": "Paskutinis Patikrinimas", + "status.page_title": "Sistema Statusas", + "status.setting_label": "Nustatymas", + "status.value_label": "Vertė", + "subscription.available_plans_heading": "Pasiekiami planai", + "subscription.back_to_dashboard": "Atgal į valdymo skydelį", + "subscription.cancel_pending": "Atšaukite pakeitimą", + "subscription.cancel_scheduled": "Atšaukite suplanuotą pakeitimą", + "subscription.contact_sales": "Kreipkitės į pardavimus", + "subscription.current_badge": "Dabartinis", + "subscription.current_plan": "Dabartinis planas", + "subscription.current_plan_cta": "Jūsų dabartinis planas", + "subscription.downgrade_to_prefix": "Pereiti prie", + "subscription.features_heading": "Kas įtraukta į jūsų planą", + "subscription.free": "Nemokamai", + "subscription.heading": "Mano prenumerata", + "subscription.keep_plan_prefix": "Išlaikyti", + "subscription.lifetime_files": "Bendras failų skaičius (visam laikui)", + "subscription.month_files": "Failai šį mėnesį", + "subscription.more_features_label": "daugiau", + "subscription.page_title": "Mano prenumerata \u0000 DocuElevate", + "subscription.pending_badge": "Laukiama", + "subscription.pending_benefits": "Visi dabartinio plano privalumai galios iki to momento.", + "subscription.pending_on": "už", + "subscription.pending_title": "Laukiamas plano pakeitimas suplanuotas", + "subscription.pending_will_change": "Jūsų planas pasikeis į", + "subscription.per_mo": "/mėn.", + "subscription.per_month": "/mėnesį", + "subscription.since": "Nuo", + "subscription.single_user_body": "Prenumeratos lygiai galioja, kai aktyvi daugialangė režimas. Jūsų instancija šiuo metu veikia vieno vartotojo režimu be apdorojimo ribų. Administratorius gali įjungti daugialangį režimą per {settings_link}.", + "subscription.single_user_title": "Daugialangis režimas nėra įjungtas.", + "subscription.subtitle": "Jūsų dabartinis planas, naudojimas ir galimos atnaujinimo galimybės.", + "subscription.this_month_label": "šį mėnesį", + "subscription.today_files": "Failai šiandien", + "subscription.today_label": "šiandien", + "subscription.unlimited": "Neribotas", + "subscription.upgrade_info": "Atnaujinimai įsigalioja iškart. Nustatytos nuolaidos bus atliktos paskutinę jūsų dabartinio apskaitos laikotarpio dieną.", + "subscription.upgrade_to_prefix": "Atnaujinti į", + "subscription.usage_heading": "Naudojimas", + "upload.browse_button": "Naršyti Failus", + "upload.button_processing": "Apdorojama...", + "upload.camera_button": "Padaryti Nuotrauką / Nuskaityti Dokumentą", + "upload.download_button": "Atsisiųsti ir Apdoroti", + "upload.downloading": "Atsisiunčiamas failas iš URL...", + "upload.drag_drop": "Tempkite ir mesti failus čia arba spustelėkite, kad naršytumėte", + "upload.drop_hint_desktop": "Tempkite ir mesti failus arba aplankus čia arba spustelėkite, kad pasirinktumėte failus.", + "upload.drop_hint_mobile": "Palieskite, kad pasirinktumėte failus arba naudokite žemiau esantį kamerą.", + "upload.drop_zone_aria": "Failo įkėlimo zona. Tempkite ir mesti failus čia arba paspauskite Enter, kad naršytumėte failus.", + "upload.error": "Įkėlimas nepavyko", + "upload.error_invalid_url": "Neteisingas URL formatas", + "upload.error_url_required": "Prašome įvesti URL", + "upload.file_size_hint": "Maksimalus dydis: 500 MB vienam failui", + "upload.file_types": "Leidžiami tipai: PDF, Office dokumentai (Word, Excel, PowerPoint ir kt.), Vaizdai", + "upload.filename_description": "Palikite tuščią, kad naudotumėte failo pavadinimą iš URL", + "upload.filename_label": "Failo pavadinimas (neprivaloma)", + "upload.filename_placeholder": "manodokumentas.pdf", + "upload.max_size": "Maksimalus failo dydis: {size}", + "upload.page_title": "Įkelti Failus", + "upload.section_device": "Įkelti iš Įrenginio", + "upload.section_url": "Įkelti iš URL", + "upload.select_file": "Pasirinkti failą", + "upload.success": "Failas sėkmingai įkeltas", + "upload.title": "Įkelti dokumentą", + "upload.uploading": "Keliama...", + "upload.url_description": "Įveskite tiesioginę nuorodą į failą (PDF, Office dokumentai arba paveikslėliai)", + "upload.url_label": "Failo nuoroda", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/lv.json b/frontend/translations/lv.json index d36160ed..19d66a59 100644 --- a/frontend/translations/lv.json +++ b/frontend/translations/lv.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", - "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_heading": "Iepazīstieties ar veidotāju", + "about.creator_name": "Kristians Krakau-Louis", + "about.creator_pre": "DocuElevate ir kaislīgi izstrādāts", + "about.features_admin_api": "Jaudīga REST API programmatiskai piekļuvei", + "about.features_admin_config": "Augsti konfigurējams caur vides mainīgajiem", + "about.features_admin_docker": "Docker gatavs vieglai izvietošanai un mērogošanai", + "about.features_admin_heading": "Administrācija", + "about.features_admin_oauth2": "OAuth2 autentifikācijas atbalsts ar Authentik", + "about.features_automation_background": "Fona apstrāde ar Redis un Celery", + "about.features_automation_gmail": "Gmail un vispārējās e-pasta kontu integrācija", + "about.features_automation_heading": "Automatizācija", + "about.features_automation_imap": "IMAP ienākošo e-pasta aplūkošana no vairākiem avotiem", + "about.features_automation_ingestion": "Automatizēta dokumentu iegūšana no dažādām ieejām", + "about.features_heading": "Galvenās iezīmes", + "about.features_integration_cloud": "Mākoņkrātuve: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integrācija un krātuve", + "about.features_integration_multi_dest": "Multi-galamērķu atbalsts (glabāt dokumentus vairākās vietās)", + "about.features_integration_protocols": "Pārsūtīšanas protokoli: FTP, SFTP, E-pasta pārsūtīšana", + "about.features_integration_selfhosted": "Pašuzturētas iespējas: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Inteliģenta dokumentu klasifikācija un datu iegūšana", + "about.features_processing_heading": "Dokumentu apstrāde", + "about.features_processing_metadata": "Automatizēta metadatu iegūšana, izmantojot papildināmu AI pakalpojumu sniedzēju", + "about.features_processing_ocr": "OCR, ko nodrošina Azure Document Intelligence", + "about.features_processing_pdf": "PDF konvertācija dažādiem failu formātiem caur Gotenberg", + "about.features_processing_upload": "Vienkārši un droši failu augšupielādes ar drag & drop atbalstu", + "about.github_logo_alt": "GitHub logo", + "about.heading": "Par DocuElevate", + "about.intro_post": " – jūsu moderna, inteliģenta dokumentu apstrādes risinājums! Mēs esam izstrādājuši DocuElevate, lai pilnībā pārveidotu veidu, kā jūs apstrādājat savus dokumentus – no augšupielādes līdz iegūšanai, no apstrādes līdz glabāšanai.", + "about.intro_pre": "Laipni lūdzam ", + "about.involved_description": "Vēlies ienirt kodā, sniegt idejas vai uzzināt vairāk par DocuElevate?", + "about.involved_docs": "Izlasiet dokumentāciju", + "about.involved_github": "Skatiet DocuElevate vietni GitHub", + "about.involved_heading": "Iesaistieties", + "about.involved_website": "Apmeklējiet DocuElevate vietni", + "about.legal_description": "Mēs rūpējamies par jūsu privātumu un datu drošību. Lūdzu, iepazīstieties ar mūsu:", + "about.legal_heading": "Privātums un juridiskā informācija", + "about.legal_license": "Licences informācija", + "about.legal_privacy": "Privātuma paziņojums", + "about.page_title": "Par DocuElevate", + "about.story_heading": "Mūsu stāsts", + "about.story_p1": "DocuElevate tika izveidots ar vienu mērķi prātā: vienkāršot un racionalizēt dokumentu pārvaldību visiem, vai jūs esat neliels jaunuzņēmums vai liels uzņēmums.", + "about.story_p2": "Mēs izmantojam pluggable AI pakalpojumu jaudu (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey un vēl vairāk) metadatu izguvei un teksta uzlabošanai, vienmērīgi integrējamies ar Dropbox, Nextcloud un Paperless NGX uzglabāšanai un indeksēšanai, izmantojam Azure Document Intelligence OCR vajadzībām un pat Gotenberg failu uz PDF konvertēšanai.", + "api_tokens.col_created": "Izveidots", + "api_tokens.col_last_ip": "Pēdējā IP", + "api_tokens.col_last_used": "Pēdējoreiz izmantots", + "api_tokens.col_name": "Nosaukums", + "api_tokens.col_prefix": "Token prefikss", + "api_tokens.copy_to_clipboard": "Kopēt token uz starpliktuvi", + "api_tokens.copy_upload_example": "Kopēt augšupielādes piemēru uz starpliktuvi", + "api_tokens.copy_warning_1": "Kopējiet šo token tagad — tas", + "api_tokens.copy_warning_2": "vairs netiks rādīts", + "api_tokens.create_heading": "Izveidot jaunu token", + "api_tokens.create_token": "Izveidot token", + "api_tokens.creating": "Izveidošana…", + "api_tokens.heading": "API tokeni", + "api_tokens.intro": "Izveidojiet personiskos API tokenus, lai mijiedarbotos ar DocuElevate API programmatiski. Izmantojiet tokenus webhook augšupielādēm, CI/CD cauruļvadiem vai jebkurai skriptai, kas nepieciešama dokumentu augšupielādei vai saņemšanai.", + "api_tokens.loading_tokens": "Ielādē tokenus…", + "api_tokens.never": "Nekad", + "api_tokens.no_tokens_heading": "Vēl nav API tokenu", + "api_tokens.no_tokens_help": "Izveidojiet savu pirmo token augšējo, lai sāktu.", + "api_tokens.page_title": "API tokeni – DocuElevate", + "api_tokens.revoke": "Aizsniegt", + "api_tokens.revoke_prefix": "Aizsniegt token", + "api_tokens.status_active": "Aktīvs", + "api_tokens.status_revoked": "Aizsniegts", + "api_tokens.table_aria": "API tokeni", + "api_tokens.token_created": "Token veiksmīgi izveidots!", + "api_tokens.token_name_label": "Token nosaukums", + "api_tokens.token_name_placeholder": "piem. CI Cauruļvads, Webhook Augšupielāde, Mans Skripts", + "api_tokens.usage_heading": "Izmantošanas piemērs", + "api_tokens.usage_intro_post": "virsraksts ar jebkuru API pieprasījumu:", + "api_tokens.usage_intro_pre": "Izmantojiet savu API token", + "api_tokens.your_tokens": "Jūsu tokeni", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", + "audit.col_resource": "Resurss", + "audit.col_timestamp": "Laika zīmogs", + "audit.critical": "Kritiski", + "audit.filter_action": "Darbība", + "audit.filter_all_actions": "Visas darbības", + "audit.filter_all_users": "Visi lietotāji", + "audit.filter_resource_placeholder": "piemēram, dokuments, lietotājs", + "audit.filter_resource_type": "Resursa veids", + "audit.filter_severity": "Nopietnība", + "audit.filter_user": "Lietotājs", + "audit.filters_section_label": "Audit loga filtri", + "audit.next": "Tālāk", + "audit.next_label": "Nākamā lapa", + "audit.no_events": "Nav reģistrētu auditāciju notikumu.", + "audit.no_events_hint": "Būtiskas darbības (piekļuves, dokumentu operācijas, iestatījumu maiņas) parādīsies šeit.", + "audit.page_title": "Audit logi - DocuElevate", + "audit.pagination_label": "Audit loga lapošana", + "audit.prev": "Iepriekš", + "audit.prev_label": "Iepriekšējā lapa", + "audit.refresh_label": "Atsvaidzināt audit logus", + "audit.siem_disabled_title": "SIEM pārsūtīšana ir atspējota", + "audit.siem_enabled_title": "Notikumi tiek pārsūtīti uz ", + "audit.siem_off": "SIEM: Izslēgts", + "audit.subtitle": "Visaptveroša, tikai pievienošanas reģistrs par visām būtiskām darbībām.", + "audit.table_label": "Audit loga notikumi", + "audit.title": "Audit logi", + "auth.confirm_password": "Apstiprināt paroli", + "auth.create_account": "Izveidot kontu", + "auth.display_name_label": "Parādāmais vārds", + "auth.email_label": "E-pasts", + "auth.forgot_password": "Aizmirsāt paroli?", + "auth.forgot_username": "Aizmirsāt lietotājvārdu?", + "auth.login": "Pieteikties", + "auth.login_title": "Pieteikties", + "auth.logo_alt": "DocuElevate logotips", + "auth.logout": "Iziet", + "auth.my_account": "Mans konts", + "auth.no_account": "Nav konta?", + "auth.or_continue_with": "Vai turpiniet ar", + "auth.password_label": "Parole", + "auth.profile": "Profils", + "auth.remember_me": "Atcerēties mani", + "auth.return_home": "Atgriezties mājās", + "auth.sign_in": "Ieiet", + "auth.sign_in_sso": "Ieiet ar SSO", + "auth.sign_in_with": "Pieteikties ar", + "auth.sign_in_with_username": "Pieteikties ar lietotājvārdu", + "auth.signup": "Reģistrēties", + "auth.signup_title": "Reģistrēties", + "auth.username_label": "Lietotājvārds", + "auth.username_or_email": "Lietotājvārds vai e-pasts", + "auth.verify_email_back_sign_in": "Atpakaļ uz pieteikšanos", + "auth.verify_email_expiry": "Saite ir derīga 24 stundas. Ja neredzat e-pastu, pārbaudiet savu surogātpasta mapi.", + "auth.verify_email_heading": "Pārbaudiet savu iesūtnes", + "auth.verify_email_message": "Mēs jums esam nosūtījuši verifikācijas e-pastu. Lūdzu, noklikšķiniet uz saites e-pastā, lai aktivizētu savu kontu.", + "auth.verify_email_page_title": "DocuElevate - Pārbaudiet savu e-pastu", + "auth.verify_email_resend_aria_label": "E-pasta adrese atkārtotai sūtīšanai", + "auth.verify_email_resend_button": "Atkārtoti nosūtīt verifikācijas e-pastu", + "auth.verify_email_resend_label": "E-pasta adrese", + "auth.verify_email_resend_placeholder": "Ievadiet savu e-pasta adresi", + "auth.verify_email_resend_prompt": "Nesaņēmāt to?", + "backup.archives_heading": "Dublējuma arhīvi", + "backup.backup_now": "Dublēt tagad", + "backup.clean_up": "Notīrīt", + "backup.cleanup_title": "Veikt saglabāšanas notīrīšanu tagad", + "backup.col_created": "Izveidots", + "backup.col_filename": "Faila nosaukums", + "backup.col_size": "Izmērs", + "backup.col_storage": "Krātuve", + "backup.col_type": "Tips", + "backup.config_auto_backup": "Automātiska dublēšana", + "backup.config_remote_dest": "Tālvadības mērķis", + "backup.config_retention": "Saglabāšana", + "backup.config_total_size": "Kopējais vietējais izmērs", + "backup.confirm_btn": "Apstiprināt", + "backup.confirm_title": "Apstiprināt darbību", + "backup.heading": "Dublējuma pārvaldība", + "backup.local_only": "Tikai lokāli", + "backup.no_backups": "Nav vēl dublējumu.", + "backup.no_backups_hint": "Noklikšķiniet uz Dublēt tagad, lai izveidotu savu pirmo dublējumu.", + "backup.page_title": "Dublējuma pārvaldība", + "backup.records_label": "ieraksti", + "backup.restore_btn": "Atjaunot", + "backup.restore_desc_mid": "dublējuma arhīvs, lai atjaunotu datu bāzi.", + "backup.restore_desc_pre": "Augšupielādējiet kā", + "backup.restore_desc_warning": "Tas pārrakstīs visus pašreizējos datus.", + "backup.restore_file_label": "Dublējuma arhīvs (.db.gz)", + "backup.restore_heading": "Atjaunot no faila", + "backup.restoring": "Atjauno\u00156\u0013\u0015\u0013...", + "backup.retention_daily_detail": "\u0013\u0013 - glabāts 3 nedēļas", + "backup.retention_heading": "Retencijas politika", + "backup.retention_hourly_detail": "\u0013\u0013 - glabāts 4 dienas", + "backup.retention_note": "Dublējumi, kas pārsniedz šos ierobežojumus, tiek automātiski likvidēti pēc katra jauna dublējuma izveides.", + "backup.retention_weekly_detail": "\u0013\u0013 - glabāts ~3 mēnešus", + "backup.snapshots": "šāvēji", + "backup.status_ok": "labi", + "backup.storage_local": "vietējais", + "backup.subtitle": "Datu bāzes dublējumi tiek izveidoti automātiski: ik pēc stundas (4 dienas), ikdienā (3 nedēļas), iknedēļā (13 nedēļas).", + "backup.table_aria": "Dublējuma arhīvi", + "backup.trigger_daily": "Dublēt tagad (ikdienā)", + "backup.trigger_hourly": "Dublēt tagad (ikstundā)", + "backup.trigger_weekly": "Dublēt tagad (iknedēļā)", + "backup.type_daily": "Ikdienā", + "backup.type_hourly": "Ikstundā", + "backup.type_weekly": "Iknedēļā", + "billing.go_to_dashboard": "Doties uz vadības paneli", + "billing.manage_subscription": "Pārvaldīt abonementu", + "billing.success_heading": "Tu esi gatavs!", + "billing.success_message": "Tavs abonements ir aktivizēts. Paldies, ka izvēlējies DocuElevate!", + "billing.success_page_title": "DocuElevate - Abonements aktivizēts", + "common.actions": "Darbības", + "common.active": "Aktīvs", + "common.all": "Visi", + "common.avatar": "Avatar", + "common.back": "Atpakaļ", + "common.cancel": "Atcelt", + "common.close": "Aizvērt", + "common.col_pending": "Gaidīšana", + "common.completed": "Pabeigts", + "common.confirm": "Apstiprināt", + "common.copied": "Kopēts!", + "common.copy": "Kopēt", + "common.create": "Izveidot", + "common.created": "Izveidots", + "common.date": "Datums", + "common.delete": "Izdzēst", + "common.description": "Apraksts", + "common.details": "Detalizēti", + "common.disabled": "Atspējots", + "common.download": "Lejupielādēt", + "common.duplicate": "Dublikāts", + "common.edit": "Rediģēt", + "common.enabled": "Iespējots", + "common.error": "Kļūda", + "common.failed": "Neizdevās", + "common.filter": "Filtrs", + "common.inactive": "Neaktīvs", + "common.info": "Informācija", + "common.loading": "Ielādē...", + "common.name": "Vārds", + "common.next": "Nākamais", + "common.next_page": "Nākamā lapa", + "common.no": "Nē", + "common.none": "Nav", + "common.page": "Lapa", + "common.paused": "Pārtraukts", + "common.pending": "Gaida", + "common.prev_page": "Iepriekšējā lapa", + "common.previous": "Iepriekšējais", + "common.processing": "Apstrāde", + "common.refresh": "Atjaunot", + "common.reset": "Atiestatīt", + "common.retry": "Mēģināt vēlreiz", + "common.save": "Saglabāt", + "common.search": "Meklēt", + "common.select": "Izvēlēties", + "common.select_placeholder": " — izvēlēties —", + "common.size": "Izmērs", + "common.status": "Statuss", + "common.submit": "Iesniegt", + "common.success": "Veiksmīgi", + "common.tags": "Tagi", + "common.test": "Tests", + "common.test_connection": "Pārbaudīt savienojumu", + "common.type": "Tips", + "common.update": "Atjaunināt", + "common.updated": "Atjaunināts", + "common.upload": "Augšupielādēt", + "common.view": "Skatīt", + "common.warning": "Brīdinājums", + "common.yes": "Jā", + "cookie.accept": "Saprotu", + "cookie.learn_more": "Uzziniet vairāk", + "cookie.message": "Šī vietne izmanto sīkdatnes, lai uzlabotu jūsu pieredzi.", + "cookie.notice": "DocuElevate izmanto tikai būtiskas sīkdatnes sesiju, kas nepieciešamas autentifikācijai un pakalpojumu darbībai. Sekojamības vai analītikas sīkdatnes netiek izmantotas.", + "cookie.notice_label": "Sīkdatņu paziņojums", + "cookie.policy_link": "Sīkdatņu politika", + "cookie.privacy_link": "Privātuma paziņojums", + "credentials.col_action": "Darbība", + "credentials.col_credential": "Akreditācija", + "credentials.col_source": "Avots", + "credentials.configured": "Konfigurēts", + "credentials.edit_in_settings": "Rediģēt iestatījumos", + "credentials.legend_db": "Vērtība, kas saglabāta datubāzē (šifrēta bezdarbībā; pārfokuss uz vides mainīgo)", + "credentials.legend_env_after": " fails", + "credentials.legend_env_before": "Vērtība no vides mainīgā vai ", + "credentials.legend_missing": "Akreditācija nav iestatīta — integrācija nedarbosies", + "credentials.legend_restart": "Restartēšana nepieciešama, kad šī akreditācija ir mainīta", + "credentials.legend_title": "Leģenda", + "credentials.manage_settings": "Pārvaldīt iestatījumus", + "credentials.not_configured": "Nav konfigurēts", + "credentials.page_title": "Akreditācijas audits - DocuElevate", + "credentials.raw_json": "Neapstrādāts JSON (API)", + "credentials.restart_title": "Restartēšana nepieciešama pēc šīs akreditācijas maiņas", + "credentials.source_db_title": "Saglabāts datubāzē (šifrēts)", + "credentials.source_env_title": "No vides mainīgā", + "credentials.status_missing": "Trūkst", + "credentials.subtitle": "Pārskats par visām jutīgajām akreditācijām, ko izmanto DocuElevate. Šeit netiek rādītas slepenās vērtības — tikai tas, vai katra akreditācija ir konfigurēta un no kurienes tā nāk.", + "credentials.table_for": "Akreditācijas priekš", + "credentials.title": "Akreditācijas audits", + "credentials.total_credentials": "Kopējais akreditāciju skaits", + "dashboard.active_integrations": "Aktīvās integrācijas", + "dashboard.files_this_month": "Faili šomēnes", + "dashboard.files_today": "Faili šodien", + "dashboard.ocr_processed": "OCR apstrādāti", + "dashboard.quick_actions": "Ātrās darbības", + "dashboard.recent_activity": "Nesenās aktivitātes", + "dashboard.storage_targets": "Glabāšanas mērķi", "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "dashboard.total_files": "Kopējais failu skaits", + "dashboard.welcome": "Laipni lūdzam DocuElevate", + "duplicates.file_id_label": "Faila ID", + "duplicates.file_id_placeholder": "piem. 42", + "duplicates.find_btn": "Atrast", + "duplicates.found_files": "kopējie dublikāta fails.", + "duplicates.found_groups": "dublikāta grupas ar", + "duplicates.found_prefix": "Atrasts", + "duplicates.group_aria": "Dublikāta grupa", + "duplicates.heading": "Dublikātu dokumenti", + "duplicates.how_it_works_heading": "Kā darbojas gandrīz dublikātu atklāšana", + "duplicates.max_results_label": "Maksimālie rezultāti", + "duplicates.near_dup_desc": "Izvēlieties dokumentu, lai pārbaudītu, vai citi faili satur tādu pašu (vai ļoti līdzīgu) saturu — pat ja tie tika skennēti dažādos laikos un tiem ir atšķirīgi SHA-256 hashi.", + "duplicates.near_dup_heading": "Atrast gandrīz dublikātus dokumentam", + "duplicates.no_exact_heading": "Nav atrasti tiešā dublikāti", + "duplicates.page_title": "Dublikātu dokumenti - DocuElevate", + "duplicates.pagination_aria": "Lappušu numurēšana", + "duplicates.role_duplicate": "Dublikāts", + "duplicates.role_original": "Oriģināls", + "duplicates.tab_exact": "Tiešie dublikāti", + "duplicates.tab_near": "Gandrīz dublikātu meklētājs", + "duplicates.tabs_aria": "Dublikātu atklāšanas cilnes", + "duplicates.threshold_label": "Līdzības slieksnis", + "duplicates.view_dup_aria": "Skatīt dublikāta failu", + "duplicates.view_original_aria": "Skatīt oriģinālo failu", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Oho, mēs nevarējām atrast šo lapu!", + "error.404_home": "Atgriezties mājās", + "error.404_message": "Izskatās, ka DocuElevate ir noklīdusi dokuments, ko meklējāt. Nepanīkiet – mēs esam šeit, lai palīdzētu.", + "error.404_title": "404 - Neatrasts", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Rādīt debug informāciju", + "error.500_description": "Mūsu serveri piedzīvoja kļūmi un nepieciešama mirklis.", + "error.500_heading": "Oho! Kaut kas nogāja greizi.", + "error.500_home": "Doties mājās", + "error.500_img_alt": "Servera kļūdas ilustrācija", + "error.500_message1": "Mūsu serveri piedzīvoja kļūmi un nepieciešama mirklis. Varbūt žurkām bija noplūde ar savu kafiju?", + "error.500_message2": "Mēs jau strādājam pie tā – kārtojam failus, restartējam serverus un pārbūvējam plūsmas kapacitātārus.", + "error.500_title": "Servera kļūda - DocuElevate", + "error.forbidden": "Aizliegts", + "error.forbidden_message": "Jums nav atļauts piekļūt šai lapai.", + "error.not_found": "Lapa nav atrasta", + "error.not_found_message": "Lapa, kuru meklējat, neeksistē.", + "error.server_error": "Iekšēja servera kļūda", + "error.server_error_message": "Kas nogāja greizi. Lūdzu, mēģiniet vēlreiz vēlāk.", + "error.unauthorized": "Nenotiks", + "error.unauthorized_message": "Jums jāiepiesākas, lai piekļūtu šai lapai.", + "files.action_delete": "Dzēst failu", + "files.action_details": "Skatīt detaļas", + "files.action_preview": "Ātrs priekšskats", + "files.bulk_clear_selection": "Notīrīt atlasi", + "files.bulk_cloud_ocr": "Pārstrādāt Cloud OCR", + "files.bulk_delete": "Dzēst izvēlētos", + "files.bulk_download": "Lejupielādēt kā ZIP", + "files.bulk_reprocess": "Pārstrādāt izvēlētos", + "files.delete_modal_cancel": "Atcelt", + "files.delete_modal_confirm": "Dzēst", + "files.delete_modal_message": "Vai tiešām vēlaties dzēst šo failu?", + "files.delete_modal_title": "Apstiprināt dzēšanu", + "files.document_title": "Dokumenta nosaukums", + "files.drop_overlay_hint": "Atbalsta PDF, Office dokumentus, attēlus, HTML, Markdown un vēl - mapes tiek apstrādātas rekursīvi", + "files.drop_overlay_title": "Nometiet failus vai mapes jebkur, lai augšupielādētu", + "files.error_hint": "Tas varētu būt saistīts ar konfigurācijas vai importēšanas problēmu. Lūdzu, pārbaudiet servera žurnālus.", + "files.file_size": "Faila lielums", + "files.filename": "Faila nosaukums", + "files.files_selected": "izvēlēti faili", + "files.filter_all_providers": "Visi pakalpojumu sniedzēji", + "files.filter_all_statuses": "Visi statusi", + "files.filter_all_types": "Visi tipi", + "files.filter_apply": "Pielietot filtrus", + "files.filter_clear": "Notīrīt", + "files.filter_date_from": "Datums no", + "files.filter_date_from_aria": "Filtrēt no datuma", + "files.filter_date_to": "Datums līdz", + "files.filter_date_to_aria": "Filtrēt līdz datumam", + "files.filter_form_aria": "Filtrēt failus", + "files.filter_mime_type": "MIME tips", + "files.filter_ocr_all": "Visi faili", + "files.filter_ocr_good": "Laba kvalitāte", + "files.filter_ocr_poor": "Slikta kvalitāte", + "files.filter_ocr_quality": "OCR kvalitāte", + "files.filter_ocr_quality_aria": "Filtrēt pēc OCR kvalitātes rezultāta", + "files.filter_ocr_unchecked": "Vēl nav novērtēts", + "files.filter_search_label": "Meklēt faila nosaukumu", + "files.filter_search_placeholder": "Ievadiet faila nosaukumu...", + "files.filter_storage_provider": "Uzglabāšanas pakalpojumu sniedzējs", + "files.filter_tags_aria": "Filtrēt pēc tagiem (atsevišķi ar komatu)", + "files.filter_tags_placeholder": "piem. rēķins,amazon", + "files.fulltext_search_label": "Pilna teksta meklēšana (OCR teksts, metadati, tagi)", + "files.fulltext_search_placeholder": "Meklēt dokumenta saturu, sūtītāju, tagus, veidu...", + "files.no_files": "Nav atrasti faili", + "files.ocr_status": "OCR statuss", + "files.page_title": "Failu ieraksti", + "files.pagination_files": "faili", + "files.pagination_first": "Pirmais", + "files.pagination_last": "Pēdējais", + "files.pagination_nav_aria": "Failu saraksta lapots", + "files.pagination_next": "Nākamais", + "files.pagination_of": "no", + "files.pagination_previous": "Iepriekšējais", + "files.pagination_showing": "Rādīšana", + "files.preview_modal_close": "Aizvērt priekšskatījumu", + "files.preview_modal_title": "Priekšskatījums", + "files.queue_banner_items": "vienība(s) pašlaik ir iekrātas vai tiek apstrādātas. Faili parādīsies šeit, kad apstrāde tiks pabeigta.", + "files.queue_banner_link": "Skatīt rindu", + "files.saved_searches_empty": "Nav saglabātu meklējumu", + "files.saved_searches_error": "Neizdevās ielādēt saglabātos meklējumus", + "files.saved_searches_label": "Sagatavoti meklējumi", + "files.saved_searches_save": "Saglabāt pašreizējo", + "files.saved_searches_save_aria": "Saglabāt pašreizējos filtrus kā saglabātu meklējumu", + "files.search_results_empty": "Nav atrasti rezultāti.", + "files.search_results_title": "Meklēšanas rezultāti", + "files.status_duplicate": "Dublikāts", + "files.table_actions": "Darbības", + "files.table_aria": "Failu ieraksti", + "files.table_created_at": "Izveidots", + "files.table_empty": "Nav atrasti faili", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.table_mime_type": "MIME tips", + "files.table_original_filename": "Oriģinālais faila nosaukums", + "files.table_select_all": "Atlasīt visus failus šajā lapā", + "files.tags": "Tagi", + "files.title": "Faili", + "files.upload_modal_aria": "Augšupielādes progress", + "files.upload_modal_close": "Aizvērt augšupielādes progresu", + "files.upload_modal_header": "Augšupielādē faili", + "files.uploaded": "Augšupielādēts", + "footer.about": "Par", + "footer.attribution": "Atsauce", + "footer.attributions": "Atsauces", + "footer.cookies": "Sīkdatnes", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Pārsūtījums", + "footer.license": "Licence", + "footer.navigation": "Sānu navigācija", + "footer.privacy": "Privātums", + "footer.terms": "Noteikumi", + "footer.version": "Versija {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth saistīts. Faili tiek izvietoti jūsu izvēlētajā mapē.", + "help.destinations_email": "E-pasta pārsūtīšana", + "help.destinations_email_desc": "Apstrādātie faili tiek nosūtīti kā SMTP pielikumi.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Pakalpojuma konts vai OAuth. Atbalsta koplietotas pārneses.", + "help.destinations_heading": "Galamērķi – kur dokumenti tiek nosūtīti", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Pašuzņēmuma mākoņkrātuve caur WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Microsoft Graph API integrācija.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Tieciet dokumentus tieši Paperless arhivēšanai.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Jebkura S3 saderīga kaste (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Droša failu pārsūtīšana uz jebkuru serveri.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST metadatus uz jebkuru ārēju galapunktu.", + "help.documentation": "Dokumentācija", + "help.faq": "Biežāk uzdotie jautājumi", + "help.faq_1_a": "Dodieties uz augšupielādes lapu, velciet un nometiet savus failus vai noklikšķiniet uz Izvēlēties failu. DocuElevate pārvērš attēlus un biroja dokumentus PDF, veic OCR un automātiski izvilk metadatus.", + "help.faq_1_q": "Kā es varu augšupielādēt dokumentus?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF un HTML. Ne-PDF faili automātiski tiek konvertēti uz PDF pirms apstrādes.", + "help.faq_2_q": "Kuri failu formāti ir atbalstīti?", + "help.faq_3_a": "Jā. Dodieties uz E-pasta uzņemšanu, pievienojiet IMAP kontu, un DocuElevate automātiski pārbaudīs jaunus ziņojumus un apstrādās pievienotās failus.", + "help.faq_3_q": "Vai es varu ievadīt dokumentus no e-pasta?", + "help.faq_4_a": "Pipes ļauj jums sasaistīt apstrādes soļus – OCR, AI izvilkšanu, formatēšanas konversiju – un novirzīt rezultātu uz vienu vai vairākām galamērķiem. Izveidojiet un pārvaldiet tās no Pipes lapas.", + "help.faq_4_q": "Kā strādā apstrādes cauruļvadi?", + "help.faq_5_a": "DocuElevate šifrē akreditācijas datus atpūtā, komunicē caur TLS un nekad neuzglabā jūsu dokumentus ilgāk, nekā nepieciešams. Skatiet Privātuma paziņojumu, lai iegūtu pilnīgu informāciju.", + "help.faq_5_a_post": " pilnīgai informācijai.", + "help.faq_5_a_pre": "DocuElevate šifrē akreditācijas datus atpūtā, sazinās pār TLS un nekad neglabā jūsu dokumentus ilgāk par nepieciešamo. Skatiet ", + "help.faq_5_q": "Vai mani dati ir droši?", + "help.faq_heading": "Biežāk uzdotie jautājumi", + "help.getting_started": "Sākt darbību", + "help.heading": "Palīdzības centrs", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Izmantojiet REST API, lai programmatiski nosūtītu dokumentus. Autentificējiet ar Bearer token un POST failus uz augšupielādes galapunktu.", + "help.ingestion_heading": "Datu Iegūšanas Rīki", + "help.ingestion_mobile": "Mobilās lietotnes", + "help.ingestion_mobile_desc": "Izmantojiet jebkuru mobilo skenēšanas lietotni, kas atbalsta pielāgotas HTTP augšupielādes galamērķus, lai nosūtītu fotos un skenējumus uz DocuElevate no sava tālruņa vai planšetdatora.", + "help.ingestion_scanners": "Tīkla skeneri", + "help.ingestion_scanners_desc": "Norādiet jebkuru tīkla skeneri vai daudzfunkciju printeri uz DocuElevate augšupielādes galapunktu. Skenēti dokumenti nokļūst tieši jūsu apstrādes rindā.", + "help.ingestion_watched_folders": "Uzraugītās mapes", + "help.ingestion_watched_folders_desc": "Konfigurējiet lokālo vai tīkla mapi, ko uzraudzīt. Jebkurš fails, kas ievietots uzraugītajā mapē, automātiski tiek augšupielādēts un apstrādāts ar DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrējiet DocuElevate savās automatizācijas darba plūsmās ar Zapier, n8n vai Make. Izmantojiet REST API darbības, lai izsauktu dokumentu augšupielādes no jebkura notikuma.", + "help.meta_description": "Iegūstiet palīdzību ar DocuElevate – atrodi ceļvežus dokumentu augšupielādei, mākoņu glabātavu savienošanu, cauruļvadu izveidi un daudz ko citu.", + "help.og_description": "Iegūstiet palīdzību ar DocuElevate – atrodi ceļvežus dokumentu augšupielādei, mākoņu glabātavu savienošanu, cauruļvadu izveidi un daudz ko citu.", + "help.page_title": "Palīdzības centrs", + "help.privacy_notice": "Privātuma paziņojums", + "help.quickstart_heading": "Ātrā sākšana", + "help.quickstart_storage": "Pievienot krātuvi", + "help.quickstart_storage_desc": "Dodieties uz Iestatījumiem un saistiet savus mākonī balstītos kontus. Apstrādātie dokumenti automātiski tiek novirzīti uz katru galamērķi, ko konfigurējat.", + "help.quickstart_storage_desc_full": "Dodieties uz Integrācijā un piesaistiet savus mākoņu glabātavu kontus. DocuElevate atbalsta Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud un daudz ko citu. Apstrādātie dokumenti automātiski tiek nosūtīti uz katru galamērķi, ko konfigurējat.", + "help.quickstart_upload": "Augšupielādēt dokumentus", + "help.quickstart_upload_desc": "Velciet un nometiet failus augšupielādes lapā vai noklikšķiniet uz Izvēlēties failu. DocuElevate konvertē attēlus un biroja dokumentus uz PDF, veic OCR un automātiski izvelk metadatas.", + "help.quickstart_workflows": "Automatizēt darbplūsmas", + "help.quickstart_workflows_desc": "Izveidojiet Pipes, lai definētu vairāku soļu apstrādes un maršrutu noteikumus. Apvienojiet OCR, AI izvilkšanu, formatēšanas konversiju un piegādi vienā plūsmā.", + "help.sources_email_ingestion": "E-pasta uzņemšana (IMAP)", + "help.sources_email_ingestion_desc": "Pārsūtiet dokumentus uz veltītu pastkasti. E-pasta uzņemšanā pievienojiet vienu vai vairākus IMAP kontus. DocuElevate automātiski pārbauda jaunus ziņojumus un apstrādā pievienotās failus.", + "help.sources_heading": "Avoti – Dokumentu iegūšana", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", + "help.sources_rest_api_desc": "Integrējiet programmatisku veidā, POST-ojot failus uz /api/upload. Ideāli piemērots skriptiem, uzraudzītām mapēm, skeneriem vai trešo pušu rīkiem, piemēram, Zapier un n8n.", + "help.sources_scanner": "Skeneris un mobilais", + "help.sources_scanner_desc": "Norādiet tīkla skenerus uz DocuElevate augšupielādes galapunktu vai izmantojiet jebkuru mobilo skenēšanas lietotni, kas atbalsta pielāgotus HTTP galamērķus.", + "help.sources_scanner_desc_full": "Konfigurējiet savu tīkla skeneri vai daudzfunkciju printeri, lai nosūtītu skenējumus tieši uz DocuElevate. Izmantojiet /api/upload galapunktu kā galamērķi. Tiek atbalstītas arī mobilās skenēšanas lietotnes ar pielāgotiem augšupielādes galamērķiem.", + "help.sources_web_upload": "Web augšupielāde", + "help.sources_web_upload_desc": "Visātrākais veids, kā sākt. Atveriet augšupielādes lapu, nometiet vienu vai vairākus failus, un DocuElevate parūpēsies par pārējo. Atbalstītie formāti ietver PDF, JPEG, PNG, TIFF, DOCX, XLSX un citus.", + "help.subheading": "Viss, kas jums nepieciešams, lai izmantotu DocuElevate. Pārlūkojiet tēmas zemāk vai meklējiet nepieciešamo.", + "help.support": "Atbalsts", + "help.support_admin_message": "Sazinieties ar savu administratoru, lai iegūtu atbalsta informāciju.", + "help.support_description": "Nevarat atrast to, ko meklējat? Mūsu atbalsta komanda ir šeit, lai palīdzētu.", + "help.support_heading": "Sazinieties ar atbalstu", + "help.support_live_chat": "Tiešraides čats pieejams – noklikšķiniet uz čata burbuļa, lai uzsāktu sarunu.", + "help.support_ticket_button": "Iesniegt biļeti", + "help.support_ticket_desc": "Aizpildiet veidlapu zemāk, un mūsu atbalsta komanda sazināsies ar jums tik drīz, cik vien iespējams.", + "help.support_ticket_heading": "Atvērt atbalsta biļeti", + "help.title": "Palīdzības centrs", + "help.workflows_creating": "Cauruļvada izveide", + "help.workflows_definition": "Cauruļvads ir apstrādes soļu sērija, kas darbojas automātiski, kad dokuments tiek uzņemts. Katrs solis var pārveidot, papildināt vai novirzīt dokumentu.", + "help.workflows_heading": "Darbplūsmas un cauruļvadi", + "help.workflows_step_1": "Pārveidot uz PDF", + "help.workflows_step_1_create": "Dodieties uz Pipelines galvenajā izvēlnē.", + "help.workflows_step_1_full": "Pārvērst par PDF – visi ienākošie faili tiek normalizēti uz konsekventu PDF formātu.", + "help.workflows_step_2": "OCR – izvilkt tekstu", + "help.workflows_step_2_create": "Noklikšķiniet uz Jauna pipeline un piešķiriet tam nosaukumu.", + "help.workflows_step_2_full": "OCR – izvelciet atlasāmo tekstu no skenētajiem lapām, izmantojot Azure Document Intelligence vai iebūvēto dzinēju.", + "help.workflows_step_3": "AI metadatu izguve", + "help.workflows_step_3_create": "Pievienojiet nepieciešamos apstrādes soļus.", + "help.workflows_step_3_full": "AI metadatu izvilkšana – klasificējiet dokumenta veidu un izvilkiet svarīgās laukus, piemēram, summas, datumus un vārdus, izmantojot OpenAI.", + "help.workflows_step_4": "Piegādāt vienai vai vairākām vietām", + "help.workflows_step_4_create": "Izvēlieties vienu vai vairākas piegādes vietas.", + "help.workflows_step_5_create": "Saglabāt – jauni dokumenti tiks automātiski apstrādāti caur šo pipeline.", + "help.workflows_typical_steps": "Tipiski soļi", + "help.workflows_what_is": "Kas ir Pipeline?", + "index.badge_intelligent": "Inteliģenta dokumentu apstrāde", + "index.button_browse_files": "Pārlūkot failus", + "index.button_upload": "Augšupielādēt", + "index.capabilities_cloud": "Mākoņu uzglabāšana: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Dokumentu uzņemšana, izmantojot e-pastu un URL", + "index.capabilities_ocr": "OCR un metadatu izguve ar AI", + "index.capabilities_paperless": "Paperless-ngx integrācija dokumentu pārvaldībai", + "index.capabilities_title": "Iespējas", + "index.capabilities_workflows": "Automatizēta klasifikācija un maršrutēšanas darbplūsmas", + "index.cta_description": "Pievienojieties komandām, kas jau automatizē savas dokumentu apstrādes ar DocuElevate.", + "index.cta_heading": "Vai esat gatavs uzlabot savu dokumentu darbplūsmu?", + "index.cta_pricing": "Skatīt cenas", + "index.cta_signup": "Izveidot bezmaksas kontu", + "index.dashboard_subtitle": "Inteliģenta dokumentu apstrāde un pārvaldība", + "index.dashboard_subtitle_teams": "Inteliģenta dokumentu apstrāde un pārvaldība — izveidota komandām", + "index.feature_ai": "AI metadatu izguve", + "index.feature_ai_desc": "OpenAI, Claude, Gemini un citi paplašināmie AI nodrošinātāji klasificē dokumentus un izvelk galvenos laukus, piemēram, datumus, summas un tēmas.", + "index.feature_cloud": "Multi-mākoņu uzglabāšana", + "index.feature_cloud_desc": "Maršrutējiet apstrādātos failus uz Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP un citiem.", + "index.feature_email": "E-pasta un IMAP uzņemšana", + "index.feature_email_desc": "Automātiski izvelciet dokumentus no Gmail vai jebkura IMAP pastkaste — nav nepieciešamas manuālas augšupielādes.", + "index.feature_ocr": "OCR un teksta izguve", + "index.feature_ocr_desc": "Azure Document Intelligence automātiski pārvērš skanētus PDF un attēlus pilnīgi meklējamos tekstos.", + "index.feature_pipelines": "Pielāgotas pipeline", + "index.feature_pipelines_desc": "Veidojiet apstrādes pipeline ar konfigurējamiem soļiem — OCR, AI izguve, formāta pārvēršana un uzglabāšanas maršrutēšana jebkurā secībā.", + "index.feature_search": "Pilna teksta meklēšana", + "index.feature_search_desc": "Momentāni atrodiet jebkuru dokumentu pēc satura, metadatiem vai tagiem visā arhīvā.", + "index.feature_section_title": "Viss, kas jums nepieciešams gudrām dokumentu darbplūsmām", + "index.getting_started": "Sākt lietot", + "index.getting_started_1": "Konfigurējiet integrācijas caur Sistēmas Statusu", + "index.getting_started_2": "Augšupielādējiet savu pirmo dokumentu", + "index.getting_started_3": "Pārskatiet rezultātus Failos", + "index.getting_started_learn": "Uzziniet vairāk par DocuElevate", + "index.hero_description": "DocuElevate ievieto jūsu dokumentus, veic OCR, izvelk metadatus ar mākslīgo intelektu un novirza failus uz Dropbox, Google Drive, OneDrive, S3, Nextcloud un vēl vairāk — viss vienā nepārtrauktā caurulē.", + "index.hero_heading": "No augšupielādes līdz ieskatiem — automātiski.", + "index.hero_login": "Pierakstīties", + "index.hero_pricing": "Skatīt plānus un cenas", + "index.hero_signup": "Sākt — tas ir bez maksas", + "index.integrations_active": "Aktīvās integrācijas", + "index.integrations_storage": "Krātuves mērķi", + "index.integrations_title": "Integrācijas", + "index.integrations_view_status": "Skatīt sistēmas statusu", + "index.page_title_dashboard": "Informācijas panelis", + "index.page_title_public": "Inteliģenta dokumentu apstrāde", + "index.platform_overview": "Platformas pārskats", + "index.processing_stats": "Apstrādes statistika", + "index.quick_actions": "Ātrās darbības", + "index.quick_documents": "Mani dokumenti", + "index.quick_documents_desc": "Pārlūkojiet savus apstrādātos failus", + "index.quick_search": "Meklēt", + "index.quick_search_desc": "Pilns teksts meklēšana dokumentos", + "index.quick_subscription": "Mans abonements", + "index.quick_subscription_desc": "Skatīt plāna un lietojuma detaļas", + "index.quick_system_status": "Sistēmas statuss", + "index.quick_system_status_desc": "Pārbaudiet integrācijas veselību", + "index.quick_upload": "Augšupielādēt dokumentu", + "index.quick_upload_desc": "Apstrādāt jaunu failu", + "index.quick_view_files": "Skatīt visus failus", + "index.quick_view_files_desc": "Pārlūkojiet apstrādātos dokumentus", + "index.single_user_heading": "DocuElevate Informācijas panelis", + "index.single_user_subtitle": "Inteliģenta dokumentu apstrāde un pārvaldība", + "index.stat_active_integrations": "Aktīvās integrācijas", + "index.stat_active_users": "Aktīvie lietotāji", + "index.stat_files_month": "Faili šajā mēnesī", + "index.stat_files_ocr": "Faili ar OCR", + "index.stat_files_today": "Faili šodien", + "index.stat_storage_targets": "Krātuves mērķi", + "index.stat_this_month": "Šajā mēnesī", + "index.stat_today": "Šodien", + "index.stat_total_files": "Kopējie faili", + "index.stat_total_processed": "Kopā apstrādāts", + "index.tier_plan": "Plāns", + "index.tier_upgrade": "Uzlabot", + "index.tier_view_details": "Skatīt pilnīgas detaļas", + "index.upgrade_daily_limits": "Augstāki ikdienas un mēneša limiti", + "index.upgrade_description": "Atveriet vairāk dokumentu, vairāk galamērķu un prioritāro atbalstu.", + "index.upgrade_destinations": "Vairāk krātuves galamērķu", + "index.upgrade_ocr_pages": "Vairāk OCR lapu", + "index.upgrade_plan": "Uzziniet par savu plānu", + "index.upgrade_view_pricing": "Skatīt plānus un cenas", + "index.usage_lifetime": "Mūža faili", + "index.usage_month": "Faili šomēnes", + "index.usage_my_usage": "Manas izmantošanas", + "index.usage_today": "Faili šodien", + "index.usage_unlimited": "Neierobežots", + "integrations.access_key_label": "Piekļuves atslēgas ID", + "integrations.active_label": "Aktīvs", + "integrations.add_button": "Pievienot integrāciju", + "integrations.add_first_button": "Pievienot pirmo integrāciju", + "integrations.api_token_label": "API žetons", + "integrations.authorize_btn": "Autorizēt", + "integrations.authorize_reauth": "Atkal autorizēt", + "integrations.bucket_label": "Baki", + "integrations.configure": "Konfigurēt", + "integrations.connect": "Savienot", + "integrations.connected": "Savienots", + "integrations.connection_failed": "Savienojums neizdevās", + "integrations.connection_success": "Savienojums izdevās", + "integrations.delete_confirm_are_you_sure": "Vai tiešām vēlaties dzēst", + "integrations.delete_confirm_title": "Dzēst integrāciju?", + "integrations.delete_confirm_undone": "Šo darbību nevar atcelt.", + "integrations.delete_emails_label": "Dzēst e-pastus pēc apstrādes", + "integrations.delete_files_label": "Dzēst failus pēc apstrādes", + "integrations.destinations_quota_label": "Krātuves galamērķi:", + "integrations.destinations_section": "Galamērķi", + "integrations.direction_destination": "Galamērķis (krātuve)", + "integrations.direction_label": "Virziens", + "integrations.direction_placeholder": " — Izvēlieties —", + "integrations.direction_source": "Avots (uzņemšana)", + "integrations.disconnect": "Atvienot", + "integrations.email_settings": "E-pasta pārsūtīšanas iestatījumi", + "integrations.empty_state": "Nav konfigurētu integrāciju", + "integrations.endpoint_label": "Galapunkta URL", + "integrations.endpoint_optional": "(pēc izvēles, S3 saderīgam)", + "integrations.folder_label": "Mape", + "integrations.folder_optional": "(pēc izvēles)", + "integrations.folder_path_label": "Mapes ceļš", + "integrations.folder_prefix_label": "Mapes prefikss", + "integrations.generic_settings_hint": "Konfigurācija šī integrācijas veida izveidei var tikt sniegta kā JSON pēc izveides caur API.", + "integrations.gmail_hint": "Gmail etiķetes un zvaigznes: kad ir iespējots, apstrādāti e-pasti tiek iezvaigznoti un apzīmēti ar \"Uzņemts\" etiķeti Gmail. Tas attiecas tikai uz Gmail serveriem.", + "integrations.gmail_labels": "Piemērot Gmail etiķetes un zvaigznes", "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "integrations.imap_settings": "IMAP iestatījumi", + "integrations.loading": "Ielādē integrācijas…", + "integrations.modal_close": "Aizvērt modalitāti", + "integrations.modal_title_add": "Pievienot integrāciju", + "integrations.modal_title_edit": "Rediģēt integrāciju", + "integrations.name_label": "Etiķete", + "integrations.name_placeholder": "piem. Darba Gmail, S3 arhīvs", + "integrations.nextcloud_settings": "Nextcloud iestatījumi", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Pievienojiet savu pirmo integrāciju, lai savienotu ieguves avotus (piemēram, IMAP) un uzglabāšanas mērķus (piemēram, S3, Dropbox vai Google Drive).", + "integrations.not_connected": "Nav savienots", + "integrations.oauth_folder_label": "Mape", + "integrations.oauth_hint": "Vispirms saglabājiet šo integrāciju, pēc tam izmantojiet Autorizēt pogu, lai pabeigtu OAuth plūsmu. Jūsu akreditīvi tiks droši glabāti jūsu personīgajā integrācijas ierakstā.", + "integrations.page_title": "Integrācijas", + "integrations.paperless_settings": "Paperless NGX iestatījumi", + "integrations.password_label": "Parole", + "integrations.paused": "Pausēts", + "integrations.plan_label": "Plāns:", + "integrations.port_label": "Porte", + "integrations.quota_not_available": "(nav pieejams)", + "integrations.quota_unlimited": "/ neierobežots", + "integrations.recipient_label": "Saņēmēja e-pasts", + "integrations.region_label": "Reģions", + "integrations.remote_path_label": "Attālais ceļš", + "integrations.s3_prefix_label": "Priekšā (mapes ceļš)", + "integrations.s3_settings": "S3 iestatījumi", + "integrations.secret_key_label": "Noslēptā piekļuves atslēga", + "integrations.show_password": "Rādīt paroli", + "integrations.show_secrets": "Rādīt noslēpumus", + "integrations.show_token": "Rādīt token", + "integrations.source_local": "Vietējā failu sistēma", + "integrations.source_type_label": "Avota veids", + "integrations.sources_quota_label": "Pasta kastes avoti:", + "integrations.sources_section": "Avoti", + "integrations.subtitle": "Pārvaldiet savus ieguves avotus un uzglabāšanas mērķus vienuviet.", + "integrations.title": "Integrācijas", + "integrations.type_label": "Integrācijas veids", + "integrations.type_placeholder": "\u0012— Izvēlieties virzienu vispirms \u0012", + "integrations.upgrade_plan": "Uzlabot plānu", + "integrations.use_ssl": "Izmantot SSL", + "integrations.username_label": "Lietotājvārds", + "integrations.watch_folder_settings": "Uzraudzīt mapes iestatījumus", + "integrations.webdav_settings": "WebDAV iestatījumi", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook ieguve", + "integrations.webhook_how_heading": "Kā darbojas Webhook ieguve", + "integrations.webhook_how_text": "Webhook integrācija ļauj ārējiem sistēmām tieši nosūtīt dokumentus uz DocuElevate caur REST API. Nepareizām DocuElevate izsaukt jaunus failus (piemēram, IMAP), jūsu lietotne nosūta failus uz DocuElevate, izmantojot HTTP pieprasījumu ar API tokenu autentifikācijai.", + "integrations.webhook_ideal_text": "Tas ir ideāli piemērots CI/CD caurulēm, automatizācijas skriptiem, skeneru integrācijām vai jebkurai sistēmai, kas ģenerē dokumentus un nepieciešama sūtīšana procesu nodrošināšanai.", + "integrations.webhook_quick_start": "Ātrā sākšana", + "integrations.webhook_security_tip": "Izveidojiet veltītu API tokenu katrai integrācijai un nekavējoties atsauciet to, ja ir kompromitēta. Tokenus var pārvaldīt API tokenu lapā.", + "integrations.webhook_step1": "Dodieties uz {api_tokens_link} un izveidojiet personīgo tokenu.", + "integrations.webhook_upload_with_token": "Izmantojiet tokenu, lai augšupielādētu dokumentus caur API:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "language.change_success": "Valoda mainīta uz {language}", + "language.changed": "Valoda mainīta uz {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", "language.el": "Ελληνικά", - "language.en": "English", + "language.en": "Angļu", "language.es": "Español", "language.et": "Eesti", "language.fi": "Suomi", "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", + "language.hu": "Ungāru", + "language.is": "Icelandic", + "language.it": "Itāļu", + "language.lb": "Luksemburgiešu", + "language.lt": "Lietuviešu", "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", + "language.nb": "Norvēģu", + "language.nl": "Nīderlande", + "language.no_results": "Nav atrastas valodas", + "language.pl": "Poļu", + "language.pt": "Portugāļu", + "language.ro": "Rumāņu", + "language.ru": "Krievu", + "language.search_placeholder": "Meklēt valodas\u00145", + "language.selector": "Valoda", + "language.selector_label": "Izvēlieties valodu", + "language.sk": "Slovāku", + "language.sl": "Slovēņu", + "language.sv": "Zviedru", + "language.tr": "Turku", + "language.uk": "Ukrainiešu", + "language.zh": "Ķīniešu", + "nav.about": "Par", + "nav.account_menu": "Kontu izvēlne", + "nav.account_menu_for": "Kontu izvēlne {name}", + "nav.admin": "Administrācija", + "nav.admin.audit_logs": "Audita žurnāli", + "nav.admin.backups": "Dublējumi", + "nav.admin.plans": "Plāni", + "nav.admin.scheduled_jobs": "Ieplānotie uzdevumi", + "nav.admin.users": "Lietotāji", + "nav.admin_actions": "Administrācijas darbības", + "nav.admin_menu": "Administrācijas izvēlne", + "nav.api_docs": "API dokumentācija", + "nav.api_tokens": "API žetoni", + "nav.backup_restore": "Dublēšana un atjaunošana", + "nav.credentials": "Akreditācijas dati", + "nav.dark_mode": "Tumšais režīms", + "nav.dashboard": "Vadības panelis", + "nav.developer_docs": "Izstrādātāja dokumentācija", + "nav.duplicates": "Dublikāti", + "nav.file_manager": "Failu pārvaldnieks", + "nav.files": "Faili", + "nav.get_started": "Sākt", + "nav.help": "Palīdzība", + "nav.help_center": "Palīdzības centrs", + "nav.imap": "E-pasta importēšana", + "nav.integrations": "Integrācijas", + "nav.light_mode": "Gaišais režīms", + "nav.login": "Pieteikties", + "nav.logout": "Iziet", + "nav.main_navigation": "Galvenā navigācija", + "nav.my_subscription": "Mana abonēšana", + "nav.notifications": "Paziņojumi", + "nav.open_main_menu": "Atvērt galveno izvēlni", + "nav.pipelines": "Cauruļvadi", + "nav.plan_designer": "Plānu veidotājs", + "nav.pricing": "Cenu noteikšana", + "nav.profile": "Profils", + "nav.profile_settings": "Profila iestatījumi", + "nav.queue": "Rinda", + "nav.queue_monitor": "Rindas monitors", + "nav.scheduled_jobs": "Ieplānotie darbi", + "nav.search": "Meklēt", + "nav.settings": "Iestatījumi", + "nav.shared_links": "Kopīgotās saites", + "nav.sign_out": "Iziet", + "nav.signup": "Reģistrēties", + "nav.similarity": "Līdzība", + "nav.skip_to_content": "Izlaist uz galveno saturu", "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "nav.subscription": "Abonements", + "nav.toggle_dark_mode": "Pārongt tumšo režīmu", + "nav.toggle_nav": "Pārongt navigācijas izvēlni", + "nav.upload": "Augšupielādēt", + "nav.users": "Lietotāji", + "nav.version": "Versijas informācija", + "notifications.filter_all": "Visi", + "notifications.filter_read": "Tikai lasītie", + "notifications.filter_unread": "Tikai nelasītie", + "notifications.manage_desc": "Pārvaldiet savu paziņojumu iesūtni, mērķus un notikumu preferences", + "notifications.mark_all_read": "Atzīmēt visus kā izlasītus", + "notifications.mark_all_read_btn": "Atzīmēt visus kā izlasītus", + "notifications.mark_read": "Atzīmēt kā izlasītu", + "notifications.no_notifications": "Nav paziņojumu", + "notifications.page_title": "Paziņojumi", + "notifications.tab_inbox": "Iesūtne", + "notifications.tab_settings": "Iestatījumi", + "notifications.title": "Paziņojumi", + "notifications.unread_count": "{count} neizlasīti paziņojumi", + "pipelines.active_label": "Aktīvs", + "pipelines.add_step_btn": "Pievienot soli", + "pipelines.create": "Izveidot cauruļvadu", + "pipelines.custom_label_label": "Pielāgota etiķete", + "pipelines.default_label": "Noklusējums", + "pipelines.description_label": "Apraksts", + "pipelines.description_placeholder": "Opcionāls apraksts", + "pipelines.disabled_label": "Atspējots", + "pipelines.edit": "Rediģēt cauruļvadu", + "pipelines.empty_state": "Nav vēl cauruļvadu", + "pipelines.empty_state_hint": "Izveidojiet savu pirmo cauruļvadu, lai definētu pielāgotas dokumentu apstrādes darba plūsmas.", + "pipelines.enabled_label": "Iespējots", + "pipelines.force_cloud_ocr_label": "Piespiest mākoņa OCR (izlaist vietējo teksta ekstrakciju)", + "pipelines.inactive_label": "Neaktīvs", + "pipelines.loading": "Ielādējot cauruļvadus\u001a", + "pipelines.name_placeholder": "Mans cauruļvads", + "pipelines.new_pipeline_btn": "Jauns cauruļvads", + "pipelines.no_steps": "Nav definētu soļu. Pievienojiet soli, lai sāktu veidot savu cauruļvadu.", + "pipelines.ocr_auto": "Automātiski (izmantojiet sistēmas noklusējumu)", + "pipelines.ocr_language_hint": "Aizvieto globālo valodas iestatījumu Tesseract/EasyOCR. Azure un Mistral automātiski atpazīst valodu.", + "pipelines.ocr_language_label": "OCR valoda", + "pipelines.optional_suffix": "(opcijā)", + "pipelines.page_title": "Apstrādes cauruļvadi", + "pipelines.set_default": "Iestatīt kā manu noklusējuma cauruļvadu", + "pipelines.step_label_placeholder": "Aizvietojiet noklusējuma soļa nosaukumu", + "pipelines.step_type_label": "Soļa tips", + "pipelines.subtitle_intro": "Definējiet un pārvaldiet pielāgotas dokumentu apstrādes darba plūsmas.", + "pipelines.subtitle_system_post": "zīme un ir redzamas visiem lietotājiem.", + "pipelines.subtitle_system_pre": "Sistēmas cauruļvadi (izveidoti administratoru) tiek rādīti ar", + "pipelines.system_label": "Sistēma", + "pipelines.system_pipeline_label": "Sistēmas cauruļvads (redzams visiem lietotājiem)", + "pipelines.title": "Apstrādes cauruļvadi", + "profile.avatar_alt": "Jūsu profila attēls", + "profile.avatar_heading": "Profila attēls", + "profile.avatar_remove": "Noņemt pielāgoto avatāru", + "profile.avatar_upload_hint": "Augšupielādējiet JPEG, PNG, GIF vai WebP attēlu līdz 2 MB. Ja pielāgots attēls nav iestatīts, tiks rādīts jūsu {gravatar}.", + "profile.choose_image": "Izvēlēties attēlu\n", + "profile.confirm_password": "Apstiprināt jauno paroli", + "profile.contact_email_hint": "Izmanto sistēmas paziņojumiem. Tas nemaina jūsu pieteikšanās e-pastu.", + "profile.contact_email_label": "Kontakta / Paziņojumu e-pasts", + "profile.contact_email_placeholder": "tu@example.com", + "profile.current_password": "Pašreizējā parole", + "profile.dismiss": "Noraidīt", + "profile.display_name_hint": "Atstājiet tukšu, lai izmantotu savu konta lietotājvārdu vai e-pastu.", + "profile.display_name_label": "Redzamais vārds", + "profile.display_name_placeholder": "Jūsu vārds, kā tas redzams UI", + "profile.general_heading": "Vispārīga informācija", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profila iestatījumi", + "profile.language_auto_detect": "Automātiska noteikšana (no pārlūka)", + "profile.language_hint": "Izvēlieties savu vēlamo interfeisa valodu. “Automātiska noteikšana” seko jūsu pārlūka iestatījumiem.", + "profile.language_label": "UI valoda", + "profile.new_password": "Jaunā parole", + "profile.new_password_hint": "Vismaz 8 rakstzīmes.", + "profile.page_title": "Profila iestatījumi – DocuElevate", + "profile.password_heading": "Mainīt paroli", + "profile.preferences_heading": "Preferences", + "profile.save_button": "Saglabāt izmaiņas", + "profile.saving": "Saglabā\n", + "profile.subtitle": "Pārvaldiet savu redzamo vārdu, avatāru, valodu un tēmas preferences.", + "profile.theme_dark": "Tumšs", + "profile.theme_hint": "“Sistēmas noklusējums” seko jūsu ierīces tumšā režīma iestatījumam.", + "profile.theme_label": "Krāsu shēma", + "profile.theme_light": "Gaišs", + "profile.theme_system": "Sistēmas noklusējums", + "profile.update_password": "Atjaunināt paroli", + "profile.updating": "Atjaunoju\u00130...", + "queue.active_tasks": "Aktīvās uzdevumi", + "queue.auto_refresh_1": "Automātiski atsvaidzinās ik pēc", + "queue.auto_refresh_2": "sekundēm", + "queue.col_arguments": "Argumenti", + "queue.col_current_step": "Pašreizējais solis", + "queue.col_file": "Fails", + "queue.col_files": "Faili", + "queue.col_queue": "Rinda", + "queue.col_state": "Stāvoklis", + "queue.col_task": "Uzdevums", + "queue.col_task_id": "Uzdevuma ID", + "queue.files_processing": "Failu Apstrāde", + "queue.heading": "Rindas Monitorings", + "queue.last_updated": "Pēdējoreiz atjaunināts:", + "queue.loading_stats": "Ielādē rindas statistiku\u000206", + "queue.no_active_tasks": "Nav aktīvu uzdevumu", + "queue.no_data": "Nav datu", + "queue.no_files_processing": "Pašlaik netiek apstrādāti faili", + "queue.page_title": "Rindas Monitorings", + "queue.processing_pipeline": "Apstrādes Vads", + "queue.queued_tasks": "Rindā esošie uzdevumi", + "queue.recently_processing": "Nesen Apstrādāti Faili", + "queue.redis_queues": "Redis Rindas", + "queue.subtitle": "Reāllaika skatījums par dokumentu apstrādes vadu un Celery uzdevumu rindām.", + "queue.workers_online": "Strādnieki Tiešsaistē", + "search.button": "Meklēt", + "search.error_message": "Meklēšana uz šobrīd nav pieejama. Lūdzu, mēģiniet vēlāk.", + "search.filter_aria_clear": "Notīrīt visus filtrus", + "search.filter_clear_button": "Notīrīt Filtrus", + "search.filter_date_from": "Datums No", + "search.filter_date_to": "Datums Līdz", + "search.filter_document_type": "Dokumenta Veids", + "search.filter_document_type_placeholder": "piem. Rēķins", + "search.filter_language": "Valoda", + "search.filter_language_placeholder": "piem. de", + "search.filter_sender": "Sūtītājs", + "search.filter_sender_placeholder": "piem. ACME Corp", + "search.filter_tags": "Birku", + "search.filter_tags_placeholder": "piem. amazon", + "search.filter_text_quality": "Teksta Kvalitāte", + "search.filter_text_quality_all": "Visi", + "search.filter_text_quality_high": "Augsta", + "search.filter_text_quality_low": "Zema", + "search.filter_text_quality_medium": "Vidēja", + "search.filter_text_quality_no_text": "Nav teksta", + "search.heading": "Dokumentu Meklēšana", + "search.input_aria_label": "Meklēt dokumentus", + "search.input_placeholder": "Meklēt dokumentus pēc satura, sūtītāja, tagiem, veida...", + "search.loading_indicator": "Meklēju\u000085", + "search.no_results": "Nav atrasti rezultāti", + "search.page_title": "Dokumentu meklēšana", + "search.placeholder": "Meklēt pēc faila nosaukuma, satura, tagiem...", + "search.result_empty": "Nav atrasti dokumenti, kas atbilst jūsu pieprasījumam.", + "search.results_count": "Atrasti {count} rezultāti", + "search.saved_aria_save": "Saglabāt pašreizējo meklēšanu", + "search.saved_button": "Saglabāt pašreizējo", + "search.saved_empty": "Nav vēl saglabātu meklēšanu", + "search.saved_error": "Neizdevās ielādēt saglabātās meklēšanas", + "search.saved_label": "Saglabātās meklēšanas", + "search.saved_loading": "Ielādēju...", + "search.title": "Dokumentu meklēšana", + "settings.audit_log_btn": "Audita žurnāls", + "settings.autocomplete_hint": "Ierakstiet, lai meklētu zināmās vērtības vai ievadītu jebkuru pielāgotu vērtību.", + "settings.autocomplete_no_matches": "Nav atbilstību — jūs joprojām varat ierakstīt pielāgotu vērtību", + "settings.autocomplete_placeholder": "Ierakstiet, lai meklētu vai ievadītu vērtību\u000085", + "settings.boolean_enable_prefix": "Iespējot", + "settings.categories_aria": "Iestatījumu kategorijas", + "settings.categories_heading": "Kategorijas", + "settings.db_wizard_btn": "DB burvju rīks", + "settings.effective_value_label": "Efektīvā vērtība:", + "settings.encrypted_suffix": "= šifrēta atpūtas laikā", + "settings.encrypted_title": "Vērtība ir šifrēta atpūtas laikā datubāzē", + "settings.export_btn": "Eksportēt", + "settings.export_db_only": "Tikai DB iestatījumi", + "settings.export_full_config": "Pilna efektīvā konfigurācija", + "settings.jump_to_category": "Pāriet uz kategoriju\u000085", + "settings.manage_config_prefix": "Pārvaldīt konfigurāciju. Prioritāte:", + "settings.model_picker_hint": "Izvēlieties no saraksta vai ierakstiet jebkura modeļa nosaukumu, ko atbalsta jūsu nodrošinātājs.", + "settings.model_picker_placeholder": "Izvēlieties parasto modeli vai ierakstiet pielāgotu nosaukumu\u000085", + "settings.no_results_clear": "notīrīt meklēšanu", + "settings.no_results_heading": "Nav atrasti iestatījumi", + "settings.no_results_hint": "Mēģiniet ar citu meklēšanas terminu vai", + "settings.page_heading": "Lietojumprogrammas iestatījumi", + "settings.required_label": "(prasīts)", + "settings.reset_confirm": "Vai jūs tiešām vēlaties atiestatīt šo iestatījumu?", + "settings.restart_required_suffix": "= nepieciešams restartēt", + "settings.revert_btn": "Noņemt no DB", + "settings.revert_title": "Noņemt DB pārklājumu un atgriezties pie vides mainīgā vai noklusējuma", + "settings.reverting": "Atgriežam\u000129", + "settings.save_all_btn": "Saglabāt visas izmaiņas", + "settings.save_error": "Neizdevās saglabāt iestatījumu", + "settings.save_setting_title": "Saglabāt šo iestatījumu", + "settings.save_success": "Iestatījums saglabāts veiksmīgi", + "settings.saving_state": "Saglabā\u000129", + "settings.search_aria_label": "Meklēt iestatījumus", + "settings.search_clear_aria": "Notīrīt meklēšanu", + "settings.search_placeholder": "Meklēt iestatījumus pēc vārda, atslēgas vai apraksta\u000129", + "settings.settings_count_suffix": "iestatījumi", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "settings.source_default_badge": "NOKLUSĒJUMS", + "settings.source_env_badge": "VIDE", + "settings.title": "Iestatījumi", + "settings.toggle_visibility_aria": "Pārslēgt paroli redzamību", + "settings.toggle_visibility_title": "Rādīt/slēpt vērtību", + "settings.user_autocomplete_empty": "Nav atrasti atbilstoši lietotāji", + "settings.user_autocomplete_hint": "Ierakstiet, lai meklētu esošos lietotājus pēc vārda vai manuāli ievadiet jebkuru identifikatoru.", + "settings.user_autocomplete_placeholder": "Sākt rakstīt, lai meklētu lietotājus\u000129", + "settings.wizard_btn": "Burvis", + "shared.col_expiry": "Derīguma termiņš", + "shared.col_file_label": "Fails / Etiķete", + "shared.col_link": "Saite", + "shared.col_views": "Skati", + "shared.copy_link_aria": "Kopēt saiti starpliktuvē", + "shared.copy_link_title": "Kopēt saiti", + "shared.create_btn": "Izveidot saiti", + "shared.create_heading": "Izveidot jaunu kopīgoto saiti", + "shared.creating": "Izveido\u000129", + "shared.expiry_12h": "12 stundas", + "shared.expiry_14d": "14 dienas", + "shared.expiry_1h": "1 stunda", + "shared.expiry_24h": "24 stundas (1 diena)", + "shared.expiry_30d": "30 dienas", + "shared.expiry_3d": "3 dienas", + "shared.expiry_6h": "6 stundas", + "shared.expiry_7d": "7 dienas", + "shared.expiry_label": "Derīguma termiņš", + "shared.expiry_never": "N nekad", + "shared.file_id_help_post": "lappusē vai dokumenta detaļu URL.", + "shared.file_id_help_pre": "Atrodiet faila ID uz", + "shared.file_id_label": "Faila ID", + "shared.file_id_placeholder": "piem. 42", + "shared.files_link": "Faili", + "shared.heading": "Koplietotie saites", + "shared.label_label": "Etiķete", + "shared.label_placeholder": "piem. Koplietots ar Bobu", + "shared.link_created": "Koplietota saite izveidota!", + "shared.link_created_help": "Kopējiet šo saiti un nosūtiet to saņēmējam.", + "shared.links_count_aria": "saite skaits", + "shared.max_downloads_label": "Maks. lejupielādes", + "shared.no_links": "Vēl nav koplietotu saitu. Izveidojiet vienu augstāk, lai sāktu.", + "shared.open_in_new_tab": "Atvērt jaunā cilnē", + "shared.open_link_aria": "Atvērt koplietoto saiti", + "shared.optional": "(pēc izvēles)", + "shared.page_title": "Koplietotie saites – DocuElevate", + "shared.password_label": "Parole", + "shared.password_placeholder": "Atstājiet tukšu, ja parole nav nepieciešama", + "shared.password_protected": "Aizsargāta ar paroli", + "shared.refresh_aria": "Atjaunināt koplietoto saitu sarakstu", + "shared.revoke_aria_prefix": "Atcelt koplietoto saiti", + "shared.revoke_btn": "Atcelt", + "shared.status_active": "Aktīvs", + "shared.status_expired": "Beidzies", + "shared.status_limit_reached": "Ierobežojums sasniegts", + "shared.status_revoked": "Atcelts", + "shared.subtitle": "Koplietojiet dokumentus ar ikvienu, izmantojot ar laiku vai skatu ierobežotu saiti. Saņēmējiem nav nepieciešama DocuElevate konts. Saites var būt aizsargātas ar paroli un atceltas jebkurā laikā.", + "shared.table_aria": "Koplietotās saites", + "shared.unlimited_placeholder": "Neierobežots", + "shared.your_links": "Jūsu koplietotās saites", + "similarity.backfill_auto": "Fona uzdevums tās automātiski aprēķinās ik pēc 5 minūtēm, vai jūs varat", + "similarity.files_missing_text": "fails(-i) ir ar OCR tekstu, bet vēl nav ievietots.", + "similarity.find_pairs_btn": "Atrodi pārus", + "similarity.heading": "Dokumentu līdzība", + "similarity.load_error": "Neizdevās ielādēt pārus.", + "similarity.min_similarity_label": "Min. līdzība", + "similarity.no_pairs_detail": "Nav dokumentu pāru, kas pārsniegtu līdzības slieksni.", + "similarity.no_pairs_heading": "Nav atrasti līdzīgi pāri", + "similarity.page_title": "Dokumentu līdzība - DocuElevate", + "similarity.pagination_aria": "Līdzības pāru lapošana", + "similarity.per_page_label": "Uz lapu", + "similarity.scanning": "Skanēši līdzīgu dokumentu pāriem\u00154...", + "similarity.stat_embedding_model": "Iegremdēšanas Modelis", + "similarity.stat_missing_embedding": "Trūkst iegremdēšanas", + "similarity.stat_total_files": "Kopējais failu skaits", + "similarity.stat_with_embedding": "Ar iegremdēšanu", + "similarity.subtitle": "Dokumentu pāri ar augstu semantisko līdzību, sakārtoti pēc rezultāta.", + "similarity.trigger_aria": "Aktivizēt iegremdēšanas aprēķinu visiem failiem, kam trūkst iegremdēšanas", + "similarity.trigger_now": "aktivizēt to tagad", + "status.app_version": "Lietojumprogrammas versija", + "status.build_date": "Būvniecības datums", + "status.container_id": "Konteinera ID", + "status.git_commit": "Git commit", + "status.last_check": "Pēdējā pārbaude", + "status.page_title": "Sistēmas statuss", + "status.setting_label": "Iestatījums", + "status.value_label": "Vērtība", + "subscription.available_plans_heading": "Pieejamie plāni", + "subscription.back_to_dashboard": "Atpakaļ uz vadības paneli", + "subscription.cancel_pending": "Atcelt izmaiņas", + "subscription.cancel_scheduled": "Atcelt plānoto izmaiņu", + "subscription.contact_sales": "Sazinieties ar pārdošanu", + "subscription.current_badge": "Pašreizējais", + "subscription.current_plan": "Pašreizējais plāns", + "subscription.current_plan_cta": "Jūsu pašreizējais plāns", + "subscription.downgrade_to_prefix": "Pazemināt līdz", + "subscription.features_heading": "Kas iekļauts jūsu plānā", + "subscription.free": "Bezmaksas", + "subscription.heading": "Mana abonēšana", + "subscription.keep_plan_prefix": "Saglabāt", + "subscription.lifetime_files": "Kopējie faili (mūža)", + "subscription.month_files": "Faili šomēnes", + "subscription.more_features_label": "vairāk", + "subscription.page_title": "Mana abonēšana – DocuElevate", + "subscription.pending_badge": "Nepabeigts", + "subscription.pending_benefits": "Jūs saglabājat visas pašreizējā plāna priekšrocības līdz tam.", + "subscription.pending_on": "uz", + "subscription.pending_title": "Nepabeigts plāna maiņas grafiks", + "subscription.pending_will_change": "Jūsu plāns tiks mainīts uz", + "subscription.per_mo": "/mēn.", + "subscription.per_month": "/mēnesī", + "subscription.since": "Kopš", + "subscription.single_user_body": "Abonēšanas līmeņi attiecas, kad ir aktīvs vairāku lietotāju režīms. Jūsu instances pašlaik darbojas vienas lietotāja režīmā bez apstrādes ierobežojumiem. Administrators var iespējot vairāku lietotāju režīmu, izmantojot {settings_link}.", + "subscription.single_user_title": "Vairāku lietotāju režīms nav iespējots.", + "subscription.subtitle": "Jūsu pašreizējais plāns, lietošana un pieejamās uzlabojumi.", + "subscription.this_month_label": "šomēnes", + "subscription.today_files": "Faili šodien", + "subscription.today_label": "šodien", + "subscription.unlimited": "Neierobežots", + "subscription.upgrade_info": "Uzlabojumi stājas spēkā nekavējoties. Pazeminājumi ir plānoti jūsu pašreizējā rēķinu perioda beigām.", + "subscription.upgrade_to_prefix": "Uzlabot uz", + "subscription.usage_heading": "Izmantošana", + "upload.browse_button": "Pārlūkot failus", + "upload.button_processing": "Apstrādāšanā...", + "upload.camera_button": "Uzņemt fotoattēlu / Skenēt dokumentu", + "upload.download_button": "Lejupielādēt un apstrādāt", + "upload.downloading": "Lejupielādē fails no URL...", + "upload.drag_drop": "Velciet un nometiet failus šeit vai noklikšķiniet, lai pārlūkotu", + "upload.drop_hint_desktop": "Velciet un nometiet failus vai mapes šeit, vai noklikšķiniet, lai izvēlētos failus.", + "upload.drop_hint_mobile": "Noklikšķiniet, lai izvēlētos failus vai izmantojiet zemāk esošo kameras pogu.", + "upload.drop_zone_aria": "Failu augšupielādes zona. Velciet un nometiet failus šeit, vai nospiediet Enter, lai pārlūkotu failus.", + "upload.error": "Augšupielāde neizdevās", + "upload.error_invalid_url": "Nederīgs URL formāts", + "upload.error_url_required": "Lūdzu, ievadiet URL", + "upload.file_size_hint": "Maksimālais izmērs: 500 MB pa failu", + "upload.file_types": "Atļautie tipi: PDF, Office dokumenti (Word, Excel, PowerPoint utt.), Attēli", + "upload.filename_description": "Atstājiet tukšu, lai izmantotu faila nosaukumu no URL", + "upload.filename_label": "Faila nosaukums (pēc izvēles)", + "upload.filename_placeholder": "mans-dokuments.pdf", + "upload.max_size": "Maksimālais faila izmērs: {size}", + "upload.page_title": "Augšupielādēt failus", + "upload.section_device": "Augšupielādēt no ierīces", + "upload.section_url": "Augšupielādēt no URL", + "upload.select_file": "Izvēlieties failu", + "upload.success": "Fails veiksmīgi augšupielādēts", + "upload.title": "Augšupielādēt dokumentu", + "upload.uploading": "Augšupielādē...", + "upload.url_description": "Ievadiet tiešo saiti uz failu (PDF, Office dokumenti vai attēli)", + "upload.url_label": "Faila URL", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/ml.json b/frontend/translations/ml.json new file mode 100644 index 00000000..01955045 --- /dev/null +++ b/frontend/translations/ml.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "മേഖലയുടെ സൃഷ്ടാവിനെ കാണുക", + "about.creator_name": "ക്രിസ്റ്റ്യൻ ക്രക്കൗ-ലൂയിസ്", + "about.creator_pre": "DocuElevate ആത്മാവോടെ വികസിപ്പിച്ചിരിക്കുന്നു", + "about.features_admin_api": "ക്രമീകരണ ഉയർന്ന REST API വഴിയുള്ള പ്രോഗ്രാമാറ്റിക് ആക്‌സೆಸ್", + "about.features_admin_config": "പരിസ്ഥിതി മാറ്റങ്ങൾ വഴിയാണ് അത്യധികം ക്രമീകരിക്കാവുന്നത്", + "about.features_admin_docker": "എളുപ്പമായ വിടാമുഖത്തിലേയ്ക്കും സ്കെയിലിങിനും Docker-തോന്നുന്നു", + "about.features_admin_heading": "കൂട്ടായ്മ", + "about.features_admin_oauth2": "Authentik ഉപയോഗിച്ചുള്ള OAuth2 ലഭ്യതാ പിന്തുണ", + "about.features_automation_background": "Redis and Celery ഉപയോഗിച്ചുള്ള പശ്ചാത്തല പ്രോസസിംഗ്", + "about.features_automation_gmail": "Gmail மற்றும் പൊതുവായ ഇമെയിൽ അക്കൗണ്ട് ഒരുകെ", + "about.features_automation_heading": "ഓട്ടോമേഷൻ", + "about.features_automation_imap": "ഒന്നിലധികം ഉറവിടങ്ങളിൽ നിന്നുള്ള IMAP ഇൻബോക്സ് പോളിംഗ്", + "about.features_automation_ingestion": "വിവിധ പ്രവേശനങ്ങളിൽ നിന്നുള്ള ഓട്ടോമേറ്റ് ചെയ്യുന്ന പ്രമാണം ഗാനവേഷണം", + "about.features_heading": "പ്രധാന സാങ്കേതികതകൾ", + "about.features_integration_cloud": "മേഘ സംഭരണി: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "യോജനം & സംഭരണം", + "about.features_integration_multi_dest": "Multi-destination പിന്തുണ (വിവിധ സ്ഥലങ്ങളിലേക്കുള്ള രേഖകൾ കൺസർവ് ചെയ്യുക)", + "about.features_integration_protocols": "പരിവർത്തന പ്രോട്ടോക്കോളുകൾ: FTP, SFTP, ഇമെയിൽ ഫോർവേഡിംഗ്", + "about.features_integration_selfhosted": "സ്വയം-ഹോസ്റ്റഡ് ഓപ്ഷനുകൾ: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "ബുദ്ധിമാനായ പ്രമാണം വർഗീകരണം மற்றும் തീയതി അംഗീകരണം", + "about.features_processing_heading": "പ്രമാണം പ്രോസസിംഗ്", + "about.features_processing_metadata": "ഒരു പ്ലഗ്ബബിൾ AI പ്രൊവൈഡർ ഉപയോഗിച്ച് ഓട്ടോമേറ്റഡ് മെടാഡാറ്റാ അക്കരണം", + "about.features_processing_ocr": "Azure Document Intelligence-ന്റെ പിന്തുണയുള്ള OCR", + "about.features_processing_pdf": "വിവിധ ഫയൽ ഫോർമാറ്റുകളുടെ PDF പരിവർത്തനം Gotenberg വഴി", + "about.features_processing_upload": "ഡ്രാഗ് & ഡ്രോപ്പ് പിന്തുണയോടുകൂടിയ എളുപ്പവും സുരക്ഷിതമുമായ ഫയൽ അപ്‌ലോഡുകൾ", + "about.github_logo_alt": "GitHub ലോഗോ", + "about.heading": "DocuElevate നെക്കുറിച്ച്", + "about.intro_post": " – നിങ്ങളുടെ ആധുനിക, ബുദ്ധിമാനായ പരിഹാരം രേഖ സമ്പാദ്യത്തിനായി! നിങ്ങളുടെ രേഖകൾ കൈകാര്യം ചെയ്യുന്ന വിധം പൂർണ്ണമായും രൂപാന്തരപ്പെടുത്തുന്നതിനായി DocuElevate നാം നിർമ്മിച്ചിട്ടുണ്ട് – അപ്‌ലോഡ് മുതൽ പ്രതിക്കരണം വരെയുള്ള, പ്രോസസിംഗ് മുതൽ സംഭരണം വരെയുള്ള.", + "about.intro_pre": "സ്വഗ്രഹിച്ച് ", + "about.involved_description": "കോഡിൽ ബായിക്കാൻ, ആശയങ്ങൾ പങ്കുവെക്കാൻ, അല്ലെങ്കിൽ DocuElevate നെയിൽ കൂടുതൽ അറിയാൻ ആഗ്രഹിക്കുന്നുണ്ടോ?", + "about.involved_docs": "പ്രമാണം വായിക്കുക", + "about.involved_github": "GitHub-ൽ DocuElevate കാണുക", + "about.involved_heading": "സം സംബന്ധിക്കുക", + "about.involved_website": "DocuElevate വെബ്സൈറ്റിൽ സന്ദർശിക്കുക", + "about.legal_description": "നിന്റെസ്വാഭാവികതയും ഡാറ്റാ സുരക്ഷയും ഞങ്ങൾ ശ്രദ്ധിക്കുന്നു. ദയവായി ഞങ്ങളുടെ അവലോകനം ചെയ്യുക:", + "about.legal_heading": "സ്വകാര്യത & നിയമം", + "about.legal_license": "লাইസൻസ് വിവരങ്ങൾ", + "about.legal_privacy": "സ്വകാര്യതാ അറിയിപ്പ്", + "about.page_title": "DocuElevate സംബന്ധിച്ച", + "about.story_heading": "ഞങ്ങളുടെ കഥ", + "about.story_p1": "DocuElevate ന്റെ ലക്ഷ്യം ഓരോരുത്തരുടെയും ഡോക്യുമെന്റ് മാനേജ്മെന്റ് എളുപ്പമാക്കാനും സുതാര്യമാക്കാനും ആണ്, നിങ്ങൾ ചെറിയ സ്റ്റാർട്ടപ്പായിട്ടോ بڑا സംരംഭമായിട്ടോ ആയതിന്റെ പരിധയമില്ല.", + "about.story_p2": "മെടാഡാറ്റ എക്സ്ട്രാക്ഷനും ടെക്‌സ്‌റ്റ് പരിഷ്കരണത്തിനുമായി പ്ലഗബിൾ AI പ്രോവൈഡർ ഗുരുതരമായ ശക്തി ഉപയോഗിക്കുന്നു (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, മറ്റു നിരവധി) സംഭകരണത്തിനും സൂക്ഷിപ്പിന്‍റെ നിക്ഷേപത്തിനുമായി Dropbox, Nextcloud, Paperless NGX എന്നിവയുമായി സമന്വയിത്തോടെയാണ് പരസ്പരം ഇന്റഗ്രേറ്റ് ചെയ്യുന്നത്, OCR ല്ലായ അസ്യൂർ ഡോക്യുമെന്റ് ഇൻറലിജൻസ് പ്രയോഗിക്കുന്നു, Gotenberg-നെ ഫയൽ - PDF മാറ്റാൻ ഉപയോഗിക്കുന്നു.", + "api_tokens.col_created": "സൃഷ്ടിച്ചവ", + "api_tokens.col_last_ip": "കഴിഞ്ഞ IP", + "api_tokens.col_last_used": "കഴിഞ്ഞ ഉപയോഗിച്ചെടുത്തത്", + "api_tokens.col_name": "പേര്", + "api_tokens.col_prefix": "ടോക്കൺ പ്രിഫിക്‌സ്", + "api_tokens.copy_to_clipboard": "ടോക്കൺ ക്ലിപ്ബോർഡിലേക്ക് കോപ്പി ചെയ്യുക", + "api_tokens.copy_upload_example": "അപ്‌ലോഡ് ഉദാഹരണം ക്ലിപ്ബോർഡിലേക്ക് കോപ്പി ചെയ്യുക", + "api_tokens.copy_warning_1": "ഈ ടോക്കൺ ഇനി കോപ്പി ചെയ്യുക - ഇത്", + "api_tokens.copy_warning_2": "വീണ്ടും കാണിക്കുന്നില്ല", + "api_tokens.create_heading": "പുതിയ ടോക്കൺ സൃഷ്ടിക്കുക", + "api_tokens.create_token": "ടോക്കൺ സൃഷ്ടിക്കുക", + "api_tokens.creating": "സൃഷ്ടിക്കുന്നു...", + "api_tokens.heading": "API ടോക്കണുകൾ", + "api_tokens.intro": "DocuElevate API-യുമായി പ്രോഗ്രാമാറ്റിക്കായി പരസ്പര действие ചെയ്യുന്നതിന് വ്യക്തിഗത API ടോക്കണുകൾ സൃഷ്ടിക്കുക. വെബ്ഹുക്ക് അപ്‌ലോഡുകൾ, CI/CD പൈപ്പ്‌ലൈനുകൾ, അല്ലെങ്കിൽ ഡോക്യുമെന്റുകൾ അപ്‌ലോഡ്/വീണ്ടും പ്രാപ്തമാക്കേണ്ട സ്ക്രിപ്റ്റുകൾക്കുള്ള ടോക്കണുകൾ ഉപയോഗിക്കുക.", + "api_tokens.loading_tokens": "ടോക്കണുകൾ ലോഡുചെയ്യുന്നു...", + "api_tokens.never": "ഒന്നും ഇല്ല", + "api_tokens.no_tokens_heading": "എന്തെങ്കിലും API ടോക്കണുകൾ ഇല്ല", + "api_tokens.no_tokens_help": "തുടങ്ങാൻ, മുകളിലിരിക്കുന്ന ആദ്യത്തെ ടോക്കൺ സൃഷ്ടിക്കുക.", + "api_tokens.page_title": "API ടോക്കണുകൾ - DocuElevate", + "api_tokens.revoke": "വിട്ടേക്കുക", + "api_tokens.revoke_prefix": "ടോക്കൺ വിട്ടേക്കുക", + "api_tokens.status_active": "സജീവം", + "api_tokens.status_revoked": "വിട്ടാക്കപ്പെട്ടു", + "api_tokens.table_aria": "API ടോക്കണുകൾ", + "api_tokens.token_created": "ടോക്കൺ വിജയകരമായി സൃഷ്ടിച്ചു!", + "api_tokens.token_name_label": "ടോക്കൺ നാമം", + "api_tokens.token_name_placeholder": "ഉദാ. CI Pipeline, Webhook Upload, My Script", + "api_tokens.usage_heading": "ഉപയോഗം ഉദാഹരണം", + "api_tokens.usage_intro_post": "എന്തെങ്കിലും API അഭ്യർത്ഥനയുമായി ബന്ധപ്പെട്ട തലക്കെട്ട്:", + "api_tokens.usage_intro_pre": "നിങ്ങളുടെ API ടോക്കൺ", + "api_tokens.your_tokens": "നിങ്ങളുടെ ടോക്കണുകൾ", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "ശ്രേണി", + "audit.col_timestamp": "ടൈംസ്റ്റാമ്പ്", + "audit.critical": "കൂടുതൽ", + "audit.filter_action": "പ്രവൃത്തി", + "audit.filter_all_actions": "എല്ലാ പ്രവൃത്തികൾ", + "audit.filter_all_users": "എല്ലാ ഉപയോക്താക്കളും", + "audit.filter_resource_placeholder": "അറിയിപ്പ്, ഉപയോക്താവ് തുടങ്ങിയവ", + "audit.filter_resource_type": "വിഭവത്തിന്റെ തരം", + "audit.filter_severity": "ഗാമ്പീര്യം", + "audit.filter_user": "ഉപയോക്താവ്", + "audit.filters_section_label": "ഓഡിറ്റ് ലോഗ് ഫിൽട്ടറുകൾ", + "audit.next": "അതാണ്", + "audit.next_label": "താമ്പത്രം", + "audit.no_events": "ഈ സമയം ഓഡിറ്റ് സംഭവങ്ങൾ രേഖപ്പെടുത്തിയിട്ടില്ല.", + "audit.no_events_hint": "പ്രധാനമായ പ്രവർത്തനങ്ങൾ (ലോഗിൻ, രേഖാപ്രവർത്തനങ്ങൾ, ക്രമീകരണത്തിൽ മാറ്റങ്ങൾ) ഇവിടെ പ്രത്യക്ഷപ്പെടും.", + "audit.page_title": "ഓഡിറ്റ് ലോഗുകൾ - ഡോക്യൂഎലിവേറ്റ്", + "audit.pagination_label": "ഓഡിറ്റ് ലോഗ് പേജിനേഷൻ", + "audit.prev": "മുമ്പത്തെ", + "audit.prev_label": "മുമ്പത്തെ പേജ്", + "audit.refresh_label": "ഓഡിറ്റ് ലോഗുകൾ പുതുക്കുക", + "audit.siem_disabled_title": "SIEM മുന്നോട്ടു അയയ്ക്കൽ നിഷേധിച്ചിരിക്കുന്നു", + "audit.siem_enabled_title": "സംഭവങ്ങൾ ഇവയിലേക്ക് അയയ്ക്കപ്പെടുന്നു ", + "audit.siem_off": "SIEM: ഓഫ്", + "audit.subtitle": "എല്ലാം പ്രധാന ചാരിറ്റകളുടെ സമഗ്രമായ, കൂട്ടിച്ചേർക്കൽ മാത്രം രേഖ.", + "audit.table_label": "ഓഡിറ്റ് ലോഗ്_events", + "audit.title": "ഓഡിറ്റ് ലോഗുകൾ", + "auth.confirm_password": "പാസ്സ്വേഡ്ഡ് സ്ഥിരീകരിക്കുക", + "auth.create_account": "അക്കൗണ്ട് സൃഷ്ടിക്കുക", + "auth.display_name_label": "പ്രകടനം പേര്", + "auth.email_label": "ഇമെയിൽ", + "auth.forgot_password": "പാസ്സ്വേഡ് മറന്നോ?", + "auth.forgot_username": "ഉപയോക്തൃനാമം മറന്നോ?", + "auth.login": "ലോഗ് ഇൻ ചെയ്യുക", + "auth.login_title": "ലോഗ് ഇൻ ചെയ്യുക", + "auth.logo_alt": "DocuElevate ലോഗോ", + "auth.logout": "ലോഗ് ഔട്ട് ചെയ്യുക", + "auth.my_account": "എന്റെ അക്കൗണ്ട്", + "auth.no_account": "അക്കൗണ്ട് ഉണ്ടോ?", + "auth.or_continue_with": "അല്ലെങ്കിൽ ഇപ്രകാരം തുടരുക", + "auth.password_label": "പാസ്സ്വേഡ്", + "auth.profile": "പ്രൊഫൈൽ", + "auth.remember_me": "എന്നെ ഓർത്ത്", + "auth.return_home": "ഗൃഹത്തിലേക്ക് മടങ്ങുക", + "auth.sign_in": "സൈനിൻ ചെയ്യുക", + "auth.sign_in_sso": "SSO ഉപയോഗിച്ച് സൈനിൻ ചെയ്യുക", + "auth.sign_in_with": "വയിൽ സൈൻ ഇൻ ചെയ്യുക", + "auth.sign_in_with_username": "ഉപയോക്തൃനാമം ഉപയോഗിച്ച് സൈൻ ഇൻ ചെയ്യുക", + "auth.signup": "ഈ ട്ടുചെയ്യുക", + "auth.signup_title": "ഈ ട്ടുചെയ്യുക", + "auth.username_label": "ഉപയോക്തൃനാമം", + "auth.username_or_email": "ഉപയോക്തൃനാമം അല്ലെങ്കിൽ ഇമെയിൽ", + "auth.verify_email_back_sign_in": "വടക്കിലേക്ക് സൈൻ ഇൻ ചെയ്യാൻ", + "auth.verify_email_expiry": "ലിങ്ക് 24 മണിക്കൂറിൽ കാലഹരണപ്പെടും. നിങ്ങൾ ഇമെയിൽ കാണുന്നില്ലെങ്കിൽ, നിങ്ങളുടെ സ്‌പാം ഫോൾഡർ പരിശോധിക്കുക.", + "auth.verify_email_heading": "നിങ്ങളുടെ ഇൻബോക്സ് പരിശോധിക്കുക", + "auth.verify_email_message": "നിങ്ങൾക്ക് ഒരു സ്ഥിരീകരണ ഇമെയിൽ അയച്ചിട്ടുണ്ട്. നിങ്ങളുടെ അക്കൗണ്ട് സജീവമാക്കുന്നതിന് ഇമെയിലിലെ ലിങ്ക് ക്ലിക്ക് ചെയ്യുക.", + "auth.verify_email_page_title": "DocuElevate - നിങ്ങളുടെ ഇമെയിൽ സ്ഥിരീകരിക്കുക", + "auth.verify_email_resend_aria_label": "അതിർത്തിക്കായി ഇമെയിൽ വിലാസം", + "auth.verify_email_resend_button": "സ്ഥിരീകരണ ഇമെയിൽ മാറ്റം", + "auth.verify_email_resend_label": "ഇമെയിൽ വിലാസം", + "auth.verify_email_resend_placeholder": "നിങ്ങളുടെ ഇമെയിൽ വിലാസം നൽകുക", + "auth.verify_email_resend_prompt": "ഇത് ലഭിച്ചില്ലേ?", + "backup.archives_heading": "ബാക്കപ്പ് ആർക്കൈവ്സ്", + "backup.backup_now": "ഇപ്പോൾ ബാക്കപ്പ് ചെയ്യുക", + "backup.clean_up": "ശുചിത്വം", + "backup.cleanup_title": "ഇപ്പോൾ നിലനിൽപ്പ് ശുചീകരണം നടത്തുക", + "backup.col_created": "സൃഷ്ടിച്ച", + "backup.col_filename": "ഫയൽ നാമം", + "backup.col_size": "വലിപ്പം", + "backup.col_storage": "വര്‍ഗ്ഗീകരിക്കുക", + "backup.col_type": "തരം", + "backup.config_auto_backup": "ആട്ടോ-ബാക്കപ്പ്", + "backup.config_remote_dest": "ദൂര ലക്ഷ്യം", + "backup.config_retention": "നിലനിപ്പ്", + "backup.config_total_size": "മൊത്തം പ്രദേശവലിപ്പം", + "backup.confirm_btn": "സ്ഥിരീകരിക്കുക", + "backup.confirm_title": "പ്രവൃത്തി സ്ഥിരീകരിക്കുക", + "backup.heading": "ബാക്കപ്പ് മാനേജ്മെന്റ്", + "backup.local_only": "മാത്രം ലോക്കൽ", + "backup.no_backups": "ഇന്നാവസാനം ബാക്കപ്പില്ല.", + "backup.no_backups_hint": "നിങ്ങളുടെ ആദ്യ ബാക്കപ്പ് നിർമിക്കാൻ ഇപ്പോൾ ബാക്കപ്പ് അമരിക്കുക.", + "backup.page_title": "ബാക്കപ്പ് മാനേജ്മെന്റ്", + "backup.records_label": "രേഖകൾ", + "backup.restore_btn": "പുനസ്ഥാപിക്കുക", + "backup.restore_desc_mid": "ഡാറ്റാബേസ് പുനസ്ഥാപിക്കാൻ ബാക്കപ്പ് ആർക്കീവ്.", + "backup.restore_desc_pre": "ഒരു അപ്‌ലോഡ്", + "backup.restore_desc_warning": "ഇതിൽ എല്ലാ നിലവിലെ ഡാറ്റയുംOverwrite ചെയ്യും.", + "backup.restore_file_label": "ബാക്കപ് ആർച്ചീവ് (.db.gz)", + "backup.restore_heading": "ഫയലിൽ നിന്ന് പുനഃസ്ഥാപിക്കുക", + "backup.restoring": "പുനഃസ്ഥാപിക്കുന്നു\u0007B\u001c}\u0007F\t3\t0\u0007D", + "backup.retention_daily_detail": "\u0002D 3 ആഴ്ചകൾക്ക് സൂക്ഷിക്കും", + "backup.retention_heading": "രക്ഷണ നയം", + "backup.retention_hourly_detail": "\u0002D 4 ദിവസങ്ങൾക്ക് സൂക്ഷിക്കും", + "backup.retention_note": "ഈ പരിധികൾക്കടുത്തുള്ള ബാക്കപ്പുകൾ പുതിയ ബാക്കപ്പ് നിർമ്മിക്കുമ്പോൾ自动ം നീക്കം ചെയ്യും.", + "backup.retention_weekly_detail": "\u0002D ~3 മാസം സൂക്ഷിക്കും", + "backup.snapshots": "സ്റ്റ്രൈകുകൾ", + "backup.status_ok": "ശരി", + "backup.storage_local": "സാന്നിദ്ധ്യം", + "backup.subtitle": "ഡാറ്റാബേസ് ബാക്കപ്പുകൾ സ്വയം സൃഷ്ടിക്കുന്നു: മണിക്കൂർ (4 ദിവസം), ദൈനംദിന (3 ആഴ്ചകൾ), ആഴ്ചയിൽ (13 ആഴ്ചകൾ).", + "backup.table_aria": "ബാക്കപ് ആർച്ചിവുകൾ", + "backup.trigger_daily": "ഇപ്പോൾ ബാക്കപ്പ് എടുക്കുക (ദൈനംദിന)", + "backup.trigger_hourly": "ഇപ്പോൾ ബാക്കപ്പ് എടുക്കുക (മണിക്കൂർ)", + "backup.trigger_weekly": "ഇപ്പോൾ ബാക്കപ്പ് എടുക്കുക (ആഴ്ച)", + "backup.type_daily": "ദൈനംദിന", + "backup.type_hourly": "മണിക്കൂർ", + "backup.type_weekly": "ആഴ്ച", + "billing.go_to_dashboard": "ഡാഷ്‌ബോർഡിൽ പോകുക", + "billing.manage_subscription": "സബ്സ്‌ക്രിപ്ഷൻ കൈകാര്യം ചെയ്യുക", + "billing.success_heading": "നിങ്ങൾ എല്ലാവർക്കും സജ്ജമാണ്!", + "billing.success_message": "നിങ്ങളുടെ സബ്സ്ക്രിപ്ഷൻ പ്രവർത്തനത്തിലാക്കப்பட்டுள்ளது. DocuElevate തിരഞ്ഞെടുക്കാൻ നന്ദി!", + "billing.success_page_title": "DocuElevate - സബ്സ്ക്രിപ്ഷൻ പ്രവർത്തനത്തിൽ", + "common.actions": "പ്രവർത്തനങ്ങൾ", + "common.active": "സജീവം", + "common.all": "എല്ലാവ്", + "common.avatar": "അവതാരം", + "common.back": "തിരിച്ച്", + "common.cancel": "റദ്ദാക്കുക", + "common.close": "അടയ്ക്കുക", + "common.col_pending": "കാത്തിരിക്കുന്നു", + "common.completed": "നിര്‍മിതം", + "common.confirm": "സ്ഥിരീകരിക്കുക", + "common.copied": "കത്ത്!", + "common.copy": "നകൽ", + "common.create": "സൃഷ്ടിക്കുക", + "common.created": "സൃഷ്ടിച്ചത്", + "common.date": "തിയതി", + "common.delete": "ഇലക്കം", + "common.description": "വിവരണം", + "common.details": "വിശദാംശങ്ങൾ", + "common.disabled": "അപശ്രമിച്ചു", + "common.download": "ഡൗൺലോഡ് ചെയ്യുക", + "common.duplicate": "കാച്ചി", + "common.edit": "എഡിറ്റ് ചെയ്യുക", + "common.enabled": "പ്രവർത്തനക്ഷമമായ", + "common.error": "തപ്പുകൾ", + "common.failed": "പ്രവർത്തനം പരാജയപ്പെട്ടത്", + "common.filter": "ഫിൽട്ടർ", + "common.inactive": "സജീവമല്ല", + "common.info": "തথ്യം", + "common.loading": "മായ്ക്കുന്നു...", + "common.name": "നാമം", + "common.next": "അടുത്തത്", + "common.next_page": "അടുത്ത ಪುട്ട", + "common.no": "അല്ല", + "common.none": "എന്നുമല്ല", + "common.page": "പേജ്", + "common.paused": "താൽക്കാലികമായി നിർത്തിയിരിക്കുക", + "common.pending": "ഇതുവരെ", + "common.prev_page": "മുൻ പേജ്", + "common.previous": "മുൻപ്", + "common.processing": "പ്രോസസ്സ് ചെയ്യുന്നു", + "common.refresh": "പുനർഅതിശക്തി നൽകുക", + "common.reset": "പുനഃസജ്ജമാക്കുക", + "common.retry": "മറുനേരം ശ്രമിക്കുക", + "common.save": "സംരക്ഷിക്കുക", + "common.search": "തിരയുക", + "common.select": "തിരഞ്ഞെടുത്തത്", + "common.select_placeholder": "\u0002D— തിരഞ്ഞെടുക്കുക \u0002D—", + "common.size": "ആകർശം", + "common.status": "സ്ഥിതി", + "common.submit": "സമർപ്പിക്കുക", + "common.success": "വിജയം", + "common.tags": "റ്റാഗുകൾ", + "common.test": "പരീക്ഷണം", + "common.test_connection": "ചെക്കുള്ള കണക്ഷൻ", + "common.type": "തരം", + "common.update": "അപ്ഡേറ്റ്", + "common.updated": "പുതുക്കിയത്", + "common.upload": "അപ്ലോഡ്", + "common.view": "കണ്ട്", + "common.warning": "ജാഗ്രത", + "common.yes": "അതെ", + "cookie.accept": "കണ്ട് വിചാരിച്ചു", + "cookie.learn_more": "കൂടുതൽ അറിയുക", + "cookie.message": "ഈ വെബ്സൈറ്റ് നിങ്ങളുടെ അനുഭവം മെച്ചപ്പെടുത്താൻ കുക്കീകൾ ഉപയോഗിക്കുന്നു.", + "cookie.notice": "DocuElevate പ്രമാണം ഓറിയന്റേഷൻക്കും സേവന പ്രവർത്തനത്തിനും ആവശ്യമായ അടിസ്ഥാന സഷൻ കുക്കികൾ മാത്രമേ ഉപയോഗിക്കുള്ളു. ട്രാക്കിങ്ങ് അല്ലെങ്കിൽ അനലിറ്റിക്ക്സ് കുക്കികൾ ഉപയോഗിക്കപ്പെടുന്നില്ല.", + "cookie.notice_label": "കുക്കി അറിയിപ്പ്", + "cookie.policy_link": "കുക്കി നയം", + "cookie.privacy_link": "പ്രൈവസി അറിയിപ്പ്", + "credentials.col_action": "പ്രവൃത്തി", + "credentials.col_credential": "ഓപണം", + "credentials.col_source": "മൂലം", + "credentials.configured": "കോൺഫിഗർ ചെയ്തിട്ടുണ്ട്", + "credentials.edit_in_settings": "അവസാനത്തിൽ തിരുത്തുക", + "credentials.legend_db": "ദത്തവെച്ച മൂല്യം (ശിക്ഷയിലുള്ളതും; പരിസ്ഥിതി അക്ഷരം മുമ്മുറ്റം വരുത്തുന്നു)", + "credentials.legend_env_after": " ഫയൽ", + "credentials.legend_env_before": "പരിസ്ഥിതി അക്ഷരത്തിൽ നിന്ന്_value_ അല്ലെങ്കിൽ ", + "credentials.legend_missing": "ഓപ്‌ഷൻ കുറച്ചിട്ടില്ല — സംയോജനത്തിന് പ്രവർത്തിക്കില്ല", + "credentials.legend_restart": "ഈ ഓപ്‌ഷൻ പരിയോഗം വേണം", + "credentials.legend_title": "ലേഡ്ജൻഡ്", + "credentials.manage_settings": "അവസാനങ്ങൾ കൈകാര്യം ചെയ്യുക", + "credentials.not_configured": "കോൺഫിഗർ ചെയ്തിട്ടില്ല", + "credentials.page_title": "ഓപ്ഷൻ ഓഡിയറ്റ് - DocuElevate", + "credentials.raw_json": "റോ ജെസൻ (എ.പി.ഐ)", + "credentials.restart_title": "ഈ ഓപ്‌ഷൻ റൊട്ടേറ്റ് ചെയ്ത ശേഷം പുതുക്കണം", + "credentials.source_db_title": "ദത്തവെച്ചതിൽ (എൻക്രിപ്റ്റഡ്)", + "credentials.source_env_title": "പരിസ്ഥിതി അക്ഷരത്തിൽ നിന്ന്", + "credentials.status_missing": "കുറഞ്ഞത്", + "credentials.subtitle": "DocuElevate ഉപയോഗിക്കുന്ന എല്ലാ നസ്ദ്വാർഗിക ഓപ്ഷനുകളുടെ അവലോകനം. ഇവിടെ ഘടകങ്ങൾ അല്ലെങ്കിൽ എവിടെ നിന്ന് അതിന്റെ ലിംഗഭേദം കാണിക്കുന്നില്ല.", + "credentials.table_for": "ഓപ്ഷനുകൾ", + "credentials.title": "ഓപ്ഷൻ ഓഡിയറ്റ്", + "credentials.total_credentials": " Total Credentials", + "dashboard.active_integrations": "സജീവ സംയോജനങ്ങൾ", + "dashboard.files_this_month": "ഈ മാസത്തെ ഫയലുകൾ", + "dashboard.files_today": "ഇന്നത്തെ ഫയലുകൾ", + "dashboard.ocr_processed": "OCR പ്രോസസ്ഡ്", + "dashboard.quick_actions": "ശരമനൻ പ്രവർത്തനങ്ങൾ", + "dashboard.recent_activity": "കൂടുതൽ പ്രവർത്തനം", + "dashboard.storage_targets": "സ្តോറേജ് ലക്ഷ്യങ്ങൾ", + "dashboard.title": "ഡാഷ്‌ബോർഡ്", + "dashboard.total_files": "മൊത്തം ഫയലുകൾ", + "dashboard.welcome": "ഡോക്യൂഇലവേറ്റിലേക്ക് സ്വാഗതം", + "duplicates.file_id_label": "ഫയല്‍ ഐഡി", + "duplicates.file_id_placeholder": "ഉദാഹരണം: 42", + "duplicates.find_btn": "കണ്ടെടുക്കുക", + "duplicates.found_files": "പരണം ഫയല്‍(കള്‍) മൊത്തം.", + "duplicates.found_groups": "പരണം ഗ്രൂപ്പ്(കള്‍) അടുത്തുള്ള", + "duplicates.found_prefix": "കണ്ടത്", + "duplicates.group_aria": "ആവേശന ഗ്രൂപ്പ്", + "duplicates.heading": "പരണഫയലുകള്‍", + "duplicates.how_it_works_heading": "അടുത്തുനിന്നും പണിമുടക്കല്‍ എങ്ങനെ പ്രവര്‍ത്തിക്കുന്നു", + "duplicates.max_results_label": "അല്ലെങ്കിൽ ഫലങ്ങൾ", + "duplicates.near_dup_desc": "കൂടിയ ചിന്തനം ചെയ്യുന്ന രേഖ തിരഞ്ഞെടുക്കുക, മറ്റൊരുവിധത്തില്ലെങ്കിലും ഈ ഫയലുകൾ സമാനമായ ഉള്ളടക്കം ഉണ്ട് എന്നും പരിശോധിക്കുക - വ്യത്യസ്ത സമയങ്ങളിൽ സ്കാൻ ചെയ്തിട്ടും വ്യത്യസ്ത SHA-256 ഹാഷുകൾ ഉള്ള പക്ഷം.", + "duplicates.near_dup_heading": "ഒരു രേഖയ്ക്ക് അടുത്തുള്ള പണിമുടക്കുകൾ കണ്ടെത്തുക", + "duplicates.no_exact_heading": "കൃത്യമായ പണിമുടക്കുകൾ കണ്ടെത്തിയില്ല", + "duplicates.page_title": "പരണഫയലുകൾ - ഡോക്യൂഇലവേറ്റ്", + "duplicates.pagination_aria": "പേജ് ബലം", + "duplicates.role_duplicate": "പണം", + "duplicates.role_original": "മൂല", + "duplicates.tab_exact": "കൃത്യമായ പണമിടപാടുകൾ", + "duplicates.tab_near": "അടുത്തുള്ള പണിമുടക്കി കണ്ടെത്തുന്നവ", + "duplicates.tabs_aria": "പണമിടപാട് കണ്ടെത്തൽ ടാബുകൾ", + "duplicates.threshold_label": "സമാനത താഴ്ച", + "duplicates.view_dup_aria": "പണം ഫയൽ കാണുക", + "duplicates.view_original_aria": "മൂല ഫയൽ കാണുക", + "error.404_code": "404", + "error.404_heading": "ഒഹ്, ആ പേജ് കണ്ടെത്താൻ കഴിയുന്നില്ല!", + "error.404_home": "മുന്‍ Malayalam കുളം തിരിക്കുക", + "error.404_message": "ഡോക്യൂഇലവേറ്റ് നിങ്ങൾക്കായി തിരഞ്ഞെടുത്ത രേഖ നോക്കുന്നതായി തോന്നുന്നു. ആശങ്ക വേണ്ട – നാം നിങ്ങളെ പിന്തുണയ്ക്കുന്നു.", + "error.404_title": "404 - കണ്ടെത്തിയില്ല", + "error.500_code": "500", + "error.500_debug_info": "ഡിബഗ് വിവരങ്ങൾ കാണിക്കുക", + "error.500_description": "ഞങ്ങളുടെ സെർവ്വറുകൾ ഒരു പിശക് അനുഭവിച്ചിട്ടുണ്ട്, ഒരു നിമിഷം വേണ്ടിവരും.", + "error.500_heading": "ഒഹ്! എന്തെങ്കിലും തെറ്റായി.", + "error.500_home": "മുൻ രഹസ്യമാണുള്ളത്", + "error.500_img_alt": "സർവർ പിശക് ചിത്രീകരണം", + "error.500_message1": "ഞങ്ങളുടെ സെർവ്വറുകൾ ഒരു പിശക് അനുഭവിക്കുകയും ഒരു നിമിഷം വേണ്ടിവരും. ഹാംസ്റ്ററുകൾ അവരുടെ കാപ്പി ഒഴിച്ചുവോ?", + "error.500_message2": "നാം ഇതിനകം ഇതിനോട് മടക്കുന്നു—ഫയലുകൾ ക്രമീകരിക്കൽ, സർവറുകൾ പുനരാരംഭിക്കൽ, ഫ്ലക്സിന്റെ കപ്പാസിറ്ററുകൾ പുനഃക്രമീകരിക്കൽ.", + "error.500_title": "സർവർ പിശക് - ഡോക്യൂഇലവേറ്റ്", + "error.forbidden": "അനുവദിച്ചിട്ടില്ല", + "error.forbidden_message": "ഈ പേജിൽ മുദ്രയ്ക്ക് നിങ്ങൾക്കു അവകാശമില്ല.", + "error.not_found": "പേജ് ലഭ്യമല്ല", + "error.not_found_message": "നിങ്ങൾ അന്വേഷിക്കുന്ന പേജ് നിലവിലില്ല.", + "error.server_error": "ആന്തരിക സെർവർ പിശക്", + "error.server_error_message": "എന്തിനെക്കുറ്റാണ് തെറ്റ്. ദയവായി പിന്നീട് വീണ്ടും ശ്രമിക്കുക.", + "error.unauthorized": "അനുമതിക്കരഹിതം", + "error.unauthorized_message": "ഈ പേജിന് ആക്‌സസ് ചെയ്യാൻ നിങ്ങൾ ലോഗിൻ ചെയ്യേണ്ടതുണ്ട്.", + "files.action_delete": "ഫയൽ മാറ്റി നിര്‍ത്തുക", + "files.action_details": "വിശദാംശങ്ങൾ കാണുക", + "files.action_preview": "തൊട്ടിയുടെ മുൻകൂട്ടി കാണുക", + "files.bulk_clear_selection": "തിരഞ്ഞെടുത്തത് ക്ലിയർ ചെയ്യുക", + "files.bulk_cloud_ocr": "ക്ലൗഡ് OCR വീണ്ടും പ്രവർത്തിപ്പിക്കുക", + "files.bulk_delete": "തിരഞ്ഞെടുത്തത് ഒഴിവാക്കുക", + "files.bulk_download": "ZIP ആകൃതിയിൽ ഡൗൺലോഡ് ചെയ്യുക", + "files.bulk_reprocess": "തിരഞ്ഞെടുത്തത് വീണ്ടും പ്രോസസ് ചെയ്യുക", + "files.delete_modal_cancel": "വേഗത്തിൽ", + "files.delete_modal_confirm": "മാറ്റി നിർത്തുക", + "files.delete_modal_message": "ഈ ഫയൽ മാറ്റി നിർത്താൻ നിങ്ങൾ ഉറപ്പാണോ?", + "files.delete_modal_title": "മാറ്റി നിർത്തലിന്റെ സ്ഥിരീകരണം", + "files.document_title": "എക്കാൾപ്പേരിലെ 제목", + "files.drop_overlay_hint": "PDF, Office ഡോക്യുമെന്റുകൾ, ചിത്രം, HTML, Markdown, എന്നിവ പിന്തോരുന്നു – ഫോൾഡറുകൾ മൂടലിൽ പ്രോസസ് ചെയ്‌തെ", + "files.drop_overlay_title": "അപ്പ്‌ലോഡ് ചെയ്യാൻ ഫയലുകൾ അല്ലെങ്കിൽ ഫോൾഡറുകൾ എവിടെയുമായി ഉപേക്ഷിക്കുക", + "files.error_hint": "ഇതൊരു കോൺഫിഗറേഷൻ അല്ലെങ്കിൽ ഇറക്കുമതി പ്രശ്നം മൂലമാണെന്ന് ഉണ്ടാകാം. ദയവായി സെർവർ ലോഗുകൾ പരിശോധിക്കുക.", + "files.file_size": "ഫയലിന്റെ അളവ്", + "files.filename": "ഫയലിന്റെ പേര്", + "files.files_selected": "തിരഞ്ഞെടുത്ത ഫയലുകൾ", + "files.filter_all_providers": "എല്ലാ സേവനദാതാക്കളും", + "files.filter_all_statuses": "എല്ലാ നിലകളും", + "files.filter_all_types": "എല്ലാ തരങ്ങളും", + "files.filter_apply": "ഫിൽറ്റർ ഉപയോഗിക്കുക", + "files.filter_clear": "ക്ലിയർ", + "files.filter_date_from": "തിയതി മുതൽ", + "files.filter_date_from_aria": "തിയതി മുതൽ ഫിൽറ്റർ ചെയ്യുക", + "files.filter_date_to": "തിയതി എന്നേക്കും", + "files.filter_date_to_aria": "തിയതി വരെ ഫിൽറ്റർ ചെയ്യുക", + "files.filter_form_aria": "ഫയലുകൾ ഫിൽറ്റർ ചെയ്യുക", + "files.filter_mime_type": "MIME തരം", + "files.filter_ocr_all": "എല്ലാ ഫൈലുകൾ", + "files.filter_ocr_good": "മത്തിനുജാതി", + "files.filter_ocr_poor": "ദരിച്ചില്ല", + "files.filter_ocr_quality": "OCR നിലവാരം", + "files.filter_ocr_quality_aria": "ഒസിആർ ഗുണമാന സ്കോർ വഴി ഫിൽടർ ചെയ്യുക", + "files.filter_ocr_unchecked": "ഇനിയും വിലയിരുത്താനം", + "files.filter_search_label": "ഫയൽ നാമത്തിൽ തിരയുക", + "files.filter_search_placeholder": "ഫയൽ നാമം നൽകുക...", + "files.filter_storage_provider": "സംഭരണ प्रदाता", + "files.filter_tags_aria": "ടാഗ്‌സ് വഴി ഫിൽടർ ചെയ്യുക (കടക്കുന്നെങ്കിലും)", + "files.filter_tags_placeholder": "ഉപദ്രവം, ആമസോൺ തുടങ്ങി", + "files.fulltext_search_label": "പൂർണലേഖന തിരച്ചილი (ഒസിആർ ടെക്സ്റ്റ്, മെടാഡേറ്റ, ടാഗ്സ്)", + "files.fulltext_search_placeholder": "പത്രം ഉള്ളടക്കം, അയച്ചവൻ, ടാഗുകൾ, തരം എന്നിവയിൽ തിരയുക...", + "files.no_files": "ഏതെങ്കിലും ഫയലുകൾ കാണാനില്ല", + "files.ocr_status": "ഒസിആർ നില", + "files.page_title": "ഫയൽ റെക്കോഡുകൾ", + "files.pagination_files": "ഫയലുകൾ", + "files.pagination_first": "ആദ്യവക്തി", + "files.pagination_last": "അവസാനവക്തി", + "files.pagination_nav_aria": "ഫയൽ പട്ടിക പേജിനുകൾ", + "files.pagination_next": "അടുത്തത്", + "files.pagination_of": "യുടെ", + "files.pagination_previous": "മുമ്പത്തുള്ളത്", + "files.pagination_showing": "കാണിക്കുന്നു", + "files.preview_modal_close": "പ്രീവ്യു അടയ്ക്കുക", + "files.preview_modal_title": "പ്രീവ്യു", + "files.queue_banner_items": "ഐറ്റം(കൾ) ഇതിൽ നിലവിൽ ക്യൂ ചെയ്തിരിക്കുന്നുണ്ട് അല്ലെങ്കിൽ പ്രോസസ് ചെയ്യുകയാണെങ്കിൽ. പ്രോസസ്സിംഗ് പൂർത്തിയായ ശേഷം ഫയലുകൾ ഇവിടെ പ്രത്യക്ഷപ്പെടുന്നു.", + "files.queue_banner_link": "ക്യൂ കാണുക", + "files.saved_searches_empty": "ഇനിയും സംരക്ഷിത തിരച്ചിലുകൾ ഇല്ല", + "files.saved_searches_error": "സംരക്ഷിത തിരച്ചിലുകൾ ലോഡ് ചെയ്യാൻ സാധിച്ചില്ല", + "files.saved_searches_label": "സംരക്ഷിത തിരച്ചിലുകൾ", + "files.saved_searches_save": "നിലവിലെ സേവ് ചെയ്യുക", + "files.saved_searches_save_aria": "നിലവിലെ ഫിൽട്ടറുകൾ സംരക്ഷിത തിരച്ചിലായിട്ടായി", + "files.search_results_empty": "ഒരുപാട് ഫലം സൃഷ്ടിച്ചില്ല.", + "files.search_results_title": "തിരച്ചിൽ ഫലങ്ങൾ", + "files.status_duplicate": "ഡ്യൂപ്ലിക്കേറ്റ്", + "files.table_actions": "പ്രവർത്തനങ്ങൾ", + "files.table_aria": "ഫയൽ റെക്കോഡുകൾ", + "files.table_created_at": "എപ്പോൾ സൃഷ്ടിച്ചത്", + "files.table_empty": "ഫയലുകൾ കാണാനില്ല", + "files.table_id": "എയർ", + "files.table_mime_type": "എംഐഎംഇ തരം", + "files.table_original_filename": "മൂല ഫയൽ നാമം", + "files.table_select_all": "ഈ പേജിലെ എല്ലാ ഫയലുകളും തിരഞ്ഞെടുക്കുക", + "files.tags": "ടാഗുകൾ", + "files.title": "ഫയലുകൾ", + "files.upload_modal_aria": "അപ്‌ലോഡ് പുരോഗതി", + "files.upload_modal_close": "അപ്‌ലോഡ് പുരോഗതിയും അടച്ച്", + "files.upload_modal_header": "ഫയലുകൾ അപ്‌ലോഡ് ചെയ്യുന്നു", + "files.uploaded": "അപ്‌ലോഡ് ചെയ്തതും", + "footer.about": "അപേക്ഷ", + "footer.attribution": "അതരവാദം", + "footer.attributions": "അതരവാദങ്ങൾ", + "footer.cookies": "കുക്കികൾ", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "അടയագիրը", + "footer.license": "ലൈസൻസ്", + "footer.navigation": "ഫൂട്ടർ നാവിഗേഷൻ", + "footer.privacy": "പ്രൈവസി", + "footer.terms": "നിബന്ധനകൾ", + "footer.version": "അവസാനം {version}", + "help.destinations_dropbox": "ഡോക്‌സ്", + "help.destinations_dropbox_desc": "OAuth-നിന്നു ബന്ധിപ്പിച്ചിട്ടുള്ളവ. ഫയലുകൾ നിങ്ങളുടെ തിരഞ്ഞെടുക്കപ്പെട്ട ഫോൾഡറിൽ എത്തുന്നു.", + "help.destinations_email": "ഇമെയിൽ ഫോർവാർഡിംഗ്", + "help.destinations_email_desc": "ശേഖരിച്ച ഫയലുകള് SMTP അറ്റാച്ച്മെന്റുകളായി അയരും.", + "help.destinations_google_drive": "ഗൂഗിൾ ഡ്രൈവ്", + "help.destinations_google_drive_desc": "സർവീസ് അക്കൗണ്ട് അല്ലെങ്കിൽ OAuth. പങ്കിടുന്ന ഡ്രൈവുകൾക്ക് പിന്തുണ നൽകുന്നു.", + "help.destinations_heading": "ലക്ഷ്യങ്ങൾ – ഡോക്യുമെന്റുകൾ എവിടെയേക്കും പോകുന്നു", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "WebDAV വഴി സ്വയം ആവർത്തിക്കുന്ന ക്ലൗഡ് സംഭരണം.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "മൈക്രോസോഫ്റ്റ് ഗ്രാഫ് APItegration.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "അ archivൽക്ക് നേരിട്ടും പേപ്പർലസിലേക്ക് രേഖകൾ മാറ്റുക.", + "help.destinations_s3": "അമസോൺ S3", + "help.destinations_s3_desc": "ഏതെങ്കിലും S3-സംബന്ധത്തിലുള്ള ബക്കറ്റ് (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "ഏതെങ്കിലും സര്‍വറിലേക്കു സുരക്ഷിതമായ ഫയൽ സമ്പ്രേഷണം.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "ഏതെങ്കിലും ബാഹ്യ എൻഡ്പോയിന്റിലേക്കു POST മെറ്റാഡേറ്റ.", + "help.documentation": "ഡോക്യുമെന്റേഷൻ", + "help.faq": "സഹായകമായ ചോദ്യങ്ങൾ", + "help.faq_1_a": "അപ്‌ലോഡ് പേജിലേക്ക് പോവുക, ഫയലുകൾ kéo-വെയ്ക്കുക അല്ലെങ്കിൽ ഫയൽ തിരഞ്ഞെടുക്കുക ക്ലിക്ക് ചെയ്യുക. ഡൊക്യൂElevate ചിത്രങ്ങളും ഓഫീസിലെ ഡോക്ക്യുമെന്റുകളും PDF-ൽ പരിയായി മാറ്റുന്നു, OCR നിർമ്മിച്ചുവെന്നും, മെറ്റഡാറ്റ സ്വയം പകർപ്പിക്കുന്നു.", + "help.faq_1_q": "ഞാൻ എങ്ങനെ രേഖകൾ അപ്‌ലോഡ് ചെയ്യുന്നു?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, மற்றும் HTML. Non-PDF ഫയലുകൾ പ്രോസസ്സിംഗിന് മുമ്പ് സാങ്കേതികമായി PDFയായി മാറ്റുന്നു.", + "help.faq_2_q": "എ welche ഫയൽ ഫോർമാറ്റുകൾ പിന്തുണക്കപ്പെടുന്നു?", + "help.faq_3_a": "അതെ. ഇമെയിൽ ഇൻജഷനിലേക്ക് പോകുക, ഒരു IMAP അക്കൗണ്ട് ചേർക്കുക, കൂടാതെ DocuElevate പുതിയ സന്ദേശങ്ങൾ പിൻഗാമി ചെയ്യുകയും അനുബന്ധങ്ങളെ സ്വയമേവ പ്രോസസ് ചെയ്യുകയും ചെയ്യും.", + "help.faq_3_q": "ഞാൻ ഇമെയിൽ വഴി ദൃശ്യങ്ങൾ സ്വീകരിക്കുകയോ?", + "help.faq_4_a": "പൈപ്പ്‌ലൈനുകൾ പ്രോസസ്സിംഗ് ഘട്ടങ്ങളെ ശൃംഖലപ്പെടുത്തുന്നതിനുള്ള ഉപകരണമാണ് - OCR, AI ഏഴ്, ഫോർമാറ്റ് മാറ്റം - അത് ഒരു അല്ലെങ്കിൽ കൂടുതൽ ലക്ഷ്യങ്ങളിൽ ഫലം தொடரാൻ അനുവദിക്കുന്നു. പൈപ്പ്‌ലൈനുകൾ പേജിൽ സൃഷ്ടിക്കുക, നിയന്ത്രിക്കുക.", + "help.faq_4_q": "പ്രോസസ്സിംഗ് പൈപ്പ്‌ലൈനുകൾ എങ്ങനെ പ്രവർത്തിക്കുന്നു?", + "help.faq_5_a": "DocuElevate സ്ഥിതിചെയ്യുന്ന ക്രെഡൻഷ്യലുകൾ എൻക്രിപ്‌റ്റ് ചെയ്യുന്നത്, TLS വഴി ആശയവിനിമയം നടത്തുന്നു, നിങ്ങൾക്കു ആവശ്യമായതിലധികം രേഖകൾ അപകടസാധ്യതയാക്കുന്നില്ല. വിശദാംശങ്ങൾക്ക് സ്വകാര്യതാ വിജ്ഞാപനം കാണുക.", + "help.faq_5_a_post": "জনകമായ വിശദാംശങ്ങൾക്ക്.", + "help.faq_5_a_pre": "DocuElevate ശനിയിലായ ക്രിയാവിശേഷണങ്ങൾ എപ്പോഴും എൻക്രിപ്റ്റ് ചെയ്യുന്നു, TLS-ൽ ബന്ധപ്പെടുന്നു, നിങ്ങളുടെ ഡോക്യുമെൻറുകൾ ആവശ്യമുളളതിൽ അധികമാവുന്നകാലം സംഭരിക്കാറില്ല. കാണുക ", + "help.faq_5_q": "എന്റെ ഡാറ്റ സുരക്ഷിതമാണോ?", + "help.faq_heading": "അവലംബമായി വന്ന ചോദ്യങ്ങൾ", + "help.getting_started": "ആരംഭing", + "help.heading": "ഉള്ളിലെ സഹായം", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "ഡോക്യുമെൻറുകൾ പ്രോഗ്രാമാറ്റിക്കായി നുറുക്കാൻ REST API ഉപയോഗിക്കുക. ഒരു ബെയർ ടോക്കൻ ഉപയോഗിച്ച് സ്വകാര്യമാക്കി ഫയലുകൾ അപ്‌ലോഡ് എന്റ്പോയിന്റിലേക്ക് പോസ്റ്റ് ചെയ്യുക.", + "help.ingestion_heading": "ഡാറ്റ എൻജക്ഷൻ ടൂൾസ്", + "help.ingestion_mobile": "മൊബൈൽ ആപ്പുകൾ", + "help.ingestion_mobile_desc": "ഫോണിലോ ടാബ്ലറ്റിലോ DocuElevate-ൽ ഫോട്ടോകൾ සහ സ്‌കാൻസ് അയയ്ക്കാൻ ശുപാര്‍ശ ചെയ്യപ്പെട്ട കസ്റ്റം HTTP അപ്‌ലോഡ് ലക്ഷ്യങ്ങൾ പിന്തുണക്കുന്ന ഏതൊരു മൊബൈൽ സ്‌കാനിംഗ് ആപ്പും ഉപയോഗിക്കുക.", + "help.ingestion_scanners": "നെറ്റ്‌വർക്കിലെ സ്‌കാനറുകൾ", + "help.ingestion_scanners_desc": "DocuElevate-ന്റെ അപ്‌ലോഡ് എന്റ്പോയിന്റിലേക്ക് ഏതൊരു നെറ്റ്‌വർക്കിന്റെ സ്‌കാനറായി അരുൾമലർത്തുനോക്കിക്കുക അല്ലെങ്കിൽ പരിമിത പ്രിന്റർ ഉപയോഗിക്കുക. സ്‌കാൻ ചെയ്‌ത രേഖകൾ നേരിട്ട് നിങ്ങളുടെ പ്രോസസ്സിംഗ് ക്യൂയിലേക്ക് എത്തുന്നു.", + "help.ingestion_watched_folders": "കണക്കാക്കുന്ന ഫോൾഡറുകൾ", + "help.ingestion_watched_folders_desc": "മൊബൈൽ അല്ലെങ്കിൽ നെറ്റ്‌വർക്കിന്റെ ഫോൾഡർ നോക്കാൻ ക്രമീകരിക്കുക. കണക്കാക്കുന്ന ഫോൾഡറിൽ വയ്ക്കുന്ന ഏതൊരു ഫയൽ ഇനി DocuElevate-ൽ സ്വയം അപ്‌ലോഡ് ചെയ്ത് പ്രോസസ് ചെയ്യും.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "DocuElevate നിങ്ങളുടെ ഓട്ടോമേഷൻ പ്രവർത്തനങ്ങളിൽ Zapier, n8n, അല്ലെങ്കിൽ Make-ൽ ഇന്റഗ്രേറ്റ് ചെയ്യുക. ഡോക്യുമെൻറുകളുടെ അപ്‌ലോഡുകൾ പ്രേരിപ്പിക്കുന്നതിന് REST API പ്രവർത്തനങ്ങൾ ഉപയോഗിക്കുക.", + "help.meta_description": "DocuElevate-ലൂടെ സഹായം നേടുക - ഡോക്യുമെൻറുകൾ അപ്‌ലോഡ് ചെയ്യുന്നതിൽ, ക്ലൗഡ് സ്റ്റോറേജ് ബന്ധിപ്പിക്കുന്നതിൽ, പൈപ്പ്ലൈനുകൾ സജ്ജീകരിക്കുന്നതിൽ, മുതലായവയില്‍ ഗൈഡുകൾ കണ്ടെത്തുക.", + "help.og_description": "DocuElevate-ലൂടെ സഹായം നേടുക - ഡോക്യുമെൻറുകൾ അപ്‌ലോഡ് ചെയ്യുന്നതിൽ, ക്ലൗഡ് സ്റ്റോറേജ് ബന്ധിപ്പിക്കുന്നതിൽ, പൈപ്പ്ലൈനുകൾ സജ്ജീകരിക്കുന്നതിൽ, മുതലായവയില്‍ ഗൈഡുകൾ കണ്ടെത്തുക.", + "help.page_title": "ഉള്ളിലെ സഹായം", + "help.privacy_notice": "സ്വകാര്യതാ വിജ്ഞാപനം", + "help.quickstart_heading": "ശീഘ്രമായ ആരംഭം", + "help.quickstart_storage": "സ്റ്റെരേജ് ബന്ധിപ്പിക്കുക", + "help.quickstart_storage_desc": "സജ്ജീകരണങ്ങളിലേക്ക് പോകുക, നിങ്ങളുടെ ക്ലൗഡ് അക്കൗണ്ടുകൾ ബന്ധിപ്പിക്കുക. പ്രോസസ്സുചെയ്‌ത രേഖകൾ നിങ്ങൾ ക്രമീകരിച്ച ഓരോ ലക്ഷ്യത്തിലേക്കും സ്വയമേവ റൂട്ടുചെയ്യുന്നു.", + "help.quickstart_storage_desc_full": "ഇന്റഗ്രേഷനുകളിലേക്ക് പോകുക, നിങ്ങളുടെ ക്ലൗഡ് സ്റ്റോറേജ് അക്കൗണ്ടുകൾ ബന്ധിപ്പിക്കുക. DocuElevate Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, എന്നിവയെ പിന്തുണയ്‍ക്കുന്നു. പ്രോസസ് ചെയ്ത ഡോക്യുമെൻറുകൾ നിങ്ങൾ ക്രമീകരിച്ച ഓരോ ലക്ഷ്യത്തേക്കും സ്വയം കൈമാറുന്നു.", + "help.quickstart_upload": "രേഖകൾ അപ്‌ലോഡുചെയ്യുക", + "help.quickstart_upload_desc": "അപ്‌ലോഡ് പേജിലേക്ക് ഫയലുകൾ എടുക്കുക & മുദ്രകൾ വിതരണത്തിലേക്കു അയയ്ക്കുക അല്ലെങ്കിൽ ഫയൽ തിരഞ്ഞെടുക്കുക എന്ന തള്ളാൻ ക്ലിക്ക് ചെയുക. DocuElevate ചിത്രങ്ങൾക്കും ഓഫീസ് രേഖകൾക്കും PDF ആയി മാറ്റുന്നു, OCR ഓടിക്കുന്നു, മെറ്റാഡേറ്റ യാത്ര നിങ്ങൾക്കുശീലിക്കുന്നു.", + "help.quickstart_workflows": "വർക്ക്ഫ്ലോ കൃത്യത", + "help.quickstart_workflows_desc": "ബഹുഭാഷാ പ്രോസസ്സിംഗ്, മാർഗനിർദേശം നിയമങ്ങൾ നിർവചിക്കാൻ പൈപ്പ്‌ലൈനുകൾ സൃഷ്ടിക്കുക. OCR, AI എദ്ധന, ഫോർമാറ്റ് മാറ്റം, കൂടാതെ ഒരു സംയോജനത്തിലേക്ക് നൽകുന്നതിനും മാത്രമല്ല.", + "help.sources_email_ingestion": "ഇമെയിൽ ഇൻജക്ഷൻ (IMAP)", + "help.sources_email_ingestion_desc": "രേഖകൾ ഒരു നിർദ്ദിഷ്‌ട മെയിൽബോക്സിലേക്ക് അയക്കുക. ഇമെയിൽ ഇൻജക്ഷനിൽ, ഒരോ അല്ലെങ്കിൽ കൂടുതൽ IMAP അക്കൗണ്ടുകൾ തൂക്കുക. DocuElevate പുതിയ സന്ദേശങ്ങൾ അനുബന്ധമായി സ്വീകരിക്കുകയും പ്രോസസ് ചെയ്യുകയും ചെയ്യുന്നു.", + "help.sources_heading": "ഉറവിടങ്ങൾ - രേഖകൾ ഏറ്റെടുക്കുന്നു", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "പ്രോഗ്രാമറായിട്ടുള്ളവർ, POST-ing ഫയലുകൾ /api/upload-ൽ. സ്‌ക്രിപ്‌റുകൾ, കണ്ടു എടുക്കുന്ന ഫോൾഡറുകൾ, സ്കാനറുകൾ, അല്ലെങ്കിൽ terceros ഉപകരണങ്ങൾ വഴി Zapier, n8n പോലുള്ളതിലേക്ക് അനുയോജ്യമാണ്.", + "help.sources_scanner": "സ്കാനർ & മൊബൈൽ", + "help.sources_scanner_desc": "നെട്വർക്ക് സ്കാനറുകൾ DocuElevate-ന്റെ അപ്‌ലോഡിംഗ് അവസാനത്തെ താഴ്‌വരയിലേയ്ക്ക് തിരികെ നൽകുന്നതിനായി അല്ലെങ്കിൽ പ്രത്യേക HTTP ലക്ഷ്യങ്ങൾ പിന്തുണയ്ക്കുന്ന ഏതു മൊബൈൽ സ്കാനിംഗ് ആപ്പ് ഉപയോഗിക്കുവാൻ ഉപയോഗിക്കാം.", + "help.sources_scanner_desc_full": "നിങ്ങളുടെ നെറ്റ്‌വർക്കിന്റെ സ്‌കാനർ അല്ലെങ്കിൽ ആധുനിക പ്രിന്റർ DocuElevate-ൽ സ്‌കാനുകൾ നേരിട്ട് അയയ്ക്കാൻ ക്രമീകരിക്കുക. /api/upload എന്റ്പോയിൻറ് ലക്ഷ്യമായി ഉപയോഗിക്കുക. കസ്റ്റം അപ്‌ലോഡ് ലക്ഷ്യങ്ങളുള്ള മൊബൈൽ സ്‌കാനിംഗ് ആപ്പുമൊത്ത് പിന്തുണയുണ്ട്.", + "help.sources_web_upload": "വെബ് അപ്‌ലോഡ്", + "help.sources_web_upload_desc": "ആരംഭിക്കാൻ ഏറ്റവും വേഗമേറിയ മാർഗം. അപ്‌ലോഡ് പേജ് തുറക്കുക, ഒന്നു അല്ലെങ്കിൽ കൂടുതൽ ഫയലുകൾ താഴ്ത്തുക, DocuElevate ബാക്കി കാര്യങ്ങൾ മികച്ച രീതിയിൽ കൈകാര്യം ചെയ്യുന്നു. പിന്തുണക്കുന്ന ഫോർമാറ്റുകൾ ഉൾപ്പെടുന്നു PDF, JPEG, PNG, TIFF, DOCX, XLSX, കൂടാതെ കൂടുതൽ.", + "help.subheading": "DocuElevate-യിൽ ഏറ്റവും മികച്ചതിലേക്ക് എടുക്കേണ്ടതെല്ലാം. ചിന്തനങ്ങൾ താഴെ കാണുക അല്ലെങ്കിൽ നിങ്ങൾക്ക് ആവശ്യമുള്ളതിനെ തേടുക.", + "help.support": "സഹായം", + "help.support_admin_message": "സഹായത്തിന്റെ വിവരങ്ങൾക്കായി നിങ്ങളുടെ അദ്ധ്യാപകരെ സമീപിക്കുക.", + "help.support_description": "നിങ്ങൾ തേടുന്നതിനെ കണ്ടെത്താൻ കഴിയുന്നില്ലേ? നമ്മുടെ സഹായ ടീം അവിടെ സഹായത്തിന് ഇവിടെ ആണ്.", + "help.support_heading": "സഹായത്തിന് ബന്ധപ്പെടുക", + "help.support_live_chat": "ജീവിത ചാറ്റ് ലഭ്യമാണ് - സംഭാഷണം ആരംഭിക്കാൻ ചാറ്റ് ബുബ്ലിലേക്ക് ക്ലിക്ക് ചെയ്യുക.", + "help.support_ticket_button": "ടിക്കറ്റ് സമർപ്പിക്കുക", + "help.support_ticket_desc": "ചുവ্তারിലാണ് ഉണ്ടായിരിക്കുന്ന ടീം നിങ്ങളോട് കുറച്ചുകാലത്തിനകം ബന്ധപ്പെടുന്നതിന് മുന്‍പു മുന്നോടിയായി ഈ ഫോം നിറയ്ക്കുക.", + "help.support_ticket_heading": "സഹായ ടിക്കറ്റ് തുറക്കുക", + "help.title": "ഉള്ളിലെ സഹായം", + "help.workflows_creating": "ഒരു പൈപ്പ്‌ലൈൻ സൃഷ്ടിക്കുന്നു", + "help.workflows_definition": "ഒരു പൈപ്പ്‌ലൈൻ സ്വയം പ്രവർത്തിക്കുന്ന പ്രോസസ്സിംഗ് ഘട്ടങ്ങളുടെ പരമ്പரை ആണ്, ഒരു രേഖ അറിഞ്ഞപ്പോൾ ഇത് പ്രവർത്തിക്കുന്നു. ഓരോ ഘട്ടവും രേഖയെ മാറ്റാൻ, സമൃദ്ധമാക്കാൻ, അല്ലെങ്കിൽ റൂട്ടുചെയ്യാൻ കഴിയും.", + "help.workflows_heading": "വർക്ക്ഫ്ലോ & പൈപ്പ്‌ലൈനുകൾ", + "help.workflows_step_1": "PDF ആക്കി മാറ്റുക", + "help.workflows_step_1_create": "പ്രധാന മെനുവിൽ പൈപ്പ്ലൈൻസ് പോകുക.", + "help.workflows_step_1_full": "PDF-ലേക്ക് മാറുക – എല്ലാ വരാനിരിക്കുന്ന ഫയലുകളും സ്ഥിരമായ PDF ഫോർമാറ്റിലേക്ക് ക്രമീകരിക്കുന്നു.", + "help.workflows_step_2": "OCR – ടെക്സ്റ്റ് എടുക്കുക", + "help.workflows_step_2_create": "പുതിയ പൈപ്പ്ലൈൻ ക്ലിക് ചെയ്യുക και ഒരു പേര് നൽകുക.", + "help.workflows_step_2_full": "OCR – സ്‌കാൻ ചെയ്ത страനങ്ങൾനിന്നു തിരഞ്ഞെടുക്കാവുന്ന വരിയെ എക്സ്ട്രാക്റ്റ് ചെയ്യുന്നതിനായി Azure Document Intelligence അല്ലെങ്കിൽ ഉയർത്തുന്ന എഞ്ചിൻ ഉപയോഗിക്കുക.", + "help.workflows_step_3": "AI മെറ്റാഡാറ്റാ എടുക്കൽ", + "help.workflows_step_3_create": "നിങ്ങൾക്ക് ആവശ്യമുള്ള പ്രോസസിംഗ് ഘട്ടങ്ങൾ ചേർക്കുക.", + "help.workflows_step_3_full": "AI മെറ്റാഡാറ്റാ എക്സ്ട്രാക്ക്ഷൻ – ഡോക്യുമെന്റ് തരം കുലുക്കുക, OpenAI ഉപയോഗിച്ച് തുക, ദിനങ്ങൾ, പേര് എന്നിവ പോലുള്ള പ്രധാന ഫീൽഡുകൾ എടുക്കുക.", + "help.workflows_step_4": "ഒരു അല്ലെങ്കിൽ കൂടുതൽ ലക്ഷ്യങ്ങളിലേക്ക് വിതരണം ചെയ്യുക", + "help.workflows_step_4_create": "ഒരു അല്ലെങ്കിൽ കൂടുതൽ വിതരണ ലക്ഷ്യങ്ങൾ തിരഞ്ഞെടുക്കുക.", + "help.workflows_step_5_create": "സംരക്ഷിക്കുക – പുതിയ പ്രമാണങ്ങൾ ഈ പൈപ്പ്ലൈനിലൂടെ സ്വയം പ്രോസസ്സ് ചെയ്യപ്പെടും.", + "help.workflows_typical_steps": "സാധാരണ ചുവടുകൾ", + "help.workflows_what_is": "പൈപ്പ്ലൈൻ എന്താണ്?", + "index.badge_intelligent": "ബുദ്ധിമുട്ടി പ്രമാണ പ്രോസസിംഗ്", + "index.button_browse_files": "ഫയലുകൾ ബ്രൗസ് ചെയ്യുക", + "index.button_upload": "അംഗീകരിക്കുക", + "index.capabilities_cloud": "ക്ലൗഡ് സംഭരണം: ഡ്രോപ്ബോക്സ്, വൺഡ്രൈവ്, ഗൂഗിൾ ഡ്രൈവ്, nästacloud", + "index.capabilities_ingestion": "ഇമെയിൽ & URL അധിഷ്ഠിത പ്രമാണ സംഭരണം", + "index.capabilities_ocr": "OCR & AI ന്റെ സഹായത്തോടെ മെറ്റാഡാറ്റാ എടുക്കൽ", + "index.capabilities_paperless": "പ്രമാണ നന്നാക്കുന്നതിന് പേപ്പർലെസ്-എൻജിഎക്സ് സംയോജനം", + "index.capabilities_title": "ശേഷി", + "index.capabilities_workflows": "സ്വവർത്തനയ്ക്കും സംവിധാനം ചെയ്യുന്നതിനുള്ള ഓട്ടോമേറ്റഡ് വർക്‌ഫ്ലോ", + "index.cta_description": "DocuElevate ഉപയോഗിച്ച് തങ്ങളുടെ പ്രമാണ പ്രോസസിംഗ് ഓട്ടോമേറ്റുചെയ്യുന്ന ടീമുകളിൽ ചേരുക.", + "index.cta_heading": "നിങ്ങളുടെ പ്രമാണ വർക്‌ഫ്ലോ ഉയർത്താൻ സന്നദ്ധമാണോ?", + "index.cta_pricing": "വിലയിരുത്തുക", + "index.cta_signup": "ഒരു സൗജന്യ അക്കൗണ്ട് സൃഷ്‌ടിക്കുക", + "index.dashboard_subtitle": "ബുധിമുട്ടി പ്രമാണ പ്രോസസിംഗ് & മാനേജുമെന്റ്", + "index.dashboard_subtitle_teams": "ബുധിമുട്ടി പ്രമാണ പ്രോസസിംഗ് & മാനേജുമെന്റ് — ടീമുകൾക്കായി നിർമ്മിച്ചത്", + "index.feature_ai": "AI മെറ്റാഡാറ്റാ എടുക്കൽ", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, ഒപ്പം മറ്റ് പ്ലഗ് ചെയ്യാവുന്ന AI പ്രദാതാക്കൾ പ്രമാണങ്ങൾ वर्गീകരിക്കുന്നു και തീയതികൾ, തുകകൾ, വിഷയങ്ങൾ പോലുള്ള പ്രധാന ഫീൽഡുകൾ പുറത്തെടുക്കുന്നു.", + "index.feature_cloud": "മൾട്ടി-ക്ലൗഡ് സംഭരണം", + "index.feature_cloud_desc": "പ്രോസസ്സ് ചെയ്യുന്ന ഫയലുകൾ ഡ്രോപ്‌ബോക്സ്, ഗൂഗിൾ ഡ്രൈവ്, വൺഡ്രൈവ്, ആമസോൺ S3,下一cloud, പേപ്പർലെസ് NGX, വെബ്‌ഡെവി, FTP/SFTP എന്നിവയിലേക്കുള്ള വഴി.", + "index.feature_email": "ഇമെയിൽ & IMAP ഏറ്റെടുക്കൽ", + "index.feature_email_desc": "അവണ്ടോകളിൽ നിന്ന് പ്രമാണങ്ങൾ സ്വയം പിടിക്കുക - വൻഡ്രൈവിൽ അയയ്ക്കൽ ആവശ്യമില്ല.", + "index.feature_ocr": "OCR & ടെക്സ്റ്റ് എടുക്കലുകൾ", + "index.feature_ocr_desc": "ആസ്യൂർ ഡോക്യുമെന്റ് ഇന്റലിജൻ‌സ് സ്കാൻ ചെയ്ത PDFs και ചിത്രങ്ങൾ മുഴുവൻ തിരയാൻ കഴിയുന്ന ടെക്സ്റ്റിലേക്ക് സ്വയം മാറ്റിക്കുന്നു.", + "index.feature_pipelines": "ഇഷ്ടാനുസരണ പൈപ്പ്ലൈനുകൾ", + "index.feature_pipelines_desc": "പ്രോസസിംഗ് പൈപ്പ്ലൈനുകൾ ക്ലിപ് ഇഷ്ടാനുസരണ ഘട്ടങ്ങളാൽ നിർമ്മിക്കുക - OCR, AI എടുക്കാൻ, ഫോർമാറ്റ് മാറ്റാൻ,任何 ക്രമത്തിൽ സംഭരണം.", + "index.feature_search": "പൂർണ്ണ-ടെക്സ്റ്റ് തിരച്ചിൽ", + "index.feature_search_desc": "നിങ്ങളുടെ മുഴുവൻ ആർകൈവിൽ ഉള്ള ഉള്ളടക്കം, മെറ്റാഡാറ്റാ, അല്ലെങ്കിൽ ടാഗുകൾ പ്രകാരം οποιοδήποτε പ്രമാണം ഉടനെ കണ്ടെത്തുക.", + "index.feature_section_title": "സ്മാർട്ടിന് ആവശ്യമായ എല്ലാവിധ രേഖകൾക്കുള്ള വർക്‌ഫ്ലോ", + "index.getting_started": "ആരംഭിക്കുന്നത്", + "index.getting_started_1": "സിസ്റ്റം സ്റ്റാറ്റസിലൂടെ ഇന്റിഗ്രേഷന്‍സ് കോൺഫിഗർ ചെയ്യുക", + "index.getting_started_2": "നിങ്ങളുടെ ആദ്യ രേഖ അപ്‌ലോഡുചെയ്യുക", + "index.getting_started_3": "ഫയലുകളിൽ ഫലങ്ങൾ അവലോകനം ചെയ്യുക", + "index.getting_started_learn": "DocuElevate തീർച്ചയായും കൂടുതൽ പഠിക്കുക", + "index.hero_description": "DocuElevate നിങ്ങളുടെ രേഖകൾ ആകർഷിക്കുന്നു, OCR പ്രവർത്തിപ്പിക്കുന്നു, AI ഉപയോഗിച്ച് മേറ്റേക്കട് എടുക്കുന്നു, ഫയലുകൾ Dropbox, Google Drive, OneDrive, S3, Nextcloud മുതലായവക്കായി റൂട്ടുചെയ്യുന്നു - എല്ലാം ഒരു പ്രതിഫലമില്ലാത്ത പൈപ്പ്ലെയിനിലാണ്.", + "index.hero_heading": "അപ്‌ലോഡിൽ നിന്നും洞察ത്തിലേക്ക് - സ്വയമേവ.", + "index.hero_login": "ചെല്ലിയിൽ പ്രവേശിക്കുക", + "index.hero_pricing": "ആസ്ചയമായ പദ്ധതികൾ & വില", + "index.hero_signup": "ആരംഭിക്കുക - ഇത് സൗജന്യമാണ്", + "index.integrations_active": "പ്രഭാഷണങ്ങൾ സജീവമാണ്", + "index.integrations_storage": "സേവ് ചെയ്യുന്ന ലക്ഷ്യങ്ങൾ", + "index.integrations_title": "ഇന്റിഗ്രേഷനുകൾ", + "index.integrations_view_status": "സിസ്റ്റം സ്ഥിതിവിവരങ്ങൾ കാണുക", + "index.page_title_dashboard": "ഡാഷ്‌ബോർഡ്", + "index.page_title_public": "ബുദ്ധിമാന്‍ രേഖാ പ്രോസസ്സിംഗ്", + "index.platform_overview": "പ്ലാറ്റ്ഫോമിന്റെ അവലോകനം", + "index.processing_stats": "പ്രോസസിങ് സ്റ്റാറ്റ്‌സ്", + "index.quick_actions": "തീവ്രനടപടി", + "index.quick_documents": "എന്റെ രേഖകൾ", + "index.quick_documents_desc": "നിങ്ങളുടെ പ്രോസസ്സ് ചെയ്ത ഫയലുകൾ ബ്രൗസ് ചെയ്യുക", + "index.quick_search": "ശോധനം", + "index.quick_search_desc": "തൊഴ്വര രേഖകളിൽ സൺചയശോധന", + "index.quick_subscription": "എന്റെ സബ്സ്ക്രിപ്ഷൻ", + "index.quick_subscription_desc": "പദ്ധതി & ഉപയോഗത്തിന്റെ വിവരങ്ങൾ കാണുക", + "index.quick_system_status": "സിസ്റ്റം സ്റ്റാറ്റസ്", + "index.quick_system_status_desc": "ഇന്റിഗ്രേഷൻ ആരോഗ്യ സ്ഥിതി പരിശോധിക്കുക", + "index.quick_upload": "രേഖ അപ്‌ലോഡ് ചെയ്യുക", + "index.quick_upload_desc": "ഒരു പുതിയ ഫയൽ പ്രോസസ് ചെയ്യുക", + "index.quick_view_files": "എല്ലാ ഫയലുകളും കാണുക", + "index.quick_view_files_desc": "പ്രോസസ്സ് ചെയ്ത രേഖകൾ ബ്രൗസ് ചെയ്യുക", + "index.single_user_heading": "DocuElevate ഡാഷ്‌ബോര്‍ഡ്", + "index.single_user_subtitle": "ബുദ്ധിമാൻ രേഖാ പ്രോസസ്സിംഗ് & മാനേജ്മെന്റ്", + "index.stat_active_integrations": "സജീവമായ ഇൻറിഗ്രേഷൻസ്", + "index.stat_active_users": "സജീവ ഉപയോക്താക്കൾ", + "index.stat_files_month": "ഈ മാസം ഫയലുകൾ", + "index.stat_files_ocr": "ഓസിയർ ഉള്ള ഫയലുകൾ", + "index.stat_files_today": "ഇന്നത്തെ ഫയലുകൾ", + "index.stat_storage_targets": "സേവ് ചെയ്യുന്ന ലക്ഷ്യങ്ങൾ", + "index.stat_this_month": "ഈ മാസം", + "index.stat_today": "ഇന്ന്", + "index.stat_total_files": "മൊത്തം ഫയലുകൾ", + "index.stat_total_processed": "ആകെ പ്രോസസ്സ് ചെയ്തത്", + "index.tier_plan": "പദ്ധതി", + "index.tier_upgrade": "ഉന്നതീകരിക്കുക", + "index.tier_view_details": "മികച്ച വിവരങ്ങൾ കാണുക", + "index.upgrade_daily_limits": "ഉയർന്ന ദിവസവും മാസവും പരിമിതികളും", + "index.upgrade_description": "കൂടുതൽ രേഖകൾ, കൂടുതൽ ലക്ഷ്യങ്ങൾ, മുൻഗണനാ പിന്തുണ തുറക്കുക.", + "index.upgrade_destinations": "കൂടുതൽ സംഭരണ ലക്ഷ്യങ്ങൾ", + "index.upgrade_ocr_pages": "കൂടുതൽ OCR പേജുകൾ", + "index.upgrade_plan": "നിങ്ങളുടെ ആസമർപ്പ് അപ്ഗ്രേഡ് ചെയ്യുക", + "index.upgrade_view_pricing": "ആസമർപ്പുകളും വിലയും കാണുക", + "index.usage_lifetime": "ആയുഷ്ക്കാല ഫയലുകൾ", + "index.usage_month": "ഈ മാസത്തിലെ ഫയലുകൾ", + "index.usage_my_usage": "എന്റെ ഉപയോഗം", + "index.usage_today": "ഇന്ന് ഫയലുകൾ", + "index.usage_unlimited": "പരിമിതിയില്ല", + "integrations.access_key_label": "ആക്സസ് കീ ഐഡി", + "integrations.active_label": "സജീവം", + "integrations.add_button": "ചേർക്കുക ഇന്റഗ്രേഷൻ", + "integrations.add_first_button": "നിങ്ങളുടെ ആദ്യ ഇന്റഗ്രേഷൻ ചേർക്കുക", + "integrations.api_token_label": "എപി ഐ ടോക്കൺ", + "integrations.authorize_btn": "അനുമതി നൽകുക", + "integrations.authorize_reauth": "പുനരാവശ്യത്തിന് അനുമതി നൽകുക", + "integrations.bucket_label": "ബക്കറ്റ്", + "integrations.configure": "ക്രമീകരിക്കുക", + "integrations.connect": "കണക്ട് ചെയ്യുക", + "integrations.connected": "കണക്റ്റ് ചെയ്യപ്പെട്ടു", + "integrations.connection_failed": "കണക്ഷൻ പരാജയപ്പെട്ടു", + "integrations.connection_success": "കണക്ഷൻ വിജയിച്ചിരുന്നു", + "integrations.delete_confirm_are_you_sure": "നിങ്ങൾ حذف ചെയ്യാൻ ഉറപ്പാണ്", + "integrations.delete_confirm_title": "ഇന്റഗ്രേഷൻ ഇല്ലാതാക്കുക?", + "integrations.delete_confirm_undone": "ഈ നടപടി പട്ടികയിൽ നിന്ന് Westlake ചെയ്യുക.", + "integrations.delete_emails_label": "പ്രൊസസിംഗ് കഴിഞ്ഞ് ഇമെയിലുകൾ ഇല്ലാതാക്കുക", + "integrations.delete_files_label": "പ്രൊസസിംഗ് കഴിഞ്ഞ് ഫയലുകൾ ഇല്ലാതാക്കുക", + "integrations.destinations_quota_label": "സ്മരണ സ്റ്റോറുകൾ:", + "integrations.destinations_section": "സ്ഥലങ്ങൾ", + "integrations.direction_destination": "ലക്ഷ്യം (സംരക്ഷണം)", + "integrations.direction_label": "ദിശ", + "integrations.direction_placeholder": "\n തിരഞ്ഞെടുക്കുക \n", + "integrations.direction_source": "മൂലതാവ് (ഇന്റെജ്ഷൻ)", + "integrations.disconnect": "ഡിസ്‌കണക്ട് ചെയ്യുക", + "integrations.email_settings": "ഇമെയിൽ ഫോർവേഡ് സെറ്റിംഗ്സ്", + "integrations.empty_state": "ക്രമീകരിച്ച ഏതെങ്കിലും കമ്പോളങ്ങളില്ല", + "integrations.endpoint_label": "എൻഡ്പോയിന്റ് URL", + "integrations.endpoint_optional": "(ഐച്ഛികം, S3-ഓട്ടോിന്റെ)", + "integrations.folder_label": "ഫോൾഡർ", + "integrations.folder_optional": "(ഐച്ഛികം)", + "integrations.folder_path_label": "ഫോൾഡർ പാത്ത്", + "integrations.folder_prefix_label": "ഫോൾഡർ മുൻപ്പറയുക", + "integrations.generic_settings_hint": "ഈ ഇന്റഗ്രേഷൻ തരം സൃഷ്ടിച്ച ശേഷം API വഴിയാണ് JSON ആയി നൽകുന്നത്.", + "integrations.gmail_hint": "ജിമെയിൽ ലേബലുകൾ & തേ.star: സജ്ജീകരിച്ചതാണ്, പ്രോസസ്സായ ഇമെയിലുകൾ സ്റ്റാർ ചെയ്യുകയും \"ഇൻജസ്റ്റഡ്\" ലേബൽ ഉപയോഗിച്ച് ജിമെയിൽ ലേബലുകൾ ചെയ്യുകയും ചെയ്യുന്നു. ഇത് ജിമെയിൽ സർവറുകൾക്ക് മാത്രം ബാധകമാണ്.", + "integrations.gmail_labels": "ജിമെയിൽ ലേബലുകൾ & സ്റ്റാർ ഉപയോഗിക്കുക", + "integrations.host_label": "ഹോസ്റ്റ്", + "integrations.imap_settings": "IMAP ക്രമീകരണങ്ങൾ", + "integrations.loading": "ഇന്റഗ്രേഷനുകൾ ലോഡിംഗ്\n", + "integrations.modal_close": "മോഡൽ അടയ്ക്കുക", + "integrations.modal_title_add": "ഇന്റഗ്രേഷൻ ചേർക്കുക", + "integrations.modal_title_edit": "ഇന്റഗ്രേഷൻ എഡിറ്റ് ചെയ്യുക", + "integrations.name_label": "ലേബൽ", + "integrations.name_placeholder": "ഉദാഹരണം: ജോലികൾ Gmail, S3 ആർക്കൈവ്", + "integrations.nextcloud_settings": "നെക്സ്ട്ക്ലൗഡ് ക്രമീകരണങ്ങൾ", + "integrations.nextcloud_url_label": "നെക്സ്ട്ക്ലൗഡ് URL", + "integrations.no_integrations_body": "ഇന്റെഗ്രേഷൻ ഉറപ്പാക്കാൻ നിങ്ങളുടെ ആദ്യ ഇന്തെഗ്രേഷൻ ചേർക്കുക (IMAP പോലുള്ള) സർവേത്ത പ്രാത്യക്ഷത്തിൽ നിന്ന് മൊഴിമാറ്റിക്കുക, സ്താനം (S3, ഡ്രോപ്പ്‌ബോക്സ് അല്ലെങ്കിൽ ഗൂഗിള്‍ ഡ്രൈവ് പോലുള്ള).", + "integrations.not_connected": "കണക്റ്റ് ചെയ്തിട്ടില്ല", + "integrations.oauth_folder_label": "ഫോൾഡർ", + "integrations.oauth_hint": "ഈ ഇന്റെഗ്രേഷൻ ആദ്യം സൂക്ഷിക്കുക, ശേഷം ആധികാരം ബട്ടൺ ഉപയോഗിച്ച് OAuth പ്രവാഹം പൂർത്തിയാക്കുക. നിങ്ങളുടെ ക്രെഡൻഷ്യലുകൾ വ്യക്തിഗത ഇന്റെഗ്രേഷൻ റെക്കോഡിൽ സുരക്ഷിതമായി സംഭരിക്കും.", + "integrations.page_title": "ഇന്റഗ്രേഷനുകൾ", + "integrations.paperless_settings": "Paperless NGX ക്രമീകരണങ്ങൾ", + "integrations.password_label": "പാസ്‌വേഡ്", + "integrations.paused": "അഭ്യന്തരപ്രവാഹം നിലെക്കുക", + "integrations.plan_label": "പ്ലാൻ:", + "integrations.port_label": "പോർട്ട്", + "integrations.quota_not_available": "(ലഭ്യമല്ല)", + "integrations.quota_unlimited": "/ അവരിയെന്തും ഇല്ല", + "integrations.recipient_label": "സ്വീകാരകൻ ഇമെയിൽ", + "integrations.region_label": "പ്രദേശം", + "integrations.remote_path_label": "അന്തരീക്ഷ പാത", + "integrations.s3_prefix_label": "പ്രിഫിക്സ് (ഫോൾഡർ പാത്ത്)", + "integrations.s3_settings": "S3 ക്രമീകരണങ്ങൾ", + "integrations.secret_key_label": "രഹസ്യ പ്രവേശന കീ", + "integrations.show_password": "പാസ്‌വേഡ് കാണിക്കുക", + "integrations.show_secrets": "രഹസ്യങ്ങൾ കാണിക്കുക", + "integrations.show_token": "ടോക്കൺ കാണിക്കുക", + "integrations.source_local": "സ്ഥിര ഫയൽകാര്യങ്ങൾ", + "integrations.source_type_label": "മൂലക തരം", + "integrations.sources_quota_label": "മെയിൽബോക്സ് കരങ്ങൾ:", + "integrations.sources_section": "മൂലങ്ങൾ", + "integrations.subtitle": "ഒരു സ്ഥലത്ത് നിങ്ങളുടെ ഇന്റർഗ്രേഷൻ ഉറപ്പുകളും സ്താനം ഉറപ്പുകളും നിയന്ത്രിക്കുക.", + "integrations.title": "ഇന്റഗ്രേഷനുകൾ", + "integrations.type_label": "ഇന്റർഗ്രേഷൻ തരം", + "integrations.type_placeholder": "\u0000\u0000\u0000 തിരഞ്ഞെടുക്കുക \u0000\u0000\u0000", + "integrations.upgrade_plan": "അബുദീകരണ പ്ലാൻ", + "integrations.use_ssl": "SSL ഉപയോഗിക്കുക", + "integrations.username_label": "ഉപയോക്തൃനാമം", + "integrations.watch_folder_settings": "മിതിവാരാ ക്രമീകരണങ്ങൾ", + "integrations.webdav_settings": "വെബ്‌ഡവ് ക്രമീകരണങ്ങൾ", + "integrations.webdav_url_label": "വെബ്‌ഡവ് URL", + "integrations.webhook_heading": "വെബ്‌ഹുക്ക് ഇൻ‌ജെക്ഷൻ", + "integrations.webhook_how_heading": "വെബ്‌ഹുക്ക് ഇൻ‌ജെക്ഷൻ എങ്ങനെ പ്രവർത്തിക്കുന്നു", + "integrations.webhook_how_text": "ഒരു വെബ്‌ഹുക്ക് ഇന്റെഗ്രേഷൻ ഉപരിതല സിസ്റ്റങ്ങൾ ഡോക്യുമെന്റുകൾ നേരിട്ട് DocuElevate-ലേക്ക് REST API വഴി വെറുതുകൂടി പ്രേരിപ്പിക്കുന്നതിന് അനുവദിക്കുന്നു. DocuElevate പുതിയ ഫയലുകൾക്കായി ദൃഗംചിതിക്കാൻ (IMAP പോലുള്ള) പ്രധാനമില്ലാതെ, നിങ്ങളുടെ അപേക്ഷ HTTP അഭ്യർത്ഥന ഉപയോഗിച്ച് DocuElevate-ന് API ടോക്കണോടെ ഫയലുകൾ അയയ്ക്കുന്നു, ഉറപ്പായിത്തിരിച്ച്.", + "integrations.webhook_ideal_text": "CI/CD പൈപ്പ്‌ലൈനുകൾ, ആത്മസംരക്ഷണ സ്ക്രിപ്റ്റുകൾ, സ്കാനർ ഇന്റെഗ്രേഷനുകൾ, അല്ലെങ്കിൽ ഡോക്യുമെന്റുകൾ ഉദ്വാഹിക്കാനും അവ പ്രോസസ്സിങ് ചെയ്യുന്നതിന് അയയ്ക്കുന്നതിന് ആവശ്യമായ ഏതെങ്കിലും സിസ്റ്റം ഇതിന് മികച്ചത്.", + "integrations.webhook_quick_start": "ക്വിക്കലിങ്ക്", + "integrations.webhook_security_tip": "ഓരോ ഇന്റെഗ്രേഷനുമുള്ള പ്രത്യേക API ടോക്കൺ സൃഷ്ടിക്കുക, പിടിച്ചെടുക്കുന്ന സാഹചര്യം ഉണ്ടെങ്കിൽ ഉടനെ മോചിപ്പിക്കുക. ടോക്കനുകൾ API ടോക്കൺ പേജിൽ സംയോജിക്കാവുന്നതാണ്.", + "integrations.webhook_step1": "{api_tokens_link}-ലേക്ക് പോയി വ്യക്തിഗത ടോക്കൺ സൃഷ്ടിക്കുക.", + "integrations.webhook_upload_with_token": "API വഴിയിലൂടെ രേഖകൾ അപ്‌ലോഡ് ചെയ്യാൻ ടോക്കൺ ഉപയോഗിക്കുക:", + "language.bg": "ബുല്ഗേറിയൻ", + "language.ca": "കാറ്റലാൻ", + "language.change_success": "{language} എന്നതിലേക്ക് ഭാഷ മാറ്റിയിരിക്കുന്നു", + "language.changed": "{language} എന്നതിലേക്ക് ഭാഷ മാറ്റിയിരിക്കുന്നു", + "language.cs": "ചെക്ക്", + "language.da": "ഡാൻഷ്", + "language.de": "ജർമൻ", + "language.el": "ഗ്രീസ്", + "language.en": "ഇംഗ്ലീഷ്", + "language.es": "സ്പാനിഷ്", + "language.et": "എസ്തോണിയൻ", + "language.fi": "ഫിൻഡിഷ്", + "language.fr": "ഫ്രഞ്ച്", + "language.ga": "ഐറിഷ്", + "language.hr": "ക്രൊവേഷ്യൻ", + "language.hu": "മാഘ്യാർ", + "language.is": "ഐസ്‌ലേസ്ക", + "language.it": "ഇറ്റല്യൻ", + "language.lb": "ലക്ഷ്യുബർഗ്സെഞ്ച്", + "language.lt": "ലിത്വാനിയ", + "language.lv": "ലാറ്റ്വിയൻ", + "language.nb": "നോർക്കു", + "language.nl": "നെദര്‍ലാൻഡ്‌സ്", + "language.no_results": "ഭാഷകൾ കാണാനില്ല", + "language.pl": "പോളിഷ്", + "language.pt": "പോർച്ചുഗീസ്", + "language.ro": "റോമാൻ", + "language.ru": "റഷ്യൻ", + "language.search_placeholder": "ഭാഷകൾ തിരയുക\u0007...", + "language.selector": "ഭാഷ", + "language.selector_label": "ഭാഷ തിരഞ്ഞെടുക്കുക", + "language.sk": "സ്ലോവാക്ക്", + "language.sl": "ശ്ലോവേനിയൻ", + "language.sv": "സ്വീഡിഷ്", + "language.tr": "മലയാളം", + "language.uk": "ഉക്രൈൻ", + "language.zh": "ചൈനീസ്", + "nav.about": "കുറിച്ച്", + "nav.account_menu": "അക്കൗണ്ട് മെനു", + "nav.account_menu_for": "{name} നുള്ള അക്കൗണ്ട് മെനു", + "nav.admin": "അഡ്മിൻ", + "nav.admin.audit_logs": "ഓഡിറ്റ് ലോഗുകൾ", + "nav.admin.backups": "ബാക്കപ്പ്", + "nav.admin.plans": "പ്ലാനുകൾ", + "nav.admin.scheduled_jobs": "പര്യാപ്ത ജോലികൾ", + "nav.admin.users": "ഉപയോക്താക്കൾ", + "nav.admin_actions": "അഡ്മിൻ പ്രവർത്തനങ്ങൾ", + "nav.admin_menu": "അഡ്മിൻ മെനു", + "nav.api_docs": "എപി ഐ രേഖകൾ", + "nav.api_tokens": "എപി ഐ ടോക്കണുകൾ", + "nav.backup_restore": "ബാക്കപ്പ് & റസ്റ്റോർ", + "nav.credentials": "ക്രെഡൻഷ്യൽസ്", + "nav.dark_mode": "നിറമുണ്ടാക്കൽ", + "nav.dashboard": "ഡാഷ്‌ബോർഡ്", + "nav.developer_docs": "ഡെവലപ്പർ രേഖകൾ", + "nav.duplicates": "പകർപ്പുകൾ", + "nav.file_manager": "ഫയൽ മാനേജർ", + "nav.files": "ഫയലുകൾ", + "nav.get_started": "ആരംഭിക്കൂ", + "nav.help": "സഹాయం", + "nav.help_center": "സഹായ കേന്ദ്രം", + "nav.imap": "ഇമെയിൽ ഇറക്കുമതി", + "nav.integrations": "എൻജിനുകൾ", + "nav.light_mode": "പ്രകാശ മോഡ്", + "nav.login": "ലോഗിൻ ചെയ്യുക", + "nav.logout": "ലോഗ് ഔട്ട്", + "nav.main_navigation": "പ്രധാന നാവിഗേഷൻ", + "nav.my_subscription": "എന്റെ അംഗത്വം", + "nav.notifications": "അറിയിപ്പുകൾ", + "nav.open_main_menu": "പ്രധാന മെനു തുറക്കുക", + "nav.pipelines": "പൈപ്പ്‌ലൈൻസ്", + "nav.plan_designer": "പ്ലാൻ ഡിസൈനർ", + "nav.pricing": "വിലവിവരണം", + "nav.profile": "സ്വകാര്യത", + "nav.profile_settings": "പ്രൊഫൈൽ ക്രമീകരണങ്ങൾ", + "nav.queue": "ക്യൂ", + "nav.queue_monitor": "ക്യൂ മോണിറ്റർ", + "nav.scheduled_jobs": "ശ്രേണീബദ്ധ ജോലി", + "nav.search": "ശോധിക്കുക", + "nav.settings": "വിവരങ്ങൾ", + "nav.shared_links": "പങ്കിടുന്ന ലിങ്കുകൾ", + "nav.sign_out": "സൈൻ ഔട്ട് ചെയ്യുക", + "nav.signup": "സൈൻ അപ്പ്", + "nav.similarity": "സാദൃശ്യം", + "nav.skip_to_content": "പ്രധാന ഉള്ളടക്കത്തിലേക്ക് കടക്കുക", + "nav.status": "സ്ഥിതി", + "nav.subscription": "അവശ്യഭേദം", + "nav.toggle_dark_mode": "കാളപ്പുഴം സ്വിച്ച് ചെയ്യുക", + "nav.toggle_nav": "നാവിഗേഷൻ മെനു സ്വിച്ച് ചെയ്യുക", + "nav.upload": "ചുച്ഛക്കുക", + "nav.users": "ഉപയോക്താക്കൾ", + "nav.version": "വദം വിവരം", + "notifications.filter_all": "എല്ലാം", + "notifications.filter_read": "മാത്രം വായിച്ചതാണ്", + "notifications.filter_unread": "വായിയാത്തത് മാത്രം", + "notifications.manage_desc": "നിങ്ങളുടെ അറിയിപ്പുകളുടെ ഇൻബോക്സ്, ലക്ഷ്യങ്ങൾ, һәм ഇവന്റ് മുൻഗണനകൾ നടത്തുക", + "notifications.mark_all_read": "എല്ലാവെയും വായിച്ചിട്ടുണ്ട് എന്ന് അട.combo", + "notifications.mark_all_read_btn": "എല്ലാവെയും വായിച്ചതായി അട.combo ചെയ്യുക", + "notifications.mark_read": "വായിച്ചതായി അട.combo ചെയ്യുക", + "notifications.no_notifications": "അറിയിപ്പുകൾ ഇല്ല", + "notifications.page_title": "അറിയിപ്പുകൾ", + "notifications.tab_inbox": "ഇൻബോക്സ്", + "notifications.tab_settings": "വിവരങ്ങൾ", + "notifications.title": "അറിയിപ്പുകൾ", + "notifications.unread_count": "{count} unread notifications", + "pipelines.active_label": "സജീവം", + "pipelines.add_step_btn": "പടി ചേർക്കുക", + "pipelines.create": "പൈപ്പ്ലൈൻ സൃഷ്ടിക്കുക", + "pipelines.custom_label_label": "കസ്റ്റം ലേബൽ", + "pipelines.default_label": "മൂല്യനിർണ്ണയം", + "pipelines.description_label": "വിവരണം", + "pipelines.description_placeholder": "ഐച്ചിക വിവരണം", + "pipelines.disabled_label": "അവർച്ച ചെയ്തിരിക്കുന്നു", + "pipelines.edit": "പൈപ്പ് ലൈൻ എഡിറ്റ് ചെയ്യുക", + "pipelines.empty_state": "ഇന്നലെ പൈപ്പ് ലൈനുകൾ ഇല്ല", + "pipelines.empty_state_hint": "കസ്റ്റം ഡോക്യുമെന്റ് പ്രോസസിംഗ് വർക്ക്‌ഫ്ലോ നിർവചിക്കാൻ നിങ്ങളുടെ ആദ്യ പൈപ്പ്‌ലൈൻ സൃഷ്ടിക്കുക.", + "pipelines.enabled_label": "അംഗീകരിക്കപ്പെട്ടു", + "pipelines.force_cloud_ocr_label": "ക്ലൗഡ് OCR നിർബന്ധിതമാക്കുക (സ്ഥാനീയ ടെക്സ്റ്റ് എക്സ്ട്രാക്ഷൻ ഒഴിവാക്കുക)", + "pipelines.inactive_label": "ഇൻസാക്ടീവ്", + "pipelines.loading": "പൈപ്പ് ലൈൻ ലൊഡിംഗ്\u00026hellip;", + "pipelines.name_placeholder": "എന്റെ പൈപ്‌ലൈൻ", + "pipelines.new_pipeline_btn": "പുതിയ പൈപ്പ് ലൈൻ", + "pipelines.no_steps": "ദിശകൾ നിർവചിച്ചിട്ടില്ല. നിങ്ങളുടെ പൈപ്പ്‌ലൈൻ നിർമ്മിക്കാൻ ഒരു പടി ചേർക്കുക.", + "pipelines.ocr_auto": "ഓട്ടോ (സിസ്റ്റം ഡീഫാൾട്ടിനെ ഉപയോഗിക്കുക)", + "pipelines.ocr_language_hint": "ടെസെറാക്ട്/ഈസിമോദ്രയിലിന്റെ ആഗോള ഭാഷാ ക്രമീകരണം മറികടക്കുന്നു. ആസ്യൂർ മിസ്ട്രാൽ ഭാഷ自动识别。", + "pipelines.ocr_language_label": "OCR ഭാഷ", + "pipelines.optional_suffix": "(ഐച്ഛികം)", + "pipelines.page_title": "പ്രോസസിങ് പൈപ്പ്‌ലൈൻ", + "pipelines.set_default": "എന്റെ ഡിഫോൾട്ട് പൈപ്പ്‌ലൈൻ ആയി സ്ഥാപിക്കുക", + "pipelines.step_label_placeholder": "ഡിഫോൾട്ട് പടി നാമം മറികടക്കുക", + "pipelines.step_type_label": "പടി തരം", + "pipelines.subtitle_intro": "കസ്റ്റം ഡോക്യുമെന്റ് പ്രോസസിംഗ് വർക്ക്‌ഫ്ലോകൾ നിർവചിക്കുക மற்றும் നിയന്ത്രിക്കുക.", + "pipelines.subtitle_system_post": "ബാഡ്ജ്, എല്ലായിരുത്തന്മാർക്കും ദൃശ്യമാണ്.", + "pipelines.subtitle_system_pre": "സിസ്റ്റം പൈപ്പ്‌ലൈൻ (അഡ്‌മിനുകൾ ഉണ്ടാക്കിയ) ഒരു", + "pipelines.system_label": "സിസ്റ്റം", + "pipelines.system_pipeline_label": "സിസ്റ്റം പൈപ്പ്‌ലൈൻ (എല്ലാവർക്കും ദൃശ്യമാണ്)", + "pipelines.title": "പ്രോസസിങ് പൈപ്പ്‌ലൈൻ", + "profile.avatar_alt": "നിങ്ങളുടെ പ്രൊഫൈൽ ചിത്രം", + "profile.avatar_heading": "പ്രൊഫൈൽ ചിത്രം", + "profile.avatar_remove": "ഇഷ്ടാനുസൃത അവതാരം മാറ്റികൊണ്ട്", + "profile.avatar_upload_hint": "2 MB വരെ ഉള്ള JPEG, PNG, GIF, അല്ലെങ്കിൽ WebP ചിത്രം അപ്‌ലോഡ് ചെയ്യുക. ഇഷ്ടാനുസൃത ചിത്രം ഉണ്ടെങ്കിൽ, നിങ്ങളുടെ {gravatar} കാണിക്കും.", + "profile.choose_image": "ചിത്രം ընտրുക\n", + "profile.confirm_password": "പുതിയായ പാസ്‌വേഡ് ഉറപ്പിക്കുക", + "profile.contact_email_hint": "സിസ്റ്റം നോട്ടിഫിക്കേഷനുകൾക്കുള്ളതാണ്. ഇത് നിങ്ങളുടെ പ്രവേശന ഇ-മെയിൽ മാറ്റുമെന്നും ഇല്ല.", + "profile.contact_email_label": "ബന്ധപ്പെടൽ / നോട്ടിഫിക്കേഷൻ ഇ-മെയിൽ", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "বর্তমান പാസ്‌വേഡ്", + "profile.dismiss": "തള്ളി കഴിഞ്ഞു", + "profile.display_name_hint": "നിങ്ങളുടെ അക്കൗണ്ട് ഉപയോക്തൃനാമം അല്ലെങ്കിൽ ഇമെയിൽ ഉപയോഗിക്കാൻ ഒഴിവാക്കുക.", + "profile.display_name_label": "പ്രദർശന നാമം", + "profile.display_name_placeholder": "UI-ൽ കാണിക്കുന്ന നിങ്ങളുടെ പേര്", + "profile.general_heading": "സാധാരണ വിവരങ്ങൾ", + "profile.gravatar_link": "ഗ്രാവട്ടാർ", + "profile.heading": "പ്രൊഫൈൽ ക്രമീകരണങ്ങൾ", + "profile.language_auto_detect": "സ്വയം തിരിച്ചറിയുക (ബ്രൗസറിൽ നിന്നു)", + "profile.language_hint": "നിങ്ങളുടെ ഇഷ്ടപ്പെട്ട ഇന്റർഫേസ് ഭാഷ തിരഞ്ഞെടുക്കുക. “സ്വയം തിരിച്ചറിയൽ” നിങ്ങളുടെ ബ്രൗസർ ക്രമീകരണങ്ങളെ 따 follows.", + "profile.language_label": "UI ഭാഷ", + "profile.new_password": "പുതിയ പാസ്‌വേഡ്", + "profile.new_password_hint": "കുറവിൽ 8 അക്ഷരങ്ങൾ.", + "profile.page_title": "പ്രൊഫൈൽ ക്രമീകരണങ്ങൾ – DocuElevate", + "profile.password_heading": "പാസ്‌വേഡ് മാറുക", + "profile.preferences_heading": "അഭിരുചികൾ", + "profile.save_button": "മാറ്റങ്ങൾ സംരക്ഷിക്കുക", + "profile.saving": "സംരക്ഷിക്കുന്നു\n", + "profile.subtitle": "നിങ്ങളുടെ പ്രദർശന നാമം, അവതാരം, ഭാഷ, അഅംഗത്വം, ഇഷ്ടാനുസൃതങ്ങൾ കൈകാര്യം ചെയ്യുക.", + "profile.theme_dark": "കറുത്ത", + "profile.theme_hint": "“സിസ്റ്റം ഡീഫോൾട്ടിൽ” നിങ്ങളുടെ ഉപകരണത്തിന്റെ കറുത്തമോഡ് ക്രമീകരണത്തെ പിന്തുടരുന്നു.", + "profile.theme_label": "നിറം ക്രമം", + "profile.theme_light": "പ്രകാശം", + "profile.theme_system": "സിസ്റ്റം ഡീഫോൾട്ട്", + "profile.update_password": "പാസ്‌വേഡ് അപ്ഡേറ്റ് ചെയ്യുക", + "profile.updating": "Updating\u0000...", + "queue.active_tasks": "സജീവ മന്ത്രികൾ", + "queue.auto_refresh_1": "ഓട്ടോ-രിഫ്രെഷ് നടത്തുന്നു", + "queue.auto_refresh_2": "സെക്കന്റുകൾ", + "queue.col_arguments": "കാർഗ്യം", + "queue.col_current_step": "പ്രస్తుతం പടി", + "queue.col_file": "ഫയൽ", + "queue.col_files": "ഫയലുകൾ", + "queue.col_queue": "ക്യൂ", + "queue.col_state": "സ്ഥിതിവിവരം", + "queue.col_task": "കാര്യമേഖല", + "queue.col_task_id": "કરીവായ്ക്ക ഐഡി", + "queue.files_processing": "ഫയലുകൾ പ്രോസസ്സിംഗ്", + "queue.heading": "ക്യൂ നിരീക്ഷണം", + "queue.last_updated": "അവസാനമായി അപ്‌ഡേറ്റ് ചെയ്തത്:", + "queue.loading_stats": "ക്യൂ统计数正在加载\u0007E", + "queue.no_active_tasks": "സാൻ പിന്നിലുള്ള പ്രവൃത്തി ഇല്ല", + "queue.no_data": "ഡാറ്റ ഇല്ല", + "queue.no_files_processing": "ഈ നേരത്തെ അദ്ദേഹം പ്രോസസ്സിംഗ് ഫയലുകൾ ഇല്ല", + "queue.page_title": "ക്യൂ നിരീക്ഷണം", + "queue.processing_pipeline": "പ്രോസസ്സിംഗ് പൈപ്പ്‌ലൈൻ", + "queue.queued_tasks": "ക്യൂവിലുള്ള കാര്യങ്ങൾ", + "queue.recently_processing": "അവസാനമായി പ്രോസസ്സിംഗ് ഫയലുകൾ", + "queue.redis_queues": "Redis ക്യൂകൾ", + "queue.subtitle": "ആസുഖ്യ രേഖ പ്രോസസ്സിംഗ് പൈപ്പ്‌ലൈൻ ഒപ്പം സെലെറി ജോലി ക്യൂകളുടെ യാഥാർത്ഥ്യ സമയ ദൃശ്യം.", + "queue.workers_online": "ഓൺലൈനിലെ തൊഴിലാളികൾ", + "search.button": "തിരയുക", + "search.error_message": "തിരവ്暫時不可用。稍後再試。", + "search.filter_aria_clear": "എല്ലാ ഫിൽറ്ററുകളും അഴിച്ചുവാന്", + "search.filter_clear_button": "ഫിൽറ്ററുകൾ അഴിച്ചുവാൻ", + "search.filter_date_from": "തീയതി മുതൽ", + "search.filter_date_to": "തീയതി വരെ", + "search.filter_document_type": "രേഖയുടെ തരം", + "search.filter_document_type_placeholder": "ഉദാ: ഇൻവോയ്സ്", + "search.filter_language": "ഭാഷ", + "search.filter_language_placeholder": "ഉദാ: de", + "search.filter_sender": "ഓർമ്മരികൾ", + "search.filter_sender_placeholder": "ഉദാ: ACME Corp", + "search.filter_tags": "ടാഗുകൾ", + "search.filter_tags_placeholder": "ഉദാ: amazon", + "search.filter_text_quality": "രേഖാ നിലവാരം", + "search.filter_text_quality_all": "എല്ലാം", + "search.filter_text_quality_high": "ഉയര്വമുള്ള", + "search.filter_text_quality_low": "കീഴില്", + "search.filter_text_quality_medium": "മധ്യ", + "search.filter_text_quality_no_text": "ൖലെച്ചു ഇല്ല", + "search.heading": "രേഖ തിരയൽ", + "search.input_aria_label": "രേഖകൾ കണ്ടെത്തുക", + "search.input_placeholder": "ഉള്ളടക്കത്തിന്, അയച്ചവന്, ടാഗുകൾ, തരം എന്നിവയിലൂടെ രേഖകൾ കണ്ടെത്തുക...", + "search.loading_indicator": "കണ്ടെത്തിക്കുന്നു\u0005", + "search.no_results": "ലബ്ധികൾ കണ്ടെത്തിയില്ല", + "search.page_title": "രേഖകൾ കണ്ടെത്തുക", + "search.placeholder": "ഫയൽ നാമം, ഉള്ളടക്കം, ടാഗുകൾ എന്നിവ വഴി കണ്ടെത്തുക...", + "search.result_empty": "നിങ്ങളുടെ അന്വേഷണത്തിന് തക്കതും രേഖകൾ കണ്ടെത്തിയില്ല.", + "search.results_count": "{count} ലബ്ധികൾ കണ്ടെത്തിയിട്ടുണ്ട്", + "search.saved_aria_save": "നിലവിലുള്ള അന്വേഷണത്തെ തിരികെ സൂക്ഷിക്കുക", + "search.saved_button": "നിലവിലുള്ളത് സൂക്ഷിക്കുക", + "search.saved_empty": "ഇവിടെ സൂക്ഷിച്ച അന്വേഷണങ്ങൾ ഇല്ല", + "search.saved_error": "സൂക്ഷിച്ച അന്വേഷണങ്ങൾ ലോഡ് ചെയ്യാൻ സാധിച്ചില്ല", + "search.saved_label": "സൂക്ഷിച്ച അന്വേഷണങ്ങൾ", + "search.saved_loading": "ലോഡുചെയ്യുന്നു...", + "search.title": "രേഖകൾ കണ്ടെത്തുക", + "settings.audit_log_btn": "തടവുചിത്രം", + "settings.autocomplete_hint": "കുറിപ്പ് നൽകുന്ന മൂല്യങ്ങൾക്കായി ടൈപ്പ് ചെയ്യുക, അല്ലെങ്കിൽ ഏതെങ്കിലും ഇഷ്ടാനുസൃത മൂല്യം നൽകുക.", + "settings.autocomplete_no_matches": "യോജിപ്പില്ല — നിങ്ങൾ ഇപ്പോഴും ഒരു ഇഷ്ടാനുസൃത മൂല്യം നൽകാം", + "settings.autocomplete_placeholder": "ഡോളിന് ടൈപ്പ് ചെയ്യുക അല്ലെങ്കിൽ ഒരു മൂല്യം നൽകുക\u0005...", + "settings.boolean_enable_prefix": "പ്രവർത്തിപ്പിക്കുക", + "settings.categories_aria": "ക്രമീകരണ വിഭാഗങ്ങൾ", + "settings.categories_heading": "വിഭാഗങ്ങൾ", + "settings.db_wizard_btn": "ഡിബി വജയാൾ", + "settings.effective_value_label": "പ്രയോഗശേഷിയുള്ള മൂല്യം:", + "settings.encrypted_suffix": "= വിശ്രമ സമയത്ത് എൻക്രിപ്റ്റ് ചെയ്‌തു", + "settings.encrypted_title": "ഡാറ്റാബേസിൽ വിശ്രാമ സമയത്ത് മൂല്യം എൻക്രിപ്റ്റ് ചെയ്തിട്ടുണ്ട്", + "settings.export_btn": "Export", + "settings.export_db_only": "ഡിബി ക്രമീകരണങ്ങൾ മാത്രമേ", + "settings.export_full_config": "പూర్తിയുള്ള പ്രയോഗശേഷിയുള്ള ക്രമീകരണം", + "settings.jump_to_category": "വിഭാഗത്തിലേക്ക് ചാടുക\u00005...", + "settings.manage_config_prefix": "ക്രമീകരണം കൈകാര്യം ചെയ്യുക. മുൻഗണന:", + "settings.model_picker_hint": "ജോലിഉയരുന്നവയായ പട്ടികയിൽ നിന്ന് തിരഞ്ഞെടുക്കുക അല്ലെങ്കിൽ നിങ്ങളുടെprovider-ൽ പിന്തുണയ്ക്കുന്ന ഏതെങ്കിലും മോഡൽ നാമം ടയപ്പ് ചെയ്യുക.", + "settings.model_picker_placeholder": "ആരോഹീക മോഡൽ തിരഞ്ഞെടുക്കുക അല്ലെങ്കിൽ ഒരു ഇഷ്ടാനുസൃത നാമം ടൈപ്പ് ചെയ്യുക\u00005...", + "settings.no_results_clear": "എതിരായണം", + "settings.no_results_heading": "കാലിഫൈ ചെയ്ത അധികാരങ്ങൾ കണ്ടെത്തിയില്ല", + "settings.no_results_hint": "കിട്ടുന്ന വ്യാഖ്യാനം പ്രവൃത്തി ചെയ്യുക അല്ലെങ്കിൽ", + "settings.page_heading": "ആപ്ലിക്കേഷൻ ക്രമീകരണങ്ങൾ", + "settings.required_label": "(അവശ്യമുണ്ട്)", + "settings.reset_confirm": "ഈ ക്രമീകരണം പുതുക്കാൻ നിങ്ങൾക്ക് ഉറപ്പുണ്ടോ?", + "settings.restart_required_suffix": "= പുനരാരംഭനം ആവശ്യമാണ്", + "settings.revert_btn": "ഡാറ്റാബേസിൽ നിന്നു നീക്കുക", + "settings.revert_title": "ഡാറ്റാബേസ് ഓവർറൈഡ് നീക്കുക, പരിസ്ഥിതി വ്യവസ്ഥ തീണ്ഡി അല്ലെങ്കിൽ പ്രാതിത്രിക്കുക", + "settings.reverting": "നീക്കം ചെയ്യുന്നു\n...", + "settings.save_all_btn": "എല്ലാ മാറ്റങ്ങളും സംരക്ഷിക്കുക", + "settings.save_error": "വിഭവം സംരക്ഷിക്കാൻ വീഴ്ചവൈ—", + "settings.save_setting_title": "ഈ ക്രമീകരണം സംരക്ഷിക്കുക", + "settings.save_success": "ക്രമീകരണം വിജയകരമായി സംരക്ഷിച്ചു", + "settings.saving_state": "സംരക്ഷിക്കുകയാണ്\n...", + "settings.search_aria_label": "ക്രമീകരണങ്ങൾ തിരയു", + "settings.search_clear_aria": "തിരയൽ തകർക്കുക", + "settings.search_placeholder": "മൂല്യം, കീ, അല്ലെങ്കിൽ വിവരണം അടങ്ങിയ ക്രമീകരണങ്ങൾ തിരയു\n...", + "settings.settings_count_suffix": "ക്രമീകരണങ്ങൾ", + "settings.source_db_badge": "ഡിബി", + "settings.source_default_badge": "പ്രാഥമികം", + "settings.source_env_badge": "പരിസ്ഥിതി", + "settings.title": "ക്രമീകരണങ്ങൾ", + "settings.toggle_visibility_aria": "പാസ്‌വേഡ് ദൃശ്യമാക്കൽ മാറ്റുക", + "settings.toggle_visibility_title": "മൂല്യം കാണിക്കുക/മറ്റാക്കുക", + "settings.user_autocomplete_empty": "കൂടിയ пользователей ലഭ്യമല്ല", + "settings.user_autocomplete_hint": "മൂല്യത്തിലൂടെ നിലവിലുള്ള ഉപയോക്താക്കൾക്ക് തിരയാൻ ടൈപ്പ് ചെയ്‌യം, അല്ലെങ്കിൽ ഏതെങ്കിലും തിരിച്ചറിയൽ കൈമാറുക.", + "settings.user_autocomplete_placeholder": "ഉപയോക്താക്കൾ തിരയാൻ ടൈപ്പ് ചെയ്യാനുള്ള ആരംഭം\n...", + "settings.wizard_btn": "വിസേർഡ്", + "shared.col_expiry": "അവസാനതീയതി", + "shared.col_file_label": "ഫയൽ / ലേബൽ", + "shared.col_link": "ലിംകിൽ", + "shared.col_views": "വിവരം", + "shared.copy_link_aria": "ക്ലിപ്പ്‌ബോർഡിലേക്ക് ലിങ്ക് പകർപ്പ് ചെയ്യാം", + "shared.copy_link_title": "ലിങ്ക് പകർപ്പ് ചെയ്യുക", + "shared.create_btn": "ലിങ്ക് നിർമ്മിക്കുക", + "shared.create_heading": "ന്യൂ ഷെയർ ചെയ്ത ലിങ്ക് നിർമ്മിക്കുക", + "shared.creating": "നിര്‍മ്മിക്കുന്നു\n...", + "shared.expiry_12h": "12 മണിക്കൂറുകൾ", + "shared.expiry_14d": "14 ദിവസങ്ങൾ", + "shared.expiry_1h": "1 മണിക്കൂർ", + "shared.expiry_24h": "24 മണിക്കൂർ (1 ദിവസം)", + "shared.expiry_30d": "30 ദിവസങ്ങൾ", + "shared.expiry_3d": "3 ദിവസങ്ങൾ", + "shared.expiry_6h": "6 മണിക്കൂറുകൾ", + "shared.expiry_7d": "7 ദിവസങ്ങൾ", + "shared.expiry_label": "അവസാനതീയതി", + "shared.expiry_never": "ഇന്നും ഇല്ല", + "shared.file_id_help_post": "പേജ് അല്ലെങ്കിൽ ഡോക്യുമെന്റ് വിവര URLൽ.", + "shared.file_id_help_pre": "ഫയൽ ID കണ്ടെത്തുക", + "shared.file_id_label": "ഫയൽ ID", + "shared.file_id_placeholder": "ഉദാഹരണം: 42", + "shared.files_link": "ഫയലുകൾ", + "shared.heading": "കേന്ദ്രീകൃത ലിങ്കുകൾ", + "shared.label_label": "ലേബൽ", + "shared.label_placeholder": "ഉദാഹരണം: ബോബ്-എണ്ണിച്ചിട്ടുള്ളത്", + "shared.link_created": "കേന്ദ്രീകൃത ലിങ്ക് സൃഷ്ടിച്ചു!", + "shared.link_created_help": "ഈ ലിങ്ക് പകർന്നുകൊണ്ട് അയയിക്കുക.", + "shared.links_count_aria": "ലിങ്കുകളുടെ എണ്ണം", + "shared.max_downloads_label": "ഊരി ഡൗൺലോഡുകൾ", + "shared.no_links": "ഇന്നുവരെ യാതൊരു കേന്ദ്രീകൃത ലിങ്കുകളുമില്ല. തുടക്കത്തിന് മുകളിൽ ഒന്നുകൂടി സൃഷ്ടിക്കുക.", + "shared.open_in_new_tab": "പുതിയ ടാബിൽ ജനിക്കവേ", + "shared.open_link_aria": "കേന്ദ്രീകൃത ലിങ്ക് പൂർത്തിയാക്കുക", + "shared.optional": "(ഐച്ഛികം)", + "shared.page_title": "കേന്ദ്രീകൃത ലിങ്കുകൾ – DocuElevate", + "shared.password_label": "പാസ്‌വേഡ്", + "shared.password_placeholder": "പാസ്‌വേഡ് ഇല്ലാത്തതിന് ഉറപ്പിക്കാനായി ശൂന്യമായി തഴുകുക", + "shared.password_protected": "പാസ്‌വേഡോടെ സംരക്ഷിതമായത്", + "shared.refresh_aria": "കേന്ദ്രീകൃത ലിങ്കുകളുടെ പട്ടിക പുതുക്കുക", + "shared.revoke_aria_prefix": "{name}-നു വേണ്ടി കേന്ദ്രീകൃത ലിങ്ക് പിൻവലിക്കുക", + "shared.revoke_btn": "പിൻവലിക്കുക", + "shared.status_active": "കളിയിൽ", + "shared.status_expired": "കാലാവധി കഴിഞ്ഞു", + "shared.status_limit_reached": "പരിധി മുമ്പേകൾക്കുള്ളവ", + "shared.status_revoked": "പിൻവലിച്ച", + "shared.subtitle": "സമയ കൃത്യമായാ തുറന്ന അല്ലെങ്കിൽ കാഴ്ചയ്ക്ക് ഏകദേശം അനുഭവപ്പെടുന്ന ഒരു ലിങ്കിലൂടെ ആര്യക്കൊണ്ടുള്ള രേഖകൾ പങ്കുവയ്ക്കുക. സ്വീകരിക്കോക്കൾക്ക് DocuElevate അക്കൗണ്ട് വേണ്ട.", + "shared.table_aria": "കേന്ദ്രീകൃത ലിങ്കുകൾ", + "shared.unlimited_placeholder": "അപരിധിയില്ല", + "shared.your_links": "നിങ്ങളുടെ കേന്ദ്രീകൃത ലിങ്കുകൾ", + "similarity.backfill_auto": "പിന്നിത്തല പ്രവർത്തനം അവയെ 5 മിനുറ്റിൽ ഒറ്റക്കായും കണക്കാക്കും, അല്ലെങ്കിൽ നിങ്ങളും", + "similarity.files_missing_text": "ഫയൽ(കൾ)യ്ക്ക് OCR ടെക്സ്റ്റ് ഉണ്ട്, പക്ഷേ ഇനിയും എമ്ബെഡിങ്ങില്ല.", + "similarity.find_pairs_btn": "ജോർക്കൾ കണ്ടെത്തുക", + "similarity.heading": "രേഖാ സാമ്യമാര്", + "similarity.load_error": "ജോർക്കൾ ലോഡ് ചെയ്യാൻ പരാജയപ്പെട്ടു.", + "similarity.min_similarity_label": "കുറഞ്ഞ സാമ്യം", + "similarity.no_pairs_detail": "സാമ്യം ത്രെഷോള്ഡിന് മുകളിലുള്ള രേഖാകളുടെ ജോർക്കൾ ഒന്നുമില്ല.", + "similarity.no_pairs_heading": "സാമ്യം അദ്ദേഹത്തിന്റെ ജോർക്കൾ കണ്ടെത്തിയില്ല", + "similarity.page_title": "രൂപരേഖ സമാനത - ഡോക്യൂഎലേവേറ്റ്", + "similarity.pagination_aria": "സമാനത ദമ്പതികളുടെ പേജിനേഷൻ", + "similarity.per_page_label": "ഒരു പേജ്", + "similarity.scanning": "സമാനമായ രൂപരേഖ ദാമ്പതികൾക്കായി സ്കാൻ ചെയ്യുന്നു\u001f...", + "similarity.stat_embedding_model": "എംബെഡിംഗ് മാതൃക", + "similarity.stat_missing_embedding": "ഇവിടെ എമ്പെഡിംഗ് ഇല്ല", + "similarity.stat_total_files": "മൊത്തം ഫലങ്ങൾ", + "similarity.stat_with_embedding": "എംബെഡിങ്ങുമായി", + "similarity.subtitle": "ഉയർന്ന അറിഞ്ഞ സമാനതയുള്ള രേഖകളുടെ ദമ്പതികൾ, സ്കോറിനുസരിച്ച് ശ്രേണികെടുത്തു.", + "similarity.trigger_aria": "എമ്പെഡിംഗുകളില്ലാത്ത എല്ലാ ഫയലുകൾക്കായി എമ്പെഡിംഗ് കണക്കാക്കൽ പ്രവർത്തിപ്പിക്കുക", + "similarity.trigger_now": "ഇപ്പോൾ പ്രവർത്തിപ്പിക്കുക", + "status.app_version": "ആപ്പ് പതിപ്പ്", + "status.build_date": "ബിൽഡ് തീയതി", + "status.container_id": "കണ്ടെയ്നർ ഐഡി", + "status.git_commit": "ഗിറ്റ് കമ്മിറ്റ്", + "status.last_check": "അവസാന പരിശോധന", + "status.page_title": "സിസ്റ്റം നില", + "status.setting_label": "സജ്ജീകരണം", + "status.value_label": "വില", + "subscription.available_plans_heading": "ലഭ്യമായ പ്ലാനുകൾ", + "subscription.back_to_dashboard": "ഡാഷ്ബോര്‍ഡ് തിരിച്ച്", + "subscription.cancel_pending": "മാറ്റം റദ്ദാക്കുക", + "subscription.cancel_scheduled": "സൃഷ്ടിക്കപ്പെട്ട മാറ്റം റദ്ദാക്കുക", + "subscription.contact_sales": "വിൽപ്പനയ്‌ക്കു് ഓഫീസുമായി ബന്ധപ്പെടുക", + "subscription.current_badge": "നിലവിലുള്ളത്", + "subscription.current_plan": "നിലവിലെ പദ്ധതിയേക്കുറിച്ച്", + "subscription.current_plan_cta": "നിങ്ങളുടെ നിലവിലെ പദ്ധതി", + "subscription.downgrade_to_prefix": "തെന്നിങ്ങലിലേക്ക്", + "subscription.features_heading": "നിങ്ങളുടെ പദ്ധതിയില്‍ என்ன ഉള്‍ക്കൊള്ളിയിരിക്കുന്നു", + "subscription.free": "സ്വതന്ത്രം", + "subscription.heading": "എന്റെ വരുമാനം", + "subscription.keep_plan_prefix": "കീഴ്സ്", + "subscription.lifetime_files": "മൊത്തം ഫയലുകൾ (ആയുസ്സ്)", + "subscription.month_files": "ഈ മാസത്തെ ഫയലുകൾ", + "subscription.more_features_label": "കൂടുതല്‍", + "subscription.page_title": "എന്റെ വരുമാനം - ഡോക്‌യുവElevate", + "subscription.pending_badge": "പ്രാദേശികം", + "subscription.pending_benefits": "അപ്പോൾ വരെ നിങ്ങൾക്കൊരുത്തമുള്ള എല്ലാ നിലവിലുള്ള പദ്ധതി പ്രയോജനങ്ങൾ നിലനിര്‍ത്താം.", + "subscription.pending_on": "ന്റെ", + "subscription.pending_title": "പ്രാദേശികമായ പദ്ധതിയുടെ മാറ്റം ഉണ്ടാകും", + "subscription.pending_will_change": "നിങ്ങളുടെ പദ്ധതി മാറിയിരിക്കുന്നു", + "subscription.per_mo": "/മതിപ്പ്", + "subscription.per_month": "/മാസം", + "subscription.since": "ഒരുപാടു കാലം", + "subscription.single_user_body": "മെമ്മ്ബര്‍ നമ്മുടെ സജീവമാകുമ്പോള്‍ സബ്സ്ക്രിപ്ഷന്‍ സര്‍വസാധിതായി ബാധകമാണ്. നിങ്ങളുടെ ഇന്പുട്ടു നിലവില്‍ ഏക ഉപയോക്തൃ മോഡില്‍ പ്രവര്‍ത്തിക്കുന്നു, പ്രോസസ്സിങ് പരിധികളുമില്ല. ഒരു അഡ്മിന് {settings_link} വഴി ബഹുജന ഉപയോക്തൃ മോഡ് ആന്‍ തുടങ്ങാം.", + "subscription.single_user_title": "ബഹുജന ഉപയോക്തൃ മോഡ് സാധുത ഒരുപാട് ചെയ്യുന്നത് ഇല്ല.", + "subscription.subtitle": "നിങ്ങളുടെ നിലവിലെ പദ്ധതി, ഉപയോഗം, ലഭ്യമായ നവീകരണങ്ങൾ.", + "subscription.this_month_label": "ഈ മാസം", + "subscription.today_files": "ഇന്നത്തെ ഫയലുകൾ", + "subscription.today_label": "ഇന്ന്", + "subscription.unlimited": "അനന്തം", + "subscription.upgrade_info": "നവീകരണങ്ങൾ ഉടനെ പ്രാബല്യത്തിൽ വരും. തകരാറുകൾ നിങ്ങളുടെ നിലവിലെ ബില്ലിങ്ങ് കാലയളവിന്റെ അവസാനം സമയക്രമം അനുവദിക്കുന്നു.", + "subscription.upgrade_to_prefix": "നവീകരിക്കുക", + "subscription.usage_heading": "ഉപയോഗം", + "upload.browse_button": "ഫയലുകൾ കണ്ടെത്തുക", + "upload.button_processing": "പ്രക്രമണം ചെയ്യുന്നു...", + "upload.camera_button": "ഫോട്ടോ എടുക്കുക / രേഖ സ്കാൻ ചെയ്യുക", + "upload.download_button": "ഡൗൺലോഡ് ചെയ്ത് പ്രക്രിയ", + "upload.downloading": "യൂആർഎൽ നിന്നുള്ള ഫയൽ ഡൗൺലോഡ് ചെയ്യുന്നു...", + "upload.drag_drop": "ഫയലുകൾ ഇവിടെ ഡ്രാഗ് & ഡ്രോപ്പ് ചെയ്യുക അല്ലെങ്കിൽ കണ്ടെത്താൻ ക്ലിക്ക് ചെയ്യുക", + "upload.drop_hint_desktop": "ഫയലുകൾ അല്ലെങ്കിൽ ഫോൾഡറുകൾ כאן ഡ്രാഗ് & ഡ്രോപ്പ് ചെയ്യുക, അല്ലെങ്കിൽ ഫയലുകൾ തിരഞ്ഞെടുക്കാൻ ക്ലിക്ക് ചെയ്യുക.", + "upload.drop_hint_mobile": "ഫയലുകൾ തിരഞ്ഞെടുക്കാൻ തറച്ചുവെക്കുക അല്ലെങ്കിൽ ഈ ചുവടെയുള്ള ക്യാമറ ബുതി ഉപയോഗിക്കുക.", + "upload.drop_zone_aria": "ഫയൽ അപ്‌ലോഡ് പ്രദേശം. ഫയലുകൾ ഇവിടെ ഡ്രാഗ് ഏഡ്രോപ്പ് ചെയ്യുക, അല്ലെങ്കിൽ ഫയലുകൾക്കായി എന്റർ അമർത്തുക.", + "upload.error": "അപ്‌ലോഡ് പരാജയപ്പെട്ടു", + "upload.error_invalid_url": "അശുദ്ധമായ URL രൂപകൽപ്പന", + "upload.error_url_required": "ദയവായി URL നൽകുക", + "upload.file_size_hint": "മാക്സിമം വലിപ്പം: 500 MB ഓരോ ഫയലും", + "upload.file_types": "അനുവദിച്ച തരം: PDF, ഓഫീസ് രേഖകൾ (വാക്ക്, എക്സൽ, പവർപോയിന്റ്, മുതലായവ), ചിത്രങ്ങൾ", + "upload.filename_description": "URL നിന്ന് ഫയൽ നാമം ഉപയോഗിക്കാൻ ശൂന്യമായി വെക്കുക", + "upload.filename_label": "ഫയൽ നാമം (കാതെ)", + "upload.filename_placeholder": "എന്റെ-രേഖ.pdf", + "upload.max_size": " പരമാവധി ഫയൽ വലിപ്പം: {size}", + "upload.page_title": "ഫയലുകൾ അപ്‌ലോഡ് ചെയ്യുക", + "upload.section_device": "ഡിവൈസിൽ നിന്ന് അപ്‌ലോഡ് ചെയ്യുക", + "upload.section_url": "യൂആർഎലിൽ നിന്ന് അപ്‌ക്‌ലോസ് ചെയ്യുക", + "upload.select_file": "ഫയലുകൾ തിരഞ്ഞെടുക്കുക", + "upload.success": "ഫയൽ വിജയകരമായി അപ്‍ലോഡ് ചെയ്തു", + "upload.title": "ഡോക്യുമെന്റ് അപ്‌ലോഡ് ചെയ്യുക", + "upload.uploading": "അപ്‌ലോഡ് ചെയ്യുന്നു...", + "upload.url_description": "ഒരു ഫയലിന്റെ നേരിട്ട് ലിംകിൽ (PDF, ഓഫീസ് ഡോക്യുമെന്റുകൾ, അല്ലെങ്കിൽ ചിത്രങ്ങൾ) എഡിറ്റ് ചെയ്യുക", + "upload.url_label": "ഫയല്‍ URL", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/mn.json b/frontend/translations/mn.json new file mode 100644 index 00000000..1b5113d9 --- /dev/null +++ b/frontend/translations/mn.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "Үүсгэсэн хүнийг танилцуулж байна", + "about.creator_name": "Кристиан Кракау-Луис", + "about.creator_pre": "DocuElevate-ийг сэтгэл зүрхээрээ хөгжүүлсэн", + "about.features_admin_api": "Программын төвшинд нэвтрэх хүчирхэг REST API", + "about.features_admin_config": "Орчны хувьсагчаар өндөрөөр тохируулдаг", + "about.features_admin_docker": "Х.SimpleDocker-д зориулсан амархан тараалт ба масштабчилалт", + "about.features_admin_heading": "Захиргаа", + "about.features_admin_oauth2": "Authentik-тэй OAuth2 баталгаажуулалтын дэмжлэг", + "about.features_automation_background": "Redis ба Celery-тай хамт фон процесс хийх", + "about.features_automation_gmail": "Gmail ба ердийн мэйл хаягийн интегралчлал", + "about.features_automation_heading": "Автоматжуулалт", + "about.features_automation_imap": "Олон эх сурвалжаас IMAP хүлээн авах асуулт", + "about.features_automation_ingestion": "Төрөл бүрийн мэдээллээс автоматжуулсан баримт авах", + "about.features_heading": "Ключийн Онцлог", + "about.features_integration_cloud": "Cloud хадгалах: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Интегралчлал & Хадгалалт", + "about.features_integration_multi_dest": "Олон зорилтот дэмжлэг (баримтыг олон газарт хадгалах)", + "about.features_integration_protocols": "Дарааллын протоколууд: FTP, SFTP, Мэйл илгээх", + "about.features_integration_selfhosted": "Өөрийн хостод байгаа сонголтууд: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Ухаалаг баримт ангилах ба огноо олборлолт", + "about.features_processing_heading": "Баримт боловсруулах", + "about.features_processing_metadata": "Холбох чадвартай AI ханган нийлүүлэгчээс автоматжуулсан метадата олборлолт", + "about.features_processing_ocr": "Azure Document Intelligence-аар хангагдсан OCR", + "about.features_processing_pdf": "Gotenberg-ээр дамжуулан төрөл бүрийн файлын форматыг PDF болгон хувиргах", + "about.features_processing_upload": "Ариун бөгөөд аюулгүй файлын ачаалал, чирэлт & унах дэмжлэг", + "about.github_logo_alt": "GitHub Лого", + "about.heading": "DocuElevate тухай", + "about.intro_post": " – таны баримт боловсруулахад зориулсан орчин үеийн, ухаалаг шийдэл! Бид DocuElevate-ыг баримтуудаа хэрхэн удирдахаа бүрэн өөрчлөхийн тулд бүтээсэн – ачааллахаас олборлох хүртэл, боловсруулахаас хадгалах хүртэл.", + "about.intro_pre": "Танд тавтай морилно уу ", + "about.involved_description": "Кодод орж, санаа оруулах, эсвэл DocuElevate тухай илүү ихийг мэдэхийг хүсч байна уу?", + "about.involved_docs": "Баримт бичгийг унших", + "about.involved_github": "DocuElevate-ыг GitHub дээр харах", + "about.involved_heading": "Оролцоорой", + "about.involved_website": "DocuElevate вэбсайтад зочилно уу", + "about.legal_description": "Бид таны нууцлал болон өгөгдлийн аюулгүй байдлыг анхаардаг. Манай:", + "about.legal_heading": "Нууцлал & Хууль эрх зүй", + "about.legal_license": "Лицензийн мэдээлэл", + "about.legal_privacy": "Нууцлалын мэдэгдэл", + "about.page_title": "DocuElevate тухай", + "about.story_heading": "Бидний түүх", + "about.story_p1": "DocuElevate нь бүх хүн, мөн жижиг старт апп эсвэл том байгууллага байгаагүй ч баримт бичгийн менежментийг хялбаршуулах, хурдасгах нэг зорилгоор бүтээгдсэн.", + "about.story_p2": "Бид метадатагийн олборлолт болон текстийн боловсруулалтыг хангахын тулд плазжид AI үйлчилгээний хүчийг (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, болон бусад) ашиглаж, Dropbox, Nextcloud, Paperless NGX-тэй хадгалалт болон индексчлэлийг аюулгүй интеграци хийж, Azure Document Intelligence-г OCR-д ашиглаж, мөн файл-с PDF хувиргах Gotenberg-г ашигладаг.", + "api_tokens.col_created": "Бүтээсэн", + "api_tokens.col_last_ip": "Сүүлийн IP", + "api_tokens.col_last_used": "Сүүлийн удаа ашиглагдсан", + "api_tokens.col_name": "Нэр", + "api_tokens.col_prefix": "Токены Урд", + "api_tokens.copy_to_clipboard": "Токеныг хуулах", + "api_tokens.copy_upload_example": "Ачилтын жишээг хуулах", + "api_tokens.copy_warning_1": "Энэ токеныг одоо хуулаарай — энэ нь", + "api_tokens.copy_warning_2": "давтан харуулахгүй", + "api_tokens.create_heading": "Шинэ токен үүсгэх", + "api_tokens.create_token": "Токен үүсгэх", + "api_tokens.creating": "Бүтээнэ\u001a", + "api_tokens.heading": "API Токенууд", + "api_tokens.intro": "DocuElevate API-тай программчлан холбогдох зориулалттай хувийн API токенуудыг үүсгэнэ үү. Токенуудыг вебхук ачигч, CI/CD хоолой, эсвэл баримт бичгийг ачаалах буюу татаж авах шаардлагатай бүх скриптэд ашиглана.", + "api_tokens.loading_tokens": "Токенуудыг ачаалж байна\u001a", + "api_tokens.never": "Хэзээ ч биш", + "api_tokens.no_tokens_heading": "API токенууд одоогоор алга", + "api_tokens.no_tokens_help": "Эхний токенээ дээрх байдлаар үүсгэж эхлээрэй.", + "api_tokens.page_title": "API Токенууд – DocuElevate", + "api_tokens.revoke": "Цуцлах", + "api_tokens.revoke_prefix": "Токеныг цуцлах", + "api_tokens.status_active": "Идэвхитэй", + "api_tokens.status_revoked": "Цуцлагдсан", + "api_tokens.table_aria": "API Токенууд", + "api_tokens.token_created": "Токен амжилттай бүтээгдлээ!", + "api_tokens.token_name_label": "Токены нэр", + "api_tokens.token_name_placeholder": "жишээ нь. CI Pipeline, Webhook Upload, My Script", + "api_tokens.usage_heading": "Зарцуулалтын Жишээ", + "api_tokens.usage_intro_post": "бүх API хүсэлтэнд хөтөлбөр:", + "api_tokens.usage_intro_pre": "Таны API токеныг", + "api_tokens.your_tokens": "Таны Токенууд", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "Нөөц", + "audit.col_timestamp": "Цагийн тэмдэглэгээ", + "audit.critical": "Чухал", + "audit.filter_action": "Үйлдэл", + "audit.filter_all_actions": "Бүх үйлдлүүд", + "audit.filter_all_users": "Бүгд хэрэглэгчид", + "audit.filter_resource_placeholder": "жишээ нь, баримт, хэрэглэгч", + "audit.filter_resource_type": "Нөөцийн төрөл", + "audit.filter_severity": "Ноцтой байдал", + "audit.filter_user": "Хэрэглэгч", + "audit.filters_section_label": "Аудитийн логийн шүүлтүүд", + "audit.next": "Дараачийн", + "audit.next_label": "Дараагийн хуудас", + "audit.no_events": "Одоогоор ямар ч аудитийн үйл явдлууд тэмдэглэгдээгүй.", + "audit.no_events_hint": "Чухал үйлдлүүд (орох, баримт үйлдлүүд, тохиргоо өөрчлөлтүүд) энд гарч ирнэ.", + "audit.page_title": "Аудитийн логууд - DocuElevate", + "audit.pagination_label": "Аудитийн логийн хуудсалбар", + "audit.prev": "Өмнөх", + "audit.prev_label": "Өмнөх хуудас", + "audit.refresh_label": "Аудитийн логуудыг шинэчлэх", + "audit.siem_disabled_title": "SIEM илгээх хаагдсан", + "audit.siem_enabled_title": "Үйл явдлууд илгээгдэж байна ", + "audit.siem_off": "SIEM: Унтрах", + "audit.subtitle": "Чухал үйлдлүүдийн өргөн, зөвхөн нэмэгдүүлэх бүртгэл.", + "audit.table_label": "Аудитийн логийн үйл явдлууд", + "audit.title": "Аудитийн логууд", + "auth.confirm_password": "Нууц үгээ баталгаажуул", + "auth.create_account": "Түлхүүр үүсгэх", + "auth.display_name_label": "Үзүүлэх нэр", + "auth.email_label": "Имэйл", + "auth.forgot_password": "Нууц үгээ мартсан уу?", + "auth.forgot_username": "Хэрэглэгчийн нэрийг мартсан уу?", + "auth.login": "Нэвтрэх", + "auth.login_title": "Нэвтрэх", + "auth.logo_alt": "DocuElevate Лого", + "auth.logout": "Гарах", + "auth.my_account": "Миний данс", + "auth.no_account": "Дансгүй юу?", + "auth.or_continue_with": "Эсвэл үргэлжлүүлнэ:", + "auth.password_label": "Нууц үг", + "auth.profile": "Профайл", + "auth.remember_me": "Намайг сануул", + "auth.return_home": "Нүүр хуудас руу буцах", + "auth.sign_in": "Нэвтрэх", + "auth.sign_in_sso": "SSO-оор нэвтрэх", + "auth.sign_in_with": "Нэвтрэх", + "auth.sign_in_with_username": "Нэвтрэх нэрээр нэвтрэх", + "auth.signup": "Бүртгүүлэх", + "auth.signup_title": "Бүртгүүлэх", + "auth.username_label": "Нэвтрэх нэр", + "auth.username_or_email": "Нэвтрэх нэр эсвэл Имэйл", + "auth.verify_email_back_sign_in": "Нэвтрэх хэсэгт буцах", + "auth.verify_email_expiry": "Холбоос 24 цагийн дараа хүлээн авалт дуусна. Хэрэв та имэйлээ хараагүй бол спам хүснэгтийг шалгаарай.", + "auth.verify_email_heading": "И-мэйл хаягаа шалгах", + "auth.verify_email_message": "Бид танд баталгаажуулах имэйл явуулав. Таны данс идэвхжүүлэхийн тулд имэйлд байгаа холбоосыг дарна уу.", + "auth.verify_email_page_title": "DocuElevate - И-мэйл хаягаа баталгаажуулна уу", + "auth.verify_email_resend_aria_label": "Дахин явуулах имэйл хаяг", + "auth.verify_email_resend_button": "Баталгаажуулах имэйл дахин явуулах", + "auth.verify_email_resend_label": "Имэйл хаяг", + "auth.verify_email_resend_placeholder": "Таны имэйл хаягийг оруулна уу", + "auth.verify_email_resend_prompt": "Хүлээн авсангүй юу?", + "backup.archives_heading": "Нөөцийн Архивууд", + "backup.backup_now": "Одоо нөөцөл", + "backup.clean_up": "Цэвэрлэлт", + "backup.cleanup_title": "Одоо хадгалалтын цэвэрлэгээ хийх", + "backup.col_created": "Үүсгэсэн", + "backup.col_filename": "Файлын нэр", + "backup.col_size": "Хэмжээ", + "backup.col_storage": "Санах ой", + "backup.col_type": "Төрөл", + "backup.config_auto_backup": "Авто-нөөцлөлт", + "backup.config_remote_dest": "Алсын зорилго", + "backup.config_retention": "Хадгалалт", + "backup.config_total_size": "Нийт локал хэмжээ", + "backup.confirm_btn": "Батлах", + "backup.confirm_title": "Үйлдлийг батлах", + "backup.heading": "Нөөцийн Менежмент", + "backup.local_only": "Зөвхөн локал", + "backup.no_backups": "Одоогоор нөөц байхгүй.", + "backup.no_backups_hint": "Таны анхны нөөцийг бий болгохын тулд Одоо нөөцөл хүндрэх товчыг дарна уу.", + "backup.page_title": "Нөөцийн Менежмент", + "backup.records_label": "бичлэгүүд", + "backup.restore_btn": "Сервержих", + "backup.restore_desc_mid": "нөөцийн архивыг өгөгдлийн сантай сэргээх.", + "backup.restore_desc_pre": "Ачаалах", + "backup.restore_desc_warning": "Энэ нь бүх одоогийн өгөгдлийг дахин бичих болно.", + "backup.restore_file_label": "Нөөц архив (.db.gz)", + "backup.restore_heading": "Файлаас сэргээх", + "backup.restoring": "Сэргээн босгох\b5\t\u0000", + "backup.retention_daily_detail": "\b7\u00027 долоо хоногийн турш хадгалагдана", + "backup.retention_heading": "Хадгалах бодлого", + "backup.retention_hourly_detail": "\b7\u00027 өдрийн турш хадгалагдана", + "backup.retention_note": "Эдгээр хязгаартай нөөцлөгдөсөн мэдээллүүд нийлж, шинээр нөөцлөх бүрт автоматаар арилгана.", + "backup.retention_weekly_detail": "\b7\u00027 ~3 сарын турш хадгалагдана", + "backup.snapshots": "суурь зураг", + "backup.status_ok": "сайн", + "backup.storage_local": "орчны", + "backup.subtitle": "Мэдээллийн сангийн нөөцлөгдсөн файлууд автомат хэлбэрээр гардаг: цаг тутам (4 өдөр), өдөр бүр (3 долоо хоног), долоо хоног бүр (13 долоо хоног).", + "backup.table_aria": "Нөөц архивууд", + "backup.trigger_daily": "Одоо нөөцлөх (Өдөр бүр)", + "backup.trigger_hourly": "Одоо нөөцлөх (Цаг тутам)", + "backup.trigger_weekly": "Одоо нөөцлөх (Долоо хоног тутам)", + "backup.type_daily": "Өдөр тутам", + "backup.type_hourly": "Цаг тутам", + "backup.type_weekly": "Долоо хоног тутам", + "billing.go_to_dashboard": "Танилцуулгад явах", + "billing.manage_subscription": "Нишээ удирдах", + "billing.success_heading": "Та бүх зүйл бэлэн боллоо!", + "billing.success_message": "Таны захиалга идэвхжүүлэгдлээ. DocuElevate-ыг сонгосонд баярлалаа!", + "billing.success_page_title": "DocuElevate - Захиалга идэвхжүүлэгдлээ", + "common.actions": "Үйлдлүүд", + "common.active": "Идэвхтэй", + "common.all": "Бүгд", + "common.avatar": "Аватар", + "common.back": "Буцах", + "common.cancel": "Цуцлах", + "common.close": "Хаах", + "common.col_pending": "Хүлээгдэж байна", + "common.completed": "Гүйцэтгэсэн", + "common.confirm": "Баталгаажуулах", + "common.copied": "Хуулсан!", + "common.copy": "Хуулбарлах", + "common.create": "Бүх зүйл үүсгэх", + "common.created": "Үүсгэсэн", + "common.date": "Огноо", + "common.delete": "Устгах", + "common.description": "Тодорхойлолт", + "common.details": "Дэлгэрэнгүй", + "common.disabled": "Унтраагдсан", + "common.download": "Татаж авах", + "common.duplicate": "Давхар", + "common.edit": "Засварлах", + "common.enabled": "Идэвхжүүлсэн", + "common.error": "Алдаа", + "common.failed": "Амжилтгүй", + "common.filter": "Шүүх", + "common.inactive": "Идэвхгүй", + "common.info": "Мэдээлэл", + "common.loading": "Татаж байна...", + "common.name": "Нэр", + "common.next": "Дараагийн", + "common.next_page": "Дараагийн хуудас", + "common.no": "Үгүй", + "common.none": "Ямар ч", + "common.page": "Хуудас", + "common.paused": "Зогссон", + "common.pending": "Хүлээгдэж байна", + "common.prev_page": "Өмнөх хуудас", + "common.previous": "Өмнөх", + "common.processing": "Объект боловсруулж байна", + "common.refresh": "Сэргээх", + "common.reset": "Анхны байдалд нь буцаах", + "common.retry": "Дахин оролдох", + "common.save": "Хадгалах", + "common.search": "Хайлт", + "common.select": "Сонгох", + "common.select_placeholder": "— сонгох —", + "common.size": "Хэмжээ", + "common.status": "Төхөөрөмжийн төлөв", + "common.submit": "Илгээх", + "common.success": "Амжилт", + "common.tags": "Тагууд", + "common.test": "Тест", + "common.test_connection": "Холболтыг шалгах", + "common.type": "Төрөл", + "common.update": "Шинэчлэх", + "common.updated": "Шинэчлэгдсэн", + "common.upload": "Бичих", + "common.view": "Үзэх", + "common.warning": "Анхааруулга", + "common.yes": "Тийм", + "cookie.accept": "Олов", + "cookie.learn_more": "Дэлгэрэнгүй мэдээлэл авах", + "cookie.message": "Энэхүү вебсайт таны туршлагыг сайжруулахын тулд күүк ашигладаг.", + "cookie.notice": "DocuElevate зөвхөн баталгаажуулалт ба үйлчилгээний ажиллагаанд шаардлагатай үндсэн сессийн күүкийг ашигладаг. Хянах эсвэл шинжилгээний күүк ашиглагдахгүй.", + "cookie.notice_label": "Күүкийн мэдэгдэл", + "cookie.policy_link": "Күүкийн бодлого", + "cookie.privacy_link": "Нууцлалын мэдэгдэл", + "credentials.col_action": "Үйлдэл", + "credentials.col_credential": "Илгээмж", + "credentials.col_source": "Эх сурвалж", + "credentials.configured": "Тохируулах", + "credentials.edit_in_settings": "Тохиргоонд засварлах", + "credentials.legend_db": "Мэдээллийг мэдээллийн санд хадгалсан (амрах үеийн шифрлэлтэй; орчинд байгаа хувьсагчийг дахин давтагдана)", + "credentials.legend_env_after": " файл", + "credentials.legend_env_before": "Орчны хувьсгачаас утга эсвэл ", + "credentials.legend_missing": "Илгээмж тавигдаагүй \u00014 интеграция ажиллахгүй", + "credentials.legend_restart": "Энэхүү илгээмжийг эргүүлэх үед дахин эхлүүлэх шаардагдана", + "credentials.legend_title": "Тойм", + "credentials.manage_settings": "Тохиргоог удирдах", + "credentials.not_configured": "Байхгүй", + "credentials.page_title": "Илгээмжийн аудит - DocuElevate", + "credentials.raw_json": "Донгод Мэдээлэл (API)", + "credentials.restart_title": "Энэхүү илгээмжийг эргүүлэхийн дараа дахин эхлүүлэх шаардлагатай", + "credentials.source_db_title": "Мэдээллийн санд хадгалагдсан (шифрлэгдсэн)", + "credentials.source_env_title": "Орчны хувьсгачаас", + "credentials.status_missing": "Байхгүй", + "credentials.subtitle": "DocuElevate-ээс ашиглагдаж буй бүх эмзэг илгээмжийг тоймлох. Энд нууц утга харуулахгүй \u00014 зөвхөн тухайн илгээмж хэрхэн тохируулагдсан байна вэ, хаанаас ирдэгийг харуулна.", + "credentials.table_for": "Илгээмжүүдийн", + "credentials.title": "Илгээмжийн аудит", + "credentials.total_credentials": "Нийт Илгээмжүүд", + "dashboard.active_integrations": "Идэвхтэй интеграци", + "dashboard.files_this_month": "Энэ сард файлууд", + "dashboard.files_today": "Өнөөдөр файлууд", + "dashboard.ocr_processed": "OCR боловсруулагдсан", + "dashboard.quick_actions": "Хурдан үйлдлүүд", + "dashboard.recent_activity": "Саяхны үйл ажиллагаа", + "dashboard.storage_targets": "Сангилалтын зорилго", + "dashboard.title": "Хяналтын самбар", + "dashboard.total_files": "Нийт файлууд", + "dashboard.welcome": "DocuElevate-д тавтай морил", + "duplicates.file_id_label": "Файлын ID", + "duplicates.file_id_placeholder": "жишээ нь 42", + "duplicates.find_btn": "Ол", + "duplicates.found_files": "давхцаж буй файл(ууд) нийт.", + "duplicates.found_groups": "давхцаж буй бүлэг(үүд) нь", + "duplicates.found_prefix": "Олсон", + "duplicates.group_aria": "Давхцаж буй бүлэг", + "duplicates.heading": "Давхцаж буй Баримт бичгүүд", + "duplicates.how_it_works_heading": "Ойр давхцаж буй илрүүлэлтийн ажиллах арга", + "duplicates.max_results_label": "Хамгийн их үр дүн", + "duplicates.near_dup_desc": "Бусад файлууд адил (эсвэл маш төстэй) агуулга агуулж байгаа эсэхийг шалгахын тулд баримт бичгийг сонгоно уу — өөр өөр хугацаанд скан хийсэн ч бай, янз бүрийн SHA-256 хэшүүдтэй байж болно.", + "duplicates.near_dup_heading": "Давхцаж буй баримт бичигт ойр давхцалыг ол", + "duplicates.no_exact_heading": "Тодорхой давхцал олдсонгүй", + "duplicates.page_title": "Давхцаж буй Баримт бичгүүд - DocuElevate", + "duplicates.pagination_aria": "Хуудасны ялгаа", + "duplicates.role_duplicate": "Давхцал", + "duplicates.role_original": "Үндсэн", + "duplicates.tab_exact": "Тодорхой Давхцал", + "duplicates.tab_near": "Ойр Давхцал Олох", + "duplicates.tabs_aria": "Давхцал илрүүлэх табууд", + "duplicates.threshold_label": "Төстэй байдал", + "duplicates.view_dup_aria": "Давхцаж буй файлыг үзэх", + "duplicates.view_original_aria": "Үндсэн файлыг үзэх", + "error.404_code": "404", + "error.404_heading": "Үхсэн! Бид энэ хуудасыг олж чадсангүй!", + "error.404_home": "Гэр рүү буцах", + "error.404_message": "DocuElevate таны хайж байгаа баримт бичгийг алдаж орхисон мэт байна. Санаа зоволтгүй – бид таныг дэмжиж байна.", + "error.404_title": "404 - Олдсонгүй", + "error.500_code": "500", + "error.500_debug_info": "Алдаа мэдээллийг харах", + "error.500_description": "Манай серверүүдад алдаа гарч, нэг хэсэг хугацаа шаардлагатай боллоо.", + "error.500_heading": "Үхсэн! Юу нь ч буруу болов.", + "error.500_home": "Гэр рүү явах", + "error.500_img_alt": "Серверийн алдааны дүрслэл", + "error.500_message1": "Манай серверүүдад алдаа гарч, нэг хэсэг хугацаа шаардлагатай боллоо. Магадгүй гахайнууд кофеоосоо асгасан байх?", + "error.500_message2": "Бид одоо энэ асуудлыг шийдэж байна – файлуудыг ялгах, серверүүдийг дахин эхлүүлэх, мөн флюкс конденсаторуудыг дахин тохируулах.", + "error.500_title": "Серверийн Алдаа - DocuElevate", + "error.forbidden": "Захиргааны хорио", + "error.forbidden_message": "Та энэ хуудсыг хандалтын зөвшөөрөлгүй байна.", + "error.not_found": "Хуудас олдсонгүй", + "error.not_found_message": "Та хайж буй хуудас оршин байхгүй.", + "error.server_error": "Дотоод серверийн алдаа", + "error.server_error_message": "Ямар нэг зүйл буруу байна. Дахин хattempt хийх мэдээлэл.", + "error.unauthorized": "Зөвшөөрөлгүй", + "error.unauthorized_message": "Энэ хуудсанд хандахын тулд та нэвтэрч орох шаардлагатай.", + "files.action_delete": "Файлыг устгах", + "files.action_details": "Тодорхойлолтыг харах", + "files.action_preview": "Товчооны урьдчилсан хувилбар", + "files.bulk_clear_selection": "Сонголтыг цэвэрлэх", + "files.bulk_cloud_ocr": "Cloud OCR-ийг дахин гүйцэтгэх", + "files.bulk_delete": "Сонгогдсон файлуудыг устгах", + "files.bulk_download": "ZIP форматаар татах", + "files.bulk_reprocess": "Сонгогдсон файлуудыг дахин боловсруулах", + "files.delete_modal_cancel": "Цуцлах", + "files.delete_modal_confirm": "Устгах", + "files.delete_modal_message": "Та энэ файлыг устгахдаа итгэлтэй байна уу?", + "files.delete_modal_title": "Устгал баталгаажуулах", + "files.document_title": "Баримтын гарчиг", + "files.drop_overlay_hint": "PDF, Office баримт, зураг, HTML, Markdown болон бусад зүйлийг дэмжинэ – хавтсуудаас дахин боловсруулна.", + "files.drop_overlay_title": "Файлууд эсвэл хавтаснуудыг хаана ч шилжүүлэн оруулах", + "files.error_hint": "Энэ нь зохион байгуулалт эсвэл импортын асуудалтай холбоотой байж магадгүй. Серверийн логыг шалгана уу.", + "files.file_size": "Файлын хэмжээ", + "files.filename": "Файлын нэр", + "files.files_selected": "сонгогдсон файлууд", + "files.filter_all_providers": "Бүх нийлүүлэгчид", + "files.filter_all_statuses": "Бүх төлөв", + "files.filter_all_types": "Бүх төрөл", + "files.filter_apply": "Шүүлтүүрийг ашиглах", + "files.filter_clear": "Цэвэрлэх", + "files.filter_date_from": "Одоогоос", + "files.filter_date_from_aria": "Одоогийн огноог шүүх", + "files.filter_date_to": "Одоогийн", + "files.filter_date_to_aria": "Одоогоос огноог шүүх", + "files.filter_form_aria": "Файлуудыг шүүх", + "files.filter_mime_type": "MIME төрөл", + "files.filter_ocr_all": "Бүх файлууд", + "files.filter_ocr_good": "Сайн чанар", + "files.filter_ocr_poor": "Муу чанар", + "files.filter_ocr_quality": "OCR чанар", + "files.filter_ocr_quality_aria": "OCR чанарын оноогоор шүүж олох", + "files.filter_ocr_unchecked": "Шалгаагүй", + "files.filter_search_label": "Файлын нэрийг хайх", + "files.filter_search_placeholder": "Файлын нэрийг оруулна уу...", + "files.filter_storage_provider": "Санах ойны үйлчилгээ", + "files.filter_tags_aria": "Тагуудын дагуу шүүж олох (коммаар тусгаарлагдсан)", + "files.filter_tags_placeholder": "жишээ: цахим тайлан,amazon", + "files.fulltext_search_label": "Бүтнээр нь хайх (OCR текст, метадата, тагууд)", + "files.fulltext_search_placeholder": "Баримтын агуулга, илгээгч, таг, төрөл хайх...", + "files.no_files": "Файлууд олдсонгүй", + "files.ocr_status": "OCR статус", + "files.page_title": "Файлын бүртгэл", + "files.pagination_files": "файлууд", + "files.pagination_first": "Эхний", + "files.pagination_last": "Сүүлийн", + "files.pagination_nav_aria": "Файлын жагсаалтын хуудсалбал", + "files.pagination_next": "Дараагийн", + "files.pagination_of": "ийн", + "files.pagination_previous": "Өмнөх", + "files.pagination_showing": "Гаргаж байна", + "files.preview_modal_close": "Урьдчилсан үзэгдлийг хаах", + "files.preview_modal_title": "Урьдчилсан үзэгдэл", + "files.queue_banner_items": "эзэмшил(үүд) одоогоор дараалалд байна эсвэл боловсруулагдаж байна. Боловсруулалт дуусахад файлууд энд харагдана.", + "files.queue_banner_link": "Дарааллыг харах", + "files.saved_searches_empty": "Одоогоор хадгалагдсан хайлт алга", + "files.saved_searches_error": "Хадгалагдсан хайлт ачаалж чадсангүй", + "files.saved_searches_label": "Хадгалагдсан хайлт", + "files.saved_searches_save": "Одоогийн байдлаар хадгалах", + "files.saved_searches_save_aria": "Одоогийн шүүлтүүрийг хадгалагдсан хайлт болгон хадгалах", + "files.search_results_empty": "Олдсон үр дүн alga.", + "files.search_results_title": "Хайлын үр дүн", + "files.status_duplicate": "Давхардсан", + "files.table_actions": "Үйлдлүүд", + "files.table_aria": "Файлын бүртгэл", + "files.table_created_at": "Бий болсон огноо", + "files.table_empty": "Файлууд олдсонгүй", + "files.table_id": "ID", + "files.table_mime_type": "MIME төрөл", + "files.table_original_filename": "Анхны файлын нэр", + "files.table_select_all": "Энэ хуудсанд бүх файлуудыг сонгох", + "files.tags": "Тагууд", + "files.title": "Файлууд", + "files.upload_modal_aria": "Аппарт прогресс", + "files.upload_modal_close": "Аппарат-прогрессыг хаах", + "files.upload_modal_header": "Файлуудыг дамжуулж байна", + "files.uploaded": "Дамжуулсан", + "footer.about": "Тухай", + "footer.attribution": "Зарчим", + "footer.attributions": "Зарчимууд", + "footer.cookies": "Күүкий", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "Хэвлэл", + "footer.license": "Лиценз", + "footer.navigation": "Футер навигаци", + "footer.privacy": "Нууцлал", + "footer.terms": "Нөхцөл", + "footer.version": "Хувилбар {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "OAuth холбогдсон. Файлууд таны сонгосон фолдерт очно.", + "help.destinations_email": "Имэйл илгээмж", + "help.destinations_email_desc": "Объект файлууд SMTP хавсралтын хамт илгээгддэг.", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "Үйлчилгээний данс эсвэл OAuth. Хуваалцсан драйвуудыг дэмждэг.", + "help.destinations_heading": "Очигдлууд – Баримт бичгүүд хаашаа явдаг вэ", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "WebDAV-ээр өөрийн хостлогдсон үүлний хадгалах.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Microsoft Graph API интеграцчилал.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "Баримт бичгүүдийг архивын тулд Paperless руу шууд түлхэх.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "Ямар ч S3-с совместимый сав (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "Аюулгүй файл дамжуулах ямар ч серверт.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "Ямар ч гадаад хугацаанд POST метадата илгээх.", + "help.documentation": "Баримт бичиг", + "help.faq": "Тодруулсан асуултууд", + "help.faq_1_a": "Дамжуулах хуудас руу орж, файлуудыг чирж тавих эсвэл Файл сонгох дээр дарна уу. DocuElevate зураг, албан бичгийг PDF руу хөрвүүлж, OCR гүйцэтгэж, метадата татаж авна.", + "help.faq_1_q": "Би хэрхэн баримт бичгүүдийг дамжуулах вэ?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, болон HTML. PDF бус файлууд процесс хийхээс өмнө PDF болгон автоматаар хөрвүүлэгддэг.", + "help.faq_2_q": "Ямар файл форматууд дэмжигдэж байна вэ?", + "help.faq_3_a": "Тийм. И-мэйл оролт руу очоод IMAP бүртгэл нэмээрэй, DocuElevate шинэ мессежүүдийг хянаж, хавсралтуудыг автоматаар боловсруулах болно.", + "help.faq_3_q": "Би и-мэйлээс баримт бичгүүдийг оруулж болох уу?", + "help.faq_4_a": "Пипелинүүд нь процессын алхмуудыг зангиддаг – OCR, AI олборлолт, формат хөрвүүлэлт – ба үр дүнг нэг эсвэл хэд хэдэн газарт дамжуулах боломжийг олгодог. Эдгээрийг Пипелин хуудаснаас үүсгэж, удирдаарай.", + "help.faq_4_q": "Процессорын пипелинүүд хэрхэн ажилладаг вэ?", + "help.faq_5_a": "DocuElevate нууц үгсийг амьдрах үед шифрлэж, TLS-ээр харилцаж, таны баримт бичгийг шаардлагатай хугацаанаас удаан хадгалдаггүй. Дэлгэрэнгүй мэдээллийг Нууцлалын мэдэгдэлд хараарай.", + "help.faq_5_a_post": "дэлгэрэнгүй мэдээлэл.", + "help.faq_5_a_pre": "DocuElevate нь нөөцөд байгаа мэдээллийг шифрлэдэг, TLS-ээр харилцуулдаг бөгөөд таны материалыг шаардлагатайгаас урт хугацаанд хадгалахгүй. Үүнийг харна уу ", + "help.faq_5_q": "Миний мэдээлэл аюулгүй юу?", + "help.faq_heading": "Тунгаан асуудаг асуултууд", + "help.getting_started": "Эхлүүлэх", + "help.heading": "Тусламжийн төв", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "REST API-ийг ашиглан материалуудыг программын хувьд нэгтгэнэ үү. Bearer токен ашиглан зэрэглэгжээрэй болон файлуудыг ачаалах цэгт оруулна уу.", + "help.ingestion_heading": "Мэдээ нэгтгэх хэрэгсэл", + "help.ingestion_mobile": "Мобайл апп", + "help.ingestion_mobile_desc": "Таны утас эсвэл таблет руу DocuElevate-д зураг болон нэгтгэл явуулахад дэмжлэг үзүүлдэг ямар ч мобайл сканнерийн аппыг ашиглана уу.", + "help.ingestion_scanners": "Сүлжээний сканнерууд", + "help.ingestion_scanners_desc": "Сүлжээний сканнер эсвэл олон функцтэй принтерийг DocuElevate-ийн ачилтын цэгт чиглүүлнэ үү. Скан хийгдсэн материалууд таны боловсруулах дараалалд шууд очно.", + "help.ingestion_watched_folders": "Хянаж буй хавтас", + "help.ingestion_watched_folders_desc": "Хянаж буй дотоод эсвэл сүлжээний хавтасыг тохируулах. Хянаж буй хавтсанд байрлуулсан аль ч файл автомат байдлаар ачааллагдаж, DocuElevate-д боловсруулна.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "DocuElevate-ийг Zapier, n8n, эсвэл Make автоматаар workflow-д нэгтгээрэй. Аль ч үйл явдлаас материал ачаалахыг идэвхжүүлэхийн тулд REST API үйлдлийг ашиглана уу.", + "help.meta_description": "DocuElevate-д тусламж авч, материалуудыг ачаалах, үүл хадгалахыг холбох, хоолойн тохиргоог хийх, мөн бусадыг олж аваарай.", + "help.og_description": "DocuElevate-д тусламж авч, материалуудыг ачаалах, үүл хадгалахыг холбох, хоолойн тохиргоог хийх, мөн бусадыг олж аваарай.", + "help.page_title": "Тусламжийн төв", + "help.privacy_notice": "Нууцлалын мэдэгдэл", + "help.quickstart_heading": "Туршилтын эхлэлт", + "help.quickstart_storage": "Хадгалагдсан холбоос", + "help.quickstart_storage_desc": "Тохиргоо руу очиж, үүлний дансуудаа холбох. Процессын баримт бичгүүдийг та зохион байгуулсан бүх газарт автоматаар дамжуулна.", + "help.quickstart_storage_desc_full": "Нэгдлүүд рүү очиж, таны үүл хадгалах дансуудыг холбоно уу. DocuElevate нь Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, болон бусдыг дэмждэг. Боловсруулсан материалыг та тохируулсан бүх зонд автомат байдлаар өгч явуулна.", + "help.quickstart_upload": "Баримт бичгүүдийг оруулна уу", + "help.quickstart_upload_desc": "Оруулалтын хуудсанд файлуудаа чирж тавиарай эсвэл Файл сонгох дээр дарна уу. DocuElevate зураг, оффисын баримт бичгүүдийг PDF болгон хөрвүүлж, OCR гүйцэтгэж, метадатаа автоматаар олборлоно.", + "help.quickstart_workflows": "Ажил flows-ыг автоматжуулна уу", + "help.quickstart_workflows_desc": "Б олон алхам бүхий боловсруулалт болон дамжуулах дүрмийг тодорхойлох Пипелинүүдийг үүсгээрэй. OCR, AI олборлолт, формат хөрвүүлэлт, болон хүргэхийг нэг урсгалаар нэгтгэнэ.", + "help.sources_email_ingestion": "И-мэйл оруулга (IMAP)", + "help.sources_email_ingestion_desc": "Баримт бичгийг тусгай имэйл хаяг руу илгээгээрэй. И-мэйл оруулгын доор нэг эсвэл хэд хэдэн IMAP данс нэмээрэй. DocuElevate шинэ мессежүүдийг хянаж, хавсралтуудыг автоматаар боловсруулна.", + "help.sources_heading": "Эх үүсвэрүүд – Баримт бичгүүдийг оруулах", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "/api/upload руу файлыг POST хийж программ хангамжаар интеграцчилаарай. Скриптүүд, хянасан фолдерууд, сканнерууд, эсвэл Zapier болон n8n зэрэг гуравдагч талын хэрэгслүүдэд сайн.", + "help.sources_scanner": "Сканнер & Мобайл", + "help.sources_scanner_desc": "Сүлжээний сканнеруудыг DocuElevate-ийн оруулалтын эцсийн цэгт чиглүүл эсвэл өөрийн зориулалтын HTTP цэгүүдийг дэмждэг ямар ч мобайл сканнерийн програмыг ашиглана уу.", + "help.sources_scanner_desc_full": "Сүлжээний сканнер эсвэл олон функцтэй принтерээ DocuElevate руу шууд скан хийхээр тохируулна уу. Ачилтын цэгт /api/upload идэвхжүүлнэ. Харанхуй ачаалах чиглэлтэй мобайл сканнерийн аппууд мөн дэмжигдэнэ.", + "help.sources_web_upload": "Вэбээс оруулах", + "help.sources_web_upload_desc": "Эхлэхийн хамгийн хурдан арга. Оруулалтын хуудсыг нээгээд, нэг эсвэл хэд хэдэн файлыг шидээрэй, DocuElevate бусдыг нь арчиж өгнө. Дэмжигдсэн форматууд нь PDF, JPEG, PNG, TIFF, DOCX, XLSX, болон нэхэмжлэх бусад форматуудыг агуулна.", + "help.subheading": "DocuElevate-ийг хамгийн их ашиглахад тань хэрэгтэй бүх зүйл. Дараах сэдвүүдийг шүүж эсвэл та хэрэгтэй зүйлээ хайж үзээрэй.", + "help.support": "Дэмжлэг", + "help.support_admin_message": "Дэмжлэгийн мэдээлэл авахын тулд администратортой холбогдоно уу.", + "help.support_description": "Та хайж байгаа зүйлээ олж чадахгүй байна уу? Бидний дэмжлэгийн баг туслахад бэлэн.", + "help.support_heading": "Дэмжлэгтэй холбогдоно уу", + "help.support_live_chat": "Амьд чат боломжтой - ярилцлага эхлүүлэхийн тулд чатны бөмбөрцөг дээр дарна уу.", + "help.support_ticket_button": "Тасалбар гаргах", + "help.support_ticket_desc": "Доорхи формыг бөглөж, манай дэмжлэгийн баг таньд аль болох хурдан хариулах болно.", + "help.support_ticket_heading": "Дэмжлэгийн тасалбар нээснээ", + "help.title": "Тусламжийн төв", + "help.workflows_creating": "Пипелин үүсгэж байна", + "help.workflows_definition": "Пипелин нь баримт бичгийг оруулах үед автоматаар ажиллах процессын алхмуудын цуврал юм. Бусад алхмууд баримт бичгийг өөрчлөх, баяжуулах, эсвэл дамжуулах боломжтой.", + "help.workflows_heading": "Ажил flows & Пипелинүүд", + "help.workflows_step_1": "PDF болгон хөрвүүлэх", + "help.workflows_step_1_create": "Нүүр хуудаснаас Pipelines руу явна уу.", + "help.workflows_step_1_full": "PDF рүү хөрвүүлэх - орж буй бүх файлуудыг нэг төрлийн PDF форматад нормчилно.", + "help.workflows_step_2": "OCR – текст гаргах", + "help.workflows_step_2_create": "Шинэ Pipeline дарж, нэр өгөөрэй.", + "help.workflows_step_2_full": "OCR - Скан хуудаснаас сонгогдож болох текстийг Azure Document Intelligence эсвэл бүрэн хийцийн хөдөлгүүрийг ашиглан гаргах.", + "help.workflows_step_3": "AI мета мэдээлэл гаргалт", + "help.workflows_step_3_create": "Танд шаардлагатай боловсруулах алхмуудыг нэмнэ үү.", + "help.workflows_step_3_full": "AI метадатаг гаргаж авах - материалын төрөл классаар ангилах ба OpenAI-ийг ашиглан мөнгөн дүн, огноо, нэрс гэх мэт чухал талбаруудыг гаргаж авах.", + "help.workflows_step_4": "Нэг буюу олон газар хүргэх", + "help.workflows_step_4_create": "Нэг буюу олон хүргээд газрын сонгоно уу.", + "help.workflows_step_5_create": "Хадгалах – шинэ бичиг баримт энэ pipeline-ээр автоматаар боловсруулагдана.", + "help.workflows_typical_steps": "Тархай алхмууд", + "help.workflows_what_is": "Pipeline гэж юу вэ?", + "index.badge_intelligent": "Ухаалаг бичиг баримтын боловсруулах", + "index.button_browse_files": "Файлуудыг хайх", + "index.button_upload": "Ачааллах", + "index.capabilities_cloud": "Үүлэн хадгалах: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Имэйл & URL-ээр бичиг баримтыг хүлээн авах", + "index.capabilities_ocr": "OCR & AI-тай мета мэдээлэл гаргалт", + "index.capabilities_paperless": "Бичиг баримтын удирдлагад зориулсан Paperless-ngx интеграци", + "index.capabilities_title": "Чадварууд", + "index.capabilities_workflows": "Автоматжуулсан ангилал ба чиглүүлгийн workflows", + "index.cta_description": "DocuElevate-тэй бичиг баримт боловсруулалтыг автоматжуулж буй багуудтай нэгдээрэй.", + "index.cta_heading": "Таны бичиг баримтын workflows-ийг дээд зэргээр төлөвлөж бэлэн үү?", + "index.cta_pricing": "Үнэ тарифыг харах", + "index.cta_signup": "Чамъд үнэгүй данс үүсгээрэй", + "index.dashboard_subtitle": "Ухаалаг бичиг баримтын боловсруулалт ба менежмент", + "index.dashboard_subtitle_teams": "Ухаалаг бичиг баримтын боловсруулалт ба менежмент — багуудад зориулагдсан", + "index.feature_ai": "AI Мета мэдээлэл гаргалт", + "index.feature_ai_desc": "OpenAI, Claude, Gemini болон бусад залгууртай AI нийлүүлэгчид бичиг баримтыг ангилж, огноо, дүн, сэдэв зэрэг үндсэн гадаргууг гаргаж авна.", + "index.feature_cloud": "Олон Үүл хадгалах", + "index.feature_cloud_desc": "Болсон файлуудыг Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP болон бусад руу чиглүүлнэ.", + "index.feature_email": "Имэйл & IMAP хүлээн авах", + "index.feature_email_desc": "Gmail эсвэл аль ч IMAP шуудангийн хайрцгаас автоматжуулан бичиг баримтуудыг авна — гарын авлагаар ачаалах шаардлагагүй.", + "index.feature_ocr": "OCR & Текст гаргалт", + "index.feature_ocr_desc": "Azure Document Intelligence скан хийсэн PDF болон зурагнуудаас бүрэн хайдаг текст болж автоматжуулна.", + "index.feature_pipelines": "Захиалгат Pipelines", + "index.feature_pipelines_desc": "Боломжийг тохиргоотой алхамуудтай боловсруулалтын pipelines-г бүтээнэ үү — OCR, AI гаргалт, формат хөрвүүлэх, хадгалах чиглүүлэг аль ч дарааллаар.", + "index.feature_search": "Бүтэн текст хайлт", + "index.feature_search_desc": "Таны бүх архив дотор контент, мета мэдээлэл эсвэл шошгоор ямар ч бичиг баримтыг шууд олно.", + "index.feature_section_title": "Ухаалаг бичиг баримтын workflows-ийг хэрэгжүүлэхийн тулд шаардлагатай бүх зүйл", + "index.getting_started": "Эхлэх", + "index.getting_started_1": "Системийн статусын дагуу интеграциудыг тохируулах", + "index.getting_started_2": "Эхний баримтаа ачаалах", + "index.getting_started_3": "Файлуудад үр дүнг шинжлэх", + "index.getting_started_learn": "DocuElevate-ийн талаар илүү ихийг сурах", + "index.hero_description": "DocuElevate таны баримтуудыг залгиж, OCR явуулж, AI-тай метадата олборлож, файлуудыг Dropbox, Google Drive, OneDrive, S3, Nextcloud болон бусад руу чиглүүлдэг — бүх зүйлийг нэгэн хялбар шугамаар.", + "index.hero_heading": "Ачааллахаас мэдлэгт — автомат горимоор.", + "index.hero_login": "Нэвтрэх", + "index.hero_pricing": "Төлөвлөгөө ба үнэлгээ", + "index.hero_signup": "Эхлэх — үнэгүй", + "index.integrations_active": "Идэвхтэй интеграциуд", + "index.integrations_storage": "Хадгалах зорилтууд", + "index.integrations_title": "Интеграциуд", + "index.integrations_view_status": "Системийн статусыг харах", + "index.page_title_dashboard": "Самбар", + "index.page_title_public": "Ухаалаг баримт боловсруулах", + "index.platform_overview": "Платформын тойм", + "index.processing_stats": "Обработлах статистик", + "index.quick_actions": "Түргэн үйлдлүүд", + "index.quick_documents": "Миний баримтууд", + "index.quick_documents_desc": "Боловсруулсан файлуудаа хүсэх", + "index.quick_search": "Хайх", + "index.quick_search_desc": "Баримтуудын дунд бүхэлд нь текст хайх", + "index.quick_subscription": "Миний захиалга", + "index.quick_subscription_desc": "Төлөвлөгөө ба хэрэглээний дэлгэрэнгүйг харах", + "index.quick_system_status": "Системийн статус", + "index.quick_system_status_desc": "Интеграциийн эрүүл мэндийг шалгах", + "index.quick_upload": "Баримт ачаалах", + "index.quick_upload_desc": "Шинэ файлыг боловсруулах", + "index.quick_view_files": "Бүх файлуудыг харах", + "index.quick_view_files_desc": "Боловсруулсан баримтуудыг хүсэх", + "index.single_user_heading": "DocuElevate Самбар", + "index.single_user_subtitle": "Ухаалаг баримт боловсруулах ба удирдлага", + "index.stat_active_integrations": "Идэвхтэй интеграциуд", + "index.stat_active_users": "Идэвхтэй хэрэглэгчид", + "index.stat_files_month": "Энэ сарын файлууд", + "index.stat_files_ocr": "OCR-тэй файлууд", + "index.stat_files_today": "Өнөөдрийн файлууд", + "index.stat_storage_targets": "Хадгалах зорилтууд", + "index.stat_this_month": "Энэ сар", + "index.stat_today": "Өнөөдөр", + "index.stat_total_files": "Нийт файлууд", + "index.stat_total_processed": "Нийт боловсруулсан", + "index.tier_plan": "Төлөвлөгөө", + "index.tier_upgrade": "Шилжих", + "index.tier_view_details": "Дэлгэрэнгүйг харах", + "index.upgrade_daily_limits": "Илүү өндөр өдөр тутмын & сарын хязгаар", + "index.upgrade_description": "Нэмж үзэх баримт, нийлүүлэх газрууд, тэргүүнд дэмжлэг авахыг нээх.", + "index.upgrade_destinations": "Илүү олон хадгалах газрууд", + "index.upgrade_ocr_pages": "Илүү олон OCR хуудас", + "index.upgrade_plan": "Таны төлвийг сайжруулах", + "index.upgrade_view_pricing": "Төлөв ба үнийг харах", + "index.usage_lifetime": "Амьдралын файлууд", + "index.usage_month": "Энэ сард файлууд", + "index.usage_my_usage": "Миний хэрэглээ", + "index.usage_today": "Өнөөдрийн файлууд", + "index.usage_unlimited": "Хязгааргүй", + "integrations.access_key_label": "Нэвтрэх түлхүүрийн ID", + "integrations.active_label": "Идэвхтэй", + "integrations.add_button": "Нэмэх интеграц", + "integrations.add_first_button": "Эхний интеграц нэмэх", + "integrations.api_token_label": "API токен", + "integrations.authorize_btn": "Зөвшөөрөх", + "integrations.authorize_reauth": "Дахин зөвшөөрөх", + "integrations.bucket_label": "Сав", + "integrations.configure": "Тохируулах", + "integrations.connect": "Холбоосон", + "integrations.connected": "Холбоосон", + "integrations.connection_failed": "Холболт амжилтгүй", + "integrations.connection_success": "Холболт амжилттай", + "integrations.delete_confirm_are_you_sure": "Та үнэ цэнэтэйг устгах гэж байгаа гэдэгтээ итгэлтэй байна уу", + "integrations.delete_confirm_title": "Интеграц устгах уу?", + "integrations.delete_confirm_undone": "Энэ үйлдлийг буцааж болохгүй.", + "integrations.delete_emails_label": "Ашиглалтын дараа имэйлийг устгах", + "integrations.delete_files_label": "Ашиглалтын дараа файлыг устгах", + "integrations.destinations_quota_label": "Санах ойн чиглэлүүд:", + "integrations.destinations_section": "Чиглэлүүд", + "integrations.direction_destination": "Чиглэл (санах ой)", + "integrations.direction_label": "Чиглэл", + "integrations.direction_placeholder": "\u0014 Сонгох \u0014", + "integrations.direction_source": "Эх үүсвэр (хооллох)", + "integrations.disconnect": "Салгах", + "integrations.email_settings": "Имэйлийн урих тохиргоо", + "integrations.empty_state": "Холбоосон интеграци алга", + "integrations.endpoint_label": "Төгсгөлийн вэб хаяг", + "integrations.endpoint_optional": "(санамж, S3-тэй нийцсэн)", + "integrations.folder_label": "Нээлт", + "integrations.folder_optional": "(санамж)", + "integrations.folder_path_label": "Гаралтын зам", + "integrations.folder_prefix_label": "Гаралтын префикс", + "integrations.generic_settings_hint": "Энэхүү интеграцын төрөлд тохиргоог API-ийг ашиглан үүсгэсний дараа JSON хэлбэрээр өгч болно.", + "integrations.gmail_hint": "Gmail тэмдэглэгээ & од: идэвхжүүлсэн бол, боловсруулсан имэйлийг одтой болгож \"Итгэгч\" тэмдэглэгээтэй болгож байна. Зөвхөн Gmail серверуудад хамаарна.", + "integrations.gmail_labels": "Gmail тэмдэглэгээг & одыг хэрэглэх", + "integrations.host_label": "Хост", + "integrations.imap_settings": "IMAP тохиргоо", + "integrations.loading": "Интеграцуудаа ачаалж байна\u0014", + "integrations.modal_close": "Модалыг хаах", + "integrations.modal_title_add": "Интеграц нэмэх", + "integrations.modal_title_edit": "Интеграц засах", + "integrations.name_label": "Тэмдэглэгээ", + "integrations.name_placeholder": "жишээ: Work Gmail, S3 Архив", + "integrations.nextcloud_settings": "Nextcloud Тохиргоо", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "IMAP шиг мэдээллийн эх сурвалжууд болон S3, Dropbox, эсвэл Google Drive шиг хадгалах газруудыг холбохын тулд анхны интеграцаа нэмнэ үү.", + "integrations.not_connected": "Холбоогүй", + "integrations.oauth_folder_label": "ХFolder", + "integrations.oauth_hint": "Энэ интеграцыг анх хэрэглэж, дараа нь OAuth урсгалыг дуусгахын тулд Зөвшөөрөх товчийг ашиглана уу. Таны итгэмжлэлүүд таны хувийн интеграцийн бүртгэлд аюулгүй хадгалагдана.", + "integrations.page_title": "Интеграцийн", + "integrations.paperless_settings": "Paperless NGX Тохиргоо", + "integrations.password_label": "Нууц үг", + "integrations.paused": "Зогссон", + "integrations.plan_label": "Төлөв:", + "integrations.port_label": "Порт", + "integrations.quota_not_available": "(б Available)", + "integrations.quota_unlimited": "/ хязгааргүй", + "integrations.recipient_label": "Хүлээн авагчийн И-мэйл", + "integrations.region_label": "Бүс", + "integrations.remote_path_label": "Алсын Зам", + "integrations.s3_prefix_label": "Уншлага (файлын зам)", + "integrations.s3_settings": "S3 Тохиргоо", + "integrations.secret_key_label": "Нууц Нэвтрэх Ключ", + "integrations.show_password": "Нууц үгийг харуулах", + "integrations.show_secrets": "Нууцыг харуулах", + "integrations.show_token": "Токеныг харуулах", + "integrations.source_local": "Орон нутгийн Файлын систем", + "integrations.source_type_label": "Эх сурвалжийн төрөл", + "integrations.sources_quota_label": "Имэйлын эх сурвалжууд:", + "integrations.sources_section": "Эх сурвалжууд", + "integrations.subtitle": "Таны мэдээллийн эх сурвалжууд болон хадгалах газруудыг нэг газар удирдаарай.", + "integrations.title": "Интеграцийн", + "integrations.type_label": "Интеграцийн төрөл", + "integrations.type_placeholder": "\u0000E2\u0000E2\u0000E2 \u0000E2 \u0000E2 \u0000E2", + "integrations.upgrade_plan": "Төлөвөө сайжруулах", + "integrations.use_ssl": "SSL ашиглах", + "integrations.username_label": "Хэрэглэгчийн нэр", + "integrations.watch_folder_settings": "Хавтас хянах тохиргоо", + "integrations.webdav_settings": "WebDAV Тохиргоо", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Мэдээлэл", + "integrations.webhook_how_heading": "Webhook Мэдээллийн ажиллах аргууд", + "integrations.webhook_how_text": "Webhook интеграци нь гадаад системүүдийг REST API-ээр дамжуулан DocuElevate руу шууд баримт бичиг түлхэх боломжийг олгодог. DocuElevate шинэ файлыг хайхын оронд (IMAP шиг), таны програм HTTP хүсэлтээр DocuElevate руу файлууд илгээж, баталгаажуулахын тулд API токен ашигладаг.", + "integrations.webhook_ideal_text": "CI/CD хоолойнуудаас, автоматжуулсан скриптүүдээс, сканнерын интеграцаас, эсвэл баримт бичиг үүсгэдэг системээс мэдээлэл илгээх хэрэгцээтэй бол нэн тохиромжтой.", + "integrations.webhook_quick_start": "Түгээмэл эхлэх", + "integrations.webhook_security_tip": "Харьцангуй интеграци бүрт зориулж тусгай API токен зохион байгуулж, эвдрэл гарвал яаралтай цуцална уу. Токенуудыг API Токенууд хуудаснаас удирдаж болно.", + "integrations.webhook_step1": "{api_tokens_link} руу орж, хувийн токен бүтэээрэй.", + "integrations.webhook_upload_with_token": "API-ээр дамжуулан баримт бичгүүдийг илгээхийн тулд токеныг ашиглана уу:", + "language.bg": "Български", + "language.ca": "Català", + "language.change_success": "Хэл {language} руу өөрчлөгдлөө", + "language.changed": "Хэл {language} руу өөрчлөгдлөө", + "language.cs": "Česky", + "language.da": "Dansk", + "language.de": "Deutsch", + "language.el": "Ελληνικά", + "language.en": "English", + "language.es": "Español", + "language.et": "Eesti", + "language.fi": "Suomi", + "language.fr": "Français", + "language.ga": "Gaeilge", + "language.hr": "Hrvatski", + "language.hu": "Мадьяр", + "language.is": "Исланд", + "language.it": "Итали", + "language.lb": "Люксембург", + "language.lt": "Литва", + "language.lv": "Латви", + "language.nb": "Норвег", + "language.nl": "Нидерланд", + "language.no_results": "Хэлүүд олдсонгүй", + "language.pl": "Польш", + "language.pt": "Португал", + "language.ro": "Румын", + "language.ru": "Русский", + "language.search_placeholder": "Хэл хайх\n0…", + "language.selector": "Хэл", + "language.selector_label": "Хэл сонгох", + "language.sk": "Словак", + "language.sl": "Словен", + "language.sv": "Швед", + "language.tr": "Турк", + "language.uk": "Украин", + "language.zh": "Хятад", + "nav.about": "Тухай", + "nav.account_menu": "Дансны цэс", + "nav.account_menu_for": "{name}-ийн дансны цэс", + "nav.admin": "Админ", + "nav.admin.audit_logs": "Аудитын журнал", + "nav.admin.backups": "Нөөцлөлт", + "nav.admin.plans": "Төлөвлөгөөнүүд", + "nav.admin.scheduled_jobs": "Төлөвлөсөн ажил", + "nav.admin.users": "Хэрэглэгчид", + "nav.admin_actions": "Админ үйлдлүүд", + "nav.admin_menu": "Админ меню", + "nav.api_docs": "API баримт бичиг", + "nav.api_tokens": "API токенууд", + "nav.backup_restore": "Нөөцлөлт & Буцаах", + "nav.credentials": "Иргэншил", + "nav.dark_mode": "Бүдэг горим", + "nav.dashboard": "Хяналтын самбар", + "nav.developer_docs": "Хөгжүүлэгчийн баримт бичиг", + "nav.duplicates": "Давхардал", + "nav.file_manager": "Файлын менежер", + "nav.files": "Файлууд", + "nav.get_started": "Эхлэх", + "nav.help": "Тусламж", + "nav.help_center": "Туслах төв", + "nav.imap": "Имэйл импорт", + "nav.integrations": "Интеграци", + "nav.light_mode": "Гэрэлт горим", + "nav.login": "Нэвтрэх", + "nav.logout": "Гарах", + "nav.main_navigation": "Гол навигаци", + "nav.my_subscription": "Миний захиалга", + "nav.notifications": "Мэдэгдлүүд", + "nav.open_main_menu": "Гол цэсийг нээх", + "nav.pipelines": "Тусгай шугамууд", + "nav.plan_designer": "Төлөвлөгөө зохиогч", + "nav.pricing": "Үнийн санал", + "nav.profile": "Профайл", + "nav.profile_settings": "Профайлын тохиргоо", + "nav.queue": "Чиглүүлэх", + "nav.queue_monitor": "Чиглүүлэгчийн хяналт", + "nav.scheduled_jobs": "Тохируулагч ажлууд", + "nav.search": "Хайх", + "nav.settings": "Тохиргоо", + "nav.shared_links": "Хуваалцсан холбоосууд", + "nav.sign_out": "Гарах", + "nav.signup": "Бүртгүүлэх", + "nav.similarity": "Ижил байдал", + "nav.skip_to_content": "Гол агуулгад үсрэх", + "nav.status": "Тодорхойлолт", + "nav.subscription": "Гишүүнчлэл", + "nav.toggle_dark_mode": "Харанхуй горимыг солих", + "nav.toggle_nav": "Навигацийн цэсийг солих", + "nav.upload": "Апплах", + "nav.users": "Хэрэглэгчид", + "nav.version": "Гарцыг мэдээлэл", + "notifications.filter_all": "Бүгд", + "notifications.filter_read": "Заримд нь уншсан", + "notifications.filter_unread": "Заримд нь уншсан бус", + "notifications.manage_desc": "Таны мэдэгдлийн имэйлийг, зорилтот, болон үйл явдлын тохиргоог удирдах", + "notifications.mark_all_read": "Бүгдийг уншсан гэж тэмдэглэх", + "notifications.mark_all_read_btn": "Бүгдийг уншсан гэж тэмдэглэх", + "notifications.mark_read": "Уншсан гэж тэмдэглэх", + "notifications.no_notifications": "Мэдэгдэл байхгүй", + "notifications.page_title": "Мэдэгдлүүд", + "notifications.tab_inbox": "Имэйл", + "notifications.tab_settings": "Тохиргоо", + "notifications.title": "Мэдэгдлүүд", + "notifications.unread_count": "{count} уншигдаагүй мэдэгдлүүд", + "pipelines.active_label": "Идэвхтэй", + "pipelines.add_step_btn": "Алхам нэмэх", + "pipelines.create": "Пайплайныг үүсгэх", + "pipelines.custom_label_label": "Өөрийн тохиргооны шошго", + "pipelines.default_label": "Хувийн", + "pipelines.description_label": "Тодорхойлолт", + "pipelines.description_placeholder": "Сонголтын тодорхойлолт", + "pipelines.disabled_label": "Идэвхгүй", + "pipelines.edit": "Пайплайныг засах", + "pipelines.empty_state": "Пайплайн байхгүй", + "pipelines.empty_state_hint": "Өөрийн анхны пайплайныг үүсгэж, өөрийн тусгай баримт боловсруулалтын ажлын урсгалыг тодорхойлно уу.", + "pipelines.enabled_label": "Идэвхжсэн", + "pipelines.force_cloud_ocr_label": "Cloud OCR-г хүчээр ашиглах (локал текстийн олборлолт алгасах)", + "pipelines.inactive_label": "Идэвхгүй", + "pipelines.loading": "Пайплайныг ачааллаж байна...", + "pipelines.name_placeholder": "Миний пайплайн", + "pipelines.new_pipeline_btn": "Шинэ Пайплайн", + "pipelines.no_steps": "Алхам тодорхойлогдсонгүй. Пайплайнаа байгуулахад алхам нэмнэ үү.", + "pipelines.ocr_auto": "Автоматаар (системийн стандарт ашиглана)", + "pipelines.ocr_language_hint": "Tesseract/EasyOCR-ийн глобал хэлний тохиргоог үндэслэж байна. Azure болон Mistral хэлний илрүүлэлтийг хийнэ.", + "pipelines.ocr_language_label": "OCR Хэл", + "pipelines.optional_suffix": "(сонголт)", + "pipelines.page_title": "Боловсруулалтын Пайплайнууд", + "pipelines.set_default": "Миний стандарт пайпланаар тохируулах", + "pipelines.step_label_placeholder": "Стандарт алхамын нэрийг давхардах", + "pipelines.step_type_label": "Алхамын төрөл", + "pipelines.subtitle_intro": "Өөрийн баримт боловсруулалтын ажлын урсгалыг тодорхойлж, удирдаж байна.", + "pipelines.subtitle_system_post": "шагналын тэмдэгтэй бөгөөд бүх хэрэглэгчдэд харагдана.", + "pipelines.subtitle_system_pre": "Системийн пайплайнууд (администраторуудын үүсгэсэн) -ын хамт", + "pipelines.system_label": "Систем", + "pipelines.system_pipeline_label": "Системийн пайплайн (бүх хэрэглэгчдэд харагдана)", + "pipelines.title": "Боловсруулалтын Пайплайнууд", + "profile.avatar_alt": "Таны профайл зураг", + "profile.avatar_heading": "Профайл Зураг", + "profile.avatar_remove": "Хувийн аватарыг устгах", + "profile.avatar_upload_hint": "JPEG, PNG, GIF эсвэл WebP форматаар 2 MB хүртэлх зургийг оруулаарай. Хэрвээ хувийн зураг тавигдаагүй бол таны {gravatar} харуулах болно.", + "profile.choose_image": "Зургийг сонгох\n", + "profile.confirm_password": "Шинэ нууц үгээ батлах", + "profile.contact_email_hint": "Системийн мэдэгдлүүдэд ашиглагддаг. Энэ нь таны нэвтрэх и-мэйл хаягийг өөрчлөхгүй.", + "profile.contact_email_label": "Холбоо барих / Мэдэгдлийн И-мэйл", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "Одоогийн Нууц Үг", + "profile.dismiss": "Хаах", + "profile.display_name_hint": "Таны дансны хэрэглэгчийн нэр эсвэл и-мэйл хаягыг ашиглахын тулд хоосон үлдээх.", + "profile.display_name_label": "Үзэгдэх Нэр", + "profile.display_name_placeholder": "UI-д үзэгдэх таны нэр", + "profile.general_heading": "Ерөнхий Мэдээлэл", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Профайлын Тохиргоо", + "profile.language_auto_detect": "Автомат илрүүлэх (браузераас)", + "profile.language_hint": "Таны хүссэн интерфэйсийн хэл сонгоно уу. “Автомат илрүүлэх” нь таны браузерын тохиргоог дагана.", + "profile.language_label": "UI Хэл", + "profile.new_password": "Шинэ Нууц Үг", + "profile.new_password_hint": "Дээд тал нь 8 тэмдэгт.", + "profile.page_title": "Профайлын Тохиргоо – DocuElevate", + "profile.password_heading": "Нууц Үгийг Өөрчлөх", + "profile.preferences_heading": "Сонголтууд", + "profile.save_button": "Хойшлуулах Өмчлөл", + "profile.saving": "Хадгалах\n", + "profile.subtitle": "Таны үзэгдэх нэр, аватар, хэл, сэдвийн сонголтуудыг удирдаарай.", + "profile.theme_dark": "Бараан", + "profile.theme_hint": "“Системийн Тохиргоо” нь таны төхөөрөмжийн харанхуй горимын тохиргоог дагана.", + "profile.theme_label": "Өнгөний Нэгдэл", + "profile.theme_light": "Гэрэл", + "profile.theme_system": "Системийн Тохиргоо", + "profile.update_password": "Нууц Үг Шинчлэх", + "profile.updating": "Шинэчилж байна\u0015\n", + "queue.active_tasks": "Идэвхтэй Даалгаврууд", + "queue.auto_refresh_1": "Автомат шинэчлэгдэнэ", + "queue.auto_refresh_2": "секунд", + "queue.col_arguments": "Шалгуурууд", + "queue.col_current_step": "Одоогийн Алхам", + "queue.col_file": "Файл", + "queue.col_files": "Файлууд", + "queue.col_queue": "Дараалал", + "queue.col_state": "Төрөл", + "queue.col_task": "Үүрэг", + "queue.col_task_id": "Үүргийн ID", + "queue.files_processing": "Файлуудыг боловсруулж байна", + "queue.heading": "Дарааллын хяналт", + "queue.last_updated": "Сүүлийн шинэчлэлт:", + "queue.loading_stats": "Дараалга統置игийн статистикыг ачааллаж байна…", + "queue.no_active_tasks": "Идэвхтэй үүрэг алга", + "queue.no_data": "Мэдээлэл алга", + "queue.no_files_processing": "Одоо боловсруулж байгаа файлууд алга", + "queue.page_title": "Дарааллын хяналт", + "queue.processing_pipeline": "Боловсруулалтын хоолой", + "queue.queued_tasks": "Дараалсан үүргүүд", + "queue.recently_processing": "Саяхан боловсруулж буй файлууд", + "queue.redis_queues": "Redis Дараалал", + "queue.subtitle": "Бичиг баримтын боловсруулалтын хоолой болон Celery үүргийн дарааллын бодит цагийн харагдал.", + "queue.workers_online": "Онлайн ажилчид", + "search.button": "Хайх", + "search.error_message": "Хайлтын үйлчилгээ түр хугацаанд ашиглах боломжгүй байна. Түр хүлээгээрэй.", + "search.filter_aria_clear": "Бүх шүүлтүүрийг цэвэрлэх", + "search.filter_clear_button": "Шүүлтүүрийг цэвэрлэх", + "search.filter_date_from": "Суурин огноо", + "search.filter_date_to": "Огноо хүртэл", + "search.filter_document_type": "Бичиг баримтын төрлүүд", + "search.filter_document_type_placeholder": "жнх. Нэхэмжлэл", + "search.filter_language": "Хэл", + "search.filter_language_placeholder": "жнх. de", + "search.filter_sender": "Илгээх хүн", + "search.filter_sender_placeholder": "жнх. ACME Corp", + "search.filter_tags": "Таг", + "search.filter_tags_placeholder": "жнх. amazon", + "search.filter_text_quality": "Текстийн чанар", + "search.filter_text_quality_all": "Бүгд", + "search.filter_text_quality_high": "Өндөр", + "search.filter_text_quality_low": "Бага", + "search.filter_text_quality_medium": "Дунд", + "search.filter_text_quality_no_text": "Текст алга", + "search.heading": "Бичиг баримтын хайлт", + "search.input_aria_label": "Баримт бичиг хайх", + "search.input_placeholder": "Агуулга, илгээгч, шошго, төрлөөр баримт бичиг хайх...", + "search.loading_indicator": "Хайж байна\n0...", + "search.no_results": "Үр дүн олдсонгүй", + "search.page_title": "Баримт бичгүүд хайх", + "search.placeholder": "Файлын нэр, агуулга, шошгоор хайх...", + "search.result_empty": "Таны асуусан зүйлд тохирсон баримтууд олдсонгүй.", + "search.results_count": "{count} үр дүн олдсон", + "search.saved_aria_save": "Одоогийн хайлтыг хадгалах", + "search.saved_button": "Одоогийн байдлаар хадгалах", + "search.saved_empty": "Хадгалагдсан хайлт байхгүй", + "search.saved_error": "Хадгалагдсан хайлт ачааллаж чадсангүй", + "search.saved_label": "Хадгалагдсан хайлтууд", + "search.saved_loading": "Ачааллаж байна...", + "search.title": "Баримт бичгүүд хайх", + "settings.audit_log_btn": "Аудитын Лог", + "settings.autocomplete_hint": "Мэдэгдэж байгаа утгуудаас хайж бичнэ үү, эсвэл өөрийн хүссэн утгыг оруулна уу.", + "settings.autocomplete_no_matches": "Тохирох зүйл олдсонгүй — Та одоо ч гэсэн өөрийн хүссэн утгыг бичиж болно", + "settings.autocomplete_placeholder": "Хайх эсвэл утгаа оруулахын тулд бичнэ үү\u0000a0...", + "settings.boolean_enable_prefix": "Идэвхжүүлэх", + "settings.categories_aria": "Тохиргооны категорийн", + "settings.categories_heading": "Категориуд", + "settings.db_wizard_btn": "DB Зохион бүтээгч", + "settings.effective_value_label": "Үр дүнтэй утга:", + "settings.encrypted_suffix": "= амралтанд шифрлэгдсэн", + "settings.encrypted_title": "Утга нь шифрлэгдсэн өгөгдлийн сантай амралтанд", + "settings.export_btn": "Экспорт", + "settings.export_db_only": "Зөвхөн DB тохиргоо", + "settings.export_full_config": "Бүрэн үр дүнтэй тохиргоо", + "settings.jump_to_category": "Категорид скочих\u0000a0...", + "settings.manage_config_prefix": "Тохиргоог удирдах. 우선 순위:", + "settings.model_picker_hint": "Жагналаас сонгох эсвэл таны ханган нийлүүлэгчийн дэмждэг загварын нэрийг бичнэ үү.", + "settings.model_picker_placeholder": "Нийтлэг загварыг сонгох эсвэл өөрийн нэрийг бичнэ үү\u0000a0...", + "settings.no_results_clear": "хайлт устгах", + "settings.no_results_heading": "Тохиргоонууд олдсонгүй", + "settings.no_results_hint": "Өөр хайлтын үгийг туршиж үзээрэй эсвэл", + "settings.page_heading": "Програмын Тохиргоо", + "settings.required_label": "(шаардлагатай)", + "settings.reset_confirm": "Та энэ тохиргоог дахин тохируулах шаардлагатай гэдэгт итгэлтэй байна уу?", + "settings.restart_required_suffix": "= дахин эхлүүлэх шаардлагатай", + "settings.revert_btn": "Мэдээллийн сантай хасах", + "settings.revert_title": "Мэдээллийн сангийн дээрх хууль зөрчлийг хасаж, орчин үеийн хувьсагч эсвэл анхдагч руу эргэх", + "settings.reverting": "Эргэж байна\u0002026", + "settings.save_all_btn": "Бүх өөрчлөлтийг хадгалах", + "settings.save_error": "Тохиргоог хадгалахад алдаа гарлаа", + "settings.save_setting_title": "Энэ тохиргоог хадгалах", + "settings.save_success": "Тохиргоо амжилттай хадгалагдлаа", + "settings.saving_state": "Хадгалаж байна\u0002026", + "settings.search_aria_label": "Тохиргоог хайх", + "settings.search_clear_aria": "Хайлыг цэвэрлэх", + "settings.search_placeholder": "Нэр, түлхүүр эсвэл тайлбараар тохиргоог хайх\u0002026", + "settings.settings_count_suffix": "тохиргоо", + "settings.source_db_badge": "Мэдээллийн сан", + "settings.source_default_badge": "АНХДАГЧ", + "settings.source_env_badge": "ОРЧИН", + "settings.title": "Тохиргоо", + "settings.toggle_visibility_aria": "Нууц үгийн харагдах байдлыг шилжүүлэх", + "settings.toggle_visibility_title": "Утга харагдах эсэхийг харуулах/нууцах", + "settings.user_autocomplete_empty": "Тохирох хэрэглэгч олдсонгүй", + "settings.user_autocomplete_hint": "Нэрээр хExisting хэрэглэгчдийг хайх эсвэл аливаа тодорхойлогчийг гараар оруулна уу.", + "settings.user_autocomplete_placeholder": "Хэрэглэгчдийг хайхын тулд бичиж эхлэх\u0002026", + "settings.wizard_btn": "Шидтэн", + "shared.col_expiry": "Хугацаа дуусах", + "shared.col_file_label": "Файл / Таг", + "shared.col_link": "Холболт", + "shared.col_views": "Үзэлт", + "shared.copy_link_aria": "Холбоосыг түлхүүр үсгийн самбар руу хуулж авна", + "shared.copy_link_title": "Холбоосыг хуулж авах", + "shared.create_btn": "Холбоос үүсгэх", + "shared.create_heading": "Шинэ Хуваалцсан Холбоос үүсгэх", + "shared.creating": "Үүсгэж байна\u0002026", + "shared.expiry_12h": "12 цаг", + "shared.expiry_14d": "14 өдөр", + "shared.expiry_1h": "1 цаг", + "shared.expiry_24h": "24 цаг (1 өдөр)", + "shared.expiry_30d": "30 өдөр", + "shared.expiry_3d": "3 өдөр", + "shared.expiry_6h": "6 цаг", + "shared.expiry_7d": "7 өдөр", + "shared.expiry_label": "Хугацаа дуусах", + "shared.expiry_never": "Хэзээ ч биш", + "shared.file_id_help_post": "хуудас эсвэл баримт бичгийн дэлгэрэнгүй URL дээр.", + "shared.file_id_help_pre": "Файлын ID-г олоорой", + "shared.file_id_label": "Файлын ID", + "shared.file_id_placeholder": "жишээлбэл 42", + "shared.files_link": "Файлууд", + "shared.heading": "Хуваалцах холбоосууд", + "shared.label_label": "Шошго", + "shared.label_placeholder": "жишээлбэл Бобтой хуваалцсан", + "shared.link_created": "Хуваалцсан холбоос үүсгэгдлээ!", + "shared.link_created_help": "Энэхүү холбоосыг хуулах бөгөөд хүлээн авагчид илгээх хэрэгтэй.", + "shared.links_count_aria": "холбоосуудын тоо", + "shared.max_downloads_label": "Макс. таталт", + "shared.no_links": "Одоогоор хуваалцсан холбоосууд алга. Дээш нь нэг үүсгээд эхлээрэй.", + "shared.open_in_new_tab": "Шинэ таб дахь холбоосыг нээх", + "shared.open_link_aria": "Хуваалцсан холбоосыг нээх", + "shared.optional": "(сонголт)", + "shared.page_title": "Хуваалцсан холбоосууд – DocuElevate", + "shared.password_label": "Нууц үг", + "shared.password_placeholder": "Нууц үггүй бол хоосон үлдээх", + "shared.password_protected": "Нууц үгээр хамгаалсан", + "shared.refresh_aria": "Хуваалцсан холбоосуудын жагсаалтыг шинэчлэх", + "shared.revoke_aria_prefix": "Хуваалцсан холбоосыг цуцлах", + "shared.revoke_btn": "Цуцлах", + "shared.status_active": "Идэвхтэй", + "shared.status_expired": "Хугацаа дууссан", + "shared.status_limit_reached": "Хязгаар хүрсэн", + "shared.status_revoked": "Цуцлагдсан", + "shared.subtitle": "Баримтуудыг цагийн хязгаарлагдмал эсвэл харах хязгаарлагдмал холбоосоор хэнд ч хуваалцаж болно. Хүлээн авагчид DocuElevate данс шаардлагатай биш. Холбоосууд нууц үгээр хамгаалагдаж, хэзээ ч цуцлагдаж болно.", + "shared.table_aria": "Хуваалцсан холбоосууд", + "shared.unlimited_placeholder": "Хязгааргүй", + "shared.your_links": "Таны хуваалцсан холбоосууд", + "similarity.backfill_auto": "Арrière үүрэг 5 мин тутамд автомат тооцоолно, эсвэл та", + "similarity.files_missing_text": "файл(ууд) OCR тексттэй боловч оруулсан зүйлгүй.", + "similarity.find_pairs_btn": "Үйлчлэлийг ол", + "similarity.heading": "Баримтын Дохиолол", + "similarity.load_error": "Үйлчлэлийн ачаалахад алдаа гарлаа.", + "similarity.min_similarity_label": "Мин. дохиолол", + "similarity.no_pairs_detail": "Дохиоллын босгыг давсан баримтын хослолууд алга.", + "similarity.no_pairs_heading": "Ижил хослолууд олдсонгүй", + "similarity.page_title": "Баримт Судлал - DocuElevate", + "similarity.pagination_aria": "Судалгаа хослолын хуудас", + "similarity.per_page_label": "Хуудас тутам", + "similarity.scanning": "Ижил баримтын хослолыг хайж байна\n0...", + "similarity.stat_embedding_model": "Embedding Загвар", + "similarity.stat_missing_embedding": "Дутсан Embedding", + "similarity.stat_total_files": "Нийт Файлууд", + "similarity.stat_with_embedding": "Embedding-тэй", + "similarity.subtitle": "Ижил утга агуулсан баримтын хос, оноогоор эрэмбэлэгдсэн.", + "similarity.trigger_aria": "Дутсан embedding-үүдийн бүх файлуудын тооцоог идэвхжүүл", + "similarity.trigger_now": "одоо идэвхжүүл", + "status.app_version": "Аппын хувилбар", + "status.build_date": "Бүтээсэн огноо", + "status.container_id": "Контейнерийн ID", + "status.git_commit": "Git Коммит", + "status.last_check": "Сүүлийн шалгалт", + "status.page_title": "Системийн Байдлын", + "status.setting_label": "Тохиргоо", + "status.value_label": "Утга", + "subscription.available_plans_heading": "Боломжит төлөвлөгөө", + "subscription.back_to_dashboard": "Тохиргоонд буцах", + "subscription.cancel_pending": "Өөрчлөлтийг цуцлах", + "subscription.cancel_scheduled": "Гаргасан өөрчлөлтийг цуцлах", + "subscription.contact_sales": "Зах зээлийн холбоо барих", + "subscription.current_badge": "Одоогийн", + "subscription.current_plan": "Одоогийн төлөвлөгөө", + "subscription.current_plan_cta": "Таны одоогийн төлөвлөгөө", + "subscription.downgrade_to_prefix": "Багасгах", + "subscription.features_heading": "Таны төлөвлөгөөнд юу орсон", + "subscription.free": "Үнэгүй", + "subscription.heading": "Миний захиалга", + "subscription.keep_plan_prefix": "Түр хадгалах", + "subscription.lifetime_files": "Нийт файлууд (амьдралын турш)", + "subscription.month_files": "Энэ сарын файлууд", + "subscription.more_features_label": "илүү", + "subscription.page_title": "Миний захиалга – DocuElevate", + "subscription.pending_badge": "Хүлээгдэж байна", + "subscription.pending_benefits": "Танд одоогийн төлөвлөгөөний бүх давуу талууд байгаа.", + "subscription.pending_on": "дээр", + "subscription.pending_title": "Хүлээгдэж буй төлөвлөгөөний өөрчлөлт хуваарилагдсан", + "subscription.pending_will_change": "Таны төлөвлөгөө дараах руу өөрчлөгдөх болно", + "subscription.per_mo": "/сар", + "subscription.per_month": "/сар", + "subscription.since": "Эмгэнэлт", + "subscription.single_user_body": "Олон хэрэглэгчийн горим идэвхтэй үед захиалга хуваагддаг. Танай инстанс одоогоор зөвхөн нэг хэрэглэгчийн горимд ажиллаж байгаа бөгөөд ямар ч боловсруулах хязгаарлалтгүй. Админ олон хэрэглэгчийн горимыг {settings_link} -аар идэвхжүүлэх боломжтой.", + "subscription.single_user_title": "Олон хэрэглэгчийн горим идэвхжээгүй.", + "subscription.subtitle": "Таны одоогийн төлөвлөгөө, хэрэглээ болон боломжит шинэчлэлтүүд.", + "subscription.this_month_label": "энэ сар", + "subscription.today_files": "Өнөөдрийн файлууд", + "subscription.today_label": "өнөөдөр", + "subscription.unlimited": "Хязгааргүй", + "subscription.upgrade_info": "Шинэчлэлтүүд даруй хүчин төгөлдөр болно. Багасгалт одоогийн тооцооны хугацаатайгаар хуваарилагддаг.", + "subscription.upgrade_to_prefix": "Шинэчилж", + "subscription.usage_heading": "Хэрэглээ", + "upload.browse_button": "Файлуудыг хайж олох", + "upload.button_processing": "Ажиглаж байна...", + "upload.camera_button": "Зураг авах / Баримт скан хийх", + "upload.download_button": "Татаж авах ба боловсруулах", + "upload.downloading": "URL-аас файлыг татаж байна...", + "upload.drag_drop": "Энд файлуудыг чирж тавиарай эсвэл хайж олоход дарна уу", + "upload.drop_hint_desktop": "Файлууд эсвэл хавтсыг энд чирж тавиарай, эсвэл файлыг сонгохоосоо захиална уу.", + "upload.drop_hint_mobile": "Файлуудыг сонгохын тулд дарна уу эсвэл доорх камерын товчийг ашиглана уу.", + "upload.drop_zone_aria": "Файлыг ачаалах талбар. Энд файлуудыг чирж тавиарай, эсвэл файлуудыг хайж олоход Enter товчийг дараарай.", + "upload.error": "Ачаалах алдаа", + "upload.error_invalid_url": "Буруу URL формат", + "upload.error_url_required": "URL оруулна уу", + "upload.file_size_hint": "Хамгийн их хэмжээ: 500 MB нэг файлд", + "upload.file_types": "Зөвшөөрөгдсөн төрлүүд: PDF, Офисын баримт бичгүүд (Word, Excel, PowerPoint, гэх мэт), Зургийн файлууд", + "upload.filename_description": "URL-аас файл нэрийг ашиглахын тулд хоосон үлдээх", + "upload.filename_label": "Файл нэр (сонголттой)", + "upload.filename_placeholder": "my-document.pdf", + "upload.max_size": "Хамгийн их файл хэмжээ: {size}", + "upload.page_title": "Файлуудыг Ачаалах", + "upload.section_device": "Төхөөрөмжөөс ачаалах", + "upload.section_url": "URL-аас ачаалах", + "upload.select_file": "Файлыг сонгоно уу", + "upload.success": "Файл амжилттай ачааллаа", + "upload.title": "Баримт бичгийг ачаалах", + "upload.uploading": "Ачааллаж байна...", + "upload.url_description": "Файлын шууд холбоос оруулна уу (PDF, Office баримт бичиг, эсвэл зураг)", + "upload.url_label": "Файлын URL", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/mr.json b/frontend/translations/mr.json new file mode 100644 index 00000000..a8115a54 --- /dev/null +++ b/frontend/translations/mr.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "निर्माता भेटा", + "about.creator_name": "क्रिश्चियन क्राकाउ-लुईस", + "about.creator_pre": "DocuElevate हे उत्सुकतेने विकसित केले आहे", + "about.features_admin_api": "कार्यात्मक प्रवेशासाठी शक्तिशाली REST API", + "about.features_admin_config": "पर्यावरणाच्या चलांद्वारे अत्यधिक कॉन्फिगर करण्यायोग्य", + "about.features_admin_docker": "सहज तैनाती आणि स्केलिंगसाठी Docker-तयार", + "about.features_admin_heading": "Administration", + "about.features_admin_oauth2": "Authentik सह OAuth2 प्रमाणीकरण समर्थन", + "about.features_automation_background": "Redis आणि Celery सह पार्श्वभूमी प्रक्रिया", + "about.features_automation_gmail": "Gmail आणि सामान्य ईमेल खाते एकत्रीकरण", + "about.features_automation_heading": "Automation", + "about.features_automation_imap": "एकाधिक स्रोतांमधून IMAP इनबॉक्स पॉलिंग", + "about.features_automation_ingestion": "विभिन्न इनपुट्समधून स्वयंचलित दस्तऐवज समावेश", + "about.features_heading": "मुख्य गुणविशेष", + "about.features_integration_cloud": "क्लाऊड स्टोरेज: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "इंटीग्रेशन & स्टोरेज", + "about.features_integration_multi_dest": "अनेक गंतव्यांचे समर्थन (एकाधिक स्थळांमध्ये दस्तऐवज साठवणे)", + "about.features_integration_protocols": "संक्रमण प्रोटोकॉल: FTP, SFTP, ईमेल प्रेषण", + "about.features_integration_selfhosted": "स्वयंप hosted तंत्र: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "इंटेलिजेंट दस्तऐवज वर्गीकरण आणि तारीख काढणे", + "about.features_processing_heading": "दस्तऐवज प्रक्रिया", + "about.features_processing_metadata": "प्लग करतेन साठी स्वयंचलित मेटाडेटा काढणे", + "about.features_processing_ocr": "Azure दस्तऐवज बुद्धिमत्ता द्वारा OCR", + "about.features_processing_pdf": "Gotenberg द्वारे विविध फाइल स्वरूपांसाठी PDF रूपांतर", + "about.features_processing_upload": "ड्रॅग आणि ड्रॉप समर्थनासह साधे आणि सुरक्षित फाइल अपलोड", + "about.github_logo_alt": "GitHub लोगो", + "about.heading": "DocuElevate विषयी", + "about.intro_post": " – तुमचे आधुनिक, बुद्धिमान दस्तऐवज प्रक्रियेसाठीचे समाधान! आम्ही DocuElevate तयार केले आहे जेणेकरून तुम्ही तुमच्या दस्तऐवजांचे व्यवस्थापन अन्यथा पूर्णपणे बदलू शकाल – अपलोडपासून काढणीपर्यंत, प्रक्रिया करण्यापासून साठवणूक करण्यापर्यंत.", + "about.intro_pre": "तुमचे स्वागत आहे", + "about.involved_description": "कोडमध्ये सामील व्हायचे आहे, विचारांचे योगदान द्यायचे आहे, किंवा DocuElevate बद्दल अधिक जाणून घ्यायचे आहे का?", + "about.involved_docs": "दस्तऐवज वाचा", + "about.involved_github": "GitHub वर DocuElevate पहा", + "about.involved_heading": "सामील व्हा", + "about.involved_website": "DocuElevate वेबसाइटला जा", + "about.legal_description": "आम्ही तुमच्या गोपनीयतेस आणि डेटा सुरक्षेसाठी काळजी घेतो. कृपया आमच्या तपासून पाहा:", + "about.legal_heading": "गोपनीयता & कायदेशीर", + "about.legal_license": "परवानगी माहिती", + "about.legal_privacy": "गोपनीयता सूचना", + "about.page_title": "DocuElevate विषयी", + "about.story_heading": "आयुष्याची कथा", + "about.story_p1": "DocuElevate चा उद्देश एकच आहे: सर्वांसाठी दस्तऐवज व्यवस्थापन सुलभ आणि प्रभावी बनवणे, तुम्ही छोटे स्टार्टअप असलात तरी किंवा मोठा उद्यम असला तरी.", + "about.story_p2": "आम्ही मेटाडेटा काढण्यासाठी आणि मजकूर सुधारणेसाठी प्लग करण्यायोग्य AI प्रदात्यांचा (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, आणि इतर) सामर्थ्याचा वापर करतो, संग्रहण आणि अनुक्रमणासाठी Dropbox, Nextcloud, आणि Paperless NGX सोबत सहजपणे समाकलित करा, OCR साठी Azure Document Intelligence चा वापर करा, आणि फाईल-ते-PDF रूपांतरणासाठी Gotenberg चा वापर करा.", + "api_tokens.col_created": "निर्माण केले", + "api_tokens.col_last_ip": "आखिरी IP", + "api_tokens.col_last_used": "आखिरी वापरले", + "api_tokens.col_name": "नाव", + "api_tokens.col_prefix": "टोकन प्रारंभ", + "api_tokens.copy_to_clipboard": "टोकन क्लिपबोर्डवर कॉपी करा", + "api_tokens.copy_upload_example": "अपलोड उदाहरण क्लिपबोर्डवर कॉपी करा", + "api_tokens.copy_warning_1": "हे टोकन आता कॉपी करा — ते", + "api_tokens.copy_warning_2": "पुन्हा दिसणार नाही", + "api_tokens.create_heading": "नवीन टोकन तयार करा", + "api_tokens.create_token": "टोकन तयार करा", + "api_tokens.creating": "तयार करीत आहे\u00125", + "api_tokens.heading": "API टोकन", + "api_tokens.intro": "DocuElevate API सोबत प्रोग्रामेटिकली संवाद साधण्यासाठी वैयक्तिक API टोकन तयार करा. वेब हुक अपलोड, CI/CD पाइपलाइन, किंवा कोणत्याही स्क्रिप्टसाठी टोकन्स वापरा जे दस्तऐवज अपलोड किंवा रिकव्हर करणे आवश्यक आहे.", + "api_tokens.loading_tokens": "टोकन लोड करीत आहे\u00125", + "api_tokens.never": "कधीही नाही", + "api_tokens.no_tokens_heading": "आताच कुठलेही API टोकन नाहीत", + "api_tokens.no_tokens_help": "आवडत्या टोकनसाठी वरील स्थानावर तुमचे पहिले टोकन तयार करा.", + "api_tokens.page_title": "API टोकन - DocuElevate", + "api_tokens.revoke": "परत घ्या", + "api_tokens.revoke_prefix": "टोकन परत घ्या", + "api_tokens.status_active": "सक्रिय", + "api_tokens.status_revoked": "परत घेतले", + "api_tokens.table_aria": "API टोकन", + "api_tokens.token_created": "टोकन यशस्वीरित्या तयार झाले!", + "api_tokens.token_name_label": "टोकन नाव", + "api_tokens.token_name_placeholder": "उदा. CI पाईपलाइन, वेब हुक अपलोड, माझी स्क्रिप्ट", + "api_tokens.usage_heading": "वापराचे उदाहरण", + "api_tokens.usage_intro_post": "कुठल्याही API विनंतीसाठी शीर्षलेख:", + "api_tokens.usage_intro_pre": "तुमचा API टोकन वापरा", + "api_tokens.your_tokens": "तुमचे टोकन", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "संपत्ति", + "audit.col_timestamp": "टाइमस्टॅम्प", + "audit.critical": "आवश्यक", + "audit.filter_action": "क्रिया", + "audit.filter_all_actions": "सर्व क्रिया", + "audit.filter_all_users": "सर्व वापरकर्ते", + "audit.filter_resource_placeholder": "उदा. दस्तऐवज, वापरकर्ता", + "audit.filter_resource_type": "संसाधन प्रकार", + "audit.filter_severity": "गंभीरता", + "audit.filter_user": "वापरकर्ता", + "audit.filters_section_label": "ऑडिट लॉग फिल्टर्स", + "audit.next": "पुढे", + "audit.next_label": "पुढील पृष्ठ", + "audit.no_events": "आतापर्यंत कोणतेही ऑडिट इव्हेंट्स नोंदवलेले नाहीत.", + "audit.no_events_hint": "महत्त्वाच्या क्रिया (लॉगिन, दस्तऐवज क्रियाकलाप, सेटिंग्ज बदल) येथील दिसतील.", + "audit.page_title": "ऑडिट लॉग - DocuElevate", + "audit.pagination_label": "ऑडिट लॉग पृष्ठांकित", + "audit.prev": "मागील", + "audit.prev_label": "पूर्वीचे पृष्ठ", + "audit.refresh_label": "ऑडिट लॉग ताजेतवाने करा", + "audit.siem_disabled_title": "SIEM फॉरवर्डिंग अक्षम आहे", + "audit.siem_enabled_title": "इव्हेंट्स येथे फॉरवर्ड केले जात आहेत ", + "audit.siem_off": "SIEM: बंद", + "audit.subtitle": "सर्व महत्त्वाच्या क्रियांचा समग्र, जोडलेला रेकॉर्ड.", + "audit.table_label": "ऑडिट लॉग इव्हेंट्स", + "audit.title": "ऑडिट लॉग", + "auth.confirm_password": "Password प्रमाणित करा", + "auth.create_account": "खात्री बनवा", + "auth.display_name_label": "प्रदर्शन नाव", + "auth.email_label": "ईमेल", + "auth.forgot_password": "पासवर्ड विसरलात?", + "auth.forgot_username": "वापरकर्ता नाव विसरलात?", + "auth.login": "लॉग इन करा", + "auth.login_title": "लॉग इन करा", + "auth.logo_alt": "DocuElevate लोगो", + "auth.logout": "लॉग आऊट करा", + "auth.my_account": "माझी खात्री", + "auth.no_account": "खात्री नाही का?", + "auth.or_continue_with": "किंवा सुरू ठेवा", + "auth.password_label": "पासवर्ड", + "auth.profile": "प्रोफाइल", + "auth.remember_me": "माझी आठवण ठेवा", + "auth.return_home": "घरात परत या", + "auth.sign_in": "साइन इन करा", + "auth.sign_in_sso": "SSO द्वारे साइन इन करा", + "auth.sign_in_with": "साइन इन करा", + "auth.sign_in_with_username": "युजरनेमसह साइन इन करा", + "auth.signup": "साइन अप करा", + "auth.signup_title": "साइन अप करा", + "auth.username_label": "युजरनेम", + "auth.username_or_email": "युजरनेम किंवा ईमेल", + "auth.verify_email_back_sign_in": "साइन इन करण्यासाठी परत", + "auth.verify_email_expiry": "लिंक २४ तासांत संपुष्टात येईल. तुम्हाला ईमेल दिसत नसेल, तर तुमच्या स्पॅम फोल्डरमध्ये तपासा.", + "auth.verify_email_heading": "तुमच्या इनबॉक्सची तपासणी करा", + "auth.verify_email_message": "आम्ही तुम्हाला एक सत्यापन ईमेल पाठवला आहे. कृपया तुमच्या खात्याला सक्रिय करण्यासाठी ईमेलमधील लिंकवर क्लिक करा.", + "auth.verify_email_page_title": "DocuElevate - तुमचा ईमेल सत्यापित करा", + "auth.verify_email_resend_aria_label": "पुनः पाठविण्यासाठी ईमेल पत्ता", + "auth.verify_email_resend_button": "सत्यापन ईमेल पुन्हा पाठवा", + "auth.verify_email_resend_label": "ईमेल पत्ता", + "auth.verify_email_resend_placeholder": "तुमचा ईमेल पत्ता टाका", + "auth.verify_email_resend_prompt": "ते मिळाले का नाही?", + "backup.archives_heading": "बॅकअप आर्काइव्स", + "backup.backup_now": "आता बॅकअप करा", + "backup.clean_up": "स्वच्छ करा", + "backup.cleanup_title": "आता रिटेंशन क्लीनअप चालू करा", + "backup.col_created": "निर्मित", + "backup.col_filename": "फाईलचे नाव", + "backup.col_size": "आकार", + "backup.col_storage": "साठा", + "backup.col_type": "प्रकार", + "backup.config_auto_backup": "स्वयंचलित बॅकअप", + "backup.config_remote_dest": "रिमोट गंतव्य", + "backup.config_retention": "साठवण", + "backup.config_total_size": "एकूण स्थानिक आकार", + "backup.confirm_btn": "पुष्टी करा", + "backup.confirm_title": "क्रिया पुष्टी करा", + "backup.heading": "बॅकअप व्यवस्थापन", + "backup.local_only": "केवळ स्थानिक", + "backup.no_backups": "आत्तापर्यंत कोणताही बॅकअप नाही.", + "backup.no_backups_hint": "तुमचा पहिला बॅकअप तयार करण्यासाठी 'आता बॅकअप करा' वर क्लिक करा.", + "backup.page_title": "बॅकअप व्यवस्थापन", + "backup.records_label": "रेकॉर्ड", + "backup.restore_btn": "पुन्हा स्थापित करा", + "backup.restore_desc_mid": "डेटाबेस पुन्हा स्थापित करण्यासाठी बॅकअप आर्काईव.", + "backup.restore_desc_pre": "एक अपलोड करा", + "backup.restore_desc_warning": "हे सर्व वर्तमान डेटा ओव्हरराइट करेल.", + "backup.restore_file_label": "बॅकअप आर्काईव्ह (.db.gz)", + "backup.restore_heading": "फाइलमधून पुनर्स्थापना", + "backup.restoring": "पुनर्स्थापित करीत\u0016", + "backup.retention_daily_detail": "\u0011 3 आठवड्यांसाठी ठेवले", + "backup.retention_heading": "रिटेंशन धोरण", + "backup.retention_hourly_detail": "\u0011 4 दिवसांसाठी ठेवले", + "backup.retention_note": "या मर्यादांपलिकडे असलेल्या बॅकअप्स कोणत्याही नवीन बॅकअप तयार केल्यावर स्वयंचलितपणे कापले जातात.", + "backup.retention_weekly_detail": "\u0011 ~3 महिन्यांसाठी ठेवले", + "backup.snapshots": "स्नॅप्शॉट्स", + "backup.status_ok": "ठीक आहे", + "backup.storage_local": "स्थानिक", + "backup.subtitle": "डेटाबेस बॅकअप स्वयंचलितपणे तयार केले जातात: प्रति तास (4 दिवस), प्रति दिवस (3 आठवडे), प्रति आठवडा (13 आठवडे).", + "backup.table_aria": "बॅकअप आर्काईव्ह", + "backup.trigger_daily": "आता बॅकअप घ्या (दररोज)", + "backup.trigger_hourly": "आता बॅकअप घ्या (प्रति तास)", + "backup.trigger_weekly": "आता बॅकअप घ्या (प्रति आठवडा)", + "backup.type_daily": "दररोज", + "backup.type_hourly": "प्रति तास", + "backup.type_weekly": "प्रति आठवडा", + "billing.go_to_dashboard": "डॅशबोर्डवर जा", + "billing.manage_subscription": "सदस्यता व्यवस्थापित करा", + "billing.success_heading": "आपण सर्व सेट आहात!", + "billing.success_message": "आपली सदस्यता सक्रिय करण्यात आली आहे. DocuElevate निवडल्याबद्दल धन्यवाद!", + "billing.success_page_title": "DocuElevate - सदस्यता सक्रियित", + "common.actions": "कृती", + "common.active": "सक्रिय", + "common.all": "सर्व", + "common.avatar": "अवतार", + "common.back": "पूर्वी", + "common.cancel": "रद्द करा", + "common.close": "बंद करा", + "common.col_pending": "प्रलंबित", + "common.completed": "पूर्ण झाले", + "common.confirm": "पुष्टी करा", + "common.copied": "कॉपी केले!", + "common.copy": "कॉपी", + "common.create": "सृजन करा", + "common.created": "सृजित केले", + "common.date": "तारीख", + "common.delete": "काढा", + "common.description": "वर्णन", + "common.details": "तपशील", + "common.disabled": "अक्षम", + "common.download": "डाऊनलोड", + "common.duplicate": "डुप्लीकेट", + "common.edit": "संपादन करा", + "common.enabled": "सक्षम", + "common.error": "त्रूटी", + "common.failed": "अपयशी", + "common.filter": "गाळणी", + "common.inactive": "निष्क्रिय", + "common.info": "माहिती", + "common.loading": "लोड करत आहे...", + "common.name": "नाव", + "common.next": "पुढील", + "common.next_page": "पुढील पृष्ठ", + "common.no": "नाही", + "common.none": "काहीच नाही", + "common.page": "पृष्ठ", + "common.paused": "स्थगित", + "common.pending": "प्रलंबित", + "common.prev_page": "पुर्व पृष्ठ", + "common.previous": "पुर्व", + "common.processing": "प्रक्रियेत", + "common.refresh": "ताजेतवाने करा", + "common.reset": "रीसेट करा", + "common.retry": "पुनः प्रयत्न करा", + "common.save": "जतन करा", + "common.search": "शोधा", + "common.select": "वर निवडा", + "common.select_placeholder": "— निवडा —", + "common.size": "आकार", + "common.status": "स्थिती", + "common.submit": "सादर करा", + "common.success": "यशस्वी", + "common.tags": "टॅग", + "common.test": "चाचणी", + "common.test_connection": "संपर्काची चाचणी", + "common.type": "प्रकार", + "common.update": "अपडेट", + "common.updated": "अपडेटेड", + "common.upload": "अपलोड करा", + "common.view": "दृश्य", + "common.warning": "सूचना", + "common.yes": "होय", + "cookie.accept": "समजले", + "cookie.learn_more": "आहेकडे माहिती घ्या", + "cookie.message": "ही वेबसाइट तुमचा अनुभव सुधारण्यासाठी कुकीजचा वापर करते.", + "cookie.notice": "DocuElevate फक्त प्रमाणीकरण आणि सेवांची कार्यक्षमता सुनिश्चित करण्यासाठी आवश्यक असलेल्या सत्र कुकीजचा वापर करते. कोणतीही ट्रॅकिंग किंवा विश्लेषण कुकीज वापरण्यात आल्या नाहीत.", + "cookie.notice_label": "कुकी सूचना", + "cookie.policy_link": "कुकी धोरण", + "cookie.privacy_link": "गोपनीयता सूचना", + "credentials.col_action": "क्रिया", + "credentials.col_credential": "प्रमाणपत्र", + "credentials.col_source": "स्त्रोत", + "credentials.configured": "कॉन्फिगर केले", + "credentials.edit_in_settings": "सेटिंग्जमध्ये संपादित करा", + "credentials.legend_db": "डेटाबेसमध्ये संग्रहित मूल्य (शांत अवस्था मध्ये एन्क्रिप्ट केलेले; पर्यावरण चल बदलते)", + "credentials.legend_env_after": " फाइल", + "credentials.legend_env_before": "पर्यावरण चलाद्वारे मिळवलेले मूल्य किंवा ", + "credentials.legend_missing": "प्रमाणपत्र सेट केलेले नाही \u0004 - इंटिग्रेशन कार्य करत नाही", + "credentials.legend_restart": "या प्रमाणपत्राचे फिरवलेले असताना पुनः प्रारंभ आवश्यक आहे", + "credentials.legend_title": "लेजंड", + "credentials.manage_settings": "सेटिंग्ज व्यवस्थापित करा", + "credentials.not_configured": "कॉन्फिगर केलेले नाही", + "credentials.page_title": "प्रमाणपत्र ऑडिट - DocuElevate", + "credentials.raw_json": "कच्चा JSON (API)", + "credentials.restart_title": "या प्रमाणपत्राचे फिरवले गेल्यावर पुनः प्रारंभ आवश्यक आहे", + "credentials.source_db_title": "डेटाबेसमध्ये संग्रहित (एन्क्रिप्टेड)", + "credentials.source_env_title": "पर्यावरण चलातून", + "credentials.status_missing": "कमतरता", + "credentials.subtitle": "DocuElevate द्वारे वापरलेल्या सर्व संवेदनशील प्रमाणपत्रांचे आढावा. येथे कोणतीही गुप्त मूल्ये दर्शविली जात नाहीत \u0004 - फक्त प्रत्येक प्रमाणपत्र कॉन्फिगर केलेले आहे की नाही आणि ते कुठून आले आहे.", + "credentials.table_for": "प्रमाणपत्रे", + "credentials.title": "प्रमाणपत्र ऑडिट", + "credentials.total_credentials": "एकूण प्रमाणपत्रे", + "dashboard.active_integrations": "सक्रिय एकत्रण", + "dashboard.files_this_month": "या महिन्यातील फाइल्स", + "dashboard.files_today": "आजच्या फाइल्स", + "dashboard.ocr_processed": "OCR प्रक्रियायुक्त", + "dashboard.quick_actions": "झटपट क्रिया", + "dashboard.recent_activity": "अलीकडील गतिविधी", + "dashboard.storage_targets": "साठवण लक्ष्य", + "dashboard.title": "डॅशबोर्ड", + "dashboard.total_files": "एकूण फाइल्स", + "dashboard.welcome": "DocuElevate मध्ये आपले स्वागत आहे", + "duplicates.file_id_label": "फाईल आयडी", + "duplicates.file_id_placeholder": "उदा. 42", + "duplicates.find_btn": "शोधा", + "duplicates.found_files": "संपूर्ण डुप्लिकेट फाईल(स)", + "duplicates.found_groups": "डुप्लिकेट गट(स) म्हणजे", + "duplicates.found_prefix": "आढळले", + "duplicates.group_aria": "डुप्लिकेट गट", + "duplicates.heading": "डुप्लिकेट दस्तऐवज", + "duplicates.how_it_works_heading": "नियर-डुप्लिकेट ओळख कशी कार्य करते", + "duplicates.max_results_label": "कमाल परिणाम", + "duplicates.near_dup_desc": "कोणत्याही इतर फाईलमध्ये त्याच (किंवा अत्यंत समान) सामग्री आहे की नाही ते तपासण्यासाठी दस्तऐवज निवडा - अगदी वेळा वेगवेगळ्या असल्या तरी आणि त्यांचे SHA-256 हॅश वेगवेगळे असले तरी.", + "duplicates.near_dup_heading": "दस्तऐवजासाठी नियर-डुप्लिकेट शोधा", + "duplicates.no_exact_heading": "कोणतेही अचूक डुप्लिकेट आढळले नाहीत", + "duplicates.page_title": "डुप्लिकेट दस्तऐवज - DocuElevate", + "duplicates.pagination_aria": "पृष्ठांकन", + "duplicates.role_duplicate": "डुप्लिकेट", + "duplicates.role_original": "मूळ", + "duplicates.tab_exact": "अचूक डुप्लिकेट", + "duplicates.tab_near": "नियर-डुप्लिकेट शोधक", + "duplicates.tabs_aria": "डुप्लिकेट ओळख टॅब", + "duplicates.threshold_label": "सादृश्यता थRESHOLD", + "duplicates.view_dup_aria": "डुप्लिकेट फाईल पहा", + "duplicates.view_original_aria": "मूळ फाईल पहा", + "error.404_code": "404", + "error.404_heading": "उप्स, आम्ही ती पृष्ठ शोधू शकलो नाही!", + "error.404_home": "मुख्यपृष्ठावर परत जा", + "error.404_message": "आम्हाला असं वाटतं की DocuElevate ने आपण पाहत असलेला दस्तऐवज गमावला आहे. चिंता करू नका - आम्ही तुमच्या मागे आहोत.", + "error.404_title": "404 - सापडले नाही", + "error.500_code": "500", + "error.500_debug_info": "डिबग माहिती दर्शवा", + "error.500_description": "आमच्या सर्व्हर्समध्ये एक समस्या आली आहे आणि त्यांना थोडा वेळ लागेल.", + "error.500_heading": "उप्स! काहीतरी चुकीचे झाले.", + "error.500_home": "मुख्यमध्ये जा", + "error.500_img_alt": "सर्व्हर त्रुटीचा चित्रण", + "error.500_message1": "आमच्या सर्व्हर्समध्ये एक समस्या आली आहे आणि त्यांना थोडा वेळ लागेल. कदाचित हॅमस्टरने त्यांचे कॉफी ओतले?", + "error.500_message2": "आम्ही यावर काम करत आहोत - फाईल्स वर्गीकरण करत, सर्व्हर्स पुनःबूट करत आणि फ्लक्स कॅपेसिटरचे पुनर्संयोजन करत आहोत.", + "error.500_title": "सर्व्हर त्रुटी - DocuElevate", + "error.forbidden": "प्रतिबंधित", + "error.forbidden_message": "आपल्याला या पृष्ठावर प्रवेश करण्याची परवानगी नाही.", + "error.not_found": "पृष्ठ मिळाले नाही", + "error.not_found_message": "आपण शोधत असलेले पृष्ठ अस्तित्वात नाही.", + "error.server_error": "आंतरिक सर्व्हर त्रुटी", + "error.server_error_message": "काहीतरी चुकले. कृपया नंतर परत प्रयत्न करा.", + "error.unauthorized": "अनधिकृत", + "error.unauthorized_message": "आपल्याला या पृष्ठावर प्रवेश करण्यासाठी लॉगिन करणे आवश्यक आहे.", + "files.action_delete": "फाइल हटवा", + "files.action_details": "तपशील पहा", + "files.action_preview": "झटपट पूर्वावलोकन", + "files.bulk_clear_selection": "निवड साफ करा", + "files.bulk_cloud_ocr": "क्लाउड OCR पुन्हा चालवा", + "files.bulk_delete": "निवडलेल्या हटवा", + "files.bulk_download": "ZIP म्हणून डाउनलोड करा", + "files.bulk_reprocess": "निवडलेल्या पुन्हा प्रक्रिया करा", + "files.delete_modal_cancel": "रद्द करा", + "files.delete_modal_confirm": "हटा", + "files.delete_modal_message": "आपण निश्चितपणे ही फाइल हटवू इच्छिता का?", + "files.delete_modal_title": "हटवण्याची पुष्टी करा", + "files.document_title": "दस्तावेज़ शीर्षक", + "files.drop_overlay_hint": "PDF, ऑफिस दस्तऐवज, चित्र, HTML, Markdown, आणि इतरचे समर्थन करतो - फोल्डर्स पुनरावृत्तीत प्रक्रिया केले जातात", + "files.drop_overlay_title": "फाइल किंवा फोल्डर्स अपलोड करण्यासाठी कुठेही ड्रॉप करा", + "files.error_hint": "हे कन्फिगरेशन किंवा आयात समस्येमुळे असू शकते. कृपया सर्व्हर लॉग तपासा.", + "files.file_size": "फाइल आकार", + "files.filename": "फाईलचे नाव", + "files.files_selected": "निवडक फाइल", + "files.filter_all_providers": "सर्व प्रदात्यांचे", + "files.filter_all_statuses": "सर्व स्थिती", + "files.filter_all_types": "सर्व प्रकार", + "files.filter_apply": "फिल्टर्स लागू करा", + "files.filter_clear": "साफ करा", + "files.filter_date_from": "तारीख पासून", + "files.filter_date_from_aria": "तारीख पासून फिल्टर", + "files.filter_date_to": "तारीख पर्यंत", + "files.filter_date_to_aria": "तारीख पर्यंत फिल्टर", + "files.filter_form_aria": "फाइल फिल्टर", + "files.filter_mime_type": "MIME प्रकार", + "files.filter_ocr_all": "सर्व फाइल", + "files.filter_ocr_good": "चांगली गुणवत्ता", + "files.filter_ocr_poor": "गरीब गुणवत्ता", + "files.filter_ocr_quality": "OCR गुणवत्ता", + "files.filter_ocr_quality_aria": "ओसीआर गुणवत्ता स्कोर द्वारे फिल्टर करा", + "files.filter_ocr_unchecked": "आतापर्यंत मूल्यांकन केलेले नाही", + "files.filter_search_label": "फाइल नाव शोधा", + "files.filter_search_placeholder": "फाइल नाव प्रविष्ट करा...", + "files.filter_storage_provider": "स्टोरेज प्रदाता", + "files.filter_tags_aria": "टॅगद्वारे फिल्टर करा (कॉमा-स्पष्ट)", + "files.filter_tags_placeholder": "उदा. इनव्हॉइस,अॅमेझन", + "files.fulltext_search_label": "फुल-टेक्स्ट शोध (OCR टेक्स्ट, मेटाडेटा, टॅग)", + "files.fulltext_search_placeholder": "डॉक्युमेंट सामग्री, प्रेषक, टॅग, प्रकार शोधा...", + "files.no_files": "कोणतेही फाइल्स सापडल्या नाहीत", + "files.ocr_status": "ओसीआर स्थिती", + "files.page_title": "फाइल नोंदी", + "files.pagination_files": "फाइल्स", + "files.pagination_first": "प्रथम", + "files.pagination_last": "शेवट", + "files.pagination_nav_aria": "फाइल सूची पृष्ठांकन", + "files.pagination_next": "पुढील", + "files.pagination_of": "चा", + "files.pagination_previous": "पूर्वी", + "files.pagination_showing": "दाखवत आहे", + "files.preview_modal_close": "पूर्वदृश्य बंद करा", + "files.preview_modal_title": "पूर्वदृश्य", + "files.queue_banner_items": "आधीच रांकीबद्ध केलेले किंवा प्रक्रिया होत असलेले आहे. प्रक्रिया पूर्ण झाल्यावर फाइल्स येथे दिसतील.", + "files.queue_banner_link": "रांका पहा", + "files.saved_searches_empty": "आतापर्यंत कोणतीही सहेजलेली शोध नाही", + "files.saved_searches_error": "सहेजलेली शोध लोड करू शकत नाही", + "files.saved_searches_label": "सहेजलेले शोध", + "files.saved_searches_save": "वर्तमान सहेजा", + "files.saved_searches_save_aria": "वर्तमान फिल्टर्सला सहेजलेल्या शोधासाठी सहेजा", + "files.search_results_empty": "कोणतेही परिणाम सापडले नाहीत.", + "files.search_results_title": "शोध परिणाम", + "files.status_duplicate": "डुप्लिकेट", + "files.table_actions": "क्रिया", + "files.table_aria": "फाइल नोंदी", + "files.table_created_at": "निर्मित झाले", + "files.table_empty": "कोणतेही फाइल्स सापडल्या नाहीत", + "files.table_id": "आयडी", + "files.table_mime_type": "MIME प्रकार", + "files.table_original_filename": "मूळ फाइल नाव", + "files.table_select_all": "या पृष्ठावरील सर्व फाइल्स निवडा", + "files.tags": "टॅग", + "files.title": "फाइल्स", + "files.upload_modal_aria": "अपलोड प्रगती", + "files.upload_modal_close": "अपलोड प्रगती बंद करा", + "files.upload_modal_header": "फाइल अपलोड करत आहे", + "files.uploaded": "अपलोड झाला", + "footer.about": "बद्दल", + "footer.attribution": "अधिकृतता", + "footer.attributions": "अधिकृतता", + "footer.cookies": "कुकीज", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "छाप", + "footer.license": "परवाना", + "footer.navigation": "फुटर नेव्हिगेशन", + "footer.privacy": "गोपनीयता", + "footer.terms": "अटी", + "footer.version": "आवृत्ती {version}", + "help.destinations_dropbox": "ड्रॉपबॉक्स", + "help.destinations_dropbox_desc": "OAuth-संबंधित. फाइल्स आपल्या निवडलेल्या फोल्डरमध्ये जातात.", + "help.destinations_email": "ईमेल फॉरवर्डिंग", + "help.destinations_email_desc": "प्रक्रियाकृत फाइल्स SMTP अटॅचमेंट म्हणून पाठविल्या जातात.", + "help.destinations_google_drive": "गूगल ड्राईव्ह", + "help.destinations_google_drive_desc": "सेवा खाते किंवा OAuth. सामायिक ड्राइव्ह समर्थन करते.", + "help.destinations_heading": "गंतव्ये – दस्तऐवज कुठे जातात", + "help.destinations_nextcloud": "नेक्स्टक्लाउड / वेबDAV", + "help.destinations_nextcloud_desc": "वेबDAVद्वारे स्वखाली मेजवाण्याचे क्लाउड स्टोरेज.", + "help.destinations_onedrive": "वनड्राईव्ह", + "help.destinations_onedrive_desc": "मायक्रोसॉफ्ट ग्राफ API समाकलन.", + "help.destinations_paperless": "पेपरलेस-ngx", + "help.destinations_paperless_desc": "आर्काइवसाठी दस्तऐवज थेट पेपरलेसमध्ये पुश करा.", + "help.destinations_s3": "अ‍ॅमेज़न S3", + "help.destinations_s3_desc": "कोणतीही S3-सुसंगत बकेट (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "कोणत्याही सर्व्हरवर सुरक्षित फाइल स्थानांतरण.", + "help.destinations_webhook": "वेबहूक", + "help.destinations_webhook_desc": "कोणतही बाह्य विश्वसनीयतेवर POST मेटाडेटा.", + "help.documentation": "दस्तऐवजीकरण", + "help.faq": "वारंवार विचारले जाणारे प्रश्न", + "help.faq_1_a": "अपलोड पृष्ठाकडे जा, आपली फाइल्स ड्रॅग आणि ड्रॉप करा किंवा फाइल निवडा क्लिक करा. DocuElevate प्रतिमा आणि ऑफिस दस्तऐवजांना PDF मध्ये रूपांतरित करतो, OCR चालवतो, आणि स्वयंचलितपणे मेटाडेटा काढतो.", + "help.faq_1_q": "मी दस्तऐवज कसे अपलोड करायचे?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, आणि HTML. Non-PDF फाइल्सची प्रक्रिया करण्यापूर्वी स्वयंचलितपणे PDF मध्ये रूपांतरित केले जाते.", + "help.faq_2_q": "कोणते फाइल फॉर्मॅट्स समर्थित आहेत?", + "help.faq_3_a": "होय. ईमेल इनजेशनवर जा, एक IMAP खाते जोडा, आणि DocuElevate नवीन संदेशांसाठी पोल करेल आणि अटॅचमेंट स्वयंचलितपणे प्रक्रिया करेल.", + "help.faq_3_q": "मी ईमेलमधून दस्तऐवज घेतू शकतो का?", + "help.faq_4_a": "पाइपलाइन तुम्हाला प्रक्रिया चरण चेन करण्याची परवानगी देतात - OCR, AI निष्कर्ष, फॉरमॅट रूपांतर - आणि निकाल एक किंवा अधिक गंतव्यांकडे रूट करतात. हे पाइपलाइन पृष्ठावरून तयार आणि व्यवस्थापित करा.", + "help.faq_4_q": "प्रक्रिया पाइपलाइन कशा कार्य करतात?", + "help.faq_5_a": "DocuElevate विश्रांतीत क्रेडेन्शियल्स एन्क्रिप्ट करतो, TLS द्वारे संवाद साधतो, आणि कधीही तुम्हाला आवश्यक असलेल्या पेक्षा अधिक काळ तुमचे दस्तऐवज संग्रहित करत नाही. पूर्ण तपशीलांसाठी गोपनीयता नोटिस पहा.", + "help.faq_5_a_post": " संपूर्ण तपशीलांसाठी.", + "help.faq_5_a_pre": "DocuElevate विश्रांतीत क्रेडेन्शियल्स एन्क्रिप्ट करते, TLS द्वारे संवाद साधते, आणि कधीही आपल्या दस्तऐवजांना आवश्यकतेपेक्षा जास्त काळ साठवत नाही. पहा ", + "help.faq_5_q": "माझे डेटा सुरक्षित आहे का?", + "help.faq_heading": "सामान्य विचारले जाणारे प्रश्न", + "help.getting_started": "सुरुवात करणे", + "help.heading": "सहाय्य केंद्र", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "दस्तऐवज प्रोग्रामॅटिकली ढकलण्यासाठी REST API वापरा. Bearer टोकनसह प्राधिकृत व्हा आणि अपलोड समाप्तीकडे फायली POST करा.", + "help.ingestion_heading": "डाटा इनजेक्शन टूल्स", + "help.ingestion_mobile": "मोबाइल अ‍ॅप्स", + "help.ingestion_mobile_desc": "आपल्या फोन किंवा टॅबलेटवर DocuElevate कडे फोटो आणि स्कॅन पाठवण्यासाठी कस्टम HTTP अपलोड गंतव्यांचा समर्थन करणारा कोणताही मोबाइल स्कॅनिंग अ‍ॅप वापरा.", + "help.ingestion_scanners": "नेटवर्क स्कॅनर्स", + "help.ingestion_scanners_desc": "DocuElevate च्या अपलोड समाप्तीकडे कोणताही नेटवर्क स्कॅनर किंवा मल्टीफंक्शन प्रिंटर लक्षित करा. स्कॅन केलेले दस्तऐवज थेट आपल्या प्रोसेसिंग क्यूमध्ये येतात.", + "help.ingestion_watched_folders": "देखरेख केलेले फोल्डर्स", + "help.ingestion_watched_folders_desc": "देखभाल करण्यासाठी स्थानिक किंवा नेटवर्क फोल्डर कॉन्फिगर करा. देखरेख केलेल्या फोल्डरमध्ये ठेवलेला कोणताही फाइल आपोआप DocuElevate कडे अपलोड आणि प्रक्रिया केला जातो.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Zapier, n8n, किंवा Make सह आपल्या ऑटोमेशन कार्यप्रवाहांमध्ये DocuElevate एकत्रित करा. कोणत्याही इव्हेंटमधून दस्तऐवज अपलोड सक्षम करण्यासाठी REST API क्रिया वापरा.", + "help.meta_description": "DocuElevate सह मदत मिळवा – दस्तऐवज अपलोड करणे, क्लाउड स्टोरेज कनेक्ट करणे, पाईपलाइन सेट करणे, आणि अधिक याबद्दल मार्गदर्शक शोधा.", + "help.og_description": "DocuElevate सह मदत मिळवा – दस्तऐवज अपलोड करणे, क्लाउड स्टोरेज कनेक्ट करणे, पाईपलाइन सेट करणे, आणि अधिक याबद्दल मार्गदर्शक शोधा.", + "help.page_title": "सहाय्य केंद्र", + "help.privacy_notice": "गोपनीयता नोटिस", + "help.quickstart_heading": "जलद प्रारंभ", + "help.quickstart_storage": "स्टोरेज कनेक्ट करा", + "help.quickstart_storage_desc": "सेटिंग्जवर जा आणि तुमच्या क्लाउड खात्याचे लिंक करा. प्रक्रियेत असलेले दस्तऐवज तुमच्या निर्धारित गंतव्यांकडे स्वयंचलितपणे रूट केले जातात.", + "help.quickstart_storage_desc_full": "इंटिग्रेशनमध्ये जा आणि आपल्या क्लाउड स्टोरेज खात्यांचे दुवा द्या. DocuElevate Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, आणि अधिकचा समर्थन करते. प्रक्रिया करण्यात आलेले दस्तऐवज आपण कॉन्फिगर केलेल्या प्रत्येक गंतव्याकडे स्वयंचलितपणे पाठवले जातात.", + "help.quickstart_upload": "दस्तऐवज अपलोड करा", + "help.quickstart_upload_desc": "अपलोड पृष्ठावर फाइल्स ड्रॅग & ड्रॉप करा किंवा फाइल निवडा क्लिक करा. DocuElevate प्रतिमा आणि कार्यालयीन दस्तऐवज PDF मध्ये रूपांतरित करतो, OCR चालवितो, आणि स्वयंचलितपणे मेटाडेटा काढतो.", + "help.quickstart_workflows": "कार्यप्रवाह स्वयंचलित करा", + "help.quickstart_workflows_desc": "काही पायरींची प्रक्रिया आणि रूटिंग नियम निर्धारित करण्यासाठी पाइपलाइन तयार करा. OCR, AI निष्कर्ष, फॉरमॅट रूपांतर, आणि वितरण एकाच प्रवाहात भरण्यासाठी एकत्रित करा.", + "help.sources_email_ingestion": "ईमेल इनजेशन (IMAP)", + "help.sources_email_ingestion_desc": "दस्तऐवज एक निश्चित मेलबॉक्सवर फॉरवर्ड करा. ईमेल इनजेशनमध्ये एक किंवा अधिक IMAP खाती जोडा. DocuElevate नवीन संदेशांसाठी पोल करतो आणि अटॅचमेंट स्वयंचलितपणे प्रक्रिया करतो.", + "help.sources_heading": "स्त्रोत - दस्तऐवज मिळवणे", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "फाइल्स /api/upload वर POST करून प्रोग्रामॅटिकली एकत्रित करा. स्क्रिप्ट, निरीक्षण केलेल्या फोल्डर्स, स्कॅनर, किंवा तिसऱ्या पक्षाच्या साधनांसाठी आदर्श, जसे की Zapier आणि n8n.", + "help.sources_scanner": "स्कॅनर & मोबाईल", + "help.sources_scanner_desc": "DocuElevate च्या अपलोड पॉइंटकडे नेटवर्क स्कॅनर्स लक्षित करा किंवा कोणतीही मोबाईल स्कॅनिंग अॅप वापरा जी सानुकूल HTTP गंतव्यांना समर्थन देते.", + "help.sources_scanner_desc_full": "आपल्या नेटवर्क स्कॅनर किंवा मल्टीफंक्शन प्रिंटरला DocuElevate कडे थेट स्कॅन पाठवण्यासाठी कॉन्फिगर करा. गंतव्य म्हणून /api/upload समाप्ती वापरा. कस्टम अपलोड गंतव्यांसह मोबाइल स्कॅनिंग अ‍ॅप्सचेही समर्थन केले जाते.", + "help.sources_web_upload": "वेब अपलोड", + "help.sources_web_upload_desc": "सुरुवात करण्याचा सर्वात वेगवान प्रकार. अपलोड पृष्ठावर उघडा, एक किंवा अधिक फाइल्स ड्रॉप करा, आणि DocuElevate बाकीच्या गोष्टींची काळजी घेतो. समर्थित फॉरमॅट्समध्ये PDF, JPEG, PNG, TIFF, DOCX, XLSX, आणि आणखी बरेच आहेत.", + "help.subheading": "DocuElevate कडून सर्व काही मिळवण्यासाठी तुम्हाला लागेल. खालील विषयांची ब्राउझ करा किंवा तुम्हाला लागणारे शोधा.", + "help.support": "समर्थन", + "help.support_admin_message": "समर्थन माहितीसाठी तुमच्या व्यवस्थापकाशी संपर्क साधा.", + "help.support_description": "तुम्हाला हवे असलेले काय मिळवण्यात समस्या येत आहे का? आमचा समर्थन टीम मदतीसाठी येथे आहे.", + "help.support_heading": "समर्थनाशी संपर्क करा", + "help.support_live_chat": "सजीव चॅट उपलब्ध आहे – संवाद सुरू करण्यासाठी चॅट बबल वर क्लिक करा.", + "help.support_ticket_button": "टिकट सादर करा", + "help.support_ticket_desc": "खालील फॉर्म भरा आणि आमची समर्थन टीम शक्य तितक्या लवकर आपल्याशी संपर्क साधेल.", + "help.support_ticket_heading": "समर्थनाचे तicket उघडा", + "help.title": "सहाय्य केंद्र", + "help.workflows_creating": "पाइपलाइन तयार करणे", + "help.workflows_definition": "एक पाइपलाइन म्हणजे एक श्रृंखला प्रक्रिया चरण आहेत जे स्वयंचलितपणे चालतात जेव्हा एक दस्तऐवज घेतला जातो. प्रत्येक पायरी दस्तऐवजचे रूपांतर, समृद्ध, किंवा रूट करू शकते.", + "help.workflows_heading": "कार्यप्रवाह आणि पाइपलाइन", + "help.workflows_step_1": "PDF मध्ये रुपांतरित करणे", + "help.workflows_step_1_create": "मुख्य मेनूमध्ये पाइपलाइन्सवर जा.", + "help.workflows_step_1_full": "PDF मध्ये रूपांतरित करा – सर्व येणारी फायली एकसारख्या PDF स्वरूपात सामान्य केली जातात.", + "help.workflows_step_2": "OCR – मजकूर काढा", + "help.workflows_step_2_create": "नवीन पाइपलाइनवर क्लिक करा आणि त्याला एक नाव द्या.", + "help.workflows_step_2_full": "OCR – Azure Document Intelligence किंवा अंतर्निर्मित इंजिनचा वापर करून स्कॅन केलेल्या पृष्ठांवरून निवडक मजकूर काढा.", + "help.workflows_step_3": "AI मेटाडेटा काढणे", + "help.workflows_step_3_create": "आपल्याला आवश्यक असलेल्या प्रक्रिया चरणांचा समावेश करा.", + "help.workflows_step_3_full": "AI मेटाडेटा निष्कर्ष – दस्तऐवज प्रकार वर्गीकृत करा आणि OpenAI चा वापर करून अंश, दिनांक, आणि नाव यांसारख्या मुख्य फील्ड्स काढा.", + "help.workflows_step_4": "एक किंवा अधिक गंतव्ये गाठा", + "help.workflows_step_4_create": "एक किंवा अधिक वितरण गंतव्ये निवडा.", + "help.workflows_step_5_create": "जतन करा – नवीन दस्तऐवज यावेळी स्वयंचलितपणे या पाइपलाइनद्वारे प्रक्रिया करण्यात येतील.", + "help.workflows_typical_steps": "सामान्य चरण", + "help.workflows_what_is": "पाइपलाइन म्हणजे काय?", + "index.badge_intelligent": "इंटेलिजेंट डॉक्युमेंट प्रोसेसिंग", + "index.button_browse_files": "फाइल्स ब्राउझ करा", + "index.button_upload": "अपलोड करा", + "index.capabilities_cloud": "क्लाउड स्टोरेज: ड्रॉपबॉक्स, वनड्राइव्ह, गुगल ड्राईव, नेक्स्टक्लाउड", + "index.capabilities_ingestion": "ईमेल आणि URL-आधारित दस्तऐवज इन्जेक्शन", + "index.capabilities_ocr": "OCR आणि AI सह मेटाडेटा काढणे", + "index.capabilities_paperless": "दस्तऐवज व्यवस्थापनासाठी पेपरलेस-ngx एकत्रीकरण", + "index.capabilities_title": "क्षमता", + "index.capabilities_workflows": "स्वयंचलित वर्गीकरण आणि रूटिंग वर्कफ्लोज", + "index.cta_description": "DocuElevate सह त्यांचे दस्तऐवज प्रक्रिया स्वयंचलित करणाऱ्या संघात सामील व्हा.", + "index.cta_heading": "आपल्या दस्तऐवज वर्कफ्लोला उंचवण्यासाठी तयार आहात का?", + "index.cta_pricing": "किंमत पहा", + "index.cta_signup": "एक मोफत खाते तयार करा", + "index.dashboard_subtitle": "इंटेलिजेंट दस्तऐवज प्रक्रिया व व्यवस्थापन", + "index.dashboard_subtitle_teams": "इंटेलिजेंट दस्तऐवज प्रक्रिया व व्यवस्थापन — संघांसाठी तयार", + "index.feature_ai": "AI मेटाडेटा काढणे", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, आणि इतर प्लगइन AI प्रदाता दस्तऐवज वर्गीकृत करतात आणि तारीख, रक्कम, आणि विषय सारखे महत्त्वाचे क्षेत्रे काढतात.", + "index.feature_cloud": "मल्टी-क्लाउड स्टोरेज", + "index.feature_cloud_desc": "प्रक्रिया केलेले फाइल्स ड्रॉपबॉक्स, गुगल ड्राईव, वनड्राइव्ह, आमझॉन S3, नेक्स्टक्लाउड, पेपरलेस NGX, वेबDAV, FTP/SFTP, आणि अधिकमध्ये रूट करा.", + "index.feature_email": "ईमेल आणि IMAP इन्जेक्शन", + "index.feature_email_desc": "Gmail किंवा कोणत्याही IMAP मेलबॉक्समधून दस्तऐवज स्वयंचलितपणे काढा — कोणतेही मॅन्युअल अपलोड आवश्यक नाही.", + "index.feature_ocr": "OCR आणि मजकूर काढणे", + "index.feature_ocr_desc": "Azure Document Intelligence स्कॅन केलेले PDF आणि प्रतिमा स्वयंचलितपणे पूर्णपणे शोधण्यायोग्य मजकूरात रूपांतरित करते.", + "index.feature_pipelines": "कस्टम पाइपलाइन्स", + "index.feature_pipelines_desc": "कॉन्फिगर करण्यायोग्य पायरींसह प्रक्रिया पाइपलाइन्स तयार करा - OCR, AI काढणे, स्वरूप रूपांतरण, आणि कोणत्याही क्रमात स्टोरेज रूटिंग.", + "index.feature_search": "पूर्ण-टेक्स्ट शोध", + "index.feature_search_desc": "आपल्या संपूर्ण आर्काइव्हमध्ये सामग्री, मेटाडेटा, किंवा टॅग्वारून कोणतेही दस्तऐवज त्वरीत शोधा.", + "index.feature_section_title": "स्मार्ट दस्तऐवज वर्कफ्लोच्या सर्व गोष्टी", + "index.getting_started": "सुरुवात करणे", + "index.getting_started_1": "सिस्टम स्थितीच्या माध्यमातून इंटिग्रेशन्स कॉन्फिगर करा", + "index.getting_started_2": "आपला पहिला दस्तऐवज अपलोड करा", + "index.getting_started_3": "फाइल्समध्ये निकालाची पुनरावलोकन करा", + "index.getting_started_learn": "DocuElevate विषयी अधिक माहिती मिळवा", + "index.hero_description": "DocuElevate आपल्या दस्तऐवजांना ग्रहण करते, OCR चालवते, AI सह मेटाडेटा काढते, आणि फाइल्स Dropbox, Google Drive, OneDrive, S3, Nextcloud, आणि इतरकडे रूट करते — सर्व एकाच अखंड पाइपलाइनमध्ये.", + "index.hero_heading": "अपलोडपासून अंतर्दृष्टीपर्यंत — स्वयंचलितपणे.", + "index.hero_login": "लॉगिन करा", + "index.hero_pricing": "योजना आणि किंमत पहा", + "index.hero_signup": "सुरू करा — हे मोफत आहे", + "index.integrations_active": "सक्रिय इंटिग्रेशन्स", + "index.integrations_storage": "स्टोरेज लक्ष्य", + "index.integrations_title": "इंटिग्रेशन्स", + "index.integrations_view_status": "सिस्टम स्थिती पहा", + "index.page_title_dashboard": "डॅशबोर्ड", + "index.page_title_public": "बुद्धिमान दस्तऐवज प्रक्रिया", + "index.platform_overview": "प्लॅटफॉर्मचा आढावा", + "index.processing_stats": "संसाधन सांख्यिकी", + "index.quick_actions": "जलद क्रियाकलाप", + "index.quick_documents": "माझे दस्तऐवज", + "index.quick_documents_desc": "आपल्या प्रक्रियाधीन फाइल्स ब्राउझ करा", + "index.quick_search": "शोधा", + "index.quick_search_desc": "दस्तऐवजांमधील संपूर्ण-त текста शोधा", + "index.quick_subscription": "माझी सदस्यता", + "index.quick_subscription_desc": "योजना आणि वापराची माहिती पाहा", + "index.quick_system_status": "सिस्टम स्थिती", + "index.quick_system_status_desc": "इंटिग्रेशन आरोग्य तपासा", + "index.quick_upload": "दस्तऐवज अपलोड करा", + "index.quick_upload_desc": "नवीन फाइल प्रक्रिया करा", + "index.quick_view_files": "सर्व फाइल्स पहा", + "index.quick_view_files_desc": "प्रक्रियाधीन दस्तऐवज ब्राउझ करा", + "index.single_user_heading": "DocuElevate डॅशबोर्ड", + "index.single_user_subtitle": "बुद्धिमान दस्तऐवज प्रक्रिया आणि व्यवस्थापन", + "index.stat_active_integrations": "सक्रिय इंटिग्रेशन्स", + "index.stat_active_users": "सक्रिय वापरकर्ता", + "index.stat_files_month": "या महिन्यातील फाइल्स", + "index.stat_files_ocr": "ओसीआर असलेली फाइल्स", + "index.stat_files_today": "आजच्या फाइल्स", + "index.stat_storage_targets": "स्टोरेज लक्ष्य", + "index.stat_this_month": "या महिन्यात", + "index.stat_today": "आज", + "index.stat_total_files": "एकूण फाइल्स", + "index.stat_total_processed": "एकूण संसाधित", + "index.tier_plan": "योजना", + "index.tier_upgrade": "अपग्रेड करा", + "index.tier_view_details": "पूर्ण तपशील पहा", + "index.upgrade_daily_limits": "उच्च दैनिक आणि मासिक मर्यादा", + "index.upgrade_description": "अधिक दस्तऐवजांचा, अधिक गंतव्यस्थानांचा आणि प्रायोरिटी समर्थनाचा अनलॉक करा.", + "index.upgrade_destinations": "अधिक स्टोरेज गंतव्यस्थानं", + "index.upgrade_ocr_pages": "अधिक OCR पृष्ठे", + "index.upgrade_plan": "तुमचा योजना अपग्रेड करा", + "index.upgrade_view_pricing": "योजनांची आणि किमतींची पाहणी करा", + "index.usage_lifetime": "आयुष्यातील फायली", + "index.usage_month": "या महिन्यातील फायली", + "index.usage_my_usage": "माझा वापर", + "index.usage_today": "आजच्या फायली", + "index.usage_unlimited": "असीमित", + "integrations.access_key_label": "अॅक्सेस की आयडी", + "integrations.active_label": "सक्रिय", + "integrations.add_button": "इंटिग्रेशन जोडा", + "integrations.add_first_button": "आपले पहिले इंटिग्रेशन जोडा", + "integrations.api_token_label": "API टोकन", + "integrations.authorize_btn": "अधिकार द्या", + "integrations.authorize_reauth": "पुन्हा अधिकार द्या", + "integrations.bucket_label": "बकेट", + "integrations.configure": "कॉन्फिगर करा", + "integrations.connect": "कनेक्ट करा", + "integrations.connected": "कनेक्टेड", + "integrations.connection_failed": "संपर्क फसला", + "integrations.connection_success": "संपर्क यशस्वी", + "integrations.delete_confirm_are_you_sure": "तुम्हाला वगळायचे आहे का?", + "integrations.delete_confirm_title": "इंटिग्रेशन हटवा?", + "integrations.delete_confirm_undone": "हे क्रियाकलाप मागे घेतले जाऊ शकत नाही.", + "integrations.delete_emails_label": "प्रक्रिया केल्यानंतर ई-मेल हटवा", + "integrations.delete_files_label": "प्रक्रिया केल्यानंतर फायले हटवा", + "integrations.destinations_quota_label": "स्टोरेज गंतव्ये:", + "integrations.destinations_section": "गंतव्ये", + "integrations.direction_destination": "गंतव्य (स्टोरेज)", + "integrations.direction_label": "दिशा", + "integrations.direction_placeholder": "\n\n निवडा \n\n", + "integrations.direction_source": "स्रोत (इनजेशन)", + "integrations.disconnect": "अनेक संपर्क काढा", + "integrations.email_settings": "ई-मेल फॉरवर्ड सेटिंग्ज", + "integrations.empty_state": "कुठेही कॉन्फिगर केलेले एकत्रीकरण नाही", + "integrations.endpoint_label": "एंडपॉइंट URL", + "integrations.endpoint_optional": "(ऐच्छिक, S3-च्या अनुकूल)", + "integrations.folder_label": "फोल्डर", + "integrations.folder_optional": "(ऐच्छिक)", + "integrations.folder_path_label": "फोल्डर पथ", + "integrations.folder_prefix_label": "फोल्डर प्रीफिक्स", + "integrations.generic_settings_hint": "या इंटिग्रेशन प्रकारासाठी कॉन्फिगरेशन API द्वारे निर्मितीनंतर JSON स्वरूपात प्रदान केले जाऊ शकते.", + "integrations.gmail_hint": "Gmail लेबल्स & तारे: सक्षम केल्यास, प्रक्रियेत आलेले ई-मेल तारे देण्यात येतात आणि Gmail मध्ये \"इनजेस्टेड\" लेबलसह चिन्हित केले जातात. हे फक्त Gmail सर्व्हरवर लागू होते.", + "integrations.gmail_labels": "Gmail लेबल्स & तारे लागू करा", + "integrations.host_label": "होस्ट", + "integrations.imap_settings": "IMAP सेटिंग्ज", + "integrations.loading": "इंटिग्रेशन्स लोड करीत आहे\n\n", + "integrations.modal_close": "मोडल बंद करा", + "integrations.modal_title_add": "इंटिग्रेशन जोडा", + "integrations.modal_title_edit": "इंटिग्रेशन संपादित करा", + "integrations.name_label": "लेबल", + "integrations.name_placeholder": "उदाहरणार्थ, कार्य Gmail, S3 संग्रह", + "integrations.nextcloud_settings": "Nextcloud सेटिंग्ज", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "इंजेशन स्रोत (जसे IMAP) आणि संग्रह गंतव्ये (जसे S3, Dropbox, किंवा Google Drive) कनेक्ट करण्यासाठी तुमचे पहिले एकात्मिककरण जोडा.", + "integrations.not_connected": "कनेक्टेड नाही", + "integrations.oauth_folder_label": "फोल्डर", + "integrations.oauth_hint": "प्रथम हे एकात्मिकरण जतन करा, नंतर OAuth प्रवाह पूर्ण करण्यासाठी अधिकृत करा बटण वापरा. तुमच्या प्रमाणपत्रांना तुमच्या वैयक्तिक एकात्मिकरण नोंदणीत सुरक्षितपणे ठेवले जाईल.", + "integrations.page_title": "एकत्रीकरण", + "integrations.paperless_settings": "Paperless NGX सेटिंग्ज", + "integrations.password_label": "गु पासवर्ड", + "integrations.paused": "स्थगित", + "integrations.plan_label": "योजना:", + "integrations.port_label": "पोर्ट", + "integrations.quota_not_available": "(उपलब्ध नाही)", + "integrations.quota_unlimited": "/ अमर्यादित", + "integrations.recipient_label": "स्वीकर्ता ईमेल", + "integrations.region_label": "प्रदेश", + "integrations.remote_path_label": "अंतराळ पथ", + "integrations.s3_prefix_label": "प्रीफिक्स (फोल्डर पथ)", + "integrations.s3_settings": "S3 सेटिंग्ज", + "integrations.secret_key_label": "गुप्त प्रवेश की", + "integrations.show_password": "पासवर्ड दाखवा", + "integrations.show_secrets": "गुप्त माहिती दाखवा", + "integrations.show_token": "टोकन दाखवा", + "integrations.source_local": "स्थानिक फाइलसिस्टम", + "integrations.source_type_label": "स्त्रोत प्रकार", + "integrations.sources_quota_label": "मेलबॉक्स स्रोत:", + "integrations.sources_section": "स्रोत", + "integrations.subtitle": "एकाच ठिकाणी तुमचे इंजेशन स्रोत आणि संग्रह गंतव्ये व्यवस्थापित करा.", + "integrations.title": "एकत्रीकरण", + "integrations.type_label": "एकात्मिकरण प्रकार", + "integrations.type_placeholder": "\u00004\u00011\u00004\u00011 पहिल्यांदा दिशा निवडा \u00001\u00011\u00004\u00011\u00004\u00011", + "integrations.upgrade_plan": "योजना सुधारित करा", + "integrations.use_ssl": "SSL वापरा", + "integrations.username_label": "उपयोगकर्ता नाव", + "integrations.watch_folder_settings": "फोल्डर पाहण्याची सेटिंग्ज", + "integrations.webdav_settings": "WebDAV सेटिंग्ज", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook इंजेशन", + "integrations.webhook_how_heading": "Webhook इंजेशन कसे कार्य करते", + "integrations.webhook_how_text": "Webhook एकात्मिकरणामुळे बाह्य प्रणालींना REST API द्वारे डॉक्यूElevate मध्ये थेट कागदपत्रे धरण्याची अनुमती मिळते. DocuElevate नवीन फाइल्ससाठी (जसे IMAP) मत देण्याऐवजी, तुमचे अनुप्रयोग HTTP विनंतीद्वारे ऑथेंटिकेशनसाठी API टोकनसह डॉक्यूElevate कडे फाइल्स पाठवते.", + "integrations.webhook_ideal_text": "हे CI/CD पाइपलाइन, ऑटोमेशन स्क्रिप्ट, स्कॅनर एकात्मिकरण, किंवा कोणत्याही प्रणालीसाठी आदर्श आहे जी कागदपत्रे तयार करते आणि त्यांना प्रक्रियेसाठी पाठवण्याची आवश्यकता असते.", + "integrations.webhook_quick_start": "जलद प्रारंभ", + "integrations.webhook_security_tip": "प्रत्येक एकात्मिकरणासाठी एक समर्पित API टोकन तयार करा आणि तो तात्काळ रद्द करा जर तो तडजोड झाला असेल. टोकन API टोकन पृष्ठावर व्यवस्थापित केले जाऊ शकतात.", + "integrations.webhook_step1": "{api_tokens_link} वर जा आणि एक वैयक्तिक टोकन तयार करा.", + "integrations.webhook_upload_with_token": "API द्वारे दस्तऐवज अपलोड करण्यासाठी टोकन वापरा:", + "language.bg": "Български", + "language.ca": "Català", + "language.change_success": "भाषा {language} मध्ये बदलली", + "language.changed": "भाषा {language} मध्ये बदलली", + "language.cs": "Čeština", + "language.da": "Dansk", + "language.de": "Deutsch", + "language.el": "Ελληνικά", + "language.en": "English", + "language.es": "Español", + "language.et": "Eesti", + "language.fi": "Suomi", + "language.fr": "Français", + "language.ga": "Gaeilge", + "language.hr": "Hrvatski", + "language.hu": "मॅगेयर", + "language.is": "आइसलॅंडिक", + "language.it": "इतालियन", + "language.lb": "लुजंबुर्गी", + "language.lt": "लिथुआनियन", + "language.lv": "लेटवियन", + "language.nb": "नॉर्वेजियन", + "language.nl": "डच", + "language.no_results": "कोणतीही भाषा सापडली नाही", + "language.pl": "पोलिश", + "language.pt": "पोर्तुगीज", + "language.ro": "रोमानियन", + "language.ru": "रूसी", + "language.search_placeholder": "भाषा शोधा\u0019", + "language.selector": "भाषा", + "language.selector_label": "भाषा निवडा", + "language.sk": "स्लोव्हाक", + "language.sl": "स्लोव्हेनियन", + "language.sv": "स्वीडिश", + "language.tr": "तुर्की", + "language.uk": "यूक्रेनियन", + "language.zh": "चिनी", + "nav.about": "बद्दल", + "nav.account_menu": "खाते मेनू", + "nav.account_menu_for": "{name} साठी खाते मेनू", + "nav.admin": "प्रशासक", + "nav.admin.audit_logs": "आडिट लॉग्स", + "nav.admin.backups": "बॅकअप", + "nav.admin.plans": "योजना", + "nav.admin.scheduled_jobs": "ठरविलेले काम", + "nav.admin.users": "वापरकर्ते", + "nav.admin_actions": "प्रशासक क्रिया", + "nav.admin_menu": "प्रशासक मेनू", + "nav.api_docs": "API डॉक", + "nav.api_tokens": "API टोकन", + "nav.backup_restore": "बॅकअप आणि पुनर्संचयित", + "nav.credentials": "विश्वास पात्रता", + "nav.dark_mode": "गडद मोड", + "nav.dashboard": "डॅशबोर्ड", + "nav.developer_docs": "विकासक डॉक", + "nav.duplicates": "नक्कल", + "nav.file_manager": "फाइल व्यवस्थापक", + "nav.files": "फाइल्स", + "nav.get_started": "सुरू करा", + "nav.help": "मदत", + "nav.help_center": "सहाय्य केंद्र", + "nav.imap": "ई-मेल आयात", + "nav.integrations": "एकात्मता", + "nav.light_mode": "उजळ मोड", + "nav.login": "लॉग इन", + "nav.logout": "लॉग आऊट", + "nav.main_navigation": "मुख्य नेव्हिगेशन", + "nav.my_subscription": "माझी सदस्यता", + "nav.notifications": "सूचनाएं", + "nav.open_main_menu": "मुख्य मेनू उघडा", + "nav.pipelines": "पाईपलाइन", + "nav.plan_designer": "योजना डिझाइनर", + "nav.pricing": "किंमत", + "nav.profile": "प्रोफाइल", + "nav.profile_settings": "प्रोफाइल सेटिंग्ज", + "nav.queue": "क्यू", + "nav.queue_monitor": "क्यू मॉनिटर", + "nav.scheduled_jobs": "निर्धारित नोकऱ्या", + "nav.search": "शोधा", + "nav.settings": "सेटिंग्ज", + "nav.shared_links": "सामायिक दुवे", + "nav.sign_out": "बाहेर पडा", + "nav.signup": "साइन अप", + "nav.similarity": "समानता", + "nav.skip_to_content": "मुख्य सामग्रीकडे वळा", + "nav.status": "स्थिती", + "nav.subscription": "सदस्यता", + "nav.toggle_dark_mode": "काळा मोड चालू/बंद करा", + "nav.toggle_nav": "नेव्हिगेशन मेनू चालू/बंद करा", + "nav.upload": "अपलोड", + "nav.users": "उपयोगकर्ते", + "nav.version": "आवृत्ती माहिती", + "notifications.filter_all": "सर्व", + "notifications.filter_read": "फक्त वाचलेले", + "notifications.filter_unread": "फक्त न वाचलेले", + "notifications.manage_desc": "आपल्या सूचनांच्या इनबॉक्स, लक्ष्यों आणि इवेन्ट प्राधान्यांचे व्यवस्थापन करा", + "notifications.mark_all_read": "सर्व वाचले म्हणून चिन्हांकित करा", + "notifications.mark_all_read_btn": "सर्व वाचले म्हणून चिन्हांकित करा", + "notifications.mark_read": "वाचले म्हणून चिन्हांकित करा", + "notifications.no_notifications": "कोणतीही सूचनाएं नाहीत", + "notifications.page_title": "सूचनाएं", + "notifications.tab_inbox": "इनबॉक्स", + "notifications.tab_settings": "सेटिंग्ज", + "notifications.title": "सूचना", + "notifications.unread_count": "{count} अनपढ सूचना", + "pipelines.active_label": "सक्रिय", + "pipelines.add_step_btn": "चांगली पायरी जोडा", + "pipelines.create": "पाइपलाइन तयार करा", + "pipelines.custom_label_label": "कस्टम लेबल", + "pipelines.default_label": "डिफॉल्ट", + "pipelines.description_label": "वर्णन", + "pipelines.description_placeholder": "ऐच्छिक वर्णन", + "pipelines.disabled_label": "निष्क्रिय", + "pipelines.edit": "पाइपलाइन संपादित करा", + "pipelines.empty_state": "आधीच कोणतीही पाइपलाइन नाही", + "pipelines.empty_state_hint": "कस्टम दस्तऐवज प्रक्रिया कार्यप्रवाह प्रभावीत करण्यासाठी आपली पहिली पाइपलाइन तयार करा.", + "pipelines.enabled_label": "सक्षम", + "pipelines.force_cloud_ocr_label": "क्लाउड OCR ला बळजबरी करा (स्थानिक टेक्स्ट निष्कर्ष काढणे टाळा)", + "pipelines.inactive_label": "निष्क्रिय", + "pipelines.loading": "पाइपलाइन लोड होत आहे\u0005...", + "pipelines.name_placeholder": "माझी पाइपलाइन", + "pipelines.new_pipeline_btn": "नवी पाइपलाइन", + "pipelines.no_steps": "कोणत्याही पाय-यांची व्याख्या केलेली नाही. आपल्या पाइपलाइन तयार करण्यास प्रारंभ करण्यासाठी पायरी जोडा.", + "pipelines.ocr_auto": "स्वयंचलित (सिस्टम डिफॉल्ट वापरा)", + "pipelines.ocr_language_hint": "Tesseract/EasyOCR साठी जागतिक भाषा सेटिंग ओव्हरराइड करते. Azure आणि Mistral भाषा स्वयंचलित ओळखतात.", + "pipelines.ocr_language_label": "OCR भाषा", + "pipelines.optional_suffix": "(ऐच्छिक)", + "pipelines.page_title": "प्रक्रिया पाइपलाइन", + "pipelines.set_default": "माझ्या डिफॉल्ट पाइपलाइन म्हणून सेट करा", + "pipelines.step_label_placeholder": "डीफॉल्ट पायरीचे नाव ओव्हरराइड करा", + "pipelines.step_type_label": "पायरी प्रकार", + "pipelines.subtitle_intro": "कस्टम दस्तऐवज प्रक्रिया कार्यप्रवाह व्याख्या आणि व्यवस्थापित करा.", + "pipelines.subtitle_system_post": "बाजू आणि सर्व वापरकर्त्यांना दृश्यमान आहेत.", + "pipelines.subtitle_system_pre": "सिस्टम पाइपलाइन (व्यवस्थापकांनी तयार केलेली) एक", + "pipelines.system_label": "सिस्टम", + "pipelines.system_pipeline_label": "सिस्टम पाइपलाइन (सर्व वापरकर्त्यांना दृश्यमान)", + "pipelines.title": "प्रक्रिया पाइपलाइन", + "profile.avatar_alt": "तुमचा प्रोफाइल चित्र", + "profile.avatar_heading": "प्रोफाइल चित्र", + "profile.avatar_remove": "कस्टम अवतार काढा", + "profile.avatar_upload_hint": "JPEG, PNG, GIF, किंवा WebP प्रतिमा 2 MB पर्यंत अपलोड करा. कस्टम चित्र सेट न केल्यास, तुमचा {gravatar} दर्शवला जातो.", + "profile.choose_image": "चित्र निवडा\u0005", + "profile.confirm_password": "नवीन पासवर्ड पुष्टी करा", + "profile.contact_email_hint": "सिस्टम सूचना साठी वापरले जाते. हे तुमचा लॉगिन ई-मेल बदलत नाही.", + "profile.contact_email_label": "संपर्क / सूचना ई-मेल", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "सध्याचा पासवर्ड", + "profile.dismiss": "दूर करा", + "profile.display_name_hint": "तुमचा खाते वाप Username किंवा ई-मेल वापरण्यासाठी रिक्त ठेवा.", + "profile.display_name_label": "प्रदर्शित नाव", + "profile.display_name_placeholder": "यूआयमध्ये दर्शविलेला तुमचे नाव", + "profile.general_heading": "सामान्य माहिती", + "profile.gravatar_link": "ग्रावाटार", + "profile.heading": "प्रोफाइल सेटिंग्ज", + "profile.language_auto_detect": "ऑटो-डिटेक्ट (ब्राउझर वरून)", + "profile.language_hint": "तुमच्या पसंत केलेल्या इंटरफेस भाषेची निवड करा. “ऑटो-डिटेक्ट” तुमच्या ब्राउझरच्या सेटिंग्जचा मागोवा घेतो.", + "profile.language_label": "यूआय भाषा", + "profile.new_password": "नवीन पासवर्ड", + "profile.new_password_hint": "किमान 8 अक्षरे.", + "profile.page_title": "प्रोफाइल सेटिंग्ज – DocuElevate", + "profile.password_heading": "पासवर्ड_change करा", + "profile.preferences_heading": "आवडी", + "profile.save_button": "बदल साठवा", + "profile.saving": "साठवत आहे\u00005", + "profile.subtitle": "तुमचा प्रदर्शित नाव, अवतार, भाषा, आणि थीम आवडी व्यवस्थापित करा.", + "profile.theme_dark": "डार्क", + "profile.theme_hint": "“सिस्टम डिफॉल्ट” तुमच्या डिव्हाइसच्या डार्क-मोड सेटिंग्जचा मागोवा घेतो.", + "profile.theme_label": "रंग योजना", + "profile.theme_light": "हलका", + "profile.theme_system": "सिस्टम डिफॉल्ट", + "profile.update_password": "पासवर्ड अद्यतनित करा", + "profile.updating": "अपडेट करत आहे\u0010\u00128", + "queue.active_tasks": "सक्रिय कार्ये", + "queue.auto_refresh_1": "प्रत्येक ऑटो-ताजेतवाने", + "queue.auto_refresh_2": "सेकंद", + "queue.col_arguments": "युक्त्या", + "queue.col_current_step": "हालचा पायरी", + "queue.col_file": "फाईल", + "queue.col_files": "फाइल्स", + "queue.col_queue": "क्युए", + "queue.col_state": "राज्य", + "queue.col_task": "कार्य", + "queue.col_task_id": "कार्य आयडी", + "queue.files_processing": "फाइल्स प्रक्रिया करत आहे", + "queue.heading": "क्युए मॉनिटर", + "queue.last_updated": "अंतिम अद्यतन:", + "queue.loading_stats": "क्युए आकडेवारी लोड करत आहे\u0012878;", + "queue.no_active_tasks": "एकही सक्रिय कार्य नाही", + "queue.no_data": "डेटा नाही", + "queue.no_files_processing": "आताच्या प्रक्रियेत कोणतीही फाइल नाही", + "queue.page_title": "क्युए मॉनिटर", + "queue.processing_pipeline": "प्रक्रिया पाइपलाइन", + "queue.queued_tasks": "क्युए केलेले कार्य", + "queue.recently_processing": "अलीकडे प्रक्रिया होत असलेल्या फाइल", + "queue.redis_queues": "Redis क्युए", + "queue.subtitle": "दस्तावेज प्रक्रिया पाइपलाइन आणि Celery कार्य क्युएंचा वास्तविक-वेळीत दृश्य.", + "queue.workers_online": "कामकाज करणारे ऑनलाइन", + "search.button": "शोधा", + "search.error_message": "शोध उपलब्ध नाही. कृपया काही क्षणात पुन्हा प्रयत्न करा.", + "search.filter_aria_clear": "सर्व फिल्टर स्पष्ट करा", + "search.filter_clear_button": "फिल्टर स्पष्ट करा", + "search.filter_date_from": "तारीखपासून", + "search.filter_date_to": "तारीखपर्यंत", + "search.filter_document_type": "दस्तावेज प्रकार", + "search.filter_document_type_placeholder": "उदा. चलान", + "search.filter_language": "भाषा", + "search.filter_language_placeholder": "उदा. de", + "search.filter_sender": "प्रेषक", + "search.filter_sender_placeholder": "उदा. ACME Corp", + "search.filter_tags": "टॅग", + "search.filter_tags_placeholder": "उदा. amazon", + "search.filter_text_quality": "टेक्स्ट गुणवत्ता", + "search.filter_text_quality_all": "सर्व", + "search.filter_text_quality_high": "उच्च", + "search.filter_text_quality_low": " कमी", + "search.filter_text_quality_medium": "मध्यम", + "search.filter_text_quality_no_text": "कोणताही टेक्स्ट नाही", + "search.heading": "दस्तावेज शोध", + "search.input_aria_label": "कागदपत्रे शोधा", + "search.input_placeholder": "सामग्री, प्रेषक, टॅग, प्रकारानुसार कागदपत्रे शोधा...", + "search.loading_indicator": "शोधत आहे\u00026#8230;", + "search.no_results": "कोणतीही परिणाम सापडले नाहीत", + "search.page_title": "कागदपत्रे शोधा", + "search.placeholder": "फाइल नाव, सामग्री, टॅगद्वारे शोधा...", + "search.result_empty": "तुमच्या शोधाशी जुळणारी कोणतीही कागदपत्रे सापडली नाहीत.", + "search.results_count": "{count} परिणाम सापडले", + "search.saved_aria_save": "चालू शोध जतन करा", + "search.saved_button": "चालू जतन करा", + "search.saved_empty": "आत्तापर्यंत कोणतेही जतन केलेले शोध नाहीत", + "search.saved_error": "जतन केलेले शोध लोड करू शकले नाही", + "search.saved_label": "जतन केलेले शोध", + "search.saved_loading": "लोड करत आहे...", + "search.title": "कागदपत्रे शोधा", + "settings.audit_log_btn": "ऑडिट लॉग", + "settings.autocomplete_hint": "ओळखलेले मूल्य शोधण्यासाठी टाका, किंवा कोणतेही कस्टम मूल्य प्रविष्ट करा.", + "settings.autocomplete_no_matches": "कोणतीही जुळणी नाही \u00026#8212; तुम्ही अद्याप कस्टम मूल्य टाकू शकता", + "settings.autocomplete_placeholder": "शोधण्यासाठी टाका किंवा एक मूल्य प्रविष्ट करा\u00026#8230;", + "settings.boolean_enable_prefix": "सक्षम करा", + "settings.categories_aria": "सेटिंग्ज श्रेण्यांचा", + "settings.categories_heading": "श्रेणी", + "settings.db_wizard_btn": "DB जादूगार", + "settings.effective_value_label": "प्रभावी मूल्य:", + "settings.encrypted_suffix": "= विश्रांतीमध्ये एनक्रिप्टेड", + "settings.encrypted_title": "डेटाबेसमध्ये विश्रांतीच्या अवस्थेत मूल्य एनक्रिप्टेड आहे", + "settings.export_btn": "निर्यात", + "settings.export_db_only": "फक्त DB सेटिंग्ज", + "settings.export_full_config": "पूर्ण प्रभावी कॉन्फिग", + "settings.jump_to_category": "श्रेणीवर जा\u00026#8230;", + "settings.manage_config_prefix": "कॉन्फिगरेशन व्यवस्थापित करा. प्राधान्य:", + "settings.model_picker_hint": "यादीतून निवडा किंवा तुमच्या प्रदात्याद्वारे समर्थन केलेले कोणतेही मॉडेल नाव टाका.", + "settings.model_picker_placeholder": "सामान्य मॉडेल निवडा किंवा कस्टम नाव टाका\u00026#8230;", + "settings.no_results_clear": "शोध स्पष्ट करा", + "settings.no_results_heading": "कोणतीही सेटिंग्ज सापडल्या नाहीत", + "settings.no_results_hint": "भिन्न शोध शब्दाचा प्रयत्न करा किंवा", + "settings.page_heading": "अर्ज सेटिंग्ज", + "settings.required_label": "(आवश्यक)", + "settings.reset_confirm": "तुम्ही खात्री करता का की तुम्ही ही सेटिंग रीसेट करू इच्छित आहात?", + "settings.restart_required_suffix": "= पुनरारंभ आवश्यक", + "settings.revert_btn": "DB मधून काढा", + "settings.revert_title": "DB ओव्हरराइड काढा आणि पर्यावरण चल किंवा डिफॉल्टवर मागे जाऊन", + "settings.reverting": "मागे जात आहे\u00161;", + "settings.save_all_btn": "सर्व बदल जतन करा", + "settings.save_error": "सेटिंग्स जतन करण्यात अयशस्वी", + "settings.save_setting_title": "ही सेटिंग जतन करा", + "settings.save_success": "सेटिंग यशस्वीरित्या जतन केली", + "settings.saving_state": "जतन करत आहे\u00161;", + "settings.search_aria_label": "सेटिंग्स शोधा", + "settings.search_clear_aria": "शोध साफ करा", + "settings.search_placeholder": "नाव, की, किंवा वर्णनाद्वारे सेटिंग्स शोधा\u00161;", + "settings.settings_count_suffix": "सेटिंग", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "डिफॉल्ट", + "settings.source_env_badge": "पर्यावरण", + "settings.title": "सेटिंग्स", + "settings.toggle_visibility_aria": "पासवर्ड दृश्यता टॉगल करा", + "settings.toggle_visibility_title": "मूल्य दर्शवा/गुप्त ठेवा", + "settings.user_autocomplete_empty": "कोणतेही जुळणारे वापरकर्ते सापडले नाहीत", + "settings.user_autocomplete_hint": "नावाने विद्यमान वापरकर्ते शोधण्यासाठी टाइप करा किंवा कोणताही ओळखकर्ता हस्ताक्षरित प्रविष्ट करा.", + "settings.user_autocomplete_placeholder": "वापरकर्ते शोधण्यासाठी टाईप करणे सुरू करा\u00161;", + "settings.wizard_btn": "विझार्ड", + "shared.col_expiry": "कालावधी", + "shared.col_file_label": "फाइल / लेबल", + "shared.col_link": "लिंक", + "shared.col_views": "दृश्य", + "shared.copy_link_aria": "क्लिपबोर्डवर लिंक कॉपी करा", + "shared.copy_link_title": "लिंक कॉपी करा", + "shared.create_btn": "लिंक तयार करा", + "shared.create_heading": "नवीन शेअर केलेली लिंक तयार करा", + "shared.creating": "तयार करत आहे\u00161;", + "shared.expiry_12h": "12 तास", + "shared.expiry_14d": "14 दिवस", + "shared.expiry_1h": "1 तास", + "shared.expiry_24h": "24 तास (1 दिवस)", + "shared.expiry_30d": "30 दिवस", + "shared.expiry_3d": "3 दिवस", + "shared.expiry_6h": "6 तास", + "shared.expiry_7d": "7 दिवस", + "shared.expiry_label": "कालावधी", + "shared.expiry_never": "कधीही नाही", + "shared.file_id_help_post": "पृष्ठ किंवा दस्तऐवज तपशील URL मध्ये.", + "shared.file_id_help_pre": "फाइल आयडी शोधा", + "shared.file_id_label": "फाइल आयडी", + "shared.file_id_placeholder": "उदाहरणार्थ 42", + "shared.files_link": "फाइल्स", + "shared.heading": "साझा दुवे", + "shared.label_label": "लेबल", + "shared.label_placeholder": "उदाहरणार्थ, बॉबसह सामायिक केलेले", + "shared.link_created": "साझा दुवा तयार केला!", + "shared.link_created_help": "हा दुवा प्रति प्राप्तकर्त्यास पाठवा.", + "shared.links_count_aria": "दुव्यांची संख्या", + "shared.max_downloads_label": "कमाल डाउनलोड", + "shared.no_links": "अद्याप कोणतेही सामायिक दुवे नाहीत. सुरु करण्यासाठी वर एक तयार करा.", + "shared.open_in_new_tab": "नव्या टॅबमध्ये उघडा", + "shared.open_link_aria": "साझा दुवा उघडा", + "shared.optional": "(ऐच्छिक)", + "shared.page_title": "साझा दुवे – DocuElevate", + "shared.password_label": "गुप्तशब्द", + "shared.password_placeholder": "गुप्तशब्दासाठी रिक्त ठेवा", + "shared.password_protected": "गुप्तशब्द संरक्षित", + "shared.refresh_aria": "साझा दुव्यांची यादी ताजीताई करा", + "shared.revoke_aria_prefix": "साझा दुवा रद्द करा", + "shared.revoke_btn": "रद्द करा", + "shared.status_active": "सक्रिय", + "shared.status_expired": "कालबाह्य", + "shared.status_limit_reached": "मर्यादा पोचली", + "shared.status_revoked": "रद्द केले", + "shared.subtitle": "काळाच्या मर्यादेत किंवा दृश्य मर्यादेमध्ये दस्तोवेज कोणाशीही सामायिक करा. प्राप्तकर्त्यांना DocuElevate खाते आवश्यकता नाही. दुवे गुप्तशब्द-संरक्षित आणि केव्हाही रद्द केले जाऊ शकतात.", + "shared.table_aria": "साझा दुवे", + "shared.unlimited_placeholder": "असीमित", + "shared.your_links": "तुमचे सामायिक दुवे", + "similarity.backfill_auto": "पार्श्वभूमी कार्य प्रत्येक 5 मिनिटांत त्यांना स्वयंचलितपणे गणिती करेल, किंवा तुम्ही", + "similarity.files_missing_text": "फाइल(स) कडे OCR मजकूर आहे पण अजून समाविष्ट नाही.", + "similarity.find_pairs_btn": "जोड्या शोधा", + "similarity.heading": "दस्तऐवज समानता", + "similarity.load_error": "जोड्या लोड करण्यात अयशस्वी.", + "similarity.min_similarity_label": "किमान समानता", + "similarity.no_pairs_detail": "कोणत्याही दस्तऐवज जोडीने समानता थ्रेशोल्ड ओलांडली नाही.", + "similarity.no_pairs_heading": "कोणत्याही समान जोडी सापडल्या नाहीत", + "similarity.page_title": "दस्तऐवज समानता - DocuElevate", + "similarity.pagination_aria": "समानता जोड्या पेजीने संख्याबद्ध करणे", + "similarity.per_page_label": "प्रति पृष्ठ", + "similarity.scanning": "समान दस्तऐवज जोड्या साठी स्कॅनिंग\n", + "similarity.stat_embedding_model": "एम्बेडिंग मॉडेल", + "similarity.stat_missing_embedding": "चुकलेला एम्बेडिंग", + "similarity.stat_total_files": "एकूण फायले", + "similarity.stat_with_embedding": "एम्बेडिंगसह", + "similarity.subtitle": "उच्च अर्थपूर्ण समानता असलेल्या दस्तऐवजांची जोड्या, गुणांकानुसार क्रमवारीत.", + "similarity.trigger_aria": "सर्व फायलींच्या एम्बेडिंगच्या गणीतीसाठी ट्रिगर करा ज्या एम्बेडिंग गहाळ आहेत", + "similarity.trigger_now": "आत्ता ट्रिगर करा", + "status.app_version": "अॅप आवृत्ती", + "status.build_date": "बिल्ड दिनांक", + "status.container_id": "कॉन्टेनर आयडी", + "status.git_commit": "Git कमिट", + "status.last_check": "शेवटची तपासणी", + "status.page_title": "सिस्टम स्थिति", + "status.setting_label": "सेटिंग", + "status.value_label": "मूल्य", + "subscription.available_plans_heading": "उपलब्ध योजना", + "subscription.back_to_dashboard": "डॅशबोर्डवर परत जा", + "subscription.cancel_pending": "बदल रद्द करा", + "subscription.cancel_scheduled": "निर्धारित बदल रद्द करा", + "subscription.contact_sales": "विक्रीस संपर्क करा", + "subscription.current_badge": "सध्याचा", + "subscription.current_plan": "सध्याची योजना", + "subscription.current_plan_cta": "तुमची सध्याची योजना", + "subscription.downgrade_to_prefix": "कमी करा", + "subscription.features_heading": "तुमच्या योजनेत काय समाविष्ट आहे", + "subscription.free": "मोफत", + "subscription.heading": "माझी सदस्यता", + "subscription.keep_plan_prefix": "ठेवा", + "subscription.lifetime_files": "एकूण फायले (जीवनभर)", + "subscription.month_files": "या महिन्यातील फायले", + "subscription.more_features_label": "अधिक", + "subscription.page_title": "माझी सदस्यता - DocuElevate", + "subscription.pending_badge": "प्रलंबित", + "subscription.pending_benefits": "त्यापर्यंत तुम्ही सर्व सध्याच्या योजनेच्या फायदे ठेवता.", + "subscription.pending_on": "वर", + "subscription.pending_title": "प्रलंबित योजना बदल निश्चित", + "subscription.pending_will_change": "तुमची योजना बदलणार आहे", + "subscription.per_mo": "/महिना", + "subscription.per_month": "/महिना", + "subscription.since": "पासून", + "subscription.single_user_body": "बहु-उपयोगकर्ता मोड सक्रिय असताना सदस्यता स्तर लागू असतात. तुम्ही सध्या कोणतीही प्रक्रिया मर्यादा नाहीत, एकल-उपयोगकर्ता मोडमध्ये चालवित आहात. एक प्रशासक {settings_link} च्या माध्यमातून बहु-उपयोगकर्ता मोड सक्षम करू शकतो.", + "subscription.single_user_title": "बहु-उपयोगकर्ता मोड सक्षम केलेले नाही.", + "subscription.subtitle": "तुमची सध्याची योजना, वापर आणि उपलब्ध अपग्रेड.", + "subscription.this_month_label": "या महिन्यात", + "subscription.today_files": "आजचे फायले", + "subscription.today_label": "आज", + "subscription.unlimited": "सीमाबद्ध", + "subscription.upgrade_info": "अपग्रेड त्वरित प्रभावी होते. कमी शेक्यांवर तुम्ही तुमच्या सध्याच्या बिलिंग कालावधीच्या संपणाऱ्याचे शेड्यूल ठरवा.", + "subscription.upgrade_to_prefix": "अपग्रेड करा", + "subscription.usage_heading": "वापर", + "upload.browse_button": "फायली निवडा", + "upload.button_processing": "प्रक्रिया चालू आहे...", + "upload.camera_button": "छायाचित्र काढा / दस्तऐवज स्कॅन करा", + "upload.download_button": "डाउनलोड आणि प्रक्रिया करा", + "upload.downloading": "यूआरएलवरून फायली डाउनलोड करत आहे...", + "upload.drag_drop": "येथे फायली ओढा आणि सोडा किंवा बघा क्लिक करा", + "upload.drop_hint_desktop": "येथे फायली किंवा फोल्डर्स ओढा आणि सोडा, किंवा फायली निवडण्यासाठी क्लिक करा.", + "upload.drop_hint_mobile": "फायली निवडण्यासाठी टॅप करा किंवा खालील कॅमेरा बटण वापरा.", + "upload.drop_zone_aria": "फाईल अपलोड क्षेत्र. येथे फायली ओढा आणि सोडा, किंवा फायलींचे स्पर्श करण्यासाठी एंटर दाबा.", + "upload.error": "अपलोड अयशस्वी", + "upload.error_invalid_url": "अवैध यूआरएल प्रारूप", + "upload.error_url_required": "कृपया एक यूआरएल प्रविष्ट करा", + "upload.file_size_hint": "कमाल आकार: प्रति फाइल 500 MB", + "upload.file_types": "परवानगी असलेले प्रकार: PDF, Office दस्तऐवज़ (Word, Excel, PowerPoint, इत्यादी), चित्रे", + "upload.filename_description": "यूआरएलमधून फाईलचे नाव वापरण्यासाठी रिक्त ठेवा", + "upload.filename_label": "फाईलचे नाव (ऐच्छिक)", + "upload.filename_placeholder": "माझा-दस्तऐवज.pdf", + "upload.max_size": "कमाल फाइल आकार: {size}", + "upload.page_title": "फायली अपलोड करा", + "upload.section_device": "डिव्हाइसवरून अपलोड करा", + "upload.section_url": "यूआरएलवरून अपलोड करा", + "upload.select_file": "फাইল निवडा", + "upload.success": "फाइल यशस्वीपणे अपलोड झाली", + "upload.title": "दस्तऐवज अपलोड करा", + "upload.uploading": "अपलोड करत आहे...", + "upload.url_description": "फाइलसाठी थेट लिंक टाका (PDF, ऑफिस दस्तऐवज, किंवा प्रतिमा)", + "upload.url_label": "फाइल URL", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/ms.json b/frontend/translations/ms.json new file mode 100644 index 00000000..e38b6645 --- /dev/null +++ b/frontend/translations/ms.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "Temui Pencipta", + "about.creator_name": "Christian Krakau-Louis", + "about.creator_pre": "DocuElevate dibangunkan dengan penuh semangat oleh", + "about.features_admin_api": "API REST yang kuat untuk akses programatik", + "about.features_admin_config": "Sangat boleh dikonfigurasi melalui pembolehubah persekitaran", + "about.features_admin_docker": "Sedia Docker untuk pengedaran dan penskalaan yang mudah", + "about.features_admin_heading": "Pentadbiran", + "about.features_admin_oauth2": "Sokongan pengesahan OAuth2 dengan Authentik", + "about.features_automation_background": "Pemprosesan latar belakang dengan Redis dan Celery", + "about.features_automation_gmail": "Integrasi akaun Gmail dan email umum", + "about.features_automation_heading": "Automasi", + "about.features_automation_imap": "Pengundian peti masuk IMAP dari pelbagai sumber", + "about.features_automation_ingestion": "Pengambilan dokumen automatik dari pelbagai input", + "about.features_heading": "Ciri Utama", + "about.features_integration_cloud": "Penyimpanan awan: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integrasi & Penyimpanan", + "about.features_integration_multi_dest": "Sokongan multi-destinasi (simpan dokumen di pelbagai lokasi)", + "about.features_integration_protocols": "Protokol pemindahan: FTP, SFTP, Penghantaran Email", + "about.features_integration_selfhosted": "Pilihan pelayan sendiri: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Klasifikasi dokumen pintar dan pengekstrakan tarikh", + "about.features_processing_heading": "Pemprosesan Dokumen", + "about.features_processing_metadata": "Pengekstrakan metadata automatik menggunakan penyedia AI yang boleh ditambah", + "about.features_processing_ocr": "OCR dikuasakan oleh Azure Document Intelligence", + "about.features_processing_pdf": "Penukaran PDF untuk pelbagai format fail melalui Gotenberg", + "about.features_processing_upload": "Penghantaran fail yang mudah dan selamat dengan sokongan seret & lepas", + "about.github_logo_alt": "Logo GitHub", + "about.heading": "Tentang DocuElevate", + "about.intro_post": " – penyelesaian moden dan pintar anda untuk pemprosesan dokumen! Kami telah membina DocuElevate untuk mengubah sepenuhnya cara anda mengendalikan dokumen anda – dari muat naik hingga pengekstrakan, dari pemprosesan hingga penyimpanan.", + "about.intro_pre": "Selamat datang ke ", + "about.involved_description": "Ingin terjun ke dalam kod, menyumbang idea, atau belajar lebih lanjut tentang DocuElevate?", + "about.involved_docs": "Baca Dokumentasi", + "about.involved_github": "Lihat DocuElevate di GitHub", + "about.involved_heading": "Dapatkan Terlibat", + "about.involved_website": "Lawati Laman Web DocuElevate", + "about.legal_description": "Kami mengambil berat tentang privasi dan keselamatan data anda. Sila semak:", + "about.legal_heading": "Privasi & Undang-undang", + "about.legal_license": "Maklumat Lesen", + "about.legal_privacy": "Notis Privasi", + "about.page_title": "Tentang DocuElevate", + "about.story_heading": "Kisah Kami", + "about.story_p1": "DocuElevate dicipta dengan satu matlamat dalam minda: untuk memudahkan dan mempercepat pengurusan dokumen untuk semua orang, sama ada anda adalah permulaan kecil atau perusahaan besar.", + "about.story_p2": "Kami memanfaatkan kuasa penyedia AI yang boleh dipasang (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, dan banyak lagi) untuk pengambilan metadata dan penghalusan teks, menyatu secara lancar dengan Dropbox, Nextcloud, dan Paperless NGX untuk penyimpanan dan pengindeksan, memanfaatkan Azure Document Intelligence untuk OCR, dan bahkan menggunakan Gotenberg untuk penukaran fail ke PDF.", + "api_tokens.col_created": "Dicipta", + "api_tokens.col_last_ip": "IP Terakhir", + "api_tokens.col_last_used": "Terakhir Digunakan", + "api_tokens.col_name": "Nama", + "api_tokens.col_prefix": "Awalan Token", + "api_tokens.copy_to_clipboard": "Salin token ke papan klip", + "api_tokens.copy_upload_example": "Salin contoh muat naik ke papan klip", + "api_tokens.copy_warning_1": "Salin token ini sekarang — ia akan", + "api_tokens.copy_warning_2": "tidak ditunjukkan lagi", + "api_tokens.create_heading": "Cipta Token Baharu", + "api_tokens.create_token": "Cipta Token", + "api_tokens.creating": "Mencipta\u0015", + "api_tokens.heading": "Token API", + "api_tokens.intro": "Cipta token API peribadi untuk berinteraksi dengan API DocuElevate secara programatik. Gunakan token untuk pemuatan webhook, saluran CI/CD, atau sebarang skrip yang perlu memuat naik atau mengambil dokumen.", + "api_tokens.loading_tokens": "Memuatkan token\u0015", + "api_tokens.never": "Tidak Pernah", + "api_tokens.no_tokens_heading": "Tiada token API lagi", + "api_tokens.no_tokens_help": "Cipta token pertama anda di atas untuk memulakan.", + "api_tokens.page_title": "Token API – DocuElevate", + "api_tokens.revoke": "Batalkan", + "api_tokens.revoke_prefix": "Batalkan token", + "api_tokens.status_active": "Aktif", + "api_tokens.status_revoked": "Dibatalkan", + "api_tokens.table_aria": "Token API", + "api_tokens.token_created": "Token dicipta dengan jayanya!", + "api_tokens.token_name_label": "Nama token", + "api_tokens.token_name_placeholder": "contoh: Saluran CI, Muat Naik Webhook, Skrip Saya", + "api_tokens.usage_heading": "Contoh Penggunaan", + "api_tokens.usage_intro_post": "header dengan sebarang permintaan API:", + "api_tokens.usage_intro_pre": "Gunakan token API anda dalam", + "api_tokens.your_tokens": "Token Anda", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "Sumber", + "audit.col_timestamp": "Cap Waktu", + "audit.critical": "Kritikal", + "audit.filter_action": "Tindakan", + "audit.filter_all_actions": "Semua tindakan", + "audit.filter_all_users": "Semua pengguna", + "audit.filter_resource_placeholder": "cth. dokumen, pengguna", + "audit.filter_resource_type": "Jenis Sumber", + "audit.filter_severity": "Keterukan", + "audit.filter_user": "Pengguna", + "audit.filters_section_label": "Penapis log audit", + "audit.next": "Seterusnya", + "audit.next_label": "Halaman seterusnya", + "audit.no_events": "Tiada acara audit yang direkodkan lagi.", + "audit.no_events_hint": "Tindakan yang signifikan (log masuk, operasi dokumen, perubahan tetapan) akan muncul di sini.", + "audit.page_title": "Log Audit - DocuElevate", + "audit.pagination_label": "Pengundian log audit", + "audit.prev": "Sebelumnya", + "audit.prev_label": "Halaman sebelumnya", + "audit.refresh_label": "Segarkan log audit", + "audit.siem_disabled_title": "Penghantaran SIEM dilumpuhkan", + "audit.siem_enabled_title": "Acara sedang dihantar ke ", + "audit.siem_off": "SIEM: Off", + "audit.subtitle": "Rekod menyeluruh, hanya tambah untuk semua tindakan signifikan.", + "audit.table_label": "Acara log audit", + "audit.title": "Log Audit", + "auth.confirm_password": "Sahkan Kata Laluan", + "auth.create_account": "Buat akaun", + "auth.display_name_label": "Nama Paparan", + "auth.email_label": "Emel", + "auth.forgot_password": "Lupa Kata Laluan?", + "auth.forgot_username": "Lupa nama pengguna?", + "auth.login": "Log Masuk", + "auth.login_title": "Log Masuk", + "auth.logo_alt": "Logo DocuElevate", + "auth.logout": "Log Keluar", + "auth.my_account": "Akaun Saya", + "auth.no_account": "Tidak mempunyai akaun?", + "auth.or_continue_with": "Atau teruskan dengan", + "auth.password_label": "Kata Laluan", + "auth.profile": "Profil", + "auth.remember_me": "Ingat saya", + "auth.return_home": "Kembali ke Halaman Utama", + "auth.sign_in": "Daftar masuk", + "auth.sign_in_sso": "Daftar masuk dengan SSO", + "auth.sign_in_with": "Log masuk dengan", + "auth.sign_in_with_username": "Log masuk dengan nama pengguna", + "auth.signup": "Daftar", + "auth.signup_title": "Daftar", + "auth.username_label": "Nama Pengguna", + "auth.username_or_email": "Nama Pengguna atau Email", + "auth.verify_email_back_sign_in": "Kembali ke log masuk", + "auth.verify_email_expiry": "Pautan ini tamat dalam 24 jam. Jika anda tidak melihat email, semak folder spam anda.", + "auth.verify_email_heading": "Semak peti masuk anda", + "auth.verify_email_message": "Kami telah menghantar anda email pengesahan. Sila klik pautan dalam email untuk mengaktifkan akaun anda.", + "auth.verify_email_page_title": "DocuElevate - Sahkan Email Anda", + "auth.verify_email_resend_aria_label": "Alamat email untuk dihantar semula", + "auth.verify_email_resend_button": "Hantar semula email pengesahan", + "auth.verify_email_resend_label": "Alamat email", + "auth.verify_email_resend_placeholder": "Masukkan alamat email anda", + "auth.verify_email_resend_prompt": "Tidak menerima?", + "backup.archives_heading": "Arkib Sandaran", + "backup.backup_now": "Sandarkan Sekarang", + "backup.clean_up": "Bersihkan", + "backup.cleanup_title": "Jalankan pembersihan pemeliharaan sekarang", + "backup.col_created": "Dicipta", + "backup.col_filename": "Nama Fail", + "backup.col_size": "Saiz", + "backup.col_storage": "Penyimpanan", + "backup.col_type": "Jenis", + "backup.config_auto_backup": "Sandaran automatik", + "backup.config_remote_dest": "Destinasi jauh", + "backup.config_retention": "Pemeliharaan", + "backup.config_total_size": "Saiz keseluruhan tempatan", + "backup.confirm_btn": "Sahkan", + "backup.confirm_title": "Sahkan tindakan", + "backup.heading": "Pengurusan Sandaran", + "backup.local_only": "Hanya tempatan", + "backup.no_backups": "Tiada sandaran lagi.", + "backup.no_backups_hint": "Klik Sandarkan Sekarang untuk membuat sandaran pertama anda.", + "backup.page_title": "Pengurusan Sandaran", + "backup.records_label": "rekod", + "backup.restore_btn": "Pulih", + "backup.restore_desc_mid": "arkib sandaran untuk memulihkan pangkalan data.", + "backup.restore_desc_pre": "Muat naik sebuah", + "backup.restore_desc_warning": "Ini akan menimpa semua data semasa.", + "backup.restore_file_label": "Arkib sandaran (.db.gz)", + "backup.restore_heading": "Pulihkan dari Fail", + "backup.restoring": "Memulihkan\u00005...", + "backup.retention_daily_detail": "\u00021– disimpan selama 3 minggu", + "backup.retention_heading": "Dasar penyimpanan", + "backup.retention_hourly_detail": "\u00021– disimpan selama 4 hari", + "backup.retention_note": "Sandaran yang melebihi had ini akan dipangkas secara automatik selepas setiap sandaran baru dibuat.", + "backup.retention_weekly_detail": "\u00021– disimpan selama ~3 bulan", + "backup.snapshots": "snapshot", + "backup.status_ok": "ok", + "backup.storage_local": "tempatan", + "backup.subtitle": "Sandaran pangkalan data dibuat secara automatik: setiap jam (4 hari), setiap hari (3 minggu), setiap minggu (13 minggu).", + "backup.table_aria": "Arkib sandaran", + "backup.trigger_daily": "Sandarkan Sekarang (Harian)", + "backup.trigger_hourly": "Sandarkan Sekarang (Setiap Jam)", + "backup.trigger_weekly": "Sandarkan Sekarang (Mingguan)", + "backup.type_daily": "Harian", + "backup.type_hourly": "Setiap Jam", + "backup.type_weekly": "Mingguan", + "billing.go_to_dashboard": "Pergi ke papan pemuka", + "billing.manage_subscription": "Urus langganan", + "billing.success_heading": "Anda sudah bersedia!", + "billing.success_message": "Langganan anda telah diaktifkan. Terima kasih kerana memilih DocuElevate!", + "billing.success_page_title": "DocuElevate - Langganan Diaktifkan", + "common.actions": "Tindakan", + "common.active": "Aktif", + "common.all": "Semua", + "common.avatar": "Avatarr", + "common.back": "Kembali", + "common.cancel": "Batal", + "common.close": "Tutup", + "common.col_pending": "Dalam Proses", + "common.completed": "Selesai", + "common.confirm": "Sahkan", + "common.copied": "Disalin!", + "common.copy": "Salin", + "common.create": "Cipta", + "common.created": "Dicipta", + "common.date": "Tarikh", + "common.delete": "Padam", + "common.description": "Penerangan", + "common.details": "Butiran", + "common.disabled": "Dinonaktifkan", + "common.download": "Muat turun", + "common.duplicate": "Duplikat", + "common.edit": "Sunting", + "common.enabled": "Dihidupkan", + "common.error": "Ralat", + "common.failed": "Gagal", + "common.filter": "Tapis", + "common.inactive": "Tidak aktif", + "common.info": "Info", + "common.loading": "Memuatkan...", + "common.name": "Nama", + "common.next": "Seterusnya", + "common.next_page": "Halaman seterusnya", + "common.no": "Tidak", + "common.none": "Tiada", + "common.page": "Halaman", + "common.paused": "Dihentikan", + "common.pending": "Menunggu", + "common.prev_page": "Halaman sebelumnya", + "common.previous": "Sebelumnya", + "common.processing": "Memproses", + "common.refresh": "Segarkan", + "common.reset": "Tetapkan semula", + "common.retry": "Cuba lagi", + "common.save": "Simpan", + "common.search": "Cari", + "common.select": "Pilih", + "common.select_placeholder": "— pilih —", + "common.size": "Saiz", + "common.status": "Status", + "common.submit": "Hantar", + "common.success": "Berjaya", + "common.tags": "Tag", + "common.test": "Ujian", + "common.test_connection": "Uji Sambungan", + "common.type": "Jenis", + "common.update": "Kemas Kini", + "common.updated": "Dikemas kini", + "common.upload": "Muat naik", + "common.view": "Lihat", + "common.warning": "Amaran", + "common.yes": "Ya", + "cookie.accept": "Baiklah", + "cookie.learn_more": "Ketahui lebih lanjut", + "cookie.message": "Laman web ini menggunakan kuki untuk meningkatkan pengalaman anda.", + "cookie.notice": "DocuElevate hanya menggunakan kuki sesi penting yang diperlukan untuk pengesahan dan operasi perkhidmatan. Tiada kuki penjejakan atau analitik digunakan.", + "cookie.notice_label": "Notis kuki", + "cookie.policy_link": "Dasar Kuki", + "cookie.privacy_link": "Notis Privasi", + "credentials.col_action": "Tindakan", + "credentials.col_credential": "Kelayakan", + "credentials.col_source": "Sumber", + "credentials.configured": "Dikonfigurasi", + "credentials.edit_in_settings": "Edit dalam Tetapan", + "credentials.legend_db": "Nilai disimpan dalam pangkalan data (dienkripsi semasa rehat; menggantikan pembolehubah persekitaran)", + "credentials.legend_env_after": " fail", + "credentials.legend_env_before": "Nilai dari pembolehubah persekitaran atau ", + "credentials.legend_missing": "Kelayakan tidak ditetapkan — integrasi tidak akan berfungsi", + "credentials.legend_restart": "Pengulangan diperlukan apabila kelayakan ini ditukar", + "credentials.legend_title": "Legenda", + "credentials.manage_settings": "Urus Tetapan", + "credentials.not_configured": "Tidak Dikonfigurasi", + "credentials.page_title": "Audit Kelayakan - DocuElevate", + "credentials.raw_json": "JSON Mentah (API)", + "credentials.restart_title": "Pengulangan diperlukan selepas menukar kelayakan ini", + "credentials.source_db_title": "Disimpan dalam pangkalan data (dienkripsi)", + "credentials.source_env_title": "Dari pembolehubah persekitaran", + "credentials.status_missing": "Hilang", + "credentials.subtitle": "Gambaran keseluruhan semua kelayakan sensitif yang digunakan oleh DocuElevate. Tiada nilai rahsia ditunjukkan di sini — hanya sama ada setiap kelayakan telah dikonfigurasi dan dari mana ia berasal.", + "credentials.table_for": "Kelayakan untuk", + "credentials.title": "Audit Kelayakan", + "credentials.total_credentials": "Jumlah Kelayakan", + "dashboard.active_integrations": "Integrasi Aktif", + "dashboard.files_this_month": "Fail Bulan Ini", + "dashboard.files_today": "Fail Hari Ini", + "dashboard.ocr_processed": "OCR Diproses", + "dashboard.quick_actions": "Tindakan Pantas", + "dashboard.recent_activity": "Aktiviti Terkini", + "dashboard.storage_targets": "Sasaran Penyimpanan", + "dashboard.title": "Papan Pemuka", + "dashboard.total_files": "Jumlah Fail", + "dashboard.welcome": "Selamat datang ke DocuElevate", + "duplicates.file_id_label": "ID Fail", + "duplicates.file_id_placeholder": "cth. 42", + "duplicates.find_btn": "Cari", + "duplicates.found_files": "jumlah fail pendua.", + "duplicates.found_groups": "kumpulan pendua dengan", + "duplicates.found_prefix": "Dijumpai", + "duplicates.group_aria": "Kumpulan Pendua", + "duplicates.heading": "Dokumen Pendua", + "duplicates.how_it_works_heading": "Cara pengesanan hampir pendua berfungsi", + "duplicates.max_results_label": "Hasil maksimum", + "duplicates.near_dup_desc": "Pilih dokumen untuk memeriksa sama ada file lain mengandungi kandungan yang sama (atau sangat serupa) — walaupun mereka telah diimbas pada masa yang berbeza dan mempunyai hash SHA-256 yang berbeza.", + "duplicates.near_dup_heading": "Cari Pendua-Hampir untuk Dokumen", + "duplicates.no_exact_heading": "Tiada pendua tepat ditemukan", + "duplicates.page_title": "Dokumen Pendua - DocuElevate", + "duplicates.pagination_aria": "Penomboran halaman", + "duplicates.role_duplicate": "Pendua", + "duplicates.role_original": "Asal", + "duplicates.tab_exact": "Pendua Tepat", + "duplicates.tab_near": "Pencari Pendua-Hampir", + "duplicates.tabs_aria": "Jendela pengesanan pendua", + "duplicates.threshold_label": "Ambang keserupaan", + "duplicates.view_dup_aria": "Lihat fail pendua", + "duplicates.view_original_aria": "Lihat fail asal", + "error.404_code": "404", + "error.404_heading": "Oops, kami tidak dapat menemukan halaman itu!", + "error.404_home": "Kembali ke Laman Utama", + "error.404_message": "Nampaknya DocuElevate telah kehilangan dokumen yang anda cari. Jangan risau – kami ada untuk membantu anda.", + "error.404_title": "404 - Tidak Ditemukan", + "error.500_code": "500", + "error.500_debug_info": "Tunjukkan Maklumat Debug", + "error.500_description": "Pelayan kami mengalami masalah dan memerlukan sedikit masa.", + "error.500_heading": "Oops! Sesuatu Tidak Kena.", + "error.500_home": "Pergi ke Laman Utama", + "error.500_img_alt": "Ilustrasi ralat pelayan", + "error.500_message1": "Pelayan kami mengalami masalah dan memerlukan sedikit masa. Mungkin hamster-hamster telah menumpahkan kopi mereka?", + "error.500_message2": "Kami sudah mengusahakannya—mengatur fail, memulakan semula pelayan, dan mengkalibrasi kapasitor fluks.", + "error.500_title": "Ralat Pelayan - DocuElevate", + "error.forbidden": "Dilarang", + "error.forbidden_message": "Anda tiada kebenaran untuk mengakses halaman ini.", + "error.not_found": "Halaman tidak ditemui", + "error.not_found_message": "Halaman yang anda cari tidak wujud.", + "error.server_error": "Ralat Pelayan Dalaman", + "error.server_error_message": "Sesuatu yang tidak kena. Sila cuba lagi nanti.", + "error.unauthorized": "Tidak Dibenarkan", + "error.unauthorized_message": "Anda perlu log masuk untuk mengakses halaman ini.", + "files.action_delete": "Padam fail", + "files.action_details": "Lihat butiran", + "files.action_preview": "Pratonton cepat", + "files.bulk_clear_selection": "Buang Pemilihan", + "files.bulk_cloud_ocr": "Jalankan semula Cloud OCR", + "files.bulk_delete": "Padam Dipilih", + "files.bulk_download": "Muat turun sebagai ZIP", + "files.bulk_reprocess": "Proses Semula Dipilih", + "files.delete_modal_cancel": "Batal", + "files.delete_modal_confirm": "Padam", + "files.delete_modal_message": "Adakah anda pasti ingin memadam fail ini?", + "files.delete_modal_title": "Sahkan Pembuangan", + "files.document_title": "Tajuk Dokumen", + "files.drop_overlay_hint": "Menyokong PDF, dokumen Office, imej, HTML, Markdown, dan banyak lagi – folder diproses secara rekursif", + "files.drop_overlay_title": "Jatuhkan fail atau folder di mana sahaja untuk memuat naik", + "files.error_hint": "Ini mungkin disebabkan isu konfigurasi atau import. Sila semak log pelayan.", + "files.file_size": "Saiz Fail", + "files.filename": "Nama Fail", + "files.files_selected": "fail dipilih", + "files.filter_all_providers": "Semua Penyedia", + "files.filter_all_statuses": "Semua Status", + "files.filter_all_types": "Semua Jenis", + "files.filter_apply": "Terap Penapis", + "files.filter_clear": "Jelas", + "files.filter_date_from": "Tarikh Dari", + "files.filter_date_from_aria": "Tapis dari tarikh", + "files.filter_date_to": "Tarikh Hingga", + "files.filter_date_to_aria": "Tapis hingga tarikh", + "files.filter_form_aria": "Tapis fail", + "files.filter_mime_type": "Jenis MIME", + "files.filter_ocr_all": "Semua Fail", + "files.filter_ocr_good": "Kualiti baik", + "files.filter_ocr_poor": "Kualiti rendah", + "files.filter_ocr_quality": "Kualiti OCR", + "files.filter_ocr_quality_aria": "Tapis mengikut skor kualiti OCR", + "files.filter_ocr_unchecked": "Belum dinilai", + "files.filter_search_label": "Cari Nama Fail", + "files.filter_search_placeholder": "Masukkan nama fail...", + "files.filter_storage_provider": "Penyedia Penyimpanan", + "files.filter_tags_aria": "Tapis mengikut tag (pisahkan dengan koma)", + "files.filter_tags_placeholder": "cth. invois,amazon", + "files.fulltext_search_label": "Carian Teks Penuh (teks OCR, metadata, tag)", + "files.fulltext_search_placeholder": "Cari kandungan dokumen, pengirim, tag, jenis...", + "files.no_files": "Tiada fail ditemukan", + "files.ocr_status": "Status OCR", + "files.page_title": "Rekod Fail", + "files.pagination_files": "fail", + "files.pagination_first": "Pertama", + "files.pagination_last": "Terakhir", + "files.pagination_nav_aria": "Penggandaan senarai fail", + "files.pagination_next": "Seterusnya", + "files.pagination_of": "dari", + "files.pagination_previous": "Sebelumnya", + "files.pagination_showing": "Menunjukkan", + "files.preview_modal_close": "Tutup pratonton", + "files.preview_modal_title": "Pratonton", + "files.queue_banner_items": "item(s) sedang dalam barisan atau sedang diproses. Fail akan muncul di sini setelah pemprosesan selesai.", + "files.queue_banner_link": "Lihat Barisan", + "files.saved_searches_empty": "Tiada carian disimpan lagi", + "files.saved_searches_error": "Tidak dapat memuatkan carian disimpan", + "files.saved_searches_label": "Carian Disimpan", + "files.saved_searches_save": "Simpan Semasa", + "files.saved_searches_save_aria": "Simpan penapis semasa sebagai carian disimpan", + "files.search_results_empty": "Tiada hasil ditemukan.", + "files.search_results_title": "Hasil Carian", + "files.status_duplicate": "Duplikat", + "files.table_actions": "Tindakan", + "files.table_aria": "Rekod fail", + "files.table_created_at": "Dicipta Pada", + "files.table_empty": "Tiada fail ditemukan", + "files.table_id": "ID", + "files.table_mime_type": "Jenis MIME", + "files.table_original_filename": "Nama Fail Asal", + "files.table_select_all": "Pilih semua fail di halaman ini", + "files.tags": "Tag", + "files.title": "Fail", + "files.upload_modal_aria": "Kemajuan muat naik", + "files.upload_modal_close": "Tutup kemajuan muat naik", + "files.upload_modal_header": "Muat Naik Fail", + "files.uploaded": "Telah Dimuat Naik", + "footer.about": "Tentang", + "footer.attribution": "Penghargaan", + "footer.attributions": "Penghargaan", + "footer.cookies": "Kuki", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "Cetakan", + "footer.license": "Lesen", + "footer.navigation": "Navigasi footer", + "footer.privacy": "Privasi", + "footer.terms": "Terma", + "footer.version": "Versi {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "Terlampir dengan OAuth. Fail akan dihantar ke folder yang dipilih.", + "help.destinations_email": "Penghantaran E-mel", + "help.destinations_email_desc": "Fail yang diproses dihantar sebagai lampiran SMTP.", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "Akaun perkhidmatan atau OAuth. Menyokong pemacu yang dikongsi.", + "help.destinations_heading": "Destinasi – Ke Mana Dokumen Pergi", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "Penyimpanan awan yang dihoskan sendiri melalui WebDAV.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Integrasi Microsoft Graph API.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "Tekan dokumen terus ke dalam Paperless untuk pengarkiban.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "Apa-apa bucket yang serasi dengan S3 (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "Pemindahan fail yang selamat ke mana-mana pelayan.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "Hantar metadata ke mana-mana titik akhir luaran.", + "help.documentation": "Dokumentasi", + "help.faq": "Soalan Lazim", + "help.faq_1_a": "Navigasi ke halaman Muat Naik, seret dan lepas fail anda atau klik Pilih Fail. DocuElevate menukar imej dan dokumen pejabat kepada PDF, menjalankan OCR, dan mengekstrak metadata secara automatik.", + "help.faq_1_q": "Bagaimana untuk saya memuat naik dokumen?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, dan HTML. Fail bukan PDF secara automatik ditukarkan kepada PDF sebelum diproses.", + "help.faq_2_q": "Format fail manakah yang disokong?", + "help.faq_3_a": "Ya. Pergi ke Pengambilan E-mel, tambah akaun IMAP, dan DocuElevate akan memeriksa mesej baru dan memproses lampiran secara automatik.", + "help.faq_3_q": "Bolehkah saya mengambil dokumen dari e-mel?", + "help.faq_4_a": "Pipeline membolehkan anda menyusun langkah pemprosesan – OCR, pengeluaran AI, penukaran format – dan mengarahkan hasil kepada satu atau lebih destinasi. Cipta dan uruskan dari halaman Pipelines.", + "help.faq_4_q": "Bagaimana cara kerja pipeline pemprosesan?", + "help.faq_5_a": "DocuElevate mengenkripsi kredensial dalam keadaan rehat, berkomunikasi melalui TLS, dan tidak menyimpan dokumen anda lebih lama daripada yang diperlukan. Lihat Notis Privasi untuk maklumat penuh.", + "help.faq_5_a_post": " untuk maklumat penuh.", + "help.faq_5_a_pre": "DocuElevate mengenkripsi kredensial semasa rehat, berkomunikasi melalui TLS, dan tidak menyimpan dokumen anda lebih lama daripada yang diperlukan. Lihat ", + "help.faq_5_q": "Adakah data saya selamat?", + "help.faq_heading": "Soalan Lazim", + "help.getting_started": "Memulakan", + "help.heading": "Pusat Bantuan", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Gunakan REST API untuk menghantar dokumen secara programatik. Sahkan dengan token Bearer dan POST fail ke endpoint pengeluaran.", + "help.ingestion_heading": "Alat Pengambilan Data", + "help.ingestion_mobile": "Aplikasi Mudah Alih", + "help.ingestion_mobile_desc": "Gunakan mana-mana aplikasi pengimbas mudah alih yang menyokong destinasi pemuatan HTTP khusus untuk menghantar foto dan imbasan ke DocuElevate dari telefon atau tablet anda.", + "help.ingestion_scanners": "Pengimbas Rangkaian", + "help.ingestion_scanners_desc": "Arahkan mana-mana pengimbas rangkaian atau pencetak pelbagai fungsi ke endpoint pemuatan DocuElevate. Dokumen yang diimbas terus jatuh ke dalam antrian pemprosesan anda.", + "help.ingestion_watched_folders": "Folder yang Dipantau", + "help.ingestion_watched_folders_desc": "Konfigurasikan folder tempatan atau rangkaian untuk dipantau. Sebarang fail yang diletakkan dalam folder yang dipantau akan dimuat naik dan diproses secara automatik oleh DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrasikan DocuElevate ke dalam aliran automasi anda dengan Zapier, n8n, atau Make. Gunakan tindakan REST API untuk mencetuskan muat naik dokumen dari mana-mana acara.", + "help.meta_description": "Dapatkan bantuan dengan DocuElevate – cari panduan tentang memuat naik dokumen, menyambungkan penyimpanan awan, menetapkan saluran, dan banyak lagi.", + "help.og_description": "Dapatkan bantuan dengan DocuElevate – cari panduan tentang memuat naik dokumen, menyambungkan penyimpanan awan, menetapkan saluran, dan banyak lagi.", + "help.page_title": "Pusat Bantuan", + "help.privacy_notice": "Notis Privasi", + "help.quickstart_heading": "Permulaan Pantas", + "help.quickstart_storage": "Sambungkan Penyimpanan", + "help.quickstart_storage_desc": "Pergi ke Tetapan dan pautkan akaun awan anda. Dokumen yang diproses secara automatik akan diarahkan ke setiap destinasi yang anda konfigurasi.", + "help.quickstart_storage_desc_full": "Pergi ke Integrasi dan pautkan akaun penyimpanan awan anda. DocuElevate menyokong Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, dan banyak lagi. Dokumen yang diproses akan diarahkan secara automatik ke setiap destinasi yang anda konfigurasi.", + "help.quickstart_upload": "Muat Naik Dokumen", + "help.quickstart_upload_desc": "Seret & lepas fail ke halaman Muat Naik atau klik Pilih Fail. DocuElevate menukarkan gambar dan dokumen pejabat kepada PDF, menjalankan OCR, dan mengekstrak metadata secara automatik.", + "help.quickstart_workflows": "Automatikkan Aliran Kerja", + "help.quickstart_workflows_desc": "Cipta Pipeline untuk mentakrifkan pemprosesan pelbagai langkah dan peraturan pengarahan. Gabungkan OCR, pengeluaran AI, penukaran format, dan penghantaran dalam satu aliran.", + "help.sources_email_ingestion": "Pengambilan E-mel (IMAP)", + "help.sources_email_ingestion_desc": "Hantar dokumen ke peti mel dedicated. Di bawah Pengambilan E-mel, tambah satu atau lebih akaun IMAP. DocuElevate memeriksa mesej baru dan memproses lampiran secara automatik.", + "help.sources_heading": "Sumber – Mengambil Dokumen", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "Integrasi secara programatik dengan mengPOST fail ke /api/upload. Sesuai untuk skrip, folder yang dipantau, pengimbas, atau alat pihak ketiga seperti Zapier dan n8n.", + "help.sources_scanner": "Pengimbas & Mudah Alih", + "help.sources_scanner_desc": "Arahkan pengimbas rangkaian kepada titik muat naik DocuElevate atau gunakan mana-mana aplikasi pengimbasan mudah alih yang menyokong destinasi HTTP khusus.", + "help.sources_scanner_desc_full": "Konfigurasikan pengimbas rangkaian atau pencetak pelbagai fungsi anda untuk menghantar imbasan terus ke DocuElevate. Gunakan endpoint /api/upload sebagai destinasi. Aplikasi pengimbas mudah alih dengan destinasi pemuatan khusus juga disokong.", + "help.sources_web_upload": "Muat Naik Web", + "help.sources_web_upload_desc": "Cara paling cepat untuk bermula. Buka halaman Muat Naik, jatuhkan satu atau lebih fail, dan DocuElevate akan menguruskan yang lain. Format yang disokong termasuk PDF, JPEG, PNG, TIFF, DOCX, XLSX, dan banyak lagi.", + "help.subheading": "Segala yang anda perlukan untuk memanfaatkan DocuElevate. Layari topik di bawah atau cari apa yang anda perlukan.", + "help.support": "Sokongan", + "help.support_admin_message": "Hubungi pentadbir anda untuk maklumat sokongan.", + "help.support_description": "Tidak dapat mencari apa yang anda cari? Pasukan sokongan kami di sini untuk membantu.", + "help.support_heading": "Hubungi Sokongan", + "help.support_live_chat": "Sembang Langsung tersedia – klik gelembung sembang untuk memulakan perbualan.", + "help.support_ticket_button": "Hantar Tiket", + "help.support_ticket_desc": "Isi borang di bawah dan pasukan sokongan kami akan menghubungi anda secepat mungkin.", + "help.support_ticket_heading": "Buka Tiket Sokongan", + "help.title": "Pusat Bantuan", + "help.workflows_creating": "Mencipta Pipeline", + "help.workflows_definition": "Sebuah Pipeline adalah satu siri langkah pemprosesan yang berjalan secara automatik apabila dokumen diambil. Setiap langkah boleh mengubah, memperkayakan, atau mengarahkan dokumen.", + "help.workflows_heading": "Aliran Kerja & Pipeline", + "help.workflows_step_1": "Tukar kepada PDF", + "help.workflows_step_1_create": "Pergi ke Pipelines dalam menu utama.", + "help.workflows_step_1_full": "Tukar kepada PDF – semua fail masuk dinormalisasi kepada format PDF yang konsisten.", + "help.workflows_step_2": "OCR – ekstrak teks", + "help.workflows_step_2_create": "Klik New Pipeline dan beri nama.", + "help.workflows_step_2_full": "OCR – ekstrak teks boleh dipilih dari halaman yang diimbas menggunakan Azure Document Intelligence atau enjin terbina dalam.", + "help.workflows_step_3": "Ekstrak metadata AI", + "help.workflows_step_3_create": "Tambah langkah pemprosesan yang anda perlukan.", + "help.workflows_step_3_full": "Ekstraksi metadata AI – klasifikasikan jenis dokumen dan ambil medan utama seperti jumlah, tarikh, dan nama menggunakan OpenAI.", + "help.workflows_step_4": "Hantar kepada satu atau lebih destinasi", + "help.workflows_step_4_create": "Pilih satu atau lebih destinasi penghantaran.", + "help.workflows_step_5_create": "Simpan – dokumen baru akan diproses melalui pipeline ini secara automatik.", + "help.workflows_typical_steps": "Langkah-langkah Tipikal", + "help.workflows_what_is": "Apa itu Pipeline?", + "index.badge_intelligent": "Pemprosesan Dokumen Pintar", + "index.button_browse_files": "Lihat Fail", + "index.button_upload": "Muat Naik", + "index.capabilities_cloud": "Penyimpanan awan: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Pengambilan dokumen berdasarkan Email & URL", + "index.capabilities_ocr": "OCR & ekstraksi metadata dengan AI", + "index.capabilities_paperless": "Integrasi Paperless-ngx untuk pengurusan dokumen", + "index.capabilities_title": "Kemampuan", + "index.capabilities_workflows": "Klasifikasi & pengaliran kerja automatik", + "index.cta_description": "Sertai pasukan yang telah mengautomasikan pemprosesan dokumen mereka dengan DocuElevate.", + "index.cta_heading": "Sedia untuk meningkatkan aliran kerja dokumen anda?", + "index.cta_pricing": "Lihat harga", + "index.cta_signup": "Buat akaun percuma", + "index.dashboard_subtitle": "Pemprosesan & pengurusan dokumen pintar", + "index.dashboard_subtitle_teams": "Pemprosesan & pengurusan dokumen pintar — dibina untuk pasukan", + "index.feature_ai": "Ekstrak Metadata AI", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, dan penyedia AI yang boleh disambungkan lain mengklasifikasikan dokumen dan menarik keluar medan kunci seperti tarikh, jumlah, dan subjek.", + "index.feature_cloud": "Penyimpanan Multi-Awan", + "index.feature_cloud_desc": "Rute fail yang diproses ke Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, dan banyak lagi.", + "index.feature_email": "Pengambilan Email & IMAP", + "index.feature_email_desc": "Secara automatik tarik dokumen dari Gmail atau mana-mana peti masuk IMAP — tiada muat naik manual diperlukan.", + "index.feature_ocr": "OCR & Ekstraksi Teks", + "index.feature_ocr_desc": "Azure Document Intelligence menukar PDF dan imej yang diimbas menjadi teks yang sepenuhnya boleh dicari secara automatik.", + "index.feature_pipelines": "Pipeline Kustom", + "index.feature_pipelines_desc": "Bina pipeline pemprosesan dengan langkah yang boleh disesuaikan — OCR, ekstraksi AI, penukaran format, dan pengaliran penyimpanan dalam sebarang susunan.", + "index.feature_search": "Carian Teks Penuh", + "index.feature_search_desc": "Segera mencari mana-mana dokumen berdasarkan kandungan, metadata, atau tag di seluruh arkib anda.", + "index.feature_section_title": "Segala-galanya yang anda perlukan untuk aliran kerja dokumen pintar", + "index.getting_started": "Mula", + "index.getting_started_1": "Konfigurasi integrasi melalui Status Sistem", + "index.getting_started_2": "Muat naik dokumen pertama anda", + "index.getting_started_3": "Semak hasil dalam Fail", + "index.getting_started_learn": "Ketahui lebih lanjut tentang DocuElevate", + "index.hero_description": "DocuElevate memproses dokumen anda, menjalankan OCR, mengekstrak metadata dengan AI, dan menghantar fail ke Dropbox, Google Drive, OneDrive, S3, Nextcloud, dan banyak lagi — semuanya dalam satu saluran yang lancar.", + "index.hero_heading": "Dari muat naik ke wawasan — secara automatik.", + "index.hero_login": "Log Masuk", + "index.hero_pricing": "Lihat Pelan & Harga", + "index.hero_signup": "Mulakan — ia percuma", + "index.integrations_active": "Integrasi aktif", + "index.integrations_storage": "Sasaran penyimpanan", + "index.integrations_title": "Integrasi", + "index.integrations_view_status": "Lihat status sistem", + "index.page_title_dashboard": "Papan Pemuka", + "index.page_title_public": "Pemprosesan Dokumen Pintar", + "index.platform_overview": "Gambaran keseluruhan platform", + "index.processing_stats": "Statistik Pemprosesan", + "index.quick_actions": "Tindakan Cepat", + "index.quick_documents": "Dokumen Saya", + "index.quick_documents_desc": "Semak fail yang telah diproses", + "index.quick_search": "Cari", + "index.quick_search_desc": "Carian teks penuh merentasi dokumen", + "index.quick_subscription": "Langganan Saya", + "index.quick_subscription_desc": "Lihat butiran pelan & penggunaan", + "index.quick_system_status": "Status Sistem", + "index.quick_system_status_desc": "Semak kesihatan integrasi", + "index.quick_upload": "Muat Naik Dokumen", + "index.quick_upload_desc": "Proses fail baru", + "index.quick_view_files": "Lihat Semua Fail", + "index.quick_view_files_desc": "Semak dokumen yang telah diproses", + "index.single_user_heading": "Papan Pemuka DocuElevate", + "index.single_user_subtitle": "Pemprosesan & pengurusan dokumen pintar", + "index.stat_active_integrations": "Integrasi Aktif", + "index.stat_active_users": "Pengguna aktif", + "index.stat_files_month": "Fail bulan ini", + "index.stat_files_ocr": "Fail dengan OCR", + "index.stat_files_today": "Fail hari ini", + "index.stat_storage_targets": "Sasaran Penyimpanan", + "index.stat_this_month": "Bulan ini", + "index.stat_today": "Hari ini", + "index.stat_total_files": "Jumlah fail", + "index.stat_total_processed": "Jumlah yang diproses", + "index.tier_plan": "Pelan", + "index.tier_upgrade": "Tingkatkan", + "index.tier_view_details": "Lihat butiran penuh", + "index.upgrade_daily_limits": "Had harian & bulanan lebih tinggi", + "index.upgrade_description": "Buka kunci lebih banyak dokumen, lebih banyak destinasi dan sokongan keutamaan.", + "index.upgrade_destinations": "Lebih banyak destinasi storan", + "index.upgrade_ocr_pages": "Lebih banyak halaman OCR", + "index.upgrade_plan": "Tingkatkan pelan anda", + "index.upgrade_view_pricing": "Lihat pelan & harga", + "index.usage_lifetime": "Fail seumur hidup", + "index.usage_month": "Fail bulan ini", + "index.usage_my_usage": "Penggunaan saya", + "index.usage_today": "Fail hari ini", + "index.usage_unlimited": "Tidak terhad", + "integrations.access_key_label": "ID Kunci Akses", + "integrations.active_label": "Aktif", + "integrations.add_button": "Tambah Integrasi", + "integrations.add_first_button": "Tambah Integrasi Pertama Anda", + "integrations.api_token_label": "Token API", + "integrations.authorize_btn": "Luluskan", + "integrations.authorize_reauth": "Luluskan Semula", + "integrations.bucket_label": "Kawasan Simpanan", + "integrations.configure": "Konfigurasi", + "integrations.connect": "Sambung", + "integrations.connected": "Sambung", + "integrations.connection_failed": "Sambungan gagal", + "integrations.connection_success": "Sambungan berjaya", + "integrations.delete_confirm_are_you_sure": "Adakah anda pasti ingin memadam", + "integrations.delete_confirm_title": "Padam Integrasi?", + "integrations.delete_confirm_undone": "Tindakan ini tidak boleh dibatalkan.", + "integrations.delete_emails_label": "Padam email selepas pemprosesan", + "integrations.delete_files_label": "Padam fail selepas pemprosesan", + "integrations.destinations_quota_label": "Destinasi Penyimpanan:", + "integrations.destinations_section": "Destinasi", + "integrations.direction_destination": "Destinasi (penyimpanan)", + "integrations.direction_label": "Arah", + "integrations.direction_placeholder": "\u0000 Pilih \u0000", + "integrations.direction_source": "Sumber (penyerapan)", + "integrations.disconnect": "Putus sambungan", + "integrations.email_settings": "Tetapan Penghantaran Email", + "integrations.empty_state": "Tiada integrasi yang dikonfigurasi", + "integrations.endpoint_label": "URL Titik Akhir", + "integrations.endpoint_optional": "(pilihan, untuk S3-kompatibel)", + "integrations.folder_label": "Folder", + "integrations.folder_optional": "(pilihan)", + "integrations.folder_path_label": "Jalur Folder", + "integrations.folder_prefix_label": "Prefiks Folder", + "integrations.generic_settings_hint": "Konfigurasi untuk jenis integrasi ini boleh diberikan sebagai JSON selepas penciptaan melalui API.", + "integrations.gmail_hint": "Label Gmail & bintang: apabila diaktifkan, email yang diproses akan ditandakan dan diberi label \"Diterima\" dalam Gmail. Hanya berlaku untuk pelayan Gmail.", + "integrations.gmail_labels": "Terapkan label Gmail & bintang", + "integrations.host_label": "Hos", + "integrations.imap_settings": "Tetapan IMAP", + "integrations.loading": "Memuatkan integrasi\n", + "integrations.modal_close": "Tutup modal", + "integrations.modal_title_add": "Tambah Integrasi", + "integrations.modal_title_edit": "Sunting Integrasi", + "integrations.name_label": "Label", + "integrations.name_placeholder": "contoh. Gmail Kerja, Arkib S3", + "integrations.nextcloud_settings": "Tetapan Nextcloud", + "integrations.nextcloud_url_label": "URL Nextcloud", + "integrations.no_integrations_body": "Tambah integrasi pertama anda untuk menghubungkan sumber pengambilan (seperti IMAP) dan destinasi penyimpanan (seperti S3, Dropbox, atau Google Drive).", + "integrations.not_connected": "Tidak Disambungkan", + "integrations.oauth_folder_label": "Folder", + "integrations.oauth_hint": "Simpan integrasi ini terlebih dahulu, kemudian gunakan butang Kebenaran untuk menyelesaikan aliran OAuth. Kredensial anda akan disimpan dengan selamat dalam rekod integrasi peribadi anda.", + "integrations.page_title": "Integrasi", + "integrations.paperless_settings": "Tetapan Paperless NGX", + "integrations.password_label": "Katalaluan", + "integrations.paused": "Dihentikan", + "integrations.plan_label": "Pelan:", + "integrations.port_label": "Port", + "integrations.quota_not_available": "(tidak tersedia)", + "integrations.quota_unlimited": "/ tanpa had", + "integrations.recipient_label": "Email Penerima", + "integrations.region_label": "Kawasan", + "integrations.remote_path_label": "Jalan Jauh", + "integrations.s3_prefix_label": "Prefiks (jalan folder)", + "integrations.s3_settings": "Tetapan S3", + "integrations.secret_key_label": "Kunci Akses Rahsia", + "integrations.show_password": "Tunjukkan kata laluan", + "integrations.show_secrets": "Tunjukkan rahsia", + "integrations.show_token": "Tunjukkan token", + "integrations.source_local": "Sistem Fail Tempatan", + "integrations.source_type_label": "Jenis Sumber", + "integrations.sources_quota_label": "Sumber Peti Mel:", + "integrations.sources_section": "Sumber", + "integrations.subtitle": "Urus sumber pengambilan dan destinasi penyimpanan anda dalam satu tempat.", + "integrations.title": "Integrasi", + "integrations.type_label": "Jenis Integrasi", + "integrations.type_placeholder": "\u0002014 Pilih arah terlebih dahulu \u0002014", + "integrations.upgrade_plan": "Tingkatkan Pelan", + "integrations.use_ssl": "Gunakan SSL", + "integrations.username_label": "Nama Pengguna", + "integrations.watch_folder_settings": "Tetapan Folder Pemantauan", + "integrations.webdav_settings": "Tetapan WebDAV", + "integrations.webdav_url_label": "URL WebDAV", + "integrations.webhook_heading": "Pengambilan Webhook", + "integrations.webhook_how_heading": "Cara Pengambilan Webhook Berfungsi", + "integrations.webhook_how_text": "Integrasi webhook membolehkan sistem luar menghantar dokumen terus ke DocuElevate melalui API REST. Daripada DocuElevate memeriksa fail baru (seperti IMAP), aplikasi anda menghantar fail ke DocuElevate menggunakan permintaan HTTP dengan token API untuk pengesahan.", + "integrations.webhook_ideal_text": "Ini adalah ideal untuk saluran CI/CD, skrip automasi, integrasi pengimbas, atau sebarang sistem yang menghasilkan dokumen dan perlu menghantarnya untuk diproses.", + "integrations.webhook_quick_start": "Permulaan Cepat", + "integrations.webhook_security_tip": "Buat token API khusus untuk setiap integrasi dan batal dan segara jika terjejas. Token boleh diuruskan di halaman Token API.", + "integrations.webhook_step1": "Pergi ke {api_tokens_link} dan buat token peribadi.", + "integrations.webhook_upload_with_token": "Gunakan token untuk memuat naik dokumen melalui API:", + "language.bg": "Български", + "language.ca": "Català", + "language.change_success": "Bahasa ditukar kepada {language}", + "language.changed": "Bahasa ditukar kepada {language}", + "language.cs": "Čeština", + "language.da": "Dansk", + "language.de": "Deutsch", + "language.el": "Ελληνικά", + "language.en": "English", + "language.es": "Español", + "language.et": "Eesti", + "language.fi": "Suomi", + "language.fr": "Français", + "language.ga": "Gaeilge", + "language.hr": "Hrvatski", + "language.hu": "Bahasa Hungary", + "language.is": "Bahasa Iceland", + "language.it": "Bahasa Itali", + "language.lb": "Bahasa Luxembourg", + "language.lt": "Bahasa Lituania", + "language.lv": "Bahasa Latvia", + "language.nb": "Bahasa Norwegian", + "language.nl": "Bahasa Belanda", + "language.no_results": "Tiada bahasa ditemui", + "language.pl": "Bahasa Poland", + "language.pt": "Bahasa Portugis", + "language.ro": "Bahasa Romania", + "language.ru": "Bahasa Rusia", + "language.search_placeholder": "Cari bahasa\n0\u001085;", + "language.selector": "Bahasa", + "language.selector_label": "Pilih bahasa", + "language.sk": "Bahasa Slovakia", + "language.sl": "Bahasa Slovenia", + "language.sv": "Bahasa Sweden", + "language.tr": "Bahasa Turki", + "language.uk": "Bahasa Ukraina", + "language.zh": "Bahasa Cina", + "nav.about": "Tentang", + "nav.account_menu": "Menu akaun", + "nav.account_menu_for": "Menu akaun untuk {name}", + "nav.admin": "Pentadbir", + "nav.admin.audit_logs": "Log Audit", + "nav.admin.backups": "Sandaran", + "nav.admin.plans": "Pelan", + "nav.admin.scheduled_jobs": "Pekerjaan Terjadual", + "nav.admin.users": "Pengguna", + "nav.admin_actions": "Tindakan Pentadbir", + "nav.admin_menu": "Menu Pentadbir", + "nav.api_docs": "Dokumen API", + "nav.api_tokens": "Token API", + "nav.backup_restore": "Sandaran & Pulihkan", + "nav.credentials": "Kelayakan", + "nav.dark_mode": "Mod Gelap", + "nav.dashboard": "Papan Pemuka", + "nav.developer_docs": "Dokumen Pembangun", + "nav.duplicates": "Duplikat", + "nav.file_manager": "Pengurus Fail", + "nav.files": "Fail", + "nav.get_started": "Mula", + "nav.help": "Bantuan", + "nav.help_center": "Pusat Bantuan", + "nav.imap": "Import Emel", + "nav.integrations": "Integrasi", + "nav.light_mode": "Mod Ringan", + "nav.login": "Log Masuk", + "nav.logout": "Log Keluar", + "nav.main_navigation": "Navigasi utama", + "nav.my_subscription": "Langganan Saya", + "nav.notifications": "Pemberitahuan", + "nav.open_main_menu": "Buka menu utama", + "nav.pipelines": "Saluran", + "nav.plan_designer": "Reka Bentuk Pelan", + "nav.pricing": "Harga", + "nav.profile": "Profil", + "nav.profile_settings": "Tetapan Profil", + "nav.queue": "Barisan", + "nav.queue_monitor": "Pemantau Barisan", + "nav.scheduled_jobs": "Pekerjaan Terjadual", + "nav.search": "Carian", + "nav.settings": "Tetapan", + "nav.shared_links": "Pautan Berkongsi", + "nav.sign_out": "Log Keluar", + "nav.signup": "Daftar", + "nav.similarity": "Kesamaan", + "nav.skip_to_content": "Langkau ke kandungan utama", + "nav.status": "Status", + "nav.subscription": "Langganan", + "nav.toggle_dark_mode": "Togol mod gelap", + "nav.toggle_nav": "Togol menu navigasi", + "nav.upload": "Muat Naik", + "nav.users": "Pengguna", + "nav.version": "Info Versi", + "notifications.filter_all": "Semua", + "notifications.filter_read": "Hanya dibaca", + "notifications.filter_unread": "Hanya belum dibaca", + "notifications.manage_desc": "Urus peti masuk pemberitahuan anda, sasaran, dan pilihan acara", + "notifications.mark_all_read": "Tandakan Semua sebagai Dibaca", + "notifications.mark_all_read_btn": "Tandakan semua dibaca", + "notifications.mark_read": "Tandakan sebagai Dibaca", + "notifications.no_notifications": "Tiada pemberitahuan", + "notifications.page_title": "Pemberitahuan", + "notifications.tab_inbox": "Peti Masuk", + "notifications.tab_settings": "Tetapan", + "notifications.title": "Notifikasi", + "notifications.unread_count": "{count} notifikasi tidak dibaca", + "pipelines.active_label": "Aktif", + "pipelines.add_step_btn": "Tambah Langkah", + "pipelines.create": "Buat Saluran", + "pipelines.custom_label_label": "Label Kustom", + "pipelines.default_label": "Pentarafan", + "pipelines.description_label": "Penerangan", + "pipelines.description_placeholder": "Penerangan pilihan", + "pipelines.disabled_label": "Didiakaktifkan", + "pipelines.edit": "Edit Saluran", + "pipelines.empty_state": "Tiada saluran lagi", + "pipelines.empty_state_hint": "Buat saluran pertama anda untuk mendefinisikan aliran kerja pemprosesan dokumen kustom.", + "pipelines.enabled_label": "Diaktifkan", + "pipelines.force_cloud_ocr_label": "Kuatkuasakan OCR awan (abaikan pengekstrakan teks tempatan)", + "pipelines.inactive_label": "Tidak Aktif", + "pipelines.loading": "Memuatkan saluran\n...", + "pipelines.name_placeholder": "Saluran saya", + "pipelines.new_pipeline_btn": "Saluran Baru", + "pipelines.no_steps": "Tiada langkah ditentukan. Tambah langkah untuk mula membina saluran anda.", + "pipelines.ocr_auto": "Auto (gunakan tetapan sistem default)", + "pipelines.ocr_language_hint": "Mengatasi tetapan bahasa global untuk Tesseract/EasyOCR. Azure dan Mistral mengesan bahasa secara automatik.", + "pipelines.ocr_language_label": "Bahasa OCR", + "pipelines.optional_suffix": "(pilihan)", + "pipelines.page_title": "Memproses Saluran", + "pipelines.set_default": "Tetapkan sebagai saluran default saya", + "pipelines.step_label_placeholder": "Gantikan nama langkah default", + "pipelines.step_type_label": "Jenis Langkah", + "pipelines.subtitle_intro": "Tentukan dan urus aliran kerja pemprosesan dokumen kustom.", + "pipelines.subtitle_system_post": "lencana dan boleh dilihat oleh semua pengguna.", + "pipelines.subtitle_system_pre": "Saluran sistem (dibuat oleh pentadbir) ditunjukkan dengan", + "pipelines.system_label": "Sistem", + "pipelines.system_pipeline_label": "Saluran sistem (boleh dilihat oleh semua pengguna)", + "pipelines.title": "Memproses Saluran", + "profile.avatar_alt": "Gambar profil anda", + "profile.avatar_heading": "Gambar Profil", + "profile.avatar_remove": "Buang avatar khusus", + "profile.avatar_upload_hint": "Muat naik imej JPEG, PNG, GIF, atau WebP hingga 2 MB. Jika tiada gambar khusus ditetapkan, {gravatar} anda akan ditunjukkan.", + "profile.choose_image": "Pilih imej\u0010", + "profile.confirm_password": "Sahkan Kata Laluan Baru", + "profile.contact_email_hint": "Digunakan untuk notifikasi sistem. Ini tidak mengubah alamat e-mel log masuk anda.", + "profile.contact_email_label": "E-mel Kontak / Notifikasi", + "profile.contact_email_placeholder": "anda@contoh.com", + "profile.current_password": "Kata Laluan Semasa", + "profile.dismiss": "Tutup", + "profile.display_name_hint": "Biarkan kosong untuk menggunakan nama pengguna atau e-mel akaun anda.", + "profile.display_name_label": "Nama Paparan", + "profile.display_name_placeholder": "Nama anda seperti yang ditunjukkan dalam UI", + "profile.general_heading": "Maklumat Umum", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Tetapan Profil", + "profile.language_auto_detect": "Pengesanan Automatik (daripada pelayar)", + "profile.language_hint": "Pilih bahasa antara muka pilihan anda. \"Pengesanan automatik\" mengikuti tetapan pelayar anda.", + "profile.language_label": "Bahasa UI", + "profile.new_password": "Kata Laluan Baru", + "profile.new_password_hint": "Minimum 8 aksara.", + "profile.page_title": "Tetapan Profil – DocuElevate", + "profile.password_heading": "Tukar Kata Laluan", + "profile.preferences_heading": "Keutamaan", + "profile.save_button": "Simpan Perubahan", + "profile.saving": "Menyimpan\u0010", + "profile.subtitle": "Urus nama paparan, avatar, bahasa, dan pilihan tema anda.", + "profile.theme_dark": "Gelap", + "profile.theme_hint": "\"Tetapan Sistem\" mengikuti tetapan mod gelap peranti anda.", + "profile.theme_label": "Skim Warna", + "profile.theme_light": "Cerah", + "profile.theme_system": "Tetapan Sistem", + "profile.update_password": "Kemas Kini Kata Laluan", + "profile.updating": "Mengemas kini\n...", + "queue.active_tasks": "Tugas Aktif", + "queue.auto_refresh_1": "Menyegarkan secara automatik setiap", + "queue.auto_refresh_2": "detik", + "queue.col_arguments": "Argumen", + "queue.col_current_step": "Langkah Semasa", + "queue.col_file": "Fail", + "queue.col_files": "Fail", + "queue.col_queue": "Antrian", + "queue.col_state": "Keadaan", + "queue.col_task": "Tugas", + "queue.col_task_id": "ID Tugas", + "queue.files_processing": "Memproses Fail", + "queue.heading": "Pemantau Antrian", + "queue.last_updated": "Dikemas kini terakhir:", + "queue.loading_stats": "Memuat statistik antrian\u0000a0\u0000a0...", + "queue.no_active_tasks": "Tiada tugas aktif", + "queue.no_data": "Tiada data", + "queue.no_files_processing": "Tiada fail yang sedang diproses", + "queue.page_title": "Pemantau Antrian", + "queue.processing_pipeline": "Saluran Pemprosesan", + "queue.queued_tasks": "Tugas Dalam Antrian", + "queue.recently_processing": "Fail yang Baru Diproses", + "queue.redis_queues": "Antrian Redis", + "queue.subtitle": "Paparan masa nyata saluran pemprosesan dokumen dan antrian tugas Celery.", + "queue.workers_online": "Pekerja Dalam Talian", + "search.button": "Cari", + "search.error_message": "Carian tidak tersedia buat sementara waktu. Sila cuba lagi dalam sekejap.", + "search.filter_aria_clear": "Bersihkan semua penapis", + "search.filter_clear_button": "Bersihkan Penapis", + "search.filter_date_from": "Tarikh Dari", + "search.filter_date_to": "Tarikh Ke", + "search.filter_document_type": "Jenis Dokumen", + "search.filter_document_type_placeholder": "contoh: Invois", + "search.filter_language": "Bahasa", + "search.filter_language_placeholder": "contoh: de", + "search.filter_sender": "Penghantar", + "search.filter_sender_placeholder": "contoh: ACME Corp", + "search.filter_tags": "Label", + "search.filter_tags_placeholder": "contoh: amazon", + "search.filter_text_quality": "Kualiti Teks", + "search.filter_text_quality_all": "Semua", + "search.filter_text_quality_high": "Tinggi", + "search.filter_text_quality_low": "Rendah", + "search.filter_text_quality_medium": "Sederhana", + "search.filter_text_quality_no_text": "Tiada teks", + "search.heading": "Carian Dokumen", + "search.input_aria_label": "Cari dokumen", + "search.input_placeholder": "Cari dokumen mengikut kandungan, pengirim, tag, jenis...", + "search.loading_indicator": "Mencari\n\n", + "search.no_results": "Tiada hasil ditemui", + "search.page_title": "Cari Dokumen", + "search.placeholder": "Cari mengikut nama fail, kandungan, tag...", + "search.result_empty": "Tiada dokumen yang memenuhi permintaan anda.", + "search.results_count": "{count} hasil ditemui", + "search.saved_aria_save": "Simpan carian semasa", + "search.saved_button": "Simpan Semasa", + "search.saved_empty": "Tiada carian disimpan lagi", + "search.saved_error": "Tidak dapat memuatkan carian yang disimpan", + "search.saved_label": "Carian Disimpan", + "search.saved_loading": "Memuatkan...", + "search.title": "Cari Dokumen", + "settings.audit_log_btn": "Log Audit", + "settings.autocomplete_hint": "Taip untuk mencari nilai yang diketahui, atau masukkan sebarang nilai khusus.", + "settings.autocomplete_no_matches": "Tiada padanan — anda masih boleh taip nilai khusus", + "settings.autocomplete_placeholder": "Taip untuk mencari atau masukkan nilai\n\n", + "settings.boolean_enable_prefix": "Aktifkan", + "settings.categories_aria": "Kategori tetapan", + "settings.categories_heading": "Kategori", + "settings.db_wizard_btn": "Penyihir DB", + "settings.effective_value_label": "Nilai berkesan:", + "settings.encrypted_suffix": "= disulitkan semasa tidak aktif", + "settings.encrypted_title": "Nilai disulitkan semasa tidak aktif dalam pangkalan data", + "settings.export_btn": "Eksport", + "settings.export_db_only": "Tetapan DB sahaja", + "settings.export_full_config": "Konfigurasi berkesan penuh", + "settings.jump_to_category": "Lompat ke kategori\n\u00000A", + "settings.manage_config_prefix": "Urus konfigurasi. Keutamaan:", + "settings.model_picker_hint": "Pilih dari senarai atau taip nama model yang disokong oleh penyedia anda.", + "settings.model_picker_placeholder": "Pilih model biasa atau taip nama khusus\n\u00000A", + "settings.no_results_clear": "kosongkan carian", + "settings.no_results_heading": "Tiada tetapan ditemui", + "settings.no_results_hint": "Cuba istilah carian lain atau", + "settings.page_heading": "Tetapan Aplikasi", + "settings.required_label": "(diperlukan)", + "settings.reset_confirm": "Adakah anda pasti ingin menetapkan semula tetapan ini?", + "settings.restart_required_suffix": "= memerlukan permulaan semula", + "settings.revert_btn": "Buang dari DB", + "settings.revert_title": "Buang override DB dan kembalikan kepada pembolehubah persekitaran atau default", + "settings.reverting": "Mengembalikan\u0019\u001c", + "settings.save_all_btn": "Simpan Semua Perubahan", + "settings.save_error": "Gagal untuk menyimpan tetapan", + "settings.save_setting_title": "Simpan tetapan ini", + "settings.save_success": "Tetapan disimpan dengan jayanya", + "settings.saving_state": "Menyimpan\u0019\u001c", + "settings.search_aria_label": "Cari tetapan", + "settings.search_clear_aria": "Jelas carian", + "settings.search_placeholder": "Cari tetapan mengikut nama, kunci, atau penerangan\u001c", + "settings.settings_count_suffix": "tetapan", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "DEFAULT", + "settings.source_env_badge": "ENV", + "settings.title": "Tetapan", + "settings.toggle_visibility_aria": "Togol keterlihatan kata laluan", + "settings.toggle_visibility_title": "Tunjuk/sembunyi nilai", + "settings.user_autocomplete_empty": "Tiada pengguna yang sepadan ditemui", + "settings.user_autocomplete_hint": "Ketik untuk mencari pengguna sedia ada mengikut nama, atau masukkan mana-mana pengecam secara manual.", + "settings.user_autocomplete_placeholder": "Mulakan menaip untuk mencari pengguna\u0019\u001c", + "settings.wizard_btn": "Wizard", + "shared.col_expiry": "Tamat Tempoh", + "shared.col_file_label": "Fail / Label", + "shared.col_link": "Pautan", + "shared.col_views": "Pandangan", + "shared.copy_link_aria": "Salin pautan ke papan klip", + "shared.copy_link_title": "Salin pautan", + "shared.create_btn": "Buat Pautan", + "shared.create_heading": "Buat Pautan Bersama Baru", + "shared.creating": "Membuat\u0019\u001c", + "shared.expiry_12h": "12 jam", + "shared.expiry_14d": "14 hari", + "shared.expiry_1h": "1 jam", + "shared.expiry_24h": "24 jam (1 hari)", + "shared.expiry_30d": "30 hari", + "shared.expiry_3d": "3 hari", + "shared.expiry_6h": "6 jam", + "shared.expiry_7d": "7 hari", + "shared.expiry_label": "Tamat Tempoh", + "shared.expiry_never": "Tidak Pernah", + "shared.file_id_help_post": "halaman atau dalam URL butiran dokumen.", + "shared.file_id_help_pre": "Cari ID fail pada", + "shared.file_id_label": "ID Fail", + "shared.file_id_placeholder": "cth. 42", + "shared.files_link": "Fail", + "shared.heading": "Pautan Dikongsi", + "shared.label_label": "Label", + "shared.label_placeholder": "cth. Dikongsi dengan Bob", + "shared.link_created": "Pautan dikongsi telah dibuat!", + "shared.link_created_help": "Salin dan hantar pautan ini kepada penerima.", + "shared.links_count_aria": "bilangan pautan", + "shared.max_downloads_label": "Maks. muat turun", + "shared.no_links": "Tiada pautan yang dikongsi lagi. Buat satu di atas untuk memulakan.", + "shared.open_in_new_tab": "Buka dalam tab baru", + "shared.open_link_aria": "Buka pautan yang dikongsi", + "shared.optional": "(pilihan)", + "shared.page_title": "Pautan Dikongsi – DocuElevate", + "shared.password_label": "Kata Laluan", + "shared.password_placeholder": "Biarkan kosong untuk tiada kata laluan", + "shared.password_protected": "Dilindungi kata laluan", + "shared.refresh_aria": "Segarkan senarai pautan yang dikongsi", + "shared.revoke_aria_prefix": "Batalkan pautan yang dikongsi untuk", + "shared.revoke_btn": "Batalkan", + "shared.status_active": "Aktif", + "shared.status_expired": "Tamat", + "shared.status_limit_reached": "Had tercapai", + "shared.status_revoked": "Dibatalkan", + "shared.subtitle": "Kongsi dokumen dengan sesiapa sahaja melalui pautan yang terhad dalam waktu atau pandangan. Penerima tidak perlu mempunyai akaun DocuElevate. Pautan boleh dilindungi kata laluan dan dibatalkan pada bila-bila masa.", + "shared.table_aria": "Pautan dikongsi", + "shared.unlimited_placeholder": "Tidak terhad", + "shared.your_links": "Pautan Dikongsi Anda", + "similarity.backfill_auto": "Tugas latar belakang akan mengira mereka secara automatik setiap 5 minit, atau anda boleh", + "similarity.files_missing_text": "fail yang mempunyai teks OCR tetapi tiada pemautan lagi.", + "similarity.find_pairs_btn": "Cari Pasangan", + "similarity.heading": "Kesamaan Dokumen", + "similarity.load_error": "Gagal untuk memuatkan pasangan.", + "similarity.min_similarity_label": "Min. kesamaan", + "similarity.no_pairs_detail": "Tiada pasangan dokumen yang melebihi ambang kesamaan.", + "similarity.no_pairs_heading": "Tiada pasangan yang sama dijumpai", + "similarity.page_title": "Kesamaan Dokumen - DocuElevate", + "similarity.pagination_aria": "Halaman pagination pasangan kesamaan", + "similarity.per_page_label": "Setiap halaman", + "similarity.scanning": "Mengimbas pasangan dokumen yang serupa\u0002026", + "similarity.stat_embedding_model": "Model Penempatan", + "similarity.stat_missing_embedding": "Penempatan Hilang", + "similarity.stat_total_files": "Jumlah Fail", + "similarity.stat_with_embedding": "Dengan Penempatan", + "similarity.subtitle": "Pasangan dokumen dengan kesamaan semantik yang tinggi, dinilai mengikut skor.", + "similarity.trigger_aria": "Picu pengiraan penempatan untuk semua fail yang hilang penempatan", + "similarity.trigger_now": "picu sekarang", + "status.app_version": "Versi Aplikasi", + "status.build_date": "Tarikh Pembinaan", + "status.container_id": "ID Kontena", + "status.git_commit": "Komit Git", + "status.last_check": "Semakan Terakhir", + "status.page_title": "Status Sistem", + "status.setting_label": "Tetapan", + "status.value_label": "Nilai", + "subscription.available_plans_heading": "Pelan Tersedia", + "subscription.back_to_dashboard": "Kembali ke Papan Pemuka", + "subscription.cancel_pending": "Batalkan perubahan", + "subscription.cancel_scheduled": "Batalkan perubahan yang dijadualkan", + "subscription.contact_sales": "Hubungi Jualan", + "subscription.current_badge": "Semasa", + "subscription.current_plan": "Pelan Semasa", + "subscription.current_plan_cta": "Pelan semasa anda", + "subscription.downgrade_to_prefix": "Turunkan kepada", + "subscription.features_heading": "Apa yang termasuk dalam pelan anda", + "subscription.free": "Percuma", + "subscription.heading": "Langganan Saya", + "subscription.keep_plan_prefix": "Simpan", + "subscription.lifetime_files": "Jumlah fail (sepanjang hayat)", + "subscription.month_files": "Fail bulan ini", + "subscription.more_features_label": "lagi", + "subscription.page_title": "Langganan Saya \u0002013 DocuElevate", + "subscription.pending_badge": "Menunggu", + "subscription.pending_benefits": "Anda akan mengekalkan semua faedah pelan semasa sehingga itu.", + "subscription.pending_on": "pada", + "subscription.pending_title": "Perubahan pelan yang dijadualkan sedang menunggu", + "subscription.pending_will_change": "Pelan anda akan berubah kepada", + "subscription.per_mo": "/bln", + "subscription.per_month": "/sebulan", + "subscription.since": "Sejak", + "subscription.single_user_body": "Tahap langganan digunakan apabila mod multi-pengguna diaktifkan. Instans anda kini beroperasi dalam mod pengguna tunggal tanpa had pemprosesan. Seorang admin boleh mengaktifkan mod multi-pengguna melalui {settings_link}.", + "subscription.single_user_title": "Mod multi-pengguna tidak diaktifkan.", + "subscription.subtitle": "Pelan semasa anda, penggunaan dan peningkatan yang tersedia.", + "subscription.this_month_label": "bulan ini", + "subscription.today_files": "Fail hari ini", + "subscription.today_label": "hari ini", + "subscription.unlimited": "Tanpa Had", + "subscription.upgrade_info": "Peningkatan berkuat kuasa serta-merta. Penurunan dijadualkan untuk akhir tempoh pengebilan semasa anda.", + "subscription.upgrade_to_prefix": "Tingkatkan kepada", + "subscription.usage_heading": "Penggunaan", + "upload.browse_button": "Lihat Fail", + "upload.button_processing": "Memproses...", + "upload.camera_button": "Ambil Foto / Imbas Dokumen", + "upload.download_button": "Muat Turun dan Proses", + "upload.downloading": "Memuat turun fail dari URL...", + "upload.drag_drop": "Seret & lepas fail di sini atau klik untuk lihat", + "upload.drop_hint_desktop": "Seret & lepas fail atau folder di sini, atau klik untuk pilih fail.", + "upload.drop_hint_mobile": "Ketuk untuk memilih fail atau gunakan butang kamera di bawah.", + "upload.drop_zone_aria": "Area muat naik fail. Seret dan lepas fail di sini, atau tekan Enter untuk melihat fail.", + "upload.error": "Muat naik gagal", + "upload.error_invalid_url": "Format URL tidak sah", + "upload.error_url_required": "Sila masukkan URL", + "upload.file_size_hint": "Saiz maksimum: 500 MB setiap fail", + "upload.file_types": "Jenis yang dibenarkan: PDF, dokumen Office (Word, Excel, PowerPoint, dll.), Imej", + "upload.filename_description": "Biarkan kosong untuk menggunakan nama fail dari URL", + "upload.filename_label": "Nama Fail (pilihan)", + "upload.filename_placeholder": "dokumen-saya.pdf", + "upload.max_size": "Saiz maksimum fail: {size}", + "upload.page_title": "Muat Naik Fail", + "upload.section_device": "Muat Naik dari Peranti", + "upload.section_url": "Muat Naik dari URL", + "upload.select_file": "Pilih Fail", + "upload.success": "Fail berjaya dimuat naik", + "upload.title": "Muat Naik Dokumen", + "upload.uploading": "Sedang memuat naik...", + "upload.url_description": "Masukkan pautan terus ke fail (PDF, dokumen Office, atau imej)", + "upload.url_label": "URL Fail", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/nb.json b/frontend/translations/nb.json index 0b0eed6a..97492063 100644 --- a/frontend/translations/nb.json +++ b/frontend/translations/nb.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Møt Skaperen", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_pre": "DocuElevate er utviklet med lidenskap av", + "about.features_admin_api": "Kraftig REST API for programmeringsmessig tilgang", + "about.features_admin_config": "Svært konfigurerbar via miljøvariabler", + "about.features_admin_docker": "Docker-klar for enkel distribusjon og skalering", + "about.features_admin_heading": "Administrasjon", + "about.features_admin_oauth2": "OAuth2 autentisering støtte med Authentik", + "about.features_automation_background": "Bakgrunnsprosessering med Redis og Celery", + "about.features_automation_gmail": "Gmail og generisk e-postkonto integrasjon", + "about.features_automation_heading": "Automatisering", + "about.features_automation_imap": "IMAP innboks polling fra flere kilder", + "about.features_automation_ingestion": "Automatisert dokumentinnsamling fra ulike innganger", + "about.features_heading": "Nøkkelfunksjoner", + "about.features_integration_cloud": "Skylagring: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integrasjon & Lagring", + "about.features_integration_multi_dest": "Multidestinasjons støtte (lagre dokumenter på flere steder)", + "about.features_integration_protocols": "Overføringsprotokoller: FTP, SFTP, E-post videresending", + "about.features_integration_selfhosted": "Selvhostede alternativer: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Intelligent dokumentklassifisering og datoekstraksjon", + "about.features_processing_heading": "Dokumentprosessering", + "about.features_processing_metadata": "Automatisert metadataekstraksjon med en pluggbar AI-leverandør", + "about.features_processing_ocr": "OCR drevet av Azure Document Intelligence", + "about.features_processing_pdf": "PDF-konvertering for ulike filformater via Gotenberg", + "about.features_processing_upload": "Enkle og sikre filopplastninger med dra & slipp støtte", + "about.github_logo_alt": "GitHub-logo", + "about.heading": "Om DocuElevate", + "about.intro_post": " – din moderne, intelligente løsning for dokumentprosessering! Vi har bygget DocuElevate for helt å transformere måten du håndterer dokumentene dine på – fra opplasting til ekstraksjon, fra prosessering til lagring.", + "about.intro_pre": "Velkommen til ", + "about.involved_description": "Ønsker du å dykke inn i koden, bidra med ideer, eller lære mer om DocuElevate?", + "about.involved_docs": "Les Dokumentasjonen", + "about.involved_github": "Se DocuElevate på GitHub", + "about.involved_heading": "Bli Involvert", + "about.involved_website": "Besøk DocuElevate-nettstedet", + "about.legal_description": "Vi bryr oss om ditt personvern og datasikkerhet. Vennligst se over vår:", + "about.legal_heading": "Personvern & Juridisk", + "about.legal_license": "Lisensinformasjon", + "about.legal_privacy": "Personvernerklæring", + "about.page_title": "Om DocuElevate", + "about.story_heading": "Vår Historie", + "about.story_p1": "DocuElevate ble opprettet med ett mål for øye: å forenkle og strømlinjeforme dokumenthåndtering for alle, enten du er en liten oppstart eller en stor virksomhet.", + "about.story_p2": "Vi utnytter kraften til pluggbare AI-leverandører (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, og mer) for metadatautvinning og tekstforbedring, integrerer sømløst med Dropbox, Nextcloud, og Paperless NGX for lagring og indeksering, utnytter Azure Document Intelligence for OCR, og bruker til og med Gotenberg for fil-til-PDF konverteringer.", + "api_tokens.col_created": "Opprettet", + "api_tokens.col_last_ip": "Siste IP", + "api_tokens.col_last_used": "Sist brukt", + "api_tokens.col_name": "Navn", + "api_tokens.col_prefix": "Token-prefiks", + "api_tokens.copy_to_clipboard": "Kopier token til utklippstavlen", + "api_tokens.copy_upload_example": "Kopier lasteeksempel til utklippstavlen", + "api_tokens.copy_warning_1": "Kopier dette tokenet nå — det vil", + "api_tokens.copy_warning_2": "ikke bli vist igjen", + "api_tokens.create_heading": "Opprett ny token", + "api_tokens.create_token": "Opprett token", + "api_tokens.creating": "Oppretter…", + "api_tokens.heading": "API-tokens", + "api_tokens.intro": "Opprett personlige API-tokens for å samhandle med DocuElevate APIet programmatisk. Bruk tokens for webhook-opplastinger, CI/CD-pipelines, eller hvilket som helst skript som trenger å laste opp eller hente dokumenter.", + "api_tokens.loading_tokens": "Laster tokens…", + "api_tokens.never": "Aldri", + "api_tokens.no_tokens_heading": "Ingen API-tokens ennå", + "api_tokens.no_tokens_help": "Opprett ditt første token ovenfor for å komme i gang.", + "api_tokens.page_title": "API-tokens – DocuElevate", + "api_tokens.revoke": "Tilbaketrukk", + "api_tokens.revoke_prefix": "Tilbaketrukk token", + "api_tokens.status_active": "Aktiv", + "api_tokens.status_revoked": "Tilbaketrukket", + "api_tokens.table_aria": "API-tokens", + "api_tokens.token_created": "Token opprettet med suksess!", + "api_tokens.token_name_label": "Token-navn", + "api_tokens.token_name_placeholder": "f.eks. CI Pipeline, Webhook Lasting, Mitt Skript", + "api_tokens.usage_heading": "Brukseksempel", + "api_tokens.usage_intro_post": "overskrift med hvilken som helst API-forespørsel:", + "api_tokens.usage_intro_pre": "Bruk API-tokenet ditt i", + "api_tokens.your_tokens": "Dine tokens", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", + "audit.col_resource": "Ressurs", + "audit.col_timestamp": "Tidsstempel", + "audit.critical": "Kritisk", + "audit.filter_action": "Handling", + "audit.filter_all_actions": "Alle handlinger", + "audit.filter_all_users": "Alle brukere", + "audit.filter_resource_placeholder": "f.eks. dokument, bruker", + "audit.filter_resource_type": "Ressurstype", + "audit.filter_severity": "Alvorlighet", + "audit.filter_user": "Bruker", + "audit.filters_section_label": "Filtre for revisjonslogg", + "audit.next": "Neste", + "audit.next_label": "Neste side", + "audit.no_events": "Ingen revisjonshendelser registrert ennå.", + "audit.no_events_hint": "Betydningsfulle handlinger (innlogginger, dokumentoperasjoner, endringer i innstillinger) vil vises her.", + "audit.page_title": "Revisjonslogger - DocuElevate", + "audit.pagination_label": "Revisjonsloggfiler", + "audit.prev": "Forrige", + "audit.prev_label": "Forrige side", + "audit.refresh_label": "Oppdater revisjonslogger", + "audit.siem_disabled_title": "SIEM-videresending er deaktivert", + "audit.siem_enabled_title": "Hendelser videresendes til ", + "audit.siem_off": "SIEM: Av", + "audit.subtitle": "Omfattende, append-only register over alle betydningsfulle handlinger.", + "audit.table_label": "Revisjonslogghendelser", + "audit.title": "Revisjonslogger", + "auth.confirm_password": "Bekreft passord", + "auth.create_account": "Opprett konto", + "auth.display_name_label": "Visningsnavn", + "auth.email_label": "E-post", + "auth.forgot_password": "Glemt passord?", + "auth.forgot_username": "Glemt brukernavn?", + "auth.login": "Logg inn", + "auth.login_title": "Logg inn", + "auth.logo_alt": "DocuElevate-logo", + "auth.logout": "Logg ut", + "auth.my_account": "Min konto", + "auth.no_account": "Har du ikke en konto?", + "auth.or_continue_with": "Eller fortsett med", + "auth.password_label": "Passord", + "auth.profile": "Profil", + "auth.remember_me": "Husk meg", + "auth.return_home": "Tilbake til hjem", + "auth.sign_in": "Logg inn", + "auth.sign_in_sso": "Logg inn med SSO", + "auth.sign_in_with": "Logg inn med", + "auth.sign_in_with_username": "Logg inn med brukernavn", + "auth.signup": "Registrer deg", + "auth.signup_title": "Registrer deg", + "auth.username_label": "Brukernavn", + "auth.username_or_email": "Brukernavn eller E-post", + "auth.verify_email_back_sign_in": "Tilbake til innlogging", + "auth.verify_email_expiry": "Lenken utløper om 24 timer. Hvis du ikke ser e-posten, sjekk spam-mappen.", + "auth.verify_email_heading": "Sjekk innboksen din", + "auth.verify_email_message": "Vi har sendt deg en bekreftelses-e-post. Vennligst klikk på lenken i e-posten for å aktivere kontoen din.", + "auth.verify_email_page_title": "DocuElevate - Bekreft E-posten Din", + "auth.verify_email_resend_aria_label": "E-postadresse for gjenutsendelse", + "auth.verify_email_resend_button": "Gjenutsend bekreftelses-e-post", + "auth.verify_email_resend_label": "E-postadresse", + "auth.verify_email_resend_placeholder": "Skriv inn e-postadressen din", + "auth.verify_email_resend_prompt": "Mottok du ikke det?", + "backup.archives_heading": "Sikkerhetskopiarkiver", + "backup.backup_now": "Sikkerhetskopier nå", + "backup.clean_up": "Rydd opp", + "backup.cleanup_title": "Kjør oppbevaringsopprydding nå", + "backup.col_created": "Opprettet", + "backup.col_filename": "Filnavn", + "backup.col_size": "Størrelse", + "backup.col_storage": "Lagring", "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "backup.config_auto_backup": "Automatisk sikkerhetskopi", + "backup.config_remote_dest": "Fjernmål", + "backup.config_retention": "Bevaring", + "backup.config_total_size": "Total lokal størrelse", + "backup.confirm_btn": "Bekreft", + "backup.confirm_title": "Bekreft handling", + "backup.heading": "Sikkerhetskopihåndtering", + "backup.local_only": "Kun lokal", + "backup.no_backups": "Ingen sikkerhetskopier ennå.", + "backup.no_backups_hint": "Klikk på Sikkerhetskopier nå for å opprette din første sikkerhetskopi.", + "backup.page_title": "Sikkerhetskopihåndtering", + "backup.records_label": "poster", + "backup.restore_btn": "Gjenopprett", + "backup.restore_desc_mid": "sikkerhetskopiarkiv for å gjenopprette databasen.", + "backup.restore_desc_pre": "Last opp en", + "backup.restore_desc_warning": "Dette vil overskrive all gjeldende data.", + "backup.restore_file_label": "Backup arkiv (.db.gz)", + "backup.restore_heading": "Gjenopprett fra fil", + "backup.restoring": "Gjenoppretter\u0014", + "backup.retention_daily_detail": "\u00009\u0012 vist i 3 uker", + "backup.retention_heading": "Retensjonspolicy", + "backup.retention_hourly_detail": "\u00009\u0012 vist i 4 dager", + "backup.retention_note": "Sikkerhetskopier som overstiger disse grensene, blir automatisk trimmede etter at hver ny sikkerhetskopi er opprettet.", + "backup.retention_weekly_detail": "\u00009\u0012 vist i ~3 måneder", + "backup.snapshots": "øyeblikksbilder", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", + "backup.storage_local": "lokal", + "backup.subtitle": "Database sikkerhetskopier blir opprettet automatisk: hver time (4 dager), daglig (3 uker), ukentlig (13 uker).", + "backup.table_aria": "Backup arkiver", + "backup.trigger_daily": "Sikkerhetskopier nå (daglig)", + "backup.trigger_hourly": "Sikkerhetskopier nå (hver time)", + "backup.trigger_weekly": "Sikkerhetskopier nå (ukentlig)", + "backup.type_daily": "Daglig", + "backup.type_hourly": "Hver time", + "backup.type_weekly": "Ukentlig", + "billing.go_to_dashboard": "Gå til dashbord", + "billing.manage_subscription": "Administrer abonnement", + "billing.success_heading": "Du er klar!", + "billing.success_message": "Abonnementet ditt har blitt aktivert. Takk for at du valgte DocuElevate!", + "billing.success_page_title": "DocuElevate - Abonnement aktivert", + "common.actions": "Handlinger", + "common.active": "Aktiv", + "common.all": "Alle", + "common.avatar": "Avatar", + "common.back": "Tilbake", + "common.cancel": "Avbryt", + "common.close": "Lukk", + "common.col_pending": "S ventende", + "common.completed": "Fullført", + "common.confirm": "Bekreft", + "common.copied": "Kopiert!", + "common.copy": "Kopier", + "common.create": "Opprett", + "common.created": "Opprettet", + "common.date": "Dato", + "common.delete": "Slett", + "common.description": "Beskrivelse", + "common.details": "Detaljer", + "common.disabled": "Deaktivert", + "common.download": "Last ned", + "common.duplicate": "Dupliser", + "common.edit": "Rediger", + "common.enabled": "Aktivert", + "common.error": "Feil", + "common.failed": "Feilet", + "common.filter": "Filtrer", + "common.inactive": "Inaktiv", "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", + "common.loading": "Laster...", + "common.name": "Navn", + "common.next": "Neste", + "common.next_page": "Neste side", + "common.no": "Nei", + "common.none": "Ingen", + "common.page": "Side", + "common.paused": "Pausert", + "common.pending": "Venter", + "common.prev_page": "Forrige side", + "common.previous": "Forrige", + "common.processing": "Behandler", + "common.refresh": "Oppdater", + "common.reset": "Tilbakestill", + "common.retry": "Prøv igjen", + "common.save": "Lagre", + "common.search": "Søk", + "common.select": "Velg", + "common.select_placeholder": "\u0002D velg \u0002D", + "common.size": "Størrelse", "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", + "common.submit": "Send inn", + "common.success": "Suksess", + "common.tags": "Merker", + "common.test": "Test", + "common.test_connection": "Test forbindelse", "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", + "common.update": "Oppdater", + "common.updated": "Oppdatert", + "common.upload": "Last opp", + "common.view": "Vis", + "common.warning": "Advarsel", + "common.yes": "Ja", + "cookie.accept": "Skjønner", + "cookie.learn_more": "Lær mer", + "cookie.message": "Denne nettsiden bruker informasjonskapsler for å forbedre opplevelsen din.", + "cookie.notice": "DocuElevate bruker kun essensielle øktinformasjonskapsler som er nødvendige for autentisering og drift av tjenester. Ingen sporings- eller analyse-informasjonskapsler brukes.", + "cookie.notice_label": "Informasjonskapselvarsel", + "cookie.policy_link": "Retningslinjer for informasjonskapsler", + "cookie.privacy_link": "Personvernerklæring", + "credentials.col_action": "Handling", + "credentials.col_credential": "Legitimasjon", + "credentials.col_source": "Kilde", + "credentials.configured": "Konfigurert", + "credentials.edit_in_settings": "Rediger i Innstillinger", + "credentials.legend_db": "Verdi lagret i databasen (kryptert i hvile; overskriver miljøvariabel)", + "credentials.legend_env_after": " fil", + "credentials.legend_env_before": "Verdi fra miljøvariabel eller ", + "credentials.legend_missing": "Legitimasjon ikke satt — integrasjon vil ikke fungere", + "credentials.legend_restart": "Omstart kreves når denne legitimasjonen roteres", + "credentials.legend_title": "Legende", + "credentials.manage_settings": "Administrer Innstillinger", + "credentials.not_configured": "Ikke Konfigurert", + "credentials.page_title": "Legitimasjonsrevisjon - DocuElevate", + "credentials.raw_json": "Rå JSON (API)", + "credentials.restart_title": "Omstart kreves etter å ha rotert denne legitimasjonen", + "credentials.source_db_title": "Lagt i database (kryptert)", + "credentials.source_env_title": "Fra miljøvariabel", + "credentials.status_missing": "Manglende", + "credentials.subtitle": "Oversikt over alle sensitive legitimasjoner brukt av DocuElevate. Ingen hemmelige verdier vises her — kun om hver legitimasjon er konfigurert og hvor den kommer fra.", + "credentials.table_for": "Legitimasjoner for", + "credentials.title": "Legitimasjonsrevisjon", + "credentials.total_credentials": "Totalt antall legitimasjoner", + "dashboard.active_integrations": "Aktive integrasjoner", + "dashboard.files_this_month": "Filer denne måneden", + "dashboard.files_today": "Filer i dag", + "dashboard.ocr_processed": "OCR Behandlet", + "dashboard.quick_actions": "Raske handlinger", + "dashboard.recent_activity": "Nylig aktivitet", + "dashboard.storage_targets": "Lagringsmål", + "dashboard.title": "Dashbord", + "dashboard.total_files": "Totalt antall filer", + "dashboard.welcome": "Velkommen til DocuElevate", + "duplicates.file_id_label": "Fil-ID", + "duplicates.file_id_placeholder": "f.eks. 42", + "duplicates.find_btn": "Finn", + "duplicates.found_files": "duplikatfil(er) totalt.", + "duplicates.found_groups": "duplikatgruppe(r) med", + "duplicates.found_prefix": "Fant", + "duplicates.group_aria": "Duplikatgruppe", + "duplicates.heading": "Duplikatdokumenter", + "duplicates.how_it_works_heading": "Hvordan nær-duplikatdeteksjon fungerer", + "duplicates.max_results_label": "Maksimale resultater", + "duplicates.near_dup_desc": "Velg et dokument for å sjekke om andre filer inneholder det samme (eller veldig lignende) innholdet — selv om de er skannet på forskjellige tidspunkter og har forskjellige SHA-256-hashverdier.", + "duplicates.near_dup_heading": "Finn Nær-Duplikanter for et Dokument", + "duplicates.no_exact_heading": "Ingen nøyaktige duplikater funnet", + "duplicates.page_title": "Duplikatdokumenter - DocuElevate", + "duplicates.pagination_aria": "Sidering", + "duplicates.role_duplicate": "Duplikat", "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "duplicates.tab_exact": "Nøyaktige duplikater", + "duplicates.tab_near": "Nær-Duplikanter", + "duplicates.tabs_aria": "Faner for duplikatdeteksjon", + "duplicates.threshold_label": "Likhetsterskel", + "duplicates.view_dup_aria": "Vis duplikatfil", + "duplicates.view_original_aria": "Vis originalfil", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Oops, vi kunne ikke finne den siden!", + "error.404_home": "Tilbake til Hjem", + "error.404_message": "Det ser ut til at DocuElevate har mistet dokumentet du lette etter. Ikke bekymre deg – vi har ryggen din.", + "error.404_title": "404 - Ikke Funnet", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", + "error.500_debug_info": "Vis feilmelding", + "error.500_description": "Våre servere støttet på et problem og trenger et øyeblikk.", + "error.500_heading": "Oops! Noe Gikk Galt.", + "error.500_home": "Gå til Hjem", + "error.500_img_alt": "Illustrasjon av en serverfeil", + "error.500_message1": "Våre servere støttet på et problem og trenger et øyeblikk. Kanskje hamsterne sølte kaffen sin?", + "error.500_message2": "Vi er allerede i gang — sorterer filer, omstarter servere og recalibrerer flux-kapasitorer.", + "error.500_title": "Serverfeil - DocuElevate", + "error.forbidden": "Forbudt", + "error.forbidden_message": "Du har ikke tillatelse til å få tilgang til denne siden.", + "error.not_found": "Siden ikke funnet", + "error.not_found_message": "Siden du leter etter eksisterer ikke.", + "error.server_error": "Intern serverfeil", + "error.server_error_message": "Noe gikk galt. Vennligst prøv igjen senere.", + "error.unauthorized": "Uautorisert", + "error.unauthorized_message": "Du må logge inn for å få tilgang til denne siden.", + "files.action_delete": "Slett fil", + "files.action_details": "Se detaljer", + "files.action_preview": "Rask forhåndsvisning", + "files.bulk_clear_selection": "Fjern valg", + "files.bulk_cloud_ocr": "Kjør Cloud OCR på nytt", + "files.bulk_delete": "Slett valgte", + "files.bulk_download": "Last ned som ZIP", + "files.bulk_reprocess": "Behandle valgte på nytt", + "files.delete_modal_cancel": "Avbryt", + "files.delete_modal_confirm": "Slett", + "files.delete_modal_message": "Er du sikker på at du vil slette denne filen?", + "files.delete_modal_title": "Bekreft sletting", + "files.document_title": "Dokumenttittel", + "files.drop_overlay_hint": "Støtter PDF, Office-dokumenter, bilder, HTML, Markdown og mer – mapper behandles rekursivt", + "files.drop_overlay_title": "Slipp filer eller mapper hvor som helst for å laste opp", + "files.error_hint": "Dette kan skyldes et konfigurasjons- eller importproblem. Vennligst sjekk serverloggene.", + "files.file_size": "Filstørrelse", + "files.filename": "Filnavn", + "files.files_selected": "filer valgt", + "files.filter_all_providers": "Alle leverandører", + "files.filter_all_statuses": "Alle statuser", + "files.filter_all_types": "Alle typer", + "files.filter_apply": "Bruk filtre", + "files.filter_clear": "Fjern", + "files.filter_date_from": "Dato Fra", + "files.filter_date_from_aria": "Filtrer fra dato", + "files.filter_date_to": "Dato Til", + "files.filter_date_to_aria": "Filtrer til dato", + "files.filter_form_aria": "Filtrer filer", + "files.filter_mime_type": "MIME-type", + "files.filter_ocr_all": "Alle filer", + "files.filter_ocr_good": "God kvalitet", + "files.filter_ocr_poor": "Dårlig kvalitet", + "files.filter_ocr_quality": "OCR-kvalitet", + "files.filter_ocr_quality_aria": "Filtrer etter OCR-kvalitetspoeng", + "files.filter_ocr_unchecked": "Ikke vurdert ennå", + "files.filter_search_label": "Søk Filnavn", + "files.filter_search_placeholder": "Angi filnavn...", + "files.filter_storage_provider": "Lagringsleverandør", + "files.filter_tags_aria": "Filtrer etter merker (kommaseparert)", + "files.filter_tags_placeholder": "f.eks. faktura,amazon", + "files.fulltext_search_label": "Fulltekst Søk (OCR-tekst, metadata, merker)", + "files.fulltext_search_placeholder": "Søk i dokumentinnhold, avsender, merker, type...", + "files.no_files": "Ingen filer funnet", "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "files.page_title": "Filposter", + "files.pagination_files": "filer", + "files.pagination_first": "Første", + "files.pagination_last": "Siste", + "files.pagination_nav_aria": "Fil liste paginering", + "files.pagination_next": "Neste", + "files.pagination_of": "av", + "files.pagination_previous": "Forrige", + "files.pagination_showing": "Viser", + "files.preview_modal_close": "Lukk forhåndsvisning", + "files.preview_modal_title": "Forhåndsvisning", + "files.queue_banner_items": "element(er) er for øyeblikket i kø eller blir prosessert. Filer vil vises her når behandling er fullført.", + "files.queue_banner_link": "Se kø", + "files.saved_searches_empty": "Ingen lagrede søk ennå", + "files.saved_searches_error": "Kunne ikke laste lagrede søk", + "files.saved_searches_label": "Lagrede Søker", + "files.saved_searches_save": "Lagre Nåværende", + "files.saved_searches_save_aria": "Lagre gjeldende filtre som et lagret søk", + "files.search_results_empty": "Ingen resultater funnet.", + "files.search_results_title": "Søkeresultater", + "files.status_duplicate": "Duplikat", + "files.table_actions": "Handlinger", + "files.table_aria": "Filposter", + "files.table_created_at": "Opprettet Den", + "files.table_empty": "Ingen filer funnet", "files.table_id": "ID", "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", + "files.table_original_filename": "Originalt Filnavn", + "files.table_select_all": "Velg alle filer på denne siden", "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.title": "Filer", + "files.upload_modal_aria": "Opplastingsprosess", + "files.upload_modal_close": "Lukk opplastingsprosess", + "files.upload_modal_header": "Laster opp filer", + "files.uploaded": "Opplastet", + "footer.about": "Om", + "footer.attribution": "Attribusjon", + "footer.attributions": "Attribusjoner", + "footer.cookies": "Informasjonskapsler", "footer.copyright": "DocuElevate {year}", "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.license": "Lisens", + "footer.navigation": "Bunnnavigasjon", + "footer.privacy": "Personvern", + "footer.terms": "Vilkår", + "footer.version": "Versjon {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth-koblet. Filer havner i din valgte mappe.", + "help.destinations_email": "E-postviderekobling", + "help.destinations_email_desc": "Behandlede filer sendes som SMTP-vedlegg.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Tjenestekonto eller OAuth. Støtter delte stasjoner.", + "help.destinations_heading": "Destinasjoner – Hvor dokumenter går", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Selvhostet skylagring via WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Integrasjon med Microsoft Graph API.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Send dokumenter direkte til Paperless for arkivering.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Alle S3-kompatible bøtter (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Sikker filoverføring til hvilken som helst server.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST metadata til hvilken som helst ekstern endepunkt.", + "help.documentation": "Dokumentasjon", + "help.faq": "Ofte stilte spørsmål", + "help.faq_1_a": "Naviger til opplastingssiden, dra og slipp filene dine eller klikk på Velg fil. DocuElevate konverterer bilder og kontordokumenter til PDF, kjører OCR, og ekstraherer metadata automatisk.", + "help.faq_1_q": "Hvordan laster jeg opp dokumenter?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF og HTML. Ikke-PDF-filer blir automatisk konvertert til PDF før behandling.", + "help.faq_2_q": "Hvilke filformater støttes?", + "help.faq_3_a": "Ja. Gå til E-postinnhenting, legg til en IMAP-konto, og DocuElevate vil hente nye meldinger og behandle vedlegg automatisk.", + "help.faq_3_q": "Kan jeg hente dokumenter fra e-post?", + "help.faq_4_a": "Pipeliner lar deg kjede sammen behandlingssteg – OCR, AI-utvinning, formatkonvertering – og rute resultatet til én eller flere destinasjoner. Opprett og administrer dem fra Pipelines-siden.", + "help.faq_4_q": "Hvordan fungerer behandlingspipelines?", + "help.faq_5_a": "DocuElevate krypterer legitimasjon i ro, kommuniserer over TLS, og lagrer aldri dokumentene dine lengre enn nødvendig. Se personvernerklæringen for fullstendige detaljer.", + "help.faq_5_a_post": " for full details.", + "help.faq_5_a_pre": "DocuElevate krypterer legitimasjon når de ligger lagret, kommuniserer over TLS, og lagrer aldri dokumentene dine lenger enn nødvendig. Se på ", + "help.faq_5_q": "Er dataene mine sikre?", + "help.faq_heading": "Ofte stilte spørsmål", + "help.getting_started": "Kom i gang", + "help.heading": "Hjelpesenter", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Bruk REST API-et for å sende dokumenter programmessig. Autentiser med en Bearer-token og POST filer til opplastingsendepunktet.", + "help.ingestion_heading": "Data Inntaks Verktøy", + "help.ingestion_mobile": "Mobilapper", + "help.ingestion_mobile_desc": "Bruk hvilken som helst mobil skanneapp som støtter egendefinerte HTTP-opplastingsmål for å sende bilder og skanninger til DocuElevate fra telefonen eller nettbrettet ditt.", + "help.ingestion_scanners": "Nettverksskannere", + "help.ingestion_scanners_desc": "Pek hvilken som helst nettverksskaner eller multifunksjonsprinter mot DocuElevates opplastingsendepunkt. Skannede dokumenter lander direkte i behandlingskøen din.", + "help.ingestion_watched_folders": "Overvåkte Mapper", + "help.ingestion_watched_folders_desc": "Konfigurer en lokal eller nettverksmappe for å overvåkes. Eventuelle filer plassert i en overvåket mappe blir automatisk lastet opp og behandlet av DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrer DocuElevate i automatiseringsarbeidsflytene dine med Zapier, n8n eller Make. Bruk REST API-handlinger for å utløse dokumentopplastinger fra enhver hendelse.", + "help.meta_description": "Få hjelp med DocuElevate – finn veiledninger om opplasting av dokumenter, tilkobling til skytjenester, oppsett av pipelines, og mer.", + "help.og_description": "Få hjelp med DocuElevate – finn veiledninger om opplasting av dokumenter, tilkobling til skytjenester, oppsett av pipelines, og mer.", + "help.page_title": "Hjelpesenter", + "help.privacy_notice": "Personvernerklæring", + "help.quickstart_heading": "Hurtigstart", + "help.quickstart_storage": "Koble til lagring", + "help.quickstart_storage_desc": "Gå til Innstillinger og koble til skylagringskontoene dine. Behandlede dokumenter blir automatisk rutet til hver destinasjon du konfigurerer.", + "help.quickstart_storage_desc_full": "Gå til Integrasjoner og knytt sky-lagringskontoene dine. DocuElevate støtter Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, og mer. Behandlede dokumenter blir automatisk sendt til hver destinasjon du konfigurerer.", + "help.quickstart_upload": "Last opp dokumenter", + "help.quickstart_upload_desc": "Dra og slipp filer på Last opp-siden eller klikk Velg fil. DocuElevate konverterer bilder og kontor-dokumenter til PDF, kjører OCR og henter metadata automatisk.", + "help.quickstart_workflows": "Automatiser arbeidsflyter", + "help.quickstart_workflows_desc": "Opprett pipeliner for å definere flertrinns behandling og rutereglene. Kombiner OCR, AI-utvinning, formatkonvertering og levering i en enkelt flyt.", + "help.sources_email_ingestion": "E-postinnhenting (IMAP)", + "help.sources_email_ingestion_desc": "Viderebehandle dokumenter til en dedikert postkasse. Under E-postinnhenting, legg til én eller flere IMAP-kontoer. DocuElevate henter nye meldinger og behandler vedlegg automatisk.", + "help.sources_heading": "Kilder – Hente inn dokumenter", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", + "help.sources_rest_api_desc": "Integrer programmatisk ved å POST-e filer til /api/upload. Ideelt for skript, overvåkede mapper, skannere eller tredjepartsverktøy som Zapier og n8n.", + "help.sources_scanner": "Skanner og mobil", + "help.sources_scanner_desc": "Pek nettverkskannere mot DocuElevates opplastingsendepunkt eller bruk hvilken som helst mobil skanneapp som støtter egendefinerte HTTP-destinasjoner.", + "help.sources_scanner_desc_full": "Konfigurer nettverksskanneren eller multifunksjonsprinteren din til å sende skanninger direkte til DocuElevate. Bruk /api/upload endepunktet som destinasjon. Mobile skanneapper med egendefinerte opplastingsmål støttes også.", + "help.sources_web_upload": "Webopplasting", + "help.sources_web_upload_desc": "Den raskeste måten å komme i gang på. Åpne Last opp-siden, slipp en eller flere filer, og DocuElevate tar seg av resten. Støttede formater inkluderer PDF, JPEG, PNG, TIFF, DOCX, XLSX og mer.", + "help.subheading": "Alt du trenger for å få mest mulig ut av DocuElevate. Bla gjennom emner nedenfor eller søk etter det du trenger.", "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", + "help.support_admin_message": "Kontakt administratoren din for supportinformasjon.", + "help.support_description": "Kan du ikke finne det du leter etter? Vårt supportteam er her for å hjelpe.", + "help.support_heading": "Kontakt support", + "help.support_live_chat": "Live Chat tilgjengelig – klikk på chatteboblen for å starte en samtale.", + "help.support_ticket_button": "Send inn en billett", + "help.support_ticket_desc": "Fyll ut skjemaet nedenfor, så vil supportteamet vårt ta kontakt med deg så snart som mulig.", + "help.support_ticket_heading": "Åpne en supportbillett", + "help.title": "Hjelpesenter", + "help.workflows_creating": "Opprette en pipeline", + "help.workflows_definition": "En pipeline er en serie behandlingssteg som kjører automatisk hver gang et dokument blir hentet. Hvert steg kan transformere, berike eller rute dokumentet.", + "help.workflows_heading": "Arbeidsflyter og pipeliner", + "help.workflows_step_1": "Konverter til PDF", + "help.workflows_step_1_create": "Gå til Pipelines i hovedmenyen.", + "help.workflows_step_1_full": "Konverter til PDF – alle innkommende filer blir normalisert til et konsekvent PDF-format.", + "help.workflows_step_2": "OCR – ekstrahere tekst", + "help.workflows_step_2_create": "Klikk Ny Pipeline og gi den et navn.", + "help.workflows_step_2_full": "OCR – trekk ut valgbar tekst fra skannede sider ved hjelp av Azure Document Intelligence eller den innebygde motoren.", + "help.workflows_step_3": "AI metadataekstraksjon", + "help.workflows_step_3_create": "Legg til behandlingsstegene du trenger.", + "help.workflows_step_3_full": "AI metadatauttrekk – klassifiser dokumenttype og hent nøkkelfelt som beløp, datoer og navn ved hjelp av OpenAI.", + "help.workflows_step_4": "Lever til ett eller flere destinasjoner", + "help.workflows_step_4_create": "Velg én eller flere leveringsdestinasjoner.", + "help.workflows_step_5_create": "Lagre – nye dokumenter vil bli behandlet gjennom denne pipelinen automatisk.", + "help.workflows_typical_steps": "Typiske steg", + "help.workflows_what_is": "Hva er en Pipeline?", + "index.badge_intelligent": "Intelligent Dokumentprosessering", + "index.button_browse_files": "Bla gjennom filer", + "index.button_upload": "Last opp", + "index.capabilities_cloud": "Sky lagring: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "E-post- og URL-basert dokumentinnhenting", + "index.capabilities_ocr": "OCR & metadataekstraksjon med AI", + "index.capabilities_paperless": "Paperless-ngx integrasjon for dokumenthåndtering", + "index.capabilities_title": "Egenskaper", + "index.capabilities_workflows": "Automatisert klassifisering & ruting av arbeidsflyter", + "index.cta_description": "Bli med i team som allerede automatiserer dokumentbehandlingen med DocuElevate.", + "index.cta_heading": "Klar til å heve dokumentarbeidsflyten din?", + "index.cta_pricing": "Se priser", + "index.cta_signup": "Opprett en gratis konto", + "index.dashboard_subtitle": "Intelligent dokumentprosessering & -håndtering", + "index.dashboard_subtitle_teams": "Intelligent dokumentprosessering & -håndtering — bygget for team", + "index.feature_ai": "AI Metadataekstraksjon", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, og andre pluggbare AI-leverandører klassifiserer dokumenter og trekker ut nøkkelfelt som datoer, beløp og emner.", + "index.feature_cloud": "Multi-Cloud Lagring", + "index.feature_cloud_desc": "Routede behandlede filer til Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, og mer.", + "index.feature_email": "E-post & IMAP Innlasting", + "index.feature_email_desc": "Automatisk hent dokumenter fra Gmail eller enhver IMAP-postboks — ingen manuelle opplastinger nødvendig.", + "index.feature_ocr": "OCR & Tekstutvinning", + "index.feature_ocr_desc": "Azure Document Intelligence konverterer skannede PDF-er og bilder til fullt søkbar tekst automatisk.", + "index.feature_pipelines": "Tilpassede Pipelines", + "index.feature_pipelines_desc": "Bygg behandlingspipelines med konfigurerbare steg — OCR, AI-ekstraksjon, formatkonvertering, og lagringsruting i valgfri rekkefølge.", + "index.feature_search": "Fulltekstsøk", + "index.feature_search_desc": "Finn umiddelbart ethvert dokument etter innhold, metadata, eller etiketter på tvers av hele arkivet ditt.", + "index.feature_section_title": "Alt du trenger for smarte dokumentarbeidsflyter", + "index.getting_started": "Kom i gang", + "index.getting_started_1": "Konfigurer integrasjoner via Systemstatus", + "index.getting_started_2": "Last opp ditt første dokument", + "index.getting_started_3": "Gå gjennom resultater i Filer", + "index.getting_started_learn": "Lær mer om DocuElevate", + "index.hero_description": "DocuElevate tar opp dokumentene dine, kjører OCR, henter metadata med AI, og ruter filer til Dropbox, Google Drive, OneDrive, S3, Nextcloud, og mer — alt i én sømløs pipeline.", + "index.hero_heading": "Fra opplasting til innsikt — automatisk.", + "index.hero_login": "Logg Inn", + "index.hero_pricing": "Se planer og priser", + "index.hero_signup": "Kom i gang — det er gratis", + "index.integrations_active": "Aktive integrasjoner", + "index.integrations_storage": "Lagringsmål", + "index.integrations_title": "Integrasjoner", + "index.integrations_view_status": "Se systemstatus", "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", + "index.page_title_public": "Intelligent dokumentbehandling", + "index.platform_overview": "Plattformoversikt", + "index.processing_stats": "Behandlingsstatistikk", + "index.quick_actions": "Raske handlinger", + "index.quick_documents": "Mine dokumenter", + "index.quick_documents_desc": "Bla gjennom dine behandlede filer", + "index.quick_search": "Søk", + "index.quick_search_desc": "Fulle tekstsøk på tvers av dokumenter", + "index.quick_subscription": "Min abonnement", + "index.quick_subscription_desc": "Se plan- og bruksdetaljer", + "index.quick_system_status": "Systemstatus", + "index.quick_system_status_desc": "Sjekk integrasjonshelse", + "index.quick_upload": "Last opp dokument", + "index.quick_upload_desc": "Behandle en ny fil", + "index.quick_view_files": "Vis alle filer", + "index.quick_view_files_desc": "Bla gjennom behandlede dokumenter", "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", + "index.single_user_subtitle": "Intelligent dokumentbehandling og -administrasjon", + "index.stat_active_integrations": "Aktive integrasjoner", + "index.stat_active_users": "Aktive brukere", + "index.stat_files_month": "Filer denne måneden", + "index.stat_files_ocr": "Filer med OCR", + "index.stat_files_today": "Filer i dag", + "index.stat_storage_targets": "Lagringsmål", + "index.stat_this_month": "Denne måneden", + "index.stat_today": "I dag", + "index.stat_total_files": "Totalt antall filer", + "index.stat_total_processed": "Totalt behandlet", "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", + "index.tier_upgrade": "Oppgrader", + "index.tier_view_details": "Se fullstendige detaljer", + "index.upgrade_daily_limits": "Høyere daglige og månedlige grenser", + "index.upgrade_description": "Lås opp flere dokumenter, flere destinasjoner og prioritert støtte.", + "index.upgrade_destinations": "Flere lagringsdestinasjoner", + "index.upgrade_ocr_pages": "Flere OCR-sider", + "index.upgrade_plan": "Oppgrader planen din", + "index.upgrade_view_pricing": "Se planer og priser", + "index.usage_lifetime": "Livstidsfiler", + "index.usage_month": "Filer denne måneden", + "index.usage_my_usage": "Min bruk", + "index.usage_today": "Filer i dag", + "index.usage_unlimited": "Ubegrenset", + "integrations.access_key_label": "Access Key ID", + "integrations.active_label": "Aktiv", + "integrations.add_button": "Legg til integrasjon", + "integrations.add_first_button": "Legg til din første integrasjon", + "integrations.api_token_label": "API-token", + "integrations.authorize_btn": "Autoriser", + "integrations.authorize_reauth": "Re-autoriser", + "integrations.bucket_label": "Bucket", + "integrations.configure": "Konfigurer", + "integrations.connect": "Koble til", + "integrations.connected": "Tilkoblet", + "integrations.connection_failed": "Tilkobling feilet", + "integrations.connection_success": "Tilkobling vellykket", + "integrations.delete_confirm_are_you_sure": "Er du sikker på at du vil slette", + "integrations.delete_confirm_title": "Slett integrasjon?", + "integrations.delete_confirm_undone": "Denne handlingen kan ikke angres.", + "integrations.delete_emails_label": "Slett e-poster etter behandling", + "integrations.delete_files_label": "Slett filer etter behandling", + "integrations.destinations_quota_label": "Lagringsdestinasjoner:", + "integrations.destinations_section": "Destinasjoner", + "integrations.direction_destination": "Destinasjon (lagring)", + "integrations.direction_label": "Retning", + "integrations.direction_placeholder": "\u0002D Velg \u0002D", + "integrations.direction_source": "Kilde (innlasting)", + "integrations.disconnect": "Koble fra", + "integrations.email_settings": "E-post videresending innstillinger", + "integrations.empty_state": "Ingen integrasjoner konfigurert", + "integrations.endpoint_label": "Endepunkt-URL", + "integrations.endpoint_optional": "(valgfritt, for S3-kompatibel)", + "integrations.folder_label": "Mappe", + "integrations.folder_optional": "(valgfritt)", + "integrations.folder_path_label": "Mappelokasjon", + "integrations.folder_prefix_label": "Mappel prefiks", + "integrations.generic_settings_hint": "Konfigurasjon for denne integrasjons typen kan gis som JSON etter opprettelse via API.", + "integrations.gmail_hint": "Gmail-etiketter & stjerner: når aktivert, får behandlede e-poster en stjerne og merkes med en \"Ingested\" etikett i Gmail. Gjelder bare Gmail-servere.", + "integrations.gmail_labels": "Bruk Gmail-etiketter & stjerner", + "integrations.host_label": "Vert", + "integrations.imap_settings": "IMAP-innstillinger", + "integrations.loading": "Laster integrasjoner\u0002E", + "integrations.modal_close": "Lukk modal", + "integrations.modal_title_add": "Legg til integrasjon", + "integrations.modal_title_edit": "Rediger integrasjon", + "integrations.name_label": "Etikett", + "integrations.name_placeholder": "f.eks. Arbeid Gmail, S3 Arkiv", + "integrations.nextcloud_settings": "Nextcloud Innstillinger", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Legg til din første integrasjon for å koble til inntaks kilder (som IMAP) og lagringsdestinasjoner (som S3, Dropbox eller Google Drive).", + "integrations.not_connected": "Ikke tilkoblet", + "integrations.oauth_folder_label": "Mappe", + "integrations.oauth_hint": "Lagre denne integrasjonen først, og bruk deretter Godkjenn-knappen for å fullføre OAuth-flyten. Dine legitimasjonsopplysninger vil bli lagret sikkert i din personlige integrasjonsregistrering.", + "integrations.page_title": "Integrasjoner", + "integrations.paperless_settings": "Paperless NGX Innstillinger", + "integrations.password_label": "Passord", + "integrations.paused": "Pause", + "integrations.plan_label": "Plan:", "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "integrations.quota_not_available": "(ikke tilgjengelig)", + "integrations.quota_unlimited": "/ ubegrenset", + "integrations.recipient_label": "Mottaker E-post", + "integrations.region_label": "Region", + "integrations.remote_path_label": "Fjernbane", + "integrations.s3_prefix_label": "Prefiks (mappesti)", + "integrations.s3_settings": "S3 Innstillinger", + "integrations.secret_key_label": "Hemmelig tilgangsnøkkel", + "integrations.show_password": "Vis passord", + "integrations.show_secrets": "Vis hemmeligheter", + "integrations.show_token": "Vis token", + "integrations.source_local": "Lokal Filssystem", + "integrations.source_type_label": "Kildetype", + "integrations.sources_quota_label": "Postkasse Kilder:", + "integrations.sources_section": "Kilder", + "integrations.subtitle": "Administrer inntaks kilder og lagringsdestinasjoner på ett sted.", + "integrations.title": "Integrasjoner", + "integrations.type_label": "Integrasjonstype", + "integrations.type_placeholder": "\u0002D Velg retning først \u0002D", + "integrations.upgrade_plan": "Oppgrader Plan", + "integrations.use_ssl": "Bruk SSL", + "integrations.username_label": "Brukernavn", + "integrations.watch_folder_settings": "Overvåk Mappe Innstillinger", + "integrations.webdav_settings": "WebDAV Innstillinger", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Inntak", + "integrations.webhook_how_heading": "Hvordan Webhook Inntak Fungerer", + "integrations.webhook_how_text": "En webhook-integrasjon tillater eksterne systemer å sende dokumenter direkte til DocuElevate via REST API. I stedet for at DocuElevate skal sjekke for nye filer (som IMAP), sender applikasjonen din filer til DocuElevate ved hjelp av en HTTP-forespørsel med en API-token for autentisering.", + "integrations.webhook_ideal_text": "Dette er ideelt for CI/CD-pipeline, automatiseringsskripter, skannerintegrasjoner, eller ethvert system som genererer dokumenter og trenger å sende dem for behandling.", + "integrations.webhook_quick_start": "Hurtigstart", + "integrations.webhook_security_tip": "Opprett en dedikert API-token for hver integrasjon og tilbakekall den umiddelbart hvis den blir kompromittert. Token kan administreres på siden for API-token.", + "integrations.webhook_step1": "Gå til {api_tokens_link} og opprett en personlig token.", + "integrations.webhook_upload_with_token": "Bruk tokenet for å laste opp dokumenter via API:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", + "language.change_success": "Språket ble endret til {language}", "language.changed": "Språket ble endret til {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", "language.el": "Ελληνικά", - "language.en": "English", + "language.en": "Engelsk", "language.es": "Español", "language.et": "Eesti", "language.fi": "Suomi", "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", + "language.hu": "Ungarsk", "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", + "language.it": "Italiensk", + "language.lb": "Luxembourgsk", + "language.lt": "Litauisk", + "language.lv": "Latvisk", "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Norsk", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", + "language.nl": "Nederlandsk", + "language.no_results": "Ingen språk funnet", + "language.pl": "Polsk", + "language.pt": "Portugisisk", + "language.ro": "Rumensk", + "language.ru": "Russisk", + "language.search_placeholder": "Søk etter språk\u0000", + "language.selector": "Språk", + "language.selector_label": "Velg språk", + "language.sk": "Slovakisk", + "language.sl": "Slovensk", + "language.sv": "Svensk", + "language.tr": "Tyrkisk", + "language.uk": "Ukrainsk", + "language.zh": "Kinesisk", + "nav.about": "Om", + "nav.account_menu": "Konto meny", + "nav.account_menu_for": "Konto meny for {name}", "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", + "nav.admin.audit_logs": "Revisjonslogger", + "nav.admin.backups": "Sikkerhetskopier", + "nav.admin.plans": "Planer", + "nav.admin.scheduled_jobs": "Planlagte jobber", + "nav.admin.users": "Brukere", + "nav.admin_actions": "Admin-handlinger", + "nav.admin_menu": "Admin-meny", + "nav.api_docs": "API-dokumenter", + "nav.api_tokens": "API-nøkler", + "nav.backup_restore": "Sikkerhetskopiering og gjenoppretting", + "nav.credentials": "Legitimasjon", + "nav.dark_mode": "Mørk modus", + "nav.dashboard": "Dashbord", + "nav.developer_docs": "Utviklerdokumenter", + "nav.duplicates": "Duplikater", + "nav.file_manager": "Filbehandler", + "nav.files": "Filer", + "nav.get_started": "Kom i gang", + "nav.help": "Hjelp", + "nav.help_center": "Hjelpesenter", + "nav.imap": "E-postimport", + "nav.integrations": "Integrasjoner", + "nav.light_mode": "Lys modus", + "nav.login": "Logg inn", + "nav.logout": "Logg ut", + "nav.main_navigation": "Hovednavigasjon", + "nav.my_subscription": "Abonnementet mitt", + "nav.notifications": "Varsler", + "nav.open_main_menu": "Åpne hovedmeny", "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", + "nav.plan_designer": "Planlegger", + "nav.pricing": "Priser", + "nav.profile": "Profil", + "nav.profile_settings": "Profilinnstillinger", + "nav.queue": "Kø", + "nav.queue_monitor": "Kømonitor", + "nav.scheduled_jobs": "Planlagte oppgaver", + "nav.search": "Søk", + "nav.settings": "Innstillinger", + "nav.shared_links": "Delte lenker", + "nav.sign_out": "Logg ut", + "nav.signup": "Registrer deg", + "nav.similarity": "Likhet", + "nav.skip_to_content": "Hopp til hovedinnhold", "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", + "nav.subscription": "Abonnement", + "nav.toggle_dark_mode": "Bytt til mørk modus", + "nav.toggle_nav": "Bytt navigasjonsmeny", + "nav.upload": "Last opp", + "nav.users": "Brukere", + "nav.version": "Versjonsinformasjon", + "notifications.filter_all": "Alle", + "notifications.filter_read": "Bare leste", + "notifications.filter_unread": "Bare uleste", + "notifications.manage_desc": "Administrer din varselinnboks, mål og hendelsespreferanser", + "notifications.mark_all_read": "Merk alle som lest", + "notifications.mark_all_read_btn": "Merk alle lest", + "notifications.mark_read": "Merk som lest", + "notifications.no_notifications": "Ingen varsler", + "notifications.page_title": "Varsler", + "notifications.tab_inbox": "Inn-boks", + "notifications.tab_settings": "Innstillinger", + "notifications.title": "Varsler", + "notifications.unread_count": "{count} uleste varsler", + "pipelines.active_label": "Aktiv", + "pipelines.add_step_btn": "Legg til trinn", + "pipelines.create": "Opprett pipeline", + "pipelines.custom_label_label": "Egendefinert etikett", + "pipelines.default_label": "Standard", + "pipelines.description_label": "Beskrivelse", + "pipelines.description_placeholder": "Valgfri beskrivelse", + "pipelines.disabled_label": "Deaktivert", + "pipelines.edit": "Rediger pipeline", + "pipelines.empty_state": "Ingen pipelines ennå", + "pipelines.empty_state_hint": "Opprett din første pipeline for å definere egendefinerte dokumentbehandlingsarbeidsflyter.", + "pipelines.enabled_label": "Aktivert", + "pipelines.force_cloud_ocr_label": "Tving sky-OCR (hopp over lokal tekstutvinning)", + "pipelines.inactive_label": "Inaktiv", + "pipelines.loading": "Laster inn pipelines\n", + "pipelines.name_placeholder": "Min pipeline", + "pipelines.new_pipeline_btn": "Ny pipeline", + "pipelines.no_steps": "Ingen trinn definert. Legg til et trinn for å begynne å bygge din pipeline.", + "pipelines.ocr_auto": "Auto (bruk systemstandard)", + "pipelines.ocr_language_hint": "Overstyrer den globale språkinstillingen for Tesseract/EasyOCR. Azure og Mistral oppdager språket automatisk.", + "pipelines.ocr_language_label": "OCR-språk", + "pipelines.optional_suffix": "(valgfritt)", + "pipelines.page_title": "Behandlingspipelines", + "pipelines.set_default": "Sett som min standard pipeline", + "pipelines.step_label_placeholder": "Overstyr standard trinnnavn", + "pipelines.step_type_label": "Trinn type", + "pipelines.subtitle_intro": "Definer og administrer egendefinerte dokumentbehandlingsarbeidsflyter.", + "pipelines.subtitle_system_post": "badge og er synlige for alle brukere.", + "pipelines.subtitle_system_pre": "Systempipelines (opprettet av administratorer) vises med en", "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", + "pipelines.system_pipeline_label": "Systempipeline (synlig for alle brukere)", + "pipelines.title": "Behandlingspipelines", + "profile.avatar_alt": "Profilbildet ditt", + "profile.avatar_heading": "Profilbilde", + "profile.avatar_remove": "Fjern tilpasset avatar", + "profile.avatar_upload_hint": "Last opp et JPEG, PNG, GIF, eller WebP-bilde på opptil 2 MB. Hvis ingen tilpasset bilde er satt, vises din {gravatar}.", + "profile.choose_image": "Velg bilde\u0000a0…", + "profile.confirm_password": "Bekreft nytt passord", + "profile.contact_email_hint": "Brukes for systemvarsler. Dette endrer ikke din innloggings-e-post.", + "profile.contact_email_label": "Kontakt / Varslings-e-post", + "profile.contact_email_placeholder": "du@eksempel.com", + "profile.current_password": "Nåværende passord", + "profile.dismiss": "Avvis", + "profile.display_name_hint": "La stå tomt for å bruke brukernavnet eller e-posten din.", + "profile.display_name_label": "Visningsnavn", + "profile.display_name_placeholder": "Ditt navn som vist i brukergrensesnittet", + "profile.general_heading": "Generell informasjon", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profilinnstillinger", + "profile.language_auto_detect": "Automatisk oppdagelse (fra nettleser)", + "profile.language_hint": "Velg ditt foretrukne grensesnitt språk. “Automatisk oppdagelse” følger innstillingene i nettleseren din.", + "profile.language_label": "Brukergrensesnittspråk", + "profile.new_password": "Nytt passord", + "profile.new_password_hint": "Minimum 8 tegn.", + "profile.page_title": "Profilinnstillinger – DocuElevate", + "profile.password_heading": "Endre passord", + "profile.preferences_heading": "Preferanser", + "profile.save_button": "Lagre endringer", + "profile.saving": "Lagrer\u0000a0…", + "profile.subtitle": "Administrer visningsnavnet ditt, avatar, språk og temainnstillinger.", + "profile.theme_dark": "Mørk", + "profile.theme_hint": "“Systemstandard” følger innstillingen for mørk modus på enheten din.", + "profile.theme_label": "Fargevalg", + "profile.theme_light": "Lys", + "profile.theme_system": "Systemstandard", + "profile.update_password": "Oppdater passord", + "profile.updating": "Oppdaterer\u00135", + "queue.active_tasks": "Aktive oppgaver", + "queue.auto_refresh_1": "Autooppdateres hver", + "queue.auto_refresh_2": "sekund", + "queue.col_arguments": "Argumenter", + "queue.col_current_step": "Nåværende trinn", + "queue.col_file": "Fil", + "queue.col_files": "Filer", + "queue.col_queue": "Kø", + "queue.col_state": "Tilstand", + "queue.col_task": "Oppgave", + "queue.col_task_id": "Oppgave-ID", + "queue.files_processing": "Behandler filer", + "queue.heading": "Kømonitor", + "queue.last_updated": "Sist oppdatert:", + "queue.loading_stats": "Laster køstatistikker\u0000...", + "queue.no_active_tasks": "Ingen aktive oppgaver", + "queue.no_data": "Ingen data", + "queue.no_files_processing": "Ingen filer som behandles for øyeblikket", + "queue.page_title": "Kømonitor", + "queue.processing_pipeline": "Behandlingspipeline", + "queue.queued_tasks": "Køede oppgaver", + "queue.recently_processing": "Nylig behandlede filer", + "queue.redis_queues": "Redis-køer", + "queue.subtitle": "Sanntidsvisning av dokumentbehandlingspipeline og Celery oppgavekøer.", + "queue.workers_online": "Arbeidere på nett", + "search.button": "Søk", + "search.error_message": "Søk er midlertidig utilgjengelig. Vennligst prøv igjen om et øyeblikk.", + "search.filter_aria_clear": "Fjern alle filtre", + "search.filter_clear_button": "Fjern filtre", + "search.filter_date_from": "Dato fra", + "search.filter_date_to": "Dato til", + "search.filter_document_type": "Dokumenttype", + "search.filter_document_type_placeholder": "f.eks. Faktura", + "search.filter_language": "Språk", + "search.filter_language_placeholder": "f.eks. de", + "search.filter_sender": "Avsender", + "search.filter_sender_placeholder": "f.eks. ACME Corp", "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "search.filter_tags_placeholder": "f.eks. amazon", + "search.filter_text_quality": "Tekstkvalitet", + "search.filter_text_quality_all": "Alle", + "search.filter_text_quality_high": "Høy", + "search.filter_text_quality_low": "Lav", + "search.filter_text_quality_medium": "Moderat", + "search.filter_text_quality_no_text": "Ingen tekst", + "search.heading": "Dokumentsøk", + "search.input_aria_label": "Søk dokumenter", + "search.input_placeholder": "Søk dokumenter etter innhold, avsender, tags, type...", + "search.loading_indicator": "Søker\u001e", + "search.no_results": "Ingen resultater funnet", + "search.page_title": "Søk Dokumenter", + "search.placeholder": "Søk etter filnavn, innhold, tags...", + "search.result_empty": "Ingen dokumenter funnet som matcher forespørselen din.", + "search.results_count": "{count} resultater funnet", + "search.saved_aria_save": "Lagre nåværende søk", + "search.saved_button": "Lagre Nåværende", + "search.saved_empty": "Ingen lagrede søk ennå", + "search.saved_error": "Kunne ikke laste lagrede søk", + "search.saved_label": "Lagrede Søk", + "search.saved_loading": "Laster...", + "search.title": "Søk Dokumenter", + "settings.audit_log_btn": "Revisjonslogg", + "settings.autocomplete_hint": "Skriv for å søke etter kjente verdier, eller skriv inn en hvilken som helst egendefinert verdi.", + "settings.autocomplete_no_matches": "Ingen treff \u0001— du kan fortsatt skrive en egendefinert verdi", + "settings.autocomplete_placeholder": "Skriv for å søke eller skriv inn en verdi\u001e", + "settings.boolean_enable_prefix": "Aktiver", + "settings.categories_aria": "Innstillingskategorier", + "settings.categories_heading": "Kategorier", + "settings.db_wizard_btn": "DB Veiviser", + "settings.effective_value_label": "Effektiv verdi:", + "settings.encrypted_suffix": "= kryptert i ro", + "settings.encrypted_title": "Verdien er kryptert i ro i databasen", + "settings.export_btn": "Eksporter", + "settings.export_db_only": "DB-innstillinger bare", + "settings.export_full_config": "Full effektiv konfigurasjon", + "settings.jump_to_category": "Hopp til kategori\u001e", + "settings.manage_config_prefix": "Administrer konfigurasjon. Prioritet:", + "settings.model_picker_hint": "Velg fra listen eller skriv inn et modellnavn som støttes av leverandøren din.", + "settings.model_picker_placeholder": "Velg en vanlig modell eller skriv et egendefinert navn\u001e", + "settings.no_results_clear": "fjerne søket", + "settings.no_results_heading": "Ingen innstillinger funnet", + "settings.no_results_hint": "Prøv et annet søkebegrep eller", + "settings.page_heading": "Applikasjonsinnstillinger", + "settings.required_label": "(påkrevd)", + "settings.reset_confirm": "Er du sikker på at du vil tilbakestille denne innstillingen?", + "settings.restart_required_suffix": "= omstart påkrevd", + "settings.revert_btn": "Fjern fra DB", + "settings.revert_title": "Fjern DB-overstyring og gå tilbake til miljøvariabel eller standard", + "settings.reverting": "Tilbakerestaurering\u0013", + "settings.save_all_btn": "Lagre alle endringer", + "settings.save_error": "Kunne ikke lagre innstilling", + "settings.save_setting_title": "Lagre denne innstillingen", + "settings.save_success": "Innstilling lagret vellykket", + "settings.saving_state": "Lagrer\u0013", + "settings.search_aria_label": "Søk i innstillinger", + "settings.search_clear_aria": "Tøm søk", + "settings.search_placeholder": "Søk innstillinger etter navn, nøkkel eller beskrivelse\u0013", + "settings.settings_count_suffix": "innstillinger", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", + "settings.source_default_badge": "STANDARD", + "settings.source_env_badge": "MILJØ", + "settings.title": "Innstillinger", + "settings.toggle_visibility_aria": "Veksle passordsynlighet", + "settings.toggle_visibility_title": "Vis/skjul verdi", + "settings.user_autocomplete_empty": "Ingen matchende brukere funnet", + "settings.user_autocomplete_hint": "Skriv for å søke etter eksisterende brukere på navn, eller skriv inn en hvilken som helst identifikator manuelt.", + "settings.user_autocomplete_placeholder": "Begynn å skrive for å søke etter brukere\u0013", + "settings.wizard_btn": "Veiviser", + "shared.col_expiry": "Utløp", + "shared.col_file_label": "Fil / Etikett", + "shared.col_link": "Lenke", + "shared.col_views": "Visninger", + "shared.copy_link_aria": "Kopier lenke til utklippstavle", + "shared.copy_link_title": "Kopier lenke", + "shared.create_btn": "Opprett lenke", + "shared.create_heading": "Opprett ny delt lenke", + "shared.creating": "Oppretter\u0013", + "shared.expiry_12h": "12 timer", + "shared.expiry_14d": "14 dager", + "shared.expiry_1h": "1 time", + "shared.expiry_24h": "24 timer (1 dag)", + "shared.expiry_30d": "30 dager", + "shared.expiry_3d": "3 dager", + "shared.expiry_6h": "6 timer", + "shared.expiry_7d": "7 dager", + "shared.expiry_label": "Utløp", + "shared.expiry_never": "Aldri", + "shared.file_id_help_post": "side eller i dokumentdetalje-URL-en.", + "shared.file_id_help_pre": "Finn fil-ID-en på", + "shared.file_id_label": "Fil-ID", + "shared.file_id_placeholder": "f.eks. 42", + "shared.files_link": "Filer", + "shared.heading": "Delte lenker", + "shared.label_label": "Merke", + "shared.label_placeholder": "f.eks. Delt med Bob", + "shared.link_created": "Delt lenke opprettet!", + "shared.link_created_help": "Kopier og send denne lenken til mottakeren.", + "shared.links_count_aria": "antall lenker", + "shared.max_downloads_label": "Maks nedlastinger", + "shared.no_links": "Ingen delte lenker ennå. Opprett en ovenfor for å komme i gang.", + "shared.open_in_new_tab": "Åpne i ny fane", + "shared.open_link_aria": "Åpne delt lenke", + "shared.optional": "(valgfritt)", + "shared.page_title": "Delte lenker – DocuElevate", + "shared.password_label": "Passord", + "shared.password_placeholder": "La stå tomt for ingen passord", + "shared.password_protected": "Passordbeskyttet", + "shared.refresh_aria": "Oppdater listen over delte lenker", + "shared.revoke_aria_prefix": "Tilbaketrekke delt lenke for", + "shared.revoke_btn": "Tilbaketrekke", + "shared.status_active": "Aktiv", + "shared.status_expired": "Utgått", + "shared.status_limit_reached": "Grensen nådd", + "shared.status_revoked": "Tilbaketrukket", + "shared.subtitle": "Del dokumenter med hvem som helst via en tidsbegrenset eller visningsbegrenset lenke. Mottakere trenger ikke en DocuElevate-konto. Lenker kan være passordbeskyttet og kan tilbaketrekes når som helst.", + "shared.table_aria": "Delte lenker", + "shared.unlimited_placeholder": "Ubegrenset", + "shared.your_links": "Dine delte lenker", + "similarity.backfill_auto": "Bakgrunnsoppgaven vil beregne dem automatisk hvert 5. minutt, eller du kan", + "similarity.files_missing_text": "fil(er) har OCR-tekst men ingen innsetting enda.", + "similarity.find_pairs_btn": "Finn par", + "similarity.heading": "Dokumentsimilaritet", + "similarity.load_error": "Kunne ikke laste par.", + "similarity.min_similarity_label": "Min. likhet", + "similarity.no_pairs_detail": "Ingen dokumentpar overskrider likhetsterskelen.", + "similarity.no_pairs_heading": "Ingen lignende par funnet", + "similarity.page_title": "Dokumentlikhet - DocuElevate", + "similarity.pagination_aria": "Paginerte likhetspar", + "similarity.per_page_label": "Per side", + "similarity.scanning": "Scanner etter lignende dokumentpar\u0002e...", + "similarity.stat_embedding_model": "Inbakt modell", + "similarity.stat_missing_embedding": "Manglende inbakt", + "similarity.stat_total_files": "Totale filer", + "similarity.stat_with_embedding": "Med inbakt", + "similarity.subtitle": "Par av dokumenter med høy semantisk likhet, rangert etter poeng.", + "similarity.trigger_aria": "Aktiver innbakte beregninger for alle filer uten innbakt", + "similarity.trigger_now": "aktiver det nå", + "status.app_version": "App Versjon", + "status.build_date": "Byggdato", "status.container_id": "Container ID", "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", - "upload.url_placeholder": "https://example.com/document.pdf" + "status.last_check": "Siste sjekk", + "status.page_title": "Systemstatus", + "status.setting_label": "Innstilling", + "status.value_label": "Verdi", + "subscription.available_plans_heading": "Tilgjengelige planer", + "subscription.back_to_dashboard": "Tilbake til instrumentbordet", + "subscription.cancel_pending": "Avbryt endring", + "subscription.cancel_scheduled": "Avbryt planlagt endring", + "subscription.contact_sales": "Kontakt salg", + "subscription.current_badge": "Aktuell", + "subscription.current_plan": "Nåværende plan", + "subscription.current_plan_cta": "Din nåværende plan", + "subscription.downgrade_to_prefix": "Nedgradering til", + "subscription.features_heading": "Hva som er inkludert i planen din", + "subscription.free": "Gratis", + "subscription.heading": "Min abonnement", + "subscription.keep_plan_prefix": "Behold", + "subscription.lifetime_files": "Totalt filer (livstid)", + "subscription.month_files": "Filer denne måneden", + "subscription.more_features_label": "mer", + "subscription.page_title": "Mitt abonnement \u00135 DocuElevate", + "subscription.pending_badge": "Ventende", + "subscription.pending_benefits": "Du beholder alle nåværende planfordeler inntil da.", + "subscription.pending_on": "den", + "subscription.pending_title": "Ventende planendring planlagt", + "subscription.pending_will_change": "Planen din vil endre seg til", + "subscription.per_mo": "/md", + "subscription.per_month": "/måned", + "subscription.since": "Siden", + "subscription.single_user_body": "Abonnementsnivåer gjelder når flerbruksmodus er aktivert. Din instans kjører for øyeblikket i enbrukermodus uten prosesseringsbegrensninger. En administrator kan aktivere flerbruksmodus via {settings_link}.", + "subscription.single_user_title": "Flerbruksmodus er ikke aktivert.", + "subscription.subtitle": "Din nåværende plan, bruk og tilgjengelige oppgraderinger.", + "subscription.this_month_label": "denne måneden", + "subscription.today_files": "Filer i dag", + "subscription.today_label": "i dag", + "subscription.unlimited": "Ubegrenset", + "subscription.upgrade_info": "Oppgraderinger trer i kraft umiddelbart. Nedgradering er planlagt til slutten av din nåværende faktureringsperiode.", + "subscription.upgrade_to_prefix": "Oppgrader til", + "subscription.usage_heading": "Bruk", + "upload.browse_button": "Bla gjennom filer", + "upload.button_processing": "Behandler...", + "upload.camera_button": "Ta bilde / Skann dokument", + "upload.download_button": "Last ned og behandling", + "upload.downloading": "Laster ned fil fra URL...", + "upload.drag_drop": "Dra og slipp filer her eller klikk for å bla gjennom", + "upload.drop_hint_desktop": "Dra og slipp filer eller mapper her, eller klikk for å velge filer.", + "upload.drop_hint_mobile": "Trykk for å velge filer eller bruk kameraknappen nedenfor.", + "upload.drop_zone_aria": "Filopplastingsområde. Dra og slipp filer her, eller trykk Enter for å bla gjennom filer.", + "upload.error": "Opplasting mislyktes", + "upload.error_invalid_url": "Ugyldig URL-format", + "upload.error_url_required": "Vennligst skriv inn en URL", + "upload.file_size_hint": "Maksimal størrelse: 500 MB per fil", + "upload.file_types": "Tillatte typer: PDF, kontordokumenter (Word, Excel, PowerPoint, osv.), Biler", + "upload.filename_description": "La stå tomt for å bruke filnavn fra URL", + "upload.filename_label": "Filnavn (valgfritt)", + "upload.filename_placeholder": "mitt-dokument.pdf", + "upload.max_size": "Maksimal filstørrelse: {size}", + "upload.page_title": "Last opp filer", + "upload.section_device": "Last opp fra enheten", + "upload.section_url": "Last opp fra URL", + "upload.select_file": "Velg fil", + "upload.success": "Filen ble lastet opp med suksess", + "upload.title": "Last opp dokument", + "upload.uploading": "Laster opp...", + "upload.url_description": "Skriv inn en direkte lenke til en fil (PDF, Office-dokumenter eller bilder)", + "upload.url_label": "Fil-URL", + "upload.url_placeholder": "https://example.com/dokument.pdf" } diff --git a/frontend/translations/nds.json b/frontend/translations/nds.json index d36160ed..07b8229f 100644 --- a/frontend/translations/nds.json +++ b/frontend/translations/nds.json @@ -1,593 +1,700 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Treff den Schöpfer", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", + "about.creator_pre": "DocuElevate wird leidenschaftlich entwickelt von", + "about.features_admin_api": "Mächtige REST API für programmatischen Zugriff", + "about.features_admin_config": "Hochgradig konfigurierbar über Umgebungsvariablen", + "about.features_admin_docker": "Docker-bereit für einfache Bereitstellung und Skalierung", + "about.features_admin_heading": "Verwaltung", + "about.features_admin_oauth2": "OAuth2-Authentifizierungsunterstützung mit Authentik", + "about.features_automation_background": "Hintergrundverarbeitung mit Redis und Celery", + "about.features_automation_gmail": "Gmail und generische E-Mail-Kontenintegration", + "about.features_automation_heading": "Automatisierung", + "about.features_automation_imap": "IMAP-Posteingangsabfrage von mehreren Quellen", + "about.features_automation_ingestion": "Automatisierte Dokumentenaufnahme aus verschiedenen Eingaben", + "about.features_heading": "Wichtige Funktionen", + "about.features_integration_cloud": "Cloud-Speicher: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integration & Speicherung", + "about.features_integration_multi_dest": "Unterstützung für mehrere Ziele (Dokumente an mehreren Orten speichern)", + "about.features_integration_protocols": "Übertragungsprotokolle: FTP, SFTP, E-Mail-Weiterleitung", + "about.features_integration_selfhosted": "Self-Hosted-Optionen: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Intelligente Dokumentenklassifizierung und Datumsextraktion", + "about.features_processing_heading": "Dokumentenverarbeitung", + "about.features_processing_metadata": "Automatisierte Metadatenextraktion mit einem pluggable KI-Anbieter", + "about.features_processing_ocr": "OCR unterstützt durch Azure Document Intelligence", + "about.features_processing_pdf": "PDF-Konvertierung für verschiedene Dateiformate über Gotenberg", + "about.features_processing_upload": "Einfache und sichere Datei-Uploads mit Drag & Drop-Unterstützung", + "about.github_logo_alt": "GitHub-Logo", + "about.heading": "Über DocuElevate", + "about.intro_post": " – deine moderne, intelligente Lösung für die Dokumentenverarbeitung! Wir haben DocuElevate entwickelt, um die Art und Weise, wie du deine Dokumente handhabst – vom Upload bis zur Extraktion, von der Verarbeitung bis zur Speicherung – vollständig zu transformieren.", + "about.intro_pre": "Willkommen bei ", + "about.involved_description": "Möchtest du in den Code eintauchen, Ideen beitragen oder mehr über DocuElevate erfahren?", + "about.involved_docs": "Lies die Dokumentation", + "about.involved_github": "Sieh dir DocuElevate auf GitHub an", + "about.involved_heading": "Engagier dich", + "about.involved_website": "Besuche die DocuElevate-Website", + "about.legal_description": "Uns liegt deine Privatsphäre und Datensicherheit am Herzen. Bitte prüfe unsere:", + "about.legal_heading": "Datenschutz & Rechtliches", + "about.legal_license": "Lizenzinformationen", + "about.legal_privacy": "Datenschutzerklärung", + "about.page_title": "Über DocuElevate", + "about.story_heading": "Unsere Geschichte", + "about.story_p1": "DocuElevate is mit eenem Ziel in'n Kopenh: Dokumentenmanagement för all, egal ob du een kleenet Startup oder een grote Unternehmung büst.", + "about.story_p2": "Wi nutten de Kraft vun pluggbaren AI-Anbietern (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey un mehr) för Metadatenextraktion un Textverfeinerung, integrieren nahtlos mit Dropbox, Nextcloud un Paperless NGX för Speicher un Indizierung, nutten Azure Document Intelligence för OCR, un nutzen öeven Gotenberg für Datei-zu-PDF-Konvertierungen.", + "api_tokens.col_created": "Erstellt", + "api_tokens.col_last_ip": "Letzte IP", + "api_tokens.col_last_used": "Zuletzt verwendet", "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", + "api_tokens.col_prefix": "Token-Präfix", + "api_tokens.copy_to_clipboard": "Token in die Zwischenablage kopieren", + "api_tokens.copy_upload_example": "Beispiel für das Hochladen in die Zwischenablage kopieren", + "api_tokens.copy_warning_1": "Kopieer dis Token nu — dat wüllt", + "api_tokens.copy_warning_2": "nich wedder angezeigt warrn", + "api_tokens.create_heading": "Neues Token erstellen", + "api_tokens.create_token": "Token erstellen", + "api_tokens.creating": "Erstelle\u0002026;", "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", + "api_tokens.intro": "Erstelle persönliche API Tokens, um programmatisch mit de DocuElevate API zu interagieren. Bruk Tokens för Webhook-Hochladungen, CI/CD-Pipelines oder jede Skript, dat Dokumente hochladen oder abrufen muss.", + "api_tokens.loading_tokens": "Lädt Tokens\u0002026;", + "api_tokens.never": "Nie", + "api_tokens.no_tokens_heading": "Noch keine API Tokens", + "api_tokens.no_tokens_help": "Erstelle dein ersten Token oben, um anzufangen.", "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", + "api_tokens.revoke": "Widerrufen", + "api_tokens.revoke_prefix": "Token widerrufen", + "api_tokens.status_active": "Aktiv", + "api_tokens.status_revoked": "Widerrufen", "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "api_tokens.token_created": "Token erfolgreich erstellt!", + "api_tokens.token_name_label": "Token-Name", + "api_tokens.token_name_placeholder": "z. B. CI Pipeline, Webhook Upload, Mein Skript", + "api_tokens.usage_heading": "Nutzungsbeispiel", + "api_tokens.usage_intro_post": "Header mit jeder API-Anfrage:", + "api_tokens.usage_intro_pre": "Bruk dien API Token in de", + "api_tokens.your_tokens": "Dei Tokens", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", + "audit.col_resource": "Ressource", + "audit.col_timestamp": "Zeitstempel", + "audit.critical": "Kritisch", + "audit.filter_action": "Aktion", + "audit.filter_all_actions": "All Aktionen", + "audit.filter_all_users": "All Nutzer", + "audit.filter_resource_placeholder": "z.B. Dokument, Nutzer", + "audit.filter_resource_type": "Ressourcentyp", + "audit.filter_severity": "Schwere", + "audit.filter_user": "Nutzer", + "audit.filters_section_label": "Audit-Protokollfilter", + "audit.next": "Nächste", + "audit.next_label": "Nächste Seite", + "audit.no_events": "Noch keine Audit-Ereignisse aufgezeichnet.", + "audit.no_events_hint": "Bedeutende Aktionen (Anmeldungen, Dokumentoperationen, Einstellungsänderungen) werden hier erscheinen.", + "audit.page_title": "Audit-Protokolle - DocuElevate", + "audit.pagination_label": "Audit-Protokoll Seitenumbruch", + "audit.prev": "Vorherige", + "audit.prev_label": "Vorherige Seite", + "audit.refresh_label": "Audit-Protokolle aktualisieren", + "audit.siem_disabled_title": "SIEM-Weiterleitung ist deaktiviert", + "audit.siem_enabled_title": "Ereignisse werden weitergeleitet an ", + "audit.siem_off": "SIEM: Aus", + "audit.subtitle": "Umfassendes, nur anhängendes Protokoll aller bedeutenden Aktionen.", + "audit.table_label": "Audit-Protokollereignisse", + "audit.title": "Audit-Protokolle", + "auth.confirm_password": "Passwort bestätigen", + "auth.create_account": "Konto erstellen", + "auth.display_name_label": "Anzeigename", "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", + "auth.forgot_password": "Passwort vergessen?", + "auth.forgot_username": "Benutzernamen vergessen?", + "auth.login": "Einloggen", + "auth.login_title": "Einloggen", "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "auth.logout": "Ausloggen", + "auth.my_account": "Mein Konto", + "auth.no_account": "Haben Sie kein Konto?", + "auth.or_continue_with": "Oder fortfahren mit", + "auth.password_label": "Passwort", + "auth.profile": "Profil", + "auth.remember_me": "Merken Sie mich", + "auth.return_home": "Zurück zur Startseite", + "auth.sign_in": "Anmelden", + "auth.sign_in_sso": "Mit SSO anmelden", + "auth.sign_in_with": "Anmelden mit", + "auth.sign_in_with_username": "Anmelden mit Benutzernamen", + "auth.signup": "Registrieren", + "auth.signup_title": "Registrieren", + "auth.username_label": "Benutzername", + "auth.username_or_email": "Benutzername oder E-Mail", + "auth.verify_email_back_sign_in": "Zurück zur Anmeldung", + "auth.verify_email_expiry": "Der Link läuft in 24 Stunden ab. Wenn Sie die E-Mail nicht sehen, überprüfen Sie Ihren Spam-Ordner.", + "auth.verify_email_heading": "Überprüfen Sie Ihren Posteingang", + "auth.verify_email_message": "Wir haben Ihnen eine Bestätigungs-E-Mail gesendet. Bitte klicken Sie auf den Link in der E-Mail, um Ihr Konto zu aktivieren.", + "auth.verify_email_page_title": "DocuElevate - Überprüfen Sie Ihre E-Mail", + "auth.verify_email_resend_aria_label": "E-Mail-Adresse zum erneuten Senden", + "auth.verify_email_resend_button": "Bestätigungs-E-Mail erneut senden", + "auth.verify_email_resend_label": "E-Mail-Adresse", + "auth.verify_email_resend_placeholder": "Geben Sie Ihre E-Mail-Adresse ein", + "auth.verify_email_resend_prompt": "Nicht erhalten?", + "backup.archives_heading": "Backup-Archive", + "backup.backup_now": "Jetzt sichern", + "backup.clean_up": "Aufräumen", + "backup.cleanup_title": "Retention Cleanup jetzt durchführen", + "backup.col_created": "Erstellt", + "backup.col_filename": "Dateiname", + "backup.col_size": "Größe", + "backup.col_storage": "Speicher", + "backup.col_type": "Typ", + "backup.config_auto_backup": "Automatische Sicherung", + "backup.config_remote_dest": "Entfernte Destination", + "backup.config_retention": "Aufbewahrung", + "backup.config_total_size": "Gesamtgröße lokal", + "backup.confirm_btn": "Bestätigen", + "backup.confirm_title": "Aktion bestätigen", + "backup.heading": "Backup-Management", + "backup.local_only": "Nur lokal", + "backup.no_backups": "Noch keine Backups.", + "backup.no_backups_hint": "Klicken Sie auf Jetzt sichern, um Ihr erstes Backup zu erstellen.", + "backup.page_title": "Backup-Management", + "backup.records_label": "Datensätze", + "backup.restore_btn": "Wiederherstellen", + "backup.restore_desc_mid": "Backup-Archiv zur Wiederherstellung der Datenbank.", + "backup.restore_desc_pre": "Laden Sie ein", + "backup.restore_desc_warning": "Dit wüör all aktuel Daten überschreiben.", + "backup.restore_file_label": "Backup-Archiv (.db.gz)", + "backup.restore_heading": "Wiederherstellen von Datei", + "backup.restoring": "Wiederherstelln\u0002\u0001...", + "backup.retention_daily_detail": "\u0003 - för 3 Wochen behollen", + "backup.retention_heading": "Aufbewahrungsrichtlinie", + "backup.retention_hourly_detail": "\u0003 - för 4 Dag behollen", + "backup.retention_note": "Backups utöver disse Grenzen worrn automatisch nach jede neue Backup erstellt wird.", + "backup.retention_weekly_detail": "\u0003 - för ~3 Monate behollen", + "backup.snapshots": "Snapshots", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", + "backup.storage_local": "lokal", + "backup.subtitle": "Datenbank-Backups worrn automatisch erstellt: stündlich (4 Dag), täglich (3 Wochen), wöchentlich (13 Wochen).", + "backup.table_aria": "Backup-Archive", + "backup.trigger_daily": "Backup Jett (Täglich)", + "backup.trigger_hourly": "Backup Jett (Stündlich)", + "backup.trigger_weekly": "Backup Jett (Wöchentlich)", + "backup.type_daily": "Täglich", + "backup.type_hourly": "Stündlich", + "backup.type_weekly": "Wöchentlich", + "billing.go_to_dashboard": "Go to Dashboard", + "billing.manage_subscription": "Abonnement verwalten", + "billing.success_heading": "Du büst all fertig!", + "billing.success_message": "Dien Abonnement is aktivert. Danke, dat du DocuElevate gewält häst!", + "billing.success_page_title": "DocuElevate - Abonnement Aktivert", + "common.actions": "Aktionen", + "common.active": "Aktiv", "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", + "common.avatar": "Avatar", + "common.back": "Zurück", + "common.cancel": "Abbrechen", + "common.close": "Schließen", + "common.col_pending": "Ausstehend", + "common.completed": "Abgeschlossen", + "common.confirm": "Bestätigen", + "common.copied": "Kopiert!", + "common.copy": "Kopieren", + "common.create": "Erstellen", + "common.created": "Erstellt", + "common.date": "Datum", + "common.delete": "Löschen", + "common.description": "Beschrijving", "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", + "common.disabled": "Deaktiviert", + "common.download": "Downloaden", + "common.duplicate": "Duplizieren", + "common.edit": "Bearbeiten", + "common.enabled": "Aktiviert", + "common.error": "Fehler", + "common.failed": "Gescheitert", "common.filter": "Filter", - "common.inactive": "Inactive", + "common.inactive": "Inaktiv", "common.info": "Info", - "common.loading": "Loading...", + "common.loading": "Wird geladen...", "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", + "common.next": "Nächste", + "common.next_page": "Nächste Seite", + "common.no": "Nein", + "common.none": "Keine", + "common.page": "Seite", + "common.paused": "Pausiert", + "common.pending": "Ausstehend", + "common.prev_page": "Vorherige Seite", + "common.previous": "Vorherige", + "common.processing": "Verarbeitung", + "common.refresh": "Aktualisieren", + "common.reset": "Zurücksetzen", + "common.retry": "Erneut versuchen", + "common.save": "Speichern", + "common.search": "Suchen", + "common.select": "Auswählen", + "common.select_placeholder": "\u00044\u0002d auswälen \u00044\u0002d", + "common.size": "Größe", "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", + "common.submit": "Einreichen", + "common.success": "Erfolg", "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", + "common.test": "Test", + "common.test_connection": "Testverbindung", + "common.type": "Typ", + "common.update": "Aktualisieren", + "common.updated": "Aktualisiert", + "common.upload": "Hochladen", + "common.view": "Ansehen", + "common.warning": "Warnung", + "common.yes": "Jo", + "cookie.accept": "Verstoht", + "cookie.learn_more": "Lern mehr", + "cookie.message": "Disse Websiet brükt Cookies, för de eenfache Erfarung to verbessern.", + "cookie.notice": "DocuElevate brükt blots essentielle Sessions-Cookies, de för Authentizierung un Dienstbetrieb nötig sünd. Kene Tracking oder Analytik-Cookies sünd brükt.", + "cookie.notice_label": "Cookie-Benachrichtigung", + "cookie.policy_link": "Cookie-Richtlinie", + "cookie.privacy_link": "Datenschutzhinweis", + "credentials.col_action": "Akschoon", + "credentials.col_credential": "Zertifikat", + "credentials.col_source": "Quelle", + "credentials.configured": "Konfiguriert", + "credentials.edit_in_settings": "In de Einstellungen ändern", + "credentials.legend_db": "Wert in de Datenbank gespeichert (verschlüsselt im Ruhezustand; überschreibt Umgebungsvariable)", + "credentials.legend_env_after": " Datei", + "credentials.legend_env_before": "Wert van Umgebungsvariable oder ", + "credentials.legend_missing": "Zertifikat nich festgelegt — Integration wird nich funkzionieren", + "credentials.legend_restart": "Neustart nötig, wenn dit Zertifikat rotiert wird", + "credentials.legend_title": "Legende", + "credentials.manage_settings": "Einstellungen verwalten", + "credentials.not_configured": "Nich konfiguriert", + "credentials.page_title": "Zertifikat-Audit - DocuElevate", + "credentials.raw_json": "Roh JSON (API)", + "credentials.restart_title": "Neustart nötig na dat Rotieren von dit Zertifikat", + "credentials.source_db_title": "In Datenbank gespeichert (verschlüsselt)", + "credentials.source_env_title": "Van Umgebungsvariable", + "credentials.status_missing": "Vermisst", + "credentials.subtitle": "Übersicht von all sensitiven Zertifikaten, de von DocuElevate brükt sünd. Kene geheimen Werte sünd hier gezeigt — blots, ob jedes Zertifikat konfiguriert is un wo dat herkommt.", + "credentials.table_for": "Zertifikate för", + "credentials.title": "Zertifikat-Audit", + "credentials.total_credentials": "Total Zertifikate", + "dashboard.active_integrations": "Aktive Integrationen", + "dashboard.files_this_month": "Dateien dissen Monat", + "dashboard.files_today": "Dateien hüt", + "dashboard.ocr_processed": "OCR verarbeitet", + "dashboard.quick_actions": "Schnelle Aktionen", + "dashboard.recent_activity": "Neuste Aktivität", + "dashboard.storage_targets": "Speicherziele", "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", + "dashboard.total_files": "Total Dateien", + "dashboard.welcome": "Wilkommen bi DocuElevate", + "duplicates.file_id_label": "Datei-ID", + "duplicates.file_id_placeholder": "z.B. 42", + "duplicates.find_btn": "Finden", + "duplicates.found_files": "Duplizierte Datei(en) insgesamt.", + "duplicates.found_groups": "Duplizierte Gruppe(n) mit", + "duplicates.found_prefix": "Gefunden", + "duplicates.group_aria": "Duplizierte Gruppe", + "duplicates.heading": "Duplizierte Dokumente", + "duplicates.how_it_works_heading": "Wee nr. duplizierte Erkennung funktioniert", + "duplicates.max_results_label": "Max Ergebnisse", + "duplicates.near_dup_desc": "Wähl ein Dokument ut, um nachzusehen, ob annere Dateien inhaltlich die glieken (oder sehr ähnlichen) Inhalt haben – sogar wenn se zu verschidenen Zeiten gescannt wurden un andere SHA-256 Hashes haben.", + "duplicates.near_dup_heading": "Finde nr. Duplizierte für e Dokument", + "duplicates.no_exact_heading": "Keen exakte Duplikate gefunden", + "duplicates.page_title": "Duplizierte Dokumente - DocuElevate", + "duplicates.pagination_aria": "Paginierung", + "duplicates.role_duplicate": "Duplikat", "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "duplicates.tab_exact": "Exakte Duplikate", + "duplicates.tab_near": "Nr. Duplikat Finder", + "duplicates.tabs_aria": "Duplizierte Erkennung Tabs", + "duplicates.threshold_label": "Ähnlichkeitsgrenze", + "duplicates.view_dup_aria": "Duplizierte Datei ansähen", + "duplicates.view_original_aria": "Originaldatei ansähen", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Ups, wi kunde dat Seite nich finden!", + "error.404_home": "Na Heem zurück", + "error.404_message": "Es scheint, als hätte DocuElevate das Dokument, wat du suchst, verlegt. Maak di keen Sorgen – wi stahn hinter di.", + "error.404_title": "404 - Nich gefunden", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Debug-Info zeigen", + "error.500_description": "Uns Server hebben en Missgeschick gehabt un brauchen een Moment.", + "error.500_heading": "Ups! Wat is schief gangen.", + "error.500_home": "Geell Na Heem", + "error.500_img_alt": "Illustration von een Serverfehler", + "error.500_message1": "Uns Server hebben en Missgeschick gehabt un brauchen een Moment. Vielleicht hebben de Hamster ihren Kaffee vergossen?", + "error.500_message2": "Wi sünd schon drang – Dateien sortieren, Server neu starten un Flux-Kondensatoren recalibrieren.", + "error.500_title": "Serverfehler - DocuElevate", + "error.forbidden": "Verboten", + "error.forbidden_message": "Du hast keine Berechtigung, um auf disse Seite zuzugreifen.", + "error.not_found": "Seite nich fonn", + "error.not_found_message": "De Seite, de du sik söchst, eksistiert nich.", + "error.server_error": "Interne Serverfehler", + "error.server_error_message": "Döör wat schief gahn. Versöök dat noch einmal later.", + "error.unauthorized": "Nich autorisiert", + "error.unauthorized_message": "Du musst di anmelde, um dës Seite to besöken.", + "files.action_delete": "Datei löschen", + "files.action_details": "Details ansähen", + "files.action_preview": "Schnellvorschau", + "files.bulk_clear_selection": "Auswahl löschen", + "files.bulk_cloud_ocr": "Cloud OCR noch mal lüpen", + "files.bulk_delete": "Awahl löschen", + "files.bulk_download": "Als ZIP downloaden", + "files.bulk_reprocess": "Awahl neu verarbeiten", + "files.delete_modal_cancel": "Abbrechen", + "files.delete_modal_confirm": "Löschen", + "files.delete_modal_message": "Bist du sicher, dat du diese Datei löschen wills?", + "files.delete_modal_title": "Bestätige Löschung", + "files.document_title": "Dokumenttitel", + "files.drop_overlay_hint": "Unnerstützt PDF, Office-Dokuments, Bilder, HTML, Markdown und mehr – Ordner warrt rekursiv verarbeitet", + "files.drop_overlay_title": "Dateien oder Ordner üüverall hinfögen to uploaden", + "files.error_hint": "Dat kann an en Konfiguratsion oder Importproblem leigen. Bitte kümmer di um de Serverlogs.", + "files.file_size": "Dateigröße", + "files.filename": "Dateiname", + "files.files_selected": "Dateien ausgewählt", + "files.filter_all_providers": "Alle Anbieter", + "files.filter_all_statuses": "Alle Statussen", + "files.filter_all_types": "Alle Typen", + "files.filter_apply": "Filter anwenden", + "files.filter_clear": "Löschen", + "files.filter_date_from": "Datum von", + "files.filter_date_from_aria": "Filter von Datum", + "files.filter_date_to": "Datum bis", + "files.filter_date_to_aria": "Filter bis Datum", + "files.filter_form_aria": "Filter Dateien", + "files.filter_mime_type": "MIME-Typ", + "files.filter_ocr_all": "Alle Dateien", + "files.filter_ocr_good": "Gode Qualität", + "files.filter_ocr_poor": "Schlechte Qualität", + "files.filter_ocr_quality": "OCR-Qualität", + "files.filter_ocr_quality_aria": "Filter na OCR-Qualitätspunkt", + "files.filter_ocr_unchecked": "Noch nicht bewertet", + "files.filter_search_label": "Suche Dateiname", + "files.filter_search_placeholder": "Dateiname eingeben...", + "files.filter_storage_provider": "Speicheranbieter", + "files.filter_tags_aria": "Filter na Tags (durch Komma getrennt)", + "files.filter_tags_placeholder": "z.B. Rechnung,amazon", + "files.fulltext_search_label": "Volltextsuche (OCR-Text, Metadaten, Tags)", + "files.fulltext_search_placeholder": "Dokumenteninhalt, Absender, Tags, Typ suchen...", + "files.no_files": "Keine Dateien gefunden", + "files.ocr_status": "OCR-Status", + "files.page_title": "Dateiunterlagen", + "files.pagination_files": "Dateien", + "files.pagination_first": "Erste", + "files.pagination_last": "Letzte", + "files.pagination_nav_aria": "Dateiliste-Paginierung", + "files.pagination_next": "Nächste", + "files.pagination_of": "von", + "files.pagination_previous": "Vorherige", + "files.pagination_showing": "Anzeigen", + "files.preview_modal_close": "Vorschau schließen", + "files.preview_modal_title": "Vorschau", + "files.queue_banner_items": "Artikel werden zurzeit in die Warteschlange gestellt oder verarbeitet. Dateien erscheinen hier, sobald die Verarbeitung abgeschlossen ist.", + "files.queue_banner_link": "Warteschlange anzeigen", + "files.saved_searches_empty": "Noch keine gespeicherten Suchen", + "files.saved_searches_error": "Konnte gespeicherte Suchen nicht laden", + "files.saved_searches_label": "Gespeicherte Suchen", + "files.saved_searches_save": "Aktuelle speichern", + "files.saved_searches_save_aria": "Aktuelle Filter als gespeicherte Suche speichern", + "files.search_results_empty": "Keine Ergebnisse gefunden.", + "files.search_results_title": "Suchergebnisse", + "files.status_duplicate": "Duplikat", + "files.table_actions": "Aktionen", + "files.table_aria": "Dateiunterlagen", + "files.table_created_at": "Erstellt am", + "files.table_empty": "Keine Dateien gefunden", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", + "files.table_mime_type": "MIME-Typ", + "files.table_original_filename": "Ursprünglicher Dateiname", + "files.table_select_all": "Alle Dateien auf dieser Seite auswählen", "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", + "files.title": "Dateien", + "files.upload_modal_aria": "Upload-Fortschritt", + "files.upload_modal_close": "Upload-Fortschritt schließen", + "files.upload_modal_header": "Dateien hochladen", + "files.uploaded": "Hochgeladen", + "footer.about": "Über", "footer.attribution": "Attribution", - "footer.attributions": "Attributions", + "footer.attributions": "Attributionen", "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", + "footer.imprint": "Impressum", + "footer.license": "Lizenz", + "footer.navigation": "Fußzeilen-Navigation", + "footer.privacy": "Datenschutz", + "footer.terms": "Nutzungsbedingungen", "footer.version": "Version {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth-verbunden. Dateien landen in Ihrem gewählten Ordner.", + "help.destinations_email": "E-Mail-Weiterleitung", + "help.destinations_email_desc": "Verarbeitete Dateien werden als SMTP-Anhänge gesendet.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Dienste-Konto oder OAuth. Unterstützt gemeinsame Laufwerke.", + "help.destinations_heading": "Ziele – Wohin Dokumente gehen", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Selbstgehosteter Cloud-Speicher über WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Microsoft Graph API-Integration.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Dokumente direkt in Paperless zur Archivierung übertragen.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Jeder S3-kompatible Bucket (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Sicherer Dateiübertrag zu jedem Server.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST-Metadaten an jeden externen Endpunkt.", + "help.documentation": "Dokumentation", + "help.faq": "Häufig gestellte Fragen", + "help.faq_1_a": "Navigieren Sie zur Upload-Seite, ziehen Sie Ihre Dateien hinein oder klicken Sie auf Datei wählen. DocuElevate konvertiert Bilder und Bürodokumente in PDF, führt OCR durch und extrahiert automatisch Metadaten.", + "help.faq_1_q": "Wie lade ich Dokumente hoch?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF un HTML. Non-PDF-Dateien warrt automatsch to PDF konvertiert, fohr de Bearbeitung.", + "help.faq_2_q": "Welche Datei-Formate werd unterstützt?", + "help.faq_3_a": "Jo. Geiht to E-Mail-Ingestiouns, fügt en IMAP-Konto an, un DocuElevate wird för neue Nachrichten polln un Anhänge automatsch bearbeiten.", + "help.faq_3_q": "Kann ik Dokumente vun E-Mail injeschte?", + "help.faq_4_a": "Pipelines laten di processing-Schritte verknüppeln – OCR, AI-Extraktion, Formatkonvertierung – un routen dat Resultat to een oder mehr Ziele. Erstelle un verwalte se von de Pipelines-Seite.", + "help.faq_4_q": "Wat makt de Verarbeitungs-Pipelines?", + "help.faq_5_a": "DocuElevate verschlüsselt Credentials in Ruhe, kommuniziert üver TLS, un speichert di Dokumente nie länger as nötig. Sehe de Datenschutz-Hinweis för vollständige Details.", + "help.faq_5_a_post": " för volle Details.", + "help.faq_5_a_pre": "DocuElevate verschlüsselt Anmeldedaten im Ruhezustand, kommuniziert über TLS und speichert Ihre Dokumente niemals länger als notwendig. Siehe die ", + "help.faq_5_q": "Sind meine Daten sicher?", + "help.faq_heading": "Häufige Fragen", + "help.getting_started": "Erste Schritte", + "help.heading": "Hilfezentrum", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Verwenden Sie die REST API, um Dokumente programmgesteuert zu übermitteln. Authentifizieren Sie sich mit einem Bearer-Token und POSTen Sie Dateien an den Upload-Endpunkt.", + "help.ingestion_heading": "Datenaufnahme-Tools", + "help.ingestion_mobile": "Mobile Apps", + "help.ingestion_mobile_desc": "Verwenden Sie jede mobile Scan-App, die benutzerdefinierte HTTP-Upload-Ziele unterstützt, um Fotos und Scans von Ihrem Telefon oder Tablet an DocuElevate zu senden.", + "help.ingestion_scanners": "Netzwerkscanner", + "help.ingestion_scanners_desc": "Richten Sie jeden Netzwerkscanner oder Multifunktionsdrucker auf den Upload-Endpunkt von DocuElevate. Gescannte Dokumente landen direkt in Ihrer Verarbeitungsliste.", + "help.ingestion_watched_folders": "Überwachte Ordner", + "help.ingestion_watched_folders_desc": "Konfigurieren Sie einen lokalen oder Netzordner, der überwacht werden soll. Jede Datei, die in einen überwachten Ordner gelegt wird, wird automatisch hochgeladen und von DocuElevate verarbeitet.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrieren Sie DocuElevate in Ihre Automatisierungs-Workflows mit Zapier, n8n oder Make. Verwenden Sie die REST API-Aktionen, um Dokumenten-Uploads aus jedem Ereignis auszulösen.", + "help.meta_description": "Holen Sie sich Hilfe mit DocuElevate – finden Sie Anleitungen zum Hochladen von Dokumenten, zur Verbindung mit Cloud-Speicher, zur Einrichtung von Pipelines und mehr.", + "help.og_description": "Holen Sie sich Hilfe mit DocuElevate – finden Sie Anleitungen zum Hochladen von Dokumenten, zur Verbindung mit Cloud-Speicher, zur Einrichtung von Pipelines und mehr.", + "help.page_title": "Hilfezentrum", + "help.privacy_notice": "Datenschutz-Hinweis", + "help.quickstart_heading": "Schnellstart", + "help.quickstart_storage": "Speicher verbinden", + "help.quickstart_storage_desc": "Geiht to Einstellungen un verlinkt eure Cloud-Konten. Verarbeitete Dokumente warrt automatsch to jedes Ziel routiert, dat du konfiguriert.", + "help.quickstart_storage_desc_full": "Gehen Sie zu Integrationen und verknüpfen Sie Ihre Cloud-Speicherkonten. DocuElevate unterstützt Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud und mehr. Verarbeitete Dokumente werden automatisch an jedes Ziel geroutet, das Sie konfigurieren.", + "help.quickstart_upload": "Dokumente hochladen", + "help.quickstart_upload_desc": "Zieh & drop die Dateien op de Upload-Seite oder klicke auf Datei wähle. DocuElevate konvertiert Bilder un Office-Dokumente to PDF, macht OCR un extrahiert Metadaten automatsch.", + "help.quickstart_workflows": "Workflows automatisieren", + "help.quickstart_workflows_desc": "Erstelle Pipelines, um mehrstufige Verarbeitung un Routing-Regeln to definieren. Kombiniere OCR, AI-Extraktion, Formatkonvertierung un Lieferung in einem einzigen Flow.", + "help.sources_email_ingestion": "E-Mail-Ingestiouns (IMAP)", + "help.sources_email_ingestion_desc": "Leite Dokumente to en dedizierten Postfach. Unner E-Mail-Ingestiouns, fügt een oder mehr IMAP-Konten an. DocuElevate pollt för neue Nachrichten un verarbeidet Anhänge automatsch.", + "help.sources_heading": "Quellen – Dokumente inbekomen", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", + "help.sources_rest_api_desc": "Integriere programmatisch durch dat POST-en von Dateien to /api/upload. Ideal för Skripte, überwachte Ordner, Scanner, oder dritt-Anbietertools wie Zapier un n8n.", + "help.sources_scanner": "Scanner & Mobil", + "help.sources_scanner_desc": "Richte Netzwerk-Scanner auf DocuElevate's Upload-Endpunkt oder nutze jede mobile Scanning-App, die benutzerdefinierte HTTP-Ziele unterstützt.", + "help.sources_scanner_desc_full": "Konfigurieren Sie Ihren Netzwerkscanner oder Multifunktionsdrucker, um Scans direkt an DocuElevate zu senden. Verwenden Sie den /api/upload-Endpunkt als Ziel. Mobile Scan-Apps mit benutzerdefinierten Upload-Zielen werden ebenfalls unterstützt.", + "help.sources_web_upload": "Web-Upload", + "help.sources_web_upload_desc": "De schnellste Weg um anzufangen. Öffne de Upload-Seite, lass eine oder mehrere Dateien fallen un DocuElevate kümmert sich um den Rest. Unterstützte Formate sin PDF, JPEG, PNG, TIFF, DOCX, XLSX un mehr.", + "help.subheading": "Alles, wat du brauchst, üm dat meiste ut DocuElevate to holen. Durchstöbere die Themen unten oder suche nach wat du brauchst.", + "help.support": "Unterstützung", + "help.support_admin_message": "Kontaktiere dien Administrator för Unterstützung-Information.", + "help.support_description": "Kannst du nicht finden, wat du suchst? Unser Unterstützungsteam is hier to helpen.", + "help.support_heading": "Kontaktiere Unterstützung", + "help.support_live_chat": "Live-Chat verfügbar – klicken Sie auf die Sprechblase, um ein Gespräch zu beginnen.", + "help.support_ticket_button": "Ein Ticket einreichen", + "help.support_ticket_desc": "Füllen Sie das untenstehende Formular aus, und unser Support-Team wird sich so schnell wie möglich bei Ihnen melden.", + "help.support_ticket_heading": "Öffne en Unterstützungsticket", + "help.title": "Hilfezentrum", + "help.workflows_creating": "En Pipeline erstellen", + "help.workflows_definition": "En Pipeline is en Reihe von Verarbeitungsschritten, de automatsch ausgeführt warrt, wann en Dokument injescht wird. Jeder Schritt kann dat Dokument transformieren, bereichern oder routen.", "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", + "help.workflows_step_1": "In PDF umwandeln", + "help.workflows_step_1_create": "Gehe zu Pipelines im Hauptmenü.", + "help.workflows_step_1_full": "In PDF konvertieren – alle eingehenden Dateien werden in ein einheitliches PDF-Format normalisiert.", + "help.workflows_step_2": "OCR – Text extrahieren", + "help.workflows_step_2_create": "Klicke auf Neue Pipeline und gib ihr einen Namen.", + "help.workflows_step_2_full": "OCR – wahlfreien Text aus gescannten Seiten mit Azure Document Intelligence oder der integrierten Engine extrahieren.", + "help.workflows_step_3": "KI-Metadatenextraktion", + "help.workflows_step_3_create": "Füge die benötigten Verarbeitungsschritte hinzu.", + "help.workflows_step_3_full": "AI-Metadatenauszug – Dokumenttyp klassifizieren und Schlüsselwerte wie Beträge, Daten und Namen mit OpenAI extrahieren.", + "help.workflows_step_4": "An ein oder mehrere Ziele liefern", + "help.workflows_step_4_create": "Wähle ein oder mehrere Lieferziele aus.", + "help.workflows_step_5_create": "Speichern – neue Dokumente werden automatisch durch diese Pipeline verarbeitet.", + "help.workflows_typical_steps": "Typische Schritte", + "help.workflows_what_is": "Was ist eine Pipeline?", + "index.badge_intelligent": "Intelligente Dokumentenverarbeitung", + "index.button_browse_files": "Dateien durchsuchen", + "index.button_upload": "Hochladen", + "index.capabilities_cloud": "Cloud-Speicher: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "E-Mail- & URL-basierte Dokumenteinholung", + "index.capabilities_ocr": "OCR & Metadatenextraktion mit KI", + "index.capabilities_paperless": "Paperless-ngx-Integration für Dokumentenmanagement", + "index.capabilities_title": "Fähigkeiten", + "index.capabilities_workflows": "Automatisierte Klassifizierungs- & Routing-Workflows", + "index.cta_description": "Schließe dich Teams an, die bereits ihre Dokumentenverarbeitung mit DocuElevate automatisieren.", + "index.cta_heading": "Bereit, deinen Dokumentenworkflow zu verbessern?", + "index.cta_pricing": "Preise anzeigen", + "index.cta_signup": "Ein kostenloses Konto erstellen", + "index.dashboard_subtitle": "Intelligente Dokumentenverarbeitung & Management", + "index.dashboard_subtitle_teams": "Intelligente Dokumentenverarbeitung & Management – für Teams entwickelt", + "index.feature_ai": "KI-Metadatenextraktion", + "index.feature_ai_desc": "OpenAI, Claude, Gemini und andere anschlussfähige KI-Anbieter klassifizieren Dokumente und ziehen wichtige Felder wie Daten, Beträge und Themen heraus.", + "index.feature_cloud": "Multi-Cloud-Speicher", + "index.feature_cloud_desc": "Verarbeite Dateien an Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP und mehr.", + "index.feature_email": "E-Mail- & IMAP-Einholung", + "index.feature_email_desc": "Ziehen Sie automatisch Dokumente aus Gmail oder jedem IMAP-Postfach – keine manuellen Uploads erforderlich.", + "index.feature_ocr": "OCR & Textextraktion", + "index.feature_ocr_desc": "Azure Document Intelligence konvertiert gescannte PDFs und Bilder automatisch in vollständig durchsuchbaren Text.", + "index.feature_pipelines": "Benutzerdefinierte Pipelines", + "index.feature_pipelines_desc": "Erstelle Verarbeitungs-Pipelines mit konfigurierbaren Schritten – OCR, KI-Extraktion, Formatkonvertierung und Speicherung in beliebiger Reihenfolge.", + "index.feature_search": "Volltextsuche", + "index.feature_search_desc": "Finde sofort jedes Dokument nach Inhalt, Metadaten oder Tags in deinem gesamten Archiv.", + "index.feature_section_title": "Alles, was du für intelligente Dokumentenworkflows benötigst", + "index.getting_started": "Erste Schritte", + "index.getting_started_1": "Integrationen über Systemstatus konfigurieren", + "index.getting_started_2": "Lade dein erstes Dokument hoch", + "index.getting_started_3": "Ergebnisse in Dateien überprüfen", + "index.getting_started_learn": "Mehr über DocuElevate lernen", + "index.hero_description": "DocuElevate nimmt deine Dokumente auf, führt OCR durch, extrahiert Metadaten mit KI und leitet Dateien an Dropbox, Google Drive, OneDrive, S3, Nextcloud und mehr weiter — alles in einer nahtlosen Pipeline.", + "index.hero_heading": "Vom Upload zur Einsicht — automatisch.", + "index.hero_login": "Anmelden", + "index.hero_pricing": "Preise & Pläne ansehen", + "index.hero_signup": "Loslegen — es ist kostenlos", + "index.integrations_active": "Aktive Integrationen", + "index.integrations_storage": "Speicherziele", + "index.integrations_title": "Integrationen", + "index.integrations_view_status": "Systemstatus anzeigen", "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", + "index.page_title_public": "Intelligente Dokumentenverarbeitung", + "index.platform_overview": "Plattformübersicht", + "index.processing_stats": "Verarbeitung Stats", + "index.quick_actions": "Schnellaktionen", + "index.quick_documents": "Meine Dokumente", + "index.quick_documents_desc": "Durchstöbere deine verarbeiteten Dateien", + "index.quick_search": "Suche", + "index.quick_search_desc": "Volltextsuche in Dokumenten", + "index.quick_subscription": "Mein Abonnement", + "index.quick_subscription_desc": "Plan- & Nutzungsdetails ansehen", + "index.quick_system_status": "Systemstatus", + "index.quick_system_status_desc": "Integration Gesundheit überprüfen", + "index.quick_upload": "Dokument hochladen", + "index.quick_upload_desc": "Eine neue Datei verarbeiten", + "index.quick_view_files": "Alle Dateien ansehen", + "index.quick_view_files_desc": "Verarbeitete Dokumente durchstöbern", "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", + "index.single_user_subtitle": "Intelligente Dokumentenverarbeitung & -management", + "index.stat_active_integrations": "Aktive Integrationen", + "index.stat_active_users": "Aktive Benutzer", + "index.stat_files_month": "Dateien in diesem Monat", + "index.stat_files_ocr": "Dateien mit OCR", + "index.stat_files_today": "Dateien heute", + "index.stat_storage_targets": "Speicherziele", + "index.stat_this_month": "Diesen Monat", + "index.stat_today": "Heute", + "index.stat_total_files": "Gesamtdateien", + "index.stat_total_processed": "Insgesamt verarbeitet", "index.tier_plan": "Plan", "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", + "index.tier_view_details": "Vollständige Details anzeigen", + "index.upgrade_daily_limits": "Höger tägliche & monatliche Grenzen", + "index.upgrade_description": "Mehr Dokumente, mehr Ziele un prioritäre Unterstützung freischalten.", + "index.upgrade_destinations": "Mehr Speicherziele", + "index.upgrade_ocr_pages": "Mehr OCR-Seiten", + "index.upgrade_plan": "Dein Plan upgreiden", + "index.upgrade_view_pricing": "Pläne & Preise ansehen", + "index.usage_lifetime": "Lebenslange Dateien", + "index.usage_month": "Dateien diesen Monat", + "index.usage_my_usage": "Min gebraich", + "index.usage_today": "Dateien heute", + "index.usage_unlimited": "Unbegrenzt", + "integrations.access_key_label": "Zugriffsschlüssel-ID", + "integrations.active_label": "Aktiv", + "integrations.add_button": "Integration hinzufügen", + "integrations.add_first_button": "Fügen Sie Ihre erste Integration hinzu", + "integrations.api_token_label": "API-Token", + "integrations.authorize_btn": "Autorisieren", + "integrations.authorize_reauth": "Erneut autorisieren", + "integrations.bucket_label": "Eimer", + "integrations.configure": "Konfigurieren", + "integrations.connect": "Verbinden", + "integrations.connected": "Verbunden", + "integrations.connection_failed": "Verbindung fehlgeschlagen", + "integrations.connection_success": "Verbindung erfolgreich", + "integrations.delete_confirm_are_you_sure": "Sind Sie sicher, dass Sie löschen möchten", + "integrations.delete_confirm_title": "Integration löschen?", + "integrations.delete_confirm_undone": "Diese Aktion kann nicht rückgängig gemacht werden.", + "integrations.delete_emails_label": "E-Mails nach der Verarbeitung löschen", + "integrations.delete_files_label": "Dateien nach der Verarbeitung löschen", + "integrations.destinations_quota_label": "Speicherziele:", + "integrations.destinations_section": "Ziele", + "integrations.direction_destination": "Ziel (Speicher)", + "integrations.direction_label": "Richtung", + "integrations.direction_placeholder": "\u0014 Wählen \u0014", + "integrations.direction_source": "Quelle (Einspeisung)", + "integrations.disconnect": "Trennen", + "integrations.email_settings": "E-Mail-Weiterleitungseinstellungen", + "integrations.empty_state": "Keine Konfigurationen vorhanden", + "integrations.endpoint_label": "Endpunkt-URL", + "integrations.endpoint_optional": "(optional, für S3-kompatibel)", + "integrations.folder_label": "Ordner", + "integrations.folder_optional": "(optional)", + "integrations.folder_path_label": "Ordnerpfad", + "integrations.folder_prefix_label": "Ordnerprefix", + "integrations.generic_settings_hint": "Konfiguration für diesen Integrationstyp kann nach der Erstellung über die API als JSON bereitgestellt werden.", + "integrations.gmail_hint": "Gmail-Labels & Stern: Wenn aktiviert, werden verarbeitete E-Mails mit einem Stern markiert und mit einem \"Eingelesen\"-Label in Gmail versehen. Gilt nur für Gmail-Server.", + "integrations.gmail_labels": "Gmail-Labels & Stern anwenden", "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", + "integrations.imap_settings": "IMAP-Einstellungen", + "integrations.loading": "Integrationen werden geladen\u00134", + "integrations.modal_close": "Modal schließen", + "integrations.modal_title_add": "Integration hinzufügen", + "integrations.modal_title_edit": "Integration bearbeiten", + "integrations.name_label": "Bezeichnung", + "integrations.name_placeholder": "z.B. Work Gmail, S3 Archiv", + "integrations.nextcloud_settings": "Nextcloud-Einstellungen", + "integrations.nextcloud_url_label": "Nextcloud-URL", + "integrations.no_integrations_body": "Füge deine erste Integration hinzu, um Eingangsquellen (wie IMAP) und Speicherziele (wie S3, Dropbox oder Google Drive) zu verbinden.", + "integrations.not_connected": "Nicht verbunden", + "integrations.oauth_folder_label": "Ordner", + "integrations.oauth_hint": "Speichere diese Integration zuerst, dann nutze den Autorisieren-Button, um den OAuth-Fluss abzuschließen. Deine Anmeldedaten werden sicher in deinem persönlichen Integrationsdatensatz gespeichert.", + "integrations.page_title": "Integrationen", + "integrations.paperless_settings": "Paperless NGX-Einstellungen", + "integrations.password_label": "Passwort", + "integrations.paused": "Pausiert", + "integrations.plan_label": "Plan:", "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "integrations.quota_not_available": "(nicht verfügbar)", + "integrations.quota_unlimited": "/ unbegrenzt", + "integrations.recipient_label": "Empfänger-E-Mail", + "integrations.region_label": "Region", + "integrations.remote_path_label": "Remote-Pfad", + "integrations.s3_prefix_label": "Präfix (Ordnerpfad)", + "integrations.s3_settings": "S3-Einstellungen", + "integrations.secret_key_label": "Geheimzugangsschlüssel", + "integrations.show_password": "Passwort anzeigen", + "integrations.show_secrets": "Geheimnisse anzeigen", + "integrations.show_token": "Token anzeigen", + "integrations.source_local": "Lokales Dateisystem", + "integrations.source_type_label": "Quelltyp", + "integrations.sources_quota_label": "Mailbox-Quellen:", + "integrations.sources_section": "Quellen", + "integrations.subtitle": "Verwalte deine Eingangsquellen und Speicherziele an einem Ort.", + "integrations.title": "Integrationen", + "integrations.type_label": "Integrationsart", + "integrations.type_placeholder": "\u0014 Wähle zuerst die Richtung \u0014", + "integrations.upgrade_plan": "Plan upgraden", + "integrations.use_ssl": "SSL verwenden", + "integrations.username_label": "Benutzername", + "integrations.watch_folder_settings": "Überwachungsordner-Einstellungen", + "integrations.webdav_settings": "WebDAV-Einstellungen", + "integrations.webdav_url_label": "WebDAV-URL", + "integrations.webhook_heading": "Webhook-Eingang", + "integrations.webhook_how_heading": "Wie Webhook-Eingang funktioniert", + "integrations.webhook_how_text": "Eine Webhook-Integration ermöglicht es externen Systemen, Dokumente direkt über die REST-API in DocuElevate zu pushen. Anstelle von DocuElevate, das neue Dateien (wie IMAP) abruft, sendet deine Anwendung Dateien an DocuElevate mithilfe einer HTTP-Anfrage mit einem API-Token zur Authentifizierung.", + "integrations.webhook_ideal_text": "Dies ist ideal für CI/CD-Pipelines, Automatisierungsskripte, Scanner-Integrationen oder jedes System, das Dokumente erzeugt und diese zur Verarbeitung senden muss.", + "integrations.webhook_quick_start": "Schnellstart", + "integrations.webhook_security_tip": "Erstelle ein spezielles API-Token für jede Integration und widerrufe es sofort, wenn es kompromittiert wird. Token können auf der API-Token-Seite verwaltet werden.", + "integrations.webhook_step1": "Gehe zu {api_tokens_link} und erstelle ein persönliches Token.", + "integrations.webhook_upload_with_token": "Verwende das Token, um Dokumente über die API hochzuladen:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "language.change_success": "Sprache geändert zu {language}", + "language.changed": "Sprache geändert zu {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", @@ -599,331 +706,409 @@ "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", + "language.hu": "Ungarisch", "language.is": "Íslenska", - "language.it": "Italiano", + "language.it": "Italienisch", "language.lb": "Lëtzebuergesch", "language.lt": "Lietuvių", "language.lv": "Latviešu", "language.nb": "Norsk", "language.nl": "Nederlands", + "language.no_results": "Keen Sprachen funnen", "language.pl": "Polski", "language.pt": "Português", "language.ro": "Română", "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", + "language.search_placeholder": "Spraken söken\u001e", + "language.selector": "Sprache", + "language.selector_label": "Sprache wahlen", "language.sk": "Slovenčina", "language.sl": "Slovenščina", "language.sv": "Svenska", "language.tr": "Türkçe", "language.uk": "Українська", "language.zh": "中文", - "nav.about": "About", + "nav.about": "Über", + "nav.account_menu": "Accountmenü", + "nav.account_menu_for": "Accountmenü för {name}", "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", + "nav.admin.audit_logs": "Auditprotokolle", + "nav.admin.backups": "Sicherungen", + "nav.admin.plans": "Pläne", + "nav.admin.scheduled_jobs": "Geplante Aufgaben", + "nav.admin.users": "Benutzer", + "nav.admin_actions": "Admin-Aktionen", + "nav.admin_menu": "Admin-Menü", + "nav.api_docs": "API-Dokumente", + "nav.api_tokens": "API-Token", + "nav.backup_restore": "Sicherung & Wiederherstellung", + "nav.credentials": "Anmeldeinformationen", + "nav.dark_mode": "Dunkelmodus", + "nav.dashboard": "Instrumententafeln", + "nav.developer_docs": "Entwicklerdokumente", + "nav.duplicates": "Duplikate", + "nav.file_manager": "Dateimanager", + "nav.files": "Dateien", + "nav.get_started": "Loslegen", + "nav.help": "Hilfe", + "nav.help_center": "Hülpzentrum", + "nav.imap": "E-Mail-Import", + "nav.integrations": "Integrationen", + "nav.light_mode": "Lüchter Modus", + "nav.login": "Anmelden", + "nav.logout": "Abmelden", + "nav.main_navigation": "Hauptnavigatschoon", + "nav.my_subscription": "Mine Abonnements", + "nav.notifications": "Benachrichtigungen", + "nav.open_main_menu": "Hauptmenü openen", "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", + "nav.plan_designer": "Plan-Designer", + "nav.pricing": "Preise", + "nav.profile": "Profil", + "nav.profile_settings": "Profil-Einstellungen", + "nav.queue": "Warteschlange", + "nav.queue_monitor": "Warteschlangenüberwachung", + "nav.scheduled_jobs": "Geplante Jobs", + "nav.search": "Such", + "nav.settings": "Einstellungen", + "nav.shared_links": "Geteilte Links", + "nav.sign_out": "Abmelden", + "nav.signup": "Registrieren", + "nav.similarity": "Ähnlichkeit", + "nav.skip_to_content": "Zu main Inhalt springen", "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", + "nav.subscription": "Abonnement", + "nav.toggle_dark_mode": "Dunklen Modus umschalten", + "nav.toggle_nav": "Navigationsmenü umschalten", + "nav.upload": "Hochladen", + "nav.users": "Benutzer", + "nav.version": "Versionsinfo", "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", + "notifications.filter_read": "Nur gelesen", + "notifications.filter_unread": "Nur ungelesen", + "notifications.manage_desc": "Verwalten Sie Ihren Benachrichtigungs-Posteingang, Ziele und Ereigniseinstellungen", + "notifications.mark_all_read": "Alle als gelesen markieren", + "notifications.mark_all_read_btn": "Alle als gelesen markieren", + "notifications.mark_read": "Als gelesen markieren", + "notifications.no_notifications": "Keine Benachrichtigungen", + "notifications.page_title": "Benachrichtigungen", + "notifications.tab_inbox": "Posteingang", + "notifications.tab_settings": "Einstellungen", + "notifications.title": "Benachrichtigungen", + "notifications.unread_count": "{count} unlesene Benachrichtigungen", + "pipelines.active_label": "Aktiv", + "pipelines.add_step_btn": "Schritt hinzufügen", + "pipelines.create": "Pipeline erstellen", + "pipelines.custom_label_label": "Benutzerdefinierte Bezeichnung", + "pipelines.default_label": "Standard", + "pipelines.description_label": "Beschreibung", + "pipelines.description_placeholder": "Optionale Beschreibung", + "pipelines.disabled_label": "Deaktiviert", + "pipelines.edit": "Pipeline bearbeiten", + "pipelines.empty_state": "Noch keine Pipelines", + "pipelines.empty_state_hint": "Erstellen Sie Ihre erste Pipeline, um benutzerdefinierte Dokumentverarbeitungs-Workflows zu definieren.", + "pipelines.enabled_label": "Aktiviert", + "pipelines.force_cloud_ocr_label": "Cloud-OCR erzwingen (lokale Textextraktion überspringen)", + "pipelines.inactive_label": "Inaktiv", + "pipelines.loading": "Pipelines werden geladen\u001a", + "pipelines.name_placeholder": "Meine Pipeline", + "pipelines.new_pipeline_btn": "Neue Pipeline", + "pipelines.no_steps": "Keine Schritte definiert. Fügen Sie einen Schritt hinzu, um mit dem Aufbau Ihrer Pipeline zu beginnen.", + "pipelines.ocr_auto": "Automatisch (Standardeinstellung verwenden)", + "pipelines.ocr_language_hint": "Überschreibt die globale Spracheinstellung für Tesseract/EasyOCR. Azure und Mistral erkennen die Sprache automatisch.", + "pipelines.ocr_language_label": "OCR-Sprache", "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", + "pipelines.page_title": "Verarbeitungs-Pipelines", + "pipelines.set_default": "Als meine Standard-Pipeline festlegen", + "pipelines.step_label_placeholder": "Standard-Schrittnamen überschreiben", + "pipelines.step_type_label": "Schrittart", + "pipelines.subtitle_intro": "Definieren und verwalten Sie benutzerdefinierte Dokumentverarbeitungs-Workflows.", + "pipelines.subtitle_system_post": "Badge und sind für alle Benutzer sichtbar.", + "pipelines.subtitle_system_pre": "System-Pipelines (von Administratoren erstellt) werden mit einem", "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", + "pipelines.system_pipeline_label": "System-Pipeline (für alle Benutzer sichtbar)", + "pipelines.title": "Verarbeitungs-Pipelines", + "profile.avatar_alt": "Dien Profilbild", + "profile.avatar_heading": "Profilbild", + "profile.avatar_remove": "Benutzerdefiniertes Avatar entfernen", + "profile.avatar_upload_hint": "Laden Sie ein JPEG-, PNG-, GIF- oder WebP-Bild mit bis zu 2 MB hoch. Wenn kein benutzerdefiniertes Bild festgelegt ist, wird dein {gravatar} angezeigt.", + "profile.choose_image": "Bild wählt\u001e...", + "profile.confirm_password": "Neues Passwort bestätigen", + "profile.contact_email_hint": "Wird für Systembenachrichtigungen verwendet. Das ändert nicht deine Anmelde-E-Mail.", + "profile.contact_email_label": "Kontakt-/Benachrichtigungs-E-Mail", + "profile.contact_email_placeholder": "du@example.com", + "profile.current_password": "Aktuelles Passwort", + "profile.dismiss": "Verwerfen", + "profile.display_name_hint": "Leer lassen, um deinen Kontonamen oder deine E-Mail zu verwenden.", + "profile.display_name_label": "Anzeigename", + "profile.display_name_placeholder": "Dein Name, wie er in der UI angezeigt wird", + "profile.general_heading": "Allgemeine Informationen", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profil-Einstellungen", + "profile.language_auto_detect": "Automatisch erkennen (vom Browser)", + "profile.language_hint": "Wähle deine bevorzugte Benutzerschnittstellensprache. \"Automatisch erkennen\" folgt deinen Browsereinstellungen.", + "profile.language_label": "UI-Sprache", + "profile.new_password": "Neues Passwort", + "profile.new_password_hint": "Mindestens 8 Zeichen.", + "profile.page_title": "Profil-Einstellungen \u0002nd DocuElevate", + "profile.password_heading": "Passwort ändern", + "profile.preferences_heading": "Einstellungen", + "profile.save_button": "Änderungen speichern", + "profile.saving": "Speichern\u001e...", + "profile.subtitle": "Verwalte deinen Anzeigenamen, Avatar, Sprache und Themenpräferenzen.", + "profile.theme_dark": "Dunkel", + "profile.theme_hint": "\"Systemstandard\" folgt der dunklen Einstellungen deines Geräts.", + "profile.theme_label": "Farbschema", + "profile.theme_light": "Hell", + "profile.theme_system": "Systemstandard", + "profile.update_password": "Passwort aktualisieren", + "profile.updating": "Wiedderümpeln\u001000", + "queue.active_tasks": "Aktive Aufgaben", + "queue.auto_refresh_1": "Aktualisiert automatisch alle", + "queue.auto_refresh_2": "Sekunden", + "queue.col_arguments": "Argumente", + "queue.col_current_step": "Aktueller Schritt", + "queue.col_file": "Datei", + "queue.col_files": "Dateien", + "queue.col_queue": "Warteschlange", + "queue.col_state": "Zustand", + "queue.col_task": "Aufgabe", + "queue.col_task_id": "Aufgaben-ID", + "queue.files_processing": "Dateien werden verarbeitet", + "queue.heading": "Warteschlangenmonitor", + "queue.last_updated": "Zuletzt aktualisiert:", + "queue.loading_stats": "Warteschlangenstatistiken werden geladen\u00145", + "queue.no_active_tasks": "Keine aktiven Aufgaben", + "queue.no_data": "Keine Daten", + "queue.no_files_processing": "Keine Dateien werden derzeit verarbeitet", + "queue.page_title": "Warteschlangenmonitor", + "queue.processing_pipeline": "Verarbeitungspipeline", + "queue.queued_tasks": "Wartende Aufgaben", + "queue.recently_processing": "Kürzlich verarbeitete Dateien", + "queue.redis_queues": "Redis-Warteschlangen", + "queue.subtitle": "Echtzeitansicht der Dokumentenverarbeitungspipeline und Celery-Aufgabenwarteschlangen.", + "queue.workers_online": "Arbeiter online", + "search.button": "Suchen", + "search.error_message": "Suche ist vorübergehend nicht verfügbar. Bitte versuchen Sie es in einem Moment erneut.", + "search.filter_aria_clear": "Alle Filter löschen", + "search.filter_clear_button": "Filter löschen", + "search.filter_date_from": "Datum von", + "search.filter_date_to": "Datum bis", + "search.filter_document_type": "Dokumenttyp", + "search.filter_document_type_placeholder": "z.B. Rechnung", + "search.filter_language": "Sprache", + "search.filter_language_placeholder": "z.B. de", + "search.filter_sender": "Absender", + "search.filter_sender_placeholder": "z.B. ACME Corp", "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "search.filter_tags_placeholder": "z.B. amazon", + "search.filter_text_quality": "Textqualität", + "search.filter_text_quality_all": "Alle", + "search.filter_text_quality_high": "Hoch", + "search.filter_text_quality_low": "Niedrig", + "search.filter_text_quality_medium": "Mittel", + "search.filter_text_quality_no_text": "Kein Text", + "search.heading": "Dokumentsuche", + "search.input_aria_label": "Dokumenten suchen", + "search.input_placeholder": "Dokumenten nach Inhalt, Absender, Tags, Typ suchen...", + "search.loading_indicator": "Suche\b4...", + "search.no_results": "Keine Ergebnisse gefunden", + "search.page_title": "Dokumenten suchen", + "search.placeholder": "Nach Dateinamen, Inhalt, Tags suchen...", + "search.result_empty": "Es wurden keine Dokumente gefunden, die Ihrer Anfrage entsprechen.", + "search.results_count": "{count} Ergebnisse gefunden", + "search.saved_aria_save": "Aktuelle Suche speichern", + "search.saved_button": "Aktuell speichern", + "search.saved_empty": "Noch keine gespeicherten Suchen", + "search.saved_error": "Konnte gespeicherte Suchen nicht laden", + "search.saved_label": "Gespeicherte Suchen", + "search.saved_loading": "Lade\b4...", + "search.title": "Dokumenten suchen", + "settings.audit_log_btn": "Prüfprotokoll", + "settings.autocomplete_hint": "Tippen Sie, um bekannte Werte zu suchen, oder geben Sie einen benutzerdefinierten Wert ein.", + "settings.autocomplete_no_matches": "Keine Übereinstimmungen - Sie können trotzdem einen benutzerdefinierten Wert eingeben", + "settings.autocomplete_placeholder": "Tippen Sie, um zu suchen oder einen Wert einzugeben\b4...", + "settings.boolean_enable_prefix": "Aktivieren", + "settings.categories_aria": "Einstellungs Kategorien", + "settings.categories_heading": "Kategorien", + "settings.db_wizard_btn": "DB-Assistent", + "settings.effective_value_label": "Effektiver Wert:", + "settings.encrypted_suffix": "= im Ruhezustand verschlüsselt", + "settings.encrypted_title": "Wert ist im Ruhezustand in der Datenbank verschlüsselt", + "settings.export_btn": "Exportieren", + "settings.export_db_only": "Nur DB-Einstellungen", + "settings.export_full_config": "Vollständige effektive Konfiguration", + "settings.jump_to_category": "Zu Kategorie springen\b4...", + "settings.manage_config_prefix": "Konfiguration verwalten. Priorität:", + "settings.model_picker_hint": "Wählen Sie aus der Liste oder geben Sie einen beliebigen Modellnamen ein, der von Ihrem Anbieter unterstützt wird.", + "settings.model_picker_placeholder": "Wählen Sie ein gängiges Modell oder geben Sie einen benutzerdefinierten Namen ein\b4...", + "settings.no_results_clear": "die Suche löschen", + "settings.no_results_heading": "Keine Einstellungen gefunden", + "settings.no_results_hint": "Versuchen Sie ein anderes Suchwort oder", + "settings.page_heading": "Anwendungseinstellungen", + "settings.required_label": "(erforderlich)", + "settings.reset_confirm": "Sind Sie sicher, dass Sie diese Einstellung zurücksetzen möchten?", + "settings.restart_required_suffix": "= Neustart erforderlich", + "settings.revert_btn": "Von DB entfernen", + "settings.revert_title": "DB-Überschreibung entfernen und auf Umgebungsvariable oder Standard zurücksetzen", + "settings.reverting": "Wird zurückgesetzt\u0002026", + "settings.save_all_btn": "Alle Änderungen speichern", + "settings.save_error": "Fehler beim Speichern der Einstellung", + "settings.save_setting_title": "Diese Einstellung speichern", + "settings.save_success": "Einstellung erfolgreich gespeichert", + "settings.saving_state": "Wird gespeichert\u0002026", + "settings.search_aria_label": "Einstellungen suchen", + "settings.search_clear_aria": "Suche löschen", + "settings.search_placeholder": "Einstellungen nach Namen, Schlüssel oder Beschreibung suchen\u0002026", + "settings.settings_count_suffix": "Einstellungen", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", + "settings.source_default_badge": "STANDARD", + "settings.source_env_badge": "UMGEBUNG", + "settings.title": "Einstellungen", + "settings.toggle_visibility_aria": "Passwortsichtbarkeit umschalten", + "settings.toggle_visibility_title": "Wert anzeigen/verbergen", + "settings.user_autocomplete_empty": "Keine passenden Benutzer gefunden", + "settings.user_autocomplete_hint": "Tippen Sie, um bestehende Benutzer nach Namen zu suchen, oder geben Sie eine beliebige Kennung manuell ein.", + "settings.user_autocomplete_placeholder": "Beginnen Sie mit dem Tippen, um Benutzer zu suchen\u0002026", + "settings.wizard_btn": "Assistent", + "shared.col_expiry": "Ablauf", + "shared.col_file_label": "Datei / Bezeichnung", "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", + "shared.col_views": "Aufrufe", + "shared.copy_link_aria": "Link in die Zwischenablage kopieren", + "shared.copy_link_title": "Link kopieren", + "shared.create_btn": "Link erstellen", + "shared.create_heading": "Neuen Freigabelink erstellen", + "shared.creating": "Wird erstellt\u0002026", + "shared.expiry_12h": "12 Stunden", + "shared.expiry_14d": "14 Tage", + "shared.expiry_1h": "1 Stunde", + "shared.expiry_24h": "24 Stunden (1 Tag)", + "shared.expiry_30d": "30 Tage", + "shared.expiry_3d": "3 Tage", + "shared.expiry_6h": "6 Stunden", + "shared.expiry_7d": "7 Tage", + "shared.expiry_label": "Ablauf", + "shared.expiry_never": "Niemols", + "shared.file_id_help_post": "Seite oder in der Dokumentdetail-URL.", + "shared.file_id_help_pre": "Finde den Datei-ID auf dem", + "shared.file_id_label": "Datei-ID", + "shared.file_id_placeholder": "z.B. 42", + "shared.files_link": "Dateien", + "shared.heading": "Geteilte Links", + "shared.label_label": "Bezeichnung", + "shared.label_placeholder": "z.B. Mit Bob geteilt", + "shared.link_created": "Geteilt Link erstellt!", + "shared.link_created_help": "Kopiere und sende diesen Link an den Empfänger.", + "shared.links_count_aria": "Anzahl der Links", + "shared.max_downloads_label": "Max Downloads", + "shared.no_links": "Noch keine geteilten Links. Erstelle einen oben, um zu starten.", + "shared.open_in_new_tab": "In neuem Tab öffnen", + "shared.open_link_aria": "Geteilten Link öffnen", "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", - "upload.url_placeholder": "https://example.com/document.pdf" + "shared.page_title": "Geteilte Links – DocuElevate", + "shared.password_label": "Passwort", + "shared.password_placeholder": "Leer lassen für kein Passwort", + "shared.password_protected": "Passwort geschützt", + "shared.refresh_aria": "Geteilte Links Liste aktualisieren", + "shared.revoke_aria_prefix": "Geteilten Link für", + "shared.revoke_btn": "Widerrufen", + "shared.status_active": "Aktiv", + "shared.status_expired": "Abgelaufen", + "shared.status_limit_reached": "Limit erreicht", + "shared.status_revoked": "Widerrufen", + "shared.subtitle": "Teile Dokumente mit jedem über einen zeitlich begrenzten oder ansichtsbegrenzten Link. Empfänger benötigen kein DocuElevate-Konto. Links können passwortgeschützt und jederzeit widerrufen werden.", + "shared.table_aria": "Geteilte Links", + "shared.unlimited_placeholder": "Unbegrenzt", + "shared.your_links": "Ihre Geteilten Links", + "similarity.backfill_auto": "Die Hintergrundaufgabe wird sie automatisch alle 5 Minuten berechnen, oder Sie können", + "similarity.files_missing_text": "Datei(en) haben OCR-Text, aber noch keine Einbettung.", + "similarity.find_pairs_btn": "Paare finden", + "similarity.heading": "Dokumentenähnlichkeit", + "similarity.load_error": "Fehler beim Laden der Paare.", + "similarity.min_similarity_label": "Min. Ähnlichkeit", + "similarity.no_pairs_detail": "Keine Dokumentpaare überschreiten die Ähnlichkeitsschwelle.", + "similarity.no_pairs_heading": "Keine ähnlichen Paare gefunden", + "similarity.page_title": "Dokumentenähnlichkeit - DocuElevate", + "similarity.pagination_aria": "Ähnlichkeitspärchen-Paginierung", + "similarity.per_page_label": "Pro Seite", + "similarity.scanning": "Scanne nach ähnlichen Dokumentenpärchen\u001000", + "similarity.stat_embedding_model": "Einbettungsmodell", + "similarity.stat_missing_embedding": "Fehlende Einbettung", + "similarity.stat_total_files": "Insgesamt Dateien", + "similarity.stat_with_embedding": "Mit Einbettung", + "similarity.subtitle": "Paare von Dokumenten mit hoher semantischer Ähnlichkeit, nach Punktzahl sortiert.", + "similarity.trigger_aria": "Einbettungsberechnung für alle Dateien ohne Einbettung auslösen", + "similarity.trigger_now": "jetzt auslösen", + "status.app_version": "App-Version", + "status.build_date": "Build-Datum", + "status.container_id": "Container-ID", + "status.git_commit": "Git-Commit", + "status.last_check": "Letzte Überprüfung", + "status.page_title": "Systemstatus", + "status.setting_label": "Einstellung", + "status.value_label": "Wert", + "subscription.available_plans_heading": "Tilgängliche Pläne", + "subscription.back_to_dashboard": "Wieder to Dashboard", + "subscription.cancel_pending": "Änderung annuleren", + "subscription.cancel_scheduled": "Geplante Änderung annuleren", + "subscription.contact_sales": "Kontaktier Verkauf", + "subscription.current_badge": "Aktuell", + "subscription.current_plan": "Aktuellen Plan", + "subscription.current_plan_cta": "Dien aktuellen Plan", + "subscription.downgrade_to_prefix": "Downgrade to", + "subscription.features_heading": "Wat is in din Plan inbegriffen", + "subscription.free": "Gratis", + "subscription.heading": "Min Abonnement", + "subscription.keep_plan_prefix": "Behalten", + "subscription.lifetime_files": "Total Dateien (Lebenszeit)", + "subscription.month_files": "Dateien dis Monat", + "subscription.more_features_label": "mehr", + "subscription.page_title": "Min Abonnement – DocuElevate", + "subscription.pending_badge": "Unerledigt", + "subscription.pending_benefits": "Du behälst all aktuell Pläne Vorteil bis dann.", + "subscription.pending_on": "am", + "subscription.pending_title": "Unerledigt Pläne Änderung geplant", + "subscription.pending_will_change": "Dien Plan wird sich ändern to", + "subscription.per_mo": "/mo", + "subscription.per_month": "/monat", + "subscription.since": "Siet", + "subscription.single_user_body": "Abonnementstufen gelten, wenn der Mehrbenutzermodus aktiv is. Dien Instanz läuft zurzeit in einem Einzelbenutzermodus ohne Verarbeitsgrenzen. En Admin kann den Mehrbenutzermodus über {settings_link} aktivieren.", + "subscription.single_user_title": "Mehrbenutzermodus is nich aktiviert.", + "subscription.subtitle": "Dien aktuellen Plan, Nutzung un verfügbar Upgrades.", + "subscription.this_month_label": "dis Monat", + "subscription.today_files": "Dateien heite", + "subscription.today_label": "heute", + "subscription.unlimited": "Unbegrenzt", + "subscription.upgrade_info": "Upgrades gelten sofort. Downgrades sind für das Ende von dien aktuelle Abrechnungsperiode geplant.", + "subscription.upgrade_to_prefix": "Upgrade to", + "subscription.usage_heading": "Nutzung", + "upload.browse_button": "Dateien durchsuchen", + "upload.button_processing": "Verarbeite...", + "upload.camera_button": "Foto machen / Dokument scannen", + "upload.download_button": "Herunterladen und Verarbeiten", + "upload.downloading": "Datei von URL herunterladen...", + "upload.drag_drop": "Ziehen Sie Dateien hierher oder klicken Sie, um zu durchsuchen", + "upload.drop_hint_desktop": "Dateien oder Ordner hierher ziehen oder klicken, um Dateien auszuwählen.", + "upload.drop_hint_mobile": "Tippen Sie, um Dateien auszuwählen, oder verwenden Sie die Kamerataste unten.", + "upload.drop_zone_aria": "Datei-Upload-Bereich. Ziehen Sie Dateien hierher oder drücken Sie die Eingabetaste, um Dateien zu durchsuchen.", + "upload.error": "Upload fehlgeschlagen", + "upload.error_invalid_url": "Ungültiges URL-Format", + "upload.error_url_required": "Bitte geben Sie eine URL ein", + "upload.file_size_hint": "Maximale Größe: 500 MB pro Datei", + "upload.file_types": "Erlaubte Typen: PDF, Office-Dokumente (Word, Excel, PowerPoint, etc.), Bilder", + "upload.filename_description": "Leer lassen, um den Dateinamen von der URL zu verwenden", + "upload.filename_label": "Dateiname (optional)", + "upload.filename_placeholder": "mein-dokument.pdf", + "upload.max_size": "Maximale Dateigröße: {size}", + "upload.page_title": "Dateien hochladen", + "upload.section_device": "Vom Gerät hochladen", + "upload.section_url": "Von URL hochladen", + "upload.select_file": "Datei wählen", + "upload.success": "Datei erfolgreich hochgeladen", + "upload.title": "Dokument hochladen", + "upload.uploading": "Wird hochgeladen...", + "upload.url_description": "Geben Sie einen direkten Link zu einer Datei ein (PDF, Office-Dokumente oder Bilder)", + "upload.url_label": "Datei-URL", + "upload.url_placeholder": "https://example.com/dokument.pdf" } diff --git a/frontend/translations/ne.json b/frontend/translations/ne.json new file mode 100644 index 00000000..71473879 --- /dev/null +++ b/frontend/translations/ne.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "सिर्जनाकर्तासँग भेट्नुहोस्", + "about.creator_name": "क्रिश्चियन क्राकाउ-लुईस", + "about.creator_pre": "DocuElevateलाई उत्साहपूर्वक विकास गर्न गरिएको हो", + "about.features_admin_api": "कार्यक्रमात्मक पहुँचको लागि शक्तिशाली REST API", + "about.features_admin_config": "पर्यावरण चरहरू मार्फत धेरै कन्फिगर गर्न मिल्ने", + "about.features_admin_docker": "आसानीसँग तैनाती र स्केलिङका लागि डकरसँग तयार", + "about.features_admin_heading": "प्रशासन", + "about.features_admin_oauth2": "Authentik सँग OAuth2 प्रमाणीकरण समर्थन", + "about.features_automation_background": "Redis र Celery सँग पृष्ठभूमि प्रक्रियाकरण", + "about.features_automation_gmail": "Gmail र सामान्य ई-मेल खाता एकीकरण", + "about.features_automation_heading": "स्वचालन", + "about.features_automation_imap": "धेरै स्रोतबाट IMAP इनबक्स पोलिङ", + "about.features_automation_ingestion": "विभिन्न इनपुटबाट स्वचालित कागजात समावेश", + "about.features_heading": "प्रमुख विशेषताहरू", + "about.features_integration_cloud": "क्लाउड भण्डारण: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "एकीकरण र भण्डारण", + "about.features_integration_multi_dest": "धेरै गन्तव्य समर्थन (कागजातहरू धेरै स्थानमा भण्डारण गर्नुहोस्)", + "about.features_integration_protocols": "स्थानान्तरण प्रोटोकलहरू: FTP, SFTP, ई-मेल अग्रेषण", + "about.features_integration_selfhosted": "स्वयं-होस्ट गरिएको विकल्पहरू: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "बुद्धिमान कागजात वर्गीकरण र मिति निक्षेपण", + "about.features_processing_heading": "कागजात प्रक्रियाकरण", + "about.features_processing_metadata": "प्लग गर्न मिल्ने AI प्रदान गर्ने प्रयोग गरेर स्वचालित मेटाडाटा निक्षेपण", + "about.features_processing_ocr": "Azure Document Intelligence द्वारा सुविधाजनक OCR", + "about.features_processing_pdf": "Gotenberg मार्फत विभिन्न फाइल ढाँचाहरूको लागि PDF रूपान्तरण", + "about.features_processing_upload": "आसान र सुरक्षित फाइल अपलोडको लागि ड्र्याग & ड्रप समर्थन", + "about.github_logo_alt": "GitHub लोगो", + "about.heading": "DocuElevateका बारेमा", + "about.intro_post": " – कागजात प्रक्रियाकरणको लागि तपाईँको आधुनिक, बुद्धिमान समाधान! हामीले DocuElevate बनाउनुभएको छ जसले तपाईँको कागजातहरूको हिनो हेरप्रहारलाई पूर्ण रूपमा परिवर्तन गर्छ – अपलोडबाट निक्षेपण, प्रक्रियाबाट भण्डारणमा।", + "about.intro_pre": "स्वागत छ ", + "about.involved_description": "कोडमा खोतल्न चाहनुहुन्छ, विचारहरू योगदान गर्न चाहनुहुन्छ, या DocuElevateको बारेमा थप जान्न चाहनुहुन्छ?", + "about.involved_docs": "डोक्युमेन्टेशन पढ्नुहोस्", + "about.involved_github": "GitHubमा DocuElevate हेर्नुहोस्", + "about.involved_heading": "सामेल हुनुहोस्", + "about.involved_website": "DocuElevate वेबसाइटमा जानुहोस्", + "about.legal_description": "हामी तपाईँको गोपनीयता र डाटा सुरक्षा बारेमा चासो राख्छौं। कृपया हाम्रा कुरा सल्लाह गर्नुहोस्:", + "about.legal_heading": "गोपनीयता र कानूनी", + "about.legal_license": "लाइसेन्स सूचना", + "about.legal_privacy": "गोपनीयता सूचना", + "about.page_title": "DocuElevateका बारेमा", + "about.story_heading": "हाम्रो कथा", + "about.story_p1": "DocuElevate एक लक्ष्यसँग सिर्जना गरियो: साना स्टार्टअप वा ठूलो एंटरप्राइज होस्, सबैका लागि कागजात व्यवस्थापनलाई सरल र प्रभावकारी बनाउनु।", + "about.story_p2": "हामी मेटाडेटा निकासी र पाठ सुधारका लागि प्लग गर्न योग्य एआई प्रदायकहरूको शक्तिलाई (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, र अन्य) समावेश गर्छौं, डेटा भण्डारण र अनुक्रमणिका लागि Dropbox, Nextcloud, र Paperless NGX सँग सहज रूपमा एकिकृत गर्छौं, OCR को लागि Azure Document Intelligence को लाभ लिन्छौं, र फाइल-देखि-PDF रूपान्तरणहरूका लागि Gotenberg पनि प्रयोग गर्छौं।", + "api_tokens.col_created": "सिर्जना गरियो", + "api_tokens.col_last_ip": "अन्तिम IP", + "api_tokens.col_last_used": "अन्तिम प्रयोग गरियो", + "api_tokens.col_name": "नाम", + "api_tokens.col_prefix": "टोकन उपसर्ग", + "api_tokens.copy_to_clipboard": "टोकन क्लीपबोर्डमा प्रतिलिपि गर्नुहोस्", + "api_tokens.copy_upload_example": "अपलोड उदाहरण क्लीपबोर्डमा प्रतिलिपि गर्नुहोस्", + "api_tokens.copy_warning_1": "यो टोकन अहिले प्रतिलिपि गर्नुहोस् - यो", + "api_tokens.copy_warning_2": "पुनः देखाइने छैन", + "api_tokens.create_heading": "नयाँ टोकन सिर्जना गर्नुहोस्", + "api_tokens.create_token": "टोकन सिर्जना गर्नुहोस्", + "api_tokens.creating": "सिर्जना गर्दै...", + "api_tokens.heading": "API टोकन", + "api_tokens.intro": "DocuElevate API सँग प्रोग्रामेटिक रूपमा अन्तरक्रिया गर्न व्यक्तिगत API टोकनहरू सिर्जना गर्नुहोस्। वेबहुक अपलोडहरू, CI/CD पाइपलाइनहरू, वा कागजातहरू अपलोड गर्न वा पुनः प्राप्त गर्न आवश्यक पर्ने कुनै पनि स्क्रिप्टका लागि टोकनहरू प्रयोग गर्नुहोस्।", + "api_tokens.loading_tokens": "टोकनहरू लोड गरिरहेको...", + "api_tokens.never": "कहिल्यै", + "api_tokens.no_tokens_heading": "अझै कुनै API टोकन छैन", + "api_tokens.no_tokens_help": "सुरुआत गर्नुहोस्, माथि तपाइँको पहिलो टोकन सिर्जना गर्नुहोस्।", + "api_tokens.page_title": "API टोकन – DocuElevate", + "api_tokens.revoke": "बेमहल गर्नुहोस्", + "api_tokens.revoke_prefix": "टोकन बेमहल गर्नुहोस्", + "api_tokens.status_active": "सक्रिय", + "api_tokens.status_revoked": "बेमहल गरियो", + "api_tokens.table_aria": "API टोकन", + "api_tokens.token_created": "टोकन सफलतापूर्वक सिर्जना गरियो!", + "api_tokens.token_name_label": "टोकनको नाम", + "api_tokens.token_name_placeholder": "जस्तै CI पाइपलाइन, वेबहुक अपलोड, मेरो स्क्रिप्ट", + "api_tokens.usage_heading": "उपयोग उदाहरण", + "api_tokens.usage_intro_post": "कुनै पनि API अनुरोधको साथ सिरुवास:", + "api_tokens.usage_intro_pre": "तपाईँको API टोकनलाई प्रयोग गर्नुहोस्", + "api_tokens.your_tokens": "तपाईंका टोकन", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "स्रोत", + "audit.col_timestamp": "टाइमस्ट्याम्प", + "audit.critical": "गंभीर", + "audit.filter_action": "कार्य", + "audit.filter_all_actions": "सभी कार्य", + "audit.filter_all_users": "सबै प्रयोगकर्ता", + "audit.filter_resource_placeholder": "उदाहरण: कागजात, प्रयोगकर्ता", + "audit.filter_resource_type": "स्रोत प्रकार", + "audit.filter_severity": "गम्भीरता", + "audit.filter_user": "प्रयोगकर्ता", + "audit.filters_section_label": "अडिट लग छान्ने", + "audit.next": "अर्को", + "audit.next_label": "अर्को पृष्ठ", + "audit.no_events": "अव ვერ गरिएको कुनै अडिट घटनाहरू छैन।", + "audit.no_events_hint": "महत्वपूर्ण क्रियाकलापहरू (लगइन, कागजात कार्यहरू, सेटिङ परिवर्तनहरू) यहाँ देखा पर्नेछन्।", + "audit.page_title": "अडिट लगहरू - डोक्यूएलेभेट", + "audit.pagination_label": "अडिट लग पृष्ठांकन", + "audit.prev": "अगाडि", + "audit.prev_label": "अघिल्लो पृष्ठ", + "audit.refresh_label": "अडिट लगहरू रिफ्रेश गर्नुहोस्", + "audit.siem_disabled_title": "SIEM पठाउने असक्षम गरिएको छ", + "audit.siem_enabled_title": "घटनाहरू यहाँ पठाइँदै छन् ", + "audit.siem_off": "SIEM: बन्द", + "audit.subtitle": "सभी महत्वपूर्ण क्रियाकलापहरूको व्यापक, थप्न मात्र मिल्ने रेकर्ड।", + "audit.table_label": "अडिट लग घटनाहरू", + "audit.title": "अडिट लगहरू", + "auth.confirm_password": "पासवर्ड पुष्टि गर्नुहोस्", + "auth.create_account": "खाता सिर्जना गर्नुहोस्", + "auth.display_name_label": "प्रदर्शित नाम", + "auth.email_label": "इमेल", + "auth.forgot_password": "पासवर्ड बिर्सनुभयो?", + "auth.forgot_username": "उपयोगकर्ता नाम बिर्सनुभयो?", + "auth.login": "लग इन गर्नुहोस्", + "auth.login_title": "लग इन गर्नुहोस्", + "auth.logo_alt": "डोक्यूएलेभेट लोगो", + "auth.logout": "लग आउट गर्नुहोस्", + "auth.my_account": "मेरो खाता", + "auth.no_account": "खाता छैन?", + "auth.or_continue_with": "वैकल्पिक रूपमा यससँग जारी राख्नुहोस्", + "auth.password_label": "पासवर्ड", + "auth.profile": "प्रोफाइल", + "auth.remember_me": "मलाई सम्झनुहोस्", + "auth.return_home": "घर फर्कनुहोस्", + "auth.sign_in": "साइन इन गर्नुहोस्", + "auth.sign_in_sso": "SSO सँग साइन इन गर्नुहोस्", + "auth.sign_in_with": "साइन इन गर्नुहोस् दर्शन", + "auth.sign_in_with_username": "युजरनेमको साथ साइन इन गर्नुहोस्", + "auth.signup": "साइन अप गर्नुहोस्", + "auth.signup_title": "साइन अप गर्नुहोस्", + "auth.username_label": "युजरनेम", + "auth.username_or_email": "युजरनेम वा ईमेल", + "auth.verify_email_back_sign_in": "साइन इनमा फर्कनुहोस्", + "auth.verify_email_expiry": "लिंक 24 घण्टामा समाप्त हुन्छ। यदि तपाईंले ईमेल देख्नु भएन भने, आफ्नो स्पाम फोल्डर जाँच गर्नुहोस्।", + "auth.verify_email_heading": "आफ्नो इनबक्स जाँच गर्नुहोस्", + "auth.verify_email_message": "हामीले तपाईंलाई एक भेरिफिकेशन ईमेल पठाएका छौं। कृपया आफ्नो खाता सक्रिय गर्न ईमेलमा रहेको लिंकमा क्लिक गर्नुहोस्।", + "auth.verify_email_page_title": "DocuElevate - तपाईंको ईमेल प्रमाणित गर्नुहोस्", + "auth.verify_email_resend_aria_label": "फेरि पठाउनको लागि ईमेल ठेगाना", + "auth.verify_email_resend_button": "पुनः भेरिफिकेशन ईमेल पठाउनुहोस्", + "auth.verify_email_resend_label": "ईमेल ठेगाना", + "auth.verify_email_resend_placeholder": "तपाईंको ईमेल ठेगाना प्रविष्ट गर्नुहोस्", + "auth.verify_email_resend_prompt": "त्यो प्राप्त गर्नुभयो?", + "backup.archives_heading": "ब्याकअप आर्काइभ", + "backup.backup_now": "यहांको ब्याकअप गर्नुहोस्", + "backup.clean_up": "साफ गर्नुहोस्", + "backup.cleanup_title": "अवधि सफाई अहिले चलाउनुहोस्", + "backup.col_created": "सृष्टि गरियो", + "backup.col_filename": "फाईल नाम", + "backup.col_size": "आकार", + "backup.col_storage": "भण्डारण", + "backup.col_type": "प्रकार", + "backup.config_auto_backup": "स्वचालित ब्याकअप", + "backup.config_remote_dest": "दूरको गन्तव्य", + "backup.config_retention": "रखरखाव", + "backup.config_total_size": "कुल स्थानीय आकार", + "backup.confirm_btn": "पुष्टि गर्नुहोस्", + "backup.confirm_title": "कारवाहीको पुष्टि गर्नुहोस्", + "backup.heading": "ब्याकअप व्यवस्थापन", + "backup.local_only": "केवल स्थानीय", + "backup.no_backups": "अझै कुनै ब्याकअप छैन।", + "backup.no_backups_hint": "तपाईंको पहिलो ब्याकअप सिर्जना गर्न ब्याकअप गर्न अहिले क्लिक गर्नुहोस्।", + "backup.page_title": "ब्याकअप व्यवस्थापन", + "backup.records_label": "रेकर्ड", + "backup.restore_btn": "पुनर्स्थापना गर्नुहोस्", + "backup.restore_desc_mid": "डाटाबेसलाई पुनर्स्थापना गर्न ब्याकअप आर्काइभ।", + "backup.restore_desc_pre": "एक अपलोड गर्नुहोस्", + "backup.restore_desc_warning": "यसले हालको सबै डाटालाई ओभरराइट गर्नेछ।", + "backup.restore_file_label": "ब्याकअप आर्काइव (.db.gz)", + "backup.restore_heading": "फाइलबाट पुनर्स्थापना गर्नुहोस्", + "backup.restoring": "पुनर्स्थापना गर्दै\u00026nbsp;…", + "backup.retention_daily_detail": "\u0002d ३ सप्ताहका लागि राखिन्छ", + "backup.retention_heading": "वापसी नीति", + "backup.retention_hourly_detail": "\u0002d ४ दिनका लागि राखिन्छ", + "backup.retention_note": "यी सीमाहरूभन्दा बाहिरका ब्याकअपहरू प्रत्येक नयाँ ब्याकअप सिर्जना भएपछि स्वचालित रूपमा हटाइन्छ।", + "backup.retention_weekly_detail": "\u0002d ~३ महिना राखिन्छ", + "backup.snapshots": "स्न्यापशटहरू", + "backup.status_ok": "ठिक छ", + "backup.storage_local": "स्थानीय", + "backup.subtitle": "डाटाबेसका ब्याकअपहरू स्वचालित रूपमा सिर्जना गरिन्छन्: प्रति घण्टा (४ दिन), दैनिक (३ সপ্তাহ), साप्ताहिक (१३ सप्ताह)।", + "backup.table_aria": "ब्याकअप आर्काइवहरू", + "backup.trigger_daily": "अब ब्याकअप गर्नुहोस् (दैनिक)", + "backup.trigger_hourly": "अब ब्याकअप गर्नुहोस् (प्रति घण्टा)", + "backup.trigger_weekly": "अब ब्याकअप गर्नुहोस् (साप्ताहिक)", + "backup.type_daily": "दैनिक", + "backup.type_hourly": "प्रति घण्टा", + "backup.type_weekly": "साप्ताहिक", + "billing.go_to_dashboard": "ड्यासबोर्डमा जानुहोस्", + "billing.manage_subscription": "सदस्यता व्यवस्थापन गर्नुहोस्", + "billing.success_heading": "तपाईं सबै सेट हुनुहुन्छ!", + "billing.success_message": "तपाईंको सदस्यता सक्रिय गरिएको छ। DocuElevate चयन गर्नुभएकोमा धन्यवाद!", + "billing.success_page_title": "DocuElevate - सदस्यता सक्रिय गरियो", + "common.actions": "क्रियाहरू", + "common.active": "सक्रिय", + "common.all": "सबै", + "common.avatar": "अवतार", + "common.back": "फिर्ता", + "common.cancel": "रद्द गर्नुहोस्", + "common.close": "सँगै बन्द गर्नुहोस्", + "common.col_pending": "पेनडिङ", + "common.completed": "पूर्ण", + "common.confirm": "पुष्टि गर्नुहोस्", + "common.copied": "प्रतिलिपि गरियो!", + "common.copy": "प्रतिलिपि गर्नुहोस्", + "common.create": "सिर्जना गर्नुहोस्", + "common.created": "सिर्जना गरियो", + "common.date": "तारीख", + "common.delete": "मिटाउनुहोस्", + "common.description": "विवरण", + "common.details": "विवरणहरू", + "common.disabled": "अक्षम", + "common.download": "डाउनलोड", + "common.duplicate": "डुप्लिकेट", + "common.edit": "सम्पादन गर्नुहोस्", + "common.enabled": "सक्षम", + "common.error": "त्रुटि", + "common.failed": "असफल", + "common.filter": "फिल्टर", + "common.inactive": "निष्क्रिय", + "common.info": "जानकारी", + "common.loading": "लोड गर्दै...", + "common.name": "नाम", + "common.next": "अगाडि", + "common.next_page": "अगिलो पृष्ठ", + "common.no": "होइन", + "common.none": "कुनै छैन", + "common.page": "पृष्ठ", + "common.paused": "विराम", + "common.pending": "अपेक्षामा", + "common.prev_page": "अघिल्लो पृष्ठ", + "common.previous": "अघिल्लो", + "common.processing": "प्रक्रिया गर्दै", + "common.refresh": "रिफ्रेस", + "common.reset": "रिसेट", + "common.retry": "पुनः प्रयास गर्नुहोस्", + "common.save": "सुरक्षित गर्नुहोस्", + "common.search": "खोज्नुहोस्", + "common.select": "छान्नुहोस्", + "common.select_placeholder": "— छान्नुहोस् —", + "common.size": "आकार", + "common.status": "स्थिति", + "common.submit": "पेश गर्नुहोस्", + "common.success": "सफलता", + "common.tags": "ट्यागहरू", + "common.test": "परीक्षण", + "common.test_connection": "परीक्षण जडान", + "common.type": "प्रकार", + "common.update": "अपडेट", + "common.updated": "अपडेट गरिएको", + "common.upload": "अपलोड गर्नुहोस्", + "common.view": "हेर्नुहोस्", + "common.warning": "चेतावनी", + "common.yes": "हो", + "cookie.accept": "बुझे", + "cookie.learn_more": "थाहा पाउनुहोस्", + "cookie.message": "यस वेबसाइटले तपाईंको अनुभव सुधार गर्न कुकिज प्रयोग गर्दछ।", + "cookie.notice": "DocuElevate ले प्रमाणीकरण र सेवा सञ्चालनको लागि आवश्यक मात्र महत्त्वपूर्ण सत्र कुकिज मात्र प्रयोग गर्दछ। कुनै ट्र्याकिङ वा विश्लेषण कुकिजको प्रयोग छैन।", + "cookie.notice_label": "कुकी सूचना", + "cookie.policy_link": "कुकी नीति", + "cookie.privacy_link": "गोपनीयता सूचना", + "credentials.col_action": "कार्य", + "credentials.col_credential": "क्रेडेन्शियल", + "credentials.col_source": "स्रोत", + "credentials.configured": "कन्फिगर गरिएको", + "credentials.edit_in_settings": "सेटिङमा सम्पादन गर्नुहोस्", + "credentials.legend_db": "डेटाबेसमा सुरक्षित मान (विश्राममा एनक्रिप्ट गरिएको; वातावरण भेरिएबललाई ओभरराइड गर्दछ)", + "credentials.legend_env_after": " फाइल", + "credentials.legend_env_before": "वातावरण भेरिएबलबाट वा ", + "credentials.legend_missing": "क्रेडेन्शियल सेट गरिएको छैन — एकीकरण काम गर्न सक्दैन", + "credentials.legend_restart": "यो क्रेडेन्शियल परिवर्तन गरिसके पछि पुनः सुरु गर्न आवश्यक छ", + "credentials.legend_title": "सूचना", + "credentials.manage_settings": "सेटिङहरू व्यवस्थापन गर्नुहोस्", + "credentials.not_configured": "कन्फिगर गरिएको छैन", + "credentials.page_title": "क्रेडेन्शियल अडिट - DocuElevate", + "credentials.raw_json": "कच्चा JSON (API)", + "credentials.restart_title": "यो क्रेडेन्शियल परिवर्तन गरेपछि पुनः सुरु गर्न आवश्यक छ", + "credentials.source_db_title": "डेटाबेसमा सुरक्षित (एनक्रिप्ट गरिएको)", + "credentials.source_env_title": "वातावरण भेरिएबलबाट", + "credentials.status_missing": "गुमाएको", + "credentials.subtitle": "DocuElevate द्वारा प्रयोग गरिएका सबै संवेदनशील क्रेडेन्शियलहरूको समग्र दृश्य। कुनै गोप्य मानहरू यहाँ प्रदर्शित छैनन् — केवल प्रत्येक क्रेडेन्शियल कन्फिगर गरिएको छ कि छैन र यसको मर्मत कहाँबाट आएको हो।", + "credentials.table_for": "क्रेडेन्शियलहरूका लागि", + "credentials.title": "क्रेडेन्शियल अडिट", + "credentials.total_credentials": "कुल क्रेडेन्शियलहरू", + "dashboard.active_integrations": "सक्रिय एकीकरणहरू", + "dashboard.files_this_month": "यो महिनाका फाइलहरू", + "dashboard.files_today": "आजका फाइलहरू", + "dashboard.ocr_processed": "OCR प्रशोधित", + "dashboard.quick_actions": "छिटो कार्यहरू", + "dashboard.recent_activity": "हालको गतिविधि", + "dashboard.storage_targets": "भण्डारण लक्ष्यहरू", + "dashboard.title": "ड्यासबोर्ड", + "dashboard.total_files": "कुल फाइलहरू", + "dashboard.welcome": "DocuElevate मा स्वागत छ", + "duplicates.file_id_label": "फाइल ID", + "duplicates.file_id_placeholder": "उदाहरण: 42", + "duplicates.find_btn": "फेला पार्नुहोस्", + "duplicates.found_files": "कुल प्रतिकृत फाइल(हरू)।", + "duplicates.found_groups": "प्रतिलिपि समूह(हरू) संग", + "duplicates.found_prefix": "फेला पारियो", + "duplicates.group_aria": "प्रतिलिपि समूह", + "duplicates.heading": "प्रतिलिपि कागजातहरू", + "duplicates.how_it_works_heading": "नजिकको प्रतिलिपि पहिचान कसरी काम गर्छ", + "duplicates.max_results_label": "अधिकतम परिणामहरू", + "duplicates.near_dup_desc": "एक कागजात चयन गर्नुहोस् जाँच गर्न कि अन्य फाइलहरू समान (या धेरै एकरूप) सामग्री समावेश गर्छन् कि गर्दैनन्— चाहे तिनीहरूलाई विभिन्न समयमा स्क्यान गरिएको हो र विभिन्न SHA-256 ह्यासहरू छन्।", + "duplicates.near_dup_heading": "एक कागजातका लागि नजिकको प्रतिलिपिहरू फेला पार्नुहोस्", + "duplicates.no_exact_heading": "कुनै सटीक प्रतिलिपिहरू फेला परेनन्", + "duplicates.page_title": "प्रतिलिपि कागजातहरू - DocuElevate", + "duplicates.pagination_aria": "पृष्ठाकरण", + "duplicates.role_duplicate": "प्रतिलिपि", + "duplicates.role_original": "मूल", + "duplicates.tab_exact": "सटीक प्रतिलिपिहरू", + "duplicates.tab_near": "नजिकको प्रतिलिपि खोज्ने", + "duplicates.tabs_aria": "प्रतिलिपि पहिचानको ट्याबहरू", + "duplicates.threshold_label": "समानता थ्रेशोल्ड", + "duplicates.view_dup_aria": "प्रतिलिपि फाइल हेर्नुहोस्", + "duplicates.view_original_aria": "मूल फाइल हेर्नुहोस्", + "error.404_code": "404", + "error.404_heading": "Oops, हामीले त्यो पृष्ठ फेला पार्न सकिएन!", + "error.404_home": "घरमा फर्किनुहोस्", + "error.404_message": "DocuElevate ले तपाईंले खोज्नु भएको कागजात हरायो जस्तो लाग्दछ। चिन्ता नलिनुहोस् – हामी यहाँ छौं।", + "error.404_title": "404 - फेला पारिएको छैन", + "error.500_code": "500", + "error.500_debug_info": "डebug जानकारी देखाउनुहोस्", + "error.500_description": "हाम्रा सर्भरहरूले एक समस्या भेट्टाए र केही समयको आवश्यकता छ।", + "error.500_heading": "Oops! केही गलत भयो।", + "error.500_home": "घर जानुहोस्", + "error.500_img_alt": "सर्भर त्रुटिको चित्रण", + "error.500_message1": "हाम्रा सर्भरहरूले एक समस्या भेट्टाए र केही समयको आवश्यकता छ। सायद ह्याम्स्टर्सले आफ्नो कफी बगाएका हुन्?", + "error.500_message2": "हामी यसमा लागि समाधान गरिरहेछौं—फाइलहरू क्रमबद्ध गर्दै, सर्भरहरू पुनरारम्भ गर्दै, र फ्लक्स कप्यासिटरहरू दोहोर्याउँदै।", + "error.500_title": "सर्भर त्रुटि - DocuElevate", + "error.forbidden": "प्रतिबन्धित", + "error.forbidden_message": "तपाईंलाई यो पृष्ठमा पहुँच गर्न अनुमति छैन।", + "error.not_found": "पृष्ठ फेला परेन", + "error.not_found_message": "तपाईंलाई चाहिएको पृष्ठ अस्तित्वमा छैन।", + "error.server_error": "आन्तरिक सर्भर त्रुटि", + "error.server_error_message": "केहि गलत भयो। कृपया पछि फेरि प्रयास गर्नुहोस्।", + "error.unauthorized": "अनधिकृत", + "error.unauthorized_message": "यो पृष्ठमा पहुँच गर्नको लागि तपाईंलाई लगइन गर्न आवश्यक छ।", + "files.action_delete": "फाइल मेटाउनुहोस्", + "files.action_details": "विवरणहरू हेर्नुहोस्", + "files.action_preview": "छिटो पूर्वावलोकन", + "files.bulk_clear_selection": "चयन स्पष्ट गर्नुहोस्", + "files.bulk_cloud_ocr": "क्लाउड OCR पुनः चलाउनुहोस्", + "files.bulk_delete": "चयन गरिएका मेटाउनुहोस्", + "files.bulk_download": "ZIP को रूपमा डाउनलोड गर्नुहोस्", + "files.bulk_reprocess": "चयन गरिएका पुनःप्रक्रमण गर्नुहोस्", + "files.delete_modal_cancel": "रद्द गर्नुहोस्", + "files.delete_modal_confirm": "मेटाउनुहोस्", + "files.delete_modal_message": "के तपाईं साँच्चै यो फाइल मेटाउन चाहनुहुन्छ?", + "files.delete_modal_title": "मेटाउने पुष्टि गर्नुहोस्", + "files.document_title": "दस्तावेजको शीर्षक", + "files.drop_overlay_hint": "PDF, Office कागजात, छविहरू, HTML, Markdown, र अन्यको समर्थन गर्दछ - फोल्डरहरू पुनरावृत रूपमा प्रशोधित गरिन्छ", + "files.drop_overlay_title": "अपलोड गर्नको लागि कुनै पनि ठाउँमा फाइल वा फोल्डर ड्रप गर्नुहोस्", + "files.error_hint": "यो सम्भवतः कन्फिगरेसन वा आयात समस्याका कारण हो। कृपया सर्भर लगहरू जाँच गर्नुहोस्।", + "files.file_size": "फाइलको आकार", + "files.filename": "फाइलको नाम", + "files.files_selected": "चयन गरिएका फाइलहरू", + "files.filter_all_providers": "सबै प्रदायकहरू", + "files.filter_all_statuses": "सबै स्थितिहरू", + "files.filter_all_types": "सबै प्रकारहरू", + "files.filter_apply": "फिल्टरहरू लागू गर्नुहोस्", + "files.filter_clear": "स्पष्ट गर्नुहोस्", + "files.filter_date_from": "मिति बाट", + "files.filter_date_from_aria": "मितिबाट छान्नुहोस्", + "files.filter_date_to": "मिति सम्म", + "files.filter_date_to_aria": "मितिसम्म छान्नुहोस्", + "files.filter_form_aria": "फाइलहरू छान्नुहोस्", + "files.filter_mime_type": "MIME प्रकार", + "files.filter_ocr_all": "सबै फाइलहरू", + "files.filter_ocr_good": "राम्रो गुणस्तर", + "files.filter_ocr_poor": "कमजोर गुणस्तर", + "files.filter_ocr_quality": "OCR गुणस्तर", + "files.filter_ocr_quality_aria": "OCR गुणवत्ता स्कोरद्वारा छनोट गर्नुहोस्", + "files.filter_ocr_unchecked": "अझै मूल्याङ्कन गरिएको छैन", + "files.filter_search_label": "फाइलनाम खोज्नुहोस्", + "files.filter_search_placeholder": "फाइलनाम प्रविष्ट गर्नुहोस्...", + "files.filter_storage_provider": "भण्डारण प्रदायक", + "files.filter_tags_aria": "ट्यागद्वारा छनोट गर्नुहोस् (कमामा छुट्याएको)", + "files.filter_tags_placeholder": "उदाहरण: चालान,अमेजन", + "files.fulltext_search_label": "पूर्ण-पाठ खोज (OCR पाठ, मेटाडाटा, ट्यागहरू)", + "files.fulltext_search_placeholder": "प्रस्तुतिका सामग्री, प्रेषक, ट्यागहरू, प्रकार खोज्नुहोस्...", + "files.no_files": "कोही फाइल फेला परेको छैन", + "files.ocr_status": "OCR स्थिति", + "files.page_title": "फाइल रेकर्डहरू", + "files.pagination_files": "फाइलहरू", + "files.pagination_first": "पहिलो", + "files.pagination_last": "अन्तिम", + "files.pagination_nav_aria": "फाइल सूची पृष्ठांकन", + "files.pagination_next": "अर्को", + "files.pagination_of": "को", + "files.pagination_previous": "अघिल्लो", + "files.pagination_showing": "कमाइरहेको", + "files.preview_modal_close": "पूर्वावलोकन बन्द गर्नुहोस्", + "files.preview_modal_title": "पूर्वावलोकन", + "files.queue_banner_items": "वस्तु(हरू) हाल क्यूमा छन् वा प्रक्रियामा छन्। प्रक्रियापन पूर्ण भएपछि फाइलहरू यहाँ देखिनेछन्।", + "files.queue_banner_link": "क्यू हेर्नुहोस्", + "files.saved_searches_empty": "कोई सुरक्षित खोजहरू छैनन्", + "files.saved_searches_error": "सुरक्षित खोजहरू लोड गर्न सकिएन", + "files.saved_searches_label": "सुरक्षित खोजहरू", + "files.saved_searches_save": "हालको सुरक्षित गर्नुहोस्", + "files.saved_searches_save_aria": "हालका छनोटहरूलाई सुरक्षित खोजको रूपमा सुरक्षित गर्नुहोस्", + "files.search_results_empty": "कोई परिणाम फेला परेन।", + "files.search_results_title": "खोज परिणामहरू", + "files.status_duplicate": "डुप्लिकेट", + "files.table_actions": "क्रियाहरू", + "files.table_aria": "फाइल रेकर्डहरू", + "files.table_created_at": "बनाइएको", + "files.table_empty": "कोई फाइल फेला परेन", + "files.table_id": "आईडी", + "files.table_mime_type": "MIME प्रकार", + "files.table_original_filename": "मूल फाइलनाम", + "files.table_select_all": "यस पृष्ठका सबै फाइलहरू छान्नुहोस्", + "files.tags": "ट्यागहरू", + "files.title": "फाइलहरू", + "files.upload_modal_aria": "अपलोड प्रगति", + "files.upload_modal_close": "अपलोड प्रगति बन्द गर्नुहोस्", + "files.upload_modal_header": "फाइलहरू अपलोड गर्दै", + "files.uploaded": "अपलोड गरियो", + "footer.about": "बारेमा", + "footer.attribution": "अभिलेख", + "footer.attributions": "अभिलेखहरू", + "footer.cookies": "कुकीहरू", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "छाप", + "footer.license": "लाइसेंस", + "footer.navigation": "फुटर नेविगेशन", + "footer.privacy": "गोपनीयता", + "footer.terms": "सर्तहरू", + "footer.version": "संस्करण {version}", + "help.destinations_dropbox": "ड्रपबक्स", + "help.destinations_dropbox_desc": "OAuth-सम्बन्धित। फाइलहरू तपाईंको चयन गरिएको फोल्डरमा जान्छन्।", + "help.destinations_email": "इमेल फर्वार्डिंग", + "help.destinations_email_desc": "प्रशोधित फाइलहरू SMTP संलग्नकको रूपमा पठाइन्छ।", + "help.destinations_google_drive": "गूगल ड्राइव", + "help.destinations_google_drive_desc": "सर्भिस खाता वा OAuth। साझा ड्राइभलाई समर्थन गर्दछ।", + "help.destinations_heading": "गन्तव्यहरू – कति कागजात जान्छन्", + "help.destinations_nextcloud": "नेक्स्टक्लाउड / वेबDAV", + "help.destinations_nextcloud_desc": "वेबDAVमार्फत आत्म-होस्ट गरिएको क्लाउड भण्डारण।", + "help.destinations_onedrive": "वनड्राइव", + "help.destinations_onedrive_desc": "माइक्रोसफ्ट ग्राफ एपीआई समाकलन।", + "help.destinations_paperless": "पेपरलेस-ngx", + "help.destinations_paperless_desc": "कागजातहरू प्रत्यक्ष पेपरलेसमा संग्रह गर्न धकेल्नुहोस्।", + "help.destinations_s3": "अमेजन S3", + "help.destinations_s3_desc": "कुनै S3-मा अनुकूल बाल्टीनुहोस् (AWS, MinIO, Wasabi)।", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "कुनै सर्भरमा सुरक्षित फाइल स्थानान्तरण।", + "help.destinations_webhook": "वेबहुक", + "help.destinations_webhook_desc": "कुनै बाह्य अन्त बिन्दुमा POST मेटाडाटा।", + "help.documentation": "दस्तावेजीकरण", + "help.faq": "प्रायः सोधिने प्रश्नहरू", + "help.faq_1_a": "अपलोड पृष्ठमा जानुहोस्, फाइलहरू तान्नुहोस् र छोड्नुहोस् वा फाइल छान्नुहोस् क्लिक गर्नुहोस्। DocuElevate ले छविहरू र कार्यालयका कागजातहरूलाई PDF मा रूपान्तरण गर्दछ, OCR चलाउँछ, र मेटाडाटा स्वचालित रूपमा निकाल्छ।", + "help.faq_1_q": "म कागजातहरू कसरी अपलोड गर्ने?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, र HTML। गैर-PDF फाइलहरू प्रशोधन गर्नुअघि स्वचालित रूपमा PDF मा रूपान्तरण गरिन्छ।", + "help.faq_2_q": "कुन फाइल फर्म्याटहरू समर्थित छन्?", + "help.faq_3_a": "हो। इमेल इन्जेसनमा जानुहोस्, एक IMAP खातामा थप्नुहोस्, र DocuElevate नयाँ सन्देशहरूको लागि पोल गर्नेछ र अट्याचमेन्टहरू स्वचालित रूपमा प्रशोधन गर्नेछ।", + "help.faq_3_q": "के म इमेलबाट कागजातहरू इञ्जेस्ट गर्न सक्छु?", + "help.faq_4_a": "पिपलाइनहरूले तपाईंलाई प्रशोधनका कदमहरू चेन गर्न अनुमति दिन्छ - OCR, AI निकासी, फर्म्याट रूपान्तरण - र परिणामलाई एउटा वा धेरै गन्तव्यहरूमा पठाउन। पिपलाइन पृष्ठबाट तिनीहरू सिर्जना र सञ्चाल गर्नुहोस्।", + "help.faq_4_q": "प्रशोधन पिपलाइनहरू कसरी काम गर्छ?", + "help.faq_5_a": "DocuElevate ले विश्राममा क्रेडेन्सियलहरू एन्क्रिप्ट गर्छ, TLS मार्फत संचार गर्छ, र कहिल्यै तपाईंका कागजातहरू आवश्यक भन्दा बढी लामो समयसम्म भण्डारण गर्दैन। पूर्ण विवरणको लागि गोपनीयता नोटिस हेर्नुहोस्।", + "help.faq_5_a_post": "पूर्ण विवरणको लागि।", + "help.faq_5_a_pre": "DocuElevate ले विश्रामको अवस्थामा क्रेडेन्सियलहरूको एन्क्रिप्सन गर्दछ, TLS मा संचार गर्दछ, र कहिल्यै तपाईका कागजातलाई आवश्यक भन्दा लामो समयसम्म भण्डारण गर्दैन। हेरौँ ", + "help.faq_5_q": "के मेरो डेटा सुरक्षित छ?", + "help.faq_heading": "Frequently Asked Questions", + "help.getting_started": "गएको सुरु गर्नुहोस्", + "help.heading": "सहायता केन्द्र", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "कागजातलाई कार्यक्रमmatically पठाउन REST API प्रयोग गर्नुहोस्। Bearer टोकनसँग प्रमाणीकरण गर्नुहोस् र फाइलहरू अपलोड अन्तर्गत POST गर्नुहोस्।", + "help.ingestion_heading": "डाटा इनजेष्टन उपकरणहरू", + "help.ingestion_mobile": "मोबाइल एप्स", + "help.ingestion_mobile_desc": "कुनै पनि मोबाइल स्क्यानिङ एप प्रयोग गर्नुहोस् जुन कस्टम HTTP अपलोड गन्तव्यलाई समर्थन गर्दछ ताकि फोटो र स्क्यानहरूलाई तपाईको फोन वा ट्याब्लेटबाट DocuElevateमा पठाउन सकिन्छ।", + "help.ingestion_scanners": "नेटवर्क स्क्यानर्स", + "help.ingestion_scanners_desc": "कुनै पनि नेटवर्क स्क्यानर वा बहुउद्देश्यीय प्रिन्टरलाई DocuElevate को अपलोड गन्तव्यमा लक्षित गर्नुहोस्। स्क्यान गरिएको कागजातहरू सीधा तपाईको प्रशोधन सूचीमा पुग्छन्।", + "help.ingestion_watched_folders": "हेर्ने फोल्डरहरू", + "help.ingestion_watched_folders_desc": "मेकानिस्ट गरिने स्थानीय वा नेटवर्क फोल्डरलाई निगरानीका लागि कन्फिगर गर्नुहोस्। हेरिएका फोल्डरमा राखिएको कुनै पनि फाइल स्वचालित रूपमा अपलोड हुन्छ र DocuElevate द्वारा प्रशोधित हुन्छ।", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "DocuElevate लाई Zapier, n8n, वा Make सँग तपाईका स्वचालन कार्यप्रवाहमा एकीकृत गर्नुहोस्। कुनै पनि घटनाबाट कागजात अपलोडहरू ट्रिगर गर्न REST API क्रियाहरू प्रयोग गर्नुहोस्।", + "help.meta_description": "DocuElevate को साथमा मद्दत प्राप्त गर्नुहोस् - कागजात अपलोड गर्ने, क्लाउड भण्डारण जडान गर्ने, पाइपलाइन सेट अप गर्ने र थपको लागि गाईडहरू फेला पार्नुहोस्।", + "help.og_description": "DocuElevate को साथमा मद्दत प्राप्त गर्नुहोस् - कागजात अपलोड गर्ने, क्लाउड भण्डारण जडान गर्ने, पाइपलाइन सेट अप गर्ने र थपको लागि गाईडहरू फेला पार्नुहोस्।", + "help.page_title": "सहायता केन्द्र", + "help.privacy_notice": "गोपनीयता नोटिस", + "help.quickstart_heading": "छिटो सुरु", + "help.quickstart_storage": "स्टोरेज जडान गर्नुहोस्", + "help.quickstart_storage_desc": "सेटिङमा जानुहोस् र तपाईंका क्लाउड खाताहरू लिंक गर्नुहोस्। प्रशोधन गरिएका कागजातहरू स्वचालित रूपमा तपाईंले कन्फिगर गर्नुभयो प्रत्येक गन्तव्यमा रूट गरिन्छ।", + "help.quickstart_storage_desc_full": "इन्ग्रेशनहरूमा जानुहोस् र तपाईको क्लाउड भण्डारण खाता जडान गर्नुहोस्। DocuElevate ले Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, र थपलाई समर्थन गर्दछ। प्रशोधित कागजातहरू स्वचालित रूपमा तपाईले कन्फिगर गरेको हरेक गन्तव्यमा पठाइन्छ।", + "help.quickstart_upload": "कागजातहरू अपलोड गर्नुहोस्", + "help.quickstart_upload_desc": "अपलोड पृष्ठमा फाइलहरू खिच्नुहोस् र ड्रप गर्नुहोस् वा फाइल छान्न क्लिक गर्नुहोस्। DocuElevate ले छविहरू र कार्यालयका कागजातहरूलाई PDF मा रूपान्तरण गर्छ, OCR चलाउँछ, र मेटाडेटा स्वचालित रूपमा निकाल्छ।", + "help.quickstart_workflows": "कार्यप्रवाहलाई स्वचालित गर्नुहोस्", + "help.quickstart_workflows_desc": "कर्महरू प्रवाहमा ओसीआर, AI निकासी, फर्म्याट रूपान्तरण, र डेलिभरीलाई एकै चेनमा संयोजन गर्नुहोस्।", + "help.sources_email_ingestion": "इमेल इन्जेसन (IMAP)", + "help.sources_email_ingestion_desc": "कागजातहरू एक समर्पित मेलबक्समा फार्वार्ड गर्नुहोस्। इमेल इन्जेसन अन्तर्गत, एक वा धेरै IMAP खाताहरू थप्नुहोस्। DocuElevate नयाँ सन्देशहरूको लागि पोल गर्छ र अट्याचमेन्टहरू स्वचालित रूपमा प्रशोधन गर्छ।", + "help.sources_heading": "स्रोतहरू - कागजातहरू ल्याउने", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "फाइलहरूलाई /api/upload मा POST गरेर कार्यक्रमिक रूपमा एकीकृत गर्नुहोस्। स्क्रिप्टहरू, हेरिएका फोल्डरहरू, स्क्यानरहरू, वा Zapier र n8n जस्ता तेस्रो पक्षका उपकरणहरूको लागि उत्तम।", + "help.sources_scanner": "स्क्यानर र मोबाइल", + "help.sources_scanner_desc": "नेटवर्क स्क्यानरहरूलाई DocuElevate को अपलोड अन्तिम बिन्दुमा इंगित गर्नुहोस् वा कुनै पनि मोबाइल स्क्यानिंग एप प्रयोग गर्नुहोस् जुन अनुकूलित HTTP गन्तव्यहरूको समर्थन गर्छ।", + "help.sources_scanner_desc_full": "तपाईको नेटवर्क स्क्यानर वा बहुउद्देश्यीय प्रिन्टरलाई DocuElevate मा स्क्यानहरू सीधा पठाउन कन्फिगर गर्नुहोस्। गन्तव्यको रूपमा /api/upload अन्तर्गत प्रयोग गर्नुहोस्। कस्टम अपलोड गन्तव्यहरूको साथमा मोबाइल स्क्यानिङ एपहरू पनि समर्थन गरिन्छ।", + "help.sources_web_upload": "वेब अपलोड", + "help.sources_web_upload_desc": "सुरु गर्नको लागि सबैभन्दा छिटो तरिका। अपलोड पृष्ठ खोल्नुहोस्, एक वा धेरै फाइलहरू छोड्नुहोस्, र DocuElevate बाँकीको ख्याल राख्छ। समर्थित प्रारूपहरूमा PDF, JPEG, PNG, TIFF, DOCX, XLSX, र थप समावेश छन्।", + "help.subheading": "DocuElevate बाट अधिकतम लाभ लिनका लागि तपाईंलाई आवश्यक सबै कुरा। तलका विषयहरू ब्राउज गर्नुहोस् या तपाईंलाई आवश्यक पर्ने कुरा खोज्नुहोस्।", + "help.support": "समर्थन", + "help.support_admin_message": "समर्थन जानकारीको लागि तपाईंका प्रशासकलाई सम्पर्क गर्नुहोस्।", + "help.support_description": "के तपाईंले खोज्दै हुनुहुन्छ भने केहि फेला पार्न सक्नुहुँदैन? हाम्रो समर्थन टोली यहाँ मद्दत गर्नका लागि छ।", + "help.support_heading": "समर्थन सम्पर्क गर्नुहोस्", + "help.support_live_chat": "प्रत्यक्ष च्याट उपलब्ध छ - संवाद सुरु गर्न च्याट बबलमा क्लिक गर्नुहोस्।", + "help.support_ticket_button": "एक टिकट पेश गर्नुहोस्", + "help.support_ticket_desc": "तलको फर्म भरेर राख्नुहोस् र हाम्रो समर्थन टोली चाँडै नै तपाईलाई फर्किनेछ।", + "help.support_ticket_heading": "एक समर्थन टिकट खोल्नुहोस्", + "help.title": "सहायता केन्द्र", + "help.workflows_creating": "एक पिपलाइन सिर्जना गर्दै", + "help.workflows_definition": "पिपलाइन भनेको कागजात इन्जेस्ट गर्दा स्वचालित रूपमा चल्ने प्रशोधनका कदमहरूको श्रृंखला हो। प्रत्येक कदमले कागजातलाई रूपान्तरण, समृद्ध, वा रूट गर्न सक्दछ।", + "help.workflows_heading": "कार्यप्रवाह र पिपलाइनहरू", + "help.workflows_step_1": "PDF मा रूपान्तरण गर्नुहोस्", + "help.workflows_step_1_create": "मुख्य मेनुमा पाइपलाइनमा जानुहोस्।", + "help.workflows_step_1_full": "PDF मा परिवर्तन गर्नुहोस् - सबै आउने फाइलहरूलाई एकसमान PDF फormat मा सामान्यीकृत गरिन्छ।", + "help.workflows_step_2": "OCR – पाठ निकाल्नुहोस्", + "help.workflows_step_2_create": "नयाँ पाइपलाइनमा क्लिक गर्नुहोस् र यसलाई नाम दिनुहोस्।", + "help.workflows_step_2_full": "OCR - Azure Document Intelligence वा निर्मित इञ्जिन प्रयोग गरेर स्क्यान गरिएका पृष्ठहरूबाट चयन गर्ने योग्य पाठ निकाल्नुहोस्।", + "help.workflows_step_3": "एआई मेटादाता निकाल्ने", + "help.workflows_step_3_create": "तपाईंलाई आवश्यक प्रक्रिया चरणहरू थप्नुहोस्।", + "help.workflows_step_3_full": "AI मेटाडाटा निकासी - कागजातको प्रकार वर्गीकरण गर्नुहोस् र रकम, मितिहरू, र नामहरू जस्ता प्रमुख क्षेत्रहरूलाई OpenAI प्रयोग गरेर निकाली गर्नुहोस्।", + "help.workflows_step_4": "एक वा बढी गन्तव्यहरूमा वितरण गर्नुहोस्", + "help.workflows_step_4_create": "एक वा बढी वितरण गन्तव्यहरू छान्नुहोस्।", + "help.workflows_step_5_create": "सुरक्षित गर्नुहोस् – नयाँ कागजातहरू यस पाइपलाइनमार्फत स्वचालित रूपमा प्रक्रिया गरिनेछ।", + "help.workflows_typical_steps": "साधारण चरणहरू", + "help.workflows_what_is": "पाइपलाइन के हो?", + "index.badge_intelligent": "बुद्धिमान कागजात प्रक्रिया", + "index.button_browse_files": "फाइलहरू ब्राउज गर्नुहोस्", + "index.button_upload": "अपलोड गर्नुहोस्", + "index.capabilities_cloud": "क्लाउड भण्डारण: ड्रपबक्स, OneDrive, गूगल ड्राइव, NextCloud", + "index.capabilities_ingestion": "इमेल र URL आधारित कागजात इनजेक्शन", + "index.capabilities_ocr": "एआईका साथ OCR र मेटादाटा निकाल्नुहोस्", + "index.capabilities_paperless": "कागजात व्यवस्थापनको लागि पेपरलेस-ngx एकीकरण", + "index.capabilities_title": "क्षमता", + "index.capabilities_workflows": "स्वचालित वर्गीकरण र राउटिंग कार्यप्रवाहहरू", + "index.cta_description": "DocuElevate सँग कागजात प्रक्रिया स्वचालन गर्ने टोलीहरूमा सामेल हुनुहोस्।", + "index.cta_heading": "तपाईंको कागजात कार्यप्रवाह升ो गर्न готов हुनुहुन्छ?", + "index.cta_pricing": "मूल्य निर्धारण हेर्नुहोस्", + "index.cta_signup": "एक निःशुल्क खाता सिर्जना गर्नुहोस्", + "index.dashboard_subtitle": "बुद्धिमान कागजात प्रक्रिया र व्यवस्थापन", + "index.dashboard_subtitle_teams": "बुद्धिमान कागजात प्रक्रिया र व्यवस्थापन — टोलीका लागि बनाइएको", + "index.feature_ai": "एआई मेटाडाटा निकाल्नुहोस्", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, र अन्य प्लग्गेबल एआई प्रदायकहरूले कागजातहरू वर्गीकरण गर्छन् र मिति, रकम, र विषय जस्ता प्रमुख क्षेत्रहरू निकाल्छन्।", + "index.feature_cloud": "मल्टी-क्लाउड स्टोरेज", + "index.feature_cloud_desc": "प्रक्रिया गरिएका फाइलहरूलाई ड्रपबक्स, गूगल ड्राइव, OneDrive, अमेजन S3, Nextcloud, पेपरलेस NGX, वेबDAV, FTP/SFTP, र थपमा राउट गर्नुहोस्।", + "index.feature_email": "इमेल र IMAP इनजेक्शन", + "index.feature_email_desc": "Gmail वा कुनै पनि IMAP मेलबक्सबाट स्वचालित रूपमा कागजातहरू टिप्नुहोस् — कुनै म्यानुअल अपलोडको आवश्यकता छैन।", + "index.feature_ocr": "OCR र पाठ निकाल्नुहोस्", + "index.feature_ocr_desc": "Azure Document Intelligence स्क्याण्ड गरिएका PDFs र छवि स्वचालित रूपमा पूर्ण खोजयोग्य पाठमा रूपान्तरण गर्दछ।", + "index.feature_pipelines": "अनुकूलन गरिएको पाइपलाइन", + "index.feature_pipelines_desc": "संरुपण गर्न मिल्ने चरणहरूसँग प्रक्रियागत पाइपलाइनहरू बनाउनुहोस् — OCR, एआई निकाल्ने, फर्म्याट परिवर्तन, र कुनै पनि क्रममा भण्डारण राउटिंग।", + "index.feature_search": "पूर्ण-पाठ खोज", + "index.feature_search_desc": "तपाईंको सम्पूर्ण संग्रहमा सामग्री, मेटाडाटा, वा लेबल द्वारा कुनै पनि कागजात तुरुन्तै खोज्नुहोस्।", + "index.feature_section_title": "स्मार्ट कागजात कार्यप्रवाहहरूको लागि तपाईंलाई आवश्यक सबै कुरा", + "index.getting_started": "सुरु गर्न", + "index.getting_started_1": "सिस्टम स्थिति मार्फत एकीकरण सेट गर्नुहोस्", + "index.getting_started_2": "आफ्नो पहिलो डोक्युमेन्ट अपलोड गर्नुहोस्", + "index.getting_started_3": "फाइलहरूमा परिणाम जाँच गर्नुहोस्", + "index.getting_started_learn": "DocuElevate बारेमा थप जान्नुहोस्", + "index.hero_description": "DocuElevate ले तपाईंका दस्तावेज़हरूलाई समाहित गर्छ, OCR चलाउँछ, AI संग मेटाडाटा निकाल्छ, र फाइलहरूलाई Dropbox, Google Drive, OneDrive, S3, Nextcloud, र थपमा रूट गर्दछ—सबै एक सतत पाइपलाइनमा।", + "index.hero_heading": "अपलोडबाट इनसाइटसम्म—स्वचालित रूपमा।", + "index.hero_login": "लग इन गर्नुहोस्", + "index.hero_pricing": "योजनाहरू र मूल्याङ्कन हेर्नुहोस्", + "index.hero_signup": "शुरु गर्नुहोस्—यो निःशुल्क छ", + "index.integrations_active": "सक्रिय एकीकरणहरू", + "index.integrations_storage": "स्टोरेज लक्ष्यहरू", + "index.integrations_title": "एकीकरणहरू", + "index.integrations_view_status": "सिस्टम स्थिति हेर्नुहोस्", + "index.page_title_dashboard": "ड्यासबोर्ड", + "index.page_title_public": "बुद्धिमानी दस्तावेज़ प्रशोधन", + "index.platform_overview": "प्लेटफर्मको संक्षिप्त विवरण", + "index.processing_stats": "प्रोसेसिंग आँकडा", + "index.quick_actions": "छिटो क्रियाकलापहरू", + "index.quick_documents": "मेरो कागजातहरू", + "index.quick_documents_desc": "तपाईंका प्रशोधन गरिएका फाइलहरू ब्राउज़र गर्नुहोस्", + "index.quick_search": "खोजी", + "index.quick_search_desc": "दस्तावेजहरूमा पूर्ण-पाठ खोजी", + "index.quick_subscription": "मेरो सदस्यता", + "index.quick_subscription_desc": "योजना र प्रयोगको विवरण हेर्नुहोस्", + "index.quick_system_status": "सिस्टम स्थिति", + "index.quick_system_status_desc": "एकीकरणको स्वास्थ्य जाँच गर्नुहोस्", + "index.quick_upload": "डोक्युमेन्ट अपलोड गर्नुहोस्", + "index.quick_upload_desc": "नयाँ फाइल प्रशोधन गर्नुहोस्", + "index.quick_view_files": "सबै फाइलहरू हेर्नुहोस्", + "index.quick_view_files_desc": "प्रशोधन गरिएका दस्तावेजहरू ब्राउज़र गर्नुहोस्", + "index.single_user_heading": "DocuElevate ड्यासबोर्ड", + "index.single_user_subtitle": "बुद्धिमानी दस्तावेज़ प्रशोधन र व्यवस्थापन", + "index.stat_active_integrations": "सक्रिय एकीकरणहरू", + "index.stat_active_users": "सक्रिय प्रयोगकर्ता", + "index.stat_files_month": "यस महिनाका फाइलहरू", + "index.stat_files_ocr": "OCR भएको फाइलहरू", + "index.stat_files_today": "आजका फाइलहरू", + "index.stat_storage_targets": "स्टोरेज लक्ष्यहरू", + "index.stat_this_month": "यस महिना", + "index.stat_today": "आज", + "index.stat_total_files": "कुल फाइलहरू", + "index.stat_total_processed": "कुल प्रोसेस गरिएका", + "index.tier_plan": "योजना", + "index.tier_upgrade": "अपग्रेड गर्नुहोस्", + "index.tier_view_details": "पूर्ण विवरण हेर्नुहोस्", + "index.upgrade_daily_limits": "उच्‍च दैनिकी र मासिक सीमाहरू", + "index.upgrade_description": "थप कागजात, थप गन्तव्यहरू र प्राथमिकता समर्थन अनलक गर्नुहोस्।", + "index.upgrade_destinations": "थप संग्रहण गन्तव्यहरू", + "index.upgrade_ocr_pages": "थप OCR पृष्ठहरू", + "index.upgrade_plan": "तपाईंको योजनामा उन्नति गर्नुहोस्", + "index.upgrade_view_pricing": "योजनाहरू र मूल्य सूची हेर्नुहोस्", + "index.usage_lifetime": "जीवनकाल फाइलहरू", + "index.usage_month": "यस महिनाको फाइलहरू", + "index.usage_my_usage": "मेरो प्रयोग", + "index.usage_today": "आजको फाइलहरू", + "index.usage_unlimited": "असीमित", + "integrations.access_key_label": "पहुंच कुञ्जी ID", + "integrations.active_label": "सक्रिय", + "integrations.add_button": "एकीकरण थप्नुहोस्", + "integrations.add_first_button": "तपाईंको पहिलो एकीकरण थप्नुहोस्", + "integrations.api_token_label": "API टोकन", + "integrations.authorize_btn": "अधिकृत गर्नुहोस्", + "integrations.authorize_reauth": "फेरी अधिकृत गर्नुहोस्", + "integrations.bucket_label": "बकेट", + "integrations.configure": "कन्फिगर गर्नुहोस्", + "integrations.connect": "जोड्नुहोस्", + "integrations.connected": "जोडिएको", + "integrations.connection_failed": "जडान असफल", + "integrations.connection_success": "जडान सफल", + "integrations.delete_confirm_are_you_sure": "के तपाईं यो मेटाउन चाहनुहुन्छ?", + "integrations.delete_confirm_title": "एकीकरण मेटाउने?", + "integrations.delete_confirm_undone": "यो क्रियाकलाप रद्द गर्न सकिदैन।", + "integrations.delete_emails_label": "प्रशोधन पछि इमेल मेटाउनुहोस्", + "integrations.delete_files_label": "प्रशोधन पछि फाइल मेटाउनुहोस्", + "integrations.destinations_quota_label": "भण्डारण गन्तव्यहरू:", + "integrations.destinations_section": "गन्तव्यहरू", + "integrations.direction_destination": "गन्तव्य (भण्डारण)", + "integrations.direction_label": "दिशा", + "integrations.direction_placeholder": "— चयन गर्नुहोस् —", + "integrations.direction_source": "स्रोत (आगमन)", + "integrations.disconnect": "जोड छुटाउनुहोस्", + "integrations.email_settings": "इमेल अग्रेषण सेटिङहरू", + "integrations.empty_state": "कुनै एकीकरण कन्फिगर गरिएको छैन", + "integrations.endpoint_label": "एन्डप्वाइन्ट URL", + "integrations.endpoint_optional": "(वैकल्पिक, S3-संग अनुपयोगी)", + "integrations.folder_label": "फोल्डर", + "integrations.folder_optional": "(वैकल्पिक)", + "integrations.folder_path_label": "फोल्डर पथ", + "integrations.folder_prefix_label": "फोल्डर पूर्वकाल", + "integrations.generic_settings_hint": "यस एकीकरण प्रकारको लागि गुणस्तर API मार्फत सिर्जना पछि JSON को रूपमा प्रदान गर्न सकिन्छ।", + "integrations.gmail_hint": "Gmail लेबल र तारा: सक्षम भएपछि, प्रशोधन गरिएका इमेललाई तारा दिइन्छ र Gmail मा \"आगमन\" लेबलको साथ चिन्न सकिन्छ। यो केवल Gmail सर्भरहरूमा लागू हुन्छ।", + "integrations.gmail_labels": "Gmail लेबल र तारा लागू गर्नुहोस्", + "integrations.host_label": "होस्ट", + "integrations.imap_settings": "IMAP सेटिंगहरू", + "integrations.loading": "एकीकरण लोड गर्दै…", + "integrations.modal_close": "मोडल बन्द गर्नुहोस्", + "integrations.modal_title_add": "एकीकरण थप्नुहोस्", + "integrations.modal_title_edit": "एकीकरण सम्पादन गर्नुहोस्", + "integrations.name_label": "लेबल", + "integrations.name_placeholder": "उदाहरण: Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Nextcloud सेटिङहरू", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "IMAP जस्ता इन्जेसन स्रोतहरू र S3, Dropbox, वा Google Drive जस्ता भण्डारण गन्तव्यहरूलाई जडान गर्न आफ्नो पहिलो इन्जेक्शन थप्नुहोस्।", + "integrations.not_connected": "जोडिएको छैन", + "integrations.oauth_folder_label": "फोल्डर", + "integrations.oauth_hint": "यस इन्जेक्शनलाई पहिलो पटक बचत गर्नुहोस्, त्यसपछि OAuth प्रवाह पूरा गर्न Authorize बटन प्रयोग गर्नुहोस्। तपाईंका प्रमाणीकरणहरू तपाईंको व्यक्तिगत इन्जेक्शन रेकर्डमा सुरक्षित रूपमा सुरक्षित गरिनेछ।", + "integrations.page_title": "एकीकरणहरू", + "integrations.paperless_settings": "Paperless NGX सेटिङहरू", + "integrations.password_label": "पासवर्ड", + "integrations.paused": "रोकेका छन्", + "integrations.plan_label": "योजना:", + "integrations.port_label": "पोर्ट", + "integrations.quota_not_available": "(उपलब्ध छैन)", + "integrations.quota_unlimited": "/ अनियंत्रित", + "integrations.recipient_label": "प्राप्कर्ता इमेल", + "integrations.region_label": "क्षेत्र", + "integrations.remote_path_label": "दूरस्थ पथ", + "integrations.s3_prefix_label": "Prefix (फोल्डर पथ)", + "integrations.s3_settings": "S3 सेटिङहरू", + "integrations.secret_key_label": "गोप्य पहुँच कुँजी", + "integrations.show_password": "पासवर्ड देखाउनुहोस्", + "integrations.show_secrets": "गोप्य चीजहरू देखाउनुहोस्", + "integrations.show_token": "टोकन देखाउनुहोस्", + "integrations.source_local": "स्थानीय फाइल प्रणाली", + "integrations.source_type_label": "स्रोत प्रकार", + "integrations.sources_quota_label": "Mailbox स्रोतहरू:", + "integrations.sources_section": "स्रोतहरू", + "integrations.subtitle": "एकै ठाउँमा आफ्नो इन्जेसन स्रोत र भण्डारण गन्तव्यहरूको व्यवस्थापन गर्नुहोस्।", + "integrations.title": "एकीकरणहरू", + "integrations.type_label": "इन्जेक्शन प्रकार", + "integrations.type_placeholder": "\u0002D पहिलो दिशानिर्देश चयन गर्नुहोस् \u0002D", + "integrations.upgrade_plan": "योजना अपग्रेड गर्नुहोस्", + "integrations.use_ssl": "SSL प्रयोग गर्नुहोस्", + "integrations.username_label": "उपयोगकर्ता नाम", + "integrations.watch_folder_settings": "गोप्य फोल्डर सेटिङहरू", + "integrations.webdav_settings": "WebDAV सेटिङहरू", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook इन्जेसन", + "integrations.webhook_how_heading": "Webhook इन्जेसन कसरी काम गर्छ", + "integrations.webhook_how_text": "एक webhook इन्जेक्शनले बाह्य प्रणालीहरूलाई REST API मार्फत डोक्यूएलेभेटमा सिधा डोक्युमेन्टहरू पठाउन अनुमति दिन्छ। डोक्यूएलेभेटले नयाँ फाइलहरूको लागि पोल गर्नको सट्टा (IMAP जस्तै), तपाईंको अनुप्रयोगले प्रमाणीकरणको लागि API टोकन भएको HTTP अनुरोध प्रयोग गरेर डोक्यूएलेभेटमा फाइलहरू पठाउँछ।", + "integrations.webhook_ideal_text": "CI/CD पाइपलाइन, स्वचालन स्क्रिप्ट, स्क्यानर इन्जेक्शनहरू, वा कुनै पनि प्रणाली जसले डोक्युमेन्टहरू उत्पन्न गर्छ र तिनीहरूलाई प्रशोधनको लागि पठाउनु पर्छ भने यो आदर्श हो।", + "integrations.webhook_quick_start": "छिटो सुरु गर्नुहोस्", + "integrations.webhook_security_tip": "प्रत्येक इन्जेक्शनको लागि समर्पित API टोकन सिर्जना गर्नुहोस् र यदि सम्झौता भएमा तुरुन्तै रद्द गर्नुहोस्। टोकनहरू API टोकन पृष्ठमा व्यवस्थापन गर्न सकिन्छ।", + "integrations.webhook_step1": "{api_tokens_link} मा जानुहोस् र व्यक्तिगत टोकन सिर्जना गर्नुहोस्।", + "integrations.webhook_upload_with_token": "API मार्फत डोक्युमेन्टहरू अपलोड गर्न टोकन प्रयोग गर्नुहोस्:", + "language.bg": "Български", + "language.ca": "Català", + "language.change_success": "भाषा {language} मा परिवर्तन गरिएको छ", + "language.changed": "भाषा {language} मा परिवर्तन गरिएको छ", + "language.cs": "Čeština", + "language.da": "Dansk", + "language.de": "Deutsch", + "language.el": "Ελληνικά", + "language.en": "English", + "language.es": "Español", + "language.et": "Eesti", + "language.fi": "Suomi", + "language.fr": "Français", + "language.ga": "Gaeilge", + "language.hr": "Hrvatski", + "language.hu": "म्याग्यार", + "language.is": "आइस्ल्यान्डिक", + "language.it": "इतालियन", + "language.lb": "लुजेम्बुर्गिस्च", + "language.lt": "लिथुआनियन", + "language.lv": "लात्भियन", + "language.nb": "नर्वेजियन", + "language.nl": "डच", + "language.no_results": "कुनै भाषा फेला परेन", + "language.pl": "पोलिश", + "language.pt": "पुर्तगीज", + "language.ro": "रोमानियन", + "language.ru": "रूसियन", + "language.search_placeholder": "भाषाहरू खोज्न\n\n", + "language.selector": "भाषा", + "language.selector_label": "भाषा चयन गर्नुहोस्", + "language.sk": "स्लोवाक", + "language.sl": "स्लोवेनियन", + "language.sv": "स्वीडिश", + "language.tr": "टर्किश", + "language.uk": "यूक्रेनी", + "language.zh": "चीनियाँ", + "nav.about": "बारेमा", + "nav.account_menu": "खाता मेनू", + "nav.account_menu_for": "{name} को खाता मेनू", + "nav.admin": "प्रशासनिक", + "nav.admin.audit_logs": "अडिट लग", + "nav.admin.backups": "ब्याकअप", + "nav.admin.plans": "योजना", + "nav.admin.scheduled_jobs": "अनुसूची गरिएका काम", + "nav.admin.users": "प्रयोक्ता", + "nav.admin_actions": "प्रशासनिक कार्य", + "nav.admin_menu": "प्रशासनिक मेनु", + "nav.api_docs": "API डोक्युमेन्टहरू", + "nav.api_tokens": "API टोकन्स", + "nav.backup_restore": "ब्याकअप र पुनर्स्थापना", + "nav.credentials": "साखपत्र", + "nav.dark_mode": "अँध्यारो मोड", + "nav.dashboard": "ड्यासबोर्ड", + "nav.developer_docs": "डेभलपर्स डोक्युमेन्टहरू", + "nav.duplicates": "नक्कलीहरू", + "nav.file_manager": "फाइल व्यवस्थापक", + "nav.files": "फाइलहरू", + "nav.get_started": "सुरु गरौं", + "nav.help": "मद्दत", + "nav.help_center": "साहायता केन्द्र", + "nav.imap": "इमेल आयात", + "nav.integrations": "एकीकरणहरू", + "nav.light_mode": "प्रकाश मोड", + "nav.login": "लगइन गर्नुहोस्", + "nav.logout": "लगआउट गर्नुहोस्", + "nav.main_navigation": "मुख्य नेविगेशन", + "nav.my_subscription": "मेरो सदस्यता", + "nav.notifications": "सूचनाहरू", + "nav.open_main_menu": "मुख्य मेनु खोल्नुहोस्", + "nav.pipelines": "पाइपलाइनहरू", + "nav.plan_designer": "प्लान डिजाइनर", + "nav.pricing": "मूल्य निर्धारण", + "nav.profile": "प्रोफाइल", + "nav.profile_settings": "प्रोफाइल सेटिङ", + "nav.queue": "पंक्ति", + "nav.queue_monitor": "पंक्ति अनुगमन", + "nav.scheduled_jobs": "निर्धारित कामहरू", + "nav.search": "खोज्नुहोस्", + "nav.settings": "सेटिङ", + "nav.shared_links": "साझा गरिएको लिंकहरू", + "nav.sign_out": "साइन आउट", + "nav.signup": "साइन अप गर्नुहोस्", + "nav.similarity": "सदृशता", + "nav.skip_to_content": "मुख्य सामग्रीमा जानुहोस्", + "nav.status": "स्थिति", + "nav.subscription": "सदस्यता", + "nav.toggle_dark_mode": "डार्क मोड स्विच गर्नुहोस्", + "nav.toggle_nav": "नेविगेशन मेनु स्विच गर्नुहोस्", + "nav.upload": "अपलोड गर्नुहोस्", + "nav.users": "प्रयोगकर्ता", + "nav.version": "संस्करण जानकारी", + "notifications.filter_all": "सबै", + "notifications.filter_read": "केवल पढिएका", + "notifications.filter_unread": "केवल नपढिएका", + "notifications.manage_desc": "तपाईंको सूचनाको इनबक्स, लक्ष्यहरू, र घटनाका प्राथमिकताहरू व्यवस्थापन गर्नुहोस्", + "notifications.mark_all_read": "सबैलाई पढिएको मान्नुहोस्", + "notifications.mark_all_read_btn": "सबैलाई पढेको बार्नुहोस्", + "notifications.mark_read": "पढिएको मान्नुहोस्", + "notifications.no_notifications": "कोई सूचनाहरू छैन", + "notifications.page_title": "सूचनाहरू", + "notifications.tab_inbox": "इनबक्स", + "notifications.tab_settings": "सेटिङ", + "notifications.title": "सूचना", + "notifications.unread_count": "{count} अनपढ़ सूचनाहरू", + "pipelines.active_label": "सक्रिय", + "pipelines.add_step_btn": "चरण थप्नुहोस्", + "pipelines.create": "पाइपलाइन बनाउनुहोस्", + "pipelines.custom_label_label": "कस्टम लेबल", + "pipelines.default_label": "डिफ़ॉल्ट", + "pipelines.description_label": "विवरण", + "pipelines.description_placeholder": "वैकल्पिक विवरण", + "pipelines.disabled_label": "अक्षम", + "pipelines.edit": "पाइपलाइन सम्पादन गर्नुहोस्", + "pipelines.empty_state": "यस समय कुनै पाइपलाइन छैन", + "pipelines.empty_state_hint": "कस्टम कागजात प्रशोधन कार्यप्रवाह परिभाषित गर्नको लागि आफ्नो पहिलो पाइपलाइन सिर्जना गर्नुहोस्।", + "pipelines.enabled_label": "सक्षम", + "pipelines.force_cloud_ocr_label": "क्लाउड OCR बलियो बनाउनुहोस् (स्थानीय पाठ निकाल्न छोड्नुहोस्)", + "pipelines.inactive_label": "निष्क्रिय", + "pipelines.loading": "पाइपलाइन लोड गर्दै\u00002026", + "pipelines.name_placeholder": "मेरो पाइपलाइन", + "pipelines.new_pipeline_btn": "नयाँ पाइपलाइन", + "pipelines.no_steps": "कोई चरण परिभाषित गरिएको छैन। आफ्नो पाइपलाइन बनाउन प्रारम्भ गर्न चरण थप्नुहोस्।", + "pipelines.ocr_auto": "स्वचालित (प्रणालीको डिफ़ॉल्ट प्रयोग गर्नुहोस्)", + "pipelines.ocr_language_hint": "Tesseract/EasyOCR का लागि विश्वव्यापी भाषा सेटिंगलाई ओभरराइड गर्दछ। Azure र Mistral भाषाको स्वचालित रूपमा पहिचान गर्छन्।", + "pipelines.ocr_language_label": "OCR भाषा", + "pipelines.optional_suffix": "(वैकल्पिक)", + "pipelines.page_title": "प्रसंस्करण पाइपलाइन", + "pipelines.set_default": "मेरो डिफ़ॉल्ट पाइपलाइनको रूपमा सेट गर्नुहोस्", + "pipelines.step_label_placeholder": "डिफ़ॉल्ट चरण नामलाई ओभरराइड गर्नुहोस्", + "pipelines.step_type_label": "चरण प्रकार", + "pipelines.subtitle_intro": "कस्टम कागजात प्रशोधन कार्यप्रवाह परिभाषित र व्यवस्थापन गर्नुहोस्।", + "pipelines.subtitle_system_post": "बाज र सबै प्रयोगकर्ताहरूलाई दृश्यमा छन्।", + "pipelines.subtitle_system_pre": "सिस्टम पाइपलाइन (व्यवस्थापनद्वारा सिर्जना गरिएको) एकमा प्रदर्शन गरिन्छ", + "pipelines.system_label": "सिस्टम", + "pipelines.system_pipeline_label": "सिस्टम पाइपलाइन (सबै प्रयोगकर्ताहरूलाई दृश्यमा)", + "pipelines.title": "प्रसंस्करण पाइपलाइन", + "profile.avatar_alt": "तपाईंको प्रोफाइल तस्वीर", + "profile.avatar_heading": "प्रोफाइल तस्वीर", + "profile.avatar_remove": "अनुकूलित अवतार हटाउनुहोस्", + "profile.avatar_upload_hint": "JPEG, PNG, GIF, वा WebP छवि 2 MB सम्म अपलोड गर्नुहोस्। यदि कुनै अनुकूलित तस्वीर सेट गरिएको छैन भने, तपाईंको {gravatar} देखा पर्नेछ।", + "profile.choose_image": "तस्वीर चयन गर्नुहोस्\u0007...", + "profile.confirm_password": "नयाँ पासवर्ड पुष्टि गर्नुहोस्", + "profile.contact_email_hint": "प्रणाली सूचनाहरूको लागि प्रयोग गरिएको। यसले तपाईंको लगइन ई-मेल परिवर्तन गर्दैन।", + "profile.contact_email_label": "सम्पर्क / सूचना ई-मेल", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "हालको पासवर्ड", + "profile.dismiss": "अस्वीकृत गर्नुहोस्", + "profile.display_name_hint": "तपाईंको खाता प्रयोगकर्ता नाम वा ई-मेल प्रयोग गर्न खाली छोड्नुहोस्।", + "profile.display_name_label": "प्रदर्शित नाम", + "profile.display_name_placeholder": "UI मा देखाइएका रूपमा तपाईंको नाम", + "profile.general_heading": "सामान्य जानकारी", + "profile.gravatar_link": "ग्रावतार", + "profile.heading": "प्रोफाइल सेटिङ", + "profile.language_auto_detect": "स्वयम-खोज (ब्राउजरबाट)", + "profile.language_hint": "तपाईंको मनपर्ने इन्टरफेस भाषा चयन गर्नुहोस्। “स्वयम-खोज” ले तपाईंको ब्राउजर सेटिङहरूको अनुसरण गर्दछ।", + "profile.language_label": "UI भाषा", + "profile.new_password": "नयाँ पासवर्ड", + "profile.new_password_hint": "कम्तिमा 8 क्यारेक्टर।", + "profile.page_title": "प्रोफाइल सेटिङ – DocuElevate", + "profile.password_heading": "पासवर्ड परिवर्तन गर्नुहोस्", + "profile.preferences_heading": "पसन्द", + "profile.save_button": "परिवर्तनहरू सुरक्षित गर्नुहोस्", + "profile.saving": "सुरक्षित गर्दै\u0007...", + "profile.subtitle": "तपाईंको प्रदर्शित नाम, अवतार, भाषा, र थिम सेटिङहरूको व्यवस्थापन गर्नुहोस्।", + "profile.theme_dark": "अँध्यारो", + "profile.theme_hint": "“प्रणाली पूर्वनिर्धारित” ले तपाईंको उपकरणको अँध्यारो-मोड सेटिङको अनुसरण गर्दछ।", + "profile.theme_label": "रङ योजना", + "profile.theme_light": "प्रकाश", + "profile.theme_system": "प्रणाली पूर्वनिर्धारित", + "profile.update_password": "पासवर्ड अद्यावधिक गर्नुहोस्", + "profile.updating": "अपडेट गर्दै\u00026", + "queue.active_tasks": "सक्रिय कार्यहरू", + "queue.auto_refresh_1": "स्वचालित रूपमा प्रत्येक", + "queue.auto_refresh_2": "सेकेन्ड", + "queue.col_arguments": "तर्कहरू", + "queue.col_current_step": "वर्तमान चरण", + "queue.col_file": "फाइल", + "queue.col_files": "फाइलहरू", + "queue.col_queue": "क्यू", + "queue.col_state": "स्थिति", + "queue.col_task": "कार्य", + "queue.col_task_id": "कार्य ID", + "queue.files_processing": "फाइलहरू प्रशोधन गर्दै", + "queue.heading": "क्यू मानीटर", + "queue.last_updated": "अन्तिम अद्यावधिक:", + "queue.loading_stats": "क्यूको तथ्यांक लोड गर्दै\n0\u001005;", + "queue.no_active_tasks": "कोइ सक्रिय कार्य छैन", + "queue.no_data": "कोइ डेटा छैन", + "queue.no_files_processing": "हालको समयमा कुनै फाइलहरू प्रशोधन हुँदै छैनन्", + "queue.page_title": "क्यू मानीटर", + "queue.processing_pipeline": "प्रशोधन पाइपलाइन", + "queue.queued_tasks": "क्यूमा रहेका कार्यहरू", + "queue.recently_processing": "हालै प्रशोधन गरिएका फाइलहरू", + "queue.redis_queues": "Redis क्यूहरू", + "queue.subtitle": "दस्तावेज प्रशोधन पाइपलाइन र Celery कार्य क्यूहरूको वास्तविक समयमा दृश्य।", + "queue.workers_online": "अनलाइन कामदारहरू", + "search.button": "खोजी गर्नुहोस्", + "search.error_message": "खोजी अस्थायी रूपमा अनुपलब्ध छ। कृपया केही पछि पुनः प्रयास गर्नुहोस्।", + "search.filter_aria_clear": "सबै चाँदीहरू मेटाउनुहोस्", + "search.filter_clear_button": "चाँदीहरू मेटाउनुहोस्", + "search.filter_date_from": "मिति बाट", + "search.filter_date_to": "मिति सम्म", + "search.filter_document_type": "दस्तावेजको प्रकार", + "search.filter_document_type_placeholder": "जस्तै: इनभ्वाइस", + "search.filter_language": "भाषा", + "search.filter_language_placeholder": "जस्तै: de", + "search.filter_sender": "पठाउने व्यक्ति", + "search.filter_sender_placeholder": "जस्तै: ACME Corp", + "search.filter_tags": "ट्यागहरू", + "search.filter_tags_placeholder": "जस्तै: amazon", + "search.filter_text_quality": "पाठको गुणस्तर", + "search.filter_text_quality_all": "सबै", + "search.filter_text_quality_high": "उच्च", + "search.filter_text_quality_low": "निम्न", + "search.filter_text_quality_medium": "मध्यम", + "search.filter_text_quality_no_text": "कोई पाठ छैन", + "search.heading": "दस्तावेज खोजी", + "search.input_aria_label": "दस्तावेज खोज्नुहोस्", + "search.input_placeholder": "सामग्री, प्रेषक, ट्याग, प्रकारद्वारा दस्तावेज खोज्नुहोस्...", + "search.loading_indicator": "खोज्दै\u00026", + "search.no_results": "कुनै परिणाम फธรรม भएको छैन", + "search.page_title": "दस्तावेजहरू खोज्नुहोस्", + "search.placeholder": "फाइल नाम, सामग्री, ट्यागद्वारा खोज्नुहोस्...", + "search.result_empty": "तपाईंको प्रश्नको अनुकूल कुनै दस्तावेज फेला परेन।", + "search.results_count": "{count} परिणामहरू फेला परे", + "search.saved_aria_save": "वर्तमान खोज सुरक्षित गर्नुहोस्", + "search.saved_button": "वर्तमान सुरक्षित गर्नुहोस्", + "search.saved_empty": "अहिले कुनै सुरक्षित खोजहरू छैनन्", + "search.saved_error": "सुरक्षित खोजहरू लोड गर्न सकिएन", + "search.saved_label": "सुरक्षित खोजहरू", + "search.saved_loading": "लोड हुँदै...", + "search.title": "दस्तावेजहरू खोज्नुहोस्", + "settings.audit_log_btn": "अडिट लग", + "settings.autocomplete_hint": "ज्ञात मानहरू खोज्न टाइप गर्नुहोस्, वा कुनै कस्टम मान प्रविष्ट गर्नुहोस्।", + "settings.autocomplete_no_matches": "कुनै मिल्दो चीज छैन - तपाईँ अझै पनि कस्टम मान टाइप गर्न सक्नुहुन्छ", + "settings.autocomplete_placeholder": "खोज्न टाइप गर्नुहोस् वा मान प्रविष्ट गर्नुहोस्\u00026...", + "settings.boolean_enable_prefix": "सक्षम गर्नुहोस्", + "settings.categories_aria": "सेटिङ्गहरूको श्रेणी", + "settings.categories_heading": "श्रेणियाँ", + "settings.db_wizard_btn": "DB जादुकरी", + "settings.effective_value_label": "प्रभावकारी मान:", + "settings.encrypted_suffix": "= विश्राममा ईन्क्रिप्ट गरिएको", + "settings.encrypted_title": "मान डेटाबेसमा विश्राममा ईन्क्रिप्ट गरिएको छ", + "settings.export_btn": "निर्यात गर्नुहोस्", + "settings.export_db_only": "DB सेटिङ्गहरू मात्र", + "settings.export_full_config": "पूर्ण प्रभावकारी कॉन्फिग", + "settings.jump_to_category": "श्रेणीमा जानुहोस्\u00026...", + "settings.manage_config_prefix": "कन्फिगरेसन व्यवस्थापन गर्नुहोस्। प्राथमिकता:", + "settings.model_picker_hint": "सूचाबाट चयन गर्नुहोस् वा तपाईंको प्रदायकद्वारा समर्थित कुनै मodelको नाम टाइप गर्नुहोस्।", + "settings.model_picker_placeholder": "एक सामान्य मोडेल चयन गर्नुहोस् वा कस्टम नाम टाइप गर्नुहोस्\u00026...", + "settings.no_results_clear": "खोज सफा गर्नुहोस्", + "settings.no_results_heading": "कोई सेटिङ्ग फेला परेन", + "settings.no_results_hint": "भिन्न खोजको शब्द प्रयास गर्नुहोस् या", + "settings.page_heading": "आवेदन सेटिङ्गहरू", + "settings.required_label": "(आवश्यक)", + "settings.reset_confirm": "के तपाईं यो सेटिङ्ग रिसेट गर्न निश्चित हुनुहुन्छ?", + "settings.restart_required_suffix": "= पुनः सुरु आवश्यक", + "settings.revert_btn": "DB बाट हटाउनुहोस्", + "settings.revert_title": "DB ओभरराइट हटाउनुहोस् र वातावरण चलक वा डिफल्टमा फर्काउनुहोस्", + "settings.reverting": "फर्कँदै\u0001\u0002\u0003\u0004", + "settings.save_all_btn": "सबै परिवर्तनहरू सुरक्षित गर्नुहोस्", + "settings.save_error": "सेटिंग सुरक्षित गर्न असफल", + "settings.save_setting_title": "यो सेटिंग सुरक्षित गर्नुहोस्", + "settings.save_success": "सेटिंग सफलतापूर्वक सुरक्षित गरियो", + "settings.saving_state": "सुरक्षित गर्दै\u0001\u0002\u0003\u0004", + "settings.search_aria_label": "सेटिंगहरू खोजी गर्नुहोस्", + "settings.search_clear_aria": "खोजी हटाउनुहोस्", + "settings.search_placeholder": "सेटिंगहरूलाई नाम, कुञ्जी, वा वर्णनद्वारा खोज्नुहोस्\u0001\u0002\u0003\u0004", + "settings.settings_count_suffix": "सेटिंगहरू", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "डिफल्ट", + "settings.source_env_badge": "ENV", + "settings.title": "सेटिंगहरू", + "settings.toggle_visibility_aria": "पासवर्ड दृश्यता टगल गर्नुहोस्", + "settings.toggle_visibility_title": "मान देखाउनुहोस्/लुकाउनुहोस्", + "settings.user_autocomplete_empty": "कोई मिल्दो प्रयोगकर्ता फेला पारिएन", + "settings.user_autocomplete_hint": "अवस्थित प्रयोगकर्ताहरूलाई नामद्वारा खोज्न टाइप गर्नुहोस्, वा कुनै पहिचानकर्ता म्यान्युअल रूपमा प्रवेश गर्नुहोस्।", + "settings.user_autocomplete_placeholder": "प्रयोगकर्ताहरूलाई खोज्न टाइप गर्न थाल्नुहोस्\u0001\u0002\u0003\u0004", + "settings.wizard_btn": "विजार्ड", + "shared.col_expiry": "समाप्ति", + "shared.col_file_label": "फाइल / लेबल", + "shared.col_link": "लिङ्क", + "shared.col_views": "दृश्यहरू", + "shared.copy_link_aria": "क्लिपबोर्डमा लिंक प्रतिलिपि गर्नुहोस्", + "shared.copy_link_title": "लिंक प्रतिलिपि गर्नुहोस्", + "shared.create_btn": "लिङ्क सिर्जना गर्नुहोस्", + "shared.create_heading": "नयाँ साझा लिङ्क सिर्जना गर्नुहोस्", + "shared.creating": "सिर्जना गर्दै\u0001\u0002\u0003\u0004", + "shared.expiry_12h": "12 घण्टा", + "shared.expiry_14d": "14 दिन", + "shared.expiry_1h": "1 घण्टा", + "shared.expiry_24h": "24 घण्टा (1 दिन)", + "shared.expiry_30d": "30 दिन", + "shared.expiry_3d": "3 दिन", + "shared.expiry_6h": "6 घण्टा", + "shared.expiry_7d": "7 दिन", + "shared.expiry_label": "समाप्ति", + "shared.expiry_never": "कहिल्यै होइन", + "shared.file_id_help_post": "पृष्ठमा वा दस्तावेज विवरण URL मा।", + "shared.file_id_help_pre": "फाइल ID थाहा पाउनुहोस्", + "shared.file_id_label": "फाइल ID", + "shared.file_id_placeholder": "उदाहरण: 42", + "shared.files_link": "फाइलहरू", + "shared.heading": "साझा लिङ्कहरू", + "shared.label_label": "लेबल", + "shared.label_placeholder": "उदाहरण: बब संग साझा गरियो", + "shared.link_created": "साझा लिङ्क सिर्जना गरियो!", + "shared.link_created_help": "यस लिङ्कलाई प्रतिवेदकलाई कपी गर्नुस् र पठाउनुस्।", + "shared.links_count_aria": "लिङ्कको संख्या", + "shared.max_downloads_label": "अधिकतम डाउनलोड", + "shared.no_links": "हालसम्म कुनै साझा लिङ्क छैन। सुरु गर्न माथि एक सिर्जना गर्नुहोस्।", + "shared.open_in_new_tab": "नयाँ ट्याबमा खोल्नुहोस्", + "shared.open_link_aria": "साझा लिङ्क खोल्नुहोस्", + "shared.optional": "(स्वेच्छिक)", + "shared.page_title": "साझा लिङ्कहरू – DocuElevate", + "shared.password_label": "पासवर्ड", + "shared.password_placeholder": "पासवर्ड बिना मात्र खाली छोड्नुहोस्", + "shared.password_protected": "पासवर्डले सुरक्षा गरिएको", + "shared.refresh_aria": "साझा लिङ्कहरूको सूची पुनः ताजगी गर्नुहोस्", + "shared.revoke_aria_prefix": "साझा लिङ्कलाई रद्द गर्नुहोस्", + "shared.revoke_btn": "रद्द गर्नुहोस्", + "shared.status_active": "सक्रिय", + "shared.status_expired": "म्याद समाप्त", + "shared.status_limit_reached": "सीमा पुगेको", + "shared.status_revoked": "रद्द गरियो", + "shared.subtitle": "कसैसँग समय-सीमित या दृश्य-सीमित लिङ्क मार्फत कागजातहरू साझा गर्नुहोस्। प्राप्तकर्ताहरूलाई DocuElevate खाता आवश्यक छैन। लिङ्कहरू पासवर्ड-सुरक्षित गर्न सकिन्छ र कुनै पनि समयमा रद्द गर्न सकिन्छ।", + "shared.table_aria": "साझा लिङ्कहरू", + "shared.unlimited_placeholder": "असीमित", + "shared.your_links": "तपाईंका साझा लिङ्कहरू", + "similarity.backfill_auto": "पृष्ठभूमि कार्यले प्रत्येक 5 मिनेटमा स्वचालित रूपमा गणना गर्नेछ, वा तपाईंले", + "similarity.files_missing_text": "फाइल(हरू) र OCR पाठ छ तर कुनै सम्मिलन छैन।", + "similarity.find_pairs_btn": "जोड़ीहरू खोज्नुहोस्", + "similarity.heading": "कागजातको समानता", + "similarity.load_error": "जोड़ीहरू लोड गर्न असफल।", + "similarity.min_similarity_label": "न्यूनतम समानता", + "similarity.no_pairs_detail": "कुनै कागजात जोड़ीले समानता थ्रेसहोल्ड भन्दा बढी छैन।", + "similarity.no_pairs_heading": "कुनै समान जोड़ीहरू फेला परेन", + "similarity.page_title": "दस्तावेज समानता - DocuElevate", + "similarity.pagination_aria": "समानता जोडीहरूको पृष्ठीकरण", + "similarity.per_page_label": "प्रति पृष्ठ", + "similarity.scanning": "समान दस्तावेज जोडीहरूको लागि स्क्यान गरिरहेको\u0003A", + "similarity.stat_embedding_model": "Embedding मोडेल", + "similarity.stat_missing_embedding": "अवशेष गुमेको", + "similarity.stat_total_files": "कुल फाइलहरू", + "similarity.stat_with_embedding": "Embedding सहित", + "similarity.subtitle": "उच्च अर्थपूर्ण समानता भएका दस्तावेजहरूको जोडीहरू, स्कोर अनुसार रैंक गरिएका।", + "similarity.trigger_aria": "Embedding गणनाका लागि सबै फाइलहरूमा trigger गर्नुहोस् जसले अझै सम्मग्नता गुम्यो", + "similarity.trigger_now": "यसै बेलामा trigger गर्नुहोस्", + "status.app_version": "ऐप संस्करण", + "status.build_date": "निर्माण मिति", + "status.container_id": "कन्टेनर ID", + "status.git_commit": "गिट कमिट", + "status.last_check": "अन्तिम चेक", + "status.page_title": "प्रणालीको स्थिति", + "status.setting_label": "सेटिङ", + "status.value_label": "मान", + "subscription.available_plans_heading": "उपलब्ध योजनाहरू", + "subscription.back_to_dashboard": "ड्यासबोर्डमा फर्कनुहोस्", + "subscription.cancel_pending": "परिवर्तन रद्द गर्नुहोस्", + "subscription.cancel_scheduled": "अनुसूचित परिवर्तन रद्द गर्नुहोस्", + "subscription.contact_sales": "बिक्रीसँग सम्पर्क गर्नुहोस्", + "subscription.current_badge": "वर्तमान", + "subscription.current_plan": "वर्तमान योजना", + "subscription.current_plan_cta": "तपाईंको वर्तमान योजना", + "subscription.downgrade_to_prefix": "डाउनग्रेड गर्नुहोस्", + "subscription.features_heading": "तपाईंको योजनामा के समावेश छ", + "subscription.free": "निःशुल्क", + "subscription.heading": "मेरो सदस्यता", + "subscription.keep_plan_prefix": "राख्नुहोस्", + "subscription.lifetime_files": "कुल फाइलहरू (आजीवन)", + "subscription.month_files": "यस महिनाका फाइलहरू", + "subscription.more_features_label": "अझ धेरै", + "subscription.page_title": "मेरो सदस्यता – DocuElevate", + "subscription.pending_badge": "पेंडिङ", + "subscription.pending_benefits": "त्यतिन्जेलसम्म तपाईंले सबै वर्तमान योजनाका फाइदाहरू राख्नुहुन्छ।", + "subscription.pending_on": "माथि", + "subscription.pending_title": "पेंडिङ योजना परिवर्तन अनुसूचि गरिएको", + "subscription.pending_will_change": "तपाईंको योजना परिवर्तन हुनेछ", + "subscription.per_mo": "/महिना", + "subscription.per_month": "/महिना", + "subscription.since": "देखि", + "subscription.single_user_body": "सदस्यता स्तरहरू जब बहु-प्रयोगकर्ता मोड सक्रिय हुन्छ तब लागू हुन्छ। तपाईंको उदाहरण हाल एकल-प्रयोगकर्ता मोडमा कुनै प्रक्रिया सीमा बिना चलिरहेको छ। व्यवस्थापकले {settings_link} मार्फत बहु-प्रयोगकर्ता मोड सक्षम गर्न सक्छ।", + "subscription.single_user_title": "बहु-प्रयोगकर्ता मोड सक्षम गरिएको छैन।", + "subscription.subtitle": "तपाईंको वर्तमान योजना, उपयोग र उपलब्ध उन्नयनहरू।", + "subscription.this_month_label": "यस महिना", + "subscription.today_files": "आजका फाइलहरू", + "subscription.today_label": "आज", + "subscription.unlimited": "असीमित", + "subscription.upgrade_info": "उन्नयनहरू तुरुन्तै लागू हुन्छन्। डाउनग्रेडहरू तपाईंको वर्तमान बिलिंग अवधिको अन्तमा अनुसूचि गरिएको छ।", + "subscription.upgrade_to_prefix": "उन्नति गर्नुहोस्", + "subscription.usage_heading": "उपयोग", + "upload.browse_button": "फाइलहरू ब्राउज गर्नुहोस्", + "upload.button_processing": "प्रक्रिया भइरहेको...", + "upload.camera_button": "तस्बिर खिच्नुहोस् / दस्तावेज स्क्यान गर्नुहोस्", + "upload.download_button": "डाउनलोड र प्रक्रिया गर्नुहोस्", + "upload.downloading": "URL बाट फाइल डाउनलोड गर्दै...", + "upload.drag_drop": "यहाँ फाइलहरू तान्नुहोस् र छोड्नुहोस् वा ब्राउज गर्न क्लिक गर्नुहोस्", + "upload.drop_hint_desktop": "यहाँ फाइलहरू या फोल्डरहरू तान्नुहोस् र छोड्नुहोस्, वा फाइल चयन गर्न क्लिक गर्नुहोस्।", + "upload.drop_hint_mobile": "फाइलहरू चयन गर्न ट्याप गर्नुहोस् वा तलको क्यामेरा बटन प्रयोग गर्नुहोस्।", + "upload.drop_zone_aria": "फाइल अपलोड क्षेत्र। यहाँ फाइलहरू तान्नुहोस् र छोड्नुहोस्, या फाइलहरू ब्राउज गर्न Enter थिच्नुहोस्।", + "upload.error": "अपलोड असफल", + "upload.error_invalid_url": "अवैध URL ढाँचा", + "upload.error_url_required": "कृपया एक URL प्रविष्ट गर्नुहोस्", + "upload.file_size_hint": "अधिकतम आकार: प्रति फाइल 500 MB", + "upload.file_types": "अनुमत प्रकारहरू: PDF, कार्यालयका दस्तावेज (Word, Excel, PowerPoint, आदि), तस्बिरहरू", + "upload.filename_description": "URL बाट फाइल नाम प्रयोग गर्न खाली छोड्नुहोस्", + "upload.filename_label": "फाइल नाम (वैकल्पिक)", + "upload.filename_placeholder": "my-document.pdf", + "upload.max_size": "अधिकतम फाइल आकार: {size}", + "upload.page_title": "फाइलहरू अपलोड गर्नुहोस्", + "upload.section_device": "यन्त्रबाट अपलोड गर्नुहोस्", + "upload.section_url": "URL बाट अपलोड गर्नुहोस्", + "upload.select_file": "फाइल चयन गर्नुहोस्", + "upload.success": "फाइल सफलतापूर्वक अपलोड गरियो", + "upload.title": "डोक्युमेन्ट अपलोड गर्नुस्", + "upload.uploading": "अपलोड गर्दै...", + "upload.url_description": "फाइलको सीधा लिंक प्रविष्ट गर्नुहोस् (PDF, अफिस डोक्युमेन्टहरू, वा तस्बिरहरू)", + "upload.url_label": "फाइल यूआरएल", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/nl.json b/frontend/translations/nl.json index 2ac89e9b..de771ec7 100644 --- a/frontend/translations/nl.json +++ b/frontend/translations/nl.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Ontmoet de Maker", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", + "about.creator_pre": "DocuElevate is met passie ontwikkeld door", + "about.features_admin_api": "Krachtige REST API voor programmatic toegang", + "about.features_admin_config": "Zeer configureerbaar via omgevingsvariabelen", + "about.features_admin_docker": "Klaar voor Docker voor eenvoudige implementatie en schaling", + "about.features_admin_heading": "Administratie", + "about.features_admin_oauth2": "Ondersteuning voor OAuth2-authenticatie met Authentik", + "about.features_automation_background": "Achtergrondverwerking met Redis en Celery", + "about.features_automation_gmail": "Integratie van Gmail en algemene e-mailaccounts", + "about.features_automation_heading": "Automatisering", + "about.features_automation_imap": "IMAP-inboxpolling van meerdere bronnen", + "about.features_automation_ingestion": "Geautomatiseerde documentinvoer vanuit verschillende invoerbronnen", + "about.features_heading": "Belangrijkste Kenmerken", + "about.features_integration_cloud": "Cloudopslag: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integratie & Opslag", + "about.features_integration_multi_dest": "Meerdere bestemmingsondersteuning (sla documenten op meerdere locaties op)", + "about.features_integration_protocols": "Transferprotocollen: FTP, SFTP, E-mail doorsturen", + "about.features_integration_selfhosted": "Zelf-gehoste opties: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Intelligente documentclassificatie en datavergaring", + "about.features_processing_heading": "Documentverwerking", + "about.features_processing_metadata": "Geautomatiseerde metadata-extractie met een pluggable AI-leverancier", + "about.features_processing_ocr": "OCR aangedreven door Azure Document Intelligence", + "about.features_processing_pdf": "PDF-conversie voor verschillende bestandsformaten via Gotenberg", + "about.features_processing_upload": "Eenvoudige en veilige bestandsuploads met drag & drop-ondersteuning", "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", + "about.heading": "Over DocuElevate", + "about.intro_post": " – jouw moderne, intelligente oplossing voor documentverwerking! We hebben DocuElevate gebouwd om de manier waarop je met documenten omgaat volledig te transformeren – van uploaden tot extractie, van verwerking tot opslag.", + "about.intro_pre": "Welkom bij ", + "about.involved_description": "Wil je de code induiken, ideeën bijdragen of meer leren over DocuElevate?", + "about.involved_docs": "Lees de Documentatie", + "about.involved_github": "Bekijk DocuElevate op GitHub", + "about.involved_heading": "Doe Mee", + "about.involved_website": "Bezoek de DocuElevate-website", + "about.legal_description": "We geven om jouw privacy en databeveiliging. Gelieve ons te bekijken:", + "about.legal_heading": "Privacy & Juridisch", + "about.legal_license": "Licentie-informatie", + "about.legal_privacy": "Privacyverklaring", + "about.page_title": "Over DocuElevate", + "about.story_heading": "Ons Verhaal", + "about.story_p1": "DocuElevate is gemaakt met één doel voor ogen: het vereenvoudigen en stroomlijnen van documentbeheer voor iedereen, of je nu een kleine startup of een groot bedrijf bent.", + "about.story_p2": "We benutten de kracht van pluggable AI-providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, en meer) voor metadata-extractie en tekstverfijning, integreren naadloos met Dropbox, Nextcloud en Paperless NGX voor opslag en indexering, maken gebruik van Azure Document Intelligence voor OCR en gebruiken zelfs Gotenberg voor bestand-naar-PDF-conversies.", + "api_tokens.col_created": "Aangemaakt", + "api_tokens.col_last_ip": "Laatste IP", + "api_tokens.col_last_used": "Laatste Gebruikt", + "api_tokens.col_name": "Naam", + "api_tokens.col_prefix": "Token Voorvoegsel", + "api_tokens.copy_to_clipboard": "Kopieer token naar klembord", + "api_tokens.copy_upload_example": "Kopieer uploadvoorbeeld naar klembord", + "api_tokens.copy_warning_1": "Kopieer dit token nu — het zal", + "api_tokens.copy_warning_2": "niet opnieuw worden getoond", + "api_tokens.create_heading": "Maak Nieuw Token", + "api_tokens.create_token": "Maak Token", + "api_tokens.creating": "Aanmaken…", "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", + "api_tokens.intro": "Maak persoonlijke API-tokens om interactief met de DocuElevate API te werken. Gebruik tokens voor webhook-upload, CI/CD-pijplijnen of elk script dat documenten moet uploaden of ophalen.", + "api_tokens.loading_tokens": "Tokens laden…", + "api_tokens.never": "Nooit", + "api_tokens.no_tokens_heading": "Nog geen API-tokens", + "api_tokens.no_tokens_help": "Maak je eerste token hierboven om te beginnen.", "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", + "api_tokens.revoke": "Intrekken", + "api_tokens.revoke_prefix": "Token intrekken", + "api_tokens.status_active": " Actief", + "api_tokens.status_revoked": "Introkken", "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "api_tokens.token_created": "Token succesvol aangemaakt!", + "api_tokens.token_name_label": "Token naam", + "api_tokens.token_name_placeholder": "bijv. CI Pipeline, Webhook Upload, Mijn Script", + "api_tokens.usage_heading": "Voorbeeld Gebruik", + "api_tokens.usage_intro_post": "koptekst met elke API-aanroep:", + "api_tokens.usage_intro_pre": "Gebruik je API-token in de", + "api_tokens.your_tokens": "Je Tokens", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", + "audit.col_resource": "Hulpbron", + "audit.col_timestamp": "Tijdstempel", + "audit.critical": "Kritiek", + "audit.filter_action": "Actie", + "audit.filter_all_actions": "Alle acties", + "audit.filter_all_users": "Alle gebruikers", + "audit.filter_resource_placeholder": "bijv. document, gebruiker", "audit.filter_resource_type": "Resource Type", "audit.filter_severity": "Severity", - "audit.filter_user": "User", + "audit.filter_user": "Gebruiker", "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", + "audit.next": "Volgende", + "audit.next_label": "Volgende pagina", + "audit.no_events": "Er zijn nog geen audit evenementen geregistreerd.", + "audit.no_events_hint": "Significante acties (inloggen, documentbewerkingen, instellingen wijzigingen) verschijnen hier.", "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", + "audit.pagination_label": "Audit log paginering", + "audit.prev": "Vorige", + "audit.prev_label": "Vorige pagina", + "audit.refresh_label": "Vernieuw audit logs", + "audit.siem_disabled_title": "SIEM doorsturen is uitgeschakeld", + "audit.siem_enabled_title": "Evenementen worden doorgestuurd naar ", + "audit.siem_off": "SIEM: Uit", + "audit.subtitle": "Omvangrijke, append-only record van alle significante acties.", + "audit.table_label": "Audit log evenementen", "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", + "auth.confirm_password": "Bevestig Wachtwoord", + "auth.create_account": "Account aanmaken", + "auth.display_name_label": "Weergave Naam", + "auth.email_label": "E-mail", + "auth.forgot_password": "Wachtwoord Vergeten?", + "auth.forgot_username": "Gebruikersnaam Vergeten?", "auth.login": "Inloggen", - "auth.login_title": "Log In", + "auth.login_title": "Inloggen", "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Uitloggen", - "auth.my_account": "Mijn account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", + "auth.logout": "Afmelden", + "auth.my_account": "Mijn Account", + "auth.no_account": "Heeft u geen account?", + "auth.or_continue_with": "Of ga verder met", + "auth.password_label": "Wachtwoord", "auth.profile": "Profiel", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Registreren", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", + "auth.remember_me": "Onthoud mij", + "auth.return_home": "Terug naar Start", + "auth.sign_in": "Aanmelden", + "auth.sign_in_sso": "Aanmelden met SSO", + "auth.sign_in_with": "Aanmelden met", + "auth.sign_in_with_username": "Aanmelden met gebruikersnaam", + "auth.signup": "Aanmelden", + "auth.signup_title": "Aanmelden", + "auth.username_label": "Gebruikersnaam", + "auth.username_or_email": "Gebruikersnaam of E-mail", + "auth.verify_email_back_sign_in": "Terug naar aanmelden", + "auth.verify_email_expiry": "De link vervalt over 24 uur. Als je de e-mail niet ziet, controleer je spammap.", + "auth.verify_email_heading": "Controleer je inbox", + "auth.verify_email_message": "We hebben je een verificatie-e-mail gestuurd. Klik op de link in de e-mail om je account te activeren.", + "auth.verify_email_page_title": "DocuElevate - Verifieer je E-mail", + "auth.verify_email_resend_aria_label": "E-mailadres voor opnieuw verzenden", + "auth.verify_email_resend_button": "Verzend verificatie-e-mail opnieuw", + "auth.verify_email_resend_label": "E-mailadres", + "auth.verify_email_resend_placeholder": "Voer je e-mailadres in", + "auth.verify_email_resend_prompt": "Niet ontvangen?", + "backup.archives_heading": "Backup Archieven", + "backup.backup_now": "Neem nu een backup", + "backup.clean_up": "Opruimen", + "backup.cleanup_title": "Voer nu opschoonactie uit", + "backup.col_created": "Aangemaakt", + "backup.col_filename": "Bestandsnaam", + "backup.col_size": "Grootte", + "backup.col_storage": "Opslag", "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", + "backup.config_auto_backup": "Automatische backup", + "backup.config_remote_dest": "Afstandsbestemming", + "backup.config_retention": "Retentie", + "backup.config_total_size": "Totale lokale grootte", + "backup.confirm_btn": "Bevestigen", + "backup.confirm_title": "Bevestig actie", + "backup.heading": "Backup Beheer", + "backup.local_only": "Alleen lokaal", + "backup.no_backups": "Nog geen backups.", + "backup.no_backups_hint": "Klik op Neem nu een backup om je eerste backup te maken.", + "backup.page_title": "Backup Beheer", "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", + "backup.restore_btn": "Herstellen", + "backup.restore_desc_mid": "backup archief om de database te herstellen.", + "backup.restore_desc_pre": "Upload een", + "backup.restore_desc_warning": "Dit zal alle huidige gegevens overschrijven.", + "backup.restore_file_label": "Back-up archief (.db.gz)", + "backup.restore_heading": "Herstellen van bestand", + "backup.restoring": "Herstellen\u00130\u00131\u00131...", + "backup.retention_daily_detail": "\u0013 gehouden voor 3 weken", + "backup.retention_heading": "Retentiebeleid", + "backup.retention_hourly_detail": "\u0013 gehouden voor 4 dagen", + "backup.retention_note": "Back-ups die deze limieten overschrijden, worden automatisch verwijderd na elke nieuwe back-up die wordt gemaakt.", + "backup.retention_weekly_detail": "\u0013 gehouden voor ~3 maanden", "backup.snapshots": "snapshots", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", + "backup.storage_local": "lokaal", + "backup.subtitle": "Databaseback-ups worden automatisch gemaakt: elk uur (4 dagen), dagelijks (3 weken), wekelijks (13 weken).", + "backup.table_aria": "Back-up archieven", + "backup.trigger_daily": "Maak nu een back-up (Dagelijks)", + "backup.trigger_hourly": "Maak nu een back-up (Uurlijk)", + "backup.trigger_weekly": "Maak nu een back-up (Wekelijks)", + "backup.type_daily": "Dagelijks", + "backup.type_hourly": "Uurlijk", + "backup.type_weekly": "Wekelijks", + "billing.go_to_dashboard": "Ga naar dashboard", + "billing.manage_subscription": "Beheer abonnement", + "billing.success_heading": "Je bent helemaal klaar!", + "billing.success_message": "Je abonnement is geactiveerd. Bedankt voor het kiezen van DocuElevate!", + "billing.success_page_title": "DocuElevate - Abonnement Geactiveerd", "common.actions": "Acties", "common.active": "Actief", - "common.all": "Alles", + "common.all": "Alle", + "common.avatar": "Avatar", "common.back": "Terug", "common.cancel": "Annuleren", "common.close": "Sluiten", - "common.col_pending": "Pending", + "common.col_pending": "In afwachting", "common.completed": "Voltooid", "common.confirm": "Bevestigen", "common.copied": "Gekopieerd!", - "common.copy": "Kopiëren", - "common.create": "Create", - "common.created": "Aangemaakt", + "common.copy": "Kopieer", + "common.create": "Creëren", + "common.created": "Gemaakt", "common.date": "Datum", "common.delete": "Verwijderen", "common.description": "Beschrijving", "common.details": "Details", - "common.disabled": "Uitgeschakeld", + "common.disabled": "Ingeschakeld", "common.download": "Downloaden", - "common.duplicate": "Duplicate", + "common.duplicate": "Dupliceren", "common.edit": "Bewerken", "common.enabled": "Ingeschakeld", "common.error": "Fout", "common.failed": "Mislukt", "common.filter": "Filteren", "common.inactive": "Inactief", - "common.info": "Info", + "common.info": "Informatie", "common.loading": "Laden...", "common.name": "Naam", "common.next": "Volgende", - "common.next_page": "Next page", + "common.next_page": "Volgende pagina", "common.no": "Nee", "common.none": "Geen", - "common.page": "Page", + "common.page": "Pagina", + "common.paused": "Pausen", "common.pending": "In afwachting", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Verwerken", + "common.prev_page": "Vorige pagina", + "common.previous": "Vorige", + "common.processing": "Behandelen", "common.refresh": "Vernieuwen", - "common.reset": "Herstellen", + "common.reset": "Resetten", "common.retry": "Opnieuw proberen", "common.save": "Opslaan", "common.search": "Zoeken", "common.select": "Selecteren", - "common.select_placeholder": "— select —", + "common.select_placeholder": "\u0002013 selecteer \u0002013", "common.size": "Grootte", "common.status": "Status", - "common.submit": "Submit", + "common.submit": "Indienen", "common.success": "Succes", "common.tags": "Tags", + "common.test": "Test", + "common.test_connection": "Testverbinding", "common.type": "Type", + "common.update": "Bijwerken", "common.updated": "Bijgewerkt", "common.upload": "Uploaden", - "common.view": "Bekijken", + "common.view": "Bekijk", "common.warning": "Waarschuwing", "common.yes": "Ja", "cookie.accept": "Begrepen", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate gebruikt alleen essentiële sessiecookies die nodig zijn voor authenticatie en werking van de service. Er worden geen tracking- of analysecookies gebruikt.", - "cookie.notice_label": "Cookiemelding", + "cookie.learn_more": "Meer leren", + "cookie.message": "Deze website gebruikt cookies om uw ervaring te verbeteren.", + "cookie.notice": "DocuElevate gebruikt alleen essentiële sessiecookies die nodig zijn voor authenticatie en service-operatie. Er worden geen tracking- of analysecookies gebruikt.", + "cookie.notice_label": "Cookieverklaring", "cookie.policy_link": "Cookiebeleid", "cookie.privacy_link": "Privacyverklaring", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Actieve integraties", - "dashboard.files_this_month": "Bestanden deze maand", - "dashboard.files_today": "Bestanden vandaag", - "dashboard.ocr_processed": "OCR verwerkt", - "dashboard.quick_actions": "Snelle acties", - "dashboard.recent_activity": "Recente activiteit", + "credentials.col_action": "Actie", + "credentials.col_credential": "Referentie", + "credentials.col_source": "Bron", + "credentials.configured": "Geconfigureerd", + "credentials.edit_in_settings": "Bewerken in Instellingen", + "credentials.legend_db": "Waarde opgeslagen in de database (versleuteld in rust; overschrijft omgevingsvariabele)", + "credentials.legend_env_after": " bestand", + "credentials.legend_env_before": "Waarde van omgevingsvariabele of ", + "credentials.legend_missing": "Referentie niet ingesteld — integratie zal niet werken", + "credentials.legend_restart": "Herstart vereist wanneer deze referentie wordt gedraaid", + "credentials.legend_title": "Legende", + "credentials.manage_settings": "Instellingen Beheren", + "credentials.not_configured": "Niet Geconfigureerd", + "credentials.page_title": "Referentie-audit - DocuElevate", + "credentials.raw_json": "Ruwe JSON (API)", + "credentials.restart_title": "Herstart vereist na het draaien van deze referentie", + "credentials.source_db_title": "Opgeslagen in database (versleuteld)", + "credentials.source_env_title": "Van omgevingsvariabele", + "credentials.status_missing": "Ontbrekend", + "credentials.subtitle": "Overzicht van alle gevoelige referenties die door DocuElevate worden gebruikt. Geen geheime waarden worden hier weergegeven — alleen of elke referentie is geconfigureerd en waar deze vandaan komt.", + "credentials.table_for": "Referenties voor", + "credentials.title": "Referentie-audit", + "credentials.total_credentials": "Totaal aantal referenties", + "dashboard.active_integrations": "Actieve Integraties", + "dashboard.files_this_month": "Bestanden Deze Maand", + "dashboard.files_today": "Bestanden Vandaag", + "dashboard.ocr_processed": "OCR Verwerkt", + "dashboard.quick_actions": "Snelle Acties", + "dashboard.recent_activity": "Recente Activiteit", "dashboard.storage_targets": "Opslagdoelen", "dashboard.title": "Dashboard", - "dashboard.total_files": "Totaal bestanden", + "dashboard.total_files": "Totaal aantal bestanden", "dashboard.welcome": "Welkom bij DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", + "duplicates.file_id_label": "Bestand ID", + "duplicates.file_id_placeholder": "bijv. 42", + "duplicates.find_btn": "Vind", + "duplicates.found_files": "gevonden duplicaatbestand(en) totaal.", + "duplicates.found_groups": "gevonden duplicaatgroep(en) met", + "duplicates.found_prefix": "Gevonden", + "duplicates.group_aria": "Duplicaatgroep", + "duplicates.heading": "Duplicaatdocumenten", + "duplicates.how_it_works_heading": "Hoe near-duplicate detectie werkt", + "duplicates.max_results_label": "Max resultaten", + "duplicates.near_dup_desc": "Selecteer een document om te controleren of andere bestanden dezelfde (of zeer vergelijkbare) inhoud bevatten — zelfs als ze op verschillende tijdstippen zijn gescand en verschillende SHA-256-hashes hebben.", + "duplicates.near_dup_heading": "Vind Near-Duplicates voor een Document", + "duplicates.no_exact_heading": "Geen exacte duplicaten gevonden", + "duplicates.page_title": "Duplicaatdocumenten - DocuElevate", + "duplicates.pagination_aria": "Paginering", + "duplicates.role_duplicate": "Duplicaat", + "duplicates.role_original": "Origineel", + "duplicates.tab_exact": "Exacte Duplicaten", "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "duplicates.tabs_aria": "Tabs voor duplicaatdetectie", + "duplicates.threshold_label": "Gelijkenisdrempel", + "duplicates.view_dup_aria": "Bekijk duplicaatbestand", + "duplicates.view_original_aria": "Bekijk origineel bestand", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Oops, we konden die pagina niet vinden!", + "error.404_home": "Terug naar Home", + "error.404_message": "Het lijkt erop dat DocuElevate het document dat je zocht kwijt is. Maak je geen zorgen - we helpen je.", + "error.404_title": "404 - Niet Gevonden", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", + "error.500_debug_info": "Toon Debug-info", + "error.500_description": "Onze servers hebben een storing ondervonden en hebben een momentje nodig.", + "error.500_heading": "Oops! Er ging iets mis.", + "error.500_home": "Ga naar Home", + "error.500_img_alt": "Illustratie van een serverfout", + "error.500_message1": "Onze servers hebben een storing ondervonden en hebben een momentje nodig. Misschien hebben de hamsters hun koffie gemorst?", + "error.500_message2": "We zijn er al mee bezig—bestanden sorteren, servers herstarten en fluxcapacitors opnieuw kalibreren.", + "error.500_title": "Serverfout - DocuElevate", "error.forbidden": "Verboden", - "error.forbidden_message": "U heeft geen toestemming om deze pagina te openen.", + "error.forbidden_message": "Je hebt geen toestemming om deze pagina te openen.", "error.not_found": "Pagina niet gevonden", "error.not_found_message": "De pagina die u zoekt bestaat niet.", "error.server_error": "Interne serverfout", "error.server_error_message": "Er is iets misgegaan. Probeer het later opnieuw.", - "error.unauthorized": "Niet geautoriseerd", - "error.unauthorized_message": "U moet inloggen om deze pagina te openen.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", + "error.unauthorized": "Niet bevoegd", + "error.unauthorized_message": "U moet inloggen om toegang te krijgen tot deze pagina.", + "files.action_delete": "Verwijder bestand", + "files.action_details": "Bekijk details", + "files.action_preview": "Snelle preview", + "files.bulk_clear_selection": "Selectie wissen", + "files.bulk_cloud_ocr": "Cloud OCR opnieuw uitvoeren", + "files.bulk_delete": "Geselecteerde verwijderen", + "files.bulk_download": "Download als ZIP", + "files.bulk_reprocess": "Geselecteerde opnieuw verwerken", + "files.delete_modal_cancel": "Annuleren", + "files.delete_modal_confirm": "Verwijder", + "files.delete_modal_message": "Weet u zeker dat u dit bestand wilt verwijderen?", + "files.delete_modal_title": "Verwijderbevestiging", "files.document_title": "Documenttitel", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", + "files.drop_overlay_hint": "Ondersteunt PDF, Office-documenten, afbeeldingen, HTML, Markdown, en meer – mappen worden recursief verwerkt", + "files.drop_overlay_title": "Sleep bestanden of mappen overal om te uploaden", + "files.error_hint": "Dit kan te maken hebben met een configuratie- of importprobleem. Controleer de serverlogs.", "files.file_size": "Bestandsgrootte", "files.filename": "Bestandsnaam", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", + "files.files_selected": "geselecteerde bestanden", + "files.filter_all_providers": "Alle aanbieders", + "files.filter_all_statuses": "Alle statussen", + "files.filter_all_types": "Alle types", + "files.filter_apply": "Filters toepassen", + "files.filter_clear": "Wissen", + "files.filter_date_from": "Datum van", + "files.filter_date_from_aria": "Filter van datum", + "files.filter_date_to": "Datum tot", + "files.filter_date_to_aria": "Filter tot datum", + "files.filter_form_aria": "Filter bestanden", + "files.filter_mime_type": "MIME-type", + "files.filter_ocr_all": "Alle bestanden", + "files.filter_ocr_good": "Goede kwaliteit", + "files.filter_ocr_poor": "Slechte kwaliteit", + "files.filter_ocr_quality": "OCR-kwaliteit", + "files.filter_ocr_quality_aria": "Filter op OCR-kwaliteitscore", + "files.filter_ocr_unchecked": "Nog niet beoordeeld", + "files.filter_search_label": "Zoek bestandsnaam", + "files.filter_search_placeholder": "Voer bestandsnaam in...", + "files.filter_storage_provider": "Opslagprovider", + "files.filter_tags_aria": "Filter op tags (gescheiden door komma's)", + "files.filter_tags_placeholder": "bijv. factuur,amazon", + "files.fulltext_search_label": "Volledige tekst zoeken (OCR-tekst, metadata, tags)", + "files.fulltext_search_placeholder": "Zoek documentinhoud, afzender, tags, type...", "files.no_files": "Geen bestanden gevonden", "files.ocr_status": "OCR-status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "files.page_title": "Bestandrecords", + "files.pagination_files": "bestanden", + "files.pagination_first": "Eerste", + "files.pagination_last": "Laatste", + "files.pagination_nav_aria": "Bestandenlijst paginering", + "files.pagination_next": "Volgende", + "files.pagination_of": "van", + "files.pagination_previous": "Vorige", + "files.pagination_showing": "Weergeven", + "files.preview_modal_close": "Sluit voorbeeld", + "files.preview_modal_title": "Voorbeeld", + "files.queue_banner_items": "item(s) staan momenteel in de wachtrij of worden verwerkt. Bestanden verschijnen hier zodra de verwerking is voltooid.", + "files.queue_banner_link": "Bekijk wachtrij", + "files.saved_searches_empty": "Nog geen opgeslagen zoekopdrachten", + "files.saved_searches_error": "Kon opgeslagen zoekopdrachten niet laden", + "files.saved_searches_label": "Opgeslagen Zoekopdrachten", + "files.saved_searches_save": "Huidige opslaan", + "files.saved_searches_save_aria": "Sla huidige filters op als een opgeslagen zoektocht", + "files.search_results_empty": "Geen resultaten gevonden.", + "files.search_results_title": "Zoekresultaten", + "files.status_duplicate": "Duplicaat", + "files.table_actions": "Acties", + "files.table_aria": "Bestandrecords", + "files.table_created_at": "Gemaakt op", + "files.table_empty": "Geen bestanden gevonden", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", + "files.table_mime_type": "MIME-type", + "files.table_original_filename": "Oorspronkelijke bestandsnaam", + "files.table_select_all": "Selecteer alle bestanden op deze pagina", "files.tags": "Tags", "files.title": "Bestanden", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", + "files.upload_modal_aria": "Upload voortgang", + "files.upload_modal_close": "Sluit upload voortgang", + "files.upload_modal_header": "Bestanden uploaden", "files.uploaded": "Geüpload", - "footer.about": "About", - "footer.attribution": "Attribution", + "footer.about": "Over", + "footer.attribution": "Attributie", "footer.attributions": "Attributies", "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Colofon", + "footer.imprint": "Imprint", "footer.license": "Licentie", - "footer.navigation": "Voettekstnavigatie", + "footer.navigation": "Voettekst navigatie", "footer.privacy": "Privacy", "footer.terms": "Voorwaarden", "footer.version": "Versie {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth-verbonden. Bestanden komen in uw gekozen map.", + "help.destinations_email": "E-mail Doorsturen", + "help.destinations_email_desc": "Verwerkte bestanden als SMTP-bijlagen verstuurd.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Service-account of OAuth. Ondersteunt gedeelde schijven.", + "help.destinations_heading": "Bestemmingen – Waar Documenten Heen Gaan", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Zelf-gehoste cloudopslag via WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Integratie met Microsoft Graph API.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Documenten rechtstreeks naar Paperless voor archivering duwen.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Elke S3-compatibele bucket (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Veilige bestandsoverdracht naar elke server.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", + "help.destinations_webhook_desc": "POST metadata naar elke externe eindpunt.", "help.documentation": "Documentatie", - "help.faq": "Veelgestelde vragen", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Aan de slag", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.faq": "Veelgestelde Vragen", + "help.faq_1_a": "Navigeer naar de Upload-pagina, sleep uw bestanden of klik op Kies Bestand. DocuElevate converteert afbeeldingen en kantoordocumenten naar PDF, voert OCR uit en extraheert automatisch metadata.", + "help.faq_1_q": "Hoe upload ik documenten?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, en HTML. Niet-PDF-bestanden worden automatisch geconverteerd naar PDF voordat ze worden verwerkt.", + "help.faq_2_q": "Welke bestandsformaten worden ondersteund?", + "help.faq_3_a": "Ja. Ga naar E-mail Inname, voeg een IMAP-account toe en DocuElevate controleert automatisch op nieuwe berichten en verwerkt bijlagen.", + "help.faq_3_q": "Kan ik documenten vanuit e-mail binnenhalen?", + "help.faq_4_a": "Pijplijnen stellen je in staat om verwerkingsstappen te ketenen – OCR, AI-extractie, indelingsconversie – en de resultaten naar een of meer bestemmingen te routeren. Maak en beheer ze vanaf de pagina Pijplijnen.", + "help.faq_4_q": "Hoe werken verwerkingspijplijnen?", + "help.faq_5_a": "DocuElevate versleutelt inloggegevens in rust, communiceert via TLS, en bewaart je documenten nooit langer dan noodzakelijk. Zie de Privacyverklaring voor volledige details.", + "help.faq_5_a_post": " voor volledige details.", + "help.faq_5_a_pre": "DocuElevate versleutelt referenties in rust, communiceert via TLS en slaat uw documenten nooit langer op dan nodig is. Zie de ", + "help.faq_5_q": "Is mijn data veilig?", + "help.faq_heading": "Veelgestelde Vragen", + "help.getting_started": "Aan de Slag", + "help.heading": "Helpcentrum", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Gebruik de REST API om documenten programmatisch te uploaden. Authenticeer met een Bearer-token en POST bestanden naar het upload-eindpunt.", + "help.ingestion_heading": "Data Ingestie Hulpmiddelen", + "help.ingestion_mobile": "Mobiele Apps", + "help.ingestion_mobile_desc": "Gebruik een mobiele scan-app die aangepaste HTTP-uploadbestemmingen ondersteunt om foto's en scans vanaf uw telefoon of tablet naar DocuElevate te verzenden.", + "help.ingestion_scanners": "Netwerkscanners", + "help.ingestion_scanners_desc": "Richt een netwerkscanner of multifunctionele printer op het upload-eindpunt van DocuElevate. Gescande documenten komen direct in uw verwerkingswachtrij.", + "help.ingestion_watched_folders": "Gemonitorde Mappen", + "help.ingestion_watched_folders_desc": "Configureer een lokale of netwerkmappen om te worden gemonitord. Elk bestand dat in een gemonitorde map wordt geplaatst, wordt automatisch geüpload en verwerkt door DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integreer DocuElevate in uw automatiseringsworkflows met Zapier, n8n of Make. Gebruik de REST API-acties om documentuploads te activeren vanuit elk evenement.", + "help.meta_description": "Krijg hulp bij DocuElevate – vind gidsen voor het uploaden van documenten, het verbinden van cloudopslag, het instellen van pijplijnen en meer.", + "help.og_description": "Krijg hulp bij DocuElevate – vind gidsen voor het uploaden van documenten, het verbinden van cloudopslag, het instellen van pijplijnen en meer.", + "help.page_title": "Helpcentrum", + "help.privacy_notice": "Privacyverklaring", + "help.quickstart_heading": "Snelle Start", + "help.quickstart_storage": "Verbinding maken met Opslag", + "help.quickstart_storage_desc": "Ga naar Instellingen en koppel je cloudaccounts. Verwerkte documenten worden automatisch doorgestuurd naar elke bestemming die je configureert.", + "help.quickstart_storage_desc_full": "Ga naar Integraties en koppel uw cloudopslagaccounts. DocuElevate ondersteunt Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud en meer. Verwerkte documenten worden automatisch naar elke bestemming die u configureert gestuurd.", + "help.quickstart_upload": "Documenten Uploaden", + "help.quickstart_upload_desc": "Sleep bestanden naar de Upload-pagina of klik op Bestand Kiezen. DocuElevate converteert afbeeldingen en kantoordocumenten naar PDF, voert OCR uit en extraheert automatisch metadata.", + "help.quickstart_workflows": "Automatiseer Werkstromen", + "help.quickstart_workflows_desc": "Maak Pijplijnen aan om meerstaps verwerkings- en routeringsregels te definiëren. Combineer OCR, AI-extractie, indelingsconversie en levering in een enkele flow.", + "help.sources_email_ingestion": "E-mail Inname (IMAP)", + "help.sources_email_ingestion_desc": "Stuur documenten naar een specifieke mailbox. Voeg onder E-mail Inname een of meer IMAP-accounts toe. DocuElevate controleert automatisch op nieuwe berichten en verwerkt bijlagen.", + "help.sources_heading": "Bronnen – Documenten Binnenhalen", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", + "help.sources_rest_api_desc": "Integreer programmatisch door bestanden te POST-en naar /api/upload. Ideaal voor scripts, bewaakte mappen, scanners of externe tools zoals Zapier en n8n.", + "help.sources_scanner": "Scanner & Mobiel", + "help.sources_scanner_desc": "Richt netwerkscanners op het upload-eindpunt van DocuElevate of gebruik een mobiele scan-app die aangepaste HTTP-bestemmingen ondersteunt.", + "help.sources_scanner_desc_full": "Configureer uw netwerkscanner of multifunctionele printer om scans direct naar DocuElevate te sturen. Gebruik het /api/upload eindpunt als bestemming. Mobiele scan-apps met aangepaste uploadbestemmingen worden ook ondersteund.", + "help.sources_web_upload": "Webupload", + "help.sources_web_upload_desc": "De snelste manier om te beginnen. Open de Upload-pagina, sleep een of meer bestanden en DocuElevate doet de rest. Ondersteunde formaten zijn onder andere PDF, JPEG, PNG, TIFF, DOCX, XLSX, en meer.", + "help.subheading": "Alles wat je nodig hebt om het meeste uit DocuElevate te halen. Blader door de onderwerpen hieronder of zoek naar wat je nodig hebt.", "help.support": "Ondersteuning", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", + "help.support_admin_message": "Neem contact op met je beheerder voor ondersteuningsinformatie.", + "help.support_description": "Kun je niet vinden wat je zoekt? Ons ondersteuningsteam is hier om te helpen.", + "help.support_heading": "Neem Contact Op met Ondersteuning", + "help.support_live_chat": "Live Chat beschikbaar – klik op de chatbubble om een gesprek te starten.", + "help.support_ticket_button": "Indien Een Ticket", + "help.support_ticket_desc": "Vul het onderstaande formulier in en ons ondersteuningsteam neemt zo snel mogelijk contact met u op.", + "help.support_ticket_heading": "Open een Ondersteuningsticket", "help.title": "Helpcentrum", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", + "help.workflows_creating": "Een Pijplijn Maken", + "help.workflows_definition": "Een Pijplijn is een reeks verwerkingsstappen die automatisch worden uitgevoerd telkens wanneer een document wordt binnengehaald. Elke stap kan het document transformeren, verrijken of routeren.", + "help.workflows_heading": "Werkstromen & Pijplijnen", + "help.workflows_step_1": "Converteer naar PDF", + "help.workflows_step_1_create": "Ga naar Pipelines in het hoofdmenu.", + "help.workflows_step_1_full": "Converteer naar PDF – alle binnenkomende bestanden worden genormaliseerd naar een consistent PDF-formaat.", + "help.workflows_step_2": "OCR – tekst extraheren", + "help.workflows_step_2_create": "Klik op Nieuwe Pipeline en geef het een naam.", + "help.workflows_step_2_full": "OCR – selecteerbare tekst extraheren uit gescande pagina's met behulp van Azure Document Intelligence of de ingebouwde engine.", + "help.workflows_step_3": "AI metadata-extractie", + "help.workflows_step_3_create": "Voeg de verwerkingsstappen toe die je nodig hebt.", + "help.workflows_step_3_full": "AI-metadata-extractie – documenttype classificeren en belangrijke velden zoals bedragen, datums en namen ophalen met OpenAI.", + "help.workflows_step_4": "Lever aan een of meer bestemmingen", + "help.workflows_step_4_create": "Kies een of meer leveringsbestemmingen.", + "help.workflows_step_5_create": "Opslaan – nieuwe documenten worden automatisch via deze pipeline verwerkt.", + "help.workflows_typical_steps": "Typische Stappen", + "help.workflows_what_is": "Wat is een Pipeline?", + "index.badge_intelligent": "Intelligente Documentverwerking", + "index.button_browse_files": "Bestanden Bladeren", + "index.button_upload": "Uploaden", + "index.capabilities_cloud": "Cloudopslag: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "E-mail- en URL-gebaseerde documentinvoer", + "index.capabilities_ocr": "OCR- en metadata-extractie met AI", + "index.capabilities_paperless": "Paperless-ngx integratie voor documentbeheer", + "index.capabilities_title": "Mogelijkheden", + "index.capabilities_workflows": "Geautomatiseerde classificatie- en routeringsworkflows", + "index.cta_description": "Sluit je aan bij teams die hun documentverwerking al automatiseren met DocuElevate.", + "index.cta_heading": "Klaar om je documentworkflow te verbeteren?", + "index.cta_pricing": "Bekijk prijzen", + "index.cta_signup": "Maak een gratis account aan", + "index.dashboard_subtitle": "Intelligente documentverwerking en -beheer", + "index.dashboard_subtitle_teams": "Intelligente documentverwerking en -beheer — gebouwd voor teams", + "index.feature_ai": "AI Metadata-extractie", + "index.feature_ai_desc": "OpenAI, Claude, Gemini en andere pluggable AI-providers classificeren documenten en halen belangrijke velden zoals data, bedragen en onderwerpen op.", + "index.feature_cloud": "Multi-Cloud Opslag", + "index.feature_cloud_desc": "Routeer verwerkte bestanden naar Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP en meer.", + "index.feature_email": "E-mail & IMAP Invoer", + "index.feature_email_desc": "Trek automatisch documenten uit Gmail of elke IMAP-mailbox — geen handmatige uploads nodig.", + "index.feature_ocr": "OCR- en Tekstextractie", + "index.feature_ocr_desc": "Azure Document Intelligence converteert gescande PDF's en afbeeldingen automatisch in volledig doorzoekbare tekst.", + "index.feature_pipelines": "Aangepaste Pipelines", + "index.feature_pipelines_desc": "Bouw verwerkingspipelines met configureerbare stappen — OCR, AI-extractie, formaatconversie en opslagroutering in elke volgorde.", + "index.feature_search": "Volledige Tekst Zoekfunctie", + "index.feature_search_desc": "Vind onmiddellijk elk document op inhoud, metadata of tags in je volledige archief.", + "index.feature_section_title": "Alles wat je nodig hebt voor slimme documentworkflows", + "index.getting_started": "Aan de slag", + "index.getting_started_1": "Configureer integraties via Systeemstatus", + "index.getting_started_2": "Upload je eerste document", + "index.getting_started_3": "Bekijk resultaten in Bestanden", + "index.getting_started_learn": "Leer meer over DocuElevate", + "index.hero_description": "DocuElevate verwerkt je documenten, voert OCR uit, extraheert metadata met AI en routeert bestanden naar Dropbox, Google Drive, OneDrive, S3, Nextcloud en meer — allemaal in één naadloze pijplijn.", + "index.hero_heading": "Van upload naar inzicht — automatisch.", + "index.hero_login": "Inloggen", + "index.hero_pricing": "Bekijk Plannen & Prijzen", + "index.hero_signup": "Aan de slag — het is gratis", + "index.integrations_active": "Actieve integraties", + "index.integrations_storage": "Opslagdoelen", + "index.integrations_title": "Integraties", + "index.integrations_view_status": "Bekijk systeemstatus", "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", + "index.page_title_public": "Intelligent Documentverwerking", + "index.platform_overview": "Platformoverzicht", + "index.processing_stats": "Verwerkingsstatistieken", + "index.quick_actions": "Snelacties", + "index.quick_documents": "Mijn Documenten", + "index.quick_documents_desc": "Blader door je verwerkte bestanden", + "index.quick_search": "Zoeken", + "index.quick_search_desc": "Volledige tekstzoekopdracht in documenten", + "index.quick_subscription": "Mijn Abonnement", + "index.quick_subscription_desc": "Bekijk plan- en gebruiksdetails", + "index.quick_system_status": "Systeemstatus", + "index.quick_system_status_desc": "Controleer de gezondheid van integraties", "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", + "index.quick_upload_desc": "Verwerk een nieuw bestand", + "index.quick_view_files": "Bekijk Alle Bestanden", + "index.quick_view_files_desc": "Blader door verwerkte documenten", "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", + "index.single_user_subtitle": "Intelligent documentverwerking & -beheer", + "index.stat_active_integrations": "Actieve Integraties", + "index.stat_active_users": "Actieve gebruikers", + "index.stat_files_month": "Bestanden deze maand", + "index.stat_files_ocr": "Bestanden met OCR", + "index.stat_files_today": "Bestanden vandaag", + "index.stat_storage_targets": "Opslagdoelen", + "index.stat_this_month": "Deze maand", + "index.stat_today": "Vandaag", + "index.stat_total_files": "Totaal aantal bestanden", + "index.stat_total_processed": "Totaal verwerkt", "index.tier_plan": "Plan", "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", + "index.tier_view_details": "Bekijk volledige details", + "index.upgrade_daily_limits": "Hogere dagelijkse en maandelijkse limieten", + "index.upgrade_description": "Ontgrendel meer documenten, meer bestemmingen en prioriteitsondersteuning.", + "index.upgrade_destinations": "Meer opslagbestemmingen", + "index.upgrade_ocr_pages": "Meer OCR-pagina's", + "index.upgrade_plan": "Upgrade je plan", + "index.upgrade_view_pricing": "Bekijk plannen en prijzen", + "index.usage_lifetime": "Levenslange bestanden", + "index.usage_month": "Bestanden deze maand", + "index.usage_my_usage": "Mijn gebruik", + "index.usage_today": "Bestanden vandaag", + "index.usage_unlimited": "Onbeperkt", + "integrations.access_key_label": "Toegangssleutel-ID", + "integrations.active_label": "Actief", + "integrations.add_button": "Integratie toevoegen", + "integrations.add_first_button": "Voeg uw eerste integratie toe", + "integrations.api_token_label": "API-token", + "integrations.authorize_btn": "Autoriseren", + "integrations.authorize_reauth": "Herautoriseren", + "integrations.bucket_label": "Emmer", "integrations.configure": "Configureren", "integrations.connect": "Verbinden", "integrations.connected": "Verbonden", - "integrations.disconnect": "Verbreken", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", + "integrations.connection_failed": "Verbinden mislukt", + "integrations.connection_success": "Verbinding geslaagd", + "integrations.delete_confirm_are_you_sure": "Weet u zeker dat u wilt verwijderen", + "integrations.delete_confirm_title": "Integratie verwijderen?", + "integrations.delete_confirm_undone": "Deze actie kan niet ongedaan worden gemaakt.", + "integrations.delete_emails_label": "Verwijder e-mails na verwerking", + "integrations.delete_files_label": "Verwijder bestanden na verwerking", + "integrations.destinations_quota_label": "Opslagbestemmingen:", + "integrations.destinations_section": "Bestemmingen", + "integrations.direction_destination": "Bestemming (opslag)", + "integrations.direction_label": "Richting", + "integrations.direction_placeholder": "\u00199 Selecteer \u00199", + "integrations.direction_source": "Bron (inkomst)", + "integrations.disconnect": "Ontkoppelen", + "integrations.email_settings": "E-mail doorstuurinstellingen", + "integrations.empty_state": "Geen integraties geconfigureerd", + "integrations.endpoint_label": "Endpoint-URL", + "integrations.endpoint_optional": "(optioneel, voor S3-compatibel)", + "integrations.folder_label": "Map", + "integrations.folder_optional": "(optioneel)", + "integrations.folder_path_label": "Map-pad", + "integrations.folder_prefix_label": "Map-prefix", + "integrations.generic_settings_hint": "Configuratie voor dit type integratie kan als JSON worden opgegeven na creatie via de API.", + "integrations.gmail_hint": "Gmail-labels & ster: wanneer ingeschakeld, worden verwerkte e-mails gemarkeerd en voorzien van een 'Ingested'-label in Gmail. Geldt alleen voor Gmail-servers.", + "integrations.gmail_labels": "Pas Gmail-labels & ster toe", "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", + "integrations.imap_settings": "IMAP-instellingen", + "integrations.loading": "Integraties laden\u00105", + "integrations.modal_close": "Sluit modal", + "integrations.modal_title_add": "Integratie toevoegen", + "integrations.modal_title_edit": "Integratie bewerken", + "integrations.name_label": "Label", + "integrations.name_placeholder": "bijv. Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Nextcloud-instellingen", + "integrations.nextcloud_url_label": "Nextcloud-URL", + "integrations.no_integrations_body": "Voeg je eerste integratie toe om opnamebronnen (zoals IMAP) en opslagbestemmingen (zoals S3, Dropbox of Google Drive) te verbinden.", "integrations.not_connected": "Niet verbonden", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", + "integrations.oauth_folder_label": "Map", + "integrations.oauth_hint": "Sla deze integratie eerst op en gebruik dan de knop Autoriseren om de OAuth-stroom te voltooien. Je inloggegevens worden veilig opgeslagen in je persoonlijke integratieregister.", + "integrations.page_title": "Integraties", + "integrations.paperless_settings": "Paperless NGX-instellingen", + "integrations.password_label": "Wachtwoord", + "integrations.paused": "Pauze", + "integrations.plan_label": "Plan:", + "integrations.port_label": "Poort", + "integrations.quota_not_available": "(niet beschikbaar)", + "integrations.quota_unlimited": "/ onbeperkt", + "integrations.recipient_label": "Ontvanger E-mail", + "integrations.region_label": "Regio", + "integrations.remote_path_label": "Extern Pad", + "integrations.s3_prefix_label": "Voorvoegsel (map pad)", + "integrations.s3_settings": "S3-instellingen", + "integrations.secret_key_label": "Geheime Toegangssleutel", + "integrations.show_password": "Toon wachtwoord", + "integrations.show_secrets": "Toon geheimen", + "integrations.show_token": "Toon token", + "integrations.source_local": "Lokaal Bestandssysteem", + "integrations.source_type_label": "Bron Type", + "integrations.sources_quota_label": "Mailbox bronnen:", + "integrations.sources_section": "Bronnen", + "integrations.subtitle": "Beheer je opnamebronnen en opslagbestemmingen op één plek.", "integrations.title": "Integraties", - "integrations.username_label": "Username", - "language.bg": "Български", - "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Taal gewijzigd naar {language}", - "language.cs": "Čeština", - "language.da": "Dansk", - "language.de": "Deutsch", - "language.el": "Ελληνικά", - "language.en": "English", - "language.es": "Español", - "language.et": "Eesti", - "language.fi": "Suomi", - "language.fr": "Français", - "language.ga": "Gaeilge", - "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", + "integrations.type_label": "Integratie Type", + "integrations.type_placeholder": "\u00199 Selecteer eerst richting \u00199", + "integrations.upgrade_plan": "Upgrade Plan", + "integrations.use_ssl": "Gebruik SSL", + "integrations.username_label": "Gebruikersnaam", + "integrations.watch_folder_settings": "Bekijk Map Instellingen", + "integrations.webdav_settings": "WebDAV-instellingen", + "integrations.webdav_url_label": "WebDAV-URL", + "integrations.webhook_heading": "Webhook Opname", + "integrations.webhook_how_heading": "Hoe Webhook Opname Werkt", + "integrations.webhook_how_text": "Een webhook-integratie stelt externe systemen in staat om documenten rechtstreeks in DocuElevate te pushen via de REST API. In plaats van dat DocuElevate nieuwe bestanden opvraagt (zoals IMAP), verstuurt jouw applicatie bestanden naar DocuElevate met een HTTP-verzoek met een API-token voor authenticatie.", + "integrations.webhook_ideal_text": "Dit is ideaal voor CI/CD-pijplijnen, automatiseringsscripts, scannerintegraties of elk systeem dat documenten genereert en deze voor verwerking moet versturen.", + "integrations.webhook_quick_start": "Snelle Start", + "integrations.webhook_security_tip": "Maak een dedicated API-token voor elke integratie en intrek hem onmiddellijk als hij in gevaar is. Tokens kunnen worden beheerd op de pagina API-tokens.", + "integrations.webhook_step1": "Ga naar {api_tokens_link} en maak een persoonlijk token aan.", + "integrations.webhook_upload_with_token": "Gebruik het token om documenten te uploaden via de API:", + "language.bg": "Bulgaars", + "language.ca": "Catalaans", + "language.change_success": "Taal veranderd naar {language}", + "language.changed": "Taal veranderd naar {language}", + "language.cs": "Tsjechisch", + "language.da": "Deens", + "language.de": "Duits", + "language.el": "Grieks", + "language.en": "Engels", + "language.es": "Spaans", + "language.et": "Estisch", + "language.fi": "Fins", + "language.fr": "Frans", + "language.ga": "Iers", + "language.hr": "Kroatisch", + "language.hu": "Hongaars", + "language.is": "IJslands", + "language.it": "Italiaans", + "language.lb": "Luxemburgs", + "language.lt": "Litouws", + "language.lv": "Lets", + "language.nb": "Noors", "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", + "language.no_results": "Geen talen gevonden", + "language.pl": "Pools", + "language.pt": "Portugees", + "language.ro": "Roemeens", + "language.ru": "Russisch", + "language.search_placeholder": "Zoek talen\u001e", "language.selector": "Taal", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "Over ons", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin-acties", - "nav.admin_menu": "Admin-menu", + "language.selector_label": "Selecteer taal", + "language.sk": "Slowaaks", + "language.sl": "Sloveens", + "language.sv": "Zweeds", + "language.tr": "Turks", + "language.uk": "Oekraïens", + "language.zh": "Chinees", + "nav.about": "Over", + "nav.account_menu": "Accountmenu", + "nav.account_menu_for": "Accountmenu voor {name}", + "nav.admin": "Beheerder", + "nav.admin.audit_logs": "Auditlogs", + "nav.admin.backups": "Back-ups", + "nav.admin.plans": "Plannen", + "nav.admin.scheduled_jobs": "Geplande taken", + "nav.admin.users": "Gebruikers", + "nav.admin_actions": "Beheerdersacties", + "nav.admin_menu": "Beheerdersmenu", "nav.api_docs": "API-documentatie", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Back-up en herstel", - "nav.credentials": "Referenties", + "nav.api_tokens": "API-tokens", + "nav.backup_restore": "Back-up & Herstellen", + "nav.credentials": "Inloggegevens", "nav.dark_mode": "Donkere modus", "nav.dashboard": "Dashboard", "nav.developer_docs": "Ontwikkelaarsdocumentatie", "nav.duplicates": "Duplicaten", "nav.file_manager": "Bestandsbeheer", "nav.files": "Bestanden", - "nav.help": "Help", - "nav.help_center": "Helpcentrum", - "nav.imap": "Email Import", + "nav.get_started": "Aan de slag", + "nav.help": "Hulp", + "nav.help_center": "Hulpcentrum", + "nav.imap": "E-mailimport", "nav.integrations": "Integraties", - "nav.light_mode": "Lichte modus", - "nav.login": "Log In", - "nav.logout": "Log Out", + "nav.light_mode": "Lichtmodus", + "nav.login": "Inloggen", + "nav.logout": "Uitloggen", "nav.main_navigation": "Hoofdnavigatie", + "nav.my_subscription": "Mijn abonnement", "nav.notifications": "Meldingen", "nav.open_main_menu": "Hoofdmenu openen", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Planontwerper", + "nav.pipelines": "Pijplijnen", + "nav.plan_designer": "Plan Ontwerper", "nav.pricing": "Prijzen", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Wachtrijmonitor", - "nav.scheduled_jobs": "Geplande taken", + "nav.profile": "Profiel", + "nav.profile_settings": "Profielinstellingen", + "nav.queue": "Wachtrij", + "nav.queue_monitor": "Wachtrij Monitor", + "nav.scheduled_jobs": "Geplande Taken", "nav.search": "Zoeken", "nav.settings": "Instellingen", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Gelijkenis", - "nav.skip_to_content": "Ga naar hoofdinhoud", + "nav.shared_links": "Gedeelde Links", + "nav.sign_out": "Uitloggen", + "nav.signup": "Aanmelden", + "nav.similarity": "Gelijkheid", + "nav.skip_to_content": "Overslaan naar hoofdinhoud", "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Donkere modus schakelen", - "nav.toggle_nav": "Navigatiemenu schakelen", + "nav.subscription": "Abonnement", + "nav.toggle_dark_mode": "Donkere modus in-/uitschakelen", + "nav.toggle_nav": "Navigatiemenu in-/uitschakelen", "nav.upload": "Uploaden", "nav.users": "Gebruikers", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Alles als gelezen markeren", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Markeren als gelezen", + "nav.version": "Versie-informatie", + "notifications.filter_all": "Alle", + "notifications.filter_read": "Alleen gelezen", + "notifications.filter_unread": "Alleen ongelezen", + "notifications.manage_desc": "Beheer je meldingeninbox, doelgroepen en evenementvoorkeuren", + "notifications.mark_all_read": "Markeer allemaal als gelezen", + "notifications.mark_all_read_btn": "Markeer alles als gelezen", + "notifications.mark_read": "Markeer als gelezen", "notifications.no_notifications": "Geen meldingen", - "notifications.page_title": "Notifications", + "notifications.page_title": "Meldingen", "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", + "notifications.tab_settings": "Instellingen", "notifications.title": "Meldingen", "notifications.unread_count": "{count} ongelezen meldingen", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Pipeline maken", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Pipeline bewerken", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", + "pipelines.active_label": "Actief", + "pipelines.add_step_btn": "Stap Toevoegen", + "pipelines.create": "Pipeline Maken", + "pipelines.custom_label_label": "Aangepaste Label", + "pipelines.default_label": "Standaard", + "pipelines.description_label": "Beschrijving", + "pipelines.description_placeholder": "Optionele beschrijving", + "pipelines.disabled_label": "Gedeactiveerd", + "pipelines.edit": "Pipeline Bewerken", + "pipelines.empty_state": "Nog geen pipelines", + "pipelines.empty_state_hint": "Maak je eerste pipeline om aangepaste documentverwerkingsworkflows te definiëren.", + "pipelines.enabled_label": "Ingeschakeld", + "pipelines.force_cloud_ocr_label": "Forceer cloud OCR (sla lokale tekstextractie over)", + "pipelines.inactive_label": "Inactief", + "pipelines.loading": "Pipelines laden\u001e", + "pipelines.name_placeholder": "Mijn pipeline", + "pipelines.new_pipeline_btn": "Nieuwe Pipeline", + "pipelines.no_steps": "Geen stappen gedefinieerd. Voeg een stap toe om je pipeline te bouwen.", + "pipelines.ocr_auto": "Auto (gebruik systeem standaard)", + "pipelines.ocr_language_hint": "Overschrijft de globale taalinstelling voor Tesseract/EasyOCR. Azure en Mistral detecteren de taal automatisch.", + "pipelines.ocr_language_label": "OCR Taal", + "pipelines.optional_suffix": "(optioneel)", + "pipelines.page_title": "Verwerkingspipelines", + "pipelines.set_default": "Instellen als mijn standaard pipeline", + "pipelines.step_label_placeholder": "Overschrijf de standaard stapnaam", + "pipelines.step_type_label": "Stap Type", + "pipelines.subtitle_intro": "Definieer en beheer aangepaste documentverwerkingsworkflows.", + "pipelines.subtitle_system_post": "badge en zijn zichtbaar voor alle gebruikers.", + "pipelines.subtitle_system_pre": "Systeem pipelines (gemaakt door beheerders) worden weergegeven met een", + "pipelines.system_label": "Systeem", + "pipelines.system_pipeline_label": "Systeem pipeline (zichtbaar voor alle gebruikers)", "pipelines.title": "Verwerkingspipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", + "profile.avatar_alt": "Uw profielfoto", + "profile.avatar_heading": "Profielfoto", + "profile.avatar_remove": "Verwijder aangepaste avatar", + "profile.avatar_upload_hint": "Upload een JPEG-, PNG-, GIF- of WebP-afbeelding tot 2 MB. Als er geen aangepaste afbeelding is ingesteld, wordt uw {gravatar} weergegeven.", + "profile.choose_image": "Kies afbeelding\b", + "profile.confirm_password": "Bevestig nieuw wachtwoord", + "profile.contact_email_hint": "Gebruikt voor systeemmeldingen. Dit verandert uw inlog-e-mailadres niet.", + "profile.contact_email_label": "Contact- / notificatie-e-mail", + "profile.contact_email_placeholder": "u@example.com", + "profile.current_password": "Huidig wachtwoord", + "profile.dismiss": "Afwijzen", + "profile.display_name_hint": "Laat leeg om uw gebruikersnaam of e-mailadres te gebruiken.", + "profile.display_name_label": "Weergavenaam", + "profile.display_name_placeholder": "Uw naam zoals deze in de UI wordt weergegeven", + "profile.general_heading": "Algemene informatie", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profielinstellingen", + "profile.language_auto_detect": "Automatisch detecteren (uit browser)", + "profile.language_hint": "Kies uw voorkeurstaal voor de interface. “Automatisch detecteren” volgt uw browserinstellingen.", + "profile.language_label": "UI-taal", + "profile.new_password": "Nieuw wachtwoord", + "profile.new_password_hint": "Minimaal 8 tekens.", + "profile.page_title": "Profielinstellingen – DocuElevate", + "profile.password_heading": "Wachtwoord wijzigen", + "profile.preferences_heading": "Voorkeuren", + "profile.save_button": "Wijzigingen opslaan", + "profile.saving": "Opslaan\b", + "profile.subtitle": "Beheer uw weergavenaam, avatar, taal- en thema-instellingen.", + "profile.theme_dark": "Donker", + "profile.theme_hint": "“Systeem standaard” volgt de donkerder-modusinstelling van uw apparaat.", + "profile.theme_label": "Kleurenpalet", + "profile.theme_light": "Licht", + "profile.theme_system": "Systeem standaard", + "profile.update_password": "Wachtwoord bijwerken", + "profile.updating": "Bijwerken\u00133;", + "queue.active_tasks": "Actieve Taken", + "queue.auto_refresh_1": "Automatisch vernieuwen elke", + "queue.auto_refresh_2": "seconden", + "queue.col_arguments": "Argumenten", + "queue.col_current_step": "Huidige Stap", + "queue.col_file": "Bestand", + "queue.col_files": "Bestanden", + "queue.col_queue": "Wachtrij", + "queue.col_state": "Status", + "queue.col_task": "Taak", + "queue.col_task_id": "Taak ID", + "queue.files_processing": "Bestanden Aan Het Verwerken", + "queue.heading": "Wachtrij Monitor", + "queue.last_updated": "Laatst bijgewerkt:", + "queue.loading_stats": "Laden van wachtrijstatistieken\u0000a0...", + "queue.no_active_tasks": "Geen actieve taken", + "queue.no_data": "Geen gegevens", + "queue.no_files_processing": "Geen bestanden momenteel aan het verwerken", + "queue.page_title": "Wachtrij Monitor", + "queue.processing_pipeline": "Verwerkingspipeline", + "queue.queued_tasks": "In De Wachtrij Staande Taken", + "queue.recently_processing": "Onlangs Verwerkte Bestanden", + "queue.redis_queues": "Redis Wachtrijen", + "queue.subtitle": "Realtime overzicht van de documentverwerkingspipeline en Celery-taakwachtrijen.", + "queue.workers_online": "Werknemers Online", + "search.button": "Zoeken", + "search.error_message": "Zoeken is tijdelijk niet beschikbaar. Probeer het over een moment opnieuw.", + "search.filter_aria_clear": "Alle filters wissen", + "search.filter_clear_button": "Filters Wissen", + "search.filter_date_from": "Datum Van", + "search.filter_date_to": "Datum Tot", + "search.filter_document_type": "Documenttype", + "search.filter_document_type_placeholder": "bijv. Factuur", + "search.filter_language": "Taal", + "search.filter_language_placeholder": "bijv. nl", + "search.filter_sender": "Afzender", + "search.filter_sender_placeholder": "bijv. ACME Corp", "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", + "search.filter_tags_placeholder": "bijv. amazon", + "search.filter_text_quality": "Tekstkwaliteit", + "search.filter_text_quality_all": "Alle", + "search.filter_text_quality_high": "Hoog", + "search.filter_text_quality_low": "Laag", + "search.filter_text_quality_medium": "Gemiddeld", + "search.filter_text_quality_no_text": "Geen tekst", + "search.heading": "Document Zoekopdracht", + "search.input_aria_label": "Zoek documenten", + "search.input_placeholder": "Zoek documenten op inhoud, afzender, tags, type...", + "search.loading_indicator": "Zoeken\n\u000b", "search.no_results": "Geen resultaten gevonden", - "search.page_title": "Search Documents", - "search.placeholder": "Zoeken op naam, inhoud, tags...", - "search.result_empty": "No documents found matching your query.", + "search.page_title": "Documenten Zoeken", + "search.placeholder": "Zoek op bestandsnaam, inhoud, tags...", + "search.result_empty": "Geen documenten gevonden die overeenkomen met uw zoekopdracht.", "search.results_count": "{count} resultaten gevonden", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Documenten zoeken", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", + "search.saved_aria_save": "Opslaan huidige zoekopdracht", + "search.saved_button": "Huidige opslaan", + "search.saved_empty": "Nog geen opgeslagen zoekopdrachten", + "search.saved_error": "Kon opgeslagen zoekopdrachten niet laden", + "search.saved_label": "Opgeslagen Zoekopdrachten", + "search.saved_loading": "Laden...", + "search.title": "Documenten Zoeken", + "settings.audit_log_btn": "Auditlog", + "settings.autocomplete_hint": "Typ om bekende waarden te zoeken, of voer een aangepaste waarde in.", + "settings.autocomplete_no_matches": "Geen overeenkomsten — u kunt nog steeds een aangepaste waarde typen", + "settings.autocomplete_placeholder": "Type om te zoeken of een waarde in te voeren\n\u000b", + "settings.boolean_enable_prefix": "Inschakelen", + "settings.categories_aria": "Instellingen categorieën", + "settings.categories_heading": "Categorieën", "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Weet u zeker dat u deze instelling wilt herstellen?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Instelling opslaan mislukt", - "settings.save_setting_title": "Save this setting", + "settings.effective_value_label": "Effectieve waarde:", + "settings.encrypted_suffix": "= versleuteld in rust", + "settings.encrypted_title": "Waarde is versleuteld in rust in de database", + "settings.export_btn": "Exporteren", + "settings.export_db_only": "Alleen DB-instellingen", + "settings.export_full_config": "Volledige effectieve configuratie", + "settings.jump_to_category": "Spring naar categorie\n\u000b", + "settings.manage_config_prefix": "Beheer configuratie. Prioriteit:", + "settings.model_picker_hint": "Kies uit de lijst of typ een modelnaam die door uw provider wordt ondersteund.", + "settings.model_picker_placeholder": "Selecteer een veelvoorkomend model of typ een aangepaste naam\n\u000b", + "settings.no_results_clear": "zoekopdracht wissen", + "settings.no_results_heading": "Geen instellingen gevonden", + "settings.no_results_hint": "Probeer een andere zoekterm of", + "settings.page_heading": "Toepassingsinstellingen", + "settings.required_label": "(vereist)", + "settings.reset_confirm": "Weet u zeker dat u deze instelling wilt resetten?", + "settings.restart_required_suffix": "= herstart vereist", + "settings.revert_btn": "Verwijder uit DB", + "settings.revert_title": "Verwijder DB-overschrijving en keer terug naar omgevingsvariabele of standaard", + "settings.reverting": "Aan het terugzetten\u000083", + "settings.save_all_btn": "Sla alle wijzigingen op", + "settings.save_error": "Mislukt om instelling op te slaan", + "settings.save_setting_title": "Sla deze instelling op", "settings.save_success": "Instelling succesvol opgeslagen", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "settings.saving_state": "Aan het opslaan\u000083", + "settings.search_aria_label": "Zoek instellingen", + "settings.search_clear_aria": "Wis zoekopdracht", + "settings.search_placeholder": "Zoek instellingen op naam, sleutel of beschrijving\u000083", + "settings.settings_count_suffix": "instellingen", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", + "settings.source_default_badge": "STANDAARD", "settings.source_env_badge": "ENV", "settings.title": "Instellingen", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", + "settings.toggle_visibility_aria": "Schakel zichtbaarheid van wachtwoord in/uit", + "settings.toggle_visibility_title": "Toon/verberg waarde", + "settings.user_autocomplete_empty": "Geen overeenkomende gebruikers gevonden", + "settings.user_autocomplete_hint": "Typ om bestaande gebruikers op naam te zoeken of voer handmatig een identificator in.", + "settings.user_autocomplete_placeholder": "Begin met typen om gebruikers te zoeken\u000083", "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", + "shared.col_expiry": "Vervaldatum", + "shared.col_file_label": "Bestand / Label", "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", + "shared.col_views": "Weergaven", + "shared.copy_link_aria": "Kopieer link naar klembord", + "shared.copy_link_title": "Kopieer link", + "shared.create_btn": "Maak Link", + "shared.create_heading": "Maak Nieuwe Gedeelde Link", + "shared.creating": "Aan het maken\u000083", + "shared.expiry_12h": "12 uur", + "shared.expiry_14d": "14 dagen", + "shared.expiry_1h": "1 uur", + "shared.expiry_24h": "24 uur (1 dag)", + "shared.expiry_30d": "30 dagen", + "shared.expiry_3d": "3 dagen", + "shared.expiry_6h": "6 uur", + "shared.expiry_7d": "7 dagen", + "shared.expiry_label": "Vervaldatum", + "shared.expiry_never": "Nooit", + "shared.file_id_help_post": "pagina of in de documentdetails-URL.", + "shared.file_id_help_pre": "Vind de bestand-ID op de", + "shared.file_id_label": "Bestand-ID", + "shared.file_id_placeholder": "bijv. 42", + "shared.files_link": "Bestanden", + "shared.heading": "Gedeelde Links", "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", + "shared.label_placeholder": "bijv. Gedeeld met Bob", + "shared.link_created": "Gedeelde link aangemaakt!", + "shared.link_created_help": "Kopieer deze link en stuur deze naar de ontvanger.", + "shared.links_count_aria": "aantal links", "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", + "shared.no_links": "Nog geen gedeelde links. Maak er één hierboven om te beginnen.", + "shared.open_in_new_tab": "Open in nieuw tabblad", + "shared.open_link_aria": "Open gedeelde link", + "shared.optional": "(optioneel)", + "shared.page_title": "Gedeelde Links – DocuElevate", + "shared.password_label": "Wachtwoord", + "shared.password_placeholder": "Laat leeg voor geen wachtwoord", + "shared.password_protected": "Wachtwoord beschermd", + "shared.refresh_aria": "Vernieuw de lijst met gedeelde links", + "shared.revoke_aria_prefix": "Intrekken van gedeelde link voor", + "shared.revoke_btn": "Intrekken", + "shared.status_active": "Actief", + "shared.status_expired": "Verlopen", + "shared.status_limit_reached": "Limiet bereikt", + "shared.status_revoked": "Introkken", + "shared.subtitle": "Deel documenten met iedereen via een tijdslimiet of weergavelimiet link. Ontvangers hebben geen DocuElevate-account nodig. Links kunnen met een wachtwoord worden beschermd en op elk moment worden ingetrokken.", + "shared.table_aria": "Gedeelde links", + "shared.unlimited_placeholder": "Onbeperkt", + "shared.your_links": "Jouw Gedeelde Links", + "similarity.backfill_auto": "De achtergrondtaak berekent ze automatisch elke 5 minuten, of je kunt", + "similarity.files_missing_text": "bestand(en) hebben OCR-tekst maar nog geen embedding.", + "similarity.find_pairs_btn": "Vind Paren", + "similarity.heading": "Document Similariteit", + "similarity.load_error": "Laden van paren mislukt.", + "similarity.min_similarity_label": "Min. gelijkenis", + "similarity.no_pairs_detail": "Geen documentparen overschrijden de gelijkenisdrempel.", + "similarity.no_pairs_heading": "Geen vergelijkbare paren gevonden", + "similarity.page_title": "Documentsimilariteit - DocuElevate", + "similarity.pagination_aria": "Paginering van vergelijkingsparen", + "similarity.per_page_label": "Per pagina", + "similarity.scanning": "Scannen op vergelijkbare documentparen\u00023...", + "similarity.stat_embedding_model": "Inbeddingsmodel", + "similarity.stat_missing_embedding": "Ontbrekende inbedding", + "similarity.stat_total_files": "Totaal aantal bestanden", + "similarity.stat_with_embedding": "Met inbedding", + "similarity.subtitle": "Paren van documenten met hoge semantische gelijkenis, gerangschikt op score.", + "similarity.trigger_aria": "Trigger inbedding berekening voor alle bestanden zonder inbedingen", + "similarity.trigger_now": "trigger het nu", + "status.app_version": "App-versie", + "status.build_date": "Bouwdatum", + "status.container_id": "Container-ID", + "status.git_commit": "Git-commit", + "status.last_check": "Laatste controle", + "status.page_title": "Systeemstatus", + "status.setting_label": "Instelling", + "status.value_label": "Waarde", + "subscription.available_plans_heading": "Beschikbare Plannen", + "subscription.back_to_dashboard": "Terug naar Dashboard", + "subscription.cancel_pending": "Annuleer wijziging", + "subscription.cancel_scheduled": "Annuleer geplande wijziging", + "subscription.contact_sales": "Neem contact op met Verkoop", + "subscription.current_badge": "Huidig", + "subscription.current_plan": "Huidig Plan", + "subscription.current_plan_cta": "Uw huidige plan", + "subscription.downgrade_to_prefix": "Downgrade naar", + "subscription.features_heading": "Wat is inbegrepen in uw plan", + "subscription.free": "Gratis", + "subscription.heading": "Mijn Abonnement", + "subscription.keep_plan_prefix": "Houd", + "subscription.lifetime_files": "Totaal aantal bestanden (levenslang)", + "subscription.month_files": "Bestanden deze maand", + "subscription.more_features_label": "meer", + "subscription.page_title": "Mijn Abonnement \u0013 DocuElevate", + "subscription.pending_badge": "In behandeling", + "subscription.pending_benefits": "U behoudt alle huidige planvoordelen tot dan.", + "subscription.pending_on": "op", + "subscription.pending_title": "Geplande wijziging van abonnement in behandeling", + "subscription.pending_will_change": "Uw plan zal veranderen naar", + "subscription.per_mo": "/m", + "subscription.per_month": "/maand", + "subscription.since": "Sinds", + "subscription.single_user_body": "Abonnementsniveaus zijn van toepassing wanneer de multi-gebruikermodus actief is. Uw instantie draait momenteel in de eengebruiker modus zonder verwerkingslimieten. Een beheerder kan de multi-gebruikermodus inschakelen via {settings_link}.", + "subscription.single_user_title": "Multi-gebruikermodus is niet ingeschakeld.", + "subscription.subtitle": "Uw huidige plan, gebruik en beschikbare upgrades.", + "subscription.this_month_label": "deze maand", + "subscription.today_files": "Bestanden vandaag", + "subscription.today_label": "vandaag", + "subscription.unlimited": "Onbeperkt", + "subscription.upgrade_info": "Upgrades zijn onmiddellijk van kracht. Downgrades zijn gepland aan het einde van uw huidige factureringsperiode.", + "subscription.upgrade_to_prefix": "Upgrade naar", + "subscription.usage_heading": "Gebruik", + "upload.browse_button": "Bladeren naar bestanden", + "upload.button_processing": "Bezig met verwerken...", + "upload.camera_button": "Neem foto / Scan document", + "upload.download_button": "Downloaden en verwerken", + "upload.downloading": "Bestand downloaden van URL...", "upload.drag_drop": "Sleep bestanden hierheen of klik om te bladeren", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", + "upload.drop_hint_desktop": "Sleep bestanden of mappen hierheen, of klik om bestanden te selecteren.", + "upload.drop_hint_mobile": "Tik om bestanden te selecteren of gebruik de cameraknop hieronder.", + "upload.drop_zone_aria": "Bestand uploadgebied. Sleep en laat bestanden hier vallen, of druk op Enter om bestanden te bladeren.", "upload.error": "Upload mislukt", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", + "upload.error_invalid_url": "Ongeldig URL-formaat", + "upload.error_url_required": "Voer alstublieft een URL in", + "upload.file_size_hint": "Maximale grootte: 500 MB per bestand", + "upload.file_types": "Toegestane types: PDF, Office-documenten (Word, Excel, PowerPoint, enz.), Afbeeldingen", + "upload.filename_description": "Laat leeg om de bestandsnaam van de URL te gebruiken", + "upload.filename_label": "Bestandsnaam (optioneel)", + "upload.filename_placeholder": "mijn-document.pdf", "upload.max_size": "Maximale bestandsgrootte: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Bestand selecteren", + "upload.page_title": "Bestanden uploaden", + "upload.section_device": "Uploaden vanaf apparaat", + "upload.section_url": "Uploaden vanaf URL", + "upload.select_file": "Selecteer Bestand", "upload.success": "Bestand succesvol geüpload", - "upload.title": "Document uploaden", - "upload.uploading": "Uploaden...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "upload.title": "Document Uploaden", + "upload.uploading": "Bezig met uploaden...", + "upload.url_description": "Voer een directe link naar een bestand in (PDF, Office-documenten of afbeeldingen)", + "upload.url_label": "Bestand URL", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/no.json b/frontend/translations/no.json index d36160ed..b5451b30 100644 --- a/frontend/translations/no.json +++ b/frontend/translations/no.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Møt Skaperen", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_pre": "DocuElevate utvikles med lidenskap av", + "about.features_admin_api": "Kraftig REST API for programmeringsmessig tilgang", + "about.features_admin_config": "Høyt konfigurerbar via miljøvariabler", + "about.features_admin_docker": "Klar for Docker for enkel distribusjon og skalering", + "about.features_admin_heading": "Administrasjon", + "about.features_admin_oauth2": "Støtte for OAuth2-autentisering med Authentik", + "about.features_automation_background": "Bakgrunnsbehandling med Redis og Celery", + "about.features_automation_gmail": "Integrasjon med Gmail og generelle e-postkontoer", + "about.features_automation_heading": "Automatisering", + "about.features_automation_imap": "IMAP postboks polling fra flere kilder", + "about.features_automation_ingestion": "Automatisert dokumentinnhenting fra ulike innganger", + "about.features_heading": "Nøkkelfunksjoner", + "about.features_integration_cloud": "Skylagring: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integrasjon & Lagring", + "about.features_integration_multi_dest": "Støtte for flere mål (lagre dokumenter på flere steder)", + "about.features_integration_protocols": "Overføringsprotokoller: FTP, SFTP, E-postviderekobling", + "about.features_integration_selfhosted": "Selvhostede alternativer: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Intelligent dokumentklassifisering og datainnhenting", + "about.features_processing_heading": "Dokumentbehandling", + "about.features_processing_metadata": "Automatisert metadatautvinning ved hjelp av en pluggbar AI-leverandør", + "about.features_processing_ocr": "OCR drevet av Azure Document Intelligence", + "about.features_processing_pdf": "PDF-konvertering for ulike filformater via Gotenberg", + "about.features_processing_upload": "Enkel og sikker filopplasting med dra & slipp-støtte", + "about.github_logo_alt": "GitHub-logo", + "about.heading": "Om DocuElevate", + "about.intro_post": " – din moderne, intelligente løsning for dokumentbehandling! Vi har bygget DocuElevate for å fullstendig transformere måten du håndterer dokumentene dine – fra opplasting til utvinning, fra behandling til lagring.", + "about.intro_pre": "Velkommen til ", + "about.involved_description": "Vil du dykke inn i koden, bidra med ideer eller lære mer om DocuElevate?", + "about.involved_docs": "Les Dokumentasjonen", + "about.involved_github": "Se DocuElevate på GitHub", + "about.involved_heading": "Bli Involvert", + "about.involved_website": "Besøk DocuElevate-nettstedet", + "about.legal_description": "Vi bryr oss om ditt privatliv og datasikkerhet. Vennligst se over vår:", + "about.legal_heading": "Personvern & Juridisk", + "about.legal_license": "Lisensinformasjon", + "about.legal_privacy": "Personvernerklæring", + "about.page_title": "Om DocuElevate", + "about.story_heading": "Vår Historie", + "about.story_p1": "DocuElevate ble opprettet med ett mål for øye: å forenkle og strømlinjeforme dokumenthåndtering for alle, enten du er en liten oppstart eller et stort selskap.", + "about.story_p2": "Vi utnytter kraften til pluggbare AI-leverandører (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, og mer) for metadatautvinning og tekstforbedring, integreres sømløst med Dropbox, Nextcloud, og Paperless NGX for lagring og indeksering, utnytter Azure Document Intelligence for OCR, og bruker til og med Gotenberg for fil-til-PDF konverteringer.", + "api_tokens.col_created": "Opprettet", + "api_tokens.col_last_ip": "Siste IP", + "api_tokens.col_last_used": "Sist brukt", + "api_tokens.col_name": "Navn", + "api_tokens.col_prefix": "Token Prefiks", + "api_tokens.copy_to_clipboard": "Kopier token til utklippstavlen", + "api_tokens.copy_upload_example": "Kopier opplastings eksempel til utklippstavlen", + "api_tokens.copy_warning_1": "Kopier dette tokenet nå — det vil", + "api_tokens.copy_warning_2": "ikke bli vist igjen", + "api_tokens.create_heading": "Opprett nytt token", + "api_tokens.create_token": "Opprett token", + "api_tokens.creating": "Oppretter\n...", + "api_tokens.heading": "API-tokens", + "api_tokens.intro": "Opprett personlige API-tokens for å samhandle med DocuElevate API-programmatisk. Bruk tokens for webhook-opplastinger, CI/CD-pipelines, eller ethvert skript som må laste opp eller hente dokumenter.", + "api_tokens.loading_tokens": "Laster inn tokens\n...", + "api_tokens.never": "Aldri", + "api_tokens.no_tokens_heading": "Ingen API-tokens ennå", + "api_tokens.no_tokens_help": "Opprett ditt første token ovenfor for å komme i gang.", + "api_tokens.page_title": "API-tokens – DocuElevate", + "api_tokens.revoke": "Tilbaketrekke", + "api_tokens.revoke_prefix": "Tilbaketrekke token", + "api_tokens.status_active": "Aktiv", + "api_tokens.status_revoked": "Tilbaketrukket", + "api_tokens.table_aria": "API-tokens", + "api_tokens.token_created": "Token opprettet suksessfullt!", + "api_tokens.token_name_label": "Token-navn", + "api_tokens.token_name_placeholder": "f.eks. CI Pipeline, Webhook-opplasting, Mitt Skript", + "api_tokens.usage_heading": "Brukseksempel", + "api_tokens.usage_intro_post": "hode med enhver API-forespørsel:", + "api_tokens.usage_intro_pre": "Bruk API-tokenet ditt i", + "api_tokens.your_tokens": "Dine tokens", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", + "audit.col_resource": "Ressurs", + "audit.col_timestamp": "Tidsstempel", + "audit.critical": "Kritisk", + "audit.filter_action": "Handling", + "audit.filter_all_actions": "Alle handlinger", + "audit.filter_all_users": "Alle brukere", + "audit.filter_resource_placeholder": "f.eks. dokument, bruker", + "audit.filter_resource_type": "Ressurstype", + "audit.filter_severity": "Alvorlighetsgrad", + "audit.filter_user": "Bruker", + "audit.filters_section_label": "Revisionsloggfiler", + "audit.next": "Neste", + "audit.next_label": "Neste side", + "audit.no_events": "Ingen revisjonshendelser registrert ennå.", + "audit.no_events_hint": "Betydelige handlinger (logginn, dokumentoperasjoner, endringer i innstillinger) vil vises her.", + "audit.page_title": "Revisjonslogger - DocuElevate", + "audit.pagination_label": "Revisjonsloggfiler paginering", + "audit.prev": "Forrige", + "audit.prev_label": "Forrige side", + "audit.refresh_label": "Oppdater revisjonslogger", + "audit.siem_disabled_title": "SIEM videresending er deaktivert", + "audit.siem_enabled_title": "Hendelser blir videresendt til ", + "audit.siem_off": "SIEM: Av", + "audit.subtitle": "Omfattende, kun append-only post av alle betydelige handlinger.", + "audit.table_label": "Revisjonslogghendelser", + "audit.title": "Revisjonslogger", + "auth.confirm_password": "Bekreft passord", + "auth.create_account": "Opprett konto", + "auth.display_name_label": "Visningsnavn", + "auth.email_label": "E-post", + "auth.forgot_password": "Glemt passord?", + "auth.forgot_username": "Glemt brukernavn?", + "auth.login": "Logg inn", + "auth.login_title": "Logg inn", + "auth.logo_alt": "DocuElevate-logo", + "auth.logout": "Logg ut", + "auth.my_account": "Min konto", + "auth.no_account": "Har ikke en konto?", + "auth.or_continue_with": "Eller fortsett med", + "auth.password_label": "Passord", + "auth.profile": "Profil", + "auth.remember_me": "Husk meg", + "auth.return_home": "Tilbake til Hjem", + "auth.sign_in": "Logg inn", + "auth.sign_in_sso": "Logg inn med SSO", + "auth.sign_in_with": "Logg inn med", + "auth.sign_in_with_username": "Logg inn med brukernavn", + "auth.signup": "Registrer deg", + "auth.signup_title": "Registrer deg", + "auth.username_label": "Brukernavn", + "auth.username_or_email": "Brukernavn eller E-post", + "auth.verify_email_back_sign_in": "Tilbake til innlogging", + "auth.verify_email_expiry": "Lenken utløper om 24 timer. Hvis du ikke ser e-posten, sjekk spam-mappen din.", + "auth.verify_email_heading": "Sjekk innboksen din", + "auth.verify_email_message": "Vi har sendt deg en bekreftelsesepost. Vennligst klikk på lenken i e-posten for å aktivere kontoen din.", + "auth.verify_email_page_title": "DocuElevate - Bekreft E-posten Din", + "auth.verify_email_resend_aria_label": "E-postadresse for å sende på nytt", + "auth.verify_email_resend_button": "Send bekreftelsesepost på nytt", + "auth.verify_email_resend_label": "E-postadresse", + "auth.verify_email_resend_placeholder": "Skriv inn e-postadressen din", + "auth.verify_email_resend_prompt": "Mottok du den ikke?", + "backup.archives_heading": "Backup Arkiver", + "backup.backup_now": "Ta backup nå", + "backup.clean_up": "Rydde opp", + "backup.cleanup_title": "Kjør vedlikeholdsopprydding nå", + "backup.col_created": "Opprettet", + "backup.col_filename": "Filnavn", + "backup.col_size": "Størrelse", + "backup.col_storage": "Lagring", "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "backup.config_auto_backup": "Automatisk backup", + "backup.config_remote_dest": "Fjern destinasjon", + "backup.config_retention": "Bevaring", + "backup.config_total_size": "Total lokal størrelse", + "backup.confirm_btn": "Bekreft", + "backup.confirm_title": "Bekreft handling", + "backup.heading": "Backup Administrasjon", + "backup.local_only": "Kun lokal", + "backup.no_backups": "Ingen sikkerhetskopier ennå.", + "backup.no_backups_hint": "Klikk på Ta backup nå for å lage din første sikkerhetskopi.", + "backup.page_title": "Backup Administrasjon", + "backup.records_label": "poster", + "backup.restore_btn": "Gjenopprett", + "backup.restore_desc_mid": "backuparkiv for å gjenopprette databasen.", + "backup.restore_desc_pre": "Last opp en", + "backup.restore_desc_warning": "Dette vil overskrive alle nåværende data.", + "backup.restore_file_label": "Sikkerhetskopiarkiv (.db.gz)", + "backup.restore_heading": "Gjenopprett fra fil", + "backup.restoring": "Gjenoppretter\n\u0000A", + "backup.retention_daily_detail": "\u0000\u0000A – beholdt i 3 uker", + "backup.retention_heading": "Beholdningspolicy", + "backup.retention_hourly_detail": "\u0000\u0000A – beholdt i 4 dager", + "backup.retention_note": "Sikkerhetskopier utover disse grensene blir automatisk beskjært etter at hver ny sikkerhetskopi er opprettet.", + "backup.retention_weekly_detail": "\u0000\u0000A – beholdt i ~3 måneder", + "backup.snapshots": "øyeblikksbilder", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", + "backup.storage_local": "lokal", + "backup.subtitle": "Database sikkerhetskopier opprettes automatisk: hver time (4 dager), daglig (3 uker), ukentlig (13 uker).", + "backup.table_aria": "Sikkerhetskopiarkiver", + "backup.trigger_daily": "Sikkerhetskopier nå (Daglig)", + "backup.trigger_hourly": "Sikkerhetskopier nå (Hver time)", + "backup.trigger_weekly": "Sikkerhetskopier nå (Ukentlig)", + "backup.type_daily": "Daglig", + "backup.type_hourly": "Hver time", + "backup.type_weekly": "Ukentlig", + "billing.go_to_dashboard": "Gå til dashbord", + "billing.manage_subscription": "Administrer abonnement", + "billing.success_heading": "Du er klar!", + "billing.success_message": "Ditt abonnement har blitt aktivert. Takk for at du valgte DocuElevate!", + "billing.success_page_title": "DocuElevate - Abonnement aktivert", + "common.actions": "Handlinger", + "common.active": "Aktiv", + "common.all": "Alle", + "common.avatar": "Avatar", + "common.back": "Tilbake", + "common.cancel": "Avbryt", + "common.close": "Lukk", + "common.col_pending": "Venter", + "common.completed": "Fullført", + "common.confirm": "Bekreft", + "common.copied": "Kopiert!", + "common.copy": "Kopier", + "common.create": "Opprett", + "common.created": "Opprettet", + "common.date": "Dato", + "common.delete": "Slett", + "common.description": "Beskrivelse", + "common.details": "Detaljer", + "common.disabled": "Deaktivert", + "common.download": "Last ned", + "common.duplicate": "Dupliser", + "common.edit": "Rediger", + "common.enabled": "Aktivert", + "common.error": "Feil", + "common.failed": "Mislyktes", + "common.filter": "Filtrer", + "common.inactive": "Inaktiv", "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", + "common.loading": "Laster...", + "common.name": "Navn", + "common.next": "Neste", + "common.next_page": "Neste side", + "common.no": "Nei", + "common.none": "Ingen", + "common.page": "Side", + "common.paused": "Pauset", + "common.pending": "Venter", + "common.prev_page": "Forrige side", + "common.previous": "Forrige", + "common.processing": "Behandler", + "common.refresh": "Oppdater", + "common.reset": "Tilbakestill", + "common.retry": "Prøv igjen", + "common.save": "Lagre", + "common.search": "Søk", + "common.select": "Velg", + "common.select_placeholder": "\u0014 velg \u0014", + "common.size": "Størrelse", "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", + "common.submit": "Send inn", + "common.success": "Supert", + "common.tags": "Merkelapper", + "common.test": "Test", + "common.test_connection": "Test forbindelse", "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", + "common.update": "Oppdater", + "common.updated": "Oppdatert", + "common.upload": "Last opp", + "common.view": "Vis", + "common.warning": "Advarsel", + "common.yes": "Ja", + "cookie.accept": "Fatt det", + "cookie.learn_more": "Lær mer", + "cookie.message": "Dette nettstedet bruker informasjonskapsler for å forbedre opplevelsen din.", + "cookie.notice": "DocuElevate bruker kun essensielle sesjonsinformasjonskapsler som er nødvendige for autentisering og tjenesteoperasjon. Ingen sporings- eller analyse-informasjonskapsler brukes.", + "cookie.notice_label": "Informasjonskapselvarsel", + "cookie.policy_link": "Informasjonskapselpolicy", + "cookie.privacy_link": "Personvernerklæring", + "credentials.col_action": "Handling", + "credentials.col_credential": "Legitimasjon", + "credentials.col_source": "Kilde", + "credentials.configured": "Konfigurert", + "credentials.edit_in_settings": "Rediger i innstillinger", + "credentials.legend_db": "Verdi lagret i databasen (kryptert i ro; overskriver miljøvariabel)", + "credentials.legend_env_after": " fil", + "credentials.legend_env_before": "Verdi fra miljøvariabel eller ", + "credentials.legend_missing": "Legitimasjon ikke satt - integrasjonen vil ikke fungere", + "credentials.legend_restart": "Omstart kreves når denne legitimasjonen er rotert", + "credentials.legend_title": "Legende", + "credentials.manage_settings": "Administrer innstillinger", + "credentials.not_configured": "Ikke konfigurert", + "credentials.page_title": "Legitimasjonsrevisjon - DocuElevate", + "credentials.raw_json": "Rå JSON (API)", + "credentials.restart_title": "Omstart kreves etter rotering av denne legitimasjonen", + "credentials.source_db_title": "Lagrert i database (kryptert)", + "credentials.source_env_title": "Fra miljøvariabel", + "credentials.status_missing": "Manglende", + "credentials.subtitle": "Oversikt over alle sensitive legitimasjoner brukt av DocuElevate. Ingen hemmelige verdier vises her - bare om hver legitimasjon er konfigurert og hvor den kommer fra.", + "credentials.table_for": "Legitimasjoner for", + "credentials.title": "Legitimasjonsrevisjon", + "credentials.total_credentials": "Totalt antall legitimasjoner", + "dashboard.active_integrations": "Aktive integrasjoner", + "dashboard.files_this_month": "Filer denne måneden", + "dashboard.files_today": "Filer i dag", + "dashboard.ocr_processed": "OCR-behandlet", + "dashboard.quick_actions": "Hurtighandlinger", + "dashboard.recent_activity": "Nylig aktivitet", + "dashboard.storage_targets": "Lagringsmål", "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", + "dashboard.total_files": "Totalt antall filer", + "dashboard.welcome": "Velkommen til DocuElevate", + "duplicates.file_id_label": "Fil-ID", + "duplicates.file_id_placeholder": "f.eks. 42", + "duplicates.find_btn": "Finn", + "duplicates.found_files": "dobbeltfil(er) totalt.", + "duplicates.found_groups": "dobbeltgruppe(r) med", + "duplicates.found_prefix": "Funnet", + "duplicates.group_aria": "Dobbeltgruppe", + "duplicates.heading": "Doble Dokumenter", + "duplicates.how_it_works_heading": "Hvordan deteksjon av nesten-duplikater fungerer", + "duplicates.max_results_label": "Maks resultat", + "duplicates.near_dup_desc": "Velg et dokument for å sjekke om andre filer inneholder det samme (eller svært lignende) innholdet — selv om de ble skannet på forskjellige tidspunkter og har forskjellige SHA-256-hashverdier.", + "duplicates.near_dup_heading": "Finn Nesten-Duplikater for et Dokument", + "duplicates.no_exact_heading": "Ingen eksakte duplikater funnet", + "duplicates.page_title": "Doble Dokumenter - DocuElevate", + "duplicates.pagination_aria": "Pagineringskontroll", + "duplicates.role_duplicate": "Duplikat", "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "duplicates.tab_exact": "Eksakte Duplikater", + "duplicates.tab_near": "Nesten-Duplikat Finder", + "duplicates.tabs_aria": "Faner for duplikatdeteksjon", + "duplicates.threshold_label": "Likhetsterskel", + "duplicates.view_dup_aria": "Vis duplikatfil", + "duplicates.view_original_aria": "Vis originalfil", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Oops, vi kunne ikke finne den siden!", + "error.404_home": "Gå til Hjem", + "error.404_message": "Det ser ut til at DocuElevate har mistet dokumentet du lette etter. Ikke bekymre deg – vi tar oss av det.", + "error.404_title": "404 - Ikke funnet", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Vis feilsøkingsinformasjon", + "error.500_description": "Våre servere har opplevd et problem og trenger et øyeblikk.", + "error.500_heading": "Oops! Noe gikk galt.", + "error.500_home": "Gå til Hjem", + "error.500_img_alt": "Illustrasjon av en serverfeil", + "error.500_message1": "Våre servere har opplevd et problem og trenger et øyeblikk. Kanskje hamstrene spylte kaffen sin?", + "error.500_message2": "Vi er allerede i gang—sorterer filer, omstarter servere og kalibrerer flux-kondensatorer.", + "error.500_title": "Serverfeil - DocuElevate", + "error.forbidden": "Forbudt", + "error.forbidden_message": "Du har ikke tillatelse til å få tilgang til denne siden.", + "error.not_found": "Siden ikke funnet", + "error.not_found_message": "Siden du leter etter eksisterer ikke.", + "error.server_error": "Intern serverfeil", + "error.server_error_message": "Noe gikk galt. Vennligst prøv igjen senere.", + "error.unauthorized": "Uautorisert", + "error.unauthorized_message": "Du må logge inn for å få tilgang til denne siden.", + "files.action_delete": "Slett fil", + "files.action_details": "Vis detaljer", + "files.action_preview": "Rask forhåndsvisning", + "files.bulk_clear_selection": "Fjern valg", + "files.bulk_cloud_ocr": "Kjør Cloud OCR på nytt", + "files.bulk_delete": "Slett valgte", + "files.bulk_download": "Last ned som ZIP", + "files.bulk_reprocess": "Behandle på nytt valgte", + "files.delete_modal_cancel": "Avbryt", + "files.delete_modal_confirm": "Slett", + "files.delete_modal_message": "Er du sikker på at du vil slette denne filen?", + "files.delete_modal_title": "Bekreft sletting", + "files.document_title": "Dokumenttittel", + "files.drop_overlay_hint": "Støtter PDF, Office-dokumenter, bilder, HTML, Markdown og mer – mapper behandles rekursivt", + "files.drop_overlay_title": "Slipp filer eller mapper hvor som helst for å laste opp", + "files.error_hint": "Dette kan skyldes et konfigurasjons- eller importproblem. Vennligst sjekk serverloggene.", + "files.file_size": "Filstørrelse", + "files.filename": "Filnavn", + "files.files_selected": "filer valgt", + "files.filter_all_providers": "Alle tilbydere", + "files.filter_all_statuses": "Alle statuser", + "files.filter_all_types": "Alle typer", + "files.filter_apply": "Bruk filtre", + "files.filter_clear": "Fjern", + "files.filter_date_from": "Dato fra", + "files.filter_date_from_aria": "Filtrer fra dato", + "files.filter_date_to": "Dato til", + "files.filter_date_to_aria": "Filtrer til dato", + "files.filter_form_aria": "Filtrer filer", + "files.filter_mime_type": "MIME-type", + "files.filter_ocr_all": "Alle filer", + "files.filter_ocr_good": "God kvalitet", + "files.filter_ocr_poor": "Dårlig kvalitet", + "files.filter_ocr_quality": "OCR-kvalitet", + "files.filter_ocr_quality_aria": "Filtrer etter OCR-kvalitetsscore", + "files.filter_ocr_unchecked": "Ikke vurdert ennå", + "files.filter_search_label": "Søk Filnavn", + "files.filter_search_placeholder": "Skriv inn filnavn...", + "files.filter_storage_provider": "Lagringsleverandør", + "files.filter_tags_aria": "Filtrer etter etiketter (kommaseparerte)", + "files.filter_tags_placeholder": "f.eks. faktura,amazon", + "files.fulltext_search_label": "Fulltekstsøk (OCR-tekst, metadata, etiketter)", + "files.fulltext_search_placeholder": "Søk i dokumentinnhold, avsender, etiketter, type...", + "files.no_files": "Ingen filer funnet", + "files.ocr_status": "OCR-status", + "files.page_title": "Filregistre", + "files.pagination_files": "filer", + "files.pagination_first": "Første", + "files.pagination_last": "Siste", + "files.pagination_nav_aria": "Filiste paginering", + "files.pagination_next": "Neste", + "files.pagination_of": "av", + "files.pagination_previous": "Forrige", + "files.pagination_showing": "Viser", + "files.preview_modal_close": "Lukk forhåndsvisning", + "files.preview_modal_title": "Forhåndsvisning", + "files.queue_banner_items": "element(er) er for øyeblikket i kø eller behandles. Filer vil vises her når behandlingen er fullført.", + "files.queue_banner_link": "Se kø", + "files.saved_searches_empty": "Ingen lagrede søk ennå", + "files.saved_searches_error": "Kunne ikke laste inn lagrede søk", + "files.saved_searches_label": "Lagrede søk", + "files.saved_searches_save": "Lagre nåværende", + "files.saved_searches_save_aria": "Lagre nåværende filtre som et lagret søk", + "files.search_results_empty": "Ingen resultater funnet.", + "files.search_results_title": "Søkeresultater", + "files.status_duplicate": "Duplikat", + "files.table_actions": "Handlinger", + "files.table_aria": "Filregistre", + "files.table_created_at": "Opprettet den", + "files.table_empty": "Ingen filer funnet", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", + "files.table_mime_type": "MIME-type", + "files.table_original_filename": "Originalt filnavn", + "files.table_select_all": "Velg alle filer på denne siden", "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", + "files.title": "Filer", + "files.upload_modal_aria": "Opplastingsprosess", + "files.upload_modal_close": "Lukk opplastingsprosess", + "files.upload_modal_header": "Laster opp filer", + "files.uploaded": "Lastet opp", + "footer.about": "Om", + "footer.attribution": "Attributions", "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "footer.cookies": "Informasjonskapsler", "footer.copyright": "DocuElevate {year}", "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.license": "Lisens", + "footer.navigation": "Navigasjon i bunnteksten", + "footer.privacy": "Personvern", + "footer.terms": "Vilkår", + "footer.version": "Versjon {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth-koblet. Filer havner i din valgte mappe.", + "help.destinations_email": "E-post videresending", + "help.destinations_email_desc": "Behandlede filer sendt som SMTP-vedlegg.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Tjenestekonto eller OAuth. Støtter delte mapper.", + "help.destinations_heading": "Destinasjoner – Hvor dokumentene går", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Selvhostet skylagring via WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Microsoft Graph API-integrasjon.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Skyv dokumenter rett inn i Paperless for arkivering.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Enhver S3-kompatibel bøtte (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Sikker filoverføring til enhver server.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST metadata til enhver ekstern endepunkt.", + "help.documentation": "Dokumentasjon", + "help.faq": "Ofte Stilte Spørsmål", + "help.faq_1_a": "Naviger til opplastingsside, dra og slipp filer eller klikk Velg fil. DocuElevate konverterer bilder og kontordokumenter til PDF, kjører OCR, og henter metadata automatisk.", + "help.faq_1_q": "Hvordan laster jeg opp dokumenter?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, og HTML. Ikke-PDF-filer konverteres automatisk til PDF før behandling.", + "help.faq_2_q": "Hvilke filformater støttes?", + "help.faq_3_a": "Ja. Gå til E-postinnhenting, legg til en IMAP-konto, og DocuElevate vil pollere etter nye meldinger og behandle vedlegg automatisk.", + "help.faq_3_q": "Kan jeg hente dokumenter fra e-post?", + "help.faq_4_a": "Pipelines lar deg kjede behandlingssteg – OCR, AI-utvinning, formatkonvertering – og rutes resultatet til en eller flere destinasjoner. Opprett og administrer dem fra Pipelines-siden.", + "help.faq_4_q": "Hvordan fungerer behandlingspipelines?", + "help.faq_5_a": "DocuElevate krypterer legitimasjon i ro, kommuniserer over TLS, og lagrer aldri dokumentene dine lengre enn nødvendig. Se personvernerklæringen for fullstendige detaljer.", + "help.faq_5_a_post": " for full details.", + "help.faq_5_a_pre": "DocuElevate krypterer legitimasjon i ro, kommuniserer over TLS, og lagrer aldri dokumentene dine lenger enn nødvendig. Se den ", + "help.faq_5_q": "Er dataene mine sikre?", + "help.faq_heading": "Vanlige spørsmål", + "help.getting_started": "Kom i gang", + "help.heading": "Hjelpesenter", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Bruk REST API-en for å sende dokumenter programmert. Autentiser med en Bearer-token og POST-filer til opplastingsendepunktet.", + "help.ingestion_heading": "Data Inntak Verktøy", + "help.ingestion_mobile": "Mobilapper", + "help.ingestion_mobile_desc": "Bruk hvilken som helst mobil skanneapp som støtter tilpassede HTTP-opplastingsmål for å sende bilder og skanninger til DocuElevate fra telefonen eller nettbrettet ditt.", + "help.ingestion_scanners": "Nettverkskannere", + "help.ingestion_scanners_desc": "Pek hvilken som helst nettverksskanner eller multifunksjonsprinter mot DocuElevates opplastingsendepunkt. Skannede dokumenter havner direkte i din behandlingskø.", + "help.ingestion_watched_folders": "Overvåkede Mapper", + "help.ingestion_watched_folders_desc": "Konfigurer en lokal eller nettverksmappe som skal overvåkes. Hvilket som helst fil plassert i en overvåket mappe lastes automatisk opp og behandles av DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrer DocuElevate i automatiseringsarbeidsflytene dine med Zapier, n8n eller Make. Bruk REST API-handlinger for å utløse dokumentopplastinger fra enhver hendelse.", + "help.meta_description": "Få hjelp med DocuElevate – finn veiledninger om opplasting av dokumenter, tilkobling av sky-lagring, sette opp pipelines og mer.", + "help.og_description": "Få hjelp med DocuElevate – finn veiledninger om opplasting av dokumenter, tilkobling av sky-lagring, sette opp pipelines og mer.", + "help.page_title": "Hjelpesenter", + "help.privacy_notice": "Personvernerklæring", + "help.quickstart_heading": "Rask oppstart", + "help.quickstart_storage": "Koble til lagring", + "help.quickstart_storage_desc": "Gå til Innstillinger og koble til sky-kontoene dine. Behandlede dokumenter rutes automatisk til hver destinasjon du konfigurerer.", + "help.quickstart_storage_desc_full": "Gå til Integrasjoner og koble til sky-lagringskontoene dine. DocuElevate støtter Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud og mer. Behandlede dokumenter dirigeres automatisk til hver destinasjon du konfigurerer.", + "help.quickstart_upload": "Last opp dokumenter", + "help.quickstart_upload_desc": "Dra og slipp filer på opplastingssiden eller klikk Velg fil. DocuElevate konverterer bilder og kontordokumenter til PDF, kjører OCR, og henter metadata automatisk.", + "help.quickstart_workflows": "Automatiser arbeidsflyter", + "help.quickstart_workflows_desc": "Opprett Pipelines for å definere flertrinnsbehandling og rutingsregler. Kombiner OCR, AI-utvinning, formatkonvertering og levering i en enkelt flyt.", + "help.sources_email_ingestion": "E-postinnhenting (IMAP)", + "help.sources_email_ingestion_desc": "Send dokumenter til en dedikert innboks. Under E-postinnhenting, legg til en eller flere IMAP-kontoer. DocuElevate poller etter nye meldinger og behandler vedlegg automatisk.", + "help.sources_heading": "Kilder – Få dokumenter inn", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", + "help.sources_rest_api_desc": "Integrer programmatisk ved å POST-e filer til /api/upload. Ideelt for skript, overvåkede mapper, skannere eller tredjepartsverktøy som Zapier og n8n.", + "help.sources_scanner": "Skanner & Mobil", + "help.sources_scanner_desc": "Pek nettverksskannere mot DocuElevates opplastingsendepunkt eller bruk hvilken som helst mobilskanneapp som støtter tilpassede HTTP-destinasjoner.", + "help.sources_scanner_desc_full": "Konfigurer nettverksskanneren eller multifunksjonsprinteren din til å sende skanninger direkte til DocuElevate. Bruk /api/upload-endepunktet som destinasjon. Mobilsanningapper med tilpassede opplastingsmål støttes også.", + "help.sources_web_upload": "Webopplasting", + "help.sources_web_upload_desc": "Den raskeste måten å komme i gang på. Åpne opplastingssiden, slipp en eller flere filer, og DocuElevate tar seg av resten. Støttede formater inkluderer PDF, JPEG, PNG, TIFF, DOCX, XLSX, og mer.", + "help.subheading": "Alt du trenger for å få mest mulig ut av DocuElevate. Bla gjennom emner nedenfor eller søk etter det du trenger.", "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", + "help.support_admin_message": "Kontakt administratoren din for støtteinformasjon.", + "help.support_description": "Finner du ikke det du leter etter? Vårt supportteam er her for å hjelpe.", + "help.support_heading": "Kontakt support", + "help.support_live_chat": "Live Chat tilgjengelig – klikk på chatteboblen for å starte en samtale.", + "help.support_ticket_button": "Send inn en billett", + "help.support_ticket_desc": "Fyll ut skjemaet nedenfor, så vil supportteamet vårt kontakte deg så snart som mulig.", + "help.support_ticket_heading": "Åpne en støttebillett", + "help.title": "Hjelpesenter", + "help.workflows_creating": "Opprette en pipeline", + "help.workflows_definition": "En pipeline er en serie behandlingssteg som kjøres automatisk når et dokument hentes. Hvert steg kan transformere, berike eller rute dokumentet.", + "help.workflows_heading": "Arbeidsflyter & Pipelines", + "help.workflows_step_1": "Konverter til PDF", + "help.workflows_step_1_create": "Gå til Pipelines i hovedmenyen.", + "help.workflows_step_1_full": "Konverter til PDF – alle innkommende filer blir normalisert til et konsistent PDF-format.", + "help.workflows_step_2": "OCR – hent ut tekst", + "help.workflows_step_2_create": "Klikk på Ny Pipeline og gi den et navn.", + "help.workflows_step_2_full": "OCR – hent ut valgbart tekst fra skannede sider ved hjelp av Azure Document Intelligence eller den innebygde motoren.", + "help.workflows_step_3": "AI metadatautvinning", + "help.workflows_step_3_create": "Legg til prosesseringstrinnene du trenger.", + "help.workflows_step_3_full": "AI metadatautvinning – klassifiser dokumenttype og trekk ut viktige felt som beløp, datoer og navn ved hjelp av OpenAI.", + "help.workflows_step_4": "Lever til en eller flere destinasjoner", + "help.workflows_step_4_create": "Velg en eller flere leveringsdestinasjoner.", + "help.workflows_step_5_create": "Lagre – nye dokumenter vil bli behandlet gjennom denne pipelinen automatisk.", + "help.workflows_typical_steps": "Typiske trinn", + "help.workflows_what_is": "Hva er en Pipeline?", + "index.badge_intelligent": "Intelligent dokumentbehandling", + "index.button_browse_files": "Bla gjennom filer", + "index.button_upload": "Last opp", + "index.capabilities_cloud": "Skylagring: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "E-post- og URL-basert dokumentinnsamling", + "index.capabilities_ocr": "OCR og metadatautvinning med AI", + "index.capabilities_paperless": "Paperless-ngx integrasjon for dokumentbehandling", + "index.capabilities_title": "Funksjoner", + "index.capabilities_workflows": "Automatisert klassifisering og ruting av arbeidsflyter", + "index.cta_description": "Bli med i team som allerede automatiserer dokumentbehandlingen sin med DocuElevate.", + "index.cta_heading": "Klar til å heve arbeidsflyten for dokumenter?", + "index.cta_pricing": "Se priser", + "index.cta_signup": "Opprett en gratis konto", + "index.dashboard_subtitle": "Intelligent dokumentbehandling og håndtering", + "index.dashboard_subtitle_teams": "Intelligent dokumentbehandling og håndtering — bygget for team", + "index.feature_ai": "AI Metadatautvinning", + "index.feature_ai_desc": "OpenAI, Claude, Gemini og andre pluggbare AI-leverandører klassifiserer dokumenter og henter ut viktige felt som datoer, beløp og emner.", + "index.feature_cloud": "Multi-sky-lagring", + "index.feature_cloud_desc": "Rute behandlede filer til Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, og mer.", + "index.feature_email": "E-post og IMAP-innsamling", + "index.feature_email_desc": "Automatisk hente dokumenter fra Gmail eller hvilken som helst IMAP- postkasse — ingen manuelle opplastinger nødvendig.", + "index.feature_ocr": "OCR og tekstutvinning", + "index.feature_ocr_desc": "Azure Document Intelligence konverterer skannede PDF-filer og bilder til fullt søkbar tekst automatisk.", + "index.feature_pipelines": "Tilpassede pipeliner", + "index.feature_pipelines_desc": "Bygg prosesseringpipelines med konfigurerbare trinn — OCR, AI-utvinning, formatkonvertering og lagringsruting i hvilken som helst rekkefølge.", + "index.feature_search": "Fulltekstsøk", + "index.feature_search_desc": "Finn umiddelbart ethvert dokument ved innhold, metadata eller merkelapper på tvers av hele arkivet ditt.", + "index.feature_section_title": "Alt du trenger for smarte dokumentarbeidsflyter", + "index.getting_started": "Kom i gang", + "index.getting_started_1": "Konfigurer integrasjoner via Systemstatus", + "index.getting_started_2": "Last opp ditt første dokument", + "index.getting_started_3": "Gå gjennom resultater i Filer", + "index.getting_started_learn": "Lær mer om DocuElevate", + "index.hero_description": "DocuElevate tar opp dokumentene dine, kjører OCR, trekker ut metadata med AI, og ruter filer til Dropbox, Google Drive, OneDrive, S3, Nextcloud, og mer — alt i en sømløs pipeline.", + "index.hero_heading": "Fra opplasting til innsikt — automatisk.", + "index.hero_login": "Logg inn", + "index.hero_pricing": "Se planer og priser", + "index.hero_signup": "Kom i gang — det er gratis", + "index.integrations_active": "Aktive integrasjoner", + "index.integrations_storage": "Lagringsmål", + "index.integrations_title": "Integrasjoner", + "index.integrations_view_status": "Vis systemstatus", + "index.page_title_dashboard": "Dashbord", + "index.page_title_public": "Intelligent dokumentbehandling", + "index.platform_overview": "Plattformoversikt", + "index.processing_stats": "Behandlingsstatistikk", + "index.quick_actions": "Raske handlinger", + "index.quick_documents": "Mine dokumenter", + "index.quick_documents_desc": "Bla gjennom dine behandlede filer", + "index.quick_search": "Søk", + "index.quick_search_desc": "Fulltekst søk på tvers av dokumenter", + "index.quick_subscription": "Min abonnement", + "index.quick_subscription_desc": "Se plan- og bruksdetaljer", + "index.quick_system_status": "Systemstatus", + "index.quick_system_status_desc": "Sjekk integrasjonshelse", + "index.quick_upload": "Last opp dokument", + "index.quick_upload_desc": "Behandle en ny fil", + "index.quick_view_files": "Se alle filer", + "index.quick_view_files_desc": "Bla gjennom behandlede dokumenter", + "index.single_user_heading": "DocuElevate Dashbord", + "index.single_user_subtitle": "Intelligent dokumentbehandling og -styring", + "index.stat_active_integrations": "Aktive integrasjoner", + "index.stat_active_users": "Aktive brukere", + "index.stat_files_month": "Filer denne måneden", + "index.stat_files_ocr": "Filer med OCR", + "index.stat_files_today": "Filer i dag", + "index.stat_storage_targets": "Lagringsmål", + "index.stat_this_month": "Denne måneden", + "index.stat_today": "I dag", + "index.stat_total_files": "Totalt antall filer", + "index.stat_total_processed": "Totalt behandlet", "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", + "index.tier_upgrade": "Oppgrader", + "index.tier_view_details": "Vis fullstendige detaljer", + "index.upgrade_daily_limits": "Høyere daglige og månedlige grenser", + "index.upgrade_description": "Lås opp flere dokumenter, flere destinasjoner og prioritert støtte.", + "index.upgrade_destinations": "Flere lagringsdestinasjoner", + "index.upgrade_ocr_pages": "Flere OCR-sider", + "index.upgrade_plan": "Oppgrader planen din", + "index.upgrade_view_pricing": "Se planer og priser", + "index.usage_lifetime": "Livstidsfiler", + "index.usage_month": "Filer denne måneden", + "index.usage_my_usage": "Min bruk", + "index.usage_today": "Filer i dag", + "index.usage_unlimited": "Ubegrenset", + "integrations.access_key_label": "Access Key ID", + "integrations.active_label": "Aktiv", + "integrations.add_button": "Legg til integrasjon", + "integrations.add_first_button": "Legg til din første integrasjon", + "integrations.api_token_label": "API Token", + "integrations.authorize_btn": "Autoriser", + "integrations.authorize_reauth": "Re-autoriser", + "integrations.bucket_label": "Bøtte", + "integrations.configure": "Konfigurer", + "integrations.connect": "Koble til", + "integrations.connected": "Koblet til", + "integrations.connection_failed": "Tilkobling feilet", + "integrations.connection_success": "Tilkobling vellykket", + "integrations.delete_confirm_are_you_sure": "Er du sikker på at du vil slette", + "integrations.delete_confirm_title": "Slett integrasjon?", + "integrations.delete_confirm_undone": "Denne handlingen kan ikke angres.", + "integrations.delete_emails_label": "Slett e-poster etter behandling", + "integrations.delete_files_label": "Slett filer etter behandling", + "integrations.destinations_quota_label": "Lagringsdestinasjoner:", + "integrations.destinations_section": "Destinasjoner", + "integrations.direction_destination": "Destinasjon (lagring)", + "integrations.direction_label": "Retning", + "integrations.direction_placeholder": "\u0014 Velg \u0014", + "integrations.direction_source": "Kilde (innlasting)", + "integrations.disconnect": "Koble fra", + "integrations.email_settings": "Innstillinger for e-postvideresending", + "integrations.empty_state": "Ingen integrasjoner konfigurert", + "integrations.endpoint_label": "Endepunkt-URL", + "integrations.endpoint_optional": "(valgfritt, for S3-kompatibel)", + "integrations.folder_label": "Mappe", + "integrations.folder_optional": "(valgfritt)", + "integrations.folder_path_label": "Mappesti", + "integrations.folder_prefix_label": "Mapp prefiks", + "integrations.generic_settings_hint": "Konfigurasjon for denne integrasjonstypen kan gis som JSON etter oppretting via API.", + "integrations.gmail_hint": "Gmail etiketter & stjerne: når aktivert, blir behandlede e-poster stjernemerket og merket med en \"Ingested\" etikett i Gmail. Gjelder kun for Gmail-servere.", + "integrations.gmail_labels": "Bruk Gmail etiketter & stjerne", + "integrations.host_label": "Vert", + "integrations.imap_settings": "IMAP-innstillinger", + "integrations.loading": "Laster inn integrasjoner\u0014", + "integrations.modal_close": "Lukk modal", + "integrations.modal_title_add": "Legg til integrasjon", + "integrations.modal_title_edit": "Rediger integrasjon", + "integrations.name_label": "Etikett", + "integrations.name_placeholder": "f.eks. Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Nextcloud-innstillinger", + "integrations.nextcloud_url_label": "Nextcloud-URL", + "integrations.no_integrations_body": "Legg til din første integrasjon for å koble innhentingskilder (som IMAP) og lagringsdestinasjoner (som S3, Dropbox eller Google Drive).", + "integrations.not_connected": "Ikke koblet til", + "integrations.oauth_folder_label": "Mappe", + "integrations.oauth_hint": "Lagre denne integrasjonen først, og bruk deretter Autoriser-knappen for å fullføre OAuth-flyten. Dine legitimasjonsopplysninger vil bli lagret sikkert i din personlige integrasjonspost.", + "integrations.page_title": "Integrasjoner", + "integrations.paperless_settings": "Paperless NGX-innstillinger", + "integrations.password_label": "Passord", + "integrations.paused": "Pause", + "integrations.plan_label": "Plan:", "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "integrations.quota_not_available": "(ikke tilgjengelig)", + "integrations.quota_unlimited": "/ ubegrenset", + "integrations.recipient_label": "Mottaker E-post", + "integrations.region_label": "Region", + "integrations.remote_path_label": "Fjernbane", + "integrations.s3_prefix_label": "Prefiks (mappesti)", + "integrations.s3_settings": "S3-innstillinger", + "integrations.secret_key_label": "Hemmelig tilgangsnøkkel", + "integrations.show_password": "Vis passord", + "integrations.show_secrets": "Vis hemmeligheter", + "integrations.show_token": "Vis token", + "integrations.source_local": "Lokal filsystem", + "integrations.source_type_label": "Kildetype", + "integrations.sources_quota_label": "Postkildesekvenser:", + "integrations.sources_section": "Kilder", + "integrations.subtitle": "Administrer dine innhentingskilder og lagringsdestinasjoner på ett sted.", + "integrations.title": "Integrasjoner", + "integrations.type_label": "Integrasjonstype", + "integrations.type_placeholder": "\u0011\u0015 Velg retning først \u0011\u0015", + "integrations.upgrade_plan": "Oppgrader plan", + "integrations.use_ssl": "Bruk SSL", + "integrations.username_label": "Brukernavn", + "integrations.watch_folder_settings": "Se mappeinnstillinger", + "integrations.webdav_settings": "WebDAV-innstillinger", + "integrations.webdav_url_label": "WebDAV-URL", + "integrations.webhook_heading": "Webhook Innhenting", + "integrations.webhook_how_heading": "Hvordan Webhook Innhenting Fungerer", + "integrations.webhook_how_text": "En webhook-integrasjon lar eksterne systemer sende dokumenter direkte til DocuElevate via REST API. I stedet for at DocuElevate sjekker etter nye filer (som IMAP), sender applikasjonen dine filer til DocuElevate ved å bruke en HTTP-forespørsel med en API-token for autentisering.", + "integrations.webhook_ideal_text": "Dette er ideelt for CI/CD-pipelines, automatiseringsskripter, skannerintegrasjoner eller ethvert system som genererer dokumenter og trenger å sende dem for behandling.", + "integrations.webhook_quick_start": "Rask start", + "integrations.webhook_security_tip": "Opprett en dedikert API-token for hver integrasjon og tilbakekall den umiddelbart hvis den blir kompromittert. Tokens kan administreres på API-tokens-siden.", + "integrations.webhook_step1": "Gå til {api_tokens_link} og opprett en personlig token.", + "integrations.webhook_upload_with_token": "Bruk tokenet til å laste opp dokumenter via API:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "language.change_success": "Språk endret til {language}", + "language.changed": "Språk endret til {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", "language.el": "Ελληνικά", - "language.en": "English", + "language.en": "Engelsk", "language.es": "Español", "language.et": "Eesti", "language.fi": "Suomi", "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", + "language.hu": "Ungarsk", "language.is": "Íslenska", - "language.it": "Italiano", + "language.it": "Italiensk", "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", + "language.lt": "Litauisk", + "language.lv": "Latvisk", "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", + "language.nl": "Nederlandsk", + "language.no_results": "Ingen språk funnet", + "language.pl": "Polsk", + "language.pt": "Portugisisk", + "language.ro": "Rumensk", + "language.ru": "Russisk", + "language.search_placeholder": "Søk etter språk\u0014", + "language.selector": "Språk", + "language.selector_label": "Velg språk", + "language.sk": "Slovakisk", + "language.sl": "Slovensk", + "language.sv": "Svensk", + "language.tr": "Tyrkisk", + "language.uk": "Ukrainsk", + "language.zh": "Kinesisk", + "nav.about": "Om", + "nav.account_menu": "Konto meny", + "nav.account_menu_for": "Konto meny for {name}", "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", + "nav.admin.audit_logs": "Revisjonslogger", + "nav.admin.backups": "Sikkerhetskopier", + "nav.admin.plans": "Planer", + "nav.admin.scheduled_jobs": "Planlagte jobber", + "nav.admin.users": "Brukere", + "nav.admin_actions": "Adminhandlinger", + "nav.admin_menu": "Adminmeny", + "nav.api_docs": "API-dokumentasjon", + "nav.api_tokens": "API-nøkler", + "nav.backup_restore": "Sikkerhetskopiering og gjenoppretting", + "nav.credentials": "Legitimasjon", + "nav.dark_mode": "Mørk modus", + "nav.dashboard": "Kontrollpanel", + "nav.developer_docs": "Utviklerdokumentasjon", + "nav.duplicates": "Duplikater", + "nav.file_manager": "Filbehandling", + "nav.files": "Filer", + "nav.get_started": "Kom i gang", + "nav.help": "Hjelp", + "nav.help_center": "Hjelpesenter", + "nav.imap": "E-postimport", + "nav.integrations": "Integrasjoner", + "nav.light_mode": "Lyst modus", + "nav.login": "Logg inn", + "nav.logout": "Logg ut", + "nav.main_navigation": "Hovednavigasjon", + "nav.my_subscription": "Min abonnement", + "nav.notifications": "Varsler", + "nav.open_main_menu": "Åpne hovedmeny", + "nav.pipelines": "Pipeline", + "nav.plan_designer": "Planlegger", + "nav.pricing": "Priser", + "nav.profile": "Profil", + "nav.profile_settings": "Profilinnstillinger", + "nav.queue": "Kø", + "nav.queue_monitor": "Kømonitor", + "nav.scheduled_jobs": "Planlagte jobber", + "nav.search": "Søk", + "nav.settings": "Innstillinger", + "nav.shared_links": "Delte lenker", + "nav.sign_out": "Logg ut", + "nav.signup": "Registrer deg", + "nav.similarity": "Likhet", + "nav.skip_to_content": "Hopp til hovedinnhold", "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", + "nav.subscription": "Abonnement", + "nav.toggle_dark_mode": "Bytt til mørk modus", + "nav.toggle_nav": "Bytt navigasjonsmeny", + "nav.upload": "Last opp", + "nav.users": "Brukere", + "nav.version": "Versjonsinformasjon", + "notifications.filter_all": "Alle", + "notifications.filter_read": "Kun lest", + "notifications.filter_unread": "Kun ulest", + "notifications.manage_desc": "Administrer innboksen din for varslinger, mål og preferanser for hendelser", + "notifications.mark_all_read": "Merk alt som lest", + "notifications.mark_all_read_btn": "Merk alt som lest", + "notifications.mark_read": "Merk som lest", + "notifications.no_notifications": "Ingen varsler", + "notifications.page_title": "Varsler", + "notifications.tab_inbox": "Innboks", + "notifications.tab_settings": "Innstillinger", + "notifications.title": "Varsler", + "notifications.unread_count": "{count} uleste varsler", + "pipelines.active_label": "Aktiv", + "pipelines.add_step_btn": "Legg til steg", + "pipelines.create": "Opprett pipeline", + "pipelines.custom_label_label": "Egendefinert etikett", + "pipelines.default_label": "Standard", + "pipelines.description_label": "Beskrivelse", + "pipelines.description_placeholder": "Valgfri beskrivelse", + "pipelines.disabled_label": "Deaktivert", + "pipelines.edit": "Rediger pipeline", + "pipelines.empty_state": "Ingen pipelines ennå", + "pipelines.empty_state_hint": "Opprett din første pipeline for å definere egendefinerte dokumentbehandlingsarbeidsflyter.", + "pipelines.enabled_label": "Aktivert", + "pipelines.force_cloud_ocr_label": "Tvang sky OCR (hopp over lokal tekstutvinning)", + "pipelines.inactive_label": "Inaktiv", + "pipelines.loading": "Laster pipelines\n", + "pipelines.name_placeholder": "Min pipeline", + "pipelines.new_pipeline_btn": "Ny pipeline", + "pipelines.no_steps": "Ingen steg definert. Legg til et steg for å begynne å bygge din pipeline.", + "pipelines.ocr_auto": "Auto (bruk systemstandard)", + "pipelines.ocr_language_hint": "Overskriver den globale språkinnstillingen for Tesseract/EasyOCR. Azure og Mistral oppdager språket automatisk.", + "pipelines.ocr_language_label": "OCR-språk", + "pipelines.optional_suffix": "(valgfritt)", + "pipelines.page_title": "Behandlingspipelines", + "pipelines.set_default": "Sett som min standardpipeline", + "pipelines.step_label_placeholder": "Overskriv standard stegnavn", + "pipelines.step_type_label": "Stegtype", + "pipelines.subtitle_intro": "Definer og administrer egendefinerte dokumentbehandlingsarbeidsflyter.", + "pipelines.subtitle_system_post": "merke og er synlige for alle brukere.", + "pipelines.subtitle_system_pre": "Systempipelines (opprettet av administratorer) vises med en", "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "pipelines.system_pipeline_label": "Systempipeline (synlig for alle brukere)", + "pipelines.title": "Behandlingspipelines", + "profile.avatar_alt": "Profilbildet ditt", + "profile.avatar_heading": "Profilbilde", + "profile.avatar_remove": "Fjern tilpasset avatar", + "profile.avatar_upload_hint": "Last opp et JPEG-, PNG-, GIF- eller WebP-bilde på opptil 2 MB. Hvis det ikke er satt noe tilpasset bilde, vises din {gravatar}.", + "profile.choose_image": "Velg bilde\u00023", + "profile.confirm_password": "Bekreft nytt passord", + "profile.contact_email_hint": "Brukes til systemvarsler. Dette endrer ikke e-posten din for innlogging.", + "profile.contact_email_label": "Kontakt / Varselfe-post", + "profile.contact_email_placeholder": "du@example.com", + "profile.current_password": "Nåværende passord", + "profile.dismiss": "Avvis", + "profile.display_name_hint": "La stå tomt for å bruke brukernavnet eller e-posten din.", + "profile.display_name_label": "Visningsnavn", + "profile.display_name_placeholder": "Ditt navn som vist i UI", + "profile.general_heading": "Generell informasjon", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profilinnstillinger", + "profile.language_auto_detect": "Autodeteksjon (fra nettleser)", + "profile.language_hint": "Velg ditt foretrukne grensesnitt språk. \u000022Autodeteksjon\u000022 følger nettleserinnstillingene dine.", + "profile.language_label": "Brukergrensesnitt språk", + "profile.new_password": "Nytt passord", + "profile.new_password_hint": "Minimum 8 tegn.", + "profile.page_title": "Profilinnstillinger \u000213 DocuElevate", + "profile.password_heading": "Endre passord", + "profile.preferences_heading": "Preferanser", + "profile.save_button": "Lagre endringer", + "profile.saving": "Lagrer\u00023", + "profile.subtitle": "Administrer ditt visningsnavn, avatar, språk og tema preferanser.", + "profile.theme_dark": "Mørk", + "profile.theme_hint": "\u000022Systemstandard\u000022 følger enhetens innstilling for mørk modus.", + "profile.theme_label": "Fargeordning", + "profile.theme_light": "Lys", + "profile.theme_system": "Systemstandard", + "profile.update_password": "Oppdater passord", + "profile.updating": "Oppdaterer\u00100", + "queue.active_tasks": "Aktive oppgaver", + "queue.auto_refresh_1": "Oppdateres automatisk hver", + "queue.auto_refresh_2": "sekund", + "queue.col_arguments": "Argumenter", + "queue.col_current_step": "Nåværende steg", + "queue.col_file": "Fil", + "queue.col_files": "Filer", + "queue.col_queue": "Kø", + "queue.col_state": "Status", + "queue.col_task": "Oppgave", + "queue.col_task_id": "Oppgave-ID", + "queue.files_processing": "Behandler filer", + "queue.heading": "Køovervåker", + "queue.last_updated": "Sist oppdatert:", + "queue.loading_stats": "Laster inn køstatistikk\u00115", + "queue.no_active_tasks": "Ingen aktive oppgaver", + "queue.no_data": "Ingen data", + "queue.no_files_processing": "Ingen filer som behandles for øyeblikket", + "queue.page_title": "Køovervåker", + "queue.processing_pipeline": "Behandlingspipeline", + "queue.queued_tasks": "Køede oppgaver", + "queue.recently_processing": "Nylig behandlede filer", + "queue.redis_queues": "Redis-køer", + "queue.subtitle": "Sanntidsvisning av dokumentbehandlingspipen og Celery-oppgavekøene.", + "queue.workers_online": "Arbeidere på nett", + "search.button": "Søk", + "search.error_message": "Søk er midlertidig utilgjengelig. Vennligst prøv igjen om et øyeblikk.", + "search.filter_aria_clear": "Fjern alle filtre", + "search.filter_clear_button": "Fjern filtre", + "search.filter_date_from": "Dato Fra", + "search.filter_date_to": "Dato Til", + "search.filter_document_type": "Dokumenttype", + "search.filter_document_type_placeholder": "f.eks. Faktura", + "search.filter_language": "Språk", + "search.filter_language_placeholder": "f.eks. de", + "search.filter_sender": "Avsender", + "search.filter_sender_placeholder": "f.eks. ACME Corp", + "search.filter_tags": "Tagger", + "search.filter_tags_placeholder": "f.eks. amazon", + "search.filter_text_quality": "Tekstkvalitet", + "search.filter_text_quality_all": "Alle", + "search.filter_text_quality_high": "Høy", + "search.filter_text_quality_low": "Lav", + "search.filter_text_quality_medium": "Moderat", + "search.filter_text_quality_no_text": "Ingen tekst", + "search.heading": "Dokumentsøk", + "search.input_aria_label": "Søk dokumenter", + "search.input_placeholder": "Søk dokumenter etter innhold, avsender, etiketter, type...", + "search.loading_indicator": "Søker\n\n", + "search.no_results": "Ingen resultater funnet", + "search.page_title": "Søk Dokumenter", + "search.placeholder": "Søk etter filnavn, innhold, etiketter...", + "search.result_empty": "Ingen dokumenter funnet som samsvarer med søket ditt.", + "search.results_count": "{count} resultater funnet", + "search.saved_aria_save": "Lagre nåværende søk", + "search.saved_button": "Lagre Nåværende", + "search.saved_empty": "Ingen lagrede søk enda", + "search.saved_error": "Kunne ikke laste lagrede søk", + "search.saved_label": "Lagrede søk", + "search.saved_loading": "Laster...", + "search.title": "Søk Dokumenter", + "settings.audit_log_btn": "Revisjonslogg", + "settings.autocomplete_hint": "Skriv for å søke etter kjente verdier, eller skriv inn en hvilken som helst egendefinert verdi.", + "settings.autocomplete_no_matches": "Ingen treff \u000000 du kan fortsatt skrive en egendefinert verdi", + "settings.autocomplete_placeholder": "Skriv for å søke eller skriv inn en verdi\n\n", + "settings.boolean_enable_prefix": "Aktiver", + "settings.categories_aria": "Innstillingskategorier", + "settings.categories_heading": "Kategorier", + "settings.db_wizard_btn": "DB Veiviser", + "settings.effective_value_label": "Effektiv verdi:", + "settings.encrypted_suffix": "= kryptert i ro", + "settings.encrypted_title": "Verdien er kryptert i ro i databasen", + "settings.export_btn": "Eksporter", + "settings.export_db_only": "Kun DB-innstillinger", + "settings.export_full_config": "Full effektiv konfigurasjon", + "settings.jump_to_category": "Hopp til kategori\n\n", + "settings.manage_config_prefix": "Administrer konfigurasjon. Prioritet:", + "settings.model_picker_hint": "Velg fra listen eller skriv hvilken som helst modellenavn som støttes av leverandøren din.", + "settings.model_picker_placeholder": "Velg en vanlig modell eller skriv inn et egendefinert navn\n\n", + "settings.no_results_clear": "klare søket", + "settings.no_results_heading": "Ingen innstillinger funnet", + "settings.no_results_hint": "Prøv et annet søkeord eller", + "settings.page_heading": "Applikasjonsinnstillinger", + "settings.required_label": "(påkrevd)", + "settings.reset_confirm": "Er du sikker på at du vil tilbakestille denne innstillingen?", + "settings.restart_required_suffix": "= omstart kreves", + "settings.revert_btn": "Fjern fra DB", + "settings.revert_title": "Fjern DB-overstyring og gå tilbake til miljøvariabel eller standard", + "settings.reverting": "Går tilbake\u0000\u0000\u0000", + "settings.save_all_btn": "Lagre alle endringer", + "settings.save_error": "Kunne ikke lagre innstilling", + "settings.save_setting_title": "Lagre denne innstillingen", + "settings.save_success": "Innstilling lagret vellykket", + "settings.saving_state": "Lagrer\u0000\u0000\u0000", + "settings.search_aria_label": "Søk i innstillinger", + "settings.search_clear_aria": "Fjern søk", + "settings.search_placeholder": "Søk i innstillinger etter navn, nøkkel eller beskrivelse\u0000\u0000\u0000", + "settings.settings_count_suffix": "innstillinger", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "settings.source_default_badge": "STANDARD", + "settings.source_env_badge": "MILJØ", + "settings.title": "Innstillinger", + "settings.toggle_visibility_aria": "Bytt passord synlighet", + "settings.toggle_visibility_title": "Vis/skjul verdi", + "settings.user_autocomplete_empty": "Ingen matchende brukere funnet", + "settings.user_autocomplete_hint": "Skriv for å søke etter eksisterende brukere med navn, eller skriv inn en hvilken som helst identifikator manuelt.", + "settings.user_autocomplete_placeholder": "Begynn å skrive for å søke etter brukere\u0000\u0000\u0000", + "settings.wizard_btn": "Veiviser", + "shared.col_expiry": "Utløp", + "shared.col_file_label": "Fil / Etikett", + "shared.col_link": "Lenke", + "shared.col_views": "Visninger", + "shared.copy_link_aria": "Kopier lenke til utklippstavle", + "shared.copy_link_title": "Kopier lenke", + "shared.create_btn": "Opprett lenke", + "shared.create_heading": "Opprett ny delt lenke", + "shared.creating": "Oppretter\u0000\u0000\u0000", + "shared.expiry_12h": "12 timer", + "shared.expiry_14d": "14 dager", + "shared.expiry_1h": "1 time", + "shared.expiry_24h": "24 timer (1 dag)", + "shared.expiry_30d": "30 dager", + "shared.expiry_3d": "3 dager", + "shared.expiry_6h": "6 timer", + "shared.expiry_7d": "7 dager", + "shared.expiry_label": "Utløp", + "shared.expiry_never": "Aldri", + "shared.file_id_help_post": "side eller i dokumentdetalje-URL-en.", + "shared.file_id_help_pre": "Finn fil-ID-en på", + "shared.file_id_label": "Fil-ID", + "shared.file_id_placeholder": "f.eks. 42", + "shared.files_link": "Filer", + "shared.heading": "Delte Lenker", + "shared.label_label": "Merkelapp", + "shared.label_placeholder": "f.eks. Delt med Bob", + "shared.link_created": "Delt lenke opprettet!", + "shared.link_created_help": "Kopier og send denne lenken til mottakeren.", + "shared.links_count_aria": "antall lenker", + "shared.max_downloads_label": "Maks nedlastinger", + "shared.no_links": "Ingen delte lenker ennå. Opprett en ovenfor for å komme i gang.", + "shared.open_in_new_tab": "Åpne i ny fane", + "shared.open_link_aria": "Åpne delt lenke", + "shared.optional": "(valgfritt)", + "shared.page_title": "Delte Lenker – DocuElevate", + "shared.password_label": "Passord", + "shared.password_placeholder": "La stå tomt for ingen passord", + "shared.password_protected": "Passordbeskyttet", + "shared.refresh_aria": "Oppdater listen over delte lenker", + "shared.revoke_aria_prefix": "Tilbaketrekk delt lenke for", + "shared.revoke_btn": "Tilbaketrekk", + "shared.status_active": "Aktiv", + "shared.status_expired": "Utløpt", + "shared.status_limit_reached": "Grense nådd", + "shared.status_revoked": "Tilbaketrukket", + "shared.subtitle": "Del dokumenter med hvem som helst via en tidsbegrenset eller visningsbegrenset lenke. Mottakere trenger ikke en DocuElevate-konto. Lenker kan være passordbeskyttet og tilbaketrekkes når som helst.", + "shared.table_aria": "Delte lenker", + "shared.unlimited_placeholder": "Ubegrenset", + "shared.your_links": "Dine Delte Lenker", + "similarity.backfill_auto": "Bakgrunnsoppgaven vil beregne dem automatisk hvert 5. minutt, eller du kan", + "similarity.files_missing_text": "fil(er) har OCR-tekst men ingen innbedding ennå.", + "similarity.find_pairs_btn": "Finn Par", + "similarity.heading": "Dokumentlikhet", + "similarity.load_error": "Kunne ikke laste par.", + "similarity.min_similarity_label": "Min. likhet", + "similarity.no_pairs_detail": "Ingen dokumentpar overskrider likhetsgrensen.", + "similarity.no_pairs_heading": "Ingen lignende par funnet", + "similarity.page_title": "Dokumentsimilaritet - DocuElevate", + "similarity.pagination_aria": "Sider med likhetspærer", + "similarity.per_page_label": "Per side", + "similarity.scanning": "Skanner etter lignende dokumentpar\u001f", + "similarity.stat_embedding_model": "Innpakningsmodell", + "similarity.stat_missing_embedding": "Manglende innpakning", + "similarity.stat_total_files": "Totalt antall filer", + "similarity.stat_with_embedding": "Med innpakning", + "similarity.subtitle": "Par av dokumenter med høy semantisk likhet, rangert etter poeng.", + "similarity.trigger_aria": "Utløse kalkulering av innpakning for alle filer som mangler innpakning", + "similarity.trigger_now": "utl\u000153se det n\u0000", + "status.app_version": "Appversjon", + "status.build_date": "Byggedato", + "status.container_id": "Beholder-ID", + "status.git_commit": "Git-forpliktelse", + "status.last_check": "Siste sjekk", + "status.page_title": "Systemstatus", + "status.setting_label": "Innstilling", + "status.value_label": "Verdi", + "subscription.available_plans_heading": "Tilgjengelige planer", + "subscription.back_to_dashboard": "Tilbake til instrumentbord", + "subscription.cancel_pending": "Avbryt endring", + "subscription.cancel_scheduled": "Avbryt planlagt endring", + "subscription.contact_sales": "Kontakt salg", + "subscription.current_badge": "Aktuell", + "subscription.current_plan": "Nåværende plan", + "subscription.current_plan_cta": "Din nåværende plan", + "subscription.downgrade_to_prefix": "Nedgrader til", + "subscription.features_heading": "Hva som er inkludert i planen din", + "subscription.free": "Gratis", + "subscription.heading": "Abonnementet mitt", + "subscription.keep_plan_prefix": "Behold", + "subscription.lifetime_files": "Totalt filer (livstid)", + "subscription.month_files": "Filer denne måneden", + "subscription.more_features_label": "mer", + "subscription.page_title": "Abonnementet mitt \u00100 DocuElevate", + "subscription.pending_badge": "Ventende", + "subscription.pending_benefits": "Du beholder alle nåværende planfordeler inntil da.", + "subscription.pending_on": "den", + "subscription.pending_title": "Ventende planendring planlagt", + "subscription.pending_will_change": "Planen din vil endres til", + "subscription.per_mo": "/mnd", + "subscription.per_month": "/måned", + "subscription.since": "Siden", + "subscription.single_user_body": "Abonnementsnivåer gjelder når flerbrukermodus er aktiv. Din instans kjører for øyeblikket i enkeltbrukermodus uten prosesseringsbegrensninger. En administrator kan aktivere flerbrukermodus via {settings_link}.", + "subscription.single_user_title": "Flerbrukermodus er ikke aktivert.", + "subscription.subtitle": "Din nåværende plan, bruk og tilgjengelige oppgraderinger.", + "subscription.this_month_label": "denne måneden", + "subscription.today_files": "Filer i dag", + "subscription.today_label": "i dag", + "subscription.unlimited": "Ubegrenset", + "subscription.upgrade_info": "Oppgraderinger trer i kraft umiddelbart. Nedgraderinger er planlagt for slutten av din nåværende faktureringsperiode.", + "subscription.upgrade_to_prefix": "Oppgrader til", + "subscription.usage_heading": "Bruk", + "upload.browse_button": "Bla gjennom filer", + "upload.button_processing": "Behandler...", + "upload.camera_button": "Ta foto / skann dokument", + "upload.download_button": "Last ned og prosesser", + "upload.downloading": "Laster ned fil fra URL...", + "upload.drag_drop": "Dra og slipp filer her eller klikk for å bla gjennom", + "upload.drop_hint_desktop": "Dra og slipp filer eller mapper her, eller klikk for å velge filer.", + "upload.drop_hint_mobile": "Trykk for å velge filer eller bruk kammerakknappen under.", + "upload.drop_zone_aria": "Filopplastingsområde. Dra og slipp filer her, eller trykk Enter for å bla gjennom filer.", + "upload.error": "Opplasting mislyktes", + "upload.error_invalid_url": "Ugyldig URL-format", + "upload.error_url_required": "Vennligst skriv inn en URL", + "upload.file_size_hint": "Maksimal størrelse: 500 MB per fil", + "upload.file_types": "Tillatte typer: PDF, Office-dokumenter (Word, Excel, PowerPoint, osv.), Bilder", + "upload.filename_description": "La stå tomt for å bruke filnavn fra URL", + "upload.filename_label": "Filnavn (valgfritt)", + "upload.filename_placeholder": "mitt-dokument.pdf", + "upload.max_size": "Maksimal filstørrelse: {size}", + "upload.page_title": "Last opp filer", + "upload.section_device": "Last opp fra enhet", + "upload.section_url": "Last opp fra URL", + "upload.select_file": "Velg fil", + "upload.success": "Fil lastet opp med suksess", + "upload.title": "Last opp dokument", + "upload.uploading": "Laster opp...", + "upload.url_description": "Skriv inn en direkte lenke til en fil (PDF, Office-dokumenter eller bilder)", + "upload.url_label": "Fil-URL", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/pa.json b/frontend/translations/pa.json index d36160ed..e302eeba 100644 --- a/frontend/translations/pa.json +++ b/frontend/translations/pa.json @@ -1,597 +1,704 @@ { - "about.creator_heading": "Meet the Creator", - "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", - "app.name": "DocuElevate", + "about.creator_heading": "ਸਿਰਜਣਹਾਰ ਨਾਲ ਮਿਲੋ", + "about.creator_name": "ਕ੍ਰਿਸਟੀਆਂ ਡਿਕਾਉ-ਲੂਇਸ", + "about.creator_pre": "DocuElevate ਦਾ ਉਤਸਾਹਪੂਰਕ ਵਿਕਾਸ ਕੀਤਾ ਗਿਆ ਹੈ", + "about.features_admin_api": "ਕਾਰਜਕਾਰੀ ਪਹੁੰਚ ਲਈ ਸ਼ਕਤੀਸ਼ਾਲੀ REST API", + "about.features_admin_config": "ਵਾਤਾਵਰਣ ਭਰੂਣਾਂ ਦੁਆਰਾ ਬਹੁਤ ਵਧੀਆ ਸਹਿ-ਸੰਕਲਪਿਤ", + "about.features_admin_docker": "ਆਸਾਨ ਬਿਹਤਰ ਅਤੇ ਸਕੇਲਿੰਗ ਲਈ ਡਾਕਰ-ਤਿਆਰ", + "about.features_admin_heading": "ਕਾਰੇਬਾਰੀ", + "about.features_admin_oauth2": "Authentik ਨਾਲ OAuth2 ਪ੍ਰਮाणीਕਰਨ ਸਹਾਇਤਾ", + "about.features_automation_background": "Redis ਅਤੇ Celery ਨਾਲ ਬੈਕਗ੍ਰਾਉਂਡ ਪੰਚਾਈ", + "about.features_automation_gmail": "Gmail ਅਤੇ ਆਮ ਈਮੇਲ ਖاتے ਦੀ ਏਕੀਕਰਨ", + "about.features_automation_heading": "ਆਟੋਮੇਸ਼ਨ", + "about.features_automation_imap": "ਕਈ ਸਰੋਤਾਂ ਤੋਂ IMAP ਇਨਬੌਕਸ ਪੋਲਿੰਗ", + "about.features_automation_ingestion": "ਵੱਖ-ਵੱਖ ਇਨਪੁਟਸ ਤੋਂ ਆਟੋਮੈਟਡ ਦਸਤਾਵੇਜ਼ ਪ੍ਰਵਸ਼", + "about.features_heading": "ਮੁੱਖ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ", + "about.features_integration_cloud": "ਕਲਾਉਡ ਸਟੋਰੇਜ: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "ਇੱਕੀਕਰਨ & ਸਟੋਰੇਜ", + "about.features_integration_multi_dest": "ਬਹੁ-ਗੰਢ-ਗੁਣਾਂ ਦੀ ਸਹਾਇਤਾ (ਵੱਖ-ਵੱਖ ਸਥਾਨਾਂ 'ਚ ਦਸਤਾਵੇਜ਼ ਸੰਚਿਤ ਕਰੋ)", + "about.features_integration_protocols": "ਟਰਾਂਸਫਰ ਪ੍ਰੋਟੋਕੋਲ: FTP, SFTP, ਈਮੇਲ ਅੱਗੇ ਭੇਜਣਾ", + "about.features_integration_selfhosted": "ਸਵੈ-ਮਹਿਮਾਨ ਵਿਕਲਪ: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "ਬੁੱਧੀਮਾਨ ਦਸਤਾਵੇਜ਼ ਵਰਗੀਕਰਨ ਅਤੇ ਤਾਰੀਖ ਨਿਕਾਸ", + "about.features_processing_heading": "ਦਸਤਾਵੇਜ਼ ਪ੍ਰਕਿਰਿਆ", + "about.features_processing_metadata": "ਇੱਕ ਪਲੱਗੇਬਲ AI ਪ੍ਰਦਾਤਾ ਦੇ ਨਾਲ ਆਟੋਮੈਟਿਕ ਮੈਟ੍ਰਿਕ ਨਿਕਾਸ", + "about.features_processing_ocr": "Azure ਦਸਤਾਵੇਜ਼ ਬੁੱਧੀ ਦੁਆਰਾ ਓਸੀਏਰ", + "about.features_processing_pdf": "ਗੋਟੇਨਬਰਗ ਦੁਆਰਾ ਵੱਖ-ਵੱਖ ਫਾਈਲ ਫਾਰਮੈੱਟਾਂ ਲਈ PDF ਰੂਪਾਂਤਰ", + "about.features_processing_upload": "ਡਰੈਗ & ਡਰੌਪ ਸਹਾਇਤਾ ਨਾਲ ਸਧਾਰਨ ਅਤੇ ਸੁਰੱਖਿਅਤ ਫਾਈਲ ਅਪਲੋਡ", + "about.github_logo_alt": "GitHub ਲੋਗੋ", + "about.heading": "DocuElevate ਬਾਰੇ", + "about.intro_post": " – ਤੁਹਾਡੇ ਆਧੁਨਿਕ, ਬੁੱਧੀਮਾਨ ਦਸਤਾਵੇਜ਼ ਪ੍ਰਕਿਰਿਆ ਲਈ ਹੱਲ! ਅਸੀਂ DocuElevate ਨੂੰ ਉਸ ਤਰੀਕੇ ਨੂੰ ਬਦਲਣ ਲਈ ਬਣਾਇਆ ਹੈ ਜਿਸ ਨਾਲ ਤੁਸੀਂ ਆਪਣੇ ਦਸਤਾਵੇਜ਼ਾਂ ਦੀ ਸੰਭਾਲ ਕਰਦੇ ਹੋ – ਅਪਲੋਡ ਤੋਂ ਲੈ ਕੇ ਨਿਕਾਸ ਤੱਕ, ਪ੍ਰਕਿਰਿਆ ਤੋਂ ਲੈ ਕੇ ਸਟੋਰੇਜ ਤੱਕ.", + "about.intro_pre": "ਆਪਣਾ ਸਵਾਗਤ ਹੈ ", + "about.involved_description": "ਕੀ ਤੁਸੀਂ ਕੋਡ ਵਿੱਚ ਘੁੱਸਣਾ ਚਾਹੁੰਦੇ ਹੋ, ਵਿਚਾਰਾਂ ਵਿੱਚ ਯੋਗਦਾਨ ਦੇਣਾ ਚਾਹੁੰਦੇ ਹੋ, ਜਾਂ DocuElevate ਬਾਰੇ ਹੋਰ ਜਾਣਕਾਰੀ ਪ੍ਰਾਪਤ ਕਰਨੀ ਚਾਹੁੰਦੇ ਹੋ?", + "about.involved_docs": "ਦਸਤਾਵੇਜ਼ ਪੜ੍ਹੋ", + "about.involved_github": "GitHub 'ਤੇ DocuElevate ਦੇਖੋ", + "about.involved_heading": "ਸ਼ਾਮਿਲ ਹੋਓ", + "about.involved_website": "DocuElevate ਵੈਬਸਾਈਟ ਬੇਨਤੀ ਕਰੋ", + "about.legal_description": "ਅਸੀਂ ਤੁਹਾਡੇ ਗੋਪਨੀਯਤਾ ਅਤੇ ਡਾਟਾ ਸੁਰੱਖਿਅਤ ਬਾਰੇ ਪਿਆਰ ਕਰਦੇ ਹਾਂ। ਕਿਰਪਾ ਕਰਕੇ ਸਾਡੇ ਦੀ ਸਮੀਖਿਆ ਕਰੋ:", + "about.legal_heading": "ਗੋਪਨੀਯਤਾ & ਕਾਨੂੰਨੀ", + "about.legal_license": "ਲਾਈਸੈਂਸ ਜਾਣਕਾਰੀ", + "about.legal_privacy": "ਗੋਪਨੀਯਤਾ ਸੂਚਨਾ", + "about.page_title": "DocuElevate ਬਾਰੇ", + "about.story_heading": "ਸਾਡੀ ਕਹਾਣੀ", + "about.story_p1": "ਡੋਕੁਐਲਿਵੇਟ ਇੱਕ ਹੀ ਲਕਸ਼ ਯਾਦ ਰੱਖ ਕੇ ਬਣਾਇਆ ਗਿਆ ਸੀ: ਦਸਤਾਵੇਜ਼ ਪ੍ਰਬੰਧਨ ਨੂੰ ਹਰ ਇਕ ਦੇ ਲਈ ਆਸਾਨ ਅਤੇ ਸੁਗਮ ਬਣਾਉਣਾ, ਚਾਹੇ ਤੁਸੀਂ ਕੋਈ ਛੋਟੀ ਸਟਾਰਟਅਪ ਹੋ ਜਾਂ ਕੋਈ ਵੱਡੀ ਸੰਸਥਾ।", + "about.story_p2": "ਅਸੀਂ ਮੈਟਾਡੇਟਾ ਨਿਕਾਸ ਅਤੇ ਪਾਠ ਸੁਧਾਰ ਲਈ ਪਲੱਗ ਕਰਨ ਯੋਗ AI ਪ੍ਰਦਾਤਾਵਾਂ (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, ਅਤੇ ਹੋਰ) ਦੀ ਤਾਕਤ ਨੂੰ ਵਰਤਦੇ ਹਾਂ, Dropbox, Nextcloud, ਅਤੇ Paperless NGX ਨਾਲ ਸਟੋਰੇਜ ਅਤੇ ਇੰਡੈਕਸਿੰਗ ਲਈ ਬਿਨਾਂ ਕਿਸੇ ਰੁਕਾਵਟ ਦੇ ਇੰਟਿਗਰੇਟ ਕਰਦੇ ਹਾਂ, OCR ਲਈ Azure Document Intelligence ਦਾ ਲਾਭ ਉਠਾਉਂਦੇ ਹਾਂ, ਅਤੇ ਫਾਈਲ-ਟੂ-ਪੀਡੀਐਫ ਬਦਲਾਉਣ ਲਈ ਗੋਟੈਨਬਰਗ ਦਾ ਵਰਤੋਂ ਕਰਦੇ ਹਾਂ।", + "api_tokens.col_created": "ਬਣਾਇਆ ਗਿਆ", + "api_tokens.col_last_ip": "ਆਖਰੀ IP", + "api_tokens.col_last_used": "ਆਖਰੀ ਵਰਤਿਆ", + "api_tokens.col_name": "ਨਾਮ", + "api_tokens.col_prefix": "ਟੋਕਨ ਪੀਛੇ", + "api_tokens.copy_to_clipboard": "ਟੋਕਨ ਨੂੰ ਕਲਿਪਬੋਰਡ ਤੇ ਕਾਪੀ ਕਰੋ", + "api_tokens.copy_upload_example": "ਅੱਪਲੋਡ ਉਦਾਹਰਣ ਨੂੰ ਕਲਿਪਬੋਰਡ ਤੇ ਕਾਪੀ ਕਰੋ", + "api_tokens.copy_warning_1": "ਇਸ ਟੋਕਨ ਨੂੰ ਹੁਣ ਕਾਪੀ ਕਰੋ — ਇਹ", + "api_tokens.copy_warning_2": "ਫੇਰ ਦਿਖਾਇਆ ਨਹੀਂ ਜਾਵੇਗਾ", + "api_tokens.create_heading": "ਨਵਾਂ ਟੋਕਨ ਬਣਾਓ", + "api_tokens.create_token": "ਟੋਕਨ ਬਣਾਓ", + "api_tokens.creating": "ਬਣਾਉਣਾ\nਹੈ…", + "api_tokens.heading": "API ਟੋਕਨ", + "api_tokens.intro": "ਡੋਕੁਐਲਿਵੇਟ API ਨਾਲ ਪ੍ਰੋਗਰਾਮਾਤਮਕ ਤੌਰ ਤੇ ਗੱਲ ਕਰਨ ਲਈ ਨਿੱਜੀ API ਟੋਕਨ ਬਣਾਓ। ਵੈਬਹੂਕ ਅੱਪਲੋਡ, CI/CD ਪਾਇਪਲਾਈਨ, ਜਾਂ ਕੋਈ ਵੀ ਸਕ੍ਰਿਪਟ ਜੋ ਦਸਤਾਵੇਜ਼ ਅੱਪਲੋਡ ਜਾਂ ਪ੍ਰਾਪਤ ਕਰਨ ਦੀ ਲੋੜ ਹੈ, ਲਈ ਟੋਕਨ ਵਰਤੋ।", + "api_tokens.loading_tokens": "ਟੋਕਨ ਲੋਡ ਹੋ ਰਹੇ ਹਨ\nਲਈ…", + "api_tokens.never": "ਕਦੇ ਨਹੀਂ", + "api_tokens.no_tokens_heading": "ਅਜੇ ਤੱਕ ਕੋਈ API ਟੋਕਨ ਨਹੀਂ", + "api_tokens.no_tokens_help": "ਆਰੰਭ ਕਰਨ ਲਈ ਉੱਪਰ ਆਪਣੇ ਪਹਿਲੇ ਟੋਕਨ ਨੂੰ ਬਣਾਓ।", + "api_tokens.page_title": "API ਟੋਕਨ – ਡੋਕੁਐਲਿਵੇਟ", + "api_tokens.revoke": "ਵਾਪਸ ਲੈਣਾ", + "api_tokens.revoke_prefix": "ਟੋਕਨ ਵਾਪਸ ਲੈਣਾ", + "api_tokens.status_active": "ਸਕਰੀਯ", + "api_tokens.status_revoked": "ਵਾਪਸ ਲਿਆ ਗਿਆ", + "api_tokens.table_aria": "API ਟੋਕਨ", + "api_tokens.token_created": "ਟੋਕਨ ਸਫਲਤਾ ਨਾਲ ਬਣਾਇਆ ਗਿਆ!", + "api_tokens.token_name_label": "ਟੋਕਨ ਦਾ ਨਾਮ", + "api_tokens.token_name_placeholder": "ਜਿਵੇਂ ਕਿ CIPipeline,WebhookUpload, ਮੇਰੀ ਸਕ੍ਰਿਪਟ", + "api_tokens.usage_heading": "ਵਰਤੋਂ ਦਾ ਉਦਾਹਰਨ", + "api_tokens.usage_intro_post": "ਕੋਈ ਵੀ API ਬੇਨਤੀ ਦੇ ਨਾਲ ਹੇਡਰ:", + "api_tokens.usage_intro_pre": "ਆਪਣਾ API ਟੋਕਨ ਵਰਤੋ", + "api_tokens.your_tokens": "ਤੁਹਾਡੇ ਟੋਕਨ", + "app.name": "ਡੋਕੁਐਲਿਵੇਟ", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "audit.col_resource": "ਸਾਧਨ", + "audit.col_timestamp": "ਟਾਈਮਸਟੈਮਪ", + "audit.critical": "ਜ਼ਰੂਰੀ", + "audit.filter_action": "ਕਿਰਿਆ", + "audit.filter_all_actions": "ਸਭ ਕਿਰਿਆਵਾਂ", + "audit.filter_all_users": "ਸਾਰੇ ਉਪਭੋਗੀ", + "audit.filter_resource_placeholder": "ਜਿਵੇਂ ਕਿ ਦਸਤਾਵੇਜ਼, ਉਪਭੋਗੀ", + "audit.filter_resource_type": "ਸਾਧਨ ਦੀ ਕਿਸਮ", + "audit.filter_severity": "ਗੰਭੀਰਤਾ", + "audit.filter_user": "ਉਪਭੋਗੀ", + "audit.filters_section_label": "ਆਡੀਟ ਲਾਗ ਫਿਲਟਰ", + "audit.next": "ਅਗਲੇ", + "audit.next_label": "ਅਗਲਾ ਪੰਨਾ", + "audit.no_events": "ਹੁਣ ਤੱਕ ਕੋਈ ਆਡੀਟ ਇਵੈਂਟ ਦਰਜ ਨਹੀਂ ਕੀਤੇ ਗਏ।", + "audit.no_events_hint": "ਮਹੱਤਵਪੂਰਨ ਕਿਰਿਆਵਾਂ (ਲੌਗਇਨ, ਦਸਤਾਵੇਜ਼ ਕਾਰਵਾਈਆਂ, ਸੈਟਿੰਗਾਂ ਦੇ ਬਦਲਾਅ) ਇੱਥੇ ਦਿਖਾਈ ਦੇਣਗੀਆਂ।", + "audit.page_title": "ਆਡੀਟ ਲਾਗ - DocuElevate", + "audit.pagination_label": "ਆਡੀਟ ਲਾਗ ਪੰਨਾਬੰਦੀ", + "audit.prev": "ਪਿਛਲਾ", + "audit.prev_label": "ਪਿਛਲਾ ਪੰਨਾ", + "audit.refresh_label": "ਆਡੀਟ ਲਾਗ ਤਾਜੇ ਕਰੋ", + "audit.siem_disabled_title": "SIEM ਫੋਰਵਰਡਿੰਗ ਬੰਦ ਹੈ", + "audit.siem_enabled_title": "ਘਟਨਾਵਾਂ ਨੂੰ ਫੋਰਵਰਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ ", + "audit.siem_off": "SIEM: ਬੰਦ", + "audit.subtitle": "ਸਾਰੇ ਮਹੱਤਵਪੂਰਨ ਕਾਰਵਾਈਆਂ ਦਾ ਵਿਆਪਕ, ਐਪੈਂਡ-ਕੇਵਲ ਰਿਕਾਰਡ।", + "audit.table_label": "ਆਡੀਟ ਲਾਗ ਘਟਨਾਵਾਂ", + "audit.title": "ਆਡੀਟ ਲਾਗ", + "auth.confirm_password": "ਪਾਸਵਰਡ ਦੀ ਪੁਸ਼ਟੀ ਕਰੋ", + "auth.create_account": "ਖਾਤਾ ਬਣਾਓ", + "auth.display_name_label": "ਦਿੱਖ ਦੇ ਨਾਮ", + "auth.email_label": "ਈਮੇਲ", + "auth.forgot_password": "ਪਾਸਵਰਡ ਭੁੱਲ ਗਏ?", + "auth.forgot_username": "ਉਪਯੋਗਕਰਤਾ ਨਾਮ ਭੁੱਲ ਗਏ?", + "auth.login": "ਲੌਗਇਨ", + "auth.login_title": "ਲੌਗਇਨ", + "auth.logo_alt": "DocuElevate ਦਾ ਲੋਗੋ", + "auth.logout": "ਲੌਗਆਉਟ", + "auth.my_account": "ਮੇਰੀ ਖਾਤਾ", + "auth.no_account": "ਕੀ ਤੁਹਾਡੇ ਕੋਲ ਖਾਤਾ ਨਹੀਂ ਹੈ?", + "auth.or_continue_with": "ਜਾਂ ਨਾਲ ਜਾਰੀ ਰੱਖੋ", + "auth.password_label": "ਪਾਸਵਰਡ", + "auth.profile": "ਪ੍ਰੋਫਾਇਲ", + "auth.remember_me": "ਮੈਨੂੰ ਯਾਦ ਰੱਖੋ", + "auth.return_home": "ਘਰ ਵਾਪਸ ਜਾਓ", + "auth.sign_in": "ਸਾਈਨ ਇਨ", + "auth.sign_in_sso": "SSO ਨਾਲ ਸਾਈਨ ਇਨ", + "auth.sign_in_with": "ਲੌਗਿਨ ਕਰੋ", + "auth.sign_in_with_username": "ਯੂਜ਼ਰਨੇਮ ਨਾਲ ਲੌਗਿਨ ਕਰੋ", + "auth.signup": "ਸਾਇਨ ਅੱਪ", + "auth.signup_title": "ਸਾਇਨ ਅੱਪ", + "auth.username_label": "ਯੂਜ਼ਰਨੇਮ", + "auth.username_or_email": "ਯੂਜ਼ਰਨੇਮ ਜਾਂ ਈਮੇਲ", + "auth.verify_email_back_sign_in": "ਲੌਗਿਨ ਕਰਨ ਲਈ ਵਾਪਸ ਜਾਓ", + "auth.verify_email_expiry": "ਲਿੰਕ 24 ਘੰਟਿਆਂ ਵਿੱਚ ਮਿਤੀਤ ਹੋ ਜਾਂਦੀ ਹੈ। ਜੇ ਤੁਸੀਂ ਈਮੇਲ ਨਹੀਂ ਦੇਖਦੇ, ਤਾਂ ਆਪਣੇspam ਫੋਲਡਰ ਨੂੰ ਚੇਕ ਕਰੋ।", + "auth.verify_email_heading": "ਆਪਣਾ ਇਨਬਾਕਸ ਚੈੱਕ ਕਰੋ", + "auth.verify_email_message": "ਅਸੀਂ ਤੁਹਾਨੂੰ ਇੱਕ ਪੁਸ਼ਟੀ ਸੂਚਨਾ ਈਮੇਲ ਭੇਜਿਆ ਹੈ। ਆਪਣੇ ਖਾਤੇ ਨੂੰ ਸਰਗਰਮ ਕਰਨ ਲਈ ਈਮੇਲ ਵਿੱਚ ਦਿੱਤੇ ਲਿੰਕ 'ਤੇ ਕਲਿੱਕ ਕਰੋ।", + "auth.verify_email_page_title": "DocuElevate - ਆਪਣੀ ਈਮੇਲ ਦੀ ਪੁਸ਼ਟੀ ਕਰੋ", + "auth.verify_email_resend_aria_label": "ਮੈਂ ਅਤੇ ਭੇਜਣ ਲਈ ਈਮੇਲ ਪਤਾ", + "auth.verify_email_resend_button": "ਪੁਸ਼ਟੀ ਸੂਚਨਾ ਈਮੇਲ ਮੁੜ ਭੇਜੋ", + "auth.verify_email_resend_label": "ਈਮੇਲ ਪਤਾ", + "auth.verify_email_resend_placeholder": "ਆਪਣਾ ਈਮੇਲ ਪਤਾ ਦਰਜ ਕਰੋ", + "auth.verify_email_resend_prompt": "ਇਸ ਨੂੰ ਨਹੀਂ ਮਿਲਿਆ?", + "backup.archives_heading": "ਬੈਕਅਪ ਆਰਕਾਈਵ", + "backup.backup_now": "ਹੁਣ ਬੈਕਅਪ ਕਰੋ", + "backup.clean_up": "ਸਾਫ਼ ਕਰੋ", + "backup.cleanup_title": "ਹੁਣ ਰੱਖ-ਰਖਾਵ ਸਾਫ਼ ਕਰੋ", + "backup.col_created": "ਬਣਾਇਆ ਗਿਆ", + "backup.col_filename": "ਫਾਈਲ ਦਾ ਨਾਮ", + "backup.col_size": "ਆਕਾਰ", + "backup.col_storage": "ਸਟੋਰੇਜ", + "backup.col_type": "ਕਿਸਮ", + "backup.config_auto_backup": "ਆਟੋ-ਬੈਕਅਪ", + "backup.config_remote_dest": "ਦੂਰੀ ਮੰਜ਼ਿਲ", + "backup.config_retention": "ਰੱਖ-ਰਖਾਵ", + "backup.config_total_size": "ਕ ਕੁੱਲ ਸਥਾਨਕ ਆਕਾਰ", + "backup.confirm_btn": "ਪੁਸ਼ਟੀ ਕਰੋ", + "backup.confirm_title": "ਕਾਰਵਾਈ ਦੀ ਪੁਸ਼ਟੀ ਕਰੋ", + "backup.heading": "ਬੈਕਅਪ ਪ੍ਰਬੰਧਨ", + "backup.local_only": "ਸਿਰਫ਼ ਸਥਾਨਕ", + "backup.no_backups": "ਹੁਣ ਤੱਕ ਕੋਈ ਬੈਕਅਪ ਨਹੀਂ।", + "backup.no_backups_hint": "ਆਪਣਾ ਪਹਿਲਾ ਬੈਕਅਪ ਬਣਾਉਣ ਲਈ ਹੁਣ ਬੈਕਅਪ 'ਤੇ ਕਲਿੱਕ ਕਰੋ।", + "backup.page_title": "ਬੈਕਅਪ ਪ੍ਰਬੰਧਨ", + "backup.records_label": "ਕਿਸਮ", + "backup.restore_btn": "ਪੁਨਰਸਥਾਪਨਾ", + "backup.restore_desc_mid": "ਬੈਕਅਪ ਆਰਕਾਈਵ ਦੁਆਰਾ ਡਾਟਾਬੇਸ ਨੂੰ ਪੁਨਰਸਥਾਪਿਤ ਕਰੋ।", + "backup.restore_desc_pre": "ਅੱਪਲੋਡ ਕਰੋ ਇੱਕ", + "backup.restore_desc_warning": "ਇਹ ਸਾਰੇ ਮੌਜੂਦਾ ਡੇਟਾ ਨੂੰ ਓਵਰਰਾਈਟ ਕਰ ਦੇਵੇਗਾ।", + "backup.restore_file_label": "ਬੈਕਅਪ ਆਰਕਾਈਵ (.db.gz)", + "backup.restore_heading": "ਫਾਈਲ ਤੋਂ ਪੁਨਰਸਤਾਪਨਾ", + "backup.restoring": "ਬੈਕਅਪ ਬਨਾਇਆ ਜਾ ਰਿਹਾ ਹੈ\n", + "backup.retention_daily_detail": "\n– 3 ਹਫਤਿਆਂ ਲਈ ਰੱਖਿਆ ਜਾਂਦਾ ਹੈ", + "backup.retention_heading": "ਰਖਨ ਦੀ ਨੀਤੀ", + "backup.retention_hourly_detail": "\u0000A– 4 ਦਿਨਾਂ ਲਈ ਰੱਖਿਆ ਜਾਂਦਾ ਹੈ", + "backup.retention_note": "ਇਨ੍ਹਾਂ ਸੀਮਾਵਾਂ ਤੋਂ ਉਪਰ ਵਾਲੀ ਬੈਕਅਪ ਆਟੀਮੈਟਿਕ ਤੌਰ 'ਤੇ ਹਟਾਈ ਜਾਵੇਗੀ ਜਦੋਂ ਹਰ ਨਵਾਂ ਬੈਕਅਪ ਬਣਾਇਆ ਜਾਂਦਾ ਹੈ।", + "backup.retention_weekly_detail": "\u0000A– ~3 ਮਹੀਨਾਂ ਲਈ ਰੱਖਿਆ ਜਾਂਦਾ ਹੈ", + "backup.snapshots": "ਸਨੈਪਸ਼ਾਟ", + "backup.status_ok": "ਠੀਕ ਹੈ", + "backup.storage_local": "ਸਥਾਨਕ", + "backup.subtitle": "ਡੇਟਾਬੇਸ ਬੈਕਅਪ ਆਪਣੇ-ਆਪ ਬਣਾਏ ਜਾਂਦੇ ਹਨ: ਘੰਟੇ ਵਿੱਚ (4 ਦਿਨ), ਦਿਨ ਵਿੱਚ (3 ਹਫਤੇ), ਸਤਾਹ ਵਿੱਚ (13 ਹਫਤੇ)।", + "backup.table_aria": "ਬੈਕਅਪ ਆਰਕਾਈਵੇਂ", + "backup.trigger_daily": "ਹੁਣ ਬੈਕਅਪ ਕਰੋ (ਦਿਨ)", + "backup.trigger_hourly": "ਹੁਣ ਬੈਕਅਪ ਕਰੋ (ਘੰਟਾ)", + "backup.trigger_weekly": "ਹੁਣ ਬੈਕਅਪ ਕਰੋ (ਸਾਪਤਾਹਿਕ)", + "backup.type_daily": "ਦਿਨ", + "backup.type_hourly": "ਘੰਟਾ", + "backup.type_weekly": "ਸਾਪਤਾਹਿਕ", + "billing.go_to_dashboard": "ਡੈਸ਼ਬੋਰਡ ਤੇ ਜਾਓ", + "billing.manage_subscription": "ਸਬਸਕ੍ਰਿਪਸ਼ਨ ਦਾ ਪ੍ਰਬੰਧ ਕਰੋ", + "billing.success_heading": "ਤੁਸੀਂ ਸਾਰੇ ਤਿਆਰ ਹੋ!", + "billing.success_message": "ਤੁਹਾਡੀ ਸਬਸਕ੍ਰਿਪਸ਼ਨ ਐਕਟੀਵੇਟ ਹੋਈ ਹੈ। ਡੋਕੁਐਲਿਵੇਟ ਚੁਣਨ ਲਈ ਧੰਨਵਾਦ!", + "billing.success_page_title": "ਡੋਕੁਐਲਿਵੇਟ - ਸਬਸਕ੍ਰਿਪਸ਼ਨ ਐਕਟੀਵੇਟ", + "common.actions": "ਕਰਵਾਈਆਂ", + "common.active": "ਐਕਟਿਵ", + "common.all": "ਸਭ", + "common.avatar": "ਐਵਤਾਰ", + "common.back": "ਪਿਛਲੇ", + "common.cancel": "ਰੱਦ ਕਰੋ", + "common.close": "ਬੰਦ ਕਰੋ", + "common.col_pending": "ਉਮੀਦਗਾਰ", + "common.completed": "ਪੂਰਾ ਕੀਤਾ", + "common.confirm": "ਪੱਕੀ ਕਰੋ", + "common.copied": "ਕਾਪੀ ਕੀਤੀ!", + "common.copy": "ਕਾਪੀ", + "common.create": "ਬਨਾਓ", + "common.created": "ਬਣਾਇਆ", + "common.date": "ਤਾਰੀਖ", + "common.delete": "ਜੱਤ ਕਰੋ", + "common.description": "ਵਿਵਰਣ", + "common.details": "ਵੇਰਵੇ", + "common.disabled": "ਅਸਮਰੱਥ", + "common.download": "ਡਾਊਨਲੋਡ", + "common.duplicate": "ਨਕਲ", + "common.edit": "ਸਮੀਅਨ", + "common.enabled": "ਸਮਰੱਥ", + "common.error": "ਗਲਤੀ", + "common.failed": "ਅਧੂਰੋ", + "common.filter": "ਫਿਲਟਰ", + "common.inactive": "ਗੈਰ ਸਰਗਰਮ", + "common.info": "ਮਾਲੂਮਾਤ", + "common.loading": "ਲੋਡ ਹੋ ਰਿਹਾ...", + "common.name": "ਨਾਮ", + "common.next": "ਅਗਲਾ", + "common.next_page": "ਅਗਲੀ ਪੰਨਾ", + "common.no": "ਨਹੀਂ", + "common.none": "ਕੋਈ ਨਹੀਂ", + "common.page": "ਪੰਨਾ", + "common.paused": "ਰੋਕਿਆ ਗਿਆ", + "common.pending": "ਬਕਾਇਆ", + "common.prev_page": "ਪਿਛਲਾ ਪੰਨਾ", + "common.previous": "ਪਿਛਲਾ", + "common.processing": "ਕੰਮ ਕਰਨਾ", + "common.refresh": "ਨਵੀਨਤਾ", + "common.reset": "ਰੀਸੈਟ", + "common.retry": "ਦੋਬਾਰਾ ਕੋਸ਼ਿਸ਼", + "common.save": "ਸੁਰੱਖਿਅਤ ਕਰੋ", + "common.search": "ਖੋਜ", + "common.select": "ਚੁਣੋ", + "common.select_placeholder": "— ਚੁਣੋ —", + "common.size": "ਆਕਾਰ", + "common.status": "ਸਤੱਤਾ", + "common.submit": "ਜਮ੍ਹਾ ਕਰੋ", + "common.success": "ਸਫਲਤਾ", + "common.tags": "ਲੇਬਲ", + "common.test": "ਟੈਸਟ", + "common.test_connection": "ਜੁੜਣ ਦੀ ਸਾਡੇ ਟੈਸਟ ਕਰੋ", + "common.type": "ਕਿਸਮ", + "common.update": "ਅੱਪਡੇਟ", + "common.updated": "ਅਪਡੇਟ ਕੀਤਾ", + "common.upload": "ਅਪਲੋਡ", + "common.view": "ਦਰਸ਼ਨ", + "common.warning": "ਚੇਤਾਵਨੀ", + "common.yes": "ਹਾਂ", + "cookie.accept": "ਸਮਝ ਗਿਆ", + "cookie.learn_more": "ਹੋਰ ਜਾਣੋ", + "cookie.message": "ਇਹ ਵੈਬਸਾਈਟ ਤੁਹਾਡੇ ਅਨੁਭਵ ਨੂੰ ਸੁਧਾਰਨ ਲਈ ਕੁਕੀਜ਼ ਉਪਯੋਗ ਕਰਦੀ ਹੈ।", + "cookie.notice": "DocuElevate ਸਿਰਫ ਕਿਸੇ ਵੀ ਅਡੰਬਰ ਅਤੇ ਸੇਵਾ ਦੌਰਾਨ ਕੀਤੇ ਜਾਣ ਵਾਲੇ ਮਹੱਤਵਪੂਰਨ ਸੈਸ਼ਨ ਕੁਕੀਜ਼ ਦੀ ਵਰਤੋਂ ਕਰਦਾ ਹੈ। ਕੋਈ ਟ੍ਰੈਕਿੰਗ ਜਾਂ ਵਿਸ਼ਲੇਸ਼ਣ ਕੁਕੀਜ਼ ਦੀ ਵਰਤੋਂ ਨਹੀਂ ਕੀਤਾ ਜਾਂਦਾ।", + "cookie.notice_label": "ਕੁਕੀ ਨੋਟਿਸ", + "cookie.policy_link": "ਕੁਕੀ ਅਧਿਨियम", + "cookie.privacy_link": "ਗੋਪਨੀਯਤਾ ਨੋਟਿਸ", + "credentials.col_action": "ਕਿਰਿਆ", + "credentials.col_credential": "ਅਧਿਕਾਰਪਤ੍ਰ", + "credentials.col_source": "ਸਰੋਤ", + "credentials.configured": "ਸੰਰਚਿਤ", + "credentials.edit_in_settings": "ਸੈਟਿੰਗਜ਼ ਵਿੱਚ ਸੰਪਾਦਿਤ ਕਰੋ", + "credentials.legend_db": "ਡੇਟਾਬੇਸ ਵਿੱਚ ਸਟੋਰ ਕੀਤਾ ਗਿਆ ਮੁੱਲ (ਇੰਕ੍ਰਿਪਟੇਡ 'ਰੇਸਟ' ਤੇ; ਵਾਤਾਵਰਨ ਮਤਬੇ ਭਿੰਨ ਪਰ ਉਪਰੋਕਤ)", + "credentials.legend_env_after": " ਫਾਈਲ", + "credentials.legend_env_before": "ਵਾਤਾਵਰਨ ਮਤਬੇ ਤੋਂ ਮੁੱਲ ਜਾਂ ", + "credentials.legend_missing": "ਅਧਿਕਾਰਪਤ੍ਰ ਸੈਟ ਨਹੀਂ ਕੀਤਾ ਗਿਆ - ਇਕੀਕਰਨ ਕੰਮ ਨਹੀਂ ਕਰੇਗਾ", + "credentials.legend_restart": "ਇਹ ਅਧਿਕਾਰਪਤ੍ਰ ਘੁੰਮਣ 'ਤੇ ਰੀਸਟਾਰਟ ਦੀ ਲੋੜ ਹੈ", + "credentials.legend_title": "ਪੱਖਵਾਣੀ", + "credentials.manage_settings": "ਸੈਟਿੰਗਜ਼ ਪ੍ਰਬੰਧਿਤ ਕਰੋ", + "credentials.not_configured": "ਗੁਪਤ ਕਰਨਾ", + "credentials.page_title": "ਅਧਿਕਾਰਪਤ੍ਰ ਆਡਿਟ - DocuElevate", + "credentials.raw_json": "ਕੱਚਾ JSON (API)", + "credentials.restart_title": "ਇਸ ਅਧਿਕਾਰਪਤ੍ਰ ਨੂੰ ਘੁੰਮਣ 'ਤੇ ਰੀਸਟਾਰਟ ਦੀ ਲੋੜ ਹੈ", + "credentials.source_db_title": "ਡੇਟਾਬੇਸ ਵਿੱਚ ਸਟੋਰ ਕੀਤਾ ਗਿਆ (ਇੰਕ੍ਰਿਪਟੇਡ)", + "credentials.source_env_title": "ਵਾਤਾਵਰਨ ਮਤਬੇ ਵਿੱਚੋਂ", + "credentials.status_missing": "ਗੁਆਂਢੀ", + "credentials.subtitle": "DocuElevate ਵੱਲੋਂ ਵਰਤੀਆਂ ਸਾਰੀਆਂ ਸੰਵੇਦਨਸ਼ੀਲ ਅਧਿਕਾਰਪਤ੍ਰਾਂ ਦਾ ਅਧਿਐਨ। ਇੱਥੇ ਕੋਈ ਗੋਪਨੀਯ ਮੁੱਲ ਨਹੀਂ ਦਿਖਾਏ ਗਏ - ਸਿਰਫ ਇਹ ਹੈ ਕਿ ਹਰ ਅਧਿਕਾਰਪਤ੍ਰ ਸੰਰਚਿਤ ਹੈ ਅਤੇ ਇਹ ਕਿੱਥੋਂ ਆਇਆ ਹੈ।", + "credentials.table_for": "ਅਧਿਕਾਰਪਤ੍ਰਾਂ ਲਈ", + "credentials.title": "ਅਧਿਕਾਰਪਤ੍ਰ ਆਡਿਟ", + "credentials.total_credentials": "ਕੁੱਲ ਅਧਿਕਾਰਪਤ੍ਰ", + "dashboard.active_integrations": "ਸਰਗਰਮ ਇਕੀਕਰਣ", + "dashboard.files_this_month": "ਇਸ ਮਹੀਨੇ ਦੀਆਂ ਫਾਈਲਾਂ", + "dashboard.files_today": "ਅੱਜ ਦੀਆਂ ਫਾਈਲਾਂ", + "dashboard.ocr_processed": "OCR ਪ੍ਰਕਿਰਿਆ ਕੀਤੀ", + "dashboard.quick_actions": "ਤੁਰੰਤ ਕਾਰਵਾਈਆਂ", + "dashboard.recent_activity": "ਤਾਜ਼ਾ ਗਤਿਵਿਧੀਆਂ", + "dashboard.storage_targets": "ਸੰਗ੍ਰਹਿ ਟਾਰਗਟ", + "dashboard.title": "ਡੈਸ਼ਬੋਰਡ", + "dashboard.total_files": "ਕੁੱਲ ਫਾਈਲਾਂ", + "dashboard.welcome": "ਡੋਕੁਏਲੇਵੇਟ ਵਿੱਚ ਤੁਹਾਡਾ ਸਵਾਗਤ ਹੈ", + "duplicates.file_id_label": "ਫਾਈਲ ID", + "duplicates.file_id_placeholder": "ਉਦਾਹਰਨ ਵਜੋਂ 42", + "duplicates.find_btn": "ਖੋਜੋ", + "duplicates.found_files": "ਨਕਲ ਫਾਈਲ(ਆਂ) ਕੁੱਲ.", + "duplicates.found_groups": "ਨਕਲੀ ਸਮੂਹ(ਆਂ) ਨਾਲ", + "duplicates.found_prefix": "ਮਿਲਿਆ", + "duplicates.group_aria": "ਨਕਲ ਸਮੂਹ", + "duplicates.heading": "ਨਕਲ ਦਸਤਾਵੇਜ਼", + "duplicates.how_it_works_heading": "ਨਜ਼ਦੀਕੀ ਨਕਲ ਪਛਾਣ ਕਿਵੇਂ ਕੰਮ ਕਰਦੀ ਹੈ", + "duplicates.max_results_label": "ਜਿਆਦਾ ਨਤੀਜੇ", + "duplicates.near_dup_desc": "ਇੱਕ ਦਸਤਾਵੇਜ਼ ਚੁਣੋ ਜਾਂ ਕੋਈ ਹੋਰ ਫਾਈਲ ਉਹੀ (ਜਾਂ ਬਹੁਤ ਸਮਾਨ) ਸਮੱਗਰੀ ਰਾਖੀ ਹੈ - ਭਾਵੇਂ ਉਹ ਵੱਖ-ਵੱਖ ਸਮੇਂ 'ਤੇ ਸਕੈਨ ਕੀਤੇ ਗਏ ਹੋਣ ਅਤੇ ਉਨ੍ਹਾਂ ਦੇ SHA-256 ਹੈਸ਼ ਵੱਖਰੇ ਹੋਣ।", + "duplicates.near_dup_heading": "ਇੱਕ ਦਸਤਾਵੇਜ਼ ਲਈ ਨਜ਼ਦੀਕੀ ਨਕਲ ਖੋਜੋ", + "duplicates.no_exact_heading": "ਕੋਈ ਸਹੀ ਨਕਲ ਨਹੀਂ ਮਿਲੀ", + "duplicates.page_title": "ਨਕਲ ਦਸਤਾਵੇਜ਼ - ਡੋਕੁਏਲੇਵੇਟ", + "duplicates.pagination_aria": "ਪੰਨਾਬੰਦੀ", + "duplicates.role_duplicate": "ਨਕਲ", + "duplicates.role_original": "ਮੂਲ", + "duplicates.tab_exact": "ਸਹੀ ਨਕਲ", + "duplicates.tab_near": "ਬਹੁਤ ਨਕਲ ਲੱਭਣ ਵਾਲਾ", + "duplicates.tabs_aria": "ਨਕਲ ਪਛਾਣ ਦੇ ਟੈਪ", + "duplicates.threshold_label": "ਸਮਾਨਤਾ ਸੀਮਾ", + "duplicates.view_dup_aria": "ਨਕਲ ਫਾਈਲ ਵੇਖੋ", + "duplicates.view_original_aria": "ਮੂਲ ਫਾਈਲ ਵੇਖੋ", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "ਓਹ, ਅਸੀਂ ਉਹ ਪੰਨਾ ਨਹੀਂ ਲੱਭ ਸਕੇ!", + "error.404_home": "ਘਰ ਵਾਪਸ ਜਾਓ", + "error.404_message": "ਇਹ ਲੱਗਦਾ ਹੈ ਕਿ ਡੋਕੁਏਲੇਵੇਟ ਨੇ ਉਹ ਦਸਤਾਵੇਜ਼ ਗੁਆਂਢਿਆ ਹੈ ਜਿਸ ਦੀ ਤੁਸੀਂ ਮਨ ਕਰ ਰਹੇ ਸਾਥੀ ਹੋ। ਜਾਣੀ ਚਿੰਤਾ ਨਾ ਕਰੋ - ਅਸੀਂ ਤੁਹਾਡੇ ਲਈ ਯਹਾਂ ਹਾਂ।", + "error.404_title": "404 - ਨਹੀਂ ਮਿਲਿਆ", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "ਡਿਗਬਗ ਜਾਣਕਾਰੀ ਦਿਖਾਓ", + "error.500_description": "ਸਾਡੇ ਸਰਵਰਾਂ ਨੂੰ ਇੱਕ ਸਮੱਸਿਆ ਸਾਹਮਣਾ ਕਰਨਾ ਪਿਆ ਹੈ ਅਤੇ ਥੋੜ੍ਹੀ ਦੇਰ ਲੱਗੇਗੀ।", + "error.500_heading": "ਓਹ! ਕੁਝ ਗਲਤ ਹੋ ਗਿਆ.", + "error.500_home": "ਘਰ ਜਾਓ", + "error.500_img_alt": "ਸਰਵਰ ਦੀ ਗਲਤੀ ਦੀ ਚਿੱਤਰਕਲਾ", + "error.500_message1": "ਸਾਡੇ ਸਰਵਰਾਂ ਨੂੰ ਇੱਕ ਸਮੱਸਿਆ ਸਾਹਮਣਾ ਕਰਨਾ ਪਿਆ ਹੈ ਅਤੇ ਥੋੜ੍ਹੀ ਦੇਰ ਲੱਗੇਗੀ। ਸ਼ਾਇਦ ਹੈਮਸਟਰਾਂ ਨੇ ਆਪਣਾ ਕੌਫੀ ਪਾ ਦਿੱਤਾ?", + "error.500_message2": "ਅਸੀਂ ਇਸ 'ਤੇ ਪਹਿਲਾਂ ਹੀ ਹਾਂ - ਫਾਈਲਾਂ ਮਰਿਆ ਜੋੜਦੇ ਹੋ, ਸਰਵਰਾਂ ਨੂੰ ਮੁੜ ਸਟਾਰਟ ਕਰਦੇ ਹੋ ਅਤੇ ਫਲਕਸ ਕੈਪਾਸਿਟਰਾਂ ਨੂੰ ਦੁਬਾਰਾ ਸੰਤੁਲਿਤ ਕਰਦੇ ਹੋ।", + "error.500_title": "ਸਰਵਰ ਦੀ ਗਲਤੀ - ਡੋਕੁਏਲੇਵੇਟ", + "error.forbidden": "ਰੋਕਿਆ", + "error.forbidden_message": "ਤੁਹਾਨੂੰ ਇਸ ਪੰਨੇ ਤੱਕ ਪਹੁੰਚਣ ਦੀ ਇਜਾਜ਼ਤ ਨਹੀਂ ਹੈ.", + "error.not_found": "ਪੰਨਾ ਨਹੀਂ ਮਿਲਿਆ", + "error.not_found_message": "ਜੋ ਪੰਨਾ ਤੁਸੀਂ ਲੱਭ ਰਹੇ ਹੋ ਉਹ ਮੌਜੂਦ ਨਹੀਂ ਹੈ।", + "error.server_error": "ਅੰਦਰੂਨੀ ਸਰਵਰ ਗਲਤੀ", + "error.server_error_message": "ਕੁਝ ਗਲਤ ਹੋ ਗਿਆ। ਕਿਰਪਾ ਕਰਕੇ ਬਾਅਦ ਵਿੱਚ ਪੁਨਰ ਕੋਸ਼ਿਸ਼ ਕਰੋ।", + "error.unauthorized": "ਅਧਿਕਾਰਿਤ ਨਹੀਂ", + "error.unauthorized_message": "ਤੁਹਾਨੂੰ ਇਸ ਪੰਨੇ ਤੱਕ ਪਹੁੰਚ ਕਰਨ ਲਈ ਲੌਗਿਨ ਕਰਨਾ ਜਰੂਰੀ ਹੈ।", + "files.action_delete": "ਫਾਈਲ ਮਿਟਾਓ", + "files.action_details": "ਵਿਸਥਾਰ ਵੇਖੋ", + "files.action_preview": "ਝਲਕ", + "files.bulk_clear_selection": "ਚੋਣ ਸਾਫ ਕਰੋ", + "files.bulk_cloud_ocr": "ਕਲਾਊਡ OCR ਨੂੰ ਦੁਬਾਰਾ ਚਲਾ ਕਰੋ", + "files.bulk_delete": "ਚੁਣੀਆਂ ਫਾਈਲਾਂ ਮਿਟਾਓ", + "files.bulk_download": "ZIP ਵਜੋਂ ਡਾਊਨਲੋਡ ਕਰੋ", + "files.bulk_reprocess": "ਚੁਣੀਆਂ ਫਾਈਲਾਂ ਨੂੰ ਦੁਬਾਰਾ ਪ੍ਰੋਸੈਸ ਕਰੋ", + "files.delete_modal_cancel": "ਰੱਦ ਕਰੋ", + "files.delete_modal_confirm": "ਮਿਟਾਓ", + "files.delete_modal_message": "ਕੀ ਤੁਸੀਂ ਯਕੀਨੀ ਹੋ ਕਿ ਤੁਸੀਂ ਇਸ ਫਾਈਲ ਨੂੰ ਮਿਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?", + "files.delete_modal_title": "ਧ੍ਰੁਵਤਾ ਮਿਟਾਉਣਾ", + "files.document_title": "ਦਸਤਾਵੇਜ਼ ਦਾ ਸਿਰਲੇਖ", + "files.drop_overlay_hint": "PDF, ਆਫਿਸ ਦਸਤਾਵੇਜ਼, ਤਸਵੀਰਾਂ, HTML, Markdown ਅਤੇ ਹੋਰ ਨੂੰ ਸਮਰਥਨ ਕਰਦਾ ਹੈ – ਫੋਲਡਰ ਚੱਕਰਵਾਰਿਕ ਤੌਰ ਤੇ ਪ੍ਰੋਸੈਸ ਕੀਤੇ ਜਾ ਰਹੇ ਹਨ", + "files.drop_overlay_title": "ਉੱਪਲੋਡ ਕਰਨ ਲਈ ਫਾਈਲਾਂ ਜਾਂ ਫੋਲਡਰ ਕਿਤੇ ਵੀ ਛੱਡੋ", + "files.error_hint": "ਇਹ ਸੰਰਚਨਾ ਜਾਂ ਆਯਾਤ ਸਮੱਸਿਆ ਕਾਰਨ ਹੋ ਸਕਦਾ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ ਸਰਵਰ ਲੌਗ ਜਾਅਓ।", + "files.file_size": "ਫਾਈਲ ਦਾ ਆਕਾਰ", + "files.filename": "ਫਾਈਲ ਦਾ ਨਾਮ", + "files.files_selected": "ਚੁਣੀਆਂ ਫਾਈਲਾਂ", + "files.filter_all_providers": "ਸਾਰੇ ਪ੍ਰਦਾਤਾ", + "files.filter_all_statuses": "ਸਾਰੇ ਸਥਿਤੀਆਂ", + "files.filter_all_types": "ਸਾਰੇ ਕਿਸਮਾਂ", + "files.filter_apply": "ਛਾਂਟ ਲਾਗੂ ਕਰੋ", + "files.filter_clear": "ਸਾਫ ਕਰੋ", + "files.filter_date_from": "ਤਾਰੀਖ ਤੋਂ", + "files.filter_date_from_aria": "ਤਾਰੀਖ ਤੋਂ ਛਾਂਟੋ", + "files.filter_date_to": "ਤਾਰੀਖ ਤੱਕ", + "files.filter_date_to_aria": "ਤਾਰੀਖ ਤੱਕ ਛਾਂਟੋ", + "files.filter_form_aria": "ਫਾਈਲਾਂ ਛਾਂਟੋ", + "files.filter_mime_type": "MIME ਕਿਸਮ", + "files.filter_ocr_all": "ਸਾਰੇ ਫਾਈਲਾਂ", + "files.filter_ocr_good": "ਚੰਗੀ ਗੁਣਵੱਤਾ", + "files.filter_ocr_poor": "ਖਰਾਬ ਗੁਣਵੱਤਾ", + "files.filter_ocr_quality": "OCR ਗੁਣਵੱਤਾ", + "files.filter_ocr_quality_aria": "ਓਸ ਨੇਤਣੀ ਦਰਜੇ ਦੇ ਅਨੁਸਾਰ ਛਾਨੋ", + "files.filter_ocr_unchecked": "ਹਾਲੇ ਤੱਕ ਮੁਲਾਂਕਣ ਨਹੀਂ ਕੀਤਾ", + "files.filter_search_label": "ਫਾਈਲ ਨਾਮ ਖੋਜੋ", + "files.filter_search_placeholder": "ਫਾਈਲ ਨਾਮ ਦਰਜ ਕਰੋ...", + "files.filter_storage_provider": "ਸਟੋਰੇਜ ਪ੍ਰਦਾਤਾ", + "files.filter_tags_aria": "ਟੈਗਾਂ ਦੇ ਅਨੁਸਾਰ ਛਾਨੋ (ਕਾਮਾ ਨਾਲ ਵਿਛੜਾ)", + "files.filter_tags_placeholder": "ਉਦਾਹਰਨ ਲਈ, ਇਨਵੌਇਸ, ਐਮਾਜ਼ਾਨ", + "files.fulltext_search_label": "ਪੂਰੀ ਜਾਣਕਾਰੀ ਖੋਜ (OCR ਲਿਖਤ, ਮੈਟਾਡੇਟਾ, ਟੈਗ)", + "files.fulltext_search_placeholder": "ਦਸਤਾਵੇਜ਼ ਦੀ ਸਮਾਗਰੀ, ਭੇਜਣ ਵਾਲਾ, ਟੈਗ, ਪ੍ਰਕਾਰ ਖੋਜੋ...", + "files.no_files": "ਕੋਈ ਫਾਈਲਾਂ ਨਹੀਂ ਮਿਲੀਆਂ", + "files.ocr_status": "OCR ਸਥਿਤੀ", + "files.page_title": "ਫਾਈਲ ਰਿਕਾਰਡ", + "files.pagination_files": "ਫਾਈਲਾਂ", + "files.pagination_first": "ਪਹਿਲਾ", + "files.pagination_last": "ਅਖੀਰਲਾ", + "files.pagination_nav_aria": "ਫਾਈਲਾਂ ਦੀ ਸੂਚੀ ਪੇਜੀਨੇਸ਼ਨ", + "files.pagination_next": "ਅਗਲਾ", + "files.pagination_of": "ਦਾ", + "files.pagination_previous": "ਪਿਛਲਾ", + "files.pagination_showing": "ਗੋਸ਼ਟ", + "files.preview_modal_close": "ਪ੍ਰੀਵਿਊ ਬੰਦ ਕਰੋ", + "files.preview_modal_title": "ਪ੍ਰੀਵਿਊ", + "files.queue_banner_items": "ਆਈਟਮ(ਆਂ) ਮੌਜੂਦਾ ਤੌਰ 'ਤੇ ਕਤਾਰ ਵਿੱਚ ਹਨ ਜਾਂ ਸੰਸੋਧਿਤ ਕੀਤੀਆਂ ਜਾ ਰਹੀਆਂ ਹਨ। ਪ੍ਰਕਿਰਿਆ ਮੁਕੰਮਲ ਹੋਣ 'ਤੇ ਫਾਈਲਾਂ ਇੱਥੇ ਦਰਸਾਏ ਜਾਣਗੇ।", + "files.queue_banner_link": "ਕਤਾਰ ਵੇਖੋ", + "files.saved_searches_empty": "ਅਜੇ ਤੱਕ ਕੋਈ ਸੰਭਾਲੀ ਖੋਜ ਨਹੀਂ", + "files.saved_searches_error": "ਸੰਭਾਲੀ ਖੋਜਾਂ ਲੋਡ ਨਹੀਂ ਹੋ ਸਕੀਆਂ", + "files.saved_searches_label": "ਸੰਭਾਲੀਆਂ ਖੋਜਾਂ", + "files.saved_searches_save": "ਮੌਜੂਦਾ ਸੰਭਾਲੋ", + "files.saved_searches_save_aria": "ਮੌਜੂਦਾ ਛਾਨਾਂ ਨੂੰ ਸੰਭਾਲੀਆਂ ਖੋਜ ਵਜੋਂ ਸੰਭਾਲੋ", + "files.search_results_empty": "ਕੋਈ ਨਤੀਜੇ ਨਹੀਂ ਮਿਲੇ।", + "files.search_results_title": "ਖੋਜ ਨਤੀਜੇ", + "files.status_duplicate": "ਨਕਲ", + "files.table_actions": "ਕਾਰਵਾਈਆਂ", + "files.table_aria": "ਫਾਈਲ ਰਿਕਾਰਡ", + "files.table_created_at": "ਬਣਾਏ ਗਏ ਵੇਲੇ", + "files.table_empty": "ਕੋई ਫਾਈਲਾਂ ਨਹੀਂ ਮਿਲੀਆਂ", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.table_mime_type": "MIME ਪ੍ਰਕਾਰ", + "files.table_original_filename": "ਅਸਲੀ ਫਾਈਲ ਨਾਮ", + "files.table_select_all": "ਇਸ ਪੇਜ 'ਤੇ ਸਾਰੀਆਂ ਫਾਈਲਾਂ ਚੁਣੋ", + "files.tags": "ਟੈਗ", + "files.title": "ਫਾਈਲਾਂ", + "files.upload_modal_aria": "ਅਪਲੋਡ ਪ੍ਰਗਤੀ", + "files.upload_modal_close": "ਅਪਲੋਡ ਪ੍ਰਗਤੀ ਨੂੰ ਬੰਦ ਕਰੋ", + "files.upload_modal_header": "ਫਾਈਲਾਂ ਅਪਲੋਡ ਕਰਨਾ", + "files.uploaded": "ਅਪਲੋਡ ਕੀਤਾ", + "footer.about": "ਬਾਰੇ", + "footer.attribution": "ਐਟਰਬਿਊਸ਼ਨ", + "footer.attributions": "ਐਟਰਬਿਊਸ਼ਨਾਂ", + "footer.cookies": "ਕুকੀਆਂ", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "ਛਾਪ", + "footer.license": "ਲਾਈਸੈਂਸ", + "footer.navigation": "ਫੁੱਟਰ ਨੈਵੀਗੇਸ਼ਨ", + "footer.privacy": "ਗੋਪਨੀਤਾ", + "footer.terms": "ਨਿਯਮ", + "footer.version": "ਵਰਜਨ {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth-ਲਿੰਕਡ. ਫਾਈਲਾਂ ਤੁਹਾਡੇ ਚੁਣੇ ਹੋਏ ਫੋਲਡਰ ਵਿੱਚ ਪਹੁੰਚਦੀਆਂ ਹਨ.", + "help.destinations_email": "ਈਮੇਲ ਫਾਰਵਰਡਿੰਗ", + "help.destinations_email_desc": "ਸੰਕਲਿਤ ਫਾਈਲਾਂ SMTP ਅਟੈਚਮੈਂਟ ਵਜੋਂ ਭੇਜੀਆਂ ਜਾਂਦੀਆਂ ਹਨ.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "ਸਰਵਿਸ ਖਾਤਾ ਜਾਂ OAuth. ਸਾਂਝੇ ਡ੍ਰਾਈਵਾਂ ਦਾ ਸਹਾਰਾ ਦਿੰਦਾ ਹੈ.", + "help.destinations_heading": "ਗਮਨਾਮੀਆਂ – ਡੌਕਯੂਮੈਂਟ ਕਿਥੇ ਜਾਂਦੇ ਹਨ", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "WebDAV ਰਾਹੀਂ ਸਵੈ-ਹੋਸਟ ਕੀਤਾ ਗਿਆ ਕਲਾਊਡ ਸੰਸਥਾਨ.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Microsoft Graph API ਇੰਟਿਗ੍ਰੇਸ਼ਨ.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "ਦਸਤਾਵੇਜ਼ਾਂ ਨੂੰ ਹੁਣੇ Paperless ਵਿੱਚ ਅਰਕਾਈਵ ਲਈ ਭੇਜੋ.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "ਕਿਸੇ ਵੀ S3-ਸੰਸਾਰਤ ਬੱਕਟ (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "ਕਿਸੇ ਵੀ ਸਰਵਰ ਨੂੰ ਸੁਰੱਖਿਅਤ ਫਾਈਲ ਟ੍ਰਾਂਸਫਰ.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "ਕਿਸੇ ਵੀ ਬਾਹਰੀ ਏਂਡਪੌਇੰਟ ਨੂੰ POST ਮੈਟਾਡੇਟਾ.", + "help.documentation": "ਡਾਕੂਮੈਂਟੇਸ਼ਨ", + "help.faq": "ਅਕਸਰ ਪੁੱਛੇ ਜਾਣ ਵਾਲੇ ਸਵਾਲ", + "help.faq_1_a": "ਅਪਲੋਡ ਪੇਜ਼ ਤੇ ਜਾਓ, ਆਪਣੇ ਫਾਈਲਾਂ ਨੂੰ ਡ੍ਰੈਗ ਅਤੇ ਡ੍ਰੌਪ ਕਰੋ ਜਾਂ ਫਾਈਲ ਚੁਣੋ 'ਤੇ ਕਲਿੱਕ ਕਰੋ. DocuElevate ਚਿਤਰਾਂ ਅਤੇ ਦਫਤਰ ਦੇ ਦਸਤਾਵੇਜ਼ਾਂ ਨੂੰ PDF ਵਿੱਚ ਬਦਲਦਾ ਹੈ, OCR ਚਲਾਉਂਦਾ ਹੈ, ਅਤੇ ਮੈਟਾਡੇਟਾ ਨੂੰ ਆਪਣੇ ਆਪ ਖਿੰਚਦਾ ਹੈ.", + "help.faq_1_q": "ਮੈਂ ਦਸਤਾਵੇਜ਼ ਕਿਵੇਂ ਅਪਲੋਡ ਕਰਾਂ?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, ਅਤੇ HTML। ਗੈਰ-PDF ਫਾਈਲਾਂ ਨੂੰ ਪ੍ਰਕਿਰਿਆ ਤੋਂ ਪਹਿਲਾਂ аўਟੋਮੈਟਿਕ ਤੌਰ 'ਤੇ PDF ਵਿਚ ਬਦਲ ਦਿੱਤਾ ਜਾਂਦਾ ਹੈ।", + "help.faq_2_q": "ਕਿਹੜੇ ਫਾਈਲ ਫਾਰਮੈੱਟ ਦੇ ਸਮਰਥਨ ਹਨ?", + "help.faq_3_a": "ਹਾਂ। Email Ingestion 'ਤੇ ਜਾਓ, ਇੱਕ IMAP ਖਾਤਾ ਜੋੜੋ, ਅਤੇ DocuElevate ਨਵੇਂ ਸੁਨੇਹਿਆਂ ਲਈ ਪੁਸ਼ਟੀ ਕਰੇਗਾ ਅਤੇ ਨਾਲ ਦੇਣ ਵਾਲੀ ਫਾਈਲਾਂ ਨੂੰ ਆਟੋਮੈਟਿਕ ਤੌਰ 'ਤੇ ਪ੍ਰਕਿਰਿਆ ਕਰੇਗਾ।", + "help.faq_3_q": "ਕੀ ਮੈਂ ਈਮੇਲ ਤੋਂ ਦਸਤਾਵੇਜ਼ ਪ੍ਰਾਪਤ ਕਰ ਸਕਦਾ ਹਾਂ?", + "help.faq_4_a": "Pipeline ਸਾਨੂੰ ਪ੍ਰਕਿਰਿਆਕਿ ਕਦਮਾਂ ਨੂੰ ਪ੍ਰਕਿਰਿਆ ਬਣਾੳਣ ਦੀ ਆਗਿਆ ਦਿੰਦੇ ਹਨ - OCR, AI ਨਿਕਾਸ, ਫਾਰਮੈਟ ਬਦਲਣ - ਅਤੇ ਨਤੀਜੇ ਨੂੰ ਇੱਕ ਜਾਂ ਵੱਧ ਮੰਜ਼ਿਲਾਂ ਵੱਲ ਰਾਹ ਦਿਖਾਉਂਦੇ ਹਨ। ਇਨ੍ਹ੍ਹਨ੍ਹ ਨੂੰ Pipelines ਪੇਜ਼ 'ਤੇ ਬਣਾਓ ਅਤੇ ਪ੍ਰਬੰਧਿਤ ਕਰੋ।", + "help.faq_4_q": "ਪ੍ਰਕਿਰਿਆ ਪਾਈਪਲਾਈਨਾਂ ਕਿਵੇਂ ਕੰਮ ਕਰਦੀਆਂ ਹਨ?", + "help.faq_5_a": "DocuElevate ਰੇਸਟ 'ਤੇ ਪੜਤਾਲਾਂ ਨੂੰ ਇਨਕ੍ਰਿਪਟ ਕਰਦਾ ਹੈ, TLS ਦੇ ਜਰੀਏ ਸੰਚਾਰ ਕਰਦਾ ਹੈ, ਅਤੇ ਕਦੇ ਵੀ ਤੁਹਾਡੇ ਦਸਤਾਵੇਜ਼ਾਂ ਨੂੰ ਜਰੂਰਤ ਤੋਂ ਜ਼ਿਆਦਾ ਸਮੇਂ ਤੱਕ ਨਹੀਂ ਰੱਖਦਾ। ਪੂਰੀ ਜਾਣਕਾਰੀ ਲਈ ਗੋਪਨੀਤਾ ਸੂਚਨਾ ਦੇਖੋ।", + "help.faq_5_a_post": " ਪੂਰੇ ਵੇਰਵਿਆਂ ਲਈ.", + "help.faq_5_a_pre": "DocuElevate ਆਰਾਮ ਦੇ ਸਮੇਂ ਵਿੱਚ ਰਾਜ ਕ੍ਰਿਪਟ ਕਰਦਾ ਹੈ, TLS ਦੇ ਜਰੀਏ ਸੰਪਰਕ ਕਰਦਾ ਹੈ, ਅਤੇ ਕਦੀ ਵੀ ਤੁਹਾਡੇ ਦਸਤਾਵੇਜ਼ਾਂ ਨੂੰ ਜਰੂਰਤ ਤੋਂ ਜ਼ਿਆਦਾ ਸਮੇਂ ਲਈ ਨਹੀਂ ਸੰਭਾਲਦਾ। ਵੇਖੋ ", + "help.faq_5_q": "ਕੀ ਮੇਰੇ ਡੇਟਾ ਨੂੰ ਸੁਰੱਖਿਆ ਮਿਲੀ ਹੈ?", + "help.faq_heading": "ਅਕਸਰ ਪੁੱਛੇ ਜਾਣ ਵਾਲੇ ਸਵਾਲ", + "help.getting_started": "ਸ਼ੁਰੂਆਤ ਕਰਨਾ", + "help.heading": "ਸਹਾਇਤਾ ਕੇਂਦਰ", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "ਦਸਤਾਵੇਜ਼ਾਂ ਨੂੰ ਪ੍ਰੋਗਰਾਮੈਟਿਕ ਤਰੀਕੇ ਨਾਲ ਧੱਕਣ ਲਈ REST API ਦਾ ਇਸਤੇਮਾਲ ਕਰੋ। ਬੀਅਰ ਟੋਕਨ ਦੇ ਨਾਲ ਪ੍ਰਮਾਣਿਕਤਾ ਕਰੋ ਅਤੇ ਫਾਇਲਾਂ ਨੂੰ ਅਪਲੋਡ ਐਂਡਪੋਇੰਟ ਤੇ POST ਕਰੋ।", + "help.ingestion_heading": "ਡੇਟਾ ਇੰਜੇਕਸ਼ਨ ਔਜ਼ਾਰ", + "help.ingestion_mobile": "ਮੋਬਾਇਲ ਐਪਸ", + "help.ingestion_mobile_desc": "ਕਿਸੇ ਵੀ ਮੋਬਾਇਲ ਸਕੈਨਿੰਗ ਐਪ ਦਾ ਇਸਤੇਮਾਲ ਕਰੋ ਜੋ ਕਸਟਮ HTTP ਅਪਲੋਡ ਟਾਮਾਂ ਨੂੰ ਸਹਾਰਦਾ ਹੈ ਤਾਂ ਜੋ ਤੁਸੀਂ ਆਪਣੇ ਫੋਨ ਜਾਂ ਟੈਬਲੇਟ ਤੋਂ DocuElevate ਨੂੰ ਫੋਟੋਆਂ ਅਤੇ ਸਕੈਨ ਭੇਜ ਸਕੋ।", + "help.ingestion_scanners": "ਨੈੱਟਵਰਕ ਸਕੈਨਰ", + "help.ingestion_scanners_desc": "ਕਿਸੇ ਵੀ ਨੈੱਟਵਰਕ ਸਕੈਨਰ ਜਾਂ ਬਹੁਤ ਕਾਰਗਰ ਪ੍ਰਿੰਟਰ ਨੂੰ DocuElevate ਦੇ ਅਪਲੋਡ ਐਂਡਪੋਇੰਟ ਤੇ ਇਸਤਰਨਾ ਕਰੋ। ਸਕੈਨ ਕੀਤੇ ਦਸਤਾਵੇਜ਼ ਸਿੱਧੇ ਤੁਹਾਡੇ ਪ੍ਰਕਿਰਿਆ ਕਿਊ ਵਿੱਚ ਮਿਲਦੇ ਹਨ।", + "help.ingestion_watched_folders": "ਘੂਮ ਰਹੀਆਂ ਫੋਲਡਰ", + "help.ingestion_watched_folders_desc": "ਚੌਕੀਦਾਰੀ ਕਰਨ ਲਈ ਇੱਕ ਸਥਾਨਕ ਜਾਂ ਨੈੱਟਵਰਕ ਫੋਲਡਰ ਨੂੰ ਸੰਰਚਿਤ ਕਰੋ। ਕੋਈ ਵੀ ਫਾਇਲ ਜੋ ਘੂਮ ਰਹੀਆਂ ਫੋਲਡਰ ਵਿੱਚ ਡਾਲੀ ਜਾਂਦੀ ਹੈ ਆਪਣੇ ਆਪ ਅਪਲੋਡ ਹੁੰਦੀ ਹੈ ਅਤੇ DocuElevate ਦੁਆਰਾ ਪ੍ਰਕਿਰਿਆ ਕੀਤੀ ਜਾਂਦੀ ਹੈ।", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Zapier, n8n, ਜਾਂ Make ਨਾਲ ਆਪਣੇ ਆਟੋਮੇਸ਼ਨ ਵਰਕਫਲੋ ਵਿੱਚ DocuElevate ਨੂੰ ਇੱਕਜੋੜੋ। ਕਿਸੇ ਵੀ ਘਟਨਾ ਤੋਂ ਦਸਤਾਵੇਜ਼ਾਂ ਦੇ ਅਪਲੋਡ ਨੂੰ ਚਾਲੂ ਕਰਨ ਲਈ REST API ਕਾਰਵਾਈਆਂ ਦਾ ਇਸਤੇਮਾਲ ਕਰੋ।", + "help.meta_description": "DocuElevate ਨਾਲ ਸਹਾਇਤਾ ਪ੍ਰਾਪਤ ਕਰੋ - ਦਸਤਾਵੇਜ਼ਾਂ ਦੇ ਅਪਲੋਡ ਕਰਨ, ਕਲਾਉਡ ਸਟੋਰੇਜ ਨੂੰ ਜੁੜਨ, ਪਾਈਪਲਾਈਨ ਸੈੱਟ ਕਰਨ ਅਤੇ ਹੋਰ ਬਾਰੇ ਗਾਈਡਾਂ ਪ੍ਰਾਪਤ ਕਰੋ।", + "help.og_description": "DocuElevate ਨਾਲ ਸਹਾਇਤਾ ਪ੍ਰਾਪਤ ਕਰੋ - ਦਸਤਾਵੇਜ਼ਾਂ ਦੇ ਅਪਲੋਡ ਕਰਨ, ਕਲਾਉਡ ਸਟੋਰੇਜ ਨੂੰ ਜੁੜਨ, ਪਾਈਪਲਾਈਨ ਸੈੱਟ ਕਰਨ ਅਤੇ ਹੋਰ ਬਾਰੇ ਗਾਈਡਾਂ ਪ੍ਰਾਪਤ ਕਰੋ।", + "help.page_title": "ਸਹਾਇਤਾ ਕੇਂਦਰ", + "help.privacy_notice": "ਗੋਪਨੀਤਾ ਸੂਚਨਾ", + "help.quickstart_heading": "ਤੁਰੰਤ ਸ਼ੁਰੂਆਤ", + "help.quickstart_storage": "ਸੰਚੇ ਜੋੜੋ", + "help.quickstart_storage_desc": "ਸੈਟਿੰਗਾਂ 'ਤੇ ਜਾਓ ਅਤੇ ਆਪਣੇ ਕਲਾਊਡ ਖਾਤੇ ਜੋੜੋ। ਪ੍ਰਕਿਰਿਆ ਕੀਤੇ ਗਏ ਦਸਤਾਵੇਜ਼ ਉਹਨਾਂ ਸਾਰੇ ਮੰਜ਼ਿਲਾਂ ਵੱਲ ਆਟੋਮੈਟਿਕ ਤੌਰ 'ਤੇ ਰਾਹ ਦਰਸਾਏ ਜਾਂਦੇ ਹਨ ਜਿਹੜੀਆਂ ਤੁਸੀਂ ਸੰਰਚਨਾ ਕਰਦੇ ਹੋ।", + "help.quickstart_storage_desc_full": "ਇੰਟਿਗ੍ਰੇਸ਼ਨਾਂ ਵੱਲ ਜਾਓ ਅਤੇ ਆਪਣੇ ਕਲਾਉਡ ਸਟੋਰੇਜ ਖਾਤਿਆਂ ਨੂੰ ਲਿੰਕ ਕਰੋ। DocuElevate Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, ਅਤੇ ਹੋਰ ਦਾ ਸਮਰਥਨ ਕਰਦਾ ਹੈ। ਪ੍ਰਕਿਰਿਆ ਕੀਤੇ ਦਸਤਾਵੇਜ਼ ਆਟੋਮੈਟਿਕ ਤੌਰ 'ਤੇ ਹਰ ਗੰਨਾ ਤੇ ਭੇਜੇ ਜਾਂਦੇ ਹਨ ਜੇ ਤੁਸੀਂ ਸੰਰਚਿਤ ਕਰੋ।", + "help.quickstart_upload": "ਦਸਤਾਵੇਜ਼ ਅੱਪਲੋਡ ਕਰੋ", + "help.quickstart_upload_desc": "ਅੱਪਲੋਡ ਪੇਜ਼ 'ਤੇ ਫਾਈਲਾਂ ਖਿੱਚੋ ਅਤੇ ਛੱਡੋ ਜਾਂ ਫਾਈਲ ਚੁਣੋ 'ਤੇ ਕਲਿਕ ਕਰੋ। DocuElevate ਚਿੱਤਰਾਂ ਅਤੇ ਦਫ਼ਤਰ ਦੇ ਦਸਤਾਵੇਜ਼ਾਂ ਨੂੰ PDF ਵਿਚ ਬਦਲਦਾ ਹੈ, OCR ਚਲਾ ਜਾਂਦਾ ਹੈ, ਅਤੇ ਆਟੋਮੈਟਿਕ ਤੌਰ 'ਤੇ ਮੈਟਾਡਾਟਾ ਨਿਕਾਲਦਾ ਹੈ।", + "help.quickstart_workflows": "ਸਰਲ ਵਿੱਤਰ", + "help.quickstart_workflows_desc": "ਚਿਨ੍ਹਿਤ ਕਰੋ ਕਿ ਕਿੱਥੇ ਪ੍ਰਕਿਰਿਆ ਕਰਨੀ ਹੈ ਅਤੇ ਰਾਹ ਦਰਸਾਉਣ ਦੇ ਨਿਯਮ ਬਣਾਉਣ ਲਈ ਪਾਈਪਲਾਈਨ ਬਣਾਓ। OCR, AI ਨਿਕਾਸ, ਫਾਰਮੈਟ ਬਦਲਣ ਅਤੇ ਡਿਲਿਵਰੀ ਨੂੰ ਇੱਕ ਇਕੱਲੀ ਪ੍ਰਵਾਹ ਵਿਚ ਜੋੜੋ।", + "help.sources_email_ingestion": "ਈਮੇਲ ਨਿਗਮਾਨ (IMAP)", + "help.sources_email_ingestion_desc": "ਦਸਤਾਵੇਜ਼ਾਂ ਨੂੰ ਇੱਕ ਪ੍ਰਤਿਬਧ ਮੈਲਬਾਕਸ 'ਤੇ ਅੱਗੇ ਵਧਾਓ। ਈਮੇਲ ਨਿਗਮਾਨ ਹੇਠਾਂ, ਇੱਕ ਜਾਂ ਵੱਧ IMAP ਖਾਤੇ ਜੋੜੋ। DocuElevate ਨਵੇਂ ਸੁਨੇਹਿਆਂ ਲਈ ਪੁਸ਼ਟੀ ਕਰਦਾ ਹੈ ਅਤੇ ਨਾਲ ਦੇਣ ਵਾਲੀ ਫਾਈਲਾਂ ਨੂੰ ਆਟੋਮੈਟਿਕ ਤੌਰ 'ਤੇ ਪ੍ਰਕਿਰਿਆ ਕਰਦਾ ਹੈ।", + "help.sources_heading": "ਸਿਰੋਤ - ਦਸਤਾਵੇਜ਼ ਪ੍ਰਾਪਤ ਕਰਨਾ", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", - "language.bg": "Български", + "help.sources_rest_api_desc": "ਫਾਈਲਾਂ ਨੂੰ /api/upload 'ਤੇ POST ਕਰਕੇ ਪ੍ਰੋਗਰਾਮਟਿਕ ਤੌਰ 'ਤੇ ਜੁੜੋ। ਸਕ੍ਰਿਪਟਾਂ, ਵਾਚ ਕੀਤੀਆਂ ਫੋਲਡਰਾਂ, ਸਕੈਨਰਾਂ, ਜਾਂ ਤੀਜੀ ਪਾਰ ਟੂਲਾਂ ਜਿਵੇਂ ਕਿ Zapier ਅਤੇ n8n ਲਈ ਆਦਰਸ਼।", + "help.sources_scanner": "ਸਕੈਨਰ & ਮੋਬਾਈਲ", + "help.sources_scanner_desc": "ਸਮਾਈਕ ਸਕੈਨਰਾਂ ਨੂੰ DocuElevate ਦੀ ਅੱਪਲੋਡ ਅੰਤ ਬਿੰਦੂ 'ਤੇ ਲਿਜਾਓ ਜਾਂ ਕਿਸੇ ਵੀ موبਾਈਲ ਸਕੈਨਿੰਗ ਐਪ ਨੂੰ ਵਰਤੋ ਜੋ ਕਿ ਕਸਟਮ HTTP ਮੰਜ਼ਿਲਾਂ ਨੂੰ ਸਮਰਥਨ ਕਰਦਾ ਹੈ।", + "help.sources_scanner_desc_full": "ਆਪਣੇ ਨੈੱਟਵਰਕ ਸਕੈਨਰ ਜਾਂ ਬਹੁਤ ਕਾਰਗਰ ਪ੍ਰਿੰਟਰ ਨੂੰ DocuElevate ਨੂੰ ਸਿੱਧੇ ਸਕੈਨ ਭੇਜਣ ਲਈ ਸੰਰਚਿਤ ਕਰੋ। ਗੰਤਵ੍ਯ ਵਜੋਂ /api/upload ਐਂਡਪੋਇੰਟ ਦੀ ਵਰਤੋਂ ਕਰੋ। ਕਸਟਮ ਅਪਲੋਡ ਟਾਮਾਂ ਨਾਲ ਮੋਬਾਇਲ ਸਕੈਨਿੰਗ ਐਪਸ ਨੂੰ ਵੀ ਸਮਰਥਿਤ ਕੀਤਾ ਗਿਆ ਹੈ।", + "help.sources_web_upload": "ਵੈੱਬ ਅੱਪਲੋਡ", + "help.sources_web_upload_desc": "ਸ਼ੁਰੂ ਕਰਨ ਦਾ ਸਭ ਤੋਂ ਤੇਜ਼ ਤਰੀਕਾ। ਅੱਪਲੋਡ ਪੇਜ਼ کھੋਲੋ, ਇੱਕ ਜਾਂ ਵੱਧ ਫਾਈਲਾਂ ਛੱਡੋ, ਅਤੇ DocuElevate ਬਾਕੀ ਸਾਰੇ ਦੀ ਦੇਖਭਾਲ ਕਰਦਾ ਹੈ। ਸਮਰਥਿਤ ਫਾਰਮੈਟਾਂ ਵਿੱਚ PDF, JPEG, PNG, TIFF, DOCX, XLSX, ਅਤੇ ਹੋਰ ਸ਼ਾਮਲ ਹਨ।", + "help.subheading": "DocuElevate ਦੇ ਨਾਲ ਸਭ ਤੋਂ ਬਿਹਤਰ ਨਤੀਜੇ ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਤੁਹਾਨੂੰ ਜੋ ਕੁੱਝ ਚਾਹੀਦਾ ਹੈ। ਹੇਠਾਂ ਦੇ ਵਿਸ਼ਿਆਂ ਦਾ ਜਾਅਦਾ ਕਰੋ ਜਾਂ ਜੋ ਤੁਸੀਂ ਲੋੜੀਂਦੇ ਹੋ ਉਸ ਦਾ ਖੋਜ ਕਰੋ।", + "help.support": "ਸਹਾਇਤਾ", + "help.support_admin_message": "ਸਹਾਇਤਾ ਜਾਣਕਾਰੀ ਲਈ ਆਪਣੇ ਪ੍ਰਬੰਧਕ ਨਾਲ ਸੰਪਰਕ ਕਰੋ।", + "help.support_description": "ਕੀ ਤੁਸੀਂ ਜੋ ਲੱਭ ਰਹੇ ਹੋ ਉਹ ਦੱਸ ਸਕਦੇ ਹੋ? ਸਾਡੀ ਸਹਾਇਤਾ ਟੀਮ ਤੁਹਾਡੀ ਮਦਦ ਲਈ ਇੱਥੇ ਹੈ।", + "help.support_heading": "ਸਹਾਇਤਾ ਦੇ ਨਾਲ ਸੰਪਰਕ ਕਰੋ", + "help.support_live_chat": "ਸਰਵੇਖਣ ਚੈਟ ਉਪਲਬਧ ਹੈ - ਗੱਲ ਬਾਤ ਸ਼ੁਰੂ ਕਰਨ ਲਈ ਗੱਲ ਕਰਦੀ ਬੁੱਲੇ ਤੇ ਕਲਿਕ ਕਰੋ।", + "help.support_ticket_button": "ਟੀਕਟ ਨੂੰ ਜਮ੍ਹਾਂ ਕਰੋ", + "help.support_ticket_desc": "ਹੇਠਾਂ ਦਿੱਤੇ ਫਾਰਮ ਨੂੰ ਭਰੋ ਅਤੇ ਸਾਡੀ ਸਹਾਇਤਾ ਟੀਮ ਜਲਦੀ ਤੋਂ ਜਲਦੀ ਤੁਹਾਡੇ ਨਾਲ ਸੰਪਰਕ ਕਰੇਗੀ।", + "help.support_ticket_heading": "ਸਹਾਇਤਾ ਟੀਕਟ ਖੋਲ੍ਹੋ", + "help.title": "ਸਹਾਇਤਾ ਕੇਂਦਰ", + "help.workflows_creating": "ਇੱਕ ਪਾਈਪਲਾਈਨ ਬਣਾਉਣਾ", + "help.workflows_definition": "ਇੱਕ ਪਾਈਪਲਾਈਨ ਇੱਕ ਪ੍ਰਕਿਰਿਆਕਿ ਕਦਮਾਂ ਦੀ ਲੜੀ ਹੈ ਜੋ ਆਟੋਮੈਟਿਕ ਤੌਰ 'ਤੇ ਚੱਲਦੀ ਹੈ ਜਦੋਂ ਵੀ ਕੋਈ ਦਸਤਾਵੇਜ਼ ਪ੍ਰਾਪਤ ਹੁੰਦਾ ਹੈ। ਹਰ ਕਦਮ ਦਸਤਾਵੇਜ਼ ਨੂੰ ਬਦਲ ਸਕਦਾ ਹੈ, ਸਮਾ ਦੇ ਸਕਦਾ ਹੈ, ਜਾਂ ਰਾਹ ਦਿਖਾ ਸਕਦਾ ਹੈ।", + "help.workflows_heading": "ਵਿੱਤਰ ਅਤੇ ਪਾਈਪਲਾਈਨ", + "help.workflows_step_1": "ਪੀਡੀਐਫ ਵਿਚ ਬਦਲੋ", + "help.workflows_step_1_create": "ਮੁੱਖ ਮੰਨੂ ਵਿਚ ਪਾਈਪਲਾਈਨਾਂ ਤੇ ਜਾਓ।", + "help.workflows_step_1_full": "PDF ਵਿੱਚ ਬਦਲੋ - ਸਾਰੇ ਆਉਣ ਵਾਲੇ ਫਾਇਲਾਂ ਨੂੰ ਇਕ ਸਧਾਰਨ PDF ਫਾਰਮੈਟ ਵਿੱਚ ਕਾਇਮ ਕੀਤਾ ਜਾਂਦਾ ਹੈ।", + "help.workflows_step_2": "ਓਸੀਆਰ - ਪਾਠ ਨਿਕਾਲੋ", + "help.workflows_step_2_create": "ਨਵਾਂ ਪਾਈਪਲਾਈਨ ਤੇ ਕਲਿੱਕ ਕਰੋ ਅਤੇ ਇਸਨੂੰ ਨਾਮ ਦਿਓ।", + "help.workflows_step_2_full": "OCR - Azure Document Intelligence ਜਾਂ ਸੰਰਚਿਤ ਇੰਜਣ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਸਕੈਨ ਕੀਤੇ ਸਫੇ ਤੋਂ ਚੁਣਨਯੋਗ ਟੈਕਸਟ ਨਿਕਾਲੋ।", + "help.workflows_step_3": "ਓਐਈ ਮੈਟਾਡੇਟਾ ਨਿਕਾਸ", + "help.workflows_step_3_create": "ਤੁਹਾਨੂੰ ਜ਼ਰੂਰਤ ਵਾਲੀਆਂ ਪ੍ਰਕਿਰਿਆ ਦੇ ਕਦਮ ਸ਼ਾਮਲ ਕਰੋ।", + "help.workflows_step_3_full": "AI ਮੈਟਾਡੇਟਾ ਨਿਕਾਸ - ਦਸਤਾਵੇਜ਼ ਦੀ ਕਿਸਮ ਨੂੰ ਸ਼੍ਰੇਣੀਬੱਧ ਕਰੋ ਅਤੇ OpenAI ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਵੱਡੇ ਖੇਤਰਾਂ ਜਿਵੇਂ ਪੈਸੇ, ਤਰੀਕਾਂ, ਅਤੇ ਨਾਮਾਂ ਨੂੰ ਖਿੱਚੋ।", + "help.workflows_step_4": "ਇੱਕ ਜਾਂ 多 ਗੰਤਵਿਆਂ 'ਤੇ ਦਿਓ", + "help.workflows_step_4_create": "ਇੱਕ ਜਾਂ 多 ਡਿਲਿਵਰੀ ਗੰਤਵਿਆਂ ਚੁਣੋ।", + "help.workflows_step_5_create": "ਸੇਵ ਕਰੋ - ਨਵੇਂ ਦਸਤਾਵੇਜ਼ ਇਸ ਪਾਈਪਲਾਈਨ ਰਾਹੀਂ ਆਪਣੇ ਆਪ ਪ੍ਰਕਿਰਿਆ ਕੀਤੇ ਜਾਣਗੇ।", + "help.workflows_typical_steps": "ਜ਼ਾਤਿਮ ਸਟੈਪ", + "help.workflows_what_is": "ਪਾਈਪਲਾਈਨ ਕੀ ਹੈ?", + "index.badge_intelligent": "ਸਮਝਦਾਰੀ ਦਸਤਾਵੇਜ਼ ਪ੍ਰਕਿਰਿਆ", + "index.button_browse_files": "ਫਾਈਲਾਂ ਵੇਖੋ", + "index.button_upload": "ਅਪੀਲ ਕਰੋ", + "index.capabilities_cloud": "ਕਲਾਉਡ ਸਟੋਰੇਜ਼: ਡਰੌਪਬਾਕਸ, ਇੱਕ ਡ੍ਰਾਈਵ, ਗੂਗਲ ਡ੍ਰਾਈਵ, ਨੇਕਸਟਕਲਾਉਡ", + "index.capabilities_ingestion": "ਈਮੇਲ & ਯੂਆਰਐਲ ਅਧਾਰਿਤ ਦਸਤਾਵੇਜ਼ ਸੰਗ੍ਰਹਿ", + "index.capabilities_ocr": "ਓਸੀਆਰ & ਮੈਟਾਡੇਟਾ ਨਿਕਾਸ ਸਾਥੀ ਓਐਈ", + "index.capabilities_paperless": "ਦਸਤਾਵੇਜ਼ ਪ੍ਰਬੰਧਨ ਲਈ ਪੇਪਰਲੈੱਸ-ਐਨਜੀਐਕਸਇੰਟੇਗ੍ਰੇਸ਼ਨ", + "index.capabilities_title": "ਸਕੀਮਾਂ", + "index.capabilities_workflows": "ਆਟੋਮੈਟਿਕ ਕਲਾਸੀਫਿਕੇਸ਼ਨ & ਨਿਰਯਾਤ ਪਾਈਪਲਾਈਨਾਂ", + "index.cta_description": "ਡੌਕੂਏਲੇਵੇਟ ਨਾਲ ਆਪਣੇ ਦਸਤਾਵੇਜ਼ ਪ੍ਰਕਿਰਿਆ ਨੂੰ ਆਟੋਮੈਟ ਕਰ ਰਹੀਆਂ ਟੀਮਾਂ ਵਿੱਚ ਸ਼ਾਮਲ ਹੋਵੋ।", + "index.cta_heading": "ਆਪਣੇ ਦਸਤਾਵੇਜ਼ ਵਹੀਕ ਨੂੰ ਉੱਚੇ ਪੱਧਰ 'ਤੇ ਲੈ ਜਾਣ ਲਈ ਤਿਆਰ?", + "index.cta_pricing": "ਕੀਮਤਾਂ ਵੇਖੋ", + "index.cta_signup": "ਇੱਕ ਮੁਫਤ ਖਾਤਾ ਬਣਾਓ", + "index.dashboard_subtitle": "ਸਮਝਦਾਰੀ ਦਸਤਾਵੇਜ਼ ਪ੍ਰਕਿਰਿਆ & ਪ੍ਰਬੰਧਨ", + "index.dashboard_subtitle_teams": "ਸਮਝਦਾਰੀ ਦਸਤਾਵੇਜ਼ ਪ੍ਰਕਿਰਿਆ & ਪ੍ਰਬੰਧਨ — ਟੀਮਾਂ ਲਈ ਬਣਾਇਆ ਗਿਆ", + "index.feature_ai": "ਓਐਈ ਮੈਟਾਡੇਟਾ ਨਿਕਾਸ", + "index.feature_ai_desc": "ਓਪਨਏਆਈ, ਕਲੌਡ, ਜੈਮੀਨੀ ਅਤੇ ਹੋਰ ਪਲੱਗ ਕਰਨਯੋਗ ਓਐਈ ਪ੍ਰਦਾਤਾ ਦਸਤਾਵੇਜ਼ਾਂ ਨੂੰ ਸ਼੍ਰੇਣੀਬੱਧ ਕਰਦੇ ਹਨ ਅਤੇ ਮਿਤੀਆਂ, ਮਾਤਰਾਂ ਅਤੇ ਵਿਸ਼ਿਆਂ ਵਰਗੇ ਮੁੱਖ ਖੇਤਰਾਂ ਨੂੰ ਧੱਕ ਨਿਕਾਲਦੇ ਹਨ।", + "index.feature_cloud": "ਮਲਟੀ-ਕਲਾਉਡ ਸਟੋਰੇਜ਼", + "index.feature_cloud_desc": "ਪ੍ਰਕਿਰਿਆ ਕੀਤੀਆਂ ਫਾਈਲਾਂ ਨੂੰ ਡਰੌਪਬਾਕਸ, ਗੂਗਲ ਡ੍ਰਾਈਵ, ਇੱਕ ਡ੍ਰਾਈਵ, ਐਮਾਜ਼ਾਨ ਐਸ 3, ਨੇਕਸਟਕਲਾਉਡ, ਪੇਪਰਲੈੱਸ ਐਨਜੀਐਕਸ, ਵੈਬਡੀਵੀ, ਐਫਟੀਪੀ/ਐਸਐਫਟੀਪੀ ਅਤੇ ਹੋਰ ਤੇ ਰੂਟ ਕਰੋ।", + "index.feature_email": "ਈਮੇਲ & ਆਈਐਮਐਪ ਸੰਗ੍ਰਹਿ", + "index.feature_email_desc": "ਸਵੈਚਲਿਤ ਤੌਰ 'ਤੇ ਗੁਟੈਂਲ ਜਾਂ ਕਿਸੇ ਵੀ ਆਈਐਮਐਪ ਮੇਲਬਾਕਸ ਤੋਂ ਦਸਤਾਵੇਜ਼ ਖਿੱਚੋ - ਕੋਈ ਹੱਥੀ ਚੁਕਾਉਣ ਦੀ ਲੋੜ ਨਹੀਂ।", + "index.feature_ocr": "ਓਸੀਆਰ & ਪਾਠ ਨਿਕਾਸ", + "index.feature_ocr_desc": "ਐਜ਼ਿਊਰ ਦਸਤਾਵੇਜ਼ ਇੰਟੈਲੀਜੈਂਸ ਸਕੈੰਡ ਪੀਡੀਐਫ ਅਤੇ ਚਿੱਤਰਾਂ ਨੂੰ ਆਪਣੇ ਆਪ ਪੂਰਨ ਤਰ੍ਹਾਂ ਖੋਜਯੋਗ ਪਾਠ ਵਿਚ ਬਦਲਦੀ ਹੈ।", + "index.feature_pipelines": "ਕਸਟਮ ਪਾਈਪਲਾਈਨ", + "index.feature_pipelines_desc": "ਕਨਫਿਗ੍ਰੇਬਲ ਕਦਮਾਂ ਨਾਲ ਪ੍ਰਕਿਰਿਆ ਪਾਈਪਲਾਈਨਾਂ ਬਣਾਓ — ਓਸੀਆਰ, ਓਐਈ ਨਿਕਾਸ, ਫਾਰਮੈਟ ਬਦਲਣਾ ਅਤੇ ਸਟੋਰੇਜ ਰੂਟਿੰਗ ਕਿਸੇ ਵੀ ਹਠੇ ਹਨ।", + "index.feature_search": "ਪੂਰਨ-ਪਾਠ ਖੋਜ", + "index.feature_search_desc": "ਤੁਹਾਡੇ ਪੂਰੇ ਆਰਕਾਈਵ ਵਿਚ ਸਮੱਗਰੀ, ਮੈਟਾਡੇਟਾ ਜਾਂ ਟੈਗਾਂ ਦੁਆਰਾ ਤੁਰੰਤ ਕਿਸੇ ਵੀ ਦਸਤਾਵੇਜ਼ ਨੂੰ ਲੱਭੋ।", + "index.feature_section_title": "ਸਮਾਰਟ ਦਸਤਾਵੇਜ਼ ਵਹੀਕ ਲਈ ਤੁਹਾਨੂੰ ਲੋੜੀਂਦਾ ਹਰ ਚੀਜ਼", + "index.getting_started": "ਸ਼ੁਰੂ ਹੋਣਾ", + "index.getting_started_1": "ਸਿਸਟਮ ਸਟੇਟਸ ਰਾਹੀਂ ਇੰਟੀਗ੍ਰੇਸ਼ਨ ਸੰਰਚਨਾ ਕਰੋ", + "index.getting_started_2": "ਆਪਣਾ ਪਹਿਲਾ ਦਸਤਾਵੇਜ਼ ਅਪਲੋਡ ਕਰੋ", + "index.getting_started_3": "ਫ਼ਾਈਲਾਂ ਵਿੱਚ ਨਤੀਜੇ ਸਮੀਖਿਆ ਕਰੋ", + "index.getting_started_learn": "DocuElevate ਬਾਰੇ ਹੋਰ ਜਾਣੋ", + "index.hero_description": "DocuElevate ਤੁਹਾਡੇ ਦਸਤਾਵੇਜ਼ਾਂ ਨੂੰ ਖਾਧਾ ਕਰਦਾ ਹੈ, OCR ਚਲਾਉਂਦਾ ਹੈ, AI ਨਾਲ ਮੈਟਾਡੇਟਾ ਖਿੱਚਦਾ ਹੈ ਅਤੇ ਫਾਈਲਾਂ ਨੂੰ Dropbox, Google Drive, OneDrive, S3, Nextcloud, ਅਤੇ ਹੋਰ ਵਿੱਚ ਰਾਊਟ ਕਰਦਾ ਹੈ — ਸਾਰਾ ਕੁਝ ਇੱਕ ਸੁਗਮ ਪਾਈਪਲਾਈਨ ਵਿੱਚ।", + "index.hero_heading": "ਅਪਲੋਡ ਤੋਂ ਅInsight - ਤੁਹਾਡੇ ਲਈ ਆਟੋਮੈਟਿਕਲੀ।", + "index.hero_login": "ਲੌਗ ਇਨ", + "index.hero_pricing": "ਯੋਜਨਾਵਾਂ ਅਤੇ ਕੀਮਤਾਂ ਦੇਖੋ", + "index.hero_signup": "ਸ਼ੁਰੂ ਕਰੋ - ਇਹ ਮੁਫਤ ਹੈ", + "index.integrations_active": "ਸਰਗਰਮ ਇੰਟੀਗ੍ਰੇਸ਼ਨ", + "index.integrations_storage": "ਸਟੋਰੇਜ ਟਾਰਗਟ", + "index.integrations_title": "ਇੰਟੀਗ੍ਰੇਸ਼ਨ", + "index.integrations_view_status": "ਸਿਸਟਮ ਸਟੇਟਸ ਦੇਖੋ", + "index.page_title_dashboard": "ਡੈਸ਼ਬੋਰਡ", + "index.page_title_public": "ਬੁੱਧੀਮਾਨ ਦਸਤਾਵੇਜ਼ ਪ੍ਰਸੈਸਿੰਗ", + "index.platform_overview": "ਪლਾਟਫਾਰਮ ਦਾ ਸਰਵਣਾ", + "index.processing_stats": "ਜਾਂਚ ਅੰਕੜੇ", + "index.quick_actions": "ਤੇਜ਼ ਕਾਰਵਾਈਆਂ", + "index.quick_documents": "ਮੇਰੇ ਦਸਤਾਵੇਜ਼", + "index.quick_documents_desc": "ਤੁਹਾਡੇ ਪ੍ਰਸੈਸ ਕੀਤੇ ਫਾਈਲਾਂ ਦੀ ਵਹਿਰ", + "index.quick_search": "ਖੋਜ", + "index.quick_search_desc": "ਦਸਤਾਵੇਜ਼ਾਂ ਵਿੱਚ ਪੂਰਾ-ਪਾਠ ਖੋਜ", + "index.quick_subscription": "ਮੇਰੀ ਕੀਮਤ", + "index.quick_subscription_desc": "ਯੋਜਨਾ ਅਤੇ ਉਪਯੋਗਤਾਵਾਂ ਵੇਖੋ", + "index.quick_system_status": "ਸਿਸਟਮ ਸਟੇਟਸ", + "index.quick_system_status_desc": "ਇੰਟੀਗ੍ਰੇਸ਼ਨ ਸਿਹਤ ਦੇਖੋ", + "index.quick_upload": "ਦਸਤਾਵੇਜ਼ ਅਪਲੋਡ ਕਰੋ", + "index.quick_upload_desc": "ਇੱਕ ਨਵੀਂ ਫਾਈਲ ਪ੍ਰਸੈਸ ਕਰੋ", + "index.quick_view_files": "ਸਾਰੀਆਂ ਫਾਈਲਾਂ ਦੇਖੋ", + "index.quick_view_files_desc": "ਪ੍ਰਸੈਸ ਕੀਤੇ ਦਸਤਾਵੇਜ਼ਾਂ ਦਾ ਜਾਇਜ਼ਾ ਲਓ", + "index.single_user_heading": "DocuElevate ਡੈਸ਼ਬੋਰਡ", + "index.single_user_subtitle": "ਬੁੱਧੀਮਾਨ ਦਸਤਾਵੇਜ਼ ਪ੍ਰਸੈਸਿੰਗ ਅਤੇ ਪ੍ਰਬੰਧਨ", + "index.stat_active_integrations": "ਸਰਗਰਮ ਇੰਟੀਗ੍ਰੇਸ਼ਨ", + "index.stat_active_users": "ਸਰਗਰਮ ਯੂਜ਼ਰ", + "index.stat_files_month": "ਇਸ ਮਹੀਨੇ ਫਾਈਲਾਂ", + "index.stat_files_ocr": "ਓਸੀਅਰ ਵਾਲੀਆਂ ਫ਼ਾਈਲਾਂ", + "index.stat_files_today": "ਆਜ ਦੀਆਂ ਫਾਈਲਾਂ", + "index.stat_storage_targets": "ਸਟੋਰੇਜ ਟਾਰਗਟ", + "index.stat_this_month": "ਇਸ ਮਹੀਨੇ", + "index.stat_today": "ਅੱਜ", + "index.stat_total_files": "ਕੁੱਲ ਫਾਈਲਾਂ", + "index.stat_total_processed": "ਕੁੱਲ ਪ੍ਰੋਸੈੱਸ ਕੀਤੀਆਂ", + "index.tier_plan": "ਯੋਜਨਾ", + "index.tier_upgrade": "ਅਪਗਰੇਡ", + "index.tier_view_details": "ਪੂਰੀ ਜਾਣਕਾਰੀ ਵੇਖੋ", + "index.upgrade_daily_limits": "ਉੱਚ ਦਿਨਾਂ ਅਤੇ ਮਹੀਨਿਆਂ ਦੀਆਂ ਸੀਮਾਵਾਂ", + "index.upgrade_description": "ਹੋਰ ਦਸਤਾਵੇਜ਼ਾਂ, ਹੋਰ ਮੰਜ਼ਿਲਾਂ ਅਤੇ ਪਹਿਲ ਦਾ ਸਹਾਇਕ ਖੋਲ੍ਹੋ।", + "index.upgrade_destinations": "ਹੋਰ ਸਟੋਰੇਜ ਮੰਜ਼ਿਲਾਂ", + "index.upgrade_ocr_pages": "ਹੋਰ OCR ਪੰਨਿਆਂ", + "index.upgrade_plan": "ਆਪਣਾ ਯੋਜਨਾ ਅੱਪਗ੍ਰੇਡ ਕਰੋ", + "index.upgrade_view_pricing": "ਯੋਜਨਾਵਾਂ ਅਤੇ ਕੀਮਤ ਵੇਖੋ", + "index.usage_lifetime": "ਜੀਵਨਕਾਲ ਫਾਈਲਾਂ", + "index.usage_month": "ਇਸ ਮਹੀਨੇ ਦੀਆਂ ਫਾਈਲਾਂ", + "index.usage_my_usage": "ਮੇਰਾ ਉਪਯੋਗ", + "index.usage_today": "ਅੱਜ ਦੀਆਂ ਫਾਈਲਾਂ", + "index.usage_unlimited": "ਅਥਾਹ", + "integrations.access_key_label": "ਐਕਸੈਸ ਕੁੰਜੀ ID", + "integrations.active_label": "ਗਤੀਸ਼ੀਲ", + "integrations.add_button": "ਇੰਟਿਗ੍ਰੇਸ਼ਨ ਸ਼ਾਮਲ ਕਰੋ", + "integrations.add_first_button": "ਆਪਣਾ ਪਹਿਲਾ ਇੰਟਿਗ੍ਰੇਸ਼ਨ ਸ਼ਾਮਲ ਕਰੋ", + "integrations.api_token_label": "API ਟੋਕਨ", + "integrations.authorize_btn": "ਅਧਿਕਾਰਿਤ ਕਰੋ", + "integrations.authorize_reauth": "ਮੁੜ ਅਧਿਕਾਰਿਤ ਕਰੋ", + "integrations.bucket_label": "ਬਕਟ", + "integrations.configure": "ਕਨਫਿਗਰ ਕਰੋ", + "integrations.connect": "ਜੁੜੋ", + "integrations.connected": "ਜੁੜਿਆ ਹੋਇਆ", + "integrations.connection_failed": "ਜੁੜਾਈ ਫੇਲ", + "integrations.connection_success": "ਜੁੜਾਈ ਸਫਲ", + "integrations.delete_confirm_are_you_sure": "ਤੁਸੀਂ ਮਿਟਾਉਣ ਲਈ ਯਕੀਨ رکھتے ਹੋ?", + "integrations.delete_confirm_title": "ਇੰਟਿਗ੍ਰੇਸ਼ਨ ਮਿਟਾਓ?", + "integrations.delete_confirm_undone": "ਇਹ ਕਾਰਵਾਈ ਮੁੜ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕਦੀ.", + "integrations.delete_emails_label": "ਪ੍ਰੱਕ੍ਰਿਆ ਕਰਨ ਤੋਂ ਬਾਅਦ ਈਮੇਲ ਮਿਟਾਓ", + "integrations.delete_files_label": "ਪ੍ਰੱਕ੍ਰਿਆ ਕਰਨ ਤੋਂ ਬਾਅਦ ਫਾਇਲਾਂ ਮਿਟਾਓ", + "integrations.destinations_quota_label": "ਸਟੋਰੇਜ ਗੰਤਵ੍ਯ:", + "integrations.destinations_section": "ਗੰਤਵ੍ਯ", + "integrations.direction_destination": "ਗੰਤਵ੍ਯ (ਸਟੋਰੇਜ)", + "integrations.direction_label": "ਦਿਸ਼ਾ", + "integrations.direction_placeholder": " ਚੁਣੋ ", + "integrations.direction_source": "ਸਰੋਤ (ਇੰਗੇਸ਼ਨ)", + "integrations.disconnect": "ਹਟਾਓ", + "integrations.email_settings": "ਈਮੇਲ ਅੱਗੇ ਭੇਜਣ ਦੀ ਸੈਟਿੰਗ", + "integrations.empty_state": "ਕੋਈ ਇੱਕਟੀਗਰੇਸ਼ਨ ਕਨਫਿਗਰ ਨਹੀਂ ਕੀਤੇ ਗਏ", + "integrations.endpoint_label": "ਐਂਡਪਾਇੰਟ URL", + "integrations.endpoint_optional": "(ਵਿਕਲਪਿਕ, S3-ਯੋਗਤਾ ਲਈ)", + "integrations.folder_label": "ਫੋਲਡਰ", + "integrations.folder_optional": "(ਵਿਕਲਪਿਕ)", + "integrations.folder_path_label": "ਫੋਲਡਰ ਪਾਥ", + "integrations.folder_prefix_label": "ਫੋਲਡਰ ਪਰੀਖ੍ਯਾ", + "integrations.generic_settings_hint": "ਇਸ ਇੰਟਿਗ੍ਰੇਸ਼ਨ ਪ੍ਰਕਾਰ ਦੀ ਸੰਰਚਨਾ ਪੋਸਟ ਸਿਰਜਣ ਦੇ ਬਾਅਦ API ਰਾਹੀਂ JSON ਵੱਜੋਂ ਮੁਹੱਈਆ ਕੀਤੀ ਜਾ ਸਕਦੀ ਹੈ.", + "integrations.gmail_hint": "Gmail ਲੇਬਲ ਅਤੇ ਤਾਰੇ: ਜਦੋਂ ਸੱਕਰਿਆ ਕਰ ਦਿੱਤਾ ਜਾਵੇ, ਪ੍ਰਕਿਰਿਆ ਕੀਤੇ ਗਏ ਈਮੇਲਾਂ ਨੂੰ ਤਾਰੇ ਦਿੱਤੇ ਜਾਂਦੇ ਹਨ ਅਤੇ Gmail ਵਿਚ \"ਇੰਗੇਸ਼ਟ\" ਲੇਬਲ ਨਾਲ ਟੈਗ ਕੀਤਾ ਜਾਂਦਾ ਹੈ. ਕੇਵਲ Gmail ਸਰਵਰਾਂ ਤੇ ਲਾਗੂ ਹੁੰਦਾ ਹੈ.", + "integrations.gmail_labels": "Gmail ਲੇਬਲ ਅਤੇ ਤਾਰਿਆਂ ਨੂੰ ਲਾਗੂ ਕਰੋ", + "integrations.host_label": "ਹੋਸਟ", + "integrations.imap_settings": "IMAP ਸੈਟਿੰਗਾਂ", + "integrations.loading": "ਇੰਟਿਗ੍ਰੇਸ਼ਨਾਂ ਨੂੰ ਲੋਡ ਕਰ ਰਹੇ ਹਾਂ", + "integrations.modal_close": "ਮੋਡਲ ਬੰਦ ਕਰੋ", + "integrations.modal_title_add": "ਇੰਟਿਗ੍ਰੇਸ਼ਨ ਸ਼ਾਮਲ ਕਰੋ", + "integrations.modal_title_edit": "ਇੰਟਿਗ੍ਰੇਸ਼ਨ ਸੰਪਾਦਿਤ ਕਰੋ", + "integrations.name_label": "ਲੇਬਲ", + "integrations.name_placeholder": "ਜਿਵੇਂ ਕਿ ਕਾਰਜ ਜੀਮੇਲ, S3 ਆਰਕਾਈਵ", + "integrations.nextcloud_settings": "Nextcloud ਸੈਟਿੰਗਾਂ", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "ਆਪਣੇ ਪਹਿਲੇ ਇੰਟੇਗ੍ਰੇਸ਼ਨ ਨੂੰ ਸ਼ਾਮਲ ਕਰੋ ਜੋ ਇੰਜੈਕਸ਼ਨ ਸਰੋਤਾਂ (ਜਿਵੇਂ ਕਿ IMAP) ਅਤੇ ਸਟੋਰੇਜ ਮਕਾਨਾਂ (ਜਿਵੇਂ ਕਿ S3, Dropbox, ਜਾਂ Google Drive) ਨੂੰ ਜੜ੍ਹਦਾ ਹੈ।", + "integrations.not_connected": "ਜੁੜਿਆ ਨਹੀਂ", + "integrations.oauth_folder_label": "ਫੋਲਡਰ", + "integrations.oauth_hint": "ਇਸ ਇੰਟੇਗ੍ਰੇਸ਼ਨ ਨੂੰ ਪਹਿਲਾਂ ਸੰਭਾਲੋ, ਫਿਰ OAuth ਪ੍ਰਵਾਹ ਨੂੰ ਪੂਰਾ ਕਰਨ ਲਈ ਅਧਿਕਾਰਿਤ ਬਟਨ ਦੀ ਵਰਤੋਂ ਕਰੋ। ਤੁਹਾਡੇ ਸਰਟੀਫਿਕੇਟ ਤੁਹਾਡੇ ਖ਼ਾਸ ਇੰਟੇਗ੍ਰੇਸ਼ਨ ਰਿਕਾਰਡ ਵਿੱਚ ਸੁਰੱਖਿਅਤ ਰੱਖੇ ਜਾਣਗੇ।", + "integrations.page_title": "ਇੱਕਟੀਗਰੇਸ਼ਨ", + "integrations.paperless_settings": "Paperless NGX ਸੈਟਿੰਗਾਂ", + "integrations.password_label": "ਪਾਸਵਰਡ", + "integrations.paused": "ਰੁਕਿਆ ਹੋਇਆ", + "integrations.plan_label": "ਯੋਜਨਾ:", + "integrations.port_label": "ਪੋਰਟ", + "integrations.quota_not_available": "(ਉਪਲਬਧ ਨਹੀਂ)", + "integrations.quota_unlimited": "/ ਬੇਅੰਤ", + "integrations.recipient_label": "ਪ੍ਰਾਪਤਕਰਤਾ ਇਹਮੇਲ", + "integrations.region_label": "ਖੇਤਰ", + "integrations.remote_path_label": "远程路径", + "integrations.s3_prefix_label": "ਪ੍ਰੀਫਿਕਸ (ਫੋਲਡਰ ਪਾਥ)", + "integrations.s3_settings": "S3 ਸੈਟਿੰਗਾਂ", + "integrations.secret_key_label": "ਗੁਪਤ ਪਹੁੱਚ ਕੁੰਜੀ", + "integrations.show_password": "ਪਾਸਵਰਡ ਦਿਖਾਓ", + "integrations.show_secrets": "ਗੁਪਤ ਦਿਖਾਓ", + "integrations.show_token": "ਟੋਕਨ ਦਿਖਾਓ", + "integrations.source_local": "ਸਥਾਨਕ ਫਾਈਲ ਸਿਸਟਮ", + "integrations.source_type_label": "ਸੋਰਸ ਪ੍ਰਕਾਰ", + "integrations.sources_quota_label": "ਮੇਲਬਾਕਸ ਸਰੋਤ:", + "integrations.sources_section": "ਸਰੋਤ", + "integrations.subtitle": "ਆਪਣੇ ਇੰਜੈਕਸ਼ਨ ਸਰੋਤਾਂ ਅਤੇ ਸਟੋਰੇਜ ਮਕਾਨਾਂ ਨੂੰ ਇੱਕ ਥਾਂ 'ਤੇ ਪ੍ਰਬੰਧਿਤ ਕਰੋ।", + "integrations.title": "ਇੱਕਟੀਗਰੇਸ਼ਨ", + "integrations.type_label": "ਇੰਟੇਗ੍ਰੇਸ਼ਨ ਕਿਸਮ", + "integrations.type_placeholder": "— ਪਹਿਲਾਂ ਦਿਸ਼ਾ ਚੁਣੋ —", + "integrations.upgrade_plan": "ਯੋਜਨਾ ਉਨਤ ਕਰੋ", + "integrations.use_ssl": "SSL ਵਰਤੋਂ ਕਰੋ", + "integrations.username_label": "ਉਪਭੋਗਤਾ ਨਾਮ", + "integrations.watch_folder_settings": "ਵਾਚ ਫੋਲਡਰ ਸੈਟਿੰਗਾਂ", + "integrations.webdav_settings": "WebDAV ਸੈਟਿੰਗਾਂ", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook ਇੰਜੈਕਸ਼ਨ", + "integrations.webhook_how_heading": "Webhook ਇੰਜੈਕਸ਼ਨ ਕਿਵੇਂ ਕੰਮ ਕਰਦਾ ਹੈ", + "integrations.webhook_how_text": "ਇੱਕ webhook ਇੰਟੇਗ੍ਰੇਸ਼ਨ ਬਾਹਰੀ ਸਿਸਟਮਾਂ ਨੂੰ REST API ਰਾਹੀਂ ਪ੍ਰਦਰਸ਼ਨ ਡੋੱਕਮੈਂਟਾਂ ਨੂੰ ਡੋਪੀਲਵੇਟ ਵਿੱਚ ਸਿੱਧਾ ਪੂਸ਼ ਕਰਨ ਦੀ ਅਨੁਮਤੀ ਦਿੰਦਾ ਹੈ। ਡੋਪੀਲਵੇਟ ਨੂੰ ਨਵੇਂ ਫਾਈਲਾਂ ਲਈ ਪੁਲਿੰਗ ਕਰਨ ਦੀ ਬਜਾਏ (ਜਿਵੇਂ ਕਿ IMAP), ਤੁਹਾਡਾ ਐਪਲੀਕੇਸ਼ਨ HTTP ਬੇਨਤੀ ਨਾਲ ਡੋਪੀਲਵੇਟ ਨੂੰ ਫਾਈਲਾਂ ਭੇਜਦਾ ਹੈ ਜਿਸ ਵਿੱਚ ਪੁਸ਼ਟੀकरण ਲਈ API ਟੋਕਨ ਹੁੰਦਾ ਹੈ।", + "integrations.webhook_ideal_text": "ਇਹ CI/CD ਪਾਈਪਾਈਨ, ਆਟੋਮੇਸ਼ਨ ਸਕ੍ਰਿਪਟ, ਸਕੈਨਰ ਇੰਟੇਗ੍ਰੇਸ਼ਨ ਜਾਂ ਕੋਈ ਵੀ ਸਿਸਟਮ ਜਿਸ ਨਾਲ ਡੌਕ੍ਯੂਮੈਂਟਾਂ ਦਾ ਬਣਨਾ ਹੈ ਅਤੇ ਉਹਨਾਂ ਨੂੰ ਪ੍ਰਕਿਰਿਆ ਲਈ ਭੇਜਣ ਦੀ ਲੋੜ ਹੈ, ਦੇਲੋਆ ਇੱਛਿਤ ਹੈ।", + "integrations.webhook_quick_start": "ਤੁਰੰਤ ਸ਼ੁਰੂ ਕਰੋ", + "integrations.webhook_security_tip": "ਹਰ ਇੰਟੇਗ੍ਰੇਸ਼ਨ ਲਈ ਇੱਕ ਸਮਰਪਿਤ API ਟੋਕਨ ਬਣਾਓ ਅਤੇ ਜੇਕਰ ਇਹ ਚੋਰੀ ਕੀਤਾ ਜਾਏ ਤਾਂ ਇਸਨੂੰ ਤੁਰੰਤ ਰੱਦ ਕਰੋ। ਟੋਕਨ ਨੂੰ API ਟੋਕਨ ਪੰਨੇ 'ਤੇ ਪ੍ਰਬੰਧਿਤ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ।", + "integrations.webhook_step1": "{api_tokens_link} 'ਤੇ ਜਾਓ ਅਤੇ ਇੱਕ ਨਿਜੀ ਟੋਕਨ ਬਣਾਓ।", + "integrations.webhook_upload_with_token": "API ਰਾਹੀਂ ਡੌਕ੍ਯੂਮੈਂਟਾਂ ਨੂੰ ਭੇਜਣ ਲਈ ਇਸ ਟੋਕਨ ਦੀ ਵਰਤੋਂ ਕਰੋ:", + "language.bg": "\u001c\u001e\u0004\u001e\u0001F\u0001B\u0004\u0002\u0004\u0002", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", - "language.cs": "Čeština", + "language.change_success": "ਭਾਸ਼ਾ {language} ਤੇ ਬਦਲ ਗਈ", + "language.changed": "ਭਾਸ਼ਾ {language} ਤੇ ਬਦਲ ਗਈ", + "language.cs": "\f\n2\r3\u00032n\f0", "language.da": "Dansk", "language.de": "Deutsch", - "language.el": "Ελληνικά", + "language.el": "\u001f\u0001E\u0006\u0002\u0001B\u0002\u0003\u000e", "language.en": "English", "language.es": "Español", "language.et": "Eesti", @@ -599,331 +706,409 @@ "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", + "language.hu": "ਹੰਗਰੀਅਨ", + "language.is": "ਆਈਸਲੈਂਡਿਕ", + "language.it": "ਇਤਾਲਵੀ", + "language.lb": "ਲੁਕਸੰਬਰਗਿਸ਼", + "language.lt": "ਲਿਥੁਆਨੀਆਈ", + "language.lv": "ਲੈਤਵੀਆਈ", + "language.nb": "ਨਾਰਵੇਜੀਅਨ", + "language.nl": "ਡੱਚ", + "language.no_results": "ਕੋਈ ਭਾਸ਼ਾ ਨਹੀਂ ਮਿਲੀ", + "language.pl": "ਪੋਲਿਸ਼", + "language.pt": "ਪੋਰਤਗਾਲੀਆਈ", + "language.ro": "ਰੋਮਾਨੀਆਈ", + "language.ru": "ਰੂਸੀ", + "language.search_placeholder": "ਭਾਸ਼ਾਵਾਂ ਨੂੰ ਖੋਜੋ\u0015e", + "language.selector": "ਭਾਅ", + "language.selector_label": "ਭਾਅ ਚੁਣੋ", + "language.sk": "ਸਲੋਵਾਕ", + "language.sl": "ਸਲੋਵੇਨੀਅਨ", + "language.sv": "ਸਵੈਡੀਸ਼", + "language.tr": "ਤੁਰਕੀ", + "language.uk": "ਉਕਰੇਨੀ", + "language.zh": "ਚੀਨੀ", + "nav.about": "ਬਾਰੇ", + "nav.account_menu": "ਖਾਤਾ ਮੇਨੂ", + "nav.account_menu_for": "{name} ਲਈ ਖਾਤਾ ਮੇਨੂ", + "nav.admin": "ਐਡਮਿਨ", + "nav.admin.audit_logs": "ਆਡਿੱਟ ਲੋਕ", + "nav.admin.backups": "ਬੈਕਅਪ", + "nav.admin.plans": " ਯੋਜਨਾਵਾਂ", + "nav.admin.scheduled_jobs": "ਤਿਥਰ ਜੋਬਜ਼", + "nav.admin.users": "ਬਰਤੋਂਕਾਰ", + "nav.admin_actions": "ਐਡਮਿਨ ਕਾਰਵਾਈਆਂ", + "nav.admin_menu": "ਐਡਮਿਨ ਮੇਨੂ", + "nav.api_docs": "ਏਪੀਐਾਈ ਦਸਤਾਵੇਜ਼", + "nav.api_tokens": "ਏਪੀਐਈ ਟੋਕਨ", + "nav.backup_restore": "ਬੈਕਅਪ ਅਤੇ ਰਿਪ੍ਰਾਪਨ", + "nav.credentials": "ਕ੍ਰੈਡੇਨਸ਼ਲ", + "nav.dark_mode": "ਗੋਲ਼ ਮੋਡ", + "nav.dashboard": "ਡੈਸ਼ਬੋਰਡ", + "nav.developer_docs": "ਡਵੈਲਪਰ ਦਸਤਾਵੇਜ਼", + "nav.duplicates": "ਅਨੁਕਰਣ", + "nav.file_manager": "ਫਾਈਲ ਮੈਨੇਜਰ", + "nav.files": "ਫਾਈਲਾਂ", + "nav.get_started": "ਸ਼ੁਰੂ ਕਰੋ", + "nav.help": "ਮਦਦ", + "nav.help_center": "ਸਹਾਇਤਾ ਕੇਂਦਰ", + "nav.imap": "ਈਮੇਲ ਨਿਰਯਾਤ", + "nav.integrations": "ਇੰਟਿਗਰੇਸ਼ਨ", + "nav.light_mode": "ਲਾਈਟ ਮੋਡ", + "nav.login": "ਲੌਗ ਇਨ", + "nav.logout": "ਲੌਗ ਆਉਟ", + "nav.main_navigation": "ਮੁੱਖ ਨਵੀਗੇਸ਼ਨ", + "nav.my_subscription": "ਮੇਰੀ ਸਬਸਕ੍ਰਿਪਸ਼ਨ", + "nav.notifications": "ਨੋਟਿਫਿਕੇਸ਼ਨ", + "nav.open_main_menu": "ਮੁੱਖ ਮੀਨੂੰ ਖੋਲ੍ਹੋ", + "nav.pipelines": "ਪਾਇਪਲਾਈਨ", + "nav.plan_designer": "ਯੋਜਨਾ ਡਿਜાઈનਰ", + "nav.pricing": "ਮੁਲਾਂਕਣ", + "nav.profile": "ਪ੍ਰੋਫਾਈਲ", + "nav.profile_settings": "ਪ੍ਰੋਫਾਇਲ ਸੈੱਟਿੰਗਸ", + "nav.queue": "ਕਤਾਰ", + "nav.queue_monitor": "ਕਤਾਰ ਮਾਨੀਟਰ", + "nav.scheduled_jobs": "ਨਿਯੋਜਿਤ ਨੌਕਰੀਆਂ", + "nav.search": "ਖੋਜ", + "nav.settings": "ਸੈਟਿੰਗ", + "nav.shared_links": "ਸਾਂਝੇ ਲਿੰਕ", + "nav.sign_out": "ਸਾਈਨ ਆਊਟ", + "nav.signup": "ਸਾਇਨ ਆਪ", + "nav.similarity": "ਸਮਾਨਤਾ", + "nav.skip_to_content": "ਮੁੱਖ ਸਮੱਗਰੀ ਵੱਲ ਜਾਓ", + "nav.status": "ਹਾਲਤ", + "nav.subscription": "ਸਬਸਕ੍ਰਿਪਸ਼ਨ", + "nav.toggle_dark_mode": "ਡਾਰਕ ਮੋਡ ਨੂੰ ਟੋਗਲ ਕਰੋ", + "nav.toggle_nav": "ਨਵੀਗੇਸ਼ਨ ਮੀਨੂ ਨੂੰ ਟੋਗਲ ਕਰੋ", + "nav.upload": "ਅਪਲੋਡ", + "nav.users": "उਪਭੋਗਤਾ", + "nav.version": "ਵਰਜਨ ਜਾਣਕਾਰੀ", + "notifications.filter_all": "ਸਾਰੇ", + "notifications.filter_read": "ਕੇਵਲ ਪੜ੍ਹੇ ਹੋਏ", + "notifications.filter_unread": "ਕੇਵਲ ਨਾਂ ਪੜ੍ਹੇ ਹੋਏ", + "notifications.manage_desc": "ਤੁਹਾਡੇ ਨੋਟਿਫਿਕੇਸ਼ਨ ਇਨਬੌਕਸ, ਲਕਸ਼ਾਂ ਅਤੇ ਘਟਨਾ ਪਸੰਦਾਂ ਨੂੰ ਪ੍ਰਬੰਧਿਤ ਕਰੋ", + "notifications.mark_all_read": "ਸਭ ਨੂੰ ਪੜ੍ਹਿਆ ਮੰਨੋ", + "notifications.mark_all_read_btn": "ਸਭ ਨੂੰ ਪੜ੍ਹਿਆ ਮੰਨੋ", + "notifications.mark_read": "ਪੜ੍ਹਿਆ ਮੰਨੋ", + "notifications.no_notifications": "ਕੋਈ ਨੋਟਿਫਿਕੇਸ਼ਨ ਨਹੀਂ", + "notifications.page_title": "ਨੋਟਿਫਿਕੇਸ਼ਨ", + "notifications.tab_inbox": "ਇਨਬੌਕਸ", + "notifications.tab_settings": "ਸੈਟਿੰਗ", + "notifications.title": "ਨੋਟਿਫਿਕੇਸ਼ਨ", "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", - "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", + "pipelines.active_label": "ਸਰਗਰਮ", + "pipelines.add_step_btn": "ਕਦਮ ਸ਼ਾਮਲ ਕਰੋ", + "pipelines.create": "ਪਾਈਪਲਾਈਨ ਬਣਾਓ", + "pipelines.custom_label_label": "ਕਸਟਮ ਲੇਬਲ", + "pipelines.default_label": "ਡਿਫਾਲਟ", + "pipelines.description_label": "ਵੇਰਵਾ", + "pipelines.description_placeholder": "ਵਿਕਲਪੀ ਵਿਆਖਿਆ", + "pipelines.disabled_label": "ਬੰਦ", + "pipelines.edit": "ਪਾਈਪਲਾਈਨ ਸੰਪਾਦਿਤ ਕਰੋ", + "pipelines.empty_state": "ਹਜੇ ਤੱਕ ਕੋਈ ਪਾਈਪਲਾਈਨ ਨਹੀਂ", + "pipelines.empty_state_hint": "ਕਸਟਮ ਦਸਤਾਵੇਜ਼ ਪ੍ਰਕਿਰਿਆ ਵਾਈਂਬਿਊਆਂ ਨੂੰ ਪਰਿਭਾਸ਼ਿਤ ਕਰਨ ਲਈ ਆਪਣੀ ਪਹਿਲੀ ਪਾਈਪਲਾਈਨ ਬਣਾਓ।", + "pipelines.enabled_label": "ਚਲਾਇਆ ਗਿਆ", + "pipelines.force_cloud_ocr_label": "ਕਲਾਉਡ OCR ਨੂੰ ਕਿਸਰੋ (ਸਥਾਨਕ ਪਾਠਿਕ ਵਾਪਸ ਲੰਘੋ)", + "pipelines.inactive_label": "ਗੈਰ ਸਰਗਰਮ", + "pipelines.loading": "ਪਾਈਪਲਾਈਨਾਂ ਲੋਡ ਹੋ ਰਿਹੀਆਂ\u00194", + "pipelines.name_placeholder": "ਮੇਰੀ ਪਾਈਪਲਾਈਨ", + "pipelines.new_pipeline_btn": "ਨਵੀਂ ਪਾਈਪਲਾਈਨ", + "pipelines.no_steps": "ਕੋਈ ਕਦਮ ਪਰਿਭਾਸ਼ਿਤ ਨਹੀਂ। ਆਪਣੀ ਪਾਈਪਲਾਈਨ ਬਣਾਉਣ ਲਈ ਇੱਕ ਕਦਮ ਸ਼ਾਮਲ ਕਰੋ।", + "pipelines.ocr_auto": "ਆਟੋ (ਸਿਸਟਮ ਡਿਫਾਲਟ ਦੀ ਵਰਤੋਂ ਕਰੋ)", + "pipelines.ocr_language_hint": "Tesseract/EasyOCR ਲਈ ਵਿਸ਼ਵ ਭਾਸ਼ਾ ਸੈਟਿੰਗ ਨੂੰ ਬਦਲਦਾ ਹੈ। ਐਜ਼ੀਅਰ ਅਤੇ ਮਿਸਟਰਲ ਭਾਸ਼ਾ ਨੂੰ ਆਟੋ-ਡਿਟੈਕਟ ਕਰਦੇ ਹਨ।", + "pipelines.ocr_language_label": "OCR ਭਾਸ਼ਾ", + "pipelines.optional_suffix": "(ਵਿਕਲਪੀ)", + "pipelines.page_title": "ਪ੍ਰਕਿਰਿਆ ਪਾਈਪਲਾਈਨ", + "pipelines.set_default": "ਮੇਰੀ ਡਿਫਾਲਟ ਪਾਈਪਲਾਈਨ ਵਜੋਂ ਸੈਟ ਕਰੋ", + "pipelines.step_label_placeholder": "ਡਿਫਾਲਟ ਕਦਮ ਦੇ ਨਾਮ ਨੂੰ ਲੰਘੋ", + "pipelines.step_type_label": "ਕਦਮ ਦੀ ਕਿਸਮ", + "pipelines.subtitle_intro": "ਕਸਟਮ ਦਸਤਾਵੇਜ਼ ਪ੍ਰਕਿਰਿਆ ਵਾਈਂਬਿਊਆਂ ਨੂੰ ਪਰਿਭਾਸ਼ਿਤ ਅਤੇ ਪ੍ਰਬੰਧਿਤ ਕਰੋ।", + "pipelines.subtitle_system_post": "ਬੇਜ ਅਤੇ ਸਾਰੇ ਯੂਜ਼ਰਾਂ ਨੂੰ ਦਿੱਖ ਹੈ।", + "pipelines.subtitle_system_pre": "ਸਿਸਟਮ ਪਾਈਪਲਾਈਨਾਂ (ਐਡਮਿਨਾਂ ਦੁਆਰਾ ਬਣਾਈਆਂ ਗਈਆਂ) ਵਿੱਚ ਇੱਕ", + "pipelines.system_label": "ਸਿਸਟਮ", + "pipelines.system_pipeline_label": "ਸਿਸਟਮ ਪਾਈਪਲਾਈਨ (ਸਾਰੇ ਯੂਜ਼ਰਾਂ ਲਈ ਦਿੱਖੀ)", + "pipelines.title": "ਪ੍ਰਕਿਰਿਆ ਪਾਈਪਲਾਈਨ", + "profile.avatar_alt": "ਤੁਹਾਡा ਪ੍ਰੋਫਾਈਲ ਚਿੱਤਰ", + "profile.avatar_heading": "ਪ੍ਰੋਫਾਈਲ ਚਿੱਤਰ", + "profile.avatar_remove": "ਕਸਟਮ ਐਵਰਟ ਨੂੰ ਹਟਾਓ", + "profile.avatar_upload_hint": "JPEG, PNG, GIF, ਜਾਂ WebP ਚਿੱਤਰ ਨੂੰ 2 MB ਤੱਕ ਅੱਪਲੋਡ ਕਰੋ। ਜੇ ਕੋਈ ਕਸਟਮ ਚਿੱਤਰ ਨਹੀਂ ਹੈ, ਤਾਂ ਤੁਹਾਡਾ {gravatar} ਦਿਖਾਇਆ ਜਾਵੇਗਾ।", + "profile.choose_image": "ਚਿੱਤਰ ਚੁਣੋ\u000e\u000e", + "profile.confirm_password": "ਨਵਾਂ ਪਾਸਵਰਡ ਪੁਸ਼ਟੀਕਰੋ", + "profile.contact_email_hint": "ਸਿਸਟਮ ਸੁਚਨਾਵਾਂ ਲਈ ਵਰਤੋਂ ਕੀਤਾ ਜਾਂਦਾ ਹੈ। ਇਸ ਨਾਲ ਤੁਹਾਡੇ ਲੌਗਿਨ ਈਮੇਲ ਵਿੱਚ ਕੋਈ ਬਦਲਾਅ ਨਹੀਂ ਆਉਂਦਾ।", + "profile.contact_email_label": "ਸੰਪਰਕ / ਸੁਚਨਾ ਈਮੇਲ", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "ਮੌਜੂਦਾ ਪਾਸਵਰਡ", + "profile.dismiss": "ਨਕਾਰੋ", + "profile.display_name_hint": "ਤੁਹਾਡਾ ਖਾਤਾ ਯੂਜ਼ਰਨੇਮ ਜਾਂ ਈਮੇਲ ਵਰਤੋਂ ਕਰਨ ਲਈ ਖਾਲੀ ਛੱਡੋ।", + "profile.display_name_label": "ਦਿਖਾਉਣ ਵਾਲਾ ਨਾਮ", + "profile.display_name_placeholder": "ਤੁਹਾਡਾ ਨਾਮ ਜੋ UI ਵਿੱਚ ਦਿਖਾਈ ਦੇਂਦਾ ਹੈ", + "profile.general_heading": "ਆਮ ਜਾਣਕਾਰੀ", + "profile.gravatar_link": "ਗ੍ਰਾਵੇਟਰ", + "profile.heading": "ਪ੍ਰੋਫਾਈਲ ਸੈੱਟਿੰਗਸ", + "profile.language_auto_detect": "ਆਟੋ-ਡਿਟੈਕਟ (ਬ੍ਰਾਊਜ਼ਰ ਵਿੱਚੋਂ)", + "profile.language_hint": "ਤੁਹਾਡੀ ਪਸੰਦ ਦੀ ਇੰਟਰਫੇਸ ਭਾਸ਼ਾ ਚੁਣੋ। “ਆਟੋ-ਡਿਟੈਕਟ” ਤੁਹਾਡੇ ਬ੍ਰਾਊਜ਼ਰ ਦੀ ਸੈਟਿੰਗਾਂ ਦਾ ਪਾਲਣ ਕਰਦਾ ਹੈ।", + "profile.language_label": "UI ਭਾਸ਼ਾ", + "profile.new_password": "ਨਵਾਂ ਪਾਸਵਰਡ", + "profile.new_password_hint": "ਨਿਆਰਤੋਂ 8 ਅੱਖਰ।", + "profile.page_title": "ਪ੍ਰੋਫਾਈਲ ਸੈੱਟਿੰਗਸ – ਦੋਖੀਲਿਵੇਟ", + "profile.password_heading": "ਪਾਸਵਰਡ ਬਦਲੋ", + "profile.preferences_heading": "ਪਸੰਦਾਂ", + "profile.save_button": "ਬਦਲਾਅ ਸੁਰੱਖਿਅਤ ਕਰੋ", + "profile.saving": "ਸੁਰੱਖਿਅਤ ਕਰਨਾ\u000e\u000e", + "profile.subtitle": "ਤੁਹਾਡੇ ਦਿਖਾਉਣ ਵਾਲੇ ਨਾਮ, ਐਵਰਟ, ਭਾਸ਼ਾ, ਅਤੇ ਥੀਮ ਪਸੰਦਾਂ ਨੂੰ ਮੈਨੇਜ ਕਰੋ।", + "profile.theme_dark": "ਗੁੰਝਲਦਾਰ", + "profile.theme_hint": "“ਸਿਸਟਮ ਡਿਫੌਲਟ” ਤੁਹਾਡੇ ਯੰਤਰ ਦੇ ਗੁੰਝਲਦਾਰ-ਮੋਡ ਸੈਟਿੰਗਾਂ ਦਾ ਪਾਲਣ ਕਰਦਾ ਹੈ।", + "profile.theme_label": "ਰੰਗ ਸਕੀਮ", + "profile.theme_light": "ਹਲਕਾ", + "profile.theme_system": "ਸਿਸਟਮ ਡਿਫੌਲਟ", + "profile.update_password": "ਪਾਸਵਰਡ ਯਕਿਨ ਕਰੋ", + "profile.updating": "ਅਪਡੇਟ ਕਰ ਰਿਹਾ ਹੈ\n0\n0", + "queue.active_tasks": "ਸਰਗਰਮ ਕੰਮ", + "queue.auto_refresh_1": "ਆਟੋ-ਨਵੀਂਕਰਨ ਹਰ", + "queue.auto_refresh_2": "ਸਕਿੰਡ", + "queue.col_arguments": "ਤੱਤ", + "queue.col_current_step": "ਮੌਜੂਦਾ ਕਦਮ", + "queue.col_file": "ਫਾਈਲ", + "queue.col_files": "ਫਾਈਲਾਂ", + "queue.col_queue": "ਕਤਾਰ", + "queue.col_state": "ਬੁਨਿਆਦ", + "queue.col_task": "ਕੰਮ", + "queue.col_task_id": "ਕੰਮ ID", + "queue.files_processing": "ਫਾਈਲਾਂ ਪ੍ਰਕਿਰਿਆ ਕਰ ਰਹੀਆਂ ਹਨ", + "queue.heading": "ਕਤਾਰ ਨਿਰੀਖਕ", + "queue.last_updated": "ਆਖਰੀ ਵਾਰੀ ਅੱਪਡੇਟ ਕੀਤਾ:", + "queue.loading_stats": "ਕਤਾਰ ਦੇ ਅੰਕੜੇ ਲੋਡ ਕਰਨਾ\u0010...", + "queue.no_active_tasks": "ਕੋਈ ਸਰਗਰਮ ਕੰਮ ਨਹੀਂ", + "queue.no_data": "ਕੋਈ ਡੈਟਾ ਨਹੀਂ", + "queue.no_files_processing": "ਕੋਈ ਫਾਈਲਾਂ ਇਸ ਵੇਲੇ ਪ੍ਰਕਿਰਿਆ ਵਿੱਚ ਨਹੀਂ ਹਨ", + "queue.page_title": "ਕਤਾਰ ਨਿਰੀਖਕ", + "queue.processing_pipeline": "ਪ੍ਰਕਿਰਿਆ ਪਾਈਪਲਾਈਨ", + "queue.queued_tasks": "ਕਤਾਰ ਵਿੱਚ ਕੰਮ", + "queue.recently_processing": "ਹਾਲ ਹੀ ਵਿੱਚ ਪ੍ਰਕਿਰਿਆ ਕੀਤੀਆਂ ਫਾਈਲਾਂ", + "queue.redis_queues": "Redis ਕਤਾਰਾਂ", + "queue.subtitle": "ਦਸਤਾਵੇਜ਼ ਪ੍ਰਕਿਰਿਆ ਪਾਈਪਲਾਈਨ ਅਤੇ Celery ਕੰਮ ਦੀਆਂ ਕਤਾਰਾਂ ਦਾ ਮੌਤਰੀ ਦ੍ਰਿਸ਼.", + "queue.workers_online": "ਕਾਮਦੇਰ ਆਨਲਾਈਨ", + "search.button": "ੱਖੋ", + "search.error_message": "ਖੋਜ ਅਸਥਾਈ ਰੂਪ ਵਿੱਚ ਉਪਲਬਧ ਨਹੀਂ ਹੈ। ਕ੍ਰਿਪਾ ਕਰਕੇ ਕੁਝ ਦੇਰ ਬਾਅਦ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ.", + "search.filter_aria_clear": "ਸਾਰੇ ਫਿਲਟਰ ਸਾਫ਼ ਕਰੋ", + "search.filter_clear_button": "ਫਿਲਟਰ ਸਾਫ਼ ਕਰੋ", + "search.filter_date_from": "ਤਾਰੀਖ ਤੋਂ", + "search.filter_date_to": "ਤਾਰੀਖ ਤੱਕ", + "search.filter_document_type": "ਦਸਤਾਵੇਜ਼ ਦੀ ਕਿਸਮ", + "search.filter_document_type_placeholder": "ਉਦਾਹਰਨ ਵਜੋਂ ਇਨਵੌਇਸ", + "search.filter_language": "ਭਾਸ਼ਾ", + "search.filter_language_placeholder": "ਉਦਾਹਰਨ ਵਜੋਂ de", + "search.filter_sender": "ਭੇਜਣ ਵਾਲਾ", + "search.filter_sender_placeholder": "ਉਦਾਹਰਨ ਵਜੋਂ ACME Corp", + "search.filter_tags": "ਟੈਗ", + "search.filter_tags_placeholder": "ਉਦਾਹਰਨ ਵਜੋਂ amazon", + "search.filter_text_quality": "ਪਾਠ ਦੀ ਗੁਣਵੱਤਾ", + "search.filter_text_quality_all": "ਸਭ", + "search.filter_text_quality_high": "ਉੱਚ", + "search.filter_text_quality_low": "ਨਿਮਨ", + "search.filter_text_quality_medium": "ਮੱਧ", + "search.filter_text_quality_no_text": "ਕੋਈ ਲਿਖਤ ਨਹੀਂ", + "search.heading": "ਦਸਤਾਵੇਜ਼ ਖੋਜ", + "search.input_aria_label": "ਦਸਤਾਵੇਜ਼ ਖੋਜੋ", + "search.input_placeholder": "ਕੰਟੈਂਟ, ਭੇਜਣ ਵਾਲਾ, ਟੈਗ, ਕਿਸਮ ਦੁਆਰਾ ਦਸਤਾਵੇਜ਼ ਖੋਜੋ...", + "search.loading_indicator": "ਖੋਜ ਰਿਹਾ\u0017", + "search.no_results": "ਕੋਈ ਨਤੀਜੇ ਨਹੀਂ ਮਿਲੇ", + "search.page_title": "ਦਸਤਾਵੇਜ਼ ਖੋਜੋ", + "search.placeholder": "ਫਾਈਲ ਦੇ ਨਾਮ, ਕੰਟੈਂਟ, ਟੈਗ ਦੁਆਰਾ ਖੋਜੋ...", + "search.result_empty": "ਤੁਹਾਡੇ ਪੁੱਛੇ ਗਏ ਸਵਾਲ ਨਾਲ ਮੇਲ ਖਾਂਦੇ ਕੋਈ ਦਸਤਾਵੇਜ਼ ਨਹੀਂ ਮਿਲੇ।", + "search.results_count": "{count} ਨਤੀਜੇ ਮਿਲੇ", + "search.saved_aria_save": "ਮੌਜੂਦਾ ਖੋਜ ਨੂੰ ਸੰਭਾਲੋ", + "search.saved_button": "ਮੌਜੂਦਾ ਸੰਭਾਲੋ", + "search.saved_empty": "ਹਜੇ ਤੱਕ ਕੋਈ ਸੰਭਾਲੀ ਗਈ ਖੋਜ ਨਹੀਂ", + "search.saved_error": "ਸੰਭਾਲੀ ਗਈ ਖੋਜਾਂ ਲੋਡ ਨਹੀਂ ਹੋ ਸਕੀਆਂ", + "search.saved_label": "ਸੰਭਾਲੀਆਂ ਖੋਜਾਂ", + "search.saved_loading": "ਲੋਡ ਹੋ ਰਿਹਾ...", + "search.title": "ਦਸਤਾਵੇਜ਼ ਖੋਜੋ", + "settings.audit_log_btn": "ਆਡੀਟ ਲਾਗ", + "settings.autocomplete_hint": "ਜਾਣੇ ਪਛਾਣੇ ਮੁੱਲਾਂ ਦੀ ਖੋਜ ਕਰਨ ਲਈ ਲਿਖੋ, ਜਾਂ ਕੋਈ ਕਸਟਮ ਮੁੱਲ ਦਰਜ ਕਰੋ।", + "settings.autocomplete_no_matches": "ਕੋਈ ਮੇਲ ਨਹੀਂ \u0017 ਤੁਸੀਂ ਹਜੇ ਵੀ ਇੱਕ ਅਨੁਕੂਲ ਮੁੱਲ ਲਿਖ ਸਕਦੇ ਹੋ", + "settings.autocomplete_placeholder": "ਖੋਜਣ ਲਈ ਲਿਖੋ ਜਾਂ ਇੱਕ ਮੁੱਲ ਦਰਜ ਕਰੋ\u00017", + "settings.boolean_enable_prefix": "ਸਕ੍ਰਿਯ ਕਰੋ", + "settings.categories_aria": "ਸੈਟਿੰਗਜ਼ ਸ਼੍ਰੇਣੀਆਂ", + "settings.categories_heading": "ਸ਼੍ਰੇਣੀਆਂ", + "settings.db_wizard_btn": "ਡਿਬੀ ਵਿਜ਼ਾਰਡ", + "settings.effective_value_label": "ਕਰਮਕ ਤੱਤ:", + "settings.encrypted_suffix": "= ਕਿਸੇ ਥਾਂ 'ਤੇ ਗੋਪਨੀਯਤਾ ਵਿੱਚ ਹੈ", + "settings.encrypted_title": "ਮੁੱਲ ਡੇਟਾਬੇਸ ਵਿੱਚ ਗੋپਨੀਯ ਹੈ", + "settings.export_btn": "ਨਿਰਯਾਤ ਕਰੋ", + "settings.export_db_only": "ਸਿਰਫ ਡੀਬੀ ਸੈਟਿੰਗਜ਼", + "settings.export_full_config": "ਪੂਰਨ ਕਾਰਗਰต์ ਕੰਫਿਗਰੇਸ਼ਨ", + "settings.jump_to_category": "ਸ਼੍ਰੇਣੀ ਵਿੱਚ ਵੰਦ ਕਰਨਾ\u00017", + "settings.manage_config_prefix": "ਕੰਫਿਗਰੇਸ਼ਨ ਪ੍ਰਬੰਧ ਕਰਨਾ। ਪ੍ਰਾਥਮਿਕਤਾ:", + "settings.model_picker_hint": "ਸੂਚੀ ਵਿੱਚੋਂ ਚੁਣੋ ਜਾਂ ਆਪਣੇ ਪ੍ਰਦਾਤਾ ਦੁਆਰਾ ਸਮਰਥਿਤ ਕੋਈ ਵੀ ਮਾਡਲ ਦਾ ਨਾਮ ਲਿਖੋ।", + "settings.model_picker_placeholder": "ਇੱਕ ਆਮ ਮਾਡਲ ਚੁਣੋ ਜਾਂ ਕੋਈ ਕਸਟਮ ਨਾਮ ਲਿਖੋ\u00017", + "settings.no_results_clear": "ਖੋਜ ਸਾਫ ਕਰੋ", + "settings.no_results_heading": "ਕੋਈ ਸੈਟਿੰਗਜ਼ ਨਹੀਂ ਮਿਲੀਆਂ", + "settings.no_results_hint": "ਇੱਕ ਵਾਰ ਹੋਰ ਖੋਜ ਪਦ ਜਾਂ", + "settings.page_heading": "ਐਪਲੀਕੇਸ਼ਨ ਸੈਟਿੰਗਜ਼", + "settings.required_label": "(ਜ਼ਰੂਰੀ)", + "settings.reset_confirm": "ਕੀ ਤੁਸੀਂ ਯਕੀਨੀ ਹੋ ਕਿ ਤੁਸੀਂ ਇਸ ਸੈਟਿੰਗ ਨੂੰ ਦੁਬਾਰਾ ਸੈਟ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?", + "settings.restart_required_suffix": "= ਦੁਬਾਰਾ ਸ਼ੁਰੂ ਕਰਨ ਦੀ ਲੋੜ ਹੈ", + "settings.revert_btn": "ਡਾਟਾਬੇਸ ਤੋਂ ਹਟਾਓ", + "settings.revert_title": "ਡਾਟਾਬੇਸ ਓਵਰਰਾਈਡ ਹਟਾਓ ਅਤੇ ਵਾਤਾਵਰਣ ਵੇਰੀਏਬਲ ਜਾਂ ਡਿਫਾਲਟ ਆਉਣ 'ਤੇ ਜਾਓ", + "settings.reverting": "ਪੁਨਰਵਰਤਨ ਕਰਨਾ\u001f4C5;", + "settings.save_all_btn": "ਸਾਰੀਆਂ ਬਦਲਾਵਾਂ ਨੂੰ ਸੰਭਾਲੋ", + "settings.save_error": "ਸੈੱਟਿੰਗ ਸੰਭਾਲਣ ਵਿੱਚ ਅਸਫਲ", + "settings.save_setting_title": "ਇਸ ਸੈੱਟਿੰਗ ਨੂੰ ਸੰਭਾਲੋ", + "settings.save_success": "ਸੈੱਟਿੰਗ ਸਫਲਤਾਪੂਰਕ ਸੰਭਾਲੀ ਗਈ", + "settings.saving_state": "ਸੰਭਾਲਣਾ\u0001F4C5;", + "settings.search_aria_label": "ਸੈਟਿੰਗਾਂ ਖੋਜੋ", + "settings.search_clear_aria": "ਖੋਜ ਸਾਫ ਕਰੋ", + "settings.search_placeholder": "ਨਾਮ, ਕੁੰਜੀ, ਜਾਂ ਵੇਰਵਾ ਦੁਆਰਾ ਸੈੱਟਿੰਗਾਂ ਖੋਜੋ\u0001F4C5;", + "settings.settings_count_suffix": "ਸੈੱਟਿੰਗਾਂ", + "settings.source_db_badge": "ਡਾਟਾਬੇਸ", + "settings.source_default_badge": "ਡਿਫਾਲਟ", + "settings.source_env_badge": "ਵਾਤਾਵਰਣ", + "settings.title": "ਸੈਟਿੰਗਾਂ", + "settings.toggle_visibility_aria": "ਪਾਸਵਰਡ ਦੀ ਵਿਸ Visibilityਤਾ ਬਦਲੋ", + "settings.toggle_visibility_title": "ਮੁੱਲ ਦਿਖਾਓ/ਲੁਕਾਓ", + "settings.user_autocomplete_empty": "ਬਰਾਬਰ ਦੇ ਉਪਭੋਗਤਾ ਨਹੀਂ ਮਿਲੇ", + "settings.user_autocomplete_hint": "ਉਪਭੋਗਤਾਵਾਂ ਨੂੰ ਨਾਮ ਦੁਆਰਾ ਖੋਜਣ ਲਈ ਟਾਈਪ ਕਰੋ, ਜਾਂ ਕੋਈ ਵੀ ਪਛਾਨ ਨਿੱਜੀ ਤੌਰ 'ਤੇ ਦਾਖਲ ਕਰੋ.", + "settings.user_autocomplete_placeholder": "ਉਪਭੋਗਤਾਵਾਂ ਨੂੰ ਖੋਜਣ ਲਈ ਟਾਈਪ ਕਰਨਾ ਸ਼ੁਰੂ ਕਰੋ\u0001F4C5;", + "settings.wizard_btn": "ਵਿਜ਼ਾਰਡ", + "shared.col_expiry": "ਮਿਆਦ", + "shared.col_file_label": "ਫਾਈਲ / ਲੇਬਲ", + "shared.col_link": "ਲਿੰਕ", + "shared.col_views": "ਦ੍ਰਿਸ਼", + "shared.copy_link_aria": "ਕਲਿੱਪਬੋਰਡ 'ਤੇ ਲਿੰਕ ਨਕਲ ਕਰੋ", + "shared.copy_link_title": "ਲਿੰਕ ਨਕਲ ਕਰੋ", + "shared.create_btn": "ਲਿੰਕ ਬਣਾਓ", + "shared.create_heading": "ਨਵਾਂ ਸਾਂਝਾ ਲਿੰਕ ਬਣਾਓ", + "shared.creating": "ਬਣਾਉਣਾ\u0001F4C5;", + "shared.expiry_12h": "12 ਘੰਟੇ", + "shared.expiry_14d": "14 ਦਿਨ", + "shared.expiry_1h": "1 ਘੰਟਾ", + "shared.expiry_24h": "24 ਘੰਟੇ (1 ਦਿਨ)", + "shared.expiry_30d": "30 ਦਿਨ", + "shared.expiry_3d": "3 ਦਿਨ", + "shared.expiry_6h": "6 ਘੰਟे", + "shared.expiry_7d": "7 ਦਿਨ", + "shared.expiry_label": "ਮਿਆਦ", + "shared.expiry_never": "ਕਦੇ ਨਹੀਂ", + "shared.file_id_help_post": "ਪੰਨਾ ਜਾਂ ਦਸਤਾਵੇਜ਼ ਵੇਰਵਾ URL 'ਤੇ.", + "shared.file_id_help_pre": "ਫਾਈਲ ID ਨੂੰ ਇਸ 'ਤੇ ਲੱਭੋ", + "shared.file_id_label": "ਫਾਈਲ ID", + "shared.file_id_placeholder": "ਉਦਾਹਰਨ ਲਈ 42", + "shared.files_link": "ਫਾਈਲਾਂ", + "shared.heading": "ਸ਼ੇਅਰ ਕੀਤੀਆਂ ਲਿੰਕਾਂ", + "shared.label_label": "ਲੇਬਲ", + "shared.label_placeholder": "ਉਦਾਹਰਨ ਲਈ ਬੋਬ ਨਾਲ ਸ਼ੇਅਰ ਕੀਤਾ", + "shared.link_created": "ਸ਼ੇਅਰ ਕੀਤੀ ਲਿੰਕ ਬਣਾਈ ਗਈ!", + "shared.link_created_help": "ਇਸ ਲਿੰਕ ਨੂੰ ਪ੍ਰਾਪਤਕਰਤਾ ਨੂੰ ਕਾਪੀ ਅਤੇ ਭੇਜੋ.", + "shared.links_count_aria": "ਲਿੰਕਾਂ ਦੀ ਗਿਣਤੀ", + "shared.max_downloads_label": "ਅਧਿਕਤਮ ਡਾਊਨਲਨੋ", + "shared.no_links": "ਅਜੇ ਕੋਈ ਸ਼ੇਅਰ ਕੀਤੀਆਂ ਲਿੰਕਾਂ ਨਹੀਂ ਹਨ। ਸ਼ੁਰੂ ਕਰਨ ਲਈ ਉਪਰ ਇੱਕ ਬਣਾਓ.", + "shared.open_in_new_tab": "ਨਵੇਂ ਟੈਬ ਵਿੱਚ ਖੋਲ੍ਹੋ", + "shared.open_link_aria": "ਸ਼ੇਅਰ ਕੀਤੀ ਲਿੰਕ ਖੋਲ੍ਹੋ", + "shared.optional": "(ਚੋਣ ਯੋਗ)", + "shared.page_title": "ਸ਼ੇਅਰ ਕੀਤੀਆਂ ਲਿੰਕਾਂ – DocuElevate", + "shared.password_label": "ਪਾਸਵਰਡ", + "shared.password_placeholder": "ਕੋئي ਪਾਸਵਰਡ ਨਾ ਹੋਣ ਲਈ ਖਾਲੀ ਛੱਡੋ", + "shared.password_protected": "ਪਾਸਵਰਡ ਸੁਰੱਖਿਅਤ", + "shared.refresh_aria": "ਸ਼ੇਅਰ ਕੀਤੀਆਂ ਲਿੰਕਾਂ ਦੀ ਸੂਚੀ ਨੂੰ ਰਿਫਰੈਸ਼ ਕਰੋ", + "shared.revoke_aria_prefix": "{name} ਲਈ ਸ਼ੇਅਰ ਕੀਤੀ ਲਿੰਕ ਨੂੰ ਰੱਦ ਕਰੋ", + "shared.revoke_btn": "ਰੱਦ ਕਰੋ", + "shared.status_active": "ਸਰਗਰਮ", + "shared.status_expired": "ਮਿਆਦ ਪੂਰੀ", + "shared.status_limit_reached": "ਸੀਮਾ ਪਹੁੰਚ ਗਈ", + "shared.status_revoked": "ਰੱਦ ਕੀਤੀ ਗਈ", + "shared.subtitle": "ਕਿਸੇ ਵੀ ਨੂੰ ਸਮੇਂ ਦੀ ਸੀਮਾ ਵਾਲੀ ਜਾਂ ਵਿਊ ਸੀਮਾ ਵਾਲੇ ਲਿੰਕ ਨਾਲ ਦਸਤਾਵੇਜ਼ਾਂ ਨੂੰ ਸਾਂਝਾ ਕਰੋ। ਪ੍ਰਾਪਤਕਰਤਾ ਨੂੰ DocuElevate ਖਾਤਾ ਦੀ ਲੋੜ ਨਹੀਂ ਹੈ। ਲਿੰਕਾਂ ਪਾਸਵਰਡ ਸੁਰੱਖਿਅਤ ਅਤੇ ਕਿਸੇ ਵੀ ਸਮੇਂ ਰੱਦ ਕੀਤੀਆਂ ਜਾ ਸਕਦੀਆਂ ਹਨ.", + "shared.table_aria": "ਸ਼ੇਅਰ ਕੀਤੀਆਂ ਲਿੰਕਾਂ", + "shared.unlimited_placeholder": "ਅਸੀਮਤ", + "shared.your_links": "ਤੁਹਾਡੇ ਸ਼ੇਅਰ ਕੀਤੇ ਲਿੰਕ", + "similarity.backfill_auto": "ਪਿਛੋਕੜ ਕਾਰਜ ਹਰ 5 ਮਿੰਟ ਵਿੱਚ ਆਪਣੇ ਆਪ ਦੀ ਗਿਣਤੀ ਕਰੇਗਾ, ਜਾਂ ਤੁਸੀਂ", + "similarity.files_missing_text": "ਫਾਈਲ(ਆਂ) ਨੇ OCR ਪਾਠ ਹੈ ਪਰ ਕੋਈ ਸਿੱਧਾ ਨਹੀਂ.", + "similarity.find_pairs_btn": "ਇਕ ਜੋੜ ਲੱਭੋ", + "similarity.heading": "ਦਸਤਾਵੇਜ਼ ਸਮਾਨਤਾ", + "similarity.load_error": "ਜੋੜ ਲੋਡ ਕਰਨ ਵਿੱਚ ਅਸਫਲ.", + "similarity.min_similarity_label": "ਘੱਟੋ ਘੱਟ ਸਮਾਨਤਾ", + "similarity.no_pairs_detail": "ਕੋਈ ਦਸਤਾਵੇਜ਼ ਜੋੜ ਸਮਾਨਤਾ ਦੀ ਸੀਮਾ ਨੂੰ ਪਾਰ ਨਹੀਂ ਕਰਦਾ.", + "similarity.no_pairs_heading": "ਕੋਈ ਸਮਾਨ ਜੋੜ ਨਹੀਂ ਮਿਲੇ", + "similarity.page_title": "ਦਸਤਾਵੇਜ਼ ਸਮਾਨਤਾ - DocuElevate", + "similarity.pagination_aria": "ਸਮਾਨਤਾ ਜੋੜਿਆਂ ਦੀ ਪੈਜੀਨੇਸ਼ਨ", + "similarity.per_page_label": "ਪਰ ਪੰਨਾ", + "similarity.scanning": "ਸਮਾਨ ਦਸਤਾਵੇਜ਼ ਜੋੜਿਆਂ ਲਈ ਸਕੈਨ ਕਰਨਾ\t\u00009...", + "similarity.stat_embedding_model": "ਐਮਬੇਡਿੰਗ ਮਾਡਲ", + "similarity.stat_missing_embedding": "ਗੁੰਮ ਹੋਈ ਐਮਬੇਡਿੰਗ", + "similarity.stat_total_files": "ਕੁੱਲ ਫਾਈਲਾਂ", + "similarity.stat_with_embedding": "ਐਮਬੇਡਿੰਗ ਨਾਲ", + "similarity.subtitle": "ਉੱਚ ਸਮੇਂਟਿਕ ਸਮਾਨਤਾ ਵਾਲੇ ਦਸਤਾਵੇਜ਼ਾਂ ਦੇ ਜੋੜੇ, ਸਕੋਰ ਦੁਆਰਾ ਰੈਂਕ ਕੀਤੇ ਗਏ।", + "similarity.trigger_aria": "ਗੁੰਮ ਹੋਈਆਂ ਐਮਬੇਡਿੰਗਾਂ ਲਈ ਸਭ ਫਾਈਲਾਂ ਲਈ ਐਮਬੇਡਿੰਗ ਗਣਨਾਪ੍ਰਾਪਤ ਕਰਨ ਦੀ ਸ਼ੁਰੂਆਤ ਕਰੋ", + "similarity.trigger_now": "ਇਸਨੂੰ ਹੁਣ ਸ਼ੁਰੂ ਕਰੋ", + "status.app_version": "ਐਪ ਵਰਜਨ", + "status.build_date": "ਬਣਾਵਟ ਦਿਨਾਂਕ", + "status.container_id": "ਕੰਟੇਨਰ ID", + "status.git_commit": "ਗਿੱਟ ਕਮੇਟ", + "status.last_check": "ਆਖਰੀ ਜਾਂਚ", + "status.page_title": "ਸਿਸਟਮ ਦੀ ਸਥਿਤੀ", + "status.setting_label": "ਸੈਟਿੰਗ", + "status.value_label": "ਮੂਲਿਆ", + "subscription.available_plans_heading": "ਉਪਲਬਧ ਯੋਜਨਾਵਾਂ", + "subscription.back_to_dashboard": "ਡੈਸ਼ਬੋਰਡ 'ਤੇ ਵਾਪਸ", + "subscription.cancel_pending": "ਬਦਲਾਅ ਰੱਦ ਕਰੋ", + "subscription.cancel_scheduled": "ਨਿਯੋਜਿਤ ਬਦਲਾਅ ਰੱਦ ਕਰੋ", + "subscription.contact_sales": "ਵਿਕਰੀ ਨਾਲ ਸੰਪਰਕ ਕਰੋ", + "subscription.current_badge": "ਮੌਜੂਦਾ", + "subscription.current_plan": "ਮੌਜੂਦਾ ਯੋਜਨਾ", + "subscription.current_plan_cta": "ਤੁਹਾਡੀ ਮੌਜੂਦਾ ਯੋਜਨਾ", + "subscription.downgrade_to_prefix": "ਘਟਾਓ", + "subscription.features_heading": "ਤੁਹਾਡੀ ਯੋਜਨਾ ਵਿੱਚ ਕੀ ਸ਼ਾਮਲ ਹੈ", + "subscription.free": "ਮੁਫਤ", + "subscription.heading": "ਮੇਰੀ ਸਬਸਕ੍ਰਿਪਸ਼ਨ", + "subscription.keep_plan_prefix": "ਰੱਖੋ", + "subscription.lifetime_files": "ਕੱਲ ਫਾਇਲਾਂ (ਜੀਵਨਕਾਲ)", + "subscription.month_files": "ਇਸ ਮਹੀਨ੍ਹੀਂ ਫਾਇਲਾਂ", + "subscription.more_features_label": "ਹੋਰ", + "subscription.page_title": "ਮੇਰੀ ਸਬਸਕ੍ਰਿਪਸ਼ਨ – ਡੋਕੁਇਲਵੇਟ", + "subscription.pending_badge": "ਬਕਾਇਆ", + "subscription.pending_benefits": "ਤਦ ਤੱਕ ਤੁਸੀਂ ਸਾਰੀਆਂ ਮੌਜੂਦਾ ਯੋਜਨਾ ਫਾਇਦਿਆਂ ਨੂੰ ਰੱਖਦੇ ਹੋ.", + "subscription.pending_on": "ਅਤੇ", + "subscription.pending_title": "ਬਕਾਇਆ ਯੋਜਨਾ ਬਦਲਾਅ ਨਿਯੋਜਿਤ", + "subscription.pending_will_change": "ਤੁਹਾਡੀ ਯੋਜਨਾ ਬਦਲ जाएगी", + "subscription.per_mo": "/ਮਹੀਨਾ", + "subscription.per_month": "/ਮਹੀਨੇ", + "subscription.since": "ਤੋਂ", + "subscription.single_user_body": "ਜਦੋਂ ਬਹੁ-ਉਪਭੋਗਤਾ ਮੋਡ ਚਾਲੂ ਹੁੰਦਾ ਹੈ, ਸਬਸਕ੍ਰਿਪਸ਼ਨ ਪੱਧਰ ਲਾਗੂ ਹੁੰਦੇ ਹਨ। ਤੁਹਾਡਾ ਉਦਾਹਰਣ ਦਿਆਰੀ ਮੋਡ ਵਿੱਚ ਚੱਲ ਰਿਹਾ ਹੈ ਬਿਨਾਂ ਕੋਈ ਪ੍ਰੋਸੈਸਿੰਗ ਸੀਮਾਵਾਂ। ਇਕ ਪ੍ਰਬੰਧਕ {settings_link} ਰਾਹੀਂ ਬਹੁ-ਉਪਭੋਗਤਾ ਮੋਡ ਚਾਲੂ ਕਰ ਸਕਦਾ ਹੈ।", + "subscription.single_user_title": "ਬਹੁ-ਉਪਭੋਗਤਾ ਮੋਡ ਚਾਲੂ ਨਹੀਂ ਹੈ।", + "subscription.subtitle": "ਤੁਹਾਡੀ ਮੌਜੂਦਾ ਯੋਜਨਾ, ਉਪਯੋਜਨ ਅਤੇ ਉਪਲਬਧ ਅੱਪਗ੍ਰੇਡ।", + "subscription.this_month_label": "ਇਸ ਮਹੀਨੇ", + "subscription.today_files": "ਅੱਜ ਫਾਇਲਾਂ", + "subscription.today_label": "ਅੱਜ", + "subscription.unlimited": "ਅਸীমਤ", + "subscription.upgrade_info": "ਅੱਪਗ੍ਰੇਡ ਫੌਰਨ ਪ੍ਰਭਾਵੀ ਹੁੰਦੇ ਹਨ। ਘਟਾਅ ਤੁਹਾਡੀ ਮੌਜੂਦਾ ਬਿਲਿੰਗ ਪੈਰੀਅਡ ਦੇ ਅੰਤ ਲਈ ਨਿਯੋਜਿਤ ਹਨ।", + "subscription.upgrade_to_prefix": "ਉੱਪਰ ਕਰੋ", + "subscription.usage_heading": "ਵਰਤੋਂ", + "upload.browse_button": "ਫਾਈਲਾਂ ਨੂੰ ਬ੍ਰਾਊਜ਼ ਕਰੋ", + "upload.button_processing": "ਕਾਰਵਾਈ ਕਰ ਰਿਹਾ ਹੈ...", + "upload.camera_button": "ਤਸਵੀਰ ਲੋ / ਦਸਤਾਵੇਜ਼ ਸਕੈਨ ਕਰੋ", + "upload.download_button": "ਡਾਊਨਲੋਡ ਅਤੇ ਪ੍ਰਕਿਰਿਆ", + "upload.downloading": "URL ਤੋਂ ਫਾਈਲ ਡਾਊਨਲੋਡ ਕਰਨਾ...", + "upload.drag_drop": "ਫਾਈਲਾਂ ਇੱਥੇ ਖਿੱਚੋ ਅਤੇ ਛੱਡੋ ਜਾਂ ਚੁਣਨ ਲਈ ਕਲਿਕ ਕਰੋ", + "upload.drop_hint_desktop": "ਫਾਈਲਾਂ ਜਾਂ ਫੋਲਡਰ ਇੱਥੇ ਖਿੱਚੋ ਅਤੇ ਛੱਡੋ, ਜਾਂ ਫਾਈਲਾਂ ਚੁਣਨ ਲਈ ਕਲਿਕ ਕਰੋ।", + "upload.drop_hint_mobile": "ਫਾਈਲਾਂ ਚੁਣਨ ਲਈ ਟੈਪ ਕਰੋ ਜਾਂ ਹੇਠਾਂ ਦੇ ਕੈਮਰਾ ਬਟਨ ਦੀ ਵਰਤੋਂ ਕਰੋ।", + "upload.drop_zone_aria": "ਫਾਈਲ ਪਰੋਸਣ ਦਾ ਖੇਤਰ। ਫਾਈਲਾਂ ਇੱਥੇ ਖਿੱਚੋ ਅਤੇ ਛੱਡੋ, ਜਾਂ ਫਾਈਲਾਂ ਨੂੰ ਬ੍ਰਾਊਜ਼ ਕਰਨ ਲਈ ਇੰਟਰ ਦਬਾਓ।", + "upload.error": "ਅਪਲੋਡ ਅਸਫਲ ਹੋ ਗਿਆ", + "upload.error_invalid_url": "ਗਲਤ URL ਫਾਰਮੈਟ", + "upload.error_url_required": "ਕ੍ਰਿਪਾ ਕਰਕੇ ਇੱਕ URL ਦਰਜ ਕਰੋ", + "upload.file_size_hint": "ਇੱਕ ਫਾਈਲ ਦਾ ਅਧਿਕਤਮ ਆਕਾਰ: 500 MB", + "upload.file_types": "ਅਨੁਮਤ ਪ੍ਰਕਾਰ: PDF, OFFICE ਦਸਤਾਵੇਜ਼ (ਵਰਡ, ਐਕਸੇਲ, ਪਾਵਰਪੋਇੰਟ ਆਦਿ), ਤਸਵੀਰਾਂ", + "upload.filename_description": "URL ਤੋਂ ਫਾਈਲਨਾਮ ਚੁਣਨ ਲਈ ਖਾਲੀ ਛੱਡੋ", + "upload.filename_label": "ਫਾਈਲਨਾਮ (ਚੋਣਟੀਕ)", "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "upload.max_size": "ਐਧਿਕਤਮ ਫਾਈਲ ਆਕਾਰ: {size}", + "upload.page_title": "ਫਾਈਲਾਂ ਅਪਲੋਡ ਕਰੋ", + "upload.section_device": "ਸੰਚਾਲਕ ਤੋਂ ਅਪਲੋਡ ਕਰੋ", + "upload.section_url": "URL ਤੋਂ ਅਪਲੋਡ ਕਰੋ", + "upload.select_file": "ਫਾਇਲ ਚੁਣੋ", + "upload.success": "ਫਾਇਲ ਸਫਲਤਾਪੂਰਕ ਉੱਪਲੋਡ ਹੋ ਗਈ", + "upload.title": "ਦਸਤਾਵੇਜ਼ ਅੱਪਲੋਡ ਕਰੋ", + "upload.uploading": "ਉੱਪਲੋਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ...", + "upload.url_description": "ਫਾਇਲ (PDF, Office ਦਸਤਾਵੇਜ਼ਾਂ ਜਾਂ ਛਵੀਆਂ) ਲਈ ਸਿੱਧੀ ਕੜੀ ਦਰਜ ਕਰੋ", + "upload.url_label": "ਫਾਇਲ URL", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/pl.json b/frontend/translations/pl.json index 874a3354..bb024ce8 100644 --- a/frontend/translations/pl.json +++ b/frontend/translations/pl.json @@ -1,197 +1,198 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Poznaj Twórcę", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_pre": "DocuElevate jest rozwijany z pasją przez", + "about.features_admin_api": "Potężne API REST do dostępu programowego", + "about.features_admin_config": "Wysoka konfigurowalność dzięki zmiennym środowiskowym", + "about.features_admin_docker": "Gotowe do użycia z Dockerem w celu łatwego wdrażania i skalowania", + "about.features_admin_heading": "Administracja", + "about.features_admin_oauth2": "Wsparcie dla uwierzytelniania OAuth2 z Authentik", + "about.features_automation_background": "Przetwarzanie w tle za pomocą Redis i Celery", + "about.features_automation_gmail": "Integracja z Gmail i ogólnymi kontami e-mail", + "about.features_automation_heading": "Automatyzacja", + "about.features_automation_imap": "Polling skrzynki IMAP z wielu źródeł", + "about.features_automation_ingestion": "Zautomatyzowane wczytywanie dokumentów z różnych źródeł", + "about.features_heading": "Kluczowe Funkcje", + "about.features_integration_cloud": "Chmura: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integracja i Magazynowanie", + "about.features_integration_multi_dest": "Wsparcie dla wielu lokalizacji (przechowuj dokumenty w różnych miejscach)", + "about.features_integration_protocols": "Protokoły transferu: FTP, SFTP, Przekazywanie e-mail", + "about.features_integration_selfhosted": "Opcje samo-hostowane: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Inteligentna klasyfikacja dokumentów oraz ekstrakcja daty", + "about.features_processing_heading": "Przetwarzanie Dokumentów", + "about.features_processing_metadata": "Zautomatyzowana ekstrakcja metadanych przy użyciu dostawcy AI z możliwością rozszerzeń", + "about.features_processing_ocr": "OCR zasilany przez Azure Document Intelligence", + "about.features_processing_pdf": "Konwersja PDF dla różnych formatów plików przy użyciu Gotenberg", + "about.features_processing_upload": "Proste i bezpieczne przesyłanie plików z wsparciem dla przeciągania i upuszczania", + "about.github_logo_alt": "Logo GitHub", + "about.heading": "O DocuElevate", + "about.intro_post": " – twoje nowoczesne, inteligentne rozwiązanie do przetwarzania dokumentów! Stworzyliśmy DocuElevate, aby całkowicie przekształcić sposób, w jaki obsługujesz swoje dokumenty – od przesyłania do ekstrakcji, od przetwarzania do magazynowania.", + "about.intro_pre": "Witamy w ", + "about.involved_description": "Chcesz zagłębić się w kod, wnieść pomysły lub dowiedzieć się więcej o DocuElevate?", + "about.involved_docs": "Przeczytaj Dokumentację", + "about.involved_github": "Zobacz DocuElevate na GitHubie", + "about.involved_heading": "Zaangażuj się", + "about.involved_website": "Odwiedź stronę DocuElevate", + "about.legal_description": "Dbamy o twoją prywatność i bezpieczeństwo danych. Prosimy o zapoznanie się z naszym:", + "about.legal_heading": "Prywatność i Prawo", + "about.legal_license": "Informacje o Licencji", + "about.legal_privacy": "Powiadomienie o Prywatności", + "about.page_title": "O DocuElevate", + "about.story_heading": "Nasza Historia", + "about.story_p1": "DocuElevate został stworzony z jedną myślą: uprościć i usprawnić zarządzanie dokumentami dla wszystkich, niezależnie od tego, czy jesteś małym startupem, czy dużym przedsiębiorstwem.", + "about.story_p2": "Wykorzystujemy moc modularnych dostawców AI (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey i innych) do ekstrakcji metadanych i ulepszania tekstu, integrujemy się bezproblemowo z Dropboxem, Nextcloudem i Paperless NGX w celu przechowywania i indeksowania, wykorzystujemy Azure Document Intelligence do OCR, a nawet używamy Gotenberga do konwersji plików na PDF.", + "api_tokens.col_created": "Utworzono", + "api_tokens.col_last_ip": "Ostatni IP", + "api_tokens.col_last_used": "Ostatnio używane", + "api_tokens.col_name": "Nazwa", + "api_tokens.col_prefix": "Prefiks tokena", + "api_tokens.copy_to_clipboard": "Skopiuj token do schowka", + "api_tokens.copy_upload_example": "Skopiuj przykład przesyłania do schowka", + "api_tokens.copy_warning_1": "Skopiuj ten token teraz — on", + "api_tokens.copy_warning_2": "nie będzie pokazywany ponownie", + "api_tokens.create_heading": "Utwórz nowy token", + "api_tokens.create_token": "Utwórz token", + "api_tokens.creating": "Tworzenie…", + "api_tokens.heading": "Tokeny API", + "api_tokens.intro": "Utwórz osobiste tokeny API, aby programowo wchodzić w interakcję z API DocuElevate. Używaj tokenów do przesyłania webhooków, procesów CI/CD lub każdego skryptu, który potrzebuje przesłać lub pobrać dokumenty.", + "api_tokens.loading_tokens": "Ładowanie tokenów…", + "api_tokens.never": "Nigdy", + "api_tokens.no_tokens_heading": "Brak tokenów API", + "api_tokens.no_tokens_help": "Utwórz swój pierwszy token powyżej, aby zacząć.", + "api_tokens.page_title": "Tokeny API – DocuElevate", + "api_tokens.revoke": "Cofnij", + "api_tokens.revoke_prefix": "Cofnij token", + "api_tokens.status_active": "Aktywny", + "api_tokens.status_revoked": "Cofnięty", + "api_tokens.table_aria": "Tokeny API", + "api_tokens.token_created": "Token został pomyślnie utworzony!", + "api_tokens.token_name_label": "Nazwa tokena", + "api_tokens.token_name_placeholder": "np. CI Pipeline, Webhook Upload, Mój Skrypt", + "api_tokens.usage_heading": "Przykład użycia", + "api_tokens.usage_intro_post": "nagłówek z dowolnym żądaniem API:", + "api_tokens.usage_intro_pre": "Użyj swojego tokena API w", + "api_tokens.your_tokens": "Twoje tokeny", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", + "audit.col_resource": "Zasób", + "audit.col_timestamp": "Znacznik czasu", + "audit.critical": "Krytyczny", + "audit.filter_action": "Akcja", + "audit.filter_all_actions": "Wszystkie akcje", + "audit.filter_all_users": "Wszyscy użytkownicy", + "audit.filter_resource_placeholder": "np. dokument, użytkownik", + "audit.filter_resource_type": "Typ zasobu", + "audit.filter_severity": "Poważność", + "audit.filter_user": "Użytkownik", + "audit.filters_section_label": "Filtry dziennika audytu", + "audit.next": "Dalej", + "audit.next_label": "Następna strona", + "audit.no_events": "Nie zarejestrowano jeszcze żadnych zdarzeń audytowych.", + "audit.no_events_hint": "Znaczące działania (logowania, operacje na dokumentach, zmiany ustawień) pojawią się tutaj.", + "audit.page_title": "Dzienniki Audytu - DocuElevate", + "audit.pagination_label": "Pagowanie dziennika audytu", + "audit.prev": "Poprzednia", + "audit.prev_label": "Poprzednia strona", + "audit.refresh_label": "Odśwież dzienniki audytu", + "audit.siem_disabled_title": "Przekazywanie SIEM jest wyłączone", + "audit.siem_enabled_title": "Zdarzenia są przekazywane do ", + "audit.siem_off": "SIEM: Wyłączone", + "audit.subtitle": "Kompleksowy, tylko do dopisywania rejestr wszystkich znaczących działań.", + "audit.table_label": "Zdarzenia dziennika audytu", + "audit.title": "Dzienniki Audytu", "auth.confirm_password": "Potwierdź hasło", - "auth.create_account": "Create account", + "auth.create_account": "Utwórz konto", "auth.display_name_label": "Nazwa wyświetlana", - "auth.email_label": "E-mail", + "auth.email_label": "Email", "auth.forgot_password": "Zapomniałeś hasła?", - "auth.forgot_username": "Forgot username?", + "auth.forgot_username": "Zapomniałeś nazwy użytkownika?", "auth.login": "Zaloguj się", "auth.login_title": "Zaloguj się", - "auth.logo_alt": "DocuElevate Logo", + "auth.logo_alt": "Logo DocuElevate", "auth.logout": "Wyloguj się", "auth.my_account": "Moje konto", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", + "auth.no_account": "Nie masz konta?", + "auth.or_continue_with": "Lub kontynuuj z", "auth.password_label": "Hasło", "auth.profile": "Profil", "auth.remember_me": "Zapamiętaj mnie", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", + "auth.return_home": "Powrót do strony głównej", + "auth.sign_in": "Zaloguj się", + "auth.sign_in_sso": "Zaloguj się za pomocą SSO", + "auth.sign_in_with": "Zaloguj się za pomocą", + "auth.sign_in_with_username": "Zaloguj się za pomocą nazwy użytkownika", "auth.signup": "Zarejestruj się", "auth.signup_title": "Zarejestruj się", "auth.username_label": "Nazwa użytkownika", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "auth.username_or_email": "Nazwa użytkownika lub e-mail", + "auth.verify_email_back_sign_in": "Powrót do logowania", + "auth.verify_email_expiry": "Link wygasa za 24 godziny. Jeśli nie widzisz e-maila, sprawdź folder ze spamem.", + "auth.verify_email_heading": "Sprawdź swoją skrzynkę odbiorczą", + "auth.verify_email_message": "Wysłaliśmy Ci e-mail z weryfikacją. Proszę kliknij link w e-mailu, aby aktywować swoje konto.", + "auth.verify_email_page_title": "DocuElevate - Zweryfikuj swój e-mail", + "auth.verify_email_resend_aria_label": "Adres e-mail do ponownego wysłania", + "auth.verify_email_resend_button": "Wyślij e-mail z weryfikacją ponownie", + "auth.verify_email_resend_label": "Adres e-mail", + "auth.verify_email_resend_placeholder": "Wprowadź swój adres e-mail", + "auth.verify_email_resend_prompt": "Nie otrzymałeś go?", + "backup.archives_heading": "Archiwa kopii zapasowych", + "backup.backup_now": "Utwórz kopię zapasową teraz", + "backup.clean_up": "Oczyść", + "backup.cleanup_title": "Uruchom czyszczenie retencji teraz", + "backup.col_created": "Utworzono", + "backup.col_filename": "Nazwa pliku", + "backup.col_size": "Rozmiar", + "backup.col_storage": "Pamięć", + "backup.col_type": "Typ", + "backup.config_auto_backup": "Automatyczna kopia zapasowa", + "backup.config_remote_dest": "Zdalny cel", + "backup.config_retention": "Retencja", + "backup.config_total_size": "Łączny rozmiar lokalny", + "backup.confirm_btn": "Potwierdź", + "backup.confirm_title": "Potwierdź działanie", + "backup.heading": "Zarządzanie kopią zapasową", + "backup.local_only": "Tylko lokalnie", + "backup.no_backups": "Brak kopii zapasowych.", + "backup.no_backups_hint": "Kliknij Utwórz kopię zapasową teraz, aby utworzyć swoją pierwszą kopię zapasową.", + "backup.page_title": "Zarządzanie kopią zapasową", + "backup.records_label": "rekordy", + "backup.restore_btn": "Przywróć", + "backup.restore_desc_mid": "archiwum kopii zapasowej, aby przywrócić bazę danych.", + "backup.restore_desc_pre": "Prześlij a", + "backup.restore_desc_warning": "To spowoduje nadpisanie wszystkich aktualnych danych.", + "backup.restore_file_label": "Archiwum kopii zapasowej (.db.gz)", + "backup.restore_heading": "Przywróć z pliku", + "backup.restoring": "Przywracanie\u001226", + "backup.retention_daily_detail": "\u0013 przechowywane przez 3 tygodnie", + "backup.retention_heading": "Polityka przechowywania", + "backup.retention_hourly_detail": "\u0013 przechowywane przez 4 dni", + "backup.retention_note": "Kopie zapasowe przekraczające te limity są automatycznie usuwane po każdym utworzeniu nowej kopii zapasowej.", + "backup.retention_weekly_detail": "\u0013 przechowywane przez ~3 miesiące", + "backup.snapshots": "zrzuty ekranu", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Akcje", + "backup.storage_local": "lokalne", + "backup.subtitle": "Kopie zapasowe bazy danych są tworzone automatycznie: co godzinę (4 dni), codziennie (3 tygodnie), co tydzień (13 tygodni).", + "backup.table_aria": "Archiwa kopii zapasowej", + "backup.trigger_daily": "Utwórz kopię zapasową teraz (Codziennie)", + "backup.trigger_hourly": "Utwórz kopię zapasową teraz (Co godzinę)", + "backup.trigger_weekly": "Utwórz kopię zapasową teraz (Co tydzień)", + "backup.type_daily": "Codziennie", + "backup.type_hourly": "Co godzinę", + "backup.type_weekly": "Co tydzień", + "billing.go_to_dashboard": "Przejdź do panelu", + "billing.manage_subscription": "Zarządzaj subskrypcją", + "billing.success_heading": "Wszystko gotowe!", + "billing.success_message": "Twoja subskrypcja została aktywowana. Dziękujemy za wybór DocuElevate!", + "billing.success_page_title": "DocuElevate - Subskrypcja aktywowana", + "common.actions": "Działania", "common.active": "Aktywny", "common.all": "Wszystko", + "common.avatar": "Awatar", "common.back": "Wstecz", "common.cancel": "Anuluj", "common.close": "Zamknij", - "common.col_pending": "Pending", - "common.completed": "Zakończono", + "common.col_pending": "Oczekujące", + "common.completed": "Zakończone", "common.confirm": "Potwierdź", "common.copied": "Skopiowano!", "common.copy": "Kopiuj", @@ -201,199 +202,203 @@ "common.delete": "Usuń", "common.description": "Opis", "common.details": "Szczegóły", - "common.disabled": "Wyłączony", + "common.disabled": "Wyłączone", "common.download": "Pobierz", - "common.duplicate": "Duplikuj", + "common.duplicate": "Duplikat", "common.edit": "Edytuj", - "common.enabled": "Włączony", + "common.enabled": "Włączone", "common.error": "Błąd", - "common.failed": "Nieudane", - "common.filter": "Filtruj", - "common.inactive": "Nieaktywny", - "common.info": "Informacja", + "common.failed": "Niepowodzenie", + "common.filter": "Filtr", + "common.inactive": "Nieaktywne", + "common.info": "Informacje", "common.loading": "Ładowanie...", "common.name": "Nazwa", "common.next": "Dalej", - "common.next_page": "Next page", + "common.next_page": "Następna strona", "common.no": "Nie", "common.none": "Brak", - "common.page": "Page", - "common.pending": "Oczekujące", - "common.prev_page": "Previous page", + "common.page": "Strona", + "common.paused": "Wstrzymano", + "common.pending": "W toku", + "common.prev_page": "Poprzednia strona", "common.previous": "Poprzedni", "common.processing": "Przetwarzanie", "common.refresh": "Odśwież", - "common.reset": "Resetuj", - "common.retry": "Ponów", + "common.reset": "Zresetuj", + "common.retry": "Spróbuj ponownie", "common.save": "Zapisz", "common.search": "Szukaj", "common.select": "Wybierz", - "common.select_placeholder": "— select —", + "common.select_placeholder": "\u0015A wybierz \u0015A", "common.size": "Rozmiar", "common.status": "Status", "common.submit": "Wyślij", "common.success": "Sukces", "common.tags": "Tagi", + "common.test": "Test", + "common.test_connection": "Testuj połączenie", "common.type": "Typ", - "common.updated": "Zaktualizowano", + "common.update": "Aktualizuj", + "common.updated": "Zaktualizowane", "common.upload": "Prześlij", - "common.view": "Wyświetl", + "common.view": "Widok", "common.warning": "Ostrzeżenie", "common.yes": "Tak", "cookie.accept": "Rozumiem", "cookie.learn_more": "Dowiedz się więcej", - "cookie.message": "Ta strona używa plików cookie, aby poprawić Twoje doświadczenie.", - "cookie.notice": "DocuElevate używa wyłącznie niezbędnych plików cookie sesji wymaganych do uwierzytelniania i działania usługi. Nie są używane pliki cookie śledzące ani analityczne.", - "cookie.notice_label": "Informacja o plikach cookie", + "cookie.message": "Ta strona internetowa wykorzystuje pliki cookie, aby poprawić Twoje doświadczenia.", + "cookie.notice": "DocuElevate używa tylko niezbędnych plików cookie sesyjnym wymaganych do uwierzytelniania i działania usługi. Nie są używane pliki cookie do śledzenia ani analizy.", + "cookie.notice_label": "Powiadomienie o plikach cookie", "cookie.policy_link": "Polityka plików cookie", - "cookie.privacy_link": "Informacja o prywatności", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", + "cookie.privacy_link": "Powiadomienie o prywatności", + "credentials.col_action": "Akcja", + "credentials.col_credential": "Poświadczenie", + "credentials.col_source": "Źródło", + "credentials.configured": "Skonfigurowane", + "credentials.edit_in_settings": "Edytuj w ustawieniach", + "credentials.legend_db": "Wartość przechowywana w bazie danych (szyfrowana w spoczynku; nadpisuje zmienną środowiskową)", + "credentials.legend_env_after": " plik", + "credentials.legend_env_before": "Wartość ze zmiennej środowiskowej lub ", + "credentials.legend_missing": "Poświadczenie nie jest ustawione — integracja nie będzie działać", + "credentials.legend_restart": "Wymagane ponowne uruchomienie po obróceniu tego poświadczenia", + "credentials.legend_title": "Legenda", + "credentials.manage_settings": "Zarządzaj ustawieniami", + "credentials.not_configured": "Nie skonfigurowane", + "credentials.page_title": "Audyt Poświadczeń - DocuElevate", + "credentials.raw_json": "Surowy JSON (API)", + "credentials.restart_title": "Wymagane ponowne uruchomienie po obróceniu tego poświadczenia", + "credentials.source_db_title": "Przechowywane w bazie danych (szyfrowane)", + "credentials.source_env_title": "Z zmiennej środowiskowej", + "credentials.status_missing": "Brakujące", + "credentials.subtitle": "Przegląd wszystkich wrażliwych poświadczeń używanych przez DocuElevate. Żadne tajne wartości nie są tutaj wyświetlane — tylko to, czy każde poświadczenie jest skonfigurowane i skąd pochodzi.", + "credentials.table_for": "Poświadczenia dla", + "credentials.title": "Audyt Poświadczeń", + "credentials.total_credentials": "Łączna liczba poświadczeń", "dashboard.active_integrations": "Aktywne integracje", "dashboard.files_this_month": "Pliki w tym miesiącu", "dashboard.files_today": "Pliki dzisiaj", - "dashboard.ocr_processed": "OCR przetworzone", + "dashboard.ocr_processed": "OCR Przetworzone", "dashboard.quick_actions": "Szybkie akcje", "dashboard.recent_activity": "Ostatnia aktywność", "dashboard.storage_targets": "Cele przechowywania", - "dashboard.title": "Pulpit", - "dashboard.total_files": "Pliki ogółem", + "dashboard.title": "Dashboard", + "dashboard.total_files": "Łączna liczba plików", "dashboard.welcome": "Witamy w DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "duplicates.file_id_label": "ID pliku", + "duplicates.file_id_placeholder": "np. 42", + "duplicates.find_btn": "Znajdź", + "duplicates.found_files": "znaleziony plik(ów) łącznie.", + "duplicates.found_groups": "znaleziony(e) grupa(y) z", + "duplicates.found_prefix": "Znaleziono", + "duplicates.group_aria": "Grupa duplikatów", + "duplicates.heading": "Dokumenty duplikaty", + "duplicates.how_it_works_heading": "Jak działa wykrywanie bliskich duplikatów", + "duplicates.max_results_label": "Maksymalna liczba wyników", + "duplicates.near_dup_desc": "Wybierz dokument, aby sprawdzić, czy inne pliki zawierają tę samą (lub bardzo podobną) treść — nawet jeśli zostały zeskanowane w różnych momentach i mają różne hashe SHA-256.", + "duplicates.near_dup_heading": "Znajdź bliskie duplikaty dokumentu", + "duplicates.no_exact_heading": "Nie znaleziono dokładnych duplikatów", + "duplicates.page_title": "Duplikaty dokumentów - DocuElevate", + "duplicates.pagination_aria": "Stronicowanie", + "duplicates.role_duplicate": "Duplikat", + "duplicates.role_original": "Oryginał", + "duplicates.tab_exact": "Dokładne duplikaty", + "duplicates.tab_near": "Wyszukiwarka bliskich duplikatów", + "duplicates.tabs_aria": "Karty wykrywania duplikatów", + "duplicates.threshold_label": "Próg podobieństwa", + "duplicates.view_dup_aria": "Zobacz duplikat pliku", + "duplicates.view_original_aria": "Zobacz oryginalny plik", "error.404_code": "404", "error.404_heading": "Ups, nie mogliśmy znaleźć tej strony!", - "error.404_home": "Wróć do strony głównej", - "error.404_message": "Wygląda na to, że DocuElevate zgubił szukany przez Ciebie dokument. Nie martw się – mamy Cię pod opieką.", - "error.404_title": "404 - Not Found", + "error.404_home": "Wróć na stronę główną", + "error.404_message": "Wygląda na to, że DocuElevate zgubiło dokument, którego szukałeś. Nie martw się – mamy to pod kontrolą.", + "error.404_title": "404 - Nie znaleziono", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", + "error.500_debug_info": "Pokaż informacje debugowania", "error.500_description": "Nasze serwery napotkały problem i potrzebują chwili.", "error.500_heading": "Ups! Coś poszło nie tak.", - "error.500_home": "Idź do strony głównej", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Zabroniono", + "error.500_home": "Idź do domu", + "error.500_img_alt": "Ilustracja błędu serwera", + "error.500_message1": "Nasze serwery napotkały problem i potrzebują chwili. Może chomiki wylały swoją kawę?", + "error.500_message2": "Już nad tym pracujemy—sortując pliki, restartując serwery i kalibrując kondensatory strumienia.", + "error.500_title": "Błąd serwera - DocuElevate", + "error.forbidden": "Zabronione", "error.forbidden_message": "Nie masz uprawnień do dostępu do tej strony.", - "error.not_found": "Nie znaleziono strony", - "error.not_found_message": "Szukana strona nie istnieje.", + "error.not_found": "Strona nie znaleziona", + "error.not_found_message": "Strona, której szukasz, nie istnieje.", "error.server_error": "Wewnętrzny błąd serwera", - "error.server_error_message": "Coś poszło nie tak. Spróbuj ponownie później.", - "error.unauthorized": "Brak autoryzacji", + "error.server_error_message": "Coś poszło nie tak. Proszę spróbować później.", + "error.unauthorized": "Nieautoryzowany", "error.unauthorized_message": "Musisz się zalogować, aby uzyskać dostęp do tej strony.", "files.action_delete": "Usuń plik", - "files.action_details": "Wyświetl szczegóły", + "files.action_details": "Zobacz szczegóły", "files.action_preview": "Szybki podgląd", "files.bulk_clear_selection": "Wyczyść zaznaczenie", - "files.bulk_cloud_ocr": "Uruchom ponownie Cloud OCR", + "files.bulk_cloud_ocr": "Ponownie uruchom Cloud OCR", "files.bulk_delete": "Usuń zaznaczone", "files.bulk_download": "Pobierz jako ZIP", - "files.bulk_reprocess": "Przetwórz ponownie zaznaczone", + "files.bulk_reprocess": "Ponownie przetwórz zaznaczone", "files.delete_modal_cancel": "Anuluj", "files.delete_modal_confirm": "Usuń", "files.delete_modal_message": "Czy na pewno chcesz usunąć ten plik?", "files.delete_modal_title": "Potwierdź usunięcie", "files.document_title": "Tytuł dokumentu", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more", + "files.drop_overlay_hint": "Obsługuje PDF, dokumenty Office, obrazy, HTML, Markdown i więcej – foldery są przetwarzane rekurencyjnie", "files.drop_overlay_title": "Upuść pliki lub foldery w dowolnym miejscu, aby przesłać", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", + "files.error_hint": "Może to być spowodowane problemem z konfiguracją lub importem. Sprawdź logi serwera.", "files.file_size": "Rozmiar pliku", "files.filename": "Nazwa pliku", - "files.files_selected": "files selected", + "files.files_selected": "wybrane pliki", "files.filter_all_providers": "Wszyscy dostawcy", "files.filter_all_statuses": "Wszystkie statusy", "files.filter_all_types": "Wszystkie typy", "files.filter_apply": "Zastosuj filtry", "files.filter_clear": "Wyczyść", "files.filter_date_from": "Data od", - "files.filter_date_from_aria": "Filter from date", + "files.filter_date_from_aria": "Filtruj od daty", "files.filter_date_to": "Data do", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", + "files.filter_date_to_aria": "Filtruj do daty", + "files.filter_form_aria": "Filtruj pliki", "files.filter_mime_type": "Typ MIME", "files.filter_ocr_all": "Wszystkie pliki", "files.filter_ocr_good": "Dobra jakość", - "files.filter_ocr_poor": "Niska jakość", + "files.filter_ocr_poor": "Słaba jakość", "files.filter_ocr_quality": "Jakość OCR", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Jeszcze nie oceniono", - "files.filter_search_label": "Search Filename", + "files.filter_ocr_quality_aria": "Filtruj według jakości OCR", + "files.filter_ocr_unchecked": "Jeszcze nie ocenione", + "files.filter_search_label": "Szukaj według nazwy pliku", "files.filter_search_placeholder": "Wprowadź nazwę pliku...", - "files.filter_storage_provider": "Dostawca pamięci", - "files.filter_tags_aria": "Filter by tags (comma-separated)", + "files.filter_storage_provider": "Dostawca przechowywania", + "files.filter_tags_aria": "Filtruj według tagów (oddzielonych przecinkami)", "files.filter_tags_placeholder": "np. faktura,amazon", - "files.fulltext_search_label": "Full-Text Search", - "files.fulltext_search_placeholder": "Przeszukaj zawartość dokumentu, nadawcę, tagi, typ...", + "files.fulltext_search_label": "Wyszukiwanie pełnotekstowe (tekst OCR, metadane, tagi)", + "files.fulltext_search_placeholder": "Szukaj treści dokumentu, nadawcy, tagów, typu...", "files.no_files": "Nie znaleziono plików", "files.ocr_status": "Status OCR", - "files.page_title": "Rekordy plików", - "files.pagination_files": "files", - "files.pagination_first": "Pierwsza", - "files.pagination_last": "Ostatnia", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Następna", - "files.pagination_of": "of", - "files.pagination_previous": "Poprzednia", - "files.pagination_showing": "Showing", + "files.page_title": "Rejestry plików", + "files.pagination_files": "plików", + "files.pagination_first": "Pierwszy", + "files.pagination_last": "Ostatni", + "files.pagination_nav_aria": "Paginacja listy plików", + "files.pagination_next": "Następny", + "files.pagination_of": "z", + "files.pagination_previous": "Poprzedni", + "files.pagination_showing": "Wyświetlanie", "files.preview_modal_close": "Zamknij podgląd", "files.preview_modal_title": "Podgląd", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "Wyświetl kolejkę", + "files.queue_banner_items": "element(y) są obecnie w kolejce lub przetwarzane. Pliki pojawią się tutaj po zakończeniu przetwarzania.", + "files.queue_banner_link": "Zobacz kolejkę", "files.saved_searches_empty": "Brak zapisanych wyszukiwań", "files.saved_searches_error": "Nie można załadować zapisanych wyszukiwań", "files.saved_searches_label": "Zapisane wyszukiwania", - "files.saved_searches_save": "Zapisz bieżące", - "files.saved_searches_save_aria": "Save current filters as a saved search", + "files.saved_searches_save": "Zapisz obecne", + "files.saved_searches_save_aria": "Zapisz bieżące filtry jako zapisane wyszukiwanie", "files.search_results_empty": "Nie znaleziono wyników.", "files.search_results_title": "Wyniki wyszukiwania", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Działania", - "files.table_aria": "File records", - "files.table_created_at": "Data utworzenia", + "files.status_duplicate": "Duplikat", + "files.table_actions": "Akcje", + "files.table_aria": "Rejestry plików", + "files.table_created_at": "Utworzono", "files.table_empty": "Nie znaleziono plików", "files.table_id": "ID", "files.table_mime_type": "Typ MIME", @@ -401,189 +406,291 @@ "files.table_select_all": "Zaznacz wszystkie pliki na tej stronie", "files.tags": "Tagi", "files.title": "Pliki", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", + "files.upload_modal_aria": "Postęp przesyłania", + "files.upload_modal_close": "Zamknij postęp przesyłania", "files.upload_modal_header": "Przesyłanie plików", - "files.uploaded": "Przesłano", + "files.uploaded": "Przesłane", "footer.about": "O nas", - "footer.attribution": "Atrybuty", - "footer.attributions": "Atrybuty", - "footer.cookies": "Polityka plików cookie", + "footer.attribution": "Przypis", + "footer.attributions": "Przypisy", + "footer.cookies": "Ciasteczka", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Impressum", + "footer.imprint": "Impresum", "footer.license": "Licencja", "footer.navigation": "Nawigacja stopki", "footer.privacy": "Prywatność", - "footer.terms": "Regulamin", + "footer.terms": "Warunki", "footer.version": "Wersja {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "Połączono przez OAuth. Pliki trafiają do wybranego folderu.", - "help.destinations_email": "Przekazywanie e-mail", + "help.destinations_dropbox_desc": "Powiązane przez OAuth. Pliki lądują w wybranym folderze.", + "help.destinations_email": "Przesyłanie e-mail", "help.destinations_email_desc": "Przetworzone pliki wysyłane jako załączniki SMTP.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Konto usługi lub OAuth. Obsługuje dyski współdzielone.", - "help.destinations_heading": "Miejsca docelowe – dokąd trafiają dokumenty", + "help.destinations_google_drive_desc": "Konto usługi lub OAuth. Wspiera udostępnione napędy.", + "help.destinations_heading": "Miejsca docelowe – Gdzie trafiają dokumenty", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Lokalna pamięć w chmurze przez WebDAV.", + "help.destinations_nextcloud_desc": "Samodzielnie hostowane przechowywanie w chmurze za pośrednictwem WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Integracja z Microsoft Graph API.", + "help.destinations_onedrive_desc": "Integracja z API Microsoft Graph.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Przesyłaj dokumenty bezpośrednio do Paperless w celu archiwizacji.", + "help.destinations_paperless_desc": "Wpychaj dokumenty bezpośrednio do Paperless w celu archiwizacji.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Dowolny zasobnik zgodny z S3 (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Dowolny kubeł zgodny z S3 (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", "help.destinations_sftp_desc": "Bezpieczny transfer plików na dowolny serwer.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "Publikuj metadane do dowolnego zewnętrznego punktu końcowego.", + "help.destinations_webhook_desc": "Wyślij metadane do dowolnego zewnętrznego punktu końcowego.", "help.documentation": "Dokumentacja", - "help.faq": "Często zadawane pytania", - "help.faq_1_a": "Przejdź do strony Prześlij, przeciągnij i upuść pliki lub kliknij Wybierz plik. DocuElevate konwertuje obrazy i dokumenty biurowe do PDF, uruchamia OCR i automatycznie wyodrębnia metadane.", + "help.faq": "Najczęściej zadawane pytania", + "help.faq_1_a": "Przejdź do strony przesyłania, przeciągnij i upuść pliki lub kliknij Wybierz plik. DocuElevate konwertuje obrazy i dokumenty biurowe do PDF, wykonuje OCR i automatycznie wyodrębnia metadane.", "help.faq_1_q": "Jak przesłać dokumenty?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF i HTML. Pliki inne niż PDF są automatycznie konwertowane do PDF przed przetworzeniem.", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF i HTML. Pliki, które nie są w formacie PDF, są automatycznie konwertowane na PDF przed przetwarzaniem.", "help.faq_2_q": "Jakie formaty plików są obsługiwane?", - "help.faq_3_a": "Tak. Przejdź do Pozyskiwanie e-mail, dodaj konto IMAP, a DocuElevate będzie automatycznie sprawdzać nowe wiadomości i przetwarzać załączniki.", - "help.faq_3_q": "Czy mogę pozyskiwać dokumenty z poczty e-mail?", - "help.faq_4_a": "Potoki pozwalają łączyć kroki przetwarzania – OCR, ekstrakcja AI, konwersja formatów – i kierować wynik do jednego lub więcej miejsc docelowych. Twórz nimi i zarządzaj ze strony Potoki.", - "help.faq_4_q": "Jak działają potoki przetwarzania?", - "help.faq_5_a": "DocuElevate szyfruje dane uwierzytelniające w spoczynku, komunikuje się przez TLS i nigdy nie przechowuje dokumentów dłużej niż to konieczne. Szczegółowe informacje znajdziesz w Informacji o prywatności.", + "help.faq_3_a": "Tak. Przejdź do Importu e-maili, dodaj konto IMAP, a DocuElevate będzie monitorować nowe wiadomości i automatycznie przetwarzać załączniki.", + "help.faq_3_q": "Czy mogę importować dokumenty z e-maila?", + "help.faq_4_a": "Pipelines umożliwiają łączenie kroków przetwarzania – OCR, wyodrębnianie AI, konwersja formatów – i kierowanie wyniku do jednego lub większej liczby celów. Twórz i zarządzaj nimi na stronie Pipelines.", + "help.faq_4_q": "Jak działają procesy pipeline?", + "help.faq_5_a": "DocuElevate szyfruje dane uwierzytelniające w spoczynku, komunikuje się za pomocą TLS i nigdy nie przechowuje Twoich dokumentów dłużej, niż to konieczne. Zobacz Powiadomienie o prywatności, aby uzyskać pełne szczegóły.", + "help.faq_5_a_post": " po szczegółowe informacje.", + "help.faq_5_a_pre": "DocuElevate szyfruje dane uwierzytelniające w spoczynku, komunikuje się przez TLS i nigdy nie przechowuje Twoich dokumentów dłużej niż to konieczne. Zobacz ", "help.faq_5_q": "Czy moje dane są bezpieczne?", - "help.faq_heading": "Często zadawane pytania", - "help.getting_started": "Pierwsze kroki", - "help.heading": "Centrum pomocy", - "help.page_title": "Centrum pomocy", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Szybki start", - "help.quickstart_storage": "Podłącz pamięć", - "help.quickstart_storage_desc": "Przejdź do Ustawień i połącz swoje konta w chmurze. Przetworzone dokumenty są automatycznie kierowane do każdego skonfigurowanego miejsca docelowego.", - "help.quickstart_upload": "Prześlij dokumenty", - "help.quickstart_upload_desc": "Przeciągnij i upuść pliki na stronę Prześlij lub kliknij Wybierz plik. DocuElevate konwertuje obrazy i dokumenty biurowe do PDF, uruchamia OCR i automatycznie wyodrębnia metadane.", - "help.quickstart_workflows": "Automatyzuj przepływy pracy", - "help.quickstart_workflows_desc": "Twórz potoki, aby zdefiniować wieloetapowe przetwarzanie i reguły routingu. Łącz OCR, ekstrakcję AI, konwersję formatów i dostarczanie w jednym przepływie.", - "help.sources_email_ingestion": "Pozyskiwanie e-mail (IMAP)", - "help.sources_email_ingestion_desc": "Przekazuj dokumenty do dedykowanej skrzynki pocztowej. W sekcji Pozyskiwanie e-mail dodaj jedno lub więcej kont IMAP. DocuElevate automatycznie sprawdza nowe wiadomości i przetwarza załączniki.", - "help.sources_heading": "Źródła – jak dostarczać dokumenty", + "help.faq_heading": "Najczęściej Zadawane Pytania", + "help.getting_started": "Wprowadzenie", + "help.heading": "Centrum Pomocy", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Użyj REST API, aby programowo przesłać dokumenty. Uwierzytelnij się za pomocą tokena Bearer i wyślij pliki do punktu końcowego przesyłania.", + "help.ingestion_heading": "Narzędzia do Wprowadzania Danych", + "help.ingestion_mobile": "Aplikacje Mobilne", + "help.ingestion_mobile_desc": "Użyj dowolnej aplikacji do skanowania na telefonie, która obsługuje niestandardowe cele przesyłania HTTP, aby wysłać zdjęcia i skany do DocuElevate z telefonu lub tabletu.", + "help.ingestion_scanners": "Skanery Sieciowe", + "help.ingestion_scanners_desc": "Skieruj dowolny skaner sieciowy lub wielofunkcyjny printer na punkt końcowy przesyłania DocuElevate. Skanowane dokumenty lądują bezpośrednio w Twojej kolejce przetwarzania.", + "help.ingestion_watched_folders": "Obserwowane Foldery", + "help.ingestion_watched_folders_desc": "Skonfiguruj lokalny lub sieciowy folder do monitorowania. Każdy plik umieszczony w obserwowanym folderze jest automatycznie przesyłany i przetwarzany przez DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Zintegruj DocuElevate ze swoimi procesami automatyzacji za pomocą Zapier, n8n lub Make. Użyj akcji REST API, aby uruchomić przesyłanie dokumentów na każde zdarzenie.", + "help.meta_description": "Uzyskaj pomoc z DocuElevate – znajdź przewodniki dotyczące przesyłania dokumentów, łączenia z chmurą, konfiguracji pipeline'ów i nie tylko.", + "help.og_description": "Uzyskaj pomoc z DocuElevate – znajdź przewodniki dotyczące przesyłania dokumentów, łączenia z chmurą, konfiguracji pipeline'ów i nie tylko.", + "help.page_title": "Centrum Pomocy", + "help.privacy_notice": "Powiadomienie o Prywatności", + "help.quickstart_heading": "Szybki Start", + "help.quickstart_storage": "Połącz Magazyn", + "help.quickstart_storage_desc": "Przejdź do Ustawień i połącz swoje konta chmurowe. Przetworzone dokumenty są automatycznie kierowane do każdego celu, który skonfigurujesz.", + "help.quickstart_storage_desc_full": "Przejdź do Integracji i połącz swoje konta w chmurze. DocuElevate obsługuje Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud i inne. Przetworzone dokumenty są automatycznie kierowane do każdego celu, który skonfigurujesz.", + "help.quickstart_upload": "Prześlij Dokumenty", + "help.quickstart_upload_desc": "Przeciągnij i upuść pliki na stronie Prześlij lub kliknij Wybierz Plik. DocuElevate konwertuje obrazy i dokumenty biurowe na PDF, wykonuje OCR i automatycznie wyodrębnia metadane.", + "help.quickstart_workflows": "Automatyzuj Przepływy Pracy", + "help.quickstart_workflows_desc": "Twórz Pipelines, aby zdefiniować wieloetapowe przetwarzanie i zasady kierowania. Łącz OCR, wyodrębnianie AI, konwersję formatów i dostarczanie w jednym przepływie.", + "help.sources_email_ingestion": "Import e-maili (IMAP)", + "help.sources_email_ingestion_desc": "Przekazuj dokumenty do dedykowanej skrzynki pocztowej. W sekcji Import e-maili dodaj jedno lub więcej kont IMAP. DocuElevate monitoruje nowe wiadomości i automatycznie przetwarza załączniki.", + "help.sources_heading": "Źródła – Wprowadzanie Dokumentów", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integruj programowo, wysyłając pliki metodą POST do /api/upload. Idealny do skryptów, obserwowanych folderów, skanerów lub narzędzi zewnętrznych, takich jak Zapier i n8n.", - "help.sources_scanner": "Skaner i urządzenia mobilne", - "help.sources_scanner_desc": "Skieruj skanery sieciowe na punkt końcowy przesyłania DocuElevate lub użyj dowolnej mobilnej aplikacji do skanowania obsługującej niestandardowe miejsca docelowe HTTP.", - "help.sources_web_upload": "Przesyłanie przez internet", - "help.sources_web_upload_desc": "Najszybszy sposób, aby zacząć. Otwórz stronę Prześlij, upuść jeden lub więcej plików, a DocuElevate zajmie się resztą. Obsługiwane formaty to PDF, JPEG, PNG, TIFF, DOCX, XLSX i inne.", - "help.subheading": "Wszystko, czego potrzebujesz, aby w pełni korzystać z DocuElevate. Przeglądaj tematy poniżej lub wyszukaj to, czego potrzebujesz.", + "help.sources_rest_api_desc": "Integruj programistycznie, przesyłając pliki metodą POST na /api/upload. Idealne do skryptów, obserwowanych folderów, skanerów lub narzędzi zewnętrznych, takich jak Zapier i n8n.", + "help.sources_scanner": "Skaner i Mobilne", + "help.sources_scanner_desc": "Skieruj skanery sieciowe na punkt końcowy przesyłania DocuElevate lub użyj dowolnej mobilnej aplikacji do skanowania, która obsługuje niestandardowe cele HTTP.", + "help.sources_scanner_desc_full": "Skonfiguruj swój skaner sieciowy lub wielofunkcyjny, aby wysyłał skany bezpośrednio do DocuElevate. Użyj punktu końcowego /api/upload jako celu. Aplikacje do skanowania na telefonie z niestandardowymi celami przesyłania są również obsługiwane.", + "help.sources_web_upload": "Przesyłanie przez Sieć", + "help.sources_web_upload_desc": "Najszybszy sposób na rozpoczęcie. Otwórz stronę Prześlij, upuść jeden lub więcej plików, a DocuElevate zajmie się resztą. Obsługiwane formaty to PDF, JPEG, PNG, TIFF, DOCX, XLSX i inne.", + "help.subheading": "Wszystko, czego potrzebujesz, aby w pełni wykorzystać możliwości DocuElevate. Przeglądaj tematy poniżej lub wyszukaj to, czego potrzebujesz.", "help.support": "Wsparcie", - "help.support_admin_message": "Skontaktuj się z administratorem w celu uzyskania informacji o pomocy technicznej.", + "help.support_admin_message": "Skontaktuj się ze swoim administratorem, aby uzyskać informacje o wsparciu.", "help.support_description": "Nie możesz znaleźć tego, czego szukasz? Nasz zespół wsparcia jest tutaj, aby pomóc.", - "help.support_heading": "Skontaktuj się z pomocą techniczną", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Centrum pomocy", - "help.workflows_creating": "Tworzenie potoku", - "help.workflows_definition": "Potok to seria kroków przetwarzania, które uruchamiają się automatycznie za każdym razem, gdy dokument jest pozyskiwany. Każdy krok może przekształcać, wzbogacać lub kierować dokument.", - "help.workflows_heading": "Przepływy pracy i potoki", - "help.workflows_step_1": "Konwertuj do PDF", - "help.workflows_step_1_create": "Przejdź do sekcji Potoki w głównym menu.", - "help.workflows_step_2": "OCR – wyodrębnianie tekstu", - "help.workflows_step_2_create": "Kliknij Nowy potok i nadaj mu nazwę.", + "help.support_heading": "Skontaktuj się z Wsparciem", + "help.support_live_chat": "Czat na żywo dostępny – kliknij dymek czatu, aby rozpocząć rozmowę.", + "help.support_ticket_button": "Złóż Zgłoszenie", + "help.support_ticket_desc": "Wypełnij formularz poniżej, a nasz zespół wsparcia skontaktuje się z Tobą tak szybko, jak to możliwe.", + "help.support_ticket_heading": "Otwórz Zgłoszenie Wsparcia", + "help.title": "Centrum Pomocy", + "help.workflows_creating": "Tworzenie Pipeline'u", + "help.workflows_definition": "Pipeline to seria kroków przetwarzania, które uruchamiają się automatycznie za każdym razem, gdy dokument jest importowany. Każdy krok może przekształcać, wzbogacać lub kierować dokument.", + "help.workflows_heading": "Przepływy Pracy i Pipeline'y", + "help.workflows_step_1": "Konwertuj na PDF", + "help.workflows_step_1_create": "Przejdź do Pipeline'ów w głównym menu.", + "help.workflows_step_1_full": "Konwertowanie na PDF – wszystkie przychodzące pliki są normalizowane do spójnego formatu PDF.", + "help.workflows_step_2": "OCR – ekstrakcja tekstu", + "help.workflows_step_2_create": "Kliknij Nowy Pipeline i nadaj mu nazwę.", + "help.workflows_step_2_full": "OCR – wyodrębnij tekst możliwy do zaznaczenia z zeskanowanych stron za pomocą Azure Document Intelligence lub wbudowanego silnika.", "help.workflows_step_3": "Ekstrakcja metadanych AI", "help.workflows_step_3_create": "Dodaj potrzebne kroki przetwarzania.", - "help.workflows_step_4": "Dostarcz do jednego lub więcej miejsc docelowych", - "help.workflows_step_4_create": "Wybierz jedno lub więcej miejsc docelowych dostarczania.", - "help.workflows_step_5_create": "Zapisz – nowe dokumenty będą automatycznie przetwarzane przez ten potok.", + "help.workflows_step_3_full": "Ekstrakcja metadanych AI – klasyfikuj typ dokumentu i pobierz kluczowe pola, takie jak kwoty, daty i imiona za pomocą OpenAI.", + "help.workflows_step_4": "Dostarcz do jednego lub więcej celów", + "help.workflows_step_4_create": "Wybierz jeden lub więcej celów dostawy.", + "help.workflows_step_5_create": "Zapisz – nowe dokumenty będą przetwarzane przez ten pipeline automatycznie.", "help.workflows_typical_steps": "Typowe kroki", - "help.workflows_what_is": "Czym jest potok?", + "help.workflows_what_is": "Czym jest Pipeline?", "index.badge_intelligent": "Inteligentne przetwarzanie dokumentów", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Pamięć w chmurze: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Pozyskiwanie dokumentów przez e-mail i URL", - "index.capabilities_ocr": "OCR i ekstrakcja metadanych za pomocą AI", - "index.capabilities_paperless": "Integracja z Paperless-ngx do zarządzania dokumentami", + "index.button_browse_files": "Przeglądaj pliki", + "index.button_upload": "Prześlij", + "index.capabilities_cloud": "Przechowywanie w chmurze: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Przetwarzanie dokumentów przez e-mail i URL", + "index.capabilities_ocr": "OCR i ekstrakcja metadanych z użyciem AI", + "index.capabilities_paperless": "Integracja Paperless-ngx do zarządzania dokumentami", "index.capabilities_title": "Możliwości", - "index.capabilities_workflows": "Zautomatyzowane przepływy klasyfikacji i routingu", - "index.cta_description": "Dołącz do zespołów już automatyzujących przetwarzanie dokumentów z DocuElevate.", - "index.cta_heading": "Gotowy, aby ulepszyć przepływ pracy z dokumentami?", + "index.capabilities_workflows": "Zautomatyzowane klasyfikacje i procesy robocze", + "index.cta_description": "Dołącz do zespołów, które już automatyzują przetwarzanie dokumentów z DocuElevate.", + "index.cta_heading": "Gotowy, aby ulepszyć swój przepływ pracy z dokumentami?", "index.cta_pricing": "Zobacz cennik", - "index.cta_signup": "Utwórz bezpłatne konto", + "index.cta_signup": "Utwórz darmowe konto", "index.dashboard_subtitle": "Inteligentne przetwarzanie i zarządzanie dokumentami", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", + "index.dashboard_subtitle_teams": "Inteligentne przetwarzanie i zarządzanie dokumentami – stworzone dla zespołów", "index.feature_ai": "Ekstrakcja metadanych AI", - "index.feature_ai_desc": "OpenAI, Claude, Gemini i inne wtyczki AI klasyfikują dokumenty i wyodrębniają kluczowe pola, takie jak daty, kwoty i tematy.", - "index.feature_cloud": "Wielochmurowa pamięć", - "index.feature_cloud_desc": "Kieruj przetworzone pliki do Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP i innych.", - "index.feature_email": "Pozyskiwanie przez e-mail i IMAP", - "index.feature_email_desc": "Automatycznie pobieraj dokumenty z Gmaila lub dowolnej skrzynki IMAP – bez ręcznego przesyłania.", + "index.feature_ai_desc": "OpenAI, Claude, Gemini i inni dostawcy AI klasyfikują dokumenty i wyciągają kluczowe pola, takie jak daty, kwoty i tematy.", + "index.feature_cloud": "Przechowywanie w wielu chmurach", + "index.feature_cloud_desc": "Kieruj przetworzone pliki do Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP i więcej.", + "index.feature_email": "Przetwarzanie e-mail i IMAP", + "index.feature_email_desc": "Automatycznie pobieraj dokumenty z Gmaila lub dowolnej skrzynki IMAP – bez ręcznych przesyłek.", "index.feature_ocr": "OCR i ekstrakcja tekstu", - "index.feature_ocr_desc": "Azure Document Intelligence automatycznie konwertuje zeskanowane pliki PDF i obrazy na w pełni przeszukiwalny tekst.", - "index.feature_pipelines": "Niestandardowe potoki", - "index.feature_pipelines_desc": "Twórz potoki przetwarzania z konfigurowalnymi krokami – OCR, ekstrakcja AI, konwersja formatów i routing pamięci w dowolnej kolejności.", - "index.feature_search": "Pełnotekstowe wyszukiwanie", + "index.feature_ocr_desc": "Azure Document Intelligence przekształca skanowane pliki PDF i obrazy w automatycznie w pełni przeszukiwany tekst.", + "index.feature_pipelines": "Dostosowane Pipeline'y", + "index.feature_pipelines_desc": "Twórz procesy pipeline z konfigurowalnymi krokami – OCR, ekstrakcja AI, konwersja formatu i kierowanie do magazynu w dowolnej kolejności.", + "index.feature_search": "Wyszukiwanie pełnotekstowe", "index.feature_search_desc": "Natychmiast znajdź dowolny dokument według treści, metadanych lub tagów w całym archiwum.", - "index.feature_section_title": "Wszystko, czego potrzebujesz do inteligentnych przepływów pracy z dokumentami", - "index.getting_started": "Pierwsze kroki", - "index.getting_started_1": "Skonfiguruj integracje w Stanie systemu", + "index.feature_section_title": "Wszystko, czego potrzebujesz do inteligentnych procesów roboczych z dokumentami", + "index.getting_started": "Rozpoczęcie", + "index.getting_started_1": "Skonfiguruj integracje poprzez Stan systemu", "index.getting_started_2": "Prześlij swój pierwszy dokument", - "index.getting_started_3": "Przejrzyj wyniki w sekcji Pliki", + "index.getting_started_3": "Przejrzyj wyniki w Plikach", "index.getting_started_learn": "Dowiedz się więcej o DocuElevate", - "index.hero_description": "DocuElevate pobiera dokumenty, uruchamia OCR, wyodrębnia metadane za pomocą AI i kieruje pliki do Dropbox, Google Drive, OneDrive, S3, Nextcloud i innych – wszystko w jednym płynnym potoku.", - "index.hero_heading": "Od przesłania do wglądu – automatycznie.", + "index.hero_description": "DocuElevate przetwarza Twoje dokumenty, wykonuje OCR, wyodrębnia metadane za pomocą AI i przesyła pliki do Dropbox, Google Drive, OneDrive, S3, Nextcloud i więcej — wszystko w jednym bezproblemowym procesie.", + "index.hero_heading": "Od przesyłania do wglądu — automatycznie.", "index.hero_login": "Zaloguj się", - "index.hero_pricing": "Zobacz plany i cennik", - "index.hero_signup": "Zacznij – to bezpłatne", + "index.hero_pricing": "Zobacz plany i ceny", + "index.hero_signup": "Zacznij — to darmowe", "index.integrations_active": "Aktywne integracje", - "index.integrations_storage": "Miejsca docelowe pamięci", + "index.integrations_storage": "Docelowe miejsca przechowywania", "index.integrations_title": "Integracje", - "index.integrations_view_status": "Wyświetl stan systemu", - "index.page_title_dashboard": "Pulpit", + "index.integrations_view_status": "Zobacz stan systemu", + "index.page_title_dashboard": "Panel", "index.page_title_public": "Inteligentne przetwarzanie dokumentów", "index.platform_overview": "Przegląd platformy", + "index.processing_stats": "Statystyki przetwarzania", "index.quick_actions": "Szybkie działania", "index.quick_documents": "Moje dokumenty", - "index.quick_documents_desc": "Przeglądaj przetworzone pliki", - "index.quick_search": "Wyszukaj", - "index.quick_search_desc": "Pełnotekstowe wyszukiwanie dokumentów", + "index.quick_documents_desc": "Przeglądaj swoje przetworzone pliki", + "index.quick_search": "Szukaj", + "index.quick_search_desc": "Wyszukiwanie pełnotekstowe w dokumentach", "index.quick_subscription": "Moja subskrypcja", - "index.quick_subscription_desc": "Wyświetl szczegóły planu i użytkowania", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", + "index.quick_subscription_desc": "Zobacz szczegóły planu i wykorzystania", + "index.quick_system_status": "Stan systemu", + "index.quick_system_status_desc": "Sprawdź stan integracji", "index.quick_upload": "Prześlij dokument", "index.quick_upload_desc": "Przetwórz nowy plik", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", + "index.quick_view_files": "Zobacz wszystkie pliki", + "index.quick_view_files_desc": "Przeglądaj przetworzone dokumenty", + "index.single_user_heading": "Panel DocuElevate", "index.single_user_subtitle": "Inteligentne przetwarzanie i zarządzanie dokumentami", - "index.stat_active_integrations": "Active Integrations", + "index.stat_active_integrations": "Aktywne integracje", "index.stat_active_users": "Aktywni użytkownicy", "index.stat_files_month": "Pliki w tym miesiącu", + "index.stat_files_ocr": "Pliki z OCR", "index.stat_files_today": "Pliki dzisiaj", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Łącznie pliki", + "index.stat_storage_targets": "Docelowe miejsca przechowywania", + "index.stat_this_month": "Ten miesiąc", + "index.stat_today": "Dziś", + "index.stat_total_files": "Łączna liczba plików", + "index.stat_total_processed": "Łącznie przetworzono", "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "Wyświetl pełne szczegóły", + "index.tier_upgrade": "Ulepsz", + "index.tier_view_details": "Zobacz pełne szczegóły", "index.upgrade_daily_limits": "Wyższe dzienne i miesięczne limity", - "index.upgrade_description": "Odblokuj więcej dokumentów, więcej miejsc docelowych i wsparcie priorytetowe.", - "index.upgrade_destinations": "Więcej miejsc docelowych pamięci", + "index.upgrade_description": "Odblokuj więcej dokumentów, więcej lokalizacji i priorytetowe wsparcie.", + "index.upgrade_destinations": "Więcej lokalizacji przechowywania", "index.upgrade_ocr_pages": "Więcej stron OCR", - "index.upgrade_plan": "Uaktualnij swój plan", - "index.upgrade_view_pricing": "Zobacz plany i cennik", - "index.usage_lifetime": "Pliki łącznie", + "index.upgrade_plan": "Ulepsz swój plan", + "index.upgrade_view_pricing": "Zobacz plany i ceny", + "index.usage_lifetime": "Pliki na całe życie", "index.usage_month": "Pliki w tym miesiącu", - "index.usage_my_usage": "Moje użycie", + "index.usage_my_usage": "Moje wykorzystanie", "index.usage_today": "Pliki dzisiaj", - "index.usage_unlimited": "Bez limitu", - "integrations.configure": "Konfiguruj", + "index.usage_unlimited": "Nieograniczone", + "integrations.access_key_label": "ID klucza dostępu", + "integrations.active_label": "Aktywny", + "integrations.add_button": "Dodaj integrację", + "integrations.add_first_button": "Dodaj swoją pierwszą integrację", + "integrations.api_token_label": "Token API", + "integrations.authorize_btn": "Autoryzuj", + "integrations.authorize_reauth": "Re-autoryzuj", + "integrations.bucket_label": "Koszyk", + "integrations.configure": "Skonfiguruj", "integrations.connect": "Połącz", "integrations.connected": "Połączono", - "integrations.disconnect": "Rozłącz", + "integrations.connection_failed": "Połączenie nie powiodło się", + "integrations.connection_success": "Połączenie udane", + "integrations.delete_confirm_are_you_sure": "Czy na pewno chcesz usunąć", + "integrations.delete_confirm_title": "Usunąć integrację?", + "integrations.delete_confirm_undone": "Ta akcja nie może być anulowana.", + "integrations.delete_emails_label": "Usuń e-maile po przetworzeniu", + "integrations.delete_files_label": "Usuń pliki po przetworzeniu", + "integrations.destinations_quota_label": "Miejsca przechowywania:", + "integrations.destinations_section": "Miejsca docelowe", + "integrations.direction_destination": "Miejsce docelowe (przechowywanie)", + "integrations.direction_label": "Kierunek", + "integrations.direction_placeholder": "\u00102 Wybierz \u00102", + "integrations.direction_source": "Źródło (przejęcie)", + "integrations.disconnect": "Odłącz", + "integrations.email_settings": "Ustawienia przekazywania e-maili", "integrations.empty_state": "Brak skonfigurowanych integracji", + "integrations.endpoint_label": "Adres URL końcówki", + "integrations.endpoint_optional": "(opcjonalnie, dla zgodności z S3)", "integrations.folder_label": "Folder", + "integrations.folder_optional": "(opcjonalnie)", + "integrations.folder_path_label": "Ścieżka do folderu", + "integrations.folder_prefix_label": "Prefiks folderu", + "integrations.generic_settings_hint": "Konfiguracja dla tego typu integracji może być podana jako JSON po utworzeniu przez API.", + "integrations.gmail_hint": "Etykiety Gmaila i gwiazdki: po włączeniu przetworzone e-maile mają gwiazdki i są oznaczone etykietą \"Przejęte\" w Gmailu. Dotyczy tylko serwerów Gmail.", + "integrations.gmail_labels": "Zastosuj etykiety Gmaila i gwiazdki", "integrations.host_label": "Host", "integrations.imap_settings": "Ustawienia IMAP", - "integrations.not_connected": "Nie połączono", + "integrations.loading": "Ładowanie integracji\u0012\u0012", + "integrations.modal_close": "Zamknij modal", + "integrations.modal_title_add": "Dodaj integrację", + "integrations.modal_title_edit": "Edytuj integrację", + "integrations.name_label": "Etykieta", + "integrations.name_placeholder": "np. Gmail do pracy, Archiwum S3", + "integrations.nextcloud_settings": "Ustawienia Nextcloud", + "integrations.nextcloud_url_label": "URL Nextcloud", + "integrations.no_integrations_body": "Dodaj swoją pierwszą integrację, aby połączyć źródła zasysania (takie jak IMAP) i miejsca przechowywania (takie jak S3, Dropbox lub Google Drive).", + "integrations.not_connected": "Niepołączono", + "integrations.oauth_folder_label": "Folder", + "integrations.oauth_hint": "Zapisz tę integrację najpierw, a następnie użyj przycisku Autoryzuj, aby dokończyć proces OAuth. Twoje dane uwierzytelniające będą przechowywane bezpiecznie w twoim osobistym rekordzie integracji.", "integrations.page_title": "Integracje", + "integrations.paperless_settings": "Ustawienia Paperless NGX", "integrations.password_label": "Hasło", + "integrations.paused": "Wstrzymano", + "integrations.plan_label": "Plan:", "integrations.port_label": "Port", + "integrations.quota_not_available": "(niedostępne)", + "integrations.quota_unlimited": "/ bez limitu", + "integrations.recipient_label": "E-mail odbiorcy", + "integrations.region_label": "Region", + "integrations.remote_path_label": "Zdalna ścieżka", + "integrations.s3_prefix_label": "Prefiks (ścieżka folderu)", + "integrations.s3_settings": "Ustawienia S3", + "integrations.secret_key_label": "Tajny klucz dostępu", + "integrations.show_password": "Pokaż hasło", + "integrations.show_secrets": "Pokaż sekrety", + "integrations.show_token": "Pokaż token", + "integrations.source_local": "Lokalny system plików", + "integrations.source_type_label": "Typ źródła", + "integrations.sources_quota_label": "Źródła skrzynki pocztowej:", + "integrations.sources_section": "Źródła", + "integrations.subtitle": "Zarządzaj swoimi źródłami zasysania i miejscami przechowywania w jednym miejscu.", "integrations.title": "Integracje", + "integrations.type_label": "Typ integracji", + "integrations.type_placeholder": "\u0010\u0010 Wybierz kierunek najpierw \u0010\u0010", + "integrations.upgrade_plan": "Uaktualnij plan", + "integrations.use_ssl": "Użyj SSL", "integrations.username_label": "Nazwa użytkownika", + "integrations.watch_folder_settings": "Ustawienia folderu monitorowanego", + "integrations.webdav_settings": "Ustawienia WebDAV", + "integrations.webdav_url_label": "URL WebDAV", + "integrations.webhook_heading": "Zasysanie przez Webhook", + "integrations.webhook_how_heading": "Jak działa zasysanie przez Webhook", + "integrations.webhook_how_text": "Integracja webhook pozwala na bezpośrednie przesyłanie dokumentów do DocuElevate przez REST API. Zamiast aby DocuElevate sprawdzał nowe pliki (jak IMAP), twoja aplikacja wysyła pliki do DocuElevate za pomocą żądania HTTP z tokenem API do autoryzacji.", + "integrations.webhook_ideal_text": "To idealne rozwiązanie dla pipeline'ów CI/CD, skryptów automatyzacji, integracji ze skanera lub jakiegokolwiek systemu, który generuje dokumenty i musi je przesłać do przetworzenia.", + "integrations.webhook_quick_start": "Szybki start", + "integrations.webhook_security_tip": "Utwórz dedykowany token API dla każdej integracji i natychmiast go unieważnij, jeśli zostanie skompromitowany. Tokeny można zarządzać na stronie Tokeny API.", + "integrations.webhook_step1": "Przejdź do {api_tokens_link} i utwórz osobisty token.", + "integrations.webhook_upload_with_token": "Użyj tokenu do przesłania dokumentów przez API:", "language.bg": "Български", "language.ca": "Català", "language.change_success": "Język zmieniony na {language}", @@ -592,88 +699,96 @@ "language.da": "Dansk", "language.de": "Deutsch", "language.el": "Ελληνικά", - "language.en": "Angielski", - "language.es": "Hiszpański", + "language.en": "English", + "language.es": "Español", "language.et": "Eesti", "language.fi": "Suomi", - "language.fr": "Francuski", + "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", + "language.hu": "Węgierski", + "language.is": "Islandzki", "language.it": "Włoski", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", + "language.lb": "Luksemburski", + "language.lt": "Litewski", + "language.lv": "Łotewski", + "language.nb": "Norweski", "language.nl": "Niderlandzki", + "language.no_results": "Nie znaleziono języków", "language.pl": "Polski", "language.pt": "Portugalski", - "language.ro": "Română", + "language.ro": "Rumuni", "language.ru": "Rosyjski", + "language.search_placeholder": "Szukaj języków\u0000", "language.selector": "Język", "language.selector_label": "Wybierz język", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", + "language.sk": "Słowacki", + "language.sl": "Słoweński", + "language.sv": "Szwedzki", + "language.tr": "Turecki", + "language.uk": "Ukraiński", "language.zh": "Chiński", - "nav.about": "O nas", - "nav.admin": "Administracja", - "nav.admin.audit_logs": "Dzienniki audytu", - "nav.admin.backups": "Kopie zapasowe", + "nav.about": "O aplikacji", + "nav.account_menu": "Menu konta", + "nav.account_menu_for": "Menu konta dla {name}", + "nav.admin": "Admin", + "nav.admin.audit_logs": "Logi audytu", + "nav.admin.backups": "Kopia zapasowa", "nav.admin.plans": "Plany", - "nav.admin.scheduled_jobs": "Zaplanowane zadania", + "nav.admin.scheduled_jobs": "Zadania cykliczne", "nav.admin.users": "Użytkownicy", - "nav.admin_actions": "Akcje administratora", - "nav.admin_menu": "Menu administratora", + "nav.admin_actions": "Działania administracyjne", + "nav.admin_menu": "Menu administracyjne", "nav.api_docs": "Dokumentacja API", "nav.api_tokens": "Tokeny API", "nav.backup_restore": "Kopia zapasowa i przywracanie", - "nav.credentials": "Poświadczenia", + "nav.credentials": "Dane logowania", "nav.dark_mode": "Tryb ciemny", - "nav.dashboard": "Pulpit", - "nav.developer_docs": "Dokumentacja dla programistów", + "nav.dashboard": "Panel sterowania", + "nav.developer_docs": "Dokumentacja dla deweloperów", "nav.duplicates": "Duplikaty", - "nav.file_manager": "Menedżer plików", + "nav.file_manager": "Menadżer plików", "nav.files": "Pliki", + "nav.get_started": "Zacznij", "nav.help": "Pomoc", - "nav.help_center": "Centrum pomocy", - "nav.imap": "Import e-mail", + "nav.help_center": "Centrum Pomocy", + "nav.imap": "Importowanie e-maili", "nav.integrations": "Integracje", - "nav.light_mode": "Tryb jasny", + "nav.light_mode": "Tryb Jasny", "nav.login": "Zaloguj się", "nav.logout": "Wyloguj się", - "nav.main_navigation": "Nawigacja główna", + "nav.main_navigation": "Główna nawigacja", + "nav.my_subscription": "Moje subskrypcje", "nav.notifications": "Powiadomienia", - "nav.open_main_menu": "Otwórz menu główne", - "nav.pipelines": "Potoki", - "nav.plan_designer": "Projektant planów", + "nav.open_main_menu": "Otwórz główne menu", + "nav.pipelines": "Pipelines", + "nav.plan_designer": "Projektant Planów", "nav.pricing": "Cennik", "nav.profile": "Profil", + "nav.profile_settings": "Ustawienia profilu", "nav.queue": "Kolejka", - "nav.queue_monitor": "Monitor kolejki", - "nav.scheduled_jobs": "Zaplanowane zadania", + "nav.queue_monitor": "Monitor Kolejki", + "nav.scheduled_jobs": "Zaplanuj Prace", "nav.search": "Szukaj", "nav.settings": "Ustawienia", - "nav.shared_links": "Udostępnione linki", + "nav.shared_links": "Udostępnione Linki", + "nav.sign_out": "Wyloguj się", "nav.signup": "Zarejestruj się", "nav.similarity": "Podobieństwo", - "nav.skip_to_content": "Przejdź do treści głównej", - "nav.status": "Stan systemu", + "nav.skip_to_content": "Przejdź do głównej treści", + "nav.status": "Status", "nav.subscription": "Subskrypcja", - "nav.toggle_dark_mode": "Przełącz tryb ciemny", - "nav.toggle_nav": "Przełącz menu nawigacji", + "nav.toggle_dark_mode": "Przełącz na tryb ciemny", + "nav.toggle_nav": "Przełącz menu nawigacyjne", "nav.upload": "Prześlij", "nav.users": "Użytkownicy", "nav.version": "Informacje o wersji", "notifications.filter_all": "Wszystkie", "notifications.filter_read": "Tylko przeczytane", "notifications.filter_unread": "Tylko nieprzeczytane", - "notifications.manage_desc": "Zarządzaj skrzynką odbiorczą powiadomień, celami i preferencjami zdarzeń", - "notifications.mark_all_read": "Oznacz wszystkie jako przeczytane", - "notifications.mark_all_read_btn": "Oznacz wszystkie jako przeczytane", + "notifications.manage_desc": "Zarządzaj swoją skrzynką odbiorczą powiadomień, celami i preferencjami zdarzeń", + "notifications.mark_all_read": "Oznacz wszystko jako przeczytane", + "notifications.mark_all_read_btn": "Oznacz wszystko jako przeczytane", "notifications.mark_read": "Oznacz jako przeczytane", "notifications.no_notifications": "Brak powiadomień", "notifications.page_title": "Powiadomienia", @@ -682,75 +797,110 @@ "notifications.title": "Powiadomienia", "notifications.unread_count": "{count} nieprzeczytanych powiadomień", "pipelines.active_label": "Aktywny", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Utwórz potok", - "pipelines.custom_label_label": "Custom Label", + "pipelines.add_step_btn": "Dodaj krok", + "pipelines.create": "Utwórz przepływ pracy", + "pipelines.custom_label_label": "Niestandardowa etykieta", "pipelines.default_label": "Domyślny", "pipelines.description_label": "Opis", - "pipelines.description_placeholder": "Optional description", + "pipelines.description_placeholder": "Opcjonalny opis", "pipelines.disabled_label": "Wyłączony", - "pipelines.edit": "Edytuj potok", - "pipelines.empty_state": "Brak potoków", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", + "pipelines.edit": "Edytuj przepływ pracy", + "pipelines.empty_state": "Brak przepływów pracy", + "pipelines.empty_state_hint": "Utwórz swój pierwszy przepływ pracy, aby zdefiniować niestandardowe przepływy pracy przetwarzania dokumentów.", "pipelines.enabled_label": "Włączony", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", + "pipelines.force_cloud_ocr_label": "Wymuś OCR w chmurze (pomiń lokalne wyodrębnianie tekstu)", "pipelines.inactive_label": "Nieaktywny", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Potoki przetwarzania", - "pipelines.set_default": "Ustaw jako mój domyślny potok", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", + "pipelines.loading": "Ładowanie przepływów pracy\u001a", + "pipelines.name_placeholder": "Mój przepływ pracy", + "pipelines.new_pipeline_btn": "Nowy przepływ pracy", + "pipelines.no_steps": "Brak zdefiniowanych kroków. Dodaj krok, aby zacząć budować przepływ pracy.", + "pipelines.ocr_auto": "Auto (użyj domyślnych ustawień systemu)", + "pipelines.ocr_language_hint": "Nadpisuje globalne ustawienia językowe dla Tesseract/EasyOCR. Azure i Mistral automatycznie wykrywają język.", + "pipelines.ocr_language_label": "Język OCR", + "pipelines.optional_suffix": "(opcjonalnie)", + "pipelines.page_title": "Przepływy pracy przetwarzania", + "pipelines.set_default": "Ustaw jako mój domyślny przepływ pracy", + "pipelines.step_label_placeholder": "Nadpisz domyślną nazwę kroku", + "pipelines.step_type_label": "Typ kroku", + "pipelines.subtitle_intro": "Zdefiniuj i zarządzaj niestandardowymi przepływami przetwarzania dokumentów.", + "pipelines.subtitle_system_post": "odznaka i są widoczne dla wszystkich użytkowników.", + "pipelines.subtitle_system_pre": "Przepływy pracy systemowe (utworzone przez administratorów) są pokazywane z", "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Potoki przetwarzania", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", + "pipelines.system_pipeline_label": "Przepływ pracy systemowy (widoczny dla wszystkich użytkowników)", + "pipelines.title": "Przepływy pracy przetwarzania", + "profile.avatar_alt": "Twoje zdjęcie profilowe", + "profile.avatar_heading": "Zdjęcie profilowe", + "profile.avatar_remove": "Usuń niestandardowe zdjęcie profilowe", + "profile.avatar_upload_hint": "Prześlij obraz JPEG, PNG, GIF lub WebP o rozmiarze do 2 MB. Jeśli nie ustawiono niestandardowego zdjęcia, wyświetlane jest Twoje {gravatar}.", + "profile.choose_image": "Wybierz obraz\u00122", + "profile.confirm_password": "Potwierdź nowe hasło", + "profile.contact_email_hint": "Używane do powiadomień systemowych. Nie zmienia to Twojego adresu e-mail do logowania.", + "profile.contact_email_label": "Adres e-mail kontaktowy / powiadomień", + "profile.contact_email_placeholder": "ty@example.com", + "profile.current_password": "Aktualne hasło", + "profile.dismiss": "Odrzuć", + "profile.display_name_hint": "Pozostaw puste, aby użyć swojej nazwy użytkownika lub adresu e-mail.", + "profile.display_name_label": "Nazwa wyświetlana", + "profile.display_name_placeholder": "Twoje imię wyświetlane w interfejsie", + "profile.general_heading": "Informacje ogólne", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Ustawienia profilu", + "profile.language_auto_detect": "Auto-detekcja (z przeglądarki)", + "profile.language_hint": "Wybierz preferowany język interfejsu. \"Auto-detekcja\" korzysta z ustawień przeglądarki.", + "profile.language_label": "Język UI", + "profile.new_password": "Nowe hasło", + "profile.new_password_hint": "Minimum 8 znaków.", + "profile.page_title": "Ustawienia profilu – DocuElevate", + "profile.password_heading": "Zmień hasło", + "profile.preferences_heading": "Preferencje", + "profile.save_button": "Zapisz zmiany", + "profile.saving": "Zapisywanie\u00122", + "profile.subtitle": "Zarządzaj swoją nazwą wyświetlaną, zdjęciem profilowym, językiem i preferencjami motywu.", + "profile.theme_dark": "Ciemny", + "profile.theme_hint": "\"Domyślne systemowe\" korzysta z ustawienia trybu ciemnego Twojego urządzenia.", + "profile.theme_label": "Schemat kolorów", + "profile.theme_light": "Jasny", + "profile.theme_system": "Domyślne systemowe", + "profile.update_password": "Aktualizuj hasło", + "profile.updating": "Aktualizacja\u00126...", + "queue.active_tasks": "Aktywne zadania", + "queue.auto_refresh_1": "Automatycznie odnawia co", + "queue.auto_refresh_2": "sekundy", + "queue.col_arguments": "Argumenty", + "queue.col_current_step": "Aktualny krok", + "queue.col_file": "Plik", + "queue.col_files": "Pliki", + "queue.col_queue": "Kolejka", + "queue.col_state": "Stan", + "queue.col_task": "Zadanie", + "queue.col_task_id": "ID zadania", + "queue.files_processing": "Przetwarzanie plików", + "queue.heading": "Monitor Kolejki", + "queue.last_updated": "Ostatnia aktualizacja:", + "queue.loading_stats": "Ładowanie statystyk kolejki\n", + "queue.no_active_tasks": "Brak aktywnych zadań", + "queue.no_data": "Brak danych", + "queue.no_files_processing": "Brak plików aktualnie w przetwarzaniu", + "queue.page_title": "Monitor Kolejki", + "queue.processing_pipeline": "Pipeline Przetwarzania", + "queue.queued_tasks": "Zadania w kolejce", + "queue.recently_processing": "Ostatnio przetwarzane pliki", + "queue.redis_queues": "Kolejki Redis", + "queue.subtitle": "Widok w czasie rzeczywistym procesu przetwarzania dokumentu oraz kolejek zadań Celery.", + "queue.workers_online": "Pracownicy Online", "search.button": "Szukaj", - "search.error_message": "Wyszukiwanie jest tymczasowo niedostępne. Spróbuj ponownie za chwilę.", - "search.filter_aria_clear": "Clear all filters", + "search.error_message": "Wyszukiwanie jest tymczasowo niedostępne. Spróbuj ponownie za moment.", + "search.filter_aria_clear": "Wyczyść wszystkie filtry", "search.filter_clear_button": "Wyczyść filtry", "search.filter_date_from": "Data od", "search.filter_date_to": "Data do", "search.filter_document_type": "Typ dokumentu", "search.filter_document_type_placeholder": "np. Faktura", "search.filter_language": "Język", - "search.filter_language_placeholder": "np. pl", + "search.filter_language_placeholder": "np. de", "search.filter_sender": "Nadawca", - "search.filter_sender_placeholder": "np. ACME Sp. z o.o.", - "search.filter_tags": "Tags", + "search.filter_sender_placeholder": "np. ACME Corp", + "search.filter_tags": "Tagi", "search.filter_tags_placeholder": "np. amazon", "search.filter_text_quality": "Jakość tekstu", "search.filter_text_quality_all": "Wszystkie", @@ -759,171 +909,206 @@ "search.filter_text_quality_medium": "Średnia", "search.filter_text_quality_no_text": "Brak tekstu", "search.heading": "Wyszukiwanie dokumentów", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Wyszukaj dokumenty według treści, nadawcy, tagów, typu...", - "search.loading_indicator": "Wyszukiwanie…", + "search.input_aria_label": "Szukaj dokumentów", + "search.input_placeholder": "Szukaj dokumentów według treści, nadawcy, tagów, typu...", + "search.loading_indicator": "Szukam\u00115", "search.no_results": "Nie znaleziono wyników", - "search.page_title": "Wyszukaj dokumenty", - "search.placeholder": "Szukaj wg nazwy, treści, tagów...", - "search.result_empty": "Nie znaleziono dokumentów pasujących do zapytania.", + "search.page_title": "Szukaj Dokumentów", + "search.placeholder": "Szukaj według nazwy pliku, treści, tagów...", + "search.result_empty": "Nie znaleziono dokumentów pasujących do Twojego zapytania.", "search.results_count": "Znaleziono {count} wyników", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Zapisz bieżące", + "search.saved_aria_save": "Zapisz bieżące wyszukiwanie", + "search.saved_button": "Zapisz Bieżące", "search.saved_empty": "Brak zapisanych wyszukiwań", - "search.saved_error": "Nie można załadować zapisanych wyszukiwań", - "search.saved_label": "Zapisane wyszukiwania", + "search.saved_error": "Nie udało się załadować zapisanych wyszukiwań", + "search.saved_label": "Zapisane Wyszukiwania", "search.saved_loading": "Ładowanie...", - "search.title": "Szukaj dokumentów", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", + "search.title": "Szukaj Dokumentów", + "settings.audit_log_btn": "Dziennik audytu", + "settings.autocomplete_hint": "Wpisz, aby wyszukać znane wartości lub wprowadź dowolną wartość niestandardową.", + "settings.autocomplete_no_matches": "Brak dopasowań — możesz nadal wpisać wartość niestandardową", + "settings.autocomplete_placeholder": "Wpisz, aby wyszukać lub wprowadź wartość...", + "settings.boolean_enable_prefix": "Włącz", + "settings.categories_aria": "Kategorie ustawień", + "settings.categories_heading": "Kategorie", + "settings.db_wizard_btn": "Kreator DB", + "settings.effective_value_label": "Wartość skuteczna:", + "settings.encrypted_suffix": "= szyfrowane w spoczynku", + "settings.encrypted_title": "Wartość jest szyfrowana w spoczynku w bazie danych", + "settings.export_btn": "Eksportuj", + "settings.export_db_only": "Tylko ustawienia DB", + "settings.export_full_config": "Pełna skuteczna konfiguracja", + "settings.jump_to_category": "Przejdź do kategorii...", + "settings.manage_config_prefix": "Zarządzaj konfiguracją. Priorytet:", + "settings.model_picker_hint": "Wybierz z listy lub wpisz nazwę dowolnego modelu wspieranego przez Twojego dostawcę.", + "settings.model_picker_placeholder": "Wybierz powszechny model lub wpisz niestandardową nazwę...", + "settings.no_results_clear": "wyczyść wyszukiwanie", + "settings.no_results_heading": "Nie znaleziono ustawień", + "settings.no_results_hint": "Spróbuj innego terminu wyszukiwania lub", + "settings.page_heading": "Ustawienia Aplikacji", + "settings.required_label": "(wymagane)", "settings.reset_confirm": "Czy na pewno chcesz zresetować to ustawienie?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", + "settings.restart_required_suffix": "= wymaga ponownego uruchomienia", + "settings.revert_btn": "Usuń z bazy danych", + "settings.revert_title": "Usuń nadpisanie bazy danych i wróć do zmiennej środowiskowej lub domyślnej", + "settings.reverting": "Cofanie\u00105", + "settings.save_all_btn": "Zapisz wszystkie zmiany", "settings.save_error": "Nie udało się zapisać ustawienia", - "settings.save_setting_title": "Save this setting", + "settings.save_setting_title": "Zapisz to ustawienie", "settings.save_success": "Ustawienie zapisane pomyślnie", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", - "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", + "settings.saving_state": "Zapisywanie\u00105", + "settings.search_aria_label": "Szukaj ustawień", + "settings.search_clear_aria": "Wyczyść wyszukiwanie", + "settings.search_placeholder": "Szukaj ustawień według nazwy, klucza lub opisu\u00105", + "settings.settings_count_suffix": "ustawienia", + "settings.source_db_badge": "Baza danych", + "settings.source_default_badge": "DOMYŚLNE", + "settings.source_env_badge": "ŚRODOWISKO", "settings.title": "Ustawienia", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", + "settings.toggle_visibility_aria": "Przełącz widoczność hasła", + "settings.toggle_visibility_title": "Pokaż/ukryj wartość", + "settings.user_autocomplete_empty": "Nie znaleziono pasujących użytkowników", + "settings.user_autocomplete_hint": "Wpisz, aby wyszukać istniejących użytkowników według nazwy lub wprowadź ręcznie dowolny identyfikator.", + "settings.user_autocomplete_placeholder": "Zacznij pisać, aby wyszukać użytkowników\u00105", + "settings.wizard_btn": "Kreator", + "shared.col_expiry": "Wygasanie", + "shared.col_file_label": "Plik / Etykieta", "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "Wersja aplikacji", - "status.build_date": "Data kompilacji", - "status.container_id": "ID kontenera", + "shared.col_views": "Wyświetlenia", + "shared.copy_link_aria": "Kopiuj link do schowka", + "shared.copy_link_title": "Kopiuj link", + "shared.create_btn": "Utwórz link", + "shared.create_heading": "Utwórz nowy udostępniony link", + "shared.creating": "Tworzenie\u00105", + "shared.expiry_12h": "12 godzin", + "shared.expiry_14d": "14 dni", + "shared.expiry_1h": "1 godzina", + "shared.expiry_24h": "24 godziny (1 dzień)", + "shared.expiry_30d": "30 dni", + "shared.expiry_3d": "3 dni", + "shared.expiry_6h": "6 godzin", + "shared.expiry_7d": "7 dni", + "shared.expiry_label": "Wygasanie", + "shared.expiry_never": "Nigdy", + "shared.file_id_help_post": "stronie lub w URL szczegółów dokumentu.", + "shared.file_id_help_pre": "Znajdź identyfikator pliku na", + "shared.file_id_label": "Identyfikator pliku", + "shared.file_id_placeholder": "np. 42", + "shared.files_link": "Pliki", + "shared.heading": "Linki udostępnione", + "shared.label_label": "Etykieta", + "shared.label_placeholder": "np. Udostępnione z Bobem", + "shared.link_created": "Utworzono link udostępniony!", + "shared.link_created_help": "Skopiuj i wyślij ten link do odbiorcy.", + "shared.links_count_aria": "liczba linków", + "shared.max_downloads_label": "Maks. pobrania", + "shared.no_links": "Brak udostępnionych linków. Utwórz jeden powyżej, aby rozpocząć.", + "shared.open_in_new_tab": "Otwórz w nowej karcie", + "shared.open_link_aria": "Otwórz link udostępniony", + "shared.optional": "(opcjonalnie)", + "shared.page_title": "Linki udostępnione – DocuElevate", + "shared.password_label": "Hasło", + "shared.password_placeholder": "Zostaw puste, aby nie mieć hasła", + "shared.password_protected": "Chronione hasłem", + "shared.refresh_aria": "Odśwież listę linków udostępnionych", + "shared.revoke_aria_prefix": "Cofnij link udostępniony dla", + "shared.revoke_btn": "Cofnij", + "shared.status_active": "Aktywny", + "shared.status_expired": "Wygasły", + "shared.status_limit_reached": "Osiągnięto limit", + "shared.status_revoked": "Cofnięty", + "shared.subtitle": "Udostępniaj dokumenty każdemu za pomocą linku z ograniczonym czasem lub ograniczeniem wyświetlenia. Odbiorcy nie potrzebują konta DocuElevate. Linki można zabezpieczyć hasłem i cofnąć w każdej chwili.", + "shared.table_aria": "Linki udostępnione", + "shared.unlimited_placeholder": "Nieograniczone", + "shared.your_links": "Twoje linki udostępnione", + "similarity.backfill_auto": "Zadanie w tle będzie je obliczać automatycznie co 5 minut, lub możesz", + "similarity.files_missing_text": "plik(i) mają tekst OCR, ale jeszcze nie mają osadzenia.", + "similarity.find_pairs_btn": "Znajdź pary", + "similarity.heading": "Podobieństwo dokumentów", + "similarity.load_error": "Nie udało się załadować par.", + "similarity.min_similarity_label": "Min. podobieństwo", + "similarity.no_pairs_detail": "Brak par dokumentów przekraczających próg podobieństwa.", + "similarity.no_pairs_heading": "Nie znaleziono podobnych par", + "similarity.page_title": "Podobieństwo Dokumentów - DocuElevate", + "similarity.pagination_aria": "Pagowanie par podobieństw", + "similarity.per_page_label": "Na stronę", + "similarity.scanning": "Skanowanie podobnych par dokumentów\u00116...", + "similarity.stat_embedding_model": "Model Wbudowania", + "similarity.stat_missing_embedding": "Brak Wbudowania", + "similarity.stat_total_files": "Łączna Liczba Plików", + "similarity.stat_with_embedding": "Z Wbudowaniem", + "similarity.subtitle": "Pary dokumentów o wysokim podobieństwie semantycznym, posortowane według wyniku.", + "similarity.trigger_aria": "Uruchom obliczanie wbudowania dla wszystkich plików, których brakuje wbudowań", + "similarity.trigger_now": "uruchom to teraz", + "status.app_version": "Wersja Aplikacji", + "status.build_date": "Data Kompilacji", + "status.container_id": "ID Kontenera", "status.git_commit": "Commit Git", - "status.last_check": "Ostatnie sprawdzenie", - "status.page_title": "Stan systemu", + "status.last_check": "Ostatnie Sprawdzenie", + "status.page_title": "Status Systemu", "status.setting_label": "Ustawienie", "status.value_label": "Wartość", - "upload.browse_button": "Przeglądaj pliki", + "subscription.available_plans_heading": "Dostępne plany", + "subscription.back_to_dashboard": "Powrót do pulpitu", + "subscription.cancel_pending": "Anuluj zmianę", + "subscription.cancel_scheduled": "Anuluj zaplanowaną zmianę", + "subscription.contact_sales": "Skontaktuj się z sprzedażą", + "subscription.current_badge": "Aktualny", + "subscription.current_plan": "Aktualny plan", + "subscription.current_plan_cta": "Twój aktualny plan", + "subscription.downgrade_to_prefix": "Obniż do", + "subscription.features_heading": "Co jest zawarte w twoim planie", + "subscription.free": "Darmowe", + "subscription.heading": "Moja subskrypcja", + "subscription.keep_plan_prefix": "Zachowaj", + "subscription.lifetime_files": "Łączna liczba plików (na całe życie)", + "subscription.month_files": "Pliki w tym miesiącu", + "subscription.more_features_label": "więcej", + "subscription.page_title": "Moja subskrypcja \u00126 DocuElevate", + "subscription.pending_badge": "Oczekujące", + "subscription.pending_benefits": "Zachowujesz wszystkie korzyści aktualnego planu do tego czasu.", + "subscription.pending_on": "na", + "subscription.pending_title": "Zaplanowana zmiana planu oczekuje", + "subscription.pending_will_change": "Twój plan zmieni się na", + "subscription.per_mo": "/mies.", + "subscription.per_month": "/miesiąc", + "subscription.since": "Od", + "subscription.single_user_body": "Poziomy subskrypcji są aktywne, gdy tryb wielu użytkowników jest włączony. Twoja instancja obecnie działa w trybie jednego użytkownika bez limitów przetwarzania. Administrator może włączyć tryb wielu użytkowników poprzez {settings_link}.", + "subscription.single_user_title": "Tryb wielu użytkowników nie jest włączony.", + "subscription.subtitle": "Twój aktualny plan, zużycie i dostępne ulepszenia.", + "subscription.this_month_label": "w tym miesiącu", + "subscription.today_files": "Pliki dzisiaj", + "subscription.today_label": "dziś", + "subscription.unlimited": "Nieograniczone", + "subscription.upgrade_info": "Ulepszenia wchodzą w życie natychmiast. Obniżenia są zaplanowane na koniec bieżącego okresu rozliczeniowego.", + "subscription.upgrade_to_prefix": "Ulepsz do", + "subscription.usage_heading": "Zużycie", + "upload.browse_button": "Przeglądaj Pliki", "upload.button_processing": "Przetwarzanie...", - "upload.camera_button": "Zrób zdjęcie / Zeskanuj dokument", - "upload.download_button": "Pobierz i przetwórz", + "upload.camera_button": "Zrób Zdjęcie / Skanuj Dokument", + "upload.download_button": "Pobierz i Przetwórz", "upload.downloading": "Pobieranie pliku z URL...", - "upload.drag_drop": "Przeciągnij pliki tutaj lub kliknij, aby przeglądać", - "upload.drop_hint_desktop": "Przeciągnij i upuść pliki lub foldery tutaj lub kliknij, aby wybrać pliki.", - "upload.drop_hint_mobile": "Dotknij, aby wybrać pliki lub użyj przycisku aparatu poniżej.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", + "upload.drag_drop": "Przeciągnij i upuść pliki tutaj lub kliknij, aby przeszukać", + "upload.drop_hint_desktop": "Przeciągnij i upuść pliki lub foldery tutaj, lub kliknij, aby wybrać pliki.", + "upload.drop_hint_mobile": "Stuknij, aby wybrać pliki lub użyj przycisku kamery poniżej.", + "upload.drop_zone_aria": "Obszar przesyłania plików. Przeciągnij i upuść pliki tutaj, lub naciśnij Enter, aby przeszukać pliki.", "upload.error": "Przesyłanie nie powiodło się", "upload.error_invalid_url": "Nieprawidłowy format URL", - "upload.error_url_required": "Proszę wprowadzić URL", + "upload.error_url_required": "Proszę wpisać URL", "upload.file_size_hint": "Maksymalny rozmiar: 500 MB na plik", - "upload.file_types": "Dozwolone typy: PDF, dokumenty Office (Word, Excel, PowerPoint, itp.), Obrazy", + "upload.file_types": "Dozwolone typy: PDF, dokumenty Office (Word, Excel, PowerPoint itp.), Obrazki", "upload.filename_description": "Pozostaw puste, aby użyć nazwy pliku z URL", - "upload.filename_label": "Nazwa pliku (opcjonalna)", + "upload.filename_label": "Nazwa pliku (opcjonalnie)", "upload.filename_placeholder": "moj-dokument.pdf", "upload.max_size": "Maksymalny rozmiar pliku: {size}", - "upload.page_title": "Prześlij pliki", - "upload.section_device": "Prześlij z urządzenia", - "upload.section_url": "Prześlij z URL", + "upload.page_title": "Prześlij Pliki", + "upload.section_device": "Wyślij z Urządzenia", + "upload.section_url": "Wyślij z URL", "upload.select_file": "Wybierz plik", - "upload.success": "Plik przesłany pomyślnie", + "upload.success": "Plik został pomyślnie przesłany", "upload.title": "Prześlij dokument", "upload.uploading": "Przesyłanie...", "upload.url_description": "Wprowadź bezpośredni link do pliku (PDF, dokumenty Office lub obrazy)", "upload.url_label": "URL pliku", - "upload.url_placeholder": "https://example.com/dokument.pdf" + "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/pt-br.json b/frontend/translations/pt-br.json new file mode 100644 index 00000000..15cd067c --- /dev/null +++ b/frontend/translations/pt-br.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "Conheça o Criador", + "about.creator_name": "Christian Krakau-Louis", + "about.creator_pre": "DocuElevate é desenvolvido com paixão por", + "about.features_admin_api": "API REST poderosa para acesso programático", + "about.features_admin_config": "Altamente configurável via variáveis de ambiente", + "about.features_admin_docker": "Pronto para Docker para fácil implantação e escalabilidade", + "about.features_admin_heading": "Administração", + "about.features_admin_oauth2": "Suporte para autenticação OAuth2 com Authentik", + "about.features_automation_background": "Processamento em segundo plano com Redis e Celery", + "about.features_automation_gmail": "Integração com contas de Gmail e email genérico", + "about.features_automation_heading": "Automação", + "about.features_automation_imap": "Polling de caixa de entrada IMAP de várias fontes", + "about.features_automation_ingestion": "Ingestão automatizada de documentos de várias entradas", + "about.features_heading": "Principais Recursos", + "about.features_integration_cloud": "Armazenamento em nuvem: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integração & Armazenamento", + "about.features_integration_multi_dest": "Suporte a múltiplos destinos (armazenar documentos em vários locais)", + "about.features_integration_protocols": "Protocolos de transferência: FTP, SFTP, Encaminhamento de Email", + "about.features_integration_selfhosted": "Opções auto-hospedadas: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Classificação inteligente de documentos e extração de data", + "about.features_processing_heading": "Processamento de Documentos", + "about.features_processing_metadata": "Extração automatizada de metadados usando um provedor de IA pluggable", + "about.features_processing_ocr": "OCR alimentado pela Azure Document Intelligence", + "about.features_processing_pdf": "Conversão de PDF para vários formatos de arquivo via Gotenberg", + "about.features_processing_upload": "Envios de arquivo simples e seguros com suporte a arrastar e soltar", + "about.github_logo_alt": "Logo do GitHub", + "about.heading": "Sobre o DocuElevate", + "about.intro_post": " – sua solução moderna e inteligente para processamento de documentos! Nós construímos o DocuElevate para transformar completamente a maneira como você lida com seus documentos – desde o upload até a extração, do processamento ao armazenamento.", + "about.intro_pre": "Bem-vindo ao ", + "about.involved_description": "Quer mergulhar no código, contribuir com ideias ou aprender mais sobre o DocuElevate?", + "about.involved_docs": "Leia a Documentação", + "about.involved_github": "Veja o DocuElevate no GitHub", + "about.involved_heading": "Participe", + "about.involved_website": "Visite o Site do DocuElevate", + "about.legal_description": "Nós nos preocupamos com sua privacidade e segurança de dados. Por favor, revise nosso:", + "about.legal_heading": "Privacidade & Legal", + "about.legal_license": "Informações sobre Licença", + "about.legal_privacy": "Aviso de Privacidade", + "about.page_title": "Sobre o DocuElevate", + "about.story_heading": "Nossa História", + "about.story_p1": "DocuElevate foi criado com um objetivo em mente: simplificar e agilizar a gestão de documentos para todos, seja você uma pequena startup ou uma grande empresa.", + "about.story_p2": "Aproveitamos o poder de provedores de IA plugáveis (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey e mais) para extração de metadados e refinamento de texto, integramos perfeitamente com Dropbox, Nextcloud e Paperless NGX para armazenamento e indexação, aproveitamos o Azure Document Intelligence para OCR e até usamos o Gotenberg para conversões de arquivo para PDF.", + "api_tokens.col_created": "Criado", + "api_tokens.col_last_ip": "Último IP", + "api_tokens.col_last_used": "Último Uso", + "api_tokens.col_name": "Nome", + "api_tokens.col_prefix": "Prefixo do Token", + "api_tokens.copy_to_clipboard": "Copiar token para a área de transferência", + "api_tokens.copy_upload_example": "Copiar exemplo de upload para a área de transferência", + "api_tokens.copy_warning_1": "Copie este token agora — ele", + "api_tokens.copy_warning_2": "não será mostrado novamente", + "api_tokens.create_heading": "Criar Novo Token", + "api_tokens.create_token": "Criar Token", + "api_tokens.creating": "Criando…", + "api_tokens.heading": "Tokens da API", + "api_tokens.intro": "Crie tokens pessoais da API para interagir com a API DocuElevate programaticamente. Use tokens para uploads de webhook, pipelines de CI/CD ou qualquer script que precise enviar ou recuperar documentos.", + "api_tokens.loading_tokens": "Carregando tokens…", + "api_tokens.never": "Nunca", + "api_tokens.no_tokens_heading": "Nenhum token da API ainda", + "api_tokens.no_tokens_help": "Crie seu primeiro token acima para começar.", + "api_tokens.page_title": "Tokens da API – DocuElevate", + "api_tokens.revoke": "Revogar", + "api_tokens.revoke_prefix": "Revogar token", + "api_tokens.status_active": "Ativo", + "api_tokens.status_revoked": "Revogado", + "api_tokens.table_aria": "Tokens da API", + "api_tokens.token_created": "Token criado com sucesso!", + "api_tokens.token_name_label": "Nome do token", + "api_tokens.token_name_placeholder": "ex. Pipeline CI, Upload de Webhook, Meu Script", + "api_tokens.usage_heading": "Exemplo de Uso", + "api_tokens.usage_intro_post": "cabeçalho com qualquer solicitação da API:", + "api_tokens.usage_intro_pre": "Use seu token da API no", + "api_tokens.your_tokens": "Seus Tokens", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "Recurso", + "audit.col_timestamp": "Data e Hora", + "audit.critical": "Crítico", + "audit.filter_action": "Ação", + "audit.filter_all_actions": "Todas as ações", + "audit.filter_all_users": "Todos os usuários", + "audit.filter_resource_placeholder": "por exemplo, documento, usuário", + "audit.filter_resource_type": "Tipo de Recurso", + "audit.filter_severity": "Severidade", + "audit.filter_user": "Usuário", + "audit.filters_section_label": "Filtros do log de auditoria", + "audit.next": "Próximo", + "audit.next_label": "Próxima página", + "audit.no_events": "Nenhum evento de auditoria registrado ainda.", + "audit.no_events_hint": "Ações significativas (logins, operações em documentos, alterações de configurações) aparecerão aqui.", + "audit.page_title": "Logs de Auditoria - DocuElevate", + "audit.pagination_label": "Paginação do log de auditoria", + "audit.prev": "Anterior", + "audit.prev_label": "Página anterior", + "audit.refresh_label": "Atualizar logs de auditoria", + "audit.siem_disabled_title": "O encaminhamento SIEM está desativado", + "audit.siem_enabled_title": "Os eventos estão sendo encaminhados para ", + "audit.siem_off": "SIEM: Desligado", + "audit.subtitle": "Registro abrangente e apenas de append de todas as ações significativas.", + "audit.table_label": "Eventos do log de auditoria", + "audit.title": "Logs de Auditoria", + "auth.confirm_password": "Confirmar Senha", + "auth.create_account": "Criar conta", + "auth.display_name_label": "Nome de Exibição", + "auth.email_label": "Email", + "auth.forgot_password": "Esqueceu a Senha?", + "auth.forgot_username": "Esqueceu o nome de usuário?", + "auth.login": "Entrar", + "auth.login_title": "Entrar", + "auth.logo_alt": "Logotipo DocuElevate", + "auth.logout": "Sair", + "auth.my_account": "Minha Conta", + "auth.no_account": "Não tem uma conta?", + "auth.or_continue_with": "Ou continue com", + "auth.password_label": "Senha", + "auth.profile": "Perfil", + "auth.remember_me": "Lembrar de mim", + "auth.return_home": "Voltar para a Página Inicial", + "auth.sign_in": "Entrar", + "auth.sign_in_sso": "Entrar com SSO", + "auth.sign_in_with": "Entrar com", + "auth.sign_in_with_username": "Entrar com nome de usuário", + "auth.signup": "Inscrever-se", + "auth.signup_title": "Inscrever-se", + "auth.username_label": "Nome de usuário", + "auth.username_or_email": "Nome de usuário ou Email", + "auth.verify_email_back_sign_in": "Voltar para entrar", + "auth.verify_email_expiry": "O link expira em 24 horas. Se você não vê o email, verifique sua pasta de spam.", + "auth.verify_email_heading": "Verifique sua caixa de entrada", + "auth.verify_email_message": "Enviamos um email de verificação para você. Clique no link no email para ativar sua conta.", + "auth.verify_email_page_title": "DocuElevate - Verifique Seu Email", + "auth.verify_email_resend_aria_label": "Email para reenviar", + "auth.verify_email_resend_button": "Reenviar email de verificação", + "auth.verify_email_resend_label": "Endereço de email", + "auth.verify_email_resend_placeholder": "Digite seu endereço de email", + "auth.verify_email_resend_prompt": "Não recebeu?", + "backup.archives_heading": "Arquivos de Backup", + "backup.backup_now": "Fazer Backup Agora", + "backup.clean_up": "Limpar", + "backup.cleanup_title": "Executar limpeza de retenção agora", + "backup.col_created": "Criado", + "backup.col_filename": "Nome do arquivo", + "backup.col_size": "Tamanho", + "backup.col_storage": "Armazenamento", + "backup.col_type": "Tipo", + "backup.config_auto_backup": "Backup automático", + "backup.config_remote_dest": "Destino remoto", + "backup.config_retention": "Retenção", + "backup.config_total_size": "Tamanho total local", + "backup.confirm_btn": "Confirmar", + "backup.confirm_title": "Confirmar ação", + "backup.heading": "Gerenciamento de Backup", + "backup.local_only": "Apenas local", + "backup.no_backups": "Nenhum backup ainda.", + "backup.no_backups_hint": "Clique em Fazer Backup Agora para criar seu primeiro backup.", + "backup.page_title": "Gerenciamento de Backup", + "backup.records_label": "registros", + "backup.restore_btn": "Restaurar", + "backup.restore_desc_mid": "arquivo de backup para restaurar o banco de dados.", + "backup.restore_desc_pre": "Carregar um", + "backup.restore_desc_warning": "Isto irá sobrescrever todos os dados atuais.", + "backup.restore_file_label": "Arquivo de backup (.db.gz)", + "backup.restore_heading": "Restaurar de Arquivo", + "backup.restoring": "Restaurando\u00122", + "backup.retention_daily_detail": "\u00130 mantido por 3 semanas", + "backup.retention_heading": "Política de retenção", + "backup.retention_hourly_detail": "\u00130 mantido por 4 dias", + "backup.retention_note": "Backups além desses limites são automaticamente eliminados após cada novo backup ser criado.", + "backup.retention_weekly_detail": "\u00130 mantido por ~3 meses", + "backup.snapshots": "instantâneas", + "backup.status_ok": "ok", + "backup.storage_local": "local", + "backup.subtitle": "Backups do banco de dados são criados automaticamente: a cada hora (4 dias), diariamente (3 semanas), semanalmente (13 semanas).", + "backup.table_aria": "Arquivos de backup", + "backup.trigger_daily": "Fazer Backup Agora (Diário)", + "backup.trigger_hourly": "Fazer Backup Agora (Horário)", + "backup.trigger_weekly": "Fazer Backup Agora (Semanal)", + "backup.type_daily": "Diário", + "backup.type_hourly": "Horário", + "backup.type_weekly": "Semanal", + "billing.go_to_dashboard": "Ir para o painel", + "billing.manage_subscription": "Gerenciar assinatura", + "billing.success_heading": "Você está pronto!", + "billing.success_message": "Sua assinatura foi ativada. Obrigado por escolher a DocuElevate!", + "billing.success_page_title": "DocuElevate - Assinatura Ativada", + "common.actions": "Ações", + "common.active": "Ativo", + "common.all": "Todos", + "common.avatar": "Avatar", + "common.back": "Voltar", + "common.cancel": "Cancelar", + "common.close": "Fechar", + "common.col_pending": "Pendente", + "common.completed": "Concluído", + "common.confirm": "Confirmar", + "common.copied": "Copiado!", + "common.copy": "Copiar", + "common.create": "Criar", + "common.created": "Criado", + "common.date": "Data", + "common.delete": "Deletar", + "common.description": "Descrição", + "common.details": "Detalhes", + "common.disabled": "Desativado", + "common.download": "Baixar", + "common.duplicate": "Duplicar", + "common.edit": "Editar", + "common.enabled": "Ativado", + "common.error": "Erro", + "common.failed": "Falhou", + "common.filter": "Filtrar", + "common.inactive": "Inativo", + "common.info": "Informação", + "common.loading": "Carregando...", + "common.name": "Nome", + "common.next": "Próximo", + "common.next_page": "Próxima página", + "common.no": "Não", + "common.none": "Nenhum", + "common.page": "Página", + "common.paused": "Pausado", + "common.pending": "Pendente", + "common.prev_page": "Página anterior", + "common.previous": "Anterior", + "common.processing": "Processando", + "common.refresh": "Atualizar", + "common.reset": "Redefinir", + "common.retry": "Tentar novamente", + "common.save": "Salvar", + "common.search": "Pesquisar", + "common.select": "Selecionar", + "common.select_placeholder": "\u0000\u0001\u0000\u0002\u0000\u0003\u0000\u0004 \u0000", + "common.size": "Tamanho", + "common.status": "Status", + "common.submit": "Enviar", + "common.success": "Sucesso", + "common.tags": "Tags", + "common.test": "Teste", + "common.test_connection": "Teste de Conexão", + "common.type": "Tipo", + "common.update": "Atualizar", + "common.updated": "Atualizado", + "common.upload": "Carregar", + "common.view": "Ver", + "common.warning": "Aviso", + "common.yes": "Sim", + "cookie.accept": "Entendi", + "cookie.learn_more": "Saiba mais", + "cookie.message": "Este site usa cookies para melhorar sua experiência.", + "cookie.notice": "A DocuElevate usa apenas cookies de sessão essenciais necessários para autenticação e operação do serviço. Nenhum cookie de rastreamento ou de análise é utilizado.", + "cookie.notice_label": "Aviso de cookie", + "cookie.policy_link": "Política de Cookies", + "cookie.privacy_link": "Aviso de Privacidade", + "credentials.col_action": "Ação", + "credentials.col_credential": "Credencial", + "credentials.col_source": "Fonte", + "credentials.configured": "Configurado", + "credentials.edit_in_settings": "Editar nas Configurações", + "credentials.legend_db": "Valor armazenado no banco de dados (criptografado em repouso; substitui a variável de ambiente)", + "credentials.legend_env_after": " arquivo", + "credentials.legend_env_before": "Valor da variável de ambiente ou ", + "credentials.legend_missing": "Credencial não configurada — a integração não funcionará", + "credentials.legend_restart": "Reinício necessário quando esta credencial for rotacionada", + "credentials.legend_title": "Legenda", + "credentials.manage_settings": "Gerenciar Configurações", + "credentials.not_configured": "Não Configurado", + "credentials.page_title": "Auditoria de Credenciais - DocuElevate", + "credentials.raw_json": "JSON Bruto (API)", + "credentials.restart_title": "Reinício necessário após a rotação desta credencial", + "credentials.source_db_title": "Armazenado no banco de dados (criptografado)", + "credentials.source_env_title": "Da variável de ambiente", + "credentials.status_missing": "Faltando", + "credentials.subtitle": "Visão geral de todas as credenciais sensíveis usadas pela DocuElevate. Nenhum valor secreto é exibido aqui — apenas se cada credencial está configurada e de onde vem.", + "credentials.table_for": "Credenciais para", + "credentials.title": "Auditoria de Credenciais", + "credentials.total_credentials": "Total de Credenciais", + "dashboard.active_integrations": "Integrações Ativas", + "dashboard.files_this_month": "Arquivos Este Mês", + "dashboard.files_today": "Arquivos Hoje", + "dashboard.ocr_processed": "OCR Processado", + "dashboard.quick_actions": "Ações Rápidas", + "dashboard.recent_activity": "Atividade Recente", + "dashboard.storage_targets": "Alvos de Armazenamento", + "dashboard.title": "Painel", + "dashboard.total_files": "Total de Arquivos", + "dashboard.welcome": "Bem-vindo ao DocuElevate", + "duplicates.file_id_label": "ID do arquivo", + "duplicates.file_id_placeholder": "ex: 42", + "duplicates.find_btn": "Encontrar", + "duplicates.found_files": "{count} arquivo(s) duplicado(s) no total.", + "duplicates.found_groups": "{count} grupo(s) duplicado(s) com", + "duplicates.found_prefix": "Encontrado", + "duplicates.group_aria": "Grupo duplicado", + "duplicates.heading": "Documentos Duplicados", + "duplicates.how_it_works_heading": "Como funciona a detecção de quase-duplicados", + "duplicates.max_results_label": "Máx resultados", + "duplicates.near_dup_desc": "Selecione um documento para verificar se outros arquivos contêm o mesmo (ou conteúdo muito semelhante) — mesmo que tenham sido digitalizados em momentos diferentes e tenham hashes SHA-256 diferentes.", + "duplicates.near_dup_heading": "Encontrar Quase-Duplicados para um Documento", + "duplicates.no_exact_heading": "Nenhum duplicado exato encontrado", + "duplicates.page_title": "Documentos Duplicados - DocuElevate", + "duplicates.pagination_aria": "Paginação", + "duplicates.role_duplicate": "Duplicado", + "duplicates.role_original": "Original", + "duplicates.tab_exact": "Duplicados Exatos", + "duplicates.tab_near": "Encontrador de Quase-Duplicados", + "duplicates.tabs_aria": "Abas de detecção de duplicados", + "duplicates.threshold_label": "Limite de similaridade", + "duplicates.view_dup_aria": "Ver arquivo duplicado", + "duplicates.view_original_aria": "Ver arquivo original", + "error.404_code": "404", + "error.404_heading": "Oops, não conseguimos encontrar essa página!", + "error.404_home": "Retornar para Casa", + "error.404_message": "Parece que o DocuElevate perdeu o documento que você estava procurando. Não se preocupe - estamos aqui para ajudar.", + "error.404_title": "404 - Não Encontrado", + "error.500_code": "500", + "error.500_debug_info": "Mostrar Informações de Depuração", + "error.500_description": "Nossos servidores encontraram um imprevisto e precisam de um momento.", + "error.500_heading": "Oops! Algo Deu Errado.", + "error.500_home": "Ir para Casa", + "error.500_img_alt": "Ilustração de um erro de servidor", + "error.500_message1": "Nossos servidores encontraram um imprevisto e precisam de um momento. Talvez os hamsters tenham derramado seu café?", + "error.500_message2": "Já estamos trabalhando nisso — organizando arquivos, reiniciando servidores e recalibrando capacitores de fluxo.", + "error.500_title": "Erro de Servidor - DocuElevate", + "error.forbidden": "Proibido", + "error.forbidden_message": "Você não tem permissão para acessar esta página.", + "error.not_found": "Página não encontrada", + "error.not_found_message": "A página que você está procurando não existe.", + "error.server_error": "Erro Interno do Servidor", + "error.server_error_message": "Algo deu errado. Por favor, tente novamente mais tarde.", + "error.unauthorized": "Não autorizado", + "error.unauthorized_message": "Você precisa fazer login para acessar esta página.", + "files.action_delete": "Excluir arquivo", + "files.action_details": "Ver detalhes", + "files.action_preview": "Visualização rápida", + "files.bulk_clear_selection": "Limpar Seleção", + "files.bulk_cloud_ocr": "Reexecutar OCR na Nuvem", + "files.bulk_delete": "Excluir Selecionados", + "files.bulk_download": "Baixar como ZIP", + "files.bulk_reprocess": "Reprocessar Selecionados", + "files.delete_modal_cancel": "Cancelar", + "files.delete_modal_confirm": "Excluir", + "files.delete_modal_message": "Você tem certeza de que deseja excluir este arquivo?", + "files.delete_modal_title": "Confirmar Exclusão", + "files.document_title": "Título do Documento", + "files.drop_overlay_hint": "Suporta PDF, documentos do Office, imagens, HTML, Markdown e mais – pastas são processadas recursivamente", + "files.drop_overlay_title": "Solte arquivos ou pastas em qualquer lugar para enviar", + "files.error_hint": "Isso pode ser devido a uma configuração ou problema de importação. Por favor, verifique os logs do servidor.", + "files.file_size": "Tamanho do Arquivo", + "files.filename": "Nome do Arquivo", + "files.files_selected": "arquivos selecionados", + "files.filter_all_providers": "Todos os Provedores", + "files.filter_all_statuses": "Todos os Status", + "files.filter_all_types": "Todos os Tipos", + "files.filter_apply": "Aplicar Filtros", + "files.filter_clear": "Limpar", + "files.filter_date_from": "Data De", + "files.filter_date_from_aria": "Filtrar a partir da data", + "files.filter_date_to": "Data Até", + "files.filter_date_to_aria": "Filtrar até a data", + "files.filter_form_aria": "Filtrar arquivos", + "files.filter_mime_type": "Tipo MIME", + "files.filter_ocr_all": "Todos os Arquivos", + "files.filter_ocr_good": "Boa qualidade", + "files.filter_ocr_poor": "Baixa qualidade", + "files.filter_ocr_quality": "Qualidade do OCR", + "files.filter_ocr_quality_aria": "Filtrar por pontuação de qualidade OCR", + "files.filter_ocr_unchecked": "Ainda não avaliado", + "files.filter_search_label": "Pesquisar Nome do Arquivo", + "files.filter_search_placeholder": "Digite o nome do arquivo...", + "files.filter_storage_provider": "Fornecedor de Armazenamento", + "files.filter_tags_aria": "Filtrar por tags (separadas por vírgula)", + "files.filter_tags_placeholder": "ex: fatura,amazon", + "files.fulltext_search_label": "Busca de Texto Completo (texto OCR, metadados, tags)", + "files.fulltext_search_placeholder": "Pesquisar conteúdo do documento, remetente, tags, tipo...", + "files.no_files": "Nenhum arquivo encontrado", + "files.ocr_status": "Status OCR", + "files.page_title": "Registros de Arquivo", + "files.pagination_files": "arquivos", + "files.pagination_first": "Primeiro", + "files.pagination_last": "Último", + "files.pagination_nav_aria": "Paginação da lista de arquivos", + "files.pagination_next": "Próximo", + "files.pagination_of": "de", + "files.pagination_previous": "Anterior", + "files.pagination_showing": "Mostrando", + "files.preview_modal_close": "Fechar pré-visualização", + "files.preview_modal_title": "Pré-visualização", + "files.queue_banner_items": "item(s) estão atualmente na fila ou sendo processados. Os arquivos aparecerão aqui assim que o processamento for concluído.", + "files.queue_banner_link": "Ver Fila", + "files.saved_searches_empty": "Nenhuma pesquisa salva ainda", + "files.saved_searches_error": "Não foi possível carregar pesquisas salvas", + "files.saved_searches_label": "Pesquisas Salvas", + "files.saved_searches_save": "Salvar Atual", + "files.saved_searches_save_aria": "Salvar filtros atuais como uma pesquisa salva", + "files.search_results_empty": "Nenhum resultado encontrado.", + "files.search_results_title": "Resultados da Pesquisa", + "files.status_duplicate": "Duplicado", + "files.table_actions": "Ações", + "files.table_aria": "Registros de arquivos", + "files.table_created_at": "Criado Em", + "files.table_empty": "Nenhum arquivo encontrado", + "files.table_id": "ID", + "files.table_mime_type": "Tipo MIME", + "files.table_original_filename": "Nome Original do Arquivo", + "files.table_select_all": "Selecionar todos os arquivos nesta página", + "files.tags": "Tags", + "files.title": "Arquivos", + "files.upload_modal_aria": "Progresso do upload", + "files.upload_modal_close": "Fechar progresso do upload", + "files.upload_modal_header": "Fazendo upload de arquivos", + "files.uploaded": "Carregado", + "footer.about": "Sobre", + "footer.attribution": "Atribuição", + "footer.attributions": "Atribuições", + "footer.cookies": "Cookies", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "Impressão", + "footer.license": "Licença", + "footer.navigation": "Navegação do rodapé", + "footer.privacy": "Privacidade", + "footer.terms": "Termos", + "footer.version": "Versão {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "Vinculado via OAuth. Os arquivos vão para a pasta escolhida.", + "help.destinations_email": "Encaminhamento de Email", + "help.destinations_email_desc": "Arquivos processados enviados como anexos SMTP.", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "Conta de serviço ou OAuth. Suporta unidades compartilhadas.", + "help.destinations_heading": "Destinos – Para Onde os Documentos Vão", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "Armazenamento em nuvem auto-hospedado via WebDAV.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Integração com a API Microsoft Graph.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "Envie documentos diretamente para o Paperless para arquivamento.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "Qualquer bucket compatível com S3 (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "Transferência segura de arquivos para qualquer servidor.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "POST metadata para qualquer endpoint externo.", + "help.documentation": "Documentação", + "help.faq": "Perguntas Frequentes", + "help.faq_1_a": "Navegue até a página de upload, arraste e solte seus arquivos ou clique em Escolher Arquivo. O DocuElevate converte imagens e documentos de escritório em PDF, executa OCR e extrai metadata automaticamente.", + "help.faq_1_q": "Como faço para enviar documentos?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF e HTML. Arquivos que não são PDF são automaticamente convertidos para PDF antes do processamento.", + "help.faq_2_q": "Quais formatos de arquivo são suportados?", + "help.faq_3_a": "Sim. Vá para Ingestão de Email, adicione uma conta IMAP, e o DocuElevate irá verificar novas mensagens e processar anexos automaticamente.", + "help.faq_3_q": "Posso ingerir documentos por email?", + "help.faq_4_a": "Pipelines permitem que você encadeie etapas de processamento – OCR, extração de IA, conversão de formato – e roteie o resultado para um ou mais destinos. Crie e gerencie-os a partir da página de Pipelines.", + "help.faq_4_q": "Como funcionam os pipelines de processamento?", + "help.faq_5_a": "O DocuElevate criptografa credenciais em repouso, comunica-se via TLS e nunca armazena seus documentos por mais tempo do que o necessário. Veja o Aviso de Privacidade para detalhes completos.", + "help.faq_5_a_post": " para mais detalhes.", + "help.faq_5_a_pre": "O DocuElevate criptografa credenciais em repouso, comunica-se via TLS e nunca armazena seus documentos por mais tempo do que o necessário. Veja o ", + "help.faq_5_q": "Meus dados estão seguros?", + "help.faq_heading": "Perguntas Frequentes", + "help.getting_started": "Introdução", + "help.heading": "Central de Ajuda", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Use a REST API para enviar documentos programaticamente. Autentique-se com um token Bearer e envie arquivos para o endpoint de upload.", + "help.ingestion_heading": "Ferramentas de Ingestão de Dados", + "help.ingestion_mobile": "Aplicativos Móveis", + "help.ingestion_mobile_desc": "Use qualquer aplicativo de digitalização móvel que suporte destinos de upload HTTP personalizados para enviar fotos e digitalizações para o DocuElevate do seu telefone ou tablet.", + "help.ingestion_scanners": "Scanners de Rede", + "help.ingestion_scanners_desc": "Aponte qualquer scanner de rede ou impressora multifuncional para o endpoint de upload do DocuElevate. Documentos escaneados vão diretamente para sua fila de processamento.", + "help.ingestion_watched_folders": "Pastas Monitoradas", + "help.ingestion_watched_folders_desc": "Configure uma pasta local ou de rede para ser monitorada. Qualquer arquivo colocado em uma pasta monitorada é automaticamente enviado e processado pelo DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integre o DocuElevate em seus fluxos de trabalho de automação com Zapier, n8n ou Make. Use as ações da REST API para acionar uploads de documentos a partir de qualquer evento.", + "help.meta_description": "Obtenha ajuda com o DocuElevate – encontre guias sobre upload de documentos, conexão de armazenamento em nuvem, configuração de pipelines e mais.", + "help.og_description": "Obtenha ajuda com o DocuElevate – encontre guias sobre upload de documentos, conexão de armazenamento em nuvem, configuração de pipelines e mais.", + "help.page_title": "Central de Ajuda", + "help.privacy_notice": "Aviso de Privacidade", + "help.quickstart_heading": "Início Rápido", + "help.quickstart_storage": "Conectar Armazenamento", + "help.quickstart_storage_desc": "Vá para Configurações e vincule suas contas em nuvem. Documentos processados são automaticamente roteados para cada destino que você configurar.", + "help.quickstart_storage_desc_full": "Vá para Integrações e vincule suas contas de armazenamento em nuvem. O DocuElevate suporta Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud e mais. Documentos processados são automaticamente roteados para cada destino que você configurar.", + "help.quickstart_upload": "Enviar Documentos", + "help.quickstart_upload_desc": "Arraste e solte arquivos na página de Upload ou clique em Escolher Arquivo. O DocuElevate converte imagens e documentos de escritório para PDF, executa OCR e extrai metadados automaticamente.", + "help.quickstart_workflows": "Automatizar Fluxos de Trabalho", + "help.quickstart_workflows_desc": "Crie Pipelines para definir regras de processamento e roteamento em várias etapas. Combine OCR, extração de IA, conversão de formato e entrega em um único fluxo.", + "help.sources_email_ingestion": "Ingestão de Email (IMAP)", + "help.sources_email_ingestion_desc": "Encaminhe documentos para uma caixa de correio dedicada. Em Ingestão de Email, adicione uma ou mais contas IMAP. O DocuElevate verifica novas mensagens e processa anexos automaticamente.", + "help.sources_heading": "Fontes – Como Obter Documentos", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "Integre programaticamente enviando arquivos para /api/upload. Ideal para scripts, pastas assistidas, scanners ou ferramentas de terceiros como Zapier e n8n.", + "help.sources_scanner": "Scanner e Mobile", + "help.sources_scanner_desc": "Aponte scanners de rede para o endpoint de upload do DocuElevate ou use qualquer aplicativo de escaneamento móvel que suporte destinos HTTP personalizados.", + "help.sources_scanner_desc_full": "Configure seu scanner de rede ou impressora multifuncional para enviar digitalizações diretamente para o DocuElevate. Use o endpoint /api/upload como destino. Aplicativos de digitalização móvel com destinos de upload personalizados também são suportados.", + "help.sources_web_upload": "Upload Web", + "help.sources_web_upload_desc": "A maneira mais rápida de começar. Abra a página de Upload, solte um ou mais arquivos, e o DocuElevate cuida do resto. Formatos suportados incluem PDF, JPEG, PNG, TIFF, DOCX, XLSX e mais.", + "help.subheading": "Tudo o que você precisa para aproveitar ao máximo o DocuElevate. Navegue pelos tópicos abaixo ou pesquise o que você precisa.", + "help.support": "Suporte", + "help.support_admin_message": "Entre em contato com seu administrador para informações de suporte.", + "help.support_description": "Não consegue encontrar o que procura? Nossa equipe de suporte está aqui para ajudar.", + "help.support_heading": "Contato com o Suporte", + "help.support_live_chat": "Chat ao Vivo disponível – clique na bolha de chat para iniciar uma conversa.", + "help.support_ticket_button": "Enviar um Chamado", + "help.support_ticket_desc": "Preencha o formulário abaixo e nossa equipe de suporte retornará o mais rápido possível.", + "help.support_ticket_heading": "Abrir um Chamado de Suporte", + "help.title": "Central de Ajuda", + "help.workflows_creating": "Criando um Pipeline", + "help.workflows_definition": "Um Pipeline é uma série de etapas de processamento que são executadas automaticamente sempre que um documento é ingerido. Cada etapa pode transformar, enriquecer ou roteirizar o documento.", + "help.workflows_heading": "Fluxos de Trabalho & Pipelines", + "help.workflows_step_1": "Converter para PDF", + "help.workflows_step_1_create": "Vá para Pipeline no menu principal.", + "help.workflows_step_1_full": "Converter para PDF – todos os arquivos recebidos são normalizados para um formato PDF consistente.", + "help.workflows_step_2": "OCR – extrair texto", + "help.workflows_step_2_create": "Clique em Novo Pipeline e dê um nome.", + "help.workflows_step_2_full": "OCR – extraia texto selecionável de páginas digitalizadas usando a Azure Document Intelligence ou o mecanismo embutido.", + "help.workflows_step_3": "Extração de metadados de IA", + "help.workflows_step_3_create": "Adicione os passos de processamento que você precisa.", + "help.workflows_step_3_full": "Extração de metadados AI – classifique o tipo de documento e extraia campos chave como valores, datas e nomes usando OpenAI.", + "help.workflows_step_4": "Entregar a um ou mais destinos", + "help.workflows_step_4_create": "Escolha um ou mais destinos de entrega.", + "help.workflows_step_5_create": "Salvar – novos documentos serão processados automaticamente por este pipeline.", + "help.workflows_typical_steps": "Passos Típicos", + "help.workflows_what_is": "O que é um Pipeline?", + "index.badge_intelligent": "Processamento Inteligente de Documentos", + "index.button_browse_files": "Procurar Arquivos", + "index.button_upload": "Fazer Upload", + "index.capabilities_cloud": "Armazenamento em nuvem: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Ingestão de documentos por Email & URL", + "index.capabilities_ocr": "OCR & extração de metadados com IA", + "index.capabilities_paperless": "Integração Paperless-ngx para gerenciamento de documentos", + "index.capabilities_title": "Recursos", + "index.capabilities_workflows": "Classificação automatizada & fluxos de trabalho de roteamento", + "index.cta_description": "Junte-se a equipes que já estão automatizando seu processamento de documentos com o DocuElevate.", + "index.cta_heading": "Pronto para elevar seu fluxo de trabalho de documentos?", + "index.cta_pricing": "Veja os preços", + "index.cta_signup": "Crie uma conta gratuita", + "index.dashboard_subtitle": "Processamento e gerenciamento inteligente de documentos", + "index.dashboard_subtitle_teams": "Processamento e gerenciamento inteligente de documentos — criado para equipes", + "index.feature_ai": "Extração de Metadados de IA", + "index.feature_ai_desc": "OpenAI, Claude, Gemini e outros provedores de IA plugáveis classificam documentos e extraem campos-chave como datas, quantias e assuntos.", + "index.feature_cloud": "Armazenamento Multi-Nuvem", + "index.feature_cloud_desc": "Roteie arquivos processados para Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP e mais.", + "index.feature_email": "Ingestão de Email & IMAP", + "index.feature_email_desc": "Extraia automaticamente documentos do Gmail ou de qualquer caixa de entrada IMAP — sem necessidade de uploads manuais.", + "index.feature_ocr": "OCR & Extração de Texto", + "index.feature_ocr_desc": "Inteligência Documental Azure converte PDFs escaneados e imagens em texto totalmente pesquisável automaticamente.", + "index.feature_pipelines": "Pipelines Personalizados", + "index.feature_pipelines_desc": "Construa pipelines de processamento com etapas configuráveis — OCR, extração de IA, conversão de formato e roteamento de armazenamento em qualquer ordem.", + "index.feature_search": "Busca de Texto Completo", + "index.feature_search_desc": "Encontre instantaneamente qualquer documento por conteúdo, metadados ou tags em todo o seu arquivo.", + "index.feature_section_title": "Tudo o que você precisa para fluxos de trabalho de documentos inteligentes", + "index.getting_started": "Introdução", + "index.getting_started_1": "Configure integrações via Status do Sistema", + "index.getting_started_2": "Envie seu primeiro documento", + "index.getting_started_3": "Revise os resultados em Arquivos", + "index.getting_started_learn": "Saiba mais sobre o DocuElevate", + "index.hero_description": "O DocuElevate processa seus documentos, executa OCR, extrai metadados com IA e roteia arquivos para Dropbox, Google Drive, OneDrive, S3, Nextcloud e mais — tudo em um único pipeline contínuo.", + "index.hero_heading": "Da carga à percepção — automaticamente.", + "index.hero_login": "Entrar", + "index.hero_pricing": "Ver Planos e Preços", + "index.hero_signup": "Comece — é grátis", + "index.integrations_active": "Integrações ativas", + "index.integrations_storage": "Destinos de armazenamento", + "index.integrations_title": "Integrações", + "index.integrations_view_status": "Ver status do sistema", + "index.page_title_dashboard": "Painel", + "index.page_title_public": "Processamento Inteligente de Documentos", + "index.platform_overview": "Visão geral da plataforma", + "index.processing_stats": "Estatísticas de Processamento", + "index.quick_actions": "Ações Rápidas", + "index.quick_documents": "Meus Documentos", + "index.quick_documents_desc": "Navegue pelos seus arquivos processados", + "index.quick_search": "Pesquisar", + "index.quick_search_desc": "Pesquisa de texto completo em documentos", + "index.quick_subscription": "Minha Assinatura", + "index.quick_subscription_desc": "Ver detalhes do plano e uso", + "index.quick_system_status": "Status do Sistema", + "index.quick_system_status_desc": "Verifique a saúde da integração", + "index.quick_upload": "Enviar Documento", + "index.quick_upload_desc": "Processar um novo arquivo", + "index.quick_view_files": "Ver Todos os Arquivos", + "index.quick_view_files_desc": "Navegue pelos documentos processados", + "index.single_user_heading": "Painel do DocuElevate", + "index.single_user_subtitle": "Processamento e gerenciamento inteligente de documentos", + "index.stat_active_integrations": "Integrações Ativas", + "index.stat_active_users": "Usuários ativos", + "index.stat_files_month": "Arquivos este mês", + "index.stat_files_ocr": "Arquivos com OCR", + "index.stat_files_today": "Arquivos hoje", + "index.stat_storage_targets": "Destinos de Armazenamento", + "index.stat_this_month": "Este mês", + "index.stat_today": "Hoje", + "index.stat_total_files": "Total de arquivos", + "index.stat_total_processed": "Total processado", + "index.tier_plan": "Plano", + "index.tier_upgrade": "Atualizar", + "index.tier_view_details": "Ver detalhes completos", + "index.upgrade_daily_limits": "Limites diários e mensais mais altos", + "index.upgrade_description": "Desbloqueie mais documentos, mais destinos e suporte prioritário.", + "index.upgrade_destinations": "Mais destinos de armazenamento", + "index.upgrade_ocr_pages": "Mais páginas de OCR", + "index.upgrade_plan": "Atualize seu plano", + "index.upgrade_view_pricing": "Ver planos e preços", + "index.usage_lifetime": "Arquivos vitalícios", + "index.usage_month": "Arquivos deste mês", + "index.usage_my_usage": "Meu uso", + "index.usage_today": "Arquivos hoje", + "index.usage_unlimited": "Ilimitado", + "integrations.access_key_label": "ID da Chave de Acesso", + "integrations.active_label": "Ativo", + "integrations.add_button": "Adicionar Integração", + "integrations.add_first_button": "Adicione Sua Primeira Integração", + "integrations.api_token_label": "Token da API", + "integrations.authorize_btn": "Autorizar", + "integrations.authorize_reauth": "Re-autorizar", + "integrations.bucket_label": "Bucket", + "integrations.configure": "Configurar", + "integrations.connect": "Conectar", + "integrations.connected": "Conectado", + "integrations.connection_failed": "Conexão falhou", + "integrations.connection_success": "Conexão bem-sucedida", + "integrations.delete_confirm_are_you_sure": "Você tem certeza de que deseja excluir", + "integrations.delete_confirm_title": "Excluir Integração?", + "integrations.delete_confirm_undone": "Esta ação não pode ser desfeita.", + "integrations.delete_emails_label": "Excluir e-mails após processamento", + "integrations.delete_files_label": "Excluir arquivos após processamento", + "integrations.destinations_quota_label": "Destinos de Armazenamento:", + "integrations.destinations_section": "Destinos", + "integrations.direction_destination": "Destino (armazenamento)", + "integrations.direction_label": "Direção", + "integrations.direction_placeholder": "\u0014 Selecione \u0014", + "integrations.direction_source": "Fonte (ingestão)", + "integrations.disconnect": "Desconectar", + "integrations.email_settings": "Configurações de Encaminhamento de E-mail", + "integrations.empty_state": "Nenhuma integração configurada", + "integrations.endpoint_label": "URL do Endpoint", + "integrations.endpoint_optional": "(opcional, para compatibilidade com S3)", + "integrations.folder_label": "Pasta", + "integrations.folder_optional": "(opcional)", + "integrations.folder_path_label": "Caminho da Pasta", + "integrations.folder_prefix_label": "Prefixo da Pasta", + "integrations.generic_settings_hint": "A configuração para este tipo de integração pode ser fornecida como JSON após a criação via API.", + "integrations.gmail_hint": "Rótulos do Gmail & estrela: quando habilitado, e-mails processados são estrelados e rotulados com um \"Ingesto\" no Gmail. Aplica-se apenas a servidores Gmail.", + "integrations.gmail_labels": "Aplicar rótulos do Gmail & estrela", + "integrations.host_label": "Host", + "integrations.imap_settings": "Configurações do IMAP", + "integrations.loading": "Carregando integrações\u00193", + "integrations.modal_close": "Fechar modal", + "integrations.modal_title_add": "Adicionar Integração", + "integrations.modal_title_edit": "Editar Integração", + "integrations.name_label": "Rótulo", + "integrations.name_placeholder": "ex. Gmail de Trabalho, Arquivo S3", + "integrations.nextcloud_settings": "Configurações do Nextcloud", + "integrations.nextcloud_url_label": "URL do Nextcloud", + "integrations.no_integrations_body": "Adicione sua primeira integração para conectar fontes de ingestão (como IMAP) e destinos de armazenamento (como S3, Dropbox ou Google Drive).", + "integrations.not_connected": "Não Conectado", + "integrations.oauth_folder_label": "Pasta", + "integrations.oauth_hint": "Salve esta integração primeiro, depois use o botão Autorizar para concluir o fluxo OAuth. Suas credenciais serão armazenadas com segurança no seu registro de integração pessoal.", + "integrations.page_title": "Integrações", + "integrations.paperless_settings": "Configurações do Paperless NGX", + "integrations.password_label": "Senha", + "integrations.paused": "Pausado", + "integrations.plan_label": "Plano:", + "integrations.port_label": "Porta", + "integrations.quota_not_available": "(não disponível)", + "integrations.quota_unlimited": "/ ilimitado", + "integrations.recipient_label": "E-mail do Destinatário", + "integrations.region_label": "Região", + "integrations.remote_path_label": "Caminho Remoto", + "integrations.s3_prefix_label": "Prefixo (caminho da pasta)", + "integrations.s3_settings": "Configurações do S3", + "integrations.secret_key_label": "Chave de Acesso Secreta", + "integrations.show_password": "Mostrar senha", + "integrations.show_secrets": "Mostrar segredos", + "integrations.show_token": "Mostrar token", + "integrations.source_local": "Sistema de Arquivos Local", + "integrations.source_type_label": "Tipo de Fonte", + "integrations.sources_quota_label": "Fontes de Caixa de Entrada:", + "integrations.sources_section": "Fontes", + "integrations.subtitle": "Gerencie suas fontes de ingestão e destinos de armazenamento em um só lugar.", + "integrations.title": "Integrações", + "integrations.type_label": "Tipo de Integração", + "integrations.type_placeholder": "\u0002D Selecionar direção primeiro \u0002D", + "integrations.upgrade_plan": "Atualizar Plano", + "integrations.use_ssl": "Usar SSL", + "integrations.username_label": "Nome de usuário", + "integrations.watch_folder_settings": "Configurações da Pasta de Monitoramento", + "integrations.webdav_settings": "Configurações do WebDAV", + "integrations.webdav_url_label": "URL do WebDAV", + "integrations.webhook_heading": "Ingestão via Webhook", + "integrations.webhook_how_heading": "Como Funciona a Ingestão via Webhook", + "integrations.webhook_how_text": "Uma integração de webhook permite que sistemas externos enviem documentos diretamente para o DocuElevate via API REST. Em vez do DocuElevate consultar por novos arquivos (como IMAP), seu aplicativo envia arquivos para o DocuElevate usando uma solicitação HTTP com um token de API para autenticação.", + "integrations.webhook_ideal_text": "Isso é ideal para pipelines CI/CD, scripts de automação, integrações de scanner ou qualquer sistema que gere documentos e precise enviá-los para processamento.", + "integrations.webhook_quick_start": "Início Rápido", + "integrations.webhook_security_tip": "Crie um token de API dedicado para cada integração e revogue-o imediatamente se for comprometido. Os tokens podem ser gerenciados na página de Tokens de API.", + "integrations.webhook_step1": "Vá para {api_tokens_link} e crie um token pessoal.", + "integrations.webhook_upload_with_token": "Use o token para enviar documentos via API:", + "language.bg": "Búlgaro", + "language.ca": "Catalão", + "language.change_success": "Idioma alterado para {language}", + "language.changed": "Idioma alterado para {language}", + "language.cs": "Tcheco", + "language.da": "Dinamarquês", + "language.de": "Alemão", + "language.el": "Grego", + "language.en": "Inglês", + "language.es": "Espanhol", + "language.et": "Estoniano", + "language.fi": "Finlandês", + "language.fr": "Francês", + "language.ga": "Irlandês", + "language.hr": "Croata", + "language.hu": "Húngaro", + "language.is": "Islandês", + "language.it": "Italiano", + "language.lb": "Luxemburguês", + "language.lt": "Lituano", + "language.lv": "Letão", + "language.nb": "Norueguês", + "language.nl": "Neerlandês", + "language.no_results": "Nenhum idioma encontrado", + "language.pl": "Polonês", + "language.pt": "Português", + "language.ro": "Romeno", + "language.ru": "Russo", + "language.search_placeholder": "Pesquisar idiomas\n0", + "language.selector": "Idioma", + "language.selector_label": "Selecionar idioma", + "language.sk": "Eslovaco", + "language.sl": "Esloveno", + "language.sv": "Sueco", + "language.tr": "Turco", + "language.uk": "Ucraniano", + "language.zh": "Chinês", + "nav.about": "Sobre", + "nav.account_menu": "Menu da conta", + "nav.account_menu_for": "Menu da conta para {name}", + "nav.admin": "Admin", + "nav.admin.audit_logs": "Registros de Auditoria", + "nav.admin.backups": "Backups", + "nav.admin.plans": "Planos", + "nav.admin.scheduled_jobs": "Jobs Agendados", + "nav.admin.users": "Usuários", + "nav.admin_actions": "Ações de Admin", + "nav.admin_menu": "Menu de Admin", + "nav.api_docs": "Documentos da API", + "nav.api_tokens": "Tokens da API", + "nav.backup_restore": "Backup e Restauração", + "nav.credentials": "Credenciais", + "nav.dark_mode": "Modo Escuro", + "nav.dashboard": "Painel de Controle", + "nav.developer_docs": "Documentos de Desenvolvimento", + "nav.duplicates": "Duplicados", + "nav.file_manager": "Gerenciador de Arquivos", + "nav.files": "Arquivos", + "nav.get_started": "Começar", + "nav.help": "Ajuda", + "nav.help_center": "Central de Ajuda", + "nav.imap": "Importação de Email", + "nav.integrations": "Integrações", + "nav.light_mode": "Modo Claro", + "nav.login": "Entrar", + "nav.logout": "Sair", + "nav.main_navigation": "Navegação Principal", + "nav.my_subscription": "Minha Assinatura", + "nav.notifications": "Notificações", + "nav.open_main_menu": "Abrir menu principal", + "nav.pipelines": "Fluxos", + "nav.plan_designer": "Designer de Plano", + "nav.pricing": "Preços", + "nav.profile": "Perfil", + "nav.profile_settings": "Configurações do Perfil", + "nav.queue": "Fila", + "nav.queue_monitor": "Monitor de Fila", + "nav.scheduled_jobs": "Trabalhos Agendados", + "nav.search": "Pesquisar", + "nav.settings": "Configurações", + "nav.shared_links": "Links Compartilhados", + "nav.sign_out": "Sair", + "nav.signup": "Inscrever-se", + "nav.similarity": "Semelhança", + "nav.skip_to_content": "Pular para o conteúdo principal", + "nav.status": "Status", + "nav.subscription": "Assinatura", + "nav.toggle_dark_mode": "Alternar modo escuro", + "nav.toggle_nav": "Alternar menu de navegação", + "nav.upload": "Enviar", + "nav.users": "Usuários", + "nav.version": "Informações da Versão", + "notifications.filter_all": "Todos", + "notifications.filter_read": "Somente Lidos", + "notifications.filter_unread": "Somente Não Lidos", + "notifications.manage_desc": "Gerencie sua caixa de entrada de notificações, alvos e preferências de eventos", + "notifications.mark_all_read": "Marcar Todos como Lidos", + "notifications.mark_all_read_btn": "Marcar todos como lidos", + "notifications.mark_read": "Marcar como Lido", + "notifications.no_notifications": "Nenhuma notificação", + "notifications.page_title": "Notificações", + "notifications.tab_inbox": "Caixa de Entrada", + "notifications.tab_settings": "Configurações", + "notifications.title": "Notificações", + "notifications.unread_count": "{count} notificações não lidas", + "pipelines.active_label": "Ativo", + "pipelines.add_step_btn": "Adicionar Etapa", + "pipelines.create": "Criar Pipeline", + "pipelines.custom_label_label": "Rótulo Personalizado", + "pipelines.default_label": "Padrão", + "pipelines.description_label": "Descrição", + "pipelines.description_placeholder": "Descrição opcional", + "pipelines.disabled_label": "Desativado", + "pipelines.edit": "Editar Pipeline", + "pipelines.empty_state": "Nenhum pipeline ainda", + "pipelines.empty_state_hint": "Crie seu primeiro pipeline para definir fluxos de trabalho de processamento de documentos personalizados.", + "pipelines.enabled_label": "Ativado", + "pipelines.force_cloud_ocr_label": "Forçar OCR na nuvem (pular extração de texto local)", + "pipelines.inactive_label": "Inativo", + "pipelines.loading": "Carregando pipelines\u00133", + "pipelines.name_placeholder": "Meu pipeline", + "pipelines.new_pipeline_btn": "Novo Pipeline", + "pipelines.no_steps": "Nenhuma etapa definida. Adicione uma etapa para começar a construir seu pipeline.", + "pipelines.ocr_auto": "Automático (usar padrão do sistema)", + "pipelines.ocr_language_hint": "Substitui a configuração de idioma global para Tesseract/EasyOCR. Azure e Mistral detectam automaticamente o idioma.", + "pipelines.ocr_language_label": "Idioma do OCR", + "pipelines.optional_suffix": "(opcional)", + "pipelines.page_title": "Processando Pipelines", + "pipelines.set_default": "Definir como meu pipeline padrão", + "pipelines.step_label_placeholder": "Substituir o nome da etapa padrão", + "pipelines.step_type_label": "Tipo de Etapa", + "pipelines.subtitle_intro": "Defina e gerencie fluxos de trabalho de processamento de documentos personalizados.", + "pipelines.subtitle_system_post": "insígnias e são visíveis para todos os usuários.", + "pipelines.subtitle_system_pre": "Pipelines do sistema (criados por administradores) são mostrados com uma", + "pipelines.system_label": "Sistema", + "pipelines.system_pipeline_label": "Pipeline do sistema (visível para todos os usuários)", + "pipelines.title": "Processando Pipelines", + "profile.avatar_alt": "Sua imagem de perfil", + "profile.avatar_heading": "Imagem do Perfil", + "profile.avatar_remove": "Remover avatar personalizado", + "profile.avatar_upload_hint": "Envie uma imagem JPEG, PNG, GIF ou WebP de até 2 MB. Se nenhuma imagem personalizada estiver definida, seu {gravatar} será exibido.", + "profile.choose_image": "Escolher imagem\u000b…", + "profile.confirm_password": "Confirmar Nova Senha", + "profile.contact_email_hint": "Usado para notificações do sistema. Isso não altera seu e-mail de login.", + "profile.contact_email_label": "E-mail de Contato / Notificação", + "profile.contact_email_placeholder": "você@exemplo.com", + "profile.current_password": "Senha Atual", + "profile.dismiss": "Dispensar", + "profile.display_name_hint": "Deixe em branco para usar seu nome de usuário ou e-mail da conta.", + "profile.display_name_label": "Nome de Exibição", + "profile.display_name_placeholder": "Seu nome como exibido na interface", + "profile.general_heading": "Informações Gerais", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Configurações do Perfil", + "profile.language_auto_detect": "Detectar automaticamente (do navegador)", + "profile.language_hint": "Escolha seu idioma de interface preferido. \u0000“Detectar automaticamente\u0000” segue as configurações do seu navegador.", + "profile.language_label": "Idioma da Interface", + "profile.new_password": "Nova Senha", + "profile.new_password_hint": "Mínimo 8 caracteres.", + "profile.page_title": "Configurações do Perfil \u0000– DocuElevate", + "profile.password_heading": "Alterar Senha", + "profile.preferences_heading": "Preferências", + "profile.save_button": "Salvar Alterações", + "profile.saving": "Salvando\u000b…", + "profile.subtitle": "Gerencie seu nome de exibição, avatar, idioma e preferências de tema.", + "profile.theme_dark": "Escuro", + "profile.theme_hint": "\u0000“Padrão do Sistema\u0000” segue a configuração de modo escuro do seu dispositivo.", + "profile.theme_label": "Esquema de Cores", + "profile.theme_light": "Claro", + "profile.theme_system": "Padrão do Sistema", + "profile.update_password": "Atualizar Senha", + "profile.updating": "Atualizando\u00105", + "queue.active_tasks": "Tarefas Ativas", + "queue.auto_refresh_1": "Atualiza automaticamente a cada", + "queue.auto_refresh_2": "segundos", + "queue.col_arguments": "Argumentos", + "queue.col_current_step": "Etapa Atual", + "queue.col_file": "Arquivo", + "queue.col_files": "Arquivos", + "queue.col_queue": "Fila", + "queue.col_state": "Estado", + "queue.col_task": "Tarefa", + "queue.col_task_id": "ID da Tarefa", + "queue.files_processing": "Processando Arquivos", + "queue.heading": "Monitor de Fila", + "queue.last_updated": "Última atualização:", + "queue.loading_stats": "Carregando estatísticas da fila\n\u0002026", + "queue.no_active_tasks": "Nenhuma tarefa ativa", + "queue.no_data": "Sem dados", + "queue.no_files_processing": "Nenhum arquivo está sendo processado atualmente", + "queue.page_title": "Monitor de Fila", + "queue.processing_pipeline": "Pipeline de Processamento", + "queue.queued_tasks": "Tarefas na Fila", + "queue.recently_processing": "Arquivos Recém Processados", + "queue.redis_queues": "Filas Redis", + "queue.subtitle": "Visão em tempo real do pipeline de processamento de documentos e filas de tarefas Celery.", + "queue.workers_online": "Trabalhadores Online", + "search.button": "Buscar", + "search.error_message": "A busca está temporariamente indisponível. Por favor, tente novamente em um momento.", + "search.filter_aria_clear": "Limpar todos os filtros", + "search.filter_clear_button": "Limpar Filtros", + "search.filter_date_from": "Data De", + "search.filter_date_to": "Data Até", + "search.filter_document_type": "Tipo de Documento", + "search.filter_document_type_placeholder": "ex. Fatura", + "search.filter_language": "Idioma", + "search.filter_language_placeholder": "ex. pt", + "search.filter_sender": "Remetente", + "search.filter_sender_placeholder": "ex. ACME Corp", + "search.filter_tags": "Etiquetas", + "search.filter_tags_placeholder": "ex. amazon", + "search.filter_text_quality": "Qualidade do Texto", + "search.filter_text_quality_all": "Todas", + "search.filter_text_quality_high": "Alta", + "search.filter_text_quality_low": "Baixa", + "search.filter_text_quality_medium": "Média", + "search.filter_text_quality_no_text": "Sem texto", + "search.heading": "Busca de Documentos", + "search.input_aria_label": "Pesquisar documentos", + "search.input_placeholder": "Pesquise documentos por conteúdo, remetente, tags, tipo...", + "search.loading_indicator": "Pesquisando\u00103", + "search.no_results": "Nenhum resultado encontrado", + "search.page_title": "Pesquisar Documentos", + "search.placeholder": "Pesquisar por nome de arquivo, conteúdo, tags...", + "search.result_empty": "Nenhum documento encontrado que corresponda à sua consulta.", + "search.results_count": "{count} resultados encontrados", + "search.saved_aria_save": "Salvar pesquisa atual", + "search.saved_button": "Salvar Atual", + "search.saved_empty": "Nenhuma pesquisa salva ainda", + "search.saved_error": "Não foi possível carregar as pesquisas salvas", + "search.saved_label": "Pesquisas Salvas", + "search.saved_loading": "Carregando...", + "search.title": "Pesquisar Documentos", + "settings.audit_log_btn": "Registro de Auditoria", + "settings.autocomplete_hint": "Digite para pesquisar valores conhecidos ou insira qualquer valor personalizado.", + "settings.autocomplete_no_matches": "Sem correspondências \u0010— você ainda pode digitar um valor personalizado", + "settings.autocomplete_placeholder": "Digite para pesquisar ou insira um valor\u00103", + "settings.boolean_enable_prefix": "Habilitar", + "settings.categories_aria": "Categorias de configurações", + "settings.categories_heading": "Categorias", + "settings.db_wizard_btn": "Assistente de DB", + "settings.effective_value_label": "Valor efetivo:", + "settings.encrypted_suffix": "= criptografado em repouso", + "settings.encrypted_title": "Valor está criptografado em repouso no banco de dados", + "settings.export_btn": "Exportar", + "settings.export_db_only": "Apenas configurações de DB", + "settings.export_full_config": "Configuração efetiva completa", + "settings.jump_to_category": "Ir para a categoria\u00103", + "settings.manage_config_prefix": "Gerenciar configuração. Prioridade:", + "settings.model_picker_hint": "Escolha na lista ou digite qualquer nome de modelo suportado pelo seu provedor.", + "settings.model_picker_placeholder": "Selecione um modelo comum ou digite um nome personalizado\u00103", + "settings.no_results_clear": "limpar a pesquisa", + "settings.no_results_heading": "Nenhuma configuração encontrada", + "settings.no_results_hint": "Tente um termo de pesquisa diferente ou", + "settings.page_heading": "Configurações da Aplicação", + "settings.required_label": "(obrigatório)", + "settings.reset_confirm": "Tem certeza de que deseja redefinir esta configuração?", + "settings.restart_required_suffix": "= reinicialização necessária", + "settings.revert_btn": "Remover do DB", + "settings.revert_title": "Remover a sobreposição do DB e reverter para a variável de ambiente ou padrão", + "settings.reverting": "Revertendo\u0002026", + "settings.save_all_btn": "Salvar Todas as Alterações", + "settings.save_error": "Falha ao salvar a configuração", + "settings.save_setting_title": "Salvar esta configuração", + "settings.save_success": "Configuração salva com sucesso", + "settings.saving_state": "Salvando\u00002026", + "settings.search_aria_label": "Pesquisar configurações", + "settings.search_clear_aria": "Limpar pesquisa", + "settings.search_placeholder": "Pesquisar configurações por nome, chave ou descrição\u00002026", + "settings.settings_count_suffix": "configurações", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "PADRÃO", + "settings.source_env_badge": "ENV", + "settings.title": "Configurações", + "settings.toggle_visibility_aria": "Alternar visibilidade da senha", + "settings.toggle_visibility_title": "Mostrar/ocultar valor", + "settings.user_autocomplete_empty": "Nenhum usuário correspondente encontrado", + "settings.user_autocomplete_hint": "Digite para pesquisar usuários existentes pelo nome ou insira qualquer identificador manualmente.", + "settings.user_autocomplete_placeholder": "Comece a digitar para pesquisar usuários\u00002026", + "settings.wizard_btn": "Assistente", + "shared.col_expiry": "Expiração", + "shared.col_file_label": "Arquivo / Rótulo", + "shared.col_link": "Link", + "shared.col_views": "Visualizações", + "shared.copy_link_aria": "Copiar link para a área de transferência", + "shared.copy_link_title": "Copiar link", + "shared.create_btn": "Criar Link", + "shared.create_heading": "Criar Novo Link Compartilhado", + "shared.creating": "Criando\u00002026", + "shared.expiry_12h": "12 horas", + "shared.expiry_14d": "14 dias", + "shared.expiry_1h": "1 hora", + "shared.expiry_24h": "24 horas (1 dia)", + "shared.expiry_30d": "30 dias", + "shared.expiry_3d": "3 dias", + "shared.expiry_6h": "6 horas", + "shared.expiry_7d": "7 dias", + "shared.expiry_label": "Expiração", + "shared.expiry_never": "Nunca", + "shared.file_id_help_post": "página ou na URL de detalhes do documento.", + "shared.file_id_help_pre": "Encontre o ID do arquivo na", + "shared.file_id_label": "ID do arquivo", + "shared.file_id_placeholder": "ex: 42", + "shared.files_link": "Arquivos", + "shared.heading": "Links Compartilhados", + "shared.label_label": "Rótulo", + "shared.label_placeholder": "ex: Compartilhado com Bob", + "shared.link_created": "Link compartilhado criado!", + "shared.link_created_help": "Copie e envie este link para o destinatário.", + "shared.links_count_aria": "número de links", + "shared.max_downloads_label": "Máx. downloads", + "shared.no_links": "Ainda não há links compartilhados. Crie um acima para começar.", + "shared.open_in_new_tab": "Abrir em nova aba", + "shared.open_link_aria": "Abrir link compartilhado", + "shared.optional": "(opcional)", + "shared.page_title": "Links Compartilhados – DocuElevate", + "shared.password_label": "Senha", + "shared.password_placeholder": "Deixe em branco para não usar senha", + "shared.password_protected": "Protegido por senha", + "shared.refresh_aria": "Atualizar lista de links compartilhados", + "shared.revoke_aria_prefix": "Revogar link compartilhado para", + "shared.revoke_btn": "Revogar", + "shared.status_active": "Ativo", + "shared.status_expired": "Expirado", + "shared.status_limit_reached": "Limite atingido", + "shared.status_revoked": "Revogado", + "shared.subtitle": "Compartilhe documentos com qualquer pessoa via um link com limite de tempo ou de visualização. Os destinatários não precisam de uma conta DocuElevate. Os links podem ser protegidos por senha e revogados a qualquer momento.", + "shared.table_aria": "Links compartilhados", + "shared.unlimited_placeholder": "Ilimitado", + "shared.your_links": "Seus Links Compartilhados", + "similarity.backfill_auto": "A tarefa em segundo plano os calculará automaticamente a cada 5 minutos, ou você pode", + "similarity.files_missing_text": "arquivo(s) têm texto OCR, mas ainda não têm incorporação.", + "similarity.find_pairs_btn": "Encontrar Pares", + "similarity.heading": "Similaridade de Documentos", + "similarity.load_error": "Falha ao carregar pares.", + "similarity.min_similarity_label": "Min. similaridade", + "similarity.no_pairs_detail": "Nenhum par de documentos excede o limite de similaridade.", + "similarity.no_pairs_heading": "Nenhum par similar encontrado", + "similarity.page_title": "Similaridade de Documentos - DocuElevate", + "similarity.pagination_aria": "Paginação de pares de similaridade", + "similarity.per_page_label": "Por página", + "similarity.scanning": "Escaneando pares de documentos semelhantes\b3", + "similarity.stat_embedding_model": "Modelo de Incorporação", + "similarity.stat_missing_embedding": "Incorporação Ausente", + "similarity.stat_total_files": "Total de Arquivos", + "similarity.stat_with_embedding": "Com Incorporação", + "similarity.subtitle": "Pares de documentos com alta similaridade semântica, classificados por pontuação.", + "similarity.trigger_aria": "Ativar computação de incorporação para todos os arquivos sem incorporações", + "similarity.trigger_now": "ativar agora", + "status.app_version": "Versão do App", + "status.build_date": "Data de Construção", + "status.container_id": "ID do Contêiner", + "status.git_commit": "Commit Git", + "status.last_check": "Última Verificação", + "status.page_title": "Status do Sistema", + "status.setting_label": "Configuração", + "status.value_label": "Valor", + "subscription.available_plans_heading": "Planos Disponíveis", + "subscription.back_to_dashboard": "Voltar ao Painel", + "subscription.cancel_pending": "Cancelar alteração", + "subscription.cancel_scheduled": "Cancelar alteração programada", + "subscription.contact_sales": "Contactar Vendas", + "subscription.current_badge": "Atual", + "subscription.current_plan": "Plano Atual", + "subscription.current_plan_cta": "Seu plano atual", + "subscription.downgrade_to_prefix": "Fazer downgrade para", + "subscription.features_heading": "O que está incluído no seu plano", + "subscription.free": "Gratuito", + "subscription.heading": "Minha Assinatura", + "subscription.keep_plan_prefix": "Manter", + "subscription.lifetime_files": "Total de arquivos (perpetuo)", + "subscription.month_files": "Arquivos este mês", + "subscription.more_features_label": "mais", + "subscription.page_title": "Minha Assinatura \u00105 DocuElevate", + "subscription.pending_badge": "Pendente", + "subscription.pending_benefits": "Você mantém todos os benefícios do plano atual até então.", + "subscription.pending_on": "em", + "subscription.pending_title": "Mudança de plano pendente agendada", + "subscription.pending_will_change": "Seu plano mudará para", + "subscription.per_mo": "/mês", + "subscription.per_month": "/mês", + "subscription.since": "Desde", + "subscription.single_user_body": "Os níveis de assinatura se aplicam quando o modo multi-usuário está ativo. Sua instância atualmente opera em modo de usuário único sem limites de processamento. Um administrador pode ativar o modo multi-usuário através de {settings_link}.", + "subscription.single_user_title": "O modo multi-usuário não está habilitado.", + "subscription.subtitle": "Seu plano atual, uso e atualizações disponíveis.", + "subscription.this_month_label": "este mês", + "subscription.today_files": "Arquivos hoje", + "subscription.today_label": "hoje", + "subscription.unlimited": "Ilimitado", + "subscription.upgrade_info": "As atualizações entram em vigor imediatamente. Os downgrades são programados para o final do seu período de faturamento atual.", + "subscription.upgrade_to_prefix": "Atualizar para", + "subscription.usage_heading": "Uso", + "upload.browse_button": "Navegar Arquivos", + "upload.button_processing": "Processando...", + "upload.camera_button": "Tirar Foto / Escanear Documento", + "upload.download_button": "Baixar e Processar", + "upload.downloading": "Baixando arquivo da URL...", + "upload.drag_drop": "Arraste e solte arquivos aqui ou clique para navegar", + "upload.drop_hint_desktop": "Arraste e solte arquivos ou pastas aqui, ou clique para selecionar arquivos.", + "upload.drop_hint_mobile": "Toque para selecionar arquivos ou use o botão da câmera abaixo.", + "upload.drop_zone_aria": "Área de upload de arquivos. Arraste e solte arquivos aqui, ou pressione Enter para navegar pelos arquivos.", + "upload.error": "Falha no Upload", + "upload.error_invalid_url": "Formato de URL inválido", + "upload.error_url_required": "Por favor, insira uma URL", + "upload.file_size_hint": "Tamanho máximo: 500 MB por arquivo", + "upload.file_types": "Tipos permitidos: PDF, documentos do Office (Word, Excel, PowerPoint, etc.), Imagens", + "upload.filename_description": "Deixe em branco para usar o nome do arquivo da URL", + "upload.filename_label": "Nome do Arquivo (opcional)", + "upload.filename_placeholder": "meu-documento.pdf", + "upload.max_size": "Tamanho máximo do arquivo: {size}", + "upload.page_title": "Fazer Upload de Arquivos", + "upload.section_device": "Fazer Upload do Dispositivo", + "upload.section_url": "Fazer Upload da URL", + "upload.select_file": "Selecionar Arquivo", + "upload.success": "Arquivo enviado com sucesso", + "upload.title": "Enviar Documento", + "upload.uploading": "Enviando...", + "upload.url_description": "Insira um link direto para um arquivo (PDF, documentos do Office ou imagens)", + "upload.url_label": "URL do Arquivo", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/pt.json b/frontend/translations/pt.json index 10bac698..7dc3c310 100644 --- a/frontend/translations/pt.json +++ b/frontend/translations/pt.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Conheça o Criador", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_pre": "DocuElevate é desenvolvido com paixão por", + "about.features_admin_api": "API REST poderosa para acesso programático", + "about.features_admin_config": "Altamente configurável via variáveis de ambiente", + "about.features_admin_docker": "Pronto para Docker para fácil implantação e escalabilidade", + "about.features_admin_heading": "Administração", + "about.features_admin_oauth2": "Suporte à autenticação OAuth2 com Authentik", + "about.features_automation_background": "Processamento em segundo plano com Redis e Celery", + "about.features_automation_gmail": "Integração com Gmail e contas de e-mail genéricas", + "about.features_automation_heading": "Automação", + "about.features_automation_imap": "Polling da caixa de entrada IMAP de várias fontes", + "about.features_automation_ingestion": "Ingestão automatizada de documentos a partir de várias entradas", + "about.features_heading": "Principais Recursos", + "about.features_integration_cloud": "Armazenamento em nuvem: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integração & Armazenamento", + "about.features_integration_multi_dest": "Suporte a vários destinos (armazenar documentos em vários locais)", + "about.features_integration_protocols": "Protocolos de transferência: FTP, SFTP, Encaminhamento de e-mail", + "about.features_integration_selfhosted": "Opções auto-hospedadas: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Classificação inteligente de documentos e extração de dados", + "about.features_processing_heading": "Processamento de Documentos", + "about.features_processing_metadata": "Extração automatizada de metadados usando um provedor de IA plugável", + "about.features_processing_ocr": "OCR alimentado por Azure Document Intelligence", + "about.features_processing_pdf": "Conversão de PDF para vários formatos de arquivo via Gotenberg", + "about.features_processing_upload": "Envios de arquivos simples e seguros com suporte a arrastar e soltar", + "about.github_logo_alt": "Logotipo do GitHub", + "about.heading": "Sobre o DocuElevate", + "about.intro_post": " – sua solução moderna e inteligente para processamento de documentos! Construímos o DocuElevate para transformar completamente a maneira como você lida com seus documentos – desde o upload até a extração, do processamento ao armazenamento.", + "about.intro_pre": "Bem-vindo ao ", + "about.involved_description": "Quer mergulhar no código, contribuir com ideias ou saber mais sobre o DocuElevate?", + "about.involved_docs": "Leia a Documentação", + "about.involved_github": "Veja o DocuElevate no GitHub", + "about.involved_heading": "Participe", + "about.involved_website": "Visite o Site do DocuElevate", + "about.legal_description": "Nos preocupamos com sua privacidade e segurança de dados. Por favor, revise nossos:", + "about.legal_heading": "Privacidade & Legal", + "about.legal_license": "Informações da Licença", + "about.legal_privacy": "Aviso de Privacidade", + "about.page_title": "Sobre o DocuElevate", + "about.story_heading": "Nossa História", + "about.story_p1": "O DocuElevate foi criado com um objetivo em mente: simplificar e agilizar o gerenciamento de documentos para todos, seja você uma pequena startup ou uma grande empresa.", + "about.story_p2": "Nós aproveitamos o poder de provedores de IA plugáveis (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey e mais) para extração de metadados e refinamento de texto, integramos perfeitamente com Dropbox, Nextcloud e Paperless NGX para armazenamento e indexação, aproveitamos o Azure Document Intelligence para OCR e até usamos Gotenberg para conversões de arquivo para PDF.", + "api_tokens.col_created": "Criado", + "api_tokens.col_last_ip": "Último IP", + "api_tokens.col_last_used": "Último Uso", + "api_tokens.col_name": "Nome", + "api_tokens.col_prefix": "Prefixo do Token", + "api_tokens.copy_to_clipboard": "Copiar token para a área de transferência", + "api_tokens.copy_upload_example": "Copiar exemplo de upload para a área de transferência", + "api_tokens.copy_warning_1": "Copie este token agora — ele", + "api_tokens.copy_warning_2": "não será mostrado novamente", + "api_tokens.create_heading": "Criar Novo Token", + "api_tokens.create_token": "Criar Token", + "api_tokens.creating": "Criando…", + "api_tokens.heading": "Tokens de API", + "api_tokens.intro": "Crie tokens de API pessoais para interagir com a API do DocuElevate programaticamente. Use tokens para uploads de webhook, pipelines de CI/CD ou qualquer script que precise carregar ou recuperar documentos.", + "api_tokens.loading_tokens": "Carregando tokens…", + "api_tokens.never": "Nunca", + "api_tokens.no_tokens_heading": "Nenhum token de API ainda", + "api_tokens.no_tokens_help": "Crie seu primeiro token acima para começar.", + "api_tokens.page_title": "Tokens de API – DocuElevate", + "api_tokens.revoke": "Revogar", + "api_tokens.revoke_prefix": "Revogar token", + "api_tokens.status_active": "Ativo", + "api_tokens.status_revoked": "Revogado", + "api_tokens.table_aria": "Tokens de API", + "api_tokens.token_created": "Token criado com sucesso!", + "api_tokens.token_name_label": "Nome do token", + "api_tokens.token_name_placeholder": "ex. Pipeline CI, Upload de Webhook, Meu Script", + "api_tokens.usage_heading": "Exemplo de Uso", + "api_tokens.usage_intro_post": "cabeçalho com qualquer solicitação de API:", + "api_tokens.usage_intro_pre": "Use seu token de API no", + "api_tokens.your_tokens": "Seus Tokens", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", + "audit.col_resource": "Recurso", "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", + "audit.critical": "Crítico", + "audit.filter_action": "Ação", + "audit.filter_all_actions": "Todas as ações", + "audit.filter_all_users": "Todos os usuários", + "audit.filter_resource_placeholder": "ex. documento, usuário", + "audit.filter_resource_type": "Tipo de Recurso", + "audit.filter_severity": "Severidade", + "audit.filter_user": "Usuário", + "audit.filters_section_label": "Filtros do log de auditoria", + "audit.next": "Próximo", + "audit.next_label": "Próxima página", + "audit.no_events": "Nenhum evento de auditoria registrado ainda.", + "audit.no_events_hint": "Ações significativas (logins, operações em documentos, alterações de configurações) aparecerão aqui.", + "audit.page_title": "Logs de Auditoria - DocuElevate", + "audit.pagination_label": "Paginação do log de auditoria", + "audit.prev": "Anterior", + "audit.prev_label": "Página anterior", + "audit.refresh_label": "Atualizar logs de auditoria", + "audit.siem_disabled_title": "Encaminhamento SIEM está desabilitado", + "audit.siem_enabled_title": "Eventos estão sendo encaminhados para ", + "audit.siem_off": "SIEM: Desligado", + "audit.subtitle": "Registro abrangente, somente anexar, de todas as ações significativas.", + "audit.table_label": "Eventos do log de auditoria", + "audit.title": "Logs de Auditoria", + "auth.confirm_password": "Confirmar Senha", + "auth.create_account": "Criar conta", + "auth.display_name_label": "Nome de Exibição", "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Iniciar sessão", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Terminar sessão", - "auth.my_account": "A minha conta", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", + "auth.forgot_password": "Esqueceu a Senha?", + "auth.forgot_username": "Esqueceu o nome de usuário?", + "auth.login": "Entrar", + "auth.login_title": "Entrar", + "auth.logo_alt": "Logo DocuElevate", + "auth.logout": "Sair", + "auth.my_account": "Minha Conta", + "auth.no_account": "Não tem uma conta?", + "auth.or_continue_with": "Ou continue com", + "auth.password_label": "Senha", "auth.profile": "Perfil", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Registar", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "auth.remember_me": "Lembrar de mim", + "auth.return_home": "Voltar para a página inicial", + "auth.sign_in": "Entrar", + "auth.sign_in_sso": "Entrar com SSO", + "auth.sign_in_with": "Entrar com", + "auth.sign_in_with_username": "Entrar com nome de usuário", + "auth.signup": "Cadastrar", + "auth.signup_title": "Cadastrar", + "auth.username_label": "Nome de usuário", + "auth.username_or_email": "Nome de usuário ou Email", + "auth.verify_email_back_sign_in": "Voltar para entrar", + "auth.verify_email_expiry": "O link expira em 24 horas. Se você não vê o e-mail, verifique sua pasta de spam.", + "auth.verify_email_heading": "Verifique sua caixa de entrada", + "auth.verify_email_message": "Enviamos um e-mail de verificação para você. Clique no link do e-mail para ativar sua conta.", + "auth.verify_email_page_title": "DocuElevate - Verifique Seu Email", + "auth.verify_email_resend_aria_label": "Endereço de e-mail para reenvio", + "auth.verify_email_resend_button": "Reenviar e-mail de verificação", + "auth.verify_email_resend_label": "Endereço de e-mail", + "auth.verify_email_resend_placeholder": "Digite seu endereço de e-mail", + "auth.verify_email_resend_prompt": "Não recebeu?", + "backup.archives_heading": "Arquivos de Backup", + "backup.backup_now": "Fazer Backup Agora", + "backup.clean_up": "Limpar", + "backup.cleanup_title": "Executar limpeza de retenção agora", + "backup.col_created": "Criado", + "backup.col_filename": "Nome do arquivo", + "backup.col_size": "Tamanho", + "backup.col_storage": "Armazenamento", + "backup.col_type": "Tipo", + "backup.config_auto_backup": "Backup automático", + "backup.config_remote_dest": "Destino remoto", + "backup.config_retention": "Retenção", + "backup.config_total_size": "Tamanho total local", + "backup.confirm_btn": "Confirmar", + "backup.confirm_title": "Confirmar ação", + "backup.heading": "Gerenciamento de Backup", + "backup.local_only": "Apenas local", + "backup.no_backups": "Ainda não há backups.", + "backup.no_backups_hint": "Clique em Fazer Backup Agora para criar seu primeiro backup.", + "backup.page_title": "Gerenciamento de Backup", + "backup.records_label": "registros", + "backup.restore_btn": "Restaurar", + "backup.restore_desc_mid": "arquivo de backup para restaurar o banco de dados.", + "backup.restore_desc_pre": "Envie um", + "backup.restore_desc_warning": "Isto irá sobrescrever todos os dados atuais.", + "backup.restore_file_label": "Arquivo de backup (.db.gz)", + "backup.restore_heading": "Restaurar a partir do arquivo", + "backup.restoring": "Restaurando\u001330", + "backup.retention_daily_detail": "\u0013 mantido por 3 semanas", + "backup.retention_heading": "Política de retenção", + "backup.retention_hourly_detail": "\u0013 mantido por 4 dias", + "backup.retention_note": "Backups além desses limites são automaticamente podados após cada novo backup ser criado.", + "backup.retention_weekly_detail": "\u0013 mantido por ~3 meses", + "backup.snapshots": "instantâneas", "backup.status_ok": "ok", "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", + "backup.subtitle": "Os backups do banco de dados são criados automaticamente: a cada hora (4 dias), diariamente (3 semanas), semanalmente (13 semanas).", + "backup.table_aria": "Arquivos de backup", + "backup.trigger_daily": "Fazer backup agora (Diariamente)", + "backup.trigger_hourly": "Fazer backup agora (A cada hora)", + "backup.trigger_weekly": "Fazer backup agora (Semanalmente)", + "backup.type_daily": "Diário", + "backup.type_hourly": "A cada hora", + "backup.type_weekly": "Semanal", + "billing.go_to_dashboard": "Ir para o painel", + "billing.manage_subscription": "Gerenciar assinatura", + "billing.success_heading": "Tudo pronto!", + "billing.success_message": "Sua assinatura foi ativada. Obrigado por escolher o DocuElevate!", + "billing.success_page_title": "DocuElevate - Assinatura Ativada", "common.actions": "Ações", "common.active": "Ativo", - "common.all": "Tudo", + "common.all": "Todos", + "common.avatar": "Avatar", "common.back": "Voltar", "common.cancel": "Cancelar", "common.close": "Fechar", - "common.col_pending": "Pending", + "common.col_pending": "Pendente", "common.completed": "Concluído", "common.confirm": "Confirmar", "common.copied": "Copiado!", "common.copy": "Copiar", - "common.create": "Create", + "common.create": "Criar", "common.created": "Criado", "common.date": "Data", - "common.delete": "Eliminar", + "common.delete": "Excluir", "common.description": "Descrição", "common.details": "Detalhes", "common.disabled": "Desativado", - "common.download": "Descarregar", - "common.duplicate": "Duplicate", + "common.download": "Baixar", + "common.duplicate": "Duplicar", "common.edit": "Editar", "common.enabled": "Ativado", "common.error": "Erro", - "common.failed": "Falhado", + "common.failed": "Falhou", "common.filter": "Filtrar", "common.inactive": "Inativo", "common.info": "Informação", - "common.loading": "A carregar...", + "common.loading": "Carregando...", "common.name": "Nome", - "common.next": "Seguinte", - "common.next_page": "Next page", + "common.next": "Próximo", + "common.next_page": "Próxima página", "common.no": "Não", "common.none": "Nenhum", - "common.page": "Page", + "common.page": "Página", + "common.paused": "Pausado", "common.pending": "Pendente", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "A processar", + "common.prev_page": "Página anterior", + "common.previous": "Anterior", + "common.processing": "Processando", "common.refresh": "Atualizar", - "common.reset": "Repor", + "common.reset": "Redefinir", "common.retry": "Tentar novamente", - "common.save": "Guardar", - "common.search": "Pesquisar", + "common.save": "Salvar", + "common.search": "Buscar", "common.select": "Selecionar", - "common.select_placeholder": "— select —", + "common.select_placeholder": "\u0000\u0000\u0000 selecionar \u0000\u0000\u0000", "common.size": "Tamanho", - "common.status": "Estado", - "common.submit": "Submit", + "common.status": "Status", + "common.submit": "Enviar", "common.success": "Sucesso", - "common.tags": "Tags", + "common.tags": "Etiquetas", + "common.test": "Teste", + "common.test_connection": "Teste de Conexão", "common.type": "Tipo", + "common.update": "Atualizar", "common.updated": "Atualizado", "common.upload": "Carregar", - "common.view": "Ver", - "common.warning": "Aviso", + "common.view": "Visualizar", + "common.warning": "Advertência", "common.yes": "Sim", - "cookie.accept": "Entendido", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "O DocuElevate utiliza apenas cookies de sessão essenciais necessários para a autenticação e o funcionamento do serviço. Não são utilizados cookies de rastreamento ou analíticos.", - "cookie.notice_label": "Aviso de cookies", - "cookie.policy_link": "Política de cookies", - "cookie.privacy_link": "Aviso de privacidade", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Integrações ativas", - "dashboard.files_this_month": "Ficheiros este mês", - "dashboard.files_today": "Ficheiros hoje", - "dashboard.ocr_processed": "OCR processados", - "dashboard.quick_actions": "Ações rápidas", - "dashboard.recent_activity": "Atividade recente", - "dashboard.storage_targets": "Destinos de armazenamento", + "cookie.accept": "Entendi", + "cookie.learn_more": "Saiba mais", + "cookie.message": "Este site usa cookies para melhorar sua experiência.", + "cookie.notice": "DocuElevate usa apenas cookies de sessão essenciais necessários para autenticação e operação do serviço. Nenhum cookie de rastreamento ou análise é utilizado.", + "cookie.notice_label": "Aviso sobre cookies", + "cookie.policy_link": "Política de Cookies", + "cookie.privacy_link": "Aviso de Privacidade", + "credentials.col_action": "Ação", + "credentials.col_credential": "Credencial", + "credentials.col_source": "Fonte", + "credentials.configured": "Configurado", + "credentials.edit_in_settings": "Editar nas Configurações", + "credentials.legend_db": "Valor armazenado no banco de dados (criptografado em repouso; substitui variável de ambiente)", + "credentials.legend_env_after": " arquivo", + "credentials.legend_env_before": "Valor da variável de ambiente ou ", + "credentials.legend_missing": "Credencial não configurada — a integração não funcionará", + "credentials.legend_restart": "Reinício necessário quando esta credencial for rotacionada", + "credentials.legend_title": "Legenda", + "credentials.manage_settings": "Gerenciar Configurações", + "credentials.not_configured": "Não Configurado", + "credentials.page_title": "Auditoria de Credenciais - DocuElevate", + "credentials.raw_json": "JSON Bruto (API)", + "credentials.restart_title": "Reinício necessário após rotacionar esta credencial", + "credentials.source_db_title": "Armazenado no banco de dados (criptografado)", + "credentials.source_env_title": "Da variável de ambiente", + "credentials.status_missing": "Faltando", + "credentials.subtitle": "Visão geral de todas as credenciais sensíveis usadas pelo DocuElevate. Nenhum valor secreto é exibido aqui — apenas se cada credencial está configurada e de onde vem.", + "credentials.table_for": "Credenciais para", + "credentials.title": "Auditoria de Credenciais", + "credentials.total_credentials": "Total de Credenciais", + "dashboard.active_integrations": "Integrações Ativas", + "dashboard.files_this_month": "Arquivos Este Mês", + "dashboard.files_today": "Arquivos Hoje", + "dashboard.ocr_processed": "OCR Processado", + "dashboard.quick_actions": "Ações Rápidas", + "dashboard.recent_activity": "Atividade Recente", + "dashboard.storage_targets": "Alvos de Armazenamento", "dashboard.title": "Painel", - "dashboard.total_files": "Total de ficheiros", + "dashboard.total_files": "Total de Arquivos", "dashboard.welcome": "Bem-vindo ao DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", + "duplicates.file_id_label": "ID do arquivo", + "duplicates.file_id_placeholder": "por exemplo, 42", + "duplicates.find_btn": "Encontrar", + "duplicates.found_files": "arquivo(s) duplicado(s) no total.", + "duplicates.found_groups": "grupo(s) duplicado(s) com", + "duplicates.found_prefix": "Encontrado", + "duplicates.group_aria": "Grupo duplicado", + "duplicates.heading": "Documentos Duplicados", + "duplicates.how_it_works_heading": "Como funciona a detecção de quase duplicatas", + "duplicates.max_results_label": "Resultados máximos", + "duplicates.near_dup_desc": "Selecione um documento para verificar se outros arquivos contêm o mesmo (ou conteúdo muito similar) \r\n\u000003 — mesmo que tenham sido digitalizados em momentos diferentes e tenham hashes SHA-256 diferentes.", + "duplicates.near_dup_heading": "Encontrar Quase-Duplicatas para um Documento", + "duplicates.no_exact_heading": "Nenhuma duplicata exata encontrada", + "duplicates.page_title": "Documentos Duplicados - DocuElevate", + "duplicates.pagination_aria": "Paginação", + "duplicates.role_duplicate": "Duplicado", "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "duplicates.tab_exact": "Duplicatas Exatas", + "duplicates.tab_near": "Localizador de Quase-Duplicatas", + "duplicates.tabs_aria": "Abas de detecção de duplicatas", + "duplicates.threshold_label": "Limite de similaridade", + "duplicates.view_dup_aria": "Ver arquivo duplicado", + "duplicates.view_original_aria": "Ver arquivo original", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Ops, não conseguimos encontrar essa página!", + "error.404_home": "Voltar para a Página Inicial", + "error.404_message": "Parece que o DocuElevate perdeu o documento que você estava procurando. Não se preocupe - estamos aqui para ajudar.", + "error.404_title": "404 - Não Encontrado", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", + "error.500_debug_info": "Mostrar Informações de Depuração", + "error.500_description": "Nossos servidores encontraram um imprevisto e precisam de um momento.", + "error.500_heading": "Ops! Algo deu Errado.", + "error.500_home": "Ir para Casa", + "error.500_img_alt": "Ilustração de um erro de servidor", + "error.500_message1": "Nossos servidores encontraram um imprevisto e precisam de um momento. Talvez os hamsters tenham derramado seu café?", + "error.500_message2": "Já estamos trabalhando nisso - organizando arquivos, reiniciando servidores e recalibrando capacitores de fluxo.", + "error.500_title": "Erro de Servidor - DocuElevate", "error.forbidden": "Proibido", - "error.forbidden_message": "Não tem permissão para aceder a esta página.", + "error.forbidden_message": "Você não tem permissão para acessar esta página.", "error.not_found": "Página não encontrada", - "error.not_found_message": "A página que procura não existe.", - "error.server_error": "Erro interno do servidor", - "error.server_error_message": "Algo correu mal. Tente novamente mais tarde.", + "error.not_found_message": "A página que você está procurando não existe.", + "error.server_error": "Erro Interno do Servidor", + "error.server_error_message": "Algo deu errado. Por favor, tente novamente mais tarde.", "error.unauthorized": "Não autorizado", - "error.unauthorized_message": "Precisa de iniciar sessão para aceder a esta página.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Título do documento", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "Tamanho do ficheiro", - "files.filename": "Nome do ficheiro", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "Nenhum ficheiro encontrado", - "files.ocr_status": "Estado OCR", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.unauthorized_message": "Você precisa fazer login para acessar esta página.", + "files.action_delete": "Excluir arquivo", + "files.action_details": "Ver detalhes", + "files.action_preview": "Pré-visualização rápida", + "files.bulk_clear_selection": "Limpar seleção", + "files.bulk_cloud_ocr": "Re-executar OCR na Nuvem", + "files.bulk_delete": "Excluir selecionados", + "files.bulk_download": "Baixar como ZIP", + "files.bulk_reprocess": "Reprocessar selecionados", + "files.delete_modal_cancel": "Cancelar", + "files.delete_modal_confirm": "Excluir", + "files.delete_modal_message": "Você tem certeza que deseja excluir este arquivo?", + "files.delete_modal_title": "Confirmar Exclusão", + "files.document_title": "Título do Documento", + "files.drop_overlay_hint": "Suporta PDF, documentos do Office, imagens, HTML, Markdown e mais – pastas são processadas recursivamente", + "files.drop_overlay_title": "Solte arquivos ou pastas em qualquer lugar para fazer o upload", + "files.error_hint": "Isso pode ser devido a um problema de configuração ou importação. Verifique os logs do servidor.", + "files.file_size": "Tamanho do Arquivo", + "files.filename": "Nome do Arquivo", + "files.files_selected": "arquivos selecionados", + "files.filter_all_providers": "Todos os Fornecedores", + "files.filter_all_statuses": "Todos os Status", + "files.filter_all_types": "Todos os Tipos", + "files.filter_apply": "Aplicar Filtros", + "files.filter_clear": "Limpar", + "files.filter_date_from": "Data De", + "files.filter_date_from_aria": "Filtrar a partir da data", + "files.filter_date_to": "Data Até", + "files.filter_date_to_aria": "Filtrar até a data", + "files.filter_form_aria": "Filtrar arquivos", + "files.filter_mime_type": "Tipo MIME", + "files.filter_ocr_all": "Todos os Arquivos", + "files.filter_ocr_good": "Boa qualidade", + "files.filter_ocr_poor": "Baixa qualidade", + "files.filter_ocr_quality": "Qualidade do OCR", + "files.filter_ocr_quality_aria": "Filtrar por pontuação de qualidade OCR", + "files.filter_ocr_unchecked": "Ainda não avaliado", + "files.filter_search_label": "Pesquisar Nome do Arquivo", + "files.filter_search_placeholder": "Insira o nome do arquivo...", + "files.filter_storage_provider": "Fornecedor de Armazenamento", + "files.filter_tags_aria": "Filtrar por tags (separadas por vírgula)", + "files.filter_tags_placeholder": "ex. fatura,amazon", + "files.fulltext_search_label": "Pesquisa de Texto Completo (texto OCR, metadados, tags)", + "files.fulltext_search_placeholder": "Pesquisar conteúdo do documento, remetente, tags, tipo...", + "files.no_files": "Nenhum arquivo encontrado", + "files.ocr_status": "Status do OCR", + "files.page_title": "Registros de Arquivo", + "files.pagination_files": "arquivos", + "files.pagination_first": "Primeiro", + "files.pagination_last": "Último", + "files.pagination_nav_aria": "Paginação da lista de arquivos", + "files.pagination_next": "Próximo", + "files.pagination_of": "de", + "files.pagination_previous": "Anterior", + "files.pagination_showing": "Exibindo", + "files.preview_modal_close": "Fechar visualização", + "files.preview_modal_title": "Pré-visualização", + "files.queue_banner_items": "item(s) estão atualmente em fila ou sendo processados. Os arquivos aparecerão aqui assim que o processamento for concluído.", + "files.queue_banner_link": "Ver Fila", + "files.saved_searches_empty": "Nenhuma pesquisa salva ainda", + "files.saved_searches_error": "Não foi possível carregar pesquisas salvas", + "files.saved_searches_label": "Pesquisas Salvas", + "files.saved_searches_save": "Salvar Atual", + "files.saved_searches_save_aria": "Salvar filtros atuais como uma pesquisa salva", + "files.search_results_empty": "Nenhum resultado encontrado.", + "files.search_results_title": "Resultados da Pesquisa", + "files.status_duplicate": "Duplicado", + "files.table_actions": "Ações", + "files.table_aria": "Registros de arquivo", + "files.table_created_at": "Criado Em", + "files.table_empty": "Nenhum arquivo encontrado", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Etiquetas", - "files.title": "Ficheiros", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", + "files.table_mime_type": "Tipo MIME", + "files.table_original_filename": "Nome do Arquivo Original", + "files.table_select_all": "Selecionar todos os arquivos nesta página", + "files.tags": "Tags", + "files.title": "Arquivos", + "files.upload_modal_aria": "Progresso do upload", + "files.upload_modal_close": "Fechar progresso do upload", + "files.upload_modal_header": "Fazendo o upload de Arquivos", "files.uploaded": "Carregado", - "footer.about": "About", - "footer.attribution": "Attribution", + "footer.about": "Sobre", + "footer.attribution": "Atribuição", "footer.attributions": "Atribuições", "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Aviso legal", + "footer.imprint": "Impressão", "footer.license": "Licença", "footer.navigation": "Navegação do rodapé", "footer.privacy": "Privacidade", "footer.terms": "Termos", "footer.version": "Versão {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "Vinculado ao OAuth. Os arquivos vão para a sua pasta escolhida.", + "help.destinations_email": "Encaminhamento de Email", + "help.destinations_email_desc": "Arquivos processados enviados como anexos SMTP.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Conta de serviço ou OAuth. Suporta unidades compartilhadas.", + "help.destinations_heading": "Destinos – Para Onde os Documentos Vão", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Armazenamento em nuvem auto-hospedado via WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Integração com a API Microsoft Graph.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Envie documentos diretamente para o Paperless para arquivamento.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Qualquer bucket compatível com S3 (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Transferência segura de arquivos para qualquer servidor.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", + "help.destinations_webhook_desc": "POST de metadados para qualquer endpoint externo.", "help.documentation": "Documentação", - "help.faq": "Perguntas frequentes", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Primeiros passos", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.faq": "Perguntas Frequentes", + "help.faq_1_a": "Navegue até a página de Upload, arraste e solte seus arquivos ou clique em Escolher Arquivo. O DocuElevate converte imagens e documentos de escritório em PDF, executa OCR e extrai metadados automaticamente.", + "help.faq_1_q": "Como faço para fazer o upload de documentos?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF e HTML. Arquivos não-PDF são automaticamente convertidos para PDF antes do processamento.", + "help.faq_2_q": "Quais formatos de arquivo são suportados?", + "help.faq_3_a": "Sim. Vá para Ingestão de Email, adicione uma conta IMAP e o DocuElevate irá buscar novas mensagens e processar anexos automaticamente.", + "help.faq_3_q": "Posso ingerir documentos de email?", + "help.faq_4_a": "Os pipelines permitem que você encadeie etapas de processamento – OCR, extração de IA, conversão de formato – e roteie o resultado para um ou mais destinos. Crie e gerencie-os a partir da página de Pipelines.", + "help.faq_4_q": "Como funcionam os pipelines de processamento?", + "help.faq_5_a": "O DocuElevate criptografa credenciais em repouso, comunica-se via TLS e nunca armazena seus documentos por mais tempo do que o necessário. Veja o Aviso de Privacidade para detalhes completos.", + "help.faq_5_a_post": " para mais detalhes.", + "help.faq_5_a_pre": "O DocuElevate criptografa credenciais em repouso, comunica-se por meio de TLS e nunca armazena seus documentos mais tempo do que o necessário. Veja o ", + "help.faq_5_q": "Meus dados estão seguros?", + "help.faq_heading": "Perguntas Frequentes", + "help.getting_started": "Introdução", + "help.heading": "Central de Ajuda", + "help.ingestion_curl": "cURL / API REST", + "help.ingestion_curl_desc": "Use a API REST para enviar documentos programaticamente. Autentique-se com um token Bearer e envie arquivos para o endpoint de upload.", + "help.ingestion_heading": "Ferramentas de Ingestão de Dados", + "help.ingestion_mobile": "Aplicativos Móveis", + "help.ingestion_mobile_desc": "Use qualquer aplicativo de digitalização móvel que suporte destinos de upload HTTP personalizados para enviar fotos e digitalizações para o DocuElevate do seu telefone ou tablet.", + "help.ingestion_scanners": "Scanners de Rede", + "help.ingestion_scanners_desc": "Aponte qualquer scanner de rede ou impressora multifuncional para o endpoint de upload do DocuElevate. Documentos digitalizados vão diretamente para sua fila de processamento.", + "help.ingestion_watched_folders": "Pastas Monitoradas", + "help.ingestion_watched_folders_desc": "Configure uma pasta local ou de rede para ser monitorada. Qualquer arquivo colocado em uma pasta monitorada é automaticamente enviado e processado pelo DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integre o DocuElevate em seus fluxos de trabalho de automação com Zapier, n8n ou Make. Use as ações da API REST para acionar uploads de documentos a partir de qualquer evento.", + "help.meta_description": "Obtenha ajuda com o DocuElevate – encontre guias sobre como fazer upload de documentos, conectar armazenamento em nuvem, configurar pipelines e mais.", + "help.og_description": "Obtenha ajuda com o DocuElevate – encontre guias sobre como fazer upload de documentos, conectar armazenamento em nuvem, configurar pipelines e mais.", + "help.page_title": "Central de Ajuda", + "help.privacy_notice": "Aviso de Privacidade", + "help.quickstart_heading": "Início Rápido", + "help.quickstart_storage": "Conectar Armazenamento", + "help.quickstart_storage_desc": "Vá para Configurações e vincule suas contas de nuvem. Documentos processados são automaticamente roteados para cada destino que você configurar.", + "help.quickstart_storage_desc_full": "Vá para Integrações e vincule suas contas de armazenamento em nuvem. O DocuElevate suporta Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud e mais. Documentos processados são automaticamente roteados para cada destino que você configurar.", + "help.quickstart_upload": "Enviar Documentos", + "help.quickstart_upload_desc": "Arraste e solte arquivos na página de Upload ou clique em Escolher Arquivo. O DocuElevate converte imagens e documentos de escritório para PDF, executa OCR e extrai metadados automaticamente.", + "help.quickstart_workflows": "Automatizar Fluxos de Trabalho", + "help.quickstart_workflows_desc": "Crie Pipelines para definir regras de processamento e roteamento em várias etapas. Combine OCR, extração de IA, conversão de formato e entrega em um único fluxo.", + "help.sources_email_ingestion": "Ingestão de Email (IMAP)", + "help.sources_email_ingestion_desc": "Encaminhe documentos para uma caixa de correio dedicada. Sob Ingestão de Email, adicione uma ou mais contas IMAP. O DocuElevate busca novas mensagens e processa anexos automaticamente.", + "help.sources_heading": "Fontes – Obtendo Documentos", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", + "help.sources_rest_api_desc": "Integre programaticamente enviando arquivos para /api/upload. Ideal para scripts, pastas monitoradas, scanners ou ferramentas de terceiros como Zapier e n8n.", + "help.sources_scanner": "Scanner & Móvel", + "help.sources_scanner_desc": "Aponte scanners de rede para o endpoint de upload do DocuElevate ou use qualquer aplicativo de digitalização móvel que suporte destinos HTTP personalizados.", + "help.sources_scanner_desc_full": "Configure seu scanner de rede ou impressora multifuncional para enviar digitalizações diretamente para o DocuElevate. Use o endpoint /api/upload como destino. Aplicativos de digitalização móvel com destinos de upload personalizados também são suportados.", + "help.sources_web_upload": "Upload via Web", + "help.sources_web_upload_desc": "A maneira mais rápida de começar. Abra a página de Upload, solte um ou mais arquivos e o DocuElevate cuida do resto. Os formatos suportados incluem PDF, JPEG, PNG, TIFF, DOCX, XLSX e mais.", + "help.subheading": "Tudo que você precisa para aproveitar ao máximo o DocuElevate. Navegue pelos tópicos abaixo ou procure o que precisa.", "help.support": "Suporte", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Centro de ajuda", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", + "help.support_admin_message": "Entre em contato com o seu administrador para informações de suporte.", + "help.support_description": "Não consegue encontrar o que procura? Nossa equipe de suporte está aqui para ajudar.", + "help.support_heading": "Contato com o Suporte", + "help.support_live_chat": "Chat ao Vivo disponível – clique na bolha de chat para iniciar uma conversa.", + "help.support_ticket_button": "Enviar um Chamado", + "help.support_ticket_desc": "Preencha o formulário abaixo e nossa equipe de suporte retornará o mais breve possível.", + "help.support_ticket_heading": "Abrir um Chamado de Suporte", + "help.title": "Central de Ajuda", + "help.workflows_creating": "Criando um Pipeline", + "help.workflows_definition": "Um Pipeline é uma série de etapas de processamento que são executadas automaticamente sempre que um documento é ingerido. Cada etapa pode transformar, enriquecer ou direcionar o documento.", + "help.workflows_heading": "Fluxos de Trabalho & Pipelines", + "help.workflows_step_1": "Converter para PDF", + "help.workflows_step_1_create": "Vá para Pipelines no menu principal.", + "help.workflows_step_1_full": "Converter para PDF – todos os arquivos recebidos são normalizados para um formato PDF consistente.", + "help.workflows_step_2": "OCR – extrair texto", + "help.workflows_step_2_create": "Clique em Nova Pipeline e dê um nome a ela.", + "help.workflows_step_2_full": "OCR – extraia texto selecionável de páginas digitalizadas usando o Azure Document Intelligence ou o mecanismo embutido.", + "help.workflows_step_3": "Extração de metadados de IA", + "help.workflows_step_3_create": "Adicione as etapas de processamento necessárias.", + "help.workflows_step_3_full": "Extração de metadados de IA – classifique o tipo de documento e colete campos-chave, como quantias, datas e nomes usando OpenAI.", + "help.workflows_step_4": "Entregar a um ou mais destinos", + "help.workflows_step_4_create": "Escolha um ou mais destinos de entrega.", + "help.workflows_step_5_create": "Salvar – novos documentos serão processados através desta pipeline automaticamente.", + "help.workflows_typical_steps": "Etapas Típicas", + "help.workflows_what_is": "O que é uma Pipeline?", + "index.badge_intelligent": "Processamento de Documentos Inteligentes", + "index.button_browse_files": "Navegar Arquivos", + "index.button_upload": "Carregar", + "index.capabilities_cloud": "Armazenamento em nuvem: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Ingestão de documentos baseada em Email & URL", + "index.capabilities_ocr": "OCR & extração de metadados com IA", + "index.capabilities_paperless": "Integração Paperless-ngx para gerenciamento de documentos", + "index.capabilities_title": "Capacidades", + "index.capabilities_workflows": "Workflows de classificação e roteamento automatizados", + "index.cta_description": "Junte-se a equipes que já estão automatizando seu processamento de documentos com DocuElevate.", + "index.cta_heading": "Pronto para elevar seu fluxo de trabalho de documentos?", + "index.cta_pricing": "Ver preços", + "index.cta_signup": "Criar uma conta gratuita", + "index.dashboard_subtitle": "Processamento e gerenciamento inteligente de documentos", + "index.dashboard_subtitle_teams": "Processamento e gerenciamento inteligente de documentos — feito para equipes", + "index.feature_ai": "Extração de Metadados de IA", + "index.feature_ai_desc": "OpenAI, Claude, Gemini e outros provedores de IA plugáveis classificam documentos e extraem campos-chave como datas, valores e assuntos.", + "index.feature_cloud": "Armazenamento Multi-Nuvem", + "index.feature_cloud_desc": "Roteie arquivos processados para Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP e mais.", + "index.feature_email": "Ingestão de Email & IMAP", + "index.feature_email_desc": "Extraia automaticamente documentos do Gmail ou de qualquer caixa de entrada IMAP — sem necessidade de upload manual.", + "index.feature_ocr": "OCR & Extração de Texto", + "index.feature_ocr_desc": "O Azure Document Intelligence converte PDFs e imagens digitalizadas em texto totalmente pesquisável automaticamente.", + "index.feature_pipelines": "Pipelines Personalizadas", + "index.feature_pipelines_desc": "Crie pipelines de processamento com etapas configuráveis — OCR, extração de IA, conversão de formato e roteamento de armazenamento em qualquer ordem.", + "index.feature_search": "Pesquisa de Texto Completo", + "index.feature_search_desc": "Encontre instantaneamente qualquer documento por conteúdo, metadados ou tags em todo o seu arquivo.", + "index.feature_section_title": "Tudo o que você precisa para fluxos de trabalho documentais inteligentes", + "index.getting_started": "Introdução", + "index.getting_started_1": "Configurar integrações via Status do Sistema", + "index.getting_started_2": "Carregar seu primeiro documento", + "index.getting_started_3": "Revisar resultados em Arquivos", + "index.getting_started_learn": "Saiba mais sobre o DocuElevate", + "index.hero_description": "DocuElevate ingere seus documentos, executa OCR, extrai metadados com IA e roteia arquivos para Dropbox, Google Drive, OneDrive, S3, Nextcloud e mais — tudo em um único fluxo contínuo.", + "index.hero_heading": "Do upload à percepção — automaticamente.", + "index.hero_login": "Entrar", + "index.hero_pricing": "Ver Planos e Preços", + "index.hero_signup": "Comece — é grátis", + "index.integrations_active": "Integrações ativas", + "index.integrations_storage": "Alvos de armazenamento", + "index.integrations_title": "Integrações", + "index.integrations_view_status": "Ver status do sistema", + "index.page_title_dashboard": "Painel", + "index.page_title_public": "Processamento de Documentos Inteligente", + "index.platform_overview": "Visão geral da plataforma", + "index.processing_stats": "Estatísticas de Processamento", + "index.quick_actions": "Ações Rápidas", + "index.quick_documents": "Meus Documentos", + "index.quick_documents_desc": "Navegue por seus arquivos processados", + "index.quick_search": "Buscar", + "index.quick_search_desc": "Busca de texto completo em documentos", + "index.quick_subscription": "Minha Assinatura", + "index.quick_subscription_desc": "Ver detalhes do plano e uso", + "index.quick_system_status": "Status do Sistema", + "index.quick_system_status_desc": "Verificar saúde da integração", + "index.quick_upload": "Carregar Documento", + "index.quick_upload_desc": "Processar um novo arquivo", + "index.quick_view_files": "Ver Todos os Arquivos", + "index.quick_view_files_desc": "Navegar por documentos processados", + "index.single_user_heading": "Painel do DocuElevate", + "index.single_user_subtitle": "Processamento e gerenciamento de documentos inteligentes", + "index.stat_active_integrations": "Integrações Ativas", + "index.stat_active_users": "Usuários ativos", + "index.stat_files_month": "Arquivos este mês", + "index.stat_files_ocr": "Arquivos com OCR", + "index.stat_files_today": "Arquivos hoje", + "index.stat_storage_targets": "Alvos de Armazenamento", + "index.stat_this_month": "Este mês", + "index.stat_today": "Hoje", + "index.stat_total_files": "Total de arquivos", + "index.stat_total_processed": "Total processado", + "index.tier_plan": "Plano", + "index.tier_upgrade": "Atualizar", + "index.tier_view_details": "Ver detalhes completos", + "index.upgrade_daily_limits": "Limites diários e mensais mais altos", + "index.upgrade_description": "Desbloqueie mais documentos, mais destinos e suporte prioritário.", + "index.upgrade_destinations": "Mais destinos de armazenamento", + "index.upgrade_ocr_pages": "Mais páginas de OCR", + "index.upgrade_plan": "Atualize seu plano", + "index.upgrade_view_pricing": "Veja planos e preços", + "index.usage_lifetime": "Arquivos vitalícios", + "index.usage_month": "Arquivos deste mês", + "index.usage_my_usage": "Meu uso", + "index.usage_today": "Arquivos hoje", + "index.usage_unlimited": "Ilimitado", + "integrations.access_key_label": "ID da Chave de Acesso", + "integrations.active_label": "Ativo", + "integrations.add_button": "Adicionar Integração", + "integrations.add_first_button": "Adicione Sua Primeira Integração", + "integrations.api_token_label": "Token da API", + "integrations.authorize_btn": "Autorizar", + "integrations.authorize_reauth": "Re-autorizar", + "integrations.bucket_label": "Bucket", "integrations.configure": "Configurar", - "integrations.connect": "Ligar", - "integrations.connected": "Ligado", - "integrations.disconnect": "Desligar", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", + "integrations.connect": "Conectar", + "integrations.connected": "Conectado", + "integrations.connection_failed": "Conexão falhou", + "integrations.connection_success": "Conexão bem-sucedida", + "integrations.delete_confirm_are_you_sure": "Você tem certeza que deseja excluir", + "integrations.delete_confirm_title": "Excluir Integração?", + "integrations.delete_confirm_undone": "Essa ação não pode ser desfeita.", + "integrations.delete_emails_label": "Excluir e-mails após o processamento", + "integrations.delete_files_label": "Excluir arquivos após o processamento", + "integrations.destinations_quota_label": "Destinos de Armazenamento:", + "integrations.destinations_section": "Destinos", + "integrations.direction_destination": "Destino (armazenamento)", + "integrations.direction_label": "Direção", + "integrations.direction_placeholder": "\u0013 Selecione \u0013", + "integrations.direction_source": "Fonte (ingerição)", + "integrations.disconnect": "Desconectar", + "integrations.email_settings": "Configurações de Reencaminhamento de Email", + "integrations.empty_state": "Nenhuma integração configurada", + "integrations.endpoint_label": "URL do Endpoint", + "integrations.endpoint_optional": "(opcional, para compatível com S3)", + "integrations.folder_label": "Pasta", + "integrations.folder_optional": "(opcional)", + "integrations.folder_path_label": "Caminho da Pasta", + "integrations.folder_prefix_label": "Prefixo da Pasta", + "integrations.generic_settings_hint": "A configuração para este tipo de integração pode ser fornecida como JSON após a criação via API.", + "integrations.gmail_hint": "Etiquetas e estrela do Gmail: quando ativado, os e-mails processados são estrelados e etiquetados com a etiqueta 'Ingerido' no Gmail. Aplica-se apenas aos servidores do Gmail.", + "integrations.gmail_labels": "Aplicar etiquetas do Gmail e estrela", "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Não ligado", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", + "integrations.imap_settings": "Configurações do IMAP", + "integrations.loading": "Carregando integrações\n", + "integrations.modal_close": "Fechar modal", + "integrations.modal_title_add": "Adicionar Integração", + "integrations.modal_title_edit": "Editar Integração", + "integrations.name_label": "Etiqueta", + "integrations.name_placeholder": "por exemplo, Gmail de Trabalho, Arquivo S3", + "integrations.nextcloud_settings": "Configurações do Nextcloud", + "integrations.nextcloud_url_label": "URL do Nextcloud", + "integrations.no_integrations_body": "Adicione sua primeira integração para conectar fontes de ingestão (como IMAP) e destinos de armazenamento (como S3, Dropbox ou Google Drive).", + "integrations.not_connected": "Não Conectado", + "integrations.oauth_folder_label": "Pasta", + "integrations.oauth_hint": "Salve esta integração primeiro, depois use o botão Autorizar para concluir o fluxo OAuth. Suas credenciais serão armazenadas com segurança no seu registro de integração pessoal.", + "integrations.page_title": "Integrações", + "integrations.paperless_settings": "Configurações do Paperless NGX", + "integrations.password_label": "Senha", + "integrations.paused": "Pausado", + "integrations.plan_label": "Plano:", + "integrations.port_label": "Porta", + "integrations.quota_not_available": "(não disponível)", + "integrations.quota_unlimited": "/ ilimitado", + "integrations.recipient_label": "Email do Destinatário", + "integrations.region_label": "Região", + "integrations.remote_path_label": "Caminho Remoto", + "integrations.s3_prefix_label": "Prefixo (caminho da pasta)", + "integrations.s3_settings": "Configurações do S3", + "integrations.secret_key_label": "Chave de Acesso Secreto", + "integrations.show_password": "Mostrar senha", + "integrations.show_secrets": "Mostrar segredos", + "integrations.show_token": "Mostrar token", + "integrations.source_local": "Sistema de Arquivos Local", + "integrations.source_type_label": "Tipo de Fonte", + "integrations.sources_quota_label": "Fontes de Caixa de Entrada:", + "integrations.sources_section": "Fontes", + "integrations.subtitle": "Gerencie suas fontes de ingestão e destinos de armazenamento em um só lugar.", "integrations.title": "Integrações", - "integrations.username_label": "Username", + "integrations.type_label": "Tipo de Integração", + "integrations.type_placeholder": "— Selecione a direção primeiro —", + "integrations.upgrade_plan": "Atualizar Plano", + "integrations.use_ssl": "Usar SSL", + "integrations.username_label": "Nome de usuário", + "integrations.watch_folder_settings": "Configurações da Pasta de Monitoramento", + "integrations.webdav_settings": "Configurações do WebDAV", + "integrations.webdav_url_label": "URL do WebDAV", + "integrations.webhook_heading": "Ingestão de Webhook", + "integrations.webhook_how_heading": "Como a Ingestão de Webhook Funciona", + "integrations.webhook_how_text": "Uma integração de webhook permite que sistemas externos enviem documentos diretamente para o DocuElevate via API REST. Em vez de o DocuElevate buscar novos arquivos (como IMAP), seu aplicativo envia arquivos ao DocuElevate usando uma solicitação HTTP com um token de API para autenticação.", + "integrations.webhook_ideal_text": "Isso é ideal para pipelines CI/CD, scripts de automação, integrações de scanner ou qualquer sistema que gera documentos e precisa enviá-los para processamento.", + "integrations.webhook_quick_start": "Início Rápido", + "integrations.webhook_security_tip": "Crie um token de API dedicado para cada integração e revogue-o imediatamente se comprometido. Os tokens podem ser gerenciados na página de Tokens de API.", + "integrations.webhook_step1": "Vá para {api_tokens_link} e crie um token pessoal.", + "integrations.webhook_upload_with_token": "Use o token para enviar documentos via API:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", + "language.change_success": "Idioma alterado para {language}", "language.changed": "Idioma alterado para {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", "language.el": "Ελληνικά", - "language.en": "English", + "language.en": "Inglês", "language.es": "Español", "language.et": "Eesti", "language.fi": "Suomi", "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", + "language.hu": "Húngaro", + "language.is": "Islandês", "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", + "language.lb": "Luxemburguês", + "language.lt": "Lituano", + "language.lv": "Letão", + "language.nb": "Norueguês", + "language.nl": "Neerlandês", + "language.no_results": "Nenhuma língua encontrada", + "language.pl": "Polonês", "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", + "language.ro": "Romeno", + "language.ru": "Russo", + "language.search_placeholder": "Pesquisar línguas\u00173", "language.selector": "Idioma", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", + "language.selector_label": "Selecionar idioma", + "language.sk": "Eslovaco", + "language.sl": "Esloveno", + "language.sv": "Sueco", + "language.tr": "Turco", + "language.uk": "Ucraniano", + "language.zh": "Chinês", "nav.about": "Sobre", + "nav.account_menu": "Menu da conta", + "nav.account_menu_for": "Menu da conta para {name}", "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", + "nav.admin.audit_logs": "Registros de Auditoria", "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Ações de administração", - "nav.admin_menu": "Menu de administração", - "nav.api_docs": "Documentação API", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Cópia de segurança e restauro", + "nav.admin.plans": "Planos", + "nav.admin.scheduled_jobs": "Tarefas Agendadas", + "nav.admin.users": "Usuários", + "nav.admin_actions": "Ações de Admin", + "nav.admin_menu": "Menu de Admin", + "nav.api_docs": "Documentos da API", + "nav.api_tokens": "Tokens da API", + "nav.backup_restore": "Backup e Restauração", "nav.credentials": "Credenciais", - "nav.dark_mode": "Modo escuro", + "nav.dark_mode": "Modo Escuro", "nav.dashboard": "Painel", - "nav.developer_docs": "Documentação para programadores", + "nav.developer_docs": "Documentos do Desenvolvedor", "nav.duplicates": "Duplicados", - "nav.file_manager": "Gestor de ficheiros", - "nav.files": "Ficheiros", + "nav.file_manager": "Gerenciador de Arquivos", + "nav.files": "Arquivos", + "nav.get_started": "Começar", "nav.help": "Ajuda", - "nav.help_center": "Centro de ajuda", - "nav.imap": "Email Import", + "nav.help_center": "Central de Ajuda", + "nav.imap": "Importação de Email", "nav.integrations": "Integrações", - "nav.light_mode": "Modo claro", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Navegação principal", + "nav.light_mode": "Modo Claro", + "nav.login": "Entrar", + "nav.logout": "Sair", + "nav.main_navigation": "Navegação Principal", + "nav.my_subscription": "Minha Assinatura", "nav.notifications": "Notificações", "nav.open_main_menu": "Abrir menu principal", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Designer de planos", + "nav.pipelines": "Fluxos de Trabalho", + "nav.plan_designer": "Designer de Plano", "nav.pricing": "Preços", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Monitor de fila", - "nav.scheduled_jobs": "Tarefas agendadas", + "nav.profile": "Perfil", + "nav.profile_settings": "Configurações do Perfil", + "nav.queue": "Fila", + "nav.queue_monitor": "Monitor de Fila", + "nav.scheduled_jobs": "Trabalhos Agendados", "nav.search": "Pesquisar", - "nav.settings": "Definições", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", + "nav.settings": "Configurações", + "nav.shared_links": "Links Compartilhados", + "nav.sign_out": "Sair", + "nav.signup": "Cadastrar-se", "nav.similarity": "Similaridade", - "nav.skip_to_content": "Ir para o conteúdo principal", - "nav.status": "Estado", - "nav.subscription": "Subscription", + "nav.skip_to_content": "Pular para o conteúdo principal", + "nav.status": "Status", + "nav.subscription": "Assinatura", "nav.toggle_dark_mode": "Alternar modo escuro", "nav.toggle_nav": "Alternar menu de navegação", "nav.upload": "Carregar", - "nav.users": "Utilizadores", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Marcar todas como lidas", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Marcar como lida", + "nav.users": "Usuários", + "nav.version": "Informações da Versão", + "notifications.filter_all": "Todos", + "notifications.filter_read": "Somente Lidos", + "notifications.filter_unread": "Somente Não Lidos", + "notifications.manage_desc": "Gerencie sua caixa de entrada de notificações, alvos e preferências de eventos", + "notifications.mark_all_read": "Marcar Todos como Lidos", + "notifications.mark_all_read_btn": "Marcar todos como lidos", + "notifications.mark_read": "Marcar como Lido", "notifications.no_notifications": "Sem notificações", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", + "notifications.page_title": "Notificações", + "notifications.tab_inbox": "Caixa de Entrada", + "notifications.tab_settings": "Configurações", "notifications.title": "Notificações", - "notifications.unread_count": "{count} notificações por ler", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Criar pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Editar pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Pipelines de processamento", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", + "notifications.unread_count": "{count} notificações não lidas", + "pipelines.active_label": "Ativo", + "pipelines.add_step_btn": "Adicionar Etapa", + "pipelines.create": "Criar Pipeline", + "pipelines.custom_label_label": "Rótulo Personalizado", + "pipelines.default_label": "Padrão", + "pipelines.description_label": "Descrição", + "pipelines.description_placeholder": "Descrição opcional", + "pipelines.disabled_label": "Desativado", + "pipelines.edit": "Editar Pipeline", + "pipelines.empty_state": "Nenhum pipeline ainda", + "pipelines.empty_state_hint": "Crie seu primeiro pipeline para definir fluxos de trabalho personalizados de processamento de documentos.", + "pipelines.enabled_label": "Ativado", + "pipelines.force_cloud_ocr_label": "Forçar OCR na nuvem (pular extração de texto local)", + "pipelines.inactive_label": "Inativo", + "pipelines.loading": "Carregando pipelines\n", + "pipelines.name_placeholder": "Meu pipeline", + "pipelines.new_pipeline_btn": "Novo Pipeline", + "pipelines.no_steps": "Nenhuma etapa definida. Adicione uma etapa para começar a construir seu pipeline.", + "pipelines.ocr_auto": "Auto (usar padrão do sistema)", + "pipelines.ocr_language_hint": "Substitui a configuração de idioma global para Tesseract/EasyOCR. Azure e Mistral detectam automaticamente o idioma.", + "pipelines.ocr_language_label": "Idioma do OCR", + "pipelines.optional_suffix": "(opcional)", + "pipelines.page_title": "Processando Pipelines", + "pipelines.set_default": "Definir como meu pipeline padrão", + "pipelines.step_label_placeholder": "Substituir o nome da etapa padrão", + "pipelines.step_type_label": "Tipo de Etapa", + "pipelines.subtitle_intro": "Defina e gerencie fluxos de trabalho personalizados de processamento de documentos.", + "pipelines.subtitle_system_post": "distintivo e são visíveis para todos os usuários.", + "pipelines.subtitle_system_pre": "Os pipelines do sistema (criados por administradores) são mostrados com um", + "pipelines.system_label": "Sistema", + "pipelines.system_pipeline_label": "Pipeline do sistema (visível para todos os usuários)", + "pipelines.title": "Processando Pipelines", + "profile.avatar_alt": "Sua foto de perfil", + "profile.avatar_heading": "Foto do Perfil", + "profile.avatar_remove": "Remover avatar personalizado", + "profile.avatar_upload_hint": "Carregue uma imagem JPEG, PNG, GIF ou WebP de até 2 MB. Se nenhuma imagem personalizada estiver configurada, seu {gravatar} será exibido.", + "profile.choose_image": "Escolher imagem\u00127", + "profile.confirm_password": "Confirmar Nova Senha", + "profile.contact_email_hint": "Usado para notificações do sistema. Isso não altera seu e-mail de login.", + "profile.contact_email_label": "E-mail de Contato / Notificação", + "profile.contact_email_placeholder": "voce@exemplo.com", + "profile.current_password": "Senha Atual", + "profile.dismiss": "Dispensar", + "profile.display_name_hint": "Deixe em branco para usar seu nome de usuário ou e-mail da conta.", + "profile.display_name_label": "Nome de Exibição", + "profile.display_name_placeholder": "Seu nome como mostrado na interface", + "profile.general_heading": "Informações Gerais", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Configurações do Perfil", + "profile.language_auto_detect": "Detecção automática (do navegador)", + "profile.language_hint": "Escolha seu idioma de interface preferido. \"Detecção automática\" segue as configurações do seu navegador.", + "profile.language_label": "Idioma da IU", + "profile.new_password": "Nova Senha", + "profile.new_password_hint": "Mínimo 8 caracteres.", + "profile.page_title": "Configurações do Perfil \u00127 DocuElevate", + "profile.password_heading": "Alterar Senha", + "profile.preferences_heading": "Preferências", + "profile.save_button": "Salvar Alterações", + "profile.saving": "Salvando\u00127", + "profile.subtitle": "Gerencie seu nome de exibição, avatar, idioma e preferências de tema.", + "profile.theme_dark": "Escuro", + "profile.theme_hint": "\"Padrão do Sistema\" segue a configuração de modo escuro do seu dispositivo.", + "profile.theme_label": "Esquema de Cores", + "profile.theme_light": "Claro", + "profile.theme_system": "Padrão do Sistema", + "profile.update_password": "Atualizar Senha", + "profile.updating": "Atualizando\u00103", + "queue.active_tasks": "Tarefas Ativas", + "queue.auto_refresh_1": "Atualiza automaticamente a cada", + "queue.auto_refresh_2": "segundos", + "queue.col_arguments": "Argumentos", + "queue.col_current_step": "Etapa Atual", + "queue.col_file": "Arquivo", + "queue.col_files": "Arquivos", + "queue.col_queue": "Fila", + "queue.col_state": "Estado", + "queue.col_task": "Tarefa", + "queue.col_task_id": "ID da Tarefa", + "queue.files_processing": "Processamento de Arquivos", + "queue.heading": "Monitor da Fila", + "queue.last_updated": "Última atualização:", + "queue.loading_stats": "Carregando estatísticas da fila\n", + "queue.no_active_tasks": "Nenhuma tarefa ativa", + "queue.no_data": "Sem dados", + "queue.no_files_processing": "Nenhum arquivo atualmente em processamento", + "queue.page_title": "Monitor da Fila", + "queue.processing_pipeline": "Pipeline de Processamento", + "queue.queued_tasks": "Tarefas na Fila", + "queue.recently_processing": "Arquivos Processando Recentemente", + "queue.redis_queues": "Filas Redis", + "queue.subtitle": "Visão em tempo real do pipeline de processamento de documentos e filas de tarefas Celery.", + "queue.workers_online": "Trabalhadores Online", + "search.button": "Buscar", + "search.error_message": "A busca está temporariamente indisponível. Por favor, tente novamente em um momento.", + "search.filter_aria_clear": "Limpar todos os filtros", + "search.filter_clear_button": "Limpar Filtros", + "search.filter_date_from": "Data De", + "search.filter_date_to": "Data Até", + "search.filter_document_type": "Tipo de Documento", + "search.filter_document_type_placeholder": "ex. Fatura", + "search.filter_language": "Idioma", + "search.filter_language_placeholder": "ex. de", + "search.filter_sender": "Remetente", + "search.filter_sender_placeholder": "ex. ACME Corp", "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", + "search.filter_tags_placeholder": "ex. amazon", + "search.filter_text_quality": "Qualidade do Texto", + "search.filter_text_quality_all": "Todos", + "search.filter_text_quality_high": "Alta", + "search.filter_text_quality_low": "Baixa", + "search.filter_text_quality_medium": "Média", + "search.filter_text_quality_no_text": "Sem texto", + "search.heading": "Busca de Documentos", + "search.input_aria_label": "Pesquisar documentos", + "search.input_placeholder": "Pesquisar documentos por conteúdo, remetente, tags, tipo...", + "search.loading_indicator": "Pesquisando\u00138", "search.no_results": "Nenhum resultado encontrado", - "search.page_title": "Search Documents", - "search.placeholder": "Pesquisar por nome, conteúdo, etiquetas...", - "search.result_empty": "No documents found matching your query.", + "search.page_title": "Pesquisar Documentos", + "search.placeholder": "Pesquisar por nome do arquivo, conteúdo, tags...", + "search.result_empty": "Nenhum documento encontrado que corresponda à sua consulta.", "search.results_count": "{count} resultados encontrados", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Pesquisar documentos", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Tem a certeza de que pretende repor esta definição?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Falha ao guardar definição", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Definição guardada com sucesso", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "search.saved_aria_save": "Salvar pesquisa atual", + "search.saved_button": "Salvar Atual", + "search.saved_empty": "Nenhuma pesquisa salva ainda", + "search.saved_error": "Não foi possível carregar as pesquisas salvas", + "search.saved_label": "Pesquisas Salvas", + "search.saved_loading": "Carregando...", + "search.title": "Pesquisar Documentos", + "settings.audit_log_btn": "Log de Auditoria", + "settings.autocomplete_hint": "Digite para pesquisar valores conhecidos ou insira qualquer valor personalizado.", + "settings.autocomplete_no_matches": "Nenhuma correspondência \u001512 você ainda pode digitar um valor personalizado", + "settings.autocomplete_placeholder": "Digite para pesquisar ou insira um valor\u00138", + "settings.boolean_enable_prefix": "Ativar", + "settings.categories_aria": "Categorias de configurações", + "settings.categories_heading": "Categorias", + "settings.db_wizard_btn": "Assistente de DB", + "settings.effective_value_label": "Valor efetivo:", + "settings.encrypted_suffix": "= criptografado em repouso", + "settings.encrypted_title": "Valor é criptografado em repouso no banco de dados", + "settings.export_btn": "Exportar", + "settings.export_db_only": "Somente configurações do DB", + "settings.export_full_config": "Configuração efetiva completa", + "settings.jump_to_category": "Ir para a categoria\u00138", + "settings.manage_config_prefix": "Gerenciar configuração. Prioridade:", + "settings.model_picker_hint": "Escolha na lista ou digite qualquer nome de modelo suportado pelo seu provedor.", + "settings.model_picker_placeholder": "Selecione um modelo comum ou digite um nome personalizado\u00138", + "settings.no_results_clear": "limpar a pesquisa", + "settings.no_results_heading": "Nenhuma configuração encontrada", + "settings.no_results_hint": "Tente um termo de pesquisa diferente ou", + "settings.page_heading": "Configurações do Aplicativo", + "settings.required_label": "(obrigatório)", + "settings.reset_confirm": "Tem certeza de que deseja redefinir esta configuração?", + "settings.restart_required_suffix": "= reinicialização necessária", + "settings.revert_btn": "Remover do DB", + "settings.revert_title": "Remover a substituição do DB e reverter para a variável de ambiente ou padrão", + "settings.reverting": "Revertendo\u00110", + "settings.save_all_btn": "Salvar Todas as Alterações", + "settings.save_error": "Falha ao salvar a configuração", + "settings.save_setting_title": "Salvar esta configuração", + "settings.save_success": "Configuração salva com sucesso", + "settings.saving_state": "Salvando\u00110", + "settings.search_aria_label": "Pesquisar configurações", + "settings.search_clear_aria": "Limpar pesquisa", + "settings.search_placeholder": "Pesquisar configurações por nome, chave ou descrição\u00110", + "settings.settings_count_suffix": "configurações", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", + "settings.source_default_badge": "PADRÃO", "settings.source_env_badge": "ENV", - "settings.title": "Definições", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", + "settings.title": "Configurações", + "settings.toggle_visibility_aria": "Alternar visibilidade da senha", + "settings.toggle_visibility_title": "Mostrar/ocultar valor", + "settings.user_autocomplete_empty": "Nenhum usuário correspondente encontrado", + "settings.user_autocomplete_hint": "Digite para procurar usuários existentes pelo nome ou insira qualquer identificador manualmente.", + "settings.user_autocomplete_placeholder": "Comece a digitar para pesquisar usuários\u00110", + "settings.wizard_btn": "Assistente", + "shared.col_expiry": "Expiração", + "shared.col_file_label": "Arquivo / Rótulo", "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Arraste ficheiros para aqui ou clique para procurar", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Falha ao carregar", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Tamanho máximo do ficheiro: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Selecionar ficheiro", - "upload.success": "Ficheiro carregado com sucesso", - "upload.title": "Carregar documento", - "upload.uploading": "A carregar...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", - "upload.url_placeholder": "https://example.com/document.pdf" + "shared.col_views": "Visualizações", + "shared.copy_link_aria": "Copiar link para a área de transferência", + "shared.copy_link_title": "Copiar link", + "shared.create_btn": "Criar Link", + "shared.create_heading": "Criar Novo Link Compartilhado", + "shared.creating": "Criando\u00110", + "shared.expiry_12h": "12 horas", + "shared.expiry_14d": "14 dias", + "shared.expiry_1h": "1 hora", + "shared.expiry_24h": "24 horas (1 dia)", + "shared.expiry_30d": "30 dias", + "shared.expiry_3d": "3 dias", + "shared.expiry_6h": "6 horas", + "shared.expiry_7d": "7 dias", + "shared.expiry_label": "Expiração", + "shared.expiry_never": "Nunca", + "shared.file_id_help_post": "página ou na URL de detalhes do documento.", + "shared.file_id_help_pre": "Encontre o ID do arquivo no", + "shared.file_id_label": "ID do arquivo", + "shared.file_id_placeholder": "ex. 42", + "shared.files_link": "Arquivos", + "shared.heading": "Links Compartilhados", + "shared.label_label": "Rótulo", + "shared.label_placeholder": "ex. Compartilhado com Bob", + "shared.link_created": "Link compartilhado criado!", + "shared.link_created_help": "Copie e envie este link para o destinatário.", + "shared.links_count_aria": "número de links", + "shared.max_downloads_label": "Máx. downloads", + "shared.no_links": "Nenhum link compartilhado ainda. Crie um acima para começar.", + "shared.open_in_new_tab": "Abrir em nova aba", + "shared.open_link_aria": "Abrir link compartilhado", + "shared.optional": "(opcional)", + "shared.page_title": "Links Compartilhados – DocuElevate", + "shared.password_label": "Senha", + "shared.password_placeholder": "Deixe em branco para sem senha", + "shared.password_protected": "Protegido por senha", + "shared.refresh_aria": "Atualizar lista de links compartilhados", + "shared.revoke_aria_prefix": "Revogar link compartilhado para", + "shared.revoke_btn": "Revogar", + "shared.status_active": "Ativo", + "shared.status_expired": "Expirado", + "shared.status_limit_reached": "Limite atingido", + "shared.status_revoked": "Revogado", + "shared.subtitle": "Compartilhe documentos com qualquer pessoa via um link com limite de tempo ou de visualizações. Os destinatários não precisam de uma conta DocuElevate. Os links podem ser protegidos por senha e revogados a qualquer momento.", + "shared.table_aria": "Links compartilhados", + "shared.unlimited_placeholder": "Ilimitado", + "shared.your_links": "Seus Links Compartilhados", + "similarity.backfill_auto": "A tarefa em segundo plano irá computá-los automaticamente a cada 5 minutos, ou você pode", + "similarity.files_missing_text": "arquivo(s) têm texto OCR, mas ainda não há incorporação.", + "similarity.find_pairs_btn": "Encontrar Pares", + "similarity.heading": "Similaridade de Documentos", + "similarity.load_error": "Falha ao carregar pares.", + "similarity.min_similarity_label": "Min. similaridade", + "similarity.no_pairs_detail": "Nenhum par de documentos excede o limite de similaridade.", + "similarity.no_pairs_heading": "Nenhum par semelhante encontrado", + "similarity.page_title": "Similaridade de Documentos - DocuElevate", + "similarity.pagination_aria": "Pagination de pares de similaridade", + "similarity.per_page_label": "Por página", + "similarity.scanning": "Escaneando para pares de documentos similares\n...", + "similarity.stat_embedding_model": "Modelo de Embedding", + "similarity.stat_missing_embedding": "Embedding Ausente", + "similarity.stat_total_files": "Total de Arquivos", + "similarity.stat_with_embedding": "Com Embedding", + "similarity.subtitle": "Pares de documentos com alta similaridade semântica, classificados por pontuação.", + "similarity.trigger_aria": "Acionar computação de embedding para todos os arquivos ausentes de embeddings", + "similarity.trigger_now": "acioná-lo agora", + "status.app_version": "Versão do App", + "status.build_date": "Data da Construção", + "status.container_id": "ID do Contêiner", + "status.git_commit": "Commit do Git", + "status.last_check": "Última Verificação", + "status.page_title": "Status do Sistema", + "status.setting_label": "Configuração", + "status.value_label": "Valor", + "subscription.available_plans_heading": "Planos Disponíveis", + "subscription.back_to_dashboard": "Voltar ao Painel", + "subscription.cancel_pending": "Cancelar alteração", + "subscription.cancel_scheduled": "Cancelar alteração agendada", + "subscription.contact_sales": "Contactar Vendas", + "subscription.current_badge": "Atual", + "subscription.current_plan": "Plano Atual", + "subscription.current_plan_cta": "Seu plano atual", + "subscription.downgrade_to_prefix": "Rebaixar para", + "subscription.features_heading": "O que está incluído no seu plano", + "subscription.free": "Gratuito", + "subscription.heading": "Minha Assinatura", + "subscription.keep_plan_prefix": "Manter", + "subscription.lifetime_files": "Total de arquivos (vitalício)", + "subscription.month_files": "Arquivos deste mês", + "subscription.more_features_label": "mais", + "subscription.page_title": "Minha Assinatura \u0000 DocuElevate", + "subscription.pending_badge": "Pendente", + "subscription.pending_benefits": "Você mantém todos os benefícios do plano atual até lá.", + "subscription.pending_on": "em", + "subscription.pending_title": "Mudança de plano pendente agendada", + "subscription.pending_will_change": "Seu plano mudará para", + "subscription.per_mo": "/mês", + "subscription.per_month": "/mês", + "subscription.since": "Desde", + "subscription.single_user_body": "Os níveis de assinatura se aplicam quando o modo multi-usuário está ativo. Sua instância atualmente está em modo de único usuário sem limites de processamento. Um administrador pode ativar o modo multi-usuário através de {settings_link}.", + "subscription.single_user_title": "Modo multi-usuário não está habilitado.", + "subscription.subtitle": "Seu plano atual, uso e atualizações disponíveis.", + "subscription.this_month_label": "este mês", + "subscription.today_files": "Arquivos hoje", + "subscription.today_label": "hoje", + "subscription.unlimited": "Ilimitado", + "subscription.upgrade_info": "Os upgrades entram em vigor imediatamente. Rebaixamentos são agendados para o final do seu período de faturamento atual.", + "subscription.upgrade_to_prefix": "Atualizar para", + "subscription.usage_heading": "Uso", + "upload.browse_button": "Navegar por Arquivos", + "upload.button_processing": "Processando...", + "upload.camera_button": "Tirar Foto / Escanear Documento", + "upload.download_button": "Baixar e Processar", + "upload.downloading": "Baixando arquivo da URL...", + "upload.drag_drop": "Arraste e solte arquivos aqui ou clique para navegar", + "upload.drop_hint_desktop": "Arraste e solte arquivos ou pastas aqui, ou clique para selecionar arquivos.", + "upload.drop_hint_mobile": "Toque para selecionar arquivos ou use o botão da câmera abaixo.", + "upload.drop_zone_aria": "Área de upload de arquivo. Arraste e solte arquivos aqui, ou pressione Enter para navegar pelos arquivos.", + "upload.error": "Erro no upload", + "upload.error_invalid_url": "Formato de URL inválido", + "upload.error_url_required": "Por favor, insira uma URL", + "upload.file_size_hint": "Tamanho máximo: 500 MB por arquivo", + "upload.file_types": "Tipos permitidos: PDF, documentos do Office (Word, Excel, PowerPoint, etc.), Imagens", + "upload.filename_description": "Deixe em branco para usar o nome do arquivo da URL", + "upload.filename_label": "Nome do Arquivo (opcional)", + "upload.filename_placeholder": "meu-documento.pdf", + "upload.max_size": "Tamanho máximo do arquivo: {size}", + "upload.page_title": "Upload de Arquivos", + "upload.section_device": "Upload a partir do Dispositivo", + "upload.section_url": "Upload a partir da URL", + "upload.select_file": "Selecionar Arquivo", + "upload.success": "Arquivo enviado com sucesso", + "upload.title": "Enviar Documento", + "upload.uploading": "Enviando...", + "upload.url_description": "Insira um link direto para um arquivo (PDF, documentos do Office ou imagens)", + "upload.url_label": "URL do Arquivo", + "upload.url_placeholder": "https://exemplo.com/documento.pdf" } diff --git a/frontend/translations/ro.json b/frontend/translations/ro.json index d36160ed..2c80fe66 100644 --- a/frontend/translations/ro.json +++ b/frontend/translations/ro.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Întâlnește Creatorul", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_pre": "DocuElevate este dezvoltat cu pasiune de", + "about.features_admin_api": "API REST puternic pentru acces programatic", + "about.features_admin_config": "Foarte configurabil prin variabile de mediu", + "about.features_admin_docker": "Pregătit pentru Docker pentru desfășurare și scalare ușoară", + "about.features_admin_heading": "Administrare", + "about.features_admin_oauth2": "Suport pentru autentificarea OAuth2 cu Authentik", + "about.features_automation_background": "Procesare în fundal cu Redis și Celery", + "about.features_automation_gmail": "Integrarea Gmail și a conturilor de email generice", + "about.features_automation_heading": "Automatizare", + "about.features_automation_imap": "Polling IMAP pentru inbox din mai multe surse", + "about.features_automation_ingestion": "Ingestie automată a documentelor din diverse surse", + "about.features_heading": "Funcții Cheie", + "about.features_integration_cloud": "Stocare în cloud: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integrare & Stocare", + "about.features_integration_multi_dest": "Suport pentru multiple destinații (stocați documente în mai multe locații)", + "about.features_integration_protocols": "Protocoale de transfer: FTP, SFTP, Redirecționare email", + "about.features_integration_selfhosted": "Opțiuni auto-găzduite: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Clasificare inteligentă a documentelor și extragerea datelor", + "about.features_processing_heading": "Procesarea Documentelor", + "about.features_processing_metadata": "Extragere automată de metadate utilizând un provider AI pluggable", + "about.features_processing_ocr": "OCR alimentat de Azure Document Intelligence", + "about.features_processing_pdf": "Conversie PDF pentru diverse formate de fișiere prin Gotenberg", + "about.features_processing_upload": "Încărcări de fișiere simple și sigure cu suport drag & drop", + "about.github_logo_alt": "Sigla GitHub", + "about.heading": "Despre DocuElevate", + "about.intro_post": " – soluția ta modernă și inteligentă pentru procesarea documentelor! Am construit DocuElevate pentru a transforma complet modul în care gestionezi documentele tale – de la încărcare la extragere, de la procesare la stocare.", + "about.intro_pre": "Bine ai venit la ", + "about.involved_description": "Vrei să te implici în cod, să contribui cu idei sau să afli mai multe despre DocuElevate?", + "about.involved_docs": "Citește Documentația", + "about.involved_github": "Vezi DocuElevate pe GitHub", + "about.involved_heading": "Implică-te", + "about.involved_website": "Vizitează Website-ul DocuElevate", + "about.legal_description": "Ne pasă de confidențialitatea și securitatea datelor tale. Te rugăm să revizuiești:", + "about.legal_heading": "Confidențialitate & Legal", + "about.legal_license": "Informații despre Licență", + "about.legal_privacy": "Notificare de Confidențialitate", + "about.page_title": "Despre DocuElevate", + "about.story_heading": "Povestea Noastră", + "about.story_p1": "DocuElevate a fost creat cu un singur scop în minte: de a simplifica și eficientiza gestionarea documentelor pentru toată lumea, fie că ești o mică startup sau o mare întreprindere.", + "about.story_p2": "Exploatăm puterea furnizorilor de AI pluggable (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey și altele) pentru extragerea de metadate și rafinarea textului, integrându-ne perfect cu Dropbox, Nextcloud și Paperless NGX pentru stocare și indexare, valorificând Azure Document Intelligence pentru OCR și folosind chiar Gotenberg pentru conversii de fișiere în PDF.", + "api_tokens.col_created": "Creat", + "api_tokens.col_last_ip": "Ultima IP", + "api_tokens.col_last_used": "Ultima Utilizare", + "api_tokens.col_name": "Nume", + "api_tokens.col_prefix": "Prefix Token", + "api_tokens.copy_to_clipboard": "Copiază token-ul în clipboard", + "api_tokens.copy_upload_example": "Copiază exemplul de încărcare în clipboard", + "api_tokens.copy_warning_1": "Copiază acest token acum — va", + "api_tokens.copy_warning_2": "nu va fi afișat din nou", + "api_tokens.create_heading": "Creează Token Nou", + "api_tokens.create_token": "Creează Token", + "api_tokens.creating": "Creare\u000287...", + "api_tokens.heading": "Token-uri API", + "api_tokens.intro": "Crează token-uri API personale pentru a interacționa cu API-ul DocuElevate programatic. Folosește token-uri pentru încărcări webhook, pipeline-uri CI/CD sau orice script care are nevoie să încarce sau să recupereze documente.", + "api_tokens.loading_tokens": "Se încarcă token-uri\u000287...", + "api_tokens.never": "Niciodată", + "api_tokens.no_tokens_heading": "Încă nu sunt token-uri API", + "api_tokens.no_tokens_help": "Creează primul tău token mai sus pentru a începe.", + "api_tokens.page_title": "Token-uri API – DocuElevate", + "api_tokens.revoke": "Revocare", + "api_tokens.revoke_prefix": "Revocare token", + "api_tokens.status_active": "Activ", + "api_tokens.status_revoked": "Revocat", + "api_tokens.table_aria": "Token-uri API", + "api_tokens.token_created": "Token creat cu succes!", + "api_tokens.token_name_label": "Numele token-ului", + "api_tokens.token_name_placeholder": "de exemplu CI Pipeline, Încărcare Webhook, Scriptul Meu", + "api_tokens.usage_heading": "Exemplu de Utilizare", + "api_tokens.usage_intro_post": "header cu orice cerere API:", + "api_tokens.usage_intro_pre": "Folosește token-ul tău API în", + "api_tokens.your_tokens": "Token-urile Tale", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", + "audit.col_resource": "Resursă", "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", + "audit.critical": "Critic", + "audit.filter_action": "Acțiune", + "audit.filter_all_actions": "Toate acțiunile", + "audit.filter_all_users": "Toți utilizatorii", + "audit.filter_resource_placeholder": "de exemplu, document, utilizator", + "audit.filter_resource_type": "Tip resursă", + "audit.filter_severity": "Severitate", + "audit.filter_user": "Utilizator", + "audit.filters_section_label": "Filtre jurnal audit", + "audit.next": "Următorul", + "audit.next_label": "Pagina următoare", + "audit.no_events": "Nu au fost înregistrate încă evenimente de audit.", + "audit.no_events_hint": "Acțiuni semnificative (conectări, operațiuni pe documente, modificări de setări) vor apărea aici.", + "audit.page_title": "Jurnale Audit - DocuElevate", + "audit.pagination_label": "Paginarea jurnalelor de audit", + "audit.prev": "Precedent", + "audit.prev_label": "Pagina precedentă", + "audit.refresh_label": "Reîmprospătați jurnalele de audit", + "audit.siem_disabled_title": "Trimiterea SIEM este dezactivată", + "audit.siem_enabled_title": "Evenimentele sunt trimise către ", + "audit.siem_off": "SIEM: Oprit", + "audit.subtitle": "Înregistrare cuprinzătoare, doar append a tuturor acțiunilor semnificative.", + "audit.table_label": "Evenimente jurnal audit", + "audit.title": "Jurnale Audit", + "auth.confirm_password": "Confirmă parola", + "auth.create_account": "Creează cont", + "auth.display_name_label": "Nume afișat", "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", + "auth.forgot_password": "Ai uitat parola?", + "auth.forgot_username": "Ai uitat numele de utilizator?", + "auth.login": "Autentificare", + "auth.login_title": "Autentificare", + "auth.logo_alt": "Logo DocuElevate", + "auth.logout": "Deconectare", + "auth.my_account": "Contul meu", + "auth.no_account": "Nu ai un cont?", + "auth.or_continue_with": "Sau continuă cu", + "auth.password_label": "Parolă", + "auth.profile": "Profil", + "auth.remember_me": "Ține-mă minte", + "auth.return_home": "Întoarcere acasă", + "auth.sign_in": "Conectează-te", + "auth.sign_in_sso": "Conectează-te cu SSO", + "auth.sign_in_with": "Conectează-te cu", + "auth.sign_in_with_username": "Conectează-te cu numele utilizatorului", + "auth.signup": "Înregistrează-te", + "auth.signup_title": "Înregistrare", + "auth.username_label": "Nume utilizator", + "auth.username_or_email": "Nume utilizator sau Email", + "auth.verify_email_back_sign_in": "Înapoi la conectare", + "auth.verify_email_expiry": "Linkul expiră în 24 de ore. Dacă nu vezi emailul, verifică folderul tău de spam.", + "auth.verify_email_heading": "Verifică-ți inboxul", + "auth.verify_email_message": "Ți-am trimis un email de verificare. Te rugăm să dai clic pe linkul din email pentru a activa contul tău.", + "auth.verify_email_page_title": "DocuElevate - Verifică-ți Emailul", + "auth.verify_email_resend_aria_label": "Adresă de email pentru reexpediere", + "auth.verify_email_resend_button": "Reexpediază emailul de verificare", + "auth.verify_email_resend_label": "Adresă de email", + "auth.verify_email_resend_placeholder": "Introduceți adresa dvs. de email", + "auth.verify_email_resend_prompt": "Nu l-ai primit?", + "backup.archives_heading": "Arhive de Backup", + "backup.backup_now": "Backup Acum", + "backup.clean_up": "Curățare", + "backup.cleanup_title": "Execută curățarea de retenție acum", + "backup.col_created": "Creat", + "backup.col_filename": "Nume fișier", + "backup.col_size": "Dimensiune", + "backup.col_storage": "Stocare", + "backup.col_type": "Tip", + "backup.config_auto_backup": "Backup automat", + "backup.config_remote_dest": "Destinație remote", + "backup.config_retention": "Retenție", + "backup.config_total_size": "Dimensiune totală locală", + "backup.confirm_btn": "Confirmă", + "backup.confirm_title": "Confirmă acțiunea", + "backup.heading": "Gestionarea Backup-ului", + "backup.local_only": "Numai local", + "backup.no_backups": "Încă nu există backup-uri.", + "backup.no_backups_hint": "Dă clic pe Backup Acum pentru a crea primul tău backup.", + "backup.page_title": "Gestionarea Backup-ului", + "backup.records_label": "înregistrări", "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "backup.restore_desc_mid": "arhivă de backup pentru a restaura baza de date.", + "backup.restore_desc_pre": "Încarcă un", + "backup.restore_desc_warning": "Aceasta va suprascrie toate datele actuale.", + "backup.restore_file_label": "Arhivă de backup (.db.gz)", + "backup.restore_heading": "Restaurare din File", + "backup.restoring": "Se restaurează\n", + "backup.retention_daily_detail": "\n– păstrat timp de 3 săptămâni", + "backup.retention_heading": "Politica de păstrare", + "backup.retention_hourly_detail": "\n– păstrat timp de 4 zile", + "backup.retention_note": "Back-up-urile dincolo de aceste limite sunt curățate automat după fiecare nou backup creat.", + "backup.retention_weekly_detail": "\n– păstrat timp de ~3 luni", + "backup.snapshots": "instantanee", "backup.status_ok": "ok", "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", + "backup.subtitle": "Back-up-urile bazei de date sunt create automat: la fiecare oră (4 zile), zilnic (3 săptămâni), săptămânal (13 săptămâni).", + "backup.table_aria": "Arhive de backup", + "backup.trigger_daily": "Backup acum (Zilnic)", + "backup.trigger_hourly": "Backup acum (La fiecare oră)", + "backup.trigger_weekly": "Backup acum (Săptămânal)", + "backup.type_daily": "Zilnic", + "backup.type_hourly": "La fiecare oră", + "backup.type_weekly": "Săptămânal", + "billing.go_to_dashboard": "Mergi la tabloul de bord", + "billing.manage_subscription": "Gestionați abonamentul", + "billing.success_heading": "Totul este pregătit!", + "billing.success_message": "Abonamentul dumneavoastră a fost activat. Vă mulțumim că ați ales DocuElevate!", + "billing.success_page_title": "DocuElevate - Abonament Activat", + "common.actions": "Acțiuni", + "common.active": "Activ", + "common.all": "Toate", + "common.avatar": "Avatar", + "common.back": "Înapoi", + "common.cancel": "Anulează", + "common.close": "Închide", + "common.col_pending": "În așteptare", + "common.completed": "Finalizat", + "common.confirm": "Confirmă", + "common.copied": "Copiat!", + "common.copy": "Copiază", + "common.create": "Crează", + "common.created": "Creat", + "common.date": "Dată", + "common.delete": "Șterge", + "common.description": "Descriere", + "common.details": "Detalii", + "common.disabled": "Dezactivat", + "common.download": "Descărcare", + "common.duplicate": "Duplicat", + "common.edit": "Editează", + "common.enabled": "Activat", + "common.error": "Eroare", + "common.failed": "Eșuat", + "common.filter": "Filtru", + "common.inactive": "Inactiv", + "common.info": "Informații", + "common.loading": "Se încarcă...", + "common.name": "Nume", + "common.next": "Următorul", + "common.next_page": "Pagina următoare", + "common.no": "Nu", + "common.none": "Niciunul", + "common.page": "Pagină", + "common.paused": "Pauză", + "common.pending": "În așteptare", + "common.prev_page": "Pagina anterioară", + "common.previous": "Anterior", + "common.processing": "Se procesează", + "common.refresh": "Actualizează", + "common.reset": "Resetare", + "common.retry": "Încearcă din nou", + "common.save": "Salvează", + "common.search": "Caută", + "common.select": "Selectează", + "common.select_placeholder": "— selectează —", + "common.size": "Mărime", + "common.status": "Stare", + "common.submit": "Trimite", + "common.success": "Succes", + "common.tags": "Etichete", + "common.test": "Test", + "common.test_connection": "Test conexiune", + "common.type": "Tip", + "common.update": "Actualizare", + "common.updated": "Actualizat", + "common.upload": "Încărcare", + "common.view": "Vizualizare", + "common.warning": "Avertizare", + "common.yes": "Da", + "cookie.accept": "Am înțeles", + "cookie.learn_more": "Află mai multe", + "cookie.message": "Acest site folosește cookie-uri pentru a-ți îmbunătăți experiența.", + "cookie.notice": "DocuElevate folosește doar cookie-uri esențiale de sesiune necesare pentru autentificare și funcționarea serviciului. Nu sunt folosite cookie-uri pentru urmărire sau analiză.", + "cookie.notice_label": "Notificare cookie", + "cookie.policy_link": "Politica de cookie-uri", + "cookie.privacy_link": "Notificare de confidențialitate", + "credentials.col_action": "Acțiune", "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", + "credentials.col_source": "Sursă", + "credentials.configured": "Configurat", + "credentials.edit_in_settings": "Editează în Setări", + "credentials.legend_db": "Valoare stocată în baza de date (criptată în repaus; suprascrie variabila de mediu)", + "credentials.legend_env_after": " fișier", + "credentials.legend_env_before": "Valoare din variabila de mediu sau ", + "credentials.legend_missing": "Credential nesetată — integrarea nu va funcționa", + "credentials.legend_restart": "Restart necesar când această credential este rotită", + "credentials.legend_title": "Legendă", + "credentials.manage_settings": "Gestionează Setările", + "credentials.not_configured": "Nesetată", + "credentials.page_title": "Audit Credential - DocuElevate", + "credentials.raw_json": "JSON brut (API)", + "credentials.restart_title": "Restart necesar după rotirea acestei credential", + "credentials.source_db_title": "Stocată în baza de date (criptată)", + "credentials.source_env_title": "Din variabila de mediu", + "credentials.status_missing": "Lipsă", + "credentials.subtitle": "Prezentare generală a tuturor credentialelor sensibile folosite de DocuElevate. Nici o valoare secretă nu este afișată aici — doar dacă fiecare credential este configurat și de unde provine.", + "credentials.table_for": "Credentiale pentru", + "credentials.title": "Audit Credential", + "credentials.total_credentials": "Total Credentiale", + "dashboard.active_integrations": "Integrări Active", + "dashboard.files_this_month": "Fișiere În Această Lună", + "dashboard.files_today": "Fișiere Azi", + "dashboard.ocr_processed": "OCR Procesat", + "dashboard.quick_actions": "Acțiuni Rapide", + "dashboard.recent_activity": "Activitate Recentă", + "dashboard.storage_targets": "Obiective de Stocare", + "dashboard.title": "Tabloul de Bord", + "dashboard.total_files": "Total Fișiere", + "dashboard.welcome": "Bun venit la DocuElevate", + "duplicates.file_id_label": "ID fișier", + "duplicates.file_id_placeholder": "de ex. 42", + "duplicates.find_btn": "Găsește", + "duplicates.found_files": "fișier(e) duplicat(e) în total.", + "duplicates.found_groups": " grup(e) duplicat(e) cu", + "duplicates.found_prefix": "Găsit", + "duplicates.group_aria": "Grup duplicat", + "duplicates.heading": "Documente Duplicat", + "duplicates.how_it_works_heading": "Cum funcționează detectarea aproape-duplicatelor", + "duplicates.max_results_label": "Rezultate maxime", + "duplicates.near_dup_desc": "Selectați un document pentru a verifica dacă alte fișiere contțin același (sau foarte similar) conținut — chiar dacă au fost scanate în momente diferite și au hash-uri SHA-256 diferite.", + "duplicates.near_dup_heading": "Găsește aproape-duplicate pentru un document", + "duplicates.no_exact_heading": "Niciun duplicat exact găsit", + "duplicates.page_title": "Documente Duplicat - DocuElevate", + "duplicates.pagination_aria": "Paginare", + "duplicates.role_duplicate": "Duplicat", "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "duplicates.tab_exact": "Duplicate exacte", + "duplicates.tab_near": "Găsitor aproape-duplicate", + "duplicates.tabs_aria": "Tab-uri pentru detectarea duplicatelor", + "duplicates.threshold_label": "Prag de similitudine", + "duplicates.view_dup_aria": "Vezi fișier duplicat", + "duplicates.view_original_aria": "Vezi fișier original", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Ups, nu am putut găsi acea pagină!", + "error.404_home": "Înapoi acasă", + "error.404_message": "Se pare că DocuElevate a pierdut documentul pe care îl căutați. Nu vă faceți griji – suntem aici să vă ajutăm.", + "error.404_title": "404 - Nu a fost găsit", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Arată informații de depanare", + "error.500_description": "Serverele noastre au întâmpinat o problemă și au nevoie de un moment.", + "error.500_heading": "Ups! Ceva nu a mers bine.", + "error.500_home": "Întoarceți-vă acasă", + "error.500_img_alt": "Ilustrație a unei erori de server", + "error.500_message1": "Serverele noastre au întâmpinat o problemă și au nevoie de un moment. Poate că hamsterii au vărsat cafeaua?", + "error.500_message2": "Suntem deja pe acest lucru — sortăm fișiere, restartăm servere și recalibrăm condensatoarele de flux.", + "error.500_title": "Eroare de Server - DocuElevate", + "error.forbidden": "Interzis", + "error.forbidden_message": "Nu aveți permisiunea de a accesa această pagină.", + "error.not_found": "Pagina nu a fost găsită", + "error.not_found_message": "Pagina pe care o căutați nu există.", + "error.server_error": "Eroare internă de server", + "error.server_error_message": "Ceva a mers prost. Vă rugăm să încercați din nou mai târziu.", + "error.unauthorized": "Neautorizat", + "error.unauthorized_message": "Trebuie să vă conectați pentru a accesa această pagină.", + "files.action_delete": "Ștergeți fișierul", + "files.action_details": "Vizualizați detaliile", + "files.action_preview": "Previzualizare rapidă", + "files.bulk_clear_selection": "Ștergeți selecția", + "files.bulk_cloud_ocr": "Re-rulați Cloud OCR", + "files.bulk_delete": "Ștergeți selecția", + "files.bulk_download": "Descărcați ca ZIP", + "files.bulk_reprocess": "Reprocesează selecția", + "files.delete_modal_cancel": "Anulați", + "files.delete_modal_confirm": "Ștergeți", + "files.delete_modal_message": "Sunteți sigur că doriți să ștergeți acest fișier?", + "files.delete_modal_title": "Confirmați ștergerea", + "files.document_title": "Titlul documentului", + "files.drop_overlay_hint": "Acceptă PDF, documente Office, imagini, HTML, Markdown etc. – folderele sunt procesate recursiv", + "files.drop_overlay_title": "Trageți fișiere sau foldere oriunde pentru a încărca", + "files.error_hint": "Aceasta ar putea fi din cauza unei probleme de configurare sau de import. Vă rugăm să verificați jurnalele serverului.", + "files.file_size": "Dimensiunea fișierului", + "files.filename": "Numele fișierului", + "files.files_selected": "fișiere selectate", + "files.filter_all_providers": "Toți furnizorii", + "files.filter_all_statuses": "Toate statusurile", + "files.filter_all_types": "Toate tipurile", + "files.filter_apply": "Aplică filtrele", + "files.filter_clear": "Ștergeți", + "files.filter_date_from": "Data de la", + "files.filter_date_from_aria": "Filtrare din data", + "files.filter_date_to": "Data până la", + "files.filter_date_to_aria": "Filtrare până la data", + "files.filter_form_aria": "Filtrare fișiere", + "files.filter_mime_type": "Tip MIME", + "files.filter_ocr_all": "Toate fișierele", + "files.filter_ocr_good": "Calitate bună", + "files.filter_ocr_poor": "Calitate slabă", + "files.filter_ocr_quality": "Calitatea OCR", + "files.filter_ocr_quality_aria": "Filtrează după scorul de calitate OCR", + "files.filter_ocr_unchecked": "Nu a fost evaluat încă", + "files.filter_search_label": "Caută numele fișierului", + "files.filter_search_placeholder": "Introdu numele fișierului...", + "files.filter_storage_provider": "Furnizor de stocare", + "files.filter_tags_aria": "Filtrează după etichete (separate prin virgulă)", + "files.filter_tags_placeholder": "de exemplu, factură,amazon", + "files.fulltext_search_label": "Căutare în text complet (text OCR, metadate, etichete)", + "files.fulltext_search_placeholder": "Caută în conținutul documentului, expeditor, etichete, tip...", + "files.no_files": "Niciun fișier găsit", + "files.ocr_status": "Stare OCR", + "files.page_title": "Înregistrări fișiere", + "files.pagination_files": "fișiere", + "files.pagination_first": "Primul", + "files.pagination_last": "Ultimul", + "files.pagination_nav_aria": "Paginitare listă fișiere", + "files.pagination_next": "Următorul", + "files.pagination_of": "din", + "files.pagination_previous": "Anterior", + "files.pagination_showing": "Afișare", + "files.preview_modal_close": "Închide previzualizarea", + "files.preview_modal_title": "Previzualizare", + "files.queue_banner_items": "articol(e) sunt în prezent în coadă sau în procesare. Fișierele vor apărea aici odată ce procesarea se finalizează.", + "files.queue_banner_link": "Vezi Coadă", + "files.saved_searches_empty": "Nici o căutare salvată încă", + "files.saved_searches_error": "Nu s-a putut încărca căutările salvate", + "files.saved_searches_label": "Căutări Salvate", + "files.saved_searches_save": "Salvează curentul", + "files.saved_searches_save_aria": "Salvează filtrele curente ca o căutare salvată", + "files.search_results_empty": "Niciun rezultat găsit.", + "files.search_results_title": "Rezultatele căutării", + "files.status_duplicate": "Duplicat", + "files.table_actions": "Acțiuni", + "files.table_aria": "Înregistrări fișiere", + "files.table_created_at": "Creat la", + "files.table_empty": "Niciun fișier găsit", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", + "files.table_mime_type": "Tip MIME", + "files.table_original_filename": "Numele original al fișierului", + "files.table_select_all": "Selectează toate fișierele de pe această pagină", + "files.tags": "Etichete", + "files.title": "Fișiere", + "files.upload_modal_aria": "Progresul încărcării", + "files.upload_modal_close": "Închide progresul încărcării", + "files.upload_modal_header": "Încărcarea fișierelor", + "files.uploaded": "Încărcat", + "footer.about": "Despre", + "footer.attribution": "Atribuție", + "footer.attributions": "Atribuții", "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Impressum", + "footer.license": "Licență", + "footer.navigation": "Navigare în footer", + "footer.privacy": "Confidențialitate", + "footer.terms": "Termeni", + "footer.version": "Versiune {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "Conectat prin OAuth. Fișierele ajung în folderul ales de tine.", + "help.destinations_email": "Redirecționare prin email", + "help.destinations_email_desc": "Fișierele procesate sunt trimise ca atașamente SMTP.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Cont de serviciu sau OAuth. Suportează unități partajate.", + "help.destinations_heading": "Destinații – Unde merg documentele", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Stocare cloud auto-găzduită prin WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Integrare API Microsoft Graph.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Trimite documente direct în Paperless pentru arhivare.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Orice bucket compatibil S3 (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Transfer de fișiere securizat către orice server.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "Trimite metadate către orice punct final extern.", + "help.documentation": "Documentație", + "help.faq": "Întrebări frecvente", + "help.faq_1_a": "Navighează la pagina de încărcare, trage și lasă fișierele tale sau fă clic pe Alege fișier. DocuElevate convertește imagini și documente de birou în PDF, efectuează OCR și extrage metadate automat.", + "help.faq_1_q": "Cum încarc documente?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF și HTML. Fișierele non-PDF sunt convertite automat în PDF înainte de procesare.", + "help.faq_2_q": "Ce formate de fișiere sunt acceptate?", + "help.faq_3_a": "Da. Mergi la Ingestia Email, adaugă un cont IMAP și DocuElevate va verifica automat mesajele noi și va procesa atașamentele.", + "help.faq_3_q": "Pot să ingest documente din email?", + "help.faq_4_a": "Pipelines îți permit să decuplezi pașii de procesare – OCR, extragere AI, conversie de format – și să rutezi rezultatul către una sau mai multe destinații. Creează și gestionează-le de pe pagina Pipelines.", + "help.faq_4_q": "Cum funcționează pipeline-urile de procesare?", + "help.faq_5_a": "DocuElevate criptează acreditivele în repaus, comunică prin TLS și nu stochează documentele tale mai mult decât este necesar. Vezi Notificarea de Confidențialitate pentru detalii complete.", + "help.faq_5_a_post": " pentru detalii complete.", + "help.faq_5_a_pre": "DocuElevate criptează acreditivele în stare de repaus, comunică prin TLS și nu stochează documentele dumneavoastră mai mult decât este necesar. Vedeți ", + "help.faq_5_q": "Sunt datele mele în siguranță?", + "help.faq_heading": "Întrebări Frecvente", + "help.getting_started": "Începere", + "help.heading": "Centrul de Ajutor", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Utilizați REST API pentru a trimite documente programatic. Autentificați-vă cu un token Bearer și POSTAți fișiere la punctul final de încărcare.", + "help.ingestion_heading": "Instrumente de Ingestionare a Datelor", + "help.ingestion_mobile": "Aplicații Mobile", + "help.ingestion_mobile_desc": "Utilizați orice aplicație de scanare mobilă care suportă destinații HTTP personalizate pentru a trimite fotografii și scanări către DocuElevate de pe telefonul sau tableta dumneavoastră.", + "help.ingestion_scanners": "Scanere de Rețea", + "help.ingestion_scanners_desc": "Îndreptați orice scanner de rețea sau imprimantă multifuncțională către punctul final de încărcare DocuElevate. Documentele scanate ajung direct în coada dumneavoastră de procesare.", + "help.ingestion_watched_folders": "Dosare Monitorizate", + "help.ingestion_watched_folders_desc": "Configurați un dosar local sau de rețea pentru a fi monitorizat. Orice fișier plasat într-un dosar monitorizat este încărcat și procesat automat de DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrați DocuElevate în fluxurile dumneavoastră de automatizare cu Zapier, n8n sau Make. Utilizați acțiunile REST API pentru a declanșa încărcarea documentelor din orice eveniment.", + "help.meta_description": "Obțineți ajutor cu DocuElevate – găsiți ghiduri pentru încărcarea documentelor, conectarea stocării în cloud, configurarea canalelor de lucru și multe altele.", + "help.og_description": "Obțineți ajutor cu DocuElevate – găsiți ghiduri pentru încărcarea documentelor, conectarea stocării în cloud, configurarea canalelor de lucru și multe altele.", + "help.page_title": "Centrul de Ajutor", + "help.privacy_notice": "Notificarea de Confidențialitate", + "help.quickstart_heading": "Întâmpinare Rapidă", + "help.quickstart_storage": "Conectează Stocarea", + "help.quickstart_storage_desc": "Accesează Setări și leagă conturile tale de cloud. Documentele procesate sunt rutate automat către fiecare destinație pe care o configurezi.", + "help.quickstart_storage_desc_full": "Accesați Integrări și conectați-vă conturile de stocare în cloud. DocuElevate suportă Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud și altele. Documentele procesate sunt rute automată către fiecare destinație pe care o configurați.", + "help.quickstart_upload": "Încarcă Documente", + "help.quickstart_upload_desc": "Trage și lasă fișiere pe pagina de Încărcare sau apasă pe Alege Fișier. DocuElevate convertește imaginile și documentele de birou în PDF, efectuează OCR și extrage automat metadatele.", + "help.quickstart_workflows": "Automatizează Fluxurile de Lucru", + "help.quickstart_workflows_desc": "Creează Pipelines pentru a defini procese de procesare în mai mulți pași și reguli de rutare. Combină OCR, extragere AI, conversie de format și livrare într-un singur flux.", + "help.sources_email_ingestion": "Ingestia Email (IMAP)", + "help.sources_email_ingestion_desc": "Redirecționează documentele către o cutie poștală dedicată. La Ingestia Email, adaugă unul sau mai multe conturi IMAP. DocuElevate verifică mesajele noi și procesează atașamentele automat.", + "help.sources_heading": "Surse – Obținerea Documentelor", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", + "help.sources_rest_api_desc": "Integrează programatic prin POST-ing fișiere la /api/upload. Ideal pentru scripturi, foldere supravegheate, scanere sau instrumente terțe precum Zapier și n8n.", + "help.sources_scanner": "Scaner & Mobil", + "help.sources_scanner_desc": "Direcționează scanerele de rețea către punctul de încărcare al DocuElevate sau folosește orice aplicație de scanare mobilă care suportă destinații HTTP personalizate.", + "help.sources_scanner_desc_full": "Configurați scannerul sau imprimanta multifuncțională de rețea pentru a trimite scanări direct la DocuElevate. Utilizați punctul final /api/upload ca destinație. Aplicațiile mobile de scanare cu destinații personalizate de încărcare sunt, de asemenea, acceptate.", + "help.sources_web_upload": "Încărcare Web", + "help.sources_web_upload_desc": "Cea mai rapidă modalitate de a începe. Deschide pagina de Încărcare, lasă unul sau mai multe fișiere și DocuElevate se ocupă de restul. Formatele acceptate includ PDF, JPEG, PNG, TIFF, DOCX, XLSX și altele.", + "help.subheading": "Tot ce ai nevoie pentru a profita la maximum de DocuElevate. Răsfoiește temele de mai jos sau caută ce ai nevoie.", + "help.support": "Asistență", + "help.support_admin_message": "Contactează-ți administratorul pentru informații de suport.", + "help.support_description": "Nu poți găsi ceea ce cauți? Echipa noastră de suport este aici să te ajute.", + "help.support_heading": "Contactează Suportul", + "help.support_live_chat": "Chat live disponibil – faceți clic pe bulina de chat pentru a începe o conversație.", + "help.support_ticket_button": "Trimite un Ticket", + "help.support_ticket_desc": "Completați formularul de mai jos și echipa noastră de suport vă va contacta cât mai curând posibil.", + "help.support_ticket_heading": "Deschide un Ticket de Suport", + "help.title": "Centrul de Ajutor", + "help.workflows_creating": "Crearea unui Pipeline", + "help.workflows_definition": "Un Pipeline este o serie de pași de procesare care rulează automat de fiecare dată când un document este ingerat. Fiecare pas poate transforma, îmbogăți sau ruta documentul.", + "help.workflows_heading": "Fluxuri de Lucru & Pipelines", + "help.workflows_step_1": "Convertiți în PDF", + "help.workflows_step_1_create": "Mergeți la Pipeline-uri în meniul principal.", + "help.workflows_step_1_full": "Convertiți în PDF – toate fișierele primite sunt normalizate într-un format PDF consistent.", + "help.workflows_step_2": "OCR – extragere text", + "help.workflows_step_2_create": "Faceți clic pe Pipeline Nou și dați-i un nume.", + "help.workflows_step_2_full": "OCR – extrageți text selectabil din paginile scanate utilizând Azure Document Intelligence sau motorul încorporat.", + "help.workflows_step_3": "Extragerea metadatelor AI", + "help.workflows_step_3_create": "Adăugați pașii de procesare de care aveți nevoie.", + "help.workflows_step_3_full": "Extracția de metadate AI – clasificați tipul documentului și extrageți câmpuri cheie precum sumele, datele și numele folosind OpenAI.", + "help.workflows_step_4": "Livrați către una sau mai multe destinații", + "help.workflows_step_4_create": "Alegeți o sau mai multe destinații de livrare.", + "help.workflows_step_5_create": "Salvați – documentele noi vor fi procesate prin acest pipeline automat.", + "help.workflows_typical_steps": "Pași tipici", + "help.workflows_what_is": "Ce este un Pipeline?", + "index.badge_intelligent": "Procesare inteligentă a documentelor", + "index.button_browse_files": "Răsfoiți fișierele", + "index.button_upload": "Încărcați", + "index.capabilities_cloud": "Stocare în cloud: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Ingestion de documente pe baza de email și URL", + "index.capabilities_ocr": "OCR & extragere de metadate cu AI", + "index.capabilities_paperless": "Integrarea Paperless-ngx pentru managementul documentelor", + "index.capabilities_title": "Capabilități", + "index.capabilities_workflows": "Clasificare automată & workflow-uri de rutare", + "index.cta_description": "Alăturați-vă echipelor care automatizează deja procesarea documentelor cu DocuElevate.", + "index.cta_heading": "Sunteți pregătit să vă îmbunătățiți fluxul de lucru pentru documente?", + "index.cta_pricing": "Vezi prețurile", + "index.cta_signup": "Creează un cont gratuit", + "index.dashboard_subtitle": "Procesare și management inteligent al documentelor", + "index.dashboard_subtitle_teams": "Procesare și management inteligent al documentelor – creat pentru echipe", + "index.feature_ai": "Extragere de Metadate AI", + "index.feature_ai_desc": "OpenAI, Claude, Gemini și alți furnizori AI configurabili clasifică documentele și extrag câmpuri cheie precum date, sume și subiecte.", + "index.feature_cloud": "Stocare Multi-Cloud", + "index.feature_cloud_desc": "Rutează fișierele procesate către Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP și altele.", + "index.feature_email": "Ingestion Email & IMAP", + "index.feature_email_desc": "Extrageți automat documente din Gmail sau orice mail IMAP – fără încărcări manuale necesare.", + "index.feature_ocr": "OCR & Extragere Text", + "index.feature_ocr_desc": "Inteligența Documentelor Azure convertește PDF-uri scanate și imagini în text complet căutabil automat.", + "index.feature_pipelines": "Pipeline-uri Personalizate", + "index.feature_pipelines_desc": "Construiește pipeline-uri de procesare cu pași configurabili – OCR, extragere AI, conversie de format și rutare pentru stocare în orice ordine.", + "index.feature_search": "Căutare Full-Text", + "index.feature_search_desc": "Găsiți instantaneu orice document după conținut, metadate sau etichete în întreaga arhivă.", + "index.feature_section_title": "Tot ce ai nevoie pentru fluxuri de lucru inteligent pentru documente", + "index.getting_started": "Începem", + "index.getting_started_1": "Configurează integrările prin Starea Sistemului", + "index.getting_started_2": "Încarcă primul tău document", + "index.getting_started_3": "Revizuiește rezultatele în Fișiere", + "index.getting_started_learn": "Află mai multe despre DocuElevate", + "index.hero_description": "DocuElevate preia documentele tale, rulează OCR, extrage metadate cu AI și trimite fișierele către Dropbox, Google Drive, OneDrive, S3, Nextcloud și altele - toate într-un singur flux de lucru integrat.", + "index.hero_heading": "De la încărcare la insight - automat.", + "index.hero_login": "Conectează-te", + "index.hero_pricing": "Vezi Planuri și Prețuri", + "index.hero_signup": "Începe - este gratis", + "index.integrations_active": "Integrări active", + "index.integrations_storage": "Destinații de stocare", + "index.integrations_title": "Integrări", + "index.integrations_view_status": "Vezi starea sistemului", + "index.page_title_dashboard": "Tabloul de Bord", + "index.page_title_public": "Procesarea Inteligentă a Documentelor", + "index.platform_overview": "Prezentare generală a platformei", + "index.processing_stats": "Statistici de procesare", + "index.quick_actions": "Acțiuni Rapide", + "index.quick_documents": "Documentele Mele", + "index.quick_documents_desc": "Răsfoiește fișierele tale procesate", + "index.quick_search": "Caută", + "index.quick_search_desc": "Căutare în text complet în documente", + "index.quick_subscription": "Abonamentul Meu", + "index.quick_subscription_desc": "Vezi detalii despre plan și utilizare", + "index.quick_system_status": "Starea Sistemului", + "index.quick_system_status_desc": "Verifică sănătatea integrării", + "index.quick_upload": "Încarcă Document", + "index.quick_upload_desc": "Procesează un fișier nou", + "index.quick_view_files": "Vezi Toate Fișierele", + "index.quick_view_files_desc": "Răsfoiește documentele procesate", + "index.single_user_heading": "Tabloul de Bord DocuElevate", + "index.single_user_subtitle": "Procesare și gestionare inteligentă a documentelor", + "index.stat_active_integrations": "Integrări Active", + "index.stat_active_users": "Utilizatori activi", + "index.stat_files_month": "Fișiere în această lună", + "index.stat_files_ocr": "Fișiere cu OCR", + "index.stat_files_today": "Fișiere astăzi", + "index.stat_storage_targets": "Destinații de Stocare", + "index.stat_this_month": "Luna aceasta", + "index.stat_today": "Astăzi", + "index.stat_total_files": "Total fișiere", + "index.stat_total_processed": "Total procesate", "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", + "index.tier_upgrade": "Îmbunătățește", + "index.tier_view_details": "Vezi detalii complete", + "index.upgrade_daily_limits": "Limite zilnice și lunare mai mari", + "index.upgrade_description": "Deblocați mai multe documente, mai multe destinații și suport prioritar.", + "index.upgrade_destinations": "Mai multe destinații de stocare", + "index.upgrade_ocr_pages": "Mai multe pagini OCR", + "index.upgrade_plan": "Actualizați planul dvs.", + "index.upgrade_view_pricing": "Vizualizați planurile și prețurile", + "index.usage_lifetime": "Fișiere pe viață", + "index.usage_month": "Fișiere în această lună", + "index.usage_my_usage": "Utilizarea mea", + "index.usage_today": "Fișiere astăzi", + "index.usage_unlimited": "Nelimitat", + "integrations.access_key_label": "ID Cheie de Acces", + "integrations.active_label": "Activ", + "integrations.add_button": "Adaugă Integrare", + "integrations.add_first_button": "Adaugă Prima Ta Integrare", + "integrations.api_token_label": "Token API", + "integrations.authorize_btn": "Autorizează", + "integrations.authorize_reauth": "Re-Autorizează", + "integrations.bucket_label": "Bucket", + "integrations.configure": "Configurează", + "integrations.connect": "Conectează", + "integrations.connected": "Conectat", + "integrations.connection_failed": "Conexiune eșuată", + "integrations.connection_success": "Conexiune reușită", + "integrations.delete_confirm_are_you_sure": "Ești sigur că vrei să ștergi", + "integrations.delete_confirm_title": "Șterge Integrarea?", + "integrations.delete_confirm_undone": "Această acțiune nu poate fi anulată.", + "integrations.delete_emails_label": "Șterge emailurile după procesare", + "integrations.delete_files_label": "Șterge fișierele după procesare", + "integrations.destinations_quota_label": "Destinații de Stocare:", + "integrations.destinations_section": "Destinații", + "integrations.direction_destination": "Destinație (stocare)", + "integrations.direction_label": "Direcție", + "integrations.direction_placeholder": "\u0014 Selectați \u0014", + "integrations.direction_source": "Sursă (ingestie)", + "integrations.disconnect": "Deconectează", + "integrations.email_settings": "Setări Redirecționare Email", + "integrations.empty_state": "Nici o integrare configurată", + "integrations.endpoint_label": "URL Endpoint", + "integrations.endpoint_optional": "(opțional, pentru S3-compatibil)", "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", + "integrations.folder_optional": "(opțional)", + "integrations.folder_path_label": "Cale Folder", + "integrations.folder_prefix_label": "Prefix Folder", + "integrations.generic_settings_hint": "Configurarea pentru acest tip de integrare poate fi furnizată ca JSON după creare prin API.", + "integrations.gmail_hint": "Etichete Gmail & stea: când este activat, emailurile procesate sunt marcate cu stea și etichetate cu eticheta \"Ingested\" în Gmail. Se aplică doar serverelor Gmail.", + "integrations.gmail_labels": "Aplică etichete Gmail & stea", + "integrations.host_label": "Gazdă", + "integrations.imap_settings": "Setări IMAP", + "integrations.loading": "Se încarcă integrările\u0012", + "integrations.modal_close": "Închide modalul", + "integrations.modal_title_add": "Adaugă Integrare", + "integrations.modal_title_edit": "Editează Integrarea", + "integrations.name_label": "Etichetă", + "integrations.name_placeholder": "de exemplu. Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Setări Nextcloud", + "integrations.nextcloud_url_label": "URL Nextcloud", + "integrations.no_integrations_body": "Adăugați prima dvs. integrare pentru a conecta surse de ingestie (cum ar fi IMAP) și destinații de stocare (cum ar fi S3, Dropbox sau Google Drive).", + "integrations.not_connected": "Neconectat", + "integrations.oauth_folder_label": "Folder", + "integrations.oauth_hint": "Salvați mai întâi această integrare, apoi folosiți butonul Autorizează pentru a finaliza fluxul OAuth. Datele dvs. vor fi stocate în siguranță în înregistrarea personală a integrării.", + "integrations.page_title": "Integrări", + "integrations.paperless_settings": "Setări Paperless NGX", + "integrations.password_label": "Parolă", + "integrations.paused": "Pausat", + "integrations.plan_label": "Plan:", "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "integrations.quota_not_available": "(nu este disponibil)", + "integrations.quota_unlimited": "/ nelimitat", + "integrations.recipient_label": "Email destinatar", + "integrations.region_label": "Regiune", + "integrations.remote_path_label": "Cale remote", + "integrations.s3_prefix_label": "Prefix (cale folder)", + "integrations.s3_settings": "Setări S3", + "integrations.secret_key_label": "Cheie de acces secret", + "integrations.show_password": "Arată parola", + "integrations.show_secrets": "Arată secretele", + "integrations.show_token": "Arată tokenul", + "integrations.source_local": "Sistem de fișiere local", + "integrations.source_type_label": "Tip sursă", + "integrations.sources_quota_label": "Surse Mailbox:", + "integrations.sources_section": "Surse", + "integrations.subtitle": "Gestionați sursele dvs. de ingestie și destinațiile de stocare într-un singur loc.", + "integrations.title": "Integrări", + "integrations.type_label": "Tip integrare", + "integrations.type_placeholder": "\u0000Alegeți mai întâi direcția\u0000", + "integrations.upgrade_plan": "Upgrade plan", + "integrations.use_ssl": "Folosiți SSL", + "integrations.username_label": "Nume utilizator", + "integrations.watch_folder_settings": "Setări folder de monitorizare", + "integrations.webdav_settings": "Setări WebDAV", + "integrations.webdav_url_label": "URL WebDAV", + "integrations.webhook_heading": "Ingestie Webhook", + "integrations.webhook_how_heading": "Cum funcționează ingestia Webhook", + "integrations.webhook_how_text": "O integrare webhook permite sistemelor externe să trimită documente direct în DocuElevate prin intermediul API-ului REST. În loc ca DocuElevate să verifice fișierele noi (cum ar fi IMAP), aplicația dvs. trimite fișiere către DocuElevate folosind o cerere HTTP cu un token API pentru autentificare.", + "integrations.webhook_ideal_text": "Acest lucru este ideal pentru pipeline-uri CI/CD, scripturi de automatizare, integrarea scannerelor sau orice sistem care generează documente și are nevoie să le trimită pentru procesare.", + "integrations.webhook_quick_start": "Începere rapidă", + "integrations.webhook_security_tip": "Creați un token API dedicat pentru fiecare integrare și revocați-l imediat dacă este compromis. Tokenii pot fi gestionați pe pagina Tokeni API.", + "integrations.webhook_step1": "Accesați {api_tokens_link} și creați un token personal.", + "integrations.webhook_upload_with_token": "Folosiți tokenul pentru a încărca documente prin API:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "language.change_success": "Limba a fost schimbată în {language}", + "language.changed": "Limba a fost schimbată în {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", "language.el": "Ελληνικά", - "language.en": "English", + "language.en": "Engleză", "language.es": "Español", "language.et": "Eesti", "language.fi": "Suomi", "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", + "language.hu": "Maghiară", + "language.is": "Islandeză", + "language.it": "Italiană", "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", + "language.lt": "Lituaniană", + "language.lv": "Letonă", + "language.nb": "Norvegiană", + "language.nl": "Olandeză", + "language.no_results": "Nici o limbă găsită", + "language.pl": "Poloneză", + "language.pt": "Portugheză", "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", + "language.ru": "Rusă", + "language.search_placeholder": "Caută limbi\u001e", + "language.selector": "Limbă", + "language.selector_label": "Selectați limba", + "language.sk": "Slovacă", + "language.sl": "Slovenă", + "language.sv": "Suedeză", + "language.tr": "Turcă", + "language.uk": "Ukrainiană", + "language.zh": "Chineză", + "nav.about": "Despre", + "nav.account_menu": "Meniul contului", + "nav.account_menu_for": "Meniul contului pentru {name}", "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", + "nav.admin.audit_logs": "Jurnale de audit", + "nav.admin.backups": "Backup-uri", + "nav.admin.plans": "Planuri", + "nav.admin.scheduled_jobs": "Lucrări programate", + "nav.admin.users": "Utilizatori", + "nav.admin_actions": "Acțiuni admin", + "nav.admin_menu": "Meniu admin", + "nav.api_docs": "Documentație API", + "nav.api_tokens": "Token-uri API", + "nav.backup_restore": "Backup & Restaurare", + "nav.credentials": "Credențiale", + "nav.dark_mode": "Mod întunecat", + "nav.dashboard": "Tabloul de bord", + "nav.developer_docs": "Documentație pentru dezvoltatori", + "nav.duplicates": "Duplicate", + "nav.file_manager": "Manager de fișiere", + "nav.files": "Fișiere", + "nav.get_started": "Începeți", + "nav.help": "Ajutor", + "nav.help_center": "Centrul de Ajutor", + "nav.imap": "Import Email", + "nav.integrations": "Integrări", + "nav.light_mode": "Mod Luminos", + "nav.login": "Conectare", + "nav.logout": "Deconectare", + "nav.main_navigation": "Navigare principală", + "nav.my_subscription": "Abonamentul meu", + "nav.notifications": "Notificări", + "nav.open_main_menu": "Deschide meniul principal", "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", + "nav.plan_designer": "Proiectant Plan", + "nav.pricing": "Prețuri", + "nav.profile": "Profil", + "nav.profile_settings": "Setările profilului", + "nav.queue": "Coada", + "nav.queue_monitor": "Monitor Coada", + "nav.scheduled_jobs": "Locuri de muncă programate", + "nav.search": "Caută", + "nav.settings": "Setări", + "nav.shared_links": "Linkuri Partajate", + "nav.sign_out": "Deconectare", + "nav.signup": "Înscriere", + "nav.similarity": "Similaritate", + "nav.skip_to_content": "Sari la conținutul principal", + "nav.status": "Stare", + "nav.subscription": "Abonament", + "nav.toggle_dark_mode": "Comută modul întunecat", + "nav.toggle_nav": "Comută meniul de navigare", + "nav.upload": "Încărcare", + "nav.users": "Utilizatori", + "nav.version": "Informații despre versiune", + "notifications.filter_all": "Toate", + "notifications.filter_read": "Numai citite", + "notifications.filter_unread": "Numai ne-citite", + "notifications.manage_desc": "Gestionează inbox-ul de notificări, țintele și preferințele evenimentelor", + "notifications.mark_all_read": "Marchează totul ca citit", + "notifications.mark_all_read_btn": "Marchează tot ca citit", + "notifications.mark_read": "Marchează ca citit", + "notifications.no_notifications": "Nici o notificare", + "notifications.page_title": "Notificări", "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "notifications.tab_settings": "Setări", + "notifications.title": "Notificări", + "notifications.unread_count": "{count} notificări necitite", + "pipelines.active_label": "Activ", + "pipelines.add_step_btn": "Adaugă Pas", + "pipelines.create": "Creează Pipeline", + "pipelines.custom_label_label": "Etichetă Personalizată", + "pipelines.default_label": "Implicit", + "pipelines.description_label": "Descriere", + "pipelines.description_placeholder": "Descriere opțională", + "pipelines.disabled_label": "Dezactivat", + "pipelines.edit": "Editează Pipeline", + "pipelines.empty_state": "Nu există pipeline-uri încă", + "pipelines.empty_state_hint": "Creează-ți primul pipeline pentru a defini fluxuri de lucru personalizate pentru procesarea documentelor.", + "pipelines.enabled_label": "Activat", + "pipelines.force_cloud_ocr_label": "Forțează OCR-ul în cloud (sare peste extragerea locală a textului)", + "pipelines.inactive_label": "Inactiv", + "pipelines.loading": "Se încarcă pipeline-urile\u00163", + "pipelines.name_placeholder": "Pipeline-ul meu", + "pipelines.new_pipeline_btn": "Pipeline Nou", + "pipelines.no_steps": "Niciun pas definit. Adaugă un pas pentru a începe construirea pipeline-ului tău.", + "pipelines.ocr_auto": "Auto (folosește setarea implicită a sistemului)", + "pipelines.ocr_language_hint": "Suprascrie setarea globală a limbii pentru Tesseract/EasyOCR. Azure și Mistral detectează automat limba.", + "pipelines.ocr_language_label": "Limba OCR", + "pipelines.optional_suffix": "(opțional)", + "pipelines.page_title": "Pipeline-uri de Procesare", + "pipelines.set_default": "Setează ca pipeline-ul meu implicit", + "pipelines.step_label_placeholder": "Suprascrie numele implicit al pasului", + "pipelines.step_type_label": "Tip Pas", + "pipelines.subtitle_intro": "Definirea și gestionarea fluxurilor de lucru personalizate pentru procesarea documentelor.", + "pipelines.subtitle_system_post": "badge și sunt vizibile pentru toți utilizatorii.", + "pipelines.subtitle_system_pre": "Pipeline-urile de sistem (create de admini) sunt afișate cu un", + "pipelines.system_label": "Sistem", + "pipelines.system_pipeline_label": "Pipeline de sistem (vizibil pentru toți utilizatorii)", + "pipelines.title": "Pipeline-uri de Procesare", + "profile.avatar_alt": "Imaginea dvs. de profil", + "profile.avatar_heading": "Imagine de profil", + "profile.avatar_remove": "Eliminați avatarul personalizat", + "profile.avatar_upload_hint": "Încărcați o imagine JPEG, PNG, GIF sau WebP de până la 2 MB. Dacă nu este setată o imagine personalizată, se va afișa {gravatar}.", + "profile.choose_image": "Alegeți imaginea\n\n", + "profile.confirm_password": "Confirmați noua parolă", + "profile.contact_email_hint": "Folosita pentru notificări de sistem. Aceasta nu schimbă adresa de email pentru autentificare.", + "profile.contact_email_label": "Email de contact / notificare", + "profile.contact_email_placeholder": "tu@exemplu.com", + "profile.current_password": "Parola curentă", + "profile.dismiss": "Respinge", + "profile.display_name_hint": "Lăsați liber pentru a folosi numele de utilizator sau emailul contului dvs.", + "profile.display_name_label": "Nume de afişare", + "profile.display_name_placeholder": "Numele dvs. așa cum este afișat în interfață", + "profile.general_heading": "Informații generale", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Setările profilului", + "profile.language_auto_detect": "Detectare automată (din browser)", + "profile.language_hint": "Alegeți limba preferată pentru interfață. „Detectare automată” urmează setările browserului dvs.", + "profile.language_label": "Limba UI", + "profile.new_password": "Parolă nouă", + "profile.new_password_hint": "Minimum 8 caractere.", + "profile.page_title": "Setările profilului – DocuElevate", + "profile.password_heading": "Schimbare parolă", + "profile.preferences_heading": "Preferințe", + "profile.save_button": "Salvează modificările", + "profile.saving": "Se salvează\n\n", + "profile.subtitle": "Gestionați numele de afişare, avatarul, limba și preferințele de temă.", + "profile.theme_dark": "Întunecat", + "profile.theme_hint": "„Impostă sistem” urmează setarea modului întunecat a dispozitivului dvs.", + "profile.theme_label": "Schema de culori", + "profile.theme_light": "Luminat", + "profile.theme_system": "Impostă sistem", + "profile.update_password": "Actualizați parola", + "profile.updating": "Se actualizează\u00105", + "queue.active_tasks": "Sarcini Active", + "queue.auto_refresh_1": "Se reîmprospătează automat la fiecare", + "queue.auto_refresh_2": "secunde", + "queue.col_arguments": "Argumente", + "queue.col_current_step": "Pas Curent", + "queue.col_file": "Fișier", + "queue.col_files": "Fișiere", + "queue.col_queue": "Coada", + "queue.col_state": "Stare", + "queue.col_task": "Sarcină", + "queue.col_task_id": "ID Sarcină", + "queue.files_processing": "Procesarea Fișierelor", + "queue.heading": "Monitorul Cozii", + "queue.last_updated": "Ultima actualizare:", + "queue.loading_stats": "Încărcarea statisticilor cozii\u001a", + "queue.no_active_tasks": "Nici o sarcină activă", + "queue.no_data": "Nici un date", + "queue.no_files_processing": "Nici un fișier în prezent procesat", + "queue.page_title": "Monitorul Cozii", + "queue.processing_pipeline": "Pipelina de Procesare", + "queue.queued_tasks": "Sarcini în Coada", + "queue.recently_processing": "Fișiere Recent Procesate", + "queue.redis_queues": "Cozi Redis", + "queue.subtitle": "Vizualizare în timp real a pipeline-ului de procesare a documentelor și a cozilor de sarcini Celery.", + "queue.workers_online": "Lucrători Online", + "search.button": "Caută", + "search.error_message": "Căutarea este temporar indisponibilă. Te rugăm să încerci din nou în câteva momente.", + "search.filter_aria_clear": "Șterge toate filtrele", + "search.filter_clear_button": "Șterge Filtrele", + "search.filter_date_from": "Data De La", + "search.filter_date_to": "Data Până La", + "search.filter_document_type": "Tip Document", + "search.filter_document_type_placeholder": "de exemplu. Factură", + "search.filter_language": "Limba", + "search.filter_language_placeholder": "de exemplu. ro", + "search.filter_sender": "Expeditor", + "search.filter_sender_placeholder": "de exemplu. ACME Corp", + "search.filter_tags": "Etichete", + "search.filter_tags_placeholder": "de exemplu. amazon", + "search.filter_text_quality": "Calitate Text", + "search.filter_text_quality_all": "Toate", + "search.filter_text_quality_high": "Înalt", + "search.filter_text_quality_low": "Scăzut", + "search.filter_text_quality_medium": "Mediu", + "search.filter_text_quality_no_text": "Fără text", + "search.heading": "Căutare Document", + "search.input_aria_label": "Caută documente", + "search.input_placeholder": "Caută documente după conținut, expeditor, etichete, tip...", + "search.loading_indicator": "Se caută\u001a", + "search.no_results": "Nu au fost găsite rezultate", + "search.page_title": "Caută Documente", + "search.placeholder": "Caută după numele fișierului, conținut, etichete...", + "search.result_empty": "Nu au fost găsite documente care să corespundă căutării tale.", + "search.results_count": "{count} rezultate găsite", + "search.saved_aria_save": "Salvează căutarea curentă", + "search.saved_button": "Salvează Curent", + "search.saved_empty": "Nu există căutări salvate încă", + "search.saved_error": "Nu s-au putut încărca căutările salvate", + "search.saved_label": "Căutări Salvate", + "search.saved_loading": "Se încarcă...", + "search.title": "Caută Documente", + "settings.audit_log_btn": "Jurnal de audit", + "settings.autocomplete_hint": "Scrie pentru a căuta valori cunoscute sau introdu o valoare personalizată.", + "settings.autocomplete_no_matches": "Nu există corespondențe - poți totuși să scrii o valoare personalizată", + "settings.autocomplete_placeholder": "Scrie pentru a căuta sau introdu o valoare\u001a", + "settings.boolean_enable_prefix": "Activează", + "settings.categories_aria": "Categorii de setări", + "settings.categories_heading": "Categorii", + "settings.db_wizard_btn": "Asistent DB", + "settings.effective_value_label": "Valoare efectivă:", + "settings.encrypted_suffix": "= criptat în repaus", + "settings.encrypted_title": "Valoarea este criptată în repaus în baza de date", + "settings.export_btn": "Exportă", + "settings.export_db_only": "Numai setările DB", + "settings.export_full_config": "Configurație completă efectivă", + "settings.jump_to_category": "Dă-i drumul la categorie\u001a", + "settings.manage_config_prefix": "Gestionează configurația. Prioritate:", + "settings.model_picker_hint": "Alege din listă sau scrie orice nume de model acceptat de furnizorul tău.", + "settings.model_picker_placeholder": "Selectează un model comun sau scrie un nume personalizat\u001a", + "settings.no_results_clear": "șterge căutarea", + "settings.no_results_heading": "Nu au fost găsite setări", + "settings.no_results_hint": "Încearcă un termen de căutare diferit sau", + "settings.page_heading": "Setările aplicației", + "settings.required_label": "(necesar)", + "settings.reset_confirm": "Ești sigur că vrei să resetezi această setare?", + "settings.restart_required_suffix": "= repornire necesară", + "settings.revert_btn": "Îndepărtează din DB", + "settings.revert_title": "Îndepărtează suprascrierea DB și revino la variabila de mediu sau la valoarea implicită", + "settings.reverting": "Se revine\u00105", + "settings.save_all_btn": "Salvează toate modificările", + "settings.save_error": "Salvarea setării a eșuat", + "settings.save_setting_title": "Salvează această setare", + "settings.save_success": "Setarea a fost salvată cu succes", + "settings.saving_state": "Se salvează\u00105", + "settings.search_aria_label": "Caută setări", + "settings.search_clear_aria": "Șterge căutarea", + "settings.search_placeholder": "Caută setări după nume, cheie sau descriere\u00105", + "settings.settings_count_suffix": "setări", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", + "settings.source_default_badge": "IMPLICIT", + "settings.source_env_badge": "MEDIU", + "settings.title": "Setări", + "settings.toggle_visibility_aria": "Comută vizibilitatea parolei", + "settings.toggle_visibility_title": "Arată/ascunde valoarea", + "settings.user_autocomplete_empty": "Nu s-au găsit utilizatori corespunzători", + "settings.user_autocomplete_hint": "Scrie pentru a căuta utilizatori existenți după nume sau introduce manual orice identificator.", + "settings.user_autocomplete_placeholder": "Începe să scrii pentru a căuta utilizatori\u00105", + "settings.wizard_btn": "Magician", + "shared.col_expiry": "Expirare", + "shared.col_file_label": "Fișier / Etichetă", "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "shared.col_views": "Vizualizări", + "shared.copy_link_aria": "Copiază linkul în clipboard", + "shared.copy_link_title": "Copiază link", + "shared.create_btn": "Creează link", + "shared.create_heading": "Creează un nou link partajat", + "shared.creating": "Se creează\u00105", + "shared.expiry_12h": "12 ore", + "shared.expiry_14d": "14 zile", + "shared.expiry_1h": "1 oră", + "shared.expiry_24h": "24 ore (1 zi)", + "shared.expiry_30d": "30 zile", + "shared.expiry_3d": "3 zile", + "shared.expiry_6h": "6 ore", + "shared.expiry_7d": "7 zile", + "shared.expiry_label": "Expirare", + "shared.expiry_never": "Niciodată", + "shared.file_id_help_post": "pagina sau în URL-ul detaliilor documentului.", + "shared.file_id_help_pre": "Găsește ID-ul fișierului pe", + "shared.file_id_label": "ID Fișier", + "shared.file_id_placeholder": "de ex. 42", + "shared.files_link": "Fișiere", + "shared.heading": "Linkuri Partajate", + "shared.label_label": "Etichetă", + "shared.label_placeholder": "de ex. Partajat cu Bob", + "shared.link_created": "Linkul partajat a fost creat!", + "shared.link_created_help": "Copiază și trimite acest link destinatarului.", + "shared.links_count_aria": "numărul de linkuri", + "shared.max_downloads_label": "Max descărcări", + "shared.no_links": "Încă nu există linkuri partajate. Creează unul mai sus pentru a începe.", + "shared.open_in_new_tab": "Deschide în tab nou", + "shared.open_link_aria": "Deschide linkul partajat", + "shared.optional": "(opțional)", + "shared.page_title": "Linkuri Partajate – DocuElevate", + "shared.password_label": "Parolă", + "shared.password_placeholder": "Lasă liber pentru fără parolă", + "shared.password_protected": "Protejat prin parolă", + "shared.refresh_aria": "Reîmprospătează lista linkurilor partajate", + "shared.revoke_aria_prefix": "Revocă linkul partajat pentru", + "shared.revoke_btn": "Revocă", + "shared.status_active": "Activ", + "shared.status_expired": "Expirat", + "shared.status_limit_reached": "Limită atinsă", + "shared.status_revoked": "Revocat", + "shared.subtitle": "Partajează documente cu oricine printr-un link cu limită de timp sau de vizualizare. Destinatarii nu au nevoie de un cont DocuElevate. Linkurile pot fi protejate prin parolă și pot fi revocate în orice moment.", + "shared.table_aria": "Linkuri partajate", + "shared.unlimited_placeholder": "Nelimitat", + "shared.your_links": "Linkurile tale Partajate", + "similarity.backfill_auto": "Sarcina de fundal le va calcula automat la fiecare 5 minute, sau poți", + "similarity.files_missing_text": "fișier(e) au text OCR, dar nu au embedding încă.", + "similarity.find_pairs_btn": "Găsește Perechi", + "similarity.heading": "Similaritate Document", + "similarity.load_error": "Încărcarea perechilor a eșuat.", + "similarity.min_similarity_label": "Min. similaritate", + "similarity.no_pairs_detail": "Nicio pereche de documente nu depășește pragul de similaritate.", + "similarity.no_pairs_heading": "Nicio pereche similară găsită", + "similarity.page_title": "Similaritate Documente - DocuElevate", + "similarity.pagination_aria": "Paginarea perechilor de similaritate", + "similarity.per_page_label": "Pe pagină", + "similarity.scanning": "Scanare pentru perechi de documente similare\u001e", + "similarity.stat_embedding_model": "Model de Încorporare", + "similarity.stat_missing_embedding": "Încărcare lipsă", + "similarity.stat_total_files": "Total Fișiere", + "similarity.stat_with_embedding": "Cu Încorporare", + "similarity.subtitle": "Perechi de documente cu similaritate semantică ridicată, clasificate după punctaj.", + "similarity.trigger_aria": "Declanșați calculul încorporării pentru toate fișierele lipsă de încorporare", + "similarity.trigger_now": "declanșează acum", + "status.app_version": "Versiunea Aplicației", + "status.build_date": "Data Construirii", + "status.container_id": "ID Container", + "status.git_commit": "Commit Git", + "status.last_check": "Ultima Verificare", + "status.page_title": "Starea Sistemului", + "status.setting_label": "Setare", + "status.value_label": "Valoare", + "subscription.available_plans_heading": "Planuri disponibile", + "subscription.back_to_dashboard": "Înapoi la tabloul de bord", + "subscription.cancel_pending": "Anulează modificarea", + "subscription.cancel_scheduled": "Anulează modificarea programată", + "subscription.contact_sales": "Contactați Vânzări", + "subscription.current_badge": "Actual", + "subscription.current_plan": "Planul actual", + "subscription.current_plan_cta": "Planul tău actual", + "subscription.downgrade_to_prefix": "Retragere la", + "subscription.features_heading": "Ce este inclus în planul tău", + "subscription.free": "Gratuit", + "subscription.heading": "Abonamentul meu", + "subscription.keep_plan_prefix": "Păstrează", + "subscription.lifetime_files": "Total fișiere (veci)", + "subscription.month_files": "Fișiere în această lună", + "subscription.more_features_label": "mai multe", + "subscription.page_title": "Abonamentul meu \u00105 DocuElevate", + "subscription.pending_badge": "În așteptare", + "subscription.pending_benefits": "Îți păstrezi toate beneficiile planului actual până atunci.", + "subscription.pending_on": "pe", + "subscription.pending_title": "Modificare de plan în așteptare programată", + "subscription.pending_will_change": "Planul tău se va schimba în", + "subscription.per_mo": "/lună", + "subscription.per_month": "/lună", + "subscription.since": "De la", + "subscription.single_user_body": "Planurile de abonament se aplică atunci când modul multi-utilizator este activ. Instanța ta rulează în prezent în modul single-user fără limite de procesare. Un administrator poate activa modul multi-utilizator prin {settings_link}.", + "subscription.single_user_title": "Modul multi-utilizator nu este activat.", + "subscription.subtitle": "Planul tău actual, utilizarea și upgrade-urile disponibile.", + "subscription.this_month_label": "în această lună", + "subscription.today_files": "Fișiere astăzi", + "subscription.today_label": "astăzi", + "subscription.unlimited": "Nelimitat", + "subscription.upgrade_info": "Upgrade-urile intră în vigoare imediat. Retragerile sunt programate pentru finalul perioadei tale actuale de facturare.", + "subscription.upgrade_to_prefix": "Upgrade la", + "subscription.usage_heading": "Utilizare", + "upload.browse_button": "Răsfoiește Fișiere", + "upload.button_processing": "Se procesează...", + "upload.camera_button": "Fă Poză / Scanează Document", + "upload.download_button": "Descarcă și Procesează", + "upload.downloading": "Se descarcă fișier din URL...", + "upload.drag_drop": "Trage și lasă fișiere aici sau fă clic pentru a răsfoi", + "upload.drop_hint_desktop": "Trage și lasă fișiere sau foldere aici, sau fă clic pentru a selecta fișiere.", + "upload.drop_hint_mobile": "Atinge pentru a selecta fișiere sau folosește butonul pentru cameră de mai jos.", + "upload.drop_zone_aria": "Zonă de încărcare fișiere. Trage și lasă fișiere aici sau apasă Enter pentru a răsfoi fișiere.", + "upload.error": "Încărcare eșuată", + "upload.error_invalid_url": "Format URL invalid", + "upload.error_url_required": "Te rog să introduci un URL", + "upload.file_size_hint": "Dimensiune maximă: 500 MB pe fișier", + "upload.file_types": "Tipuri permise: PDF, documente Office (Word, Excel, PowerPoint etc.), Imagini", + "upload.filename_description": "Lasă gol pentru a folosi numele fișierului din URL", + "upload.filename_label": "Numele Fișierului (opțional)", + "upload.filename_placeholder": "documentul-meu.pdf", + "upload.max_size": "Dimensiune maximă fișier: {size}", + "upload.page_title": "Încarcă Fișiere", + "upload.section_device": "Încarcă de pe Dispozitiv", + "upload.section_url": "Încarcă de pe URL", + "upload.select_file": "Selectați fișierul", + "upload.success": "Fișierul a fost încărcat cu succes", + "upload.title": "Încărcați Documentul", + "upload.uploading": "Se încarcă...", + "upload.url_description": "Introduceți un link direct către un fișier (PDF, documente Office sau imagini)", + "upload.url_label": "URL-ul fișierului", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/ru.json b/frontend/translations/ru.json deleted file mode 100644 index d36160ed..00000000 --- a/frontend/translations/ru.json +++ /dev/null @@ -1,929 +0,0 @@ -{ - "about.creator_heading": "Meet the Creator", - "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", - "app.name": "DocuElevate", - "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", - "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", - "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", - "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", - "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", - "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", - "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", - "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", - "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", - "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", - "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", - "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", - "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", - "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", - "language.bg": "Български", - "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", - "language.cs": "Čeština", - "language.da": "Dansk", - "language.de": "Deutsch", - "language.el": "Ελληνικά", - "language.en": "English", - "language.es": "Español", - "language.et": "Eesti", - "language.fi": "Suomi", - "language.fr": "Français", - "language.ga": "Gaeilge", - "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", - "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", - "upload.url_placeholder": "https://example.com/document.pdf" -} diff --git a/frontend/translations/si.json b/frontend/translations/si.json new file mode 100644 index 00000000..1a15d6ae --- /dev/null +++ b/frontend/translations/si.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "නිර්මාතෘවරුන්ට හමුවන්න", + "about.creator_name": "ක්‍රිස්තින් ක්‍රැකවු-ලුවිස්", + "about.creator_pre": "DocuElevate නිර්මාණය කිරීමට අපේක්ෂාවෙන් මඟපෙන්වේ", + "about.features_admin_api": "පුරුද්දක් සහිත ප්‍රවේශය සඳහා ශක්තිමත් REST API", + "about.features_admin_config": "පරිසරයේ විචල්‍ය සඳහා ඉතා සැකසිය හැකි", + "about.features_admin_docker": "කොටස් තමාණය හා සකස් කිරීමට Docker-සූත්‍රය", + "about.features_admin_heading": "පරිපාලනය", + "about.features_admin_oauth2": "Authentik සමඟ OAuth2 පරිපාලක සහාය", + "about.features_automation_background": "Redis සහ Celery සමඟ පසුබැසීමේ සැකසුම්", + "about.features_automation_gmail": "Gmail සහ සාමාන්‍ය විද්‍යුත් ලිපින්ගෙන් එකතු කිරීම", + "about.features_automation_heading": "ස්වයංක්‍රීය කිරීම", + "about.features_automation_imap": "ගොනු හරහා IMAP තැන්පතු රැස් කිරීම", + "about.features_automation_ingestion": "විවිධ ඇතුල් කිරීමෙන් වෙනස් ගොනු ඇතුලු කිරීම", + "about.features_heading": "ප්‍රධාන විශේෂණ", + "about.features_integration_cloud": "Clause ගබඩාව: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "සමීකරණය සහ ගබඩාව", + "about.features_integration_multi_dest": "බොහෝ ස්ථාන සතු ගබඩාව (බොහෝ ස්ථානවල ගොනු ගබඩා කරන්න)", + "about.features_integration_protocols": "හුවමාරු සම්ප්‍රදායන්: FTP, SFTP, විද්‍යුත් අපමිවීම්", + "about.features_integration_selfhosted": "ස්වයං නිවේදන වාසන්: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "හිතපුරුවා ගොනු වර්ගීකරණය සහ දිනයන් ගනුදෙනු", + "about.features_processing_heading": "ගොනු සැකසුම්", + "about.features_processing_metadata": "සමීකරණත්වය ඇති AI සැපයුම්කරුවක් භාවිතයෙන් ස්වයංක්‍රීය මොඩුල මිලදී ගැනීම", + "about.features_processing_ocr": "Azure පොදු නිර්මාණ ක්‍රියාවේ OCR", + "about.features_processing_pdf": "Gotenberg මගින් විවිධ ගොනු ආකෘතීන් සඳහා PDF පරිවර්තනය", + "about.features_processing_upload": "ජලන සහ නිසි ගොනු උඩුගත කිරීම් සරල සහ ආරක්ෂිත", + "about.github_logo_alt": "GitHub ලොගෝ", + "about.heading": "DocuElevate පිළිබඳ", + "about.intro_post": " - ඔබේ නවීන, බුද්ධිමත් ගොනු සැකසුම් විසඳුම! අපි DocuElevate සාදන ලද්දේ ඔබේ ගොනු කළමනාකරණය සහ වඩාත්ම උදව් කිරීම් සඳහා - උඩුගත කිරීමෙන් තොරව, සැකසීමෙන් මගපෙන්වීම.", + "about.intro_pre": "සුබ පැවරුම කරයි ", + "about.involved_description": "කේතය ඇතුලට පිවිසීමට, අදහස් දායාද කිරීමට, නැවත DocuElevate ගැන අමතර දැනුමක් ලබා ගැනීමට අවශ්‍යද?", + "about.involved_docs": "ලේඛන කියවන්න", + "about.involved_github": "GitHub හි DocuElevate බලන්න", + "about.involved_heading": "ඇතුලුවන්න", + "about.involved_website": "DocuElevate වෙබ් අඩවියට පිවිසෙන්න", + "about.legal_description": "අපි ඔබේ පෞද්ගලිකත්වය හා දත්ත ආරක්ෂාව ගැන ක rū වේ. කරුණාකර අපගේ සළකා බැලීමට:", + "about.legal_heading": "පෞද්ගලිකත්වය හා නීතිමය", + "about.legal_license": "අවසන් තොරතුරු", + "about.legal_privacy": "පෞද්ගලිකත්ව සූදානම", + "about.page_title": "DocuElevate පිළිබඳ", + "about.story_heading": "අපිගේ කතා", + "about.story_p1": "DocuElevate ක්‍රියාත්මක කළේ එක්ම ඉක්මණකින්ය: කුඩා ආරම්භකයක් වුවහොත් විශාල ව්‍යවසායක් වුවහොත්, සෑම කෙනෙකින්ම ලිපි කළමනාකරණය සරල කිරීමට සහ කටුකාවට.", + "about.story_p2": "අපි ප්ලාගබල් AI සැපයුම්කරුවන්ගේ බලය (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, සහ තවත්)_metadata ප්‍රතිෂ්ඨාපනය සහ වචන සංශෝධනය සඳහා භාවිතා කරන අතර, තොරතුරු හාරිය අප පද්ධතියට Dropbox, Nextcloud සහ Paperless NGX සමඟ කාර්යයන් සහ අයදුම්පත් සම්බන්ධීකරණය කිරීමට, Azure Document Intelligence භාවිතා කරයි OCR සඳහා, සහ ගොනු-PDF පරිවර්තන සඳහා Gotenberg භාවිතා කරයි.", + "api_tokens.col_created": "නිර්මාණය කරන ලදි", + "api_tokens.col_last_ip": "අවසන් IP", + "api_tokens.col_last_used": "අවසන් භාවිතා කරන ලදි", + "api_tokens.col_name": "නම", + "api_tokens.col_prefix": "Token Prefix", + "api_tokens.copy_to_clipboard": "කොඩිය කොපි කරන්න", + "api_tokens.copy_upload_example": "උඩුගත කුඩු කුඩුවක් කොපි කරන්න", + "api_tokens.copy_warning_1": "මෙම කොඩිය දැන් කොපි කරන්න — එය", + "api_tokens.copy_warning_2": "පෙර උපදෙස් නොකෙරේන.", + "api_tokens.create_heading": "නව කොඩියක් නිර්මාණය කරන්න", + "api_tokens.create_token": "කොඩිය නිර්මාණය කරන්න", + "api_tokens.creating": "නිර්මාණය කෙරී...", + "api_tokens.heading": "API කොඩි", + "api_tokens.intro": "DocuElevate API සමඟ සාමාන්‍ය හා බැලීම් කටයුතු කිරීමට පුද්ගලික API කොඩි නිර්මාණය කරන්න. වර්තමාන කොඩි webhooks උඩුගත කිරීම්, CI/CD pipelines, හෝ ලිපි සොයා ගැනීම හෝ උඩුගත කිරීමට අවශ්‍යය ඕනෑම ස්ක්රිප්ට් එකක යෙදවිය හැක.", + "api_tokens.loading_tokens": "කොඩි ලෝඩ් කෙරී...", + "api_tokens.never": "හීන", + "api_tokens.no_tokens_heading": "වෙනත් API කොඩි නැත", + "api_tokens.no_tokens_help": "ආරම්භ කිරීමට ඔබේ මුල් කොඩිය ඉහලින් නිර්මාණය කරන්න.", + "api_tokens.page_title": "API කොඩි – DocuElevate", + "api_tokens.revoke": "පැහැදිලි කරන්න", + "api_tokens.revoke_prefix": "කොඩිය පැහැදිලි කරන්න", + "api_tokens.status_active": "සක්‍රීය", + "api_tokens.status_revoked": "පැහැදිලි කරන ලදි", + "api_tokens.table_aria": "API කොඩි", + "api_tokens.token_created": "කොඩිය සාර්ථකව නිර්මාණය විය!", + "api_tokens.token_name_label": "කොඩි නම", + "api_tokens.token_name_placeholder": "උදා: CI Pipeline, Webhook Upload, මගේ ස්ක්‍රිපට්", + "api_tokens.usage_heading": "භාවිත ව දැනුම්දීම", + "api_tokens.usage_intro_post": "API ඉල්ලුම සමඟ යෙදුම්:", + "api_tokens.usage_intro_pre": "ඔබගේ API කොඩිය භාවිතා කරන්න", + "api_tokens.your_tokens": "ඔබගේ කොඩි", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "සම්පත්", + "audit.col_timestamp": "කාල සටහන", + "audit.critical": "ගැඹුර", + "audit.filter_action": "ක්‍රියාව", + "audit.filter_all_actions": "සියලුම ක්‍රියා", + "audit.filter_all_users": "සියලු පරිශීලකයෝ", + "audit.filter_resource_placeholder": "උදා. ලේඛනය, පරිශීලකයා", + "audit.filter_resource_type": "සම්පත් වර්ගය", + "audit.filter_severity": "රොහල", + "audit.filter_user": "පරිශීලකයා", + "audit.filters_section_label": "පරීක්ෂණ ලේඛන පෙරළි", + "audit.next": "ඊළඟ", + "audit.next_label": "ඊළඟ පිටුව", + "audit.no_events": "දැන් පරීක්ෂණ ඉඩම් කිසිවක් ලියාපදිංචි කර නැත.", + "audit.no_events_hint": "ප්‍රධාන ක්‍රියාවලියන් (ලොග් වශයෙන්, ලේඛන මෙහෙයුම්, සැකසුම් වෙනසන්) මෙහි පෙනෙනු ඇත.", + "audit.page_title": "පරීක්ෂණ ලේඛන - DocuElevate", + "audit.pagination_label": "පරීක්ෂණ ලේඛන පිටු බෙදාහැරීම", + "audit.prev": "මුල් පිටුව", + "audit.prev_label": "පෙර පිටුව", + "audit.refresh_label": "පරීක්ෂණ ලේඛන යාවත්කාලීන කරන්න", + "audit.siem_disabled_title": "SIEM යවන කටයුතු එපා කරන ලදි", + "audit.siem_enabled_title": "අධිකාරි සටහන් යවන ලදී ", + "audit.siem_off": "SIEM: අනිවාර්යයෙන්", + "audit.subtitle": "සියලු ප්‍රධාන ක්‍රියාවලියන්ගේ සම්පූර්ණ, සහ සම්ප්‍රේෂණය නොකෙරූ සහකරුවක්.", + "audit.table_label": "පරීක්ෂණ ලේඛන සිද්ධීන්", + "audit.title": "පරීක්ෂණ ලේඛන", + "auth.confirm_password": "මුර පදය තහවුරු කරන්න", + "auth.create_account": "ගිණුමක් සෑදීම", + "auth.display_name_label": "පෙනුම විශේෂණය", + "auth.email_label": "ඊ-මේල්", + "auth.forgot_password": "මුරපදය අමතකද?", + "auth.forgot_username": "පරිශීලක නාමය අමතකද?", + "auth.login": "ප්‍රවේශ වන්න", + "auth.login_title": "ප්‍රවේශ වන්න", + "auth.logo_alt": "DocuElevate ලාංඡනය", + "auth.logout": "බහී වන්න", + "auth.my_account": "මගේ ගිණුම", + "auth.no_account": "ගිණුමක් නැද්ද?", + "auth.or_continue_with": "අනෙක් අය පහළ ආදර්ශය සමඟිත.", + "auth.password_label": "මුරපදය", + "auth.profile": "පැහැදිලිනය", + "auth.remember_me": "මට මතක තබන්න", + "auth.return_home": "නිවසට ආපසු එන්න", + "auth.sign_in": "පිවිසෙන්න", + "auth.sign_in_sso": "SSO මගින් පිවිසෙන්න", + "auth.sign_in_with": "ආකාරයට සංග්‍රහණය කරන්න", + "auth.sign_in_with_username": "භාවිතා කරන්නාගේ නාමය සමඟ සංග්‍රහණය කරන්න", + "auth.signup": "ලියාපදිංචි වන්න", + "auth.signup_title": "ලියාපදිංචි වන්න", + "auth.username_label": "භාවිතා කරන්නාගේ නාමය", + "auth.username_or_email": "භාවිතා කරන්නාගේ නාමය හෝ විද්යුත් තැපෑල", + "auth.verify_email_back_sign_in": "ආපසු සංග්‍රහණය කරන්න", + "auth.verify_email_expiry": "මාන ගත වන සබැඳිය 24 පැය සඳහා වේ. ඔබට විද්‍යුත් තැපෑල නොපෙනේ නම්, ඔබේ ස්පෑම් ෆෝල්ඩරය පරීක්ෂා කරන්න.", + "auth.verify_email_heading": "ඔබේ ඇතුලුවීම් පරීක්ෂා කරන්න", + "auth.verify_email_message": "අපි ඔබට තහවුරු කිරීම් විද්‍යුත් තැපෑලක් ඇතුළුවන් කළා. කරුණාකර ඔබේ ගිණුම සක්‍රීය කිරීමට විද්‍යුත් තැපෑලේ සබැඳිය ක්ලික් කරන්න.", + "auth.verify_email_page_title": "DocuElevate - ඔබේ විද්‍යුත් තැපෑල තහවුරු කරන්න", + "auth.verify_email_resend_aria_label": "යළි දිවුරුම්කිරීමට විද්‍යුත් තැපෑල", + "auth.verify_email_resend_button": "තහවුරු කිරීම් විද්‍යුත් තැපෑල යළි පවරන්න", + "auth.verify_email_resend_label": "විද්‍යුත් තැපෑල", + "auth.verify_email_resend_placeholder": "ඔබේ විද්‍යුත් තැපෑල ඇතුළුවන්න", + "auth.verify_email_resend_prompt": "එය ප්‍රාප්ත නොකලද?", + "backup.archives_heading": "අනුප්‍රතිපත්ති ඇල්බුම්", + "backup.backup_now": "දැන් ආපසු තබන්න", + "backup.clean_up": "නිවැරදි කරන්න", + "backup.cleanup_title": "දැනටමත් ආරක්ෂා කිරීමේ මාලාව ක්‍රීයාත්මක කරන්න", + "backup.col_created": "ආරම්භ කු", + "backup.col_filename": "ගොනුවේ නාමය", + "backup.col_size": "ප්‍රමානය", + "backup.col_storage": "ගබඩා කරන්න", + "backup.col_type": "වර්ගය", + "backup.config_auto_backup": "ස්වයං ක්‍රියාවලිය", + "backup.config_remote_dest": "දුරස්ථ ගබඩා", + "backup.config_retention": "ල්පත", + "backup.config_total_size": "මුළු දේශීය ප්‍රමානය", + "backup.confirm_btn": "අවස්ථාව තහවුරු කරන්න", + "backup.confirm_title": "කාරිකාව තහවුරු කරන්න", + "backup.heading": "බැක්අප් කළමනාකරණය", + "backup.local_only": "යුක්තමත් පමණි", + "backup.no_backups": "තවමත් ආපසු තබා නැත.", + "backup.no_backups_hint": "ඔබේ පළමු ආපසු තබා ගැනීම ක්‍රියාත්මක කිරීමට 'දැන් ආපසු තබන්න' ක්ලික් කරන්න.", + "backup.page_title": "බැක්අප් කළමනාකරණය", + "backup.records_label": "සුරකිම්", + "backup.restore_btn": "නැවත දමන්න", + "backup.restore_desc_mid": "කර්තෘ සටහන නැවත පිහිටුවා ගැනීමට පදනම් කරගැනීම.", + "backup.restore_desc_pre": "භාර වෙමින් සිටී", + "backup.restore_desc_warning": "මෙය සියලුම වර්තමාන දත්ත ඉවත්වීමක් සිදුකරනු ඇත.", + "backup.restore_file_label": "බැක්අප් ආර්ක් රයිව් (.db.gz)", + "backup.restore_heading": "නොකඩුකරන ලද ගොනුවෙන් නැවත ප්‍රතෝෂණය කරන්න", + "backup.restoring": "නැවත ප්‍රතෝෂණය කිරීම්\u001a\u001a", + "backup.retention_daily_detail": "\u001a - සතියක් 3 සතියකට තබා ඇත", + "backup.retention_heading": "සුරැකිම ප්‍රතිපත්තිය", + "backup.retention_hourly_detail": "\u001a - දින 4ක තබා ඇත", + "backup.retention_note": "මෙම සීමාවන් වැනි බැක්අප් පසුගියට වෙන් කරන ලදී, එක් නව බැක්අප් එකක් නිර්මාණය වූ පසු.", + "backup.retention_weekly_detail": "\u001a - මාස 3 කට වඩා නම්", + "backup.snapshots": "ස්නප්‌ෂෝට්", + "backup.status_ok": "හොඳයි", + "backup.storage_local": "ස්ථානීය", + "backup.subtitle": "දත්ත සාමූහික බැක්අප් ස්වයංක්‍රීයව නිර්මාණය වේ: පැයක් (දින 4), දින (සතියක් 3), සති (සතිය 13).", + "backup.table_aria": "බැක්අප් ආර්ක්", + "backup.trigger_daily": "දැන් බැක්අප් කරන්න (දිනකූම)", + "backup.trigger_hourly": "දැන් බැක්අප් කරන්න (පැයක්)", + "backup.trigger_weekly": "දැන් බැක්අප් කරන්න (සතික)", + "backup.type_daily": "දිනකූම", + "backup.type_hourly": "පැයක්", + "backup.type_weekly": "සතික", + "billing.go_to_dashboard": "ඩේෂ්බෝර්ඩ් වෙත පිවිසෙන්න", + "billing.manage_subscription": "අපනයන කළමනාකරණය කරන්න", + "billing.success_heading": "ඔබ සකසන ලදී!", + "billing.success_message": "ඔබගේ අපනයනය ක්‍රියාත්මක කර ඇත. DocuElevate භාජනය කිරීමට කරුණාකර ස්තූතියි!", + "billing.success_page_title": "DocuElevate - අපනයන ක්‍රියාත්මක කළා", + "common.actions": "ක්‍රියා", + "common.active": "සක්‍රීය", + "common.all": "සියළු", + "common.avatar": "ඇවතාරය", + "common.back": "පසුකරන්න", + "common.cancel": "අත්හිටුවන්න", + "common.close": "වසන්න", + "common.col_pending": "පෑන්ඩිං", + "common.completed": "සම්පූර්ණ කෙරුම්", + "common.confirm": "හාසය", + "common.copied": "පිටුල් කරනු ලැබිය!", + "common.copy": "පිටපත්", + "common.create": "නිර්මාණය කරන්න", + "common.created": "නිර්මාණය කෙරුම්", + "common.date": "දිනය", + "common.delete": "මකන්න", + "common.description": "විස්තරය", + "common.details": "විස්තර", + "common.disabled": "නික්කායි", + "common.download": "බාගන්න", + "common.duplicate": "නම අනුනැත", + "common.edit": "සංස්කරණය කරන්න", + "common.enabled": "සක්‍රීය", + "common.error": "දෝෂය", + "common.failed": "අසාර්ථකයි", + "common.filter": "යෙදුවීම", + "common.inactive": "අධික්‍රමවත් නොවේ", + "common.info": "විශේෂිත තොරතුරු", + "common.loading": "ඉන්ධනය වීම...", + "common.name": "නම", + "common.next": "ඊළඟ", + "common.next_page": "ඊළඟ පිටුව", + "common.no": "නෑ", + "common.none": "නොමැත", + "common.page": "පිටුව", + "common.paused": "වත්මන්", + "common.pending": "පැමිණිල්ල", + "common.prev_page": "පෙර පිටුව", + "common.previous": "පෙර", + "common.processing": "කර්මාන්තය", + "common.refresh": "අලුත් කරන්න", + "common.reset": "අලුත් කරන්න", + "common.retry": "පुनාවාසය", + "common.save": "සුරක්ෂිත කරන්න", + "common.search": "සොයා බලන්න", + "common.select": "තෝරා ගන්න", + "common.select_placeholder": "\u00188 තෝරන්න \u00188", + "common.size": "විශාලත්වය", + "common.status": "තත්ත්වය", + "common.submit": "පැමිණවන්න", + "common.success": "සාර්ථකයි", + "common.tags": "ලේබල්", + "common.test": "පරීක්ෂණය", + "common.test_connection": "සම්බන්ධතා පරීක්ෂාව", + "common.type": "වාර්ගිකය", + "common.update": "නවතම කරන්න", + "common.updated": "නවීකරණය කරන ලදි", + "common.upload": "ඉඩකඩක්කොට ගන්න", + "common.view": "දැකීම", + "common.warning": "අවවාදය", + "common.yes": "ඔව්", + "cookie.accept": "සමතය", + "cookie.learn_more": "විස්තර ගන්න", + "cookie.message": "මෙම වෙබ් අඩවිය ඔබේ පළපුරැදුම ඉහළ නැංවීමට කුකීज़ භාවිතා කරයි.", + "cookie.notice": "DocuElevate චාක්‍ර ලිපිගොනු විධානය සහ සේවාව නිසි ලෙස ක්‍රියා කිරීමට අවශ්‍ය සාමාජික කුකීज़ පමණක් භාවිතා කරයි. මෙහි කිසිදු අනුගමන හෝ විශල කුකීज़ භාවිතා නොවේ.", + "cookie.notice_label": "කුකී කළුකුරු", + "cookie.policy_link": "කුකී ප්‍රතිපත්තිය", + "cookie.privacy_link": "ගෞරව සැ noticeකුරු", + "credentials.col_action": "ක්‍රියා", + "credentials.col_credential": "ආධාරක", + "credentials.col_source": "මාධ්‍යය", + "credentials.configured": "සකස් කර ඇත", + "credentials.edit_in_settings": "සැකසුම් වල සකසුම් කරන්න", + "credentials.legend_db": "දත්ත සමුදායේ ගණනය (එහි සංකේතනය; වාසියෙන් පණිවිඩයක් මාරු වේ)", + "credentials.legend_env_after": " ගොනුව", + "credentials.legend_env_before": "පරිසර ගණනාවෙන් ලබාගත් ගණනාව හෝ ", + "credentials.legend_missing": "ආධාරක නැත -සැලැස්ම ක්‍රියා නොකරයි", + "credentials.legend_restart": "මෙම ආධාරකය එකතික කළහොත් නැවත ආරම්භයක් අවශ්‍යයි", + "credentials.legend_title": "Legend", + "credentials.manage_settings": "සැකසුම් කළමනාකරණය", + "credentials.not_configured": "සකස් කර නැත", + "credentials.page_title": "ආධාරක පරීක්ෂණය - DocuElevate", + "credentials.raw_json": "කුරා වර්ගය (API)", + "credentials.restart_title": "මෙම ආධාරකය මාරු කිරීමෙන් පසු නැවත ආරම්භයක් අවශ්‍යයි", + "credentials.source_db_title": "දත්ත සමුදායේ ගබඩා කරන ලදි (සංකේතනය කළ)", + "credentials.source_env_title": "පරිසර ගණනාවෙන්", + "credentials.status_missing": "නැත", + "credentials.subtitle": "DocuElevate විසින් භාවිතා කරන සියලුම භාණ්ඩ ආධාරක වල සාරාංශය. මෙහි කිසිදු රහසකාරි නිරූපණ නැත - සියලු ආධාරක සකස් කර තිබේද සහ එය කොහානිකරයිද යන්න පමණක් දැක්වෙයි.", + "credentials.table_for": "ආධාරක සඳහා", + "credentials.title": "ආධාරක පරීක්ෂණය", + "credentials.total_credentials": "මුළු ආධාරක", + "dashboard.active_integrations": "ක්‍රියාකාරී ඒකාබද්ධතා", + "dashboard.files_this_month": "මෙම මාසයේ ගොනු", + "dashboard.files_today": "අද ගොනු", + "dashboard.ocr_processed": "OCR පිරික්සන ලදි", + "dashboard.quick_actions": "ඉක්මන් ක්‍රියා", + "dashboard.recent_activity": "Recent Activity", + "dashboard.storage_targets": "ගබඩා ලක්ෂ්ය", + "dashboard.title": "ඩැෂ්බෝඩ්", + "dashboard.total_files": "මුළු ගොනු", + "dashboard.welcome": "DocuElevate වලට සාදරයෙන් පිළිගනිමු", + "duplicates.file_id_label": "ෆයිල් අංකය", + "duplicates.file_id_placeholder": "උදා: 42", + "duplicates.find_btn": "සොයන්න", + "duplicates.found_files": "පරිපූර්ණ ෆයිල්(එකක).", + "duplicates.found_groups": "පරිපූර්ණ කණ්ඩායම්(එකක) සමඟ", + "duplicates.found_prefix": "සිදු වූ", + "duplicates.group_aria": "පරිපූර්ණ කණ්ඩායම", + "duplicates.heading": "පරිපූර්ණ ලේඛන", + "duplicates.how_it_works_heading": "නැවේ-පරිපූර්ණ සොයාගැනීම කෙසේ කටයුතු කරයි", + "duplicates.max_results_label": "සියලු විපරම්", + "duplicates.near_dup_desc": "ලේඛනයක් තෝරන්න, එයින් අනෙක් ෆයිල් කිහිපයක් එහි ගණනාව (නැවේ නම් ඉතා සමාන) අඩංගු වේදැයි පරීක්ෂා කිරීමට \u0002202020; සමහර විට අන්කාලයකදී ස්කෑන් කර ඇති අතර වෙනත් SHA-256 හැෂ් ගණනවලින් ඇති බවද.", + "duplicates.near_dup_heading": "ලිපිනයකට නැවේ-පරිපූර්ණ සොයාගන්න", + "duplicates.no_exact_heading": "සැබෑ පරිපූර්ණ දුන්නු නොවේ", + "duplicates.page_title": "පරිපූර්ණ ලේඛන - DocuElevate", + "duplicates.pagination_aria": "පිටුකඩ", + "duplicates.role_duplicate": "පරිපූර්ණ", + "duplicates.role_original": "මුල්", + "duplicates.tab_exact": "සැබෑ පරිපූර්ණ", + "duplicates.tab_near": "නැවේ-පරිපූර්ණ සොයාගන්නා යෙදුම", + "duplicates.tabs_aria": "පරිපූර්ණ සොයාගැනීමේ ටැබ්", + "duplicates.threshold_label": "සමානතාව ගණනාව", + "duplicates.view_dup_aria": "පරිපූර්ණ ෆයිල් නැරඹීම", + "duplicates.view_original_aria": "මුල් ෆයිල් නැරඹීම", + "error.404_code": "404", + "error.404_heading": "ආයුබෝවන්, අපට එම පිටුව සොයා ගැනීමට නොහැක!", + "error.404_home": "මුල් පිටුවට ආපසු යන්න", + "error.404_message": "DocuElevate ඔබ සොයන ලේඛනය අහිමි වී ඇත. කම්කටු නොවන්න - අපි ඔබගේ සහයව ඇතුළුව අසීරුතා නිරාකරණය කරන්න.", + "error.404_title": "404 - සොයා ගන්නා ලදී නැහැ", + "error.500_code": "500", + "error.500_debug_info": "පිරික්සුම් තොරතුරු උපුටා දැමීම", + "error.500_description": "අපගේ සේවාදායකයින්ගෙන් බරපතල පෙරළීමක් සිදුවී ඇති අතර ක්ෂණයක් අවශ්‍ය වේ.", + "error.500_heading": "ආයුබෝවන්! කිසිවක් වැරදි විදියට ගියේය.", + "error.500_home": "මුල් පිටුවට යන්න", + "error.500_img_alt": "සේවාදායක දෝෂයක් පිළිබඳ වූ ව්‍යාකරණය", + "error.500_message1": "අපගේ සේවාදායකයින්ගෙන් බරපතල පෙරළීමක් සිදුවී ඇති අතර ක්ෂණයක් අවශ්‍ය වේ. සමහර විට හම්ස්ටර් යානමායා වතුරට ත්‍රිකුණාමලාවෙන් දැමුවාද?", + "error.500_message2": "අපි දැනටමත් එය කළ හැකියි - ෆයිල් අනුක්‍රමයෙන් පිරිනමනවා, සේවාදායකයන් නැවත ආරම්භ කරනවා, හා ෆ්ලක්ස් කැපෑටර් නැවත සකස් කරනවා.", + "error.500_title": "සේවාදායක දෝෂය - DocuElevate", + "error.forbidden": "අයිතිය නැත", + "error.forbidden_message": "ඔබට මෙම පිටුවට ප්‍රවේශය ලබා ගන්න අයිතියක් නැත.", + "error.not_found": "ප stránhිය නොමැත", + "error.not_found_message": "ඔබ සොයාබැලීම කරන්නේ අසත්‍ය පිටුවකි.", + "error.server_error": "අභ්‍යන්තර සේවාදායක දෝෂයක්", + "error.server_error_message": "කුමක් හෝ වැරදි වී තිබේ. කරුණාකර නැවත උත්සාහ කරන්න.", + "error.unauthorized": "ආධාරිතය නැත", + "error.unauthorized_message": "ඔබට මෙම පිටුවට ප්‍රවේශ වීමට ලොග් වීම අත්‍යවශ්‍ය වේ.", + "files.action_delete": "ගොනුව මකන්න", + "files.action_details": "විශේෂාංග බලන්න", + "files.action_preview": "උක්ත පෙරදසුන", + "files.bulk_clear_selection": "තිරස් නිල කිරීම්", + "files.bulk_cloud_ocr": "අවස්ථා නැවත ක්‍රියාත්මක කරන්න", + "files.bulk_delete": "තෝරා ගත් මකන්න", + "files.bulk_download": "ZIP ලෙස බාගත කරන්න", + "files.bulk_reprocess": "නව පිළිගැනීම් සිදු කරන්න", + "files.delete_modal_cancel": "අවලංගු කරන්න", + "files.delete_modal_confirm": "මකන්න", + "files.delete_modal_message": "ඔබට මෙම ගොනුව මකීමට යෝජිත වේද?", + "files.delete_modal_title": "මකීම තහවුරු කරන්න", + "files.document_title": "ආශ්‍රිත ගොනුවේ නම", + "files.drop_overlay_hint": "PDF, Office ගෝල, ඡායරภาพ, HTML, Markdown සහ යනාදිය සහය දෙනවා - ෆෝල්ඩර් රැල්ලෙන් කටයුතු කරයි", + "files.drop_overlay_title": "ප්‍රතිකාර කිරීමට ගොනු හෝ ෆෝල්ඩර් දැමීම", + "files.error_hint": "මේවා සකසන ගැටළු හෝ ආනයන ගැටළුවක් දකින්න. කරුණාකර සේවාදායක ලොග් පරික්ෂා කරන්න.", + "files.file_size": "ගොනු ප්‍රමාණය", + "files.filename": "ගොනුවේ නම", + "files.files_selected": "තිරස් ගොනු", + "files.filter_all_providers": "සියළු සැපයුම්කරුවන්", + "files.filter_all_statuses": "සියළු රාජකාරි", + "files.filter_all_types": "සියළු වර්ග", + "files.filter_apply": "ගණන තාවකාලේ", + "files.filter_clear": "නිල් කිරීම්", + "files.filter_date_from": "දිනය රැස් කළයුතු", + "files.filter_date_from_aria": "දිනය සමඟ විශේෂාංග වීම", + "files.filter_date_to": "දිනය හා", + "files.filter_date_to_aria": "දිනයට විශේෂාංග වීම", + "files.filter_form_aria": "ගොනු විශේෂාංග වීම", + "files.filter_mime_type": "MIME වර්ගය", + "files.filter_ocr_all": "සියළු ගොනු", + "files.filter_ocr_good": "හොඳ ගුණාත්මකය", + "files.filter_ocr_poor": "නිරායතා ගුණාත්මකය", + "files.filter_ocr_quality": "OCR ගුණාත්මකය", + "files.filter_ocr_quality_aria": "OCR ප්‍රමాణය ලකුණු වලින් වර්ගීකරණය කරන්න", + "files.filter_ocr_unchecked": "යාචිත නොකර තිබේ", + "files.filter_search_label": "නමය හැසිරවීම", + "files.filter_search_placeholder": "නමය ඇතුල් කරන්න...", + "files.filter_storage_provider": "ගබඩා සැපයුම්කරු", + "files.filter_tags_aria": "ට්ග් ප්‍රමාණයට වර්ගීකරණය කරන්න (කොමා ඔසා)", + "files.filter_tags_placeholder": "උදා: ගිවිසුම්, ඇමසන්", + "files.fulltext_search_label": "සම්පූර්ණ පෙළ සෙවීම (OCR පෙළ, මිනුම්, ටැග්)", + "files.fulltext_search_placeholder": "බියුම් අන්තර්ගතය, එවුරුම්කරුවන්, ටැග්, වර්ගය සොයන්න...", + "files.no_files": "ගොනු කිසිවක් සොයා ගැන්මේ නැහැ", + "files.ocr_status": "OCR තත්වය", + "files.page_title": "ගොනු රෙකෝඩ්", + "files.pagination_files": "ගොනු", + "files.pagination_first": "පළමුවන", + "files.pagination_last": "අවසන්", + "files.pagination_nav_aria": "ගොනු ලැයිස්තුවේ පිටුවනු", + "files.pagination_next": "ඊළඟ", + "files.pagination_of": "අඩංගු", + "files.pagination_previous": "පෙර", + "files.pagination_showing": "පෙන්වීම", + "files.preview_modal_close": "පෙරදසුන වසන්න", + "files.preview_modal_title": "පෙරදසුන", + "files.queue_banner_items": "දිවයිනක් වර්තමානයේ තැඹිලිවී තිබේ හෝ ක්‍රියාත්මක වේ. ක්‍රියා කරනුයන්න ඉන් පසු ගොනු මෙහි පෙන්වනු ඇත.", + "files.queue_banner_link": "සැකැසීම බැලීම", + "files.saved_searches_empty": "එවක් සුරකින්න ලැබී නැත", + "files.saved_searches_error": "සුරකින්න ලැබී නොහැක", + "files.saved_searches_label": "සුරකින්න ප්‍රෙන්", + "files.saved_searches_save": "වර්තමාන රැස් කිරීම සුරකින්න", + "files.saved_searches_save_aria": "වර්තමාන වර්ගීකරණ රැස් කිරීමක් ලෙස සුරකින්න", + "files.search_results_empty": "කිසිදු ප්‍රතිඵලයක් ලැබී නැහැ.", + "files.search_results_title": "සෙවුම් ප්‍රතිඵල", + "files.status_duplicate": "නිකුතුව", + "files.table_actions": "ක්‍රියාවන්", + "files.table_aria": "ගොනු රෙකෝඩ්", + "files.table_created_at": "හදනකොට", + "files.table_empty": "ගොනු කිසිවක් සොයා ගැන්මේ නැහැ", + "files.table_id": "කේත අංකය", + "files.table_mime_type": "MIME වර්ගය", + "files.table_original_filename": "මුලික නමය", + "files.table_select_all": "මෙම පිටුවේ ගොනු සියල්ලේ තෝරන්න", + "files.tags": "ලිපි", + "files.title": "ගොනු", + "files.upload_modal_aria": "ඉහළ යැවීමේ ප්‍රගති", + "files.upload_modal_close": "ඉහළ යැවීමේ ප්‍රගතිය වසා දැමු", + "files.upload_modal_header": "ගොනු ඉහළ යවමින්", + "files.uploaded": "ඉහළ යවා ඇත", + "footer.about": "ගැන", + "footer.attribution": "නැකුම්", + "footer.attributions": "නැකුම්", + "footer.cookies": "කුකී", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "අච්චු", + "footer.license": "අවසරය", + "footer.navigation": "පියවර සන්ධානය", + "footer.privacy": "පෞද්ගලිකත්වය", + "footer.terms": "සිතුවිල්ල", + "footer.version": "ඉදිරිපත් {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "OAuth සම්බන්ධයි. ගොනු ඔබ තෝරාගත් ෆොල්ඩරයට වාසයෙන් යයි.", + "help.destinations_email": "විද්‍යුත් ලිපිනය මඟින් යැවීම", + "help.destinations_email_desc": "කිරීම් වල ලිපි අමතා SMTP ඇනුම් ලිපියල කැටයම් කිරීමයි.", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "සේවා ගිණුමක් හෝ OAuth. බෙදාගත් ධාවන ප්‍රතිසංස්කරණය.", + "help.destinations_heading": "වරාය \u0010C ලේඛන ගිහිං", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "WebDAV මඟින් ස්වයං-සත්කාරක වර්ණාපන්නය.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Microsoft Graph API ඒකරාශීකරණය.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "ලේඛන කාර්යයේදී Paperless වෙත සෘජුවම ප්‍රවේශය කරන්න.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "S3 සමේලන බකට් එකක් (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "සැකැසී ගොනු කුමක් හෝ සේවාදායකයකට.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "POST පණිවුඩයක් කුමක් හෝ බාහිර අවසන් මඟින්.", + "help.documentation": "උපකාර සටහන්", + "help.faq": "ප්‍රශන්තා සමාලෝචන", + "help.faq_1_a": "ඉහළ යැවීමට පිටුවට යන්න, ඔබගේ ගොනු ගන්නා, හෝ ගොනුව තෝරන්න මත ක්ලික් කරන්න. DocuElevate රූප හා කාර්යාල ලේඛන PDF බවට පරිවර්තනය කරයි, OCR ක්‍රියාත්මක කරයි, සහ ස්වයංක්‍රීයව මියැදීම් ලබා ගනිමින්.", + "help.faq_1_q": "මම ලේඛන කෙසේද ඉහළ යවන්නද?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, සහ HTML. අනුගමනය නොවන PDF ගොනු ස්වයංක්‍රීයව PDF කටයුතු කිරීමේදී පරිවර්තනය වේ.", + "help.faq_2_q": "කොයි ගොනු ආකෘති සහය දක්වයිද?", + "help.faq_3_a": "ඔව්. ඊමේල් භාණ්ඩය වෙත යන්න, IMAP ගිණුමක් එකතු කරන්න, සහ DocuElevate නව පණිවිඩ සඳහා පරික්ෂා කරනු ලබයි සහ අමුණුම් ස්වයංක්‍රීයව කටයුතු කරයි.", + "help.faq_3_q": "මට ඊමේල්ගෙන් ලේඛන භාගත කළ හැකිද?", + "help.faq_4_a": "පයිප්ලයින් ඔබට ප්‍රකීයන පියවර අනුප්‍රයෝජිතා කරයි - OCR, AI අහාමීන්, ආකෘතීන් සහ මුල්කුරු - සහ ප්‍රතිපලයක් එකක් හෝ එහි කාටුතරයට යැවීමේ හැකියාව ලැබේ. පයිප්ලයින් පිටුවෙන් ඒවා සාදන්න සහ කළමනාකරණය කරන්න.", + "help.faq_4_q": "ප්‍රකීයන පයිප්ලයින් කෙසේ ක්‍රියා කරයිද?", + "help.faq_5_a": "DocuElevate පවතින භාණ්ඩ ආරක්ෂා කරයි, TLS මගින් සංඛ්යාතය කරයි, සහ ඔබගේ ලේඛන අවශ්‍යතාවය වඩා වැඩි කාලයක් ගබඩා නොකරයි. සම්පුර්ණ විස්තර සඳහා පෞද්ගලික පණිවිඩය බලන්න.", + "help.faq_5_a_post": "සම්පුර්ණ විස්තර සඳහා.", + "help.faq_5_a_pre": "DocuElevate හි ආරක්ෂිත නියෝජන හේතු ආරක්ෂිත කරයි, TLS මඟින් සන්නිවේදනය කරයි, හා ඔබේ ලේඛන අවශ්‍යතාවයෙන් වැඩිය විශේෂිතව සුරක්ෂිත නොකරයි. ", + "help.faq_5_q": "මගේ දැත්ත ආරක්ෂිතද?", + "help.faq_heading": "කාටු දී ඇති ගැටළු", + "help.getting_started": "ආරම්භය ලබාගන්න", + "help.heading": "ආධාර මධ්‍යස්ථානය", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "ලේඛන වැඩසටහන් හරහා නොමැතිව ප්‍රවේශය ලබා දීමට REST API භාවිතා කරන්න. Bearer ටෝකනයකින් සත්‍යාපනය කර POST ගොනු උඩුගත කළ ආසනට.", + "help.ingestion_heading": "දත්ත ප්‍රවේශ උපාංග", + "help.ingestion_mobile": "ජංගම යෙදුම්", + "help.ingestion_mobile_desc": "ඔබේ දුරකතනය හෝ ටැබ්ලටුවෙන් DocuElevate එකට ඡායාරූප සහ පරික්ෂණ යැවීමට අයිති වශයෙන් හරිත HTTP උඩුගත නියෝජන රැකවරණය කරන ඕනෑම ජංගම ස්කෑනින් යෙදුමක් භාවිතා කරන්න.", + "help.ingestion_scanners": "ජාල ස්කෑනර්", + "help.ingestion_scanners_desc": "DocuElevate එකේ උඩුගත අන්තර්ගතය මත කුමක් හෝ ජාල පරික්‍ෂකය හෝ කාර්යයන් පරික්‍ෂකය ඉන්දීය කරන්න. පරික්ෂණ ලේඛන ඔබේ සැකසුම් පෙළට තිරසාර මඟින් නිසි දැක්මක් කරයි.", + "help.ingestion_watched_folders": "වොච් කරන ෆොල්ඩර්", + "help.ingestion_watched_folders_desc": "පනස්වෙන පළට යොමු කරන ලද ස්ථානය පරික්‍ෂණය කිරීමට දේශීය හෝ ජාල ෆොල්ඩර් එකක් සකසන්න. වොච් කරන ෆොල්ඩර් එකේ අන්තර්ගතය ස්වයංක්‍රීයව උඩුගත කිරීමට හා DocuElevate හරහා සැකසීමට ඇති වේ.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "DocuElevate එක ඔබගේ ස්වයංක්‍රීය වැඩසටහන් සඳහා Zapier, n8n හෝ Make සමඟ ඒකාබද්ධ කරන්න. ඕනෑම සිදුවීමට අදාළ ලේඛන උඩුගත කිරීමට REST API ක්‍රියා භාවිතා කරන්න.", + "help.meta_description": "DocuElevate සමඟ උපකාර ලබා ගන්න – ලේඛන උඩුගත කිරීම, වසන්ගත ගබඩා සම්බන්ධ කිරීම, පයිප්ප සකස් කිරීම, සහ තවත් කරුණු පිළිබඳ මාර්ගෝපදේශ සොයා ගන්න.", + "help.og_description": "DocuElevate සමඟ උපකාර ලබා ගන්න – ලේඛන උඩුගත කිරීම, වසන්ගත ගබඩා සම්බන්ධ කිරීම, පයිප්ප සකස් කිරීම, සහ තවත් කරුණු පිළිබඳ මාර්ගෝපදේශ සොයා ගන්න.", + "help.page_title": "ආධාර මධයස්ථානය", + "help.privacy_notice": "පෞද්ගලික පණිවිඩය", + "help.quickstart_heading": "ක්ෂණික ආරම්භය", + "help.quickstart_storage": "ගබඩාව සම්බන්ධ කරන්න", + "help.quickstart_storage_desc": "සැකසුම් වෙත පිවිසෙන්න සහ ඔබේ නිදහස් ගිණුම් සම්බන්ධ කරන්න. නිපදවන ලද ලේඛන ඔබ අනුගමනය කරන ඕනෑම කාටුතරයට ස්වයංක්‍රීයව යැවෙයි.", + "help.quickstart_storage_desc_full": "අනුබද්ධතා වෙත යන්න සහ ඔබේ වසන්ගත ගබඩා ගිණුම් සම්බන්ධ කරන්න. DocuElevate Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, සහ තවත් යාවත්කාලීන කරයි. සැකසූ ලේඛන ඔබ සකස් කරන සෑම ගමනටම ස්වයංක්‍රීයව යවයි.", + "help.quickstart_upload": "ලේඛන උඩුගත කරන්න", + "help.quickstart_upload_desc": "උඩුගත පිටුවට ගොනු ඇදීම හෝ ගොනුව තෝරන්න ක්ලික් කිරීම. DocuElevate රූප සහ කාර්‍ය සාධන ලේඛන PDF වෙත පෙරලයි, OCR ක්‍රියා කරයි, සහ පාරිභෝගික තොග වේ.", + "help.quickstart_workflows": "සක්‍රීය කාර්ය 흐름", + "help.quickstart_workflows_desc": "බහු-පියවර ප්‍රකීයනය සහ කාටුතර නීති හඳුනාගැනීමට පයිප්ලයින් තනන්න. OCR, AI අහාමීන්, ආකෘතින් සහ බෙදාගැනීම එකම ගමනින් සම්මත කරන්න.", + "help.sources_email_ingestion": "ඊමේල් භාණ්ඩය (IMAP)", + "help.sources_email_ingestion_desc": "ලේඛන එකම ඊමේල් පෙට්ටියට යවන්න. ඊමේල් භාණ්ඩය යටතේ, එක හෝ ඊට වඩා IMAP ගිණුම් එක් කරන්න. DocuElevate නව පණිවිඩ සඳහා පරික්ෂා කරයි සහ අමුණුම් ස්වයංක්‍රීයව කටයුතු කරයි.", + "help.sources_heading": "ආශ්‍රය - ලේඛන ගෙන ඉදිරියට යන්න", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "POST කරමින් /api/upload වෙත ගොනු එකතු කිරීමට ක්‍රමෝපදේශනයකි. ස්කෘප්ස්, නොවට බැඳුණු ෆෝල්ඩර්, ස්කැනර්, හෝ third-party මෙවලම් මෙන්ම Zapier සහ n8n වැනි යෙදුම් සඳහා ඇසුරුම් වේ.", + "help.sources_scanner": "ස්කෑනර් සහ ජාතික", + "help.sources_scanner_desc": "ජාතික ස්කෑනර් DocuElevate's upload කෙයින් නිරූපණය කරන්නේ හෝ ගෝලීය HTTP කාටුතර කරන්නේ ඕනෑම ජාතික ස්කෑනර් යෙදුමක් භාවිතා කිරීම.", + "help.sources_scanner_desc_full": "ඔබේ ජාල ස්කෑනර් හෝ කාර්යයන් පරික්‍ෂකය DocuElevate එකට සෘජුවම පරික්ෂණ සඳහා යැවීම සඳහා සකසන්න. /api/upload අන්තර්ගතය ගමනය කිරීම සඳහා අරමුණක් ලෙස භාවිතා කරන්න. කළු අපිරිමැදනු ඉදිරියෙන් අදාළ බැළි කතාන්දරය එම ලෙස සහය දක්වන කරුණු තිබේ.", + "help.sources_web_upload": "ෙබ් උඩුගත කිරීම", + "help.sources_web_upload_desc": "ආරම්භ කිරිමට කාටුතර දුරකථනය. උඩුගත පිටුව විවෘත කරන්න, එකක් හෝ ඊට වඩා ගොනු එළියට දැමීම, සහ DocuElevate ඉතිරියට එකතු කරයි. සහ දක්වා ඇති ආකෘති PDF, JPEG, PNG, TIFF, DOCX, XLSX සහ වැඩිදුර.", + "help.subheading": "DocuElevate වලින් උපරිම ප්‍රයෝජනය ලබා ගැනීමට ඔබට අවශ්‍ය සියල්ල. පහළ කරුණු සොයා බලන්න හෝ ඔබට අවශ්‍ය දේ සොයා ගන්න.", + "help.support": "ආධාරය", + "help.support_admin_message": "ආධාර තොරතුරු සඳහා ඔබේ කළමනාකරු සමග සම්බන්ධ වෙන්න.", + "help.support_description": "ඔබ සොයා ගැනීමට නැතිද? අපගේ ආධාර කණ්ඩායම ඔබට උදව් කිරීමට සාදරයෙන් පිළිගනී.", + "help.support_heading": "ආධාර සම්බන්ධ වන්න", + "help.support_live_chat": "Live Chat සඳහා ප්‍රවේශය තිබේ – සාකච්ඡාවක් ආරම්භ කිරීමට සාකච්ඡා පහන් පින්තූරය ක්ලික් කරන්න.", + "help.support_ticket_button": "පිටුපස යාවත්කාලීන කරන්න", + "help.support_ticket_desc": "ඉහත ආකෘතිය පුරා ඇත සහ අපගේ සහය කණ්ඩායම ඔබට ඉඩ දැමීමෙන් පිළිතුරු ලබා දෙනු ඇත.", + "help.support_ticket_heading": "ආධාර ගිණුමක් විවෘත කරන්න", + "help.title": "ආධාර මධ්‍යස්ථානය", + "help.workflows_creating": "පයිප්ලයින් එකක් නිර්මාණය කිරීම", + "help.workflows_definition": "පයිප්ලයින් යනු ලේඛනයක් ආදානය කිරීම් කෙරෙහි ස්වයංක්‍රීයව ක්‍රියාත්මක වන ප්‍රකීයන පියවර මාලාවකි. ප්‍රතිපත්තියට හා සැකසුම් ලේඛන කළ හැක.", + "help.workflows_heading": "කාර්යන් සහ පයිප්ලයින්", + "help.workflows_step_1": "PDF වෙත පරිවර්තන කිරීම", + "help.workflows_step_1_create": "ප්‍රධාන මෙනුවේ පිපිළිවෙලට යන්න.", + "help.workflows_step_1_full": "PDF එකට පරිවර්තනය කිරීම – සියලුම දෙනුම් ගොනු සාමාන්‍යීකරණය කරයි PDF ආකාරයකට.", + "help.workflows_step_2": "OCR - පාඨයට පිවිසෙන්න", + "help.workflows_step_2_create": "අලුත් පිපිළිවෙලක් ක්ලික් කරන්න සහ එයට නමක් දෙන්න.", + "help.workflows_step_2_full": "OCR – Azure Document Intelligence හෝ සබැඳි එන්ජින් භාවිතා කර පරීක්ෂණ කොටස් වලින් තේරීම් ලැබීම් ලබා ගන්න.", + "help.workflows_step_3": "AI පරීක්ෂණ විශේෂිත වාසිය", + "help.workflows_step_3_create": "ඔබට අවශ්‍ය සැකසීමේ පියවර එක් කරන්න.", + "help.workflows_step_3_full": "AI ජාතික විශේෂණ – ලේඛන ස්ථානය වර්ගීකරනය කිරීමට හා කොටස්, දිනයන්, සහ නම් වැනි යතුරු ක්ෂේත්‍ර ලබා ගැනීමට OpenAI භාවිතා කරන්න.", + "help.workflows_step_4": "එක හෝ ඕනෑම ලක්ෂ්‍යයකට ලබා දීම් කරන්න", + "help.workflows_step_4_create": "එක හෝ ඕනෑම ලැබීම් ලක්ෂ්‍යයක් තෝරන්න.", + "help.workflows_step_5_create": "සුරකින්න - අලුත් ලේඛන මෙම පිපිළිවෙල හරහා ස්වයංක්‍රීයව සැකසිය හැක.", + "help.workflows_typical_steps": "සාමාන්‍ය පියවර", + "help.workflows_what_is": "Pipeline එකක් කුමක් ද?", + "index.badge_intelligent": "සමර්ථිත ලේඛන සැකසීම", + "index.button_browse_files": "ගොනු නිර්මාණය කරන්න", + "index.button_upload": "ඉහළට යවන්න", + "index.capabilities_cloud": "මුහුනු හොරා වීම: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "ඊ-තැපැල් සහ URL පදනම් ලේඛන ආගමනය", + "index.capabilities_ocr": "OCR සහ AI සමඟ විශේෂිත විශේෂණ නිර්මාණය", + "index.capabilities_paperless": "ලේඛන කළමනාකරණය සඳහා කඩිනම්-ngx ඒකාබද්ධය", + "index.capabilities_title": "ක්ෂමේතාවන්", + "index.capabilities_workflows": "ස්වායත් වර්ගීකරණ සහ මාර්ගගත ප්‍රවාහ", + "index.cta_description": "DocuElevate සමඟ තම ලේඛන සැකසීම ස්වයංක්‍රීය කරන්නා වශයෙන් හදාගන්න.", + "index.cta_heading": "ඔබේ ලේඛන ප්‍රවාහය උසස් කරන්නට සූදානම් ද?", + "index.cta_pricing": "මිලදී ගැනීම බලන්න", + "index.cta_signup": "නිදහස් ගිණුමක් තනන්න", + "index.dashboard_subtitle": "සමර්ථිත ලේඛන සැකසීම සහ කළමනාකරණය", + "index.dashboard_subtitle_teams": "සමර්ථිත ලේඛන සැකසීම සහ කළමනාකරණය - කණ්ඩායම සඳහා නිර්මාණය කරන ලදී", + "index.feature_ai": "AI විශේෂිත විමර්ශන", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, සහ අනෙක් ප්ලගින් AI මාධ්‍ය ලේඛන වර්ගීකර්ණ කරයි සහ දිනයන්, නියම, සහ විෂයන් වැනි ප්‍රධාන ක්ෂේත්‍ර පිටතට ගන්න.", + "index.feature_cloud": "බහුවිශාල මුපුකීරු", + "index.feature_cloud_desc": "සංස්කාරිත ගොනු Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, සහ තවත් අන්තර්ගත කරන්න.", + "index.feature_email": "ඊ-තැපැල් සහ IMAP ආගමනය", + "index.feature_email_desc": "ක්‍රීකල් කිරීමේ ප්‍රයෝජනයක් ලෙස Gmail හෝ ඕනෑම IMAP දුම්රියකින් ලේඛන ස්වයංක්‍රීයව පිටතට ගන්න - අතිරේක උස්සී කටයුතු කරන්නේ නැහැ.", + "index.feature_ocr": "OCR සහ පාඨ නිර්මාණය", + "index.feature_ocr_desc": "Azure ලේඛන නිරූපණය ස්කෑන් කරන PDF සහ රූප Fully සොයාගැනිය හැකි පාඨය වෙත ස්වයංක්‍රීයකරයි.", + "index.feature_pipelines": "අභිරුචි පිපිළිවෙල", + "index.feature_pipelines_desc": "කාර්ය සාධන පිපිළිවෙලන් තනන්න - OCR, AI විශේෂිත, ආකෘති පරිවර්තනය, සහ ආරක්ෂණ මාර්ගගත කිරීම ඕනෑම කාණ්ඩයකින්.", + "index.feature_search": "සම්පුර්ණ-පාඨ සොයන්න", + "index.feature_search_desc": "ඔබේ සම්පූර්ණ කෝෂයේ අන්තර්ගතය, විශේෂිත ස්ථානයන් හෝ ටැග් මගින් ඕනෑම ලේඛනයක් විශේෂිතයෙන් සොයාගන්න.", + "index.feature_section_title": "සුන්දර ලේඛන ප්‍රවාහ සඳහා ඔබට අවශ්‍ය තෑගි සියල්ල", + "index.getting_started": "ආරම්භ කිරීම", + "index.getting_started_1": "පද්ධති තත්වය මාර්ගයෙන් ඒකීකරණ සකස් කරන්න", + "index.getting_started_2": "ඔබගේ පළමු ලේඛනය යෝජනා කරන්න", + "index.getting_started_3": "ගොනු වල ප්‍රතිඵල අධ්‍යයනය කරන්න", + "index.getting_started_learn": "DocuElevate පිළිබඳ වැඩිදුර දැනුම්ගන්න", + "index.hero_description": "DocuElevate ඔබේ ලේඛන පෝෂණය කරයි, OCR ක්‍රියාත්මක කරයි, AI සමඟ මියැදීම් කේතය විශෝධනය කරයි, සහ ගොනු Dropbox, Google Drive, OneDrive, S3, Nextcloud සහ තවත් වැඩි දුරටත් යවයි — සියලු එකම මෘදුකාංගයේ.", + "index.hero_heading": "ඉදිරිපත සිට ආවේණිකත්වය දක්වා — ස්වයංක්‍රීයව.", + "index.hero_login": "ලොග් වන්න", + "index.hero_pricing": "සිතන බලාපොරොත්තු සහ මිල ගණන් බලන්න", + "index.hero_signup": "ආරම්භ කරන්න — එය නොමිලේ", + "index.integrations_active": "ක්‍රියාකාරී ඒකීකරණ", + "index.integrations_storage": "ගබඩා ඉලක්ක", + "index.integrations_title": "ඒකීකරණ", + "index.integrations_view_status": "පද්ධති තත්වය බලන්න", + "index.page_title_dashboard": "ඩැෂ්බෝර්ඩ්", + "index.page_title_public": "බුද්ධිමත් ලේඛන සැකසීම", + "index.platform_overview": "ලේඛන පරිසරය", + "index.processing_stats": "සංසන්දන සංඛ්‍යාත", + "index.quick_actions": "වේගවත් ක්‍රියා", + "index.quick_documents": "මගේ ලේඛන", + "index.quick_documents_desc": "ඔබේ සකසන ලෙඛන සෙවීමට බලන්න", + "index.quick_search": "සෙවීම", + "index.quick_search_desc": "ලේඛන අතර සම්පූර්ණ පාඨ සෙවීම", + "index.quick_subscription": "මගේ ගැණුම", + "index.quick_subscription_desc": "පැන්ති & ප්‍රයෝජන විස්තර බලන්න", + "index.quick_system_status": "පද්ධති තත්වය", + "index.quick_system_status_desc": "ආශ්‍රිත පීරීමේ සෞඛ්‍ය පරීක්ෂා කරන්න", + "index.quick_upload": "ලේඛනය යෝජනා කරන්න", + "index.quick_upload_desc": "කෙටි ලේඛනයක් සකස් කරන්න", + "index.quick_view_files": "සියල්ල බලන්න", + "index.quick_view_files_desc": "සකසන ලේඛන අතර බ්‍රවුස් කරන්න", + "index.single_user_heading": "DocuElevate ඩැෂ්බෝර්ඩ්", + "index.single_user_subtitle": "බුද්ධිමත් ලේඛන සැකසීම සහ කළමනාකරණය", + "index.stat_active_integrations": "ක්‍රියාකාරී ඒකීකරණ", + "index.stat_active_users": "ක්‍රියාකාරී පරිශීලක", + "index.stat_files_month": "මෙම මාසයේ ගොනු", + "index.stat_files_ocr": "OCR සහිත ගොනු", + "index.stat_files_today": "අද ගොනු", + "index.stat_storage_targets": "ගබඩා ඉලක්ක", + "index.stat_this_month": "මේ මස", + "index.stat_today": "අද", + "index.stat_total_files": "එකතුව ගොනු", + "index.stat_total_processed": "මුළු සංසන්දිත", + "index.tier_plan": "පැන්තිය", + "index.tier_upgrade": "අධිගත කිරීම", + "index.tier_view_details": "සම්පූර්ණ විස්තර බලන්න", + "index.upgrade_daily_limits": "ඉහළ දෞර්‍ය හා මාසික සීමා", + "index.upgrade_description": "වැඩි ලියකියවිලි, වැඩි ගමනාස්ථාන සහ අත්‍යාවශ්‍ය සහය මිලා බැලීම.", + "index.upgrade_destinations": "වැඩි ගබඩා ගමනාස්ථාන", + "index.upgrade_ocr_pages": "වැඩි OCR පිටු", + "index.upgrade_plan": "ඔබේ සැලැස්ම යාවත්කාලීන කරන්න", + "index.upgrade_view_pricing": "සැලසුම් සහ මිල ගණන් බලන්න", + "index.usage_lifetime": "ජීවිත කාලය ගොනු", + "index.usage_month": "මෙම මාසයේ ගොනු", + "index.usage_my_usage": "මගේ පරිශීලනය", + "index.usage_today": "අද ගොනු", + "index.usage_unlimited": "අසීමිත", + "integrations.access_key_label": "ඉන්දීය සත සමග සම්බන්ධය ID", + "integrations.active_label": "ක්‍රියාරූපි", + "integrations.add_button": "එක්තු කරන්න", + "integrations.add_first_button": "ඔබේ ප්‍රථම සංයෝජනය එක් කරන්න", + "integrations.api_token_label": "API ටෝකן", + "integrations.authorize_btn": "අනුමත කරන්න", + "integrations.authorize_reauth": "නැව්‍ය අනුමත කරන්න", + "integrations.bucket_label": "බාස", + "integrations.configure": "සැකසීම", + "integrations.connect": "සම්බන්ධ වන්න", + "integrations.connected": "සම්බන්ධ වී ඇත", + "integrations.connection_failed": "සම්බන්ධතාවය අසාර්ථකයි", + "integrations.connection_success": "සම්බන්ධතාවය සාර්ථකයි", + "integrations.delete_confirm_are_you_sure": "මට මඩකරන්න ඕනෑද?", + "integrations.delete_confirm_title": "සංයෝජනය මඩකරන්නද?", + "integrations.delete_confirm_undone": "මේ ක්‍රියාමාර්ගය ආපසු ගෙනයාම නොහැක.", + "integrations.delete_emails_label": "කිරීමෙන් පසු ඊමේල් මඩකරන්න", + "integrations.delete_files_label": "කිරීමෙන් පසු ගොනු මඩකරන්න", + "integrations.destinations_quota_label": "ඉන්දීය තොරතුරු:", + "integrations.destinations_section": "තාක්ෂණය", + "integrations.direction_destination": "තාක්ෂණය (ඉන්දීය)", + "integrations.direction_label": "අවහරණය", + "integrations.direction_placeholder": "\u0000A0 ඕනෑම තෝරාගන්න \u0000A0", + "integrations.direction_source": "මූලය (ආහාරය)", + "integrations.disconnect": "අවසන් කරන්න", + "integrations.email_settings": "ඊමේල් ඇතුළත් කිරීමේ සැකසුම්", + "integrations.empty_state": "සැකසුණු ඒකාබද්ධතා නැත", + "integrations.endpoint_label": "ඉන්දීය URL", + "integrations.endpoint_optional": "(එක්වූ, S3 අනුකූලයකට)", + "integrations.folder_label": "ෆෝල්ඩරය", + "integrations.folder_optional": "(එක්වූ)", + "integrations.folder_path_label": "ටෙවියා මාර්ගය", + "integrations.folder_prefix_label": "ටෙවියා පෙරනිමි", + "integrations.generic_settings_hint": "මෙම සංයෝජන වර්ගය සඳහා විශේෂිත අවස්ථා API මගින් නිර්මාණය කිරීමෙන් පසුව JSON ලෙස සැපයිය හැක.", + "integrations.gmail_hint": "Gmail යුගලයන් සහ තරුව: සක්‍රිය වූ විට, සකසන ලද ඊමේල් තරුවක් සහ 'ආහාර' යුගලයක් ලෙස Gmail හි පින්තූරය කරන ලද යුගලය.", + "integrations.gmail_labels": "Gmail යුගලයන් සහ තරුව යොමු කරන්න", + "integrations.host_label": "හෝස්ට්", + "integrations.imap_settings": "IMAP සැකසුම්", + "integrations.loading": "සංයෝජන භාණ්ඩය උපරිමය\u0000A0...", + "integrations.modal_close": "මොඩල් මුවාරු කරන්න", + "integrations.modal_title_add": "සංයෝජනය එක් කරන්න", + "integrations.modal_title_edit": "සංයෝජනය සංස්කරණය කරන්න", + "integrations.name_label": "යුගලය", + "integrations.name_placeholder": "ආදාන වනය කරන්න, උදාහරණය: Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Nextcloud සකසීම්", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "IMAP වැනි ආදාන ආසන්න සහ S3, Dropbox නැවත අපනයන වැනි ගබඩා අන්තර්ගතයන් සම්බන්ධ කිරීමට ඔබගේ ප්‍රථම ඒකකය එකතු කරන්න.", + "integrations.not_connected": "සම්බන්ධ වී නැත", + "integrations.oauth_folder_label": "සැල්ල", + "integrations.oauth_hint": "මෙම ඒකකය පළමුව සුරක්ෂිත කරන්න, පසුකර ඔබගේ OAuth ප්‍රවාහය සම්පුර්ණ කිරීමට Authorize බොත්තම භාවිතා කරන්න. ඔබගේ විශේෂාංග රක්ෂිතව ඔබගේ පුද්ඟලික ඒකකය සමඟ සුරක්ෂිතව රැකියාවක් වනු ඇත.", + "integrations.page_title": "සබැඳි", + "integrations.paperless_settings": "Paperless NGX සකසීම්", + "integrations.password_label": "මුරපදය", + "integrations.paused": "නතරකර ඇත", + "integrations.plan_label": "පිළිගැනීම:", + "integrations.port_label": "පෝ‍ට්", + "integrations.quota_not_available": "(ලැබිය නොහැක)", + "integrations.quota_unlimited": "/ අසීමිත", + "integrations.recipient_label": "ලබන්නාගේ ඊ-තැපැල්", + "integrations.region_label": "ප්‍රදේශය", + "integrations.remote_path_label": "දුරස්ථ මාරු", + "integrations.s3_prefix_label": "ආරම්භික (සැල්ල මාර්ගය)", + "integrations.s3_settings": "S3 සකසීම්", + "integrations.secret_key_label": "රහස් ප්‍රවේශ යතුර", + "integrations.show_password": "මුරපදය පෙන්වන්න", + "integrations.show_secrets": "රහස් පෙන්වන්න", + "integrations.show_token": "ටෝකනය පෙන්වන්න", + "integrations.source_local": "දේශීය ගොනු පද්ධතිය", + "integrations.source_type_label": "ආදාන ශ්‍රේණිය", + "integrations.sources_quota_label": "මැයිල් කොට්ඨාස ආදාන:", + "integrations.sources_section": "ආදාන", + "integrations.subtitle": "ඔබගේ ආදාන ආසන්නයන් සහ ගබඩා ගැළවුම් එක් තැනක කළමනාකරණය කරන්න.", + "integrations.title": "සබැඳි", + "integrations.type_label": "ඒකක ආකාරය", + "integrations.type_placeholder": "\u0014 මුල් තැන තෝරන්න \u0014", + "integrations.upgrade_plan": "පිළිගැනීම උසස් කරන්න", + "integrations.use_ssl": "SSL භාවිතා කරන්න", + "integrations.username_label": "භාෂා නාමය", + "integrations.watch_folder_settings": "ගුල ගොනුව සකසීම්", + "integrations.webdav_settings": "WebDAV සකසීම්", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook ආදාන", + "integrations.webhook_how_heading": "Webhook ආදාන කෙසේ කටයුතු කරයි", + "integrations.webhook_how_text": "Webhook ඒකකයක් යොමුවෙන පද්ධති වලට REST API භාවිතයෙන් DocuElevate වෙත සෘජු ලෙස ලිපි පමණක් විවර කිරීමට ඉඩ දෙයි. DocuElevate නව ගොනු සඳහා පොලීන් කළ යුතුයේ නොවේ (IMAP වැනි), ඔබගේ ඇප් එක HTTP ඉල්ලීමක් සමඟ තාක්‍ෂණ ලක්ෂ්‍යයක් භාවිතා කර DocuElevate වෙත ගොනු යැවීමයි.", + "integrations.webhook_ideal_text": "මෙය CI/CD pipelines, ස්වයංක්‍රීය skripts, ස්කෑනර ඒකක, හෝ ලිපි සෑදූ පද්ධති සඳහා සම්පූර්ණය කර නිෂ්පාදනයක් සඳහා යැවීම සඳහා අවශ්‍ය වේ.", + "integrations.webhook_quick_start": "ආරම්භක මාර්ගය", + "integrations.webhook_security_tip": "සෑම ඒකකයක් සඳහාම ස්ථානකිත API ලක්ෂ්‍යයක් නිර්මාණය කරන්න සහ එය උතුරු වූ විට දක්වා නැවත යන ස්ථානය ක්ෂණිකව ලබාදුන්න.", + "integrations.webhook_step1": "{api_tokens_link} වෙත ගොස් පුද්ගලික ලක්ෂ්‍යයක් නිර්මාණය කරන්න.", + "integrations.webhook_upload_with_token": "API හරහා ලිපි උඩුගත කිරීමට ටෝකනය භාවිතා කරන්න:", + "language.bg": "\u00073\u00028\u00070\u00020\u00070\u00029\u00073\u00020\u00078\u00028\u00079\u00020\u00073\u00028\u00079\u00020", + "language.ca": "කැටලන්", + "language.change_success": "භාෂාව {language} වෙත යාවත්කාලීන විය", + "language.changed": "භාෂාව {language} වෙත යාවත්කාලීන විය", + "language.cs": "\u0010\u00028\u00071\u00029\u00030\u0010b\u000020\u00076\u00020\u00071\u00028\u00071\u00020", + "language.da": "ඩැනිසක්", + "language.de": "ජර්මන්", + "language.el": "\u0010\u00024\t0\tb\u00020\u00077\u00024\u00076\u00020", + "language.en": "ඉංග්‍රීසි", + "language.es": "ස්පානිෂ්", + "language.et": "එස්ටොන්", + "language.fi": "පැ Finnish", + "language.fr": "ප්‍රංශය", + "language.ga": "ොුයන්ගේ", + "language.hr": "ක්‍රෙජෙස්ටින්", + "language.hu": "හැංගු", + "language.is": "යිස්ලාන්", + "language.it": "ඉතාලියන්", + "language.lb": "ලුක්සම්බර්ග්", + "language.lt": "ලිතුවේනියන්", + "language.lv": "ලට්විගියන්", + "language.nb": "නෝර්වේජියන්", + "language.nl": "නිදර්ලන්ඩ්", + "language.no_results": "භාෂා වලක් ඔබට නොමැත", + "language.pl": "පෝලන්තය", + "language.pt": "පෝර්තුගීසියන්", + "language.ro": "රොමේනියන්", + "language.ru": "රුසියානු", + "language.search_placeholder": "භාෂා සොයන්න\u00116", + "language.selector": "භාෂාව", + "language.selector_label": "භාෂාව තෝරන්න", + "language.sk": "ස්ලොවැකියානු", + "language.sl": "ස්ලොවෙන්ස්", + "language.sv": "ස්වේඩීසියන්", + "language.tr": "තූර්කි", + "language.uk": "යුක්‍රේනියානු", + "language.zh": "චීන", + "nav.about": "පිළිබඳ", + "nav.account_menu": "ගිණුම් මෙනුව", + "nav.account_menu_for": "{name} සදහා ගිණුම් මෙනුව", + "nav.admin": "පරිපාලක", + "nav.admin.audit_logs": "ගිණුම් සටහන්", + "nav.admin.backups": "බැකප්", + "nav.admin.plans": "යෝජනා", + "nav.admin.scheduled_jobs": "සැරසිලි රැකියා", + "nav.admin.users": "යුසර්", + "nav.admin_actions": "පරිපාලක ක්‍රियාවන්", + "nav.admin_menu": "පරිපාලක මෙනු", + "nav.api_docs": "API ලේකන", + "nav.api_tokens": "API ටෝකන්", + "nav.backup_restore": "බැකප් සහ ආපසු ප්‍රතිස්ථාපනය", + "nav.credentials": "සාක්ෂිපත්", + "nav.dark_mode": "අඳුරු ආකෘතිය", + "nav.dashboard": "ඩැෂ්බෝඩ්", + "nav.developer_docs": "සොයාගන්නා ලේකන", + "nav.duplicates": "පරිදුම්", + "nav.file_manager": "ගොනුවේ කළමනාකරු", + "nav.files": "ගොනු", + "nav.get_started": "ආරම්භ කරන්න", + "nav.help": "උදව්", + "nav.help_center": "ආධාර මධ්‍යස්ථානය", + "nav.imap": "ඊ-මේල් ආනයන", + "nav.integrations": "ආව්වරණ", + "nav.light_mode": "තරංගාසූර්ය රටාව", + "nav.login": "ඇතුල්වන්න", + "nav.logout": "ඉවත්වන්න", + "nav.main_navigation": "ප්‍රධාන මාවත", + "nav.my_subscription": "මගේ දායක්", + "nav.notifications": "නිවේදන", + "nav.open_main_menu": "ප්‍රධාන මෙනුව විවෘත කරන්න", + "nav.pipelines": "පයිප් ලයින්", + "nav.plan_designer": "යෝජනා නිර්මාතෘ", + "nav.pricing": "මිල ගණන", + "nav.profile": "පරීක්ෂණය", + "nav.profile_settings": "පරීක්ෂණ සැකසුම්", + "nav.queue": "පේළිය", + "nav.queue_monitor": "පේළි අධීක්ෂකය", + "nav.scheduled_jobs": "අසූචි ජොබ්", + "nav.search": "සොයන්න", + "nav.settings": "සැකසුම්", + "nav.shared_links": "බෙදා හරින ලින්ක්", + "nav.sign_out": "ඉවත් වන්න", + "nav.signup": "සාමාජිකත්වය සඳහා සම්බන්ධ වන්න", + "nav.similarity": "සමානත්වය", + "nav.skip_to_content": "ප්‍රධාන අන්තර්ගතයට තහැරන්න", + "nav.status": "ස්ථානය", + "nav.subscription": "කොන්දේසිය", + "nav.toggle_dark_mode": "අඳුරු මෝඩය ස්ථිර කරන්න", + "nav.toggle_nav": "මාවත මෙනුව ස්ථිර කරන්න", + "nav.upload": "උඩුගත කරන්න", + "nav.users": "පරිශීලකයන්", + "nav.version": "විසාවන් තොරතුරු", + "notifications.filter_all": "සියල්ල", + "notifications.filter_read": "කියවන්නට පමණක්", + "notifications.filter_unread": "නෝන කියවන", + "notifications.manage_desc": "ඔබේ නිවේදන ආකාසයක්, ඉලක්ක සහ සිදුවීම් කැමැත්ත කළමනාකරණය කරන්න", + "notifications.mark_all_read": "සියල්ල කියවා ලෙස සලකුනක් තබන්න", + "notifications.mark_all_read_btn": "සියල්ල කියවා ලෙස සලකන්න", + "notifications.mark_read": "කියවන ලෙස සලකන්න", + "notifications.no_notifications": "නිවේදන නැත", + "notifications.page_title": "නිවේදන", + "notifications.tab_inbox": "ඉන්බොක්ස්", + "notifications.tab_settings": "සැකසුම්", + "notifications.title": "ඇගයීම්", + "notifications.unread_count": "{count} නැවත කියවුණු ඇගයීම්", + "pipelines.active_label": "සක්‍රීය", + "pipelines.add_step_btn": "පියවරක් එකතු කරන්න", + "pipelines.create": "පයිප්ලයින් තනාන්න", + "pipelines.custom_label_label": "රටාව අක්ෂර", + "pipelines.default_label": "පූර්වාධාර", + "pipelines.description_label": "විස්තරය", + "pipelines.description_placeholder": "වාසියෙන් විස්තරයක්", + "pipelines.disabled_label": "අක්‍රීය", + "pipelines.edit": "පයිප්ලයින් සංශෝදනය කරන්න", + "pipelines.empty_state": "අඩු පයිප්ලයින් ඇත", + "pipelines.empty_state_hint": "අභිරුචි ලේඛන සැකසීමේ වැඩසටහන් නිර්දේශ කිරීමට ඔබේ පළමු පයිප්ලයින් තනන්න.", + "pipelines.enabled_label": "සක්‍රීය කරන ලඳ", + "pipelines.force_cloud_ocr_label": "මෙCloud OCR බලන්න (ස්ථානීය පෙත්ස් ලැබීම අත්හැර දමන්න)", + "pipelines.inactive_label": "අක්‍රීයයි", + "pipelines.loading": "පයිප්ලයින් ආනන්ධනයයි\u0014", + "pipelines.name_placeholder": "මාගේ පයිප්ලයින්", + "pipelines.new_pipeline_btn": "නව පයිප්ලයින්", + "pipelines.no_steps": "පියවර කිසිසේත් නොපෙනෙනවා. ඔබේ පයිප්ලයින් සෑදීමට පියවරක් එකතු කරන්න.", + "pipelines.ocr_auto": "සංයෝජිතය (පද්දති ලක්‍ෂණය භාවිතා කරන්න)", + "pipelines.ocr_language_hint": "Tesseract/EasyOCR සදහා ගෝලීය භාෂා සකස් කිරීම මත පවා බලපායි. Azure සහ Mistral භාෂාව ස්වයංක්‍රීයව හඳුන්වයි.", + "pipelines.ocr_language_label": "OCR භාෂාව", + "pipelines.optional_suffix": "(වෙත)", + "pipelines.page_title": "සැකසීමේ පයිප්ලයින්", + "pipelines.set_default": "මාගේ පූර්වාධාර පයිප්ලයින් ලෙස සකස් කරන්න", + "pipelines.step_label_placeholder": "පූර්වාධාර පියවර නාමය පවතිනවා", + "pipelines.step_type_label": "පියවර වර්ගය", + "pipelines.subtitle_intro": "අභිරුචි ලේඛන සැකසීමේ වැඩසටහන් නිර්දේශ හා නඩත්තු කරන්න.", + "pipelines.subtitle_system_post": "බැජ් හා සියලු වැඩසටහන් භාවිතා දකිනු ඇත.", + "pipelines.subtitle_system_pre": "යන්ත්‍ර පයිප්ලයින් (ප්‍රධානීන්ගේ නිර්මාණය කළ) බැලීමක් අසල", + "pipelines.system_label": "යන්තම", + "pipelines.system_pipeline_label": "යන්තම මාර්ගය (සියලු පාවිච්චියට පෙනේ)", + "pipelines.title": "සැකසීමේ පයිප්ලයින්", + "profile.avatar_alt": "ඔබගේ පරීක්ෂණ චිත‍්‍රය", + "profile.avatar_heading": "පරීක්ෂණ චිත‍්‍රය", + "profile.avatar_remove": "අභිරිෂ්ට චිත‍්‍රය ඉවත් කරන්න", + "profile.avatar_upload_hint": "JPEG, PNG, GIF, හෝ WebP රූපයක් 2 MB දක්වා උඩුගත කරන්න. අභිරිෂ්ට චිත‍්‍රයක් සකස් නොකළ නම්, ඔබගේ {gravatar} පෙනී යයි.", + "profile.choose_image": "රූපය තෝරන්න\u00101...", + "profile.confirm_password": "අලුත් මූලපදය තහවුරු කරන්න", + "profile.contact_email_hint": "පද්ධති නිවේදන සදහා.U කොටුවන් පෙරළෙන්න. මෙය ඔබගේ ප්‍රවේශ ඊ-මේල්ය වෙනස් නොකරයි.", + "profile.contact_email_label": "සම්බන්ධතා / නිවේදන ඊ-මේල්", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "වත්මන් මූලපදය", + "profile.dismiss": "ඉවත් වන්න", + "profile.display_name_hint": "ඔබගේ ගිණුම් පරිශීලක නාමය හෝ ඊ-මේල් පවත්වන්ට හිස් තබා රස්තියාදුකරන්න.", + "profile.display_name_label": "දැක්ම නාමය", + "profile.display_name_placeholder": "UI තුළ පෙනෙන ලෙස ඔබගේ නම", + "profile.general_heading": "සාමාන්‍ය තොරතුරු", + "profile.gravatar_link": "Gravatar", + "profile.heading": "පරීක්ෂණ සැකසුම්", + "profile.language_auto_detect": "අපොසනට ප්‍රවේශ ගණනාව", + "profile.language_hint": "ඔබගේ කැමති ප්‍රInterface භාෂාව තෝරන්න. “අපොසනට” ඔබගේ බ්‍රව්සර සැකසුම් අනුගමනය කරයි.", + "profile.language_label": "UI භාෂාව", + "profile.new_password": "අලුත් මූලපදය", + "profile.new_password_hint": "අවංගතයන් 8 ක්.", + "profile.page_title": "පරීක්ෂණ සැකසුම් – DocuElevate", + "profile.password_heading": "මූලපදය වෙනස් කරන්න", + "profile.preferences_heading": "පාසල්", + "profile.save_button": "වෙනස්කම් සුරකින", + "profile.saving": "සුරකිමින්\u00101...", + "profile.subtitle": "ඔබේ දැක්ම නාමය, චිත‍්‍රය, භාෂාව සහ තේමාවන් කළමනාකරන්න.", + "profile.theme_dark": "අන්ධකාර", + "profile.theme_hint": "“ගනනකරු ප්‍රතිපත්තිය” ඔබගේ උනිපාතක් පවත්වයි.", + "profile.theme_label": "අඩු පාට", + "profile.theme_light": "ආලෝකමය", + "profile.theme_system": "ගනනකරු ප්‍රතිපත්තිය", + "profile.update_password": "මූලපදය යාවත්කාලීන කරන්න", + "profile.updating": "නව්‍යීකරණය කරමින්\u00026", + "queue.active_tasks": "සක්‍රීය කාර්ය", + "queue.auto_refresh_1": "ස්වාභාවිකව යාවත්කාලීන වේ", + "queue.auto_refresh_2": "ක්ෂණ", + "queue.col_arguments": "ආර්ථිකයන්", + "queue.col_current_step": "වත්මන් පියවර", + "queue.col_file": "ගොනුව", + "queue.col_files": "ගොනු", + "queue.col_queue": "පරාසය", + "queue.col_state": "ඉඩම", + "queue.col_task": "කාර්යය", + "queue.col_task_id": "කාර්ය ID", + "queue.files_processing": "ගොනු සැකැස්ම", + "queue.heading": "පරාස නිරීක්ෂකයා", + "queue.last_updated": "අවසාන යාවත්කාලීන කරණය:", + "queue.loading_stats": "පරාස සාම්පින්න පූරණය වේ\u001a", + "queue.no_active_tasks": "ක්‍රියාත්මක වැඩ කිසියම් නැත", + "queue.no_data": "දත්ත නැත", + "queue.no_files_processing": "දැනට සැකසුම් කරනු ලබන ගොනු නැත", + "queue.page_title": "පරාස නිරීක්ෂකයා", + "queue.processing_pipeline": "සැකසුම් පයිපලයින්", + "queue.queued_tasks": "පරාසය කරනු ලබන කාර්යයන්", + "queue.recently_processing": "අලුත්ම සැකසුම් කරණු ලබන ගොනු", + "queue.redis_queues": "රිඩිස් පරාස", + "queue.subtitle": "නියත වේලාවෙන් ලිපි සැකසුම් පයිපලයින් සහ සැලැස්ම කාර්ය පරාසයන්ගේ දර්ශනය.", + "queue.workers_online": "කම්කරුන් සම්ප්‍රාප්තික", + "search.button": "සෙවීම", + "search.error_message": "සෙවීම තාවකාලිකව ලබාදීමට නොහැක. මෙතැන තාම උත්සාහ කරන්න.", + "search.filter_aria_clear": "සියළුම පිරෙන ප්‍රතික්‍රියාවන් ඉවත් කරන්න", + "search.filter_clear_button": "පිරෙන ප්‍රතික්‍රියාවන් ඉවත් කරන්න", + "search.filter_date_from": "දිනයෙන්", + "search.filter_date_to": "දිනයට", + "search.filter_document_type": "ලේඛන ආකාරය", + "search.filter_document_type_placeholder": "උදාහරණ සඳහා. ඉන්වොයිස්", + "search.filter_language": "භාෂාව", + "search.filter_language_placeholder": "උදාහරණ සඳහා. de", + "search.filter_sender": "යැවුණු", + "search.filter_sender_placeholder": "උදාහරණ සඳහා. ACME Corp", + "search.filter_tags": "ටැග්", + "search.filter_tags_placeholder": "උදාහරණ සඳහා. amazon", + "search.filter_text_quality": "පෙළ ගුණාත්මකතාව", + "search.filter_text_quality_all": "සියළුම", + "search.filter_text_quality_high": "ඉහළ", + "search.filter_text_quality_low": "වැටුම", + "search.filter_text_quality_medium": "මධ්‍ය", + "search.filter_text_quality_no_text": "පෙළක් නැත", + "search.heading": "ලේඛන සෙවීම", + "search.input_aria_label": "නොදුන් අන්තර්ගතය සොඳුන්", + "search.input_placeholder": "අන්තර්ගතය, එවීමට, සංකේත, කොටස් අනුව ලැයිස්තුව සොඳුන්...", + "search.loading_indicator": "සොයාගන්න\u00026\u00026\u00026\u00026...", + "search.no_results": "එක් දක්වන්නක්ත්ක් හමුවූයේ නැහිනි", + "search.page_title": "නොදුන් ලේඛන සොයාගන්න", + "search.placeholder": "ගොනු නම, අන්තර්ගතය, සංකේත අනුව සොඳුන්...", + "search.result_empty": "ඔබගේ විමසීම හා සමාන ලේඛන කිහිපයක් හමු නොවේ.", + "search.results_count": "{count} ඉතිරිමය හමුවී", + "search.saved_aria_save": "වත්මන් සොයන්න ආරක්ෂා කරන්න", + "search.saved_button": "වත්මන් ආරක්ෂා කරන්න", + "search.saved_empty": "වසි මෙනු නොමැත", + "search.saved_error": "සුරකින ලද සොයන්න දත්ත ලබාගත නොහැක", + "search.saved_label": "සුරකින ලද සොයන්න", + "search.saved_loading": "ලැබෙනවා...", + "search.title": "නොදුන් ලේඛන සොයාගන්න", + "settings.audit_log_btn": "අධීක්ෂණ ලියුම්පත", + "settings.autocomplete_hint": "දන්නා අගයන් සොයා ගැනීමට මුලින්ම ලියන්න, වෙනත් ඕනෑම අගයක් ලබා දිය හැක.", + "settings.autocomplete_no_matches": "හමුවීම් නැත - ඔබට තවමත් සුදුසු අගයක් ලියන්න පුළුවන්", + "settings.autocomplete_placeholder": "සොයා ගැනීමට ලියන්න හෝ අගයක් ඇතුළත් කරන්න\u00026\u00026...", + "settings.boolean_enable_prefix": "සක්‍රීය කරන්න", + "settings.categories_aria": "සැකසුම් කාණ්ඩ", + "settings.categories_heading": "කාණ්ඩ", + "settings.db_wizard_btn": "DB මායාකරු", + "settings.effective_value_label": "කාර්ය සාධන අගය:", + "settings.encrypted_suffix": "= සුරකින ලද මැදින් සුරකින්න", + "settings.encrypted_title": "අගය දත්ත ගබඩාවේ සුරක්ෂිත ලෙස සුරකින ලද ය", + "settings.export_btn": "අව්‍යසනය", + "settings.export_db_only": "DB සැකසුම් පමණයි", + "settings.export_full_config": "සම්පූර්ණ කාර්ය සාධන සැකසුම", + "settings.jump_to_category": "කාණ්ඩයට ඇවිත්\u00026\u00026...", + "settings.manage_config_prefix": "සැකසුම කළමනාකරණය කරන්න. ප්‍රමුඛතාවය:", + "settings.model_picker_hint": "පැති ලැයිස්තුවෙන් තෝරන්න හෝ ඔබේ සැපයුම්කරුව විසින් සහය දක්වනු ලබන ඕනෑම ආදර්ශ නාමයක් ලියන්න.", + "settings.model_picker_placeholder": "සාමාන්‍ය ආදර්ශයක් තෝරන්න හෝ ශිෂ්‍ය නමක් ලියන්න\u00026\u00026...", + "settings.no_results_clear": "සොයා ගැනීම නිකුත්වන්න", + "settings.no_results_heading": "සැකසුම් හමු නොවේ", + "settings.no_results_hint": "වෙනත් සොයා ගැනීමේ වචන අත්වැල් කරන්න හෝ", + "settings.page_heading": "ආයතන සැකසුම්", + "settings.required_label": "(අවශ්‍ය)", + "settings.reset_confirm": "ඔබට මෙම සැකසුම යලි සකස් කිරීමට වඩා?", + "settings.restart_required_suffix": "= නැවත ආරම්භ කිරීම අවශ්‍යයි", + "settings.revert_btn": "දාබෙස් නවත්වන්න", + "settings.revert_title": "DB පූර්වාප්පය ඉවත් කර පරිසර මාරිගැන් වටිනාකමට හෝ පෙර දත්තයට නැවත ගෙන යන්න", + "settings.reverting": "නැවත ගෙන යමින්\u00002026", + "settings.save_all_btn": "සියලු වෙනස්කම් ආරක්ෂා කරන්න", + "settings.save_error": "සැටින් සුරක්ෂිත කිරීම අසාර්ථක වූයේ", + "settings.save_setting_title": "මෙම සැටින් සුරක්ෂිත කරන්න", + "settings.save_success": "සැටින් සාර්ථකව සුරක්ෂිත කරන ලදි", + "settings.saving_state": "සුරක්ෂිත කරදමාමින්\u00002026", + "settings.search_aria_label": "සැටින් සොයන්න", + "settings.search_clear_aria": "සොයාගැනීම මකාදැමීම", + "settings.search_placeholder": "සැටින් නම්, යතුර හෝ විස්තරය පදනම්ව සොයන්න\u00002026", + "settings.settings_count_suffix": "සැටින්", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "පූර්වය", + "settings.source_env_badge": "ENV", + "settings.title": "සැටින්", + "settings.toggle_visibility_aria": "මුරපදයේ දැක්ම වෙනස් කරන්න", + "settings.toggle_visibility_title": "මානය දක්වන්න/අවුලුවන්න", + "settings.user_autocomplete_empty": "සුදුසු පරිශීලක නොවී", + "settings.user_autocomplete_hint": "ක්‍රියාවලියේ මගින් පරිශීලකයන් සොයා ගැනීම සඳහා ලිවීම ප්‍රවේශය කරන්න, හෝ පින්තූරය පමණක් ඇතුලත් කරන්න.", + "settings.user_autocomplete_placeholder": "පරිශීලකයන් සොයා ගැනීම සඳහා ලිවීමට ආරම්භ කරන්න\u00002026", + "settings.wizard_btn": "ජාතිකයා", + "shared.col_expiry": "කුඩමලය", + "shared.col_file_label": "ගොනුව / ටැගය", + "shared.col_link": "සම්බන්ධතා", + "shared.col_views": "දර්ශන", + "shared.copy_link_aria": "කලාපයට සම්බන්ධතා පිටපත් කරන්න", + "shared.copy_link_title": "සම්බන්ධතා පිටපත් කරන්න", + "shared.create_btn": "සම්බන්ධතා සාදන්න", + "shared.create_heading": "නව බෙදාගන්නා සම්බන්ධතා සාදන්න", + "shared.creating": "සඳන\u00002026", + "shared.expiry_12h": "අවසානය 12 පැය", + "shared.expiry_14d": "14 දින", + "shared.expiry_1h": "1 පැය", + "shared.expiry_24h": "24 පැය (1 දිනය)", + "shared.expiry_30d": "30 දින", + "shared.expiry_3d": "3 දින", + "shared.expiry_6h": "6 පැය", + "shared.expiry_7d": "7 දින", + "shared.expiry_label": "කුඩමලය", + "shared.expiry_never": "කදිමක් නැත", + "shared.file_id_help_post": "පාඨය හෝ ලේඛන විශේෂක URL එකේ.", + "shared.file_id_help_pre": "ගොනුවේ ID එක", + "shared.file_id_label": "ගොනු ID", + "shared.file_id_placeholder": "ආදානය කරන්න. 42", + "shared.files_link": "ගොනු", + "shared.heading": " බෙදාහරිපු සබැඳි", + "shared.label_label": "ලේබලය", + "shared.label_placeholder": "ආදානය කරන්න. බොබ් සමඟ බෙදාහරින ලදි", + "shared.link_created": "බෙදාහරිපු සබැඳිය සාදන ලදි!", + "shared.link_created_help": "මෙම සබැඳිය කටයුත්ත කාට හෝ යැවීම සඳහා පිටපත කරන්න.", + "shared.links_count_aria": "සබැඳි ගණන", + "shared.max_downloads_label": "අධි ගැන්වීම්", + "shared.no_links": "මේ දා සිට බෙදාහරිපු සබැඳි නැත. ආරම්භ කිරීමට ඉහත එකක් සාදන්න.", + "shared.open_in_new_tab": "නව කෝෂයකට විවෘත කරන්න", + "shared.open_link_aria": "බෙදාහරිපු සබැඳිය විවෘත කරන්න", + "shared.optional": "(විකල්ප)", + "shared.page_title": "බෙදාහරින ලදීන් - DocuElevate", + "shared.password_label": "මුරපදය", + "shared.password_placeholder": "මුරපදයක් නැතිනම් හිස් කරන්න", + "shared.password_protected": "මුරපදය ආරක්ෂිතය", + "shared.refresh_aria": "බෙදාහරින ලදීන් ලැයිස්තුව යාවත්කාලීන කරන්න", + "shared.revoke_aria_prefix": "බෙදාහරින ලදීන් අහෝසි කරන්න", + "shared.revoke_btn": "අහෝසි කරන්න", + "shared.status_active": "ක්‍රියාකාරී", + "shared.status_expired": "කාලාවසන්", + "shared.status_limit_reached": "සීමාව එල්ලයි", + "shared.status_revoked": "අහෝසි විය", + "shared.subtitle": "කාල සීමාවක් හෝ දර්ශන සීමාවක් ඇති සබැඳියක් මඟින් ඕනෑම කෙනෙකුට ලේඛන බෙදා ගන්න. ලැබුණු කාට DocuElevate ගිණුම අවශ්‍ය නැහැ. සබැඳි මුරකඩයෙන් ආරක්ෂිතයි සහ ඕනෑම වේලාවක අහෝසි කළ හැක.", + "shared.table_aria": "බෙදාහරින ලදීන්", + "shared.unlimited_placeholder": "අනතුරුව", + "shared.your_links": "ඔබේ බෙදාහරින ලදීන්", + "similarity.backfill_auto": "පසුබැසීමේ කාර්යය සියලුම මිනිත්තු 5ක් වරක් ස්වේච්ඡා වශයෙන් ගණනය කරයි, නැතහොත් ඔබට", + "similarity.files_missing_text": "ගොනු(යන්) හි OCR පාඨ තිබේ නමුත් මීට අදාළ නොවේ.", + "similarity.find_pairs_btn": "යුගල සොයා ගන්න", + "similarity.heading": "ලේඛන සමානභාවය", + "similarity.load_error": "යුගල ලොඩ් කිරීම අසාර්ථක විය.", + "similarity.min_similarity_label": "අවම සමානභාවය", + "similarity.no_pairs_detail": "ලේඛන යුගල කිසිවක් සමානභාව සීමාව පමණක් නොගොස් ඇත.", + "similarity.no_pairs_heading": "සමාන යුගල කිසිවක් නැත", + "similarity.page_title": "ආශ්‍රිත ලේඛන - DocuElevate", + "similarity.pagination_aria": "ආශ්‍රිත සෙසු ගණුතිකය", + "similarity.per_page_label": "ප්‍රථම පිටුවක්", + "similarity.scanning": "සමාන ලේඛන යුගල සෙවීම\u0005\u0005\u0005", + "similarity.stat_embedding_model": "ඇතුළු කිරීමේ ආකෘතිය", + "similarity.stat_missing_embedding": "අක්සියා නොමැත", + "similarity.stat_total_files": "මුළු ලේඛන", + "similarity.stat_with_embedding": "ඇතුළු කිරීම සමඟ", + "similarity.subtitle": "සාර්ථක සමාජික අරුත්සන්ධි ආධාරකතාවය සහිත ලේඛන යුගල, ලකුණු සහිතව ශ්‍රේණිගත කළ.", + "similarity.trigger_aria": "සෑම ෆයිල් වෙත ඇතුළුකම ගණනය කිරීමට එල්ල කරන්න", + "similarity.trigger_now": "දැන් එය උනන්දුවෙන් ගන්න", + "status.app_version": "ආප්පයේ අනුවාදය", + "status.build_date": "ඉදිකිරීම් දිනය", + "status.container_id": "කොන්ටේනර් අනුවාදය", + "status.git_commit": "Git මුද්‍රිතය", + "status.last_check": "අවසන් පරීක්ෂණය", + "status.page_title": "පද්ධති තත්වය", + "status.setting_label": "සැකසුම", + "status.value_label": "අගය", + "subscription.available_plans_heading": "ඇතැම් දීපන", + "subscription.back_to_dashboard": "ඩැශ්බෝර්ඩ්ට ආපසු", + "subscription.cancel_pending": "වෙනස අශූර කරන්න", + "subscription.cancel_scheduled": "පස්සේ වෙනස අශූර කරන්න", + "subscription.contact_sales": "විකුණන්නන්ට සම්බන්ධ වන්න", + "subscription.current_badge": "වර්තමාන", + "subscription.current_plan": "වර්තමාන සැලැස්ම", + "subscription.current_plan_cta": "ඔබගේ වර්තමාන සැලැස්ම", + "subscription.downgrade_to_prefix": "හෙවත් පිටුවට", + "subscription.features_heading": "ඔබගේ සැලැස්මේ අන්තර්ගතය", + "subscription.free": "නිදහස්", + "subscription.heading": "මගේ අනුග්‍රහය", + "subscription.keep_plan_prefix": "රික්ත කරන්න", + "subscription.lifetime_files": "මුළු ගොනු (ජීවකාල)", + "subscription.month_files": "මේ මාසයේ ගොනු", + "subscription.more_features_label": "තවත්", + "subscription.page_title": "මගේ අනුග්‍රහය – DocuElevate", + "subscription.pending_badge": "අශූර", + "subscription.pending_benefits": "ඔබ ඉතා කාලයට පමණක් පවත්නා සැලැස්මේ සියලු ප්‍රතිලාභ රැගෙන දී ඔබේ රහස්ගෙන් පිටවනු ඇත.", + "subscription.pending_on": "හි", + "subscription.pending_title": "අශූර සැලැස්ම වෙනස සකස් කරනු ලැබූ බව", + "subscription.pending_will_change": "ඔබේ සැලැස්ම වෙනස් වීමට යන්නේ", + "subscription.per_mo": "/මස", + "subscription.per_month": "/මාස", + "subscription.since": "ආරම්භයෙන්", + "subscription.single_user_body": "බහු-භාවිත විදියක් ක්‍රියාත්මක වියො හා සදහා මෙම අනුග්‍රහ විශේෂාංග යොදා ගත හැක. ඔබේ ගැටලුව මේ වන විට එක පුද්ගල විදියක ක්‍රියාත්මක වේ සහ ක්‍රියාත්මක සීමා නැත. ප්‍රධාන කළමනාකරු {settings_link} හරහා බහු-භාවිත විදියක් ක්‍රියාත්මක කළ හැක.", + "subscription.single_user_title": "බහු-භාවිත විදිය ක්‍රියාත්මක කර නොමැත.", + "subscription.subtitle": "ඔබගේ වර්තමාන සැලැස්ම, භාවිතය සහ ලබා ගැනිය හැකි යාවත්කාලීන.", + "subscription.this_month_label": "මේ මාසයේ", + "subscription.today_files": "අද දින ගොනු", + "subscription.today_label": "අද", + "subscription.unlimited": "අසීමිත", + "subscription.upgrade_info": "යාවත්කාලීනව සිදුවේ. පහළ පැනුම් ඔබේ වර්තමාන ගෙවීම් කාලය අවසන් වන විට සකස් වේ.", + "subscription.upgrade_to_prefix": "යාවත්කාලීන කරන්න", + "subscription.usage_heading": "භාවිතය", + "upload.browse_button": "ලේඛන සොයා ගන්න", + "upload.button_processing": "සිදුකරමින්...", + "upload.camera_button": "ඡායාරූපයක් ගන්න / ලේඛනයක් ස්කෑන් කරන්න", + "upload.download_button": "බාගත කර සකසන්න", + "upload.downloading": "URL එකෙන් ලේඛනය බාගත කරමින්...", + "upload.drag_drop": "මෙහි ලේඛන නිසොල්ලා දැම්ම හෝ සොයා ගැනීම සඳහා ක්ලික් කරන්න", + "upload.drop_hint_desktop": "මෙහි ලේඛන හෝ ෆෝල්ඩර් එකතු කරන්න, හෝ ලේඛන තෝරා ගැනීම සඳහා ක්ලික් කරන්න.", + "upload.drop_hint_mobile": "මෙහි ලේඛන තෝරා ගැනීමට හෝ පහළින් ඇති කැමරා බොත්තම භාවිතා කරන්න.", + "upload.drop_zone_aria": "ලේඛන නැවතලන පලාත. මෙහි ලේඛන හැරී දැමීම හෝ ලේඛන සොයා ගැනීමට ඇතුළු කරන්න.", + "upload.error": "ඉදිකිරීම අසාර්ථකයි", + "upload.error_invalid_url": "අසත් URL ආකෘතිය", + "upload.error_url_required": "කරුණාකර URL එකක් ඇතුළත් කරන්න", + "upload.file_size_hint": "අධි ක්ෂේමය: 500 MB ප්‍රතිමෝහණයක්", + "upload.file_types": "අනුමැති ආකාර: PDF, කාර්ය සාධන ලේඛන (Word, Excel, PowerPoint ආදිය), රූප", + "upload.filename_description": "URL එකෙන් ගොනු නාමය භාවිතා කිරීමට හිස් තබන්න", + "upload.filename_label": "ගොනු නාමය (වාසනාවන්ත)", + "upload.filename_placeholder": "මගේ-ලේඛන.pdf", + "upload.max_size": "උල්පත ගොනු ප්‍රමාණය: {size}", + "upload.page_title": "ගොනු ඉදිකිරීම", + "upload.section_device": "උපකරණයේ ආරම්භය", + "upload.section_url": "URL එකෙන් ආරම්භය", + "upload.select_file": "ෆයිල් තෝරන්න", + "upload.success": "ෆයිල් සාර්ථකව උඩුගත කරන ලදි", + "upload.title": "ග්‍රන්ථය උඩුගත කිරීම", + "upload.uploading": "උඩුගත කරමින්...", + "upload.url_description": "ෆයිලයක් සඳහා සෘජු සබැඳියක් ඇතුළත් කරන්න (PDF, Office ලේඛන, හෝ පින්තුරු)", + "upload.url_label": "ෆයිල් URL", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/sk.json b/frontend/translations/sk.json index d36160ed..76d69218 100644 --- a/frontend/translations/sk.json +++ b/frontend/translations/sk.json @@ -1,593 +1,700 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Zoznámte sa s tvorcom", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_pre": "DocuElevate je s vášňou vyvinutý", + "about.features_admin_api": "Silné REST API pre programatický prístup", + "about.features_admin_config": "Vysoko konfigurovateľné cez environmentálne premenné", + "about.features_admin_docker": "Pripravené na Docker pre jednoduché nasadenie a škálovanie", + "about.features_admin_heading": "Administrácia", + "about.features_admin_oauth2": "Podpora autentifikácie OAuth2 s Authentik", + "about.features_automation_background": "Spracovanie na pozadí s Redis a Celery", + "about.features_automation_gmail": "Integrácia Gmail a všeobecných e-mailových účtov", + "about.features_automation_heading": "Automatizácia", + "about.features_automation_imap": "IMAP kontrola doručenej pošty z viacerých zdrojov", + "about.features_automation_ingestion": "Automatizované vkladanie dokumentov z rôznych vstupov", + "about.features_heading": "Kľúčové vlastnosti", + "about.features_integration_cloud": "Cloudové úložisko: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integrácia a úložisko", + "about.features_integration_multi_dest": "Podpora viacerých cieľov (uchovávanie dokumentov na viacerých miestach)", + "about.features_integration_protocols": "Prenosové protokoly: FTP, SFTP, Preposielanie e-mailov", + "about.features_integration_selfhosted": "Možnosti self-hosted: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Inteligentná klasifikácia dokumentov a extrakcia dát", + "about.features_processing_heading": "Spracovanie dokumentov", + "about.features_processing_metadata": "Automatizovaná extrakcia metadát pomocou pluggable AI poskytovateľa", + "about.features_processing_ocr": "OCR poháňané Azure Document Intelligence", + "about.features_processing_pdf": "Konverzia PDF pre rôzne formáty súborov cez Gotenberg", + "about.features_processing_upload": "Jednoduché a bezpečné nahrávanie súborov s podporou drag & drop", + "about.github_logo_alt": "Logo GitHub", + "about.heading": "O DocuElevate", + "about.intro_post": " – vaše moderné, inteligentné riešenie pre spracovanie dokumentov! Vybudovali sme DocuElevate, aby sme úplne zmenili spôsob, akým spravujete svoje dokumenty – od nahrávania po extrakciu, od spracovania po uchovávanie.", + "about.intro_pre": "Vitajte v ", + "about.involved_description": "Chcete sa ponoriť do kódu, prispieť nápadmi alebo sa dozvedieť viac o DocuElevate?", + "about.involved_docs": "Prečítajte si dokumentáciu", + "about.involved_github": "Pozrite si DocuElevate na GitHub", + "about.involved_heading": "Zapojte sa", + "about.involved_website": "Navštívte webstránku DocuElevate", + "about.legal_description": "Záleží nám na vašej súkromí a bezpečnosti údajov. Prosím, prečítajte si naše:", + "about.legal_heading": "Súkromie a právne otázky", + "about.legal_license": "Informácie o licencii", + "about.legal_privacy": "Oznámenie o súkromí", + "about.page_title": "O DocuElevate", + "about.story_heading": "Naša história", + "about.story_p1": "DocuElevate bol vytvorený s jedným cieľom: zjednodušiť a zefektívniť správu dokumentov pre každého, či už ste malý startup alebo veľký podnik.", + "about.story_p2": "Využívame silu zasúvateľných poskytovateľov AI (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey a ďalší) na extrakciu metadát a zdokonaľovanie textu, bezproblémovo integrujeme s Dropboxom, Nextcloudom a Paperless NGX na ukladanie a indexovanie, využívame Azure Document Intelligence na OCR a dokonca používame Gotenberg na konverzie z dokumentov do PDF.", + "api_tokens.col_created": "Vytvorené", + "api_tokens.col_last_ip": "Posledná IP", + "api_tokens.col_last_used": "Posledné použitie", + "api_tokens.col_name": "Názov", + "api_tokens.col_prefix": "Predpona tokenu", + "api_tokens.copy_to_clipboard": "Kopírovať token do schránky", + "api_tokens.copy_upload_example": "Kopírovať príklad nahrávania do schránky", + "api_tokens.copy_warning_1": "Kopírujte tento token teraz — bude", + "api_tokens.copy_warning_2": "už viac nezobrazený", + "api_tokens.create_heading": "Vytvoriť nový token", + "api_tokens.create_token": "Vytvoriť token", + "api_tokens.creating": "Vytváranie\u00139;", + "api_tokens.heading": "API tokeny", + "api_tokens.intro": "Vytvorte osobné API tokeny na interakciu s DocuElevate API programaticky. Používajte tokeny na nahrávanie webhookov, CI/CD pipeline alebo akýkoľvek skript, ktorý potrebuje nahrávať alebo získavať dokumenty.", + "api_tokens.loading_tokens": "Načítavanie tokenov\u00139;", + "api_tokens.never": "Nikdy", + "api_tokens.no_tokens_heading": "Ešte žiadne API tokeny", + "api_tokens.no_tokens_help": "Vytvorte svoj prvý token vyššie, aby ste začali.", + "api_tokens.page_title": "API tokeny – DocuElevate", + "api_tokens.revoke": "Odvolať", + "api_tokens.revoke_prefix": "Odvolať token", + "api_tokens.status_active": "Aktívny", + "api_tokens.status_revoked": "Odvolaný", + "api_tokens.table_aria": "API tokeny", + "api_tokens.token_created": "Token bol úspešne vytvorený!", + "api_tokens.token_name_label": "Názov tokenu", + "api_tokens.token_name_placeholder": "napr. CI Pipeline, Webhook Upload, Môj skript", + "api_tokens.usage_heading": "Príklad použitia", + "api_tokens.usage_intro_post": "hlavička s akýmkoľvek API požiadavkom:", + "api_tokens.usage_intro_pre": "Použite svoj API token v", + "api_tokens.your_tokens": "Vaše tokeny", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", + "audit.col_resource": "Zdroje", + "audit.col_timestamp": "Časová pečiatka", + "audit.critical": "Kritické", + "audit.filter_action": "Akcia", + "audit.filter_all_actions": "Všetky akcie", + "audit.filter_all_users": "Všetci používatelia", + "audit.filter_resource_placeholder": "napr. dokument, používateľ", + "audit.filter_resource_type": "Typ zdroja", + "audit.filter_severity": "Závažnosť", + "audit.filter_user": "Používateľ", + "audit.filters_section_label": "Filtre protokolu auditu", + "audit.next": "Ďalšie", + "audit.next_label": "Ďalšia stránka", + "audit.no_events": "Zatiaľ neboli zaznamenané žiadne udalosti auditu.", + "audit.no_events_hint": "Tu sa budú zobrazovať významné akcie (prihlásenia, operácie s dokumentmi, zmeny nastavení).", + "audit.page_title": "Protokoly auditu - DocuElevate", + "audit.pagination_label": "Paginação protokolu auditu", + "audit.prev": "Predchádzajúce", + "audit.prev_label": "Predchádzajúca stránka", + "audit.refresh_label": "Obnoviť protokoly auditu", + "audit.siem_disabled_title": "SIEM preposielanie je zakázané", + "audit.siem_enabled_title": "Udalosti sa preposielajú na ", + "audit.siem_off": "SIEM: Vypnuté", + "audit.subtitle": "Komplexný, iba na doplnenie záznam všetkých významných akcií.", + "audit.table_label": "Udalosti protokolu auditu", + "audit.title": "Protokoly auditu", + "auth.confirm_password": "Potvrdiť heslo", + "auth.create_account": "Vytvoriť účet", + "auth.display_name_label": "Zobrazované meno", "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", + "auth.forgot_password": "Zabudli ste heslo?", + "auth.forgot_username": "Zabudli ste užívateľské meno?", + "auth.login": "Prihlásiť sa", + "auth.login_title": "Prihlásiť sa", + "auth.logo_alt": "Logo DocuElevate", + "auth.logout": "Odhlásiť sa", + "auth.my_account": "Môj účet", + "auth.no_account": "Nemáte účet?", + "auth.or_continue_with": "Alebo pokračujte s", + "auth.password_label": "Heslo", + "auth.profile": "Profil", + "auth.remember_me": "Pamätať si ma", + "auth.return_home": "Vrátiť sa na domovskú stránku", + "auth.sign_in": "Prihlásiť sa", + "auth.sign_in_sso": "Prihlásiť sa pomocou SSO", + "auth.sign_in_with": "Prihlásiť sa s", + "auth.sign_in_with_username": "Prihlásiť sa s užívateľským menom", + "auth.signup": "Registrácia", + "auth.signup_title": "Registrácia", + "auth.username_label": "Užívateľské meno", + "auth.username_or_email": "Užívateľské meno alebo e-mail", + "auth.verify_email_back_sign_in": "Späť na prihlásenie", + "auth.verify_email_expiry": "Odkaz vyprší za 24 hodín. Ak e-mail nevidíte, skontrolujte svoj spam.", + "auth.verify_email_heading": "Skontrolujte svoj doručený balík", + "auth.verify_email_message": "Poslali sme vám overovací e-mail. Kliknite prosím na odkaz v e-maile, aby ste aktivovali svoj účet.", + "auth.verify_email_page_title": "DocuElevate - Overte svoj e-mail", + "auth.verify_email_resend_aria_label": "E-mailová adresa na opätovné zaslanie", + "auth.verify_email_resend_button": "Zaslať overovací e-mail znova", + "auth.verify_email_resend_label": "E-mailová adresa", + "auth.verify_email_resend_placeholder": "Zadajte svoju e-mailovú adresu", + "auth.verify_email_resend_prompt": "Neprišlo vám to?", + "backup.archives_heading": "Zálohovacie archívy", + "backup.backup_now": "Zálohovať teraz", + "backup.clean_up": "Vyčistiť", + "backup.cleanup_title": "Spustiť čistenie uchovávania teraz", + "backup.col_created": "Vytvorené", + "backup.col_filename": "Názov súboru", + "backup.col_size": "Veľkosť", + "backup.col_storage": "Úložisko", + "backup.col_type": "Typ", + "backup.config_auto_backup": "Automatická záloha", + "backup.config_remote_dest": "Vzdialený cieľ", + "backup.config_retention": "Uchovávanie", + "backup.config_total_size": "Celková lokálna veľkosť", + "backup.confirm_btn": "Potvrdiť", + "backup.confirm_title": "Potvrdiť akciu", + "backup.heading": "Správa záloh", + "backup.local_only": "Iba lokálne", + "backup.no_backups": "Zatiaľ žiadne zálohy.", + "backup.no_backups_hint": "Kliknite na Zálohovať teraz, aby ste vytvorili svoju prvú zálohu.", + "backup.page_title": "Správa záloh", + "backup.records_label": "záznamy", + "backup.restore_btn": "Obnoviť", + "backup.restore_desc_mid": "zálohovací archív na obnovenie databázy.", + "backup.restore_desc_pre": "Nahrajte a", + "backup.restore_desc_warning": "Týmto sa prepíšu všetky aktuálne údaje.", + "backup.restore_file_label": "Záložný archív (.db.gz)", + "backup.restore_heading": "Obnoviť z súboru", + "backup.restoring": "Obnovujem\n", + "backup.retention_daily_detail": "\u0013 - uchovávané 3 týždne", + "backup.retention_heading": "Politika uchovávania", + "backup.retention_hourly_detail": "\u0013 - uchovávané 4 dni", + "backup.retention_note": "Zálohy, ktoré presahujú tieto limity, sú automaticky odstránené po vytvorení každej novej zálohy.", + "backup.retention_weekly_detail": "\u0013 - uchovávané ~3 mesiace", "backup.snapshots": "snapshots", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", + "backup.storage_local": "lokálne", + "backup.subtitle": "Zálohy databázy sa vytvárajú automaticky: každú hodinu (4 dni), denné (3 týždne), týždenné (13 týždňov).", + "backup.table_aria": "Záložné archívy", + "backup.trigger_daily": "Zálohovať teraz (denne)", + "backup.trigger_hourly": "Zálohovať teraz (hodinovo)", + "backup.trigger_weekly": "Zálohovať teraz (týždenne)", + "backup.type_daily": "Denné", + "backup.type_hourly": "Hodinové", + "backup.type_weekly": "Týždenné", + "billing.go_to_dashboard": "Prejsť na dashboard", + "billing.manage_subscription": "Spravovať predplatné", + "billing.success_heading": "Všetko je nastavené!", + "billing.success_message": "Vaše predplatné bolo aktivované. Ďakujeme, že ste si vybrali DocuElevate!", + "billing.success_page_title": "DocuElevate - Predplatné aktivované", + "common.actions": "Akcie", + "common.active": "Aktívne", + "common.all": "Všetko", + "common.avatar": "Avatar", + "common.back": "Späť", + "common.cancel": "Zrušiť", + "common.close": "Zavrieť", + "common.col_pending": "Čaká", + "common.completed": "Dokončené", + "common.confirm": "Potvrdiť", + "common.copied": "Skopírované!", + "common.copy": "Kopírovať", + "common.create": "Vytvoriť", + "common.created": "Vytvorené", + "common.date": "Dátum", + "common.delete": "Odstrániť", + "common.description": "Popis", + "common.details": "Detaily", + "common.disabled": "Zakázané", + "common.download": "Stiahnuť", + "common.duplicate": "Duplicitné", + "common.edit": "Upraviť", + "common.enabled": "Povolené", + "common.error": "Chyba", + "common.failed": "Zlyhalo", + "common.filter": "Filtrovať", + "common.inactive": "Neaktívne", "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "common.loading": "Načítavam...", + "common.name": "Názov", + "common.next": "Ďalej", + "common.next_page": "Ďalšia stránka", + "common.no": "Nie", + "common.none": "Žiadny", + "common.page": "Stránka", + "common.paused": "Pozastavené", + "common.pending": "Čakajúce", + "common.prev_page": "Predchádzajúca stránka", + "common.previous": "Predchádzajúce", + "common.processing": "Spracovanie", + "common.refresh": "Obnoviť", + "common.reset": "Obnoviť", + "common.retry": "Skúsiť znova", + "common.save": "Uložiť", + "common.search": "Hľadať", + "common.select": "Vybrať", + "common.select_placeholder": "\u0013 vyberte \u0013", + "common.size": "Veľkosť", + "common.status": "Stav", + "common.submit": "Odoslať", + "common.success": "Úspech", + "common.tags": "Tagy", + "common.test": "Test", + "common.test_connection": "Testovať pripojenie", + "common.type": "Typ", + "common.update": "Aktualizovať", + "common.updated": "Aktualizované", + "common.upload": "Nahrať", + "common.view": "Zobraziť", + "common.warning": "Upozornenie", + "common.yes": "Áno", + "cookie.accept": "Rozumiem", + "cookie.learn_more": "Zistiť viac", + "cookie.message": "Táto webová stránka používa cookies na zlepšenie vašich skúseností.", + "cookie.notice": "DocuElevate používa iba základné session cookies potrebné na autentifikáciu a prevádzku služieb. Nepoužívajú sa žiadne cookies na sledovanie alebo analýzu.", + "cookie.notice_label": "Oznámenie o cookies", + "cookie.policy_link": "Zásady používania cookies", + "cookie.privacy_link": "Oznámenie o ochrane súkromia", + "credentials.col_action": "Akcia", + "credentials.col_credential": "Oprávnenie", + "credentials.col_source": "Zdroj", + "credentials.configured": "Nakonfigurované", + "credentials.edit_in_settings": "Upraviť v nastaveniach", + "credentials.legend_db": "Hodnota uložená v databáze (zakódovaná v pokoji; prepisuje premennú prostredia)", + "credentials.legend_env_after": " súbor", + "credentials.legend_env_before": "Hodnota z premennej prostredia alebo ", + "credentials.legend_missing": "Oprávnenie nie je nastavené — integrácia nebude fungovať", + "credentials.legend_restart": "Obnovenie je potrebné, keď sa toto oprávnenie zmení", + "credentials.legend_title": "Legenda", + "credentials.manage_settings": "Spravovať nastavenia", + "credentials.not_configured": "Nie je nakonfigurované", + "credentials.page_title": "Audit oprávnení - DocuElevate", + "credentials.raw_json": "Príručný JSON (API)", + "credentials.restart_title": "Obnovenie je potrebné po zmene tohto oprávnenia", + "credentials.source_db_title": "Uložené v databáze (zakódované)", + "credentials.source_env_title": "Z premennej prostredia", + "credentials.status_missing": "Chýbajúce", + "credentials.subtitle": "Prehľad všetkých citlivých oprávnení používaných spoločnosťou DocuElevate. Tajné hodnoty nie sú zobrazené — iba to, či je každé oprávnenie nakonfigurované a odkiaľ pochádza.", + "credentials.table_for": "Oprávnenia pre", + "credentials.title": "Audit oprávnení", + "credentials.total_credentials": "Celkom oprávnení", + "dashboard.active_integrations": "Aktívne integrácie", + "dashboard.files_this_month": "Súbory tento mesiac", + "dashboard.files_today": "Súbory dnes", + "dashboard.ocr_processed": "OCR spracované", + "dashboard.quick_actions": "Rýchle akcie", + "dashboard.recent_activity": "Nedávna aktivita", + "dashboard.storage_targets": "Úložné ciele", + "dashboard.title": "Ovládací panel", + "dashboard.total_files": "Celkový počet súborov", + "dashboard.welcome": "Vitajte v DocuElevate", + "duplicates.file_id_label": "ID súboru", + "duplicates.file_id_placeholder": "napr. 42", + "duplicates.find_btn": "Nájsť", + "duplicates.found_files": "nájdený(é) duplicitný(e) súbor(y) celkovo.", + "duplicates.found_groups": "duplicitná(e) skupina(y) s", + "duplicates.found_prefix": "Nájdené", + "duplicates.group_aria": "Duplicitná skupina", + "duplicates.heading": "Duplicitné dokumenty", + "duplicates.how_it_works_heading": "Ako funguje detekcia takmer duplicitných dokumentov", + "duplicates.max_results_label": "Maximálne výsledky", + "duplicates.near_dup_desc": "Vyberte dokument, aby ste skontrolovali, či iné súbory obsahujú rovnaký (alebo veľmi podobný) obsah — aj keď boli skenované v rôznych časoch a majú rôzne SHA-256 hash.", + "duplicates.near_dup_heading": "Nájsť takmer duplicitné dokumenty", + "duplicates.no_exact_heading": "Nenašli sa žiadne presné duplicitné dokumenty", + "duplicates.page_title": "Duplicitné dokumenty - DocuElevate", + "duplicates.pagination_aria": "Stránkovanie", + "duplicates.role_duplicate": "Duplicitný", + "duplicates.role_original": "Originál", + "duplicates.tab_exact": "Presné duplicitné dokumenty", + "duplicates.tab_near": "Vyhľadávač takmer duplicitných dokumentov", + "duplicates.tabs_aria": "Záložky detekcie duplicitných súborov", + "duplicates.threshold_label": "Prahová hodnota podobnosti", + "duplicates.view_dup_aria": "Zobraziť duplicitný súbor", + "duplicates.view_original_aria": "Zobraziť originálny súbor", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Ups, nemohli sme nájsť túto stránku!", + "error.404_home": "Vrátiť sa domov", + "error.404_message": "Zdá sa, že DocuElevate stratilo dokument, ktorý ste hľadali. Nebojte sa – sme tu, aby sme vám pomohli.", + "error.404_title": "404 - Nenájdené", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Zobraziť informačný obsah o ladení", + "error.500_description": "Naše servery narazili na problém a potrebujú chvíľu.", + "error.500_heading": "Ups! Niečo sa pokazilo.", + "error.500_home": "Ísť domov", + "error.500_img_alt": "Ilustrácia chyby servera", + "error.500_message1": "Naše servery narazili na problém a potrebujú chvíľu. Možno sa hamstery vyliali svoj kávu?", + "error.500_message2": "Už na tom pracujeme — triedime súbory, reštartujeme servery a rekalibrujeme fluxové kondenzátory.", + "error.500_title": "Chyba servera - DocuElevate", + "error.forbidden": "Zakázané", + "error.forbidden_message": "Nemáte povolenie na prístup na túto stránku.", + "error.not_found": "Stránka nenájdená", + "error.not_found_message": "Stránka, ktorú hľadáte, neexistuje.", + "error.server_error": "Interná chyba servera", + "error.server_error_message": "Niečo sa pokazilo. Skúste to prosím neskôr.", + "error.unauthorized": "Neautorizované", + "error.unauthorized_message": "Musíte sa prihlásiť na prístup k tejto stránke.", + "files.action_delete": "Vymazať súbor", + "files.action_details": "Zobraziť podrobnosti", + "files.action_preview": "Rýchly náhľad", + "files.bulk_clear_selection": "Vymazať výber", + "files.bulk_cloud_ocr": "Znovu spustiť Cloud OCR", + "files.bulk_delete": "Vymazať vybrané", + "files.bulk_download": "Stiahnuť ako ZIP", + "files.bulk_reprocess": "Znovu spracovať vybrané", + "files.delete_modal_cancel": "Zrušiť", + "files.delete_modal_confirm": "Vymazať", + "files.delete_modal_message": "Ste si istí, že chcete vymazať tento súbor?", + "files.delete_modal_title": "Potvrdiť vymazanie", + "files.document_title": "Názov dokumentu", + "files.drop_overlay_hint": "Podporuje PDF, Office dokumenty, obrázky, HTML, Markdown a ďalšie – priečinky sú spracovávané rekurzívne", + "files.drop_overlay_title": "Pridajte súbory alebo priečinky kamkoľvek na nahratie", + "files.error_hint": "Toto môže byť spôsobené problémom s konfiguráciou alebo importom. Skontrolujte prosím protokoly servera.", + "files.file_size": "Veľkosť súboru", + "files.filename": "Názov súboru", + "files.files_selected": "vybrané súbory", + "files.filter_all_providers": "Všetky poskytovatele", + "files.filter_all_statuses": "Všetky stavy", + "files.filter_all_types": "Všetky typy", + "files.filter_apply": "Použiť filtre", + "files.filter_clear": "Vymazať", + "files.filter_date_from": "Dátum od", + "files.filter_date_from_aria": "Filtrovať od dátumu", + "files.filter_date_to": "Dátum do", + "files.filter_date_to_aria": "Filtrovať do dátumu", + "files.filter_form_aria": "Filtrovať súbory", + "files.filter_mime_type": "MIME typ", + "files.filter_ocr_all": "Všetky súbory", + "files.filter_ocr_good": "Dobrý kvalita", + "files.filter_ocr_poor": "Slabá kvalita", + "files.filter_ocr_quality": "Kvalita OCR", + "files.filter_ocr_quality_aria": "Filtrovať podľa skóre kvality OCR", + "files.filter_ocr_unchecked": "Ešte nehodnotené", + "files.filter_search_label": "Hľadať názov súboru", + "files.filter_search_placeholder": "Zadajte názov súboru...", + "files.filter_storage_provider": "Poskytovateľ úložiska", + "files.filter_tags_aria": "Filtrovať podľa značiek (oddelené čiarkami)", + "files.filter_tags_placeholder": "napr. faktúra,amazon", + "files.fulltext_search_label": "Hľadanie v celom texte (OCR text, metadata, značky)", + "files.fulltext_search_placeholder": "Vyhľadajte obsah dokumentu, odosielateľa, značky, typ...", + "files.no_files": "Nenašli sa žiadne súbory", + "files.ocr_status": "Stav OCR", + "files.page_title": "Záznamy súborov", + "files.pagination_files": "súbory", + "files.pagination_first": "Prvý", + "files.pagination_last": "Posledný", + "files.pagination_nav_aria": "Pagination zoznamu súborov", + "files.pagination_next": "Ďalší", + "files.pagination_of": "z", + "files.pagination_previous": "Predchádzajúci", + "files.pagination_showing": "Zobrazuje sa", + "files.preview_modal_close": "Zavrieť náhľad", + "files.preview_modal_title": "Náhľad", + "files.queue_banner_items": "položka(y) sú momentálne v poradovníku alebo sa spracovávajú. Súbory sa tu objavia, akonáhle sa spracovanie dokončí.", + "files.queue_banner_link": "Zobraziť poradovník", + "files.saved_searches_empty": "Žiadne uložené vyhľadávania ešte", + "files.saved_searches_error": "Nepodarilo sa načítať uložené vyhľadávania", + "files.saved_searches_label": "Uložené vyhľadávania", + "files.saved_searches_save": "Uložiť aktuálne", + "files.saved_searches_save_aria": "Uložiť aktuálne filtre ako uložené vyhľadávanie", + "files.search_results_empty": "Nenašli sa žiadne výsledky.", + "files.search_results_title": "Výsledky vyhľadávania", + "files.status_duplicate": "Duplicitný", + "files.table_actions": "Akcie", + "files.table_aria": "Záznamy súborov", + "files.table_created_at": "Vytvorené dňa", + "files.table_empty": "Nenašli sa žiadne súbory", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", + "files.table_mime_type": "MIME typ", + "files.table_original_filename": "Pôvodný názov súboru", + "files.table_select_all": "Vybrať všetky súbory na tejto stránke", + "files.tags": "Značky", + "files.title": "Súbory", + "files.upload_modal_aria": "Pokrok nahrávania", + "files.upload_modal_close": "Zavrieť pokrok nahrávania", + "files.upload_modal_header": "Nahrávanie súborov", + "files.uploaded": "Nahrané", + "footer.about": "O", + "footer.attribution": "Pripísanie", + "footer.attributions": "Pripísania", "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Tlač", + "footer.license": "Licencia", + "footer.navigation": "Navigácia v päte", + "footer.privacy": "Ochrana súkromia", + "footer.terms": "Podmienky", + "footer.version": "Verzia {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "Prepojené cez OAuth. Súbory sa nachádzajú vo vybratom priečinku.", + "help.destinations_email": "Preposielanie e-mailom", + "help.destinations_email_desc": "Spracované súbory poslané ako SMTP prílohy.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Služobný účet alebo OAuth. Podporuje zdieľané disky.", + "help.destinations_heading": "Destinácie – Kam idú dokumenty", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Samostatne hostované cloudové úložisko cez WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Integrácia Microsoft Graph API.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Odoslať dokumenty priamo do Paperless na archiváciu.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Ľubovoľný S3-kompatibilný bucket (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Bezpečný prenos súborov na akýkoľvek server.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST metadata na akýkoľvek externý koncový bod.", + "help.documentation": "Dokumentácia", + "help.faq": "Často kladené otázky", + "help.faq_1_a": "Prejdite na stránku Nahrávanie, pretiahnite svoje súbory alebo kliknite na Vybrať súbor. DocuElevate prevádza obrázky a kancelárske dokumenty na PDF, vykonáva OCR a automaticky extrahuje metadata.", + "help.faq_1_q": "Ako nahrávam dokumenty?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF a HTML. Súbory okrem PDF sa pred spracovaním automaticky konvertujú na PDF.", + "help.faq_2_q": "Aké formáty súborov sú podporované?", + "help.faq_3_a": "Áno. Prejdite na Email Ingestion, pridajte IMAP účet a DocuElevate bude automaticky kontrolovať nové správy a spracúvať prílohy.", + "help.faq_3_q": "Môžem ingestovať dokumenty z e-mailu?", + "help.faq_4_a": "Pipelines vám umožňujú reťaziť spracovateľské kroky – OCR, AI extrakcia, konverzia formátu – a smerovať výsledok do jedného alebo viacerých určených miest. Vytvorte a spravujte ich na stránke Pipelines.", + "help.faq_4_q": "Ako fungujú spracovateľské pipelines?", + "help.faq_5_a": "DocuElevate šifruje poverenia v pokoji, komunikuje cez TLS a nikdy neskladá vaše dokumenty dlhšie, než je potrebné. Pozrite si Oznámenie o ochrane súkromia pre úplné podrobnosti.", + "help.faq_5_a_post": " pre úplné podrobnosti.", + "help.faq_5_a_pre": "DocuElevate šifruje prihlasovacie údaje v pokoji, komunikuje cez TLS a nikdy neuchováva vaše dokumenty dlhšie, než je potrebné. Pozrite sa na ", + "help.faq_5_q": "Je moje dáta zabezpečené?", + "help.faq_heading": "Najčastejšie kladené otázky", + "help.getting_started": "Začíname", + "help.heading": "Pomocné Centrum", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Použite REST API na programové posielanie dokumentov. Overte sa pomocou Bearer tokenu a POSTujte súbory na koncový bod pre nahrávanie.", + "help.ingestion_heading": "Nástroje na vstup dát", + "help.ingestion_mobile": "Mobilné aplikácie", + "help.ingestion_mobile_desc": "Použite akúkoľvek mobilnú skenovacie aplikáciu, ktorá podporuje vlastné HTTP cieľové umiestnenia, na odosielanie fotografií a skenov do DocuElevate z vášho telefónu alebo tabletu.", + "help.ingestion_scanners": "Sieťové skenery", + "help.ingestion_scanners_desc": "Nasmerujte akýkoľvek sieťový skener alebo multifunkčnú tlačiareň na koncový bod nahrávania DocuElevate. Skenované dokumenty sa dostanú priamo do vašej spracovateľskej fronty.", + "help.ingestion_watched_folders": "Sledované priečinky", + "help.ingestion_watched_folders_desc": "Nastavte lokálny alebo sieťový priečinok na sledovanie. Akýkoľvek súbor umiestnený v sledovanom priečinku je automaticky nahrávaný a spracovávaný DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrujte DocuElevate do svojich automatizačných pracovných tokov pomocou Zapier, n8n alebo Make. Použite akcie REST API na spúšťanie nahrávania dokumentov z akýchkoľvek udalostí.", + "help.meta_description": "Získajte pomoc s DocuElevate – nájdite príručky na nahrávanie dokumentov, pripojenie cloudového úložiska, nastavovanie potrubí a ďalšie.", + "help.og_description": "Získajte pomoc s DocuElevate – nájdite príručky na nahrávanie dokumentov, pripojenie cloudového úložiska, nastavovanie potrubí a ďalšie.", + "help.page_title": "Pomocné Centrum", + "help.privacy_notice": "Oznámenie o ochrane súkromia", + "help.quickstart_heading": "Rýchly štart", + "help.quickstart_storage": "Pripojiť úložisko", + "help.quickstart_storage_desc": "Prejdite do Nastavenia a prepojte svoje cloudové účty. Spracované dokumenty sú automaticky smerované do každého určeného miesta, ktoré nastavíte.", + "help.quickstart_storage_desc_full": "Prejdite do integrácií a prepojte svoje účty cloudového úložiska. DocuElevate podporuje Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud a ďalšie. Spracované dokumenty sú automaticky smerované ku každému cieľu, ktorý nakonfigurujete.", + "help.quickstart_upload": "Nahrať dokumenty", + "help.quickstart_upload_desc": "Presuňte súbory na stránku Nahrávanie alebo kliknite na Vybrať súbor. DocuElevate konvertuje obrázky a kancelárske dokumenty na PDF, spúšťa OCR a automaticky extrahuje metadata.", + "help.quickstart_workflows": "Automatizovať pracovné toky", + "help.quickstart_workflows_desc": "Vytvorte Pipelines na definovanie viacstupňového spracovania a smerovacích pravidiel. Kombinujte OCR, AI extrakciu, konverziu formátu a doručenie v jednom prúde.", + "help.sources_email_ingestion": "Ingestion e-mailu (IMAP)", + "help.sources_email_ingestion_desc": "Prepošlite dokumenty do vyhradenej poštovej schránky. V rámci Ingestion e-mailu pridajte jeden alebo viac IMAP účtov. DocuElevate kontroluje nové správy a automaticky spracováva prílohy.", + "help.sources_heading": "Zdroje – Získavanie dokumentov", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", + "help.sources_rest_api_desc": "Integrujte programovo zasielaním súborov na /api/upload. Ideálne na skripty, sledované priečinky, skenery alebo nástroje tretích strán, ako sú Zapier a n8n.", + "help.sources_scanner": "Skener & Mobil", + "help.sources_scanner_desc": "Namiřte sieťové skenery na koncovú adresu nahrávania DocuElevate alebo použite akúkoľvek mobilnú skenovaciu aplikáciu, ktorá podporuje vlastné HTTP ciele.", + "help.sources_scanner_desc_full": "Nastavte svoj sieťový skener alebo multifunkčnú tlačiareň, aby posielal skeny priamo do DocuElevate. Použite koncový bod /api/upload ako cieľ. Mobilné skenovacie aplikácie s vlastnými cieľovými umiestneniami sú tiež podporované.", + "help.sources_web_upload": "Nahrávanie z webu", + "help.sources_web_upload_desc": "Najrýchlejší spôsob, ako začať. Otvorte stránku Nahrávanie, presuňte jeden alebo viac súborov a DocuElevate sa postará o zvyšok. Podporované formáty zahŕňajú PDF, JPEG, PNG, TIFF, DOCX, XLSX a ďalšie.", + "help.subheading": "Všetko, čo potrebujete, aby ste zo služby DocuElevate vyťažili máximo. Prehliadajte témy nižšie alebo hľadajte to, čo potrebujete.", + "help.support": "Podpora", + "help.support_admin_message": "Kontaktujte svojho správcu pre informácie o podpore.", + "help.support_description": "Nemôžete nájsť to, čo hľadáte? Náš podporný tím je tu, aby vám pomohol.", + "help.support_heading": "Kontaktujte podporu", + "help.support_live_chat": "Živý chat k dispozícii – kliknite na bublinu chatu, aby ste začali konverzáciu.", + "help.support_ticket_button": "Odoslať tiket", + "help.support_ticket_desc": "Vyplňte nasledujúci formulár a náš podporný tím sa vám ozve čo najskôr.", + "help.support_ticket_heading": "Otvoriť tiket podpory", + "help.title": "Pomocné Centrum", + "help.workflows_creating": "Vytváranie pipeline", + "help.workflows_definition": "Pipeline je séria spracovateľských krokov, ktoré sa spúšťajú automaticky, keď sa dokument ingestuje. Každý krok môže transformovať, obohacovať alebo smerovať dokument.", + "help.workflows_heading": "Pracovné toky & Pipelines", + "help.workflows_step_1": "Prevod na PDF", + "help.workflows_step_1_create": "Prejdite na Pipeline v hlavnom menu.", + "help.workflows_step_1_full": "Previesť na PDF – všetky prichádzajúce súbory sú normalizované na konzistentný formát PDF.", + "help.workflows_step_2": "OCR – extrakcia textu", + "help.workflows_step_2_create": "Kliknite na Nový Pipeline a dajte mu názov.", + "help.workflows_step_2_full": "OCR – extrakcia selektovateľného textu zo skenovaných stránok pomocou Azure Document Intelligence alebo zabudovaného enginu.", + "help.workflows_step_3": "Extrahovanie AI metadát", + "help.workflows_step_3_create": "Pridajte potrebné spracovateľské kroky.", + "help.workflows_step_3_full": "AI extrakcia metadát – klasifikujte typ dokumentu a získajte kľúčové polia, ako sú sumy, dátumy a mená pomocou OpenAI.", + "help.workflows_step_4": "Dodať na jedno alebo viac miest", + "help.workflows_step_4_create": "Vyberte jedno alebo viac miest dodania.", + "help.workflows_step_5_create": "Uložiť – nové dokumenty budú automaticky spracované cez tento pipeline.", + "help.workflows_typical_steps": "Typické kroky", + "help.workflows_what_is": "Čo je Pipeline?", + "index.badge_intelligent": "Inteligentné spracovanie dokumentov", + "index.button_browse_files": "Prehľadávať súbory", + "index.button_upload": "Nahrať", + "index.capabilities_cloud": "Cloudové úložisko: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Získavanie dokumentov cez e-mail a URL", + "index.capabilities_ocr": "OCR a extrakcia metadát pomocou AI", + "index.capabilities_paperless": "Integrácia Paperless-ngx pre správu dokumentov", + "index.capabilities_title": "Funkcie", + "index.capabilities_workflows": "Automatizovaná klasifikácia a smerovanie pracovných tokov", + "index.cta_description": "Pridajte sa k tímom, ktoré už automatizujú spracovanie dokumentov s DocuElevate.", + "index.cta_heading": "Pripravení povýšiť váš dokumentový pracovný tok?", + "index.cta_pricing": "Pozrite sa na ceny", + "index.cta_signup": "Vytvoriť bezplatný účet", + "index.dashboard_subtitle": "Inteligentné spracovanie a správa dokumentov", + "index.dashboard_subtitle_teams": "Inteligentné spracovanie a správa dokumentov — vytvorené pre tímy", + "index.feature_ai": "Extrahovanie AI metadát", + "index.feature_ai_desc": "OpenAI, Claude, Gemini a iní poskytovatelia AI klasifikujú dokumenty a vyťahujú kľúčové polia ako dátumy, sumy a predmety.", + "index.feature_cloud": "Multi-Cloud Ukladanie", + "index.feature_cloud_desc": "Smerujte spracované súbory do Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP a ďalšie.", + "index.feature_email": "Získavanie cez e-mail a IMAP", + "index.feature_email_desc": "Automaticky získavajte dokumenty z Gmailu alebo akéhokoľvek IMAP mailu – žiadne manuálne nahrávanie nie je potrebné.", + "index.feature_ocr": "OCR a extrakcia textu", + "index.feature_ocr_desc": "Azure Document Intelligence konvertuje skenované PDF a obrázky na plne vyhľadávaný text automaticky.", + "index.feature_pipelines": "Vlastné Pipelines", + "index.feature_pipelines_desc": "Vytvorte spracovateľské pipelines s konfigurovateľnými krokmi – OCR, AI extrakcia, konverzia formátu a smerovanie ukladania v akomkoľvek poradí.", + "index.feature_search": "Hľadanie v plnom texte", + "index.feature_search_desc": "Okamžite nájdite akýkoľvek dokument podľa obsahu, metadát alebo značiek vo vašom celom archíve.", + "index.feature_section_title": "Všetko, čo potrebujete pre inteligentné dokumentové pracovné toky", + "index.getting_started": "Začíname", + "index.getting_started_1": "Nastavte integrácie cez stav systému", + "index.getting_started_2": "Nahrajte svoj prvý dokument", + "index.getting_started_3": "Prehľadajte výsledky v súboroch", + "index.getting_started_learn": "Dozviete sa viac o DocuElevate", + "index.hero_description": "DocuElevate spracováva vaše dokumenty, vykonáva OCR, extrahuje metadata pomocou AI a smeruje súbory do Dropboxu, Google Drive, OneDrive, S3, Nextcloudu a ďalších — to všetko v jednom bezproblémovom potrubí.", + "index.hero_heading": "Od nahratia po náhľad — automaticky.", + "index.hero_login": "Prihlásiť sa", + "index.hero_pricing": "Zobraziť plány a ceny", + "index.hero_signup": "Začnite — je to zadarmo", + "index.integrations_active": "Aktívne integrácie", + "index.integrations_storage": "Ciele ukladania", + "index.integrations_title": "Integrácie", + "index.integrations_view_status": "Zobraziť stav systému", "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", + "index.page_title_public": "Inteligentné spracovanie dokumentov", + "index.platform_overview": "Prehľad platformy", + "index.processing_stats": "Štatistiky spracovania", + "index.quick_actions": "Rýchle akcie", + "index.quick_documents": "Moje dokumenty", + "index.quick_documents_desc": "Prehliadajte svoje spracované súbory", + "index.quick_search": "Hľadať", + "index.quick_search_desc": "Plnotextové vyhľadávanie v dokumentoch", + "index.quick_subscription": "Moje predplatné", + "index.quick_subscription_desc": "Zobraziť plán a podrobnosti o využití", + "index.quick_system_status": "Stav systému", + "index.quick_system_status_desc": "Skontrolujte stav integrácie", + "index.quick_upload": "Nahrajte dokument", + "index.quick_upload_desc": "Spracujte nový súbor", + "index.quick_view_files": "Zobraziť všetky súbory", + "index.quick_view_files_desc": "Prehliadajte spracované dokumenty", "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", + "index.single_user_subtitle": "Inteligentné spracovanie a správa dokumentov", + "index.stat_active_integrations": "Aktívne integrácie", + "index.stat_active_users": "Aktívni používatelia", + "index.stat_files_month": "Súbory tento mesiac", + "index.stat_files_ocr": "Súbory s OCR", + "index.stat_files_today": "Súbory dnes", + "index.stat_storage_targets": "Ciele ukladania", + "index.stat_this_month": "Tento mesiac", + "index.stat_today": "Dnes", + "index.stat_total_files": "Celkovo súborov", + "index.stat_total_processed": "Celkom spracovaných", + "index.tier_plan": "Plán", + "index.tier_upgrade": "Zvýšenie", + "index.tier_view_details": "Zobraziť úplné podrobnosti", + "index.upgrade_daily_limits": "Vyššie denné a mesačné limity", + "index.upgrade_description": "Odomknite viac dokumentov, viac destinácií a prioritnú podporu.", + "index.upgrade_destinations": "Viac úložných destinácií", + "index.upgrade_ocr_pages": "Viac OCR stránok", + "index.upgrade_plan": "Zvýšte svoj plán", + "index.upgrade_view_pricing": "Zobraziť plány a ceny", + "index.usage_lifetime": "Životné súbory", + "index.usage_month": "Súbory tento mesiac", + "index.usage_my_usage": "Moje využitie", + "index.usage_today": "Súbory dnes", + "index.usage_unlimited": "Neobmedzené", + "integrations.access_key_label": "ID kľúča na prístup", + "integrations.active_label": "Aktívne", + "integrations.add_button": "Pridať integráciu", + "integrations.add_first_button": "Pridať vašu prvú integráciu", + "integrations.api_token_label": "API token", + "integrations.authorize_btn": "Autorizovať", + "integrations.authorize_reauth": "Znovu autorizovať", + "integrations.bucket_label": "Vedro", + "integrations.configure": "Nastaviť", + "integrations.connect": "Pripojiť", + "integrations.connected": "Pripojené", + "integrations.connection_failed": "Pripojenie zlyhalo", + "integrations.connection_success": "Pripojenie úspešné", + "integrations.delete_confirm_are_you_sure": "Ste si istý, že chcete zmazať", + "integrations.delete_confirm_title": "Zmazať integráciu?", + "integrations.delete_confirm_undone": "Túto akciu nemožno vrátiť.", + "integrations.delete_emails_label": "Zmazať e-maily po spracovaní", + "integrations.delete_files_label": "Zmazať súbory po spracovaní", + "integrations.destinations_quota_label": "Úložiská cieľov:", + "integrations.destinations_section": "Ciele", + "integrations.direction_destination": "Cieľ (úložisko)", + "integrations.direction_label": "Smer", + "integrations.direction_placeholder": "\u0005E\u00135 VYBERTE \u0005E", + "integrations.direction_source": "Zdroj (príjem)", + "integrations.disconnect": "Odpojiť", + "integrations.email_settings": "Nastavenia preposielania e-mailov", + "integrations.empty_state": "Žiadne integrácie nie sú nastavené", + "integrations.endpoint_label": "URL koncový bod", + "integrations.endpoint_optional": "(voliteľné, pre S3-kompatibilné)", + "integrations.folder_label": "Zložka", + "integrations.folder_optional": "(voliteľné)", + "integrations.folder_path_label": "Cesta k priečinku", + "integrations.folder_prefix_label": "Prefix priečinka", + "integrations.generic_settings_hint": "Konfigurácia pre tento typ integrácie môže byť poskytnutá ako JSON po vytvorení cez API.", + "integrations.gmail_hint": "Gmail štítky & hviezdička: po aktivácii sú spracované e-maily označené hviezdičkou a s \"Ingested\" štítkom v Gmaili. Týka sa len serverov Gmail.", + "integrations.gmail_labels": "Použiť Gmail štítky & hviezdičku", + "integrations.host_label": "Hostiteľ", + "integrations.imap_settings": "Nastavenia IMAP", + "integrations.loading": "Načítava sa integrácie\u0005E...", + "integrations.modal_close": "Zavrieť modul", + "integrations.modal_title_add": "Pridať integráciu", + "integrations.modal_title_edit": "Upraviť integráciu", + "integrations.name_label": "Štítok", + "integrations.name_placeholder": "napr. Práca Gmail, S3 Archív", + "integrations.nextcloud_settings": "Nastavenia Nextcloud", + "integrations.nextcloud_url_label": "URL adresa Nextcloud", + "integrations.no_integrations_body": "Pridajte svoju prvú integráciu na prepojenie zdrojov prijímania (ako IMAP) a cieľov ukladania (ako S3, Dropbox alebo Google Drive).", + "integrations.not_connected": "Nie je pripojené", + "integrations.oauth_folder_label": "Zložka", + "integrations.oauth_hint": "Najprv uložte túto integráciu a potom použite tlačidlo Autorizovať na dokončenie OAuth toku. Vaše poverenia budú bezpečne uložené vo vašej osobnej integrácii.", + "integrations.page_title": "Integrácie", + "integrations.paperless_settings": "Nastavenia Paperless NGX", + "integrations.password_label": "Heslo", + "integrations.paused": "Pozastavené", + "integrations.plan_label": "Plán:", "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "integrations.quota_not_available": "(nedostupné)", + "integrations.quota_unlimited": "/ neobmedzené", + "integrations.recipient_label": "E-mail príjemcu", + "integrations.region_label": "Oblasť", + "integrations.remote_path_label": "Diaľková cesta", + "integrations.s3_prefix_label": "Predponka (cesta k zložke)", + "integrations.s3_settings": "Nastavenia S3", + "integrations.secret_key_label": "Tajný prístupový kľúč", + "integrations.show_password": "Zobraziť heslo", + "integrations.show_secrets": "Zobraziť tajomstvá", + "integrations.show_token": "Zobraziť token", + "integrations.source_local": "Miestny súborový systém", + "integrations.source_type_label": "Typ zdroja", + "integrations.sources_quota_label": "Zdroje Mailbox:", + "integrations.sources_section": "Zdroje", + "integrations.subtitle": "Spravujte svoje zdroje prijímania a cieľe ukladania na jednom mieste.", + "integrations.title": "Integrácie", + "integrations.type_label": "Typ integrácie", + "integrations.type_placeholder": "\u00117; Najprv vyberte smer \u00117;", + "integrations.upgrade_plan": "Zvýšiť plán", + "integrations.use_ssl": "Použiť SSL", + "integrations.username_label": "Používateľské meno", + "integrations.watch_folder_settings": "Nastavenia priečinka na sledovanie", + "integrations.webdav_settings": "Nastavenia WebDAV", + "integrations.webdav_url_label": "URL adresa WebDAV", + "integrations.webhook_heading": "Webhook prijímanie", + "integrations.webhook_how_heading": "Ako funguje webhook prijímanie", + "integrations.webhook_how_text": "Webhook integrácia umožňuje externým systémom posielať dokumenty priamo do DocuElevate prostredníctvom REST API. Namiesto toho, aby DocuElevate sledoval nové súbory (ako IMAP), vaša aplikácia posiela súbory do DocuElevate pomocou HTTP požiadavky s API tokenom na autentifikáciu.", + "integrations.webhook_ideal_text": "Toto je ideálne pre CI/CD pipeline, automatizačné skripty, integrácie skenerov alebo akýkoľvek systém, ktorý generuje dokumenty a potrebuje ich odoslať na spracovanie.", + "integrations.webhook_quick_start": "Rýchly štart", + "integrations.webhook_security_tip": "Vytvorte špeciálny API token pre každú integráciu a okamžite ho zrušte, ak bol kompromitovaný. Tokeny môžu byť spravované na stránke API tokenov.", + "integrations.webhook_step1": "Prejdite na {api_tokens_link} a vytvorte osobný token.", + "integrations.webhook_upload_with_token": "Použite token na nahrávanie dokumentov prostredníctvom API:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "language.change_success": "Jazyk bol zmenený na {language}", + "language.changed": "Jazyk bol zmenený na {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", @@ -599,331 +706,409 @@ "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", + "language.hu": "Maďarčina", "language.is": "Íslenska", - "language.it": "Italiano", + "language.it": "Taliančina", "language.lb": "Lëtzebuergesch", "language.lt": "Lietuvių", "language.lv": "Latviešu", "language.nb": "Norsk", "language.nl": "Nederlands", + "language.no_results": "Nenájdené jazyky", "language.pl": "Polski", "language.pt": "Português", "language.ro": "Română", "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", + "language.search_placeholder": "Hľadať jazyky\n", + "language.selector": "Jazyk", + "language.selector_label": "Vyberte jazyk", "language.sk": "Slovenčina", "language.sl": "Slovenščina", "language.sv": "Svenska", "language.tr": "Türkçe", "language.uk": "Українська", "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "nav.about": "O aplikácii", + "nav.account_menu": "Účet menu", + "nav.account_menu_for": "Účet menu pre {name}", + "nav.admin": "Administrátor", + "nav.admin.audit_logs": "Auditné protokoly", + "nav.admin.backups": "Zálohy", + "nav.admin.plans": "Plány", + "nav.admin.scheduled_jobs": "Naplánované úlohy", + "nav.admin.users": "Používatelia", + "nav.admin_actions": "Akcie administrátora", + "nav.admin_menu": "Administrátorské menu", + "nav.api_docs": "Dokumentácia API", + "nav.api_tokens": "API Tokeny", + "nav.backup_restore": "Záloha a obnova", + "nav.credentials": "Prihlasovacie údaje", + "nav.dark_mode": "Tmavý režim", + "nav.dashboard": "Nástenka", + "nav.developer_docs": "Dokumentácia pre vývojárov", + "nav.duplicates": "Duplikáty", + "nav.file_manager": "Správca súborov", + "nav.files": "Súbory", + "nav.get_started": "Začať", + "nav.help": "Pomoc", + "nav.help_center": "Centrum pomoci", + "nav.imap": "Import e-mailu", + "nav.integrations": "Integrácie", + "nav.light_mode": "Svetlý režim", + "nav.login": "Prihlásiť sa", + "nav.logout": "Odhlásiť sa", + "nav.main_navigation": "Hlavná navigácia", + "nav.my_subscription": "Moje predplatné", + "nav.notifications": "Notifikácie", + "nav.open_main_menu": "Otvor hlavné menu", + "nav.pipelines": "Pipeline", + "nav.plan_designer": "Návrhár plánov", + "nav.pricing": "Ceny", + "nav.profile": "Profil", + "nav.profile_settings": "Nastavenia profilu", + "nav.queue": "Čakanie", + "nav.queue_monitor": "Monitor čakania", + "nav.scheduled_jobs": "Naplánované úlohy", + "nav.search": "Hľadať", + "nav.settings": "Nastavenia", + "nav.shared_links": "Zdieľané odkazy", + "nav.sign_out": "Odhlásiť sa", + "nav.signup": "Zaregistrovať sa", + "nav.similarity": "Podobnosť", + "nav.skip_to_content": "Prejsť na hlavný obsah", + "nav.status": "Stav", + "nav.subscription": "Predplatné", + "nav.toggle_dark_mode": "Prepínať tmavý režim", + "nav.toggle_nav": "Prepínať navigačné menu", + "nav.upload": "Nahrať", + "nav.users": "Používatelia", + "nav.version": "Informácie o verzii", + "notifications.filter_all": "Všetky", + "notifications.filter_read": "Iba prečítané", + "notifications.filter_unread": "Iba neprečítané", + "notifications.manage_desc": "Spravujte svoju schránku notifikácií, cieľe a preferencie udalostí", + "notifications.mark_all_read": "Označiť všetko ako prečítané", + "notifications.mark_all_read_btn": "Označiť všetko ako prečítané", + "notifications.mark_read": "Označiť ako prečítané", + "notifications.no_notifications": "Žiadne notifikácie", + "notifications.page_title": "Notifikácie", + "notifications.tab_inbox": "Schránka", + "notifications.tab_settings": "Nastavenia", + "notifications.title": "Notifikácie", + "notifications.unread_count": "{count} neprečítaných notifikácií", + "pipelines.active_label": "Aktívne", + "pipelines.add_step_btn": "Pridať krok", + "pipelines.create": "Vytvoriť pipeline", + "pipelines.custom_label_label": "Vlastná etiketa", + "pipelines.default_label": "Predvolené", + "pipelines.description_label": "Popis", + "pipelines.description_placeholder": "Voliteľný popis", + "pipelines.disabled_label": "Vypnuté", + "pipelines.edit": "Upraviť pipeline", + "pipelines.empty_state": "Žiadne pipeline zatiaľ", + "pipelines.empty_state_hint": "Vytvorte svoju prvú pipeline na definovanie vlastných pracovných tokov spracovania dokumentov.", + "pipelines.enabled_label": "Povolené", + "pipelines.force_cloud_ocr_label": "Vynúť cloudový OCR (preskočiť miestne extrakcie textu)", + "pipelines.inactive_label": "Neaktívne", + "pipelines.loading": "Načítavanie pipelines\u001e", + "pipelines.name_placeholder": "Moja pipeline", + "pipelines.new_pipeline_btn": "Nová pipeline", + "pipelines.no_steps": "Žiadne kroky nie sú definované. Pridajte krok, aby ste začali vytvárať svoju pipeline.", + "pipelines.ocr_auto": "Automaticky (použiť systémové predvolené)", + "pipelines.ocr_language_hint": "Prepíše globálne nastavenie jazyka pre Tesseract/EasyOCR. Azure a Mistral automaticky zistia jazyk.", + "pipelines.ocr_language_label": "Jazyk OCR", + "pipelines.optional_suffix": "(voliteľné)", + "pipelines.page_title": "Spracovanie pipelines", + "pipelines.set_default": "Nastaviť ako moju predvolenú pipeline", + "pipelines.step_label_placeholder": "Prepísať predvolené meno kroku", + "pipelines.step_type_label": "Typ kroku", + "pipelines.subtitle_intro": "Definujte a spravujte vlastné pracovné toky spracovania dokumentov.", + "pipelines.subtitle_system_post": "odznak a sú viditeľné pre všetkých používateľov.", + "pipelines.subtitle_system_pre": "Systémové pipelines (vytvorené administrátormi) sú zobrazené s", + "pipelines.system_label": "Systém", + "pipelines.system_pipeline_label": "Systémová pipeline (viditeľná pre všetkých používateľov)", + "pipelines.title": "Spracovanie pipelines", + "profile.avatar_alt": "Vaša profilová fotka", + "profile.avatar_heading": "Profilová fotka", + "profile.avatar_remove": "Odstrániť vlastný avatar", + "profile.avatar_upload_hint": "Nahrajte obrázok vo formáte JPEG, PNG, GIF alebo WebP s maximálnou veľkosťou 2 MB. Ak nie je nastavený žiadny vlastný obrázok, zobrazí sa váš {gravatar}.", + "profile.choose_image": "Vybrať obrázok\u00113", + "profile.confirm_password": "Potvrďte nové heslo", + "profile.contact_email_hint": "Používa sa na systémové notifikácie. To nemení vašu prihlásenie e-mail.", + "profile.contact_email_label": "Kontaktný / Notifikačný e-mail", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "Aktuálne heslo", + "profile.dismiss": "Zamietnuť", + "profile.display_name_hint": "Nechajte prázdne, ak chcete použiť užívateľské meno alebo e-mail vašej účtu.", + "profile.display_name_label": "Zobrazované meno", + "profile.display_name_placeholder": "Vaše meno, ako je zobrazené v UI", + "profile.general_heading": "Všeobecné informácie", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Nastavenia profilu", + "profile.language_auto_detect": "Automaticky detekovať (z prehliadača)", + "profile.language_hint": "Vyberte preferovaný jazyk rozhrania. „Automatická detekcia“ sleduje nastavenia vášho prehliadača.", + "profile.language_label": "Jazyk UI", + "profile.new_password": "Nové heslo", + "profile.new_password_hint": "Minimum 8 znakov.", + "profile.page_title": "Nastavenia profilu – DocuElevate", + "profile.password_heading": "Zmeniť heslo", + "profile.preferences_heading": "Predvoľby", + "profile.save_button": "Uložiť zmeny", + "profile.saving": "Ukladanie\u00114", + "profile.subtitle": "Spravujte svoje zobrazované meno, avatar, jazyk a predvoľby témy.", + "profile.theme_dark": "Tmavá", + "profile.theme_hint": "„Predvolené systémové“ sleduje nastavenie tmavého režimu vášho zariadenia.", + "profile.theme_label": "Farba rozhrania", + "profile.theme_light": "Svetlá", + "profile.theme_system": "Predvolené systémové", + "profile.update_password": "Aktualizovať heslo", + "profile.updating": "Aktualizujem\u00114", + "queue.active_tasks": "Aktívne úlohy", + "queue.auto_refresh_1": "Automaticky obnovuje každých", + "queue.auto_refresh_2": "sekúnd", + "queue.col_arguments": "Argumenty", + "queue.col_current_step": "Aktuálny krok", + "queue.col_file": "Súbor", + "queue.col_files": "Súbory", + "queue.col_queue": "Zoznam", + "queue.col_state": "Stav", + "queue.col_task": "Úloha", + "queue.col_task_id": "ID úlohy", + "queue.files_processing": "Spracovanie súborov", + "queue.heading": "Monitor zoznamu", + "queue.last_updated": "Naposledy aktualizované:", + "queue.loading_stats": "Načítavanie štatistík zoznamu\u001000", + "queue.no_active_tasks": "Žiadne aktívne úlohy", + "queue.no_data": "Žiadne údaje", + "queue.no_files_processing": "Žiadne súbory sa aktuálne nespracovávajú", + "queue.page_title": "Monitor zoznamu", + "queue.processing_pipeline": "Spracovateľský proces", + "queue.queued_tasks": "Čakajúce úlohy", + "queue.recently_processing": "Nedávno spracovávané súbory", + "queue.redis_queues": "Redis Zoznamy", + "queue.subtitle": "Reálne zobrazenie spracovateľského procesu dokumentov a zoznamov úloh Celery.", + "queue.workers_online": "Pracovníci online", + "search.button": "Hľadať", + "search.error_message": "Hľadanie je dočasne nedostupné. Skúste to prosím znova za chvíľu.", + "search.filter_aria_clear": "Vymazať všetky filtre", + "search.filter_clear_button": "Vymazať filtre", + "search.filter_date_from": "Dátum Od", + "search.filter_date_to": "Dátum Do", + "search.filter_document_type": "Typ dokumentu", + "search.filter_document_type_placeholder": "napr. Faktúra", + "search.filter_language": "Jazyk", + "search.filter_language_placeholder": "napr. de", + "search.filter_sender": "Odosielateľ", + "search.filter_sender_placeholder": "napr. ACME Corp", + "search.filter_tags": "Štítky", + "search.filter_tags_placeholder": "napr. amazon", + "search.filter_text_quality": "Kvalita textu", + "search.filter_text_quality_all": "Všetko", + "search.filter_text_quality_high": "Vysoká", + "search.filter_text_quality_low": "Nízka", + "search.filter_text_quality_medium": "Stredná", + "search.filter_text_quality_no_text": "Žiadny text", + "search.heading": "Hľadanie dokumentu", + "search.input_aria_label": "Hľadať dokumenty", + "search.input_placeholder": "Hľadať dokumenty podľa obsahu, odosielateľa, tagov, typu...", + "search.loading_indicator": "Hľadám\n...", + "search.no_results": "Nenašli sa žiadne výsledky", + "search.page_title": "Hľadať dokumenty", + "search.placeholder": "Hľadať podľa názvu súboru, obsahu, tagov...", + "search.result_empty": "Nenašli sa žiadne dokumenty, ktoré by zodpovedali vašej požiadavke.", + "search.results_count": "Nájdených {count} výsledkov", + "search.saved_aria_save": "Uložiť aktuálne hľadanie", + "search.saved_button": "Uložiť aktuálne", + "search.saved_empty": "Žiadne uložené hľadania zatiaľ", + "search.saved_error": "Nepodarilo sa načítať uložené hľadania", + "search.saved_label": "Uložené hľadania", + "search.saved_loading": "Načítavam...", + "search.title": "Hľadať dokumenty", + "settings.audit_log_btn": "Auditný záznam", + "settings.autocomplete_hint": "Zadajte hľadanie známych hodnôt alebo zadajte akúkoľvek vlastnú hodnotu.", + "settings.autocomplete_no_matches": "Žiadne zhody — stále môžete zadať vlastnú hodnotu", + "settings.autocomplete_placeholder": "Zadajte hľadanie alebo zadajte hodnotu\n...", + "settings.boolean_enable_prefix": "Povoliť", + "settings.categories_aria": "Kategórie nastavení", + "settings.categories_heading": "Kategórie", + "settings.db_wizard_btn": "DB Sprievodca", + "settings.effective_value_label": "Efektívna hodnota:", + "settings.encrypted_suffix": "= šifrované v pokoji", + "settings.encrypted_title": "Hodnota je šifrovaná v pokoji v databáze", + "settings.export_btn": "Exportovať", + "settings.export_db_only": "Iba nastavenia databázy", + "settings.export_full_config": "Celá efektívna konfigurácia", + "settings.jump_to_category": "Preskočiť na kategóriu\n...", + "settings.manage_config_prefix": "Spravovať konfiguráciu. Priorita:", + "settings.model_picker_hint": "Vyberte zo zoznamu alebo zadajte akékoľvek meno modelu podporované vaším poskytovateľom.", + "settings.model_picker_placeholder": "Vyberte bežný model alebo zadajte vlastné meno\n...", + "settings.no_results_clear": "vyčistiť hľadanie", + "settings.no_results_heading": "Nenašli sa žiadne nastavenia", + "settings.no_results_hint": "Skúste iný výraz hľadania alebo", + "settings.page_heading": "Nastavenia aplikácie", + "settings.required_label": "(povinné)", + "settings.reset_confirm": "Ste si istý, že chcete resetovať toto nastavenie?", + "settings.restart_required_suffix": "= reštart je povinný", + "settings.revert_btn": "Odstrániť z DB", + "settings.revert_title": "Odstrániť prepis DB a vrátiť sa k premennej prostredia alebo predvolenej hodnote", + "settings.reverting": "Vrátim späť\u001164", + "settings.save_all_btn": "Uložiť všetky zmeny", + "settings.save_error": "Nepodarilo sa uložiť nastavenie", + "settings.save_setting_title": "Uložiť toto nastavenie", + "settings.save_success": "Nastavenie úspešne uložené", + "settings.saving_state": "Ukladám\u001164", + "settings.search_aria_label": "Hľadať nastavenia", + "settings.search_clear_aria": "Vymazať vyhľadávanie", + "settings.search_placeholder": "Hľadať nastavenia podľa názvu, kľúča alebo popisu\u001164", + "settings.settings_count_suffix": "nastavenia", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "settings.source_default_badge": "PREDVOĽBA", + "settings.source_env_badge": "PROSTREDIE", + "settings.title": "Nastavenia", + "settings.toggle_visibility_aria": "Prepnúť viditeľnosť hesla", + "settings.toggle_visibility_title": "Zobraziť/skryť hodnotu", + "settings.user_autocomplete_empty": "Nenájdení žiadni zodpovedajúci používatelia", + "settings.user_autocomplete_hint": "Zadajte názov pre hľadanie existujúcich používateľov, alebo zadajte akýkoľvek identifikátor manuálne.", + "settings.user_autocomplete_placeholder": "Začnite písať pre hľadanie používateľov\u001164", + "settings.wizard_btn": "Průvodca", + "shared.col_expiry": "Dátum vypršania", + "shared.col_file_label": "Súbor / Označenie", + "shared.col_link": "Odkaz", + "shared.col_views": "Zobrazenia", + "shared.copy_link_aria": "Kopírovať odkaz do schránky", + "shared.copy_link_title": "Kopírovať odkaz", + "shared.create_btn": "Vytvoriť odkaz", + "shared.create_heading": "Vytvoriť nový zdieľaný odkaz", + "shared.creating": "Vytváram\u001164", + "shared.expiry_12h": "12 hodín", + "shared.expiry_14d": "14 dní", + "shared.expiry_1h": "1 hodina", + "shared.expiry_24h": "24 hodín (1 deň)", + "shared.expiry_30d": "30 dní", + "shared.expiry_3d": "3 dni", + "shared.expiry_6h": "6 hodín", + "shared.expiry_7d": "7 dní", + "shared.expiry_label": "Dátum vypršania", + "shared.expiry_never": "Nikdy", + "shared.file_id_help_post": "stránke alebo v URL detailu dokumentu.", + "shared.file_id_help_pre": "Nájdite ID súboru na", + "shared.file_id_label": "ID súboru", + "shared.file_id_placeholder": "napr. 42", + "shared.files_link": "Súbory", + "shared.heading": "Zdieľané odkazy", + "shared.label_label": "Označenie", + "shared.label_placeholder": "napr. Zdieľané s Bobom", + "shared.link_created": "Zdieľaný odkaz bol vytvorený!", + "shared.link_created_help": "Skopírujte a pošlite tento odkaz príjemcovi.", + "shared.links_count_aria": "počet odkazov", + "shared.max_downloads_label": "Max stiahnutia", + "shared.no_links": "Žiadne zdieľané odkazy zatiaľ. Vytvorte jeden vyššie, aby ste začali.", + "shared.open_in_new_tab": "Otvoriť v novom okne", + "shared.open_link_aria": "Otvoriť zdieľaný odkaz", + "shared.optional": "(voliteľné)", + "shared.page_title": "Zdieľané odkazy – DocuElevate", + "shared.password_label": "Heslo", + "shared.password_placeholder": "Nechajte prázdne pre žiadne heslo", + "shared.password_protected": "Chránené heslom", + "shared.refresh_aria": "Obnoviť zoznam zdieľaných odkazov", + "shared.revoke_aria_prefix": "Odvolať zdieľaný odkaz pre", + "shared.revoke_btn": "Odvolať", + "shared.status_active": "Aktívny", + "shared.status_expired": "Vypršané", + "shared.status_limit_reached": "Limit dosiahnutý", + "shared.status_revoked": "Odvolané", + "shared.subtitle": "Zdieľajte dokumenty s kýmkoľvek prostredníctvom časovo obmedzeného alebo obmedzeného na zobrazenie odkazu. Príjemcovia nepotrebujú účet DocuElevate. Odkazy môžu byť chránené heslom a kedykoľvek odvolané.", + "shared.table_aria": "Zdieľané odkazy", + "shared.unlimited_placeholder": "Neobmedzené", + "shared.your_links": "Vaše Zdieľané Odkazy", + "similarity.backfill_auto": "Pozadie úlohy ich automaticky vypočíta každých 5 minút, alebo môžete", + "similarity.files_missing_text": "súbor(y) majú text OCR, ale ešte nemajú vloženie.", + "similarity.find_pairs_btn": "Nájsť páry", + "similarity.heading": "Podobnosť dokumentov", + "similarity.load_error": "Nepodarilo sa načítať páry.", + "similarity.min_similarity_label": "Min. podobnosť", + "similarity.no_pairs_detail": "Žiadne páry dokumentov neprekračujú prah podobnosti.", + "similarity.no_pairs_heading": "Nenašli sa podobné páry", + "similarity.page_title": "Podobnosť dokumentov - DocuElevate", + "similarity.pagination_aria": "Paginácia podobnosti párov", + "similarity.per_page_label": "Na stránku", + "similarity.scanning": "Hľadanie podobných párov dokumentov\n\n...", + "similarity.stat_embedding_model": "Model vkladania", + "similarity.stat_missing_embedding": "Chýbajúce vkladanie", + "similarity.stat_total_files": "Celkový počet súborov", + "similarity.stat_with_embedding": "S vkladaním", + "similarity.subtitle": "Páry dokumentov s vysokou sémantickou podobnosťou, zoradené podľa skóre.", + "similarity.trigger_aria": "Spustiť výpočet vkladania pre všetky súbory, ktorým chýbajú vkladania", + "similarity.trigger_now": "spustiť teraz", + "status.app_version": "Verzia aplikácie", + "status.build_date": "Dátum zostavenia", + "status.container_id": "ID kontajnera", + "status.git_commit": "Git Commít", + "status.last_check": "Posledná kontrola", + "status.page_title": "Stav systému", + "status.setting_label": "Nastavenie", + "status.value_label": "Hodnota", + "subscription.available_plans_heading": "Dostupné plány", + "subscription.back_to_dashboard": "Späť na ovládací panel", + "subscription.cancel_pending": "Zrušiť zmenu", + "subscription.cancel_scheduled": "Zrušiť naplánovanú zmenu", + "subscription.contact_sales": "Kontaktovať predaj", + "subscription.current_badge": "Aktuálne", + "subscription.current_plan": "Aktuálny plán", + "subscription.current_plan_cta": "Váš aktuálny plán", + "subscription.downgrade_to_prefix": "Znížiť na", + "subscription.features_heading": "Čo je zahrnuté vo vašom pláne", + "subscription.free": "Bezplatne", + "subscription.heading": "Moja predplatné", + "subscription.keep_plan_prefix": "Udržať", + "subscription.lifetime_files": "Celkové súbory (po celý život)", + "subscription.month_files": "Súbory tento mesiac", + "subscription.more_features_label": "viac", + "subscription.page_title": "Moja predplatné \u0013 DocuElevate", + "subscription.pending_badge": "Čakajúce", + "subscription.pending_benefits": "Zachovávate si všetky výhody aktuálneho plánu až do tej doby.", + "subscription.pending_on": "dňa", + "subscription.pending_title": "Naplánovaná zmena plánu čaká", + "subscription.pending_will_change": "Váš plán sa zmení na", + "subscription.per_mo": "/mes.", + "subscription.per_month": "/mesiac", + "subscription.since": "Od", + "subscription.single_user_body": "Úrovne predplatného sa uplatňujú, keď je aktívny režim viacerých používateľov. Vaša inštancia momentálne funguje v režime jedného používateľa bez obmedzení spracovania. Administrátor môže povoliť režim viacerých používateľov cez {settings_link}.", + "subscription.single_user_title": "Režim viacerých používateľov nie je povolený.", + "subscription.subtitle": "Váš aktuálny plán, využitie a dostupné upgradey.", + "subscription.this_month_label": "tento mesiac", + "subscription.today_files": "Súbory dnes", + "subscription.today_label": "dnes", + "subscription.unlimited": "Neobmedzené", + "subscription.upgrade_info": "Upgrady nadobúdajú účinnosť okamžite. Zníženia sú naplánované na koniec vášho aktuálneho fakturačného obdobia.", + "subscription.upgrade_to_prefix": "Upgradovať na", + "subscription.usage_heading": "Využitie", + "upload.browse_button": "Prehľadávať súbory", + "upload.button_processing": "Spracováva sa...", + "upload.camera_button": "Urobiť fotografiu / Naskenovať dokument", + "upload.download_button": "Stiahnuť a spracovať", + "upload.downloading": "Sťahovanie súboru z URL...", + "upload.drag_drop": "Pretiahnite súbory sem alebo kliknite na prehľadávanie", + "upload.drop_hint_desktop": "Pretiahnite súbory alebo priečinky sem, alebo kliknite na výber súborov.", + "upload.drop_hint_mobile": "Ťuknite na výber súborov alebo použite tlačidlo fotoaparátu nižšie.", + "upload.drop_zone_aria": "Oblasť nahrávania súborov. Pretiahnite súbory sem, alebo stlačte Enter na prehľadávanie súborov.", + "upload.error": "Nahrávanie zlyhalo", + "upload.error_invalid_url": "Neplatný formát URL", + "upload.error_url_required": "Zadajte prosím URL", + "upload.file_size_hint": "Maximálna veľkosť: 500 MB na súbor", + "upload.file_types": "Povolené typy: PDF, kancelárske dokumenty (Word, Excel, PowerPoint atď.), Obrázky", + "upload.filename_description": "Nechajte prázdne, ak chcete použiť názov súboru z URL", + "upload.filename_label": "Názov súboru (voliteľné)", + "upload.filename_placeholder": "moj-dokument.pdf", + "upload.max_size": "Maximálna veľkosť súboru: {size}", + "upload.page_title": "Nahrávať súbory", + "upload.section_device": "Nahrať z zariadenia", + "upload.section_url": "Nahrať z URL", + "upload.select_file": "Vybrať súbor", + "upload.success": "Súbor bol úspešne nahraný", + "upload.title": "Nahrať dokument", + "upload.uploading": "Nahráva sa...", + "upload.url_description": "Zadajte priamy odkaz na súbor (PDF, Office dokumenty alebo obrázky)", + "upload.url_label": "URL adresa súboru", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/sl.json b/frontend/translations/sl.json index d36160ed..44ab7ca6 100644 --- a/frontend/translations/sl.json +++ b/frontend/translations/sl.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Spoznajte ustvarjalca", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_pre": "DocuElevate je strastno razvit s strani", + "about.features_admin_api": "Močan REST API za programatski dostop", + "about.features_admin_config": "Visoko konfigurabilno preko okolijskih spremenljivk", + "about.features_admin_docker": "Pripravljeno za Docker za enostavno namestitev in razširitev", + "about.features_admin_heading": "Administracija", + "about.features_admin_oauth2": "Podpora za OAuth2 avtentikacijo z Authentik", + "about.features_automation_background": "Obdelava v ozadju z Redis in Celery", + "about.features_automation_gmail": "Integracija Gmail in splošnih e-poštnih računov", + "about.features_automation_heading": "Avtomatizacija", + "about.features_automation_imap": "IMAP preverjanje prejetih sporočil iz več virov", + "about.features_automation_ingestion": "Samodejno pridobivanje dokumentov iz različnih vhodov", + "about.features_heading": "Ključne funkcije", + "about.features_integration_cloud": "Oblačno shranjevanje: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integracija in Shranjevanje", + "about.features_integration_multi_dest": "Podpora za več destinacij (shranjevanje dokumentov na več lokacijah)", + "about.features_integration_protocols": "Prenosni protokoli: FTP, SFTP, Posredovanje e-pošte", + "about.features_integration_selfhosted": "Možnosti za samodejno gostovanje: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Inteligentna klasifikacija dokumentov in ekstrakcija datumov", + "about.features_processing_heading": "Obdelava dokumentov", + "about.features_processing_metadata": "Samodejna ekstrakcija metapodatkov z uporabo vtičnika AI ponudnika", + "about.features_processing_ocr": "OCR, podprt z Azure Document Intelligence", + "about.features_processing_pdf": "Pretvorba PDF za različne datotečne formate preko Gotenberg", + "about.features_processing_upload": "Enostavno in varno nalaganje datotek s podporo za povleci in spusti", + "about.github_logo_alt": "GitHub logotip", + "about.heading": "O DocuElevate", + "about.intro_post": " – vaša moderna, inteligentna rešitev za obdelavo dokumentov! Ustvarili smo DocuElevate, da popolnoma preoblikujemo način, kako obravnavate svoje dokumente – od nalaganja do ekstrakcije, od obdelave do shranjevanja.", + "about.intro_pre": "Dobrodošli pri ", + "about.involved_description": "Želite raziskovati kodo, prispevati ideje ali izvedeti več o DocuElevate?", + "about.involved_docs": "Preberite dokumentacijo", + "about.involved_github": "Ogled DocuElevate na GitHubu", + "about.involved_heading": "Pridružite se nam", + "about.involved_website": "Obiščite spletno stran DocuElevate", + "about.legal_description": "Skrbimo za vašo zasebnost in varnost podatkov. Prosimo, preglejte naše:", + "about.legal_heading": "Zasebnost in pravno", + "about.legal_license": "Informacije o licenci", + "about.legal_privacy": "Obvestilo o zasebnosti", + "about.page_title": "O DocuElevate", + "about.story_heading": "Naša zgodba", + "about.story_p1": "DocuElevate je bil ustvarjen z enim ciljem v mislih: poenostaviti in optimizirati upravljanje dokumentov za vse, ne glede na to, ali ste majhno zagonsko podjetje ali velika korporacija.", + "about.story_p2": "Izkoriščamo moč vtičnikov AI ponudnikov (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey in še več) za ekstrakcijo metapodatkov in izboljšanje besedila, se brezšivno integriramo z Dropboxom, Nextcloudom in Paperless NGX za shranjevanje in indeksiranje, uporabljamo Azure Document Intelligence za OCR in celo Gotenberg za pretvorbe datotek v PDF.", + "api_tokens.col_created": "Ustvarjeno", + "api_tokens.col_last_ip": "Zadnji IP", + "api_tokens.col_last_used": "Zadnja uporaba", + "api_tokens.col_name": "Ime", + "api_tokens.col_prefix": "Predpona žetona", + "api_tokens.copy_to_clipboard": "Kopiraj žeton v odložišče", + "api_tokens.copy_upload_example": "Kopiraj primer nalaganja v odložišče", + "api_tokens.copy_warning_1": "Zdaj kopirajte ta žeton — to bo", + "api_tokens.copy_warning_2": "ne bo prikazano ponovno", + "api_tokens.create_heading": "Ustvari nov žeton", + "api_tokens.create_token": "Ustvari žeton", + "api_tokens.creating": "Ustvarjanje…", + "api_tokens.heading": "API žetoni", + "api_tokens.intro": "Ustvarite osebne API žetone za interakcijo z API-jem DocuElevate programatično. Uporabite žetone za nalaganje webhookov, CI/CD pipelines ali kakršno koli skripto, ki potrebuje nalaganje ali pridobivanje dokumentov.", + "api_tokens.loading_tokens": "Nalagam žetone…", + "api_tokens.never": "Nikoli", + "api_tokens.no_tokens_heading": "Še ni API žetonov", + "api_tokens.no_tokens_help": "Ustvarite svoj prvi žeton zgoraj, da začnete.", + "api_tokens.page_title": "API žetoni – DocuElevate", + "api_tokens.revoke": "Prekliči", + "api_tokens.revoke_prefix": "Prekliči žeton", + "api_tokens.status_active": "Aktiven", + "api_tokens.status_revoked": "Preklican", + "api_tokens.table_aria": "API žetoni", + "api_tokens.token_created": "Žeton je bil uspešno ustvarjen!", + "api_tokens.token_name_label": "Ime žetona", + "api_tokens.token_name_placeholder": "npr. CI Pipeline, Webhook Upload, Moja skripta", + "api_tokens.usage_heading": "Primer uporabe", + "api_tokens.usage_intro_post": "glava z vsakim API zahtevkom:", + "api_tokens.usage_intro_pre": "Uporabite svoj API žeton v", + "api_tokens.your_tokens": "Vaši žetoni", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", + "audit.col_resource": "Vir", + "audit.col_timestamp": "Časovni žig", + "audit.critical": "Kritično", + "audit.filter_action": "Dejanje", + "audit.filter_all_actions": "Vsa dejanja", + "audit.filter_all_users": "Vsi uporabniki", + "audit.filter_resource_placeholder": "npr. dokument, uporabnik", + "audit.filter_resource_type": "Tip vira", + "audit.filter_severity": "Resnost", + "audit.filter_user": "Uporabnik", + "audit.filters_section_label": "Filtri dnevnika revizij", + "audit.next": "Naslednje", + "audit.next_label": "Naslednja stran", + "audit.no_events": "Še ni zabeleženih dogodkov revizij.", + "audit.no_events_hint": "Pomembne akcije (prijave, operacije z dokumenti, spremembe nastavitev) se bodo prikazale tukaj.", + "audit.page_title": "Dnevniki revizij - DocuElevate", + "audit.pagination_label": "Stranitev dnevnika revizij", + "audit.prev": "Prejšnje", + "audit.prev_label": "Prejšnja stran", + "audit.refresh_label": "Osveži dnevnike revizij", + "audit.siem_disabled_title": "Posredovanje SIEM je onemogočeno", + "audit.siem_enabled_title": "Dogodki se posredujejo na ", + "audit.siem_off": "SIEM: Izklopljeno", + "audit.subtitle": "Obsežen, samo-dodajajoč zapis vseh pomembnih dejanj.", + "audit.table_label": "Dogodki dnevnika revizij", + "audit.title": "Dnevniki revizij", + "auth.confirm_password": "Potrdite geslo", + "auth.create_account": "Ustvari račun", + "auth.display_name_label": "Prikazno ime", + "auth.email_label": "E-pošta", + "auth.forgot_password": "Ste pozabili geslo?", + "auth.forgot_username": "Ste pozabili uporabniško ime?", + "auth.login": "Prijavi se", + "auth.login_title": "Prijavi se", + "auth.logo_alt": "Logo DocuElevate", + "auth.logout": "Odjava", + "auth.my_account": "Moj račun", + "auth.no_account": "Nemate računa?", + "auth.or_continue_with": "Ali nadaljujte z", + "auth.password_label": "Geslo", + "auth.profile": "Profil", + "auth.remember_me": "Zapomni si me", + "auth.return_home": "Vrni se domov", + "auth.sign_in": "Prijava", + "auth.sign_in_sso": "Prijava z SSO", + "auth.sign_in_with": "Prijavite se z", + "auth.sign_in_with_username": "Prijavite se z uporabniškim imenom", + "auth.signup": "Registriraj se", + "auth.signup_title": "Registriraj se", + "auth.username_label": "Uporabniško ime", + "auth.username_or_email": "Uporabniško ime ali e-pošta", + "auth.verify_email_back_sign_in": "Nazaj na prijavo", + "auth.verify_email_expiry": "Povezava poteče v 24 urah. Če e-pošte ne vidite, preverite mapo za neželeno pošto.", + "auth.verify_email_heading": "Preverite svoj poštni predal", + "auth.verify_email_message": "Poslali smo vam e-poštno sporočilo za potrditev. Kliknite povezavo v e-pošti za aktivacijo svojega računa.", + "auth.verify_email_page_title": "DocuElevate - Potrdite svojo e-pošto", + "auth.verify_email_resend_aria_label": "E-naslov za ponovno pošiljanje", + "auth.verify_email_resend_button": "Ponovno pošlji potrditev e-pošte", + "auth.verify_email_resend_label": "E-naslov", + "auth.verify_email_resend_placeholder": "Vnesite svoj e-naslov", + "auth.verify_email_resend_prompt": "Niste ga prejeli?", + "backup.archives_heading": "Arhivi varnostnih kopij", + "backup.backup_now": "Ustvari varnostno kopijo zdaj", + "backup.clean_up": "Očisti", + "backup.cleanup_title": "Zaženi čiščenje zadrževanja zdaj", + "backup.col_created": "Ustvarjeno", + "backup.col_filename": "Ime datoteke", + "backup.col_size": "Velikost", + "backup.col_storage": "Shramba", + "backup.col_type": "Tip", + "backup.config_auto_backup": "Samodejna varnostna kopija", + "backup.config_remote_dest": "Oddaljena destinacija", + "backup.config_retention": "Zadrževanje", + "backup.config_total_size": "Skupna lokalna velikost", + "backup.confirm_btn": "Potrdi", + "backup.confirm_title": "Potrdite dejanje", + "backup.heading": "Upravljanje varnostnih kopij", + "backup.local_only": "Samo lokalno", + "backup.no_backups": "Še ni varnostnih kopij.", + "backup.no_backups_hint": "Kliknite Ustvari varnostno kopijo zdaj, da ustvarite svojo prvo varnostno kopijo.", + "backup.page_title": "Upravljanje varnostnih kopij", + "backup.records_label": "zapisi", + "backup.restore_btn": "Obnovi", + "backup.restore_desc_mid": "arhiv varnostne kopije za obnovitev baze podatkov.", + "backup.restore_desc_pre": "Naložite", + "backup.restore_desc_warning": "To bo prepisalo vse trenutne podatke.", + "backup.restore_file_label": "Arhiv varnostne kopije (.db.gz)", + "backup.restore_heading": "Obnovitev iz datoteke", + "backup.restoring": "Obnavljanje\u001a...", + "backup.retention_daily_detail": "\u0001– hrani se 3 tedne", + "backup.retention_heading": "Politika zadrževanja", + "backup.retention_hourly_detail": "\u0001– hrani se 4 dni", + "backup.retention_note": "Varnostne kopije, ki presegajo te meje, se samodejno izrežejo po ustvaritvi vsake nove varnostne kopije.", + "backup.retention_weekly_detail": "\u0001– hrani se ~3 mesece", + "backup.snapshots": "posnetki", + "backup.status_ok": "v redu", + "backup.storage_local": "lokalno", + "backup.subtitle": "Varnostne kopije podatkovne baze se ustvarjajo samodejno: na uro (4 dni), na dan (3 tedne), na teden (13 tednov).", + "backup.table_aria": "Arhivi varnostnih kopij", + "backup.trigger_daily": "Ustvari varnostno kopijo zdaj (dnevna)", + "backup.trigger_hourly": "Ustvari varnostno kopijo zdaj (odurna)", + "backup.trigger_weekly": "Ustvari varnostno kopijo zdaj (tedenska)", + "backup.type_daily": "Dnevna", + "backup.type_hourly": "Odurna", + "backup.type_weekly": "Tedenska", + "billing.go_to_dashboard": "Pojdi na nadzorno ploščo", + "billing.manage_subscription": "Upravljaj naročnino", + "billing.success_heading": "Vse je pripravljeno!", + "billing.success_message": "Vaša naročnina je bila aktivirana. Hvala, da ste izbrali DocuElevate!", + "billing.success_page_title": "DocuElevate - Naročnina aktivirana", + "common.actions": "Dejanja", + "common.active": "Aktivno", + "common.all": "Vse", + "common.avatar": "Avatar", + "common.back": "Nazaj", + "common.cancel": "Prekliči", + "common.close": "Zapri", + "common.col_pending": "Čaka", + "common.completed": "Zaključeno", + "common.confirm": "Potrdi", + "common.copied": "Kopirano!", + "common.copy": "Kopiraj", + "common.create": "Ustvari", + "common.created": "Ustvarjeno", + "common.date": "Datum", + "common.delete": "Izbriši", + "common.description": "Opis", + "common.details": "Podrobnosti", + "common.disabled": "Onemogočeno", + "common.download": "Prenesi", + "common.duplicate": "Podvoji", + "common.edit": "Uredi", + "common.enabled": "Omogočeno", + "common.error": "Napaka", + "common.failed": "Neuspeh", "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", + "common.inactive": "Neaktiven", + "common.info": "Informacije", + "common.loading": "Nalaganje...", + "common.name": "Ime", + "common.next": "Naprej", + "common.next_page": "Naslednja stran", + "common.no": "Ne", + "common.none": "Nobeno", + "common.page": "Stran", + "common.paused": "Pauzirano", + "common.pending": "Čaka", + "common.prev_page": "Prejšnja stran", + "common.previous": "Prejšnji", + "common.processing": "Obdelava", + "common.refresh": "Osveži", + "common.reset": "Ponastavi", + "common.retry": "Poskusi znova", + "common.save": "Shrani", + "common.search": "Iskanje", + "common.select": "Izberi", + "common.select_placeholder": " izberi ", + "common.size": "Velikost", "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "common.submit": "Pošlji", + "common.success": "Uspeh", + "common.tags": "Oznake", + "common.test": "Test", + "common.test_connection": "Preizkus povezave", + "common.type": "Tip", + "common.update": "Posodobi", + "common.updated": "Posodobljeno", + "common.upload": "Naloži", + "common.view": "Pogled", + "common.warning": "Opozorilo", + "common.yes": "Da", + "cookie.accept": "Razumem", + "cookie.learn_more": "Izvedi več", + "cookie.message": "Ta spletna stran uporablja piškotke za izboljšanje vaše izkušnje.", + "cookie.notice": "DocuElevate uporablja samo nujne sejne piškotke, ki so potrebni za overjanje in delovanje storitev. Piškotki za sledenje ali analitiko se ne uporabljajo.", + "cookie.notice_label": "Obvestilo o piškotkih", + "cookie.policy_link": "Politika piškotkov", + "cookie.privacy_link": "Obvestilo o zasebnosti", + "credentials.col_action": "Dejanje", + "credentials.col_credential": "Overitev", + "credentials.col_source": "Vir", + "credentials.configured": "Konfigurirano", + "credentials.edit_in_settings": "Uredi v nastavitvah", + "credentials.legend_db": "Vrednost shranjena v bazi podatkov (šifrirana v mirovanju; nadomesti spremenljivko okolja)", + "credentials.legend_env_after": " datoteka", + "credentials.legend_env_before": "Vrednost iz spremenljivke okolja ali ", + "credentials.legend_missing": "Overitev ni nastavljena — integracija ne bo delovala", + "credentials.legend_restart": "Potrebno ponovno zagon, ko je ta overitev rotirana", + "credentials.legend_title": "Legenda", + "credentials.manage_settings": "Upravljanje z nastavitvami", + "credentials.not_configured": "Ni konfigurirano", + "credentials.page_title": "Revizija overitev - DocuElevate", + "credentials.raw_json": "Neobdelan JSON (API)", + "credentials.restart_title": "Ponovni zagon potreben po rotaciji te overitve", + "credentials.source_db_title": "Shranjeno v bazi podatkov (šifrirano)", + "credentials.source_env_title": "Iz spremenljivke okolja", + "credentials.status_missing": "Manjkajoče", + "credentials.subtitle": "Pregled vseh občutljivih overitev, ki jih uporablja DocuElevate. Tukaj niso prikazane nobene skrivne vrednosti — le ali je vsaka overitev konfigurirana in od kod prihaja.", + "credentials.table_for": "Overitve za", + "credentials.title": "Revizija overitev", + "credentials.total_credentials": "Skupno število overitev", + "dashboard.active_integrations": "Aktivne integracije", + "dashboard.files_this_month": "Datoteke ta mesec", + "dashboard.files_today": "Datoteke danes", + "dashboard.ocr_processed": "OCR obdelano", + "dashboard.quick_actions": "Hitre akcije", + "dashboard.recent_activity": "Nedavna dejavnost", + "dashboard.storage_targets": "Cilji shranjevanja", + "dashboard.title": "Nadzorna plošča", + "dashboard.total_files": "Skupno datotek", + "dashboard.welcome": "Dobrodošli v DocuElevate", + "duplicates.file_id_label": "ID datoteke", + "duplicates.file_id_placeholder": "npr. 42", + "duplicates.find_btn": "Najdi", + "duplicates.found_files": "skupaj najdenih podvojitev.", + "duplicates.found_groups": "podvojene skupine z", + "duplicates.found_prefix": "Najdeno", + "duplicates.group_aria": "Podvojena skupina", + "duplicates.heading": "Podvojeni dokumenti", + "duplicates.how_it_works_heading": "Kako deluje zaznavanje skoraj podvojitev", + "duplicates.max_results_label": "Max rezultati", + "duplicates.near_dup_desc": "Izberite dokument, da preverite, ali katera koli druga datoteka vsebuje enako (ali zelo podobno) vsebino — celo, če so bile skenirane ob različnih časih in imajo različne SHA-256 hashe.", + "duplicates.near_dup_heading": "Najdi skoraj podvojitve za dokument", + "duplicates.no_exact_heading": "Nobene natančne podvojitve niso bile najdene", + "duplicates.page_title": "Podvojeni dokumenti - DocuElevate", + "duplicates.pagination_aria": "Stranjenje", + "duplicates.role_duplicate": "Podvojitev", + "duplicates.role_original": "Izvirnik", + "duplicates.tab_exact": "Natančne podvojitve", + "duplicates.tab_near": "Iskalnik skoraj podvojitev", + "duplicates.tabs_aria": "Zavihki za zaznavanje podvojitev", + "duplicates.threshold_label": "Prag podobnosti", + "duplicates.view_dup_aria": "Ogled podvojene datoteke", + "duplicates.view_original_aria": "Ogled izvirne datoteke", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Oups, te strani nismo mogli najti!", + "error.404_home": "Vrni se domov", + "error.404_message": "Zdi se, da je DocuElevate izgubila dokument, ki ste ga iskali. Ne skrbite – tukaj smo za vas.", + "error.404_title": "404 - Ni najdeno", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Prikaži informacije o odpravljanju napak", + "error.500_description": "Naši strežniki so naleteli na težavo in potrebujejo trenutek.", + "error.500_heading": "Oups! Nekaj je šlo narobe.", + "error.500_home": "Pojdi domov", + "error.500_img_alt": "Ilustracija napake strežnika", + "error.500_message1": "Naši strežniki so naleteli na težavo in potrebujejo trenutek. Morda so hrčki prevrnili svoj kavo?", + "error.500_message2": "Že smo na tem — razvrščamo datoteke, ponastavljamo strežnike in kalibriramo flux kapacitorje.", + "error.500_title": "Napaka strežnika - DocuElevate", + "error.forbidden": "Prepovedano", + "error.forbidden_message": "Nimate dovoljenja za dostop do te strani.", + "error.not_found": "Stran ni bila najdena", + "error.not_found_message": "Stran, ki jo iščete, ne obstaja.", + "error.server_error": "Notranja težava strežnika", + "error.server_error_message": "Nekaj je šlo narobe. Poskusite znova pozneje.", + "error.unauthorized": "Neavtorizirano", + "error.unauthorized_message": "Za dostop do te strani se morate prijaviti.", + "files.action_delete": "Izbriši datoteko", + "files.action_details": "Poglej podrobnosti", + "files.action_preview": "Hiter predogled", + "files.bulk_clear_selection": "Počisti izbiro", + "files.bulk_cloud_ocr": "Ponovno zaženi Cloud OCR", + "files.bulk_delete": "Izbriši izbrane", + "files.bulk_download": "Prenesi kot ZIP", + "files.bulk_reprocess": "Ponovno obdelaj izbrane", + "files.delete_modal_cancel": "Prekliči", + "files.delete_modal_confirm": "Izbriši", + "files.delete_modal_message": "Ste prepričani, da želite izbrisati to datoteko?", + "files.delete_modal_title": "Potrdite izbris", + "files.document_title": "Naslov dokumenta", + "files.drop_overlay_hint": "Podpira PDF, Office dokumente, slike, HTML, Markdown in še več – mape se obdelajo rekurzivno", + "files.drop_overlay_title": "Spustite datoteke ali mape kjerkoli za nalaganje", + "files.error_hint": "To je morda posledica težave s konfiguracijo ali uvozom. Prosimo, preverite dnevnik strežnika.", + "files.file_size": "Velikost datoteke", + "files.filename": "Ime datoteke", + "files.files_selected": "izbrane datoteke", + "files.filter_all_providers": "Vsi ponudniki", + "files.filter_all_statuses": "Vsi statusi", + "files.filter_all_types": "Vse vrste", + "files.filter_apply": "Uporabi filtre", + "files.filter_clear": "Počisti", + "files.filter_date_from": "Datum od", + "files.filter_date_from_aria": "Filtriraj od datuma", + "files.filter_date_to": "Datum do", + "files.filter_date_to_aria": "Filtriraj do datuma", + "files.filter_form_aria": "Filtriraj datoteke", + "files.filter_mime_type": "MIME tip", + "files.filter_ocr_all": "Vse datoteke", + "files.filter_ocr_good": "Dobra kakovost", + "files.filter_ocr_poor": "Slaba kakovost", + "files.filter_ocr_quality": "Kakovost OCR", + "files.filter_ocr_quality_aria": "Filtriraj po kakovosti OCR", + "files.filter_ocr_unchecked": "Še ni ocenjeno", + "files.filter_search_label": "Išči ime datoteke", + "files.filter_search_placeholder": "Vnesite ime datoteke...", + "files.filter_storage_provider": "Založnik", + "files.filter_tags_aria": "Filtriraj po oznakah (ločene z vejico)", + "files.filter_tags_placeholder": "npr. račun,amazon", + "files.fulltext_search_label": "Iskanje po celotnem besedilu (OCR besedilo, metapodatki, oznake)", + "files.fulltext_search_placeholder": "Išči vsebino dokumenta, pošiljatelja, oznake, tip...", + "files.no_files": "Že imenovanih datotek ni", + "files.ocr_status": "Status OCR", + "files.page_title": "Zapiski datotek", + "files.pagination_files": "datoteke", + "files.pagination_first": "Prva", + "files.pagination_last": "Zadnja", + "files.pagination_nav_aria": "Paginarni seznam datotek", + "files.pagination_next": "Naslednja", + "files.pagination_of": "od", + "files.pagination_previous": "Prejšnja", + "files.pagination_showing": "Prikazujem", + "files.preview_modal_close": "Zapri predogled", + "files.preview_modal_title": "Predogled", + "files.queue_banner_items": "element(i) je trenutno v čakanju ali se obdeluje. Datoteke se bodo prikazale tukaj, ko se obdelava konča.", + "files.queue_banner_link": "Ogled čakalne vrste", + "files.saved_searches_empty": "Še ni shranjenih iskanj", + "files.saved_searches_error": "Ni mogoče naložiti shranjenih iskanj", + "files.saved_searches_label": "Shranjena Iskanja", + "files.saved_searches_save": "Shrani trenutne", + "files.saved_searches_save_aria": "Shrani trenutne filtre kot shranjeno iskanje", + "files.search_results_empty": "Ni najdenih rezultatov.", + "files.search_results_title": "Rezultati iskanja", + "files.status_duplicate": "Podvojeno", + "files.table_actions": "Dejanja", + "files.table_aria": "Zapiski datotek", + "files.table_created_at": "Ustvarjeno ob", + "files.table_empty": "Že imenovanih datotek ni", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.table_mime_type": "MIME Tip", + "files.table_original_filename": "Izvirno ime datoteke", + "files.table_select_all": "Izberi vse datoteke na tej strani", + "files.tags": "Oznake", + "files.title": "Datoteke", + "files.upload_modal_aria": "Napredek nalaganja", + "files.upload_modal_close": "Zapri napredek nalaganja", + "files.upload_modal_header": "Nalagam Datoteke", + "files.uploaded": "Naloženo", + "footer.about": "O", + "footer.attribution": "Zasluge", + "footer.attributions": "Zasluge", + "footer.cookies": "Piškotki", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Impresum", + "footer.license": "Licenca", + "footer.navigation": "Navigacija v nogi", + "footer.privacy": "Zasebnost", + "footer.terms": "Pogoji", + "footer.version": "Različica {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "Povezano prek OAuth. Datoteke se shranijo v vaš izbrani mapo.", + "help.destinations_email": "Posredovanje E-pošte", + "help.destinations_email_desc": "Obdelane datoteke poslane kot SMTP priloge.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Račun storitve ali OAuth. Podpira skupne diske.", + "help.destinations_heading": "Destinacije – Kam gredo Dokumenti", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Lastno gostovana shramba v oblaku prek WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Integracija z Microsoft Graph API.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Dokumente neposredno potisnite v Paperless za arhiviranje.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Vsak S3-združljiv predal (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Varnen prenos datotek na vsak strežnik.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST metapodatke na katero koli zunanje končno točko.", + "help.documentation": "Dokumentacija", + "help.faq": "Pogosto Zastavljena Vprašanja", + "help.faq_1_a": "Pojdite na stran Nalaganje, povlecite in spustite svoje datoteke ali kliknite Izberite datoteko. DocuElevate pretvori slike in pisarniške dokumente v PDF, izvaja OCR in samodejno izvleče metapodatke.", + "help.faq_1_q": "Kako naložim dokumente?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF in HTML. Datoteke, ki niso PDF, se pred obdelavo samodejno pretvorijo v PDF.", + "help.faq_2_q": "Katere datotečne formate podpirate?", + "help.faq_3_a": "Da. Pojdite na Uvozi e-pošto, dodajte IMAP račun, in DocuElevate bo samodejno preverjal nove sporočila ter obdelal priloge.", + "help.faq_3_q": "Ali lahko uvozite dokumente iz e-pošte?", + "help.faq_4_a": "Cevovodi vam omogočajo, da povežete korake obdelave – OCR, AI ekstrakcijo, pretvorbo formatov – in usmerite rezultat na eno ali več destinacij. Ustvarite in upravljajte jih s strani Pipelines.", + "help.faq_4_q": "Kako delujejo obdelovalni cevovodi?", + "help.faq_5_a": "DocuElevate šifrira poverilnice v mirovanju, komunicira prek TLS in nikoli ne shranjuje vaših dokumentov dlje, kot je potrebno. Oglejte si Obvestilo o zasebnosti za popolne podrobnosti.", + "help.faq_5_a_post": " za popolne podrobnosti.", + "help.faq_5_a_pre": "DocuElevate šifrira poverilnice v mirovanju, komunicira prek TLS in nikoli ne hrani vaših dokumentov dlje, kot je potrebno. Oglejte si ", + "help.faq_5_q": "Ali so moji podatki varni?", + "help.faq_heading": "Pogosta vprašanja", + "help.getting_started": "Začetek", + "help.heading": "Pomoč", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Uporabite REST API za programatsko prenašanje dokumentov. Avtenticirajte se s prenosnim žetonom in POŠLJITE datoteke na končno točko za nalaganje.", + "help.ingestion_heading": "Orodja za zajem podatkov", + "help.ingestion_mobile": "Mobilne aplikacije", + "help.ingestion_mobile_desc": "Uporabite katero koli mobilno skener aplikacijo, ki podpira prilagojene HTTP cilje za nalaganje, da pošljete fotografije in skeniranjem v DocuElevate s svojega telefona ali tablice.", + "help.ingestion_scanners": "Omrežni skenerji", + "help.ingestion_scanners_desc": "Usmerite kateri koli omrežni skener ali večfunkcijsko tiskalnico na končno točko nalaganja DocuElevate. Skenirani dokumenti pridejo neposredno v vaš predhodni seznam obdelave.", + "help.ingestion_watched_folders": "Nadzorovani mape", + "help.ingestion_watched_folders_desc": "Konfigurirajte lokalno ali omrežno mapo, ki jo je treba spremljati. Vsaka datoteka, postavljena v nadzorovano mapo, se samodejno nalaga in obdeluje z DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrirajte DocuElevate v svoje avtomatizacijske delovne tokove z Zapier, n8n ali Make. Uporabite akcije REST API za sprožitev nalaganja dokumentov z različnih dogodkov.", + "help.meta_description": "Pridobite pomoč z DocuElevate – najdite vodnike za nalaganje dokumentov, povezovanje oblačnih shranjevanj, nastavitev cevovodov in še več.", + "help.og_description": "Pridobite pomoč z DocuElevate – najdite vodnike za nalaganje dokumentov, povezovanje oblačnih shranjevanj, nastavitev cevovodov in še več.", + "help.page_title": "Pomoč", + "help.privacy_notice": "Obvestilo o zasebnosti", + "help.quickstart_heading": "Hiter začetek", + "help.quickstart_storage": "Povežite shranjevanje", + "help.quickstart_storage_desc": "Pojdite v Nastavitve in povežite svoje oblačne račune. Obdelani dokumenti se samodejno usmerjajo na vsako destinacijo, ki jo konfigurirate.", + "help.quickstart_storage_desc_full": "Pojdite na Integracije in povežite svoje račune oblačnega shranjevanja. DocuElevate podpira Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud in še več. Obdelani dokumenti se samodejno usmerijo na vsako destinacijo, ki jo konfigurirate.", + "help.quickstart_upload": "Naložite dokumente", + "help.quickstart_upload_desc": "Povlecite in spustite datoteke na stran za nalaganje ali kliknite Izberi datoteko. DocuElevate pretvori slike in pisarniške dokumente v PDF, izvede OCR in samodejno izlušči metapodatke.", + "help.quickstart_workflows": "Avtomatizirajte delovne tokove", + "help.quickstart_workflows_desc": "Ustvarite cevovode za določitev večstopenjske obdelave in usmerjevalnih pravil. Združite OCR, AI ekstrakcijo, pretvorbo formatov in dostavo v en sam tok.", + "help.sources_email_ingestion": "Uvoz e-pošte (IMAP)", + "help.sources_email_ingestion_desc": "Posredujte dokumente v namenski nabiralnik. Pod Uvoz e-pošte dodajte enega ali več IMAP računov. DocuElevate samodejno preverja nova sporočila in obdeluje priloge.", + "help.sources_heading": "Viri – Pridobitev dokumentov", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "help.sources_rest_api_desc": "Integrirajte programatsko s POST-iranjem datotek na /api/upload. Idealno za skripte, nadzorovane mape, skenerje ali orodja tretjih oseb, kot sta Zapier in n8n.", + "help.sources_scanner": "Skener in mobilno", + "help.sources_scanner_desc": "Usmerite omrežne skenerje na naložni konec DocuElevate ali uporabite katero koli mobilno aplikacijo za skeniranje, ki podpira lastne HTTP destinacije.", + "help.sources_scanner_desc_full": "Konfigurirajte svoj omrežni skener ali večfunkcijsko tiskalnico, da pošlje skeniranja neposredno v DocuElevate. Uporabite končno točko /api/upload kot destinacijo. Podprte so tudi mobilne skener aplikacije s prilagojenimi cilji nalaganja.", + "help.sources_web_upload": "Nalaganje prek splet", + "help.sources_web_upload_desc": "Najhitrejši način, da začnete. Odprite stran za nalaganje, spustite eno ali več datotek, in DocuElevate poskrbi za ostalo. Podprti formati vključujejo PDF, JPEG, PNG, TIFF, DOCX, XLSX in še več.", + "help.subheading": "Vse, kar potrebujete, da izkoristite DocuElevate. Prebrskajte teme spodaj ali poiščite tisto, kar potrebujete.", + "help.support": "Podpora", + "help.support_admin_message": "Kontaktirajte svojega skrbnika za informacije o podpori.", + "help.support_description": "Ne morete najti tistega, kar iščete? Naša ekipa za podporo je tukaj, da pomaga.", + "help.support_heading": "Kontaktirajte podporo", + "help.support_live_chat": "Na voljo je spletni klepet – kliknite na klepetalno mehurček, da začnete pogovor.", + "help.support_ticket_button": "Predložite zahtevek", + "help.support_ticket_desc": "Izpolnite obrazec spodaj in naša podpora vam bo odgovorila čim prej.", + "help.support_ticket_heading": "Odprite zahtevek za podporo", + "help.title": "Pomoč", + "help.workflows_creating": "Ustvarjanje cevovoda", + "help.workflows_definition": "Cevovod je niz korakov obdelave, ki se samodejno izvajajo, kadar koli se dokument uvozi. Vsak korak lahko preoblikuje, obogati ali usmeri dokument.", + "help.workflows_heading": "Delovni tokovi in cevovodi", + "help.workflows_step_1": "Pretvori v PDF", + "help.workflows_step_1_create": "Pojdite na Pipeline v glavnem meniju.", + "help.workflows_step_1_full": "Pretvorba v PDF – vse prihodnje datoteke so normalizirane v dosledno PDF obliko.", + "help.workflows_step_2": "OCR – ekstrakcija besedila", + "help.workflows_step_2_create": "Kliknite na Nov pipeline in mu dajte ime.", + "help.workflows_step_2_full": "OCR – izvlecite izbirno besedilo iz skeniranih strani z uporabo Azure Document Intelligence ali vgrajenega motorja.", + "help.workflows_step_3": "Ekstrakcija metapodatkov AI", + "help.workflows_step_3_create": "Dodajte potrebne obdelovalne korake.", + "help.workflows_step_3_full": "Ekstrakcija AI metapodatkov – razvrstite vrsto dokumenta in izvlecite ključna polja, kot so zneski, datumi in imena, z uporabo OpenAI.", + "help.workflows_step_4": "Dostava na eno ali več destinacij", + "help.workflows_step_4_create": "Izberite eno ali več destinacij za dostavo.", + "help.workflows_step_5_create": "Shrani – novi dokumenti bodo avtomatsko obdelani skozi ta pipeline.", + "help.workflows_typical_steps": "Tipični koraki", + "help.workflows_what_is": "Kaj je Pipeline?", + "index.badge_intelligent": "Inteligentna obdelava dokumentov", + "index.button_browse_files": "Preglej datoteke", + "index.button_upload": "Naloži", + "index.capabilities_cloud": "Shranjevanje v oblaku: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Vnos dokumentov preko e-pošte in URL-jev", + "index.capabilities_ocr": "OCR in ekstrakcija metapodatkov z AI", + "index.capabilities_paperless": "Integracija Paperless-ngx za upravljanje dokumentov", + "index.capabilities_title": "Možnosti", + "index.capabilities_workflows": "Avtomatizirani delovni tokovi za klasifikacijo in usmerjanje", + "index.cta_description": "Pridružite se ekipam, ki že avtomatizirajo svojo obdelavo dokumentov z DocuElevate.", + "index.cta_heading": "Pripravljeni, da izboljšate svoj dokumentarni delovni tok?", + "index.cta_pricing": "Oglejte si cene", + "index.cta_signup": "Ustvarite brezplačen račun", + "index.dashboard_subtitle": "Inteligentna obdelava in upravljanje dokumentov", + "index.dashboard_subtitle_teams": "Inteligentna obdelava in upravljanje dokumentov — zasnovano za ekipe", + "index.feature_ai": "Ekstrakcija metapodatkov AI", + "index.feature_ai_desc": "OpenAI, Claude, Gemini in drugi navizljivi AI ponudniki klasificirajo dokumente in izvlečejo ključna polja, kot so datumi, zneski in teme.", + "index.feature_cloud": "Več-oblačno shranjevanje", + "index.feature_cloud_desc": "Usmerite obdelane datoteke v Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP in še več.", + "index.feature_email": "Vnos e-pošte in IMAP", + "index.feature_email_desc": "Samodejno pridobite dokumente iz Gmaila ali katerega koli IMAP nabiralnika — brez potrebe po ročnem nalaganju.", + "index.feature_ocr": "OCR in ekstrakcija besedila", + "index.feature_ocr_desc": "Azure Document Intelligence avtomatsko pretvori skenirane PDF-je in slike v popolnoma iskalno besedilo.", + "index.feature_pipelines": "Prilagojeni Pipeline", + "index.feature_pipelines_desc": "Zgradite obdelovalne pipeline z nastavljivimi koraki — OCR, ekstrakcija AI, pretvorba formatov in usmerjanje shranjevanja v katerem koli vrstnem redu.", + "index.feature_search": "Iskanje v celotnem besedilu", + "index.feature_search_desc": "Takoj najdite kateri koli dokument po vsebini, metapodatkih ali oznakah v celotnem arhivu.", + "index.feature_section_title": "Vse, kar potrebujete za pametne delovne tokove dokumentov", + "index.getting_started": "Prvi koraki", + "index.getting_started_1": "Konfigurirajte integracije preko stanja sistema", + "index.getting_started_2": "Naložite svoj prvi dokument", + "index.getting_started_3": "Preverite rezultate v Datotekah", + "index.getting_started_learn": "Izvedite več o DocuElevate", + "index.hero_description": "DocuElevate obdeluje vaše dokumente, izvaja OCR, pridobiva metapodatke z umetno inteligenco in usmerja datoteke v Dropbox, Google Drive, OneDrive, S3, Nextcloud in še več - vse v eni brezšivni cevi.", + "index.hero_heading": "Od nalaganja do vpogleda - avtomatsko.", + "index.hero_login": "Prijavite se", + "index.hero_pricing": "Poglejte načrte in cene", + "index.hero_signup": "Začnite - brezplačno je", + "index.integrations_active": "Aktivne integracije", + "index.integrations_storage": "Cilji shranjevanja", + "index.integrations_title": "Integracije", + "index.integrations_view_status": "Poglejte stanje sistema", + "index.page_title_dashboard": "Nadzorna plošča", + "index.page_title_public": "Inteligentna obdelava dokumentov", + "index.platform_overview": "Pregled platforme", + "index.processing_stats": "Statistika obdelave", + "index.quick_actions": "Hitre akcije", + "index.quick_documents": "Moji dokumenti", + "index.quick_documents_desc": "Prebrskajte vaše obdelane datoteke", + "index.quick_search": "Iskanje", + "index.quick_search_desc": "Iskanje po celotnem besedilu v dokumentih", + "index.quick_subscription": "Moja naročnina", + "index.quick_subscription_desc": "Poglejte podrobnosti o načrtu in uporabi", + "index.quick_system_status": "Stanje sistema", + "index.quick_system_status_desc": "Preverite zdravje integracije", + "index.quick_upload": "Naloži dokument", + "index.quick_upload_desc": "Obdelajte novo datoteko", + "index.quick_view_files": "Poglejte vse datoteke", + "index.quick_view_files_desc": "Prebrskajte obdelane dokumente", + "index.single_user_heading": "Nadzorna plošča DocuElevate", + "index.single_user_subtitle": "Inteligentna obdelava in upravljanje dokumentov", + "index.stat_active_integrations": "Aktivne integracije", + "index.stat_active_users": "Aktivni uporabniki", + "index.stat_files_month": "Datoteke ta mesec", + "index.stat_files_ocr": "Datoteke z OCR", + "index.stat_files_today": "Datoteke danes", + "index.stat_storage_targets": "Cilji shranjevanja", + "index.stat_this_month": "Ta mesec", + "index.stat_today": "Danes", + "index.stat_total_files": "Skupno datotek", + "index.stat_total_processed": "Skupaj obdelano", + "index.tier_plan": "Načrt", + "index.tier_upgrade": "Nadgradnja", + "index.tier_view_details": "Poglejte celotne podrobnosti", + "index.upgrade_daily_limits": "Višji dnevni in mesečni limiti", + "index.upgrade_description": "Odkleni več dokumentov, več destinacij in prednostno podporo.", + "index.upgrade_destinations": "Več destinacij za shranjevanje", + "index.upgrade_ocr_pages": "Več OCR strani", + "index.upgrade_plan": "Nadgradi svoj načrt", + "index.upgrade_view_pricing": "Poglej načrte in cene", + "index.usage_lifetime": "Datoteke za vse življenje", + "index.usage_month": "Datoteke ta mesec", + "index.usage_my_usage": "Moja uporaba", + "index.usage_today": "Datoteke danes", + "index.usage_unlimited": "Brez omejitev", + "integrations.access_key_label": "ID ključ za dostop", + "integrations.active_label": "Aktivno", + "integrations.add_button": "Dodaj integracijo", + "integrations.add_first_button": "Dodajte svojo prvo integracijo", + "integrations.api_token_label": "API žeton", + "integrations.authorize_btn": "Avtoriziraj", + "integrations.authorize_reauth": "Ponovno avtoriziraj", + "integrations.bucket_label": "Vedro", + "integrations.configure": "Konfiguriraj", + "integrations.connect": "Poveži", + "integrations.connected": "Povezano", + "integrations.connection_failed": "Povezava ni uspela", + "integrations.connection_success": "Povezava je uspela", + "integrations.delete_confirm_are_you_sure": "Ali ste prepričani, da želite izbrisati", + "integrations.delete_confirm_title": "Izbriši integracijo?", + "integrations.delete_confirm_undone": "Te akcije ni mogoče razveljaviti.", + "integrations.delete_emails_label": "Izbriši e-pošto po obdelavi", + "integrations.delete_files_label": "Izbriši datoteke po obdelavi", + "integrations.destinations_quota_label": "Shranjevanje destinacij:", + "integrations.destinations_section": "Destinacije", + "integrations.direction_destination": "Destinacija (shranjevanje)", + "integrations.direction_label": "Usmeritev", + "integrations.direction_placeholder": "\u0000B4 Izberite \u0000B4", + "integrations.direction_source": "Vir (vnos)", + "integrations.disconnect": "Prekini povezavo", + "integrations.email_settings": "Nastavitve posredovanja e-pošte", + "integrations.empty_state": "Nobene integracije niso konfigurirane", + "integrations.endpoint_label": "URL končne točke", + "integrations.endpoint_optional": "(neobvezno, za S3-uklajen)", + "integrations.folder_label": "Mapa", + "integrations.folder_optional": "(neobvezno)", + "integrations.folder_path_label": "Pot do mape", + "integrations.folder_prefix_label": "Predpona mape", + "integrations.generic_settings_hint": "Konfiguracijo za to vrsto integracije je mogoče zagotoviti kot JSON po ustvarjanju prek API-ja.", + "integrations.gmail_hint": "Gmail oznake in zvezdica: ko je omogočeno, so obdelani e-poštni sporočili zvezdice in označeni z oznako \"Obdelano\" v Gmailu. Uporablja se samo za Gmail strežnike.", + "integrations.gmail_labels": "Uporabi Gmail oznake in zvezdico", + "integrations.host_label": "Gostitelj", + "integrations.imap_settings": "IMAP nastavitve", + "integrations.loading": "Nalaganje integracij\u0000B4", + "integrations.modal_close": "Zapri modal", + "integrations.modal_title_add": "Dodaj integracijo", + "integrations.modal_title_edit": "Uredi integracijo", + "integrations.name_label": "Oznaka", + "integrations.name_placeholder": "npr. Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Nastavitve Nextcloud", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Dodajte svojo prvo integracijo, da povežete vire vnosa (kot je IMAP) in cilje shranjevanja (kot so S3, Dropbox ali Google Drive).", + "integrations.not_connected": "Niso povezani", + "integrations.oauth_folder_label": "Mape", + "integrations.oauth_hint": "Najprej shranite to integracijo, nato uporabite gumb Avtoriziraj za dokončanje OAuth postopka. Vaši poverilnici bodo varno shranjeni v vaši osebni evidenci integracije.", + "integrations.page_title": "Integracije", + "integrations.paperless_settings": "Nastavitve Paperless NGX", + "integrations.password_label": "Geslo", + "integrations.paused": "Pavza", + "integrations.plan_label": "Načrt:", + "integrations.port_label": "Vrata", + "integrations.quota_not_available": "(ni na voljo)", + "integrations.quota_unlimited": "/ neomejeno", + "integrations.recipient_label": "Email prejemnika", + "integrations.region_label": "Regija", + "integrations.remote_path_label": "Oddaljena Pot", + "integrations.s3_prefix_label": "Predpona (pot do mape)", + "integrations.s3_settings": "Nastavitve S3", + "integrations.secret_key_label": "Tajn ključ za dostop", + "integrations.show_password": "Prikaži geslo", + "integrations.show_secrets": "Prikaži skrivnosti", + "integrations.show_token": "Prikaži žeton", + "integrations.source_local": "Lokalni datotečni sistem", + "integrations.source_type_label": "Vrsta vira", + "integrations.sources_quota_label": "Viri poštnega predala:", + "integrations.sources_section": "Viri", + "integrations.subtitle": "Upravite svoje vire vnosa in cilje shranjevanja na enem mestu.", + "integrations.title": "Integracije", + "integrations.type_label": "Vrsta integracije", + "integrations.type_placeholder": "\u0001CZ Izberite smer najprej \u0001CZ", + "integrations.upgrade_plan": "Nadgradite načrt", + "integrations.use_ssl": "Uporabite SSL", + "integrations.username_label": "Uporabniško ime", + "integrations.watch_folder_settings": "Nastavitve mape za opazovanje", + "integrations.webdav_settings": "Nastavitve WebDAV", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Vnos", + "integrations.webhook_how_heading": "Kako deluje vnos s webhook-om", + "integrations.webhook_how_text": "Integracija webhook omogoča zunanjim sistemom, da neposredno pošiljajo dokumente v DocuElevate prek REST API-ja. Namesto da bi DocuElevate preverjal nove datoteke (kot je IMAP), vaša aplikacija pošilja datoteke v DocuElevate z uporabo HTTP poizvedbe z API žetonom za avtentikacijo.", + "integrations.webhook_ideal_text": "To je idealno za CI/CD pipeline, avtomatizacijske skripte, integracije skenerjev ali katere koli sisteme, ki generirajo dokumente in jih morajo poslati v obdelavo.", + "integrations.webhook_quick_start": "Hiter začetek", + "integrations.webhook_security_tip": "Ustvarite poseben API žeton za vsako integracijo in ga takoj ukinite, če je ogrožen. Žetone lahko upravljate na strani API žetonov.", + "integrations.webhook_step1": "Pojdite na {api_tokens_link} in ustvarite osebni žeton.", + "integrations.webhook_upload_with_token": "Uporabite žeton za nalaganje dokumentov prek API-ja:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "language.change_success": "Jezik spremenjen v {language}", + "language.changed": "Jezik spremenjen v {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", "language.el": "Ελληνικά", - "language.en": "English", + "language.en": "Angleščina", "language.es": "Español", "language.et": "Eesti", "language.fi": "Suomi", "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", + "language.hu": "Madžarščina", "language.is": "Íslenska", - "language.it": "Italiano", + "language.it": "Italijanščina", "language.lb": "Lëtzebuergesch", "language.lt": "Lietuvių", "language.lv": "Latviešu", "language.nb": "Norsk", "language.nl": "Nederlands", + "language.no_results": "Ni najdenih jezikov", "language.pl": "Polski", "language.pt": "Português", "language.ro": "Română", "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", + "language.search_placeholder": "Išči jezike\u001e", + "language.selector": "Jezik", + "language.selector_label": "Izberite jezik", "language.sk": "Slovenčina", "language.sl": "Slovenščina", "language.sv": "Svenska", "language.tr": "Türkçe", "language.uk": "Українська", "language.zh": "中文", - "nav.about": "About", + "nav.about": "O nas", + "nav.account_menu": "Meni računa", + "nav.account_menu_for": "Meni računa za {name}", "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", + "nav.admin.audit_logs": "Dnevniki revizij", + "nav.admin.backups": "Varnostne kopije", + "nav.admin.plans": "Načrti", + "nav.admin.scheduled_jobs": "Načrtovana opravila", + "nav.admin.users": "Uporabniki", + "nav.admin_actions": "Admin ukrepi", + "nav.admin_menu": "Admin meni", + "nav.api_docs": "API Dokumentacija", + "nav.api_tokens": "API Žetoni", + "nav.backup_restore": "Varnostna kopija in obnova", + "nav.credentials": "Pogoji", + "nav.dark_mode": "Temni način", + "nav.dashboard": "Nadzorna plošča", + "nav.developer_docs": "Dokumentacija za razvijalce", + "nav.duplicates": "Podvojitve", + "nav.file_manager": "Upravitelj datotek", + "nav.files": "Datoteke", + "nav.get_started": "Začni", + "nav.help": "Pomoč", + "nav.help_center": "Pomoč", + "nav.imap": "Uvoz e-pošte", + "nav.integrations": "Integracije", + "nav.light_mode": "Svetli način", + "nav.login": "Prijavi se", + "nav.logout": "Odjavi se", + "nav.main_navigation": "Glavna navigacija", + "nav.my_subscription": "Moja naročnina", + "nav.notifications": "Obvestila", + "nav.open_main_menu": "Odpri glavno menije", + "nav.pipelines": "Cevi", + "nav.plan_designer": "Načrtovalec", + "nav.pricing": "Ceniki", + "nav.profile": "Profil", + "nav.profile_settings": "Nastavitve profila", + "nav.queue": "Vrsta", + "nav.queue_monitor": "Nadzor vrste", + "nav.scheduled_jobs": "Načrtovana dela", + "nav.search": "Iskanje", + "nav.settings": "Nastavitve", + "nav.shared_links": "Skupne povezave", + "nav.sign_out": "Odjava", + "nav.signup": "Prijavi se", + "nav.similarity": "Sijaj", + "nav.skip_to_content": "Preskoči na glavno vsebino", "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "nav.subscription": "Naročilo", + "nav.toggle_dark_mode": "Preklopi v temni način", + "nav.toggle_nav": "Preklopi navigacijsko menije", + "nav.upload": "Naloži", + "nav.users": "Uporabniki", + "nav.version": "Informacije o različici", + "notifications.filter_all": "Vse", + "notifications.filter_read": "Samo prebrano", + "notifications.filter_unread": "Samo neprebrano", + "notifications.manage_desc": "Upravite svoj nabiralnik obvestil, cilje in nastavitve dogodkov", + "notifications.mark_all_read": "Označi vse kot prebrano", + "notifications.mark_all_read_btn": "Označi vse prebrano", + "notifications.mark_read": "Označi kot prebrano", + "notifications.no_notifications": "Brez obvestil", + "notifications.page_title": "Obvestila", + "notifications.tab_inbox": "Nabiralnik", + "notifications.tab_settings": "Nastavitve", + "notifications.title": "Obvestila", + "notifications.unread_count": "{count} neprebrana obvestila", + "pipelines.active_label": "Aktivno", + "pipelines.add_step_btn": "Dodaj korak", + "pipelines.create": "Ustvari cev", + "pipelines.custom_label_label": "Po meri", + "pipelines.default_label": "Privzeto", + "pipelines.description_label": "Opis", + "pipelines.description_placeholder": "Neobvezni opis", + "pipelines.disabled_label": "Onemogočeno", + "pipelines.edit": "Uredi cev", + "pipelines.empty_state": "Še ni cev", + "pipelines.empty_state_hint": "Ustvarite svojo prvo cev za definiranje prilagojenih delovnih tokov obdelave dokumentov.", + "pipelines.enabled_label": "Omogočeno", + "pipelines.force_cloud_ocr_label": "Spusti oblak OCR (preskoči lokalno ekstrakcijo besedila)", + "pipelines.inactive_label": "Neaktivno", + "pipelines.loading": "Nalaganje cev\u001026", + "pipelines.name_placeholder": "Moja cev", + "pipelines.new_pipeline_btn": "Nova cev", + "pipelines.no_steps": "Nobeni koraki niso definirani. Dodajte korak, da začnete graditi svojo cev.", + "pipelines.ocr_auto": "Avtomatsko (uporabi privzete nastavitve sistema)", + "pipelines.ocr_language_hint": "Prepiše globalno nastavitev jezika za Tesseract/EasyOCR. Azure in Mistral samodejno prepoznata jezik.", + "pipelines.ocr_language_label": "OCR jezik", + "pipelines.optional_suffix": "(neobvezno)", + "pipelines.page_title": "Obdelovalne cevi", + "pipelines.set_default": "Nastavi kot mojo privzeto cev", + "pipelines.step_label_placeholder": "Prepiši privzeto ime koraka", + "pipelines.step_type_label": "Vrsta koraka", + "pipelines.subtitle_intro": "Določite in upravljajte prilagojene delovne tokove obdelave dokumentov.", + "pipelines.subtitle_system_post": "značka in so vidne vsem uporabnikom.", + "pipelines.subtitle_system_pre": "Sistemske cevi (ustvarjene s strani skrbnikov) so prikazane z", + "pipelines.system_label": "Sistem", + "pipelines.system_pipeline_label": "Sistemska cev (vidna vsem uporabnikom)", + "pipelines.title": "Obdelovalne cevi", + "profile.avatar_alt": "Vaša profilna slika", + "profile.avatar_heading": "Profilna slika", + "profile.avatar_remove": "Odstrani prilagojeno avatar", + "profile.avatar_upload_hint": "Naložite sliko JPEG, PNG, GIF ali WebP do 2 MB. Če ni nastavljena prilagojena slika, se prikaže vaš {gravatar}.", + "profile.choose_image": "Izberite sliko\u00160;", + "profile.confirm_password": "Potrdite novo geslo", + "profile.contact_email_hint": "Uporablja se za sistemska obvestila. To ne spremeni vašega prijavnega e-poštnega naslova.", + "profile.contact_email_label": "Kontaktni / Obvestilni e-poštni naslov", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "Trenutno geslo", + "profile.dismiss": "Zavrniti", + "profile.display_name_hint": "Pustite prazno, da uporabite svoje uporabniško ime ali e-pošto.", + "profile.display_name_label": "Prikazno ime", + "profile.display_name_placeholder": "Vaše ime, kot je prikazano v uporabniškem vmesniku", + "profile.general_heading": "Splošne informacije", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Nastavitve profila", + "profile.language_auto_detect": "Samodejna zaznava (iz brskalnika)", + "profile.language_hint": "Izberite svoj najljubši jezik vmesnika. „Samodejna zaznava“ sledi nastavitvam vašega brskalnika.", + "profile.language_label": "Jezik UI", + "profile.new_password": "Novo geslo", + "profile.new_password_hint": "Minimalno 8 znakov.", + "profile.page_title": "Nastavitve profila – DocuElevate", + "profile.password_heading": "Spremeni geslo", + "profile.preferences_heading": "Nastavitve", + "profile.save_button": "Shrani spremembe", + "profile.saving": "Shranjevanje\u00160;", + "profile.subtitle": "Upravljajte svoje prikazno ime, avatar, jezik in nastavitve teme.", + "profile.theme_dark": "Temna", + "profile.theme_hint": "„Privzeto sistema“ sledi nastavitvam temnega načina vašega naprave.", + "profile.theme_label": "Barvna shema", + "profile.theme_light": "Svetla", + "profile.theme_system": "Privzeto sistema", + "profile.update_password": "Posodobi geslo", + "profile.updating": "Posodabljanje\u00122...", + "queue.active_tasks": "Aktivne naloge", + "queue.auto_refresh_1": "Samodejno osveževanje vsakih", + "queue.auto_refresh_2": "sekund", + "queue.col_arguments": "Argumenti", + "queue.col_current_step": "Trenutni korak", + "queue.col_file": "Datoteka", + "queue.col_files": "Datoteke", + "queue.col_queue": "Čakalna vrsta", + "queue.col_state": "Stanje", + "queue.col_task": "Naloga", + "queue.col_task_id": "ID naloge", + "queue.files_processing": "Obdelava datotek", + "queue.heading": "Nadzor čakalne vrste", + "queue.last_updated": "Nazadnje posodobljeno:", + "queue.loading_stats": "Nalagam statistiko čakalne vrste\n", + "queue.no_active_tasks": "Brez aktivnih nalog", + "queue.no_data": "Brez podatkov", + "queue.no_files_processing": "Trenutno ni obdelanih datotek", + "queue.page_title": "Nadzor čakalne vrste", + "queue.processing_pipeline": "Obdelovalni sistem", + "queue.queued_tasks": "Naloge v čakalni vrsti", + "queue.recently_processing": "Nazadnje obdelane datoteke", + "queue.redis_queues": "Redis čakalne vrste", + "queue.subtitle": "Pogled v realnem času na obdelovalni sistem dokumentov in čakalne vrste nalog Celery.", + "queue.workers_online": "Delavci povezani", + "search.button": "Iskanje", + "search.error_message": "Iskanje je začasno nedosegljivo. Poskusite znova čez trenutek.", + "search.filter_aria_clear": "Odstrani vse filtre", + "search.filter_clear_button": "Odstrani filtre", + "search.filter_date_from": "Datum od", + "search.filter_date_to": "Datum do", + "search.filter_document_type": "Vrsta dokumenta", + "search.filter_document_type_placeholder": "npr. Račun", + "search.filter_language": "Jezik", + "search.filter_language_placeholder": "npr. de", + "search.filter_sender": "Pošiljatelj", + "search.filter_sender_placeholder": "npr. ACME Corp", + "search.filter_tags": "Oznake", + "search.filter_tags_placeholder": "npr. amazon", + "search.filter_text_quality": "Kakovost besedila", + "search.filter_text_quality_all": "Vse", + "search.filter_text_quality_high": "Visoka", + "search.filter_text_quality_low": "Nizka", + "search.filter_text_quality_medium": "Srednja", + "search.filter_text_quality_no_text": "Brez besedila", + "search.heading": "Iskanje dokumentov", + "search.input_aria_label": "Išči dokumente", + "search.input_placeholder": "Išči dokumente po vsebini, pošiljatelju, oznakah, vrsti...", + "search.loading_indicator": "Iščenje\n", + "search.no_results": "Ni najdenih rezultatov", + "search.page_title": "Išči dokumente", + "search.placeholder": "Išči po imenu datoteke, vsebini, oznakah...", + "search.result_empty": "Nobeni dokumenti ne ustrezajo vašemu iskalnemu pogoju.", + "search.results_count": "Najdenih {count} rezultatov", + "search.saved_aria_save": "Shrani trenutno iskanje", + "search.saved_button": "Shrani trenutno", + "search.saved_empty": "Še ni shranjenih iskanj", + "search.saved_error": "Ni se mogoče naložiti shranjenih iskanj", + "search.saved_label": "Shranjena iskanja", + "search.saved_loading": "Nalagam...", + "search.title": "Išči dokumente", + "settings.audit_log_btn": "Revizijski dnevnik", + "settings.autocomplete_hint": "Vnesite za iskanje znanih vrednosti ali vnesite katero koli prilagojeno vrednost.", + "settings.autocomplete_no_matches": "Brez ujemanj — še vedno lahko vnesete prilagojeno vrednost", + "settings.autocomplete_placeholder": "Vnesite za iskanje ali vnesite vrednost\n", + "settings.boolean_enable_prefix": "Omogoči", + "settings.categories_aria": "Kategorije nastavitev", + "settings.categories_heading": "Kategorije", + "settings.db_wizard_btn": "Čarovnik za DB", + "settings.effective_value_label": "Učinkovita vrednost:", + "settings.encrypted_suffix": "= šifrirano v mirovanju", + "settings.encrypted_title": "Vrednost je šifrirana v mirovanju v bazi podatkov", + "settings.export_btn": "Izvozi", + "settings.export_db_only": "Samo nastavitve DB", + "settings.export_full_config": "Polna učinkovita konfiguracija", + "settings.jump_to_category": "Preskoči na kategorijo\n", + "settings.manage_config_prefix": "Upravljaj konfiguracijo. Prioriteta:", + "settings.model_picker_hint": "Izberite s seznama ali vnesite katero koli ime modela, ki ga podpira vaš ponudnik.", + "settings.model_picker_placeholder": "Izberite pogost model ali vnesite prilagojeno ime\n", + "settings.no_results_clear": "očisti iskanje", + "settings.no_results_heading": "Nobene nastavitve niso bile najdene", + "settings.no_results_hint": "Poskusite z drugo iskalno besedo ali", + "settings.page_heading": "Nastavitve aplikacije", + "settings.required_label": "(obvezno)", + "settings.reset_confirm": "Ali ste prepričani, da želite ponastaviti to nastavitev?", + "settings.restart_required_suffix": "= potreben ponovni zagon", + "settings.revert_btn": "Odstrani iz DB", + "settings.revert_title": "Odstrani nadomestitev DB in se vrni na okoljsko spremenljivko ali privzeto", + "settings.reverting": "Vračanje\u0015...", + "settings.save_all_btn": "Shrani vse spremembe", + "settings.save_error": "Shranjevanje nastavitve ni uspelo", + "settings.save_setting_title": "Shrani to nastavitev", + "settings.save_success": "Nastavitev uspešno shranjena", + "settings.saving_state": "Shranjevanje\u0015...", + "settings.search_aria_label": "Išči nastavitve", + "settings.search_clear_aria": "Počisti iskanje", + "settings.search_placeholder": "Išči nastavitve po imenu, ključu ali opisu\u0015...", + "settings.settings_count_suffix": "nastavitve", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "settings.source_default_badge": "PRIVZETO", + "settings.source_env_badge": "OKOLJE", + "settings.title": "Nastavitve", + "settings.toggle_visibility_aria": "Preklopi vidnost gesla", + "settings.toggle_visibility_title": "Prikaži/skrij vrednost", + "settings.user_autocomplete_empty": "Ni najdenih ustreznih uporabnikov", + "settings.user_autocomplete_hint": "Vpiši za iskanje obstoječih uporabnikov po imenu, ali ročno vnesi katerikoli identifikator.", + "settings.user_autocomplete_placeholder": "Začnite vpisovati za iskanje uporabnikov\u0015...", + "settings.wizard_btn": "Čarovnik", + "shared.col_expiry": "Potek", + "shared.col_file_label": "Datoteka / Oznaka", + "shared.col_link": "Povezava", + "shared.col_views": "Pogledi", + "shared.copy_link_aria": "Kopiraj povezavo v odložišče", + "shared.copy_link_title": "Kopiraj povezavo", + "shared.create_btn": "Ustvari povezavo", + "shared.create_heading": "Ustvari novo skupno povezavo", + "shared.creating": "Ustvarjanje\u0015...", + "shared.expiry_12h": "12 ur", + "shared.expiry_14d": "14 dni", + "shared.expiry_1h": "1 ura", + "shared.expiry_24h": "24 ur (1 dan)", + "shared.expiry_30d": "30 dni", + "shared.expiry_3d": "3 dni", + "shared.expiry_6h": "6 ur", + "shared.expiry_7d": "7 dni", + "shared.expiry_label": "Potek", + "shared.expiry_never": "Nikoli", + "shared.file_id_help_post": "stran ali v URL-ju podrobnosti dokumenta.", + "shared.file_id_help_pre": "Poiščite ID datoteke na", + "shared.file_id_label": "ID datoteke", + "shared.file_id_placeholder": "npr. 42", + "shared.files_link": "Datoteke", + "shared.heading": "Deli povezave", + "shared.label_label": "Oznaka", + "shared.label_placeholder": "npr. Deljeno z Bobom", + "shared.link_created": "Povezava je bila ustvarjena!", + "shared.link_created_help": "Kopirajte in pošljite to povezavo prejemniku.", + "shared.links_count_aria": "število povezav", + "shared.max_downloads_label": "Maks. prenosi", + "shared.no_links": "Še ni deljenih povezav. Ustvarite eno zgoraj, da začnete.", + "shared.open_in_new_tab": "Odpri v novem zavihku", + "shared.open_link_aria": "Odpri deljeno povezavo", + "shared.optional": "(neobvezno)", + "shared.page_title": "Deli povezave - DocuElevate", + "shared.password_label": "Geslo", + "shared.password_placeholder": "Pustite prazno za brez gesla", + "shared.password_protected": "Zaščiteno z geslom", + "shared.refresh_aria": "Osveži seznam deljenih povezav", + "shared.revoke_aria_prefix": "Povleci deljeno povezavo za", + "shared.revoke_btn": "Povleci", + "shared.status_active": "Aktivno", + "shared.status_expired": "Poteklo", + "shared.status_limit_reached": "Dosežen limit", + "shared.status_revoked": "Povlečeno", + "shared.subtitle": "Deli dokumente z vsakomur prek časovno omejene ali omejene povezave za ogled. Prejemniki ne potrebujejo računa DocuElevate. Povezave so lahko zaščitene z geslom in jih je mogoče kadar koli odvzeti.", + "shared.table_aria": "Deljene povezave", + "shared.unlimited_placeholder": "Brez omejitev", + "shared.your_links": "Tvoje deljene povezave", + "similarity.backfill_auto": "Ozadna naloga jih bo samodejno izračunala vsakih 5 minut, ali pa lahko", + "similarity.files_missing_text": "datoteka(e) imata OCR besedilo, vendar še nimajo vdelave.", + "similarity.find_pairs_btn": "Najdi pare", + "similarity.heading": "Podobnost dokumentov", + "similarity.load_error": "Nalaganje parov ni uspelo.", + "similarity.min_similarity_label": "Min. podobnost", + "similarity.no_pairs_detail": "Nobeni par dokumentov ne presegajo praga podobnosti.", + "similarity.no_pairs_heading": "Noben podoben par ni bil найден", + "similarity.page_title": "Similarnost dokumentov - DocuElevate", + "similarity.pagination_aria": "Paginacija podobnih parov", + "similarity.per_page_label": "Na stran", + "similarity.scanning": "Skeniranje podobnih parov dokumentov\u0000", + "similarity.stat_embedding_model": "Model vstavitve", + "similarity.stat_missing_embedding": "Manjkajoča vstavitev", + "similarity.stat_total_files": "Skupaj datotek", + "similarity.stat_with_embedding": "Z vstavitvijo", + "similarity.subtitle": "Pari dokumentov z visoko semantično podobnostjo, razvrščeni po točkah.", + "similarity.trigger_aria": "Zaženi izračun vstavitve za vse datoteke, ki nimajo vstavitve", + "similarity.trigger_now": "zaženi zdaj", + "status.app_version": "Različica aplikacije", + "status.build_date": "Datum gradnje", + "status.container_id": "ID kontejnerja", + "status.git_commit": "Git commit", + "status.last_check": "Zadnja preveritev", + "status.page_title": "Stanje sistema", + "status.setting_label": "Nastavitev", + "status.value_label": "Vrednost", + "subscription.available_plans_heading": "Razpoložljivi načrti", + "subscription.back_to_dashboard": "Nazaj na nadzorno ploščo", + "subscription.cancel_pending": "Prekliči spremembo", + "subscription.cancel_scheduled": "Prekliči načrtovano spremembo", + "subscription.contact_sales": "Kontaktirajte prodajo", + "subscription.current_badge": "Trenutno", + "subscription.current_plan": "Trenutni načrt", + "subscription.current_plan_cta": "Vaš trenutni načrt", + "subscription.downgrade_to_prefix": "Zmanjšajte na", + "subscription.features_heading": "Kaj je vključeno v vaš načrt", + "subscription.free": "Brezplačno", + "subscription.heading": "Moja naročnina", + "subscription.keep_plan_prefix": "Obdržite", + "subscription.lifetime_files": "Skupno datotek (življenjsko)", + "subscription.month_files": "Datoteke ta mesec", + "subscription.more_features_label": "več", + "subscription.page_title": "Moja naročnina \u00122 DocuElevate", + "subscription.pending_badge": "Čaka", + "subscription.pending_benefits": "Vse trenutne koristi načrta boste obdržali do takrat.", + "subscription.pending_on": "na", + "subscription.pending_title": "Načrtovana sprememba načrta čaka", + "subscription.pending_will_change": "Vaš načrt se bo spremenil na", + "subscription.per_mo": "/mesec", + "subscription.per_month": "/mesec", + "subscription.since": "Od", + "subscription.single_user_body": "Ravni naročnine veljajo, ko je aktiven način za več uporabnikov. Vaša instanca trenutno deluje v načinu za enega uporabnika brez omejitev obdelave. Sistem lahko omogoči način za več uporabnikov prek {settings_link}.", + "subscription.single_user_title": "Način za več uporabnikov ni omogočen.", + "subscription.subtitle": "Vaš trenutni načrt, uporaba in razpoložljive nadgradnje.", + "subscription.this_month_label": "ta mesec", + "subscription.today_files": "Datoteke danes", + "subscription.today_label": "danes", + "subscription.unlimited": "Brez omejitev", + "subscription.upgrade_info": "Nadgradnje začnejo veljati takoj. Zmanjšanja so načrtovana za konec vašega trenutnega obračunskega obdobja.", + "subscription.upgrade_to_prefix": "Nadgradite na", + "subscription.usage_heading": "Uporaba", + "upload.browse_button": "Raziskovanje datotek", + "upload.button_processing": "Obdelava...", + "upload.camera_button": "Naredi fotografijo / Skeniraj dokument", + "upload.download_button": "Prenesi in obdelaj", + "upload.downloading": "Prenos datoteke z URL-ja...", + "upload.drag_drop": "Povleci in spusti datoteke sem ali klikni za raziskovanje", + "upload.drop_hint_desktop": "Povleci in spusti datoteke ali mape sem, ali klikni za izbiro datotek.", + "upload.drop_hint_mobile": "Tapnite za izbiro datotek ali uporabite gumb kamere spodaj.", + "upload.drop_zone_aria": "Območje za prenos datotek. Povleci in spusti datoteke sem, ali pritisni Enter za raziskovanje datotek.", + "upload.error": "Prenos ni uspel", + "upload.error_invalid_url": "Neveljavna oblika URL-ja", + "upload.error_url_required": "Vnesite URL", + "upload.file_size_hint": "Maksimalna velikost: 500 MB na datoteko", + "upload.file_types": "Dovoljene vrste: PDF, pisarniški dokumenti (Word, Excel, PowerPoint itd.), slike", + "upload.filename_description": "Pustite prazno, da uporabite ime datoteke iz URL-ja", + "upload.filename_label": "Ime datoteke (neobvezno)", + "upload.filename_placeholder": "moj-dokument.pdf", + "upload.max_size": "Maksimalna velikost datoteke: {size}", + "upload.page_title": "Prenos datotek", + "upload.section_device": "Prenos iz naprave", + "upload.section_url": "Prenos z URL-ja", + "upload.select_file": "Izberi datoteko", + "upload.success": "Datoteka je bila uspešno naložena", + "upload.title": "Naloži dokument", + "upload.uploading": "Nalaganje...", + "upload.url_description": "Vnesite neposredno povezavo do datoteke (PDF, Office dokumenti ali slike)", + "upload.url_label": "URL datoteke", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/sr.json b/frontend/translations/sr.json index d36160ed..f5fb681f 100644 --- a/frontend/translations/sr.json +++ b/frontend/translations/sr.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", - "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", + "about.creator_heading": "Upoznajte Kreatora", + "about.creator_name": "Kristijan Krakau-Louis", + "about.creator_pre": "DocuElevate je strastveno razvijen od strane", + "about.features_admin_api": "Moćan REST API za programski pristup", + "about.features_admin_config": "Visoko konfigurisano putem promenljivih okruženja", + "about.features_admin_docker": "Spreman za Docker radi lakog implementiranja i skaliranja", + "about.features_admin_heading": "Administracija", + "about.features_admin_oauth2": "Podrška za OAuth2 autentifikaciju sa Authentik-om", + "about.features_automation_background": "Obrada u pozadini sa Redis-om i Celery-jem", + "about.features_automation_gmail": "Integracija Gmail-a i generičkih email naloga", + "about.features_automation_heading": "Automatizacija", + "about.features_automation_imap": "IMAP praćenje inbox-a iz više izvora", + "about.features_automation_ingestion": "Automatizovana ingestija dokumenata iz raznih ulaza", + "about.features_heading": "Ključne Karakteristike", + "about.features_integration_cloud": "Cloud skladištenje: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integracija & Skladištenje", + "about.features_integration_multi_dest": "Podrška za više destinacija (čuvanje dokumenata na više lokacija)", + "about.features_integration_protocols": "Protokoli prenosa: FTP, SFTP, Prosleđivanje email-a", + "about.features_integration_selfhosted": "Opcije za samostalno hostovanje: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Inteligentna klasifikacija dokumenata i ekstrakcija datuma", + "about.features_processing_heading": "Obrada Dokumenata", + "about.features_processing_metadata": "Automatizovana ekstrakcija metapodataka koristeći AI provajdera sa mogućnošću dodatka", + "about.features_processing_ocr": "OCR podržan od Azure Document Intelligence", + "about.features_processing_pdf": "PDF konverzija za razne formate datoteka putem Gotenberga", + "about.features_processing_upload": "Jednostavno i sigurno učitavanje datoteka sa podrškom za prevlačenje i ispuštanje", "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.heading": "O DocuElevate", + "about.intro_post": " – vaše moderno, inteligentno rešenje za obradu dokumenata! Napravili smo DocuElevate kako bismo potpuno transformisali način na koji rukujete svojim dokumentima – od učitavanja do ekstrakcije, od obrade do skladištenja.", + "about.intro_pre": "Dobrodošli u ", + "about.involved_description": "Želite da se zaronite u kod, doprinosite idejama ili saznate više o DocuElevate?", + "about.involved_docs": "Pročitajte Dokumentaciju", + "about.involved_github": "Pogledajte DocuElevate na GitHub-u", + "about.involved_heading": "Uključite se", + "about.involved_website": "Posetite DocuElevate Veb sajt", + "about.legal_description": "Brinemo o vašoj privatnosti i bezbednosti podataka. Molimo vas da pregledate naš:", + "about.legal_heading": "Privatnost & Pravni", + "about.legal_license": "Informacije o licenci", + "about.legal_privacy": "Obaveštenje o privatnosti", + "about.page_title": "O DocuElevate", + "about.story_heading": "Naša Priča", + "about.story_p1": "DocuElevate je stvoren sa jednim ciljem na umu: da pojednostavi i unapredi upravljanje dokumentima za sve, bilo da ste mali startup ili velika preduzeće.", + "about.story_p2": "Iskorišćavamo moć spoljašnjih AI provajdera (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey i drugi) za ekstrakciju metapodataka i poboljšanje teksta, besprekorno se integrišemo sa Dropbox, Nextcloud i Paperless NGX za skladištenje i indeksiranje, koristimo Azure Document Intelligence za OCR, a čak i koristimo Gotenberg za konverziju fajlova u PDF.", + "api_tokens.col_created": "Kreirano", + "api_tokens.col_last_ip": "Poslednji IP", + "api_tokens.col_last_used": "Poslednje korišćenje", + "api_tokens.col_name": "Ime", + "api_tokens.col_prefix": "Prefiks tokena", + "api_tokens.copy_to_clipboard": "Kopiraj token u međuspremnik", + "api_tokens.copy_upload_example": "Kopiraj primer učitavanja u međuspremnik", + "api_tokens.copy_warning_1": "Kopirajte ovaj token sada — to će", + "api_tokens.copy_warning_2": "neće biti prikazano ponovo", + "api_tokens.create_heading": "Kreirajte novi token", + "api_tokens.create_token": "Kreiraj token", + "api_tokens.creating": "Kreiranje…", + "api_tokens.heading": "API Tokeni", + "api_tokens.intro": "Kreirajte lične API tokene za interakciju sa DocuElevate API-jem programatski. Koristite tokene za učitavanje webhook-a, CI/CD procese ili bilo koji skript koji treba da učita ili preuzme dokumente.", + "api_tokens.loading_tokens": "Učitavanje tokena…", + "api_tokens.never": "Nikad", + "api_tokens.no_tokens_heading": "Još nema API tokena", + "api_tokens.no_tokens_help": "Kreirajte svoj prvi token iznad da biste počeli.", + "api_tokens.page_title": "API Tokeni – DocuElevate", + "api_tokens.revoke": "Poništi", + "api_tokens.revoke_prefix": "Poništi token", + "api_tokens.status_active": "Aktivan", + "api_tokens.status_revoked": "Poništen", + "api_tokens.table_aria": "API Tokeni", + "api_tokens.token_created": "Token je uspešno kreiran!", + "api_tokens.token_name_label": "Ime tokena", + "api_tokens.token_name_placeholder": "npr. CI Pipeline, Webhook Upload, Moj Skript", + "api_tokens.usage_heading": "Primer korišćenja", + "api_tokens.usage_intro_post": "zaglavlje sa bilo kojim API zahtevom:", + "api_tokens.usage_intro_pre": "Koristite svoj API token u", + "api_tokens.your_tokens": "Vaši tokeni", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", + "audit.col_resource": "Resurs", + "audit.col_timestamp": "Vreme", + "audit.critical": "Kritično", + "audit.filter_action": "Akcija", + "audit.filter_all_actions": "Sve akcije", + "audit.filter_all_users": "Svi korisnici", + "audit.filter_resource_placeholder": "npr. dokument, korisnik", + "audit.filter_resource_type": "Tip resursa", "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", + "audit.filter_user": "Korisnik", + "audit.filters_section_label": "Filteri audit loga", + "audit.next": "Dalje", + "audit.next_label": "Sledeća strana", + "audit.no_events": "Nema zabeleženih audit događaja.", + "audit.no_events_hint": "Značajne radnje (prijavljivanja, operacije sa dokumentima, promene postavki) će se ovde pojaviti.", + "audit.page_title": "Audit Logovi - DocuElevate", + "audit.pagination_label": "Pagiranje audit loga", + "audit.prev": "Prethodno", + "audit.prev_label": "Prethodna strana", + "audit.refresh_label": "Osveži audit logove", + "audit.siem_disabled_title": "SIEM prosleđivanje je onemogućeno", + "audit.siem_enabled_title": "Događaji se prosleđuju na ", + "audit.siem_off": "SIEM: Isključeno", + "audit.subtitle": "Sveobuhvatna, samo za dodavanje evidencija o svim značajnim radnjama.", + "audit.table_label": "Događaji audit loga", + "audit.title": "Audit Logovi", + "auth.confirm_password": "Potvrdi lozinku", + "auth.create_account": "Kreirajte nalog", + "auth.display_name_label": "Prikazano ime", "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", + "auth.forgot_password": "Zaboravili ste lozinku?", + "auth.forgot_username": "Zaboravili ste korisničko ime?", + "auth.login": "Prijavi se", + "auth.login_title": "Prijava", + "auth.logo_alt": "DocuElevate Logotip", + "auth.logout": "Odjavi se", + "auth.my_account": "Moj nalog", + "auth.no_account": "Nemate nalog?", + "auth.or_continue_with": "Ili nastavite sa", + "auth.password_label": "Lozinka", + "auth.profile": "Profil", + "auth.remember_me": "Zapamti me", + "auth.return_home": "Vrati se na početnu stranu", + "auth.sign_in": "Prijavite se", + "auth.sign_in_sso": "Prijavite se sa SSO", + "auth.sign_in_with": "Prijavite se sa", + "auth.sign_in_with_username": "Prijavite se sa korisničkim imenom", + "auth.signup": "Registrujte se", + "auth.signup_title": "Registracija", + "auth.username_label": "Korisničko ime", + "auth.username_or_email": "Korisničko ime ili Email", + "auth.verify_email_back_sign_in": "Povratak na prijavu", + "auth.verify_email_expiry": "Link ističe za 24 sata. Ako ne vidite email, proverite svoj spam folder.", + "auth.verify_email_heading": "Proverite svoj inbox", + "auth.verify_email_message": "Poslali smo vam verifikacioni email. Molimo vas da kliknete na link u emailu kako biste aktivirali svoj nalog.", + "auth.verify_email_page_title": "DocuElevate - Potvrdite Vaš Email", + "auth.verify_email_resend_aria_label": "Email adresa za ponovo slanje", + "auth.verify_email_resend_button": "Ponovo pošaljite verifikacioni email", + "auth.verify_email_resend_label": "Email adresa", + "auth.verify_email_resend_placeholder": "Unesite svoju email adresu", + "auth.verify_email_resend_prompt": "Niste primili?", + "backup.archives_heading": "Arhive rezervnih kopija", + "backup.backup_now": "Napravite rezervnu kopiju sada", + "backup.clean_up": "Očisti", + "backup.cleanup_title": "Pokrenite čišćenje zadržavanja sada", + "backup.col_created": "Kreirano", + "backup.col_filename": "Ime datoteke", + "backup.col_size": "Veličina", + "backup.col_storage": "Skladište", + "backup.col_type": "Tip", + "backup.config_auto_backup": "Automatska rezervna kopija", + "backup.config_remote_dest": "Dalje odredište", + "backup.config_retention": "Zadržavanje", + "backup.config_total_size": "Ukupna lokalna veličina", + "backup.confirm_btn": "Potvrdi", + "backup.confirm_title": "Potvrdi akciju", + "backup.heading": "Upravljanje rezervnim kopijama", + "backup.local_only": "Samo lokalno", + "backup.no_backups": "Nema rezervnih kopija još.", + "backup.no_backups_hint": "Kliknite Napravite rezervnu kopiju sada da biste kreirali svoju prvu rezervnu kopiju.", + "backup.page_title": "Upravljanje rezervnim kopijama", + "backup.records_label": "zapisi", + "backup.restore_btn": "Obnovi", + "backup.restore_desc_mid": "arhiva rezervnih kopija za obnavljanje baze podataka.", + "backup.restore_desc_pre": "Otpremite", + "backup.restore_desc_warning": "Ovo će prebrisati sve trenutne podatke.", + "backup.restore_file_label": "Backup arhiva (.db.gz)", + "backup.restore_heading": "Obnovi iz datoteke", + "backup.restoring": "Obnavljanje\u00025...", + "backup.retention_daily_detail": "\u000250 čuvana 3 nedelje", + "backup.retention_heading": "Politika zadržavanja", + "backup.retention_hourly_detail": "\u000250 čuvana 4 dana", + "backup.retention_note": "Backup-ovi van ovih ograničenja automatski se skraćuju nakon svake nove kopije.", + "backup.retention_weekly_detail": "\u000250 čuvana ~3 meseca", + "backup.snapshots": "snimci", + "backup.status_ok": "u redu", + "backup.storage_local": "lokalno", + "backup.subtitle": "Backup-ovi baze podataka se automatski kreiraju: na sat (4 dana), dnevno (3 nedelje), nedeljno (13 nedelja).", + "backup.table_aria": "Backup arhive", + "backup.trigger_daily": "Backup sada (Dnevno)", + "backup.trigger_hourly": "Backup sada (Svaki sat)", + "backup.trigger_weekly": "Backup sada (Nedeljno)", + "backup.type_daily": "Dnevno", + "backup.type_hourly": "Svaki sat", + "backup.type_weekly": "Nedeljno", + "billing.go_to_dashboard": "Pređi na kontrolnu tablu", + "billing.manage_subscription": "Upravljaj pretplatom", + "billing.success_heading": "Sve je spremno!", + "billing.success_message": "Vaša pretplata je aktivirana. Hvala što ste izabrali DocuElevate!", + "billing.success_page_title": "DocuElevate - Pretplata aktivirana", + "common.actions": "Akcije", + "common.active": "Aktivno", + "common.all": "Sve", + "common.avatar": "Avatar", + "common.back": "Nazad", + "common.cancel": "Otkaži", + "common.close": "Zatvori", + "common.col_pending": "Na čekanju", + "common.completed": "Završeno", + "common.confirm": "Potvrdi", + "common.copied": "Kopirano!", + "common.copy": "Kopiraj", + "common.create": "Kreiraj", + "common.created": "Kreirano", + "common.date": "Datum", + "common.delete": "Obriši", + "common.description": "Opis", + "common.details": "Detalji", + "common.disabled": "Onemogućeno", + "common.download": "Preuzmi", + "common.duplicate": "Duplikat", + "common.edit": "Uredi", + "common.enabled": "Omogućeno", + "common.error": "Greška", + "common.failed": "Neuspešno", "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", + "common.inactive": "Neaktivan", + "common.info": "Informacije", + "common.loading": "Učitavanje...", + "common.name": "Ime", + "common.next": "Sledeće", + "common.next_page": "Sledeća stranica", + "common.no": "Ne", + "common.none": "Nijedno", + "common.page": "Stranica", + "common.paused": "Pauzirano", + "common.pending": "Na čekanju", + "common.prev_page": "Prethodna stranica", + "common.previous": "Prethodno", + "common.processing": "Obrada", + "common.refresh": "Osveži", + "common.reset": "Poništi", + "common.retry": "Pokušaj ponovo", + "common.save": "Sačuvaj", + "common.search": "Pretraga", + "common.select": "Izaberi", + "common.select_placeholder": "— izaberi —", + "common.size": "Veličina", "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", + "common.submit": "Pošalji", + "common.success": "Uspešno", + "common.tags": "Oznake", + "common.test": "Test", + "common.test_connection": "Testiraj vezu", + "common.type": "Tip", + "common.update": "Ažuriraj", + "common.updated": "Ažurirano", + "common.upload": "Otpremi", + "common.view": "Pogled", + "common.warning": "Upozorenje", + "common.yes": "Da", + "cookie.accept": "Razumem", + "cookie.learn_more": "Saznaj više", + "cookie.message": "Ova veb stranica koristi kolačiće za poboljšanje vašeg iskustva.", + "cookie.notice": "DocuElevate koristi samo osnovne sesijske kolačiće potrebne za autentifikaciju i rad usluga. Nema kolačića za praćenje ili analitiku.", + "cookie.notice_label": "Obaveštenje o kolačićima", + "cookie.policy_link": "Politika kolačića", + "cookie.privacy_link": "Obaveštenje o privatnosti", + "credentials.col_action": "Akcija", + "credentials.col_credential": "Akreditiv", + "credentials.col_source": "Izvor", + "credentials.configured": "Konfigurisano", + "credentials.edit_in_settings": "Izmeni u podešavanjima", + "credentials.legend_db": "Vrednost smeštena u bazi podataka (kriptovana kada se ne koristi; zamena varijable okruženja)", + "credentials.legend_env_after": " fajl", + "credentials.legend_env_before": "Vrednost iz varijable okruženja ili ", + "credentials.legend_missing": "Akreditiv nije postavljen — integracija neće raditi", + "credentials.legend_restart": "Ponovno pokretanje je potrebno kada se ovaj akreditiv menja", + "credentials.legend_title": "Legenda", + "credentials.manage_settings": "Upravljaj podešavanjima", + "credentials.not_configured": "Nije konfigurisano", + "credentials.page_title": "Revizija akreditiva - DocuElevate", + "credentials.raw_json": "Siromašni JSON (API)", + "credentials.restart_title": "Ponovno pokretanje je potrebno nakon promene ovog akreditiva", + "credentials.source_db_title": "Smešteno u bazi podataka (kriptovano)", + "credentials.source_env_title": "Iz varijable okruženja", + "credentials.status_missing": "Nedostaje", + "credentials.subtitle": "Pregled svih osetljivih akreditiva koje koristi DocuElevate. Tajne vrednosti ovde nisu prikazane — samo da li je svaki akreditiv konfigurisana i odakle dolazi.", + "credentials.table_for": "Akreditivi za", + "credentials.title": "Revizija akreditiva", + "credentials.total_credentials": "Ukupno akreditiva", + "dashboard.active_integrations": "Aktivne integracije", + "dashboard.files_this_month": "Fajlovi ovog meseca", + "dashboard.files_today": "Fajlovi danas", + "dashboard.ocr_processed": "OCR obrađeno", + "dashboard.quick_actions": "Brze akcije", + "dashboard.recent_activity": "Nedavna aktivnost", + "dashboard.storage_targets": "Ciljevi skladištenja", + "dashboard.title": "Kontrolna tabla", + "dashboard.total_files": "Ukupno fajlova", + "dashboard.welcome": "Dobrodošli u DocuElevate", + "duplicates.file_id_label": "ID datoteke", + "duplicates.file_id_placeholder": "npr. 42", + "duplicates.find_btn": "Pronađi", + "duplicates.found_files": "duplirane datoteke ukupno.", + "duplicates.found_groups": "duplirane grupe sa", + "duplicates.found_prefix": "Pronađeno", + "duplicates.group_aria": "Duplirana grupa", + "duplicates.heading": "Duplirani dokumenti", + "duplicates.how_it_works_heading": "Kako funkcioniše detekcija skoro duplikata", + "duplicates.max_results_label": "Maks. rezultati", + "duplicates.near_dup_desc": "Izaberite dokument da proverite da li druge datoteke sadrže isti (ili vrlo sličan) sadržaj — čak i ako su skenirane u različito vreme i imaju različite SHA-256 heš vrednosti.", + "duplicates.near_dup_heading": "Pronađi skoro duplikate za dokument", + "duplicates.no_exact_heading": "Nema tačnih duplikata", + "duplicates.page_title": "Duplirani dokumenti - DocuElevate", + "duplicates.pagination_aria": "Paginacija", + "duplicates.role_duplicate": "Duplikat", "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "duplicates.tab_exact": "Tačni duplikati", + "duplicates.tab_near": "Pretraga skoro duplikata", + "duplicates.tabs_aria": "Kartice za detekciju duplikata", + "duplicates.threshold_label": "Prag sličnosti", + "duplicates.view_dup_aria": "Pogledaj dupliranu datoteku", + "duplicates.view_original_aria": "Pogledaj originalnu datoteku", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Oups, nismo mogli pronaći tu stranicu!", + "error.404_home": "Vrati se na početnu", + "error.404_message": "Izgleda da je DocuElevate izgubio dokument koji ste tražili. Ne brinite – tu smo za vas.", + "error.404_title": "404 - Nije pronađeno", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", + "error.500_debug_info": "Prikaži informacije o grešci", + "error.500_description": "Naši serveri su naišli na problem i trebaju trenutak.", + "error.500_heading": "Oups! Nešto nije u redu.", + "error.500_home": "Idi na početnu", + "error.500_img_alt": "Ilustracija greške na serveru", + "error.500_message1": "Naši serveri su naišli na problem i trebaju trenutak. Možda su hrčci prosuli svoju kafu?", + "error.500_message2": "Već smo na tome — razvrstavamo datoteke, ponovo pokrećemo servere i ponovo kalibriramo fluks kapacitore.", + "error.500_title": "Greška na serveru - DocuElevate", + "error.forbidden": "Zabranjeno", + "error.forbidden_message": "Nemate dozvolu za pristup ovoj stranici.", + "error.not_found": "Stranica nije pronađena", + "error.not_found_message": "Stranica koju tražite ne postoji.", + "error.server_error": "Interna greška servera", + "error.server_error_message": "Nešto je pošlo po zlu. Pokušajte ponovo kasnije.", + "error.unauthorized": "Neautorizovano", + "error.unauthorized_message": "Morate da se prijavite da biste pristupili ovoj stranici.", + "files.action_delete": "Izbriši datoteku", + "files.action_details": "Pogledaj detalje", + "files.action_preview": "Brzi pregled", + "files.bulk_clear_selection": "Obriši izbor", + "files.bulk_cloud_ocr": "Ponovo pokreni Cloud OCR", + "files.bulk_delete": "Izbriši odabrano", + "files.bulk_download": "Preuzmi kao ZIP", + "files.bulk_reprocess": "Ponovno obradi odabrano", + "files.delete_modal_cancel": "Otkaži", + "files.delete_modal_confirm": "Izbriši", + "files.delete_modal_message": "Da li ste sigurni da želite da izbrišete ovu datoteku?", + "files.delete_modal_title": "Potvrdi brisanje", + "files.document_title": "Naslov dokumenta", + "files.drop_overlay_hint": "Podržava PDF, Office dokumente, slike, HTML, Markdown i još mnogo toga – fascikle se obrađuju rekurzivno", + "files.drop_overlay_title": "Pustite datoteke ili fascikle bilo gde da biste ih otpremili", + "files.error_hint": "Ovo može biti zbog problema sa konfiguracijom ili uvozom. Proverite logove servera.", + "files.file_size": "Veličina datoteke", + "files.filename": "Ime datoteke", + "files.files_selected": "datoteke odabrane", + "files.filter_all_providers": "Svi provajderi", + "files.filter_all_statuses": "Svi statusi", + "files.filter_all_types": "Svi tipovi", + "files.filter_apply": "Primeni filtere", + "files.filter_clear": "Obriši", + "files.filter_date_from": "Datum od", + "files.filter_date_from_aria": "Filter od datuma", + "files.filter_date_to": "Datum do", + "files.filter_date_to_aria": "Filter do datuma", + "files.filter_form_aria": "Filteri datoteka", + "files.filter_mime_type": "MIME tip", + "files.filter_ocr_all": "Sve datoteke", + "files.filter_ocr_good": "Dobra kvaliteta", + "files.filter_ocr_poor": "Loša kvaliteta", + "files.filter_ocr_quality": "Kvalitet OCR", + "files.filter_ocr_quality_aria": "Filtriraj prema OCR kvalitetu", + "files.filter_ocr_unchecked": "Još nije ocenjeno", + "files.filter_search_label": "Pretraži naziv fajla", + "files.filter_search_placeholder": "Unesite naziv fajla...", + "files.filter_storage_provider": "Provajder skladišta", + "files.filter_tags_aria": "Filtriraj prema oznakama (odvojene zarezom)", + "files.filter_tags_placeholder": "npr. račun,amazon", + "files.fulltext_search_label": "Pretraga punog teksta (OCR tekst, metapodaci, oznake)", + "files.fulltext_search_placeholder": "Pretraži sadržaj dokumenta, pošiljaoca, oznake, tip...", + "files.no_files": "Nema pronađenih fajlova", "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "files.page_title": "Evidencija fajlova", + "files.pagination_files": "fajlovi", + "files.pagination_first": "Prvi", + "files.pagination_last": "Poslednji", + "files.pagination_nav_aria": "Paginarna navigacija fajlova", + "files.pagination_next": "Sledeći", + "files.pagination_of": "od", + "files.pagination_previous": "Prethodni", + "files.pagination_showing": "Prikazivanje", + "files.preview_modal_close": "Zatvori pregled", + "files.preview_modal_title": "Pregled", + "files.queue_banner_items": "stavka(e) je trenutno u redu ili se obrađuje. Fajlovi će se ovde pojaviti kada obrada bude završena.", + "files.queue_banner_link": "Pogledajte red", + "files.saved_searches_empty": "Nema sačuvanih pretraga još", + "files.saved_searches_error": "Nije moguće učitati sačuvane pretrage", + "files.saved_searches_label": "Sačuvane pretrage", + "files.saved_searches_save": "Sačuvaj trenutnu", + "files.saved_searches_save_aria": "Sačuvaj trenutne filtre kao sačuvanu pretragu", + "files.search_results_empty": "Nema pronađenih rezultata.", + "files.search_results_title": "Rezultati pretrage", + "files.status_duplicate": "Duplikat", + "files.table_actions": "Akcije", + "files.table_aria": "Evidencija fajlova", + "files.table_created_at": "Kreirano u", + "files.table_empty": "Nema pronađenih fajlova", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.table_mime_type": "MIME Tip", + "files.table_original_filename": "Originalni naziv fajla", + "files.table_select_all": "Izaberi sve fajlove na ovoj stranici", + "files.tags": "Oznake", + "files.title": "Datoteke", + "files.upload_modal_aria": "Napredak učitavanja", + "files.upload_modal_close": "Zatvori napredak učitavanja", + "files.upload_modal_header": "Učitavanje datoteka", + "files.uploaded": "Učitano", + "footer.about": "O nama", + "footer.attribution": "Priznanje", + "footer.attributions": "Priznanja", + "footer.cookies": "Kolačići", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Impresum", + "footer.license": "Licence", + "footer.navigation": "Navigacija u podnožju", + "footer.privacy": "Privatnost", + "footer.terms": "Uslovi", + "footer.version": "Verzija {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "Povezano putem OAuth. Datoteke se nalaze u vašem odabranom folderu.", + "help.destinations_email": "Prosleđivanje putem e-pošte", + "help.destinations_email_desc": "Obrađene datoteke se šalju kao SMTP priloge.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Račun servisa ili OAuth. Podržava deljene diske.", + "help.destinations_heading": "Destinacije – Gde dokumenti idu", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Samo-hostovana cloud skladišta putem WebDAV-a.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Integracija sa Microsoft Graph API-jem.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Direktno prosledi entitete u Paperless za arhiviranje.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Bilo koji S3-kompatibilni bucket (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Siguran prenos datoteka na bilo koji server.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST metapodatke na bilo koju eksternu tačku.", + "help.documentation": "Dokumentacija", + "help.faq": "Često postavljana pitanja", + "help.faq_1_a": "Idite na stranicu za učitavanje, prevucite i ispustite svoje datoteke ili kliknite odaberite datoteku. DocuElevate konvertuje slike i kancelarijske dokumente u PDF, pokreće OCR i automatski ekstraktuje metapodatke.", + "help.faq_1_q": "Kako da učitam dokumente?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, i HTML. Nepdf fajlovi se automatski konvertuju u PDF pre obrade.", + "help.faq_2_q": "Koji formati fajlova su podržani?", + "help.faq_3_a": "Da. Idite na Uzimanje E-pošte, dodajte IMAP nalog, i DocuElevate će automatski proveravati nove poruke i obrađivati priloge.", + "help.faq_3_q": "Mogu li da uzmem dokumente iz e-pošte?", + "help.faq_4_a": "Cevovodi vam omogućavaju da povežete korake obrade – OCR, AI ekstrakciju, konverziju formata – i usmerite rezultat na jedno ili više odredišta. Kreirajte i upravljajte njima sa stranice Cevovodi.", + "help.faq_4_q": "Kako funkcionišu cevovodi obrade?", + "help.faq_5_a": "DocuElevate enkriptuje kredencijale u mirovanju, komunicira preko TLS-a i nikada ne čuva vaše dokumente duže nego što je potrebno. Pogledajte Obaveštenje o privatnosti za sve detalje.", + "help.faq_5_a_post": " za sve detalje.", + "help.faq_5_a_pre": "DocuElevate enkriptuje kredencijale u mirovanju, komunicira preko TLS-a i nikada ne čuva vaše dokumente duže nego što je potrebno. Pogledajte ", + "help.faq_5_q": "Da li su moji podaci sigurni?", + "help.faq_heading": "Često postavljana pitanja", + "help.getting_started": "Početak", + "help.heading": "Centar za pomoć", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Koristite REST API za programatsko slanje dokumenata. Autentifikujte se sa Bearer tokenom i POST-ujte fajlove na endpoint za upload.", + "help.ingestion_heading": "Alati za unos podataka", + "help.ingestion_mobile": "Mobilne aplikacije", + "help.ingestion_mobile_desc": "Koristite bilo koju mobilnu aplikaciju za skeniranje koja podržava prilagođene HTTP destinacije za upload kako biste slali fotografije i skenove na DocuElevate sa svog telefona ili tableta.", + "help.ingestion_scanners": "Mrežni skeneri", + "help.ingestion_scanners_desc": "Usmerite bilo koji mrežni skener ili višenamenski štampač na DocuElevate-ov upload endpoint. Skenirani dokumenti dospevaju direktno u vašu red za obradu.", + "help.ingestion_watched_folders": "Praćeni folderi", + "help.ingestion_watched_folders_desc": "Podesite lokalni ili mrežni folder da bude praćen. Bilo koja datoteka smeštena u praćeni folder automatski se učitava i obrađuje od strane DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrisanje DocuElevate-a u vaše automatizovane radne tokove sa Zapier-om, n8n ili Make-om. Koristite REST API akcije da pokrenete upload dokumenata iz bilo kojeg događaja.", + "help.meta_description": "Dobijte pomoć sa DocuElevate-om – pronađite vodiče za učitavanje dokumenata, povezivanje cloud skladišta, postavljanje tokova i još mnogo toga.", + "help.og_description": "Dobijte pomoć sa DocuElevate-om – pronađite vodiče za učitavanje dokumenata, povezivanje cloud skladišta, postavljanje tokova i još mnogo toga.", + "help.page_title": "Centar za pomoć", + "help.privacy_notice": "Obaveštenje o privatnosti", + "help.quickstart_heading": "Brzi početak", + "help.quickstart_storage": "Povezivanje skladišta", + "help.quickstart_storage_desc": "Idite na Podešavanja i povežite svoje cloud naloge. Obradni dokumenti se automatski usmeravaju na svako odredište koje konfigurišete.", + "help.quickstart_storage_desc_full": "Idite na Integracije i povežite svoje račune za cloud skladište. DocuElevate podržava Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud i još mnogo toga. Obradjeni dokumenti se automatski šalju na svaku destinaciju koju konfigurišete.", + "help.quickstart_upload": "Otpremanje dokumenata", + "help.quickstart_upload_desc": "Prevucite i ispustite fajlove na stranicu za otpremanje ili kliknite na Izaberi fajl. DocuElevate konvertuje slike i kancelarijske dokumente u PDF, izvršava OCR, i automatski ekstrakuje metapodatke.", + "help.quickstart_workflows": "Automatizujte radne tokove", + "help.quickstart_workflows_desc": "Kreirajte Cevovode da definišete višekratne korake obrade i pravila usmeravanja. Kombinujte OCR, AI ekstrakciju, konverziju formata i isporuku u jednom toku.", + "help.sources_email_ingestion": "Uzimanje E-pošte (IMAP)", + "help.sources_email_ingestion_desc": "Prosledite dokumente na posvećenu poštansku kutiju. U okviru Uzimanje E-pošte, dodajte jedan ili više IMAP naloga. DocuElevate automatski proverava nove poruke i obrađuje priloge.", + "help.sources_heading": "Izvori – Uzimanje dokumenata", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", + "help.sources_rest_api_desc": "Integracija programatski putem POST-a fajlova na /api/upload. Idealno za skripte, pratimo foldere, skeneri ili alati trećih strana poput Zapier i n8n.", + "help.sources_scanner": "Skener i mobilni", + "help.sources_scanner_desc": "Usmerite mrežne skeneri na DocuElevate-ovu tačku za otpremanje ili koristite bilo koju mobilnu aplikaciju za skeniranje koja podržava prilagođena HTTP odredišta.", + "help.sources_scanner_desc_full": "Podesite svoj mrežni skener ili višenamenski štampač da šalje skenove direktno na DocuElevate. Koristite /api/upload endpoint kao destinaciju. Mobilne aplikacije za skeniranje sa prilagođenim destinacijama za upload su takođe podržane.", + "help.sources_web_upload": "Web otpremanje", + "help.sources_web_upload_desc": "Najbrži način da počnete. Otvorite stranicu za otpremanje, ispustite jedan ili više fajlova, i DocuElevate se brine o ostatku. Podržani formati uključuju PDF, JPEG, PNG, TIFF, DOCX, XLSX, i još mnogo toga.", + "help.subheading": "Sve što vam treba da izvučete maksimum iz DocuElevate. Pretražujte teme u nastavku ili potražite ono što vam treba.", + "help.support": "Podrška", + "help.support_admin_message": "Kontaktirajte svog administratora za informacije o podršci.", + "help.support_description": "Ne možete pronaći ono što tražite? Naš tim za podršku je ovde da pomogne.", + "help.support_heading": "Kontaktirajte podršku", + "help.support_live_chat": "Dostupan Live Chat – kliknite na chat balon da započnete razgovor.", + "help.support_ticket_button": "Podnesite zahtev", + "help.support_ticket_desc": "Ispunite formu ispod i naš tim za podršku će vam se javiti što je pre moguće.", + "help.support_ticket_heading": "Otvorite zahtev za podršku", + "help.title": "Centar za pomoć", + "help.workflows_creating": "Kreiranje cevovoda", + "help.workflows_definition": "Cevovod je niz koraka obrade koji se automatski izvršavaju svaki put kada se neki dokument uzme. Svaki korak može transformisati, obogatiti ili usmeriti dokument.", + "help.workflows_heading": "Radni tokovi i cevovodi", + "help.workflows_step_1": "Konvertuj u PDF", + "help.workflows_step_1_create": "Idite na Pipeline u glavnom meniju.", + "help.workflows_step_1_full": "Konvertujte u PDF – svi dolazni fajlovi se normalizuju u dosledan PDF format.", + "help.workflows_step_2": "OCR – ekstrakcija teksta", + "help.workflows_step_2_create": "Kliknite na Novi Pipeline i dajte mu ime.", + "help.workflows_step_2_full": "OCR – izvadite selektibilni tekst sa skeniranih stranica koristeći Azure Document Intelligence ili ugrađeni engine.", + "help.workflows_step_3": "AI ekstrakcija metapodataka", + "help.workflows_step_3_create": "Dodajte potrebne korake obrade.", + "help.workflows_step_3_full": "Ekstrakcija AI metapodataka – klasifikujte tip dokumenta i izdvojite ključna polja kao što su iznosi, datumi i imena koristeći OpenAI.", + "help.workflows_step_4": "Dostavi na jedno ili više odredišta", + "help.workflows_step_4_create": "Izaberite jedno ili više odredišta dostave.", + "help.workflows_step_5_create": "Sačuvajte – novi dokumenti će automatski biti obrađeni kroz ovaj pipeline.", + "help.workflows_typical_steps": "Tipični koraci", + "help.workflows_what_is": "Šta je Pipeline?", + "index.badge_intelligent": "Inteligentna obrada dokumenata", + "index.button_browse_files": "Pregledaj fajlove", + "index.button_upload": "Otpremi", + "index.capabilities_cloud": "Cloud skladištenje: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Obrada dokumenata putem e-pošte i URL-a", + "index.capabilities_ocr": "OCR i ekstrakcija metapodataka uz pomoć AI", + "index.capabilities_paperless": "Integracija Paperless-ngx za upravljanje dokumentima", + "index.capabilities_title": "Sposobnosti", + "index.capabilities_workflows": "Automatizovana klasifikacija i usmeravanje tokova rada", + "index.cta_description": "Pridružite se timovima koji već automatizuju svoju obradu dokumenata koristeći DocuElevate.", + "index.cta_heading": "Spremni da unapredite svoj radni tok dokumenata?", + "index.cta_pricing": "Pogledajte cene", + "index.cta_signup": "Kreirajte besplatan nalog", + "index.dashboard_subtitle": "Inteligentna obrada i upravljanje dokumentima", + "index.dashboard_subtitle_teams": "Inteligentna obrada i upravljanje dokumentima — napravljeno za timove", + "index.feature_ai": "Ekstrakcija AI metapodataka", + "index.feature_ai_desc": "OpenAI, Claude, Gemini i drugi AI provajderi klasifikuju dokumente i izvode ključna polja kao što su datumi, iznosi i teme.", + "index.feature_cloud": "Multi-Cloud skladištenje", + "index.feature_cloud_desc": "Usmerite obrađene datoteke na Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP i još više.", + "index.feature_email": "Obrada putem e-pošte i IMAP-a", + "index.feature_email_desc": "Automatski preuzmite dokumente iz Gmail-a ili bilo koje IMAP poštanske sandučića — bez potrebe za ručnim otpremanjem.", + "index.feature_ocr": "OCR i ekstrakcija teksta", + "index.feature_ocr_desc": "Azure Document Intelligence automatski konvertuje skenirane PDF-ove i slike u potpuno pretražive tekstove.", + "index.feature_pipelines": "Prilagođeni Pipeline-ovi", + "index.feature_pipelines_desc": "Izgradite pipelines za obradu sa konfigurabilnim koracima — OCR, AI ekstrakcija, konverzija formata i usmeravanje skladišta u bilo kojem redosledu.", + "index.feature_search": "Pretraga punog teksta", + "index.feature_search_desc": "Odmah pronađite bilo koji dokument po sadržaju, metapodacima ili oznakama širom vaše arhive.", + "index.feature_section_title": "Sve što vam treba za pametne radne tokove dokumenata", + "index.getting_started": "Uvod", + "index.getting_started_1": "Konfigurišite integracije putem Statusa Sistema", + "index.getting_started_2": "Otpremite svoj prvi dokument", + "index.getting_started_3": "Pregledajte rezultate u Datotekama", + "index.getting_started_learn": "Saznajte više o DocuElevate", + "index.hero_description": "DocuElevate učitava vaše dokumente, pokreće OCR, ekstrahuje metapodatke pomoću AI i usmerava datoteke ka Dropbox-u, Google Drive-u, OneDrive-u, S3, Nextcloud-u i još mnogo toga — sve u jednom besprekornom toku.", + "index.hero_heading": "Od otpremanja do uvida — automatski.", + "index.hero_login": "Prijavite se", + "index.hero_pricing": "Pogledajte planove i cenovnike", + "index.hero_signup": "Započnite — besplatno je", + "index.integrations_active": "Aktivne integracije", + "index.integrations_storage": "Ciljevi skladištenja", + "index.integrations_title": "Integracije", + "index.integrations_view_status": "Pogledajte status sistema", + "index.page_title_dashboard": "Kontrolna tabla", + "index.page_title_public": "Inteligentna obrada dokumenata", + "index.platform_overview": "Pregled platforme", + "index.processing_stats": "Statistika obrade", + "index.quick_actions": "Brze radnje", + "index.quick_documents": "Moji dokumenti", + "index.quick_documents_desc": "Pretražujte svoje obrađene datoteke", + "index.quick_search": "Pretraga", + "index.quick_search_desc": "Pretraga punog teksta kroz dokumente", + "index.quick_subscription": "Moja pretplata", + "index.quick_subscription_desc": "Pogledajte detalje plana i korišćenja", + "index.quick_system_status": "Status sistema", + "index.quick_system_status_desc": "Proverite zdravstveno stanje integracije", + "index.quick_upload": "Otpremite dokument", + "index.quick_upload_desc": "Obradite novu datoteku", + "index.quick_view_files": "Pogledajte sve datoteke", + "index.quick_view_files_desc": "Pregledajte obrađene dokumente", + "index.single_user_heading": "DocuElevate Kontrolna tabla", + "index.single_user_subtitle": "Inteligentna obrada i upravljanje dokumentima", + "index.stat_active_integrations": "Aktivne integracije", + "index.stat_active_users": "Aktivni korisnici", + "index.stat_files_month": "Datoteke ovog meseca", + "index.stat_files_ocr": "Fajlovi sa OCR-om", + "index.stat_files_today": "Datoteke danas", + "index.stat_storage_targets": "Ciljevi skladištenja", + "index.stat_this_month": "Ovog meseca", + "index.stat_today": "Danas", + "index.stat_total_files": "Ukupno datoteka", + "index.stat_total_processed": "Ukupno obrađeno", "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", + "index.tier_upgrade": "Nadogradnja", + "index.tier_view_details": "Pogledajte pune detalje", + "index.upgrade_daily_limits": "Veći dnevni i mesečni limiti", + "index.upgrade_description": "Otključajte više dokumenata, više odredišta i prioritetnu podršku.", + "index.upgrade_destinations": "Više odredišta za skladištenje", + "index.upgrade_ocr_pages": "Više OCR stranica", + "index.upgrade_plan": "Ažurirajte svoj plan", + "index.upgrade_view_pricing": "Pogledajte planove i cene", + "index.usage_lifetime": "Datoteke za ceo život", + "index.usage_month": "Datoteke ovog meseca", + "index.usage_my_usage": "Moja upotreba", + "index.usage_today": "Datoteke danas", + "index.usage_unlimited": "Neograničeno", + "integrations.access_key_label": "ID ključa za pristup", + "integrations.active_label": "Aktivno", + "integrations.add_button": "Dodaj integraciju", + "integrations.add_first_button": "Dodaj svoju prvu integraciju", + "integrations.api_token_label": "API token", + "integrations.authorize_btn": "Ovlasti", + "integrations.authorize_reauth": "Ponovno ovlašćivanje", + "integrations.bucket_label": "Kanta", + "integrations.configure": "Konfiguriši", + "integrations.connect": "Poveži", + "integrations.connected": "Povezano", + "integrations.connection_failed": "Veza nije uspela", + "integrations.connection_success": "Veza uspešna", + "integrations.delete_confirm_are_you_sure": "Da li ste sigurni da želite da obrišete", + "integrations.delete_confirm_title": "Obriši integraciju?", + "integrations.delete_confirm_undone": "Ova radnja se ne može poništiti.", + "integrations.delete_emails_label": "Obriši emailove nakon obrade", + "integrations.delete_files_label": "Obriši fajlove nakon obrade", + "integrations.destinations_quota_label": "Odredišta za skladištenje:", + "integrations.destinations_section": "Odredišta", + "integrations.direction_destination": "Odredište (skladište)", + "integrations.direction_label": "Smer", + "integrations.direction_placeholder": "\u0014 Izaberi \u0014", + "integrations.direction_source": "Izvor (usvajanje)", + "integrations.disconnect": "Prekini vezu", + "integrations.email_settings": "Podešavanja prosljeđivanja emaila", + "integrations.empty_state": "Nema konfigurisane integracije", + "integrations.endpoint_label": "URL krajnje tačke", + "integrations.endpoint_optional": "(opciono, za S3-kompatibilno)", "integrations.folder_label": "Folder", + "integrations.folder_optional": "(opciono)", + "integrations.folder_path_label": "Putanja do fascikle", + "integrations.folder_prefix_label": "Prefiks fascikle", + "integrations.generic_settings_hint": "Konfiguracija za ovu vrstu integracije može se dostaviti kao JSON nakon kreiranja putem API-ja.", + "integrations.gmail_hint": "Gmail oznake & zvezdice: kada je omogućeno, procesuirani emailovi se označavaju zvezdicom i dobijaju oznaku \"Usvojeno\" u Gmail-u. Primjenjuje se samo na Gmail servere.", + "integrations.gmail_labels": "Primeni Gmail oznake & zvezdice", "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", + "integrations.imap_settings": "IMAP podešavanja", + "integrations.loading": "Učitavanje integracija\u00120", + "integrations.modal_close": "Zatvori modal", + "integrations.modal_title_add": "Dodaj integraciju", + "integrations.modal_title_edit": "Uredi integraciju", + "integrations.name_label": "Oznaka", + "integrations.name_placeholder": "npr. Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Podešavanja Nextcloud", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Dodajte svoju prvu integraciju da povežete izvore ingestije (poput IMAP-a) i odredišta skladištenja (poput S3, Dropbox-a ili Google Drive-a).", + "integrations.not_connected": "Nije povezano", + "integrations.oauth_folder_label": "Folder", + "integrations.oauth_hint": "Prvo sačuvajte ovu integraciju, a zatim koristite dugme Autorizuj da završite OAuth tok. Vaši podaci će biti sigurno pohranjeni u vašem ličnom zapisu integracije.", + "integrations.page_title": "Integracije", + "integrations.paperless_settings": "Podešavanja Paperless NGX", + "integrations.password_label": "Lozinka", + "integrations.paused": "Pauzirano", + "integrations.plan_label": "Plan:", "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "integrations.quota_not_available": "(nije dostupno)", + "integrations.quota_unlimited": "/ neograničeno", + "integrations.recipient_label": "Email primaoca", + "integrations.region_label": "Region", + "integrations.remote_path_label": "Daljinska putanja", + "integrations.s3_prefix_label": "Prefiks (putanja foldera)", + "integrations.s3_settings": "Podešavanja S3", + "integrations.secret_key_label": "Tajni pristupni ključ", + "integrations.show_password": "Prikaži lozinku", + "integrations.show_secrets": "Prikaži tajne", + "integrations.show_token": "Prikaži token", + "integrations.source_local": "Lokalni sistem datoteka", + "integrations.source_type_label": "Tip izvora", + "integrations.sources_quota_label": "Izvori pošte:", + "integrations.sources_section": "Izvori", + "integrations.subtitle": "Upravljajte svojim izvorima ingestije i odredištima skladištenja na jednom mestu.", + "integrations.title": "Integracije", + "integrations.type_label": "Tip integracije", + "integrations.type_placeholder": "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \u0000\u0000\u0000 \u0000\u0000 \u0000\u0000\u0000\u0000\u0000", + "integrations.upgrade_plan": "Nadogradite plan", + "integrations.use_ssl": "Koristite SSL", + "integrations.username_label": "Korisničko ime", + "integrations.watch_folder_settings": "Podešavanja posmatranja foldera", + "integrations.webdav_settings": "Podešavanja WebDAV", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook ingestija", + "integrations.webhook_how_heading": "Kako funkcioniše Webhook ingestija", + "integrations.webhook_how_text": "Webhook integracija omogućava spoljnim sistemima da direktno šalju dokumente u DocuElevate putem REST API-ja. Umesto da DocuElevate obavlja upit za nove datoteke (poput IMAP-a), vaša aplikacija šalje datoteke DocuElevate koristeći HTTP zahtev sa API tokenom za autentifikaciju.", + "integrations.webhook_ideal_text": "Ovo je idealno za CI/CD tokove, skripte za automatizaciju, integracije skenera ili bilo koji sistem koji generiše dokumente i treba ih poslati na obradu.", + "integrations.webhook_quick_start": "Brzi početak", + "integrations.webhook_security_tip": "Kreirajte posvećeni API token za svaku integraciju i odmah ga opozovite ako je kompromitovan. Tokene možete upravljati na stranici API tokena.", + "integrations.webhook_step1": "Idite na {api_tokens_link} i kreirajte lični token.", + "integrations.webhook_upload_with_token": "Koristite token za učitavanje dokumenata putem API-ja:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "language.change_success": "Jezik promenjen na {language}", + "language.changed": "Jezik promenjen na {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", "language.el": "Ελληνικά", - "language.en": "English", + "language.en": "Engleski", "language.es": "Español", "language.et": "Eesti", "language.fi": "Suomi", "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", + "language.hu": "Mađarski", "language.is": "Íslenska", - "language.it": "Italiano", + "language.it": "Italijanski", "language.lb": "Lëtzebuergesch", "language.lt": "Lietuvių", "language.lv": "Latviešu", "language.nb": "Norsk", "language.nl": "Nederlands", + "language.no_results": "Nijedan jezik nije pronađen", "language.pl": "Polski", "language.pt": "Português", "language.ro": "Română", "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", + "language.search_placeholder": "Pretraži jezike\n", + "language.selector": "Jezik", + "language.selector_label": "Izaberi jezik", "language.sk": "Slovenčina", "language.sl": "Slovenščina", "language.sv": "Svenska", "language.tr": "Türkçe", "language.uk": "Українська", "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", + "nav.about": "O aplikaciji", + "nav.account_menu": "Meni naloga", + "nav.account_menu_for": "Meni naloga za {name}", + "nav.admin": "Administrator", + "nav.admin.audit_logs": "Revizioni zapisnici", + "nav.admin.backups": "Bekapi", + "nav.admin.plans": "Planovi", + "nav.admin.scheduled_jobs": "Zakazani poslovi", + "nav.admin.users": "Korisnici", + "nav.admin_actions": "Akcije administratora", + "nav.admin_menu": "Administratorski meni", + "nav.api_docs": "API dokumentacija", + "nav.api_tokens": "API tokeni", + "nav.backup_restore": "Bekap i obnova", + "nav.credentials": "Akreditivi", + "nav.dark_mode": "Tamni način", + "nav.dashboard": "Kontrolna tabla", + "nav.developer_docs": "Dokumentacija za programere", + "nav.duplicates": "Duplikati", + "nav.file_manager": "Upravitelj datotekama", + "nav.files": "Datoteke", + "nav.get_started": "Započnite", + "nav.help": "Pomoć", + "nav.help_center": "Centar za pomoć", + "nav.imap": "Uvoz e-pošte", + "nav.integrations": "Integracije", + "nav.light_mode": "Svetli mod", + "nav.login": "Prijavi se", + "nav.logout": "Odjavi se", + "nav.main_navigation": "Glavna navigacija", + "nav.my_subscription": "Moja pretplata", + "nav.notifications": "Obaveštenja", + "nav.open_main_menu": "Otvori glavni meni", + "nav.pipelines": "Cevovodi", + "nav.plan_designer": "Dizajner planova", + "nav.pricing": "Cene", + "nav.profile": "Profil", + "nav.profile_settings": "Podešavanja profila", + "nav.queue": "Red čekanja", + "nav.queue_monitor": "Monitor reda čekanja", + "nav.scheduled_jobs": "Zakaženi poslovi", + "nav.search": "Pretraži", + "nav.settings": "Podešavanja", + "nav.shared_links": "Podeljene veze", + "nav.sign_out": "Odjavi se", + "nav.signup": "Registruj se", + "nav.similarity": "Sličnost", + "nav.skip_to_content": "Pređi na glavni sadržaj", "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", + "nav.subscription": "Pretplata", + "nav.toggle_dark_mode": "Prebaci u tamni mod", + "nav.toggle_nav": "Prebaci navigacioni meni", + "nav.upload": "Otpremi", + "nav.users": "Korisnici", + "nav.version": "Informacije o verziji", + "notifications.filter_all": "Sve", + "notifications.filter_read": "Samo pročitano", + "notifications.filter_unread": "Samo nepročitano", + "notifications.manage_desc": "Upravljajte svojim inbox-om za obaveštenja, ciljevima i preferencama događaja", + "notifications.mark_all_read": "Označi sve kao pročitano", + "notifications.mark_all_read_btn": "Označi sve kao pročitano", + "notifications.mark_read": "Označi kao pročitano", + "notifications.no_notifications": "Nema obaveštenja", + "notifications.page_title": "Obaveštenja", "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "notifications.tab_settings": "Podešavanja", + "notifications.title": "Obaveštenja", + "notifications.unread_count": "{count} nepročitanih obaveštenja", + "pipelines.active_label": "Aktivno", + "pipelines.add_step_btn": "Dodaj korak", + "pipelines.create": "Kreiraj cevovod", + "pipelines.custom_label_label": "Prilagođena oznaka", + "pipelines.default_label": "Podrazumevano", + "pipelines.description_label": "Opis", + "pipelines.description_placeholder": "Opcioni opis", + "pipelines.disabled_label": "Onemogućeno", + "pipelines.edit": "Izmeni cevovod", + "pipelines.empty_state": "Nema cevovoda još", + "pipelines.empty_state_hint": "Kreirajte svoj prvi cevovod da definišete prilagođene radne tokove obrade dokumenata.", + "pipelines.enabled_label": "Omogućeno", + "pipelines.force_cloud_ocr_label": "Prisilite cloud OCR (preskočite lokalno vađenje teksta)", + "pipelines.inactive_label": "Neaktivan", + "pipelines.loading": "Učitavanje cevovoda\n", + "pipelines.name_placeholder": "Moj cevovod", + "pipelines.new_pipeline_btn": "Novi cevovod", + "pipelines.no_steps": "Nema definisanih koraka. Dodajte korak da počnete da gradite svoj cevovod.", + "pipelines.ocr_auto": "Automatski (koristite podrazumevane sistemske postavke)", + "pipelines.ocr_language_hint": "Zamenjuje globalnu jezičku postavku za Tesseract/EasyOCR. Azure i Mistral automatski detektuju jezik.", + "pipelines.ocr_language_label": "OCR jezik", + "pipelines.optional_suffix": "(opciono)", + "pipelines.page_title": "Obrada cevovoda", + "pipelines.set_default": "Postavi kao moj podrazumevani cevovod", + "pipelines.step_label_placeholder": "Zameni podrazumevano ime koraka", + "pipelines.step_type_label": "Tip koraka", + "pipelines.subtitle_intro": "Definišite i upravljajte prilagođenim radnim tokovima obrade dokumenata.", + "pipelines.subtitle_system_post": "bedž i vidljivi su svim korisnicima.", + "pipelines.subtitle_system_pre": "Sistemski cevovodi (kreirani od strane administratora) se prikazuju sa", + "pipelines.system_label": "Sistem", + "pipelines.system_pipeline_label": "Sistemski cevovod (vidljiv svim korisnicima)", + "pipelines.title": "Obrada cevovoda", + "profile.avatar_alt": "Vaša profilna slika", + "profile.avatar_heading": "Profilna slika", + "profile.avatar_remove": "Ukloni prilagođeni avatar", + "profile.avatar_upload_hint": "Otpremite JPEG, PNG, GIF ili WebP sliku do 2 MB. Ako nije postavljena prilagođena slika, vaš {gravatar} se prikazuje.", + "profile.choose_image": "Izaberite sliku\u000206", + "profile.confirm_password": "Potvrdite novu lozinku", + "profile.contact_email_hint": "Koristi se za sistemske obaveštenja. Ovo ne menja vaš e-mail za prijavu.", + "profile.contact_email_label": "Kontakt / Obaveštenje E-mail", + "profile.contact_email_placeholder": "vi@primer.com", + "profile.current_password": "Trenutna lozinka", + "profile.dismiss": "Odbaci", + "profile.display_name_hint": "Ostavite prazno da biste koristili svoje korisničko ime ili e-mail.", + "profile.display_name_label": "Prikazano ime", + "profile.display_name_placeholder": "Vaše ime kako se prikazuje u korisničkom interfejsu", + "profile.general_heading": "Opšte informacije", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Podešavanja profila", + "profile.language_auto_detect": "Automatsko prepoznavanje (iz pregledača)", + "profile.language_hint": "Izaberite svoj željeni jezik korisničkog interfejsa. \u0019Auto-prepoznavanje\u0019 prati postavke vašeg pregledača.", + "profile.language_label": "Jezik UI", + "profile.new_password": "Nova lozinka", + "profile.new_password_hint": "Minimum 8 karaktera.", + "profile.page_title": "Podešavanja profila \u00013 DocuElevate", + "profile.password_heading": "Promena lozinke", + "profile.preferences_heading": "Podešavanja", + "profile.save_button": "Sačuvaj promene", + "profile.saving": "Čuvanje\u000206", + "profile.subtitle": "Upravljajte svojim prikazanim imenom, avatarom, jezikom i tematskim preferencijama.", + "profile.theme_dark": "Tamna", + "profile.theme_hint": "\u0019Sistem podrazumevano\u0019 prati postavke tamnog moda vašeg uređaja.", + "profile.theme_label": "Shema boja", + "profile.theme_light": "Svetla", + "profile.theme_system": "Sistem podrazumevano", + "profile.update_password": "Ažurirajte lozinku", + "profile.updating": "Ažuriranje\u00168...", + "queue.active_tasks": "Aktivni zadaci", + "queue.auto_refresh_1": "Automatsko osvežavanje svakih", + "queue.auto_refresh_2": "sekundi", + "queue.col_arguments": "Argumenti", + "queue.col_current_step": "Trenutni korak", + "queue.col_file": "Datoteka", + "queue.col_files": "Datoteke", + "queue.col_queue": "Red", + "queue.col_state": "Stanje", + "queue.col_task": "Zadatak", + "queue.col_task_id": "ID Zadataka", + "queue.files_processing": "Obrada Datoteka", + "queue.heading": "Monitor Reda", + "queue.last_updated": "Poslednje ažuriranje:", + "queue.loading_stats": "Učitavanje statistike reda\u001e...", + "queue.no_active_tasks": "Nema aktivnih zadataka", + "queue.no_data": "Nema podataka", + "queue.no_files_processing": "Nema trenutno obrađenih datoteka", + "queue.page_title": "Monitor Reda", + "queue.processing_pipeline": "Procesna Cevi", + "queue.queued_tasks": "Zadaci u redu", + "queue.recently_processing": "Nedavno obrađene datoteke", + "queue.redis_queues": "Redis Redovi", + "queue.subtitle": "Prikaz u realnom vremenu procesa obrade dokumenata i Celery redova zadataka.", + "queue.workers_online": "Radnici Online", + "search.button": "Pretraži", + "search.error_message": "Pretraga je trenutno nedostupna. Molimo pokušajte ponovo za trenutak.", + "search.filter_aria_clear": "Očisti sve filtre", + "search.filter_clear_button": "Očisti filtre", + "search.filter_date_from": "Datum Od", + "search.filter_date_to": "Datum Do", + "search.filter_document_type": "Tip Dokumenta", + "search.filter_document_type_placeholder": "npr. Faktura", + "search.filter_language": "Jezik", + "search.filter_language_placeholder": "npr. de", + "search.filter_sender": "Pošiljalac", + "search.filter_sender_placeholder": "npr. ACME Corp", + "search.filter_tags": "Oznake", + "search.filter_tags_placeholder": "npr. amazon", + "search.filter_text_quality": "Kvalitet Teksta", + "search.filter_text_quality_all": "Sve", + "search.filter_text_quality_high": "Visok", + "search.filter_text_quality_low": "Nizak", + "search.filter_text_quality_medium": "Srednji", + "search.filter_text_quality_no_text": "Nema teksta", + "search.heading": "Pretraga Dokumenata", + "search.input_aria_label": "Pretraži dokumente", + "search.input_placeholder": "Pretraži dokumente po sadržaju, pošiljaocu, oznakama, tipu...", + "search.loading_indicator": "Pretražujem\u001e", + "search.no_results": "Nema pronađenih rezultata", + "search.page_title": "Pretraga Dokumenata", + "search.placeholder": "Pretraži po imenu datoteke, sadržaju, oznakama...", + "search.result_empty": "Nema pronađenih dokumenata koji odgovaraju vašem zahtevu.", + "search.results_count": "Pronađeno {count} rezultata", + "search.saved_aria_save": "Sačuvaj trenutnu pretragu", + "search.saved_button": "Sačuvaj Trenutno", + "search.saved_empty": "Još nema sačuvanih pretraga", + "search.saved_error": "Nije moguće učitati sačuvane pretrage", + "search.saved_label": "Sačuvane Pretrage", + "search.saved_loading": "Učitavanje...", + "search.title": "Pretraga Dokumenata", + "settings.audit_log_btn": "Log Revizije", + "settings.autocomplete_hint": "Ukucajte da biste pretražili poznate vrednosti, ili unesite bilo koju prilagođenu vrednost.", + "settings.autocomplete_no_matches": "Nema podudaranja — i dalje možete uneti prilagođenu vrednost", + "settings.autocomplete_placeholder": "Ukucajte da biste pretražili ili uneli vrednost\u001e", + "settings.boolean_enable_prefix": "Omogući", + "settings.categories_aria": "Kategorije podešavanja", + "settings.categories_heading": "Kategorije", + "settings.db_wizard_btn": "DB Čarobnjak", + "settings.effective_value_label": "Efektivna vrednost:", + "settings.encrypted_suffix": "= šifrovano u mirovanju", + "settings.encrypted_title": "Vrednost je šifrovana u mirovanju u bazi podataka", + "settings.export_btn": "Izvezi", + "settings.export_db_only": "Samo DB podešavanja", + "settings.export_full_config": "Puna efektivna konfiguracija", + "settings.jump_to_category": "Skoči na kategoriju\u001e", + "settings.manage_config_prefix": "Upravljajte konfiguracijom. Prioritet:", + "settings.model_picker_hint": "Izaberite sa liste ili ukucajte bilo koje ime modela koje podržava vaš provajder.", + "settings.model_picker_placeholder": "Izaberite uobičajeni model ili ukucajte prilagođeno ime\u001e", + "settings.no_results_clear": "obriši pretragu", + "settings.no_results_heading": "Nema pronađenih podešavanja", + "settings.no_results_hint": "Pokušajte drugi termin pretrage ili", + "settings.page_heading": "Podešavanja Aplikacije", + "settings.required_label": "(obavezno)", + "settings.reset_confirm": "Da li ste sigurni da želite da resetujete ovo podešavanje?", + "settings.restart_required_suffix": "= potrebna ponovna uspostava", + "settings.revert_btn": "Ukloni iz DB", + "settings.revert_title": "Ukloni prepisivanje DB i vrati se na promenljivu okruženja ili podrazumetanu vrednost", + "settings.reverting": "Vraćam...", + "settings.save_all_btn": "Sačuvaj sve promene", + "settings.save_error": "Nije uspelo čuvanje podešavanja", + "settings.save_setting_title": "Sačuvaj ovo podešavanje", + "settings.save_success": "Podešavanje uspešno sačuvano", + "settings.saving_state": "Čuvam...", + "settings.search_aria_label": "Pretraži podešavanja", + "settings.search_clear_aria": "Obriši pretragu", + "settings.search_placeholder": "Pretraži podešavanja po imenu, ključiću ili opisu...", + "settings.settings_count_suffix": "podešavanja", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", + "settings.source_default_badge": "PODRAZUMEVANO", + "settings.source_env_badge": "OKRUŽENJE", + "settings.title": "Podešavanja", + "settings.toggle_visibility_aria": "Prebaci vidljivost lozinke", + "settings.toggle_visibility_title": "Prikaži/sakrij vrednost", + "settings.user_autocomplete_empty": "Nema pronađenih korisnika koji odgovaraju", + "settings.user_autocomplete_hint": "Kucajte da biste pretražili postojeće korisnike po imenu ili unesite bilo koji identifikator ručno.", + "settings.user_autocomplete_placeholder": "Započnite kucanje da biste pretražili korisnike...", + "settings.wizard_btn": "Magičar", + "shared.col_expiry": "Isticanje", + "shared.col_file_label": "Datoteka / Oznaka", "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "shared.col_views": "Pogledi", + "shared.copy_link_aria": "Kopiraj link u međuspremnik", + "shared.copy_link_title": "Kopiraj link", + "shared.create_btn": "Kreiraj link", + "shared.create_heading": "Kreiraj novi deljeni link", + "shared.creating": "Kreiram...", + "shared.expiry_12h": "12 sati", + "shared.expiry_14d": "14 dana", + "shared.expiry_1h": "1 sat", + "shared.expiry_24h": "24 sata (1 dan)", + "shared.expiry_30d": "30 dana", + "shared.expiry_3d": "3 dana", + "shared.expiry_6h": "6 sati", + "shared.expiry_7d": "7 dana", + "shared.expiry_label": "Isticanje", + "shared.expiry_never": "Nikada", + "shared.file_id_help_post": "stranici ili u URL-u detalja dokumenta.", + "shared.file_id_help_pre": "Pronađite ID datoteke na", + "shared.file_id_label": "ID datoteke", + "shared.file_id_placeholder": "npr. 42", + "shared.files_link": "Datoteke", + "shared.heading": "Podeljeni linkovi", + "shared.label_label": "Oznaka", + "shared.label_placeholder": "npr. Podeljeno sa Bobom", + "shared.link_created": "Podeljeni link je kreiran!", + "shared.link_created_help": "Kopirajte i pošaljite ovaj link primaocu.", + "shared.links_count_aria": "broj linkova", + "shared.max_downloads_label": "Maks. preuzimanja", + "shared.no_links": "Još nema podeljenih linkova. Kreirajte jedan iznad da biste počeli.", + "shared.open_in_new_tab": "Otvorite u novoj kartici", + "shared.open_link_aria": "Otvorite podeljeni link", + "shared.optional": "(opciono)", + "shared.page_title": "Podeljeni linkovi – DocuElevate", + "shared.password_label": "Lozinka", + "shared.password_placeholder": "Ostavite prazno za bez lozinke", + "shared.password_protected": "Zaštićeno lozinkom", + "shared.refresh_aria": "Oslobodite listu podeljenih linkova", + "shared.revoke_aria_prefix": "Poništite podeljeni link za", + "shared.revoke_btn": "Poništi", + "shared.status_active": "Aktivan", + "shared.status_expired": "Istekao", + "shared.status_limit_reached": "Dostignut limit", + "shared.status_revoked": "Poništen", + "shared.subtitle": "Podelite dokumente sa bilo kim putem linka sa vremenskim ili ograničenim prikazom. Primaoci ne moraju imati DocuElevate nalog. Linkovi mogu biti zaštićeni lozinkom i mogu se poništiti u bilo kojem trenutku.", + "shared.table_aria": "Podeljeni linkovi", + "shared.unlimited_placeholder": "Neograničeno", + "shared.your_links": "Vaši Podeljeni Linkovi", + "similarity.backfill_auto": "Pozadinska aktivnost će ih izračunati automatski svakih 5 minuta, ili možete", + "similarity.files_missing_text": "datoteka(e) imaju OCR tekst, ali još uvek nemaju Ugradnju.", + "similarity.find_pairs_btn": "Pronađi Parove", + "similarity.heading": "Sličnost dokumenata", + "similarity.load_error": "Nije uspelo učitavanje parova.", + "similarity.min_similarity_label": "Min. sličnost", + "similarity.no_pairs_detail": "Nema dokumenata koji premašuju prag sličnosti.", + "similarity.no_pairs_heading": "Nema pronađenih sličnih parova", + "similarity.page_title": "Sličnost dokumenata - DocuElevate", + "similarity.pagination_aria": "Pagiranje sličnosti parova", + "similarity.per_page_label": "Po stranici", + "similarity.scanning": "Skeniranje sličnih parova dokumenata\u0000A0...", + "similarity.stat_embedding_model": "Model ugradnje", + "similarity.stat_missing_embedding": "Nedostaje ugradnja", + "similarity.stat_total_files": "Ukupno datoteka", + "similarity.stat_with_embedding": "Sa ugradnjom", + "similarity.subtitle": "Parovi dokumenata sa visokom semantičkom sličnosti, rangirani po rezultatu.", + "similarity.trigger_aria": "Pokreni izračunavanje ugradnje za sve datoteke koje nemaju ugradnje", + "similarity.trigger_now": "pokreni sada", + "status.app_version": "Verzija aplikacije", + "status.build_date": "Datum izrade", + "status.container_id": "ID kontejnera", + "status.git_commit": "Git commit", + "status.last_check": "Poslednja provera", + "status.page_title": "Status sistema", + "status.setting_label": "Podešavanje", + "status.value_label": "Vrednost", + "subscription.available_plans_heading": "Dostupni planovi", + "subscription.back_to_dashboard": "Povratak na kontrolnu tablu", + "subscription.cancel_pending": "Otkaži promenu", + "subscription.cancel_scheduled": "Otkaži zakazanu promenu", + "subscription.contact_sales": "Kontaktirajte prodaju", + "subscription.current_badge": "Trenutno", + "subscription.current_plan": "Trenutni plan", + "subscription.current_plan_cta": "Vaš trenutni plan", + "subscription.downgrade_to_prefix": "Smanji na", + "subscription.features_heading": "Šta je uključeno u vaš plan", + "subscription.free": "Besplatno", + "subscription.heading": "Moja pretplata", + "subscription.keep_plan_prefix": "Zadrži", + "subscription.lifetime_files": "Ukupno datoteka (doživotno)", + "subscription.month_files": "Datoteke ovog meseca", + "subscription.more_features_label": "više", + "subscription.page_title": "Moja pretplata \u000210DocuElevate", + "subscription.pending_badge": "Na čekanju", + "subscription.pending_benefits": "Sve trenutne prednosti plana zadržavate do tada.", + "subscription.pending_on": "na", + "subscription.pending_title": "Zakazana promena plana na čekanju", + "subscription.pending_will_change": "Vaš plan će se promeniti na", + "subscription.per_mo": "/mesec", + "subscription.per_month": "/mesečno", + "subscription.since": "Od", + "subscription.single_user_body": "Tirevi pretplate važe kada je aktivan režim više korisnika. Vaša instanca trenutno radi u režimu jednog korisnika bez ograničenja obrade. Administrator može omogućiti režim više korisnika putem {settings_link}.", + "subscription.single_user_title": "Režim više korisnika nije omogućen.", + "subscription.subtitle": "Vaš trenutni plan, korišćenje i dostupna unapređenja.", + "subscription.this_month_label": "ovog meseca", + "subscription.today_files": "Datoteke danas", + "subscription.today_label": "danas", + "subscription.unlimited": "Neograničeno", + "subscription.upgrade_info": "Unapređenja postaju aktivna odmah. Smanjenja su zakazana za kraj vašeg trenutnog obračunskog perioda.", + "subscription.upgrade_to_prefix": "Unapredi na", + "subscription.usage_heading": "Korišćenje", + "upload.browse_button": "Pogledaj datoteke", + "upload.button_processing": "Obrada...", + "upload.camera_button": "Uzmite fotografiju / Skenirajte dokument", + "upload.download_button": "Preuzmi i obradi", + "upload.downloading": "Preuzimanje datoteke sa URL-a...", + "upload.drag_drop": "Prevucite i otpustite datoteke ovde ili kliknite da pregledate", + "upload.drop_hint_desktop": "Prevucite i otpustite datoteke ili foldere ovde, ili kliknite da izaberete datoteke.", + "upload.drop_hint_mobile": "Dodirnite da izaberete datoteke ili koristite dugme za kameru ispod.", + "upload.drop_zone_aria": "Područje za otpremanje datoteka. Prevucite i otpustite datoteke ovde, ili pritisnite Enter da pregledate datoteke.", + "upload.error": "Otpremanje neuspešno", + "upload.error_invalid_url": "Nevalidan format URL-a", + "upload.error_url_required": "Molimo unesite URL", + "upload.file_size_hint": "Maksimalna veličina: 500 MB po datoteci", + "upload.file_types": "Dozvoljeni tipovi: PDF, Office dokumenti (Word, Excel, PowerPoint, itd.), Slike", + "upload.filename_description": "Ostavite prazno da koristite naziv datoteke sa URL-a", + "upload.filename_label": "Naziv datoteke (opciono)", + "upload.filename_placeholder": "moj-dokument.pdf", + "upload.max_size": "Maksimalna veličina datoteke: {size}", + "upload.page_title": "Otpremi datoteke", + "upload.section_device": "Otpremi sa uređaja", + "upload.section_url": "Otpremi sa URL-a", + "upload.select_file": "Izaberite datoteku", + "upload.success": "Datoteka je uspešno otpremljena", + "upload.title": "Otpremi dokument", + "upload.uploading": "Otpremanje...", + "upload.url_description": "Unesite direktnu vezu do datoteke (PDF, Office dokumenti ili slike)", + "upload.url_label": "URL datoteke", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/sv.json b/frontend/translations/sv.json index 9a0dd1e5..87ee9428 100644 --- a/frontend/translations/sv.json +++ b/frontend/translations/sv.json @@ -1,593 +1,700 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Möt Skaparen", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", + "about.creator_pre": "DocuElevate utvecklas med passion av", + "about.features_admin_api": "Kraftfull REST API för programmatisk åtkomst", + "about.features_admin_config": "Högt konfigurerbar via miljövariabler", + "about.features_admin_docker": "Docker-redo för enkel distribution och skalning", "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", + "about.features_admin_oauth2": "OAuth2 autentiseringsstöd med Authentik", + "about.features_automation_background": "Bakgrundsprocessering med Redis och Celery", + "about.features_automation_gmail": "Gmail och generell e-postkonto integration", + "about.features_automation_heading": "Automatisering", + "about.features_automation_imap": "IMAP inkorgsövervakning från flera källor", + "about.features_automation_ingestion": "Automatiserad dokumentinkommande från olika ingångar", + "about.features_heading": "Nyckelfunktioner", + "about.features_integration_cloud": "Molnlagring: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integration & Lagring", + "about.features_integration_multi_dest": "Multi-destination stöd (lagra dokument på flera platser)", + "about.features_integration_protocols": "Överföringsprotokoll: FTP, SFTP, E-post vidarebefordran", + "about.features_integration_selfhosted": "Egenvärdiga alternativ: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Intelligent dokumentklassificering och datumextraktion", + "about.features_processing_heading": "Dokumentbearbetning", + "about.features_processing_metadata": "Automatiserad metadataextraktion med en pluggbar AI-leverantör", + "about.features_processing_ocr": "OCR drivet av Azure Document Intelligence", + "about.features_processing_pdf": "PDF-konvertering för olika filformat via Gotenberg", + "about.features_processing_upload": "Enkla och säkra filuppladdningar med drag & släpp stöd", + "about.github_logo_alt": "GitHub-logotyp", + "about.heading": "Om DocuElevate", + "about.intro_post": " – din moderna, intelligenta lösning för dokumentbearbetning! Vi har byggt DocuElevate för att helt omvandla sättet du hanterar dina dokument – från uppladdning till extraktion, från bearbetning till lagring.", + "about.intro_pre": "Välkommen till ", + "about.involved_description": "Vill du dyka ner i koden, bidra med idéer eller lära dig mer om DocuElevate?", + "about.involved_docs": "Läs Dokumentationen", + "about.involved_github": "Se DocuElevate på GitHub", + "about.involved_heading": "Engagera dig", + "about.involved_website": "Besök DocuElevate Webbplats", + "about.legal_description": "Vi bryr oss om din integritet och dataskydd. Vänligen granska vår:", + "about.legal_heading": "Integritet & Lagligt", + "about.legal_license": "Licensinformation", + "about.legal_privacy": "Integritetsmeddelande", + "about.page_title": "Om DocuElevate", + "about.story_heading": "Vår Historia", + "about.story_p1": "DocuElevate skapades med ett mål i åtanke: att förenkla och effektivisera dokumenthantering för alla, oavsett om du är en liten startup eller ett stort företag.", + "about.story_p2": "Vi utnyttjar kraften hos pluggbara AI-leverantörer (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey och fler) för metadatautvinning och textförbättring, integrerar sömlöst med Dropbox, Nextcloud och Paperless NGX för lagring och indexering, utnyttjar Azure Document Intelligence för OCR och använder till och med Gotenberg för fil-till-PDF-konverteringar.", + "api_tokens.col_created": "Skapad", + "api_tokens.col_last_ip": "Senaste IP", + "api_tokens.col_last_used": "Senast Använd", + "api_tokens.col_name": "Namn", + "api_tokens.col_prefix": "Tokenprefix", + "api_tokens.copy_to_clipboard": "Kopiera token till urklipp", + "api_tokens.copy_upload_example": "Kopiera uppladdningsexempel till urklipp", + "api_tokens.copy_warning_1": "Kopiera denna token nu — den kommer", + "api_tokens.copy_warning_2": "inte att visas igen", + "api_tokens.create_heading": "Skapa Ny Token", + "api_tokens.create_token": "Skapa Token", + "api_tokens.creating": "Skapar\u00102\u00103\u00104\u00105\u00106...", "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", + "api_tokens.intro": "Skapa personliga API-tokens för att interagera med DocuElevate API:et programmässigt. Använd tokens för webhook-uppladdningar, CI/CD-pipelines eller vilket skript som helst som behöver ladda upp eller hämta dokument.", + "api_tokens.loading_tokens": "Laddar tokens\u00102\u00103\u00104\u00105\u00106...", + "api_tokens.never": "Aldrig", + "api_tokens.no_tokens_heading": "Inga API-tokens ännu", + "api_tokens.no_tokens_help": "Skapa din första token ovan för att komma igång.", "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", + "api_tokens.revoke": "Återkalla", + "api_tokens.revoke_prefix": "Återkalla token", + "api_tokens.status_active": "Aktiv", + "api_tokens.status_revoked": "Återkallad", "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "api_tokens.token_created": "Token skapad framgångsrikt!", + "api_tokens.token_name_label": "Token namn", + "api_tokens.token_name_placeholder": "t.ex. CI Pipeline, Webhook Upload, Mitt Skript", + "api_tokens.usage_heading": "Användningsexempel", + "api_tokens.usage_intro_post": "rubrik med alla API-förfrågningar:", + "api_tokens.usage_intro_pre": "Använd din API-token i", + "api_tokens.your_tokens": "Dina Tokens", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", + "audit.col_resource": "Resurs", + "audit.col_timestamp": "Tidsstämpel", + "audit.critical": "Kritisk", + "audit.filter_action": "Åtgärd", + "audit.filter_all_actions": "Alla åtgärder", + "audit.filter_all_users": "Alla användare", + "audit.filter_resource_placeholder": "t.ex. dokument, användare", + "audit.filter_resource_type": "Resurstyp", + "audit.filter_severity": "Allvarlighetsgrad", + "audit.filter_user": "Användare", + "audit.filters_section_label": "Granskning loggfilter", + "audit.next": "Nästa", + "audit.next_label": "Nästa sida", + "audit.no_events": "Inga granskningshändelser registrerade än.", + "audit.no_events_hint": "Viktiga åtgärder (inloggningar, dokumentoperationer, inställningsändringar) kommer att visas här.", + "audit.page_title": "Granskningsloggar - DocuElevate", + "audit.pagination_label": "Granskningslogg pagination", + "audit.prev": "Föregående", + "audit.prev_label": "Föregående sida", + "audit.refresh_label": "Uppdatera granskningsloggar", + "audit.siem_disabled_title": "SIEM vidarebefordran är inaktiverad", + "audit.siem_enabled_title": "Händelser skickas vidare till ", + "audit.siem_off": "SIEM: Av", + "audit.subtitle": "Omfattande, endast-tilläggsregister över alla viktiga åtgärder.", + "audit.table_label": "Granskningslogghändelser", + "audit.title": "Granskningsloggar", + "auth.confirm_password": "Bekräfta lösenord", + "auth.create_account": "Skapa konto", + "auth.display_name_label": "Visningsnamn", + "auth.email_label": "E-post", + "auth.forgot_password": "Glömt lösenord?", + "auth.forgot_username": "Glömt användarnamn?", + "auth.login": "Logga in", + "auth.login_title": "Logga in", + "auth.logo_alt": "DocuElevate-logotyp", + "auth.logout": "Logga ut", + "auth.my_account": "Mitt konto", + "auth.no_account": "Har du inget konto?", + "auth.or_continue_with": "Eller fortsätt med", + "auth.password_label": "Lösenord", + "auth.profile": "Profil", + "auth.remember_me": "Kom ihåg mig", + "auth.return_home": "Återvänd till hemsidan", + "auth.sign_in": "Logga in", + "auth.sign_in_sso": "Logga in med SSO", + "auth.sign_in_with": "Logga in med", + "auth.sign_in_with_username": "Logga in med användarnamn", + "auth.signup": "Registrera", + "auth.signup_title": "Registrera", + "auth.username_label": "Användarnamn", + "auth.username_or_email": "Användarnamn eller E-post", + "auth.verify_email_back_sign_in": "Tillbaka till inloggning", + "auth.verify_email_expiry": "Länken går ut om 24 timmar. Om du inte ser e-postmeddelandet, kontrollera din skräppostmapp.", + "auth.verify_email_heading": "Kontrollera din inkorg", + "auth.verify_email_message": "Vi har skickat ett verifierings-e-postmeddelande till dig. Vänligen klicka på länken i e-postmeddelandet för att aktivera ditt konto.", + "auth.verify_email_page_title": "DocuElevate - Verifiera din E-post", + "auth.verify_email_resend_aria_label": "E-postadress för att skicka igen", + "auth.verify_email_resend_button": "Skicka verifierings-e-postmeddelande igen", + "auth.verify_email_resend_label": "E-postadress", + "auth.verify_email_resend_placeholder": "Ange din e-postadress", + "auth.verify_email_resend_prompt": "Fick du inte det?", + "backup.archives_heading": "Backuparkiv", + "backup.backup_now": "Säkerhetskopiera nu", + "backup.clean_up": "Rensa upp", + "backup.cleanup_title": "Kör retention-rensning nu", + "backup.col_created": "Skapad", + "backup.col_filename": "Filnamn", + "backup.col_size": "Storlek", + "backup.col_storage": "Lagring", + "backup.col_type": "Typ", + "backup.config_auto_backup": "Auto-säkerhetskopiering", + "backup.config_remote_dest": "Fjärrdestination", "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "backup.config_total_size": "Totala lokala storlek", + "backup.confirm_btn": "Bekräfta", + "backup.confirm_title": "Bekräfta åtgärd", + "backup.heading": "Backuphantering", + "backup.local_only": "Endast lokal", + "backup.no_backups": "Inga säkerhetskopior ännu.", + "backup.no_backups_hint": "Klicka på Säkerhetskopiera nu för att skapa din första säkerhetskopiera.", + "backup.page_title": "Backuphantering", + "backup.records_label": "poster", + "backup.restore_btn": "Återställ", + "backup.restore_desc_mid": "säkerhetskopieringsarkiv för att återställa databasen.", + "backup.restore_desc_pre": "Ladda upp en", + "backup.restore_desc_warning": "Detta kommer att skriva över all nuvarande data.", + "backup.restore_file_label": "Backup-arkiv (.db.gz)", + "backup.restore_heading": "Återställ från fil", + "backup.restoring": "Återställer", + "backup.retention_daily_detail": "\u0013 sparas i 3 veckor", + "backup.retention_heading": "Bevarande policy", + "backup.retention_hourly_detail": "\u0013 sparas i 4 dagar", + "backup.retention_note": "Backuper bortom dessa gränser tas automatiskt bort efter att varje ny backup har skapats.", + "backup.retention_weekly_detail": "\u0013 sparas i ~3 månader", + "backup.snapshots": "ögonblicksbilder", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", + "backup.storage_local": "lokal", + "backup.subtitle": "Databasbackuper skapas automatiskt: varje timme (4 dagar), dagligen (3 veckor), veckovis (13 veckor).", + "backup.table_aria": "Backup-arkiv", + "backup.trigger_daily": "Säkerhetskopiera nu (dagligen)", + "backup.trigger_hourly": "Säkerhetskopiera nu (timvis)", + "backup.trigger_weekly": "Säkerhetskopiera nu (veckovis)", + "backup.type_daily": "Daglig", + "backup.type_hourly": "Timvis", + "backup.type_weekly": "Veckovis", + "billing.go_to_dashboard": "Gå till instrumentpanelen", + "billing.manage_subscription": "Hantera prenumeration", + "billing.success_heading": "Du är redo!", + "billing.success_message": "Din prenumeration har aktiverats. Tack för att du valde DocuElevate!", + "billing.success_page_title": "DocuElevate - Prenumeration aktiverad", + "common.actions": "Åtgärder", + "common.active": "Aktiv", + "common.all": "Alla", + "common.avatar": "Avatar", + "common.back": "Tillbaka", + "common.cancel": "Avbryt", + "common.close": "Stäng", + "common.col_pending": "Väntande", + "common.completed": "Avslutad", + "common.confirm": "Bekräfta", + "common.copied": "Kopierad!", + "common.copy": "Kopiera", + "common.create": "Skapa", + "common.created": "Skapad", + "common.date": "Datum", + "common.delete": "Ta bort", + "common.description": "Beskrivning", + "common.details": "Detaljer", + "common.disabled": "Inaktiverad", + "common.download": "Ladda ner", + "common.duplicate": "Duplicera", + "common.edit": "Redigera", + "common.enabled": "Aktiverad", + "common.error": "Fel", + "common.failed": "Misslyckades", + "common.filter": "Filtrera", + "common.inactive": "Inaktiv", + "common.info": "Information", + "common.loading": "Laddar...", + "common.name": "Namn", + "common.next": "Nästa", + "common.next_page": "Nästa sida", + "common.no": "Nej", + "common.none": "Inga", + "common.page": "Sida", + "common.paused": "Pausad", + "common.pending": "Väntande", + "common.prev_page": "Föregående sida", + "common.previous": "Föregående", + "common.processing": "Bearbetning", + "common.refresh": "Uppdatera", + "common.reset": "Återställ", + "common.retry": "Försök igen", + "common.save": "Spara", + "common.search": "Sök", + "common.select": "Välj", + "common.select_placeholder": "\u00040 välj \u00040", + "common.size": "Storlek", "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", + "common.submit": "Skicka", + "common.success": "Framgång", + "common.tags": "Taggar", + "common.test": "Test", + "common.test_connection": "Testa anslutning", + "common.type": "Typ", + "common.update": "Uppdatera", + "common.updated": "Uppdaterad", + "common.upload": "Ladda upp", + "common.view": "Visa", + "common.warning": "Varning", + "common.yes": "Ja", + "cookie.accept": "Fick det", + "cookie.learn_more": "Lär dig mer", + "cookie.message": "Denna webbplats använder cookies för att förbättra din upplevelse.", + "cookie.notice": "DocuElevate använder endast essentiella sessionscookies som krävs för autentisering och drift av tjänster. Inga spårnings- eller analyscookies används.", + "cookie.notice_label": "Cookie-anmärkning", + "cookie.policy_link": "Cookiepolicy", + "cookie.privacy_link": "Integritetsmeddelande", + "credentials.col_action": "Åtgärd", + "credentials.col_credential": "Referens", + "credentials.col_source": "Källa", + "credentials.configured": "Konfigurerad", + "credentials.edit_in_settings": "Redigera i inställningar", + "credentials.legend_db": "Värde lagrat i databasen (krypterat vid vila; åsidosätter miljövariabel)", + "credentials.legend_env_after": " fil", + "credentials.legend_env_before": "Värde från miljövariabel eller ", + "credentials.legend_missing": "Referens ej inställd — integration kommer inte att fungera", + "credentials.legend_restart": "Omstart krävs när denna referens roteras", + "credentials.legend_title": "Legendes", + "credentials.manage_settings": "Hantera inställningar", + "credentials.not_configured": "Inte konfigurerad", + "credentials.page_title": "Referensgranskning - DocuElevate", + "credentials.raw_json": "Rå JSON (API)", + "credentials.restart_title": "Omstart krävs efter rotation av denna referens", + "credentials.source_db_title": "Lagrat i databasen (krypterat)", + "credentials.source_env_title": "Från miljövariabel", + "credentials.status_missing": "Saknas", + "credentials.subtitle": "Översikt över alla känsliga referenser som används av DocuElevate. Inga hemliga värden visas här — endast om varje referens är konfigurerad och var den kommer ifrån.", + "credentials.table_for": "Referenser för", + "credentials.title": "Referensgranskning", + "credentials.total_credentials": "Totalt antal referenser", + "dashboard.active_integrations": "Aktiva integrationer", + "dashboard.files_this_month": "Filer den här månaden", + "dashboard.files_today": "Filer idag", + "dashboard.ocr_processed": "OCR Behandlad", + "dashboard.quick_actions": "Snabba åtgärder", + "dashboard.recent_activity": "Senaste aktiviteten", + "dashboard.storage_targets": "Lagringsmål", + "dashboard.title": "Instrumentpanel", + "dashboard.total_files": "Totalt antal filer", + "dashboard.welcome": "Välkommen till DocuElevate", + "duplicates.file_id_label": "Fil-ID", + "duplicates.file_id_placeholder": "t.ex. 42", + "duplicates.find_btn": "Hitta", + "duplicates.found_files": "dubblett fil(er) totalt.", + "duplicates.found_groups": "dubblett grupp(er) med", + "duplicates.found_prefix": "Hittade", + "duplicates.group_aria": "Dubblett grupp", + "duplicates.heading": "Dubbletter av dokument", + "duplicates.how_it_works_heading": "Hur nära-dubblett detektering fungerar", + "duplicates.max_results_label": "Max resultat", + "duplicates.near_dup_desc": "Välj ett dokument för att kontrollera om några andra filer innehåller samma (eller mycket liknande) innehåll – även om de skannades vid olika tidpunkter och har olika SHA-256 hash.", + "duplicates.near_dup_heading": "Hitta Nära-Dubbletter för ett Dokument", + "duplicates.no_exact_heading": "Inga exakta dubbletter hittades", + "duplicates.page_title": "Dubbletter av dokument - DocuElevate", "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", + "duplicates.role_duplicate": "Dubblett", "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "duplicates.tab_exact": "Exakta Dubbletter", + "duplicates.tab_near": "Nära-Dubblett Hittare", + "duplicates.tabs_aria": "Dubblett detekteringsflikar", + "duplicates.threshold_label": "Likhets tröskel", + "duplicates.view_dup_aria": "Visa dubblett fil", + "duplicates.view_original_aria": "Visa original fil", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Oj, vi kunde inte hitta den sidan!", + "error.404_home": "Återvänd hem", + "error.404_message": "Det verkar som om DocuElevate har tappat bort dokumentet du letade efter. Oroa dig inte – vi hjälper dig.", + "error.404_title": "404 - Inte hittad", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Visa felsökningsinformation", + "error.500_description": "Våra servrar stötte på ett problem och behöver en stund.", + "error.500_heading": "Oj! Något gick fel.", + "error.500_home": "Gå hem", + "error.500_img_alt": "Illustration av ett serverfel", + "error.500_message1": "Våra servrar stötte på ett problem och behöver en stund. Kanske hamstrarna spillde sitt kaffe?", + "error.500_message2": "Vi jobbar redan på det – sorterar filer, omstartar servrar och justerar fluxkapacitorer.", + "error.500_title": "Serverfel - DocuElevate", + "error.forbidden": "Förbjudet", + "error.forbidden_message": "Du har inte behörighet att komma åt denna sida.", + "error.not_found": "Sidan hittades inte", + "error.not_found_message": "Sidan du letar efter finns inte.", + "error.server_error": "Intern serverfel", + "error.server_error_message": "Något gick fel. Vänligen försök igen senare.", + "error.unauthorized": "Obehörig", + "error.unauthorized_message": "Du måste logga in för att få åtkomst till denna sida.", + "files.action_delete": "Ta bort fil", + "files.action_details": "Visa detaljer", + "files.action_preview": "Snabb förhandsvisning", + "files.bulk_clear_selection": "Rensa urval", + "files.bulk_cloud_ocr": "Kör Cloud OCR igen", + "files.bulk_delete": "Ta bort markerade", + "files.bulk_download": "Ladda ner som ZIP", + "files.bulk_reprocess": "Bearbeta om markerade", + "files.delete_modal_cancel": "Avbryt", + "files.delete_modal_confirm": "Ta bort", + "files.delete_modal_message": "Är du säker på att du vill ta bort den här filen?", + "files.delete_modal_title": "Bekräfta borttagning", + "files.document_title": "Dokumenttitel", + "files.drop_overlay_hint": "Stöder PDF, Office-dokument, bilder, HTML, Markdown och mer – mappar bearbetas rekursivt", + "files.drop_overlay_title": "Dra filer eller mappar hit för att ladda upp", + "files.error_hint": "Detta kan bero på ett konfigurations- eller importproblem. Vänligen kontrollera serverloggarna.", + "files.file_size": "Filstorlek", + "files.filename": "Filnamn", + "files.files_selected": "filer valda", + "files.filter_all_providers": "Alla leverantörer", + "files.filter_all_statuses": "Alla statusar", + "files.filter_all_types": "Alla typer", + "files.filter_apply": "Tillämpa filter", + "files.filter_clear": "Rensa", + "files.filter_date_from": "Datum från", + "files.filter_date_from_aria": "Filtrera från datum", + "files.filter_date_to": "Datum till", + "files.filter_date_to_aria": "Filtrera till datum", + "files.filter_form_aria": "Filtrera filer", + "files.filter_mime_type": "MIME-typ", + "files.filter_ocr_all": "Alla filer", + "files.filter_ocr_good": "Bra kvalitet", + "files.filter_ocr_poor": "Dålig kvalitet", + "files.filter_ocr_quality": "OCR-kvalitet", + "files.filter_ocr_quality_aria": "Filtrera efter OCR-kvalitetspoäng", + "files.filter_ocr_unchecked": "Inte bedömd än", + "files.filter_search_label": "Sök filnamn", + "files.filter_search_placeholder": "Ange filnamn...", + "files.filter_storage_provider": "Lagringsleverantör", + "files.filter_tags_aria": "Filtrera efter taggar (komma-separerade)", + "files.filter_tags_placeholder": "t.ex. faktura,amazon", + "files.fulltext_search_label": "Fulltextsökning (OCR-text, metadata, taggar)", + "files.fulltext_search_placeholder": "Sök i dokumentinnehåll, avsändare, taggar, typ...", + "files.no_files": "Inga filer hittades", + "files.ocr_status": "OCR-status", + "files.page_title": "Filaktiviteter", + "files.pagination_files": "filer", + "files.pagination_first": "Första", + "files.pagination_last": "Sista", + "files.pagination_nav_aria": "Paginering av fil lista", + "files.pagination_next": "Nästa", + "files.pagination_of": "av", + "files.pagination_previous": "Föregående", + "files.pagination_showing": "Visar", + "files.preview_modal_close": "Stäng förhandsgranskning", + "files.preview_modal_title": "Förhandsgranskning", + "files.queue_banner_items": "objekt är för närvarande i kö eller under behandling. Filer kommer att visas här när behandlingen är klar.", + "files.queue_banner_link": "Visa kö", + "files.saved_searches_empty": "Inga sparade sökningar ännu", + "files.saved_searches_error": "Kunde inte ladda sparade sökningar", + "files.saved_searches_label": "Sparade Sökningar", + "files.saved_searches_save": "Spara nuvarande", + "files.saved_searches_save_aria": "Spara nuvarande filter som en sparad sökning", + "files.search_results_empty": "Inga resultat hittades.", + "files.search_results_title": "Sökeresultat", + "files.status_duplicate": "Duplicera", + "files.table_actions": "Åtgärder", + "files.table_aria": "Filaktiviteter", + "files.table_created_at": "Skapad den", + "files.table_empty": "Inga filer hittades", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", + "files.table_mime_type": "MIME-typ", + "files.table_original_filename": "Originalt filnamn", + "files.table_select_all": "Välj alla filer på denna sida", + "files.tags": "Taggar", + "files.title": "Filer", + "files.upload_modal_aria": "Uppladdningsprogress", + "files.upload_modal_close": "Stäng uppladdningsprogress", + "files.upload_modal_header": "Uppladdning av filer", + "files.uploaded": "Uppladdad", + "footer.about": "Om", + "footer.attribution": "Tack", + "footer.attributions": "Tackningar", "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", + "footer.imprint": "Imprimerad", + "footer.license": "Licens", + "footer.navigation": "Fotnavigering", + "footer.privacy": "Integritet", + "footer.terms": "Villkor", "footer.version": "Version {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth-länkad. Filer landar i din valda mapp.", + "help.destinations_email": "E-post vidarebefordran", + "help.destinations_email_desc": "Bearbetade filer skickas som SMTP-bilagor.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Tjänstekonto eller OAuth. Stöder delade enheter.", + "help.destinations_heading": "Destinationer – Var dokumenten går", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Egenvärderad molnlagring via WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Microsoft Graph API-integration.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Skicka dokument direkt till Paperless för arkivering.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Valfri S3-kompatibel behållare (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Säker filöverföring till valfri server.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST metadata till valfri extern endpoint.", + "help.documentation": "Dokumentation", + "help.faq": "Vanligt förekommande frågor", + "help.faq_1_a": "Navigera till uppladdningssidan, dra och släpp dina filer eller klicka på Välj fil. DocuElevate konverterar bilder och kontorsdokument till PDF, kör OCR och extraherar metadata automatiskt.", + "help.faq_1_q": "Hur laddar jag upp dokument?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF och HTML. Icke-PDF-filer konverteras automatiskt till PDF innan de bearbetas.", + "help.faq_2_q": "Vilka filformat stöds?", + "help.faq_3_a": "Ja. Gå till E-postinläsning, lägg till ett IMAP-konto, så kommer DocuElevate att polera efter nya meddelanden och bearbeta bilagor automatiskt.", + "help.faq_3_q": "Kan jag läsa in dokument från e-post?", + "help.faq_4_a": "Pipelines låter dig kedja samman bearbetningssteg – OCR, AI-extraktion, formatkonvertering – och routa resultatet till en eller flera destinationer. Skapa och hantera dem från sidan Pipelines.", + "help.faq_4_q": "Hur fungerar bearbetningspipelines?", + "help.faq_5_a": "DocuElevate krypterar autentiseringsuppgifter i vila, kommunicerar över TLS, och lagrar aldrig dina dokument längre än nödvändigt. Se Integritetspolicyn för fullständiga detaljer.", + "help.faq_5_a_post": " för fullständiga detaljer.", + "help.faq_5_a_pre": "DocuElevate krypterar autentiseringsuppgifter i vila, kommunicerar över TLS och lagrar aldrig dina dokument längre än nödvändigt. Se ", + "help.faq_5_q": "Är mina data säkra?", + "help.faq_heading": "Vanliga frågor", + "help.getting_started": "Komma igång", + "help.heading": "Hjälpcenter", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Använd REST API:et för att programatiskt skicka dokument. Auktorisera med en Bearer-token och POST-filer till uppladdningsändpunkten.", + "help.ingestion_heading": "Verktyg för datainhämtning", + "help.ingestion_mobile": "Mobilappar", + "help.ingestion_mobile_desc": "Använd vilken mobilscanningsapp som helst som stöder anpassade HTTP-uppladdningsdestinationer för att skicka foton och skanningar till DocuElevate från din telefon eller surfplatta.", + "help.ingestion_scanners": "Nätverkssscannrar", + "help.ingestion_scanners_desc": "Peka vilken nätverksscanner eller multifunktionsskrivare som helst på DocuElevates uppladdningsändpunkt. Skannade dokument hamnar direkt i din behandlingskö.", + "help.ingestion_watched_folders": "Övervakade mappar", + "help.ingestion_watched_folders_desc": "Konfigurera en lokal eller nätverksmapp för att övervakas. Alla filer som placeras i en övervakad mapp laddas automatiskt upp och behandlas av DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integrera DocuElevate i dina automatiseringsarbetsflöden med Zapier, n8n eller Make. Använd REST API-åtgärder för att utlösa dokumentuppladdningar från vilket evenemang som helst.", + "help.meta_description": "Få hjälp med DocuElevate – hitta guider om att ladda upp dokument, ansluta molnlagring, ställa in pipelines och mer.", + "help.og_description": "Få hjälp med DocuElevate – hitta guider om att ladda upp dokument, ansluta molnlagring, ställa in pipelines och mer.", + "help.page_title": "Hjälpcenter", + "help.privacy_notice": "Integritetspolicy", + "help.quickstart_heading": "Snabbstart", + "help.quickstart_storage": "Anslut lagring", + "help.quickstart_storage_desc": "Gå till Inställningar och koppla dina molnkonton. Bearbetade dokument routas automatiskt till varje destination du konfigurerar.", + "help.quickstart_storage_desc_full": "Gå till Integrationer och koppla dina molnlagringskonton. DocuElevate stöder Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud och mer. Behandlade dokument dirigeras automatiskt till varje destination du konfigurerar.", + "help.quickstart_upload": "Ladda upp dokument", + "help.quickstart_upload_desc": "Dra & släpp filer på uppladdningssidan eller klicka på Välj fil. DocuElevate konverterar bilder och kontorsdokument till PDF, kör OCR och extraherar metadata automatiskt.", + "help.quickstart_workflows": "Automatisera arbetsflöden", + "help.quickstart_workflows_desc": "Skapa pipelines för att definiera flertrinsbearbetning och routingregler. Kombinera OCR, AI-extraktion, formatkonvertering och leverans i ett enda flöde.", + "help.sources_email_ingestion": "E-postinläsning (IMAP)", + "help.sources_email_ingestion_desc": "Vidarebefordra dokument till en dedikerad brevlåda. Under E-postinläsning, lägg till ett eller flera IMAP-konton. DocuElevate hämtar nya meddelanden och bearbetar bilagor automatiskt.", + "help.sources_heading": "Källor – Få in dokument", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", + "help.sources_rest_api_desc": "Integrera programmatisk genom att POST-a filer till /api/upload. Idealisk för skript, övervakade mappar, skannrar eller tredjepartsverktyg som Zapier och n8n.", + "help.sources_scanner": "Scanner & mobil", + "help.sources_scanner_desc": "Peka nätverksskannrar mot DocuElevates uppladdningsändpunkt eller använd vilken mobilskanningsapp som helst som stöder anpassade HTTP-destinationer.", + "help.sources_scanner_desc_full": "Konfigurera din nätverksscanner eller multifunktionsskrivare för att skicka skanningar direkt till DocuElevate. Använd /api/upload-ändpunkten som destination. Mobilscanningsappar med anpassade uppladdningsdestinationer stöds också.", + "help.sources_web_upload": "Webbuppladdning", + "help.sources_web_upload_desc": "Det snabbaste sättet att komma igång. Öppna uppladdningssidan, släpp en eller flera filer, så tar DocuElevate hand om resten. Stödda format inkluderar PDF, JPEG, PNG, TIFF, DOCX, XLSX och fler.", + "help.subheading": "Allt du behöver för att få ut det mesta av DocuElevate. Bläddra bland ämnen nedan eller sök efter vad du behöver.", "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", + "help.support_admin_message": "Kontakta din administratör för supportinformation.", + "help.support_description": "Kan du inte hitta vad du letar efter? Vårt supportteam finns här för att hjälpa till.", + "help.support_heading": "Kontakta support", + "help.support_live_chat": "Livechat tillgänglig – klicka på chattbubblan för att starta en konversation.", + "help.support_ticket_button": "Skicka en biljett", + "help.support_ticket_desc": "Fyll i formuläret nedan så återkommer vårt supportteam till dig så snart som möjligt.", + "help.support_ticket_heading": "Öppna en supportbiljett", + "help.title": "Hjälpcenter", + "help.workflows_creating": "Skapa en pipeline", + "help.workflows_definition": "En pipeline är en serie bearbetningssteg som körs automatiskt när ett dokument läses in. Varje steg kan transformera, berika eller routa dokumentet.", + "help.workflows_heading": "Arbetsflöden & Pipelines", + "help.workflows_step_1": "Konvertera till PDF", + "help.workflows_step_1_create": "Gå till Pipelines i huvudmenyn.", + "help.workflows_step_1_full": "Konvertera till PDF – alla inkommande filer normaliseras till ett konsekvent PDF-format.", + "help.workflows_step_2": "OCR – extrahera text", + "help.workflows_step_2_create": "Klicka på Ny pipeline och ge den ett namn.", + "help.workflows_step_2_full": "OCR – extrahera valbar text från skannade sidor med hjälp av Azure Document Intelligence eller den inbyggda motorn.", + "help.workflows_step_3": "AI metadataextraktion", + "help.workflows_step_3_create": "Lägg till de bearbetningssteg du behöver.", + "help.workflows_step_3_full": "AI-metadatautvinning – klassificera dokumenttyp och hämta nyckelfält såsom belopp, datum och namn med OpenAI.", + "help.workflows_step_4": "Leverera till en eller flera destinationer", + "help.workflows_step_4_create": "Välj en eller flera leveransdestinationer.", + "help.workflows_step_5_create": "Spara – nya dokument kommer automatiskt att behandlas genom denna pipeline.", + "help.workflows_typical_steps": "Typiska steg", + "help.workflows_what_is": "Vad är en Pipeline?", + "index.badge_intelligent": "Intelligent dokumentbehandling", + "index.button_browse_files": "Bläddra i filer", + "index.button_upload": "Ladda upp", + "index.capabilities_cloud": "Molnlagring: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "E-post och URL-baserad dokumentinmatning", + "index.capabilities_ocr": "OCR och metadataextraktion med AI", + "index.capabilities_paperless": "Paperless-ngx integration för dokumenthantering", + "index.capabilities_title": "Funktioner", + "index.capabilities_workflows": "Automatiserade klassificerings- och rutningsarbetsflöden", + "index.cta_description": "Gå med i team som redan automatiserar sin dokumentbehandling med DocuElevate.", + "index.cta_heading": "Redo att höja ditt dokumentarbetsflöde?", + "index.cta_pricing": "Se prissättning", + "index.cta_signup": "Skapa ett gratis konto", + "index.dashboard_subtitle": "Intelligent dokumentbehandling och -hantering", + "index.dashboard_subtitle_teams": "Intelligent dokumentbehandling och -hantering — byggd för team", + "index.feature_ai": "AI-metadataextraktion", + "index.feature_ai_desc": "OpenAI, Claude, Gemini och andra pluggbara AI-leverantörer klassificerar dokument och extraherar nyckelfält som datum, belopp och ämnen.", + "index.feature_cloud": "Multi-Molnlagring", + "index.feature_cloud_desc": "Rikta bearbetade filer till Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP och mer.", + "index.feature_email": "E-post och IMAP-inmatning", + "index.feature_email_desc": "Automatiskt hämta dokument från Gmail eller valfri IMAP-postlåda — inga manuella uppladdningar behövs.", + "index.feature_ocr": "OCR och textutdrag", + "index.feature_ocr_desc": "Azure Document Intelligence konverterar skannade PDF-filer och bilder till fullt sökbar text automatiskt.", + "index.feature_pipelines": "Anpassade pipelines", + "index.feature_pipelines_desc": "Bygg bearbetningspipelines med konfigurerbara steg — OCR, AI-extraktion, formatkonvertering och lagringsruttning i valfri ordning.", + "index.feature_search": "Sök i hela texten", + "index.feature_search_desc": "Hitta omedelbart vilket dokument som helst genom innehåll, metadata eller taggar i hela ditt arkiv.", + "index.feature_section_title": "Allt du behöver för smarta dokumentarbetsflöden", + "index.getting_started": "Komma igång", + "index.getting_started_1": "Konfigurera integrationer via Systemstatus", + "index.getting_started_2": "Ladda upp ditt första dokument", + "index.getting_started_3": "Granska resultat i Filer", + "index.getting_started_learn": "Lär dig mer om DocuElevate", + "index.hero_description": "DocuElevate tar emot dina dokument, kör OCR, extraherar metadata med AI och skickar filer till Dropbox, Google Drive, OneDrive, S3, Nextcloud och mer — allt i en sömlös pipeline.", + "index.hero_heading": "Från uppladdning till insikter — automatiskt.", + "index.hero_login": "Logga In", + "index.hero_pricing": "Se Planer & Priser", + "index.hero_signup": "Kom igång — det är gratis", + "index.integrations_active": "Aktiva integrationer", + "index.integrations_storage": "Lagringsmål", + "index.integrations_title": "Integrationer", + "index.integrations_view_status": "Visa systemstatus", + "index.page_title_dashboard": "Instrumentpanel", + "index.page_title_public": "Intelligent dokumentbehandling", + "index.platform_overview": "Översikt av plattformen", + "index.processing_stats": "Bearbetningsstatistik", + "index.quick_actions": "Snabba åtgärder", + "index.quick_documents": "Mina dokument", + "index.quick_documents_desc": "Bläddra bland dina bearbetade filer", + "index.quick_search": "Sök", + "index.quick_search_desc": "Fulltextsökning över dokument", + "index.quick_subscription": "Min prenumeration", + "index.quick_subscription_desc": "Se plan- och användningsdetaljer", + "index.quick_system_status": "Systemstatus", + "index.quick_system_status_desc": "Kontrollera integrationshälsan", + "index.quick_upload": "Ladda upp dokument", + "index.quick_upload_desc": "Bearbeta en ny fil", + "index.quick_view_files": "Visa alla filer", + "index.quick_view_files_desc": "Bläddra bland bearbetade dokument", + "index.single_user_heading": "DocuElevate Instrumentpanel", + "index.single_user_subtitle": "Intelligent dokumentbehandling och -hantering", + "index.stat_active_integrations": "Aktiva integrationer", + "index.stat_active_users": "Aktiva användare", + "index.stat_files_month": "Filer denna månad", + "index.stat_files_ocr": "Filer med OCR", + "index.stat_files_today": "Filer idag", + "index.stat_storage_targets": "Lagringsmål", + "index.stat_this_month": "Denna månad", + "index.stat_today": "Idag", + "index.stat_total_files": "Totala filer", + "index.stat_total_processed": "Totalt bearbetade", "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", + "index.tier_upgrade": "Uppgradera", + "index.tier_view_details": "Visa fullständiga detaljer", + "index.upgrade_daily_limits": "Högre dagliga och månatliga gränser", + "index.upgrade_description": "Lås upp fler dokument, fler destinationer och prioriterad support.", + "index.upgrade_destinations": "Fler lagringsdestinationer", + "index.upgrade_ocr_pages": "Fler OCR-sidor", + "index.upgrade_plan": "Uppgradera din plan", + "index.upgrade_view_pricing": "Visa planer och priser", + "index.usage_lifetime": "Livstidsfiler", + "index.usage_month": "Filer den här månaden", + "index.usage_my_usage": "Min användning", + "index.usage_today": "Filer idag", + "index.usage_unlimited": "Obegränsat", + "integrations.access_key_label": "Åtkomstnyckel-ID", + "integrations.active_label": "Aktiv", + "integrations.add_button": "Lägg till integration", + "integrations.add_first_button": "Lägg till din första integration", + "integrations.api_token_label": "API-token", + "integrations.authorize_btn": "Auktorisera", + "integrations.authorize_reauth": "Re-Auktorisera", + "integrations.bucket_label": "Bucket", + "integrations.configure": "Konfigurera", + "integrations.connect": "Anslut", + "integrations.connected": "Ansluten", + "integrations.connection_failed": "Anslutning misslyckades", + "integrations.connection_success": "Anslutning lyckades", + "integrations.delete_confirm_are_you_sure": "Är du säker på att du vill ta bort", + "integrations.delete_confirm_title": "Ta bort integration?", + "integrations.delete_confirm_undone": "Denna åtgärd kan inte ångras.", + "integrations.delete_emails_label": "Ta bort e-post efter bearbetning", + "integrations.delete_files_label": "Ta bort filer efter bearbetning", + "integrations.destinations_quota_label": "Lagringsdestinationer:", + "integrations.destinations_section": "Destinationer", + "integrations.direction_destination": "Destination (lagring)", + "integrations.direction_label": "Riktning", + "integrations.direction_placeholder": "\u00100 Välj \u00100", + "integrations.direction_source": "Källa (inmatning)", + "integrations.disconnect": "Koppla bort", + "integrations.email_settings": "Inställningar för e-post vidarebefordran", + "integrations.empty_state": "Inga integrationer konfigurerade", + "integrations.endpoint_label": "Endpoint-URL", + "integrations.endpoint_optional": "(valfritt, för S3-kompatibel)", + "integrations.folder_label": "Mapp", + "integrations.folder_optional": "(valfritt)", + "integrations.folder_path_label": "Mappsökväg", + "integrations.folder_prefix_label": "Mappprefix", + "integrations.generic_settings_hint": "Konfiguration för denna integrationstyp kan tillhandahållas som JSON efter skapande via API:et.", + "integrations.gmail_hint": "Gmail-etiketter & stjärnor: när aktiverat, får bearbetade e-postmeddelanden en stjärna och en etikett \"Inmatad\" i Gmail. Gäller endast Gmail-servrar.", + "integrations.gmail_labels": "Tillämpa Gmail-etiketter & stjärnor", + "integrations.host_label": "Värd", + "integrations.imap_settings": "IMAP-inställningar", + "integrations.loading": "Laddar integrationer\u00101", + "integrations.modal_close": "Stäng modal", + "integrations.modal_title_add": "Lägg till integration", + "integrations.modal_title_edit": "Redigera integration", + "integrations.name_label": "Etikett", + "integrations.name_placeholder": "t.ex. Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Nextcloud-inställningar", + "integrations.nextcloud_url_label": "Nextcloud-URL", + "integrations.no_integrations_body": "Lägg till din första integration för att koppla samman insamlingskällor (som IMAP) och lagringsdestinationer (som S3, Dropbox eller Google Drive).", + "integrations.not_connected": "Ej ansluten", + "integrations.oauth_folder_label": "Mapp", + "integrations.oauth_hint": "Spara denna integration först, använd sedan knappen Auktorisera för att slutföra OAuth-flödet. Dina uppgifter kommer att lagras säkert i din personliga integrationspost.", + "integrations.page_title": "Integrationer", + "integrations.paperless_settings": "Papperslös NGX-inställningar", + "integrations.password_label": "Lösenord", + "integrations.paused": "Pausad", + "integrations.plan_label": "Plan:", "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "integrations.quota_not_available": "(inte tillgänglig)", + "integrations.quota_unlimited": "/ obegränsad", + "integrations.recipient_label": "Mottagarens e-post", + "integrations.region_label": "Region", + "integrations.remote_path_label": "Fjärrsökväg", + "integrations.s3_prefix_label": "Prefix (mappväg)", + "integrations.s3_settings": "S3-inställningar", + "integrations.secret_key_label": "Hemlig åtkomstnyckel", + "integrations.show_password": "Visa lösenord", + "integrations.show_secrets": "Visa hemligheter", + "integrations.show_token": "Visa token", + "integrations.source_local": "Lokal filsystem", + "integrations.source_type_label": "Källtyp", + "integrations.sources_quota_label": "Postlåda Källor:", + "integrations.sources_section": "Källor", + "integrations.subtitle": "Hantera dina insamlingskällor och lagringsdestinationer på ett ställe.", + "integrations.title": "Integrationer", + "integrations.type_label": "Integrationstyp", + "integrations.type_placeholder": "\u0002D Välj riktning först \u0002D", + "integrations.upgrade_plan": "Uppgradera plan", + "integrations.use_ssl": "Använd SSL", + "integrations.username_label": "Användarnamn", + "integrations.watch_folder_settings": "Inställningar för övervakad mapp", + "integrations.webdav_settings": "WebDAV-inställningar", + "integrations.webdav_url_label": "WebDAV-URL", + "integrations.webhook_heading": "Webhook-insamling", + "integrations.webhook_how_heading": "Hur Webhook-insamling fungerar", + "integrations.webhook_how_text": "En webhook-integration tillåter externa system att skicka dokument direkt till DocuElevate via REST API. Istället för att DocuElevate pollar efter nya filer (som IMAP), skickar din applikation filer till DocuElevate med en HTTP-förfrågan med en API-token för autentisering.", + "integrations.webhook_ideal_text": "Detta är idealiskt för CI/CD-pipelines, automatiseringsskript, skanningintegrationer eller något system som genererar dokument och behöver skicka dem för bearbetning.", + "integrations.webhook_quick_start": "Snabbstart", + "integrations.webhook_security_tip": "Skapa en dedikerad API-token för varje integration och återkalla den omedelbart om den har blivit komprometterad. Tokens kan hanteras på sidan för API-tokens.", + "integrations.webhook_step1": "Gå till {api_tokens_link} och skapa en personlig token.", + "integrations.webhook_upload_with_token": "Använd token för att ladda upp dokument via API:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Språket ändrades till {language}", + "language.change_success": "Språk har ändrats till {language}", + "language.changed": "Språk har ändrats till {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", @@ -599,331 +706,409 @@ "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", + "language.hu": "Ungerska", "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Svenska", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", + "language.it": "Italienska", + "language.lb": "Luxemburgiska", + "language.lt": "Litauiska", + "language.lv": "Lettiska", + "language.nb": "Norska", + "language.nl": "Nederländska", + "language.no_results": "Inga språk hittades", + "language.pl": "Polska", + "language.pt": "Portugisiska", + "language.ro": "Rumänska", + "language.ru": "Ryska", + "language.search_placeholder": "Sök språk\u000276", + "language.selector": "Språk", + "language.selector_label": "Välj språk", + "language.sk": "Slovakiska", + "language.sl": "Slovenska", "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", + "language.tr": "Turkiska", + "language.uk": "Ukrainska", + "language.zh": "Kinesiska", + "nav.about": "Om", + "nav.account_menu": "Konto meny", + "nav.account_menu_for": "Konto meny för {name}", "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", + "nav.admin.audit_logs": "Granskningsloggar", + "nav.admin.backups": "Säkerhetskopior", + "nav.admin.plans": "Planer", + "nav.admin.scheduled_jobs": "Schemalagda jobb", + "nav.admin.users": "Användare", + "nav.admin_actions": "Admin åtgärder", + "nav.admin_menu": "Admin meny", + "nav.api_docs": "API-dokumentation", + "nav.api_tokens": "API-token", + "nav.backup_restore": "Backup & Återställ", + "nav.credentials": "Referenser", + "nav.dark_mode": "Mörkt läge", + "nav.dashboard": "Instrumentbräda", + "nav.developer_docs": "Utvecklardokumentation", + "nav.duplicates": "Duplicera", + "nav.file_manager": "Filhanterare", + "nav.files": "Filer", + "nav.get_started": "Kom igång", + "nav.help": "Hjälp", + "nav.help_center": "Hjälpcenter", + "nav.imap": "E-postimport", + "nav.integrations": "Integrationer", + "nav.light_mode": "Läget Ljusa", + "nav.login": "Logga in", + "nav.logout": "Logga ut", + "nav.main_navigation": "Huvudnavigering", + "nav.my_subscription": "Min prenumeration", + "nav.notifications": "Meddelanden", + "nav.open_main_menu": "Öppna huvudmeny", + "nav.pipelines": "Pipeline", + "nav.plan_designer": "Planeringsverktyg", + "nav.pricing": "Prissättning", + "nav.profile": "Profil", + "nav.profile_settings": "Profilinställningar", + "nav.queue": "Kö", + "nav.queue_monitor": "Kömonitor", + "nav.scheduled_jobs": "Schemalagda Jobb", + "nav.search": "Sök", + "nav.settings": "Inställningar", + "nav.shared_links": "Delade Länkar", + "nav.sign_out": "Logga ut", + "nav.signup": "Registrera dig", + "nav.similarity": "Likhet", + "nav.skip_to_content": "Hoppa till huvudinhåll", "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", + "nav.subscription": "Prenumeration", + "nav.toggle_dark_mode": "Växla mörkt läge", + "nav.toggle_nav": "Växla navigeringsmeny", + "nav.upload": "Ladda upp", + "nav.users": "Användare", + "nav.version": "Versionsinformation", + "notifications.filter_all": "Alla", + "notifications.filter_read": "Endast lästa", + "notifications.filter_unread": "Endast olästa", + "notifications.manage_desc": "Hantera din meddelandekorg, mål och händelseinställningar", + "notifications.mark_all_read": "Markera alla som lästa", + "notifications.mark_all_read_btn": "Markera alla som lästa", + "notifications.mark_read": "Markera som läst", + "notifications.no_notifications": "Inga meddelanden", + "notifications.page_title": "Meddelanden", + "notifications.tab_inbox": "Inkorg", + "notifications.tab_settings": "Inställningar", + "notifications.title": "Aviseringar", + "notifications.unread_count": "{count} olästa aviseringar", + "pipelines.active_label": "Aktiv", + "pipelines.add_step_btn": "Lägg till steg", + "pipelines.create": "Skapa pipeline", + "pipelines.custom_label_label": "Anpassad etikett", + "pipelines.default_label": "Standard", + "pipelines.description_label": "Beskrivning", + "pipelines.description_placeholder": "Valfri beskrivning", + "pipelines.disabled_label": "Avaktiverad", + "pipelines.edit": "Redigera pipeline", + "pipelines.empty_state": "Inga pipelines ännu", + "pipelines.empty_state_hint": "Skapa din första pipeline för att definiera anpassade dokumentbearbetningsarbetsflöden.", + "pipelines.enabled_label": "Aktiverad", + "pipelines.force_cloud_ocr_label": "Tvinga moln-OCR (hoppa över lokal textutvinning)", + "pipelines.inactive_label": "Inaktiv", + "pipelines.loading": "Laddar pipelines\u00105", + "pipelines.name_placeholder": "Min pipeline", + "pipelines.new_pipeline_btn": "Ny pipeline", + "pipelines.no_steps": "Inga steg definierade. Lägg till ett steg för att börja bygga din pipeline.", + "pipelines.ocr_auto": "Automatisk (använd systemets standard)", + "pipelines.ocr_language_hint": "Överskrider den globala språkinställningen för Tesseract/EasyOCR. Azure och Mistral upptäcker automatiskt språket.", + "pipelines.ocr_language_label": "OCR-språk", + "pipelines.optional_suffix": "(valfritt)", + "pipelines.page_title": "Bearbetningspipelines", + "pipelines.set_default": "Ange som min standardpipeline", + "pipelines.step_label_placeholder": "Överskriv standard stegnamn", + "pipelines.step_type_label": "Stegtyp", + "pipelines.subtitle_intro": "Definiera och hantera anpassade dokumentbearbetningsarbetsflöden.", + "pipelines.subtitle_system_post": "badge och är synliga för alla användare.", + "pipelines.subtitle_system_pre": "Systempipelines (skapade av administratörer) visas med en", "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", + "pipelines.system_pipeline_label": "Systempipeline (synlig för alla användare)", + "pipelines.title": "Bearbetningspipelines", + "profile.avatar_alt": "Din profilbild", + "profile.avatar_heading": "Profilbild", + "profile.avatar_remove": "Ta bort anpassad avatar", + "profile.avatar_upload_hint": "Ladda upp en JPEG-, PNG-, GIF- eller WebP-bild upp till 2 MB. Om ingen anpassad bild är inställd visas din {gravatar}.", + "profile.choose_image": "Välj bild\n", + "profile.confirm_password": "Bekräfta nytt lösenord", + "profile.contact_email_hint": "Används för systemmeddelanden. Detta ändrar inte din inloggnings-e-post.", + "profile.contact_email_label": "Kontakt / Meddelande-e-post", + "profile.contact_email_placeholder": "du@exempel.com", + "profile.current_password": "Nuvarande lösenord", + "profile.dismiss": "Avvisa", + "profile.display_name_hint": "Lämna tomt för att använda ditt kontoanvändarnamn eller e-post.", + "profile.display_name_label": "Visningsnamn", + "profile.display_name_placeholder": "Ditt namn som visas i användargränssnittet", + "profile.general_heading": "Allmän information", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profilinställningar", + "profile.language_auto_detect": "Automatisk upptäckte (från webbläsaren)", + "profile.language_hint": "Välj ditt föredragna användargränssnittspråk. \"Automatisk upptäckte\" följer dina webbläsarinställningar.", + "profile.language_label": "UI-språk", + "profile.new_password": "Nytt lösenord", + "profile.new_password_hint": "Minst 8 tecken.", + "profile.page_title": "Profilinställningar – DocuElevate", + "profile.password_heading": "Ändra lösenord", + "profile.preferences_heading": "Inställningar", + "profile.save_button": "Spara ändringar", + "profile.saving": "Sparar\n", + "profile.subtitle": "Hantera ditt visningsnamn, avatar, språk och tema inställningar.", + "profile.theme_dark": "Mörk", + "profile.theme_hint": "\"Systemstandard\" följer din enhets mörkt läge-inställning.", + "profile.theme_label": "Färgtema", + "profile.theme_light": "Ljus", + "profile.theme_system": "Systemstandard", + "profile.update_password": "Uppdatera lösenord", + "profile.updating": "Uppdaterar\u000f\u000f\u000f\u000f\u000f\u000f\u000f\u000f\u000f", + "queue.active_tasks": "Aktiva uppgifter", + "queue.auto_refresh_1": "Automatisk uppdatering varje", + "queue.auto_refresh_2": "sekund", + "queue.col_arguments": "Argument", + "queue.col_current_step": "Nuvarande steg", + "queue.col_file": "Fil", + "queue.col_files": "Filer", + "queue.col_queue": "Kö", + "queue.col_state": "Status", + "queue.col_task": "Uppgift", + "queue.col_task_id": "Uppgifts-ID", + "queue.files_processing": "Bearbetar filer", + "queue.heading": "Köövervakning", + "queue.last_updated": "Senast uppdaterad:", + "queue.loading_stats": "Laddar köstatistik\u00115", + "queue.no_active_tasks": "Inga aktiva uppgifter", + "queue.no_data": "Inga data", + "queue.no_files_processing": "Inga filer som bearbetas just nu", + "queue.page_title": "Köövervakning", + "queue.processing_pipeline": "Bearbetningspipeline", + "queue.queued_tasks": "Köade uppgifter", + "queue.recently_processing": "Nyligen bearbetade filer", + "queue.redis_queues": "Redis-köer", + "queue.subtitle": "Realtidsvy av dokumentbearbetningspipen och Celery-uppgiftsköer.", + "queue.workers_online": "Arbetare online", + "search.button": "Sök", + "search.error_message": "Sökning är tillfälligt otillgänglig. Vänligen försök igen om en stund.", + "search.filter_aria_clear": "Rensa alla filter", + "search.filter_clear_button": "Rensa filter", + "search.filter_date_from": "Datum Från", + "search.filter_date_to": "Datum Till", + "search.filter_document_type": "Dokumenttyp", + "search.filter_document_type_placeholder": "t.ex. Faktura", + "search.filter_language": "Språk", + "search.filter_language_placeholder": "t.ex. de", + "search.filter_sender": "Avsändare", + "search.filter_sender_placeholder": "t.ex. ACME Corp", + "search.filter_tags": "Taggar", + "search.filter_tags_placeholder": "t.ex. amazon", + "search.filter_text_quality": "Textkvalitet", + "search.filter_text_quality_all": "Alla", + "search.filter_text_quality_high": "Hög", + "search.filter_text_quality_low": "Låg", + "search.filter_text_quality_medium": "Medel", + "search.filter_text_quality_no_text": "Ingen text", + "search.heading": "Dokument sökning", + "search.input_aria_label": "Sök dokument", + "search.input_placeholder": "Sök dokument efter innehåll, avsändare, taggar, typ...", + "search.loading_indicator": "Söker\u00126", + "search.no_results": "Inga resultat hittades", + "search.page_title": "Sök Dokument", + "search.placeholder": "Sök efter filnamn, innehåll, taggar...", + "search.result_empty": "Inga dokument hittades som matchar din förfrågan.", + "search.results_count": "{count} resultat hittades", + "search.saved_aria_save": "Spara aktuell sökning", + "search.saved_button": "Spara Aktuell", + "search.saved_empty": "Inga sparade sökningar än", + "search.saved_error": "Kunde inte ladda sparade sökningar", + "search.saved_label": "Sparade Sökningar", + "search.saved_loading": "Laddar...", + "search.title": "Sök Dokument", + "settings.audit_log_btn": "Revisionslogg", + "settings.autocomplete_hint": "Skriv för att söka kända värden, eller ange något anpassat värde.", + "settings.autocomplete_no_matches": "Inga träffar — du kan fortfarande skriva ett anpassat värde", + "settings.autocomplete_placeholder": "Skriv för att söka eller ange ett värde\u00126", + "settings.boolean_enable_prefix": "Aktivera", + "settings.categories_aria": "Inställningskategorier", + "settings.categories_heading": "Kategorier", "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "settings.effective_value_label": "Effektivt värde:", + "settings.encrypted_suffix": "= krypterad i vila", + "settings.encrypted_title": "Värdet är krypterat i vila i databasen", + "settings.export_btn": "Exportera", + "settings.export_db_only": "Endast DB-inställningar", + "settings.export_full_config": "Fullt effektivt konfiguration", + "settings.jump_to_category": "Hoppa till kategori\u00126", + "settings.manage_config_prefix": "Hantera konfiguration. Prioritet:", + "settings.model_picker_hint": "Välj från listan eller skriv något modellnamn som stöds av din leverantör.", + "settings.model_picker_placeholder": "Välj en vanlig modell eller skriv ett anpassat namn\u00126", + "settings.no_results_clear": "rensa sökningen", + "settings.no_results_heading": "Inga inställningar hittades", + "settings.no_results_hint": "Försök med en annan sökterm eller", + "settings.page_heading": "Programinställningar", + "settings.required_label": "(obligatoriskt)", + "settings.reset_confirm": "Är du säker på att du vill återställa denna inställning?", + "settings.restart_required_suffix": "= omstart krävs", + "settings.revert_btn": "Ta bort från DB", + "settings.revert_title": "Ta bort DB-överskrivning och återgå till miljövariabeln eller standard", + "settings.reverting": "Återgår\b5", + "settings.save_all_btn": "Spara alla ändringar", + "settings.save_error": "Misslyckades med att spara inställning", + "settings.save_setting_title": "Spara denna inställning", + "settings.save_success": "Inställningen sparades framgångsrikt", + "settings.saving_state": "Sparar\b5", + "settings.search_aria_label": "Sök inställningar", + "settings.search_clear_aria": "Rensa sökning", + "settings.search_placeholder": "Sök inställningar med namn, nyckel eller beskrivning\b5", + "settings.settings_count_suffix": "inställningar", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "settings.source_default_badge": "STANDARD", + "settings.source_env_badge": "MILJÖ", + "settings.title": "Inställningar", + "settings.toggle_visibility_aria": "Växla lösenordsvisning", + "settings.toggle_visibility_title": "Visa/dölj värde", + "settings.user_autocomplete_empty": "Inga matchande användare hittades", + "settings.user_autocomplete_hint": "Skriv för att söka efter befintliga användare med namn, eller ange något identifierare manuellt.", + "settings.user_autocomplete_placeholder": "Börja skriva för att söka användare\b5", + "settings.wizard_btn": "Assistent", + "shared.col_expiry": "Utgång", + "shared.col_file_label": "Fil / Etikett", + "shared.col_link": "Länk", + "shared.col_views": "Visningar", + "shared.copy_link_aria": "Kopiera länk till urklipp", + "shared.copy_link_title": "Kopiera länk", + "shared.create_btn": "Skapa länk", + "shared.create_heading": "Skapa ny delad länk", + "shared.creating": "Skapar\b5", + "shared.expiry_12h": "12 timmar", + "shared.expiry_14d": "14 dagar", + "shared.expiry_1h": "1 timme", + "shared.expiry_24h": "24 timmar (1 dag)", + "shared.expiry_30d": "30 dagar", + "shared.expiry_3d": "3 dagar", + "shared.expiry_6h": "6 timmar", + "shared.expiry_7d": "7 dagar", + "shared.expiry_label": "Utgång", + "shared.expiry_never": "Aldrig", + "shared.file_id_help_post": "sidan eller i dokumentdetalj-URL:en.", + "shared.file_id_help_pre": "Hitta fil-ID:t på", + "shared.file_id_label": "Fil-ID", + "shared.file_id_placeholder": "t.ex. 42", + "shared.files_link": "Filer", + "shared.heading": "Delade länkar", + "shared.label_label": "Etikett", + "shared.label_placeholder": "t.ex. Delad med Bob", + "shared.link_created": "Delad länk skapad!", + "shared.link_created_help": "Kopiera och skicka denna länk till mottagaren.", + "shared.links_count_aria": "antal länkar", + "shared.max_downloads_label": "Max antal nedladdningar", + "shared.no_links": "Inga delade länkar ännu. Skapa en ovan för att komma igång.", + "shared.open_in_new_tab": "Öppna i ny flik", + "shared.open_link_aria": "Öppna delad länk", + "shared.optional": "(valfritt)", + "shared.page_title": "Delade länkar – DocuElevate", + "shared.password_label": "Lösenord", + "shared.password_placeholder": "Lämna tomt för inget lösenord", + "shared.password_protected": "Lösenord skyddad", + "shared.refresh_aria": "Uppdatera lista över delade länkar", + "shared.revoke_aria_prefix": "Återkalla delad länk för", + "shared.revoke_btn": "Återkalla", + "shared.status_active": "Aktiv", + "shared.status_expired": "Utgången", + "shared.status_limit_reached": "Gräns nådd", + "shared.status_revoked": "Återkallad", + "shared.subtitle": "Dela dokument med vem som helst via en tidsbegränsad eller visningsbegränsad länk. Mottagare behöver inte ha ett DocuElevate-konto. Länkar kan skyddas med lösenord och återkallas när som helst.", + "shared.table_aria": "Delade länkar", + "shared.unlimited_placeholder": "Obegränsat", + "shared.your_links": "Dina delade länkar", + "similarity.backfill_auto": "Bakgrundsuppgiften kommer automatiskt beräkna dem var 5:e minut, eller så kan du", + "similarity.files_missing_text": "fil(er) har OCR-text men ingen inbäddning än.", + "similarity.find_pairs_btn": "Hitta par", + "similarity.heading": "Dokumentlikhet", + "similarity.load_error": "Misslyckades med att ladda par.", + "similarity.min_similarity_label": "Min. likhet", + "similarity.no_pairs_detail": "Inga dokumentpar överstiger likhetströskeln.", + "similarity.no_pairs_heading": "Inga liknande par hittades", + "similarity.page_title": "Dokumentslikhet - DocuElevate", + "similarity.pagination_aria": "Sidan för likhetsposter", + "similarity.per_page_label": "Per sida", + "similarity.scanning": "Scanner efter liknande dokumentpar\u00003...", + "similarity.stat_embedding_model": "Inbäddningsmodell", + "similarity.stat_missing_embedding": "Saknad inbäddning", + "similarity.stat_total_files": "Totalt antal filer", + "similarity.stat_with_embedding": "Med inbäddning", + "similarity.subtitle": "Par av dokument med hög semantisk likhet, rangordnade efter poäng.", + "similarity.trigger_aria": "Utl\u000350sa inbäddningsberäkning för alla filer som saknar inbäddningar", + "similarity.trigger_now": "utlösa det nu", + "status.app_version": "App-version", + "status.build_date": "Byggdatum", + "status.container_id": "Behållar-ID", + "status.git_commit": "Git-commit", + "status.last_check": "Senaste kontroll", + "status.page_title": "Systemstatus", + "status.setting_label": "Inställning", + "status.value_label": "Värde", + "subscription.available_plans_heading": "Tillgängliga planer", + "subscription.back_to_dashboard": "Tillbaka till instrumentpanelen", + "subscription.cancel_pending": "Avbryt ändring", + "subscription.cancel_scheduled": "Avbryt schemalagd ändring", + "subscription.contact_sales": "Kontakta försäljningen", + "subscription.current_badge": "Aktuell", + "subscription.current_plan": "Aktuell plan", + "subscription.current_plan_cta": "Din aktuella plan", + "subscription.downgrade_to_prefix": "Nedgradera till", + "subscription.features_heading": "Vad som ingår i din plan", + "subscription.free": "Gratis", + "subscription.heading": "Min prenumeration", + "subscription.keep_plan_prefix": "Behåll", + "subscription.lifetime_files": "Totala filer (livstid)", + "subscription.month_files": "Filer den här månaden", + "subscription.more_features_label": "mer", + "subscription.page_title": "Min prenumeration \u0002D DocuElevate", + "subscription.pending_badge": "Pågående", + "subscription.pending_benefits": "Du behåller alla aktuella planfördelar fram till dess.", + "subscription.pending_on": "den", + "subscription.pending_title": "Planändring i väntan på schemaläggning", + "subscription.pending_will_change": "Din plan kommer att ändras till", + "subscription.per_mo": "/mån", + "subscription.per_month": "/månad", + "subscription.since": "Sedan", + "subscription.single_user_body": "Prenumerationstrappor gäller när fleranvändarläget är aktivt. Din instans kör för närvarande i enanvändarläge utan bearbetningsbegränsningar. En administratör kan aktivera fleranvändarläget via {settings_link}.", + "subscription.single_user_title": "Fleranvändarläge är inte aktiverat.", + "subscription.subtitle": "Din aktuella plan, användning och tillgängliga uppgraderingar.", + "subscription.this_month_label": "den här månaden", + "subscription.today_files": "Filer idag", + "subscription.today_label": "idag", + "subscription.unlimited": "Obegränsad", + "subscription.upgrade_info": "Uppgraderingar träder i kraft omedelbart. Nedgraderingar är schemalagda till slutet av din nuvarande faktureringsperiod.", + "subscription.upgrade_to_prefix": "Uppgradera till", + "subscription.usage_heading": "Användning", + "upload.browse_button": "Bläddra i filer", + "upload.button_processing": "Behandlar...", + "upload.camera_button": "Ta foto / Skanna dokument", + "upload.download_button": "Ladda ner och bearbeta", + "upload.downloading": "Laddar ner fil från URL...", + "upload.drag_drop": "Dra & släpp filer här eller klicka för att bläddra", + "upload.drop_hint_desktop": "Dra & släpp filer eller mappar här, eller klicka för att välja filer.", + "upload.drop_hint_mobile": "Tryck för att välja filer eller använd kameraknappen nedan.", + "upload.drop_zone_aria": "Filuppladdningsområde. Dra och släpp filer här, eller tryck på Enter för att bläddra bland filer.", + "upload.error": "Uppladdning misslyckades", + "upload.error_invalid_url": "Ogiltigt URL-format", + "upload.error_url_required": "Vänligen ange en URL", + "upload.file_size_hint": "Maximal storlek: 500 MB per fil", + "upload.file_types": "Tillåtna typer: PDF, kontorsdokument (Word, Excel, PowerPoint, etc.), bilder", + "upload.filename_description": "Låt vara tomt för att använda filnamnet från URL", + "upload.filename_label": "Filnamn (valfritt)", + "upload.filename_placeholder": "min-dokument.pdf", + "upload.max_size": "Maximal filstorlek: {size}", + "upload.page_title": "Ladda upp filer", + "upload.section_device": "Ladda upp från enhet", + "upload.section_url": "Ladda upp från URL", + "upload.select_file": "Välj fil", + "upload.success": "Filen har laddats upp framgångsrikt", + "upload.title": "Ladda upp dokument", + "upload.uploading": "Laddar upp...", + "upload.url_description": "Ange en direktlänk till en fil (PDF, kontorsdokument eller bilder)", + "upload.url_label": "Fil-URL", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/sw.json b/frontend/translations/sw.json new file mode 100644 index 00000000..3180ee7b --- /dev/null +++ b/frontend/translations/sw.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "Meet the Creator", + "about.creator_name": "Christian Krakau-Louis", + "about.creator_pre": "DocuElevate inatengenezwa kwa shauku na", + "about.features_admin_api": "API yenye nguvu ya REST kwa ufikiaji wa programmatic", + "about.features_admin_config": "Inapatikana kwa urahisi kupitia mazingira ya kubadilisha", + "about.features_admin_docker": "Iko tayari kwa Docker kwa ajili ya kujitenga na kupanuka kwa urahisi", + "about.features_admin_heading": "Usimamizi", + "about.features_admin_oauth2": "Msaada wa uthibitishaji wa OAuth2 na Authentik", + "about.features_automation_background": "Usindikaji wa nyuma kwa kutumia Redis na Celery", + "about.features_automation_gmail": "Ujumuishaji wa Gmail na akaunti za barua pepe za kawaida", + "about.features_automation_heading": "Automatisering", + "about.features_automation_imap": "Polling ya kibao cha IMAP kutoka vyanzo vingi", + "about.features_automation_ingestion": "Uingizaji wa hati kiotomatiki kutoka kwa ingizo mbalimbali", + "about.features_heading": "Makala Muhimu", + "about.features_integration_cloud": "Hifadhi ya wingu: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Ushirikiano & Hifadhi", + "about.features_integration_multi_dest": "Msaada wa maeneo mengi (hifadhi hati katika maeneo mengi)", + "about.features_integration_protocols": "Protokali za usafiri: FTP, SFTP, Kupeleka barua pepe", + "about.features_integration_selfhosted": "Chaguzi za mwenyeji binafsi: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Upangaji wa hati wenye akili na uondoaji wa tarehe", + "about.features_processing_heading": "Usindikaji wa Hati", + "about.features_processing_metadata": "Uondoaji wa metadata kiotomatiki kwa kutumia mtoaji wa AI unaoweza kuunganishwa", + "about.features_processing_ocr": "OCR yenye nguvu na Azure Document Intelligence", + "about.features_processing_pdf": "Kubadilisha PDF kwa fomati mbalimbali za faili kupitia Gotenberg", + "about.features_processing_upload": "Upakuaji rahisi na salama wa faili kwa msaada wa kuburuta na kuacha", + "about.github_logo_alt": "Nembo ya GitHub", + "about.heading": "Kuhusu DocuElevate", + "about.intro_post": " \u0000– suluhisho lako la kisasa, lenye akili kwa usindikaji wa hati! Tumetengeneza DocuElevate kubadilisha kabisa jinsi unavyochunguza hati zako - kutoka kwa kupakia hadi uondoaji, kutoka kwa usindikaji hadi hifadhi.", + "about.intro_pre": "Karibu kwenye ", + "about.involved_description": "Unataka kuingia kwenye msimbo, kuchangia mawazo, au kujifunza zaidi kuhusu DocuElevate?", + "about.involved_docs": "Soma Nyaraka", + "about.involved_github": "Tazama DocuElevate kwenye GitHub", + "about.involved_heading": "Shiriki Nasi", + "about.involved_website": "Tembelea Tovuti ya DocuElevate", + "about.legal_description": "Tunajali kuhusu faragha yako na usalama wa data. Tafadhali angalia:", + "about.legal_heading": "Faragha & Kisheria", + "about.legal_license": "Taarifa za Leseni", + "about.legal_privacy": "Taarifa ya Faragha", + "about.page_title": "Kuhusu DocuElevate", + "about.story_heading": "Hadithi Yetu", + "about.story_p1": "DocuElevate iliundwa na lengo moja akilini: kuboresha na kurahisisha usimamizi wa nyaraka kwa kila mtu, iwe wewe ni biashara ndogo au shirika kubwa.", + "about.story_p2": "Tunatumia nguvu za wasambazaji wa AI wanaoweza kuunganishwa (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, na zaidi) kwa ajili ya kutoa metadata na kuboresha maandiko, kuunganishwa bila mshono na Dropbox, Nextcloud, na Paperless NGX kwa ajili ya uhifadhi na uorodheshaji, kutumia Azure Document Intelligence kwa OCR, na hata kutumia Gotenberg kwa ajili ya kubadilisha faili kuwa PDF.", + "api_tokens.col_created": "Imeunda", + "api_tokens.col_last_ip": "IP ya Mwisho", + "api_tokens.col_last_used": "Ilitumika Mwisho", + "api_tokens.col_name": "Jina", + "api_tokens.col_prefix": "Kichwa cha Token", + "api_tokens.copy_to_clipboard": "Nakili token kwenye ubao wa kukatia", + "api_tokens.copy_upload_example": "Nakili mfano wa kupakia kwenye ubao wa kukatia", + "api_tokens.copy_warning_1": "Nakili token hii sasa - it", + "api_tokens.copy_warning_2": "haitaonyeshwa tena", + "api_tokens.create_heading": "Unda Token Mpya", + "api_tokens.create_token": "Unda Token", + "api_tokens.creating": "Inaundwa…", + "api_tokens.heading": "API Tokens", + "api_tokens.intro": "Unda token za kibinafsi za API ili kuingiliana na API ya DocuElevate kwa njia ya programu. Tumia token kwa ajili ya kupakia webhook, mabomba ya CI/CD, au hati yoyote inayohitajika kupakia au kupata nyaraka.", + "api_tokens.loading_tokens": "Inapakia token…", + "api_tokens.never": "Kamwe", + "api_tokens.no_tokens_heading": "Hakuna token za API bado", + "api_tokens.no_tokens_help": "Unda token yako ya kwanza hapo juu ili kuanza.", + "api_tokens.page_title": "API Tokens – DocuElevate", + "api_tokens.revoke": "Futa", + "api_tokens.revoke_prefix": "Futa token", + "api_tokens.status_active": "Hai", + "api_tokens.status_revoked": "Imetolewa", + "api_tokens.table_aria": "API Tokens", + "api_tokens.token_created": "Token imeunda kwa mafanikio!", + "api_tokens.token_name_label": "Jina la token", + "api_tokens.token_name_placeholder": "mfano. CI Pipeline, Webhook Upload, Skripti Yangu", + "api_tokens.usage_heading": "Mfano wa Matumizi", + "api_tokens.usage_intro_post": "kichwa na ombi lolote la API:", + "api_tokens.usage_intro_pre": "Tumia token yako ya API kwenye", + "api_tokens.your_tokens": "Token Zako", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "Rasilimali", + "audit.col_timestamp": "Wakati", + "audit.critical": "Muhimu", + "audit.filter_action": "Kitendo", + "audit.filter_all_actions": "Vitendo vyote", + "audit.filter_all_users": "Watumiaji wote", + "audit.filter_resource_placeholder": "mfano. hati, mtumiaji", + "audit.filter_resource_type": "Aina ya Rasilimali", + "audit.filter_severity": "Uzito", + "audit.filter_user": "Mtumiaji", + "audit.filters_section_label": "Vichujio vya kumbukumbu za ukaguzi", + "audit.next": "Ifuatayo", + "audit.next_label": "Ukurasa ujao", + "audit.no_events": "Hakuna matukio ya ukaguzi yaliyoandikwa bado.", + "audit.no_events_hint": "Vitendo muhimu (kuingia, shughuli za hati, mabadiliko ya mipangilio) vitaonekana hapa.", + "audit.page_title": "Kumbukumbu za Ukaguzi - DocuElevate", + "audit.pagination_label": "Ukurasa wa kumbukumbu za ukaguzi", + "audit.prev": "Kabla", + "audit.prev_label": "Ukurasa uliopita", + "audit.refresh_label": "Fanya upya kumbukumbu za ukaguzi", + "audit.siem_disabled_title": "Kutuma SIEM kumelibisha", + "audit.siem_enabled_title": "Matukio yanatumwa kwa ", + "audit.siem_off": "SIEM: Off", + "audit.subtitle": "Rekodi kamili, ya kuongeza tu ya vitendo vyote muhimu.", + "audit.table_label": "Matukio ya kumbukumbu za ukaguzi", + "audit.title": "Kumbukumbu za Ukaguzi", + "auth.confirm_password": "Thibitisha Nenosiri", + "auth.create_account": "Unda akaunti", + "auth.display_name_label": "Jina la Kuonyesha", + "auth.email_label": "Barua pepe", + "auth.forgot_password": "Umepoteza Nenosiri?", + "auth.forgot_username": "Umepoteza jina la mtumiaji?", + "auth.login": "Ingiza", + "auth.login_title": "Ingiza", + "auth.logo_alt": "Alama ya DocuElevate", + "auth.logout": "Toka", + "auth.my_account": "Akaunti Yangu", + "auth.no_account": "Huna akaunti?", + "auth.or_continue_with": "Au endelea na", + "auth.password_label": "Nenosiri", + "auth.profile": "Profaili", + "auth.remember_me": "Nikumbuke", + "auth.return_home": "Rudi Nyumbani", + "auth.sign_in": "Ingia", + "auth.sign_in_sso": "Ingia na SSO", + "auth.sign_in_with": "Ingiza na", + "auth.sign_in_with_username": "Ingiza na jina la mtumiaji", + "auth.signup": "Jisajili", + "auth.signup_title": "Jisajili", + "auth.username_label": "Jina la mtumiaji", + "auth.username_or_email": "Jina la mtumiaji au Barua pepe", + "auth.verify_email_back_sign_in": "Rudi kwenye ingizo", + "auth.verify_email_expiry": "Kiungo kitatekelezwa ndani ya masaa 24. Ikiwa huoni barua pepe, angalia folda yako ya spam.", + "auth.verify_email_heading": "Angalia kikasha chako", + "auth.verify_email_message": "Tumekutumia barua pepe ya uthibitisho. Tafadhali bofya kiungo kilichomo kwenye barua pepe ili kuamsha akaunti yako.", + "auth.verify_email_page_title": "DocuElevate - Thibitisha Barua Pepe Yako", + "auth.verify_email_resend_aria_label": "Anwani ya barua pepe kwa ajili ya kutuma tena", + "auth.verify_email_resend_button": "Tuma barua pepe ya uthibitisho tena", + "auth.verify_email_resend_label": "Anwani ya barua pepe", + "auth.verify_email_resend_placeholder": "Ingiza anwani yako ya barua pepe", + "auth.verify_email_resend_prompt": "Haukuipata?", + "backup.archives_heading": "Hifadhi ya Backup", + "backup.backup_now": "Fanya Backup Sasa", + "backup.clean_up": "Safisha", + "backup.cleanup_title": "Fanya uhifadhi wa kutunza sasa", + "backup.col_created": "Imetengenezwa", + "backup.col_filename": "Jina la Faili", + "backup.col_size": "Ukubwa", + "backup.col_storage": "Hifadhi", + "backup.col_type": "Aina", + "backup.config_auto_backup": "Auto-backup", + "backup.config_remote_dest": "Kipengele cha mbali", + "backup.config_retention": "Uhifadhi", + "backup.config_total_size": "Ukubwa jumla wa ndani", + "backup.confirm_btn": "Thibitisha", + "backup.confirm_title": "Thibitisha kitendo", + "backup.heading": "Usimamizi wa Backup", + "backup.local_only": "Mitaa pekee", + "backup.no_backups": "Hakuna backups bado.", + "backup.no_backups_hint": "Bofya Fanya Backup Sasa ili kuunda backup yako ya kwanza.", + "backup.page_title": "Usimamizi wa Backup", + "backup.records_label": "rekodi", + "backup.restore_btn": "Rudisha", + "backup.restore_desc_mid": "hifadhi ya backup ili kuirejesha database.", + "backup.restore_desc_pre": "Pakia a", + "backup.restore_desc_warning": "Hii itafuta data yote ya sasa.", + "backup.restore_file_label": "Hifadhi ya nakala (.db.gz)", + "backup.restore_heading": "Rejesha kutoka Faili", + "backup.restoring": "Inaendelea kurejesha\u0005", + "backup.retention_daily_detail": "\u0005- hifadhiwa kwa wiki 3", + "backup.retention_heading": "Sera ya uhifadhi", + "backup.retention_hourly_detail": "\u0005- hifadhiwa kwa siku 4", + "backup.retention_note": "Nakala za akiba zilizo nje ya mipaka hii zinaondolewa kiotomatiki baada ya kila nakala mpya ya akiba kuundwa.", + "backup.retention_weekly_detail": "\u0005- hifadhiwa kwa ~mwezi 3", + "backup.snapshots": "picha za makumbusho", + "backup.status_ok": "sawa", + "backup.storage_local": "mitaa", + "backup.subtitle": "Nakalas za datos zinaundwa moja kwa moja: kila saa (siku 4), kila siku (wiki 3), kila wiki (wiki 13).", + "backup.table_aria": "Hifadhi za akiba", + "backup.trigger_daily": "Fanya Nakala Sasa (Kila Siku)", + "backup.trigger_hourly": "Fanya Nakala Sasa (Kila Saa)", + "backup.trigger_weekly": "Fanya Nakala Sasa (Kila Wiki)", + "backup.type_daily": "Kila Siku", + "backup.type_hourly": "Kila Saa", + "backup.type_weekly": "Kila Wiki", + "billing.go_to_dashboard": "Nenda kwenye dashibodi", + "billing.manage_subscription": "Simamia usajili", + "billing.success_heading": "Uko tayari!", + "billing.success_message": "Usajili wako umeanzishwa. Asante kwa kuchagua DocuElevate!", + "billing.success_page_title": "DocuElevate - Usajili Umeanzishwa", + "common.actions": "Vitendo", + "common.active": "Inatumika", + "common.all": "Yote", + "common.avatar": "Avatar", + "common.back": "Nyuma", + "common.cancel": "Batili", + "common.close": "Funga", + "common.col_pending": "Inasubiri", + "common.completed": "Imekamilika", + "common.confirm": "Thibitisha", + "common.copied": "Imekopiwa!", + "common.copy": "Nakili", + "common.create": "Unda", + "common.created": "Imeundwa", + "common.date": "Tarehe", + "common.delete": "Futa", + "common.description": "Maelezo", + "common.details": "Maelezo zaidi", + "common.disabled": "Imesitishwa", + "common.download": "Pakua", + "common.duplicate": "Nakilisha", + "common.edit": "Hariri", + "common.enabled": "Imewezeshwa", + "common.error": "Kosa", + "common.failed": "Imeshindwa", + "common.filter": "Kichujio", + "common.inactive": "Isiyo hai", + "common.info": "Habari", + "common.loading": "Inapakia...", + "common.name": "Jina", + "common.next": "Inayofuata", + "common.next_page": "Ukurasa unaofuata", + "common.no": "Hapana", + "common.none": "Hakuna", + "common.page": "Ukurasa", + "common.paused": "Imesimamishwa", + "common.pending": "Inasubiri", + "common.prev_page": "Ukuranzi ya awali", + "common.previous": "Ya awali", + "common.processing": "Inashughulika", + "common.refresh": "Fanya upya", + "common.reset": "Rudisha", + "common.retry": "Jaribu tena", + "common.save": "Hifadhi", + "common.search": "Tafuta", + "common.select": "Chagua", + "common.select_placeholder": "\u0014 chagua \u0014", + "common.size": "Ukubwa", + "common.status": "Hali", + "common.submit": "Wasilisha", + "common.success": "Ufanisi", + "common.tags": "Lehemu", + "common.test": "Jaribio", + "common.test_connection": "Jaribu Muunganisho", + "common.type": "Aina", + "common.update": "Sasisha", + "common.updated": "Imesasishwa", + "common.upload": "Pakia", + "common.view": "Tazama", + "common.warning": "Onyo", + "common.yes": "Ndiyo", + "cookie.accept": "Nimeelewa", + "cookie.learn_more": "Jifunze zaidi", + "cookie.message": "Tovuti hii inatumia cookies kuboresha uzoefu wako.", + "cookie.notice": "DocuElevate inatumia tu kuki za kikao muhimu zinazohitajika kwa uthibitisho na uendeshaji wa huduma. Hakuna kuki za kufuatilia au uchambuzi zinazotumiwa.", + "cookie.notice_label": "Taarifa ya kuki", + "cookie.policy_link": "Sera ya Kuki", + "cookie.privacy_link": "Taarifa ya Faragha", + "credentials.col_action": "Hatua", + "credentials.col_credential": "Hati", + "credentials.col_source": "Chanzo", + "credentials.configured": "Imeundwa", + "credentials.edit_in_settings": "Hariri kwenye Mipangilio", + "credentials.legend_db": "Thamani iliyohifadhiwa kwenye hifadhi ya data (imesimbwa kwenye mapumziko; inachukua nafasi ya variable ya mazingira)", + "credentials.legend_env_after": " file", + "credentials.legend_env_before": "Thamani kutoka kwa variable ya mazingira au ", + "credentials.legend_missing": "Hati haijawekewa \u0014 muunganiko hautafanya kazi", + "credentials.legend_restart": "Kuanza upya kunahitajika wakati hati hii inabadilishwa", + "credentials.legend_title": "Hadithi", + "credentials.manage_settings": "Simamia Mipangilio", + "credentials.not_configured": "Haijawekwa", + "credentials.page_title": "Ukaguzi wa Hati - DocuElevate", + "credentials.raw_json": "JSON Mbichi (API)", + "credentials.restart_title": "Kuanza upya kunahitajika baada ya kubadilisha hati hii", + "credentials.source_db_title": "Imehifadhiwa kwenye hifadhi ya data (imesimbwa)", + "credentials.source_env_title": "Kutoka kwa variable ya mazingira", + "credentials.status_missing": "Ilipotea", + "credentials.subtitle": "Muonekano wa hati zote nyeti zinazotumika na DocuElevate. Hakuna thamani za siri zinazoonyeshwa hapa \u0014 tu ikiwa kila hati imeundwa na inapokuja.", + "credentials.table_for": "Hati kwa", + "credentials.title": "Ukaguzi wa Hati", + "credentials.total_credentials": "Jumla ya Hati", + "dashboard.active_integrations": "Muunganiko Mzito", + "dashboard.files_this_month": "Faili Mwezi Huu", + "dashboard.files_today": "Faili Leo", + "dashboard.ocr_processed": "OCR Iliyoshughulishwa", + "dashboard.quick_actions": "Hatua za Haraka", + "dashboard.recent_activity": "Shughuli za Hivi Punde", + "dashboard.storage_targets": "Malengo ya Uhifadhi", + "dashboard.title": "Dashibodi", + "dashboard.total_files": "Jumla ya Faili", + "dashboard.welcome": "Karibu kwenye DocuElevate", + "duplicates.file_id_label": "Kitambulisho cha Faili", + "duplicates.file_id_placeholder": "mfano 42", + "duplicates.find_btn": "Tafuta", + "duplicates.found_files": "faili za nakala zilizopatikana jumla.", + "duplicates.found_groups": "vikundi vya nakala vilivyosheheni", + "duplicates.found_prefix": "Imepatikana", + "duplicates.group_aria": "Kikundi cha Nakala", + "duplicates.heading": "Nyang'anya za Nyaraka", + "duplicates.how_it_works_heading": "Jinsi ugunduzi wa nyaraka za karibu nakala unavyofanya kazi", + "duplicates.max_results_label": "Matokeo ya Juu", + "duplicates.near_dup_desc": "Chagua nyaraka ili kuangalia ikiwa faili zingine zina yaliyomo sawa (au yaliyo karibu) — hata kama zilipigwa picha katika nyakati tofauti na zina hash tofauti za SHA-256.", + "duplicates.near_dup_heading": "Tafuta Karibu-Nyakala kwa Nyaraka", + "duplicates.no_exact_heading": "Hakuna nakala halisi zilizopatikana", + "duplicates.page_title": "Nyang'anya za Nyaraka - DocuElevate", + "duplicates.pagination_aria": "Kurasa", + "duplicates.role_duplicate": "Nakala", + "duplicates.role_original": "Asili", + "duplicates.tab_exact": "Nakala Halisi", + "duplicates.tab_near": "Mpataji wa Karibu-Nyakala", + "duplicates.tabs_aria": "Vichupo vya ugunduzi wa nakala", + "duplicates.threshold_label": "Mataifa ya Ufananishaji", + "duplicates.view_dup_aria": "View duplicate file", + "duplicates.view_original_aria": "View original file", + "error.404_code": "404", + "error.404_heading": "Bahati mbaya, hatukuweza kupata ukurasa huo!", + "error.404_home": "Rudi Nyumbani", + "error.404_message": "Inaonekana DocuElevate imepoteza hati uliyokuwa unatafuta. Usijali – tuko hapa kukusaidia.", + "error.404_title": "404 - Haijapatikana", + "error.500_code": "500", + "error.500_debug_info": "Onyesha Habari za Kughushi", + "error.500_description": "Mifumo yetu ilikumbana na hitilafu na inahitaji muda.", + "error.500_heading": "Oops! Kitu Kimeenda Vibaya.", + "error.500_home": "Nenda Nyumbani", + "error.500_img_alt": "Mchoro wa hitilafu ya seva", + "error.500_message1": "Mifumo yetu ilikumbana na hitilafu na inahitaji muda. Huenda hamsters walimwaga kahawa yao?", + "error.500_message2": "Tuko tayari kwenye hili—tunanusuru faili, tunareboot mifumo, na tunarekebisha capacitors za flux.", + "error.500_title": "Hitilafu ya Seva - DocuElevate", + "error.forbidden": "Imezuiwa", + "error.forbidden_message": "Huna ruhusa ya kufikia ukurasa huu.", + "error.not_found": "ukurasa haupatikani", + "error.not_found_message": "Ukurasa unaotafuta haupo.", + "error.server_error": "Hitilafu ya Ndani ya Server", + "error.server_error_message": "Kitu kisichofaa kimetokea. Tafadhali jaribu tena baadaye.", + "error.unauthorized": "Sidhaniwa", + "error.unauthorized_message": "Unahitaji kuingia ili kufikia ukurasa huu.", + "files.action_delete": "Futa faili", + "files.action_details": "Tazama maelezo", + "files.action_preview": "Muonekano wa haraka", + "files.bulk_clear_selection": "Ondoa Uchaguzi", + "files.bulk_cloud_ocr": "Rudisha Cloud OCR", + "files.bulk_delete": "Futa Iliyochaguliwa", + "files.bulk_download": "Pakua kama ZIP", + "files.bulk_reprocess": "Reprocess Iliyochaguliwa", + "files.delete_modal_cancel": "Ghairi", + "files.delete_modal_confirm": "Futa", + "files.delete_modal_message": "Je, una uhakika unataka kufuta faili hii?", + "files.delete_modal_title": "Thibitisha Ufutaji", + "files.document_title": "Kichwa cha Hati", + "files.drop_overlay_hint": "Inasaidia PDF, hati za Ofisi, picha, HTML, Markdown, na zaidi – folda zinafanyiwa kazi kwa uridhi", + "files.drop_overlay_title": "Achia faili au folda popote kupakia", + "files.error_hint": "Hii inaweza kuwa kutokana na shida ya usanidi au uagizaji. Tafadhali angalia kumbukumbu za server.", + "files.file_size": "Ukubwa wa Faili", + "files.filename": "Jina la Faili", + "files.files_selected": "faili zilizochaguliwa", + "files.filter_all_providers": "Watoaji Wote", + "files.filter_all_statuses": "Hali Zote", + "files.filter_all_types": "Aina Zote", + "files.filter_apply": "Tumia Filita", + "files.filter_clear": "Ondoa", + "files.filter_date_from": "Tarehe Kuanzia", + "files.filter_date_from_aria": "Filita kuanzia tarehe", + "files.filter_date_to": "Tarehe Mpaka", + "files.filter_date_to_aria": "Filita mpaka tarehe", + "files.filter_form_aria": "Filita faili", + "files.filter_mime_type": "Aina ya MIME", + "files.filter_ocr_all": "Faili Zote", + "files.filter_ocr_good": "Ubora mzuri", + "files.filter_ocr_poor": "Ubora duni", + "files.filter_ocr_quality": "Ubora wa OCR", + "files.filter_ocr_quality_aria": "Chuja kwa kiwango cha ubora wa OCR", + "files.filter_ocr_unchecked": "Bado haijakaguliwa", + "files.filter_search_label": "Tafuta Jina la Faili", + "files.filter_search_placeholder": "Ingiza jina la faili...", + "files.filter_storage_provider": "Mtoa Huduma ya Hifadhi", + "files.filter_tags_aria": "Chuja kwa vitambulisho (vipengele vinavyotenganishwa na koma)", + "files.filter_tags_placeholder": "mfano. ankara,amazon", + "files.fulltext_search_label": "Tafuta kwa Maneno Kamili (maandishi ya OCR, metadata, vitambulisho)", + "files.fulltext_search_placeholder": "Tafuta maudhui ya hati, mtuma, vitambulisho, aina...", + "files.no_files": "Haja ya faili ilipatikana", + "files.ocr_status": "Hali ya OCR", + "files.page_title": "Rekodi za Faili", + "files.pagination_files": "faili", + "files.pagination_first": "Kwanza", + "files.pagination_last": "Mwisho", + "files.pagination_nav_aria": "Pagination ya orodha ya faili", + "files.pagination_next": "Ifuatayo", + "files.pagination_of": "kwa", + "files.pagination_previous": "Kabla", + "files.pagination_showing": "Inaonyesha", + "files.preview_modal_close": "Funga muonekano", + "files.preview_modal_title": "Muonekano", + "files.queue_banner_items": "kipengee(kipenyo) kwa sasa kiko kwenye foleni au kinashughulikiwa. Faili zitaonekana hapa mara tu usindikaji utakapokamilika.", + "files.queue_banner_link": "Tazama Foleni", + "files.saved_searches_empty": "Hakuna utafutaji uliSaved bado", + "files.saved_searches_error": "Haikuweza kupakia utafutaji uliSaved", + "files.saved_searches_label": "Utafutaji uliSaved", + "files.saved_searches_save": "Hifadhi ya Sasa", + "files.saved_searches_save_aria": "Hifadhi wachujaji wa sasa kama utafutaji uliSaved", + "files.search_results_empty": "Hakuna matokeo yaliyopatikana.", + "files.search_results_title": "Matokeo ya Utafutaji", + "files.status_duplicate": "Nakili", + "files.table_actions": "Vitendo", + "files.table_aria": "Rekodi za faili", + "files.table_created_at": "Imekuzwa Saa", + "files.table_empty": "Hakuna faili zilizopatikana", + "files.table_id": "ID", + "files.table_mime_type": "Aina ya MIME", + "files.table_original_filename": "Jina la Faili la Awali", + "files.table_select_all": "Chagua faili zote kwenye ukurasa huu", + "files.tags": "Maneno", + "files.title": "Faili", + "files.upload_modal_aria": "Maendeleo ya upakiaji", + "files.upload_modal_close": "Funga maendeleo ya upakiaji", + "files.upload_modal_header": "Kuweka Faili", + "files.uploaded": "Imepakiwa", + "footer.about": "Kuhusu", + "footer.attribution": "Haki miliki", + "footer.attributions": "Haki miliki", + "footer.cookies": "Keki", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "Chapa", + "footer.license": "Leseni", + "footer.navigation": "Navigesheni ya futi", + "footer.privacy": "Faragha", + "footer.terms": "Masharti", + "footer.version": "Toleo {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "Imeunganishwa na OAuth. Faili huangukia kwenye folda uliy chose.", + "help.destinations_email": "Ujumbe wa Barua Pepe", + "help.destinations_email_desc": "Faili zilizoshughulikiwa zatumwa kama viambatisho vya SMTP.", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "Akaunti ya huduma au OAuth. Inasaidia diski za pamoja.", + "help.destinations_heading": "Mikondo – Mahali ambapo Nyaraka Zinaenda", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "Hifadhi ya wingu iliyohifadhiwa yenyewe kupitia WebDAV.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Uunganisho wa API ya Microsoft Graph.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "Potokea nyaraka moja kwa moja kwenye Paperless kwa uhifadhi.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "Chombo chochote kinachooana na S3 (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "Uhamishaji wa faili salama kwa kila seva.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "POST metadata kwa mwishilio wowote wa nje.", + "help.documentation": "Hati", + "help.faq": "Maswali Yaliyoulizwa Mara kwa Mara", + "help.faq_1_a": "Nenda kwenye ukurasa wa Upakiaji, buruta-na-drop faili zako au bonyeza Chagua Faili. DocuElevate hubadilisha picha na nyaraka za ofisi kuwa PDF, inafanya OCR, na inatoa metadata kiotomatiki.", + "help.faq_1_q": "Ninaweza vipi kupakia nyaraka?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, na HTML. Faili zisizo za PDF zinaongozwa moja kwa moja kuwa PDF kabla ya kuchakata.", + "help.faq_2_q": "Ni fomati gani za faili zinazoungwa mkono?", + "help.faq_3_a": "Ndio. Nenda kwenye Email Ingestion, ongeza akaunti ya IMAP, na DocuElevate itachunguza ujumbe mpya na kuchakata viambatisho moja kwa moja.", + "help.faq_3_q": "Naweza kuingiza hati kutoka kwenye barua pepe?", + "help.faq_4_a": "Mabomba yanaweza kuunganisha hatua za uchakataji - OCR, uchangaji wa AI, kubadilisha muundo - na kuelekeza matokeo kwa mahali pengine au zaidi. Unda na simamia kutoka kwenye ukurasa wa Mabomba.", + "help.faq_4_q": "Mabomba ya uchakataji yanafanya kazi vipi?", + "help.faq_5_a": "DocuElevate inatoa usimbaji wa siri za kuingia, inawasiliana kupitia TLS, na haishiki hati zako kwa muda mrefu kuliko inavyohitajika. Angalia Taarifa ya Faragha kwa maelezo kamili.", + "help.faq_5_a_post": " kwa maelezo kamili.", + "help.faq_5_a_pre": "DocuElevate inachakata sifa za kuingia wakati wa kupumzika, inawasiliana kupitia TLS, na kamwe haihifadhi hati zako kwa muda mrefu zaidi ya inavyotakiwa. Tazama ", + "help.faq_5_q": "Je, data yangu iko salama?", + "help.faq_heading": "Maswali Yanayoulizwa Mara kwa Mara", + "help.getting_started": "Kuanza", + "help.heading": "Kituo cha Msaada", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Tumia REST API kutuma hati kimaandishi. Thibitisha kwa kutumia token ya Bearer na POST faili kwenye kiunganishi cha kupakia.", + "help.ingestion_heading": "Vifaa vya Kuingiza Data", + "help.ingestion_mobile": "Mifumo ya Simu", + "help.ingestion_mobile_desc": "Tumia programu yoyote ya kusanidua simi inayosaidia maeneo maalum ya kupakia HTTP kutuma picha na skana kwa DocuElevate kutoka simu yako au kibao.", + "help.ingestion_scanners": "Skana za Mtandao", + "help.ingestion_scanners_desc": "Elekeza skana yoyote ya mtandao au printer ya multifunction kwenye kiunganishi cha kupakia cha DocuElevate. Hati zilizopigwa picha zinatua moja kwa moja kwenye foleni yako ya usindikaji.", + "help.ingestion_watched_folders": "Mafolda Yanayotazamwa", + "help.ingestion_watched_folders_desc": "Sanidi folda ya ndani au ya mtandao iwe inatazamiwa. Faili yoyote iliyowekwa kwenye folda inayotazamwa huploadwa moja kwa moja na kusindika na DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Fanya", + "help.ingestion_zapier_desc": "unganisha DocuElevate kwenye kazi zako za otomati kwa kutumia Zapier, n8n, au Fanya. Tumia vitendo vya REST API kuanzisha upakuaji wa hati kutoka kwa tukio lolote.", + "help.meta_description": "Pata msaada kuhusu DocuElevate – pata mwongozo juu ya kupakia hati, kuunganisha hifadhi ya wingu, kusanidi miradi, na zaidi.", + "help.og_description": "Pata msaada kuhusu DocuElevate – pata mwongozo juu ya kupakia hati, kuunganisha hifadhi ya wingu, kusanidi miradi, na zaidi.", + "help.page_title": "Kituo cha Msaada", + "help.privacy_notice": "Taarifa ya Faragha", + "help.quickstart_heading": "Anza Haraka", + "help.quickstart_storage": "Unganisha Hifadhi", + "help.quickstart_storage_desc": "Nenda kwenye Mipangilio na uungane na akaunti zako za wingu. Hati zilizochakatwa zinaelekezwa moja kwa moja kwa kila mahali unayopanga.", + "help.quickstart_storage_desc_full": "Nenda kwenye Uunganisho na unganisha akaunti zako za hifadhi ya wingu. DocuElevate inasaidia Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, na zaidi. Hati zilizoshughulikiwa zinaelekezwa moja kwa moja kwenye kila eneo unalolisanidi.", + "help.quickstart_upload": "Pakia Hati", + "help.quickstart_upload_desc": "Vuta na udondoshe faili kwenye ukurasa wa Kupakia au bofya Chagua Faili. DocuElevate inabadilisha picha na hati za ofisi kuwa PDF, inafanya OCR, na inatoa metadata moja kwa moja.", + "help.quickstart_workflows": "Automate Workflows", + "help.quickstart_workflows_desc": "Unda Mabomba ili kufafanua mchakato wa hatua nyingi na sheria za kuelekeza. Pata OCR, uchangaji wa AI, kubadilisha muundo, na usambazaji katika mtiririko mmoja.", + "help.sources_email_ingestion": "Email Ingestion (IMAP)", + "help.sources_email_ingestion_desc": "Tuma hati kwenye sanduku la barua lililotengwa. Chini ya Email Ingestion, ongeza akaunti moja au zaidi za IMAP. DocuElevate inachunguza ujumbe mpya na kuchakata viambatisho moja kwa moja.", + "help.sources_heading": "Vyanzo - Kuleta Hati", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "Unganisha kwa mpangilio kwa POST-ing faili kwenye /api/upload. Inafaa kwa scripts, folda zenye uangalizi, skana, au zana za nje kama Zapier na n8n.", + "help.sources_scanner": "Skana & Simu", + "help.sources_scanner_desc": "Elekeza skana za mtandao kwenye alama ya kupakia ya DocuElevate au tumia programu yoyote ya skana ya simu inayounga mkono mahali pa desturi ya HTTP.", + "help.sources_scanner_desc_full": "Sanidi skana yako ya mtandao au printer ya multifunction kutuma skana moja kwa moja kwa DocuElevate. Tumia kiunganishi cha /api/upload kama kituo. Programu za kusanidua simu zenye maeneo maalum ya kupakia pia zinasaidiwa.", + "help.sources_web_upload": "Kupakia Mtandaoni", + "help.sources_web_upload_desc": "Njia ya haraka zaidi kuanza. Fungua ukurasa wa Kupakia, angusha faili moja au zaidi, na DocuElevate itashughulikia yaliyobaki. Fomati zinazoungwa mkono ni pamoja na PDF, JPEG, PNG, TIFF, DOCX, XLSX, na zaidi.", + "help.subheading": "Kila kitu unachohitaji ili kupata matumizi bora kutoka kwa DocuElevate. Angalia mada zilizo hapa chini au tafuta kile unachohitaji.", + "help.support": "Msaada", + "help.support_admin_message": "Wasiliana na msimamizi wako kwa maelezo ya msaada.", + "help.support_description": "Huoni unachotafuta? Timu yetu ya msaada iko hapa kusaidia.", + "help.support_heading": "Wasiliana na Msaada", + "help.support_live_chat": "Chat ya Moja kwa Moja inapatikana – bonyeza kivuli cha mazungumzo kuanza mazungumzo.", + "help.support_ticket_button": "Wasilisha Tiketi", + "help.support_ticket_desc": "Jaza fomu iliyo hapa chini na timu yetu ya msaada itakurudi wakati possible.", + "help.support_ticket_heading": "Fungua Tiketi ya Msaada", + "help.title": "Kituo cha Msaada", + "help.workflows_creating": "Kuunda Mkopuko", + "help.workflows_definition": "Mkopuko ni mfululizo wa hatua za uchakataji ambazo zinafanyika moja kwa moja kila wakati hati inapoletwa. Kila hatua inaweza kubadilisha, kuongeza, au kuelekeza hati.", + "help.workflows_heading": "Mifumo ya Kazi & Mabomba", + "help.workflows_step_1": "Geuza kuwa PDF", + "help.workflows_step_1_create": "Nenda kwenye Pipelines kwenye menyu kuu.", + "help.workflows_step_1_full": "Geuza kuwa PDF – faili zote zinazokuja zinapatikana katika format ya PDF inayofanana.", + "help.workflows_step_2": "OCR – pakua maandiko", + "help.workflows_step_2_create": "Bofya Pipeline Mpya na mpe jina.", + "help.workflows_step_2_full": "OCR – toa maandiko yanayoweza kuchaguliwa kutoka kwenye kurasa zilizopigwa picha kwa kutumia Azure Document Intelligence au injini iliyo ndani.", + "help.workflows_step_3": "Uondoaji wa metadata wa AI", + "help.workflows_step_3_create": "Ongeza hatua za usindikaji unazohitaji.", + "help.workflows_step_3_full": "Utoaji wa metadata wa AI – angaza aina ya hati na pull maeneo muhimu kama kiasi, tarehe, na majina kwa kutumia OpenAI.", + "help.workflows_step_4": "Toa kwa mahali au maeneo zaidi", + "help.workflows_step_4_create": "Chagua mahali au maeneo zaidi ya utoaji.", + "help.workflows_step_5_create": "Hifadhi – hati mpya zitaendeshwa kupitia pipeline hii kiotomatiki.", + "help.workflows_typical_steps": "Hatua za Kawaida", + "help.workflows_what_is": "Pipeline ni nini?", + "index.badge_intelligent": "Uondoaji wa Hati wenye Akili", + "index.button_browse_files": "Pitisha Faili", + "index.button_upload": "Pakia", + "index.capabilities_cloud": "Hifadhi ya Wingu: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Uondoaji wa hati kupitia Barua pepe & URL", + "index.capabilities_ocr": "OCR & uondoaji wa metadata kwa kutumia AI", + "index.capabilities_paperless": "Kuunganishwa kwa Paperless-ngx kwa usimamizi wa hati", + "index.capabilities_title": "Uwezo", + "index.capabilities_workflows": "Uainishaji wa kiotomatiki & michakato ya usafirishaji", + "index.cta_description": "Jiunge na timu zilizoanzisha kiotomatiki usindikaji wao wa hati kwa kutumia DocuElevate.", + "index.cta_heading": "Tayari kuboresha kazi zako za hati?", + "index.cta_pricing": "Tazama bei", + "index.cta_signup": "Unda akaunti ya bure", + "index.dashboard_subtitle": "Uondoaji wa hati wenye akili & usimamizi", + "index.dashboard_subtitle_teams": "Uondoaji wa hati wenye akili & usimamizi – iliyojengwa kwa ajili ya timu", + "index.feature_ai": "Uondoaji wa Metadata wa AI", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, na wengine watoa AI wanaoweza kupachikwa huainisha hati na kutoa maeneo muhimu kama tarehe, kiasi, na mada.", + "index.feature_cloud": "Hifadhi ya Multi-Cloud", + "index.feature_cloud_desc": "Panga faili zilizoshughulikiwa kwa Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, na zaidi.", + "index.feature_email": "Uondoaji wa Barua pepe & IMAP", + "index.feature_email_desc": "Pakua hati kiotomatiki kutoka Gmail au sanduku lolote la IMAP – hakuna upakuaji wa mkono unahitajika.", + "index.feature_ocr": "OCR & Uondoaji wa Maandishi", + "index.feature_ocr_desc": "Intelligence ya Hati ya Azure inabadilisha PDF zilizochanganuliwa na picha kuwa maandiko yanayoweza kutafutwa moja kwa moja.", + "index.feature_pipelines": "Pipelines za Desturi", + "index.feature_pipelines_desc": "Jenga michakato ya usindikaji na hatua zinazoweza kukonfigurishwa – OCR, uondoaji wa AI, kubadilisha muundo, na upangiliaji wa uhifadhi kwa mpangilio wowote.", + "index.feature_search": "Utafutaji wa Maandishi Kamili", + "index.feature_search_desc": "Pata hati yoyote mara moja kupitia maudhui, metadata, au lebo katika archive yako yote.", + "index.feature_section_title": "Kila kitu unahitaji kwa ajili ya michakato ya hati za akili", + "index.getting_started": "Kuanzisha", + "index.getting_started_1": "Sanitize muunganisho kupitia Hali ya Mfumo", + "index.getting_started_2": "Pakua hati yako ya kwanza", + "index.getting_started_3": "Pitia matokeo kwenye Faili", + "index.getting_started_learn": "Jifunze zaidi kuhusu DocuElevate", + "index.hero_description": "DocuElevate inaingiza hati zako, inaendesha OCR, inatoa metadata kwa kutumia AI, na inapeleka faili kwenye Dropbox, Google Drive, OneDrive, S3, Nextcloud, na zaidi — yote katika njia moja isiyo na mshono.", + "index.hero_heading": "Kutoka kupakia hadi ufahamu — moja kwa moja.", + "index.hero_login": "Ingia", + "index.hero_pricing": "Tazama Mipango & Bei", + "index.hero_signup": "Anza — ni bure", + "index.integrations_active": "Muunganisho hai", + "index.integrations_storage": "Malengo ya uhifadhi", + "index.integrations_title": "Muunganisho", + "index.integrations_view_status": "Tazama hali ya mfumo", + "index.page_title_dashboard": "Dashibodi", + "index.page_title_public": "Usindikaji wa Hati wenye Akili", + "index.platform_overview": "Muonekano wa Jukwaa", + "index.processing_stats": "Takwimu za Usindikaji", + "index.quick_actions": "Hatua za Haraka", + "index.quick_documents": "Hati Zangu", + "index.quick_documents_desc": "Pitia faili zako zilizoshughulikiwa", + "index.quick_search": "Tafuta", + "index.quick_search_desc": "Tafuta maandiko yaliyomo katika hati", + "index.quick_subscription": "Subskripsheni Yangu", + "index.quick_subscription_desc": "Tazama maelezo ya mpango na matumizi", + "index.quick_system_status": "Hali ya Mfumo", + "index.quick_system_status_desc": "Angalia afya ya muunganisho", + "index.quick_upload": "Pakua Hati", + "index.quick_upload_desc": "Shughulikia faili mpya", + "index.quick_view_files": "Tazama Faili Zote", + "index.quick_view_files_desc": "Pitia hati zilizoshughulikiwa", + "index.single_user_heading": "Dashibodi ya DocuElevate", + "index.single_user_subtitle": "Usindikaji na usimamizi wa hati wenye akili", + "index.stat_active_integrations": "Muunganisho Hai", + "index.stat_active_users": "Watumiaji hai", + "index.stat_files_month": "Faili mwezi huu", + "index.stat_files_ocr": "Faili zikiwa na OCR", + "index.stat_files_today": "Faili leo", + "index.stat_storage_targets": "Malengo ya Uhifadhi", + "index.stat_this_month": "Mwezi huu", + "index.stat_today": "Leo", + "index.stat_total_files": "Jumla ya faili", + "index.stat_total_processed": "Jumla iliyosindikwa", + "index.tier_plan": "Mpango", + "index.tier_upgrade": "Pandisha", + "index.tier_view_details": "Tazama maelezo kamili", + "index.upgrade_daily_limits": "Mipaka ya juu ya kila siku na kila mwezi", + "index.upgrade_description": "Fungua hati zaidi, marudio zaidi na msaada wa kipaumbele.", + "index.upgrade_destinations": "Marudio ya uhifadhi zaidi", + "index.upgrade_ocr_pages": "Kurasa zaidi za OCR", + "index.upgrade_plan": "Boreshaji mpango wako", + "index.upgrade_view_pricing": "Tazama mipango na bei", + "index.usage_lifetime": "Faili za maisha", + "index.usage_month": "Faili za mwezi huu", + "index.usage_my_usage": "Matumizi yangu", + "index.usage_today": "Faili za leo", + "index.usage_unlimited": "Hauna kikomo", + "integrations.access_key_label": "Kitambulisho cha Ufikiaji", + "integrations.active_label": "Hai", + "integrations.add_button": "Ongeza Mshikamano", + "integrations.add_first_button": "Ongeza Mshikamano Wako wa Kwanza", + "integrations.api_token_label": "Token ya API", + "integrations.authorize_btn": "Thibitisha", + "integrations.authorize_reauth": "Thibitisha tena", + "integrations.bucket_label": "Ndoo", + "integrations.configure": "Panga", + "integrations.connect": "Unganisha", + "integrations.connected": "Imepangwa", + "integrations.connection_failed": "Muunganisho umeshindikana", + "integrations.connection_success": "Muunganisho umefanikiwa", + "integrations.delete_confirm_are_you_sure": "Je, uko tayari kufuta", + "integrations.delete_confirm_title": "Futa Mshikamano?", + "integrations.delete_confirm_undone": "Kitendo hiki hakiwezi kubadilishwa.", + "integrations.delete_emails_label": "Futa barua pepe baada ya kusindika", + "integrations.delete_files_label": "Futa faili baada ya kusindika", + "integrations.destinations_quota_label": "Malengo ya Uhifadhi:", + "integrations.destinations_section": "Malengo", + "integrations.direction_destination": "Malengo (uhifadhi)", + "integrations.direction_label": "Mwelekeo", + "integrations.direction_placeholder": "\b2 Chagua \b2", + "integrations.direction_source": "Chanzo (kuingiza)", + "integrations.disconnect": "Tenganisha", + "integrations.email_settings": "Mipangilio ya Kupeleka Barua Pepe", + "integrations.empty_state": "Hakuna uhusiano ulioandaliwa", + "integrations.endpoint_label": "URL ya Endpoint", + "integrations.endpoint_optional": "(hiari, kwa S3 inayolingana)", + "integrations.folder_label": "Folda", + "integrations.folder_optional": "(hiari)", + "integrations.folder_path_label": "Njia ya Folda", + "integrations.folder_prefix_label": "Kichwa cha Folda", + "integrations.generic_settings_hint": "Mipangilio kwa aina hii ya mshikamano inaweza kutolewa kama JSON baada ya kuundwa kupitia API.", + "integrations.gmail_hint": "Alama za Gmail & nyota: wakati zimewezeshwa, barua pepe zilizoshughulikiwa zina nyota na kuwekewa alama ya \"Imeingizwa\" katika Gmail. Inatumika tu kwa seva za Gmail.", + "integrations.gmail_labels": "Tumia alama za Gmail & nyota", + "integrations.host_label": " mwenyeji", + "integrations.imap_settings": "Mipangilio ya IMAP", + "integrations.loading": "Inapakia mashikamano\b2", + "integrations.modal_close": "Funga modali", + "integrations.modal_title_add": "Ongeza Mshikamano", + "integrations.modal_title_edit": "Hariri Mshikamano", + "integrations.name_label": "Alama", + "integrations.name_placeholder": "mfano. Gmail ya Kazi, Hifadhi ya S3", + "integrations.nextcloud_settings": "Mipangilio ya Nextcloud", + "integrations.nextcloud_url_label": "URL ya Nextcloud", + "integrations.no_integrations_body": "Ongeza mchanganyiko wako wa kwanza ili kuunganisha vyanzo vya upokeaji (kama IMAP) na maeneo ya uhifadhi (kama S3, Dropbox, au Google Drive).", + "integrations.not_connected": "Haujaunganishwa", + "integrations.oauth_folder_label": "Folda", + "integrations.oauth_hint": "Hifadhi mchanganyiko huu kwanza, kisha tumia kifungo cha Widhisha kukamilisha mchakato wa OAuth. Taarifa zako za kuingia zitawekwa salama katika rekodi yako ya kibinafsi ya mchanganyiko.", + "integrations.page_title": "Mawasiliano", + "integrations.paperless_settings": "Mipangilio ya Paperless NGX", + "integrations.password_label": "Nenosiri", + "integrations.paused": "Imesimamishwa", + "integrations.plan_label": "Mpango:", + "integrations.port_label": "Bandari", + "integrations.quota_not_available": "(haipatikani)", + "integrations.quota_unlimited": "/ isiyo na kikomo", + "integrations.recipient_label": "Barua pepe ya Mpokeaji", + "integrations.region_label": "Eneo", + "integrations.remote_path_label": "Njia ya Kremote", + "integrations.s3_prefix_label": "Kielelezo (njia ya folda)", + "integrations.s3_settings": "Mipangilio ya S3", + "integrations.secret_key_label": "Fungua Ufikiaji wa Siri", + "integrations.show_password": "Onyesha nenosiri", + "integrations.show_secrets": "Onyesha siri", + "integrations.show_token": "Onyesha token", + "integrations.source_local": "Mfumo wa Faili wa Mitaa", + "integrations.source_type_label": "Aina ya Chanzo", + "integrations.sources_quota_label": "Vyanzo vya Sanduku la Barua:", + "integrations.sources_section": "Vyanzo", + "integrations.subtitle": "Simamia vyanzo vyako vya upokeaji na maeneo ya uhifadhi mahali pamoja.", + "integrations.title": "Mawasiliano", + "integrations.type_label": "Aina ya Mchanganyiko", + "integrations.type_placeholder": "\u0014 Chagua mwelekeo kwanza \u0014", + "integrations.upgrade_plan": "Boreshaji Mpango", + "integrations.use_ssl": "Tumia SSL", + "integrations.username_label": "Jina la mtumiaji", + "integrations.watch_folder_settings": "Mipangilio ya Folda ya Kutazama", + "integrations.webdav_settings": "Mipangilio ya WebDAV", + "integrations.webdav_url_label": "URL ya WebDAV", + "integrations.webhook_heading": "Upokeaji wa Webhook", + "integrations.webhook_how_heading": "Jinsi Upokeaji wa Webhook Unavyofanya Kazi", + "integrations.webhook_how_text": "Mchanganyiko wa webhook unaruhusu mifumo ya nje kutuma hati moja kwa moja ndani ya DocuElevate kupitia API ya REST. Badala ya DocuElevate kuangalia faili mpya (kama IMAP), programu yako inatuma faili kwenda DocuElevate kwa kutumia ombi la HTTP lenye token ya API kwa ajili ya uthibitishaji.", + "integrations.webhook_ideal_text": "Hii ni bora kwa mifereji ya CI/CD, skripti za automatisering, mchanganyiko wa skana, au mfumo wowote unaozalisha hati na unahitaji kuzituma kwa usindikaji.", + "integrations.webhook_quick_start": "Anza Haraka", + "integrations.webhook_security_tip": "Unda token ya API iliyotengwa kwa kila mchanganyiko na uondoe mara moja ikiwa itakabiliwa. Token zinaweza kudhibitiwa kwenye ukurasa wa Token za API.", + "integrations.webhook_step1": "Nenda kwenye {api_tokens_link} na uunde token ya kibinafsi.", + "integrations.webhook_upload_with_token": "Tumia token kupakia hati kupitia API:", + "language.bg": "Български", + "language.ca": "Català", + "language.change_success": "Lugha imebadilishwa kuwa {language}", + "language.changed": "Lugha imebadilishwa kuwa {language}", + "language.cs": "Čeština", + "language.da": "Dansk", + "language.de": "Deutsch", + "language.el": "Ελληνικά", + "language.en": "English", + "language.es": "Español", + "language.et": "Eesti", + "language.fi": "Suomi", + "language.fr": "Français", + "language.ga": "Gaeilge", + "language.hr": "Hrvatski", + "language.hu": "Kihunguri", + "language.is": "Kiislandi", + "language.it": "Kitaliano", + "language.lb": "Kikluzi", + "language.lt": "Kilitvanija", + "language.lv": "Kilati", + "language.nb": "Kinoski", + "language.nl": "Kiholandi", + "language.no_results": "Hakuna lugha zilizopatikana", + "language.pl": "Kipolandi", + "language.pt": "Kihapuani", + "language.ro": "Kiromania", + "language.ru": "Kirusi", + "language.search_placeholder": "Tafuta lugha\n", + "language.selector": "Lugha", + "language.selector_label": "Chagua lugha", + "language.sk": "Kisiovakia", + "language.sl": "Kislovenia", + "language.sv": "Kiswidi", + "language.tr": "Kituruki", + "language.uk": "Kiukreni", + "language.zh": "Kichina", + "nav.about": "Kuhusu", + "nav.account_menu": "Menyu ya Akaunti", + "nav.account_menu_for": "Menyu ya Akaunti kwa {name}", + "nav.admin": "Meneja", + "nav.admin.audit_logs": "Marekebisho ya Ukaguzi", + "nav.admin.backups": "Nakala ya Akiba", + "nav.admin.plans": "Mipango", + "nav.admin.scheduled_jobs": "Kazi za Ratiba", + "nav.admin.users": "Watumiaji", + "nav.admin_actions": "Vitendo vya Meneja", + "nav.admin_menu": "Menyu ya Meneja", + "nav.api_docs": "Hati za API", + "nav.api_tokens": "Tokens za API", + "nav.backup_restore": "Akiba na urejeleo", + "nav.credentials": "Ithibitisho", + "nav.dark_mode": "Msimamo wa Giza", + "nav.dashboard": "Dashibodi", + "nav.developer_docs": "Hati za Mendelezaji", + "nav.duplicates": "Nakala za Kurudia", + "nav.file_manager": "Meneja wa Faili", + "nav.files": "Faili", + "nav.get_started": "Anza", + "nav.help": "Msaada", + "nav.help_center": "Kituo cha Msaada", + "nav.imap": "Kuagiza Barua pepe", + "nav.integrations": "Mchanganyiko", + "nav.light_mode": "Njia ya Mwanga", + "nav.login": "Ingia", + "nav.logout": "Toka", + "nav.main_navigation": "Urambazaji Mkuu", + "nav.my_subscription": "Usajili Wangu", + "nav.notifications": "Arifa", + "nav.open_main_menu": "Fungua menyu kuu", + "nav.pipelines": "Mizani", + "nav.plan_designer": "Mbunifu wa Mpango", + "nav.pricing": "Bei", + "nav.profile": "Profaili", + "nav.profile_settings": "Mipangilio ya Profaili", + "nav.queue": "Mstari", + "nav.queue_monitor": "Msimamizi wa Mstari", + "nav.scheduled_jobs": "Kazi Zinazopangwa", + "nav.search": "Tafuta", + "nav.settings": "Mipangilio", + "nav.shared_links": "Viungo Vilivyoshirikiwa", + "nav.sign_out": "Toka", + "nav.signup": "Jiandikishe", + "nav.similarity": "Ufanano", + "nav.skip_to_content": "Ruka hadi maudhui makuu", + "nav.status": "Hali", + "nav.subscription": "Mwanachama", + "nav.toggle_dark_mode": "Badilisha njia ya giza", + "nav.toggle_nav": "Badilisha menyu ya urambazaji", + "nav.upload": "Pakia", + "nav.users": "Watumiaji", + "nav.version": "Taarifa za Toleo", + "notifications.filter_all": "Zote", + "notifications.filter_read": "Soma pekee", + "notifications.filter_unread": "Haziijasomwe pekee", + "notifications.manage_desc": "Simamisha kisanduku chako cha arifa, malengo, na mapendeleo ya tukio", + "notifications.mark_all_read": "Tenga Zote kama Zimesomwe", + "notifications.mark_all_read_btn": "Tenga zote zimesomwe", + "notifications.mark_read": "Tenga kama Imejulikana", + "notifications.no_notifications": "Hakuna arifa", + "notifications.page_title": "Arifa", + "notifications.tab_inbox": "Kisanduku", + "notifications.tab_settings": "Mipangilio", + "notifications.title": "Arifa", + "notifications.unread_count": "{count} arifa zisizosomwa", + "pipelines.active_label": "Hai", + "pipelines.add_step_btn": "Ongeza Hatua", + "pipelines.create": "Unda Mchakato", + "pipelines.custom_label_label": "Lebo ya Desturi", + "pipelines.default_label": "Kawaida", + "pipelines.description_label": "Maelezo", + "pipelines.description_placeholder": "Maelezo ya hiari", + "pipelines.disabled_label": "Imezimwa", + "pipelines.edit": "Hariri Mchakato", + "pipelines.empty_state": "Hakuna michakato bado", + "pipelines.empty_state_hint": "Unda mchakato wako wa kwanza ili kufafanua michakato ya usindikaji wa hati za desturi.", + "pipelines.enabled_label": "Imewashwa", + "pipelines.force_cloud_ocr_label": "Lazimisha OCR ya wingu (punguza uondoaji wa maandiko wa ndani)", + "pipelines.inactive_label": "Isiyo hai", + "pipelines.loading": "Inapakia michakato\u0019", + "pipelines.name_placeholder": "Mchakato wangu", + "pipelines.new_pipeline_btn": "Mchakato Mpya", + "pipelines.no_steps": "Hakuna hatua zilizofafanuliwa. Ongeza hatua ili kuanza kujenga mchakato wako.", + "pipelines.ocr_auto": "Auto (tumia chaguo la mfumo)", + "pipelines.ocr_language_hint": "Inabadilisha mipangilio ya lugha ya ulimwengu kwa Tesseract/EasyOCR. Azure na Mistral hugundua lugha kiotomatiki.", + "pipelines.ocr_language_label": "Lugha ya OCR", + "pipelines.optional_suffix": "(hiari)", + "pipelines.page_title": "Usindikaji wa Michakato", + "pipelines.set_default": "Weka kama mchakato wangu wa kawaida", + "pipelines.step_label_placeholder": "Badilisha jina la hatua ya kawaida", + "pipelines.step_type_label": "Aina ya Hatua", + "pipelines.subtitle_intro": "Fafanua na simamia michakato ya usindikaji wa hati za desturi.", + "pipelines.subtitle_system_post": "alama na inaonekana kwa watumiaji wote.", + "pipelines.subtitle_system_pre": "Michakato ya mfumo (iliyoundwa na wasimamizi) inaonyeshwa na", + "pipelines.system_label": "Mfumo", + "pipelines.system_pipeline_label": "Mchakato wa mfumo (unaonekana kwa watumiaji wote)", + "pipelines.title": "Usindikaji wa Michakato", + "profile.avatar_alt": "Picha yako ya profaili", + "profile.avatar_heading": "Picha ya Profaili", + "profile.avatar_remove": "Ondoa picha ya kawaida", + "profile.avatar_upload_hint": "Pakua picha ya JPEG, PNG, GIF, au WebP yenye ukubwa hadi 2 MB. Ikiwa hakuna picha ya kawaida iliyowekwa, {gravatar} yako inaonyeshwa.", + "profile.choose_image": "Chagua picha…", + "profile.confirm_password": "Thibitisha Nenosiri Mpya", + "profile.contact_email_hint": "Inatumika kwa arifa za mfumo. Hii haiwezi kubadilisha barua pepe yako ya kuingia.", + "profile.contact_email_label": "Barua Pepe ya Mawasiliano / Arifa", + "profile.contact_email_placeholder": "wewe@example.com", + "profile.current_password": "Nenosiri la Sasa", + "profile.dismiss": "Puuza", + "profile.display_name_hint": "Acha tupu ili kutumia jina la mtumiaji wa akaunti au barua pepe.", + "profile.display_name_label": "Jina la Kuonyesha", + "profile.display_name_placeholder": "Jina lako kama linavyoonyeshwa kwenye UI", + "profile.general_heading": "Taarifa za Jumla", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Mipangilio ya Profaili", + "profile.language_auto_detect": "Gundua Kiotomatiki (kutoka kwa kivinjari)", + "profile.language_hint": "Chagua lugha unayopendelea kwa kiolesura. “Gundua Kiotomatiki” inafuata mipangilio ya kivinjari chako.", + "profile.language_label": "Lugha ya UI", + "profile.new_password": "Nenosiri Mpya", + "profile.new_password_hint": "Angalau herufi 8.", + "profile.page_title": "Mipangilio ya Profaili – DocuElevate", + "profile.password_heading": "Badilisha Nenosiri", + "profile.preferences_heading": "Vipendeleo", + "profile.save_button": "Hifadhi Mabadiliko", + "profile.saving": "Inahifadhi…", + "profile.subtitle": "Simamisha jina lako la kuonyesha, picha, lugha, na mipendeleo ya mandhari.", + "profile.theme_dark": "Giza", + "profile.theme_hint": "“Mosi ya Mfumo” inafuata mipangilio ya hali ya giza ya kifaa chako.", + "profile.theme_label": "Mpango wa Rangi", + "profile.theme_light": "Mwanga", + "profile.theme_system": "Mosi ya Mfumo", + "profile.update_password": "Sasisha Nenosiri", + "profile.updating": "Inasasisha\u001a...", + "queue.active_tasks": "Kazi Zinazofanya Kazi", + "queue.auto_refresh_1": "Inajikubali kila", + "queue.auto_refresh_2": "sekunde", + "queue.col_arguments": "Hoja", + "queue.col_current_step": "Hatua ya Sasa", + "queue.col_file": "Faili", + "queue.col_files": "Faili", + "queue.col_queue": "Foleni", + "queue.col_state": "Hali", + "queue.col_task": "Kazi", + "queue.col_task_id": "Kitambulisho cha Kazi", + "queue.files_processing": "K処のファイル", + "queue.heading": "Mchambuzi wa Foleni", + "queue.last_updated": "Imeasishwa mwisho:", + "queue.loading_stats": "Ikijaza takwimu za foleni\u0015", + "queue.no_active_tasks": "Hakuna kazi hai", + "queue.no_data": "Hakuna data", + "queue.no_files_processing": "Hakuna faili zinazoprosi hivi sasa", + "queue.page_title": "Mchambuzi wa Foleni", + "queue.processing_pipeline": "Mchakato wa Usindikaji", + "queue.queued_tasks": "Kazi Zilizo katika Foleni", + "queue.recently_processing": "Faili Zinazoprosi Hivi Punde", + "queue.redis_queues": "Foleni za Redis", + "queue.subtitle": "Muonekano wa wakati halisi wa mchakato wa usindikaji wa hati na foleni za kazi za Celery.", + "queue.workers_online": "Wafanyakazi Weko Mtandaoni", + "search.button": "Tafuta", + "search.error_message": "Tafuta haipatikani kwa muda. Tafadhali jaribu tena baada ya muda mfupi.", + "search.filter_aria_clear": "Futa filters zote", + "search.filter_clear_button": "Futa Filters", + "search.filter_date_from": "Tarehe Kuanzia", + "search.filter_date_to": "Tarehe Hadi", + "search.filter_document_type": "Aina ya Hati", + "search.filter_document_type_placeholder": "mfano. Risiti", + "search.filter_language": "Lugha", + "search.filter_language_placeholder": "mfano. de", + "search.filter_sender": "Mtumaji", + "search.filter_sender_placeholder": "mfano. ACME Corp", + "search.filter_tags": "Lebeli", + "search.filter_tags_placeholder": "mfano. amazon", + "search.filter_text_quality": "Ubora wa Nakala", + "search.filter_text_quality_all": "Zote", + "search.filter_text_quality_high": "Juu", + "search.filter_text_quality_low": "Chini", + "search.filter_text_quality_medium": "Kati", + "search.filter_text_quality_no_text": "Hakuna maandiko", + "search.heading": "Utafutaji wa Hati", + "search.input_aria_label": "Tafuta hati", + "search.input_placeholder": "Tafuta hati kwa maudhui, mtumaji, lebo, aina...", + "search.loading_indicator": "Inatafuta\n\n", + "search.no_results": "Hakuna matokeo yaliyopatikana", + "search.page_title": "Tafuta Hati", + "search.placeholder": "Tafuta kwa jina la faili, maudhui, lebo...", + "search.result_empty": "Hakuna hati zilizopatikana zinazolingana na uchunguzi wako.", + "search.results_count": "Matokeo {count} yaliyo chaguliwa", + "search.saved_aria_save": "Hifadhi utafutaji wa sasa", + "search.saved_button": "Hifadhi Sasa", + "search.saved_empty": "Hakuna utafutaji uliohifadhiwa bado", + "search.saved_error": "Haikuweza kupakia utafutaji uliohifadhiwa", + "search.saved_label": "Utafutaji Uliohifadhiwa", + "search.saved_loading": "Inapakia...", + "search.title": "Tafuta Hati", + "settings.audit_log_btn": "Kumbukumbu za Uhakiki", + "settings.autocomplete_hint": "Andika ili kutafuta thamani zinazojulikana, au ingiza thamani yoyote ya kawaida.", + "settings.autocomplete_no_matches": "Hakuna mechi \n\n unaweza kuendelea kuandika thamani ya kawaida", + "settings.autocomplete_placeholder": "Andika ili kutafuta au ingiza thamani\n\n...", + "settings.boolean_enable_prefix": "wezesha", + "settings.categories_aria": "Jamii za mipangilio", + "settings.categories_heading": "Jamii", + "settings.db_wizard_btn": "Mchawi wa DB", + "settings.effective_value_label": "Thamani halisi:", + "settings.encrypted_suffix": "= imehifadhiwa kwa siri", + "settings.encrypted_title": "Thamani imehifadhiwa kwa siri katika hifadhidata", + "settings.export_btn": "Hamisha", + "settings.export_db_only": "Mipangilio ya DB tu", + "settings.export_full_config": "Mipangilio kamili yenye ufanisi", + "settings.jump_to_category": "Ruka hadi jamii\n\n...", + "settings.manage_config_prefix": "Simamia usanidi. Kipaumbele:", + "settings.model_picker_hint": "Chagua kutoka kwenye orodha au andika jina lolote la mfano linaloungwa mkono na mp提供.", + "settings.model_picker_placeholder": "Chagua mfano wa kawaida au andika jina la kawaida\n\n...", + "settings.no_results_clear": "ondoa utafutaji", + "settings.no_results_heading": "Hakuna mipangilio iliyopatikana", + "settings.no_results_hint": "Jaribu neno lingine la utafutaji au", + "settings.page_heading": "Mipangilio ya Programu", + "settings.required_label": "(inahitajika)", + "settings.reset_confirm": "Je, uko tayari kubadilisha mipangilio hii?", + "settings.restart_required_suffix": "= upya inahitajika", + "settings.revert_btn": "Ongeza kutoka DB", + "settings.revert_title": "Ondoa DB override na terugelisha kwa variable ya mazingira au default", + "settings.reverting": "Inarudi\u001a", + "settings.save_all_btn": "Hifadhi Mabadiliko Yote", + "settings.save_error": "Imeshindikana kuhifadhi mipangilio", + "settings.save_setting_title": "Hifadhi mipangilio hii", + "settings.save_success": "Mipangilio imehifadhiwa kwa mafanikio", + "settings.saving_state": "Inahifadhi\u001a", + "settings.search_aria_label": "Tafuta mipangilio", + "settings.search_clear_aria": "Futa tafutio", + "settings.search_placeholder": "Tafuta mipangilio kwa jina, ufunguo, au maelezo\u001a", + "settings.settings_count_suffix": "mipangilio", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "DEFAULT", + "settings.source_env_badge": "ENV", + "settings.title": "Mipangilio", + "settings.toggle_visibility_aria": "Geuza uwazi wa nywila", + "settings.toggle_visibility_title": "Onyesha/ficha thamani", + "settings.user_autocomplete_empty": "Hakuna watumiaji wanaofanana waliopatikana", + "settings.user_autocomplete_hint": "Andika kutafuta watumiaji waliopo kwa jina, au weka kitambulisho chochote kwa mikono.", + "settings.user_autocomplete_placeholder": "Anza kuandika kutafuta watumiaji\u001a", + "settings.wizard_btn": "Mchawi", + "shared.col_expiry": "Tarehe ya kumalizika", + "shared.col_file_label": "Faili / Lebo", + "shared.col_link": "Kiungo", + "shared.col_views": "Maoni", + "shared.copy_link_aria": "Nakili kiungo kwenye clipboard", + "shared.copy_link_title": "Nakili kiungo", + "shared.create_btn": "Unda Kiungo", + "shared.create_heading": "Unda Kiungo Mpya Kilichoshirikiwa", + "shared.creating": "Inaundwa\u001a", + "shared.expiry_12h": "Masaa 12", + "shared.expiry_14d": "Siku 14", + "shared.expiry_1h": "Saa 1", + "shared.expiry_24h": "Masaa 24 (siku 1)", + "shared.expiry_30d": "Siku 30", + "shared.expiry_3d": "Siku 3", + "shared.expiry_6h": "Masaa 6", + "shared.expiry_7d": "Siku 7", + "shared.expiry_label": "Tarehe ya kumalizika", + "shared.expiry_never": "Kamwe", + "shared.file_id_help_post": "ukurasa au kwenye URL ya maelezo ya hati.", + "shared.file_id_help_pre": "Pata kitambulisho cha faili kwenye", + "shared.file_id_label": "Kitambulisho cha Faili", + "shared.file_id_placeholder": "mfano. 42", + "shared.files_link": "Mafaili", + "shared.heading": "Viungo Vilivyoshirikiwa", + "shared.label_label": "Lebo", + "shared.label_placeholder": "mfano. Ilishirikiwa na Bob", + "shared.link_created": "Kiungo kilichoshirikiwa kimeundwa!", + "shared.link_created_help": "Nakili na utume kiungo hiki kwa mpokeaji.", + "shared.links_count_aria": "idadi ya viungo", + "shared.max_downloads_label": "Maks. kupakua", + "shared.no_links": "Hakuna viungo vilivyoshirikiwa bado. Unda moja hapo juu ili kuanza.", + "shared.open_in_new_tab": "Fungua katika kichupo kipya", + "shared.open_link_aria": "Fungua kiungo kilichoshirikiwa", + "shared.optional": "(hiari)", + "shared.page_title": "Viungo Vilivyoshirikiwa – DocuElevate", + "shared.password_label": "Neno la siri", + "shared.password_placeholder": "Acha tupu ili kutokuwa na neno la siri", + "shared.password_protected": "Lina neno la siri", + "shared.refresh_aria": "Boresha orodha ya viungo vilivyo shirikiwa", + "shared.revoke_aria_prefix": "Batilisha kiungo kilichoshirikiwa kwa", + "shared.revoke_btn": "Batilisha", + "shared.status_active": "Aktiva", + "shared.status_expired": "Umeisha", + "shared.status_limit_reached": "Kipengele kimefikiwa", + "shared.status_revoked": "Batiliwa", + "shared.subtitle": "Shiriki hati na mtu yeyote kupitia kiungo chenye muda wa kikomo au kiungo chenye mtazamo wa kikomo. Wapokeaji hawahitaji akaunti ya DocuElevate. Viungo vinaweza kulindwa na nenosiri na kubatilishwa wakati wowote.", + "shared.table_aria": "Viungo vilivyoshirikiwa", + "shared.unlimited_placeholder": "Hana kikomo", + "shared.your_links": "Viungo Vyako Vilivyoshirikiwa", + "similarity.backfill_auto": "Kazi ya nyuma itahesabu moja kwa moja kila dakika 5, au unaweza", + "similarity.files_missing_text": "faili zina maandiko ya OCR lakini hakuna embedding bado.", + "similarity.find_pairs_btn": "Pata Wanandoa", + "similarity.heading": "Ufanano wa Hati", + "similarity.load_error": "Imeshindikana kupakia wanandoa.", + "similarity.min_similarity_label": "Ufanano wa chini", + "similarity.no_pairs_detail": "Hakuna wanandoa wa hati wanaopitia kiwango cha ufanano.", + "similarity.no_pairs_heading": "Hakuna wanandoa wanaofanana walipatikana", + "similarity.page_title": "Ufanano wa Hati - DocuElevate", + "similarity.pagination_aria": "Kurasa za ufanano", + "similarity.per_page_label": "Kila ukurasa", + "similarity.scanning": "Inasoma pareja za hati zinazofanana\u001b...", + "similarity.stat_embedding_model": "Mfano wa Embedding", + "similarity.stat_missing_embedding": "Embedding Inakosekana", + "similarity.stat_total_files": "Faili Nzima", + "similarity.stat_with_embedding": "Na Embedding", + "similarity.subtitle": "Picha za hati zenye ufanano mkubwa wa maana, zimeorodheshwa kwa alama.", + "similarity.trigger_aria": "Washa hesabu ya embedding kwa faili zote zinazokosekana embeddings", + "similarity.trigger_now": "iwasha sasa", + "status.app_version": "Toleo la App", + "status.build_date": "Tarehe ya Ujengwa", + "status.container_id": "Kitambulisho cha Kontena", + "status.git_commit": "Git Commit", + "status.last_check": "Kukagua Mwisho", + "status.page_title": "Hali ya Mfumo", + "status.setting_label": "Mipangilio", + "status.value_label": "Thamani", + "subscription.available_plans_heading": "Mipango Inayopatikana", + "subscription.back_to_dashboard": "Rudi kwenye Dashibodi", + "subscription.cancel_pending": "Ghairi mabadiliko", + "subscription.cancel_scheduled": "Ghairi mabadiliko yaliyo ratibiwa", + "subscription.contact_sales": "Wasiliana na Mauzo", + "subscription.current_badge": "Hivi Sasa", + "subscription.current_plan": "Mpango wa Hivi Sasa", + "subscription.current_plan_cta": "Mpango wako wa hivi sasa", + "subscription.downgrade_to_prefix": "Shusha hadi", + "subscription.features_heading": "Nini kimejumlishwa katika mpango wako", + "subscription.free": "Bure", + "subscription.heading": "Usajili Wangu", + "subscription.keep_plan_prefix": "Hifadhi", + "subscription.lifetime_files": "Faili zote (muda wa maisha)", + "subscription.month_files": "Faili mwezi huu", + "subscription.more_features_label": "zaidi", + "subscription.page_title": "Usajili Wangu – DocuElevate", + "subscription.pending_badge": "Inasubiri", + "subscription.pending_benefits": "Unapata faida zote za mpango wa sasa hadi wakati huo.", + "subscription.pending_on": "juu ya", + "subscription.pending_title": "Mabadiliko ya mpango yanayosubiri yanaratibiwa", + "subscription.pending_will_change": "Mpango wako utabadilika hadi", + "subscription.per_mo": "/mwezi", + "subscription.per_month": "/mwezi", + "subscription.since": "Tangu", + "subscription.single_user_body": "Daraja za usajili zinatumika wakati hali ya watumiaji wengi inatumika. Kigezo chako kwa sasa kinakimbia katika hali ya mtumiaji mmoja bila mipaka ya usindikaji. Admin anaweza kuwezesha hali ya watumiaji wengi kupitia {settings_link}.", + "subscription.single_user_title": "Hali ya watumiaji wengi haijawezeshwa.", + "subscription.subtitle": "Mpango wako wa sasa, matumizi na maboresho yanayopatikana.", + "subscription.this_month_label": "mwezi huu", + "subscription.today_files": "Faili za leo", + "subscription.today_label": "leo", + "subscription.unlimited": "Haina kikomo", + "subscription.upgrade_info": "Maboresho yanaanza mara moja. Kushusha ratiba kunawekwa kwa mwisho wa kipindi cha bili yako kwa sasa.", + "subscription.upgrade_to_prefix": "Boresha hadi", + "subscription.usage_heading": "Matumizi", + "upload.browse_button": "Tafuta Faili", + "upload.button_processing": "Inachakatwa...", + "upload.camera_button": "Chukua Picha / Scan Hati", + "upload.download_button": "Pakua na Uchakate", + "upload.downloading": "Inapakua faili kutoka URL...", + "upload.drag_drop": "Buruta na uachie faili hapa au bonyeza kutafuta", + "upload.drop_hint_desktop": "Buruta na uachie faili au folda hapa, au bonyeza kuchagua faili.", + "upload.drop_hint_mobile": "Gusa kuchagua faili au tumia kifungo cha kamera hapa chini.", + "upload.drop_zone_aria": "Eneo la upakuaji wa faili. Buruta na uachie faili hapa, au bonyeza Enter kutafuta faili.", + "upload.error": "Upakuaji umeshindwa", + "upload.error_invalid_url": "Muundo wa URL si sahihi", + "upload.error_url_required": "Tafadhali ingiza URL", + "upload.file_size_hint": "Ukubwa wa juu: MB 500 kwa faili", + "upload.file_types": "Aina zinazoruhusiwa: PDF, hati za Ofisi (Word, Excel, PowerPoint, nk), Picha", + "upload.filename_description": "Acha tupu ili kutumia jina la faili kutoka URL", + "upload.filename_label": "Jina la Faili (hiari)", + "upload.filename_placeholder": "my-document.pdf", + "upload.max_size": "Ukubwa mkubwa wa faili: {size}", + "upload.page_title": "Pakua Faili", + "upload.section_device": "Pakia Kutoka Kifaa", + "upload.section_url": "Pakia Kutoka URL", + "upload.select_file": "Chagua Faili", + "upload.success": "Faili limepandishwa kwa mafanikio", + "upload.title": "Pandisha Hati", + "upload.uploading": "Inapakia...", + "upload.url_description": "Ingiza kiunga cha moja kwa moja kwa faili (PDF, hati za Ofisi, au picha)", + "upload.url_label": "URL ya Faili", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/ta.json b/frontend/translations/ta.json new file mode 100644 index 00000000..2f68b6f7 --- /dev/null +++ b/frontend/translations/ta.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "ராக creator", + "about.creator_name": "Christian Krakau-Louis", + "about.creator_pre": "DocuElevate என்றது அன்புடன் உருவாக்கப்படுகிறது", + "about.features_admin_api": "செயலை முறைப்படி அணுக எதிர்க்கவைக்கப்பட்ட REST API", + "about.features_admin_config": "சர்வதேச மாறிலிகள் மூலம் மிகவும் அமைப்பதற்கு ஏற்றது", + "about.features_admin_docker": "எளிதான பயணத்திற்காக Docker-க்கு தயாராதாரம்", + "about.features_admin_heading": "இடைக்காலம்", + "about.features_admin_oauth2": "Authentik உடன் OAuth2 சானீபத்தின ஆதரவு", + "about.features_automation_background": "Redis மற்றும் Celery உடன் பின்னணி செயலாக்கம்", + "about.features_automation_gmail": "Gmail மற்றும் பொதுவான மின்னஞ்சல் கணக்கு இணையம்", + "about.features_automation_heading": "தானியக்கமுதல்", + "about.features_automation_imap": "பல மூலங்களில் IMAP இன்பாக்ஸ் புள்ளி சென்று", + "about.features_automation_ingestion": "பல உள்ளீடுகளிலிருந்து தானியக்க ஆவணங்களின் உள்ளீடு", + "about.features_heading": "முக்கிய அம்சங்கள்", + "about.features_integration_cloud": "Cloud சேமிப்பு: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "இணைப்பும் சேமிப்பும்", + "about.features_integration_multi_dest": "பன்முகச் செழிப்புக்கு ஆதரவு (பல இடங்களில் ஆவணங்களைச் சேமிக்கவும்)", + "about.features_integration_protocols": "மாற்று ஒதுக்கீடு: FTP, SFTP, மின்னஞ்சல் முன்னூட்டம்", + "about.features_integration_selfhosted": "சுய-உரையைத் தேர்ந்தெடுக்கவும்: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "அறிவான ஆவண வகை மற்றும் தேதியினை எடுத்துக்கொள்ளும்", + "about.features_processing_heading": "ஆவண செயலாக்கம்", + "about.features_processing_metadata": "ஒரு இணைப்புத் தரவியாளரைப் பயன்படுத்தி தானியக்க மெட்டிடேட்டா எடுத்துக்கொள்ளும்", + "about.features_processing_ocr": "Azure Document Intelligence மூலம் இயக்கப்படும் OCR", + "about.features_processing_pdf": "Gotenberg மூலம் பல கோப்பு வடிவங்களை PDF மாற்றம்", + "about.features_processing_upload": "எளிதான மற்றும் பாதுகாப்பான கோப்பு பதிவேற்றங்களுடன் இழுத்து & விலக்கு ஆதரவு", + "about.github_logo_alt": "GitHub நேர்க்காப்பு", + "about.heading": "DocuElevate பற்றி", + "about.intro_post": " – உங்களது நவீன, அறிவான தீர்வு ஆவண செயலாக்கத்திற்காக! நாம் DocuElevate ஐ உருவாக்கியுள்ளோம் உங்கள் ஆவணங்களை நடத்தும் முறையை முற்றிலும் மாற்ற.", + "about.intro_pre": "செய்திக்கான வரவேற்பு ", + "about.involved_description": "கோடுக்கு மண்டவிட விரும்புகிறீர்களா, கருத்துக்களை வழங்குங்கள், அல்லது DocuElevate பற்றி மேலும் கற்றுக்கொள்ளுங்கள்?", + "about.involved_docs": "ஆவணங்களை படியுங்கள்", + "about.involved_github": "DocuElevate ஐ GitHub இல் காணுங்கள்", + "about.involved_heading": "பங்குகொள்ளுங்கள்", + "about.involved_website": "DocuElevate இணையதளத்தை பார்வையிடுங்கள்", + "about.legal_description": "உங்கள் தனிப்பட்டதுவை பற்றியும் தரவு பாதுகாப்பையும் நாங்கள் கவனிக்கிறோம். தயவுசெய்து எங்கள்:", + "about.legal_heading": "தனியுரை & சட்டம்", + "about.legal_license": " Lizenz விவரங்கள்", + "about.legal_privacy": "தனியுரை அறிவிப்பு", + "about.page_title": "DocuElevate பற்றி", + "about.story_heading": "எங்கள் கதை", + "about.story_p1": "DocuElevate ஒரு குறிக்கோள் மனதில் வைத்து உருவாக்கப்பட்டது: நீங்கள் ஒரு சிறிய ஸ்டார்ட்ட்ஆப் ஆக இருந்தாலும், ஒரு பெரிய முதலீட்டாளராக இருந்தாலும், ஆவண உறுதிப்பத்திரங்களை எளிதாக்கவும் மற்றும் ஒழுங்குபடுத்தவும்.", + "about.story_p2": "வெளியீட்டு மற்றும் உரை மேம்பாட்டுக்கு பிளக்கேபிள் AI வழங்குனர்களின் சக்தியை (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey மற்றும் மேலும் பல) பயன்படுத்துகிறோம், Dropbox, Nextcloud மற்றும் Paperless NGX உடன் சேமிப்பு மற்றும் குறியீட்டிப் படுத்துகையில் Seamlessly இணைகிறோம், OCR க்கு Azure Document Intelligence ஐ பயன்படுத்துகிறோம், மற்றும் கோப்பு-to-PDF பெயர்த்திற்சிக்கு Gotenberg ஐ கூட பயன்படுத்துகிறோம்.", + "api_tokens.col_created": "உருவாக்கப்பட்டது", + "api_tokens.col_last_ip": "கடைசி IP", + "api_tokens.col_last_used": "கடைசி பயன்படுத்தப்பட்டது", + "api_tokens.col_name": "பெயர்", + "api_tokens.col_prefix": "டோக்கன் முன்னங்கோள்", + "api_tokens.copy_to_clipboard": "டோக்கனை கிளிப்போர்ட்டிற்கு நகலெடுக்கவும்", + "api_tokens.copy_upload_example": "ஊர்தலை கிளிப்போர்ட்டிற்கு நகலெடுக்கவும்", + "api_tokens.copy_warning_1": "இந்த டோக்கனை இப்போது நகலெடுக்கவும் — இது", + "api_tokens.copy_warning_2": "மறுபடியும் காட்டப்படும் இல்லை", + "api_tokens.create_heading": "புதிய டோக்கன் உருவாக்கவும்", + "api_tokens.create_token": "டோக்கனை உருவாக்கவும்", + "api_tokens.creating": "உருவாக்குகிறது…", + "api_tokens.heading": "API டோக்கன்கள்", + "api_tokens.intro": "DocuElevate API உடன் நிரலாளரால் நடத்துவதற்கு தனிப்பட்ட API டோக்கன்களை உருவாக்கவும். வெப்ஹுக்குக்கு, CI/CD குழாய்களுக்கு, அல்லது ஆவணங்களை பதிவேற்ற அல்லது பெற தேவையான எந்த திட்டத்திற்கும் டோக்கன்களைப் பயன்படுத்தவும்.", + "api_tokens.loading_tokens": "டோக்கன்களை ஏற்றுகிறது…", + "api_tokens.never": "எப்போதும் இல்லை", + "api_tokens.no_tokens_heading": "இன்னும் எந்த API டோக்கன்களும் இல்லை", + "api_tokens.no_tokens_help": "தொடங்குவதற்காக உங்கள் முதல் டோக்கனை மேலே உருவாக்கவும்.", + "api_tokens.page_title": "API டோக்கன்கள் – DocuElevate", + "api_tokens.revoke": "ரத்து செய்", + "api_tokens.revoke_prefix": "டோக்கனை ரத்து செய்", + "api_tokens.status_active": "செயலில்", + "api_tokens.status_revoked": "ரத்து செய்யப்பட்டது", + "api_tokens.table_aria": "API டோக்கன்கள்", + "api_tokens.token_created": "டோக்கன் வெற்றிகரமாக உருவாக்கப்பட்டது!", + "api_tokens.token_name_label": "டோக்கன் பெயர்", + "api_tokens.token_name_placeholder": "உதாரணம்: CI குழாய், வெப்ஹுக்கும் பதிவேற்றம், என்னுடைய திட்டம்", + "api_tokens.usage_heading": "பயன்பாட்டு எடுத்துக்காட்டு", + "api_tokens.usage_intro_post": "எந்த API கோரிக்கையுடன் தலைப்பு:", + "api_tokens.usage_intro_pre": "உங்கள் API டோக்கனைப் பயன்பாடு செய்யவும்", + "api_tokens.your_tokens": "உங்கள் டோக்கன்கள்", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "வியல்", + "audit.col_timestamp": "திகைவூட்டம்", + "audit.critical": "அவசியம்", + "audit.filter_action": "செயல்", + "audit.filter_all_actions": "எல்லா செயல்கள்", + "audit.filter_all_users": "எல்லா பயனர்களும்", + "audit.filter_resource_placeholder": "எடுத்துக்காட்டாக: ஆவணம், பயனர்", + "audit.filter_resource_type": "வளத்தின் வகை", + "audit.filter_severity": "கம்யானம்", + "audit.filter_user": "பயனர்", + "audit.filters_section_label": "ஆய்வு பதிவு வடிகட்டிகள்", + "audit.next": "எடுத்துக்கொள்", + "audit.next_label": "எடுத்துக்கொள் பக்கம்", + "audit.no_events": "இன்னும் எந்த ஆய்வு நிகழ்வுகளும் பதிவிறக்கம் செய்யப்படவில்லை.", + "audit.no_events_hint": "கணக்கு நுழைவுகள், ஆவணம் செயல்பாடுகள், அமைப்புகளின் மாற்றங்கள் போன்ற முக்கிய செயல்கள் இங்கே தோன்றும்.", + "audit.page_title": "ஆய்வு பதிவுகள் - DocuElevate", + "audit.pagination_label": "ஆய்வு பதிவு பக்கம் எண்ணிக்கை", + "audit.prev": "முந்தைய", + "audit.prev_label": "முந்தைய பக்கம்", + "audit.refresh_label": "ஆய்வு பதிவுகளை புதுப்பி", + "audit.siem_disabled_title": "SIEM அனுப்புதல் முடக்கப்பட்டுள்ளது", + "audit.siem_enabled_title": "நிகழ்வுகள் அனுப்பப்படுகின்றன ", + "audit.siem_off": "SIEM: отключено", + "audit.subtitle": "எல்லா முக்கியமான செயல்களின் விரிவான, செருகிப் மட்டும் பதிவேற்றம்.", + "audit.table_label": "ஆய்வு பதிவு நிகழ்வுகள்", + "audit.title": "ஆய்வு பதிவுகள்", + "auth.confirm_password": "கடவுச் சொல்லை உறுதி செய்", + "auth.create_account": "கணக்கைப் உருவாக்கு", + "auth.display_name_label": "காணும் பெயர்", + "auth.email_label": "மின் அஞ்சல்", + "auth.forgot_password": "கடவுச்சொல் மறந்துவிட்டீர்களா?", + "auth.forgot_username": "பயனர் பெயர் மறந்துவிடுகிறேன்?", + "auth.login": "உள்ளீடு செய்", + "auth.login_title": "உள்ளீடு செய்", + "auth.logo_alt": "DocuElevate நிசாணம்", + "auth.logout": "வெளியேறு", + "auth.my_account": "என் கணக்கு", + "auth.no_account": "ஒரு கணக்கு இல்லைவா?", + "auth.or_continue_with": "அல்லது இதன் மூலம் தொடரவும்", + "auth.password_label": "கடவுச்சொல்", + "auth.profile": "சுயவிவரம்", + "auth.remember_me": "என்னை நினைவில் வைத்துக்கொள்", + "auth.return_home": "முகப்பதிவுக்கு திரும்பு", + "auth.sign_in": "உள்ளீடு செய்", + "auth.sign_in_sso": "SSO மூலம் உள்நுழைக", + "auth.sign_in_with": "சேர்", + "auth.sign_in_with_username": "பயனர் பெயருடன் சேர்", + "auth.signup": "சந்தா", + "auth.signup_title": "சந்தா", + "auth.username_label": "பயனர் பெயர்", + "auth.username_or_email": "பயனர் பெயர் அல்லது மின்னஞ்சல்", + "auth.verify_email_back_sign_in": "சேருவதற்கு திரும்பவும்", + "auth.verify_email_expiry": "இலக்கம் 24 மணி நேரத்தில் காலாவதிசெய்யும். நீங்கள் மின்னஞ்சல் காணக்கூடாதெனில், உங்கள் ஸ்பாம் கோப்புறை பாருங்கள்.", + "auth.verify_email_heading": "உங்கள் அஞ்சல் கிடைக்கும்", + "auth.verify_email_message": "நாங்கள் உங்களுக்கு உறுதிப்பத்திர மின்னஞ்சல் அனுப்பியுள்ளோம். உங்கள் கணக்கை செயல்படுத்த மின்னஞ்சலில் உள்ள இணைப்பைக் கிளிக் செய்யவும்.", + "auth.verify_email_page_title": "DocuElevate - உங்கள் மின்னஞ்சலை உறுதிப்படுத்தவும்", + "auth.verify_email_resend_aria_label": "மீண்டும் அனுப்ப ஏதுமில்லை", + "auth.verify_email_resend_button": "உறுதிப்பத்திர மின்னஞ்சலை மீண்டும் அனுப்பு", + "auth.verify_email_resend_label": "மின்னஞ்சல் முகவரி", + "auth.verify_email_resend_placeholder": "உங்கள் மின்னஞ்சல் முகவரியை உள்ளிடவும்", + "auth.verify_email_resend_prompt": "அதை பெறவில்லை?", + "backup.archives_heading": "பொது காப்புகள்", + "backup.backup_now": "இப்போது காப்பாற்றவும்", + "backup.clean_up": "தெரிவு செய்க", + "backup.cleanup_title": "இப்போது தற்காலிகமாக தெரிவுகள் செய்யவும் ", + "backup.col_created": "உருவாக்கப்பட்டது", + "backup.col_filename": "கோப்பு பெயர்", + "backup.col_size": "விமர்சனம்", + "backup.col_storage": "இடைமுகம்", + "backup.col_type": "மின்னூல்", + "backup.config_auto_backup": "தானாக காப்பு", + "backup.config_remote_dest": "தூர இடம்", + "backup.config_retention": "ஊக்கமளிப்பு", + "backup.config_total_size": "மொத்த உள்ளூர் அளவு", + "backup.confirm_btn": "உறுதிப்படுத்து", + "backup.confirm_title": "நடவடிக்கையை உறுதிப்படுத்தவும்", + "backup.heading": "காப்பு மேலாண்மை", + "backup.local_only": "மாதிரி மட்டும்", + "backup.no_backups": "இன்னும் காப்புகள் இல்லை.", + "backup.no_backups_hint": "உங்கள் முதல் காப்பு உருவாக்க காப்பாற்றும் இப்போது கிளிக் செய்யவும்.", + "backup.page_title": "காப்பு மேலாண்மை", + "backup.records_label": "சேவைகள்", + "backup.restore_btn": "மீட்டவும்", + "backup.restore_desc_mid": "மீட்டப் பெறுவதற்கான காப்புப் பதிவேடு.", + "backup.restore_desc_pre": "ஒரு பதிவுகளைப் பதிவேற்றவும்", + "backup.restore_desc_warning": "இது அனைத்தும் தற்போதைய தரவை மீட்டெடுக்கின்றது.", + "backup.restore_file_label": "பதிவு காப்புப்பிரிவு (.db.gz)", + "backup.restore_heading": "கோப்பிலிருந்து மீட்டெடுக்கவும்", + "backup.restoring": "மீட்டெடுக்கிறது\u00065", + "backup.retention_daily_detail": "\u00073\u00073\u00075 3 வாரங்களுக்கு", + "backup.retention_heading": "ஊர்வீதி கொள்கை", + "backup.retention_hourly_detail": "\u00073\u00073\u00075 4 நாட்களுக்கு", + "backup.retention_note": "இந்த எல்லைகளை மீறிய காப்புப்பிரிவுகள் ஒவ்வொரு புதிய காப்புப்பிரிவும் உருவாக்கப்படுவதைத் தொடர்ந்து த automáticamente முற்றுவமாக நீக்கப்படும்.", + "backup.retention_weekly_detail": "\u00073\u00073\u00075 ~3 மாதங்களுக்கு", + "backup.snapshots": "சுட்டுக்காட்டுகள்", + "backup.status_ok": "சரி", + "backup.storage_local": "உள்ளூர்", + "backup.subtitle": "தரவுத் கட்டணங்கள் தானாகவே உருவாக்கப்படுகின்றன: மணிக்குரிய (4 நாட்கள்), தினசரி (3 வாரங்கள்), வாராந்திர (13 வாரங்கள்).", + "backup.table_aria": "காப்புப் பதிவுகள்", + "backup.trigger_daily": "இப்போது காப்பு செய் (டெய்லி)", + "backup.trigger_hourly": "இப்போது காப்பு செய் (மணியுரு)", + "backup.trigger_weekly": "இப்போது காப்பு செய் (வாராந்திர)", + "backup.type_daily": "தினசரி", + "backup.type_hourly": "மணியுரு", + "backup.type_weekly": "வாராந்திர", + "billing.go_to_dashboard": "டாஸ்‌போர்டுக்கு செல்லவும்", + "billing.manage_subscription": "தொகுப்புதொகுப்பை நிர்வகிக்கவும்", + "billing.success_heading": "நீங்கள் அனைத்தும் அமைக்கப்பட்டுள்ளது!", + "billing.success_message": "உங்கள் சந்தா செயல்படுத்தப்பட்டுள்ளது. DocuElevate தேர்ந்தெடுத்ததற்காக நன்றி!", + "billing.success_page_title": "DocuElevate - சந்தா செயல்படுத்தப்பட்டது", + "common.actions": "செயல்கள்", + "common.active": "செயலில்", + "common.all": "அனைத்து", + "common.avatar": "அவதாரம்", + "common.back": "மீண்டும்", + "common.cancel": "முன்னேற்றுங்கள்", + "common.close": "மூடவும்", + "common.col_pending": "காத்திருக்கிறது", + "common.completed": "முடಗೊಂಡது", + "common.confirm": "நிச்சயிக்கவும்", + "common.copied": "அனைத்து வழங்கப்பட்டவை!", + "common.copy": "பிரதி", + "common.create": "உருவாக்கவும்", + "common.created": "உருவாக்கப்பட்டது", + "common.date": "தேதி", + "common.delete": "அழிக்க", + "common.description": "விளக்கம்", + "common.details": "விவரங்கள்", + "common.disabled": "நிறுத்தப்பட்டுள்ளது", + "common.download": "பொருளை tải செய்தல்", + "common.duplicate": "அனம்", + "common.edit": "திருத்தம்", + "common.enabled": "செயல்படுத்தப்பட்டது", + "common.error": "தப்பு", + "common.failed": "தவறு", + "common.filter": "வடிகட்டி", + "common.inactive": "செயலாக்கப்படவில்லை", + "common.info": "இந்தப் பகுதி", + "common.loading": "ஏற்கனவே ஏற்றிக்கொண்டு இருக்கிறது...", + "common.name": "பெயர்", + "common.next": "அடுத்து", + "common.next_page": "அடுத்தப் பக்கம்", + "common.no": "இல்லை", + "common.none": "சேவையாக இல்லை", + "common.page": "பக்கம்", + "common.paused": "நிறுத்தப்பட்டது", + "common.pending": "நிலுவையில்", + "common.prev_page": "முந்தைய பக்கம்", + "common.previous": "முந்தைய", + "common.processing": "செயலாக்கம்", + "common.refresh": "மீட்டிறக்கம்", + "common.reset": "மீட்டு", + "common.retry": "மீண்டும் முயற்சி செய்", + "common.save": "காப்பி", + "common.search": "தேடல்", + "common.select": "தேர்வு செய்", + "common.select_placeholder": "\u0014 தேர்வு செய்யவும் \u0014", + "common.size": "அளவு", + "common.status": "அழுத்தம்", + "common.submit": "சமர்ப்பிக்கவும்", + "common.success": "வெற்றி", + "common.tags": "கோடுகள்", + "common.test": "தமிழ்", + "common.test_connection": "சோதனை தொடர்பு", + "common.type": "வகை", + "common.update": "புதுப்பிப்பு", + "common.updated": "மறு இற்றைப்படுத்தப்பட்டது", + "common.upload": "எழுதுங்கள்", + "common.view": "காண்க", + "common.warning": "அறிவிப்பு", + "common.yes": "ஆம்", + "cookie.accept": "அறிந்தேன்", + "cookie.learn_more": "மேலும் அறிக", + "cookie.message": "இந்த இணையதளம் உங்கள் அனுபவத்தை மேம்படுத்த கூக்கீகளை பயன்படுத்துகிறது.", + "cookie.notice": "DocuElevate ஆவணத்தை உறுதிப்படுத்துதல் மற்றும் சேவையின் செயல்பாடு ஆகியவற்றுக்காக தேவையான அடிப்படைக் கூக்கீக்களை மட்டும் பயன்படுத்துகிறது. கண்காணிப்பு அல்லது பகுப்பாய்வு கூக்கீக்கள் பயன்படுத்தப்படவில்லை.", + "cookie.notice_label": "கூக்கீச் தெரிவித்திக்கான", + "cookie.policy_link": "கூக்கீ கொள்கை", + "cookie.privacy_link": "தனியுரிமை தெரிவித்திக்கான", + "credentials.col_action": "செயல்", + "credentials.col_credential": "அட்டை", + "credentials.col_source": "மூலம்", + "credentials.configured": "விண்ணப்பிக்கப்பட்டது", + "credentials.edit_in_settings": "அமைப்புகளில் திருத்துங்கள்", + "credentials.legend_db": "தரவுத்தளத்தில் சேமிக்கப்பட்ட மதிப்பு (இருக்கையில் குறியாக்கம் செய்யப்பட்ட; சுற்றுப்பரிபிராயத்தை மீறுகிறது)", + "credentials.legend_env_after": " கோப்பு", + "credentials.legend_env_before": "சுற்றுப்பரிபிராயத்திலிருந்து பெறப்பட்ட மதிப்பு அல்லது ", + "credentials.legend_missing": "அட்டை அமைக்கப்படவில்லை —ச் சேர்க்கை செயல்படாது", + "credentials.legend_restart": "இந்த அடையை சுழற்றும் போது மீண்டும் ஆரம்பிக்க απαιτείται", + "credentials.legend_title": "legend", + "credentials.manage_settings": "அமைப்புகளை நிர்வகிக்கவும்", + "credentials.not_configured": "அமைக்கப்படவில்லை", + "credentials.page_title": "அட்டை ஆய்வு - DocuElevate", + "credentials.raw_json": "முக்கிய JSON (API)", + "credentials.restart_title": "இந்த அடையை சுழற்றிய பின்பு மீண்டும் ஆரம்பிக்க வேண்டும்", + "credentials.source_db_title": "தரவுத்தளத்தில் சேமிக்கப்பட்டது (குறியாக்கம் செய்யப்பட்ட)", + "credentials.source_env_title": "சுற்றுப்பரிபிராயத்திலிருந்து", + "credentials.status_missing": "காணாமல் போனால்", + "credentials.subtitle": "DocuElevate பயன்படுத்தும் அனைத்து மடுக்கும் அடைகளின் சுருக்கம். இங்கே எந்த ரகசிய மதிப்புகளும் காணப்படவில்லை — ஒவ்வொரு அடையும் அமைக்கப்பட்டுள்ளது என்பதை மட்டும் காட்டுகிறது மற்றும் அதன் மூலம் எங்கு வருகிறது என்பதைக் காட்டுகிறது.", + "credentials.table_for": "அடைகள்", + "credentials.title": "அட்டை ஆய்வு", + "credentials.total_credentials": "மொத்த அடைகள்", + "dashboard.active_integrations": "செயல்பாட்டில் உள்ள சேர்க்கைகள்", + "dashboard.files_this_month": "இந்த மாதத்தில் கோப்புகள்", + "dashboard.files_today": "இந்த நாளில் கோப்புகள்", + "dashboard.ocr_processed": "OCR செயலாக்கம்", + "dashboard.quick_actions": "குறும்படங்கள்", + "dashboard.recent_activity": "சமீபத்திய செயல்கள்", + "dashboard.storage_targets": "ஸ்திரீத்திற்கான இலக்குகள்", + "dashboard.title": "டாஷ்போர்ட்", + "dashboard.total_files": "மொத்த கோப்புகள்", + "dashboard.welcome": "DocuElevateக்கு வரவேற்கிறோம்", + "duplicates.file_id_label": "கோப்பு ஐடி", + "duplicates.file_id_placeholder": "உதாரணம்: 42", + "duplicates.find_btn": "கண்டுபிடிக்கவும்", + "duplicates.found_files": "காப்பு கோப்பு(கள்) மொத்தம்.", + "duplicates.found_groups": "காப்பு குழு(கள்) உடன்", + "duplicates.found_prefix": "கண்டுபிடிக்கப்பட்ட", + "duplicates.group_aria": "காப்புத்தொகுப்பு குழு", + "duplicates.heading": "காப்பு ஆவணங்கள்", + "duplicates.how_it_works_heading": "சூழ்நிலைக்காணி கண்டுபிடிப்பு எப்படி செயல்செய்கிறது", + "duplicates.max_results_label": "அதிக படிகள்", + "duplicates.near_dup_desc": "மேல்மழுவான உள்ளடக்கம் கொண்ட பிற கோப்புகள் உள்ளதா என்பதைப் பார்க்க ஒரு ஆவணத்தைத் தேர்ந்தெடுக்கவும் - வேறு வேளைகளில் ஸ்கேன் செய்யப்பட்டாலும், SHA-256 ஹேஷ் வெவ்வேறாக இருந்தாலும்.", + "duplicates.near_dup_heading": "ஒரு ஆவணத்திற்கு அருகில் உள்ள காப்புகளை கண்டுபிடிக்கவும்", + "duplicates.no_exact_heading": "ஒவ்வொரு காப்பும் காணப்படவில்லை", + "duplicates.page_title": "காப்பு ஆவணங்கள் - DocuElevate", + "duplicates.pagination_aria": "பக்கம் மாற்றம்", + "duplicates.role_duplicate": "காப்பு", + "duplicates.role_original": "மூல", + "duplicates.tab_exact": "ஒற்றை காப்புகள்", + "duplicates.tab_near": "அருகிலுள்ள காப்பு கண்டுபிடிப்பான்", + "duplicates.tabs_aria": "காப்புத்தொகுப்பு கண்டுபிடிப்பு தாள்கள்", + "duplicates.threshold_label": "பெற்றுக்காணும் திருத்தம்", + "duplicates.view_dup_aria": "காப்பு கோப்பை காண்க", + "duplicates.view_original_aria": "மூல கோப்பை காண்க", + "error.404_code": "404", + "error.404_heading": "ஆஹா, அந்த பக்கம் கிடைக்கவில்லை!", + "error.404_home": "முகமняя தருக", + "error.404_message": "DocuElevate நீங்கள் தேடும் ஆவணத்தை தவறாக அடையாளம் குறிக்கப்பட்டுள்ளது போல இருக்கும். கவலைப்படாதீர்கள் - உங்கள் பின் நாங்கள் உதவுகிறோம்.", + "error.404_title": "404 - கிடைக்கவில்லை", + "error.500_code": "500", + "error.500_debug_info": "முடியுக்கும் தகவலைக் காட்டவும்", + "error.500_description": "எங்கள் சர்வர்கள் ஒரு தவறை சந்தித்தன, சில நேரம் தேவை.", + "error.500_heading": "ஆஹா! ஏதோ தவறு நேர்ந்திருக்கின்றது.", + "error.500_home": "முகமния தருக", + "error.500_img_alt": "ஒரு சர்வர் பிழையின் விளக்கம்", + "error.500_message1": "எங்கள் சர்வர்கள் ஒரு தவறை சந்தித்தன, சில நேரம் தேவை. மாம்சம் அதன் காபியை ஊற்றினரா?", + "error.500_message2": "நாங்கள் இதற்காகவே செயலில் இருக்கிறோம் - கோப்புகளை வரிசைப்படுத்துவது, சர்வர்களை மீண்டும் தொடங்குவது மற்றும் கம்பளங்களை மீள்கணக்கிடுவது.", + "error.500_title": "சர்வர் பிழை - DocuElevate", + "error.forbidden": "தடை", + "error.forbidden_message": "இந்த பக்கத்தை அணுகுவதற்கு நீங்கள் அனுமதி இல்லை.", + "error.not_found": "பக்கம் தெரியவில்லை", + "error.not_found_message": "நீங்கள் தேடிய பக்கம் கிடைக்கவில்லை.", + "error.server_error": "உள்ளக சேவையகம் பிழை", + "error.server_error_message": "ஏதோ தவறு நடந்தது. தயவுசெய்து பிறகு மீண்டும் முயற்சிக்கவும்.", + "error.unauthorized": "அங்கீகாரம் பெறப்படவில்லை", + "error.unauthorized_message": "இந்த பக்கத்தில் அணுக பரிசுப்பதிவு செய்ய வேண்டும்.", + "files.action_delete": "கோப்பை அழி", + "files.action_details": "விவரங்களை காண்க", + "files.action_preview": "அமைதி முன்னோட்டம்", + "files.bulk_clear_selection": "திருத்தத்தைக் கோடு", + "files.bulk_cloud_ocr": "மீண்டும் மலைஸ் OCR இயக்கவும்", + "files.bulk_delete": "தேர்வு செய்யப்பட்டவை அழிக்கவும்", + "files.bulk_download": "ZIP ஆக பதிவிறக்கம் செய்யவும்", + "files.bulk_reprocess": "தேர்வு செய்யப்பட்டவற்றைப் புதிய முறையில் செயலாக்கவும்", + "files.delete_modal_cancel": "இடம் பிடிக்கவும்", + "files.delete_modal_confirm": "அழிக்கை", + "files.delete_modal_message": "நீங்கள் இந்த கோப்பை அழிக்க விரும்புகிறீர்களா?", + "files.delete_modal_title": "அழிப்பை உறுதிசெய்யவும்", + "files.document_title": "ஆவணம் தலைப்பு", + "files.drop_overlay_hint": "PDF, ஆபிஸ் ஆவணங்கள், படங்கள், HTML, Markdown மற்றும் கூடுதல் ஆதரவு - அடைப்புகளை மீண்டும் செயலாக்கப்படுகிறது", + "files.drop_overlay_title": "மேலே கோப்புகளை அல்லது அடைப்புகளை எங்கு வேண்டுமானாலும் விடுங்கள்", + "files.error_hint": "இது ஒரு கட்டமைப்பு அல்லது இறக்குமதி பிரச்சினை காரணமாக இருக்கக்கூடும். தயவுசெய்து சேவையகம் பதிவுகளை சரிபார்க்கவும்.", + "files.file_size": "கோப்பின் அளவு", + "files.filename": "கோப்பின் பெயர்", + "files.files_selected": "தேர்ந்தெடுக்கப்பட்ட கோப்புகள்", + "files.filter_all_providers": "எல்லா வழங்குநர்களும்", + "files.filter_all_statuses": "எல்லா நிலைகளும்", + "files.filter_all_types": "எல்லா வகைப்பாடுகளில்", + "files.filter_apply": "சொந்திகை பொருந்தவும்", + "files.filter_clear": "தூய்மைப்படுத்தவும்", + "files.filter_date_from": "தேதி எழுதியது", + "files.filter_date_from_aria": "தேதியில் இருந்து வடிகட்டவும்", + "files.filter_date_to": "தேதி வரை", + "files.filter_date_to_aria": "தேதிக்கு வடு", + "files.filter_form_aria": "கோப்புகளை வடிகட்டவும்", + "files.filter_mime_type": "MIME வகை", + "files.filter_ocr_all": "எல்லா கோப்புகள்", + "files.filter_ocr_good": "சிறந்த தரம்", + "files.filter_ocr_poor": "சீயான தரம்", + "files.filter_ocr_quality": "OCR தரம்", + "files.filter_ocr_quality_aria": "OCR தரம் மதிப்பீட்டால் வடிகட்டுக", + "files.filter_ocr_unchecked": "இன்னும் மதிப்பீடு செய்யப்படவில்லை", + "files.filter_search_label": "கோப்புப் பெயரை தேடு", + "files.filter_search_placeholder": "கோப்புப் பெயரைக் குறிப்பிடவும்...", + "files.filter_storage_provider": "சேமிப்பு வழங்குநர்", + "files.filter_tags_aria": "டேக் மூலம் வடிகட்டுக (கோமா மூலம் பிரிக்கப்பட்ட)", + "files.filter_tags_placeholder": "உதாரணம்: இத்தாள்,அமேசான்", + "files.fulltext_search_label": "முழு உரை தேடு (OCR உரை, மீட்டரிடுகள், டேக்கள்)", + "files.fulltext_search_placeholder": "கோப்பு உள்ளடக்கம், அனுப்புபவர், டேக்கள், வகை தேடவும்...", + "files.no_files": "கோப்புகள் கிடைக்கவில்லை", + "files.ocr_status": "OCR நிலை", + "files.page_title": "கோப்பு பதிவுகள்", + "files.pagination_files": "கோப்புகள்", + "files.pagination_first": "முதல்", + "files.pagination_last": "கடைசி", + "files.pagination_nav_aria": "கோப்பு பட்டியல் பாகுபாடு", + "files.pagination_next": "அடுத்தது", + "files.pagination_of": "இன்", + "files.pagination_previous": "முந்தைய", + "files.pagination_showing": "காட்சியிட்டு உள்ள", + "files.preview_modal_close": "முன்நிலையை மூடு", + "files.preview_modal_title": "முன்நிலை", + "files.queue_banner_items": "பொருள்(கள்) தற்போது வரிசையில் உள்ளன அல்லது செயலாக்க வருவன. செயலாக்கம் முடிவுக்கு வந்தவுடன் கோப்புகள் இங்கு தோன்றும்.", + "files.queue_banner_link": "வரிசையை காண்க", + "files.saved_searches_empty": "இன்னும் சேமிக்கப்பட்ட தேடல்கள் இல்லை", + "files.saved_searches_error": "சேமிக்கப்பட்ட தேடல்களை ஏற்ற முடியவில்லை", + "files.saved_searches_label": "சேமிக்கப்பட்ட தேடல்கள்", + "files.saved_searches_save": "தற்போதையவை சேமிக்கவும்", + "files.saved_searches_save_aria": "தற்போதைய வடிகட்டப்பட்டவற்றை ஒரு சேமிக்கையாக்குங்கள்", + "files.search_results_empty": "கணக்குக்கள் கிடைக்கவில்லை.", + "files.search_results_title": "தேடும் முடிவுகள்", + "files.status_duplicate": "உரை", + "files.table_actions": "செயல்கள்", + "files.table_aria": "கோப்பு பதிவுகள்", + "files.table_created_at": "உருவாக்கப்பட்டது", + "files.table_empty": "கோப்புகள் கிடைக்கவில்லை", + "files.table_id": "செஎண்", + "files.table_mime_type": "MIME வகை", + "files.table_original_filename": "மூல கோப்புப் பெயர்", + "files.table_select_all": "இந்த பக்கத்தில் உள்ள அனைத்து கோப்புகளையும் தேர்ந்தெடுக்கவும்", + "files.tags": "குறிச்சொல்கள்", + "files.title": "கோப்புகள்", + "files.upload_modal_aria": "உயிர்த்தூசி முன்னேற்றம்", + "files.upload_modal_close": "உயிர்த்தூசி முன்னேற்றத்தை மூடு", + "files.upload_modal_header": "கோப்புகள் ஏற்றுகிறது", + "files.uploaded": "ஏற்றப்பட்டுள்ளது", + "footer.about": "பற்றி", + "footer.attribution": "அங்கீகாரம்", + "footer.attributions": "அங்கீகாரங்கள்", + "footer.cookies": "குக்கீக்கள்", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "முத்திரை", + "footer.license": "அனுமதி", + "footer.navigation": "கீழ்தெரிவூட்டல்", + "footer.privacy": "தனியுரிமை", + "footer.terms": "தரத்திற்கேற்பம்", + "footer.version": "தரவு {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "OAuth-நமது தொடர்பு. கோப்புகள் உங்கள் தேர்ந்தெடுத்த கோப்பிடத்தில் அடிவாரமாகும்.", + "help.destinations_email": "மின்னஞ்சல் முன்னணி", + "help.destinations_email_desc": "செயற்கையாக மாற்றப்பட்ட கோப்புகள் SMTP இணைப்பாக அனுப்பப்படுகின்றன.", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "சேவைக்கோடு அல்லது OAuth. பகிர்ந்த கோப்பிடங்களை ஆதரிக்கிறது.", + "help.destinations_heading": "முனைவர்கள் – எங்கு ஆவணங்கள் செல்கின்றன", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "WebDAV மூலம் ஆக்கத்தள கிளவுட் சேமிப்பு.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Microsoft Graph API இணைப்பு.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "ஆவணங்களை நேரடியாக Paperless க்கு அழுத்தவும்.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "எந்த S3-ஐ பொறுத்த கூடை (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "எந்த சர்வருக்கான பாதுகாப்பான கோப்பு பரிமாற்றம்.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "எந்த வெளியுறுப்புக்கு POST மெட்டாடேட்டா.", + "help.documentation": "ஆடிட்டிங்", + "help.faq": "அடிக்குப் போகும் கேள்விகள்", + "help.faq_1_a": "ஏற்றுமதி பக்கம் செல்லவும், உங்கள் கோப்புகளை இழுத்து விட்டால் அல்லது கோப்பு தேர்வு செய்யவும் கட்டளை கொடுக்கவும். DocuElevate படம் மற்றும் அலுவலக ஆவணங்களை PDF ஆக மாற்றுகிறது, OCR ஓட்டுகிறது, மற்றும் மெட்டாடேட்டாவை தானாகவே எடுக்கிறது.", + "help.faq_1_q": "நான் எப்படி ஆவணங்களை ஏற்றுகிறேன்?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, மற்றும் HTML. PDF அல்லாத கோப்புக்கள் செயலாக்கத்திற்கு முன் PDF ஆக தானாக மாற்றப்படும்.", + "help.faq_2_q": "எந்த கோப்பு வடிவங்கள் ஆதரிக்கப்படுகின்றன?", + "help.faq_3_a": "ஆம். மின்னஞ்சல் உட்குத்துக்கு செல்லுங்கள், ஒரு IMAP கணக்கை சேருங்கள், மேலும் DocuElevate புதிய செய்திகளை பிடித்து இணைப்புகளை தானாக செயலாக்கும்.", + "help.faq_3_q": "நான் மின்னஞ்சலிலிருந்து ஆவணங்களை உட்கொள்வதற்கான ஆவணங்களை பெற முடியுமா?", + "help.faq_4_a": "பைப்ப்லைன்கள் செயலாக்க எட்டுகளைக் கூட்ட permiten – OCR, AI ஈர்ப்பு, வடிவ மாற்றம் – மற்றும் முடிவுகளை ஒன்றுக்கு அல்லது பல அடையாளங்களுக்கு வழிமாற்றம் செய்யலாம். Pipelines பக்கம் மூலம் அவைகளை உருவாக்கவும், நிர்வகிக்கவும்.", + "help.faq_4_q": "செயலாக்க पाइप்லைன்கள் எப்படி வேலை செய்கிறன?", + "help.faq_5_a": "DocuElevate நிலை வாழ்நாள் சூத்திரங்களை குறியாக்கம் செய்கிறது, TLS மூலம் தொடர்பு கொள்கிறது, மற்றும் உங்கள் ஆவணங்களை தேவையான காலத்திற்கு மேல் சேமிக்கவில்லை. முழு விவரங்களுக்கு தனியுரிமை குறிப்பு காணவும்.", + "help.faq_5_a_post": " முழு விவரங்களுக்கு.", + "help.faq_5_a_pre": "DocuElevate செங்குத்தாக இருப்பதற்கு_credentials_ஐ குறியாகக் காப்பாற்றுகிறது, TLS வழியாக தொடர்பு கொள்ளுகிறது, மற்றும் தேவைக்கு அதிக காலம் உங்கள் ஆவணங்களைச் சேமிக்காது. ", + "help.faq_5_q": "எனது தரவுகள் பாதுகாப்பானவதா?", + "help.faq_heading": " அடிக்கடி கேட்கப்படும் கேள்விகள்", + "help.getting_started": "தொடங்குவது", + "help.heading": "உதவிக் மையம்", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "ஆவணங்களை நிரல்களில் அழுத்த REST API ஐப் பயன்படுத்தவும். Bearer டோக்கன் மூலம் அடையாளம் காணவும் மற்றும் கட்டுப்படுத்துதல் முனைைக்கு கோப்புகளை POST செய்யவும்.", + "help.ingestion_heading": "தரவுகள் உள்ளீட்டுக்கோலில்", + "help.ingestion_mobile": "மூலம் அப்ளிகேசன்", + "help.ingestion_mobile_desc": "DocuElevate இல் உங்கள் தொலைபேசி அல்லது பாட்லெட்டிலிருந்து புகைப்படங்கள் மற்றும் სკான்களை அனுப்ப இயல்போடு HTTP upload இலக்குகளை ஆதரிக்கும் எவ்வளவு ஏதேனும் செல்போன் ஸ்கேனிங் பயன்பாட்டைப் பயன்படுத்தவும்.", + "help.ingestion_scanners": "நெட்வொர்க் ஸ்கானர்கள்", + "help.ingestion_scanners_desc": "DocuElevate இன் upload endpoint க்காக எந்த நெட்வொர்க் ஸ்கானர் அல்லது பல்பணி அஞ்சலியை முனைகளுக்கு நகர்த்தவும். ஸ்கானாக்கப்பட்ட ஆவணங்கள் நேரடியாக உங்கள் செயலாக்க வரிசையில் தரப்படும்.", + "help.ingestion_watched_folders": "காணப்படும் கோப்புறைகள்", + "help.ingestion_watched_folders_desc": "கண் பாலிக்கப்படும் உள்ளூர் அல்லது நெட்வொர்க் கோப்புறையை அமைக்கும். காணப்படும் கோப்புறையில் வைக்கப்பட்ட எந்த கோப்பும் স্বிக்கையுடன் DocuElevate மூலம் ஏற்றப்படும் மற்றும் செயலாக்கப்படும்.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Zapier, n8n, அல்லது Make உடன் உங்கள் இயல்புகள் பணிகளில் DocuElevate ஐ ஒருங்கிணைக்கவும். எந்த நிகழ்விலிருந்தும் ஆவண ஏற்றங்களைக் காஞ்சலில் என்பது REST API நடவடிக்கைகளைப் பயன்படுத்தவும்.", + "help.meta_description": "DocuElevate உடன் உதவி பெறவும் – ஆவணங்களை ஏற்ற, மேகசேமிப்பு இணைக்க, குழாய்களை அமைப்பதற்கான வழிகாட்டிகளை காணவும்.", + "help.og_description": "DocuElevate உடன் உதவி பெறவும் – ஆவணங்களை ஏற்ற, மேகசேமிப்பு இணைக்க, குழாய்களை அமைப்பதற்கான வழிகாட்டிகளை காணவும்.", + "help.page_title": "உதவிக் மையம்", + "help.privacy_notice": "தனியுரிமை குறிப்புரை", + "help.quickstart_heading": "விரைவான தொடக்கம்", + "help.quickstart_storage": "சேகரிப்பைப் இணைக்கவும்", + "help.quickstart_storage_desc": "அமைப்புகளுக்கு செல்க மற்றும் உங்கள் மண் கணக்குகளை இணைக்கவும். செயலாக்கப்பட்ட ஆவணங்கள் நீங்கள் உள்ளமை செய்த ஒவ்வொரு அடையாளத்திற்கும் தானாக வழிமாற்றப்படும்.", + "help.quickstart_storage_desc_full": "இணைப்புகளுக்கு செல்க, உங்கள் மேக சேமிப்பு கணக்குகளை இணைக்கவும். DocuElevate Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud மற்றும் இன்னும் பலவற்றைப் ஆதரிக்கிறது. செயலாக்கப்பட்ட ஆவணங்கள் நீங்கள் அமைக்கப்படும் ஒவ்வொரு இலக்குக்கே தானாகவே வழிசெய்யப்படும்.", + "help.quickstart_upload": "ஆவணங்களை பதிவேற்றவும்", + "help.quickstart_upload_desc": "Upload பக்கத்துக்குப் கோப்புகள் இழுத்து, விடுங்கள் அல்லது கோப்பு தேர்ந்தெடுக்கவும் கிளிக் செய்க. DocuElevate படங்களை மற்றும் அலுவலக ஆவணங்களை PDF ஆக மாற்றுகிறது, OCR ஐ இயக்குகிறது, மற்றும் குறிப்புகளை தானாக வாங்குகிறது.", + "help.quickstart_workflows": "வேலைபோக்களை தானாகச் செய்க", + "help.quickstart_workflows_desc": "பல நிலை செயலாக்கம் மற்றும் வழிமாற்ற விதிகளை வரையறை செய்ய பைப்ப்லைன்களை உருவாக்கவும். OCR, AI ஈர்ப்பு, வடிவ மாற்றம் மற்றும் ஆவணங்களை ஒரே திரவியில் சேர்க்கவும்.", + "help.sources_email_ingestion": "மின்னஞ்சல் உட்குத்து (IMAP)", + "help.sources_email_ingestion_desc": "ஆவணங்களை ஒரு தனித்திரை மெயிலில் அனுப்பவும். மின்னஞ்சல் உட்குத்தின் கீழ், ஒரு அல்லது மேலான IMAP கணக்குகளைச் சேர்க்கவும். DocuElevate புதிய செய்திகளை பிடித்து இணைப்புகளைத் தானாக செயலாக்கும்.", + "help.sources_heading": "மூலங்கள் – ஆவணங்களை பெறுவது", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "POST-ஐ /api/uploadக்கு கோப்புகளை இணைத்து நிரலாக்க முறையில் ஒருங்கிணைக்கவும். ஸ்கிரிப்டுகள், கண்காணிக்கப்பட்ட அடைவுகள், ஸ்கேனர், அல்லது Zapier மற்றும் n8n ஆகிய மூன்றாம் தரப்பின் கருவிகள் போன்றவற்றுக்கு சிறந்தது.", + "help.sources_scanner": "ஸ்கேனர் & மொபைல்", + "help.sources_scanner_desc": "இணைய ஸ்கேனர்களை DocuElevate இன் பதிவேற்ற இறுதிப்புள்ளிக்கு நோக்கி செல்க அல்லது தனிப்பட்ட HTTP அடையாளங்களை ஆதரிக்கும் எந்த மொபைல் ஸ்கேனிங் செயலியைப் பயன்படுத்தவும்.", + "help.sources_scanner_desc_full": "உங்களின் நெட்வொர்க் ஸ்கானர் அல்லது பல்பணி அஞ்சலை DocuElevate க்கு நேரடியாக ஸ்கான் அனுப்ப உத்திக்கு அமைக்கவும். இலக்கத்திற்கு /api/upload முனையைப் பயன்படுத்தவும். தனிப்பயன் அட்டவணையில் நிறுவப்பட்ட செல்போன் ஸ்கேனிங் பயன்பாடுகளை ஆதரிக்கவும்.", + "help.sources_web_upload": "இணைய பதிவேற்றம்", + "help.sources_web_upload_desc": "தொடங்குவதற்கான மிக வேகமான வழி. பதிவேற்றப் பக்கத்தை திறக்கவும், ஒரு அல்லது மேற்பட்ட கோப்புகளை விடவும், DocuElevate மீதியைக் கவனிக்கச் செய்கிறது. ஆதரிக்கப்படும் வடிவங்கள் PDF, JPEG, PNG, TIFF, DOCX, XLSX மற்றும் மேலும் உள்ளவை.", + "help.subheading": "DocuElevate மூலம் அதிகம் பெற தேவையான அனைத்தும். கீழே உள்ள தலைப்புகளைப் ப்ரவூசில் பார்வையிடவும் அல்லது நீங்கள் தேவைப்படும் தகவலுக்காக தேடவும்.", + "help.support": "உதவி", + "help.support_admin_message": "ஆதரவு தகவலுக்காக உங்கள் நிர்வாகியுடன் தொடர்பு கொள்ளவும்.", + "help.support_description": "நீங்கள் தேடுவதற்கு நீங்கள் காணவில்லைஎன்றால்? எங்கள் ஆதரவு குழு உதவுவதற்காக உள்ளது.", + "help.support_heading": "ஆதரவுக்குப் தொடர்பு கொள்ளவும்", + "help.support_live_chat": "நேரடி உரையாடல் கிடைக்கிறது – உரையாடலைத் தொடங்க உரையாடல் புளூக் க்கொ.", + "help.support_ticket_button": "ஒரு சொல்லீட்டு சமர்ப்பிக்கவும்", + "help.support_ticket_desc": "கீழே உள்ள வடிவத்தை நிரப்புங்கள் மற்றும் எங்கள் ஆதரவு குழு உங்களுடன் சீக்கிரம் தொடர்பு கொண்டு விடுவதாகும்.", + "help.support_ticket_heading": "ஒரு ஆதரவு சொல்லீட்டை திறக்கவும்", + "help.title": "உதவிக் மையம்", + "help.workflows_creating": "ஒரு பைப்ப்லைன்களை உருவாக்குதல்", + "help.workflows_definition": "ஒரு பைப்ப்லைன் என்பது ஒரு ஆவணம் உட்கொள்கையில் தானாகவே இயக்கப்படும் செயலாக்க எட்டுகளின் தொடராகும். ஒவ்வொரு அடியதும் ஆவணத்தை மாற்ற, வளமாக்க, அல்லது வழிமாற்றலாம்.", + "help.workflows_heading": "வேலைபோக்கள் & பைப்ப்லைன்கள்", + "help.workflows_step_1": "PDF ஆக மாற்றவும்", + "help.workflows_step_1_create": "முதன்மை மெனுவில் பைப்லின்களை கிளிக் செய்யவும்.", + "help.workflows_step_1_full": "PDF ஆக மாற்றவும் – எல்லா வரும் கோப்புகளும் ஒரே PDF வடிவத்திற்கு சீராக அமைக்கப்படுகின்றன.", + "help.workflows_step_2": "OCR – உரையை எடுத்துக்கொள்ளவும்", + "help.workflows_step_2_create": "புதிய பைப்லினை கிளிக் செய்து, அதற்கான ஒரு பெயரை கொடுக்கவும்.", + "help.workflows_step_2_full": "OCR – Azure ஆவணத்தின் அறிவுத்திறனையோடு அல்லது உள்ளக இயந்திரத்தினால் ஸ்கான் செய்யப்பட்ட பக்கங்கள் இலக்குகளுக்கு உரை கோஷ்டிக்கோட்டின் அமைந்தடிக்கும்.", + "help.workflows_step_3": "AI மெட்டாடேட்டா extraction", + "help.workflows_step_3_create": "நீங்கள் தேவையான செயலாக்க அடிக்கோக்களைச் சேர்க்கவும்.", + "help.workflows_step_3_full": "AI மெட்டாடேட்டா உற்பத்தில் – ஆவணத்தின் வகையை வகைப்படுத்தவும் மற்றும் OpenAI ஐப் பயன்படுத்தி தொகுப்புகள், தேதிகள், மற்றும் பெயர்கள் போன்ற முக்கியவிவரங்களை ஈர்க்கவும்.", + "help.workflows_step_4": "ஒரே அல்லது பல இடங்களுக்கு வழங்கவும்", + "help.workflows_step_4_create": "ஒரே அல்லது பல வழங்கல் வாய்ப்புகளைத் தேர்வு செய்யவும்.", + "help.workflows_step_5_create": "சேமிக்கவும் – புதிய ஆவணங்கள் இந்த பைப்லின் மூலம் தானே செயலாக்கப்படும்.", + "help.workflows_typical_steps": "சாதாரண அடிக்கோக்கள்", + "help.workflows_what_is": "பைப்லின் என்றால் என்ன?", + "index.badge_intelligent": "அறிவுப்பூர்வ ஆவண செயலாக்கம்", + "index.button_browse_files": "ஆவணங்களை உலாவு", + "index.button_upload": "உலோகம்", + "index.capabilities_cloud": "கிளவுட் சேமிப்பு: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "மின்னஞ்சல் & URL அடிப்படையிலான ஆவண உள்ளீடு", + "index.capabilities_ocr": "AI உடன் OCR & மெட்டாடேட்டா எடுத்துக்கொள்ளுதல்", + "index.capabilities_paperless": "ஆவண மேலாண்மைக்கான Paperless-ngx ஒருங்கிணைப்பு", + "index.capabilities_title": "திறன்கள்", + "index.capabilities_workflows": "தானியங்கி வகைப்படுத்தல் & வழிமுறையியல் பைப்லின்கள்", + "index.cta_description": "DocuElevate உடன் தங்கள் ஆவண செயலாக்கத்தை தானாகவே செய்து கொண்டிருக்கும் குழுக்களை அணJoinக்கு.", + "index.cta_heading": "உங்கள் ஆவணம் செயலாக்கத்தை மேம்பட தயாரா?", + "index.cta_pricing": "விலைகளை காண்க", + "index.cta_signup": "ஒரு இலவச கணக்கை உருவாக்கவும்", + "index.dashboard_subtitle": "அறிவுப்பூர்வ ஆவண செயலாக்கம் & மேலாண்மை", + "index.dashboard_subtitle_teams": "அறிவுப்பூர்வ ஆவண செயலாக்கம் & மேலாண்மை — குழுக்களுக்காக உருவாக்கப்பட்டது", + "index.feature_ai": "AI மெட்டாடேட்டா எடுத்துக்கொள்ளுதல்", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, மற்றும் பிற பிளக் செய்யக்கூடிய AI வழங்குநர்கள் ஆவணங்களை வகைப்படுத்தி, தேதிகள், அளவுகள், மற்றும் தலைப்புகள் போன்ற முக்கிய புலங்களைப் பிடிக்கின்றன.", + "index.feature_cloud": "பல கிளவுட் சேமிப்பு", + "index.feature_cloud_desc": "செயலாக்கப்படும் கோப்புகளை Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, மற்றும் மேலும் அனுப்பவும்.", + "index.feature_email": "மின்னஞ்சல் & IMAP உள்ளீடு", + "index.feature_email_desc": "Gmail அல்லது எந்த IMAP மெயில்பாக்ஸிலிருந்து ஆவணங்களை தானாகவே பிடிக்கவும் — கையேடு உலோகம் தேவை இல்லை.", + "index.feature_ocr": "OCR & உரை எடுத்துக்கொள்ளுதல்", + "index.feature_ocr_desc": "Azure ஆவண அறிவுத்தகங்கள் Scan செய்யப்பட்ட PDF மற்றும் படங்களை முழுமையாக தேடக்கூடிய உரையாக தானாகவே பற்றிய ஆக்கவியலாக்கத்தில் மாற்றுகிறது.", + "index.feature_pipelines": "தனிப்பயன் பைப்லின்கள்", + "index.feature_pipelines_desc": "குழப்பத்திற்கேற்ப அடிக்கோக்களுடன் செயலாக்க பைப்லின்களை உருவாக்கவும் - OCR, AI எடுத்துக்கொள்ளுதல், வடிவ மாற்றம், மற்றும் சேமிப்பு வழிமுறை எந்த வரிசையில்.", + "index.feature_search": "முழு உரை தேடல்", + "index.feature_search_desc": "உங்கள் முழு ஆவணத்தில் உள்ளடக்கம், மெட்டாடேட்டா, அல்லது குறித்தயைப் பயன்படுத்தி எந்த ஆவணத்தையும் உடனே தேடவும்.", + "index.feature_section_title": "செயற்கை ஆவண பைப்லின்களின் மூலம் உங்களுக்கு தேவைப்படும் அனைத்தும்", + "index.getting_started": "ஆரம்பிக்க", + "index.getting_started_1": "சிஸ்தம் நிலைமையின் மூலம் இணைப்புகளை கட்டமைக்கவும்", + "index.getting_started_2": "உங்கள் முதல் ஆவணத்தை உள்ளேற்றவும்", + "index.getting_started_3": "கோப்புகளில் விளைவுகளை மதிப்பீடு செய்யவும்", + "index.getting_started_learn": "DocuElevate பற்றி மேலும் அறியவும்", + "index.hero_description": "DocuElevate உங்கள் ஆவணங்களை புதுப்பிக்கிறது, OCR ஐ இயக்குகிறது, AI மூலம் மெட்டாடேட்டாவைப் பிரிக்கிறது மற்றும் கோப்புகளை Dropbox, Google Drive, OneDrive, S3, Nextcloud மற்றும் மேலும் பலவற்றிற்குத் திருப்புகிறது - எல்லா ஒன்றில் ஒரே தெளிவான குழாய পথে.", + "index.hero_heading": "உள்ளேற்றுவதிலிருந்து உள்ளமைவி - தானாகவே.", + "index.hero_login": "உள்நுழைக", + "index.hero_pricing": "யோசனைகள் & விலைகளைப் பார்க்கவும்", + "index.hero_signup": "தொடங்குங்கள் - இலவசம்", + "index.integrations_active": "செயலில் உள்ள இணைப்புகள்", + "index.integrations_storage": "பாதுகாப்பு நோக்கங்கள்", + "index.integrations_title": "இணைப்புகள்", + "index.integrations_view_status": "அமைப்பின் நிலையைப் பார்க்கவும்", + "index.page_title_dashboard": "காட்சி பலகை", + "index.page_title_public": "அறிவுப்பூர்வ ஆவணக் கையாளல்", + "index.platform_overview": "திட்டத்தின் மேலோட்டம்", + "index.processing_stats": "செயலாக்கம் தகவல்கள்", + "index.quick_actions": "பொதுத்துறை செயற்பாடுகள்", + "index.quick_documents": "என் ஆவணங்கள்", + "index.quick_documents_desc": "உங்கள் செயலாக்கப்பட்ட கோப்புகளை மீட்டெடுக்கவும்", + "index.quick_search": "மேம்பாடு", + "index.quick_search_desc": "ஆவணங்களுக்கு முழு உரை தேடு", + "index.quick_subscription": "என் சந்தா", + "index.quick_subscription_desc": "திட்டம் மற்றும் பயன்படுத்தும் விவரங்களைப் பார்வையிடவும்", + "index.quick_system_status": "அமைப்பு நிலைமை", + "index.quick_system_status_desc": "இணைப்பின் ஆரோக்கியத்தைச் சரிபார்க்கவும்", + "index.quick_upload": "ஆவணத்தை உள்ளேற்றவும்", + "index.quick_upload_desc": "புதிய கோப்பை செயலாக்கவும்", + "index.quick_view_files": "எல்லா கோப்புகளையும் பார்க்கவும்", + "index.quick_view_files_desc": "செயலாக்கப்பட்ட ஆவணங்களை மீட்டெடுக்கவும்", + "index.single_user_heading": "DocuElevate காட்சி பலகை", + "index.single_user_subtitle": "அறிவுப்பூர்வ ஆவணக் கையாளல் மற்றும் நிர்வாகம்", + "index.stat_active_integrations": "செயலில் உள்ள இணைப்புகள்", + "index.stat_active_users": "செயலில் உள்ள பயனர்கள்", + "index.stat_files_month": "இந்த மாதத்தில் கோப்புகள்", + "index.stat_files_ocr": "ஓசிஆர் கொண்ட கோப்புகள்", + "index.stat_files_today": "இன்று கோப்புகள்", + "index.stat_storage_targets": "பாதுகாப்பு நோக்கங்கள்", + "index.stat_this_month": "இந்த மாதம்", + "index.stat_today": "இன்று", + "index.stat_total_files": "மொத்த கோப்புகள்", + "index.stat_total_processed": "மொத்தமாக செயலாக்கப்பட்டது", + "index.tier_plan": "திட்டம்", + "index.tier_upgrade": "அதிகரிக்கவும்", + "index.tier_view_details": "முழு விவரங்களைப் பார்வையிடவும்", + "index.upgrade_daily_limits": "மேலான தினசரி & மாத வரம்புகள்", + "index.upgrade_description": "மேலும் ஆவணங்கள், மேலும் இடங்களை மற்றும் முன்னுரிமை ஆதரவுக்கு அணுகலை திறக்கவும்.", + "index.upgrade_destinations": "மேலும் சேமிப்பு இடங்கள்", + "index.upgrade_ocr_pages": "மேலும் OCR பக்கங்கள்", + "index.upgrade_plan": "உங்கள் திட்டத்தை மேம்படுத்தவும்", + "index.upgrade_view_pricing": "திட்டங்கள் & விலைங்கள் பார்க்கவும்", + "index.usage_lifetime": "உயிர்தாமத ஆவணங்கள்", + "index.usage_month": "இந்த மாதத்தில் ஆவணங்கள்", + "index.usage_my_usage": "என் பயன்பாடு", + "index.usage_today": "இன்றைய ஆவணங்கள்", + "index.usage_unlimited": "ஏதாவது வரம்பு இல்லை", + "integrations.access_key_label": "அறிகுறி கீடு ஐடி", + "integrations.active_label": "செயலில் உள்ளது", + "integrations.add_button": "ஏற்கனவே இணைப்பைச் சேர்க்கவும்", + "integrations.add_first_button": "உங்கள் முதல் இணைப்பைச் சேர்க்கவும்", + "integrations.api_token_label": "API சிறுவெள்ளி", + "integrations.authorize_btn": "அங்கீகாரம்", + "integrations.authorize_reauth": "மீண்டும் அங்கீகாரம்", + "integrations.bucket_label": "தொட்டி", + "integrations.configure": "அமைக்கவும்", + "integrations.connect": "இணைக்கவும்", + "integrations.connected": "இணைகப்பட்டது", + "integrations.connection_failed": "தொடர்பு தோல்வி", + "integrations.connection_success": "தொடர்பு வெற்றிகரமாக", + "integrations.delete_confirm_are_you_sure": "நீங்கள் அழிக்க விரும்புகிறீர்களா மிகவும் உறுதியாக", + "integrations.delete_confirm_title": "இணைப்பை அழிக்குமா?", + "integrations.delete_confirm_undone": "இந்த செயல்முறை திருத்த முடியாது.", + "integrations.delete_emails_label": "செயலாக்கத்தின் பிறகு மின் அஞ்சல்களை அழிக்கவும்", + "integrations.delete_files_label": "செயலாக்கத்தின் பிறகு கோப்புகளை அழிக்கவும்", + "integrations.destinations_quota_label": "சேமிப்பு இடங்கள்:", + "integrations.destinations_section": "இடங்கள்", + "integrations.direction_destination": "இலக்கு (சேமிப்பு)", + "integrations.direction_label": "திசை", + "integrations.direction_placeholder": "— தேர்வு செய் —", + "integrations.direction_source": "ச्रोत (இன்செஸ்டின்)", + "integrations.disconnect": "இணைப்புக் கவிழ்க்கவும்", + "integrations.email_settings": "மின்தாள் முன்னணி அமைப்புகள்", + "integrations.empty_state": "இயக்கங்கள் அமைக்கப்படவில்லை", + "integrations.endpoint_label": "எண் முனை URL", + "integrations.endpoint_optional": "(விருப்பமானது, S3 உடன் ஒத்த)", + "integrations.folder_label": "கோப்பு", + "integrations.folder_optional": "(விருப்பிய)", + "integrations.folder_path_label": "கோப்பு பாதை", + "integrations.folder_prefix_label": "கோப்பு முன்னுரிமை", + "integrations.generic_settings_hint": "இந்த இணைப்பு வகைக்கான அடிப்படைகள் உருவாக்கிய பிறகு API மூலமாக JSON ஆக வழங்கலாம்.", + "integrations.gmail_hint": "Gmail லேபிள்கள் & நட்சத்திரம்: இயக்கப்பட்டால், செயலாக்கப்பட்ட மின் அஞ்சல்கள் நட்சத்திரமாக அடையாளம் காணப்படும் மற்றும் Gmail இல் \"Ingested\" என்ற லேபிளுடன் குறிக்கப்படுவன. Gmail சேவைகளை மட்டுமே பயன்படுத்துங்கள்.", + "integrations.gmail_labels": "Gmail லேபிள்களை & நட்சத்திரங்களை முறைமை செய்", + "integrations.host_label": "ஹோஸ்ட்", + "integrations.imap_settings": "IMAP அமைப்புகள்", + "integrations.loading": "இணைப்புகளை ஏற்றுகிறது…", + "integrations.modal_close": "அந்த மாடலை மூடு", + "integrations.modal_title_add": "இணைப்பைச் சேர்க்கவும்", + "integrations.modal_title_edit": "இணைப்பைத் திருத்தவும்", + "integrations.name_label": "லேபிள்", + "integrations.name_placeholder": "எடுத்துக்காட்டு: வற்ற Gmail, S3 ஆவணம்", + "integrations.nextcloud_settings": "நெக்ஸ்ட்கிளவுச் அமைப்புகள்", + "integrations.nextcloud_url_label": "நெக்ஸ்ட்கிளவுயின் URL", + "integrations.no_integrations_body": "நீங்கள் IMAP போல உள்ளீட்டு மூலங்களையும், S3, Dropbox அல்லது Google Drive போன்ற சேமிப்பு இடங்களையும் இணைக்க உங்கள் முதன்மை சேர்க்கையை கொடுக்கவும்.", + "integrations.not_connected": "இணைக்கப்படவில்லை", + "integrations.oauth_folder_label": "அடைவுகள்", + "integrations.oauth_hint": "இந்த இணைப்பை முதலில் சேமிக்கவும், பிறகு OAuth அலைக்கலை முறையை முடிக்க Authorize பட்டனை பயன்படுத்தவும். உங்கள் பதிவுகள் உங்கள் தனிப்பட்ட இணைப்பு பதிவில் பாதுகாப்பாக சேமிக்கப்படும்.", + "integrations.page_title": "இயக்கங்கள்", + "integrations.paperless_settings": "டოკு பத்திரமில்லா NGX அமைப்புகள்", + "integrations.password_label": "கடவுச்சொல்", + "integrations.paused": "இடைநிறுத்தப்பட்டது", + "integrations.plan_label": "அமைப்பு:", + "integrations.port_label": "போர்", + "integrations.quota_not_available": "(கிடையாது)", + "integrations.quota_unlimited": "/ இம்மரியாதையற்றது", + "integrations.recipient_label": "பெறுநரின் மின்னஞ்சல்", + "integrations.region_label": "மண்டலம்", + "integrations.remote_path_label": "தூரப் பாதை", + "integrations.s3_prefix_label": "முதலில் (கோப்புறை பாதை)", + "integrations.s3_settings": "S3 அமைப்புகள்", + "integrations.secret_key_label": "மர்ம அணுகல் விசை", + "integrations.show_password": "கடவுச்சொல்லை காண்க", + "integrations.show_secrets": "மர்மங்களை காண்க", + "integrations.show_token": "கோடினை காண்க", + "integrations.source_local": "உள்ளூர் கோப்புலமை", + "integrations.source_type_label": "மூல வகை", + "integrations.sources_quota_label": "மின்னஞ்சல் மூலங்கள்:", + "integrations.sources_section": "மூலங்கள்", + "integrations.subtitle": "உங்கள் உள்ளீட்டு மூலங்களையும் சேமிப்பு இடங்களையும் ஒரே இடத்தில் நிர்வகிக்கவும்.", + "integrations.title": "இயக்கங்கள்", + "integrations.type_label": "இணைப்பு வகை", + "integrations.type_placeholder": "— முதலில் திசையை தேர்ந்தெடுக்கவும் —", + "integrations.upgrade_plan": "அமைப்பைப் மேம்படுத்தவும்", + "integrations.use_ssl": "SSL பயன்படுத்தவும்", + "integrations.username_label": "பயனர் பெயர்", + "integrations.watch_folder_settings": "கவனிக்கும் கோப்புறை அமைப்புகள்", + "integrations.webdav_settings": "WebDAV அமைப்புகள்", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook உள்ளீடு", + "integrations.webhook_how_heading": "Webhook உள்ளீடு எப்படி செயல்படுகிறது", + "integrations.webhook_how_text": "ஒரு webhook இணைப்பு வெளிப்புற அமைப்புகளுக்கு REST API மூலம் நன்றாக DocuElevate க்கு நேரடியாகப்பதிவுசெய்ய அனுமதிக்கிறது. DocuElevate புதிய கோப்புகளை (IMAP போன்றவை) வாசிக்கும் பதிலாக, உங்கள் பயன்பாடு HTTP கோரிக்கையை API கோடுடன் பயன்படுத்தி DocuElevate இல் கோப்புகளை அனுப்புகிறது.", + "integrations.webhook_ideal_text": "இது CI/CD குழாய்களை, ஆட்டோமேஷன் ஸ்கிரிப்ட்களை, ஸ்கேனர் இணைப்புகளை, அல்லது ஆவணங்களை உருவாக்கும் மற்றும் செயலாக்கத்திற்கு அனுப்ப வேண்டிய οποιοδήποτε அமைப்புக்கு மிகச் சிறந்தது.", + "integrations.webhook_quick_start": "திடீர் தொடக்கம்", + "integrations.webhook_security_tip": "ஒவ்வொரு இணைப்பிற்கும் தனிப்பட்ட API கோடு உருவாக்கவும், இதற்குப் பாதுகாக்கப்பட்டால் உடனேத் திறந்துவிடவும். கோடுகளை API Tokens பத்திரத்தில் கையாளலாம்.", + "integrations.webhook_step1": "{api_tokens_link} க்கு செல்லவும் மற்றும் ஒரு தனிப்பட்ட கோட்டை உருவாக்கவும்.", + "integrations.webhook_upload_with_token": "API மூலம் ஆவணங்களை பதிவேற்ற, உள்ளீடுகளை பயன்படுத்தவும்:", + "language.bg": "\u00021\f8\u0006C\u0002B\u0005D\u00030", + "language.ca": "Català", + "language.change_success": "மொழி {language} ஆக மாறியது", + "language.changed": "மொழி {language} ஆக மாறியது", + "language.cs": "\tA\tD\u0005D\u00002A\u0005D", + "language.da": "Dansk", + "language.de": "Deutsch", + "language.el": "\u000e6\u000005\u000b5\u00002E\u000b5\u00002E\u000030", + "language.en": "English", + "language.es": "Español", + "language.et": "Eesti", + "language.fi": "Suomi", + "language.fr": "Français", + "language.ga": "Gaeilge", + "language.hr": "Hrvatski", + "language.hu": "மக்யார்", + "language.is": "ஐஸ்லாந்து", + "language.it": "இத்தாலிய", + "language.lb": "லபெக்ஸ்", + "language.lt": "லிதுவியன்", + "language.lv": "லட்வியன்", + "language.nb": "நொர்வேஜியன்", + "language.nl": "நெதர்லாந்து", + "language.no_results": "எந்த மொழிகளும் கண்டறியப்படவில்லை", + "language.pl": "போலிஷ்", + "language.pt": "போர்ச்சுக்கீசு", + "language.ro": "ரோமானியா", + "language.ru": "ரஷ்யன்", + "language.search_placeholder": "மொழிகள் தேடவும்\u00065", + "language.selector": "மொழி", + "language.selector_label": "மொழியை தேர்வு செய்க", + "language.sk": "ஸ்லோவாக்கு", + "language.sl": "ஸ்லோவெனியன்", + "language.sv": "ஸ்வீடிய்ச்", + "language.tr": "துருக்கியல்", + "language.uk": "உக்ரைனிய", + "language.zh": "மொழி", + "nav.about": "பற்றி", + "nav.account_menu": "கணக்கு மெனு", + "nav.account_menu_for": "{name} க்கான கணக்கு மெனு", + "nav.admin": "நிர்வாகம்", + "nav.admin.audit_logs": "ஆடியோடு பதிவுகள்", + "nav.admin.backups": "மண்ரோசாய்", + "nav.admin.plans": "தமிழ்ப் திட்டங்கள்", + "nav.admin.scheduled_jobs": "அடைமொழியில் வேலைகள்", + "nav.admin.users": "பயனர்", + "nav.admin_actions": "நிர்வாக நடவடிக்கைகள்", + "nav.admin_menu": "நிர்வாக மெனு", + "nav.api_docs": "API ஆவணங்கள்", + "nav.api_tokens": "API டோக்கன்கள்", + "nav.backup_restore": "மண்ரோசாய் & மீட்டமை", + "nav.credentials": "அங்கீகாரம்", + "nav.dark_mode": " கறுப்புப் முறை", + "nav.dashboard": "டாஷ் போர்ட்", + "nav.developer_docs": "உதவியாளர் ஆவணங்கள்", + "nav.duplicates": "மாதிரியென்று", + "nav.file_manager": "கோப்பு மேலாளர்", + "nav.files": "கோப்புகள்", + "nav.get_started": "தொடங்குங்கள்", + "nav.help": "உறுதிஅஞ்சல்", + "nav.help_center": "உதவிக்கோவை", + "nav.imap": "மின்னஞ்சல் இறக்குமதி", + "nav.integrations": "ஒப்புங்கடுபாடு", + "nav.light_mode": "இளஞ்சிவப்பு முறை", + "nav.login": "உள்நுழையவும்", + "nav.logout": "உள்நுழைவேம்", + "nav.main_navigation": "முக்கிய வேளாண்மை", + "nav.my_subscription": "என் சந்தா", + "nav.notifications": "அறிவிப்புகள்", + "nav.open_main_menu": "முக்கிய மெனூவை திறக்கவும்", + "nav.pipelines": "புதிய குழிகள்", + "nav.plan_designer": "திட்ட வடிவமைப்பாளர்", + "nav.pricing": "விலை", + "nav.profile": "சுயவிவரம்", + "nav.profile_settings": "சுயவிவரம் அமைப்புகள்", + "nav.queue": "கொடுப்புகளை", + "nav.queue_monitor": "கொடுப்புகளை கண்காணிக்க", + "nav.scheduled_jobs": "தீர்மானமான வேலைகள்", + "nav.search": "தேடவும்", + "nav.settings": "அமைப்புகள்", + "nav.shared_links": "கிரகிக்கப்பட்ட இணشطுகள்", + "nav.sign_out": "வெளியேறுதல்", + "nav.signup": "பதிவு செய்யவும்", + "nav.similarity": "ஒத்துமை", + "nav.skip_to_content": "முக்கிய உள்ளடக்கத்திற்கு தவிர்த்து செல்லவும்", + "nav.status": "நிலையம்", + "nav.subscription": "பதிவு", + "nav.toggle_dark_mode": "இருண்ட முறை மாற்றவும்", + "nav.toggle_nav": "மெனுவை மாற்றவும்", + "nav.upload": "ஏற்றுமதி", + "nav.users": "பயனர்கள்", + "nav.version": "பதிப்பு தகவல்", + "notifications.filter_all": "அனைத்தும்", + "notifications.filter_read": "அனுப்பப்பட்டவை மட்டுமே", + "notifications.filter_unread": "அனுப்பப்படாதவை மட்டுமே", + "notifications.manage_desc": "உங்கள் அறிவிப்பு பெட்டி, இலக்குகள் மற்றும் நிகழ்வு விருப்பங்களை நிர்வகிக்கவும்", + "notifications.mark_all_read": "அனைத்தும் வாசித்ததாக குறிக்கவும்", + "notifications.mark_all_read_btn": "அனைத்தும் வாசிக்கப்பட்டதாக குறிக்கவும்", + "notifications.mark_read": "வாசித்ததாக குறிக்கவும்", + "notifications.no_notifications": "அறிவிப்புகள் இல்லை", + "notifications.page_title": "அறிவிப்புகள்", + "notifications.tab_inbox": "இணையத்தளம்", + "notifications.tab_settings": "அமைப்புகள்", + "notifications.title": "அறிக்கைகள்", + "notifications.unread_count": "{count} unread notifications", + "pipelines.active_label": "செயல்பு", + "pipelines.add_step_btn": "படியாக்கம் சேர்க்கவும்", + "pipelines.create": "பைப்லைன் உருவாக்கவும்", + "pipelines.custom_label_label": "தனிப்பயன் குறிச்சீட்டு", + "pipelines.default_label": "இயல்பான", + "pipelines.description_label": "விளக்கம்", + "pipelines.description_placeholder": "ஆர்பாட்டை விளக்கம்", + "pipelines.disabled_label": "நிரக்கப்பட்டுள்ளது", + "pipelines.edit": "பைப்லைன் தொகுத்தல்", + "pipelines.empty_state": "இன்னும் எந்த பைப்லைன்களும் இல்லை", + "pipelines.empty_state_hint": "தனிப்பயன் ஆவண செயலாக்க பணிகளைக் குறிக்க முதன்மை பைப்லைன் உருவாக்கவும்.", + "pipelines.enabled_label": "இயல்புநிலை", + "pipelines.force_cloud_ocr_label": "மேகம் OCR-ஐ கட்டாயமாக்கவும் (இருப்பிட உரை எடுக்க தவிர்க்கவும்)", + "pipelines.inactive_label": "செயலற்ற", + "pipelines.loading": "பைப்லைன்களை ஏற்றுகிறது…", + "pipelines.name_placeholder": "என் பைப்லைன்", + "pipelines.new_pipeline_btn": "புதிய பைப்லைன்", + "pipelines.no_steps": "எந்த படிகள் வரையறுக்கப்படவில்லை. உங்கள் பைப்லைனை உருவாக்கப் தொடங்க படியைச் சேர்.", + "pipelines.ocr_auto": "த AUTOMATIC (அமைப்பின் இயலின்)", + "pipelines.ocr_language_hint": "Tesseract/EasyOCR க்கு உலகளாவிய மொழி அமைப்பை மாறுக. Azure மற்றும் Mistral மொழியை தன்னிச்சையாக கண்டறிகிறது.", + "pipelines.ocr_language_label": "OCR மொழி", + "pipelines.optional_suffix": "(தேர்ந்தெடுக்கப்பட்டது)", + "pipelines.page_title": "செயலாக்க பைப்லைன்கள்", + "pipelines.set_default": "எனது இயல்பான பைப்லைனாக அமைக்கவும்", + "pipelines.step_label_placeholder": "இயல்பான படித் பெயரை மீண்டும் அமைக்கவும்", + "pipelines.step_type_label": "படி வகை", + "pipelines.subtitle_intro": "தனிப்பயன் ஆவண செயலாக்க பணிகளை வரையறுக்கவும் மற்றும் மேலாண்மை செய்யவும்.", + "pipelines.subtitle_system_post": "படிகுட்டு ஆகும் மற்றும் அனைத்து பயனர்களுக்கும் தெளிவானவை.", + "pipelines.subtitle_system_pre": "பதியுரையற்ற பைப்லைன்கள் (ஆட்மின்கள் உருவாக்கியவை) ஒரு", + "pipelines.system_label": "அமைப்பு", + "pipelines.system_pipeline_label": "அமைப்புப் பைப்லைன் (அனைத்து பயனர்களுக்கும் தெளிவானது)", + "pipelines.title": "செயலாக்க பைப்லைன்கள்", + "profile.avatar_alt": "உங்கள் சுயவிவரம் படம்", + "profile.avatar_heading": "சுயவிவரம் படம்", + "profile.avatar_remove": "கஸ்டம்அவதார் நீக்கு", + "profile.avatar_upload_hint": "JPEG, PNG, GIF, அல்லது WebP படம் 2 MB வரை அப்பெளியுங்கள். எந்த கஸ்டம் படம் அமைக்கப்படாவிட்டால், உங்கள் {gravatar} காட்டப்படும்.", + "profile.choose_image": "படத்தை தேர்ந்தெடுக்கவும்\n0\u0000A0\u0000A0\u0000A0\u0000A0\u0000A0\u0000A0\u0000A0\u0000A0\u0000A0\u0000A0\u0000A0", + "profile.confirm_password": "புதுப்பிப்புப் கடவுச்சொல்லை உறுதிப்படுத்தவும்", + "profile.contact_email_hint": "அமைப்பு அறிவிப்புகளுக்கு பயன்படுத்தப்படுகிறது. இது உங்கள் உள்நுழைவு மின்னஞ்சலை மாற்றாது.", + "profile.contact_email_label": "தொடர்பு / அறிவிப்பு மின்னஞ்சல்", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "தற்போதைய கடவுச்சொல்", + "profile.dismiss": "தள்ளு", + "profile.display_name_hint": "உங்கள் கணக்கு உள்நுழைவுப் பெயர் அல்லது மின்னஞ்சலைப் பயன்படுத்துவதற்கு வெறுமையில் விட்டுவிடவும்.", + "profile.display_name_label": "காட்சி பெயர்", + "profile.display_name_placeholder": "UI இல் காட்சி செய்யப்படும் உங்கள் பெயர்", + "profile.general_heading": "பொதுமணம்", + "profile.gravatar_link": "கிராவிட்டார்", + "profile.heading": "சுயவிவரம் அமைப்புகள்", + "profile.language_auto_detect": "தானாக கண்டறிதல் (தரவரிசியில்)", + "profile.language_hint": "உங்கள் விருப்பமான இடைமுக மொழியை தேர்ந்தெடுக்கவும். “தானாக கண்டறிதல்” உங்கள் தரவரிசை அமைப்புகளைப் பின்பற்றுகிறது.", + "profile.language_label": "UI மொழி", + "profile.new_password": "புதிய கடவுச்சொல்", + "profile.new_password_hint": "குறைந்தது 8 எழுத்துக்கள்.", + "profile.page_title": "சுயவிவரம் அமைப்புகள் – DocuElevate", + "profile.password_heading": "கடவுச்சொல்லை மாற்றவும்", + "profile.preferences_heading": "விருப்பங்கள்", + "profile.save_button": "மாற்றங்களைச் சேமிக்கவும்", + "profile.saving": "சேமிக்கவுள்ளது\u0000A0\u0000A0", + "profile.subtitle": "உங்கள் காட்சி பெயர், அவதார், மொழி மற்றும் தீம் விருப்பங்களைச் நிர்வகிக்கவும்.", + "profile.theme_dark": "இரவுக்கிரகம்", + "profile.theme_hint": "“தரவரிசை முதன்மை” உங்கள் சாதனத்தின் இருட்டு நிலை அமைப்பைப் பின்பற்றுகிறது.", + "profile.theme_label": "நிறப் திட்டம்", + "profile.theme_light": "ஒளி", + "profile.theme_system": "தரவரிசை முதன்மை", + "profile.update_password": "கடவுச்சொல்லை புதுப்பிக்கவும்", + "profile.updating": "மேம்படுத்துகிறேன்\u001f4C8", + "queue.active_tasks": "செயல்பாட்டு பணிகள்", + "queue.auto_refresh_1": "தான் மீள்பார்வை செய்யும்", + "queue.auto_refresh_2": "வினாடிகள்", + "queue.col_arguments": "அரிகைகள்", + "queue.col_current_step": "தற்போதைய படி", + "queue.col_file": "கோப்பு", + "queue.col_files": "கோப்புகள்", + "queue.col_queue": "கோடு", + "queue.col_state": "மாநிலம்", + "queue.col_task": "பணி", + "queue.col_task_id": "பணி ஐடி", + "queue.files_processing": "கோப்புகள் செயலாக்கம்", + "queue.heading": "கோடு கண்காணிப்பு", + "queue.last_updated": "கடைசி புதுப்பிக்கப்பட்டது:", + "queue.loading_stats": "கோடு புள்ளிவிபரங்கள் ஏற்றுகிறது\u0007...", + "queue.no_active_tasks": "செயல்பாட்டில் உள்ள பணிகள் இல்லை", + "queue.no_data": "தரவு இல்லை", + "queue.no_files_processing": "தற்போதைய சுளிகள் செயலாக்கப்படவில்லை", + "queue.page_title": "கோடு கண்காணிப்பு", + "queue.processing_pipeline": "செயலாக்க குழாய்", + "queue.queued_tasks": "கோடு செய்யப்பட்ட பணிகள்", + "queue.recently_processing": "இந்தியாவே செயலாக்கப்பட்ட கோப்புகள்", + "queue.redis_queues": "Redis கோடுகள்", + "queue.subtitle": "ஆவண செயலாக்க குழாய்கள் மற்றும் Celery பணிகள் ஆவணத்தின் நேரடி காட்சி.", + "queue.workers_online": "வேலைக்காரர்கள் ஆன்லைன்", + "search.button": "தேடு", + "search.error_message": "தேடல் தற்காலிகமாக கிடைக்கவில்லை. தயவுசெய்து ஒரு நிமிடம் கழித்து முயற்சிக்கவும்.", + "search.filter_aria_clear": "அனைத்து வடிகட்டிகளை அழிக்கவும்", + "search.filter_clear_button": "வடிகட்டிகளை அழிக்கவும்", + "search.filter_date_from": "தேதி முதல்", + "search.filter_date_to": "தேதி வரை", + "search.filter_document_type": "ஆவண வகை", + "search.filter_document_type_placeholder": "உதா. மின்னஞ்சல்", + "search.filter_language": "மொழி", + "search.filter_language_placeholder": "உதா. de", + "search.filter_sender": "அனுப்புநர்", + "search.filter_sender_placeholder": "உதா. ACME Corp", + "search.filter_tags": "லேபில்கள்", + "search.filter_tags_placeholder": "உதா. amazon", + "search.filter_text_quality": "உரை தரம்", + "search.filter_text_quality_all": "அனைத்து", + "search.filter_text_quality_high": "உயர்", + "search.filter_text_quality_low": "குறைந்த", + "search.filter_text_quality_medium": "மதியமான", + "search.filter_text_quality_no_text": "உரை இல்லை", + "search.heading": "ஆவண தேடல்", + "search.input_aria_label": "ஆவணங்களை தேடுங்கள்", + "search.input_placeholder": "உள்ளடக்கம், அனுப்புநர், குறிச்சொல்கள், வகை மூலம் ஆவணங்களை தேடுங்கள்...", + "search.loading_indicator": "தேடியிருக்கிறது\u0005", + "search.no_results": "எந்த முடிவு கிடைக்கவில்லை", + "search.page_title": "ஆவணங்களை தேடு", + "search.placeholder": "கோப்பு பெயர், உள்ளடக்கம், குறிச்சொல்கள் மூலம் தேடுங்கள்...", + "search.result_empty": "உங்களின் கோரிக்கைக்கு ஏற்ப எந்த ஆவணங்களும் கிடைக்கவில்லை.", + "search.results_count": "{count} முடிவுகள் கிடைத்தன", + "search.saved_aria_save": "தற்காலிகமான தேடலை சேமிக்கவும்", + "search.saved_button": "தற்போதையதை சேமிக்கவும்", + "search.saved_empty": "இன்னும் எந்த சேமிக்கப்பட்ட தேடல்களின் பட்டியல் இல்லை", + "search.saved_error": "சேமிக்கப்பட்ட தேடல்களை ஏற்று முடியவில்லை", + "search.saved_label": "சேமிக்கப்பட்ட தேடல்கள்", + "search.saved_loading": "எடுத்துக்கொண்டு இருக்கிறது...", + "search.title": "ஆவணங்களை தேடு", + "settings.audit_log_btn": "ஆடிட் லாஸ்", + "settings.autocomplete_hint": "ஏற்கனவே அறியப்பட்ட மதிப்புகளை தேடுவதற்காக தட்டச்சு செய்க, அல்லது எந்த தனிப்பயனர் மதிப்பை உள்ளிடவும்.", + "settings.autocomplete_no_matches": "எந்த பணி இல்லை — நீங்கள் இன்னும் தனிப்பயனர் மதிப்பை தட்டச்சு செய்யலாம்", + "settings.autocomplete_placeholder": "தேடுவதற்கு தட்டச்சு செய்க அல்லது ஒரு மதிப்பை உள்ளிடுக\u00005", + "settings.boolean_enable_prefix": "செயல்படுத்தவும்", + "settings.categories_aria": "அமைப்பு வகைகள்", + "settings.categories_heading": "வகைகள்", + "settings.db_wizard_btn": "DB விஷாரதம்", + "settings.effective_value_label": "ஆசிரிய மதிப்பு:", + "settings.encrypted_suffix": "= அமைதியிலுள்ளவற்றில் குழைத்தது", + "settings.encrypted_title": "மதிப்பு தரவுத்தளத்தில் அமைதியிலுள்ளது", + "settings.export_btn": "ஏற்றுமதி", + "settings.export_db_only": "DB அமைப்புகள் மட்டும்", + "settings.export_full_config": "முழுமையான செயல்பாட்டு அதிரை", + "settings.jump_to_category": "பகுதிக்கு ஓடவும்\u00005", + "settings.manage_config_prefix": "அமைப்பை மேலாண்மை செய்க. முன்னுரிமை:", + "settings.model_picker_hint": "பட்டியலில் இருந்து தேர்ந்தெடுக்கவும் அல்லது உங்கள் வழங்குநர் ஆதரிக்கும் எந்த மாதிரியையும் தட்டச்சு செய்யவும்.", + "settings.model_picker_placeholder": "சாதாரண மாதிரியை தேர்ந்தெடுக்கவும் அல்லது ஒரு அத்தியாயத்தை தட்டச்சு செய்யவும்...", + "settings.no_results_clear": "தேடலை தெளிவுபடுத்தவும்", + "settings.no_results_heading": "எந்த அமைப்புகளும் கிடைக்கவில்லை", + "settings.no_results_hint": "வேறொரு தேடல் சமயம் முயற்சிக்கவும் அல்லது", + "settings.page_heading": "ஆதார செயலிகள்", + "settings.required_label": "(தேவை)", + "settings.reset_confirm": "நீங்கள் இந்த அமைப்பை மீட்டமைக்க விரும்புகிறீர்களா?", + "settings.restart_required_suffix": "= மீண்டும் துவக்கம் தேவை", + "settings.revert_btn": "DB-இல் இருந்து நீக்கு", + "settings.revert_title": "DB மாறுதலை நீக்கு மற்றும் சூழல் மாறியாக அல்லது இயல்பாக இருப்பதில் மீட்கு", + "settings.reverting": "மீட்டுப்பெயர்த்தல்\u001a\u001c", + "settings.save_all_btn": "எல்லா மாற்றங்களும் சேமிக்கும்", + "settings.save_error": "அமைவுகளை சேமிக்க தோல்வி அடைந்தது", + "settings.save_setting_title": "இந்த அமைவை சேமிக்கவும்", + "settings.save_success": "அமைவு வெற்றிகரமாக சேமிக்கப்பட்டது", + "settings.saving_state": "சேமித்து கொண்டிருக்கிறது\u001a\u001c", + "settings.search_aria_label": "அமைவுகளை தேடு", + "settings.search_clear_aria": "தேடலை அழிக்கவும்", + "settings.search_placeholder": "பெயர், விசை, அல்லது விளக்கம் மூலம் அமைவுகளை தேடு\u0001A\u0001C", + "settings.settings_count_suffix": "அமைவுகள்", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "இயல்புநிலை", + "settings.source_env_badge": "ENV", + "settings.title": "அமைவுகள்", + "settings.toggle_visibility_aria": "பாஸ்வேர்டின் காண்பித்தலை மாற்றுங்கள்", + "settings.toggle_visibility_title": "மதிப்பை காண்பிக்க / மறைக்க", + "settings.user_autocomplete_empty": "ஒத்த பயனர்கள் இல்லை", + "settings.user_autocomplete_hint": "ஓது மூலம் உள்ள பயனர்களை தேடவும், அல்லது ஏதோ அடையாளத்தை கையேடு மூலம் உள்ளிடவும்.", + "settings.user_autocomplete_placeholder": "பயனர்களை தேட சிறந்தவை தட்டச்சு செய்யவும்\u0001A\u0001C", + "settings.wizard_btn": "மந்திரி", + "shared.col_expiry": "காலாவதியானது", + "shared.col_file_label": "கோப்பு / குறிச்சொல்", + "shared.col_link": "இணைப்பு", + "shared.col_views": "காண்பிக்கைகள்", + "shared.copy_link_aria": "கட்டையிடம் இணைப்பை நகலெடுக்கவும்", + "shared.copy_link_title": "இணைப்பை நகலெடுத்து", + "shared.create_btn": "இணைப்பு உருவாக்கவும்", + "shared.create_heading": "புதிய பகிர்வு இணைப்பு உருவாக்கவும்", + "shared.creating": "உருவாக்குகிறது\u0001A\u0001C", + "shared.expiry_12h": "12 மணி நேரங்கள்", + "shared.expiry_14d": "14 நாட்கள்", + "shared.expiry_1h": "1 மணி நேரம்", + "shared.expiry_24h": "24 மணி நேரங்கள் (1 நாடு)", + "shared.expiry_30d": "30 நாட்கள்", + "shared.expiry_3d": "3 நாட்கள்", + "shared.expiry_6h": "6 மணி நேரங்கள்", + "shared.expiry_7d": "7 நாட்கள்", + "shared.expiry_label": "காலாவதியானது", + "shared.expiry_never": "எவ்வெண்ணும்", + "shared.file_id_help_post": "முகப்பு அல்லது ஆவண விவரம் URL-ல்.", + "shared.file_id_help_pre": "கோப்பு ஐடி ஐ கண்டறியவும்", + "shared.file_id_label": "கோப்பு ஐடி", + "shared.file_id_placeholder": "உதாரணம்: 42", + "shared.files_link": "கோப்புகள்", + "shared.heading": "பகிரப்பட்ட இணைப்புகள்", + "shared.label_label": "லேபிள்", + "shared.label_placeholder": "உதாரணம்: பாப்தோடு பகிர்ந்தது", + "shared.link_created": "பகிரப்பட்ட இணைப்பு உருவாக்கப்பட்டது!", + "shared.link_created_help": "இந்த இணைப்பை நகலெடுத்து பெறுநருக்கு அனுப்பவும்.", + "shared.links_count_aria": "இணைப்புகள் எண்ணிக்கை", + "shared.max_downloads_label": "மேற்கொண்டு பதிவிறக்கல்கள்", + "shared.no_links": "என்னோம் பகிரப்பட்ட இணைப்புகள் இல்லை. தொடங்க உள்ளமேல் ஒன்று உருவாக்கவும்.", + "shared.open_in_new_tab": "புதிதாக உள்ளிவெணில் திற", + "shared.open_link_aria": "பகிரப்பட்ட இணைப்பை திற", + "shared.optional": "(தெரிவுசெய்யப்பட்ட)", + "shared.page_title": "பகிரப்பட்ட இணைப்புகள் – DocuElevate", + "shared.password_label": "கடவுச்சொல்", + "shared.password_placeholder": "கடவுச்சொல்லுக்கு வெறுமென விட", + "shared.password_protected": "கடவுச்சொல்லால் பாதுகாக்கப்பட்டது", + "shared.refresh_aria": "பகிரப்பட்ட இணைப்புகளை நோக்கு புதுப்பிக்க", + "shared.revoke_aria_prefix": "பகிரப்பட்ட இணைப்பை ரத்துசெய்யவும்", + "shared.revoke_btn": "ரத்துசெய்யவும்", + "shared.status_active": "செயல்பாட்டில்", + "shared.status_expired": "காலாவதியாகியுள்ளது", + "shared.status_limit_reached": "வரம்பு அடைந்தது", + "shared.status_revoked": "ரத்துசெய்யப்பட்டது", + "shared.subtitle": "ஒரு காலஅவரையினால் அல்லது காட்சியினால் வரையறுக்கப்பட்ட இணைப்பின் மூலம் எந்த ஆவணங்களையும் பகிரவும். பெறுநர்கள் DocuElevate கணக்கினை தேவைப்படவில்லை. இணைப்புகள் கடவுச்சொல்லால் பாதுகாக்கப்படலாம் மற்றும் எப்போது வேண்டுமானாலும் ரத்துசெய்யப்படலாம்.", + "shared.table_aria": "பகிரப்பட்ட இணைப்புகள்", + "shared.unlimited_placeholder": "முடிவு", + "shared.your_links": "உங்கள் பகிரப்பட்ட இணைப்புகள்", + "similarity.backfill_auto": "பின்னணி பணிகள் அவற்றைப் தானாகவே 5 நிமிடங்களில் ஒன்றியாக கணக்கீடு செய்யும், அல்லது நீங்கள்", + "similarity.files_missing_text": "கோப்பு(கள்) இங்கு OCR உரை உள்ளது ஆனால் எந்த எம்பெட்டிங் இல்லை.", + "similarity.find_pairs_btn": "இணைப்புகளை கண்டறி", + "similarity.heading": "ஆவண ஒத்திருக்கம்", + "similarity.load_error": "இணைப்புகளை ஏற்றுவதில் தோல்வி.", + "similarity.min_similarity_label": "குறைந்தபட்ச. ஒத்திருக்கம்", + "similarity.no_pairs_detail": "ஒப்பிடுபவர்கள் எண்ணிக்கையை அதிகரிக்கும் எந்த ஆவண அணுகுமுறைகள் இல்லை.", + "similarity.no_pairs_heading": "ஒத்த இணைப்புகள் கண்டறியப்படவில்லை", + "similarity.page_title": "ஆவண ஒப்பீடு - DocuElevate", + "similarity.pagination_aria": "ஒப்பீட்டு ஜோடிகள் பக்க வினியோகம்", + "similarity.per_page_label": "ஒரு பக்கத்திற்கு", + "similarity.scanning": "ஒத்த ஆவணங்களின் ஜோடிகள் மேற்பார்வை செய்வது\n", + "similarity.stat_embedding_model": "எம்பெடிங் மாதிரி", + "similarity.stat_missing_embedding": "எம்பெடிங் காணவில்லை", + "similarity.stat_total_files": "மொத்த கோப்புகள்", + "similarity.stat_with_embedding": "எம்பெடிங்குடன்", + "similarity.subtitle": "உயர்ந்த பொருள் ஒப்பீடு கொண்ட ஆவணங்களின் ஜோடிகள், மதிப்பீடு அடிப்படையில் வரிசைப்படுத்தப்பட்டது.", + "similarity.trigger_aria": "எம்பெடிங் கணக்கீட்டை விடுபட்ட அனைத்து கோப்புகளுக்கு இயக்கவும்", + "similarity.trigger_now": "இப்போது தொடங்கு", + "status.app_version": "பயன்பாடு பதிப்பு", + "status.build_date": "கட்டமைப்பு தேதி", + "status.container_id": "கொண்டேற்ற அடைவு", + "status.git_commit": "Git உறுதிப்படுத்துதல்", + "status.last_check": "கடைசி சரி", + "status.page_title": "அமைப்பு நிலை", + "status.setting_label": "அமைப்பு", + "status.value_label": "மதிப்பு", + "subscription.available_plans_heading": "கிடைக்க கூடிய திட்டங்கள்", + "subscription.back_to_dashboard": "டாஷ்போர்ட்க்கு திரும்பவும்", + "subscription.cancel_pending": "மாற்றத்தை ரத்து செய்", + "subscription.cancel_scheduled": "அட்டவணைப்படுத்தப்பட்ட மாற்றத்தை ரத்து செய்", + "subscription.contact_sales": "விற்பனை தொடர்புகொள்ளவும்", + "subscription.current_badge": "தற்போதைய", + "subscription.current_plan": "தற்போதைய திட்டம்", + "subscription.current_plan_cta": "உங்கள் தற்போதைய திட்டம்", + "subscription.downgrade_to_prefix": "இறங்குவதற்கு", + "subscription.features_heading": "உங்கள் திட்டத்தில் என்ன உள்ளது", + "subscription.free": "இலவசம்", + "subscription.heading": "என் சந்தா", + "subscription.keep_plan_prefix": "சேர்", + "subscription.lifetime_files": "மொத்த கோப்புகள் (ஆயுள்)", + "subscription.month_files": "இந்த மாத கோப்புகள்", + "subscription.more_features_label": "மேலும்", + "subscription.page_title": "என் சந்தா – DocuElevate", + "subscription.pending_badge": "காத்திருக்கிறது", + "subscription.pending_benefits": "நீங்கள் அப்போதுவரை அனைத்து தற்போதைய திட்ட நன்மைகளை காக்கின்றீர்கள்.", + "subscription.pending_on": "இன்றுக்கு", + "subscription.pending_title": "காத்திருக்கும் திட்ட மாற்றம் அட்டவணைப்படுத்தப்பட்டுள்ளது", + "subscription.pending_will_change": "உங்கள் திட்டம் இதற்கு மாற்றப்படும்", + "subscription.per_mo": "/மாதம்", + "subscription.per_month": "/மாதம்", + "subscription.since": "தொடக்கம்", + "subscription.single_user_body": "பல பயனர் முறையில் செயலாக்கம் செயல்பாட்டில் இருக்கும்போது சந்தா நிலைகள் செயல்படுத்தப்படும். உங்கள் செயலி தற்போது ஒருஒரிய பயனர் முறையில் செயல்படுகிறது, எந்த செயலாக்கக் கட்டுப்பாடுகளும் இல்லை. ஒரு நிர்வாகி {settings_link} மூலம் பல பயனர் முறையை இயக்கலாம்.", + "subscription.single_user_title": "பல பயனர் முறை இயக்கப்படவில்லை.", + "subscription.subtitle": "உங்கள் தற்போதைய திட்டம், பயன்படுத்தல் மற்றும் கிடைக்கக் கூடிய மேம்பாடுகள்.", + "subscription.this_month_label": "இந்த மாதம்", + "subscription.today_files": "இன்று கோப்புகள்", + "subscription.today_label": "இன்று", + "subscription.unlimited": "எல்லா வரம்பும் இல்லை", + "subscription.upgrade_info": "மேம்பாடுகள் உடனடி விளைவுகளை ஏற்படுத்துகின்றன. இறங்குமைகள் உங்கள் தற்போதைய விலைச்சட்டம் முடிவுக்கு காத்திருக்கும்.", + "subscription.upgrade_to_prefix": "மேம்படுத்த உதவுங்கள்", + "subscription.usage_heading": "பயன்பாடு", + "upload.browse_button": "கோப்புகளை உலாவு", + "upload.button_processing": "மருத்துவமுறை...", + "upload.camera_button": "படம் எடுக்க / ஆவணத்தை ஸ்கேன் செய்ய", + "upload.download_button": "தரவிறக்கம் மற்றும் செயல verarbeitet", + "upload.downloading": "URL இல் இருந்து கோப்பு தரவிறக்கம் செய்யப்படுகிறது...", + "upload.drag_drop": "இங்கே கோப்புகளை இடுப்பதற்கான கிளிக்கவும் அல்லது இங்கு இழுக்கவும்", + "upload.drop_hint_desktop": "இங்கே கோப்புகள் அல்லது கோப்பகம் இடுங்கள், அல்லது கோப்புகளை தேர்வு செய்ய கிளிக் செய்யவும்.", + "upload.drop_hint_mobile": "கோப்புகளை தேர்வுசெய்ய தொடுங்கள் அல்லது கீழே உள்ள கேமரா நெடுக்கவும்.", + "upload.drop_zone_aria": "கோப்பு பதிவேற்ற மண்டலம்.இங்கே கோப்புகளை இழுக்கவும், அல்லது கோப்புகளை உலாவ பதிவுக்கான உள்ளீட்டை அழுத்தவும்.", + "upload.error": "பதிவேற்றம் தோல்வி", + "upload.error_invalid_url": "தவறு URL வடிவம்", + "upload.error_url_required": "தயவுசெய்து ஒரு URL தொகுத்து", + "upload.file_size_hint": "அதிகபட்ச அளவு: 500 MB ஒரே கோப்புக்கு", + "upload.file_types": "அவைகளுக்கு அனுமதிக்கப்பட்ட வகைகள்: PDF, அலுவலக ஆவணங்கள் (Word, Excel, PowerPoint, ஆகியவை), படங்கள்", + "upload.filename_description": "URL இல் இருந்து கோப்புப் பெயரைப் பயன்படுத்த காலியாகவும்", + "upload.filename_label": "கோப்புப் பெயர் (விருப்பமான)", + "upload.filename_placeholder": "my-document.pdf", + "upload.max_size": "அதிகபட்ச கோப்பு அளவு: {size}", + "upload.page_title": "கோப்புகளை பதிவேற்றவும்", + "upload.section_device": "பணியாளர் இருந்து பதிவேற்றவும்", + "upload.section_url": "URL மூலம் பதிவேற்றவும்", + "upload.select_file": "கோப்பை தேர்வு செய்யவும்", + "upload.success": "கோப்பு வெற்றியான முறையில் பதிவேற்றப்பட்டது", + "upload.title": "ஆவணம் பதிவேற்றவும்", + "upload.uploading": "பதிவேற்றப்படுகிறது...", + "upload.url_description": "ஒரு கோப்பிற்கான நேரடி இணையை உள்ளிடவும் (PDF, ஆபிஸ் ஆவணங்கள், அல்லது gambar)", + "upload.url_label": "கோப்பு URL", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/te.json b/frontend/translations/te.json new file mode 100644 index 00000000..fc03258e --- /dev/null +++ b/frontend/translations/te.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "సృష్టికర్తను కలవండి", + "about.creator_name": "క్రిస్టియన్ క్రాక్‌లు-లూయిస్", + "about.creator_pre": "డొక్యుఎలివేట్ అభిలాషతో అభివృద్ధి చేయబడింది", + "about.features_admin_api": "కార్యకరమైన REST API ప్రోగ్రామాటిక్ యాక్సెస్ కోసం", + "about.features_admin_config": "పర్యావరణ చలనాలు ద్వారా అధికంగా నిర్వహణযোগ্য", + "about.features_admin_docker": "సులభమైన మోహరించడం మరియు స్కేలింగ్ కోసం డాకర్-సిద్ధం", + "about.features_admin_heading": "ప్రభుత్వం", + "about.features_admin_oauth2": "ఆథెంటిక్‌తో OAuth2 ప్రమాణీకరణ మద్దతు", + "about.features_automation_background": "రెడిస్ మరియు సెలరీతో నేపథ్య ప్రాసెసింగ్", + "about.features_automation_gmail": "గ్మెయిల్ మరియు సాధారుణ ఇమెయిల్ ఖాతా సమీకరణ", + "about.features_automation_heading": "ఆటోమేషన్", + "about.features_automation_imap": "చాలా వనరుల నుండి IMAP ఇన్‌బాక్స్ పోలింగ్", + "about.features_automation_ingestion": "వివిధ ఇన్‌పుట్‌ల నుండి ఆటోమేటెడ్ డాక్యుమెంట్ ఇంజెక్షన్", + "about.features_heading": "కీ ఫీచర్లు", + "about.features_integration_cloud": "క్లౌడ్ భద్రత: డ్రాప్‌బాక్స్, గూగుల్ డ్రైవ్, వన్‌డ్రైవ్, అమెజాన్ S3", + "about.features_integration_heading": "ఏకీకరణ & స్టోరేజ్", + "about.features_integration_multi_dest": "బహుళ ప్రదేశాల మద్దతు (అనేక ప్రదేశాలలో డాక్యుమెంట్లను నిల్వ చేయండి)", + "about.features_integration_protocols": "మార్పిడి ప్రోటోకాళ్లు: FTP, SFTP, ఇమెయిల్ ఫార్వార్డింగ్", + "about.features_integration_selfhosted": "స్వయం-హోస్టెడ్ ఆప్షన్లు: నెక్ట్‌క్లౌడ్, పేపర్‌లెస్ NGX, వెబ్‌డావ్", + "about.features_processing_classification": "బుద్ధిమంతమైన డాక్యుమెంట్ వర్గీకరణ మరియు తేదీ గుర్తింపులు", + "about.features_processing_heading": "డాక్యుమెంట్ ప్రాసెసింగ్", + "about.features_processing_metadata": "ఒక ప్లగ్‌బుల్ AI ప్రొవైడర్‌ను ఉపయోగించి ఆటోమేటెడ్ మెటాడేటా గుర్తింపులు", + "about.features_processing_ocr": "ఆజూర్ డాక్యుమెంట్ ఇంటెలిజెన్స్ ద్వారా శక్తిమంతమైన OCR", + "about.features_processing_pdf": "వివిధ ఫైల్ ఫార్మాట్‌లకు PDF మార్చడం గోటెన్‌బెర్గ్ ద్వారా", + "about.features_processing_upload": "డ్రాగ్ & డ్రాప్ మద్దతుతో సరళమైన మరియు భద్రతా ఫైల్ అప్‌లోడులు", + "about.github_logo_alt": "గిట్హబ్ లోగో", + "about.heading": "డొక్యుఎలివేట్ గురించి", + "about.intro_post": " – మీ આધునిక, మేధస్సు పరిష్కారం డాక్యుమెంట్ ప్రాసెసింగ్‌కు! మీ డాక్యుమెంట్లను హ్యాండిల్ చేసే విధానాన్ని పూర్తిగా మార్చడానికి డొక్యుఎలివేట్‌ను మేము నిర్మించాము – అప్‌లోడ్ నుండి తీసుకోవడం, ప్రాసెసింగ్ నుండి నిల్వ వరకు.", + "about.intro_pre": "స్వాగతం", + "about.involved_description": "కోడ్‌లో తేది పెట్టాలనుకుంటున్నారా, ఆలోచనలు కేటాయించాలనుకుంటున్నారా, లేదా డొక్యుఎలివేట్ గురించి మరింత తెలుసుకోవాలనుకుంటున్నారా?", + "about.involved_docs": "పుస్తకాన్ని చదవండి", + "about.involved_github": "గిట్హబ్‌లో డొక్యుఎలివేట్‌ని చూడండి", + "about.involved_heading": "తదుపరి", + "about.involved_website": "డొక్యుఎలివేట్ వెబ్‌సైట్‌కు జరగండి", + "about.legal_description": "మేము మీ గోప్యత మరియు డేటా భద్రత గురించి ఆందోళనతో ఉన్నాము. దయచేసి మా పరమైన పర్యవేక్షించండి:", + "about.legal_heading": "గోప్యత & చట్టబద్ధత", + "about.legal_license": "లైసెన్స్ సమాచారం", + "about.legal_privacy": "గోప్యతా సమాచారం", + "about.page_title": "డొక్యుఎలివేట్ గురించి", + "about.story_heading": "మా కధ", + "about.story_p1": "డోక్యూ ఎలివేట్ ఒక లక్ష్యంతో తయారుచేయబడింది: మీకు चाहे pequeno ప్రారంభం లేదా పెద్ద సంస్థ అయినా, డోక్యుమెంట్ నిర్వహణను సులభతరం మరియు సమర్థవంతంగా చేయడం.", + "about.story_p2": "మేము మెటాడేటా ఎగుప్పు మరియు వాక్య శుద్ధి కోసం ప్లగ్ చేసుకునే AI ప్రొవైడర్స్ (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey మరియు మరిన్ని) శక్తిని ఉపయోగిస్తున్నాము, నిల్వ మరియు సూచిక కోసం Dropbox, Nextcloud మరియు Paperless NGX తో సమన్వయంగా ఇంటిగ్రేట్ చేస్తాము, OCR కోసం Azure డోక్యుమెంట్ ఇంటెలిజెన్స్ను వాడుతాం మరియు ఫైల్-నుండి-PDF మార్పిడి కోసం Gotenberg ని కూడా ఉపయోగిస్తాము.", + "api_tokens.col_created": "సృష్టించారు", + "api_tokens.col_last_ip": "చివరి IP", + "api_tokens.col_last_used": "చివరిగా వాడినవి", + "api_tokens.col_name": "పేరు", + "api_tokens.col_prefix": "టోకెన్ ప్రిఫిక్స్", + "api_tokens.copy_to_clipboard": "టోకెన్ ను క్లిప్బోర్డుకు కాపీ చేయండి", + "api_tokens.copy_upload_example": "కాపీ అప్లోడ్ ఉదాహరణను క్లిప్బోర్డుకు", + "api_tokens.copy_warning_1": "ఈ టోకెన్‌ను ఇప్పుడు కాపీ చేయండి — ఇది", + "api_tokens.copy_warning_2": "మరలా చూపించబడదు", + "api_tokens.create_heading": "కొత్త టోకెన్ సృష్టించండి", + "api_tokens.create_token": "టోకెన్ సృష్టించండి", + "api_tokens.creating": "సృష్టిస్తున్నాము\u00002026", + "api_tokens.heading": "API టోకెన్లు", + "api_tokens.intro": "డోక్యూ ఎలివేట్ API తో కార్యక్రమాత్మకంగా పరస్పర చర్య కోసం వ్యక్తిగత API టోకెన్లను సృష్టించండి. వెబ్‌హుక్ అప్లోడ్లు, CI/CD పైప్‌లైన్లు లేదా డోక్యుమెంట్స్ అప్లోడ్ లేదా పొందడంపై అవసరమైన ఏదైనా స్క్రిప్ట్ కోసం టోకెన్లను ఉపయోగించండి.", + "api_tokens.loading_tokens": "టోకెన్లు లోడ్ అవుతున్నాయి\u00002026", + "api_tokens.never": "ఎప్పుడూ కాదు", + "api_tokens.no_tokens_heading": "ఇంతవరకూ ఎలాంటి API టోకెన్లు లేవు", + "api_tokens.no_tokens_help": "ప్రారంభం కోసం మీ మొదటి టోకెన్‌ను ముప్ఫెరని సృష్టించండి.", + "api_tokens.page_title": "API టోకెన్లు - డోక్యూ ఎలివేట్", + "api_tokens.revoke": "నేలవేయండి", + "api_tokens.revoke_prefix": "టోకెన్‌ను నేలవేయండి", + "api_tokens.status_active": "చోద్యం", + "api_tokens.status_revoked": "నెలవేయబడింది", + "api_tokens.table_aria": "API టోకెన్లు", + "api_tokens.token_created": "టోకెన్ విజయవంతంగా సృష్టించబడింది!", + "api_tokens.token_name_label": "టోకెన్ పేరు", + "api_tokens.token_name_placeholder": "ఉదా. CI పైప్లైన్, వెబ్‌హుక్ అప్లోడ్, నా స్క్రిప్ట్", + "api_tokens.usage_heading": "ఉపయోగ ఉదాహరణ", + "api_tokens.usage_intro_post": "ఏమైనైనా API అభ్యర్ధనతో హెడర్:", + "api_tokens.usage_intro_pre": "మీ API టోకెన్‌ను ఉపయోగించండి", + "api_tokens.your_tokens": "మీ టోకెన్లు", + "app.name": "డోక్యూ ఎలివేట్", + "audit.col_ip": "IP", + "audit.col_resource": "వనరు", + "audit.col_timestamp": "సమయ ముద్ర", + "audit.critical": "క్రిటికల్", + "audit.filter_action": "చర్య", + "audit.filter_all_actions": "అన్ని చర్యలు", + "audit.filter_all_users": "అన్ని వినియోగదారులు", + "audit.filter_resource_placeholder": "ఉదా. పత్రం, వినియోగదారు", + "audit.filter_resource_type": "సంపత్తి రకం", + "audit.filter_severity": "తీవ్రత", + "audit.filter_user": "వినియోగదారు", + "audit.filters_section_label": "ఆడిట్ లాగ్ ఫిల్టర్లు", + "audit.next": "మరుసటిది", + "audit.next_label": "మరుసటి పేజీ", + "audit.no_events": "ఇప్పటివరకు ఎలాంటి ఆడిట్ ఈవెంట్స్ నమోదు చేయబడలేదు.", + "audit.no_events_hint": "ప్రాముఖ్యమైన చర్యలు (లాగిన్‌లు, పత్రపు కార్యాచరణలు, సెటింగ్‌లలో మార్పులు) ఇక్కడ చూపబడతాయి.", + "audit.page_title": "ఆడిట్ లాగ్‌లు - డాక్యూ ఎలివేట్", + "audit.pagination_label": "ఆడిట్ లాగ్ పేజీకాలం", + "audit.prev": "మునుపటి", + "audit.prev_label": "మునుపటి పేజీ", + "audit.refresh_label": "ఆడిట్ లాగ్‌లను తాజాఉంచు", + "audit.siem_disabled_title": "SIEM ఇచ్చే నియమం అచంచితమైంది", + "audit.siem_enabled_title": "ఈవెంట్‌లు ఈ చిరునామాకు పంపబడుతున్నాయి ", + "audit.siem_off": "SIEM: ఆఫ్", + "audit.subtitle": "ప్రాముఖ్యత కలిగిన పటిష్ట చర్యల యొక్క సమగ్ర, సవరించేవి మాత్రమే ఇవ్వబడిన రికార్డు.", + "audit.table_label": "ఆడిట్ లాగ్ ఈవెంట్స్", + "audit.title": "ఆడిట్ లాగ్‌లు", + "auth.confirm_password": "సంమత పాస్‌వర్డ్", + "auth.create_account": "ఖాతాను సృష్టించండి", + "auth.display_name_label": "ప్రదర్శన పేరు", + "auth.email_label": "ఇమెయిల్", + "auth.forgot_password": "పాస్‌వర్డ్ మర్చిపోయామా?", + "auth.forgot_username": "వినియోగదారునామా మర్చిపోయామా?", + "auth.login": "లాగ్ ఇన్", + "auth.login_title": "లాగ్ ఇన్", + "auth.logo_alt": "డాక్యూ ఎలివేట్ లోగో", + "auth.logout": "లాగ్ అవుట్", + "auth.my_account": "నేను ఖాతా", + "auth.no_account": "ఖాతా లేకపోయిందా?", + "auth.or_continue_with": "కాంటిన్యూము", + "auth.password_label": "పాస్‌వర్డ్", + "auth.profile": "ప్రొఫైల్", + "auth.remember_me": "నాకు మర్చిపోలేరు", + "auth.return_home": "మూసు పుట్టాయి", + "auth.sign_in": "సైన్ ఇన్", + "auth.sign_in_sso": "SSO తో సైన్ ఇన్", + "auth.sign_in_with": "తో సైన్ ఇన్", + "auth.sign_in_with_username": "ఉపయోగकर्ता పేరుతో సైన్ ఇన్", + "auth.signup": "సైన్ అప్", + "auth.signup_title": "సైన్ అప్", + "auth.username_label": "ఉపయోగकर्ता పేరు", + "auth.username_or_email": "ఉపయోగकर्ता పేరు లేదా ఇమెయిల్", + "auth.verify_email_back_sign_in": "సైన్ ఇన్‌కు వెళ్ళండి", + "auth.verify_email_expiry": "లింక్ 24 గంటల పాటు చెల్లిణింది. మీరు ఇమెయిల్ చూడకపోతే, మీ స్పామ్ ఫోల్డర్‌ను చూడండి.", + "auth.verify_email_heading": "మీ ఇన్‌బాక్స్‌ను పరిశీలించండి", + "auth.verify_email_message": "మేము మీకు ఒక నిర్ధారణ ఇమెయిల్ పంపించారు. దయచేసి మీ ఖాతాను ప్రారంభించేందుకు ఇమెయిల్‌లోని లింక్‌పై క్లిక్ చేయండి.", + "auth.verify_email_page_title": "DocuElevate - మీ ఇమెయిల్‌ని ధృవీకరించండి", + "auth.verify_email_resend_aria_label": "మరుగు పంపించడానికి ఇమెయిల్ చిరునామా", + "auth.verify_email_resend_button": "నిర్ధారణ ఇమెయిల్‌ను మరుగుగా పంపించండి", + "auth.verify_email_resend_label": "ఇమెయిల్ చిరునామా", + "auth.verify_email_resend_placeholder": "మీ ఇమెయిల్ చిరునామాను నమోదు చేయండి", + "auth.verify_email_resend_prompt": "అది అందలేదు?", + "backup.archives_heading": "బ్యాకప్ ఆర్కైవ్స్", + "backup.backup_now": "ఇప్పుడు బ్యాకప్ చేయండి", + "backup.clean_up": "శుభ్రం చేయండి", + "backup.cleanup_title": "ప్రస్తుత రిటెన్షన్ క్లీన్ అప్ నడిపించండి", + "backup.col_created": "సృష్టించబడింది", + "backup.col_filename": "ఫైల్ పేరు", + "backup.col_size": "అలేదు", + "backup.col_storage": "సాంజాల స్థలం", + "backup.col_type": "ప్రకం", + "backup.config_auto_backup": "ఆటో-బ్యాకప్", + "backup.config_remote_dest": "ప్రతిభాష గమ్యం", + "backup.config_retention": "రక్షణ", + "backup.config_total_size": "మొత్తం స్థానిక పరిమాణం", + "backup.confirm_btn": "నిర్ధారించండి", + "backup.confirm_title": "క్రియను నిర్ధారించండి", + "backup.heading": "బ్యాకప్ నిర్వహణ", + "backup.local_only": "లోకల్ మాత్రమె", + "backup.no_backups": "ఇంకా బ్యాకప్‌లు లేవు.", + "backup.no_backups_hint": "మీ మొదటి బ్యాకప్‌ను సృష్టించడానికి ఇప్పుడు బ్యాకప్ క్లిక్ చేయండి.", + "backup.page_title": "బ్యాకప్ నిర్వహణ", + "backup.records_label": "రికార్డు", + "backup.restore_btn": "పునస్థాపించు", + "backup.restore_desc_mid": "డేటాబేస్‌ను పునస్థాపించడానికి బ్యాకప్ ఆర్కివ్.", + "backup.restore_desc_pre": "ఒకదాన్ని అప్‌లోడ్ చేయండి", + "backup.restore_desc_warning": "ఇది ప్రస్తుత డేటాను అన్ని ముంచేస్తుంది.", + "backup.restore_file_label": "బాకప్ ఆర్కైవ్ (.db.gz)", + "backup.restore_heading": "ఫైల్ నుండి పునరుద్ధరించు", + "backup.restoring": "పునరుద్ధరించుచు\n", + "backup.retention_daily_detail": "\u0013 3 వారాలకు ఉంచబడుతుంది", + "backup.retention_heading": "ఉక్కు విధానం", + "backup.retention_hourly_detail": "\u0013 4 రోజుల పాటు ఉంచబడుతుంది", + "backup.retention_note": "ఈ పరిమితులను మించి ఉన్న బాకప్‌లు ప్రతి కొత్త బాకప్ సృష్టించిన తర్వాత స్వయంచాలకంగా తొలగించబడతాయి.", + "backup.retention_weekly_detail": "\u0013 ~3 నెలల పాటు ఉంచబడుతుంది", + "backup.snapshots": "స్నాప్‌షాట్‌లు", + "backup.status_ok": "సరిగ్గా", + "backup.storage_local": "స్థానిక", + "backup.subtitle": "డేటాబేస్ బాకప్‌లు స్వయంచాలకంగా సృష్టించబడతాయి: గంటల (4 రోజులు), రోజువారీ (3 వారాలు), వారంవారీ (13 వారాలు).", + "backup.table_aria": "బాకప్ ఆర్కైవ్‌లు", + "backup.trigger_daily": "ఇప్పుడు బాకప్ (రోజువారీ)", + "backup.trigger_hourly": "ఇప్పుడు బాకప్ (గంటకు)", + "backup.trigger_weekly": "ఇప్పుడు బాకప్ (వారాంతానికి)", + "backup.type_daily": "రోజువారీ", + "backup.type_hourly": "గంటకు", + "backup.type_weekly": "వారాంతానికి", + "billing.go_to_dashboard": "డాష్‌బోర్డుకు వెళ్ళండి", + "billing.manage_subscription": "సబ్‌స్క్రిప్షన్ నిర్వహించండి", + "billing.success_heading": "మీరు అన్ని సిద్ధంగా ఉన్నారు!", + "billing.success_message": "మీ సబ్‌స్క్రిప్షన్ చెలామణిలోకి వచ్చింది. డోక్యుఎలివేట్ ఎంపిక చేసినందుకు ధన్యవాదాలు!", + "billing.success_page_title": "డోక్యుఎలివేట్ - సబ్‌స్క్రిప్షన్ చెలామణి", + "common.actions": "చర్యలు", + "common.active": "సక్రియం", + "common.all": "అన్ని", + "common.avatar": "అవతార్", + "common.back": "తిరిగి", + "common.cancel": "రద్దు చేయండి", + "common.close": "మూసివేయి", + "common.col_pending": "ప్రతిస్పందన కోసం వేచి ఉంది", + "common.completed": "పూర్తి", + "common.confirm": "మంజూరు చేయండి", + "common.copied": "కాపీచేయబడింది!", + "common.copy": "కాపీ", + "common.create": "సృష్టించు", + "common.created": "సృష్టించబడింది", + "common.date": "తేదీ", + "common.delete": "తొలగించు", + "common.description": "వివరణ", + "common.details": "వివరాలు", + "common.disabled": "చూపడానికి", + "common.download": "డౌన్‌లోడ్", + "common.duplicate": "ప్రత్యేకంగా", + "common.edit": "సవరించు", + "common.enabled": "సక్రియం", + "common.error": "లోపం", + "common.failed": "చెయ్యలేదు", + "common.filter": "ఫిల్టర్", + "common.inactive": "సక్రియం కాకపోవడం", + "common.info": "సంగతి", + "common.loading": "లోడ్ అవుతోంది...", + "common.name": "పేరు", + "common.next": "వరుస", + "common.next_page": "తరువాత పేజీ", + "common.no": "లేవు", + "common.none": "ఏదీ లేదు", + "common.page": "పేజీ", + "common.paused": "పూర్తిగా నిలిపివేయబడింది", + "common.pending": "ప్రతిష్టిత", + "common.prev_page": "మునుపు పేజీ", + "common.previous": "మునుపటి", + "common.processing": "ప్రాసెసింగ్", + "common.refresh": "తాజా చేయండి", + "common.reset": "మరిదిద్దు", + "common.retry": "మళ్ళీ ప్రయత్నించు", + "common.save": "సేవ్", + "common.search": "శోధించు", + "common.select": "ఎంచుకోండి", + "common.select_placeholder": "— ఎంచుకోండి —", + "common.size": "అతిపెచ్చు", + "common.status": "స్థితి", + "common.submit": "సమర్పించు", + "common.success": "జయము", + "common.tags": "ట్యాగ్లు", + "common.test": "పరీక్ష", + "common.test_connection": "కనెక్షన్ పరీక్షించు", + "common.type": "ప్రకారం", + "common.update": "అప్‌డేట్", + "common.updated": "అప్‌డేట్ చేయబడింది", + "common.upload": "అప్‌లోడ్", + "common.view": "చూడండి", + "common.warning": "హెచ్చరిక", + "common.yes": "అవును", + "cookie.accept": "అర్థమైంది", + "cookie.learn_more": "ఇంకా తెలుసుకోండి", + "cookie.message": "ఈ వెబ్‌సైట్ మీ అనుభవాన్ని మెరుగుపరచడానికి కుకీలు ఉపయోగిస్తుంది.", + "cookie.notice": "DocuElevate అనుమతి మరియు సేవల చర్యకి అవసరమైన ప్రధాన సెషన్ కుకీలను మాత్రమే ఉపయోగిస్తుంది. ఏమైనా ట్రాకింగ్ లేదా విశ్లేషణ కుకీలు ఉపయోగించబడవు.", + "cookie.notice_label": "కుకీ నోటీస్", + "cookie.policy_link": "కుకీ విధానం", + "cookie.privacy_link": "గోప్యతా సమాచారం", + "credentials.col_action": "కార్యవైఖరి", + "credentials.col_credential": "క్రెడెన్షియల్", + "credentials.col_source": "మూలం", + "credentials.configured": "కేటాయించిన", + "credentials.edit_in_settings": "సెట్టింగ్స్‌లో మార్చండి", + "credentials.legend_db": "డేటాబేస్‌లో నిల్వ చేయబడిన విలువ (గోప్యంగా ఉంచబడింది; పర్యావరణ విధానాన్ని అడ్డుకుంటుంది)", + "credentials.legend_env_after": " ఫైల్ను", + "credentials.legend_env_before": "పర్యావరణ మార్పు నుండి విలువ లేదా ", + "credentials.legend_missing": "క్రెడెన్షియల్ సెట్ చేయబడలేదు — సమన్వయం పనిచేయదు", + "credentials.legend_restart": "ఈ క్రెడెన్షియల్‌ని తిరగబడినప్పుడు తిరిగి ప్రారంభించడం అవసరం", + "credentials.legend_title": "LEGEND", + "credentials.manage_settings": "సెట్టింగ్స్‌ని నిర్వహించండి", + "credentials.not_configured": "కేటాయించబడలేదు", + "credentials.page_title": "క్రెడెన్షియల్ ఆడిట్ - DocuElevate", + "credentials.raw_json": "కచ్చి JSON (API)", + "credentials.restart_title": "ఈ క్రెడెన్షియల్‌ను తిరగబడిన తర్వాత తిరిగి ప్రారంభించడం అవసరం", + "credentials.source_db_title": "డేటాబేస్‌లో నిల్వ చేయబడింది (గోప్యంగా)", + "credentials.source_env_title": "పర్యావరణ మార్పు నుండి", + "credentials.status_missing": "కలిగి ఉండదు", + "credentials.subtitle": "DocuElevate ఉపయోగించిన అన్ని సరైన క్రెడెన్షియల్‌ల సమీక్ష. ఇక్కడ ఎలాంటి సీక్రెట్ విలువలు చూపించబడవు — కేవలం ప్రతి క్రెడెన్షియల్ ఏ విధంగా ఉంది మరియు ఏం నుండి వస్తుంది.", + "credentials.table_for": "క్రెడెన్షియల్‌లు", + "credentials.title": "క్రెడెన్షియల్ ఆడిట్", + "credentials.total_credentials": "అన్ని క్రెడెన్షియల్‌లు", + "dashboard.active_integrations": "చేతనులైన సమన్వయాలు", + "dashboard.files_this_month": "ఈ నెలలో ఫైల్స్", + "dashboard.files_today": "ఈరోజు ఫైల్స్", + "dashboard.ocr_processed": "OCR ప్రాసెస్ చేసిన", + "dashboard.quick_actions": "త్వరిత చర్యలు", + "dashboard.recent_activity": "తాజా కార్యకలాపం", + "dashboard.storage_targets": "భాండాగార లక్ష్యాలు", + "dashboard.title": "డాష్‌బోర్డ్", + "dashboard.total_files": "మొత్తం ఫైల్స్", + "dashboard.welcome": "డోక్యుElevateకి స్వాగతం", + "duplicates.file_id_label": "ఫైల్ ID", + "duplicates.file_id_placeholder": "ఉదా: 42", + "duplicates.find_btn": "కనుగొనండి", + "duplicates.found_files": "మొత్తం నకిలీ ఫైల్(లు).", + "duplicates.found_groups": "నకిలీ గ్రూప్(లు) పాటు", + "duplicates.found_prefix": "కనుగు", + "duplicates.group_aria": "నకిలీ గ్రూప్", + "duplicates.heading": "నకిలీ డాక్యూమెంట్లు", + "duplicates.how_it_works_heading": "నికర-నకిలీ గుర్తింపు ఎలా పనిచేస్తుంది", + "duplicates.max_results_label": "Максимум результатов", + "duplicates.near_dup_desc": "కచ్చితమైన (లేదా చాలా సమానమైన) సంపద ఉన్న మరో ఫైల్ ఉంది కాదా అని తనిఖీ చేయడానికి ఒక డాక్యుమెంట్‌ను ఎంచుకోండి - అది భిన్న సమయంలో స్కాన్ చేయబడినవి మరియు భిన్న SHA-256 హ్యాష్‌లు ఉండే అయినా.", + "duplicates.near_dup_heading": "డాక్యుమెంట్ కోసం లోతుగా-నకిలీని కనుగొనండి", + "duplicates.no_exact_heading": "కొంచెం నకిలీలు కనుగొనబడలేదు", + "duplicates.page_title": "నకిలీ డాక్యూమెంట్లు - డోక్యుElevate", + "duplicates.pagination_aria": "పేజీన్‌గేషన్", + "duplicates.role_duplicate": "నకిలీ", + "duplicates.role_original": "అసలు", + "duplicates.tab_exact": "కచ్చితమైన నకిలీలు", + "duplicates.tab_near": "లోతుగా-నకిలీ ఫైండర్", + "duplicates.tabs_aria": "నకిలీ గుర్తింపు టాబ్‌లు", + "duplicates.threshold_label": "సామ్యతకు అడ్డంకి", + "duplicates.view_dup_aria": "నకిలీ ఫైల్‌ను వీక్షించండి", + "duplicates.view_original_aria": "అసలైన ఫైల్‌ను వీక్షించండి", + "error.404_code": "404", + "error.404_heading": "ఓప్స్, ఆ పేజీని కనుగొనలేకపోయాము!", + "error.404_home": "ఇల్లు తిరిగి", + "error.404_message": "మీరు కింద ఉన్న డాక్యుమెంట్ కోసం DocuElevate తప్పుగా సెట్ చేసింది. ఆందోళన చెందనక్కర్లేదు - మేము మీ వెంటే ఉన్నాము.", + "error.404_title": "404 - దొరకలేదు", + "error.500_code": "500", + "error.500_debug_info": "డీబగ్ సమాచారాన్ని చూపించు", + "error.500_description": "మా సర్వర్‌లు ఒక ప్రమాదానికి గురయ్యాయి మరియు ఒక క్షణం అవసరం.", + "error.500_heading": "ఓప్స్! ఏదో తప్పు జరిగిపోయింది.", + "error.500_home": "ఇల్లు వెళ్ళు", + "error.500_img_alt": "సర్వర్ పొరపాటుకు చిత్రం", + "error.500_message1": "మా సర్వర్‌లు ఒక ప్రమాదానికి గురయ్యాయి మరియు ఒక క్షణం అవసరం. అబారే హ్యాంస్టర్లు తమ కాఫీ చల్లి ఉంటారు?", + "error.500_message2": "మేము ఇప్పటికే దానిపై ఉన్నాము - ఫైల్‌లను పునఃస చర్య చేయడం, సర్వర్‌లను పునఃప్రారంభించడం మరియు ఫ్లక్స్ కాపాసిటర్లను పునఃసమీకరించడం.", + "error.500_title": "సేవర్ పొరపాటు - డోక్యుElevate", + "error.forbidden": "నిషేధించబడింది", + "error.forbidden_message": "మీకు ఈ పేజీకి ప్రవేశించడానికి అనుమతి లేదు.", + "error.not_found": "పేజీ కనుగొనబడలేదు", + "error.not_found_message": "మీరు చూస్తున్న పేజీ అందుబాటులో లేదు.", + "error.server_error": "అంతర్గత సర్వర్ పొరపాటు", + "error.server_error_message": "ఎక్కడో పొరపాటు జరిగింది. దయచేసి మళ్ళీ ప్రయత్నించండి.", + "error.unauthorized": "అనుమతి లేదు", + "error.unauthorized_message": "మీరు ఈ పేజీలోకి ప్రవేశించడానికి లాగ్ ఇన్ కావాలి.", + "files.action_delete": "ఫైల్ తొలగించండి", + "files.action_details": "వివరాలను చూడండి", + "files.action_preview": "తక్షణం ప్రివ్యూ", + "files.bulk_clear_selection": "ఎంచుకున్నది తొలగించండి", + "files.bulk_cloud_ocr": "క్లౌడ్ OCRని మళ్లీ జరపండి", + "files.bulk_delete": "ఎంచుకున్నవి తొలగించండి", + "files.bulk_download": "ZIPగా డౌన్‌లోడ్ చేయండి", + "files.bulk_reprocess": "ఎంచుకున్నవి మళ్లీ ప్రాసెస్ చేయండి", + "files.delete_modal_cancel": "రద్దు చేయండి", + "files.delete_modal_confirm": "తొలగించండి", + "files.delete_modal_message": "మీరు ఈ ఫైల్‌ను తొలగించదలిస్తారా?", + "files.delete_modal_title": "తొలగింపును నిర్ధారించండి", + "files.document_title": "ఆధారపు శీర్షిక", + "files.drop_overlay_hint": "PDF, ఆఫీస్ డాక్స్, చిత్రాలు, HTML, మార్క్‌డౌన్ మరియు మరిన్ని మద్దతు ఇస్తోంది – ఫోల్డర్లను పునరావృతంగా ప్రాసెస్ చేస్తుంది", + "files.drop_overlay_title": "అప్‌లోడ్ చేసేందుకు ఏదైనా ప్రదేశంలో ఫైల్స్ లేదా ఫోల్డర్లు విసర్జించండి", + "files.error_hint": "ఇది కాన్ఫిగరేషన్ లేదా దిగుమతి సమస్య వలన కావచ్చు. దయచేసి సర్వర్ లాగ్‌లను తనిఖీ చేయండి.", + "files.file_size": "ఫైల్ పరిమాణం", + "files.filename": "ఫైల్ పేరు", + "files.files_selected": "ఎంచుకున్న ఫైల్స్", + "files.filter_all_providers": "అన్ని ప్రొవైడర్లు", + "files.filter_all_statuses": "అన్ని స్థితిలు", + "files.filter_all_types": "అన్ని రకాల", + "files.filter_apply": "ఫిల్టర్లను వర్తింప చేయండి", + "files.filter_clear": "తొలగించండి", + "files.filter_date_from": "తేదీ నుండి", + "files.filter_date_from_aria": "తేదీ నుండి ఫిల్టర్", + "files.filter_date_to": "తేదీ వరకు", + "files.filter_date_to_aria": "తేదీ వరకు ఫిల్టర్", + "files.filter_form_aria": "ఫైల్స్ ఫిల్టర్", + "files.filter_mime_type": "MIME రకం", + "files.filter_ocr_all": "అన్ని ఫైల్స్", + "files.filter_ocr_good": "మంచి నాణ్యత", + "files.filter_ocr_poor": "చిట్ట నాణ్యత", + "files.filter_ocr_quality": "OCR నాణ్యత", + "files.filter_ocr_quality_aria": "OCR నాణ్యత స్కోర్ ద్వారా ఫిల్టర్ చేయండి", + "files.filter_ocr_unchecked": "మొదటి క్షేత్రంలో అంచనా వేయలేదు", + "files.filter_search_label": "ఫైల్ పేరు కోసం శోధించండి", + "files.filter_search_placeholder": "ఫైల్ పేరును నమోదు చేయండి...", + "files.filter_storage_provider": "స్టోరేజ్ ప్రొవైడర్", + "files.filter_tags_aria": "సాధనాల ద్వారా ఫిల్టర్ చేయండి (కమా-విరామ చిహ్నాలతో పొందుపరచండి)", + "files.filter_tags_placeholder": "ఉదా: ఇన్‌వాయ్స్,అమెజాన్", + "files.fulltext_search_label": "మొత్తం-టెక్స్ట్ శోధన (OCR టెక్స్ట్, మెటాడేటా, ట్యాగ్‌లను)", + "files.fulltext_search_placeholder": "పత్రం కంటెంట్, పంపుడు, ట్యాగ్‌లు,ప్రమాణం కావలసిన టైప్...", + "files.no_files": "ఫైళ్లు కనుగొనబడలేదు", + "files.ocr_status": "OCR స్థితి", + "files.page_title": "ఫైల్ రికార్డులు", + "files.pagination_files": "ఫైళ్లు", + "files.pagination_first": "ప్రథమం", + "files.pagination_last": "చివరగా", + "files.pagination_nav_aria": "ఫైల్ జాబితా పేజీ నావిగేషన్", + "files.pagination_next": "తర్వాత", + "files.pagination_of": "లో", + "files.pagination_previous": "మునుపటి", + "files.pagination_showing": "చూస్తున్నారు", + "files.preview_modal_close": "ప్రివ్యూ ముగించండి", + "files.preview_modal_title": "ప్రివ్యూ", + "files.queue_banner_items": "అర్థం అయ్యే(item(s)) ప్రస్తుతం క్యూలో ఉన్న అంశాలు లేదా ప్రోసెసింగ్ చేయబడుతున్నాయి. ప్రాసెసింగ్ పూర్తయ్యాక ఫైళ్లు ఇక్కడ ప్రదర్శించబడతాయి.", + "files.queue_banner_link": "క్యూ చూడండి", + "files.saved_searches_empty": "చూపు కోసం చెప్పబడిన ప్రత్యేక శోధనలు లేవు", + "files.saved_searches_error": "రక్షించబడిన శోధనలను లోడ్ చేయడం సాధ్యం కాలేదు", + "files.saved_searches_label": "రక్షిత శోధనలు", + "files.saved_searches_save": "ప్రస్తుతాన్ని సేవ్ చేయండి", + "files.saved_searches_save_aria": "ప్రస్తుత అవతరణలను రక్షిత శోధనగా సేవ్ చేయండి", + "files.search_results_empty": "ఫలితాలు కనుగొనబడలేదు.", + "files.search_results_title": "శోధన ఫలితాలు", + "files.status_duplicate": "నకలి", + "files.table_actions": "చర్యలు", + "files.table_aria": "ఫైల్ రికార్డులు", + "files.table_created_at": "తేదీ సృష్టించినది", + "files.table_empty": "ఫైళ్లు కనుగొనబడలేదు", + "files.table_id": "ఐడీ", + "files.table_mime_type": "MIME రకం", + "files.table_original_filename": "అసలు ఫైల్ పేరు", + "files.table_select_all": "ఈ పేజీలోని అన్నీ ఫైళ్లను ఎంచుకోండి", + "files.tags": "టాగ్లు", + "files.title": "ఫైళ్లు", + "files.upload_modal_aria": "అప్‌లోడ్ పురోగతులు", + "files.upload_modal_close": "అప్‌లోడ్ పురోగతిని మూసేయి", + "files.upload_modal_header": "ఫైళ్లు అప్‌లోడ్ చేయబడుతున్నాయి", + "files.uploaded": "అప్‌లోడ్ చేయబడింది", + "footer.about": "గురించి", + "footer.attribution": "అట్రిబ్యూషన్", + "footer.attributions": "అట్రిబ్యూషన్‌లు", + "footer.cookies": "కుకీలు", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "ఇంప్రింట్", + "footer.license": "లైసెన్స్", + "footer.navigation": "ఫుటర్ నావిగేషన్", + "footer.privacy": "ప్రైవసీ", + "footer.terms": "నిబంధనలు", + "footer.version": "వర్షన్ {version}", + "help.destinations_dropbox": "డ్రాప్‌బాక్స్", + "help.destinations_dropbox_desc": "OAuth-లింక్ చేయబడింది. ఫైళ్లు మీ ఎంపిక చేసిన ఫోల్డర్‌లోకి వస్తాయి.", + "help.destinations_email": "ఇమెయిల్ ఫార్వార్డింగ్", + "help.destinations_email_desc": "ప్రాసెస్ చేసిన ఫైళ్లు SMTP అటాచ్‌మెంట్‌లుగా పంపబడతాయి.", + "help.destinations_google_drive": "గూగుల్ డ్రైవ్", + "help.destinations_google_drive_desc": "సర్వీస్ అకౌంట్ లేదా OAuth. షేరీలు ఆటోమేటిక్‌గా మద్దతుదిస్తున్నాయి.", + "help.destinations_heading": "గమ్యస్థానాలు – డాక్యుమెంట్లు ఎక్కడ ఉంచబడతాయి", + "help.destinations_nextcloud": "నెక్స్ట్ క్లౌడ్ / వెబ్‌దేవ్", + "help.destinations_nextcloud_desc": "వెబ్‌దేవ్ ద్వారా స్వయం-హోస్టెడ్ క్లౌడ్ స్టోరేజ్.", + "help.destinations_onedrive": "ఒక డ్రైవ్", + "help.destinations_onedrive_desc": "మైక్రోసాఫ్ట్ గ్రాఫ్ API ఇంటిగ్రేషన్.", + "help.destinations_paperless": "పేపర్‌లెస్-ఒక్స్", + "help.destinations_paperless_desc": "పేపర్‌లెస్‌లో డాక్యుమెంట్లను నేరుగా పుష్ చేయండి.", + "help.destinations_s3": "అమెజాన్ S3", + "help.destinations_s3_desc": "ఏ S3-అనుకూల బకెట్ (AWS, MinIO, వాస్యాబి).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "ఏ సర్వర్‌కు సురక్షిత ఫైల్ బదిలీ.", + "help.destinations_webhook": "వెబ్‌హుక్", + "help.destinations_webhook_desc": "ఏ బయటకి సిగ్నల్ అవుతున్న ఏపీ చేరికకు పోస్ట్ సమాచారం పంపండి.", + "help.documentation": "ఆసక్తికరమైన సమాచారం", + "help.faq": "సాధారణంగా అడిగే ప్రశ్నలు", + "help.faq_1_a": "అప్‌లోడ్ పేజీకి వెళ్లండి, మీ ఫైళ్లను డ్రాగ్-అండ్-డ్రాప్ చేయండి లేదా ఫైల్ని ఎంచుకోండి. డోక్యూ‌ఎలివేట్ చిత్రాలు, కార్యాలయ డాక్యుమెంట్లను PDFలోకి మార్చుతుంది, OCRను నిర్వహిస్తుంది మరియు స్వయంగా మెటాడేటాను అమలు చేస్తుంది.", + "help.faq_1_q": "నేను డాక్యుమెంట్లు ఎలా అప్‌లోడ్ ചെയ്യాలి?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, మరియు HTML. నాన్-PDF ఫైళ్లు ప్రాసెసింగ్‌కు ముందు ఆటోమాటిక్‌గా PDF కు మార్చబడుతాయి.", + "help.faq_2_q": "ఎటువంటి ఫైల్ ఫార్మాట్లు సంప్రదించబడ్డాయి?", + "help.faq_3_a": "అవును. ఇమెయిల్ ఇంగెస్టన్ కు వెళ్లండి, IMAP ఖాతా చేర్చండి, మరియు DocuElevate కొత్త సందేశాలను పరిగెత్తుకుంటుంది మరియు అటాచ్మెంట్లను ఆటోమాటిక్‌గా ప్రాసెస్ చేస్తుంది.", + "help.faq_3_q": "నేను ఇమెయిల్ నుండి డాక్యుమెంట్లను ఇంగెస్ట్ చేయవచ్చా?", + "help.faq_4_a": "పైప్‌ లైన్లు మీకు ప్రాసెసింగ్ దశలను చేర్చి ఉన్నాయి - OCR, AI పారదర్శకత, ఫార్మాట్ మార్పిడి - మరియు ఫలితాన్ని ఒకటి లేదా ఎక్కువ గమ్యాలను తేడాలో పంపిస్తాయి. వీటిని పైప్‌లైన్లు పేజీ నుండి సృష్టించండి మరియు నిర్వహించండి.", + "help.faq_4_q": "ప్రాసెసింగ్ పైప్‌లైన్లు ఎలా పనిచేస్తాయి?", + "help.faq_5_a": "DocuElevate విశ్రాంతిలో క్రెడెన్షియల్‌లను ఎన్‌క్రిప్ట్ చేస్తుంది, TLS మీద కమ్యూనికేట్ చేస్తుంది, మరియు మీ డాక్యుమెంట్లను అవసరమైతేనే ఎక్కువ కాలం నిల్వ చేయదు. పూర్తి వివరాల కొరకు ప్రైవసీ నోటీస్ చూడండి.", + "help.faq_5_a_post": " పూర్తి వివరాల కోసం.", + "help.faq_5_a_pre": "DocuElevate విశ్రాంతిలో క్రెడెన్షియల్స్‌ను సంకేతీకరిస్తుంది, TLS ద్వారా సంభాషణ చేస్తుంది, మరియు మీ డాక్యుమెంట్లను అవసరమైనంత కాలం నిల్వ చేయదు. చూడండి ", + "help.faq_5_q": "నా డేటా సురక్షితమా?", + "help.faq_heading": "అత్యంత అడిగే ప్రశ్నలు", + "help.getting_started": "ప్రారంభించడం", + "help.heading": "సహాయ కేంద్రం", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "డాక్యుమెంట్లను ప్రోగ్రామేటిక్గా నిమిషించడానికి REST APIని ఉపయోగించండి. Bearer టోకెన్‌తో ధృవీకరించండి మరియు ఫైల్స్‌ను అప్‌లోడ్ ఎండ్పాయింట్‌కు POST చేయండి.", + "help.ingestion_heading": "డేటా ingestion పరికరాలు", + "help.ingestion_mobile": "మొబైల్ యాప్‌లు", + "help.ingestion_mobile_desc": "మీ ఫోన్ లేదా టాబ్లెట్ నుండి DocuElevate కు ఫోటోలు మరియు స్కాన్లను పంపించడానికి కస్టమ్ HTTP అప్‌లోడ్ గమ్యాలకు మద్దతు ఇచ్చే ఏదైనా మొబైల్ స్కానింగ్ యాప్‌ను ఉపయోగించండి.", + "help.ingestion_scanners": "నెట్‌వర్క్ స్కానర్లు", + "help.ingestion_scanners_desc": "DocuElevate యొక్క అప్‌లోడ్ ఎండ్పాయింట్‌ను లక్ష్యం చేయడానికి ఏ నెట్‌వర్క్ స్కానర్ లేదా బహుళ ఫంక్షన్ ప్రింటర్‌ను ఉపయోగించండి. స్కాన్ చేయబడిన డాక్యుమెంట్లు నేరుగా మీ ప్రాసెసింగ్ క్యూలోకి వస్తాయి.", + "help.ingestion_watched_folders": "చూస్తున్న ఫోల్డర్లు", + "help.ingestion_watched_folders_desc": "క్రమబద్ధీకరించడానికి లోకల్ లేదా నెట్‌వర్క్ ఫోల్డర్‌ను ఏర్పాటు చేయండి. చూసే ఫోల్డర్లో ఉంచిన ఏదైనా ఫైలు స్వయంచాలకంగా అప్‌లోడ్ చేయబడుతుంది మరియు DocuElevate ద్వారా ప్రాసెస్ చేయబడుతుంది.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Zapier, n8n లేదా Make తో మీ ఆటోమేషన్ వర్క్‌ఫ్లోలను DocuElevateలో సమీకరించండి. ఏ సంఘటన నుండి డాక్యుమెంట్ అప్‌లోడ్లను ప్రారంభించడానికి REST API చర్యలను ఉపయోగించండి.", + "help.meta_description": "DocuElevate తో సహాయం పొందండి – డాక్యుమెంట్లు అప్‌లోడ్ చేయడం, క్లౌడ్ స్టోరేజిని కనెక్ట్ చేయడం, పైప్‌లైన్లను సెటప్ చేయడం మరియు మరింతపై మార్గదర్శకాలను కనుగొనండి.", + "help.og_description": "DocuElevate తో సహాయం పొందండి – డాక్యుమెంట్లు అప్‌లోడ్ చేయడం, క్లౌడ్ స్టోరేజిని కనెక్ట్ చేయడం, పైప్‌లైన్లను సెటప్ చేయడం మరియు మరింతపై మార్గదర్శకాలను కనుగొనండి.", + "help.page_title": "సహాయ కేంద్రం", + "help.privacy_notice": "ప్రైవసీ నోటీసు", + "help.quickstart_heading": "త్వరిత ప్రారంభం", + "help.quickstart_storage": "స్టోరేజ్ కనెక్ట్ చేయండి", + "help.quickstart_storage_desc": "సెట్టింగ్కు వెళ్లండి మరియు మీ క్లౌడ్ ఖాతాలను లింక్ చేయండి. ప్రాసెస్ చేసిన డాక్యుమెంట్లు మీరు కాన్ఫిగర్ చేసిన ప్రతి గమ్యానికి ఆటోమేటిక్‌గా రూట్ చేయబడతాయి.", + "help.quickstart_storage_desc_full": "ఇంటిగ్రేషన్లకు వెళ్లండి మరియు మీ క్లౌడ్ స్టోరేజ్ ఖాతాలను లింక్ చేయండి. DocuElevate Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud మొదలైనవి మద్దతు అందిస్తుంది. ప్రాసెస్ చేయబడిన డాక్యుమెంట్లు మీరు కన్ఫిగర్ చేసిన ప్రతి గమ్యానికి స్వయంచాలకంగా రూట్ చేయబడతాయి.", + "help.quickstart_upload": "డాక్యుమెంట్లను అప్‌లోడ్ చేయండి", + "help.quickstart_upload_desc": "అప్‌లోడ్ పేజీపై ఫైళ్లు డ్రాగ్ & డ్రాప్ చేయండి లేదా ఫైల్‌ను ఎంచుకోండి క్లిక్ చేయండి. DocuElevate చిత్రం మరియు ఆఫీస్ డాక్యుమెంట్లను PDF కు మార్చుతుంది, OCR నిర్వహిస్తుంది, మరియు మెటాడేటాను ఆటోమాటిక్‌గా సేకరిస్తుంది.", + "help.quickstart_workflows": "వర్క్‌ఫ్లోలను ఆటోమేటు చేయండి", + "help.quickstart_workflows_desc": "బహుళ దశల ప్రాసెసింగ్ మరియు రూటింగ్ నియమాలను నిర్వచించడానికి పైప్‌లైన్లు సృష్టించండి. ఒకే ప్రవాహంలో OCR, AI పారదర్శకత, ఫార్మాట్ మార్పిడి, మరియు డెలివరీని కలపండి.", + "help.sources_email_ingestion": "ఇమెయిల్ ఇంగెస్టన్ (IMAP)", + "help.sources_email_ingestion_desc": "డాక్యుమెంట్లను ప్రత్యేకమైన మెయిల్బాక్స్ కు ఫార్వర్డ్ చేయండి. ఇమెయిల్ ఇంగెస్టన్ కింద, ఒకటి లేదా ఎక్కువ IMAP ఖాతాలు చేర్చండి. DocuElevate కొత్త సందేశాలను పరిగెత్తుకుంటుంది మరియు అటాచ్మెంట్లను ఆటోమాటిక్‌గా ప్రాసెస్ చేస్తుంది.", + "help.sources_heading": "మూలాలు - డాక్యుమెంట్లు పొందడం", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "ఫైళ్లు /api/upload కు POST చేసి ప్రోగ్రామేటిక్‌గా ఇంటిగ్రేట్ చేయండి. స్క్రిప్ట్‌లు, వీక్షించిన ఫోల్డర్లు, స్కానర్లు, లేదా Zapier మరియు n8n వంటి థర్డ్-పార్టీ సాధనాల కొరకు అనుకూలంగా ఉంది.", + "help.sources_scanner": "స్కానర్ & మొబైల్", + "help.sources_scanner_desc": "నెట్‌వర్క్ స్కానర్లను DocuElevate యొక్క అప్‌లోడ్ ఎండ్‌ పాయింట్ కు లక్ష్యంగా ఉంచండి లేదా స్వయంచాలక HTTP గమ్యాలను మద్దతు ఇచ్చే ఎలాంటి మొబైల్ స్కానింగ్ యాప్‌ని ఉపయోగించండి.", + "help.sources_scanner_desc_full": "మీ నెట్‌వర్క్ స్కానర్ లేదా బహుళ ఫంక్షన్ ప్రింటర్‌ను DocuElevate కు స్కాన్లను నేరుగా పంపించడానికి ఏర్పాటు చేయండి. గమ్యంగా /api/upload ఎండ్పాయింట్ ఉపయోగించండి. కస్టమ్ అప్‌లోడ్ గమ్యాలతో మొబైల్ స్కానింగ్ యాప్‌లు కూడా మద్దతు అందిస్తాయి.", + "help.sources_web_upload": "వెబ్ అప్‌లోడ్", + "help.sources_web_upload_desc": "ప్రారంభించడానికి అత్యంత వేగమైన మార్గం. అప్‌లోడ్ పేజీని తెరువండి, ఒకటి లేదా ఎక్కువ ఫైళ్లు డ్రాగ్ చేసి వదిలేయండి, మరియు DocuElevate మిగతా వివరాలను చూస్తుంది. మద్దతు ఇచ్చే ఫార్మాట్లు PDF, JPEG, PNG, TIFF, DOCX, XLSX, మరియు మరిన్ని ఉన్నాయి.", + "help.subheading": "DocuElevate నుండి మీకు కావలసిన దానికి అత్యుత్తమంగా పొందడానికి అవసరమైన అన్ని విషయాలు. క్రింద ఇచ్చిన విషయాలను బ్రౌజ్ చేయండి లేదా మీకు కావలసిన దానిని శోధించండి.", + "help.support": "మద్దతు", + "help.support_admin_message": "మద్దతు సమాచారానికి మీ నిర్వాహకుడిని సంప్రదించండి.", + "help.support_description": "మీరు వెతుకుతున్నది కనుగొనలేకపోతున్నారా? మా మద్దతు బృందం సహాయానికి సిద్ధంగా ఉంది.", + "help.support_heading": "మద్దతు సంప్రదించండి", + "help.support_live_chat": "ప్రస్తుత చాట్ అందుబాటులో ఉంది – సంభాషణను ప్రారంభించే సహాయానికి చాట్ బబుల్‌పై క్లిక్ చేయండి.", + "help.support_ticket_button": "టికెట్ సమర్పించండి", + "help.support_ticket_desc": "క్రింద ఉన్న ఫారాన్ని నింపండి మరియు మా మద్దతు బృందం సాధ్యమయినంత త్వరగా మీకు తిరిగి వస్తుంది.", + "help.support_ticket_heading": "మద్దతు టికెట్ తెరిచి", + "help.title": "సహాయ కేంద్రం", + "help.workflows_creating": "పైప్‌లైన్ సృష్టిస్తోంది", + "help.workflows_definition": "ఒక్కో డాక్యుమెంట్ ఇంగెస్ట్ చేసినప్పుడు ఆటోమేటిక్‌గా నడిచే ప్రాసెసింగ్ దశల శ్రేణి ఒక పైప్‌లైన్. ప్రతి దశ డాక్యుమెంట్‌ను మార్చడం, సంప్రదించడం లేదా రూట్ చేయడం చేయవచ్చు.", + "help.workflows_heading": "వర్క్‌ఫ్లోలు & పైప్‌లైన్లు", + "help.workflows_step_1": "PDF గా మార్చండి", + "help.workflows_step_1_create": "ప్రధాన మెనూలో పయోధాలకి వెళ్ళండి.", + "help.workflows_step_1_full": "PDFగా మార్చండి – అన్ని వస్తువుల ఫైళ్లను సమానకృత PDF ఫార్మాట్‌కి మార్చాలి.", + "help.workflows_step_2": "OCR – టెక్స్ట్‌ను వెలికి తీసుకోండి", + "help.workflows_step_2_create": "కొత్త పయోధా‌పై క్లిక్ చేసి దీనికి ఒక పేరు ఇవ్వండి.", + "help.workflows_step_2_full": "OCR – Azure డాక్యుమెంట్ ఇంటెలిజెన్స్ లేదా బిల్ట్-ఇన్ ఇంజిన్ ఉపయోగించడం ద్వారా స్కాన్ చేసిన పేజీల నుండి ఎంపిక చేయగల టెక్స్ట్‌ను సంగ్రహించండి.", + "help.workflows_step_3": "ఎఐ మెటాడాటా వెలికి తీసుకోవడం", + "help.workflows_step_3_create": "మీకు అవసరమైన ప్రాసెసింగ్ దశలను చేర్చండి.", + "help.workflows_step_3_full": "AI మెటాడేటా వెలికితీయడం – డాక్యుమెంట్ రకాన్ని వర్గీకరించండి మరియు ఓపెన్‌ఏఐ ఉపయోగించి మొత్తం, తేదీలు మరియు నామాలను వంటి కీలక ఫీల్డ్‌లను Pull చేయండి.", + "help.workflows_step_4": "ఒకటి లేదా ఎక్కువ గమ్యలకు అందించండి", + "help.workflows_step_4_create": "ఒకటి లేదా ఎక్కువ డెలివరీ గమ్యాలను ఎంచుకోండి.", + "help.workflows_step_5_create": "సేవ్ – కొత్త డాక్యుమెంట్లు ఈ పయోధా ద్వారా ఆటోమేటిక్‌గా ప్రాసెస్ చేయబడతాయి.", + "help.workflows_typical_steps": "సాధారణ దశలు", + "help.workflows_what_is": "పయోధా అంటే ఏమిటి?", + "index.badge_intelligent": "బుద్ధిమంతమైన డాక్యుమెంట్ ప్రాసెసింగ్", + "index.button_browse_files": "ఫైళ్లను బ్రౌజ్ చేయండి", + "index.button_upload": "అప్పడించండి", + "index.capabilities_cloud": "క్లౌడ్ స్టోరేజ్: డ్రాప్బాక్స్, వన్‌డ్రైవ్, గూగుల్ డ్రైవ్, నెక్ట్స్ క్లౌడ్", + "index.capabilities_ingestion": "ఇమెయిల్ & URL ఆధారిత డాక్యుమెంట్ ఇంజెక్షన్", + "index.capabilities_ocr": "ఎఐతో OCR & మెటాడాటా వెలికి తీసుకోవడం", + "index.capabilities_paperless": "డాక్యుమెంట్ నిర్వహణ కోసం పేపర్‌లెస్-ఎన్‌జిఎక్స్ చేరిక", + "index.capabilities_title": "సామర్థ్యాలు", + "index.capabilities_workflows": "ఆటోమేటెడ్ వర్గీకరణ & మార్గనిర్దేశన పయోధాలు", + "index.cta_description": "DocuElevate తో ఇప్పటికే తమ డాక్యుమెంట్ ప్రాసెసింగ్‌ను ఆటోమేటెడ్ చేసే టీమ్‌లలో చేర్చండి.", + "index.cta_heading": "మీ డాక్యుమెంట్ వర్క్‌ఫ్లోను పెంచడానికి సిద్ధంగా ఉన్నారా?", + "index.cta_pricing": "ధరలను చూడండి", + "index.cta_signup": "ఒక ఉచిత ఖాతాను సృష్టించండి", + "index.dashboard_subtitle": "బుద్ధిమంతమైన డాక్యుమెంట్ ప్రాసెసింగ్ & నిర్వహణ", + "index.dashboard_subtitle_teams": "బుద్ధిమంతమైన డాక్యుమెంట్ ప్రాసెసింగ్ & నిర్వహణ — బృందాలకు నిర్మించబడింది", + "index.feature_ai": "ఎఐ మెటాడాటా వెలికి తీసుకోవడం", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, మరియు ఇతర ప్లగ్ చేసుకునే ఎఐ ప్రొవైడర్లు డాక్యుమెంట్లను వర్గీకరించి తేదీలు, మొత్తం, మేటిరియల్ వంటి ముఖ్యమైన ఫీల్డ్‌లను వెలికి తీస్తారు.", + "index.feature_cloud": "మల్టీ-క్లౌడ్ స్టోరేజ్", + "index.feature_cloud_desc": "ప్రాసెస్ చేసిన ఫైళ్ళను డ్రాప్బాక్స్, గూగుల్ డ్రైవ్, వన్‌డ్రైవ్, అమెజాన్ S3, నెక్ట్స్‌క్లౌడ్, పేపర్‌లెస్ NGX, వెబ్‌డీవీ, FTP/SFTP, మరియు మరిన్ని పరికరాలకు పంపిస్తారు.", + "index.feature_email": "ఇమెయిల్ & IMAP ఇంజెక్షన్", + "index.feature_email_desc": "Gmail లేదా ఎలాంటి IMAP మెయిల్‌బాక్స్ నుండి డాక్యుమెంట్లను ఆటోమేటిక్‌గా వెలికి తీసుకోండి — ఎలాంటి చేతితో అప్పడించలు అవసరం లేదు.", + "index.feature_ocr": "OCR & టెక్స్ట్ వెలికితీయడం", + "index.feature_ocr_desc": "Azure డాక్యుమెంట్ ఇంటెలిజెన్స్ స్కాన్ చేసిన PDF లను మరియు చిత్రాలను పూర్తిగా వెతుకే టెక్స్ట్‌గా స్వయంచాలకంగా మార్చుతుంది.", + "index.feature_pipelines": "కస్టమ్ పయోధాలు", + "index.feature_pipelines_desc": "కన్ఫిగరబుల్ దశలతో ప్రాసెసింగ్ పయోధాలను నిర్మించండి — OCR, ఎఐ వెలికితీయడం, ఫార్మాట్ మార్పిడి, మరియు స్టోరేజ్ మార్గనిర్దేశన ఎలాంటి క్రమంలో అయినా.", + "index.feature_search": "ఫుల్-టెక్స్ట్ శోధన", + "index.feature_search_desc": "మీ సంపूर्ण ఆర్చీవ్‌లో కంటెంట్, మెటాడాటా లేదా టాగ్‌ల ద్వారా ఎలాంటి డాక్యుమెంట్ అయినా తక్షణమే కనుగొనండి.", + "index.feature_section_title": "స్మార్ట్ డాక్యుమెంట్ వర్క్‌ఫ్లోలకు మీరు అవసరమైన అన్ని దృశ్యాలు", + "index.getting_started": "ప్రారంభించడం", + "index.getting_started_1": "సిస్టమ్ స్థితి ద్వారా ఇంటిగ్రేషన్లను కాన్ఫిగర్ చేయండి", + "index.getting_started_2": "మీ ప్రథమ డాక్యుమెంట్‌ను అందించండి", + "index.getting_started_3": "ఫైల్స్‌లో ఫలితాలను సమీక్షించండి", + "index.getting_started_learn": "DocuElevate గురించి మరింత తెలుసుకోండి", + "index.hero_description": "DocuElevate మీ డాక్యుమెంట్లను అందించటం, OCR నడిపించడం, AIతో మెటాడేటాను వెల్గించటం మరియు ఫైల్స్‌ను Dropbox, Google Drive, OneDrive, S3, Nextcloud మరియు మరింతకు రూట్ చేయటం — ఇది అప్పుడైనా సాఫీగా జరిగే ప్రాసెస్.", + "index.hero_heading": "అందించినది నుండి విజయం — ఆటోమేటిక్‌గా.", + "index.hero_login": "ప్రవేశించండి", + "index.hero_pricing": "తయారీలు & ధరలు చూడండి", + "index.hero_signup": "ప్రారంభించండి — ఇది ఉచితం", + "index.integrations_active": "చాలా ఇంటిగ్రేషన్లు", + "index.integrations_storage": "స్టోరేజ్ లక్ష్యాలు", + "index.integrations_title": "ఇంట్రిగ్రేట్లు", + "index.integrations_view_status": "సిస్టమ్ స్థితిని చూడండి", + "index.page_title_dashboard": "డాష్‌బోర్డ్", + "index.page_title_public": "బుద్ధివంతులైన డాక్యుమెంట్ ప్రాసెస్", + "index.platform_overview": "చట్టాలు వ్యాసాలు చురుకైన క్షేత్రం", + "index.processing_stats": "ప్రొసెసింగ్ గణాంకాలు", + "index.quick_actions": "త్వరిత చర్యలు", + "index.quick_documents": "నా డాక్యుమెంట్లు", + "index.quick_documents_desc": "మీ ప్రాసెస్ చేసిన ఫైల్స్‌ను బ్రౌజ్ చేయండి", + "index.quick_search": "శోధన", + "index.quick_search_desc": "డాక్యుమెంట్లలో పూర్తి-పాఠ శోధన", + "index.quick_subscription": "నా సభ్యత్వం", + "index.quick_subscription_desc": "తయారీ & వినియోగ వివరాలను చూడండి", + "index.quick_system_status": "సిస్టమ్ స్థితి", + "index.quick_system_status_desc": "ఇంటిగ్రేషన్ ఆరోగ్యం తనిఖీ చేయండి", + "index.quick_upload": "డాక్యుమెంట్ అందించండి", + "index.quick_upload_desc": "కొత్త ఫైల్ను ప్రాసెస్ చేయండి", + "index.quick_view_files": "అన్ని ఫైల్స్‌ను చూడండి", + "index.quick_view_files_desc": "ప్రాసెస్ చేసిన డాక్యుమెంట్లను బ్రౌజ్ చేయండి", + "index.single_user_heading": "DocuElevate డాష్‌బోర్డ్", + "index.single_user_subtitle": "బుద్ధివంతులైన డాక్యుమెంట్ ప్రాసెస్ & నిర్వహణ", + "index.stat_active_integrations": "చాలా ఇంటిగ్రేషన్లు", + "index.stat_active_users": "చాలా వినియోగదారులు", + "index.stat_files_month": "ఈ నెల ఫైల్స్", + "index.stat_files_ocr": "ఓసిఆర్ తో ఉన్న ఫైల్స్", + "index.stat_files_today": "ఈ రోజూ ఫైల్స్", + "index.stat_storage_targets": "స్టోరేజ్ లక్ష్యాలు", + "index.stat_this_month": "ఈ నెల", + "index.stat_today": "ఈ రోజు", + "index.stat_total_files": "మొత్తం ఫైల్స్", + "index.stat_total_processed": "మొత్తం ప్రక్రియ చేయబడింది", + "index.tier_plan": "ప్రణాలి", + "index.tier_upgrade": "అప్‌గ్రేడ్", + "index.tier_view_details": "పూర్తి వివరాలను చూడండి", + "index.upgrade_daily_limits": "మరింత రోజువారీ & నెలవారీ పరిమితులు", + "index.upgrade_description": "మరింత పత్రాలు, మరింత గమ్యస్థానాలు మరియు ప్రాధమిక మద్దతును అన్లాక్ చేయండి.", + "index.upgrade_destinations": "మరింత నిల్వ గమ్యస్థానాలు", + "index.upgrade_ocr_pages": "మరింత OCR పేజీలు", + "index.upgrade_plan": "మీ ప్రణాళికను అప్‌గ్రేడ్ చేయండి", + "index.upgrade_view_pricing": "ప్రణాళికలు & ధరలు చూడండి", + "index.usage_lifetime": "జీవితకాల ఫైళ్ళు", + "index.usage_month": "ఈ నెలలో ఫైళ్ళు", + "index.usage_my_usage": "నా వినియోగం", + "index.usage_today": "ఈరోజు ఫైళ్ళు", + "index.usage_unlimited": "అనంత", + "integrations.access_key_label": "అక్సెస్ కీ ID", + "integrations.active_label": "చాలా", + "integrations.add_button": "ఇంటిగ్రేషన్ జోడించు", + "integrations.add_first_button": "మీ ప్రథమ ఇంటిగ్రేషన్ జోడించండి", + "integrations.api_token_label": "API టోకెన్", + "integrations.authorize_btn": "అనా మరింత సునామీ", + "integrations.authorize_reauth": "మరోసారి అనుమతించండి", + "integrations.bucket_label": "బకెట్", + "integrations.configure": "కన్ఫిగర్ చేయండి", + "integrations.connect": "కనెక్ట్ చేయండి", + "integrations.connected": "కనెక్ట్ అయినది", + "integrations.connection_failed": "కనెక్షన్ విఫలమైంది", + "integrations.connection_success": "కనెక్షన్ విజయవంతమైంది", + "integrations.delete_confirm_are_you_sure": "మీరు తొలగించాలనుకుంటున్నారా నిశ్చయంగా", + "integrations.delete_confirm_title": "ఇంటిగ్రేషన్ తొలగించాలా?", + "integrations.delete_confirm_undone": "ఈ చర్యగా ఎటువంటి తిరిగి ఉండదు.", + "integrations.delete_emails_label": "ప్రాసెస్ చేసిన తర్వాత ఇమెయిల్స్ తొలగించండి", + "integrations.delete_files_label": "ప్రాసెస్ చేసిన తర్వాత ఫైల్స్ తొలగించండి", + "integrations.destinations_quota_label": "స్టోరేజ్ డెస్టినేషన్‌లు:", + "integrations.destinations_section": "గమనిస్తున్న ప్రదేశాలు", + "integrations.direction_destination": "గమనం (స్టోరేజ్)", + "integrations.direction_label": "దిశ", + "integrations.direction_placeholder": "— ఎంపిక చేయండి —", + "integrations.direction_source": "మూలం (ఇంజెక్షన్)", + "integrations.disconnect": "డిస్‌కనెక్ట్ చేయండి", + "integrations.email_settings": "ఈమెయిలు ఫార్వర్డ్ సెట్టింగ్స్", + "integrations.empty_state": "ఏ ఇంటగ్రేషన్లు కన్ఫిగర్ చేయబడలేదు", + "integrations.endpoint_label": "ఎండ్పాయింట్ URL", + "integrations.endpoint_optional": "(ఐచ్ఛికం, S3-అనుకూలమైన)", + "integrations.folder_label": "ఫోల్డర్", + "integrations.folder_optional": "(ఐచ్ఛికం)", + "integrations.folder_path_label": "ఫోల్డర్ మార్గం", + "integrations.folder_prefix_label": "ఫోల్డర్ ప్రిఫిక్స్", + "integrations.generic_settings_hint": "ఈ ఇంటిగ్రేషన్ రకానికి కన్ఫిగరేషన్ ఆఫ్ చేయబడినట్లయితే, API ద్వారా సృష్టి తర్వాత JSON రూపంలో అందించబడుతుంది.", + "integrations.gmail_hint": "Gmail లేబుల్స్ & స్టార్: సక్రియమైనప్పుడు, ప్రాసెస్ చేసిన ఇమెయిల్స్ స్టార్ తో చందించబడతాయి మరియు Gmail లో \"ఇంజెస్టెడ్\" లేబుల్ తో గుర్తించబడతాయి. ఇది Gmail సర్వర్లకు మాత్రమే వర్తిస్తుంది.", + "integrations.gmail_labels": "Gmail లేబుల్స్ & స్టార్ వర్తించండి", + "integrations.host_label": "హోల్", + "integrations.imap_settings": "IMAP సెట్టింగ్‌లు", + "integrations.loading": "ఇంటిగ్రేషన్లు లోడ్ అవుతోంది\n", + "integrations.modal_close": "మోడల్ ను మూసివేయండి", + "integrations.modal_title_add": "ఇంటిగ్రేషన్ జోడించండి", + "integrations.modal_title_edit": "ఇంటిగ్రేషన్ సవరించండి", + "integrations.name_label": "లేబుల్", + "integrations.name_placeholder": "ఉదా: Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Nextcloud సెట్టింగులు", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "ఇన్‌జెస్ట్ వనరులను (IMAP వంటి) మరియు డేటా నిల్వ గమ్యాలను (S3, Dropbox లేదా Google Drive వంటి) కనెక్ట్ చేయడానికి మీ మొదటి ఇంటిగ్రేషన్‌ను చేర్చండి.", + "integrations.not_connected": "కనెక్ట్ కాలేదు", + "integrations.oauth_folder_label": "ఫోల్డర్", + "integrations.oauth_hint": "ముందుగా ఈ ఇంటిగ్రేషన్‌ను సేవ్ చేయండి, তারপর OAuth ప్రవాహాన్ని పూర్తి చేయడానికి Authorize బటన్‌ను ఉపయోగించండి. మీ సర్టిఫికేట్లు మీ వ్యక్తిగత ఇంటిగ్రేషన్ రికార్డులో భద్రంగా నిల్వ చేయబడతాయి.", + "integrations.page_title": "ఇంటిగ్రేషన్లు", + "integrations.paperless_settings": "Paperless NGX సెట్టింగులు", + "integrations.password_label": "పాస్‌వర్డ్", + "integrations.paused": "అత్తతివిక", + "integrations.plan_label": "యోజనము:", + "integrations.port_label": "పోర్ట్", + "integrations.quota_not_available": "(చేరు లేదు)", + "integrations.quota_unlimited": "/ అపరిమితం", + "integrations.recipient_label": "గ్రహిత స్థలం ఇమెయిల్", + "integrations.region_label": "ప్రాంతం", + "integrations.remote_path_label": "దూర మార్గం", + "integrations.s3_prefix_label": "ప్రిఫిక్స్ (ఫోల్డర్ మార్గం)", + "integrations.s3_settings": "S3 సెట్టింగులు", + "integrations.secret_key_label": "గోప్య అక్షర కీ", + "integrations.show_password": "పాస్‌వర్డ్‌ను చూపించు", + "integrations.show_secrets": "గోప్యాలను చూపించు", + "integrations.show_token": "టోకెన్‌ను చూపించు", + "integrations.source_local": "స్థానిక ఫైల్స్", + "integrations.source_type_label": "వనరుల రకం", + "integrations.sources_quota_label": "మెయిల్ బాక్స్ వనరులు:", + "integrations.sources_section": "వనరులు", + "integrations.subtitle": "మీ ఇన్‌జెస్ట్ వనరులను మరియు డేటా నిల్వ గమ్యాలను ఒకే స్థలంలో నిర్వహించండి.", + "integrations.title": "ఇంటిగ్రేషన్లు", + "integrations.type_label": "ఇంటిగ్రేషన్ రకం", + "integrations.type_placeholder": "\u0000\u0000\u0000 సూచించడానికి ముందు దిక్కు ఎంచుకోండి \u0000\u0000\u0000", + "integrations.upgrade_plan": "యోజనాన్ని పెంచు", + "integrations.use_ssl": "SSL ఉపయోగించు", + "integrations.username_label": "వినియోగదారు పేరు", + "integrations.watch_folder_settings": "వైల్డ్ ఫోల్డర్ సెట్టింగులు", + "integrations.webdav_settings": "WebDAV సెట్టింగులు", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook ఇన్‌జెస్ట్", + "integrations.webhook_how_heading": "Webhook ఇన్‌జెస్ట్ ఎలా పని చేస్తుంది", + "integrations.webhook_how_text": "ఒక వెబ్‌హుక్ ఇంటిగ్రేషన్ బయటి వ్యవస్థలను REST API ద్వారా డోక్యుఎలివేట్ లో స్రవంతుల ద్వారా పత్రాలను నేరుగాpush చేయడానికి అనుమతిస్తుంది. డోక్యుఎలివేట్ కొత్త ఫైళ్ళను పూచుకోవడం బదులు (IMAP వంటి), మీ అప్లికేషన్ HTTP అభ్యర్థనతో API టోకెన్ ఉపయోగించి డోక్యుఎలివేట్ కు ఫైల్స్ పంపుతుంది.", + "integrations.webhook_ideal_text": "CI/CD పైప్‌లైన్లు, ఆటోమేషన్ స్క్రిప్ట్‌లు, స్కానర్ ఇంటిగ్రేషన్లు లేదా పత్రాలను సృష్టించే మరియు వాటిని ప్రాసెస్ చేయడానికి పంపాల్సిన ఏదైనా వ్యవస్థకు ఇది ఆదర్శంగా ఉంటుంది.", + "integrations.webhook_quick_start": "చీఫ్ ప్రారంభం", + "integrations.webhook_security_tip": "ప్రతి ఇంటిగ్రేషన్ కోసం ప్రత్యేక API టోకెన్‌ను సృష్టించండి మరియు అది దోపిడీ చేయబడితే వెంటనే రద్దు చేయండి. టోకెన్‌లు API టోకెన్లు పేజీలో నిర్వహించబడ్డాయి.", + "integrations.webhook_step1": "{api_tokens_link} వద్దకి వెళ్లి వ్యక్తిగత టోకెన్ సృష్టించండి.", + "integrations.webhook_upload_with_token": "API ద్వారా పత్రాలను అప్లోడ్ చేయడానికి టోకెన్‌ను ఉపయోగించండి:", + "language.bg": "బ<ul>ల్గారియన్", + "language.ca": "కాటలాన్", + "language.change_success": "భాషను {language} కు మార్చండి", + "language.changed": "భాషను {language} కు మార్చండి", + "language.cs": "చెక్", + "language.da": "డానిష్", + "language.de": "జర్మన్", + "language.el": "గ్రీక్", + "language.en": "ఆంగ్లం", + "language.es": "స్పానిష్", + "language.et": "ఈస్టోనియన్", + "language.fi": "ఫిన్నిష్", + "language.fr": "ఫ్రెంచ్", + "language.ga": "ఐరిష్", + "language.hr": "క్రొయేషియన్", + "language.hu": "మాగ్యర్", + "language.is": "ఇస్లందిక్", + "language.it": "ఇటాలియన్", + "language.lb": "లూజ్‌బర్గ్", + "language.lt": "లితువియన్", + "language.lv": "లాట్వియన్", + "language.nb": "నార్వేజియన్", + "language.nl": "డచ్", + "language.no_results": "భాషలు కనుగొనబడలేదు", + "language.pl": "పోలిష్", + "language.pt": "పోర్చుగీస్", + "language.ro": "రోమనియన్", + "language.ru": "రష్యన్", + "language.search_placeholder": "భాషలను శోధించండి\u00020", + "language.selector": "భాష", + "language.selector_label": "భాషను ఎంచుకోండి", + "language.sk": "స్లోవాక్", + "language.sl": "స్లోవేనియన్", + "language.sv": "స్వీడిష్", + "language.tr": "టర్కిష్", + "language.uk": "ఉక్రెయిన్", + "language.zh": "చైనీస్", + "nav.about": "గురించి", + "nav.account_menu": "అకౌంట్ మెనూ", + "nav.account_menu_for": "{name} కోసం అకౌంట్ మెనూ", + "nav.admin": "అడ్మిన్", + "nav.admin.audit_logs": "ఆడిట్ లాగ్స్", + "nav.admin.backups": "బ్యాకప్‌లు", + "nav.admin.plans": "ప్లాన్స్", + "nav.admin.scheduled_jobs": "షెడ్యూల్డ్ ఉద్యోగాలు", + "nav.admin.users": "వాడుకరులు", + "nav.admin_actions": "అడ్మిన్ చర్యలు", + "nav.admin_menu": "అడ్మిన్ మెనూ", + "nav.api_docs": "API డాక్స్", + "nav.api_tokens": "API టోకెన్లు", + "nav.backup_restore": "బ్యాకప్ & పునరుద్దరణ", + "nav.credentials": "తెలుపులు", + "nav.dark_mode": "డార్క్ మోడ్", + "nav.dashboard": "డాష్‌బోర్డు", + "nav.developer_docs": "డెవలపర్ డాక్స్", + "nav.duplicates": "డూప్లికేట్లు", + "nav.file_manager": "ఫైల్ మేనేజర్", + "nav.files": "ఫైల్స్", + "nav.get_started": "ప్రారంభించండి", + "nav.help": "సాయం", + "nav.help_center": "సహాయం కేంద్రం", + "nav.imap": "ఈమెయిల్ దిగుమతి", + "nav.integrations": "ఇన్‌టీగ్రేషన్లు", + "nav.light_mode": "ప్రకాశవంతమైన ఆకారం", + "nav.login": "ప్రవేశించండి", + "nav.logout": "నిష్క్రమించండి", + "nav.main_navigation": "ప్రధాన నావిగేషన్", + "nav.my_subscription": "నా ఆర్గదర్శనం", + "nav.notifications": "ప్రకటనలు", + "nav.open_main_menu": "ప్రధాన మెనును తెరువు", + "nav.pipelines": "పైప్‌లైన్లు", + "nav.plan_designer": "ఆపు డిజైనర్", + "nav.pricing": "ధరల జాబితా", + "nav.profile": "ప్రొఫైల్", + "nav.profile_settings": "ప్రొఫైల్ సెట్టింగ్స్", + "nav.queue": "కొలువు", + "nav.queue_monitor": "కొలువు మానిటర్", + "nav.scheduled_jobs": "సూచికలో ఉన్న పనులు", + "nav.search": "సెర్చ్", + "nav.settings": "సమస్యలు", + "nav.shared_links": "సంచిక పంక్తులు", + "nav.sign_out": "సైన్ అవుట్", + "nav.signup": "సంతకం చేయండి", + "nav.similarity": "సారూప్యత", + "nav.skip_to_content": "ప్రధాన విషయానికి దాటవేయి", + "nav.status": "స్థితి", + "nav.subscription": "సబ్‌స్క్రిప్షన్", + "nav.toggle_dark_mode": "కరువును టాగిల్ చేయండి", + "nav.toggle_nav": "నావిగేషన్ మెనును టాగిల్ చేయండి", + "nav.upload": "అప్‌లోడ్ చేయండి", + "nav.users": "ఉపయోగదారులు", + "nav.version": "వర్షన్ సమాచారము", + "notifications.filter_all": "అన్ని", + "notifications.filter_read": "కేవలం చదవండి", + "notifications.filter_unread": "చదవని మాత్రమే", + "notifications.manage_desc": "మీ ప్రకటన అంగాలిండో, లక్ష్యాలు మరియు ఈవెంట్ ఇష్టాలను నిర్వహించండి", + "notifications.mark_all_read": "అన్నీ చదవడానికి గుర్తించు", + "notifications.mark_all_read_btn": "అన్నీ చదవబడినగా గుర్తించండి", + "notifications.mark_read": "చదువుతుండేలా గుర్తించండి", + "notifications.no_notifications": "ప్రకటనలు లేవు", + "notifications.page_title": "ప్రకటనలు", + "notifications.tab_inbox": "ఇన్‌బాక్స్", + "notifications.tab_settings": "సమస్యలు", + "notifications.title": "నోటిఫికేషన్‌లు", + "notifications.unread_count": "{count} చదవని నోటిఫికేషన్‌లు", + "pipelines.active_label": "సక్రియ", + "pipelines.add_step_btn": "దశను జోడించండి", + "pipelines.create": "పipeline సృష్టించు", + "pipelines.custom_label_label": "అనుకూలమైన లేబుల్", + "pipelines.default_label": "ప్రాథమిక", + "pipelines.description_label": "వివరణ", + "pipelines.description_placeholder": "ఐచ్ఛిక వివరణ", + "pipelines.disabled_label": "చూపించబడలేదు", + "pipelines.edit": "పipeline సవరించండి", + "pipelines.empty_state": "ఇంతవరకు ఎలాంటి pipelines లేవు", + "pipelines.empty_state_hint": "కస్టమ్స్ డాక్యుమెంట్ ప్రాసెసింగ్ వర్క్‌ఫ్లో డిఫైన్ చేయడానికి మీ మొదటి pipeline సృష్టించండి.", + "pipelines.enabled_label": "చాలా", + "pipelines.force_cloud_ocr_label": "క్లౌడ్ OCRని బలవంతం చేయండి (స్థానిక టెక్స్ట్ ఎక్స్‌ట్రాక్షన్‌ను దాటించండి)", + "pipelines.inactive_label": "సక్రియంగా లేవు", + "pipelines.loading": "పipelinesను లోడ్ని చేస్తోంది\n", + "pipelines.name_placeholder": "నా pipeline", + "pipelines.new_pipeline_btn": "కొత్త pipeline", + "pipelines.no_steps": "ఎలాంటి దశలు నిర్వచించబడలేదు. మీ pipelineని నిర్మించడం ప్రారంభించడానికి ఒక దశను జోడించండి.", + "pipelines.ocr_auto": "ఆటో (వ్యవస్థ ప్రాథమికంగా ఉపయోగించండి)", + "pipelines.ocr_language_hint": "Tesseract/EasyOCR కోసం గ్లోబల్ భాషా సెటింగ్‌ను దాటిస్తుంది. Azure మరియు Mistral భాషను ఆటో-డిటెక్ట్ చేస్తాయి.", + "pipelines.ocr_language_label": "OCR భాష", + "pipelines.optional_suffix": "(ఐచ్ఛిక)", + "pipelines.page_title": "ప్రాసెసింగ్ పipeline", + "pipelines.set_default": "నా ప్రాథమిక pipeline అని సెట్ చేయండి", + "pipelines.step_label_placeholder": "ప్రాథమిక దశ పేరు మించి", + "pipelines.step_type_label": "దశ రకం", + "pipelines.subtitle_intro": "అనుకూల డాక్యుమెంట్ ప్రాసెసింగ్ వర్క్‌ఫ్లోను నిర్వచించండి మరియు నిర్వహించండి.", + "pipelines.subtitle_system_post": "బ్యాడ్జ్ మరియు అన్ని వినియోగదారులకు కనిపించేలా.", + "pipelines.subtitle_system_pre": "సిస్టమ్ pipelines (అడ్మిన్లు రూపొందించిన) ఒక", + "pipelines.system_label": "సిస్టమ్", + "pipelines.system_pipeline_label": "సిస్టమ్ pipeline (అన్ని వినియోగదారులకు కనిపించే)", + "pipelines.title": "ప్రాసెసింగ్ pipelines", + "profile.avatar_alt": "మీ ప్రొఫైల్ చిత్రము", + "profile.avatar_heading": "ప్రొఫైల్ చిత్రము", + "profile.avatar_remove": "ప్రత్యేకంగా ఉన్న చిత్రాన్ని తొలగించండి", + "profile.avatar_upload_hint": "2 MB వరకు JPEG, PNG, GIF, లేదా WebP చిత్రాన్ని అప్‌లోడ్ చేయండి. ప్రత్యేక చిత్రముంటే, మీ {gravatar} చూపబడుతుంది.", + "profile.choose_image": "చిత్రాన్ని ఎంచుకోండి\n", + "profile.confirm_password": "కొత్త పాస్‌వర్డ్ను ధృవీకరించండి", + "profile.contact_email_hint": "సిస్టమ్ నోటిఫికేషన్ల కోసం ఉపయోగిస్తారు. ఇది మీ లాగిన్ ఇమెయిల్‌ను మార్చదు.", + "profile.contact_email_label": "సంప్రదింపు / నోటిఫికేషన్ ఇమెయిల్", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "ప్రస్తుత పాస్‌వర్డ్", + "profile.dismiss": "తిరస్కరించండి", + "profile.display_name_hint": "మీ అకౌంట్ యూజర్‌నేమ్ లేదా ఇమెయిల్‌ను ఉపయోగించడానికి ఖాళీగా ఉంచండి.", + "profile.display_name_label": "ప్రదర్శన పేరు", + "profile.display_name_placeholder": "UIలో మీ పేరుగా చూపబడింది", + "profile.general_heading": "సాధారణ సమాచారం", + "profile.gravatar_link": "గ్రావాటార్", + "profile.heading": "ప్రొఫైల్ సెట్టింగ్స్", + "profile.language_auto_detect": "స్వయంగా గుర్తించండి (బ్రౌసర్ నుండి)", + "profile.language_hint": "మీ ఇష్టమైన ఇంటర్ఫేస్ భాషను ఎంచుకోండి. “స్వయంగా గుర్తించండి” మీ బ్రౌసర్ సెట్టింగ్స్‌ను అనుసరిస్తుంది.", + "profile.language_label": "UI భాష", + "profile.new_password": "కొత్త పాస్‌వర్డ్", + "profile.new_password_hint": "కనీసం 8 అక్షరాలు.", + "profile.page_title": "ప్రొఫైల్ సెట్టింగ్స్ – డోక్యుఎలివేట్", + "profile.password_heading": "పాస్‌వర్డ్ మార్చండి", + "profile.preferences_heading": "తీరులు", + "profile.save_button": "మార్పులను సేవ్ చేయండి", + "profile.saving": "సేవ్ చేస్తోంది\n", + "profile.subtitle": "మీ ప్రదర్శన పేరు, అవతారము, భాష మరియు థీమ్ తీరులను నిర్వహించండి.", + "profile.theme_dark": "గోచీ", + "profile.theme_hint": "“సిస్టమ్ డిఫాల్” మీ పరికరం యొక్క డార్క్-మోడ్ సెట్టింగ్‌ను అనుసరిస్తుంది.", + "profile.theme_label": "రంగు యోచన", + "profile.theme_light": "ప్రకాశం", + "profile.theme_system": "సిస్టమ్ డిఫాల్", + "profile.update_password": "పాస్‌వర్డ్‌ని అప్‌డేట్ చేయండి", + "profile.updating": "కొనసాగిస్తున్నాయి\u0003C0\u0003B0\u0003B8\u0003C0\u0003B0\u0003C0\u0003B8\u0003B0\u0003C0\u0003B1\u0003B8\u00030\u0003B8\u0003B0\u0003B0\u00031\u00030\u0003C0\u0003B8\u0003B0", + "queue.active_tasks": "సక్రియమైన పనులు", + "queue.auto_refresh_1": "ప్రతిసారీ ఆఫర్-రిఫ్రెష్", + "queue.auto_refresh_2": "సెకన్లు", + "queue.col_arguments": "ఆర్గుమెంట్లు", + "queue.col_current_step": "ప్రస్తుత దశ", + "queue.col_file": "ఫైల్స", + "queue.col_files": "ఫైళ్ళు", + "queue.col_queue": "తత్వం", + "queue.col_state": "స్థితి", + "queue.col_task": "పని", + "queue.col_task_id": "పని ID", + "queue.files_processing": "ఫైళ్ళు ప్రాసెసింగ్", + "queue.heading": "తత్వ వివరణ", + "queue.last_updated": "చివరగా నవీకరించబడింది:", + "queue.loading_stats": "తత్వ గణాంకాలను లోడ్ చేస్తున్న\u0005", + "queue.no_active_tasks": "సక్రియమైన పనులు లేవు", + "queue.no_data": "ఎలాంటి డేటా లేదు", + "queue.no_files_processing": "ప్రస్తుతం ప్రాసెస్ అవుతున్న ఫైళ్ళు లేవు", + "queue.page_title": "తత్వ వివరణ", + "queue.processing_pipeline": "ప్రాసెసింగ్ పైప్‌లైన్", + "queue.queued_tasks": "తత్వంలోని పనులు", + "queue.recently_processing": "ఇటీవల ప్రాసెస్ అవుతున్న ఫైళ్ళు", + "queue.redis_queues": "రెడిస్ క్యూలు", + "queue.subtitle": "డాక్యుమెంట్ ప్రాసెసింగ్ పైప్‌లైన్ మరియు సెలరీ పనుల క్యూల యొక్క అనంతర దృశ్యం.", + "queue.workers_online": "ఆన్‌లైన్ కార్మికులు", + "search.button": "అడగండి", + "search.error_message": "అడగడం తాత్కాలికంగా అందుబాటులో లేదు. దయచేసి క్షణంలో మళ్ళీ ప్రయత్నించండి.", + "search.filter_aria_clear": "అన్ని ఫిల్టర్లను క్లియర్ చేయండి", + "search.filter_clear_button": "ఫిల్టర్లు క్లియర్ చేయండి", + "search.filter_date_from": "తేదీ నుండి", + "search.filter_date_to": "తేదీకి", + "search.filter_document_type": "డాక్యుమెంట్ రకము", + "search.filter_document_type_placeholder": "ఉదాహరణ: ఇన్వాయిస్", + "search.filter_language": "భాష", + "search.filter_language_placeholder": "ఉదాహరణ: de", + "search.filter_sender": "మొదలు", + "search.filter_sender_placeholder": "ఉదాహరణ: ACME Corp", + "search.filter_tags": "టాగ్లు", + "search.filter_tags_placeholder": "ఉదాహరణ: amazon", + "search.filter_text_quality": "పాఠం నాణ్యత", + "search.filter_text_quality_all": "అన్నీ", + "search.filter_text_quality_high": "అధిక", + "search.filter_text_quality_low": "తక్కువ", + "search.filter_text_quality_medium": "మధ్యస్థ", + "search.filter_text_quality_no_text": "ఎలాంటి పాఠ్యం లేదు", + "search.heading": "డాక్యుమెంట్ శోధన", + "search.input_aria_label": "ప్రాధాన్యత పత్రాలను శోధించండి", + "search.input_placeholder": "కంటెంట్, పంపిణీదారు, ట్యాగ్‌లు, తరగతి... ద్వారా పత్రాలను శోధించండి", + "search.loading_indicator": "శోధిస్తున్నారు\n", + "search.no_results": "ఫలితాలు లేవు", + "search.page_title": "పత్రాలను శోధించండి", + "search.placeholder": "ఫైల్నేమ్, కంటెంట్, ట్యాగ్‌లు... ద్వారా శోధించండి", + "search.result_empty": "మీ అడిగిన ప్రశ్నకు సరిపోయే పత్రాలు లేవు.", + "search.results_count": "{count} ఫలితాలు లభించాయి", + "search.saved_aria_save": "ప్రస్తుత శోధనను సేవ్ చేయండి", + "search.saved_button": "ప్రస్తుతాన్ని సేవ్ చేయండి", + "search.saved_empty": "ఇలా సేవ్ చేయబడిన శోధనలు లేవు", + "search.saved_error": "సేవ్ అయిన శోధనలను లోడ్ చేయటం సాధ్యం కాలేదు", + "search.saved_label": "సేవ్ అయిన శోధనలు", + "search.saved_loading": "లోడ్ జరుగుతున్నది...", + "search.title": "పత్రాలను శోధించండి", + "settings.audit_log_btn": "ఆడిట్ లాగ్", + "settings.autocomplete_hint": "కనిష్ట విలువలను శోధించడానికి టైప్ చేయండి లేదా ఏదైనా కస్టమ్ విలువ నమోదు చేయండి.", + "settings.autocomplete_no_matches": "ఏ సరిపోలిస్తూ లేదు — మీరు ఇంకా ఒక కస్టమ్ విలువ టైప్ చేయవచ్చు", + "settings.autocomplete_placeholder": "శోధించడానికి టైప్ చేయండి లేదా విలువను నమోదు చేయండి\u0000A", + "settings.boolean_enable_prefix": "చాలనీయమయ్యింది", + "settings.categories_aria": "సెట్టింగ్ కేటగిరీలు", + "settings.categories_heading": "కేటగిరీలు", + "settings.db_wizard_btn": "డిబి విజార్డ్", + "settings.effective_value_label": "ప్రభావశీల విలువ:", + "settings.encrypted_suffix": "= విశ్రాంతి సమయంలో సంకేతాన్వయించబడింది", + "settings.encrypted_title": "విలువ డేటాబేస్‌లో విశ్రాంతి సమయంలో సంకేతాన్వయించబడింది", + "settings.export_btn": "రావటానికి", + "settings.export_db_only": "డిబి సెట్టింగ్ మాత్రమే", + "settings.export_full_config": "ఊఎస్ ప్రభావకరమైన కాన్ఫిగరేషన్", + "settings.jump_to_category": "కేటగిరీకి జంప్ చేయండి\u0000A", + "settings.manage_config_prefix": "కాన్ఫిగరేషన్ నిర్వహించండి. ప్రాధమికత:", + "settings.model_picker_hint": "జాబితా నుండి ఎంపిక చేయండి లేదా మీ ప్రదాత ద్వారా మద్దతు పొందిన ఏ మోడల్ పేరుని టైప్ చేయండి.", + "settings.model_picker_placeholder": "సాధారణ మోడల్‌ను ఎంపిక చేయండి లేదా కస్టమ్ పేరు టైప్ చేయండి\u0000A", + "settings.no_results_clear": "శోధనను శుభ్రం చేయండి", + "settings.no_results_heading": "ఎలాంటి సెట్టింగ్‌లు లభించలేదు", + "settings.no_results_hint": "వివిధ శోధనా పదాన్ని ప్రయత్నించండి లేదా", + "settings.page_heading": "అప్లికేషన్ సెట్టింగ్‌లు", + "settings.required_label": "(అవసరం)", + "settings.reset_confirm": "మీరు ఈ సెట్టింగ్‌ను పునఃస్థాపన చేయాలనుకుంటున్నారంటారా?", + "settings.restart_required_suffix": "= పునఃప్రారంభించబడాలి", + "settings.revert_btn": "డేటాబేస్ నుండి తొలగించు", + "settings.revert_title": "డేటాబేస్ పరిమితిని తొలగించి, వాతావరణ చీటీలోకి లేదా ప్రాథమికంగా తిరిగి ", + "settings.reverting": "తిరిగి తీసుకుంటున్న\u00002026", + "settings.save_all_btn": "అన్ని మార్పులను భద్రం చేయండి", + "settings.save_error": "సెట్టింగ్ ను భద్రపరచడంలో విఫలమైంది", + "settings.save_setting_title": "ఈ సెట్టింగ్‌ను భద్రం చేయండి", + "settings.save_success": "సెట్టింగ్ విజయవంతంగా భద్రపరచింది", + "settings.saving_state": "భద్రపరిస్తోంది\u00002026", + "settings.search_aria_label": "సెటింగ్‌లను శోధించడం", + "settings.search_clear_aria": "శోధనను క్లియర్ చేయండి", + "settings.search_placeholder": "పేరు, కీ లేదా వివరణ ద్వారా సెట్టింగ్‌లను శోధించండి\u00002026", + "settings.settings_count_suffix": "సెట్టింగ్‌లు", + "settings.source_db_badge": "డీబీ", + "settings.source_default_badge": "ప్రాథమిక", + "settings.source_env_badge": "ఇ‌విఐఎన్‌", + "settings.title": "సెట్టింగ్‌లు", + "settings.toggle_visibility_aria": "పాస్వర్డ్ దృశ్యతను స్విచ్ చేయండి", + "settings.toggle_visibility_title": "మూల్యాన్ని చూపించు/ఆವర్చు", + "settings.user_autocomplete_empty": "మిళక్కులుగా ఎవరు కనపడలేదు", + "settings.user_autocomplete_hint": "పేరు ద్వారా ఉన్న వినియోగదారులను శోధించడానికి టైప్ చేయండి లేదా ఏదైనా గుర్తికొరకు చేతికి పొందండి.", + "settings.user_autocomplete_placeholder": "వినియోగదారులను శోధించడానికి టైప్ చేయడం ప్రారంభించండి\u00002026", + "settings.wizard_btn": "విజర్డ్", + "shared.col_expiry": "కాలానికి ముగింపు", + "shared.col_file_label": "ఫైల్ / లేబుల్", + "shared.col_link": "లింక్", + "shared.col_views": "చూడటం", + "shared.copy_link_aria": "క్లిప్‌బోర్డు‌కు లింక్‌ను కాపీ చేయండి", + "shared.copy_link_title": "లింక్‌ను కాపీ చేయండి", + "shared.create_btn": "లింక్‌ను సృష్టించు", + "shared.create_heading": "కొత్త భాగస్వామ్య లింక్‌ను సృష్టించండి", + "shared.creating": "సృష్టించడం\u00002026", + "shared.expiry_12h": "12 గంటలు", + "shared.expiry_14d": "14 రోజులు", + "shared.expiry_1h": "1 గంట", + "shared.expiry_24h": "24 గంటలు (1 రోజు)", + "shared.expiry_30d": "30 రోజులు", + "shared.expiry_3d": "3 రోజులు", + "shared.expiry_6h": "6 గంటలు", + "shared.expiry_7d": "7 రోజులు", + "shared.expiry_label": "కాలానికి ముగింపు", + "shared.expiry_never": "ఎప్పుడూ కాదు", + "shared.file_id_help_post": "పేజీ లేదా డాక్యుమెంట్ వివర URL లో.", + "shared.file_id_help_pre": "ఫైల్ ID ని కనుగొనండి", + "shared.file_id_label": "ఫైల్ ID", + "shared.file_id_placeholder": "ఉదా: 42", + "shared.files_link": "ఫైళ్లు", + "shared.heading": "శేర్చిన లింకులు", + "shared.label_label": "లేబుల్", + "shared.label_placeholder": "ఉదా: బాబ్ తో షేర్ చేయబడింది", + "shared.link_created": "షేర్చిన లింక్ రూపొందించబడింది!", + "shared.link_created_help": "ఈ లింక్ ను కాపీ చేయండి మరియు ప్రాప్తికర్తకు పంపండి.", + "shared.links_count_aria": "లింకుల సంఖ్య", + "shared.max_downloads_label": "అధిక Download లు", + "shared.no_links": "ఇంకా ఎలాంటి షేర్చిన లింకులు లేవు. ప్రారంభించడానికి పైకి ఒకటి సృష్టించండి.", + "shared.open_in_new_tab": "కొత్త టాబ్ లో తెరి", + "shared.open_link_aria": "షేర్చిన లింక్ ను తెరిచి", + "shared.optional": "(అనివార్యమైనది)", + "shared.page_title": "షేర్చిన లింకులు - DocuElevate", + "shared.password_label": "పాస్వర్డ్", + "shared.password_placeholder": "పాస్వర్డ్ లేకుంటే ఖాళీగా వుంచండి", + "shared.password_protected": "పాస్వర్డ్ రక్షితమైనది", + "shared.refresh_aria": "షేర్చిన లింకుల జాబితాను పునఃహృదయించండి", + "shared.revoke_aria_prefix": "షేర్చిన లింక్ ను మరియు ఎత్తివేయండి", + "shared.revoke_btn": "ఎత్తివేయండి", + "shared.status_active": " సక్రియమైనది", + "shared.status_expired": "కాలం ముగిసిపోయింది", + "shared.status_limit_reached": "క్లైంట్ చేరుకున్నది", + "shared.status_revoked": "ఎత్తివేయబడింది", + "shared.subtitle": "సమయం-పరిమిత లేదా వీక్షణ-పరిమిత లింక్ ద్వారా అందరితో డాక్యుమెంట్లను పంచండి. ప్రాప్తికర్తలకు DocuElevate ఖాతా అవసరం లేదు. లింక్ పాస్వర్డ్ రక్షితంగా ఉండవచ్చు మరియు ఎప్పుడు 에త్తివేయవచ్చు.", + "shared.table_aria": "షేర్చిన లింకులు", + "shared.unlimited_placeholder": "అనంతం", + "shared.your_links": "మీ షేర్చిన లింకులు", + "similarity.backfill_auto": "అనుపరిమితమైన పని ప్రతి 5 నిమిషాలకు వాటిని ఆటోమేటిక్ గా లెక్కించబోతుంది, లేదా మీరు", + "similarity.files_missing_text": "ఫైల్(లు) OCR మేలిమైన టెక్స్ట్ కలిగి ఉన్నారు కానీ ఇంకా ఎంబెడ్డింగ్ లేదు.", + "similarity.find_pairs_btn": "జోడీలు కనుగొనండి", + "similarity.heading": "డాక్యుమెంట్ సామ్యత", + "similarity.load_error": "జోడీలు లోడ్ చేయడంలో విఫలమైంది.", + "similarity.min_similarity_label": "తక్కువ సామ్యత", + "similarity.no_pairs_detail": "ఎలాంటి డాక్యుమెంట్ జోడీలు సామ్యత అంతరాన్ని అధిగమించవు.", + "similarity.no_pairs_heading": "ఎలాంటి సమానమైన జోడీలు కనుగోలులో లేవు", + "similarity.page_title": "పత్ర సమానత్వం - డొక్కు ఎలివేట్", + "similarity.pagination_aria": "సమానత్వ జంటలు పేజీగా సమీక్ష", + "similarity.per_page_label": "ప్రతి పేజీకి", + "similarity.scanning": "సమాన పత్ర జంటలను స్కాన్ చేస్తోంది\n", + "similarity.stat_embedding_model": "ఎంబెడ్డింగ్ మోడల్", + "similarity.stat_missing_embedding": "ఎంబెడ్డింగ్ అందుబాటులో లేదు", + "similarity.stat_total_files": "మొత్తం ఫైల్స్", + "similarity.stat_with_embedding": "ఎంబెడ్డింగ్‌తో", + "similarity.subtitle": "అధిక భావసామ్యంతో ఉన్న పత్రాల జంటలు, స్కోరుపై ర్యాంక్ చేయబడినవి.", + "similarity.trigger_aria": "ఎంబెడ్డింగ్ లేని అన్ని ఫైల్స్ కోసం ఎంబెడ్డింగ్ లెక్కింపును ప్రారంభించండి", + "similarity.trigger_now": "ఇప్పుడే ప్రారంభించండి", + "status.app_version": "అప్‌ ప్లికేషన్ సంచిక", + "status.build_date": "బిల్డ్ తేదీ", + "status.container_id": "కంటైనర్ ID", + "status.git_commit": "జిట్ కమిట్", + "status.last_check": "చివరి తనిఖీ", + "status.page_title": "సिस्टम స్థితి", + "status.setting_label": "సెట్టింగ్", + "status.value_label": "విలువ", + "subscription.available_plans_heading": "అనుభవించే ప్రణాళికలు", + "subscription.back_to_dashboard": "డాష్‌బోర్డుకు తిరిగి", + "subscription.cancel_pending": "మార్పును రద్దు చేయండి", + "subscription.cancel_scheduled": "మార్పును షెడ్యూల్ రద్దు చేయండి", + "subscription.contact_sales": "సేల్స్‌ను సంప్రదించండి", + "subscription.current_badge": "ప్రస్తుత", + "subscription.current_plan": "ప్రస్తుత ప్లאַן", + "subscription.current_plan_cta": "మీ ప్రస్తుత ప్లాన్", + "subscription.downgrade_to_prefix": "క్రిందకు", + "subscription.features_heading": "మీ ప్లాన్‌లో ఏమి ఉన్నది", + "subscription.free": "ఉచిత", + "subscription.heading": "నా సభ్యత్వం", + "subscription.keep_plan_prefix": "బాధించు", + "subscription.lifetime_files": "మొత్తం ఫైళ్ళు (తెల్లగా)", + "subscription.month_files": "ఈ నెలలో ఫైళ్ళు", + "subscription.more_features_label": "ఇంకా", + "subscription.page_title": "నా సభ్యత్వం – DocuElevate", + "subscription.pending_badge": "అనుమతి", + "subscription.pending_benefits": "అప్పుడు మీకు అన్ని ప్రస్తుత ప్లాన్ ప్రయోజనాలు ఉంటాయి.", + "subscription.pending_on": "పై", + "subscription.pending_title": "అనుమతి ప్లాన్ మార్పు షెడ్యూల్", + "subscription.pending_will_change": "మీ ప్లాన్ ఇలా మారుతుంది", + "subscription.per_mo": "/మో", + "subscription.per_month": "/మాసం", + "subscription.since": "తప్పకుండా", + "subscription.single_user_body": "బహువ్యక్తి మోడ్ فعالగా ఉన్నప్పుడు సభ్యత్వ స్థాయిలు వర్తిస్తాయి. మీ ఉదాహరణ ప్రస్తుతానికి బహువ్యక్తి మోడ్‌లో నిర్వహించాలని ఉంది. ఏ అడ్మిన్ {settings_link} ద్వారా బహువ్యక్తి మోడ్‌ను సదరు చేయవచ్చు.", + "subscription.single_user_title": "బహువ్యక్తి మోడ్ ప్రారంభించలేదు.", + "subscription.subtitle": "మీ ప్రస్తుత ప్లాన్, వినియోగం మరియు అందుబాటులో ఉన్న అప్‌గ్రేడ్లు.", + "subscription.this_month_label": "ఈ నెల", + "subscription.today_files": "ఈ రోజు ఫైళ్ళు", + "subscription.today_label": "ఈ రోజు", + "subscription.unlimited": "పరిమితి లేకుండా", + "subscription.upgrade_info": "అప్‌గ్రేడ్లు వెంటనే అమలులో ఉంటాయి. క్రిందకు వెళ్ళడం మీ ప్రస్తుత బిల్లింగ్ సమయంలో ముగియడానికి షెడ్యూల్ అవుతుంది.", + "subscription.upgrade_to_prefix": "అప్‌గ్రేడ్ చేయండి", + "subscription.usage_heading": "వినియోగం", + "upload.browse_button": "ఫైల్స్ బ్రౌజ్ చేయి", + "upload.button_processing": "ప్రాసెస్ అవుతోంది...", + "upload.camera_button": "ఫోటో తీసుకోండి / పత్రాన్ని స్కాన్ చేయండి", + "upload.download_button": "డౌన్లోడ్ మరియు ప్రాసెస్ చేయండి", + "upload.downloading": "URL నుండి ఫైల్ డౌన్లోడ్ అవుతోంది...", + "upload.drag_drop": "ఇక్కడ ఫైల్స్‌ను డ్రాగ్ & డ్రాప్ చేయండి లేదా బ్రౌజ్ చేయడానికి క్లిక్ చేయండి", + "upload.drop_hint_desktop": "ఇక్కడ ఫైల్స్ లేదా ఫోల్డర్‌ను డ్రాగ్ & డ్రాప్ చేయండి, లేదా ఫైల్స్‌ను ఎంచుకోడానికి క్లిక్ చేయండి.", + "upload.drop_hint_mobile": "ఫైల్స్‌ను ఎంచుకోవడానికి టాప్ చేసింది లేదా దిగువన ఉన్న కెమెరా బటన్‌ను ఉపయోగించండి.", + "upload.drop_zone_aria": "ఫైల్ అప్లోడ్ ప్రాంతం. ఇక్కడ ఫైల్స్‌ను డ్రాగ్ & డ్రాప్ చేయండి, లేదా ఫైల్స్‌ను బ్రౌజ్ చేయడానికి ఎన్టర్ నొక్కండి.", + "upload.error": "అప్లోడ్ విఫలము", + "upload.error_invalid_url": "చెల్లని URL ఆకారం", + "upload.error_url_required": "దయచేసి ఒక URL నమోదు చేయండి", + "upload.file_size_hint": "గరిష్ఠ పరిమాణం: 500 MB ప్రతి ఫైల్", + "upload.file_types": "అనుమతి ఇవ్వబడిన రకాలు: PDF, ఆఫీస్ డాక్యుమెంట్లు (వర్డ్, ఎక్సెల్, పవర్‌ పాయింట్, మొదలైనవి), చిత్రాలు", + "upload.filename_description": "URL నుండి ఫైల్నేమ్‌ను ఉపయోగించడానికి ఖాళీగా ఉంచండి", + "upload.filename_label": "ఫైల్నేమ్ (ఎంపిక ప్రకారం)", + "upload.filename_placeholder": "my-document.pdf", + "upload.max_size": "గరిష్ట ఫైల్ పరిమాణం: {size}", + "upload.page_title": "ఫైల్స్ అప్లోడ్ చేయండి", + "upload.section_device": "ఊర నుండి అప్లోడ్ చేయండి", + "upload.section_url": "URL నుండి అప్లోడ్ చేయండి", + "upload.select_file": "ఫైల్ ఎంచుకోండి", + "upload.success": "ఫైల్ విజయవంతంగా అప్‌లోడ్ చేసినది", + "upload.title": "ప్ర documento అప్‌లోడ్ చేయండి", + "upload.uploading": "అప్‌లోడ్ చేస్తున్నాము...", + "upload.url_description": "ఫైల్‌కు ప్రత్యక్ష కిగా ఇవ్వండి (PDF, ఆఫీస్ డాక్యుమెంట్లు, లేదా చిత్రాలు)", + "upload.url_label": "ఫైల్ URL", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/th.json b/frontend/translations/th.json new file mode 100644 index 00000000..45e36ddf --- /dev/null +++ b/frontend/translations/th.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "พบกับผู้สร้าง", + "about.creator_name": "Christian Krakau-Louis", + "about.creator_pre": "DocuElevate ได้รับการพัฒนาอย่างเต็มที่โดย", + "about.features_admin_api": "REST API ที่ทรงพลังสำหรับการเข้าถึงแบบโปรแกรม", + "about.features_admin_config": "สามารถกำหนดค่าได้มากมายผ่านตัวแปรสภาพแวดล้อม", + "about.features_admin_docker": "รองรับ Docker สำหรับการปรับใช้และการขยายตัวอย่างง่ายดาย", + "about.features_admin_heading": "การบริหารจัดการ", + "about.features_admin_oauth2": "รองรับการตรวจสอบสิทธิ์ OAuth2 ด้วย Authentik", + "about.features_automation_background": "การประมวลผลฉากหลังด้วย Redis และ Celery", + "about.features_automation_gmail": "การรวมบัญชี Gmail และอีเมลทั่วไป", + "about.features_automation_heading": "การทำงานอัตโนมัติ", + "about.features_automation_imap": "การตรวจสอบกล่องขาเข้าของ IMAP จากหลายแหล่ง", + "about.features_automation_ingestion": "การนำเอกสารเข้ามาอัตโนมัติจากข้อมูลต่างๆ", + "about.features_heading": "ฟีเจอร์หลัก", + "about.features_integration_cloud": "การจัดเก็บบนคลาวด์: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "การรวม & การจัดเก็บ", + "about.features_integration_multi_dest": "การสนับสนุนหลายจุดหมาย (เก็บเอกสารในหลายสถานที่)", + "about.features_integration_protocols": "โปรโตคอลการถ่ายโอน: FTP, SFTP, การส่งต่ออีเมล", + "about.features_integration_selfhosted": "ตัวเลือกโฮสต์ตัวเอง: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "การจำแนกประเภทเอกสารและการดึงข้อมูลวันที่อย่างชาญฉลาด", + "about.features_processing_heading": "การประมวลผลเอกสาร", + "about.features_processing_metadata": "การดึงข้อมูลเมตาอัตโนมัติด้วยผู้ให้บริการ AI ที่สามารถเสริมได้", + "about.features_processing_ocr": "OCR ที่ขับเคลื่อนโดย Azure Document Intelligence", + "about.features_processing_pdf": "การแปลง PDF สำหรับรูปแบบไฟล์ต่างๆ ผ่าน Gotenberg", + "about.features_processing_upload": "การอัปโหลดไฟล์ที่ง่ายและปลอดภัยด้วยการสนับสนุนการลากและวาง", + "about.github_logo_alt": "โลโก้ GitHub", + "about.heading": "เกี่ยวกับ DocuElevate", + "about.intro_post": " – โซลูชันที่ทันสมัยและชาญฉลาดสำหรับการประมวลผลเอกสารของคุณ! เราได้สร้าง DocuElevate เพื่อเปลี่ยนแปลงวิธีการจัดการเอกสารของคุณอย่างสิ้นเชิง ตั้งแต่การอัปโหลดจนถึงการดึงข้อมูล ตั้งแต่การประมวลผลจนถึงการจัดเก็บ", + "about.intro_pre": "ยินดีต้อนรับสู่ ", + "about.involved_description": "ต้องการดำน้ำลึกเข้าไปในโค้ด มีส่วนร่วมในแนวคิด หรือเรียนรู้เพิ่มเติมเกี่ยวกับ DocuElevate?", + "about.involved_docs": "อ่านเอกสาร", + "about.involved_github": "ดู DocuElevate บน GitHub", + "about.involved_heading": "เข้ามามีส่วนร่วม", + "about.involved_website": "เยี่ยมชมเว็บไซต์ DocuElevate", + "about.legal_description": "เราห่วงใยความเป็นส่วนตัวและความปลอดภัยข้อมูลของคุณ กรุณาทบทวน:", + "about.legal_heading": "ความเป็นส่วนตัว & กฎหมาย", + "about.legal_license": "ข้อมูลใบอนุญาต", + "about.legal_privacy": "ประกาศความเป็นส่วนตัว", + "about.page_title": "เกี่ยวกับ DocuElevate", + "about.story_heading": "เรื่องราวของเรา", + "about.story_p1": "DocuElevate ถูกสร้างขึ้นโดยมีเป้าหมายเดียวในใจ: เพื่อทำให้การจัดการเอกสารง่ายขึ้นและเป็นระบบสำหรับทุกคน ไม่ว่าคุณจะเป็นสตาร์ทอัพขนาดเล็กหรือบริษัทขนาดใหญ่", + "about.story_p2": "เรานำพลังของผู้ให้บริการ AI แบบเชื่อมต่อได้ (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey และอื่น ๆ) มาสำหรับการดึงข้อมูลเมตะและการปรับปรุงข้อความ รวมเข้ากับ Dropbox, Nextcloud และ Paperless NGX ได้อย่างราบรื่นสำหรับการจัดเก็บและการจัดทำดัชนี ใช้ Azure Document Intelligence สำหรับ OCR และแม้กระทั่งใช้ Gotenberg สำหรับการแปลงไฟล์เป็น PDF", + "api_tokens.col_created": "สร้างเมื่อ", + "api_tokens.col_last_ip": "IP ล่าสุด", + "api_tokens.col_last_used": "ใช้งานครั้งล่าสุด", + "api_tokens.col_name": "ชื่อ", + "api_tokens.col_prefix": "Token Prefix", + "api_tokens.copy_to_clipboard": "คัดลอกโทเคนไปยังคลิปบอร์ด", + "api_tokens.copy_upload_example": "คัดลอกตัวอย่างการอัปโหลดไปยังคลิปบอร์ด", + "api_tokens.copy_warning_1": "คัดลอกโทเคนนี้ตอนนี้ — มันจะ", + "api_tokens.copy_warning_2": "ไม่แสดงอีกครั้ง", + "api_tokens.create_heading": "สร้างโทเคนใหม่", + "api_tokens.create_token": "สร้างโทเคน", + "api_tokens.creating": "กำลังสร้าง…", + "api_tokens.heading": "API Tokens", + "api_tokens.intro": "สร้างโทเคน API ส่วนบุคคลเพื่อติดต่อกับ API ของ DocuElevate โดยโปรแกรม ใช้โทเคนสำหรับการอัปโหลด webhook, CI/CD pipelines หรือสคริปต์ใด ๆ ที่ต้องการอัปโหลดหรือดึงเอกสาร", + "api_tokens.loading_tokens": "กำลังโหลดโทเคน…", + "api_tokens.never": "ไม่เคย", + "api_tokens.no_tokens_heading": "ยังไม่มีโทเคน API", + "api_tokens.no_tokens_help": "สร้างโทเคนแรกของคุณด้านบนเพื่อเริ่มต้น", + "api_tokens.page_title": "API Tokens – DocuElevate", + "api_tokens.revoke": "เพิกถอน", + "api_tokens.revoke_prefix": "เพิกถอนโทเคน", + "api_tokens.status_active": "ใช้งานอยู่", + "api_tokens.status_revoked": "ถูกเพิกถอน", + "api_tokens.table_aria": "API Tokens", + "api_tokens.token_created": "สร้างโทเคนสำเร็จแล้ว!", + "api_tokens.token_name_label": "ชื่อโทเคน", + "api_tokens.token_name_placeholder": "เช่น CI Pipeline, Webhook Upload, My Script", + "api_tokens.usage_heading": "ตัวอย่างการใช้งาน", + "api_tokens.usage_intro_post": "ส่วนหัวพร้อมคำขอ API ใด ๆ:", + "api_tokens.usage_intro_pre": "ใช้โทเคน API ของคุณใน", + "api_tokens.your_tokens": "โทเคนของคุณ", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "ทรัพยากร", + "audit.col_timestamp": "เวลาประทับ", + "audit.critical": "วิกฤต", + "audit.filter_action": "การกระทำ", + "audit.filter_all_actions": "การกระทำทั้งหมด", + "audit.filter_all_users": "ผู้ใช้ทั้งหมด", + "audit.filter_resource_placeholder": "เช่น เอกสาร, ผู้ใช้", + "audit.filter_resource_type": "ประเภททรัพยากร", + "audit.filter_severity": "ความร้ายแรง", + "audit.filter_user": "ผู้ใช้", + "audit.filters_section_label": "ตัวกรองบันทึกการตรวจสอบ", + "audit.next": "ถัดไป", + "audit.next_label": "หน้าถัดไป", + "audit.no_events": "ยังไม่มีเหตุการณ์การตรวจสอบที่บันทึกไว้.", + "audit.no_events_hint": "การกระทำที่สำคัญ (การเข้าสู่ระบบ, การดำเนินการเอกสาร, การเปลี่ยนแปลงการตั้งค่า) จะแสดงที่นี่.", + "audit.page_title": "บันทึกการตรวจสอบ - DocuElevate", + "audit.pagination_label": "การแบ่งหน้าในบันทึกการตรวจสอบ", + "audit.prev": "ก่อนหน้า", + "audit.prev_label": "หน้าก่อนหน้า", + "audit.refresh_label": "การรีเฟรชบันทึกการตรวจสอบ", + "audit.siem_disabled_title": "การส่งต่อ SIEM ถูกปิดใช้งาน", + "audit.siem_enabled_title": "เหตุการณ์กำลังถูกส่งไปยัง ", + "audit.siem_off": "SIEM: ปิด", + "audit.subtitle": "บันทึกที่ครอบคลุมและเพิ่มเท่านั้นของการกระทำที่สำคัญทั้งหมด.", + "audit.table_label": "เหตุการณ์บันทึกการตรวจสอบ", + "audit.title": "บันทึกการตรวจสอบ", + "auth.confirm_password": "ยืนยันรหัสผ่าน", + "auth.create_account": "สร้างบัญชี", + "auth.display_name_label": "ชื่อที่แสดง", + "auth.email_label": "อีเมล", + "auth.forgot_password": "ลืมรหัสผ่าน?", + "auth.forgot_username": "ลืมชื่อผู้ใช้?", + "auth.login": "เข้าสู่ระบบ", + "auth.login_title": "เข้าสู่ระบบ", + "auth.logo_alt": "โลโก้ DocuElevate", + "auth.logout": "ออกจากระบบ", + "auth.my_account": "บัญชีของฉัน", + "auth.no_account": "ยังไม่มีบัญชี?", + "auth.or_continue_with": "หรือดำเนินการต่อด้วย", + "auth.password_label": "รหัสผ่าน", + "auth.profile": "โปรไฟล์", + "auth.remember_me": "จำฉันไว้", + "auth.return_home": "กลับสู่บ้าน", + "auth.sign_in": "เข้าสู่ระบบ", + "auth.sign_in_sso": "เข้าสู่ระบบด้วย SSO", + "auth.sign_in_with": "ลงชื่อเข้าใช้งานด้วย", + "auth.sign_in_with_username": "ลงชื่อเข้าใช้งานด้วยชื่อผู้ใช้", + "auth.signup": "ลงทะเบียน", + "auth.signup_title": "ลงทะเบียน", + "auth.username_label": "ชื่อผู้ใช้", + "auth.username_or_email": "ชื่อผู้ใช้หรืออีเมล", + "auth.verify_email_back_sign_in": "กลับไปยังการลงชื่อเข้าใช้งาน", + "auth.verify_email_expiry": "ลิงก์จะหมดอายุภายใน 24 ชั่วโมง หากคุณไม่เห็นอีเมลให้ตรวจสอบโฟลเดอร์ขยะ", + "auth.verify_email_heading": "ตรวจสอบกล่องจดหมายของคุณ", + "auth.verify_email_message": "เราส่งอีเมลการตรวจสอบไปยังคุณแล้ว กรุณาคลิกลิงก์ในอีเมลเพื่อเปิดใช้งานบัญชีของคุณ", + "auth.verify_email_page_title": "DocuElevate - ตรวจสอบอีเมลของคุณ", + "auth.verify_email_resend_aria_label": "ที่อยู่อีเมลสำหรับการส่งซ้ำ", + "auth.verify_email_resend_button": "ส่งอีเมลการตรวจสอบซ้ำ", + "auth.verify_email_resend_label": "ที่อยู่อีเมล", + "auth.verify_email_resend_placeholder": "กรุณาใส่ที่อยู่อีเมลของคุณ", + "auth.verify_email_resend_prompt": "ไม่ได้รับใช่ไหม?", + "backup.archives_heading": "สำรองข้อมูล", + "backup.backup_now": "สำรองข้อมูลเดี๋ยวนี้", + "backup.clean_up": "ทำความสะอาด", + "backup.cleanup_title": "ดำเนินการทำความสะอาดการเก็บรักษาเดี๋ยวนี้", + "backup.col_created": "สร้างเมื่อ", + "backup.col_filename": "ชื่อไฟล์", + "backup.col_size": "ขนาด", + "backup.col_storage": "ที่เก็บข้อมูล", + "backup.col_type": "ประเภท", + "backup.config_auto_backup": "สำรองข้อมูลอัตโนมัติ", + "backup.config_remote_dest": "ปลายทางระยะไกล", + "backup.config_retention": "การเก็บรักษา", + "backup.config_total_size": "ขนาดทั้งหมดในเครื่อง", + "backup.confirm_btn": "ยืนยัน", + "backup.confirm_title": "ยืนยันการกระทำ", + "backup.heading": "การจัดการสำรองข้อมูล", + "backup.local_only": "เฉพาะในเครื่อง", + "backup.no_backups": "ยังไม่มีการสำรองข้อมูล", + "backup.no_backups_hint": "คลิกที่ สำรองข้อมูลเดี๋ยวนี้ เพื่อสร้างการสำรองข้อมูลครั้งแรกของคุณ", + "backup.page_title": "การจัดการสำรองข้อมูล", + "backup.records_label": "บันทึก", + "backup.restore_btn": "กู้คืน", + "backup.restore_desc_mid": "ไฟล์สำรองเพื่อกู้คืนฐานข้อมูล", + "backup.restore_desc_pre": "อัปโหลด", + "backup.restore_desc_warning": "นี้จะทำให้ข้อมูลปัจจุบันทั้งหมดถูกเขียนทับ。", + "backup.restore_file_label": "ไฟล์สำรอง (.db.gz)", + "backup.restore_heading": "กู้คืนจากไฟล์", + "backup.restoring": "กำลังคืนค่\u0000…", + "backup.retention_daily_detail": "– เก็บไว้เป็นเวลา 3 สัปดาห์", + "backup.retention_heading": "นโยบายการเก็บรักษา", + "backup.retention_hourly_detail": "– เก็บไว้เป็นเวลา 4 วัน", + "backup.retention_note": "การสำรองข้อมูลที่เกินขีดจำกัดเหล่านี้จะถูกลบโดยอัตโนมัติหลังจากที่มีการสร้างการสำรองข้อมูลใหม่แต่ละครั้ง。", + "backup.retention_weekly_detail": "– เก็บไว้ประมาณ 3 เดือน", + "backup.snapshots": "ภาพถ่าย", + "backup.status_ok": "ตกลง", + "backup.storage_local": "ท้องถิ่น", + "backup.subtitle": "การสำรองข้อมูลฐานข้อมูลจะถูกสร้างขึ้นโดยอัตโนมัติ: ทุกชั่วโมง (4 วัน), ทุกวัน (3 สัปดาห์), ทุกสัปดาห์ (13 สัปดาห์)。", + "backup.table_aria": "การเก็บสำรอง", + "backup.trigger_daily": "สำรองเดี๋ยวนี้ (ทุกวัน)", + "backup.trigger_hourly": "สำรองเดี๋ยวนี้ (ทุกชั่วโมง)", + "backup.trigger_weekly": "สำรองเดี๋ยวนี้ (ทุกสัปดาห์)", + "backup.type_daily": "รายวัน", + "backup.type_hourly": "รายชั่วโมง", + "backup.type_weekly": "รายสัปดาห์", + "billing.go_to_dashboard": "ไปที่แดชบอร์ด", + "billing.manage_subscription": "จัดการการสมัครสมาชิก", + "billing.success_heading": "คุณพร้อมแล้ว!", + "billing.success_message": "การสมัครสมาชิกของคุณได้ถูกเปิดใช้งาน ขอบคุณที่เลือก DocuElevate!", + "billing.success_page_title": "DocuElevate - เปิดใช้การสมัครสมาชิก", + "common.actions": "การดำเนินการ", + "common.active": "ใช้งาน", + "common.all": "ทั้งหมด", + "common.avatar": "อวตาร์", + "common.back": "กลับ", + "common.cancel": "ยกเลิก", + "common.close": "ปิด", + "common.col_pending": "กำลังรอดำเนินการ", + "common.completed": "เสร็จสิ้น", + "common.confirm": "ยืนยัน", + "common.copied": "คัดลอกแล้ว!", + "common.copy": "คัดลอก", + "common.create": "สร้าง", + "common.created": "สร้างเสร็จ", + "common.date": "วันที่", + "common.delete": "ลบ", + "common.description": "คำอธิบาย", + "common.details": "รายละเอียด", + "common.disabled": "ปิดใช้งาน", + "common.download": "ดาวน์โหลด", + "common.duplicate": "ซ้ำ", + "common.edit": "แก้ไข", + "common.enabled": "เปิดใช้งาน", + "common.error": "ข้อผิดพลาด", + "common.failed": "ล้มเหลว", + "common.filter": "กรอง", + "common.inactive": "ยังไม่ใช้งาน", + "common.info": "ข้อมูล", + "common.loading": "กำลังโหลด...", + "common.name": "ชื่อ", + "common.next": "ถัดไป", + "common.next_page": "หน้าถัดไป", + "common.no": "ไม่", + "common.none": "ไม่มี", + "common.page": "หน้า", + "common.paused": "หยุดชั่วคราว", + "common.pending": "รออยู่", + "common.prev_page": "หน้าก่อนหน้า", + "common.previous": "ก่อนหน้า", + "common.processing": "กำลังประมวลผล", + "common.refresh": "รีเฟรช", + "common.reset": "รีเซ็ต", + "common.retry": "ลองใหม่", + "common.save": "บันทึก", + "common.search": "ค้นหา", + "common.select": "เลือก", + "common.select_placeholder": "— เลือก —", + "common.size": "ขนาด", + "common.status": "สถานะ", + "common.submit": "ส่ง", + "common.success": "สำเร็จ", + "common.tags": "แท็ก", + "common.test": "ทดสอบ", + "common.test_connection": "ทดสอบการเชื่อมต่อ", + "common.type": "ประเภท", + "common.update": "อัปเดต", + "common.updated": "อัปเดต", + "common.upload": "อัปโหลด", + "common.view": "ดู", + "common.warning": "คำเตือน", + "common.yes": "ใช่", + "cookie.accept": "รับทราบ", + "cookie.learn_more": "เรียนรู้เพิ่มเติม", + "cookie.message": "เว็บไซต์นี้ใช้คุกกี้เพื่อปรับปรุงประสบการณ์ของคุณ", + "cookie.notice": "DocuElevate ใช้คุกกี้เซสชันที่จำเป็นเท่านั้นสำหรับการตรวจสอบสิทธิและการดำเนินการบริการ ไม่ได้ใช้คุกกี้ติดตามหรือวิเคราะห์", + "cookie.notice_label": "ประกาศคุกกี้", + "cookie.policy_link": "นโยบายการใช้คุกกี้", + "cookie.privacy_link": "ประกาศความเป็นส่วนตัว", + "credentials.col_action": "การดำเนินการ", + "credentials.col_credential": "ข้อมูลประจำตัว", + "credentials.col_source": "แหล่งที่มา", + "credentials.configured": "กำหนดค่าแล้ว", + "credentials.edit_in_settings": "แก้ไขในการตั้งค่า", + "credentials.legend_db": "ค่าที่เก็บในฐานข้อมูล (เข้ารหัสเมื่อไม่ใช้งาน; เขียนทับตัวแปรสภาพแวดล้อม)", + "credentials.legend_env_after": " ไฟล์", + "credentials.legend_env_before": "ค่าจากตัวแปรสภาพแวดล้อมหรือ ", + "credentials.legend_missing": "ข้อมูลประจำตัวไม่ได้ตั้งค่า \u0004— การรวมจะไม่ทำงาน", + "credentials.legend_restart": "ต้องเริ่มใหม่เมื่อข้อมูลประจำตัวนี้ถูกหมุน", + "credentials.legend_title": "คำอธิบาย", + "credentials.manage_settings": "จัดการการตั้งค่า", + "credentials.not_configured": "ยังไม่ได้กำหนดค่า", + "credentials.page_title": "การตรวจสอบข้อมูลประจำตัว - DocuElevate", + "credentials.raw_json": "JSON ดิบ (API)", + "credentials.restart_title": "ต้องเริ่มใหม่หลังจากหมุนข้อมูลประจำตัวนี้", + "credentials.source_db_title": "เก็บในฐานข้อมูล (เข้ารหัส)", + "credentials.source_env_title": "มาจากตัวแปรสภาพแวดล้อม", + "credentials.status_missing": "ขาดหายไป", + "credentials.subtitle": "ภาพรวมของข้อมูลประจำตัวที่ละเอียดอ่อนทั้งหมดที่ใช้โดย DocuElevate ไม่มีค่าลับปรากฏที่นี่ \u0004— แค่ข้อมูลว่าแต่ละข้อมูลประจำตัวถูกกำหนดค่าและมาจากที่ไหน", + "credentials.table_for": "ข้อมูลประจำตัวสำหรับ", + "credentials.title": "การตรวจสอบข้อมูลประจำตัว", + "credentials.total_credentials": "ข้อมูลประจำตัวทั้งหมด", + "dashboard.active_integrations": "การรวมที่ใช้งานอยู่", + "dashboard.files_this_month": "ไฟล์ในเดือนนี้", + "dashboard.files_today": "ไฟล์วันนี้", + "dashboard.ocr_processed": "ประมวลผล OCR", + "dashboard.quick_actions": "การดำเนินการรวดเร็ว", + "dashboard.recent_activity": "กิจกรรมล่าสุด", + "dashboard.storage_targets": "เป้าหมายการจัดเก็บ", + "dashboard.title": "แดชบอร์ด", + "dashboard.total_files": "ไฟล์ทั้งหมด", + "dashboard.welcome": "ยินดีต้อนรับสู่ DocuElevate", + "duplicates.file_id_label": "หมายเลขไฟล์", + "duplicates.file_id_placeholder": "เช่น 42", + "duplicates.find_btn": "ค้นหา", + "duplicates.found_files": "ไฟล์ซ้ำทั้งหมด.", + "duplicates.found_groups": "กลุ่มซ้ำที่มี", + "duplicates.found_prefix": "พบ", + "duplicates.group_aria": "กลุ่มซ้ำ", + "duplicates.heading": "เอกสารซ้ำ", + "duplicates.how_it_works_heading": "วิธีการตรวจจับใกล้เคียงที่ซ้ำกัน", + "duplicates.max_results_label": "ผลลัพธ์สูงสุด", + "duplicates.near_dup_desc": "เลือกเอกสารเพื่อตรวจสอบว่าไฟล์อื่นมีเนื้อหาที่เหมือนกัน (หรือใกล้เคียงมาก) หรือไม่ — แม้ว่าจะถูกสแกนในเวลาที่ต่างกันและมี SHA-256 hashes ที่แตกต่างกัน.", + "duplicates.near_dup_heading": "ค้นหาเอกสารใกล้เคียงที่ซ้ำกัน", + "duplicates.no_exact_heading": "ไม่พบเอกสารที่ซ้ำกัน", + "duplicates.page_title": "เอกสารซ้ำ - DocuElevate", + "duplicates.pagination_aria": "การแบ่งหน้า", + "duplicates.role_duplicate": "ซ้ำ", + "duplicates.role_original": "ต้นฉบับ", + "duplicates.tab_exact": "เอกสารที่ซ้ำกันอย่างแม่นยำ", + "duplicates.tab_near": "ค้นหาซ้ำใกล้เคียง", + "duplicates.tabs_aria": "แท็บการตรวจจับซ้ำ", + "duplicates.threshold_label": "เกณฑ์ความคล้ายคลึง", + "duplicates.view_dup_aria": "ดูไฟล์ซ้ำ", + "duplicates.view_original_aria": "ดูไฟล์ต้นฉบับ", + "error.404_code": "404", + "error.404_heading": "อุ๊ปส์ เราไม่สามารถค้นหาหน้านั้นได้!", + "error.404_home": "กลับไปที่บ้าน", + "error.404_message": "ดูเหมือนว่า DocuElevate จะทำเอกสารที่คุณกำลังมองหาหาย อย่ากังวล - เรายินดีช่วยคุณ.", + "error.404_title": "404 - ไม่พบ", + "error.500_code": "500", + "error.500_debug_info": "แสดงข้อมูลการดีบั๊ก", + "error.500_description": "เซิร์ฟเวอร์ของเราเกิดปัญหาและต้องการเวลา", + "error.500_heading": "อุ๊ปส์! เกิดข้อผิดพลาดขึ้น.", + "error.500_home": "กลับไปที่บ้าน", + "error.500_img_alt": "ภาพประกอบของข้อผิดพลาดของเซิร์ฟเวอร์", + "error.500_message1": "เซิร์ฟเวอร์ของเราเกิดปัญหาและต้องการเวลา บางทีหนูแฮมสเตอร์อาจจะทำกาแฟหก?", + "error.500_message2": "เรากำลังจัดการกับมันอยู่—จัดระเบียบไฟล์ รีบูตเซิร์ฟเวอร์ และปรับเทียบฟลักซ์คาปาซิเตอร์.", + "error.500_title": "ข้อผิดพลาดของเซิร์ฟเวอร์ - DocuElevate", + "error.forbidden": "ห้ามเข้าถึง", + "error.forbidden_message": "คุณไม่มีสิทธิ์ในการเข้าถึงหน้านี้.", + "error.not_found": "ไม่พบหน้า", + "error.not_found_message": "หน้าที่คุณต้องการไม่อยู่", + "error.server_error": "ข้อผิดพลาดภายในเซิร์ฟเวอร์", + "error.server_error_message": "มีบางอย่างผิดพลาด กรุณาลองใหม่อีกครั้งในภายหลัง", + "error.unauthorized": "ไม่ได้รับอนุญาต", + "error.unauthorized_message": "คุณต้องล็อกอินเพื่อเข้าถึงหน้านี้", + "files.action_delete": "ลบไฟล์", + "files.action_details": "ดูรายละเอียด", + "files.action_preview": "ดูตัวอย่างอย่างรวดเร็ว", + "files.bulk_clear_selection": "ลบการเลือก", + "files.bulk_cloud_ocr": "เรียกใช้ Cloud OCR ใหม่", + "files.bulk_delete": "ลบไฟล์ที่เลือก", + "files.bulk_download": "ดาวน์โหลดเป็น ZIP", + "files.bulk_reprocess": "ประมวลผลใหม่ที่เลือก", + "files.delete_modal_cancel": "ยกเลิก", + "files.delete_modal_confirm": "ลบ", + "files.delete_modal_message": "คุณแน่ใจหรือว่าต้องการลบไฟล์นี้?", + "files.delete_modal_title": "ยืนยันการลบ", + "files.document_title": "ชื่อเอกสาร", + "files.drop_overlay_hint": "รองรับไฟล์ PDF, เอกสาร Office, รูปภาพ, HTML, Markdown และอื่นๆ – โฟลเดอร์จะถูกประมวลผลแบบเรียงลำดับ", + "files.drop_overlay_title": "ลากไฟล์หรือโฟลเดอร์ไปที่ใดก็ได้เพื่ออัปโหลด", + "files.error_hint": "อาจเกิดจากปัญหาการตั้งค่าหรือการนำเข้า กรุณาตรวจสอบบันทึกเซิร์ฟเวอร์", + "files.file_size": "ขนาดไฟล์", + "files.filename": "ชื่อไฟล์", + "files.files_selected": "ไฟล์ที่เลือก", + "files.filter_all_providers": "ผู้ให้บริการทั้งหมด", + "files.filter_all_statuses": "สถานะทั้งหมด", + "files.filter_all_types": "ประเภททั้งหมด", + "files.filter_apply": "ใช้ตัวกรอง", + "files.filter_clear": "ล้าง", + "files.filter_date_from": "วันที่เริ่มต้น", + "files.filter_date_from_aria": "กรองจากวันที่", + "files.filter_date_to": "วันที่สิ้นสุด", + "files.filter_date_to_aria": "กรองถึงวันที่", + "files.filter_form_aria": "กรองไฟล์", + "files.filter_mime_type": "ประเภท MIME", + "files.filter_ocr_all": "ไฟล์ทั้งหมด", + "files.filter_ocr_good": "คุณภาพดี", + "files.filter_ocr_poor": "คุณภาพต่ำ", + "files.filter_ocr_quality": "คุณภาพ OCR", + "files.filter_ocr_quality_aria": "กรองตามคะแนนคุณภาพ OCR", + "files.filter_ocr_unchecked": "ยังไม่ได้ประเมิน", + "files.filter_search_label": "ค้นหาชื่อไฟล์", + "files.filter_search_placeholder": "ป้อนชื่อไฟล์...", + "files.filter_storage_provider": "ผู้ให้บริการพื้นที่เก็บข้อมูล", + "files.filter_tags_aria": "กรองตามแท็ก (คั่นด้วยเครื่องหมายจุลภาค)", + "files.filter_tags_placeholder": "เช่น ใบแจ้งหนี้,amazon", + "files.fulltext_search_label": "การค้นหาข้อความเต็ม (ข้อความ OCR, เมตาดาทา, แท็ก)", + "files.fulltext_search_placeholder": "ค้นหาเนื้อหาของเอกสาร, ผู้ส่ง, แท็ก, ประเภท...", + "files.no_files": "ไม่พบไฟล์", + "files.ocr_status": "สถานะ OCR", + "files.page_title": "บันทึกไฟล์", + "files.pagination_files": "ไฟล์", + "files.pagination_first": "แรก", + "files.pagination_last": "สุดท้าย", + "files.pagination_nav_aria": "การแบ่งหน้าในรายการไฟล์", + "files.pagination_next": "ถัดไป", + "files.pagination_of": "ของ", + "files.pagination_previous": "ก่อนหน้า", + "files.pagination_showing": "แสดง", + "files.preview_modal_close": "ปิดตัวอย่าง", + "files.preview_modal_title": "ตัวอย่าง", + "files.queue_banner_items": "รายการที่กำลังรอหรือกำลังประมวลผล ไฟล์จะปรากฏที่นี่เมื่อการประมวลผลเสร็จสิ้น", + "files.queue_banner_link": "ดูคิว", + "files.saved_searches_empty": "ยังไม่มีการค้นหาที่บันทึกไว้", + "files.saved_searches_error": "ไม่สามารถโหลดการค้นหาที่บันทึกไว้", + "files.saved_searches_label": "การค้นหาที่บันทึกไว้", + "files.saved_searches_save": "บันทึกปัจจุบัน", + "files.saved_searches_save_aria": "บันทึกตัวกรองปัจจุบันเป็นการค้นหาที่บันทึกไว้", + "files.search_results_empty": "ไม่พบผลลัพธ์.", + "files.search_results_title": "ผลการค้นหา", + "files.status_duplicate": "ซ้ำ", + "files.table_actions": "การกระทำ", + "files.table_aria": "บันทึกไฟล์", + "files.table_created_at": "สร้างเมื่อ", + "files.table_empty": "ไม่พบไฟล์", + "files.table_id": "รหัส", + "files.table_mime_type": "ประเภท MIME", + "files.table_original_filename": "ชื่อไฟล์ต้นฉบับ", + "files.table_select_all": "เลือกไฟล์ทั้งหมดในหน้านี้", + "files.tags": "แท็ก", + "files.title": "ไฟล์", + "files.upload_modal_aria": "ความก้าวหน้าของการอัปโหลด", + "files.upload_modal_close": "ปิดความก้าวหน้าการอัปโหลด", + "files.upload_modal_header": "กำลังอัปโหลดไฟล์", + "files.uploaded": "อัปโหลดแล้ว", + "footer.about": "เกี่ยวกับ", + "footer.attribution": "การให้เครดิต", + "footer.attributions": "การให้เครดิต", + "footer.cookies": "คุกกี้", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "ข้อมูลติดต่อ", + "footer.license": "ใบอนุญาต", + "footer.navigation": "การนำทางด้านล่าง", + "footer.privacy": "ความเป็นส่วนตัว", + "footer.terms": "เงื่อนไข", + "footer.version": "เวอร์ชัน {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "เชื่อมโยงด้วย OAuth ไฟล์จะอยู่ในโฟลเดอร์ที่เลือก", + "help.destinations_email": "การส่งต่ออีเมล", + "help.destinations_email_desc": "ไฟล์ที่ประมวลผลจะถูกส่งเป็นไฟล์แนบ SMTP", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "บัญชีบริการหรือ OAuth รองรับไดรฟ์ที่แชร์", + "help.destinations_heading": "จุดหมายปลายทาง – ที่เอกสารไป", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "การจัดเก็บคลาวด์ที่โฮสต์ด้วยตนเองผ่าน WebDAV", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "การรวม API ของ Microsoft Graph", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "ส่งเอกสารตรงไปยัง Paperless เพื่อการเก็บถาวร", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "บัคเก็ตที่เข้ากันได้กับ S3 ใด ๆ (AWS, MinIO, Wasabi)", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "การถ่ายโอนไฟล์อย่างปลอดภัยไปยังเซิร์ฟเวอร์ใด ๆ", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "POST เมตาดาต้าไปยังจุดสิ้นสุดภายนอกใด ๆ", + "help.documentation": "เอกสาร", + "help.faq": "คำถามที่พบบ่อย", + "help.faq_1_a": "ไปที่หน้าอัปโหลด ลากและวางไฟล์ของคุณหรือต้องการเลือกไฟล์ DocuElevate จะแปลงภาพและเอกสารสำนักงานเป็น PDF ทำ OCR และดึงเมตาดาต้าโดยอัตโนมัติ", + "help.faq_1_q": "ฉันจะอัปโหลดเอกสารได้อย่างไร?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF และ HTML ไฟล์ที่ไม่ใช่ PDF จะถูกแปลงเป็น PDF โดยอัตโนมัติก่อนการประมวลผล", + "help.faq_2_q": "รองรับรูปแบบไฟล์ใดบ้าง?", + "help.faq_3_a": "ใช่ ไปที่การนำเข้าอีเมล เพิ่มบัญชี IMAP และ DocuElevate จะตรวจสอบข้อความใหม่และประมวลผลไฟล์แนบโดยอัตโนมัติ", + "help.faq_3_q": "ฉันสามารถนำเอกสารจากอีเมลเข้ามาได้หรือไม่?", + "help.faq_4_a": "Pipeline ช่วยให้คุณเชื่อมโยงขั้นตอนการประมวลผล – OCR, การดึงข้อมูลด้วย AI, การแปลงรูปแบบ – และกำหนดเส้นทางผลลัพธ์ไปยังจุดหมายหลายแห่ง สร้างและจัดการจากหน้า Pipeline", + "help.faq_4_q": "Pipeline การประมวลผลทำงานอย่างไร?", + "help.faq_5_a": "DocuElevate เข้ารหัสข้อมูลประจำตัวในขณะพัก ใช้การสื่อสารผ่าน TLS และไม่เก็บเอกสารของคุณไว้นานเกินความจำเป็น ดูประกาศความเป็นส่วนตัวสำหรับรายละเอียดทั้งหมด", + "help.faq_5_a_post": "สำหรับรายละเอียดทั้งหมด.", + "help.faq_5_a_pre": "DocuElevate เข้ารหัสข้อมูลประจำตัวที่เก็บรักษาไว้ สื่อสารผ่าน TLS และไม่เก็บเอกสารของคุณนานเกินความจำเป็น ดูที่ ", + "help.faq_5_q": "ข้อมูลของฉันปลอดภัยหรือไม่?", + "help.faq_heading": "คำถามที่พบบ่อย", + "help.getting_started": "เริ่มต้นใช้งาน", + "help.heading": "ศูนย์ช่วยเหลือ", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "ใช้ REST API ในการโยนเอกสารแบบโปรแกรม ใช้ Bearer token ในการตรวจสอบตัวตนและส่งไฟล์ไปยังจุดส่งขึ้น.", + "help.ingestion_heading": "เครื่องมือการนำเข้าข้อมูล", + "help.ingestion_mobile": "แอปมือถือ", + "help.ingestion_mobile_desc": "ใช้แอปสแกนมือถือใดๆ ที่รองรับการอัปโหลด HTTP ที่กำหนดเองเพื่อส่งรูปถ่ายและรูปภาพสแกนไปยัง DocuElevate จากโทรศัพท์หรือแท็บเล็ตของคุณ.", + "help.ingestion_scanners": "เครื่องสแกนเนอร์เครือข่าย", + "help.ingestion_scanners_desc": "ชี้เครื่องสแกนเนอร์เครือข่ายหรือเครื่องพิมพ์หลายฟังก์ชันไปที่จุดส่งขึ้นของ DocuElevate เอกสารที่ถูกสแกนจะถูกส่งไปยังคิวการประมวลผลของคุณโดยตรง.", + "help.ingestion_watched_folders": "โฟลเดอร์ที่เฝ้าติดตาม", + "help.ingestion_watched_folders_desc": "กำหนดค่าโฟลเดอร์ท้องถิ่นหรือเครือข่ายให้เฝ้าติดตาม ไฟล์ใดๆ ที่ถูกวางในโฟลเดอร์ที่เฝ้าติดตามจะถูกส่งขึ้นและประมวลผลโดย DocuElevate โดยอัตโนมัติ.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "บูรณาการ DocuElevate เข้ากับการทำงานอัตโนมัติของคุณด้วย Zapier, n8n, หรือ Make ใช้การกระทำ REST API เพื่อกระตุ้นการอัปโหลดเอกสารจากเหตุการณ์ใดๆ.", + "help.meta_description": "รับความช่วยเหลือเกี่ยวกับ DocuElevate – ค้นหาคู่มือเกี่ยวกับการอัปโหลดเอกสาร การเชื่อมต่อที่เก็บข้อมูลบนคลาวด์ การตั้งค่าท่อ และอื่นๆ.", + "help.og_description": "รับความช่วยเหลือเกี่ยวกับ DocuElevate – ค้นหาคู่มือเกี่ยวกับการอัปโหลดเอกสาร การเชื่อมต่อที่เก็บข้อมูลบนคลาวด์ การตั้งค่าท่อ และอื่นๆ.", + "help.page_title": "ศูนย์ช่วยเหลือ", + "help.privacy_notice": "ประกาศความเป็นส่วนตัว", + "help.quickstart_heading": "เริ่มต้นอย่างรวดเร็ว", + "help.quickstart_storage": "เชื่อมต่อ Storage", + "help.quickstart_storage_desc": "ไปที่การตั้งค่าและเชื่อมโยงบัญชีคลาวด์ของคุณ เอกสารที่ประมวลผลจะถูกกำหนดเส้นทางโดยอัตโนมัติไปยังทุกจุดหมายที่คุณกำหนด", + "help.quickstart_storage_desc_full": "ไปที่การบูรณาการและเชื่อมโยงบัญชีที่เก็บข้อมูลบนคลาวด์ของคุณ DocuElevate รองรับ Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud และอื่นๆ เอกสารที่ประมวลผลจะถูกส่งไปยังทุกจุดหมายที่คุณกำหนด.", + "help.quickstart_upload": "อัปโหลดเอกสาร", + "help.quickstart_upload_desc": "ลากและวางไฟล์ไปยังหน้าอัปโหลดหรือคลิกเลือกไฟล์ DocuElevate จะแปลงภาพและเอกสารจากสำนักงานเป็น PDF ทำ OCR และดึงข้อมูลเมตาโดยอัตโนมัติ", + "help.quickstart_workflows": "สร้าง Workflows อัตโนมัติ", + "help.quickstart_workflows_desc": "สร้าง Pipeline เพื่อนิยามการประมวลผลหลายขั้นตอนและกฎการกำหนดเส้นทาง รวม OCR, การดึงข้อมูลด้วย AI, การแปลงรูปแบบ และการส่งในกระบวนการเดียว", + "help.sources_email_ingestion": "การนำเข้าอีเมล (IMAP)", + "help.sources_email_ingestion_desc": "ส่งต่อเอกสารไปยังกล่องจดหมายที่กำหนดเฉพาะ ภายใต้การนำเข้าอีเมล เพิ่มบัญชี IMAP หนึ่งบัญชีหรือมากกว่า DocuElevate จะตรวจสอบข้อความใหม่และประมวลผลไฟล์แนบโดยอัตโนมัติ", + "help.sources_heading": "แหล่งข้อมูล – การนำเอกสารเข้ามา", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "รวมเข้ากับโปรแกรมโดยการ POST ไฟล์ไปยัง /api/upload เหมาะสำหรับสคริปต์ โฟลเดอร์ที่เฝ้าติดตาม สแกนเนอร์ หรือเครื่องมือของบุคคลที่สามเช่น Zapier และ n8n", + "help.sources_scanner": "สแกนเนอร์ & มือถือ", + "help.sources_scanner_desc": "ชี้สแกนเนอร์เครือข่ายไปยังจุดสิ้นสุดการอัปโหลดของ DocuElevate หรือใช้แอปสแกนมือถือใดๆ ที่สนับสนุนจุดหมายแบบ HTTP ที่กำหนดเอง", + "help.sources_scanner_desc_full": "กำหนดค่าเครื่องสแกนเนอร์เครือข่ายหรือเครื่องพิมพ์หลายฟังก์ชันของคุณเพื่อส่งภาพสแกนโดยตรงไปยัง DocuElevate ใช้จุดสิ้นสุด /api/upload เป็นจุดหมาย แอปสแกนมือถือที่มีจุดส่งขึ้นที่กำหนดเองก็ได้รับการสนับสนุนด้วย.", + "help.sources_web_upload": "การอัปโหลดผ่านเว็บ", + "help.sources_web_upload_desc": "วิธีที่เร็วที่สุดในการเริ่มต้น เปิดหน้าอัปโหลด วางไฟล์หนึ่งหรือมากกว่าและ DocuElevate จะดูแลที่เหลือ รูปแบบที่รองรับรวมถึง PDF, JPEG, PNG, TIFF, DOCX, XLSX และอื่นๆ", + "help.subheading": "ทุกสิ่งที่คุณต้องการเพื่อให้ได้ประโยชน์สูงสุดจาก DocuElevate เรียนรู้หัวข้อต่างๆ ด้านล่างหรือค้นหาสิ่งที่คุณต้องการ", + "help.support": "สนับสนุน", + "help.support_admin_message": "ติดต่อผู้ดูแลระบบของคุณสำหรับข้อมูลการสนับสนุน", + "help.support_description": "ไม่สามารถหาสิ่งที่คุณกำลังมองหาใช่ไหม? ทีมสนับสนุนของเราพร้อมที่จะช่วยเหลือ", + "help.support_heading": "ติดต่อการสนับสนุน", + "help.support_live_chat": "แชทสดพร้อมให้บริการ – คลิกที่ฟองสนทนาเพื่อเริ่มการสนทนา.", + "help.support_ticket_button": "ส่งตั๋ว", + "help.support_ticket_desc": "กรอกแบบฟอร์มด้านล่างและทีมสนับสนุนของเราจะติดต่อกลับหาคุณโดยเร็วที่สุด.", + "help.support_ticket_heading": "เปิดตั๋วสนับสนุน", + "help.title": "ศูนย์ช่วยเหลือ", + "help.workflows_creating": "การสร้าง Pipeline", + "help.workflows_definition": "Pipeline คือชุดขั้นตอนการประมวลผลที่ทำงานโดยอัตโนมัติเมื่อใดก็ตามที่มีการนำเอกสารเข้าไป ทุกขั้นตอนสามารถเปลี่ยนแปลง เพิ่มความมั่งคั่ง หรือกำหนดเส้นทางเอกสารได้", + "help.workflows_heading": "Workflows & Pipelines", + "help.workflows_step_1": "แปลงเป็น PDF", + "help.workflows_step_1_create": "ไปที่ Pipelines ในเมนูหลัก", + "help.workflows_step_1_full": "แปลงเป็น PDF – ไฟล์ที่เข้ามาทั้งหมดจะถูกปรับให้เป็นรูปแบบ PDF ที่สม่ำเสมอ.", + "help.workflows_step_2": "OCR – สกัดข้อความ", + "help.workflows_step_2_create": "คลิกที่ New Pipeline และตั้งชื่อ", + "help.workflows_step_2_full": "OCR – ดึงข้อความที่เลือกได้จากหน้าสแกนโดยใช้ Azure Document Intelligence หรือเครื่องมือในตัว.", + "help.workflows_step_3": "การสกัดข้อมูลเมตา AI", + "help.workflows_step_3_create": "เพิ่มขั้นตอนการประมวลผลที่คุณต้องการ", + "help.workflows_step_3_full": "การดึงข้อมูลเมตาดาต้า AI – จำแนกประเภทเอกสารและดึงข้อมูลสำคัญ เช่น จำนวน วันที่ และชื่อ โดยใช้ OpenAI.", + "help.workflows_step_4": "ส่งไปยังจุดหมายปลายทางหนึ่งหรือหลายแห่ง", + "help.workflows_step_4_create": "เลือกจุดหมายปลายทางการจัดส่งหนึ่งหรือหลายแห่ง", + "help.workflows_step_5_create": "บันทึก – เอกสารใหม่จะถูกประมวลผลผ่าน pipeline นี้โดยอัตโนมัติ", + "help.workflows_typical_steps": "ขั้นตอนทั่วไป", + "help.workflows_what_is": "Pipeline คืออะไร?", + "index.badge_intelligent": "การประมวลผลเอกสารอัจฉริยะ", + "index.button_browse_files": "เรียกดูไฟล์", + "index.button_upload": "อัปโหลด", + "index.capabilities_cloud": "การจัดเก็บข้อมูลบนคลาวด์: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "การนำเข้าเอกสารผ่านอีเมล & URL", + "index.capabilities_ocr": "OCR & การสกัดข้อมูลเมตาด้วย AI", + "index.capabilities_paperless": "การรวมระบบ Paperless-ngx สำหรับการจัดการเอกสาร", + "index.capabilities_title": "ความสามารถ", + "index.capabilities_workflows": "การจำแนกประเภทและการกำหนดเส้นทางแบบอัตโนมัติ", + "index.cta_description": "เข้าร่วมทีมที่กำลังทำให้การประมวลผลเอกสารของพวกเขาเป็นแบบอัตโนมัติด้วย DocuElevate", + "index.cta_heading": "พร้อมที่จะยกระดับการทำงานเอกสารของคุณแล้วหรือยัง?", + "index.cta_pricing": "ดูราคา", + "index.cta_signup": "สร้างบัญชีฟรี", + "index.dashboard_subtitle": "การประมวลผลและการจัดการเอกสารอัจฉริยะ", + "index.dashboard_subtitle_teams": "การประมวลผลและการจัดการเอกสารอัจฉริยะ — สร้างขึ้นสำหรับทีม", + "index.feature_ai": "การสกัดข้อมูลเมตาด้วย AI", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, และผู้ให้บริการ AI ที่สามารถต่อพ่วงได้อื่น ๆ จัดประเภทเอกสารและดึงข้อมูลสำคัญเช่น วันที่, จำนวน, และหัวเรื่อง", + "index.feature_cloud": "การจัดเก็บหลายคลาวด์", + "index.feature_cloud_desc": "ส่งไฟล์ที่ประมวลผลไปยัง Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, และอื่น ๆ", + "index.feature_email": "การนำเข้าอีเมล & IMAP", + "index.feature_email_desc": "ดึงเอกสารจาก Gmail หรือกล่องจดหมาย IMAP โดยอัตโนมัติ — ไม่ต้องอัปโหลดด้วยตนเอง", + "index.feature_ocr": "OCR & การสกัดข้อความ", + "index.feature_ocr_desc": "Azure Document Intelligence แปลง PDF ที่สแกนและภาพให้เป็นข้อความที่ค้นหาได้โดยอัตโนมัติ", + "index.feature_pipelines": "Pipeline ที่ปรับแต่งได้", + "index.feature_pipelines_desc": "สร้าง pipeline การประมวลผลด้วยขั้นตอนที่ปรับแต่งได้ — OCR, การสกัด AI, การแปลงรูปแบบ, และการกำหนดเส้นทางการจัดเก็บในลำดับใดก็ได้", + "index.feature_search": "การค้นหาข้อความเต็มรูปแบบ", + "index.feature_search_desc": "ค้นหาเอกสารใด ๆ ได้ทันทีโดยใช้เนื้อหา, ข้อมูลเมตา, หรือแท็กทั่วทั้งคลังของคุณ", + "index.feature_section_title": "ทุกสิ่งที่คุณต้องการสำหรับการทำงานเอกสารอย่างชาญฉลาด", + "index.getting_started": "เริ่มต้นใช้งาน", + "index.getting_started_1": "กำหนดค่าการรวมระบบผ่านสถานะระบบ", + "index.getting_started_2": "อัปโหลดเอกสารแรกของคุณ", + "index.getting_started_3": "ตรวจสอบผลลัพธ์ในไฟล์", + "index.getting_started_learn": "เรียนรู้เพิ่มเติมเกี่ยวกับ DocuElevate", + "index.hero_description": "DocuElevate จัดการเอกสารของคุณ ทำ OCR สกัดข้อมูลเมตาโดยใช้ AI และส่งต่อไฟล์ไปยัง Dropbox, Google Drive, OneDrive, S3, Nextcloud และอื่น ๆ ทั้งหมดในกระบวนการที่ไร้รอยต่อ", + "index.hero_heading": "จากการอัปโหลดสู่ความเข้าใจ – อัตโนมัติ", + "index.hero_login": "เข้าสู่ระบบ", + "index.hero_pricing": "ดูแผนและราคา", + "index.hero_signup": "เริ่มต้น – ฟรี", + "index.integrations_active": "การรวมระบบที่ใช้งานอยู่", + "index.integrations_storage": "เป้าหมายการเก็บข้อมูล", + "index.integrations_title": "การรวมระบบ", + "index.integrations_view_status": "ดูสถานะระบบ", + "index.page_title_dashboard": "แดชบอร์ด", + "index.page_title_public": "กระบวนการเอกสารอัจฉริยะ", + "index.platform_overview": "ภาพรวมแพลตฟอร์ม", + "index.processing_stats": "สถิติการประมวลผล", + "index.quick_actions": "การกระทำด่วน", + "index.quick_documents": "เอกสารของฉัน", + "index.quick_documents_desc": "เรียกดูไฟล์ที่ผ่านการประมวลผลของคุณ", + "index.quick_search": "ค้นหา", + "index.quick_search_desc": "ค้นหาข้อความเต็มรูปแบบในเอกสาร", + "index.quick_subscription": "การสมัครสมาชิกของฉัน", + "index.quick_subscription_desc": "ดูรายละเอียดแผนและการใช้งาน", + "index.quick_system_status": "สถานะระบบ", + "index.quick_system_status_desc": "ตรวจสอบสถานะการรวมระบบ", + "index.quick_upload": "อัปโหลดเอกสาร", + "index.quick_upload_desc": "ประมวลผลไฟล์ใหม่", + "index.quick_view_files": "ดูไฟล์ทั้งหมด", + "index.quick_view_files_desc": "เรียกดูเอกสารที่ประมวลผล", + "index.single_user_heading": "แดชบอร์ดของ DocuElevate", + "index.single_user_subtitle": "การประมวลผลและจัดการเอกสารอัจฉริยะ", + "index.stat_active_integrations": "การรวมระบบที่ใช้งานอยู่", + "index.stat_active_users": "ผู้ใช้งานที่ใช้งานอยู่", + "index.stat_files_month": "ไฟล์ในเดือนนี้", + "index.stat_files_ocr": "ไฟล์ที่มี OCR", + "index.stat_files_today": "ไฟล์วันนี้", + "index.stat_storage_targets": "เป้าหมายการเก็บข้อมูล", + "index.stat_this_month": "เดือนนี้", + "index.stat_today": "วันนี้", + "index.stat_total_files": "ไฟล์ทั้งหมด", + "index.stat_total_processed": "รวมที่ประมวลผลแล้ว", + "index.tier_plan": "แผน", + "index.tier_upgrade": "อัปเกรด", + "index.tier_view_details": "ดูรายละเอียดทั้งหมด", + "index.upgrade_daily_limits": "ขีดจำกัดรายวันและรายเดือนที่สูงขึ้น", + "index.upgrade_description": "ปลดล็อกเอกสารเพิ่มเติม, จุดหมายปลายทางมากขึ้นและการสนับสนุนเป็นพิเศษ.", + "index.upgrade_destinations": "จุดหมายปลายทางในการจัดเก็บเพิ่มเติม", + "index.upgrade_ocr_pages": "หน้าที่ OCR มากขึ้น", + "index.upgrade_plan": "อัพเกรดแผนของคุณ", + "index.upgrade_view_pricing": "ดูแผนและราคา", + "index.usage_lifetime": "ไฟล์ตลอดอายุ", + "index.usage_month": "ไฟล์ในเดือนนี้", + "index.usage_my_usage": "การใช้งานของฉัน", + "index.usage_today": "ไฟล์วันนี้", + "index.usage_unlimited": "ไม่จำกัด", + "integrations.access_key_label": "รหัสกุญแจเข้าถึง", + "integrations.active_label": "ใช้งาน", + "integrations.add_button": "เพิ่มการรวม", + "integrations.add_first_button": "เพิ่มการรวมแรกของคุณ", + "integrations.api_token_label": "API Token", + "integrations.authorize_btn": "อนุญาต", + "integrations.authorize_reauth": "อนุญาตอีกครั้ง", + "integrations.bucket_label": "ถัง", + "integrations.configure": "ตั้งค่า", + "integrations.connect": "เชื่อมต่อ", + "integrations.connected": "เชื่อมต่อแล้ว", + "integrations.connection_failed": "การเชื่อมต่อล้มเหลว", + "integrations.connection_success": "การเชื่อมต่อสำเร็จ", + "integrations.delete_confirm_are_you_sure": "คุณแน่ใจหรือว่าจะลบ", + "integrations.delete_confirm_title": "ลบการรวม?", + "integrations.delete_confirm_undone": "การกระทำนี้ไม่สามารถเรียกคืนได้.", + "integrations.delete_emails_label": "ลบอีเมลหลังจากการประมวลผล", + "integrations.delete_files_label": "ลบไฟล์หลังจากการประมวลผล", + "integrations.destinations_quota_label": "จุดหมายปลายทางการจัดเก็บ:", + "integrations.destinations_section": "จุดหมายปลายทาง", + "integrations.direction_destination": "จุดหมายปลายทาง (การจัดเก็บ)", + "integrations.direction_label": "ทิศทาง", + "integrations.direction_placeholder": "\b3\u0003 เลือก \b1\u0003", + "integrations.direction_source": "แหล่งที่มา (การนำเข้า)", + "integrations.disconnect": "ตัดการเชื่อมต่อ", + "integrations.email_settings": "การตั้งค่าอีเมลส่งต่อ", + "integrations.empty_state": "ยังไม่มีการตั้งค่าการเชื่อมต่อ", + "integrations.endpoint_label": "URL จุดสิ้นสุด", + "integrations.endpoint_optional": "(ไม่บังคับ, สำหรับ S3 ที่เข้ากันได้)", + "integrations.folder_label": "โฟลเดอร์", + "integrations.folder_optional": "(ไม่บังคับ)", + "integrations.folder_path_label": "เส้นทางโฟลเดอร์", + "integrations.folder_prefix_label": "คำนำหน้าโฟลเดอร์", + "integrations.generic_settings_hint": "การกำหนดค่าสำหรับประเภทการรวมนี้สามารถให้เป็น JSON หลังจากที่สร้างผ่าน API.", + "integrations.gmail_hint": "ป้าย Gmail & ดาว: เมื่อเปิดใช้งาน, อีเมลที่ประมวลผลจะถูกตั้งดาวและติดป้าย \"นำเข้า\" ใน Gmail. ใช้ได้เฉพาะกับเซิร์ฟเวอร์ Gmail.", + "integrations.gmail_labels": "ใช้ป้าย Gmail & ดาว", + "integrations.host_label": "โฮสต์", + "integrations.imap_settings": "การตั้งค่า IMAP", + "integrations.loading": "กำลังโหลดการรวม\b2\u0003", + "integrations.modal_close": "ปิดโมดัล", + "integrations.modal_title_add": "เพิ่มการรวม", + "integrations.modal_title_edit": "แก้ไขการรวม", + "integrations.name_label": "ป้าย", + "integrations.name_placeholder": "เช่น Gmail ของงาน, S3 Archive", + "integrations.nextcloud_settings": "การตั้งค่า Nextcloud", + "integrations.nextcloud_url_label": "URL ของ Nextcloud", + "integrations.no_integrations_body": "เพิ่มการรวมแรกของคุณเพื่อเชื่อมต่อแหล่งการนำเข้า (เช่น IMAP) และจุดหมายปลายทางในการจัดเก็บ (เช่น S3, Dropbox หรือ Google Drive)", + "integrations.not_connected": "ไม่ได้เชื่อมต่อ", + "integrations.oauth_folder_label": "โฟลเดอร์", + "integrations.oauth_hint": "บันทึกการรวมนี้ก่อน จากนั้นใช้ปุ่มอนุญาตเพื่อเสร็จสิ้นการไหลของ OAuth ข้อมูลรับรองของคุณจะถูกเก็บไว้อย่างปลอดภัยในบันทึกการรวมส่วนบุคคลของคุณ", + "integrations.page_title": "การเชื่อมต่อ", + "integrations.paperless_settings": "การตั้งค่า Paperless NGX", + "integrations.password_label": "รหัสผ่าน", + "integrations.paused": "หยุดชั่วคราว", + "integrations.plan_label": "แผน:", + "integrations.port_label": "พอร์ต", + "integrations.quota_not_available": "(ไม่สามารถใช้ได้)", + "integrations.quota_unlimited": "/ ไม่จำกัด", + "integrations.recipient_label": "อีเมลผู้รับ", + "integrations.region_label": "ภูมิภาค", + "integrations.remote_path_label": "เส้นทางระยะไกล", + "integrations.s3_prefix_label": "คำนำหน้า (เส้นทางโฟลเดอร์)", + "integrations.s3_settings": "การตั้งค่า S3", + "integrations.secret_key_label": "Secret Access Key", + "integrations.show_password": "แสดงรหัสผ่าน", + "integrations.show_secrets": "แสดงความลับ", + "integrations.show_token": "แสดงโทเคน", + "integrations.source_local": "ไฟล์ระบบท้องถิ่น", + "integrations.source_type_label": "ประเภทแหล่ง", + "integrations.sources_quota_label": "แหล่งจดหมาย:", + "integrations.sources_section": "แหล่งที่มา", + "integrations.subtitle": "จัดการแหล่งการนำเข้าและจุดหมายปลายทางในการจัดเก็บของคุณในที่เดียว", + "integrations.title": "การเชื่อมต่อ", + "integrations.type_label": "ประเภทการรวม", + "integrations.type_placeholder": "\b0; เลือกทิศทางก่อน \b0;", + "integrations.upgrade_plan": "อัปเกรดแผน", + "integrations.use_ssl": "ใช้ SSL", + "integrations.username_label": "ชื่อผู้ใช้", + "integrations.watch_folder_settings": "การตั้งค่าโฟลเดอร์ที่เฝ้าดู", + "integrations.webdav_settings": "การตั้งค่า WebDAV", + "integrations.webdav_url_label": "URL ของ WebDAV", + "integrations.webhook_heading": "Webhook Ingestion", + "integrations.webhook_how_heading": "Webhook Ingestion ทำงานอย่างไร", + "integrations.webhook_how_text": "การรวม webhook ช่วยให้ระบบภายนอกสามารถส่งเอกสารไปยัง DocuElevate โดยตรงผ่านทาง REST API แทนที่ DocuElevate จะตรวจสอบไฟล์ใหม่ (เช่น IMAP) แอปพลิเคชันของคุณจะส่งไฟล์ไปยัง DocuElevate โดยใช้คำขอ HTTP พร้อมโทเคน API สำหรับการตรวจสอบสิทธิ์", + "integrations.webhook_ideal_text": "นี่เหมาะสำหรับ CI/CD pipelines, สคริปต์อัตโนมัติ, การรวมสแนปเปอร์, หรือระบบใด ๆ ที่สร้างเอกสารและต้องส่งไปเพื่อการประมวลผล", + "integrations.webhook_quick_start": "เริ่มต้นอย่างรวดเร็ว", + "integrations.webhook_security_tip": "สร้างโทเคน API ที่เฉพาะเจาะจงสำหรับแต่ละการรวมและเพิกถอนทันทีหากถูกทำลาย โทเคนสามารถจัดการได้ในหน้ากระดาษโทเคน API", + "integrations.webhook_step1": "ไปที่ {api_tokens_link} และสร้างโทเคนส่วนบุคคล", + "integrations.webhook_upload_with_token": "ใช้โทเคนเพื่ออัปโหลดเอกสารผ่าน API:", + "language.bg": "บัลแกเรีย", + "language.ca": "คาตาลัน", + "language.change_success": "เปลี่ยนภาษาเป็น {language}", + "language.changed": "เปลี่ยนภาษาเป็น {language}", + "language.cs": "เช็ก", + "language.da": "เดนมาร์ก", + "language.de": "เยอรมัน", + "language.el": "กรีก", + "language.en": "อังกฤษ", + "language.es": "สเปน", + "language.et": "เอสโตเนีย", + "language.fi": "ฟินแลนด์", + "language.fr": "ฝรั่งเศส", + "language.ga": "ไอริช", + "language.hr": "โครเอเชีย", + "language.hu": "ฮังการี", + "language.is": "ไอซ์แลนด์", + "language.it": "อิตาลี", + "language.lb": "ลัตเชอร์บูร์ก", + "language.lt": "ลิทัวเนีย", + "language.lv": "ลัตเวีย", + "language.nb": "นอร์เวย์", + "language.nl": "ดัตช์", + "language.no_results": "ไม่พบภาษา", + "language.pl": "โปแลนด์", + "language.pt": "โปรตุเกส", + "language.ro": "โรมาเนีย", + "language.ru": "รัสเซีย", + "language.search_placeholder": "ค้นหาภาษา\n0", + "language.selector": "ภาษา", + "language.selector_label": "เลือกภาษา", + "language.sk": "สโลวัค", + "language.sl": "สโลวีเนีย", + "language.sv": "สวีดิช", + "language.tr": "ตุรกี", + "language.uk": "ยูเครน", + "language.zh": "จีน", + "nav.about": "เกี่ยวกับ", + "nav.account_menu": "เมนูบัญชี", + "nav.account_menu_for": "เมนูบัญชีสำหรับ {name}", + "nav.admin": "ผู้ดูแล", + "nav.admin.audit_logs": "บันทึกการตรวจสอบ", + "nav.admin.backups": "สำรองข้อมูล", + "nav.admin.plans": "แผน", + "nav.admin.scheduled_jobs": "งานที่กำหนดไว้", + "nav.admin.users": "ผู้ใช้", + "nav.admin_actions": "การกระทำของผู้ดูแล", + "nav.admin_menu": "เมนูผู้ดูแล", + "nav.api_docs": "เอกสาร API", + "nav.api_tokens": "โทเค็น API", + "nav.backup_restore": "สำรองและกู้คืน", + "nav.credentials": "ข้อมูลรับรอง", + "nav.dark_mode": "โหมดมืด", + "nav.dashboard": "แดชบอร์ด", + "nav.developer_docs": "เอกสารนักพัฒนา", + "nav.duplicates": "รายการซ้ำ", + "nav.file_manager": "จัดการไฟล์", + "nav.files": "ไฟล์", + "nav.get_started": "เริ่มต้น", + "nav.help": "ช่วยเหลือ", + "nav.help_center": "ศูนย์ช่วยเหลือ", + "nav.imap": "นำเข้าสัญญาณอีเมล", + "nav.integrations": "การรวมระบบ", + "nav.light_mode": "โหมดสว่าง", + "nav.login": "เข้าสู่ระบบ", + "nav.logout": "ออกจากระบบ", + "nav.main_navigation": "การนำทางหลัก", + "nav.my_subscription": "การสมัครสมาชิกของฉัน", + "nav.notifications": "การแจ้งเตือน", + "nav.open_main_menu": "เปิดเมนูหลัก", + "nav.pipelines": "ท่อส่งข้อมูล", + "nav.plan_designer": "ผู้ออกแบบแผน", + "nav.pricing": "ราคา", + "nav.profile": "โปรไฟล์", + "nav.profile_settings": "การตั้งค่าโปรไฟล์", + "nav.queue": "คิว", + "nav.queue_monitor": "การตรวจสอบคิว", + "nav.scheduled_jobs": "งานที่กำหนดเวลา", + "nav.search": "ค้นหา", + "nav.settings": "การตั้งค่า", + "nav.shared_links": "ลิงก์ที่แชร์", + "nav.sign_out": "ออกจากระบบ", + "nav.signup": "ลงทะเบียน", + "nav.similarity": "ความคล้ายคลึง", + "nav.skip_to_content": "ข้ามไปยังเนื้อหาหลัก", + "nav.status": "สถานะ", + "nav.subscription": "การสมัครสมาชิก", + "nav.toggle_dark_mode": "เปลี่ยนเป็นโหมดมืด", + "nav.toggle_nav": "เปลี่ยนเมนูนำทาง", + "nav.upload": "อัปโหลด", + "nav.users": "ผู้ใช้", + "nav.version": "ข้อมูลเวอร์ชัน", + "notifications.filter_all": "ทั้งหมด", + "notifications.filter_read": "อ่านแล้วเท่านั้น", + "notifications.filter_unread": "ยังไม่อ่านเท่านั้น", + "notifications.manage_desc": "จัดการกล่องข้อความการแจ้งเตือน เป้าหมาย และความชอบเกี่ยวกับเหตุการณ์ของคุณ", + "notifications.mark_all_read": "ทำเครื่องหมายทั้งหมดว่าอ่านแล้ว", + "notifications.mark_all_read_btn": "ทำเครื่องหมายว่าอ่านแล้วทั้งหมด", + "notifications.mark_read": "ทำเครื่องหมายว่าอ่านแล้ว", + "notifications.no_notifications": "ไม่มีการแจ้งเตือน", + "notifications.page_title": "การแจ้งเตือน", + "notifications.tab_inbox": "กล่องขาเข้า", + "notifications.tab_settings": "การตั้งค่า", + "notifications.title": "การแจ้งเตือน", + "notifications.unread_count": "{count} การแจ้งเตือนที่ไม่อ่าน", + "pipelines.active_label": "ใช้งาน", + "pipelines.add_step_btn": "เพิ่มขั้นตอน", + "pipelines.create": "สร้างท่อ", + "pipelines.custom_label_label": "ป้ายกำกับที่กำหนดเอง", + "pipelines.default_label": "เริ่มต้น", + "pipelines.description_label": "คำอธิบาย", + "pipelines.description_placeholder": "คำอธิบายที่เลือกได้", + "pipelines.disabled_label": "ปิดใช้งาน", + "pipelines.edit": "แก้ไขท่อ", + "pipelines.empty_state": "ยังไม่มีท่อ", + "pipelines.empty_state_hint": "สร้างท่อแรกของคุณเพื่อกำหนดเวิร์กโฟลว์การประมวลผลเอกสารที่กำหนดเอง", + "pipelines.enabled_label": "เปิดใช้งาน", + "pipelines.force_cloud_ocr_label": "บังคับใช้ OCR บนคลาวด์ (ข้ามการดึงข้อมูลข้อความจากเครื่อง)", + "pipelines.inactive_label": "ไม่ใช้งาน", + "pipelines.loading": "กำลังโหลดท่อ\n...", + "pipelines.name_placeholder": "ท่อของฉัน", + "pipelines.new_pipeline_btn": "ท่อใหม่", + "pipelines.no_steps": "ไม่มีการกำหนดขั้นตอน เพิ่มขั้นตอนเพื่อเริ่มสร้างท่อของคุณ", + "pipelines.ocr_auto": "อัตโนมัติ (ใช้การตั้งค่าเริ่มต้นของระบบ)", + "pipelines.ocr_language_hint": "แทนที่การตั้งค่าภาษาทั่วไปสำหรับ Tesseract/EasyOCR Azure และ Mistral จะตรวจจับภาษาทันที", + "pipelines.ocr_language_label": "ภาษาตัวอักษร OCR", + "pipelines.optional_suffix": "(เลือกได้)", + "pipelines.page_title": "การประมวลผลท่อ", + "pipelines.set_default": "ตั้งเป็นท่อเริ่มต้นของฉัน", + "pipelines.step_label_placeholder": "แทนที่ชื่อขั้นตอนเริ่มต้น", + "pipelines.step_type_label": "ประเภทขั้นตอน", + "pipelines.subtitle_intro": "กำหนดและจัดการเวิร์กโฟลว์การประมวลผลเอกสารที่กำหนดเอง", + "pipelines.subtitle_system_post": "เครื่องหมายและสามารถมองเห็นได้สำหรับผู้ใช้ทั้งหมด", + "pipelines.subtitle_system_pre": "ท่อระบบ (สร้างโดยผู้ดูแลระบบ) จะแสดงพร้อมกับ", + "pipelines.system_label": "ระบบ", + "pipelines.system_pipeline_label": "ท่อระบบ (มองเห็นได้สำหรับผู้ใช้ทั้งหมด)", + "pipelines.title": "การประมวลผลท่อ", + "profile.avatar_alt": "รูปโปรไฟล์ของคุณ", + "profile.avatar_heading": "รูปโปรไฟล์", + "profile.avatar_remove": "ลบรูปโปรไฟล์ที่กำหนดเอง", + "profile.avatar_upload_hint": "อัปโหลดรูปภาพ JPEG, PNG, GIF หรือ WebP ขนาดไม่เกิน 2 MB หากไม่มีรูปภาพที่กำหนดเอง รูปภาพ {gravatar} ของคุณจะแสดง.", + "profile.choose_image": "เลือกภาพ\u0019", + "profile.confirm_password": "ยืนยันรหัสผ่านใหม่", + "profile.contact_email_hint": "ใช้สำหรับการแจ้งเตือนระบบ จะไม่เปลี่ยนอีเมลเข้าสู่ระบบของคุณ", + "profile.contact_email_label": "อีเมลติดต่อ / แจ้งเตือน", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "รหัสผ่านปัจจุบัน", + "profile.dismiss": "ปิด", + "profile.display_name_hint": "ปล่อยว่างเพื่อใช้ชื่อผู้ใช้หรืออีเมลของคุณ", + "profile.display_name_label": "ชื่อแสดง", + "profile.display_name_placeholder": "ชื่อของคุณที่แสดงใน UI", + "profile.general_heading": "ข้อมูลทั่วไป", + "profile.gravatar_link": "Gravatar", + "profile.heading": "การตั้งค่าโปรไฟล์", + "profile.language_auto_detect": "ตรวจจับอัตโนมัติ (จากเบราว์เซอร์)", + "profile.language_hint": "เลือกภาษาที่คุณต้องการใช้งานในอินเตอร์เฟซ “ตรวจจับอัตโนมัติ” จะปฏิบัติตามการตั้งค่าเบราว์เซอร์ของคุณ", + "profile.language_label": "ภาษาของ UI", + "profile.new_password": "รหัสผ่านใหม่", + "profile.new_password_hint": "อย่างน้อย 8 ตัวอักษร", + "profile.page_title": "การตั้งค่าโปรไฟล์ – DocuElevate", + "profile.password_heading": "เปลี่ยนรหัสผ่าน", + "profile.preferences_heading": "การตั้งค่า", + "profile.save_button": "บันทึกการเปลี่ยนแปลง", + "profile.saving": "กำลังบันทึก\u0019", + "profile.subtitle": "จัดการชื่อแสดง รูปโปรไฟล์ ภาษา และการตั้งธีมของคุณ", + "profile.theme_dark": "มืด", + "profile.theme_hint": "“ค่าเริ่มต้นของระบบ” จะปฏิบัติตามการตั้งค่ามืดของอุปกรณ์ของคุณ", + "profile.theme_label": "สีของธีม", + "profile.theme_light": "สว่าง", + "profile.theme_system": "ค่าเริ่มต้นของระบบ", + "profile.update_password": "อัปเดตรหัสผ่าน", + "profile.updating": "กำลังอัปเดต", + "queue.active_tasks": "งานที่ใช้งาน", + "queue.auto_refresh_1": "รีเฟรชอัตโนมัติทุก", + "queue.auto_refresh_2": "วินาที", + "queue.col_arguments": "อาร์กิวเมนต์", + "queue.col_current_step": "ขั้นตอนปัจจุบัน", + "queue.col_file": "ไฟล์", + "queue.col_files": "ไฟล์", + "queue.col_queue": "คิว", + "queue.col_state": "สถานะ", + "queue.col_task": "งาน", + "queue.col_task_id": "รหัสงาน", + "queue.files_processing": "กำลังประมวลผลไฟล์", + "queue.heading": "โมนิตอร์คิว", + "queue.last_updated": "อัปเดตล่าสุด:", + "queue.loading_stats": "กำลังโหลดสถิติของคิว\n...", + "queue.no_active_tasks": "ไม่มีงานที่กำลังดำเนินการ", + "queue.no_data": "ไม่มีข้อมูล", + "queue.no_files_processing": "ไม่มีไฟล์ที่กำลังประมวลผลในขณะนี้", + "queue.page_title": "โมนิตอร์คิว", + "queue.processing_pipeline": "กระบวนการประมวลผล", + "queue.queued_tasks": "งานในคิว", + "queue.recently_processing": "กำลังประมวลผลไฟล์ล่าสุด", + "queue.redis_queues": "คิว Redis", + "queue.subtitle": "ดูแบบเรียลไทม์ของกระบวนการประมวลเอกสารและคิวงาน Celery.", + "queue.workers_online": "คนงานออนไลน์", + "search.button": "ค้นหา", + "search.error_message": "การค้นหาใช้งานไม่ได้ชั่วคราว กรุณาลองอีกครั้งในอีกสักครู่.", + "search.filter_aria_clear": "ล้างตัวกรองทั้งหมด", + "search.filter_clear_button": "ล้างตัวกรอง", + "search.filter_date_from": "วันที่จาก", + "search.filter_date_to": "วันที่ถึง", + "search.filter_document_type": "ประเภทเอกสาร", + "search.filter_document_type_placeholder": "เช่น ใบแจ้งหนี้", + "search.filter_language": "ภาษา", + "search.filter_language_placeholder": "เช่น de", + "search.filter_sender": "ผู้ส่ง", + "search.filter_sender_placeholder": "เช่น ACME Corp", + "search.filter_tags": "แท็ก", + "search.filter_tags_placeholder": "เช่น amazon", + "search.filter_text_quality": "คุณภาพของข้อความ", + "search.filter_text_quality_all": "ทั้งหมด", + "search.filter_text_quality_high": "สูง", + "search.filter_text_quality_low": "ต่ำ", + "search.filter_text_quality_medium": "ปานกลาง", + "search.filter_text_quality_no_text": "ไม่มีข้อความ", + "search.heading": "ค้นหาเอกสาร", + "search.input_aria_label": "ค้นหาเอกสาร", + "search.input_placeholder": "ค้นหาเอกสารโดยเนื้อหา, ผู้ส่ง, แท็ก, ประเภท...", + "search.loading_indicator": "กำลังค้นหา\u0016", + "search.no_results": "ไม่พบผลลัพธ์", + "search.page_title": "ค้นหาเอกสาร", + "search.placeholder": "ค้นหาตามชื่อไฟล์, เนื้อหา, แท็ก...", + "search.result_empty": "ไม่พบเอกสารที่ตรงตามคำค้นของคุณ.", + "search.results_count": "พบ {count} ผลลัพธ์", + "search.saved_aria_save": "บันทึกการค้นหาปัจจุบัน", + "search.saved_button": "บันทึกปัจจุบัน", + "search.saved_empty": "ยังไม่มีการค้นหาที่บันทึกไว้", + "search.saved_error": "ไม่สามารถโหลดการค้นหาที่บันทึกไว้", + "search.saved_label": "การค้นหาที่บันทึกไว้", + "search.saved_loading": "กำลังโหลด...", + "search.title": "ค้นหาเอกสาร", + "settings.audit_log_btn": "บันทึกการตรวจสอบ", + "settings.autocomplete_hint": "พิมพ์เพื่อค้นค่าที่รู้จัก, หรือป้อนค่าที่กำหนดเองใดๆ.", + "settings.autocomplete_no_matches": "ไม่พบการจับคู่ \u0014 คุณยังสามารถพิมพ์ค่าที่กำหนดเองได้", + "settings.autocomplete_placeholder": "พิมพ์เพื่อค้นหาหรือป้อนค่า\u00016", + "settings.boolean_enable_prefix": "เปิดใช้งาน", + "settings.categories_aria": "หมวดหมู่การตั้งค่า", + "settings.categories_heading": "หมวดหมู่", + "settings.db_wizard_btn": "DB Wizard", + "settings.effective_value_label": "ค่าที่ใช้ได้:", + "settings.encrypted_suffix": "= เข้ารหัสเมื่อพัก", + "settings.encrypted_title": "ค่าถูกเข้ารหัสเมื่อพักในฐานข้อมูล", + "settings.export_btn": "ส่งออก", + "settings.export_db_only": "เฉพาะการตั้งค่าฐานข้อมูล", + "settings.export_full_config": "การกำหนดค่าที่ใช้ได้เต็ม", + "settings.jump_to_category": "โดดไปยังหมวดหมู่\u00016", + "settings.manage_config_prefix": "จัดการการกำหนดค่า. ลำดับความสำคัญ:", + "settings.model_picker_hint": "เลือกจากรายการหรือพิมพ์ชื่อโมเดลใดๆ ที่ผู้ให้บริการของคุณสนับสนุน.", + "settings.model_picker_placeholder": "เลือกโมเดลทั่วไปหรือพิมพ์ชื่อที่กำหนดเอง\u00016", + "settings.no_results_clear": "ล้างการค้นหา", + "settings.no_results_heading": "ไม่พบการตั้งค่า", + "settings.no_results_hint": "ลองใช้คำค้นที่แตกต่างกันหรือ", + "settings.page_heading": "การตั้งค่าแอปพลิเคชัน", + "settings.required_label": "(จำเป็น)", + "settings.reset_confirm": "แน่ใจหรือไม่ว่าคุณต้องการตั้งค่าคืน?", + "settings.restart_required_suffix": "= ต้องรีสตาร์ท", + "settings.revert_btn": "ลบออกจากฐานข้อมูล", + "settings.revert_title": "ลบการตั้งค่าต้นฉบับในฐานข้อมูลและกลับไปที่ตัวแปรสภาพแวดล้อมหรือตัวแปรเริ่มต้น", + "settings.reverting": "กำลังกลับคืน\n", + "settings.save_all_btn": "บันทึกการเปลี่ยนแปลงทั้งหมด", + "settings.save_error": "ไม่สามารถบันทึกการตั้งค่าได้", + "settings.save_setting_title": "บันทึกการตั้งค่านี้", + "settings.save_success": "บันทึกการตั้งค่าเรียบร้อยแล้ว", + "settings.saving_state": "กำลังบันทึก\u0000A", + "settings.search_aria_label": "ค้นหาการตั้งค่า", + "settings.search_clear_aria": "ลบการค้นหา", + "settings.search_placeholder": "ค้นหาการตั้งค่าตามชื่อ, คีย์ หรือคำอธิบาย\u0000A", + "settings.settings_count_suffix": "การตั้งค่า", + "settings.source_db_badge": "ฐานข้อมูล", + "settings.source_default_badge": "เริ่มต้น", + "settings.source_env_badge": "สภาพแวดล้อม", + "settings.title": "การตั้งค่า", + "settings.toggle_visibility_aria": "สลับการมองเห็นรหัสผ่าน", + "settings.toggle_visibility_title": "แสดง/ซ่อนค่า", + "settings.user_autocomplete_empty": "ไม่พบผู้ใช้ที่ตรงกัน", + "settings.user_autocomplete_hint": "พิมพ์เพื่อค้นหาผู้ใช้ที่มีอยู่ตามชื่อ หรือตั้งค่าไอดีด้วยตัวเอง", + "settings.user_autocomplete_placeholder": "เริ่มพิมพ์เพื่อค้นหาผู้ใช้\u0000A", + "settings.wizard_btn": "ผู้ช่วย", + "shared.col_expiry": "วันหมดอายุ", + "shared.col_file_label": "ไฟล์ / ป้ายกำกับ", + "shared.col_link": "ลิงก์", + "shared.col_views": "จำนวนการดู", + "shared.copy_link_aria": "คัดลอลิงก์ไปยังคลิปบอร์ด", + "shared.copy_link_title": "คัดลอกลิงก์", + "shared.create_btn": "สร้างลิงก์", + "shared.create_heading": "สร้างลิงก์ที่แชร์ใหม่", + "shared.creating": "กำลังสร้าง\u0000A", + "shared.expiry_12h": "12 ชั่วโมง", + "shared.expiry_14d": "14 วัน", + "shared.expiry_1h": "1 ชั่วโมง", + "shared.expiry_24h": "24 ชั่วโมง (1 วัน)", + "shared.expiry_30d": "30 วัน", + "shared.expiry_3d": "3 วัน", + "shared.expiry_6h": "6 ชั่วโมง", + "shared.expiry_7d": "7 วัน", + "shared.expiry_label": "วันหมดอายุ", + "shared.expiry_never": "ไม่มีวันหมดอายุ", + "shared.file_id_help_post": "หน้า หรือใน URL รายละเอียดเอกสาร.", + "shared.file_id_help_pre": "ค้นหาไฟล์ ID บน", + "shared.file_id_label": "ไฟล์ ID", + "shared.file_id_placeholder": "เช่น 42", + "shared.files_link": "ไฟล์", + "shared.heading": "ลิงก์ที่แชร์", + "shared.label_label": "ป้ายกำกับ", + "shared.label_placeholder": "เช่น แชร์กับบ๊อบ", + "shared.link_created": "ลิงก์ที่แชร์ถูกสร้างขึ้นแล้ว!", + "shared.link_created_help": "คัดลอกและส่งลิงก์นี้ไปยังผู้รับ.", + "shared.links_count_aria": "จำนวนลิงก์", + "shared.max_downloads_label": "ดาวน์โหลดสูงสุด", + "shared.no_links": "ยังไม่มีลิงก์ที่แชร์ สร้างลิงก์ด้านบนเพื่อเริ่มต้น.", + "shared.open_in_new_tab": "เปิดในแท็บใหม่", + "shared.open_link_aria": "เปิดลิงก์ที่แชร์", + "shared.optional": "(ไม่บังคับ)", + "shared.page_title": "ลิงก์ที่แชร์ – DocuElevate", + "shared.password_label": "รหัสผ่าน", + "shared.password_placeholder": "เว้นว่างไว้หากไม่มีรหัสผ่าน", + "shared.password_protected": "มีการป้องกันด้วยรหัสผ่าน", + "shared.refresh_aria": "รีเฟรชรายการลิงก์ที่แชร์", + "shared.revoke_aria_prefix": "เพิกถอนลิงก์ที่แชร์สำหรับ", + "shared.revoke_btn": "เพิกถอน", + "shared.status_active": "ใช้งานอยู่", + "shared.status_expired": "หมดอายุ", + "shared.status_limit_reached": "ถึงขีดจำกัดแล้ว", + "shared.status_revoked": "ถูกเพิกถอน", + "shared.subtitle": "แบ่งปันเอกสารกับใครก็ได้ผ่านลิงก์ที่มีเวลาจำกัดหรือมีการจำกัดการดู ผู้รับไม่จำเป็นต้องมีบัญชี DocuElevate ลิงก์สามารถมีการป้องกันด้วยรหัสผ่านและถูกเพิกถอนเมื่อใดก็ได้.", + "shared.table_aria": "ลิงก์ที่แชร์", + "shared.unlimited_placeholder": "ไม่จำกัด", + "shared.your_links": "ลิงก์ที่แชร์ของคุณ", + "similarity.backfill_auto": "งานเบื้องหลังจะคำนวณโดยอัตโนมัติทุก 5 นาที หรือคุณสามารถ", + "similarity.files_missing_text": "ไฟล์มีข้อความ OCR แต่ยังไม่มีการฝัง.", + "similarity.find_pairs_btn": "ค้นหาคู่", + "similarity.heading": "ความคล้ายคลึงของเอกสาร", + "similarity.load_error": "ไม่สามารถโหลดคู่ได้.", + "similarity.min_similarity_label": "ความคล้ายคลึงขั้นต่ำ", + "similarity.no_pairs_detail": "ไม่พบเอกสารคู่ใด ๆ ที่เกินเกณฑ์ความคล้ายคลึง.", + "similarity.no_pairs_heading": "ไม่พบคู่ที่คล้ายคลึง", + "similarity.page_title": "ความคล้ายคลึงของเอกสาร - DocuElevate", + "similarity.pagination_aria": "นำไปสู่การจัดอันดับคู่ความคล้ายคลึง", + "similarity.per_page_label": "ต่อหน้า", + "similarity.scanning": "กำลังสแกนคู่เอกสารที่คล้ายคลึง\n", + "similarity.stat_embedding_model": "แบบจำลองการฝัง", + "similarity.stat_missing_embedding": "การฝังที่ขาดหายไป", + "similarity.stat_total_files": "ไฟล์ทั้งหมด", + "similarity.stat_with_embedding": "มีการฝัง", + "similarity.subtitle": "คู่เอกสารที่มีความคล้ายคลึงทางความหมายสูง จัดอันดับโดยคะแนน.", + "similarity.trigger_aria": "กระตุ้นการคำนวณการฝังสำหรับไฟล์ทั้งหมดที่ขาดการฝัง", + "similarity.trigger_now": "กระตุ้นเดี๋ยวนี้", + "status.app_version": "เวอร์ชันแอป", + "status.build_date": "วันที่สร้าง", + "status.container_id": "รหัสคอนเทนเนอร์", + "status.git_commit": "Git Commit", + "status.last_check": "ตรวจสอบครั้งสุดท้าย", + "status.page_title": "สถานะระบบ", + "status.setting_label": "การตั้งค่า", + "status.value_label": "ค่า", + "subscription.available_plans_heading": "แผนที่มีให้เลือก", + "subscription.back_to_dashboard": "กลับสู่แดชบอร์ด", + "subscription.cancel_pending": "ยกเลิกการเปลี่ยนแปลง", + "subscription.cancel_scheduled": "ยกเลิกการเปลี่ยนแปลงที่กำหนดไว้", + "subscription.contact_sales": "ติดต่อฝ่ายขาย", + "subscription.current_badge": "ปัจจุบัน", + "subscription.current_plan": "แผนปัจจุบัน", + "subscription.current_plan_cta": "แผนปัจจุบันของคุณ", + "subscription.downgrade_to_prefix": "ลดระดับเป็น", + "subscription.features_heading": "สิ่งที่รวมอยู่ในแผนของคุณ", + "subscription.free": "ฟรี", + "subscription.heading": "การสมัครสมาชิกของฉัน", + "subscription.keep_plan_prefix": "เก็บ", + "subscription.lifetime_files": "ไฟล์รวม (ตลอดชีพ)", + "subscription.month_files": "ไฟล์ในเดือนนี้", + "subscription.more_features_label": "เพิ่มเติม", + "subscription.page_title": "การสมัครสมาชิกของฉัน – DocuElevate", + "subscription.pending_badge": "รอดำเนินการ", + "subscription.pending_benefits": "คุณจะยังคงได้รับสิทธิประโยชน์จากแผนปัจจุบันจนถึงตอนนั้น", + "subscription.pending_on": "เมื่อ", + "subscription.pending_title": "การเปลี่ยนแผนที่รอดำเนินการ", + "subscription.pending_will_change": "แผนของคุณจะเปลี่ยนเป็น", + "subscription.per_mo": "/เดือน", + "subscription.per_month": "/เดือน", + "subscription.since": "ตั้งแต่", + "subscription.single_user_body": "ระดับการสมัครสมาชิกจะมีผลเมื่อโหมดผู้ใช้หลายคนเปิดใช้งานอยู่ ขณะนี้การใช้งานของคุณทำงานในโหมดผู้ใช้เดี่ยวโดยไม่มีขีดจำกัดในการประมวลผล ผู้ดูแลระบบสามารถเปิดใช้งานโหมดผู้ใช้หลายคนผ่าน {settings_link}.", + "subscription.single_user_title": "โหมดผู้ใช้หลายคนยังไม่เปิดใช้งาน", + "subscription.subtitle": "แผนปัจจุบัน การใช้งาน และการอัปเกรดที่มีให้", + "subscription.this_month_label": "ในเดือนนี้", + "subscription.today_files": "ไฟล์วันนี้", + "subscription.today_label": "วันนี้", + "subscription.unlimited": "ไม่จำกัด", + "subscription.upgrade_info": "การอัปเกรดจะมีผลทันที การลดระดับจะกำหนดไว้สำหรับสิ้นสุดรอบการสร้างใบแจ้งหนี้ปัจจุบันของคุณ", + "subscription.upgrade_to_prefix": "อัปเกรดเป็น", + "subscription.usage_heading": "การใช้งาน", + "upload.browse_button": "เลือกไฟล์", + "upload.button_processing": "กำลังประมวลผล...", + "upload.camera_button": "ถ่ายภาพ / สแกนเอกสาร", + "upload.download_button": "ดาวน์โหลดและประมวลผล", + "upload.downloading": "กำลังดาวน์โหลดไฟล์จาก URL...", + "upload.drag_drop": "ลากและวางไฟล์ที่นี่หรือคลิกเพื่อเลือก", + "upload.drop_hint_desktop": "ลากและวางไฟล์หรือโฟลเดอร์ที่นี่ หรือคลิกเพื่อเลือกไฟล์.", + "upload.drop_hint_mobile": "แตะเพื่อเลือกไฟล์หรือใช้ปุ่มกล้องด้านล่าง.", + "upload.drop_zone_aria": "พื้นที่อัปโหลดไฟล์ ลากและวางไฟล์ที่นี่ หรือกด Enter เพื่อเรียกดูไฟล์.", + "upload.error": "การอัปโหลดล้มเหลว", + "upload.error_invalid_url": "รูปแบบ URL ไม่ถูกต้อง", + "upload.error_url_required": "กรุณาใส่ URL", + "upload.file_size_hint": "ขนาดสูงสุด: 500 MB ต่อไฟล์", + "upload.file_types": "ประเภทที่อนุญาต: PDF, เอกสาร Office (Word, Excel, PowerPoint, เป็นต้น), รูปภาพ", + "upload.filename_description": "ปล่อยว่างเพื่อใช้ชื่อไฟล์จาก URL", + "upload.filename_label": "ชื่อไฟล์ (ไม่บังคับ)", + "upload.filename_placeholder": "my-document.pdf", + "upload.max_size": "ขนาดไฟล์สูงสุด: {size}", + "upload.page_title": "อัปโหลดไฟล์", + "upload.section_device": "อัปโหลดจากอุปกรณ์", + "upload.section_url": "อัปโหลดจาก URL", + "upload.select_file": "เลือกไฟล์", + "upload.success": "อัปโหลดไฟล์สำเร็จ", + "upload.title": "อัปโหลดเอกสาร", + "upload.uploading": "กำลังอัปโหลด...", + "upload.url_description": "ใส่ลิงค์ตรงไปยังไฟล์ (PDF, เอกสาร Office หรือรูปภาพ)", + "upload.url_label": "URL ไฟล์", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/tl.json b/frontend/translations/tl.json new file mode 100644 index 00000000..64b7508c --- /dev/null +++ b/frontend/translations/tl.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "Kilalanin ang Tagalikha", + "about.creator_name": "Christian Krakau-Louis", + "about.creator_pre": "Ang DocuElevate ay masigasig na binuo ng", + "about.features_admin_api": "Malakas na REST API para sa programmatic access", + "about.features_admin_config": "Lubos na nakokontrol sa pamamagitan ng mga environment variable", + "about.features_admin_docker": "Handa sa Docker para sa madaling deployment at scaling", + "about.features_admin_heading": "Administrasyon", + "about.features_admin_oauth2": "Suporta sa OAuth2 authentication gamit ang Authentik", + "about.features_automation_background": "Background processing gamit ang Redis at Celery", + "about.features_automation_gmail": "Integrasyon ng Gmail at generic na email account", + "about.features_automation_heading": "Awtomasyon", + "about.features_automation_imap": "IMAP inbox polling mula sa maraming pinagmulan", + "about.features_automation_ingestion": "Automated document ingestion mula sa iba't ibang input", + "about.features_heading": "Pangunahing Tampok", + "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integrasyon & Imbakan", + "about.features_integration_multi_dest": "Suporta sa multi-destination (mag-imbak ng mga dokumento sa maraming lokasyon)", + "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", + "about.features_integration_selfhosted": "Self-hosted na mga opsyon: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Matalinong pag-uuri ng dokumento at pagkuha ng petsa", + "about.features_processing_heading": "Pagproseso ng Dokumento", + "about.features_processing_metadata": "Automated metadata extraction gamit ang pluggable AI provider", + "about.features_processing_ocr": "OCR na pinalakas ng Azure Document Intelligence", + "about.features_processing_pdf": "PDF conversion para sa iba't ibang format ng file gamit ang Gotenberg", + "about.features_processing_upload": "Simpleng at secure na file uploads na may drag & drop support", + "about.github_logo_alt": "GitHub Logo", + "about.heading": "Tungkol sa DocuElevate", + "about.intro_post": " – ang iyong moderno, matalinong solusyon para sa pagproseso ng dokumento! Itinayo namin ang DocuElevate upang ganap na baguhin ang paraan ng iyong paghawak sa mga dokumento – mula sa upload hanggang sa extraction, mula sa pagproseso hanggang sa imbakan.", + "about.intro_pre": "Maligayang pagdating sa ", + "about.involved_description": "Gusto mo bang sumubok sa code, mag-ambag ng mga ideya, o matuto pa tungkol sa DocuElevate?", + "about.involved_docs": "Basahin ang Dokumentasyon", + "about.involved_github": "Tingnan ang DocuElevate sa GitHub", + "about.involved_heading": "Makasali", + "about.involved_website": "Bisitahin ang DocuElevate Website", + "about.legal_description": "Mahalaga sa amin ang iyong privacy at seguridad ng data. Pakisuri ang aming:", + "about.legal_heading": "Privacy & Legal", + "about.legal_license": "Impormasyon sa Lisensya", + "about.legal_privacy": "Pabatid sa Privacy", + "about.page_title": "Tungkol sa DocuElevate", + "about.story_heading": "Ang Aming Kwento", + "about.story_p1": "Ang DocuElevate ay nilikha na may isang layunin sa isip: upang gawing mas madali at mas maayos ang pamamahala ng dokumento para sa lahat, kahit na ikaw ay isang maliit na startup o isang malaking enterprise.", + "about.story_p2": "Pinapagana namin ang kapangyarihan ng mga pluggable AI provider (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, at iba pa) para sa pagkuha ng metadata at pagpapahusay ng teksto, isinasama ng walang putol sa Dropbox, Nextcloud, at Paperless NGX para sa imbakan at pag-iindex, pinapalakas ang Azure Document Intelligence para sa OCR, at kahit ginagamit ang Gotenberg para sa mga conversion mula sa file patungo PDF.", + "api_tokens.col_created": "Nilikha", + "api_tokens.col_last_ip": "Huling IP", + "api_tokens.col_last_used": "Huling Ginamit", + "api_tokens.col_name": "Pangalan", + "api_tokens.col_prefix": "Token Prefix", + "api_tokens.copy_to_clipboard": "Kopyahin ang token sa clipboard", + "api_tokens.copy_upload_example": "Kopyahin ang halimbawa ng pag-upload sa clipboard", + "api_tokens.copy_warning_1": "Kopyahin ang token na ito ngayon — ito ay", + "api_tokens.copy_warning_2": "hindi na ipapakita ulit", + "api_tokens.create_heading": "Lumikha ng Bagong Token", + "api_tokens.create_token": "Lumikha ng Token", + "api_tokens.creating": "Nilikha\u00002026", + "api_tokens.heading": "API Tokens", + "api_tokens.intro": "Lumikha ng mga personal na API token upang makipag-ugnayan sa DocuElevate API sa pamamagitan ng programmatically. Gumamit ng mga token para sa webhook uploads, CI/CD pipelines, o anumang script na kailangang mag-upload o kumuha ng mga dokumento.", + "api_tokens.loading_tokens": "Naga-upload ng mga token\u00002026", + "api_tokens.never": "Hindi kailanman", + "api_tokens.no_tokens_heading": "Walang API tokens pa", + "api_tokens.no_tokens_help": "Lumikha ng iyong unang token sa itaas upang magsimula.", + "api_tokens.page_title": "API Tokens – DocuElevate", + "api_tokens.revoke": "Bawiin", + "api_tokens.revoke_prefix": "Bawiin ang token", + "api_tokens.status_active": "Aktibo", + "api_tokens.status_revoked": "Nabawi", + "api_tokens.table_aria": "API Tokens", + "api_tokens.token_created": "Matagumpay na nalikha ang token!", + "api_tokens.token_name_label": "Label ng token", + "api_tokens.token_name_placeholder": "hal. CI Pipeline, Webhook Upload, Aking Script", + "api_tokens.usage_heading": "Halimbawa ng Paggamit", + "api_tokens.usage_intro_post": "header na may anumang kahilingan ng API:", + "api_tokens.usage_intro_pre": "Gamitin ang iyong API token sa", + "api_tokens.your_tokens": "Iyong Mga Token", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "Resource", + "audit.col_timestamp": "Timestamp", + "audit.critical": "Mahalaga", + "audit.filter_action": "Aksyon", + "audit.filter_all_actions": "Lahat ng aksyon", + "audit.filter_all_users": "Lahat ng mga gumagamit", + "audit.filter_resource_placeholder": "hal. dokumento, gumagamit", + "audit.filter_resource_type": "Uri ng Yaman", + "audit.filter_severity": "Tindi", + "audit.filter_user": "Gumagamit", + "audit.filters_section_label": "Mga filter ng audit log", + "audit.next": "Susunod", + "audit.next_label": "Susunod na pahina", + "audit.no_events": "Walang naitalang kaganapan sa audit.", + "audit.no_events_hint": "Mahalagang mga aksyon (mga pag-login, operasyon ng dokumento, mga pagbabago sa mga setting) ay lilitaw dito.", + "audit.page_title": "Mga Audit Log - DocuElevate", + "audit.pagination_label": "Pagbabahagi ng audit log", + "audit.prev": "Nakaraan", + "audit.prev_label": "Naunang pahina", + "audit.refresh_label": "I-refresh ang mga audit log", + "audit.siem_disabled_title": "Naka-disable ang SIEM forwarding", + "audit.siem_enabled_title": "Ang mga kaganapan ay ipinapasa sa ", + "audit.siem_off": "SIEM: Off", + "audit.subtitle": "Komprehensibong, append-only na talaan ng lahat ng mahalagang aksyon.", + "audit.table_label": "Mga kaganapan sa audit log", + "audit.title": "Mga Audit Log", + "auth.confirm_password": "Kumpirmahin ang Password", + "auth.create_account": "Lumikha ng account", + "auth.display_name_label": "Display Name", + "auth.email_label": "Email", + "auth.forgot_password": "Nakalimutan ang Password?", + "auth.forgot_username": "Nakalimutan ang username?", + "auth.login": "Mag-log In", + "auth.login_title": "Mag-log In", + "auth.logo_alt": "DocuElevate Logo", + "auth.logout": "Mag-Log Out", + "auth.my_account": "Aking Account", + "auth.no_account": "Wala bang account?", + "auth.or_continue_with": "O magpatuloy sa", + "auth.password_label": "Password", + "auth.profile": "Profile", + "auth.remember_me": "Tandaan mo ako", + "auth.return_home": "Bumalik sa Tahanan", + "auth.sign_in": "Mag-sign in", + "auth.sign_in_sso": "Mag-sign in gamit ang SSO", + "auth.sign_in_with": "Mag-sign in gamit ang", + "auth.sign_in_with_username": "Mag-sign in gamit ang username", + "auth.signup": "Mag-sign Up", + "auth.signup_title": "Mag-sign Up", + "auth.username_label": "Username", + "auth.username_or_email": "Username o Email", + "auth.verify_email_back_sign_in": "Bumalik sa pag-sign in", + "auth.verify_email_expiry": "Ang link ay mag-eexpire sa loob ng 24 na oras. Kung hindi mo nakita ang email, tingnan ang iyong spam folder.", + "auth.verify_email_heading": "Suriin ang iyong inbox", + "auth.verify_email_message": "Nags пос sent kami sa iyo ng verification email. Pakiklik ang link sa email upang i-activate ang iyong account.", + "auth.verify_email_page_title": "DocuElevate - I-verify ang Iyong Email", + "auth.verify_email_resend_aria_label": "Email address para sa resend", + "auth.verify_email_resend_button": "I-resend ang verification email", + "auth.verify_email_resend_label": "Email address", + "auth.verify_email_resend_placeholder": "Ilagay ang iyong email address", + "auth.verify_email_resend_prompt": "Hindi ito natanggap?", + "backup.archives_heading": "Backup Archives", + "backup.backup_now": "Mag-backup Ngayon", + "backup.clean_up": "Linisin", + "backup.cleanup_title": "Isagawa ang retention cleanup ngayon", + "backup.col_created": "Nagawa", + "backup.col_filename": "Filename", + "backup.col_size": "Sukat", + "backup.col_storage": "Storage", + "backup.col_type": "Uri", + "backup.config_auto_backup": "Auto-backup", + "backup.config_remote_dest": "Remote destination", + "backup.config_retention": "Retention", + "backup.config_total_size": "Kabuuang lokal na sukat", + "backup.confirm_btn": "Kumpirmahin", + "backup.confirm_title": "Kumpirmahin ang aksyon", + "backup.heading": "Pamamahala ng Backup", + "backup.local_only": "Lokal lamang", + "backup.no_backups": "Walang backup pa.", + "backup.no_backups_hint": "I-click ang Backup Ngayon upang lumikha ng iyong unang backup.", + "backup.page_title": "Pamamahala ng Backup", + "backup.records_label": "mga talaan", + "backup.restore_btn": "I-restore", + "backup.restore_desc_mid": "backup archive upang i-restore ang database.", + "backup.restore_desc_pre": "I-upload ang isang", + "backup.restore_desc_warning": "Ito ay mag-ooverwrite sa lahat ng kasalukuyang data.", + "backup.restore_file_label": "Backup archive (.db.gz)", + "backup.restore_heading": "Ibalik mula sa File", + "backup.restoring": "Ibinabalik\u00100\u00100", + "backup.retention_daily_detail": "\u00100napanatili sa loob ng 3 linggo", + "backup.retention_heading": "Patakaran sa Retensyon", + "backup.retention_hourly_detail": "\u00100napanatili sa loob ng 4 na araw", + "backup.retention_note": "Ang mga backup na lampas sa mga limitasyong ito ay awtomatikong pinaputol matapos ang bawat bagong backup.", + "backup.retention_weekly_detail": "\u00100napanatili sa ~3 buwan", + "backup.snapshots": "mga snapshot", + "backup.status_ok": "ok", + "backup.storage_local": "lokal", + "backup.subtitle": "Ang mga backup ng database ay nilikha nang awtomatiko: tuw daily (4 na araw), daily (3 linggo), weekly (13 linggo).", + "backup.table_aria": "Mga backup archive", + "backup.trigger_daily": "Backup Ngayon (Araw-araw)", + "backup.trigger_hourly": "Backup Ngayon (Oras-oras)", + "backup.trigger_weekly": "Backup Ngayon (Lingguhan)", + "backup.type_daily": "Araw-araw", + "backup.type_hourly": "Oras-oras", + "backup.type_weekly": "Lingguhan", + "billing.go_to_dashboard": "Pumunta sa dashboard", + "billing.manage_subscription": "Pamahalaan ang subscription", + "billing.success_heading": "Nakahanda ka na!", + "billing.success_message": "Ang iyong subscription ay na-activate na. Salamat sa pagpili ng DocuElevate!", + "billing.success_page_title": "DocuElevate - Subscription Na-activate", + "common.actions": "Mga Aksyon", + "common.active": "Aktibo", + "common.all": "Lahat", + "common.avatar": "Avatar", + "common.back": "Bumalik", + "common.cancel": "Kanselahin", + "common.close": "Isara", + "common.col_pending": "Naghihintay", + "common.completed": "Natapos", + "common.confirm": "Kumpirmahin", + "common.copied": "Nakopya!", + "common.copy": "Kopyahin", + "common.create": "Lumikha", + "common.created": "Nalikha", + "common.date": "Petsa", + "common.delete": "Tanggalin", + "common.description": "Deskripsyon", + "common.details": "Mga Detalye", + "common.disabled": "Naka-disable", + "common.download": "I-download", + "common.duplicate": "Ulitin", + "common.edit": "I-edit", + "common.enabled": "Naka-enable", + "common.error": "Error", + "common.failed": "Nabigo", + "common.filter": "Sala", + "common.inactive": "Hindi aktibo", + "common.info": "Impormasyon", + "common.loading": "Naglo-load...", + "common.name": "Pangalan", + "common.next": "Susunod", + "common.next_page": "Susunod na pahina", + "common.no": "Wala", + "common.none": "Wala", + "common.page": "Pahina", + "common.paused": "Nahinto", + "common.pending": "Naghihintay", + "common.prev_page": "Nakaraang pahina", + "common.previous": "Nakaraan", + "common.processing": "Pinoproseso", + "common.refresh": "I-refresh", + "common.reset": "I-reset", + "common.retry": "Subukang muli", + "common.save": "I-save", + "common.search": "Maghanap", + "common.select": "Pumili", + "common.select_placeholder": "\b pumili \b", + "common.size": "Laki", + "common.status": "Katayuan", + "common.submit": "Ipasa", + "common.success": "Tagumpay", + "common.tags": "Mga Tag", + "common.test": "Pagsusulit", + "common.test_connection": "Subukan ang Koneksyon", + "common.type": "Uri", + "common.update": "I-update", + "common.updated": "Na-update", + "common.upload": "I-upload", + "common.view": "Tingnan", + "common.warning": "Babala", + "common.yes": "Oo", + "cookie.accept": "Nakuha na", + "cookie.learn_more": "Alamin pa", + "cookie.message": "Gumagamit ang website na ito ng cookies upang mapabuti ang iyong karanasan.", + "cookie.notice": "Gumagamit ang DocuElevate ng mga mahalagang session cookies na kinakailangan para sa pagpapatunay at operasyon ng serbisyo. Walang ginagamit na tracking o analytics cookies.", + "cookie.notice_label": "Pah notice ng Cookie", + "cookie.policy_link": "Patakaran sa Cookie", + "cookie.privacy_link": "Pabatid sa Privacy", + "credentials.col_action": "Aksyon", + "credentials.col_credential": "Kredensyal", + "credentials.col_source": "Pinagmulan", + "credentials.configured": "Naka-configure", + "credentials.edit_in_settings": "I-edit sa Mga Setting", + "credentials.legend_db": "Halaga na naka-imbak sa database (encrypted sa pahinga; pumapalit sa environment variable)", + "credentials.legend_env_after": " file", + "credentials.legend_env_before": "Halaga mula sa environment variable o ", + "credentials.legend_missing": "Kredensyal hindi nakatakda — hindi gagana ang integrasyon", + "credentials.legend_restart": "Kinakailangan ang restart kapag ang kredensyal na ito ay pinalitan", + "credentials.legend_title": "Legend", + "credentials.manage_settings": "Pamahalaan ang Mga Setting", + "credentials.not_configured": "Hindi Naka-configure", + "credentials.page_title": "Kredensyal Audit - DocuElevate", + "credentials.raw_json": "Raw JSON (API)", + "credentials.restart_title": "Kinakailangan ang restart pagkatapos palitan ang kredensyal na ito", + "credentials.source_db_title": "Naka-imbak sa database (encrypted)", + "credentials.source_env_title": "Mula sa environment variable", + "credentials.status_missing": "Nawawala", + "credentials.subtitle": "Pangkalahatang-ideya ng lahat ng sensitibong kredensyal na ginagamit ng DocuElevate. Walang mga lihim na halaga ang ipinapakita dito — tanging kung ang bawat kredensyal ay naka-configure at kung saan ito nagmula.", + "credentials.table_for": "Mga Kredensyal para sa", + "credentials.title": "Kredensyal Audit", + "credentials.total_credentials": "Kabuuang Kredensyal", + "dashboard.active_integrations": "Mga Aktibong Integrasyon", + "dashboard.files_this_month": "Mga File Ngayong Buwan", + "dashboard.files_today": "Mga File Ngayon", + "dashboard.ocr_processed": "OCR Naka-proseso", + "dashboard.quick_actions": "Mabilis na Aksyon", + "dashboard.recent_activity": "Kamakailang Aktibidad", + "dashboard.storage_targets": "Mga Target ng Imbakan", + "dashboard.title": "Dashboard", + "dashboard.total_files": "Kabuuang Mga File", + "dashboard.welcome": "Maligayang pagdating sa DocuElevate", + "duplicates.file_id_label": "ID ng File", + "duplicates.file_id_placeholder": "hal. 42", + "duplicates.find_btn": "Hanapin", + "duplicates.found_files": "kabuuang duplicate na file(s).", + "duplicates.found_groups": "duplicate na grupo(s) na may", + "duplicates.found_prefix": "Nahanap", + "duplicates.group_aria": "Duplicate na grupo", + "duplicates.heading": "Duplicate na Dokumento", + "duplicates.how_it_works_heading": "Paano gumagana ang pagkilala sa near-duplicate", + "duplicates.max_results_label": "Max na resulta", + "duplicates.near_dup_desc": "Pumili ng isang dokumento upang suriin kung may ibang file na naglalaman ng parehong (o napaka-katulad na) nilalaman — kahit na ito ay na-scan sa iba't ibang oras at may iba't ibang SHA-256 hashes.", + "duplicates.near_dup_heading": "Hanapin ang Near-Duplicates para sa isang Dokumento", + "duplicates.no_exact_heading": "Walang eksaktong duplicate na natagpuan", + "duplicates.page_title": "Duplicate na Dokumento - DocuElevate", + "duplicates.pagination_aria": "Pagpapa-paginasyon", + "duplicates.role_duplicate": "Duplicate", + "duplicates.role_original": "Orihinal", + "duplicates.tab_exact": "Eksaktong Duplicates", + "duplicates.tab_near": "Near-Duplicate Finder", + "duplicates.tabs_aria": "Mga tab para sa pagkilala sa duplicate", + "duplicates.threshold_label": "Similitud na threshold", + "duplicates.view_dup_aria": "Tingnan ang duplicate na file", + "duplicates.view_original_aria": "Tingnan ang orihinal na file", + "error.404_code": "404", + "error.404_heading": "Aba, hindi namin mahanap ang pahinang iyon!", + "error.404_home": "Bumalik sa Tahanan", + "error.404_message": "Mukhang nawala ng DocuElevate ang dokumento na hinahanap mo. Huwag mag-alala – nandito kami para tumulong.", + "error.404_title": "404 - Hindi Natagpuan", + "error.500_code": "500", + "error.500_debug_info": "Ipakita ang Debug Info", + "error.500_description": "Nakaranas ang aming mga server ng isang abala at kailangan ng sandali.", + "error.500_heading": "Aba! May Nangyaring Mali.", + "error.500_home": "Pumunta sa Tahanan", + "error.500_img_alt": "Ilarawan ng isang error sa server", + "error.500_message1": "Nakaranas ang aming mga server ng isang abala at kailangan ng sandali. Baka natapon ng mga hamster ang kanilang kape?", + "error.500_message2": "Naka-on na kami dito—nagsasaayos ng mga file, nire-reboot ang mga server, at nire-recalibrate ang mga flux capacitor.", + "error.500_title": "Error sa Server - DocuElevate", + "error.forbidden": "Bawal", + "error.forbidden_message": "Wala kang pahintulot na ma-access ang pahinang ito.", + "error.not_found": "Hindi natagpuan ang pahina", + "error.not_found_message": "Ang pahinang hinahanap mo ay hindi umiiral.", + "error.server_error": "Panloob na Error sa Server", + "error.server_error_message": "May nangyaring mali. Pakisubukan muli mamaya.", + "error.unauthorized": "Hindi Awtorisado", + "error.unauthorized_message": "Kailangan mong mag-log in upang ma-access ang pahinang ito.", + "files.action_delete": "Burahin ang file", + "files.action_details": "Tingnan ang mga detalye", + "files.action_preview": "Mabilis na preview", + "files.bulk_clear_selection": "I-clear ang Pagpili", + "files.bulk_cloud_ocr": "Muling patakbuhin ang Cloud OCR", + "files.bulk_delete": "Burahin ang Napili", + "files.bulk_download": "I-download bilang ZIP", + "files.bulk_reprocess": "Muling iproseso ang Napili", + "files.delete_modal_cancel": "Kanselahin", + "files.delete_modal_confirm": "Burahin", + "files.delete_modal_message": "Sigurado ka bang nais mong burahin ang file na ito?", + "files.delete_modal_title": "Kumpirmahin ang Pagtanggal", + "files.document_title": "Pamagat ng Dokumento", + "files.drop_overlay_hint": "Suportado ang PDF, mga dokumento ng Office, mga imahe, HTML, Markdown, at iba pa – ang mga folder ay pinoproseso nang recursive", + "files.drop_overlay_title": "I-drop ang mga file o folder kahit saan upang i-upload", + "files.error_hint": "Maaaring ito ay dahil sa isang isyu sa configuration o pag-import. Pakisuri ang mga log ng server.", + "files.file_size": "Laki ng File", + "files.filename": "Pangalan ng File", + "files.files_selected": "napiling mga file", + "files.filter_all_providers": "Lahat ng Tagapagbigay", + "files.filter_all_statuses": "Lahat ng Katayuan", + "files.filter_all_types": "Lahat ng Uri", + "files.filter_apply": "Ilapat ang mga Filter", + "files.filter_clear": "I-clear", + "files.filter_date_from": "Petsa Mula", + "files.filter_date_from_aria": "I-filter mula sa petsa", + "files.filter_date_to": "Petsa Hanggang", + "files.filter_date_to_aria": "I-filter hanggang petsa", + "files.filter_form_aria": "I-filter ang mga file", + "files.filter_mime_type": "MIME Type", + "files.filter_ocr_all": "Lahat ng File", + "files.filter_ocr_good": "Mabuting kalidad", + "files.filter_ocr_poor": "Mahinang kalidad", + "files.filter_ocr_quality": "Kalidad ng OCR", + "files.filter_ocr_quality_aria": "I-filter ayon sa kalidad ng OCR na iskor", + "files.filter_ocr_unchecked": "Hindi pa nasusuri", + "files.filter_search_label": "Maghanap ng Pangalan ng File", + "files.filter_search_placeholder": "Ilagay ang pangalan ng file...", + "files.filter_storage_provider": "Tagapagbigay ng Imbakan", + "files.filter_tags_aria": "I-filter ayon sa mga tag (pinaghiwalay ng kuwit)", + "files.filter_tags_placeholder": "hal. invoice,amazon", + "files.fulltext_search_label": "Paghahanap ng Buong Teksto (OCR text, metadata, tags)", + "files.fulltext_search_placeholder": "Maghanap ng nilalaman ng dokumento, nagpadala, tags, uri...", + "files.no_files": "Walang natagpuang file", + "files.ocr_status": "Katayuan ng OCR", + "files.page_title": "Mga Talaan ng File", + "files.pagination_files": "mga file", + "files.pagination_first": "Una", + "files.pagination_last": "Huli", + "files.pagination_nav_aria": "Pagpapalitan ng listahan ng file", + "files.pagination_next": "Susunod", + "files.pagination_of": "ng", + "files.pagination_previous": "Nakaraang", + "files.pagination_showing": "Ipinapakita", + "files.preview_modal_close": "Isara ang preview", + "files.preview_modal_title": "Preview", + "files.queue_banner_items": "item(s) ay kasalukuyang naka-queue o pinoproseso. Ang mga file ay lilitaw dito kapag natapos na ang pagproseso.", + "files.queue_banner_link": "Tumingin sa Queue", + "files.saved_searches_empty": "Walang nai-save na mga paghahanap pa", + "files.saved_searches_error": "Hindi ma-load ang mga nai-save na paghahanap", + "files.saved_searches_label": "Mga Nai-save na Paghahanap", + "files.saved_searches_save": "I-save ang Kasalukuyan", + "files.saved_searches_save_aria": "I-save ang kasalukuyang mga filter bilang isang nai-save na paghahanap", + "files.search_results_empty": "Walang natagpuang resulta.", + "files.search_results_title": "Mga Resulta ng Paghahanap", + "files.status_duplicate": "Nadoble", + "files.table_actions": "Mga Aksyon", + "files.table_aria": "Mga talaan ng file", + "files.table_created_at": "Nilikha Noong", + "files.table_empty": "Walang natagpuang file", + "files.table_id": "ID", + "files.table_mime_type": "URI ng MIME", + "files.table_original_filename": "Orihinal na Pangalan ng File", + "files.table_select_all": "Pumili ng lahat ng file sa pahinang ito", + "files.tags": "Mga Tag", + "files.title": "Mga File", + "files.upload_modal_aria": "Pag-unlad ng pag-upload", + "files.upload_modal_close": "Isara ang pag-unlad ng pag-upload", + "files.upload_modal_header": "Nag-upload ng Mga File", + "files.uploaded": "Na-upload", + "footer.about": "Tungkol", + "footer.attribution": "Pagtatalaga", + "footer.attributions": "Mga Pagtatalaga", + "footer.cookies": "Cookies", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "Imprint", + "footer.license": "Lisensya", + "footer.navigation": "Nabigasyon ng Footer", + "footer.privacy": "Pribado", + "footer.terms": "Mga Tuntunin", + "footer.version": "Bersyon {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "Nakakabit sa OAuth. Ang mga file ay napupunta sa iyong napiling folder.", + "help.destinations_email": "Pagpapasa ng Email", + "help.destinations_email_desc": "Mga na-prosesong file na ipinadala bilang SMTP attachments.", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "Service account o OAuth. Sinusuportahan ang mga shared drives.", + "help.destinations_heading": "Mga Destinasyon – Saan Pumupunta ang mga Dokumento", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "Self-hosted cloud storage sa pamamagitan ng WebDAV.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Integrasyon ng Microsoft Graph API.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "Direktang itulak ang mga dokumento sa Paperless para sa archival.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "Anumang S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "Secure file transfer sa anumang server.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "POST metadata sa anumang panlabas na endpoint.", + "help.documentation": "Dokumentasyon", + "help.faq": "Mga Madalas Itanong", + "help.faq_1_a": "Pumunta sa pahina ng Upload, i-drag-and-drop ang iyong mga file o i-click ang Pumili ng File. Kinukonvert ng DocuElevate ang mga imahe at mga dokumentong opisina sa PDF, nagpapatakbo ng OCR, at awtomatikong nag-eextract ng metadata.", + "help.faq_1_q": "Paano ako mag-upload ng mga dokumento?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, at HTML. Ang mga non-PDF file ay awtomatikong kino-convert sa PDF bago iproseso.", + "help.faq_2_q": "Aling mga format ng file ang sinusuportahan?", + "help.faq_3_a": "Oo. Pumunta sa Email Ingestion, magdagdag ng IMAP account, at awtomatikong maghahanap ang DocuElevate ng mga bagong mensahe at iproseso ang mga attachment.", + "help.faq_3_q": "Maaari ba akong kumuha ng mga dokumento mula sa email?", + "help.faq_4_a": "Pinapayagan ka ng mga Pipeline na i-chain ang mga hakbang sa pagpoproseso – OCR, AI extraction, format conversion – at i-route ang resulta sa isa o higit pang destinasyon. Lumikha at pamahalaan ang mga ito mula sa pahina ng Pipelines.", + "help.faq_4_q": "Paano gumagana ang mga processing pipeline?", + "help.faq_5_a": "Inencrypt ng DocuElevate ang mga kredensyal sa pahingahang estado, nakikipag-usap sa pamamagitan ng TLS, at hindi kailanman iniimbak ang iyong mga dokumento nang mas matagal kaysa sa kinakailangan. Tingnan ang Privacy Notice para sa buong detalye.", + "help.faq_5_a_post": " para sa buong detalye.", + "help.faq_5_a_pre": "Ang DocuElevate ay nag-eencrypt ng mga kredensyal sa pahinga, nakikipag-usap sa pamamagitan ng TLS, at hindi kailanman nag-iimbak ng iyong mga dokumento nang mas matagal kaysa sa kinakailangan. Tingnan ang ", + "help.faq_5_q": "Secure ba ang aking data?", + "help.faq_heading": "Mga Madalas Itanong", + "help.getting_started": "Pagsisimula", + "help.heading": "Help Center", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Gamitin ang REST API upang itulak ang mga dokumento nang programmatically. Mag-authenticate gamit ang Bearer token at i-POST ang mga file sa upload endpoint.", + "help.ingestion_heading": "Mga Tool sa Pagpasok ng Data", + "help.ingestion_mobile": "Mga Mobile Apps", + "help.ingestion_mobile_desc": "Gamitin ang anumang mobile scanning app na sumusuporta sa mga custom na HTTP upload destination upang magpadala ng mga larawan at scan sa DocuElevate mula sa iyong telepono o tablet.", + "help.ingestion_scanners": "Mga Network Scanners", + "help.ingestion_scanners_desc": "Itutok ang anumang network scanner o multifunction printer sa upload endpoint ng DocuElevate. Ang mga na-scan na dokumento ay dumarating direkta sa iyong processing queue.", + "help.ingestion_watched_folders": "Mga Nabantayang Folder", + "help.ingestion_watched_folders_desc": "I-configure ang isang lokal o network folder upang ma-monitor. Anumang file na inilagay sa isang nabantayang folder ay awtomatikong nai-upload at naproseso ng DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Isama ang DocuElevate sa iyong mga automation workflows gamit ang Zapier, n8n, o Make. Gamitin ang mga REST API action upang i-trigger ang mga document upload mula sa anumang event.", + "help.meta_description": "Kumuha ng tulong sa DocuElevate – makahanap ng mga gabay sa pag-upload ng mga dokumento, pagkonekta sa cloud storage, pag-set up ng mga pipeline, at iba pa.", + "help.og_description": "Kumuha ng tulong sa DocuElevate – makahanap ng mga gabay sa pag-upload ng mga dokumento, pagkonekta sa cloud storage, pag-set up ng mga pipeline, at iba pa.", + "help.page_title": "Help Center", + "help.privacy_notice": "Pabatid sa Privacy", + "help.quickstart_heading": "Mabilis na Pagsisimula", + "help.quickstart_storage": "Ikonekta ang Storage", + "help.quickstart_storage_desc": "Pumunta sa Mga Setting at ikonekta ang iyong mga cloud account. Ang mga na-prosesong dokumento ay awtomatikong na-route sa bawat destinasyon na iyong kinakailangan.", + "help.quickstart_storage_desc_full": "Pumunta sa Integrations at i-link ang iyong mga cloud storage account. Sinusuportahan ng DocuElevate ang Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, at iba pa. Ang mga na-prosesong dokumento ay awtomatikong ipinapadala sa bawat patutunguhan na iyong i-co-configure.", + "help.quickstart_upload": "I-upload ang Mga Dokumento", + "help.quickstart_upload_desc": "I-drag & drop ang mga file sa pahina ng Pag-upload o i-click ang Piliin ang File. Ang DocuElevate ay nagko-convert ng mga imahe at mga opisyal na dokumento sa PDF, nagpapatakbo ng OCR, at nag-e-extract ng metadata nang awtomatiko.", + "help.quickstart_workflows": "I-automate ang mga Workflow", + "help.quickstart_workflows_desc": "Lumikha ng mga Pipeline upang tukuyin ang mga multi-step na pagpoproseso at mga patakaran sa routing. Pagsamahin ang OCR, AI extraction, format conversion, at paghahatid sa isang solong daloy.", + "help.sources_email_ingestion": "Email Ingestion (IMAP)", + "help.sources_email_ingestion_desc": "I-forward ang mga dokumento sa isang itinalagang mailbox. Sa ilalim ng Email Ingestion, magdagdag ng isa o higit pang mga IMAP account. Ang DocuElevate ay humahanap ng mga bagong mensahe at awtomatikong pinoproseso ang mga attachment.", + "help.sources_heading": "Mga Pinagmulan – Pagkuha ng mga Dokumento", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "Isama nang programmatically sa pamamagitan ng pag-POST ng mga file sa /api/upload. Perpekto para sa mga script, mga nakabantay na folder, scanners, o mga third-party tool tulad ng Zapier at n8n.", + "help.sources_scanner": "Scanner at Mobile", + "help.sources_scanner_desc": "Ituro ang mga network scanner sa upload endpoint ng DocuElevate o gumamit ng anumang mobile scanning app na sumusuporta sa mga custom HTTP destinations.", + "help.sources_scanner_desc_full": "I-configure ang iyong network scanner o multifunction printer upang direktang magpadala ng mga scan sa DocuElevate. Gamitin ang /api/upload endpoint bilang patutunguhan. Ang mga mobile scanning app na may mga custom upload destinations ay sinusuportahan din.", + "help.sources_web_upload": "Web Upload", + "help.sources_web_upload_desc": "Ang pinakamabilis na paraan upang makapagsimula. Buksan ang pahina ng Upload, i-drop ang isa o higit pang mga file, at ang DocuElevate ang bahalang mag-asikaso ng natitira. Ang mga suportadong format ay kinabibilangan ng PDF, JPEG, PNG, TIFF, DOCX, XLSX, at iba pa.", + "help.subheading": "Lahat ng kailangan mo upang makuha ang pinaka mula sa DocuElevate. Mag-browse ng mga paksa sa ibaba o maghanap para sa kinakailangan mo.", + "help.support": "Suporta", + "help.support_admin_message": "Makipag-ugnayan sa iyong administrator para sa impormasyon sa suporta.", + "help.support_description": "Hindi makita ang hinahanap mo? Narito ang aming support team upang tumulong.", + "help.support_heading": "Makipag-ugnayan sa Suporta", + "help.support_live_chat": "Available ang Live Chat – i-click ang chat bubble upang simulan ang isang pag-uusap.", + "help.support_ticket_button": "Mag-submit ng Ticket", + "help.support_ticket_desc": "Punan ang form sa ibaba at ang aming support team ay makikipag-ugnayan sa iyo sa lalong madaling panahon.", + "help.support_ticket_heading": "Bumukas ng Suportang Ticket", + "help.title": "Help Center", + "help.workflows_creating": "Paglikha ng Pipeline", + "help.workflows_definition": "Ang Pipeline ay isang serye ng mga hakbang sa pagpoproseso na awtomatikong tumatakbo sa tuwing may dokumentong na-ingest. Bawat hakbang ay maaaring mag-transform, mag-enrich, o mag-route sa dokumento.", + "help.workflows_heading": "Mga Workflow at Pipeline", + "help.workflows_step_1": "I-convert sa PDF", + "help.workflows_step_1_create": "Pumunta sa Pipelines sa pangunahing menu.", + "help.workflows_step_1_full": "I-convert sa PDF – lahat ng papasok na file ay na-normalize sa isang pare-parehong format ng PDF.", + "help.workflows_step_2": "OCR – kunin ang teksto", + "help.workflows_step_2_create": "I-click ang Bagong Pipeline at bigyan ito ng pangalan.", + "help.workflows_step_2_full": "OCR – kumuha ng selectable na teksto mula sa mga na-scan na pahina gamit ang Azure Document Intelligence o ang built-in na engine.", + "help.workflows_step_3": "Pagkuha ng AI metadata", + "help.workflows_step_3_create": "Idagdag ang mga hakbang sa pagpoproseso na kailangan mo.", + "help.workflows_step_3_full": "AI metadata extraction – i-classify ang uri ng dokumento at i-pull ang mga pangunahing field tulad ng mga halaga, mga petsa, at mga pangalan gamit ang OpenAI.", + "help.workflows_step_4": "Ihatid sa isa o higit pang destinasyon", + "help.workflows_step_4_create": "Pumili ng isa o higit pang destinasyon ng paghahatid.", + "help.workflows_step_5_create": "I-save – ang mga bagong dokumento ay ipoproseso sa pamamagitan ng pipeline na ito nang awtomatiko.", + "help.workflows_typical_steps": "Karaniwang Hakbang", + "help.workflows_what_is": "Ano ang isang Pipeline?", + "index.badge_intelligent": "Matalinong Pagpoproseso ng Dokumento", + "index.button_browse_files": "Mag-browse ng mga File", + "index.button_upload": "I-upload", + "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Email & URL-based document ingestion", + "index.capabilities_ocr": "OCR & metadata extraction gamit ang AI", + "index.capabilities_paperless": "Paperless-ngx integration para sa pamamahala ng dokumento", + "index.capabilities_title": "Mga Kakayahan", + "index.capabilities_workflows": "Awtomatikong klasipikasyon at routing workflows", + "index.cta_description": "Sumali sa mga koponan na awtomatikong pinoproseso ang kanilang mga dokumento gamit ang DocuElevate.", + "index.cta_heading": "Handa na bang iangat ang iyong workflow ng dokumento?", + "index.cta_pricing": "Tingnan ang presyo", + "index.cta_signup": "Gumawa ng libreng account", + "index.dashboard_subtitle": "Matalinong pagpoproseso at pamamahala ng dokumento", + "index.dashboard_subtitle_teams": "Matalinong pagpoproseso at pamamahala ng dokumento — ginawa para sa mga koponan", + "index.feature_ai": "AI Metadata Extraction", + "index.feature_ai_desc": "Pinapangkat ng OpenAI, Claude, Gemini, at iba pang pwedeng ikabit na mga provider ng AI ang mga dokumento at kinukuha ang mga pangunahing field tulad ng mga petsa, halaga, at paksa.", + "index.feature_cloud": "Multi-Cloud Storage", + "index.feature_cloud_desc": "I-route ang mga na-proseso na file sa Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, at iba pa.", + "index.feature_email": "Email & IMAP Ingestion", + "index.feature_email_desc": "Awtomatikong kunin ang mga dokumento mula sa Gmail o anumang IMAP mailbox — walang manual na pag-upload na kinakailangan.", + "index.feature_ocr": "OCR & Pagkuha ng Teksto", + "index.feature_ocr_desc": "Ang Azure Document Intelligence ay nag-convert ng mga nai-scan na PDF at mga imahe sa ganap na searchable na teksto nang awtomatiko.", + "index.feature_pipelines": "Custom Pipelines", + "index.feature_pipelines_desc": "Bumuo ng mga processing pipeline na may mga nako-configure na hakbang — OCR, AI extraction, conversion ng format, at storage routing sa anumang pagkakasunod-sunod.", + "index.feature_search": "Full-Text Search", + "index.feature_search_desc": "Agad na hanapin ang anumang dokumento batay sa nilalaman, metadata, o mga tag sa iyong buong archive.", + "index.feature_section_title": "Lahat ng kailangan mo para sa matalino na dokumento na workflows", + "index.getting_started": "Pagsisimula", + "index.getting_started_1": "I-configure ang mga integrasyon sa pamamagitan ng System Status", + "index.getting_started_2": "I-upload ang iyong unang dokumento", + "index.getting_started_3": "Suriin ang mga resulta sa Files", + "index.getting_started_learn": "Matuto nang higit pa tungkol sa DocuElevate", + "index.hero_description": "Ang DocuElevate ay kumukuha ng iyong mga dokumento, nagpapatakbo ng OCR, nag-eextract ng metadata gamit ang AI, at nag-route ng mga file sa Dropbox, Google Drive, OneDrive, S3, Nextcloud, at iba pa — lahat sa isang seamless pipeline.", + "index.hero_heading": "Mula sa upload hanggang pananaw — awtomatiko.", + "index.hero_login": "Mag-log In", + "index.hero_pricing": "Tingnan ang mga Plano at Pagpepresyo", + "index.hero_signup": "Magsimula — libre ito", + "index.integrations_active": "Mga Aktibong Integrasyon", + "index.integrations_storage": "Mga Target ng Imbakan", + "index.integrations_title": "Mga Integrasyon", + "index.integrations_view_status": "Tingnan ang katayuan ng sistema", + "index.page_title_dashboard": "Dashboard", + "index.page_title_public": "Matalinong Pagproseso ng Dokumento", + "index.platform_overview": "Pangkalahatang-ideya ng Plataporma", + "index.processing_stats": "Istatistika ng Pagproseso", + "index.quick_actions": "Mabilis na Aksyon", + "index.quick_documents": "Aking mga Dokumento", + "index.quick_documents_desc": "Tumingin sa iyong mga na-prosesong file", + "index.quick_search": "Maghanap", + "index.quick_search_desc": "Paghahanap sa buong teksto sa mga dokumento", + "index.quick_subscription": "Aking Subscription", + "index.quick_subscription_desc": "Tingnan ang mga detalye ng plano at paggamit", + "index.quick_system_status": "Katayuan ng Sistema", + "index.quick_system_status_desc": "Suriin ang kalusugan ng integrasyon", + "index.quick_upload": "I-upload ang Dokumento", + "index.quick_upload_desc": "Magproseso ng bagong file", + "index.quick_view_files": "Tingnan ang Lahat ng mga File", + "index.quick_view_files_desc": "Tumingin sa mga na-prosesong dokumento", + "index.single_user_heading": "Dashboard ng DocuElevate", + "index.single_user_subtitle": "Matalinong pagproseso at pamamahala ng dokumento", + "index.stat_active_integrations": "Mga Aktibong Integrasyon", + "index.stat_active_users": "Mga Aktibong gumagamit", + "index.stat_files_month": "Mga File ngayong buwan", + "index.stat_files_ocr": "Mga File na may OCR", + "index.stat_files_today": "Mga File ngayon", + "index.stat_storage_targets": "Mga Target ng Imbakan", + "index.stat_this_month": "Buwan na ito", + "index.stat_today": "Ngayon", + "index.stat_total_files": "Kabuuang mga file", + "index.stat_total_processed": "Kabuuang naproseso", + "index.tier_plan": "Plano", + "index.tier_upgrade": "I-upgrade", + "index.tier_view_details": "Tingnan ang buong mga detalye", + "index.upgrade_daily_limits": "Mas mataas na pang-araw-araw at buwanang limitasyon", + "index.upgrade_description": "Buksan ang mas maraming dokumento, mas maraming destinasyon at priyoridad na suporta.", + "index.upgrade_destinations": "Mas maraming destinasyon ng imbakan", + "index.upgrade_ocr_pages": "Mas maraming OCR na mga pahina", + "index.upgrade_plan": "I-upgrade ang iyong plano", + "index.upgrade_view_pricing": "Tingnan ang mga plano at presyo", + "index.usage_lifetime": "Habambuhay na mga file", + "index.usage_month": "Mga file ngayong buwan", + "index.usage_my_usage": "Aking paggamit", + "index.usage_today": "Mga file ngayon", + "index.usage_unlimited": "Walang limitasyon", + "integrations.access_key_label": "Access Key ID", + "integrations.active_label": "Aktibo", + "integrations.add_button": "Magdagdag ng Integrasyon", + "integrations.add_first_button": "Magdagdag ng Iyong Unang Integrasyon", + "integrations.api_token_label": "API Token", + "integrations.authorize_btn": "Pahintulutan", + "integrations.authorize_reauth": "Muling Pahintulutan", + "integrations.bucket_label": "Bucket", + "integrations.configure": "I-configure", + "integrations.connect": "Ikonekta", + "integrations.connected": "Nakonekta", + "integrations.connection_failed": "Nabigo ang koneksyon", + "integrations.connection_success": "Matagumpay ang koneksyon", + "integrations.delete_confirm_are_you_sure": "Sigurado ka bang nais mong tanggalin", + "integrations.delete_confirm_title": "Tanggalin ang Integrasyon?", + "integrations.delete_confirm_undone": "Ang aksyong ito ay hindi maaaring bawiin.", + "integrations.delete_emails_label": "Tanggalin ang mga email matapos ang pagproseso", + "integrations.delete_files_label": "Tanggalin ang mga file matapos ang pagproseso", + "integrations.destinations_quota_label": "Mga Destinasyon ng Imbakan:", + "integrations.destinations_section": "Mga Destinasyon", + "integrations.direction_destination": "Destinasyon (pag-iimbak)", + "integrations.direction_label": "Direksyon", + "integrations.direction_placeholder": "\t\t\t\tPumili\t\t\t\t", + "integrations.direction_source": "Pinagmulan (pagsipsip)", + "integrations.disconnect": "Idiskonekta", + "integrations.email_settings": "Mga Setting ng Email Forward", + "integrations.empty_state": "Walang na-configure na mga integration", + "integrations.endpoint_label": "Endpoint URL", + "integrations.endpoint_optional": "(opsyonal, para sa S3-compatible)", + "integrations.folder_label": "Folder", + "integrations.folder_optional": "(opsyonal)", + "integrations.folder_path_label": "Daan ng Folder", + "integrations.folder_prefix_label": "Prefix ng Folder", + "integrations.generic_settings_hint": "Ang pagsasaayos para sa ganitong uri ng integrasyon ay maaaring ibigay bilang JSON pagkatapos ng pagkakalikha sa pamamagitan ng API.", + "integrations.gmail_hint": "Mga label ng Gmail & star: kapag naka-enable, ang mga pinrosesong email ay may star at itinatag na may label na \"Ingested\" sa Gmail. Nalalapat lamang ito sa mga server ng Gmail.", + "integrations.gmail_labels": "Ilapat ang mga label ng Gmail & star", + "integrations.host_label": "Host", + "integrations.imap_settings": "Mga Setting ng IMAP", + "integrations.loading": "Naglo-load ng mga integrasyon\t\t\t\t", + "integrations.modal_close": "Isara ang modal", + "integrations.modal_title_add": "Magdagdag ng Integrasyon", + "integrations.modal_title_edit": "I-edit ang Integrasyon", + "integrations.name_label": "Label", + "integrations.name_placeholder": "hal. Gmail ng Trabaho, S3 Archive", + "integrations.nextcloud_settings": "Mga Setting ng Nextcloud", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Magdagdag ng iyong unang integrasyon upang kumonekta sa mga pinagmumulan ng pagkuha (tulad ng IMAP) at mga patutunguhang imbakan (tulad ng S3, Dropbox, o Google Drive).", + "integrations.not_connected": "Hindi Nakonekta", + "integrations.oauth_folder_label": "Folder", + "integrations.oauth_hint": "I-save muna ang integrasyon na ito, pagkatapos ay gamitin ang button na Authorize upang kumpletuhin ang OAuth flow. Ang iyong mga kredensyal ay ligtas na itinatago sa iyong personal na rekord ng integrasyon.", + "integrations.page_title": "Mga Integration", + "integrations.paperless_settings": "Mga Setting ng Paperless NGX", + "integrations.password_label": "Password", + "integrations.paused": "Naka-pause", + "integrations.plan_label": "Plano:", + "integrations.port_label": "Port", + "integrations.quota_not_available": "(hindi available)", + "integrations.quota_unlimited": "/ walang limitasyon", + "integrations.recipient_label": "Email ng Tumanggap", + "integrations.region_label": "Rehiyon", + "integrations.remote_path_label": "Remote Path", + "integrations.s3_prefix_label": "Prefix (folder path)", + "integrations.s3_settings": "Mga Setting ng S3", + "integrations.secret_key_label": "Secret Access Key", + "integrations.show_password": "Ipakita ang password", + "integrations.show_secrets": "Ipakita ang mga lihim", + "integrations.show_token": "Ipakita ang token", + "integrations.source_local": "Local Filesystem", + "integrations.source_type_label": "Uri ng Pinagmulan", + "integrations.sources_quota_label": "Mga Pinagmulan ng Mailbox:", + "integrations.sources_section": "Mga Pinagmulan", + "integrations.subtitle": "Pamahalaan ang iyong mga pinagmumulan ng pagkuha at mga patutunguhang imbakan sa isang lugar.", + "integrations.title": "Mga Integration", + "integrations.type_label": "Uri ng Integrasyon", + "integrations.type_placeholder": "\u0000— Pumili ng direksyon muna \u0000—", + "integrations.upgrade_plan": "I-upgrade ang Plano", + "integrations.use_ssl": "Gumamit ng SSL", + "integrations.username_label": "Username", + "integrations.watch_folder_settings": "Mga Setting ng Watch Folder", + "integrations.webdav_settings": "Mga Setting ng WebDAV", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Ingestion", + "integrations.webhook_how_heading": "Paano Gumagana ang Webhook Ingestion", + "integrations.webhook_how_text": "Ang isang webhook integration ay nagpapahintulot sa mga panlabas na sistema na itulak ang mga dokumento nang direkta sa DocuElevate sa pamamagitan ng REST API. Sa halip na ang DocuElevate ay nagtatanong para sa mga bagong file (tulad ng IMAP), ang iyong aplikasyon ay nagpapadala ng mga file sa DocuElevate gamit ang isang HTTP request na may API token para sa authentication.", + "integrations.webhook_ideal_text": "Ito ay perpekto para sa CI/CD pipelines, automation scripts, scanner integrations, o anumang sistema na bumubuo ng mga dokumento at kailangang ipadala ang mga ito para sa pagproseso.", + "integrations.webhook_quick_start": "Mabilis na Simulan", + "integrations.webhook_security_tip": "Lumikha ng isang nakalaang API token para sa bawat integrasyon at bawiin ito kaagad kung ito ay nalabag. Ang mga token ay maaaring pamahalaan sa pahina ng API Tokens.", + "integrations.webhook_step1": "Pumunta sa {api_tokens_link} at lumikha ng isang personal na token.", + "integrations.webhook_upload_with_token": "Gumamit ng token upang i-upload ang mga dokumento sa pamamagitan ng API:", + "language.bg": "Български", + "language.ca": "Català", + "language.change_success": "Nakapagbago ng wika sa {language}", + "language.changed": "Nakapagbago ng wika sa {language}", + "language.cs": "Čeština", + "language.da": "Dansk", + "language.de": "Deutsch", + "language.el": "Ελληνικά", + "language.en": "English", + "language.es": "Español", + "language.et": "Eesti", + "language.fi": "Suomi", + "language.fr": "Français", + "language.ga": "Gaeilge", + "language.hr": "Hrvatski", + "language.hu": "Hungarian", + "language.is": "Icelandic", + "language.it": "Italian", + "language.lb": "Luxembourgish", + "language.lt": "Lithuanian", + "language.lv": "Latvian", + "language.nb": "Norwegian", + "language.nl": "Dutch", + "language.no_results": "Walang natagpuang wika", + "language.pl": "Polish", + "language.pt": "Portuguese", + "language.ro": "Romanian", + "language.ru": "Russian", + "language.search_placeholder": "Maghanap ng mga wika\n", + "language.selector": "Wika", + "language.selector_label": "Pumili ng wika", + "language.sk": "Slovak", + "language.sl": "Slovenian", + "language.sv": "Swedish", + "language.tr": "Turkish", + "language.uk": "Ukrainian", + "language.zh": "Chinese", + "nav.about": "Tungkol", + "nav.account_menu": "Menu ng Account", + "nav.account_menu_for": "Menu ng Account para kay {name}", + "nav.admin": "Admin", + "nav.admin.audit_logs": "Mga Audit Log", + "nav.admin.backups": "Mga Backup", + "nav.admin.plans": "Mga Plano", + "nav.admin.scheduled_jobs": "Mga Nakaiskedyul na Trabaho", + "nav.admin.users": "Mga Gumagamit", + "nav.admin_actions": "Mga Aksyon ng Admin", + "nav.admin_menu": "Menu ng Admin", + "nav.api_docs": "Mga Dokumento ng API", + "nav.api_tokens": "Mga Token ng API", + "nav.backup_restore": "Backup at Ibalik", + "nav.credentials": "Mga Kredensyal", + "nav.dark_mode": "Madilim na Mode", + "nav.dashboard": "Dashboard", + "nav.developer_docs": "Mga Dokumento ng Developer", + "nav.duplicates": "Mga Duplicates", + "nav.file_manager": "Tagapamahala ng File", + "nav.files": "Mga File", + "nav.get_started": "Magsimula", + "nav.help": "Tulong", + "nav.help_center": "Sentro ng Tulong", + "nav.imap": "Pag-import ng Email", + "nav.integrations": "Mga Integrasyon", + "nav.light_mode": "Liwanag na Mode", + "nav.login": "Mag-log In", + "nav.logout": "Mag-Log Out", + "nav.main_navigation": "Pangunahing nabigasyon", + "nav.my_subscription": "Aking Subscription", + "nav.notifications": "Mga Abiso", + "nav.open_main_menu": "Buksan ang pangunahing menu", + "nav.pipelines": "Mga Pipeline", + "nav.plan_designer": "Tagaplano ng Plano", + "nav.pricing": "Pagpepresyo", + "nav.profile": "Profile", + "nav.profile_settings": "Mga Setting ng Profile", + "nav.queue": "Queue", + "nav.queue_monitor": "Tagamasid ng Queue", + "nav.scheduled_jobs": "Mga Nakaiskedyul na Trabaho", + "nav.search": "Maghanap", + "nav.settings": "Mga Setting", + "nav.shared_links": "Ibinahaging Mga Link", + "nav.sign_out": "Mag-sign Out", + "nav.signup": "Mag-sign Up", + "nav.similarity": "Pagkakapareho", + "nav.skip_to_content": "Laktawan sa pangunahing nilalaman", + "nav.status": "Katayuan", + "nav.subscription": "Subskripsyon", + "nav.toggle_dark_mode": "I-toggle ang madilim na mode", + "nav.toggle_nav": "I-toggle ang menu ng nabigasyon", + "nav.upload": "I-upload", + "nav.users": "Mga Gumagamit", + "nav.version": "Impormasyon sa Bersyon", + "notifications.filter_all": "Lahat", + "notifications.filter_read": "Basahin lamang", + "notifications.filter_unread": "Hindi nabasa lamang", + "notifications.manage_desc": "Pamahalaan ang iyong inbox ng abiso, mga target, at mga kagustuhan sa kaganapan", + "notifications.mark_all_read": "Tandaan ang Lahat bilang Nabasa", + "notifications.mark_all_read_btn": "Tandaan ang lahat bilang nabasa", + "notifications.mark_read": "Tandaan bilang Nabasa", + "notifications.no_notifications": "Walang mga abiso", + "notifications.page_title": "Mga Abiso", + "notifications.tab_inbox": "Inbox", + "notifications.tab_settings": "Mga Setting", + "notifications.title": "Mga Notification", + "notifications.unread_count": "{count} di pa nabasang mga notification", + "pipelines.active_label": "Aktibo", + "pipelines.add_step_btn": "Magdagdag ng Hakbang", + "pipelines.create": "Gumawa ng Pipeline", + "pipelines.custom_label_label": "Pasadyang Label", + "pipelines.default_label": "Default", + "pipelines.description_label": "Paglalarawan", + "pipelines.description_placeholder": "Opsyonal na paglalarawan", + "pipelines.disabled_label": "Hindi Pinagana", + "pipelines.edit": "I-edit ang Pipeline", + "pipelines.empty_state": "Walang mga pipeline pa", + "pipelines.empty_state_hint": "Gumawa ng iyong unang pipeline upang tukuyin ang mga pasadyang daloy ng pagproseso ng dokumento.", + "pipelines.enabled_label": "Pinagana", + "pipelines.force_cloud_ocr_label": "Puwersahin ang cloud OCR (laktawan ang lokal na pagkuha ng teksto)", + "pipelines.inactive_label": "Hindi Aktibo", + "pipelines.loading": "Naglo-load ng mga pipeline\u0019", + "pipelines.name_placeholder": "Aking pipeline", + "pipelines.new_pipeline_btn": "Bagong Pipeline", + "pipelines.no_steps": "Walang mga hakbang na tinukoy. Magdagdag ng hakbang upang simulan ang pagbuo ng iyong pipeline.", + "pipelines.ocr_auto": "Awtomatiko (gamitin ang default ng sistema)", + "pipelines.ocr_language_hint": "Papalitan ang pandaigdigang setting ng wika para sa Tesseract/EasyOCR. Awtomatikong nadidetect ng Azure at Mistral ang wika.", + "pipelines.ocr_language_label": "Wika ng OCR", + "pipelines.optional_suffix": "(opsyonal)", + "pipelines.page_title": "Pagproseso ng mga Pipeline", + "pipelines.set_default": "Itakda bilang aking default na pipeline", + "pipelines.step_label_placeholder": "Palitan ang default na pangalan ng hakbang", + "pipelines.step_type_label": "Uri ng Hakbang", + "pipelines.subtitle_intro": "Tukuyin at pamahalaan ang mga pasadyang daloy ng pagproseso ng dokumento.", + "pipelines.subtitle_system_post": "bagde at nakikita ng lahat ng mga gumagamit.", + "pipelines.subtitle_system_pre": "Ang mga system pipeline (ginawa ng mga admin) ay ipinapakita na may", + "pipelines.system_label": "Sistema", + "pipelines.system_pipeline_label": "System pipeline (nakikita ng lahat ng mga gumagamit)", + "pipelines.title": "Pagproseso ng mga Pipeline", + "profile.avatar_alt": "Iyong larawan sa profile", + "profile.avatar_heading": "Larawan ng Profile", + "profile.avatar_remove": "Tanggalin ang custom na avatar", + "profile.avatar_upload_hint": "Mag-upload ng JPEG, PNG, GIF, o WebP na imahe hanggang 2 MB. Kung walang nakaset na custom na larawan, ang iyong {gravatar} ay ipapakita.", + "profile.choose_image": "Pumili ng larawan\n\n", + "profile.confirm_password": "Kumpirmahin ang Bagong Password", + "profile.contact_email_hint": "Ginagamit para sa mga notification ng system. Hindi nito binabago ang iyong login e-mail.", + "profile.contact_email_label": "Contact / Notification E-mail", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "Kasalukuyang Password", + "profile.dismiss": "Isara", + "profile.display_name_hint": "Iwanan itong walang laman upang gamitin ang iyong username o email sa account.", + "profile.display_name_label": "Display Name", + "profile.display_name_placeholder": "Iyong pangalan ayon sa ipinapakita sa UI", + "profile.general_heading": "Pangkalahatang Impormasyon", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Mga Setting ng Profile", + "profile.language_auto_detect": "Awto-detect (mula sa browser)", + "profile.language_hint": "Pumili ng iyong nais na wika ng interface. Ang “Awto-detect” ay sumusunod sa iyong mga setting ng browser.", + "profile.language_label": "Wika ng UI", + "profile.new_password": "Bagong Password", + "profile.new_password_hint": "Minimum na 8 karakter.", + "profile.page_title": "Mga Setting ng Profile – DocuElevate", + "profile.password_heading": "Palitan ang Password", + "profile.preferences_heading": "Mga Kagustuhan", + "profile.save_button": "I-save ang Mga Pagbabago", + "profile.saving": "Nagsasaayos\n\n", + "profile.subtitle": "Pamahalaan ang iyong display name, avatar, wika, at mga kagustuhan sa tema.", + "profile.theme_dark": "Madilim", + "profile.theme_hint": "Ang “System Default” ay sumusunod sa dark-mode setting ng iyong device.", + "profile.theme_label": "Scheme ng Kulay", + "profile.theme_light": "Maliwanag", + "profile.theme_system": "System Default", + "profile.update_password": "I-update ang Password", + "profile.updating": "Nag-aupdate\u00135", + "queue.active_tasks": "Mga Aktibong Gawain", + "queue.auto_refresh_1": "Awtomatiko ang pag-refresh tuwing", + "queue.auto_refresh_2": "segundo", + "queue.col_arguments": "Mga Argumento", + "queue.col_current_step": "Kasalukuyan na Hakbang", + "queue.col_file": "File", + "queue.col_files": "Mga File", + "queue.col_queue": "Queue", + "queue.col_state": "Estado", + "queue.col_task": "Gawain", + "queue.col_task_id": "ID ng Gawain", + "queue.files_processing": "Pagproseso ng Mga File", + "queue.heading": "Tagamasid ng Queue", + "queue.last_updated": "Huling na-update:", + "queue.loading_stats": "Nagmamasid ng mga istatistika ng queue\u000206", + "queue.no_active_tasks": "Walang aktibong mga gawain", + "queue.no_data": "Walang data", + "queue.no_files_processing": "Walang mga file na kasalukuyang pinoproseso", + "queue.page_title": "Tagamasid ng Queue", + "queue.processing_pipeline": "Pipeline ng Pagproseso", + "queue.queued_tasks": "Mga Naka-que na Gawain", + "queue.recently_processing": "Kamakailan lamang na Nagproseso ng Mga File", + "queue.redis_queues": "Redis Queues", + "queue.subtitle": "Tunay na oras na tanawin ng proseso ng dokumento at mga queue ng gawain ng Celery.", + "queue.workers_online": "Mga Manggagawa Online", + "search.button": "Maghanap", + "search.error_message": "Ang paghahanap ay pansamantalang hindi magagamit. Mangyaring subukan muli sa isang sandali.", + "search.filter_aria_clear": "I-clear ang lahat ng mga filter", + "search.filter_clear_button": "I-clear ang mga Filter", + "search.filter_date_from": "Petsa Mula", + "search.filter_date_to": "Petsa Hanggang", + "search.filter_document_type": "Uri ng Dokumento", + "search.filter_document_type_placeholder": "hal. Invoice", + "search.filter_language": "Wika", + "search.filter_language_placeholder": "hal. de", + "search.filter_sender": "Nagpadala", + "search.filter_sender_placeholder": "hal. ACME Corp", + "search.filter_tags": "Mga Tag", + "search.filter_tags_placeholder": "hal. amazon", + "search.filter_text_quality": "Kalidad ng Teksto", + "search.filter_text_quality_all": "Lahat", + "search.filter_text_quality_high": "Mataas", + "search.filter_text_quality_low": "Mababa", + "search.filter_text_quality_medium": "Katamtaman", + "search.filter_text_quality_no_text": "Walang teksto", + "search.heading": "Paghahanap ng Dokumento", + "search.input_aria_label": "Maghanap ng mga dokumento", + "search.input_placeholder": "Maghanap ng mga dokumento ayon sa nilalaman, nagpadala, tag, uri...", + "search.loading_indicator": "Naghahanap\u0014", + "search.no_results": "Walang natagpuang resulta", + "search.page_title": "Maghanap ng mga Dokumento", + "search.placeholder": "Maghanap ayon sa pangalan ng file, nilalaman, tag...", + "search.result_empty": "Walang natagpuang dokumento na tumutugma sa iyong query.", + "search.results_count": "{count} natagpuang resulta", + "search.saved_aria_save": "I-save ang kasalukuyang paghahanap", + "search.saved_button": "I-save ang Kasalukuyan", + "search.saved_empty": "Walang nai-save na mga paghahanap pa", + "search.saved_error": "Hindi ma-load ang mga nai-save na paghahanap", + "search.saved_label": "Mga Nai-save na Paghahanap", + "search.saved_loading": "Nagloload...", + "search.title": "Maghanap ng mga Dokumento", + "settings.audit_log_btn": "Audit Log", + "settings.autocomplete_hint": "I-type upang maghanap ng mga kilalang halaga, o pumasok ng anumang pasadyang halaga.", + "settings.autocomplete_no_matches": "Walang tugma — maaari ka pa ring mag-type ng pasadyang halaga", + "settings.autocomplete_placeholder": "I-type upang maghanap o pumasok ng halaga\u0014", + "settings.boolean_enable_prefix": "Paganahin", + "settings.categories_aria": "Mga kategorya ng mga setting", + "settings.categories_heading": "Mga Kategorya", + "settings.db_wizard_btn": "DB Wizard", + "settings.effective_value_label": "Epektibong halaga:", + "settings.encrypted_suffix": "= encrypted at rest", + "settings.encrypted_title": "Ang halaga ay naka-encrypt sa pahinga sa database", + "settings.export_btn": "I-export", + "settings.export_db_only": "Mga setting ng DB lamang", + "settings.export_full_config": "Buong epektibong config", + "settings.jump_to_category": "Tumalon sa kategorya\u0014", + "settings.manage_config_prefix": "Pamahalaan ang configuration. Prayoridad:", + "settings.model_picker_hint": "Pumili mula sa listahan o mag-type ng anumang pangalan ng modelo na sinusuportahan ng iyong provider.", + "settings.model_picker_placeholder": "Pumili ng karaniwang modelo o mag-type ng pasadyang pangalan\u0014", + "settings.no_results_clear": "linisin ang paghahanap", + "settings.no_results_heading": "Walang natagpuang mga setting", + "settings.no_results_hint": "Subukan ang ibang salin o", + "settings.page_heading": "Mga Setting ng Application", + "settings.required_label": "(kinakailangan)", + "settings.reset_confirm": "Sigurado ka bang nais mong i-reset ang setting na ito?", + "settings.restart_required_suffix": "= kinakailangan ang pag-restart", + "settings.revert_btn": "Alisin sa DB", + "settings.revert_title": "Alisin ang DB override at magbalik sa variable ng kapaligiran o default", + "settings.reverting": "Nagbabalik\u0002026", + "settings.save_all_btn": "I-save ang Lahat ng Binago", + "settings.save_error": "Nabigong i-save ang setting", + "settings.save_setting_title": "I-save ang setting na ito", + "settings.save_success": "Matagumpay na na-save ang setting", + "settings.saving_state": "Nagsasagawa ng pag-save\u0002026", + "settings.search_aria_label": "Maghanap ng mga setting", + "settings.search_clear_aria": "I-clear ang paghahanap", + "settings.search_placeholder": "Maghanap ng mga setting ayon sa pangalan, key, o paglalarawan\u0002026", + "settings.settings_count_suffix": "mga setting", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "DEFAULT", + "settings.source_env_badge": "ENV", + "settings.title": "Mga Setting", + "settings.toggle_visibility_aria": "I-toggle ang visibility ng password", + "settings.toggle_visibility_title": "Ipakita/itago ang halaga", + "settings.user_autocomplete_empty": "Walang natagpuang katugmang gumagamit", + "settings.user_autocomplete_hint": "I-type upang maghanap ng mga umiiral na gumagamit ayon sa pangalan, o manually na pumasok ng anumang identifier.", + "settings.user_autocomplete_placeholder": "Simulan ang pag-type upang maghanap ng mga gumagamit\u0002026", + "settings.wizard_btn": "Wizard", + "shared.col_expiry": "Petsa ng Pag-expire", + "shared.col_file_label": "File / Label", + "shared.col_link": "Link", + "shared.col_views": "Mga Tanaw", + "shared.copy_link_aria": "Kopyahin ang link sa clipboard", + "shared.copy_link_title": "Kopyahin ang link", + "shared.create_btn": "Lumikha ng Link", + "shared.create_heading": "Lumikha ng Bagong Shared Link", + "shared.creating": "Naglilikom\u0002026", + "shared.expiry_12h": "12 oras", + "shared.expiry_14d": "14 na araw", + "shared.expiry_1h": "1 oras", + "shared.expiry_24h": "24 oras (1 araw)", + "shared.expiry_30d": "30 araw", + "shared.expiry_3d": "3 araw", + "shared.expiry_6h": "6 oras", + "shared.expiry_7d": "7 araw", + "shared.expiry_label": "Petsa ng Pag-expire", + "shared.expiry_never": "Hindi kailanman", + "shared.file_id_help_post": "pahina o sa URL ng detalye ng dokumento.", + "shared.file_id_help_pre": "Hanapin ang file ID sa", + "shared.file_id_label": "File ID", + "shared.file_id_placeholder": "hal. 42", + "shared.files_link": "Mga File", + "shared.heading": "Mga Ibinahaging Link", + "shared.label_label": "Label", + "shared.label_placeholder": "hal. Ibinahagi kay Bob", + "shared.link_created": "Nagawa ang ibinahaging link!", + "shared.link_created_help": "Kopyahin at ipadala ang link na ito sa tatanggap.", + "shared.links_count_aria": "bilang ng mga link", + "shared.max_downloads_label": "Max na pag-download", + "shared.no_links": "Walang ibinahaging link pa. Gumawa ng isa sa itaas upang makapagsimula.", + "shared.open_in_new_tab": "Buksan sa bagong tab", + "shared.open_link_aria": "Buksan ang ibinahaging link", + "shared.optional": "(opsyonal)", + "shared.page_title": "Mga Ibinahaging Link – DocuElevate", + "shared.password_label": "Password", + "shared.password_placeholder": "Iwanang blangko para walang password", + "shared.password_protected": "Nakabpassword", + "shared.refresh_aria": "I-refresh ang listahan ng mga ibinahaging link", + "shared.revoke_aria_prefix": "Bawiin ang ibinahaging link para sa", + "shared.revoke_btn": "Bawiin", + "shared.status_active": "Aktibo", + "shared.status_expired": "Nexpire na", + "shared.status_limit_reached": "Naabot na ang limitasyon", + "shared.status_revoked": "Nabawi", + "shared.subtitle": "Ibahagi ang mga dokumento sa sinuman sa pamamagitan ng isang link na may limitadong oras o limitadong view. Hindi kailangan ng mga tatanggap ng DocuElevate account. Ang mga link ay maaaring maprotektahan ng password at maaaring bawiin anumang oras.", + "shared.table_aria": "Mga ibinahaging link", + "shared.unlimited_placeholder": "Walang hanggan", + "shared.your_links": "Iyong Mga Ibinahaging Link", + "similarity.backfill_auto": "Ang background task ay awtomatikong kakalkulahin ang mga ito tuwing 5 minuto, o maaari mong", + "similarity.files_missing_text": "file(s) ay may OCR text ngunit walang embedding pa.", + "similarity.find_pairs_btn": "Hanapin ang Mga Pairs", + "similarity.heading": "Pagkakapareho ng Dokumento", + "similarity.load_error": "Nabigong i-load ang mga pairs.", + "similarity.min_similarity_label": "Min. pagkakapareho", + "similarity.no_pairs_detail": "Walang dokumento na pares na lumampas sa threshold ng pagkakapareho.", + "similarity.no_pairs_heading": "Walang natagpuang magkaparehong pares", + "similarity.page_title": "Pagkapareho ng Dokumento - DocuElevate", + "similarity.pagination_aria": "Pagpapalitan ng mga pares ng pagkakapareho", + "similarity.per_page_label": "Sa bawat pahina", + "similarity.scanning": "Nagsusuri para sa mga katulad na pares ng dokumento\u00173", + "similarity.stat_embedding_model": "Model ng Pag-embed", + "similarity.stat_missing_embedding": "Nawawalang Pag-embed", + "similarity.stat_total_files": "Kabuuang mga File", + "similarity.stat_with_embedding": "May Pag-embed", + "similarity.subtitle": "Mga pares ng dokumento na may mataas na semantikal na pagkakapareho, na niranggo ayon sa iskor.", + "similarity.trigger_aria": "I-trigger ang pagkalkula ng pag-embed para sa lahat ng mga file na nawawalan ng mga pag-embed", + "similarity.trigger_now": "i-trigger ito ngayon", + "status.app_version": "Bersyon ng App", + "status.build_date": "Petsa ng Paggawa", + "status.container_id": "ID ng Lalagyan", + "status.git_commit": "Git Commit", + "status.last_check": "Huling Suriin", + "status.page_title": "Katayuan ng Sistema", + "status.setting_label": "Setting", + "status.value_label": "Halaga", + "subscription.available_plans_heading": "Mga Magagamit na Plano", + "subscription.back_to_dashboard": "Bumalik sa Dashboard", + "subscription.cancel_pending": "I-cancel ang pagbabago", + "subscription.cancel_scheduled": "I-cancel ang naka-schedule na pagbabago", + "subscription.contact_sales": "Makipag-ugnayan sa Benta", + "subscription.current_badge": "Kasalukuyan", + "subscription.current_plan": "Kasalukuyang Plano", + "subscription.current_plan_cta": "Ang iyong kasalukuyang plano", + "subscription.downgrade_to_prefix": "I-downgrade sa", + "subscription.features_heading": "Ano ang kasama sa iyong plano", + "subscription.free": "Libre", + "subscription.heading": "Aking Subscription", + "subscription.keep_plan_prefix": "Ipanatili", + "subscription.lifetime_files": "Kabuuang mga file (habambuhay)", + "subscription.month_files": "Mga file sa buwang ito", + "subscription.more_features_label": "karagdagang", + "subscription.page_title": "Aking Subscription \u00135 DocuElevate", + "subscription.pending_badge": "Nakasuspinde", + "subscription.pending_benefits": "Mapapanatili mo ang lahat ng kasalukuyang benepisyo ng plano hanggang sa noon.", + "subscription.pending_on": "sa", + "subscription.pending_title": "Nakasuspendeng pagbabago ng plano na naka-schedule", + "subscription.pending_will_change": "Ang iyong plano ay magbabago sa", + "subscription.per_mo": "/buwan", + "subscription.per_month": "/buwan", + "subscription.since": "Mula noong", + "subscription.single_user_body": "Ang mga tier ng subscription ay nalalapat kapag aktibo ang multi-user mode. Ang iyong instance ay kasalukuyang tumatakbo sa single-user mode na walang limitasyon sa pagproseso. Maaaring i-enable ng isang admin ang multi-user mode sa pamamagitan ng {settings_link}.", + "subscription.single_user_title": "Hindi nakabukas ang multi-user mode.", + "subscription.subtitle": "Ang iyong kasalukuyang plano, paggamit, at magagamit na mga upgrade.", + "subscription.this_month_label": "ngayong buwan", + "subscription.today_files": "Mga file ngayon", + "subscription.today_label": "ngayon", + "subscription.unlimited": "Walang hanggan", + "subscription.upgrade_info": "Ang mga upgrade ay magiging epektibo kaagad. Ang mga downgrade ay naka-schedule para sa katapusan ng iyong kasalukuyang billing period.", + "subscription.upgrade_to_prefix": "I-upgrade sa", + "subscription.usage_heading": "Paggamit", + "upload.browse_button": "I-browse ang mga File", + "upload.button_processing": "Pinoproseso...", + "upload.camera_button": "Kumuha ng Larawan / I-scan ang Dokumento", + "upload.download_button": "I-download at Iproseso", + "upload.downloading": "Nagda-download ng file mula sa URL...", + "upload.drag_drop": "I-drag at i-drop ang mga file dito o i-click upang mag-browse", + "upload.drop_hint_desktop": "I-drag at i-drop ang mga file o folder dito, o i-click upang pumili ng mga file.", + "upload.drop_hint_mobile": "I-tap upang pumili ng mga file o gamitin ang camera button sa ibaba.", + "upload.drop_zone_aria": "S área ng pag-upload ng file. I-drag at i-drop ang mga file dito, o pindutin ang Enter upang mag-browse ng mga file.", + "upload.error": "Nabigo ang pag-upload", + "upload.error_invalid_url": "Hindi wastong format ng URL", + "upload.error_url_required": "Mangyaring mag-enter ng URL", + "upload.file_size_hint": "Pinakamalaking sukat: 500 MB bawat file", + "upload.file_types": "Pinapayagang mga uri: PDF, mga dokumento ng Office (Word, Excel, PowerPoint, atbp.), Mga Larawan", + "upload.filename_description": "Iwanang walang laman upang gamitin ang pangalan ng file mula sa URL", + "upload.filename_label": "Pangalan ng File (opsyonal)", + "upload.filename_placeholder": "ang-aking-dokument.pdf", + "upload.max_size": "Pinakamataas na sukat ng file: {size}", + "upload.page_title": "I-upload ang mga File", + "upload.section_device": "I-upload mula sa Device", + "upload.section_url": "I-upload mula sa URL", + "upload.select_file": "Pumili ng File", + "upload.success": "Matagumpay na na-upload ang file", + "upload.title": "I-upload ang Dokumento", + "upload.uploading": "Nagreresponde...", + "upload.url_description": "Ilagay ang direktang link sa isang file (PDF, mga dokumento sa Office, o mga imahe)", + "upload.url_label": "URL ng File", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/tr.json b/frontend/translations/tr.json index d36160ed..701f1889 100644 --- a/frontend/translations/tr.json +++ b/frontend/translations/tr.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Yaratıcıyla Tanışın", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_pre": "DocuElevate, tutku ile geliştirilmiştir", + "about.features_admin_api": "Programatik erişim için güçlü REST API", + "about.features_admin_config": "Çevre değişkenleri ile yüksek derecede yapılandırılabilir", + "about.features_admin_docker": "Kolay dağıtım ve ölçekleme için Docker uyumlu", + "about.features_admin_heading": "Yönetim", + "about.features_admin_oauth2": "Authentik ile OAuth2 kimlik doğrulama desteği", + "about.features_automation_background": "Redis ve Celery ile arka plan işlemleri", + "about.features_automation_gmail": "Gmail ve genel e-posta hesap entegrasyonu", + "about.features_automation_heading": "Otomasyon", + "about.features_automation_imap": "Birden fazla kaynaktan IMAP gelen kutusu sorgulama", + "about.features_automation_ingestion": "Çeşitli girdilerden otomatik belge alma", + "about.features_heading": "Ana Özellikler", + "about.features_integration_cloud": "Bulut depolama: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Entegrasyon & Depolama", + "about.features_integration_multi_dest": "Birden fazla hedef desteği (belgeleri birden fazla konumda saklayın)", + "about.features_integration_protocols": "Transfer protokolleri: FTP, SFTP, E-posta yönlendirme", + "about.features_integration_selfhosted": "Kendinize ait barındırma seçenekleri: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Akıllı belge sınıflandırması ve tarih çıkarımı", + "about.features_processing_heading": "Belge İşleme", + "about.features_processing_metadata": "Eklenti bir AI sağlayıcı kullanarak otomatik meta veri çıkarımı", + "about.features_processing_ocr": "Azure Document Intelligence tarafından desteklenen OCR", + "about.features_processing_pdf": "Gotenberg aracılığıyla çeşitli dosya formatları için PDF dönüşümü", + "about.features_processing_upload": "Sürükle ve bırak desteği ile basit ve güvenli dosya yüklemeleri", + "about.github_logo_alt": "GitHub Logosu", + "about.heading": "DocuElevate Hakkında", + "about.intro_post": " - belgelerinizi işlemek için modern, akıllı çözümünüz! DocuElevate’i, belgelerinizi yüklemeden çıkarımına, işlemden depolamaya kadar olan süreçleri tamamen dönüştürmek için oluşturduk.", + "about.intro_pre": "Hoş geldiniz ", + "about.involved_description": "Koda dalmak, fikirlerinizi katkıda bulunmak veya DocuElevate hakkında daha fazla bilgi edinmek ister misiniz?", + "about.involved_docs": "Belgeleri Okuyun", + "about.involved_github": "DocuElevate’i GitHub’da Görüntüleyin", + "about.involved_heading": "Katılın", + "about.involved_website": "DocuElevate Web Sitesini Ziyaret Edin", + "about.legal_description": "Gizliliğinizi ve veri güvenliğinizi önemsiyoruz. Lütfen şunları inceleyin:", + "about.legal_heading": "Gizlilik & Hukuki", + "about.legal_license": "Lisans Bilgileri", + "about.legal_privacy": "Gizlilik Bildirimi", + "about.page_title": "DocuElevate Hakkında", + "about.story_heading": "Hikayemiz", + "about.story_p1": "DocuElevate, herkes için belge yönetimini basit ve etkili hale getirmek amacıyla yaratıldı; ister küçük bir girişim, ister büyük bir işletme olun.", + "about.story_p2": "Meta veri çıkarımı ve metin iyileştirme için takılabilir AI sağlayıcılarının (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey ve daha fazlası) gücünden faydalanıyoruz, depolama ve dizinleme için Dropbox, Nextcloud ve Paperless NGX ile sorunsuz bir şekilde entegre oluyoruz, OCR için Azure Document Intelligence'ı kullanıyoruz ve dosya-PDF dönüşümleri için Gotenberg'i kullanıyoruz.", + "api_tokens.col_created": "Oluşturuldu", + "api_tokens.col_last_ip": "Son IP", + "api_tokens.col_last_used": "Son Kullanım", + "api_tokens.col_name": "İsim", + "api_tokens.col_prefix": "Token Ön Eki", + "api_tokens.copy_to_clipboard": "Token'ı panoya kopyala", + "api_tokens.copy_upload_example": "Yükleme örneğini panoya kopyala", + "api_tokens.copy_warning_1": "Bu token'ı hemen kopyalayın — bu,", + "api_tokens.copy_warning_2": "bir daha gösterilmeyecek", + "api_tokens.create_heading": "Yeni Token Oluştur", + "api_tokens.create_token": "Token Oluştur", + "api_tokens.creating": "Oluşturuluyor…", + "api_tokens.heading": "API Token'ları", + "api_tokens.intro": "DocuElevate API'si ile programatik olarak etkileşimde bulunmak için kişisel API token'ları oluşturun. Webhook yüklemeleri, CI/CD boru hatları veya belge yüklemek veya almak için gereken her hangi bir script için token'ları kullanın.", + "api_tokens.loading_tokens": "Token'lar yükleniyor…", + "api_tokens.never": "Asla", + "api_tokens.no_tokens_heading": "Henüz API token'ı yok", + "api_tokens.no_tokens_help": "Başlamak için yukarıdaki ilk token'ı oluşturun.", + "api_tokens.page_title": "API Token'ları – DocuElevate", + "api_tokens.revoke": "İptal Et", + "api_tokens.revoke_prefix": "Token'ı iptal et", + "api_tokens.status_active": "Aktif", + "api_tokens.status_revoked": "İptal Edildi", + "api_tokens.table_aria": "API Token'ları", + "api_tokens.token_created": "Token başarılı bir şekilde oluşturuldu!", + "api_tokens.token_name_label": "Token ismi", + "api_tokens.token_name_placeholder": "örneğin CI Pipeline, Webhook Yükleme, Benim Scriptim", + "api_tokens.usage_heading": "Kullanım Örneği", + "api_tokens.usage_intro_post": "herhangi bir API isteği ile header:", + "api_tokens.usage_intro_pre": "API token'ınızı", + "api_tokens.your_tokens": "Token'larınız", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "audit.col_resource": "Kaynak", + "audit.col_timestamp": "Zaman Damgası", + "audit.critical": "Kritik", + "audit.filter_action": "Eylem", + "audit.filter_all_actions": "Tüm eylemler", + "audit.filter_all_users": "Tüm kullanıcılar", + "audit.filter_resource_placeholder": "örn. belge, kullanıcı", + "audit.filter_resource_type": "Kaynak Türü", + "audit.filter_severity": "Şiddet", + "audit.filter_user": "Kullanıcı", + "audit.filters_section_label": "Denetim günlük filtreleri", + "audit.next": "İleri", + "audit.next_label": "Sonraki sayfa", + "audit.no_events": "Henüz hiçbir denetim olayı kaydedilmedi.", + "audit.no_events_hint": "Önemli eylemler (girişler, belge işlemleri, ayar değişiklikleri) burada görünecektir.", + "audit.page_title": "Denetim Günlüğü - DocuElevate", + "audit.pagination_label": "Denetim günlük sayfalaması", + "audit.prev": "Önceki", + "audit.prev_label": "Önceki sayfa", + "audit.refresh_label": "Denetim günlüklerini yenile", + "audit.siem_disabled_title": "SIEM iletimi devre dışı", + "audit.siem_enabled_title": "Olaylar iletiliyor ", + "audit.siem_off": "SIEM: Kapalı", + "audit.subtitle": "Tüm önemli eylemlerin kapsamlı, yalnızca ekleme kaydı.", + "audit.table_label": "Denetim günü olayları", + "audit.title": "Denetim Günlükleri", + "auth.confirm_password": "Şifreyi Onayla", + "auth.create_account": "Hesap oluştur", + "auth.display_name_label": "Görünen İsim", + "auth.email_label": "E-posta", + "auth.forgot_password": "Şifre mi unuttunuz?", + "auth.forgot_username": "Kullanıcı adını mı unuttunuz?", + "auth.login": "Giriş Yap", + "auth.login_title": "Giriş Yap", + "auth.logo_alt": "DocuElevate Logosu", + "auth.logout": "Çıkış Yap", + "auth.my_account": "Hesabım", + "auth.no_account": "Bir hesabınız yok mu?", + "auth.or_continue_with": "Ya da ile devam et", + "auth.password_label": "Şifre", + "auth.profile": "Profil", + "auth.remember_me": "Beni hatırla", + "auth.return_home": "Ana Sayfaya Dön", + "auth.sign_in": "Oturum aç", + "auth.sign_in_sso": "SSO ile oturum aç", + "auth.sign_in_with": "Giriş yap", + "auth.sign_in_with_username": "Kullanıcı adı ile giriş yap", + "auth.signup": "Kaydol", + "auth.signup_title": "Kaydol", + "auth.username_label": "Kullanıcı adı", + "auth.username_or_email": "Kullanıcı adı veya E-posta", + "auth.verify_email_back_sign_in": "Giriş sayfasına geri dön", + "auth.verify_email_expiry": "Bağlantı 24 saat içinde süresi doluyor. E-postayı göremiyorsanız, spam klasörünüzü kontrol edin.", + "auth.verify_email_heading": "Gelen kutunuzu kontrol edin", + "auth.verify_email_message": "Size bir doğrulama e-postası gönderdik. Lütfen hesabınızı etkinleştirmek için e-postadaki bağlantıya tıklayın.", + "auth.verify_email_page_title": "DocuElevate - E-postanızı Doğrulayın", + "auth.verify_email_resend_aria_label": "Yeniden gönderilecek e-posta adresi", + "auth.verify_email_resend_button": "Doğrulama e-postasını yeniden gönder", + "auth.verify_email_resend_label": "E-posta adresi", + "auth.verify_email_resend_placeholder": "E-posta adresinizi girin", + "auth.verify_email_resend_prompt": "Almadınız mı?", + "backup.archives_heading": "Yedekleme Arşivleri", + "backup.backup_now": "Şimdi Yedekle", + "backup.clean_up": "Temizle", + "backup.cleanup_title": "Şu anda koruma temizlemesini çalıştır", + "backup.col_created": "Oluşturulma zamanı", + "backup.col_filename": "Dosya Adı", + "backup.col_size": "Boyut", + "backup.col_storage": "Depolama", + "backup.col_type": "Tür", + "backup.config_auto_backup": "Otomatik yedekleme", + "backup.config_remote_dest": "Uzaktan hedef", + "backup.config_retention": "Saklama", + "backup.config_total_size": "Toplam yerel boyut", + "backup.confirm_btn": "Onayla", + "backup.confirm_title": "Eylemi onaylayın", + "backup.heading": "Yedekleme Yönetimi", + "backup.local_only": "Sadece yerel", + "backup.no_backups": "Henüz yedekleme yok.", + "backup.no_backups_hint": "İlk yedeklemenizi oluşturmak için Şimdi Yedekle'ye tıklayın.", + "backup.page_title": "Yedekleme Yönetimi", + "backup.records_label": "kayıt", + "backup.restore_btn": "Geri Yükle", + "backup.restore_desc_mid": "veritabanını geri yüklemek için yedekleme arşivi.", + "backup.restore_desc_pre": "Bir yükleyin", + "backup.restore_desc_warning": "Bu, mevcut verileri üzerine yazacaktır.", + "backup.restore_file_label": "Yedek arşivi (.db.gz)", + "backup.restore_heading": "Dosyadan Geri Yükle", + "backup.restoring": "Geri Yükleniyor\u0000\u0000\u0000", + "backup.retention_daily_detail": "\u0000\u0000\u0000 3 hafta tutulur", + "backup.retention_heading": "Saklama politikası", + "backup.retention_hourly_detail": "\u0000\u0000\u0000 4 gün tutulur", + "backup.retention_note": "Bu sınırların ötesindeki yedeklemeler, her yeni yedek oluşturulduktan sonra otomatik olarak kesilir.", + "backup.retention_weekly_detail": "\u0000\u0000\u0000 ~3 ay tutulur", + "backup.snapshots": "anlık görüntüler", + "backup.status_ok": "tamam", + "backup.storage_local": "yerel", + "backup.subtitle": "Veritabanı yedekleri otomatik olarak oluşturulur: saatlik (4 gün), günlük (3 hafta), haftalık (13 hafta).", + "backup.table_aria": "Yedek arşivleri", + "backup.trigger_daily": "Şimdi Yedekle (Günlük)", + "backup.trigger_hourly": "Şimdi Yedekle (Saatlik)", + "backup.trigger_weekly": "Şimdi Yedekle (Haftalık)", + "backup.type_daily": "Günlük", + "backup.type_hourly": "Saatlik", + "backup.type_weekly": "Haftalık", + "billing.go_to_dashboard": "Kontrol paneline git", + "billing.manage_subscription": "Aboneliği yönet", + "billing.success_heading": "Her şey hazır!", + "billing.success_message": "Aboneliğiniz etkinleştirildi. DocuElevate'i tercih ettiğiniz için teşekkür ederiz!", + "billing.success_page_title": "DocuElevate - Abonelik Etkinleştirildi", + "common.actions": "Eylemler", + "common.active": "Aktif", + "common.all": "Tümü", + "common.avatar": "Avatar", + "common.back": "Geri", + "common.cancel": "İptal", + "common.close": "Kapat", + "common.col_pending": "Beklemede", + "common.completed": "Tamamlandı", + "common.confirm": "Onayla", + "common.copied": "Kopyalandı!", + "common.copy": "Kopyala", + "common.create": "Oluştur", + "common.created": "Oluşturuldu", + "common.date": "Tarih", + "common.delete": "Sil", + "common.description": "Açıklama", + "common.details": "Ayrıntılar", + "common.disabled": "Devre Dışı", + "common.download": "İndir", + "common.duplicate": "Kopyala", + "common.edit": "Düzenle", + "common.enabled": "Etkin", + "common.error": "Hata", + "common.failed": "Başarısız", + "common.filter": "Filtre", + "common.inactive": "Aktif Değil", + "common.info": "Bilgi", + "common.loading": "Yükleniyor...", + "common.name": "İsim", + "common.next": "Sonraki", + "common.next_page": "Sonraki sayfa", + "common.no": "Hayır", + "common.none": "Yok", + "common.page": "Sayfa", + "common.paused": "Duraklatıldı", + "common.pending": "Beklemede", + "common.prev_page": "Önceki sayfa", + "common.previous": "Önceki", + "common.processing": "İşleniyor", + "common.refresh": "Yenile", + "common.reset": "Sıfırla", + "common.retry": "Tekrar Dene", + "common.save": "Kaydet", + "common.search": "Ara", + "common.select": "Seç", + "common.select_placeholder": "\u0001\u0004 seç \u0001\u0004", + "common.size": "Boyut", + "common.status": "Durum", + "common.submit": "Gönder", + "common.success": "Başarı", + "common.tags": "Etiketler", + "common.test": "Test", + "common.test_connection": "Bağlantıyı Test Et", + "common.type": "Tür", + "common.update": "Güncelle", + "common.updated": "Güncellendi", + "common.upload": "Yükle", + "common.view": "Görüntüle", + "common.warning": "Uyarı", + "common.yes": "Evet", + "cookie.accept": "Tamam", + "cookie.learn_more": "Daha fazla bilgi", + "cookie.message": "Bu web sitesi deneyiminizi geliştirmek için çerezler kullanmaktadır.", + "cookie.notice": "DocuElevate yalnızca kimlik doğrulama ve hizmet işletimi için gerekli olan temel oturum çerezlerini kullanır. İzleme veya analiz çerezleri kullanılmamaktadır.", + "cookie.notice_label": "Çerez bildirim", + "cookie.policy_link": "Çerez Politikası", + "cookie.privacy_link": "Gizlilik Bildirimi", + "credentials.col_action": "Eylem", + "credentials.col_credential": "Kimlik Bilgisi", + "credentials.col_source": "Kaynak", + "credentials.configured": "Yapılandırıldı", + "credentials.edit_in_settings": "Ayarlar'da Düzenle", + "credentials.legend_db": "Veritabanında saklanan değer (dinlendirildiğinde şifreli; ortam değişkenini geçersiz kılar)", + "credentials.legend_env_after": " dosya", + "credentials.legend_env_before": "Ortam değişkeninden veya ", + "credentials.legend_missing": "Kimlik bilgisi ayarlanmamış \u0000 \u0000 entegrasyon çalışmayacak", + "credentials.legend_restart": "Bu kimlik bilgisi değiştirilince yeniden başlatma gereklidir", + "credentials.legend_title": "Açıklama", + "credentials.manage_settings": "Ayarları Yönet", + "credentials.not_configured": "Yapılandırılmamış", + "credentials.page_title": "Kimlik Bilgisi Denetimi - DocuElevate", + "credentials.raw_json": "Ham JSON (API)", + "credentials.restart_title": "Bu kimlik bilgisi değiştirildikten sonra yeniden başlatma gereklidir", + "credentials.source_db_title": "Veritabanında saklanır (şifreli)", + "credentials.source_env_title": "Ortam değişkeninden", + "credentials.status_missing": "Eksik", + "credentials.subtitle": "DocuElevate tarafından kullanılan tüm hassas kimlik bilgilerine genel bakış. Burada gizli değerler gösterilmemektedir \u0000 \u0000 sadece her bir kimlik bilgisinin yapılandırılıp yapılandırılmadığı ve nereden geldiği belirtilecektir.", + "credentials.table_for": "Kimlik Bilgileri için", + "credentials.title": "Kimlik Bilgisi Denetimi", + "credentials.total_credentials": "Toplam Kimlik Bilgileri", + "dashboard.active_integrations": "Aktif Entegrasyonlar", + "dashboard.files_this_month": "Bu Ayki Dosyalar", + "dashboard.files_today": "Bugünkü Dosyalar", + "dashboard.ocr_processed": "OCR İşlemden Geçti", + "dashboard.quick_actions": "Hızlı Eylemler", + "dashboard.recent_activity": "Son Aktivite", + "dashboard.storage_targets": "Depolama Hedefleri", + "dashboard.title": "Gösterge Tablosu", + "dashboard.total_files": "Toplam Dosyalar", + "dashboard.welcome": "DocuElevate'e Hoş Geldiniz", + "duplicates.file_id_label": "Dosya ID", + "duplicates.file_id_placeholder": "örn. 42", + "duplicates.find_btn": "Bul", + "duplicates.found_files": "toplamda kopya dosya(lar).", + "duplicates.found_groups": "kopya grup(lar) ile", + "duplicates.found_prefix": "Bulundu", + "duplicates.group_aria": "Kopya grup", + "duplicates.heading": "Kopya Belgeler", + "duplicates.how_it_works_heading": "Yakın kopya tespiti nasıl çalışır", + "duplicates.max_results_label": "Maksimum sonuçlar", + "duplicates.near_dup_desc": "Herhangi bir başka dosyanın aynı (veya çok benzer) içeriğe sahip olup olmadığını kontrol etmek için bir belge seçin — farklı zamanlarda taranmış ve farklı SHA-256 hash'leri olsa bile.", + "duplicates.near_dup_heading": "Bir Belge İçin Yakın Kopyaları Bul", + "duplicates.no_exact_heading": "Tam eşleşen kopya bulunamadı", + "duplicates.page_title": "Kopya Belgeler - DocuElevate", + "duplicates.pagination_aria": "Sayfalandırma", + "duplicates.role_duplicate": "Kopya", + "duplicates.role_original": "Orijinal", + "duplicates.tab_exact": "Tam Kopyalar", + "duplicates.tab_near": "Yakın Kopya Bulucu", + "duplicates.tabs_aria": "Kopya tespit sekmeleri", + "duplicates.threshold_label": "Benzerlik eşiği", + "duplicates.view_dup_aria": "Kopya dosyayı görüntüle", + "duplicates.view_original_aria": "Orijinal dosyayı görüntüle", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Ayy, o sayfayı bulamadık!", + "error.404_home": "Anasayfaya Dön", + "error.404_message": "Görünüşe göre DocuElevate, aradığınız belgeyi kaybetti. Endişelenmeyin - sizin için buradayız.", + "error.404_title": "404 - Bulunamadı", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Hata Bilgilerini Göster", + "error.500_description": "Sunucularımız bir aksilikle karşılaştı ve bir süreye ihtiyacı var.", + "error.500_heading": "Ayy! Bir Şeyler Yanlış Gitti.", + "error.500_home": "Anasayfaya Git", + "error.500_img_alt": "Bir sunucu hatasının illüstrasyonu", + "error.500_message1": "Sunucularımız bir aksilikle karşılaştı ve bir süreye ihtiyacı var. Belki de hamstır kahvelerini döktü?", + "error.500_message2": "Zaten bunun üzerindeyiz — dosyaları sıralama, sunucuları yeniden başlatma ve akış kapasitörlerini yeniden kalibre etme.", + "error.500_title": "Sunucu Hatası - DocuElevate", + "error.forbidden": "Yasaklandı", + "error.forbidden_message": "Bu sayfaya erişim izniniz yok.", + "error.not_found": "Sayfa bulunamadı", + "error.not_found_message": "Aradığınız sayfa mevcut değil.", + "error.server_error": "Dahili Sunucu Hatası", + "error.server_error_message": "Bir şeyler yanlış gitti. Lütfen daha sonra tekrar deneyin.", + "error.unauthorized": "Yetkisiz", + "error.unauthorized_message": "Bu sayfaya erişmek için giriş yapmanız gerekiyor.", + "files.action_delete": "Dosyayı sil", + "files.action_details": "Ayrıntıları görüntüle", + "files.action_preview": "Hızlı önizleme", + "files.bulk_clear_selection": "Seçimi Temizle", + "files.bulk_cloud_ocr": "Bulut OCR'i tekrar çalıştır", + "files.bulk_delete": "Seçilenleri sil", + "files.bulk_download": "ZIP olarak indir", + "files.bulk_reprocess": "Seçilenleri yeniden işleme", + "files.delete_modal_cancel": "İptal", + "files.delete_modal_confirm": "Sil", + "files.delete_modal_message": "Bu dosyayı silmek istediğinize emin misiniz?", + "files.delete_modal_title": "Silme Onayı", + "files.document_title": "Belge Başlığı", + "files.drop_overlay_hint": "PDF, Office belgeleri, görseller, HTML, Markdown ve daha fazlasını destekler - klasörler özyinelemeli olarak işlenir", + "files.drop_overlay_title": "Yüklemek için dosyaları veya klasörleri herhangi bir yere bırakın", + "files.error_hint": "Bu, bir yapılandırma veya içe aktarma sorunundan kaynaklanabilir. Lütfen sunucu kayıtlarını kontrol edin.", + "files.file_size": "Dosya Boyutu", + "files.filename": "Dosya Adı", + "files.files_selected": "seçilen dosya", + "files.filter_all_providers": "Tüm Sağlayıcılar", + "files.filter_all_statuses": "Tüm Durumlar", + "files.filter_all_types": "Tüm Türler", + "files.filter_apply": "Filtreleri Uygula", + "files.filter_clear": "Temizle", + "files.filter_date_from": "Tarih", + "files.filter_date_from_aria": "Tarihe göre filtrele", + "files.filter_date_to": "Tarihe", + "files.filter_date_to_aria": "Tarihe kadar filtrele", + "files.filter_form_aria": "Dosyaları filtrele", + "files.filter_mime_type": "MIME Türü", + "files.filter_ocr_all": "Tüm Dosyalar", + "files.filter_ocr_good": "İyi kalite", + "files.filter_ocr_poor": "Kötü kalite", + "files.filter_ocr_quality": "OCR Kalitesi", + "files.filter_ocr_quality_aria": "OCR kalite puanına göre filtrele", + "files.filter_ocr_unchecked": "Henüz değerlendirilmedi", + "files.filter_search_label": "Dosya Adını Ara", + "files.filter_search_placeholder": "dosya adını girin...", + "files.filter_storage_provider": "Depolama Sağlayıcı", + "files.filter_tags_aria": "Etiketlere göre filtrele (virgülle ayrılmış)", + "files.filter_tags_placeholder": "örneğin fatura,amazon", + "files.fulltext_search_label": "Tam Metin Arama (OCR metni, meta veriler, etiketler)", + "files.fulltext_search_placeholder": "Belge içeriğini, göndereni, etiketleri, türü ara...", + "files.no_files": "Hiç dosya bulunamadı", + "files.ocr_status": "OCR Durumu", + "files.page_title": "Dosya Kayıtları", + "files.pagination_files": "dosyalar", + "files.pagination_first": "İlk", + "files.pagination_last": "Son", + "files.pagination_nav_aria": "Dosya listesi sayfalama", + "files.pagination_next": "Sonraki", + "files.pagination_of": "içinden", + "files.pagination_previous": "Önceki", + "files.pagination_showing": "Gösteriliyor", + "files.preview_modal_close": "Önizlemeyi kapat", + "files.preview_modal_title": "Önizleme", + "files.queue_banner_items": "{item(s)} şu anda sırada veya işleniyor. İşlem tamamlandığında dosyalar burada görünecektir.", + "files.queue_banner_link": "Sırayı Gör", + "files.saved_searches_empty": "Henüz kaydedilmiş arama yok", + "files.saved_searches_error": "Kaydedilmiş aramalar yüklenemedi", + "files.saved_searches_label": "Kaydedilen Aramalar", + "files.saved_searches_save": "Günceli Kaydet", + "files.saved_searches_save_aria": "Mevcut filtreleri kaydedilmiş bir arama olarak kaydet", + "files.search_results_empty": "Sonuç bulunamadı.", + "files.search_results_title": "Arama Sonuçları", + "files.status_duplicate": "Çoğalt", + "files.table_actions": "Eylemler", + "files.table_aria": "Dosya kayıtları", + "files.table_created_at": "Oluşturulma Tarihi", + "files.table_empty": "Hiç dosya bulunamadı", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", - "footer.cookies": "Cookies", + "files.table_mime_type": "MIME Türü", + "files.table_original_filename": "Orijinal Dosya Adı", + "files.table_select_all": "Bu sayfadaki tüm dosyaları seç", + "files.tags": "Etiketler", + "files.title": "Dosyalar", + "files.upload_modal_aria": "Yükleme ilerlemesi", + "files.upload_modal_close": "Yükleme ilerlemesini kapat", + "files.upload_modal_header": "Dosyalar Yükleniyor", + "files.uploaded": "Yüklendi", + "footer.about": "Hakkında", + "footer.attribution": "Atıf", + "footer.attributions": "Atıflar", + "footer.cookies": "Çerezler", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "İzlenim", + "footer.license": "Lisans", + "footer.navigation": "Alt gezinme", + "footer.privacy": "Gizlilik", + "footer.terms": "Şartlar", + "footer.version": "Versiyon {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth bağlantılı. Dosyalar seçtiğiniz klasöre düşer.", + "help.destinations_email": "E-posta Yönlendirme", + "help.destinations_email_desc": "İşlenen dosyalar SMTP ekleri olarak gönderilir.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Hizmet hesabı veya OAuth. Paylaşılan sürümleri destekler.", + "help.destinations_heading": "Hedefler – Belgeler Nereye Gider", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "WebDAV üzerinden kendi barındırdığınız bulut depolama.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Microsoft Graph API entegrasyonu.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Belgeleri doğrudan Paperless'a arşivleme için it.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Herhangi bir S3 uyumlu kova (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Herhangi bir sunucuya güvenli dosya transferi.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "Herhangi bir harici son noktaya POST meta verileri.", + "help.documentation": "Dokümantasyon", + "help.faq": "Sıkça Sorulan Sorular", + "help.faq_1_a": "Yükleme sayfasına gidin, dosyalarınızı sürükleyip bırakın veya Dosya Seçiniz'e tıklayın. DocuElevate, görüntüleri ve ofis belgelerini PDF'ye dönüştürür, OCR çalıştırır ve meta verileri otomatik olarak çıkarır.", + "help.faq_1_q": "Belgeleri nasıl yüklerim?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF ve HTML. PDF olmayan dosyalar işlenmeden önce otomatik olarak PDF'ye dönüştürülür.", + "help.faq_2_q": "Hangi dosya formatları destekleniyor?", + "help.faq_3_a": "Evet. Email Alımı'na gidin, bir IMAP hesabı ekleyin ve DocuElevate yeni mesajları kontrol edecek ve ekleri otomatik olarak işleyecektir.", + "help.faq_3_q": "E-postadan belgeleri alabilir miyim?", + "help.faq_4_a": "Pipelines, işlem adımlarını birbirine bağlamanızı sağlar – OCR, AI çıkarımı, format dönüşümü – ve sonucu bir veya daha fazla hedefe yönlendirir. Bunları Pipelines sayfasından oluşturup yönetebilirsiniz.", + "help.faq_4_q": "İşlem boru hatları nasıl çalışır?", + "help.faq_5_a": "DocuElevate, kimlik bilgilerini dinlenme halinde şifreler, TLS üzerinden iletişim kurar ve belgelerinizi gerekli olandan daha uzun süre saklamaz. Ayrıntılar için Gizlilik Bildirisine bakın.", + "help.faq_5_a_post": "tam ayrıntılar için.", + "help.faq_5_a_pre": "DocuElevate, kimlik bilgilerini dinlenirken şifreler, TLS üzerinden iletişim kurar ve belgelerinizi gerektiğinden daha uzun süre saklamaz. Bakınız ", + "help.faq_5_q": "Verilerim güvenli mi?", + "help.faq_heading": "Sıkça Sorulan Sorular", + "help.getting_started": "Başlarken", + "help.heading": "Yardım Merkezi", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Belgeleri programatik olarak göndermek için REST API'yi kullanın. Bearer token ile kimlik doğrulaması yapın ve dosyaları yükleme uç noktasına POST edin.", + "help.ingestion_heading": "Veri Alım Araçları", + "help.ingestion_mobile": "Mobil Uygulamalar", + "help.ingestion_mobile_desc": "Telefonunuzdan veya tabletinizden fotoğraf ve taramaları DocuElevate'e göndermek için özel HTTP yükleme hedeflerini destekleyen herhangi bir mobil tarama uygulamasını kullanın.", + "help.ingestion_scanners": "Ağ Tarayıcıları", + "help.ingestion_scanners_desc": "Herhangi bir ağ tarayıcısını veya çok fonksiyonlu yazıcıyı DocuElevate'in yükleme uç noktasına yönlendirin. Tarayıcıdan çıkan belgeler doğrudan işleme kuyruğunuza gelir.", + "help.ingestion_watched_folders": "Gözetim Altındaki Klasörler", + "help.ingestion_watched_folders_desc": "Gözetilmesi için yerel veya ağ klasörü yapılandırın. Gözetim altındaki bir klasöre yerleştirilen herhangi bir dosya otomatik olarak yüklenir ve DocuElevate tarafından işlenir.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "DocuElevate'i Zapier, n8n veya Make ile otomasyon iş akışlarınıza entegre edin. Herhangi bir olaydan belge yüklemeleri tetiklemek için REST API eylemlerini kullanın.", + "help.meta_description": "DocuElevate ile ilgili yardım alın – belgeleri yükleme, bulut depolama bağlantısı, boru hatları kurma ve daha fazlası hakkında kılavuzlar bulun.", + "help.og_description": "DocuElevate ile ilgili yardım alın – belgeleri yükleme, bulut depolama bağlantısı, boru hatları kurma ve daha fazlası hakkında kılavuzlar bulun.", + "help.page_title": "Yardım Merkezi", + "help.privacy_notice": "Gizlilik Bildirimi", + "help.quickstart_heading": "Hızlı Başlangıç", + "help.quickstart_storage": "Depolama Bağla", + "help.quickstart_storage_desc": "Ayarlar'a gidin ve bulut hesaplarınızı bağlayın. İşlenen belgeler, yapılandırdığınız her hedefe otomatik olarak yönlendirilir.", + "help.quickstart_storage_desc_full": "Entegrasyonlar bölümüne gidin ve bulut depolama hesaplarınızı bağlayın. DocuElevate, Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud ve daha fazlasını destekler. İşlenen belgeler, yapılandırdığınız her hedefe otomatik olarak yönlendirilir.", + "help.quickstart_upload": "Belgeleri Yükle", + "help.quickstart_upload_desc": "Yükleme sayfasına dosyaları sürükleyip bırakın veya Dosya Seç'i tıklayın. DocuElevate, görüntüleri ve ofis belgelerini PDF'ye dönüştürür, OCR çalıştırır ve otomatik olarak meta verileri çıkarır.", + "help.quickstart_workflows": "İş Akışlarını Otomatikleştir", + "help.quickstart_workflows_desc": "Birden çok adımlı işlem ve yönlendirme kurallarını tanımlamak için Pipelines oluşturun. OCR, AI çıkarımı, format dönüşümü ve teslimatı tek bir akışta birleştirin.", + "help.sources_email_ingestion": "E-posta Alımı (IMAP)", + "help.sources_email_ingestion_desc": "Belgeleri özel bir posta kutusuna yönlendirin. E-posta Alımı altında bir veya daha fazla IMAP hesabı ekleyin. DocuElevate yeni mesajları kontrol eder ve ekleri otomatik olarak işler.", + "help.sources_heading": "Kaynaklar – Belgeleri Alma", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", + "help.sources_rest_api_desc": "/api/upload'e dosya göndererek programatik olarak entegre edin. Betikler, izlenen klasörler, tarayıcılar veya Zapier ve n8n gibi üçüncü taraf araçlar için idealdir.", + "help.sources_scanner": "Tarayıcı & Mobil", + "help.sources_scanner_desc": "Ağ tarayıcılarını DocuElevate'in yükleme uç noktasına yönlendirin veya özel HTTP hedeflerini destekleyen herhangi bir mobil tarayıcı uygulamasını kullanın.", + "help.sources_scanner_desc_full": "Ağ tarayıcınızı veya çok fonksiyonlu yazıcınızı taramaları doğrudan DocuElevate'e gönderecek şekilde yapılandırın. Hedef olarak /api/upload uç noktasını kullanın. Özel yükleme hedeflerine sahip mobil tarama uygulamaları da desteklenmektedir.", + "help.sources_web_upload": "Web Yüklemesi", + "help.sources_web_upload_desc": "Başlamak için en hızlı yol. Yükleme sayfasını açın, bir veya daha fazla dosyayı bırakın ve DocuElevate geri kalanını halleder. Desteklenen formatlar arasında PDF, JPEG, PNG, TIFF, DOCX, XLSX ve daha fazlası bulunmaktadır.", + "help.subheading": "DocuElevate'den en iyi şekilde yararlanmak için ihtiyacınız olan her şey. Aşağıdaki konulara göz atın veya ihtiyacınız olanı arayın.", + "help.support": "Destek", + "help.support_admin_message": "Destek bilgileri için yöneticinizle iletişime geçin.", + "help.support_description": "Aradığınızı bulamıyor musunuz? Destek ekibimiz yardıma hazır.", + "help.support_heading": "Destekle İletişime Geçin", + "help.support_live_chat": "Canlı Sohbet mevcut – bir konuşma başlatmak için sohbet balonuna tıklayın.", + "help.support_ticket_button": "Bilet Gönder", + "help.support_ticket_desc": "Aşağıdaki formu doldurun ve destek ekibimiz en kısa sürede size geri dönecektir.", + "help.support_ticket_heading": "Destek Bileti Aç", + "help.title": "Yardım Merkezi", + "help.workflows_creating": "Bir Pipeline Oluşturma", + "help.workflows_definition": "Bir Pipeline, bir belge alındığında otomatik olarak çalışan bir dizi işlem adımıdır. Her adım belgeyi dönüştürebilir, zenginleştirebilir veya yönlendirebilir.", + "help.workflows_heading": "İş Akışları & Boru Hatları", + "help.workflows_step_1": "PDF'ye Dönüştür", + "help.workflows_step_1_create": "Ana menüde Pipelines'a gidin.", + "help.workflows_step_1_full": "PDF'ye Dönüştür – gelen tüm dosyalar tutarlı bir PDF formatına normalleştirilir.", + "help.workflows_step_2": "OCR – metin çıkarma", + "help.workflows_step_2_create": "Yeni Pipeline'a tıklayın ve bir isim verin.", + "help.workflows_step_2_full": "OCR – Azure Document Intelligence veya yerleşik motoru kullanarak taranmış sayfalardan seçilebilir metin çıkarın.", + "help.workflows_step_3": "AI meta veri çıkarımı", + "help.workflows_step_3_create": "İhtiyacınız olan işleme adımlarını ekleyin.", + "help.workflows_step_3_full": "AI meta veri çıkarımı – belge türünü sınıflandırın ve OpenAI kullanarak miktarlar, tarihler ve isimler gibi anahtar alanları çıkarın.", + "help.workflows_step_4": "Bir veya daha fazla varış noktasına teslim et", + "help.workflows_step_4_create": "Bir veya daha fazla teslimat noktasını seçin.", + "help.workflows_step_5_create": "Kaydet – yeni belgeler bu pipeline üzerinden otomatik olarak işlenecek.", + "help.workflows_typical_steps": "Tipik Adımlar", + "help.workflows_what_is": "Pipeline nedir?", + "index.badge_intelligent": "Akıllı Belge İşleme", + "index.button_browse_files": "Dosyaları Tarayıcıyla", + "index.button_upload": "Yükle", + "index.capabilities_cloud": "Bulut depolama: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "E-posta ve URL tabanlı belge kabulü", + "index.capabilities_ocr": "OCR ve AI ile meta veri çıkarımı", + "index.capabilities_paperless": "Belge yönetimi için Paperless-ngx entegrasyonu", + "index.capabilities_title": "Yetenekler", + "index.capabilities_workflows": "Otomatik sınıflandırma ve yönlendirme iş akışları", + "index.cta_description": "DocuElevate ile belge işleme otomasyonu sağlayan ekiplerimize katılın.", + "index.cta_heading": "Belgelerinizi iş akışını yükseltmeye hazır mısınız?", + "index.cta_pricing": "Fiyatları görün", + "index.cta_signup": "Ücretsiz bir hesap oluşturun", + "index.dashboard_subtitle": "Akıllı belge işleme ve yönetimi", + "index.dashboard_subtitle_teams": "Akıllı belge işleme ve yönetimi — ekipler için tasarlandı", + "index.feature_ai": "AI Meta Veri Çıkarımı", + "index.feature_ai_desc": "OpenAI, Claude, Gemini ve diğer eklentili AI sağlayıcıları belgeleri sınıflandırır ve tarih, miktar ve konu gibi önemli alanları çeker.", + "index.feature_cloud": "Çoklu Bulut Depolama", + "index.feature_cloud_desc": "İşlenmiş dosyaları Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP ve daha fazlasına yönlendirin.", + "index.feature_email": "E-posta ve IMAP Kabulü", + "index.feature_email_desc": "Gmail veya herhangi bir IMAP posta kutusundan belgeleri otomatik olarak çekin — manuel yüklemelere gerek yok.", + "index.feature_ocr": "OCR ve Metin Çıkarımı", + "index.feature_ocr_desc": "Azure Belge Zekası, taranmış PDF'leri ve resimleri otomatik olarak tamamen aranabilir metne dönüştürür.", + "index.feature_pipelines": "Özel Pipeline'lar", + "index.feature_pipelines_desc": "Yapılandırılabilir adımlar ile işleme pipeline'ları oluşturun — OCR, AI çıkarımı, format dönüştürme ve depolama yönlendirmesi herhangi bir sırayla.", + "index.feature_search": "Tam Metin Araması", + "index.feature_search_desc": "Tüm arşivinizde içerik, meta veri veya etiketlere göre herhangi bir belgeyi anında bulun.", + "index.feature_section_title": "Akıllı belge iş akışları için ihtiyacınız olan her şey", + "index.getting_started": "Başlarken", + "index.getting_started_1": "Sistem Durumu üzerinden entegrasyonları yapılandırın", + "index.getting_started_2": "İlk belgenizi yükleyin", + "index.getting_started_3": "Dosyalardaki sonuçları gözden geçirin", + "index.getting_started_learn": "DocuElevate hakkında daha fazla bilgi edinin", + "index.hero_description": "DocuElevate belgelerinizi alır, OCR işlemi yapar, AI ile meta verileri çıkarır ve dosyaları Dropbox, Google Drive, OneDrive, S3, Nextcloud ve daha fazlasına yönlendirir — hepsi tek bir kesintisiz hattın içinde.", + "index.hero_heading": "Yüklemeden içgörüye — otomatik olarak.", + "index.hero_login": "Giriş Yap", + "index.hero_pricing": "Planları ve Fiyatlandırmayı Görün", + "index.hero_signup": "Başlayın — ücretsiz", + "index.integrations_active": "Etkin entegrasyonlar", + "index.integrations_storage": "Depolama hedefleri", + "index.integrations_title": "Entegrasyonlar", + "index.integrations_view_status": "Sistem durumunu görüntüle", + "index.page_title_dashboard": "Gösterge Tablosu", + "index.page_title_public": "Akıllı Belge İşleme", + "index.platform_overview": "Platform Genel Bakışı", + "index.processing_stats": "İşleme İstatistikleri", + "index.quick_actions": "Hızlı Eylemler", + "index.quick_documents": "Belgelerim", + "index.quick_documents_desc": "İşlenmiş dosyalarınızı gözden geçirin", + "index.quick_search": "Ara", + "index.quick_search_desc": "Belgeler arasında tam metin arama", + "index.quick_subscription": "Aboneliğim", + "index.quick_subscription_desc": "Plan ve kullanım detaylarını görüntüle", + "index.quick_system_status": "Sistem Durumu", + "index.quick_system_status_desc": "Entegrasyon sağlığını kontrol et", + "index.quick_upload": "Belge Yükle", + "index.quick_upload_desc": "Yeni bir dosyayı işleyin", + "index.quick_view_files": "Tüm Dosyaları Görüntüle", + "index.quick_view_files_desc": "İşlenmiş belgeleri gözden geçirin", + "index.single_user_heading": "DocuElevate Gösterge Tablosu", + "index.single_user_subtitle": "Akıllı belge işleme ve yönetimi", + "index.stat_active_integrations": "Etkin Entegrasyonlar", + "index.stat_active_users": "Aktif kullanıcılar", + "index.stat_files_month": "Bu ayki dosyalar", + "index.stat_files_ocr": "OCR ile Dosyalar", + "index.stat_files_today": "Bugünkü dosyalar", + "index.stat_storage_targets": "Depolama Hedefleri", + "index.stat_this_month": "Bu ay", + "index.stat_today": "Bugün", + "index.stat_total_files": "Toplam dosyalar", + "index.stat_total_processed": "Toplam işlenen", "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", + "index.tier_upgrade": "Yükselt", + "index.tier_view_details": "Tam detayları görüntüle", + "index.upgrade_daily_limits": "Daha yüksek günlük ve aylık limitler", + "index.upgrade_description": "Daha fazla belge, daha fazla varış noktası ve öncelikli destek açın.", + "index.upgrade_destinations": "Daha fazla depolama varış noktası", + "index.upgrade_ocr_pages": "Daha fazla OCR sayfası", + "index.upgrade_plan": "Planınızı yükseltin", + "index.upgrade_view_pricing": "Planları ve fiyatlandırmayı görüntüleyin", + "index.usage_lifetime": "Ömür boyu dosyalar", + "index.usage_month": "Bu ayki dosyalar", + "index.usage_my_usage": "Kullanımım", + "index.usage_today": "Bugünkü dosyalar", + "index.usage_unlimited": "Sınırsız", + "integrations.access_key_label": "Erişim Anahtarı ID", + "integrations.active_label": "Aktif", + "integrations.add_button": "Entegrasyon Ekle", + "integrations.add_first_button": "İlk Entegrasyonunuzu Ekleyin", + "integrations.api_token_label": "API Token", + "integrations.authorize_btn": "Yetkilendir", + "integrations.authorize_reauth": "Yeniden Yetkilendir", + "integrations.bucket_label": "Kova", + "integrations.configure": "Yapılandır", + "integrations.connect": "Bağlan", + "integrations.connected": "Bağlı", + "integrations.connection_failed": "Bağlantı başarısız", + "integrations.connection_success": "Bağlantı başarılı", + "integrations.delete_confirm_are_you_sure": "Silmek istediğinizden emin misiniz", + "integrations.delete_confirm_title": "Entegrasyonu Sil?", + "integrations.delete_confirm_undone": "Bu eylem geri alınamaz.", + "integrations.delete_emails_label": "İşlemden sonra e-postaları sil", + "integrations.delete_files_label": "İşlemden sonra dosyaları sil", + "integrations.destinations_quota_label": "Depolama Hedefleri:", + "integrations.destinations_section": "Hedefler", + "integrations.direction_destination": "Hedef (depolama)", + "integrations.direction_label": "Yön", + "integrations.direction_placeholder": "\u00041 Seçin \u00041", + "integrations.direction_source": "Kaynak (alım)", + "integrations.disconnect": "Bağlantıyı kes", + "integrations.email_settings": "E-posta Yönlendirme Ayarları", + "integrations.empty_state": "Hiçbir entegrasyon yapılandırılmadı", + "integrations.endpoint_label": "Uç Nokta URL'si", + "integrations.endpoint_optional": "(isteğe bağlı, S3 uyumlu için)", + "integrations.folder_label": "Klasör", + "integrations.folder_optional": "(isteğe bağlı)", + "integrations.folder_path_label": "Klasör Yolu", + "integrations.folder_prefix_label": "Klasör Ön Eki", + "integrations.generic_settings_hint": "Bu entegrasyon türü için yapılandırma, oluşturma sonrasında API aracılığıyla JSON olarak sağlanabilir.", + "integrations.gmail_hint": "Gmail etiketleri & yıldız: etkinleştirildiğinde, işlenmiş e-postalar yıldızlı ve Gmail'de \"Alındı\" etiketi ile etiketlenir. Sadece Gmail sunucularına uygulanır.", + "integrations.gmail_labels": "Gmail etiketlerini ve yıldızı uygula", + "integrations.host_label": "Ana bilgisayar", + "integrations.imap_settings": "IMAP Ayarları", + "integrations.loading": "Entegrasyonlar yükleniyor\u00046", + "integrations.modal_close": "Modali Kapat", + "integrations.modal_title_add": "Entegrasyon Ekle", + "integrations.modal_title_edit": "Entegrasyonu Düzenle", + "integrations.name_label": "Etiket", + "integrations.name_placeholder": "örn. İş Gmail, S3 Arşiv", + "integrations.nextcloud_settings": "Nextcloud Ayarları", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "İlk entegrasyonunuzu ekleyin ve (IMAP gibi) veri alma kaynaklarını ve (S3, Dropbox veya Google Drive gibi) depolama hedeflerini bağlayın.", + "integrations.not_connected": "Bağlı Değil", + "integrations.oauth_folder_label": "Klasör", + "integrations.oauth_hint": "Bu entegrasyonu önce kaydedin, ardından OAuth akışını tamamlamak için Yetkilendir butonunu kullanın. Kimlik bilgileriniz kişisel entegrasyon kaydınızda güvenli bir şekilde saklanacaktır.", + "integrations.page_title": "Entegrasyonlar", + "integrations.paperless_settings": "Paperless NGX Ayarları", + "integrations.password_label": "Şifre", + "integrations.paused": "Durduruldu", + "integrations.plan_label": "Plan:", "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "integrations.quota_not_available": "(mevcut değil)", + "integrations.quota_unlimited": "/ sınırsız", + "integrations.recipient_label": "Alıcı E-posta", + "integrations.region_label": "Bölge", + "integrations.remote_path_label": "Uzaktan Yol", + "integrations.s3_prefix_label": "Önek (klasör yolu)", + "integrations.s3_settings": "S3 Ayarları", + "integrations.secret_key_label": "Gizli Erişim Anahtarı", + "integrations.show_password": "Şifreyi göster", + "integrations.show_secrets": "Sırları göster", + "integrations.show_token": "Jetonu göster", + "integrations.source_local": "Yerel Dosya Sistemi", + "integrations.source_type_label": "Kaynak Türü", + "integrations.sources_quota_label": "Posta Kutusu Kaynakları:", + "integrations.sources_section": "Kaynaklar", + "integrations.subtitle": "Veri alma kaynaklarınızı ve depolama hedeflerinizi tek bir yerde yönetin.", + "integrations.title": "Entegrasyonlar", + "integrations.type_label": "Entegrasyon Türü", + "integrations.type_placeholder": "\u0015Fönü önce seçin \u0015F", + "integrations.upgrade_plan": "Planı Yükselt", + "integrations.use_ssl": "SSL Kullanın", + "integrations.username_label": "Kullanıcı Adı", + "integrations.watch_folder_settings": "Gözlem Klasörü Ayarları", + "integrations.webdav_settings": "WebDAV Ayarları", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Veri Alma", + "integrations.webhook_how_heading": "Webhook Veri Almanın Nasıl Çalıştığı", + "integrations.webhook_how_text": "Webhook entegrasyonu, dış sistemlerin belgeleri doğrudan REST API aracılığıyla DocuElevate'e itmesine olanak tanır. DocuElevate'in yeni dosyaları (IMAP gibi) sorgulaması yerine, uygulamanız kimlik doğrulama için bir API jetonu ile HTTP isteği kullanarak DocuElevate'e dosyalar gönderir.", + "integrations.webhook_ideal_text": "Bu, CI/CD boru hatları, otomasyon betikleri, tarayıcı entegrasyonları veya belge üreten ve bunları işlenmek üzere göndermesi gereken herhangi bir sistem için idealdir.", + "integrations.webhook_quick_start": "Hızlı Başlangıç", + "integrations.webhook_security_tip": "Her entegrasyon için özel bir API jetonu oluşturun ve ele geçirilirse hemen iptal edin. Jetonlar API Jetonları sayfasında yönetilebilir.", + "integrations.webhook_step1": "{api_tokens_link} adresine gidin ve kişisel bir jeton oluşturun.", + "integrations.webhook_upload_with_token": "Belgeleri API aracılığıyla yüklemek için jetonu kullanın:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "language.change_success": "Dil değiştirildi: {language}", + "language.changed": "Dil değiştirildi: {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", "language.el": "Ελληνικά", - "language.en": "English", + "language.en": "İngilizce", "language.es": "Español", "language.et": "Eesti", "language.fi": "Suomi", "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", + "language.hu": "Macarca", + "language.is": "İzlandaca", + "language.it": "İtalyanca", + "language.lb": "Lüksemburgca", + "language.lt": "Litvanca", + "language.lv": "Latviyaca", + "language.nb": "Norveççe", + "language.nl": "Flemenkçe", + "language.no_results": "Hiçbir dil bulunamadı", + "language.pl": "Lehçe", + "language.pt": "Portekizce", + "language.ro": "Romence", + "language.ru": "Rusça", + "language.search_placeholder": "Diller arayın", + "language.selector": "Dil", + "language.selector_label": "Dil seçin", + "language.sk": "Slovakça", + "language.sl": "Slovence", + "language.sv": "İsveççe", "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", + "language.uk": "Ukraynaca", + "language.zh": "Çince", + "nav.about": "Hakkında", + "nav.account_menu": "Hesap menüsü", + "nav.account_menu_for": "{name} için hesap menüsü", + "nav.admin": "Yönetici", + "nav.admin.audit_logs": "Denetim Kayıtları", + "nav.admin.backups": "Yedeklemeler", + "nav.admin.plans": "Planlar", + "nav.admin.scheduled_jobs": "Zamanlanmış İşler", + "nav.admin.users": "Kullanıcılar", + "nav.admin_actions": "Yönetici işlemleri", + "nav.admin_menu": "Yönetici menüsü", + "nav.api_docs": "API Belgeleri", + "nav.api_tokens": "API Token'ları", + "nav.backup_restore": "Yedekleme ve Geri Yükleme", + "nav.credentials": "Kimlik Bilgileri", + "nav.dark_mode": "Karanlık Mod", + "nav.dashboard": "Gösterge Paneli", + "nav.developer_docs": "Geliştirici Belgeleri", + "nav.duplicates": "Yinelenenler", + "nav.file_manager": "Dosya Yöneticisi", + "nav.files": "Dosyalar", + "nav.get_started": "Başlayın", + "nav.help": "Yardım", + "nav.help_center": "Yardım Merkezi", + "nav.imap": "E-posta İçe Aktarma", + "nav.integrations": "Entegrasyonlar", + "nav.light_mode": "Aydınlık Mod", + "nav.login": "Giriş Yap", + "nav.logout": "Çıkış Yap", + "nav.main_navigation": "Ana navigasyon", + "nav.my_subscription": "Aboneliğim", + "nav.notifications": "Bildirimler", + "nav.open_main_menu": "Ana menüyü aç", "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "nav.plan_designer": "Plan Tasarımcısı", + "nav.pricing": "Fiyatlandırma", + "nav.profile": "Profil", + "nav.profile_settings": "Profil Ayarları", + "nav.queue": "Kuyruk", + "nav.queue_monitor": "Kuyruk İzleyici", + "nav.scheduled_jobs": "Planlanan İşler", + "nav.search": "Ara", + "nav.settings": "Ayarlar", + "nav.shared_links": "Paylaşılan Bağlantılar", + "nav.sign_out": "Çıkış Yap", + "nav.signup": "Kaydol", + "nav.similarity": "Benzerlik", + "nav.skip_to_content": "Ana içeriğe atla", + "nav.status": "Durum", + "nav.subscription": "Abonelik", + "nav.toggle_dark_mode": "Karanlık modu aç/kapa", + "nav.toggle_nav": "Navigasyon menüsünü aç/kapa", + "nav.upload": "Yükle", + "nav.users": "Kullanıcılar", + "nav.version": "Sürüm Bilgisi", + "notifications.filter_all": "Hepsi", + "notifications.filter_read": "Sadece okunanlar", + "notifications.filter_unread": "Sadece okunmamışlar", + "notifications.manage_desc": "Bildirim gelen kutunuzu, hedeflerinizi ve olay tercihlerinizi yönetin", + "notifications.mark_all_read": "Hepsini Okunmuş Olarak İşaretle", + "notifications.mark_all_read_btn": "Hepsini okunmuş olarak işaretle", + "notifications.mark_read": "Okunmuş Olarak İşaretle", + "notifications.no_notifications": "Hiç bildirim yok", + "notifications.page_title": "Bildirimler", + "notifications.tab_inbox": "Gelen Kutusu", + "notifications.tab_settings": "Ayarlar", + "notifications.title": "Bildirimler", + "notifications.unread_count": "{count} okunmamış bildirim", + "pipelines.active_label": "Aktif", + "pipelines.add_step_btn": "Adım Ekle", + "pipelines.create": "Pipeline Oluştur", + "pipelines.custom_label_label": "Özel Etiket", + "pipelines.default_label": "Varsayılan", + "pipelines.description_label": "Açıklama", + "pipelines.description_placeholder": "İsteğe bağlı açıklama", + "pipelines.disabled_label": "Devre Dışı", + "pipelines.edit": "Pipeline'ı Düzenle", + "pipelines.empty_state": "Henüz pipeline yok", + "pipelines.empty_state_hint": "Özel belge işleme iş akışlarını tanımlamak için ilk pipeline'ınızı oluşturun.", + "pipelines.enabled_label": "Etkin", + "pipelines.force_cloud_ocr_label": "Bulut OCR’yi zorla (yerel metin çıkarımını atla)", + "pipelines.inactive_label": "Pasif", + "pipelines.loading": "Pipeline'lar yükleniyor\u00105", + "pipelines.name_placeholder": "Benim pipeline'ım", + "pipelines.new_pipeline_btn": "Yeni Pipeline", + "pipelines.no_steps": "Tanımlanmış adım yok. Pipeline'ınızı oluşturmaya başlamak için bir adım ekleyin.", + "pipelines.ocr_auto": "Otomatik (sistem varsayılanını kullan)", + "pipelines.ocr_language_hint": "Tesseract/EasyOCR için küresel dil ayarını geçersiz kılar. Azure ve Mistral dil otomatik olarak tespit eder.", + "pipelines.ocr_language_label": "OCR Dili", + "pipelines.optional_suffix": "(isteğe bağlı)", + "pipelines.page_title": "İşleme Pipeline'ları", + "pipelines.set_default": "Varsayılan pipeline olarak ayarla", + "pipelines.step_label_placeholder": "Varsayılan adım adını geçersiz kıl", + "pipelines.step_type_label": "Adım Türü", + "pipelines.subtitle_intro": "Özel belge işleme iş akışlarını tanımlayın ve yönetin.", + "pipelines.subtitle_system_post": "rozet ve tüm kullanıcılar tarafından görünür.", + "pipelines.subtitle_system_pre": "Sistem pipeline'ları (yönetici tarafından oluşturulan) bir", + "pipelines.system_label": "Sistem", + "pipelines.system_pipeline_label": "Sistem pipeline'ı (tüm kullanıcılar tarafından görünür)", + "pipelines.title": "İşleme Pipeline'ları", + "profile.avatar_alt": "Profil resminiz", + "profile.avatar_heading": "Profil Resmi", + "profile.avatar_remove": "Özel avatarı kaldır", + "profile.avatar_upload_hint": "2 MB'a kadar JPEG, PNG, GIF veya WebP görüntüsü yükleyin. Özel bir resim ayarlanmamışsa, {gravatar} gösterilir.", + "profile.choose_image": "Görüntü seçin", + "profile.confirm_password": "Yeni Şifreyi Onaylayın", + "profile.contact_email_hint": "Sistem bildirimleri için kullanılır. Bu, giriş e-posta adresinizi değiştirmez.", + "profile.contact_email_label": "İletişim / Bildirim E-postası", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "Mevcut Şifre", + "profile.dismiss": "Kapat", + "profile.display_name_hint": "Hesap kullanıcı adınızı veya e-posta adresinizi kullanmak için boş bırakın.", + "profile.display_name_label": "Görünen İsim", + "profile.display_name_placeholder": "UI'de görünecek adınız", + "profile.general_heading": "Genel Bilgiler", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profil Ayarları", + "profile.language_auto_detect": "Otomatik algıla (tarayıcıdan)", + "profile.language_hint": "Tercih ettiğiniz arayüz dilini seçin. “Otomatik algılama” tarayıcı ayarlarınızı takip eder.", + "profile.language_label": "Arayüz Dili", + "profile.new_password": "Yeni Şifre", + "profile.new_password_hint": "Minimum 8 karakter.", + "profile.page_title": "Profil Ayarları – DocuElevate", + "profile.password_heading": "Şifre Değiştir", + "profile.preferences_heading": "Tercihler", + "profile.save_button": "Değişiklikleri Kaydet", + "profile.saving": "Kaydediliyor", + "profile.subtitle": "Görünen isminizi, avatarınızı, dilinizi ve tema tercihlerinizi yönetin.", + "profile.theme_dark": "Koyu", + "profile.theme_hint": "“Sistem Varsayılanı” cihazınızın koyu mod ayarını takip eder.", + "profile.theme_label": "Renk Şeması", + "profile.theme_light": "Açık", + "profile.theme_system": "Sistem Varsayılanı", + "profile.update_password": "Şifreyi Güncelle", + "profile.updating": "Güncelleniyor\u001e", + "queue.active_tasks": "Aktif Görevler", + "queue.auto_refresh_1": "Her", + "queue.auto_refresh_2": "saniyede otomatik güncellemeler", + "queue.col_arguments": "Argümanlar", + "queue.col_current_step": "Geçerli Adım", + "queue.col_file": "Dosya", + "queue.col_files": "Dosyalar", + "queue.col_queue": "Sıra", + "queue.col_state": "Durum", + "queue.col_task": "Görev", + "queue.col_task_id": "Görev ID", + "queue.files_processing": "Dosyalar İşleniyor", + "queue.heading": "Sıra Monitörü", + "queue.last_updated": "Son güncelleme:", + "queue.loading_stats": "Sıra istatistikleri yükleniyor\n0…", + "queue.no_active_tasks": "Aktif görev yok", + "queue.no_data": "Veri yok", + "queue.no_files_processing": "Şu anda işlenen dosya yok", + "queue.page_title": "Sıra Monitörü", + "queue.processing_pipeline": "İşleme Pipeline'ı", + "queue.queued_tasks": "Sıradaki Görevler", + "queue.recently_processing": "Son Zamanlarda İşlenen Dosyalar", + "queue.redis_queues": "Redis Sıraları", + "queue.subtitle": "Belge işleme pipeline'ı ve Celery görev sıralarının gerçek zamanlı görünümü.", + "queue.workers_online": "Çalışanlar Çevrimiçi", + "search.button": "Ara", + "search.error_message": "Arama geçici olarak kullanılamıyor. Lütfen bir süre sonra tekrar deneyin.", + "search.filter_aria_clear": "Tüm filtreleri temizle", + "search.filter_clear_button": "Filtreleri Temizle", + "search.filter_date_from": "Tarih", + "search.filter_date_to": "Tarihe", + "search.filter_document_type": "Belge Türü", + "search.filter_document_type_placeholder": "örn. Fatura", + "search.filter_language": "Dil", + "search.filter_language_placeholder": "örn. de", + "search.filter_sender": "Gönderen", + "search.filter_sender_placeholder": "örn. ACME Corp", + "search.filter_tags": "Etiketler", + "search.filter_tags_placeholder": "örn. amazon", + "search.filter_text_quality": "Metin Kalitesi", + "search.filter_text_quality_all": "Hepsi", + "search.filter_text_quality_high": "Yüksek", + "search.filter_text_quality_low": "Düşük", + "search.filter_text_quality_medium": "Orta", + "search.filter_text_quality_no_text": "Metin yok", + "search.heading": "Belge Arama", + "search.input_aria_label": "Belgeleri Ara", + "search.input_placeholder": "İçerik, gönderen, etiketler, tür ile belgeleri ara...", + "search.loading_indicator": "Aranıyor\u000206", + "search.no_results": "Sonuç bulunamadı", + "search.page_title": "Belgeleri Ara", + "search.placeholder": "Dosya adı, içerik, etiketler ile ara...", + "search.result_empty": "Sorgunuza uygun belge bulunamadı.", + "search.results_count": "{count} sonuç bulundu", + "search.saved_aria_save": "Geçerli aramayı kaydet", + "search.saved_button": "Geçerli Kaydet", + "search.saved_empty": "Henüz kaydedilmiş arama yok", + "search.saved_error": "Kaydedilmiş aramalar yüklenemedi", + "search.saved_label": "Kaydedilmiş Aramalar", + "search.saved_loading": "Yükleniyor...", + "search.title": "Belgeleri Ara", + "settings.audit_log_btn": "Denetim Günlüğü", + "settings.autocomplete_hint": "Bilinen değerleri aramak için yazın veya herhangi bir özel değer girin.", + "settings.autocomplete_no_matches": "Eşleşme yok - yine de özel bir değer yazabilirsiniz", + "settings.autocomplete_placeholder": "Aramak için yazın veya bir değer girin\u000206", + "settings.boolean_enable_prefix": "Etkinleştir", + "settings.categories_aria": "Ayarlar kategorileri", + "settings.categories_heading": "Kategoriler", + "settings.db_wizard_btn": "DB Sihirbazı", + "settings.effective_value_label": "Etkin değer:", + "settings.encrypted_suffix": "= dinlenirken şifreli", + "settings.encrypted_title": "Değer veritabanında dinlenirken şifrelenmiştir", + "settings.export_btn": "Dışa Aktar", + "settings.export_db_only": "Sadece DB ayarları", + "settings.export_full_config": "Tam etkin yapılandırma", + "settings.jump_to_category": "Kategoriyi atlayın\u000206", + "settings.manage_config_prefix": "Yapılandırmayı yönet. Öncelik:", + "settings.model_picker_hint": "Listeden seçin veya sağlayıcınız tarafından desteklenen herhangi bir model adını yazın.", + "settings.model_picker_placeholder": "Yaygın bir modeli seçin veya özel bir ad yazın\u000206", + "settings.no_results_clear": "arama temizle", + "settings.no_results_heading": "Ayar bulunamadı", + "settings.no_results_hint": "Farklı bir arama terimi deneyin veya", + "settings.page_heading": "Uygulama Ayarları", + "settings.required_label": "(gerekli)", + "settings.reset_confirm": "Bu ayarı sıfırlamak istediğinizden emin misiniz?", + "settings.restart_required_suffix": "= yeniden başlatma gerektirir", + "settings.revert_btn": "Veritabanından kaldır", + "settings.revert_title": "Veritabanı geçersiz kılmayı kaldır ve ortam değişkenine veya varsayılan ayara geri dön", + "settings.reverting": "Geri dönülüyor\u00133", + "settings.save_all_btn": "Tüm Değişiklikleri Kaydet", + "settings.save_error": "Ayarı kaydetme başarısız oldu", + "settings.save_setting_title": "Bu ayarı kaydet", + "settings.save_success": "Ayar başarıyla kaydedildi", + "settings.saving_state": "Kaydediliyor\u00133", + "settings.search_aria_label": "Ayarları ara", + "settings.search_clear_aria": "Aramayı temizle", + "settings.search_placeholder": "Ayarları isim, anahtar veya açıklama ile ara\u00133", + "settings.settings_count_suffix": "ayarlar", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "settings.source_default_badge": "VARSAYILAN", + "settings.source_env_badge": "ORTAM", + "settings.title": "Ayarlar", + "settings.toggle_visibility_aria": "Şifre görünürlüğünü değiştir", + "settings.toggle_visibility_title": "Değeri göster/gizle", + "settings.user_autocomplete_empty": "Eşleşen kullanıcı bulunamadı", + "settings.user_autocomplete_hint": "Var olan kullanıcıları isimle aramak için yazın veya herhangi bir tanımlayıcıyı manuel olarak girin.", + "settings.user_autocomplete_placeholder": "Kullanıcıları aramak için yazmaya başlayın\u00133", + "settings.wizard_btn": "Sihirbaz", + "shared.col_expiry": "Son Tarih", + "shared.col_file_label": "Dosya / Etiket", + "shared.col_link": "Bağlantı", + "shared.col_views": "Görüntülemeler", + "shared.copy_link_aria": "Bağlantıyı panoya kopyala", + "shared.copy_link_title": "Bağlantıyı kopyala", + "shared.create_btn": "Bağlantı Oluştur", + "shared.create_heading": "Yeni Paylaşılan Bağlantı Oluştur", + "shared.creating": "Oluşturuluyor\u00133", + "shared.expiry_12h": "12 saat", + "shared.expiry_14d": "14 gün", + "shared.expiry_1h": "1 saat", + "shared.expiry_24h": "24 saat (1 gün)", + "shared.expiry_30d": "30 gün", + "shared.expiry_3d": "3 gün", + "shared.expiry_6h": "6 saat", + "shared.expiry_7d": "7 gün", + "shared.expiry_label": "Son Tarih", + "shared.expiry_never": "Asla", + "shared.file_id_help_post": "sayfa veya belge detay URL'sinde.", + "shared.file_id_help_pre": "Dosya kimliğini", + "shared.file_id_label": "Dosya Kimliği", + "shared.file_id_placeholder": "örn. 42", + "shared.files_link": "Dosyalar", + "shared.heading": "Paylaşılan Bağlantılar", + "shared.label_label": "Etiket", + "shared.label_placeholder": "örn. Bob ile Paylaşılan", + "shared.link_created": "Paylaşılan bağlantı oluşturuldu!", + "shared.link_created_help": "Bu bağlantıyı kopyalayın ve alıcıya gönderin.", + "shared.links_count_aria": "bağlantı sayısı", + "shared.max_downloads_label": "Maksimum indirme", + "shared.no_links": "Henüz paylaşılan bağlantı yok. Başlamak için yukarıda bir tane oluşturun.", + "shared.open_in_new_tab": "Yeni sekmede aç", + "shared.open_link_aria": "Paylaşılan bağlantıyı aç", + "shared.optional": "(isteğe bağlı)", + "shared.page_title": "Paylaşılan Bağlantılar – DocuElevate", + "shared.password_label": "Şifre", + "shared.password_placeholder": "Şifresiz bırakmak için boş bırakın", + "shared.password_protected": "Şifre korumalı", + "shared.refresh_aria": "Paylaşılan bağlantılar listesini yenile", + "shared.revoke_aria_prefix": "Şu kullanıcı için paylaşılan bağlantıyı iptal et", + "shared.revoke_btn": "İptal Et", + "shared.status_active": "Aktif", + "shared.status_expired": "Süresi Dolmuş", + "shared.status_limit_reached": "Limit Aşıldı", + "shared.status_revoked": "İptal Edildi", + "shared.subtitle": "Belgeleri, zaman kısıtlı veya görüntüleme kısıtlı bir bağlantı ile herkesle paylaşın. Alıcıların DocuElevate hesabına ihtiyacı yoktur. Bağlantılar, şifre korumalı olabilir ve herhangi bir zamanda iptal edilebilir.", + "shared.table_aria": "Paylaşılan bağlantılar", + "shared.unlimited_placeholder": "Sonsuz", + "shared.your_links": "Paylaşılan Bağlantılarınız", + "similarity.backfill_auto": "Arka plan görevi bunları her 5 dakikada bir otomatik olarak hesaplayacak, veya siz", + "similarity.files_missing_text": "dosya(lar) OCR metnine sahip ancak henüz gömülmemiş.", + "similarity.find_pairs_btn": "Çiftleri Bul", + "similarity.heading": "Belge Benzerliği", + "similarity.load_error": "Çiftleri yükleme başarısız oldu.", + "similarity.min_similarity_label": "Min. benzerlik", + "similarity.no_pairs_detail": "Benzerlik eşiğini aşan belge çifti yok.", + "similarity.no_pairs_heading": "Benzer çift bulunamadı", + "similarity.page_title": "Doküman Benzerliği - DocuElevate", + "similarity.pagination_aria": "Benzerlik çiftleri sayfalaması", + "similarity.per_page_label": "Sayfa başına", + "similarity.scanning": "Benzer doküman çiftleri için taranıyor\u00103", + "similarity.stat_embedding_model": "Gömme Modeli", + "similarity.stat_missing_embedding": "Eksik Gömme", + "similarity.stat_total_files": "Toplam Dosyalar", + "similarity.stat_with_embedding": "Gömme ile", + "similarity.subtitle": "Skora göre sıralanmış yüksek anlamsal benzerliğe sahip doküman çiftleri.", + "similarity.trigger_aria": "Eksik gömmeye sahip tüm dosyalar için gömme hesaplamasını tetikle", + "similarity.trigger_now": "şimdi tetikle", + "status.app_version": "Uygulama Versiyonu", + "status.build_date": "Yapım Tarihi", + "status.container_id": "Konteyner ID", + "status.git_commit": "Git Taahhüdü", + "status.last_check": "Son Kontrol", + "status.page_title": "Sistem Durumu", + "status.setting_label": "Ayar", + "status.value_label": "Değer", + "subscription.available_plans_heading": "Mevcut Planlar", + "subscription.back_to_dashboard": "Gösterge Tablosuna Geri Dön", + "subscription.cancel_pending": "Değişikliği İptal Et", + "subscription.cancel_scheduled": "Planlı değişikliği iptal et", + "subscription.contact_sales": "Satış ile İletişime Geç", + "subscription.current_badge": "Mevcut", + "subscription.current_plan": "Mevcut Plan", + "subscription.current_plan_cta": "Mevcut planınız", + "subscription.downgrade_to_prefix": "Aşağıya Aşağıya", + "subscription.features_heading": "Planınıza neler dahil", + "subscription.free": "Ücretsiz", + "subscription.heading": "Aboneliğim", + "subscription.keep_plan_prefix": "Tut", + "subscription.lifetime_files": "Toplam dosyalar (ömür boyu)", + "subscription.month_files": "Bu ayki dosyalar", + "subscription.more_features_label": "daha fazla", + "subscription.page_title": "Aboneliğim \u001e DocuElevate", + "subscription.pending_badge": "Beklemede", + "subscription.pending_benefits": "O zamana kadar tüm mevcut plan avantajlarını koruyorsunuz.", + "subscription.pending_on": "üzerinde", + "subscription.pending_title": "Plan değişikliği beklemede", + "subscription.pending_will_change": "Planınız şu şekilde değişecek", + "subscription.per_mo": "/ay", + "subscription.per_month": "/ay", + "subscription.since": "Beridir", + "subscription.single_user_body": "Abonelik seviyeleri çoklu kullanıcı modu aktif olduğunda geçerlidir. Sizin örneğiniz şu anda işlem sınırlamaları olmadan tek kullanıcı modunda çalışıyor. Bir yönetici {settings_link} aracılığıyla çoklu kullanıcı modunu etkinleştirebilir.", + "subscription.single_user_title": "Çoklu kullanıcı modu etkin değil.", + "subscription.subtitle": "Mevcut planınız, kullanım ve mevcut yükseltmeler.", + "subscription.this_month_label": "bu ay", + "subscription.today_files": "Bugün dosyalar", + "subscription.today_label": "bugün", + "subscription.unlimited": "Sınırsız", + "subscription.upgrade_info": "Yükseltmeler hemen yürürlüğe girer. Aşağıya geçişler mevcut faturalama dönemi sonuna planlanır.", + "subscription.upgrade_to_prefix": "Yükselt", + "subscription.usage_heading": "Kullanım", + "upload.browse_button": "Dosyaları Gözat", + "upload.button_processing": "İşleniyor...", + "upload.camera_button": "Fotoğraf Çek / Dokümanı Tara", + "upload.download_button": "İndir ve İşle", + "upload.downloading": "URL'den dosya indiriliyor...", + "upload.drag_drop": "Dosyaları buraya sürükleyin ve bırakın veya gözatmak için tıklayın", + "upload.drop_hint_desktop": "Dosyaları veya klasörleri buraya sürükleyip bırakın veya dosyaları seçmek için tıklayın.", + "upload.drop_hint_mobile": "Dosyaları seçmek için dokunun veya aşağıdaki kamera butonunu kullanın.", + "upload.drop_zone_aria": "Dosya yükleme alanı. Dosyaları buraya sürükleyip bırakın veya dosyaları gözatmak için Enter'a basın.", + "upload.error": "Yükleme başarısız oldu", + "upload.error_invalid_url": "Geçersiz URL formatı", + "upload.error_url_required": "Lütfen bir URL girin", + "upload.file_size_hint": "Maksimum boyut: dosya başına 500 MB", + "upload.file_types": "İzin verilen türler: PDF, Ofis belgeleri (Word, Excel, PowerPoint vb.), Görseller", + "upload.filename_description": "URL'den dosya adını kullanmak için boş bırakın", + "upload.filename_label": "Dosya Adı (opsiyonel)", + "upload.filename_placeholder": "benim-belgem.pdf", + "upload.max_size": "Maksimum dosya boyutu: {size}", + "upload.page_title": "Dosyaları Yükle", + "upload.section_device": "Cihazdan Yükle", + "upload.section_url": "URL'den Yükle", + "upload.select_file": "Dosya Seç", + "upload.success": "Dosya başarıyla yüklendi", + "upload.title": "Belge Yükle", + "upload.uploading": "Yükleniyor...", + "upload.url_description": "Bir dosyanın doğrudan bağlantısını girin (PDF, Ofis belgeleri veya resimler)", + "upload.url_label": "Dosya URL'si", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/translation_state.json b/frontend/translations/translation_state.json new file mode 100644 index 00000000..03944a20 --- /dev/null +++ b/frontend/translations/translation_state.json @@ -0,0 +1,86894 @@ +{ + "bg": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "af": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "de": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "es": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "pt-br": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "it": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "pl": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "dk": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "ar": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "ca": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "cs": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "cy": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "da": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "el": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "eo": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "et": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "fa": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "fi": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "fr": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "fy": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "ga": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "gl": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "he": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "hr": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "hu": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "is": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "ja": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "kn": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "ko": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "lb": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "li": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "am": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "az": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "bn": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "gu": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "ha": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "hi": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "hy": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "id": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "ig": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "jv": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "ka": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "kk": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "km": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "lt": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "lv": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "ml": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "mn": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "mr": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "ms": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "nb": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "nds": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "ne": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "nl": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "no": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "pa": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "pt": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "ro": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "si": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "sk": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "sl": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "sr": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "sv": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "sw": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "ta": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "te": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "th": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "tl": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "tr": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "uk": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "ur": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "uz": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "vi": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "vls": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "yo": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "zh": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "zh-TW": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + }, + "zu": { + "about.creator_heading": "b6ea70f32f9c48ef49044451be6f229f", + "about.creator_name": "933b3ec49adb7fa6e0f8450ccae1a7fc", + "about.creator_pre": "096afd3ff4b8d5e079fef0a9919f9867", + "about.features_admin_api": "86fb77f47b75647f754843932afd221c", + "about.features_admin_config": "e66b30328ab0bfc5d6ed708d35c2883f", + "about.features_admin_docker": "55a1dcc3946dfecc8eb783897335a250", + "about.features_admin_heading": "7258e7251413465e0a3eb58094430bde", + "about.features_admin_oauth2": "ffd63a352a44fa310058e8e7c91db5de", + "about.features_automation_background": "ee38a241fba1358184a010844cf4fa81", + "about.features_automation_gmail": "649de9dcdc24d3c9b1640224cf647d17", + "about.features_automation_heading": "caea8340e2d186a540518d08602aa065", + "about.features_automation_imap": "70f4b654610d3da21735d10b9b3b88fd", + "about.features_automation_ingestion": "c85f90ac8d8f9ce6df9bf3a79a2bdf0f", + "about.features_heading": "219927b224df858b634f5817e92a43c9", + "about.features_integration_cloud": "80c6fdf59d0e5179bfc4e3927ee32be0", + "about.features_integration_heading": "8aed66b7fd5304330ddf6b36c441a9ea", + "about.features_integration_multi_dest": "641fa37116df13a597907fd47bee5676", + "about.features_integration_protocols": "ad6e7632018192e9053b93d3f940e734", + "about.features_integration_selfhosted": "aab5febd4c64dffd6524b050ca3d3ecf", + "about.features_processing_classification": "d2a5c7dca029851426c2242cbbfb3883", + "about.features_processing_heading": "ba825e1f2790bc3bba945b0dcb66cb9a", + "about.features_processing_metadata": "c71cdd8f58a8c00c755b23726a3cb3b4", + "about.features_processing_ocr": "9bf41ced20f1c846de3686d151f91344", + "about.features_processing_pdf": "72a39f7bb02fb74440956a724ef47ac7", + "about.features_processing_upload": "48207eeb7a49ab64f0f65c0cc5884578", + "about.github_logo_alt": "9dcd09b7c7604bf08aed4be38d5fd6cc", + "about.heading": "e26e339d3639948c692dfd5d3588b277", + "about.intro_post": "a588cb82d303dc22fbc40899cb02a245", + "about.intro_pre": "bc5aa965af852d282c57f75dcead81f4", + "about.involved_description": "f1ac5729a6123b0fad791f635c59e6a5", + "about.involved_docs": "b0ad627d88e7ded8e1f8fa535dd04bde", + "about.involved_github": "7d667df2942f5649f1d62b0c4b85e9ce", + "about.involved_heading": "1feb464492c1988932fea94ec78c01e9", + "about.involved_website": "ce638bfb00d73c1cd32096a42e61c7d8", + "about.legal_description": "c24156f94a5adb44af88c4e93bb9d24f", + "about.legal_heading": "a87628d142b25c77500e1e256a3a41ce", + "about.legal_license": "8ef6eafbbbd10a0e6839529fa0f5a2c7", + "about.legal_privacy": "8621d55c80fa854b1d7e0d054c0c1129", + "about.page_title": "e26e339d3639948c692dfd5d3588b277", + "about.story_heading": "f678db175e9097f16c5dcb17f4a6c51a", + "about.story_p1": "319343ebe320ff16269bc264d1bdf768", + "about.story_p2": "c5545d89e64e2e9be99fad3b472c6d7a", + "api_tokens.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "api_tokens.col_last_ip": "fbc03f8617763f0c5b21861a151f1a38", + "api_tokens.col_last_used": "3b76a1f6eacb8549628a549d808ef9d9", + "api_tokens.col_name": "49ee3087348e8d44e1feda1917443987", + "api_tokens.col_prefix": "5a823fc01816364566387932f30ec57b", + "api_tokens.copy_to_clipboard": "055c518c7ecec2b8da88b301071826cd", + "api_tokens.copy_upload_example": "d423a7849195e76d5fbce3158f020ff9", + "api_tokens.copy_warning_1": "3d2088dee8043660712f22f4790f961f", + "api_tokens.copy_warning_2": "00ee11d6cc7615ebdfd29b250c75f27c", + "api_tokens.create_heading": "dbd1e51759e1a76cf446e15e16c38651", + "api_tokens.create_token": "a8b758dea74b70495d59fc03d4f741aa", + "api_tokens.creating": "8c4f121ceb8c4b814d99921aa7776314", + "api_tokens.heading": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.intro": "cc58c571f6a6ee184550ae92bcf63687", + "api_tokens.loading_tokens": "b0d8e9789eef6f6e058703c1b2233b7a", + "api_tokens.never": "6e7b34fa59e1bd229b207892956dc41c", + "api_tokens.no_tokens_heading": "ad50cd0eb3caaac1e566e0f85915ea65", + "api_tokens.no_tokens_help": "1e8526a57b2b26ed2c9da99d14919aa9", + "api_tokens.page_title": "07e1211dfbe59952ea997f8bce71e378", + "api_tokens.revoke": "21313f76b111bc0df501bf89fc96ba46", + "api_tokens.revoke_prefix": "8df393176f0b6666eec544975d0a3b6c", + "api_tokens.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "api_tokens.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "api_tokens.table_aria": "e817bb1f19af0d69b7472e85d7f9f97a", + "api_tokens.token_created": "54b2446ba5c28b658fdae1d4accdcd5b", + "api_tokens.token_name_label": "5b99555f54ce62696c07dd43ece9e007", + "api_tokens.token_name_placeholder": "eb950908f8ab12551ed3866239e86ded", + "api_tokens.usage_heading": "bff4099bfcc8201315db92d0a239d465", + "api_tokens.usage_intro_post": "2da4a2cd4a738ade3ec76500353f1828", + "api_tokens.usage_intro_pre": "71bfeb3ec32e5fa8cd82ead1d341beda", + "api_tokens.your_tokens": "6ecb515b3f9fd81af0f364160718bd86", + "app.name": "531583f13bba76445a0406512cb7fc20", + "audit.col_ip": "a12a3079e14ced46e69ba52b8a90b21a", + "audit.col_resource": "be8545ae7ab0276e15898aae7acfbd7a", + "audit.col_timestamp": "a3d5de3eac8bb00ae86fd1a1005f1500", + "audit.critical": "278d01e5af56273bae1bb99a98b370cd", + "audit.filter_action": "004bf6c9a40003140292e97330236c53", + "audit.filter_all_actions": "2701bbdc7ebed3bba6e85534149c85b1", + "audit.filter_all_users": "0d603cecbdb2dc918ac89ab159cce59a", + "audit.filter_resource_placeholder": "4e9042db7f023859be900100875fbfff", + "audit.filter_resource_type": "0ae55e3aeda2ed34504cdb299750c35e", + "audit.filter_severity": "007cc9547ae8884ad597cd92ba505422", + "audit.filter_user": "8f9bfe9d1345237cb3b2b205864da075", + "audit.filters_section_label": "eb0a0fbae068e126863509d36d36b4e3", + "audit.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "audit.next_label": "374bea6cf8bd1e8fd64570b629cc6562", + "audit.no_events": "72a621bbaf3f6e058ffee504adfe7dcd", + "audit.no_events_hint": "35a9b09be8f8aabf2ce7eaef2666c508", + "audit.page_title": "2dfe3271eb27d88a9097c7d632ac40eb", + "audit.pagination_label": "b2902f0f9cbf6838569d321e17dff5e7", + "audit.prev": "14230d11143a03f4330c6433d5032a9d", + "audit.prev_label": "16ded2dc32322d80ce2362a47f4d7ef4", + "audit.refresh_label": "19c55d5f8ccedf56b0fc7baacc8b021f", + "audit.siem_disabled_title": "d2647c1ee2dff76d128038862b049c25", + "audit.siem_enabled_title": "ea90a17ff557716f1e1a1e1d6c81439b", + "audit.siem_off": "1cea664c5fba1fed8724ecdfef1256f4", + "audit.subtitle": "764f24e2299b49220fbe2de24943c083", + "audit.table_label": "ae9e1fcfcbad6068dce4d8ba4a12b3bb", + "audit.title": "e5655bd1d068da83cc0d36505b482b2d", + "auth.confirm_password": "887f7db126221fe60d18c895d41dc8f6", + "auth.create_account": "42369faa6a6b243aac58683f3874bf99", + "auth.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "auth.email_label": "ce8ae9da5b7cd6c3df2929543a9af92d", + "auth.forgot_password": "38c8c1f4156fa91158ebbcee727da0b0", + "auth.forgot_username": "b88fd8000bce8e14119bba78ee4e6828", + "auth.login": "3bbbad631029e3575da7a151bba4f37c", + "auth.login_title": "3bbbad631029e3575da7a151bba4f37c", + "auth.logo_alt": "cde70bdd61f3ce63b428fabb8428eac6", + "auth.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "auth.my_account": "bea8d9e6a0d57c4a264756b4f9822ed9", + "auth.no_account": "a5f61298da21626d0f490ebd06ecd811", + "auth.or_continue_with": "4038e4c17bd41abe684a20af4c2cb0be", + "auth.password_label": "dc647eb65e6711e155375218212b3964", + "auth.profile": "cce99c598cfdb9773ab041d54c3d973a", + "auth.remember_me": "878530871f0db73f004f5bd6591eeb76", + "auth.return_home": "56cf8b33ab527ab81b4f6b3ceac090dd", + "auth.sign_in": "b6d4223e60986fa4c9af77ee5f7149c5", + "auth.sign_in_sso": "5205ed11370b391a044c86d1603c9a70", + "auth.sign_in_with": "10fc35c1207dfc5711e182221e2bcbcf", + "auth.sign_in_with_username": "b9987f3bcf3b537a052234a68f55dcae", + "auth.signup": "d67850bd126f070221dcfd5fa6317043", + "auth.signup_title": "d67850bd126f070221dcfd5fa6317043", + "auth.username_label": "f6039d44b29456b20f8f373155ae4973", + "auth.username_or_email": "1c315fe64c02f0dc4a605373f68d911b", + "auth.verify_email_back_sign_in": "bf0212b763b71031952a48f6be9c47e4", + "auth.verify_email_expiry": "cdf25b8568ee6fb870df259084f0ea20", + "auth.verify_email_heading": "a11e88d155982d7b172dbf322e56b726", + "auth.verify_email_message": "7de751e6ffb245606d9d157a99c76ffb", + "auth.verify_email_page_title": "5c031a05bb1703ff88789dc310ffd397", + "auth.verify_email_resend_aria_label": "6277f2766b619a9eff570a23ea492ee6", + "auth.verify_email_resend_button": "dfdf2f349b19558e6bfb34b9f1793a03", + "auth.verify_email_resend_label": "b357b524e740bc85b9790a0712d84a30", + "auth.verify_email_resend_placeholder": "6832ac593617c3e5f61c82a20b0d9a3a", + "auth.verify_email_resend_prompt": "ac91114573becd1795c77a942a6008d4", + "backup.archives_heading": "0344d4909d6f959e057de79a9e906178", + "backup.backup_now": "9a9852432e1a7055c64fef6ff8f6dd65", + "backup.clean_up": "c5bb3d7cb2e8aabc2ba491b72e4ead76", + "backup.cleanup_title": "5ca5df536621adcb83c1024e8ac15bea", + "backup.col_created": "0eceeb45861f9585dd7a97a3e36f85c6", + "backup.col_filename": "1351017ac6423911223bc19a8cb7c653", + "backup.col_size": "6f6cb72d544962fa333e2e34ce64f719", + "backup.col_storage": "8c4aa541ee911e8d80451ef8cc304806", + "backup.col_type": "a1fa27779242b4902f7ae3bdd5c6d508", + "backup.config_auto_backup": "638bd44890e76ac0a55030669c94f650", + "backup.config_remote_dest": "58f600235172d43405b9a7c1780f1779", + "backup.config_retention": "7f6d38d7d0f6e5ede0664468079dfb06", + "backup.config_total_size": "368043e85dafbb397445e0d855ccbc78", + "backup.confirm_btn": "70d9be9b139893aa6c69b5e77e614311", + "backup.confirm_title": "8ce3fc1738224d2a8f4f00fa2a0e41dd", + "backup.heading": "4ffba8ffd90db47caafb938f0833077e", + "backup.local_only": "0dae103909ed6e557fdcf65c22cf8a23", + "backup.no_backups": "54743b7a235f47426b077068d518ff03", + "backup.no_backups_hint": "d068ca5b3395e7a6d68496757c33ec83", + "backup.page_title": "4ffba8ffd90db47caafb938f0833077e", + "backup.records_label": "6e52c40bb8fc91ff39ee5c79b4211f67", + "backup.restore_btn": "2bd339d85ee3b33e513359ce781b60cc", + "backup.restore_desc_mid": "0bdcd9e161b06a4e0e4a4e87c92d984a", + "backup.restore_desc_pre": "7a7ddbc35f0e89e66e33815123158dba", + "backup.restore_desc_warning": "7579c5e301f91c62a4b2f98846b7e411", + "backup.restore_file_label": "b2471d48c69cc95d7d35d845324e39e6", + "backup.restore_heading": "c72482a6da40f99f582b63ec5cdcbb0c", + "backup.restoring": "b983279a728d2b9e7b96078c6ea58d28", + "backup.retention_daily_detail": "37c5985d86a7866e071868a8d7725ac1", + "backup.retention_heading": "00b269cfdf0eb2738ea2d7dc05573a72", + "backup.retention_hourly_detail": "1034784b9deb8a695ad689a38ce72100", + "backup.retention_note": "592bd519fdcaf42752ed4c5cf5a5cd24", + "backup.retention_weekly_detail": "e6488cdc2b38a5de8972c50a5b8ad317", + "backup.snapshots": "695633290d050f31cec0c9d4bd4a57fe", + "backup.status_ok": "444bcb3a3fcf8389296c49467f27e1d6", + "backup.storage_local": "f5ddaf0ca7929578b408c909429f68f2", + "backup.subtitle": "f0ff6bbdfbe31d2900edf736057744b6", + "backup.table_aria": "bc37511e854840301b22314e21508730", + "backup.trigger_daily": "5aca24118fa8d5e3982d50722cbe0cb1", + "backup.trigger_hourly": "498b6084b9672d4b54158d0c3803da6d", + "backup.trigger_weekly": "83f0d85e09b9c5ed1c01bb43992d92fa", + "backup.type_daily": "c512b685438f41daa7386329a3b8f8d3", + "backup.type_hourly": "769cb50c95fd3a43c659aa73aba99e5b", + "backup.type_weekly": "6c25e6a6da95b3d583c6ec4c3f82ed4d", + "billing.go_to_dashboard": "46995ffc4b2508f13452731483ce52fe", + "billing.manage_subscription": "97788cfaf9dabfbe68578f0e5a637b5e", + "billing.success_heading": "978ed8bb22fd798eaea3e8e7ae86a7d1", + "billing.success_message": "c8771fe23dfb8b8041f64394cf1a52b9", + "billing.success_page_title": "70bb51c9645715f0ddcb6c652eb23125", + "common.actions": "06df33001c1d7187fdd81ea1f5b277aa", + "common.active": "4d3d769b812b6faa6b76e1a8abaece2d", + "common.all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "common.back": "0557fa923dcee4d0f86b1409f5c2167f", + "common.cancel": "ea4788705e6873b424c65e91c2846b19", + "common.close": "d3d2e617335f08df83599665eef8a418", + "common.col_pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.completed": "07ca5050e697392c9ed47e6453f1453f", + "common.confirm": "70d9be9b139893aa6c69b5e77e614311", + "common.copied": "6d6db52799620de23c1e87d00abde8c4", + "common.copy": "5fb63579fc981698f97d55bfecb213ea", + "common.create": "686e697538050e4664636337cc3b834f", + "common.created": "0eceeb45861f9585dd7a97a3e36f85c6", + "common.date": "44749712dbec183e983dcd78a7736c41", + "common.delete": "f2a6c498fb90ee345d997f888fce3b18", + "common.description": "b5a7adde1af5c87d7fd797b6245c2a39", + "common.details": "3ec365dd533ddb7ef3d1c111186ce872", + "common.disabled": "b9f5c797ebbf55adccdd8539a65a0241", + "common.download": "801ab24683a4a8c433c6eb40c48bcd9d", + "common.duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "common.edit": "7dce122004969d56ae2e0245cb754d35", + "common.enabled": "00d23a76e43b46dae9ec7aa9dcbebb32", + "common.error": "902b0d55fddef6f8d651fe1035b7d4bd", + "common.failed": "d7c8c85bf79bbe1b7188497c32c3b0ca", + "common.filter": "d7778d0c64b6ba21494c97f77a66885a", + "common.inactive": "3cab03c00dbd11bc3569afa0748013f0", + "common.info": "4059b0251f66a18cb56f544728796875", + "common.loading": "8524de963f07201e5c086830d370797f", + "common.name": "49ee3087348e8d44e1feda1917443987", + "common.next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "common.next_page": "374bea6cf8bd1e8fd64570b629cc6562", + "common.no": "bafd7322c6e97d25b6299b5d6fe8920b", + "common.none": "6adf97f83acf6453d4a6a4b1070f3754", + "common.page": "193cfc9be3b995831c6af2fea6650e60", + "common.pending": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "common.prev_page": "16ded2dc32322d80ce2362a47f4d7ef4", + "common.previous": "dd1f775e443ff3b9a89270713580a51b", + "common.processing": "643562a9ae7099c8aabfdc93478db117", + "common.refresh": "63a6a88c066880c5ac42394a22803ca6", + "common.reset": "526d688f37a86d3c3f27d0c5016eb71d", + "common.retry": "6327b4e59f58137083214a1fec358855", + "common.save": "c9cc8cce247e49bae79f15173ce97354", + "common.search": "13348442cc6a27032d2b4aa28b75a5d3", + "common.select": "e0626222614bdee31951d84c64e5e9ff", + "common.select_placeholder": "5ea5ef2ce77e06d64b3bbc9f5506808e", + "common.size": "6f6cb72d544962fa333e2e34ce64f719", + "common.status": "ec53a8c4f07baed5d8825072c89799be", + "common.submit": "a4d3b161ce1309df1c4e25df28694b7b", + "common.success": "505a83f220c02df2f85c3810cd9ceb38", + "common.tags": "189f63f277cd73395561651753563065", + "common.type": "a1fa27779242b4902f7ae3bdd5c6d508", + "common.updated": "ff0a3b7f3daef040faf89a88fdac01b7", + "common.upload": "91412465ea9169dfd901dd5e7c96dd99", + "common.view": "4351cfebe4b61d8aa5efa1d020710005", + "common.warning": "0eaadb4fcb48a0a0ed7bc9868be9fbaa", + "common.yes": "93cba07454f06a4a960172bbd6e2a435", + "cookie.accept": "78e981599281c16fe016b55b136edf5f", + "cookie.learn_more": "d59048f21fd887ad520398ce677be586", + "cookie.message": "4db82df738f239ebf278872b29516064", + "cookie.notice": "8d7e98e5dae1680c41104e87efb33708", + "cookie.notice_label": "8c30a6ec07fc9eb81bd20b690b4a1ac0", + "cookie.policy_link": "26b3bb7bcea37723dcea15254b14510f", + "cookie.privacy_link": "8621d55c80fa854b1d7e0d054c0c1129", + "credentials.col_action": "004bf6c9a40003140292e97330236c53", + "credentials.col_credential": "03bc142e6422dbb9b288ad2cabee08c7", + "credentials.col_source": "f31bbdd1b3e85bccd652680e16935819", + "credentials.configured": "61aa63eb3ac1c3408640463ee5fe8aa3", + "credentials.edit_in_settings": "7ac72a97fa8a91401500c24536cb7cb5", + "credentials.legend_db": "72033bc960bcf31b9cf007c675638720", + "credentials.legend_env_after": "f1ba060940aeaa8149967ea3d81894a5", + "credentials.legend_env_before": "403bdebf25e2876c94c729c8782d9af4", + "credentials.legend_missing": "82981e801c348d57e32568cf1605b1ea", + "credentials.legend_restart": "4be70859663537d68204f33083e41918", + "credentials.legend_title": "9b27e12d584b3438e811533b32e026e8", + "credentials.manage_settings": "568bc152bcc8416f3670fc8ca573c22d", + "credentials.not_configured": "ac10863a89ea5da5d78b29ab7d8d4db9", + "credentials.page_title": "21a8dee716796add1cf9c82a4e4e6292", + "credentials.raw_json": "7af4302517c80c4c125ad20de2816262", + "credentials.restart_title": "7dadeece999a468a2004640af33a9964", + "credentials.source_db_title": "eb8b49ad78c6c62977743082dbd41398", + "credentials.source_env_title": "889e5e5b93bfa8787c07c8281e9e5485", + "credentials.status_missing": "2aee0be2678ee90fd327cc186826438e", + "credentials.subtitle": "de3b97bdde03981ff9cc3aa2913f6765", + "credentials.table_for": "6cf441df11030d5b0c218bf3d8ab3511", + "credentials.title": "54f0d340b1ea06271739ce5b9592fa73", + "credentials.total_credentials": "c69425f33726500708d86aafdfa1dd91", + "dashboard.active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "dashboard.files_this_month": "67b247f2ea10f06013def871fe489d39", + "dashboard.files_today": "9b0ddb21617037a82c7b3a49363ce6cf", + "dashboard.ocr_processed": "4b04afcf390b4a0cac109b83509e4608", + "dashboard.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "dashboard.recent_activity": "7377550f85f2c8d4eeaf38f17c8eb803", + "dashboard.storage_targets": "4acece72274bc43c2058976285c1fd30", + "dashboard.title": "2938c7f7e560ed972f8a4f68e80ff834", + "dashboard.total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "dashboard.welcome": "0f407f3c4623ce6e84310014b005fb17", + "duplicates.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "duplicates.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "duplicates.find_btn": "4cfa6c981549e990fe2344e4c805405e", + "duplicates.found_files": "00b59e3a7ef5488beab5f466a0c79b91", + "duplicates.found_groups": "d14fddb2f327a55238547dbf9f6e7cc7", + "duplicates.found_prefix": "5d695cc28c6a7ea955162fbdd0ae42b9", + "duplicates.group_aria": "748010ad83c088b58e6bd2a34b6acb40", + "duplicates.heading": "b377a4e3851b6966c3106785fd8901f1", + "duplicates.how_it_works_heading": "d74c49b9cf8c5ae38a9c57c367d817bb", + "duplicates.max_results_label": "2993d154b00599714d5228313ed48c01", + "duplicates.near_dup_desc": "8c5cac603b063687d2475ab5cbcdc5e8", + "duplicates.near_dup_heading": "9bce00ad5c14fee01359e476544e9066", + "duplicates.no_exact_heading": "cfdce5dbc6c4d1fa08fb70db8c8d6fd5", + "duplicates.page_title": "2167d8881702c0ac8f61fcb53a367d31", + "duplicates.pagination_aria": "cbb81506a7fe3ef03f7a89c76c52131a", + "duplicates.role_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "duplicates.role_original": "0a52da7a03a6de3beefe54f8c03ad80d", + "duplicates.tab_exact": "80158331c6d85fee1b76ac86c745dd09", + "duplicates.tab_near": "f3500714a5c5f5c847d95efd7d93ca59", + "duplicates.tabs_aria": "704586833b3127110d4af82b767eb7ba", + "duplicates.threshold_label": "0f56d66b52560a499317fd638d7d46aa", + "duplicates.view_dup_aria": "8ff2ceb2ca4fafb2a9db5de5dcf4d1fe", + "duplicates.view_original_aria": "3ec72a23ef28f6d0d46fb8141c4c7e06", + "error.404_code": "4f4adcbf8c6f66dcfc8a3282ac2bf10a", + "error.404_heading": "1f76994937fc2e8dff157476c1961760", + "error.404_home": "82609dd1953ccbfbb4e0d20623193b56", + "error.404_message": "62c4ac92cff414cb0f6840dac9768edc", + "error.404_title": "de9219e425cc35b85e0fa0222f625269", + "error.500_code": "cee631121c2ec9232f3a2f028ad5c89b", + "error.500_debug_info": "1849e2c03b3135e2c60e4c583683b10b", + "error.500_description": "7545806f2015b9b80e4c4c453630b37e", + "error.500_heading": "0d5e20e61584c513fdc212e31b3b1c4c", + "error.500_home": "a1208397a2af2335d54b08c867939649", + "error.500_img_alt": "5b3dba0243d94fe5b7a0e21e4168afdd", + "error.500_message1": "e9a86b96d1a9cec821b19565ad809c1e", + "error.500_message2": "96d6fdc01fa001f407da66c1c9024fd4", + "error.500_title": "f62b41a945876fd057ee5a502e27e34c", + "error.forbidden": "722969577a96ca3953e84e3d949dee81", + "error.forbidden_message": "d9bce6556723f03d444fc08de3ccb4db", + "error.not_found": "d0fbda9855d118740f1105334305c126", + "error.not_found_message": "b321d61a0e8fe08a8065e04c5ba0755d", + "error.server_error": "dc941514bc281bac9ea561aa9433c0fc", + "error.server_error_message": "05e070788d5522addd174a9baa153f9f", + "error.unauthorized": "e06d1ba70f1331e9f9a113cc2f887d3f", + "error.unauthorized_message": "5c8c11f8c9d55f3d4e1502dcc34541fd", + "files.action_delete": "9bef626805b43ecb7584824958a3dbca", + "files.action_details": "6e9783376d951cfd780e9fdb67a0f02c", + "files.action_preview": "504a5db44742120d3b26843fc5e16a82", + "files.bulk_clear_selection": "82ce4fe96406ad6e0ea917c6e4104f60", + "files.bulk_cloud_ocr": "6ab462971241cb98f71a8e50cf1cc278", + "files.bulk_delete": "c13af79d63bfcb3f07bc3810418c99f8", + "files.bulk_download": "32fcfe69f4432b65f2b8cd7d2d3507e0", + "files.bulk_reprocess": "b182891a2c1887962d5173e8d7da7c3a", + "files.delete_modal_cancel": "ea4788705e6873b424c65e91c2846b19", + "files.delete_modal_confirm": "f2a6c498fb90ee345d997f888fce3b18", + "files.delete_modal_message": "fd1be3efcf102a4183d9445d789574f4", + "files.delete_modal_title": "44928cfda52bc66163d158d1ff69d415", + "files.document_title": "16e3b8c040dcd2b969e4d4cf0f5327d8", + "files.drop_overlay_hint": "ee83a2d4a1b6b59f5e797b7070d62ff4", + "files.drop_overlay_title": "bf70bad74f205ff4824ab79f14f16ca3", + "files.error_hint": "7dbf617e0a47fb3b9c2dc68a759ca1f9", + "files.file_size": "a00fe904aecabd4bff74d8776e6da2c5", + "files.filename": "1351017ac6423911223bc19a8cb7c653", + "files.files_selected": "833357e2983fdf46d4737aa4425712c4", + "files.filter_all_providers": "70e48532af1c719176225e5a74bcbc2a", + "files.filter_all_statuses": "a775fc840b6973e39b6c3bf21f6b1dc2", + "files.filter_all_types": "90b2f7433dcfc30b034860cef231c65e", + "files.filter_apply": "bf73617f18f0ec3633816c2af0fb9866", + "files.filter_clear": "dc30bc0c7914db5918da4263fce93ad2", + "files.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "files.filter_date_from_aria": "4c8d06831fb8e59c29265b24c0a3613a", + "files.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "files.filter_date_to_aria": "8a3d51da8dd0cf76d3b68488970b295b", + "files.filter_form_aria": "9ebbb752ecf09af4cb66355f2961d89e", + "files.filter_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.filter_ocr_all": "22a822bd241ba6690bc1f51b263f57de", + "files.filter_ocr_good": "ce0af4b40f2ad76a7521d8a81f792ab4", + "files.filter_ocr_poor": "d0bae0d93c8f44fa3ae492d1151ee352", + "files.filter_ocr_quality": "f6855efeccb1aca40cf1b4777d8605c1", + "files.filter_ocr_quality_aria": "1997f656a7b772892b075777bd044235", + "files.filter_ocr_unchecked": "10013fe56bf06d73888555f91f294403", + "files.filter_search_label": "3037fb1ddbdee1383e26590e7324199e", + "files.filter_search_placeholder": "7ee3fdd336a5ae125250fc773277a1bd", + "files.filter_storage_provider": "8e46c7dd86ece88b71f31be142dc7232", + "files.filter_tags_aria": "2ac5102de290e073797588f2bb51f1e3", + "files.filter_tags_placeholder": "05fcb0011f22940bf473eba4b5d94f30", + "files.fulltext_search_label": "0371b86532adf428c7c5296e8f5561ab", + "files.fulltext_search_placeholder": "f403d907c8a8eaa0cb4318c29ab96093", + "files.no_files": "74ff4bad28abee3489bd8ca138b80bb6", + "files.ocr_status": "049dd680ad76dc028709995c45a32b19", + "files.page_title": "6e37a62b28de8e6687382184ebdb851d", + "files.pagination_files": "45b963397aa40d4a0063e0d85e4fe7a1", + "files.pagination_first": "7fb55ed0b7a30342ba6da306428cae04", + "files.pagination_last": "d55b30607c2a9a2616347d6edb789f6b", + "files.pagination_nav_aria": "0a5764b6ce5f34a7f4df4a6a8de05284", + "files.pagination_next": "10ac3d04253ef7e1ddc73e6091c0cd55", + "files.pagination_of": "8bf8854bebe108183caeb845c7676ae4", + "files.pagination_previous": "dd1f775e443ff3b9a89270713580a51b", + "files.pagination_showing": "b4e6101378d2a08d80df7e5da0625128", + "files.preview_modal_close": "79ea73fa61d7752847b59a431911091f", + "files.preview_modal_title": "31fde7b05ac8952dacf4af8a704074ec", + "files.queue_banner_items": "4fc3a8a8243cccab53cefd26abe71287", + "files.queue_banner_link": "5310d31f94f8c8dd722dfd3475b6de91", + "files.saved_searches_empty": "91cf5536eaae103e79edaa832af6fff9", + "files.saved_searches_error": "5f564853c6f0f53f431b80bb20fd8da8", + "files.saved_searches_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "files.saved_searches_save": "9afa497f63264b531927405cbde02eac", + "files.saved_searches_save_aria": "253907bca3013f88c0015eec553d5122", + "files.search_results_empty": "3f24537d9d26ddf4fd334a881e46a0ec", + "files.search_results_title": "32df01b9cf0491a879250b58ba2744ba", + "files.status_duplicate": "ed75712b0eb1913c28a3872731ffd48d", + "files.table_actions": "06df33001c1d7187fdd81ea1f5b277aa", + "files.table_aria": "c4c2140b401fe64673b75431f03960a1", + "files.table_created_at": "6e9a375edaa0f55f2b86e1f415a33172", + "files.table_empty": "74ff4bad28abee3489bd8ca138b80bb6", + "files.table_id": "b718adec73e04ce3ec720dd11a06a308", + "files.table_mime_type": "be97c5beb33f5316b2c221bfbb95852b", + "files.table_original_filename": "0fa4e9466779d582d77a4c1a44006160", + "files.table_select_all": "82ccdb0a079a51eb7cda4551fd64d180", + "files.tags": "189f63f277cd73395561651753563065", + "files.title": "91f3a2c0e4424c87689525da44c4db11", + "files.upload_modal_aria": "22af9d321feab79bcba1a07feb3fd31d", + "files.upload_modal_close": "804a46fc3feb0b157e503fe3e6e3ec39", + "files.upload_modal_header": "51f27359f5c7d3f94d1fbe2229cef1f1", + "files.uploaded": "fe8d588f340d7507265417633ccff16e", + "footer.about": "8f7f4c1ce7a4f933663d10543562b096", + "footer.attribution": "2855b85f4f341561038a216142c10afb", + "footer.attributions": "5299ed1e546337098780f4c0c891d011", + "footer.cookies": "597b56e53847cd6a4712ac183f61fa68", + "footer.copyright": "ba6c024383fa4a36499fbaa46cf52a48", + "footer.imprint": "e206d098296c1966e2d01130f9195744", + "footer.license": "794df3791a8c800841516007427a2aa3", + "footer.navigation": "fd6b4316ec9e200f5b9353cad8f171c3", + "footer.privacy": "c5f29bb36f9158d2e00f5d4dc213a0ff", + "footer.terms": "6f1bf85c9ebb3c7fa26251e1e335e032", + "footer.version": "5e12a26fd64792c6798e5fa9580e2e3f", + "help.destinations_dropbox": "f92aa92725095d5531f54b4589d99264", + "help.destinations_dropbox_desc": "b87b8783a1fab12cbe00058e2cdcbc4e", + "help.destinations_email": "e7024fa483e15ce2c3812fbfce6f6546", + "help.destinations_email_desc": "2d6ccc93f2654f70de964740309ff8b4", + "help.destinations_google_drive": "e0daf39823ec1a1a7878c9718f063d5f", + "help.destinations_google_drive_desc": "60ae2e4bb8381ad00b9185d346be68cb", + "help.destinations_heading": "432295c0c57a067b3a98054122ad7d5b", + "help.destinations_nextcloud": "6ef35567f50150c22641282b354a32d5", + "help.destinations_nextcloud_desc": "99e4c36c6fff2f756ac426699e0fd4d2", + "help.destinations_onedrive": "f79cd76b16e526d536ec5f9e3a3dbe9d", + "help.destinations_onedrive_desc": "9772d0dc288e002bd3117ccb00f0a017", + "help.destinations_paperless": "9fcc5b94797897075fe8680a6a8fe4e8", + "help.destinations_paperless_desc": "6e5ad6db26a67bfe290c8d1dd4b9cbea", + "help.destinations_s3": "270fcb785810d0206945029bb05f4e97", + "help.destinations_s3_desc": "418eff109701997ba482891d06f6025e", + "help.destinations_sftp": "9f177fa674c8765d042a7f8fce3a2508", + "help.destinations_sftp_desc": "3107205c5a96e422fd3bb3e37230622d", + "help.destinations_webhook": "150c7abfca6c489fee5cb82fbb7a9bc4", + "help.destinations_webhook_desc": "6d993b0f5818e60165490e454e1cf7b0", + "help.documentation": "5b6cf869265c13af8566f192b4ab3d2a", + "help.faq": "5405d8a903c83e89cb649f1b518ef1be", + "help.faq_1_a": "4ca9c218e7700ba437100e5ad514354e", + "help.faq_1_q": "50cccdbd8acaf3f2456ec33e07e22173", + "help.faq_2_a": "517c18c3b616b85ebca189cc95403c42", + "help.faq_2_q": "067b8083cc8f725e33828da278bad2df", + "help.faq_3_a": "cc685463a6336bbaff7ff25281f302df", + "help.faq_3_q": "2eb70b7955868505059150250bd0aa1c", + "help.faq_4_a": "2b650857e274c1075ab153d0ce6211bb", + "help.faq_4_q": "ec855536b023bc18ca1264179d141483", + "help.faq_5_a": "23bc22e314ac72c4dad7e6e679890b0f", + "help.faq_5_q": "4790e89639a5a982a53734a9afbe0ea0", + "help.faq_heading": "5405d8a903c83e89cb649f1b518ef1be", + "help.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "help.heading": "efdaf9f44ce968366fa78277263abc1d", + "help.page_title": "efdaf9f44ce968366fa78277263abc1d", + "help.privacy_notice": "8621d55c80fa854b1d7e0d054c0c1129", + "help.quickstart_heading": "411eaaaa405899304e54dce3363a2baf", + "help.quickstart_storage": "aab568a147d09323ee4ab9cc257e5271", + "help.quickstart_storage_desc": "85ee026dba31cf2f0d3cb93a14a021ad", + "help.quickstart_upload": "4cc65a18be99b9191321f693990e6a9f", + "help.quickstart_upload_desc": "49ea2c02ae25bd5a9bc16043114efd6f", + "help.quickstart_workflows": "73468012f91d9eccec8000f03914bab5", + "help.quickstart_workflows_desc": "ec1d5cf74065737d844b12b5a783dfd1", + "help.sources_email_ingestion": "037fceb17fc41937401d71246211438b", + "help.sources_email_ingestion_desc": "eff6956cf39faf9241fa68768777f7bc", + "help.sources_heading": "b4ec4b5c33539569044430c6109cf1a6", + "help.sources_rest_api": "aba3d4b49c454e1974970e7b5514b001", + "help.sources_rest_api_desc": "d78ff4cabce6055b58f8e89ab97a2850", + "help.sources_scanner": "f6a46223273b683974be4d3f7a5bdbcb", + "help.sources_scanner_desc": "4dc8d9f8720cbaebf020fd0e2fda9c8a", + "help.sources_web_upload": "f5736096baef468ebab5fdb7954a52f4", + "help.sources_web_upload_desc": "c96fbe3f02a9b753200cb19d2fbc982f", + "help.subheading": "a3543bfd37584fb2536ddf2b64d87a59", + "help.support": "db5eb84117d06047c97c9a0191b5fffe", + "help.support_admin_message": "f4ed8a324b166ad94ca7e2572ee97f2d", + "help.support_description": "f194e8d11ca314d47aff30d650654521", + "help.support_heading": "c08c272bc5648735d560f0ba5114a256", + "help.support_ticket_button": "8988bada9dc19545f5cc09cf080fe3b1", + "help.support_ticket_heading": "22d6dfdfffa420807dbf9860ca010ade", + "help.title": "efdaf9f44ce968366fa78277263abc1d", + "help.workflows_creating": "8f2d6840c0eda7af846f88b0e693cb7d", + "help.workflows_definition": "564393fa6f5180f155883fa35d8acea1", + "help.workflows_heading": "3752b9e5b0bc5880845987829002a5f8", + "help.workflows_step_1": "78a1078db3b41e9d2409fc00a530a779", + "help.workflows_step_1_create": "d06ea9840e2136f10eb283ad390ac2b6", + "help.workflows_step_2": "564c35a1ab7a70caf2ef7b0b0f8b7685", + "help.workflows_step_2_create": "6939ac4bf34e2fe3d74f62f99344cb39", + "help.workflows_step_3": "e3ba2b87b6336841aa23fa3b74633664", + "help.workflows_step_3_create": "27edf05c964b30c92f6e1afc7483d19a", + "help.workflows_step_4": "4bcd65e3dd51d21972430ad58d29c783", + "help.workflows_step_4_create": "061dcdce0e2bb002d8a78bc2cb51d01a", + "help.workflows_step_5_create": "2ac302524214f33bef2a2465fbbd8912", + "help.workflows_typical_steps": "2722ea79bbe0394ba69b0579aad59a80", + "help.workflows_what_is": "051a6da9bda549d56e6025e156bdf344", + "index.badge_intelligent": "92f02a4f78ad03c018f931eb89af219e", + "index.button_browse_files": "6b19fc3d5e07bf4051873e59b536ce85", + "index.button_upload": "91412465ea9169dfd901dd5e7c96dd99", + "index.capabilities_cloud": "7e64e2262a10f6c6a203aa668d77dda6", + "index.capabilities_ingestion": "e790c389db630ada463619b49b43ca6e", + "index.capabilities_ocr": "a73f26891e842fc14a03e5254d03e78d", + "index.capabilities_paperless": "172537146298b3eaa57ca3ff0386a36b", + "index.capabilities_title": "82ec2cd6fda87713f588da75c3b1d0ed", + "index.capabilities_workflows": "c88f6bb824d75d4897688d730c9404ae", + "index.cta_description": "320df430c3ba582f92643a0e39ab9207", + "index.cta_heading": "274f0d85d70f21b2156ac18412a10663", + "index.cta_pricing": "d411d39dbf7cf7e2c2ae37e49d73141a", + "index.cta_signup": "8ea211024d4a6ad6119a33549dae10d6", + "index.dashboard_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.dashboard_subtitle_teams": "f9ff43a2dd1e2de4d78d9ecd8259a739", + "index.feature_ai": "71561fe65b56085b8a3586e3ef3a2f38", + "index.feature_ai_desc": "9408a1dd35a242de28444a06923c3af1", + "index.feature_cloud": "394e9eb47542bea448147e556451a41d", + "index.feature_cloud_desc": "bd33b843770804df17a103d8a9751347", + "index.feature_email": "1a3ca2d8b209df50671e29cd0d8733a1", + "index.feature_email_desc": "899666673a98d3ceae51d97326fe0fa9", + "index.feature_ocr": "f2d1c8cf036a26162d568b2437d98070", + "index.feature_ocr_desc": "af54473d63521726a2bd192f2e81bd56", + "index.feature_pipelines": "685d3f1a18cedc9f40848683a7dac9e4", + "index.feature_pipelines_desc": "2c34abd3e494aec34166ec7914186b6c", + "index.feature_search": "c9e2ab14bf2c8b6d6f6ff78df17290b7", + "index.feature_search_desc": "0d427547c3e6b7dfbf675d99c1faa247", + "index.feature_section_title": "cc913c2bb81fd8ff369e8feef85f4666", + "index.getting_started": "bf647454e36069fd16f1a7a35cf6a865", + "index.getting_started_1": "1cd1bc9452e3c0a04431a96a1cf61a0a", + "index.getting_started_2": "92f85e1aacf28cd628e52ce17f11b4bc", + "index.getting_started_3": "b38ac98056512e912e3e0d907710497d", + "index.getting_started_learn": "b824970876af3c8cf57ef0bc505781d8", + "index.hero_description": "e25791ff02a42f235e16f3f4af42896c", + "index.hero_heading": "9ae3121267ac2d331f2dfe1b83309228", + "index.hero_login": "3bbbad631029e3575da7a151bba4f37c", + "index.hero_pricing": "3538df032a35ac7cff7bf99b2d9074a1", + "index.hero_signup": "e6fa639e998194253fc19094c7543c5b", + "index.integrations_active": "7509fb4406906365502b680663016669", + "index.integrations_storage": "4f5d37f820cce6c10de32f8df1dd083c", + "index.integrations_title": "e01aecb528730f3bfe10f9d57f1317bf", + "index.integrations_view_status": "c047b25adc7b567e0254af3a513b3d7c", + "index.page_title_dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "index.page_title_public": "92f02a4f78ad03c018f931eb89af219e", + "index.platform_overview": "e6dc22cf3c59dda6e09524b2b133f336", + "index.quick_actions": "57aee383485cf2d2836cdcfa681220d2", + "index.quick_documents": "cd8ec80a172b2006a5051d1c2394ee7d", + "index.quick_documents_desc": "5cbe83462e8fbb9e70ffc5c472bbcd28", + "index.quick_search": "13348442cc6a27032d2b4aa28b75a5d3", + "index.quick_search_desc": "21f55d1198859d3ae73c1c2f35b1f06f", + "index.quick_subscription": "06168059c17dbbb6beac27bb0e081e98", + "index.quick_subscription_desc": "90747afb2e058bd6d80c8fc026d02756", + "index.quick_system_status": "a9e34613220d48ec090f93df75f8ae25", + "index.quick_system_status_desc": "89dbda7609b8d8a2486c9aef1b4f9f90", + "index.quick_upload": "523c9b00a728a0dad486e9fdcedc716c", + "index.quick_upload_desc": "f16cd110b7e8b5dcbe76c2f7cff817fa", + "index.quick_view_files": "8a4d4aa1bc853f7001ad053af99d605f", + "index.quick_view_files_desc": "48684ffda9cc6e7d16e1bc9f79644480", + "index.single_user_heading": "ed6c7bfa515a0cc4765606061f390474", + "index.single_user_subtitle": "6c3a157e2bd45a5a8931e9e24ecdbc31", + "index.stat_active_integrations": "2ce7038c5a3d0d58b74033f868878dd1", + "index.stat_active_users": "d194459e07a9cf5f26a0ec776fa58dcb", + "index.stat_files_month": "237819cad66278dc60840e0fccae0f45", + "index.stat_files_today": "29274abd94886420858c4b49ee3ea3c3", + "index.stat_storage_targets": "4acece72274bc43c2058976285c1fd30", + "index.stat_total_files": "0f6d0d6d5044698cc98b9929e5a9c4a3", + "index.tier_plan": "0b6cbdf7ad2928078f1600a3e8979485", + "index.tier_upgrade": "f683581d3e75f05f9d9215f9b4696cef", + "index.tier_view_details": "a082e30c2da0ebd57cf7f4a2014daca8", + "index.upgrade_daily_limits": "b5d51e5ded6c7322c7af89dcbe7ffc14", + "index.upgrade_description": "79506b8de8a42760f38c8dd9740d178e", + "index.upgrade_destinations": "f42451882ac09904544d1c00e4108a7f", + "index.upgrade_ocr_pages": "6cd5a501ec7fd354756eb003b2d912fb", + "index.upgrade_plan": "5d24e361d3da6824ecda5af6b7d1dce2", + "index.upgrade_view_pricing": "4fa8c7c72a8c2675acbaa3319cd8b15d", + "index.usage_lifetime": "e5bed08fa62fa511cbe2c9244a177fbe", + "index.usage_month": "237819cad66278dc60840e0fccae0f45", + "index.usage_my_usage": "3782c3cd96a3b88f1aa440b22dcbaff2", + "index.usage_today": "29274abd94886420858c4b49ee3ea3c3", + "index.usage_unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "integrations.configure": "f1206f9fadc5ce41694f69129aecac26", + "integrations.connect": "49ab28040dfa07f53544970c6d147e1e", + "integrations.connected": "2ec0d16e4ca169baedb9b2d50ec5c6d7", + "integrations.disconnect": "42ae25231906c83927831e0ef7c317ac", + "integrations.empty_state": "8311ab16a28e853ba88a849ccbfccd01", + "integrations.folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.host_label": "c2ca16d048ec66e04bca283eab048ec2", + "integrations.imap_settings": "843e97135e944cb94bb8b093df276dd4", + "integrations.not_connected": "b403a9ec06f9d789e61767465af7f210", + "integrations.page_title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.password_label": "dc647eb65e6711e155375218212b3964", + "integrations.port_label": "60aaf44d4b562252c04db7f98497e9aa", + "integrations.title": "e01aecb528730f3bfe10f9d57f1317bf", + "integrations.username_label": "f6039d44b29456b20f8f373155ae4973", + "language.bg": "8c6b43bd0d061f9afd54b96c75f566d8", + "language.ca": "a921a31d056d8e0300f43192e368a3a4", + "language.change_success": "82d55acec537c9316bb2c8257d27762d", + "language.changed": "82d55acec537c9316bb2c8257d27762d", + "language.cs": "564e8371984b4d5d1f594a5c17688fec", + "language.da": "cdfe453db1377572731d156bf9cd2fce", + "language.de": "8f0ca2185f684aa4edeae4b25a65239b", + "language.el": "7e662c88ec8adfe86de5dcfc728c4c2d", + "language.en": "78463a384a5aa4fad5fa73e2f506ecfc", + "language.es": "de92bbe05815c4eb756acb5897baa99c", + "language.et": "e782a53c11b23009276d6f78b6883580", + "language.fi": "c331c6852ab45365c4eaef7e87121d80", + "language.fr": "e0545693906575b04aa1650abd60faba", + "language.ga": "5ab89108d483362e189ccc6e06136e07", + "language.hr": "e90f3ce3015f2d9f7176258215baab69", + "language.hu": "7f2f7452763ed1284e92d2528c2a0f56", + "language.is": "210e9f66aa3aa58c96ba42a7e02d6dff", + "language.it": "ff46e55c1733301a04c67c3934180a99", + "language.lb": "40575e7003fb453fcf392cfccf85ab73", + "language.lt": "9399d4680a01552fe414f691ad83c31c", + "language.lv": "a5261d1978b788a0fd1ab820215caefa", + "language.nb": "64435a0abd1ab6bcf0375f5c918b43b3", + "language.nl": "dea2dcc2d6d633e6a3d2a93ed23aa903", + "language.pl": "d0033788e612a4e0646c261eba804fb6", + "language.pt": "10fef620608967668bce27dc9ab6fe8e", + "language.ro": "274b5c6deb09902c9ac6facefba5a012", + "language.ru": "a5c072fa947c0f5677a599b14f3fd48c", + "language.selector": "4994a8ffeba4ac3140beb89e8d41f174", + "language.selector_label": "653777801f96237326d65205bc9129e3", + "language.sk": "05fe4648c0d9e0df21036654f7c5b68c", + "language.sl": "1d5d7338ee1acd7e404e129703d24894", + "language.sv": "905bd3465e945f776a704e98677a09d8", + "language.tr": "299adc59f3d9a0a7f04e21d372df8888", + "language.uk": "e1c319e56cddb033e36ac4c1c92fc996", + "language.zh": "a7bac2239fcdcb3a067903d8077c4a07", + "nav.about": "8f7f4c1ce7a4f933663d10543562b096", + "nav.admin": "e3afed0047b08059d0fada10f400c1e5", + "nav.admin.audit_logs": "e5655bd1d068da83cc0d36505b482b2d", + "nav.admin.backups": "1414cdc093d39dd56d0b0d20049e17fc", + "nav.admin.plans": "6956cc1de059bbd65d8454842d240841", + "nav.admin.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.admin.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.admin_actions": "707faa16150dc27911a35bdf67ba99d8", + "nav.admin_menu": "eb6646600ce592f92a2dc2fdf0e5ac7a", + "nav.api_docs": "2f141e5a5a07ac3d7d7d6655d3543211", + "nav.api_tokens": "e817bb1f19af0d69b7472e85d7f9f97a", + "nav.backup_restore": "dec5d05d1f6c846cbe18369f4d6cb486", + "nav.credentials": "2daf1cb573c2c61422faf64610cf9402", + "nav.dark_mode": "51b5e76089f5da04cf725ec11b16716d", + "nav.dashboard": "2938c7f7e560ed972f8a4f68e80ff834", + "nav.developer_docs": "45985134517ac5cae76fc19bd61836f6", + "nav.duplicates": "763275034b3bde5ad4f0fb074a35e741", + "nav.file_manager": "a8abecb2d83f9a0006cdcb8e4669ce25", + "nav.files": "91f3a2c0e4424c87689525da44c4db11", + "nav.help": "6a26f548831e6a8c26bfbbd9f6ec61e0", + "nav.help_center": "efdaf9f44ce968366fa78277263abc1d", + "nav.imap": "0baa2f772ba291070d7a400aecedf39f", + "nav.integrations": "e01aecb528730f3bfe10f9d57f1317bf", + "nav.light_mode": "370104a87f84d72ef9a9a525fc3296fb", + "nav.login": "3bbbad631029e3575da7a151bba4f37c", + "nav.logout": "b0c2b25b3312c7a32d7aa9d701b6ae1d", + "nav.main_navigation": "807ef262ee6473b75b97d3e58d2ac848", + "nav.notifications": "a274f4d4670213a9045ce258c6c56b80", + "nav.open_main_menu": "3fa5c62ac402ef48e485270d8a5ec430", + "nav.pipelines": "414a8ddf993e2641bf90821f28fb0d9a", + "nav.plan_designer": "cdf543dd7aec491b30cb4928599754dd", + "nav.pricing": "e22ac25b066b201473de7aa700ef5d92", + "nav.profile": "cce99c598cfdb9773ab041d54c3d973a", + "nav.queue": "722ad2d05ecf4868b00c5484b82fd808", + "nav.queue_monitor": "da2efff2d8f1035978165035b48d286e", + "nav.scheduled_jobs": "267b35bc70edf41bbfcf95b8a141315d", + "nav.search": "13348442cc6a27032d2b4aa28b75a5d3", + "nav.settings": "f4f70727dc34561dfde1a3c529b6205c", + "nav.shared_links": "ac26bb00fdc0c635ace387a887349ac7", + "nav.signup": "d67850bd126f070221dcfd5fa6317043", + "nav.similarity": "a9dea78180588431ec64d6bc4872fdbc", + "nav.skip_to_content": "cc367b544fab23df0ddaf982fb1445b5", + "nav.status": "ec53a8c4f07baed5d8825072c89799be", + "nav.subscription": "787ad0b7a17de4ad6b1711bbf8d79fcb", + "nav.toggle_dark_mode": "d45ce7deebd25a140dbea6b7a91017cf", + "nav.toggle_nav": "10052260fb8b24ba036cc8ed91ec75b3", + "nav.upload": "91412465ea9169dfd901dd5e7c96dd99", + "nav.users": "f9aae5fda8d810a29f12d1e61b4ab25f", + "nav.version": "1cd889042b231273edc13f0c5287c443", + "notifications.filter_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "notifications.filter_read": "358388857b3167886e81189ce45f87ef", + "notifications.filter_unread": "1fa277648e9855dc073699d7fea88a6d", + "notifications.manage_desc": "8be7cad2f5a6c214ca4c97507f4be932", + "notifications.mark_all_read": "104331d8d5cfae771ebbc502bd82b3f2", + "notifications.mark_all_read_btn": "2aa06b32c64bcfff2ccf9ca6b0f97b6b", + "notifications.mark_read": "0bda45b46639e2e9bd0657cf0de7f513", + "notifications.no_notifications": "6b7245c98e136fe9fd07bb839213075b", + "notifications.page_title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.tab_inbox": "3882d32c66e7e768145ecd8f104b0c08", + "notifications.tab_settings": "f4f70727dc34561dfde1a3c529b6205c", + "notifications.title": "a274f4d4670213a9045ce258c6c56b80", + "notifications.unread_count": "e2aefc2b675c15a2c094de7d3ab9a942", + "pipelines.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "pipelines.add_step_btn": "2a9b9ff9a9a2a9d64e37c771c6e07d4e", + "pipelines.create": "364b761ad462a93f1b2a992b077459b8", + "pipelines.custom_label_label": "91e23f92acf00ad0c0a49d05a0412473", + "pipelines.default_label": "7a1920d61156abc05a60135aefe8bc67", + "pipelines.description_label": "b5a7adde1af5c87d7fd797b6245c2a39", + "pipelines.description_placeholder": "d196d2d9eabf91ef41cefbbd14bcd183", + "pipelines.disabled_label": "b9f5c797ebbf55adccdd8539a65a0241", + "pipelines.edit": "0ca3bb0ee307606ca7353ccaf4333076", + "pipelines.empty_state": "af4a58a42967b692661911ad552a465c", + "pipelines.empty_state_hint": "89104ee38b2017fcb1022cb72649a7ec", + "pipelines.enabled_label": "00d23a76e43b46dae9ec7aa9dcbebb32", + "pipelines.force_cloud_ocr_label": "504446f9c6217c7cd718a96bd9fa618a", + "pipelines.inactive_label": "3cab03c00dbd11bc3569afa0748013f0", + "pipelines.loading": "217170645ffc2edc20d5b54730934952", + "pipelines.name_placeholder": "0bea693f0eee88261b1f8be746d61a47", + "pipelines.new_pipeline_btn": "b95f5d2f68dca6a7c549581cc01c3a7f", + "pipelines.no_steps": "ded8aae575726e8be99df31636e78eb2", + "pipelines.ocr_auto": "11d1fb471cd971f4375b826e4cb943fb", + "pipelines.ocr_language_hint": "8402a0cbede251b7019f6fad50cce85e", + "pipelines.ocr_language_label": "ef51917c234d30f23b56bc9fb9c3a22d", + "pipelines.optional_suffix": "f53d1cd25e03173ba9eaa4e493636769", + "pipelines.page_title": "44a0163f1598b29bcc53c1399054e55d", + "pipelines.set_default": "5d577838f9b3604aeed48a93d0c6fa69", + "pipelines.step_label_placeholder": "ee7101e76d91e93f64d8059f85b546c5", + "pipelines.step_type_label": "b1cde75e12a4bae53ff49d3bf8625b27", + "pipelines.subtitle_intro": "af8061ff0977a15e7317f37160359f81", + "pipelines.subtitle_system_post": "f0a1fdac1650b1bff1f1a1423edcff0c", + "pipelines.subtitle_system_pre": "86f2326fe7d0873ce931455971345615", + "pipelines.system_label": "a45da96d0bf6575970f2d27af22be28a", + "pipelines.system_pipeline_label": "413f5c819c828513114c5e11c9411b44", + "pipelines.title": "44a0163f1598b29bcc53c1399054e55d", + "queue.active_tasks": "5c0a2c1c140ed9025e821be3bbe12fd2", + "queue.auto_refresh_1": "e6388cb02e400e81e577d585f4d893d4", + "queue.auto_refresh_2": "783e8e29e6a8c3e22baa58a19420eb4f", + "queue.col_arguments": "d637f66d25c9ff757bed6f168c73856e", + "queue.col_current_step": "b53a3f772b0b82055316720fbe252780", + "queue.col_file": "0b27918290ff5323bea1e3b78a9cf04e", + "queue.col_files": "91f3a2c0e4424c87689525da44c4db11", + "queue.col_queue": "722ad2d05ecf4868b00c5484b82fd808", + "queue.col_state": "46a2a41cc6e552044816a2d04634545d", + "queue.col_task": "eaeb30f9f18e0c50b178676f3eaef45f", + "queue.col_task_id": "6a47487a81b96f01f075c7db85c578f9", + "queue.files_processing": "027e41dee45c47947fef04672bd11059", + "queue.heading": "da2efff2d8f1035978165035b48d286e", + "queue.last_updated": "415e32b1378ae1136a9b0d236c6f6c60", + "queue.loading_stats": "c6a2e486b269963a00dc05d0a035f27e", + "queue.no_active_tasks": "166478cca26ebfc7d36f1acbe7913a1a", + "queue.no_data": "42a7b2626eae970122e01f65af2f5092", + "queue.no_files_processing": "ab3044bd16c090a76faf0c5a8cdde464", + "queue.page_title": "da2efff2d8f1035978165035b48d286e", + "queue.processing_pipeline": "5847e086d05828c7673bda9129df5c02", + "queue.queued_tasks": "2f6e427142efd89cc1669805cb048b1a", + "queue.recently_processing": "9104e2fe272d80f8064b1cac0aefbf72", + "queue.redis_queues": "797ff3dc7187685088961e2168ae7cff", + "queue.subtitle": "c73a587945c68aa67e0614d8fddbd3e4", + "queue.workers_online": "ddd0ed6920214d148beab636ad32bbe2", + "search.button": "13348442cc6a27032d2b4aa28b75a5d3", + "search.error_message": "ae216f3b694529397d0424a3dd983fd6", + "search.filter_aria_clear": "cfc6394877db7aadf8eb04ab0017c681", + "search.filter_clear_button": "ccba2fb2d85dab2459f8e8d20a28f468", + "search.filter_date_from": "4777bbe3c06c7939e97101b4589ba1eb", + "search.filter_date_to": "d24e4fa285c1eab355817ed6c38ec1bd", + "search.filter_document_type": "4f67fe16b274bf31a67539fbedb8f8d3", + "search.filter_document_type_placeholder": "64af2e8f68679d4591db17f71cd03ad0", + "search.filter_language": "4994a8ffeba4ac3140beb89e8d41f174", + "search.filter_language_placeholder": "22483b06201d783431cfada70bc74114", + "search.filter_sender": "8aace3ec18d83874d22850b7eee93c7d", + "search.filter_sender_placeholder": "6017033d3bf9252d493cc12275e6bc46", + "search.filter_tags": "189f63f277cd73395561651753563065", + "search.filter_tags_placeholder": "1e43f5672eb40616653c11d5b2ce567c", + "search.filter_text_quality": "c106a77e73a5ab114e61932480e65650", + "search.filter_text_quality_all": "b1c94ca2fbc3e78fc30069c8d0f01680", + "search.filter_text_quality_high": "655d20c1ca69519ca647684edbb2db35", + "search.filter_text_quality_low": "28d0edd045e05cf5af64e35ae0c4c6ef", + "search.filter_text_quality_medium": "87f8a6ab85c9ced3702b4ea641ad4bb5", + "search.filter_text_quality_no_text": "52e10a4d25872ee7be656d15b503be23", + "search.heading": "f3e2cad0df8ee58e8bae2b34a1077e50", + "search.input_aria_label": "04c994b0f8a40ea2494ad5470c145027", + "search.input_placeholder": "53df72c417cb998f33d6373ad6c3dee2", + "search.loading_indicator": "1f682bf76b60e5ababda381d4fe0685b", + "search.no_results": "e576c23d915755d83e2d1f47bd9f6c22", + "search.page_title": "86c8b58cc7d2a601e0d60f2134ff5432", + "search.placeholder": "ffd616c5102453d89d456ab2a8a8665a", + "search.result_empty": "9278814ca7973eb9d1a0b371f6200350", + "search.results_count": "56a5958f7a3a12d73a8524c5af8d3cf8", + "search.saved_aria_save": "30034394e68cbab9d7049c7877efc214", + "search.saved_button": "9afa497f63264b531927405cbde02eac", + "search.saved_empty": "91cf5536eaae103e79edaa832af6fff9", + "search.saved_error": "5f564853c6f0f53f431b80bb20fd8da8", + "search.saved_label": "e804ac99d8e193e9d3e3437979ce7bdf", + "search.saved_loading": "8524de963f07201e5c086830d370797f", + "search.title": "86c8b58cc7d2a601e0d60f2134ff5432", + "settings.audit_log_btn": "5b2421f0f47e513e94c6256ebedcfef1", + "settings.autocomplete_hint": "21b7225006df5a69b71398115ceb99b2", + "settings.autocomplete_no_matches": "d67bc24478ebbd5991ebd9082e53c46e", + "settings.autocomplete_placeholder": "1da2f1ddd1ed4d56568ee7ec1e753fcd", + "settings.boolean_enable_prefix": "2faec1f9f8cc7f8f40d521c4dd574f49", + "settings.categories_aria": "c2e29d1691bd30f29dcdbe96865baa0e", + "settings.categories_heading": "af1b98adf7f686b84cd0b443e022b7a0", + "settings.db_wizard_btn": "0a67de696ee7ef1f8ba0edfcd974a7e6", + "settings.effective_value_label": "b2fcc1e001823a7645637988a2a392df", + "settings.encrypted_suffix": "e43cf597a7ed1b4752836be3b115b304", + "settings.encrypted_title": "fa8a3f78fc3e5d8dfb0ef4254b5971a0", + "settings.export_btn": "0095a9fa74d1713e43e370a7d7846224", + "settings.export_db_only": "29fc819a7b49fe8985e9b113a54591cb", + "settings.export_full_config": "98b70d9b58cbf18036185240b099d46b", + "settings.jump_to_category": "ad811c1c0c16ed019a83f14cfd0b0472", + "settings.manage_config_prefix": "b677c5478d32caf9312b24c72a12ce1c", + "settings.model_picker_hint": "dbbcd75b8ef6137490f782986fead62c", + "settings.model_picker_placeholder": "5e92a21e5e2835d31da8cc573d4cd825", + "settings.no_results_clear": "8b8be799bbc804ddd90985798229810f", + "settings.no_results_heading": "77cc7f8bb8ba2aa1942a60a6943ce5e5", + "settings.no_results_hint": "dc7fb4422e261eaa9b26d033e153fdc6", + "settings.page_heading": "d5b084b03b5aab3967861dd719a68968", + "settings.required_label": "9bfb6e6af6e6793bfa9387e728187c87", + "settings.reset_confirm": "06eb68131081a75f34d9d9fe78809446", + "settings.restart_required_suffix": "dbb7f9c5541a74cb859c17109d5a4201", + "settings.revert_btn": "863e7557c1861cd9db8db72639c85391", + "settings.revert_title": "9045985f9765dd12a292bbf547a64358", + "settings.reverting": "3bd34f79af7f315c690936446eb9ef4a", + "settings.save_all_btn": "7649a6ec47c15923c8b1dbb5ce774f8f", + "settings.save_error": "559262bef68e7070cb96febd2e1d9f66", + "settings.save_setting_title": "d2ce8fd363ac4deaa9a43704c2bc4027", + "settings.save_success": "938b37c3229499efa9e53b74ba241058", + "settings.saving_state": "eedf6b8bfc83284c3294ec4b38188e8a", + "settings.search_aria_label": "56b8de19627fe176e32252c6f176c945", + "settings.search_clear_aria": "9983381c21069a3d6e4432e0aaea0079", + "settings.search_placeholder": "52b30ebd2619f33f61469e5560932383", + "settings.settings_count_suffix": "2e5d8aa3dfa8ef34ca5131d20f9dad51", + "settings.source_db_badge": "0a5a4d7386065c6c6ac19c303768c7e1", + "settings.source_default_badge": "5b39c8b553c821e7cddc6da64b5bd2ee", + "settings.source_env_badge": "84b2faa3b60428ae499f9c6672c1123d", + "settings.title": "f4f70727dc34561dfde1a3c529b6205c", + "settings.toggle_visibility_aria": "60e1b286e41468a026b9d743c0012ed6", + "settings.toggle_visibility_title": "c11f510c661517b5fee2fbb975edc82f", + "settings.user_autocomplete_empty": "d8bfef716fcd6d0a843b311555dbd83b", + "settings.user_autocomplete_hint": "c9d1dcc5d48e6e0c1e00f946e1936aea", + "settings.user_autocomplete_placeholder": "feee620c5faaf4f2bc8dca73f8d66f4e", + "settings.wizard_btn": "5af874093e5efcbaeb4377b84c5f2ec5", + "shared.col_expiry": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.col_file_label": "cdedfd813996395e62fb42406773f962", + "shared.col_link": "97e7c9a7d06eac006a28bf05467fcc8b", + "shared.col_views": "ed4832a84ee072b00a6740f657183598", + "shared.copy_link_aria": "217ec5cc4b0107a0d55bfb540fe71e17", + "shared.copy_link_title": "b75833669968adbef634495636e3fe50", + "shared.create_btn": "e6ae269f5cb324e453f30997ca5df6c0", + "shared.create_heading": "bf89a0170726f54f481a50444dd54bd4", + "shared.creating": "8c4f121ceb8c4b814d99921aa7776314", + "shared.expiry_12h": "a32d6f77b4cd387776263c94eaaa52ff", + "shared.expiry_14d": "0e92d2ae86e7d3e8eece27b399af6ea3", + "shared.expiry_1h": "72ab9d0304d3e84c6aa2dd15eda282f2", + "shared.expiry_24h": "15f7550662c74cd2bee3476d60466373", + "shared.expiry_30d": "947d8520f04473da621f2718138f3bc6", + "shared.expiry_3d": "45fe0d3293152fa29cf10ef8a3c1871d", + "shared.expiry_6h": "88f1efb29dc20c4b7c6ae2653b3f778c", + "shared.expiry_7d": "cb8f14fd3a41cfe1236a3c6b90077ca0", + "shared.expiry_label": "ad7a5dccbb87e6c4be1cfd32954711fc", + "shared.expiry_never": "6e7b34fa59e1bd229b207892956dc41c", + "shared.file_id_help_post": "3617593ee22c01a63b587f2d8efa06be", + "shared.file_id_help_pre": "a87152aceaae619e218e455fad5e1016", + "shared.file_id_label": "dca2936bfdbe4c533d75e2fd15d41b16", + "shared.file_id_placeholder": "dbb5bbf8fe78efbb841c65ebce3916be", + "shared.files_link": "91f3a2c0e4424c87689525da44c4db11", + "shared.heading": "ac26bb00fdc0c635ace387a887349ac7", + "shared.label_label": "b021df6aac4654c454f46c77646e745f", + "shared.label_placeholder": "aa92160b87eff3cb32579e5643c92e30", + "shared.link_created": "64d2083de310202638563b2cf407daeb", + "shared.link_created_help": "692ff60e355ff9eb74efe5a88b8e8724", + "shared.links_count_aria": "8d4074be4c5b2556212dbb50f1f78ede", + "shared.max_downloads_label": "c9d3f3e7c61800d1fb72bf155948c6f5", + "shared.no_links": "426aec81ec7ed6e0eb8171d2fc93a7fc", + "shared.open_in_new_tab": "3a39eb38e879f66d1c57dedd478272da", + "shared.open_link_aria": "26a35522b2d842a5f24f0e8d604c9da6", + "shared.optional": "f53d1cd25e03173ba9eaa4e493636769", + "shared.page_title": "3e37d7d76a639ed7fbd6fa2e558c5ab5", + "shared.password_label": "dc647eb65e6711e155375218212b3964", + "shared.password_placeholder": "106ddde18f93bc1ed338dccb54d1e6fd", + "shared.password_protected": "7aa025f6e74bac2cf484b03f7b013ab6", + "shared.refresh_aria": "44d76bf5e3e72dc53594147ad85194d9", + "shared.revoke_aria_prefix": "af423e9d76c639b1cbfee4b3014b75cb", + "shared.revoke_btn": "21313f76b111bc0df501bf89fc96ba46", + "shared.status_active": "4d3d769b812b6faa6b76e1a8abaece2d", + "shared.status_expired": "24fe48030f7d3097d5882535b04c3fa8", + "shared.status_limit_reached": "8c48abffae0c09db432ba70243d49e34", + "shared.status_revoked": "efb216eb79453b9aab85cee34f38c055", + "shared.subtitle": "3331119985d7c81c439d04ce17b662df", + "shared.table_aria": "46611d8c0ec02ddea3e5aef2e294b82b", + "shared.unlimited_placeholder": "545f6c2f382c04810103b3e5e6f7d841", + "shared.your_links": "c2a38ac57514484bde92331a9a659889", + "similarity.backfill_auto": "1dbcd04fdc40b11eb1997e4b38e5fdb8", + "similarity.files_missing_text": "9c869caf786aebb5c6c99bd95fbf360e", + "similarity.find_pairs_btn": "fee4c37dab13bbea94949c7ba2f8c01f", + "similarity.heading": "95fcc15df3588a7f0965fe8da8ae2586", + "similarity.load_error": "01b7a21dbc823fc4e75b39c572f7070b", + "similarity.min_similarity_label": "2af19c650753248b0f396f03c524f2f5", + "similarity.no_pairs_detail": "9f6208844f1a3663b45e19b293d60c87", + "similarity.no_pairs_heading": "92e1e014ffdf29bd5e3d830c6ac15a4a", + "similarity.page_title": "7693d13979ae77f0faa0697269a429b2", + "similarity.pagination_aria": "4d8c62ec3dbdac843cc25cd0415e0a19", + "similarity.per_page_label": "4dc23b29ac04ff8a10ee727ebf8f9560", + "similarity.scanning": "360dd78d2a877c41af8b328defd20bc9", + "similarity.stat_embedding_model": "7760493c0334a8f2280b6cb69b0c10a3", + "similarity.stat_missing_embedding": "f32f7437f35b80de168735689c67a9ee", + "similarity.stat_total_files": "de51e1ad20f776c6d5df61c6e2922c60", + "similarity.stat_with_embedding": "8bfe25087356e20f453bca6b90de4e9c", + "similarity.subtitle": "ad07960f529216a03dcb710a1337aa4d", + "similarity.trigger_aria": "e55c58dfaf7372ce8c30807337243feb", + "similarity.trigger_now": "49348ee523a80b72a004a6a046428e0d", + "status.app_version": "c1cb9f3bffbeb5072797b0c34546f59f", + "status.build_date": "151582c96f94bb4bb80666bd25948734", + "status.container_id": "183f864109a8a25e7ec4e24e110c82c0", + "status.git_commit": "12b5b44b0c77cfe54f290452422c1fee", + "status.last_check": "b69c545e81ae20ea472c7cd426d5ad6d", + "status.page_title": "a9e34613220d48ec090f93df75f8ae25", + "status.setting_label": "51ac4bf63a0c6a9cefa7ba69b4154ef1", + "status.value_label": "689202409e48743b914713f96d93947c", + "upload.browse_button": "6b19fc3d5e07bf4051873e59b536ce85", + "upload.button_processing": "21d104a54fc71a19a325c7305327f1d2", + "upload.camera_button": "e7a0a8d319d6c2c1b80e06b220235e3e", + "upload.download_button": "e7078b1f4977d9f975e64cdb22fe6056", + "upload.downloading": "d4d613cc5c88bde6d1e412e4ef7b6785", + "upload.drag_drop": "a628eac6a3933bb16a2964275651afdd", + "upload.drop_hint_desktop": "fcf4baa1aa3a21a84a507e79e2a9a855", + "upload.drop_hint_mobile": "98f587487d4eb0c0b234207d3fdecf2f", + "upload.drop_zone_aria": "f2cb45881b498027a8566c6eac6d24ff", + "upload.error": "299cb00a7a52f5147beda49090e08541", + "upload.error_invalid_url": "271177b03cb7fac355dfa12aca9be618", + "upload.error_url_required": "ca76d1582af0e8de00024379c4f39f13", + "upload.file_size_hint": "346afd11700ab71012a44f2f3394ea18", + "upload.file_types": "9ce2834930d5f138ae85c1f422825f2d", + "upload.filename_description": "ecbab19d44f52ad6f2e3faf490a8bd43", + "upload.filename_label": "61f37f7541df45d091481987c451a14d", + "upload.filename_placeholder": "b2a749db572db084cdfa90dbeff110c2", + "upload.max_size": "3e0d2873e2ab0be16ff506a0c7106c4c", + "upload.page_title": "b9e3f1ba171b47de3af8b63e6a7b549a", + "upload.section_device": "df61e31ce965c04b5924209273bfca12", + "upload.section_url": "c9f932630c494a829cf659afd8efbd8f", + "upload.select_file": "1aa14e9f377b528b5537d70fbd35c6a2", + "upload.success": "40070e1f0867f97db0fa33039fae2063", + "upload.title": "523c9b00a728a0dad486e9fdcedc716c", + "upload.uploading": "f2870421907fa4e9e9c6fbe349234ecf", + "upload.url_description": "a4618f88086c99a672e5e3639be1bb52", + "upload.url_label": "b3d2db69feecaedff30f1e0bc60206d6", + "upload.url_placeholder": "a0d8a1a70dd67f61891011153c266c02", + "language.no_results": "c502a81d014d66956e85d1b851f505a1", + "language.search_placeholder": "7e9533a58c0a0f4edf8ab684ff08da14", + "index.processing_stats": "1aa9aea3cc473c4e9084d83f2882211b", + "index.stat_files_ocr": "d213b2171fd94382dfada0c3f6fd1f4b", + "index.stat_this_month": "96165d6df5c2fc0a2d2049848c130c1c", + "index.stat_today": "1dd1c5fb7f25cd41b291d43a89e3aefd", + "index.stat_total_processed": "62254d997166385f7e04171d9719a4dc", + "help.faq_5_a_post": "3917183023f14885420ee79881e5826c", + "help.faq_5_a_pre": "380fcf52b8347ddf88230643aef35f8c", + "help.ingestion_curl": "d00bd1946b42c59fbb573a9acc046a5e", + "help.ingestion_curl_desc": "d8f51ed29574c32d55ec4d343b147f38", + "help.ingestion_heading": "68d296650e44ce690b3e0128eb9d536d", + "help.ingestion_mobile": "f7f37c149c1687f2b6817b49f47fcf78", + "help.ingestion_mobile_desc": "af4a463c76efc5847c55c0a62add2365", + "help.ingestion_scanners": "0f0eb3771f304aa02fcdf7a8fc331e55", + "help.ingestion_scanners_desc": "7573f0f2d38c3f1b193a309d64edc3e7", + "help.ingestion_watched_folders": "f32619adac0692e036b3d4d688ad2d69", + "help.ingestion_watched_folders_desc": "0d2f657f1235c213a7fc8ae1ae24f02b", + "help.ingestion_zapier": "87982937bba860e2ea4f90750314e79d", + "help.ingestion_zapier_desc": "062df5b17bb94dfc7d376eb6149bb978", + "help.meta_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.og_description": "abe56750a692ae419e81ad4fdab8a4a2", + "help.quickstart_storage_desc_full": "35f73b93c05d996ee00c11784573065a", + "help.sources_scanner_desc_full": "c80499a6be9893e9dd446163c6546aef", + "help.support_live_chat": "bb59407dcfd50953d7cd272cfe943d16", + "help.support_ticket_desc": "29fefd27895e5238342872d22c810a5d", + "help.workflows_step_1_full": "56312cfa9fe5ea1d5f96061c36b680db", + "help.workflows_step_2_full": "d1faaaec625c39486ae554a3fed1c395", + "help.workflows_step_3_full": "96a3505966561a4a63ce8411dfc257d8", + "common.avatar": "32036005d1f6ed59803ba3e13c80993e", + "common.paused": "e99180abf47a8b3a856e0bcb2656990a", + "common.test": "0cbc6611f5540bd0809a388dc95a615b", + "common.test_connection": "49ab5aaeb16e40d2787f6cc6532c99a3", + "common.update": "06933067aafd48425d67bcb01bba5cb6", + "integrations.access_key_label": "4356e9a17ebe7a998ccdd7941ded0b31", + "integrations.active_label": "4d3d769b812b6faa6b76e1a8abaece2d", + "integrations.add_button": "9c354017f4524d81507609e823755f27", + "integrations.add_first_button": "7e1bde964c7a5145263fbb6289511d0a", + "integrations.api_token_label": "5161b4f9ce9a8b7d966e8bf3c049f6f3", + "integrations.authorize_btn": "7f83df9cd29577d544efd9ff66d7118a", + "integrations.authorize_reauth": "09355caccbfd1a33f8c501e63d85463d", + "integrations.bucket_label": "30edf70db68aa84f05d3e72326807b0c", + "integrations.connection_failed": "1be415f041c0d8f2e10093a7b4236694", + "integrations.connection_success": "3956a19a769b2ba5e4c32b6fdd915675", + "integrations.delete_confirm_are_you_sure": "05fd7d5b9c8aa44117e13d22445b42ee", + "integrations.delete_confirm_title": "ba8c138eb4f0579ca1928c3c4be24aab", + "integrations.delete_confirm_undone": "36fbfc01d63e4b57d18991077535c6e0", + "integrations.delete_emails_label": "3a85b8c376abc70f54c9b0b2c4cef9eb", + "integrations.delete_files_label": "da73f3e523af264d44403267dc2b19f0", + "integrations.destinations_quota_label": "7ee97b9f6507bf24f694a1ac70d60ff7", + "integrations.destinations_section": "201376a014eb6075e874622eab261986", + "integrations.direction_destination": "067e042cb74b8855b220f8c64dfea2d1", + "integrations.direction_label": "02674a4ef33e11c879283629996c8ff8", + "integrations.direction_placeholder": "1f94f43b5a173fe4c21f68ed0be78a89", + "integrations.direction_source": "7994c20f0778dad6747010328ebf854c", + "integrations.email_settings": "50f30664a05ba6586049afbb4efd71e8", + "integrations.endpoint_label": "714291c763b00d3e9897bf8138ee0be8", + "integrations.endpoint_optional": "ac447e27451f074f8feca87937f0fe76", + "integrations.folder_optional": "f53d1cd25e03173ba9eaa4e493636769", + "integrations.folder_path_label": "826220bbef78015fab3f63433b8b4b02", + "integrations.folder_prefix_label": "24f9c6df0b76f5f2736412994aa6dc38", + "integrations.generic_settings_hint": "b6103795f76a7c2308f6d7bc7616d07b", + "integrations.gmail_hint": "4a29f0c8f7d2b6e553748d646e9302bf", + "integrations.gmail_labels": "0a03efd2921f6704271dec2229cd807d", + "integrations.loading": "cac9d4cd9cd7a3f2081b70e55dd10f4a", + "integrations.modal_close": "a207156441696adc18b8e6c91ea76742", + "integrations.modal_title_add": "9c354017f4524d81507609e823755f27", + "integrations.modal_title_edit": "5ba2dba98685be4dfa1d472384ba531c", + "integrations.name_label": "b021df6aac4654c454f46c77646e745f", + "integrations.name_placeholder": "ecff00f45fdde57b44e299b4edc40494", + "integrations.nextcloud_settings": "0db2eaf7da7a6a5450f126361eb6204c", + "integrations.nextcloud_url_label": "0339ad4d0842754da32805e7dc94cf3f", + "integrations.no_integrations_body": "15e9907541dada0661c2d41936a33b92", + "integrations.oauth_folder_label": "b0f2b97dc5d2b76b26e040408bb1d8af", + "integrations.oauth_hint": "cd9f2cd62d8e385a0f64d49325d42023", + "integrations.paperless_settings": "9825706ca7b084e3e7b37dd75f4754da", + "integrations.paused": "e99180abf47a8b3a856e0bcb2656990a", + "integrations.plan_label": "6ba41f2a510daab21fa4ef6f3f946b52", + "integrations.quota_not_available": "a345b1e45b66612a5c77c8800d0860ee", + "integrations.quota_unlimited": "4864dd7691a71543955737d075e9c97b", + "integrations.recipient_label": "4b32063f8fdf6d10ae2da5345d06c76c", + "integrations.region_label": "f447ac856e7e72435904956e3b15f433", + "integrations.remote_path_label": "94911122e36e42c75fe4bb5520607f64", + "integrations.s3_prefix_label": "553bb37665cae9d74869e007d5b0b690", + "integrations.s3_settings": "b7ad0b63f675cd0c154a9760674d2974", + "integrations.secret_key_label": "dd3e3ce4a46ce581c8a9c659187f78ba", + "integrations.show_password": "a1cc7ba89ca3016cf59d7c31506a9681", + "integrations.show_secrets": "4134c58f245115dc86763e6f537a1547", + "integrations.show_token": "274564cdea4302856a21c53f037989b9", + "integrations.source_local": "faa1462814d988a85fb3f09ec9a557de", + "integrations.source_type_label": "7542d658b16601e3d0c051754e8c627f", + "integrations.sources_quota_label": "1e5dd2f70e85c44f5c22c194bc25814b", + "integrations.sources_section": "fb61758d0f0fda4ba867c3d5a46c16a7", + "integrations.subtitle": "7cce82b3156d13aee78293f24a299e5a", + "integrations.type_label": "1fe52a3f4bf15801b0b3693bcb412598", + "integrations.type_placeholder": "72722d651bde8328a8a2f2c310a5e8c2", + "integrations.upgrade_plan": "9622c46ac664d07f743905654edd5f26", + "integrations.use_ssl": "29efc1c532964b2a4e4f4cf9dbd36019", + "integrations.watch_folder_settings": "5e390ee0d87cdd3a4ddff5e0ce6eed30", + "integrations.webdav_settings": "524865bad7ac063b97cccf0ca8ca50ef", + "integrations.webdav_url_label": "a06fe783ccf5d639d03769f72f718e21", + "integrations.webhook_heading": "fa416204a79cdc0c695c3711757ac395", + "integrations.webhook_how_heading": "0e0b8f6e4148c692ace8634db3d30233", + "integrations.webhook_how_text": "fb2984fb89f74c04d59b68ab274f1f1e", + "integrations.webhook_ideal_text": "2099fd6edea856e75c12e896e8ed751c", + "integrations.webhook_quick_start": "411eaaaa405899304e54dce3363a2baf", + "integrations.webhook_security_tip": "aad98741c78953278a05aee87c0a31a1", + "integrations.webhook_step1": "d3d197306650bb0772c9d7a81c11b5fd", + "integrations.webhook_upload_with_token": "cc40a74e71c92ffae20a6fe06f516035", + "nav.account_menu": "ec611e9a080157665f9225422149bbc0", + "nav.account_menu_for": "f647c6b663097c0d95a42b5cfc1c0ab6", + "nav.get_started": "e0c4332e8c13be976552a059f106354f", + "nav.my_subscription": "06168059c17dbbb6beac27bb0e081e98", + "nav.profile_settings": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "nav.sign_out": "375e08625a2c38089b9e3a60f0e68325", + "profile.avatar_alt": "40513126d5cd9ebc013b40e93251e6c7", + "profile.avatar_heading": "e787e61bb648c74b2852f03f75c224dd", + "profile.avatar_remove": "553c7279e1dacba074dd52d878281520", + "profile.avatar_upload_hint": "1df9f3d8f044c213e15f2e64f86b75a1", + "profile.choose_image": "d2ed0f44e8d838e6fe6038625a08d53e", + "profile.confirm_password": "294ec22d2c13a4ee81c753f4ca38a095", + "profile.contact_email_hint": "0b1786b52c98da17f0b038e13ce40498", + "profile.contact_email_label": "0d0e18ef15f4f834e6dac0144c686d7c", + "profile.contact_email_placeholder": "4fca794da0cf08804f99048d3c8b39c1", + "profile.current_password": "4bc28f132d571b160ba407e143915de2", + "profile.dismiss": "c8a59e7135a20b362f9c768b09454fdb", + "profile.display_name_hint": "05691336858bfe12b49ced12fe406548", + "profile.display_name_label": "b48968e1c912da07df5e8d6d246291ec", + "profile.display_name_placeholder": "17ffb6e8ee829fad84e9f0fe68794481", + "profile.general_heading": "bf1c03ecd0d85d824c36b782ed8d19d8", + "profile.gravatar_link": "1e73e8c74b49832f58065255e1de52d0", + "profile.heading": "ce1b1d88c4ca114dddcd3e0b75de4e97", + "profile.language_auto_detect": "1d37ee252fb0dfca6e652004e0dc3239", + "profile.language_hint": "4365acf4bbcac2fd8834c14875097d2b", + "profile.language_label": "5a2dea9fa4323d1d463396a2cd8a477a", + "profile.new_password": "ae3bb2a1ac61750150b606298091d38a", + "profile.new_password_hint": "1d1a38df88dcc76a89351112eda6c609", + "profile.page_title": "4b47b9945568117e23736080caec9647", + "profile.password_heading": "8f1e77e0d2be21da93cd4d9a939148f7", + "profile.preferences_heading": "d0834fcec6337785ee749c8f5464f6f6", + "profile.save_button": "f5d6040ed78ca86ddc73296a49b18510", + "profile.saving": "eedf6b8bfc83284c3294ec4b38188e8a", + "profile.subtitle": "e9671fbd19d1b606b9e017c966297241", + "profile.theme_dark": "a18366b217ebf811ad1886e4f4f865b2", + "profile.theme_hint": "844438684dc75e674012f8e3b2cd4d3b", + "profile.theme_label": "89f34f17efaaaa5d5640aec5bfa1a060", + "profile.theme_light": "9914a0ce04a7b7b6a8e39bec55064b82", + "profile.theme_system": "750ad961652a195d7297fc809c7b28ff", + "profile.update_password": "bb78dd7992509064b8044b7afe6ec9ed", + "profile.updating": "805a5e568de319f7ed3bddc6a5866d68", + "subscription.available_plans_heading": "728b71817099e2d6027dfbfc142e761d", + "subscription.back_to_dashboard": "3649f1cc1ff3c13de16eb9710f38c780", + "subscription.cancel_pending": "7e136db7e5aeab2fb82c6227f1793e04", + "subscription.cancel_scheduled": "0118d665b6d58dd3033fe4e3bf5d0309", + "subscription.contact_sales": "48b49a8deb2c96b9fc9af99649f10482", + "subscription.current_badge": "222a267cc5778206b253be35ee3ddab5", + "subscription.current_plan": "980c2958d7da9956bdd8ea473f314aa8", + "subscription.current_plan_cta": "3d5a940a7ccd5b0b908cb439001d1715", + "subscription.downgrade_to_prefix": "3f261d05c0a6d94324ef7fc7267e2613", + "subscription.features_heading": "ff0fda7570d0ff906e24ce52a737db31", + "subscription.free": "b24ce0cd392a5b0b8dedc66c25213594", + "subscription.heading": "06168059c17dbbb6beac27bb0e081e98", + "subscription.keep_plan_prefix": "02bce93bff905887ad2233110bf9c49e", + "subscription.lifetime_files": "e402d62941ba729c108a6335b082e958", + "subscription.month_files": "237819cad66278dc60840e0fccae0f45", + "subscription.more_features_label": "addec426932e71323700afa1911f8f1c", + "subscription.page_title": "e4aeeb1159c205ab7ecb15610f28992d", + "subscription.pending_badge": "2d13df6f8b5e4c5af9f87e0dc39df69d", + "subscription.pending_benefits": "4d520b40dba9d5aea25e4df7970cfb94", + "subscription.pending_on": "ed2b5c0139cec8ad2873829dc1117d50", + "subscription.pending_title": "3685c0d9e2fe1edf24b4bf7ab1f88b50", + "subscription.pending_will_change": "29abf0f79c45fab38618e3756389179f", + "subscription.per_mo": "d0f88e519ec1b79bb6f3323be7e305c7", + "subscription.per_month": "1ac4312c7f68a464862cfde0f86d2e74", + "subscription.since": "38c50b731f70abc42c8baa3e7399b413", + "subscription.single_user_body": "95b6c4026cb8f1d540e9b41144d87dc9", + "subscription.single_user_title": "f55ebb2d66511f3c2303acf0b3a81ff5", + "subscription.subtitle": "601d5f9f25b6fcacd9c0ec2810964ed6", + "subscription.this_month_label": "42c96bc06bb1079771865d7e1bb9cfdd", + "subscription.today_files": "29274abd94886420858c4b49ee3ea3c3", + "subscription.today_label": "c5e7dfaf771d423ecf59b008369021e8", + "subscription.unlimited": "545f6c2f382c04810103b3e5e6f7d841", + "subscription.upgrade_info": "af5b3ccf317ea295476d9e57a0552fef", + "subscription.upgrade_to_prefix": "4a4e41ee8f70942780b9cb1b8191c446", + "subscription.usage_heading": "c64518704ce0c0d5501a45763f464276" + } +} diff --git a/frontend/translations/uk.json b/frontend/translations/uk.json index a0d00101..90ac38ca 100644 --- a/frontend/translations/uk.json +++ b/frontend/translations/uk.json @@ -1,593 +1,700 @@ { - "about.creator_heading": "Meet the Creator", - "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_heading": "Знайомтеся з творцем", + "about.creator_name": "Крістіан Кракау-Луїс", + "about.creator_pre": "DocuElevate розробляється з пристрастю", + "about.features_admin_api": "Потужний REST API для програмного доступу", + "about.features_admin_config": "Високий рівень налаштувань через змінні середовища", + "about.features_admin_docker": "Готовий до Docker для легкого розгортання та масштабування", + "about.features_admin_heading": "Адміністрування", + "about.features_admin_oauth2": "Підтримка аутентифікації OAuth2 з Authentik", + "about.features_automation_background": "Фонове оброблення з Redis та Celery", + "about.features_automation_gmail": "Інтеграція з Gmail та загальними електронними поштовими скриньками", + "about.features_automation_heading": "Автоматизація", + "about.features_automation_imap": "Опитування IMAP поштових скриньок з кількох джерел", + "about.features_automation_ingestion": "Автоматизоване введення документів з різних джерел", + "about.features_heading": "Ключові функції", + "about.features_integration_cloud": "Хмарне зберігання: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Інтеграція та Зберігання", + "about.features_integration_multi_dest": "Підтримка кількох місць призначення (зберігайте документи в кількох місцях)", + "about.features_integration_protocols": "Протоколи передачі: FTP, SFTP, Пересилання електронної пошти", + "about.features_integration_selfhosted": "Варіанти самостійного хостингу: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Розумна класифікація документів та витягування даних", + "about.features_processing_heading": "Обробка документів", + "about.features_processing_metadata": "Автоматизоване витягування метаданих за допомогою підключуваного постачальника AI", + "about.features_processing_ocr": "OCR на базі Azure Document Intelligence", + "about.features_processing_pdf": "Конвертація PDF для різних форматів файлів через Gotenberg", + "about.features_processing_upload": "Прості та безпечні завантаження файлів з підтримкою перетягування", + "about.github_logo_alt": "Логотип GitHub", + "about.heading": "Про DocuElevate", + "about.intro_post": " – ваше сучасне, розумне рішення для обробки документів! Ми створили DocuElevate, щоб повністю трансформувати спосіб, яким ви обробляєте свої документи – від завантаження до витягування, від обробки до зберігання.", + "about.intro_pre": "Ласкаво просимо до ", + "about.involved_description": "Хочете зануритися в код, внести ідеї або дізнатися більше про DocuElevate?", + "about.involved_docs": "Читати документацію", + "about.involved_github": "Перегляньте DocuElevate на GitHub", + "about.involved_heading": "Приєднуйтесь", + "about.involved_website": "Відвідайте сайт DocuElevate", + "about.legal_description": "Ми дбаємо про вашу конфіденційність та безпеку даних. Будь ласка, перегляньте наші:", + "about.legal_heading": "Конфіденційність та юридичні питання", + "about.legal_license": "Інформація про ліцензію", + "about.legal_privacy": "Повідомлення про конфіденційність", + "about.page_title": "Про DocuElevate", + "about.story_heading": "Наша історія", + "about.story_p1": "DocuElevate було створено з однією метою: спростити та оптимізувати управління документами для всіх, незалежно від того, чи ви маленький стартап, чи велике підприємство.", + "about.story_p2": "Ми використовуємо потужність підключаемих AI постачальників (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey тощо) для витягування метаданих та вдосконалення тексту, безшовно інтегруємося з Dropbox, Nextcloud та Paperless NGX для зберігання та індексації, використовуємо Azure Document Intelligence для OCR і навіть використовуємо Gotenberg для конверсій файлів у PDF.", + "api_tokens.col_created": "Створено", + "api_tokens.col_last_ip": "Останній IP", + "api_tokens.col_last_used": "Останнє використання", + "api_tokens.col_name": "Назва", + "api_tokens.col_prefix": "Префікс токена", + "api_tokens.copy_to_clipboard": "Скопіювати токен у буфер обміну", + "api_tokens.copy_upload_example": "Скопіювати приклад завантаження у буфер обміну", + "api_tokens.copy_warning_1": "Скопіюйте цей токен зараз — він", + "api_tokens.copy_warning_2": "більше не показуватиметься", + "api_tokens.create_heading": "Створити новий токен", + "api_tokens.create_token": "Створити токен", + "api_tokens.creating": "Створюється…", + "api_tokens.heading": "API токени", + "api_tokens.intro": "Створіть особисті API токени для взаємодії з API DocuElevate програмно. Використовуйте токени для завантажень вебхуків, CI/CD процесів або будь-якого скрипта, що потребує завантаження або отримання документів.", + "api_tokens.loading_tokens": "Завантаження токенів…", + "api_tokens.never": "Ніколи", + "api_tokens.no_tokens_heading": "Ще немає API токенів", + "api_tokens.no_tokens_help": "Створіть ваш перший токен вище, щоб почати.", + "api_tokens.page_title": "API токени – DocuElevate", + "api_tokens.revoke": "Скасувати", + "api_tokens.revoke_prefix": "Скасувати токен", + "api_tokens.status_active": "Активний", + "api_tokens.status_revoked": "Скасовано", + "api_tokens.table_aria": "API токени", + "api_tokens.token_created": "Токен успішно створено!", + "api_tokens.token_name_label": "Ім'я токена", + "api_tokens.token_name_placeholder": "наприклад, CI Pipeline, Webhook Upload, My Script", + "api_tokens.usage_heading": "Приклад використання", + "api_tokens.usage_intro_post": "заголовок з будь-яким API запитом:", + "api_tokens.usage_intro_pre": "Використовуйте свій API токен у", + "api_tokens.your_tokens": "Ваші токени", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "audit.col_resource": "Ресурс", + "audit.col_timestamp": "Часова мітка", + "audit.critical": "Критично", + "audit.filter_action": "Дія", + "audit.filter_all_actions": "Всі дії", + "audit.filter_all_users": "Всі користувачі", + "audit.filter_resource_placeholder": "наприклад, документ, користувач", + "audit.filter_resource_type": "Тип ресурсу", + "audit.filter_severity": "Серйозність", + "audit.filter_user": "Користувач", + "audit.filters_section_label": "Фільтри журналу аудиту", + "audit.next": "Далі", + "audit.next_label": "Наступна сторінка", + "audit.no_events": "Поки що жодних подій аудиту не зафіксовано.", + "audit.no_events_hint": "Важливі дії (входи, операції з документами, зміни налаштувань) з'являться тут.", + "audit.page_title": "Журнали Аудиту - DocuElevate", + "audit.pagination_label": "Пагінація журналу аудиту", + "audit.prev": "Попередня", + "audit.prev_label": "Попередня сторінка", + "audit.refresh_label": "Оновити журнали аудиту", + "audit.siem_disabled_title": "Пересилання SIEM вимкнено", + "audit.siem_enabled_title": "Події пересилаються до ", + "audit.siem_off": "SIEM: Вимкнено", + "audit.subtitle": "Всеосяжний, лише додатковий запис усіх важливих дій.", + "audit.table_label": "Події журналу аудиту", + "audit.title": "Журнали Аудиту", + "auth.confirm_password": "Підтвердити пароль", + "auth.create_account": "Створити обліковий запис", + "auth.display_name_label": "Ім'я відображення", + "auth.email_label": "Електронна пошта", + "auth.forgot_password": "Забули пароль?", + "auth.forgot_username": "Забули ім'я користувача?", + "auth.login": "Увійти", + "auth.login_title": "Увійти", + "auth.logo_alt": "Логотип DocuElevate", + "auth.logout": "Вийти", + "auth.my_account": "Мій обліковий запис", + "auth.no_account": "Немає облікового запису?", + "auth.or_continue_with": "Або продовжте з", + "auth.password_label": "Пароль", + "auth.profile": "Профіль", + "auth.remember_me": "Запам'ятати мене", + "auth.return_home": "Повернутися на домашню сторінку", + "auth.sign_in": "Увійти", + "auth.sign_in_sso": "Увійти з SSO", + "auth.sign_in_with": "Увійти за допомогою", + "auth.sign_in_with_username": "Увійти за допомогою імені користувача", + "auth.signup": "Зареєструватись", + "auth.signup_title": "Зареєструватись", + "auth.username_label": "Ім'я користувача", + "auth.username_or_email": "Ім'я користувача або електронна пошта", + "auth.verify_email_back_sign_in": "Повернутися до входу", + "auth.verify_email_expiry": "Посилання дійсне протягом 24 годин. Якщо ви не бачите електронний лист, перевірте папку зі спамом.", + "auth.verify_email_heading": "Перевірте вашу пошту", + "auth.verify_email_message": "Ми надіслали вам електронний лист для підтвердження. Будь ласка, натисніть на посилання в електронному листі, щоб активувати ваш обліковий запис.", + "auth.verify_email_page_title": "DocuElevate - Підтвердіть вашу електронну пошту", + "auth.verify_email_resend_aria_label": "Електронна адреса для повторної відправки", + "auth.verify_email_resend_button": "Повторно надіслати електронний лист для підтвердження", + "auth.verify_email_resend_label": "Електронна адреса", + "auth.verify_email_resend_placeholder": "Введіть свою електронну адресу", + "auth.verify_email_resend_prompt": "Не отримали його?", + "backup.archives_heading": "Архіви резервного копіювання", + "backup.backup_now": "Резервне копіювання зараз", + "backup.clean_up": "Очистити", + "backup.cleanup_title": "Запустити очищення збереження зараз", + "backup.col_created": "Створено", + "backup.col_filename": "Ім'я файлу", + "backup.col_size": "Розмір", + "backup.col_storage": "Сховище", + "backup.col_type": "Тип", + "backup.config_auto_backup": "Авто-резервне копіювання", + "backup.config_remote_dest": "Віддалене місце призначення", + "backup.config_retention": "Збереження", + "backup.config_total_size": "Загальний локальний розмір", + "backup.confirm_btn": "Підтвердити", + "backup.confirm_title": "Підтвердити дію", + "backup.heading": "Управління резервним копіюванням", + "backup.local_only": "Тільки локально", + "backup.no_backups": "Ще немає резервних копій.", + "backup.no_backups_hint": "Натисніть Резервне копіювання зараз, щоб створити вашу першу резервну копію.", + "backup.page_title": "Управління резервним копіюванням", + "backup.records_label": "записи", + "backup.restore_btn": "Відновити", + "backup.restore_desc_mid": "архів резервного копіювання для відновлення бази даних.", + "backup.restore_desc_pre": "Завантажити", + "backup.restore_desc_warning": "Це перезапише всі поточні дані.", + "backup.restore_file_label": "Архів резервної копії (.db.gz)", + "backup.restore_heading": "Відновлення з файлу", + "backup.restoring": "Відновлення\u00002026", + "backup.retention_daily_detail": "\u0000– зберігається 3 тижні", + "backup.retention_heading": "Політика зберігання", + "backup.retention_hourly_detail": "\u0000– зберігається 4 дні", + "backup.retention_note": "Резервні копії, що виходять за межі цих обмежень, автоматично очищуються після створення кожної нової резервної копії.", + "backup.retention_weekly_detail": "\u0000– зберігається ~3 місяці", + "backup.snapshots": "снимки", + "backup.status_ok": "ок", + "backup.storage_local": "локальний", + "backup.subtitle": "Резервні копії бази даних створюються автоматично: щогодини (4 дні), щодня (3 тижні), щотижня (13 тижнів).", + "backup.table_aria": "Архіви резервних копій", + "backup.trigger_daily": "Резервне копіювання зараз (щоденно)", + "backup.trigger_hourly": "Резервне копіювання зараз (щогодини)", + "backup.trigger_weekly": "Резервне копіювання зараз (щотижня)", + "backup.type_daily": "Щоденне", + "backup.type_hourly": "Щогодинне", + "backup.type_weekly": "Щотижневе", + "billing.go_to_dashboard": "Перейти на панель приладів", + "billing.manage_subscription": "Керувати підпискою", + "billing.success_heading": "Ви успішно налаштовані!", + "billing.success_message": "Ваша підписка була активована. Дякуємо, що обрали DocuElevate!", + "billing.success_page_title": "DocuElevate - Підписка активована", + "common.actions": "Дії", + "common.active": "Активний", + "common.all": "Усі", + "common.avatar": "Аватар", + "common.back": "Назад", + "common.cancel": "Скасувати", + "common.close": "Закрити", + "common.col_pending": "Очікує", + "common.completed": "Завершено", + "common.confirm": "Підтвердити", + "common.copied": "Скопійовано!", + "common.copy": "Скопіювати", + "common.create": "Створити", + "common.created": "Створено", + "common.date": "Дата", + "common.delete": "Видалити", + "common.description": "Опис", + "common.details": "Деталі", + "common.disabled": "Вимкнено", + "common.download": "Завантажити", + "common.duplicate": "Дублювати", + "common.edit": "Редагувати", + "common.enabled": "Увімкнено", + "common.error": "Помилка", + "common.failed": "Не вдалося", + "common.filter": "Фільтр", + "common.inactive": "Неактивний", + "common.info": "Інформація", + "common.loading": "Завантаження...", + "common.name": "Ім'я", + "common.next": "Далее", + "common.next_page": "Наступна сторінка", + "common.no": "Ні", + "common.none": "Нічого", + "common.page": "Сторінка", + "common.paused": "Призупинено", + "common.pending": "В очікуванні", + "common.prev_page": "Попередня сторінка", + "common.previous": "Попередній", + "common.processing": "Обробка", + "common.refresh": "Оновити", + "common.reset": "Скинути", + "common.retry": "Спробувати знову", + "common.save": "Зберегти", + "common.search": "Шукати", + "common.select": "Вибрати", + "common.select_placeholder": "\u0014 вибрати \u0014", + "common.size": "Розмір", + "common.status": "Статус", + "common.submit": "Відправити", + "common.success": "Успіх", + "common.tags": "Теги", + "common.test": "Тест", + "common.test_connection": "Перевірка з'єднання", + "common.type": "Тип", + "common.update": "Оновити", + "common.updated": "Оновлено", + "common.upload": "Завантажити", + "common.view": "Перегляд", + "common.warning": "Попередження", + "common.yes": "Так", + "cookie.accept": "Зрозуміло", + "cookie.learn_more": "Дізнатися більше", + "cookie.message": "Цей веб-сайт використовує файли cookie для покращення вашого досвіду.", + "cookie.notice": "DocuElevate використовує лише необхідні сесійні файли cookie, які потрібні для аутентифікації та роботи служб. Жодні файли cookie для стеження чи аналітики не використовуються.", + "cookie.notice_label": "Повідомлення про файли cookie", + "cookie.policy_link": "Політика щодо файлів cookie", + "cookie.privacy_link": "Повідомлення про конфіденційність", + "credentials.col_action": "Дія", + "credentials.col_credential": "Облікові дані", + "credentials.col_source": "Джерело", + "credentials.configured": "Сконфігуровано", + "credentials.edit_in_settings": "Редагувати в налаштуваннях", + "credentials.legend_db": "Значення, збережене в базі даних (зашифровано в спокої; переважає змінну середовища)", + "credentials.legend_env_after": " файл", + "credentials.legend_env_before": "Значення з змінної середовища або ", + "credentials.legend_missing": "Облікові дані не налаштовані — інтеграція не буде працювати", + "credentials.legend_restart": "Необхідно перезавантажити, коли ці облікові дані замінюються", + "credentials.legend_title": "Легенда", + "credentials.manage_settings": "Управління налаштуваннями", + "credentials.not_configured": "Не налаштовано", + "credentials.page_title": "Аудит облікових даних - DocuElevate", + "credentials.raw_json": "Сирий JSON (API)", + "credentials.restart_title": "Необхідно перезавантажити після заміни цих облікових даних", + "credentials.source_db_title": "Збережено в базі даних (зашифровано)", + "credentials.source_env_title": "З змінної середовища", + "credentials.status_missing": "Відсутні", + "credentials.subtitle": "Огляд усіх чутливих облікових даних, які використовуються DocuElevate. Тут не показуються секретні значення — лише те, чи кожні облікові дані налаштовані і звідки вони походять.", + "credentials.table_for": "Облікові дані для", + "credentials.title": "Аудит облікових даних", + "credentials.total_credentials": "Всього облікових даних", + "dashboard.active_integrations": "Активні інтеграції", + "dashboard.files_this_month": "Файли цього місяця", + "dashboard.files_today": "Файли сьогодні", + "dashboard.ocr_processed": "OCR оброблено", + "dashboard.quick_actions": "Швидкі дії", + "dashboard.recent_activity": "Нещодавня активність", + "dashboard.storage_targets": "Цілі зберігання", + "dashboard.title": "Приладна панель", + "dashboard.total_files": "Всього файлів", + "dashboard.welcome": "Ласкаво просимо до DocuElevate", + "duplicates.file_id_label": "ID файлу", + "duplicates.file_id_placeholder": "наприклад, 42", + "duplicates.find_btn": "Знайти", + "duplicates.found_files": "знайдено дублікати файлів.", + "duplicates.found_groups": "знайдено дублікати груп з", + "duplicates.found_prefix": "Знайдено", + "duplicates.group_aria": "Дублікат групи", + "duplicates.heading": "Дублікати документів", + "duplicates.how_it_works_heading": "Як працює виявлення майже-дублювань", + "duplicates.max_results_label": "Максимум результатів", + "duplicates.near_dup_desc": "Виберіть документ, щоб перевірити, чи містять інші файли той же (або дуже схожий) контент — навіть якщо їх сканували в різний час і вони мають різні SHA-256 хеші.", + "duplicates.near_dup_heading": "Знайти майже-дублікати для документа", + "duplicates.no_exact_heading": "Точних дублікатів не знайдено", + "duplicates.page_title": "Дублікати документів - DocuElevate", + "duplicates.pagination_aria": "Пагінація", + "duplicates.role_duplicate": "Дублікат", + "duplicates.role_original": "Оригінал", + "duplicates.tab_exact": "Точні дублікати", + "duplicates.tab_near": "Знайомий помічник для майже-дублікатів", + "duplicates.tabs_aria": "Вкладки виявлення дублікатів", + "duplicates.threshold_label": "Поріг подібності", + "duplicates.view_dup_aria": "Переглянути дублікований файл", + "duplicates.view_original_aria": "Переглянути оригінальний файл", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Упс, ми не змогли знайти цю сторінку!", + "error.404_home": "Повернутися додому", + "error.404_message": "Схоже, DocuElevate втратила документ, який ви шукали. Не хвилюйтеся — ми вас підтримуємо.", + "error.404_title": "404 - Не знайдено", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Показати інформацію про налагодження", + "error.500_description": "Наші сервери зіткнулися з проблемою і потребують моменту.", + "error.500_heading": "Упс! Щось пішло не так.", + "error.500_home": "Повернутися додому", + "error.500_img_alt": "Ілюстрація помилки сервера", + "error.500_message1": "Наші сервери зіткнулися з проблемою і потребують моменту. Може, хом'яки розлили свою каву?", + "error.500_message2": "Ми вже працюємо над цим — сортуємо файли, перезавантажуємо сервери та відкалібруємо флюкс-капаcитори.", + "error.500_title": "Помилка сервера - DocuElevate", + "error.forbidden": "Заборонено", + "error.forbidden_message": "У вас немає дозволу на доступ до цієї сторінки.", + "error.not_found": "Сторінку не знайдено", + "error.not_found_message": "Сторінка, яку ви шукаєте, не існує.", + "error.server_error": "Внутрішня помилка сервера", + "error.server_error_message": "Щось пішло не так. Будь ласка, спробуйте ще раз пізніше.", + "error.unauthorized": "Неавторизовано", + "error.unauthorized_message": "Вам потрібно увійти, щоб отримати доступ до цієї сторінки.", + "files.action_delete": "Видалити файл", + "files.action_details": "Переглянути деталі", + "files.action_preview": "Швидкий перегляд", + "files.bulk_clear_selection": "Очистити вибір", + "files.bulk_cloud_ocr": "Повторно запустити Cloud OCR", + "files.bulk_delete": "Видалити вибрані", + "files.bulk_download": "Завантажити як ZIP", + "files.bulk_reprocess": "Повторно обробити вибрані", + "files.delete_modal_cancel": "Скасувати", + "files.delete_modal_confirm": "Видалити", + "files.delete_modal_message": "Ви впевнені, що хочете видалити цей файл?", + "files.delete_modal_title": "Підтвердження видалення", + "files.document_title": "Назва документа", + "files.drop_overlay_hint": "Підтримує PDF, Office документи, зображення, HTML, Markdown та інше – папки обробляються рекурсивно", + "files.drop_overlay_title": "Перетягніть файли або папки в будь-яке місце для завантаження", + "files.error_hint": "Це може бути пов'язано з проблемою конфігурації або імпорту. Будь ласка, перевірте журнали сервера.", + "files.file_size": "Розмір файлу", + "files.filename": "Назва файлу", + "files.files_selected": "вибрані файли", + "files.filter_all_providers": "Всі постачальники", + "files.filter_all_statuses": "Всі статуси", + "files.filter_all_types": "Всі типи", + "files.filter_apply": "Застосувати фільтри", + "files.filter_clear": "Очистити", + "files.filter_date_from": "Дата з", + "files.filter_date_from_aria": "Фільтрувати з дати", + "files.filter_date_to": "Дата до", + "files.filter_date_to_aria": "Фільтрувати до дати", + "files.filter_form_aria": "Фільтрувати файли", + "files.filter_mime_type": "MIME тип", + "files.filter_ocr_all": "Всі файли", + "files.filter_ocr_good": "Добра якість", + "files.filter_ocr_poor": "Погана якість", + "files.filter_ocr_quality": "Якість OCR", + "files.filter_ocr_quality_aria": "Фільтрувати за оцінкою якості OCR", + "files.filter_ocr_unchecked": "Ще не оцінено", + "files.filter_search_label": "Шукати за назвою файлу", + "files.filter_search_placeholder": "Введіть назву файлу...", + "files.filter_storage_provider": "Постачальник зберігання", + "files.filter_tags_aria": "Фільтрувати за тегами (розділеними комами)", + "files.filter_tags_placeholder": "наприклад, рахунок,amazon", + "files.fulltext_search_label": "Пошук по всьому тексту (OCR текст, метадані, теги)", + "files.fulltext_search_placeholder": "Шукати вміст документа, відправника, теги, тип...", + "files.no_files": "Файлів не знайдено", + "files.ocr_status": "Статус OCR", + "files.page_title": "Записи файлів", + "files.pagination_files": "файли", + "files.pagination_first": "Перший", + "files.pagination_last": "Останній", + "files.pagination_nav_aria": "Пагінація списку файлів", + "files.pagination_next": "Наступний", + "files.pagination_of": "з", + "files.pagination_previous": "Попередній", + "files.pagination_showing": "Показуємо", + "files.preview_modal_close": "Закрити попередній перегляд", + "files.preview_modal_title": "Попередній перегляд", + "files.queue_banner_items": "предмет(и) наразі у черзі або обробляються. Файли з'являться тут після завершення обробки.", + "files.queue_banner_link": "Переглянути чергу", + "files.saved_searches_empty": "Збережених пошуків ще немає", + "files.saved_searches_error": "Не вдалося завантажити збережені пошуки", + "files.saved_searches_label": "Збережені пошуки", + "files.saved_searches_save": "Зберегти зараз", + "files.saved_searches_save_aria": "Зберегти поточні фільтри як збережений пошук", + "files.search_results_empty": "Результатів не знайдено.", + "files.search_results_title": "Результати пошуку", + "files.status_duplicate": "Дубль", + "files.table_actions": "Дії", + "files.table_aria": "Записи файлів", + "files.table_created_at": "Створено", + "files.table_empty": "Файлів не знайдено", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", + "files.table_mime_type": "MIME тип", + "files.table_original_filename": "Оригінальна назва файлу", + "files.table_select_all": "Вибрати всі файли на цій сторінці", + "files.tags": "Теги", + "files.title": "Файли", + "files.upload_modal_aria": "Прогрес завантаження", + "files.upload_modal_close": "Закрити прогрес завантаження", + "files.upload_modal_header": "Завантаження файлів", + "files.uploaded": "Завантажено", + "footer.about": "Про нас", + "footer.attribution": "Атрибуція", + "footer.attributions": "Атрибуції", "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Відбиток", + "footer.license": "Ліцензія", + "footer.navigation": "Навігація в футері", + "footer.privacy": "Конфіденційність", + "footer.terms": "Умови", + "footer.version": "Версія {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "Прив’язаний через OAuth. Файли потрапляють в обрану вами папку.", + "help.destinations_email": "Пересилання електронної пошти", + "help.destinations_email_desc": "Оброблені файли надсилаються як SMTP-атрибути.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Обліковий запис служби або OAuth. Підтримує спільні диски.", + "help.destinations_heading": "Призначення – Куди йдуть документи", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Самостійно хостинговане хмарне сховище через WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Інтеграція Microsoft Graph API.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Штовхайте документи безпосередньо в Paperless для архівування.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Будь-яке сумісне з S3 сховище (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Безпечна передача файлів на будь-який сервер.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "Відправити метадані на будь-яку зовнішню кінцеву точку.", + "help.documentation": "Документація", + "help.faq": "Часто задавані питання", + "help.faq_1_a": "Перейдіть на сторінку завантаження, перетягніть файли або натисніть Вибрати файл. DocuElevate перетворює зображення та офісні документи в PDF, виконує OCR і автоматично витягує метадані.", + "help.faq_1_q": "Як мені завантажити документи?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF та HTML. Непідтримувані файли автоматично конвертуються у PDF перед обробкою.", + "help.faq_2_q": "Які формати файлів підтримуються?", + "help.faq_3_a": "Так. Перейдіть до Email Ingestion, додайте обліковий запис IMAP, і DocuElevate буде автоматично перевіряти нові повідомлення та обробляти вкладення.", + "help.faq_3_q": "Чи можу я імплементувати документи з електронної пошти?", + "help.faq_4_a": "Пайплайни дозволяють створювати ланцюги кроків обробки – OCR, AI витягнення, конвертація формату – та направляти результати в одне або кілька призначень. Створюйте та керуйте ними зі сторінки Пайплайнів.", + "help.faq_4_q": "Як працюють пайплайни обробки?", + "help.faq_5_a": "DocuElevate шифрує дані облікових записів у спокої, передає дані через TLS і не зберігає ваші документи довше, ніж це необхідно. Дивіться Повідомлення про конфіденційність для повних деталей.", + "help.faq_5_a_post": " для повних деталей.", + "help.faq_5_a_pre": "DocuElevate шифрує облікові дані в спокої, спілкується через TLS і ніколи не зберігає ваші документи довше, ніж це необхідно. Дивіться ", + "help.faq_5_q": "Чи є мої дані безпечними?", + "help.faq_heading": "Часто задавані питання", + "help.getting_started": "Початок роботи", + "help.heading": "Центр допомоги", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Використовуйте REST API для програмного завантаження документів. Аутентифікуйтеся за допомогою токена Bearer і надсилайте файли на кінець завантаження.", + "help.ingestion_heading": "Інструменти для завантаження даних", + "help.ingestion_mobile": "Мобільні додатки", + "help.ingestion_mobile_desc": "Використовуйте будь-який мобільний сканер, що підтримує кастомні HTTP-адреси для завантаження, щоб надіслати фото та скани до DocuElevate з вашого телефону або планшета.", + "help.ingestion_scanners": "Мережева сканери", + "help.ingestion_scanners_desc": "Націліть будь-який мережевий сканер або багатофункціональний принтер на кінець завантаження DocuElevate. Скановані документи безпосередньо потрапляють у вашу чергу обробки.", + "help.ingestion_watched_folders": "Слідкувані папки", + "help.ingestion_watched_folders_desc": "Налаштуйте локальну або мережеву папку для моніторингу. Будь-який файл, поміщений у слідкувану папку, автоматично завантажується та обробляється DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Інтегруйте DocuElevate у ваші автоматизаційні робочі процеси з Zapier, n8n або Make. Використовуйте дії REST API для активації завантаження документів з будь-якої події.", + "help.meta_description": "Отримайте допомогу з DocuElevate – знайдіть інструкції щодо завантаження документів, підключення до хмарного сховища, налаштування пайплайнів і багато іншого.", + "help.og_description": "Отримайте допомогу з DocuElevate – знайдіть інструкції щодо завантаження документів, підключення до хмарного сховища, налаштування пайплайнів і багато іншого.", + "help.page_title": "Центр допомоги", + "help.privacy_notice": "Повідомлення про конфіденційність", + "help.quickstart_heading": "Швидкий старт", + "help.quickstart_storage": "Підключити хостинг", + "help.quickstart_storage_desc": "Перейдіть до Налаштування та зв'яжіть свої хмарні облікові записи. Оброблені документи автоматично направляються в кожне призначення, яке ви налаштували.", + "help.quickstart_storage_desc_full": "Перейдіть до інтеграцій і зв’яжіть свої облікові записи хмарного сховища. DocuElevate підтримує Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud та інші. Оброблені документи автоматично надсилаються на кожне призначення, яке ви налаштовуєте.", + "help.quickstart_upload": "Завантажити документи", + "help.quickstart_upload_desc": "Перетягніть файли на сторінку Завантаження або натисніть Вибрати файл. DocuElevate конвертує зображення та офісні документи у PDF, виконує OCR та автоматично витягує метадані.", + "help.quickstart_workflows": "Автоматизація робочих процесів", + "help.quickstart_workflows_desc": "Створюйте Пайплайни, щоб визначити багатоступеневу обробку та правила маршрутизації. Поєднуйте OCR, AI витягнення, конвертацію формату та доставку в одному потоці.", + "help.sources_email_ingestion": "Імпорт з електронної пошти (IMAP)", + "help.sources_email_ingestion_desc": "Пересилайте документи на спеціально відведені адреси. У розділі Імпорт з електронної пошти додайте один або кілька облікових записів IMAP. DocuElevate автоматично перевіряє нові повідомлення та обробляє вкладення.", + "help.sources_heading": "Джерела – Отримання документів", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "help.sources_rest_api_desc": "Інтегруйте програмно, надсилаючи файли до /api/upload. Ідеально для скриптів, контрольованих папок, сканерів або сторонніх інструментів, таких як Zapier та n8n.", + "help.sources_scanner": "Сканер і мобільні", + "help.sources_scanner_desc": "Націліть мережеві сканери на кінцеву точку завантаження DocuElevate або використовуйте будь-який мобільний додаток для сканування, що підтримує налаштовані HTTP призначення.", + "help.sources_scanner_desc_full": "Налаштуйте свій мережевий сканер або багатоцільовий принтер для безпосереднього надсилання сканів до DocuElevate. Використовуйте кінець /api/upload як призначення. Також підтримуються мобільні програми для сканування з кастомними адресами завантаження.", + "help.sources_web_upload": "Веб-завантаження", + "help.sources_web_upload_desc": "Найшвидший спосіб почати. Відкрийте сторінку Завантаження, скиньте один або кілька файлів, і DocuElevate подбає про решту. Підтримувані формати включають PDF, JPEG, PNG, TIFF, DOCX, XLSX та інші.", + "help.subheading": "Усе, що потрібно, щоб максимально використати DocuElevate. Ознайомтеся з темами нижче або знайдіть те, що вам потрібно.", + "help.support": "Підтримка", + "help.support_admin_message": "Зв’яжіться зі своїм адміністратором для отримання інформації про підтримку.", + "help.support_description": "Не можете знайти те, що шукаєте? Наша команда підтримки готова допомогти.", + "help.support_heading": "Зв’язатися зі службою підтримки", + "help.support_live_chat": "Доступний живий чат – натисніть на бульбашку чату, щоб розпочати розмову.", + "help.support_ticket_button": "Подати запит", + "help.support_ticket_desc": "Заповніть форму нижче, і наша служба підтримки зв’яжеться з вами якомога швидше.", + "help.support_ticket_heading": "Відкрити запит на підтримку", + "help.title": "Центр допомоги", + "help.workflows_creating": "Створення пайплайна", + "help.workflows_definition": "Пайплайн – це серія автоматизованих кроків обробки, які виконуються щоразу, коли документ імплементується. Кожен крок може трансформувати, збагачувати або маршрутизувати документ.", + "help.workflows_heading": "Робочі процеси та пайплайни", + "help.workflows_step_1": "Перетворити в PDF", + "help.workflows_step_1_create": "Перейдіть до Розподілів у головному меню.", + "help.workflows_step_1_full": "Конвертувати в PDF – всі вхідні файли нормально перетворюються у єдиний PDF-формат.", + "help.workflows_step_2": "OCR – витягнення тексту", + "help.workflows_step_2_create": "Натисніть Новий Розподіл і дайте йому ім'я.", + "help.workflows_step_2_full": "OCR – витягнути вибираний текст зі сканованих сторінок за допомогою Azure Document Intelligence або вбудованого движка.", + "help.workflows_step_3": "Витягнення метаданих AI", + "help.workflows_step_3_create": "Додайте необхідні етапи обробки.", + "help.workflows_step_3_full": "Витягнення метаданих AI – класифікуйте тип документа і витягніть ключові поля, такі як суми, дати та імена, використовуючи OpenAI.", + "help.workflows_step_4": "Доставити до одного або кількох місць призначення", + "help.workflows_step_4_create": "Виберіть одне або кілька місць доставки.", + "help.workflows_step_5_create": "Зберегти – нові документи будуть автоматично оброблятися через цей розподіл.", + "help.workflows_typical_steps": "Типові етапи", + "help.workflows_what_is": "Що таке Розподіл?", + "index.badge_intelligent": "Інтелектуальна обробка документів", + "index.button_browse_files": "Переглянути файли", + "index.button_upload": "Завантажити", + "index.capabilities_cloud": "Хмарне сховище: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Витягнення документів з електронної пошти та URL", + "index.capabilities_ocr": "OCR та витягнення метаданих з AI", + "index.capabilities_paperless": "Інтеграція Paperless-ngx для управління документами", + "index.capabilities_title": "Можливості", + "index.capabilities_workflows": "Автоматизоване класифікація та маршрутизація робочих процесів", + "index.cta_description": "Приєднуйтесь до команд, які вже автоматизують обробку документів з DocuElevate.", + "index.cta_heading": "Готові підвищити свій робочий процес з документами?", + "index.cta_pricing": "Переглянути ціни", + "index.cta_signup": "Створити безкоштовний акаунт", + "index.dashboard_subtitle": "Інтелектуальна обробка та управління документами", + "index.dashboard_subtitle_teams": "Інтелектуальна обробка та управління документами — розроблено для команд", + "index.feature_ai": "Витягнення метаданих AI", + "index.feature_ai_desc": "OpenAI, Claude, Gemini та інші постачальники AI класифікують документи та витягують ключові поля, такі як дати, суми та теми.", + "index.feature_cloud": "Багатохмарне сховище", + "index.feature_cloud_desc": "Маршрутизуйте оброблені файли до Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP та ін.", + "index.feature_email": "Витягнення з електронної пошти та IMAP", + "index.feature_email_desc": "Автоматично витягуйте документи з Gmail або будь-якої IMAP поштової скриньки — не потрібно ручних завантажень.", + "index.feature_ocr": "OCR та витягнення тексту", + "index.feature_ocr_desc": "Azure Document Intelligence автоматично перетворює відскановані PDF-файли та зображення в повністю шуканий текст.", + "index.feature_pipelines": "Користувацькі Розподіли", + "index.feature_pipelines_desc": "Створюйте обробні розподіли з конфігурованими етапами — OCR, витягнення AI, перетворення формату та маршрутизація зберігання в будь-якому порядку.", + "index.feature_search": "Пошук по всьому тексту", + "index.feature_search_desc": "Миттєво знаходьте будь-який документ за змістом, метаданими або тегами у всьому вашому архіві.", + "index.feature_section_title": "Все, що вам потрібно для розумних робочих процесів з документами", + "index.getting_started": "Початок роботи", + "index.getting_started_1": "Налаштуйте інтеграції через Стан системи", + "index.getting_started_2": "Завантажте свій перший документ", + "index.getting_started_3": "Огляньте результати у Файлах", + "index.getting_started_learn": "Дізнайтеся більше про DocuElevate", + "index.hero_description": "DocuElevate імплементує ваші документи, виконує OCR, витягує метадані за допомогою ШІ та перенаправляє файли до Dropbox, Google Drive, OneDrive, S3, Nextcloud та інших — все в одному безперебійній конвеєрі.", + "index.hero_heading": "Від завантаження до інсайту — автоматично.", + "index.hero_login": "Увійти", + "index.hero_pricing": "Переглянути плани та ціни", + "index.hero_signup": "Почати — це безкоштовно", + "index.integrations_active": "Активні інтеграції", + "index.integrations_storage": "Місця зберігання", + "index.integrations_title": "Інтеграції", + "index.integrations_view_status": "Переглянути стан системи", + "index.page_title_dashboard": "Панель приладів", + "index.page_title_public": "Інтелектуальна обробка документів", + "index.platform_overview": "Огляд платформи", + "index.processing_stats": "Статистика обробки", + "index.quick_actions": "Швидкі дії", + "index.quick_documents": "Мої документи", + "index.quick_documents_desc": "Перегляньте свої оброблені файли", + "index.quick_search": "Пошук", + "index.quick_search_desc": "Пошук за змістом у документах", + "index.quick_subscription": "Моя підписка", + "index.quick_subscription_desc": "Переглянути деталі плану та використання", + "index.quick_system_status": "Стан системи", + "index.quick_system_status_desc": "Перевірте стан інтеграції", + "index.quick_upload": "Завантажити документ", + "index.quick_upload_desc": "Обробіть новий файл", + "index.quick_view_files": "Переглянути всі файли", + "index.quick_view_files_desc": "Перегляньте оброблені документи", + "index.single_user_heading": "Панель DocuElevate", + "index.single_user_subtitle": "Інтелектуальна обробка та управління документами", + "index.stat_active_integrations": "Активні інтеграції", + "index.stat_active_users": "Активні користувачі", + "index.stat_files_month": "Файли цього місяця", + "index.stat_files_ocr": "Файли з OCR", + "index.stat_files_today": "Файли сьогодні", + "index.stat_storage_targets": "Місця зберігання", + "index.stat_this_month": "Цього місяця", + "index.stat_today": "Сьогодні", + "index.stat_total_files": "Загальна кількість файлів", + "index.stat_total_processed": "Всього оброблено", + "index.tier_plan": "План", + "index.tier_upgrade": "Оновити", + "index.tier_view_details": "Переглянути повні деталі", + "index.upgrade_daily_limits": "Вищі добові та місячні ліміти", + "index.upgrade_description": "Відкрийте більше документів, більше місць призначення та пріоритетну підтримку.", + "index.upgrade_destinations": "Більше місць зберігання", + "index.upgrade_ocr_pages": "Більше OCR-сторінок", + "index.upgrade_plan": "Оновіть свій план", + "index.upgrade_view_pricing": "Переглянути плани та ціни", + "index.usage_lifetime": "Файли за весь час", + "index.usage_month": "Файли цього місяця", + "index.usage_my_usage": "Моє використання", + "index.usage_today": "Файли сьогодні", + "index.usage_unlimited": "Безмежно", + "integrations.access_key_label": "ID ключа доступу", + "integrations.active_label": "Активний", + "integrations.add_button": "Додати інтеграцію", + "integrations.add_first_button": "Додайте вашу першу інтеграцію", + "integrations.api_token_label": "Токен API", + "integrations.authorize_btn": "Авторизувати", + "integrations.authorize_reauth": "Перевідкрити авторизацію", + "integrations.bucket_label": "Сховище", + "integrations.configure": "Налаштувати", + "integrations.connect": "Підключити", + "integrations.connected": "Підключено", + "integrations.connection_failed": "Не вдалося підключитися", + "integrations.connection_success": "Підключення успішне", + "integrations.delete_confirm_are_you_sure": "Ви впевнені, що хочете видалити", + "integrations.delete_confirm_title": "Видалити інтеграцію?", + "integrations.delete_confirm_undone": "Цю дію не можна скасувати.", + "integrations.delete_emails_label": "Видалити електронні листи після обробки", + "integrations.delete_files_label": "Видалити файли після обробки", + "integrations.destinations_quota_label": "Місця зберігання:", + "integrations.destinations_section": "Призначення", + "integrations.direction_destination": "Призначення (сховище)", + "integrations.direction_label": "Напрямок", + "integrations.direction_placeholder": "\u0002D2 Вибрати \u0002D2", + "integrations.direction_source": "Джерело (інгестія)", + "integrations.disconnect": "Відключити", + "integrations.email_settings": "Налаштування перенаправлення електронної пошти", + "integrations.empty_state": "Інтеграцій не налаштовано", + "integrations.endpoint_label": "URL-адреса кінцевої точки", + "integrations.endpoint_optional": "(додатково, для S3-сумісних)", + "integrations.folder_label": "Тека", + "integrations.folder_optional": "(додатково)", + "integrations.folder_path_label": "Шлях до папки", + "integrations.folder_prefix_label": "Префікс папки", + "integrations.generic_settings_hint": "Конфігурацію для цього типу інтеграції можна надати у вигляді JSON після створення через API.", + "integrations.gmail_hint": "Мітки та зірки Gmail: коли увімкнено, оброблені електронні листи отримують зірку та мітку \"Оброблено\" в Gmail. Застосовується лише до серверів Gmail.", + "integrations.gmail_labels": "Застосовувати мітки та зірки Gmail", + "integrations.host_label": "Хост", + "integrations.imap_settings": "Налаштування IMAP", + "integrations.loading": "Завантаження інтеграцій\u0002E8", + "integrations.modal_close": "Закрити модальне вікно", + "integrations.modal_title_add": "Додати інтеграцію", + "integrations.modal_title_edit": "Редагувати інтеграцію", + "integrations.name_label": "Мітка", + "integrations.name_placeholder": "напр., Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Налаштування Nextcloud", + "integrations.nextcloud_url_label": "URL Nextcloud", + "integrations.no_integrations_body": "Додайте свою першу інтеграцію, щоб підключити джерела збору даних (як IMAP) та місця зберігання (як S3, Dropbox або Google Drive).", + "integrations.not_connected": "Не підключено", + "integrations.oauth_folder_label": "Папка", + "integrations.oauth_hint": "Спочатку збережіть цю інтеграцію, а потім використайте кнопку Авторизувати, щоб завершити процес OAuth. Ваші облікові дані будуть збережені надійно у вашій особистій запису інтеграції.", + "integrations.page_title": "Інтеграції", + "integrations.paperless_settings": "Налаштування Paperless NGX", + "integrations.password_label": "Пароль", + "integrations.paused": "Призупинено", + "integrations.plan_label": "План:", + "integrations.port_label": "Порт", + "integrations.quota_not_available": "(недоступно)", + "integrations.quota_unlimited": "/ без обмежень", + "integrations.recipient_label": "Електронна пошта одержувача", + "integrations.region_label": "Регіон", + "integrations.remote_path_label": "Дистанційний шлях", + "integrations.s3_prefix_label": "Префікс (шлях до папки)", + "integrations.s3_settings": "Налаштування S3", + "integrations.secret_key_label": "Секретний ключ доступу", + "integrations.show_password": "Показати пароль", + "integrations.show_secrets": "Показати секрети", + "integrations.show_token": "Показати токен", + "integrations.source_local": "Локальна файлової системи", + "integrations.source_type_label": "Тип джерела", + "integrations.sources_quota_label": "Джерела поштової скриньки:", + "integrations.sources_section": "Джерела", + "integrations.subtitle": "Управляйте своїми джерелами збору даних та місцями зберігання в одному місці.", + "integrations.title": "Інтеграції", + "integrations.type_label": "Тип інтеграції", + "integrations.type_placeholder": "\u0000 — Спочатку виберіть напрямок —", + "integrations.upgrade_plan": "Оновити план", + "integrations.use_ssl": "Використовувати SSL", + "integrations.username_label": "Ім'я користувача", + "integrations.watch_folder_settings": "Налаштування папки спостереження", + "integrations.webdav_settings": "Налаштування WebDAV", + "integrations.webdav_url_label": "URL WebDAV", + "integrations.webhook_heading": "Webhook збору даних", + "integrations.webhook_how_heading": "Як працює Webhook збору даних", + "integrations.webhook_how_text": "Інтеграція вебхуків дозволяє зовнішнім системам безпосередньо передавати документи в DocuElevate через REST API. Замість того, щоб DocuElevate запитував нові файли (як IMAP), ваша програма надсилає файли в DocuElevate використовуючи HTTP запит з API токеном для аутентифікації.", + "integrations.webhook_ideal_text": "Це ідеально підходить для CI/CD конвеєрів, скриптів автоматизації, інтеграцій сканерів або будь-якої системи, яка генерує документи і повинна надсилати їх на обробку.", + "integrations.webhook_quick_start": "Швидкий старт", + "integrations.webhook_security_tip": "Створіть окремий API токен для кожної інтеграції і негайно анулюйте його, якщо він був скомпрометований. Токени можна управляти на сторінці API токенів.", + "integrations.webhook_step1": "Перейдіть на {api_tokens_link} і створіть особистий токен.", + "integrations.webhook_upload_with_token": "Використовуйте токен для завантаження документів через API:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Мову змінено на {language}", + "language.change_success": "Мова змінена на {language}", + "language.changed": "Мова змінена на {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", @@ -599,331 +706,409 @@ "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", + "language.hu": "Угорська", + "language.is": "Ісландська", + "language.it": "Італійська", + "language.lb": "Люксембурзька", + "language.lt": "Литовська", + "language.lv": "Латвійська", + "language.nb": "Норвезька", + "language.nl": "Нідерландська", + "language.no_results": "Мови не знайдено", + "language.pl": "Польська", + "language.pt": "Португальська", + "language.ro": "Румунська", "language.ru": "Русский", - "language.selector": "Українська", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", + "language.search_placeholder": "Пошук мов\u0000a0…", + "language.selector": "Мова", + "language.selector_label": "Виберіть мову", + "language.sk": "Словацька", + "language.sl": "Словенська", + "language.sv": "Шведська", + "language.tr": "Турецька", "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", - "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "language.zh": "Китайська", + "nav.about": "Про нас", + "nav.account_menu": "Меню облікового запису", + "nav.account_menu_for": "Меню облікового запису для {name}", + "nav.admin": "Адмін", + "nav.admin.audit_logs": "Журнали аудиту", + "nav.admin.backups": "Резервні копії", + "nav.admin.plans": "Плани", + "nav.admin.scheduled_jobs": "Заплановані роботи", + "nav.admin.users": "Користувачі", + "nav.admin_actions": "Дії адміністратора", + "nav.admin_menu": "Меню адміністратора", + "nav.api_docs": "Документація API", + "nav.api_tokens": "Токени API", + "nav.backup_restore": "Резервне копіювання та відновлення", + "nav.credentials": "Облікові дані", + "nav.dark_mode": "Темний режим", + "nav.dashboard": "Приладна панель", + "nav.developer_docs": "Документація для розробників", + "nav.duplicates": "Дублікати", + "nav.file_manager": "Менеджер файлів", + "nav.files": "Файли", + "nav.get_started": "Почати", + "nav.help": "Допомога", + "nav.help_center": "Центр допомоги", + "nav.imap": "Імпорт електронної пошти", + "nav.integrations": "Інтеграції", + "nav.light_mode": "Світлий режим", + "nav.login": "Увійти", + "nav.logout": "Вийти", + "nav.main_navigation": "Головна навігація", + "nav.my_subscription": "Моя підписка", + "nav.notifications": "Сповіщення", + "nav.open_main_menu": "Відкрити головне меню", + "nav.pipelines": "Пipelines", + "nav.plan_designer": "Дизайнер плану", + "nav.pricing": "Ціни", + "nav.profile": "Профіль", + "nav.profile_settings": "Налаштування профілю", + "nav.queue": "Черга", + "nav.queue_monitor": "Монітор черги", + "nav.scheduled_jobs": "Заплановані роботи", + "nav.search": "Пошук", + "nav.settings": "Налаштування", + "nav.shared_links": "Спільні посилання", + "nav.sign_out": "Вийти", + "nav.signup": "Зареєструватися", + "nav.similarity": "Схожість", + "nav.skip_to_content": "Перейти до основного контенту", + "nav.status": "Статус", + "nav.subscription": "Підписка", + "nav.toggle_dark_mode": "Перемкнути темний режим", + "nav.toggle_nav": "Перемкнути меню навігації", + "nav.upload": "Завантажити", + "nav.users": "Користувачі", + "nav.version": "Інформація про версію", + "notifications.filter_all": "Всі", + "notifications.filter_read": "Тільки прочитані", + "notifications.filter_unread": "Тільки некрочитані", + "notifications.manage_desc": "Управляйте своєю вхідною скринькою сповіщень, цілями та уподобаннями подій", + "notifications.mark_all_read": "Позначити всі як прочитані", + "notifications.mark_all_read_btn": "Позначити всі прочитаними", + "notifications.mark_read": "Позначити як прочитане", + "notifications.no_notifications": "Немає сповіщень", + "notifications.page_title": "Сповіщення", + "notifications.tab_inbox": "Вхідні", + "notifications.tab_settings": "Налаштування", + "notifications.title": "Сповіщення", + "notifications.unread_count": "{count} непрочитаних сповіщень", + "pipelines.active_label": "Активний", + "pipelines.add_step_btn": "Додати Крок", + "pipelines.create": "Створити Пайплайн", + "pipelines.custom_label_label": "Користувацька Позначка", + "pipelines.default_label": "За замовчуванням", + "pipelines.description_label": "Опис", + "pipelines.description_placeholder": "Додатковий опис", + "pipelines.disabled_label": "Вимкнено", + "pipelines.edit": "Редагувати Пайплайн", + "pipelines.empty_state": "Ще немає пайплайнів", + "pipelines.empty_state_hint": "Створіть свій перший пайплайн, щоб визначити користувацькі робочі процеси обробки документів.", + "pipelines.enabled_label": "Включено", + "pipelines.force_cloud_ocr_label": "Примусова хмарна OCR (пропустити локальне витягування тексту)", + "pipelines.inactive_label": "Неактивний", + "pipelines.loading": "Завантаження пайплайнів\u0005A", + "pipelines.name_placeholder": "Мій пайплайн", + "pipelines.new_pipeline_btn": "Новий Пайплайн", + "pipelines.no_steps": "Кроки не визначено. Додайте крок, щоб почати створення свого пайплайна.", + "pipelines.ocr_auto": "Авто (використати системне значення за замовчуванням)", + "pipelines.ocr_language_hint": "Перезаписує глобальне налаштування мови для Tesseract/EasyOCR. Azure та Mistral автоматично визначають мову.", + "pipelines.ocr_language_label": "Мова OCR", + "pipelines.optional_suffix": "(додатково)", + "pipelines.page_title": "Обробка Пайплайнів", + "pipelines.set_default": "Встановити як мій пайплайн за замовчуванням", + "pipelines.step_label_placeholder": "Перезаписати ім'я кроку за замовчуванням", + "pipelines.step_type_label": "Тип Кроку", + "pipelines.subtitle_intro": "Визначте та керуйте користувацькими робочими процесами обробки документів.", + "pipelines.subtitle_system_post": "значок і видимі всім користувачам.", + "pipelines.subtitle_system_pre": "Системні пайплайни (створені адміністраторами) відображаються з", + "pipelines.system_label": "Система", + "pipelines.system_pipeline_label": "Системний пайплайн (видимий усім користувачам)", + "pipelines.title": "Обробка Пайплайнів", + "profile.avatar_alt": "Ваша профільна картинка", + "profile.avatar_heading": "Профільне зображення", + "profile.avatar_remove": "Видалити кастомне зображення", + "profile.avatar_upload_hint": "Завантажте зображення JPEG, PNG, GIF або WebP до 2 МБ. Якщо кастомна картинка не встановлена, відображається ваш {gravatar}.", + "profile.choose_image": "Вибрати зображення\n0...", + "profile.confirm_password": "Підтвердьте новий пароль", + "profile.contact_email_hint": "Використовується для системних повідомлень. Це не змінює вашу електронну адресу для входу.", + "profile.contact_email_label": "Електронна пошта для контакту / повідомлень", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "Поточний пароль", + "profile.dismiss": "Приховати", + "profile.display_name_hint": "Залиште порожнім, щоб використовувати ім'я користувача або електронну пошту вашого облікового запису.", + "profile.display_name_label": "Відображуване ім'я", + "profile.display_name_placeholder": "Ваше ім'я, як показано в інтерфейсі", + "profile.general_heading": "Загальна інформація", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Налаштування профілю", + "profile.language_auto_detect": "Автовизначення (з браузера)", + "profile.language_hint": "Виберіть бажану мову інтерфейсу. «Автовизначення» слідує налаштуванням вашого браузера.", + "profile.language_label": "Мова інтерфейсу", + "profile.new_password": "Новий пароль", + "profile.new_password_hint": "Мінімум 8 символів.", + "profile.page_title": "Налаштування профілю – DocuElevate", + "profile.password_heading": "Змінити пароль", + "profile.preferences_heading": "Налаштування", + "profile.save_button": "Зберегти зміни", + "profile.saving": "Зберігається\n\n...", + "profile.subtitle": "Керуйте своїм відображуваним ім'ям, аватаром, мовою та темою.", + "profile.theme_dark": "Темна", + "profile.theme_hint": "«Системний за замовчуванням» слідує налаштуванням темної теми вашого пристрою.", + "profile.theme_label": "Схема кольорів", + "profile.theme_light": "Світла", + "profile.theme_system": "Системний за замовчуванням", + "profile.update_password": "Оновити пароль", + "profile.updating": "Оновлення\u0019...", + "queue.active_tasks": "Активні Завдання", + "queue.auto_refresh_1": "Авто-оновлюється кожні", + "queue.auto_refresh_2": "секунд", + "queue.col_arguments": "Аргументи", + "queue.col_current_step": "Поточний Крок", + "queue.col_file": "Файл", + "queue.col_files": "Файли", + "queue.col_queue": "Черга", + "queue.col_state": "Стан", + "queue.col_task": "Завдання", + "queue.col_task_id": "ID завдання", + "queue.files_processing": "Обробка файлів", + "queue.heading": "Монітор черги", + "queue.last_updated": "Останнє оновлення:", + "queue.loading_stats": "Завантаження статистики черги\n\n", + "queue.no_active_tasks": "Немає активних завдань", + "queue.no_data": "Немає даних", + "queue.no_files_processing": "Немає файлів, які обробляються в даний момент", + "queue.page_title": "Монітор черги", + "queue.processing_pipeline": "Обробка пайплайну", + "queue.queued_tasks": "Чергові завдання", + "queue.recently_processing": "Нещодавно оброблені файли", + "queue.redis_queues": "Redis черги", + "queue.subtitle": "Перегляд у реальному часі пайплайну обробки документів і черг завдань Celery.", + "queue.workers_online": "Працівники в мережі", + "search.button": "Пошук", + "search.error_message": "Пошук тимчасово недоступний. Будь ласка, спробуйте знову через кілька хвилин.", + "search.filter_aria_clear": "Очистити всі фільтри", + "search.filter_clear_button": "Очистити фільтри", + "search.filter_date_from": "Дата з", + "search.filter_date_to": "Дата до", + "search.filter_document_type": "Тип документа", + "search.filter_document_type_placeholder": "наприклад, Рахунок", + "search.filter_language": "Мова", + "search.filter_language_placeholder": "наприклад, de", + "search.filter_sender": "Відправник", + "search.filter_sender_placeholder": "наприклад, ACME Corp", + "search.filter_tags": "Теги", + "search.filter_tags_placeholder": "наприклад, amazon", + "search.filter_text_quality": "Якість тексту", + "search.filter_text_quality_all": "Усі", + "search.filter_text_quality_high": "Висока", + "search.filter_text_quality_low": "Низька", + "search.filter_text_quality_medium": "Середня", + "search.filter_text_quality_no_text": "Без тексту", + "search.heading": "Пошук документів", + "search.input_aria_label": "Пошук документів", + "search.input_placeholder": "Пошук документів за змістом, відправником, тегами, типом...", + "search.loading_indicator": "Шукаю\u00160;", + "search.no_results": "Результатів не знайдено", + "search.page_title": "Пошук документів", + "search.placeholder": "Пошук за назвою файлу, змістом, тегами...", + "search.result_empty": "Документів, що відповідають вашому запиту, не знайдено.", + "search.results_count": "Знайдено {count} результатів", + "search.saved_aria_save": "Зберегти поточний пошук", + "search.saved_button": "Зберегти поточний", + "search.saved_empty": "Ще немає збережених пошуків", + "search.saved_error": "Не вдалося завантажити збережені пошуки", + "search.saved_label": "Збережені пошуки", + "search.saved_loading": "Завантаження...", + "search.title": "Пошук документів", + "settings.audit_log_btn": "Аудиторський журнал", + "settings.autocomplete_hint": "Наберіть, щоб шукати відомі значення, або введіть будь-яке користувацьке значення.", + "settings.autocomplete_no_matches": "Немає збігів — ви все ще можете ввести користувацьке значення", + "settings.autocomplete_placeholder": "Наберіть, щоб шукати або ввести значення\u00160;", + "settings.boolean_enable_prefix": "Увімкнути", + "settings.categories_aria": "Категорії налаштувань", + "settings.categories_heading": "Категорії", + "settings.db_wizard_btn": "Майстер БД", + "settings.effective_value_label": "Ефективне значення:", + "settings.encrypted_suffix": "= зашифровано в спокої", + "settings.encrypted_title": "Значення зашифровано в спокої в базі даних", + "settings.export_btn": "Експорт", + "settings.export_db_only": "Тільки налаштування БД", + "settings.export_full_config": "Повна ефективна конфігурація", + "settings.jump_to_category": "Перейти до категорії\u00160;", + "settings.manage_config_prefix": "Керувати конфігурацією. Пріоритет:", + "settings.model_picker_hint": "Виберіть зі списку або введіть будь-яку назву моделі, підтримувану вашим постачальником.", + "settings.model_picker_placeholder": "Виберіть загальну модель або введіть користувацьке ім'я\u00160;", + "settings.no_results_clear": "очистити пошук", + "settings.no_results_heading": "Налаштувань не знайдено", + "settings.no_results_hint": "Спробуйте інший запит або", + "settings.page_heading": "Налаштування програми", + "settings.required_label": "(обов'язково)", + "settings.reset_confirm": "Ви впевнені, що хочете скинути це налаштування?", + "settings.restart_required_suffix": "= потрібно перезапустити", + "settings.revert_btn": "Видалити з БД", + "settings.revert_title": "Видалити переважання БД і повернутися до змінної середовища або значення за замовчуванням", + "settings.reverting": "Повернення\u0019...", + "settings.save_all_btn": "Зберегти всі зміни", + "settings.save_error": "Не вдалося зберегти налаштування", + "settings.save_setting_title": "Зберегти це налаштування", + "settings.save_success": "Налаштування успішно збережено", + "settings.saving_state": "Збереження\u0019...", + "settings.search_aria_label": "Пошук налаштувань", + "settings.search_clear_aria": "Очистити пошук", + "settings.search_placeholder": "Пошук налаштувань за назвою, ключем або описом\u0019...", + "settings.settings_count_suffix": "налаштування", + "settings.source_db_badge": "БД", + "settings.source_default_badge": "ЗА ЗАМОВЧУВАННЯМ", + "settings.source_env_badge": "СЕРЕДОВИЩЕ", + "settings.title": "Налаштування", + "settings.toggle_visibility_aria": "Перемикання видимості пароля", + "settings.toggle_visibility_title": "Показати/сховати значення", + "settings.user_autocomplete_empty": "Не знайдено відповідних користувачів", + "settings.user_autocomplete_hint": "Введіть, щоб знайти існуючих користувачів за іменем, або вкажіть будь-який ідентифікатор вручну.", + "settings.user_autocomplete_placeholder": "Почніть вводити, щоб знайти користувачів\u0019...", + "settings.wizard_btn": "Майстер", + "shared.col_expiry": "Термін дії", + "shared.col_file_label": "Файл / Позначка", + "shared.col_link": "Посилання", + "shared.col_views": "Перегляди", + "shared.copy_link_aria": "Скопіювати посилання в буфер обміну", + "shared.copy_link_title": "Скопіювати посилання", + "shared.create_btn": "Створити посилання", + "shared.create_heading": "Створити нове спільне посилання", + "shared.creating": "Створення\u0019...", + "shared.expiry_12h": "12 годин", + "shared.expiry_14d": "14 днів", + "shared.expiry_1h": "1 година", + "shared.expiry_24h": "24 години (1 день)", + "shared.expiry_30d": "30 днів", + "shared.expiry_3d": "3 дні", + "shared.expiry_6h": "6 годин", + "shared.expiry_7d": "7 днів", + "shared.expiry_label": "Термін дії", + "shared.expiry_never": "Ніколи", + "shared.file_id_help_post": "сторінці або в URL деталей документа.", + "shared.file_id_help_pre": "Знайдіть ідентифікатор файлу на", + "shared.file_id_label": "Ідентифікатор файлу", + "shared.file_id_placeholder": "наприклад, 42", + "shared.files_link": "Файли", + "shared.heading": "Спільні посилання", + "shared.label_label": "Мітка", + "shared.label_placeholder": "наприклад, Поділено з Бобом", + "shared.link_created": "Спільне посилання створено!", + "shared.link_created_help": "Скопіюйте та надішліть це посилання отримувачу.", + "shared.links_count_aria": "кількість посилань", + "shared.max_downloads_label": "Максимальні завантаження", + "shared.no_links": "Ще немає спільних посилань. Створіть одне вище, щоб почати.", + "shared.open_in_new_tab": "Відкрити в новій вкладці", + "shared.open_link_aria": "Відкрити спільне посилання", + "shared.optional": "(необов'язково)", + "shared.page_title": "Спільні посилання – DocuElevate", + "shared.password_label": "Пароль", + "shared.password_placeholder": "Залиште порожнім, якщо без пароля", + "shared.password_protected": "Захищено паролем", + "shared.refresh_aria": "Оновити список спільних посилань", + "shared.revoke_aria_prefix": "Відкликати спільне посилання для", + "shared.revoke_btn": "Відкликати", + "shared.status_active": "Активний", + "shared.status_expired": "Термін дії закінчився", + "shared.status_limit_reached": "Досягнуто обмеження", + "shared.status_revoked": "Відкликано", + "shared.subtitle": "Діліться документами з будь-ким через обмежене за часом або переглядом посилання. Отримувачі не потребують облікового запису DocuElevate. Посилання можуть бути захищені паролем і відкликані в будь-який час.", + "shared.table_aria": "Спільні посилання", + "shared.unlimited_placeholder": "Необмежено", + "shared.your_links": "Ваші спільні посилання", + "similarity.backfill_auto": "Фонове завдання буде обчислювати їх автоматично кожні 5 хвилин, або ви можете", + "similarity.files_missing_text": "файли мають текст OCR, але поки що немає вбудовування.", + "similarity.find_pairs_btn": "Знайти пару", + "similarity.heading": "Схожість документів", + "similarity.load_error": "Не вдалося завантажити пари.", + "similarity.min_similarity_label": "Мін. схожість", + "similarity.no_pairs_detail": "Немає документів, які перевищують поріг схожості.", + "similarity.no_pairs_heading": "Схожі пари не знайдено", + "similarity.page_title": "Схожість документів - DocuElevate", + "similarity.pagination_aria": "Пагінація пар схожості", + "similarity.per_page_label": "На сторінку", + "similarity.scanning": "Сканування схожих пар документів\n0...", + "similarity.stat_embedding_model": "Модель вбудовування", + "similarity.stat_missing_embedding": "Відсутнє вбудовування", + "similarity.stat_total_files": "Всього файлів", + "similarity.stat_with_embedding": "З вбудовуванням", + "similarity.subtitle": "Пари документів з високою семантичною схожістю, оцінені за балами.", + "similarity.trigger_aria": "Запустіть обчислення вбудовування для всіх файлів з відсутніми вбудовуваннями", + "similarity.trigger_now": "запустіть це зараз", + "status.app_version": "Версія додатку", + "status.build_date": "Датa збірки", + "status.container_id": "ID контейнера", + "status.git_commit": "Гіт коміт", + "status.last_check": "Остання перевірка", + "status.page_title": "Стан системи", + "status.setting_label": "Налаштування", + "status.value_label": "Значення", + "subscription.available_plans_heading": "Доступні плани", + "subscription.back_to_dashboard": "Повернутися на панель приладів", + "subscription.cancel_pending": "Скасувати зміну", + "subscription.cancel_scheduled": "Скасувати заплановану зміну", + "subscription.contact_sales": "Зв'язатися з відділом продажу", + "subscription.current_badge": "Поточний", + "subscription.current_plan": "Поточний план", + "subscription.current_plan_cta": "Ваш поточний план", + "subscription.downgrade_to_prefix": "Понизити до", + "subscription.features_heading": "Що входить у ваш план", + "subscription.free": "Безкоштовно", + "subscription.heading": "Моя підписка", + "subscription.keep_plan_prefix": "Зберегти", + "subscription.lifetime_files": "Всього файлів (постійно)", + "subscription.month_files": "Файли цього місяця", + "subscription.more_features_label": "більше", + "subscription.page_title": "Моя підписка – DocuElevate", + "subscription.pending_badge": "У процесі", + "subscription.pending_benefits": "Ви збережете всі пільги поточного плану до цього часу.", + "subscription.pending_on": "на", + "subscription.pending_title": "Запланована зміна плану", + "subscription.pending_will_change": "Ваш план зміниться на", + "subscription.per_mo": "/міс", + "subscription.per_month": "/місяць", + "subscription.since": "З", + "subscription.single_user_body": "Рівні підписки застосовуються, коли активний багатокористувацький режим. Ваша інстанція наразі працює в режимі одного користувача без обмежень на обробку. Адміністратор може увімкнути режим багатокористувача через {settings_link}.", + "subscription.single_user_title": "Багатокористувацький режим не активований.", + "subscription.subtitle": "Ваш поточний план, використання та доступні оновлення.", + "subscription.this_month_label": "цього місяця", + "subscription.today_files": "Файли сьогодні", + "subscription.today_label": "сьогодні", + "subscription.unlimited": "Необмежено", + "subscription.upgrade_info": "Оновлення набирають чинності негайно. Пониження заплановане на кінець вашого поточного розрахункового періоду.", + "subscription.upgrade_to_prefix": "Оновити до", + "subscription.usage_heading": "Використання", + "upload.browse_button": "Вибрати файли", + "upload.button_processing": "Обробка...", + "upload.camera_button": "Зробити фото / Сканувати документ", + "upload.download_button": "Завантажити та обробити", + "upload.downloading": "Завантаження файлу з URL...", + "upload.drag_drop": "Перетягніть та відпустіть файли тут або натисніть, щоб вибрати", + "upload.drop_hint_desktop": "Перетягніть та відпустіть файли або папки тут, або натисніть, щоб вибрати файли.", + "upload.drop_hint_mobile": "Торкніться, щоб вибрати файли або скористайтеся кнопкою камери нижче.", + "upload.drop_zone_aria": "Зона завантаження файлів. Перетягніть та відпустіть файли тут, або натисніть Enter, щоб вибрати файли.", + "upload.error": "Завантаження не вдалося", + "upload.error_invalid_url": "Неправильний формат URL", + "upload.error_url_required": "Будь ласка, введіть URL", + "upload.file_size_hint": "Максимальний розмір: 500 МБ на файл", + "upload.file_types": "Дозволені типи: PDF, офісні документи (Word, Excel, PowerPoint тощо), зображення", + "upload.filename_description": "Залиште порожнім, щоб використовувати ім'я файлу з URL", + "upload.filename_label": "Ім'я файлу (необов'язково)", + "upload.filename_placeholder": "мій-документ.pdf", + "upload.max_size": "Максимальний розмір файлу: {size}", + "upload.page_title": "Завантажити файли", + "upload.section_device": "Завантажити з пристрою", + "upload.section_url": "Завантажити з URL", + "upload.select_file": "Вибрати файл", + "upload.success": "Файл успішно завантажено", + "upload.title": "Завантажити документ", + "upload.uploading": "Завантаження...", + "upload.url_description": "Введіть пряме посилання на файл (PDF, документи Office або зображення)", + "upload.url_label": "URL файлу", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/ur.json b/frontend/translations/ur.json new file mode 100644 index 00000000..5e55dcce --- /dev/null +++ b/frontend/translations/ur.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "تخلیق کار سے ملیں", + "about.creator_name": "کرسچن کراکاو-لوئس", + "about.creator_pre": "DocuElevate کو دل سے تیار کیا گیا ہے", + "about.features_admin_api": "پروگراماتی رسائی کے لئے طاقتور REST API", + "about.features_admin_config": "ماحول میں متغیرات کے ذریعہ انتہائی قابل ترتیب", + "about.features_admin_docker": "آسان تعیناتی اور اسکیلنگ کے لئے Docker-تیار", + "about.features_admin_heading": "انتظامیہ", + "about.features_admin_oauth2": "Authentik کے ساتھ OAuth2 کی تصدیق کی حمایت", + "about.features_automation_background": "Redis اور Celery کے ساتھ پس منظر کی پروسیسنگ", + "about.features_automation_gmail": "Gmail اور عمومی ای میل اکاؤنٹ کی یکجہتی", + "about.features_automation_heading": "خود کاری", + "about.features_automation_imap": "متعدد ذرائع سے IMAP ان باکس پولنگ", + "about.features_automation_ingestion": "مختلف مدخلات سے خود کار دستاویز خودکاری", + "about.features_heading": "اہم خصوصیات", + "about.features_integration_cloud": "کلاؤڈ اسٹوریج: Dropbox، Google Drive، OneDrive، Amazon S3", + "about.features_integration_heading": "انضمام اور ذخیرہ", + "about.features_integration_multi_dest": "کئی منزلوں کی حمایت (دستاویزات کو متعدد مقامات پر ذخیرہ کریں)", + "about.features_integration_protocols": "منتقلی کی پروٹوکول: FTP، SFTP، ای میل فارورڈنگ", + "about.features_integration_selfhosted": "خود میزبان اختیارات: Nextcloud، Paperless NGX، WebDAV", + "about.features_processing_classification": "ذہین دستاویز کی درجہ بندی اور تاریخ نکالنا", + "about.features_processing_heading": "دستاویز پروسیسنگ", + "about.features_processing_metadata": "پلگ ان AI فراہم کنندہ کا استعمال کرتے ہوئے خود کار میٹاڈیٹا نکالنا", + "about.features_processing_ocr": "Azure Document Intelligence کی طاقتور OCR", + "about.features_processing_pdf": "Gotenberg کے ذریعہ مختلف فائل فارمیٹس کے لئے PDF تبدیلی", + "about.features_processing_upload": "ڈریگ اور ڈراپ کی حمایت کے ساتھ سادہ اور محفوظ فائل کی اپ لوڈنگ", + "about.github_logo_alt": "GitHub لوگو", + "about.heading": "DocuElevate کے بارے میں", + "about.intro_post": " – دستاویز پروسیسنگ کے لئے آپ کا جدید، ذہین حل! ہم نے DocuElevate کو اس طرح سے تیار کیا ہے کہ آپ اپنے دستاویزات کا انتظام کرنے کا مکمل طور پر طریقہ تبدیل کر سکیں – اپ لوڈ سے لے کر نکالنے، پروسیسنگ سے لے کر ذخیرہ کرنے تک.", + "about.intro_pre": "خوش آمدید ", + "about.involved_description": "کیا آپ کوڈ میں غوطہ لگانا چاہتے ہیں، خیالات میں شراکت کرنا چاہتے ہیں، یا DocuElevate کے بارے میں مزید جاننا چاہتے ہیں؟", + "about.involved_docs": "دستاویزات پڑھیں", + "about.involved_github": "GitHub پر DocuElevate دیکھیں", + "about.involved_heading": "شامل ہوں", + "about.involved_website": "DocuElevate ویب سائٹ پر تشریف لائیں", + "about.legal_description": "ہم آپ کی رازداری اور ڈیٹا کی حفاظت کی پرواہ کرتے ہیں۔ براہ کرم ہمارے جائزہ لیں:", + "about.legal_heading": "رازداری اور قانونی", + "about.legal_license": "لائسنس کی معلومات", + "about.legal_privacy": "رازداری کا نوٹیفکیشن", + "about.page_title": "DocuElevate کے بارے میں", + "about.story_heading": "ہماری کہانی", + "about.story_p1": "ڈوکویلیویٹ ایک ہی مقصد کے ساتھ بنایا گیا تھا: ہر ایک کے لیے دستاویزات کے انتظام کو آسان اور ہموار بنانا، چاہے آپ ایک چھوٹے اسٹارٹ اپ ہوں یا ایک بڑے ادارے۔", + "about.story_p2": "ہم میٹادہ معلومات کے اخراج اور متن کی اصلاح کے لیے پلگ کرنے کے قابل AI فراہم کنندگان (اوپن AI، ان تھروپک کلاڈ، گوگل جیمینی، اولامہ، اوپن روٹر، پورٹکی، اور مزید) کی طاقت کو استعمال کرتے ہیں، ڈروپ باکس، نیکسٹ کلاؤڈ، اور پیپر لیس NGX کے ساتھ ذخیرہ کرنے اور انڈیکس کے لیے ہموار طور پر ضم کرتے ہیں، OCR کے لیے Azure Document Intelligence کا فائدہ اٹھاتے ہیں، اور حتی کہ فائل کو PDF میں تبدیل کرنے کے لیے گوٹین برگ کا استعمال کرتے ہیں۔", + "api_tokens.col_created": "تخلیق کردہ", + "api_tokens.col_last_ip": "آخری IP", + "api_tokens.col_last_used": "آخری استعمال کیا گیا", + "api_tokens.col_name": "نام", + "api_tokens.col_prefix": "ٹوکن کا پیش لفظ", + "api_tokens.copy_to_clipboard": "ٹوکن کو کلپ بورڈ میں کاپی کریں", + "api_tokens.copy_upload_example": "اپ لوڈ کی مثال کو کلپ بورڈ میں کاپی کریں", + "api_tokens.copy_warning_1": "اب اس ٹوکن کو کاپی کریں — یہ", + "api_tokens.copy_warning_2": "پھر نہیں دکھایا جائے گا", + "api_tokens.create_heading": "نیا ٹوکن بنائیں", + "api_tokens.create_token": "ٹوکن بنائیں", + "api_tokens.creating": "بنایا جا رہا ہے…", + "api_tokens.heading": "API ٹوکن", + "api_tokens.intro": "ڈوکویلیویٹ API کے ساتھ پروگرام کے ذریعے بات چیت کرنے کے لیے ذاتی API ٹوکن بنائیں۔ ویب ہک اپ لوڈ، CI/CD پائپ لائنز، یا کوئی اسکرپٹ جسے دستاویزات کو اپ لوڈ یا بازیافت کرنے کی ضرورت ہو، کے لیے ٹوکن کا استعمال کریں۔", + "api_tokens.loading_tokens": "ٹوکن لوڈ ہو رہے ہیں…", + "api_tokens.never": "کبھی نہیں", + "api_tokens.no_tokens_heading": "ابھی کوئی API ٹوکن نہیں", + "api_tokens.no_tokens_help": "شروع کرنے کے لیے اوپر اپنا پہلا ٹوکن بنائیں۔", + "api_tokens.page_title": "API ٹوکن – ڈوکویلیویٹ", + "api_tokens.revoke": "منسوخ کریں", + "api_tokens.revoke_prefix": "ٹوکن کو منسوخ کریں", + "api_tokens.status_active": "فعال", + "api_tokens.status_revoked": "منسوخ", + "api_tokens.table_aria": "API ٹوکن", + "api_tokens.token_created": "ٹوکن کامیابی کے ساتھ بنایا گیا!", + "api_tokens.token_name_label": "ٹوکن کا نام", + "api_tokens.token_name_placeholder": "جیسے CI پائپ لائن، ویب ہک اپ لوڈ، میری اسکرپٹ", + "api_tokens.usage_heading": "استعمال کی مثال", + "api_tokens.usage_intro_post": "کسی بھی API درخواست کے ساتھ سرخی:", + "api_tokens.usage_intro_pre": "اپنا API ٹوکن استعمال کریں", + "api_tokens.your_tokens": "آپ کے ٹوکن", + "app.name": "ڈوکویلیویٹ", + "audit.col_ip": "IP", + "audit.col_resource": "وسائل", + "audit.col_timestamp": "ٹائم اسٹیمپ", + "audit.critical": "اہم", + "audit.filter_action": "عمل", + "audit.filter_all_actions": "تمام عمل", + "audit.filter_all_users": "تمام صارفین", + "audit.filter_resource_placeholder": "جیسے کہ، دستاویز، صارف", + "audit.filter_resource_type": "وس Resources کی قسم", + "audit.filter_severity": "شدت", + "audit.filter_user": "صارف", + "audit.filters_section_label": "آڈٹ لاگ کے فلٹرز", + "audit.next": "اگلا", + "audit.next_label": "اگلا صفحہ", + "audit.no_events": "اب تک کوئی آڈٹ ایونٹس ریکارڈ نہیں ہوئے ہیں۔", + "audit.no_events_hint": "اہم کارروائیاں (لاگ ان، دستاویز کی کارروائیاں، سیٹنگز میں تبدیلیاں) یہاں دکھائی دیں گی۔", + "audit.page_title": "آڈٹ لاگز - DocuElevate", + "audit.pagination_label": "آڈٹ لاگ کی پیجینیشن", + "audit.prev": "پچھلا", + "audit.prev_label": "پچھلا صفحہ", + "audit.refresh_label": "آڈٹ لاگز کو تازہ کریں", + "audit.siem_disabled_title": "SIEM فارورڈنگ معطل ہے", + "audit.siem_enabled_title": "ایونٹس کو فارورڈ کیا جا رہا ہے ", + "audit.siem_off": "SIEM: بند", + "audit.subtitle": "تمام اہم کارروائیوں کا جامع، صرف شامل کرنے والا ریکارڈ۔", + "audit.table_label": "آڈٹ لاگ کے ایونٹس", + "audit.title": "آڈٹ لاگز", + "auth.confirm_password": "پاسورڈ کی تصدیق کریں", + "auth.create_account": "اکاؤنٹ بنائیں", + "auth.display_name_label": "ڈسپلے نام", + "auth.email_label": "ایمیل", + "auth.forgot_password": "پاسورڈ بھول گئے؟", + "auth.forgot_username": "نام صارف بھول گئے؟", + "auth.login": "لاگ ان کریں", + "auth.login_title": "لاگ ان کریں", + "auth.logo_alt": "DocuElevate لوگو", + "auth.logout": "لاگ آؤٹ کریں", + "auth.my_account": "میرا اکاؤنٹ", + "auth.no_account": "کیا آپ کا اکاؤنٹ نہیں ہے؟", + "auth.or_continue_with": "یا ساتھ جاری رکھیں", + "auth.password_label": "پاسورڈ", + "auth.profile": "پروفائل", + "auth.remember_me": "مجھے یاد رکھیں", + "auth.return_home": "ہوم پر واپس جائیں", + "auth.sign_in": "داخل ہوں", + "auth.sign_in_sso": "SSO کے ذریعہ داخل ہوں", + "auth.sign_in_with": "داخل ہوں کے ساتھ", + "auth.sign_in_with_username": "صارف نام کے ساتھ داخل ہوں", + "auth.signup": "سائن اپ کریں", + "auth.signup_title": "سائن اپ کریں", + "auth.username_label": "صارف نام", + "auth.username_or_email": "صارف نام یا ای میل", + "auth.verify_email_back_sign_in": "لاگ ان کرنے کے لیے واپس جائیں", + "auth.verify_email_expiry": "لنک 24 گھنٹوں میں ختم ہو جائے گا۔ اگر آپ کو ای میل نظر نہیں آ رہی تو اپنے اسپام فولڈر کی جانچ کریں۔", + "auth.verify_email_heading": "اپنی ان باکس چیک کریں", + "auth.verify_email_message": "ہم نے آپ کو ایک تصدیق ای میل بھیجی ہے۔ براہ کرم اپنے اکاؤنٹ کو فعال کرنے کے لیے ای میل میں دیے گئے لنک پر کلک کریں۔", + "auth.verify_email_page_title": "DocuElevate - اپنی ای میل کی تصدیق کریں", + "auth.verify_email_resend_aria_label": "دوبارہ بھیجنے کے لیے ای میل پتہ", + "auth.verify_email_resend_button": "تصدیق ای میل دوبارہ بھیجیں", + "auth.verify_email_resend_label": "ای میل پتہ", + "auth.verify_email_resend_placeholder": "اپنا ای میل پتہ درج کریں", + "auth.verify_email_resend_prompt": "کیا آپ کو یہ نہیں ملا؟", + "backup.archives_heading": "بیک اپ آرکائیوز", + "backup.backup_now": "اب بیک اپ بنائیں", + "backup.clean_up": "صفائی کریں", + "backup.cleanup_title": "اب برقرار رکھنے کی صفائی کریں", + "backup.col_created": "تخلیق شدہ", + "backup.col_filename": "فائل کا نام", + "backup.col_size": "سائز", + "backup.col_storage": "ذخیرہ", + "backup.col_type": "قسم", + "backup.config_auto_backup": "خودکار بیک اپ", + "backup.config_remote_dest": "دور دراز منزل", + "backup.config_retention": "رکھنا", + "backup.config_total_size": "کل مقامی سائز", + "backup.confirm_btn": "تصدیق کریں", + "backup.confirm_title": "عمل کی تصدیق کریں", + "backup.heading": "بیک اپ کا انتظام", + "backup.local_only": "صرف مقامی", + "backup.no_backups": "ابھی تک کوئی بیک اپ نہیں۔", + "backup.no_backups_hint": "اپنا پہلا بیک اپ بنانے کے لیے 'اب بیک اپ بنائیں' پر کلک کریں۔", + "backup.page_title": "بیک اپ کا انتظام", + "backup.records_label": "ریکارڈ", + "backup.restore_btn": "بحال کریں", + "backup.restore_desc_mid": "ڈیٹا بیس کو بحال کرنے کے لیے بیک اپ آرکائیو۔", + "backup.restore_desc_pre": "ایک اپ لوڈ کریں", + "backup.restore_desc_warning": "یہ تمام موجودہ ڈیٹا کو اووررائٹ کر دے گا۔", + "backup.restore_file_label": "بیکاپ ارکائیو (.db.gz)", + "backup.restore_heading": "فائل سے بحال کریں", + "backup.restoring": "بحالی کی جا رہی ہے\u0014", + "backup.retention_daily_detail": "\u0013 - 3 ہفتے تک رکھا جائے گا", + "backup.retention_heading": "ریٹینشن پالیسی", + "backup.retention_hourly_detail": "\u0013 - 4 دن تک رکھا جائے گا", + "backup.retention_note": "ان حدود سے آگے کے بیک اپ خودبخود نئی بیک اپ بننے کے بعد کاٹے جاتے ہیں۔", + "backup.retention_weekly_detail": "\u0013 - ~3 ماہ تک رکھا جائے گا", + "backup.snapshots": "اسنیپ شاٹس", + "backup.status_ok": "ٹھیک ہے", + "backup.storage_local": "مقامی", + "backup.subtitle": "ڈیٹا بیس کے بیک اپ خودبخود بنائے جاتے ہیں: فی گھنٹہ (4 دن)، روزانہ (3 ہفتے)، ہفتہ وار (13 ہفتے)۔", + "backup.table_aria": "بیک اپ ارکائیو", + "backup.trigger_daily": "اب بیک اپ کریں (روزانہ)", + "backup.trigger_hourly": "اب بیک اپ کریں (فی گھنٹہ)", + "backup.trigger_weekly": "اب بیک اپ کریں (ہفتہ وار)", + "backup.type_daily": "روزانہ", + "backup.type_hourly": "فی گھنٹہ", + "backup.type_weekly": "ہفتہ وار", + "billing.go_to_dashboard": "ڈیش بورڈ پر جائیں", + "billing.manage_subscription": "سبسکرپشن کا انتظام کریں", + "billing.success_heading": "آپ بالکل تیار ہیں!", + "billing.success_message": "آپ کی سبسکرپشن کو فعال کر دیا گیا ہے۔ DocuElevate کا انتخاب کرنے کا شکریہ!", + "billing.success_page_title": "DocuElevate - سبسکرپشن فعال", + "common.actions": "ایکشنز", + "common.active": "فعال", + "common.all": "سب", + "common.avatar": "اوتار", + "common.back": "پیچھے", + "common.cancel": "منسوخ کریں", + "common.close": "بند کریں", + "common.col_pending": "زیر التوا", + "common.completed": "مکمل", + "common.confirm": "تصدیق کریں", + "common.copied": "کاپی کر دیا گیا!", + "common.copy": "کاپی کریں", + "common.create": "بنائیں", + "common.created": "بنایا گیا", + "common.date": "تاریخ", + "common.delete": "حذف کریں", + "common.description": "تفصیل", + "common.details": "تفصیلات", + "common.disabled": "غیر فعال", + "common.download": "ڈاؤن لوڈ", + "common.duplicate": "نقالی", + "common.edit": "ترمیم", + "common.enabled": "فعال", + "common.error": "غلطی", + "common.failed": "ناکام", + "common.filter": "فلٹر", + "common.inactive": "غیر فعال", + "common.info": "معلومات", + "common.loading": "لوڈ ہو رہا ہے...", + "common.name": "نام", + "common.next": "اگلا", + "common.next_page": "اگلا صفحہ", + "common.no": "نہیں", + "common.none": "کوئی نہیں", + "common.page": "صفحہ", + "common.paused": "روک دیا گیا", + "common.pending": "زیر التواء", + "common.prev_page": "پچھلا صفحہ", + "common.previous": "پچھلا", + "common.processing": "عملدرآمد", + "common.refresh": "تازہ کریں", + "common.reset": "ری سیٹ", + "common.retry": "دوبارہ کوشش کریں", + "common.save": "محفوظ کریں", + "common.search": "تلاش", + "common.select": "چنیں", + "common.select_placeholder": "— چنیں —", + "common.size": "سائز", + "common.status": "حیثیت", + "common.submit": "جمع کروائیں", + "common.success": "کامیابی", + "common.tags": "ٹیگ", + "common.test": "ٹیسٹ", + "common.test_connection": "ٹیسٹ کنکشن", + "common.type": "قسم", + "common.update": "اپڈیٹ", + "common.updated": "تازہ ترین", + "common.upload": "اپلوڈ", + "common.view": "دیکھیں", + "common.warning": "خبردار", + "common.yes": "ہاں", + "cookie.accept": "سمجھ گیا", + "cookie.learn_more": "مزید جانیں", + "cookie.message": "یہ ویب سائٹ آپ کے تجربے کو بہتر بنانے کے لیے کوکیز کا استعمال کرتی ہے۔", + "cookie.notice": "DocuElevate صرف اس کی توثیق اور خدمت کی کارروائی کے لیے ضروری سیشن کوکیز کا استعمال کرتا ہے۔ کوئی ٹریکنگ یا تجزیاتی کوکیز استعمال نہیں کی جاتی ہیں۔", + "cookie.notice_label": "کوکی نوٹس", + "cookie.policy_link": "کوکی کی پالیسی", + "cookie.privacy_link": "رازداری کا نوٹس", + "credentials.col_action": "عمل", + "credentials.col_credential": "اسناد", + "credentials.col_source": "ماخذ", + "credentials.configured": "مُنسق", + "credentials.edit_in_settings": "سیٹنگز میںترمیم کریں", + "credentials.legend_db": "ڈیٹا بیس میں محفوظ کردہ قیمت (رازداری کے لیے خفیہ کردہ؛ ماحولیاتی متغیر کو اووررائیڈ کرتا ہے)", + "credentials.legend_env_after": " فائل", + "credentials.legend_env_before": "ماحولیاتی متغیر سے قیمت یا ", + "credentials.legend_missing": "اسناد مرتب نہیں کی گئی — انٹیگریشن کام نہیں کرے گی", + "credentials.legend_restart": "جب یہ اسناد متبادل ہو تو دوبارہ شروع کرنا ضروری ہے", + "credentials.legend_title": "لیجنڈ", + "credentials.manage_settings": "سیٹنگز کا انتظام کریں", + "credentials.not_configured": "ترتیب نہیں دی گئی", + "credentials.page_title": "اسناد کا آڈٹ - DocuElevate", + "credentials.raw_json": "کچا JSON (API)", + "credentials.restart_title": "اسناد کا متبادل کرنے کے بعد دوبارہ شروع کرنا ضروری ہے", + "credentials.source_db_title": "ڈیٹا بیس میں محفوظ کردہ (خفیہ)", + "credentials.source_env_title": "ماحولیاتی متغیر سے", + "credentials.status_missing": "غائب", + "credentials.subtitle": "DocuElevate کے ذریعہ استعمال ہونے والی تمام حساس اسناد کا جائزہ۔ یہاں کوئی خفیہ قیمتیں نہیں دکھائی گئیں — صرف یہ کہ ہر اسناد مرتب کی گئی ہے اور یہ کہاں سے آئی ہے۔", + "credentials.table_for": "اسناد برائے", + "credentials.title": "اسناد کا آڈٹ", + "credentials.total_credentials": "کل اسناد", + "dashboard.active_integrations": "سرگرم انٹیگریشنز", + "dashboard.files_this_month": "اس مہینے کی فائلیں", + "dashboard.files_today": "آج کی فائلیں", + "dashboard.ocr_processed": "OCR پروسیسڈ", + "dashboard.quick_actions": "تیز عمل", + "dashboard.recent_activity": "حالیہ سرگرمی", + "dashboard.storage_targets": "ذخیرہ مقاصد", + "dashboard.title": "ڈیش بورڈ", + "dashboard.total_files": "کل فائلیں", + "dashboard.welcome": "ڈوکیو ایلیویٹ میں خوش آمدید", + "duplicates.file_id_label": "فائل ID", + "duplicates.file_id_placeholder": "جیسے 42", + "duplicates.find_btn": "تلاش کریں", + "duplicates.found_files": "نقل شدہ فائل(یں) مکمل.", + "duplicates.found_groups": "نقل شدہ گروپ(یں) کے ساتھ", + "duplicates.found_prefix": "مل گیا", + "duplicates.group_aria": "نقل شدہ گروپ", + "duplicates.heading": "نقل شدہ دستاویزات", + "duplicates.how_it_works_heading": "نزدیک نقل کی شناخت کیسے کام کرتی ہے", + "duplicates.max_results_label": "زیادہ سے زیادہ نتائج", + "duplicates.near_dup_desc": "ایک دستاویز منتخب کریں تاکہ یہ جان سکیں کہ کیا کوئی دوسری فائلیں اسی (یا بہت مشابہ) مواد کو رکھتی ہیں - چاہے وہ مختلف اوقات میں اسکین کی گئی تھیں اور ان کے مختلف SHA-256 ہیش ہیں۔", + "duplicates.near_dup_heading": "ایک دستاویز کے لیے قریب کی نقلیں تلاش کریں", + "duplicates.no_exact_heading": "کوئی عین نقلیں نہیں ملیں", + "duplicates.page_title": "نقل شدہ دستاویزات - ڈوکیو ایلیویٹ", + "duplicates.pagination_aria": "صفحات بندی", + "duplicates.role_duplicate": "نقل", + "duplicates.role_original": "اصلی", + "duplicates.tab_exact": "عین نقلیں", + "duplicates.tab_near": "نزدیک نقل تلاش کرنے والا", + "duplicates.tabs_aria": "نقل کی شناخت کے ٹیب", + "duplicates.threshold_label": "مشابہت کی حد", + "duplicates.view_dup_aria": "نقل فائل دیکھیں", + "duplicates.view_original_aria": "اصل فائل دیکھیں", + "error.404_code": "404", + "error.404_heading": "اوپس، ہم اس صفحے کو نہیں ڈھونڈ سکے!", + "error.404_home": "گھر واپس جائیں", + "error.404_message": "ایسا لگتا ہے کہ ڈوکیو ایلیویٹ نے وہ دستاویز کھو دی ہے جسے آپ تلاش کر رہے تھے۔ فکر نہ کریں – ہم آپ کے ساتھ ہیں۔", + "error.404_title": "404 - نہ ملا", + "error.500_code": "500", + "error.500_debug_info": "ڈیبگ معلومات دکھائیں", + "error.500_description": "ہمارے سرورز کو ایک مسئلے کا سامنا کرنا پڑا ہے اور انہیں ایک لمحے کی ضرورت ہے۔", + "error.500_heading": "اوپس! کچھ غلط ہو گیا.", + "error.500_home": "گھر جائیں", + "error.500_img_alt": "سرور کی خرابی کی تصویر", + "error.500_message1": "ہمارے سرورز کو ایک مسئلے کا سامنا کرنا پڑا ہے اور انہیں ایک لمحے کی ضرورت ہے۔ شاید ہیمسٹرز نے اپنی کافی گرا دی؟", + "error.500_message2": "ہم پہلے ہی اس پر ہیں - فائلیں ترتیب دینا، سرورز کو دوبارہ شروع کرنا، اور فلوکس کیپیسیٹرز کو دوبارہ ترتیب دینا۔", + "error.500_title": "سرور کی خرابی - ڈوکیو ایلیویٹ", + "error.forbidden": "ممنوع", + "error.forbidden_message": "آپ کو اس صفحے تک رسائی حاصل کرنے کی اجازت نہیں ہے.", + "error.not_found": "صفحہ نہیں ملا", + "error.not_found_message": "جس صفحے کی آپ تلاش کر رہے ہیں وہ موجود نہیں ہے۔", + "error.server_error": "اندرونی سرور کی خرابی", + "error.server_error_message": "کچھ غلط ہو گیا ہے۔ براہ کرم بعد میں دوبارہ کوشش کریں۔", + "error.unauthorized": "نامنظور", + "error.unauthorized_message": "آپ کو اس صفحے تک رسائی حاصل کرنے کے لیے لاگ ان ہونا ضروری ہے۔", + "files.action_delete": "فائل حذف کریں", + "files.action_details": "تفصیلات دیکھیں", + "files.action_preview": "جلدی کا پیش نظارہ", + "files.bulk_clear_selection": "انتخاب صاف کریں", + "files.bulk_cloud_ocr": "کلاؤڈ OCR دوبارہ چلائیں", + "files.bulk_delete": "منتخب حذف کریں", + "files.bulk_download": "ZIP کے طور پر ڈاؤن لوڈ کریں", + "files.bulk_reprocess": "منتخب دوبارہ پروسیس کریں", + "files.delete_modal_cancel": "منسوخ کریں", + "files.delete_modal_confirm": "حذف کریں", + "files.delete_modal_message": "کیا آپ واقعی اس فائل کو حذف کرنا چاہتے ہیں؟", + "files.delete_modal_title": "حذف کی تصدیق کریں", + "files.document_title": "دستاویز کا عنوان", + "files.drop_overlay_hint": "PDF، آفس دستاویزات، تصاویر، HTML، Markdown، اور مزید کی حمایت کرتا ہے – فولڈرز کو ری کرسیولی پروسیس کیا جاتا ہے", + "files.drop_overlay_title": "اپ لوڈ کرنے کے لیے کہیں بھی فائلیں یا فولڈرز گرا دیں", + "files.error_hint": "یہ ایک ترتیب یا درآمد کے مسئلے کی وجہ سے ہو سکتا ہے۔ براہ کرم سرور کے لاگز چیک کریں۔", + "files.file_size": "فائل کا سائز", + "files.filename": "فائل کا نام", + "files.files_selected": "منتخب کردہ فائلیں", + "files.filter_all_providers": "تمام فراہم کنندگان", + "files.filter_all_statuses": "تمام حالتیں", + "files.filter_all_types": "تمام اقسام", + "files.filter_apply": "فلٹرز لگائیں", + "files.filter_clear": "صاف کریں", + "files.filter_date_from": "تاریخ سے", + "files.filter_date_from_aria": "تاریخ سے فلٹر کریں", + "files.filter_date_to": "تاریخ تک", + "files.filter_date_to_aria": "تاریخ تک فلٹر کریں", + "files.filter_form_aria": "فائلوں کو فلٹر کریں", + "files.filter_mime_type": "MIME قسم", + "files.filter_ocr_all": "تمام فائلیں", + "files.filter_ocr_good": "اچھی کوالٹی", + "files.filter_ocr_poor": "کم معیار", + "files.filter_ocr_quality": "OCR کوالٹی", + "files.filter_ocr_quality_aria": "OCR معیار کے اسکور کے مطابق فلٹر کریں", + "files.filter_ocr_unchecked": "ابھی تک جانچا نہیں گیا", + "files.filter_search_label": "فائل کا نام تلاش کریں", + "files.filter_search_placeholder": "فائل کا نام درج کریں...", + "files.filter_storage_provider": "ذخیرہ فراہم کنندہ", + "files.filter_tags_aria": "ٹیگ کے مطابق فلٹر کریں (کامہ سے جدا)", + "files.filter_tags_placeholder": "جیسے: انوائس،ایمیزون", + "files.fulltext_search_label": "مکمل متن کی تلاش (OCR متن، میٹا ڈیٹا، ٹیگ)", + "files.fulltext_search_placeholder": "دستاویز کے مواد،送信者، ٹیگ، قسم کی تلاش کریں...", + "files.no_files": "کوئی فائلیں نہیں ملی", + "files.ocr_status": "OCR کی حیثیت", + "files.page_title": "فائل کے ریکارڈ", + "files.pagination_files": "فائلیں", + "files.pagination_first": "پہلا", + "files.pagination_last": "آخری", + "files.pagination_nav_aria": "فائل کی فہرست کی صف بندیاں", + "files.pagination_next": "اگلا", + "files.pagination_of": "کا", + "files.pagination_previous": "پچھلا", + "files.pagination_showing": "دکھا رہا ہے", + "files.preview_modal_close": "پیش نظارہ بند کریں", + "files.preview_modal_title": "پیش نظارہ", + "files.queue_banner_items": "آئٹم(ز) اس وقت قطار میں ہیں یا پروسیس ہو رہے ہیں۔ فائلیں یہاں ظاہر ہوں گی جب پروسیسنگ مکمل ہو جائے گی۔", + "files.queue_banner_link": "قطار دیکھیں", + "files.saved_searches_empty": "کوئی محفوظ تلاشیں ابھی تک نہیں", + "files.saved_searches_error": "محفوظ تلاشیں لوڈ نہیں کی جا سکیں", + "files.saved_searches_label": "محفوظ تلاشیں", + "files.saved_searches_save": "موجودہ محفوظ کریں", + "files.saved_searches_save_aria": "موجودہ فلٹرز کو محفوظ شدہ تلاش کے طور پر محفوظ کریں", + "files.search_results_empty": "کوئی نتائج نہیں ملے۔", + "files.search_results_title": "تلاش کے نتائج", + "files.status_duplicate": "تکراری", + "files.table_actions": "عملیات", + "files.table_aria": "فائل کے ریکارڈ", + "files.table_created_at": "تاریخ تخلیق", + "files.table_empty": "کوئی فائلیں نہیں ملی", + "files.table_id": "شناخت", + "files.table_mime_type": "MIME قسم", + "files.table_original_filename": "اصلی فائل کا نام", + "files.table_select_all": "اس صفحے پر تمام فائلیں منتخب کریں", + "files.tags": "ٹیگ", + "files.title": "فائلیں", + "files.upload_modal_aria": "اپ لوڈ ترقی", + "files.upload_modal_close": "اپ لوڈ ترقی بند کریں", + "files.upload_modal_header": "فائلیں اپ لوڈ کر رہے ہیں", + "files.uploaded": "اپ لوڈ کر دیا گیا", + "footer.about": "کے بارے میں", + "footer.attribution": "کریڈٹ", + "footer.attributions": "کریڈٹس", + "footer.cookies": "کوکیز", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "امپریس", + "footer.license": "اجازت", + "footer.navigation": "فوٹو نیویگیشن", + "footer.privacy": "رازداری", + "footer.terms": "شرائط", + "footer.version": "ورژن {version}", + "help.destinations_dropbox": "ڈروپ باکس", + "help.destinations_dropbox_desc": "OAuth سے منسلک۔ فائلیں آپ کے منتخب کردہ فولڈر میں جاتی ہیں۔", + "help.destinations_email": "ای میل فارورڈنگ", + "help.destinations_email_desc": "پروسیسڈ فائلیں SMTP الحاق کی صورت میں بھیجی جاتی ہیں۔", + "help.destinations_google_drive": "گوگل ڈرائو", + "help.destinations_google_drive_desc": "سروس اکاؤنٹ یا OAuth۔ شیئر کردہ ڈرائیوز کی حمایت کرتا ہے۔", + "help.destinations_heading": "منزلیں – جہاں دستاویزات جاتی ہیں", + "help.destinations_nextcloud": "نیکسٹ کلاؤڈ / ویب ڈیو", + "help.destinations_nextcloud_desc": "ویب ڈیو کے ذریعے خود میزبان کلاؤڈ اسٹوریج۔", + "help.destinations_onedrive": "ون ڈرائیو", + "help.destinations_onedrive_desc": "مائیکروسافٹ گراف API انضمام۔", + "help.destinations_paperless": "پیپر لیس-ngx", + "help.destinations_paperless_desc": "دستاویزات کو براہ راست پیپر لیس میں آرکائیو کے لیے بھیجنا۔", + "help.destinations_s3": "ایمیزون S3", + "help.destinations_s3_desc": "کوئی بھی S3-compatible بکٹ (AWS, MinIO, Wasabi)।", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "کسی بھی سرور پر محفوظ فائل منتقل کریں۔", + "help.destinations_webhook": "ویب ہک", + "help.destinations_webhook_desc": "کسی بھی خارجی اختتامی نقطے پر POST metadata بھیجیں۔", + "help.documentation": "دستاویزات", + "help.faq": "اکثر پوچھے جانے والے سوالات", + "help.faq_1_a": "اپ لوڈ صفحہ پر جائیں، اپنی فائلیں گھسیٹیں یا فائل منتخب کریں پر کلک کریں۔ DocuElevate تصاویر اور دفتر کے دستاویزات کو PDF میں تبدیل کرتا ہے، OCR چلاتا ہے، اور خود بخود metadata نکالتا ہے۔", + "help.faq_1_q": "میں دستاویزات کو کیسے اپ لوڈ کروں؟", + "help.faq_2_a": "PDF، JPEG، PNG، TIFF، BMP، GIF، DOCX، XLSX، PPTX، ODT، ODS، TXT، RTF، اور HTML۔ غیر PDF فائلیں پروسیسنگ سے پہلے خودبخود PDF میں تبدیل کر دی جاتی ہیں۔", + "help.faq_2_q": "کون سے فائل فارمیٹس کی حمایت کی جاتی ہے؟", + "help.faq_3_a": "جی ہاں۔ ای میل انیجسٹن پر جائیں، ایک IMAP اکاؤنٹ شامل کریں، اور DocuElevate نئی پیغامات کے لیے پول کرے گا اور منسلکات خودبخود پروسیس کرے گا۔", + "help.faq_3_q": "کیا میں ای میل سے دستاویزات حاصل کر سکتا ہوں؟", + "help.faq_4_a": "پائپ لائنز آپ کو پروسیسنگ کے مراحل کو زنجیر دینے کی اجازت دیتی ہیں - OCR، AI نکالنے، فارمیٹ کی تبدیلی - اور نتیجہ ایک یا زیادہ مقامات پر بھیجتی ہیں۔ انہیں پائپ لائنز کے صفحے سے بنائیں اور منظم کریں۔", + "help.faq_4_q": "پروسیسنگ کی پائپ لائنز کیسے کام کرتی ہیں؟", + "help.faq_5_a": "DocuElevate انکرپٹڈ اسناد کو محفوظ رکھتا ہے، TLS کے ذریعے رابطہ کرتا ہے، اور کبھی بھی آپ کے دستاویزات کو ضروری سے زیادہ دیر تک ذخیرہ نہیں کرتا۔ مکمل تفصیلات کے لیے رازداری کی نوٹس پر دیکھیں۔", + "help.faq_5_a_post": "تفصیلات کے لیے۔", + "help.faq_5_a_pre": "DocuElevate آرام کی حالت میں اسناد کو انکرپٹ کرتا ہے، TLS کے ذریعے رابطہ کرتا ہے، اور آپ کے دستاویزات کو ضرورت سے زیادہ دیر تک محفوظ نہیں رکھتا۔ دیکھیں ", + "help.faq_5_q": "کیا میرے ڈیٹا کی حفاظت ہے؟", + "help.faq_heading": "اکثر پوچھے جانے والے سوالات", + "help.getting_started": "شروع کرنے کا طریقہ", + "help.heading": "مدد کا مرکز", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "دستاویزات کو پروگرام کے ذریعے بھیجنے کے لیے REST API کا استعمال کریں۔ بیئر ٹوکن کے ساتھ تصدیق کریں اور فائلیں اپلوڈ کے نقطہ پر POST کریں۔", + "help.ingestion_heading": "ڈیٹا انٹیک کے آلات", + "help.ingestion_mobile": "موبائل ایپس", + "help.ingestion_mobile_desc": "کسی بھی موبائل اسکیننگ ایپ کا استعمال کریں جو اپنی مرضی کے مطابق HTTP اپ لوڈ مقامات کی حمایت کرتی ہے تاکہ اپنے فون یا ٹیبلٹ سے DocuElevate کو تصاویر اور اسکین بھیج سکیں۔", + "help.ingestion_scanners": "نیٹ ورک اسکینرز", + "help.ingestion_scanners_desc": "کسی بھی نیٹ ورک اسکینر یا ملٹی فنکشن پرنٹر کو DocuElevate کے اپ لوڈ نقطہ پر نشانہ بنائیں۔ اسکین شدہ دستاویزات آپ کی پروسیسنگ قطار میں براہ راست داخل ہوتی ہیں۔", + "help.ingestion_watched_folders": "نگرانی والے فولڈر", + "help.ingestion_watched_folders_desc": "ایک مقامی یا نیٹ ورک فولڈر کو زیر نگرانی کنفیگر کریں۔ کسی بھی فائل کو نگرانی والے فولڈر میں رکھنے کی صورت میں یہ خود بخود اپ لوڈ اور DocuElevate کے ذریعے پروسیس کی جاتی ہے۔", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "DocuElevate کو Zapier، n8n، یا Make کے ساتھ اپنی خودکار ورک فلو میں شامل کریں۔ کسی بھی واقعے سے دستاویزات کے اپ لوڈ کو متحرک کرنے کے لیے REST API کی کارروائیاں استعمال کریں۔", + "help.meta_description": "DocuElevate کے ساتھ مدد حاصل کریں – دستاویزات اپ لوڈ کرنے، کلاؤڈ اسٹوریج سے جڑنے، پائپ لائنز کو ترتیب دینے، اور مزید کے طریقوں کے بارے میں رہنما تلاش کریں۔", + "help.og_description": "DocuElevate کے ساتھ مدد حاصل کریں – دستاویزات اپ لوڈ کرنے، کلاؤڈ اسٹوریج سے جڑنے، پائپ لائنز کو ترتیب دینے، اور مزید کے طریقوں کے بارے میں رہنما تلاش کریں۔", + "help.page_title": "مدد کا مرکز", + "help.privacy_notice": "رازداری کی نوٹس", + "help.quickstart_heading": "جلدی شروع کرنا", + "help.quickstart_storage": "ذخیرہ منسلک کریں", + "help.quickstart_storage_desc": "ترتیبات پر جائیں اور اپنے کلاؤڈ اکاؤنٹس کو منسلک کریں۔ پروسیس شدہ دستاویزات خودبخود ہر مقصد کی طرف بھیجی جاتی ہیں جسے آپ ترتیب دیتے ہیں۔", + "help.quickstart_storage_desc_full": "انٹیگریشن پر جائیں اور اپنے کلاؤڈ اسٹوریج اکاؤنٹس کو لنک کریں۔ DocuElevate Dropbox، Google Drive، OneDrive، Amazon S3، Nextcloud، اور مزید کی حمایت کرتا ہے۔ پروسیس کی گئی دستاویزات خود بخود ہر منزل کی طرف بھیجی جاتی ہیں جسے آپ ترتیب دیتے ہیں۔", + "help.quickstart_upload": "دستاویزات اپ لوڈ کریں", + "help.quickstart_upload_desc": "اپ لوڈ صفحے پر فائلیں گھسیٹیں اور چھوڑیں یا فائل منتخب کریں پر کلک کریں۔ DocuElevate خودبخود تصاویر اور دفتری دستاویزات کو PDF میں تبدیل کرتا ہے، OCR چلاتا ہے، اور میٹا ڈیٹا نکالتا ہے۔", + "help.quickstart_workflows": "ورک فلو خودکار بنائیں", + "help.quickstart_workflows_desc": "ملٹی اسٹپ پروسیسنگ اور روٹنگ کے قواعد بیان کرنے کے لیے پائپ لائنز بنائیں۔ ایک واحد بہاؤ میں OCR، AI نکالنے، فارمیٹ کی تبدیلی، اور ترسیل کو جمع کریں۔", + "help.sources_email_ingestion": "ای میل انیجسٹن (IMAP)", + "help.sources_email_ingestion_desc": "دستاویزات کو مخصوص میل باکس میں بھیجیں۔ ای میل انیجسٹن کے تحت، ایک یا زیادہ IMAP اکاؤنٹس شامل کریں۔ DocuElevate نئی پیغامات کے لیے پول کرتا ہے اور منسلکات خودبخود پروسیس کرتا ہے۔", + "help.sources_heading": "ذرائع - دستاویزات حاصل کرنا", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "فائلوں کو /api/upload پر POST کرکے پروگرام کی طرف سے مربوط کریں۔ سکرپٹس، دیکھے جانے والے فولڈرز، سکینرز، یا Zapier اور n8n جیسے تیسرے فریق کے ٹولز کے لیے مثالی۔", + "help.sources_scanner": "سکینر اور موبائل", + "help.sources_scanner_desc": "نیٹ ورک سکینرز کو DocuElevate کے اپ لوڈ کے اینڈ پوائنٹ پر نشانہ بنائیں یا کسی بھی موبائل سکیننگ ایپ کا استعمال کریں جو حسب ضرورت HTTP مقامات کی حمایت کرتی ہے۔", + "help.sources_scanner_desc_full": "اپنے نیٹ ورک اسکینر یا ملٹی فنکشن پرنٹر کو DocuElevate کو اسکین براہ راست بھیجنے کے لیے ترتیب دیں۔ منزل کے طور پر /api/upload نقطہ کا استعمال کریں۔ اپنی مرضی کے مطابق اپ لوڈ مقامات کے ساتھ موبائل اسکیننگ ایپس بھی معاون ہیں۔", + "help.sources_web_upload": "ویب اپ لوڈ", + "help.sources_web_upload_desc": "شروع کرنے کا سب سے تیز طریقہ۔ اپ لوڈ کا صفحہ کھولیں، ایک یا زیادہ فائلیں چھوڑیں، اور DocuElevate باقی کا خیال رکھتا ہے۔ معاون فارمیٹس میں PDF، JPEG، PNG، TIFF، DOCX، XLSX، اور مزید شامل ہیں۔", + "help.subheading": "DocuElevate کے فوائد لینے کے لیے آپ کو ہر چیز کی ضرورت ہے۔ نیچے موضوعات کو براؤز کریں یا جو آپ کو درکار ہے اس کی تلاش کریں۔", + "help.support": "مدد", + "help.support_admin_message": "مدد کی معلومات کے لیے اپنے ایڈمنسٹریٹر سے رابطہ کریں۔", + "help.support_description": "کیا آپ کو جو چاہیئے وہ نہیں مل رہا؟ ہماری مدد کی ٹیم یہاں آپ کی مدد کے لیے موجود ہے۔", + "help.support_heading": "مدد سے رابطہ کریں", + "help.support_live_chat": "براہ راست گفتگو دستیاب ہے – گفتگو شروع کرنے کے لیے چیٹ بلبلے پر کلک کریں۔", + "help.support_ticket_button": "ٹکٹ جمع کروائیں", + "help.support_ticket_desc": "نیچے فارم بھریں اور ہماری مدد کی ٹیم جلد از جلد آپ سے رابطہ کرے گی۔", + "help.support_ticket_heading": "مدد کی ٹکٹ کھولیں", + "help.title": "مدد کا مرکز", + "help.workflows_creating": "پائپ لائن بنانا", + "help.workflows_definition": "پائپ لائن ایک سلسلے کے پروسیسنگ مراحل ہے جو خودبخود چلتے ہیں جب بھی کوئی دستاویز حاصل کی جاتی ہے۔ ہر مرحلہ دستاویز کو تبدیل، امیر، یا روٹ کر سکتا ہے۔", + "help.workflows_heading": "ورک فلو اور پائپ لائنز", + "help.workflows_step_1": "PDF میں تبدیل کریں", + "help.workflows_step_1_create": "مین مینو میں Pipelines پر جائیں۔", + "help.workflows_step_1_full": "PDF میں تبدیل کریں – تمام آنے والی فائلیں ایک مستقل PDF شکل میں معمول پر لائی جاتی ہیں۔", + "help.workflows_step_2": "OCR – متن نکالنا", + "help.workflows_step_2_create": "نیا Pipeline پر کلک کریں اور اس کا نام دیں۔", + "help.workflows_step_2_full": "OCR – اسکین شدہ صفحات سے قابل انتخاب متون کو Azure Document Intelligence یا بلٹ ان انجن کا استعمال کرتے ہوئے نکالیں۔", + "help.workflows_step_3": "AI میٹاڈیٹا نکالنا", + "help.workflows_step_3_create": "وہ پروسیسنگ کے مراحل شامل کریں جن کی آپ کو ضرورت ہے۔", + "help.workflows_step_3_full": "AI میٹا ڈیٹا نکالنا – دستاویز کی قسم کی درجہ بندی کریں اور OpenAI کا استعمال کرتے ہوئے اہم فیلڈز جیسے کہ مقدار، تاریخیں، اور نام نکالیں۔", + "help.workflows_step_4": "ایک یا زیادہ مقاصد پر پہنچائیں", + "help.workflows_step_4_create": "ایک یا زیادہ ترسیل کے مقاصد منتخب کریں۔", + "help.workflows_step_5_create": "محفوظ کریں – نئے دستاویزات خود بخود اس پائپ لائن کے ذریعے پروسیس ہوں گے۔", + "help.workflows_typical_steps": "عام مراحل", + "help.workflows_what_is": "Pipeline کیا ہے؟", + "index.badge_intelligent": "ذہین دستاویز پروسیسنگ", + "index.button_browse_files": "فائلیں براؤز کریں", + "index.button_upload": "اپلوڈ کریں", + "index.capabilities_cloud": "کلاؤڈ اسٹوریج: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "ای میل اور ویب پتہ کی بنیاد پر دستاویزات کا حصول", + "index.capabilities_ocr": "OCR اور AI کے ساتھ میٹاڈیٹا نکالنا", + "index.capabilities_paperless": "دستاویزات کے انتظام کے لیے Paperless-ngx کی انضمام", + "index.capabilities_title": "صلاحیتیں", + "index.capabilities_workflows": "خودکار درجہ بندی اور راستہ بنانے کے ورک فلو", + "index.cta_description": "ان ٹیموں میں شامل ہوں جو پہلے سے اپنی دستاویزات کی پروسیسنگ کو DocuElevate کے ساتھ خودکار کر رہی ہیں۔", + "index.cta_heading": "کیا آپ اپنی دستاویز ورک فلو کو بڑھانے کے لئے تیار ہیں؟", + "index.cta_pricing": "قیمتیں دیکھیں", + "index.cta_signup": "ایک مفت اکاؤنٹ بنائیں", + "index.dashboard_subtitle": "ذہین دستاویز پروسیسنگ اور管理", + "index.dashboard_subtitle_teams": "ذہین دستاویز پروسیسنگ اور انتظام — ٹیموں کے لئے بنایا گیا", + "index.feature_ai": "AI میٹاڈیٹا نکالنا", + "index.feature_ai_desc": "OpenAI، Claude، Gemini، اور دیگر پلگ ایبل AI فراہم کنندگان دستاویزات کی درجہ بندی کرتے ہیں اور اہم معلومات جیسے تاریخیں، مقدار، اور مضامین نکالتے ہیں۔", + "index.feature_cloud": "ملٹی-کلاؤڈ اسٹوریج", + "index.feature_cloud_desc": "پروسیس شدہ فائلوں کو Dropbox، Google Drive، OneDrive، Amazon S3، Nextcloud، Paperless NGX، WebDAV، FTP/SFTP، اور مزید میں روٹ کریں۔", + "index.feature_email": "ای میل اور IMAP حاصل کرنا", + "index.feature_email_desc": "جی میل یا کسی بھی IMAP میل باکس سے خودکار طور پر دستاویزات کو کھینچیں — دستی اپلوڈ کی ضرورت نہیں۔", + "index.feature_ocr": "OCR اور متن نکالنا", + "index.feature_ocr_desc": "Azure Document Intelligence سکین شدہ PDFs اور امیجز کو خود بخود مکمل طور پر قابل تلاش متن میں تبدیل کرتا ہے۔", + "index.feature_pipelines": "حسب ضرورت Pipelines", + "index.feature_pipelines_desc": "کنفیگریبل مراحل کے ساتھ پروسیسنگ پائپ لائنز بنائیں — OCR، AI نکالنا، فارمیٹ تبدیلی، اور کسی بھی ترتیب میں اسٹوریج روٹ کرنا۔", + "index.feature_search": "مکمل متن کی تلاش", + "index.feature_search_desc": "اپنی پوری آرکائیو میں مواد، میٹاڈیٹا، یا ٹیگ کے ذریعے کسی بھی دستاویز کو فوری طور پر تلاش کریں۔", + "index.feature_section_title": "سمارٹ دستاویز ورک فلو کے لئے آپ کو درکار ہر چیز", + "index.getting_started": "شروع کرنا", + "index.getting_started_1": "سسٹم کی حیثیت کے ذریعے انضمام کی تشکیل کریں", + "index.getting_started_2": "اپنا پہلا دستاویز اپ لوڈ کریں", + "index.getting_started_3": "فائلوں میں نتائج کا جائزہ لیں", + "index.getting_started_learn": "DocuElevate کے بارے میں مزید جانیں", + "index.hero_description": "DocuElevate آپ کے دستاویزات کو اپنی مرضی کے مطابق کرتا ہے، OCR چلاتا ہے، AI کے ساتھ میٹا ڈیٹا کو نکالتا ہے اور فائلوں کو Dropbox، Google Drive، OneDrive، S3، Nextcloud، اور مزید کے لیے روٹ کرتا ہے — سب ایک بے عیب پائپ لائن میں۔", + "index.hero_heading": "اپ لوڈ سے بصیرت تک — خودکار طور پر۔", + "index.hero_login": "لاگ ان کریں", + "index.hero_pricing": "منصوبے اور قیمتوں کو دیکھیں", + "index.hero_signup": "شروع کریں — یہ مفت ہے", + "index.integrations_active": "فعال انضمام", + "index.integrations_storage": "ذخیرہ کے مقاصد", + "index.integrations_title": "انضمام", + "index.integrations_view_status": "سسٹم کی حیثیت دیکھیں", + "index.page_title_dashboard": "ڈیش بورڈ", + "index.page_title_public": "ذہین دستاویز پروسیسنگ", + "index.platform_overview": "پلیٹ فارم کا عمومی جائزہ", + "index.processing_stats": "پروسیسنگ کی تفصیلات", + "index.quick_actions": "فوری کارروائیاں", + "index.quick_documents": "میرے دستاویزات", + "index.quick_documents_desc": "اپنی پروسیس کی گئی فائلوں کو دیکھیں", + "index.quick_search": "تلاش کریں", + "index.quick_search_desc": "دستاویزات میں مکمل متن کی تلاش", + "index.quick_subscription": "میری سبسکرپشن", + "index.quick_subscription_desc": "منصوبہ اور استعمال کی تفصیلات دیکھیں", + "index.quick_system_status": "سسٹم کی حیثیت", + "index.quick_system_status_desc": "انضمام کی صحت چیک کریں", + "index.quick_upload": "دستاویز اپ لوڈ کریں", + "index.quick_upload_desc": "نئی فائل پر عمل کریں", + "index.quick_view_files": "تمام فائلیں دیکھیں", + "index.quick_view_files_desc": "پروسیس کی گئی دستاویزات کا تجزیہ کریں", + "index.single_user_heading": "DocuElevate ڈیش بورڈ", + "index.single_user_subtitle": "ذہین دستاویز پروسیسنگ اور انتظام", + "index.stat_active_integrations": "فعال انضمام", + "index.stat_active_users": "فعال صارفین", + "index.stat_files_month": "اس مہینے کی فائلیں", + "index.stat_files_ocr": "OCR کے ساتھ فائلیں", + "index.stat_files_today": "آج کی فائلیں", + "index.stat_storage_targets": "ذخیرہ کے مقاصد", + "index.stat_this_month": "اس مہینے", + "index.stat_today": "آج", + "index.stat_total_files": "کل فائلیں", + "index.stat_total_processed": "کل پروسیسڈ", + "index.tier_plan": "منصوبہ", + "index.tier_upgrade": "اپ گریڈ کریں", + "index.tier_view_details": "تفصیلی معلومات دیکھیں", + "index.upgrade_daily_limits": "زیادہ روزانہ اور ماہانہ حدیں", + "index.upgrade_description": "زیادہ دستاویزات، زیادہ مقامات اور ترجیحی معاونت حاصل کریں۔", + "index.upgrade_destinations": "زیادہ اسٹوریج مقامات", + "index.upgrade_ocr_pages": "زیادہ OCR صفحات", + "index.upgrade_plan": "اپنی منصوبہ بندی کو بہتر بنائیں", + "index.upgrade_view_pricing": "منصوبے اور قیمتیں دیکھیں", + "index.usage_lifetime": "لائف ٹائم فائلیں", + "index.usage_month": "اس مہینے کی فائلیں", + "index.usage_my_usage": "میری استعمال", + "index.usage_today": "آج کی فائلیں", + "index.usage_unlimited": "غیر محدود", + "integrations.access_key_label": "ایکسس کی آئی ڈی", + "integrations.active_label": "فعال", + "integrations.add_button": "انٹیگریشن شامل کریں", + "integrations.add_first_button": "اپنی پہلی انٹیگریشن شامل کریں", + "integrations.api_token_label": "API ٹوکن", + "integrations.authorize_btn": "اجازت دیں", + "integrations.authorize_reauth": "دوبارہ اجازت دیں", + "integrations.bucket_label": "بالٹی", + "integrations.configure": "تشکیل کریں", + "integrations.connect": "متصل کریں", + "integrations.connected": "متصل", + "integrations.connection_failed": "کنکشن ناکام", + "integrations.connection_success": "کنکشن کامیاب", + "integrations.delete_confirm_are_you_sure": "کیا آپ کو یقین ہے کہ آپ حذف کرنا چاہتے ہیں", + "integrations.delete_confirm_title": "انٹیگریشن حذف کریں؟", + "integrations.delete_confirm_undone": "یہ عمل واپس نہیں کیا جا سکتا.", + "integrations.delete_emails_label": "پروسیسنگ کے بعد ای میلز حذف کریں", + "integrations.delete_files_label": "پروسیسنگ کے بعد فائلیں حذف کریں", + "integrations.destinations_quota_label": "ذخیرہ مقاصد:", + "integrations.destinations_section": "مقاصد", + "integrations.direction_destination": "مقصد (ذخیرہ)", + "integrations.direction_label": "سمت", + "integrations.direction_placeholder": "\u0004d9\u00062 \u0004d8\u00062\u0004d8 \u000634\u00064a\u00062\u0000", + "integrations.direction_source": "ماخذ (داخلہ)", + "integrations.disconnect": "منقطع کریں", + "integrations.email_settings": "ای میل فارورڈ سیٹنگز", + "integrations.empty_state": "کوئی مربوطات تشکیل نہیں دی گئیں", + "integrations.endpoint_label": "اینڈپوائنٹ یو آر ایل", + "integrations.endpoint_optional": "(اختیاری، S3 کمپٹیبل کے لئے)", + "integrations.folder_label": "فولڈر", + "integrations.folder_optional": "(اختیاری)", + "integrations.folder_path_label": "فولڈر کا راستہ", + "integrations.folder_prefix_label": "فولڈر کا پیش لفظ", + "integrations.generic_settings_hint": "اس انٹیگریشن قسم کی تشکیل تخلیق کے بعد API کے ذریعے JSON کے طور پر فراہم کی جا سکتی ہے.", + "integrations.gmail_hint": "جی میل لیبلز اور ستارہ: جب فعال ہو جائے تو، پروسیس کی گئی ای میلز پر ستارہ لگایا جاتا ہے اور جی میل میں \"انجسٹڈ\" لیبل کے ساتھ ٹیگ کیا جاتا ہے۔ یہ صرف جی میل سرورز پر لاگو ہوتا ہے.", + "integrations.gmail_labels": "جی میل لیبلز اور ستارہ لگائیں", + "integrations.host_label": "ہوسٹ", + "integrations.imap_settings": "IMAP کی ترتیبات", + "integrations.loading": "انٹیگریشنز لوڈ ہو رہی ہیں\u0000", + "integrations.modal_close": "موڈل بند کریں", + "integrations.modal_title_add": "انٹیگریشن شامل کریں", + "integrations.modal_title_edit": "انٹیگریشن ایڈٹ کریں", + "integrations.name_label": "لیبل", + "integrations.name_placeholder": "جیسے کہ Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Nextcloud کی ترتیبات", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "آپ کا پہلا انضمام شامل کریں تاکہ جدید ذرائع (جیسے IMAP) اور ذخیرہ مقامات (جیسے S3، Dropbox، یا Google Drive) کو جوڑا جا سکے۔", + "integrations.not_connected": "متصل نہیں", + "integrations.oauth_folder_label": "فولڈر", + "integrations.oauth_hint": "اس انضمام کو پہلے محفوظ کریں، پھر OAuth سٹریم مکمل کرنے کے لیے Authorize بٹن کا استعمال کریں۔ آپ کی اسناد آپ کے ذاتی انضمام ریکارڈ میں محفوظ طریقے سے محفوظ کی جائیں گی۔", + "integrations.page_title": "مربوطات", + "integrations.paperless_settings": "Paperless NGX کی ترتیبات", + "integrations.password_label": "پاس ورڈ", + "integrations.paused": "روکا گیا", + "integrations.plan_label": "پلان:", + "integrations.port_label": "پورٹ", + "integrations.quota_not_available": "(دستیاب نہیں)", + "integrations.quota_unlimited": "/ لامتناہی", + "integrations.recipient_label": "موصول کنندہ ای میل", + "integrations.region_label": "علاقہ", + "integrations.remote_path_label": "دور دراز کا راستہ", + "integrations.s3_prefix_label": "پری فکس (فولڈر راستہ)", + "integrations.s3_settings": "S3 کی ترتیبات", + "integrations.secret_key_label": "خفیہ رسائی کلید", + "integrations.show_password": "پاس ورڈ دکھائیں", + "integrations.show_secrets": "راز دکھائیں", + "integrations.show_token": "ٹوکین دکھائیں", + "integrations.source_local": "مقامی فائل سسٹم", + "integrations.source_type_label": "ذرائع کی قسم", + "integrations.sources_quota_label": "میل باکس ذرائع:", + "integrations.sources_section": "ذرائع", + "integrations.subtitle": "اپنی جدید ذرائع اور ذخیرہ مقامات کو ایک جگہ پر منظم کریں۔", + "integrations.title": "مربوطات", + "integrations.type_label": "انضمام کی قسم", + "integrations.type_placeholder": "\u0000A0 پہلے سمت منتخب کریں \u0000A0", + "integrations.upgrade_plan": "پلان کو اپ گریڈ کریں", + "integrations.use_ssl": "SSL کا استعمال کریں", + "integrations.username_label": "یوزر کا نام", + "integrations.watch_folder_settings": "گھریلو فولڈر کی ترتیبات", + "integrations.webdav_settings": "WebDAV کی ترتیبات", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook جدید کاری", + "integrations.webhook_how_heading": "Webhook جدید کاری کیسے کام کرتی ہے", + "integrations.webhook_how_text": "ایک ویب ہک انضمام بیرونی نظاموں کو ڈاکیومینٹس کو براہ راست DocuElevate میں REST API کے ذریعے بھیجنے کی اجازت دیتا ہے۔ DocuElevate نئی فائلوں کے لیے پولنگ کرنے کے بجائے (جیسے IMAP) آپ کی ایپلیکیشن HTTP درخواست کے ذریعے ایک API ٹوکن کی تصدیق کے ساتھ ڈاکیومینٹس کو DocuElevate کو بھیجتی ہے۔", + "integrations.webhook_ideal_text": "یہ CI/CD پائپ لائنز، خودکار اسکرپٹس، سکینر انضمام، یا کسی بھی نظام کے لیے مثالی ہے جو ڈاکیومینٹس تیار کرتا ہے اور انہیں پروسیسنگ کے لیے بھیجنے کی ضرورت ہوتی ہے۔", + "integrations.webhook_quick_start": "جلدی شروعات", + "integrations.webhook_security_tip": "ہر انضمام کے لیے ایک وقف API ٹوکن بنائیں اور اگر یہ کمزور ہوا تو فوراً منسوخ کریں۔ ٹوکنز API Tokens صفحے پر منظم کیے جا سکتے ہیں۔", + "integrations.webhook_step1": "جائیں {api_tokens_link} اور ایک ذاتی ٹوکن بنائیں۔", + "integrations.webhook_upload_with_token": "API کے ذریعے ڈاکیومینٹس اپ لوڈ کرنے کے لیے ٹوکن کا استعمال کریں:", + "language.bg": "بلغاری", + "language.ca": "کاتالان", + "language.change_success": "زبان کو {language} میں تبدیل کیا گیا", + "language.changed": "زبان کو {language} میں تبدیل کیا گیا", + "language.cs": "چیک", + "language.da": "ڈینش", + "language.de": "جرمن", + "language.el": "یونانی", + "language.en": "انگریزی", + "language.es": "ہسپانوی", + "language.et": "ایسٹونین", + "language.fi": "فن لینڈ", + "language.fr": "فرانسیسی", + "language.ga": "آئرش", + "language.hr": "کرواتی", + "language.hu": "مَجاری", + "language.is": "آئس لینڈ", + "language.it": "اطالوی", + "language.lb": "لکسمبرگیش", + "language.lt": "لٹوین", + "language.lv": "لٹوین", + "language.nb": "نارویجین", + "language.nl": "ڈچ", + "language.no_results": "کوئی زبانیں نہیں ملیں", + "language.pl": "پولش", + "language.pt": "پرتگالی", + "language.ro": "رومانوی", + "language.ru": "روسی", + "language.search_placeholder": "زبانیں تلاش کریں\u0010", + "language.selector": "زبان", + "language.selector_label": "زبان منتخب کریں", + "language.sk": "سلوواک", + "language.sl": "سلووینیائی", + "language.sv": "سویڈش", + "language.tr": "ترکی", + "language.uk": "یوکرینی", + "language.zh": "چینی", + "nav.about": "کے بارے میں", + "nav.account_menu": "اکاؤنٹ مینو", + "nav.account_menu_for": "{name} کے لئے اکاؤنٹ مینو", + "nav.admin": "ایڈمن", + "nav.admin.audit_logs": "آڈٹ لاگ", + "nav.admin.backups": "بیک اپ", + "nav.admin.plans": "منصوبے", + "nav.admin.scheduled_jobs": "شیڈول کردہ ملازمتیں", + "nav.admin.users": "صارفین", + "nav.admin_actions": "ایڈمن ایکشنز", + "nav.admin_menu": "ایڈمن مینو", + "nav.api_docs": "API دستاویزات", + "nav.api_tokens": "API ٹوکن", + "nav.backup_restore": "بیک اپ اور بحالی", + "nav.credentials": "اسناد", + "nav.dark_mode": "ڈارک موڈ", + "nav.dashboard": "ڈیش بورڈ", + "nav.developer_docs": "ڈیولپر دستاویزات", + "nav.duplicates": "ڈپلیکیٹس", + "nav.file_manager": "فائل منیجر", + "nav.files": "فائلیں", + "nav.get_started": "شروع کرو", + "nav.help": "مدد", + "nav.help_center": "مدد کا مرکز", + "nav.imap": "ای میل درآمد", + "nav.integrations": "انضمام", + "nav.light_mode": "ہلکا موڈ", + "nav.login": "لاگ ان", + "nav.logout": "لاگ آؤٹ", + "nav.main_navigation": "اہم نیویگیشن", + "nav.my_subscription": "میری سبسکرپشن", + "nav.notifications": "نوٹیفیکیشنز", + "nav.open_main_menu": "اہم مینو کھولیں", + "nav.pipelines": "پائپ لائنیں", + "nav.plan_designer": "پلان ڈیزائنر", + "nav.pricing": "قیمتیں", + "nav.profile": "پروفائل", + "nav.profile_settings": "پروفائل کی ترتیبات", + "nav.queue": "قطار", + "nav.queue_monitor": "قطار مانیٹر", + "nav.scheduled_jobs": "شیڈول کردہ کام", + "nav.search": "تلاش", + "nav.settings": "سیٹنگز", + "nav.shared_links": "شیئر کردہ لنکس", + "nav.sign_out": "لاگ آؤٹ", + "nav.signup": "سائن اپ", + "nav.similarity": "شباہت", + "nav.skip_to_content": "اہم مواد پر جائیں", + "nav.status": "حیثیت", + "nav.subscription": "سبسکرپشن", + "nav.toggle_dark_mode": "تاریک موڈ کو سوئچ کریں", + "nav.toggle_nav": "نیویگیشن مینو کو سوئچ کریں", + "nav.upload": "اپ لوڈ کریں", + "nav.users": "صارفین", + "nav.version": "ورژن کی معلومات", + "notifications.filter_all": "سب", + "notifications.filter_read": "صرف پڑھے گئے", + "notifications.filter_unread": "صرف نہ پڑھے ہوئے", + "notifications.manage_desc": "اپنے نوٹیفیکیشن ان باکس، ہدف اور ایونٹ کی ترجیحات کا انتظام کریں", + "notifications.mark_all_read": "سب کو پڑھا ہوا نشان زد کریں", + "notifications.mark_all_read_btn": "سب کو پڑھا ہوا نشان زد کریں", + "notifications.mark_read": "پڑھا ہوا نشان زد کریں", + "notifications.no_notifications": "کوئی نوٹیفیکیشن نہیں", + "notifications.page_title": "نوٹیفیکیشنز", + "notifications.tab_inbox": "ان باکس", + "notifications.tab_settings": "سیٹنگز", + "notifications.title": "نوٹیفکیشنز", + "notifications.unread_count": "{count} unread notifications", + "pipelines.active_label": "فعال", + "pipelines.add_step_btn": "مرحلہ شامل کریں", + "pipelines.create": "پائپ لائن بنائیں", + "pipelines.custom_label_label": "حسب ضرورت لیبل", + "pipelines.default_label": "ڈیفالٹ", + "pipelines.description_label": "تفصیل", + "pipelines.description_placeholder": "اختیاری تفصیل", + "pipelines.disabled_label": "معذور", + "pipelines.edit": "پائپ لائن میں ترمیم کریں", + "pipelines.empty_state": "ابھی تک کوئی پائپ لائنز نہیں ہیں", + "pipelines.empty_state_hint": "اپنی پہلی پائپ لائن بنائیں تاکہ حسب ضرورت دستاویز پروسیسنگ ورک فلو کی وضاحت کی جا سکے۔", + "pipelines.enabled_label": "فعال", + "pipelines.force_cloud_ocr_label": "کلاؤڈ OCR کو مجبور کریں (مقامی ٹیکسٹ نکالنے کو چھوڑیں)", + "pipelines.inactive_label": "غیر فعال", + "pipelines.loading": "پائپ لائنز لوڈ ہو رہی ہیں\u0019", + "pipelines.name_placeholder": "میری پائپ لائن", + "pipelines.new_pipeline_btn": "نئی پائپ لائن", + "pipelines.no_steps": "کوئی مراحل مشخص نہیں ہیں۔ اپنی پائپ لائن بنانے کے لیے ایک مرحلہ شامل کریں۔", + "pipelines.ocr_auto": "خودکار (نظام کا ڈیفالٹ استعمال کریں)", + "pipelines.ocr_language_hint": "Tesseract/EasyOCR کے لئے عالمی زبان کی ترتیب کو اوور رائیڈ کرتا ہے۔ Azure اور Mistral زبان کا خود کار انداز میں تعین کرتے ہیں۔", + "pipelines.ocr_language_label": "OCR زبان", + "pipelines.optional_suffix": "(اختیاری)", + "pipelines.page_title": "پروسیسنگ پائپ لائنز", + "pipelines.set_default": "میری ڈیفالٹ پائپ لائن کے طور پر مرتب کریں", + "pipelines.step_label_placeholder": "ڈیفالٹ مرحلے کے نام کو اوور رائیڈ کریں", + "pipelines.step_type_label": "مرحلے کی قسم", + "pipelines.subtitle_intro": "حسب ضرورت دستاویز پروسیسنگ ورک فلو کی وضاحت اور انتظام کریں۔", + "pipelines.subtitle_system_post": "بیج اور تمام صارفین کے لیے قابل دید ہیں۔", + "pipelines.subtitle_system_pre": "نظام کی پائپ لائنیں (ایڈمن نے تخلیق کی ہیں) ایک کے ساتھ دکھائی جاتی ہیں", + "pipelines.system_label": "نظام", + "pipelines.system_pipeline_label": "نظام کی پائپ لائن (تمام صارفین کے لیے قابل دید)", + "pipelines.title": "پروسیسنگ پائپ لائنز", + "profile.avatar_alt": "آپ کی پروفائل تصویر", + "profile.avatar_heading": "پروفائل تصویر", + "profile.avatar_remove": "حسب ضرورت ایوانٹ ہٹا دیں", + "profile.avatar_upload_hint": "ایک JPEG، PNG، GIF، یا WebP تصویر اپ لوڈ کریں جو 2MB تک ہو۔ اگر کوئی حسب ضرورت تصویر مقرر نہیں ہے، تو آپ کا {gravatar} دکھایا جائے گا۔", + "profile.choose_image": "تصویر منتخب کریں\u00105", + "profile.confirm_password": "نیا پاس ورڈ تصدیق کریں", + "profile.contact_email_hint": "سسٹم کی اطلاعات کے لئے استعمال ہوتا ہے۔ یہ آپ کا لاگ ان ای میل تبدیل نہیں کرتا۔", + "profile.contact_email_label": "رابطہ / اطلاع ای میل", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "موجودہ پاس ورڈ", + "profile.dismiss": "ختم کریں", + "profile.display_name_hint": "اپنا اکاؤنٹ کا صارف نام یا ای میل استعمال کرنے کے لئے خالی چھوڑ دیں۔", + "profile.display_name_label": "ظاہر نام", + "profile.display_name_placeholder": "آپ کا نام جو UI میں دکھائی دیتا ہے", + "profile.general_heading": "عمومی معلومات", + "profile.gravatar_link": "Gravatar", + "profile.heading": "پروفائل کی ترتیبات", + "profile.language_auto_detect": "خودکار شناخت (براؤزر سے)", + "profile.language_hint": "اپنی پسندیدہ انٹرفیس زبان منتخب کریں۔ “خودکار شناخت” آپ کے براؤزر کی ترتیبات کی پیروی کرتا ہے۔", + "profile.language_label": "UI زبان", + "profile.new_password": "نیا پاس ورڈ", + "profile.new_password_hint": "کم از کم 8 حروف۔", + "profile.page_title": "پروفائل کی ترتیبات - DocuElevate", + "profile.password_heading": "پاس ورڈ تبدیل کریں", + "profile.preferences_heading": "ترجیحات", + "profile.save_button": "تبدیلیاں محفوظ کریں", + "profile.saving": "محفوظ کر رہا ہے\u00105", + "profile.subtitle": "اپنا ظاہر نام، ایوانٹ، زبان، اور تھیم کی ترجیحات کا انتظام کریں۔", + "profile.theme_dark": "تاریک", + "profile.theme_hint": "“سسٹم ڈیفالٹ” آپ کے آلے کی تاریک موڈ کی ترتیبات کی پیروی کرتا ہے۔", + "profile.theme_label": "رنگ سکیم", + "profile.theme_light": "ہلکا", + "profile.theme_system": "سسٹم ڈیفالٹ", + "profile.update_password": "پاس ورڈ تازہ کریں", + "profile.updating": "اپ ڈیٹ ہو رہا ہے\u0000", + "queue.active_tasks": "ایکٹیو ٹاسک", + "queue.auto_refresh_1": "ہر", + "queue.auto_refresh_2": "سیکنڈز میں خودکار تازہ دم", + "queue.col_arguments": "دلائل", + "queue.col_current_step": "موجودہ مرحلہ", + "queue.col_file": "فائل", + "queue.col_files": "فائلیں", + "queue.col_queue": "قطار", + "queue.col_state": "حالت", + "queue.col_task": "کام", + "queue.col_task_id": "کام ID", + "queue.files_processing": "فائلیں پروسیس ہو رہی ہیں", + "queue.heading": "قطار مانیٹر", + "queue.last_updated": "آخری بار اپ ڈیٹ:", + "queue.loading_stats": "قطار کے اعداد و شمار لوڈ ہو رہے ہیں\u001e", + "queue.no_active_tasks": "کوئی سرگرم کام نہیں ہیں", + "queue.no_data": "کوئی ڈیٹا نہیں", + "queue.no_files_processing": "فی الحال کوئی فائلیں پروسیس نہیں ہو رہیں", + "queue.page_title": "قطار مانیٹر", + "queue.processing_pipeline": "پروسیسنگ پائپ لائن", + "queue.queued_tasks": "قطار میں کام", + "queue.recently_processing": "حال ہی میں پروسیس ہونے والی فائلیں", + "queue.redis_queues": "ریڈیس کیو", + "queue.subtitle": "دستاویز پروسیسنگ پائپ لائن اور سیلری کام کی قطار کا حقیقی وقت کا نقطہ نظر۔", + "queue.workers_online": "آن لائن ورکرز", + "search.button": "تلاش کریں", + "search.error_message": "تلاش عارضی طور پر دستیاب نہیں ہے۔ براہ کرم تھوڑی دیر بعد دوبارہ کوشش کریں۔", + "search.filter_aria_clear": "تمام فلٹرز صاف کریں", + "search.filter_clear_button": "فلٹر صاف کریں", + "search.filter_date_from": "تاریخ سے", + "search.filter_date_to": "تاریخ تک", + "search.filter_document_type": "دستاویز کی قسم", + "search.filter_document_type_placeholder": "جیسے: انوائس", + "search.filter_language": "زبان", + "search.filter_language_placeholder": "جیسے: de", + "search.filter_sender": "بھیجنے والا", + "search.filter_sender_placeholder": "جیسے: ACME کارپوریشن", + "search.filter_tags": "ٹیگ", + "search.filter_tags_placeholder": "جیسے: amazon", + "search.filter_text_quality": "متن کا معیار", + "search.filter_text_quality_all": "سب", + "search.filter_text_quality_high": "اونچا", + "search.filter_text_quality_low": "کم", + "search.filter_text_quality_medium": "درمیانہ", + "search.filter_text_quality_no_text": "کوئی متن نہیں", + "search.heading": "دستاویز تلاش", + "search.input_aria_label": "دستاویزات تلاش کریں", + "search.input_placeholder": "مواد، بھیجنے والا، ٹیگ، قسم کے ذریعے دستاویزات تلاش کریں...", + "search.loading_indicator": "تلاش کر رہے ہیں\u0010", + "search.no_results": "کوئی نتائج نہیں ملے", + "search.page_title": "دستاویزات تلاش کریں", + "search.placeholder": "فائل کے نام، مواد، ٹیگ کے ذریعے تلاش کریں...", + "search.result_empty": "آپ کی تلاش سے ملتی جلتی کوئی دستاویزات نہیں ملی.", + "search.results_count": "{count} نتائج ملے", + "search.saved_aria_save": "موجودہ تلاش محفوظ کریں", + "search.saved_button": "موجودہ محفوظ کریں", + "search.saved_empty": "اب تک کوئی محفوظ تلاش نہیں ہے", + "search.saved_error": "محفوظ تلاشیں لوڈ نہیں کی جا سکیں", + "search.saved_label": "محفوظ کردہ تلاشیں", + "search.saved_loading": "لوڈ ہو رہا ہے...", + "search.title": "دستاویزات تلاش کریں", + "settings.audit_log_btn": "آڈٹ لاگ", + "settings.autocomplete_hint": "مشہور قیمتوں کی تلاش کے لیے ٹائپ کریں، یا کوئی حسب ضرورت قیمت داخل کریں.", + "settings.autocomplete_no_matches": "کوئی میل نہیں \u0012 آپ اب بھی کسی حسب ضرورت قیمت کو ٹائپ کر سکتے ہیں", + "settings.autocomplete_placeholder": "تلاش کرنے کے لیے ٹائپ کریں یا کوئی قیمت داخل کریں\u0010", + "settings.boolean_enable_prefix": "فعال کریں", + "settings.categories_aria": "ترتیبات کے زمرے", + "settings.categories_heading": "زمرے", + "settings.db_wizard_btn": "DB وزرڈ", + "settings.effective_value_label": "موثر قیمت:", + "settings.encrypted_suffix": "= آرام میں محفوظ ہے", + "settings.encrypted_title": "قیمت کو ڈیٹا بیس میں آرام میں محفوظ کیا گیا ہے", + "settings.export_btn": "برآمد کریں", + "settings.export_db_only": "صرف DB ترتیبات", + "settings.export_full_config": "مکمل موثر تشکیل", + "settings.jump_to_category": "زمرے پر جائیں\u0010", + "settings.manage_config_prefix": "تشکیل کا انتظام کریں۔ ترجیح:", + "settings.model_picker_hint": "فہرست سے منتخب کریں یا اپنے فراہم کنندہ کے ذریعہ حمایت شدہ کسی بھی ماڈل کا نام ٹائپ کریں.", + "settings.model_picker_placeholder": "کسی عام ماڈل کا انتخاب کریں یا کسی حسب ضرورت نام کو ٹائپ کریں\u0010", + "settings.no_results_clear": "تلاش کو صاف کریں", + "settings.no_results_heading": "کوئی ترتیبات نہیں ملی", + "settings.no_results_hint": "کسی مختلف تلاش کے اصطلاح کی کوشش کریں یا", + "settings.page_heading": "ایپلیکیشن کی ترتیبات", + "settings.required_label": "(ضروری)", + "settings.reset_confirm": "کیا آپ کو یقین ہے کہ آپ اس ترتیب کو دوبارہ ترتیب دینا چاہتے ہیں؟", + "settings.restart_required_suffix": "= دوبارہ شروع کرنا ضروری ہے", + "settings.revert_btn": "ڈیٹا بیس سے ہٹا دیں", + "settings.revert_title": "ڈیٹا بیس کی اووررائیڈ کو ہٹا کر ماحولیاتی متغیر یا ڈیفالٹ پر واپس جائیں", + "settings.reverting": "واپس جا رہا ہے\u0000...", + "settings.save_all_btn": "تمام تبدیلیاں محفوظ کریں", + "settings.save_error": "ترتیب کو محفوظ کرنے میں ناکامی", + "settings.save_setting_title": "اس ترتیب کو محفوظ کریں", + "settings.save_success": "ترتیب کامیابی سے محفوظ ہو گئی", + "settings.saving_state": "محفوظ کر رہا ہے\u0000...", + "settings.search_aria_label": "ترتیبات تلاش کریں", + "settings.search_clear_aria": "تلاش صاف کریں", + "settings.search_placeholder": "نام، کلید، یا وضاحت کے ذریعے ترتیبات تلاش کریں\u0000...", + "settings.settings_count_suffix": "ترتیبات", + "settings.source_db_badge": "ڈی بی", + "settings.source_default_badge": "ڈیفالٹ", + "settings.source_env_badge": "ماحول", + "settings.title": "ترتیبات", + "settings.toggle_visibility_aria": "پاس ورڈ کی مرئییت کو تبدیل کریں", + "settings.toggle_visibility_title": "قدر دکھائیں/چھپائیں", + "settings.user_autocomplete_empty": "کوئی میل کھاتی ہوئی صارفین نہیں ملی", + "settings.user_autocomplete_hint": "موجودہ صارفین کو نام کے ذریعے تلاش کرنے کے لیے لکھیں یا کسی بھی شناخت کنندہ کو دستی طور پر داخل کریں۔", + "settings.user_autocomplete_placeholder": "صارفین کی تلاش کے لیے لکھنا شروع کریں\u0000...", + "settings.wizard_btn": "جادوگر", + "shared.col_expiry": "میعاد", + "shared.col_file_label": "فائل / لیبل", + "shared.col_link": "لکھ", + "shared.col_views": "مناظر", + "shared.copy_link_aria": "کلپ بورڈ پر لنک کاپی کریں", + "shared.copy_link_title": "لنک کاپی کریں", + "shared.create_btn": "لنک بنائیں", + "shared.create_heading": "نیا مشترکہ لنک بنائیں", + "shared.creating": "بنا رہے ہیں\u0000...", + "shared.expiry_12h": "12 گھنٹے", + "shared.expiry_14d": "14 دن", + "shared.expiry_1h": "1 گھنٹہ", + "shared.expiry_24h": "24 گھنٹے (1 دن)", + "shared.expiry_30d": "30 دن", + "shared.expiry_3d": "3 دن", + "shared.expiry_6h": "6 گھنٹے", + "shared.expiry_7d": "7 دن", + "shared.expiry_label": "میعاد", + "shared.expiry_never": "کبھی نہیں", + "shared.file_id_help_post": "صفحہ یا دستاویز کی تفصیلات کے URL پر۔", + "shared.file_id_help_pre": "فائل ID کو تلاش کریں", + "shared.file_id_label": "فائل ID", + "shared.file_id_placeholder": "جیسے 42", + "shared.files_link": "فائلیں", + "shared.heading": "منقولہ روابط", + "shared.label_label": "لیبل", + "shared.label_placeholder": "جیسے بوپ کے ساتھ شیئر کیا گیا", + "shared.link_created": "منقولہ لنک بن گیا!", + "shared.link_created_help": "اس لنک کو کاپی کریں اور وصول کرنے والے کو بھیجیں۔", + "shared.links_count_aria": "لنکس کی تعداد", + "shared.max_downloads_label": "زیادہ سے زیادہ ڈاؤن لوڈ", + "shared.no_links": "ابھی تک کوئی منقولہ لنک نہیں ہیں۔ شروع کرنے کے لیے اوپر ایک بنائیں۔", + "shared.open_in_new_tab": "نئے ٹیب میں کھولیں", + "shared.open_link_aria": "منقولہ لنک کھولیں", + "shared.optional": "(اختیاری)", + "shared.page_title": "منقولہ روابط - DocuElevate", + "shared.password_label": "پاس ورڈ", + "shared.password_placeholder": "بغیر پاس ورڈ کے چھوڑ دیں", + "shared.password_protected": "پاس ورڈ محفوظ ہے", + "shared.refresh_aria": "منقولہ روابط کی فہرست کو تازہ کریں", + "shared.revoke_aria_prefix": "منقولہ لنک کو منسوخ کریں", + "shared.revoke_btn": "منسوخ کریں", + "shared.status_active": "فعال", + "shared.status_expired": "میعاد ختم", + "shared.status_limit_reached": "حد تک پہنچ گئی", + "shared.status_revoked": "منسوخ", + "shared.subtitle": "دستاویزات کو وقت کی حد یا نظر کی حد والے لنک کے ذریعے کسی کے ساتھ شیئر کریں۔ وصول کرنے والوں کو DocuElevate اکاؤنٹ کی ضرورت نہیں ہے۔ لنکس پاس ورڈ سے محفوظ ہوسکتے ہیں اور کسی بھی وقت منسوخ کیے جا سکتے ہیں۔", + "shared.table_aria": "منقولہ روابط", + "shared.unlimited_placeholder": "لامحدود", + "shared.your_links": "آپ کے منقولہ روابط", + "similarity.backfill_auto": "پس منظر کا کام ہر 5 منٹ بعد خود بخود حساب کرے گا، یا آپ", + "similarity.files_missing_text": "فائلوں میں OCR متن ہے لیکن ابھی تک ایمبیڈنگ نہیں ہے۔", + "similarity.find_pairs_btn": "جوڑ تلاش کریں", + "similarity.heading": "دستاویز کی مماثلت", + "similarity.load_error": "جوڑ لوڈ کرنے میں ناکامی۔", + "similarity.min_similarity_label": "کم از کم مماثلت", + "similarity.no_pairs_detail": "کوئی دستاویز جوڑے مماثلت کی حد سے آگے نہیں بڑھتے۔", + "similarity.no_pairs_heading": "کوئی مشابه جوڑے نہیں ملے", + "similarity.page_title": "دستاویز کی مماثلت - DocuElevate", + "similarity.pagination_aria": "مماثلت کے جوڑے کی صفحہ بندی", + "similarity.per_page_label": "فی صفحہ", + "similarity.scanning": "مشابه دستاویز کے جوڑوں کا اسکننگ\u0000...", + "similarity.stat_embedding_model": "ایمبیڈنگ ماڈل", + "similarity.stat_missing_embedding": "غیر موجود ایمبیڈنگ", + "similarity.stat_total_files": "کل فائلیں", + "similarity.stat_with_embedding": "ایمبیڈنگ کے ساتھ", + "similarity.subtitle": "اعلیٰ معنوی مماثلت کے ساتھ دستاویزات کے جوڑے، سکور کے مطابق درجہ بند ہے۔", + "similarity.trigger_aria": "ایمبیڈنگ کی حساب کتاب کے لیے تمام فائلوں کی محرک کمپیوٹیشن کو ٹرگر کریں جن میں ایمبیڈنگ نہیں ہیں", + "similarity.trigger_now": "اب اس کا آغاز کریں", + "status.app_version": "ایپ ورژن", + "status.build_date": "تعمیر کی تاریخ", + "status.container_id": "کنٹینر ID", + "status.git_commit": "Git کمیٹ", + "status.last_check": "آخری جانچ", + "status.page_title": "نظام کی حیثیت", + "status.setting_label": "ترتیب", + "status.value_label": "قیمت", + "subscription.available_plans_heading": "دستیاب منصوبے", + "subscription.back_to_dashboard": "ڈیش بورڈ پر واپس جائیں", + "subscription.cancel_pending": "تبدیلی منسوخ کریں", + "subscription.cancel_scheduled": "شیڈول کردہ تبدیلی منسوخ کریں", + "subscription.contact_sales": "سیلز سے رابطہ کریں", + "subscription.current_badge": "موجودہ", + "subscription.current_plan": "موجودہ منصوبہ", + "subscription.current_plan_cta": "آپ کا موجودہ منصوبہ", + "subscription.downgrade_to_prefix": "کم کرنے کے لیے", + "subscription.features_heading": "آپ کے منصوبے میں کیا شامل ہے", + "subscription.free": "مفت", + "subscription.heading": "میری رکنیت", + "subscription.keep_plan_prefix": "رکھیں", + "subscription.lifetime_files": "مجموعی فائلیں (زندگی بھر)", + "subscription.month_files": "اس مہینے کی فائلیں", + "subscription.more_features_label": "مزید", + "subscription.page_title": "میری رکنیت – DocuElevate", + "subscription.pending_badge": "زیر التوا", + "subscription.pending_benefits": "آپ تب تک تمام موجودہ منصوبے کے فوائد برقرار رکھتے ہیں۔", + "subscription.pending_on": "پر", + "subscription.pending_title": "زیر التوا منصوبے کی تبدیلی کا شیڈول", + "subscription.pending_will_change": "آپ کا منصوبہ تبدیل ہو جائے گا", + "subscription.per_mo": "/ماہ", + "subscription.per_month": "/مہینہ", + "subscription.since": "کے بعد", + "subscription.single_user_body": "جب ملٹی یوزر موڈ فعال ہوتا ہے تو رکنیت کی پرتیں لاگو ہوتی ہیں۔ آپ کا انسٹنس اس وقت سنگل یوزر موڈ میں چلتا ہے جس میں کوئی پروسیسنگ کی حدود نہیں ہیں۔ ایک ایڈمن ملٹی یوزر موڈ کو {settings_link} کے ذریعے فعال کر سکتا ہے۔", + "subscription.single_user_title": "ملٹی یوزر موڈ فعال نہیں ہے۔", + "subscription.subtitle": "آپ کا موجودہ منصوبہ، استعمال اور دستیاب اپ گریڈز۔", + "subscription.this_month_label": "اس مہینے", + "subscription.today_files": "آج کی فائلیں", + "subscription.today_label": "آج", + "subscription.unlimited": "بےحد", + "subscription.upgrade_info": "اپ گریڈ فوراً اثر انداز ہوتے ہیں۔ کم کرنے کے لئے آپ کے موجودہ بلنگ مدت کے آخر میں شیڈول کیا جاتا ہے۔", + "subscription.upgrade_to_prefix": "اپ گریڈ کریں", + "subscription.usage_heading": "استعمال", + "upload.browse_button": "فائلیں تلاش کریں", + "upload.button_processing": "پروسیسنگ...", + "upload.camera_button": "تصویر لیں / دستاویز سکین کریں", + "upload.download_button": "ڈاؤن لوڈ اور پروسیس کریں", + "upload.downloading": "URL سے فائل ڈاؤن لوڈ ہو رہی ہے...", + "upload.drag_drop": "فائلیں یہاں ڈریگ اور ڈراپ کریں یا براؤز کرنے کے لیے کلک کریں", + "upload.drop_hint_desktop": "فائلیں یا فولڈر یہاں ڈریگ اور ڈراپ کریں، یا فائلیں منتخب کرنے کے لیے کلک کریں۔", + "upload.drop_hint_mobile": "فائلیں منتخب کرنے کے لیے ٹیپ کریں یا نیچے والے کیمرے کے بٹن کا استعمال کریں۔", + "upload.drop_zone_aria": "فائل اپ لوڈ کا علاقہ۔ فائلیں یہاں ڈریگ اور ڈراپ کریں، یا فائلیں براؤز کرنے کے لیے Enter دبائیں۔", + "upload.error": "اپ لوڈ ناکام", + "upload.error_invalid_url": "غیر موزوں URL شکل", + "upload.error_url_required": "براہ کرم ایک URL درج کریں", + "upload.file_size_hint": "زیادہ سے زیادہ سائز: 500 MB فی فائل", + "upload.file_types": "اجازت شدہ اقسام: PDF، آفس کی دستاویزات (ورڈ، ایکسل، پاورپوائنٹ وغیرہ)، تصاویر", + "upload.filename_description": "URL سے فائل نام استعمال کرنے کے لیے خالی چھوڑیں", + "upload.filename_label": "فائل کا نام (اختیاری)", + "upload.filename_placeholder": "میری-دستاویز.pdf", + "upload.max_size": "زیادہ سے زیادہ فائل کا سائز: {size}", + "upload.page_title": "فائلیں اپ لوڈ کریں", + "upload.section_device": "آلہ سے اپ لوڈ کریں", + "upload.section_url": "URL سے اپ لوڈ کریں", + "upload.select_file": "فائل منتخب کریں", + "upload.success": "فائل کامیابی سے اپ لوڈ ہو گئی", + "upload.title": "دستاویز اپ لوڈ کریں", + "upload.uploading": "اپ لوڈ ہو رہا ہے...", + "upload.url_description": "ایک براہ راست لنک درج کریں ایک فائل کے لیے (PDF، آفس دستاویزات، یا تصاویر)", + "upload.url_label": "فائل کا یو آر ایل", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/uz.json b/frontend/translations/uz.json new file mode 100644 index 00000000..bfe4ad81 --- /dev/null +++ b/frontend/translations/uz.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "Ijodkor bilan tanishing", + "about.creator_name": "Kristian Krakau-Louis", + "about.creator_pre": "DocuElevate ni ehtiros bilan ishlab chiqadi", + "about.features_admin_api": "Dasturiy kirish uchun kuchli REST API", + "about.features_admin_config": "Atrof-muhit o'zgaruvchilari orqali yuqori darajada sozlanishi mumkin", + "about.features_admin_docker": "Oson joylashtirish va kengaytirish uchun Docker tayyor", + "about.features_admin_heading": "Boshqaruv", + "about.features_admin_oauth2": "Authentik bilan OAuth2 autentifikatsiya qo'llab-quvvatlash", + "about.features_automation_background": "Redis va Celery bilan fonni qayta ishlash", + "about.features_automation_gmail": "Gmail va umumiy elektron pochta hisoblari bilan integratsiya", + "about.features_automation_heading": "Avtomatlashtirish", + "about.features_automation_imap": "Bir nechta manbalardan IMAP pochta qutisini kuzatish", + "about.features_automation_ingestion": "Turli kiritmalardan avtomatik hujjat olish", + "about.features_heading": "Asosiy Xususiyatlar", + "about.features_integration_cloud": "Bulutli saqlash: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integratsiya & Saqlash", + "about.features_integration_multi_dest": "Bir nechta manzilga qo'llab-quvvatlash (hujjatlarni bir nechta joylarda saqlash)", + "about.features_integration_protocols": "Uzatish protokollari: FTP, SFTP, Elektron pochta yo'naltirish", + "about.features_integration_selfhosted": "O'z serverida ishlaydigan variantlar: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Intelligent hujjat tasnifi va sana olish", + "about.features_processing_heading": "Hujjatni qayta ishlash", + "about.features_processing_metadata": "Takrorlanuvchi AI provayderidan foydalanib avtomatik metadata olish", + "about.features_processing_ocr": "Azure Hujjat Aqliga asoslangan OCR", + "about.features_processing_pdf": "Gotenberg orqali turli fayl formatlari uchun PDF formatiga aylantirish", + "about.features_processing_upload": "Munosib va xavfsiz fayl yuklash, sudrab olib o'tish qo'llab-quvvatlash bilan", + "about.github_logo_alt": "GitHub logotipi", + "about.heading": "DocuElevate haqida", + "about.intro_post": " – sizning zamonaviy, aqlga sig'maydigan hujjatni qayta ishlash echimingiz! Biz DocuElevate ni sizning hujjatlaringizni qo'lga olishdan tortib, qayta ishlash va saqlashgacha bo'lgan usulni butunlay o'zgartirish uchun yaratdik.", + "about.intro_pre": "Xush kelibsiz ", + "about.involved_description": "Kodga kirmoqchimisiz, g'oyalar qo'shmoqchimisiz yoki DocuElevate haqida ko'proq ma'lumot olishni xohlaysizmi?", + "about.involved_docs": "Hujjatlarni o'qing", + "about.involved_github": "DocuElevate ni GitHub da ko'ring", + "about.involved_heading": "Ishtirok eting", + "about.involved_website": "DocuElevate veb-saytiga tashrif buyuring", + "about.legal_description": "Biz sizning shaxsiy hayotingiz va ma'lumotlaringiz xavfsizligiga g'amxo'rlik qilamiz. Iltimos, bizning:", + "about.legal_heading": "Shaxsiy hayot va Huquqiy", + "about.legal_license": "Litsenziya to'g'risida ma'lumot", + "about.legal_privacy": "Shaxsiy hayot to'g'risidagi ogohlantirish", + "about.page_title": "DocuElevate haqida", + "about.story_heading": "Bizning Hikoyamiz", + "about.story_p1": "DocuElevate bir maqsad bilan yaratildi: hujjatlarni boshqarishni barcha uchun, bo'sh boshlovchi yoki katta korporatsiya bo'lsin, soddalashtirish va ravonlashtirish.", + "about.story_p2": "Biz metama'lumotlarni olish va matnni takomillashtirish uchun plaginli AI provayderlarining kuchidan (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey va boshqalar) foydalanyapmiz, saqlash va indekslash uchun Dropbox, Nextcloud va Paperless NGX bilan muammosiz integratsiyani ta'minlaymiz, OCR uchun Azure Document Intelligence'dan foydalanamiz va hatto faylni PDF ga aylantirish uchun Gotenberg'dan foydalanamiz.", + "api_tokens.col_created": "Yaratilgan", + "api_tokens.col_last_ip": "Oxirgi IP", + "api_tokens.col_last_used": "Oxirgi ishlatilgan", + "api_tokens.col_name": "Ism", + "api_tokens.col_prefix": "Token prefiksi", + "api_tokens.copy_to_clipboard": "Tokenni clipboardga nusxalash", + "api_tokens.copy_upload_example": "Yuklash misolini clipboardga nusxalash", + "api_tokens.copy_warning_1": "Bu tokenni hozir nusxalash kerak — bu", + "api_tokens.copy_warning_2": "yana ko'rsatilmaydi", + "api_tokens.create_heading": "Yangi Token Yarating", + "api_tokens.create_token": "Token Yaratish", + "api_tokens.creating": "Yaratilyapti...", + "api_tokens.heading": "API Tokenlar", + "api_tokens.intro": "DocuElevate API bilan dasturlashda o'z shaxsiy API tokenlaringizni yarating. Tokenlarni webhook yuklash, CI/CD tushumlari yoki hujjatlarni yuklash yoki qaytarish kerak bo'lgan har qanday skript uchun ishlating.", + "api_tokens.loading_tokens": "Tokenlar yuklanmoqda...", + "api_tokens.never": "Hech qachon", + "api_tokens.no_tokens_heading": "Hali API tokenlari yo'q", + "api_tokens.no_tokens_help": "Birinchi tokeningizni yuqorida yarating.", + "api_tokens.page_title": "API Tokenlar – DocuElevate", + "api_tokens.revoke": "Bekor qilish", + "api_tokens.revoke_prefix": "Tokenni bekor qilish", + "api_tokens.status_active": "Faol", + "api_tokens.status_revoked": "Bekor qilingan", + "api_tokens.table_aria": "API Tokenlar", + "api_tokens.token_created": "Token muvaffaqiyatli yaratildi!", + "api_tokens.token_name_label": "Token nomi", + "api_tokens.token_name_placeholder": "masalan. CI Tushumi, Webhook Yuklash, Mening Skriptim", + "api_tokens.usage_heading": "Foydalanish Misoli", + "api_tokens.usage_intro_post": "har qanday API so'rovida sarlavha:", + "api_tokens.usage_intro_pre": "API tokeningizni", + "api_tokens.your_tokens": "Sizning Tokenlaringiz", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "Resurs", + "audit.col_timestamp": "Vaqt tamg'asi", + "audit.critical": "Kritik", + "audit.filter_action": "Harakat", + "audit.filter_all_actions": "Barcha harakatlar", + "audit.filter_all_users": "Barcha foydalanuvchilar", + "audit.filter_resource_placeholder": "masalan. hujjat, foydalanuvchi", + "audit.filter_resource_type": "Resurs turi", + "audit.filter_severity": "Jiddiylik", + "audit.filter_user": "Foydalanuvchi", + "audit.filters_section_label": "Audit log filtrlar", + "audit.next": "Keyingi", + "audit.next_label": "Keyingi sahifa", + "audit.no_events": "Hali hech qanday audit voqeasi qayd etilmagan.", + "audit.no_events_hint": "Muqim harakatlar (kirish, hujjat amallari, sozlamalar o'zgarishlari) bu yerda paydo bo'ladi.", + "audit.page_title": "Audit loglari - DocuElevate", + "audit.pagination_label": "Audit log paginatsiyasi", + "audit.prev": "Oldingi", + "audit.prev_label": "Oldingi sahifa", + "audit.refresh_label": "Audit loglarini yangilash", + "audit.siem_disabled_title": "SIEM uzatish o'chirildi", + "audit.siem_enabled_title": "Voqealar uzatilmoqda ", + "audit.siem_off": "SIEM: O'chirilgan", + "audit.subtitle": "Barcha muhim harakatlar bo'yicha to'liq va qo'shilinadigan yozuv.", + "audit.table_label": "Audit log voqealari", + "audit.title": "Audit loglari", + "auth.confirm_password": "Parolni tasdiqlang", + "auth.create_account": "Hisob yaratish", + "auth.display_name_label": "Ko'rsatish nomi", + "auth.email_label": "Elektron pochta", + "auth.forgot_password": "Parolni unutdingizmi?", + "auth.forgot_username": "Foydalanuvchi nomini unutdingizmi?", + "auth.login": "Kirish", + "auth.login_title": "Kirish", + "auth.logo_alt": "DocuElevate logotipi", + "auth.logout": "Chiqish", + "auth.my_account": "Mening hisobim", + "auth.no_account": "Hisobingiz yo'qmi?", + "auth.or_continue_with": "Yoki davom eting", + "auth.password_label": "Parol", + "auth.profile": "Profil", + "auth.remember_me": "Meni eslab qol", + "auth.return_home": "Bosh sahifaga qaytish", + "auth.sign_in": "Kirish", + "auth.sign_in_sso": "SSO bilan kirish", + "auth.sign_in_with": "Kirish", + "auth.sign_in_with_username": "Foydalanuvchi nomi bilan kirish", + "auth.signup": "Ro'yxatdan o'tish", + "auth.signup_title": "Ro'yxatdan o'tish", + "auth.username_label": "Foydalanuvchi nomi", + "auth.username_or_email": "Foydalanuvchi nomi yoki Email", + "auth.verify_email_back_sign_in": "Qaytish", + "auth.verify_email_expiry": "Havola 24 soatda muddati o'tadi. Agar emailni ko'rmasangiz, spam xabarlar papkasini tekshiring.", + "auth.verify_email_heading": "Kirish qutisini tekshiring", + "auth.verify_email_message": "Biz sizga tasdiqlash emailini jo'natdik. Iltimos, hisobingizni faollashtirish uchun emaildagi havolani bosing.", + "auth.verify_email_page_title": "DocuElevate - Emailingizni tasdiqlang", + "auth.verify_email_resend_aria_label": "Qayta jo'natish uchun email manzili", + "auth.verify_email_resend_button": "Tasdiqlash emailini qayta jo'natish", + "auth.verify_email_resend_label": "Email manzili", + "auth.verify_email_resend_placeholder": "Email manzilingizni kiriting", + "auth.verify_email_resend_prompt": "Qabul qilmadingizmi?", + "backup.archives_heading": "Zaxira Arxivi", + "backup.backup_now": "Hozir zaxiralash", + "backup.clean_up": "Tozalash", + "backup.cleanup_title": "Hozir tozalash ishlarini o'tkazing", + "backup.col_created": "Yaralgan", + "backup.col_filename": "Fayl nomi", + "backup.col_size": "O'lchami", + "backup.col_storage": "Saqlash", + "backup.col_type": "Tur", + "backup.config_auto_backup": "Avtomatik zaxira", + "backup.config_remote_dest": "Masofaviy manzil", + "backup.config_retention": "Saqlash muddati", + "backup.config_total_size": "Umumiy lokal o'lcham", + "backup.confirm_btn": "Tasdiqlash", + "backup.confirm_title": "Harakatni tasdiqlang", + "backup.heading": "Zaxira Boshqaruvi", + "backup.local_only": "Faqat lokal", + "backup.no_backups": "Hozircha zaxiralar yo'q.", + "backup.no_backups_hint": "Birinchi zaxirangizni yaratish uchun Hozir zaxiralashni bosing.", + "backup.page_title": "Zaxira Boshqaruvi", + "backup.records_label": "yozuvlar", + "backup.restore_btn": "Qayta tiklash", + "backup.restore_desc_mid": "ma'lumotlar bazasini qayta tiklash uchun zaxira arxivi.", + "backup.restore_desc_pre": "Yuklang a", + "backup.restore_desc_warning": "Bu barcha hozirgi ma'lumotlarni o'zgartiradi.", + "backup.restore_file_label": "Zaxira arxivi (.db.gz)", + "backup.restore_heading": "Fayldan tiklash", + "backup.restoring": "Tiklanmoqda\u0002026", + "backup.retention_daily_detail": "\u0002013 3 hafta saqlanadi", + "backup.retention_heading": "Saqlash siyosati", + "backup.retention_hourly_detail": "\u0002013 4 kun saqlanadi", + "backup.retention_note": "Ushbu chegargacha bo'lgan zaxiralar har yangi zaxira yaratilganda avtomatik ravishda olib tashlanadi.", + "backup.retention_weekly_detail": "\u0002013 ~3 oy saqlanadi", + "backup.snapshots": "snapshotlar", + "backup.status_ok": "ok", + "backup.storage_local": "mahalliy", + "backup.subtitle": "Ma'lumotlar bazasi zaxiralari avtomatik ravishda yaratiladi: soatlik (4 kun), kunlik (3 hafta), haftalik (13 hafta).", + "backup.table_aria": "Zaxira arxivalari", + "backup.trigger_daily": "Hozir zaxiralash (Kunlik)", + "backup.trigger_hourly": "Hozir zaxiralash (Soatlik)", + "backup.trigger_weekly": "Hozir zaxiralash (Haftalik)", + "backup.type_daily": "Kunlik", + "backup.type_hourly": "Soatlik", + "backup.type_weekly": "Haftalik", + "billing.go_to_dashboard": "Boshqaruv paneliga o'ting", + "billing.manage_subscription": "Oboneni boshqarish", + "billing.success_heading": "Sizning hamma narsangiz tayyor!", + "billing.success_message": "Obonangiz faollashtirildi. DocuElevate'ni tanlaganingiz uchun rahmat!", + "billing.success_page_title": "DocuElevate - Obona Faollashtirildi", + "common.actions": "Harakatlar", + "common.active": "Faol", + "common.all": "Hammasi", + "common.avatar": "Avatar", + "common.back": "Orqaga", + "common.cancel": "Bekor qilish", + "common.close": "Yopish", + "common.col_pending": "Kutish", + "common.completed": "Tamomlangan", + "common.confirm": "Tasdiqlash", + "common.copied": "Nusxa olindi!", + "common.copy": "Nusxa olish", + "common.create": "Yaratish", + "common.created": "Yaratildi", + "common.date": "Sana", + "common.delete": "O'chirish", + "common.description": "Tavsif", + "common.details": "Tafsilot", + "common.disabled": "O'chirilgan", + "common.download": "Yuklab olish", + "common.duplicate": "Dublikatsiya", + "common.edit": "Tahrirlash", + "common.enabled": "Faol", + "common.error": "Xato", + "common.failed": "Muvofaqiyatsizlik", + "common.filter": "Filtr", + "common.inactive": "Faol emas", + "common.info": "Ma'lumot", + "common.loading": "Yuklanmoqda...", + "common.name": "Nomi", + "common.next": "Keyingi", + "common.next_page": "Keyingi sahifa", + "common.no": "Yoq", + "common.none": "Yo'q", + "common.page": "Sahifa", + "common.paused": "To'xtatilgan", + "common.pending": "Kutayotgan", + "common.prev_page": "Oldingi sahifa", + "common.previous": "Oldingi", + "common.processing": "Qayta ishlanmoqda", + "common.refresh": "Yangilash", + "common.reset": "Qayta tiklash", + "common.retry": "Qayta urinish", + "common.save": "Saqlash", + "common.search": "Qidirish", + "common.select": "Tanlash", + "common.select_placeholder": "\u0011\u0010 tanlang \u0011\u0010", + "common.size": "Hajmi", + "common.status": "Holati", + "common.submit": "Yuborish", + "common.success": "Muvaffaqiyat", + "common.tags": "Teglar", + "common.test": "Sinov", + "common.test_connection": "Bog'lanishni sinab ko'rish", + "common.type": "Tur", + "common.update": "Yangilash", + "common.updated": "Yangilangan", + "common.upload": "Yuklash", + "common.view": "Ko'rish", + "common.warning": "Ogohlantirish", + "common.yes": "Ha", + "cookie.accept": "Tushundim", + "cookie.learn_more": "Batafsil o'qish", + "cookie.message": "Ushbu veb-sayt sizning tajribangizni yaxshilash uchun cookie-fayllardan foydalanadi.", + "cookie.notice": "DocuElevate faqat autentifikatsiya va xizmat operatsiyalari uchun zarur bo'lgan sessiya cookie-fayllaridan foydalanadi. Har qanday kuzatuv yoki tahlil cookie-fayllari ishlatilmaydi.", + "cookie.notice_label": "Cookie ogohlantirish", + "cookie.policy_link": "Cookie Siyosati", + "cookie.privacy_link": "Maxfiylik Ogohlantirish", + "credentials.col_action": "Harakat", + "credentials.col_credential": "Kredit", + "credentials.col_source": "Manba", + "credentials.configured": "Sozlangan", + "credentials.edit_in_settings": "Sozlamalarda tahrirlash", + "credentials.legend_db": "Ma'lumotlar bazasida saqlangan qiymat (tinch holatda shifrlangan; muhit o'zgaruvchisini o'zgartiradi)", + "credentials.legend_env_after": " fayl", + "credentials.legend_env_before": "Muhit o'zgaruvchisidan olingan qiymat yoki ", + "credentials.legend_missing": "Kredit o'rnatilmagan - integratsiya ishlamaydi", + "credentials.legend_restart": "Bu krediti aylantirilganda qayta yuklash zarur", + "credentials.legend_title": "Legenda", + "credentials.manage_settings": "Sozlamalarni boshqarish", + "credentials.not_configured": "Sozlanmagan", + "credentials.page_title": "Kredit Audit - DocuElevate", + "credentials.raw_json": "Xom JSON (API)", + "credentials.restart_title": "Bu krediti aylantirgandan so'ng qayta yuklash zarur", + "credentials.source_db_title": "Ma'lumotlar bazasida saqlangan (shifrlangan)", + "credentials.source_env_title": "Muhit o'zgaruvchisidan", + "credentials.status_missing": "Mavjud emas", + "credentials.subtitle": "DocuElevate tomonidan foydalaniladigan barcha sezgir kreditlar haqida umumiy ma'lumot. Bu yerda hech qanday sirli qiymatlar ko'rsatilmaydi - faqat har bir kredit qanchalik sozlangan va qayerdan kelganligi.", + "credentials.table_for": "Kreditlar uchun", + "credentials.title": "Kredit Audit", + "credentials.total_credentials": "Jami Kreditlar", + "dashboard.active_integrations": "Faol Integratsiyalar", + "dashboard.files_this_month": "Ushbu Oydagi Fayllar", + "dashboard.files_today": "Bugungi Fayllar", + "dashboard.ocr_processed": "OCR Qayta ishlangan", + "dashboard.quick_actions": "Tezkor Harakatlar", + "dashboard.recent_activity": "So'nggi Faoliyat", + "dashboard.storage_targets": "Saqlash Maqsadlari", + "dashboard.title": "Boshqaruv Paneli", + "dashboard.total_files": "Jami Fayllar", + "dashboard.welcome": "DocuElevate'ga xush kelibsiz", + "duplicates.file_id_label": "Fayl IDsi", + "duplicates.file_id_placeholder": "masalan, 42", + "duplicates.find_btn": "Topish", + "duplicates.found_files": "takroriy fayl(lar) jami.", + "duplicates.found_groups": "takroriy guruh(lar) bilan", + "duplicates.found_prefix": "Topildi", + "duplicates.group_aria": "Takroriy guruh", + "duplicates.heading": "Takroriy Hujjatlar", + "duplicates.how_it_works_heading": "Yaqqol takroriy aniqlash qanday ishlaydi", + "duplicates.max_results_label": "Maksimal natijalar", + "duplicates.near_dup_desc": "Boshqa fayllar bir xil (yoki juda o'xshash) mazmunni o'z ichiga olishini tekshirish uchun hujjatni tanlang — hatto ular turli vaqtlar da skanerlashgan bo'lsa va turlicha SHA-256 xeshlariga ega bo'lsa ham.", + "duplicates.near_dup_heading": "Hujjat uchun Yaqqol Takroriylarni Topish", + "duplicates.no_exact_heading": "Aniq takroriylar topilmadi", + "duplicates.page_title": "Takroriy Hujjatlar - DocuElevate", + "duplicates.pagination_aria": "Sahifalash", + "duplicates.role_duplicate": "Takroriy", + "duplicates.role_original": "Asl", + "duplicates.tab_exact": "Aniq Takroriylar", + "duplicates.tab_near": "Yaqqol Takroriy Topuvchi", + "duplicates.tabs_aria": "Takroriy aniqlash tablari", + "duplicates.threshold_label": "O'xshashlik chegarasi", + "duplicates.view_dup_aria": "Takroriy faylni ko'rish", + "duplicates.view_original_aria": "Asl faylni ko'rish", + "error.404_code": "404", + "error.404_heading": "Uy, biz o'sha sahifani topa olmadik!", + "error.404_home": "Bosh sahifaga qaytish", + "error.404_message": "DocuElevate siz qidirgan hujjatni joyini o'zgartirib yuborgan ko'rinadi. Xavotir olmay, biz sizni qo'llab-quvvatlaymiz.", + "error.404_title": "404 - Topilmadi", + "error.500_code": "500", + "error.500_debug_info": "Khadijat ma'lumotlarini ko'rsatish", + "error.500_description": "Bizning serverlarimizda muammo yuz berdi va bir oz vaqt kerak.", + "error.500_heading": "Uy! Nima unday qilyapti.", + "error.500_home": "Bosh sahifaga o'tish", + "error.500_img_alt": "Server xatoliklari tushuntirishi", + "error.500_message1": "Bizning serverlarimizda muammo yuz berdi va bir oz vaqt kerak. Ehtimol, hamstalar qahvalarini to'kib yuborishdi?", + "error.500_message2": "Biz allaqachon ishga kirishdik — fayllarni saralamoqdamiz, serverlarni qayta ishga tushirmoqdamiz va flux kondensatorlarini qayta kalibrlashmoqdamiz.", + "error.500_title": "Server Xatosi - DocuElevate", + "error.forbidden": "Man etilgan", + "error.forbidden_message": "Sizning ushbu sahifaga kirishga ruxsatingiz yo'q.", + "error.not_found": "Sahifa topilmadi", + "error.not_found_message": "Siz qidirayotgan sahifa mavjud emas.", + "error.server_error": "Ichki server xatosi", + "error.server_error_message": "Nimadir noto'g'ri ketdi. Iltimos, keyinroq qayta urinib ko'ring.", + "error.unauthorized": "Ruxsatsiz", + "error.unauthorized_message": "Ushbu sahifaga kirish uchun tizimga kirishingiz kerak.", + "files.action_delete": "Faylni o'chirish", + "files.action_details": "Tafsilotlarni ko'rish", + "files.action_preview": "Tezkor oldindan ko'rish", + "files.bulk_clear_selection": "Tanlovni tozalash", + "files.bulk_cloud_ocr": "Cloud OCRni qayta ishga tushirish", + "files.bulk_delete": "Tanlanganlarni o'chirish", + "files.bulk_download": "ZIP sifatida yuklab olish", + "files.bulk_reprocess": "Tanlanganlarni qayta qayta ishlash", + "files.delete_modal_cancel": "Bekor qilish", + "files.delete_modal_confirm": "O'chirish", + "files.delete_modal_message": "Ushbu faylni o'chirishni xohlaysizmi?", + "files.delete_modal_title": "O'chirishni tasdiqlash", + "files.document_title": "Hujjat nomi", + "files.drop_overlay_hint": "PDF, Office hujjatlari, rasm, HTML, Markdown va boshqalarni qo'llab-quvvatlaydi – papkalar rekursiv tarzda qayta ishlanadi", + "files.drop_overlay_title": "Yuklash uchun fayllarni yoki papkalarni istalgan joyga tashlang", + "files.error_hint": "Bu konfiguratsiya yoki import muammosi tufayli bo'lishi mumkin. Iltimos, server loglarini tekshiring.", + "files.file_size": "Fayl hajmi", + "files.filename": "Fayl nomi", + "files.files_selected": "tanlangan fayllar", + "files.filter_all_providers": "Barcha ta'minotchilar", + "files.filter_all_statuses": "Barcha holatlar", + "files.filter_all_types": "Barcha turlar", + "files.filter_apply": "Filtrlarni qo'llash", + "files.filter_clear": "Tozalash", + "files.filter_date_from": "Tarihdan", + "files.filter_date_from_aria": "Sana bo'yicha filtr", + "files.filter_date_to": "Gacha sana", + "files.filter_date_to_aria": "Sana gacha filtr", + "files.filter_form_aria": "Fayllarni filtrlang", + "files.filter_mime_type": "MIME turi", + "files.filter_ocr_all": "Barcha fayllar", + "files.filter_ocr_good": "Yaxshi sifat", + "files.filter_ocr_poor": "Yomon sifat", + "files.filter_ocr_quality": "OCR sifati", + "files.filter_ocr_quality_aria": "OCR sifat baliga ko'ra filtrlang", + "files.filter_ocr_unchecked": "Hali baholanmagan", + "files.filter_search_label": "Fayl nomini qidiring", + "files.filter_search_placeholder": "Fayl nomini kiriting...", + "files.filter_storage_provider": "Saqlash provayderi", + "files.filter_tags_aria": "Teglar bo'yicha filtrlang (vergul bilan ajratilgan)", + "files.filter_tags_placeholder": "masalan, hisob-faktura,amazon", + "files.fulltext_search_label": "To'liq matnli qidiruv (OCR matni, metadata, teglar)", + "files.fulltext_search_placeholder": "Hujjat tarkibi, jo'natuvchi, teglar, turini qidiring...", + "files.no_files": "Fayllar topilmadi", + "files.ocr_status": "OCR holati", + "files.page_title": "Fayl yozuvlari", + "files.pagination_files": "fayllar", + "files.pagination_first": "Birinchi", + "files.pagination_last": "Oxirgi", + "files.pagination_nav_aria": "Fayl ro'yxati paginatsiyasi", + "files.pagination_next": "Keyingi", + "files.pagination_of": "dan", + "files.pagination_previous": "Oldingi", + "files.pagination_showing": "Ko'rsatilmoqda", + "files.preview_modal_close": "Oldindan ko'rishni yoping", + "files.preview_modal_title": "Oldindan ko'rish", + "files.queue_banner_items": "item(lar) hozirda navbatga olingan yoki ishlanayotgan. Ishlash tugagach, fayllar bu yerda paydo bo'ladi.", + "files.queue_banner_link": "Navbatni ko'rish", + "files.saved_searches_empty": "Hali saqlangan qidiruvlar yo'q", + "files.saved_searches_error": "Saqlangan qidiruvlarni yuklashda xato", + "files.saved_searches_label": "Saqlangan Qidiruvlar", + "files.saved_searches_save": "Hozirgi holatni saqlash", + "files.saved_searches_save_aria": "Hozirgi filtrlarni saqlangan qidiruv sifatida saqlang", + "files.search_results_empty": "Hech qanday natija topilmadi.", + "files.search_results_title": "Qidiruv Natijalari", + "files.status_duplicate": "Takroriy", + "files.table_actions": "Harakatlar", + "files.table_aria": "Fayl yozuvlari", + "files.table_created_at": "Yaratilgan vaqt", + "files.table_empty": "Fayllar topilmadi", + "files.table_id": "ID", + "files.table_mime_type": "MIME turi", + "files.table_original_filename": "Asl fayl nomi", + "files.table_select_all": "Ushbu sahifadagi barcha fayllarni tanlang", + "files.tags": "Teglar", + "files.title": "Fayllar", + "files.upload_modal_aria": "Yuklash jarayoni", + "files.upload_modal_close": "Yuklash jarayonini yopish", + "files.upload_modal_header": "Fayllarni yuklash", + "files.uploaded": "Yuklandi", + "footer.about": "Haqida", + "footer.attribution": "Mualliflik", + "footer.attributions": "Muallifliklar", + "footer.cookies": "Cookie'lar", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "Baho", + "footer.license": "Litsenziya", + "footer.navigation": "Pastki navigatsiya", + "footer.privacy": "Maxfiylik", + "footer.terms": "Shartlar", + "footer.version": "Versiya {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "OAuth bilan bog'langan. Fayllar siz tanlagan papkaga tushadi.", + "help.destinations_email": "Email yuborish", + "help.destinations_email_desc": "Fayllar SMTP qo'shimchalari sifatida yuboriladi.", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "Xizmat hisobiga yoki OAuth. Ulashgan disklarni qo'llab-quvvatlaydi.", + "help.destinations_heading": "Manzillar – Qayerga hujjatlar boradi", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "WebDAV orqali o'z-o'zidan joylashgan bulutli saqlash.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Microsoft Graph API integratsiyasi.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "Hujjatlarni to'g'ridan-to'g'ri Paperless ga arxivlash uchun yuboring.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "Har qanday S3 mos keladigan bucket (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "Har qanday serverga xavfsiz fayl uzatish.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "Har qanday tashqi nuqtaga POST metadata yuboring.", + "help.documentation": "Hujjatlar", + "help.faq": "Tez-tez beriladigan savollar", + "help.faq_1_a": "Yuklash sahifasiga o'ting, fayllaringizni torting va qo'ying yoki Faylni tanlang. DocuElevate rasmlarni va ofis hujjatlarini PDF ga aylantiradi, OCR o'tkazadi va metadata ni avtomatik ravishda chiqaradi.", + "help.faq_1_q": "Hujjatlarni qanday qilib yuklayman?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF va HTML. PDF bo'lmagan fayllar avtomatik ravishda qayta ishlashdan oldin PDF formatiga o'tkaziladi.", + "help.faq_2_q": "Qaysi fayl formatlari qo'llab-quvvatlanadi?", + "help.faq_3_a": "Ha. Email qabul qilishga o'ting, IMAP hisobini qo'shing va DocuElevate yangi xabarlar uchun tekshiradi va qo'shimchalarni avtomatik ravishda qayta ishlaydi.", + "help.faq_3_q": "Maktublardan hujjatlarni qabul qila olarmidim?", + "help.faq_4_a": "Pipeline-lar sizga qayta ishlash bosqichlarini ulanishingizga imkon beradi – OCR, AI ekstraksiyasi, formatni o'zgartirish – va natijani bir yoki bir nechta manzilga yuboradi. Ularni Pipeline sahifasidan yarating va boshqaring.", + "help.faq_4_q": "Qanday qilib qayta ishlash pipeline-lari ishlaydi?", + "help.faq_5_a": "DocuElevate xavfsizlik ma'lumotlarini saqlashda shifrlaydi, TLS orqali aloqa qiladi va hujjatlaringizni zarur bo'lgandan ko'proq saqlamaydi. Barcha tafsilotlar uchun maxfiylik to'g'risidagi e'lonni ko'ring.", + "help.faq_5_a_post": " to'liq ma'lumotlar uchun.", + "help.faq_5_a_pre": "DocuElevate ma'lumotlarni saqlashda shifrlaydi, TLS orqali aloqa qiladi va hech qachon hujjatlaringizni kerak bo'lgandan ko'proq saqlamaydi. Buni ko'ring ", + "help.faq_5_q": "Mening ma'lumotlarim xavfsizmi?", + "help.faq_heading": "Ko'p so'riladigan savollar", + "help.getting_started": "Boshlanish", + "help.heading": "Yordam Markazi", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Dokumentlarni dasturiy ravishda yuborish uchun REST API dan foydalaning. Bearer token bilan autentifikatsiya qiling va fayllarni yuklash nuqtasiga POST qiling.", + "help.ingestion_heading": "Ma'lumot Olish Vositalari", + "help.ingestion_mobile": "Mobil Ilovalar", + "help.ingestion_mobile_desc": "Telefoningiz yoki planshetingizdan DocuElevate ga fotosuratlar va skanerlardan yuborish uchun maxsus HTTP yuklash manzillarini qo'llab-quvvatlaydigan har qanday mobil skanerlash ilovasidan foydalaning.", + "help.ingestion_scanners": "Tarmoq Skanerlari", + "help.ingestion_scanners_desc": "Har qanday tarmoq skaneri yoki ko'p funksiyali printerni DocuElevate yuklash nuqtasiga yo'naltiring. Skanerlash hujjatlari bevosita sizning qayta ishlash navbatiingizga keladi.", + "help.ingestion_watched_folders": "Kuzatiladigan Papkalar", + "help.ingestion_watched_folders_desc": "Kuzatiladigan joyda monitoring qilish uchun mahalliy yoki tarmoq papkasini sozlang. Kuzatiladigan papkaga joylashtirilgan har qanday fayl DocuElevate tomonidan avtomatik ravishda yuklanadi va qayta ishlanadi.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "DocuElevate ni Zapier, n8n yoki Make bilan avtomatlashtirish ish jarayonlaringizga integratsiyalash. Har qanday hodisa orqali hujjat yuklashlarini ishga tushirish uchun REST API harakatlaridan foydalaning.", + "help.meta_description": "DocuElevate bilan yordam oling – hujjatlarni yuklash, bulutli saqlashni ulash, pipeline larda sozlash va boshqalar bo'yicha qo'llanmalarni toping.", + "help.og_description": "DocuElevate bilan yordam oling – hujjatlarni yuklash, bulutli saqlashni ulash, pipeline larda sozlash va boshqalar bo'yicha qo'llanmalarni toping.", + "help.page_title": "Yordam Markazi", + "help.privacy_notice": "Maxfiylik to'g'risidagi e'lon", + "help.quickstart_heading": "Tez boshlash", + "help.quickstart_storage": "Saqlashni ulash", + "help.quickstart_storage_desc": "Sozlamalarga o'ting va bulutli hisoblaringizni ulashing. Qayta ishlangan hujjatlar siz sozlagan har bir manzilga avtomatik ravishda yuboriladi.", + "help.quickstart_storage_desc_full": "Integratsiyalarga o'ting va bulut saqlash hisoblaringizni ulang. DocuElevate Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud va boshqalarini qo'llab-quvvatlaydi. Qayta ishlangan hujjatlar siz sozlagan har bir manzilga avtomatik ravishda yo'naltiriladi.", + "help.quickstart_upload": "Hujjatlarni yuklash", + "help.quickstart_upload_desc": "Fayllarni Yuklash sahifasiga sudrab olib keling yoki Faylni tanlang tugmasini bosing. DocuElevate rasmlarni va ofis hujjatlarini PDF formatiga o'tkazadi, OCR ishlatadi va meta ma'lumotlarni avtomatik ravishda chiqarib oladi.", + "help.quickstart_workflows": "Ish jarayonlarini avtomatlashtirish", + "help.quickstart_workflows_desc": "Bir nechta bosqichli qayta ishlash va yo'naltirish qoidalarini belgilash uchun Pipeline yarating. OCR, AI ekstraksiyasi, formatni o'zgartirish va yetkazib berishni bitta oqimda birlashtiring.", + "help.sources_email_ingestion": "Email qabul qilish (IMAP)", + "help.sources_email_ingestion_desc": "Hujjatlarni maxsus pochta qutisiga yo'llang. Email qabul qilish bo'limida bir yoki bir nechta IMAP hisoblarini qo'shing. DocuElevate yangi xabarlar uchun tekshiradi va qo'shimchalarni avtomatik ravishda qayta ishlaydi.", + "help.sources_heading": "Manbalar – Hujjatlarni olish", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "Fayllarni /api/upload ga POST qilib dasturiy ravishda integratsiya qiling. Skriptlar, kuzatiladigan papkalar, skanerlar yoki Zapier va n8n kabi uchinchi tomon vositalari uchun mo'ljallangan.", + "help.sources_scanner": "Skaner va Mobil", + "help.sources_scanner_desc": "Tarmoq skanerlarini DocuElevate yuklash nuqtasiga yo'naltiring yoki maxsus HTTP manzillarni qo'llab-quvvatlaydigan har qanday mobil skanerlash ilovasini foydalaning.", + "help.sources_scanner_desc_full": "Tarmoq skaneringizni yoki ko'p funksiyali printeringizni skanerlashni to'g'ridan-to'g'ri DocuElevate ga yuborish uchun sozlang. Manzil sifatida /api/upload nuqtasidan foydalaning. Maxsus yuklash manzillari bilan mobil skaner ilovalari ham qo'llab-quvvatlanadi.", + "help.sources_web_upload": "Web orqali yuklash", + "help.sources_web_upload_desc": "Boshlash uchun eng tez usul. Yuklash sahifasini oching, bitta yoki bir nechta faylni tashlang va DocuElevate qolganini bajaradi. Qo'llab-quvvatlanadigan formatlarga PDF, JPEG, PNG, TIFF, DOCX, XLSX va boshqalar kiradi.", + "help.subheading": "DocuElevate-dan maksimal foyda olish uchun kerak bo'lgan hamma narsa. Quyidagi mavzularni ko'rib chiqing yoki kerakligini qidiring.", + "help.support": "Qo'llab-quvvatlash", + "help.support_admin_message": "Qo'llab-quvvatlash ma'lumotlari uchun administratoringiz bilan bog'laning.", + "help.support_description": "Qidirmoqda topa olmadimi? Bizning qo'llab-quvvatlash jamoamiz yordam berishga tayyor.", + "help.support_heading": "Qo'llab-quvvatlash bilan bog'laning", + "help.support_live_chat": "Jonli Suhbat mavjud – suhbatni boshlash uchun suhbat pufagiga bosing.", + "help.support_ticket_button": "Chipta yuboring", + "help.support_ticket_desc": "Quyidagi formani to'ldiring va bizning qo'llab-quvvatlash jamoamiz imkon qadar tezda sizga qaytadi.", + "help.support_ticket_heading": "Qo'llab-quvvatlash chiptasini oching", + "help.title": "Yordam Markazi", + "help.workflows_creating": "Pipeline yaratish", + "help.workflows_definition": "Pipeline – bu hujjat qabul qilinganda avtomatik ravishda ishlaydigan qayta ishlash bosqichlari ketma-ketligidir. Har bir bosqich hujjatni o'zgartirishi, boyitishi yoki yo'naltirishi mumkin.", + "help.workflows_heading": "Ish jarayonlari va Pipeline-lar", + "help.workflows_step_1": "PDF ga o'tkazish", + "help.workflows_step_1_create": "Asosiy menyuda Pipelines bo'limiga o'ting.", + "help.workflows_step_1_full": "PDF ga o'tkazish – barcha kiruvchi fayllar bir xil PDF formatida normalizatsiya qilinadi.", + "help.workflows_step_2": "OCR - matnni chiqarish", + "help.workflows_step_2_create": "Yangi Pipeline tugmasini bosing va unga nom bering.", + "help.workflows_step_2_full": "OCR – Azure Document Intelligence yoki o'rnatilgan dvigatel yordamida skanerlash sahifalaridan tanlanadigan matnni ajratib oling.", + "help.workflows_step_3": "AI metadata olish", + "help.workflows_step_3_create": "Sizga kerak bo'lgan jarayonlardan qo'shing.", + "help.workflows_step_3_full": "AI metadata ajratish – hujjat turini tasniflash va miqdorlar, sanalar va ismlar kabi asosiy maydonlarni OpenAI yordamida olish.", + "help.workflows_step_4": "Bir yoki bir nechta manzilga yetkazish", + "help.workflows_step_4_create": "Bir yoki bir nechta yetkazish manzillarini tanlang.", + "help.workflows_step_5_create": "Saqlash - yangi hujjatlar ushbu pipeline orqali avtomatik tarzda qayta ishlanadi.", + "help.workflows_typical_steps": "Odatdagi Qadamlar", + "help.workflows_what_is": "Pipeline nima?", + "index.badge_intelligent": "Intelligent Dokumentlarni Qayta Ishlash", + "index.button_browse_files": "Fayllarni ko'rish", + "index.button_upload": "Yuklash", + "index.capabilities_cloud": "Bulut saqlash: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Email va URL-larga asoslangan hujjat qabul qilish", + "index.capabilities_ocr": "OCR va metadata olish AI bilan", + "index.capabilities_paperless": "Hujjatlarni boshqarish uchun Paperless-ngx integratsiyasi", + "index.capabilities_title": "Imkoniyatlar", + "index.capabilities_workflows": "Avtomatlashtirilgan tasniflash va marshrutlash ish jarayonlari", + "index.cta_description": "DocuElevate bilan hujjatlaringizni avtomatlashtirish jarayoniga qo'shiling.", + "index.cta_heading": "Hujjat ish jarayoningizni ko'tarishga tayyormisiz?", + "index.cta_pricing": "Narxlarni ko'ring", + "index.cta_signup": "Bepul hisob yarating", + "index.dashboard_subtitle": "Intelligent hujjatlarni qayta ishlash va boshqarish", + "index.dashboard_subtitle_teams": "Intelligent hujjatlarni qayta ishlash va boshqarish - jamoalar uchun yaratilgan", + "index.feature_ai": "AI Metadata Olish", + "index.feature_ai_desc": "OpenAI, Claude, Gemini va boshqa plaginlar hujjatlarni tasniflaydi va sanalar, miqdorlar va mavzular kabi muhim maydonlarni chiqarib oladi.", + "index.feature_cloud": "Ko'p Bulutli Saqlash", + "index.feature_cloud_desc": "Qayta ishlangan fayllarni Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP va boshqa manzilga yo'naltiring.", + "index.feature_email": "Email va IMAP Qabul qilish", + "index.feature_email_desc": "Gmail yoki har qanday IMAP pochta qutisidan avtomatik ravishda hujjatlarni oling - qo'lda yuklash zarur emas.", + "index.feature_ocr": "OCR va Matnni Olish", + "index.feature_ocr_desc": "Azure Document Intelligence skanerlash PDF va rasmlarni avtomatik ravishda to'liq qidirilishi mumkin bo'lgan matnga aylantiradi.", + "index.feature_pipelines": "Maxsus Pipeline'lar", + "index.feature_pipelines_desc": "Konfiguratsiya qilinadigan qadamlar bilan qayta ishlash pipeline'larini yarating - OCR, AI olish, formatni o'zgartirish va saqlash yo'naltirishni har qanday tartibda.", + "index.feature_search": "To'liq Matnli Qidiruv", + "index.feature_search_desc": "Arxivdagi har qanday hujjatni mazmuni, metadata yoki teglar bo'yicha bir zumda toping.", + "index.feature_section_title": "Aql bilan hujjat ish jarayonlari uchun kerakli hamma narsalar", + "index.getting_started": "Boshlash", + "index.getting_started_1": "Integratsiyalarni Tizim Holati orqali sozlang", + "index.getting_started_2": "Birinchi hujjatingizni yuklang", + "index.getting_started_3": "Natijalarni Hujjatlarda ko‘rib chiqish", + "index.getting_started_learn": "DocuElevate haqida ko‘proq ma'lumot oling", + "index.hero_description": "DocuElevate hujjatlaringizni qabul qiladi, OCR bajaradi, AI yordamida meta-ma'lumotlarni ajratib oladi va fayllarni Dropbox, Google Drive, OneDrive, S3, Nextcloud va yana ko‘plab platformalarga - barchasini bir qadamda etkazib beradi.", + "index.hero_heading": "Yuklashdan ko‘rsatkichgacha - avtomatik ravishda.", + "index.hero_login": "Tizimga kirish", + "index.hero_pricing": "Rejalar va narxlarni ko‘ring", + "index.hero_signup": "Boshlash - bu bepul", + "index.integrations_active": "Faol integratsiyalar", + "index.integrations_storage": "Saqlash maqsadlari", + "index.integrations_title": "Integratsiyalar", + "index.integrations_view_status": "Tizim holatini ko‘ring", + "index.page_title_dashboard": "Boshqaruv paneli", + "index.page_title_public": "Aqlli Hujjatlarni Qayta Ishlash", + "index.platform_overview": "Platforma haqida umumiy ma'lumot", + "index.processing_stats": "Jarayon statistikasi", + "index.quick_actions": "Tezkor Harakatlar", + "index.quick_documents": "Mening Hujjatlarim", + "index.quick_documents_desc": "Boshlovchi fayllaringizni ko‘ring", + "index.quick_search": "Qidirish", + "index.quick_search_desc": "Hujjatlar bo‘yicha to‘liq matnli qidiruv", + "index.quick_subscription": "Mening Obonam", + "index.quick_subscription_desc": "Reja va foydalanish tafsilotlarini ko‘ring", + "index.quick_system_status": "Tizim Holati", + "index.quick_system_status_desc": "Integratsiya holatini tekshiring", + "index.quick_upload": "Hujjatni yuklash", + "index.quick_upload_desc": "Yangi faylni qayta ishlash", + "index.quick_view_files": "Barcha Fayllarni Ko‘ring", + "index.quick_view_files_desc": "Qayta ishlangan hujjatlarni ko‘ring", + "index.single_user_heading": "DocuElevate Boshqaruv paneli", + "index.single_user_subtitle": "Aqlli hujjatlarni qayta ishlash va boshqarish", + "index.stat_active_integrations": "Faol Integratsiyalar", + "index.stat_active_users": "Faol foydalanuvchilar", + "index.stat_files_month": "Ushbu oyda fayllar", + "index.stat_files_ocr": "OCR bilan fayllar", + "index.stat_files_today": "Bugun fayllar", + "index.stat_storage_targets": "Saqlash Maqsadlari", + "index.stat_this_month": "Bu oy", + "index.stat_today": "Bugun", + "index.stat_total_files": "Umumiy fayllar", + "index.stat_total_processed": "Umumiy ishlangan", + "index.tier_plan": "Reja", + "index.tier_upgrade": "Yangilash", + "index.tier_view_details": "To‘liq tafsilotlarni ko‘ring", + "index.upgrade_daily_limits": "Kundalik va oylik cheklovlar oshdi", + "index.upgrade_description": "Ko'proq hujjatlar, ko'proq manzillar va ustuvor yordamni oching.", + "index.upgrade_destinations": "Ko'proq saqlash manzillari", + "index.upgrade_ocr_pages": "Ko'proq OCR sahifalari", + "index.upgrade_plan": "Rejangizni yangilang", + "index.upgrade_view_pricing": "Rejalarni va narxlarni ko'ring", + "index.usage_lifetime": "Hayotiy fayllar", + "index.usage_month": "Bu oydagi fayllar", + "index.usage_my_usage": "Mening foydalanishim", + "index.usage_today": "Bugungi fayllar", + "index.usage_unlimited": "Cheksiz", + "integrations.access_key_label": "Kirish Kalit ID", + "integrations.active_label": "Faol", + "integrations.add_button": "Integratsiyani qo'shish", + "integrations.add_first_button": "Birinchi Integratsiyangizni qo'shing", + "integrations.api_token_label": "API Toki", + "integrations.authorize_btn": "Avtorizatsiya", + "integrations.authorize_reauth": "Qayta avtorizatsiya", + "integrations.bucket_label": "Chelak", + "integrations.configure": "Sozlash", + "integrations.connect": "Ulanish", + "integrations.connected": "Ulanilgan", + "integrations.connection_failed": "Bog'lanish muvaffaqiyatsiz", + "integrations.connection_success": "Bog'lanish muvaffaqiyatli", + "integrations.delete_confirm_are_you_sure": "O'chirishni rostdan ham istaysizmi", + "integrations.delete_confirm_title": "Integratsiyani o'chirish?", + "integrations.delete_confirm_undone": "Ushbu harakatni qaytarib bo'lmaydi.", + "integrations.delete_emails_label": "Qayta ishlashdan keyin email'larni o'chirish", + "integrations.delete_files_label": "Qayta ishlashdan keyin fayllarni o'chirish", + "integrations.destinations_quota_label": "Saqlash Manzillari:", + "integrations.destinations_section": "Manzillar", + "integrations.direction_destination": "Manzil (saqlash)", + "integrations.direction_label": "Yo'nalish", + "integrations.direction_placeholder": "— Tanlang —", + "integrations.direction_source": "Manba (ingress)", + "integrations.disconnect": "Ulanishni uzish", + "integrations.email_settings": "Email Yuborish Sozlamalari", + "integrations.empty_state": "Sozlashgan integratsiyalar mavjud emas", + "integrations.endpoint_label": "Endpoint URL", + "integrations.endpoint_optional": "(ixtiyoriy, S3 bilan mos keladigan uchun)", + "integrations.folder_label": "Papka", + "integrations.folder_optional": "(ixtiyoriy)", + "integrations.folder_path_label": "Papka Yo'li", + "integrations.folder_prefix_label": "Papka Prefiksi", + "integrations.generic_settings_hint": "Ushbu integratsiya turini yaratgandan so'ng API orqali JSON shaklida taqdim etishingiz mumkin.", + "integrations.gmail_hint": "Gmail etiketlari va yulduz: yoqilganda, qayta ishlangan email'lar yulduzlanadi va Gmail'da 'Olingan' etiketi bilan belgilangan bo'ladi. Faqat Gmail serverlariga tatbiq etiladi.", + "integrations.gmail_labels": "Gmail etiketlarini va yulduzni qo'llang", + "integrations.host_label": "Xost", + "integrations.imap_settings": "IMAP Sozlamalari", + "integrations.loading": "Integratsiyalar yuklanmoqda\u00143", + "integrations.modal_close": "Modalni yopish", + "integrations.modal_title_add": "Integratsiyani qo'shish", + "integrations.modal_title_edit": "Integratsiyani tahrirlash", + "integrations.name_label": "Etiket", + "integrations.name_placeholder": "masalan. Ish Gmail, S3 Arxiv", + "integrations.nextcloud_settings": "Nextcloud Sozlamalari", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Birinchi integratsiyangizni qo'shing, bu orqali butunlay o'zaro aloqalar (masalan, IMAP) va saqlash joylariga (masalan, S3, Dropbox yoki Google Drive) ulanish mumkin.", + "integrations.not_connected": "Ulanilmagan", + "integrations.oauth_folder_label": "Papka", + "integrations.oauth_hint": "Avval bu integratsiyani saqlang, so'ng OAuth jarayonini to'ldirish uchun Authorize tugmasini bosing. Sizning ma'lumotlaringiz shaxsiy integratsiya yozuvingizda xavfsiz saqlanadi.", + "integrations.page_title": "Integratsiyalar", + "integrations.paperless_settings": "Qog'ozsiz NGX Sozlamalari", + "integrations.password_label": "Parol", + "integrations.paused": "To'xtatilgan", + "integrations.plan_label": "Reja:", + "integrations.port_label": "Port", + "integrations.quota_not_available": "(mavjud emas)", + "integrations.quota_unlimited": "/ cheksiz", + "integrations.recipient_label": "Qabul qiluvchining Elektron Pochtasi", + "integrations.region_label": "Mintaqa", + "integrations.remote_path_label": "Uzoq Yo'l", + "integrations.s3_prefix_label": "Prefiks (papka yo'li)", + "integrations.s3_settings": "S3 Sozlamalari", + "integrations.secret_key_label": "Maxfiy Kirish Kaliti", + "integrations.show_password": "Parolni ko'rsatish", + "integrations.show_secrets": "Maxfiy ma'lumotlarni ko'rsatish", + "integrations.show_token": "Tokenni ko'rsatish", + "integrations.source_local": "Mahalliy Fayl Tizimi", + "integrations.source_type_label": "Manba Turi", + "integrations.sources_quota_label": "Pochtada Manbalar:", + "integrations.sources_section": "Manbalar", + "integrations.subtitle": "Butunlay bir joyda o'zaro aloqalar va saqlash manbalarni boshqaring.", + "integrations.title": "Integratsiyalar", + "integrations.type_label": "Integratsiya Turi", + "integrations.type_placeholder": "\u0000\u0000 Tanlarni avval tanlang \u0000\u0000", + "integrations.upgrade_plan": "Rejani Yangilash", + "integrations.use_ssl": "SSL dan foydalaning", + "integrations.username_label": "Foydalanuvchi nomi", + "integrations.watch_folder_settings": "Maqsadli Papka Sozlamalari", + "integrations.webdav_settings": "WebDAV Sozlamalari", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook O'zaro Aloqa", + "integrations.webhook_how_heading": "Webhook O'zaro Aloqa Qanday Ishlaydi", + "integrations.webhook_how_text": "Webhook integratsiyasi tashqi tizimlarga hujjatlarni DocuElevate ga to'g'ridan-to'g'ri REST API orqali yuborishga imkon beradi. DocuElevate yangi fayllarni (masalan, IMAP) tekshirish o'rniga, sizning dasturiy ta'minotingiz fayllarni DocuElevate ga HTTP so'rovi orqali API tokeni yordamida autentifikatsiya qiladi.", + "integrations.webhook_ideal_text": "Bu CI/CD pipeline, avtomatlashtirish skriptlari, skaner integratsiyalari yoki hujjatlarni yaratuvchi va ularni qayta ishlash uchun yuborish zarur bo'lgan har qanday tizim uchun ideal.", + "integrations.webhook_quick_start": "Tez boshlash", + "integrations.webhook_security_tip": "Har bir integratsiya uchun maxsus API tokenini yarating va agar o'g'irlansa darhol bekor qiling. Tokenlar API Tokenlar sahifasida boshqarilishi mumkin.", + "integrations.webhook_step1": "{api_tokens_link} ga boring va shaxsiy token yarating.", + "integrations.webhook_upload_with_token": "Hujjatlarni API orqali yuklash uchun tokenni ishlating:", + "language.bg": "Български", + "language.ca": "Català", + "language.change_success": "Til {language} ga o'zgartirildi", + "language.changed": "Til {language} ga o'zgartirildi", + "language.cs": "Čeština", + "language.da": "Dansk", + "language.de": "Deutsch", + "language.el": "Ελληνικά", + "language.en": "English", + "language.es": "Español", + "language.et": "Eesti", + "language.fi": "Suomi", + "language.fr": "Français", + "language.ga": "Gaeilge", + "language.hr": "Hrvatski", + "language.hu": "Vengriya", + "language.is": "Íslenska", + "language.it": "Italiano", + "language.lb": "Lëtzebuergesch", + "language.lt": "Lietuvių", + "language.lv": "Latviešu", + "language.nb": "Norsk", + "language.nl": "Nederlands", + "language.no_results": "Hech qanday til topilmadi", + "language.pl": "Polski", + "language.pt": "Português", + "language.ro": "Română", + "language.ru": "Русский", + "language.search_placeholder": "Tillarni qidiring\u001e", + "language.selector": "Tilni tanlang", + "language.selector_label": "Tilni tanlang", + "language.sk": "Slovenčina", + "language.sl": "Slovenščina", + "language.sv": "Svenska", + "language.tr": "Türkçe", + "language.uk": "Українська", + "language.zh": "中文", + "nav.about": "Haqida", + "nav.account_menu": "Hisob menyusi", + "nav.account_menu_for": "{name} uchun hisob menyusi", + "nav.admin": "Admin", + "nav.admin.audit_logs": "Audit Logs", + "nav.admin.backups": "Zaxiralar", + "nav.admin.plans": "Rejalar", + "nav.admin.scheduled_jobs": "Rejalashtirilgan ishlar", + "nav.admin.users": "Foydalanuvchilar", + "nav.admin_actions": "Admin harakatlari", + "nav.admin_menu": "Admin menyusi", + "nav.api_docs": "API Hujjatlar", + "nav.api_tokens": "API Tokenlar", + "nav.backup_restore": "Zaxira va tiklash", + "nav.credentials": "Kirish ma'lumotlari", + "nav.dark_mode": "Qorong'u rejim", + "nav.dashboard": "Boshqaruv paneli", + "nav.developer_docs": "Dasturchi hujjatlari", + "nav.duplicates": "Dublikatlar", + "nav.file_manager": "Fayl menejeri", + "nav.files": "Fayllar", + "nav.get_started": "Boshlash", + "nav.help": "Yordam", + "nav.help_center": "Yordam Markazi", + "nav.imap": "Elektron Pochta Importi", + "nav.integrations": "Integratsiyalar", + "nav.light_mode": "Yengil Rejim", + "nav.login": "Kirish", + "nav.logout": "Chiqish", + "nav.main_navigation": "Asosiy navigatsiya", + "nav.my_subscription": "Mening obonam", + "nav.notifications": "Bildirishnomalar", + "nav.open_main_menu": "Asosiy menyuni ochish", + "nav.pipelines": "Trubkalar", + "nav.plan_designer": "Reja Dizayneri", + "nav.pricing": "Narxlar", + "nav.profile": "Profil", + "nav.profile_settings": "Profil Sozlamalari", + "nav.queue": "Navbat", + "nav.queue_monitor": "Navbat Monitoring", + "nav.scheduled_jobs": "Rejalashtirilgan Ishlar", + "nav.search": "Qidirish", + "nav.settings": "Sozlamalar", + "nav.shared_links": "Ulashtirilgan Havolalar", + "nav.sign_out": "Chiqish", + "nav.signup": "Ro'yxatdan O'tish", + "nav.similarity": "O'xshashlik", + "nav.skip_to_content": "Asosiy mazmunga o'tish", + "nav.status": "Holat", + "nav.subscription": "Obuna", + "nav.toggle_dark_mode": "Qorong'u rejimni o'zgartirish", + "nav.toggle_nav": "Navigatsiya menyusini o'zgartirish", + "nav.upload": "Yuklash", + "nav.users": "Foydalanuvchilar", + "nav.version": "Versiya Ma'lumotlari", + "notifications.filter_all": "Hammasi", + "notifications.filter_read": "Faqat o'qilgan", + "notifications.filter_unread": "Faqat o'qilmagan", + "notifications.manage_desc": "Bildirishnoma qutbingiz, maqsadlaringiz va voqea afzalliklaringizni boshqaring", + "notifications.mark_all_read": "Hammasini O'qilgan deb belgilash", + "notifications.mark_all_read_btn": "Hammasini o'qilgan deb belgilash", + "notifications.mark_read": "O'qilgan deb belgilash", + "notifications.no_notifications": "Hech qanday bildirishnoma yo'q", + "notifications.page_title": "Bildirishnomalar", + "notifications.tab_inbox": "Kirim qutisi", + "notifications.tab_settings": "Sozlamalar", + "notifications.title": "Bildirishnomalar", + "notifications.unread_count": "{count} o'qilmagan bildirishnomalar", + "pipelines.active_label": "Faol", + "pipelines.add_step_btn": "Qadam Qo'shish", + "pipelines.create": "Quvur yaratish", + "pipelines.custom_label_label": "Maxsus Belgilash", + "pipelines.default_label": "Standart", + "pipelines.description_label": "Tavsif", + "pipelines.description_placeholder": "Ixtiyoriy tavsif", + "pipelines.disabled_label": "O'chirilgan", + "pipelines.edit": "Quvurni Tahrirlash", + "pipelines.empty_state": "Hali quvurlar yo'q", + "pipelines.empty_state_hint": "Maxsus hujjatlarni qayta ishlash ish jarayonlarini belgilash uchun birinchi quvuringizni yarating.", + "pipelines.enabled_label": "Yoqilgan", + "pipelines.force_cloud_ocr_label": "Bulut OCR'ni majburlang (mahalliy matnni chiqarib tashlashni o'tkazib yuboring)", + "pipelines.inactive_label": "Nodavlat", + "pipelines.loading": "Quvurlar yuklanmoqda\u001e", + "pipelines.name_placeholder": "Mening quvurim", + "pipelines.new_pipeline_btn": "Yangi Quvur", + "pipelines.no_steps": "Hech qanday qadam belgilamagan. Quvuringizni qurishni boshlash uchun bir qadam qo'shing.", + "pipelines.ocr_auto": "Avtomatik (standart tizimni ishlatish)", + "pipelines.ocr_language_hint": "Tesseract/EasyOCR uchun global til sozlamasini o'zgartiradi. Azure va Mistral tilni avtomatik aniqlaydi.", + "pipelines.ocr_language_label": "OCR Tili", + "pipelines.optional_suffix": "(ixtiyoriy)", + "pipelines.page_title": "Qayta ishlash Quvurlari", + "pipelines.set_default": "Mening standart quvurim sifatida belgilash", + "pipelines.step_label_placeholder": "Standart qadam nomini o'zgartirish", + "pipelines.step_type_label": "Qadam Turi", + "pipelines.subtitle_intro": "Maxsus hujjatlarni qayta ishlash ish jarayonlarini belgilash va boshqarish.", + "pipelines.subtitle_system_post": "nishoniga ega va barcha foydalanuvchilarga ko'rinadi.", + "pipelines.subtitle_system_pre": "Tizim quvurlari (adminlar tomonidan yaratilgan) bilan", + "pipelines.system_label": "Tizim", + "pipelines.system_pipeline_label": "Tizim quvuri (barcha foydalanuvchilarga ko'rinadi)", + "pipelines.title": "Qayta ishlash Quvurlari", + "profile.avatar_alt": "Sizning profil rasmingiz", + "profile.avatar_heading": "Profil Rasm", + "profile.avatar_remove": "Maxsus avatarni olib tashlash", + "profile.avatar_upload_hint": "2 MB gacha JPEG, PNG, GIF yoki WebP rasmni yuklang. Agar maxsus rasm belgilangan bo'lmasa, sizning {gravatar} ko'rsatiladi.", + "profile.choose_image": "Rasmni tanlang\n", + "profile.confirm_password": "Yangi Parolni Tasdiqlash", + "profile.contact_email_hint": "Tizim xabarnomalaridagi foydalaniladi. Bu sizning kirish e-pochta manzilingizni o'zgartirmaydi.", + "profile.contact_email_label": "Aloqa / Xabarnoma E-pochta", + "profile.contact_email_placeholder": "siz@example.com", + "profile.current_password": "Hozirgi Parol", + "profile.dismiss": "Rad etish", + "profile.display_name_hint": "Hisob foydalanuvchi nomi yoki e-pochta manzilini tanlash uchun bo'sh qoldiring.", + "profile.display_name_label": "Ko'rsatish Nomi", + "profile.display_name_placeholder": "Interfeysda ko'rsatilgan ismingiz", + "profile.general_heading": "Umumiy Ma'lumotlar", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profil Sozlamalari", + "profile.language_auto_detect": "Avtomatik aniqlash (brauzerdan)", + "profile.language_hint": "Sizning afzal ko'rgan interfeys tilini tanlang. “Avtomatik aniqlash” brauzer sozlamalaringizga amal qiladi.", + "profile.language_label": "UI Tili", + "profile.new_password": "Yangi Parol", + "profile.new_password_hint": "Kamida 8 belgidan iborat.", + "profile.page_title": "Profil Sozlamalari – DocuElevate", + "profile.password_heading": "Parolni O'zgartirish", + "profile.preferences_heading": "Qoidalar", + "profile.save_button": "O'zgarishlarni Saqlash", + "profile.saving": "Saqlanmoqda\n", + "profile.subtitle": "Ko'rsatish nomingizni, avatarni, til va mavzu qoidalarini boshqaring.", + "profile.theme_dark": "Qorong'u", + "profile.theme_hint": "“Tizim Standarti” qurilmangizning qorong'u rejimi sozlamalariga amal qiladi.", + "profile.theme_label": "Rangli Tartib", + "profile.theme_light": "Yorqin", + "profile.theme_system": "Tizim Standarti", + "profile.update_password": "Parolni Yangilash", + "profile.updating": "Yangilanish...", + "queue.active_tasks": "Faol Vazifalar", + "queue.auto_refresh_1": "Har doim yangilanadi", + "queue.auto_refresh_2": "soniya", + "queue.col_arguments": "Argumentlar", + "queue.col_current_step": "Joriy Qadam", + "queue.col_file": "Fayl", + "queue.col_files": "Fayllar", + "queue.col_queue": "Navbat", + "queue.col_state": "Holat", + "queue.col_task": "Vazifa", + "queue.col_task_id": "Vazifa ID", + "queue.files_processing": "Fayllarni qayta ishlash", + "queue.heading": "Navbat Monitoring", + "queue.last_updated": "Oxirgi yangilangan:", + "queue.loading_stats": "Navbat statistikalarini yuklash\u000e", + "queue.no_active_tasks": "Faol vazifalar yo'q", + "queue.no_data": "Ma'lumot yo'q", + "queue.no_files_processing": "Hozirda qayta ishlanayotgan fayllar yo'q", + "queue.page_title": "Navbat Monitoring", + "queue.processing_pipeline": "Qayta ishlash trubkasi", + "queue.queued_tasks": "Navbatdagi vazifalar", + "queue.recently_processing": "Yaqinda qayta ishlanayotgan fayllar", + "queue.redis_queues": "Redis navbatlari", + "queue.subtitle": "Hujjatlarni qayta ishlash trubkasi va Celery vazifa navbatlarining real vaqt ko'rinishi.", + "queue.workers_online": "Ishchilar onlayn", + "search.button": "Qidirish", + "search.error_message": "Qidirish vaqtincha mavjud emas. Iltimos, bir ozdan keyin qayta urinib ko'ring.", + "search.filter_aria_clear": "Barcha filtrlarni tozalash", + "search.filter_clear_button": "Filtrlarni tozalash", + "search.filter_date_from": "Sana dan", + "search.filter_date_to": "Sana ga", + "search.filter_document_type": "Hujjat turi", + "search.filter_document_type_placeholder": "masalan, Hisob-faktura", + "search.filter_language": "Til", + "search.filter_language_placeholder": "masalan, de", + "search.filter_sender": "Yuboruvchi", + "search.filter_sender_placeholder": "masalan, ACME Corp", + "search.filter_tags": "Teglar", + "search.filter_tags_placeholder": "masalan, amazon", + "search.filter_text_quality": "Matn sifati", + "search.filter_text_quality_all": "Barchasi", + "search.filter_text_quality_high": "Yuqori", + "search.filter_text_quality_low": "Past", + "search.filter_text_quality_medium": "O'rta", + "search.filter_text_quality_no_text": "Matn yo'q", + "search.heading": "Hujjat qidiruvi", + "search.input_aria_label": "Hujjatlarni qidirish", + "search.input_placeholder": "Mazmun, jo‘natuvchi, teglar, tur bo‘yicha hujjatlarni qidirish...", + "search.loading_indicator": "Qidirilmoqda\n", + "search.no_results": "Hech qanday natija topilmadi", + "search.page_title": "Hujjatlarni qidirish", + "search.placeholder": "Fayl nomi, mazmun, teglar bo‘yicha qidirish...", + "search.result_empty": "Sizning so‘rovingizga mos keladigan hech qanday hujjat topilmadi.", + "search.results_count": "{count} natija topildi", + "search.saved_aria_save": "Joriy qidiruvni saqlash", + "search.saved_button": "Joriy qidirishni saqlash", + "search.saved_empty": "Hali saqlangan qidiruvlar yo‘q", + "search.saved_error": "Saqlangan qidiruvlarni yuklashda muvaffaqiyatsizlikka uchrandi", + "search.saved_label": "Saqlangan Qidiruvlar", + "search.saved_loading": "Yuklanmoqda...", + "search.title": "Hujjatlarni qidirish", + "settings.audit_log_btn": "Audit Jurnali", + "settings.autocomplete_hint": "Ma'lum qiymatlarni qidirish uchun yozing yoki har qanday maxsus qiymat kiriting.", + "settings.autocomplete_no_matches": "Hech qanday mos keltirilmagan \u0007e siz hali ham maxsus qiymat yozishingiz mumkin", + "settings.autocomplete_placeholder": "Qidirish yoki qiymat kiriting\n...", + "settings.boolean_enable_prefix": "Faollashtiring", + "settings.categories_aria": "Sozlamalar kategoriyalari", + "settings.categories_heading": "Kategoriyalar", + "settings.db_wizard_btn": "DB Sehrgari", + "settings.effective_value_label": "Amaldagi qiymat:", + "settings.encrypted_suffix": "= saqlashda shifrlangan", + "settings.encrypted_title": "Qiymat ma'lumotlar bazasida saqlashda shifrlangan", + "settings.export_btn": "Eksport", + "settings.export_db_only": "Faqat DB sozlamalari", + "settings.export_full_config": "To'liq amal qiluvchi konfiguratsiya", + "settings.jump_to_category": "Kategoriyaga o‘ting\n...", + "settings.manage_config_prefix": "Konfiguratsiyani boshqaring. Prioritet:", + "settings.model_picker_hint": "Ro‘yxatdan tanlang yoki ta'minotchingiz tomonidan qo‘llab-quvvatlanadigan har qanday model nomini yozing.", + "settings.model_picker_placeholder": "Ommaviy modelni tanlang yoki maxsus nom yozing\n...", + "settings.no_results_clear": "qidiruvni tozalash", + "settings.no_results_heading": "Hech qanday sozlama topilmadi", + "settings.no_results_hint": "Boshqa qidiruv so‘zini sinab ko‘ring yoki", + "settings.page_heading": "Dastur Sozlamalari", + "settings.required_label": "(majburiy)", + "settings.reset_confirm": "Ushbu sozlamani tiklashni xohlaysizmi?", + "settings.restart_required_suffix": "= qayta ishga tushirish talab qilinadi", + "settings.revert_btn": "DB dan olib tashlash", + "settings.revert_title": "DB ni o‘zgartirishni olib tashlab, atrof-muhit o‘zgaruvchisiga yoki standartga qaytish", + "settings.reverting": "Qayta tiklash\u001a...", + "settings.save_all_btn": "Barcha o‘zgarishlarni saqlash", + "settings.save_error": "Sozlamani saqlashda xato", + "settings.save_setting_title": "Ushbu sozlamani saqlash", + "settings.save_success": "Sozlama muvaffaqiyatli saqlandi", + "settings.saving_state": "Saqlanmoqda\u001a...", + "settings.search_aria_label": "Sozlamalarni izlash", + "settings.search_clear_aria": "Izlashni tozalash", + "settings.search_placeholder": "Sozlamalarni nomi, kaliti yoki tavsifi bo‘yicha izlang\u001a...", + "settings.settings_count_suffix": "sozlama", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "STANDART", + "settings.source_env_badge": "ENV", + "settings.title": "Sozlamalar", + "settings.toggle_visibility_aria": "Parolning ko‘rinishini o‘zgartirish", + "settings.toggle_visibility_title": "Qiymatni ko‘rsatish/yashirish", + "settings.user_autocomplete_empty": "Mos keluvchi foydalanuvchilar topilmadi", + "settings.user_autocomplete_hint": "Mavjud foydalanuvchilarni nomi bo‘yicha izlash uchun yozing yoki har qanday identifikatorni qo'lda kiriting.", + "settings.user_autocomplete_placeholder": "Foydalanuvchilarni izlashni boshlash uchun yozishni boshlang\u001a...", + "settings.wizard_btn": "Sehrgar", + "shared.col_expiry": "Muddati", + "shared.col_file_label": "Fayl / Yorliq", + "shared.col_link": "Havola", + "shared.col_views": "Ko‘rishlar", + "shared.copy_link_aria": "Havolani clipboard ga nusxalash", + "shared.copy_link_title": "Havolani nusxalash", + "shared.create_btn": "Havola yaratish", + "shared.create_heading": "Yangi bo‘lishuv havolasini yaratish", + "shared.creating": "Yaratilmoqda\u001a...", + "shared.expiry_12h": "12 soat", + "shared.expiry_14d": "14 kun", + "shared.expiry_1h": "1 soat", + "shared.expiry_24h": "24 soat (1 kun)", + "shared.expiry_30d": "30 kun", + "shared.expiry_3d": "3 kun", + "shared.expiry_6h": "6 soat", + "shared.expiry_7d": "7 kun", + "shared.expiry_label": "Muddati", + "shared.expiry_never": "Hech qachon", + "shared.file_id_help_post": "sahifa yoki hujjat tafsilotlari URL.", + "shared.file_id_help_pre": "Fayl ID-sini toping", + "shared.file_id_label": "Fayl ID", + "shared.file_id_placeholder": "masalan, 42", + "shared.files_link": "Fayllar", + "shared.heading": "Ulanilgan Havolalar", + "shared.label_label": "Yozuv", + "shared.label_placeholder": "masalan, Bob bilan ulashilgan", + "shared.link_created": "Ulanilgan havola yaratildi!", + "shared.link_created_help": "Ushbu havolani nusxalab, qabul qiluvchiga yuboring.", + "shared.links_count_aria": "havolalar soni", + "shared.max_downloads_label": "Maks. yuklab olishlar", + "shared.no_links": "Hali hech qanday ulashilgan havola yo'q. Yuqorida birini yarating.", + "shared.open_in_new_tab": "Yangi oyna ochish", + "shared.open_link_aria": "Ulanilgan havolani ochish", + "shared.optional": "(ixtiyoriy)", + "shared.page_title": "Ulanilgan Havolalar – DocuElevate", + "shared.password_label": "Parol", + "shared.password_placeholder": "Parolsiz bo'sh qoldiring", + "shared.password_protected": "Parol bilan himoyalangan", + "shared.refresh_aria": "Ulanilgan havolalar ro'yxatini yangilang", + "shared.revoke_aria_prefix": "Ulanilgan havolani bekor qilish", + "shared.revoke_btn": "Bekor qilish", + "shared.status_active": "Faol", + "shared.status_expired": "Muddat o'tgan", + "shared.status_limit_reached": "Chegaraga yetdi", + "shared.status_revoked": "Bekor qilindi", + "shared.subtitle": "Hujjatlarni vaqt bilan cheklangan yoki ko'rish bilan cheklangan havola orqali har kim bilan ulashing. Qabul qiluvchilar DocuElevate hisobiga ega bo'lishlari shart emas. Havolalar parol bilan himoyalanishi va istalgan vaqtda bekor qilinishi mumkin.", + "shared.table_aria": "Ulanilgan havolalar", + "shared.unlimited_placeholder": "Cheksiz", + "shared.your_links": "Sizning Ulanilgan Havolalaringiz", + "similarity.backfill_auto": "Orqa fon vazifasi har 5 daqiqada avtomatik ravishda hisoblaydi yoki siz", + "similarity.files_missing_text": "fayl(lar)da OCR matni mavjud, lekin embedding hali yo'q.", + "similarity.find_pairs_btn": "Juftliklarni topish", + "similarity.heading": "Hujjatlarning O'xshashligi", + "similarity.load_error": "Juftliklarni yuklab olish muvaffaqiyatsiz bo'ldi.", + "similarity.min_similarity_label": "Min. o'xshashlik", + "similarity.no_pairs_detail": "Hujjat juftliklari o'xshashlik chegaraidan oshmaydi.", + "similarity.no_pairs_heading": "O'xshash juftliklar topilmadi", + "similarity.page_title": "Hujjat Xohishligi - DocuElevate", + "similarity.pagination_aria": "Xohishlik juftliklarini paginatsiya qilish", + "similarity.per_page_label": "Har sahifa", + "similarity.scanning": "O'xshash hujat juftliklarini skanerlash\u0000", + "similarity.stat_embedding_model": "Embedding Model", + "similarity.stat_missing_embedding": "Embeddings yo'q", + "similarity.stat_total_files": "Jami Fayllar", + "similarity.stat_with_embedding": "Embedding bilan", + "similarity.subtitle": "Baland semantik xohishlikka ega bo'lgan hujat juftliklari, ball bo'yicha tartiblangan.", + "similarity.trigger_aria": "Hammasi uchun embedding hisoblashni ishga tushirish embeddings yo'q", + "similarity.trigger_now": "hozir ishga tushirish", + "status.app_version": "Ilova Versiyasi", + "status.build_date": "Qurilish Sanasi", + "status.container_id": "Konteyner ID", + "status.git_commit": "Git Komit", + "status.last_check": "So'nggi Tekshiruv", + "status.page_title": "Tizim Holati", + "status.setting_label": "Sozlama", + "status.value_label": "Qiymat", + "subscription.available_plans_heading": "Mavjud rejalar", + "subscription.back_to_dashboard": "Boshqaruv paneliga qaytish", + "subscription.cancel_pending": "O'zgarishni bekor qilish", + "subscription.cancel_scheduled": "Rejalashtirilgan o'zgarishni bekor qilish", + "subscription.contact_sales": "Savdo bilan bog'laning", + "subscription.current_badge": "Hozirgi", + "subscription.current_plan": "Hozirgi reja", + "subscription.current_plan_cta": "Sizning hozirgi rejangiz", + "subscription.downgrade_to_prefix": "Pasaytirish", + "subscription.features_heading": "Rejangizda nimalar mavjud", + "subscription.free": "Bepul", + "subscription.heading": "Mening obonim", + "subscription.keep_plan_prefix": "Saqlang", + "subscription.lifetime_files": "Umumiy fayllar (umri davomida)", + "subscription.month_files": "Ushbu oyda fayllar", + "subscription.more_features_label": "batafsil", + "subscription.page_title": "Mening obonim – DocuElevate", + "subscription.pending_badge": "Kutilmoqda", + "subscription.pending_benefits": "Siz ushbu vaqtgacha barcha hozirgi reja foydalarini saqlaysiz.", + "subscription.pending_on": "da", + "subscription.pending_title": "Reja o'zgarishi kutilmoqda", + "subscription.pending_will_change": "Sizning rejangiz o'zgaradi", + "subscription.per_mo": "/oy", + "subscription.per_month": "/oy", + "subscription.since": "Sizdan beri", + "subscription.single_user_body": "Bir nechta foydalanuvchi rejasi aktiv bo'lganda obon darajalari amal qiladi. Sizning instantsiyangiz hozirda bir foydalanuvchi rejimida hech qanday qayta ishlash cheklovlari bilan ishlamoqda. Administrator {settings_link} orqali bir nechta foydalanuvchi rejimini yoqishi mumkin.", + "subscription.single_user_title": "Bir nechta foydalanuvchi rejimi yoqilmagan.", + "subscription.subtitle": "Sizning hozirgi rejangiz, foydalanish va mavjud yangilanishlar.", + "subscription.this_month_label": "ushbu oy", + "subscription.today_files": "Bugun fayllar", + "subscription.today_label": "bugun", + "subscription.unlimited": "Cheksiz", + "subscription.upgrade_info": "Yangilanishlar darhol kuchga kiradi. Pasaytirishlar sizning hozirgi billing davringizning oxiriga rejalashtirilgan.", + "subscription.upgrade_to_prefix": "Yangilash", + "subscription.usage_heading": "Foydalanuv", + "upload.browse_button": "Fayllarni Ko'rish", + "upload.button_processing": "Ishlov berilmoqda...", + "upload.camera_button": "Rasm Oling / Hujjatni Skanerlang", + "upload.download_button": "Yuklab Olish va Ishlov Berish", + "upload.downloading": "URL dan fayl yuklanmoqda...", + "upload.drag_drop": "Bu yerga fayllarni sudrab qo'ying yoki ko'rish uchun bosing", + "upload.drop_hint_desktop": "Bu yerga fayl yoki papkalarni sudrab qo'ying, yoki fayllarni tanlash uchun bosing.", + "upload.drop_hint_mobile": "Fayllarni tanlash uchun bosing yoki pastdagi kamera tugmasidan foydalaning.", + "upload.drop_zone_aria": "Fayl yuklash maydoni. Bu yerga fayllarni sudrab qo'ying, yoki fayllarni ko'rish uchun Enter tugmasini bosing.", + "upload.error": "Yuklash amalga oshmadi", + "upload.error_invalid_url": "Noto'g'ri URL formati", + "upload.error_url_required": "Iltimos, URL ni kiriting", + "upload.file_size_hint": "Maksimal hajmi: 500 MB har bir fayl uchun", + "upload.file_types": "Ruxsat etilgan turlar: PDF, Office hujjatlari (Word, Excel, PowerPoint va boshqalar), Rasmlar", + "upload.filename_description": "URL dan fayl nomini foydalanish uchun bo'sh qoldiring", + "upload.filename_label": "Fayl nomi (ixtiyoriy)", + "upload.filename_placeholder": "my-document.pdf", + "upload.max_size": "Maksimal fayl hajmi: {size}", + "upload.page_title": "Fayllarni Yuklash", + "upload.section_device": "Qurilmadan Yuklash", + "upload.section_url": "URL dan Yuklash", + "upload.select_file": "Faylni tanlang", + "upload.success": "Fayl muvaffaqiyatli yuklandi", + "upload.title": "Hujjat yuklash", + "upload.uploading": "Yuklanmoqda...", + "upload.url_description": "Faylga to'g'ridan-to'g'ri havola kiriting (PDF, Office hujjatlari yoki rasmlar)", + "upload.url_label": "Fayl URL manzili", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/vi.json b/frontend/translations/vi.json index d36160ed..c2bfbbf1 100644 --- a/frontend/translations/vi.json +++ b/frontend/translations/vi.json @@ -1,593 +1,700 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Gặp gỡ Tác giả", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", + "about.creator_pre": "DocuElevate được phát triển đầy tâm huyết bởi", + "about.features_admin_api": "API REST mạnh mẽ để truy cập lập trình", + "about.features_admin_config": "Có thể cấu hình cao thông qua các biến môi trường", + "about.features_admin_docker": "Sẵn sàng với Docker để triển khai và mở rộng dễ dàng", + "about.features_admin_heading": "Quản trị", + "about.features_admin_oauth2": "Hỗ trợ xác thực OAuth2 với Authentik", + "about.features_automation_background": "Xử lý nền với Redis và Celery", + "about.features_automation_gmail": "Tích hợp tài khoản Gmail và email tổng quát", + "about.features_automation_heading": "Tự động hóa", + "about.features_automation_imap": "Polling hộp thư IMAP từ nhiều nguồn khác nhau", + "about.features_automation_ingestion": "Tự động thu nhận tài liệu từ nhiều đầu vào", + "about.features_heading": "Các Tính Năng Chính", + "about.features_integration_cloud": "Lưu trữ đám mây: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Tích hợp & Lưu trữ", + "about.features_integration_multi_dest": "Hỗ trợ nhiều điểm đến (lưu trữ tài liệu ở nhiều vị trí)", + "about.features_integration_protocols": "Các giao thức chuyển giao: FTP, SFTP, Chuyển tiếp Email", + "about.features_integration_selfhosted": "Tùy chọn tự lưu trữ: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Phân loại tài liệu thông minh và trích xuất ngày tháng", + "about.features_processing_heading": "Xử lý Tài liệu", + "about.features_processing_metadata": "Trích xuất siêu dữ liệu tự động sử dụng nhà cung cấp AI có thể cắm thêm", + "about.features_processing_ocr": "OCR được cung cấp bởi Azure Document Intelligence", + "about.features_processing_pdf": "Chuyển đổi PDF cho nhiều định dạng tệp khác nhau qua Gotenberg", + "about.features_processing_upload": "Tải tệp đơn giản và an toàn với hỗ trợ kéo & thả", + "about.github_logo_alt": "Logo GitHub", + "about.heading": "Giới thiệu về DocuElevate", + "about.intro_post": " – giải pháp hiện đại, thông minh của bạn cho việc xử lý tài liệu! Chúng tôi đã xây dựng DocuElevate để hoàn toàn biến đổi cách bạn xử lý tài liệu – từ tải lên đến trích xuất, từ xử lý đến lưu trữ.", + "about.intro_pre": "Chào mừng đến với ", + "about.involved_description": "Bạn muốn tham gia vào mã nguồn, đóng góp ý tưởng, hoặc tìm hiểu thêm về DocuElevate?", + "about.involved_docs": "Đọc Tài liệu", + "about.involved_github": "Xem DocuElevate trên GitHub", + "about.involved_heading": "Tham gia", + "about.involved_website": "Truy cập Trang web DocuElevate", + "about.legal_description": "Chúng tôi quan tâm đến quyền riêng tư và an ninh dữ liệu của bạn. Vui lòng xem xét:", + "about.legal_heading": "Quyền riêng tư & Pháp lý", + "about.legal_license": "Thông tin Giấy phép", + "about.legal_privacy": "Thông báo Quyền riêng tư", + "about.page_title": "Giới thiệu về DocuElevate", + "about.story_heading": "Câu chuyện của chúng tôi", + "about.story_p1": "DocuElevate được tạo ra với một mục tiêu duy nhất: đơn giản hóa và hợp lý hóa quản lý tài liệu cho mọi người, cho dù bạn là một startup nhỏ hay một doanh nghiệp lớn.", + "about.story_p2": "Chúng tôi tận dụng sức mạnh của các nhà cung cấp AI có thể cắm (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, và nhiều hơn nữa) cho việc trích xuất siêu dữ liệu và tinh chỉnh văn bản, tích hợp liền mạch với Dropbox, Nextcloud và Paperless NGX cho lưu trữ và lập chỉ mục, tận dụng Azure Document Intelligence cho OCR, và thậm chí sử dụng Gotenberg cho chuyển đổi tệp sang PDF.", + "api_tokens.col_created": "Đã tạo", + "api_tokens.col_last_ip": "IP cuối", + "api_tokens.col_last_used": "Đã sử dụng lần cuối", + "api_tokens.col_name": "Tên", + "api_tokens.col_prefix": "Tiền tố Token", + "api_tokens.copy_to_clipboard": "Sao chép token vào clipboard", + "api_tokens.copy_upload_example": "Sao chép ví dụ tải lên vào clipboard", + "api_tokens.copy_warning_1": "Sao chép token này ngay bây giờ — nó sẽ", + "api_tokens.copy_warning_2": "không được hiển thị lại", + "api_tokens.create_heading": "Tạo Token Mới", + "api_tokens.create_token": "Tạo Token", + "api_tokens.creating": "Đang tạo...", "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", + "api_tokens.intro": "Tạo các token API cá nhân để tương tác với API DocuElevate một cách lập trình. Sử dụng token cho việc tải lên webhook, quy trình CI/CD, hoặc bất kỳ script nào cần tải lên hoặc truy xuất tài liệu.", + "api_tokens.loading_tokens": "Đang tải token...", + "api_tokens.never": "Không bao giờ", + "api_tokens.no_tokens_heading": "Chưa có token API nào", + "api_tokens.no_tokens_help": "Tạo token đầu tiên của bạn ở trên để bắt đầu.", "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", + "api_tokens.revoke": "Thu hồi", + "api_tokens.revoke_prefix": "Thu hồi token", + "api_tokens.status_active": "Kích hoạt", + "api_tokens.status_revoked": "Đã thu hồi", "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "api_tokens.token_created": "Token đã được tạo thành công!", + "api_tokens.token_name_label": "Tên token", + "api_tokens.token_name_placeholder": "ví dụ. CI Pipeline, Webhook Upload, My Script", + "api_tokens.usage_heading": "Ví dụ Sử Dụng", + "api_tokens.usage_intro_post": "tiêu đề với bất kỳ yêu cầu API nào:", + "api_tokens.usage_intro_pre": "Sử dụng token API của bạn trong", + "api_tokens.your_tokens": "Token của bạn", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", + "audit.col_resource": "Tài nguyên", + "audit.col_timestamp": "Dấu thời gian", + "audit.critical": "Quan trọng", + "audit.filter_action": "Hành động", + "audit.filter_all_actions": "Tất cả các hành động", + "audit.filter_all_users": "Tất cả người dùng", + "audit.filter_resource_placeholder": "ví dụ: tài liệu, người dùng", + "audit.filter_resource_type": "Loại tài nguyên", + "audit.filter_severity": "Mức độ nghiêm trọng", + "audit.filter_user": "Người dùng", + "audit.filters_section_label": "Bộ lọc nhật ký kiểm toán", + "audit.next": "Tiếp theo", + "audit.next_label": "Trang tiếp theo", + "audit.no_events": "Chưa có sự kiện kiểm toán nào được ghi lại.", + "audit.no_events_hint": "Các hành động quan trọng (đăng nhập, thao tác tài liệu, thay đổi cài đặt) sẽ xuất hiện ở đây.", + "audit.page_title": "Nhật ký kiểm toán - DocuElevate", + "audit.pagination_label": "Phân trang nhật ký kiểm toán", + "audit.prev": "Trước", + "audit.prev_label": "Trang trước", + "audit.refresh_label": "Làm mới nhật ký kiểm toán", + "audit.siem_disabled_title": "Chuyển tiếp SIEM bị vô hiệu hóa", + "audit.siem_enabled_title": "Các sự kiện đang được chuyển tiếp đến ", + "audit.siem_off": "SIEM: Tắt", + "audit.subtitle": "Ghi chép toàn diện, chỉ bổ sung tất cả các hành động quan trọng.", + "audit.table_label": "Sự kiện nhật ký kiểm toán", + "audit.title": "Nhật ký kiểm toán", + "auth.confirm_password": "Xác nhận Mật khẩu", + "auth.create_account": "Tạo tài khoản", + "auth.display_name_label": "Tên hiển thị", "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", + "auth.forgot_password": "Quên mật khẩu?", + "auth.forgot_username": "Quên tên người dùng?", + "auth.login": "Đăng nhập", + "auth.login_title": "Đăng nhập", + "auth.logo_alt": "Logo DocuElevate", + "auth.logout": "Đăng xuất", + "auth.my_account": "Tài khoản của tôi", + "auth.no_account": "Không có tài khoản?", + "auth.or_continue_with": "Hoặc tiếp tục với", + "auth.password_label": "Mật khẩu", + "auth.profile": "Hồ sơ", + "auth.remember_me": "Ghi nhớ tôi", + "auth.return_home": "Quay về Trang Chủ", + "auth.sign_in": "Đăng nhập", + "auth.sign_in_sso": "Đăng nhập bằng SSO", + "auth.sign_in_with": "Đăng nhập với", + "auth.sign_in_with_username": "Đăng nhập với tên người dùng", + "auth.signup": "Đăng ký", + "auth.signup_title": "Đăng ký", + "auth.username_label": "Tên người dùng", + "auth.username_or_email": "Tên người dùng hoặc Email", + "auth.verify_email_back_sign_in": "Quay lại để đăng nhập", + "auth.verify_email_expiry": "Liên kết sẽ hết hạn trong 24 giờ. Nếu bạn không thấy email, hãy kiểm tra thư mục rác của bạn.", + "auth.verify_email_heading": "Kiểm tra hộp thư của bạn", + "auth.verify_email_message": "Chúng tôi đã gửi cho bạn một email xác minh. Vui lòng nhấp vào liên kết trong email để kích hoạt tài khoản của bạn.", + "auth.verify_email_page_title": "DocuElevate - Xác minh Email của Bạn", + "auth.verify_email_resend_aria_label": "Địa chỉ email để gửi lại", + "auth.verify_email_resend_button": "Gửi lại email xác minh", + "auth.verify_email_resend_label": "Địa chỉ email", + "auth.verify_email_resend_placeholder": "Nhập địa chỉ email của bạn", + "auth.verify_email_resend_prompt": "Không nhận được nó?", + "backup.archives_heading": "Lưu trữ Sao lưu", + "backup.backup_now": "Sao lưu ngay", + "backup.clean_up": "Dọn dẹp", + "backup.cleanup_title": "Chạy dọn dẹp giữ lại ngay", + "backup.col_created": "Được tạo", + "backup.col_filename": "Tên tệp", + "backup.col_size": "Kích thước", + "backup.col_storage": "Lưu trữ", + "backup.col_type": "Loại", + "backup.config_auto_backup": "Sao lưu tự động", + "backup.config_remote_dest": "Điểm đến từ xa", + "backup.config_retention": "Giữ lại", + "backup.config_total_size": "Tổng kích thước địa phương", + "backup.confirm_btn": "Xác nhận", + "backup.confirm_title": "Xác nhận hành động", + "backup.heading": "Quản lý Sao lưu", + "backup.local_only": "Chỉ cục bộ", + "backup.no_backups": "Chưa có sao lưu nào.", + "backup.no_backups_hint": "Nhấp vào Sao lưu ngay để tạo sao lưu đầu tiên của bạn.", + "backup.page_title": "Quản lý Sao lưu", + "backup.records_label": "bản ghi", + "backup.restore_btn": "Khôi phục", + "backup.restore_desc_mid": "sao lưu để khôi phục cơ sở dữ liệu.", + "backup.restore_desc_pre": "Tải lên một", + "backup.restore_desc_warning": "Điều này sẽ ghi đè lên tất cả dữ liệu hiện tại.", + "backup.restore_file_label": "Tập tin lưu trữ (/.db.gz)", + "backup.restore_heading": "Khôi phục từ Tập tin", + "backup.restoring": "Đang khôi phục\n...", + "backup.retention_daily_detail": "\n - giữ trong 3 tuần", + "backup.retention_heading": "Chính sách lưu giữ", + "backup.retention_hourly_detail": "\n - giữ trong 4 ngày", + "backup.retention_note": "Các bản sao lưu vượt quá những giới hạn này sẽ tự động bị cắt sau mỗi lần sao lưu mới được tạo.", + "backup.retention_weekly_detail": "\n - giữ trong khoảng 3 tháng", + "backup.snapshots": "ảnh chụp", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", - "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", - "common.filter": "Filter", - "common.inactive": "Inactive", - "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", - "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", - "common.tags": "Tags", - "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", - "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "backup.storage_local": "cục bộ", + "backup.subtitle": "Các bản sao lưu cơ sở dữ liệu được tạo tự động: hàng giờ (4 ngày), hàng ngày (3 tuần), hàng tuần (13 tuần).", + "backup.table_aria": "Các lưu trữ sao lưu", + "backup.trigger_daily": "Sao lưu Ngay (Hàng ngày)", + "backup.trigger_hourly": "Sao lưu Ngay (Hàng giờ)", + "backup.trigger_weekly": "Sao lưu Ngay (Hàng tuần)", + "backup.type_daily": "Hàng ngày", + "backup.type_hourly": "Hàng giờ", + "backup.type_weekly": "Hàng tuần", + "billing.go_to_dashboard": "Đi đến bảng điều khiển", + "billing.manage_subscription": "Quản lý đăng ký", + "billing.success_heading": "Bạn đã sẵn sàng!", + "billing.success_message": "Đăng ký của bạn đã được kích hoạt. Cảm ơn bạn đã chọn DocuElevate!", + "billing.success_page_title": "DocuElevate - Đăng ký đã kích hoạt", + "common.actions": "Hành động", + "common.active": "Đang hoạt động", + "common.all": "Tất cả", + "common.avatar": "Ảnh đại diện", + "common.back": "Quay lại", + "common.cancel": "Hủy", + "common.close": "Đóng", + "common.col_pending": "Đang chờ", + "common.completed": "Đã hoàn thành", + "common.confirm": "Xác nhận", + "common.copied": "Đã sao chép!", + "common.copy": "Sao chép", + "common.create": "Tạo", + "common.created": "Đã tạo", + "common.date": "Ngày", + "common.delete": "Xóa", + "common.description": "Mô tả", + "common.details": "Chi tiết", + "common.disabled": "Đã tắt", + "common.download": "Tải xuống", + "common.duplicate": "Trùng lặp", + "common.edit": "Chỉnh sửa", + "common.enabled": "Đã bật", + "common.error": "Lỗi", + "common.failed": "Thất bại", + "common.filter": "Bộ lọc", + "common.inactive": "Không hoạt động", + "common.info": "Thông tin", + "common.loading": "Đang tải...", + "common.name": "Tên", + "common.next": "Tiếp theo", + "common.next_page": "Trang tiếp theo", + "common.no": "Không", + "common.none": "Không có", + "common.page": "Trang", + "common.paused": "Tạm dừng", + "common.pending": "Đang chờ", + "common.prev_page": "Trang trước", + "common.previous": "Trước đó", + "common.processing": "Đang xử lý", + "common.refresh": "Làm mới", + "common.reset": "Đặt lại", + "common.retry": "Thử lại", + "common.save": "Lưu", + "common.search": "Tìm kiếm", + "common.select": "Chọn", + "common.select_placeholder": "\u00014; chọn \u00014;", + "common.size": "Kích thước", + "common.status": "Trạng thái", + "common.submit": "Gửi", + "common.success": "Thành công", + "common.tags": "Thẻ", + "common.test": "Kiểm tra", + "common.test_connection": "Kiểm tra kết nối", + "common.type": "Loại", + "common.update": "Cập nhật", + "common.updated": "Đã cập nhật", + "common.upload": "Tải lên", + "common.view": "Xem", + "common.warning": "Cảnh báo", + "common.yes": "Có", + "cookie.accept": "Đã hiểu", + "cookie.learn_more": "Tìm hiểu thêm", + "cookie.message": "Trang web này sử dụng cookie để cải thiện trải nghiệm của bạn.", + "cookie.notice": "DocuElevate chỉ sử dụng cookie phiên cần thiết để xác thực và vận hành dịch vụ. Không sử dụng cookie theo dõi hoặc phân tích nào.", + "cookie.notice_label": "Thông báo cookie", + "cookie.policy_link": "Chính sách cookie", + "cookie.privacy_link": "Thông báo quyền riêng tư", + "credentials.col_action": "Hành động", + "credentials.col_credential": "Chứng chỉ", + "credentials.col_source": "Nguồn", + "credentials.configured": "Đã cấu hình", + "credentials.edit_in_settings": "Chỉnh sửa trong Cài đặt", + "credentials.legend_db": "Giá trị lưu trữ trong cơ sở dữ liệu (mã hóa lúc nghỉ; ghi đè biến môi trường)", + "credentials.legend_env_after": " tệp", + "credentials.legend_env_before": "Giá trị từ biến môi trường hoặc ", + "credentials.legend_missing": "Chứng chỉ chưa được thiết lập — tích hợp sẽ không hoạt động", + "credentials.legend_restart": "Cần khởi động lại khi chứng chỉ này được thay đổi", + "credentials.legend_title": "Chú giải", + "credentials.manage_settings": "Quản lý Cài đặt", + "credentials.not_configured": "Chưa cấu hình", + "credentials.page_title": "Kiểm toán Chứng chỉ - DocuElevate", + "credentials.raw_json": "JSON thô (API)", + "credentials.restart_title": "Cần khởi động lại sau khi thay đổi chứng chỉ này", + "credentials.source_db_title": "Lưu trữ trong cơ sở dữ liệu (mã hóa)", + "credentials.source_env_title": "Từ biến môi trường", + "credentials.status_missing": "Thiếu", + "credentials.subtitle": "Tổng quan về tất cả các chứng chỉ nhạy cảm được sử dụng bởi DocuElevate. Không hiển thị giá trị bí mật nào ở đây — chỉ hiển thị mỗi chứng chỉ đã được cấu hình và nguồn gốc của nó.", + "credentials.table_for": "Chứng chỉ cho", + "credentials.title": "Kiểm toán Chứng chỉ", + "credentials.total_credentials": "Tổng số Chứng chỉ", + "dashboard.active_integrations": "Tích hợp Đang hoạt động", + "dashboard.files_this_month": "Tập tin Trong Tháng", + "dashboard.files_today": "Tập tin Hôm Nay", + "dashboard.ocr_processed": "Đã xử lý OCR", + "dashboard.quick_actions": "Hành động Nhanh", + "dashboard.recent_activity": "Hoạt động Gần đây", + "dashboard.storage_targets": "Mục tiêu Lưu trữ", + "dashboard.title": "Bảng điều khiển", + "dashboard.total_files": "Tổng số Tập tin", + "dashboard.welcome": "Chào mừng đến với DocuElevate", + "duplicates.file_id_label": "ID Tập Tin", + "duplicates.file_id_placeholder": "vd. 42", + "duplicates.find_btn": "Tìm", + "duplicates.found_files": "tập tin trùng lặp.", + "duplicates.found_groups": "nhóm trùng lặp với", + "duplicates.found_prefix": "Đã tìm thấy", + "duplicates.group_aria": "Nhóm trùng lặp", + "duplicates.heading": "Tài Liệu Trùng Lặp", + "duplicates.how_it_works_heading": "Cách mà phát hiện gần giống hoạt động", + "duplicates.max_results_label": "Kết quả tối đa", + "duplicates.near_dup_desc": "Chọn một tài liệu để kiểm tra xem có bất kỳ tập tin nào khác chứa nội dung tương tự (hoặc rất giống) hay không — ngay cả khi chúng đã được quét vào những thời điểm khác nhau và có các băm SHA-256 khác nhau.", + "duplicates.near_dup_heading": "Tìm Gần Giống cho Một Tài Liệu", + "duplicates.no_exact_heading": "Không tìm thấy bản sao chính xác nào", + "duplicates.page_title": "Tài Liệu Trùng Lặp - DocuElevate", + "duplicates.pagination_aria": "Phân trang", + "duplicates.role_duplicate": "Trùng lặp", + "duplicates.role_original": "Gốc", + "duplicates.tab_exact": "Bản Sao Chính Xác", + "duplicates.tab_near": "Trình Tìm Gần Giống", + "duplicates.tabs_aria": "Các tab phát hiện trùng lặp", + "duplicates.threshold_label": "Ngưỡng tương đồng", + "duplicates.view_dup_aria": "Xem tập tin trùng lặp", + "duplicates.view_original_aria": "Xem tập tin gốc", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Ôi, chúng tôi không thể tìm thấy trang đó!", + "error.404_home": "Trở về Trang Chủ", + "error.404_message": "Có vẻ như DocuElevate đã đánh mất tài liệu mà bạn đang tìm kiếm. Đừng lo lắng – chúng tôi sẽ giúp bạn.", + "error.404_title": "404 - Không Tìm Thấy", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Hiển thị Thông Tin Gỡ Lỗi", + "error.500_description": "Máy chủ của chúng tôi đã gặp sự cố và cần một chút thời gian.", + "error.500_heading": "Ôi! Có điều gì đó đã xảy ra.", + "error.500_home": "Về Nhà", + "error.500_img_alt": "Hình minh họa về lỗi máy chủ", + "error.500_message1": "Máy chủ của chúng tôi đã gặp sự cố và cần một chút thời gian. Có thể những con chuột hamster đã làm đổ cà phê của chúng?", + "error.500_message2": "Chúng tôi đã bắt tay vào việc — sắp xếp tập tin, khởi động lại máy chủ và hiệu chỉnh các bộ phát độ biến.", + "error.500_title": "Lỗi Máy Chủ - DocuElevate", + "error.forbidden": "Bị cấm", + "error.forbidden_message": "Bạn không có quyền truy cập vào trang này.", + "error.not_found": "Không tìm thấy trang", + "error.not_found_message": "Trang bạn đang tìm kiếm không tồn tại.", + "error.server_error": "Lỗi máy chủ nội bộ", + "error.server_error_message": "Đã xảy ra lỗi. Vui lòng thử lại sau.", + "error.unauthorized": "Chưa được xác thực", + "error.unauthorized_message": "Bạn cần đăng nhập để truy cập trang này.", + "files.action_delete": "Xóa tệp", + "files.action_details": "Xem chi tiết", + "files.action_preview": "Xem trước nhanh", + "files.bulk_clear_selection": "Xóa lựa chọn", + "files.bulk_cloud_ocr": "Chạy lại Cloud OCR", + "files.bulk_delete": "Xóa đã chọn", + "files.bulk_download": "Tải xuống dưới dạng ZIP", + "files.bulk_reprocess": "Xử lý lại đã chọn", + "files.delete_modal_cancel": "Hủy", + "files.delete_modal_confirm": "Xóa", + "files.delete_modal_message": "Bạn có chắc chắn muốn xóa tệp này không?", + "files.delete_modal_title": "Xác nhận xóa", + "files.document_title": "Tiêu đề tài liệu", + "files.drop_overlay_hint": "Hỗ trợ PDF, tài liệu Office, hình ảnh, HTML, Markdown, và nhiều hơn nữa – thư mục được xử lý đệ quy", + "files.drop_overlay_title": "Kéo thả tệp hoặc thư mục bất kỳ để tải lên", + "files.error_hint": "Điều này có thể do vấn đề cấu hình hoặc nhập. Vui lòng kiểm tra nhật ký máy chủ.", + "files.file_size": "Kích thước tệp", + "files.filename": "Tên tệp", + "files.files_selected": "tệp đã chọn", + "files.filter_all_providers": "Tất cả nhà cung cấp", + "files.filter_all_statuses": "Tất cả trạng thái", + "files.filter_all_types": "Tất cả loại", + "files.filter_apply": "Áp dụng bộ lọc", + "files.filter_clear": "Xóa", + "files.filter_date_from": "Ngày Từ", + "files.filter_date_from_aria": "Lọc từ ngày", + "files.filter_date_to": "Ngày Đến", + "files.filter_date_to_aria": "Lọc đến ngày", + "files.filter_form_aria": "Lọc tệp", + "files.filter_mime_type": "Loại MIME", + "files.filter_ocr_all": "Tất cả tệp", + "files.filter_ocr_good": "Chất lượng tốt", + "files.filter_ocr_poor": "Chất lượng kém", + "files.filter_ocr_quality": "Chất lượng OCR", + "files.filter_ocr_quality_aria": "Lọc theo điểm chất lượng OCR", + "files.filter_ocr_unchecked": "Chưa được đánh giá", + "files.filter_search_label": "Tìm kiếm Tên tệp", + "files.filter_search_placeholder": "Nhập tên tệp...", + "files.filter_storage_provider": "Nhà cung cấp lưu trữ", + "files.filter_tags_aria": "Lọc theo thẻ (cách nhau bằng dấu phẩy)", + "files.filter_tags_placeholder": "ví dụ: hóa đơn,amazon", + "files.fulltext_search_label": "Tìm kiếm Toàn Văn (văn bản OCR, siêu dữ liệu, thẻ)", + "files.fulltext_search_placeholder": "Tìm kiếm nội dung tài liệu, người gửi, thẻ, loại...", + "files.no_files": "Không tìm thấy tệp nào", + "files.ocr_status": "Trạng thái OCR", + "files.page_title": "Hồ sơ Tệp", + "files.pagination_files": "tệp", + "files.pagination_first": "Đầu tiên", + "files.pagination_last": "Cuối cùng", + "files.pagination_nav_aria": "Phân trang danh sách tệp", + "files.pagination_next": "Tiếp theo", + "files.pagination_of": "của", + "files.pagination_previous": "Trước", + "files.pagination_showing": "Đang hiển thị", + "files.preview_modal_close": "Đóng bản xem trước", + "files.preview_modal_title": "Bản xem trước", + "files.queue_banner_items": "mục đang được xếp hàng hoặc đang được xử lý. Tệp sẽ xuất hiện ở đây khi việc xử lý hoàn tất.", + "files.queue_banner_link": "Xem Hàng đợi", + "files.saved_searches_empty": "Chưa có tìm kiếm nào được lưu", + "files.saved_searches_error": "Không thể tải tìm kiếm đã lưu", + "files.saved_searches_label": "Tìm kiếm đã lưu", + "files.saved_searches_save": "Lưu Hiện tại", + "files.saved_searches_save_aria": "Lưu bộ lọc hiện tại dưới dạng tìm kiếm đã lưu", + "files.search_results_empty": "Không tìm thấy kết quả.", + "files.search_results_title": "Kết quả Tìm kiếm", + "files.status_duplicate": "Trùng lặp", + "files.table_actions": "Hành động", + "files.table_aria": "Hồ sơ tệp", + "files.table_created_at": "Tạo vào", + "files.table_empty": "Không tìm thấy tệp nào", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", - "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", + "files.table_mime_type": "Loại MIME", + "files.table_original_filename": "Tên tệp gốc", + "files.table_select_all": "Chọn tất cả các tệp trên trang này", + "files.tags": "Thẻ", + "files.title": "Tệp", + "files.upload_modal_aria": "Tiến trình tải lên", + "files.upload_modal_close": "Đóng tiến trình tải lên", + "files.upload_modal_header": "Đang Tải Lên Tệp", + "files.uploaded": "Đã Tải Lên", + "footer.about": "Về chúng tôi", + "footer.attribution": "Công nhận", + "footer.attributions": "Công nhận", "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", - "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.imprint": "Dấu hiệu", + "footer.license": "Giấy phép", + "footer.navigation": "Điều hướng chân trang", + "footer.privacy": "Quyền riêng tư", + "footer.terms": "Điều khoản", + "footer.version": "Phiên bản {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "Liên kết OAuth. Tệp sẽ được lưu vào thư mục đã chọn của bạn.", + "help.destinations_email": "Chuyển tiếp Email", + "help.destinations_email_desc": "Tệp đã xử lý được gửi dưới dạng tệp đính kèm SMTP.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Tài khoản dịch vụ hoặc OAuth. Hỗ trợ ổ đĩa chia sẻ.", + "help.destinations_heading": "Điểm đến – Nơi Tài Liệu Đi Đến", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Lưu trữ đám mây tự lưu trữ qua WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Tích hợp API Microsoft Graph.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Đẩy tài liệu thẳng vào Paperless để lưu trữ.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Bất kỳ bucket nào tương thích với S3 (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Chuyển tệp an toàn tới bất kỳ máy chủ nào.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST siêu dữ liệu tới bất kỳ điểm cuối bên ngoài nào.", + "help.documentation": "Tài liệu", + "help.faq": "Câu Hỏi Thường Gặp", + "help.faq_1_a": "Đi tới trang Tải lên, kéo và thả tệp của bạn hoặc nhấp vào Chọn Tệp. DocuElevate chuyển đổi hình ảnh và tài liệu văn phòng sang PDF, chạy OCR và trích xuất siêu dữ liệu tự động.", + "help.faq_1_q": "Làm thế nào để tôi tải lên tài liệu?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF và HTML. Các tệp không phải PDF sẽ tự động được chuyển đổi thành PDF trước khi xử lý.", + "help.faq_2_q": "Định dạng tệp nào được hỗ trợ?", + "help.faq_3_a": "Có. Truy cập vào Email Ingestion, thêm một tài khoản IMAP, và DocuElevate sẽ quét các tin nhắn mới và tự động xử lý các tệp đính kèm.", + "help.faq_3_q": "Tôi có thể lấy tài liệu từ email không?", + "help.faq_4_a": "Pipelines cho phép bạn nối các bước xử lý – OCR, trích xuất AI, chuyển đổi định dạng – và định tuyến kết quả đến một hoặc nhiều đích. Tạo và quản lý chúng từ trang Pipelines.", + "help.faq_4_q": "Các pipeline xử lý hoạt động như thế nào?", + "help.faq_5_a": "DocuElevate mã hóa thông tin đăng nhập khi lưu trữ, truyền thông qua TLS, và không bao giờ lưu trữ tài liệu của bạn lâu hơn mức cần thiết. Xem Thông báo quyền riêng tư để biết chi tiết đầy đủ.", + "help.faq_5_a_post": " để biết chi tiết đầy đủ.", + "help.faq_5_a_pre": "DocuElevate mã hóa thông tin xác thực ở trạng thái không hoạt động, giao tiếp qua TLS, và không bao giờ lưu trữ tài liệu của bạn lâu hơn cần thiết. Xem ", + "help.faq_5_q": "Dữ liệu của tôi có an toàn không?", + "help.faq_heading": "Câu hỏi thường gặp", + "help.getting_started": "Bắt đầu", + "help.heading": "Trung tâm trợ giúp", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Sử dụng REST API để đẩy tài liệu theo cách lập trình. Xác thực bằng token Bearer và POST tệp đến điểm cuối tải lên.", + "help.ingestion_heading": "Công cụ Nhập Dữ liệu", + "help.ingestion_mobile": "Ứng dụng Di động", + "help.ingestion_mobile_desc": "Sử dụng bất kỳ ứng dụng quét di động nào hỗ trợ đích tải lên HTTP tùy chỉnh để gửi ảnh và bản quét đến DocuElevate từ điện thoại hoặc máy tính bảng của bạn.", + "help.ingestion_scanners": "Máy quét Mạng", + "help.ingestion_scanners_desc": "Định hướng bất kỳ máy quét mạng hoặc máy in đa chức năng nào đến điểm cuối tải lên của DocuElevate. Tài liệu đã quét sẽ được đưa thẳng vào hàng đợi xử lý của bạn.", + "help.ingestion_watched_folders": "Thư mục Được Giám sát", + "help.ingestion_watched_folders_desc": "Cấu hình một thư mục cục bộ hoặc mạng để được giám sát. Bất kỳ tệp nào đặt trong một thư mục được giám sát sẽ tự động được tải lên và xử lý bởi DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Tích hợp DocuElevate vào quy trình tự động hóa của bạn với Zapier, n8n hoặc Make. Sử dụng các hành động REST API để kích hoạt tải tài liệu từ bất kỳ sự kiện nào.", + "help.meta_description": "Nhận trợ giúp với DocuElevate – tìm hướng dẫn về việc tải tài liệu lên, kết nối lưu trữ đám mây, thiết lập pipeline và nhiều hơn nữa.", + "help.og_description": "Nhận trợ giúp với DocuElevate – tìm hướng dẫn về việc tải tài liệu lên, kết nối lưu trữ đám mây, thiết lập pipeline và nhiều hơn nữa.", + "help.page_title": "Trung tâm trợ giúp", + "help.privacy_notice": "Thông báo quyền riêng tư", + "help.quickstart_heading": "Bắt đầu nhanh", + "help.quickstart_storage": "Kết nối lưu trữ", + "help.quickstart_storage_desc": "Truy cập vào Cài đặt và liên kết tài khoản đám mây của bạn. Tài liệu đã xử lý sẽ tự động được định tuyến đến từng đích mà bạn cấu hình.", + "help.quickstart_storage_desc_full": "Đi tới Tích hợp và liên kết tài khoản lưu trữ đám mây của bạn. DocuElevate hỗ trợ Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud và nhiều hơn nữa. Các tài liệu đã xử lý tự động được gửi đến mọi đích đến mà bạn cấu hình.", + "help.quickstart_upload": "Tải lên tài liệu", + "help.quickstart_upload_desc": "Kéo và thả tệp vào trang Tải lên hoặc nhấp vào Chọn tệp. DocuElevate chuyển đổi hình ảnh và tài liệu văn phòng thành PDF, chạy OCR và tự động trích xuất siêu dữ liệu.", + "help.quickstart_workflows": "Tự động hóa quy trình làm việc", + "help.quickstart_workflows_desc": "Tạo Pipelines để xác định quy tắc xử lý và định tuyến nhiều bước. Kết hợp OCR, trích xuất AI, chuyển đổi định dạng và giao hàng trong một quy trình duy nhất.", + "help.sources_email_ingestion": "Lấy tài liệu từ email (IMAP)", + "help.sources_email_ingestion_desc": "Chuyển tiếp tài liệu đến một hộp thư riêng. Trong Email Ingestion, thêm một hoặc nhiều tài khoản IMAP. DocuElevate quét các tin nhắn mới và tự động xử lý các tệp đính kèm.", + "help.sources_heading": "Nguồn – Lấy tài liệu vào", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", + "help.sources_rest_api_desc": "Tích hợp lập trình bằng cách POST tệp đến /api/upload. Lý tưởng cho các tập lệnh, thư mục theo dõi, máy quét hoặc các công cụ bên thứ ba như Zapier và n8n.", + "help.sources_scanner": "Máy quét & Di động", + "help.sources_scanner_desc": "Chỉ định các máy quét mạng đến điểm cuối tải lên của DocuElevate hoặc sử dụng bất kỳ ứng dụng quét di động nào hỗ trợ các đích HTTP tùy chỉnh.", + "help.sources_scanner_desc_full": "Cấu hình máy quét mạng hoặc máy in đa chức năng của bạn để gửi bản quét trực tiếp đến DocuElevate. Sử dụng điểm cuối /api/upload làm đích đến. Các ứng dụng quét di động với đích tải lên tùy chỉnh cũng được hỗ trợ.", + "help.sources_web_upload": "Tải lên qua web", + "help.sources_web_upload_desc": "Cách nhanh nhất để bắt đầu. Mở trang Tải lên, thả một hoặc nhiều tệp, và DocuElevate sẽ lo phần còn lại. Các định dạng được hỗ trợ bao gồm PDF, JPEG, PNG, TIFF, DOCX, XLSX và nhiều hơn nữa.", + "help.subheading": "Tất cả những gì bạn cần để tận dụng tối đa DocuElevate. Duyệt các chủ đề bên dưới hoặc tìm kiếm những gì bạn cần.", + "help.support": "Hỗ trợ", + "help.support_admin_message": "Liên hệ với quản trị viên của bạn để biết thông tin hỗ trợ.", + "help.support_description": "Không tìm thấy những gì bạn đang tìm kiếm? Đội ngũ hỗ trợ của chúng tôi ở đây để giúp bạn.", + "help.support_heading": "Liên hệ với Hỗ trợ", + "help.support_live_chat": "Trò chuyện Trực tiếp có sẵn – nhấp vào bong bóng trò chuyện để bắt đầu một cuộc trò chuyện.", + "help.support_ticket_button": "Gửi yêu cầu hỗ trợ", + "help.support_ticket_desc": "Điền vào biểu mẫu bên dưới và đội ngũ hỗ trợ của chúng tôi sẽ phản hồi bạn sớm nhất có thể.", + "help.support_ticket_heading": "Mở yêu cầu hỗ trợ", + "help.title": "Trung tâm trợ giúp", + "help.workflows_creating": "Tạo một Pipeline", + "help.workflows_definition": "Một Pipeline là một chuỗi các bước xử lý tự động chạy mỗi khi tài liệu được lấy. Mỗi bước có thể biến đổi, làm giàu hoặc định tuyến tài liệu.", + "help.workflows_heading": "Quy trình làm việc & Pipelines", + "help.workflows_step_1": "Chuyển đổi sang PDF", + "help.workflows_step_1_create": "Đi đến Pipelines trong menu chính.", + "help.workflows_step_1_full": "Chuyển đổi sang PDF – tất cả các tệp đến đều được chuẩn hóa ở định dạng PDF nhất quán.", + "help.workflows_step_2": "OCR – trích xuất văn bản", + "help.workflows_step_2_create": "Nhấp vào New Pipeline và đặt tên cho nó.", + "help.workflows_step_2_full": "OCR – trích xuất văn bản có thể chọn từ các trang đã quét bằng Azure Document Intelligence hoặc động cơ tích hợp sẵn.", + "help.workflows_step_3": "Trích xuất siêu dữ liệu AI", + "help.workflows_step_3_create": "Thêm các bước xử lý mà bạn cần.", + "help.workflows_step_3_full": "Trích xuất siêu dữ liệu AI – phân loại loại tài liệu và lấy các trường chính như số tiền, ngày tháng và tên bằng OpenAI.", + "help.workflows_step_4": "Giao đến một hoặc nhiều điểm đến", + "help.workflows_step_4_create": "Chọn một hoặc nhiều điểm đến giao hàng.", + "help.workflows_step_5_create": "Lưu – các tài liệu mới sẽ được xử lý qua pipeline này tự động.", + "help.workflows_typical_steps": "Các bước điển hình", + "help.workflows_what_is": "Pipeline là gì?", + "index.badge_intelligent": "Xử lý Tài liệu Thông minh", + "index.button_browse_files": "Duyệt Tài liệu", + "index.button_upload": "Tải lên", + "index.capabilities_cloud": "Lưu trữ đám mây: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Nhập tài liệu qua Email & URL", + "index.capabilities_ocr": "OCR & trích xuất siêu dữ liệu với AI", + "index.capabilities_paperless": "Tích hợp Paperless-ngx cho quản lý tài liệu", + "index.capabilities_title": "Khả năng", + "index.capabilities_workflows": "Lớp tự động & quy trình định tuyến", + "index.cta_description": "Tham gia cùng các đội đã tự động hóa quy trình xử lý tài liệu của họ với DocuElevate.", + "index.cta_heading": "Sẵn sàng nâng cao quy trình công việc tài liệu của bạn?", + "index.cta_pricing": "Xem giá", + "index.cta_signup": "Tạo tài khoản miễn phí", + "index.dashboard_subtitle": "Xử lý & quản lý tài liệu thông minh", + "index.dashboard_subtitle_teams": "Xử lý & quản lý tài liệu thông minh — xây dựng cho các đội", + "index.feature_ai": "Trích xuất Siêu dữ liệu AI", + "index.feature_ai_desc": "OpenAI, Claude, Gemini và các nhà cung cấp AI có thể cắm khác phân loại tài liệu và kéo ra các trường chính như ngày, số tiền và chủ đề.", + "index.feature_cloud": "Lưu trữ Đám mây Đa dạng", + "index.feature_cloud_desc": "Chuyển hướng các tệp đã xử lý đến Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP và nhiều hơn nữa.", + "index.feature_email": "Nhập tài liệu qua Email & IMAP", + "index.feature_email_desc": "Tự động kéo tài liệu từ Gmail hoặc bất kỳ hộp thư IMAP nào — không cần tải lên thủ công.", + "index.feature_ocr": "OCR & Trích xuất Văn bản", + "index.feature_ocr_desc": "Azure Document Intelligence chuyển đổi các PDF quét và hình ảnh thành văn bản có thể tìm kiếm hoàn toàn tự động.", + "index.feature_pipelines": "Pipeline Tùy chỉnh", + "index.feature_pipelines_desc": "Xây dựng các pipeline xử lý với các bước có thể cấu hình — OCR, trích xuất AI, chuyển đổi định dạng và định tuyến lưu trữ theo bất kỳ thứ tự nào.", + "index.feature_search": "Tìm kiếm Toàn văn", + "index.feature_search_desc": "Tìm ngay bất kỳ tài liệu nào theo nội dung, siêu dữ liệu hoặc thẻ trong toàn bộ kho lưu trữ của bạn.", + "index.feature_section_title": "Tất cả những gì bạn cần cho quy trình tài liệu thông minh", + "index.getting_started": "Bắt đầu", + "index.getting_started_1": "Cấu hình tích hợp qua Tình trạng Hệ thống", + "index.getting_started_2": "Tải lên tài liệu đầu tiên của bạn", + "index.getting_started_3": "Xem lại kết quả trong Tệp", + "index.getting_started_learn": "Tìm hiểu thêm về DocuElevate", + "index.hero_description": "DocuElevate tiếp nhận tài liệu của bạn, thực hiện OCR, trích xuất siêu dữ liệu bằng AI, và chuyển hướng tệp đến Dropbox, Google Drive, OneDrive, S3, Nextcloud, và nhiều hơn nữa — tất cả trong một quy trình liền mạch.", + "index.hero_heading": "Từ tải lên đến insight — tự động.", + "index.hero_login": "Đăng Nhập", + "index.hero_pricing": "Xem Kế Hoạch & Giá Cả", + "index.hero_signup": "Bắt đầu — miễn phí", + "index.integrations_active": "Tích hợp hoạt động", + "index.integrations_storage": "Mục tiêu lưu trữ", + "index.integrations_title": "Tích hợp", + "index.integrations_view_status": "Xem tình trạng hệ thống", + "index.page_title_dashboard": "Bảng Điều Khiển", + "index.page_title_public": "Xử Lý Tài Liệu Thông Minh", + "index.platform_overview": "Tổng Quan Nền Tảng", + "index.processing_stats": "Thống kê xử lý", + "index.quick_actions": "Hành Động Nhanh", + "index.quick_documents": "Tài Liệu Của Tôi", + "index.quick_documents_desc": "Duyệt qua các tệp đã xử lý của bạn", + "index.quick_search": "Tìm Kiếm", + "index.quick_search_desc": "Tìm kiếm toàn văn trên các tài liệu", + "index.quick_subscription": "Gói Của Tôi", + "index.quick_subscription_desc": "Xem chi tiết kế hoạch & sử dụng", + "index.quick_system_status": "Tình Trạng Hệ Thống", + "index.quick_system_status_desc": "Kiểm tra tình trạng tích hợp", + "index.quick_upload": "Tải Lên Tài Liệu", + "index.quick_upload_desc": "Xử lý một tệp mới", + "index.quick_view_files": "Xem Tất Cả Các Tệp", + "index.quick_view_files_desc": "Duyệt qua các tài liệu đã xử lý", + "index.single_user_heading": "Bảng Điều Khiển DocuElevate", + "index.single_user_subtitle": "Xử lý & quản lý tài liệu thông minh", + "index.stat_active_integrations": "Các Tích Hợp Đang Hoạt Động", + "index.stat_active_users": "Người dùng đang hoạt động", + "index.stat_files_month": "Tệp trong tháng này", + "index.stat_files_ocr": "Tệp với OCR", + "index.stat_files_today": "Tệp hôm nay", + "index.stat_storage_targets": "Mục tiêu lưu trữ", + "index.stat_this_month": "Tháng này", + "index.stat_today": "Hôm nay", + "index.stat_total_files": "Tổng số tệp", + "index.stat_total_processed": "Tổng đã xử lý", + "index.tier_plan": "Kế Hoạch", + "index.tier_upgrade": "Nâng Cấp", + "index.tier_view_details": "Xem chi tiết đầy đủ", + "index.upgrade_daily_limits": "Giới hạn hàng ngày và hàng tháng cao hơn", + "index.upgrade_description": "Mở khóa nhiều tài liệu hơn, nhiều điểm đến hơn và hỗ trợ ưu tiên.", + "index.upgrade_destinations": "Nhiều điểm lưu trữ hơn", + "index.upgrade_ocr_pages": "Nhiều trang OCR hơn", + "index.upgrade_plan": "Nâng cấp gói của bạn", + "index.upgrade_view_pricing": "Xem các gói và giá cả", + "index.usage_lifetime": "Tệp vĩnh viễn", + "index.usage_month": "Tệp trong tháng này", + "index.usage_my_usage": "Sử dụng của tôi", + "index.usage_today": "Tệp hôm nay", + "index.usage_unlimited": "Không giới hạn", + "integrations.access_key_label": "ID Khóa truy cập", + "integrations.active_label": "Aktif", + "integrations.add_button": "Thêm tích hợp", + "integrations.add_first_button": "Thêm tích hợp đầu tiên của bạn", + "integrations.api_token_label": "Mã thông báo API", + "integrations.authorize_btn": "Ủy quyền", + "integrations.authorize_reauth": "Ủy quyền lại", + "integrations.bucket_label": "Thùng", + "integrations.configure": "Cấu hình", + "integrations.connect": "Kết nối", + "integrations.connected": "Đã kết nối", + "integrations.connection_failed": "Kết nối thất bại", + "integrations.connection_success": "Kết nối thành công", + "integrations.delete_confirm_are_you_sure": "Bạn có chắc chắn muốn xóa", + "integrations.delete_confirm_title": "Xóa tích hợp?", + "integrations.delete_confirm_undone": "H hành động này không thể hoàn tác.", + "integrations.delete_emails_label": "Xóa email sau khi xử lý", + "integrations.delete_files_label": "Xóa tệp sau khi xử lý", + "integrations.destinations_quota_label": "Điểm đến lưu trữ:", + "integrations.destinations_section": "Điểm đến", + "integrations.direction_destination": "Điểm đến (lưu trữ)", + "integrations.direction_label": "Hướng", + "integrations.direction_placeholder": "\u0002\u0000 \u0000 Lựa chọn \u0002\u0000", + "integrations.direction_source": "Nguồn (tiếp nhận)", + "integrations.disconnect": "Ngắt kết nối", + "integrations.email_settings": "Cài đặt chuyển tiếp email", + "integrations.empty_state": "Chưa có tích hợp nào được cấu hình", + "integrations.endpoint_label": "URL Điểm cuối", + "integrations.endpoint_optional": "(tùy chọn, cho S3 tương thích)", + "integrations.folder_label": "Thư mục", + "integrations.folder_optional": "(tùy chọn)", + "integrations.folder_path_label": "Đường dẫn thư mục", + "integrations.folder_prefix_label": "Tiền tố thư mục", + "integrations.generic_settings_hint": "Cấu hình cho loại tích hợp này có thể được cung cấp dưới dạng JSON sau khi tạo thông qua API.", + "integrations.gmail_hint": "Nhãn Gmail & sao: khi được kích hoạt, email đã xử lý sẽ được gắn sao và gán nhãn \"Đã tiếp nhận\" trong Gmail. Chỉ áp dụng cho máy chủ Gmail.", + "integrations.gmail_labels": "Áp dụng nhãn Gmail & sao", + "integrations.host_label": "Máy chủ", + "integrations.imap_settings": "Cài đặt IMAP", + "integrations.loading": "Đang tải tích hợp\u0002\u0000", + "integrations.modal_close": "Đóng modal", + "integrations.modal_title_add": "Thêm tích hợp", + "integrations.modal_title_edit": "Chỉnh sửa tích hợp", + "integrations.name_label": "Nhãn", + "integrations.name_placeholder": "ví dụ: Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Cài đặt Nextcloud", + "integrations.nextcloud_url_label": "URL Nextcloud", + "integrations.no_integrations_body": "Thêm tích hợp đầu tiên của bạn để kết nối các nguồn dữ liệu (như IMAP) và các điểm lưu trữ (như S3, Dropbox hoặc Google Drive).", + "integrations.not_connected": "Chưa kết nối", + "integrations.oauth_folder_label": "Thư mục", + "integrations.oauth_hint": "Lưu tích hợp này trước, sau đó sử dụng nút Ủy quyền để hoàn tất quy trình OAuth. Thông tin xác thực của bạn sẽ được lưu trữ an toàn trong hồ sơ tích hợp cá nhân của bạn.", + "integrations.page_title": "Tích hợp", + "integrations.paperless_settings": "Cài đặt Paperless NGX", + "integrations.password_label": "Mật khẩu", + "integrations.paused": "Đã tạm dừng", + "integrations.plan_label": "Kế hoạch:", + "integrations.port_label": "Cổng", + "integrations.quota_not_available": "(không có sẵn)", + "integrations.quota_unlimited": "/ không giới hạn", + "integrations.recipient_label": "Email người nhận", + "integrations.region_label": "Khu vực", + "integrations.remote_path_label": "Đường dẫn từ xa", + "integrations.s3_prefix_label": "Tiền tố (đường dẫn thư mục)", + "integrations.s3_settings": "Cài đặt S3", + "integrations.secret_key_label": "Khóa truy cập bí mật", + "integrations.show_password": "Hiện mật khẩu", + "integrations.show_secrets": "Hiện bí mật", + "integrations.show_token": "Hiện mã thông báo", + "integrations.source_local": "Hệ thống tệp cục bộ", + "integrations.source_type_label": "Loại nguồn", + "integrations.sources_quota_label": "Nguồn hòm thư:", + "integrations.sources_section": "Nguồn", + "integrations.subtitle": "Quản lý các nguồn dữ liệu và điểm lưu trữ của bạn trong một nơi.", + "integrations.title": "Tích hợp", + "integrations.type_label": "Loại tích hợp", + "integrations.type_placeholder": "\b\b\b Chọn hướng trước \b\b\b", + "integrations.upgrade_plan": "Nâng cấp Kế hoạch", + "integrations.use_ssl": "Sử dụng SSL", + "integrations.username_label": "Tên người dùng", + "integrations.watch_folder_settings": "Cài đặt Thư mục Theo dõi", + "integrations.webdav_settings": "Cài đặt WebDAV", + "integrations.webdav_url_label": "URL WebDAV", + "integrations.webhook_heading": "Tiếp nhận Webhook", + "integrations.webhook_how_heading": "Cách tiếp nhận Webhook hoạt động", + "integrations.webhook_how_text": "Một tích hợp webhook cho phép các hệ thống bên ngoài gửi tài liệu trực tiếp vào DocuElevate qua REST API. Thay vì DocuElevate phải kiểm tra tệp mới (như IMAP), ứng dụng của bạn sẽ gửi tệp đến DocuElevate bằng yêu cầu HTTP với mã thông báo API để xác thực.", + "integrations.webhook_ideal_text": "Điều này lý tưởng cho các quy trình CI/CD, kịch bản tự động, tích hợp máy quét hoặc bất kỳ hệ thống nào tạo ra tài liệu và cần gửi chúng để xử lý.", + "integrations.webhook_quick_start": "Bắt đầu nhanh", + "integrations.webhook_security_tip": "Tạo một mã thông báo API chuyên dụng cho mỗi tích hợp và thu hồi ngay lập tức nếu bị xâm phạm. Các mã thông báo có thể được quản lý trên trang Mã thông báo API.", + "integrations.webhook_step1": "Đi đến {api_tokens_link} và tạo một mã thông báo cá nhân.", + "integrations.webhook_upload_with_token": "Sử dụng mã thông báo để tải lên tài liệu qua API:", "language.bg": "Български", "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", + "language.change_success": "Ngôn ngữ đã được thay đổi thành {language}", + "language.changed": "Ngôn ngữ đã được thay đổi thành {language}", "language.cs": "Čeština", "language.da": "Dansk", "language.de": "Deutsch", @@ -599,331 +706,409 @@ "language.fr": "Français", "language.ga": "Gaeilge", "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", - "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", - "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", - "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", - "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", + "language.hu": "Tiếng Hungary", + "language.is": "Tiếng Iceland", + "language.it": "Tiếng Ý", + "language.lb": "Tiếng Luxembourg", + "language.lt": "Tiếng Litva", + "language.lv": "Tiếng Latvia", + "language.nb": "Tiếng Na Uy", + "language.nl": "Tiếng Hà Lan", + "language.no_results": "Không tìm thấy ngôn ngữ nào", + "language.pl": "Tiếng Ba Lan", + "language.pt": "Tiếng Bồ Đào Nha", + "language.ro": "Tiếng Rumani", + "language.ru": "Tiếng Nga", + "language.search_placeholder": "Tìm kiếm ngôn ngữ\n", + "language.selector": "Ngôn ngữ", + "language.selector_label": "Chọn ngôn ngữ", + "language.sk": "Tiếng Slovak", + "language.sl": "Tiếng Slovenia", + "language.sv": "Tiếng Thụy Điển", + "language.tr": "Tiếng Thổ Nhĩ Kỳ", + "language.uk": "Tiếng Ukraina", + "language.zh": "Tiếng Trung", + "nav.about": "Giới thiệu", + "nav.account_menu": "Menu tài khoản", + "nav.account_menu_for": "Menu tài khoản cho {name}", + "nav.admin": "Quản trị", + "nav.admin.audit_logs": "Nhật ký kiểm tra", + "nav.admin.backups": "Sao lưu", + "nav.admin.plans": "Kế hoạch", + "nav.admin.scheduled_jobs": "Công việc theo lịch", + "nav.admin.users": "Người dùng", + "nav.admin_actions": "Hoạt động của quản trị", + "nav.admin_menu": "Menu quản trị", + "nav.api_docs": "Tài liệu API", + "nav.api_tokens": "Mã thông báo API", + "nav.backup_restore": "Sao lưu & Khôi phục", + "nav.credentials": "Thông tin xác thực", + "nav.dark_mode": "Chế độ tối", + "nav.dashboard": "Bảng điều khiển", + "nav.developer_docs": "Tài liệu nhà phát triển", + "nav.duplicates": "Bản sao", + "nav.file_manager": "Quản lý tệp", + "nav.files": "Tệp", + "nav.get_started": "Bắt đầu", + "nav.help": "Trợ giúp", + "nav.help_center": "Trung tâm trợ giúp", + "nav.imap": "Nhập Email", + "nav.integrations": "Tích hợp", + "nav.light_mode": "Chế độ sáng", + "nav.login": "Đăng nhập", + "nav.logout": "Đăng xuất", + "nav.main_navigation": "Điều hướng chính", + "nav.my_subscription": "Gói đăng ký của tôi", + "nav.notifications": "Thông báo", + "nav.open_main_menu": "Mở menu chính", + "nav.pipelines": "Quy trình", + "nav.plan_designer": "Thiết kế kế hoạch", + "nav.pricing": "Giá cả", + "nav.profile": "Hồ sơ", + "nav.profile_settings": "Cài đặt hồ sơ", + "nav.queue": "Hàng đợi", + "nav.queue_monitor": "Giám sát hàng đợi", + "nav.scheduled_jobs": "Công việc đã lên lịch", + "nav.search": "Tìm kiếm", + "nav.settings": "Cài đặt", + "nav.shared_links": "Liên kết đã chia sẻ", + "nav.sign_out": "Đăng xuất", + "nav.signup": "Đăng ký", + "nav.similarity": "Tương đồng", + "nav.skip_to_content": "Bỏ qua nội dung chính", + "nav.status": "Trạng thái", + "nav.subscription": "Đăng ký", + "nav.toggle_dark_mode": "Bật tắt chế độ tối", + "nav.toggle_nav": "Bật tắt menu điều hướng", + "nav.upload": "Tải lên", + "nav.users": "Người dùng", + "nav.version": "Thông tin phiên bản", + "notifications.filter_all": "Tất cả", + "notifications.filter_read": "Chỉ đọc", + "notifications.filter_unread": "Chỉ chưa đọc", + "notifications.manage_desc": "Quản lý hộp thư thông báo, mục tiêu và tùy chọn sự kiện của bạn", + "notifications.mark_all_read": "Đánh dấu tất cả là đã đọc", + "notifications.mark_all_read_btn": "Đánh dấu tất cả đã đọc", + "notifications.mark_read": "Đánh dấu là Đã đọc", + "notifications.no_notifications": "Không có thông báo", + "notifications.page_title": "Thông báo", + "notifications.tab_inbox": "Hộp thư đến", + "notifications.tab_settings": "Cài đặt", + "notifications.title": "Thông báo", + "notifications.unread_count": "{count} thông báo chưa đọc", + "pipelines.active_label": "Đang hoạt động", + "pipelines.add_step_btn": "Thêm Bước", + "pipelines.create": "Tạo Quy trình", + "pipelines.custom_label_label": "Nhãn Tùy chỉnh", + "pipelines.default_label": "Mặc định", + "pipelines.description_label": "Mô tả", + "pipelines.description_placeholder": "Mô tả tùy chọn", + "pipelines.disabled_label": "Đã tắt", + "pipelines.edit": "Chỉnh sửa Quy trình", + "pipelines.empty_state": "Chưa có quy trình nào", + "pipelines.empty_state_hint": "Tạo quy trình đầu tiên của bạn để xác định quy trình xử lý tài liệu tùy chỉnh.", + "pipelines.enabled_label": "Đã bật", + "pipelines.force_cloud_ocr_label": "Bắt buộc OCR đám mây (bỏ qua việc trích xuất văn bản cục bộ)", + "pipelines.inactive_label": "Không hoạt động", + "pipelines.loading": "Đang tải quy trình\u001e...", + "pipelines.name_placeholder": "Quy trình của tôi", + "pipelines.new_pipeline_btn": "Quy trình Mới", + "pipelines.no_steps": "Chưa định nghĩa bước nào. Thêm một bước để bắt đầu xây dựng quy trình của bạn.", + "pipelines.ocr_auto": "Tự động (sử dụng mặc định hệ thống)", + "pipelines.ocr_language_hint": "Ghi đè cài đặt ngôn ngữ toàn cầu cho Tesseract/EasyOCR. Azure và Mistral tự động phát hiện ngôn ngữ.", + "pipelines.ocr_language_label": "Ngôn ngữ OCR", + "pipelines.optional_suffix": "(tùy chọn)", + "pipelines.page_title": "Quy trình Xử lý", + "pipelines.set_default": "Đặt làm quy trình mặc định của tôi", + "pipelines.step_label_placeholder": "Ghi đè tên bước mặc định", + "pipelines.step_type_label": "Loại Bước", + "pipelines.subtitle_intro": "Xác định và quản lý quy trình xử lý tài liệu tùy chỉnh.", + "pipelines.subtitle_system_post": "biểu trưng và được hiển thị cho tất cả người dùng.", + "pipelines.subtitle_system_pre": "Các quy trình hệ thống (do quản trị viên tạo) được hiển thị với một", + "pipelines.system_label": "Hệ thống", + "pipelines.system_pipeline_label": "Quy trình hệ thống (hiển thị cho tất cả người dùng)", + "pipelines.title": "Quy trình Xử lý", + "profile.avatar_alt": "Hình ảnh hồ sơ của bạn", + "profile.avatar_heading": "Hình ảnh Hồ Sơ", + "profile.avatar_remove": "Xóa ảnh đại diện tùy chỉnh", + "profile.avatar_upload_hint": "Tải lên hình ảnh JPEG, PNG, GIF hoặc WebP lên tới 2 MB. Nếu chưa có hình ảnh tùy chỉnh, {gravatar} của bạn sẽ được hiển thị.", + "profile.choose_image": "Chọn hình ảnh\n", + "profile.confirm_password": "Xác nhận Mật khẩu Mới", + "profile.contact_email_hint": "Dùng cho thông báo hệ thống. Điều này không thay đổi email đăng nhập của bạn.", + "profile.contact_email_label": "Email Liên hệ / Thông báo", + "profile.contact_email_placeholder": "bạn@example.com", + "profile.current_password": "Mật khẩu Hiện tại", + "profile.dismiss": "Gạt bỏ", + "profile.display_name_hint": "Để trống để sử dụng tên người dùng hoặc email của bạn.", + "profile.display_name_label": "Tên Hiển Thị", + "profile.display_name_placeholder": "Tên của bạn như hiển thị trong giao diện", + "profile.general_heading": "Thông tin Chung", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Cài đặt Hồ Sơ", + "profile.language_auto_detect": "Tự động phát hiện (từ trình duyệt)", + "profile.language_hint": "Chọn ngôn ngữ giao diện ưa thích của bạn. \"Tự động phát hiện\" làm theo cài đặt trình duyệt của bạn.", + "profile.language_label": "Ngôn ngữ Giao diện", + "profile.new_password": "Mật khẩu Mới", + "profile.new_password_hint": "Tối thiểu 8 ký tự.", + "profile.page_title": "Cài đặt Hồ Sơ – DocuElevate", + "profile.password_heading": "Đổi Mật khẩu", + "profile.preferences_heading": "Tùy chọn", + "profile.save_button": "Lưu Thay đổi", + "profile.saving": "Đang lưu\n", + "profile.subtitle": "Quản lý tên hiển thị, ảnh đại diện, ngôn ngữ và tùy chọn giao diện của bạn.", + "profile.theme_dark": "Tối", + "profile.theme_hint": "\"Mặc định Hệ thống\" theo cài đặt chế độ tối của thiết bị của bạn.", + "profile.theme_label": "Giao diện Màu", + "profile.theme_light": "Sáng", + "profile.theme_system": "Mặc định Hệ thống", + "profile.update_password": "Cập nhật Mật khẩu", + "profile.updating": "Đang cập nhật\u0000a0…", + "queue.active_tasks": "Công việc Đang hoạt động", + "queue.auto_refresh_1": "Tự động làm mới mỗi", + "queue.auto_refresh_2": "giây", + "queue.col_arguments": "Tham số", + "queue.col_current_step": "Bước Hiện tại", + "queue.col_file": "Tệp", + "queue.col_files": "Tập tin", + "queue.col_queue": "Hàng đợi", + "queue.col_state": "Trạng thái", + "queue.col_task": "Nhiệm vụ", + "queue.col_task_id": "ID Nhiệm vụ", + "queue.files_processing": "Đang xử lý tập tin", + "queue.heading": "Giám sát hàng đợi", + "queue.last_updated": "Cập nhật lần cuối:", + "queue.loading_stats": "Đang tải thống kê hàng đợi\u0019...", + "queue.no_active_tasks": "Không có nhiệm vụ nào đang hoạt động", + "queue.no_data": "Không có dữ liệu", + "queue.no_files_processing": "Hiện không có tập tin nào đang xử lý", + "queue.page_title": "Giám sát hàng đợi", + "queue.processing_pipeline": "Dòng xử lý", + "queue.queued_tasks": "Nhiệm vụ trong hàng đợi", + "queue.recently_processing": "Tập tin đang xử lý gần đây", + "queue.redis_queues": "Hàng đợi Redis", + "queue.subtitle": "Chế độ xem thời gian thực của dòng xử lý tài liệu và hàng đợi nhiệm vụ Celery.", + "queue.workers_online": "Công nhân trực tuyến", + "search.button": "Tìm kiếm", + "search.error_message": "Tìm kiếm tạm thời không khả dụng. Vui lòng thử lại sau.", + "search.filter_aria_clear": "Xóa tất cả bộ lọc", + "search.filter_clear_button": "Xóa bộ lọc", + "search.filter_date_from": "Ngày bắt đầu", + "search.filter_date_to": "Ngày kết thúc", + "search.filter_document_type": "Loại tài liệu", + "search.filter_document_type_placeholder": "vd. Hóa đơn", + "search.filter_language": "Ngôn ngữ", + "search.filter_language_placeholder": "vd. de", + "search.filter_sender": "Người gửi", + "search.filter_sender_placeholder": "vd. Công ty ACME", + "search.filter_tags": "Thẻ", + "search.filter_tags_placeholder": "vd. amazon", + "search.filter_text_quality": "Chất lượng văn bản", + "search.filter_text_quality_all": "Tất cả", + "search.filter_text_quality_high": "Cao", + "search.filter_text_quality_low": "Thấp", + "search.filter_text_quality_medium": "Trung bình", + "search.filter_text_quality_no_text": "Không có văn bản", + "search.heading": "Tìm kiếm tài liệu", + "search.input_aria_label": "Tìm kiếm tài liệu", + "search.input_placeholder": "Tìm kiếm tài liệu theo nội dung, người gửi, thẻ, loại...", + "search.loading_indicator": "Đang tìm kiếm\u0014", + "search.no_results": "Không tìm thấy kết quả", + "search.page_title": "Tìm kiếm tài liệu", + "search.placeholder": "Tìm theo tên tệp, nội dung, thẻ...", + "search.result_empty": "Không tìm thấy tài liệu nào phù hợp với truy vấn của bạn.", + "search.results_count": "Tìm thấy {count} kết quả", + "search.saved_aria_save": "Lưu tìm kiếm hiện tại", + "search.saved_button": "Lưu hiện tại", + "search.saved_empty": "Chưa có tìm kiếm nào được lưu", + "search.saved_error": "Không thể tải tìm kiếm đã lưu", + "search.saved_label": "Tìm kiếm đã lưu", + "search.saved_loading": "Đang tải...", + "search.title": "Tìm kiếm tài liệu", + "settings.audit_log_btn": "Nhật ký kiểm toán", + "settings.autocomplete_hint": "Gõ để tìm giá trị đã biết, hoặc nhập bất kỳ giá trị tùy chỉnh nào.", + "settings.autocomplete_no_matches": "Không có kết quả nào - bạn vẫn có thể gõ một giá trị tùy chỉnh", + "settings.autocomplete_placeholder": "Gõ để tìm kiếm hoặc nhập một giá trị\u0014", + "settings.boolean_enable_prefix": "Bật", + "settings.categories_aria": "Các danh mục cài đặt", + "settings.categories_heading": "Danh mục", + "settings.db_wizard_btn": "Trình hướng dẫn DB", + "settings.effective_value_label": "Giá trị hiệu quả:", + "settings.encrypted_suffix": "= mã hóa khi không hoạt động", + "settings.encrypted_title": "Giá trị được mã hóa khi không hoạt động trong cơ sở dữ liệu", + "settings.export_btn": "Xuất", + "settings.export_db_only": "Chỉ cài đặt DB", + "settings.export_full_config": "Cấu hình hiệu quả đầy đủ", + "settings.jump_to_category": "Chuyển đến danh mục\u0014", + "settings.manage_config_prefix": "Quản lý cấu hình. Độ ưu tiên:", + "settings.model_picker_hint": "Chọn từ danh sách hoặc nhập bất kỳ tên mô hình nào được hỗ trợ bởi nhà cung cấp của bạn.", + "settings.model_picker_placeholder": "Chọn một mô hình phổ biến hoặc nhập tên tùy chỉnh\u0014", + "settings.no_results_clear": "xóa tìm kiếm", + "settings.no_results_heading": "Không tìm thấy cài đặt nào", + "settings.no_results_hint": "Thử một thuật ngữ tìm kiếm khác hoặc", + "settings.page_heading": "Cài đặt ứng dụng", + "settings.required_label": "(bắt buộc)", + "settings.reset_confirm": "Bạn có chắc chắn muốn đặt lại cài đặt này không?", + "settings.restart_required_suffix": "= cần khởi động lại", + "settings.revert_btn": "Xóa khỏi CSDL", + "settings.revert_title": "Xóa ghi đè CSDL và quay lại biến môi trường hoặc mặc định", + "settings.reverting": "Đang hoàn tác\u00150", + "settings.save_all_btn": "Lưu Tất Cả Thay Đổi", + "settings.save_error": "Không thể lưu cài đặt", + "settings.save_setting_title": "Lưu cài đặt này", + "settings.save_success": "Cài đặt đã được lưu thành công", + "settings.saving_state": "Đang lưu\u00150", + "settings.search_aria_label": "Tìm kiếm cài đặt", + "settings.search_clear_aria": "Xóa tìm kiếm", + "settings.search_placeholder": "Tìm kiếm cài đặt theo tên, khóa hoặc mô tả\u00150", + "settings.settings_count_suffix": "cài đặt", + "settings.source_db_badge": "CSDL", + "settings.source_default_badge": "MẶC ĐỊNH", + "settings.source_env_badge": "MÔI TRƯỜNG", + "settings.title": "Cài Đặt", + "settings.toggle_visibility_aria": "Chuyển đổi hiển thị mật khẩu", + "settings.toggle_visibility_title": "Hiện/ẩn giá trị", + "settings.user_autocomplete_empty": "Không tìm thấy người dùng phù hợp", + "settings.user_autocomplete_hint": "Nhập để tìm kiếm người dùng hiện có theo tên, hoặc nhập bất kỳ định danh nào thủ công.", + "settings.user_autocomplete_placeholder": "Bắt đầu nhập để tìm kiếm người dùng\u00150", + "settings.wizard_btn": "Trình hướng dẫn", + "shared.col_expiry": "Ngày hết hạn", + "shared.col_file_label": "Tệp / Nhãn", + "shared.col_link": "Liên kết", + "shared.col_views": "Lượt xem", + "shared.copy_link_aria": "Sao chép liên kết vào clipboard", + "shared.copy_link_title": "Sao chép liên kết", + "shared.create_btn": "Tạo Liên kết", + "shared.create_heading": "Tạo Liên kết Chia sẻ Mới", + "shared.creating": "Đang tạo\u00150", + "shared.expiry_12h": "12 giờ", + "shared.expiry_14d": "14 ngày", + "shared.expiry_1h": "1 giờ", + "shared.expiry_24h": "24 giờ (1 ngày)", + "shared.expiry_30d": "30 ngày", + "shared.expiry_3d": "3 ngày", + "shared.expiry_6h": "6 giờ", + "shared.expiry_7d": "7 ngày", + "shared.expiry_label": "Ngày hết hạn", + "shared.expiry_never": "Không bao giờ", + "shared.file_id_help_post": "trang hoặc trong URL chi tiết tài liệu.", + "shared.file_id_help_pre": "Tìm ID tệp trên", + "shared.file_id_label": "ID tệp", + "shared.file_id_placeholder": "ví dụ: 42", + "shared.files_link": "Tệp", + "shared.heading": "Liên kết chia sẻ", + "shared.label_label": "Nhãn", + "shared.label_placeholder": "ví dụ: Chia sẻ với Bob", + "shared.link_created": "Liên kết chia sẻ đã được tạo!", + "shared.link_created_help": "Sao chép và gửi liên kết này cho người nhận.", + "shared.links_count_aria": "số lượng liên kết", + "shared.max_downloads_label": "Tải xuống tối đa", + "shared.no_links": "Chưa có liên kết nào được chia sẻ. Tạo một cái ở trên để bắt đầu.", + "shared.open_in_new_tab": "Mở trong tab mới", + "shared.open_link_aria": "Mở liên kết chia sẻ", + "shared.optional": "(tùy chọn)", + "shared.page_title": "Liên kết chia sẻ – DocuElevate", + "shared.password_label": "Mật khẩu", + "shared.password_placeholder": "Để trống nếu không có mật khẩu", + "shared.password_protected": "Được bảo vệ bằng mật khẩu", + "shared.refresh_aria": "Làm mới danh sách liên kết chia sẻ", + "shared.revoke_aria_prefix": "Thu hồi liên kết chia sẻ cho", + "shared.revoke_btn": "Thu hồi", + "shared.status_active": "Hoạt động", + "shared.status_expired": "Đã hết hạn", + "shared.status_limit_reached": "Đã đạt giới hạn", + "shared.status_revoked": "Đã thu hồi", + "shared.subtitle": "Chia sẻ tài liệu với bất kỳ ai thông qua liên kết giới hạn thời gian hoặc giới hạn lượt xem. Người nhận không cần tài khoản DocuElevate. Các liên kết có thể được bảo vệ bằng mật khẩu và thu hồi bất kỳ lúc nào.", + "shared.table_aria": "Liên kết chia sẻ", + "shared.unlimited_placeholder": "Không giới hạn", + "shared.your_links": "Liên kết chia sẻ của bạn", + "similarity.backfill_auto": "Nhiệm vụ nền sẽ tính toán chúng tự động mỗi 5 phút, hoặc bạn có thể", + "similarity.files_missing_text": "tệp(s) có văn bản OCR nhưng chưa có nhúng.", + "similarity.find_pairs_btn": "Tìm cặp", + "similarity.heading": "Sự tương đồng tài liệu", + "similarity.load_error": "Không thể tải cặp.", + "similarity.min_similarity_label": "Tối thiểu. sự tương đồng", + "similarity.no_pairs_detail": "Không có cặp tài liệu nào vượt qua ngưỡng tương đồng.", + "similarity.no_pairs_heading": "Không tìm thấy cặp nào tương tự", + "similarity.page_title": "Sự tương đồng tài liệu - DocuElevate", + "similarity.pagination_aria": "Phân trang các cặp tương đồng", + "similarity.per_page_label": "Mỗi trang", + "similarity.scanning": "Đang quét các cặp tài liệu tương đồng\u0005", + "similarity.stat_embedding_model": "Mô hình nhúng", + "similarity.stat_missing_embedding": "Thiếu nhúng", + "similarity.stat_total_files": "Tổng số tập tin", + "similarity.stat_with_embedding": "Có nhúng", + "similarity.subtitle": "Các cặp tài liệu có sự tương đồng ngữ nghĩa cao, xếp hạng theo điểm số.", + "similarity.trigger_aria": "Kích hoạt tính toán nhúng cho tất cả các tập tin thiếu nhúng", + "similarity.trigger_now": "kích hoạt ngay bây giờ", + "status.app_version": "Phiên bản ứng dụng", + "status.build_date": "Ngày xây dựng", + "status.container_id": "ID container", + "status.git_commit": "Cam kết Git", + "status.last_check": "Kiểm tra cuối cùng", + "status.page_title": "Trạng thái hệ thống", + "status.setting_label": "Cài đặt", + "status.value_label": "Giá trị", + "subscription.available_plans_heading": "Các kế hoạch có sẵn", + "subscription.back_to_dashboard": "Trở về Bảng điều khiển", + "subscription.cancel_pending": "Hủy thay đổi", + "subscription.cancel_scheduled": "Hủy thay đổi đã lên lịch", + "subscription.contact_sales": "Liên hệ Bộ phận Bán hàng", + "subscription.current_badge": "Hiện tại", + "subscription.current_plan": "Kế hoạch hiện tại", + "subscription.current_plan_cta": "Kế hoạch hiện tại của bạn", + "subscription.downgrade_to_prefix": "Giảm cấp xuống", + "subscription.features_heading": "Những gì có trong kế hoạch của bạn", + "subscription.free": "Miễn phí", + "subscription.heading": "Gói Đăng ký của tôi", + "subscription.keep_plan_prefix": "Giữ", + "subscription.lifetime_files": "Tổng số tệp (trọn đời)", + "subscription.month_files": "Tệp trong tháng này", + "subscription.more_features_label": "nhiều hơn", + "subscription.page_title": "Gói Đăng ký của tôi – DocuElevate", + "subscription.pending_badge": "Đang chờ", + "subscription.pending_benefits": "Bạn sẽ giữ tất cả quyền lợi của kế hoạch hiện tại cho đến lúc đó.", + "subscription.pending_on": "vào", + "subscription.pending_title": "Thay đổi kế hoạch đang chờ dự kiến", + "subscription.pending_will_change": "Kế hoạch của bạn sẽ thay đổi thành", + "subscription.per_mo": "/tháng", + "subscription.per_month": "/tháng", + "subscription.since": "Kể từ", + "subscription.single_user_body": "Các cấp độ đăng ký áp dụng khi chế độ đa người dùng được kích hoạt. Instance của bạn hiện đang chạy ở chế độ đơn người dùng mà không có giới hạn xử lý. Một quản trị viên có thể kích hoạt chế độ đa người dùng thông qua {settings_link}.", + "subscription.single_user_title": "Chế độ đa người dùng chưa được kích hoạt.", + "subscription.subtitle": "Kế hoạch hiện tại của bạn, mức sử dụng và các nâng cấp có sẵn.", + "subscription.this_month_label": "tháng này", + "subscription.today_files": "Tệp hôm nay", + "subscription.today_label": "hôm nay", + "subscription.unlimited": "Không giới hạn", + "subscription.upgrade_info": "Các nâng cấp có hiệu lực ngay lập tức. Giảm cấp được lên lịch cho cuối kỳ thanh toán hiện tại của bạn.", + "subscription.upgrade_to_prefix": "Nâng cấp lên", + "subscription.usage_heading": "Mức sử dụng", + "upload.browse_button": "Duyệt tập tin", + "upload.button_processing": "Đang xử lý...", + "upload.camera_button": "Chụp ảnh / Quét tài liệu", + "upload.download_button": "Tải xuống và xử lý", + "upload.downloading": "Đang tải tập tin từ URL...", + "upload.drag_drop": "Kéo và thả tập tin vào đây hoặc nhấp để duyệt", + "upload.drop_hint_desktop": "Kéo và thả tập tin hoặc thư mục vào đây, hoặc nhấp để chọn tập tin.", + "upload.drop_hint_mobile": "Chạm để chọn tập tin hoặc sử dụng nút camera bên dưới.", + "upload.drop_zone_aria": "Khu vực tải tập tin. Kéo và thả tập tin vào đây, hoặc nhấn Enter để duyệt tập tin.", + "upload.error": "Tải lên thất bại", + "upload.error_invalid_url": "Định dạng URL không hợp lệ", + "upload.error_url_required": "Vui lòng nhập URL", + "upload.file_size_hint": "Kích thước tối đa: 500 MB mỗi tập tin", + "upload.file_types": "Các loại cho phép: PDF, tài liệu Office (Word, Excel, PowerPoint, v.v.), Hình ảnh", + "upload.filename_description": "Để trống để sử dụng tên tập tin từ URL", + "upload.filename_label": "Tên tập tin (tùy chọn)", "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "upload.max_size": "Kích thước tập tin tối đa: {size}", + "upload.page_title": "Tải lên tập tin", + "upload.section_device": "Tải lên từ thiết bị", + "upload.section_url": "Tải lên từ URL", + "upload.select_file": "Chọn Tệp", + "upload.success": "Tệp đã được tải lên thành công", + "upload.title": "Tải Tài Liệu Lên", + "upload.uploading": "Đang Tải Lên...", + "upload.url_description": "Nhập liên kết trực tiếp đến tệp (PDF, tài liệu Office hoặc hình ảnh)", + "upload.url_label": "URL Tệp", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/vls.json b/frontend/translations/vls.json index d36160ed..82532d65 100644 --- a/frontend/translations/vls.json +++ b/frontend/translations/vls.json @@ -1,929 +1,1114 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "Ontmoet de Maker", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_pre": "DocuElevate is met passie ontwikkeld door", + "about.features_admin_api": "Krachtige REST API voor programmatische toegang", + "about.features_admin_config": "Zeer configureerbaar via omgevingsvariabelen", + "about.features_admin_docker": "Docker-klaar voor eenvoudige implementatie en schaalvergroting", + "about.features_admin_heading": "Administratie", + "about.features_admin_oauth2": "OAuth2-authenticatieondersteuning met Authentik", + "about.features_automation_background": "Achtergrondverwerking met Redis en Celery", + "about.features_automation_gmail": "Gmail- en algemene e-mailaccountintegratie", + "about.features_automation_heading": "Automatisering", + "about.features_automation_imap": "IMAP-inboxpolling vanuit meerdere bronnen", + "about.features_automation_ingestion": "Geautomatiseerde documentinvoer vanuit verschillende invoerbronnen", + "about.features_heading": "Belangrijkste Kenmerken", + "about.features_integration_cloud": "Cloudopslag: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Integratie & Opslag", + "about.features_integration_multi_dest": "Multi-bestemmingsondersteuning (documenten opslaan op meerdere locaties)", + "about.features_integration_protocols": "Verzendprotocollen: FTP, SFTP, e-maildoorsturen", + "about.features_integration_selfhosted": "Zelf-gehoste opties: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Intelligente documentclassificatie en datumnotering", + "about.features_processing_heading": "Documentverwerking", + "about.features_processing_metadata": "Automatische metadata-extractie met een plug-in AI-provider", + "about.features_processing_ocr": "OCR aangedreven door Azure Document Intelligence", + "about.features_processing_pdf": "PDF-conversie voor verschillende bestandsformaten via Gotenberg", + "about.features_processing_upload": "Eenvoudige en veilige bestandsuploads met sleep- en zetondersteuning", + "about.github_logo_alt": "GitHub-logo", + "about.heading": "Over DocuElevate", + "about.intro_post": " – jouw moderne, intelligente oplossing voor documentverwerking! We hebben DocuElevate gebouwd om de manier waarop je met je documenten omgaat volledig te transformeren – van upload tot extractie, van verwerking tot opslag.", + "about.intro_pre": "Welkom bij ", + "about.involved_description": "Wil je de code induiken, ideeën bijdragen of meer leren over DocuElevate?", + "about.involved_docs": "Lees de Documentatie", + "about.involved_github": "Bekijk DocuElevate op GitHub", + "about.involved_heading": "Betrokken Raken", + "about.involved_website": "Bezoek de DocuElevate-website", + "about.legal_description": "We geven om je privacy en gegevensbeveiliging. Gelieve onze te bekijken:", + "about.legal_heading": "Privacy & Juridisch", + "about.legal_license": "Licentie-informatie", + "about.legal_privacy": "Privacyverklaring", + "about.page_title": "Over DocuElevate", + "about.story_heading": "Ons Verhaal", + "about.story_p1": "DocuElevate werd gecreëerd met één doel voor ogen: documentbeheer voor iedereen te vereenvoudigen en te stroomlijnen, of je nu een kleine startup of een groot bedrijf bent.", + "about.story_p2": "We benutten de kracht van pluggable AI-providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, en meer) voor metadata-extractie en tekstverfijning, integreren naadloos met Dropbox, Nextcloud en Paperless NGX voor opslag en indexering, maken gebruik van Azure Document Intelligence voor OCR, en gebruiken zelfs Gotenberg voor bestand-naar-PDF-conversies.", + "api_tokens.col_created": "Gemaakt", + "api_tokens.col_last_ip": "Laatste IP", + "api_tokens.col_last_used": "Laatst gebruikt", + "api_tokens.col_name": "Naam", + "api_tokens.col_prefix": "Tokenprefix", + "api_tokens.copy_to_clipboard": "Token naar klembord kopiëren", + "api_tokens.copy_upload_example": "Uploadvoorbeeld naar klembord kopiëren", + "api_tokens.copy_warning_1": "Kopieer dit token nu — het zal", + "api_tokens.copy_warning_2": "niet opnieuw worden weergegeven", + "api_tokens.create_heading": "Maak nieuw token aan", + "api_tokens.create_token": "Token aanmaken", + "api_tokens.creating": "Aanmaken\u001c", + "api_tokens.heading": "API-tokens", + "api_tokens.intro": "Maak persoonlijke API-tokens aan om programmatic met de DocuElevate API te communiceren. Gebruik tokens voor webhook uploads, CI/CD pipelines, of ieder script dat documenten moet uploaden of ophalen.", + "api_tokens.loading_tokens": "Tokens aan het laden\u001c", + "api_tokens.never": "Nooit", + "api_tokens.no_tokens_heading": "Nog geen API-tokens", + "api_tokens.no_tokens_help": "Maak je eerste token hierboven aan om te beginnen.", + "api_tokens.page_title": "API-tokens – DocuElevate", + "api_tokens.revoke": "Intrekken", + "api_tokens.revoke_prefix": "Token intrekken", + "api_tokens.status_active": "Actief", + "api_tokens.status_revoked": "Introkken", + "api_tokens.table_aria": "API-tokens", + "api_tokens.token_created": "Token succesvol aangemaakt!", + "api_tokens.token_name_label": "Tokennaam", + "api_tokens.token_name_placeholder": "bv. CI Pipeline, Webhook Upload, Mijn Script", + "api_tokens.usage_heading": "Voorbeeld van gebruik", + "api_tokens.usage_intro_post": "header met een API-verzoek:", + "api_tokens.usage_intro_pre": "Gebruik je API-token in de", + "api_tokens.your_tokens": "Jouw tokens", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", - "auth.login": "Log In", - "auth.login_title": "Log In", + "audit.col_resource": "Hulpbron", + "audit.col_timestamp": "Tijdstempel", + "audit.critical": "Kritisch", + "audit.filter_action": "Actie", + "audit.filter_all_actions": "Alle acties", + "audit.filter_all_users": "Alle gebruikers", + "audit.filter_resource_placeholder": "bijv. document, gebruiker", + "audit.filter_resource_type": "Hulpmiddeltype", + "audit.filter_severity": "Ernst", + "audit.filter_user": "Gebruiker", + "audit.filters_section_label": "Auditlogfilters", + "audit.next": "Volgende", + "audit.next_label": "Volgende pagina", + "audit.no_events": "Er zijn nog geen audit evenementen geregistreerd.", + "audit.no_events_hint": "Significante acties (inlog, documentbewerkingen, instellingenwijzigingen) zullen hier verschijnen.", + "audit.page_title": "Auditlogs - DocuElevate", + "audit.pagination_label": "Auditlog-paginering", + "audit.prev": "Vorige", + "audit.prev_label": "Vorige pagina", + "audit.refresh_label": "Vernieuw auditlogs", + "audit.siem_disabled_title": "SIEM-doorsturen is uitgeschakeld", + "audit.siem_enabled_title": "Evenementen worden doorgestuurd naar ", + "audit.siem_off": "SIEM: Uit", + "audit.subtitle": "Uitgebreid, alleen aan te voegen record van alle significante acties.", + "audit.table_label": "Auditloggebeurtenissen", + "audit.title": "Auditlogs", + "auth.confirm_password": "Bevestig wachtwoord", + "auth.create_account": "Account aanmaken", + "auth.display_name_label": "Weergavenaam", + "auth.email_label": "E-mail", + "auth.forgot_password": "Wachtwoord vergeten?", + "auth.forgot_username": "Gebruikersnaam vergeten?", + "auth.login": "Inloggen", + "auth.login_title": "Inloggen", "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "Log Out", - "auth.my_account": "My Account", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", - "auth.profile": "Profile", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", - "auth.signup": "Sign Up", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", + "auth.logout": "Uitloggen", + "auth.my_account": "Mijn account", + "auth.no_account": "Heb je nog geen account?", + "auth.or_continue_with": "Of ga verder met", + "auth.password_label": "Wachtwoord", + "auth.profile": "Profiel", + "auth.remember_me": "Onthoud mij", + "auth.return_home": "Terug naar start", + "auth.sign_in": "Aanmelden", + "auth.sign_in_sso": "Aanmelden met SSO", + "auth.sign_in_with": "Aanmelden met", + "auth.sign_in_with_username": "Aanmelden met gebruikersnaam", + "auth.signup": "Aanmelden", + "auth.signup_title": "Aanmelden", + "auth.username_label": "Gebruikersnaam", + "auth.username_or_email": "Gebruikersnaam of e-mail", + "auth.verify_email_back_sign_in": "Terug naar aanmelding", + "auth.verify_email_expiry": "De link vervalt over 24 uur. Als je de e-mail niet ziet, controleer dan je spamfolder.", + "auth.verify_email_heading": "Controleer je inbox", + "auth.verify_email_message": "We hebben je een verificatie-e-mail gestuurd. Klik op de link in de e-mail om je account te activeren.", + "auth.verify_email_page_title": "DocuElevate - Verifieer je e-mail", + "auth.verify_email_resend_aria_label": "E-mailadres voor opnieuw verzenden", + "auth.verify_email_resend_button": "Verzend verificatie-e-mail opnieuw", + "auth.verify_email_resend_label": "E-mailadres", + "auth.verify_email_resend_placeholder": "Voer je e-mailadres in", + "auth.verify_email_resend_prompt": "Niet ontvangen?", + "backup.archives_heading": "Back-up Archieven", + "backup.backup_now": "Maak nu een back-up", + "backup.clean_up": "Opruimen", + "backup.cleanup_title": "Voer nu opschoonactie uit", + "backup.col_created": "Aangemaakt", + "backup.col_filename": "Bestandsnaam", + "backup.col_size": "Grootte", + "backup.col_storage": "Opslag", "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", + "backup.config_auto_backup": "Automatische back-up", + "backup.config_remote_dest": "Afgelegen bestemming", + "backup.config_retention": "Retentie", + "backup.config_total_size": "Totaal lokale grootte", + "backup.confirm_btn": "Bevestigen", + "backup.confirm_title": "Bevestig actie", + "backup.heading": "Back-up Beheer", + "backup.local_only": "Alleen lokaal", + "backup.no_backups": "Nog geen back-ups.", + "backup.no_backups_hint": "Klik op Maak nu een back-up om je eerste back-up te maken.", + "backup.page_title": "Back-up Beheer", "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", + "backup.restore_btn": "Herstellen", + "backup.restore_desc_mid": "back-uparchief om de database te herstellen.", + "backup.restore_desc_pre": "Upload een", + "backup.restore_desc_warning": "Dit zal alle huidige gegevens overschrijven.", + "backup.restore_file_label": "Backup archief (.db.gz)", + "backup.restore_heading": "Herstellen vanuit bestand", + "backup.restoring": "Herstellen\u00145", + "backup.retention_daily_detail": "\u0013 bewaard gedurende 3 weken", + "backup.retention_heading": "Retentiebeleid", + "backup.retention_hourly_detail": "\u0013 bewaard gedurende 4 dagen", + "backup.retention_note": "Back-ups die deze limieten overschrijden, worden automatisch verwijderd na elke nieuwe back-up die wordt gemaakt.", + "backup.retention_weekly_detail": "\u0013 bewaard gedurende ~3 maanden", "backup.snapshots": "snapshots", "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", - "common.actions": "Actions", - "common.active": "Active", - "common.all": "All", - "common.back": "Back", - "common.cancel": "Cancel", - "common.close": "Close", - "common.col_pending": "Pending", - "common.completed": "Completed", - "common.confirm": "Confirm", - "common.copied": "Copied!", - "common.copy": "Copy", - "common.create": "Create", - "common.created": "Created", - "common.date": "Date", - "common.delete": "Delete", - "common.description": "Description", + "backup.storage_local": "lokaal", + "backup.subtitle": "Databaseback-ups worden automatisch gemaakt: elk uur (4 dagen), dagelijks (3 weken), wekelijks (13 weken).", + "backup.table_aria": "Backup archieven", + "backup.trigger_daily": "Maak nu een back-up (dagelijks)", + "backup.trigger_hourly": "Maak nu een back-up (iedere uur)", + "backup.trigger_weekly": "Maak nu een back-up (wekelijks)", + "backup.type_daily": "Dagelijks", + "backup.type_hourly": "Uurlijks", + "backup.type_weekly": "Wekelijks", + "billing.go_to_dashboard": "Ga naar dashboard", + "billing.manage_subscription": "Beheer abonnement", + "billing.success_heading": "Je bent er helemaal klaar voor!", + "billing.success_message": "Je abonnement is geactiveerd. Dank je voor het kiezen van DocuElevate!", + "billing.success_page_title": "DocuElevate - Abonnement Geactiveerd", + "common.actions": "Acties", + "common.active": "Actief", + "common.all": "Alle", + "common.avatar": "Avatar", + "common.back": "Terug", + "common.cancel": "Annuleren", + "common.close": "Sluiten", + "common.col_pending": "In afwachting", + "common.completed": "Voltooid", + "common.confirm": "Bevestigen", + "common.copied": "Gekopieerd!", + "common.copy": "Kopieer", + "common.create": "Aanmaken", + "common.created": "Aangemaakt", + "common.date": "Datum", + "common.delete": "Verwijderen", + "common.description": "Beschrijving", "common.details": "Details", - "common.disabled": "Disabled", - "common.download": "Download", - "common.duplicate": "Duplicate", - "common.edit": "Edit", - "common.enabled": "Enabled", - "common.error": "Error", - "common.failed": "Failed", + "common.disabled": "Uitgeschakeld", + "common.download": "Downloaden", + "common.duplicate": "Dupliceren", + "common.edit": "Bewerken", + "common.enabled": "Ingeschakeld", + "common.error": "Fout", + "common.failed": "Mislukt", "common.filter": "Filter", - "common.inactive": "Inactive", + "common.inactive": "Inactief", "common.info": "Info", - "common.loading": "Loading...", - "common.name": "Name", - "common.next": "Next", - "common.next_page": "Next page", - "common.no": "No", - "common.none": "None", - "common.page": "Page", - "common.pending": "Pending", - "common.prev_page": "Previous page", - "common.previous": "Previous", - "common.processing": "Processing", - "common.refresh": "Refresh", - "common.reset": "Reset", - "common.retry": "Retry", - "common.save": "Save", - "common.search": "Search", - "common.select": "Select", - "common.select_placeholder": "— select —", - "common.size": "Size", + "common.loading": "Laden...", + "common.name": "Naam", + "common.next": "Volgende", + "common.next_page": "Volgende pagina", + "common.no": "Nee", + "common.none": "Geen", + "common.page": "Pagina", + "common.paused": "Pauze", + "common.pending": "In behandeling", + "common.prev_page": "Vorige pagina", + "common.previous": "Vorige", + "common.processing": "Bezig met verwerken", + "common.refresh": "Vernieuwen", + "common.reset": "Resetten", + "common.retry": "Opnieuw proberen", + "common.save": "Opslaan", + "common.search": "Zoeken", + "common.select": "Selecteren", + "common.select_placeholder": "\u0014 selecteer \u0014", + "common.size": "Grootte", "common.status": "Status", - "common.submit": "Submit", - "common.success": "Success", + "common.submit": "Indienen", + "common.success": "Succes", "common.tags": "Tags", + "common.test": "Test", + "common.test_connection": "Testverbinding", "common.type": "Type", - "common.updated": "Updated", - "common.upload": "Upload", - "common.view": "View", - "common.warning": "Warning", - "common.yes": "Yes", - "cookie.accept": "Got it", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate uses only essential session cookies required for authentication and service operation. No tracking or analytics cookies are used.", - "cookie.notice_label": "Cookie notice", - "cookie.policy_link": "Cookie Policy", - "cookie.privacy_link": "Privacy Notice", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "Active Integrations", - "dashboard.files_this_month": "Files This Month", - "dashboard.files_today": "Files Today", - "dashboard.ocr_processed": "OCR Processed", - "dashboard.quick_actions": "Quick Actions", - "dashboard.recent_activity": "Recent Activity", - "dashboard.storage_targets": "Storage Targets", + "common.update": "Bijwerken", + "common.updated": "Bijgewerkt", + "common.upload": "Uploaden", + "common.view": "Bekijk", + "common.warning": "Waarschuwing", + "common.yes": "Ja", + "cookie.accept": "In orde", + "cookie.learn_more": "Meer leren", + "cookie.message": "Deze website gebruikt cookies om uw ervaring te verbeteren.", + "cookie.notice": "DocuElevate gebruikt alleen essentiële sessiecookies die nodig zijn voor authenticatie en de werking van de dienst. Er worden geen tracking- of analysecookies gebruikt.", + "cookie.notice_label": "Cookie kennisgeving", + "cookie.policy_link": "Cookiebeleid", + "cookie.privacy_link": "Privacyverklaring", + "credentials.col_action": "Actie", + "credentials.col_credential": "Referentie", + "credentials.col_source": "Bron", + "credentials.configured": "Geconfigureerd", + "credentials.edit_in_settings": "Bewerken in Instellingen", + "credentials.legend_db": "Waarde opgeslagen in de database (versleuteld in rust; overschrijft omgevingsvariabele)", + "credentials.legend_env_after": " bestand", + "credentials.legend_env_before": "Waarde van omgevingsvariabele of ", + "credentials.legend_missing": "Referentie niet ingesteld — integratie werkt niet", + "credentials.legend_restart": "Herstart vereist wanneer deze referentie wordt gedraaid", + "credentials.legend_title": "Legende", + "credentials.manage_settings": "Beheer Instellingen", + "credentials.not_configured": "Niet Geconfigureerd", + "credentials.page_title": "Referentie-audit - DocuElevate", + "credentials.raw_json": "Ruwe JSON (API)", + "credentials.restart_title": "Herstart vereist na het draaien van deze referentie", + "credentials.source_db_title": "Opgeslagen in database (versleuteld)", + "credentials.source_env_title": "Van omgevingsvariabele", + "credentials.status_missing": "Ontbrekend", + "credentials.subtitle": "Overzicht van alle gevoelige referenties die door DocuElevate worden gebruikt. Geen geheime waarden worden hier weergegeven — alleen of elke referentie is geconfigureerd en waar deze vandaan komt.", + "credentials.table_for": "Referenties voor", + "credentials.title": "Referentie-audit", + "credentials.total_credentials": "Totaal Referenties", + "dashboard.active_integrations": "Actieve Integraties", + "dashboard.files_this_month": "Bestanden Deze Maand", + "dashboard.files_today": "Bestanden Vandaag", + "dashboard.ocr_processed": "OCR Verwerkt", + "dashboard.quick_actions": "Snelle Acties", + "dashboard.recent_activity": "Recente Activiteit", + "dashboard.storage_targets": "Opslagdoelen", "dashboard.title": "Dashboard", - "dashboard.total_files": "Total Files", - "dashboard.welcome": "Welcome to DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "dashboard.total_files": "Totaal Bestanden", + "dashboard.welcome": "Welkom bij DocuElevate", + "duplicates.file_id_label": "Bestands-ID", + "duplicates.file_id_placeholder": "bijv. 42", + "duplicates.find_btn": "Vind", + "duplicates.found_files": "dubbele bestand(en) in totaal.", + "duplicates.found_groups": "dubbele groep(en) met", + "duplicates.found_prefix": "Gevonden", + "duplicates.group_aria": "Dubbele groep", + "duplicates.heading": "Dubbele Documenten", + "duplicates.how_it_works_heading": "Hoe detectie van bijna-dubbele documenten werkt", + "duplicates.max_results_label": "Max resultaten", + "duplicates.near_dup_desc": "Selecteer een document om te controleren of andere bestanden dezelfde (of zeer vergelijkbare) inhoud bevatten — zelfs als ze op verschillende momenten zijn gescand en verschillende SHA-256-hashes hebben.", + "duplicates.near_dup_heading": "Vind Bijna-Dubbel Documenten voor een Document", + "duplicates.no_exact_heading": "Geen exacte duplicaten gevonden", + "duplicates.page_title": "Dubbele Documenten - DocuElevate", + "duplicates.pagination_aria": "Paginering", + "duplicates.role_duplicate": "Dubbel", + "duplicates.role_original": "Origineel", + "duplicates.tab_exact": "Exacte Duplicaten", + "duplicates.tab_near": "Bijna-Dubbel Zoekfunctie", + "duplicates.tabs_aria": "Tabs voor dubbele detectie", + "duplicates.threshold_label": "Gelijkenis drempel", + "duplicates.view_dup_aria": "Bekijk dubbel bestand", + "duplicates.view_original_aria": "Bekijk origineel bestand", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "Oeps, we konden die pagina niet vinden!", + "error.404_home": "Terug naar Start", + "error.404_message": "Het lijkt erop dat DocuElevate het document dat je zocht kwijt is. Maak je geen zorgen – we staan voor je klaar.", + "error.404_title": "404 - Niet Gevonden", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "Forbidden", - "error.forbidden_message": "You do not have permission to access this page.", - "error.not_found": "Page not found", - "error.not_found_message": "The page you are looking for does not exist.", - "error.server_error": "Internal Server Error", - "error.server_error_message": "Something went wrong. Please try again later.", - "error.unauthorized": "Unauthorized", - "error.unauthorized_message": "You need to log in to access this page.", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", - "files.document_title": "Document Title", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more – folders are processed recursively", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", - "files.file_size": "File Size", - "files.filename": "Filename", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search (OCR text, metadata, tags)", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", - "files.no_files": "No files found", - "files.ocr_status": "OCR Status", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "error.500_debug_info": "Toon Debug Info", + "error.500_description": "Onze servers hebben een probleem gehad en hebben even tijd nodig.", + "error.500_heading": "Oeps! Er is iets fout gegaan.", + "error.500_home": "Ga naar Start", + "error.500_img_alt": "Illustratie van een serverfout", + "error.500_message1": "Onze servers hebben een probleem gehad en hebben even tijd nodig. Misschien hebben de hamsters hun koffie gemorst?", + "error.500_message2": "We zijn er al mee bezig — bestanden sorteren, servers opnieuw opstarten en fluxcapacitoren opnieuw kalibreren.", + "error.500_title": "Serverfout - DocuElevate", + "error.forbidden": "Verboden", + "error.forbidden_message": "Je hebt geen toestemming om deze pagina te openen.", + "error.not_found": "Pagina niet gevonden", + "error.not_found_message": "De pagina die je zoekt bestaat niet.", + "error.server_error": "Interne Serverfout", + "error.server_error_message": "Er is iets misgegaan. Probeer het later opnieuw.", + "error.unauthorized": "Ongeautoriseerd", + "error.unauthorized_message": "Je moet inloggen om toegang te krijgen tot deze pagina.", + "files.action_delete": "Verwijder bestand", + "files.action_details": "Bekijk details", + "files.action_preview": "Snelle preview", + "files.bulk_clear_selection": "Selectie wissen", + "files.bulk_cloud_ocr": "Herhaal Cloud OCR", + "files.bulk_delete": "Verwijder geselecteerde", + "files.bulk_download": "Download als ZIP", + "files.bulk_reprocess": "Herprocess geselecteerde", + "files.delete_modal_cancel": "Annuleren", + "files.delete_modal_confirm": "Verwijder", + "files.delete_modal_message": "Weet je zeker dat je dit bestand wilt verwijderen?", + "files.delete_modal_title": "Bevestig Verwijdering", + "files.document_title": "Documenttitel", + "files.drop_overlay_hint": "Ondersteunt PDF, Office-docs, afbeeldingen, HTML, Markdown, en meer – mappen worden recursief verwerkt", + "files.drop_overlay_title": "Drop bestanden of mappen overal om te uploaden", + "files.error_hint": "Dit kan te maken hebben met een configuratie- of importprobleem. Controleer de serverlogs.", + "files.file_size": "Bestandsgrootte", + "files.filename": "Bestandsnaam", + "files.files_selected": "bestanden geselecteerd", + "files.filter_all_providers": "Alle aanbieders", + "files.filter_all_statuses": "Alle statussen", + "files.filter_all_types": "Alle types", + "files.filter_apply": "Filters toepassen", + "files.filter_clear": "Wissen", + "files.filter_date_from": "Datum van", + "files.filter_date_from_aria": "Filter van datum", + "files.filter_date_to": "Datum tot", + "files.filter_date_to_aria": "Filter tot datum", + "files.filter_form_aria": "Filter bestanden", + "files.filter_mime_type": "MIME-type", + "files.filter_ocr_all": "Alle bestanden", + "files.filter_ocr_good": "Goede kwaliteit", + "files.filter_ocr_poor": "Slechte kwaliteit", + "files.filter_ocr_quality": "OCR-kwaliteit", + "files.filter_ocr_quality_aria": "Filter op OCR-kwaliteitscore", + "files.filter_ocr_unchecked": "Nog niet beoordeeld", + "files.filter_search_label": "Zoek Bestandsnaam", + "files.filter_search_placeholder": "Voer bestandsnaam in...", + "files.filter_storage_provider": "Opslagprovider", + "files.filter_tags_aria": "Filter op tags (gescheiden door komma's)", + "files.filter_tags_placeholder": "bijv. factuur,amazon", + "files.fulltext_search_label": "Volledige Tekst Zoekopdracht (OCR-tekst, metadata, tags)", + "files.fulltext_search_placeholder": "Zoek documentinhoud, afzender, tags, type...", + "files.no_files": "Geen bestanden gevonden", + "files.ocr_status": "OCR-status", + "files.page_title": "Bestandsrecords", + "files.pagination_files": "bestanden", + "files.pagination_first": "Eerste", + "files.pagination_last": "Laatste", + "files.pagination_nav_aria": "Bestandenlijst paginering", + "files.pagination_next": "Volgende", + "files.pagination_of": "van", + "files.pagination_previous": "Vorige", + "files.pagination_showing": "Toont", + "files.preview_modal_close": "Sluit voorbeeld", + "files.preview_modal_title": "Voorbeeld", + "files.queue_banner_items": "item(s) zijn momenteel in de wachtrij of worden verwerkt. Bestanden verschijnen hier zodra de verwerking is voltooid.", + "files.queue_banner_link": "Bekijk Wachtrij", + "files.saved_searches_empty": "Geen opgeslagen zoekopdrachten nog", + "files.saved_searches_error": "Kon opgeslagen zoekopdrachten niet laden", + "files.saved_searches_label": "Opgeslagen Zoekopdrachten", + "files.saved_searches_save": "Huidige Opslaan", + "files.saved_searches_save_aria": "Sla huidige filters op als een opgeslagen zoekopdracht", + "files.search_results_empty": "Geen resultaten gevonden.", + "files.search_results_title": "Zoekresultaten", + "files.status_duplicate": "Duplicaat", + "files.table_actions": "Acties", + "files.table_aria": "Bestandsrecords", + "files.table_created_at": "Aangemaakt Op", + "files.table_empty": "Geen bestanden gevonden", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", + "files.table_mime_type": "MIME-type", + "files.table_original_filename": "Oorspronkelijke Bestandsnaam", + "files.table_select_all": "Selecteer alle bestanden op deze pagina", "files.tags": "Tags", - "files.title": "Files", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", - "files.uploaded": "Uploaded", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "Attributions", + "files.title": "Bestanden", + "files.upload_modal_aria": "Upload voortgang", + "files.upload_modal_close": "Sluit upload voortgang", + "files.upload_modal_header": "Bestanden uploaden", + "files.uploaded": "Geüpload", + "footer.about": "Over", + "footer.attribution": "Vermelding", + "footer.attributions": "Vermeldingen", "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "Imprint", - "footer.license": "License", - "footer.navigation": "Footer navigation", + "footer.imprint": "Afdruk", + "footer.license": "Licentie", + "footer.navigation": "Voettekst navigatie", "footer.privacy": "Privacy", - "footer.terms": "Terms", - "footer.version": "Version {version}", + "footer.terms": "Voorwaarden", + "footer.version": "Versie {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth-gekoppeld. Bestanden komen in je gekozen map.", + "help.destinations_email": "E-mail doorsturen", + "help.destinations_email_desc": "Verwerkte bestanden als SMTP-bijlagen verzonden.", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "Dienstaccount of OAuth. Ondersteunt gedeelde schijven.", + "help.destinations_heading": "Bestemmingen – Waar Documenten Heen Gaan", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "Zelf-gehoste cloudopslag via WebDAV.", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Integratie met Microsoft Graph API.", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "Documenten rechtstreeks naar Paperless voor archivering duwen.", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "Elke S3-compatibele bucket (AWS, MinIO, Wasabi).", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "Veilige bestandsoverdracht naar elke server.", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", - "help.documentation": "Documentation", - "help.faq": "Frequently Asked Questions", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "Getting Started", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.destinations_webhook_desc": "POST metadata naar elke externe eindpunt.", + "help.documentation": "Documentatie", + "help.faq": "Veelgestelde Vragen", + "help.faq_1_a": "Ga naar de uploadpagina, sleep je bestanden of klik op Bestanden Kiezen. DocuElevate converteert afbeeldingen en kantoordocumenten naar PDF, voert OCR uit en extraheert automatisch metadata.", + "help.faq_1_q": "Hoe upload ik documenten?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF en HTML. Niet-PDF bestanden worden automatisch omgezet naar PDF voor verwerking.", + "help.faq_2_q": "Welke bestandsformaten worden ondersteund?", + "help.faq_3_a": "Ja. Ga naar E-mail Inname, voeg een IMAP-account toe, en DocuElevate zal nieuwe berichten ophalen en bijlagen automatisch verwerken.", + "help.faq_3_q": "Kan ik documenten uit e-mail innemen?", + "help.faq_4_a": "Pijplijnen laten je verwerkingsstappen aaneenschakelen – OCR, AI-extractie, formaatconversie – en de resultaten naar een of meer bestemmingen sturen. Maak en beheer ze vanaf de Pijplijnen-pagina.", + "help.faq_4_q": "Hoe werken verwerkingspijplijnen?", + "help.faq_5_a": "DocuElevate versleutelt inloggegevens in rust, communiceert via TLS en slaat je documenten nooit langer op dan nodig. Zie de Privacyverklaring voor volledige details.", + "help.faq_5_a_post": " voor volledige details.", + "help.faq_5_a_pre": "DocuElevate versleutelt inloggegevens in rust, communiceert via TLS, en slaat uw documenten nooit langer op dan nodig. Zie de ", + "help.faq_5_q": "Is mijn gegevens veilig?", + "help.faq_heading": "Veelgestelde Vragen", + "help.getting_started": "Aan de Slag", + "help.heading": "Helpcentrum", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Gebruik de REST API om documenten programmaticaal te pushen. Authenticeer met een Bearer-token en POST bestanden naar het upload-eindpunt.", + "help.ingestion_heading": "Data Ingestiehulpmiddelen", + "help.ingestion_mobile": "Mobiele Apps", + "help.ingestion_mobile_desc": "Gebruik een mobiele scanapp die aangepaste HTTP-uploadbestemmingen ondersteunt om foto's en scans vanuit uw telefoon of tablet naar DocuElevate te sturen.", + "help.ingestion_scanners": "Netwerkscanners", + "help.ingestion_scanners_desc": "Focuseer elke netwerkscanner of multifunctionele printer op het upload-eindpunt van DocuElevate. Gescande documenten komen rechtstreeks in uw verwerkingswachtrij.", + "help.ingestion_watched_folders": "Geobserveerde Mappen", + "help.ingestion_watched_folders_desc": "Configureer een lokale of netwerkmappen om te worden gemonitord. Elk bestand dat in een geobserveerde map wordt geplaatst, wordt automatisch geüpload en verwerkt door DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Integreer DocuElevate in uw automatiseringswerkstromen met Zapier, n8n, of Make. Gebruik de REST API-acties om documentuploads te triggeren vanuit elk evenement.", + "help.meta_description": "Krijg hulp bij DocuElevate – vind handleidingen over het uploaden van documenten, het verbinden van cloudopslag, het instellen van pijplijnen, en meer.", + "help.og_description": "Krijg hulp bij DocuElevate – vind handleidingen over het uploaden van documenten, het verbinden van cloudopslag, het instellen van pijplijnen, en meer.", + "help.page_title": "Helpcentrum", + "help.privacy_notice": "Privacyverklaring", + "help.quickstart_heading": "Snelle Start", + "help.quickstart_storage": "Verbind Opslag", + "help.quickstart_storage_desc": "Ga naar Instellingen en link je cloudaccounts. Verwerkte documenten worden automatisch naar elke bestemming gestuurd die je configureert.", + "help.quickstart_storage_desc_full": "Ga naar Integraties en koppel uw cloudopslagaccounts. DocuElevate ondersteunt Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, en meer. Verwerkte documenten worden automatisch naar elke bestemming gestuurd die u configureert.", + "help.quickstart_upload": "Documenten Uploaden", + "help.quickstart_upload_desc": "Sleep bestanden naar de Upload-pagina of klik op Kies Bestand. DocuElevate zet afbeeldingen en kantoordocumenten om naar PDF, voert OCR uit en extraheert automatisch metadata.", + "help.quickstart_workflows": "Automatiseer Werkstromen", + "help.quickstart_workflows_desc": "Maak Pijplijnen om multi-stap verwerkings- en routeringsregels te definiëren. Combineer OCR, AI-extractie, formaatconversie en levering in één stroom.", + "help.sources_email_ingestion": "E-mail Inname (IMAP)", + "help.sources_email_ingestion_desc": "Stuur documenten door naar een speciale mailbox. Onder E-mail Inname, voeg een of meer IMAP-accounts toe. DocuElevate haalt nieuwe berichten op en verwerkt bijlagen automatisch.", + "help.sources_heading": "Bronnen – Documenten Binnenhalen", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", + "help.sources_rest_api_desc": "Integreer programmatisch door bestanden naar /api/upload te POST-en. Ideaal voor scripts, bekeken mappen, scanners, of derde partij tools zoals Zapier en n8n.", + "help.sources_scanner": "Scanner & Mobiel", + "help.sources_scanner_desc": "Richt netwerkscanners op het uploadendpoint van DocuElevate of gebruik een mobiele scanapp die aangepaste HTTP-bestemmingen ondersteunt.", + "help.sources_scanner_desc_full": "Configureer uw netwerkscanner of multifunctionele printer om scans rechtstreeks naar DocuElevate te sturen. Gebruik het /api/upload-eindpunt als bestemming. Mobiele scanapps met aangepaste uploadbestemmingen worden ook ondersteund.", "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", - "help.support": "Support", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", - "help.title": "Help Center", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", + "help.sources_web_upload_desc": "De snelste manier om te beginnen. Open de Upload-pagina, sleep een of meer bestanden en DocuElevate regelt de rest. Ondersteunde formaten zijn onder andere PDF, JPEG, PNG, TIFF, DOCX, XLSX en meer.", + "help.subheading": "Alles wat je nodig hebt om het meeste uit DocuElevate te halen. Blader door de onderwerpen hieronder of zoek naar wat je nodig hebt.", + "help.support": "Ondersteuning", + "help.support_admin_message": "Neem contact op met je beheerder voor ondersteuningsinformatie.", + "help.support_description": "Kun je niet vinden wat je zoekt? Ons ondersteuningsteam staat klaar om te helpen.", + "help.support_heading": "Neem Contact Op met Ondersteuning", + "help.support_live_chat": "Live Chat beschikbaar – klik op de chatbubbel om een gesprek te beginnen.", + "help.support_ticket_button": "Dien een Ticket In", + "help.support_ticket_desc": "Vul het onderstaande formulier in en ons ondersteuningsteam neemt zo snel mogelijk contact met u op.", + "help.support_ticket_heading": "Open een Ondersteunings Ticket", + "help.title": "Helpcentrum", + "help.workflows_creating": "Een Pijplijn Aanmaken", + "help.workflows_definition": "Een Pijplijn is een reeks verwerkingsstappen die automatisch worden uitgevoerd telkens wanneer een document wordt ingenomen. Elke stap kan het document transformeren, verrijken of routeren.", + "help.workflows_heading": "Werkstromen & Pijplijnen", + "help.workflows_step_1": "Converteren naar PDF", + "help.workflows_step_1_create": "Ga naar Pipelines in het hoofdmenu.", + "help.workflows_step_1_full": "Converteren naar PDF – alle binnenkomende bestanden worden genormaliseerd naar een consistent PDF-formaat.", + "help.workflows_step_2": "OCR – tekst extraheren", + "help.workflows_step_2_create": "Klik op Nieuwe Pipeline en geef het een naam.", + "help.workflows_step_2_full": "OCR – selecteerbare tekst extraheren van gescande pagina's met behulp van Azure Document Intelligence of de ingebouwde engine.", + "help.workflows_step_3": "AI metadata-extractie", + "help.workflows_step_3_create": "Voeg de verwerkingsstappen toe die je nodig hebt.", + "help.workflows_step_3_full": "AI-metadata-extractie – classificeer documenttype en haal belangrijke velden zoals bedragen, data en namen op met behulp van OpenAI.", + "help.workflows_step_4": "Leveren aan een of meerdere bestemmingen", + "help.workflows_step_4_create": "Kies een of meer afleverbestemmingen.", + "help.workflows_step_5_create": "Opslaan – nieuwe documenten worden automatisch via deze pipeline verwerkt.", + "help.workflows_typical_steps": "Typische Stappen", + "help.workflows_what_is": "Wat is een Pipeline?", "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", + "index.button_browse_files": "Bestanden Bladeren", + "index.button_upload": "Uploaden", + "index.capabilities_cloud": "Cloudopslag: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "E-mail- en URL-gebaseerde documentinvoer", + "index.capabilities_ocr": "OCR & metadata-extractie met AI", + "index.capabilities_paperless": "Paperless-ngx integratie voor documentbeheer", + "index.capabilities_title": "Mogelijkheden", + "index.capabilities_workflows": "Geautomatiseerde classificatie- en routeringsworkflows", + "index.cta_description": "Sluit je aan bij teams die hun documentverwerking al automatiseren met DocuElevate.", + "index.cta_heading": "Klaar om je documentworkflow te verbeteren?", + "index.cta_pricing": "Bekijk prijzen", + "index.cta_signup": "Creëer een gratis account", + "index.dashboard_subtitle": "Intelligent documentverwerking en -beheer", + "index.dashboard_subtitle_teams": "Intelligent documentverwerking en -beheer — gebouwd voor teams", + "index.feature_ai": "AI Metadata-extractie", + "index.feature_ai_desc": "OpenAI, Claude, Gemini en andere plug-in AI-providers classificeren documenten en trekken belangrijke velden zoals data, bedragen en onderwerpen eruit.", + "index.feature_cloud": "Multi-Cloud Opslag", + "index.feature_cloud_desc": "Routeer verwerkte bestanden naar Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP en meer.", + "index.feature_email": "E-mail & IMAP Invoer", + "index.feature_email_desc": "Trek automatisch documenten uit Gmail of elke IMAP-mailbox — geen handmatige uploads nodig.", + "index.feature_ocr": "OCR & Tekst Extractie", + "index.feature_ocr_desc": "Azure Document Intelligence converteert gescande PDF's en afbeeldingen automatisch in volledig doorzoekbare tekst.", + "index.feature_pipelines": "Aangepaste Pipelines", + "index.feature_pipelines_desc": "Bouw verwerkingspipelines met configureerbare stappen — OCR, AI-extractie, bestandsomzetting en opslagroutering in willekeurige volgorde.", + "index.feature_search": "Volledige Tekst Zoekfunctie", + "index.feature_search_desc": "Vind onmiddellijk elk document op basis van inhoud, metadata of tags in je volledige archief.", + "index.feature_section_title": "Alles wat je nodig hebt voor slimme documentworkflows", + "index.getting_started": "Aan de Slag", + "index.getting_started_1": "Configureer integraties via Systeemstatus", + "index.getting_started_2": "Upload uw eerste document", + "index.getting_started_3": "Bekijk resultaten in Bestanden", + "index.getting_started_learn": "Leer meer over DocuElevate", + "index.hero_description": "DocuElevate verwerkt uw documenten, voert OCR uit, extrahert metadata met AI en sent bestanden naar Dropbox, Google Drive, OneDrive, S3, Nextcloud en meer — allemaal in één naadloze pijplijn.", + "index.hero_heading": "Van upload naar inzicht — automatisch.", + "index.hero_login": "Inloggen", + "index.hero_pricing": "Bekijk plannen & prijzen", + "index.hero_signup": "Begin nu — het is gratis", + "index.integrations_active": "Actieve integraties", + "index.integrations_storage": "Opslagdoelen", + "index.integrations_title": "Integraties", + "index.integrations_view_status": "Bekijk systeemstatus", "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", + "index.page_title_public": "Intelligent Documentverwerking", + "index.platform_overview": "Platformoverzicht", + "index.processing_stats": "Verwerkingsstatistieken", + "index.quick_actions": "Snelle Acties", + "index.quick_documents": "Mijn Documenten", + "index.quick_documents_desc": "Blader door uw verwerkte bestanden", + "index.quick_search": "Zoeken", + "index.quick_search_desc": "Volledige tekstzoekfunctie over documenten", + "index.quick_subscription": "Mijn Abonnement", + "index.quick_subscription_desc": "Bekijk plan- en gebruiksdetails", + "index.quick_system_status": "Systeemstatus", + "index.quick_system_status_desc": "Controleer integratiegezondheid", + "index.quick_upload": "Document Uploaden", + "index.quick_upload_desc": "Verwerk een nieuw bestand", + "index.quick_view_files": "Bekijk Alle Bestanden", + "index.quick_view_files_desc": "Blader door verwerkte documenten", "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", + "index.single_user_subtitle": "Intelligent documentverwerking & beheer", + "index.stat_active_integrations": "Actieve Integraties", + "index.stat_active_users": "Actieve gebruikers", + "index.stat_files_month": "Bestanden deze maand", + "index.stat_files_ocr": "Bestanden met OCR", + "index.stat_files_today": "Bestanden vandaag", + "index.stat_storage_targets": "Opslagdoelen", + "index.stat_this_month": "Deze maand", + "index.stat_today": "Vandaag", + "index.stat_total_files": "Totaal aantal bestanden", + "index.stat_total_processed": "Totaal verwerkt", "index.tier_plan": "Plan", "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", - "integrations.configure": "Configure", - "integrations.connect": "Connect", - "integrations.connected": "Connected", - "integrations.disconnect": "Disconnect", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", + "index.tier_view_details": "Bekijk volledige details", + "index.upgrade_daily_limits": "Hogere dagelijkse & maandelijkse limieten", + "index.upgrade_description": "Ontgrendel meer documenten, meer bestemmingen en prioritaire ondersteuning.", + "index.upgrade_destinations": "Meer opslagbestemmingen", + "index.upgrade_ocr_pages": "Meer OCR-pagina's", + "index.upgrade_plan": "Upgrade je plan", + "index.upgrade_view_pricing": "Bekijk plannen & prijzen", + "index.usage_lifetime": "Levenslange bestanden", + "index.usage_month": "Bestanden deze maand", + "index.usage_my_usage": "Mijn gebruik", + "index.usage_today": "Bestanden vandaag", + "index.usage_unlimited": "Onbeperkt", + "integrations.access_key_label": "Toegangssleutel-ID", + "integrations.active_label": "Actief", + "integrations.add_button": "Integratie toevoegen", + "integrations.add_first_button": "Voeg je eerste integratie toe", + "integrations.api_token_label": "API-token", + "integrations.authorize_btn": "Autoriseren", + "integrations.authorize_reauth": "Herstart Autorisatie", + "integrations.bucket_label": "Mandje", + "integrations.configure": "Configureren", + "integrations.connect": "Verbinden", + "integrations.connected": "Verbonden", + "integrations.connection_failed": "Verbinding mislukt", + "integrations.connection_success": "Verbinding succesvol", + "integrations.delete_confirm_are_you_sure": "Weet je zeker dat je wilt verwijderen", + "integrations.delete_confirm_title": "Integratie verwijderen?", + "integrations.delete_confirm_undone": "Deze actie kan niet ongedaan worden gemaakt.", + "integrations.delete_emails_label": "Verwijder e-mails na verwerking", + "integrations.delete_files_label": "Verwijder bestanden na verwerking", + "integrations.destinations_quota_label": "Opslagbestemmingen:", + "integrations.destinations_section": "Bestemmingen", + "integrations.direction_destination": "Bestemming (opslag)", + "integrations.direction_label": "Richting", + "integrations.direction_placeholder": "\u0000\u0000 Selecteer \u0000\u0000", + "integrations.direction_source": "Bron (invoer)", + "integrations.disconnect": "Verbinding verbreken", + "integrations.email_settings": "E-mail Doorstuurinstellingen", + "integrations.empty_state": "Geen geïntegreerde configuraties", + "integrations.endpoint_label": "Eindpunt-URL", + "integrations.endpoint_optional": "(optioneel, voor S3-compatibel)", + "integrations.folder_label": "Map", + "integrations.folder_optional": "(optioneel)", + "integrations.folder_path_label": "Mappad", + "integrations.folder_prefix_label": "Mapvoorvoegsel", + "integrations.generic_settings_hint": "Configuratie voor dit type integratie kan na creatie via de API als JSON worden verstrekt.", + "integrations.gmail_hint": "Gmail-labels & ster: wanneer ingeschakeld, krijgen verwerkte e-mails een ster en worden ze gemarkeerd met een \"Ingevoerd\" label in Gmail. Geldt alleen voor Gmail-servers.", + "integrations.gmail_labels": "Toepassen van Gmail-labels & ster", "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", - "integrations.not_connected": "Not Connected", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", - "integrations.title": "Integrations", - "integrations.username_label": "Username", - "language.bg": "Български", - "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "Language changed to {language}", - "language.cs": "Čeština", - "language.da": "Dansk", - "language.de": "Deutsch", - "language.el": "Ελληνικά", - "language.en": "English", - "language.es": "Español", - "language.et": "Eesti", - "language.fi": "Suomi", - "language.fr": "Français", - "language.ga": "Gaeilge", - "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", + "integrations.imap_settings": "IMAP-instellingen", + "integrations.loading": "Integraties laden\u001e", + "integrations.modal_close": "Sluit venster", + "integrations.modal_title_add": "Integratie toevoegen", + "integrations.modal_title_edit": "Integratie bewerken", + "integrations.name_label": "Label", + "integrations.name_placeholder": "bijv. Werk Gmail, S3 Archief", + "integrations.nextcloud_settings": "Nextcloud Instellingen", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "Voeg uw eerste integratie toe om ingangsbronnen (zoals IMAP) en opslagbestemmingen (zoals S3, Dropbox of Google Drive) te verbinden.", + "integrations.not_connected": "Niet Verbonden", + "integrations.oauth_folder_label": "Map", + "integrations.oauth_hint": "Sla deze integratie eerst op, gebruik vervolgens de Autoriseer knop om de OAuth-stroom te voltooien. Uw referenties worden veilig opgeslagen in uw persoonlijke integratierecord.", + "integrations.page_title": "Integraties", + "integrations.paperless_settings": "Paperless NGX Instellingen", + "integrations.password_label": "Wachtwoord", + "integrations.paused": "Pauze", + "integrations.plan_label": "Plan:", + "integrations.port_label": "Poort", + "integrations.quota_not_available": "(niet beschikbaar)", + "integrations.quota_unlimited": "/ onbeperkt", + "integrations.recipient_label": "Ontvanger E-mail", + "integrations.region_label": "Regio", + "integrations.remote_path_label": "Externe Pad", + "integrations.s3_prefix_label": "Prefix (map pad)", + "integrations.s3_settings": "S3 Instellingen", + "integrations.secret_key_label": "Geheime Toegangssleutel", + "integrations.show_password": "Toon wachtwoord", + "integrations.show_secrets": "Toon geheimen", + "integrations.show_token": "Toon token", + "integrations.source_local": "Lokale Bestanden", + "integrations.source_type_label": "Bron Type", + "integrations.sources_quota_label": "Mailbox Bronnen:", + "integrations.sources_section": "Bronnen", + "integrations.subtitle": "Beheer uw ingangsbronnen en opslagbestemmingen op één plek.", + "integrations.title": "Integraties", + "integrations.type_label": "Integratie Type", + "integrations.type_placeholder": "\u0000a Selecteer eerst richting \u0000a", + "integrations.upgrade_plan": "Upgrade Plan", + "integrations.use_ssl": "Gebruik SSL", + "integrations.username_label": "Gebruikersnaam", + "integrations.watch_folder_settings": "Bekijk Map Instellingen", + "integrations.webdav_settings": "WebDAV Instellingen", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook Inname", + "integrations.webhook_how_heading": "Hoe Webhook Inname Werkt", + "integrations.webhook_how_text": "Een webhook-integratie stelt externe systemen in staat om documenten rechtstreeks in DocuElevate te duwen via de REST API. In plaats van dat DocuElevate informatie opvraagt naar nieuwe bestanden (zoals IMAP), verstuurt uw toepassing bestanden naar DocuElevate met een HTTP-verzoek met een API-token voor authenticatie.", + "integrations.webhook_ideal_text": "Dit is ideaal voor CI/CD pipelines, automatiseringsscripts, scannerintegraties of elk systeem dat documenten genereert en deze moet verzenden voor verwerking.", + "integrations.webhook_quick_start": "Snelle Start", + "integrations.webhook_security_tip": "Maak een speciaal API-token voor elke integratie en reviseer deze onmiddellijk als deze gecompromitteerd is. Tokens kunnen worden beheerd op de API Tokens-pagina.", + "integrations.webhook_step1": "Ga naar {api_tokens_link} en maak een persoonlijk token aan.", + "integrations.webhook_upload_with_token": "Gebruik het token om documenten via de API te uploaden:", + "language.bg": "Bulgaars", + "language.ca": "Catalaans", + "language.change_success": "Taal veranderd naar {language}", + "language.changed": "Taal veranderd naar {language}", + "language.cs": "Tsjechisch", + "language.da": "Deens", + "language.de": "Duits", + "language.el": "Grieks", + "language.en": "Engels", + "language.es": "Spaans", + "language.et": "Estisch", + "language.fi": "Fins", + "language.fr": "Frans", + "language.ga": "Iers", + "language.hr": "Kroatisch", + "language.hu": "Hongaars", + "language.is": "IJslands", + "language.it": "Italiaans", "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", + "language.lt": "Litouws", + "language.lv": "Letters", + "language.nb": "Noors", "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", - "language.selector": "Language", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", - "language.zh": "中文", - "nav.about": "About", - "nav.admin": "Admin", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "Admin actions", - "nav.admin_menu": "Admin menu", - "nav.api_docs": "API Docs", - "nav.api_tokens": "API Tokens", - "nav.backup_restore": "Backup & Restore", - "nav.credentials": "Credentials", - "nav.dark_mode": "Dark Mode", + "language.no_results": "Geen talen gevonden", + "language.pl": "Pools", + "language.pt": "Portugees", + "language.ro": "Roemeens", + "language.ru": "Russisch", + "language.search_placeholder": "Zoek talen\u001e", + "language.selector": "Taal", + "language.selector_label": "Selecteer taal", + "language.sk": "Slowaaks", + "language.sl": "Sloveens", + "language.sv": "Zweeds", + "language.tr": "Turks", + "language.uk": "Oekraïens", + "language.zh": "Chinees", + "nav.about": "Over", + "nav.account_menu": "Accountmenu", + "nav.account_menu_for": "Accountmenu voor {name}", + "nav.admin": "Beheerder", + "nav.admin.audit_logs": "Auditlogs", + "nav.admin.backups": "Back-ups", + "nav.admin.plans": "Plannen", + "nav.admin.scheduled_jobs": "Geplande taken", + "nav.admin.users": "Gebruikers", + "nav.admin_actions": "Beheerder acties", + "nav.admin_menu": "Beheerder menu", + "nav.api_docs": "API-documentatie", + "nav.api_tokens": "API-tokens", + "nav.backup_restore": "Back-up & Herstel", + "nav.credentials": "Inloggegevens", + "nav.dark_mode": "Donkere modus", "nav.dashboard": "Dashboard", - "nav.developer_docs": "Developer Docs", - "nav.duplicates": "Duplicates", - "nav.file_manager": "File Manager", - "nav.files": "Files", + "nav.developer_docs": "Ontwikkelaar documentatie", + "nav.duplicates": "Duplicaten", + "nav.file_manager": "Bestandsbeheer", + "nav.files": "Bestanden", + "nav.get_started": "Aan de slag", "nav.help": "Help", - "nav.help_center": "Help Center", - "nav.imap": "Email Import", - "nav.integrations": "Integrations", - "nav.light_mode": "Light Mode", - "nav.login": "Log In", - "nav.logout": "Log Out", - "nav.main_navigation": "Main navigation", - "nav.notifications": "Notifications", - "nav.open_main_menu": "Open main menu", - "nav.pipelines": "Pipelines", - "nav.plan_designer": "Plan Designer", - "nav.pricing": "Pricing", - "nav.profile": "Profile", - "nav.queue": "Queue", - "nav.queue_monitor": "Queue Monitor", - "nav.scheduled_jobs": "Scheduled Jobs", - "nav.search": "Search", - "nav.settings": "Settings", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "Similarity", - "nav.skip_to_content": "Skip to main content", + "nav.help_center": "Helpcentrum", + "nav.imap": "E-mail importeren", + "nav.integrations": "Integraties", + "nav.light_mode": "Lichte modus", + "nav.login": "Inloggen", + "nav.logout": "Uitloggen", + "nav.main_navigation": "Hoofdnavigatie", + "nav.my_subscription": "Mijn abonnement", + "nav.notifications": "Meldingen", + "nav.open_main_menu": "Hoofdmenu openen", + "nav.pipelines": "Pijplijnen", + "nav.plan_designer": "Planningontwerper", + "nav.pricing": "Prijzen", + "nav.profile": "Profiel", + "nav.profile_settings": "Profielinstellingen", + "nav.queue": "Wachtrij", + "nav.queue_monitor": "Wachtrijmonitor", + "nav.scheduled_jobs": "Geplande taken", + "nav.search": "Zoeken", + "nav.settings": "Instellingen", + "nav.shared_links": "Gedeelde links", + "nav.sign_out": "Afmelden", + "nav.signup": "Aanmelden", + "nav.similarity": "Gelijkenis", + "nav.skip_to_content": "Overslaan naar hoofdinhoud", "nav.status": "Status", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "Toggle dark mode", - "nav.toggle_nav": "Toggle navigation menu", - "nav.upload": "Upload", - "nav.users": "Users", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "Mark All as Read", - "notifications.mark_all_read_btn": "Mark all read", - "notifications.mark_read": "Mark as Read", - "notifications.no_notifications": "No notifications", - "notifications.page_title": "Notifications", + "nav.subscription": "Abonnement", + "nav.toggle_dark_mode": "Donkere modus in-/uitschakelen", + "nav.toggle_nav": "Navigatiemenu in-/uitschakelen", + "nav.upload": "Uploaden", + "nav.users": "Gebruikers", + "nav.version": "Versie-informatie", + "notifications.filter_all": "Alle", + "notifications.filter_read": "Alleen gelezen", + "notifications.filter_unread": "Alleen ongelezen", + "notifications.manage_desc": "Beheer je meldingeninbox, doelgroepen en evenementvoorkeuren", + "notifications.mark_all_read": "Markeer alles als gelezen", + "notifications.mark_all_read_btn": "Markeer alles als gelezen", + "notifications.mark_read": "Markeer als gelezen", + "notifications.no_notifications": "Geen meldingen", + "notifications.page_title": "Meldingen", "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", - "notifications.title": "Notifications", - "notifications.unread_count": "{count} unread notifications", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "Create Pipeline", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "Edit Pipeline", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "Processing Pipelines", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", + "notifications.tab_settings": "Instellingen", + "notifications.title": "Kennisgevingen", + "notifications.unread_count": "{count} ongelezen kennisgevingen", + "pipelines.active_label": "Actief", + "pipelines.add_step_btn": "Stap toevoegen", + "pipelines.create": "Pipeline aanmaken", + "pipelines.custom_label_label": "Aangepaste label", + "pipelines.default_label": "Standaard", + "pipelines.description_label": "Beschrijving", + "pipelines.description_placeholder": "Optionele beschrijving", + "pipelines.disabled_label": "Uitgeschakeld", + "pipelines.edit": "Pipeline bewerken", + "pipelines.empty_state": "Nog geen pipelines", + "pipelines.empty_state_hint": "Maak je eerste pipeline om aangepaste documentverwerkingsworkflows te definiëren.", + "pipelines.enabled_label": "Ingeschakeld", + "pipelines.force_cloud_ocr_label": "Dwang cloud OCR (lokale tekstExtractie overslaan)", + "pipelines.inactive_label": "Inactief", + "pipelines.loading": "Pipelines laden\u001e", + "pipelines.name_placeholder": "Mijn pipeline", + "pipelines.new_pipeline_btn": "Nieuwe Pipeline", + "pipelines.no_steps": "Geen stappen gedefinieerd. Voeg een stap toe om je pipeline te bouwen.", + "pipelines.ocr_auto": "Auto (systeem standaard gebruiken)", + "pipelines.ocr_language_hint": "Overschrijft de globale taalinstelling voor Tesseract/EasyOCR. Azure en Mistral detecteren automatisch de taal.", + "pipelines.ocr_language_label": "OCR Taal", + "pipelines.optional_suffix": "(optioneel)", + "pipelines.page_title": "Verwerkingspipelines", + "pipelines.set_default": "Instellen als mijn standaard pipeline", + "pipelines.step_label_placeholder": "Overschrijf de standaard stapnaam", + "pipelines.step_type_label": "Stap Type", + "pipelines.subtitle_intro": "Definieer en beheer aangepaste documentverwerkingsworkflows.", + "pipelines.subtitle_system_post": "badge en zijn zichtbaar voor alle gebruikers.", + "pipelines.subtitle_system_pre": "Systeem pipelines (gemaakt door beheerders) worden weergegeven met een", + "pipelines.system_label": "Systeem", + "pipelines.system_pipeline_label": "Systeem pipeline (zichtbaar voor alle gebruikers)", + "pipelines.title": "Verwerkingspipelines", + "profile.avatar_alt": "Je profielfoto", + "profile.avatar_heading": "Profielfoto", + "profile.avatar_remove": "Verwijder aangepaste avatar", + "profile.avatar_upload_hint": "Upload een JPEG-, PNG-, GIF- of WebP-afbeelding tot 2 MB. Als er geen aangepaste afbeelding is ingesteld, wordt je {gravatar} weergegeven.", + "profile.choose_image": "Kies afbeelding\u0006...", + "profile.confirm_password": "Bevestig nieuw wachtwoord", + "profile.contact_email_hint": "Gebruikt voor systeemmeldingen. Dit verandert je inlog-e-mailadres niet.", + "profile.contact_email_label": "Contact- / notificatie-e-mail", + "profile.contact_email_placeholder": "je@example.com", + "profile.current_password": "Huidig wachtwoord", + "profile.dismiss": "Afwijzen", + "profile.display_name_hint": "Laat leeg om je gebruikersnaam of e-mailadres te gebruiken.", + "profile.display_name_label": "Weergavenaam", + "profile.display_name_placeholder": "Je naam zoals weergegeven in de UI", + "profile.general_heading": "Algemene informatie", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Profielinstellingen", + "profile.language_auto_detect": "Automatisch detecteren (van browser)", + "profile.language_hint": "Kies je voorkeurstaal voor de interface. \"Automatisch detecteren\" volgt je browserinstellingen.", + "profile.language_label": "UI-taal", + "profile.new_password": "Nieuw wachtwoord", + "profile.new_password_hint": "Minimaal 8 tekens.", + "profile.page_title": "Profielinstellingen – DocuElevate", + "profile.password_heading": "Wachtwoord wijzigen", + "profile.preferences_heading": "Voorkeuren", + "profile.save_button": "Wijzigingen opslaan", + "profile.saving": "Opslaan\u0006...", + "profile.subtitle": "Beheer je weergavenaam, avatar, taal en thema-instellingen.", + "profile.theme_dark": "Donker", + "profile.theme_hint": "\"Systeemstandaard\" volgt de donkere modus-instelling van je apparaat.", + "profile.theme_label": "Kleurenschema", + "profile.theme_light": "Licht", + "profile.theme_system": "Systeemstandaard", + "profile.update_password": "Wachtwoord bijwerken", + "profile.updating": "Bijwerken\u001b", + "queue.active_tasks": "Actieve Taken", + "queue.auto_refresh_1": "Automatisch verversen elke", + "queue.auto_refresh_2": "seconden", + "queue.col_arguments": "Argumenten", + "queue.col_current_step": "Huidige Stap", + "queue.col_file": "Bestand", + "queue.col_files": "Bestanden", + "queue.col_queue": "Wachtrij", + "queue.col_state": "Toestand", + "queue.col_task": "Taak", + "queue.col_task_id": "Taak-ID", + "queue.files_processing": "Bestanden aan het verwerken", + "queue.heading": "Wachtrijmonitor", + "queue.last_updated": "Laatst bijgewerkt:", + "queue.loading_stats": "Wachtrijstastieken laden\u00116", + "queue.no_active_tasks": "Geen actieve taken", + "queue.no_data": "Geen gegevens", + "queue.no_files_processing": "Geen bestanden momenteel aan het verwerken", + "queue.page_title": "Wachtrijmonitor", + "queue.processing_pipeline": "Verwerkingspipeline", + "queue.queued_tasks": "In de wachtrij geplaatste taken", + "queue.recently_processing": "Onlangs verwerkte bestanden", + "queue.redis_queues": "Redis-wachtrijen", + "queue.subtitle": "Realtime weergave van de documentverwerkingspipeline en Celery-taakwachtrijen.", + "queue.workers_online": "Werknemers Online", + "search.button": "Zoeken", + "search.error_message": "Zoeken is tijdelijk niet beschikbaar. Probeer het over een moment opnieuw.", + "search.filter_aria_clear": "Alle filters wissen", + "search.filter_clear_button": "Filters wissen", + "search.filter_date_from": "Datum Van", + "search.filter_date_to": "Datum Tot", + "search.filter_document_type": "Documenttype", + "search.filter_document_type_placeholder": "bv. Factuur", + "search.filter_language": "Taal", + "search.filter_language_placeholder": "bv. de", + "search.filter_sender": "Afzender", + "search.filter_sender_placeholder": "bv. ACME Corp", "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", - "search.no_results": "No results found", - "search.page_title": "Search Documents", - "search.placeholder": "Search by filename, content, tags...", - "search.result_empty": "No documents found matching your query.", - "search.results_count": "{count} results found", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", - "search.title": "Search Documents", + "search.filter_tags_placeholder": "bv. amazon", + "search.filter_text_quality": "Tekstkwaliteit", + "search.filter_text_quality_all": "Alle", + "search.filter_text_quality_high": "Hoog", + "search.filter_text_quality_low": "Laag", + "search.filter_text_quality_medium": "Gemiddeld", + "search.filter_text_quality_no_text": "Geen tekst", + "search.heading": "Document zoeken", + "search.input_aria_label": "Zoek documenten", + "search.input_placeholder": "Zoek documenten op inhoud, afzender, tags, type...", + "search.loading_indicator": "Zoeken\u000206", + "search.no_results": "Geen resultaten gevonden", + "search.page_title": "Documenten Zoeken", + "search.placeholder": "Zoek op bestandsnaam, inhoud, tags...", + "search.result_empty": "Geen documenten gevonden die overeenkomen met uw zoekopdracht.", + "search.results_count": "{count} resultaten gevonden", + "search.saved_aria_save": "Opslaan huidige zoekopdracht", + "search.saved_button": "Huidige Opslaan", + "search.saved_empty": "Geen opgeslagen zoekopdrachten nog", + "search.saved_error": "Kon opgeslagen zoekopdrachten niet laden", + "search.saved_label": "Opgeslagen Zoekopdrachten", + "search.saved_loading": "Laden...", + "search.title": "Documenten Zoeken", "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", + "settings.autocomplete_hint": "Typ om bekende waarden te zoeken, of voer een aangepaste waarde in.", + "settings.autocomplete_no_matches": "Geen overeenkomsten \u000206 je kunt nog steeds een aangepaste waarde typen", + "settings.autocomplete_placeholder": "Typ om te zoeken of voer een waarde in\u000206", + "settings.boolean_enable_prefix": "Inschakelen", + "settings.categories_aria": "Instellingen categorie\u0000s", + "settings.categories_heading": "Categorie\u0000s", "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "Are you sure you want to reset this setting?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "Failed to save setting", - "settings.save_setting_title": "Save this setting", - "settings.save_success": "Setting saved successfully", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", + "settings.effective_value_label": "Effectieve waarde:", + "settings.encrypted_suffix": "= versleuteld in rust", + "settings.encrypted_title": "Waarde is versleuteld in rust in database", + "settings.export_btn": "Exporteren", + "settings.export_db_only": "Alleen DB-instellingen", + "settings.export_full_config": "Volledige effectieve configuratie", + "settings.jump_to_category": "Ga naar categorie\u000206", + "settings.manage_config_prefix": "Beheer configuratie. Prioriteit:", + "settings.model_picker_hint": "Kies uit de lijst of typ een modelnaam die door uw provider wordt ondersteund.", + "settings.model_picker_placeholder": "Selecteer een veelvoorkomend model of typ een aangepaste naam\u000206", + "settings.no_results_clear": "zoekopdracht wissen", + "settings.no_results_heading": "Geen instellingen gevonden", + "settings.no_results_hint": "Probeer een andere zoekterm of", + "settings.page_heading": "Toepassingsinstellingen", + "settings.required_label": "(vereist)", + "settings.reset_confirm": "Weet u zeker dat u deze instelling wilt resetten?", + "settings.restart_required_suffix": "= herstart vereist", + "settings.revert_btn": "Verwijderen uit DB", + "settings.revert_title": "DB-overschrijving verwijderen en terugkeren naar omgevingsvariabele of standaardwaarde", + "settings.reverting": "Terug aan het zetten\u00130", + "settings.save_all_btn": "Opslaan van alle wijzigingen", + "settings.save_error": "Instelling kon niet worden opgeslagen", + "settings.save_setting_title": "Deze instelling opslaan", + "settings.save_success": "Instelling succesvol opgeslagen", + "settings.saving_state": "Aan het opslaan\u00130", + "settings.search_aria_label": "Zoek instellingen", + "settings.search_clear_aria": "Zoekopdracht wissen", + "settings.search_placeholder": "Zoek instellingen op naam, sleutel of beschrijving\u00130", + "settings.settings_count_suffix": "instellingen", "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", - "settings.title": "Settings", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", + "settings.source_default_badge": "STANDAARD", + "settings.source_env_badge": "OMGEVING", + "settings.title": "Instellingen", + "settings.toggle_visibility_aria": "Schakel zichtbaarheid wachtwoord in/uit", + "settings.toggle_visibility_title": "Toon/verberg waarde", + "settings.user_autocomplete_empty": "Geen overeenkomende gebruikers gevonden", + "settings.user_autocomplete_hint": "Typ om bestaande gebruikers op naam te zoeken, of voer een identificatie handmatig in.", + "settings.user_autocomplete_placeholder": "Begin met typen om gebruikers te zoeken\u00130", "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", + "shared.col_expiry": "Vervaldatum", + "shared.col_file_label": "Bestand / Label", "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", + "shared.col_views": "Weergaven", + "shared.copy_link_aria": "Kopieer link naar klembord", + "shared.copy_link_title": "Kopieer link", + "shared.create_btn": "Link Aanmaken", + "shared.create_heading": "Nieuwe Gedeelde Link Aanmaken", + "shared.creating": "Aanmaken\u00130", + "shared.expiry_12h": "12 uur", + "shared.expiry_14d": "14 dagen", + "shared.expiry_1h": "1 uur", + "shared.expiry_24h": "24 uur (1 dag)", + "shared.expiry_30d": "30 dagen", + "shared.expiry_3d": "3 dagen", + "shared.expiry_6h": "6 uur", + "shared.expiry_7d": "7 dagen", + "shared.expiry_label": "Vervaldatum", + "shared.expiry_never": "Nooit", + "shared.file_id_help_post": "pagina of in de documentdetail-URL.", + "shared.file_id_help_pre": "Vind de bestand-ID op de", + "shared.file_id_label": "Bestand-ID", + "shared.file_id_placeholder": "bijv. 42", + "shared.files_link": "Bestanden", + "shared.heading": "Gedeelde Links", "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", + "shared.label_placeholder": "bijv. Gedeeld met Bob", + "shared.link_created": "Gedeelde link aangemaakt!", + "shared.link_created_help": "Kopieer en stuur deze link naar de ontvanger.", + "shared.links_count_aria": "aantal links", "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "Drag & drop files here or click to browse", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", - "upload.error": "Upload failed", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", - "upload.filename_placeholder": "my-document.pdf", - "upload.max_size": "Maximum file size: {size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", - "upload.select_file": "Select File", - "upload.success": "File uploaded successfully", - "upload.title": "Upload Document", - "upload.uploading": "Uploading...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "shared.no_links": "Nog geen gedeelde links. Maak er hierboven één om te beginnen.", + "shared.open_in_new_tab": "Open in nieuw tabblad", + "shared.open_link_aria": "Open gedeelde link", + "shared.optional": "(optioneel)", + "shared.page_title": "Gedeelde Links – DocuElevate", + "shared.password_label": "Wachtwoord", + "shared.password_placeholder": "Laat leeg voor geen wachtwoord", + "shared.password_protected": "Wachtwoord beschermd", + "shared.refresh_aria": "Vernieuw de lijst met gedeelde links", + "shared.revoke_aria_prefix": "Herroep gedeelde link voor", + "shared.revoke_btn": "Herroepen", + "shared.status_active": "Actief", + "shared.status_expired": "Verlopen", + "shared.status_limit_reached": "Limiet bereikt", + "shared.status_revoked": "Herroepen", + "shared.subtitle": "Deel documenten met iedereen via een tijdslimiet of weergavelimiet link. Ontvangers hebben geen DocuElevate-account nodig. Links kunnen met een wachtwoord worden beschermd en op elk moment worden herroepen.", + "shared.table_aria": "Gedeelde links", + "shared.unlimited_placeholder": "Oneindig", + "shared.your_links": "Jouw Gedeelde Links", + "similarity.backfill_auto": "De achtergrondtaak zal ze automatisch elke 5 minuten berekenen, of je kunt", + "similarity.files_missing_text": "bestand(en) hebben OCR-tekst maar nog geen embedding.", + "similarity.find_pairs_btn": "Vind Pairs", + "similarity.heading": "Document Similariteit", + "similarity.load_error": "Laden van paren mislukt.", + "similarity.min_similarity_label": "Min. gelijkaardigheid", + "similarity.no_pairs_detail": "Geen documentparren overschrijden de gelijkaardigheiddrempel.", + "similarity.no_pairs_heading": "Geen gelijkaardige paren gevonden", + "similarity.page_title": "Documentgelijkheid - DocuElevate", + "similarity.pagination_aria": "Pagination van gelijkheidspaar", + "similarity.per_page_label": "Per pagina", + "similarity.scanning": "Scannen naar vergelijkbare documentenparen\u000026#x2026;", + "similarity.stat_embedding_model": "Inbeddingsmodel", + "similarity.stat_missing_embedding": "Ontbrekende inbedding", + "similarity.stat_total_files": "Totaal aantal bestanden", + "similarity.stat_with_embedding": "Met inbedding", + "similarity.subtitle": "Paren van documenten met hoge semantische gelijkheid, gerangschikt op score.", + "similarity.trigger_aria": "Trigger de inbeddingberekening voor alle bestanden zonder inbeddingen", + "similarity.trigger_now": "trigger het nu", + "status.app_version": "App-versie", + "status.build_date": "Bouwdatum", + "status.container_id": "Container-ID", + "status.git_commit": "Git-commit", + "status.last_check": "Laatste controle", + "status.page_title": "Systeemstatus", + "status.setting_label": "Instelling", + "status.value_label": "Waarde", + "subscription.available_plans_heading": "Beschikbare Plannen", + "subscription.back_to_dashboard": "Terug naar Dashboard", + "subscription.cancel_pending": "Annuleer wijziging", + "subscription.cancel_scheduled": "Annuleer geplande wijziging", + "subscription.contact_sales": "Neem contact op met Verkoop", + "subscription.current_badge": "Huidig", + "subscription.current_plan": "Huidig Plan", + "subscription.current_plan_cta": "Uw huidige plan", + "subscription.downgrade_to_prefix": "Terugschalen naar", + "subscription.features_heading": "Wat is inbegrepen in uw plan", + "subscription.free": "Gratis", + "subscription.heading": "Mijn Abonnement", + "subscription.keep_plan_prefix": "Houd", + "subscription.lifetime_files": "Totaal bestanden (levenslang)", + "subscription.month_files": "Bestanden deze maand", + "subscription.more_features_label": "meer", + "subscription.page_title": "Mijn Abonnement \u001b DocuElevate", + "subscription.pending_badge": "Hangend", + "subscription.pending_benefits": "U behoudt alle voordelen van het huidige plan tot dan.", + "subscription.pending_on": "op", + "subscription.pending_title": "Hangende wijziging van het plan gepland", + "subscription.pending_will_change": "Uw plan verandert naar", + "subscription.per_mo": "/maand", + "subscription.per_month": "/maand", + "subscription.since": "Sinds", + "subscription.single_user_body": "Abonnementsniveaus zijn van toepassing wanneer de multi-user modus actief is. Uw instantie draait momenteel in de single-user modus zonder verwerkingslimieten. Een beheerder kan de multi-user modus inschakelen via {settings_link}.", + "subscription.single_user_title": "Multi-user modus is niet ingeschakeld.", + "subscription.subtitle": "Uw huidige plan, gebruik en beschikbare upgrades.", + "subscription.this_month_label": "deze maand", + "subscription.today_files": "Bestanden vandaag", + "subscription.today_label": "vandaag", + "subscription.unlimited": "Onbeperkt", + "subscription.upgrade_info": "Upgrades zijn onmiddellijk van kracht. Terugschalingen zijn gepland voor het einde van uw huidige factureringsperiode.", + "subscription.upgrade_to_prefix": "Upgrade naar", + "subscription.usage_heading": "Gebruik", + "upload.browse_button": "Blader door bestanden", + "upload.button_processing": "Bezig met verwerken...", + "upload.camera_button": "Neem foto / Scan document", + "upload.download_button": "Downloaden en verwerken", + "upload.downloading": "Bestand van URL aan het downloaden...", + "upload.drag_drop": "Sleep en zet bestanden hier neer of klik om te bladeren", + "upload.drop_hint_desktop": "Sleep en zet bestanden of mappen hier neer, of klik om bestanden te selecteren.", + "upload.drop_hint_mobile": "Tik om bestanden te selecteren of gebruik de camera-knop hieronder.", + "upload.drop_zone_aria": "Bestand uploadgebied. Sleep en zet bestanden hier neer, of druk op Enter om bestanden te bladeren.", + "upload.error": "Upload mislukt", + "upload.error_invalid_url": "Ongeldig URL-formaat", + "upload.error_url_required": "Voer een URL in", + "upload.file_size_hint": "Maximale grootte: 500 MB per bestand", + "upload.file_types": "Toegestane types: PDF, Office-documenten (Word, Excel, PowerPoint, enz.), Afbeeldingen", + "upload.filename_description": "Laat leeg om bestandsnaam van URL te gebruiken", + "upload.filename_label": "Bestandsnaam (optioneel)", + "upload.filename_placeholder": "mijn-document.pdf", + "upload.max_size": "Maximale bestandsgrootte: {size}", + "upload.page_title": "Bestanden uploaden", + "upload.section_device": "Uploaden vanaf apparaat", + "upload.section_url": "Uploaden vanaf URL", + "upload.select_file": "Selecteer Bestand", + "upload.success": "Bestand succesvol geüpload", + "upload.title": "Document Uploaden", + "upload.uploading": "Bezig met uploaden...", + "upload.url_description": "Voer een directe link naar een bestand in (PDF, Office-documenten of afbeeldingen)", + "upload.url_label": "Bestand URL", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/yo.json b/frontend/translations/yo.json new file mode 100644 index 00000000..1fdc52a5 --- /dev/null +++ b/frontend/translations/yo.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "Pade Ẹlẹda", + "about.creator_name": "Christian Krakau-Louis", + "about.creator_pre": "DocuElevate ni a ṣe pẹlu ifamọra nipasẹ", + "about.features_admin_api": "API REST to lagbara fun iraye si eto", + "about.features_admin_config": "Yiyan to gaju nipasẹ awọn oniyipada ayika", + "about.features_admin_docker": "Docker-tí-ara fun irorun ìtúmọ̀ àti ṣíṣe", + "about.features_admin_heading": "Iṣakoso", + "about.features_admin_oauth2": "Atilẹyin ìmúdájú OAuth2 pẹlu Authentik", + "about.features_automation_background": "Ilana iabẹwo pẹlu Redis ati Celery", + "about.features_automation_gmail": "Iṣopọ Gmail ati iroyin ìmèlè gbogbogbo", + "about.features_automation_heading": "Iṣakoso àtúnṣe", + "about.features_automation_imap": "Polling ifiranṣẹ IMAP lati ọpọlọpọ orisun", + "about.features_automation_ingestion": "Igba gbigbe iwe aṣẹ laifọwọyi lati awọn orisun oriṣiriṣi", + "about.features_heading": "Awọn ẹya pataki", + "about.features_integration_cloud": "Ibi ipamọ awọsanma: Dropbox, Google Drive, OneDrive, Amazon S3", + "about.features_integration_heading": "Iṣọpọ & Ibi ipamọ", + "about.features_integration_multi_dest": "Atilẹyin ibi-afẹde pupọ (tọju awọn iwe aṣẹ ni ọpọlọpọ awọn ipo)", + "about.features_integration_protocols": "Awọn ilana gbigbe: FTP, SFTP, Itẹsiwaju Imeeli", + "about.features_integration_selfhosted": "Awọn aṣayan ti a fi jẹ́ni: Nextcloud, Paperless NGX, WebDAV", + "about.features_processing_classification": "Ifawewewewewewewe ti awọn iwe aṣẹ ati itọka ọjọ", + "about.features_processing_heading": "Ìṣàkóso Ìwé", + "about.features_processing_metadata": "Ikọwe metadata laifọwọyi nipa lilo olupese AI ti a le fi kun", + "about.features_processing_ocr": "OCR ti a ti ni agbara nipasẹ Azure Document Intelligence", + "about.features_processing_pdf": "Iyipada PDF fun awọn ọna kika faili oriṣiriṣi nipasẹ Gotenberg", + "about.features_processing_upload": "Ipo ti o rọrun ati aabo fun awọn ikojọpọ faili pẹlu atilẹyin yiya & ju", + "about.github_logo_alt": "Aami GitHub", + "about.heading": "Nipa DocuElevate", + "about.intro_post": " \u0013 iṣeduro rẹ ti o moderno ati oye fun iṣakoso iwe! A ti kọ DocuElevate lati paarọ gbogbo ọna ti o ṣe abojuto awọn iwe aṣẹ rẹ \u0013 lati ikojọpọ si ikọle, lati iṣakoso si ibi ipamọ.", + "about.intro_pre": "Kaabo si ", + "about.involved_description": "Ṣe o fẹ lati ṣẹlẹ si koodu, fi awọn imọran si, tabi kọ ẹkọ diẹ sii nipa DocuElevate?", + "about.involved_docs": "Ka Documentaion", + "about.involved_github": "Wo DocuElevate lori GitHub", + "about.involved_heading": "Gba Ẹgbẹ", + "about.involved_website": "B visited DocuElevate Website", + "about.legal_description": "A nṣe pataki si ìpamọ rẹ ati aabo data. Jọwọ ṣe ayẹwo:", + "about.legal_heading": "Ìpamọ & Ofin", + "about.legal_license": "Alaye iwe-aṣẹ", + "about.legal_privacy": "Ìkìlọ ìpamọ", + "about.page_title": "Nipa DocuElevate", + "about.story_heading": "Àkọkọ wa", + "about.story_p1": "DocuElevate ni a ṣẹda pẹlu ibi-afẹde kan ni lokan: lati ṣe irọrun ati ṣakoso iṣakoso iwe fun gbogbo eniyan, boya o jẹ ibẹrẹ kekere tabi ile-iṣẹ nla.", + "about.story_p2": "A nlo agbara ti awọn olupese AI ti a le plugged (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, ati diẹ sii) fun iyapa metadata ati imudara imọ, ṣe iwọntunwọnsi pẹlu Dropbox, Nextcloud, ati Paperless NGX fun ipamọ ati ifọwọsowọpọ, lo Azure Document Intelligence fun OCR, ati paapaa lo Gotenberg fun iyipada faili si PDF.", + "api_tokens.col_created": "Ti ṣẹda", + "api_tokens.col_last_ip": "IP Ikẹhin", + "api_tokens.col_last_used": "Ti lo Kẹhin", + "api_tokens.col_name": "Orukọ", + "api_tokens.col_prefix": "Token Prefix", + "api_tokens.copy_to_clipboard": "Da token si àkọsílẹ", + "api_tokens.copy_upload_example": "Da apẹẹrẹ ikojọpọ si àkọsílẹ", + "api_tokens.copy_warning_1": "Da token yii lọwọlọwọ — yoo", + "api_tokens.copy_warning_2": "ko ni han lẹẹkansi", + "api_tokens.create_heading": "Ṣẹda Token Tuntun", + "api_tokens.create_token": "Ṣẹda Token", + "api_tokens.creating": "N ṣẹda…", + "api_tokens.heading": "API Tokens", + "api_tokens.intro": "Ṣẹda awọn token API ti ara ẹni lati ṣiṣẹ pẹlu API DocuElevate ni ọna eto. Lo awọn token fun awọn ikojọpọ webhook, awọn paipu CI/CD, tabi eyikeyi iwe afọwọkọ ti o nilo lati ikojọpọ tabi gba awọn iwe.", + "api_tokens.loading_tokens": "N n gbe awọn token…", + "api_tokens.never": "Ko si ri", + "api_tokens.no_tokens_heading": "Ko si awọn token API sibẹsibẹ", + "api_tokens.no_tokens_help": "Ṣẹda token akọkọ rẹ loke lati bẹrẹ.", + "api_tokens.page_title": "API Tokens – DocuElevate", + "api_tokens.revoke": "Yọ", + "api_tokens.revoke_prefix": "Yọ token", + "api_tokens.status_active": "Nṣiṣẹ", + "api_tokens.status_revoked": "Yọ kuro", + "api_tokens.table_aria": "API Tokens", + "api_tokens.token_created": "Token ti ṣẹda ni aṣeyọri!", + "api_tokens.token_name_label": "Orukọ token", + "api_tokens.token_name_placeholder": "eg. CI Pipeline, Webhook Upload, My Script", + "api_tokens.usage_heading": "Apẹẹrẹ Išẹ", + "api_tokens.usage_intro_post": "inni pẹlu eyikeyi ìbéèrè API:", + "api_tokens.usage_intro_pre": "Lo token API rẹ ni", + "api_tokens.your_tokens": "Awọn Token Rẹ", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "Orisun", + "audit.col_timestamp": "Aago", + "audit.critical": "Pataki", + "audit.filter_action": "Iṣe", + "audit.filter_all_actions": "Gbogbo awọn iṣe", + "audit.filter_all_users": "Gbogbo awọn olumulo", + "audit.filter_resource_placeholder": "àpẹẹrẹ. iwe, olumulo", + "audit.filter_resource_type": "Iru Ohun elo", + "audit.filter_severity": "Ibanujẹ", + "audit.filter_user": "Olumulo", + "audit.filters_section_label": "Awọn iwe afọwọkọ iṣaudit", + "audit.next": "Tesiwaju", + "audit.next_label": "Ibi-ipamọ ti nbọ", + "audit.no_events": "Ko si awọn iṣẹlẹ iṣaudit ti a kọ silẹ sibẹsibẹ.", + "audit.no_events_hint": "Awọn iṣe pataki (wọle, awọn iṣẹ iwe, awọn ayipada eto) yoo han nibi.", + "audit.page_title": "Awọn iwe afọwọkọ Iṣaudit - DocuElevate", + "audit.pagination_label": "Ibi-ipamọ iṣaudit", + "audit.prev": "Tẹlẹ", + "audit.prev_label": "Ibi-ipamọ iṣaaju", + "audit.refresh_label": "Tunṣe awọn iwe iṣaudit", + "audit.siem_disabled_title": "Ikọkọ SIEM ti wa ni aabo", + "audit.siem_enabled_title": "Awọn iṣẹlẹ n ti wa ni gbigbe si ", + "audit.siem_off": "SIEM: Pipa", + "audit.subtitle": "Iwe afọwọkọ kika-kikopa ti gbogbo awọn iṣe pataki.", + "audit.table_label": "Awọn iṣẹlẹ iṣaudit", + "audit.title": "Awọn iwe Iṣaudit", + "auth.confirm_password": "Mú Ìsọ́kòwé", + "auth.create_account": "Ṣẹda akọọlẹ", + "auth.display_name_label": "Orukọ Ifihan", + "auth.email_label": "Imeeli", + "auth.forgot_password": "Ṣe igbasilẹ Ìsọ́kòwé?", + "auth.forgot_username": "Ṣe igbasilẹ orukọ olumulo?", + "auth.login": "Wọle", + "auth.login_title": "Wọle", + "auth.logo_alt": "Ami DocuElevate", + "auth.logout": "Bọ lọwọ", + "auth.my_account": "Akọọlẹ Mi", + "auth.no_account": "Ṣe ko ni akọọlẹ?", + "auth.or_continue_with": "Tabi tẹsiwaju pẹlu", + "auth.password_label": "Ìsọ́kòwé", + "auth.profile": "Profaili", + "auth.remember_me": "Ranti mi", + "auth.return_home": "Pada si ile", + "auth.sign_in": "Forukọsilẹ", + "auth.sign_in_sso": "Forukọsilẹ pẹlu SSO", + "auth.sign_in_with": "Bá a ṣe wàpọ̀ pẹ̀lú", + "auth.sign_in_with_username": "Bá a ṣe wàpọ̀ pẹ̀lú orúkọ olumulo", + "auth.signup": "Forúkọsí", + "auth.signup_title": "Forúkọsí", + "auth.username_label": "Orúkọ olumulo", + "auth.username_or_email": "Orúkọ olumulo tàbí Imeeli", + "auth.verify_email_back_sign_in": "Padà sí wàpọ̀", + "auth.verify_email_expiry": "Ìjápọ̀ yìí ń parí lẹ́yìn wákàtí 24. Tí o kò bá rí imeeli náà, ṣàyẹ̀wò àpò irinṣẹ́ rẹ.", + "auth.verify_email_heading": "Ṣàyẹ̀wò àpò rẹ", + "auth.verify_email_message": "A ti ránṣẹ́ sí ọ imeeli ìfáyè gbà. Jọ̀wọ́ tẹ ìjápọ̀ inú imeeli náà láti mú akọọ́lẹ̀ rẹ ṣiṣẹ́.", + "auth.verify_email_page_title": "DocuElevate - Jẹ́rè Imeeli Rẹ", + "auth.verify_email_resend_aria_label": "Adirẹsi imeeli fún tún rán", + "auth.verify_email_resend_button": "Tún rán imeeli ìfáyè gbà", + "auth.verify_email_resend_label": "Adirẹsi imeeli", + "auth.verify_email_resend_placeholder": "Tẹ adirẹsi imeeli rẹ", + "auth.verify_email_resend_prompt": "Ṣé o kò rí i?", + "backup.archives_heading": "Àkọ́kọ́ Ẹ̀yà Fún Ìrìnàjò", + "backup.backup_now": "Tọju Bayii", + "backup.clean_up": "Sísọ̀tọ́", + "backup.cleanup_title": "Ṣe ìtẹ́sí ìmúdàgba bayii", + "backup.col_created": "Ṣẹ́dá", + "backup.col_filename": "Orúkọ fáìlì", + "backup.col_size": "Ìwọn", + "backup.col_storage": "Ìkọ̀kọ", + "backup.col_type": "Iru", + "backup.config_auto_backup": "Akọ́tọ́ aifọwọ́kan", + "backup.config_remote_dest": "Ibi àfojúsùn jìnnà", + "backup.config_retention": "Ìtọ́jú", + "backup.config_total_size": "Ìwọn apapọ ti ilẹ̀kùn", + "backup.confirm_btn": "Mú kí o dájú", + "backup.confirm_title": "Mú kí o dájú pé iṣẹ́", + "backup.heading": "Ìṣàkóso Tọju", + "backup.local_only": "Láìka àgba", + "backup.no_backups": "Kò sí tọju rí.", + "backup.no_backups_hint": "Tẹ Tọju Bayii láti dá tọju rẹ akọkọ.", + "backup.page_title": "Ìṣàkóso Tọju", + "backup.records_label": "àwọn àkọ́kọ́", + "backup.restore_btn": "Túnṣe", + "backup.restore_desc_mid": "àkọ́kọ́ tọju láti tún database náà ṣe.", + "backup.restore_desc_pre": "Gbe wọ̀lú a", + "backup.restore_desc_warning": "Eyi yoo kọ gbogbo awọn data lọwọlọwọ.", + "backup.restore_file_label": "Iwe-ipamọ afẹyinti (.db.gz)", + "backup.restore_heading": "Ipadabọ lati faili", + "backup.restoring": "Niwon\n\n\n", + "backup.retention_daily_detail": "\n\n\n\n\n 3 ọsẹ", + "backup.retention_heading": "Ilana idaduro", + "backup.retention_hourly_detail": "\n\n\n\n\n 4 ọjọ", + "backup.retention_note": "Awọn afẹyinti ti o kọja awọn opin wọnyi ni a ge laifọwọyi lẹhin ti afẹyinti tuntun ba ṣẹda.", + "backup.retention_weekly_detail": "\n\n\n\n\n ~3 oṣu", + "backup.snapshots": "aworan-ibẹwẹ", + "backup.status_ok": "daradara", + "backup.storage_local": "ibiti", + "backup.subtitle": "Awọn afẹyinti Database ni a ṣẹda laifọwọyi: ni wakati (4 ọjọ), ni ọjọ (3 ọsẹ), ni ọsẹ (13 ọsẹ).", + "backup.table_aria": "Awọn iwe-ipamọ afẹyinti", + "backup.trigger_daily": "Afẹyinti Bayi (Ọjọgbọn)", + "backup.trigger_hourly": "Afẹyinti Bayi (Wakati)", + "backup.trigger_weekly": "Afẹyinti Bayi (Ọsẹ)", + "backup.type_daily": "Ọjọ", + "backup.type_hourly": "Wakati", + "backup.type_weekly": "Ọsẹ", + "billing.go_to_dashboard": "Lọ si iboju iṣakoso", + "billing.manage_subscription": "Ṣakoso ìforúkọsílẹ", + "billing.success_heading": "O ti ṣetan gbogbo rẹ!", + "billing.success_message": "Ìforúkọsílẹ rẹ ti ṣiṣẹ. O ṣeun fun yiyan DocuElevate!", + "billing.success_page_title": "DocuElevate - Ìforúkọsílẹ Ti AṢẸ", + "common.actions": "Iṣe", + "common.active": "Nṣiṣẹ", + "common.all": "Gbogbo", + "common.avatar": "Avatar", + "common.back": "Pẹ̀lú", + "common.cancel": "Fagile", + "common.close": "Pa", + "common.col_pending": "N ṣiṣejade", + "common.completed": "Ti pari", + "common.confirm": "Jẹrisi", + "common.copied": "Ti daakọ!", + "common.copy": "Daakọ", + "common.create": "Ṣẹda", + "common.created": "Ti ṣẹda", + "common.date": "Ọjọ", + "common.delete": "Pa", + "common.description": "Apejuwe", + "common.details": "Alaye", + "common.disabled": "Ti dènà", + "common.download": "Gbe silẹ", + "common.duplicate": "Ṣe ẹda", + "common.edit": "Ṣatunkọ", + "common.enabled": "Ti ṣe àfihàn", + "common.error": "Aṣiṣe", + "common.failed": "Kọ́", + "common.filter": "Fìlàtì", + "common.inactive": "Kò ṣiṣẹ", + "common.info": "Alaye", + "common.loading": "N gba...", + "common.name": "Orukọ", + "common.next": "Tẹle", + "common.next_page": "Iwe ti n bọ", + "common.no": "Rara", + "common.none": "Ko si", + "common.page": "Iwe", + "common.paused": "Ti da duro", + "common.pending": "N duro de", + "common.prev_page": "Iwe ti tẹlẹ", + "common.previous": "Tẹ́siwaju", + "common.processing": "N ṣiṣẹ", + "common.refresh": "Tun ṣe", + "common.reset": "Tun ṣeto", + "common.retry": "Gbiyanju lẹẹkan si", + "common.save": "Fipamọ", + "common.search": "Wa", + "common.select": "Yan", + "common.select_placeholder": "— yan —", + "common.size": "Iwọn", + "common.status": "Ipo", + "common.submit": "Fọwọsowọpọ", + "common.success": "Aseyori", + "common.tags": "Aami", + "common.test": "Idanwo", + "common.test_connection": "Idanwo Iṣẹ", + "common.type": "Iru", + "common.update": "Imudojuiwọn", + "common.updated": "Ti ṣe àtúnṣe", + "common.upload": "Gbe", + "common.view": "Wo", + "common.warning": "Ikilọ", + "common.yes": "Bẹẹni", + "cookie.accept": "Mo ti gba", + "cookie.learn_more": "Kọ ẹkọ diẹ sii", + "cookie.message": "Oju opo wẹẹbu yii nlo kukisi lati mu iriri rẹ dara.", + "cookie.notice": "DocuElevate nikan lo awọn kukisi akoko pataki ti a nilo fun idaniloju ati iṣẹ ṣiṣe. Ko si kukisi atẹle tabi itupalẹ ti a lo.", + "cookie.notice_label": "Ifo kukisi", + "cookie.policy_link": "Ilana Kukisi", + "cookie.privacy_link": "Ifo Asiri", + "credentials.col_action": "Igbese", + "credentials.col_credential": "Iwe-ẹri", + "credentials.col_source": "Orisun", + "credentials.configured": "Ti ṣeto", + "credentials.edit_in_settings": "Ṣatunkọ ninu Eto", + "credentials.legend_db": "Iye ti a tọju ninu ibi ipamọ data (ti a tọju ni aṣiri; ṣẹda iyika ayika)", + "credentials.legend_env_after": " faili", + "credentials.legend_env_before": "Iye lati inu iyika ayika tabi ", + "credentials.legend_missing": "Iwe-ẹri ti ko ṣeto — asopọ ko ni ṣiṣẹ", + "credentials.legend_restart": "Tun bẹrẹ ni a beere nigbati iwe-ẹri yii ba yipada", + "credentials.legend_title": "Akọle", + "credentials.manage_settings": "Ṣakoso Eto", + "credentials.not_configured": "Ko ti ṣeto", + "credentials.page_title": "Ayẹwo Iwe-ẹri - DocuElevate", + "credentials.raw_json": "JSON Mẹta (API)", + "credentials.restart_title": "Tun bẹrẹ jẹ dandan lẹhin yiyipada iwe-ẹri yii", + "credentials.source_db_title": "Ti tọju ninu ibi ipamọ data (ti a tọju)", + "credentials.source_env_title": "Lati inu iyika ayika", + "credentials.status_missing": "Ti o padanu", + "credentials.subtitle": "Akopọ ti gbogbo awọn iwe-ẹri to ni aabo ti DocuElevate nlo. Ko si awọn iye ipamọ ti a fihan nibi — nikan ni boya iwe-ẹri kọọkan ti ṣeto ati ibi ti o ti wa.", + "credentials.table_for": "Awọn iwe-ẹri fun", + "credentials.title": "Ayẹwo Iwe-ẹri", + "credentials.total_credentials": "Gbogbo Awọn Iwe-ẹri", + "dashboard.active_integrations": "Iṣọpọ ti n ṣiṣẹ", + "dashboard.files_this_month": "Awọn faili Oṣu yii", + "dashboard.files_today": "Awọn faili Loni", + "dashboard.ocr_processed": "OCR Ti a Ṣakoso", + "dashboard.quick_actions": "Igbese y rápidos", + "dashboard.recent_activity": "Iṣe lanfaani", + "dashboard.storage_targets": "Awọn ibi-afẹde Ipamọ", + "dashboard.title": "dasibodu", + "dashboard.total_files": "Gbogbo Awọn faili", + "dashboard.welcome": "Kaabọ si DocuElevate", + "duplicates.file_id_label": "ID Faili", + "duplicates.file_id_placeholder": "àpẹẹrẹ 42", + "duplicates.find_btn": "Wa", + "duplicates.found_files": " faili to ṣeéṣe.", + "duplicates.found_groups": "ẹgbẹ to ṣeéṣe pẹlu", + "duplicates.found_prefix": "Ti wa", + "duplicates.group_aria": "Ẹgbẹ to ṣeéṣe", + "duplicates.heading": "Awọn iwe aṣẹ to ṣeéṣe", + "duplicates.how_it_works_heading": "Báwo ni ìkọ́kọ́-ìjápọ̀ ṣe n ṣiṣẹ", + "duplicates.max_results_label": "Max abajade", + "duplicates.near_dup_desc": "Yan iwe aṣẹ kan lati ṣayẹwo boya awọn faili miiran ni akoonu kanna (tabi ti o jọra pupọ) — paapa ti a ba ṣe ìṣàwárí rẹ ni igba oriṣiriṣi ati pe wọn ni awọn SHA-256 hashes oriṣiriṣi.", + "duplicates.near_dup_heading": "Wa Awọn Ijápọ̀-Tó-Sẹsẹ́ fún Iwe Aṣẹ kan", + "duplicates.no_exact_heading": "Kò sí awọn ijápọ́ tó tọ́", + "duplicates.page_title": "Awọn iwe aṣẹ to ṣeéṣe - DocuElevate", + "duplicates.pagination_aria": "Pagination", + "duplicates.role_duplicate": "Ijápọ̀", + "duplicates.role_original": "Àtẹ̀jáde", + "duplicates.tab_exact": "Awọn Ijápọ́ Tó Tọ́", + "duplicates.tab_near": "Oluwari Ijápọ̀-Tó-Sẹsẹ́", + "duplicates.tabs_aria": "Awọn taabu ìkọ́kọ́-ìjápọ̀", + "duplicates.threshold_label": "Ìgbàgbọ́ àfihàn", + "duplicates.view_dup_aria": "Wo faili to ṣeéṣe", + "duplicates.view_original_aria": "Wo faili àtẹ̀jáde", + "error.404_code": "404", + "error.404_heading": "O jẹ́ ìyanu, a kò le rí oju-ẹ́yà yẹn!", + "error.404_home": "Pada sí Ilé", + "error.404_message": "Ó dà bíi pé DocuElevate ti ṣe àfihàn iwe aṣẹ tí o n wa. Má ṣe àníyàn – a wa lẹ́yìn rẹ.", + "error.404_title": "404 - Kò rí", + "error.500_code": "500", + "error.500_debug_info": "Fihan Alaye Debug", + "error.500_description": "Awọn olupin wa ti ni iṣoro kan àti pé wọn nilo igba diẹ.", + "error.500_heading": "O jẹ́ ìyanu! Ohun kan ṣẹlẹ.", + "error.500_home": "Lọ sí Ilé", + "error.500_img_alt": "Àworan ti aṣiṣe olupin", + "error.500_message1": "Awọn olupin wa ti ni iṣoro kan àti pé wọn nilo igba diẹ. Bóyá awọn hamsters ti tú kọfi wọn?", + "error.500_message2": "A ti wa lori rẹ—ń ṣatunkọ awọn faili, ń tun awọn olupin bẹrẹ, àti ń túnṣe awọn capacitors flux.", + "error.500_title": "Aṣiṣe Olupin - DocuElevate", + "error.forbidden": "Ẹ jẹ́ kí a ma rí", + "error.forbidden_message": "O kò ni aṣẹ lati wọle si oju-ẹ́yà yìí.", + "error.not_found": "Oju-iwe ko found", + "error.not_found_message": "Oju-iwe ti o n wa ko si.", + "error.server_error": "Iṣoro Ipinle Ẹrọ", + "error.server_error_message": "Ohun kan ti bajẹ. Jọwọ gbiyanju lẹẹkansi nigbamii.", + "error.unauthorized": "Aiyipada", + "error.unauthorized_message": "O nilo lati buwolu wọle lati wọle si oju-iwe yii.", + "files.action_delete": "Paarẹ faili", + "files.action_details": "Wo alaye", + "files.action_preview": "Pẹrẹkẹ yarayara", + "files.bulk_clear_selection": "Sa gbogbo yiyan", + "files.bulk_cloud_ocr": "Tun ṣiṣẹ Cloud OCR", + "files.bulk_delete": "Paarẹ Ti a Yan", + "files.bulk_download": "Gba lati ayelujara bi ZIP", + "files.bulk_reprocess": "Tun ṣiṣẹ Ti a Yan", + "files.delete_modal_cancel": "Fagilee", + "files.delete_modal_confirm": "Paarẹ", + "files.delete_modal_message": "Ṣe o da ọ loju pe o fẹ paarẹ faili yi?", + "files.delete_modal_title": "Jẹrisi Paarẹ", + "files.document_title": "Akọle Iwe", + "files.drop_overlay_hint": "Ṣe atilẹyin PDF, awọn iwe ọfiisi, awọn aworan, HTML, Markdown, ati diẹ sii – awọn folda ni a n ṣe ilana ni igbakọọkan", + "files.drop_overlay_title": "Yan awọn faili tabi awọn folda nibikibi lati gbe", + "files.error_hint": "Eyi le jẹ nitori iṣoro isopọ tabi gbigbe. Jọwọ ṣayẹwo awọn igbasilẹ iṣẹ.", + "files.file_size": "Iwọn Faili", + "files.filename": "Orukọ faili", + "files.files_selected": "faili ti a yan", + "files.filter_all_providers": "Gbogbo Awọn Ẹrọ", + "files.filter_all_statuses": "Gbogbo Awọn ipo", + "files.filter_all_types": "Gbogbo Awọn iru", + "files.filter_apply": "Lo Awọn ifaramọ", + "files.filter_clear": "Sa", + "files.filter_date_from": "Ọjọ Lati", + "files.filter_date_from_aria": "Ṣayẹwo lati ọjọ", + "files.filter_date_to": "Ọjọ Si", + "files.filter_date_to_aria": "Ṣayẹwo si ọjọ", + "files.filter_form_aria": "Ṣayẹwo awọn faili", + "files.filter_mime_type": "Iru MIME", + "files.filter_ocr_all": "Gbogbo Awọn faili", + "files.filter_ocr_good": "Didara to dara", + "files.filter_ocr_poor": "Didara to buru", + "files.filter_ocr_quality": "Didara OCR", + "files.filter_ocr_quality_aria": "Ṣ lọ́ọkàn nípa àyè ìdánilójú OCR", + "files.filter_ocr_unchecked": "Kò tíì ṣe àyẹ̀wò", + "files.filter_search_label": "Wá Àkóónú Fílẹ̀", + "files.filter_search_placeholder": "Tẹ àkóónú fílẹ̀...", + "files.filter_storage_provider": "Olutọju Ibi", + "files.filter_tags_aria": "Ṣ lọ́ọkàn nípa àkọsílẹ̀ (pẹ̀lú àpọ̀kọ)", + "files.filter_tags_placeholder": "àpẹẹrẹ: ìwé ẹ̀bìrè, amazon", + "files.fulltext_search_label": "Ìwádìí Àkóónú Gbogbo (ọ̀rọ̀ OCR, metadata, àkọsílẹ̀)", + "files.fulltext_search_placeholder": "Wá akoonu ìwé, olùfiranṣẹ́, àkọsílẹ̀, irú...", + "files.no_files": "Kò sí fílẹ̀ tó rí", + "files.ocr_status": "Ipò OCR", + "files.page_title": "Àwọn Ìwé Ẹ̀rọ", + "files.pagination_files": "àwọn fílẹ̀", + "files.pagination_first": "Àkọ́kọ́", + "files.pagination_last": "Ikẹhin", + "files.pagination_nav_aria": "Ìkànsí àtúnṣe fílẹ̀", + "files.pagination_next": "Tẹ́lẹ̀", + "files.pagination_of": "ti", + "files.pagination_previous": "Tẹ́sẹ́yìn", + "files.pagination_showing": "Nítorí", + "files.preview_modal_close": "Pa àwòrán àtúnṣe", + "files.preview_modal_title": "Àwòrán Àtúnṣe", + "files.queue_banner_items": "ìtò (s) wà ní àkọsílẹ̀ tàbí ní ìmúdájú. Àwọn fílẹ̀ yóò hàn níbí lẹ́yìn tí ìmúdájú bá parí.", + "files.queue_banner_link": "Wo Àkọsílẹ̀", + "files.saved_searches_empty": "Kò sí àwárí ti a fipamọ́ báyìí", + "files.saved_searches_error": "Kò lè wọ́lé wọ́lẹ̀ àwọn àwárí ti a fipamọ́", + "files.saved_searches_label": "Àwọn Àwárí Tí A Fipamọ́", + "files.saved_searches_save": "Fipamọ́ Tí A Ṣí", + "files.saved_searches_save_aria": "Fipamọ́ àlẹ́mọ́ lọwọ́lọwọ gẹ́gẹ́ bí àwárí tí a fipamọ́", + "files.search_results_empty": "Kò sí àbájáde tó rí.", + "files.search_results_title": "Àbájáde Ìwádìí", + "files.status_duplicate": "Àgbẹ̀yà", + "files.table_actions": "Àwọn Ètò", + "files.table_aria": "Àwọn ìwé ẹ̀rọ", + "files.table_created_at": "Ti ṣẹda Ní", + "files.table_empty": "Kò sí fílẹ̀ tó rí", + "files.table_id": "ID", + "files.table_mime_type": "Iru MIME", + "files.table_original_filename": "Àkóónú Fílẹ̀ Àṣẹ́tọ́", + "files.table_select_all": "Yan gbogbo fílẹ̀ lórí ìwé yìí", + "files.tags": "Àwọn àkíyèsí", + "files.title": "Fáìlì", + "files.upload_modal_aria": "Ilọsiwaju ikojọpọ", + "files.upload_modal_close": "Pa ilosiwaju ikojọpọ", + "files.upload_modal_header": "Ikojọpọ Àwọn Fáìlì", + "files.uploaded": "Ti kojọba", + "footer.about": "Nipa", + "footer.attribution": "Ìmúra", + "footer.attributions": "Ìmúra", + "footer.cookies": "Kúkì", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "Ìtàn", + "footer.license": "Ìwé aṣẹ", + "footer.navigation": "Ìtòsọna ẹsẹ", + "footer.privacy": "Ààbò", + "footer.terms": "Àwọn òfin", + "footer.version": "Version {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "Tí a so pọ̀ pẹ̀lú OAuth. Àwọn fáìlì n pese sí àpọ̀ rẹ ti o yan.", + "help.destinations_email": "Firanṣẹ Imeeli", + "help.destinations_email_desc": "Àwọn fáìlì ti a ti ṣiṣẹ́ ti a fi ranṣẹ́ gege bi àfikún SMTP.", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "Àkọọlẹ iṣẹ́ tàbí OAuth. Nṣiṣẹ́ pẹ̀lú awọn ọwọ́ tí a pin.", + "help.destinations_heading": "Àwọn ibi  Ìwé àkópọ̀", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "Ibi ipamọ́ awọ̀n ara rẹ nípa WebDAV.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Ìtẹ̀sí Microsoft Graph API.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "Firanṣẹ́ àwọn ìwé taara sí Paperless fún ìtẹ̀wọ́gà.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "Eyikeyi ikọkọ S3 ti o baamu (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "Gbigbe fáìlì to ṣààbò sí eyikeyi ìkànsí.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "POST metadata sí ikanni ita eyikeyi.", + "help.documentation": "Ìwé àṣẹ", + "help.faq": "Àwọn Ìbéèrè Tí a Másí Ọpọ", + "help.faq_1_a": "Lọ si oju-iwe ikojọpọ, fa ki o sílẹ̀ fáìlì rẹ tàbí tẹ 'Yan Fáìlì'. DocuElevate ń yipada awọn aworan ati awọn ìwé ọfiisi si PDF, ń ṣiṣẹ OCR, ati ń fa metadata laifọwọyi.", + "help.faq_1_q": "Báwo ni mo ṣe le kojọpọ ìwé?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, ati HTML. Awọn faili ti kii ṣe PDF ni a yipada si PDF laifọwọyi ṣaaju ṣiṣe.", + "help.faq_2_q": "Àwọn irú fáìlì wo ni a ṣe atilẹyin?", + "help.faq_3_a": "Bẹẹni. Lọ si Ifijiṣẹ Imeeli, ṣafikun iroyin IMAP, ati DocuElevate yoo polu fun awọn ifiranṣẹ titun ki o si ṣe ilana awọn asomọ laifọwọyi.", + "help.faq_3_q": "Ṣe mo le mu awọn documento lati imeeli?", + "help.faq_4_a": "Awọn Pipelines jẹ ki o so awọn igbesẹ ilana pọ – OCR, ikojọpọ AI, iyipada ir формат – ki o si ṣe itọsọna abajade si ọkan tabi diẹ ẹ sii awọn ibi-afẹde. Ṣẹda ati ṣakoso wọn lati oju-iwe Pipelines.", + "help.faq_4_q": "Bawo ni awọn pipelines ilana ṣe n ṣiṣẹ?", + "help.faq_5_a": "DocuElevate n ṣe afikun aabo awọn ẹri ni isinmi, n ṣepọ lori TLS, ati pe ko ni fipamọ awọn documento rẹ fun akoko ti ko tọ. Wo Ifiranṣẹ Aabo fun alaye pipe.", + "help.faq_5_a_post": " fun awọn alaye kikun.", + "help.faq_5_a_pre": "DocuElevate n jẹ ki awọn iwe-ẹri wa ni aabo nigbati o wa, n ba pẹlu TLS, ati ko tọju awọn iwe rẹ ju ti o yẹ lọ. Wa ni", + "help.faq_5_q": "Ṣe data mi ni aabọ?", + "help.faq_heading": "Awọn ibeere ti a beere nigbagbogbo", + "help.getting_started": "Bẹrẹ", + "help.heading": "Ibi Atilẹyin", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Lo REST API lati gbe awọn iwe ni ilana. Ṣe idanwo pẹlu aami Bearer kan ati POST awọn faili si ipari gbigba.", + "help.ingestion_heading": "Awọn irinṣẹ Gbigba Data", + "help.ingestion_mobile": "Awọn ohun elo alagbeka", + "help.ingestion_mobile_desc": "Lo eyikeyi ohun elo sisẹ alagbeka ti o ṣe atilẹyin awọn ibi ipamọ HTTP aṣa lati fi awọn fọto ati awọn iwe ti a ṣe si DocuElevate lati foonu rẹ tabi tabulẹti.", + "help.ingestion_scanners": "Awọn imukuro rẹ", + "help.ingestion_scanners_desc": "Tọka ẹrọ imukuro nẹtiwọọki eyikeyi tabi ẹrọ atẹwe multifunction si ipari gbigba DocuElevate. Awọn iwe ti a ṣe wa taara sinu iṣupọ awọn faili rẹ.", + "help.ingestion_watched_folders": "Awọn àkọọlẹ ti a wo", + "help.ingestion_watched_folders_desc": "Ṣeto àkọọlẹ agbegbe tabi nẹtiwọọki lati wo. Eyikeyi faili ti a gbe si àkọọlẹ ti a wo ni a gbe wọle laifọwọyi ati pe DocuElevate n ṣakoso rẹ.", + "help.ingestion_zapier": "Zapier / n8n / Ṣẹda", + "help.ingestion_zapier_desc": "Darapọ DocuElevate sinu awọn iṣẹ ṣiṣe adaṣe rẹ pẹlu Zapier, n8n, tabi Ṣẹda. Lo awọn iṣẹ REST API lati fa awọn gbigba iwe lati eyikeyi iṣẹlẹ.", + "help.meta_description": "Gba iranlọwọ pẹlu DocuElevate – wa awọn itọsọna lori gbigba awọn iwe, asopọ ibi ipamọ awọsanma, iṣeto awọn okun, ati bẹbẹ lọ.", + "help.og_description": "Gba iranlọwọ pẹlu DocuElevate – wa awọn itọsọna lori gbigba awọn iwe, asopọ ibi ipamọ awọsanma, iṣeto awọn okun, ati bẹbẹ lọ.", + "help.page_title": "Ibi Atilẹyin", + "help.privacy_notice": "Ifiranṣẹ Abo", + "help.quickstart_heading": "Ibẹrẹ Tuntun", + "help.quickstart_storage": "So Ibi ipamọ pọ", + "help.quickstart_storage_desc": "Lọ si Eto ki o si so awọn iroyin awọsanma rẹ pọ. Awọn documento ti a ti ṣe ilana ni a yipada laifọwọyi si gbogbo awọn ibi-afẹde ti o ṣeto.", + "help.quickstart_storage_desc_full": "Lọ si Awọn isopọ ki o sopọ awọn akọọlẹ ibi ipamọ awọsanma rẹ. DocuElevate n ṣe atilẹyin Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, ati bẹbẹ lọ. Awọn iwe ti a ṣe ni a gbe si gbogbo ibi ti o ṣeto.", + "help.quickstart_upload": "Gbe awọn documento silẹ", + "help.quickstart_upload_desc": "Fa ati ju awọn faili si oju-iwe Gbe silẹ tabi tẹ Aṣayan Faili. DocuElevate n yipada awọn aworan ati awọn documento ọfiisi si PDF, n ṣiṣẹ OCR, ati n gba metadata laifọwọyi.", + "help.quickstart_workflows": "Ṣe Aṣa awọn iṣẹ-ṣiṣe", + "help.quickstart_workflows_desc": "Ṣẹda Pipelines lati ṣalaye ilana iṣẹ-ṣiṣe pupọ-ọna ati awọn ofin itọsọna. Darapọ OCR, ikojọpọ AI, iyipada ir формат, ati ifijiṣẹ ni ṣiṣan kan.", + "help.sources_email_ingestion": "Ifijiṣẹ Imeeli (IMAP)", + "help.sources_email_ingestion_desc": "Na awọn documento si apo-iwọle pataki. Ni labẹ Ifijiṣẹ Imeeli, ṣafikun ọkan tabi diẹ ẹ sii awọn akounti IMAP. DocuElevate n polu fun awọn ifiranṣẹ titun ati n ṣe ilana awọn asomọ laifọwọyi.", + "help.sources_heading": "Awọn Orisun – Gbigba awọn Documento", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "Kopa ni eto nipa POST-ing awọn faili si /api/upload. O pọju fun awọn iwe afọwọkọ, awọn folda ti a wo, awọn scanners, tabi awọn irinṣẹ ẹni kẹta bi Zapier ati n8n.", + "help.sources_scanner": "Scanner & Mobile", + "help.sources_scanner_desc": "Fojusi awọn scanners nẹtiwọki si oju-iwe gbigba silẹ DocuElevate tabi lo eyikeyi ohun elo scanning mobile ti o ṣe atilẹyin awọn ibi-afẹde HTTP aṣa.", + "help.sources_scanner_desc_full": "Ṣeto ẹrọ imukuro nẹtiwọọki rẹ tabi ẹrọ atẹwe multifunction lati fi awọn iwe taara si DocuElevate. Lo ipari /api/upload gẹgẹ bi ibi. Awọn ohun elo sisẹ alagbeka pẹlu awọn ibi ipamọ aṣa tun ti ni atilẹyin.", + "help.sources_web_upload": "Gbe ayelujara", + "help.sources_web_upload_desc": "Ọna ti o yara julọ lati bẹrẹ. Ṣii oju-iwe Gbe silẹ, ju ọkan tabi diẹ ẹ sii awọn faili silẹ, ati DocuElevate n ṣakoso iyoku. Awọn irú kika ti a ṣe atilẹyin pẹlu PDF, JPEG, PNG, TIFF, DOCX, XLSX, ati diẹ sii.", + "help.subheading": "Gbogbo ohun ti o nilo lati gba julọ lati DocuElevate. Ṣawari awọn akọle ni isalẹ tabi wa fun ohun ti o nilo.", + "help.support": "Atilẹyin", + "help.support_admin_message": "Kan si adari rẹ fun alaye atilẹyin.", + "help.support_description": "Ṣe ko le rii ohun ti o n wa? Ẹgbẹ atilẹyin wa nibi lati ran ọ lọwọ.", + "help.support_heading": "Kan si Atilẹyin", + "help.support_live_chat": "Ibaraẹnisọrọ Live wa – tẹ bọọlu ibaraẹnisọrọ lati bẹrẹ ibaraẹnisọrọ.", + "help.support_ticket_button": "Fi Tiketi silẹ", + "help.support_ticket_desc": "Ṣe fọọmu ni isalẹ ki ẹgbẹ atilẹyin wa yoo fi esi fun ọ ni kete bi o ti ṣee.", + "help.support_ticket_heading": "Ṣii Tiketi Atilẹyin", + "help.title": "Ibi Atilẹyin", + "help.workflows_creating": "Ṣẹda Pipeline", + "help.workflows_definition": "Pipeline jẹ lẹsẹsẹ awọn igbesẹ ilana ti n ṣiṣẹ laifọwọyi nigbakugba ti a ba mu documento. Igbese kọọkan le yipada, mu, tabi tọka documento.", + "help.workflows_heading": "Awọn iṣẹ-ṣiṣe & Pipelines", + "help.workflows_step_1": "Yi pada si PDF", + "help.workflows_step_1_create": "Lọ si Pipelines ni akojọ aṣayan akọkọ.", + "help.workflows_step_1_full": "Yipada si PDF – gbogbo awọn faili ti n bọ ni a ṣatunṣe si ọna kika PDF ti o ni ibamu.", + "help.workflows_step_2": "OCR – fa ọrọ jade", + "help.workflows_step_2_create": "Tẹ New Pipeline ki o fun ni orukọ.", + "help.workflows_step_2_full": "OCR – fa ọrọ ti a le yan lati awọn oju-iwe ti a ṣe pẹlu Azure Document Intelligence tabi ẹrọ ti a kọ sinu.", + "help.workflows_step_3": "Iṣawari metadata AI", + "help.workflows_step_3_create": "Fikun awọn igbesẹProcessing ti o nilo.", + "help.workflows_step_3_full": "Ikọja metadata AI – ṣe ipin iwe ati fa awọn aaye pataki bi awọn iye, awọn ọjọ, ati awọn orukọ nipa lilo OpenAI.", + "help.workflows_step_4": "Gba si ibi kan tabi siwaju sii", + "help.workflows_step_4_create": "Yan ibi ifijiṣẹ kan tabi siwaju sii.", + "help.workflows_step_5_create": "Fipamọ – awọn iwe tuntun yoo ti ṣee ṣe nipasẹ pipeline yii laifọwọyi.", + "help.workflows_typical_steps": "Igbesẹ Iṣọpọ", + "help.workflows_what_is": "Kini Pipeline?", + "index.badge_intelligent": "Iṣakoso Iwe ọlọgbọn", + "index.button_browse_files": "Wo Faili", + "index.button_upload": "Gbe silẹ", + "index.capabilities_cloud": "Ipamọ awọsanma: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "Imeeli & gbigba iwe ti o da lori URL", + "index.capabilities_ocr": "OCR & iṣawari metadata pẹlu AI", + "index.capabilities_paperless": "Isopọ Paperless-ngx fun iṣakoso iwe", + "index.capabilities_title": "Awọn anfani", + "index.capabilities_workflows": "Iṣeduro gbigbe ati irọrun awọn iṣẹ ailopin", + "index.cta_description": "Darapọ mọ awọn ẹgbẹ ti o ti n ṣe ẹrọ ṣiṣe awọn iwe wọn pẹlu DocuElevate.", + "index.cta_heading": "Ṣe o setan lati gbe iṣẹ iwe rẹ ga?", + "index.cta_pricing": "Wo idiyele", + "index.cta_signup": "Ṣẹda akọọlẹ ọfẹ kan", + "index.dashboard_subtitle": "Iṣakoso iwe ọlọgbọn & iṣakoso", + "index.dashboard_subtitle_teams": "Iṣakoso iwe ọlọgbọn & iṣakoso — ti a kọ fun awọn ẹgbẹ", + "index.feature_ai": "Iṣawari Metadata AI", + "index.feature_ai_desc": "OpenAI, Claude, Gemini, ati awọn olupese AI pẹlu agbara miiran ṣafihan awọn iwe ati fa awọn aaye pataki bii awọn ọjọ, awọn iye, ati awọn koko.", + "index.feature_cloud": "Ipamọ Multi-Cloud", + "index.feature_cloud_desc": "Tọka awọn faili ti a ti ṣiṣe si Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, ati diẹ sii.", + "index.feature_email": "Gbigba Imeeli & IMAP", + "index.feature_email_desc": "Fa awọn iwe laifọwọyi lati Gmail tabi eyikeyi apoti IMAP — ko si awọn uploads ọwọ nilo.", + "index.feature_ocr": "OCR & Fa ọrọ jade", + "index.feature_ocr_desc": "Azure Document Intelligence n yi awọn PDF ti a skan ati awọn aworan pada si ọrọ ti o le wa laifọwọyi.", + "index.feature_pipelines": "Awọn Pipelines Aṣ Customized", + "index.feature_pipelines_desc": "Kọ awọn pipelines ilana pẹlu awọn igbesẹ ti o le ṣe atunṣe — OCR, fa AI, iyipada fọọmu, ati itọsọna ipamọ ni eyikeyi aṣẹ.", + "index.feature_search": "Ṣawari kikun", + "index.feature_search_desc": "Wa eyikeyi iwe ni kiakia nipasẹ akoonu, metadata, tabi awọn aami ni gbogbo archive rẹ.", + "index.feature_section_title": "Gbogbo ohun ti o nilo fun awọn iṣẹ iwe ọlọgbọn", + "index.getting_started": "Bẹrẹ", + "index.getting_started_1": "Ṣeto iṣopọ nipasẹ Ipo Eto", + "index.getting_started_2": "Gbe igbasilẹ rẹ akọkọ", + "index.getting_started_3": "Kọ ẹkọ nipa awọn esi ninu Awọn faili", + "index.getting_started_learn": "Kọ ẹkọ diẹ sii nipa DocuElevate", + "index.hero_description": "DocuElevate n gba awọn ọdun rẹ, nṣiṣẹ OCR, nfa metadata pẹlu AI, ati pe o n tọka awọn faili si Dropbox, Google Drive, OneDrive, S3, Nextcloud, ati diẹ sii — gbogbo rẹ ninu pipọ ojuṣaaju ti o rọrun.", + "index.hero_heading": "Lati gbe faili si oye — laifọwọyi.", + "index.hero_login": "Wọle", + "index.hero_pricing": "Wo Awọn Ètò & Iye", + "index.hero_signup": "Bẹrẹ — o jẹ ọfẹ", + "index.integrations_active": "Awọn isopọ ti n ṣiṣẹ", + "index.integrations_storage": "Awọn ibi ipamọ", + "index.integrations_title": "Awọn isopọ", + "index.integrations_view_status": "Wo ipo eto", + "index.page_title_dashboard": "Dasibodu", + "index.page_title_public": "Iṣiṣẹ Iwe Ọgbọn", + "index.platform_overview": "Akopọ pẹpẹ", + "index.processing_stats": "Iṣiro Isise", + "index.quick_actions": "Awọn Iṣẹ Iyara", + "index.quick_documents": "Awọn Iwe mi", + "index.quick_documents_desc": "Ṣawari awọn faili ti a_processed", + "index.quick_search": "Wa", + "index.quick_search_desc": "Iwadi ọrọ-ọrọ ni awọn iwe", + "index.quick_subscription": "Iwe-aṣẹ mi", + "index.quick_subscription_desc": "Wo awọn alaye eto & lilo", + "index.quick_system_status": "Ipo Eto", + "index.quick_system_status_desc": "Ṣayẹwo ilera isọpọ", + "index.quick_upload": "Gbe Iwe", + "index.quick_upload_desc": "Ṣiṣẹ faili tuntun kan", + "index.quick_view_files": "Wo Gbogbo Awọn faili", + "index.quick_view_files_desc": "Ṣawari awọn iwe ti a_processed", + "index.single_user_heading": "Dasibodu DocuElevate", + "index.single_user_subtitle": "Iṣiṣẹ iwe ọlọgbọn & iṣakoso", + "index.stat_active_integrations": "Awọn isopọ ti n ṣiṣẹ", + "index.stat_active_users": "Awọn olumulo ti n ṣiṣẹ", + "index.stat_files_month": "Awọn faili oṣooṣu yii", + "index.stat_files_ocr": "Awọn faili pẹlu OCR", + "index.stat_files_today": "Awọn faili loni", + "index.stat_storage_targets": "Awọn ibi ipamọ", + "index.stat_this_month": "Osu yii", + "index.stat_today": "Loni", + "index.stat_total_files": "Gbogbo awọn faili", + "index.stat_total_processed": "Lapapọ ti a ti sise", + "index.tier_plan": "Ètò", + "index.tier_upgrade": "Gẹgẹbi", + "index.tier_view_details": "Wo alaye pipe", + "index.upgrade_daily_limits": "Awọn iwe aṣẹ & awọn iha oṣù ti o ga julọ", + "index.upgrade_description": "Ṣii awọn iwe aṣẹ diẹ sii, awọn ibi-ajo diẹ sii ati atilẹyin pataki.", + "index.upgrade_destinations": "Awọn ibi ipamọ diẹ sii", + "index.upgrade_ocr_pages": "Iwe kika OCR diẹ sii", + "index.upgrade_plan": "Ṣe igbesoke eto rẹ", + "index.upgrade_view_pricing": "Wo awọn ero & idiyele", + "index.usage_lifetime": "Awọn faili igbesi aye", + "index.usage_month": "Awọn faili oṣù yii", + "index.usage_my_usage": "Iwọn lilo mi", + "index.usage_today": "Awọn faili loni", + "index.usage_unlimited": "Ailopin", + "integrations.access_key_label": "Ijẹrisi Bọtini iwọle", + "integrations.active_label": "Ti n ṣiṣẹ", + "integrations.add_button": "Fi afikun", + "integrations.add_first_button": "Fi afikun Akopọ rẹ akọkọ", + "integrations.api_token_label": "API Token", + "integrations.authorize_btn": "Fọwọsi", + "integrations.authorize_reauth": "Fọwọsi lẹẹkansi", + "integrations.bucket_label": "Ibudo", + "integrations.configure": "Ṣeto", + "integrations.connect": "Sopọ", + "integrations.connected": "Ti sopọ", + "integrations.connection_failed": "Iṣẹ asopọ kuna", + "integrations.connection_success": "Iṣẹ asopọ aṣeyọri", + "integrations.delete_confirm_are_you_sure": "Ṣe o da ọ loju pe o fẹ pa", + "integrations.delete_confirm_title": "Pa Iṣẹ?", + "integrations.delete_confirm_undone": "Iṣe yii ko le ṣe atunṣe.", + "integrations.delete_emails_label": "Pa awọn imeeli lẹhin ilana", + "integrations.delete_files_label": "Pa awọn faili lẹhin ilana", + "integrations.destinations_quota_label": "Ibi ipamọ:", + "integrations.destinations_section": "Ibi", + "integrations.direction_destination": "Ibi itọsọna (ipamọ)", + "integrations.direction_label": "Itọsọna", + "integrations.direction_placeholder": "— Yan —", + "integrations.direction_source": "Orisun (ilana)", + "integrations.disconnect": "Yọ asopọ", + "integrations.email_settings": "Awọn eto Ifiranṣẹ Imeeli", + "integrations.empty_state": "Ko si awọn isopọ ti a ṣeto", + "integrations.endpoint_label": "URL ipari", + "integrations.endpoint_optional": "(aṣayan, fun S3-ibamu)", + "integrations.folder_label": "Folda", + "integrations.folder_optional": "(aṣayan)", + "integrations.folder_path_label": "Ọna folda", + "integrations.folder_prefix_label": "Ibo folda", + "integrations.generic_settings_hint": "Iṣeto fun iru isọdọkan yii le ṣee pese gẹgẹ bi JSON lẹhin ẹda nipasẹ API.", + "integrations.gmail_hint": "Awọn aami Gmail & irawọ: nigba ti a ba mu ṣiṣẹ, awọn imeeli ti a ti ṣiṣẹ ni irawọ ati ti a samisi pẹlu aami \"Ti gbin\" ninu Gmail. Kò kan si awọn olupin Gmail nikan.", + "integrations.gmail_labels": "Lo awọn aami Gmail & irawọ", + "integrations.host_label": "Olufamọ", + "integrations.imap_settings": "IMAP Eto", + "integrations.loading": "Nṣiṣẹ awọn isọpọ…", + "integrations.modal_close": "Pa modal", + "integrations.modal_title_add": "Fi Isọdọkan Kun", + "integrations.modal_title_edit": "Túnṣe Isọdọkan", + "integrations.name_label": "Aami", + "integrations.name_placeholder": "àpẹẹrẹ. Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Àtúnṣe Nextcloud", + "integrations.nextcloud_url_label": "URL Nextcloud", + "integrations.no_integrations_body": "Ìfikún àkọ́kọ́ rẹ̀ láti sopọ̀ mọ́ orísun gbigbasilẹ (gẹ́gẹ́ bí IMAP) àti ibi ipamọ́ (gẹ́gẹ́ bí S3, Dropbox, tàbí Google Drive).", + "integrations.not_connected": "Ko ti sopọ", + "integrations.oauth_folder_label": "Folda", + "integrations.oauth_hint": "Fipamọ́ àkọ́kọ́ yìí, lẹ́yìn náà lo bọtini Authorize láti parí ọ̀nà OAuth. Àwọn ìfihàn rẹ̀ yóò jẹ́ kó rí bẹ́ẹ̀ ní ààbò nínú àkọọlẹ́ àjọpọ̀ tirẹ.", + "integrations.page_title": "Isopọ", + "integrations.paperless_settings": "Àtúnṣe Paperless NGX", + "integrations.password_label": "Ọrọigbaniwọle", + "integrations.paused": "Dàrú", + "integrations.plan_label": "Àtúnṣe:", + "integrations.port_label": "Ibudo", + "integrations.quota_not_available": "(kò sí nípò)", + "integrations.quota_unlimited": "/ alaabo", + "integrations.recipient_label": "Ìmeélò Olugbọ", + "integrations.region_label": "Àgbègbè", + "integrations.remote_path_label": "Ọna Àjò", + "integrations.s3_prefix_label": "Àkótán (ọna folda)", + "integrations.s3_settings": "Àtúnṣe S3", + "integrations.secret_key_label": "Bọtini Aṣiri", + "integrations.show_password": "Fihàn ọrọ aṣínà", + "integrations.show_secrets": "Fihàn àsiri", + "integrations.show_token": "Fihàn tọ́kàn", + "integrations.source_local": "Ilana Fáàlà", + "integrations.source_type_label": "Iru Orísun", + "integrations.sources_quota_label": "Orísun Àpamọ́:", + "integrations.sources_section": "Orísun", + "integrations.subtitle": "Ṣàkóso orísun gbigbasilẹ rẹ àti ibi ipamọ́ nínú ibè kan.", + "integrations.title": "Isopọ", + "integrations.type_label": "Iru Àjọpọ̀", + "integrations.type_placeholder": "\u00196 Yan ìtòsí kọ́kọ\u00196", + "integrations.upgrade_plan": "Ìmúpadà Àtúnṣe", + "integrations.use_ssl": "Lo SSL", + "integrations.username_label": "Orukọ olumulo", + "integrations.watch_folder_settings": "Àtúnṣe Folda Àṣá", + "integrations.webdav_settings": "Àtúnṣe WebDAV", + "integrations.webdav_url_label": "URL WebDAV", + "integrations.webhook_heading": "Gbigbasilẹ Webhook", + "integrations.webhook_how_heading": "Bí Gbigbasilẹ Webhook ṣe N ṣiṣẹ", + "integrations.webhook_how_text": "Ìjọpọ̀ webhook gba àwọn ẹ̀rọ alágbèéká láti kọ́kọ́ ìwé taara sí DocuElevate nípasẹ̀ REST API. Dípò pé DocuElevate máa n wo fáìlì tuntun (gẹ́gẹ́ bí IMAP), ẹ̀rọ rẹ̀ ń firanṣẹ́ fáìlì sí DocuElevate pẹ̀lú ìbéèrè HTTP kan pẹ̀lú tọ́kàn API fún àṣẹ.", + "integrations.webhook_ideal_text": "Èyí jẹ́ ìdàpọ̀ tó péye fún CI/CD pipelines, àwọn sùrú àtúnṣe, ìjọpọ̀ àyẹ̀wò, tàbí eyikeyi eto tó ń ṣe ìwé àti fẹ́ràn láti fi wọn ranṣẹ́ fún ìṣàkóso.", + "integrations.webhook_quick_start": "Bẹrẹ Kánkán", + "integrations.webhook_security_tip": "Ṣẹda tọ́kàn API tó peye fún ọkọọkan àjọpọ̀ àti ṣe àfikún àtúnṣe lẹ́yìn bẹ́ẹ̀ ti a bá ti fi rò. Àwọn tọ́kàn lè jẹ́ kó rí bẹ́ẹ̀ nípò lórí ojúewé Àwọn Tọ́kàn API.", + "integrations.webhook_step1": "Lọ sí {api_tokens_link} àti ṣẹda tọ́kàn ẹni.", + "integrations.webhook_upload_with_token": "Lo tọ́kàn na láti firanṣẹ́ ìwé nípasẹ̀ API:", + "language.bg": "Български", + "language.ca": "Català", + "language.change_success": "Ede ti yipada si {language}", + "language.changed": "Ede ti yipada si {language}", + "language.cs": "Čeština", + "language.da": "Dansk", + "language.de": "Deutsch", + "language.el": "Ελληνικά", + "language.en": "Gẹẹsi", + "language.es": "Español", + "language.et": "Eesti", + "language.fi": "Suomi", + "language.fr": "Français", + "language.ga": "Gaeilge", + "language.hr": "Hrvatski", + "language.hu": "Hungarian", + "language.is": "Icelandic", + "language.it": "Italian", + "language.lb": "Luxembourgish", + "language.lt": "Lithuanian", + "language.lv": "Latvian", + "language.nb": "Norwegian", + "language.nl": "Dutch", + "language.no_results": "Kò sí èdè tí a rí", + "language.pl": "Polish", + "language.pt": "Portuguese", + "language.ro": "Romanian", + "language.ru": "Russian", + "language.search_placeholder": "Wa awọn èdè\u0000\u0000", + "language.selector": "Èdá", + "language.selector_label": "Yan èdá kan", + "language.sk": "Slovak", + "language.sl": "Slovenian", + "language.sv": "Swedish", + "language.tr": "Turkish", + "language.uk": "Ukrainian", + "language.zh": "Chinese", + "nav.about": "Nipa", + "nav.account_menu": "Akoko akọọlẹ", + "nav.account_menu_for": "Akoko akọọlẹ fun {name}", + "nav.admin": "Alakoso", + "nav.admin.audit_logs": "Àkọọlẹ Àyẹyẹ", + "nav.admin.backups": "Àtúnṣe", + "nav.admin.plans": "Ètò", + "nav.admin.scheduled_jobs": "Iṣẹ́ Tó Pàrí", + "nav.admin.users": "Awọn Olumulo", + "nav.admin_actions": "Iṣe Alakoso", + "nav.admin_menu": "Akojọ Alakoso", + "nav.api_docs": "API Àkọsílẹ", + "nav.api_tokens": "API Àkọsílẹ", + "nav.backup_restore": "Àtúnṣe & Pàdé", + "nav.credentials": "Ìjálẹ", + "nav.dark_mode": "Ìmúpọ́ Dúdú", + "nav.dashboard": "Dashboard", + "nav.developer_docs": "Àkọsílẹ Olùdá", + "nav.duplicates": "Àwọn Ẹya Pẹ̀lú", + "nav.file_manager": "Alakoso fáìlì", + "nav.files": "Fáìlì", + "nav.get_started": "Bẹrẹ", + "nav.help": "Ìrànwọ́", + "nav.help_center": "Ibi Ìrànlọ́wọ́", + "nav.imap": "Ìmú E-mail", + "nav.integrations": "Ìpẹẹrẹ", + "nav.light_mode": "Ìmọ́lẹ̀", + "nav.login": "Bíwọlé", + "nav.logout": "Bọ́ láti inú", + "nav.main_navigation": "Ìtòsọ́sọ̀pọ̀ Àkọ́kọ́", + "nav.my_subscription": "Ikọkọ mi", + "nav.notifications": "Ìkìlọ̀", + "nav.open_main_menu": "Ṣí ìkànsí àkọ́kọ́", + "nav.pipelines": "Pipelines", + "nav.plan_designer": "Oníṣàkóso Ètò", + "nav.pricing": "Ìye", + "nav.profile": "Àkọ́ọ́lẹ̀", + "nav.profile_settings": "Ìṣètò profaili", + "nav.queue": "Ẹgbẹ́", + "nav.queue_monitor": "Olùtóka Ẹgbẹ́", + "nav.scheduled_jobs": "Iṣẹ́ Tó Yàtọ̀", + "nav.search": "Wá", + "nav.settings": "Àtúnṣeto", + "nav.shared_links": "Àtẹ̀jáde Tó Pin", + "nav.sign_out": "Ṣilẹ", + "nav.signup": "Forúkọsílẹ̀", + "nav.similarity": "Ìtànkálẹ̀", + "nav.skip_to_content": "Fágọ́ si akoonu àkọ́kọ́", + "nav.status": "Ipo", + "nav.subscription": "Ìforúkọsílẹ̀", + "nav.toggle_dark_mode": "Yípadà ipo dudu", + "nav.toggle_nav": "Yípadà ìkànsí", + "nav.upload": "Gbe soke", + "nav.users": "Olùṣàkóso", + "nav.version": "Alaye Ẹ̀dá", + "notifications.filter_all": "Gbogbo", + "notifications.filter_read": "Kà nìkan", + "notifications.filter_unread": "Tí a kò kà nìkan", + "notifications.manage_desc": "Ṣakoso inbox ìkìlọ̀ rẹ, ìfọkànsìn, àti àfiyèsí iṣẹlẹ", + "notifications.mark_all_read": "Ṣàkóso Gbogbo gẹ́gẹ́ bí a ti kà", + "notifications.mark_all_read_btn": "Ṣàkóso gbogbo gẹ́gẹ́ bí a ti kà", + "notifications.mark_read": "Ṣàkóso gẹ́gẹ́ bí a ti kà", + "notifications.no_notifications": "Kò sí ìkìlọ̀", + "notifications.page_title": "Ìkìlọ̀", + "notifications.tab_inbox": "Inbox", + "notifications.tab_settings": "Àtúnṣeto", + "notifications.title": "Ìkìlọ̀", + "notifications.unread_count": "{count} ìkìlọ̀ tí kò tí ì ka", + "pipelines.active_label": "Múṣiṣẹ́", + "pipelines.add_step_btn": "Fikun-un Igbésẹ̀", + "pipelines.create": "Ṣẹda Pipẹlín", + "pipelines.custom_label_label": "Aami Àwọn Àkópọ̀", + "pipelines.default_label": "Àtẹ̀yìnwá", + "pipelines.description_label": "Àpejuwe", + "pipelines.description_placeholder": "Àpejuwe ti yàn", + "pipelines.disabled_label": "Ti pẹ", + "pipelines.edit": "Ṣatunkọ Pipẹlín", + "pipelines.empty_state": "Kò sí pipẹlín àtijọ́", + "pipelines.empty_state_hint": "Ṣẹda pipẹlín rẹ̀ àkọ́kọ́ láti ṣe àtọka ìlànà ìmúdá dokuments.", + "pipelines.enabled_label": "Ti ṣiṣẹ́", + "pipelines.force_cloud_ocr_label": "Láti fi ọwọ́ mu awọ OCR àwùjọ (fojú kọ iṣé àkọsílẹ̀ àgbèkọ wọn)", + "pipelines.inactive_label": "Ti kùnà", + "pipelines.loading": "Ń gba pipẹlín\u001f", + "pipelines.name_placeholder": "Pipẹlín mi", + "pipelines.new_pipeline_btn": "Pipẹlín Tuntun", + "pipelines.no_steps": "Kò sí igbésẹ̀ tí a ṣètò. Fikun-un igbésẹ̀ kan láti bẹ̀rẹ̀ kọ́ pipẹlín rẹ̀.", + "pipelines.ocr_auto": "Aṣá (lo àtàwọn àtẹ̀yìnwá eto)", + "pipelines.ocr_language_hint": "Ń fí irú èdè tó wà lórí ilé-ékó rẹ fún Tesseract/EasyOCR. Azure àti Mistral ń jẹ́ki irú èdè yẹn láti wọ́n.", + "pipelines.ocr_language_label": "Èdè OCR", + "pipelines.optional_suffix": "(yàn)", + "pipelines.page_title": "Ìmúdá Pipẹlín", + "pipelines.set_default": "Ṣe àtọka gẹ́gẹ́ bí pipẹlín mi", + "pipelines.step_label_placeholder": "Fí irú orúkọ igbésẹ̀ àtẹ̀yìnwá", + "pipelines.step_type_label": "Iru Igbésẹ̀", + "pipelines.subtitle_intro": "Ṣàtúnṣe àti ṣakoso ìmúdá dokuments àkópọ̀.", + "pipelines.subtitle_system_post": "ìfọwọ́si òun àti pé a rí i síta fún gbogbo àwọn olumulo.", + "pipelines.subtitle_system_pre": "Pipẹlín eto (tí àwọn aláṣẹ dá) ni a fi hàn pẹ̀lú a", + "pipelines.system_label": "Eto", + "pipelines.system_pipeline_label": "Pipẹlín eto (ti gbogbo awọn olumulo le rí)", + "pipelines.title": "Ìmúdá Pipẹlín", + "profile.avatar_alt": "Aworan profaili rẹ", + "profile.avatar_heading": "Aworan Profaili", + "profile.avatar_remove": "Yọ aworan aṣa", + "profile.avatar_upload_hint": "Gbe aworan JPEG, PNG, GIF, tabi WebP ti o pọ si 2 MB. Ti aworan aṣa ko ba si, {gravatar} rẹ ni a fihan.", + "profile.choose_image": "Yan aworan\u001a\u00110a...", + "profile.confirm_password": "Jẹrisi Ọrọ aṣina Tuntun", + "profile.contact_email_hint": "Ti a lo fun awọn ìkìlọ̀ eto. Eyi ko yipada e-mail iwọle rẹ.", + "profile.contact_email_label": "Imeeli / Ikwọle Iṣẹ", + "profile.contact_email_placeholder": "o@example.com", + "profile.current_password": "Ọrọ aṣina lọwọlọwọ", + "profile.dismiss": "Kúro", + "profile.display_name_hint": "Fi silẹ lati lo orukọ olumulo akọọlẹ rẹ tabi imeeli.", + "profile.display_name_label": "Orukọ Ifihan", + "profile.display_name_placeholder": "Orukọ rẹ bi a ṣe han ni UI", + "profile.general_heading": "Alaye Gbogbogbo", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Ìṣètò profaili", + "profile.language_auto_detect": "Ìmúlẹ aiyipada (lati àtúnṣe)", + "profile.language_hint": "Yan eto ede wiwo rẹ. \u001cÌmúlẹ aiyipada\u001d ni o tẹle eto ẹrọ aṣawakiri rẹ.", + "profile.language_label": "Ede UI", + "profile.new_password": "Ọrọ aṣina Tuntun", + "profile.new_password_hint": "Kere ju awọn kikọ 8 lọ.", + "profile.page_title": "Ìṣètò profaili \u001a\u00110s DocuElevate", + "profile.password_heading": "Yipada Ọrọ aṣina", + "profile.preferences_heading": "Àfẹ́tọ́", + "profile.save_button": "Fipamọ awọn ayipada", + "profile.saving": "Nṣiṣẹ fipamọ\u001a\u00110a...", + "profile.subtitle": "Ṣakoso orukọ ifihan rẹ, aworan, ede, ati awọn ayanfẹ akori.", + "profile.theme_dark": "Dudu", + "profile.theme_hint": "\u001cAiyipada Eto\u001d ni o tẹle eto ipo dudu ẹrọ rẹ.", + "profile.theme_label": "Apẹrẹ Awọ", + "profile.theme_light": "Fafa", + "profile.theme_system": "Aiyipada Eto", + "profile.update_password": "Mu Ọrọ aṣina pọ", + "profile.updating": "Nṣiṣẹ\u0000\u0000\u0000\u0000;", + "queue.active_tasks": "Iṣẹ́ Múṣiṣẹ́", + "queue.auto_refresh_1": "Ń tu ọwọ́ múnà laifọwọ́", + "queue.auto_refresh_2": "ìsegun", + "queue.col_arguments": "Àwọn Àkíyèsí", + "queue.col_current_step": "Igbésẹ̀ Tó Wà Nísinsin Yìí", + "queue.col_file": "Fáìlì", + "queue.col_files": "Awọn faili", + "queue.col_queue": "Iwẹnumọ", + "queue.col_state": "Ipo", + "queue.col_task": "Iṣẹ", + "queue.col_task_id": "ID Iṣẹ", + "queue.files_processing": "Ṣiṣẹ awọn faili", + "queue.heading": "Olùkọ Iwẹnumọ", + "queue.last_updated": "Ti a ṣe imudojuiwọn ti ikpehin:", + "queue.loading_stats": "Nṣiṣẹ awọn iṣiro iwẹnumọ\n...", + "queue.no_active_tasks": "Kò sí àwọn iṣẹ́ to n ṣiṣẹ́", + "queue.no_data": "Kò sí data", + "queue.no_files_processing": "Kò sí awọn faili ti n ṣiṣẹ́ lọwọlọwọ", + "queue.page_title": "Olùkọ Iwẹnumọ", + "queue.processing_pipeline": "Ẹrọ Sisan Ṣiṣe", + "queue.queued_tasks": "Awọn Iṣẹ ti a ti fi kun", + "queue.recently_processing": "Awọn faili ti n ṣiṣẹ́ laipẹ", + "queue.redis_queues": "Awọn Iwẹnumọ Redis", + "queue.subtitle": "Wiwo akoko gidi ti ẹrọ sisan ọrọ-ikawe ati awọn iwẹnumọ iṣẹ Celery.", + "queue.workers_online": "Awọn oṣiṣẹ lori Ayelujara", + "search.button": "Wa", + "search.error_message": "Wiwa ko wa fun igba diẹ. Jowo gbiyanju lẹẹkansi ni iṣẹju diẹ.", + "search.filter_aria_clear": "Nu gbogbo awọn àlẹmọ", + "search.filter_clear_button": "Nu awọn Àlẹmọ", + "search.filter_date_from": "Ọjọ Lati", + "search.filter_date_to": "Ọjọ Si", + "search.filter_document_type": "Iru Ọrọ-ikawe", + "search.filter_document_type_placeholder": "e.g. Iwe-owo", + "search.filter_language": "Ede", + "search.filter_language_placeholder": "e.g. de", + "search.filter_sender": "Oluranse", + "search.filter_sender_placeholder": "e.g. ACME Corp", + "search.filter_tags": "Awọn afi", + "search.filter_tags_placeholder": "e.g. amazon", + "search.filter_text_quality": "Didara ọrọ", + "search.filter_text_quality_all": "Gbogbo", + "search.filter_text_quality_high": "Giga", + "search.filter_text_quality_low": "Kekere", + "search.filter_text_quality_medium": "Aarin", + "search.filter_text_quality_no_text": "Kò sí ọrọ", + "search.heading": "Wiwa Ọrọ-ikawe", + "search.input_aria_label": "Wa awọn iwe", + "search.input_placeholder": "Wa awọn iwe nipasẹ ak contenu, oluranse, awọn aami, iru...", + "search.loading_indicator": "N wa\u001a\u00100...", + "search.no_results": "Ko si awọn abajade ti a rii", + "search.page_title": "Wa Awọn iwe", + "search.placeholder": "Wa nipasẹ orukọ faili, ak contenu, awọn aami...", + "search.result_empty": "Ko si awọn iwe ti o ba ibeere rẹ mu.", + "search.results_count": "{count} awọn abajade ti a rii", + "search.saved_aria_save": "Fipamọ wa lọwọlọwọ", + "search.saved_button": "Fipamọ Lọwọlọwọ", + "search.saved_empty": "Ko si awọn searches ti a fipamọ sibẹsibẹ", + "search.saved_error": "Ko le gbe awọn searches ti a fipamọ", + "search.saved_label": "Awọn Searches ti a Fipamọ", + "search.saved_loading": "N gbe...", + "search.title": "Wa Awọn iwe", + "settings.audit_log_btn": "Iwe afọwọkọ Ayẹwo", + "settings.autocomplete_hint": "Tẹ lati wa awọn iye ti a mọ, tabi tẹ eyikeyi iye aṣa.", + "settings.autocomplete_no_matches": "Ko si awọn ibamu - o tun le tẹ iye aṣa kan", + "settings.autocomplete_placeholder": "Tẹ lati wa tabi tẹ iye kan\u001a\u00100...", + "settings.boolean_enable_prefix": "Mu ṣiṣẹ", + "settings.categories_aria": "Awọn ẹka eto", + "settings.categories_heading": "Awọn Ẹka", + "settings.db_wizard_btn": "DB Wizard", + "settings.effective_value_label": "Iye ti o munadoko:", + "settings.encrypted_suffix": "= encrypted ni iduro", + "settings.encrypted_title": "Iye ti wa ni encrypted ni iduro ni ibasepọ data", + "settings.export_btn": "Iṣowo", + "settings.export_db_only": "Awọn eto DB nikan", + "settings.export_full_config": "Iṣeto ti o munadoko ni kikun", + "settings.jump_to_category": "Lọ si ẹka\u001a\u00100...", + "settings.manage_config_prefix": "Ṣakoso iṣeto. Pataki:", + "settings.model_picker_hint": "Yan lati inu atokọ tabi tẹ eyikeyi orukọ awoṣe ti a ṣe atilẹyin nipasẹ olupese rẹ.", + "settings.model_picker_placeholder": "Yan awoṣe ti o wọpọ tabi tẹ orukọ aṣa\u001a\u00100...", + "settings.no_results_clear": "pamọ iwadi", + "settings.no_results_heading": "Ko si awọn eto ti a rii", + "settings.no_results_hint": "Gbiyanju ọrọ iwadi miiran tabi", + "settings.page_heading": "Awọn Eto Ohun elo", + "settings.required_label": "(ti a beere)", + "settings.reset_confirm": "Ṣe o da ọ loju pe o fẹ tun iṣeto yii ṣe?", + "settings.restart_required_suffix": "= a nilo lati tun bẹrẹ", + "settings.revert_btn": "Yọkuro lati DB", + "settings.revert_title": "Yọkuro DB to ṣe iwọn ati pada si oniyipada ayika tabi aiyipada", + "settings.reverting": "Nna pada\u001a\u001a\u001a\u001a\u001a...", + "settings.save_all_btn": "Fipamọ Gbogbo Ayipada", + "settings.save_error": "Kò le fipamọ eto", + "settings.save_setting_title": "Fipamọ eto yii", + "settings.save_success": "Eto ti fipamọ ni aṣeyọri", + "settings.saving_state": "Nfi pamọ\u001a\u001a\u001a\u001a\u001a...", + "settings.search_aria_label": "Wa awọn eto", + "settings.search_clear_aria": "Yọkuro wiwa", + "settings.search_placeholder": "Wa awọn eto nipasẹ orukọ, bọtini, tabi apejuwe\u001a\u001a\u001a\u001a\u001a...", + "settings.settings_count_suffix": "eto", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "Aiyipada", + "settings.source_env_badge": "ENV", + "settings.title": "Awọn eto", + "settings.toggle_visibility_aria": "Tan-an/pa hàn iye ọrọigbaniwọle", + "settings.toggle_visibility_title": "Fi hàn/pa hàn iye", + "settings.user_autocomplete_empty": "Ko si awọn olumulo ti o baamu", + "settings.user_autocomplete_hint": "Kọ lati wa awọn olumulo ti o wa tẹlẹ nipa orukọ, tabi tẹ eyikeyi idanimọ ni ọwọ.", + "settings.user_autocomplete_placeholder": "Bẹrẹ kikọ lati wa awọn olumulo\u001a\u001a\u001a\u001a\u001a...", + "settings.wizard_btn": "Wizadi", + "shared.col_expiry": "Iparasi", + "shared.col_file_label": "Faili / Aami", + "shared.col_link": "Iwọlọwọ", + "shared.col_views": "Iwo", + "shared.copy_link_aria": "Daakọ ọna asopọ si pẹpẹ", + "shared.copy_link_title": "Daakọ ọna asopọ", + "shared.create_btn": "Ṣẹda Iwọlọwọ", + "shared.create_heading": "Ṣẹda Iwọsiwaju Tuntun", + "shared.creating": "N ṣẹda\u001a\u001a\u001a\u001a\u001a...", + "shared.expiry_12h": "12 wakati", + "shared.expiry_14d": "14 ọjọ", + "shared.expiry_1h": "1 wakati", + "shared.expiry_24h": "24 wakati (1 ọjọ)", + "shared.expiry_30d": "30 ọjọ", + "shared.expiry_3d": "3 ọjọ", + "shared.expiry_6h": "6 wakati", + "shared.expiry_7d": "7 ọjọ", + "shared.expiry_label": "Iparasi", + "shared.expiry_never": "Ko si", + "shared.file_id_help_post": "oju-iwe tabi ninu URL alaye iwe.", + "shared.file_id_help_pre": "Wa ID faili lori", + "shared.file_id_label": "ID Faili", + "shared.file_id_placeholder": "e.g. 42", + "shared.files_link": "Awọn faili", + "shared.heading": "Awọn ọna asopọ ti a pin", + "shared.label_label": "Aami", + "shared.label_placeholder": "e.g. Ti a pin pẹlu Bob", + "shared.link_created": "Ọna asopọ ti a pin ti ṣẹda!", + "shared.link_created_help": "Daakọ ki o si firanṣẹ ọna asopọ yi si olugba.", + "shared.links_count_aria": "nọ́mbà àwọn ọna asopọ", + "shared.max_downloads_label": "Max awọn igbasilẹ", + "shared.no_links": "Ko si awọn ọna asopọ ti a pin sibẹsibẹ. Ṣẹda ọkan loke lati bẹrẹ.", + "shared.open_in_new_tab": "Ṣii ni taabu tuntun", + "shared.open_link_aria": "Ṣii ọna asopọ ti a pin", + "shared.optional": "(aṣayan)", + "shared.page_title": "Awọn ọna asopọ Ti a pin – DocuElevate", + "shared.password_label": "Ọ̀rọ̀ìṣeduro", + "shared.password_placeholder": "Fi silẹ laisi ọrọìṣeduro", + "shared.password_protected": "Ti jẹ́ ààbò pẹ̀lú ọrọìṣeduro", + "shared.refresh_aria": "Tún sọ lista awọn ọna asopọ ti a pin", + "shared.revoke_aria_prefix": "Yọ ọna asopọ ti a pin fun", + "shared.revoke_btn": "Yọ", + "shared.status_active": "Iṣi", + "shared.status_expired": "Ti parẹ", + "shared.status_limit_reached": "Iye to pọ̀ de", + "shared.status_revoked": "Ti yọ", + "shared.subtitle": "Pin awọn iwe pẹlu ẹnikẹni nipasẹ ọna asopọ pẹlu akoko to lopin tabi wiwo to lopin. Awọn olugba ko nilo akọọlẹ DocuElevate. Awọn ọna asopọ le jẹ ààbò pẹ̀lú ọrọìṣeduro ati pe a le yọ ni eyikeyi akoko.", + "shared.table_aria": "Awọn ọna asopọ ti a pin", + "shared.unlimited_placeholder": "Airi", + "shared.your_links": "Awọn ọna asopọ Ti o pin", + "similarity.backfill_auto": "Iṣẹ abẹ́lẹ yóó kà wọn laifọwọyi gbogbo iṣẹju marun-un, tabi o le", + "similarity.files_missing_text": "faịlụ (s) ni ọrọ OCR ṣugbọn ko si irọ́kò ṣáájú.", + "similarity.find_pairs_btn": "Wa Awọn Ẹgbẹ", + "similarity.heading": "Iri ẹ̀dá iwe", + "similarity.load_error": "O kuna lati gbe awọn ẹgbẹ.", + "similarity.min_similarity_label": "Min. iri", + "similarity.no_pairs_detail": "Ko si awọn ẹgbẹ iwe ti o kọja ilẹ̀ ikọ̀kọ.", + "similarity.no_pairs_heading": "Ko si awọn ẹgbẹ ti o jọra ti a ri", + "similarity.page_title": "Iyatọ Ẹrọ - DocuElevate", + "similarity.pagination_aria": "Iyatọ awọn paarẹ", + "similarity.per_page_label": "Ni oju-iwe kọọkan", + "similarity.scanning": "N ṣawari awọn paarẹ iwe ti o jọra\u00025a", + "similarity.stat_embedding_model": "Awoṣe Ikọkọ", + "similarity.stat_missing_embedding": "Ikọkọ ti o sọnu", + "similarity.stat_total_files": "Lapapọ Awọn faili", + "similarity.stat_with_embedding": "Pẹlu Ikọkọ", + "similarity.subtitle": "Awọn paarẹ iwe pẹlu iyatọ ọrọ ti o ga, ti a ṣe akojọ nipasẹ ipele.", + "similarity.trigger_aria": "Ṣiṣafihan iṣiro ikọkọ fun gbogbo awọn faili ti o sọnu ikọkọ", + "similarity.trigger_now": "ṣe bẹ bayi", + "status.app_version": "Ẹya App", + "status.build_date": "Ọjọ Ikole", + "status.container_id": "ID Apoti", + "status.git_commit": "Git Ijọpọ", + "status.last_check": "Iṣayẹwo Ikẹhin", + "status.page_title": "Ipo Eto", + "status.setting_label": "Iṣeto", + "status.value_label": "Iye", + "subscription.available_plans_heading": "Àwọn Ètò Tó Wà", + "subscription.back_to_dashboard": "Padà sí Ìfurufú", + "subscription.cancel_pending": "Fagilee ayipada", + "subscription.cancel_scheduled": "Fagilee ayipada tó ti gba", + "subscription.contact_sales": "Kan si Tita", + "subscription.current_badge": "Ní báyìí", + "subscription.current_plan": "Ètò Tó Wà", + "subscription.current_plan_cta": "Ètò rẹ tó wà ní báyìí", + "subscription.downgrade_to_prefix": "Dínkù sí", + "subscription.features_heading": "Kí ni o wa nínú ètò rẹ", + "subscription.free": "Ọfẹ", + "subscription.heading": "Ìforúkọsílẹ Mi", + "subscription.keep_plan_prefix": "Pa", + "subscription.lifetime_files": "Ìkàwé gbogbo (gbogbo ayé)", + "subscription.month_files": "Ìkàwé oṣù yìí", + "subscription.more_features_label": "púpò", + "subscription.page_title": "Ìforúkọsílẹ Mi – DocuElevate", + "subscription.pending_badge": "N'ibè", + "subscription.pending_benefits": "Iwọ yoo pa gbogbo anfani ètò to wà titi di àsìkò yẹn.", + "subscription.pending_on": "ní", + "subscription.pending_title": "Ayipada ètò n'ibè ti a ti ṣe eto", + "subscription.pending_will_change": "Ètò rẹ yoo yipada sí", + "subscription.per_mo": "/oṣù", + "subscription.per_month": "/oṣù", + "subscription.since": "Lát'ọwọ́", + "subscription.single_user_body": "Àwọn ipele ìforúkọsílẹ náà ń ṣe àfihàn nígbà tó bá ti wà ní ipo àwọn olùlò púpọ̀. Àwọn akojọ rẹ lọwọlọwọ n ṣiṣẹ ní ipo olùlò kan ṣoṣo pẹlu kò ní ìdi afikun. Alakoso le mu ipo olùlò púpọ̀ ṣiṣẹ nípasẹ {settings_link}.", + "subscription.single_user_title": "Ipo olùlò púpọ̀ kò tí ì ṣiṣẹ.", + "subscription.subtitle": "Ètò rẹ tó wà, ìlo àti àwọn ìmúrángbà tó wà.", + "subscription.this_month_label": "oṣù yìí", + "subscription.today_files": "Ìkàwé loni", + "subscription.today_label": "loni", + "subscription.unlimited": "Àìmọ́tótó", + "subscription.upgrade_info": "Ìmúrángbà ń gba agbára lẹsẹkẹsẹ. Dínkù ni a ṣe eto fun ìparí àkòsílẹ rẹ tó wà.", + "subscription.upgrade_to_prefix": "Mú sí", + "subscription.usage_heading": "Ìlò", + "upload.browse_button": "Ṣawari Awọn Faili", + "upload.button_processing": "N ṣiṣẹ...", + "upload.camera_button": "Gba Fọto / Firanṣẹ Ikọkọ", + "upload.download_button": "Gba lati ayelujara ati Ṣiṣẹ", + "upload.downloading": "N gba faili lati URL...", + "upload.drag_drop": "Fa & ju awọn faili nibi tabi tẹ lati ṣawari", + "upload.drop_hint_desktop": "Fa & ju awọn faili tabi awọn folda nibi, tabi tẹ lati yan awọn faili.", + "upload.drop_hint_mobile": "Tẹ lati yan awọn faili tabi lo bọtini kamẹra ni isalẹ.", + "upload.drop_zone_aria": "Ibi fifiranṣẹ faili. Fa ati ju awọn faili nibi, tabi tẹ Enter lati ṣawari awọn faili.", + "upload.error": "Fifiranṣẹ kuna", + "upload.error_invalid_url": "Ilana URL ti ko tọ", + "upload.error_url_required": "Jọwọ tẹ URL kan", + "upload.file_size_hint": "Iwọn to pọju: 500 MB fun faili kọọkan", + "upload.file_types": "Awọn iru ti a gba: PDF, awọn iwe aṣẹ Office (Word, Excel, PowerPoint, ati bẹbẹ lọ), Awọn aworan", + "upload.filename_description": "Fi silẹ laisi nkan lati lo orukọ faili lati URL", + "upload.filename_label": "Orukọ faili (yan)", + "upload.filename_placeholder": "iwe-mi.pdf", + "upload.max_size": "Iwọn faili to pọ julọ: {size}", + "upload.page_title": "Fifiranṣẹ Awọn Faili", + "upload.section_device": "Fifiranṣẹ lati Ẹrọ", + "upload.section_url": "Fifiranṣẹ lati URL", + "upload.select_file": "Yan Faili", + "upload.success": "A ti gbe faili naa ṣe成功", + "upload.title": "Gbe iwe silẹ", + "upload.uploading": "N gbe...", + "upload.url_description": "Tẹ ọna asopọ taara si faili kan (PDF, iwe ọfiisi, tabi awọn aworan)", + "upload.url_label": "URL faili", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/zh-TW.json b/frontend/translations/zh-TW.json new file mode 100644 index 00000000..030c0674 --- /dev/null +++ b/frontend/translations/zh-TW.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "認識創作者", + "about.creator_name": "Christian Krakau-Louis", + "about.creator_pre": "DocuElevate 由以下人員熱情開發", + "about.features_admin_api": "強大的 REST API 供程式化存取", + "about.features_admin_config": "透過環境變數高度可配置", + "about.features_admin_docker": "適用於 Docker 以便於部署和擴展", + "about.features_admin_heading": "管理", + "about.features_admin_oauth2": "支援與 Authentik 的 OAuth2 認證", + "about.features_automation_background": "使用 Redis 和 Celery 的背景處理", + "about.features_automation_gmail": "Gmail 和一般電子郵件帳戶整合", + "about.features_automation_heading": "自動化", + "about.features_automation_imap": "從多個來源的 IMAP 收件箱輪詢", + "about.features_automation_ingestion": "自動化文檔攝取來自各種輸入", + "about.features_heading": "主要功能", + "about.features_integration_cloud": "雲端儲存:Dropbox、Google Drive、OneDrive、Amazon S3", + "about.features_integration_heading": "整合與儲存", + "about.features_integration_multi_dest": "多目的地支援(在多個位置儲存文檔)", + "about.features_integration_protocols": "傳輸協議:FTP、SFTP、電子郵件轉發", + "about.features_integration_selfhosted": "自托管選項:Nextcloud、Paperless NGX、WebDAV", + "about.features_processing_classification": "智能文檔分類和日期提取", + "about.features_processing_heading": "文檔處理", + "about.features_processing_metadata": "使用可插拔 AI 提供者進行自動化元數據提取", + "about.features_processing_ocr": "由 Azure Document Intelligence 驅動的 OCR", + "about.features_processing_pdf": "透過 Gotenberg 進行各種文件格式的 PDF 轉換", + "about.features_processing_upload": "簡單且安全的文件上傳,支援拖放", + "about.github_logo_alt": "GitHub 標誌", + "about.heading": "關於 DocuElevate", + "about.intro_post": " – 您現代化、智能的文檔處理解決方案!我們已經建立了 DocuElevate 來徹底改變您處理文檔的方式 – 從上傳到提取,從處理到儲存。", + "about.intro_pre": "歡迎來到 ", + "about.involved_description": "想深入了解代碼、貢獻想法或了解更多關於 DocuElevate 的信息?", + "about.involved_docs": "閱讀文檔", + "about.involved_github": "查看 GitHub 上的 DocuElevate", + "about.involved_heading": "參與", + "about.involved_website": "訪問 DocuElevate 網站", + "about.legal_description": "我們關心您的隱私和數據安全。請查看我們的:", + "about.legal_heading": "隱私與法律", + "about.legal_license": "許可資訊", + "about.legal_privacy": "隱私聲明", + "about.page_title": "關於 DocuElevate", + "about.story_heading": "我們的故事", + "about.story_p1": "DocuElevate 的創建目標是簡化並優化文檔管理,無論您是小型創業公司還是大型企業。", + "about.story_p2": "我們利用可插拔的 AI 服務提供者(OpenAI、Anthropic Claude、Google Gemini、Ollama、OpenRouter、Portkey 等)進行元數據提取和文本優化,與 Dropbox、Nextcloud 和 Paperless NGX 無縫整合以進行存儲和索引,利用 Azure Document Intelligence 進行 OCR,甚至使用 Gotenberg 進行文件到 PDF 的轉換。", + "api_tokens.col_created": "創建", + "api_tokens.col_last_ip": "最後的 IP", + "api_tokens.col_last_used": "最後使用", + "api_tokens.col_name": "名稱", + "api_tokens.col_prefix": "令牌前綴", + "api_tokens.copy_to_clipboard": "將令牌複製到剪貼板", + "api_tokens.copy_upload_example": "將上傳示例複製到剪貼板", + "api_tokens.copy_warning_1": "現在複製此令牌 — 它將", + "api_tokens.copy_warning_2": "不再顯示", + "api_tokens.create_heading": "創建新令牌", + "api_tokens.create_token": "創建令牌", + "api_tokens.creating": "創建中…", + "api_tokens.heading": "API 令牌", + "api_tokens.intro": "創建個人 API 令牌以與 DocuElevate API 進行編程互動。使用令牌進行 webhook 上傳、CI/CD 管道或任何需要上傳或檢索文檔的腳本。", + "api_tokens.loading_tokens": "加載令牌中…", + "api_tokens.never": "從不", + "api_tokens.no_tokens_heading": "尚無 API 令牌", + "api_tokens.no_tokens_help": "在上方創建您的第一個令牌以開始使用。", + "api_tokens.page_title": "API 令牌 – DocuElevate", + "api_tokens.revoke": "撤銷", + "api_tokens.revoke_prefix": "撤銷令牌", + "api_tokens.status_active": "活躍", + "api_tokens.status_revoked": "已撤銷", + "api_tokens.table_aria": "API 令牌", + "api_tokens.token_created": "令牌成功創建!", + "api_tokens.token_name_label": "令牌名稱", + "api_tokens.token_name_placeholder": "例如:CI 管道、Webhook 上傳、我的腳本", + "api_tokens.usage_heading": "使用示例", + "api_tokens.usage_intro_post": "任何 API 請求的標頭:", + "api_tokens.usage_intro_pre": "在", + "api_tokens.your_tokens": "您的令牌", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "資源", + "audit.col_timestamp": "時間戳", + "audit.critical": "關鍵", + "audit.filter_action": "操作", + "audit.filter_all_actions": "所有操作", + "audit.filter_all_users": "所有使用者", + "audit.filter_resource_placeholder": "例如:文件、使用者", + "audit.filter_resource_type": "資源類型", + "audit.filter_severity": "嚴重性", + "audit.filter_user": "使用者", + "audit.filters_section_label": "審計日誌過濾器", + "audit.next": "下一步", + "audit.next_label": "下一頁", + "audit.no_events": "尚未記錄任何審計事件。", + "audit.no_events_hint": "重要行動(登入、文件操作、設定變更)將顯示在這裡。", + "audit.page_title": "審計日誌 - DocuElevate", + "audit.pagination_label": "審計日誌分頁", + "audit.prev": "上一頁", + "audit.prev_label": "前一頁", + "audit.refresh_label": "重新整理審計日誌", + "audit.siem_disabled_title": "SIEM 轉發已禁用", + "audit.siem_enabled_title": "事件正在轉發至 ", + "audit.siem_off": "SIEM:關閉", + "audit.subtitle": "所有重要行動的全面、附加式記錄。", + "audit.table_label": "審計日誌事件", + "audit.title": "審計日誌", + "auth.confirm_password": "確認密碼", + "auth.create_account": "創建帳戶", + "auth.display_name_label": "顯示名稱", + "auth.email_label": "電子郵件", + "auth.forgot_password": "忘記密碼?", + "auth.forgot_username": "忘記使用者名稱?", + "auth.login": "登入", + "auth.login_title": "登入", + "auth.logo_alt": "DocuElevate 標誌", + "auth.logout": "登出", + "auth.my_account": "我的帳戶", + "auth.no_account": "還沒有帳戶?", + "auth.or_continue_with": "或使用以下方式繼續", + "auth.password_label": "密碼", + "auth.profile": "個人資料", + "auth.remember_me": "記住我", + "auth.return_home": "返回主頁", + "auth.sign_in": "登入", + "auth.sign_in_sso": "使用 SSO 登入", + "auth.sign_in_with": "使用這個帳號登入", + "auth.sign_in_with_username": "使用用戶名登入", + "auth.signup": "註冊", + "auth.signup_title": "註冊", + "auth.username_label": "用戶名", + "auth.username_or_email": "用戶名或電子郵件", + "auth.verify_email_back_sign_in": "返回登入", + "auth.verify_email_expiry": "該連結在24小時內過期。如果您沒有看到電子郵件,請檢查您的垃圾郵件文件夾。", + "auth.verify_email_heading": "檢查您的收件箱", + "auth.verify_email_message": "我們已經發送了一封驗證電子郵件給您。請點擊電子郵件中的連結以激活您的帳戶。", + "auth.verify_email_page_title": "DocuElevate - 驗證您的電子郵件", + "auth.verify_email_resend_aria_label": "重新發送的電子郵件地址", + "auth.verify_email_resend_button": "重新發送驗證電子郵件", + "auth.verify_email_resend_label": "電子郵件地址", + "auth.verify_email_resend_placeholder": "輸入您的電子郵件地址", + "auth.verify_email_resend_prompt": "沒有收到它嗎?", + "backup.archives_heading": "備份檔案", + "backup.backup_now": "立即備份", + "backup.clean_up": "清理", + "backup.cleanup_title": "立即執行保留清理", + "backup.col_created": "建立", + "backup.col_filename": "檔案名稱", + "backup.col_size": "大小", + "backup.col_storage": "儲存", + "backup.col_type": "類型", + "backup.config_auto_backup": "自動備份", + "backup.config_remote_dest": "遠端目的地", + "backup.config_retention": "保留", + "backup.config_total_size": "總本地大小", + "backup.confirm_btn": "確認", + "backup.confirm_title": "確認操作", + "backup.heading": "備份管理", + "backup.local_only": "僅限本地", + "backup.no_backups": "尚未有備份。", + "backup.no_backups_hint": "點擊立即備份以創建您的第一個備份。", + "backup.page_title": "備份管理", + "backup.records_label": "記錄", + "backup.restore_btn": "還原", + "backup.restore_desc_mid": "備份檔案以還原資料庫。", + "backup.restore_desc_pre": "上傳一個", + "backup.restore_desc_warning": "這將覆蓋所有當前數據。", + "backup.restore_file_label": "備份檔案 (.db.gz)", + "backup.restore_heading": "從檔案還原", + "backup.restoring": "正在還原\n0…", + "backup.retention_daily_detail": "\u0001C保留3週", + "backup.retention_heading": "保留政策", + "backup.retention_hourly_detail": "\u0001C保留4天", + "backup.retention_note": "超過這些限制的備份在每次創建新備份後將自動修剪。", + "backup.retention_weekly_detail": "\u0001C保留約3個月", + "backup.snapshots": "快照", + "backup.status_ok": "正常", + "backup.storage_local": "本地", + "backup.subtitle": "數據庫備份將自動創建:每小時(4天),每天(3週),每週(13週)。", + "backup.table_aria": "備份檔案", + "backup.trigger_daily": "立即備份(每日)", + "backup.trigger_hourly": "立即備份(每小時)", + "backup.trigger_weekly": "立即備份(每週)", + "backup.type_daily": "每日", + "backup.type_hourly": "每小時", + "backup.type_weekly": "每週", + "billing.go_to_dashboard": "前往儀表板", + "billing.manage_subscription": "管理訂閱", + "billing.success_heading": "您已經設置完成!", + "billing.success_message": "您的訂閱已激活。感謝您選擇 DocuElevate!", + "billing.success_page_title": "DocuElevate - 訂閱已激活", + "common.actions": "操作", + "common.active": "已啟用", + "common.all": "全部", + "common.avatar": "頭像", + "common.back": "返回", + "common.cancel": "取消", + "common.close": "關閉", + "common.col_pending": "待處理", + "common.completed": "已完成", + "common.confirm": "確認", + "common.copied": "已複製!", + "common.copy": "複製", + "common.create": "創建", + "common.created": "已創建", + "common.date": "日期", + "common.delete": "刪除", + "common.description": "描述", + "common.details": "詳情", + "common.disabled": "已禁用", + "common.download": "下載", + "common.duplicate": "複製", + "common.edit": "編輯", + "common.enabled": "已啟用", + "common.error": "錯誤", + "common.failed": "失敗", + "common.filter": "過濾器", + "common.inactive": "不活動", + "common.info": "資訊", + "common.loading": "加載中...", + "common.name": "名稱", + "common.next": "下一步", + "common.next_page": "下一頁", + "common.no": "否", + "common.none": "無", + "common.page": "頁", + "common.paused": "已暫停", + "common.pending": "待定", + "common.prev_page": "上一頁", + "common.previous": "上一個", + "common.processing": "處理中", + "common.refresh": "刷新", + "common.reset": "重置", + "common.retry": "重試", + "common.save": "保存", + "common.search": "搜索", + "common.select": "選擇", + "common.select_placeholder": "— 請選擇 —", + "common.size": "大小", + "common.status": "狀態", + "common.submit": "提交", + "common.success": "成功", + "common.tags": "標籤", + "common.test": "測試", + "common.test_connection": "測試連接", + "common.type": "類型", + "common.update": "更新", + "common.updated": "已更新", + "common.upload": "上傳", + "common.view": "查看", + "common.warning": "警告", + "common.yes": "是", + "cookie.accept": "知道了", + "cookie.learn_more": "了解更多", + "cookie.message": "本網站使用 Cookies 來改善您的體驗。", + "cookie.notice": "DocuElevate 僅使用必要的會話 Cookies,這些 Cookies 用於身份驗證和服務操作。未使用任何追蹤或分析 Cookies。", + "cookie.notice_label": "Cookie 通知", + "cookie.policy_link": "Cookie 政策", + "cookie.privacy_link": "隱私通知", + "credentials.col_action": "操作", + "credentials.col_credential": "憑證", + "credentials.col_source": "來源", + "credentials.configured": "已配置", + "credentials.edit_in_settings": "在設定中編輯", + "credentials.legend_db": "存儲在數據庫中的值(靜態加密;覆蓋環境變數)", + "credentials.legend_env_after": " 檔案", + "credentials.legend_env_before": "來自環境變數或 ", + "credentials.legend_missing": "憑證未設置 — 整合將不會正常運作", + "credentials.legend_restart": "當此憑證被旋轉時需要重新啟動", + "credentials.legend_title": "圖例", + "credentials.manage_settings": "管理設定", + "credentials.not_configured": "未配置", + "credentials.page_title": "憑證審計 - DocuElevate", + "credentials.raw_json": "原始 JSON(API)", + "credentials.restart_title": "旋轉此憑證後需要重新啟動", + "credentials.source_db_title": "存儲在數據庫中(加密)", + "credentials.source_env_title": "來自環境變數", + "credentials.status_missing": "缺失", + "credentials.subtitle": "概述 DocuElevate 使用的所有敏感憑證。這裡不顯示任何秘密值 — 只有每個憑證是否已配置以及其來源。", + "credentials.table_for": "憑證適用於", + "credentials.title": "憑證審計", + "credentials.total_credentials": "總憑證數", + "dashboard.active_integrations": "活動整合", + "dashboard.files_this_month": "本月文件", + "dashboard.files_today": "今天的文件", + "dashboard.ocr_processed": "已處理的 OCR", + "dashboard.quick_actions": "快速操作", + "dashboard.recent_activity": "最近活動", + "dashboard.storage_targets": "存儲目標", + "dashboard.title": "儀表板", + "dashboard.total_files": "文件總數", + "dashboard.welcome": "歡迎來到 DocuElevate", + "duplicates.file_id_label": "檔案 ID", + "duplicates.file_id_placeholder": "例如 42", + "duplicates.find_btn": "查找", + "duplicates.found_files": "共找到重複檔案。", + "duplicates.found_groups": "共找到重複群組,有", + "duplicates.found_prefix": "找到", + "duplicates.group_aria": "重複群組", + "duplicates.heading": "重複文件", + "duplicates.how_it_works_heading": "近似重複檢測的工作原理", + "duplicates.max_results_label": "最大結果", + "duplicates.near_dup_desc": "選擇一個文件以檢查是否有其他文件包含相同(或非常相似)的內容——即使它們是在不同時間掃描的,並且具有不同的 SHA-256 哈希。", + "duplicates.near_dup_heading": "查找文件的近似重複", + "duplicates.no_exact_heading": "未找到精確重複", + "duplicates.page_title": "重複文件 - DocuElevate", + "duplicates.pagination_aria": "分頁", + "duplicates.role_duplicate": "重複", + "duplicates.role_original": "原始", + "duplicates.tab_exact": "精確重複", + "duplicates.tab_near": "近似重複查找器", + "duplicates.tabs_aria": "重複檢測標籤", + "duplicates.threshold_label": "相似性閾值", + "duplicates.view_dup_aria": "查看重複檔案", + "duplicates.view_original_aria": "查看原始檔案", + "error.404_code": "404", + "error.404_heading": "哎呀,我們找不到那個頁面!", + "error.404_home": "返回首頁", + "error.404_message": "看起來 DocuElevate 把您要找的文件放錯地方了。別擔心 - 我們會幫助您。", + "error.404_title": "404 - 找不到", + "error.500_code": "500", + "error.500_debug_info": "顯示除錯信息", + "error.500_description": "我們的伺服器遇到了問題,需要一點時間。", + "error.500_heading": "哎呀!發生了一些問題。", + "error.500_home": "回家", + "error.500_img_alt": "伺服器錯誤的插圖", + "error.500_message1": "我們的伺服器遇到了問題,需要一點時間。也許是倉鼠把咖啡潑了?", + "error.500_message2": "我們已經開始處理了——整理檔案,重啟伺服器,重新校準通量電容器。", + "error.500_title": "伺服器錯誤 - DocuElevate", + "error.forbidden": "禁止", + "error.forbidden_message": "您無權訪問此頁面。", + "error.not_found": "找不到頁面", + "error.not_found_message": "您要尋找的頁面不存在。", + "error.server_error": "內部伺服器錯誤", + "error.server_error_message": "出現了問題。請稍後再試。", + "error.unauthorized": "未授權", + "error.unauthorized_message": "您需要登入以訪問該頁面。", + "files.action_delete": "刪除檔案", + "files.action_details": "查看詳情", + "files.action_preview": "快速預覽", + "files.bulk_clear_selection": "清除選擇", + "files.bulk_cloud_ocr": "重新運行雲端 OCR", + "files.bulk_delete": "刪除選中項", + "files.bulk_download": "下載為 ZIP", + "files.bulk_reprocess": "重新處理選中項", + "files.delete_modal_cancel": "取消", + "files.delete_modal_confirm": "刪除", + "files.delete_modal_message": "您確定要刪除此檔案嗎?", + "files.delete_modal_title": "確認刪除", + "files.document_title": "文檔標題", + "files.drop_overlay_hint": "支援 PDF、Office 檔、圖片、HTML、Markdown 等 – 資料夾將遞歸處理", + "files.drop_overlay_title": "將檔案或資料夾拖曳到這裡上傳", + "files.error_hint": "這可能是由於配置或導入問題。請檢查伺服器日誌。", + "files.file_size": "檔案大小", + "files.filename": "檔案名稱", + "files.files_selected": "已選擇檔案", + "files.filter_all_providers": "所有提供者", + "files.filter_all_statuses": "所有狀態", + "files.filter_all_types": "所有類型", + "files.filter_apply": "應用篩選器", + "files.filter_clear": "清除", + "files.filter_date_from": "日期從", + "files.filter_date_from_aria": "從日期篩選", + "files.filter_date_to": "日期至", + "files.filter_date_to_aria": "至日期篩選", + "files.filter_form_aria": "篩選檔案", + "files.filter_mime_type": "MIME 類型", + "files.filter_ocr_all": "所有檔案", + "files.filter_ocr_good": "良好品質", + "files.filter_ocr_poor": "品質不佳", + "files.filter_ocr_quality": "OCR 品質", + "files.filter_ocr_quality_aria": "按 OCR 質量分數篩選", + "files.filter_ocr_unchecked": "尚未評估", + "files.filter_search_label": "搜索檔名", + "files.filter_search_placeholder": "輸入檔名...", + "files.filter_storage_provider": "儲存提供者", + "files.filter_tags_aria": "按標籤篩選(以逗號分隔)", + "files.filter_tags_placeholder": "例如:發票,亞馬遜", + "files.fulltext_search_label": "全文搜索(OCR 文字、元數據、標籤)", + "files.fulltext_search_placeholder": "搜索文件內容、發件人、標籤、類型...", + "files.no_files": "找不到任何文件", + "files.ocr_status": "OCR 狀態", + "files.page_title": "文件記錄", + "files.pagination_files": "文件", + "files.pagination_first": "第一個", + "files.pagination_last": "最後一個", + "files.pagination_nav_aria": "文件列表分頁", + "files.pagination_next": "下一個", + "files.pagination_of": "的", + "files.pagination_previous": "上一個", + "files.pagination_showing": "顯示", + "files.preview_modal_close": "關閉預覽", + "files.preview_modal_title": "預覽", + "files.queue_banner_items": "項目正在排隊或處理中。處理完成後,文件將出現在這裡。", + "files.queue_banner_link": "查看隊列", + "files.saved_searches_empty": "尚未保存搜索", + "files.saved_searches_error": "無法加載已保存的搜索", + "files.saved_searches_label": "已保存的搜索", + "files.saved_searches_save": "保存當前", + "files.saved_searches_save_aria": "將當前篩選器保存為已保存的搜索", + "files.search_results_empty": "未找到結果。", + "files.search_results_title": "搜索結果", + "files.status_duplicate": "重複", + "files.table_actions": "操作", + "files.table_aria": "文件記錄", + "files.table_created_at": "創建於", + "files.table_empty": "找不到任何文件", + "files.table_id": "ID", + "files.table_mime_type": "MIME 類型", + "files.table_original_filename": "原始檔名", + "files.table_select_all": "選擇此頁面的所有文件", + "files.tags": "標籤", + "files.title": "檔案", + "files.upload_modal_aria": "上傳進度", + "files.upload_modal_close": "關閉上傳進度", + "files.upload_modal_header": "上傳檔案", + "files.uploaded": "已上傳", + "footer.about": "關於", + "footer.attribution": "歸屬", + "footer.attributions": "歸屬", + "footer.cookies": "Cookies", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "印刷", + "footer.license": "授權", + "footer.navigation": "頁尾導航", + "footer.privacy": "隱私", + "footer.terms": "條款", + "footer.version": "版本 {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "與 OAuth 連接。檔案會放入您選擇的資料夾中。", + "help.destinations_email": "電子郵件轉發", + "help.destinations_email_desc": "處理過的檔案作為 SMTP 附件發送。", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "服務帳戶或 OAuth。支援共享驅動器。", + "help.destinations_heading": "目的地 - 文件的去向", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "通過 WebDAV 自主托管的雲端存儲。", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Microsoft Graph API 整合。", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "將文件直接推送到 Paperless 進行存檔。", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "任何 S3 兼容的存儲桶(AWS、MinIO、Wasabi)。", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "安全文件傳輸到任何伺服器。", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "將元數據 POST 到任何外部端點。", + "help.documentation": "文檔", + "help.faq": "常見問題", + "help.faq_1_a": "導航到上傳頁面,拖放您的檔案或單擊選擇檔案。DocuElevate 將圖像和辦公文件轉換為 PDF,運行 OCR,並自動提取元數據。", + "help.faq_1_q": "我該如何上傳文件?", + "help.faq_2_a": "PDF、JPEG、PNG、TIFF、BMP、GIF、DOCX、XLSX、PPTX、ODT、ODS、TXT、RTF 和 HTML。非 PDF 檔案在處理前會自動轉換為 PDF。", + "help.faq_2_q": "支援哪些檔案格式?", + "help.faq_3_a": "是的。前往電子郵件攝取,新增 IMAP 帳戶,DocuElevate 將自動輪詢新郵件並處理附件。", + "help.faq_3_q": "我可以從電子郵件中攝取文件嗎?", + "help.faq_4_a": "管道讓您串聯處理步驟—OCR、AI 擷取、格式轉換—並將結果路由到一個或多個目標。可以從管道頁面創建和管理它們。", + "help.faq_4_q": "處理管道如何運作?", + "help.faq_5_a": "DocuElevate 在靜態時加密憑據,通過 TLS 進行通信,且不會將您的文件存儲超過必要的時間。詳情請參閱隱私通知。", + "help.faq_5_a_post": "以獲取完整詳情。", + "help.faq_5_a_pre": "DocuElevate 會加密靜態憑證,通過 TLS 進行通訊,並且從不會儲存您的文件超過必要的時間。請參閱 ", + "help.faq_5_q": "我的數據安全嗎?", + "help.faq_heading": "常見問題", + "help.getting_started": "開始使用", + "help.heading": "幫助中心", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "使用 REST API 以編程方式推送文件。通過 Bearer 令牌進行身份驗證並將文件 POST 到上傳端點。", + "help.ingestion_heading": "數據攝取工具", + "help.ingestion_mobile": "移動應用程式", + "help.ingestion_mobile_desc": "使用任何支持自定義 HTTP 上傳位置的移動掃描應用程式,從您的手機或平板電腦將照片和掃描發送到 DocuElevate。", + "help.ingestion_scanners": "網路掃描儀", + "help.ingestion_scanners_desc": "將任何網路掃描儀或多功能打印機指向 DocuElevate 的上傳端點。掃描的文件將直接進入您的處理隊列。", + "help.ingestion_watched_folders": "監視文件夾", + "help.ingestion_watched_folders_desc": "配置本地或網路文件夾以進行監控。放置在監視文件夾中的任何文件會自動上傳並由 DocuElevate 處理。", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "將 DocuElevate 集成到您的自動化工作流中,使用 Zapier、n8n 或 Make。使用 REST API 操作來觸發來自任何事件的文件上傳。", + "help.meta_description": "獲取 DocuElevate 的幫助 – 查找關於上傳文件、連接雲存儲、設置管道等的指南。", + "help.og_description": "獲取 DocuElevate 的幫助 – 查找關於上傳文件、連接雲存儲、設置管道等的指南。", + "help.page_title": "幫助中心", + "help.privacy_notice": "隱私通知", + "help.quickstart_heading": "快速入門", + "help.quickstart_storage": "連接儲存空間", + "help.quickstart_storage_desc": "前往設置並鏈接您的雲端帳號。處理過的文件會自動路由到您配置的每個目標。", + "help.quickstart_storage_desc_full": "前往集成並鏈接您的雲存儲帳戶。DocuElevate 支持 Dropbox、Google Drive、OneDrive、Amazon S3、Nextcloud 等。處理的文件會自動路由到您配置的每個目的地。", + "help.quickstart_upload": "上傳文件", + "help.quickstart_upload_desc": "將檔案拖放到上傳頁面或點擊選擇檔案。DocuElevate 自動將圖片和辦公文件轉換為 PDF,運行 OCR 並提取元數據。", + "help.quickstart_workflows": "自動化工作流程", + "help.quickstart_workflows_desc": "創建管道以定義多步處理和路由規則。在單個流程中結合 OCR、AI 擷取、格式轉換和交付。", + "help.sources_email_ingestion": "電子郵件攝取 (IMAP)", + "help.sources_email_ingestion_desc": "將文件轉發到專用郵箱。在電子郵件攝取下,新增一個或多個 IMAP 帳戶。DocuElevate 自動輪詢新郵件並處理附件。", + "help.sources_heading": "來源—獲取文件", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "通過 POST 檔案到 /api/upload 進行程序性集成。非常適合腳本、監視文件夾、掃描器或像 Zapier 和 n8n 的第三方工具。", + "help.sources_scanner": "掃描器和移動設備", + "help.sources_scanner_desc": "將網絡掃描器指向 DocuElevate 的上傳端點或使用任何支持自訂 HTTP 目的地的移動掃描應用。", + "help.sources_scanner_desc_full": "配置您的網路掃描儀或多功能打印機將掃描直接發送到 DocuElevate。使用 /api/upload 端點作為目的地。也支持具有自定義上傳目的地的移動掃描應用程式。", + "help.sources_web_upload": "網頁上傳", + "help.sources_web_upload_desc": "開始的最快方法。打開上傳頁面,拖入一個或多個文件,DocuElevate 會處理剩下的。支援的格式包括 PDF、JPEG、PNG、TIFF、DOCX、XLSX 等等。", + "help.subheading": "獲取 DocuElevate 最大利益所需的一切。瀏覽下方主題或搜索您需要的內容。", + "help.support": "支援", + "help.support_admin_message": "聯繫您的管理員以獲取支援信息。", + "help.support_description": "找不到您在尋找的內容?我們的支援團隊隨時為您提供幫助。", + "help.support_heading": "聯繫支援", + "help.support_live_chat": "提供即時聊天 – 點擊聊天氣泡開始對話。", + "help.support_ticket_button": "提交工單", + "help.support_ticket_desc": "填寫以下表單,我們的支援團隊將儘快與您聯繫。", + "help.support_ticket_heading": "打開支援工單", + "help.title": "幫助中心", + "help.workflows_creating": "創建管道", + "help.workflows_definition": "管道是一系列處理步驟,每當攝取文件時都会自動運行。每個步驟可以轉換、豐富或路由文件。", + "help.workflows_heading": "工作流程和管道", + "help.workflows_step_1": "轉換為 PDF", + "help.workflows_step_1_create": "前往主菜單中的管道。", + "help.workflows_step_1_full": "轉換為 PDF – 所有傳入文件都會統一為一致的 PDF 格式。", + "help.workflows_step_2": "OCR – 提取文字", + "help.workflows_step_2_create": "點擊新建管道並為其命名。", + "help.workflows_step_2_full": "OCR – 使用 Azure Document Intelligence 或內置引擎從掃描頁面中提取可選文本。", + "help.workflows_step_3": "AI 元數據提取", + "help.workflows_step_3_create": "添加所需的處理步驟。", + "help.workflows_step_3_full": "AI 元數據提取 – 使用 OpenAI 分類文件類型並提取金額、日期和姓名等關鍵字段。", + "help.workflows_step_4": "交付至一個或多個目的地", + "help.workflows_step_4_create": "選擇一個或多個交付目的地。", + "help.workflows_step_5_create": "保存 – 新文檔將自動通過此管道處理。", + "help.workflows_typical_steps": "典型步驟", + "help.workflows_what_is": "什麼是管道?", + "index.badge_intelligent": "智能文檔處理", + "index.button_browse_files": "瀏覽文件", + "index.button_upload": "上傳", + "index.capabilities_cloud": "雲存儲:Dropbox、OneDrive、Google Drive、NextCloud", + "index.capabilities_ingestion": "基於電子郵件和 URL 的文檔攝取", + "index.capabilities_ocr": "使用 AI 的 OCR 和元數據提取", + "index.capabilities_paperless": "Paperless-ngx 文檔管理集成", + "index.capabilities_title": "功能", + "index.capabilities_workflows": "自動分類和路由工作流程", + "index.cta_description": "加入已經使用 DocuElevate 自動化文檔處理的團隊。", + "index.cta_heading": "準備提升您的文檔工作流程嗎?", + "index.cta_pricing": "查看價格", + "index.cta_signup": "創建免費賬戶", + "index.dashboard_subtitle": "智能文檔處理和管理", + "index.dashboard_subtitle_teams": "智能文檔處理和管理 — 為團隊而生", + "index.feature_ai": "AI 元數據提取", + "index.feature_ai_desc": "OpenAI、Claude、Gemini 及其他可插拔 AI 提供商分類文檔並提取關鍵字段,如日期、金額和主題。", + "index.feature_cloud": "多雲存儲", + "index.feature_cloud_desc": "將處理的文件路由至 Dropbox、Google Drive、OneDrive、Amazon S3、Nextcloud、Paperless NGX、WebDAV、FTP/SFTP 等。", + "index.feature_email": "電子郵件和 IMAP 攝取", + "index.feature_email_desc": "自動從 Gmail 或任何 IMAP 郵箱提取文檔 — 無需手動上傳。", + "index.feature_ocr": "OCR 和文本提取", + "index.feature_ocr_desc": "Azure 文檔智能自動將掃描的 PDF 和圖像轉換為可完全搜索的文本。", + "index.feature_pipelines": "自定義管道", + "index.feature_pipelines_desc": "構建具有可配置步驟的處理管道 — OCR、AI 提取、格式轉換和存儲路由,無需特定順序。", + "index.feature_search": "全文搜索", + "index.feature_search_desc": "立即按內容、元數據或標籤在整個檔案庫中找到任何文檔。", + "index.feature_section_title": "您智能文檔工作流程所需的一切", + "index.getting_started": "開始使用", + "index.getting_started_1": "透過系統狀態配置整合", + "index.getting_started_2": "上傳您的第一個文件", + "index.getting_started_3": "查看文件中的結果", + "index.getting_started_learn": "了解更多關於DocuElevate的資訊", + "index.hero_description": "DocuElevate 讀取您的文檔,執行OCR,使用AI提取元數據,並將文件路由到Dropbox、Google Drive、OneDrive、S3、Nextcloud等全都在一個無縫管道中。", + "index.hero_heading": "從上傳到洞察 — 自動化", + "index.hero_login": "登錄", + "index.hero_pricing": "查看計劃與定價", + "index.hero_signup": "開始使用 — 免費", + "index.integrations_active": "活躍的整合", + "index.integrations_storage": "儲存目標", + "index.integrations_title": "整合", + "index.integrations_view_status": "查看系統狀態", + "index.page_title_dashboard": "儀表板", + "index.page_title_public": "智能文檔處理", + "index.platform_overview": "平台概覽", + "index.processing_stats": "處理統計", + "index.quick_actions": "快速操作", + "index.quick_documents": "我的文件", + "index.quick_documents_desc": "瀏覽您的處理過的文件", + "index.quick_search": "搜索", + "index.quick_search_desc": "文檔中的全文搜索", + "index.quick_subscription": "我的訂閱", + "index.quick_subscription_desc": "查看計劃和使用詳情", + "index.quick_system_status": "系統狀態", + "index.quick_system_status_desc": "檢查整合健康狀況", + "index.quick_upload": "上傳文件", + "index.quick_upload_desc": "處理新文件", + "index.quick_view_files": "查看所有文件", + "index.quick_view_files_desc": "瀏覽處理過的文檔", + "index.single_user_heading": "DocuElevate儀表板", + "index.single_user_subtitle": "智能文檔處理與管理", + "index.stat_active_integrations": "活躍整合", + "index.stat_active_users": "活躍用戶", + "index.stat_files_month": "本月文件", + "index.stat_files_ocr": "帶有OCR的文件", + "index.stat_files_today": "今天的文件", + "index.stat_storage_targets": "儲存目標", + "index.stat_this_month": "本月", + "index.stat_today": "今天", + "index.stat_total_files": "總文件數", + "index.stat_total_processed": "總處理數", + "index.tier_plan": "計劃", + "index.tier_upgrade": "升級", + "index.tier_view_details": "查看完整詳情", + "index.upgrade_daily_limits": "更高的每日和每月限制", + "index.upgrade_description": "解鎖更多文件、更多目的地和優先支持。", + "index.upgrade_destinations": "更多儲存目的地", + "index.upgrade_ocr_pages": "更多 OCR 頁面", + "index.upgrade_plan": "升級你的計劃", + "index.upgrade_view_pricing": "查看計劃和定價", + "index.usage_lifetime": "終身文件", + "index.usage_month": "本月文件", + "index.usage_my_usage": "我的使用情況", + "index.usage_today": "今天的文件", + "index.usage_unlimited": "無限制", + "integrations.access_key_label": "訪問金鑰 ID", + "integrations.active_label": "啟用", + "integrations.add_button": "添加整合", + "integrations.add_first_button": "添加您的第一個整合", + "integrations.api_token_label": "API 令牌", + "integrations.authorize_btn": "授權", + "integrations.authorize_reauth": "重新授權", + "integrations.bucket_label": "桶", + "integrations.configure": "配置", + "integrations.connect": "連接", + "integrations.connected": "已連接", + "integrations.connection_failed": "連接失敗", + "integrations.connection_success": "連接成功", + "integrations.delete_confirm_are_you_sure": "您確定要刪除嗎", + "integrations.delete_confirm_title": "刪除整合?", + "integrations.delete_confirm_undone": "此操作無法撤回。", + "integrations.delete_emails_label": "處理後刪除郵件", + "integrations.delete_files_label": "處理後刪除文件", + "integrations.destinations_quota_label": "儲存目標:", + "integrations.destinations_section": "目標", + "integrations.direction_destination": "目標 (儲存)", + "integrations.direction_label": "方向", + "integrations.direction_placeholder": "— 選擇 —", + "integrations.direction_source": "來源 (攝取)", + "integrations.disconnect": "斷開連接", + "integrations.email_settings": "郵件轉發設置", + "integrations.empty_state": "未配置任何集成", + "integrations.endpoint_label": "端點 URL", + "integrations.endpoint_optional": "(可選,適用於 S3 相容)", + "integrations.folder_label": "文件夾", + "integrations.folder_optional": "(可選)", + "integrations.folder_path_label": "資料夾路徑", + "integrations.folder_prefix_label": "資料夾前綴", + "integrations.generic_settings_hint": "此整合類型的配置可以在創建後通過 API 作為 JSON 提供。", + "integrations.gmail_hint": "Gmail 標籤和星標:啟用時,處理的郵件會被標記為星標並添加 \"已攝取\" 標籤。僅適用於 Gmail 伺服器。", + "integrations.gmail_labels": "應用 Gmail 標籤和星標", + "integrations.host_label": "主機", + "integrations.imap_settings": "IMAP 設定", + "integrations.loading": "正在加載整合……", + "integrations.modal_close": "關閉彈窗", + "integrations.modal_title_add": "添加整合", + "integrations.modal_title_edit": "編輯整合", + "integrations.name_label": "標籤", + "integrations.name_placeholder": "例如:工作 Gmail, S3 存檔", + "integrations.nextcloud_settings": "Nextcloud 設定", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "新增您的第一個整合以連接資料攝取來源(如 IMAP)和儲存目的地(如 S3、Dropbox 或 Google Drive)。", + "integrations.not_connected": "未連接", + "integrations.oauth_folder_label": "資料夾", + "integrations.oauth_hint": "首先儲存此整合,然後使用授權按鈕完成 OAuth 流程。您的憑證將安全地儲存在您的個人整合記錄中。", + "integrations.page_title": "集成", + "integrations.paperless_settings": "Paperless NGX 設定", + "integrations.password_label": "密碼", + "integrations.paused": "已暫停", + "integrations.plan_label": "計劃:", + "integrations.port_label": "端口", + "integrations.quota_not_available": "(不可用)", + "integrations.quota_unlimited": "/ 不限", + "integrations.recipient_label": "收件人電子郵件", + "integrations.region_label": "區域", + "integrations.remote_path_label": "遠端路徑", + "integrations.s3_prefix_label": "前綴(資料夾路徑)", + "integrations.s3_settings": "S3 設定", + "integrations.secret_key_label": "密鑰訪問金鑰", + "integrations.show_password": "顯示密碼", + "integrations.show_secrets": "顯示密鑰", + "integrations.show_token": "顯示令牌", + "integrations.source_local": "本地檔案系統", + "integrations.source_type_label": "來源類型", + "integrations.sources_quota_label": "郵箱來源:", + "integrations.sources_section": "來源", + "integrations.subtitle": "在一個地方管理您的資料攝取來源和儲存目的地。", + "integrations.title": "集成", + "integrations.type_label": "整合類型", + "integrations.type_placeholder": "— 請先選擇方向 —", + "integrations.upgrade_plan": "升級計劃", + "integrations.use_ssl": "使用 SSL", + "integrations.username_label": "用戶名", + "integrations.watch_folder_settings": "監看資料夾設定", + "integrations.webdav_settings": "WebDAV 設定", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook 資料攝取", + "integrations.webhook_how_heading": "Webhook 資料攝取如何運作", + "integrations.webhook_how_text": "Webhook 整合允許外部系統通過 REST API 直接將文件推送到 DocuElevate。與其讓 DocuElevate 定期輪詢新文件(如 IMAP),您的應用程式可以使用帶有 API 令牌的 HTTP 請求將文件發送到 DocuElevate 以進行身份驗證。", + "integrations.webhook_ideal_text": "這非常適合 CI/CD 管道、自動化腳本、掃描器整合或任何生成文件且需要發送以進行處理的系統。", + "integrations.webhook_quick_start": "快速入門", + "integrations.webhook_security_tip": "為每個整合創建專用的 API 令牌,如果被損害則立即撤銷。令牌可以在 API 令牌頁面上管理。", + "integrations.webhook_step1": "前往 {api_tokens_link} 並創建個人令牌。", + "integrations.webhook_upload_with_token": "使用令牌通過 API 上傳文件:", + "language.bg": "保加利亞語", + "language.ca": "加泰羅尼亞語", + "language.change_success": "語言更改為 {language}", + "language.changed": "語言更改為 {language}", + "language.cs": "捷克語", + "language.da": "丹麥語", + "language.de": "德語", + "language.el": "希臘語", + "language.en": "英語", + "language.es": "西班牙語", + "language.et": "愛沙尼亞語", + "language.fi": "芬蘭語", + "language.fr": "法語", + "language.ga": "愛爾蘭語", + "language.hr": "克羅地亞語", + "language.hu": "匈牙利語", + "language.is": "冰島語", + "language.it": "義大利語", + "language.lb": "盧森堡語", + "language.lt": "立陶宛語", + "language.lv": "拉脫維亞語", + "language.nb": "挪威語", + "language.nl": "荷蘭語", + "language.no_results": "找不到語言", + "language.pl": "波蘭語", + "language.pt": "葡萄牙語", + "language.ro": "羅馬尼亞語", + "language.ru": "俄語", + "language.search_placeholder": "搜尋語言\n0…", + "language.selector": "語言", + "language.selector_label": "選擇語言", + "language.sk": "斯洛伐克語", + "language.sl": "斯洛文尼亞語", + "language.sv": "瑞典語", + "language.tr": "土耳其語", + "language.uk": "烏克蘭語", + "language.zh": "中文", + "nav.about": "關於", + "nav.account_menu": "帳戶選單", + "nav.account_menu_for": "{name} 的帳戶選單", + "nav.admin": "管理員", + "nav.admin.audit_logs": "審核日誌", + "nav.admin.backups": "備份", + "nav.admin.plans": "計劃", + "nav.admin.scheduled_jobs": "排程任務", + "nav.admin.users": "使用者", + "nav.admin_actions": "管理員操作", + "nav.admin_menu": "管理員選單", + "nav.api_docs": "API 文件", + "nav.api_tokens": "API 令牌", + "nav.backup_restore": "備份與還原", + "nav.credentials": "憑據", + "nav.dark_mode": "黑暗模式", + "nav.dashboard": "儀表板", + "nav.developer_docs": "開發者文件", + "nav.duplicates": "重複項", + "nav.file_manager": "檔案管理器", + "nav.files": "檔案", + "nav.get_started": "開始使用", + "nav.help": "幫助", + "nav.help_center": "幫助中心", + "nav.imap": "電子郵件導入", + "nav.integrations": "整合", + "nav.light_mode": "明亮模式", + "nav.login": "登入", + "nav.logout": "登出", + "nav.main_navigation": "主要導航", + "nav.my_subscription": "我的訂閱", + "nav.notifications": "通知", + "nav.open_main_menu": "開啟主選單", + "nav.pipelines": "工作流程", + "nav.plan_designer": "計畫設計器", + "nav.pricing": "定價", + "nav.profile": "個人檔案", + "nav.profile_settings": "個人資料設定", + "nav.queue": "佇列", + "nav.queue_monitor": "佇列監控", + "nav.scheduled_jobs": "排定的工作", + "nav.search": "搜尋", + "nav.settings": "設定", + "nav.shared_links": "共享鏈接", + "nav.sign_out": "登出", + "nav.signup": "註冊", + "nav.similarity": "相似性", + "nav.skip_to_content": "跳至主要內容", + "nav.status": "狀態", + "nav.subscription": "訂閱", + "nav.toggle_dark_mode": "切換暗黑模式", + "nav.toggle_nav": "切換導航菜單", + "nav.upload": "上傳", + "nav.users": "用戶", + "nav.version": "版本信息", + "notifications.filter_all": "全部", + "notifications.filter_read": "僅已讀", + "notifications.filter_unread": "僅未讀", + "notifications.manage_desc": "管理您的通知收件箱、目標和事件偏好", + "notifications.mark_all_read": "全部標記為已讀", + "notifications.mark_all_read_btn": "標記全部已讀", + "notifications.mark_read": "標記為已讀", + "notifications.no_notifications": "沒有通知", + "notifications.page_title": "通知", + "notifications.tab_inbox": "收件箱", + "notifications.tab_settings": "設定", + "notifications.title": "通知", + "notifications.unread_count": "{count} 個未讀通知", + "pipelines.active_label": "啟用", + "pipelines.add_step_btn": "新增步驟", + "pipelines.create": "創建管道", + "pipelines.custom_label_label": "自定義標籤", + "pipelines.default_label": "默認", + "pipelines.description_label": "描述", + "pipelines.description_placeholder": "可選描述", + "pipelines.disabled_label": "禁用", + "pipelines.edit": "編輯管道", + "pipelines.empty_state": "尚無管道", + "pipelines.empty_state_hint": "創建你的第一個管道以定義自定義文件處理工作流程。", + "pipelines.enabled_label": "啟用", + "pipelines.force_cloud_ocr_label": "強制雲端OCR(跳過本地文本提取)", + "pipelines.inactive_label": "未啟用", + "pipelines.loading": "加載管道", + "pipelines.name_placeholder": "我的管道", + "pipelines.new_pipeline_btn": "新建管道", + "pipelines.no_steps": "未定義任何步驟。添加一個步驟以開始構建你的管道。", + "pipelines.ocr_auto": "自動(使用系統默認)", + "pipelines.ocr_language_hint": "覆蓋 Tesseract/EasyOCR 的全局語言設置。Azure 和 Mistral 自動檢測語言。", + "pipelines.ocr_language_label": "OCR 語言", + "pipelines.optional_suffix": "(可選)", + "pipelines.page_title": "處理管道", + "pipelines.set_default": "設置為我的默認管道", + "pipelines.step_label_placeholder": "覆蓋默認步驟名稱", + "pipelines.step_type_label": "步驟類型", + "pipelines.subtitle_intro": "定義和管理自定義文件處理工作流程。", + "pipelines.subtitle_system_post": "徽章並對所有用戶可見。", + "pipelines.subtitle_system_pre": "系統管道(由管理員創建)以徽章顯示", + "pipelines.system_label": "系統", + "pipelines.system_pipeline_label": "系統管道(對所有用戶可見)", + "pipelines.title": "處理管道", + "profile.avatar_alt": "您的個人資料圖片", + "profile.avatar_heading": "個人資料圖片", + "profile.avatar_remove": "移除自定義頭像", + "profile.avatar_upload_hint": "上傳一個 JPEG、PNG、GIF 或 WebP 圖片,最大 2 MB。如果未設置自定義圖片,將顯示您的 {gravatar}。", + "profile.choose_image": "選擇圖片\n", + "profile.confirm_password": "確認新密碼", + "profile.contact_email_hint": "用於系統通知。這不會更改您的登入電子郵件。", + "profile.contact_email_label": "聯絡 / 通知電子郵件", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "當前密碼", + "profile.dismiss": "關閉", + "profile.display_name_hint": "留空以使用您的帳戶用戶名或電子郵件。", + "profile.display_name_label": "顯示名稱", + "profile.display_name_placeholder": "在界面中顯示的姓名", + "profile.general_heading": "一般資訊", + "profile.gravatar_link": "Gravatar", + "profile.heading": "個人資料設定", + "profile.language_auto_detect": "自動檢測(來自瀏覽器)", + "profile.language_hint": "選擇您首選的介面語言。“自動檢測”將遵循您的瀏覽器設置。", + "profile.language_label": "UI 語言", + "profile.new_password": "新密碼", + "profile.new_password_hint": "最少 8 個字符。", + "profile.page_title": "個人資料設定 – DocuElevate", + "profile.password_heading": "更改密碼", + "profile.preferences_heading": "偏好設定", + "profile.save_button": "保存更改", + "profile.saving": "保存中\n", + "profile.subtitle": "管理您的顯示名稱、頭像、語言和主題偏好設定。", + "profile.theme_dark": "深色", + "profile.theme_hint": "“系統默認”會遵循您設備的深色模式設置。", + "profile.theme_label": "顏色方案", + "profile.theme_light": "淺色", + "profile.theme_system": "系統默認", + "profile.update_password": "更新密碼", + "profile.updating": "更新中\u00072026", + "queue.active_tasks": "活動任務", + "queue.auto_refresh_1": "每", + "queue.auto_refresh_2": "秒自動刷新", + "queue.col_arguments": "參數", + "queue.col_current_step": "當前步驟", + "queue.col_file": "文件", + "queue.col_files": "檔案", + "queue.col_queue": "佇列", + "queue.col_state": "狀態", + "queue.col_task": "任務", + "queue.col_task_id": "任務 ID", + "queue.files_processing": "檔案處理中", + "queue.heading": "佇列監控", + "queue.last_updated": "最後更新:", + "queue.loading_stats": "正在加載佇列統計\n...", + "queue.no_active_tasks": "沒有活動任務", + "queue.no_data": "沒有數據", + "queue.no_files_processing": "目前沒有檔案在處理", + "queue.page_title": "佇列監控", + "queue.processing_pipeline": "處理管道", + "queue.queued_tasks": "已佇列任務", + "queue.recently_processing": "最近處理的檔案", + "queue.redis_queues": "Redis 佇列", + "queue.subtitle": "文件處理管道和 Celery 任務佇列的實時視圖。", + "queue.workers_online": "在線工作者", + "search.button": "搜尋", + "search.error_message": "搜尋暫時無法使用。請稍後再試。", + "search.filter_aria_clear": "清除所有過濾器", + "search.filter_clear_button": "清除過濾器", + "search.filter_date_from": "日期從", + "search.filter_date_to": "日期至", + "search.filter_document_type": "文件類型", + "search.filter_document_type_placeholder": "例如:發票", + "search.filter_language": "語言", + "search.filter_language_placeholder": "例如:de", + "search.filter_sender": "發件人", + "search.filter_sender_placeholder": "例如:ACME Corp", + "search.filter_tags": "標籤", + "search.filter_tags_placeholder": "例如:amazon", + "search.filter_text_quality": "文本質量", + "search.filter_text_quality_all": "所有", + "search.filter_text_quality_high": "高", + "search.filter_text_quality_low": "低", + "search.filter_text_quality_medium": "中", + "search.filter_text_quality_no_text": "無文本", + "search.heading": "文件搜尋", + "search.input_aria_label": "搜索文件", + "search.input_placeholder": "按內容、發件人、標籤、類型等搜索文件...", + "search.loading_indicator": "正在搜索\u00130", + "search.no_results": "沒有找到結果", + "search.page_title": "搜索文件", + "search.placeholder": "按文件名、內容、標籤等搜索...", + "search.result_empty": "沒有找到符合您查詢的文件。", + "search.results_count": "找到 {count} 條結果", + "search.saved_aria_save": "保存當前搜索", + "search.saved_button": "保存當前", + "search.saved_empty": "尚未保存任何搜索", + "search.saved_error": "無法加載已保存的搜索", + "search.saved_label": "已保存的搜索", + "search.saved_loading": "加載中...", + "search.title": "搜索文件", + "settings.audit_log_btn": "審計日誌", + "settings.autocomplete_hint": "輸入以搜索已知值,或輸入任何自定義值。", + "settings.autocomplete_no_matches": "沒有匹配項\u00130您仍然可以輸入自定義值", + "settings.autocomplete_placeholder": "輸入以搜索或輸入一個值\u00130", + "settings.boolean_enable_prefix": "啟用", + "settings.categories_aria": "設置類別", + "settings.categories_heading": "類別", + "settings.db_wizard_btn": "數據庫嚮導", + "settings.effective_value_label": "有效值:", + "settings.encrypted_suffix": "= 靜態加密", + "settings.encrypted_title": "值在數據庫中靜態加密", + "settings.export_btn": "導出", + "settings.export_db_only": "僅數據庫設置", + "settings.export_full_config": "完整有效配置", + "settings.jump_to_category": "跳至類別\u00130", + "settings.manage_config_prefix": "管理配置。優先級:", + "settings.model_picker_hint": "從列表中選擇或輸入您的提供者支持的任何模型名稱。", + "settings.model_picker_placeholder": "選擇一個常見模型或輸入自定義名稱\u00130", + "settings.no_results_clear": "清除搜索", + "settings.no_results_heading": "未找到設置", + "settings.no_results_hint": "嘗試不同的搜尋詞或", + "settings.page_heading": "應用設置", + "settings.required_label": "(必填)", + "settings.reset_confirm": "您確定要重置此設置嗎?", + "settings.restart_required_suffix": "= 需要重新啟動", + "settings.revert_btn": "從資料庫中移除", + "settings.revert_title": "移除資料庫覆蓋並恢復到環境變數或預設值", + "settings.reverting": "正在恢復\u001a0", + "settings.save_all_btn": "保存所有更改", + "settings.save_error": "保存設置失敗", + "settings.save_setting_title": "保存此設置", + "settings.save_success": "設置已成功保存", + "settings.saving_state": "正在保存\u001a0", + "settings.search_aria_label": "搜索設置", + "settings.search_clear_aria": "清除搜索", + "settings.search_placeholder": "按名稱、鍵或描述搜索設置\u001a0", + "settings.settings_count_suffix": "個設定", + "settings.source_db_badge": "資料庫", + "settings.source_default_badge": "預設值", + "settings.source_env_badge": "環境", + "settings.title": "設置", + "settings.toggle_visibility_aria": "切換密碼可見性", + "settings.toggle_visibility_title": "顯示/隱藏值", + "settings.user_autocomplete_empty": "未找到匹配的用戶", + "settings.user_autocomplete_hint": "輸入以按名稱搜索現有用戶,或手動輸入任何識別符。", + "settings.user_autocomplete_placeholder": "開始輸入以搜索用戶\u0001A0", + "settings.wizard_btn": "向導", + "shared.col_expiry": "到期", + "shared.col_file_label": "文件 / 標籤", + "shared.col_link": "鏈接", + "shared.col_views": "查看次數", + "shared.copy_link_aria": "複製鏈接到剪貼板", + "shared.copy_link_title": "複製鏈接", + "shared.create_btn": "創建鏈接", + "shared.create_heading": "創建新的共享鏈接", + "shared.creating": "正在創建\u0001A0", + "shared.expiry_12h": "12小時", + "shared.expiry_14d": "14天", + "shared.expiry_1h": "1小時", + "shared.expiry_24h": "24小時(1天)", + "shared.expiry_30d": "30天", + "shared.expiry_3d": "3天", + "shared.expiry_6h": "6小時", + "shared.expiry_7d": "7天", + "shared.expiry_label": "到期", + "shared.expiry_never": "從不", + "shared.file_id_help_post": "頁面或文件詳細 URL 中。", + "shared.file_id_help_pre": "在以下位置查找文件 ID", + "shared.file_id_label": "文件 ID", + "shared.file_id_placeholder": "例如 42", + "shared.files_link": "文件", + "shared.heading": "共享連結", + "shared.label_label": "標籤", + "shared.label_placeholder": "例如 與 Bob 共享", + "shared.link_created": "已創建共享連結!", + "shared.link_created_help": "複製並將此連結發送給收件人。", + "shared.links_count_aria": "連結數量", + "shared.max_downloads_label": "最大下載次數", + "shared.no_links": "尚無共享連結。請在上方創建一個開始。", + "shared.open_in_new_tab": "在新標籤頁中打開", + "shared.open_link_aria": "打開共享連結", + "shared.optional": "(可選)", + "shared.page_title": "共享連結 – DocuElevate", + "shared.password_label": "密碼", + "shared.password_placeholder": "留空以無需密碼", + "shared.password_protected": "受密碼保護", + "shared.refresh_aria": "刷新共享連結列表", + "shared.revoke_aria_prefix": "撤銷共享連結", + "shared.revoke_btn": "撤銷", + "shared.status_active": "活動", + "shared.status_expired": "已過期", + "shared.status_limit_reached": "達到限制", + "shared.status_revoked": "已撤銷", + "shared.subtitle": "通過時間限制或查看限制的連結與任何人共享文件。收件人無需擁有 DocuElevate 帳號。連結可以設置密碼保護,並隨時撤銷。", + "shared.table_aria": "共享連結", + "shared.unlimited_placeholder": "無限制", + "shared.your_links": "您的共享連結", + "similarity.backfill_auto": "背景任務將自動每 5 分鐘計算一次,或者您可以", + "similarity.files_missing_text": "文件具備 OCR 文字但尚未嵌入。", + "similarity.find_pairs_btn": "查找配對", + "similarity.heading": "文件相似性", + "similarity.load_error": "無法加載配對。", + "similarity.min_similarity_label": "最小相似性", + "similarity.no_pairs_detail": "沒有文件配對超過相似性閾值。", + "similarity.no_pairs_heading": "未找到相似配對", + "similarity.page_title": "文件相似度 - DocuElevate", + "similarity.pagination_aria": "相似對的分頁", + "similarity.per_page_label": "每頁", + "similarity.scanning": "正在掃描相似的文件對\u0019\u0003\u001a", + "similarity.stat_embedding_model": "嵌入模型", + "similarity.stat_missing_embedding": "缺少嵌入", + "similarity.stat_total_files": "總文件數", + "similarity.stat_with_embedding": "帶嵌入", + "similarity.subtitle": "高語義相似度的文件對,按分數排名。", + "similarity.trigger_aria": "觸發所有缺少嵌入的文件的嵌入計算", + "similarity.trigger_now": "立即觸發", + "status.app_version": "應用程式版本", + "status.build_date": "建置日期", + "status.container_id": "容器ID", + "status.git_commit": "Git 提交", + "status.last_check": "最後檢查", + "status.page_title": "系統狀態", + "status.setting_label": "設定", + "status.value_label": "值", + "subscription.available_plans_heading": "可用方案", + "subscription.back_to_dashboard": "返回儀表板", + "subscription.cancel_pending": "取消變更", + "subscription.cancel_scheduled": "取消預定變更", + "subscription.contact_sales": "聯絡銷售部", + "subscription.current_badge": "當前", + "subscription.current_plan": "當前方案", + "subscription.current_plan_cta": "您的當前方案", + "subscription.downgrade_to_prefix": "降級至", + "subscription.features_heading": "您的方案包括的內容", + "subscription.free": "免費", + "subscription.heading": "我的訂閱", + "subscription.keep_plan_prefix": "保留", + "subscription.lifetime_files": "總文件數 (終身)", + "subscription.month_files": "本月文件數", + "subscription.more_features_label": "更多", + "subscription.page_title": "我的訂閱 – DocuElevate", + "subscription.pending_badge": "待定", + "subscription.pending_benefits": "您在此期間保留所有當前方案的福利。", + "subscription.pending_on": "於", + "subscription.pending_title": "待定的方案變更已排程", + "subscription.pending_will_change": "您的方案將更改為", + "subscription.per_mo": "/月", + "subscription.per_month": "/月", + "subscription.since": "自", + "subscription.single_user_body": "當啟用多用戶模式時,訂閱層級適用。您的實例目前在單用戶模式下運行,沒有處理限制。管理員可以通過 {settings_link} 啟用多用戶模式。", + "subscription.single_user_title": "尚未啟用多用戶模式。", + "subscription.subtitle": "您的當前方案、使用情況和可用升級。", + "subscription.this_month_label": "本月", + "subscription.today_files": "今天的文件數", + "subscription.today_label": "今天", + "subscription.unlimited": "無限", + "subscription.upgrade_info": "升級將立即生效。降級將排程在您當前計費周期的結束時生效。", + "subscription.upgrade_to_prefix": "升級至", + "subscription.usage_heading": "使用情況", + "upload.browse_button": "瀏覽文件", + "upload.button_processing": "處理中...", + "upload.camera_button": "拍照/掃描文件", + "upload.download_button": "下載並處理", + "upload.downloading": "從URL下載文件...", + "upload.drag_drop": "將文件拖放到此處或點擊瀏覽", + "upload.drop_hint_desktop": "將文件或文件夾拖放到此處,或點擊選擇文件。", + "upload.drop_hint_mobile": "輕觸選擇文件或使用下面的相機按鈕。", + "upload.drop_zone_aria": "文件上傳區域。將文件拖放到此處,或按Enter鍵瀏覽文件。", + "upload.error": "上傳失敗", + "upload.error_invalid_url": "無效的URL格式", + "upload.error_url_required": "請輸入URL", + "upload.file_size_hint": "最大大小:每個文件500 MB", + "upload.file_types": "允許的類型:PDF,Office文檔(Word,Excel,PowerPoint等),圖片", + "upload.filename_description": "留空以使用URL中的文件名", + "upload.filename_label": "文件名(可選)", + "upload.filename_placeholder": "my-document.pdf", + "upload.max_size": "最大文件大小:{size}", + "upload.page_title": "上傳文件", + "upload.section_device": "從設備上傳", + "upload.section_url": "從URL上傳", + "upload.select_file": "選擇檔案", + "upload.success": "檔案上傳成功", + "upload.title": "上傳文件", + "upload.uploading": "上傳中...", + "upload.url_description": "輸入檔案的直接連結(PDF、Office 文件或圖片)", + "upload.url_label": "檔案 URL", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/frontend/translations/zh.json b/frontend/translations/zh.json index 90d3d9e6..82165275 100644 --- a/frontend/translations/zh.json +++ b/frontend/translations/zh.json @@ -1,226 +1,228 @@ { - "about.creator_heading": "Meet the Creator", + "about.creator_heading": "认识创始人", "about.creator_name": "Christian Krakau-Louis", - "about.creator_pre": "DocuElevate is passionately developed by", - "about.features_admin_api": "Powerful REST API for programmatic access", - "about.features_admin_config": "Highly configurable via environment variables", - "about.features_admin_docker": "Docker-ready for easy deployment and scaling", - "about.features_admin_heading": "Administration", - "about.features_admin_oauth2": "OAuth2 authentication support with Authentik", - "about.features_automation_background": "Background processing with Redis and Celery", - "about.features_automation_gmail": "Gmail and generic email account integration", - "about.features_automation_heading": "Automation", - "about.features_automation_imap": "IMAP inbox polling from multiple sources", - "about.features_automation_ingestion": "Automated document ingestion from various inputs", - "about.features_heading": "Key Features", - "about.features_integration_cloud": "Cloud storage: Dropbox, Google Drive, OneDrive, Amazon S3", - "about.features_integration_heading": "Integration & Storage", - "about.features_integration_multi_dest": "Multi-destination support (store documents in multiple locations)", - "about.features_integration_protocols": "Transfer protocols: FTP, SFTP, Email forwarding", - "about.features_integration_selfhosted": "Self-hosted options: Nextcloud, Paperless NGX, WebDAV", - "about.features_processing_classification": "Intelligent document classification and date extraction", - "about.features_processing_heading": "Document Processing", - "about.features_processing_metadata": "Automated metadata extraction using a pluggable AI provider", - "about.features_processing_ocr": "OCR powered by Azure Document Intelligence", - "about.features_processing_pdf": "PDF conversion for various file formats via Gotenberg", - "about.features_processing_upload": "Simple and secure file uploads with drag & drop support", - "about.github_logo_alt": "GitHub Logo", - "about.heading": "About DocuElevate", - "about.intro_post": " – your modern, intelligent solution for document processing! We’ve built DocuElevate to completely transform the way you handle your documents – from upload to extraction, from processing to storage.", - "about.intro_pre": "Welcome to ", - "about.involved_description": "Want to dive into the code, contribute ideas, or learn more about DocuElevate?", - "about.involved_docs": "Read the Documentation", - "about.involved_github": "View DocuElevate on GitHub", - "about.involved_heading": "Get Involved", - "about.involved_website": "Visit DocuElevate Website", - "about.legal_description": "We care about your privacy and data security. Please review our:", - "about.legal_heading": "Privacy & Legal", - "about.legal_license": "License Information", - "about.legal_privacy": "Privacy Notice", - "about.page_title": "About DocuElevate", - "about.story_heading": "Our Story", - "about.story_p1": "DocuElevate was created with one goal in mind: to simplify and streamline document management for everyone, whether you’re a small startup or a large enterprise.", - "about.story_p2": "We harness the power of pluggable AI providers (OpenAI, Anthropic Claude, Google Gemini, Ollama, OpenRouter, Portkey, and more) for metadata extraction and text refinement, integrate seamlessly with Dropbox, Nextcloud, and Paperless NGX for storage and indexing, leverage Azure Document Intelligence for OCR, and even use Gotenberg for file-to-PDF conversions.", - "api_tokens.col_created": "Created", - "api_tokens.col_last_ip": "Last IP", - "api_tokens.col_last_used": "Last Used", - "api_tokens.col_name": "Name", - "api_tokens.col_prefix": "Token Prefix", - "api_tokens.copy_to_clipboard": "Copy token to clipboard", - "api_tokens.copy_upload_example": "Copy upload example to clipboard", - "api_tokens.copy_warning_1": "Copy this token now — it will", - "api_tokens.copy_warning_2": "not be shown again", - "api_tokens.create_heading": "Create New Token", - "api_tokens.create_token": "Create Token", - "api_tokens.creating": "Creating…", - "api_tokens.heading": "API Tokens", - "api_tokens.intro": "Create personal API tokens to interact with the DocuElevate API programmatically. Use tokens for webhook uploads, CI/CD pipelines, or any script that needs to upload or retrieve documents.", - "api_tokens.loading_tokens": "Loading tokens…", - "api_tokens.never": "Never", - "api_tokens.no_tokens_heading": "No API tokens yet", - "api_tokens.no_tokens_help": "Create your first token above to get started.", - "api_tokens.page_title": "API Tokens – DocuElevate", - "api_tokens.revoke": "Revoke", - "api_tokens.revoke_prefix": "Revoke token", - "api_tokens.status_active": "Active", - "api_tokens.status_revoked": "Revoked", - "api_tokens.table_aria": "API Tokens", - "api_tokens.token_created": "Token created successfully!", - "api_tokens.token_name_label": "Token name", - "api_tokens.token_name_placeholder": "e.g. CI Pipeline, Webhook Upload, My Script", - "api_tokens.usage_heading": "Usage Example", - "api_tokens.usage_intro_post": "header with any API request:", - "api_tokens.usage_intro_pre": "Use your API token in the", - "api_tokens.your_tokens": "Your Tokens", + "about.creator_pre": "DocuElevate 是由热情开发的", + "about.features_admin_api": "强大的 REST API 用于程序化访问", + "about.features_admin_config": "通过环境变量高度可配置", + "about.features_admin_docker": "支持 Docker 以便于部署和扩展", + "about.features_admin_heading": "管理", + "about.features_admin_oauth2": "支持使用 Authentik 的 OAuth2 认证", + "about.features_automation_background": "使用 Redis 和 Celery 的后台处理", + "about.features_automation_gmail": "Gmail 和通用电子邮件账户集成", + "about.features_automation_heading": "自动化", + "about.features_automation_imap": "从多个来源进行 IMAP 收件箱轮询", + "about.features_automation_ingestion": "自动化文档摄取来自各种输入", + "about.features_heading": "主要特点", + "about.features_integration_cloud": "云存储:Dropbox、Google Drive、OneDrive、Amazon S3", + "about.features_integration_heading": "集成与存储", + "about.features_integration_multi_dest": "多目的地支持(在多个位置存储文档)", + "about.features_integration_protocols": "传输协议:FTP、SFTP、电子邮件转发", + "about.features_integration_selfhosted": "自托管选项:Nextcloud、Paperless NGX、WebDAV", + "about.features_processing_classification": "智能文档分类和日期提取", + "about.features_processing_heading": "文档处理", + "about.features_processing_metadata": "使用可插拔的 AI 提供者进行自动元数据提取", + "about.features_processing_ocr": "由 Azure Document Intelligence 提供支持的 OCR", + "about.features_processing_pdf": "通过 Gotenberg 将各种文件格式转换为 PDF", + "about.features_processing_upload": "简单安全的文件上传,支持拖放", + "about.github_logo_alt": "GitHub 标志", + "about.heading": "关于 DocuElevate", + "about.intro_post": " – 您现代、智能的文档处理解决方案!我们建立了 DocuElevate,完全改变了您处理文档的方式 – 从上传到提取,从处理到存储。", + "about.intro_pre": "欢迎来到 ", + "about.involved_description": "想深入代码,贡献想法或了解更多关于 DocuElevate 的信息吗?", + "about.involved_docs": "阅读文档", + "about.involved_github": "查看 GitHub 上的 DocuElevate", + "about.involved_heading": "参与其中", + "about.involved_website": "访问 DocuElevate 网站", + "about.legal_description": "我们关心您的隐私和数据安全。请查看我们的:", + "about.legal_heading": "隐私与法律", + "about.legal_license": "许可证信息", + "about.legal_privacy": "隐私声明", + "about.page_title": "关于 DocuElevate", + "about.story_heading": "我们的故事", + "about.story_p1": "DocuElevate的创建目标只有一个:简化和优化每个人的文档管理,无论您是小型创业公司还是大型企业。", + "about.story_p2": "我们利用可插拔的AI提供者(OpenAI、Anthropic Claude、Google Gemini、Ollama、OpenRouter、Portkey等)进行元数据提取和文本精炼,与Dropbox、Nextcloud和Paperless NGX无缝集成以进行存储和索引,利用Azure文档智能进行OCR,甚至使用Gotenberg进行文件到PDF的转换。", + "api_tokens.col_created": "创建于", + "api_tokens.col_last_ip": "最后的IP", + "api_tokens.col_last_used": "最后使用", + "api_tokens.col_name": "名称", + "api_tokens.col_prefix": "令牌前缀", + "api_tokens.copy_to_clipboard": "复制令牌到剪贴板", + "api_tokens.copy_upload_example": "复制上传示例到剪贴板", + "api_tokens.copy_warning_1": "现在复制此令牌 — 它将", + "api_tokens.copy_warning_2": "不会再次显示", + "api_tokens.create_heading": "创建新令牌", + "api_tokens.create_token": "创建令牌", + "api_tokens.creating": "正在创建\u0001\u0001", + "api_tokens.heading": "API令牌", + "api_tokens.intro": "创建个人API令牌以通过编程方式与DocuElevate API进行交互。使用令牌进行Webhook上传、CI/CD管道或任何需要上传或检索文档的脚本。", + "api_tokens.loading_tokens": "正在加载令牌\u0001\u0001", + "api_tokens.never": "从不", + "api_tokens.no_tokens_heading": "尚无API令牌", + "api_tokens.no_tokens_help": "在上方创建您的第一个令牌以开始使用。", + "api_tokens.page_title": "API令牌 – DocuElevate", + "api_tokens.revoke": "撤销", + "api_tokens.revoke_prefix": "撤销令牌", + "api_tokens.status_active": "活动", + "api_tokens.status_revoked": "已撤销", + "api_tokens.table_aria": "API令牌", + "api_tokens.token_created": "令牌创建成功!", + "api_tokens.token_name_label": "令牌名称", + "api_tokens.token_name_placeholder": "例如 CI管道、Webhook上传、我的脚本", + "api_tokens.usage_heading": "使用示例", + "api_tokens.usage_intro_post": "与任何API请求的头部:", + "api_tokens.usage_intro_pre": "在", + "api_tokens.your_tokens": "您的令牌", "app.name": "DocuElevate", "audit.col_ip": "IP", - "audit.col_resource": "Resource", - "audit.col_timestamp": "Timestamp", - "audit.critical": "Critical", - "audit.filter_action": "Action", - "audit.filter_all_actions": "All actions", - "audit.filter_all_users": "All users", - "audit.filter_resource_placeholder": "e.g. document, user", - "audit.filter_resource_type": "Resource Type", - "audit.filter_severity": "Severity", - "audit.filter_user": "User", - "audit.filters_section_label": "Audit log filters", - "audit.next": "Next", - "audit.next_label": "Next page", - "audit.no_events": "No audit events recorded yet.", - "audit.no_events_hint": "Significant actions (logins, document operations, settings changes) will appear here.", - "audit.page_title": "Audit Logs - DocuElevate", - "audit.pagination_label": "Audit log pagination", - "audit.prev": "Prev", - "audit.prev_label": "Previous page", - "audit.refresh_label": "Refresh audit logs", - "audit.siem_disabled_title": "SIEM forwarding is disabled", - "audit.siem_enabled_title": "Events are being forwarded to ", - "audit.siem_off": "SIEM: Off", - "audit.subtitle": "Comprehensive, append-only record of all significant actions.", - "audit.table_label": "Audit log events", - "audit.title": "Audit Logs", - "auth.confirm_password": "Confirm Password", - "auth.create_account": "Create account", - "auth.display_name_label": "Display Name", - "auth.email_label": "Email", - "auth.forgot_password": "Forgot Password?", - "auth.forgot_username": "Forgot username?", + "audit.col_resource": "资源", + "audit.col_timestamp": "时间戳", + "audit.critical": "关键", + "audit.filter_action": "行动", + "audit.filter_all_actions": "所有行动", + "audit.filter_all_users": "所有用户", + "audit.filter_resource_placeholder": "例如:文档、用户", + "audit.filter_resource_type": "资源类型", + "audit.filter_severity": "严重性", + "audit.filter_user": "用户", + "audit.filters_section_label": "审计日志过滤器", + "audit.next": "下一步", + "audit.next_label": "下一页", + "audit.no_events": "尚未记录任何审计事件。", + "audit.no_events_hint": "重要操作(登录、文档操作、设置更改)将在此处出现。", + "audit.page_title": "审计日志 - DocuElevate", + "audit.pagination_label": "审计日志分页", + "audit.prev": "上一步", + "audit.prev_label": "上一页", + "audit.refresh_label": "刷新审计日志", + "audit.siem_disabled_title": "SIEM 转发已禁用", + "audit.siem_enabled_title": "事件正在转发至 ", + "audit.siem_off": "SIEM:关闭", + "audit.subtitle": "对所有重要操作的全面追加记录。", + "audit.table_label": "审计日志事件", + "audit.title": "审计日志", + "auth.confirm_password": "确认密码", + "auth.create_account": "创建账户", + "auth.display_name_label": "显示名称", + "auth.email_label": "电子邮件", + "auth.forgot_password": "忘记密码?", + "auth.forgot_username": "忘记用户名?", "auth.login": "登录", - "auth.login_title": "Log In", - "auth.logo_alt": "DocuElevate Logo", - "auth.logout": "退出", + "auth.login_title": "登录", + "auth.logo_alt": "DocuElevate 标志", + "auth.logout": "登出", "auth.my_account": "我的账户", - "auth.no_account": "Don't have an account?", - "auth.or_continue_with": "Or continue with", - "auth.password_label": "Password", + "auth.no_account": "还没有账户?", + "auth.or_continue_with": "或继续使用", + "auth.password_label": "密码", "auth.profile": "个人资料", - "auth.remember_me": "Remember me", - "auth.return_home": "Return to Home", - "auth.sign_in": "Sign in", - "auth.sign_in_sso": "Sign in with SSO", - "auth.sign_in_with": "Sign in with", - "auth.sign_in_with_username": "Sign in with username", + "auth.remember_me": "记住我", + "auth.return_home": "返回首页", + "auth.sign_in": "签到", + "auth.sign_in_sso": "使用 SSO 登录", + "auth.sign_in_with": "使用进行登录", + "auth.sign_in_with_username": "使用用户名登录", "auth.signup": "注册", - "auth.signup_title": "Sign Up", - "auth.username_label": "Username", - "auth.username_or_email": "Username or Email", - "auth.verify_email_back_sign_in": "Back to sign in", - "auth.verify_email_expiry": "The link expires in 24 hours. If you don’t see the email, check your spam folder.", - "auth.verify_email_heading": "Check your inbox", - "auth.verify_email_message": "We’ve sent you a verification email. Please click the link in the email to activate your account.", - "auth.verify_email_page_title": "DocuElevate - Verify Your Email", - "auth.verify_email_resend_aria_label": "Email address for resend", - "auth.verify_email_resend_button": "Resend verification email", - "auth.verify_email_resend_label": "Email address", - "auth.verify_email_resend_placeholder": "Enter your email address", - "auth.verify_email_resend_prompt": "Didn’t receive it?", - "backup.archives_heading": "Backup Archives", - "backup.backup_now": "Backup Now", - "backup.clean_up": "Clean Up", - "backup.cleanup_title": "Run retention cleanup now", - "backup.col_created": "Created", - "backup.col_filename": "Filename", - "backup.col_size": "Size", - "backup.col_storage": "Storage", - "backup.col_type": "Type", - "backup.config_auto_backup": "Auto-backup", - "backup.config_remote_dest": "Remote destination", - "backup.config_retention": "Retention", - "backup.config_total_size": "Total local size", - "backup.confirm_btn": "Confirm", - "backup.confirm_title": "Confirm action", - "backup.heading": "Backup Management", - "backup.local_only": "Local only", - "backup.no_backups": "No backups yet.", - "backup.no_backups_hint": "Click Backup Now to create your first backup.", - "backup.page_title": "Backup Management", - "backup.records_label": "records", - "backup.restore_btn": "Restore", - "backup.restore_desc_mid": "backup archive to restore the database.", - "backup.restore_desc_pre": "Upload a", - "backup.restore_desc_warning": "This will overwrite all current data.", - "backup.restore_file_label": "Backup archive (.db.gz)", - "backup.restore_heading": "Restore from File", - "backup.restoring": "Restoring…", - "backup.retention_daily_detail": "– kept for 3 weeks", - "backup.retention_heading": "Retention policy", - "backup.retention_hourly_detail": "– kept for 4 days", - "backup.retention_note": "Backups beyond these limits are automatically pruned after each new backup is created.", - "backup.retention_weekly_detail": "– kept for ~3 months", - "backup.snapshots": "snapshots", - "backup.status_ok": "ok", - "backup.storage_local": "local", - "backup.subtitle": "Database backups are created automatically: hourly (4 days), daily (3 weeks), weekly (13 weeks).", - "backup.table_aria": "Backup archives", - "backup.trigger_daily": "Backup Now (Daily)", - "backup.trigger_hourly": "Backup Now (Hourly)", - "backup.trigger_weekly": "Backup Now (Weekly)", - "backup.type_daily": "Daily", - "backup.type_hourly": "Hourly", - "backup.type_weekly": "Weekly", - "billing.go_to_dashboard": "Go to dashboard", - "billing.manage_subscription": "Manage subscription", - "billing.success_heading": "You're all set!", - "billing.success_message": "Your subscription has been activated. Thank you for choosing DocuElevate!", - "billing.success_page_title": "DocuElevate - Subscription Activated", + "auth.signup_title": "注册", + "auth.username_label": "用户名", + "auth.username_or_email": "用户名或电子邮件", + "auth.verify_email_back_sign_in": "返回登录", + "auth.verify_email_expiry": "链接在 24 小时内过期。如果您没有看到电子邮件,请检查您的垃圾邮件文件夹。", + "auth.verify_email_heading": "检查您的收件箱", + "auth.verify_email_message": "我们已向您发送了验证电子邮件。请点击电子邮件中的链接以激活您的帐户。", + "auth.verify_email_page_title": "DocuElevate - 验证您的电子邮件", + "auth.verify_email_resend_aria_label": "重新发送的电子邮件地址", + "auth.verify_email_resend_button": "重新发送验证电子邮件", + "auth.verify_email_resend_label": "电子邮件地址", + "auth.verify_email_resend_placeholder": "输入您的电子邮件地址", + "auth.verify_email_resend_prompt": "没有收到它吗?", + "backup.archives_heading": "备份档案", + "backup.backup_now": "立即备份", + "backup.clean_up": "清理", + "backup.cleanup_title": "立即运行保留清理", + "backup.col_created": "创建时间", + "backup.col_filename": "文件名", + "backup.col_size": "大小", + "backup.col_storage": "存储", + "backup.col_type": "类型", + "backup.config_auto_backup": "自动备份", + "backup.config_remote_dest": "远程目标", + "backup.config_retention": "保留", + "backup.config_total_size": "总本地大小", + "backup.confirm_btn": "确认", + "backup.confirm_title": "确认操作", + "backup.heading": "备份管理", + "backup.local_only": "仅限本地", + "backup.no_backups": "尚无备份。", + "backup.no_backups_hint": "点击立即备份以创建您的第一个备份。", + "backup.page_title": "备份管理", + "backup.records_label": "记录", + "backup.restore_btn": "恢复", + "backup.restore_desc_mid": "备份档案以恢复数据库。", + "backup.restore_desc_pre": "上传一个", + "backup.restore_desc_warning": "这将覆盖当前所有数据。", + "backup.restore_file_label": "备份归档 (.db.gz)", + "backup.restore_heading": "从文件恢复", + "backup.restoring": "正在恢复\u0014\u001e\u001f...", + "backup.retention_daily_detail": "\u0013 保留 3 周", + "backup.retention_heading": "保留策略", + "backup.retention_hourly_detail": "\u0013 保留 4 天", + "backup.retention_note": "超出这些限制的备份将在每次创建新备份后自动剪裁。", + "backup.retention_weekly_detail": "\u0013 保留 ~3 个月", + "backup.snapshots": "快照", + "backup.status_ok": "正常", + "backup.storage_local": "本地", + "backup.subtitle": "数据库备份会自动创建:每小时(4天),每天(3周),每周(13周)。", + "backup.table_aria": "备份归档", + "backup.trigger_daily": "立即备份(每日)", + "backup.trigger_hourly": "立即备份(每小时)", + "backup.trigger_weekly": "立即备份(每周)", + "backup.type_daily": "每日", + "backup.type_hourly": "每小时", + "backup.type_weekly": "每周", + "billing.go_to_dashboard": "前往仪表板", + "billing.manage_subscription": "管理订阅", + "billing.success_heading": "您已准备就绪!", + "billing.success_message": "您的订阅已激活。感谢您选择 DocuElevate!", + "billing.success_page_title": "DocuElevate - 订阅已激活", "common.actions": "操作", "common.active": "活跃", - "common.all": "全部", + "common.all": "所有", + "common.avatar": "头像", "common.back": "返回", "common.cancel": "取消", "common.close": "关闭", - "common.col_pending": "Pending", + "common.col_pending": "待处理", "common.completed": "已完成", "common.confirm": "确认", "common.copied": "已复制!", "common.copy": "复制", - "common.create": "Create", - "common.created": "创建时间", + "common.create": "创建", + "common.created": "已创建", "common.date": "日期", "common.delete": "删除", "common.description": "描述", - "common.details": "详情", + "common.details": "详细信息", "common.disabled": "已禁用", "common.download": "下载", - "common.duplicate": "Duplicate", + "common.duplicate": "重复", "common.edit": "编辑", "common.enabled": "已启用", "common.error": "错误", "common.failed": "失败", - "common.filter": "筛选", - "common.inactive": "不活跃", + "common.filter": "过滤", + "common.inactive": "未激活", "common.info": "信息", "common.loading": "加载中...", "common.name": "名称", - "common.next": "下一步", - "common.next_page": "Next page", + "common.next": "下一个", + "common.next_page": "下一页", "common.no": "否", "common.none": "无", - "common.page": "Page", + "common.page": "页面", + "common.paused": "暂停", "common.pending": "待处理", - "common.prev_page": "Previous page", - "common.previous": "Previous", + "common.prev_page": "上一页", + "common.previous": "上一个", "common.processing": "处理中", "common.refresh": "刷新", "common.reset": "重置", @@ -228,702 +230,885 @@ "common.save": "保存", "common.search": "搜索", "common.select": "选择", - "common.select_placeholder": "— select —", + "common.select_placeholder": "— 请选择 —", "common.size": "大小", "common.status": "状态", - "common.submit": "Submit", + "common.submit": "提交", "common.success": "成功", - "common.tags": "Tags", + "common.tags": "标签", + "common.test": "测试", + "common.test_connection": "测试连接", "common.type": "类型", - "common.updated": "更新时间", + "common.update": "更新", + "common.updated": "更新", "common.upload": "上传", "common.view": "查看", "common.warning": "警告", "common.yes": "是", - "cookie.accept": "我知道了", - "cookie.learn_more": "Learn more", - "cookie.message": "This website uses cookies to improve your experience.", - "cookie.notice": "DocuElevate 仅使用身份验证和服务运行所需的基本会话 Cookie。不使用任何跟踪或分析 Cookie。", - "cookie.notice_label": "Cookie 通知", - "cookie.policy_link": "Cookie 政策", - "cookie.privacy_link": "隐私声明", - "credentials.col_action": "Action", - "credentials.col_credential": "Credential", - "credentials.col_source": "Source", - "credentials.configured": "Configured", - "credentials.edit_in_settings": "Edit in Settings", - "credentials.legend_db": "Value stored in the database (encrypted at rest; overrides environment variable)", - "credentials.legend_env_after": " file", - "credentials.legend_env_before": "Value from environment variable or ", - "credentials.legend_missing": "Credential not set — integration will not work", - "credentials.legend_restart": "Restart required when this credential is rotated", - "credentials.legend_title": "Legend", - "credentials.manage_settings": "Manage Settings", - "credentials.not_configured": "Not Configured", - "credentials.page_title": "Credential Audit - DocuElevate", - "credentials.raw_json": "Raw JSON (API)", - "credentials.restart_title": "Restart required after rotating this credential", - "credentials.source_db_title": "Stored in database (encrypted)", - "credentials.source_env_title": "From environment variable", - "credentials.status_missing": "Missing", - "credentials.subtitle": "Overview of all sensitive credentials used by DocuElevate. No secret values are shown here — only whether each credential is configured and where it comes from.", - "credentials.table_for": "Credentials for", - "credentials.title": "Credential Audit", - "credentials.total_credentials": "Total Credentials", - "dashboard.active_integrations": "活跃集成", + "cookie.accept": "明白了", + "cookie.learn_more": "了解更多", + "cookie.message": "本网站使用cookies来改善您的体验。", + "cookie.notice": "DocuElevate只使用进行身份验证和服务操作所需的基本会话cookies。不使用跟踪或分析cookies。", + "cookie.notice_label": "Cookie通知", + "cookie.policy_link": "Cookie政策", + "cookie.privacy_link": "隐私通知", + "credentials.col_action": "操作", + "credentials.col_credential": "凭据", + "credentials.col_source": "来源", + "credentials.configured": "已配置", + "credentials.edit_in_settings": "在设置中编辑", + "credentials.legend_db": "存储在数据库中的值(静态加密;覆盖环境变量)", + "credentials.legend_env_after": " 文件", + "credentials.legend_env_before": "来自环境变量或 ", + "credentials.legend_missing": "凭据未设置 — 集成将无法工作", + "credentials.legend_restart": "轮换此凭据时需要重新启动", + "credentials.legend_title": "图例", + "credentials.manage_settings": "管理设置", + "credentials.not_configured": "未配置", + "credentials.page_title": "凭据审核 - DocuElevate", + "credentials.raw_json": "原始JSON(API)", + "credentials.restart_title": "轮换此凭据后需要重新启动", + "credentials.source_db_title": "存储在数据库中(加密)", + "credentials.source_env_title": "来自环境变量", + "credentials.status_missing": "缺失", + "credentials.subtitle": "DocuElevate使用的所有敏感凭据的概述。这里不会显示任何秘密值 — 仅显示每个凭据是否已配置以及其来源。", + "credentials.table_for": "凭据用于", + "credentials.title": "凭据审核", + "credentials.total_credentials": "总凭据", + "dashboard.active_integrations": "活动集成", "dashboard.files_this_month": "本月文件", - "dashboard.files_today": "今日文件", - "dashboard.ocr_processed": "OCR 已处理", - "dashboard.quick_actions": "快捷操作", + "dashboard.files_today": "今天文件", + "dashboard.ocr_processed": "OCR处理", + "dashboard.quick_actions": "快速操作", "dashboard.recent_activity": "最近活动", "dashboard.storage_targets": "存储目标", - "dashboard.title": "仪表盘", - "dashboard.total_files": "文件总数", - "dashboard.welcome": "欢迎使用 DocuElevate", - "duplicates.file_id_label": "File ID", - "duplicates.file_id_placeholder": "e.g. 42", - "duplicates.find_btn": "Find", - "duplicates.found_files": "duplicate file(s) total.", - "duplicates.found_groups": "duplicate group(s) with", - "duplicates.found_prefix": "Found", - "duplicates.group_aria": "Duplicate group", - "duplicates.heading": "Duplicate Documents", - "duplicates.how_it_works_heading": "How near-duplicate detection works", - "duplicates.max_results_label": "Max results", - "duplicates.near_dup_desc": "Select a document to check whether any other files contain the same (or very similar) content — even if they were scanned at different times and have different SHA-256 hashes.", - "duplicates.near_dup_heading": "Find Near-Duplicates for a Document", - "duplicates.no_exact_heading": "No exact duplicates found", - "duplicates.page_title": "Duplicate Documents - DocuElevate", - "duplicates.pagination_aria": "Pagination", - "duplicates.role_duplicate": "Duplicate", - "duplicates.role_original": "Original", - "duplicates.tab_exact": "Exact Duplicates", - "duplicates.tab_near": "Near-Duplicate Finder", - "duplicates.tabs_aria": "Duplicate detection tabs", - "duplicates.threshold_label": "Similarity threshold", - "duplicates.view_dup_aria": "View duplicate file", - "duplicates.view_original_aria": "View original file", + "dashboard.title": "仪表板", + "dashboard.total_files": "总文件", + "dashboard.welcome": "欢迎来到DocuElevate", + "duplicates.file_id_label": "文件ID", + "duplicates.file_id_placeholder": "例如42", + "duplicates.find_btn": "查找", + "duplicates.found_files": "找到的重复文件总数。", + "duplicates.found_groups": "找到的重复组,包含", + "duplicates.found_prefix": "找到", + "duplicates.group_aria": "重复组", + "duplicates.heading": "重复文档", + "duplicates.how_it_works_heading": "近似重复检测的工作原理", + "duplicates.max_results_label": "最大结果", + "duplicates.near_dup_desc": "选择一个文档以检查是否有其他文件包含相同(或非常相似)的内容——即使它们在不同的时间被扫描,且具有不同的SHA-256哈希。", + "duplicates.near_dup_heading": "查找文档的近似重复", + "duplicates.no_exact_heading": "未找到精确重复", + "duplicates.page_title": "重复文档 - DocuElevate", + "duplicates.pagination_aria": "分页", + "duplicates.role_duplicate": "重复", + "duplicates.role_original": "原始", + "duplicates.tab_exact": "精确重复", + "duplicates.tab_near": "近似重复查找器", + "duplicates.tabs_aria": "重复检测标签", + "duplicates.threshold_label": "相似性阈值", + "duplicates.view_dup_aria": "查看重复文件", + "duplicates.view_original_aria": "查看原始文件", "error.404_code": "404", - "error.404_heading": "Oops, we couldn’t find that page!", - "error.404_home": "Return Home", - "error.404_message": "It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.", - "error.404_title": "404 - Not Found", + "error.404_heading": "哎呀,我们找不到那个页面!", + "error.404_home": "返回主页", + "error.404_message": "似乎DocuElevate找不到您要查找的文档。别担心——我们会支持您。", + "error.404_title": "404 - 找不到", "error.500_code": "500", - "error.500_debug_info": "Show Debug Info", - "error.500_description": "Our servers encountered a mishap and need a moment.", - "error.500_heading": "Oops! Something Went Wrong.", - "error.500_home": "Go Home", - "error.500_img_alt": "Illustration of a server error", - "error.500_message1": "Our servers encountered a mishap and need a moment. Maybe the hamsters spilled their coffee?", - "error.500_message2": "We're already on it—sorting files, rebooting servers, and recalibrating flux capacitors.", - "error.500_title": "Server Error - DocuElevate", - "error.forbidden": "禁止访问", + "error.500_debug_info": "显示调试信息", + "error.500_description": "我们的服务器遇到了一个小问题,需要一点时间。", + "error.500_heading": "哎呀!出了点问题。", + "error.500_home": "回到主页", + "error.500_img_alt": "服务器错误的插图", + "error.500_message1": "我们的服务器遇到了一个小问题,需要一点时间。也许是仓鼠洒了咖啡?", + "error.500_message2": "我们已经在处理了——整理文件、重启服务器和重新校准通量电容器。", + "error.500_title": "服务器错误 - DocuElevate", + "error.forbidden": "禁止", "error.forbidden_message": "您没有权限访问此页面。", "error.not_found": "页面未找到", "error.not_found_message": "您要查找的页面不存在。", - "error.server_error": "服务器内部错误", - "error.server_error_message": "出了点问题,请稍后再试。", + "error.server_error": "内部服务器错误", + "error.server_error_message": "出现问题。请稍后再试。", "error.unauthorized": "未授权", "error.unauthorized_message": "您需要登录才能访问此页面。", - "files.action_delete": "Delete file", - "files.action_details": "View details", - "files.action_preview": "Quick preview", - "files.bulk_clear_selection": "Clear Selection", - "files.bulk_cloud_ocr": "Re-run Cloud OCR", - "files.bulk_delete": "Delete Selected", - "files.bulk_download": "Download as ZIP", - "files.bulk_reprocess": "Reprocess Selected", - "files.delete_modal_cancel": "Cancel", - "files.delete_modal_confirm": "Delete", - "files.delete_modal_message": "Are you sure you want to delete this file?", - "files.delete_modal_title": "Confirm Deletion", + "files.action_delete": "删除文件", + "files.action_details": "查看详情", + "files.action_preview": "快速预览", + "files.bulk_clear_selection": "清除选择", + "files.bulk_cloud_ocr": "重新运行云OCR", + "files.bulk_delete": "删除所选项", + "files.bulk_download": "下载为ZIP", + "files.bulk_reprocess": "重新处理所选项", + "files.delete_modal_cancel": "取消", + "files.delete_modal_confirm": "删除", + "files.delete_modal_message": "您确定要删除此文件吗?", + "files.delete_modal_title": "确认删除", "files.document_title": "文档标题", - "files.drop_overlay_hint": "Supports PDF, Office docs, images, HTML, Markdown, and more", - "files.drop_overlay_title": "Drop files or folders anywhere to upload", - "files.error_hint": "This might be due to a configuration or import issue. Please check the server logs.", + "files.drop_overlay_hint": "支持PDF、Office文档、图像、HTML、Markdown等 - 文件夹会递归处理", + "files.drop_overlay_title": "将文件或文件夹拖放到此处上传", + "files.error_hint": "这可能是由于配置或导入问题。请检查服务器日志。", "files.file_size": "文件大小", "files.filename": "文件名", - "files.files_selected": "files selected", - "files.filter_all_providers": "All Providers", - "files.filter_all_statuses": "All Statuses", - "files.filter_all_types": "All Types", - "files.filter_apply": "Apply Filters", - "files.filter_clear": "Clear", - "files.filter_date_from": "Date From", - "files.filter_date_from_aria": "Filter from date", - "files.filter_date_to": "Date To", - "files.filter_date_to_aria": "Filter to date", - "files.filter_form_aria": "Filter files", - "files.filter_mime_type": "MIME Type", - "files.filter_ocr_all": "All Files", - "files.filter_ocr_good": "Good quality", - "files.filter_ocr_poor": "Poor quality", - "files.filter_ocr_quality": "OCR Quality", - "files.filter_ocr_quality_aria": "Filter by OCR quality score", - "files.filter_ocr_unchecked": "Not yet assessed", - "files.filter_search_label": "Search Filename", - "files.filter_search_placeholder": "Enter filename...", - "files.filter_storage_provider": "Storage Provider", - "files.filter_tags_aria": "Filter by tags (comma-separated)", - "files.filter_tags_placeholder": "e.g. invoice,amazon", - "files.fulltext_search_label": "Full-Text Search", - "files.fulltext_search_placeholder": "Search document content, sender, tags, type...", + "files.files_selected": "已选择文件", + "files.filter_all_providers": "所有提供者", + "files.filter_all_statuses": "所有状态", + "files.filter_all_types": "所有类型", + "files.filter_apply": "应用过滤器", + "files.filter_clear": "清除", + "files.filter_date_from": "日期从", + "files.filter_date_from_aria": "从日期过滤", + "files.filter_date_to": "日期至", + "files.filter_date_to_aria": "至日期过滤", + "files.filter_form_aria": "过滤文件", + "files.filter_mime_type": "MIME 类型", + "files.filter_ocr_all": "所有文件", + "files.filter_ocr_good": "良好质量", + "files.filter_ocr_poor": "差质量", + "files.filter_ocr_quality": "OCR 质量", + "files.filter_ocr_quality_aria": "按 OCR 质量得分过滤", + "files.filter_ocr_unchecked": "尚未评估", + "files.filter_search_label": "搜索文件名", + "files.filter_search_placeholder": "输入文件名...", + "files.filter_storage_provider": "存储提供商", + "files.filter_tags_aria": "按标签过滤(用逗号分隔)", + "files.filter_tags_placeholder": "例如:发票,亚马逊", + "files.fulltext_search_label": "全文搜索(OCR 文本、元数据、标签)", + "files.fulltext_search_placeholder": "搜索文档内容、发件人、标签、类型...", "files.no_files": "未找到文件", "files.ocr_status": "OCR 状态", - "files.page_title": "File Records", - "files.pagination_files": "files", - "files.pagination_first": "First", - "files.pagination_last": "Last", - "files.pagination_nav_aria": "File list pagination", - "files.pagination_next": "Next", - "files.pagination_of": "of", - "files.pagination_previous": "Previous", - "files.pagination_showing": "Showing", - "files.preview_modal_close": "Close preview", - "files.preview_modal_title": "Preview", - "files.queue_banner_items": "item(s) are currently queued or being processed. Files will appear here once processing completes.", - "files.queue_banner_link": "View Queue", - "files.saved_searches_empty": "No saved searches yet", - "files.saved_searches_error": "Could not load saved searches", - "files.saved_searches_label": "Saved Searches", - "files.saved_searches_save": "Save Current", - "files.saved_searches_save_aria": "Save current filters as a saved search", - "files.search_results_empty": "No results found.", - "files.search_results_title": "Search Results", - "files.status_duplicate": "Duplicate", - "files.table_actions": "Actions", - "files.table_aria": "File records", - "files.table_created_at": "Created At", - "files.table_empty": "No files found", + "files.page_title": "文件记录", + "files.pagination_files": "文件", + "files.pagination_first": "首页", + "files.pagination_last": "末页", + "files.pagination_nav_aria": "文件列表分页", + "files.pagination_next": "下一页", + "files.pagination_of": "的", + "files.pagination_previous": "上一页", + "files.pagination_showing": "显示", + "files.preview_modal_close": "关闭预览", + "files.preview_modal_title": "预览", + "files.queue_banner_items": "项正在排队或处理中。文件处理完成后将出现在这里。", + "files.queue_banner_link": "查看队列", + "files.saved_searches_empty": "尚无保存的搜索", + "files.saved_searches_error": "无法加载保存的搜索", + "files.saved_searches_label": "保存的搜索", + "files.saved_searches_save": "保存当前", + "files.saved_searches_save_aria": "将当前过滤器保存为保存的搜索", + "files.search_results_empty": "未找到结果。", + "files.search_results_title": "搜索结果", + "files.status_duplicate": "重复", + "files.table_actions": "操作", + "files.table_aria": "文件记录", + "files.table_created_at": "创建于", + "files.table_empty": "未找到文件", "files.table_id": "ID", - "files.table_mime_type": "MIME Type", - "files.table_original_filename": "Original Filename", - "files.table_select_all": "Select all files on this page", + "files.table_mime_type": "MIME 类型", + "files.table_original_filename": "原始文件名", + "files.table_select_all": "选择此页面上的所有文件", "files.tags": "标签", "files.title": "文件", - "files.upload_modal_aria": "Upload progress", - "files.upload_modal_close": "Close upload progress", - "files.upload_modal_header": "Uploading Files", + "files.upload_modal_aria": "上传进度", + "files.upload_modal_close": "关闭上传进度", + "files.upload_modal_header": "上传文件", "files.uploaded": "已上传", - "footer.about": "About", - "footer.attribution": "Attribution", - "footer.attributions": "致谢", - "footer.cookies": "Cookie", + "footer.about": "关于", + "footer.attribution": "归属", + "footer.attributions": "归属", + "footer.cookies": "Cookies", "footer.copyright": "DocuElevate {year}", - "footer.imprint": "法律声明", - "footer.license": "许可", + "footer.imprint": "印记", + "footer.license": "许可证", "footer.navigation": "页脚导航", "footer.privacy": "隐私", "footer.terms": "条款", "footer.version": "版本 {version}", "help.destinations_dropbox": "Dropbox", - "help.destinations_dropbox_desc": "OAuth-linked. Files land in your chosen folder.", - "help.destinations_email": "Email Forwarding", - "help.destinations_email_desc": "Processed files sent as SMTP attachments.", + "help.destinations_dropbox_desc": "OAuth链接。文件存放在您选择的文件夹中。", + "help.destinations_email": "邮件转发", + "help.destinations_email_desc": "处理后的文件作为SMTP附件发送。", "help.destinations_google_drive": "Google Drive", - "help.destinations_google_drive_desc": "Service account or OAuth. Supports shared drives.", - "help.destinations_heading": "Destinations – Where Documents Go", + "help.destinations_google_drive_desc": "服务账户或OAuth。支持共享驱动。", + "help.destinations_heading": "目的地 - 文档去往何处", "help.destinations_nextcloud": "Nextcloud / WebDAV", - "help.destinations_nextcloud_desc": "Self-hosted cloud storage via WebDAV.", + "help.destinations_nextcloud_desc": "通过WebDAV自托管的云存储。", "help.destinations_onedrive": "OneDrive", - "help.destinations_onedrive_desc": "Microsoft Graph API integration.", + "help.destinations_onedrive_desc": "Microsoft Graph API集成。", "help.destinations_paperless": "Paperless-ngx", - "help.destinations_paperless_desc": "Push documents straight into Paperless for archival.", + "help.destinations_paperless_desc": "直接将文档推送到Paperless进行归档。", "help.destinations_s3": "Amazon S3", - "help.destinations_s3_desc": "Any S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_s3_desc": "任何兼容S3的存储桶(AWS、MinIO、Wasabi)。", "help.destinations_sftp": "SFTP / FTP", - "help.destinations_sftp_desc": "Secure file transfer to any server.", + "help.destinations_sftp_desc": "安全文件传输到任何服务器。", "help.destinations_webhook": "Webhook", - "help.destinations_webhook_desc": "POST metadata to any external endpoint.", + "help.destinations_webhook_desc": "将元数据POST到任何外部端点。", "help.documentation": "文档", "help.faq": "常见问题", - "help.faq_1_a": "Navigate to the Upload page, drag-and-drop your files or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.faq_1_q": "How do I upload documents?", - "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, and HTML. Non-PDF files are automatically converted to PDF before processing.", - "help.faq_2_q": "Which file formats are supported?", - "help.faq_3_a": "Yes. Go to Email Ingestion, add an IMAP account, and DocuElevate will poll for new messages and process attachments automatically.", - "help.faq_3_q": "Can I ingest documents from email?", - "help.faq_4_a": "Pipelines let you chain processing steps – OCR, AI extraction, format conversion – and route the result to one or more destinations. Create and manage them from the Pipelines page.", - "help.faq_4_q": "How do processing pipelines work?", - "help.faq_5_a": "DocuElevate encrypts credentials at rest, communicates over TLS, and never stores your documents longer than necessary. See the Privacy Notice for full details.", - "help.faq_5_q": "Is my data secure?", - "help.faq_heading": "Frequently Asked Questions", - "help.getting_started": "入门指南", - "help.heading": "Help Center", - "help.page_title": "Help Center", - "help.privacy_notice": "Privacy Notice", - "help.quickstart_heading": "Quick Start", - "help.quickstart_storage": "Connect Storage", - "help.quickstart_storage_desc": "Head to Settings and link your cloud accounts. Processed documents are automatically routed to every destination you configure.", - "help.quickstart_upload": "Upload Documents", - "help.quickstart_upload_desc": "Drag & drop files onto the Upload page or click Choose File. DocuElevate converts images and office documents to PDF, runs OCR, and extracts metadata automatically.", - "help.quickstart_workflows": "Automate Workflows", - "help.quickstart_workflows_desc": "Create Pipelines to define multi-step processing and routing rules. Combine OCR, AI extraction, format conversion, and delivery in a single flow.", - "help.sources_email_ingestion": "Email Ingestion (IMAP)", - "help.sources_email_ingestion_desc": "Forward documents to a dedicated mailbox. Under Email Ingestion, add one or more IMAP accounts. DocuElevate polls for new messages and processes attachments automatically.", - "help.sources_heading": "Sources – Getting Documents In", + "help.faq_1_a": "导航到上传页面,拖放您的文件或点击选择文件。DocuElevate将图像和办公文档转换为PDF,运行OCR并自动提取元数据。", + "help.faq_1_q": "我如何上传文档?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF 和 HTML。非 PDF 文件在处理前会自动转换为 PDF。", + "help.faq_2_q": "支持哪些文件格式?", + "help.faq_3_a": "可以。前往邮箱摄取,添加 IMAP 账户,DocuElevate 将自动轮询新消息并处理附件。", + "help.faq_3_q": "我可以从电子邮件中摄取文档吗?", + "help.faq_4_a": "管道允许您链式处理步骤 – OCR、AI 提取、格式转换 – 并将结果路由到一个或多个目标。从管道页面创建和管理它们。", + "help.faq_4_q": "处理管道如何工作?", + "help.faq_5_a": "DocuElevate 对静态凭据加密,通过 TLS 通信,并且永远不会存储您的文档超过必要的时间。有关详细信息,请参阅隐私通知。", + "help.faq_5_a_post": "以获取完整详情。", + "help.faq_5_a_pre": "DocuElevate 在静止状态下对凭据进行加密,通过 TLS 进行通信,且从不将您的文档存储超过必要的时间。请参见 ", + "help.faq_5_q": "我的数据安全吗?", + "help.faq_heading": "常见问题", + "help.getting_started": "开始使用", + "help.heading": "帮助中心", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "使用 REST API 以编程方式推送文档。通过 Bearer 令牌进行身份验证,并将文件 POST 到上传端点。", + "help.ingestion_heading": "数据摄取工具", + "help.ingestion_mobile": "移动应用", + "help.ingestion_mobile_desc": "使用任何支持自定义 HTTP 上传目标的移动扫描应用程序,从手机或平板电脑将照片和扫描件发送到 DocuElevate。", + "help.ingestion_scanners": "网络扫描仪", + "help.ingestion_scanners_desc": "将任何网络扫描仪或多功能打印机指向 DocuElevate 的上传端点。扫描的文档直接进入您的处理队列。", + "help.ingestion_watched_folders": "监控文件夹", + "help.ingestion_watched_folders_desc": "配置一个本地或网络文件夹以进行监控。放置在监控文件夹中的任何文件都会被 DocuElevate 自动上传和处理。", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "通过 Zapier、n8n 或 Make 将 DocuElevate 集成到您的自动化工作流程中。使用 REST API 操作从任何事件触发文档上传。", + "help.meta_description": "获取有关 DocuElevate 的帮助 – 查找有关上传文档、连接云存储、设置管道等的指南。", + "help.og_description": "获取有关 DocuElevate 的帮助 – 查找有关上传文档、连接云存储、设置管道等的指南。", + "help.page_title": "帮助中心", + "help.privacy_notice": "隐私通知", + "help.quickstart_heading": "快速入门", + "help.quickstart_storage": "连接存储", + "help.quickstart_storage_desc": "前往设置并链接您的云帐户。处理后的文档会自动路由到您配置的每个目标。", + "help.quickstart_storage_desc_full": "前往集成并链接您的云存储帐户。DocuElevate 支持 Dropbox、Google Drive、OneDrive、Amazon S3、Nextcloud 等。处理的文档会自动路由到您配置的每个目标。", + "help.quickstart_upload": "上传文档", + "help.quickstart_upload_desc": "将文件拖放到上传页面或点击选择文件。DocuElevate 会将图像和办公文档转换为 PDF,自动运行 OCR 并提取元数据。", + "help.quickstart_workflows": "自动化工作流", + "help.quickstart_workflows_desc": "创建管道以定义多步骤处理和路由规则。将 OCR、AI 提取、格式转换和交付结合在一个流程中。", + "help.sources_email_ingestion": "电子邮件摄取 (IMAP)", + "help.sources_email_ingestion_desc": "将文档转发到专用邮箱。在电子邮件摄取下,添加一个或多个 IMAP 账户。DocuElevate 会轮询新消息并自动处理附件。", + "help.sources_heading": "来源 – 获取文档", "help.sources_rest_api": "REST API", - "help.sources_rest_api_desc": "Integrate programmatically by POST-ing files to /api/upload. Ideal for scripts, watched folders, scanners, or third-party tools like Zapier and n8n.", - "help.sources_scanner": "Scanner & Mobile", - "help.sources_scanner_desc": "Point network scanners at DocuElevate's upload endpoint or use any mobile scanning app that supports custom HTTP destinations.", - "help.sources_web_upload": "Web Upload", - "help.sources_web_upload_desc": "The fastest way to get started. Open the Upload page, drop one or more files, and DocuElevate takes care of the rest. Supported formats include PDF, JPEG, PNG, TIFF, DOCX, XLSX, and more.", - "help.subheading": "Everything you need to get the most out of DocuElevate. Browse topics below or search for what you need.", + "help.sources_rest_api_desc": "通过 POST 文件到 /api/upload 进行程序集成。适合脚本、监视文件夹、扫描仪或第三方工具,如 Zapier 和 n8n。", + "help.sources_scanner": "扫描仪和移动设备", + "help.sources_scanner_desc": "将网络扫描仪指向 DocuElevate 的上传端点,或使用任何支持自定义 HTTP 目标的移动扫描应用。", + "help.sources_scanner_desc_full": "配置您的网络扫描仪或多功能打印机,将扫描件直接发送到 DocuElevate。使用 /api/upload 端点作为目标。也支持具有自定义上传目标的移动扫描应用。", + "help.sources_web_upload": "网页上传", + "help.sources_web_upload_desc": "开始使用的最快方法。打开上传页面,拖放一个或多个文件,DocuElevate 会处理其余的。支持的格式包括 PDF、JPEG、PNG、TIFF、DOCX、XLSX 等。", + "help.subheading": "您获得最大收益所需的一切。浏览下面的主题或搜索您所需的内容。", "help.support": "支持", - "help.support_admin_message": "Contact your administrator for support information.", - "help.support_description": "Can’t find what you’re looking for? Our support team is here to help.", - "help.support_heading": "Contact Support", - "help.support_ticket_button": "Submit a Ticket", - "help.support_ticket_heading": "Open a Support Ticket", + "help.support_admin_message": "联系您的管理员获取支持信息。", + "help.support_description": "找不到您要寻找的内容?我们的支持团队会提供帮助。", + "help.support_heading": "联系支持", + "help.support_live_chat": "提供实时聊天 – 点击聊天气泡开始对话。", + "help.support_ticket_button": "提交工单", + "help.support_ticket_desc": "填写下面的表格,我们的支持团队会尽快与您联系。", + "help.support_ticket_heading": "打开支持工单", "help.title": "帮助中心", - "help.workflows_creating": "Creating a Pipeline", - "help.workflows_definition": "A Pipeline is a series of processing steps that run automatically whenever a document is ingested. Each step can transform, enrich, or route the document.", - "help.workflows_heading": "Workflows & Pipelines", - "help.workflows_step_1": "Convert to PDF", - "help.workflows_step_1_create": "Go to Pipelines in the main menu.", - "help.workflows_step_2": "OCR – extract text", - "help.workflows_step_2_create": "Click New Pipeline and give it a name.", - "help.workflows_step_3": "AI metadata extraction", - "help.workflows_step_3_create": "Add the processing steps you need.", - "help.workflows_step_4": "Deliver to one or more destinations", - "help.workflows_step_4_create": "Choose one or more delivery destinations.", - "help.workflows_step_5_create": "Save – new documents will be processed through this pipeline automatically.", - "help.workflows_typical_steps": "Typical Steps", - "help.workflows_what_is": "What is a Pipeline?", - "index.badge_intelligent": "Intelligent Document Processing", - "index.button_browse_files": "Browse Files", - "index.button_upload": "Upload", - "index.capabilities_cloud": "Cloud storage: Dropbox, OneDrive, Google Drive, NextCloud", - "index.capabilities_ingestion": "Email & URL-based document ingestion", - "index.capabilities_ocr": "OCR & metadata extraction with AI", - "index.capabilities_paperless": "Paperless-ngx integration for document management", - "index.capabilities_title": "Capabilities", - "index.capabilities_workflows": "Automated classification & routing workflows", - "index.cta_description": "Join teams already automating their document processing with DocuElevate.", - "index.cta_heading": "Ready to elevate your document workflow?", - "index.cta_pricing": "See pricing", - "index.cta_signup": "Create a free account", - "index.dashboard_subtitle": "Intelligent document processing & management", - "index.dashboard_subtitle_teams": "Intelligent document processing & management — built for teams", - "index.feature_ai": "AI Metadata Extraction", - "index.feature_ai_desc": "OpenAI, Claude, Gemini, and other pluggable AI providers classify documents and pull out key fields like dates, amounts, and subjects.", - "index.feature_cloud": "Multi-Cloud Storage", - "index.feature_cloud_desc": "Route processed files to Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, and more.", - "index.feature_email": "Email & IMAP Ingestion", - "index.feature_email_desc": "Automatically pull documents from Gmail or any IMAP mailbox — no manual uploads needed.", - "index.feature_ocr": "OCR & Text Extraction", - "index.feature_ocr_desc": "Azure Document Intelligence converts scanned PDFs and images into fully searchable text automatically.", - "index.feature_pipelines": "Custom Pipelines", - "index.feature_pipelines_desc": "Build processing pipelines with configurable steps — OCR, AI extraction, format conversion, and storage routing in any order.", - "index.feature_search": "Full-Text Search", - "index.feature_search_desc": "Instantly find any document by content, metadata, or tags across your entire archive.", - "index.feature_section_title": "Everything you need for smart document workflows", - "index.getting_started": "Getting Started", - "index.getting_started_1": "Configure integrations via System Status", - "index.getting_started_2": "Upload your first document", - "index.getting_started_3": "Review results in Files", - "index.getting_started_learn": "Learn more about DocuElevate", - "index.hero_description": "DocuElevate ingests your documents, runs OCR, extracts metadata with AI, and routes files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more — all in one seamless pipeline.", - "index.hero_heading": "From upload to insight — automatically.", - "index.hero_login": "Log In", - "index.hero_pricing": "View Plans & Pricing", - "index.hero_signup": "Get Started — it’s free", - "index.integrations_active": "Active integrations", - "index.integrations_storage": "Storage targets", - "index.integrations_title": "Integrations", - "index.integrations_view_status": "View system status", - "index.page_title_dashboard": "Dashboard", - "index.page_title_public": "Intelligent Document Processing", - "index.platform_overview": "Platform overview", - "index.quick_actions": "Quick Actions", - "index.quick_documents": "My Documents", - "index.quick_documents_desc": "Browse your processed files", - "index.quick_search": "Search", - "index.quick_search_desc": "Full-text search across documents", - "index.quick_subscription": "My Subscription", - "index.quick_subscription_desc": "View plan & usage details", - "index.quick_system_status": "System Status", - "index.quick_system_status_desc": "Check integration health", - "index.quick_upload": "Upload Document", - "index.quick_upload_desc": "Process a new file", - "index.quick_view_files": "View All Files", - "index.quick_view_files_desc": "Browse processed documents", - "index.single_user_heading": "DocuElevate Dashboard", - "index.single_user_subtitle": "Intelligent document processing & management", - "index.stat_active_integrations": "Active Integrations", - "index.stat_active_users": "Active users", - "index.stat_files_month": "Files this month", - "index.stat_files_today": "Files today", - "index.stat_storage_targets": "Storage Targets", - "index.stat_total_files": "Total files", - "index.tier_plan": "Plan", - "index.tier_upgrade": "Upgrade", - "index.tier_view_details": "View full details", - "index.upgrade_daily_limits": "Higher daily & monthly limits", - "index.upgrade_description": "Unlock more documents, more destinations and priority support.", - "index.upgrade_destinations": "More storage destinations", - "index.upgrade_ocr_pages": "More OCR pages", - "index.upgrade_plan": "Upgrade your plan", - "index.upgrade_view_pricing": "View plans & pricing", - "index.usage_lifetime": "Lifetime files", - "index.usage_month": "Files this month", - "index.usage_my_usage": "My usage", - "index.usage_today": "Files today", - "index.usage_unlimited": "Unlimited", + "help.workflows_creating": "创建管道", + "help.workflows_definition": "管道是一系列在每次摄取文档时自动运行的处理步骤。每个步骤都可以转换、丰富或路由文档。", + "help.workflows_heading": "工作流和管道", + "help.workflows_step_1": "转换为 PDF", + "help.workflows_step_1_create": "在主菜单中转到管道。", + "help.workflows_step_1_full": "转换为 PDF – 所有传入文件都会标准化为一致的 PDF 格式。", + "help.workflows_step_2": "OCR - 提取文本", + "help.workflows_step_2_create": "点击新建管道并给予其一个名称。", + "help.workflows_step_2_full": "OCR – 使用 Azure 文档智能或内置引擎从扫描页面提取可选择的文本。", + "help.workflows_step_3": "AI 元数据提取", + "help.workflows_step_3_create": "添加所需的处理步骤。", + "help.workflows_step_3_full": "AI 元数据提取 – 通过 OpenAI 分类文档类型并提取关键字段,例如金额、日期和名称。", + "help.workflows_step_4": "交付到一个或多个目的地", + "help.workflows_step_4_create": "选择一个或多个交付目的地。", + "help.workflows_step_5_create": "保存 - 新文档将通过此管道自动处理。", + "help.workflows_typical_steps": "典型步骤", + "help.workflows_what_is": "什么是管道?", + "index.badge_intelligent": "智能文档处理", + "index.button_browse_files": "浏览文件", + "index.button_upload": "上传", + "index.capabilities_cloud": "云存储:Dropbox、OneDrive、Google Drive、NextCloud", + "index.capabilities_ingestion": "基于电子邮件和 URL 的文档摄取", + "index.capabilities_ocr": "使用 AI 的 OCR 和元数据提取", + "index.capabilities_paperless": "Paperless-ngx集成用于文档管理", + "index.capabilities_title": "功能", + "index.capabilities_workflows": "自动分类和路由工作流", + "index.cta_description": "加入那些已经通过 DocuElevate 自动化文档处理的团队。", + "index.cta_heading": "准备提升您的文档工作流程吗?", + "index.cta_pricing": "查看定价", + "index.cta_signup": "创建一个免费帐户", + "index.dashboard_subtitle": "智能文档处理与管理", + "index.dashboard_subtitle_teams": "智能文档处理与管理 - 为团队打造", + "index.feature_ai": "AI 元数据提取", + "index.feature_ai_desc": "OpenAI、Claude、Gemini 和其他可插拔 AI 提供商对文档进行分类并提取关键字段,如日期、金额和主题。", + "index.feature_cloud": "多云存储", + "index.feature_cloud_desc": "将处理后的文件路由到 Dropbox、Google Drive、OneDrive、Amazon S3、Nextcloud、Paperless NGX、WebDAV、FTP/SFTP 等。", + "index.feature_email": "电子邮件和 IMAP 摄取", + "index.feature_email_desc": "自动从 Gmail 或任何 IMAP 邮箱中提取文档 - 无需手动上传。", + "index.feature_ocr": "OCR 和文本提取", + "index.feature_ocr_desc": "Azure 文档智能会自动将扫描的 PDF 和图像转换为完全可搜索的文本。", + "index.feature_pipelines": "自定义管道", + "index.feature_pipelines_desc": "构建具有可配置步骤的处理管道 - OCR、AI 提取、格式转换和存储路由,顺序任意。", + "index.feature_search": "全文搜索", + "index.feature_search_desc": "通过内容、元数据或标签即时查找您整个档案中的任何文档。", + "index.feature_section_title": "智能文档工作流所需的一切", + "index.getting_started": "开始使用", + "index.getting_started_1": "通过系统状态配置集成", + "index.getting_started_2": "上传您的第一份文档", + "index.getting_started_3": "在文件中查看结果", + "index.getting_started_learn": "了解更多关于DocuElevate的信息", + "index.hero_description": "DocuElevate 吞吐您的文档,执行OCR,用AI提取元数据,并将文件路由到Dropbox、Google Drive、OneDrive、S3、Nextcloud等 — 所有这一切在一个无缝的管道中。", + "index.hero_heading": "从上传到洞察 — 自动完成。", + "index.hero_login": "登录", + "index.hero_pricing": "查看计划与定价", + "index.hero_signup": "开始使用 — 免费", + "index.integrations_active": "活跃的集成", + "index.integrations_storage": "存储目标", + "index.integrations_title": "集成", + "index.integrations_view_status": "查看系统状态", + "index.page_title_dashboard": "仪表板", + "index.page_title_public": "智能文档处理", + "index.platform_overview": "平台概述", + "index.processing_stats": "处理统计", + "index.quick_actions": "快捷操作", + "index.quick_documents": "我的文档", + "index.quick_documents_desc": "浏览您的处理文件", + "index.quick_search": "搜索", + "index.quick_search_desc": "跨文档全文搜索", + "index.quick_subscription": "我的订阅", + "index.quick_subscription_desc": "查看计划和使用详情", + "index.quick_system_status": "系统状态", + "index.quick_system_status_desc": "检查集成健康状况", + "index.quick_upload": "上传文档", + "index.quick_upload_desc": "处理新文件", + "index.quick_view_files": "查看所有文件", + "index.quick_view_files_desc": "浏览处理过的文档", + "index.single_user_heading": "DocuElevate仪表板", + "index.single_user_subtitle": "智能文档处理与管理", + "index.stat_active_integrations": "活跃集成", + "index.stat_active_users": "活跃用户", + "index.stat_files_month": "本月文件", + "index.stat_files_ocr": "含OCR的文件", + "index.stat_files_today": "今天的文件", + "index.stat_storage_targets": "存储目标", + "index.stat_this_month": "本月", + "index.stat_today": "今天", + "index.stat_total_files": "总文件数", + "index.stat_total_processed": "总处理量", + "index.tier_plan": "计划", + "index.tier_upgrade": "升级", + "index.tier_view_details": "查看完整详情", + "index.upgrade_daily_limits": "更高的每日和每月限制", + "index.upgrade_description": "解锁更多文档、更多存储位置和优先支持。", + "index.upgrade_destinations": "更多存储目标", + "index.upgrade_ocr_pages": "更多OCR页数", + "index.upgrade_plan": "升级您的计划", + "index.upgrade_view_pricing": "查看计划和定价", + "index.usage_lifetime": "终身文件", + "index.usage_month": "本月文件", + "index.usage_my_usage": "我的使用情况", + "index.usage_today": "今天的文件", + "index.usage_unlimited": "无限制", + "integrations.access_key_label": "访问密钥ID", + "integrations.active_label": "激活", + "integrations.add_button": "添加集成", + "integrations.add_first_button": "添加您的第一个集成", + "integrations.api_token_label": "API令牌", + "integrations.authorize_btn": "授权", + "integrations.authorize_reauth": "重新授权", + "integrations.bucket_label": "存储桶", "integrations.configure": "配置", "integrations.connect": "连接", "integrations.connected": "已连接", - "integrations.disconnect": "断开", - "integrations.empty_state": "No integrations configured", - "integrations.folder_label": "Folder", - "integrations.host_label": "Host", - "integrations.imap_settings": "IMAP Settings", + "integrations.connection_failed": "连接失败", + "integrations.connection_success": "连接成功", + "integrations.delete_confirm_are_you_sure": "您确定要删除吗", + "integrations.delete_confirm_title": "删除集成?", + "integrations.delete_confirm_undone": "此操作无法撤销。", + "integrations.delete_emails_label": "处理后删除电子邮件", + "integrations.delete_files_label": "处理后删除文件", + "integrations.destinations_quota_label": "存储目标:", + "integrations.destinations_section": "目标", + "integrations.direction_destination": "目标(存储)", + "integrations.direction_label": "方向", + "integrations.direction_placeholder": "— 选择 —", + "integrations.direction_source": "源(摄取)", + "integrations.disconnect": "断开连接", + "integrations.email_settings": "电子邮件转发设置", + "integrations.empty_state": "未配置任何集成", + "integrations.endpoint_label": "端点URL", + "integrations.endpoint_optional": "(可选,适用于S3兼容)", + "integrations.folder_label": "文件夹", + "integrations.folder_optional": "(可选)", + "integrations.folder_path_label": "文件夹路径", + "integrations.folder_prefix_label": "文件夹前缀", + "integrations.generic_settings_hint": "此集成类型的配置可以在创建后通过API作为JSON提供。", + "integrations.gmail_hint": "Gmail标签与星标:启用后,处理的电子邮件将被星标并标记为\"已摄取\"标签,仅适用于Gmail服务器。", + "integrations.gmail_labels": "应用Gmail标签与星标", + "integrations.host_label": "主机", + "integrations.imap_settings": "IMAP 设置", + "integrations.loading": "加载集成中…", + "integrations.modal_close": "关闭模态", + "integrations.modal_title_add": "添加集成", + "integrations.modal_title_edit": "编辑集成", + "integrations.name_label": "标签", + "integrations.name_placeholder": "例如:工作 Gmail、S3 存档", + "integrations.nextcloud_settings": "Nextcloud 设置", + "integrations.nextcloud_url_label": "Nextcloud URL", + "integrations.no_integrations_body": "添加您的第一个集成以连接摄取源(如 IMAP)和存储目的地(如 S3、Dropbox 或 Google Drive)。", "integrations.not_connected": "未连接", - "integrations.page_title": "Integrations", - "integrations.password_label": "Password", - "integrations.port_label": "Port", + "integrations.oauth_folder_label": "文件夹", + "integrations.oauth_hint": "首先保存此集成,然后使用授权按钮完成 OAuth 流程。您的凭证将安全存储在您的个人集成记录中。", + "integrations.page_title": "集成", + "integrations.paperless_settings": "Paperless NGX 设置", + "integrations.password_label": "密码", + "integrations.paused": "已暂停", + "integrations.plan_label": "计划:", + "integrations.port_label": "端口", + "integrations.quota_not_available": "(不可用)", + "integrations.quota_unlimited": "/ 无限", + "integrations.recipient_label": "收件人电子邮件", + "integrations.region_label": "地区", + "integrations.remote_path_label": "远程路径", + "integrations.s3_prefix_label": "前缀(文件夹路径)", + "integrations.s3_settings": "S3 设置", + "integrations.secret_key_label": "密钥访问密钥", + "integrations.show_password": "显示密码", + "integrations.show_secrets": "显示秘密", + "integrations.show_token": "显示令牌", + "integrations.source_local": "本地文件系统", + "integrations.source_type_label": "源类型", + "integrations.sources_quota_label": "邮箱源:", + "integrations.sources_section": "源", + "integrations.subtitle": "在一个地方管理您的摄取源和存储目的地。", "integrations.title": "集成", - "integrations.username_label": "Username", - "language.bg": "Български", - "language.ca": "Català", - "language.change_success": "Language changed to {language}", - "language.changed": "语言已更改为{language}", - "language.cs": "Čeština", - "language.da": "Dansk", - "language.de": "Deutsch", - "language.el": "Ελληνικά", - "language.en": "English", - "language.es": "Español", - "language.et": "Eesti", - "language.fi": "Suomi", - "language.fr": "Français", - "language.ga": "Gaeilge", - "language.hr": "Hrvatski", - "language.hu": "Magyar", - "language.is": "Íslenska", - "language.it": "Italiano", - "language.lb": "Lëtzebuergesch", - "language.lt": "Lietuvių", - "language.lv": "Latviešu", - "language.nb": "Norsk", - "language.nl": "Nederlands", - "language.pl": "Polski", - "language.pt": "Português", - "language.ro": "Română", - "language.ru": "Русский", + "integrations.type_label": "集成类型", + "integrations.type_placeholder": "— 首先选择方向 —", + "integrations.upgrade_plan": "升级计划", + "integrations.use_ssl": "使用 SSL", + "integrations.username_label": "用户名", + "integrations.watch_folder_settings": "监视文件夹设置", + "integrations.webdav_settings": "WebDAV 设置", + "integrations.webdav_url_label": "WebDAV URL", + "integrations.webhook_heading": "Webhook 摄取", + "integrations.webhook_how_heading": "Webhook 摄取如何工作", + "integrations.webhook_how_text": "Webhook 集成允许外部系统通过 REST API 将文档直接推送到 DocuElevate。与 DocuElevate 轮询新文件(如 IMAP)不同,您的应用程序使用 API 令牌进行身份验证,通过 HTTP 请求将文件发送到 DocuElevate。", + "integrations.webhook_ideal_text": "这对于 CI/CD 管道、自动化脚本、扫描仪集成或任何生成文档并需要发送进行处理的系统是理想的。", + "integrations.webhook_quick_start": "快速开始", + "integrations.webhook_security_tip": "为每个集成创建一个专用的 API 令牌,如果被泄露,请立即撤销。令牌可以在 API 令牌页面进行管理。", + "integrations.webhook_step1": "访问 {api_tokens_link} 并创建个人令牌。", + "integrations.webhook_upload_with_token": "使用令牌通过 API 上传文档:", + "language.bg": "保加利亚语", + "language.ca": "加泰罗尼亚语", + "language.change_success": "语言已更改为 {language}", + "language.changed": "语言已更改为 {language}", + "language.cs": "捷克语", + "language.da": "丹麦语", + "language.de": "德语", + "language.el": "希腊语", + "language.en": "英语", + "language.es": "西班牙语", + "language.et": "爱沙尼亚语", + "language.fi": "芬兰语", + "language.fr": "法语", + "language.ga": "爱尔兰语", + "language.hr": "克罗地亚语", + "language.hu": "匈牙利语", + "language.is": "冰岛语", + "language.it": "意大利语", + "language.lb": "卢森堡语", + "language.lt": "立陶宛语", + "language.lv": "拉脱维亚语", + "language.nb": "挪威语", + "language.nl": "荷兰语", + "language.no_results": "没有找到语言", + "language.pl": "波兰语", + "language.pt": "葡萄牙语", + "language.ro": "罗马尼亚语", + "language.ru": "俄语", + "language.search_placeholder": "搜索语言\u0013", "language.selector": "语言", - "language.selector_label": "Select language", - "language.sk": "Slovenčina", - "language.sl": "Slovenščina", - "language.sv": "Svenska", - "language.tr": "Türkçe", - "language.uk": "Українська", + "language.selector_label": "选择语言", + "language.sk": "斯洛伐克语", + "language.sl": "斯洛文尼亚语", + "language.sv": "瑞典语", + "language.tr": "土耳其语", + "language.uk": "乌克兰语", "language.zh": "中文", "nav.about": "关于", - "nav.admin": "管理", - "nav.admin.audit_logs": "Audit Logs", - "nav.admin.backups": "Backups", - "nav.admin.plans": "Plans", - "nav.admin.scheduled_jobs": "Scheduled Jobs", - "nav.admin.users": "Users", - "nav.admin_actions": "管理操作", - "nav.admin_menu": "管理菜单", + "nav.account_menu": "帐户菜单", + "nav.account_menu_for": "{name} 的帐户菜单", + "nav.admin": "管理员", + "nav.admin.audit_logs": "审计日志", + "nav.admin.backups": "备份", + "nav.admin.plans": "计划", + "nav.admin.scheduled_jobs": "定时任务", + "nav.admin.users": "用户", + "nav.admin_actions": "管理员操作", + "nav.admin_menu": "管理员菜单", "nav.api_docs": "API 文档", - "nav.api_tokens": "API Tokens", + "nav.api_tokens": "API 令牌", "nav.backup_restore": "备份与恢复", "nav.credentials": "凭据", - "nav.dark_mode": "深色模式", - "nav.dashboard": "仪表盘", + "nav.dark_mode": "暗模式", + "nav.dashboard": "仪表板", "nav.developer_docs": "开发者文档", - "nav.duplicates": "重复文件", + "nav.duplicates": "重复项", "nav.file_manager": "文件管理器", "nav.files": "文件", + "nav.get_started": "开始使用", "nav.help": "帮助", "nav.help_center": "帮助中心", - "nav.imap": "Email Import", + "nav.imap": "邮箱导入", "nav.integrations": "集成", - "nav.light_mode": "浅色模式", - "nav.login": "Log In", - "nav.logout": "Log Out", + "nav.light_mode": "明亮模式", + "nav.login": "登录", + "nav.logout": "登出", "nav.main_navigation": "主导航", + "nav.my_subscription": "我的订阅", "nav.notifications": "通知", "nav.open_main_menu": "打开主菜单", - "nav.pipelines": "处理流程", - "nav.plan_designer": "方案设计", - "nav.pricing": "价格", - "nav.profile": "Profile", - "nav.queue": "Queue", + "nav.pipelines": "管道", + "nav.plan_designer": "计划设计器", + "nav.pricing": "定价", + "nav.profile": "个人资料", + "nav.profile_settings": "个人资料设置", + "nav.queue": "队列", "nav.queue_monitor": "队列监控", "nav.scheduled_jobs": "计划任务", "nav.search": "搜索", "nav.settings": "设置", - "nav.shared_links": "Shared Links", - "nav.signup": "Sign Up", - "nav.similarity": "相似度", - "nav.skip_to_content": "跳至主要内容", + "nav.shared_links": "共享链接", + "nav.sign_out": "登出", + "nav.signup": "注册", + "nav.similarity": "相似性", + "nav.skip_to_content": "跳到主要内容", "nav.status": "状态", - "nav.subscription": "Subscription", - "nav.toggle_dark_mode": "切换深色模式", + "nav.subscription": "订阅", + "nav.toggle_dark_mode": "切换暗模式", "nav.toggle_nav": "切换导航菜单", "nav.upload": "上传", "nav.users": "用户", - "nav.version": "Version Info", - "notifications.filter_all": "All", - "notifications.filter_read": "Read only", - "notifications.filter_unread": "Unread only", - "notifications.manage_desc": "Manage your notification inbox, targets, and event preferences", - "notifications.mark_all_read": "全部标记为已读", - "notifications.mark_all_read_btn": "Mark all read", + "nav.version": "版本信息", + "notifications.filter_all": "全部", + "notifications.filter_read": "仅已读", + "notifications.filter_unread": "仅未读", + "notifications.manage_desc": "管理您的通知收件箱、目标和事件偏好", + "notifications.mark_all_read": "标记全部为已读", + "notifications.mark_all_read_btn": "标记全部已读", "notifications.mark_read": "标记为已读", "notifications.no_notifications": "没有通知", - "notifications.page_title": "Notifications", - "notifications.tab_inbox": "Inbox", - "notifications.tab_settings": "Settings", + "notifications.page_title": "通知", + "notifications.tab_inbox": "收件箱", + "notifications.tab_settings": "设置", "notifications.title": "通知", - "notifications.unread_count": "{count} 条未读通知", - "pipelines.active_label": "Active", - "pipelines.add_step_btn": "Add Step", - "pipelines.create": "创建流程", - "pipelines.custom_label_label": "Custom Label", - "pipelines.default_label": "Default", - "pipelines.description_label": "Description", - "pipelines.description_placeholder": "Optional description", - "pipelines.disabled_label": "Disabled", - "pipelines.edit": "编辑流程", - "pipelines.empty_state": "No pipelines yet", - "pipelines.empty_state_hint": "Create your first pipeline to define custom document processing workflows.", - "pipelines.enabled_label": "Enabled", - "pipelines.force_cloud_ocr_label": "Force cloud OCR (skip local text extraction)", - "pipelines.inactive_label": "Inactive", - "pipelines.loading": "Loading pipelines…", - "pipelines.name_placeholder": "My pipeline", - "pipelines.new_pipeline_btn": "New Pipeline", - "pipelines.no_steps": "No steps defined. Add a step to start building your pipeline.", - "pipelines.ocr_auto": "Auto (use system default)", - "pipelines.ocr_language_hint": "Overrides the global language setting for Tesseract/EasyOCR. Azure and Mistral auto-detect the language.", - "pipelines.ocr_language_label": "OCR Language", - "pipelines.optional_suffix": "(optional)", - "pipelines.page_title": "Processing Pipelines", - "pipelines.set_default": "Set as my default pipeline", - "pipelines.step_label_placeholder": "Override the default step name", - "pipelines.step_type_label": "Step Type", - "pipelines.subtitle_intro": "Define and manage custom document processing workflows.", - "pipelines.subtitle_system_post": "badge and are visible to all users.", - "pipelines.subtitle_system_pre": "System pipelines (created by admins) are shown with a", - "pipelines.system_label": "System", - "pipelines.system_pipeline_label": "System pipeline (visible to all users)", - "pipelines.title": "处理流程", - "queue.active_tasks": "Active Tasks", - "queue.auto_refresh_1": "Auto-refreshes every", - "queue.auto_refresh_2": "seconds", - "queue.col_arguments": "Arguments", - "queue.col_current_step": "Current Step", - "queue.col_file": "File", - "queue.col_files": "Files", - "queue.col_queue": "Queue", - "queue.col_state": "State", - "queue.col_task": "Task", - "queue.col_task_id": "Task ID", - "queue.files_processing": "Files Processing", - "queue.heading": "Queue Monitor", - "queue.last_updated": "Last updated:", - "queue.loading_stats": "Loading queue statistics…", - "queue.no_active_tasks": "No active tasks", - "queue.no_data": "No data", - "queue.no_files_processing": "No files currently processing", - "queue.page_title": "Queue Monitor", - "queue.processing_pipeline": "Processing Pipeline", - "queue.queued_tasks": "Queued Tasks", - "queue.recently_processing": "Recently Processing Files", - "queue.redis_queues": "Redis Queues", - "queue.subtitle": "Real-time view of the document processing pipeline and Celery task queues.", - "queue.workers_online": "Workers Online", - "search.button": "Search", - "search.error_message": "Search is temporarily unavailable. Please try again in a moment.", - "search.filter_aria_clear": "Clear all filters", - "search.filter_clear_button": "Clear Filters", - "search.filter_date_from": "Date From", - "search.filter_date_to": "Date To", - "search.filter_document_type": "Document Type", - "search.filter_document_type_placeholder": "e.g. Invoice", - "search.filter_language": "Language", - "search.filter_language_placeholder": "e.g. de", - "search.filter_sender": "Sender", - "search.filter_sender_placeholder": "e.g. ACME Corp", - "search.filter_tags": "Tags", - "search.filter_tags_placeholder": "e.g. amazon", - "search.filter_text_quality": "Text Quality", - "search.filter_text_quality_all": "All", - "search.filter_text_quality_high": "High", - "search.filter_text_quality_low": "Low", - "search.filter_text_quality_medium": "Medium", - "search.filter_text_quality_no_text": "No text", - "search.heading": "Document Search", - "search.input_aria_label": "Search documents", - "search.input_placeholder": "Search documents by content, sender, tags, type...", - "search.loading_indicator": "Searching…", + "notifications.unread_count": "{count}条未读通知", + "pipelines.active_label": "活动", + "pipelines.add_step_btn": "添加步骤", + "pipelines.create": "创建管道", + "pipelines.custom_label_label": "自定义标签", + "pipelines.default_label": "默认", + "pipelines.description_label": "描述", + "pipelines.description_placeholder": "可选描述", + "pipelines.disabled_label": "已禁用", + "pipelines.edit": "编辑管道", + "pipelines.empty_state": "尚无管道", + "pipelines.empty_state_hint": "创建您的第一个管道以定义自定义文档处理工作流。", + "pipelines.enabled_label": "已启用", + "pipelines.force_cloud_ocr_label": "强制使用云OCR(跳过本地文本提取)", + "pipelines.inactive_label": "非活动", + "pipelines.loading": "加载管道\u0014", + "pipelines.name_placeholder": "我的管道", + "pipelines.new_pipeline_btn": "新建管道", + "pipelines.no_steps": "未定义步骤。添加一个步骤以开始构建您的管道。", + "pipelines.ocr_auto": "自动(使用系统默认)", + "pipelines.ocr_language_hint": "覆盖Tesseract/EasyOCR的全局语言设置。Azure和Mistral自动检测语言。", + "pipelines.ocr_language_label": "OCR语言", + "pipelines.optional_suffix": "(可选)", + "pipelines.page_title": "处理管道", + "pipelines.set_default": "设为我的默认管道", + "pipelines.step_label_placeholder": "覆盖默认步骤名称", + "pipelines.step_type_label": "步骤类型", + "pipelines.subtitle_intro": "定义和管理自定义文档处理工作流。", + "pipelines.subtitle_system_post": "徽章,并对所有用户可见。", + "pipelines.subtitle_system_pre": "系统管道(由管理员创建)显示为", + "pipelines.system_label": "系统", + "pipelines.system_pipeline_label": "系统管道(对所有用户可见)", + "pipelines.title": "处理管道", + "profile.avatar_alt": "您的个人资料图片", + "profile.avatar_heading": "个人资料图片", + "profile.avatar_remove": "移除自定义头像", + "profile.avatar_upload_hint": "上传 JPEG、PNG、GIF 或 WebP 格式的图片,最大 2 MB。如果没有设置自定义图片,将显示您的 {gravatar}。", + "profile.choose_image": "选择图片\u0002\u0002", + "profile.confirm_password": "确认新密码", + "profile.contact_email_hint": "用于系统通知。这不会更改您的登录电子邮件。", + "profile.contact_email_label": "联系/通知电子邮件", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "当前密码", + "profile.dismiss": "取消", + "profile.display_name_hint": "留空以使用您的帐户用户名或电子邮件。", + "profile.display_name_label": "显示名称", + "profile.display_name_placeholder": "在 UI 中显示的您的名称", + "profile.general_heading": "一般信息", + "profile.gravatar_link": "Gravatar", + "profile.heading": "个人资料设置", + "profile.language_auto_detect": "自动检测(来自浏览器)", + "profile.language_hint": "选择您首选的界面语言。“自动检测”将遵循您的浏览器设置。", + "profile.language_label": "UI 语言", + "profile.new_password": "新密码", + "profile.new_password_hint": "最少 8 个字符。", + "profile.page_title": "个人资料设置 – DocuElevate", + "profile.password_heading": "更改密码", + "profile.preferences_heading": "偏好设置", + "profile.save_button": "保存更改", + "profile.saving": "正在保存\u0002\u0002", + "profile.subtitle": "管理您的显示名称、头像、语言和主题偏好。", + "profile.theme_dark": "深色", + "profile.theme_hint": "“系统默认”将遵循您设备的深色模式设置。", + "profile.theme_label": "配色方案", + "profile.theme_light": "浅色", + "profile.theme_system": "系统默认", + "profile.update_password": "更新密码", + "profile.updating": "更新中\u0000A0…", + "queue.active_tasks": "活动任务", + "queue.auto_refresh_1": "每", + "queue.auto_refresh_2": "秒自动刷新", + "queue.col_arguments": "参数", + "queue.col_current_step": "当前步骤", + "queue.col_file": "文件", + "queue.col_files": "文件", + "queue.col_queue": "队列", + "queue.col_state": "状态", + "queue.col_task": "任务", + "queue.col_task_id": "任务 ID", + "queue.files_processing": "文件处理", + "queue.heading": "队列监视器", + "queue.last_updated": "最后更新:", + "queue.loading_stats": "加载队列统计\u0002026", + "queue.no_active_tasks": "没有活动任务", + "queue.no_data": "没有数据", + "queue.no_files_processing": "当前没有文件在处理", + "queue.page_title": "队列监视器", + "queue.processing_pipeline": "处理管道", + "queue.queued_tasks": "排队任务", + "queue.recently_processing": "最近处理的文件", + "queue.redis_queues": "Redis 队列", + "queue.subtitle": "文档处理管道和 Celery 任务队列的实时视图。", + "queue.workers_online": "在线工作者", + "search.button": "搜索", + "search.error_message": "搜索暂时不可用。请稍后再试。", + "search.filter_aria_clear": "清除所有过滤器", + "search.filter_clear_button": "清除过滤器", + "search.filter_date_from": "日期从", + "search.filter_date_to": "日期到", + "search.filter_document_type": "文档类型", + "search.filter_document_type_placeholder": "例如,发票", + "search.filter_language": "语言", + "search.filter_language_placeholder": "例如,de", + "search.filter_sender": "发件人", + "search.filter_sender_placeholder": "例如,ACME 公司", + "search.filter_tags": "标签", + "search.filter_tags_placeholder": "例如,亚马逊", + "search.filter_text_quality": "文本质量", + "search.filter_text_quality_all": "所有", + "search.filter_text_quality_high": "高", + "search.filter_text_quality_low": "低", + "search.filter_text_quality_medium": "中", + "search.filter_text_quality_no_text": "无文本", + "search.heading": "文档搜索", + "search.input_aria_label": "搜索文档", + "search.input_placeholder": "通过内容、发件人、标签、类型搜索文档...", + "search.loading_indicator": "正在搜索\u0014", "search.no_results": "未找到结果", - "search.page_title": "Search Documents", - "search.placeholder": "按文件名、内容、标签搜索...", - "search.result_empty": "No documents found matching your query.", + "search.page_title": "搜索文档", + "search.placeholder": "通过文件名、内容、标签搜索...", + "search.result_empty": "没有与您的查询匹配的文档。", "search.results_count": "找到 {count} 个结果", - "search.saved_aria_save": "Save current search", - "search.saved_button": "Save Current", - "search.saved_empty": "No saved searches yet", - "search.saved_error": "Could not load saved searches", - "search.saved_label": "Saved Searches", - "search.saved_loading": "Loading...", + "search.saved_aria_save": "保存当前搜索", + "search.saved_button": "保存当前", + "search.saved_empty": "尚无保存的搜索", + "search.saved_error": "无法加载保存的搜索", + "search.saved_label": "保存的搜索", + "search.saved_loading": "加载中...", "search.title": "搜索文档", - "settings.audit_log_btn": "Audit Log", - "settings.autocomplete_hint": "Type to search known values, or enter any custom value.", - "settings.autocomplete_no_matches": "No matches — you can still type a custom value", - "settings.autocomplete_placeholder": "Type to search or enter a value…", - "settings.boolean_enable_prefix": "Enable", - "settings.categories_aria": "Settings categories", - "settings.categories_heading": "Categories", - "settings.db_wizard_btn": "DB Wizard", - "settings.effective_value_label": "Effective value:", - "settings.encrypted_suffix": "= encrypted at rest", - "settings.encrypted_title": "Value is encrypted at rest in database", - "settings.export_btn": "Export", - "settings.export_db_only": "DB settings only", - "settings.export_full_config": "Full effective config", - "settings.jump_to_category": "Jump to category…", - "settings.manage_config_prefix": "Manage configuration. Priority:", - "settings.model_picker_hint": "Pick from the list or type any model name supported by your provider.", - "settings.model_picker_placeholder": "Select a common model or type a custom name…", - "settings.no_results_clear": "clear the search", - "settings.no_results_heading": "No settings found", - "settings.no_results_hint": "Try a different search term or", - "settings.page_heading": "Application Settings", - "settings.required_label": "(required)", - "settings.reset_confirm": "确定要重置此设置吗?", - "settings.restart_required_suffix": "= restart required", - "settings.revert_btn": "Remove from DB", - "settings.revert_title": "Remove DB override and revert to environment variable or default", - "settings.reverting": "Reverting…", - "settings.save_all_btn": "Save All Changes", - "settings.save_error": "设置保存失败", - "settings.save_setting_title": "Save this setting", + "settings.audit_log_btn": "审核日志", + "settings.autocomplete_hint": "输入以搜索已知值,或输入任何自定义值。", + "settings.autocomplete_no_matches": "没有匹配项 — 您仍然可以输入自定义值", + "settings.autocomplete_placeholder": "输入以搜索或输入一个值\u0014", + "settings.boolean_enable_prefix": "启用", + "settings.categories_aria": "设置类别", + "settings.categories_heading": "类别", + "settings.db_wizard_btn": "数据库向导", + "settings.effective_value_label": "有效值:", + "settings.encrypted_suffix": "= 休息时加密", + "settings.encrypted_title": "值在数据库中以休息时加密", + "settings.export_btn": "导出", + "settings.export_db_only": "仅数据库设置", + "settings.export_full_config": "完整有效配置", + "settings.jump_to_category": "跳转到类别\u0014", + "settings.manage_config_prefix": "管理配置。 优先级:", + "settings.model_picker_hint": "从列表中选择或输入您的提供者支持的任何模型名称。", + "settings.model_picker_placeholder": "选择一个常见模型或输入自定义名称\u0014", + "settings.no_results_clear": "清除搜索", + "settings.no_results_heading": "未找到设置", + "settings.no_results_hint": "尝试不同的搜索词或", + "settings.page_heading": "应用程序设置", + "settings.required_label": "(必填)", + "settings.reset_confirm": "您确定要重置此设置吗?", + "settings.restart_required_suffix": "= 需要重启", + "settings.revert_btn": "从数据库中删除", + "settings.revert_title": "删除数据库覆盖并恢复到环境变量或默认值", + "settings.reverting": "正在恢复\u001f4e6", + "settings.save_all_btn": "保存所有更改", + "settings.save_error": "保存设置失败", + "settings.save_setting_title": "保存此设置", "settings.save_success": "设置保存成功", - "settings.saving_state": "Saving…", - "settings.search_aria_label": "Search settings", - "settings.search_clear_aria": "Clear search", - "settings.search_placeholder": "Search settings by name, key, or description…", - "settings.settings_count_suffix": "settings", - "settings.source_db_badge": "DB", - "settings.source_default_badge": "DEFAULT", - "settings.source_env_badge": "ENV", + "settings.saving_state": "正在保存\u001f4be", + "settings.search_aria_label": "搜索设置", + "settings.search_clear_aria": "清除搜索", + "settings.search_placeholder": "按名称、键或描述搜索设置\u001f4cd", + "settings.settings_count_suffix": "个设置", + "settings.source_db_badge": "数据库", + "settings.source_default_badge": "默认", + "settings.source_env_badge": "环境", "settings.title": "设置", - "settings.toggle_visibility_aria": "Toggle password visibility", - "settings.toggle_visibility_title": "Show/hide value", - "settings.user_autocomplete_empty": "No matching users found", - "settings.user_autocomplete_hint": "Type to search existing users by name, or enter any identifier manually.", - "settings.user_autocomplete_placeholder": "Start typing to search users…", - "settings.wizard_btn": "Wizard", - "shared.col_expiry": "Expiry", - "shared.col_file_label": "File / Label", - "shared.col_link": "Link", - "shared.col_views": "Views", - "shared.copy_link_aria": "Copy link to clipboard", - "shared.copy_link_title": "Copy link", - "shared.create_btn": "Create Link", - "shared.create_heading": "Create New Shared Link", - "shared.creating": "Creating…", - "shared.expiry_12h": "12 hours", - "shared.expiry_14d": "14 days", - "shared.expiry_1h": "1 hour", - "shared.expiry_24h": "24 hours (1 day)", - "shared.expiry_30d": "30 days", - "shared.expiry_3d": "3 days", - "shared.expiry_6h": "6 hours", - "shared.expiry_7d": "7 days", - "shared.expiry_label": "Expiry", - "shared.expiry_never": "Never", - "shared.file_id_help_post": "page or in the document detail URL.", - "shared.file_id_help_pre": "Find the file ID on the", - "shared.file_id_label": "File ID", - "shared.file_id_placeholder": "e.g. 42", - "shared.files_link": "Files", - "shared.heading": "Shared Links", - "shared.label_label": "Label", - "shared.label_placeholder": "e.g. Shared with Bob", - "shared.link_created": "Shared link created!", - "shared.link_created_help": "Copy and send this link to the recipient.", - "shared.links_count_aria": "number of links", - "shared.max_downloads_label": "Max downloads", - "shared.no_links": "No shared links yet. Create one above to get started.", - "shared.open_in_new_tab": "Open in new tab", - "shared.open_link_aria": "Open shared link", - "shared.optional": "(optional)", - "shared.page_title": "Shared Links – DocuElevate", - "shared.password_label": "Password", - "shared.password_placeholder": "Leave blank for no password", - "shared.password_protected": "Password protected", - "shared.refresh_aria": "Refresh shared links list", - "shared.revoke_aria_prefix": "Revoke shared link for", - "shared.revoke_btn": "Revoke", - "shared.status_active": "Active", - "shared.status_expired": "Expired", - "shared.status_limit_reached": "Limit reached", - "shared.status_revoked": "Revoked", - "shared.subtitle": "Share documents with anyone via a time-limited or view-limited link. Recipients do not need a DocuElevate account. Links can be password-protected and revoked at any time.", - "shared.table_aria": "Shared links", - "shared.unlimited_placeholder": "Unlimited", - "shared.your_links": "Your Shared Links", - "similarity.backfill_auto": "The background task will compute them automatically every 5 minutes, or you can", - "similarity.files_missing_text": "file(s) have OCR text but no embedding yet.", - "similarity.find_pairs_btn": "Find Pairs", - "similarity.heading": "Document Similarity", - "similarity.load_error": "Failed to load pairs.", - "similarity.min_similarity_label": "Min. similarity", - "similarity.no_pairs_detail": "No document pairs exceed the similarity threshold.", - "similarity.no_pairs_heading": "No similar pairs found", - "similarity.page_title": "Document Similarity - DocuElevate", - "similarity.pagination_aria": "Similarity pairs pagination", - "similarity.per_page_label": "Per page", - "similarity.scanning": "Scanning for similar document pairs…", - "similarity.stat_embedding_model": "Embedding Model", - "similarity.stat_missing_embedding": "Missing Embedding", - "similarity.stat_total_files": "Total Files", - "similarity.stat_with_embedding": "With Embedding", - "similarity.subtitle": "Pairs of documents with high semantic similarity, ranked by score.", - "similarity.trigger_aria": "Trigger embedding computation for all files missing embeddings", - "similarity.trigger_now": "trigger it now", - "status.app_version": "App Version", - "status.build_date": "Build Date", - "status.container_id": "Container ID", - "status.git_commit": "Git Commit", - "status.last_check": "Last Check", - "status.page_title": "System Status", - "status.setting_label": "Setting", - "status.value_label": "Value", - "upload.browse_button": "Browse Files", - "upload.button_processing": "Processing...", - "upload.camera_button": "Take Photo / Scan Document", - "upload.download_button": "Download and Process", - "upload.downloading": "Downloading file from URL...", - "upload.drag_drop": "将文件拖放到此处或点击浏览", - "upload.drop_hint_desktop": "Drag & drop files or folders here, or click to select files.", - "upload.drop_hint_mobile": "Tap to select files or use the camera button below.", - "upload.drop_zone_aria": "File upload area. Drag and drop files here, or press Enter to browse files.", + "settings.toggle_visibility_aria": "切换密码可见性", + "settings.toggle_visibility_title": "显示/隐藏值", + "settings.user_autocomplete_empty": "未找到匹配用户", + "settings.user_autocomplete_hint": "输入以按名称搜索现有用户,或手动输入任何标识符。", + "settings.user_autocomplete_placeholder": "开始输入以搜索用户\u0001f4dd", + "settings.wizard_btn": "向导", + "shared.col_expiry": "到期", + "shared.col_file_label": "文件 / 标签", + "shared.col_link": "链接", + "shared.col_views": "浏览次数", + "shared.copy_link_aria": "复制链接到剪贴板", + "shared.copy_link_title": "复制链接", + "shared.create_btn": "创建链接", + "shared.create_heading": "创建新共享链接", + "shared.creating": "正在创建\u0001f4c8", + "shared.expiry_12h": "12小时", + "shared.expiry_14d": "14天", + "shared.expiry_1h": "1小时", + "shared.expiry_24h": "24小时(1天)", + "shared.expiry_30d": "30天", + "shared.expiry_3d": "3天", + "shared.expiry_6h": "6小时", + "shared.expiry_7d": "7天", + "shared.expiry_label": "到期", + "shared.expiry_never": "从不", + "shared.file_id_help_post": "页面或文档详细 URL 中。", + "shared.file_id_help_pre": "在", + "shared.file_id_label": "文件 ID", + "shared.file_id_placeholder": "例如 42", + "shared.files_link": "文件", + "shared.heading": "共享链接", + "shared.label_label": "标签", + "shared.label_placeholder": "例如 与 Bob 共享", + "shared.link_created": "共享链接已创建!", + "shared.link_created_help": "复制并将此链接发送给收件人。", + "shared.links_count_aria": "链接数量", + "shared.max_downloads_label": "最大下载次数", + "shared.no_links": "尚无共享链接。请在上方创建一个开始。", + "shared.open_in_new_tab": "在新标签页中打开", + "shared.open_link_aria": "打开共享链接", + "shared.optional": "(可选)", + "shared.page_title": "共享链接 – DocuElevate", + "shared.password_label": "密码", + "shared.password_placeholder": "留空以不使用密码", + "shared.password_protected": "受密码保护", + "shared.refresh_aria": "刷新共享链接列表", + "shared.revoke_aria_prefix": "撤销共享链接", + "shared.revoke_btn": "撤销", + "shared.status_active": "活动", + "shared.status_expired": "已过期", + "shared.status_limit_reached": "已达上限", + "shared.status_revoked": "已撤销", + "shared.subtitle": "通过时间限制或查看限制链接与任何人共享文档。收件人无需 DocuElevate 账户。链接可以设置密码保护,并随时撤销。", + "shared.table_aria": "共享链接", + "shared.unlimited_placeholder": "无限制", + "shared.your_links": "您的共享链接", + "similarity.backfill_auto": "后台任务将每 5 分钟自动计算它们,或者您可以", + "similarity.files_missing_text": "文件有 OCR 文本但尚无嵌入。", + "similarity.find_pairs_btn": "查找配对", + "similarity.heading": "文档相似性", + "similarity.load_error": "加载配对失败。", + "similarity.min_similarity_label": "最小相似性", + "similarity.no_pairs_detail": "没有文档配对超过相似性阈值。", + "similarity.no_pairs_heading": "未找到相似配对", + "similarity.page_title": "文档相似性 - DocuElevate", + "similarity.pagination_aria": "相似性对分页", + "similarity.per_page_label": "每页", + "similarity.scanning": "正在扫描相似文档对\n0\u0000A0\u0000A0\u0000A0\u0000A0...", + "similarity.stat_embedding_model": "嵌入模型", + "similarity.stat_missing_embedding": "缺少嵌入", + "similarity.stat_total_files": "总文件数", + "similarity.stat_with_embedding": "带嵌入", + "similarity.subtitle": "具有高语义相似性的文档对,按得分排名。", + "similarity.trigger_aria": "触发所有缺少嵌入文件的嵌入计算", + "similarity.trigger_now": "立即触发", + "status.app_version": "应用版本", + "status.build_date": "构建日期", + "status.container_id": "容器 ID", + "status.git_commit": "Git 提交", + "status.last_check": "上次检查", + "status.page_title": "系统状态", + "status.setting_label": "设置", + "status.value_label": "值", + "subscription.available_plans_heading": "可用计划", + "subscription.back_to_dashboard": "返回仪表板", + "subscription.cancel_pending": "取消更改", + "subscription.cancel_scheduled": "取消计划更改", + "subscription.contact_sales": "联系销售", + "subscription.current_badge": "当前", + "subscription.current_plan": "当前计划", + "subscription.current_plan_cta": "您的当前计划", + "subscription.downgrade_to_prefix": "降级到", + "subscription.features_heading": "您的计划包含的内容", + "subscription.free": "免费", + "subscription.heading": "我的订阅", + "subscription.keep_plan_prefix": "保留", + "subscription.lifetime_files": "总文件(终身)", + "subscription.month_files": "本月文件", + "subscription.more_features_label": "更多", + "subscription.page_title": "我的订阅 – DocuElevate", + "subscription.pending_badge": "待处理", + "subscription.pending_benefits": "您将在那之前保持所有当前计划的福利。", + "subscription.pending_on": "于", + "subscription.pending_title": "待处理的计划变更已安排", + "subscription.pending_will_change": "您的计划将变更为", + "subscription.per_mo": "/月", + "subscription.per_month": "/月", + "subscription.since": "自", + "subscription.single_user_body": "当多用户模式激活时,适用订阅等级。您的实例当前在单用户模式下运行,没有处理限额。管理员可以通过 {settings_link} 启用多用户模式。", + "subscription.single_user_title": "未启用多用户模式。", + "subscription.subtitle": "您的当前计划、使用情况和可用升级。", + "subscription.this_month_label": "本月", + "subscription.today_files": "今天的文件", + "subscription.today_label": "今天", + "subscription.unlimited": "无限制", + "subscription.upgrade_info": "升级立即生效。降级定于您当前计费周期的结束。", + "subscription.upgrade_to_prefix": "升级到", + "subscription.usage_heading": "使用情况", + "upload.browse_button": "浏览文件", + "upload.button_processing": "处理中...", + "upload.camera_button": "拍照 / 扫描文档", + "upload.download_button": "下载并处理", + "upload.downloading": "正在从 URL 下载文件...", + "upload.drag_drop": "将文件拖放到此处或点击以浏览", + "upload.drop_hint_desktop": "将文件或文件夹拖放到此处,或点击以选择文件。", + "upload.drop_hint_mobile": "点击以选择文件或使用下面的相机按钮。", + "upload.drop_zone_aria": "文件上传区域。将文件拖放到此处,或按 Enter 以浏览文件。", "upload.error": "上传失败", - "upload.error_invalid_url": "Invalid URL format", - "upload.error_url_required": "Please enter a URL", - "upload.file_size_hint": "Maximum size: 500 MB per file", - "upload.file_types": "Allowed types: PDF, Office documents (Word, Excel, PowerPoint, etc.), Images", - "upload.filename_description": "Leave empty to use filename from URL", - "upload.filename_label": "Filename (optional)", + "upload.error_invalid_url": "无效的 URL 格式", + "upload.error_url_required": "请输入 URL", + "upload.file_size_hint": "最大大小:每个文件 500 MB", + "upload.file_types": "允许的类型:PDF、Office 文档(Word、Excel、PowerPoint 等)、图像", + "upload.filename_description": "留空以使用 URL 中的文件名", + "upload.filename_label": "文件名(可选)", "upload.filename_placeholder": "my-document.pdf", "upload.max_size": "最大文件大小:{size}", - "upload.page_title": "Upload Files", - "upload.section_device": "Upload from Device", - "upload.section_url": "Upload from URL", + "upload.page_title": "上传文件", + "upload.section_device": "从设备上传", + "upload.section_url": "从 URL 上传", "upload.select_file": "选择文件", "upload.success": "文件上传成功", "upload.title": "上传文档", - "upload.uploading": "上传中...", - "upload.url_description": "Enter a direct link to a file (PDF, Office documents, or images)", - "upload.url_label": "File URL", + "upload.uploading": "正在上传...", + "upload.url_description": "输入文件的直接链接(PDF、Office 文档或图像)", + "upload.url_label": "文件 URL", "upload.url_placeholder": "https://example.com/document.pdf" } diff --git a/frontend/translations/zu.json b/frontend/translations/zu.json new file mode 100644 index 00000000..161e0109 --- /dev/null +++ b/frontend/translations/zu.json @@ -0,0 +1,1114 @@ +{ + "about.creator_heading": "Hlangana neMphakathi", + "about.creator_name": "Christian Krakau-Louis", + "about.creator_pre": "DocuElevate ithuthukiswe ngothando ngu", + "about.features_admin_api": "I-REST API enamandla yokufinyelela ngohlelo", + "about.features_admin_config": "I-configurable kakhulu ngezimbiwa zemvelo", + "about.features_admin_docker": "Ilungele i-Docker ukuze kube lula ukuthumela nokwandisa", + "about.features_admin_heading": "Uphathimandla", + "about.features_admin_oauth2": "Ukusekela ubungcweti be-OAuth2 nge-Authentik", + "about.features_automation_background": "Ukucubungula emuva nge-Redis ne-Celery", + "about.features_automation_gmail": "Ukuhlanganiswa kwe-Gmail kanye ne-akhawunti ye-imeyili evamile", + "about.features_automation_heading": "Ukautomate", + "about.features_automation_imap": "Ukuphuma kwe-IMAP kusuka emithonjeni eminingi", + "about.features_automation_ingestion": "Ukufakwa kwemibhalo okuzenzakalelayo kusuka kwimithombo ehlukene", + "about.features_heading": "Izici Ezibalulekile", + "about.features_integration_cloud": "Ukugcina efini: i-Dropbox, i-Google Drive, i-OneDrive, i-Amazon S3", + "about.features_integration_heading": "Ukuhlanganisa & Ukugcina", + "about.features_integration_multi_dest": "Ukusekela izindawo eziningi (gcina imibhalo ezindaweni ezahlukene)", + "about.features_integration_protocols": "Izivumelwano zokudlulisa: i-FTP, i-SFTP, Ukuhamba kwe-imeyili", + "about.features_integration_selfhosted": "Izinketho ezizimele: i-Nextcloud, i-Paperless NGX, i-WebDAV", + "about.features_processing_classification": "Ukuhlukaniswa kwemibhalo okubukhali kanye nokukhipha usuku", + "about.features_processing_heading": "Ukucubungula Imibhalo", + "about.features_processing_metadata": "Ukukhishwa kwe-metadata okuzenzakalelayo kusebenzisa umhlinzeki we-AI ongafakwa", + "about.features_processing_ocr": "I-OCR ikakhulukazi nge-Azure Document Intelligence", + "about.features_processing_pdf": "Ukuguqulwa kwe-PDF kwemafomethi ehlukene nge-Gotenberg", + "about.features_processing_upload": "Ukulayisha amafayela kalula futhi ngokuphephile ngokweseka ukudonsa nokuphosa", + "about.github_logo_alt": "Ilogo ye-GitHub", + "about.heading": "Mayelana ne-DocuElevate", + "about.intro_post": " – isixazululo sakho esisha, esihlakaniphile sokucubungula imibhalo! Sakhe i-DocuElevate ukuze iguqule ngokuphelele indlela ophatha ngayo imibhalo yakho – kusukela ekulayisheni kuya ekukhishweni, kusukela ekucubunguleni ukuya ekugcineni.", + "about.intro_pre": "Siyakwamukela ku", + "about.involved_description": "Ufuna ukungena kukhodi, ukufaka imibono, noma ukufunda kabanzi nge-DocuElevate?", + "about.involved_docs": "Funda i-Dokumenteshini", + "about.involved_github": "Buka i-DocuElevate ku-GitHub", + "about.involved_heading": "Joyina", + "about.involved_website": "Vakashela ku-Websa le-DocuElevate", + "about.legal_description": "Sikhathazekile ngephasi lakho kanye nokuphepha kwedatha. Sicela uhlole:", + "about.legal_heading": "Ubumfihlo & Ezomthetho", + "about.legal_license": "Ulwazi Lwe-License", + "about.legal_privacy": "Isaziso Sobumfihlo", + "about.page_title": "Mayelana ne-DocuElevate", + "about.story_heading": "Indaba Yethu", + "about.story_p1": "I-DocuElevate yaradwa ngenhloso eyodwa engqondweni: ukwenza ukuphathwa kwezincwadi kube lula futhi kube lula kubo bonke, kungakhathaliseki ukuthi ungumsebenzi omncane noma ibhizinisi elikhulu.", + "about.story_p2": "Sisebenzisa amandla wezixazululo ze-AI ezixhumiwe (i-OpenAI, i-Anthropic Claude, i-Google Gemini, i-Ollama, i-OpenRouter, i-Portkey, nokunye) ukuze sithole imininingwane nokuthuthukisa umbhalo, sihlanganise kahle ne-Dropbox, i-Nextcloud, kanye ne-Paperless NGX yokugcina nokuhlela, siphuse i-Azure Document Intelligence ukuze sithole i-OCR, nore futhi sisebenzisa i-Gotenberg ukuze siqhube ukuguqulwa kwemibhalo ibe yi-PDF.", + "api_tokens.col_created": "Kwenziwe", + "api_tokens.col_last_ip": "IP Yokugcina", + "api_tokens.col_last_used": "Ok terakhir", + "api_tokens.col_name": "Igama", + "api_tokens.col_prefix": "I-Prefix ye-token", + "api_tokens.copy_to_clipboard": "Kopisha i-token ku-clipboard", + "api_tokens.copy_upload_example": "Kopisha isibonelo sokulayisha ku-clipboard", + "api_tokens.copy_warning_1": "Kopisha le token manje — izoba", + "api_tokens.copy_warning_2": "ingabe iboniswa futhi", + "api_tokens.create_heading": "Dala I-Token Entsha", + "api_tokens.create_token": "Dala I-Token", + "api_tokens.creating": "Kudala…", + "api_tokens.heading": "Ama-API Tokens", + "api_tokens.intro": "Dala ama-API token asendaweni yangasese ukuze uxhumane nohlelo lwe-DocuElevate ngokuqondile. Sebenzisa ama-token kuyilapho ulayisha, kumapayipi CI/CD, noma kunoma iyiphi iskripthi edinga ukulayisha noma ukuvula imibhalo.", + "api_tokens.loading_tokens": "Loading tokens…", + "api_tokens.never": "Ngeke", + "api_tokens.no_tokens_heading": "Awe ama-API tokens okwamanje", + "api_tokens.no_tokens_help": "Dala i-token yakho yokuqala ngenhla ukuze uqale.", + "api_tokens.page_title": "Ama-API Tokens – DocuElevate", + "api_tokens.revoke": "Bhujiswa", + "api_tokens.revoke_prefix": "Bhujisa i-token", + "api_tokens.status_active": "Isebenzayo", + "api_tokens.status_revoked": "Ibhujisiwe", + "api_tokens.table_aria": "Ama-API Tokens", + "api_tokens.token_created": "I-token yenziwe ngempumelelo!", + "api_tokens.token_name_label": "Igama le-token", + "api_tokens.token_name_placeholder": "isb. CI Pipeline, Webhook Upload, Iskripthi Sami", + "api_tokens.usage_heading": "Isibonelo Sokusetshenziswa", + "api_tokens.usage_intro_post": "header enanyenzizoni ye-API:", + "api_tokens.usage_intro_pre": "Sebenzisa i-api token yakho ku", + "api_tokens.your_tokens": "Ama-Token Akho", + "app.name": "DocuElevate", + "audit.col_ip": "IP", + "audit.col_resource": "I-Resource", + "audit.col_timestamp": "Isikhathi", + "audit.critical": "Okubaluleke kakhulu", + "audit.filter_action": "Isenzo", + "audit.filter_all_actions": "Bonke osenzele", + "audit.filter_all_users": "Bonke abasebenzisi", + "audit.filter_resource_placeholder": "isb. umbhalo, umsebenzisi", + "audit.filter_resource_type": "Uhlobo Lwezinsiza", + "audit.filter_severity": "Ubukhulu", + "audit.filter_user": "Umsebenzisi", + "audit.filters_section_label": "Imihlawulo yelogo ye-Audit", + "audit.next": "Okulandelayo", + "audit.next_label": "Ikhasi elilandelayo", + "audit.no_events": "Azikho izenzakalo ze-audit eziqoshiwe okwamanje.", + "audit.no_events_hint": "Izenzo ezibalulekile (ukungena, ukuhlela imibhalo, ukuphuculwa kwezilungiselelo) zizovela lapha.", + "audit.page_title": "Imibhalo ye-Audit - DocuElevate", + "audit.pagination_label": "Ukukhokha imibhalo ye-audit", + "audit.prev": "Ophakathi", + "audit.prev_label": "Ikhasi elidala", + "audit.refresh_label": "Vuselela imibhalo ye-audit", + "audit.siem_disabled_title": "Ukudluliselwa kwe-SIEM kukhishwe", + "audit.siem_enabled_title": "Izenzakalo zidluliselwa ku-", + "audit.siem_off": "SIEM: Kukhishwe", + "audit.subtitle": "Irekhodi eliphelele, kuphela elengezwayo lezo zenzo ezibalulekile zawo wonke umuntu.", + "audit.table_label": "Izenzakalo ze-audit log", + "audit.title": "Imibhalo ye-Audit", + "auth.confirm_password": "Qinisekisa Iphasiwedi", + "auth.create_account": "Dala i-akhawunti", + "auth.display_name_label": "Igama Lokubonisa", + "auth.email_label": "I-imeyili", + "auth.forgot_password": "Forgot password?", + "auth.forgot_username": "Forgot username?", + "auth.login": "Ngena", + "auth.login_title": "Ngena", + "auth.logo_alt": "Ilogo yeDocuElevate", + "auth.logout": "Phuma", + "auth.my_account": "I-akhawunti Yami", + "auth.no_account": "Awunayo i-akhawunti?", + "auth.or_continue_with": "Noma qoqa nge", + "auth.password_label": "Iphasiwedi", + "auth.profile": "Uphrofayela", + "auth.remember_me": "Khumbula mina", + "auth.return_home": "Buyela Ekhaya", + "auth.sign_in": "Ngena", + "auth.sign_in_sso": "Ngena ngesi-SSO", + "auth.sign_in_with": "Ngena nge", + "auth.sign_in_with_username": "Ngena ngegama lomsebenzisi", + "auth.signup": "Bhalisela", + "auth.signup_title": "Bhalisela", + "auth.username_label": "Igama lomsebenzisi", + "auth.username_or_email": "Igama lomsebenzisi noma i-imeyili", + "auth.verify_email_back_sign_in": "Buyela ekungeneni", + "auth.verify_email_expiry": "I-URL iphelelwa isikhathi ezingxenyeni eziyi-24. Uma ungakuboni i-imeyili, hlola ifolda yakho ye-spam.", + "auth.verify_email_heading": "Hlola ibhokisi lakho le-imeyili", + "auth.verify_email_message": "Sithumele i-imeyili yokuvikela. Sicela uchofoze i-URL kwi-imeyili ukuze uvule i-akhawunti yakho.", + "auth.verify_email_page_title": "DocuElevate - Qinisekisa I-imeyili Yakho", + "auth.verify_email_resend_aria_label": "Ikheli le-imeyili lokuthumela kabusha", + "auth.verify_email_resend_button": "Thumela kabusha i-imeyili yokuvikela", + "auth.verify_email_resend_label": "Ikheli le-imeyili", + "auth.verify_email_resend_placeholder": "Faka ikheli lakho le-imeyili", + "auth.verify_email_resend_prompt": "Awukwazanga ukukuthola?", + "backup.archives_heading": "Ama-Archiving Wokugcina", + "backup.backup_now": "Bhakupha Manje", + "backup.clean_up": "Hlanza", + "backup.cleanup_title": "Qhuba ukuhlanza ukuphathwa manje", + "backup.col_created": "Daliwe", + "backup.col_filename": "Igama lefayela", + "backup.col_size": "Usayizi", + "backup.col_storage": "Isitoreji", + "backup.col_type": "Uhlamvu", + "backup.config_auto_backup": "I-Auto-backup", + "backup.config_remote_dest": "Endaweni eyakhe", + "backup.config_retention": "Ukugcina", + "backup.config_total_size": "Usayizi ophakathi", + "backup.confirm_btn": "Qinisekisa", + "backup.confirm_title": "Qinisekisa isenzo", + "backup.heading": "Ukuphathwa Kwe-Bakup", + "backup.local_only": "Lendawo kuphela", + "backup.no_backups": "Ayikho okubuyayo okwamanje.", + "backup.no_backups_hint": "Chofoza 'Bhakupha Manje' ukuze udale i-backup yakho yokuqala.", + "backup.page_title": "Ukuphathwa Kwe-Bakup", + "backup.records_label": "ama-rekhodi", + "backup.restore_btn": "Buyisela", + "backup.restore_desc_mid": "i-archive yokubuyisela idatha.", + "backup.restore_desc_pre": "Layisha i-", + "backup.restore_desc_warning": "Lokhu kuzokwenza ukuba konke okukhona kudlule.", + "backup.restore_file_label": "I-Backup archive (.db.gz)", + "backup.restore_heading": "Buyisela kufayela", + "backup.restoring": "Buyisela\u00135;", + "backup.retention_daily_detail": "\u0012D - kugcinwa ezinsukwini ezi-3", + "backup.retention_heading": "Umthetho wokugcina", + "backup.retention_hourly_detail": "\u0012D - kugcinwa ezinsukwini ezi-4", + "backup.retention_note": "Izibuyisela ezingaphezu kwalezi zinkambo ziqanjwa ngokuzenzakalelayo ngemuva kokuthi kukhishwe isipele esisha.", + "backup.retention_weekly_detail": "\u0012D - kugcinwa cishe ezinyangeni ezi-3", + "backup.snapshots": "izithombe", + "backup.status_ok": "kulungile", + "backup.storage_local": "local", + "backup.subtitle": "Izibuyisela zeDatabase zenziwa ngokuzenzakalelayo: ngehora (ezinsukwini ezi-4), nsuku zonke (ezinsukwini ezi-3), weekly (ezinyangeni ezi-13).", + "backup.table_aria": "I-Backup archives", + "backup.trigger_daily": "Thola isipele Manje (Nsuku zonke)", + "backup.trigger_hourly": "Thola isipele Manje (Ngehora)", + "backup.trigger_weekly": "Thola isipele Manje (Ngeviki)", + "backup.type_daily": "Nsuku zonke", + "backup.type_hourly": "Ngehora", + "backup.type_weekly": "Ngeviki", + "billing.go_to_dashboard": "Phuma ku-dashboard", + "billing.manage_subscription": "Phatha ukuhoxiswa", + "billing.success_heading": "Uzakwethu konke kulungile!", + "billing.success_message": "Ukhwankela koxhaso lwakho. Ngiyabonga ngokukhetha iDocuElevate!", + "billing.success_page_title": "iDocuElevate - Ukuxhaswa Kwenziwe", + "common.actions": "Izinyathelo", + "common.active": "Isebenzayo", + "common.all": "Konke", + "common.avatar": "I-avatar", + "common.back": "Emuva", + "common.cancel": "Khansela", + "common.close": "Vala", + "common.col_pending": "Kulindelekile", + "common.completed": "Kuqashelwe", + "common.confirm": "Qinisekisa", + "common.copied": "Kopishwe!", + "common.copy": "Kopisha", + "common.create": "Dala", + "common.created": "Kwenziwe", + "common.date": "Usuku", + "common.delete": "Susa", + "common.description": "Incazelo", + "common.details": "Imininingwane", + "common.disabled": "Kukhishiwe", + "common.download": "Landa", + "common.duplicate": "Phinda", + "common.edit": "Hlela", + "common.enabled": "Kwenziwe", + "common.error": "Iphutha", + "common.failed": "Kwehlulekile", + "common.filter": "Faka isihlungi", + "common.inactive": "Ayisebenzi", + "common.info": "Ulwazi", + "common.loading": "Ukulayisha...", + "common.name": "Igama", + "common.next": "Okulandelayo", + "common.next_page": "Ikhasi elilandelayo", + "common.no": "Cha", + "common.none": "Akukho", + "common.page": "Ikhasi", + "common.paused": "Kumisiwe", + "common.pending": "Kulindwe", + "common.prev_page": "Ikhasi elidala", + "common.previous": "Edlule", + "common.processing": "Icubungula", + "common.refresh": "Vuselela", + "common.reset": "Phinda", + "common.retry": "Phinda uzame", + "common.save": "Gcina", + "common.search": "Sesha", + "common.select": "Khetha", + "common.select_placeholder": "— khetha —", + "common.size": "Usayizi", + "common.status": "Isimo", + "common.submit": "Thumela", + "common.success": "Impumelelo", + "common.tags": "Amathegi", + "common.test": "Testa", + "common.test_connection": "Testa Ukuxhumana", + "common.type": "Uhlobo", + "common.update": "Thola", + "common.updated": "Kuvuselelwe", + "common.upload": "Layisha", + "common.view": "Buka", + "common.warning": "Isixwayiso", + "common.yes": "Yebo", + "cookie.accept": "Ngiyawuqonda", + "cookie.learn_more": "Funda okwengeziwe", + "cookie.message": "Le webhusayithi isebenzisa amakuki ukuze ithuthukise isipiliyoni sakho.", + "cookie.notice": "I-DocuElevate isebenzisa kuphela amakuki ezikhathi ezibalulekile adingekayo ukuze kuqinisekiswe ukwenziwa kwezinsiza. Akukho amakuki okuhlolela noma amakhukhi we-analytics asetshenziswa.", + "cookie.notice_label": "Isaziso sekukhi", + "cookie.policy_link": "Umgomo Wamakuki", + "cookie.privacy_link": "Isaziso Sokuphepha", + "credentials.col_action": "Isenzo", + "credentials.col_credential": "Isitifiketi", + "credentials.col_source": "Umthombo", + "credentials.configured": "Kwenziwe", + "credentials.edit_in_settings": "Hlela ku-Settings", + "credentials.legend_db": "Inani ligcinwe kwi-database (liqinisekisiwe ngesikhathi sokuphumula; lishintsha ivariable yomphakathi)", + "credentials.legend_env_after": " ifayela", + "credentials.legend_env_before": "Inani elivela ku-variable yomphakathi noma ", + "credentials.legend_missing": "Isitifiketi asibekiwe — ukuhlanganiswa ngeke kusebenze", + "credentials.legend_restart": "Ukuphinda kuqale kulungile ngesikhathi lesi sitifiketi sishintshwa", + "credentials.legend_title": "Ilembe", + "credentials.manage_settings": "Phatha Izilungiselelo", + "credentials.not_configured": "Ayikwenziwe", + "credentials.page_title": "Ukuhlolwa Kwezitifiketi - DocuElevate", + "credentials.raw_json": "Raw JSON (API)", + "credentials.restart_title": "Ukuphinda kuqale kulungile ngemva kokushintsha lesi sitifiketi", + "credentials.source_db_title": "Gcinwe kwi-database (iqinisekisiwe)", + "credentials.source_env_title": "Ku-variable yomphakathi", + "credentials.status_missing": "Kulahlekile", + "credentials.subtitle": "Uhlolojikelele lwezinto ezibucayi zonke ezisetshenziswa yi-DocuElevate. Akukho zibalazwe eziyimfihlo ezikhonjiswa lapha — kuphela uma isitifiketi ngasinye senza futhi ukuthi siqhamuka kuphi.", + "credentials.table_for": "Izitifiketi ze", + "credentials.title": "Ukuhlolwa Kwezitifiketi", + "credentials.total_credentials": "Izitifiketi Zikamanje", + "dashboard.active_integrations": "Ukuxhumana Okusebenzayo", + "dashboard.files_this_month": "Amashejuli Ngenyanga", + "dashboard.files_today": "Amashejuli Namuhla", + "dashboard.ocr_processed": "OCR Iphumelele", + "dashboard.quick_actions": "Izenzo Ezisheshayo", + "dashboard.recent_activity": "Imicimbi Yakamuva", + "dashboard.storage_targets": "Izinjongo Zokugcinwa", + "dashboard.title": "I-Dashboard", + "dashboard.total_files": "Amashejuli Aphelele", + "dashboard.welcome": "Wamukelekile ku-DocuElevate", + "duplicates.file_id_label": "I-ID yeFayela", + "duplicates.file_id_placeholder": "isb. 42", + "duplicates.find_btn": "Thola", + "duplicates.found_files": "ifayela eliphindwe kabili.", + "duplicates.found_groups": "iqembu eliphindwe kabili elinokuthi", + "duplicates.found_prefix": "Tholiwe", + "duplicates.group_aria": "Iphakheji eliphindwe kabili", + "duplicates.heading": "Imibhalo Ephindwe Kabili", + "duplicates.how_it_works_heading": "Indlela yokuthola ama-duplicate asondele", + "duplicates.max_results_label": "Imiphumela eminingi", + "duplicates.near_dup_desc": "Khetha idokhumenti ukuze uhlole ukuthi ngabe ezinye izifayela ziqukethe okuqukethwe okufanayo (noma okufana kakhulu) \u00151 nakanjani uma ziye zakhutshwa ngezikhathi ezihlukile futhi zinezinombolo ze-SHA-256 ezihlukile.", + "duplicates.near_dup_heading": "Thola Ama-Duplicate Asondele Ngedokhumenti", + "duplicates.no_exact_heading": "Ayikho ama-duplicate alungile atholakele", + "duplicates.page_title": "Imibhalo Ephindwe Kabili - DocuElevate", + "duplicates.pagination_aria": "Ukubala kwephepha", + "duplicates.role_duplicate": "Iphindwe kabili", + "duplicates.role_original": "Okuyinhloko", + "duplicates.tab_exact": "Ama-Duplicates Alungile", + "duplicates.tab_near": "Umhleli Wama-Duplicate Asondele", + "duplicates.tabs_aria": "Amathuluzi wokuthola ama-duplicate", + "duplicates.threshold_label": "Umkhawulo we-similarity", + "duplicates.view_dup_aria": "Buka ifayela eliphindwe kabili", + "duplicates.view_original_aria": "Buka ifayela le-original", + "error.404_code": "404", + "error.404_heading": "Oopsy, asikwazanga ukuthola leli phepha!", + "error.404_home": "Buyela Ekhaya", + "error.404_message": "Kubukeka sengathi i-DocuElevate ibeke indaba engalungile elungiselelekileyo. Ungakhathazeki \u00151 sinesandla sakho.", + "error.404_title": "404 - Ayitholakali", + "error.500_code": "500", + "error.500_debug_info": "Bonisa Ulwazi Lokuhlola", + "error.500_description": "Izinsizakusebenza zethu zithole inkinga futhi zidinga umzuzu.", + "error.500_heading": "Oopsy! Kukho okungahambi kahle.", + "error.500_home": "Hambisa Ekhaya", + "error.500_img_alt": "Ithiyori yokuphazamiseka kweseva", + "error.500_message1": "Izinsizakusebenza zethu zithole inkinga futhi zidinga umzuzu. Mhlawumbe ama-hamster aphule ikhofi yabo?", + "error.500_message2": "Sesikwenze lokhu\u00151 sithunga amafayela, siqala kabusha izinsizakusebenza, futhi sikhumbula ama-flux capacitors.", + "error.500_title": "Iphutha LeSeva - DocuElevate", + "error.forbidden": "Kwenqatshelwe", + "error.forbidden_message": "Awunayo imvume yokufinyelela leli phepha.", + "error.not_found": "Ikhasi alitholakali", + "error.not_found_message": "Ikhasi olifunayo alikho.", + "error.server_error": "Iphutha le-Server Yangaphakathi", + "error.server_error_message": "Kukhona okungahambi kahle. Sicela uzame futhi kamuva.", + "error.unauthorized": "Okungavunyelwe", + "error.unauthorized_message": "Udinga ukungena ukuze ufike kulolu hlu.", + "files.action_delete": "Susa ifayela", + "files.action_details": "Buka imininingwane", + "files.action_preview": "Buka ngokushesha", + "files.bulk_clear_selection": "Susa Ukukhetha", + "files.bulk_cloud_ocr": "Phinda ufake i-Cloud OCR", + "files.bulk_delete": "Susa Okukhethiwe", + "files.bulk_download": "Landa njenge-ZIP", + "files.bulk_reprocess": "Phinda uvuselele Okukhethiwe", + "files.delete_modal_cancel": "Khansela", + "files.delete_modal_confirm": "Susa", + "files.delete_modal_message": "Uqinisekile ukuthi ufuna ukususa lokhu kufayela?", + "files.delete_modal_title": "Qinisekisa Ukususwa", + "files.document_title": "Isihloko Somqulu", + "files.drop_overlay_hint": "Isekela i-PDF, amabhukwana e-Office, izithombe, i-HTML, i-Markdown, nokuningi – amafolda abhekwa kabusha", + "files.drop_overlay_title": "Phosa amafayela noma amafolda noma kuphi ukuze ulandele", + "files.error_hint": "Lokhu kungase kube ngenxa yendaba yokumiswa noma yokungenisa. Sicela uhlole okukhishwayo kwe-server.", + "files.file_size": "Usayizi Wefayela", + "files.filename": "Igama Lefayela", + "files.files_selected": "ama-fayela akhethiwe", + "files.filter_all_providers": "Bonke Abahlinzeki", + "files.filter_all_statuses": "Bonke Izimo", + "files.filter_all_types": "Bonke Izinhlobo", + "files.filter_apply": "Sebenzisa Amathuluzi", + "files.filter_clear": "Susa", + "files.filter_date_from": "Usuku Kusukela", + "files.filter_date_from_aria": "Filter kusuka kosuku", + "files.filter_date_to": "Usuku Kuya", + "files.filter_date_to_aria": "Filter kuya kosuku", + "files.filter_form_aria": "Filter amafayela", + "files.filter_mime_type": "Uhlobo lwe-MIME", + "files.filter_ocr_all": "Zonke Amafayela", + "files.filter_ocr_good": "Ikhwalithi Enhle", + "files.filter_ocr_poor": "Ikhwalithi Ephansi", + "files.filter_ocr_quality": "Ikhwalithi ye-OCR", + "files.filter_ocr_quality_aria": "Sefa ngokwekhwalithi ye-OCR", + "files.filter_ocr_unchecked": "Kukabhalwe okwamanje", + "files.filter_search_label": "Sesha Igama Lefayela", + "files.filter_search_placeholder": "Faka igama lefayela...", + "files.filter_storage_provider": "Umprovida Wesitoreji", + "files.filter_tags_aria": "Sefa ngama-tags (ahlukaniswe ngekhoma)", + "files.filter_tags_placeholder": "isb. i-invoice, amazon", + "files.fulltext_search_label": "Ukusesha Okugcwele (umbhalo we-OCR, metadata, ama-tags)", + "files.fulltext_search_placeholder": "Sesha okuqukethwe kwemali, umsendi, ama-tags, uhlobo...", + "files.no_files": "Awefayela atholakalanga", + "files.ocr_status": "Isimo se-OCR", + "files.page_title": "Irekhodi Lefayela", + "files.pagination_files": "ama-fayela", + "files.pagination_first": "Okokuqala", + "files.pagination_last": "Okokugcina", + "files.pagination_nav_aria": "Uhlaka lwamafayela", + "files.pagination_next": "Okulandelayo", + "files.pagination_of": "kwi", + "files.pagination_previous": "Ekuqaleni", + "files.pagination_showing": "Bukhoma", + "files.preview_modal_close": "Vala ukubuka", + "files.preview_modal_title": "Kuboniswa", + "files.queue_banner_items": " izinto zithunyelwe okwamanje noma z processing. Amafayela azovela lapha uma processing iphelile.", + "files.queue_banner_link": "Buka Imigqa", + "files.saved_searches_empty": "Azikho izidingo ezisindisiwe okwamanje", + "files.saved_searches_error": "Kuvezwe ukuba kwaba nenkinga ekulayisheni izidingo ezisindisiwe", + "files.saved_searches_label": "Izidingo Ezibhalwe", + "files.saved_searches_save": "Gcina Okwamanje", + "files.saved_searches_save_aria": "Gcina izihlungi manje njengezidingo ezisindisiwe", + "files.search_results_empty": "Awekho imiphumela etholakele.", + "files.search_results_title": "Imiphumela Yokufuna", + "files.status_duplicate": "Ukuphindaphinda", + "files.table_actions": "Izinyathelo", + "files.table_aria": "Irekhodi lefayela", + "files.table_created_at": "Kwakhiwe Ngalesi Sikhathi", + "files.table_empty": "Awefayela atholakalanga", + "files.table_id": "ID", + "files.table_mime_type": "Uhlobo lwe-MIME", + "files.table_original_filename": "Igama Lefayela Lokuqala", + "files.table_select_all": "Khetha wonke amafayela kuleli khasi", + "files.tags": "Amathegi", + "files.title": "Amafa", + "files.upload_modal_aria": "Inqubekelaphambili yokulayisha", + "files.upload_modal_close": "Vala inqubekelaphambili yokulayisha", + "files.upload_modal_header": "Kulayisha Amafa", + "files.uploaded": "Kulayishiwe", + "footer.about": "Mayelana", + "footer.attribution": "Ukuhlinzekwa", + "footer.attributions": "Ukuhlinzekwa", + "footer.cookies": "Amakhukhi", + "footer.copyright": "DocuElevate {year}", + "footer.imprint": "Ukuphrinta", + "footer.license": "Ilayisensi", + "footer.navigation": "Ukuzulazula kokuphetho", + "footer.privacy": "Ubumfihlo", + "footer.terms": "Izimo", + "footer.version": "Inguqulo {version}", + "help.destinations_dropbox": "Dropbox", + "help.destinations_dropbox_desc": "Oxhumene ne-OAuth. Amafa afinyelela efayilini yakho ekhethiwe.", + "help.destinations_email": "Ukudlulisela I-imeyili", + "help.destinations_email_desc": "Amafa processed athunyelwa njenge-SMTP attachments.", + "help.destinations_google_drive": "Google Drive", + "help.destinations_google_drive_desc": "I-akhawunti yesevisi noma i-OAuth. Isekela ama-drive share.", + "help.destinations_heading": "Izindawo – Lapho AmaDokumenti Ayakhona", + "help.destinations_nextcloud": "Nextcloud / WebDAV", + "help.destinations_nextcloud_desc": "Ukugcinwa kwefu okuzimelayo nge-WebDAV.", + "help.destinations_onedrive": "OneDrive", + "help.destinations_onedrive_desc": "Integre ye-Microsoft Graph API.", + "help.destinations_paperless": "Paperless-ngx", + "help.destinations_paperless_desc": "Thumela amadokhumenti ngqo kwi-Paperless yokugcina.", + "help.destinations_s3": "Amazon S3", + "help.destinations_s3_desc": "Nanyaniso ye-S3-compatible bucket (AWS, MinIO, Wasabi).", + "help.destinations_sftp": "SFTP / FTP", + "help.destinations_sftp_desc": "Ukudlulisela ifayela okuphephile kunoma iyiphi iseva.", + "help.destinations_webhook": "Webhook", + "help.destinations_webhook_desc": "POST metadata kunoma iyiphi i-endpoint yangaphandle.", + "help.documentation": "Incwajana", + "help.faq": "Imibuzo Ebuzwayo Njalo", + "help.faq_1_a": "Hamba ku-Upload page, thepha-ngeze amafa akho noma ucofe Khetha Ifayela. I-DocuElevate iguqula izithombe namadokhumenti офис ukuya ku-PDF, iqhuba i-OCR, futhi ikhipha imibhalo ngokuzenzakalelayo.", + "help.faq_1_q": "Ngiyithumele kanjani amadokhumenti?", + "help.faq_2_a": "PDF, JPEG, PNG, TIFF, BMP, GIF, DOCX, XLSX, PPTX, ODT, ODS, TXT, RTF, kanye ne-HTML. Ifayela leziphakamiso ezingeni le-PDF ziguqulwa ngokuzenzakalelayo zibe yi-PDF ngaphambi kokucubungula.", + "help.faq_2_q": "Yiziphi ifomethi zamafayela ezixhaswayo?", + "help.faq_3_a": "Yebo. Iya ku-Email Ingestion, ungeze i-IMAP akhawunti, futhi i-DocuElevate izophendula imiyalezo emisha futhi icubungule izixhumanisi ngokuzenzakalelayo.", + "help.faq_3_q": "Ngiyakwazi ukuvula imibhalo evela kwe-imeyili?", + "help.faq_4_a": "Ama-Pipelines akuvumela ukuthi uxhumanise izinyathelo zokucubungula - i-OCR, ukukhipha i-AI, ukuguqulwa kwefomethi - futhi ulandele umphumela kuyindawo eyodwa noma eziningi. Yenza futhi uphathe kubha ye-Pipelines.", + "help.faq_4_q": "Izinhlelo zokucubungula zisebenza kanjani?", + "help.faq_5_a": "I-DocuElevate igcina izitifiketi ziphephile, ixhumana ngaphezulu kwe-TLS, futhi ayigcini imibhalo yakho isikhathi eside kunokudingeka. Bheka i-Privacy Notice yokuthola imininingwane ephelele.", + "help.faq_5_a_post": " ukuze uthole imininingwane egcwele.", + "help.faq_5_a_pre": "I-DocuElevate ifihla iziqu ezifakiwe ngesikhathi, ixhumana ngaphezu kwe-TLS, futhi ayigcini imibhalo yakho isikhathi eside kunesidingo. Bheka i-", + "help.faq_5_q": "Ingabe idatha yami iphephile?", + "help.faq_heading": "Imibuzo Ebuzwa Njalo", + "help.getting_started": "Ukuqala", + "help.heading": "Isikhungo Sokhelp", + "help.ingestion_curl": "cURL / REST API", + "help.ingestion_curl_desc": "Sebenzisa i-REST API ukudlulisa imibhalo ngokuqondile. Qinisekiswa nge-Bearer token bese uthumela amafayela endaweni yokulayisha.", + "help.ingestion_heading": "Amathuluzi Okudla Idatha", + "help.ingestion_mobile": "Izinhlelo Zeselula", + "help.ingestion_mobile_desc": "Sebenzisa noma iyiphi uhlelo lokuskana olusekela izindawo zokulayisha ze-HTTP ezikhethekile ukuze uthumele izithombe nezithombe ku-DocuElevate ukusuka efoni yakho noma ithebhulethi.", + "help.ingestion_scanners": "Izikhangiso Zenethiwekhi", + "help.ingestion_scanners_desc": "Beka noma iyiphi isikhangiso senethiwekhi noma iphrinta emisebenzini eminingi endaweni yokulayisha ye-DocuElevate. Imibhalo ekhishwe ifika ngqo emgqeni wakho wokucubungula.", + "help.ingestion_watched_folders": "Izindlela Eziphathwayo", + "help.ingestion_watched_folders_desc": "Yenza kube khona ifolda yendawo noma yenethiwekhi ukuze ibekwe ngaphansi kokuqapha. Noma iyiphi ifayela elibekwe kufolda ephathwayo ilayishwa futhi icubungulwa ngokuzenzakalayo yi-DocuElevate.", + "help.ingestion_zapier": "Zapier / n8n / Make", + "help.ingestion_zapier_desc": "Hlanganisa i-DocuElevate kuma-workflows akho okuzenzakalela nge-Zapier, n8n, noma Make. Sebenzisa izenzo ze-REST API ukuze uqale ukulayishwa kwemibhalo kusukela kunoma yisiphi isenzeko.", + "help.meta_description": "Thola usizo nge-DocuElevate – thola iziqondiso zokulayisha imibhalo, ukuxhuma imiphakathi ye-cloud storage, ukusetha ama-pipelines, nokunye.", + "help.og_description": "Thola usizo nge-DocuElevate – thola iziqondiso zokulayisha imibhalo, ukuxhuma imiphakathi ye-cloud storage, ukusetha ama-pipelines, nokunye.", + "help.page_title": "Isikhungo Sokhelp", + "help.privacy_notice": "Isaziso Sokuphepha", + "help.quickstart_heading": "Ukuqalisa Ngokushesha", + "help.quickstart_storage": "Xhuma Isitoreji", + "help.quickstart_storage_desc": "Ngena kuzilungiselelo futhi uxhumanise ama-akhawunti akho esikhumulweni sezinsiza. Imibhalo ecubunguliwe ithunyelwa ngokuzenzakalelayo kuyo yonke indawo oyilungiselela.", + "help.quickstart_storage_desc_full": "Hamba ku-Integrations futhi uhlanganise ama-akhawunti akho e-cloud storage. I-DocuElevate isekela i-Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, nokunye. Imibhalo ecubunguliwe idluliselwa ngokuzenzakalayo kuyo yonke indawo oyihlanganisile.", + "help.quickstart_upload": "Phakamisa Imibhalo", + "help.quickstart_upload_desc": "Donsa & drop amafayela ekhasini le-Upload noma uchofoze khetho Ifayela. I-DocuElevate iguqula izithombe nemibhalo ye-ofisi ibe yi-PDF, iqhuba i-OCR, futhi ikhiphe imininingwane ngokuzenzakalelayo.", + "help.quickstart_workflows": "Cwangcisa Izigcawu", + "help.quickstart_workflows_desc": "Dala ama-Pipelines ukuze uchaze izinyathelo zokucubungula eziningi nezimiso zokuhambisa. Khdla i-OCR, ukukhipha i-AI, ukuguqulwa kwefomethi, nokulethwa kuhlu olulodwa.", + "help.sources_email_ingestion": "Ukungena kwe-imeyili (IMAP)", + "help.sources_email_ingestion_desc": "Thumela imibhalo kwi-mailbox ekhethekile. Ngaphansi kwe-Email Ingestion, ungeze i-IMAP akhawunti eyodwa noma ezimbili. I-DocuElevate ithola imiyalezo emisha futhi icubungule izixhumanisi ngokuzenzakalelayo.", + "help.sources_heading": "Imithombo - Ukungena KweMibhalo", + "help.sources_rest_api": "REST API", + "help.sources_rest_api_desc": "Hlanganisa ngokuhamba ngezinyathelo ngokuthumela amafayela ku-/api/upload. Kuhle kwizikhowa, amakhasi abukwayo, ama-skanners, noma amathuluzi wesithathu afana ne-Zapier ne-n8n.", + "help.sources_scanner": "Iscanner & Ucingo", + "help.sources_scanner_desc": "Phonsa ama-scanners enethiwekhi endaweni yokulayisha ye-DocuElevate noma usebenzise noma yisiphi isicelo sokuskana esixhasa izindawo ezikhethekile ze-HTTP.", + "help.sources_scanner_desc_full": "Hlanganisa isikhangiso senethiwekhi noma iphrinta emisebenzini eminingi ukuze ithumele izithombe ngqo ku-DocuElevate. Sebenzisa indawo ye-/api/upload njengephuzu lokugcina. Izinhlelo zokuskana zeselula ezinomphumela wokulayisha okhethekile nazo zixhaswa.", + "help.sources_web_upload": "Ukulayisha Kwewebhu", + "help.sources_web_upload_desc": "Indlela esheshayo yokuthi uqale. Vula ikhasi le-Upload, phonsa amafayela amabili noma nangaphezulu, futhi i-DocuElevate iphathe okunye. Izinhlobo ezixhaswayo zifaka i-PDF, JPEG, PNG, TIFF, DOCX, XLSX, nokuningi.", + "help.subheading": "Konke okudingayo ukuze uthole okungcono ku-DocuElevate. Bheka izihloko ngezansi noma useshe lokho okudingayo.", + "help.support": "Ukusekela", + "help.support_admin_message": "Xhumana nomphathi wakho ukuze uthole ulwazi lokusekela.", + "help.support_description": "Ungatholi lokho okukhangayo? Ithimba lethu lokusekela likhona ukuze likusize.", + "help.support_heading": "Xhumana Nokusekela", + "help.support_live_chat": "Ingxoxo Eziphila itholakala – cindezela ibhasi lokuxoxa ukuze uqale ingxoxo.", + "help.support_ticket_button": "Thumela Itikiti", + "help.support_ticket_desc": "Faka ifomu elingezansi bese ithimba lethu lokusekela lizobuyela kuwe ngokushesha.", + "help.support_ticket_heading": "Vula Itikiti Lokusekela", + "help.title": "Isikhungo Sokhelp", + "help.workflows_creating": "Ukwakha I-Pipeline", + "help.workflows_definition": "I-Pipeline iyikushi yokucubungula ehamba ngokuzenzakalela lapho kungekho imibhalo elungisekayo. Isinyathelo ngasinye singashintsha, sithuthukise, noma sithumele imibhalo.", + "help.workflows_heading": "Izigcawu & Ama-Pipelines", + "help.workflows_step_1": "Guqula uPDF", + "help.workflows_step_1_create": "Iya ku-Pipelines kumenyu eyinhloko.", + "help.workflows_step_1_full": "Guqula kube i-PDF – wonke amafayela angenayo ahlukaniswa abe ifomethi ye-PDF efanayo.", + "help.workflows_step_2": "OCR – khulula umbhalo", + "help.workflows_step_2_create": "Chofoza u-Pipeline omusha futhi unikeze igama.", + "help.workflows_step_2_full": "I-OCR – khetha umbhalo othandekayo kumakhasi akhishwe usebenzisa i-Azure Document Intelligence noma umshini ohleliwe.", + "help.workflows_step_3": "Ukukhipha i-AI metadata", + "help.workflows_step_3_create": "Faka izinyathelo zokucubungula ozidingayo.", + "help.workflows_step_3_full": "Ukukhishwa kwe-AI metadata – hlukanisa uhlobo lwemibhalo futhi uthole izinkambu ezibalulekile ezifana nezimali, amathafa, namagama usebenzisa i-OpenAI.", + "help.workflows_step_4": "Thumela endaweni eyodwa noma ngaphezulu", + "help.workflows_step_4_create": "Khetha indawo eyodwa noma ngaphezulu yokuthumela.", + "help.workflows_step_5_create": "Gcina – imibhalo emisha izocubungulwa ngale Pipeline ngokuzenzakalelayo.", + "help.workflows_typical_steps": "Izinyathelo Ezijwayelekile", + "help.workflows_what_is": "I-Pipeline iyini?", + "index.badge_intelligent": "Ukucubungula Imibhalo Ngokuhlakanipha", + "index.button_browse_files": "Bheka Amafayela", + "index.button_upload": "Layisha", + "index.capabilities_cloud": "Ukugcina kwiMvula: Dropbox, OneDrive, Google Drive, NextCloud", + "index.capabilities_ingestion": "I-imeyili & ukudonsa imibhalo kwe-url", + "index.capabilities_ocr": "OCR & ukukhipha metadata nge-AI", + "index.capabilities_paperless": "Uhlaka lwe-Paperless-ngx lokuphatha imibhalo", + "index.capabilities_title": "Amakhono", + "index.capabilities_workflows": "Ukuhlonza ngokuzenzakalelayo & ukwakha ama-workflows", + "index.cta_description": "Joyina amaqembu asevele enza ngokuzenzakalelayo ukucubungula imibhalo yabo nge-DocuElevate.", + "index.cta_heading": "Ulungele ukwenyusa i-workflow yakho yemibhalo?", + "index.cta_pricing": "Bheka amanani", + "index.cta_signup": "Dala i-akhawunti yasimahla", + "index.dashboard_subtitle": "Ukucubungula & ukuphathwa kwemibhalo ngendlela ehlakaniphile", + "index.dashboard_subtitle_teams": "Ukucubungula & ukuphathwa kwemibhalo ngendlela ehlakaniphile — yakhelwe amaqembu", + "index.feature_ai": "Ukukhipha i-AI Metadata", + "index.feature_ai_desc": "I-OpenAI, Claude, Gemini, nabanye abahlinzeki be-AI abangaxhunywanga bahlukanisa imibhalo futhi bakhuphe izinkambu ezibalulekile ezifana nezinsuku, izimali, nezihloko.", + "index.feature_cloud": "Ukugcina kwe-Multi-Cloud", + "index.feature_cloud_desc": "Thumela amafayela acubunguliwe ku-Dropbox, Google Drive, OneDrive, Amazon S3, Nextcloud, Paperless NGX, WebDAV, FTP/SFTP, nakakhulu.", + "index.feature_email": "I-imeyili & Ukudonswa kwe-IMAP", + "index.feature_email_desc": "Khuphela ngokuzenzakalelayo imibhalo ku-Gmail noma yimaphi ama-imeyili e-IMAP — akudingeki ukwengeza ngesandla.", + "index.feature_ocr": "OCR & Ukukhishwa Kombhalo", + "index.feature_ocr_desc": "I-Azure Document Intelligence iguqula ama-PDF ahlotshisiwe nezithombe zibe umbhalo ofunwa ngokuphelele ngokuzenzakalelayo.", + "index.feature_pipelines": "Amathuluzi e-Pipeline", + "index.feature_pipelines_desc": "Yakha ama-pipelines okucubungula anezinyathelo ezilungisekayo — OCR, ukukhipha i-AI, uguquko lwefomathi, nokuhlela kokugcina nganoma yiluphi uhlelo.", + "index.feature_search": "Ukusesha Ngokugcwele", + "index.feature_search_desc": "Thola nganoma iyiphi imibhalo ngokuqukethwe, metadata, noma amathagethi kuwo wonke umtapo wakho.", + "index.feature_section_title": "Konke okudingayo ukuze ube nemisebenzi yemibhalo ehlakaniphile", + "index.getting_started": "Ukuqala", + "index.getting_started_1": "Lungisa ukuhlanganiswa nge-System Status", + "index.getting_started_2": "Layisha idokhumenti yakho yokuqala", + "index.getting_started_3": "Bheka imiphumela ku-Files", + "index.getting_started_learn": "Funda kabanzi nge-DocuElevate", + "index.hero_description": "I-DocuElevate ifaka imibhalo yakho, iqhube i-OCR, ikhiphe imininingwane ye-metadata nge-AI, futhi ithumele amafayela ku-Dropbox, Google Drive, OneDrive, S3, Nextcloud, nakakhulu — konke kule pipeline eyehlanganisiwe.", + "index.hero_heading": "Kusuka ekulayisheni kuya ekuqondeni — ngokuzenzakalelayo.", + "index.hero_login": "Ngena ngemvume", + "index.hero_pricing": "Bheka Izinhlelo & Amaholo", + "index.hero_signup": "Qala — kumahhala", + "index.integrations_active": "Ukuhlanganiswa Okusebenzayo", + "index.integrations_storage": "Izinhlelo zokugcina", + "index.integrations_title": "Ukuhlanganisa", + "index.integrations_view_status": "Bheka isimo system", + "index.page_title_dashboard": "I-Dashboard", + "index.page_title_public": "Ukucubungula Idokhumenti Okunengqondo", + "index.platform_overview": "Isibuko se-platform", + "index.processing_stats": "Izibalo Zokucubungula", + "index.quick_actions": "Izinyathelo Eziphuthumayo", + "index.quick_documents": "Imibhalo Yami", + "index.quick_documents_desc": "Bheka amafayela akho acutshunguliwe", + "index.quick_search": "Sesha", + "index.quick_search_desc": "Sesha okubhaliwe kuwo wonke amafayela", + "index.quick_subscription": "Ukubhalisela Miswa", + "index.quick_subscription_desc": "Bheka imininingwane yeplan & yokusetshenziswa", + "index.quick_system_status": "Isimo seSystem", + "index.quick_system_status_desc": "Hlola impilo yokuhlanganiswa", + "index.quick_upload": "Layisha Idokhumenti", + "index.quick_upload_desc": "Cwenga ifayela elisha", + "index.quick_view_files": "Bheka Bonke Amafayela", + "index.quick_view_files_desc": "Bheka imibhalo ecutshunguliwe", + "index.single_user_heading": "I-Dashboard ye-DocuElevate", + "index.single_user_subtitle": "Ukucubungula & ukuphathwa kwezincwadi okunengqondo", + "index.stat_active_integrations": "Ukuhlanganiswa Okusebenzayo", + "index.stat_active_users": "Abasebenzisi Abasebenzayo", + "index.stat_files_month": "Amafayela kule nyanga", + "index.stat_files_ocr": "Amafayela ane-OCR", + "index.stat_files_today": "Amafayela namuhla", + "index.stat_storage_targets": "Izinhlelo zokugcina", + "index.stat_this_month": "Le nyanga", + "index.stat_today": "Namuhla", + "index.stat_total_files": "Amafayela aphelele", + "index.stat_total_processed": "Okuphelele okuqediwe", + "index.tier_plan": "Uhlelo", + "index.tier_upgrade": "Thuthukisa", + "index.tier_view_details": "Bheka imininingwane ephelele", + "index.upgrade_daily_limits": "Imikhawulo ephakeme yansuku zonke neyesonto", + "index.upgrade_description": "Vula imibhalo eminingi, izindawo eziningi nokwesekwa okubhekwayo.", + "index.upgrade_destinations": "Izindawo zokugcina eziningi", + "index.upgrade_ocr_pages": "Amakhasi e-OCR amaningi", + "index.upgrade_plan": "Thuthukisa uhlelo lwakho", + "index.upgrade_view_pricing": "Bheka izinhlelo nezimali", + "index.usage_lifetime": "Ifayela lempilo yonke", + "index.usage_month": "Amafayela kulenyanga", + "index.usage_my_usage": "Ukusetshenziswa kwami", + "index.usage_today": "Amafayela namuhla", + "index.usage_unlimited": "Ungapheli", + "integrations.access_key_label": "I-ID Yezincwadi Zokufinyelela", + "integrations.active_label": "Kusebenza", + "integrations.add_button": "Engeza Ukuhlanganisa", + "integrations.add_first_button": "Engeza Ukuhlanganisa Kwakho Kokuqala", + "integrations.api_token_label": "I-API Token", + "integrations.authorize_btn": "Vumela", + "integrations.authorize_reauth": "Vumela Kabusha", + "integrations.bucket_label": "Ibakede", + "integrations.configure": "Lungiselela", + "integrations.connect": "Xhuma", + "integrations.connected": "Uxhumeke", + "integrations.connection_failed": "Uxhumano lwehlulekile", + "integrations.connection_success": "Uxhumano luphumelele", + "integrations.delete_confirm_are_you_sure": "Uqinisekile ukuthi ufuna ukususa", + "integrations.delete_confirm_title": "Susa Ukuhlanganisa?", + "integrations.delete_confirm_undone": "Le ndlela ayinakuphindaphindwa.", + "integrations.delete_emails_label": "Susa ama-imeyili ngemuva kokucubungula", + "integrations.delete_files_label": "Susa amafayela ngemuva kokucubungula", + "integrations.destinations_quota_label": "Izindawo Zokugcina:", + "integrations.destinations_section": "Izindawo", + "integrations.direction_destination": "Indlela (ukugcina)", + "integrations.direction_label": "Umqondo", + "integrations.direction_placeholder": "\b04 Khetha \b04", + "integrations.direction_source": "Umthombo (ukufakwa)", + "integrations.disconnect": "Vula", + "integrations.email_settings": "Izilungiselelo Zokuthumela I-imeyili", + "integrations.empty_state": "Ayikho ukufakwa okucacisiwe", + "integrations.endpoint_label": "I-Endpoint URL", + "integrations.endpoint_optional": "(okukhethwayo, ku-S3-compatible)", + "integrations.folder_label": "Ifolda", + "integrations.folder_optional": "(okukhethwayo)", + "integrations.folder_path_label": "Indlela Yefolda", + "integrations.folder_prefix_label": "Isandiso Sefolda", + "integrations.generic_settings_hint": "Uhlelo lokusebenza lwale ndlela yokuhlangana lunganikezwa njenge-JSON ngemuva kokudala nge-API.", + "integrations.gmail_hint": "Amathegi e-Gmail & isithonjana: uma kuqaliswe, ama-imeyili acutshunguliwe abekwa isithonjana futhi aguqulwe ngegama elithi \"Ingested\" e-Gmail. Lokhu kuhlanganiswa kuphela kumaseva e-Gmail.", + "integrations.gmail_labels": "Sebenzisa amathegi e-Gmail & isithonjana", + "integrations.host_label": "Umph hosts", + "integrations.imap_settings": "Izilungiselelo ze-IMAP", + "integrations.loading": "Landa ukuhlanganisa\b04", + "integrations.modal_close": "Vala imodi", + "integrations.modal_title_add": "Engeza Ukuhlanganisa", + "integrations.modal_title_edit": "Hlela Ukuhlanganisa", + "integrations.name_label": "Igama", + "integrations.name_placeholder": "isb. I-Work Gmail, S3 Archive", + "integrations.nextcloud_settings": "Izilungiselelo ze-Nextcloud", + "integrations.nextcloud_url_label": "I-URL ye-Nextcloud", + "integrations.no_integrations_body": "Faka ukuhlanganiswa kwakho kokuqala ukuze uxhumanise imithombo yokungenisa (njenge-IMAP) nezindawo zokugcina (njenge-S3, Dropbox, noma i-Google Drive).", + "integrations.not_connected": "Ayixhunyiwe", + "integrations.oauth_folder_label": "Ifolda", + "integrations.oauth_hint": "Gcine le njongo kuqala, bese usebenzisa inkinobho ye-Authorize ukuze uqedele ukujikeleza kwe-OAuth. Iziqu zakho zizogcinwa ngokuphepha olwazini lwakho lomuntu siqu.", + "integrations.page_title": "Izifakelo", + "integrations.paperless_settings": "Izilungiselelo ze-Paperless NGX", + "integrations.password_label": "Iphasiwedi", + "integrations.paused": "Kwethsiswa", + "integrations.plan_label": "Uhlelo:", + "integrations.port_label": "Iphothi", + "integrations.quota_not_available": "(ayitholakali)", + "integrations.quota_unlimited": "/ ayinoni", + "integrations.recipient_label": "I-imeyili yoMamukeli", + "integrations.region_label": "Region", + "integrations.remote_path_label": "Indlela Ekude", + "integrations.s3_prefix_label": "I-Preffix (indlela yefolda)", + "integrations.s3_settings": "Izilungiselelo ze-S3", + "integrations.secret_key_label": "Ukhiye Wokufinyelela Osecret", + "integrations.show_password": "Khombisa iphasiwedi", + "integrations.show_secrets": "Khombisa izimfihlo", + "integrations.show_token": "Khombisa ithokheni", + "integrations.source_local": "Izinkanyezi Zendawo", + "integrations.source_type_label": "Uhlobo Lomthombo", + "integrations.sources_quota_label": "Imithombo ye-Mailbox:", + "integrations.sources_section": "Imithombo", + "integrations.subtitle": "Phatha imithombo yakho yokungenisa nezindawo zokugcina endaweni eyodwa.", + "integrations.title": "Izifakelo", + "integrations.type_label": "Uhlobo LweHlanganiso", + "integrations.type_placeholder": "\u0000— Khetha isiqondiso kuqala \u0000—", + "integrations.upgrade_plan": "Thuthukisa Uhlelo", + "integrations.use_ssl": "Sebenzisa i-SSL", + "integrations.username_label": "Igama lomsebenzisi", + "integrations.watch_folder_settings": "Izilungiselelo ze-Folda yokubuka", + "integrations.webdav_settings": "Izilungiselelo ze-WebDAV", + "integrations.webdav_url_label": "I-URL ye-WebDAV", + "integrations.webhook_heading": "Ukungenisa kwe-Webhook", + "integrations.webhook_how_heading": "Ukuthi Ukungenisa kwe-Webhook Kwenza Kanjani", + "integrations.webhook_how_text": "Ukuhlanganiswa kwe-webhook kuvumela izinhlelo zangaphandle ukuba zithumele imibhalo ngqo kwi-DocuElevate nge-REST API. Esikhundleni sokuthi i-DocuElevate ihlole amafayela amasha (njenge-IMAP), uhlelo lwakho ludlulisa amafayela kwi-DocuElevate usebenzisa isicelo se-HTTP enethokheni ye-API ukuze kuqinisekiswe.", + "integrations.webhook_ideal_text": "Lokhu kufanelekile kuma-pipeline e-CI/CD, ama-skripthi wokwenza, ukuhlanganiswa kwama-scanner, noma iyiphi insiza ekhiqiza imibhalo futhi edinga ukuthumela ukuze processing.", + "integrations.webhook_quick_start": "Qala Ngokushesha", + "integrations.webhook_security_tip": "Dala ithokheni ye-API eyodwa ngayedwa yokuhlanganiswa ngakunye bese uyayiqeda ngokushesha uma ihlukunyezwa. Ama-Tokens angaphathwa ekhasini le-API Tokens.", + "integrations.webhook_step1": "Pheka ku-{api_tokens_link} futhi udale ithokheni yomuntu siqu.", + "integrations.webhook_upload_with_token": "Sebenzisa ithokheni ukuze uthumele imibhalo nge-API:", + "language.bg": "Български", + "language.ca": "Català", + "language.change_success": "Ulimi lushintshile lube {language}", + "language.changed": "Ulimi lushintshile lube {language}", + "language.cs": "Čeština", + "language.da": "Dansk", + "language.de": "Deutsch", + "language.el": "Ελληνικά", + "language.en": "English", + "language.es": "Español", + "language.et": "Eesti", + "language.fi": "Suomi", + "language.fr": "Français", + "language.ga": "Gaeilge", + "language.hr": "Hrvatski", + "language.hu": "isiMagyar", + "language.is": "isiÍslenska", + "language.it": "isiItaliano", + "language.lb": "isiLëtzebuergesch", + "language.lt": "isiLietuvių", + "language.lv": "isiLatviešu", + "language.nb": "isiNorsk", + "language.nl": "isiNederlands", + "language.no_results": "Awukho ulimi olutholakele", + "language.pl": "isiPolski", + "language.pt": "isiPortuguês", + "language.ro": "isiRomână", + "language.ru": "isiРусский", + "language.search_placeholder": "Sesha ulimi\n", + "language.selector": "Ulimi", + "language.selector_label": "Khetha ulimi", + "language.sk": "isiSlovenčina", + "language.sl": "isiSlovenščina", + "language.sv": "isiSvenska", + "language.tr": "isiTürkçe", + "language.uk": "isiУкраїнська", + "language.zh": "isi中文", + "nav.about": "Mayelana", + "nav.account_menu": "Imenyu ye-akhawunti", + "nav.account_menu_for": "Imenyu ye-akhawunti ka {name}", + "nav.admin": "Umsizi", + "nav.admin.audit_logs": "Izigameko Zokuhlola", + "nav.admin.backups": "Uphiko", + "nav.admin.plans": "Izinhlelo", + "nav.admin.scheduled_jobs": "Imisebenzi Ehlelekile", + "nav.admin.users": "Abasebenzisi", + "nav.admin_actions": "Izinyathelo Zomsizi", + "nav.admin_menu": "Imenyu Yomsizi", + "nav.api_docs": "AmaDokhumenti e-API", + "nav.api_tokens": "Amatokens e-API", + "nav.backup_restore": "Uphiko & Ukubuyisela", + "nav.credentials": "Izitifiketi", + "nav.dark_mode": "Imodi Emnyama", + "nav.dashboard": "I-Dashboard", + "nav.developer_docs": "AmaDokhumenti Abathuthukisi", + "nav.duplicates": "Okuphindaphindiwe", + "nav.file_manager": "Umphathi Wezifayili", + "nav.files": "Izifayili", + "nav.get_started": "Qala", + "nav.help": "Usizo", + "nav.help_center": "Icentre Lesizo", + "nav.imap": "Ukungenisa I-imeyili", + "nav.integrations": "Ukuhlanganiswa", + "nav.light_mode": "Imodi Yokukhanya", + "nav.login": "Ngena", + "nav.logout": "Phuma", + "nav.main_navigation": "Ukudlula Okukhulu", + "nav.my_subscription": "Ukubhalisela Kwami", + "nav.notifications": "Izexwayiso", + "nav.open_main_menu": "Vula imenyu enkulu", + "nav.pipelines": "Amathube", + "nav.plan_designer": "Umakhi Wohlelo", + "nav.pricing": "Intengo", + "nav.profile": "Iphrofayela", + "nav.profile_settings": "Izilungiselelo zephrofayili", + "nav.queue": "Umkhankaso", + "nav.queue_monitor": "Umkhangisi Womkhankaso", + "nav.scheduled_jobs": "Imisebenzi Ehlelwe", + "nav.search": "Sesha", + "nav.settings": "Izilungiselelo", + "nav.shared_links": "Izixhumanisi Ezabelwe", + "nav.sign_out": "Phuma", + "nav.signup": "Bhalisela", + "nav.similarity": "Ukufanana", + "nav.skip_to_content": "Hamba uye kokuqukethwe okukhulu", + "nav.status": "Isimo", + "nav.subscription": "Ukubhalisela", + "nav.toggle_dark_mode": "Shintsha imodi emnyama", + "nav.toggle_nav": "Shintsha imenyu yokuhamba", + "nav.upload": "Layisha", + "nav.users": "Abasebenzisi", + "nav.version": "Ulwazi Lomkhiqizo", + "notifications.filter_all": "Konke", + "notifications.filter_read": "Funda kuphela", + "notifications.filter_unread": "Ungafundi kuphela", + "notifications.manage_desc": "Phatha ibhokisi lakho lezehlakalo, izinjongo, nezintandokazi zendaba", + "notifications.mark_all_read": "Beka Wonke Njengokufundwa", + "notifications.mark_all_read_btn": "Beka wonke njengokufundwa", + "notifications.mark_read": "Beka Njengokufundwa", + "notifications.no_notifications": "Azikho izexwayiso", + "notifications.page_title": "Izexwayiso", + "notifications.tab_inbox": "Ibhokisi Lezaziso", + "notifications.tab_settings": "Izilungiselelo", + "notifications.title": "Izexwayiso", + "notifications.unread_count": "{count} izexwayiso ezingafundiwe", + "pipelines.active_label": "Sekhaya", + "pipelines.add_step_btn": "Engeza Isinyathelo", + "pipelines.create": "Dala Iphayiphi", + "pipelines.custom_label_label": "Ilebula Eyenziwe Ngokwezifiso", + "pipelines.default_label": "Okuzenzakalelayo", + "pipelines.description_label": "Incazelo", + "pipelines.description_placeholder": "Incazelo engakhethwa", + "pipelines.disabled_label": "Khubazekile", + "pipelines.edit": "Hlela Iphayiphi", + "pipelines.empty_state": "Azikho amaphayiphi okwamanje", + "pipelines.empty_state_hint": "Dala iphiyiphi yakho yokuqala ukuze uchaze izinqubo zokucubungula imibhalo ezenzakalelayo.", + "pipelines.enabled_label": "Ivuliwe", + "pipelines.force_cloud_ocr_label": "Phusha i-cloud OCR (skipa ukukhipha umbhalo wendawo)", + "pipelines.inactive_label": "Engasebenzi", + "pipelines.loading": "Layisha amaphayiphi\u001a", + "pipelines.name_placeholder": "Iphayiphi yami", + "pipelines.new_pipeline_btn": "Iphayiphi Enkulu", + "pipelines.no_steps": "Azikho izinyathelo ezichaziwe. Engeza isinyathelo ukuze uqale ukwakha iphiyiphi yakho.", + "pipelines.ocr_auto": "Auto (sebenzisa okuzenzakalelayo kwesistimu)", + "pipelines.ocr_language_hint": "Iphula ukusetha kolimi lomhlaba yonke ye-Tesseract/EasyOCR. I-Azure ne-Mistral zihlola ulimi ngokuzenzakalelayo.", + "pipelines.ocr_language_label": "Ulimi lwe-OCR", + "pipelines.optional_suffix": "(okukhethwa)", + "pipelines.page_title": "Ukucubungula Amaphayiphi", + "pipelines.set_default": "Seta njengomkhakha wami omuhle", + "pipelines.step_label_placeholder": "Phula igama lesinyathelo elizenzakalelayo", + "pipelines.step_type_label": "Uhlobo Lesinyathelo", + "pipelines.subtitle_intro": "Chaza futhi uphathe izinqubo zokucubungula imibhalo ezenzelwe.", + "pipelines.subtitle_system_post": "iphazamisekile futhi ibonakala kubo bonke abasebenzisi.", + "pipelines.subtitle_system_pre": "Amaphayiphi wesistimu (adalwa ngabaphathi) abukhonjwa ngezinga", + "pipelines.system_label": "Uhlelo", + "pipelines.system_pipeline_label": "Iphayiphi yesistimu (ebonakala kubo bonke abasebenzisi)", + "pipelines.title": "Ukucubungula Amaphayiphi", + "profile.avatar_alt": "Isithombe sephrofayili yakho", + "profile.avatar_heading": "Isithombe Sephrofayili", + "profile.avatar_remove": "Susa i-avatar yangokwezifiso", + "profile.avatar_upload_hint": "Layisha isithombe se-JPEG, PNG, GIF, noma i-WebP esingaphezulu kwama-2 MB. Uma kungakabikhona isithombe esenziwe ngokuqondile, i-{gravatar} yakho izovezwa.", + "profile.choose_image": "Khetha isithombe\u0014", + "profile.confirm_password": "Qinisekisa i-Password Entsha", + "profile.contact_email_hint": "Isetshenziselwa izaziso zesistimu. Lokhu akushintshi i-imeyili yakho yokungena.", + "profile.contact_email_label": "I-imeyili Yokuxhumana / Isaziso", + "profile.contact_email_placeholder": "you@example.com", + "profile.current_password": "I-Password Yamanje", + "profile.dismiss": "Phumelelayo", + "profile.display_name_hint": "Shiya ingenalutho ukuze usebenzise igama lakho lokungena noma i-imeyili.", + "profile.display_name_label": "Igama Lokubonisa", + "profile.display_name_placeholder": "Igama lakho njengoba kuboniswe kwi-UI", + "profile.general_heading": "Ulwazi Jikelele", + "profile.gravatar_link": "Gravatar", + "profile.heading": "Izilungiselelo zephrofayili", + "profile.language_auto_detect": "Thola ngokuzenzakalelayo (kusuka ku-browser)", + "profile.language_hint": "Khetha ulimi lwakho oluthandayo lokubukisa. \"Thola ngokuzenzakalelayo\" kulandela izilungiselelo zakho ze-browser.", + "profile.language_label": "Ulimi lwe-UI", + "profile.new_password": "I-Password Entsha", + "profile.new_password_hint": "Okungenani amazwi ama-8.", + "profile.page_title": "Izilungiselelo zephrofayili – DocuElevate", + "profile.password_heading": "Shintsha i-Password", + "profile.preferences_heading": "Izinketho", + "profile.save_button": "Gcina Izinguquko", + "profile.saving": "Gcinani\u0014", + "profile.subtitle": "Phatha igama lakho lokubonisa, i-avatar, ulimi, nezinketho ze-theme.", + "profile.theme_dark": "Mnyama", + "profile.theme_hint": "\"Izilungiselelo zohlelo\" kulandela ukusetha okubomvu kwefoni yakho.", + "profile.theme_label": "Isimanga Sombala", + "profile.theme_light": "Mningi", + "profile.theme_system": "Izilungiselelo zohlelo", + "profile.update_password": "Vuselela i-Password", + "profile.updating": "Ubuyekezi\u0019", + "queue.active_tasks": "Imisebenzi Esesikhathini", + "queue.auto_refresh_1": "I-auto-refresh njalo", + "queue.auto_refresh_2": "imizuzu", + "queue.col_arguments": "Izizathu", + "queue.col_current_step": "Isinyathelo Samanje", + "queue.col_file": "Ifayela", + "queue.col_files": "Amadokhumenti", + "queue.col_queue": "Umdwebo", + "queue.col_state": "Isimo", + "queue.col_task": "Umsebenzi", + "queue.col_task_id": "Umsebenzi ID", + "queue.files_processing": "Ukwenziwa Kwamafayela", + "queue.heading": "Umphakathi Womdwebo", + "queue.last_updated": "Ok последних обновлений:", + "queue.loading_stats": "Loading queue statistics\n0\u001203…", + "queue.no_active_tasks": "Awekho umsebenzi osebenzayo", + "queue.no_data": "Awekho idatha", + "queue.no_files_processing": "Awekho amafayela okwamanje awenziwayo", + "queue.page_title": "Umphakathi Womdwebo", + "queue.processing_pipeline": "Umgudu Wokucubungula", + "queue.queued_tasks": "Imisebenzi Esemgidini", + "queue.recently_processing": "Amadokhumenti Awenzelwe Muva", + "queue.redis_queues": "I-Redis Queues", + "queue.subtitle": "Ukubuka okwenziwa ngesikhathi sangempela kokucubungula imibhalo kanye nemisebenzi ye-Celery.", + "queue.workers_online": "Abasebenzi Abakwi-Intanethi", + "search.button": "Sesha", + "search.error_message": "Ukusesha akukhona okwamanje. Sicela uzame futhi emaminithini ambalwa.", + "search.filter_aria_clear": "Sula konke ukufakwa", + "search.filter_clear_button": "Sula Izihlungi", + "search.filter_date_from": "Usuku Kusuka", + "search.filter_date_to": "Usuku Kuya", + "search.filter_document_type": "Uhlobo Lwedokhumenti", + "search.filter_document_type_placeholder": "isb. I-invoyisi", + "search.filter_language": "Ulimi", + "search.filter_language_placeholder": "isb. de", + "search.filter_sender": "Umthumeli", + "search.filter_sender_placeholder": "isb. ACME Corp", + "search.filter_tags": "Amathegi", + "search.filter_tags_placeholder": "isb. amazon", + "search.filter_text_quality": "Ikhwalithi Yombhalo", + "search.filter_text_quality_all": "Konke", + "search.filter_text_quality_high": "Phakeme", + "search.filter_text_quality_low": "Phansi", + "search.filter_text_quality_medium": "Phakathi", + "search.filter_text_quality_no_text": "Ayikho imibhalo", + "search.heading": "Ukusesha Kwedokhumenti", + "search.input_aria_label": "Sesha imibhalo", + "search.input_placeholder": "Sesha imibhalo ngokuqukethwe, umthumeli, amathegi, uhlobo...", + "search.loading_indicator": "Sesha\n...", + "search.no_results": "Ayikho imiphumela etholakalayo", + "search.page_title": "Sesha Imibhalo", + "search.placeholder": "Sesha ngegama lefayela, okuqukethwe, amathegi...", + "search.result_empty": "Ayikho imibhalo etholiwe ehambelana nezicelo zakho.", + "search.results_count": "{count} imiphumela etholakalayo", + "search.saved_aria_save": "Gcina ukufuna okwamanje", + "search.saved_button": "Gcina Okwamanje", + "search.saved_empty": "Ayikho imiphumela yokufuna egciniwe okwamanje", + "search.saved_error": "Kwenziwa kube nzima ukulayisha imiphumela yokufuna egciniwe", + "search.saved_label": "Imiphumela Yokufuna Egciniwe", + "search.saved_loading": "Kulayishwa...", + "search.title": "Sesha Imibhalo", + "settings.audit_log_btn": "Ilog Yokuhlola", + "settings.autocomplete_hint": "Thayipha ukuze useshe ama-valu ayaziwa, noma faka isimo esithile.", + "settings.autocomplete_no_matches": "Ayikho imiphumela - ungakathayiphi isimo esithile", + "settings.autocomplete_placeholder": "Thayipha ukuze useshe noma faka isimo\n...", + "settings.boolean_enable_prefix": "Vumela", + "settings.categories_aria": "Izigaba zezilungiselelo", + "settings.categories_heading": "Izigaba", + "settings.db_wizard_btn": "I-Wizard ye-DB", + "settings.effective_value_label": "Inani elisebenzayo:", + "settings.encrypted_suffix": "= ifihliwe lapho iphumulela", + "settings.encrypted_title": "Inani ifihliwe lapho iphumulela ku-database", + "settings.export_btn": "Igcine", + "settings.export_db_only": "Izilungiselelo ze-DB kuphela", + "settings.export_full_config": "I-Config ephelele efanelekayo", + "settings.jump_to_category": "Phendukela esigabeni\n...", + "settings.manage_config_prefix": "Phatha ukwakhiwa. Okubalulekile:", + "settings.model_picker_hint": "Khetha ohlwini noma thayipha igama lesimo esisekelwa umphakeli wakho.", + "settings.model_picker_placeholder": "Khetha imodeli evamile noma thayipha igama elithile\n...", + "settings.no_results_clear": "clear the search", + "settings.no_results_heading": "Ayikho izilungiselelo ezitholiwe", + "settings.no_results_hint": "Zama igama lokusesha elihlukile noma", + "settings.page_heading": "Izilungiselelo Zohlelo Lokusebenza", + "settings.required_label": "(kufanele)", + "settings.reset_confirm": "Uqinisekile ukuthi ufuna ukusetha kabusha lesi silungiselelo?", + "settings.restart_required_suffix": "= isiqalisi siyadingeka", + "settings.revert_btn": "Susa ku-DB", + "settings.revert_title": "Susa ukuhlinzeka kwe-DB bese ubuyela kumphumela wezimo noma kwendlela ejwayelekile", + "settings.reverting": "Ubuyela\n...", + "settings.save_all_btn": "Gcina Zonke Izinguquko", + "settings.save_error": "Ukulondoloza ukusetha kuhlulekile", + "settings.save_setting_title": "Gcina lesi setha", + "settings.save_success": "Ukusetha kugcinwe ngempumelelo", + "settings.saving_state": "Kugcinwa\n...", + "settings.search_aria_label": "Sesha izilungiselelo", + "settings.search_clear_aria": "Sula ukufuna", + "settings.search_placeholder": "Sesha izilungiselelo ngegama, okhiye, noma incazelo\n...", + "settings.settings_count_suffix": "izilungiselelo", + "settings.source_db_badge": "DB", + "settings.source_default_badge": "OKUJWAYELEKILE", + "settings.source_env_badge": "ENV", + "settings.title": "Izilungiselelo", + "settings.toggle_visibility_aria": "Shintsha ukubonakala kwephasiwedi", + "settings.toggle_visibility_title": "Bonisa/fihla inani", + "settings.user_autocomplete_empty": "Ayikho imisebenzi efanayo etholakele", + "settings.user_autocomplete_hint": "Bhala ukuze ufunge abasebenzisi abakhona ngegama, noma faka noma iyiphi isikhombisi ngesandla.", + "settings.user_autocomplete_placeholder": "Qala ukubhala ukuze ufunge abasebenzisi\n...", + "settings.wizard_btn": "Umkhumbuzi", + "shared.col_expiry": "Ukuhlwa", + "shared.col_file_label": "Ifayela / Uphawu", + "shared.col_link": "Uxhumano", + "shared.col_views": "Imibono", + "shared.copy_link_aria": "Copy link to clipboard", + "shared.copy_link_title": "Copy link", + "shared.create_btn": "Dala Uxhumano", + "shared.create_heading": "Dala Uxhumano Olwabelwe Olusha", + "shared.creating": "Kudala\n...", + "shared.expiry_12h": "12 amahora", + "shared.expiry_14d": "14 izinsuku", + "shared.expiry_1h": "1 ihora", + "shared.expiry_24h": "24 amahora (1 ngosuku)", + "shared.expiry_30d": "30 izinsuku", + "shared.expiry_3d": "3 izinsuku", + "shared.expiry_6h": "6 amahora", + "shared.expiry_7d": "7 izinsuku", + "shared.expiry_label": "Ukuhlwa", + "shared.expiry_never": "Ngeke", + "shared.file_id_help_post": "ikhasi noma kwi URL ye-dokument detail.", + "shared.file_id_help_pre": "Thola i-ID yefayela ku", + "shared.file_id_label": "I-ID Yefayela", + "shared.file_id_placeholder": "isb. 42", + "shared.files_link": "Amafayela", + "shared.heading": "Izixhumanisi Ezabelwe", + "shared.label_label": "Imbobo", + "shared.label_placeholder": "isb. Ababelwe noBob", + "shared.link_created": "Isixhumanisi esabelwe senziwe!", + "shared.link_created_help": "Kopisha uthumele lesi sixhumanisi kumamukeli.", + "shared.links_count_aria": "inani lezixhumanisi", + "shared.max_downloads_label": "Ukwehla okukhulu", + "shared.no_links": "Akukho zixhumanisi ezabelwe okwamanje. Dala eyodwa phezulu ukuze uqale.", + "shared.open_in_new_tab": "Vula kuthebhu entsha", + "shared.open_link_aria": "Vula isixhumanisi esabelwe", + "shared.optional": "(ukhetho)", + "shared.page_title": "Izixhumanisi Ezabelwe – DocuElevate", + "shared.password_label": "Iphasiwedi", + "shared.password_placeholder": "Shiya ngempela ukuze ungabi nephasiwedi", + "shared.password_protected": "Iphephile ngephasiwedi", + "shared.refresh_aria": "Buyisela uhlu lwezixhumanisi ezabelwe", + "shared.revoke_aria_prefix": "Vuselela isixhumanisi esabelwe sika", + "shared.revoke_btn": "Vuselela", + "shared.status_active": "Active", + "shared.status_expired": "Kuphelelwe isikhathi", + "shared.status_limit_reached": "Umkhawulo ufikiwe", + "shared.status_revoked": "Khubazekile", + "shared.subtitle": "Yabelana ngamadokhumenti nanoma ubani ngekhasi elinokuhlela isikhathi noma elinokuhluka kokubona. Abatholi abalindeleki ukuba ne-akhawunti ye-DocuElevate. Izixhumanisi zingavikelwa ngephasiwedi futhi zingavuselelwa nganoma yisiphi isikhathi.", + "shared.table_aria": "Izixhumanisi Ezabelwe", + "shared.unlimited_placeholder": "Manga", + "shared.your_links": "Izixhumanisi Zakho Ezabelwe", + "similarity.backfill_auto": "Umsebenzi wangemuva uzowathola ngokuzenzakalelayo njalo ngemizuzu emihlanu, noma ungakwenza", + "similarity.files_missing_text": "ifayela(s) inezwi le-OCR kodwa akukho okuhlanganisiwe okwamanje.", + "similarity.find_pairs_btn": "Thola Amapoka", + "similarity.heading": "Ukufana Kwedokhumenti", + "similarity.load_error": "Kwaphumelela ukungafaki amapoka.", + "similarity.min_similarity_label": "Min. ukufana", + "similarity.no_pairs_detail": "Ayikho amapheya edokhumenti adlula umkhawulo wokufana.", + "similarity.no_pairs_heading": "Akukho amapoka afanayo atholakale", + "similarity.page_title": "Ukufaniswa Kwedokhumenti - DocuElevate", + "similarity.pagination_aria": "Ukufaniswa kwepheyinti yokuphepha", + "similarity.per_page_label": "Ngaphansi kwephepha", + "similarity.scanning": "Scanning for similar document pairs\u0000a", + "similarity.stat_embedding_model": "Imodeli yokufaka", + "similarity.stat_missing_embedding": "Ukufaka okuphuthelwe", + "similarity.stat_total_files": "Amafayela aphelele", + "similarity.stat_with_embedding": "Nge-Embedding", + "similarity.subtitle": "Amakhophi wedokhumenti anokufaniswa okuphezulu kwengqondo, abekwe phambili ngokwesikhawu.", + "similarity.trigger_aria": "Bopha ukubala kokufaka kwemifayela yonke ephuthelwe okuqukethwe", + "similarity.trigger_now": "bopha manje", + "status.app_version": "Inguqulo yesicelo", + "status.build_date": "Usuku Lokwakha", + "status.container_id": "I-ID yeContainer", + "status.git_commit": "Git Commit", + "status.last_check": "Ukuphatha Okugcina", + "status.page_title": "Isimo Sesistimu", + "status.setting_label": "Izilungiselelo", + "status.value_label": "Inani", + "subscription.available_plans_heading": "Iziphakamiso Ezitholakalayo", + "subscription.back_to_dashboard": "Buya ku-Dashboard", + "subscription.cancel_pending": "Khansela ushintsho", + "subscription.cancel_scheduled": "Khansela ushintsho olunikeziwe", + "subscription.contact_sales": "Xhumana Nezohwebo", + "subscription.current_badge": "Okwamanje", + "subscription.current_plan": "Uhlelo Okwamanje", + "subscription.current_plan_cta": "Uhlelo lwakho okwamanje", + "subscription.downgrade_to_prefix": "Thumela phansi ku", + "subscription.features_heading": "Okufakiwe kuhlu lwakho", + "subscription.free": "Mahhala", + "subscription.heading": "Ukubhalisela", + "subscription.keep_plan_prefix": "Gcina", + "subscription.lifetime_files": "Ifayela jikelele (impilo)", + "subscription.month_files": "Amafayela kule nyanga", + "subscription.more_features_label": "okuningi", + "subscription.page_title": "Ukubhalisela kwami \u0013 DocuElevate", + "subscription.pending_badge": "Kulindelwe", + "subscription.pending_benefits": "Uzigcina zonke izinzuzo zeplani okwamanje kuze kube yilapho.", + "subscription.pending_on": "ku", + "subscription.pending_title": "Ushintsho lweplani olukhona", + "subscription.pending_will_change": "Uhlelo lwakho luzoshintsha lube", + "subscription.per_mo": "/nyanga", + "subscription.per_month": "/inyanga", + "subscription.since": "Kusukela", + "subscription.single_user_body": "Izitezi zokubhalisela zisebenza uma imodi yokusebenzisa abaningi ivuliwe. I-interface yakho okwamanje isebenza kwemodi ye-single-user ngaphandle kwemikhawulo yokusebenza. Umphathi angavula imodi yokusebenzisa abaningi nge {settings_link}.", + "subscription.single_user_title": "Imodi yokusebenzisa abaningi ayivuliwe.", + "subscription.subtitle": "Uhlelo lwakho okwamanje, ukusetshenziswa kanye nezibuyekezo ezitholakalayo.", + "subscription.this_month_label": "le nyanga", + "subscription.today_files": "Amafayela namuhla", + "subscription.today_label": "namuhla", + "subscription.unlimited": "Unlimited", + "subscription.upgrade_info": "Izibuyekezo zisebenza ngokushesha. Ukwehliswa kusekelwe ekupheleni kwesikhathi sokubhaliselwa kwamanje.", + "subscription.upgrade_to_prefix": "Thuthukisa ku", + "subscription.usage_heading": "Ukusetshenziswa", + "upload.browse_button": "Bheka Amafayela", + "upload.button_processing": "Processing...", + "upload.camera_button": "Thatha Isithombe / Skena Idokhumenti", + "upload.download_button": "Thwebula nokucubungula", + "upload.downloading": "Thwebula ifayela kusuka ku-URL...", + "upload.drag_drop": "Donsa & phonsa amafayela lapha noma uchofoze ukuze ubheke", + "upload.drop_hint_desktop": "Donsa & phonsa amafayela noma amafolda lapha, noma uchofoze ukuze ukhethe amafayela.", + "upload.drop_hint_mobile": "Cindezela ukuze ukhethe amafayela noma usebenzise inkinobho yekhamera ngezansi.", + "upload.drop_zone_aria": "Indawo yokulayisha ifayela. Donsa naphonsa amafayela lapha, noma ucindezele u-Enter ukuze ubheke amafayela.", + "upload.error": "Ulayisho lwehlulekile", + "upload.error_invalid_url": "Ifomethi ye-URL ayisebenzi", + "upload.error_url_required": "Sicela ufake i-URL", + "upload.file_size_hint": "Usayizi omkhulu: 500 MB ngefayela", + "upload.file_types": "Izinhlobo ezivunyelwe: PDF, imibhalo yeHhovisi (Word, Excel, PowerPoint, njll.), Izithombe", + "upload.filename_description": "Shiya ingenalutho ukuze usebenzise igama lefayela le-URL", + "upload.filename_label": "Igama lefayela (okukhethwayo)", + "upload.filename_placeholder": "my-document.pdf", + "upload.max_size": "Usayizi omkhulu wesifayela: {size}", + "upload.page_title": "Layisha Amafayela", + "upload.section_device": "Layisha Ku-device", + "upload.section_url": "Layisha Kusuka Ku-URL", + "upload.select_file": "Khetha Ifayela", + "upload.success": "Ifayela lingeniswe ngempumelelo", + "upload.title": "Faka Umbhalo", + "upload.uploading": "Lingeniswa...", + "upload.url_description": "Faka isixhumanisi esiqondile sefayela (PDF, imibhalo ye-Office, noma izithombe)", + "upload.url_label": "Ifayela URL", + "upload.url_placeholder": "https://example.com/document.pdf" +} diff --git a/mobile/.eas/workflows/create-builds.yml b/mobile/.eas/workflows/create-builds.yml new file mode 100644 index 00000000..e3cbdff6 --- /dev/null +++ b/mobile/.eas/workflows/create-builds.yml @@ -0,0 +1,29 @@ +name: Create builds + +on: + push: + branches: + - main + +jobs: + build_android: + name: Build Android app + type: build + env: + # Suppress Node.js url.parse() deprecation warnings ([DEP0169]) emitted by + # EAS CLI when running on the build image's system Node 22+. + NODE_NO_WARNINGS: "1" + params: + platform: android + profile: production + + build_ios: + name: Build iOS app + type: build + env: + # Suppress Node.js url.parse() deprecation warnings ([DEP0169]) emitted by + # EAS CLI when running on the build image's system Node 22+. + NODE_NO_WARNINGS: "1" + params: + platform: ios + profile: production diff --git a/mobile/.nvmrc b/mobile/.nvmrc new file mode 100644 index 00000000..f5b3751f --- /dev/null +++ b/mobile/.nvmrc @@ -0,0 +1 @@ +20.19.4 diff --git a/mobile/App.tsx b/mobile/App.tsx index 05d028b6..642e3d00 100644 --- a/mobile/App.tsx +++ b/mobile/App.tsx @@ -1,126 +1,9 @@ /** - * App.tsx – root component for the DocuElevate mobile app. + * App.tsx – legacy root component (not the active entry point). * - * Wraps the entire app in the AuthProvider and renders either the login - * screen (unauthenticated) or the main tab navigator (authenticated). - * Push notification registration is handled by the usePushNotifications hook. + * The app uses expo-router as its entry point ("main": "expo-router/entry" + * in package.json). Routing, authentication, and navigation are all handled + * by the file-based routes in the `app/` directory. + * + * This file is retained for reference only and is not executed at runtime. */ - -import { NavigationContainer } from "@react-navigation/native"; -import { createBottomTabNavigator } from "@react-navigation/bottom-tabs"; -import React from "react"; -import { ActivityIndicator, StyleSheet, Text, View } from "react-native"; -import { SafeAreaProvider } from "react-native-safe-area-context"; -import { AuthProvider, useAuth } from "./src/context/AuthContext"; -import { usePushNotifications } from "./src/hooks/usePushNotifications"; -import FilesScreen from "./src/screens/FilesScreen"; -import LoginScreen from "./src/screens/LoginScreen"; -import ProfileScreen from "./src/screens/ProfileScreen"; -import UploadScreen from "./src/screens/UploadScreen"; - -const Tab = createBottomTabNavigator(); - -function TabNavigator() { - const { isAuthenticated } = useAuth(); - usePushNotifications(isAuthenticated); - - return ( - <Tab.Navigator - screenOptions={{ - tabBarActiveTintColor: "#1e40af", - tabBarInactiveTintColor: "#9ca3af", - tabBarStyle: { - borderTopColor: "#e5e7eb", - backgroundColor: "#ffffff", - }, - headerStyle: { - backgroundColor: "#1e40af", - }, - headerTintColor: "#ffffff", - headerTitleStyle: { - fontWeight: "700", - }, - }} - > - <Tab.Screen - name="Upload" - component={UploadScreen} - options={{ - title: "Upload", - tabBarLabel: "Upload", - tabBarIcon: ({ color }) => ( - <Text style={{ fontSize: 20, color }}>⬆️</Text> - ), - headerTitle: "DocuElevate", - }} - /> - <Tab.Screen - name="Files" - component={FilesScreen} - options={{ - title: "Files", - tabBarLabel: "Files", - tabBarIcon: ({ color }) => ( - <Text style={{ fontSize: 20, color }}>📄</Text> - ), - headerTitle: "My Documents", - }} - /> - <Tab.Screen - name="Profile" - component={ProfileScreen} - options={{ - title: "Profile", - tabBarLabel: "Profile", - tabBarIcon: ({ color }) => ( - <Text style={{ fontSize: 20, color }}>👤</Text> - ), - headerTitle: "Profile", - }} - /> - </Tab.Navigator> - ); -} - -function AppContent() { - const { isLoading, isAuthenticated } = useAuth(); - - if (isLoading) { - return ( - <View style={styles.loading}> - <ActivityIndicator size="large" color="#1e40af" /> - <Text style={styles.loadingText}>Loading…</Text> - </View> - ); - } - - return ( - <NavigationContainer> - {isAuthenticated ? <TabNavigator /> : <LoginScreen />} - </NavigationContainer> - ); -} - -export default function App() { - return ( - <SafeAreaProvider> - <AuthProvider> - <AppContent /> - </AuthProvider> - </SafeAreaProvider> - ); -} - -const styles = StyleSheet.create({ - loading: { - flex: 1, - alignItems: "center", - justifyContent: "center", - backgroundColor: "#f9fafb", - gap: 12, - }, - loadingText: { - color: "#6b7280", - fontSize: 15, - }, -}); diff --git a/mobile/README.md b/mobile/README.md index 45bf2e9a..03ec4b3d 100644 --- a/mobile/README.md +++ b/mobile/README.md @@ -1,6 +1,6 @@ # DocuElevate Mobile App -Native mobile application for DocuElevate, built with **React Native** and **Expo** for both iOS (primary) and Android. +Native mobile application for DocuElevate, built with **React Native** and **Expo** for iOS, Android, and Web. ## Features @@ -11,10 +11,11 @@ Native mobile application for DocuElevate, built with **React Native** and **Exp - 🔔 **Push Notifications** – receive real-time push notifications when documents finish processing (via Expo push notifications) - 📂 **Document List** – browse and search your processed documents - 👤 **Profile** – view account details and sign out +- 🌐 **Web** – run directly in the browser via Expo web (Metro bundler) ## Requirements -- Node.js 18+ +- Node.js 20.19.4+ (use [nvm](https://github.com/nvm-sh/nvm): `nvm use` in this directory) - Expo CLI (`npm install -g @expo/cli`) - Expo Go app on device (for development) **or** Expo Application Services (EAS) for production builds - An Expo account: <https://expo.dev/> @@ -26,11 +27,14 @@ Native mobile application for DocuElevate, built with **React Native** and **Exp cd mobile npm install -# 2. Start the development server -npx expo start +# 2. Start the development server (choose a platform) +npx expo start # interactive menu (iOS / Android / Web) +npx expo start --ios # open directly in iOS Simulator +npx expo start --android # open in Android Emulator +npx expo start --web # open in the browser ``` -Scan the QR code with **Expo Go** on your iOS or Android device. +Scan the QR code with **Expo Go** on your iOS or Android device, or press `w` in the interactive menu to open the web build. ## Building @@ -43,9 +47,6 @@ npm install -g eas-cli # Log in to Expo eas login -# Configure your project (one-time) – updates app.json with the EAS project ID -eas init - # Build for iOS eas build --platform ios @@ -56,7 +57,7 @@ eas build --platform android eas build --platform all ``` -> **After running `eas init`:** update the `extra.eas.projectId` field in `app.json` with the value printed by the command. +> **Note:** The EAS project ID is already configured in `app.json` (`extra.eas.projectId`). You only need to run `eas init` if you are setting up a fork or a brand-new EAS project — in that case, replace the `extra.eas.projectId` value in `app.json` with the ID printed by `eas init`. ### iOS-specific @@ -69,7 +70,12 @@ eas build --platform all ### Android-specific -- Add a `google-services.json` file (from Firebase Console) to the `mobile/` directory for push notification support +- **Android push notifications** require a `google-services.json` file from Firebase Console. This file is intentionally excluded from the repository (`.gitignore`). To enable FCM push notifications in your Android builds: + 1. Create a Firebase project at <https://console.firebase.google.com/> + 2. Add an Android app with the package name `org.docuelevate.mobile` + 3. Download `google-services.json` and place it in the `mobile/` directory + 4. Add `"googleServicesFile": "./google-services.json"` back to the `android` section of `app.json` before building +- The app runs and bundles correctly without `google-services.json`; only Android push notifications will be unavailable - For Play Store submission: create a service account in Google Play Console, download the JSON key as `google-play-service-account.json`, and update `eas.json` ## Configuration @@ -95,23 +101,35 @@ The Expo push token is sent to the backend after login via `POST /api/mobile/reg ``` mobile/ -├── App.tsx # Root component -├── app.json # Expo configuration -├── eas.json # EAS Build configuration +├── app/ # expo-router file-based routes +│ ├── _layout.tsx # Root layout (AuthProvider + auth guard) +│ ├── (auth)/ # Unauthenticated route group +│ │ ├── _layout.tsx # Auth stack (no header) +│ │ ├── index.tsx # Welcome screen +│ │ └── login.tsx # Login screen +│ └── (tabs)/ # Authenticated route group +│ ├── _layout.tsx # Tab navigator (Upload / Files / Profile) +│ ├── index.tsx # Upload tab +│ ├── files.tsx # Files tab +│ └── profile.tsx # Profile tab +├── App.tsx # Legacy file (not the entry point; see app/) +├── app.json # Expo configuration +├── eas.json # EAS Build configuration ├── package.json ├── tsconfig.json └── src/ ├── context/ - │ └── AuthContext.tsx # Authentication state management + │ └── AuthContext.tsx # Authentication state management ├── hooks/ │ └── usePushNotifications.ts # Push notification registration ├── screens/ - │ ├── LoginScreen.tsx # SSO login - │ ├── UploadScreen.tsx # Camera capture + file picker - │ ├── FilesScreen.tsx # Document list - │ └── ProfileScreen.tsx # User profile + sign out + │ ├── WelcomeScreen.tsx # Branded intro / onboarding + │ ├── LoginScreen.tsx # SSO login + │ ├── UploadScreen.tsx # Camera capture + file picker + │ ├── FilesScreen.tsx # Document list + │ └── ProfileScreen.tsx # User profile + sign out └── services/ - └── api.ts # DocuElevate API client + └── api.ts # DocuElevate API client ``` ## Share Extension (iOS) @@ -140,3 +158,44 @@ The mobile app uses the following backend endpoints: | `GET` | `/api/files` | List processed documents | Authentication uses `Authorization: Bearer <api_token>` on all requests. + +## Troubleshooting + +### `Session expired Local session` when running `eas build` + +EAS CLI stores an Apple ID session locally to manage provisioning profiles and code-signing certificates. This session expires after several weeks. + +**Quick fix (local):** Re-authenticate by running: + +```bash +eas credentials +``` + +Select iOS → re-enter your Apple ID credentials when prompted. + +**Recommended (CI / automation):** Switch to an [App Store Connect API Key](https://docs.expo.dev/app-signing/app-credentials/#app-store-connect-api-key) which does not expire automatically and works non-interactively: + +1. Go to [appstoreconnect.apple.com → Users → Integrations → Keys](https://appstoreconnect.apple.com/access/integrations/api) and create a key with *Developer* or *App Manager* role. +2. Download the `.p8` file; note the **Key ID** and **Issuer ID**. +3. Run `eas credentials` → iOS → *Add an App Store Connect API key* and upload the `.p8` file. + +Once an API key is stored in EAS, all future builds (local and CI) will use it automatically without requiring an Apple ID session. + +### `[DEP0169] DeprecationWarning: url.parse()` during build + +```text +(node:XXXXX) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized… +``` + +This is emitted by EAS CLI itself when it runs on **Node.js 22 or later**, which deprecates `url.parse()`. It is a warning only and does not cause build failures on its own. The `eas.json` build profiles already suppress it via `"NODE_NO_WARNINGS": "1"` in their `env` sections. + +To suppress the warning locally, either: + +```bash +# Option A: Run with the warning suppressed +NODE_NO_WARNINGS=1 eas build --platform ios + +# Option B: Switch to the pinned Node version (no warning on Node 20) +nvm use # reads .nvmrc → Node 20.19.4 +eas build --platform ios +``` diff --git a/mobile/app.json b/mobile/app.json index 483d3e76..38c986fb 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -1,70 +1,83 @@ { - "name": "DocuElevate", - "slug": "docuelevate", - "version": "1.0.0", - "orientation": "portrait", - "icon": "./assets/icon.png", - "userInterfaceStyle": "automatic", - "splash": { - "image": "./assets/splash.png", - "resizeMode": "contain", - "backgroundColor": "#1e40af" - }, - "assetBundlePatterns": ["**/*"], - "ios": { - "supportsTablet": true, - "bundleIdentifier": "com.docuelevate.app", - "infoPlist": { - "NSCameraUsageDescription": "DocuElevate uses the camera to capture documents for upload.", - "NSPhotoLibraryUsageDescription": "DocuElevate accesses your photo library to select documents for upload.", - "NSPhotoLibraryAddUsageDescription": "DocuElevate saves scanned documents to your photo library.", - "UIBackgroundModes": ["fetch", "remote-notification"] - }, - "buildNumber": "1" - }, - "android": { - "adaptiveIcon": { - "foregroundImage": "./assets/adaptive-icon.png", + "expo": { + "name": "DocuElevate", + "slug": "docuelevate-mobile", + "version": "1.0.0", + "orientation": "portrait", + "icon": "./assets/icon.png", + "userInterfaceStyle": "automatic", + "splash": { + "image": "./assets/splash.png", + "resizeMode": "contain", "backgroundColor": "#1e40af" }, - "package": "com.docuelevate.app", - "permissions": [ - "CAMERA", - "READ_EXTERNAL_STORAGE", - "WRITE_EXTERNAL_STORAGE", - "RECEIVE_BOOT_COMPLETED", - "VIBRATE" + "assetBundlePatterns": ["**/*"], + "ios": { + "supportsTablet": true, + "bundleIdentifier": "org.docuelevate.mobile", + "appleTeamId": "975U2ZESBM", + "infoPlist": { + "NSCameraUsageDescription": "DocuElevate uses the camera to capture documents for upload.", + "NSPhotoLibraryUsageDescription": "DocuElevate accesses your photo library to select documents for upload.", + "NSPhotoLibraryAddUsageDescription": "DocuElevate saves scanned documents to your photo library.", + "UIBackgroundModes": ["fetch", "remote-notification"], + "ITSAppUsesNonExemptEncryption": false + }, + "buildNumber": "3" + }, + "android": { + "adaptiveIcon": { + "foregroundImage": "./assets/adaptive-icon.png", + "backgroundColor": "#1e40af" + }, + "package": "org.docuelevate.mobile", + "permissions": [ + "CAMERA", + "READ_EXTERNAL_STORAGE", + "WRITE_EXTERNAL_STORAGE", + "RECEIVE_BOOT_COMPLETED", + "VIBRATE" + ], + "versionCode": 1 + }, + "web": { + "favicon": "./assets/favicon.png", + "bundler": "metro", + "output": "single" + }, + "plugins": [ + "expo-router", + [ + "expo-build-properties", + { + "ios": { + "buildReactNativeFromSource": true + } + } + ], + [ + "expo-notifications", + { + "icon": "./assets/notification-icon.png", + "color": "#1e40af", + "sounds": ["./assets/notification-sound.wav"] + } + ], + [ + "expo-camera", + { + "cameraPermission": "DocuElevate uses the camera to capture documents for upload." + } + ], + "expo-document-picker", + "expo-secure-store" ], - "versionCode": 1, - "googleServicesFile": "./google-services.json" - }, - "web": { - "favicon": "./assets/favicon.png" - }, - "plugins": [ - "expo-router", - [ - "expo-notifications", - { - "icon": "./assets/notification-icon.png", - "color": "#1e40af", - "sounds": ["./assets/notification-sound.wav"] + "scheme": "docuelevate", + "owner": "christianlouis", + "extra": { + "eas": { + "projectId": "16925679-cb94-411c-83b5-a62c9addb872" } - ], - [ - "expo-camera", - { - "cameraPermission": "DocuElevate uses the camera to capture documents for upload." - } - ], - "expo-document-picker", - "expo-secure-store", - "expo-sharing" - ], - "scheme": "docuelevate", - "extra": { - "eas": { - "projectId": "YOUR_EAS_PROJECT_ID" } } } diff --git a/mobile/app/(auth)/_layout.tsx b/mobile/app/(auth)/_layout.tsx new file mode 100644 index 00000000..7040faec --- /dev/null +++ b/mobile/app/(auth)/_layout.tsx @@ -0,0 +1,17 @@ +/** + * Layout for the unauthenticated route group: Welcome → Login. + * + * Uses a headerless native stack so the screens animate naturally. + */ + +import { Stack } from "expo-router"; +import React from "react"; + +export default function AuthLayout() { + return ( + <Stack screenOptions={{ headerShown: false }}> + <Stack.Screen name="index" /> + <Stack.Screen name="login" /> + </Stack> + ); +} diff --git a/mobile/app/(auth)/index.tsx b/mobile/app/(auth)/index.tsx new file mode 100644 index 00000000..be80c4c1 --- /dev/null +++ b/mobile/app/(auth)/index.tsx @@ -0,0 +1,4 @@ +/** + * Welcome screen route – first screen shown to unauthenticated users. + */ +export { default } from "../../src/screens/WelcomeScreen"; diff --git a/mobile/app/(auth)/login.tsx b/mobile/app/(auth)/login.tsx new file mode 100644 index 00000000..33382568 --- /dev/null +++ b/mobile/app/(auth)/login.tsx @@ -0,0 +1,4 @@ +/** + * Login screen route – server URL entry and SSO sign-in. + */ +export { default } from "../../src/screens/LoginScreen"; diff --git a/mobile/app/(tabs)/_layout.tsx b/mobile/app/(tabs)/_layout.tsx new file mode 100644 index 00000000..c115f7de --- /dev/null +++ b/mobile/app/(tabs)/_layout.tsx @@ -0,0 +1,72 @@ +/** + * Tab navigator layout for authenticated users. + * + * Registers three tabs: Upload (default), Files, and Profile. + * Push notifications are initialised here so they activate as soon as the + * user enters the authenticated area. + */ + +import { Tabs } from "expo-router"; +import { Ionicons } from "@expo/vector-icons"; +import React from "react"; +import { usePushNotifications } from "../../src/hooks/usePushNotifications"; +import { useAuth } from "../../src/context/AuthContext"; + +export default function TabLayout() { + const { isAuthenticated } = useAuth(); + usePushNotifications(isAuthenticated); + + return ( + <Tabs + screenOptions={{ + tabBarActiveTintColor: "#1e40af", + tabBarInactiveTintColor: "#9ca3af", + tabBarStyle: { + borderTopColor: "#e5e7eb", + backgroundColor: "#ffffff", + }, + headerStyle: { + backgroundColor: "#1e40af", + }, + headerTintColor: "#ffffff", + headerTitleStyle: { + fontWeight: "700", + }, + }} + > + <Tabs.Screen + name="index" + options={{ + title: "Upload", + tabBarLabel: "Upload", + tabBarIcon: ({ color, size }) => ( + <Ionicons name="cloud-upload-outline" size={size} color={color} /> + ), + headerTitle: "DocuElevate", + }} + /> + <Tabs.Screen + name="files" + options={{ + title: "Files", + tabBarLabel: "Files", + tabBarIcon: ({ color, size }) => ( + <Ionicons name="document-text-outline" size={size} color={color} /> + ), + headerTitle: "My Documents", + }} + /> + <Tabs.Screen + name="profile" + options={{ + title: "Profile", + tabBarLabel: "Profile", + tabBarIcon: ({ color, size }) => ( + <Ionicons name="person-circle-outline" size={size} color={color} /> + ), + headerTitle: "Profile", + }} + /> + </Tabs> + ); +} diff --git a/mobile/app/(tabs)/files.tsx b/mobile/app/(tabs)/files.tsx new file mode 100644 index 00000000..c882d1d9 --- /dev/null +++ b/mobile/app/(tabs)/files.tsx @@ -0,0 +1,4 @@ +/** + * Files tab route. + */ +export { default } from "../../src/screens/FilesScreen"; diff --git a/mobile/app/(tabs)/index.tsx b/mobile/app/(tabs)/index.tsx new file mode 100644 index 00000000..741646fe --- /dev/null +++ b/mobile/app/(tabs)/index.tsx @@ -0,0 +1,4 @@ +/** + * Upload tab route (default tab for authenticated users). + */ +export { default } from "../../src/screens/UploadScreen"; diff --git a/mobile/app/(tabs)/profile.tsx b/mobile/app/(tabs)/profile.tsx new file mode 100644 index 00000000..9007d030 --- /dev/null +++ b/mobile/app/(tabs)/profile.tsx @@ -0,0 +1,4 @@ +/** + * Profile tab route. + */ +export { default } from "../../src/screens/ProfileScreen"; diff --git a/mobile/app/_layout.tsx b/mobile/app/_layout.tsx new file mode 100644 index 00000000..2c3e02e8 --- /dev/null +++ b/mobile/app/_layout.tsx @@ -0,0 +1,81 @@ +/** + * Root layout for the DocuElevate mobile app. + * + * Wraps the entire app in AuthProvider and SafeAreaProvider, then uses the + * AuthGuard component to redirect between the unauthenticated (auth) route + * group and the authenticated (tabs) route group based on session state. + */ + +import { Stack, useRouter, useSegments } from "expo-router"; +import React, { useEffect } from "react"; +import { ActivityIndicator, StyleSheet, Text, View } from "react-native"; +import { SafeAreaProvider } from "react-native-safe-area-context"; +import { AuthProvider, useAuth } from "../src/context/AuthContext"; + +// --------------------------------------------------------------------------- +// Auth guard – redirects to the correct route group after auth state resolves +// --------------------------------------------------------------------------- + +function AuthGuard() { + const { isLoading, isAuthenticated } = useAuth(); + const segments = useSegments(); + const router = useRouter(); + + useEffect(() => { + if (isLoading) return; + + const inAuthGroup = segments[0] === "(auth)"; + + if (!isAuthenticated && !inAuthGroup) { + // Unauthenticated visitor outside the auth group → send to welcome + router.replace("/(auth)/"); + } else if (isAuthenticated && inAuthGroup) { + // Authenticated user on auth screens → send to main app + router.replace("/(tabs)/"); + } + }, [isAuthenticated, isLoading, segments, router]); + + if (isLoading) { + return ( + <View style={styles.loading}> + <ActivityIndicator size="large" color="#1e40af" /> + <Text style={styles.loadingText}>Loading…</Text> + </View> + ); + } + + return ( + <Stack screenOptions={{ headerShown: false }}> + <Stack.Screen name="(auth)" /> + <Stack.Screen name="(tabs)" /> + </Stack> + ); +} + +// --------------------------------------------------------------------------- +// Root layout export +// --------------------------------------------------------------------------- + +export default function RootLayout() { + return ( + <SafeAreaProvider> + <AuthProvider> + <AuthGuard /> + </AuthProvider> + </SafeAreaProvider> + ); +} + +const styles = StyleSheet.create({ + loading: { + flex: 1, + alignItems: "center", + justifyContent: "center", + backgroundColor: "#f9fafb", + gap: 12, + }, + loadingText: { + color: "#6b7280", + fontSize: 15, + }, +}); diff --git a/mobile/assets/adaptive-icon.png b/mobile/assets/adaptive-icon.png new file mode 100644 index 00000000..c6b980d1 Binary files /dev/null and b/mobile/assets/adaptive-icon.png differ diff --git a/mobile/assets/favicon.png b/mobile/assets/favicon.png new file mode 100644 index 00000000..72fb4fcb Binary files /dev/null and b/mobile/assets/favicon.png differ diff --git a/mobile/assets/icon.png b/mobile/assets/icon.png new file mode 100644 index 00000000..f56f42d0 Binary files /dev/null and b/mobile/assets/icon.png differ diff --git a/mobile/assets/logo.png b/mobile/assets/logo.png new file mode 100644 index 00000000..10618d80 Binary files /dev/null and b/mobile/assets/logo.png differ diff --git a/mobile/assets/notification-icon.png b/mobile/assets/notification-icon.png new file mode 100644 index 00000000..309c1bfa Binary files /dev/null and b/mobile/assets/notification-icon.png differ diff --git a/mobile/assets/notification-sound.wav b/mobile/assets/notification-sound.wav new file mode 100644 index 00000000..9e3dff10 Binary files /dev/null and b/mobile/assets/notification-sound.wav differ diff --git a/mobile/assets/splash.png b/mobile/assets/splash.png new file mode 100644 index 00000000..f49af679 Binary files /dev/null and b/mobile/assets/splash.png differ diff --git a/mobile/eas.json b/mobile/eas.json index 7917081e..8633ced0 100644 --- a/mobile/eas.json +++ b/mobile/eas.json @@ -1,28 +1,48 @@ { "cli": { - "version": ">= 5.9.0" + "version": ">= 5.9.0", + "appVersionSource": "local" }, "build": { "development": { "developmentClient": true, - "distribution": "internal" + "distribution": "internal", + "node": "20.19.4", + "env": { + "NODE_NO_WARNINGS": "1" + }, + "ios": { + "image": "macos-sequoia-15.5-xcode-26.0" + } }, "preview": { "distribution": "internal", + "node": "20.19.4", + "env": { + "NODE_NO_WARNINGS": "1" + }, "ios": { - "simulator": false + "simulator": false, + "image": "macos-sequoia-15.5-xcode-26.0" } }, "production": { - "autoIncrement": true + "autoIncrement": true, + "node": "20.19.4", + "env": { + "NODE_NO_WARNINGS": "1" + }, + "ios": { + "image": "macos-sequoia-15.5-xcode-26.0" + } } }, "submit": { "production": { "ios": { - "appleId": "YOUR_APPLE_ID", - "ascAppId": "YOUR_APP_STORE_CONNECT_APP_ID", - "appleTeamId": "YOUR_APPLE_TEAM_ID" + "appleId": "christianlouis@gmail.com", + "ascAppId": "6760611200", + "appleTeamId": "975U2ZESBM" }, "android": { "serviceAccountKeyPath": "./google-play-service-account.json", diff --git a/mobile/package-lock.json b/mobile/package-lock.json new file mode 100644 index 00000000..17722c74 --- /dev/null +++ b/mobile/package-lock.json @@ -0,0 +1,13431 @@ +{ + "name": "docuelevate-mobile", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "docuelevate-mobile", + "version": "1.0.0", + "dependencies": { + "@expo/vector-icons": "^15.0.3", + "@react-native-async-storage/async-storage": "2.2.0", + "@react-navigation/bottom-tabs": "^7.4.0", + "@react-navigation/native": "^7.1.8", + "@react-navigation/native-stack": "^7.2.0", + "expo": "~54.0.0", + "expo-auth-session": "~7.0.10", + "expo-build-properties": "~1.0.10", + "expo-camera": "~17.0.10", + "expo-constants": "~18.0.13", + "expo-crypto": "~15.0.8", + "expo-dev-client": "~6.0.20", + "expo-device": "~7.0.3", + "expo-document-picker": "~14.0.8", + "expo-file-system": "~19.0.21", + "expo-font": "~14.0.0", + "expo-image-manipulator": "~14.0.8", + "expo-image-picker": "~17.0.10", + "expo-linking": "~8.0.11", + "expo-notifications": "~0.32.16", + "expo-router": "~6.0.23", + "expo-secure-store": "~15.0.8", + "expo-sharing": "~14.0.8", + "expo-splash-screen": "~31.0.13", + "expo-status-bar": "~3.0.9", + "expo-web-browser": "~15.0.10", + "react": "19.1.0", + "react-dom": "19.1.0", + "react-native": "0.81.5", + "react-native-safe-area-context": "5.6.0", + "react-native-screens": "4.16.0", + "react-native-web": "~0.20.0" + }, + "devDependencies": { + "@babel/core": "^7.24.0", + "@types/react": "~19.1.0", + "eslint": "^8.57.0", + "eslint-config-expo": "~10.0.0", + "typescript": "^5.3.0" + }, + "engines": { + "node": ">=20.19.4" + } + }, + "node_modules/@0no-co/graphql.web": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@0no-co/graphql.web/-/graphql.web-1.2.0.tgz", + "integrity": "sha512-/1iHy9TTr63gE1YcR5idjx8UREz1s0kFhydf3bBLCXyqjhkIc6igAzTOx3zPifCwFR87tsh/4Pa9cNts6d2otw==", + "license": "MIT", + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + }, + "peerDependenciesMeta": { + "graphql": { + "optional": true + } + } + }, + "node_modules/@babel/code-frame": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", + "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==", + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.28.5", + "js-tokens": "^4.0.0", + "picocolors": "^1.1.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz", + "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz", + "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.29.0", + "@babel/generator": "^7.29.0", + "@babel/helper-compilation-targets": "^7.28.6", + "@babel/helper-module-transforms": "^7.28.6", + "@babel/helpers": "^7.28.6", + "@babel/parser": "^7.29.0", + "@babel/template": "^7.28.6", + "@babel/traverse": "^7.29.0", + "@babel/types": "^7.29.0", + "@jridgewell/remapping": "^2.3.5", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/generator": { + "version": "7.29.1", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz", + "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.29.0", + "@babel/types": "^7.29.0", + "@jridgewell/gen-mapping": "^0.3.12", + "@jridgewell/trace-mapping": "^0.3.28", + "jsesc": "^3.0.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-annotate-as-pure": { + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", + "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.27.3" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz", + "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==", + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.28.6", + "@babel/helper-validator-option": "^7.27.1", + "browserslist": "^4.24.0", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-create-class-features-plugin": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz", + "integrity": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==", + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.27.3", + "@babel/helper-member-expression-to-functions": "^7.28.5", + "@babel/helper-optimise-call-expression": "^7.27.1", + "@babel/helper-replace-supers": "^7.28.6", + "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", + "@babel/traverse": "^7.28.6", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz", + "integrity": "sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==", + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.27.3", + "regexpu-core": "^6.3.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.6.7", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.7.tgz", + "integrity": "sha512-6Fqi8MtQ/PweQ9xvux65emkLQ83uB+qAVtfHkC9UodyHMIZdxNI01HjLCLUtybElp2KY2XNE0nOgyP1E1vXw9w==", + "license": "MIT", + "dependencies": { + "@babel/helper-compilation-targets": "^7.28.6", + "@babel/helper-plugin-utils": "^7.28.6", + "debug": "^4.4.3", + "lodash.debounce": "^4.0.8", + "resolve": "^1.22.11" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@babel/helper-globals": { + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", + "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz", + "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==", + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.28.5", + "@babel/types": "^7.28.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz", + "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==", + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.28.6", + "@babel/types": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz", + "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==", + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.28.6", + "@babel/helper-validator-identifier": "^7.28.5", + "@babel/traverse": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-optimise-call-expression": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz", + "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz", + "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz", + "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==", + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.27.1", + "@babel/helper-wrap-function": "^7.27.1", + "@babel/traverse": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-replace-supers": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz", + "integrity": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==", + "license": "MIT", + "dependencies": { + "@babel/helper-member-expression-to-functions": "^7.28.5", + "@babel/helper-optimise-call-expression": "^7.27.1", + "@babel/traverse": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz", + "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==", + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.27.1", + "@babel/types": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", + "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", + "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", + "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-wrap-function": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.6.tgz", + "integrity": "sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ==", + "license": "MIT", + "dependencies": { + "@babel/template": "^7.28.6", + "@babel/traverse": "^7.28.6", + "@babel/types": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz", + "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==", + "license": "MIT", + "dependencies": { + "@babel/template": "^7.28.6", + "@babel/types": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.9.tgz", + "integrity": "sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==", + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.25.9", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@babel/highlight/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "license": "MIT" + }, + "node_modules/@babel/highlight/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/@babel/highlight/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/parser": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz", + "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.29.0" + }, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-proposal-decorators": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.29.0.tgz", + "integrity": "sha512-CVBVv3VY/XRMxRYq5dwr2DS7/MvqPm23cOCjbwNnVrfOqcWlnefua1uUs0sjdKOGjvPUG633o07uWzJq4oI6dA==", + "license": "MIT", + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.28.6", + "@babel/helper-plugin-utils": "^7.28.6", + "@babel/plugin-syntax-decorators": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-export-default-from": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.27.1.tgz", + "integrity": "sha512-hjlsMBl1aJc5lp8MoCDEZCiYzlgdRAShOjAfRw6X+GlpLpUPU7c3XNLsKFZbQk/1cRzBlJ7CXg3xJAJMrFa1Uw==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-bigint": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", + "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.12.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-decorators": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.28.6.tgz", + "integrity": "sha512-71EYI0ONURHJBL4rSFXnITXqXrrY8q4P0q006DPfN+Rk+ASM+++IBXem/ruokgBZR8YNEWZ8R6B+rCb8VcUTqA==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-export-default-from": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.28.6.tgz", + "integrity": "sha512-Svlx1fjJFnNz0LZeUaybRukSxZI3KkpApUmIRzEdXC5k8ErTOz0OD0kNrICi5Vc3GlpP5ZCeRyRO+mfWTSz+iQ==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-flow": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.28.6.tgz", + "integrity": "sha512-D+OrJumc9McXNEBI/JmFnc/0uCM2/Y3PEBG3gfV3QIYkKv5pvnpzFrl1kYCrcHJP8nOeFB/SHi1IHz29pNGuew==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-attributes": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.28.6.tgz", + "integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-jsx": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz", + "integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-typescript": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz", + "integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-arrow-functions": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz", + "integrity": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-generator-functions": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.29.0.tgz", + "integrity": "sha512-va0VdWro4zlBr2JsXC+ofCPB2iG12wPtVGTWFx2WLDOM3nYQZZIGP82qku2eW/JR83sD+k2k+CsNtyEbUqhU6w==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6", + "@babel/helper-remap-async-to-generator": "^7.27.1", + "@babel/traverse": "^7.29.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.28.6.tgz", + "integrity": "sha512-ilTRcmbuXjsMmcZ3HASTe4caH5Tpo93PkTxF9oG2VZsSWsahydmcEHhix9Ik122RcTnZnUzPbmux4wh1swfv7g==", + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.28.6", + "@babel/helper-plugin-utils": "^7.28.6", + "@babel/helper-remap-async-to-generator": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoping": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.6.tgz", + "integrity": "sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-class-properties": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.28.6.tgz", + "integrity": "sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==", + "license": "MIT", + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.28.6", + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-class-static-block": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.6.tgz", + "integrity": "sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ==", + "license": "MIT", + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.28.6", + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0" + } + }, + "node_modules/@babel/plugin-transform-classes": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.6.tgz", + "integrity": "sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q==", + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.27.3", + "@babel/helper-compilation-targets": "^7.28.6", + "@babel/helper-globals": "^7.28.0", + "@babel/helper-plugin-utils": "^7.28.6", + "@babel/helper-replace-supers": "^7.28.6", + "@babel/traverse": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-computed-properties": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.28.6.tgz", + "integrity": "sha512-bcc3k0ijhHbc2lEfpFHgx7eYw9KNXqOerKWfzbxEHUGKnS3sz9C4CNL9OiFN1297bDNfUiSO7DaLzbvHQQQ1BQ==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6", + "@babel/template": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-destructuring": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz", + "integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/traverse": "^7.28.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-export-namespace-from": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz", + "integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-flow-strip-types": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.27.1.tgz", + "integrity": "sha512-G5eDKsu50udECw7DL2AcsysXiQyB7Nfg521t2OAJ4tbfTJ27doHLeF/vlI1NZGlLdbb/v+ibvtL1YBQqYOwJGg==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/plugin-syntax-flow": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-for-of": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz", + "integrity": "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-function-name": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz", + "integrity": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==", + "license": "MIT", + "dependencies": { + "@babel/helper-compilation-targets": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/traverse": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-literals": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz", + "integrity": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-logical-assignment-operators": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.6.tgz", + "integrity": "sha512-+anKKair6gpi8VsM/95kmomGNMD0eLz1NQ8+Pfw5sAwWH9fGYXT50E55ZpV0pHUHWf6IUTWPM+f/7AAff+wr9A==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-commonjs": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.28.6.tgz", + "integrity": "sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA==", + "license": "MIT", + "dependencies": { + "@babel/helper-module-transforms": "^7.28.6", + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.29.0.tgz", + "integrity": "sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ==", + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.28.5", + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.28.6.tgz", + "integrity": "sha512-3wKbRgmzYbw24mDJXT7N+ADXw8BC/imU9yo9c9X9NKaLF1fW+e5H1U5QjMUBe4Qo4Ox/o++IyUkl1sVCLgevKg==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-numeric-separator": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.28.6.tgz", + "integrity": "sha512-SJR8hPynj8outz+SlStQSwvziMN4+Bq99it4tMIf5/Caq+3iOc0JtKyse8puvyXkk3eFRIA5ID/XfunGgO5i6w==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-rest-spread": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.6.tgz", + "integrity": "sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA==", + "license": "MIT", + "dependencies": { + "@babel/helper-compilation-targets": "^7.28.6", + "@babel/helper-plugin-utils": "^7.28.6", + "@babel/plugin-transform-destructuring": "^7.28.5", + "@babel/plugin-transform-parameters": "^7.27.7", + "@babel/traverse": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-optional-catch-binding": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.28.6.tgz", + "integrity": "sha512-R8ja/Pyrv0OGAvAXQhSTmWyPJPml+0TMqXlO5w+AsMEiwb2fg3WkOvob7UxFSL3OIttFSGSRFKQsOhJ/X6HQdQ==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-optional-chaining": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.6.tgz", + "integrity": "sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6", + "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-parameters": { + "version": "7.27.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz", + "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-methods": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.28.6.tgz", + "integrity": "sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg==", + "license": "MIT", + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.28.6", + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-property-in-object": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.28.6.tgz", + "integrity": "sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA==", + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.27.3", + "@babel/helper-create-class-features-plugin": "^7.28.6", + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-display-name": { + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.28.0.tgz", + "integrity": "sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.28.6.tgz", + "integrity": "sha512-61bxqhiRfAACulXSLd/GxqmAedUSrRZIu/cbaT18T1CetkTmtDN15it7i80ru4DVqRK1WMxQhXs+Lf9kajm5Ow==", + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.27.3", + "@babel/helper-module-imports": "^7.28.6", + "@babel/helper-plugin-utils": "^7.28.6", + "@babel/plugin-syntax-jsx": "^7.28.6", + "@babel/types": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx-development": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.27.1.tgz", + "integrity": "sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==", + "license": "MIT", + "dependencies": { + "@babel/plugin-transform-react-jsx": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx-self": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz", + "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx-source": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz", + "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-pure-annotations": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.27.1.tgz", + "integrity": "sha512-JfuinvDOsD9FVMTHpzA/pBLisxpv1aSf+OIV8lgH3MuWrks19R27e6a6DipIg4aX1Zm9Wpb04p8wljfKrVSnPA==", + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-regenerator": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.29.0.tgz", + "integrity": "sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-runtime": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.29.0.tgz", + "integrity": "sha512-jlaRT5dJtMaMCV6fAuLbsQMSwz/QkvaHOHOSXRitGGwSpR1blCY4KUKoyP2tYO8vJcqYe8cEj96cqSztv3uF9w==", + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.28.6", + "@babel/helper-plugin-utils": "^7.28.6", + "babel-plugin-polyfill-corejs2": "^0.4.14", + "babel-plugin-polyfill-corejs3": "^0.13.0", + "babel-plugin-polyfill-regenerator": "^0.6.5", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-shorthand-properties": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz", + "integrity": "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-spread": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.28.6.tgz", + "integrity": "sha512-9U4QObUC0FtJl05AsUcodau/RWDytrU6uKgkxu09mLR9HLDAtUMoPuuskm5huQsoktmsYpI+bGmq+iapDcriKA==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6", + "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-sticky-regex": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz", + "integrity": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typescript": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.6.tgz", + "integrity": "sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==", + "license": "MIT", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.27.3", + "@babel/helper-create-class-features-plugin": "^7.28.6", + "@babel/helper-plugin-utils": "^7.28.6", + "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", + "@babel/plugin-syntax-typescript": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-regex": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz", + "integrity": "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==", + "license": "MIT", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-react": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.28.5.tgz", + "integrity": "sha512-Z3J8vhRq7CeLjdC58jLv4lnZ5RKFUJWqH5emvxmv9Hv3BD1T9R/Im713R4MTKwvFaV74ejZ3sM01LyEKk4ugNQ==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/helper-validator-option": "^7.27.1", + "@babel/plugin-transform-react-display-name": "^7.28.0", + "@babel/plugin-transform-react-jsx": "^7.27.1", + "@babel/plugin-transform-react-jsx-development": "^7.27.1", + "@babel/plugin-transform-react-pure-annotations": "^7.27.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-typescript": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz", + "integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==", + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/helper-validator-option": "^7.27.1", + "@babel/plugin-syntax-jsx": "^7.27.1", + "@babel/plugin-transform-modules-commonjs": "^7.27.1", + "@babel/plugin-transform-typescript": "^7.28.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz", + "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz", + "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.28.6", + "@babel/parser": "^7.28.6", + "@babel/types": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz", + "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.29.0", + "@babel/generator": "^7.29.0", + "@babel/helper-globals": "^7.28.0", + "@babel/parser": "^7.29.0", + "@babel/template": "^7.28.6", + "@babel/types": "^7.29.0", + "debug": "^4.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse--for-generate-function-map": { + "name": "@babel/traverse", + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz", + "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.29.0", + "@babel/generator": "^7.29.0", + "@babel/helper-globals": "^7.28.0", + "@babel/parser": "^7.29.0", + "@babel/template": "^7.28.6", + "@babel/types": "^7.29.0", + "debug": "^4.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz", + "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==", + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^7.27.1", + "@babel/helper-validator-identifier": "^7.28.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@emnapi/core": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.0.tgz", + "integrity": "sha512-0DQ98G9ZQZOxfUcQn1waV2yS8aWdZ6kJMbYCJB3oUBecjWYO1fqJ+a1DRfPF3O5JEkwqwP1A9QEN/9mYm2Yd0w==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.0", + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/runtime": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.0.tgz", + "integrity": "sha512-QN75eB0IH2ywSpRpNddCRfQIhmJYBCJ1x5Lb3IscKAL8bMnVAKnRg8dCoXbHzVLLH7P38N2Z3mtulB7W0J0FKw==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/wasi-threads": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.0.tgz", + "integrity": "sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz", + "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "eslint-visitor-keys": "^3.4.3" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, + "node_modules/@eslint-community/regexpp": { + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", + "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + } + }, + "node_modules/@eslint/config-array": { + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz", + "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/object-schema": "^2.1.7", + "debug": "^4.3.1", + "minimatch": "^3.1.5" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/config-helpers": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", + "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^0.17.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/core": { + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz", + "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/eslintrc": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.6.0", + "globals": "^13.19.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint/js": { + "version": "8.57.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz", + "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@eslint/object-schema": { + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz", + "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/plugin-kit": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz", + "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^0.17.0", + "levn": "^0.4.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@expo/cli": { + "version": "54.0.23", + "resolved": "https://registry.npmjs.org/@expo/cli/-/cli-54.0.23.tgz", + "integrity": "sha512-km0h72SFfQCmVycH/JtPFTVy69w6Lx1cHNDmfLfQqgKFYeeHTjx7LVDP4POHCtNxFP2UeRazrygJhlh4zz498g==", + "license": "MIT", + "dependencies": { + "@0no-co/graphql.web": "^1.0.8", + "@expo/code-signing-certificates": "^0.0.6", + "@expo/config": "~12.0.13", + "@expo/config-plugins": "~54.0.4", + "@expo/devcert": "^1.2.1", + "@expo/env": "~2.0.8", + "@expo/image-utils": "^0.8.8", + "@expo/json-file": "^10.0.8", + "@expo/metro": "~54.2.0", + "@expo/metro-config": "~54.0.14", + "@expo/osascript": "^2.3.8", + "@expo/package-manager": "^1.9.10", + "@expo/plist": "^0.4.8", + "@expo/prebuild-config": "^54.0.8", + "@expo/schema-utils": "^0.1.8", + "@expo/spawn-async": "^1.7.2", + "@expo/ws-tunnel": "^1.0.1", + "@expo/xcpretty": "^4.3.0", + "@react-native/dev-middleware": "0.81.5", + "@urql/core": "^5.0.6", + "@urql/exchange-retry": "^1.3.0", + "accepts": "^1.3.8", + "arg": "^5.0.2", + "better-opn": "~3.0.2", + "bplist-creator": "0.1.0", + "bplist-parser": "^0.3.1", + "chalk": "^4.0.0", + "ci-info": "^3.3.0", + "compression": "^1.7.4", + "connect": "^3.7.0", + "debug": "^4.3.4", + "env-editor": "^0.4.1", + "expo-server": "^1.0.5", + "freeport-async": "^2.0.0", + "getenv": "^2.0.0", + "glob": "^13.0.0", + "lan-network": "^0.1.6", + "minimatch": "^9.0.0", + "node-forge": "^1.3.3", + "npm-package-arg": "^11.0.0", + "ora": "^3.4.0", + "picomatch": "^3.0.1", + "pretty-bytes": "^5.6.0", + "pretty-format": "^29.7.0", + "progress": "^2.0.3", + "prompts": "^2.3.2", + "qrcode-terminal": "0.11.0", + "require-from-string": "^2.0.2", + "requireg": "^0.2.2", + "resolve": "^1.22.2", + "resolve-from": "^5.0.0", + "resolve.exports": "^2.0.3", + "semver": "^7.6.0", + "send": "^0.19.0", + "slugify": "^1.3.4", + "source-map-support": "~0.5.21", + "stacktrace-parser": "^0.1.10", + "structured-headers": "^0.4.1", + "tar": "^7.5.2", + "terminal-link": "^2.1.1", + "undici": "^6.18.2", + "wrap-ansi": "^7.0.0", + "ws": "^8.12.1" + }, + "bin": { + "expo-internal": "build/bin/cli" + }, + "peerDependencies": { + "expo": "*", + "expo-router": "*", + "react-native": "*" + }, + "peerDependenciesMeta": { + "expo-router": { + "optional": true + }, + "react-native": { + "optional": true + } + } + }, + "node_modules/@expo/cli/node_modules/brace-expansion": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@expo/cli/node_modules/minimatch": { + "version": "9.0.9", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz", + "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==", + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.2" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@expo/cli/node_modules/semver": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@expo/code-signing-certificates": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@expo/code-signing-certificates/-/code-signing-certificates-0.0.6.tgz", + "integrity": "sha512-iNe0puxwBNEcuua9gmTGzq+SuMDa0iATai1FlFTMHJ/vUmKvN/V//drXoLJkVb5i5H3iE/n/qIJxyoBnXouD0w==", + "license": "MIT", + "dependencies": { + "node-forge": "^1.3.3" + } + }, + "node_modules/@expo/config": { + "version": "12.0.13", + "resolved": "https://registry.npmjs.org/@expo/config/-/config-12.0.13.tgz", + "integrity": "sha512-Cu52arBa4vSaupIWsF0h7F/Cg//N374nYb7HAxV0I4KceKA7x2UXpYaHOL7EEYYvp7tZdThBjvGpVmr8ScIvaQ==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "~7.10.4", + "@expo/config-plugins": "~54.0.4", + "@expo/config-types": "^54.0.10", + "@expo/json-file": "^10.0.8", + "deepmerge": "^4.3.1", + "getenv": "^2.0.0", + "glob": "^13.0.0", + "require-from-string": "^2.0.2", + "resolve-from": "^5.0.0", + "resolve-workspace-root": "^2.0.0", + "semver": "^7.6.0", + "slugify": "^1.3.4", + "sucrase": "~3.35.1" + } + }, + "node_modules/@expo/config-plugins": { + "version": "54.0.4", + "resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-54.0.4.tgz", + "integrity": "sha512-g2yXGICdoOw5i3LkQSDxl2Q5AlQCrG7oniu0pCPPO+UxGb7He4AFqSvPSy8HpRUj55io17hT62FTjYRD+d6j3Q==", + "license": "MIT", + "dependencies": { + "@expo/config-types": "^54.0.10", + "@expo/json-file": "~10.0.8", + "@expo/plist": "^0.4.8", + "@expo/sdk-runtime-versions": "^1.0.0", + "chalk": "^4.1.2", + "debug": "^4.3.5", + "getenv": "^2.0.0", + "glob": "^13.0.0", + "resolve-from": "^5.0.0", + "semver": "^7.5.4", + "slash": "^3.0.0", + "slugify": "^1.6.6", + "xcode": "^3.0.1", + "xml2js": "0.6.0" + } + }, + "node_modules/@expo/config-plugins/node_modules/semver": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@expo/config-types": { + "version": "54.0.10", + "resolved": "https://registry.npmjs.org/@expo/config-types/-/config-types-54.0.10.tgz", + "integrity": "sha512-/J16SC2an1LdtCZ67xhSkGXpALYUVUNyZws7v+PVsFZxClYehDSoKLqyRaGkpHlYrCc08bS0RF5E0JV6g50psA==", + "license": "MIT" + }, + "node_modules/@expo/config/node_modules/@babel/code-frame": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", + "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "license": "MIT", + "dependencies": { + "@babel/highlight": "^7.10.4" + } + }, + "node_modules/@expo/config/node_modules/semver": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@expo/devcert": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@expo/devcert/-/devcert-1.2.1.tgz", + "integrity": "sha512-qC4eaxmKMTmJC2ahwyui6ud8f3W60Ss7pMkpBq40Hu3zyiAaugPXnZ24145U7K36qO9UHdZUVxsCvIpz2RYYCA==", + "license": "MIT", + "dependencies": { + "@expo/sudo-prompt": "^9.3.1", + "debug": "^3.1.0" + } + }, + "node_modules/@expo/devcert/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/@expo/devtools": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/@expo/devtools/-/devtools-0.1.8.tgz", + "integrity": "sha512-SVLxbuanDjJPgc0sy3EfXUMLb/tXzp6XIHkhtPVmTWJAp+FOr6+5SeiCfJrCzZFet0Ifyke2vX3sFcKwEvCXwQ==", + "license": "MIT", + "dependencies": { + "chalk": "^4.1.2" + }, + "peerDependencies": { + "react": "*", + "react-native": "*" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + }, + "react-native": { + "optional": true + } + } + }, + "node_modules/@expo/env": { + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/@expo/env/-/env-2.0.11.tgz", + "integrity": "sha512-xV+ps6YCW7XIPVUwFVCRN2nox09dnRwy8uIjwHWTODu0zFw4kp4omnVkl0OOjuu2XOe7tdgAHxikrkJt9xB/7Q==", + "license": "MIT", + "dependencies": { + "chalk": "^4.0.0", + "debug": "^4.3.4", + "dotenv": "~16.4.5", + "dotenv-expand": "~11.0.6", + "getenv": "^2.0.0" + } + }, + "node_modules/@expo/fingerprint": { + "version": "0.15.4", + "resolved": "https://registry.npmjs.org/@expo/fingerprint/-/fingerprint-0.15.4.tgz", + "integrity": "sha512-eYlxcrGdR2/j2M6pEDXo9zU9KXXF1vhP+V+Tl+lyY+bU8lnzrN6c637mz6Ye3em2ANy8hhUR03Raf8VsT9Ogng==", + "license": "MIT", + "dependencies": { + "@expo/spawn-async": "^1.7.2", + "arg": "^5.0.2", + "chalk": "^4.1.2", + "debug": "^4.3.4", + "getenv": "^2.0.0", + "glob": "^13.0.0", + "ignore": "^5.3.1", + "minimatch": "^9.0.0", + "p-limit": "^3.1.0", + "resolve-from": "^5.0.0", + "semver": "^7.6.0" + }, + "bin": { + "fingerprint": "bin/cli.js" + } + }, + "node_modules/@expo/fingerprint/node_modules/brace-expansion": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@expo/fingerprint/node_modules/minimatch": { + "version": "9.0.9", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz", + "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==", + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.2" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@expo/fingerprint/node_modules/semver": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@expo/image-utils": { + "version": "0.8.12", + "resolved": "https://registry.npmjs.org/@expo/image-utils/-/image-utils-0.8.12.tgz", + "integrity": "sha512-3KguH7kyKqq7pNwLb9j6BBdD/bjmNwXZG/HPWT6GWIXbwrvAJt2JNyYTP5agWJ8jbbuys1yuCzmkX+TU6rmI7A==", + "license": "MIT", + "dependencies": { + "@expo/spawn-async": "^1.7.2", + "chalk": "^4.0.0", + "getenv": "^2.0.0", + "jimp-compact": "0.16.1", + "parse-png": "^2.1.0", + "resolve-from": "^5.0.0", + "semver": "^7.6.0" + } + }, + "node_modules/@expo/image-utils/node_modules/semver": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@expo/json-file": { + "version": "10.0.12", + "resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-10.0.12.tgz", + "integrity": "sha512-inbDycp1rMAelAofg7h/mMzIe+Owx6F7pur3XdQ3EPTy00tme+4P6FWgHKUcjN8dBSrnbRNpSyh5/shzHyVCyQ==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.20.0", + "json5": "^2.2.3" + } + }, + "node_modules/@expo/metro": { + "version": "54.2.0", + "resolved": "https://registry.npmjs.org/@expo/metro/-/metro-54.2.0.tgz", + "integrity": "sha512-h68TNZPGsk6swMmLm9nRSnE2UXm48rWwgcbtAHVMikXvbxdS41NDHHeqg1rcQ9AbznDRp6SQVC2MVpDnsRKU1w==", + "license": "MIT", + "dependencies": { + "metro": "0.83.3", + "metro-babel-transformer": "0.83.3", + "metro-cache": "0.83.3", + "metro-cache-key": "0.83.3", + "metro-config": "0.83.3", + "metro-core": "0.83.3", + "metro-file-map": "0.83.3", + "metro-minify-terser": "0.83.3", + "metro-resolver": "0.83.3", + "metro-runtime": "0.83.3", + "metro-source-map": "0.83.3", + "metro-symbolicate": "0.83.3", + "metro-transform-plugins": "0.83.3", + "metro-transform-worker": "0.83.3" + } + }, + "node_modules/@expo/metro-config": { + "version": "54.0.14", + "resolved": "https://registry.npmjs.org/@expo/metro-config/-/metro-config-54.0.14.tgz", + "integrity": "sha512-hxpLyDfOR4L23tJ9W1IbJJsG7k4lv2sotohBm/kTYyiG+pe1SYCAWsRmgk+H42o/wWf/HQjE5k45S5TomGLxNA==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.20.0", + "@babel/core": "^7.20.0", + "@babel/generator": "^7.20.5", + "@expo/config": "~12.0.13", + "@expo/env": "~2.0.8", + "@expo/json-file": "~10.0.8", + "@expo/metro": "~54.2.0", + "@expo/spawn-async": "^1.7.2", + "browserslist": "^4.25.0", + "chalk": "^4.1.0", + "debug": "^4.3.2", + "dotenv": "~16.4.5", + "dotenv-expand": "~11.0.6", + "getenv": "^2.0.0", + "glob": "^13.0.0", + "hermes-parser": "^0.29.1", + "jsc-safe-url": "^0.2.4", + "lightningcss": "^1.30.1", + "minimatch": "^9.0.0", + "postcss": "~8.4.32", + "resolve-from": "^5.0.0" + }, + "peerDependencies": { + "expo": "*" + }, + "peerDependenciesMeta": { + "expo": { + "optional": true + } + } + }, + "node_modules/@expo/metro-config/node_modules/brace-expansion": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@expo/metro-config/node_modules/minimatch": { + "version": "9.0.9", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz", + "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==", + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.2" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@expo/metro-runtime": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@expo/metro-runtime/-/metro-runtime-6.1.2.tgz", + "integrity": "sha512-nvM+Qv45QH7pmYvP8JB1G8JpScrWND3KrMA6ZKe62cwwNiX/BjHU28Ear0v/4bQWXlOY0mv6B8CDIm8JxXde9g==", + "license": "MIT", + "dependencies": { + "anser": "^1.4.9", + "pretty-format": "^29.7.0", + "stacktrace-parser": "^0.1.10", + "whatwg-fetch": "^3.0.0" + }, + "peerDependencies": { + "expo": "*", + "react": "*", + "react-dom": "*", + "react-native": "*" + }, + "peerDependenciesMeta": { + "react-dom": { + "optional": true + } + } + }, + "node_modules/@expo/osascript": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/@expo/osascript/-/osascript-2.4.2.tgz", + "integrity": "sha512-/XP7PSYF2hzOZzqfjgkoWtllyeTN8dW3aM4P6YgKcmmPikKL5FdoyQhti4eh6RK5a5VrUXJTOlTNIpIHsfB5Iw==", + "license": "MIT", + "dependencies": { + "@expo/spawn-async": "^1.7.2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@expo/package-manager": { + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@expo/package-manager/-/package-manager-1.10.3.tgz", + "integrity": "sha512-ZuXiK/9fCrIuLjPSe1VYmfp0Sa85kCMwd8QQpgyi5ufppYKRtLBg14QOgUqj8ZMbJTxE0xqzd0XR7kOs3vAK9A==", + "license": "MIT", + "dependencies": { + "@expo/json-file": "^10.0.12", + "@expo/spawn-async": "^1.7.2", + "chalk": "^4.0.0", + "npm-package-arg": "^11.0.0", + "ora": "^3.4.0", + "resolve-workspace-root": "^2.0.0" + } + }, + "node_modules/@expo/plist": { + "version": "0.4.8", + "resolved": "https://registry.npmjs.org/@expo/plist/-/plist-0.4.8.tgz", + "integrity": "sha512-pfNtErGGzzRwHP+5+RqswzPDKkZrx+Cli0mzjQaus1ZWFsog5ibL+nVT3NcporW51o8ggnt7x813vtRbPiyOrQ==", + "license": "MIT", + "dependencies": { + "@xmldom/xmldom": "^0.8.8", + "base64-js": "^1.2.3", + "xmlbuilder": "^15.1.1" + } + }, + "node_modules/@expo/prebuild-config": { + "version": "54.0.8", + "resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-54.0.8.tgz", + "integrity": "sha512-EA7N4dloty2t5Rde+HP0IEE+nkAQiu4A/+QGZGT9mFnZ5KKjPPkqSyYcRvP5bhQE10D+tvz6X0ngZpulbMdbsg==", + "license": "MIT", + "dependencies": { + "@expo/config": "~12.0.13", + "@expo/config-plugins": "~54.0.4", + "@expo/config-types": "^54.0.10", + "@expo/image-utils": "^0.8.8", + "@expo/json-file": "^10.0.8", + "@react-native/normalize-colors": "0.81.5", + "debug": "^4.3.1", + "resolve-from": "^5.0.0", + "semver": "^7.6.0", + "xml2js": "0.6.0" + }, + "peerDependencies": { + "expo": "*" + } + }, + "node_modules/@expo/prebuild-config/node_modules/semver": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@expo/schema-utils": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/@expo/schema-utils/-/schema-utils-0.1.8.tgz", + "integrity": "sha512-9I6ZqvnAvKKDiO+ZF8BpQQFYWXOJvTAL5L/227RUbWG1OVZDInFifzCBiqAZ3b67NRfeAgpgvbA7rejsqhY62A==", + "license": "MIT" + }, + "node_modules/@expo/sdk-runtime-versions": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@expo/sdk-runtime-versions/-/sdk-runtime-versions-1.0.0.tgz", + "integrity": "sha512-Doz2bfiPndXYFPMRwPyGa1k5QaKDVpY806UJj570epIiMzWaYyCtobasyfC++qfIXVb5Ocy7r3tP9d62hAQ7IQ==", + "license": "MIT" + }, + "node_modules/@expo/spawn-async": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@expo/spawn-async/-/spawn-async-1.7.2.tgz", + "integrity": "sha512-QdWi16+CHB9JYP7gma19OVVg0BFkvU8zNj9GjWorYI8Iv8FUxjOCcYRuAmX4s/h91e4e7BPsskc8cSrZYho9Ew==", + "license": "MIT", + "dependencies": { + "cross-spawn": "^7.0.3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@expo/sudo-prompt": { + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/@expo/sudo-prompt/-/sudo-prompt-9.3.2.tgz", + "integrity": "sha512-HHQigo3rQWKMDzYDLkubN5WQOYXJJE2eNqIQC2axC2iO3mHdwnIR7FgZVvHWtBwAdzBgAP0ECp8KqS8TiMKvgw==", + "license": "MIT" + }, + "node_modules/@expo/vector-icons": { + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/@expo/vector-icons/-/vector-icons-15.1.1.tgz", + "integrity": "sha512-Iu2VkcoI5vygbtYngm7jb4ifxElNVXQYdDrYkT7UCEIiKLeWnQY0wf2ZhHZ+Wro6Sc5TaumpKUOqDRpLi5rkvw==", + "license": "MIT", + "peerDependencies": { + "expo-font": ">=14.0.4", + "react": "*", + "react-native": "*" + } + }, + "node_modules/@expo/ws-tunnel": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@expo/ws-tunnel/-/ws-tunnel-1.0.6.tgz", + "integrity": "sha512-nDRbLmSrJar7abvUjp3smDwH8HcbZcoOEa5jVPUv9/9CajgmWw20JNRwTuBRzWIWIkEJDkz20GoNA+tSwUqk0Q==", + "license": "MIT" + }, + "node_modules/@expo/xcpretty": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@expo/xcpretty/-/xcpretty-4.4.1.tgz", + "integrity": "sha512-KZNxZvnGCtiM2aYYZ6Wz0Ix5r47dAvpNLApFtZWnSoERzAdOMzVBOPysBoM0JlF6FKWZ8GPqgn6qt3dV/8Zlpg==", + "license": "BSD-3-Clause", + "dependencies": { + "@babel/code-frame": "^7.20.0", + "chalk": "^4.1.0", + "js-yaml": "^4.1.0" + }, + "bin": { + "excpretty": "build/cli.js" + } + }, + "node_modules/@humanfs/core": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", + "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@humanfs/node": { + "version": "0.16.7", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz", + "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@humanfs/core": "^0.19.1", + "@humanwhocodes/retry": "^0.4.0" + }, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", + "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", + "deprecated": "Use @eslint/config-array instead", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@humanwhocodes/object-schema": "^2.0.3", + "debug": "^4.3.1", + "minimatch": "^3.0.5" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=12.22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@humanwhocodes/object-schema": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", + "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", + "deprecated": "Use @eslint/object-schema instead", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/@humanwhocodes/retry": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz", + "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=18.18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@ide/backoff": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@ide/backoff/-/backoff-1.0.0.tgz", + "integrity": "sha512-F0YfUDjvT+Mtt/R4xdl2X0EYCHMMiJqNLdxHD++jDT5ydEFIyqbCHh51Qx2E211dgZprPKhV7sHmnXKpLuvc5g==", + "license": "MIT" + }, + "node_modules/@isaacs/fs-minipass": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz", + "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==", + "license": "ISC", + "dependencies": { + "minipass": "^7.0.4" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@isaacs/ttlcache": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@isaacs/ttlcache/-/ttlcache-1.4.1.tgz", + "integrity": "sha512-RQgQ4uQ+pLbqXfOmieB91ejmLwvSgv9nLx6sT6sD83s7umBypgg+OIBOBbEUiJXrfpnp9j0mRhYYdzp9uqq3lA==", + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "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/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/@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.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/create-cache-key-function": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/create-cache-key-function/-/create-cache-key-function-29.7.0.tgz", + "integrity": "sha512-4QqS3LY5PBmTRHj9sAg1HLoPzqAI0uOX6wI/TRqHIcOxlFidy6YEmCQJk6FSZjNLGCeubDMfmkWL+qaLKhSGQA==", + "license": "MIT", + "dependencies": { + "@jest/types": "^29.6.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/environment": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", + "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", + "license": "MIT", + "dependencies": { + "@jest/fake-timers": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-mock": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/fake-timers": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz", + "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", + "license": "MIT", + "dependencies": { + "@jest/types": "^29.6.3", + "@sinonjs/fake-timers": "^10.0.2", + "@types/node": "*", + "jest-message-util": "^29.7.0", + "jest-mock": "^29.7.0", + "jest-util": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/schemas": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", + "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", + "license": "MIT", + "dependencies": { + "@sinclair/typebox": "^0.27.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/transform": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz", + "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", + "license": "MIT", + "dependencies": { + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.7.0", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.7.0", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "license": "MIT", + "dependencies": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", + "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.0", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/remapping": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", + "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.11", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz", + "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==", + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", + "license": "MIT" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@napi-rs/wasm-runtime": { + "version": "0.2.12", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz", + "integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.4.3", + "@emnapi/runtime": "^1.4.3", + "@tybys/wasm-util": "^0.10.0" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nolyfill/is-core-module": { + "version": "1.0.39", + "resolved": "https://registry.npmjs.org/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz", + "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12.4.0" + } + }, + "node_modules/@radix-ui/primitive": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.3.tgz", + "integrity": "sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==", + "license": "MIT" + }, + "node_modules/@radix-ui/react-collection": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.7.tgz", + "integrity": "sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-compose-refs": "1.1.2", + "@radix-ui/react-context": "1.1.2", + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-slot": "1.2.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-slot": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz", + "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-compose-refs": "1.1.2" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-compose-refs": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.2.tgz", + "integrity": "sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-context": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.2.tgz", + "integrity": "sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-dialog": { + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.15.tgz", + "integrity": "sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw==", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.3", + "@radix-ui/react-compose-refs": "1.1.2", + "@radix-ui/react-context": "1.1.2", + "@radix-ui/react-dismissable-layer": "1.1.11", + "@radix-ui/react-focus-guards": "1.1.3", + "@radix-ui/react-focus-scope": "1.1.7", + "@radix-ui/react-id": "1.1.1", + "@radix-ui/react-portal": "1.1.9", + "@radix-ui/react-presence": "1.1.5", + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-slot": "1.2.3", + "@radix-ui/react-use-controllable-state": "1.2.2", + "aria-hidden": "^1.2.4", + "react-remove-scroll": "^2.6.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-slot": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz", + "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-compose-refs": "1.1.2" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-direction": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.1.tgz", + "integrity": "sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-dismissable-layer": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.11.tgz", + "integrity": "sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.3", + "@radix-ui/react-compose-refs": "1.1.2", + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-use-callback-ref": "1.1.1", + "@radix-ui/react-use-escape-keydown": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-focus-guards": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.3.tgz", + "integrity": "sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-focus-scope": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.7.tgz", + "integrity": "sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-compose-refs": "1.1.2", + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-use-callback-ref": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-id": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.1.tgz", + "integrity": "sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-use-layout-effect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-portal": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.9.tgz", + "integrity": "sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-use-layout-effect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-presence": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.5.tgz", + "integrity": "sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-compose-refs": "1.1.2", + "@radix-ui/react-use-layout-effect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-primitive": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.3.tgz", + "integrity": "sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-slot": "1.2.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-primitive/node_modules/@radix-ui/react-slot": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz", + "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-compose-refs": "1.1.2" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-roving-focus": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.11.tgz", + "integrity": "sha512-7A6S9jSgm/S+7MdtNDSb+IU859vQqJ/QAtcYQcfFC6W8RS4IxIZDldLR0xqCFZ6DCyrQLjLPsxtTNch5jVA4lA==", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.3", + "@radix-ui/react-collection": "1.1.7", + "@radix-ui/react-compose-refs": "1.1.2", + "@radix-ui/react-context": "1.1.2", + "@radix-ui/react-direction": "1.1.1", + "@radix-ui/react-id": "1.1.1", + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-use-callback-ref": "1.1.1", + "@radix-ui/react-use-controllable-state": "1.2.2" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-slot": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.0.tgz", + "integrity": "sha512-ujc+V6r0HNDviYqIK3rW4ffgYiZ8g5DEHrGJVk4x7kTlLXRDILnKX9vAUYeIsLOoDpDJ0ujpqMkjH4w2ofuo6w==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-compose-refs": "1.1.2" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-tabs": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/@radix-ui/react-tabs/-/react-tabs-1.1.13.tgz", + "integrity": "sha512-7xdcatg7/U+7+Udyoj2zodtI9H/IIopqo+YOIcZOq1nJwXWBZ9p8xiu5llXlekDbZkca79a/fozEYQXIA4sW6A==", + "license": "MIT", + "dependencies": { + "@radix-ui/primitive": "1.1.3", + "@radix-ui/react-context": "1.1.2", + "@radix-ui/react-direction": "1.1.1", + "@radix-ui/react-id": "1.1.1", + "@radix-ui/react-presence": "1.1.5", + "@radix-ui/react-primitive": "2.1.3", + "@radix-ui/react-roving-focus": "1.1.11", + "@radix-ui/react-use-controllable-state": "1.2.2" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-callback-ref": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.1.tgz", + "integrity": "sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-controllable-state": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.2.tgz", + "integrity": "sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-use-effect-event": "0.0.2", + "@radix-ui/react-use-layout-effect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-effect-event": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.2.tgz", + "integrity": "sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-use-layout-effect": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-escape-keydown": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.1.tgz", + "integrity": "sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-use-callback-ref": "1.1.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-use-layout-effect": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.1.tgz", + "integrity": "sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@react-native-async-storage/async-storage": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-2.2.0.tgz", + "integrity": "sha512-gvRvjR5JAaUZF8tv2Kcq/Gbt3JHwbKFYfmb445rhOj6NUMx3qPLixmDx5pZAyb9at1bYvJ4/eTUipU5aki45xw==", + "license": "MIT", + "dependencies": { + "merge-options": "^3.0.4" + }, + "peerDependencies": { + "react-native": "^0.0.0-0 || >=0.65 <1.0" + } + }, + "node_modules/@react-native/assets-registry": { + "version": "0.81.5", + "resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.81.5.tgz", + "integrity": "sha512-705B6x/5Kxm1RKRvSv0ADYWm5JOnoiQ1ufW7h8uu2E6G9Of/eE6hP/Ivw3U5jI16ERqZxiKQwk34VJbB0niX9w==", + "license": "MIT", + "engines": { + "node": ">= 20.19.4" + } + }, + "node_modules/@react-native/babel-plugin-codegen": { + "version": "0.81.5", + "resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.81.5.tgz", + "integrity": "sha512-oF71cIH6je3fSLi6VPjjC3Sgyyn57JLHXs+mHWc9MoCiJJcM4nqsS5J38zv1XQ8d3zOW2JtHro+LF0tagj2bfQ==", + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.25.3", + "@react-native/codegen": "0.81.5" + }, + "engines": { + "node": ">= 20.19.4" + } + }, + "node_modules/@react-native/babel-preset": { + "version": "0.81.5", + "resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.81.5.tgz", + "integrity": "sha512-UoI/x/5tCmi+pZ3c1+Ypr1DaRMDLI3y+Q70pVLLVgrnC3DHsHRIbHcCHIeG/IJvoeFqFM2sTdhSOLJrf8lOPrA==", + "license": "MIT", + "dependencies": { + "@babel/core": "^7.25.2", + "@babel/plugin-proposal-export-default-from": "^7.24.7", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-default-from": "^7.24.7", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-transform-arrow-functions": "^7.24.7", + "@babel/plugin-transform-async-generator-functions": "^7.25.4", + "@babel/plugin-transform-async-to-generator": "^7.24.7", + "@babel/plugin-transform-block-scoping": "^7.25.0", + "@babel/plugin-transform-class-properties": "^7.25.4", + "@babel/plugin-transform-classes": "^7.25.4", + "@babel/plugin-transform-computed-properties": "^7.24.7", + "@babel/plugin-transform-destructuring": "^7.24.8", + "@babel/plugin-transform-flow-strip-types": "^7.25.2", + "@babel/plugin-transform-for-of": "^7.24.7", + "@babel/plugin-transform-function-name": "^7.25.1", + "@babel/plugin-transform-literals": "^7.25.2", + "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", + "@babel/plugin-transform-modules-commonjs": "^7.24.8", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7", + "@babel/plugin-transform-numeric-separator": "^7.24.7", + "@babel/plugin-transform-object-rest-spread": "^7.24.7", + "@babel/plugin-transform-optional-catch-binding": "^7.24.7", + "@babel/plugin-transform-optional-chaining": "^7.24.8", + "@babel/plugin-transform-parameters": "^7.24.7", + "@babel/plugin-transform-private-methods": "^7.24.7", + "@babel/plugin-transform-private-property-in-object": "^7.24.7", + "@babel/plugin-transform-react-display-name": "^7.24.7", + "@babel/plugin-transform-react-jsx": "^7.25.2", + "@babel/plugin-transform-react-jsx-self": "^7.24.7", + "@babel/plugin-transform-react-jsx-source": "^7.24.7", + "@babel/plugin-transform-regenerator": "^7.24.7", + "@babel/plugin-transform-runtime": "^7.24.7", + "@babel/plugin-transform-shorthand-properties": "^7.24.7", + "@babel/plugin-transform-spread": "^7.24.7", + "@babel/plugin-transform-sticky-regex": "^7.24.7", + "@babel/plugin-transform-typescript": "^7.25.2", + "@babel/plugin-transform-unicode-regex": "^7.24.7", + "@babel/template": "^7.25.0", + "@react-native/babel-plugin-codegen": "0.81.5", + "babel-plugin-syntax-hermes-parser": "0.29.1", + "babel-plugin-transform-flow-enums": "^0.0.2", + "react-refresh": "^0.14.0" + }, + "engines": { + "node": ">= 20.19.4" + }, + "peerDependencies": { + "@babel/core": "*" + } + }, + "node_modules/@react-native/codegen": { + "version": "0.81.5", + "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.81.5.tgz", + "integrity": "sha512-a2TDA03Up8lpSa9sh5VRGCQDXgCTOyDOFH+aqyinxp1HChG8uk89/G+nkJ9FPd0rqgi25eCTR16TWdS3b+fA6g==", + "license": "MIT", + "dependencies": { + "@babel/core": "^7.25.2", + "@babel/parser": "^7.25.3", + "glob": "^7.1.1", + "hermes-parser": "0.29.1", + "invariant": "^2.2.4", + "nullthrows": "^1.1.1", + "yargs": "^17.6.2" + }, + "engines": { + "node": ">= 20.19.4" + }, + "peerDependencies": { + "@babel/core": "*" + } + }, + "node_modules/@react-native/codegen/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@react-native/community-cli-plugin": { + "version": "0.81.5", + "resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.81.5.tgz", + "integrity": "sha512-yWRlmEOtcyvSZ4+OvqPabt+NS36vg0K/WADTQLhrYrm9qdZSuXmq8PmdJWz/68wAqKQ+4KTILiq2kjRQwnyhQw==", + "license": "MIT", + "dependencies": { + "@react-native/dev-middleware": "0.81.5", + "debug": "^4.4.0", + "invariant": "^2.2.4", + "metro": "^0.83.1", + "metro-config": "^0.83.1", + "metro-core": "^0.83.1", + "semver": "^7.1.3" + }, + "engines": { + "node": ">= 20.19.4" + }, + "peerDependencies": { + "@react-native-community/cli": "*", + "@react-native/metro-config": "*" + }, + "peerDependenciesMeta": { + "@react-native-community/cli": { + "optional": true + }, + "@react-native/metro-config": { + "optional": true + } + } + }, + "node_modules/@react-native/community-cli-plugin/node_modules/semver": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@react-native/debugger-frontend": { + "version": "0.81.5", + "resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.81.5.tgz", + "integrity": "sha512-bnd9FSdWKx2ncklOetCgrlwqSGhMHP2zOxObJbOWXoj7GHEmih4MKarBo5/a8gX8EfA1EwRATdfNBQ81DY+h+w==", + "license": "BSD-3-Clause", + "engines": { + "node": ">= 20.19.4" + } + }, + "node_modules/@react-native/dev-middleware": { + "version": "0.81.5", + "resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.81.5.tgz", + "integrity": "sha512-WfPfZzboYgo/TUtysuD5xyANzzfka8Ebni6RIb2wDxhb56ERi7qDrE4xGhtPsjCL4pQBXSVxyIlCy0d8I6EgGA==", + "license": "MIT", + "dependencies": { + "@isaacs/ttlcache": "^1.4.1", + "@react-native/debugger-frontend": "0.81.5", + "chrome-launcher": "^0.15.2", + "chromium-edge-launcher": "^0.2.0", + "connect": "^3.6.5", + "debug": "^4.4.0", + "invariant": "^2.2.4", + "nullthrows": "^1.1.1", + "open": "^7.0.3", + "serve-static": "^1.16.2", + "ws": "^6.2.3" + }, + "engines": { + "node": ">= 20.19.4" + } + }, + "node_modules/@react-native/dev-middleware/node_modules/ws": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz", + "integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==", + "license": "MIT", + "dependencies": { + "async-limiter": "~1.0.0" + } + }, + "node_modules/@react-native/gradle-plugin": { + "version": "0.81.5", + "resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.81.5.tgz", + "integrity": "sha512-hORRlNBj+ReNMLo9jme3yQ6JQf4GZpVEBLxmTXGGlIL78MAezDZr5/uq9dwElSbcGmLEgeiax6e174Fie6qPLg==", + "license": "MIT", + "engines": { + "node": ">= 20.19.4" + } + }, + "node_modules/@react-native/js-polyfills": { + "version": "0.81.5", + "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.81.5.tgz", + "integrity": "sha512-fB7M1CMOCIUudTRuj7kzxIBTVw2KXnsgbQ6+4cbqSxo8NmRRhA0Ul4ZUzZj3rFd3VznTL4Brmocv1oiN0bWZ8w==", + "license": "MIT", + "engines": { + "node": ">= 20.19.4" + } + }, + "node_modules/@react-native/normalize-colors": { + "version": "0.81.5", + "resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.81.5.tgz", + "integrity": "sha512-0HuJ8YtqlTVRXGZuGeBejLE04wSQsibpTI+RGOyVqxZvgtlLLC/Ssw0UmbHhT4lYMp2fhdtvKZSs5emWB1zR/g==", + "license": "MIT" + }, + "node_modules/@react-native/virtualized-lists": { + "version": "0.81.5", + "resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.81.5.tgz", + "integrity": "sha512-UVXgV/db25OPIvwZySeToXD/9sKKhOdkcWmmf4Jh8iBZuyfML+/5CasaZ1E7Lqg6g3uqVQq75NqIwkYmORJMPw==", + "license": "MIT", + "dependencies": { + "invariant": "^2.2.4", + "nullthrows": "^1.1.1" + }, + "engines": { + "node": ">= 20.19.4" + }, + "peerDependencies": { + "@types/react": "^19.1.0", + "react": "*", + "react-native": "*" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@react-navigation/bottom-tabs": { + "version": "7.15.5", + "resolved": "https://registry.npmjs.org/@react-navigation/bottom-tabs/-/bottom-tabs-7.15.5.tgz", + "integrity": "sha512-wQHredlCrRmShWQ1vF4HUcLdaiJ8fUgnbaeQH7BJ7MQVQh4mdzab0IOY/4QSmUyNRB350oyu1biTycyQ5FKWMQ==", + "license": "MIT", + "dependencies": { + "@react-navigation/elements": "^2.9.10", + "color": "^4.2.3", + "sf-symbols-typescript": "^2.1.0" + }, + "peerDependencies": { + "@react-navigation/native": "^7.1.33", + "react": ">= 18.2.0", + "react-native": "*", + "react-native-safe-area-context": ">= 4.0.0", + "react-native-screens": ">= 4.0.0" + } + }, + "node_modules/@react-navigation/core": { + "version": "7.16.1", + "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-7.16.1.tgz", + "integrity": "sha512-xhquoyhKdqDfiL7LuupbwYnmauUGfVFGDEJO34m26k8zSN1eDjQ2stBZcHN8ILOI1PrG9885nf8ZmfaQxPS0ww==", + "license": "MIT", + "dependencies": { + "@react-navigation/routers": "^7.5.3", + "escape-string-regexp": "^4.0.0", + "fast-deep-equal": "^3.1.3", + "nanoid": "^3.3.11", + "query-string": "^7.1.3", + "react-is": "^19.1.0", + "use-latest-callback": "^0.2.4", + "use-sync-external-store": "^1.5.0" + }, + "peerDependencies": { + "react": ">= 18.2.0" + } + }, + "node_modules/@react-navigation/elements": { + "version": "2.9.10", + "resolved": "https://registry.npmjs.org/@react-navigation/elements/-/elements-2.9.10.tgz", + "integrity": "sha512-N8tuBekzTRb0pkMHFJGvmC6Q5OisSbt6gzvw7RHMnp4NDo5auVllT12sWFaTXf8mTduaLKNSrD/NZNaOqThCBg==", + "license": "MIT", + "dependencies": { + "color": "^4.2.3", + "use-latest-callback": "^0.2.4", + "use-sync-external-store": "^1.5.0" + }, + "peerDependencies": { + "@react-native-masked-view/masked-view": ">= 0.2.0", + "@react-navigation/native": "^7.1.33", + "react": ">= 18.2.0", + "react-native": "*", + "react-native-safe-area-context": ">= 4.0.0" + }, + "peerDependenciesMeta": { + "@react-native-masked-view/masked-view": { + "optional": true + } + } + }, + "node_modules/@react-navigation/native": { + "version": "7.1.33", + "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-7.1.33.tgz", + "integrity": "sha512-DpFdWGcgLajKZ1TuIvDNQsblN2QaUFWpTQaB8v7WRP9Mix8H/6TFoIrZd93pbymI2hybd6UYrD+lI408eWVcfw==", + "license": "MIT", + "dependencies": { + "@react-navigation/core": "^7.16.1", + "escape-string-regexp": "^4.0.0", + "fast-deep-equal": "^3.1.3", + "nanoid": "^3.3.11", + "use-latest-callback": "^0.2.4" + }, + "peerDependencies": { + "react": ">= 18.2.0", + "react-native": "*" + } + }, + "node_modules/@react-navigation/native-stack": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@react-navigation/native-stack/-/native-stack-7.14.5.tgz", + "integrity": "sha512-NuyMf21kKk3jODvYgpcDA+HwyWr/KEj72ciqquyEupZlsmQ3WNUGgdaixEB3A19+iPOvHLQzDLcoTrrqZk8Leg==", + "license": "MIT", + "dependencies": { + "@react-navigation/elements": "^2.9.10", + "color": "^4.2.3", + "sf-symbols-typescript": "^2.1.0", + "warn-once": "^0.1.1" + }, + "peerDependencies": { + "@react-navigation/native": "^7.1.33", + "react": ">= 18.2.0", + "react-native": "*", + "react-native-safe-area-context": ">= 4.0.0", + "react-native-screens": ">= 4.0.0" + } + }, + "node_modules/@react-navigation/routers": { + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-7.5.3.tgz", + "integrity": "sha512-1tJHg4KKRJuQ1/EvJxatrMef3NZXEPzwUIUZ3n1yJ2t7Q97siwRtbynRpQG9/69ebbtiZ8W3ScOZF/OmhvM4Rg==", + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.11" + } + }, + "node_modules/@rtsao/scc": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz", + "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==", + "dev": true, + "license": "MIT" + }, + "node_modules/@sinclair/typebox": { + "version": "0.27.10", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.10.tgz", + "integrity": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==", + "license": "MIT" + }, + "node_modules/@sinonjs/commons": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz", + "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==", + "license": "BSD-3-Clause", + "dependencies": { + "type-detect": "4.0.8" + } + }, + "node_modules/@sinonjs/fake-timers": { + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", + "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", + "license": "BSD-3-Clause", + "dependencies": { + "@sinonjs/commons": "^3.0.0" + } + }, + "node_modules/@tybys/wasm-util": { + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz", + "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@types/babel__core": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.27.0", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz", + "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz", + "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.28.2" + } + }, + "node_modules/@types/estree": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", + "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/graceful-fs": { + "version": "4.1.9", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", + "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/istanbul-lib-coverage": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", + "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", + "license": "MIT" + }, + "node_modules/@types/istanbul-lib-report": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", + "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", + "license": "MIT", + "dependencies": { + "@types/istanbul-lib-coverage": "*" + } + }, + "node_modules/@types/istanbul-reports": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", + "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", + "license": "MIT", + "dependencies": { + "@types/istanbul-lib-report": "*" + } + }, + "node_modules/@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/json5": { + "version": "0.0.29", + "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", + "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/node": { + "version": "25.5.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz", + "integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==", + "license": "MIT", + "dependencies": { + "undici-types": "~7.18.0" + } + }, + "node_modules/@types/react": { + "version": "19.1.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.17.tgz", + "integrity": "sha512-Qec1E3mhALmaspIrhWt9jkQMNdw6bReVu64mjvhbhq2NFPftLPVr+l1SZgmw/66WwBNpDh7ao5AT6gF5v41PFA==", + "dev": true, + "license": "MIT", + "dependencies": { + "csstype": "^3.0.2" + } + }, + "node_modules/@types/stack-utils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", + "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", + "license": "MIT" + }, + "node_modules/@types/yargs": { + "version": "17.0.35", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.35.tgz", + "integrity": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==", + "license": "MIT", + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/@types/yargs-parser": { + "version": "21.0.3", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", + "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", + "license": "MIT" + }, + "node_modules/@typescript-eslint/eslint-plugin": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.0.tgz", + "integrity": "sha512-qeu4rTHR3/IaFORbD16gmjq9+rEs9fGKdX0kF6BKSfi+gCuG3RCKLlSBYzn/bGsY9Tj7KE/DAQStbp8AHJGHEQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/regexpp": "^4.12.2", + "@typescript-eslint/scope-manager": "8.57.0", + "@typescript-eslint/type-utils": "8.57.0", + "@typescript-eslint/utils": "8.57.0", + "@typescript-eslint/visitor-keys": "8.57.0", + "ignore": "^7.0.5", + "natural-compare": "^1.4.0", + "ts-api-utils": "^2.4.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^8.57.0", + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz", + "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, + "node_modules/@typescript-eslint/parser": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.57.0.tgz", + "integrity": "sha512-XZzOmihLIr8AD1b9hL9ccNMzEMWt/dE2u7NyTY9jJG6YNiNthaD5XtUHVF2uCXZ15ng+z2hT3MVuxnUYhq6k1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/scope-manager": "8.57.0", + "@typescript-eslint/types": "8.57.0", + "@typescript-eslint/typescript-estree": "8.57.0", + "@typescript-eslint/visitor-keys": "8.57.0", + "debug": "^4.4.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/@typescript-eslint/project-service": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.57.0.tgz", + "integrity": "sha512-pR+dK0BlxCLxtWfaKQWtYr7MhKmzqZxuii+ZjuFlZlIGRZm22HnXFqa2eY+90MUz8/i80YJmzFGDUsi8dMOV5w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/tsconfig-utils": "^8.57.0", + "@typescript-eslint/types": "^8.57.0", + "debug": "^4.4.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/@typescript-eslint/scope-manager": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.57.0.tgz", + "integrity": "sha512-nvExQqAHF01lUM66MskSaZulpPL5pgy5hI5RfrxviLgzZVffB5yYzw27uK/ft8QnKXI2X0LBrHJFr1TaZtAibw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.57.0", + "@typescript-eslint/visitor-keys": "8.57.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/tsconfig-utils": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.0.tgz", + "integrity": "sha512-LtXRihc5ytjJIQEH+xqjB0+YgsV4/tW35XKX3GTZHpWtcC8SPkT/d4tqdf1cKtesryHm2bgp6l555NYcT2NLvA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/@typescript-eslint/type-utils": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.57.0.tgz", + "integrity": "sha512-yjgh7gmDcJ1+TcEg8x3uWQmn8ifvSupnPfjP21twPKrDP/pTHlEQgmKcitzF/rzPSmv7QjJ90vRpN4U+zoUjwQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.57.0", + "@typescript-eslint/typescript-estree": "8.57.0", + "@typescript-eslint/utils": "8.57.0", + "debug": "^4.4.3", + "ts-api-utils": "^2.4.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/@typescript-eslint/types": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.57.0.tgz", + "integrity": "sha512-dTLI8PEXhjUC7B9Kre+u0XznO696BhXcTlOn0/6kf1fHaQW8+VjJAVHJ3eTI14ZapTxdkOmc80HblPQLaEeJdg==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/typescript-estree": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.0.tgz", + "integrity": "sha512-m7faHcyVg0BT3VdYTlX8GdJEM7COexXxS6KqGopxdtkQRvBanK377QDHr4W/vIPAR+ah9+B/RclSW5ldVniO1Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/project-service": "8.57.0", + "@typescript-eslint/tsconfig-utils": "8.57.0", + "@typescript-eslint/types": "8.57.0", + "@typescript-eslint/visitor-keys": "8.57.0", + "debug": "^4.4.3", + "minimatch": "^10.2.2", + "semver": "^7.7.3", + "tinyglobby": "^0.2.15", + "ts-api-utils": "^2.4.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "18 || 20 || >=22" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz", + "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { + "version": "10.2.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz", + "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "brace-expansion": "^5.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@typescript-eslint/utils": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.57.0.tgz", + "integrity": "sha512-5iIHvpD3CZe06riAsbNxxreP+MuYgVUsV0n4bwLH//VJmgtt54sQeY2GszntJ4BjYCpMzrfVh2SBnUQTtys2lQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.9.1", + "@typescript-eslint/scope-manager": "8.57.0", + "@typescript-eslint/types": "8.57.0", + "@typescript-eslint/typescript-estree": "8.57.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/@typescript-eslint/visitor-keys": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.0.tgz", + "integrity": "sha512-zm6xx8UT/Xy2oSr2ZXD0pZo7Jx2XsCoID2IUh9YSTFRu7z+WdwYTRk6LhUftm1crwqbuoF6I8zAFeCMw0YjwDg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.57.0", + "eslint-visitor-keys": "^5.0.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz", + "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@ungap/structured-clone": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", + "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", + "license": "ISC" + }, + "node_modules/@unrs/resolver-binding-android-arm-eabi": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz", + "integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@unrs/resolver-binding-android-arm64": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz", + "integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@unrs/resolver-binding-darwin-arm64": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.11.1.tgz", + "integrity": "sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@unrs/resolver-binding-darwin-x64": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz", + "integrity": "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@unrs/resolver-binding-freebsd-x64": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz", + "integrity": "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz", + "integrity": "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz", + "integrity": "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-arm64-gnu": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz", + "integrity": "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-arm64-musl": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz", + "integrity": "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz", + "integrity": "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz", + "integrity": "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-riscv64-musl": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz", + "integrity": "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-s390x-gnu": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz", + "integrity": "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-x64-gnu": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz", + "integrity": "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-x64-musl": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz", + "integrity": "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-wasm32-wasi": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz", + "integrity": "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==", + "cpu": [ + "wasm32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@napi-rs/wasm-runtime": "^0.2.11" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@unrs/resolver-binding-win32-arm64-msvc": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.11.1.tgz", + "integrity": "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@unrs/resolver-binding-win32-ia32-msvc": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.11.1.tgz", + "integrity": "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@unrs/resolver-binding-win32-x64-msvc": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz", + "integrity": "sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@urql/core": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@urql/core/-/core-5.2.0.tgz", + "integrity": "sha512-/n0ieD0mvvDnVAXEQgX/7qJiVcvYvNkOHeBvkwtylfjydar123caCXcl58PXFY11oU1oquJocVXHxLAbtv4x1A==", + "license": "MIT", + "dependencies": { + "@0no-co/graphql.web": "^1.0.13", + "wonka": "^6.3.2" + } + }, + "node_modules/@urql/exchange-retry": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@urql/exchange-retry/-/exchange-retry-1.3.2.tgz", + "integrity": "sha512-TQMCz2pFJMfpNxmSfX1VSfTjwUIFx/mL+p1bnfM1xjjdla7Z+KnGMW/EhFbpckp3LyWAH4PgOsMwOMnIN+MBFg==", + "license": "MIT", + "dependencies": { + "@urql/core": "^5.1.2", + "wonka": "^6.3.2" + }, + "peerDependencies": { + "@urql/core": "^5.0.0" + } + }, + "node_modules/@xmldom/xmldom": { + "version": "0.8.11", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.11.tgz", + "integrity": "sha512-cQzWCtO6C8TQiYl1ruKNn2U6Ao4o4WBBcbL61yJl84x+j5sOWWFU9X7DpND8XZG3daDppSsigMdfAIl2upQBRw==", + "license": "MIT", + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "license": "MIT", + "dependencies": { + "event-target-shim": "^5.0.0" + }, + "engines": { + "node": ">=6.5" + } + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "license": "MIT", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", + "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/agent-base": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", + "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", + "license": "MIT", + "engines": { + "node": ">= 14" + } + }, + "node_modules/ajv": { + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz", + "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/anser": { + "version": "1.4.10", + "resolved": "https://registry.npmjs.org/anser/-/anser-1.4.10.tgz", + "integrity": "sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww==", + "license": "MIT" + }, + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "license": "MIT", + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-escapes/node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/any-promise": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", + "license": "MIT" + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "license": "ISC", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/anymatch/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/arg": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", + "license": "MIT" + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "license": "Python-2.0" + }, + "node_modules/aria-hidden": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz", + "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==", + "license": "MIT", + "dependencies": { + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/array-buffer-byte-length": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz", + "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "is-array-buffer": "^3.0.5" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array-includes": { + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz", + "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "define-properties": "^1.2.1", + "es-abstract": "^1.24.0", + "es-object-atoms": "^1.1.1", + "get-intrinsic": "^1.3.0", + "is-string": "^1.1.1", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.findlast": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz", + "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "es-shim-unscopables": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.findlastindex": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz", + "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.9", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "es-shim-unscopables": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.flat": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz", + "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.5", + "es-shim-unscopables": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.flatmap": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz", + "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.5", + "es-shim-unscopables": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.tosorted": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz", + "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.3", + "es-errors": "^1.3.0", + "es-shim-unscopables": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/arraybuffer.prototype.slice": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz", + "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-buffer-byte-length": "^1.0.1", + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.5", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "is-array-buffer": "^3.0.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", + "license": "MIT" + }, + "node_modules/assert": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/assert/-/assert-2.1.0.tgz", + "integrity": "sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw==", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.2", + "is-nan": "^1.3.2", + "object-is": "^1.1.5", + "object.assign": "^4.1.4", + "util": "^0.12.5" + } + }, + "node_modules/async-function": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz", + "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/async-limiter": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==", + "license": "MIT" + }, + "node_modules/available-typed-arrays": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "license": "MIT", + "dependencies": { + "possible-typed-array-names": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/babel-jest": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", + "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", + "license": "MIT", + "dependencies": { + "@jest/transform": "^29.7.0", + "@types/babel__core": "^7.1.14", + "babel-plugin-istanbul": "^6.1.1", + "babel-preset-jest": "^29.6.3", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.8.0" + } + }, + "node_modules/babel-plugin-istanbul": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", + "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", + "license": "BSD-3-Clause", + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-instrument": "^5.0.4", + "test-exclude": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-plugin-jest-hoist": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz", + "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==", + "license": "MIT", + "dependencies": { + "@babel/template": "^7.3.3", + "@babel/types": "^7.3.3", + "@types/babel__core": "^7.1.14", + "@types/babel__traverse": "^7.0.6" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.4.16", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.16.tgz", + "integrity": "sha512-xaVwwSfebXf0ooE11BJovZYKhFjIvQo7TsyVpETuIeH2JHv0k/T6Y5j22pPTvqYqmpkxdlPAJlyJ0tfOJAoMxw==", + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.28.6", + "@babel/helper-define-polyfill-provider": "^0.6.7", + "semver": "^6.3.1" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz", + "integrity": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==", + "license": "MIT", + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.5", + "core-js-compat": "^3.43.0" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.6.7", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.7.tgz", + "integrity": "sha512-OTYbUlSwXhNgr4g6efMZgsO8//jA61P7ZbRX3iTT53VON8l+WQS8IAUEVo4a4cWknrg2W8Cj4gQhRYNCJ8GkAA==", + "license": "MIT", + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.7" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-react-compiler": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-1.0.0.tgz", + "integrity": "sha512-Ixm8tFfoKKIPYdCCKYTsqv+Fd4IJ0DQqMyEimo+pxUOMUR9cVPlwTrFt9Avu+3cb6Zp3mAzl+t1MrG2fxxKsxw==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.26.0" + } + }, + "node_modules/babel-plugin-react-native-web": { + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/babel-plugin-react-native-web/-/babel-plugin-react-native-web-0.21.2.tgz", + "integrity": "sha512-SPD0J6qjJn8231i0HZhlAGH6NORe+QvRSQM2mwQEzJ2Fb3E4ruWTiiicPlHjmeWShDXLcvoorOCXjeR7k/lyWA==", + "license": "MIT" + }, + "node_modules/babel-plugin-syntax-hermes-parser": { + "version": "0.29.1", + "resolved": "https://registry.npmjs.org/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.29.1.tgz", + "integrity": "sha512-2WFYnoWGdmih1I1J5eIqxATOeycOqRwYxAQBu3cUu/rhwInwHUg7k60AFNbuGjSDL8tje5GDrAnxzRLcu2pYcA==", + "license": "MIT", + "dependencies": { + "hermes-parser": "0.29.1" + } + }, + "node_modules/babel-plugin-transform-flow-enums": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz", + "integrity": "sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==", + "license": "MIT", + "dependencies": { + "@babel/plugin-syntax-flow": "^7.12.1" + } + }, + "node_modules/babel-preset-current-node-syntax": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.2.0.tgz", + "integrity": "sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==", + "license": "MIT", + "dependencies": { + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-bigint": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-import-attributes": "^7.24.7", + "@babel/plugin-syntax-import-meta": "^7.10.4", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5" + }, + "peerDependencies": { + "@babel/core": "^7.0.0 || ^8.0.0-0" + } + }, + "node_modules/babel-preset-expo": { + "version": "54.0.10", + "resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-54.0.10.tgz", + "integrity": "sha512-wTt7POavLFypLcPW/uC5v8y+mtQKDJiyGLzYCjqr9tx0Qc3vCXcDKk1iCFIj/++Iy5CWhhTflEa7VvVPNWeCfw==", + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.25.9", + "@babel/plugin-proposal-decorators": "^7.12.9", + "@babel/plugin-proposal-export-default-from": "^7.24.7", + "@babel/plugin-syntax-export-default-from": "^7.24.7", + "@babel/plugin-transform-class-static-block": "^7.27.1", + "@babel/plugin-transform-export-namespace-from": "^7.25.9", + "@babel/plugin-transform-flow-strip-types": "^7.25.2", + "@babel/plugin-transform-modules-commonjs": "^7.24.8", + "@babel/plugin-transform-object-rest-spread": "^7.24.7", + "@babel/plugin-transform-parameters": "^7.24.7", + "@babel/plugin-transform-private-methods": "^7.24.7", + "@babel/plugin-transform-private-property-in-object": "^7.24.7", + "@babel/plugin-transform-runtime": "^7.24.7", + "@babel/preset-react": "^7.22.15", + "@babel/preset-typescript": "^7.23.0", + "@react-native/babel-preset": "0.81.5", + "babel-plugin-react-compiler": "^1.0.0", + "babel-plugin-react-native-web": "~0.21.0", + "babel-plugin-syntax-hermes-parser": "^0.29.1", + "babel-plugin-transform-flow-enums": "^0.0.2", + "debug": "^4.3.4", + "resolve-from": "^5.0.0" + }, + "peerDependencies": { + "@babel/runtime": "^7.20.0", + "expo": "*", + "react-refresh": ">=0.14.0 <1.0.0" + }, + "peerDependenciesMeta": { + "@babel/runtime": { + "optional": true + }, + "expo": { + "optional": true + } + } + }, + "node_modules/babel-preset-jest": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz", + "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==", + "license": "MIT", + "dependencies": { + "babel-plugin-jest-hoist": "^29.6.3", + "babel-preset-current-node-syntax": "^1.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/badgin": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/badgin/-/badgin-1.2.3.tgz", + "integrity": "sha512-NQGA7LcfCpSzIbGRbkgjgdWkjy7HI+Th5VLxTJfW5EeaAf3fnS+xWQaQOCYiny+q6QSvxqoSO04vCx+4u++EJw==", + "license": "MIT" + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "license": "MIT" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/baseline-browser-mapping": { + "version": "2.10.8", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.8.tgz", + "integrity": "sha512-PCLz/LXGBsNTErbtB6i5u4eLpHeMfi93aUv5duMmj6caNu6IphS4q6UevDnL36sZQv9lrP11dbPKGMaXPwMKfQ==", + "license": "Apache-2.0", + "bin": { + "baseline-browser-mapping": "dist/cli.cjs" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/better-opn": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/better-opn/-/better-opn-3.0.2.tgz", + "integrity": "sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==", + "license": "MIT", + "dependencies": { + "open": "^8.0.4" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/better-opn/node_modules/open": { + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", + "license": "MIT", + "dependencies": { + "define-lazy-prop": "^2.0.0", + "is-docker": "^2.1.1", + "is-wsl": "^2.2.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/big-integer": { + "version": "1.6.52", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz", + "integrity": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==", + "license": "Unlicense", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/bplist-creator": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.1.0.tgz", + "integrity": "sha512-sXaHZicyEEmY86WyueLTQesbeoH/mquvarJaQNbjuOQO+7gbFcDEWqKmcWA4cOTLzFlfgvkiVxolk1k5bBIpmg==", + "license": "MIT", + "dependencies": { + "stream-buffers": "2.2.x" + } + }, + "node_modules/bplist-parser": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.2.tgz", + "integrity": "sha512-apC2+fspHGI3mMKj+dGevkGo/tCqVB8jMb6i+OX+E29p0Iposz07fABkRIfVUPNd5A5VbuOz1bZbnmkKLYF+wQ==", + "license": "MIT", + "dependencies": { + "big-integer": "1.6.x" + }, + "engines": { + "node": ">= 5.10.0" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "license": "MIT", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.28.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz", + "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "baseline-browser-mapping": "^2.9.0", + "caniuse-lite": "^1.0.30001759", + "electron-to-chromium": "^1.5.263", + "node-releases": "^2.0.27", + "update-browserslist-db": "^1.2.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/bser": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "license": "Apache-2.0", + "dependencies": { + "node-int64": "^0.4.0" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "license": "MIT" + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", + "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.0", + "es-define-property": "^1.0.0", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/call-bound": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001778", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001778.tgz", + "integrity": "sha512-PN7uxFL+ExFJO61aVmP1aIEG4i9whQd4eoSCebav62UwDyp5OHh06zN4jqKSMePVgxHifCw1QJxdRkA1Pisekg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "CC-BY-4.0" + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chownr": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz", + "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==", + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=18" + } + }, + "node_modules/chrome-launcher": { + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.15.2.tgz", + "integrity": "sha512-zdLEwNo3aUVzIhKhTtXfxhdvZhUghrnmkvcAq2NoDd+LeOHKf03H5jwZ8T/STsAlzyALkBVK552iaG1fGf1xVQ==", + "license": "Apache-2.0", + "dependencies": { + "@types/node": "*", + "escape-string-regexp": "^4.0.0", + "is-wsl": "^2.2.0", + "lighthouse-logger": "^1.0.0" + }, + "bin": { + "print-chrome-path": "bin/print-chrome-path.js" + }, + "engines": { + "node": ">=12.13.0" + } + }, + "node_modules/chromium-edge-launcher": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/chromium-edge-launcher/-/chromium-edge-launcher-0.2.0.tgz", + "integrity": "sha512-JfJjUnq25y9yg4FABRRVPmBGWPZZi+AQXT4mxupb67766/0UlhG8PAZCz6xzEMXTbW3CsSoE8PcCWA49n35mKg==", + "license": "Apache-2.0", + "dependencies": { + "@types/node": "*", + "escape-string-regexp": "^4.0.0", + "is-wsl": "^2.2.0", + "lighthouse-logger": "^1.0.0", + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" + } + }, + "node_modules/ci-info": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", + "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-cursor": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", + "integrity": "sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==", + "license": "MIT", + "dependencies": { + "restore-cursor": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/cli-spinners": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", + "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", + "license": "MIT", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/client-only": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", + "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==", + "license": "MIT" + }, + "node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "license": "ISC", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "license": "MIT", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/color": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", + "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1", + "color-string": "^1.9.0" + }, + "engines": { + "node": ">=12.5.0" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "license": "MIT" + }, + "node_modules/color-string": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", + "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", + "license": "MIT", + "dependencies": { + "color-name": "^1.0.0", + "simple-swizzle": "^0.2.2" + } + }, + "node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "license": "MIT", + "engines": { + "node": ">= 10" + } + }, + "node_modules/compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "license": "MIT", + "dependencies": { + "mime-db": ">= 1.43.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/compression": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.1.tgz", + "integrity": "sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==", + "license": "MIT", + "dependencies": { + "bytes": "3.1.2", + "compressible": "~2.0.18", + "debug": "2.6.9", + "negotiator": "~0.6.4", + "on-headers": "~1.1.0", + "safe-buffer": "5.2.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/compression/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/compression/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/compression/node_modules/negotiator": { + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz", + "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "license": "MIT" + }, + "node_modules/connect": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz", + "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==", + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "finalhandler": "1.1.2", + "parseurl": "~1.3.3", + "utils-merge": "1.0.1" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/connect/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/connect/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "license": "MIT" + }, + "node_modules/core-js-compat": { + "version": "3.48.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.48.0.tgz", + "integrity": "sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q==", + "license": "MIT", + "dependencies": { + "browserslist": "^4.28.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/cross-fetch": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.2.0.tgz", + "integrity": "sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==", + "license": "MIT", + "dependencies": { + "node-fetch": "^2.7.0" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/css-in-js-utils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/css-in-js-utils/-/css-in-js-utils-3.1.0.tgz", + "integrity": "sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A==", + "license": "MIT", + "dependencies": { + "hyphenate-style-name": "^1.0.3" + } + }, + "node_modules/csstype": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", + "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/data-view-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz", + "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/data-view-byte-length": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz", + "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/inspect-js" + } + }, + "node_modules/data-view-byte-offset": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz", + "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decode-uri-component": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", + "license": "MIT", + "engines": { + "node": ">=0.10" + } + }, + "node_modules/deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "license": "MIT", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/deepmerge": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/defaults": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "license": "MIT", + "dependencies": { + "clone": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/define-lazy-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/define-properties": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "license": "MIT", + "dependencies": { + "define-data-property": "^1.0.1", + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "license": "MIT", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/detect-libc": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", + "license": "Apache-2.0", + "engines": { + "node": ">=8" + } + }, + "node_modules/detect-node-es": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/detect-node-es/-/detect-node-es-1.1.0.tgz", + "integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==", + "license": "MIT" + }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/dotenv": { + "version": "16.4.7", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz", + "integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, + "node_modules/dotenv-expand": { + "version": "11.0.7", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-11.0.7.tgz", + "integrity": "sha512-zIHwmZPRshsCdpMDyVsqGmgyP0yT8GAgXUnkdAoJisxvf33k7yO6OuoKmcTGuXPWSsm8Oh88nZicRLA9Y0rUeA==", + "license": "BSD-2-Clause", + "dependencies": { + "dotenv": "^16.4.5" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "license": "MIT" + }, + "node_modules/electron-to-chromium": { + "version": "1.5.313", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.313.tgz", + "integrity": "sha512-QBMrTWEf00GXZmJyx2lbYD45jpI3TUFnNIzJ5BBc8piGUDwMPa1GV6HJWTZVvY/eiN3fSopl7NRbgGp9sZ9LTA==", + "license": "ISC" + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "license": "MIT" + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/env-editor": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/env-editor/-/env-editor-0.4.2.tgz", + "integrity": "sha512-ObFo8v4rQJAE59M69QzwloxPZtd33TpYEIjtKD1rrFDcM1Gd7IkDxEBU+HriziN6HSHQnBJi8Dmy+JWkav5HKA==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/error-stack-parser": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz", + "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==", + "license": "MIT", + "dependencies": { + "stackframe": "^1.3.4" + } + }, + "node_modules/es-abstract": { + "version": "1.24.1", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.1.tgz", + "integrity": "sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-buffer-byte-length": "^1.0.2", + "arraybuffer.prototype.slice": "^1.0.4", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "data-view-buffer": "^1.0.2", + "data-view-byte-length": "^1.0.2", + "data-view-byte-offset": "^1.0.1", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "es-set-tostringtag": "^2.1.0", + "es-to-primitive": "^1.3.0", + "function.prototype.name": "^1.1.8", + "get-intrinsic": "^1.3.0", + "get-proto": "^1.0.1", + "get-symbol-description": "^1.1.0", + "globalthis": "^1.0.4", + "gopd": "^1.2.0", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "internal-slot": "^1.1.0", + "is-array-buffer": "^3.0.5", + "is-callable": "^1.2.7", + "is-data-view": "^1.0.2", + "is-negative-zero": "^2.0.3", + "is-regex": "^1.2.1", + "is-set": "^2.0.3", + "is-shared-array-buffer": "^1.0.4", + "is-string": "^1.1.1", + "is-typed-array": "^1.1.15", + "is-weakref": "^1.1.1", + "math-intrinsics": "^1.1.0", + "object-inspect": "^1.13.4", + "object-keys": "^1.1.1", + "object.assign": "^4.1.7", + "own-keys": "^1.0.1", + "regexp.prototype.flags": "^1.5.4", + "safe-array-concat": "^1.1.3", + "safe-push-apply": "^1.0.0", + "safe-regex-test": "^1.1.0", + "set-proto": "^1.0.0", + "stop-iteration-iterator": "^1.1.0", + "string.prototype.trim": "^1.2.10", + "string.prototype.trimend": "^1.0.9", + "string.prototype.trimstart": "^1.0.8", + "typed-array-buffer": "^1.0.3", + "typed-array-byte-length": "^1.0.3", + "typed-array-byte-offset": "^1.0.4", + "typed-array-length": "^1.0.7", + "unbox-primitive": "^1.1.0", + "which-typed-array": "^1.1.19" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-iterator-helpers": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.3.1.tgz", + "integrity": "sha512-zWwRvqWiuBPr0muUG/78cW3aHROFCNIQ3zpmYDpwdbnt2m+xlNyRWpHBpa2lJjSBit7BQ+RXA1iwbSmu5yJ/EQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "define-properties": "^1.2.1", + "es-abstract": "^1.24.1", + "es-errors": "^1.3.0", + "es-set-tostringtag": "^2.1.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.3.0", + "globalthis": "^1.0.4", + "gopd": "^1.2.0", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.2.0", + "has-symbols": "^1.1.0", + "internal-slot": "^1.1.0", + "iterator.prototype": "^1.1.5", + "math-intrinsics": "^1.1.0", + "safe-array-concat": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-set-tostringtag": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-shim-unscopables": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz", + "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==", + "dev": true, + "license": "MIT", + "dependencies": { + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-to-primitive": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz", + "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-callable": "^1.2.7", + "is-date-object": "^1.0.5", + "is-symbol": "^1.0.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "license": "MIT" + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint": { + "version": "8.57.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", + "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", + "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.4", + "@eslint/js": "8.57.1", + "@humanwhocodes/config-array": "^0.13.0", + "@humanwhocodes/module-importer": "^1.0.1", + "@nodelib/fs.walk": "^1.2.8", + "@ungap/structured-clone": "^1.2.0", + "ajv": "^6.12.4", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", + "esquery": "^1.4.2", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "globals": "^13.19.0", + "graphemer": "^1.4.0", + "ignore": "^5.2.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "is-path-inside": "^3.0.3", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.3", + "strip-ansi": "^6.0.1", + "text-table": "^0.2.0" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-config-expo": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-expo/-/eslint-config-expo-10.0.0.tgz", + "integrity": "sha512-/XC/DvniUWTzU7Ypb/cLDhDD4DXqEio4lug1ObD/oQ9Hcx3OVOR8Mkp4u6U4iGoZSJyIQmIk3WVHe/P1NYUXKw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/eslint-plugin": "^8.18.2", + "@typescript-eslint/parser": "^8.18.2", + "eslint-import-resolver-typescript": "^3.6.3", + "eslint-plugin-expo": "^1.0.0", + "eslint-plugin-import": "^2.30.0", + "eslint-plugin-react": "^7.37.3", + "eslint-plugin-react-hooks": "^5.1.0", + "globals": "^16.0.0" + }, + "peerDependencies": { + "eslint": ">=8.10" + } + }, + "node_modules/eslint-config-expo/node_modules/globals": { + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint-import-resolver-node": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", + "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^3.2.7", + "is-core-module": "^2.13.0", + "resolve": "^1.22.4" + } + }, + "node_modules/eslint-import-resolver-node/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint-import-resolver-typescript": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.10.1.tgz", + "integrity": "sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "@nolyfill/is-core-module": "1.0.39", + "debug": "^4.4.0", + "get-tsconfig": "^4.10.0", + "is-bun-module": "^2.0.0", + "stable-hash": "^0.0.5", + "tinyglobby": "^0.2.13", + "unrs-resolver": "^1.6.2" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint-import-resolver-typescript" + }, + "peerDependencies": { + "eslint": "*", + "eslint-plugin-import": "*", + "eslint-plugin-import-x": "*" + }, + "peerDependenciesMeta": { + "eslint-plugin-import": { + "optional": true + }, + "eslint-plugin-import-x": { + "optional": true + } + } + }, + "node_modules/eslint-module-utils": { + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz", + "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^3.2.7" + }, + "engines": { + "node": ">=4" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + } + } + }, + "node_modules/eslint-module-utils/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint-plugin-expo": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-expo/-/eslint-plugin-expo-1.0.0.tgz", + "integrity": "sha512-qLtunR+cNFtC+jwYCBia5c/PJurMjSLMOV78KrEOyQK02ohZapU4dCFFnS2hfrJuw0zxfsjVkjqg3QBqi933QA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "^8.29.1", + "@typescript-eslint/utils": "^8.29.1", + "eslint": "^9.24.0" + }, + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "eslint": ">=8.10" + } + }, + "node_modules/eslint-plugin-expo/node_modules/@eslint/eslintrc": { + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.5.tgz", + "integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==", + "dev": true, + "license": "MIT", + "dependencies": { + "ajv": "^6.14.0", + "debug": "^4.3.2", + "espree": "^10.0.1", + "globals": "^14.0.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.1", + "minimatch": "^3.1.5", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-plugin-expo/node_modules/@eslint/js": { + "version": "9.39.4", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz", + "integrity": "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://eslint.org/donate" + } + }, + "node_modules/eslint-plugin-expo/node_modules/eslint": { + "version": "9.39.4", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.4.tgz", + "integrity": "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.8.0", + "@eslint-community/regexpp": "^4.12.1", + "@eslint/config-array": "^0.21.2", + "@eslint/config-helpers": "^0.4.2", + "@eslint/core": "^0.17.0", + "@eslint/eslintrc": "^3.3.5", + "@eslint/js": "9.39.4", + "@eslint/plugin-kit": "^0.4.1", + "@humanfs/node": "^0.16.6", + "@humanwhocodes/module-importer": "^1.0.1", + "@humanwhocodes/retry": "^0.4.2", + "@types/estree": "^1.0.6", + "ajv": "^6.14.0", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.6", + "debug": "^4.3.2", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^8.4.0", + "eslint-visitor-keys": "^4.2.1", + "espree": "^10.4.0", + "esquery": "^1.5.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^8.0.0", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "ignore": "^5.2.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.5", + "natural-compare": "^1.4.0", + "optionator": "^0.9.3" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://eslint.org/donate" + }, + "peerDependencies": { + "jiti": "*" + }, + "peerDependenciesMeta": { + "jiti": { + "optional": true + } + } + }, + "node_modules/eslint-plugin-expo/node_modules/eslint-scope": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz", + "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-plugin-expo/node_modules/eslint-visitor-keys": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", + "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-plugin-expo/node_modules/espree": { + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", + "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "acorn": "^8.15.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^4.2.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-plugin-expo/node_modules/file-entry-cache": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", + "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "flat-cache": "^4.0.0" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/eslint-plugin-expo/node_modules/flat-cache": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", + "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", + "dev": true, + "license": "MIT", + "dependencies": { + "flatted": "^3.2.9", + "keyv": "^4.5.4" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/eslint-plugin-expo/node_modules/globals": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", + "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint-plugin-import": { + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz", + "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@rtsao/scc": "^1.1.0", + "array-includes": "^3.1.9", + "array.prototype.findlastindex": "^1.2.6", + "array.prototype.flat": "^1.3.3", + "array.prototype.flatmap": "^1.3.3", + "debug": "^3.2.7", + "doctrine": "^2.1.0", + "eslint-import-resolver-node": "^0.3.9", + "eslint-module-utils": "^2.12.1", + "hasown": "^2.0.2", + "is-core-module": "^2.16.1", + "is-glob": "^4.0.3", + "minimatch": "^3.1.2", + "object.fromentries": "^2.0.8", + "object.groupby": "^1.0.3", + "object.values": "^1.2.1", + "semver": "^6.3.1", + "string.prototype.trimend": "^1.0.9", + "tsconfig-paths": "^3.15.0" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" + } + }, + "node_modules/eslint-plugin-import/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint-plugin-import/node_modules/doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/eslint-plugin-react": { + "version": "7.37.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz", + "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-includes": "^3.1.8", + "array.prototype.findlast": "^1.2.5", + "array.prototype.flatmap": "^1.3.3", + "array.prototype.tosorted": "^1.1.4", + "doctrine": "^2.1.0", + "es-iterator-helpers": "^1.2.1", + "estraverse": "^5.3.0", + "hasown": "^2.0.2", + "jsx-ast-utils": "^2.4.1 || ^3.0.0", + "minimatch": "^3.1.2", + "object.entries": "^1.1.9", + "object.fromentries": "^2.0.8", + "object.values": "^1.2.1", + "prop-types": "^15.8.1", + "resolve": "^2.0.0-next.5", + "semver": "^6.3.1", + "string.prototype.matchall": "^4.0.12", + "string.prototype.repeat": "^1.0.0" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" + } + }, + "node_modules/eslint-plugin-react-hooks": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz", + "integrity": "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" + } + }, + "node_modules/eslint-plugin-react/node_modules/doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/eslint-plugin-react/node_modules/resolve": { + "version": "2.0.0-next.6", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.6.tgz", + "integrity": "sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "is-core-module": "^2.16.1", + "node-exports-info": "^1.6.0", + "object-keys": "^1.1.1", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/eslint-scope": { + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/espree": { + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "acorn": "^8.9.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.4.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "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", + "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/expo": { + "version": "54.0.33", + "resolved": "https://registry.npmjs.org/expo/-/expo-54.0.33.tgz", + "integrity": "sha512-3yOEfAKqo+gqHcV8vKcnq0uA5zxlohnhA3fu4G43likN8ct5ZZ3LjAh9wDdKteEkoad3tFPvwxmXW711S5OHUw==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.0", + "@expo/cli": "54.0.23", + "@expo/config": "~12.0.13", + "@expo/config-plugins": "~54.0.4", + "@expo/devtools": "0.1.8", + "@expo/fingerprint": "0.15.4", + "@expo/metro": "~54.2.0", + "@expo/metro-config": "54.0.14", + "@expo/vector-icons": "^15.0.3", + "@ungap/structured-clone": "^1.3.0", + "babel-preset-expo": "~54.0.10", + "expo-asset": "~12.0.12", + "expo-constants": "~18.0.13", + "expo-file-system": "~19.0.21", + "expo-font": "~14.0.11", + "expo-keep-awake": "~15.0.8", + "expo-modules-autolinking": "3.0.24", + "expo-modules-core": "3.0.29", + "pretty-format": "^29.7.0", + "react-refresh": "^0.14.2", + "whatwg-url-without-unicode": "8.0.0-3" + }, + "bin": { + "expo": "bin/cli", + "expo-modules-autolinking": "bin/autolinking", + "fingerprint": "bin/fingerprint" + }, + "peerDependencies": { + "@expo/dom-webview": "*", + "@expo/metro-runtime": "*", + "react": "*", + "react-native": "*", + "react-native-webview": "*" + }, + "peerDependenciesMeta": { + "@expo/dom-webview": { + "optional": true + }, + "@expo/metro-runtime": { + "optional": true + }, + "react-native-webview": { + "optional": true + } + } + }, + "node_modules/expo-application": { + "version": "7.0.8", + "resolved": "https://registry.npmjs.org/expo-application/-/expo-application-7.0.8.tgz", + "integrity": "sha512-qFGyxk7VJbrNOQWBbE09XUuGuvkOgFS9QfToaK2FdagM2aQ+x3CvGV2DuVgl/l4ZxPgIf3b/MNh9xHpwSwn74Q==", + "license": "MIT", + "peerDependencies": { + "expo": "*" + } + }, + "node_modules/expo-asset": { + "version": "12.0.12", + "resolved": "https://registry.npmjs.org/expo-asset/-/expo-asset-12.0.12.tgz", + "integrity": "sha512-CsXFCQbx2fElSMn0lyTdRIyKlSXOal6ilLJd+yeZ6xaC7I9AICQgscY5nj0QcwgA+KYYCCEQEBndMsmj7drOWQ==", + "license": "MIT", + "dependencies": { + "@expo/image-utils": "^0.8.8", + "expo-constants": "~18.0.12" + }, + "peerDependencies": { + "expo": "*", + "react": "*", + "react-native": "*" + } + }, + "node_modules/expo-auth-session": { + "version": "7.0.10", + "resolved": "https://registry.npmjs.org/expo-auth-session/-/expo-auth-session-7.0.10.tgz", + "integrity": "sha512-XDnKkudvhHSKkZfJ+KkodM+anQcrxB71i+h0kKabdLa5YDXTQ81aC38KRc3TMqmnBDHAu0NpfbzEVd9WDFY3Qg==", + "license": "MIT", + "dependencies": { + "expo-application": "~7.0.8", + "expo-constants": "~18.0.11", + "expo-crypto": "~15.0.8", + "expo-linking": "~8.0.10", + "expo-web-browser": "~15.0.10", + "invariant": "^2.2.4" + }, + "peerDependencies": { + "react": "*", + "react-native": "*" + } + }, + "node_modules/expo-build-properties": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/expo-build-properties/-/expo-build-properties-1.0.10.tgz", + "integrity": "sha512-mFCZbrbrv0AP5RB151tAoRzwRJelqM7bCJzCkxpu+owOyH+p/rFC/q7H5q8B9EpVWj8etaIuszR+gKwohpmu1Q==", + "license": "MIT", + "dependencies": { + "ajv": "^8.11.0", + "semver": "^7.6.0" + }, + "peerDependencies": { + "expo": "*" + } + }, + "node_modules/expo-build-properties/node_modules/ajv": { + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz", + "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/expo-build-properties/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "license": "MIT" + }, + "node_modules/expo-build-properties/node_modules/semver": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/expo-camera": { + "version": "17.0.10", + "resolved": "https://registry.npmjs.org/expo-camera/-/expo-camera-17.0.10.tgz", + "integrity": "sha512-w1RBw83mAGVk4BPPwNrCZyFop0VLiVSRE3c2V9onWbdFwonpRhzmB4drygG8YOUTl1H3wQvALJHyMPTbgsK1Jg==", + "license": "MIT", + "dependencies": { + "invariant": "^2.2.4" + }, + "peerDependencies": { + "expo": "*", + "react": "*", + "react-native": "*", + "react-native-web": "*" + }, + "peerDependenciesMeta": { + "react-native-web": { + "optional": true + } + } + }, + "node_modules/expo-constants": { + "version": "18.0.13", + "resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-18.0.13.tgz", + "integrity": "sha512-FnZn12E1dRYKDHlAdIyNFhBurKTS3F9CrfrBDJI5m3D7U17KBHMQ6JEfYlSj7LG7t+Ulr+IKaj58L1k5gBwTcQ==", + "license": "MIT", + "dependencies": { + "@expo/config": "~12.0.13", + "@expo/env": "~2.0.8" + }, + "peerDependencies": { + "expo": "*", + "react-native": "*" + } + }, + "node_modules/expo-crypto": { + "version": "15.0.8", + "resolved": "https://registry.npmjs.org/expo-crypto/-/expo-crypto-15.0.8.tgz", + "integrity": "sha512-aF7A914TB66WIlTJvl5J6/itejfY78O7dq3ibvFltL9vnTALJ/7LYHvLT4fwmx9yUNS6ekLBtDGWivFWnj2Fcw==", + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.0" + }, + "peerDependencies": { + "expo": "*" + } + }, + "node_modules/expo-dev-client": { + "version": "6.0.20", + "resolved": "https://registry.npmjs.org/expo-dev-client/-/expo-dev-client-6.0.20.tgz", + "integrity": "sha512-5XjoVlj1OxakNxy55j/AUaGPrDOlQlB6XdHLLWAw61w5ffSpUDHDnuZzKzs9xY1eIaogOqTOQaAzZ2ddBkdXLA==", + "license": "MIT", + "dependencies": { + "expo-dev-launcher": "6.0.20", + "expo-dev-menu": "7.0.18", + "expo-dev-menu-interface": "2.0.0", + "expo-manifests": "~1.0.10", + "expo-updates-interface": "~2.0.0" + }, + "peerDependencies": { + "expo": "*" + } + }, + "node_modules/expo-dev-launcher": { + "version": "6.0.20", + "resolved": "https://registry.npmjs.org/expo-dev-launcher/-/expo-dev-launcher-6.0.20.tgz", + "integrity": "sha512-a04zHEeT9sB0L5EB38fz7sNnUKJ2Ar1pXpcyl60Ki8bXPNCs9rjY7NuYrDkP/irM8+1DklMBqHpyHiLyJ/R+EA==", + "license": "MIT", + "dependencies": { + "ajv": "^8.11.0", + "expo-dev-menu": "7.0.18", + "expo-manifests": "~1.0.10" + }, + "peerDependencies": { + "expo": "*" + } + }, + "node_modules/expo-dev-launcher/node_modules/ajv": { + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz", + "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/expo-dev-launcher/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "license": "MIT" + }, + "node_modules/expo-dev-menu": { + "version": "7.0.18", + "resolved": "https://registry.npmjs.org/expo-dev-menu/-/expo-dev-menu-7.0.18.tgz", + "integrity": "sha512-4kTdlHrnZCAWCT6tZRQHSSjZ7vECFisL4T+nsG/GJDo/jcHNaOVGV5qPV9wzlTxyMk3YOPggRw4+g7Ownrg5eA==", + "license": "MIT", + "dependencies": { + "expo-dev-menu-interface": "2.0.0" + }, + "peerDependencies": { + "expo": "*" + } + }, + "node_modules/expo-dev-menu-interface": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/expo-dev-menu-interface/-/expo-dev-menu-interface-2.0.0.tgz", + "integrity": "sha512-BvAMPt6x+vyXpThsyjjOYyjwfjREV4OOpQkZ0tNl+nGpsPfcY9mc6DRACoWnH9KpLzyIt3BOgh3cuy/h/OxQjw==", + "license": "MIT", + "peerDependencies": { + "expo": "*" + } + }, + "node_modules/expo-device": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/expo-device/-/expo-device-7.0.3.tgz", + "integrity": "sha512-uNGhDYmpDj/3GySWZmRiYSt52Phdim11p0pXfgpCq/nMks0+UPZwl3D0vin5N8/gpVe5yzb13GYuFxiVoDyniw==", + "license": "MIT", + "dependencies": { + "ua-parser-js": "^0.7.33" + }, + "peerDependencies": { + "expo": "*" + } + }, + "node_modules/expo-document-picker": { + "version": "14.0.8", + "resolved": "https://registry.npmjs.org/expo-document-picker/-/expo-document-picker-14.0.8.tgz", + "integrity": "sha512-3tyQKpPqWWFlI8p9RiMX1+T1Zge5mEKeBuXWp1h8PEItFMUDSiOJbQ112sfdC6Hxt8wSxreV9bCRl/NgBdt+fA==", + "license": "MIT", + "peerDependencies": { + "expo": "*" + } + }, + "node_modules/expo-file-system": { + "version": "19.0.21", + "resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-19.0.21.tgz", + "integrity": "sha512-s3DlrDdiscBHtab/6W1osrjGL+C2bvoInPJD7sOwmxfJ5Woynv2oc+Fz1/xVXaE/V7HE/+xrHC/H45tu6lZzzg==", + "license": "MIT", + "peerDependencies": { + "expo": "*", + "react-native": "*" + } + }, + "node_modules/expo-font": { + "version": "14.0.11", + "resolved": "https://registry.npmjs.org/expo-font/-/expo-font-14.0.11.tgz", + "integrity": "sha512-ga0q61ny4s/kr4k8JX9hVH69exVSIfcIc19+qZ7gt71Mqtm7xy2c6kwsPTCyhBW2Ro5yXTT8EaZOpuRi35rHbg==", + "license": "MIT", + "dependencies": { + "fontfaceobserver": "^2.1.0" + }, + "peerDependencies": { + "expo": "*", + "react": "*", + "react-native": "*" + } + }, + "node_modules/expo-image-loader": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/expo-image-loader/-/expo-image-loader-6.0.0.tgz", + "integrity": "sha512-nKs/xnOGw6ACb4g26xceBD57FKLFkSwEUTDXEDF3Gtcu3MqF3ZIYd3YM+sSb1/z9AKV1dYT7rMSGVNgsveXLIQ==", + "license": "MIT", + "peerDependencies": { + "expo": "*" + } + }, + "node_modules/expo-image-manipulator": { + "version": "14.0.8", + "resolved": "https://registry.npmjs.org/expo-image-manipulator/-/expo-image-manipulator-14.0.8.tgz", + "integrity": "sha512-sXsXjm7rIxLWZe0j2A41J/Ph53PpFJRdyzJ3EQ/qetxLUvS2m3K1sP5xy37px43qCf0l79N/i6XgFgenFV36/Q==", + "license": "MIT", + "dependencies": { + "expo-image-loader": "~6.0.0" + }, + "peerDependencies": { + "expo": "*" + } + }, + "node_modules/expo-image-picker": { + "version": "17.0.10", + "resolved": "https://registry.npmjs.org/expo-image-picker/-/expo-image-picker-17.0.10.tgz", + "integrity": "sha512-a2xrowp2trmvXyUWgX3O6Q2rZaa2C59AqivKI7+bm+wLvMfTEbZgldLX4rEJJhM8xtmEDTNU+lzjtObwzBRGaw==", + "license": "MIT", + "dependencies": { + "expo-image-loader": "~6.0.0" + }, + "peerDependencies": { + "expo": "*" + } + }, + "node_modules/expo-json-utils": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/expo-json-utils/-/expo-json-utils-0.15.0.tgz", + "integrity": "sha512-duRT6oGl80IDzH2LD2yEFWNwGIC2WkozsB6HF3cDYNoNNdUvFk6uN3YiwsTsqVM/D0z6LEAQ01/SlYvN+Fw0JQ==", + "license": "MIT" + }, + "node_modules/expo-keep-awake": { + "version": "15.0.8", + "resolved": "https://registry.npmjs.org/expo-keep-awake/-/expo-keep-awake-15.0.8.tgz", + "integrity": "sha512-YK9M1VrnoH1vLJiQzChZgzDvVimVoriibiDIFLbQMpjYBnvyfUeHJcin/Gx1a+XgupNXy92EQJLgI/9ZuXajYQ==", + "license": "MIT", + "peerDependencies": { + "expo": "*", + "react": "*" + } + }, + "node_modules/expo-linking": { + "version": "8.0.11", + "resolved": "https://registry.npmjs.org/expo-linking/-/expo-linking-8.0.11.tgz", + "integrity": "sha512-+VSaNL5om3kOp/SSKO5qe6cFgfSIWnnQDSbA7XLs3ECkYzXRquk5unxNS3pg7eK5kNUmQ4kgLI7MhTggAEUBLA==", + "license": "MIT", + "dependencies": { + "expo-constants": "~18.0.12", + "invariant": "^2.2.4" + }, + "peerDependencies": { + "react": "*", + "react-native": "*" + } + }, + "node_modules/expo-manifests": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/expo-manifests/-/expo-manifests-1.0.10.tgz", + "integrity": "sha512-oxDUnURPcL4ZsOBY6X1DGWGuoZgVAFzp6PISWV7lPP2J0r8u1/ucuChBgpK7u1eLGFp6sDIPwXyEUCkI386XSQ==", + "license": "MIT", + "dependencies": { + "@expo/config": "~12.0.11", + "expo-json-utils": "~0.15.0" + }, + "peerDependencies": { + "expo": "*" + } + }, + "node_modules/expo-modules-autolinking": { + "version": "3.0.24", + "resolved": "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-3.0.24.tgz", + "integrity": "sha512-TP+6HTwhL7orDvsz2VzauyQlXJcAWyU3ANsZ7JGL4DQu8XaZv/A41ZchbtAYLfozNA2Ya1Hzmhx65hXryBMjaQ==", + "license": "MIT", + "dependencies": { + "@expo/spawn-async": "^1.7.2", + "chalk": "^4.1.0", + "commander": "^7.2.0", + "require-from-string": "^2.0.2", + "resolve-from": "^5.0.0" + }, + "bin": { + "expo-modules-autolinking": "bin/expo-modules-autolinking.js" + } + }, + "node_modules/expo-modules-core": { + "version": "3.0.29", + "resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-3.0.29.tgz", + "integrity": "sha512-LzipcjGqk8gvkrOUf7O2mejNWugPkf3lmd9GkqL9WuNyeN2fRwU0Dn77e3ZUKI3k6sI+DNwjkq4Nu9fNN9WS7Q==", + "license": "MIT", + "dependencies": { + "invariant": "^2.2.4" + }, + "peerDependencies": { + "react": "*", + "react-native": "*" + } + }, + "node_modules/expo-notifications": { + "version": "0.32.16", + "resolved": "https://registry.npmjs.org/expo-notifications/-/expo-notifications-0.32.16.tgz", + "integrity": "sha512-QQD/UA6v7LgvwIJ+tS7tSvqJZkdp0nCSj9MxsDk/jU1GttYdK49/5L2LvE/4U0H7sNBz1NZAyhDZozg8xgBLXw==", + "license": "MIT", + "dependencies": { + "@expo/image-utils": "^0.8.8", + "@ide/backoff": "^1.0.0", + "abort-controller": "^3.0.0", + "assert": "^2.0.0", + "badgin": "^1.1.5", + "expo-application": "~7.0.8", + "expo-constants": "~18.0.13" + }, + "peerDependencies": { + "expo": "*", + "react": "*", + "react-native": "*" + } + }, + "node_modules/expo-router": { + "version": "6.0.23", + "resolved": "https://registry.npmjs.org/expo-router/-/expo-router-6.0.23.tgz", + "integrity": "sha512-qCxVAiCrCyu0npky6azEZ6dJDMt77OmCzEbpF6RbUTlfkaCA417LvY14SBkk0xyGruSxy/7pvJOI6tuThaUVCA==", + "license": "MIT", + "dependencies": { + "@expo/metro-runtime": "^6.1.2", + "@expo/schema-utils": "^0.1.8", + "@radix-ui/react-slot": "1.2.0", + "@radix-ui/react-tabs": "^1.1.12", + "@react-navigation/bottom-tabs": "^7.4.0", + "@react-navigation/native": "^7.1.8", + "@react-navigation/native-stack": "^7.3.16", + "client-only": "^0.0.1", + "debug": "^4.3.4", + "escape-string-regexp": "^4.0.0", + "expo-server": "^1.0.5", + "fast-deep-equal": "^3.1.3", + "invariant": "^2.2.4", + "nanoid": "^3.3.8", + "query-string": "^7.1.3", + "react-fast-compare": "^3.2.2", + "react-native-is-edge-to-edge": "^1.1.6", + "semver": "~7.6.3", + "server-only": "^0.0.1", + "sf-symbols-typescript": "^2.1.0", + "shallowequal": "^1.1.0", + "use-latest-callback": "^0.2.1", + "vaul": "^1.1.2" + }, + "peerDependencies": { + "@expo/metro-runtime": "^6.1.2", + "@react-navigation/drawer": "^7.5.0", + "@testing-library/react-native": ">= 12.0.0", + "expo": "*", + "expo-constants": "^18.0.13", + "expo-linking": "^8.0.11", + "react": "*", + "react-dom": "*", + "react-native": "*", + "react-native-gesture-handler": "*", + "react-native-reanimated": "*", + "react-native-safe-area-context": ">= 5.4.0", + "react-native-screens": "*", + "react-native-web": "*", + "react-server-dom-webpack": "~19.0.4 || ~19.1.5 || ~19.2.4" + }, + "peerDependenciesMeta": { + "@react-navigation/drawer": { + "optional": true + }, + "@testing-library/react-native": { + "optional": true + }, + "react-dom": { + "optional": true + }, + "react-native-gesture-handler": { + "optional": true + }, + "react-native-reanimated": { + "optional": true + }, + "react-native-web": { + "optional": true + }, + "react-server-dom-webpack": { + "optional": true + } + } + }, + "node_modules/expo-router/node_modules/semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/expo-secure-store": { + "version": "15.0.8", + "resolved": "https://registry.npmjs.org/expo-secure-store/-/expo-secure-store-15.0.8.tgz", + "integrity": "sha512-lHnzvRajBu4u+P99+0GEMijQMFCOYpWRO4dWsXSuMt77+THPIGjzNvVKrGSl6mMrLsfVaKL8BpwYZLGlgA+zAw==", + "license": "MIT", + "peerDependencies": { + "expo": "*" + } + }, + "node_modules/expo-server": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/expo-server/-/expo-server-1.0.5.tgz", + "integrity": "sha512-IGR++flYH70rhLyeXF0Phle56/k4cee87WeQ4mamS+MkVAVP+dDlOHf2nN06Z9Y2KhU0Gp1k+y61KkghF7HdhA==", + "license": "MIT", + "engines": { + "node": ">=20.16.0" + } + }, + "node_modules/expo-sharing": { + "version": "14.0.8", + "resolved": "https://registry.npmjs.org/expo-sharing/-/expo-sharing-14.0.8.tgz", + "integrity": "sha512-A1pPr2iBrxypFDCWVAESk532HK+db7MFXbvO2sCV9ienaFXAk7lIBm6bkqgE6vzRd9O3RGdEGzYx80cYlc089Q==", + "license": "MIT", + "peerDependencies": { + "expo": "*" + } + }, + "node_modules/expo-splash-screen": { + "version": "31.0.13", + "resolved": "https://registry.npmjs.org/expo-splash-screen/-/expo-splash-screen-31.0.13.tgz", + "integrity": "sha512-1epJLC1cDlwwj089R2h8cxaU5uk4ONVAC+vzGiTZH4YARQhL4Stlz1MbR6yAS173GMosvkE6CAeihR7oIbCkDA==", + "license": "MIT", + "dependencies": { + "@expo/prebuild-config": "^54.0.8" + }, + "peerDependencies": { + "expo": "*" + } + }, + "node_modules/expo-status-bar": { + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/expo-status-bar/-/expo-status-bar-3.0.9.tgz", + "integrity": "sha512-xyYyVg6V1/SSOZWh4Ni3U129XHCnFHBTcUo0dhWtFDrZbNp/duw5AGsQfb2sVeU0gxWHXSY1+5F0jnKYC7WuOw==", + "license": "MIT", + "dependencies": { + "react-native-is-edge-to-edge": "^1.2.1" + }, + "peerDependencies": { + "react": "*", + "react-native": "*" + } + }, + "node_modules/expo-updates-interface": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/expo-updates-interface/-/expo-updates-interface-2.0.0.tgz", + "integrity": "sha512-pTzAIufEZdVPKql6iMi5ylVSPqV1qbEopz9G6TSECQmnNde2nwq42PxdFBaUEd8IZJ/fdJLQnOT3m6+XJ5s7jg==", + "license": "MIT", + "peerDependencies": { + "expo": "*" + } + }, + "node_modules/expo-web-browser": { + "version": "15.0.10", + "resolved": "https://registry.npmjs.org/expo-web-browser/-/expo-web-browser-15.0.10.tgz", + "integrity": "sha512-fvDhW4bhmXAeWFNFiInmsGCK83PAqAcQaFyp/3pE/jbdKmFKoRCWr46uZGIfN4msLK/OODhaQ/+US7GSJNDHJg==", + "license": "MIT", + "peerDependencies": { + "expo": "*", + "react-native": "*" + } + }, + "node_modules/exponential-backoff": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.3.tgz", + "integrity": "sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA==", + "license": "Apache-2.0" + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "license": "MIT" + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "license": "MIT" + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "dev": true, + "license": "MIT" + }, + "node_modules/fast-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", + "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/fastq": { + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz", + "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==", + "dev": true, + "license": "ISC", + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/fb-watchman": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", + "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", + "license": "Apache-2.0", + "dependencies": { + "bser": "2.1.1" + } + }, + "node_modules/fbjs": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-3.0.5.tgz", + "integrity": "sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==", + "license": "MIT", + "dependencies": { + "cross-fetch": "^3.1.5", + "fbjs-css-vars": "^1.0.0", + "loose-envify": "^1.0.0", + "object-assign": "^4.1.0", + "promise": "^7.1.1", + "setimmediate": "^1.0.5", + "ua-parser-js": "^1.0.35" + } + }, + "node_modules/fbjs-css-vars": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz", + "integrity": "sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==", + "license": "MIT" + }, + "node_modules/fbjs/node_modules/promise": { + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", + "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", + "license": "MIT", + "dependencies": { + "asap": "~2.0.3" + } + }, + "node_modules/fbjs/node_modules/ua-parser-js": { + "version": "1.0.41", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.41.tgz", + "integrity": "sha512-LbBDqdIC5s8iROCUjMbW1f5dJQTEFB1+KO9ogbvlb3nm9n4YHa5p4KTvFPWvh2Hs8gZMBuiB1/8+pdfe/tDPug==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/ua-parser-js" + }, + { + "type": "paypal", + "url": "https://paypal.me/faisalman" + }, + { + "type": "github", + "url": "https://github.com/sponsors/faisalman" + } + ], + "license": "MIT", + "bin": { + "ua-parser-js": "script/cli.js" + }, + "engines": { + "node": "*" + } + }, + "node_modules/fdir": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", + "license": "MIT", + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "picomatch": "^3 || ^4" + }, + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } + } + }, + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "license": "MIT", + "dependencies": { + "flat-cache": "^3.0.4" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/filter-obj": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz", + "integrity": "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/finalhandler/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/finalhandler/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "license": "MIT", + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/flat-cache": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", + "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", + "dev": true, + "license": "MIT", + "dependencies": { + "flatted": "^3.2.9", + "keyv": "^4.5.3", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flatted": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.1.tgz", + "integrity": "sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/flow-enums-runtime": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/flow-enums-runtime/-/flow-enums-runtime-0.0.6.tgz", + "integrity": "sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw==", + "license": "MIT" + }, + "node_modules/fontfaceobserver": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/fontfaceobserver/-/fontfaceobserver-2.3.0.tgz", + "integrity": "sha512-6FPvD/IVyT4ZlNe7Wcn5Fb/4ChigpucKYSvD6a+0iMoLn2inpo711eyIcKjmDtE5XNcgAkSH9uN/nfAeZzHEfg==", + "license": "BSD-2-Clause" + }, + "node_modules/for-each": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz", + "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==", + "license": "MIT", + "dependencies": { + "is-callable": "^1.2.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/freeport-async": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/freeport-async/-/freeport-async-2.0.0.tgz", + "integrity": "sha512-K7od3Uw45AJg00XUmy15+Hae2hOcgKcmN3/EF6Y7i01O0gaqiRx8sUSpsb9+BRNL8RPBrhzPsVfy8q9ADlJuWQ==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "license": "ISC" + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/function.prototype.name": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz", + "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "define-properties": "^1.2.1", + "functions-have-names": "^1.2.3", + "hasown": "^2.0.2", + "is-callable": "^1.2.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/functions-have-names": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/generator-function": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz", + "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "license": "ISC", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-nonce": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-nonce/-/get-nonce-1.0.1.tgz", + "integrity": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "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", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/get-symbol-description": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz", + "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-tsconfig": { + "version": "4.13.6", + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.6.tgz", + "integrity": "sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==", + "dev": true, + "license": "MIT", + "dependencies": { + "resolve-pkg-maps": "^1.0.0" + }, + "funding": { + "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" + } + }, + "node_modules/getenv": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/getenv/-/getenv-2.0.0.tgz", + "integrity": "sha512-VilgtJj/ALgGY77fiLam5iD336eSWi96Q15JSAG1zi8NRBysm3LXKdGnHb4m5cuyxvOLQQKWpBZAT6ni4FI2iQ==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/glob": { + "version": "13.0.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz", + "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==", + "license": "BlueOak-1.0.0", + "dependencies": { + "minimatch": "^10.2.2", + "minipass": "^7.1.3", + "path-scurry": "^2.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/glob/node_modules/balanced-match": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", + "license": "MIT", + "engines": { + "node": "18 || 20 || >=22" + } + }, + "node_modules/glob/node_modules/brace-expansion": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz", + "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==", + "license": "MIT", + "dependencies": { + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" + } + }, + "node_modules/glob/node_modules/minimatch": { + "version": "10.2.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz", + "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==", + "license": "BlueOak-1.0.0", + "dependencies": { + "brace-expansion": "^5.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/globalthis": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", + "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "define-properties": "^1.2.1", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gopd": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "license": "ISC" + }, + "node_modules/graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", + "dev": true, + "license": "MIT" + }, + "node_modules/has-bigints": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz", + "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz", + "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "license": "MIT", + "dependencies": { + "has-symbols": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/hermes-estree": { + "version": "0.29.1", + "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.29.1.tgz", + "integrity": "sha512-jl+x31n4/w+wEqm0I2r4CMimukLbLQEYpisys5oCre611CI5fc9TxhqkBBCJ1edDG4Kza0f7CgNz8xVMLZQOmQ==", + "license": "MIT" + }, + "node_modules/hermes-parser": { + "version": "0.29.1", + "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.29.1.tgz", + "integrity": "sha512-xBHWmUtRC5e/UL0tI7Ivt2riA/YBq9+SiYFU7C1oBa/j2jYGlIF9043oak1F47ihuDIxQ5nbsKueYJDRY02UgA==", + "license": "MIT", + "dependencies": { + "hermes-estree": "0.29.1" + } + }, + "node_modules/hosted-git-info": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz", + "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==", + "license": "ISC", + "dependencies": { + "lru-cache": "^10.0.1" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/hosted-git-info/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "license": "ISC" + }, + "node_modules/http-errors": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz", + "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==", + "license": "MIT", + "dependencies": { + "depd": "~2.0.0", + "inherits": "~2.0.4", + "setprototypeof": "~1.2.0", + "statuses": "~2.0.2", + "toidentifier": "~1.0.1" + }, + "engines": { + "node": ">= 0.8" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/http-errors/node_modules/statuses": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", + "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/https-proxy-agent": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", + "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", + "license": "MIT", + "dependencies": { + "agent-base": "^7.1.2", + "debug": "4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/hyphenate-style-name": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.1.0.tgz", + "integrity": "sha512-WDC/ui2VVRrz3jOVi+XtjqkDjiVjTtFaAGiW37k6b+ohyQ5wYDOGkvCZa8+H0nx3gyvv0+BST9xuOgIyGQ00gw==", + "license": "BSD-3-Clause" + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/ignore": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, + "node_modules/image-size": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-1.2.1.tgz", + "integrity": "sha512-rH+46sQJ2dlwfjfhCyNx5thzrv+dtmBIhPHk0zgRUukHzZ/kRueTJXoYYsclBaKcSMBWuGbOFXtioLpzTb5euw==", + "license": "MIT", + "dependencies": { + "queue": "6.0.2" + }, + "bin": { + "image-size": "bin/image-size.js" + }, + "engines": { + "node": ">=16.x" + } + }, + "node_modules/import-fresh": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", + "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "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==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "license": "MIT", + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "license": "ISC", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "license": "ISC" + }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "license": "ISC" + }, + "node_modules/inline-style-prefixer": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/inline-style-prefixer/-/inline-style-prefixer-7.0.1.tgz", + "integrity": "sha512-lhYo5qNTQp3EvSSp3sRvXMbVQTLrvGV6DycRMJ5dm2BLMiJ30wpXKdDdgX+GmJZ5uQMucwRKHamXSst3Sj/Giw==", + "license": "MIT", + "dependencies": { + "css-in-js-utils": "^3.1.0" + } + }, + "node_modules/internal-slot": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz", + "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "hasown": "^2.0.2", + "side-channel": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/invariant": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", + "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.0.0" + } + }, + "node_modules/is-arguments": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.2.0.tgz", + "integrity": "sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-array-buffer": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz", + "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "get-intrinsic": "^1.2.6" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-arrayish": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz", + "integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==", + "license": "MIT" + }, + "node_modules/is-async-function": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz", + "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "async-function": "^1.0.0", + "call-bound": "^1.0.3", + "get-proto": "^1.0.1", + "has-tostringtag": "^1.0.2", + "safe-regex-test": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-bigint": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz", + "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-bigints": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-boolean-object": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz", + "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-bun-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-2.0.0.tgz", + "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "semver": "^7.7.1" + } + }, + "node_modules/is-bun-module/node_modules/semver": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-core-module": { + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", + "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", + "license": "MIT", + "dependencies": { + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-data-view": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz", + "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "get-intrinsic": "^1.2.6", + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-date-object": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz", + "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "license": "MIT", + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-finalizationregistry": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz", + "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-generator-function": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz", + "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.4", + "generator-function": "^2.0.0", + "get-proto": "^1.0.1", + "has-tostringtag": "^1.0.2", + "safe-regex-test": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-map": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", + "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-nan": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/is-nan/-/is-nan-1.3.2.tgz", + "integrity": "sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-negative-zero": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", + "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-number-object": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz", + "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-plain-obj": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", + "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-regex": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", + "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-set": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", + "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-shared-array-buffer": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz", + "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-string": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz", + "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-symbol": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz", + "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "has-symbols": "^1.1.0", + "safe-regex-test": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-typed-array": { + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz", + "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", + "license": "MIT", + "dependencies": { + "which-typed-array": "^1.1.16" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakmap": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", + "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakref": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz", + "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakset": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz", + "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "get-intrinsic": "^1.2.6" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "license": "MIT", + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "dev": true, + "license": "MIT" + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "license": "ISC" + }, + "node_modules/istanbul-lib-coverage": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-instrument": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "license": "BSD-3-Clause", + "dependencies": { + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/iterator.prototype": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz", + "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==", + "dev": true, + "license": "MIT", + "dependencies": { + "define-data-property": "^1.1.4", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.6", + "get-proto": "^1.0.0", + "has-symbols": "^1.1.0", + "set-function-name": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/jest-environment-node": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz", + "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", + "license": "MIT", + "dependencies": { + "@jest/environment": "^29.7.0", + "@jest/fake-timers": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-mock": "^29.7.0", + "jest-util": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "license": "MIT", + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-haste-map": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz", + "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==", + "license": "MIT", + "dependencies": { + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.7.0", + "jest-worker": "^29.7.0", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" + } + }, + "node_modules/jest-message-util": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", + "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "^29.6.3", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^29.7.0", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-mock": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", + "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", + "license": "MIT", + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-util": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "license": "MIT", + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-util": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", + "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", + "license": "MIT", + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-util/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/jest-validate": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", + "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", + "license": "MIT", + "dependencies": { + "@jest/types": "^29.6.3", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "leven": "^3.1.0", + "pretty-format": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-worker": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", + "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", + "license": "MIT", + "dependencies": { + "@types/node": "*", + "jest-util": "^29.7.0", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/jimp-compact": { + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/jimp-compact/-/jimp-compact-0.16.1.tgz", + "integrity": "sha512-dZ6Ra7u1G8c4Letq/B5EzAxj4tLFHL+cGtdpR+PVm4yzPDj+lCk+AbivWt1eOM+ikzkowtyV7qSqX6qr3t71Ww==", + "license": "MIT" + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "license": "MIT" + }, + "node_modules/js-yaml": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsc-safe-url": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/jsc-safe-url/-/jsc-safe-url-0.2.4.tgz", + "integrity": "sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q==", + "license": "0BSD" + }, + "node_modules/jsesc": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", + "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true, + "license": "MIT" + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "dev": true, + "license": "MIT" + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "license": "MIT", + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/jsx-ast-utils": { + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", + "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-includes": "^3.1.6", + "array.prototype.flat": "^1.3.1", + "object.assign": "^4.1.4", + "object.values": "^1.1.6" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dev": true, + "license": "MIT", + "dependencies": { + "json-buffer": "3.0.1" + } + }, + "node_modules/kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/lan-network": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/lan-network/-/lan-network-0.1.7.tgz", + "integrity": "sha512-mnIlAEMu4OyEvUNdzco9xpuB9YVcPkQec+QsgycBCtPZvEqWPCDPfbAE4OJMdBBWpZWtpCn1xw9jJYlwjWI5zQ==", + "license": "MIT", + "bin": { + "lan-network": "dist/lan-network-cli.js" + } + }, + "node_modules/leven": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lighthouse-logger": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-1.4.2.tgz", + "integrity": "sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==", + "license": "Apache-2.0", + "dependencies": { + "debug": "^2.6.9", + "marky": "^1.2.2" + } + }, + "node_modules/lighthouse-logger/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/lighthouse-logger/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/lightningcss": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz", + "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==", + "license": "MPL-2.0", + "dependencies": { + "detect-libc": "^2.0.3" + }, + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "lightningcss-android-arm64": "1.32.0", + "lightningcss-darwin-arm64": "1.32.0", + "lightningcss-darwin-x64": "1.32.0", + "lightningcss-freebsd-x64": "1.32.0", + "lightningcss-linux-arm-gnueabihf": "1.32.0", + "lightningcss-linux-arm64-gnu": "1.32.0", + "lightningcss-linux-arm64-musl": "1.32.0", + "lightningcss-linux-x64-gnu": "1.32.0", + "lightningcss-linux-x64-musl": "1.32.0", + "lightningcss-win32-arm64-msvc": "1.32.0", + "lightningcss-win32-x64-msvc": "1.32.0" + } + }, + "node_modules/lightningcss-android-arm64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz", + "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-darwin-arm64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz", + "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-darwin-x64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz", + "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-freebsd-x64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz", + "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm-gnueabihf": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz", + "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==", + "cpu": [ + "arm" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-gnu": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz", + "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-musl": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz", + "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-gnu": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz", + "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-musl": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz", + "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-arm64-msvc": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz", + "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-x64-msvc": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz", + "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "license": "MIT" + }, + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "license": "MIT" + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.throttle": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", + "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==", + "license": "MIT" + }, + "node_modules/log-symbols": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", + "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", + "license": "MIT", + "dependencies": { + "chalk": "^2.0.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-symbols/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-symbols/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-symbols/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/log-symbols/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "license": "MIT" + }, + "node_modules/log-symbols/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/log-symbols/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/log-symbols/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "license": "MIT", + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "license": "ISC", + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/makeerror": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", + "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", + "license": "BSD-3-Clause", + "dependencies": { + "tmpl": "1.0.5" + } + }, + "node_modules/marky": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/marky/-/marky-1.3.0.tgz", + "integrity": "sha512-ocnPZQLNpvbedwTy9kNrQEsknEfgvcLMvOtz3sFeWApDq1MXH1TqkCIx58xlpESsfwQOnuBO9beyQuNGzVvuhQ==", + "license": "Apache-2.0" + }, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/memoize-one": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz", + "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==", + "license": "MIT" + }, + "node_modules/merge-options": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/merge-options/-/merge-options-3.0.4.tgz", + "integrity": "sha512-2Sug1+knBjkaMsMgf1ctR1Ujx+Ayku4EdJN4Z+C2+JzoeF7A3OZ9KM2GY0CpQS51NR61LTurMJrRKPhSs3ZRTQ==", + "license": "MIT", + "dependencies": { + "is-plain-obj": "^2.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "license": "MIT" + }, + "node_modules/metro": { + "version": "0.83.3", + "resolved": "https://registry.npmjs.org/metro/-/metro-0.83.3.tgz", + "integrity": "sha512-+rP+/GieOzkt97hSJ0MrPOuAH/jpaS21ZDvL9DJ35QYRDlQcwzcvUlGUf79AnQxq/2NPiS/AULhhM4TKutIt8Q==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.24.7", + "@babel/core": "^7.25.2", + "@babel/generator": "^7.25.0", + "@babel/parser": "^7.25.3", + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.3", + "@babel/types": "^7.25.2", + "accepts": "^1.3.7", + "chalk": "^4.0.0", + "ci-info": "^2.0.0", + "connect": "^3.6.5", + "debug": "^4.4.0", + "error-stack-parser": "^2.0.6", + "flow-enums-runtime": "^0.0.6", + "graceful-fs": "^4.2.4", + "hermes-parser": "0.32.0", + "image-size": "^1.0.2", + "invariant": "^2.2.4", + "jest-worker": "^29.7.0", + "jsc-safe-url": "^0.2.2", + "lodash.throttle": "^4.1.1", + "metro-babel-transformer": "0.83.3", + "metro-cache": "0.83.3", + "metro-cache-key": "0.83.3", + "metro-config": "0.83.3", + "metro-core": "0.83.3", + "metro-file-map": "0.83.3", + "metro-resolver": "0.83.3", + "metro-runtime": "0.83.3", + "metro-source-map": "0.83.3", + "metro-symbolicate": "0.83.3", + "metro-transform-plugins": "0.83.3", + "metro-transform-worker": "0.83.3", + "mime-types": "^2.1.27", + "nullthrows": "^1.1.1", + "serialize-error": "^2.1.0", + "source-map": "^0.5.6", + "throat": "^5.0.0", + "ws": "^7.5.10", + "yargs": "^17.6.2" + }, + "bin": { + "metro": "src/cli.js" + }, + "engines": { + "node": ">=20.19.4" + } + }, + "node_modules/metro-babel-transformer": { + "version": "0.83.3", + "resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.83.3.tgz", + "integrity": "sha512-1vxlvj2yY24ES1O5RsSIvg4a4WeL7PFXgKOHvXTXiW0deLvQr28ExXj6LjwCCDZ4YZLhq6HddLpZnX4dEdSq5g==", + "license": "MIT", + "dependencies": { + "@babel/core": "^7.25.2", + "flow-enums-runtime": "^0.0.6", + "hermes-parser": "0.32.0", + "nullthrows": "^1.1.1" + }, + "engines": { + "node": ">=20.19.4" + } + }, + "node_modules/metro-babel-transformer/node_modules/hermes-estree": { + "version": "0.32.0", + "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.32.0.tgz", + "integrity": "sha512-KWn3BqnlDOl97Xe1Yviur6NbgIZ+IP+UVSpshlZWkq+EtoHg6/cwiDj/osP9PCEgFE15KBm1O55JRwbMEm5ejQ==", + "license": "MIT" + }, + "node_modules/metro-babel-transformer/node_modules/hermes-parser": { + "version": "0.32.0", + "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.32.0.tgz", + "integrity": "sha512-g4nBOWFpuiTqjR3LZdRxKUkij9iyveWeuks7INEsMX741f3r9xxrOe8TeQfUxtda0eXmiIFiMQzoeSQEno33Hw==", + "license": "MIT", + "dependencies": { + "hermes-estree": "0.32.0" + } + }, + "node_modules/metro-cache": { + "version": "0.83.3", + "resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.83.3.tgz", + "integrity": "sha512-3jo65X515mQJvKqK3vWRblxDEcgY55Sk3w4xa6LlfEXgQ9g1WgMh9m4qVZVwgcHoLy0a2HENTPCCX4Pk6s8c8Q==", + "license": "MIT", + "dependencies": { + "exponential-backoff": "^3.1.1", + "flow-enums-runtime": "^0.0.6", + "https-proxy-agent": "^7.0.5", + "metro-core": "0.83.3" + }, + "engines": { + "node": ">=20.19.4" + } + }, + "node_modules/metro-cache-key": { + "version": "0.83.3", + "resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.83.3.tgz", + "integrity": "sha512-59ZO049jKzSmvBmG/B5bZ6/dztP0ilp0o988nc6dpaDsU05Cl1c/lRf+yx8m9WW/JVgbmfO5MziBU559XjI5Zw==", + "license": "MIT", + "dependencies": { + "flow-enums-runtime": "^0.0.6" + }, + "engines": { + "node": ">=20.19.4" + } + }, + "node_modules/metro-config": { + "version": "0.83.3", + "resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.83.3.tgz", + "integrity": "sha512-mTel7ipT0yNjKILIan04bkJkuCzUUkm2SeEaTads8VfEecCh+ltXchdq6DovXJqzQAXuR2P9cxZB47Lg4klriA==", + "license": "MIT", + "dependencies": { + "connect": "^3.6.5", + "flow-enums-runtime": "^0.0.6", + "jest-validate": "^29.7.0", + "metro": "0.83.3", + "metro-cache": "0.83.3", + "metro-core": "0.83.3", + "metro-runtime": "0.83.3", + "yaml": "^2.6.1" + }, + "engines": { + "node": ">=20.19.4" + } + }, + "node_modules/metro-core": { + "version": "0.83.3", + "resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.83.3.tgz", + "integrity": "sha512-M+X59lm7oBmJZamc96usuF1kusd5YimqG/q97g4Ac7slnJ3YiGglW5CsOlicTR5EWf8MQFxxjDoB6ytTqRe8Hw==", + "license": "MIT", + "dependencies": { + "flow-enums-runtime": "^0.0.6", + "lodash.throttle": "^4.1.1", + "metro-resolver": "0.83.3" + }, + "engines": { + "node": ">=20.19.4" + } + }, + "node_modules/metro-file-map": { + "version": "0.83.3", + "resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.83.3.tgz", + "integrity": "sha512-jg5AcyE0Q9Xbbu/4NAwwZkmQn7doJCKGW0SLeSJmzNB9Z24jBe0AL2PHNMy4eu0JiKtNWHz9IiONGZWq7hjVTA==", + "license": "MIT", + "dependencies": { + "debug": "^4.4.0", + "fb-watchman": "^2.0.0", + "flow-enums-runtime": "^0.0.6", + "graceful-fs": "^4.2.4", + "invariant": "^2.2.4", + "jest-worker": "^29.7.0", + "micromatch": "^4.0.4", + "nullthrows": "^1.1.1", + "walker": "^1.0.7" + }, + "engines": { + "node": ">=20.19.4" + } + }, + "node_modules/metro-minify-terser": { + "version": "0.83.3", + "resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.83.3.tgz", + "integrity": "sha512-O2BmfWj6FSfzBLrNCXt/rr2VYZdX5i6444QJU0fFoc7Ljg+Q+iqebwE3K0eTvkI6TRjELsXk1cjU+fXwAR4OjQ==", + "license": "MIT", + "dependencies": { + "flow-enums-runtime": "^0.0.6", + "terser": "^5.15.0" + }, + "engines": { + "node": ">=20.19.4" + } + }, + "node_modules/metro-resolver": { + "version": "0.83.3", + "resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.83.3.tgz", + "integrity": "sha512-0js+zwI5flFxb1ktmR///bxHYg7OLpRpWZlBBruYG8OKYxeMP7SV0xQ/o/hUelrEMdK4LJzqVtHAhBm25LVfAQ==", + "license": "MIT", + "dependencies": { + "flow-enums-runtime": "^0.0.6" + }, + "engines": { + "node": ">=20.19.4" + } + }, + "node_modules/metro-runtime": { + "version": "0.83.3", + "resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.83.3.tgz", + "integrity": "sha512-JHCJb9ebr9rfJ+LcssFYA2x1qPYuSD/bbePupIGhpMrsla7RCwC/VL3yJ9cSU+nUhU4c9Ixxy8tBta+JbDeZWw==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.25.0", + "flow-enums-runtime": "^0.0.6" + }, + "engines": { + "node": ">=20.19.4" + } + }, + "node_modules/metro-source-map": { + "version": "0.83.3", + "resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.83.3.tgz", + "integrity": "sha512-xkC3qwUBh2psVZgVavo8+r2C9Igkk3DibiOXSAht1aYRRcztEZNFtAMtfSB7sdO2iFMx2Mlyu++cBxz/fhdzQg==", + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.25.3", + "@babel/traverse--for-generate-function-map": "npm:@babel/traverse@^7.25.3", + "@babel/types": "^7.25.2", + "flow-enums-runtime": "^0.0.6", + "invariant": "^2.2.4", + "metro-symbolicate": "0.83.3", + "nullthrows": "^1.1.1", + "ob1": "0.83.3", + "source-map": "^0.5.6", + "vlq": "^1.0.0" + }, + "engines": { + "node": ">=20.19.4" + } + }, + "node_modules/metro-symbolicate": { + "version": "0.83.3", + "resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.83.3.tgz", + "integrity": "sha512-F/YChgKd6KbFK3eUR5HdUsfBqVsanf5lNTwFd4Ca7uuxnHgBC3kR/Hba/RGkenR3pZaGNp5Bu9ZqqP52Wyhomw==", + "license": "MIT", + "dependencies": { + "flow-enums-runtime": "^0.0.6", + "invariant": "^2.2.4", + "metro-source-map": "0.83.3", + "nullthrows": "^1.1.1", + "source-map": "^0.5.6", + "vlq": "^1.0.0" + }, + "bin": { + "metro-symbolicate": "src/index.js" + }, + "engines": { + "node": ">=20.19.4" + } + }, + "node_modules/metro-transform-plugins": { + "version": "0.83.3", + "resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.83.3.tgz", + "integrity": "sha512-eRGoKJU6jmqOakBMH5kUB7VitEWiNrDzBHpYbkBXW7C5fUGeOd2CyqrosEzbMK5VMiZYyOcNFEphvxk3OXey2A==", + "license": "MIT", + "dependencies": { + "@babel/core": "^7.25.2", + "@babel/generator": "^7.25.0", + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.3", + "flow-enums-runtime": "^0.0.6", + "nullthrows": "^1.1.1" + }, + "engines": { + "node": ">=20.19.4" + } + }, + "node_modules/metro-transform-worker": { + "version": "0.83.3", + "resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.83.3.tgz", + "integrity": "sha512-Ztekew9t/gOIMZX1tvJOgX7KlSLL5kWykl0Iwu2cL2vKMKVALRl1hysyhUw0vjpAvLFx+Kfq9VLjnHIkW32fPA==", + "license": "MIT", + "dependencies": { + "@babel/core": "^7.25.2", + "@babel/generator": "^7.25.0", + "@babel/parser": "^7.25.3", + "@babel/types": "^7.25.2", + "flow-enums-runtime": "^0.0.6", + "metro": "0.83.3", + "metro-babel-transformer": "0.83.3", + "metro-cache": "0.83.3", + "metro-cache-key": "0.83.3", + "metro-minify-terser": "0.83.3", + "metro-source-map": "0.83.3", + "metro-transform-plugins": "0.83.3", + "nullthrows": "^1.1.1" + }, + "engines": { + "node": ">=20.19.4" + } + }, + "node_modules/metro/node_modules/ci-info": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", + "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", + "license": "MIT" + }, + "node_modules/metro/node_modules/hermes-estree": { + "version": "0.32.0", + "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.32.0.tgz", + "integrity": "sha512-KWn3BqnlDOl97Xe1Yviur6NbgIZ+IP+UVSpshlZWkq+EtoHg6/cwiDj/osP9PCEgFE15KBm1O55JRwbMEm5ejQ==", + "license": "MIT" + }, + "node_modules/metro/node_modules/hermes-parser": { + "version": "0.32.0", + "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.32.0.tgz", + "integrity": "sha512-g4nBOWFpuiTqjR3LZdRxKUkij9iyveWeuks7INEsMX741f3r9xxrOe8TeQfUxtda0eXmiIFiMQzoeSQEno33Hw==", + "license": "MIT", + "dependencies": { + "hermes-estree": "0.32.0" + } + }, + "node_modules/metro/node_modules/ws": { + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", + "license": "MIT", + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "license": "MIT", + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/micromatch/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "license": "MIT", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.54.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", + "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types/node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", + "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/minimatch": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/minipass": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz", + "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==", + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/minizlib": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz", + "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==", + "license": "MIT", + "dependencies": { + "minipass": "^7.1.2" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "license": "MIT", + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, + "node_modules/mz": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "license": "MIT", + "dependencies": { + "any-promise": "^1.0.0", + "object-assign": "^4.0.1", + "thenify-all": "^1.0.0" + } + }, + "node_modules/nanoid": { + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/napi-postinstall": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.4.tgz", + "integrity": "sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==", + "dev": true, + "license": "MIT", + "bin": { + "napi-postinstall": "lib/cli.js" + }, + "engines": { + "node": "^12.20.0 || ^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/napi-postinstall" + } + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true, + "license": "MIT" + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/nested-error-stacks": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz", + "integrity": "sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==", + "license": "MIT" + }, + "node_modules/node-exports-info": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/node-exports-info/-/node-exports-info-1.6.0.tgz", + "integrity": "sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==", + "dev": true, + "license": "MIT", + "dependencies": { + "array.prototype.flatmap": "^1.3.3", + "es-errors": "^1.3.0", + "object.entries": "^1.1.9", + "semver": "^6.3.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "license": "MIT", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-forge": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.3.tgz", + "integrity": "sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==", + "license": "(BSD-3-Clause OR GPL-2.0)", + "engines": { + "node": ">= 6.13.0" + } + }, + "node_modules/node-int64": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", + "license": "MIT" + }, + "node_modules/node-releases": { + "version": "2.0.36", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.36.tgz", + "integrity": "sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==", + "license": "MIT" + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm-package-arg": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.3.tgz", + "integrity": "sha512-sHGJy8sOC1YraBywpzQlIKBE4pBbGbiF95U6Auspzyem956E0+FtDtsx1ZxlOJkQCZ1AFXAY/yuvtFYrOxF+Bw==", + "license": "ISC", + "dependencies": { + "hosted-git-info": "^7.0.0", + "proc-log": "^4.0.0", + "semver": "^7.3.5", + "validate-npm-package-name": "^5.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm-package-arg/node_modules/semver": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/nullthrows": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz", + "integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==", + "license": "MIT" + }, + "node_modules/ob1": { + "version": "0.83.3", + "resolved": "https://registry.npmjs.org/ob1/-/ob1-0.83.3.tgz", + "integrity": "sha512-egUxXCDwoWG06NGCS5s5AdcpnumHKJlfd3HH06P3m9TEMwwScfcY35wpQxbm9oHof+dM/lVH9Rfyu1elTVelSA==", + "license": "MIT", + "dependencies": { + "flow-enums-runtime": "^0.0.6" + }, + "engines": { + "node": ">=20.19.4" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", + "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-is": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz", + "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.7", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz", + "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0", + "has-symbols": "^1.1.0", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.entries": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz", + "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.fromentries": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz", + "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.groupby": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz", + "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.values": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz", + "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", + "license": "MIT", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/on-headers": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz", + "integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "license": "ISC", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", + "integrity": "sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==", + "license": "MIT", + "dependencies": { + "mimic-fn": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/open": { + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz", + "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==", + "license": "MIT", + "dependencies": { + "is-docker": "^2.0.0", + "is-wsl": "^2.1.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/optionator": { + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", + "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", + "dev": true, + "license": "MIT", + "dependencies": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.5" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/ora": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/ora/-/ora-3.4.0.tgz", + "integrity": "sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg==", + "license": "MIT", + "dependencies": { + "chalk": "^2.4.2", + "cli-cursor": "^2.1.0", + "cli-spinners": "^2.0.0", + "log-symbols": "^2.2.0", + "strip-ansi": "^5.2.0", + "wcwidth": "^1.0.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/ora/node_modules/ansi-regex": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/ora/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/ora/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/ora/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/ora/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "license": "MIT" + }, + "node_modules/ora/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/ora/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/ora/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "license": "MIT", + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/ora/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/own-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz", + "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==", + "dev": true, + "license": "MIT", + "dependencies": { + "get-intrinsic": "^1.2.6", + "object-keys": "^1.1.1", + "safe-push-apply": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "license": "MIT", + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "license": "MIT", + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-png": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/parse-png/-/parse-png-2.1.0.tgz", + "integrity": "sha512-Nt/a5SfCLiTnQAjx3fHlqp8hRgTL3z7kTQZzvIMS9uCAepnCyjpdEc6M/sz69WqMBdaDBw9sF1F1UaHROYzGkQ==", + "license": "MIT", + "dependencies": { + "pngjs": "^3.3.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "license": "MIT" + }, + "node_modules/path-scurry": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz", + "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==", + "license": "BlueOak-1.0.0", + "dependencies": { + "lru-cache": "^11.0.0", + "minipass": "^7.1.2" + }, + "engines": { + "node": "18 || 20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "11.2.7", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.7.tgz", + "integrity": "sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==", + "license": "BlueOak-1.0.0", + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "license": "ISC" + }, + "node_modules/picomatch": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz", + "integrity": "sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pirates": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz", + "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==", + "license": "MIT", + "engines": { + "node": ">= 6" + } + }, + "node_modules/plist": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/plist/-/plist-3.1.0.tgz", + "integrity": "sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==", + "license": "MIT", + "dependencies": { + "@xmldom/xmldom": "^0.8.8", + "base64-js": "^1.5.1", + "xmlbuilder": "^15.1.1" + }, + "engines": { + "node": ">=10.4.0" + } + }, + "node_modules/pngjs": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-3.4.0.tgz", + "integrity": "sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==", + "license": "MIT", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/possible-typed-array-names": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", + "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/postcss": { + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.7", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "license": "MIT" + }, + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/pretty-bytes": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", + "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", + "license": "MIT", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pretty-format": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", + "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", + "license": "MIT", + "dependencies": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/pretty-format/node_modules/react-is": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", + "license": "MIT" + }, + "node_modules/proc-log": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz", + "integrity": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==", + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "license": "MIT", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/promise": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", + "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", + "license": "MIT", + "dependencies": { + "asap": "~2.0.6" + } + }, + "node_modules/prompts": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "license": "MIT", + "dependencies": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/prop-types": { + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "dev": true, + "license": "MIT", + "dependencies": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.13.1" + } + }, + "node_modules/prop-types/node_modules/react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/qrcode-terminal": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.11.0.tgz", + "integrity": "sha512-Uu7ii+FQy4Qf82G4xu7ShHhjhGahEpCWc3x8UavY3CTcWV+ufmmCtwkr7ZKsX42jdL0kr1B5FKUeqJvAn51jzQ==", + "bin": { + "qrcode-terminal": "bin/qrcode-terminal.js" + } + }, + "node_modules/query-string": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.3.tgz", + "integrity": "sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==", + "license": "MIT", + "dependencies": { + "decode-uri-component": "^0.2.2", + "filter-obj": "^1.1.0", + "split-on-first": "^1.0.0", + "strict-uri-encode": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/queue": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz", + "integrity": "sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==", + "license": "MIT", + "dependencies": { + "inherits": "~2.0.3" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", + "dependencies": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "bin": { + "rc": "cli.js" + } + }, + "node_modules/rc/node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react": { + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", + "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-devtools-core": { + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-6.1.5.tgz", + "integrity": "sha512-ePrwPfxAnB+7hgnEr8vpKxL9cmnp7F322t8oqcPshbIQQhDKgFDW4tjhF2wjVbdXF9O/nyuy3sQWd9JGpiLPvA==", + "license": "MIT", + "dependencies": { + "shell-quote": "^1.6.1", + "ws": "^7" + } + }, + "node_modules/react-devtools-core/node_modules/ws": { + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", + "license": "MIT", + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/react-dom": { + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.0.tgz", + "integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==", + "license": "MIT", + "dependencies": { + "scheduler": "^0.26.0" + }, + "peerDependencies": { + "react": "^19.1.0" + } + }, + "node_modules/react-fast-compare": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz", + "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==", + "license": "MIT" + }, + "node_modules/react-freeze": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/react-freeze/-/react-freeze-1.0.4.tgz", + "integrity": "sha512-r4F0Sec0BLxWicc7HEyo2x3/2icUTrRmDjaaRyzzn+7aDyFZliszMDOgLVwSnQnYENOlL1o569Ze2HZefk8clA==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "react": ">=17.0.0" + } + }, + "node_modules/react-is": { + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.4.tgz", + "integrity": "sha512-W+EWGn2v0ApPKgKKCy/7s7WHXkboGcsrXE+2joLyVxkbyVQfO3MUEaUQDHoSmb8TFFrSKYa9mw64WZHNHSDzYA==", + "license": "MIT" + }, + "node_modules/react-native": { + "version": "0.81.5", + "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.81.5.tgz", + "integrity": "sha512-1w+/oSjEXZjMqsIvmkCRsOc8UBYv163bTWKTI8+1mxztvQPhCRYGTvZ/PL1w16xXHneIj/SLGfxWg2GWN2uexw==", + "license": "MIT", + "dependencies": { + "@jest/create-cache-key-function": "^29.7.0", + "@react-native/assets-registry": "0.81.5", + "@react-native/codegen": "0.81.5", + "@react-native/community-cli-plugin": "0.81.5", + "@react-native/gradle-plugin": "0.81.5", + "@react-native/js-polyfills": "0.81.5", + "@react-native/normalize-colors": "0.81.5", + "@react-native/virtualized-lists": "0.81.5", + "abort-controller": "^3.0.0", + "anser": "^1.4.9", + "ansi-regex": "^5.0.0", + "babel-jest": "^29.7.0", + "babel-plugin-syntax-hermes-parser": "0.29.1", + "base64-js": "^1.5.1", + "commander": "^12.0.0", + "flow-enums-runtime": "^0.0.6", + "glob": "^7.1.1", + "invariant": "^2.2.4", + "jest-environment-node": "^29.7.0", + "memoize-one": "^5.0.0", + "metro-runtime": "^0.83.1", + "metro-source-map": "^0.83.1", + "nullthrows": "^1.1.1", + "pretty-format": "^29.7.0", + "promise": "^8.3.0", + "react-devtools-core": "^6.1.5", + "react-refresh": "^0.14.0", + "regenerator-runtime": "^0.13.2", + "scheduler": "0.26.0", + "semver": "^7.1.3", + "stacktrace-parser": "^0.1.10", + "whatwg-fetch": "^3.0.0", + "ws": "^6.2.3", + "yargs": "^17.6.2" + }, + "bin": { + "react-native": "cli.js" + }, + "engines": { + "node": ">= 20.19.4" + }, + "peerDependencies": { + "@types/react": "^19.1.0", + "react": "^19.1.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/react-native-is-edge-to-edge": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.3.1.tgz", + "integrity": "sha512-NIXU/iT5+ORyCc7p0z2nnlkouYKX425vuU1OEm6bMMtWWR9yvb+Xg5AZmImTKoF9abxCPqrKC3rOZsKzUYgYZA==", + "license": "MIT", + "peerDependencies": { + "react": "*", + "react-native": "*" + } + }, + "node_modules/react-native-safe-area-context": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.6.0.tgz", + "integrity": "sha512-tJas3YOdsuCg3kepCTGF3LWZp9onMbb9Agju2xfs2kRX8d/5TMUPmupBpjerk/B7Tv/zeJnk+qp5neA96Y0otQ==", + "license": "MIT", + "peerDependencies": { + "react": "*", + "react-native": "*" + } + }, + "node_modules/react-native-screens": { + "version": "4.16.0", + "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-4.16.0.tgz", + "integrity": "sha512-yIAyh7F/9uWkOzCi1/2FqvNvK6Wb9Y1+Kzn16SuGfN9YFJDTbwlzGRvePCNTOX0recpLQF3kc2FmvMUhyTCH1Q==", + "license": "MIT", + "dependencies": { + "react-freeze": "^1.0.0", + "react-native-is-edge-to-edge": "^1.2.1", + "warn-once": "^0.1.0" + }, + "peerDependencies": { + "react": "*", + "react-native": "*" + } + }, + "node_modules/react-native-web": { + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/react-native-web/-/react-native-web-0.20.0.tgz", + "integrity": "sha512-OOSgrw+aON6R3hRosCau/xVxdLzbjEcsLysYedka0ZON4ZZe6n9xgeN9ZkoejhARM36oTlUgHIQqxGutEJ9Wxg==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.18.6", + "@react-native/normalize-colors": "^0.74.1", + "fbjs": "^3.0.4", + "inline-style-prefixer": "^7.0.1", + "memoize-one": "^6.0.0", + "nullthrows": "^1.1.1", + "postcss-value-parser": "^4.2.0", + "styleq": "^0.1.3" + }, + "peerDependencies": { + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" + } + }, + "node_modules/react-native-web/node_modules/@react-native/normalize-colors": { + "version": "0.74.89", + "resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.74.89.tgz", + "integrity": "sha512-qoMMXddVKVhZ8PA1AbUCk83trpd6N+1nF2A6k1i6LsQObyS92fELuk8kU/lQs6M7BsMHwqyLCpQJ1uFgNvIQXg==", + "license": "MIT" + }, + "node_modules/react-native-web/node_modules/memoize-one": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz", + "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==", + "license": "MIT" + }, + "node_modules/react-native/node_modules/commander": { + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", + "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/react-native/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/react-native/node_modules/semver": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/react-native/node_modules/ws": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz", + "integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==", + "license": "MIT", + "dependencies": { + "async-limiter": "~1.0.0" + } + }, + "node_modules/react-refresh": { + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz", + "integrity": "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-remove-scroll": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.7.2.tgz", + "integrity": "sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q==", + "license": "MIT", + "dependencies": { + "react-remove-scroll-bar": "^2.3.7", + "react-style-singleton": "^2.2.3", + "tslib": "^2.1.0", + "use-callback-ref": "^1.3.3", + "use-sidecar": "^1.1.3" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/react-remove-scroll-bar": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz", + "integrity": "sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==", + "license": "MIT", + "dependencies": { + "react-style-singleton": "^2.2.2", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/react-style-singleton": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.3.tgz", + "integrity": "sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==", + "license": "MIT", + "dependencies": { + "get-nonce": "^1.0.0", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/reflect.getprototypeof": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz", + "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.9", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.7", + "get-proto": "^1.0.1", + "which-builtin-type": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "license": "MIT" + }, + "node_modules/regenerate-unicode-properties": { + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz", + "integrity": "sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==", + "license": "MIT", + "dependencies": { + "regenerate": "^1.4.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", + "license": "MIT" + }, + "node_modules/regexp.prototype.flags": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz", + "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-errors": "^1.3.0", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "set-function-name": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/regexpu-core": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.4.0.tgz", + "integrity": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==", + "license": "MIT", + "dependencies": { + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^10.2.2", + "regjsgen": "^0.8.0", + "regjsparser": "^0.13.0", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.2.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regjsgen": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", + "license": "MIT" + }, + "node_modules/regjsparser": { + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.0.tgz", + "integrity": "sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==", + "license": "BSD-2-Clause", + "dependencies": { + "jsesc": "~3.1.0" + }, + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/requireg": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/requireg/-/requireg-0.2.2.tgz", + "integrity": "sha512-nYzyjnFcPNGR3lx9lwPPPnuQxv6JWEZd2Ci0u9opN7N5zUEPIhY/GbL3vMGOr2UXwEg9WwSyV9X9Y/kLFgPsOg==", + "dependencies": { + "nested-error-stacks": "~2.0.1", + "rc": "~1.2.7", + "resolve": "~1.7.1" + }, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/requireg/node_modules/resolve": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.7.1.tgz", + "integrity": "sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw==", + "license": "MIT", + "dependencies": { + "path-parse": "^1.0.5" + } + }, + "node_modules/resolve": { + "version": "1.22.11", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz", + "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==", + "license": "MIT", + "dependencies": { + "is-core-module": "^2.16.1", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-pkg-maps": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", + "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" + } + }, + "node_modules/resolve-workspace-root": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/resolve-workspace-root/-/resolve-workspace-root-2.0.1.tgz", + "integrity": "sha512-nR23LHAvaI6aHtMg6RWoaHpdR4D881Nydkzi2CixINyg9T00KgaJdJI6Vwty+Ps8WLxZHuxsS0BseWjxSA4C+w==", + "license": "MIT" + }, + "node_modules/resolve.exports": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.3.tgz", + "integrity": "sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==", + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/restore-cursor": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", + "integrity": "sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==", + "license": "MIT", + "dependencies": { + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/reusify": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", + "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", + "dev": true, + "license": "MIT", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", + "license": "ISC", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rimraf/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/safe-array-concat": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz", + "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.2", + "get-intrinsic": "^1.2.6", + "has-symbols": "^1.1.0", + "isarray": "^2.0.5" + }, + "engines": { + "node": ">=0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/safe-push-apply": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz", + "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "isarray": "^2.0.5" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/safe-regex-test": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz", + "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "is-regex": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/sax": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.5.0.tgz", + "integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==", + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=11.0.0" + } + }, + "node_modules/scheduler": { + "version": "0.26.0", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz", + "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==", + "license": "MIT" + }, + "node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/send": { + "version": "0.19.2", + "resolved": "https://registry.npmjs.org/send/-/send-0.19.2.tgz", + "integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==", + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "~0.5.2", + "http-errors": "~2.0.1", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "~2.4.1", + "range-parser": "~1.2.1", + "statuses": "~2.0.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/send/node_modules/encodeurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/send/node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "license": "MIT", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/send/node_modules/statuses": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", + "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/serialize-error": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz", + "integrity": "sha512-ghgmKt5o4Tly5yEG/UJp8qTd0AN7Xalw4XBtDEKP655B699qMEtra1WlXeE6WIvdEG481JvRxULKsInq/iNysw==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/serve-static": { + "version": "1.16.3", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz", + "integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==", + "license": "MIT", + "dependencies": { + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "~0.19.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/serve-static/node_modules/encodeurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/server-only": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/server-only/-/server-only-0.0.1.tgz", + "integrity": "sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==", + "license": "MIT" + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "license": "MIT", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-function-name": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", + "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "functions-have-names": "^1.2.3", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-proto": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz", + "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==", + "dev": true, + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", + "license": "MIT" + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "license": "ISC" + }, + "node_modules/sf-symbols-typescript": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/sf-symbols-typescript/-/sf-symbols-typescript-2.2.0.tgz", + "integrity": "sha512-TPbeg0b7ylrswdGCji8FRGFAKuqbpQlLbL8SOle3j1iHSs5Ob5mhvMAxWN2UItOjgALAB5Zp3fmMfj8mbWvXKw==", + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/shallowequal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", + "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==", + "license": "MIT" + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/shell-quote": { + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", + "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", + "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3", + "side-channel-list": "^1.0.0", + "side-channel-map": "^1.0.1", + "side-channel-weakmap": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-list": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", + "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", + "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-weakmap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", + "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3", + "side-channel-map": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "license": "ISC" + }, + "node_modules/simple-plist": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.3.1.tgz", + "integrity": "sha512-iMSw5i0XseMnrhtIzRb7XpQEXepa9xhWxGUojHBL43SIpQuDQkh3Wpy67ZbDzZVr6EKxvwVChnVpdl8hEVLDiw==", + "license": "MIT", + "dependencies": { + "bplist-creator": "0.1.0", + "bplist-parser": "0.3.1", + "plist": "^3.0.5" + } + }, + "node_modules/simple-plist/node_modules/bplist-parser": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.1.tgz", + "integrity": "sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA==", + "license": "MIT", + "dependencies": { + "big-integer": "1.6.x" + }, + "engines": { + "node": ">= 5.10.0" + } + }, + "node_modules/simple-swizzle": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz", + "integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==", + "license": "MIT", + "dependencies": { + "is-arrayish": "^0.3.1" + } + }, + "node_modules/sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", + "license": "MIT" + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/slugify": { + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.8.tgz", + "integrity": "sha512-HVk9X1E0gz3mSpoi60h/saazLKXKaZThMLU3u/aNwoYn8/xQyX2MGxL0ui2eaokkD7tF+Zo+cKTHUbe1mmmGzA==", + "license": "MIT", + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "license": "MIT", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/source-map-support/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/split-on-first": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz", + "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "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/stable-hash": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.5.tgz", + "integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==", + "dev": true, + "license": "MIT" + }, + "node_modules/stack-utils": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", + "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", + "license": "MIT", + "dependencies": { + "escape-string-regexp": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/stack-utils/node_modules/escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/stackframe": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz", + "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==", + "license": "MIT" + }, + "node_modules/stacktrace-parser": { + "version": "0.1.11", + "resolved": "https://registry.npmjs.org/stacktrace-parser/-/stacktrace-parser-0.1.11.tgz", + "integrity": "sha512-WjlahMgHmCJpqzU8bIBy4qtsZdU9lRlcZE3Lvyej6t4tuOuv1vk57OW3MBrj6hXBFx/nNoC9MPMTcr5YA7NQbg==", + "license": "MIT", + "dependencies": { + "type-fest": "^0.7.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/stacktrace-parser/node_modules/type-fest": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.7.1.tgz", + "integrity": "sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==", + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=8" + } + }, + "node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/stop-iteration-iterator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz", + "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "internal-slot": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/stream-buffers": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz", + "integrity": "sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==", + "license": "Unlicense", + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/strict-uri-encode": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz", + "integrity": "sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string.prototype.matchall": { + "version": "4.0.12", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz", + "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.6", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.6", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "internal-slot": "^1.1.0", + "regexp.prototype.flags": "^1.5.3", + "set-function-name": "^2.0.2", + "side-channel": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.repeat": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz", + "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==", + "dev": true, + "license": "MIT", + "dependencies": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "node_modules/string.prototype.trim": { + "version": "1.2.10", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz", + "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.2", + "define-data-property": "^1.1.4", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.5", + "es-object-atoms": "^1.0.0", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimend": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz", + "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.2", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimstart": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", + "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/structured-headers": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/structured-headers/-/structured-headers-0.4.1.tgz", + "integrity": "sha512-0MP/Cxx5SzeeZ10p/bZI0S6MpgD+yxAhi1BOQ34jgnMXsCq3j1t6tQnZu+KdlL7dvJTLT3g9xN8tl10TqgFMcg==", + "license": "MIT" + }, + "node_modules/styleq": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/styleq/-/styleq-0.1.3.tgz", + "integrity": "sha512-3ZUifmCDCQanjeej1f6kyl/BeP/Vae5EYkQ9iJfUm/QwZvlgnZzyflqAsAWYURdtea8Vkvswu2GrC57h3qffcA==", + "license": "MIT" + }, + "node_modules/sucrase": { + "version": "3.35.1", + "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz", + "integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==", + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.2", + "commander": "^4.0.0", + "lines-and-columns": "^1.1.6", + "mz": "^2.7.0", + "pirates": "^4.0.1", + "tinyglobby": "^0.2.11", + "ts-interface-checker": "^0.1.9" + }, + "bin": { + "sucrase": "bin/sucrase", + "sucrase-node": "bin/sucrase-node" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/sucrase/node_modules/commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "license": "MIT", + "engines": { + "node": ">= 6" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-hyperlinks": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", + "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0", + "supports-color": "^7.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/tar": { + "version": "7.5.11", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.11.tgz", + "integrity": "sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==", + "license": "BlueOak-1.0.0", + "dependencies": { + "@isaacs/fs-minipass": "^4.0.0", + "chownr": "^3.0.0", + "minipass": "^7.1.2", + "minizlib": "^3.1.0", + "yallist": "^5.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/tar/node_modules/yallist": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz", + "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==", + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=18" + } + }, + "node_modules/terminal-link": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", + "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", + "license": "MIT", + "dependencies": { + "ansi-escapes": "^4.2.1", + "supports-hyperlinks": "^2.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/terser": { + "version": "5.46.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.46.0.tgz", + "integrity": "sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==", + "license": "BSD-2-Clause", + "dependencies": { + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.15.0", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "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/test-exclude/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dev": true, + "license": "MIT" + }, + "node_modules/thenify": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", + "license": "MIT", + "dependencies": { + "any-promise": "^1.0.0" + } + }, + "node_modules/thenify-all": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", + "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", + "license": "MIT", + "dependencies": { + "thenify": ">= 3.1.0 < 4" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/throat": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz", + "integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==", + "license": "MIT" + }, + "node_modules/tinyglobby": { + "version": "0.2.15", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", + "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", + "license": "MIT", + "dependencies": { + "fdir": "^6.5.0", + "picomatch": "^4.0.3" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/SuperchupuDev" + } + }, + "node_modules/tinyglobby/node_modules/picomatch": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/tmpl": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "license": "BSD-3-Clause" + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "license": "MIT", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "license": "MIT" + }, + "node_modules/ts-api-utils": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.4.0.tgz", + "integrity": "sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18.12" + }, + "peerDependencies": { + "typescript": ">=4.8.4" + } + }, + "node_modules/ts-interface-checker": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", + "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", + "license": "Apache-2.0" + }, + "node_modules/tsconfig-paths": { + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", + "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/json5": "^0.0.29", + "json5": "^1.0.2", + "minimist": "^1.2.6", + "strip-bom": "^3.0.0" + } + }, + "node_modules/tsconfig-paths/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "license": "MIT", + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD" + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "license": "MIT", + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/typed-array-buffer": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", + "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "is-typed-array": "^1.1.14" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/typed-array-byte-length": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz", + "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "for-each": "^0.3.3", + "gopd": "^1.2.0", + "has-proto": "^1.2.0", + "is-typed-array": "^1.1.14" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typed-array-byte-offset": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz", + "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", + "for-each": "^0.3.3", + "gopd": "^1.2.0", + "has-proto": "^1.2.0", + "is-typed-array": "^1.1.15", + "reflect.getprototypeof": "^1.0.9" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typed-array-length": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz", + "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "is-typed-array": "^1.1.13", + "possible-typed-array-names": "^1.0.0", + "reflect.getprototypeof": "^1.0.6" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typescript": { + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/ua-parser-js": { + "version": "0.7.41", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.41.tgz", + "integrity": "sha512-O3oYyCMPYgNNHuO7Jjk3uacJWZF8loBgwrfd/5LE/HyZ3lUIOdniQ7DNXJcIgZbwioZxk0fLfI4EVnetdiX5jg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/ua-parser-js" + }, + { + "type": "paypal", + "url": "https://paypal.me/faisalman" + }, + { + "type": "github", + "url": "https://github.com/sponsors/faisalman" + } + ], + "license": "MIT", + "bin": { + "ua-parser-js": "script/cli.js" + }, + "engines": { + "node": "*" + } + }, + "node_modules/unbox-primitive": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", + "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "has-bigints": "^1.0.2", + "has-symbols": "^1.1.0", + "which-boxed-primitive": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/undici": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.24.1.tgz", + "integrity": "sha512-sC+b0tB1whOCzbtlx20fx3WgCXwkW627p4EA9uM+/tNNPkSS+eSEld6pAs9nDv7WbY1UUljBMYPtu9BCOrCWKA==", + "license": "MIT", + "engines": { + "node": ">=18.17" + } + }, + "node_modules/undici-types": { + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", + "license": "MIT" + }, + "node_modules/unicode-canonical-property-names-ecmascript": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", + "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "license": "MIT", + "dependencies": { + "unicode-canonical-property-names-ecmascript": "^2.0.0", + "unicode-property-aliases-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-value-ecmascript": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz", + "integrity": "sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-property-aliases-ecmascript": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz", + "integrity": "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/unrs-resolver": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.11.1.tgz", + "integrity": "sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "napi-postinstall": "^0.3.0" + }, + "funding": { + "url": "https://opencollective.com/unrs-resolver" + }, + "optionalDependencies": { + "@unrs/resolver-binding-android-arm-eabi": "1.11.1", + "@unrs/resolver-binding-android-arm64": "1.11.1", + "@unrs/resolver-binding-darwin-arm64": "1.11.1", + "@unrs/resolver-binding-darwin-x64": "1.11.1", + "@unrs/resolver-binding-freebsd-x64": "1.11.1", + "@unrs/resolver-binding-linux-arm-gnueabihf": "1.11.1", + "@unrs/resolver-binding-linux-arm-musleabihf": "1.11.1", + "@unrs/resolver-binding-linux-arm64-gnu": "1.11.1", + "@unrs/resolver-binding-linux-arm64-musl": "1.11.1", + "@unrs/resolver-binding-linux-ppc64-gnu": "1.11.1", + "@unrs/resolver-binding-linux-riscv64-gnu": "1.11.1", + "@unrs/resolver-binding-linux-riscv64-musl": "1.11.1", + "@unrs/resolver-binding-linux-s390x-gnu": "1.11.1", + "@unrs/resolver-binding-linux-x64-gnu": "1.11.1", + "@unrs/resolver-binding-linux-x64-musl": "1.11.1", + "@unrs/resolver-binding-wasm32-wasi": "1.11.1", + "@unrs/resolver-binding-win32-arm64-msvc": "1.11.1", + "@unrs/resolver-binding-win32-ia32-msvc": "1.11.1", + "@unrs/resolver-binding-win32-x64-msvc": "1.11.1" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", + "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "escalade": "^3.2.0", + "picocolors": "^1.1.1" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/use-callback-ref": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.3.tgz", + "integrity": "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==", + "license": "MIT", + "dependencies": { + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/use-latest-callback": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/use-latest-callback/-/use-latest-callback-0.2.6.tgz", + "integrity": "sha512-FvRG9i1HSo0wagmX63Vrm8SnlUU3LMM3WyZkQ76RnslpBrX694AdG4A0zQBx2B3ZifFA0yv/BaEHGBnEax5rZg==", + "license": "MIT", + "peerDependencies": { + "react": ">=16.8" + } + }, + "node_modules/use-sidecar": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.3.tgz", + "integrity": "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==", + "license": "MIT", + "dependencies": { + "detect-node-es": "^1.1.0", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/use-sync-external-store": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz", + "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==", + "license": "MIT", + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, + "node_modules/util": { + "version": "0.12.5", + "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", + "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "is-arguments": "^1.0.4", + "is-generator-function": "^1.0.7", + "is-typed-array": "^1.1.3", + "which-typed-array": "^1.1.2" + } + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "license": "MIT", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/uuid": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", + "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==", + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/validate-npm-package-name": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz", + "integrity": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==", + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/vaul": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vaul/-/vaul-1.1.2.tgz", + "integrity": "sha512-ZFkClGpWyI2WUQjdLJ/BaGuV6AVQiJ3uELGk3OYtP+B6yCO7Cmn9vPFXVJkRaGkOJu3m8bQMgtyzNHixULceQA==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-dialog": "^1.1.1" + }, + "peerDependencies": { + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc" + } + }, + "node_modules/vlq": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/vlq/-/vlq-1.0.1.tgz", + "integrity": "sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==", + "license": "MIT" + }, + "node_modules/walker": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", + "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", + "license": "Apache-2.0", + "dependencies": { + "makeerror": "1.0.12" + } + }, + "node_modules/warn-once": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/warn-once/-/warn-once-0.1.1.tgz", + "integrity": "sha512-VkQZJbO8zVImzYFteBXvBOZEl1qL175WH8VmZcxF2fZAoudNhNDvHi+doCaAEdU2l2vtcIwa2zn0QK5+I1HQ3Q==", + "license": "MIT" + }, + "node_modules/wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "license": "MIT", + "dependencies": { + "defaults": "^1.0.3" + } + }, + "node_modules/webidl-conversions": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", + "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=8" + } + }, + "node_modules/whatwg-fetch": { + "version": "3.6.20", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", + "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==", + "license": "MIT" + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "license": "MIT", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/whatwg-url-without-unicode": { + "version": "8.0.0-3", + "resolved": "https://registry.npmjs.org/whatwg-url-without-unicode/-/whatwg-url-without-unicode-8.0.0-3.tgz", + "integrity": "sha512-HoKuzZrUlgpz35YO27XgD28uh/WJH4B0+3ttFqRo//lmq+9T/mIOJ6kqmINI9HpUpz1imRC/nR/lxKpJiv0uig==", + "license": "MIT", + "dependencies": { + "buffer": "^5.4.3", + "punycode": "^2.1.1", + "webidl-conversions": "^5.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/whatwg-url/node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "license": "BSD-2-Clause" + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-boxed-primitive": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz", + "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-bigint": "^1.1.0", + "is-boolean-object": "^1.2.1", + "is-number-object": "^1.1.1", + "is-string": "^1.1.1", + "is-symbol": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-builtin-type": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz", + "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "function.prototype.name": "^1.1.6", + "has-tostringtag": "^1.0.2", + "is-async-function": "^2.0.0", + "is-date-object": "^1.1.0", + "is-finalizationregistry": "^1.1.0", + "is-generator-function": "^1.0.10", + "is-regex": "^1.2.1", + "is-weakref": "^1.0.2", + "isarray": "^2.0.5", + "which-boxed-primitive": "^1.1.0", + "which-collection": "^1.0.2", + "which-typed-array": "^1.1.16" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-collection": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", + "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-map": "^2.0.3", + "is-set": "^2.0.3", + "is-weakmap": "^2.0.2", + "is-weakset": "^2.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-typed-array": { + "version": "1.1.20", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.20.tgz", + "integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==", + "license": "MIT", + "dependencies": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "for-each": "^0.3.5", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/wonka": { + "version": "6.3.5", + "resolved": "https://registry.npmjs.org/wonka/-/wonka-6.3.5.tgz", + "integrity": "sha512-SSil+ecw6B4/Dm7Pf2sAshKQ5hWFvfyGlfPbEd6A14dOH6VDjrmbY86u6nZvy9omGwwIPFR8V41+of1EezgoUw==", + "license": "MIT" + }, + "node_modules/word-wrap": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "license": "ISC" + }, + "node_modules/write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "license": "ISC", + "dependencies": { + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/ws": { + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz", + "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==", + "license": "MIT", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/xcode": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz", + "integrity": "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==", + "license": "Apache-2.0", + "dependencies": { + "simple-plist": "^1.1.0", + "uuid": "^7.0.3" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/xml2js": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.0.tgz", + "integrity": "sha512-eLTh0kA8uHceqesPqSE+VvO1CDDJWMwlQfB6LuN6T8w6MaDJ8Txm8P7s5cHD0miF0V+GGTZrDQfxPZQVsur33w==", + "license": "MIT", + "dependencies": { + "sax": ">=0.6.0", + "xmlbuilder": "~11.0.0" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/xml2js/node_modules/xmlbuilder": { + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", + "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", + "license": "MIT", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/xmlbuilder": { + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz", + "integrity": "sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==", + "license": "MIT", + "engines": { + "node": ">=8.0" + } + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "license": "ISC", + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "license": "ISC" + }, + "node_modules/yaml": { + "version": "2.8.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz", + "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==", + "license": "ISC", + "bin": { + "yaml": "bin.mjs" + }, + "engines": { + "node": ">= 14.6" + }, + "funding": { + "url": "https://github.com/sponsors/eemeli" + } + }, + "node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "license": "MIT", + "dependencies": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + } + } +} diff --git a/mobile/package.json b/mobile/package.json index 6223e0bb..6a26141e 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -17,41 +17,49 @@ "submit:android": "eas submit --platform android" }, "dependencies": { - "@expo/vector-icons": "^14.0.0", - "@react-native-async-storage/async-storage": "1.23.1", - "@react-navigation/bottom-tabs": "^6.6.1", - "@react-navigation/native": "^6.1.18", - "@react-navigation/native-stack": "^6.11.0", - "expo": "~51.0.0", - "expo-auth-session": "~5.5.2", - "expo-camera": "~15.0.16", - "expo-constants": "~16.0.2", - "expo-crypto": "~13.0.2", - "expo-document-picker": "~12.0.2", - "expo-file-system": "~17.0.1", - "expo-image-manipulator": "~12.0.5", - "expo-image-picker": "~15.0.7", - "expo-linking": "~6.3.1", - "expo-notifications": "~0.28.15", - "expo-router": "~3.5.23", - "expo-secure-store": "~13.0.2", - "expo-sharing": "~12.0.1", - "expo-splash-screen": "~0.27.5", - "expo-status-bar": "~1.12.1", - "expo-web-browser": "~13.0.3", - "react": "18.2.0", - "react-native": "0.74.5", - "react-native-safe-area-context": "4.10.5", - "react-native-screens": "3.31.1" + "@expo/vector-icons": "^15.0.3", + "@react-native-async-storage/async-storage": "2.2.0", + "@react-navigation/bottom-tabs": "^7.4.0", + "@react-navigation/native": "^7.1.8", + "@react-navigation/native-stack": "^7.2.0", + "expo": "~54.0.0", + "expo-auth-session": "~7.0.10", + "expo-build-properties": "~1.0.10", + "expo-dev-client": "~6.0.20", + "expo-font": "~14.0.0", + "expo-camera": "~17.0.10", + "expo-constants": "~18.0.13", + "expo-crypto": "~15.0.8", + "expo-device": "~7.0.3", + "expo-document-picker": "~14.0.8", + "expo-file-system": "~19.0.21", + "expo-image-manipulator": "~14.0.8", + "expo-image-picker": "~17.0.10", + "expo-linking": "~8.0.11", + "expo-notifications": "~0.32.16", + "expo-router": "~6.0.23", + "expo-secure-store": "~15.0.8", + "expo-sharing": "~14.0.8", + "expo-splash-screen": "~31.0.13", + "expo-status-bar": "~3.0.9", + "expo-web-browser": "~15.0.10", + "react": "19.1.0", + "react-dom": "19.1.0", + "react-native": "0.81.5", + "react-native-web": "~0.20.0", + "react-native-safe-area-context": "5.6.0", + "react-native-screens": "4.16.0" }, "devDependencies": { "@babel/core": "^7.24.0", - "@types/react": "~18.2.79", - "@types/react-native": "^0.73.0", + "@types/react": "~19.1.0", "eslint": "^8.57.0", - "eslint-config-expo": "~7.0.0", + "eslint-config-expo": "~10.0.0", "typescript": "^5.3.0" }, + "engines": { + "node": ">=20.19.4" + }, "private": true, "expo": { "doctor": { diff --git a/mobile/src/context/AuthContext.tsx b/mobile/src/context/AuthContext.tsx index 94deab40..4bbb66e7 100644 --- a/mobile/src/context/AuthContext.tsx +++ b/mobile/src/context/AuthContext.tsx @@ -8,6 +8,7 @@ * token via POST /api/mobile/generate-token. */ +import * as Linking from "expo-linking"; import * as SecureStore from "expo-secure-store"; import * as WebBrowser from "expo-web-browser"; import React, { @@ -104,13 +105,19 @@ export function AuthProvider({ children }: { children: React.ReactNode }) { await api.init(cleanUrl); setBaseUrl(cleanUrl); + // Compute the correct redirect URI for the current runtime: + // • Expo Go (development) → exp://<host>:<port>/--/callback + // • Standalone / EAS build → docuelevate://callback + // Both schemes are accepted by the server; using Linking.createURL + // ensures the browser deep-link resolves correctly in every environment. + const redirectUri = Linking.createURL("callback"); + // Open the web login page in the system browser. The user authenticates - // via SSO or local credentials, then the app deep-link (docuelevate://callback) - // is triggered. The WebBrowser.openAuthSessionAsync handles the redirect - // back to the app. + // via SSO or local credentials, then the app deep-link is triggered. + // The WebBrowser.openAuthSessionAsync handles the redirect back to the app. const result = await WebBrowser.openAuthSessionAsync( - `${cleanUrl}/login?mobile=1&redirect_uri=docuelevate://callback`, - "docuelevate://callback" + `${cleanUrl}/login?mobile=1&redirect_uri=${encodeURIComponent(redirectUri)}`, + redirectUri ); if (result.type !== "success") { diff --git a/mobile/src/hooks/usePushNotifications.ts b/mobile/src/hooks/usePushNotifications.ts index 85c3c97c..cc62e4b4 100644 --- a/mobile/src/hooks/usePushNotifications.ts +++ b/mobile/src/hooks/usePushNotifications.ts @@ -21,6 +21,8 @@ Notifications.setNotificationHandler({ shouldShowAlert: true, shouldPlaySound: true, shouldSetBadge: true, + shouldShowBanner: true, + shouldShowList: true, }), }); diff --git a/mobile/src/screens/LoginScreen.tsx b/mobile/src/screens/LoginScreen.tsx index b5fa5cb6..f278b46e 100644 --- a/mobile/src/screens/LoginScreen.tsx +++ b/mobile/src/screens/LoginScreen.tsx @@ -1,15 +1,17 @@ /** - * LoginScreen – entry point for unauthenticated users. + * LoginScreen – server URL entry and SSO sign-in. * * Renders a server URL input and a "Sign in with SSO" button that opens the * DocuElevate web login page in the system browser. On success the * AuthContext stores the API token and navigates to the main app. */ +import { useRouter } from "expo-router"; import React, { useState } from "react"; import { ActivityIndicator, Alert, + Image, KeyboardAvoidingView, Platform, Pressable, @@ -22,6 +24,7 @@ import { useAuth } from "../context/AuthContext"; export default function LoginScreen() { const { signIn } = useAuth(); + const router = useRouter(); const [serverUrl, setServerUrl] = useState(""); const [loading, setLoading] = useState(false); @@ -53,7 +56,15 @@ export default function LoginScreen() { behavior={Platform.OS === "ios" ? "padding" : undefined} > <View style={styles.card}> - <Text style={styles.logo}>DocuElevate</Text> + <View style={styles.logoContainer}> + <Image + source={require("../../assets/logo.png")} + style={styles.logoImage} + resizeMode="contain" + accessibilityLabel="DocuElevate logo" + /> + <Text style={styles.logoText}>DocuElevate</Text> + </View> <Text style={styles.tagline}>Intelligent Document Processing</Text> <Text style={styles.label}>Server URL</Text> @@ -88,6 +99,15 @@ export default function LoginScreen() { <Text style={styles.hint}> You will be redirected to your organisation's sign-in page. </Text> + + <Pressable + onPress={() => router.back()} + accessibilityRole="button" + accessibilityLabel="Back to welcome screen" + style={styles.backLink} + > + <Text style={styles.backLinkText}>← Back</Text> + </Pressable> </View> </KeyboardAvoidingView> ); @@ -110,12 +130,20 @@ const styles = StyleSheet.create({ shadowRadius: 12, elevation: 4, }, - logo: { + logoContainer: { + alignItems: "center", + marginBottom: 4, + }, + logoImage: { + width: 80, + height: 80, + marginBottom: 10, + }, + logoText: { fontSize: 28, fontWeight: "700", color: "#1e40af", textAlign: "center", - marginBottom: 4, }, tagline: { fontSize: 14, @@ -162,4 +190,14 @@ const styles = StyleSheet.create({ color: "#9ca3af", textAlign: "center", }, + backLink: { + marginTop: 20, + alignItems: "center", + minHeight: 44, + justifyContent: "center", + }, + backLinkText: { + fontSize: 13, + color: "#6b7280", + }, }); diff --git a/mobile/src/screens/UploadScreen.tsx b/mobile/src/screens/UploadScreen.tsx index b9685ee9..fa827f72 100644 --- a/mobile/src/screens/UploadScreen.tsx +++ b/mobile/src/screens/UploadScreen.tsx @@ -68,7 +68,7 @@ export default function UploadScreen() { } const result = await ImagePicker.launchCameraAsync({ - mediaTypes: ImagePicker.MediaTypeOptions.Images, + mediaTypes: ["images"], quality: 0.9, allowsEditing: false, }); diff --git a/mobile/src/screens/WelcomeScreen.tsx b/mobile/src/screens/WelcomeScreen.tsx new file mode 100644 index 00000000..f779456c --- /dev/null +++ b/mobile/src/screens/WelcomeScreen.tsx @@ -0,0 +1,209 @@ +/** + * WelcomeScreen – first screen shown to unauthenticated users on first launch. + * + * Presents the DocuElevate brand, a short description of what the app does, + * and a "Get Started" button that navigates to the LoginScreen. + */ + +import { useRouter } from "expo-router"; +import React from "react"; +import { + Image, + Pressable, + ScrollView, + StyleSheet, + Text, + View, +} from "react-native"; +import { SafeAreaView } from "react-native-safe-area-context"; + +const FEATURES: { icon: string; title: string; description: string }[] = [ + { + icon: "🔍", + title: "OCR & Text Extraction", + description: "Convert scanned PDFs and images into fully searchable text automatically.", + }, + { + icon: "🤖", + title: "AI Metadata Extraction", + description: "AI classifies documents and pulls out key fields like dates, amounts, and subjects.", + }, + { + icon: "☁️", + title: "Multi-Cloud Storage", + description: "Route processed files to Dropbox, Google Drive, OneDrive, S3, Nextcloud, and more.", + }, +]; + +export default function WelcomeScreen() { + const router = useRouter(); + return ( + <SafeAreaView style={styles.safe}> + <ScrollView + contentContainerStyle={styles.scroll} + showsVerticalScrollIndicator={false} + > + {/* Hero */} + <View style={styles.hero}> + <View style={styles.logoContainer}> + <Image + source={require("../../assets/logo.png")} + style={styles.logoImage} + resizeMode="contain" + accessibilityLabel="DocuElevate logo" + /> + </View> + <Text style={styles.appName}>DocuElevate</Text> + <Text style={styles.tagline}>Intelligent Document Processing</Text> + <Text style={styles.heroDescription}> + Ingest documents, run OCR, extract metadata with AI, and route files + to your cloud storage — all in one seamless pipeline. + </Text> + </View> + + {/* Feature highlights */} + <View style={styles.features}> + {FEATURES.map((feature) => ( + <View key={feature.title} style={styles.featureRow}> + <Text style={styles.featureIcon} aria-hidden={true}>{feature.icon}</Text> + <View style={styles.featureText}> + <Text style={styles.featureTitle}>{feature.title}</Text> + <Text style={styles.featureDescription}>{feature.description}</Text> + </View> + </View> + ))} + </View> + + {/* CTA */} + <Pressable + style={({ pressed }) => [styles.button, pressed && styles.buttonPressed]} + onPress={() => router.push("/(auth)/login")} + accessibilityRole="button" + accessibilityLabel="Get started — connect to your DocuElevate server" + > + <Text style={styles.buttonText}>Get Started</Text> + </Pressable> + + <Text style={styles.hint}> + Connect to your self-hosted or cloud DocuElevate server. + </Text> + </ScrollView> + </SafeAreaView> + ); +} + +const styles = StyleSheet.create({ + safe: { + flex: 1, + backgroundColor: "#1e40af", + }, + scroll: { + flexGrow: 1, + paddingHorizontal: 28, + paddingTop: 48, + paddingBottom: 40, + }, + hero: { + alignItems: "center", + marginBottom: 40, + }, + logoContainer: { + width: 96, + height: 96, + borderRadius: 24, + backgroundColor: "rgba(255,255,255,0.15)", + alignItems: "center", + justifyContent: "center", + marginBottom: 16, + }, + logoImage: { + width: 72, + height: 72, + }, + appName: { + fontSize: 36, + fontWeight: "800", + color: "#ffffff", + textAlign: "center", + marginBottom: 6, + letterSpacing: 0.5, + }, + tagline: { + fontSize: 14, + fontWeight: "600", + color: "rgba(255,255,255,0.75)", + textTransform: "uppercase", + letterSpacing: 1.5, + textAlign: "center", + marginBottom: 16, + }, + heroDescription: { + fontSize: 16, + color: "rgba(255,255,255,0.85)", + textAlign: "center", + lineHeight: 24, + maxWidth: 320, + }, + features: { + backgroundColor: "rgba(255,255,255,0.1)", + borderRadius: 16, + paddingVertical: 8, + paddingHorizontal: 16, + marginBottom: 36, + }, + featureRow: { + flexDirection: "row", + alignItems: "flex-start", + paddingVertical: 14, + borderBottomWidth: StyleSheet.hairlineWidth, + borderBottomColor: "rgba(255,255,255,0.2)", + }, + featureIcon: { + fontSize: 24, + marginRight: 14, + marginTop: 1, + }, + featureText: { + flex: 1, + }, + featureTitle: { + fontSize: 15, + fontWeight: "600", + color: "#ffffff", + marginBottom: 2, + }, + featureDescription: { + fontSize: 13, + color: "rgba(255,255,255,0.75)", + lineHeight: 18, + }, + button: { + backgroundColor: "#ffffff", + borderRadius: 12, + paddingVertical: 16, + alignItems: "center", + justifyContent: "center", + minHeight: 52, + shadowColor: "#000", + shadowOpacity: 0.15, + shadowOffset: { width: 0, height: 4 }, + shadowRadius: 8, + elevation: 4, + marginBottom: 16, + }, + buttonPressed: { + opacity: 0.9, + transform: [{ scale: 0.98 }], + }, + buttonText: { + color: "#1e40af", + fontSize: 17, + fontWeight: "700", + letterSpacing: 0.3, + }, + hint: { + fontSize: 12, + color: "rgba(255,255,255,0.55)", + textAlign: "center", + }, +}); diff --git a/mobile/src/services/api.ts b/mobile/src/services/api.ts index 7a523216..0cb12520 100644 --- a/mobile/src/services/api.ts +++ b/mobile/src/services/api.ts @@ -107,7 +107,7 @@ class DocuElevateAPI { headers["Authorization"] = `Bearer ${token}`; } - let body: BodyInit | undefined; + let body: string | FormData | undefined; if (options?.formData) { body = options.formData; // Let fetch set multipart content-type with boundary automatically diff --git a/requirements-dev.txt b/requirements-dev.txt index 72d8d3af..43a5ca21 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -23,6 +23,7 @@ djlint>=1.36.0 # HTML template linter for accessibility and best practices mkdocs-material>=9.5.0 # MkDocs Material theme – same package used in docs/requirements.txt # Type stubs for mypy +types-aiofiles>=24.1.0 types-requests>=2.31.0 types-paramiko>=3.0.0 @@ -37,3 +38,4 @@ pip-licenses==5.5.1 # For license compliance checking # Release automation python-semantic-release>=9.0.0 +types-aiofiles>=24.1.0.20240311 # Type stubs for aiofiles diff --git a/requirements.txt b/requirements.txt index 3448ae0a..f65c9262 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,3 +58,4 @@ sentry-sdk[fastapi,celery,sqlalchemy]>=2.20.0,<3.0.0 # GraphQL API strawberry-graphql[fastapi]>=0.243.0,<1.0.0 +aiofiles>=24.1.0 # Asynchronous file I/O support diff --git a/run_fast_tests.sh b/run_fast_tests.sh new file mode 100755 index 00000000..ae146652 --- /dev/null +++ b/run_fast_tests.sh @@ -0,0 +1,2 @@ +#!/bin/bash +pytest tests/ -k "not test_e2e_full_stack and not test_upload_tasks and not test_slow" -m "not slow" -n 4 diff --git a/tests/test_api_advanced_filters.py b/tests/test_api_advanced_filters.py index 03bd7b24..f5301f87 100644 --- a/tests/test_api_advanced_filters.py +++ b/tests/test_api_advanced_filters.py @@ -269,6 +269,53 @@ class TestSavedSearchesCRUD: response2 = client.post("/api/saved-searches", json=payload) assert response2.status_code == 409 + def test_create_saved_search_db_error(self, client: TestClient, monkeypatch): + """POST /api/saved-searches returns 500 on DB exception.""" + # Mock db.add or db.commit to raise an exception + # We can monkeypatch the route's dependency or the models + # It's easier to mock the SavedSearch model's __init__ or db's add + # Since we use db: DbSession, it's an instance of sqlalchemy.orm.Session + from sqlalchemy.orm import Session + + original_commit = Session.commit + + def mock_commit(*args, **kwargs): + raise Exception("Simulated DB error") + + monkeypatch.setattr(Session, "commit", mock_commit) + + payload = { + "name": "DB Error Search", + "filters": {"status": "completed"}, + } + response = client.post("/api/saved-searches", json=payload) + assert response.status_code == 500 + assert "Failed to save search" in response.json()["detail"] + + def test_create_saved_search_limit_reached(self, client: TestClient, monkeypatch): + """POST /api/saved-searches returns 409 if max limit is reached.""" + monkeypatch.setattr("app.api.saved_searches.MAX_SAVED_SEARCHES_PER_USER", 1) + + # Create first one + payload1 = {"name": "Search 1", "filters": {"status": "completed"}} + response1 = client.post("/api/saved-searches", json=payload1) + assert response1.status_code == 201 + + # Creating second one should fail due to limit + payload2 = {"name": "Search 2", "filters": {"status": "pending"}} + response2 = client.post("/api/saved-searches", json=payload2) + assert response2.status_code == 409 + assert "Maximum of 1 saved searches reached" in response2.json()["detail"] + + def test_create_saved_search_invalid_name_type(self, client: TestClient): + """POST /api/saved-searches with non-string name returns 422.""" + payload = { + "name": 12345, + "filters": {"status": "completed"}, + } + response = client.post("/api/saved-searches", json=payload) + assert response.status_code == 422 + def test_update_saved_search(self, client: TestClient): """PUT /api/saved-searches/{id} updates the saved search.""" # Create @@ -296,6 +343,83 @@ class TestSavedSearchesCRUD: ) assert response.status_code == 404 + def test_update_saved_search_duplicate_name(self, client: TestClient): + """PUT /api/saved-searches/{id} with duplicate name returns 409.""" + # Create first search + client.post( + "/api/saved-searches", + json={"name": "First Search", "filters": {"status": "pending"}}, + ) + # Create second search + create_resp2 = client.post( + "/api/saved-searches", + json={"name": "Second Search", "filters": {"status": "completed"}}, + ) + search_id2 = create_resp2.json()["id"] + + # Try to rename second search to "First Search" + update_resp = client.put( + f"/api/saved-searches/{search_id2}", + json={"name": "First Search", "filters": {"status": "completed"}}, + ) + assert update_resp.status_code == 409 + + def test_update_saved_search_name_too_long(self, client: TestClient): + """PUT /api/saved-searches/{id} with name > 100 chars returns 422.""" + create_resp = client.post( + "/api/saved-searches", + json={"name": "Valid Name", "filters": {"status": "pending"}}, + ) + search_id = create_resp.json()["id"] + + update_resp = client.put( + f"/api/saved-searches/{search_id}", + json={"name": "x" * 101, "filters": {"status": "completed"}}, + ) + assert update_resp.status_code == 422 + + def test_update_saved_search_empty_name(self, client: TestClient): + """PUT /api/saved-searches/{id} with empty name returns 422.""" + create_resp = client.post( + "/api/saved-searches", + json={"name": "Valid Name", "filters": {"status": "pending"}}, + ) + search_id = create_resp.json()["id"] + + update_resp = client.put( + f"/api/saved-searches/{search_id}", + json={"name": "", "filters": {"status": "completed"}}, + ) + assert update_resp.status_code == 422 + + def test_update_saved_search_empty_filters(self, client: TestClient): + """PUT /api/saved-searches/{id} with empty filters returns 422.""" + create_resp = client.post( + "/api/saved-searches", + json={"name": "Valid Name", "filters": {"status": "pending"}}, + ) + search_id = create_resp.json()["id"] + + update_resp = client.put( + f"/api/saved-searches/{search_id}", + json={"name": "Valid Name", "filters": {}}, + ) + assert update_resp.status_code == 422 + + def test_update_saved_search_invalid_filters(self, client: TestClient): + """PUT /api/saved-searches/{id} with only invalid filters returns 422.""" + create_resp = client.post( + "/api/saved-searches", + json={"name": "Valid Name", "filters": {"status": "pending"}}, + ) + search_id = create_resp.json()["id"] + + update_resp = client.put( + f"/api/saved-searches/{search_id}", + json={"name": "Valid Name", "filters": {"invalid_key": "value"}}, + ) + assert update_resp.status_code == 422 + def test_delete_saved_search(self, client: TestClient): """DELETE /api/saved-searches/{id} removes the saved search.""" # Create @@ -318,6 +442,22 @@ class TestSavedSearchesCRUD: response = client.delete("/api/saved-searches/999") assert response.status_code == 404 + def test_delete_saved_search_db_error(self, client: TestClient): + """DELETE /api/saved-searches/{id} handles database errors (500).""" + from unittest.mock import patch + + # Create + create_resp = client.post( + "/api/saved-searches", + json={"name": "To Delete DB Error", "filters": {"status": "failed"}}, + ) + search_id = create_resp.json()["id"] + + with patch("sqlalchemy.orm.Session.delete", side_effect=Exception("DB Delete Error")): + response = client.delete(f"/api/saved-searches/{search_id}") + assert response.status_code == 500 + assert response.json()["detail"] == "Failed to delete saved search" + def test_create_name_too_long(self, client: TestClient): """POST /api/saved-searches with name > 100 chars returns 422.""" payload = { diff --git a/tests/test_api_dropbox.py b/tests/test_api_dropbox.py index f3d3a7a1..aacc57bb 100644 --- a/tests/test_api_dropbox.py +++ b/tests/test_api_dropbox.py @@ -7,7 +7,6 @@ Covers Dropbox OAuth endpoints, settings management, and token testing. from unittest.mock import Mock, patch import pytest -import requests @pytest.mark.unit @@ -137,7 +136,7 @@ class TestTestDropboxToken: assert data["status"] == "error" assert "not fully configured" in data["message"] - @patch("app.api.dropbox.requests.post") + @patch("app.api.dropbox.httpx.AsyncClient.post") @patch("app.api.dropbox.settings") def test_valid_token(self, mock_settings, mock_post, client): """Test successful token validation.""" @@ -162,7 +161,7 @@ class TestTestDropboxToken: assert data["account"] == "user@example.com" assert data["account_name"] == "Test User" - @patch("app.api.dropbox.requests.post") + @patch("app.api.dropbox.httpx.AsyncClient.post") @patch("app.api.dropbox.settings") def test_expired_token_refreshed(self, mock_settings, mock_post, client): """Test that expired token triggers refresh and retry.""" @@ -194,7 +193,7 @@ class TestTestDropboxToken: data = response.json() assert data["status"] == "success" - @patch("app.api.dropbox.requests.post") + @patch("app.api.dropbox.httpx.AsyncClient.post") @patch("app.api.dropbox.settings") def test_refresh_token_expired(self, mock_settings, mock_post, client): """Test handling when refresh token itself is expired.""" @@ -220,7 +219,7 @@ class TestTestDropboxToken: assert data["status"] == "error" assert data["needs_reauth"] is True - @patch("app.api.dropbox.requests.post") + @patch("app.api.dropbox.httpx.AsyncClient.post") @patch("app.api.dropbox.settings") def test_token_validation_failure(self, mock_settings, mock_post, client): """Test handling non-401, non-200 response.""" @@ -240,16 +239,21 @@ class TestTestDropboxToken: data = response.json() assert data["status"] == "error" - @patch("app.api.dropbox.requests.post") + @patch("app.api.dropbox.httpx.AsyncClient.post") @patch("app.api.dropbox.settings") def test_connection_error(self, mock_settings, mock_post, client): """Test handling of connection exceptions.""" + import httpx + mock_settings.dropbox_refresh_token = "token" mock_settings.dropbox_app_key = "app-key" mock_settings.dropbox_app_secret = "app-secret" mock_settings.http_request_timeout = 30 - mock_post.side_effect = requests.exceptions.ConnectionError("Connection refused") + mock_post.side_effect = httpx.RequestError( + "Connection refused", + request=httpx.Request("POST", "https://api.dropboxapi.com/2/users/get_current_account"), + ) response = client.get("/api/dropbox/test-token") diff --git a/tests/test_api_dropbox_extended.py b/tests/test_api_dropbox_extended.py index 5c4a7ee8..66a2581b 100644 --- a/tests/test_api_dropbox_extended.py +++ b/tests/test_api_dropbox_extended.py @@ -84,8 +84,8 @@ class TestUpdateDropboxSettings: class TestTestDropboxToken: """Tests for GET /dropbox/test-token endpoint.""" - @patch("app.api.dropbox.requests.post") - def test_test_token_success(self, mock_post): + @patch("app.api.dropbox.httpx.AsyncClient") + def test_test_token_success(self, mock_client_cls): """Test successful token validation.""" from app.config import settings @@ -95,7 +95,7 @@ class TestTestDropboxToken: "email": "test@example.com", "name": {"display_name": "Test User"}, } - mock_post.return_value = mock_response + mock_client_cls.return_value.__aenter__.return_value.post.return_value = mock_response with patch.object(settings, "dropbox_refresh_token", "token"): with patch.object(settings, "dropbox_app_key", "key"): @@ -104,8 +104,8 @@ class TestTestDropboxToken: # Should include account email and name pass - @patch("app.api.dropbox.requests.post") - def test_test_token_not_configured(self, mock_post): + @patch("app.api.dropbox.httpx.AsyncClient") + def test_test_token_not_configured(self, mock_client_cls): """Test when credentials are not configured.""" from app.config import settings @@ -113,8 +113,8 @@ class TestTestDropboxToken: # Should return error indicating not configured pass - @patch("app.api.dropbox.requests.post") - def test_test_token_partial_config(self, mock_post): + @patch("app.api.dropbox.httpx.AsyncClient") + def test_test_token_partial_config(self, mock_client_cls): """Test with partial configuration (missing some credentials).""" from app.config import settings @@ -123,8 +123,8 @@ class TestTestDropboxToken: # Should return error pass - @patch("app.api.dropbox.requests.post") - def test_test_token_expired_requires_refresh(self, mock_post): + @patch("app.api.dropbox.httpx.AsyncClient") + def test_test_token_expired_requires_refresh(self, mock_client_cls): """Test when access token is expired and needs refresh.""" from app.config import settings @@ -145,7 +145,9 @@ class TestTestDropboxToken: "name": {"display_name": "Test User"}, } - mock_post.side_effect = [mock_response_401, mock_refresh_response, mock_success_response] + mock_client = MagicMock() + mock_client.post.side_effect = [mock_response_401, mock_refresh_response, mock_success_response] + mock_client_cls.return_value.__aenter__.return_value = mock_client with patch.object(settings, "dropbox_refresh_token", "token"): with patch.object(settings, "dropbox_app_key", "key"): @@ -153,8 +155,8 @@ class TestTestDropboxToken: # Should refresh and succeed pass - @patch("app.api.dropbox.requests.post") - def test_test_token_refresh_failed(self, mock_post): + @patch("app.api.dropbox.httpx.AsyncClient") + def test_test_token_refresh_failed(self, mock_client_cls): """Test when refresh token is invalid.""" from app.config import settings @@ -167,7 +169,9 @@ class TestTestDropboxToken: mock_refresh_response.status_code = 400 mock_refresh_response.text = "Invalid refresh token" - mock_post.side_effect = [mock_response_401, mock_refresh_response] + mock_client = MagicMock() + mock_client.post.side_effect = [mock_response_401, mock_refresh_response] + mock_client_cls.return_value.__aenter__.return_value = mock_client with patch.object(settings, "dropbox_refresh_token", "token"): with patch.object(settings, "dropbox_app_key", "key"): @@ -175,8 +179,8 @@ class TestTestDropboxToken: # Should return error with needs_reauth: True pass - @patch("app.api.dropbox.requests.post") - def test_test_token_perpetual_token_info(self, mock_post): + @patch("app.api.dropbox.httpx.AsyncClient") + def test_test_token_perpetual_token_info(self, mock_client_cls): """Test that perpetual token info is returned.""" from app.config import settings @@ -186,7 +190,7 @@ class TestTestDropboxToken: "email": "test@example.com", "name": {"display_name": "Test User"}, } - mock_post.return_value = mock_response + mock_client_cls.return_value.__aenter__.return_value.post.return_value = mock_response with patch.object(settings, "dropbox_refresh_token", "token"): with patch.object(settings, "dropbox_app_key", "key"): @@ -194,12 +198,12 @@ class TestTestDropboxToken: # token_info should indicate never expires pass - @patch("app.api.dropbox.requests.post") - def test_test_token_exception_handling(self, mock_post): + @patch("app.api.dropbox.httpx.AsyncClient") + def test_test_token_exception_handling(self, mock_client_cls): """Test handling of exceptions.""" from app.config import settings - mock_post.side_effect = Exception("Network error") + mock_client_cls.return_value.__aenter__.return_value.post.side_effect = Exception("Network error") with patch.object(settings, "dropbox_refresh_token", "token"): with patch.object(settings, "dropbox_app_key", "key"): diff --git a/tests/test_api_google_drive_final.py b/tests/test_api_google_drive_final.py index 38ede9e1..49fabdb4 100644 --- a/tests/test_api_google_drive_final.py +++ b/tests/test_api_google_drive_final.py @@ -7,9 +7,9 @@ Targets the remaining uncovered branches from the 97.03% baseline: - 214 : test_google_drive_token — generic connection error (not token-related) - 302->306: get_google_drive_token_info — credentials already valid (no refresh) - 307->318: get_google_drive_token_info — credentials have no expiry - - 395->397: save_dropbox_settings — refresh_token falsy inside use_oauth block - - 449->451: save_dropbox_settings — refresh_token falsy in in-memory update - - 468->470: save_dropbox_settings — folder_id falsy in db-persist block + - 395->397: save_google_drive_settings — refresh_token falsy inside use_oauth block + - 449->451: save_google_drive_settings — refresh_token falsy in in-memory update + - 468->470: save_google_drive_settings — folder_id falsy in db-persist block """ from datetime import datetime, timedelta @@ -152,10 +152,10 @@ class TestGetTokenInfoCredentialsBranches: @pytest.mark.unit class TestSaveGoogleDriveSettingsFalsyFields: - """Cover branches 395->397, 449->451, 468->470 in save_dropbox_settings. + """Cover branches 395->397, 449->451, 468->470 in save_google_drive_settings. - Note: the Google Drive save endpoint is named save_dropbox_settings in the - source (app/api/google_drive.py) due to an existing naming inconsistency. + Note: the Google Drive save endpoint is named save_google_drive_settings in the + source (app/api/google_drive.py). """ @patch("app.api.google_drive.settings") @@ -167,7 +167,7 @@ class TestSaveGoogleDriveSettingsFalsyFields: from starlette.requests import Request as StarletteRequest - from app.api.google_drive import save_dropbox_settings + from app.api.google_drive import save_google_drive_settings mock_request = MagicMock(spec=StarletteRequest) mock_request.session = {} @@ -175,7 +175,7 @@ class TestSaveGoogleDriveSettingsFalsyFields: with patch("app.api.google_drive.save_setting_to_db"): with patch("app.api.google_drive.notify_settings_updated"): - result = await save_dropbox_settings( + result = await save_google_drive_settings( request=mock_request, refresh_token="", # falsy → branches 395->397 and 449->451 client_id="cid", diff --git a/tests/test_api_integrations.py b/tests/test_api_integrations.py index fd5070ff..90d1c1f3 100644 --- a/tests/test_api_integrations.py +++ b/tests/test_api_integrations.py @@ -969,7 +969,7 @@ class TestConnectionTestEndpoint: assert resp.status_code == 200 data = resp.json() assert data["success"] is False - assert "localhost" in data["message"].lower() + assert "internal" in data["message"].lower() or "private" in data["message"].lower() def test_test_webdav_blocks_file_scheme(self, int_client): """WebDAV test blocks file:// scheme.""" diff --git a/tests/test_api_onedrive_coverage.py b/tests/test_api_onedrive_coverage.py index fd3e63dd..6e0ed1bc 100644 --- a/tests/test_api_onedrive_coverage.py +++ b/tests/test_api_onedrive_coverage.py @@ -75,8 +75,8 @@ class TestTestTokenRotation: patch.object(settings, "onedrive_refresh_token", "old_token"), patch.object(settings, "onedrive_client_id", "cid"), patch.object(settings, "onedrive_client_secret", "sec"), - patch("app.api.onedrive.os.path.join", return_value=str(env_file)), - patch("app.api.onedrive.os.path.exists", return_value=True), + patch("app.utils.env_utils.os.path.join", return_value=str(env_file)), + patch("app.utils.env_utils.os.path.exists", return_value=True), patch("app.database.SessionLocal") as mock_session_local, patch("app.api.onedrive.save_setting_to_db"), patch("app.api.onedrive.notify_settings_updated"), @@ -117,7 +117,7 @@ class TestTestTokenRotation: patch.object(settings, "onedrive_refresh_token", "old_token"), patch.object(settings, "onedrive_client_id", "cid"), patch.object(settings, "onedrive_client_secret", "sec"), - patch("app.api.onedrive.os.path.exists", return_value=False), + patch("app.utils.env_utils.os.path.exists", return_value=False), patch("app.database.SessionLocal") as mock_session_local, patch("app.api.onedrive.save_setting_to_db"), patch("app.api.onedrive.notify_settings_updated"), @@ -157,7 +157,7 @@ class TestTestTokenRotation: patch.object(settings, "onedrive_refresh_token", "old_token"), patch.object(settings, "onedrive_client_id", "cid"), patch.object(settings, "onedrive_client_secret", "sec"), - patch("app.api.onedrive.os.path.exists", return_value=True), + patch("app.utils.env_utils.os.path.exists", return_value=True), patch("builtins.open", side_effect=PermissionError("Permission denied")), patch("app.database.SessionLocal") as mock_session_local, patch("app.api.onedrive.save_setting_to_db"), @@ -198,7 +198,7 @@ class TestTestTokenRotation: patch.object(settings, "onedrive_refresh_token", "old_token"), patch.object(settings, "onedrive_client_id", "cid"), patch.object(settings, "onedrive_client_secret", "sec"), - patch("app.api.onedrive.os.path.exists", return_value=False), + patch("app.utils.env_utils.os.path.exists", return_value=False), patch("app.database.SessionLocal", side_effect=Exception("DB error")), ): response = client.get("/api/onedrive/test-token") @@ -277,8 +277,8 @@ class TestTokenRotationEnvAppendLine: patch.object(settings, "onedrive_refresh_token", "old_token"), patch.object(settings, "onedrive_client_id", "cid"), patch.object(settings, "onedrive_client_secret", "sec"), - patch("app.api.onedrive.os.path.join", return_value=str(env_file)), - patch("app.api.onedrive.os.path.exists", return_value=True), + patch("app.utils.env_utils.os.path.join", return_value=str(env_file)), + patch("app.utils.env_utils.os.path.exists", return_value=True), patch("app.database.SessionLocal") as mock_sl, patch("app.api.onedrive.save_setting_to_db"), patch("app.api.onedrive.notify_settings_updated"), diff --git a/tests/test_api_profile.py b/tests/test_api_profile.py index 65dba9f9..c3391370 100644 --- a/tests/test_api_profile.py +++ b/tests/test_api_profile.py @@ -224,9 +224,10 @@ class TestUpdateProfileHandler: req = MagicMock() req.session = {"user": {"preferred_username": "carol", "email": "carol@example.com"}} + resp = MagicMock() body = ProfileUpdateRequest(display_name="Carol Smith") - result = await update_profile(body, req, prof_session) + result = await update_profile(body, req, resp, prof_session) assert result.display_name == "Carol Smith" @pytest.mark.asyncio @@ -236,11 +237,31 @@ class TestUpdateProfileHandler: req = MagicMock() req.session = {"user": {"preferred_username": "dave", "email": "dave@example.com"}} + resp = MagicMock() body = ProfileUpdateRequest(preferred_language="de") - result = await update_profile(body, req, prof_session) + result = await update_profile(body, req, resp, prof_session) assert result.preferred_language == "de" + @pytest.mark.asyncio + async def test_updates_language_syncs_session_and_cookie(self, prof_session): + """update_profile syncs language to session and cookie.""" + from app.api.profile import ProfileUpdateRequest, update_profile + + session = {"user": {"preferred_username": "dave2", "email": "dave2@example.com"}} + req = MagicMock() + req.session = session + resp = MagicMock() + + body = ProfileUpdateRequest(preferred_language="fr") + await update_profile(body, req, resp, prof_session) + + assert session["preferred_language"] == "fr" + resp.set_cookie.assert_called_once() + cookie_kwargs = resp.set_cookie.call_args + assert cookie_kwargs.kwargs["key"] == "docuelevate_lang" + assert cookie_kwargs.kwargs["value"] == "fr" + @pytest.mark.asyncio async def test_updates_theme(self, prof_session): """update_profile updates preferred_theme.""" @@ -248,9 +269,10 @@ class TestUpdateProfileHandler: req = MagicMock() req.session = {"user": {"preferred_username": "eve", "email": "eve@example.com"}} + resp = MagicMock() body = ProfileUpdateRequest(preferred_theme="light") - result = await update_profile(body, req, prof_session) + result = await update_profile(body, req, resp, prof_session) assert result.preferred_theme == "light" @pytest.mark.asyncio @@ -260,10 +282,11 @@ class TestUpdateProfileHandler: req = MagicMock() req.session = {"user": {"preferred_username": "frank", "email": "frank@example.com"}} + resp = MagicMock() body = ProfileUpdateRequest(preferred_language="xx") with pytest.raises(HTTPException) as exc: - await update_profile(body, req, prof_session) + await update_profile(body, req, resp, prof_session) assert exc.value.status_code == 422 @pytest.mark.asyncio @@ -273,13 +296,78 @@ class TestUpdateProfileHandler: req = MagicMock() req.session = {"user": {"preferred_username": "grace", "email": "grace@example.com"}} + resp = MagicMock() body = ProfileUpdateRequest(preferred_theme="rainbow") with pytest.raises(HTTPException) as exc: - await update_profile(body, req, prof_session) + await update_profile(body, req, resp, prof_session) assert exc.value.status_code == 422 +# --------------------------------------------------------------------------- +# Unit tests — _hydrate_language_from_db (views/base.py) +# --------------------------------------------------------------------------- + + +@pytest.mark.unit +class TestHydrateLanguageFromDb: + """Tests for session hydration of preferred_language from DB.""" + + def test_hydrates_language_into_session(self, prof_session): + """When DB has a preferred_language, it should be set in the session.""" + from app.views.base import _hydrate_language_from_db + + # Create a profile with a preferred_language + profile = UserProfile(user_id="hydrate_user", preferred_language="fr") + prof_session.add(profile) + prof_session.commit() + + req = MagicMock() + req.session = {} + session_user = {"preferred_username": "hydrate_user"} + + # Patch SessionLocal to return our test session + from unittest.mock import patch + + with patch("app.views.base.SessionLocal", return_value=prof_session): + _hydrate_language_from_db(req, session_user) + + assert req.session.get("preferred_language") == "fr" + + def test_no_hydration_when_no_db_preference(self, prof_session): + """When DB has no preferred_language, session should remain empty.""" + from app.views.base import _hydrate_language_from_db + + profile = UserProfile(user_id="no_pref_user") + prof_session.add(profile) + prof_session.commit() + + req = MagicMock() + req.session = {} + session_user = {"preferred_username": "no_pref_user"} + + from unittest.mock import patch + + with patch("app.views.base.SessionLocal", return_value=prof_session): + _hydrate_language_from_db(req, session_user) + + assert "preferred_language" not in req.session + + def test_no_hydration_when_no_user_id(self, prof_session): + """When session_user has no identifiable user_id, do nothing.""" + from app.views.base import _hydrate_language_from_db + + req = MagicMock() + req.session = {} + + from unittest.mock import patch + + with patch("app.views.base.SessionLocal", return_value=prof_session): + _hydrate_language_from_db(req, {}) + + assert "preferred_language" not in req.session + + # --------------------------------------------------------------------------- # Unit tests — POST /api/profile/avatar handler # --------------------------------------------------------------------------- diff --git a/tests/test_api_saved_searches.py b/tests/test_api_saved_searches.py new file mode 100644 index 00000000..d483390b --- /dev/null +++ b/tests/test_api_saved_searches.py @@ -0,0 +1,191 @@ +"""Tests for the saved searches API (app/api/saved_searches.py).""" + +import pytest +from fastapi.testclient import TestClient +from sqlalchemy import create_engine +from sqlalchemy.orm import sessionmaker +from sqlalchemy.pool import StaticPool + +from app.database import Base, get_db +from app.models import SavedSearch + +# --------------------------------------------------------------------------- +# Test data constants +# --------------------------------------------------------------------------- + +_OWNER = "test_user@example.com" +_OTHER_OWNER = "other_user@example.com" + + +# --------------------------------------------------------------------------- +# Shared fixture helpers +# --------------------------------------------------------------------------- + + +@pytest.fixture() +def int_engine(): + """In-memory SQLite engine for integration tests.""" + engine = create_engine( + "sqlite:///:memory:", + connect_args={"check_same_thread": False}, + poolclass=StaticPool, + ) + Base.metadata.create_all(bind=engine) + yield engine + Base.metadata.drop_all(bind=engine) + + +@pytest.fixture() +def int_session(int_engine): + """DB session scoped to one test.""" + Session = sessionmaker(bind=int_engine) + session = Session() + yield session + session.close() + + +def _make_client(int_engine, owner_id: str = _OWNER): + """Return a TestClient with *owner_id* injected as the authenticated user.""" + from unittest.mock import patch + + from app.main import app + + def override_db(): + Session = sessionmaker(bind=int_engine) + session = Session() + try: + yield session + finally: + session.close() + + app.dependency_overrides[get_db] = override_db + with patch("app.api.saved_searches._get_user_id", return_value=owner_id): + with TestClient(app, base_url="http://localhost", raise_server_exceptions=False) as client: + yield client + app.dependency_overrides.clear() + + +@pytest.fixture() +def int_client(int_engine): + """TestClient authenticated as _OWNER.""" + yield from _make_client(int_engine, _OWNER) + + +# --------------------------------------------------------------------------- +# CRUD tests +# --------------------------------------------------------------------------- + + +@pytest.mark.integration +class TestSavedSearchesAPI: + """Tests for Saved Searches endpoints.""" + + def test_list_saved_searches_empty(self, int_client): + """No saved searches returns empty list.""" + resp = int_client.get("/api/saved-searches") + assert resp.status_code == 200 + assert resp.json() == [] + + def test_create_saved_search(self, int_client): + """Create a saved search and verify the response.""" + payload = {"name": "My Invoices", "filters": {"tags": "invoice", "document_type": "Invoice"}} + resp = int_client.post("/api/saved-searches", json=payload) + assert resp.status_code == 201 + data = resp.json() + assert data["name"] == "My Invoices" + assert data["filters"] == {"tags": "invoice", "document_type": "Invoice"} + assert "id" in data + + def test_create_saved_search_invalid_filters(self, int_client): + """Creating with invalid filters returns 422.""" + # Missing filters parameter (or empty after sanitization) + payload = {"name": "My Invoices", "filters": {}} + resp = int_client.post("/api/saved-searches", json=payload) + assert resp.status_code == 422 + + # Invalid filters format + payload2 = {"name": "My Invoices", "filters": "not_a_dict"} + resp2 = int_client.post("/api/saved-searches", json=payload2) + assert resp2.status_code == 422 + + def test_create_saved_search_duplicate(self, int_client): + """Creating a duplicate named search returns 409.""" + payload = {"name": "Duplicate", "filters": {"q": "test"}} + int_client.post("/api/saved-searches", json=payload) + resp = int_client.post("/api/saved-searches", json=payload) + assert resp.status_code == 409 + + def test_create_saved_search_limit(self, int_client, int_session): + """Exceeding MAX_SAVED_SEARCHES_PER_USER returns 409.""" + # Create 50 searches using the API to ensure they are visible + for i in range(50): + resp = int_client.post("/api/saved-searches", json={"name": f"Search LIMIT {i}", "filters": {"q": "test"}}) + assert resp.status_code == 201 + + payload = {"name": "One too many", "filters": {"q": "test"}} + resp = int_client.post("/api/saved-searches", json=payload) + assert resp.status_code == 409 + + def test_update_saved_search(self, int_client): + """Update an existing saved search.""" + payload = {"name": "Original Name", "filters": {"q": "test"}} + created = int_client.post("/api/saved-searches", json=payload).json() + search_id = created["id"] + + update_payload = {"name": "Updated Name", "filters": {"tags": "new"}} + resp = int_client.put(f"/api/saved-searches/{search_id}", json=update_payload) + assert resp.status_code == 200 + data = resp.json() + assert data["name"] == "Updated Name" + assert data["filters"] == {"tags": "new"} + + def test_update_saved_search_not_found(self, int_client): + """Updating a non-existent search returns 404.""" + update_payload = {"name": "Updated Name"} + resp = int_client.put("/api/saved-searches/999", json=update_payload) + assert resp.status_code == 404 + + def test_update_saved_search_duplicate_name(self, int_client): + """Updating name to an existing search name returns 409.""" + payload1 = {"name": "Search 1", "filters": {"q": "a"}} + payload2 = {"name": "Search 2", "filters": {"q": "b"}} + int_client.post("/api/saved-searches", json=payload1) + created2 = int_client.post("/api/saved-searches", json=payload2).json() + search2_id = created2["id"] + + update_payload = {"name": "Search 1"} + resp = int_client.put(f"/api/saved-searches/{search2_id}", json=update_payload) + assert resp.status_code == 409 + + def test_delete_saved_search(self, int_client, int_session): + """Delete an existing search.""" + payload = {"name": "To be deleted", "filters": {"q": "test"}} + created = int_client.post("/api/saved-searches", json=payload).json() + search_id = created["id"] + + resp = int_client.delete(f"/api/saved-searches/{search_id}") + assert resp.status_code == 204 + + assert int_session.query(SavedSearch).filter(SavedSearch.id == search_id).first() is None + + def test_delete_saved_search_not_found(self, int_client): + """Deleting a non-existent search returns 404.""" + resp = int_client.delete("/api/saved-searches/999") + assert resp.status_code == 404 + + def test_other_users_searches_isolated(self, int_engine, int_session): + """Users only see and can only modify their own saved searches.""" + int_session.add(SavedSearch(user_id=_OTHER_OWNER, name="Other Search", filters='{"q": "test"}')) + int_session.commit() + + client = next(_make_client(int_engine, _OWNER)) + resp = client.get("/api/saved-searches") + assert resp.status_code == 200 + assert len(resp.json()) == 0 + + other_search = int_session.query(SavedSearch).first() + resp = client.put(f"/api/saved-searches/{other_search.id}", json={"name": "Hacked"}) + assert resp.status_code == 404 + + resp = client.delete(f"/api/saved-searches/{other_search.id}") + assert resp.status_code == 404 diff --git a/tests/test_api_tokens.py b/tests/test_api_tokens.py index f9e95875..dabf2dd8 100644 --- a/tests/test_api_tokens.py +++ b/tests/test_api_tokens.py @@ -68,11 +68,76 @@ def _make_client(tok_engine, owner_id: str = _OWNER) -> TestClient: return client +def _make_unauthenticated_client(tok_engine) -> TestClient: + """Return a TestClient that only overrides ``get_db`` (no auth injection). + + This exercises the real ``_get_owner_id`` → ``get_current_owner_id`` + authentication path. Any request made with this client that does not + carry a valid session or Bearer token will receive a 401 from the + actual auth code, not from a mocked dependency. + + The caller is responsible for clearing overrides via ``_cleanup(app)`` + after the test completes (typically in a ``finally`` block). + """ + from app.main import app + + Session = sessionmaker(bind=tok_engine) + + def _override_get_db(): + session = Session() + try: + yield session + finally: + session.close() + + app.dependency_overrides[get_db] = _override_get_db + + client = TestClient(app, base_url="http://localhost", raise_server_exceptions=False) + return client + + def _cleanup(app): """Remove dependency overrides after test.""" app.dependency_overrides.clear() +# --------------------------------------------------------------------------- +# Tests – Auth Helper +# --------------------------------------------------------------------------- + + +class TestGetOwnerId: + """Tests for the _get_owner_id dependency helper.""" + + @pytest.mark.unit + def test_get_owner_id_unauthenticated(self): + """_get_owner_id should raise a 401 if the user is not authenticated.""" + from unittest.mock import MagicMock, patch + + from fastapi import HTTPException + + from app.api.api_tokens import _get_owner_id + + mock_request = MagicMock() + with patch("app.api.api_tokens.get_current_owner_id", return_value=None): + with pytest.raises(HTTPException) as exc_info: + _get_owner_id(mock_request) + assert exc_info.value.status_code == 401 + assert exc_info.value.detail == "Not authenticated" + + @pytest.mark.unit + def test_get_owner_id_authenticated(self): + """_get_owner_id should return owner_id if user is authenticated.""" + from unittest.mock import MagicMock, patch + + from app.api.api_tokens import _get_owner_id + + mock_request = MagicMock() + with patch("app.api.api_tokens.get_current_owner_id", return_value="owner123"): + owner_id = _get_owner_id(mock_request) + assert owner_id == "owner123" + + # --------------------------------------------------------------------------- # Tests – Token CRUD # --------------------------------------------------------------------------- @@ -129,6 +194,46 @@ class TestTokenCreate: finally: _cleanup(app) + @pytest.mark.unit + def test_create_token_database_error(self, tok_engine, tok_session): + """Creating a token should rollback and raise 500 if database commit fails.""" + from unittest.mock import patch + + from sqlalchemy.orm import Session as SASession + + from app.main import app + + client = _make_client(tok_engine) + try: + # Wrap commit: flush first so changes are staged in the transaction, + # then raise to simulate a commit failure after data has been written. + def _fail_after_flush(self): + self.flush() # stage changes inside the open transaction + raise Exception("DB Failure") + + # Spy on rollback so we can assert it is called. + rollback_called = False + real_rollback = SASession.rollback + + def _spy_rollback(self): + nonlocal rollback_called + rollback_called = True + real_rollback(self) + + with patch.object(SASession, "commit", _fail_after_flush): + with patch.object(SASession, "rollback", _spy_rollback): + resp = client.post("/api/api-tokens/", json={"name": "DB Error Create Test"}) + assert resp.status_code == 500 + + # rollback() must have been called to undo the flushed changes. + assert rollback_called, "db.rollback() was not called after commit failure in create_token" + + # After rollback the token must not exist in the database. + db_token = tok_session.query(ApiToken).filter(ApiToken.name == "DB Error Create Test").first() + assert db_token is None + finally: + _cleanup(app) + class TestTokenList: """Tests for GET /api/api-tokens/.""" @@ -221,6 +326,7 @@ class TestTokenRevoke: resp = client.delete(f"/api/api-tokens/{token_id}") assert resp.status_code == 400 + assert resp.json()["detail"] == "Token is already revoked" finally: _cleanup(app) @@ -233,6 +339,93 @@ class TestTokenRevoke: try: resp = client.delete("/api/api-tokens/99999") assert resp.status_code == 404 + assert resp.json()["detail"] == "Token not found" + finally: + _cleanup(app) + + @pytest.mark.unit + def test_revoke_token_unauthenticated(self, tok_engine): + """Revoking a token without authentication should return 401. + + Uses a client that only overrides ``get_db`` so that the real + ``_get_owner_id`` → ``get_current_owner_id`` path is exercised. + Sending no session or Bearer credentials means ``get_current_owner_id`` + returns ``None``, and ``_get_owner_id`` raises a 401. + """ + from app.main import app + + client = _make_unauthenticated_client(tok_engine) + try: + resp = client.delete("/api/api-tokens/1") + assert resp.status_code == 401 + assert resp.json()["detail"] == "Not authenticated" + finally: + _cleanup(app) + + @pytest.mark.unit + def test_revoke_token_database_error(self, tok_engine, tok_session): + """Revoking a token should rollback and raise 500 if database commit fails. + + The test verifies two properties: + 1. ``db.rollback()`` is actually called when commit raises (not just that + the endpoint returns 500). + 2. After the rollback the token remains active in the database. + + To ensure the assertions are meaningful, the patched ``commit`` first + flushes the session (so the changes *are* staged inside the transaction) + before raising. Without a subsequent ``rollback()`` the flushed state + would still be visible to other sessions, so the ``is_active`` check + would catch a missing rollback call. + """ + from unittest.mock import patch + + from sqlalchemy.orm import Session as SASession + + from app.main import app + + client = _make_client(tok_engine) + try: + create_resp = client.post("/api/api-tokens/", json={"name": "DB Error Test"}) + token_id = create_resp.json()["id"] + + # Wrap commit: flush first so changes are staged in the transaction, + # then raise to simulate a commit failure after data has been written. + def _fail_after_flush(self): + self.flush() # stage changes inside the open transaction + raise Exception("DB Failure") + + # Spy on rollback so we can assert it is called. + rollback_called = False + real_rollback = SASession.rollback + + def _spy_rollback(self): + nonlocal rollback_called + rollback_called = True + real_rollback(self) + + with patch.object(SASession, "commit", _fail_after_flush): + with patch.object(SASession, "rollback", _spy_rollback): + resp = client.delete(f"/api/api-tokens/{token_id}") + assert resp.status_code == 500 + + # rollback() must have been called to undo the flushed changes. + assert rollback_called, "db.rollback() was not called after commit failure" + + # After rollback the token must still be active in the database. + db_token = tok_session.query(ApiToken).filter(ApiToken.id == token_id).first() + assert db_token.is_active is True + finally: + _cleanup(app) + + @pytest.mark.unit + def test_revoke_token_invalid_id_format(self, tok_engine): + """Revoking a token with a non-integer ID should return 422 Unprocessable Entity.""" + from app.main import app + + client = _make_client(tok_engine) + try: + resp = client.delete("/api/api-tokens/abc") + assert resp.status_code == 422 finally: _cleanup(app) @@ -416,6 +609,44 @@ class TestTokenUtils: tokens = {generate_api_token() for _ in range(100)} assert len(tokens) == 100 + @pytest.mark.unit + def test_generate_api_token_length(self): + """Generated tokens should have the exact expected length based on TOKEN_BYTES.""" + import math + + from app.api.api_tokens import TOKEN_BYTES, TOKEN_PREFIX, generate_api_token + + # base64url encoding of N bytes without padding: ceil(N * 4 / 3) characters + expected_b64_len = math.ceil(TOKEN_BYTES * 4 / 3) + expected_total_len = len(TOKEN_PREFIX) + expected_b64_len + + token = generate_api_token() + assert len(token) == expected_total_len + + @pytest.mark.unit + def test_generate_api_token_charset(self): + """Generated tokens should only contain URL-safe base64 characters and the prefix.""" + import re + + from app.api.api_tokens import TOKEN_PREFIX, generate_api_token + + token = generate_api_token() + # Check it starts with prefix and the rest is base64url chars ([A-Za-z0-9_-]) + pattern = f"^{re.escape(TOKEN_PREFIX)}[A-Za-z0-9_\\-]+$" + assert re.match(pattern, token) is not None + + @pytest.mark.unit + def test_generate_api_token_uses_secrets(self): + """Generated tokens should use secrets.token_urlsafe with the correct number of bytes.""" + from unittest.mock import patch + + from app.api.api_tokens import TOKEN_BYTES, TOKEN_PREFIX, generate_api_token + + with patch("app.api.api_tokens.secrets.token_urlsafe", return_value="mocked_token") as mock_secrets: + token = generate_api_token() + mock_secrets.assert_called_once_with(TOKEN_BYTES) + assert token == f"{TOKEN_PREFIX}mocked_token" + @pytest.mark.unit def test_hash_token_deterministic(self): """Hashing the same token should always produce the same result.""" @@ -436,3 +667,13 @@ class TestTokenUtils: # All characters should be valid lowercase hex digits. int(h, 16) assert h == h.lower() + + @pytest.mark.unit + def test_hash_token_known_value(self): + """hash_token should return the exact expected PBKDF2 digest for a known input.""" + from app.api.api_tokens import hash_token + + # PBKDF2-HMAC-SHA256 with 100,000 iterations and salt b"api-token-v1" + token = "de_test_token_value" + expected_hash = "9b89d9adf2f390c75bf2fd0ff2bb5622ef5a9dce438354cce6e39f2f5401129e" + assert hash_token(token) == expected_hash diff --git a/tests/test_auth.py b/tests/test_auth.py index 052c1f6e..85e047e8 100644 --- a/tests/test_auth.py +++ b/tests/test_auth.py @@ -2,6 +2,7 @@ import asyncio import hashlib +import logging from unittest.mock import AsyncMock, MagicMock, patch import pytest @@ -38,6 +39,40 @@ class TestGetCurrentUser: result = get_current_user(mock_request) assert result is None + def test_logs_debug_when_session_user_found(self, caplog): + """Test that get_current_user emits a DEBUG log when session user is found.""" + mock_request = MagicMock(spec=Request) + mock_request.session = {"user": {"id": "u1", "preferred_username": "alice"}} + mock_request.state = MagicMock(spec=[]) # no api_token_user attribute + + with caplog.at_level(logging.DEBUG, logger="app.auth"): + get_current_user(mock_request) + + assert any("[AUTH] get_current_user: resolved from session" in m for m in caplog.messages) + + def test_logs_debug_when_no_user(self, caplog): + """Test that get_current_user emits a DEBUG log when no user is present.""" + mock_request = MagicMock(spec=Request) + mock_request.session = {} + mock_request.state = MagicMock(spec=[]) + + with caplog.at_level(logging.DEBUG, logger="app.auth"): + get_current_user(mock_request) + + assert any("[AUTH] get_current_user: no user in session or API token" in m for m in caplog.messages) + + def test_logs_debug_when_api_token_user(self, caplog): + """Test that get_current_user emits a DEBUG log when resolved from API token.""" + mock_request = MagicMock(spec=Request) + mock_request.state.api_token_user = {"id": "tok_user"} + mock_request.session = {} + + with caplog.at_level(logging.DEBUG, logger="app.auth"): + result = get_current_user(mock_request) + + assert result == {"id": "tok_user"} + assert any("[AUTH] get_current_user: resolved from API token" in m for m in caplog.messages) + @pytest.mark.unit class TestGetGravatarUrl: diff --git a/tests/test_coverage_polish.py b/tests/test_coverage_polish.py index 6be04d7b..69857004 100644 --- a/tests/test_coverage_polish.py +++ b/tests/test_coverage_polish.py @@ -523,7 +523,7 @@ class TestURLUploadAdditionalCoverage: """Cover DNS resolution failure branch (lines 67-72).""" import socket as _socket - from app.api.url_upload import is_private_ip + from app.utils.network import is_private_ip with patch("socket.getaddrinfo", side_effect=_socket.gaierror("nope")): result = is_private_ip("nonexistent.invalid.hostname.test") @@ -531,7 +531,7 @@ class TestURLUploadAdditionalCoverage: def test_is_private_ip_hostname_resolves_to_private(self): """Cover branch where hostname resolves to a private IP (line 64-65).""" - from app.api.url_upload import is_private_ip + from app.utils.network import is_private_ip with patch("socket.getaddrinfo") as mock_gai: # Simulate resolving to a private IP diff --git a/tests/test_coverage_remaining_gaps.py b/tests/test_coverage_remaining_gaps.py index 5524ea71..b4bf96ec 100644 --- a/tests/test_coverage_remaining_gaps.py +++ b/tests/test_coverage_remaining_gaps.py @@ -704,6 +704,18 @@ def _set_minimal_provider_settings(mock_settings): class TestSettingsSyncAdditional: """Additional tests for settings_sync covering reload failure branch.""" + def test_notify_settings_updated_redis_failure_logs_warning(self): + """Test that a Redis failure is logged, not raised (lines 58-59).""" + from app.utils.settings_sync import notify_settings_updated + + with patch("app.utils.settings_sync.redis") as mock_redis_module: + mock_redis_module.from_url.side_effect = Exception("Redis connection failed") + with patch("app.utils.settings_sync.logger") as mock_logger: + notify_settings_updated() + mock_logger.warning.assert_any_call( + "Could not publish settings update to Redis: Redis connection failed" + ) + def test_reload_failure_is_logged_not_raised(self): """Test that a reload failure is logged, not raised (lines 71-72).""" from app.utils.settings_sync import notify_settings_updated @@ -711,8 +723,66 @@ class TestSettingsSyncAdditional: with patch("app.utils.settings_sync.redis") as mock_redis_module: mock_redis_module.from_url.return_value = MagicMock() # Redis OK with patch("app.utils.config_loader.reload_settings_from_db", side_effect=Exception("reload failed")): - # Should not raise despite reload failure - notify_settings_updated() + with patch("app.utils.settings_sync.logger") as mock_logger: + # Should not raise despite reload failure + notify_settings_updated() + mock_logger.warning.assert_any_call("Could not reload in-process settings: reload failed") + + def test_notify_settings_updated_ocr_failure_logs_warning(self): + """Test that OCR check failure is logged, not raised (lines 82-83).""" + from app.utils.settings_sync import notify_settings_updated + + with patch("app.utils.settings_sync.redis") as mock_redis_module: + mock_redis_module.from_url.return_value = MagicMock() # Redis OK + with patch("app.utils.config_loader.reload_settings_from_db"): + with patch( + "app.utils.ocr_language_manager.ensure_ocr_languages_async", side_effect=Exception("OCR failed") + ): + with patch("app.utils.settings_sync.logger") as mock_logger: + notify_settings_updated() + mock_logger.warning.assert_any_call("Could not schedule OCR language check: OCR failed") + + def test_signal_handler_ocr_check_failure_logs_warning(self): + """Test that signal handler logs warning if OCR language check fails on worker (lines 115-116).""" + from app.utils.settings_sync import register_settings_reload_signal + + handler_fn = None + + def capture_connect(fn=None, weak=None, **kwargs): + nonlocal handler_fn + if fn is not None: + handler_fn = fn + return fn + + def decorator(func): + nonlocal handler_fn + handler_fn = func + return func + + return decorator + + with patch("app.utils.settings_sync.task_prerun") as mock_signal: + mock_signal.connect = capture_connect + register_settings_reload_signal() + + assert handler_fn is not None + + mock_redis = MagicMock() + mock_redis.get.return_value = b"1234567890.0" + + with patch("app.utils.settings_sync.redis") as mock_redis_mod: + mock_redis_mod.from_url.return_value = mock_redis + with patch("app.utils.config_loader.reload_settings_from_db"): + with patch("app.utils.settings_sync._last_seen_version", ""): + with patch( + "app.utils.ocr_language_manager.ensure_ocr_languages_async", + side_effect=Exception("Worker OCR fail"), + ): + with patch("app.utils.settings_sync.logger") as mock_logger: + handler_fn(sender=None) + mock_logger.warning.assert_any_call( + "Could not schedule OCR language check on worker: Worker OCR fail" + ) def test_signal_handler_reloads_on_version_change(self): """Test the task_prerun signal handler reloads settings when version changes (lines 95-98).""" @@ -820,6 +890,83 @@ class TestSettingsSyncAdditional: # Should not raise handler_fn(sender=None) + def test_signal_handler_no_version_returned(self): + """Test that handler does nothing if Redis returns None for version.""" + from app.utils.settings_sync import register_settings_reload_signal + + handler_fn = None + + def capture_connect(fn=None, weak=None, **kwargs): + nonlocal handler_fn + if fn is not None: + handler_fn = fn + return fn + + def decorator(func): + nonlocal handler_fn + handler_fn = func + return func + + return decorator + + with patch("app.utils.settings_sync.task_prerun") as mock_signal: + mock_signal.connect = capture_connect + register_settings_reload_signal() + + assert handler_fn is not None + + mock_redis = MagicMock() + mock_redis.get.return_value = None # Return None for version + + with patch("app.utils.settings_sync.redis") as mock_redis_mod: + mock_redis_mod.from_url.return_value = mock_redis + with patch("app.utils.config_loader.reload_settings_from_db") as mock_reload: + handler_fn(sender=None) + mock_reload.assert_not_called() + + def test_signal_handler_ocr_language_manager_exception(self): + """Test that OCR language check exception inside handler is caught and logged.""" + from app.utils.settings_sync import register_settings_reload_signal + + handler_fn = None + + def capture_connect(fn=None, weak=None, **kwargs): + nonlocal handler_fn + if fn is not None: + handler_fn = fn + return fn + + def decorator(func): + nonlocal handler_fn + handler_fn = func + return func + + return decorator + + with patch("app.utils.settings_sync.task_prerun") as mock_signal: + mock_signal.connect = capture_connect + register_settings_reload_signal() + + assert handler_fn is not None + + mock_redis = MagicMock() + mock_redis.get.return_value = b"9999999.0" # New version + + with patch("app.utils.settings_sync.redis") as mock_redis_mod: + mock_redis_mod.from_url.return_value = mock_redis + with patch("app.utils.config_loader.reload_settings_from_db") as mock_reload: + with patch("app.utils.settings_sync._last_seen_version", "111.0"): + with patch("app.utils.settings_sync.logger") as mock_logger: + with patch( + "app.utils.ocr_language_manager.ensure_ocr_languages_async", + side_effect=Exception("OCR failed"), + ): + handler_fn(sender=None) + mock_reload.assert_called_once() + mock_logger.warning.assert_called_with( + "Could not schedule OCR language check on worker: OCR failed" + ) + # =========================================================================== # app/api/logs.py – additional branches diff --git a/tests/test_database.py b/tests/test_database.py index 47a56a40..64e0e70e 100644 --- a/tests/test_database.py +++ b/tests/test_database.py @@ -671,6 +671,75 @@ class TestMultiVersionMigrations: engine.dispose() + def test_migration_drops_unique_index_with_quoted_name(self, tmp_path): + """Test that a unique filehash index whose name requires quoting is dropped correctly. + + Index names containing special characters such as dashes must be quoted by + the dialect's identifier_preparer before being interpolated into raw SQL. + This test verifies that _run_schema_migrations() handles such names without + SQL errors and leaves the underlying table and its data intact. + """ + from sqlalchemy import create_engine, inspect, text + + from app.database import _run_schema_migrations + + db_path = str(tmp_path / "quoted_index.db") + engine = create_engine(f"sqlite:///{db_path}") + + # Build a files table that contains all columns the migration expects, + # then add a unique index on filehash whose name contains a dash — a + # character that requires quoting by the dialect's identifier_preparer. + with engine.begin() as conn: + conn.execute( + text( + "CREATE TABLE files (" + "id INTEGER PRIMARY KEY, " + "filename VARCHAR, " + "filehash VARCHAR, " + "original_file_path VARCHAR, " + "processed_file_path VARCHAR, " + "is_duplicate BOOLEAN DEFAULT FALSE NOT NULL, " + "duplicate_of_id INTEGER)" + ) + ) + # Index name deliberately contains a dash to exercise the quoting path. + conn.execute(text('CREATE UNIQUE INDEX "ix-filehash-unique" ON files (filehash)')) + conn.execute(text("INSERT INTO files (filename, filehash) VALUES ('doc.pdf', 'abc123')")) + + # Confirm the index exists before migration. + inspector = inspect(engine) + pre_indexes = [idx["name"] for idx in inspector.get_indexes("files")] + assert "ix-filehash-unique" in pre_indexes + + # Run migration — must not raise despite the special character in the index name. + with warnings.catch_warnings(): + warnings.simplefilter("ignore", DeprecationWarning) + _run_schema_migrations(engine) + + # The unique index on filehash must have been dropped. + inspector = inspect(engine) + post_indexes = inspector.get_indexes("files") + remaining_unique_filehash = [ + idx for idx in post_indexes if idx.get("unique") and "filehash" in idx.get("column_names", []) + ] + assert remaining_unique_filehash == [], ( + f"Expected unique filehash index to be dropped, but found: {remaining_unique_filehash}" + ) + + # The table and its data must still be intact. + files_columns = {col["name"] for col in inspector.get_columns("files")} + assert "id" in files_columns + assert "filename" in files_columns + assert "filehash" in files_columns + + with engine.connect() as conn: + row = conn.execute(text("SELECT filename, filehash FROM files WHERE filehash = 'abc123'")).fetchone() + assert row is not None + assert row[0] == "doc.pdf" + assert row[1] == "abc123" + + engine.dispose() + def test_migration_exception_handling(self, tmp_path): """Test that migration handles exceptions gracefully for index operations.""" from sqlalchemy import create_engine, text diff --git a/tests/test_file_upload.py b/tests/test_file_upload.py index 70826466..02cae836 100644 --- a/tests/test_file_upload.py +++ b/tests/test_file_upload.py @@ -345,7 +345,7 @@ class TestUploadErrorHandling: def test_upload_disk_write_failure(self, client: TestClient): """Test handling of disk write failures.""" - with patch("builtins.open", side_effect=IOError("Disk full")): + with patch("aiofiles.open", side_effect=IOError("Disk full")): pdf_content = b"%PDF-1.4\n%EOF" response = client.post( diff --git a/tests/test_i18n.py b/tests/test_i18n.py index f3a20fda..30dc804b 100644 --- a/tests/test_i18n.py +++ b/tests/test_i18n.py @@ -20,6 +20,7 @@ from app.utils.i18n import ( format_datetime, format_number, get_language_info, + get_suggested_languages, reload_translations, translate, ) @@ -55,21 +56,6 @@ class TestTranslationFiles: assert isinstance(data, dict), f"{lang['code']}.json must be a dict" assert len(data) > 0, f"{lang['code']}.json must not be empty" - @pytest.mark.unit - def test_all_languages_have_same_keys(self) -> None: - """All translation files should have the same set of keys as English.""" - translations_dir = Path(__file__).resolve().parent.parent / "frontend" / "translations" - en_path = translations_dir / "en.json" - en_keys = set(json.loads(en_path.read_text(encoding="utf-8")).keys()) - - for lang in SUPPORTED_LANGUAGES: - if lang["code"] == "en": - continue - filepath = translations_dir / f"{lang['code']}.json" - lang_keys = set(json.loads(filepath.read_text(encoding="utf-8")).keys()) - missing = en_keys - lang_keys - assert not missing, f"{lang['code']}.json missing keys: {missing}" - # --------------------------------------------------------------------------- # Core translate() function @@ -84,34 +70,28 @@ class TestTranslate: reload_translations() @pytest.mark.unit - def test_translate_english_key(self) -> None: - """English keys should resolve to English text.""" + def test_translate_known_key_returns_non_empty_string(self) -> None: + """A valid key should resolve to a non-empty string (not the key itself).""" result = translate("nav.dashboard", "en") - assert result == "Dashboard" + assert isinstance(result, str) + assert result != "" + assert result != "nav.dashboard" @pytest.mark.unit - def test_translate_german_key(self) -> None: - """German locale should return German text.""" - result = translate("nav.dashboard", "de") - assert result == "Übersicht" - - @pytest.mark.unit - def test_translate_french_key(self) -> None: - """French locale should return French text.""" - result = translate("nav.dashboard", "fr") - assert result == "Tableau de bord" - - @pytest.mark.unit - def test_translate_chinese_key(self) -> None: - """Chinese locale should return Chinese text.""" - result = translate("nav.dashboard", "zh") - assert result == "仪表盘" + def test_translate_non_english_locale_returns_value(self) -> None: + """Non-English locales should return a non-empty translated value.""" + for locale in ("de", "fr", "zh"): + result = translate("nav.dashboard", locale) + assert isinstance(result, str) + assert result != "" + assert result != "nav.dashboard" @pytest.mark.unit def test_translate_fallback_to_english(self) -> None: - """Unknown locale falls back to English.""" + """Unknown locale falls back to English translation.""" result = translate("nav.dashboard", "xx") - assert result == "Dashboard" + english = translate("nav.dashboard", "en") + assert result == english @pytest.mark.unit def test_translate_missing_key_returns_key(self) -> None: @@ -123,19 +103,22 @@ class TestTranslate: def test_translate_none_locale_uses_default(self) -> None: """None locale defaults to English.""" result = translate("nav.dashboard", None) - assert result == "Dashboard" + english = translate("nav.dashboard", "en") + assert result == english @pytest.mark.unit def test_translate_with_kwargs(self) -> None: """Placeholders should be interpolated via kwargs.""" result = translate("footer.copyright", "en", year="2025") - assert result == "DocuElevate 2025" + assert "2025" in result + assert result != "footer.copyright" @pytest.mark.unit def test_translate_with_kwargs_german(self) -> None: """Placeholder interpolation in German.""" result = translate("language.changed", "de", language="English") - assert result == "Sprache geändert zu English" + assert "English" in result + assert result != "language.changed" # --------------------------------------------------------------------------- @@ -316,6 +299,69 @@ class TestGetLanguageInfo: assert get_language_info("xx") is None +# --------------------------------------------------------------------------- +# get_suggested_languages() +# --------------------------------------------------------------------------- + + +class TestGetSuggestedLanguages: + """Tests for get_suggested_languages() utility.""" + + @pytest.mark.unit + def test_returns_at_most_six(self) -> None: + """Result must contain at most 6 languages.""" + result = get_suggested_languages("en", "en,de;q=0.9,fr;q=0.8,es;q=0.7,it;q=0.6,pt;q=0.5,nl;q=0.4,zh;q=0.3") + assert len(result) <= 6 + + @pytest.mark.unit + def test_current_locale_is_first(self) -> None: + """Currently active language must always be the first entry.""" + result = get_suggested_languages("de", "") + assert result[0]["code"] == "de" + + @pytest.mark.unit + def test_includes_browser_preference(self) -> None: + """Languages from Accept-Language header should be included.""" + result = get_suggested_languages("en", "fr;q=0.9,de;q=0.8") + codes = [lang["code"] for lang in result] + assert "fr" in codes + assert "de" in codes + + @pytest.mark.unit + def test_fallback_to_popular_languages(self) -> None: + """Popular languages fill remaining slots when no browser prefs given.""" + result = get_suggested_languages("en", "") + codes = [lang["code"] for lang in result] + # en is current; popular fallbacks like zh, es, fr should be present + assert "en" in codes + # At least one other popular language should appear + popular = {"zh", "es", "ar", "fr", "de", "ja", "pt", "hi", "ko"} + assert popular & set(codes) + + @pytest.mark.unit + def test_no_duplicates(self) -> None: + """No language code should appear more than once.""" + result = get_suggested_languages("fr", "fr;q=1.0,de;q=0.9") + codes = [lang["code"] for lang in result] + assert len(codes) == len(set(codes)) + + @pytest.mark.unit + def test_all_entries_are_valid_languages(self) -> None: + """Every returned entry must be a dict with required language fields.""" + result = get_suggested_languages("es", "ca;q=0.9") + for entry in result: + assert "code" in entry + assert "name" in entry + assert "native" in entry + assert "flag" in entry + + @pytest.mark.unit + def test_unknown_locale_falls_back_gracefully(self) -> None: + """An unsupported current_locale must not crash and still return results.""" + result = get_suggested_languages("xx", "") + assert len(result) > 0 # popular fallbacks still returned + + # --------------------------------------------------------------------------- # SUPPORTED_LANGUAGES metadata # --------------------------------------------------------------------------- @@ -326,7 +372,7 @@ class TestSupportedLanguages: @pytest.mark.unit def test_ten_languages_supported(self) -> None: - assert len(SUPPORTED_LANGUAGES) == 49 + assert len(SUPPORTED_LANGUAGES) == 77 @pytest.mark.unit def test_supported_codes_set(self) -> None: @@ -368,17 +414,45 @@ class TestSupportedLanguages: "sr", "tr", "uk", - "ru", "he", "ar", "fa", "af", "zh", + "zh-TW", "ja", "ko", "vi", "pa", "kn", + "hi", + "bn", + "gu", + "ml", + "mr", + "ta", + "te", + "ur", + "si", + "ne", + "th", + "km", + "id", + "ms", + "jv", + "tl", + "mn", + "kk", + "uz", + "az", + "hy", + "ka", + "sw", + "am", + "ha", + "yo", + "ig", + "zu", "eo", } assert SUPPORTED_LANGUAGE_CODES == expected @@ -403,7 +477,7 @@ class TestI18nAPI: assert response.status_code == 200 data = response.json() assert "languages" in data - assert len(data["languages"]) == 49 + assert len(data["languages"]) == 77 assert data["default"] == "en" # Verify each language has required fields for lang in data["languages"]: @@ -458,8 +532,11 @@ class TestI18nAPI: @pytest.mark.integration def test_language_selector_in_nav(self, client: TestClient) -> None: - """The navigation should contain the language selector globe icon.""" + """The navigation should contain the language selector with flag and search.""" response = client.get("/", follow_redirects=True) if response.status_code == 200: - assert "fa-globe" in response.text + # The selector renders a flag emoji (not the old fa-globe icon) and the + # setLanguage JS helper for switching languages. assert "setLanguage" in response.text + # The search input for filtering all languages must be present. + assert "langSearch" in response.text diff --git a/tests/test_local_auth.py b/tests/test_local_auth.py index 8759d88c..8a53604c 100644 --- a/tests/test_local_auth.py +++ b/tests/test_local_auth.py @@ -751,6 +751,85 @@ async def test_single_user_mode_skips_local_user_table(la_session, active_user): assert mock_request.session["user"]["id"] == "admin" +# --------------------------------------------------------------------------- +# Case-insensitive login +# --------------------------------------------------------------------------- + + +@pytest.mark.unit +@pytest.mark.asyncio +@patch.object(settings, "multi_user_enabled", True) +async def test_local_login_username_case_insensitive(la_session, active_user): + """auth() accepts username with different casing (e.g. 'ActiveUser' for 'activeuser').""" + from unittest.mock import AsyncMock, MagicMock + + from fastapi import Request + + from app.auth import auth + + mock_request = MagicMock(spec=Request) + mock_request.form = AsyncMock(return_value={"username": "ActiveUser", "password": "password123"}) + mock_request.session = {} + mock_request.headers.get.return_value = None + mock_request.client = None + + result = await auth(mock_request, db=la_session) + assert result.status_code == 302 + assert "user" in mock_request.session + assert mock_request.session["user"]["email"] == "active@example.com" + + +@pytest.mark.unit +@pytest.mark.asyncio +@patch.object(settings, "multi_user_enabled", True) +async def test_local_login_email_case_insensitive(la_session, active_user): + """auth() accepts email with different casing (e.g. 'Active@Example.com' for 'active@example.com').""" + from unittest.mock import AsyncMock, MagicMock + + from fastapi import Request + + from app.auth import auth + + mock_request = MagicMock(spec=Request) + mock_request.form = AsyncMock(return_value={"username": "Active@Example.com", "password": "password123"}) + mock_request.session = {} + mock_request.headers.get.return_value = None + mock_request.client = None + + result = await auth(mock_request, db=la_session) + assert result.status_code == 302 + assert "user" in mock_request.session + assert mock_request.session["user"]["email"] == "active@example.com" + + +@pytest.mark.unit +@pytest.mark.asyncio +async def test_admin_login_username_case_insensitive(): + """auth() admin credential check is case-insensitive for username.""" + from unittest.mock import AsyncMock, MagicMock, patch + + from fastapi import Request + + from app.auth import auth + + mock_request = MagicMock(spec=Request) + mock_request.form = AsyncMock(return_value={"username": "ADMIN", "password": "adminpass"}) + mock_request.session = {} + mock_request.headers.get.return_value = None + mock_request.client = None + + with patch("app.auth.settings") as mock_settings: + mock_settings.admin_username = "admin" + mock_settings.admin_password = "adminpass" + mock_settings.multi_user_enabled = False + + result = await auth(mock_request, db=MagicMock()) + + assert result.status_code == 302 + assert "user" in mock_request.session + assert mock_request.session["user"]["is_admin"] is True + + # --------------------------------------------------------------------------- # Integration tests: admin local user management # --------------------------------------------------------------------------- diff --git a/tests/test_logging_config.py b/tests/test_logging_config.py new file mode 100644 index 00000000..9c24c13c --- /dev/null +++ b/tests/test_logging_config.py @@ -0,0 +1,285 @@ +"""Tests for application logging configuration. + +Validates that the LOG_LEVEL and DEBUG settings correctly control the +Python root-logger level and that the standard precedence rules are respected: + 1. Explicit LOG_LEVEL always wins. + 2. DEBUG=True without LOG_LEVEL → effective DEBUG. + 3. Neither set → default INFO. +""" + +import logging +import os +from unittest.mock import patch + +import pytest + +from app.config import Settings + + +@pytest.mark.unit +class TestLogLevelSetting: + """Tests for the log_level config field.""" + + _BASE_KWARGS = { + "database_url": "sqlite:///test.db", + "redis_url": "redis://localhost:6379", + "openai_api_key": "test", + "azure_ai_key": "test", + "azure_region": "test", + "azure_endpoint": "https://test.example.com", + "gotenberg_url": "http://localhost:3000", + "workdir": "/tmp", + "auth_enabled": False, + "session_secret": None, + } + + def test_log_level_default_is_info(self): + """Test that log_level defaults to INFO.""" + config = Settings(**self._BASE_KWARGS) + assert config.log_level.upper() == "INFO" + + def test_log_level_accepts_debug(self): + """Test that log_level accepts DEBUG.""" + config = Settings(**self._BASE_KWARGS, log_level="DEBUG") + assert config.log_level.upper() == "DEBUG" + + def test_log_level_accepts_warning(self): + """Test that log_level accepts WARNING.""" + config = Settings(**self._BASE_KWARGS, log_level="WARNING") + assert config.log_level.upper() == "WARNING" + + def test_log_level_accepts_error(self): + """Test that log_level accepts ERROR.""" + config = Settings(**self._BASE_KWARGS, log_level="ERROR") + assert config.log_level.upper() == "ERROR" + + def test_log_level_case_insensitive(self): + """Test that log_level is case-insensitive in usage.""" + config = Settings(**self._BASE_KWARGS, log_level="debug") + assert config.log_level.upper() == "DEBUG" + + def test_debug_flag_defaults_to_false(self): + """Test that debug defaults to False.""" + config = Settings(**self._BASE_KWARGS) + assert config.debug is False + + +@pytest.mark.unit +class TestEffectiveLogLevel: + """Tests for the effective log-level resolution logic in main.py.""" + + def test_debug_true_without_log_level_gives_debug(self): + """When DEBUG=True and LOG_LEVEL is not set, effective level is DEBUG.""" + with patch.dict(os.environ, {"DEBUG": "true"}, clear=False): + # Remove LOG_LEVEL from env if present + env = os.environ.copy() + env.pop("LOG_LEVEL", None) + with patch.dict(os.environ, env, clear=True): + s = Settings( + database_url="sqlite:///test.db", + redis_url="redis://localhost:6379", + openai_api_key="test", + azure_ai_key="test", + azure_region="test", + azure_endpoint="https://test.example.com", + gotenberg_url="http://localhost:3000", + workdir="/tmp", + auth_enabled=False, + session_secret=None, + debug=True, + ) + explicit = os.environ.get("LOG_LEVEL") + if s.debug and explicit is None: + effective = "DEBUG" + else: + effective = s.log_level.upper() + assert effective == "DEBUG" + + def test_explicit_log_level_overrides_debug(self): + """When LOG_LEVEL is explicitly set, it takes precedence over DEBUG=True.""" + with patch.dict(os.environ, {"LOG_LEVEL": "WARNING", "DEBUG": "true"}, clear=False): + s = Settings( + database_url="sqlite:///test.db", + redis_url="redis://localhost:6379", + openai_api_key="test", + azure_ai_key="test", + azure_region="test", + azure_endpoint="https://test.example.com", + gotenberg_url="http://localhost:3000", + workdir="/tmp", + auth_enabled=False, + session_secret=None, + debug=True, + log_level="WARNING", + ) + explicit = os.environ.get("LOG_LEVEL") + if s.debug and explicit is None: + effective = "DEBUG" + else: + effective = s.log_level.upper() + assert effective == "WARNING" + + def test_default_no_flags_gives_info(self): + """When neither DEBUG nor LOG_LEVEL is set, effective level is INFO.""" + env = os.environ.copy() + env.pop("LOG_LEVEL", None) + env.pop("DEBUG", None) + with patch.dict(os.environ, env, clear=True): + s = Settings( + database_url="sqlite:///test.db", + redis_url="redis://localhost:6379", + openai_api_key="test", + azure_ai_key="test", + azure_region="test", + azure_endpoint="https://test.example.com", + gotenberg_url="http://localhost:3000", + workdir="/tmp", + auth_enabled=False, + session_secret=None, + ) + explicit = os.environ.get("LOG_LEVEL") + if s.debug and explicit is None: + effective = "DEBUG" + else: + effective = s.log_level.upper() + assert effective == "INFO" + + def test_effective_level_maps_to_logging_constant(self): + """The effective level string maps to a valid logging constant.""" + for level_name in ("DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"): + assert getattr(logging, level_name) is not None + + +@pytest.mark.unit +class TestLoggingConfiguredAtStartup: + """Tests that the main module configures the root logger on import.""" + + def test_root_logger_has_handler(self): + """Root logger should have at least one handler after app import.""" + root = logging.getLogger() + assert len(root.handlers) > 0, "Root logger has no handlers after app startup" + + def test_root_logger_level_is_not_warning_default(self): + """Root logger should not be at the unconfigured WARNING default. + + Our basicConfig(force=True) should have set it to at least INFO. + """ + root = logging.getLogger() + # The test env doesn't set DEBUG=True, so the level should be INFO (20) + assert root.level <= logging.INFO + + +@pytest.mark.unit +class TestJsonFormatter: + """Tests for the _JsonFormatter used when LOG_FORMAT=json.""" + + def _make_formatter(self): + """Lazily import the JSON formatter from main module.""" + from app.main import _JsonFormatter + + return _JsonFormatter() + + def test_output_is_valid_json(self): + """JSON formatter output should be parseable JSON.""" + import json + + fmt = self._make_formatter() + record = logging.LogRecord( + name="test.logger", + level=logging.INFO, + pathname="test.py", + lineno=42, + msg="Hello %s", + args=("world",), + exc_info=None, + ) + result = fmt.format(record) + parsed = json.loads(result) + assert parsed["level"] == "INFO" + assert parsed["logger"] == "test.logger" + assert parsed["message"] == "Hello world" + assert parsed["lineno"] == 42 + + def test_includes_timestamp_iso8601(self): + """JSON output should contain an ISO 8601 timestamp.""" + import json + + fmt = self._make_formatter() + record = logging.LogRecord( + name="x", + level=logging.DEBUG, + pathname="x.py", + lineno=1, + msg="test", + args=(), + exc_info=None, + ) + parsed = json.loads(fmt.format(record)) + assert "timestamp" in parsed + # ISO 8601 timestamps contain "T" and "+00:00" (UTC) + assert "T" in parsed["timestamp"] + + def test_includes_exc_info_when_present(self): + """JSON output should include exc_info when an exception is logged.""" + import json + + fmt = self._make_formatter() + try: + raise ValueError("boom") # noqa: TRY301 + except ValueError: + import sys + + record = logging.LogRecord( + name="x", + level=logging.ERROR, + pathname="x.py", + lineno=1, + msg="error", + args=(), + exc_info=sys.exc_info(), + ) + parsed = json.loads(fmt.format(record)) + assert "exc_info" in parsed + assert "ValueError" in parsed["exc_info"] + + +@pytest.mark.unit +class TestLogFormatSetting: + """Tests for the log_format and log_syslog_* config fields.""" + + _BASE_KWARGS = { + "database_url": "sqlite:///test.db", + "redis_url": "redis://localhost:6379", + "openai_api_key": "test", + "azure_ai_key": "test", + "azure_region": "test", + "azure_endpoint": "https://test.example.com", + "gotenberg_url": "http://localhost:3000", + "workdir": "/tmp", + "auth_enabled": False, + "session_secret": None, + } + + def test_log_format_default_is_text(self): + """Test that log_format defaults to 'text'.""" + config = Settings(**self._BASE_KWARGS) + assert config.log_format == "text" + + def test_log_format_accepts_json(self): + """Test that log_format accepts 'json'.""" + config = Settings(**self._BASE_KWARGS, log_format="json") + assert config.log_format == "json" + + def test_log_syslog_defaults(self): + """Test syslog forwarding defaults.""" + config = Settings(**self._BASE_KWARGS) + assert config.log_syslog_enabled is False + assert config.log_syslog_host == "localhost" + assert config.log_syslog_port == 514 + assert config.log_syslog_protocol == "udp" + + def test_log_syslog_can_be_enabled(self): + """Test that syslog forwarding can be enabled.""" + config = Settings(**self._BASE_KWARGS, log_syslog_enabled=True, log_syslog_host="syslog.example.com") + assert config.log_syslog_enabled is True + assert config.log_syslog_host == "syslog.example.com" diff --git a/tests/test_notifications_api.py b/tests/test_notifications_api.py index 32bf94f4..9396db13 100644 --- a/tests/test_notifications_api.py +++ b/tests/test_notifications_api.py @@ -830,3 +830,58 @@ class TestUserNotificationService: result = _send_email_notification({"smtp_host": "smtp.example.com"}, "Title", "Body") assert result is False + + +class TestBenchmark: + @pytest.mark.unit + def test_update_preferences_benchmark(self, notif_engine, notif_session): + import statistics + import time + + from app.main import app + + target = UserNotificationTarget( + owner_id=_OWNER, + channel_type="webhook", + name="My Webhook", + config=json.dumps({"url": "https://x.com"}), + ) + notif_session.add(target) + notif_session.commit() + notif_session.refresh(target) + + client = _make_client(notif_engine, _OWNER) + try: + items_count = 100 + preferences = [] + for i in range(items_count): + preferences.append( + { + "event_type": f"event.type.{i}", + "channel_type": "webhook", + "is_enabled": True, + "target_id": target.id, + } + ) + + payload = {"preferences": preferences} + + # Warm up + client.put("/api/user-notifications/preferences", json=payload) + + times = [] + for _ in range(5): + # Alter the values a bit so it's a real update + for p in payload["preferences"]: + p["is_enabled"] = not p["is_enabled"] + + start = time.time() + resp = client.put("/api/user-notifications/preferences", json=payload) + end = time.time() + + assert resp.status_code == 200 + times.append(end - start) + + print(f"\nAverage time: {statistics.mean(times):.4f}s") + finally: + _cleanup(app) diff --git a/tests/test_path_traversal_security.py b/tests/test_path_traversal_security.py index ef56a12f..928157c2 100644 --- a/tests/test_path_traversal_security.py +++ b/tests/test_path_traversal_security.py @@ -212,9 +212,10 @@ class TestExtractMetadataFilenameValidation: """Test that invalid filename formats are rejected.""" import re - # Valid pattern from extract_metadata_with_gpt.py - # TODO: Consider extracting this to a shared constant to avoid duplication - valid_pattern = r"^[\w\-\. ]+$" + from app.utils.filename_utils import VALID_FILENAME_PATTERN + + # Valid pattern from app.utils.filename_utils + valid_pattern = VALID_FILENAME_PATTERN # Test valid filenames valid_filenames = [ diff --git a/tests/test_settings_audit_log.py b/tests/test_settings_audit_log.py index 8f14ed8e..67075f81 100644 --- a/tests/test_settings_audit_log.py +++ b/tests/test_settings_audit_log.py @@ -289,7 +289,8 @@ class TestNotifySettingsUpdated: call_args = mock_redis_instance.set.call_args[0] assert call_args[0] == SETTINGS_VERSION_KEY - def test_does_not_raise_on_redis_failure(self): + @patch("app.utils.settings_sync.logger") + def test_does_not_raise_on_redis_failure(self, mock_logger): """notify_settings_updated must not propagate Redis errors.""" from app.utils.settings_sync import notify_settings_updated @@ -297,6 +298,35 @@ class TestNotifySettingsUpdated: mock_redis_module.from_url.side_effect = Exception("Redis down") # Should not raise notify_settings_updated() + mock_logger.warning.assert_any_call("Could not publish settings update to Redis: Redis down") + + @patch("app.utils.settings_sync.logger") + def test_does_not_raise_on_reload_failure(self, mock_logger): + """notify_settings_updated must not propagate settings reload errors.""" + from app.utils.settings_sync import notify_settings_updated + + with patch("app.utils.config_loader.reload_settings_from_db") as mock_reload: + mock_reload.side_effect = Exception("Reload error") + # We mock redis so that we skip over the redis block, and mock ensure_ocr_languages_async to prevent its side effects. + with patch("app.utils.settings_sync.redis"): + with patch("app.utils.ocr_language_manager.ensure_ocr_languages_async"): + # Should not raise + notify_settings_updated() + mock_logger.warning.assert_any_call("Could not reload in-process settings: Reload error") + + @patch("app.utils.settings_sync.logger") + def test_does_not_raise_on_ocr_language_check_failure(self, mock_logger): + """notify_settings_updated must not propagate OCR language check errors.""" + from app.utils.settings_sync import notify_settings_updated + + with patch("app.utils.ocr_language_manager.ensure_ocr_languages_async") as mock_ensure: + mock_ensure.side_effect = Exception("OCR error") + # We mock redis and reload_settings_from_db so we only test the OCR block failure. + with patch("app.utils.settings_sync.redis"): + with patch("app.utils.config_loader.reload_settings_from_db"): + # Should not raise + notify_settings_updated() + mock_logger.warning.assert_any_call("Could not schedule OCR language check: OCR error") @pytest.mark.unit diff --git a/tests/test_settings_sync.py b/tests/test_settings_sync.py new file mode 100644 index 00000000..ea23f999 --- /dev/null +++ b/tests/test_settings_sync.py @@ -0,0 +1,211 @@ +from unittest.mock import MagicMock, patch + +import pytest + +import app.utils.settings_sync +from app.utils.settings_sync import ( + SETTINGS_VERSION_KEY, + notify_settings_updated, + register_settings_reload_signal, +) + + +@pytest.fixture +def reset_last_seen_version(): + """Reset the global variable before and after tests.""" + app.utils.settings_sync._last_seen_version = "" + yield + app.utils.settings_sync._last_seen_version = "" + + +@patch("app.utils.settings_sync.redis.from_url") +@patch("app.utils.config_loader.reload_settings_from_db") +@patch("app.utils.ocr_language_manager.ensure_ocr_languages_async") +@patch("app.utils.settings_sync.time.time", return_value=12345.0) +def test_notify_settings_updated_success(mock_time, mock_ensure_ocr, mock_reload, mock_redis): + # Setup mock redis instance + mock_redis_instance = MagicMock() + mock_redis.return_value = mock_redis_instance + + notify_settings_updated() + + # Verify redis calls + mock_redis.assert_called_once() + mock_redis_instance.set.assert_called_once_with(SETTINGS_VERSION_KEY, "12345.0") + + # Verify other calls + mock_reload.assert_called_once() + mock_ensure_ocr.assert_called_once() + + +@patch("app.utils.settings_sync.redis.from_url") +@patch("app.utils.config_loader.reload_settings_from_db") +@patch("app.utils.ocr_language_manager.ensure_ocr_languages_async") +def test_notify_settings_updated_redis_failure(mock_ensure_ocr, mock_reload, mock_redis, caplog): + # Setup mock redis to fail + mock_redis.side_effect = Exception("Redis connection failed") + + notify_settings_updated() + + # Verification: should continue and call reload and ocr despite redis failure + mock_reload.assert_called_once() + mock_ensure_ocr.assert_called_once() + assert "Could not publish settings update to Redis: Redis connection failed" in caplog.text + + +@patch("app.utils.settings_sync.redis.from_url") +@patch("app.utils.config_loader.reload_settings_from_db") +@patch("app.utils.ocr_language_manager.ensure_ocr_languages_async") +def test_notify_settings_updated_reload_failure(mock_ensure_ocr, mock_reload, mock_redis, caplog): + # Setup reload to fail + mock_reload.side_effect = Exception("Reload failed") + + mock_redis_instance = MagicMock() + mock_redis.return_value = mock_redis_instance + + notify_settings_updated() + + # Verification: redis should be called, reload fails, ocr should still be called + mock_redis_instance.set.assert_called_once() + mock_ensure_ocr.assert_called_once() + assert "Could not reload in-process settings: Reload failed" in caplog.text + + +@patch("app.utils.settings_sync.redis.from_url") +@patch("app.utils.config_loader.reload_settings_from_db") +@patch("app.utils.ocr_language_manager.ensure_ocr_languages_async") +def test_notify_settings_updated_ocr_failure(mock_ensure_ocr, mock_reload, mock_redis, caplog): + # Setup ocr check to fail + mock_ensure_ocr.side_effect = Exception("OCR check failed") + + mock_redis_instance = MagicMock() + mock_redis.return_value = mock_redis_instance + + notify_settings_updated() + + # Verification: all should be called, ocr failure logged + mock_redis_instance.set.assert_called_once() + mock_reload.assert_called_once() + assert "Could not schedule OCR language check: OCR check failed" in caplog.text + + +@patch("app.utils.settings_sync.task_prerun.connect") +def test_register_settings_reload_signal(mock_connect): + register_settings_reload_signal() + # It should register a signal with task_prerun + mock_connect.assert_called_once_with(weak=False) + + +@patch("app.utils.settings_sync.task_prerun.connect") +@patch("app.utils.settings_sync.redis.from_url") +@patch("app.utils.config_loader.reload_settings_from_db") +@patch("app.utils.ocr_language_manager.ensure_ocr_languages_async") +def test_reload_if_stale_new_version(mock_ensure_ocr, mock_reload, mock_redis, mock_connect, reset_last_seen_version): + # Capture the registered callback + mock_decorator = MagicMock() + mock_connect.return_value = mock_decorator + + register_settings_reload_signal() + + mock_connect.assert_called_once_with(weak=False) + # Get the callback function + callback = mock_decorator.call_args[0][0] + + # Setup redis to return a new version + mock_redis_instance = MagicMock() + mock_redis_instance.get.return_value = b"new_version" + mock_redis.return_value = mock_redis_instance + + # Initial state check + assert app.utils.settings_sync._last_seen_version == "" + + # Call the callback + callback(sender="test") + + # Verification + mock_redis_instance.get.assert_called_once_with(SETTINGS_VERSION_KEY) + mock_reload.assert_called_once() + mock_ensure_ocr.assert_called_once() + assert app.utils.settings_sync._last_seen_version == "new_version" + + +@patch("app.utils.settings_sync.task_prerun.connect") +@patch("app.utils.settings_sync.redis.from_url") +@patch("app.utils.config_loader.reload_settings_from_db") +@patch("app.utils.ocr_language_manager.ensure_ocr_languages_async") +def test_reload_if_stale_same_version(mock_ensure_ocr, mock_reload, mock_redis, mock_connect, reset_last_seen_version): + # Set initial state + app.utils.settings_sync._last_seen_version = "existing_version" + + mock_decorator = MagicMock() + mock_connect.return_value = mock_decorator + register_settings_reload_signal() + callback = mock_decorator.call_args[0][0] + + # Setup redis to return the SAME version + mock_redis_instance = MagicMock() + mock_redis_instance.get.return_value = b"existing_version" + mock_redis.return_value = mock_redis_instance + + # Call the callback + callback(sender="test") + + # Verification + mock_redis_instance.get.assert_called_once_with(SETTINGS_VERSION_KEY) + # Should NOT reload or check OCR + mock_reload.assert_not_called() + mock_ensure_ocr.assert_not_called() + assert app.utils.settings_sync._last_seen_version == "existing_version" + + +@patch("app.utils.settings_sync.task_prerun.connect") +@patch("app.utils.settings_sync.redis.from_url") +@patch("app.utils.config_loader.reload_settings_from_db") +def test_reload_if_stale_redis_error(mock_reload, mock_redis, mock_connect, reset_last_seen_version, caplog): + import logging + + caplog.set_level(logging.DEBUG) + mock_decorator = MagicMock() + mock_connect.return_value = mock_decorator + register_settings_reload_signal() + callback = mock_decorator.call_args[0][0] + + # Setup redis to fail + mock_redis.side_effect = Exception("Redis error") + + # Call the callback + callback(sender="test") + + # Verification + mock_reload.assert_not_called() + assert "Settings version check skipped: Redis error" in caplog.text + + +@patch("app.utils.settings_sync.task_prerun.connect") +@patch("app.utils.settings_sync.redis.from_url") +@patch("app.utils.config_loader.reload_settings_from_db") +@patch("app.utils.ocr_language_manager.ensure_ocr_languages_async") +def test_reload_if_stale_ocr_error( + mock_ensure_ocr, mock_reload, mock_redis, mock_connect, reset_last_seen_version, caplog +): + mock_decorator = MagicMock() + mock_connect.return_value = mock_decorator + register_settings_reload_signal() + callback = mock_decorator.call_args[0][0] + + # Setup redis to return a new version + mock_redis_instance = MagicMock() + mock_redis_instance.get.return_value = b"new_version" + mock_redis.return_value = mock_redis_instance + + # Setup OCR check to fail + mock_ensure_ocr.side_effect = Exception("OCR error") + + # Call the callback + callback(sender="test") + + # Verification + mock_reload.assert_called_once() + mock_ensure_ocr.assert_called_once() + assert "Could not schedule OCR language check on worker: OCR error" in caplog.text + assert app.utils.settings_sync._last_seen_version == "new_version" diff --git a/tests/test_upload_email.py b/tests/test_upload_email.py index c92893a6..d84dc59f 100644 --- a/tests/test_upload_email.py +++ b/tests/test_upload_email.py @@ -121,6 +121,34 @@ class TestExtractMetadataFromFile: assert result == {} + def test_extract_metadata_from_pdf(self, tmp_path): + """Test extracting metadata from a PDF file using pypdf when JSON is missing.""" + import pypdf + + file_path = tmp_path / "test.pdf" + + # Create a test PDF with metadata + writer = pypdf.PdfWriter() + writer.add_blank_page(width=100, height=100) + writer.add_metadata( + { + "/Title": "Test Title", + "/Author": "Test Author", + "/Subject": "Test Document", + "/Keywords": "test, metadata, pypdf", + } + ) + with open(file_path, "wb") as f: + writer.write(f) + + result = extract_metadata_from_file(str(file_path)) + + # Check that the leading slash is stripped and keys/values match + assert result.get("Title") == "Test Title" + assert result.get("Author") == "Test Author" + assert result.get("Subject") == "Test Document" + assert result.get("Keywords") == "test, metadata, pypdf" + @pytest.mark.unit class TestAttachLogo: diff --git a/tests/test_url_upload.py b/tests/test_url_upload.py index 5bb3c96e..3204d8a9 100644 --- a/tests/test_url_upload.py +++ b/tests/test_url_upload.py @@ -50,14 +50,14 @@ class TestURLUploadValidation: def test_is_private_ip_localhost(self): """Test that localhost is detected as private""" - from app.api.url_upload import is_private_ip + from app.utils.network import is_private_ip assert is_private_ip("127.0.0.1") is True assert is_private_ip("localhost") is True def test_is_private_ip_private_ranges(self): """Test that private IP ranges are detected""" - from app.api.url_upload import is_private_ip + from app.utils.network import is_private_ip # Private IP ranges assert is_private_ip("10.0.0.1") is True @@ -67,7 +67,7 @@ class TestURLUploadValidation: def test_is_private_ip_public_allowed(self): """Test that public IPs are allowed""" - from app.api.url_upload import is_private_ip + from app.utils.network import is_private_ip # Public IPs should not be blocked assert is_private_ip("8.8.8.8") is False @@ -548,14 +548,14 @@ class TestURLUploadEndpoint: def test_is_private_ip_ipv6_loopback(self): """Test that IPv6 loopback is detected as private""" - from app.api.url_upload import is_private_ip + from app.utils.network import is_private_ip # IPv6 loopback (::1) assert is_private_ip("::1") is True def test_is_private_ip_link_local(self): """Test that link-local addresses are detected as private""" - from app.api.url_upload import is_private_ip + from app.utils.network import is_private_ip # Link-local address assert is_private_ip("169.254.1.1") is True @@ -609,7 +609,7 @@ class TestURLUploadCoverageGaps: @patch("socket.getaddrinfo") def test_is_private_ip_hostname_resolves_to_public_ip(self, mock_getaddrinfo): """Test that a hostname resolving to a public IP returns False (lines 65->61, 67)""" - from app.api.url_upload import is_private_ip + from app.utils.network import is_private_ip # Mock DNS resolution to return a single public IP (8.8.8.8 is Google DNS) mock_getaddrinfo.return_value = [ @@ -624,7 +624,7 @@ class TestURLUploadCoverageGaps: @patch("socket.getaddrinfo") def test_is_private_ip_hostname_resolves_multiple_ips_all_public(self, mock_getaddrinfo): """Test hostname with multiple public IPs returns False (covers 65->61 loop branch)""" - from app.api.url_upload import is_private_ip + from app.utils.network import is_private_ip # Return two public IPs - neither is private, so loop runs twice (65->61) then returns False (67) mock_getaddrinfo.return_value = [